

/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news/lizing/style.min.css?167169909549*/
.services-list~.text_after_items{margin-top:41px}
/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/breadcrumb/main/style.min.css?16653958191665*/
.breadcrumbs .breadcrumbs{padding:0}.breadcrumbs__item{display:inline-block;position:relative;padding-right:16px;margin-right:-16px}.mobile .breadcrumbs__item:hover .breadcrumbs__dropdown-wrapper{display:none}.mobile .breadcrumbs__item.hover .breadcrumbs__dropdown-wrapper{display:block}.breadcrumbs__separator{position:relative;zoom:1;bottom:-1px;display:inline-block;line-height:18px;margin:0 10px 0 9px;border:none;color:#ddd}.breadcrumbs__item--with-dropdown:hover .breadcrumbs__arrow-down{opacity:1}.breadcrumbs__arrow-down{opacity:.5;border:none;top:13px;right:3px;display:none;height:3px;line-height:18px;margin:0 4px;position:absolute;width:5px;z-index:1;font-size:0}.breadcrumbs__arrow-down .svg{top:-8px;font-size:10px}.breadcrumbs__item--with-dropdown .breadcrumbs__arrow-down{display:inline-block}.breadcrumbs__item-name{color:#999}.breadcrumbs__link:hover .breadcrumbs__item-name{color:#555;color:var(--fill_dark_light_white_hover)}.breadcrumbs__item--with-dropdown .breadcrumbs__item--dropdown{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.breadcrumbs__dropdown-wrapper{display:none;padding-top:8px;top:18px;z-index:2;position:absolute;left:-18px}.breadcrumbs__dropdown{background:#fff;padding:11px 20px;text-align:left;box-shadow:0 1px 5px 1px rgba(0,0,0,.12)}.breadcrumbs__dropdown .breadcrumbs__dropdown-item{display:block;line-height:14px;padding:5px 0;text-decoration:none;text-transform:none;white-space:nowrap}@media (min-width:768px){.breadcrumbs__item--with-dropdown+.breadcrumbs__separator{margin-left:18px}}@media (max-width:767px){.breadcrumbs__item--with-dropdown .breadcrumbs__arrow-down{display:none}}
/* End */


/* Start:/include/calculator_new/static.css?1749624367363902*/
@charset "UTF-8";

/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

.irs-line-left {
  left: 0;
  width: 11%;
}

.irs-line-mid {
  left: 9%;
  width: 82%;
}

.irs-line-right {
  right: 0;
  width: 11%;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

.irs-slider.type_last {
  z-index: 2;
}

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0,0,0,0.0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute!important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e !important;
  opacity: 0.9 !important;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5,0,.14,1);
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30,30,30,.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  overflow: auto;
  padding: 50px 44px 25px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -25px;
  max-height: 50vh;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5,1.5,1.5);
  transform: scale3d(1.5,1.5,1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5,.5,.5);
  transform: scale3d(.5,.5,.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(-100%,0,0);
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0,0,0) translate3d(100%,0,0);
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%,0,0) scale(.1) skew(10deg);
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height:576px) {
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

@supports (padding:0px) {
  .fancybox-caption {
    padding: 50px calc(max(12px, env(safe-area-inset-right))) calc(max(12px, env(safe-area-inset-bottom))) calc(max(25px, env(safe-area-inset-left)));
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@font-face {
  font-family: 'icomoon';
  src: url("/include/calculator_new/fonts/icomoon/icomoon.eot?tkokz8");
  src: url("/include/calculator_new/fonts/icomoon/icomoon.eot?tkokz8#iefix") format('embedded-opentype'),
  url("/include/calculator_new/fonts/icomoon/icomoon.ttf?tkokz8") format('truetype'),
  url("/include/calculator_new/fonts/icomoon/icomoon.woff?tkokz8") format('woff'),
  url("/include/calculator_new/fonts/icomoon/icomoon.svg?tkokz8#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.calculator_ilizing_new [class^="icon-"], .modal [class^="icon-"],
.calculator_ilizing_new [class*=" icon-"], .modal [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-administrator:before {
  content: "\e900";
}

.icon-angle-down:before {
  content: "\e901";
}

.icon-angle-left:before {
  content: "\e902";
}

.icon-angle-top:before {
  content: "\e903";
}

.icon-application:before {
  content: "\e904";
}

.icon-applicationcheck:before {
  content: "\e905";
}

.icon-applicationdeal:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-bolt:before {
  content: "\e908";
}

.icon-bus:before {
  content: "\e909";
}

.icon-car:before {
  content: "\e90a";
}

.icon-carpick:before {
  content: "\e90b";
}

.icon-carreceive:before {
  content: "\e90c";
}

.icon-check:before {
  content: "\e90d";
}

.icon-coins:before {
  content: "\e90e";
}

.icon-cross:before {
  content: "\e90f";
}

.icon-crown:before {
  content: "\e910";
}

.icon-docs:before {
  content: "\e911";
}

.icon-envelope:before {
  content: "\e912";
}

.icon-excavator:before {
  content: "\e913";
}

.icon-facebook:before {
  content: "\e914";
}

.icon-globe:before {
  content: "\e915";
}

.icon-graph:before {
  content: "\e916";
}

.icon-hardware:before {
  content: "\e917";
}

.icon-info:before {
  content: "\e918";
}

.icon-instagram:before {
  content: "\e919";
}

.icon-loup:before {
  content: "\e91a";
}

.icon-notebook:before {
  content: "\e91b";
}

.icon-parachute:before {
  content: "\e91c";
}

.icon-percent:before {
  content: "\e91d";
}

.icon-angle-right:before {
  content: "\e91e";
}

.icon-arrow-left:before {
  content: "\e91f";
}

.icon-pdf:before {
  content: "\e920";
}

.icon-chat:before {
  content: "\e921";
}

.icon-phone:before {
  content: "\e922";
}

.icon-pin:before {
  content: "\e923";
}

.icon-play:before {
  content: "\e924";
}

.icon-playcircle:before {
  content: "\e925";
}

.icon-print:before {
  content: "\e926";
}

.icon-share:before {
  content: "\e927";
}

.icon-specialists:before {
  content: "\e928";
}

.icon-speed:before {
  content: "\e929";
}

.icon-star:before {
  content: "\e92a";
}

.icon-student:before {
  content: "\e92b";
}

.icon-telegram:before {
  content: "\e92c";
}

.icon-tractor:before {
  content: "\e92d";
}

.icon-triangle-right:before {
  content: "\e92e";
}

.icon-truck:before {
  content: "\e92f";
}

.icon-user:before {
  content: "\e930";
}

.icon-whatsapp:before {
  content: "\e931";
}

.icon-download:before {
  content: "\e932";
}

.icon-thin-angle-left:before {
  content: "\e933";
}

.icon-thin-angle-right:before {
  content: "\e934";
}

.icon-quote:before {
  content: "\e935";
}

.icon-techs:before {
  content: "\e936";
}

.icon-bank:before {
  content: "\e937";
}

.icon-build:before {
  content: "\e938";
}

.icon-clients:before {
  content: "\e939";
}

.icon-contract:before {
  content: "\e93a";
}

.icon-calculate:before {
  content: "\e93b";
}

.icon-deal:before {
  content: "\e93c";
}

.icon-deposit:before {
  content: "\e93d";
}

.icon-drive:before {
  content: "\e93e";
}

.icon-gear:before {
  content: "\e93f";
}

.icon-graphic:before {
  content: "\e940";
}

.icon-guard:before {
  content: "\e941";
}

.icon-introduction:before {
  content: "\e942";
}

.icon-manager:before {
  content: "\e943";
}

.icon-ok:before {
  content: "\e944";
}

.icon-passport:before {
  content: "\e945";
}

.icon-pays:before {
  content: "\e946";
}

.icon-percent-circle:before {
  content: "\e947";
}

.icon-rate:before {
  content: "\e948";
}

.icon-reward:before {
  content: "\e949";
}

.icon-scales:before {
  content: "\e94a";
}

.icon-turnover:before {
  content: "\e94b";
}

.icon-compare:before {
  content: "\e94c";
}

.icon-list:before {
  content: "\e94d";
}

.icon-cards:before {
  content: "\e94e";
}

.icon-call:before {
  content: "\e94f";
}

.icon-checkmark:before {
  content: "\e950";
}

.icon-pay:before {
  content: "\e951";
}

.icon-tax:before {
  content: "\e952";
}

.icon-moneybag:before {
  content: "\e953";
}

.icon-pact:before {
  content: "\e954";
}

.icon-clock:before {
  content: "\e955";
}

.icon-abc:before {
  content: "\e956";
}

.icon-vk:before {
  content: "\e957";
}

.icon-zen:before {
  content: "\e958";
}

.icon-personal:before {
  content: "\e959";
}

.icon-telegram-soc:before {
  content: "\e95a";
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;

}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  -webkit-appearance: none;
}

[type='number'] {
  -moz-appearance: textfield;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Neris";
  font-style: normal;
  font-weight: 100;
  src: local("Neris"), url("/include/calculator_new/./fonts/Neris/Neris-Thin.woff") format("woff2"), url("/include/calculator_new/./fonts/Neris/Neris-Thin.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Neris";
  font-style: normal;
  font-weight: 100;
  src: local("Neris"), url("/include/calculator_new/./fonts/Neris/Neris-Thin.woff2") format("woff2"), url("/include/calculator_new/./fonts/Neris/Neris-Thin.woff2") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Neris";
  font-style: normal;
  font-weight: 300;
  src: local("Neris"), url("/include/calculator_new/./fonts/Neris/Neris-Light.woff") format("woff2"), url("/include/calculator_new/./fonts/Neris/Neris-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Neris";
  font-style: normal;
  font-weight: 300;
  src: local("Neris"), url("/include/calculator_new/./fonts/Neris/Neris-Light.woff2") format("woff2"), url("/include/calculator_new/./fonts/Neris/Neris-Light.woff2") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Neris";
  font-style: normal;
  font-weight: 600;
  src: local("Neris"), url("/include/calculator_new/./fonts/Neris/Neris-SemiBold.woff") format("woff2"), url("/include/calculator_new/./fonts/Neris/Neris-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Neris";
  font-style: normal;
  font-weight: 600;
  src: local("Neris"), url("/include/calculator_new/./fonts/Neris/Neris-SemiBold.woff2") format("woff2"), url("/include/calculator_new/./fonts/Neris/Neris-SemiBold.woff2") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Neris";
  font-style: normal;
  font-weight: 900;
  src: local("Neris"), url("/include/calculator_new/./fonts/Neris/Neris-Black.woff") format("woff2"), url("/include/calculator_new/./fonts/Neris/Neris-Black.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Neris";
  font-style: normal;
  font-weight: 900;
  src: local("Neris"), url("/include/calculator_new/./fonts/Neris/Neris-Black.woff2") format("woff2"), url("/include/calculator_new/./fonts/Neris/Neris-Black.woff2") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "PTSans";
  font-style: normal;
  font-weight: 400;
  src: local("PTSans"), url("/include/calculator_new/./fonts/PTSansCaption/PTSans-Caption.woff") format("woff2"), url("/include/calculator_new/./fonts/PTSansCaption/PTSans-Caption.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "PTSans";
  font-style: normal;
  font-weight: 400;
  src: local("PTSans"), url("/include/calculator_new/./fonts/PTSansCaption/PTSans-Caption.woff2") format("woff2"), url("/include/calculator_new/./fonts/PTSansCaption/PTSans-Caption.woff2") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "PTSans";
  font-style: normal;
  font-weight: 700;
  src: local("PTSans"), url("/include/calculator_new/./fonts/PTSansCaption/PTSans-CaptionBold.woff") format("woff2"), url("/include/calculator_new/./fonts/PTSansCaption/PTSans-CaptionBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "PTSans";
  font-style: normal;
  font-weight: 700;
  src: local("PTSans"), url("/include/calculator_new/./fonts/PTSansCaption/PTSans-CaptionBold.woff2") format("woff2"), url("/include/calculator_new/./fonts/PTSansCaption/PTSans-CaptionBold.woff2") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Attractive-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Attractive-Regular"), url("/include/calculator_new/./fonts/Attractive-Regular/Attractive-Regular.woff") format("woff2"), url("/include/calculator_new/./fonts/Attractive-Regular/Attractive-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Attractive-Regular";
  font-style: normal;
  font-weight: 400;
  src: local("Attractive-Regular"), url("/include/calculator_new/./fonts/Attractive-Regular/Attractive-Regular.woff2") format("woff2"), url("/include/calculator_new/./fonts/Attractive-Regular/Attractive-Regular.woff2") format("woff");
  font-display: swap;
}

/*Global styles*/

*:focus {
  outline: none;
}

body {
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  overflow-x: hidden;
  font-family: PTSans, sans-serif;
  font-weight: 400;
  color: #1d1d1b;
  font-size: 16px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.inner-page {
  padding-top: 102.5px;
}

.inner-page.page-w-alert {
  padding-top: 150.5px;
}

img {
  display: inline-block;
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

figure {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

blockquote {
  position: relative;
  text-align: left;
  padding: 15px 26px;
  margin: 0;
}

blockquote::before,
blockquote::after {
  display: block;
  position: absolute;
  color: #ec6707;
  font-size: 15px;
  font-family: icomoon;
  line-height: 1;
}

blockquote::before {
  content: "\e935";
  left: 2px;
  top: 0;
}

blockquote::after {
  content: "\e935";
  right: 2px;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

input,
textarea {
  outline: none;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Neris, sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.like-h1,
h1 {
  font-size: 60px;
}

.like-h2,
h2 {
  font-size: 48px;
}

.like-h3,
h3 {
  font-size: 24px;
}

.like-h4,
h4 {
  font-size: 18px;
}

.like-h5,
h5 {
  font-size: 16px;
}

.like-h1,
.like-h2,
.like-h3,
.like-h4,
.like-h5,
.like-h6 {
  font-family: Neris, sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.like-h6,
h6 {
  font-size: 14px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

a:hover {
  color: #ec6707;
  text-decoration: none;
}

strong {
  font-family: Neris, sans-serif;
  font-weight: 900;
}

ul {
  padding: 0;
  list-style-type: none;
  color: #676767;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 30px;
}

@media (max-width: 1367px) {
  ul {
    margin: 0 0 20px;
  }
}

ul:last-child {
  margin-bottom: 0;
}

ul li {
  position: relative;
}

ul li:not(:last-child) {
  margin-bottom: 10px;
}

ul li::before {
  display: inline-block;
  vertical-align: 2px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ec6707;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

ol {
  counter-reset: li;
  list-style-type: none;
  padding: 0;
  color: #535353;
  font-size: 14px;
}

ol:last-child {
  margin-bottom: 0;
}

ol li {
  position: relative;
  margin-bottom: 0;
}

ol > li {
  text-transform: uppercase;
  margin-bottom: 20px;
}

ol > li > ol {
  margin-top: 20px;
}

ol li::before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  margin-right: 2px;
}

ol ol ol li::before {
  margin-right: 30px;
}

ol > li > ol > li {
  text-transform: none;
  margin-bottom: 0;
}

input {
  min-width: 1px;
  width: 100%;
  height: 54px;
  background: #fff;
  border: 1px solid #b4bdc3;
  border-radius: 6px;
  font-size: 18px;
  padding: 0 36px 0 18px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  position: relative;
}

i.placeholder {
  font-style: normal;
  font-size: 106%;
  opacity: 0.6;
}

input:focus {
  border-color: #ec6707;
}

input[type=search] {
  background: url("/images/dest/loup.svg") no-repeat top 50% right 15px/20px #fff;
}

input[type=search]:focus {
  background-size: 23px;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type="file"] {
  display: none;
  padding: 0;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  position: relative;
  margin: 0 15px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #b4bdc3;
}

input[type="checkbox"]::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  position: absolute;
  top: calc(50% - 7.5px);
  left: calc(50% - 7.5px);
  background-color: #ec6707;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

input[type="checkbox"]:checked::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 6px;
  position: relative;
  background-color: transparent;
  margin: 0 10px 0 0 !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

input[type="radio"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #a6a6a6;
}

input[type="radio"]::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  background-color: #ec6707;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

input[type="radio"]:checked::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

input[type="radio"]::-ms-check {
  color: #ec6707;
}

input[type="radio"]:focus {
  outline: none;
}

input[type="radio"]:checked {
  outline: none;
}

button {
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
}

button:active,
button:focus {
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

select {
  height: 54px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #b4bdc3;
  border-radius: 6px;
  background: url("/images/dest/angle-down.svg") no-repeat top 50% right 15px/17px 10px;
  font-size: 18px;
  width: 100%;
  padding: 0 40px 0 18px;
  color: #535353;
}

select::-ms-expand {
  display: none;
}

.select-trigger-transparent {
  background: transparent;
  border: 1px solid #b4bdc3;
  border-radius: 0;
  color: #fff;
}

.select-field-transparent {
  border-radius: 0;
  background: url("/images/dest/angle-down-gray.svg") no-repeat top 50% right 15px/15px 9px;
}

.select-field-white {
  background: url("/images/dest/angle-down.svg") no-repeat top 50% right 15px/15px 9px #fff;
}

.select-no-border {
  border: 0;
  border-radius: 0;
}

.field-no-border {
  border-color: transparent;
}

.field-no-border:focus {
  border-color: #ec6707;
}

.form-item {
  position: relative;
}

.select-list {
  position: absolute;
  top: calc(100% + 2px);
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(56, 30, 11, 0.17);
  box-shadow: 0px 2px 8px 0px rgba(56, 30, 11, 0.17);
  border-radius: 6px;
  width: 100%;
  padding: 0 20px;
  font-size: 18px;
  color: #535353;
  line-height: 1;
  max-height: 200px;
  overflow-y: auto;
  scrollbar-color: #6c6c6c transparent;
  scrollbar-width: thin;
  display: none;
  z-index: 5;
}

.select-list-top {
  top: auto;
  bottom: 0;
}

.select-list-custom {
  border-radius: 0;
  border: 1px solid #b8b8b8;
}

.select-list.active {
  display: block;
}

.select-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#e1e1e1)) no-repeat center/auto 4px;
  background: linear-gradient(#e1e1e1, #e1e1e1) no-repeat center/auto 4px;
}

.select-list::-webkit-scrollbar-thumb {
  background-color: #6c6c6c;
  border-radius: 10rem;
}

.select-list-option {
  padding: 15px 0;
  cursor: pointer;
}

.select-list-option-custom {
  padding-right: 30px;
  position: relative;
}

.select-list-drop {
  display: none;
}

.select-list-drop-btn {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  position: absolute;
  right: -10px;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  z-index: 2;
}

.select-list-drop-btn:hover {
  background-color: #d0d0d0;
}

.select-list-drop-btn::before {
  content: "+";
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.select-list-drop-btn.active::before {
  content: "-";
}

.select-list-drop {
  padding: 20px 0 0 10px;
  font-size: 14px;
}

.select-drop-option:not(:last-child) {
  margin-bottom: 15px;
}

.select-list-option:not(:first-child) {
  border-top: 1px solid #eee9e9;
}

.select-list-option-custom:not(:first-child) {
  border: 0;
}

textarea {
  width: 100%;
  border: 1px solid #b4bdc3;
  border-radius: 6px;
  font-size: 18px;
  padding: 15px 18px;
  resize: none;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  height: 142px;
}

textarea:focus {
  border-color: #ec6707;
}

table {
  line-height: 1;
  width: 100%;
}

th {
  padding: 30px 30px 30px 0;
  color: #747474;
  font-weight: 400;
  border-top: 1px solid #f4f4f4;
}

tr:last-child th {
  border-bottom: 1px solid #f4f4f4;
}

td {
  padding: 30px 0;
  border-top: 1px solid #cbcbcb;
}

tr:first-child td {
  border-top: 1px solid #f4f4f4;
}

tr:last-child td {
  border-bottom: 1px solid #cbcbcb;
}

/*form custom elements*/

.field-item {
  position: relative;
}

.form-row:not(:last-child) {
  margin-bottom: 30px;
}

.form-row:last-child {
  margin-top: auto;
}

.form-hidden-row {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0 0 0;
}

.form-hidden-row.is-show {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-note {
  font-size: 12px;
  text-align: center;
    line-height: 17px;
}

.form-note:last-child {
  margin: 25px -15px 0;
}

@media (max-width: 1367px) {
  .form-note:last-child {
    margin: 10px -15px 0;
  }
}

/*demo page, must be remove on production*/

.demo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.demo-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.demo:not(:last-child) {
  margin-bottom: 50px;
}

.demo .btn:not(:last-child) {
  margin-right: 30px;
}

.demo i {
  font-size: 40px;
  margin: 0 0 30px;
}

.demo i:not(:last-child) {
  margin-right: 30px;
}

.demo input:not(:last-child),
.demo select:not(:last-child) {
  margin-bottom: 30px;
}

.demo input[type="checkbox"]:not(:last-child),
.demo input[type="radio"]:not(:last-child) {
  margin-bottom: 0;
}

/*containers*/



.container-big {
  max-width: 1320px;
}

.container-pr {
  padding-right: 180px;
}

.container-pr-big {
  padding-right: 320px;
}

/*blocks*/

.block-gray {
  background-color: #f7f7f7;
}

/*box*/

.calculator_ilizing_new .box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

/*buttons*/

.calculator_ilizing_new .btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 15px;
  line-height: 54px;
  font-weight: 700;
  font-size: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 200px;
  border-radius: 6px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  outline: none;
}

.calculator_ilizing_new .btn span {
  position: relative;
  z-index: 2;
}

.calculator_ilizing_new .btn i {
  font-size: 25px;
  vertical-align: -4px;
  margin-right: 10px;
}

.calculator_ilizing_new .btn[disabled] {
  cursor: default !important;
  background: #cbcbcb !important;
}

.calculator_ilizing_new .btn:hover {
  text-decoration: none;
}

.btn-accent {
  background: #ec6707;
  color: #fff;
}

.btn-accent:active, .btn-accent:focus {
  background: #dd6107; color: #fff !important;
}

.calculator_ilizing_new .btn-white {
  background: #fff;
  color: #ec6707;
}

.calculator_ilizing_new .btn-block {
  display: block;
  width: 100%;
}

.calculator_ilizing_new .btn-radius {
  padding: 0 35px;
  border-radius: 100px;
}

.calculator_ilizing_new .btn-transparent {
  background: -webkit-gradient(linear, left top, left bottom, from(#ec6707), to(#ec6707)) no-repeat left center/0 auto;
  background: -o-linear-gradient(#ec6707, #ec6707) no-repeat left center/0 auto;
  background: linear-gradient(#ec6707, #ec6707) no-repeat left center/0 auto;
  color: #000;
  border: 2px solid #ec6707;
  border-radius: 100px;
  line-height: 50px;
  overflow: hidden;
}

.calculator_ilizing_new .btn-small {
  padding: 0 15px;
  font-size: 16px;
}

.calculator_ilizing_new .btn-tiny {
  line-height: 42px;
}

.calculator_ilizing_new .btn-circle {
  border-radius: 50%;
}

.calculator_ilizing_new .video-btn {
  display: inline-block;
  vertical-align: middle;
  width: 89px;
  height: 89px;
  line-height: 89px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: auto;
}

.calculator_ilizing_new .video-btn-absolute {
  position: absolute;
  z-index: 1;
  font-family: icomoon;
  font-size: 52px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 1;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.video-btn-absolute:hover {
  color: #ec6707;
  text-decoration: none;
}

.video-btn:not(:last-child) {
  margin-bottom: 15px;
}

.chat-btn {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  border: 4px solid rgba(255, 255, 255, 0.6);
  text-align: center;
  background: #fff;
  color: #ec6707;
  font-size: 25px;
  background-clip: padding-box;
  position: absolute;
  bottom: 15px;
  right: calc(50% - 570px);
}

.chat-btn:hover {
  background: #ec6707;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}

.intro-scroll-btn {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  bottom: 25px;
  background: #ec6707;
  line-height: 37px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  left: calc(50% - 570px);
}

.mobile-btn {
  display: none;
}

.fixed-btn {
  display: inline-block;
  vertical-align: 0;
  height: 80px;
  background-color: #ec6707;
  color: #fff;
  position: fixed;
  right: 0;
  top: 380px;
  text-align: center;
  font-size: 38px;
  z-index: 3;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 23px;
}

.fixed-btn-text {
  font-size: 16px;
  font-family: PTSans, sans-serif;
  text-align: left;
  display: none;
  margin-left: 20px;
}

.fixed-btn:hover .fixed-btn-text {
  display: block;
}

.section-head-btn {
  min-width: 240px;
}

/*menu-button*/

.menu-btn {
  width: 45px;
  height: 45px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  cursor: pointer;
  position: relative;
  border: 2px solid #ec6707;
  border-radius: 50%;
}

.menu-btn:before,
.menu-btn:after {
  content: '';
  display: block;
  width: 20px;
  border-top: 2px solid;
  position: absolute;
  left: calc(50% - 10px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.menu-btn:before {
  height: 16px;
  border-bottom: 2px solid;
  top: 50%;
}

.menu-btn:after {
  content: '';
  top: 50%;
}

.menu-btn.active:before {
  top: calc(50% - .5px);
  height: 1px;
  border-bottom: none;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.menu-btn.active:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

/*tabs*/

.tabs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  color: #fff;
  scrollbar-color: #ec6707 transparent;
  scrollbar-width: thin;
}

.tabs::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#e1e1e1)) no-repeat center/auto 4px;
  background: linear-gradient(#e1e1e1, #e1e1e1) no-repeat center/auto 4px;
}

.tabs::-webkit-scrollbar-thumb {
  background-color: #ec6707;
  border-radius: 10rem;
}

.tabs-dark {
  color: #646363;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.22;
}

.tabs li:not(:last-child) {
  margin: 0;
  padding-right: 26px;
}

.tabs li {
  border-bottom: 1px solid #e6e6e6;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 11px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;    
}

.tabs li::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: calc(100% - 26px);
  height: 4px;
  background: #ec6707;
  opacity: 0;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.tabs li:last-child:after {
  width: 100%;
}

.tabs li:hover:after,
.tabs li.active:after {
  opacity: 1;
}

.tabs li::before {
  display: none;
}

.tabs i {
  display: block;
  font-size: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 13px;
}

.tabs-dark i {
  font-size: 38px;
}

.tabs .icon-bus {
  font-size: 45px;
}

.tab-content {
  display: none;
}

.tab-text {
  display: block;
}

/*sort-links*/

.sort-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  color: #fff;
  scrollbar-color: #ec6707 transparent;
  scrollbar-width: thin;
}

.sort-links::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#e1e1e1)) no-repeat center/auto 4px;
  background: linear-gradient(#e1e1e1, #e1e1e1) no-repeat center/auto 4px;
}

.sort-links::-webkit-scrollbar-thumb {
  background-color: #ec6707;
  border-radius: 10rem;
}

.sort-links-dark {
  color: #646363;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.22;
}

.sort-links li:not(:last-child) {
  margin: 0;
  padding-right: 26px;
}

.sort-links li {
  border-bottom: 1px solid #e6e6e6;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 11px;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.sort-links li::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: calc(100% - 26px);
  height: 4px;
  background: #ec6707;
  opacity: 0;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.sort-links li:last-child:after {
  width: 100%;
}

.sort-links li:hover:after,
.sort-links li.active:after {
  opacity: 1;
}

.sort-links li::before {
  display: none;
}

.sort-links i {
  display: block;
  font-size: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 13px;
}

.sort-links-dark i {
  font-size: 38px;
}

.sort-links .icon-bus {
  font-size: 45px;
}

.sort-link {
  display: block;
}

/*options (another tabs variation)*/

.options {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-family: Neris, sans-serif;
  font-weight: 900;
  color: #1d1d1b;
  line-height: 1;
  margin-bottom: 35px;
  overflow-x: auto;
  scrollbar-color: #ec6707 transparent;
  scrollbar-width: thin;
}

.options::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#e1e1e1)) no-repeat center/auto 4px;
  background: linear-gradient(#e1e1e1, #e1e1e1) no-repeat center/auto 4px;
}

.options::-webkit-scrollbar-thumb {
  background-color: #ec6707;
  border-radius: 10rem;
}

.options li::before {
  display: none;
}

.options li {
  margin: 0 0 20px 0;
  cursor: pointer;
  padding-bottom: 6px;
  border-bottom: 4px solid transparent;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.options li:not(:last-child) {
  margin: 0 60px 20px 0;
}

.options li.active,
.options li:hover {
  color: inherit;
  border-color: #ec6707;
}

.option-content {
  display: none;
}

/*tooltip*/

.tooltip-wrap {
  position: relative;
  font-size: 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tooltip-wrap i {
  vertical-align: 0;
}

.tooltip-wrap:hover .tooltip {
  opacity: 1;
  -webkit-transform: scale(1) translateX(50%);
  -ms-transform: scale(1) translateX(50%);
  transform: scale(1) translateX(50%);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  pointer-events: auto;
}

.tooltip-wrap:hover .tooltip-right {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tooltip {
  position: absolute;
  right: 50%;
  bottom: calc(100% + 4px);
  width: 205px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  color: #3c3c3c;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  line-height: 1.33;
  opacity: 0;
  -webkit-transform: scale(0) translateX(50%);
  -ms-transform: scale(0) translateX(50%);
  transform: scale(0) translateX(50%);
  pointer-events: none;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  z-index: 4;
}

.tooltip-right {
  right: -20px;
}

.tooltip::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 6px;
}

.tooltip::before {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.tooltip-right::before {
  left: auto;
  right: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/*calc-form*/

.calc {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.calc-body {
    width: 100%;
    margin-right: 50px;
}

.calc-body-big {
  max-width: 630px;
  color: #535353;
}

.calc-sidebar {
  max-width: 360px;
  width: 100%;
  padding-top: 26px;
}

.calc-sidebar-big {
  max-width: 550px;
}

.calc-results {
  padding: 12px 20px 28px;
  border-radius: 6px;
  line-height: 1;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}

.calc-results-dark {
  background: #f3f3f3;
}

.calc-results:not(:last-child) {
  margin-bottom: 10px;
}

.calc-results-item {
  position: relative;
  z-index: 1;
}

.calc-results-item:not(:last-child) {
  margin-bottom: 20px;
}

.calc-resulst-item-title {
  font-size: 12px;
  margin-bottom: 17px;
}

.calc-resulst-item-title-bold {
  font-weight: 700;
}

.calc-resulst-item-gray {
  color: #60605d;
}

.calc-results-item-value {
  font-weight: 900;
  font-size: 24px;
  font-family: Neris, sans-serif;
}

.calc-results-item-value strong {
  font-size: 30px;
}

.calc-info {
  padding: 20px 20px 10px;
  border: 1px solid #ec6707;
  border-radius: 6px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
}

.calc-info:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 1367px) {
  .calc-info:not(:last-child) {
    margin-bottom: 10px;
  }
}

.calc-info-item {
  width: 45%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
}

.calc-info-item-title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  margin-bottom: 22px;
}

.calc-info-item-title .tooltip-wrap {
  margin-left: 10px;
}

.calc-info-item-value {
  font-size: 20px;
  font-family: Neris, sans-serif;
  font-weight: 700;
  color: #ec6707;
  margin-top: auto;
}

.field-unit {
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.field-unit-bottom {
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: 15px;
}

.field-postfix {
  position: absolute;
  font-size: 16px;
  left: 20px;
  top: 46%;
  -webkit-transform: translateY(-46%);
  -ms-transform: translateY(-46%);
  transform: translateY(-46%);
  z-index: 1;
}

.field-name {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
}

.field-name-absolute {
  position: absolute;
  top: -25px;
  left: 0;
  color: #535353;
}

.field-name-custom {
  font-weight: 400;
  font-size: 16px;
  padding-left: 10px;
  margin-bottom: 5px;
  color: #535353;
}

.field-name-small {
  font-weight: 400;
  line-height: 1;
  color: #767676;
  margin-bottom: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.field {
  background: transparent;
  border: 1px solid #a6a6a6;
  border-radius: 0;
  color: inherit;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
}

.range-field {
  height: 51px;
  font-size: 20px;
}

/*irs slider custom styles*/

.field-item > .irs {
  margin: -3px 0 0 0;
}

.irs-line:focus {
  -webkit-box-shadow: 0 0 6px #ec6707;
  box-shadow: 0 0 6px #ec6707;
}

.irs-slider {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ec6707;
  font-size: 0;
  z-index: 2;
  top: -11px;
}

.irs-line {
  height: 3px;
  width: 100%;
  background-color: #C4C4C4;
}

.irs-bar {
  background-color: #ec6707;
  height: 3px;
  top: 0;
  left: 0 !important;
}

.irs-min {
  font-size: 0;
}

.irs-max {
  font-size: 16px;
  top: 8px;
  visibility: visible !important;
}

.irs-single {
  font-size: 0;
  display: none;
}

/*drop-list*/

.drop-list {
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1b;
  line-height: 1;
  width: 100%;
}

.drop-list > li::before {
  display: none;
}

.drop-list > li {
  border-top: 1px solid #e5e5e5;
  position: relative;
  cursor: pointer;
}

.drop-list > li:not(:last-child) {
  margin-bottom: 0;
}

.drop-list > li:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.drop-head {
  position: relative;
  padding: 20px 30px 20px 0;
}

.drop-head::after {
  content: "\e901";
  font-family: icomoon;
  position: absolute;
  right: 7px;
  top: 50%;
  font-size: 16px;
  font-weight: normal;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  color: #7b7b7b;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drop-list-table {
  font-size: 16px;
  table-layout: fixed;
}

.drop-list-table th {
  padding: 17px 15px 17px 30px;
  border: 0;
}

.drop-list-table td {
  padding: 17px 0;
  border: 0;
}

.drop-list-table tr:nth-child(odd) {
  background-color: #f7f7f7;
}

.drop-list-table tr:first-child td {
  border: 0;
}

.drop-list-table tr:last-child td {
  border: 0;
}

.drop-title {
  font-family: PTSans, sans-serif;
}

.drop-head.active::after {
  -webkit-transform: translateY(-50%) scale(-1);
  -ms-transform: translateY(-50%) scale(-1);
  transform: translateY(-50%) scale(-1);
}

.drop-content {
  display: none;
  padding: 30px;
}

.drop-content-custom {
  padding: 0 0 25px 0;
}

.drop-list p {
  font-size: 17px;
  line-height: 1.66;
  font-weight: 400;
}

/*pulldown-list*/

.pulldown {
  padding: 35px 0;
}

.pulldown:first-child {
  padding-top: 0;
}

.pulldown:not(:first-child) {
  border-top: 1px solid #eaeaea;
}

.pulldown:last-child {
  border-bottom: 1px solid #eaeaea;
}

.pulldown-list {
  font-size: 18px;
  line-height: 1;
  margin: 0;
}

.pulldown-list li::before {
  display: none;
}

.pulldown-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #0a0a0a;
  cursor: pointer;
}

.pulldown-head-text {
  width: 100%;
}

.pulldown-head-text {
  width: calc(100% - 220px);
}

.pulldown-title {
  font-weight: 400;
  font-family: PTSans, sans-serif;
}

.pulldown-title strong {
  font-size: 24px;
  font-weight: 700;
}

.pulldown-subtitle {
  font-weight: 700;
}

.pulldown-content {
  padding-top: 40px;
  line-height: 1.44;
  color: #505050;
  letter-spacing: -0.18px;
  max-width: 815px;
  display: none;
  padding-bottom: 15px;
}

.pulldown-list li:not(:last-child) {
  margin-bottom: 0;
}

.pulldown-head-btn {
  opacity: 0;
  pointer-events: none;
}

.pulldown-head.active .pulldown-head-btn {
  opacity: 1;
  pointer-events: auto;
}

/*pagination*/

.pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  margin-top: 45px;
}

.pagination-wrap {
  position: relative;
  padding: 0 250px;
}

.pagination-link {
  display: inline-block;
  vertical-align: 0;
  min-width: 37px;
  text-align: center;
  line-height: 57px;
  margin: 0 5px;
}

.pagination-link-gray {
  background-color: #f3f3f3;
}

.pagination-link.active {
  color: #ec6707;
}

.pagination-link:first-child,
.pagination-link:last-child {
  min-width: 57px;
  padding: 0 5px;
  border: 1px solid #e3e3e3;
  font-size: 20px;
}

.pagination-link:first-child {
  margin-right: 25px;
}

.pagination-link:last-child {
  margin-left: 25px;
}

.pagination-btn {
  min-width: 240px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*file-link*/

.file-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.file-link-big {
  padding: 35px 0;
  border-bottom: 1px solid #eaeaea;
}

.file-link:not(:last-child) {
  margin-bottom: 35px;
}

.file-image {
  width: 37px;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 26px;
}

.file-image-big {
  width: 56px;
  margin-right: 45px;
}

.file-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.file-title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 8px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  font-size: 16px;
  font-weight: 400;
}

.file-title-big {
  font-size: 18px;
  font-weight: 700;
}

.file-size {
  font-size: 14px;
  font-weight: 700;
  color: #a2a2a2;
}

.file-date {
  color: #a2a2a2;
  text-transform: uppercase;
}

.file-text {
  font-weight: 900;
  font-size: 18px;
  border-bottom: 3px solid #ec6707;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

/*load-item*/

.load-item:not(:last-child) {
  margin-bottom: 30px;
}

.loat-item-custom {
  background: #fff;
  border-radius: 6px;
  padding: 20px;
}

.load-item .like-h4,
.load-item h4 {
  font-weight: 400;
  margin-bottom: 15px;
}

.load-item-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.load-item label {
  width: 229px;
  height: 57px;
  border: 2px solid #ec6707;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 52px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 0 25px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.load-item-rectangle label {
  border-radius: 6px;
  width: 290px;
}

.load-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #ec6707;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.load-item label span {
  position: relative;
  z-index: 2;
}

.load-item-files {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #898989;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  break-word: break-all;
}

.load-item-file-custom {
  font-weight: 300;
}

/*checkbox*/

.checkbox {
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #535353;
  line-height: 1.1;
}

.checkbox:not(:last-child) {
  margin-bottom: 30px;
}
.modal-form input[type=checkbox] {margin: 0;}
/*radio-item*/

.radio-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.radio-item-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.radio-item:not(:last-child) {
  margin-bottom: 30px;
}

.radio-item-link {
  margin-left: auto;
  font-size: 14px;
  font-weight: 700;
  color: #ec6707;
  text-decoration: underline;
}

/*radiobox*/

.radiobox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.half-radiobox {
  width: calc(100% / 2 - 20px);
}

.radiobox:not(:last-child) {
  margin-right: 30px;
}

.half-radiobox:not(:last-child) {
  margin-right: 0;
}

/*slider elements*/

.slider-arrow {
  position: absolute;
  top: calc(100% + 42px);
  width: 54px;
  height: 54px;
  line-height: 50px;
  border: 2px solid #ec6707;
  border-radius: 50%;
  font-family: icomoon;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  z-index: 1;
}

.slider-arrow-right {
  right: 15px;
}

.slider-arrow-right::before {
  content: "\e907";
}

.slider-arrow-left {
  right: 75px;
}

.slider-arrow-left::before {
  content: "\e91f";
}

.slider-custom-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  line-height: 50px;
  border: 2px solid #ec6707;
  border-radius: 50%;
  font-family: icomoon;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  z-index: 1;
}

.slider-custom-arrow-right {
  right: 15px;
}

.slider-custom-arrow-right::before {
  content: "\e907";
}

.slider-custom-arrow-left {
  left: 15px;
}

.slider-custom-arrow-left::before {
  content: "\e91f";
}

.static-slider-arrow {
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-47%);
  -ms-transform: translateY(-47%);
  transform: translateY(-47%);
  line-height: 50px;
  text-align: center;
  font-size: 50px;
  font-family: icomoon;
  cursor: pointer;
  z-index: 1;
  color: #0d0d0d;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.static-slider-arrow-small {
  font-size: 30px;
}

.static-slider-arrow-right {
  right: -45px;
}

.static-slider-arrow-right::before {
  content: "\e934";
}

.static-slider-arrow-left {
  left: -45px;
}

.static-slider-arrow-left::before {
  content: "\e933";
}

.static-slider-arrow:hover {
  color: #ec6707;
}

.custom-dots {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px;
}

.custom-dots-absolute {
  position: absolute;
  margin: 0;
}

.custom-dots li {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0;
  width: 8px;
  height: 8px;
  background: #7c6d66;
  border-radius: 50%;
  margin: 0 3px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.custom-dots button {
  display: none;
}

.custom-dots li:not(:last-child) {
  margin-bottom: 0;
}

.custom-dots li.slick-active {
  background: #ec6707;
}

.custom-dots li::before {
  display: none;
}

.custom-dots li:only-child {
  display: none;
}

/*custom-titles*/

.page-title {
  font-size: 48px;
  margin-bottom: 50px;
}

.page-title_h1 {
  font-weight: 900;
  font-family: Neris, sans-serif;
  line-height: 1;
}

.page-title_mt {
  margin-top: 80px;
}

.section-title {
  margin-bottom: 50px;
}

.section-title-custom {
  font-size: 30px;
  text-align: center;
}

.sm-margin-title {
  margin-bottom: 10px;
}

.section-subtitle {
  font-size: 24px;
  font-weight: 600;
  font-family: Neris, sans-serif;
}

.section-subtitle:not(:last-child) {
  margin-bottom: 55px;
}

#altasib_geobase_popup {
  max-height: 100vh;
  overflow-y: auto;
}

.modal-title {
  text-align: center;
}

.modal-title-small {
  font-size: 34px;
}

.modal-title:not(:last-child) {
  margin-bottom: 35px;
}

.modal-subtitle {
  font-weight: 600;
  font-size: 32px;
}

/*modals*/

.modal {
  display: none;
  border-radius: 6px;
  max-width: 700px;
  width: 100%;
    padding: 44px !important;
    margin: auto;
        overflow-y: hidden !important; bottom: auto !important; position: relative !important;
}
.fancybox-slide--current {	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; align-items: center; justify-content: center;
}

.modal-wide {
  max-width: 1250px;
}

.modal-tiny {
  max-width: 480px;
}

.fancybox-close-small:hover {
  color: #ec6707;
}

.fancybox-slide--html .fancybox-close-small {
  padding: 5px;
}

.fancybox-dark {
  background-color: rgba(30, 30, 30, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.fancybox-black {
  background-color: rgba(0, 0, 0, 0.6);
}

.chart-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.chart-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 900;
  color: #150805;
}

.chart-link {
  padding-bottom: 2px;
}

.chart-head-btn {
  margin-top: 20px;
  line-height: 50px;
}

.chart-link-text {
  border-bottom: 3px solid #ec6707;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.chart-link i {
  vertical-align: -2px;
  margin-right: 10px;
  font-size: 18px;
  color: #9d9d9d;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.chart-title {
  margin-bottom: 10px;
}

.chart-subtitle {
  font-family: Neris, sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #414141;
}

.chart-tables-wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.chart-tables {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chart-table {
  width: 340px;
  table-layout: fixed;
}

.chart-table:not(:last-child) {
  margin-right: 90px;
}

.chart-table th {
  padding: 5px 30px 5px 0;
  border: 0;
  font-weight: 700;
  color: #1d1d1b;
  width: 63%;
}

.chart-table td {
  padding: 5px 0;
  border: 0;
  font-weight: 700;
}

.chart-table tr:first-child td {
  border: 0;
}

.chart-table tr:last-child th {
  border: 0;
}

.chart-table tr:last-child td {
  border: 0;
}

.chart-sort {
  margin: 30px 0 20px 0;
}

.chart-radio-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.chart-main-table th {
  padding: 15px 30px 15px 0;
  border: 0;
  font-size: 18px;
  font-weight: 700;
  color: #414141;
}

.chart-main-table td {
  padding: 15px 0;
  border: 0;
  text-align: center;
  min-width: 120px;
}

.chart-main-table tr:first-child td,
.chart-main-table tr:first-child th {
  border-top: 1px solid #cbcbcb;
  padding-top: 30px;
}

.chart-main-table tr:last-child th,
.chart-main-table tr:last-child td {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 30px;
}

.table-wrap {
  overflow: auto;
  white-space: nowrap;
  scrollbar-color: #ec6707 transparent;
  scrollbar-width: thin;
  padding-bottom: 50px;
}

.table-wrap::-webkit-scrollbar {
  width: 10px;
  height: 15px;
}

.table-wrap::-webkit-scrollbar-thumb {
  background-color: #ec6707;
  border-radius: 10rem;
}

.table-wrap-custom {
  white-space: normal;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 0;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/*modal-search*/

.modal-search {
  background: 0;
  max-width: 1000px;
  width: 100%;
  color: #fff;
  padding: 40px 0 10px 0;
}

.modal-search .fancybox-button {
  padding: 0;
}

.modal-search .fancybox-button:hover {
  color: #ec6707;
}

.modal-search input {
  width: 100%;
  height: 100%;
  background: 0;
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  padding: 0 30px;
  border: 0;
  height: 105px;
}

.modal-search label {
  opacity: .5;
}

.form-item i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.form-item .icon-custom-position {
  top: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  bottom: 19px;
  right: 15px;
}

.form-item-short .icon-custom-position {
  bottom: 20px;
}

.form-item-short {
  max-width: 265px;
}

.form-item__agreement {
  margin: 35px 0 0;
}

.form-block {
  /*padding: 50px 260px;*/
  background-color: #f7f7f7;
  border-radius: 6px;
}

.form-block:not(:last-child) {
  margin-bottom: 20px;
}

.form-block-list {
  font-size: 18px;
  color: #191919;
}

.form-block-list li::before {
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0;
  width: 6px;
  height: 6px;
  background-color: #191919;
}

.form-block-list li {
  padding-left: 25px;
}

.form-block-title {
  font-size: 30px;
  text-align: center;
}

.form-block-title:not(:last-child) {
  margin-bottom: 40px;
}

.search-form .form-item::before,
.search-form .form-item::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  width: 0;
  background-color: #ec6707;
}

.search-form .form-item::before {
  left: 50%;
}

.search-form .form-item::after {
  right: 50%;
}

.modal-search.fancybox-content .form-item::before,
.modal-search.fancybox-content .form-item::after {
  -webkit-animation: searchBorder .25s .25s forwards ease-in-out;
  animation: searchBorder .25s .25s forwards ease-in-out;
}

@-webkit-keyframes searchBorder {
  0% {
    width: 0;
  }

  50% {
    width: 25%;
  }

  100% {
    width: 50%;
  }
}

@keyframes searchBorder {
  0% {
    width: 0;
  }

  50% {
    width: 25%;
  }

  100% {
    width: 50%;
  }
}

/***page-header***/

.page-header {
  font-size: 14px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  min-height: 103px;
  position: fixed;
  width: 100%;
  z-index: 5;
  color: #fff;
  left: 0;
  top: 0;
}

.page-header-dark {
  background: #000;
}

.home-page .page-header-scroll {
  background: rgba(0, 0, 0, 0.8);
}


.page-head__services {
  align-items: stretch;
  display: flex;
  max-height: 600px;
}

.page-head__services .page-head-text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-head__services .page-head-space {
  padding: 20px 0;
}

.page-image-wrap {
  position: relative;
}

.page-image-wrap > img {
  max-height: 600px;
  object-fit: cover;
  width: 100%;
  object-position: top;
}

.page-image-wrap .page-head {
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  max-height: 100%;
}

.header-logo {
  margin-right: auto;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.logo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.logo:hover {
  color: inherit;
  text-decoration: none;
}

.logo-image,
.colored-logo-image {
  margin-right: 4px;
}

.logo-text {
  font-family: Neris, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.9px;
}

.logo-text-small {
  font-size: 9.5px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: inline-block;
  font-weight: 600;
  margin-top: 5px;
}

.colored-logo-image {
  display: none;
}

.static-header {
  background-color: #fff;
  color: #1d1d1b;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.static-header .header-links {
  border-color: rgba(0, 0, 0, 0.25);
}

.static-header .colored-logo-image {
  display: block;
}

.static-header .logo-image {
  display: none;
}

.flexible-contacts {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexible-contacts:not(:last-child) {
  margin-right: 45px;
}

.contacts-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-contacts-links {
  font-size: 30px;
}

.header-contacts-links:not(:last-child) {
  margin-right: 25px;
}

.contacts-links a:not(:last-child) {
  margin-right: 20px;
}

.callback-link {
  padding-bottom: 3px;
  border-bottom: 2px solid #ec6707;
}

.callback-link:not(:last-child) {
  margin-right: 45px;
}

.header-contacts {
  margin-right: 40px;
}

.phone-link {
  font-family: Neris, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.header-order {
  margin-right: 40px;
}

.header-order .btn {
  font-size: 14px;
  line-height: 21px;
  min-width: 0;
  padding: 8px 24px;
  height: 37px;
}

.location-current {
  font-size: 12px;
}

.location-current::before {
  content: "\e923";
  font-family: icomoon;
  margin-right: 5px;
  font-size: 17px;
  vertical-align: -3px;
}

.header-search {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-tools {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search-link {
  font-size: 20px;
  position: relative;
}

.header-search-link:hover {
  color: #ec6707;
  text-decoration: none;
}

.header-tools:not(:last-child) {
  margin-right: 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
}

.header-search:not(:last-child) {
  margin-right: 30px;
}

.header-search-form {
  width: 490px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.header-search-form.active {
  display: block;
}

.header-top {
  padding: 25px 0;
  position: relative;
  z-index: 5;
}

.header-links {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  line-height: 1;
  padding: 10px 20px;
  font-size: 18px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.header-link {
  margin: 0 10px;
}

.search-field {
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: 0;
  padding: 0 30px 0 0;
  color: currentColor;
}

.header-tools i {
  vertical-align: -2px;
  font-size: 17px;
}

.header-tools a:not(:last-child) {
  margin-right: 25px;
}

.header-partner-logo {
  margin-left: 27px;
  padding-left: 27px;
  margin-right: auto;
  position: relative;
}

.header-partner-logo:before {
  border-left: 1px solid #C4C4C4;
  content: '';
  height: 40px;
  left: 0;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
}

.login-link {
  height: 20px;
  display: block;
}

.login-link i {
  margin-right: 15px;
  font-size: 20px;
}

/*breadcrubms*/

.breadcrubms-wrap {
  background: #f3f3f3;
  padding: 20px 0;
}

.breadcrubms {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: Neris, sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #1d1d1b;
}

.breadcrubms li::before {
  width: auto;
  height: auto;
  background: 0;
  margin: 0;
}

.breadcrubms li:not(:last-child) {
  margin-bottom: 0;
}

.breadcrubms li + li::before {
  display: inline-block;
  padding: 0 0.8rem;
  content: "|";
  vertical-align: -1px;
  color: #1d1d1b;
}

.breadcrubms li:last-child {
  color: #ec6707;
}

/***** INDEX-PAGE *****/

/*page-header*/

.page-header-open {
  color: #1d1d1b;
}

.page-header-open .header-top {
  background: #fff;
}

.page-header-open .header-links {
  display: none;
}

.page-header-open .logo-image {
  display: none;
}

.page-header-open .colored-logo-image {
  display: block;
}

/*menu*/

.menu {
  position: fixed;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  color: #171717;
  padding-top: 160px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  overflow-y: auto;
  z-index: 4;
}

.menu.is-open {
  opacity: 1;
  pointer-events: auto;
}

.menu-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.menu-column {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 75px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.menu-title {
  font-size: 30px;
  font-family: Neris, sans-serif;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 1px solid #ec6707;
  margin-bottom: 35px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.menu-list {
  font-weight: 300px;
}

.menu-list li::before {
  display: none;
}

/*page-navigation*/

.page-navigation {
  position: fixed;
  z-index: 2;
  color: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  color: #a3a3a3;
}

.page-navigation.is-off {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.page-navigation li::before {
  display: none;
}

.navigation-arrows {
  position: fixed;
  bottom: 65px;
  left: calc(50% - 585px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  z-index: 2;
}

.navigation-arrow {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #ec6707;
  line-height: 37px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.scroll-up-btn {
  position: fixed;
  display: inline-block;
  cursor: pointer;
  right: 15px;
  bottom: 15px;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #ec6707;
  line-height: 37px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  display: none;
}

.inner-page .scroll-up-btn {
  display: block;
}

.inner-page .scroll-up-btn-off {
  display: none;
}

.inner-page.page-leasing-partners .page-header {
  min-height: 0;
}

.inner-page.page-leasing-partners .header-logo {
  margin-right: 0;
}

.navigation-arrow:not(:last-child) {
  margin-right: 5px;
}

.page-navigation a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background: #a3a3a3;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.page-navigation a {
  padding-right: 88px;
  position: relative;
  display: block;
  text-align: right;
  color: rgba(255, 255, 255, 0.85);
}

.page-navigation a.active {
  color: #fff;
}

.page-navigation a.active::before {
  width: 70px;
  background: #fff;
}

.page-navigation li:not(:last-child) {
  margin-bottom: 20px;
}

/*pages-menu*/

.pages-menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-weight: 900;
  font-family: Neris, sans-serif;
  font-size: 24px;
  color: #1d1d1b;
  margin: 0;
  line-height: 1;
  max-width: 825px;
  overflow-x: auto;
  scrollbar-color: #ec6707 transparent;
  scrollbar-width: thin;
}

.pages-menu::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#e1e1e1)) no-repeat center/auto 4px;
  background: linear-gradient(#e1e1e1, #e1e1e1) no-repeat center/auto 4px;
}

.pages-menu::-webkit-scrollbar-thumb {
  background-color: #ec6707;
  border-radius: 10rem;
}

.pages-menu li::before {
  display: none;
}

.pages-menu:not(empty) {
  margin-bottom: -30px;
}

.pages-menu li {
  margin: 0 60px 30px 0;
}

.pages-menu a {
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
}

.pages-menu .active a {
  border-color: #ec6707;
}

/*intro-block*/

.intro-block {
  position: relative;
}







.intro-slide {
  background-color: #000;
  color: #fff;
  padding: 220px 0;
  position: relative;
  min-height: 100vh;
}

.intro-slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.intro-slide-bg.intro-slide-bg__dark:before {
  background: rgba(0, 0, 0, 0.4);
}

.intro-slide-video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.intro-slide-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@supports ((-webkit-clip-path: polygon(0 100%, 100% 0, 100% 0)) or (clip-path: polygon(0 100%, 100% 0, 100% 0))) {
  .intro-slide-video {
    display: block;
  }
}

.intro-slide-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.19);
}

.intro-slide-title {
  font-size: 60px;
  margin-bottom: 50px;
  font-family: Neris, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.intro-slide-content {
  position: relative;
  z-index: 4;
}

.check-list {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.check-list-small {
  font-size: 18px;
}

.check-list:not(:last-child) {
  margin-bottom: 40px;
}

.check-list li {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.check-list li::before {
  content: "\e90d";
  font-family: icomoon;
  background: none;
  margin-right: 25px;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 16px;
  vertical-align: 0;
}

/*leasing-block*/

.leasing-block-box:not(:empty) {
  margin-bottom: 5px;
}

.leasing-item-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 0;
  pointer-events: 0;
  color: #fff;
  z-index: 1;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  padding: 15px 20px 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.leasing-item-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.17);
  pointer-events: none;
}

.leasing-item {
  margin: 0 15px 30px;
  width: calc(100% / 4 - 30px);
  height: 226px;
  border-radius: 6px;
  background: #a3a3a3;
  position: relative;
  padding: 15px 20px 20px;
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.leasing-item:hover .leasing-item-inner {
  opacity: 1;
  left: 0;
}

.leasing-item:hover .leasing-item-title {
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
}

.leasing-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.leasing-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.leasing-item-title {
  position: relative;
  z-index: 1;
  margin: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  width: 100%;
}

.leasing-inner-title {
  font-size: 14px;
  margin-bottom: 5px;
}

.leasing-item-list-wrap {
  max-height: 138px;
  overflow-y: auto;
  line-height: 1.3;
  scrollbar-color: #ec6707 transparent;
  scrollbar-width: thin;
}

.leasing-item-list-wrap::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background: linear-gradient(rgba(000, 000, 000, 0.15), rgba(000, 000, 000, 0.15)) no-repeat center/auto 4px;
}

.leasing-item-list-wrap::-webkit-scrollbar-thumb {
  background-color: #ec6707;
  border-radius: 10rem;
}

@supports ((-webkit-clip-path: polygon(0 100%, 100% 0, 100% 0)) or (clip-path: polygon(0 100%, 100% 0, 100% 0))) {
  .leasing-item-list-wrap {
    line-height: 1.5;
  }
}

.leasing-item-list {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
}

.leasing-item-list li:before {
  display: none;
}

.leasing-item-list li:not(:last-child) {
  margin-bottom: 2px;
}

.leasing-item-link {
  display: block;
  width: 100%;
  margin-top: auto;
  font-weight: 700;
  z-index: 1;
  position: relative;
  line-height: 1;
}

.leasing-item-link i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}

.leasing-block-footer {
  text-align: right;
}

.leasing-block-footer a:not(:last-child) {
  margin-right: 30px;
}

/*leasingcat-block*/

.index-block-head-btn {
  color: #fff;
  min-width: 240px;
}

.leasingcat-slider {
  margin: 0 -15px 35px;
  padding: 0 100px;
}

.leasingcat-slider-text {
  text-align: center;
  margin-bottom: 50px;
  display: none;
}

.leasingcat-slide {
  width: calc(100% / 4 - 30px);
  margin: 0 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.leasingcat-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.leasingcat-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.leasingcat-slide.slick-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.leasingcat-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 134px;
  background-color: rgba(0, 0, 0, 0.349);
  border-radius: 6px;
  padding: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.leasingcat-item:not(:last-child) {
  margin-bottom: 30px;
}

.leasingcat-item-image {
  max-height: 100%;
}

.leasingcat-filter {
  margin: 0 -10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.leasingcat-filter .form-item {
  margin: 0 10px;
  width: 238px;
}

.leasingcat-filter-btn {
  margin-left: auto;
  min-width: 165px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.leasingcat-slider .custom-dots {
  top: calc(100% + 30px);
}

/*special-block*/

.special-slider {
  margin: 0 -15px;
}

.special-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.special-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.special-slide {
  padding: 30px 15px;
  min-height: 314px;
}

.special-slide-big {
  min-height: 370px;
  padding: 30px;
}

.special-slide-big .special-slide-title {
  font-size: 24px;
}

.special-slide-big .special-slide-text {
  font-size: 18px;
}

.special-slide,
.special-slide.slick-slide {
  margin: 0 15px;
  width: calc(100% / 3 - 30px);
  border-radius: 6px;
  background: #000;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.special-slide.slick-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.special-slide-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: .6;
}

.special-slide-text {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  margin-top: auto;
}

.special-slide-title {
  margin-bottom: 8px;
  font-family: Neris, sans-serif;
  font-weight: 900;
  line-height: 1;
  font-size: 18px;
}

.slider-footer {
  text-align: right;
  margin-top: 42px;
  padding-right: 135px;
}

.slider-footer .btn:not(:last-child) {
  margin-right: 30px;
}

.special-slide-price-last {
  font-weight: 400;
  margin-right: 7px;
  text-decoration: line-through;
}

/*services-block*/

.services-slider {
  margin: 0 -15px;
}

.services-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.services-slide {
  background-color: #ec6707;
  min-height: 316px;
}

.services-slide,
.services-slide.slick-slide {
  margin: 0 15px;
  width: calc(100% / 2 - 30px);
  padding: 30px 20px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.services-slide.slick-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.services-slide-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
  position: relative;
  margin-top: auto;
  width: 100%;
  padding-right: 30px;
  z-index: 2;
}

.services-slide-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.services-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  z-index: 1;
}

.services-slide-title::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e91e";
  font-family: icomoon;
  font-size: 18px;
}

/*advantages-block*/

.advantages-block-box {
  margin: 0 -20px;
}

.advantages-item {
  margin: 0 20px 50px;
  width: calc(100% / 3 - 40px);
  font-size: 18px;
  line-height: 1.33;
}

.advantages-item-image {
  width: auto;
  height: 58px;
  margin-bottom: 30px;
}

.advantages-item strong {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
}

.advantages-section .text-block table {
  font-family: Neris, sans-serif;
}

.advantages-section .text-block table td,
.advantages-section .text-block table th {
  padding: 20px 25px;
  line-height: 21px;
}

.advantages-section .text-block table td:first-child,
.advantages-section .text-block table th:first-child {
  padding-left: 38px;
}

.advantages-section .text-block table td:last-child,
.advantages-section .text-block table th:last-child {
  padding-right: 38px;
}

.advantages-section .text-block table th {
  border: 0;
  font-size: 20px;
  font-weight: 600;
}

.advantages-section .text-block table td:first-child {
  border-left: 2px solid #F7F7F7;
}

.advantages-section .text-block table td:last-child {
  border-right: 2px solid #F7F7F7;
}

.advantages-section .text-block table td {
  border-top: 2px solid #F7F7F7;
}

.advantages-section .text-block table tr:last-child td {
  border-bottom: 2px solid #F7F7F7;
}

/*press-block*/

.sliders-wrap {
  max-width: 975px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.press-slider-wrap {
  width: calc(100% / 2 - 30px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.press-slider {
  margin: 0 -8px;
}

.press-slide {
  background: #fff;
}

.press-slide,
.press-slide.slick-slide {
  margin: 0 8px;
  width: calc(100% / 2 - 20px);
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  position: relative;
  min-height: 318px;
}

.press-slide-bg {
  height: 160px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.press-slide-image {
  margin: auto;
  width: auto;
  height: auto;
  max-height: 100%;
}

.press-slide-body {
  padding: 20px 15px;
  color: #1d1d1b;
  font-size: 14px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.press-slide-body p {
  max-height: 84px;
  overflow: hidden;
}

.press-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.press-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.press-slide-date {
  font-size: 12px;
  font-weight: 700;
  color: #a2a2a2;
  text-transform: uppercase;
  margin-top: auto;
  padding-right: 15px;
  position: relative;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.press-slide-date::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e91e";
  font-family: icomoon;
  font-size: 10px;
}

.press-slide-text {
  margin-bottom: 1rem;
}

/*about-block*/

.about-block-intro {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-intro-text {
  font-size: 18px;
  max-width: 605px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-intro-video {
  width: 150px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-right: 45px;
}

.about-video-text {
  font-size: 14px;
}

.about-num-value {
  font-size: 140px;
  font-family: Neris, sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #ec6707;
  text-indent: -8px;
}

.about-num-text {
  font-size: 24px;
  font-weight: 700;
}

.about-block-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 700px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.about-block-item {
  width: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px;
  width: 195px;
}

.about-block-num {
  margin-bottom: 40px;
}

.about-block-item-value {
  font-size: 60px;
  font-family: Neris, sans-serif;
  font-weight: 600;
  color: #ec6707;
  line-height: 1;
  margin-bottom: 5px;
  text-indent: -5px;
}

.about-block-item-text {
  font-size: 18px;
  font-weight: 700;
}

.about-block-footer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-block-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 240px;
  width: 100%;
}

.about-block-btn:not(:last-child) {
  margin-bottom: 10px;
}

.about-block-btn {
  color: #fff;
  text-align: left;
}

/*reviews-block*/

.reviews-slider {
  margin: 0 -15px;
}

.reviews-inner-slider {
  margin: 0 -15px;
}

.reviews-slider .slick-track,
.reviews-inner-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-slider:not(.slick-initialized),
.reviews-inner-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.reviews-slide {
  border: 1px solid #8e8c8b;
  border-radius: 6px;
}

.reviews-slide,
.reviews-slide.slick-slide {
  margin: 20px 15px 0;
  width: calc(100% / 2 - 30px);
  padding: 24px 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 316px;
  position: relative;
  height: auto;
}

.reviews-slide::before {
  display: block;
  content: "“";
  position: absolute;
  left: 22px;
  top: -22px;
  width: 44px;
  height: 44px;
  line-height: 62px;
  background: #ec6707;
  font-size: 72px;
  font-family: Attractive-Regular, sans-serif;
  text-align: center;
}

.reviews-slide-white {
  background-color: #fff;
  border-color: #dedede;
  border-radius: 0;
  color: #575757;
}

.reviews-slide-white::before {
  color: #fff;
}

.reviews-slide.slick-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.reviews-slide-head {
  text-align: right;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  margin-bottom: 35px;
}

.reviews-slide-image {
  width: auto;
  height: auto;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/*page-footer*/

.page-footer {
  background: #000;
  color: #fff;
  padding: 55px 0 60px;
  font-size: 14px;
  margin-top: auto;
}

.footer-top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px 40px;
}

.footer-bottom {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.footer-column {
  width: calc(100% / 5 - 60px);
  margin: 0 30px;
}

.footer-column-list {
  font-family: Neris, sans-serif;
  font-weight: 900;
  color: #fff;
  line-height: 1.33;
}

.footer-column-list li::before {
  display: none;
}

.footer-contacts {
  margin-bottom: 15px;
}

.footer-contacts-links {
  margin-bottom: 5px;
  font-size: 24px;
}

.footer-copy {
  color: #9a9a9a;
  font-weight: 700;
  font-family: Neris, sans-serif;
  margin-right: 70px;
}

.footer-info-link {
  text-decoration: underline;
  -webkit-text-decoration-color: #ec6707;
  text-decoration-color: #ec6707;
}

.footer-info-link:not(:last-child) {
  margin-right: 40px;
}

.footer-info-links {
  margin-right: 140px;
}

.social-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social-links {
  font-size: 24px;
  color: #888888;
}

.footer-requisites {
  color: #9A9A9A;
  margin: 24px 0 0;
  font-size: 14px;
  font-family: Neris,sans-serif;
  line-height: 21px;
}

.social-link:not(:last-child) {
  margin-right: 15px;
}

/***** INNER-PAGES *****/

.page-head {
  min-height: 410px;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  border-top: 1px solid #75797b;
  border-bottom: 1px solid #75797b;
}

.page-head.page-head_faq > .container {
  display: block;
}

.page-head.page-head_faq {
  background: url("/images/bgr-faq.jpg") 50% / cover no-repeat;
  padding: 70px 0;
  min-height: 320px;
}

.page-head.page-head_faq .like-h1,
.page-head.page-head_faq h1 {
  font-size: 48px;
  margin: 0;
  width: 100%;
}

.page-head.page-head_faq .page-head__button-order {
  padding: 0 25px;
}

.page-head::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
}

.page-head .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-head-text {
  max-width: 800px;
  width: 100%;
}

.page-head-title:not(:last-child) {
  margin-bottom: 40px;
}

.page-head-subtitle {
  font-family: Neris, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

.page-head-service {
  margin-bottom: 15px;
}

.page-head-service p {
  font-size: 23px;
  line-height: 36px;
}

.page-head-btn {
  min-width: 260px;
  color: #fff;
}

.page-head-btn:not(:last-child) {
  margin-bottom: 35px;
}

.page-head-navigation {
  margin-top: 24px;
  max-width: 300px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.page-head-navigation li::before {
  content: "\e91e";
  font-family: icomoon;
  width: auto;
  height: auto;
  background: 0;
  color: #ec6707;
  vertical-align: -1px;
  font-size: 12px;
  margin-right: 14px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.page-head-navigation li:not(:last-child) {
  margin-bottom: 18px;
}

.page-head-navigation a {
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
}

.page-head-navigation li.active a {
  border-bottom: 3px solid #ec6707;
}

.page-head__button-order {
  margin-top: 48px;
}

.page-head_faq:before {
  display: none;
}

.page-section {
  padding: 45px 0;
}

.page-section.results-section {
  padding-top: 24px;
  margin-top: -20px;
}

.page-section-gray {
  background-color: #f7f7f7;
}

.section-tools {
  margin-bottom: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 45px;
}

.section-filter-form {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
}

.section-filter-year {
  width: auto;
  min-width: 200px;
}

.section-filter-form input {
  height: 45px;
}

/*section-head*/

.section-head-file-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.section-head .page-title {
  margin-bottom: 0;
}

.section-head .section-title {
  margin-bottom: 0;
  max-width: 70%;
}

.section-head .section-head-btn_small {
  height: 40px;
  line-height: 36px;
}

.section-head-link {
  font-size: 18px;
  font-weight: 900;
  font-family: Neris, sans-serif;
  border-bottom: 3px solid #ec6707;
}

/***** ADMINISTRATION-PAGE *****/

.administration-box:not(:empty) {
  margin-bottom: -30px;
}

.administration-block {
  padding: 65px 0 70px 0;
}

.administration-items {
  font-size: 24px;
  font-family: Neris, sans-serif;
  font-weight: 600;
}

.administration-item {
  display: block;
  background-color: #ffffff;
  padding: 19.5px 35px;
}

.administration-item:not(:last-child) {
  margin-bottom: 2px;
}

.administration-card {
  display: block;
  width: 262.5px;
  margin: 0 15px 30px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e8e3e3;
}

.administration-card-static {
  margin: 0;
}

.administration-card-body {
  border-top: 0;
  padding: 20px 15px 28px 20px;
  position: relative;
  z-index: 1;
}

.administration-card-bg {
  height: 202px;
  background-color: #c1c6cb;
  margin: 0 -1px;
}

.administration-card-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.administration-card-title {
  line-height: 1.5;
  margin-bottom: 10px;
}

.administration-card-subtitle {
  font-size: 14px;
}

/***** INVESTORS-PAGE *****/

.investors-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.investors-block:not(:last-child) {
  margin-bottom: 40px;
}

.investors-block-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.investors-block-body p {
  font-size: 20px;
  font-family: PTSans, sans-serif;
}

.investors-block-body ul {
  max-width: 1000px;
  width: 100%;
  font-size: 16px;
}

.investors-block-body ul li::before {
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 9px;
}

.investors-block-body ul li {
  padding-left: 22px;
}

.investors-block-body p:not(:last-child) {
  margin-bottom: 35px;
}

.investors-block-body .like-h3,
.investors-block-body h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}

.investors-block-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 30px;
  text-align: center;
}

.investors-image-wrap {
  width: 378px;
  height: 378px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 378px;
  margin-bottom: 28px;
}

.investors-caption {
  font-size: 20px;
  margin-bottom: 4px;
}

.invproduct-box:not(:empty) {
  margin-bottom: -30px;
}

.invproduct-card {
  width: calc(100% / 2 - 30px);
  margin: 0 15px 30px;
  border: 1px solid #dedede;
  border-radius: 6px;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.invproduct-card-title {
  text-transform: uppercase;
  padding: 34px 15px;
  margin: 0;
}

.invproduct-card-key {
  background-color: #f8f8f8;
  font-size: 14px;
  color: #878785;
  padding: 6px 15px;
}

.invproduct-card-value {
  font-weight: 700;
  font-size: 18px;
  padding: 17px 15px;
  line-height: 1.33;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
}

.invproduct-card-value-full {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.invproduct-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invproduct-card-row strong {
  color: #ec6707;
  margin-left: 20px;
}

.feedback-section {
  background: -webkit-gradient(linear, left top, right top, from(#fbbf81), to(#fec3ab));
  background: -o-linear-gradient(left, #fbbf81, #fec3ab);
  background: linear-gradient(to right, #fbbf81, #fec3ab);
  padding: 45px 0 55px;
}

.feedback {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback .form-column {
  width: calc(100% / 2 - 45px);
}

.feedback .form-column-small {
  width: calc(100% / 3 - 15px);
}

.feedback .form-column.form-column_margin {
  margin-top: 34px;
}

.feedback input {
  border: 0;
}

.feedback select {
  border: 0;
}

.feedback textarea {
  border: 0;
}

.text-field-big {
  height: 230px;
}

.feedback .form-item:not(:last-child) {
  margin-bottom: 34px;
}

.subscribe {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subscribe .form-column {
  width: calc(100% / 2 - 45px);
}

.subscribe .form-item:not(:last-child) {
  margin-bottom: 34px;
}

/***** TERMS-PAGE *****/

.terms-box:not(:empty) {
  margin-bottom: -30px;
}

.terms-item {
  position: relative;
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  min-height: 330px;
  padding: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 6px;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.terms-item-horizontal {
  width: 100%;
}

.terms-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.terms-column {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 420px);
  margin: 0 15px 30px;
}

.terms-column .terms-item {
  margin: 0;
}

.terms-column .terms-item:not(:last-child) {
  margin-bottom: 30px;
}

.terms-item-title {
  display: block;
  vertical-align: 0;
  font-size: 24px;
  font-family: PTSans, sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  width: 100%;
}

.terms-item-title::after {
  content: "\e91e";
  font-family: icomoon;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/***** FILES-PAGE *****/

.section-search-form {
  width: 555px;
}

.section-search-form input {
  height: 45px;
}

.file-links .file-link {
  padding-top: 0;
}

/***** MESSAGES-PAGE *****/

.messages-list {
  font-size: 16px;
  color: #0a0a0a;
}

.message {
  padding: 25px 0;
}

.message:not(:first-child) {
  border-top: 1px solid #eaeaea;
}

.message:last-child {
  border-bottom: 1px solid #eaeaea;
}

.message:first-child {
  padding-top: 0;
}

.messages-list li::before {
  display: none;
}

.messages-list li:not(:last-child) {
  margin-bottom: 0;
}

.message-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  font-size: 18px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 25px 0;
}

.message-title {
  font-size: 24px;
  font-weight: 700;
}

.message-title:not(:last-child) {
  margin: 0 5px 0 0;
}

.message-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.message-row:not(:last-child) {
  margin-bottom: 5px;
}

.message-key {
  width: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 15px;
  color: #696969;
}

.message-mark {
  padding: 0 5px;
}

.message-red-mark {
  background-color: #ffcece;
}

.message-yellow-mark {
  background-color: yellow;
}

.message-green-mark {
  background-color: green;
}

/***** PRESS-PAGE *****/

.press-box:not(:empty) {
  margin-bottom: -30px;
}

.press-card {
  display: block;
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f7f7f7;
  min-height: 400px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.press-card-image {
  height: 208px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.press-card-body {
  padding: 30px 20px 25px;
  z-index: 1;
  position: relative;
  background-color: #f7f7f7;
  word-wrap: break-word;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.press-card-date {
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: auto;
  padding-right: 15px;
  position: relative;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.press-card-date::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e91e";
  font-family: icomoon;
}

/***** POST-PAGE *****/

.post {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
}

.post .like-h2,
.post h2 {
  font-size: 30px;
  font-family: PTSans, sans-serif;
  font-weight: 700;
}

.post .like-h2:not(:last-child),
.post h2:not(:last-child) {
  margin-bottom: 35px;
}

.post figure {
  margin-bottom: 40px;
}

.post-date {
  color: #a2a2a2;
  text-transform: uppercase;
  font-size: 16px;
}

.post-date:not(:last-child) {
  margin-bottom: 15px;
}

.post p {
  line-height: 1.66;
}

.post p:not(:last-child) {
  margin-bottom: 30px;
}

.post figure img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.post-text:not(:last-child) {
  margin-bottom: 50px;
}

.btn-back {
  font-family: Neris, sans-serif;
  font-weight: 600;
  min-width: 265px;
  color: #111;
  line-height: 45px;
}

.post-text ul {
  font-size: 16px;
}

/***** MEDIA-PAGE *****/

.media-box:not(:empty) {
  margin-bottom: -30px;
}

.media-card {
  display: block;
  width: calc(100% / 4 - 30px);
  margin: 0 15px 30px;
  border-radius: 6px;
  min-height: 335px;
  overflow: hidden;
  background-color: #f7f7f7;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.media-card-bg {
  height: 160px;
  line-height: 160px;
  width: 100%;
  padding: 15px;
  text-align: center;
}

.media-card-bg img {
  vertical-align: middle;
  max-height: 100%;
}

.media-card-body {
  padding: 20px 20px 25px;
  z-index: 1;
  position: relative;
  background-color: #f7f7f7;
  word-wrap: break-word;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-card-date {
  text-transform: uppercase;
  color: #a2a2a2;
  margin-top: auto;
  padding-right: 15px;
  position: relative;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.media-card-date::after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\e91e";
  font-family: icomoon;
}

/***** ARTICLE-PAGE *****/

.article {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 35px;
}

.article-head {
  width: 262.5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 30px;
}

.article-body {
  width: 780px;
}

.article-source {
  display: inline-block;
  vertical-align: 0;
  margin-bottom: 30px;
  max-width: 250px;
}

.article-date {
  text-transform: uppercase;
  color: #a2a2a2;
}

.article-info:not(:last-child) {
  margin-bottom: 26px;
}

.article-text .like-h2,
.article-text h2 {
  font-family: PTSans, sans-serif;
  font-size: 30px;
}

.article-text {
  font-size: 18px;
  line-height: 1.66;
}

.article-text:not(:last-child) {
  margin-bottom: 60px;
}

.article-text p:not(:last-child) {
  margin-bottom: 30px;
}

.article-source-link {
  display: inline-block;
  vertical-align: 0;
  font-size: 18px;
  font-weight: 700;
  word-break: break-all;
}

.article-source-link i {
  margin-right: 12px;
  vertical-align: -4px;
  font-size: 22px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.article-footer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article-source-link span {
  border-bottom: 3px solid #ec6707;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.article-source-link:not(:last-child) {
  margin-bottom: 50px;
}

/***** PRESSKIT-PAGE *****/

.section-intro {
  font-size: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-intro-body {
  max-width: 750px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.section-intro strong {
  display: block;
  font-weight: 700;
  font-family: PTSans, sans-serif;
  margin-bottom: 20px;
}

.section-intro-btn {
  line-height: 58px;
  min-width: 265px;
}

.section-intro-body p:not(:last-child) {
  margin-bottom: 30px;
}

.section-intro-video {
  margin: 0 auto;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 1px solid #f8c8a5;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.intro-video-text {
  font-size: 14px;
  color: #ec6707;
  position: absolute;
  right: 50%;
  top: calc(50% + 55px);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.intro-video-btn:not(:last-child) {
  margin-bottom: auto;
}

.contacts-block-box:not(:empty) {
  margin-bottom: -30px;
}

.contacts-block-card {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 2 - 30px);
  margin: 0 15px 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contacts-block {
  padding: 35px 0 65px;
}

.contacts-block-title {
  margin-bottom: 48px;
}

.contacts-block-card-image {
  width: 260px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  margin-right: 34px;
}

.contacts-block-card-title {
  margin-bottom: 8px;
}

.contacts-block-card-subtitle {
  font-size: 14px;
}

.contacts-block-card-subtitle:not(:last-child) {
  margin-bottom: 30px;
}

.contacts-block-card-link {
  font-size: 18px;
  font-family: Neris, sans-serif;
  display: block;
  word-break: break-all;
}

.contacts-block-card-link:not(:last-child) {
  margin-bottom: 20px;
}

.contacts-block-card-link i {
  margin-right: 15px;
  font-size: 20px;
  vertical-align: -5px;
}

.contacts-block-card-link span {
  border-bottom: 1px solid #ec6707;
  color: #ec6707;
}

.brands-box:not(:empty) {
  margin-bottom: -30px;
}

.brands-card {
  width: calc(100% / 4 - 30px);
  margin: 0 15px 30px;
  line-height: 235px;
  background-color: #f7f7f7;
  text-align: center;
}

.brands-card-image {
  max-width: 90%;
  max-height: 100%;
  height: auto;
}

.brands-card:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/***** REVIEWS-PAGE *****/

.reviews-box {
  margin: 0;
}

.reviews-card {
  border: 1px solid #dedede;
  padding: 20px 75px 20px 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 274px;
  font-size: 18px;
  line-height: 1.66;
  position: relative;
}

.reviews-card::before {
  display: block;
  content: "“";
  position: absolute;
  left: 50px;
  top: -22px;
  width: 44px;
  height: 44px;
  line-height: 62px;
  background: #ec6707;
  font-size: 72px;
  font-family: Attractive-Regular, sans-serif;
  text-align: center;
  color: #fff;
}

.reviews-card:not(:last-child) {
  margin-bottom: 40px;
}

.reviews-card-logo {
  max-width: 220px;
  width: 100%;
  margin-right: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

/***** RENT-PAGE *****/

.rent-section {
  padding: 45px 0 0;
}

/***** CLIENTS-PAGE *****/

.product-box {
  margin: 80px -15px 0 -15px;
}

.product-box:not(:empty) {
  margin-bottom: -60px;
}

.product-card {
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% / 3 - 30px);
  margin: 0 15px 80px;
}

.product-card-body {
  border: 1px solid #dfdfdf;
  border-radius: 6px;
  background: #fff;
  padding: 40px 0 0 0;
  position: relative;
  margin-bottom: 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product-card-head {
  padding: 20px;
  border-bottom: 1px solid #e3e3e3;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.product-card-title {
  text-transform: uppercase;
}

.product-card-title:not(:last-child) {
  margin-bottom: 14px;
}

.product-card-subtitle {
  font-size: 14px;
  color: #5b5b5b;
  line-height: 1.2;
}

.product-card-icon {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  border: 1px solid #ededed;
  text-align: center;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: -45px;
  background: #fff;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.product-card-icon img {
  width: 30px;
  height: auto;
  max-height: 100%;
}

.product-card-key {
  color: #878785;
  font-size: 14px;
  padding: 6px 15px;
  background-color: #f8f8f8;
}

.product-card-value {
  font-weight: 700;
  font-size: 17px;
  padding: 10px 15px;
  line-height: 1.33;
}

/*options-block*/

.options-block {
  padding: 50px 0 55px;
}

.options-inner-block {
  padding: 0;
}

.options-block-title {
  margin-bottom: 50px;
}

.benefit-box:not(:empty) {
  margin-bottom: -30px;
}

.benefit-card {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 35px 20px 35px 30px;
  min-height: 310px;
  font-size: 18px;
  line-height: 1.33;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.benefit-card strong {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}

.benefit-card-image {
  width: auto;
  height: 58px;
  margin-bottom: 30px;
  display: block;
}

.benefit-card p {
  max-width: 100%;
}

.advantages-item__small-text,
.benefit-card__small-text {
  font-size: 12px;
  line-height: 18px;
  margin: 12px 0 0;
}

.advantages-item__link,
.benefit-card__link {
  color: #ec6707;
  font-size: 18px;
  font-family: 'Neris';
  font-weight: 600;
}

.advantages-item__link:hover:after,
.benefit-card__link:hover:after {
  transform: translateX(5px);
}

.advantages-item__link:after,
.benefit-card__link:after {
  background: url("/images/ex_link.svg") 50% / cover no-repeat;
  content: '';
  width: 10px;
  height: 10px;
  margin-left: 4px;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.special-inner-slider {
  color: #fff;
  margin: 0 -15px;
}

.special-inner-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.special-inner-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.services-inner-slider {
  margin: 0 -15px;
}

.services-inner-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services-inner-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

/***** VACANCY-PAGE *****/

.vacancy-block {
  padding: 45px 0 55px 0;
}

.vacancy-filter {
  margin: 0 -15px 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vacancy-filter .form-item {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 20px;
}

.vacancy-filter input {
  height: 45px;
}

.vacancy p {
  font-weight: 700;
  font-size: 16px;
}

.vacancy .like-h5,
.vacancy h5 {
  font-family: PTSans, sans-serif;
  font-weight: 700;
}

.vacancy h5:not(:last-child) {
  margin-bottom: 27px;
}

.vacancy ul {
  line-height: 1.5;
}

.vacancy ul:not(:last-child) {
  margin-bottom: 40px;
}

.modal-default {
  padding: 40px 70px;
}

.modal-success {
  border-radius: 24px;
  padding: 48px 64px 52px;
  width: auto;
  min-width: 580px;
  text-align: center;
}

.modal-success .fancybox-close-small {
  top: 16px;
  right: 16px;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  background: #F3F3F3;
  padding: 2px;
}

.modal-success .modal-title {
  font-size: 34px;
  line-height: 48px;
  margin-bottom: 16px;
}

.modal-success .text-center {
  font-size: 17px;
  font-family: Neris;
  line-height: 24px;
  text-align: center;
}

.modal-success-btn {
  margin-top: 24px;
  text-transform: uppercase;
  font-family: Neris;
  font-weight: 900;
  min-width: 150px;
}

.modal-form .form-item:not(:last-child) {
  margin-bottom: 15px;
}

.staff-slide {
  text-align: center;
  overflow: hidden;
}

.staff-slide-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin: 0 auto 15px;
}

.staff-slide-title {
  margin-bottom: 10px;
}

.staff-slide-subtitle {
  color: #787878;
}

.staff-slider {
  margin: 0 -15px;
}

.staff-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.staff-slide,
.staff-slide.slick-slide {
  margin: 0 15px;
  width: calc(100% / 3 - 30px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.staff-slide.slick-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.staff-slide-head:not(:last-child) {
  margin-bottom: 25px;
}

.banner-block {
  padding: 0 0 50px 0;
}

.banner {
  padding: 45px 75px 55px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f7f7f7;
  position: relative;
  color: #fff;
  min-height: 365px;
}

.banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
}

.banner-content {
  position: relative;
  z-index: 1;
}

.banner-title {
  font-size: 36px;
  line-height: 1.2;
}

.banner-title:not(:last-child) {
  margin-bottom: 18px;
}

.banner-subtitle {
  font-size: 20px;
  font-weight: 300;
  font-family: Neris, sans-serif;
}

.banner-subtitle:not(:last-child) {
  margin-bottom: 30px;
}

.banner-btn {
  min-width: 220px;
}

/***** CAREER-PAGE *****/

.life-slider {
  margin: 0 -15px;
}

.life-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.life-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.life-slide {
  height: 320px;
}

.life-slide,
.life-slide.slick-slide {
  margin: 0 15px;
  width: calc(100% / 3 - 30px);
  border-radius: 6px;
  background: #000;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.life-slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.life-slide.slick-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.career-block {
  text-align: center;
  padding: 0 0 50px 0;
}

.career-box {
  margin: 0 -15px 15px;
}

.career-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  min-height: 255px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 35px;
  text-align: center;
  border-radius: 6px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-card-image {
  display: block;
  height: 80px;
  width: auto;
  margin-bottom: 35px;
}

.career-card-title {
  font-family: Neris, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  max-width: 100%;
}

.career-card:nth-child(3n + 1) {
  background-color: #fbc08a;
}

.career-card:nth-child(3n + 2) {
  background-color: #ffd2a9;
}

.career-card:nth-child(3n) {
  background-color: #ffd3c4;
}

.career-btn {
  min-width: 360px;
  line-height: 46px;
  font-family: Neris, sans-serif;
  font-weight: 600;
}

/***** PARTNERS-PAGE *****/

.partners-box:not(:empty) {
  margin-bottom: -30px;
}

.partners-card {
  display: block;
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  border: 1px solid #e8e3e3;
  text-align: center;
  height: 214px;
  line-height: 214px;
  border-radius: 6px;
}

.partners-card-image {
  max-width: 90%;
  max-height: 90%;
}

/***** PARTNER-PAGE *****/

.partner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partner-body {
  width: 730px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.partner-sidebar {
  width: 360px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.partner-footer-btn {
  min-width: 265px;
}

.partner-video {
  display: block;
  width: 100%;
  height: 370px;
  background: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.partner-video::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.partner-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partner-head:not(:last-child) {
  margin-bottom: 35px;
}

.partner-logo {
  width: 360px;
  max-width: 100%;
  border: 1px solid #e8e3e3;
  text-align: center;
  min-height: 214px;
  line-height: 214px;
  border-radius: 6px;
  margin-right: 34px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.partner-logo-image {
  max-width: 90%;
  max-height: 90%;
}

.partner-link {
  font-family: Neris, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  word-break: break-all;
  display: inline-block;
  vertical-align: middle;
}

.partner-link i {
  margin-right: 18px;
  vertical-align: -5px;
}

.partner-link span {
  border-bottom: 3px solid #ec6707;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.partner-text {
  font-size: 20px;
  margin-bottom: 45px;
}

.partner-footer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partner-footer a {
  margin: 0 0 20px;
}

.partner-footer a:not(:last-child) {
  margin-right: 15px;
}

.partner-banner {
  padding: 30px;
  min-height: 370px;
  width: 100%;
  border-radius: 6px;
  background: #000;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.partner-banner-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: .6;
}

.partner-banner-text {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  margin-top: auto;
  color: #fff;
}

.partner-banner-title {
  font-size: 24px;
  font-family: PTSans, sans-serif;
}

.partner-banner-title:not(:last-child) {
  margin-bottom: 10px;
}

/***** FACTORING-PAGE *****/

.text-block {
  padding: 50px 0;
  font-size: 20px;
}

.text-block-title {
  font-size: 29px;
  font-weight: 500;
}

.text-block-title:not(:last-child) {
  margin-bottom: 45px;
}

.text-block-subtitle {
  font-size: 30px;
  font-family: Neris, sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.text-block-subtitle:not(:last-child) {
  margin-bottom: 30px;
}

.text-block p {
  font-weight: 700;
}

.text-block ul {
  font-weight: 600;
  font-size: 18px;
  color: #1d1d1b;
  line-height: 26px;
  max-width: 700px;
}

.text-block ul li {
  padding-left: 25px;
  position: relative;
}

.text-block ul li:before {
  position: absolute;
  left: 0;
  top: 11px;
}

.factoring:not(:last-child) {
  margin-bottom: 45px;
}

.factoring .section-title {
  margin-bottom: 35px;
}

.factoring-head:not(:last-child) {
  margin-bottom: 55px;
}

.factoring-box:not(:empty) {
  margin-bottom: -30px;
}

.factoring-card {
  width: calc(100% / 4 - 30px);
  border-radius: 6px;
  background-color: #fbbf83;
  margin: 0 15px 30px;
  min-height: 220px;
  padding: 24px 30px;
  letter-spacing: -0.16px;
  line-height: 1.375;
}

.factoring-card-title {
  letter-spacing: -0.24px;
  line-height: 1.25;
}

.advantages-box:not(:empty) {
  margin-bottom: -30px;
}

.advantages-card {
  width: calc(100% / 2 - 30px);
  margin: 0 15px 30px;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 28px 45px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 130px;
}

.advantages-card-image {
  width: 60px;
  height: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.advantages-card-text p {
  font-size: 18px;
  font-family: Neris, sans-serif;
  font-weight: 600;
  line-height: 1.4;
}

.advantages-listline {
  display: flex;
  margin: 0 0 0 -25px;
  flex-wrap: wrap;
}

.advantages-listline__item {
  flex: 0 0 calc(20% - 25px);
  font-size: 16px;
  line-height: 22px;
  margin: 40px 0 0 25px;
  text-align: center;
}

.advantages-listline__icon {
  margin: 0 0 40px;
}

.advantages-listline__icon img {
  height: 64px;
  width: auto;
}

.steps-box:not(:empty) {
  margin-bottom: -30px;
}

.steps-box-big {
  margin: 0 -4px;
}

.steps-box-big:not(:empty) {
  margin-bottom: -8px;
}

.steps-card {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  text-align: center;
  padding: 42px 20px 105px;
  position: relative;
  min-height: 350px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.steps-card_fourth {
  width: calc(100% / 4 - 30px);
}

.steps-card-big {
  width: calc(100% / 5 - 8px);
  min-height: 645px;
  padding: 120px 10px 200px;
  margin: 0 4px 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.steps-card::before {
  content: "\e907";
  position: absolute;
  right: 50%;
  bottom: 35px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 21px 0px rgba(39, 33, 17, 0.14);
  box-shadow: 0px 8px 21px 0px rgba(39, 33, 17, 0.14);
  font-family: icomoon;
  font-size: 22px;
  color: #ec6707;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.steps-card-big::before {
  bottom: 120px;
}

.steps-card:last-child:before {
  content: "\e90d";
}

.steps-card-image {
  height: 65px;
  width: auto;
  margin-bottom: 35px;
}

.steps-card-image-big {
  margin-bottom: 80px;
}

.steps-card-title {
  letter-spacing: -0.24px;
  line-height: 1.25;
  font-family: PTSans, sans-serif;
  font-weight: 700;
}

.steps-card-title-big {
  font-size: 20px;
  font-weight: 400;
}

.action-slide,
.action-slide.slick-slide {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 374px;
  padding: 40px 90px;
  position: relative;
  color: #fff;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.action-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.action-slider .slick-list {
  border-radius: 6px;
  overflow: hidden;
}

.action-slider:not(:last-child) {
  margin-bottom: 55px;
}

.action-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.action-slide.slick-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.action-slide::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.action-slide-text {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 18px;
}

.action-slide-title {
  font-family: PTSans, sans-serif;
  font-weight: 700;
  font-size: 30px;
}

.action-slide-title:not(:last-child) {
  margin-bottom: 10px;
}

/***** SETTLEMENT-PAGE *****/

.packages-box {
  margin-bottom: 20px;
}

.packages-card {
  width: calc(100% / 4 - 30px);
  margin: 0 15px 30px;
  border: 1px solid #dedede;
  border-radius: 6px;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.packages-card-title {
  text-transform: uppercase;
  padding: 34px 15px;
  margin: 0;
}

.packages-card-key {
  background-color: #f8f8f8;
  font-size: 14px;
  color: #878785;
  padding: 6px 15px;
}

.packages-card-value {
  font-weight: 700;
  font-size: 18px;
  padding: 17px 15px;
  line-height: 1.33;
}

.packages-list {
  font-size: 18px;
}

.packages-list:not(:last-child) {
  margin-bottom: 50px;
}

.packages-list li::before {
  width: auto;
  height: auto;
  content: "-";
  background: 0;
  margin-right: 15px;
}

.packages-list li:not(:last-child) {
  margin-bottom: 5px;
}

.packages-footer-btn {
  min-width: 260px;
}

.packages-footer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.packages-footer a:not(:last-child) {
  margin-right: 40px;
}

.packacges-footer-text {
  font-weight: 700;
}

/***** ESCORT-PAGE *****/

.text-block-list {
  font-size: 20px;
  color: #1d1d1b;
}

.text-block-list li::before {
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 10px;
}

.text-block-list li:not(:last-child) {
  margin-bottom: 30px;
}

.text-block-list li {
  position: relative;
  padding-left: 25px;
}

.action-section-btn {
  min-width: 260px;
}

.action-section-text {
  font-size: 18px;
  line-height: 1.2;
}

.action-section-text p:not(:last-child) {
  margin-bottom: 10px;
}

.action-section-text p:last-of-type {
  margin-bottom: 30px;
}

/***** SERVICE-PAGE *****/

.services-box:not(:empty) {
  margin-bottom: -30px;
}

.services-card {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  background-color: #1d1d1b;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  padding: 30px;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 355px;
}

.services-card-big {
  width: 750px;
}

.services-card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.services-card-description {
  position: relative;
  z-index: 1;
  max-width: 305px;
  width: 100%;
  font-size: 18px;
  line-height: 1.33;
}

.services-card-title {
  position: relative;
  z-index: 1;
  margin-top: auto;
  font-size: 24px;
  font-family: PTSans, sans-serif;
  font-weight: 700;
  padding-right: 30px;
}

.services-card-title::after {
  content: "\e91e";
  font-family: icomoon;
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
}

/***** INSURANCE-PAGE *****/

.reasons-box:not(:empty) {
  margin-bottom: -30px;
}

.reasons-card {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
  padding: 20px 15px;
  color: #fff;
  line-height: 1;
}

.reasons-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
}

.reasons-card-content {
  position: relative;
  z-index: 1;
  letter-spacing: -0.5px;
}

.reasons-card-title:not(:last-child) {
  margin-bottom: 10px;
}

.insurance-box:not(:empty) {
  margin-bottom: -30px;
  counter-reset: insurance-card;
}

.insurance-card {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 15px;
  color: #fff;
  line-height: 1;
}

.insurance-card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.45);
}

.insurance-card-content {
  position: relative;
  z-index: 1;
  letter-spacing: -0.5px;
}

.insurance-card-title:not(:last-child) {
  margin-bottom: 10px;
}

.insurance-card::before {
  display: block;
  counter-increment: insurance-card;
  content: counter(insurance-card, decimal-leading-zero);
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-family: Neris, sans-serif;
  font-weight: 900;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  color: #ec6707;
}

/***** ACTIONS-PAGE *****/

.action-box:not(:empty) {
  margin-bottom: -30px;
}

.action-card {
  padding: 30px;
  margin: 0 15px 30px;
  min-height: 370px;
  width: calc(100% / 3 - 30px);
  border-radius: 6px;
  background: #000;
  overflow: hidden;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
}

.action-card-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  opacity: .6;
}

.action-card-text {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 700;
  margin-top: auto;
}

.action-card-title {
  margin-bottom: 8px;
}

/***** ACTION-PAGE *****/

.promo-block-form {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.promo-block-form:not(:empty) {
  margin-bottom: -30px;
}

.promo-block-form .form-item {
  width: calc(100% / 4 - 30px);
  margin: 0 15px 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.promo-block-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Neris, sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.promo-info-item-key {
  font-size: 14px;
}

.promo-block-info:not(:last-child) {
  margin-bottom: 60px;
}

.promo-info-item:not(:last-child) {
  margin-right: 70px;
}

.promo-block {
  min-height: 410px;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  position: relative;
  color: #fff;
  border-top: 1px solid #75797b;
  border-bottom: 1px solid #75797b;
}

.promo-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.promo-block-head {
  max-width: 620px;
  padding-bottom: 45px;
}

.promo-block-head:not(:last-child) {
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.36);
}

.promo-subtitle {
  font-family: Neris, sans-serif;
  font-weight: 600;
  font-size: 24px;
  width: 100%;
}

.models-slider {
  margin: 0 -15px;
}

.model-nav-btn {
  vertical-align: middle;
  line-height: 30px;
  padding: 0 20px;
  background-color: #ec6707;
  border-radius: 20px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 20px;
  display: none;
}

.model-nav-btn:hover {
  color: #fff;
  background-color: #e58038;
}

.model-nav-btn i {
  margin-right: 10px;
  vertical-align: middle;
}

.models-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.models-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.models-card.slick-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.models-card {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  border: 1px solid #dedede;
  border-radius: 6px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.models-slider .models-card {
  margin: 0 15px;
}

.models-card-bg {
  text-align: center;
  margin-bottom: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 255px;
}

.models-card-bg-big {
  height: 170px;
}

.models-card-image {
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.models-card-price {
  color: #595959;
  line-height: 1.33;
}

.models-card-price:not(:last-child) {
  margin-bottom: 10px;
}

.models-card-price-body {
  font-family: Neris, sans-serif;
  font-weight: 900;
  font-size: 18px;
}

.models-card-price-last {
  text-decoration: line-through;
  margin-right: 20px;
}

.models-card-price-now {
  color: #212121;
}

.models-card-price-accent {
  color: #ec6707;
}

.models-card-price-small {
  font-size: 14px;
}

.models-card-char {
  line-height: 1.33;
}

.models-card-char:not(:last-child) {
  margin-bottom: 10px;
}

.models-card-char-key {
  font-size: 14px;
  color: #595959;
}

.models-card-char-value {
  font-family: Neris, sans-serif;
  font-weight: 900;
}

.models-card-head {
  padding: 0 25px 20px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 5px;
}

.models-card-table th {
  padding: 18px 20px 18px 0;
  font-size: 14px;
}

.models-card-table td {
  padding: 18px 0;
  font-family: Neris, sans-serif;
  font-weight: 900;
}

.models-card-body {
  padding: 0 25px;
}

.models-card-body:not(:last-child) {
  margin-bottom: 15px;
}

.models-card-table th,
.models-card-table td {
  border: 0;
}

.models-card-table tr:first-child td {
  border: 0;
}

.models-card-table tr:last-child th,
.models-card-table tr:last-child td {
  border: 0;
}

.models-card-chars {
  padding: 10px 0;
}

.models-card-footer {
  margin-top: auto;
  padding: 0 25px 25px;
}

.models-card-footer .btn:not(:last-child) {
  margin-bottom: 15px;
}

.calc-data {
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 25px 35px;
}

.calc-data:not(:last-child) {
  margin-bottom: 20px;
}

.calc-data-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}



@media (max-width: 1367px) {
  .calc-data-item {
    padding: 10px 0;
  }
}

.calc-data-item:not(:first-child) {
  border-top: 1px solid #e7e7e7;
}

.calc-data-item:first-child {
  padding-top: 0;
}

.calc-data-item:last-child {
  padding-bottom: 0;
}

.calc-data-item-key {
  font-size: 14px;
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 10px;
}

.calc-data-item-value {
  font-size: 18px;
  font-family: Neris, sans-serif;
  font-weight: 900;
}

/***** REQUEST-PAGE *****/

.request-title {
  font-weight: 600;
}

.request-title:not(:last-child) {
  margin-bottom: 55px;
}

@media (max-width: 1367px) {
  .request-title:not(:last-child) {
    margin-bottom: 25px;
  }
}

.request-head {
  text-align: center;
}

.request-head:not(:last-child) {
  margin-bottom: 40px;
}

.request-check {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}

.request-nav {
  padding: 18px 18px 8px;
  background-color: #f6f6f6;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  counter-reset: li;
  font-size: 16px;
}

.request-nav:not(:last-child) {
  margin-bottom: 80px;
}

.request-nav li {
  width: 25%;
  padding: 0 15px;
  font-family: Neris, sans-serif;
  font-weight: 900;
  text-align: center;
}

.request-nav li.active::before {
  background-color: #ec6707;
  color: #fff;
}

.request-nav li.finished::before {
  content: "\e90d";
  font-family: icomoon;
  color: #15bc04;
  background-color: #fff;
}

.request-nav li::before {
  display: block;
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #ec6707;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  margin: 0 auto 5px;
}

.request-content {
  padding-bottom: 80px;
  border-bottom: 1px solid #d2d1d1;
  margin-bottom: 60px;
  color: #535353;
}

.request-step,
.request-step.slick-slide {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.request-step-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.request-step .form-column {
  width: calc(100% / 2 - 50px);
}

.request-step .form-column-full {
  width: 100%;
  margin-bottom: 25px;
}

.request textarea {
  border-radius: 0;
}

.request-step .form-item:not(:last-child) {
  margin-bottom: 25px;
}

.request-step .form-item-custom:not(:last-child) {
  margin-bottom: 0;
}

.request-step .form-item-short {
  margin-bottom: 25px;
}

.request-step [type="text"],
.request-step [type="tel"],
.request-step [type="email"] {
  height: 60px;
  border-radius: 0;
  font-size: 16px;
}

.request-step select {
  height: 60px;
  border-radius: 0;
  font-size: 16px;
}

.request-step .radio-item {
  font-size: 18px;
}

.request-step .field-name {
  margin-bottom: 12px;
  color: #535353;
}

.disabled .field-name {
  opacity: .5;
}

.request-controls {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.request-controls:not(:empty) {
  margin-bottom: -14px;
}

.request-controls .btn {
  min-width: 265px;
  margin: 0 7px 14px;
  line-height: 60px;
}

.request-btn-prev,
.request-btn-submit {
  display: none;
}

.form-cards {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-card {
  width: calc(50% - 12px);
  border: 20px solid #f6f6f6;
  padding: 20px 20px 30px;
}

.form-card:nth-child(odd) {
  border-right-width: 12px;
}

.form-card:nth-child(even) {
  border-left-width: 12px;
}

.form-card-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-card-row .form-item {
  width: calc(100% / 2 - 20px);
}

.request .radiobox:not(.half-radiobox) {
  margin: 0 15px 20px 0;
}

.request-head .radiobox:not(.half-radiobox) {
  margin: 0 40px 20px;
}

.form-item-custom .radiobox:not(.half-radiobox) {
  margin-bottom: 10px;
}

/***** ACTION-DETAIL-PAGE *****/

.conditions-info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  margin: 0 -15px;
}

.conditions-info:not(:last-child) {
  margin-bottom: 40px;
}

.conditions-info-item {
  margin: 0 15px 30px;
  min-width: 200px;
}

.conditions-info-item-key {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.conditions-info-item-value {
  font-family: Neris, sans-serif;
  font-weight: 900;
  font-size: 45px;
  color: #ec6707;
}

.conditions-body {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.conditions-image {
  width: 558px;
  height: auto;
  border-radius: 6px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.conditions-content {
  width: 540px;
  font-size: 18px;
  line-height: 1.33;
}

.conditions-content p:not(:last-child) {
  margin-bottom: 40px;
}

.conditions-content h3:not(:last-child) {
  margin-bottom: 32px;
}

.conditions-content ul {
  font-size: 18px;
  color: #191919;
}

.conditions-content ul:not(:last-child) {
  margin-bottom: 20px;
}

.conditions-content li {
  padding-left: 20px;
}

.conditions-content li::before {
  position: absolute;
  background-color: #191919;
  width: 6px;
  height: 6px;
  margin: 0;
  left: 0;
  top: 10px;
}

.conditions-time {
  color: #ec6707;
  font-weight: 700;
}

.conditions-time:not(:last-child) {
  margin-bottom: 25px;
}

.conditions-time i {
  vertical-align: -2px;
  margin-right: 10px;
}

.conditions-footer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.conditions-footer-btn {
  min-width: 265px;
}

/***** 404-PAGE *****/

.error {
  text-align: right;
  position: relative;
  padding-top: 50px;
}

.error-text {
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 150px;
}

.error-title {
  font-size: 30px;
}

/***** CATALOG-RESULTS-PAGE *****/

.catalog-search {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-search select {
  border-radius: 0;
  color: #535353;
  font-size: 20px;
  font-weight: 700;
}

.catalog-search input {
  border-radius: 0;
  color: #535353;
  font-size: 18px;
  font-weight: 700;
}

.catalog-search .form-column {
  width: calc(100% / 2 - 15px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog-search .form-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-search .form-row:not(:last-child) {
  margin-bottom: 45px;
}

.catalog-search .form-item {
  width: calc(100% / 2 - 15px);
  position: relative;
}

.catalog-search .form-item-big {
  width: 100%;
}

.catalog-search .form-item-big:not(:last-child) {
  margin-bottom: 45px;
}

.results-sort select {
  font-size: 16px;
  font-weight: 700;
}

.results-sort input {
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
}

.catalog-search .form-footer {
  width: 100%;
  margin-top: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-footer-btn {
  min-width: 360px;
  margin: 0 15px;
}

.results-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Neris, sans-serif;
  font-weight: 600;
}

.results-head:not(:last-child) {
  margin-bottom: 35px;
}

.results-count {
  font-size: 30px;
  line-height: 1;
}

.results-value {
  font-weight: 900;
  color: #ec6707;
  margin-left: 10px;
}

.tools {
  font-size: 18px;
}

.tool {
  position: relative;
}

.tool-counter {
  position: absolute;
  font-size: 12px;
  font-weight: 700;
  min-width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: #ec6707;
  color: #fff;
  text-align: center;
  position: absolute;
  left: -12.5px;
  top: -12.5px;
}

.tool:not(:last-child) {
  margin-right: 20px;
}

.tool i {
  margin-right: 10px;
  vertical-align: -2px;
  font-size: 20px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.tool-text {
  border-bottom: 3px solid #ec6707;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.results-sort {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.results-sort .form-item {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.results-view {
  text-align: right;
  font-size: 25px;
  color: #918b8b;
  padding-right: 15px;
}

.results-view .icon-list {
  font-size: 28px;
  vertical-align: -2px;
}

.results-view .active {
  color: #ec6707;
}

.results-view:not(:last-child) {
  margin-bottom: 25px;
}

.results-view a:not(:last-child) {
  margin-right: 15px;
}

.range-field {
  padding: 0 40px 0 50px;
  font-weight: 700;
}

.models-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 25px;
  margin: 20px 0;
}

.models-item.active {
  -webkit-box-shadow: 0px 2px 62px 0px rgba(97, 84, 84, 0.24);
  box-shadow: 0px 2px 62px 0px rgba(97, 84, 84, 0.24);
  margin: -90px -20px -45px;
  z-index: 3;
  position: relative;
  padding: 30px 40px;
}

.models-item.active .models-item-table:nth-child(2) {
  display: table;
}

.models-card-body.active .models-item-table:nth-child(2) {
  display: table;
}

.models-item.active:first-child {
  margin-top: 20px;
}

.models-item.active:last-child {
  margin-bottom: 20px;
}

.models-item-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.models-item-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.models-item-body {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.models-item-head:not(:last-child) {
  margin-bottom: 15px;
}

.models-item-title {
  margin-bottom: 0;
}

.models-tools {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 10px;
}

.models-tools-absolute {
  position: absolute;
  right: 20px;
  top: 15px;
}

.models-tool {
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #181818;
  line-height: 33px;
}

.models-tool-big {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 22px;
}

.models-tool.active {
  color: #fff;
  background-color: #ec6707;
  text-decoration: none;
}

.models-tool:not(:last-child) {
  margin-right: 8px;
}

.models-item-table th {
  padding: 7px 20px 7px 0;
  font-size: 14px;
  color: #212121;
  width: 200px;
}

.models-item-table:nth-child(2) {
  display: none;
}

.models-item-table td {
  padding: 7px 0;
  font-weight: 700;
}

.models-item-table th,
.models-item-table td {
  border: 0;
}

.models-item-table tr:first-child td {
  border: 0;
}

.models-item-table tr:last-child th,
.models-item-table tr:last-child td {
  border: 0;
}

.models-item-options {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.models-item-options:not(:last-child) {
  margin-bottom: 20px;
}

.models-item-option {
  width: calc(100% / 2 - 30px);
  margin: 0 15px 15px;
}

.models-option-key {
  font-size: 13px;
  color: #595959;
}

.models-item-sidebar {
  width: 485px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.models-item-footer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}

.models-item-footer-btn {
  width: calc(100% / 2 - 5px);
}

.models-option-value {
  font-family: Neris, sans-serif;
  font-weight: 900;
  font-size: 18px;
}

.models-item-bg {
  display: block;
  width: 240px;
  height: 212px;
  line-height: 212px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 0;
  margin-right: 30px;
  text-align: center;
}

.models-item-image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  max-height: 100%;
  height: auto;
  vertical-align: top;
}

.models-drop {
  max-width: 330px;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.models-card-drop {
  padding: 10px 0 15px;
}

.models-drop-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  border: 1px solid #ed6f15;
  text-align: center;
  font-size: 10px;
  margin-top: 15px;
}

.models-drop-btn.active {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.models-drop-btn:hover {
  color: #fff;
  background-color: #ec6707;
  text-decoration: none;
}

.models-item-color {
  display: inline-block;
  vertical-align: -2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 8px;
}

.models-item-border-color {
  border: 1px solid #d6d6d6;
}

.catalog-column {
  margin: 0 15px;
  width: calc(100% / 5 - 30px);
  max-width: 33.33%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.catalog-column-title {
  font-weight: 600;
  margin-bottom: 15px;
}

.catalog-list {
  font-family: Neris, sans-serif;
  font-weight: 600;
  color: #1d1d1b;
}

.catalog-list a {
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.catalog-list ul a {
  padding: 4px 0;
}

.catalog-list li:not(:last-child) {
  margin-bottom: 8px;
}

.catalog-list li::before {
  display: none;
}

.catalog-list-count {
  margin-left: 5px;
  color: #6f6f6f;
}

.catalog-list li a:not(:only-child)::before {
  display: inline-block;
  content: "\e91e";
  font-family: icomoon;
  font-weight: 600;
  font-size: 8px;
  color: #ec6707;
  margin-right: 10px;
  vertical-align: 2px;
}

.catalog-list li a.is-open:not(:only-child)::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.catalog-list ul {
  padding-left: 18px;
  margin: 0 0 15px;
  display: none;
  font-family: Neris, sans-serif;
  font-weight: 600;
  font-size: 13px;
}

.catalog-list li.active > ul {
  display: block;
}

.seo-block {
  font-size: 20px;
}

.seo-block p {
  font-weight: 700;
}

.seo-block p:not(:last-child) {
  margin-bottom: 55px;
}

.seo-block .like-h2:not(:last-child),
.seo-block h2:not(:last-child) {
  margin-bottom: 42px;
}

.seo-block .like-h3,
.seo-block h3 {
  font-size: 30px;
}

.seo-block h3:not(:last-child) {
  margin-bottom: 45px;
}

.seo-block ul {
  font-size: 18px;
}

.seo-block ul:not(:last-child) {
  margin-bottom: 45px;
}

.seo-block ul li::before {
  width: 8px;
  height: 8px;
}

.seo-block ul li:not(:last-child) {
  margin-bottom: 33px;
}

.validate-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.captcha {
  width: 180px;
  height: 54px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 18px;
  background: url("/images/dest/catalog-page/captcha.jpg") no-repeat center/contain;
}

/***** CATALOG-MODEL-PAGE *****/

.model-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.model-subtitle {
  font-size: 21px;
  padding-right: 20px;
}

.model-title {
  font-size: 48px;
  margin-bottom: 15px;
}

.model-head:not(:last-child) {
  margin-bottom: 45px;
}

.model-content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.model-slider-wrap {
  position: relative;
  width: calc(100% / 2 - 15px);
}

.model-slider {
  width: 100%;
}

.model-slide {
  width: 100%;
  height: 400px;
  border: 1px solid #dcdcdc;
  position: relative;
}

.model-slider-head {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  padding-right: 25px;
  z-index: 2;
}

.model-slider-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.model-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.model-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.model-slide,
.model-slide.slick-slide {
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.model-slide.slick-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.model-sidebar {
  width: calc(100% / 2 - 15px);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.model-sidebar .calc-info {
  margin-top: auto;
}

.model-info {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 6px;
  padding: 10px 35px 20px;
  line-height: 1;
}

.model-info:not(:last-child) {
  margin-bottom: 13px;
}

.model-info-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
}

.model-slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.model-info-item:first-child {
  padding-top: 0;
}

.model-info-item:not(:first-child) {
  border-top: 1px solid #e7e7e7;
}

.model-info-key {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 50%;
  font-size: 14px;
}

.model-info-price-now {
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 5px;
}

.model-info-price-late {
  text-align: right;
  color: #5f5f5f;
  font-weight: 600;
  font-size: 16px;
  text-decoration: line-through;
}

.model-info-price {
  font-family: Neris, sans-serif;
}

.model-info-key-big {
  font-size: 16px;
  font-weight: 700;
}

.model-info-value {
  font-size: 18px;
  font-family: Neris, sans-serif;
  font-weight: 900;
}

.model-slider .custom-dots {
  bottom: 20px;
  left: 0;
}

.model-slider .static-slider-arrow-left {
  left: -20px;
}

.model-slider .static-slider-arrow-right {
  right: -20px;
}

.model-footer {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px 20px;
}

.model-footer-btn {
  width: calc(100% / 2 - 30px);
  margin: 0 15px 30px;
}

.model-content:not(:last-child) {
  margin-bottom: 35px;
}

.model-text-title {
  margin-bottom: 40px;
}

.model-text-table {
  font-size: 18px;
  table-layout: fixed;
}

.model-text-table th {
  color: #1d1d1b;
  font-weight: 700;
  padding: 20px 15px 20px 0;
}

.model-text-table td {
  color: #646464;
  padding: 20px 0;
  border-bottom: 1px solid #f4f4f4;
}

.model-text-table tr:last-child td {
  border-bottom: 1px solid #f4f4f4;
}

.more-btn {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  font-family: PTSans, sans-serif;
  padding-top: 22.5px;
  color: #535353;
  position: relative;
  cursor: pointer;
  width: 100%;
}

.more-btn.active::after {
  -webkit-transform: translateX(50%) scale(-1);
  -ms-transform: translateX(50%) scale(-1);
  transform: translateX(50%) scale(-1);
}

.search-more-btn {
  margin-top: 40px;
}

.more-btn::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ec6707;
  margin-bottom: 25px;
}

.more-btn::after {
  display: inline-block;
  content: "\e901";
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  width: 45px;
  height: 45px;
  top: 0;
  line-height: 45px;
  border-radius: 50%;
  background-color: #ec6707;
  color: #fff;
  font-family: icomoon;
  font-size: 13px;
}

.model-text-hidden {
  display: none;
}

.model-text-list li:before {
  position: absolute;
  left: 0;
  top: 22.5px;
  margin: 0;
}

.model-text-list li:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.model-text-list li:not(:last-child) {
  margin: 0;
}

.model-text-list li:last-child {
  border-bottom: 1px solid #e5e5e5;
}

.model-text-list li {
  padding: 14px 0;
  padding-left: 20px;
}

/***** SUBJECTS-PAGE *****/

.subjects-card {
  width: calc(100% / 2 - 30px);
  background-color: #f0f0f0;
  border-radius: 6px;
  padding: 20px 12px 10px 20px;
  margin: 0 15px 30px;
  min-height: 245px;
}

.subjects-card-title {
  margin-bottom: 15px;
}

.subjects-card-title {
  font-family: PTSans, sans-serif;
  font-weight: 700;
}

.catalog-list-wrap {
  height: 170px;
  overflow-y: auto;
  scrollbar-color: #ec6707 transparent;
  scrollbar-width: thin;
}

.catalog-list-wrap::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background: linear-gradient(#e1e1e1, #e1e1e1) no-repeat center/auto 4px;
}

.catalog-list-wrap::-webkit-scrollbar-thumb {
  background-color: #ec6707;
  border-radius: 10rem;
}

.catalog-list-custom {
  font-weight: 400;
  font-family: PTSans, sans-serif;
}

/***** FORM-PAGES *****/

.form-page .form-item:not(:last-child) {
  margin-bottom: 25px;
}

/***** CONTACTS-PAGE *****/

.location {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location-sidebar {
  width: 360px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
}

.location-tabs {
  font-family: Neris, sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #1d1d1b;
  line-height: 1;
}

.location-tabs li::before {
  display: none;
}

.location-tabs li:not(:last-child) {
  margin-bottom: 35px;
}

.location-tabs a {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
  border-bottom: 3px solid transparent;
}

.location-tabs li.active a,
.location-tabs a:hover {
  border-color: #ec6707;
}

.location-tabs a:hover {
  text-decoration: none;
  color: inherit;
}

.location-title:not(:last-child) {
  margin-bottom: 35px;
}

.location-card {
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.location-card:not(:last-child) {
  margin-bottom: 30px;
}

.location-card-head {
  padding: 25px;
  background-color: #f8f8f8;
}

.location-body {
  width: calc(100% - 360px);
}

.location-card-content {
  max-width: 100%;
  width: 100%;
}

.location-card-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location-card-image {
  width: 320px;
  height: auto;
  align-self: flex-start;
  border-radius: 3px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 65px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.location-card-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 700;
  font-size: 14px;
}

.location-card-link {
  display: inline-block;
}

.location-card-link i {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: -3px;
}

.location-card-link:not(:last-child) {
  margin-bottom: 12px;
}

.location-card-links:not(:last-child) {
  margin-bottom: 25px;
}

.location-card-scheme {
  font-family: Neris, sans-serif;
  font-weight: 900;
  font-size: 18px;
  border-bottom: 3px solid #ec6707;
}

.location-card-body {
  padding: 40px 30px;
}

.location-item {
  width: calc(100% / 2 - 30px);
  margin: 0 15px 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.location-item-bg {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 20px;
  overflow: hidden;
  background-color: #6b6b6b;
}

.location-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.location-item-content {
  font-size: 14px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}

.location-item-title:not(:last-child) {
  margin-bottom: 5px;
}

.location-item-head:not(:last-child) {
  margin-bottom: 35px;
}

.location-item-contacts {
  font-weight: 700;
  margin-top: auto;
}

.location-item-contacts i {
  margin-right: 10px;
  vertical-align: -3px;
  font-size: 16px;
}

.location-item-contact:not(:last-child) {
  margin-bottom: 5px;
}

.location-item-contact-text {
  color: #ec6707;
  text-decoration: underline;
}

.location-box:not(:empty) {
  margin-bottom: -60px;
}

.location-tab-content {
  display: none;
}

.location-tabs-content {
  width: 100%;
}

/***** COMPARE-PAGE *****/

.compare {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

.compare-sidebar {
  width: 295px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 245px 0 0 0;
}

.compare-body {
  width: calc(100% - 295px);
  overflow-y: auto;
  padding-bottom: 50px;
  scrollbar-color: #ec6707 #e1e1e1;
  scrollbar-width: thin;
}

.compare-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#e1e1e1)) no-repeat center/auto 4px;
  background: linear-gradient(#e1e1e1, #e1e1e1) no-repeat center/auto 4px;
}

.compare-body::-webkit-scrollbar-thumb {
  background-color: #ec6707;
  border-radius: 10rem;
}

.compare-models {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.compare-model {
  border: 1px solid #dedede;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% / 3);
}

.compare-model:not(:first-child) {
  border-left: 0;
}

.compare-model-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 210px;
  border-bottom: 1px solid #dedede;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px;
  margin-bottom: 32px;
}

.compare-model-image {
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.compare-model {
  position: relative;
}

.compare-model-body {
  padding: 0 20px 20px;
}

.compare-model-key {
  font-size: 14px;
  color: #595959;
  padding-right: 25px;
}

.compare-model-value {
  font-family: Neris, sans-serif;
  font-weight: 900;
}

.compare-model-value,
.compare-model-key {
  height: 55px;
  margin-bottom: 10px;
  overflow: hidden;
  word-break: break-all;
}

.compare-model-footer .btn:not(:last-child) {
  margin-bottom: 10px;
}

.compare-body-duplicate-elements {
  display: none;
  position: fixed;
  top: 103px;
  width: 845px;
  background-color: #fff;
  overflow: hidden;
}

.compare-body-duplicate-elements.active {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.compare-body-duplicate-elements .compare-model-value:first-child {
  padding-top: 15px;
}

.compare-body-duplicate-elements .compare-model-value:last-child {
  margin-bottom: 0;
}

.compare-body-duplicate-elements .compare-model-body {
  padding-bottom: 0;
}

.compare-sidebar-duplicate-elements {
  display: none;
  position: fixed;
  top: 103px;
  width: 295px;
  background-color: #fff;
  border-bottom: 1px solid lightgray;
}

.compare-sidebar-duplicate-elements.active {
  display: block;
}

.compare-sidebar-duplicate-elements .compare-model-key:first-child {
  padding-top: 15px;
}

.compare-sidebar-duplicate-elements .compare-model-key:last-child {
  margin-bottom: 1px;
}

/*map*/

.map-section {
  position: relative;
}

.map {
  max-width: 1221px;
  margin: 0 auto 60px;
  scrollbar-color: #ec6707 transparent;
  scrollbar-width: thin;
}

.map::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#e1e1e1)) no-repeat center/auto 4px;
  background: linear-gradient(#e1e1e1, #e1e1e1) no-repeat center/auto 4px;
}

.map::-webkit-scrollbar-thumb {
  background-color: #ec6707;
  border-radius: 10rem;
}

.map-custom {
  margin: 0 auto;
}

.map-inner {
  position: relative;
}

.map-img {
  display: block;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.map-layout {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-region {
  fill: rgba(236, 103, 7, 0);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  will-change: fill;
  cursor: pointer;
}

.map-region-active {
  fill: rgba(236, 103, 7, 0.4);
  cursor: default;
}

.map-item {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

.map-item-active {
  z-index: 2;
}

.map-item:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ec6707;
  border: 2px solid #fff;
}

.map-item:after {
  content: attr(data-caption);
  display: none;
  font-size: 12px;
  font-family: Neris, sans-serif;
  letter-spacing: -0.2px;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  bottom: 130%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  -webkit-text-stroke: .02em #fff;
  text-shadow: 1px 1px 0px white;
}

.map-item.map-item-active:after,
.map-item:hover:after {
  display: block;
}

.map-item.map-item-active,
.map-item:hover {
  z-index: 2;
}

.map-pointer {
  position: absolute;
  color: #ec6707;
  font-size: 16px;
  line-height: 1.15;
  font-weight: bold;
  min-height: 100px;
  padding: 0 0 1.5em 1em;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat left bottom/1px 90%;
  background: -o-linear-gradient(currentColor, currentColor) no-repeat left bottom/1px 90%;
  background: linear-gradient(currentColor, currentColor) no-repeat left bottom/1px 90%;
  background-size: 1px calc(100% - 8px);
  pointer-events: none;
  display: none;
  max-width: 200px;
  width: 100%;
}

.map-pointer-high {
  min-height: 270px;
}

.map-pointer-down {
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 0;
  background-position: left top;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.map-pointer:before,
.map-pointer:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: currentColor;
  position: absolute;
  left: -3.5px;
}

.map-pointer:before {
  top: 6px;
}

.map-pointer:after {
  bottom: -3.5px;
}

.map-pointer-down:before {
  top: -3.5px;
}

.map-pointer-down:after {
  bottom: 6px;
}

.map-tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  cursor: default;
  background-color: #fff;
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  left: -20px;
  bottom: calc(100% + 9px);
  width: 368px;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.map-tooltip-open {
  opacity: 1;
  pointer-events: auto;
}

.map-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  left: 26px;
  top: 100%;
  border-top: 12px solid #fff;
  border-right: 12px solid transparent;
}

.map-tooltip-img {
  width: 143px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.map-tooltip-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 12px;
  padding: 0 0 0 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map-tooltip-title:not(:last-child) {
  margin-bottom: 10px;
}

.map-tooltip-links:not(:last-child) {
  margin-bottom: 10px;
}

.map-tooltip-link {
  display: inline-block;
}

.map-tooltip-link i {
  margin-right: 8px;
}

.map-tooltip-link:not(:last-child) {
  margin-bottom: 12px;
}

.tooltip-scheme {
  display: inline-block;
  margin-top: auto;
  font-family: Neris, sans-serif;
  font-size: 16px;
  font-weight: 900;
  padding-bottom: 2px;
  border-bottom: 3px solid #ec6707;
}

.modal-scheme {
  padding: 45px 30px 25px;
}

.modal-location {
  vertical-align: middle;
  overflow: visible;
}

.icon-success {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  border-radius: 50%;
  background-color: #ec6707;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.modal-map {
  width: 100%;
  height: 700px;
}

.section-decor {
  position: absolute;
}

.map-section-decor {
  right: 40px;
  top: -90px;
}

/***** ABOUT-PAGE *****/

.achieve-item {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 100px;
  line-height: 1;
}

.achieve-item-value {
  display: block;
  font-size: 72px;
  color: #ec6707;
  margin-bottom: 20px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.achieve-item-key {
  font-size: 20px;
  font-weight: 700;
}

.position-card,
.position-card.slick-slide {
  width: calc(100% / 3 - 30px);
  margin: 0 15px;
  padding: 25px 30px;
  background: #f7f7f7;
  border-radius: 12px;
  min-height: 385px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: Neris, sans-serif;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.position-card-head {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 187px;
  height: 182px;
  background: url("/images/dest/about-page/position-bg.png") no-repeat center/cover;
  margin: 0 0 30px;
  padding: 40px;
  line-height: 1;
}

.position-card-value {
  font-size: 36px;
}

.position-card-key {
  font-size: 24px;
  font-weight: 600;
}

.position-card-text {
  font-weight: 300px;
  font-size: 20px;
  max-width: 100%;
  width: 100%;
}

.position-slider {
  margin: 0 -15px;
}

.position-slider .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.position-slider:not(.slick-initialized) {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.position-card.slick-slide {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.position-note {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  color: #636363;
}

.advantages-custom-section {
  background: url("/images/dest/about-page/advantage-bg.svg") no-repeat right 0 top -10px/35% auto #f7f7f7;
}

.press-custom-section {
  background: url("/images/dest/about-page/press-bg.svg") no-repeat left -10px bottom -70px/25% auto #f7f7f7;
}

.press-custom-card {
  -webkit-box-shadow: 0px 4px 29px 0px rgba(56, 30, 11, 0.1);
  box-shadow: 0px 4px 29px 0px rgba(56, 30, 11, 0.1);
}

/***** SEARCH-PAGE *****/

.search-results {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}

.search-results-head:not(:last-child) {
  margin-bottom: 60px;
}

.search .form-row {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-btn {
  min-width: 260px;
  border-radius: 6px;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search input {
  font-size: 16px;
}

.search .form-row:not(:last-child) {
  margin-bottom: 15px;
}

.search-item {
  padding: 35px 0;
  border-bottom: 1px solid #e0e0e0;
}

.search-item:first-child {
  padding-top: 0;
}

.search-item a {
  color: #ec6707;
  font-weight: 700;
}

/***** GAIN-PAGE *****/

.gain-section {
  padding-bottom: 80px;
}

.gain-page-title {
  margin-bottom: 100px;
}

.gain-table {
  font-size: 14px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.gain-table:not(:last-child) {
  margin-bottom: 40px;
}

.gain-table th {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #ec6707;
  padding: 40px 30px 15px;
  border: 0;
  width: 33.33%;
  min-width: 308px;
}

.gain-table td {
  border: 0;
  color: #878785;
  line-height: 1.57;
  vertical-align: top;
  padding: 22px 30px;
}

.gain-table th:first-child,
.gain-table td:first-child {
  padding-left: 45px;
}

.gain-table tr:first-child td {
  border: 0;
}

.gain-table tr:last-child td {
  border: 0;
}

.gain-table tr:last-child th {
  border: 0;
}

.gain-table tbody td {
  background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#cbcbcb)) no-repeat center bottom/calc(100% - 60px) 1px #fff;
  background: -o-linear-gradient(#cbcbcb, #cbcbcb) no-repeat center bottom/calc(100% - 60px) 1px #fff;
  background: linear-gradient(#cbcbcb, #cbcbcb) no-repeat center bottom/calc(100% - 60px) 1px #fff;
}

.gain-table tbody tr:nth-child(n + 2) td:first-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#cbcbcb)) no-repeat left 45px bottom/calc(100% - 75px) 1px #fff;
  background: -o-linear-gradient(#cbcbcb, #cbcbcb) no-repeat left 45px bottom/calc(100% - 75px) 1px #fff;
  background: linear-gradient(#cbcbcb, #cbcbcb) no-repeat left 45px bottom/calc(100% - 75px) 1px #fff;
}

.gain-table tbody tr:last-child td:first-child {
  background: 0;
}

.gain-table tbody td:nth-child(2n) {
  background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#cbcbcb)) no-repeat center bottom/calc(100% - 60px) 1px #f8f8f8;
  background: -o-linear-gradient(#cbcbcb, #cbcbcb) no-repeat center bottom/calc(100% - 60px) 1px #f8f8f8;
  background: linear-gradient(#cbcbcb, #cbcbcb) no-repeat center bottom/calc(100% - 60px) 1px #f8f8f8;
}

.gain-table tbody td:nth-child(3n) {
  background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#cbcbcb)) no-repeat center bottom/calc(100% - 60px) 1px #fbfbfb;
  background: -o-linear-gradient(#cbcbcb, #cbcbcb) no-repeat center bottom/calc(100% - 60px) 1px #fbfbfb;
  background: linear-gradient(#cbcbcb, #cbcbcb) no-repeat center bottom/calc(100% - 60px) 1px #fbfbfb;
}

.gain-table tbody tr:first-child td,
.gain-table tbody tr:last-child td {
  background: 0;
}

.gain-table tbody tr:nth-child(2) td:first-child {
  background: -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#cbcbcb)) no-repeat left 45px bottom/calc(100% - 75px) 1px, -webkit-gradient(linear, left top, left bottom, from(#cbcbcb), to(#cbcbcb)) no-repeat left 45px top/calc(100% - 75px) 1px #fff;
  background: -o-linear-gradient(#cbcbcb, #cbcbcb) no-repeat left 45px bottom/calc(100% - 75px) 1px, -o-linear-gradient(#cbcbcb, #cbcbcb) no-repeat left 45px top/calc(100% - 75px) 1px #fff;
  background: linear-gradient(#cbcbcb, #cbcbcb) no-repeat left 45px bottom/calc(100% - 75px) 1px, linear-gradient(#cbcbcb, #cbcbcb) no-repeat left 45px top/calc(100% - 75px) 1px #fff;
}

.gain-table tbody tr:last-child td:nth-child(2n) {
  background: #f8f8f8;
}

.gain-table tbody tr:last-child td:nth-child(3n) {
  background: #fbfbfb;
}

.gain-table .like-h4,
.gain-table h4 {
  font-weight: 700;
  font-family: PTSans, sans-serif;
}

.gain-table strong {
  color: #ec6707;
  font-family: PTSans, sans-serif;
  font-weight: 700;
}

/*cookie modal*/

.cookie-modal {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  border-top: 2px solid #ec6707;
  z-index: 10000;
}

.cookie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8px 60px 6px 60px;
}

.cookie-title {
  font-family: Neris, sans-serif;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 5px;
  line-height: 1;
}

.cookie-text {
  margin: 0 20px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 200px);
}

.cookie-text p {
  font-size: 14px;
}

.cookie-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 148px;
}

.cookie-text a {
  color: #ec6707;
  text-decoration: underline;
}

/*dynamic hidden/show elements*/

.show-mobile {
  display: none;
}

/*sitemap*/

.sitemap-box {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.sitemap-column {
  width: calc(100% / 3 - 30px);
  margin: 0 15px 75px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.sitemap-title {
  font-size: 30px;
  font-family: Neris, sans-serif;
  font-weight: 900;
  padding-bottom: 10px;
  border-bottom: 1px solid #ec6707;
  margin-bottom: 35px;
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.sitemap-title:hover {
  border-color: transparent;
}

.sitemap-title a:hover {
  color: inherit;
  text-decoration: none;
}

.sitemap-list {
  font-weight: 300px;
}

.sitemap-list li::before {
  display: none;
}

.sitemap-list ul {
  padding: 10px 0 0 28px;
}

.sitemap-list a:not(:only-child) {
  font-weight: 600;
  color: #141414;
}

.sitemap-list a:hover {
  color: #ec6707;
  text-decoration: none;
}

/*hovers start*/

.btn-accent:hover {
  background: #fa9146 !important;
  color: #fff !important;
}

.btn-transparent:hover {
  color: #fff;
  background-size: 100% auto;
}
a[href="#modal-sendEmail"]{margin-bottom: 16px;}
.btn-transparent:active {
  border-color: #dd6107;
}

.video-btn:hover {
  text-decoration: none;
}

.file-link:hover {
  text-decoration: none;
}

.file-link:hover .file-title {
  color: #ec6707;
}

.load-item label:hover:before {
  width: 100%;
}

.load-item label:hover span {
  color: #fff;
}

.contacts-links a:hover {
  color: inherit;
  text-decoration: none;
}

.callback-link:hover {
  border-color: transparent;
  color: currentColor;
  text-decoration: none;
}

.contacts a:hover {
  color: inherit;
  text-decoration: none;
}

.header-tools a:hover {
  color: inherit;
  text-decoration: none;
}

.page-navigation a:hover {
  color: #fff;
  text-decoration: none;
}

.navigation-arrows a:hover {
  color: inherit;
  text-decoration: none;
  background: #d35c06;
}

.leasing-item a:hover {
  color: inherit;
  text-shadow: 0 -2px 5px #000;
}

.leasingcat-item:hover {
  background: rgba(255, 255, 255, 0.15);
}

.special-slide:hover .special-slide-image {
  opacity: .4;
}

.special-slide:hover {
  color: inherit;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
}

.action-card:hover .action-card-image {
  opacity: .4;
}

.action-card:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
}

.services-slide:hover {
  text-decoration: none;
}

.press-slide:hover {
  text-decoration: none;
}

.press-slide:hover .press-slide-date {
  color: #ec6707;
}

.footer-column-list a:hover {
  color: #ec6707;
  text-decoration: none;
}

.tabs a:hover {
  color: inherit;
  text-decoration: none;
}

.sort-links a:hover {
  color: inherit;
  text-decoration: none;
}

.radio-item-link:hover {
  color: #ec6707;
  text-decoration: none;
}

.footer-info-link:hover {
  color: #fff;
  text-decoration: none;
}

.social-link:hover {
  color: #fff;
  text-decoration: none;
}

.chart-link:hover .chart-link-text {
  border-color: transparent;
}

.chart-link:hover {
  text-decoration: none;
  color: inherit;
}

.chart-link:hover i {
  color: #ec6707;
}

.menu-title a:hover {
  color: inherit;
  text-decoration: none;
}

.menu-title:hover {
  border-color: transparent;
}

.menu-list a:hover {
  color: #ec6707;
  text-decoration: none;
}

.breadcrubms a:hover {
  color: #ec6707;
  text-decoration: none;
}

.page-head-navigation a:hover {
  color: inherit;
  text-decoration: none;
}

.page-head-navigation li:hover:before {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.pagination-link:hover {
  color: #ec6707;
  text-decoration: none;
}

.pagination-link:first-child:hover,
.pagination-link:last-child:hover {
  color: #fff;
  background: #ec6707;
  border-color: #ec6707;
}

.services-slide:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}

.press-slide:hover {
  -webkit-transform: scale(0.98);
  -ms-transform: scale(0.98);
  transform: scale(0.98);
}

.terms-item:hover {
  color: #fff;
  text-decoration: none;
}

.terms-item:hover:before {
  background: rgba(0, 0, 0, 0.2);
}

.pages-menu a:hover {
  color: inherit;
  text-decoration: none;
  border-color: #ec6707;
}

.press-card:hover {
  color: inherit;
  text-decoration: none;
}

.press-card:hover .press-card-image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.press-card:hover .press-card-date {
  color: #ec6707;
}

.media-card:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  color: inherit;
  text-decoration: none;
}

.media-card:hover .media-card-date {
  color: #ec6707;
}

.article-source-link:hover {
  color: inherit;
  text-decoration: none;
}

.article-source-link:hover span {
  border-color: transparent;
}

.article-source-link:hover i {
  color: #ec6707;
}

.contacts-block-card-link:hover {
  text-decoration: none;
  color: inherit;
}

.contacts-block-card-link:hover span {
  border-bottom-color: transparent;
}

.section-head-link:hover {
  color: inherit;
  border-color: transparent;
  text-decoration: none;
}

.career-card:hover {
  color: inherit;
  text-decoration: none;
}

.career-card:nth-child(3n + 1):hover {
  background-color: #fab371;
}

.career-card:nth-child(3n + 2):hover {
  background-color: #ffc590;
}

.career-card:nth-child(3n):hover {
  background-color: #ffc0ab;
}

.section-head-file-link:hover .file-text {
  color: #ec6707;
  text-decoration: none;
  border-color: transparent;
}

.partners-card:hover {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.45);
  border-color: transparent;
}

.partner-video:hover:after {
  background: transparent;
}

.partner-video:hover:before {
  opacity: .8;
}

.partner-link:hover {
  text-decoration: none;
  color: inherit;
}

.partner-link:hover span {
  border-color: transparent;
  color: #ec6707;
}

.partner-logo:hover {
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.45);
  border-color: transparent;
}

.action-slide:hover {
  color: #fff;
  text-decoration: none;
}

.action-slide:hover:before {
  background: rgba(0, 0, 0, 0.2);
}

.services-card:hover {
  color: #fff;
  text-decoration: none;
}

.services-card:hover:before {
  background: rgba(0, 0, 0, 0.2);
}

.services-card a:hover {
  color: #fff;
}

.tool:hover {
  color: inherit;
  text-decoration: none;
}

.tool:hover .tool-text {
  border-color: transparent;
}

.tool:hover i {
  color: #ec6707;
}

.results-view a:hover {
  color: #ec6707;
  text-decoration: none;
}

.catalog-tabs a:hover {
  text-decoration: none;
  color: #ec6707;
}

.catalog-tabs a:not(:only-child):hover {
  color: inherit;
}

.catalog-tabs a:hover .catalog-list-count {
  color: #ec6707;
}

.fixed-btn:hover {
  background-color: #dd6107;
  text-decoration: none;
  color: #fff;
}

.catalog-column-title a:hover {
  color: #ec6707;
  text-decoration: none;
}

.models-card-title a:hover {
  color: #ec6707;
  text-decoration: none;
}

.location-card-link:hover {
  color: inherit;
  text-decoration: none;
}

.location-card-link:hover i {
  color: #ec6707;
}

.location-card-scheme:hover {
  color: #ec6707;
  text-decoration: none;
  border-color: transparent;
}

.location-item-contacts a:hover {
  text-decoration: none;
}

.location-item-contacts a:hover i {
  color: #ec6707;
}

.location-item-contacts a:hover .location-item-contact-text {
  text-decoration: none;
}

.location-card-link-text {
  color: #ec6707;
}

.map-region:hover {
  fill: rgba(160, 160, 160, 0.4);
}

.map-region-active:hover {
  fill: rgba(236, 103, 7, 0.4);
}

.map-tooltip-link:hover {
  color: #ec6707;
  text-decoration: none;
}

.tooltip-scheme:hover {
  color: #ec6707;
  text-decoration: none;
  border-color: transparent;
}

.position-card:hover {
  background-color: #eaeaea;
}

.position-card:hover .position-card-value {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.catalog-list a:hover {
  text-decoration: none;
  border-color: #ec6707;
  color: inherit;
}

.benefit-card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.product-card:hover .product-card-icon {
  -webkit-box-shadow: 0 0 15px rgba(236, 103, 7, 0.25);
  box-shadow: 0 0 15px rgba(236, 103, 7, 0.25);
  border-color: #ec6707;
}

.steps-card:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.steps-card:hover:before {
  background: #ec6707;
  color: #fff;
}

/*hovers end*/

/* other styles */

.form-agreement {
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}

.form-agreement a {
  text-decoration: underline;
}

.form-agreement a:hover {
  text-decoration: none;
}

.options-filter-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: -20px 0 25px;
  position: relative;
  z-index: 1;
}

.options-filter-wrapper > .options,
.options-filter-wrapper > .options li {
  margin-bottom: 0 !important;
}

.options-actions-link {
  background: #EC6707;
  border-radius: 6px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-family: 'Neris';
  font-weight: 600;
  line-height: 24px;
  padding: 7px 0 9px;
  text-align: center;
  text-decoration: none;
  transition: all .3s ease-in-out;
  max-width: calc(25% - 22.5px);
  width: 100%;
}

.options-actions-link:hover {
  background: #fa9146;
  color: #ffffff;
}

.form-legend {
  color: #1d1d1b;
  font-family: Neris, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.24px;
  margin: 10px 0 0;
}

.form-legend a {
  color: #1d1d1b;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration: underline;
}

.form-legend a:hover {
  text-decoration: none;
}

.form-legend_white,
.form-legend_white a {
  color: #ffffff;
}

.promo-block-form + .form-legend {
  margin-top: 20px;
}

/* other styles end */

@media (max-width: 1800px) {
  .index-block:not(:first-child) {
    padding: 120px 0 65px;
  }

  .page-w-alert .index-block:not(:first-child) {
    padding-top: 168px;
  }

  .navigation-arrows {
    left: 15px;
  }
}

@media (max-width: 1367px) {
  .index-block-title {
    font-size: 40px;
    margin-bottom: 35px;
  }

  .index-block:not(:first-child) {
    padding: 90px 0 60px;
  }

  .page-w-alert .index-block:not(:first-child) {
    padding-top: 138px;
  }

  .navigation-arrows {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navigation-arrow:not(:last-child) {
    margin: 10px 0 0 0;
  }

  .navigation-arrow-top {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 1259px) {
  /*Global styles*/

  .like-h1,
  h1 {
    font-size: 52px;
  }

  .like-h2,
  h2 {
    font-size: 46px;
  }

  .like-h3,
  h3 {
    font-size: 23px;
  }

  .section-title {
    margin-bottom: 45px;
  }

  .section-head {
    margin-bottom: 45px;
  }

  .drop-content {
    padding: 30px 0;
  }

  .pulldown {
    padding: 25px 0;
  }

  .pulldown-list {
    font-size: 17px;
  }

  .pulldown-title {
    font-size: 17px;
  }

  .pulldown-title strong {
    font-size: 22px;
  }

  .pulldown-title {
    margin-bottom: 10px;
  }

  .pulldown-content {
    max-width: 100%;
    width: 100%;
  }



  .container-pr {
    padding-right: 15px;
  }

  .container-pr-big {
    padding-right: 15px;
  }

  .section-subtitle {
    font-size: 18px;
  }

  .section-subtitle br {
    display: none;
  }

  .section-subtitle:not(:last-child) {
    margin-bottom: 35px;
  }

  .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }

  .mobile-btn {
    display: block;
  }

  .fixed-btn {
    display: none;
  }

  .intro-scroll-btn {
    left: calc(50% - 465px);
  }

  .chat-btn {
    right: calc(50% - 465px);
    display: none;
  }

  .menu-title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .sitemap-title {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .pagination {
    font-size: 21px;
  }

  .pagination-link:first-child,
  .pagination-link:last-child {
    font-size: 18px;
  }

  .tabs {
    padding-bottom: 40px;
  }

  .sort-links {
    padding-bottom: 40px;
  }

  .options {
    margin-bottom: 25px;
  }

  .options li {
    margin: 0 0 20px 0;
  }

  .options li:not(:last-child) {
    margin: 0 40px 20px 0;
  }

  .load-item-content {
    font-size: 17px;
  }

  .load-item label {
    font-size: 17px;
  }

  .map {
    max-width: 992px;
    padding-bottom: 30px;
  }

  .navigation-arrows {
    display: none;
  }

  /*page-header*/

  .page-header {
    min-height: 1px;
  }

  .header-top {
    padding: 15px 0;
  }

  .header-contacts {
    margin-right: 20px;
  }

  .header-order {
    margin-right: 20px;
  }

  .header-order .btn {
    padding: 8px 15px;
  }

  .header-contacts-links {
    margin-left: auto;
    font-size: 25px;
  }

  .callback-link:not(:last-child) {
    margin-right: 0;
  }

  .page-header-scroll {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }

  .flexible-contacts:not(:last-child) {
    margin-right: 20px;
  }

  .header-tools:not(:last-child) {
    margin-right: 30px;
  }

  .header-tools .login-link-text {
    display: none;
  }

  .header-tools .icon-personal,
  .header-tools .icon-user {
    margin: 0;
  }

  .header-tools a:not(:last-child) {
    margin-right: 15px;
  }

  .header-search-form {
    width: 400px;
  }

  .modal-search {
    max-width: 750px;
  }

  .modal-search input {
    font-size: 50px;
    height: 70px;
  }

  .modal-search .fancybox-button {
    padding: 5px;
  }

  .modal-search {
    padding: 35px 0;
  }

  .menu {
    padding-top: 130px;
  }

  /*sliders elements*/

  .special-slide-big {
    min-height: 314px;
    padding: 20px;
  }

  .special-slide-big .special-slide-title {
    font-size: 20px;
  }

  .special-slide-big .special-slide-text {
    font-size: 17px;
  }

  .special-slide-price-last {
    margin: 0;
    display: block;
  }

  .static-slider-arrow-right {
    right: -15px;
  }

  .static-slider-arrow-left {
    left: -15px;
  }

  /***** INDEX-PAGE *****/

  .index-block:not(:first-child) {
    padding: 60px 0;
  }

  .page-w-alert .index-block:not(:first-child) {
    padding-top: 60px;
  }

  .index-block-title {
    font-size: 40px;
    margin-bottom: 35px;
  }

  /*intro-block*/

  .intro-slider .slick-track {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .intro-slide,
  .intro-slide.slick-slide {
    min-height: 1px;
    padding: 170px 0 220px 0;
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .intro-slide-title {
    font-size: 50px;
    margin-bottom: 40px;
  }

  .check-list {
    font-size: 18px;
  }

  .intro-dots {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
  }

  .intro-dots li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0;
    width: 8px;
    height: 8px;
    background: #848586;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }

  .intro-dots li:not(:last-child) {
    margin-bottom: 0;
  }

  .intro-dots li.slick-active {
    background: #ec6707;
  }

  .intro-dots li::before {
    display: none;
  }

  /*leasing-block*/

  .leasing-item {
    height: 260px;
  }

  .leasing-item-list-wrap {
    max-height: 178px;
  }

  /*calc-block*/

  .chart-title {
    font-size: 40px;
  }

  .chart-static .chart-title {
    font-size: 45px;
  }

  .chart-subtitle {
    font-size: 22px;
  }

  .modal-wide {
    padding: 30px;
  }

  .chart-title {
    margin-bottom: 0;
    font-size: 30px;
  }

  .chart-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .chart-heat-text {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .chart-heat-text:last-child {
    margin-bottom: 0;
  }

  .chart-links {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
  }

  .chart-radio-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .chart-tables-wrap {
    margin-bottom: 30px;
  }

  .chart-tables-wrap .chart-links {
    width: 100%;
    margin-top: 20px;
  }

  /*advantages-block*/

  .advantages-item strong {
    font-size: 20px;
  }

  .advantages-item-image {
    height: 54px;
  }

  /*about-block*/

  .about-intro-text {
    font-size: 17px;
  }

  .about-num-value {
    font-size: 100px;
  }

  .about-block-item-value {
    font-size: 50px;
  }

  .about-block-box {
    width: 650px;
  }

  /*page-footer*/

  .footer-top {
    margin: 0 -15px 40px;
  }

  .footer-column {
    width: calc(100% / 5 - 30px);
    margin: 0 15px;
  }

  .footer-info-links {
    margin: 0 -15px;
    display: flex;
    max-width: 500px;
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-info-link:not(:last-child) {
    margin-right: 15px;
  }

  .footer-info-link {
    margin: 0 15px 5px;
  }

  .footer-social-links {
    margin-left: auto;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  /***** INNER-PAGES *****/

  .inner-page {
    padding-top: 82.5px;
  }

  .inner-page.page-w-alert {
    padding-top: 130.5px;
  }

  .page-head {
    padding: 60px 0;
    min-height: 1px;
  }

  .page-head-text {
    max-width: 650px;
  }

  .page-head-title:not(:last-child) {
    margin-bottom: 35px;
  }

  .page-head-subtitle {
    font-size: 27px;
  }

  .page-head-navigation {
    max-width: 260px;
    font-size: 15px;
  }

  .pages-menu {
    max-width: 600px;
    font-size: 22px;
  }

  .pages-menu li {
    margin: 0 40px 30px 0;
  }

  .page-title {
    font-size: 46px;
    margin-bottom: 45px;
  }

  .section-tools {
    margin-bottom: 45px;
  }

  .calc-body-big {
    max-width: 540px;
  }

  .calc-sidebar-big {
    max-width: 360px;
  }

  .calc-data {
    padding: 20px;
  }

  .section-filter-form {
    max-width: 300px;
  }

  /***** ADMINISTRATION-PAGE *****/

  .administration-items {
    font-size: 20px;
  }

  .administration-item {
    padding: 15px 25px;
  }

  .administration-card {
    width: 290px;
  }

  .administration-card-static {
    width: 262.5px;
  }

  .administration-block {
    padding: 45px 0;
  }

  /***** INVESTORS-PAGE *****/

  .investors-image-wrap {
    width: 300px;
    height: 300px;
    line-height: 300px;
  }

  .investors-block-body p {
    font-size: 18px;
  }

  .feedback .form-column {
    width: calc(100% / 2 - 30px);
  }

  .feedback .form-column-small {
    width: calc(100% / 3 - 30px);
  }

  .subscribe .form-column {
    width: calc(100% / 2 - 30px);
  }

  /***** TERMS-PAGE *****/

  .terms-item {
    min-height: 300px;
    padding: 20px;
  }

  .terms-item-title {
    font-size: 22px;
  }

  .terms-column {
    width: 610px;
  }

  /***** REQUISITES-PAGE *****/

  .requisites-table {
    line-height: 1.5;
  }

  .requisites-table td {
    padding: 15px 0;
  }

  .requisites-table th {
    padding: 15px 20px 15px 0;
  }

  /***** MESSAGES-PAGE *****/

  .message-head {
    font-size: 17px;
  }

  .message-title {
    font-size: 22px;
  }

  /***** PRESS-PAGE *****/

  .press-card {
    min-height: 1px;
  }

  /***** POST-PAGE *****/

  .post {
    font-size: 17px;
  }

  /***** MEDIA-PAGE *****/

  .media-card {
    width: calc(100% / 3 - 30px);
    min-height: 1px;
  }

  /***** ARTICLE-PAGE *****/

  .article-body {
    width: 630px;
  }

  .article-text {
    font-size: 17px;
  }

  .article-source {
    margin-bottom: 25px;
  }

  /***** PRESSKIT-PAGE *****/

  .section-intro {
    font-size: 18px;
  }

  .section-intro-body {
    max-width: 600px;
  }

  .contacts-block-card-image {
    width: 200px;
    margin-right: 30px;
  }

  .contacts-block-card-link {
    font-size: 17px;
  }

  .contacts-block-card-link:not(:last-child) {
    margin-bottom: 15px;
  }

  .brands-card {
    width: calc(100% / 3 - 30px);
  }

  /***** REVIEWS-PAGE *****/

  .reviews-card {
    padding: 40px 20px;
    font-size: 17px;
    min-height: 1px;
  }

  .reviews-card::before {
    left: 20px;
  }

  /***** CLIENTS-PAGE *****/

  .product-card {
    width: calc(100% / 3 - 30px);
  }

  /*options-block*/

  .benefit-card {
    min-height: 1px;
  }

  .benefit-card-image {
    height: 54px;
  }

  .benefit-card strong {
    font-size: 20px;
  }

  /***** CAREER-PAGE *****/

  .life-slide {
    height: 260px;
  }

  .career-card {
    padding: 30px 20px;
    min-height: 1px;
  }

  .career-card-title {
    font-size: 22px;
  }

  /***** PARTNER-PAGE *****/

  .partner-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .partner-logo {
    margin: 0;
  }

  .partner-link {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 20px 0;
  }

  .partner-text {
    font-size: 18px;
  }

  .partner-body {
    width: 600px;
  }

  .partner-sidebar {
    width: 300px;
  }

  .partner-banner-title {
    font-size: 20px;
  }

  .partner-banner-subtitle {
    font-size: 17px;
  }

  /***** FACTORING-PAGE *****/

  .text-block {
    padding: 45px 0;
    font-size: 18px;
  }

  .factoring-head:not(:last-child) {
    margin-bottom: 45px;
  }

  .factoring-card {
    width: calc(100% / 3 - 30px);
  }

  .text-block-title {
    font-size: 34px;
  }

  .text-block-title br {
    display: none;
  }

  .text-block-subtitle {
    font-size: 28px;
  }

  .advantages-card {
    padding: 30px;
  }

  .action-slider .static-slider-arrow-left {
    left: -30px;
  }

  .action-slider .static-slider-arrow-right {
    right: -30px;
  }

  /***** SETTLEMENT-PAGE *****/

  .packages-list {
    font-size: 17px;
  }

  .packages-box:not(:empty) {
    margin-bottom: 0;
  }

  /***** ESCORT-PAGE *****/

  .text-block-list {
    font-size: 18px;
  }

  /***** SERVICES-PAGE *****/

  .services-card {
    min-height: 300px;
    padding: 20px;
  }

  .services-card-big {
    width: 610px;
  }

  .services-card-title {
    font-size: 24px;
  }

  .services-card-description {
    font-size: 17px;
  }

  /***** ACTIONS-PAGE *****/

  .action-card {
    min-height: 314px;
    padding: 20px;
  }

  .action-card-title {
    font-size: 20px;
  }

  .action-card-text {
    font-size: 17px;
  }

  /***** ACTION-PAGE *****/

  .promo-block {
    padding: 60px 0;
  }

  .promo-block-head {
    padding-bottom: 35px;
  }

  .steps-card-title-big {
    font-size: 18px;
  }

  .steps-card-big {
    min-height: 500px;
  }

  /***** REQUEST-PAGE *****/

  .request-nav li {
    width: 33.33%;
  }

  .request-check {
    font-size: 16px;
  }

  .request-head:not(:last-child) {
    margin-bottom: 25px;
  }

  .request-nav:not(:last-child) {
    margin-bottom: 60px;
  }

  .request-step .form-column {
    width: calc(100% / 2 - 15px);
  }

  .request-step .form-column-full {
    width: 100%;
  }

  .request-step .radio-item {
    font-size: 16px;
  }

  .request-content {
    padding-bottom: 60px;
  }

  /***** ACTION-DETAIL-PAGE *****/

  .conditions-info-item-value {
    font-size: 45px;
  }

  .conditions-info-item-key {
    margin-bottom: 10px;
  }

  .conditions-info:not(:last-child) {
    margin-bottom: 20px;
  }

  .conditions-image {
    width: 400px;
  }

  .conditions-content {
    width: 500px;
    font-size: 16px;
  }

  .conditions-content ul {
    font-size: 16px;
  }

  .conditions-content p:not(:last-child) {
    margin-bottom: 25px;
  }

  .conditions-content h3:not(:last-child) {
    margin-bottom: 25px;
  }

  .conditions-footer-btn {
    min-width: 1px;
  }

  /***** 404-PAGE *****/

  .error {
    padding-top: 70px;
  }

  .error-title {
    font-size: 28px;
  }

  /***** CATALOG-RESULTS-PAGE *****/

  .results-count {
    font-size: 27px;
  }

  .models-item-bg {
    width: 270px;
    height: 230px;
    line-height: 230px;
  }

  .models-drop {
    max-width: 310px;
  }

  .models-item-sidebar {
    width: 250px;
  }

  .models-item-options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .models-item-option {
    margin: 0 0 5px 0;
    width: 100%;
  }

  .models-item-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .models-item-footer-btn {
    line-height: 40px;
    width: 100%;
  }

  .models-item-footer-btn:not(:last-child) {
    margin-bottom: 10px;
  }

  .models-option-value {
    font-size: 17px;
  }

  .models-item-options:not(:last-child) {
    margin-bottom: 10px;
  }

  .models-item.active {
    margin: 20px 0;
    padding: 25px;
  }

  .seo-block {
    font-size: 18px;
  }

  .seo-block .like-h2:not(:last-child),
  .seo-block h2:not(:last-child) {
    margin-bottom: 30px;
  }

  .seo-block p:not(:last-child) {
    margin-bottom: 30px;
  }

  .seo-block .like-h3,
  .seo-block h3 {
    font-size: 28px;
  }

  .seo-block h3:not(:last-child) {
    margin-bottom: 30px;
  }

  .seo-block ul {
    font-size: 17px;
  }

  .seo-block ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  .catalog-search select {
    font-size: 16px;
  }

  .range-field {
    font-size: 16px;
  }

  /***** CATALOG-MODEL-PAGE *****/

  .model-subtitle {
    font-size: 20px;
  }

  .model-info {
    padding: 12px 30px;
  }

  .model-info-price-now {
    font-size: 22px;
  }

  .model-info-value {
    font-size: 17px;
  }

  .model-info-item {
    min-height: 40px;
  }

  .model-slide {
    height: 360px;
  }

  .model-text-table {
    font-size: 17px;
  }

  .modal-text-btn {
    font-size: 17px;
  }

  /***** FAVOURITES-PAGE *****/

  .models-box .models-card {
    width: calc(100% / 2 - 30px);
  }

  .models-card-table td {
    text-align: right;
  }

  /***** FORM-PAGES *****/

  .form-block {
    padding: 40px 150px;
  }

  .form-block-title {
    font-size: 28px;
  }

  .form-block-list {
    font-size: 17px;
  }

  /***** COMPARE-PAGE *****/

  .compare-model {
    width: calc(100% / 2);
  }

  .compare-body-duplicate-elements {
    width: 635px;
    top: 82.5px;
  }

  .compare-sidebar-duplicate-elements {
    top: 82.5px;
  }

  /***** CONTACTS-PAGE *****/

  .map-item:after {
    font-size: 10px;
  }

  .location-tabs {
    font-size: 18px;
  }

  .location-sidebar {
    width: 300px;
  }

  .location-tabs li:not(:last-child) {
    margin-bottom: 25px;
  }

  .location-card-image {
    width: 270px;
    margin-right: 30px;
  }

  .location-item-bg {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .location-card-body {
    padding: 30px 20px;
  }

  .location-card-head {
    padding: 25px 20px;
  }

  .location-item-head:not(:last-child) {
    margin-bottom: 20px;
  }

  .modal-map {
    height: 500px;
  }

  /***** ABOUT-PAGE *****/

  .achieve-box:not(:empty) {
    margin-bottom: -30px;
  }

  .achieve-item {
    margin: 0 15px 60px;
  }

  .achieve-item-value {
    font-size: 62px;
    margin-bottom: 15px;
  }

  .achieve-item-key {
    font-size: 18px;
  }

  .map-section-decor {
    width: 100px;
    top: -50px;
  }

  .position-card-text {
    font-size: 18px;
  }

  .position-card-head {
    margin: 0 0 20px 0;
  }

  .cookie {
    padding: 8px 0 6px;
  }

  .cookie-text {
    font-size: 15px;
  }
}

@media (max-width: 1200px) {
  .page-head__services {
    min-height: 1px !important;
  }

  .advantages-listline__item {
    flex: 0 0 calc(33% - 25px);
  }
}

@media (max-width: 991px) {
  /*Global styles*/

  body {
    font-size: 15px;
  }

  .like-h1,
  h1 {
    font-size: 48px;
  }

  .like-h2,
  h2 {
    font-size: 44px;
  }

  .like-h3,
  h3 {
    font-size: 22px;
  }

  .inner-page {
    padding-top: 144px;
  }

  .inner-page.page-w-alert {
    padding-top: 192px;
  }

  .inner-page.page-leasing-partners {
    padding-top: 84px;
  }

  .hidden-mobile {
    display: none;
  }

  .model-nav-btn {
    display: inline-block;
  }

  .show-mobile {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-head {
    margin-bottom: 40px;
  }

  .section-head .section-title {
    max-width: 100%;
  }



  .slider-footer {
    padding-right: 0;
    text-align: left;
    margin-top: 0;
  }

  .inner-page .scroll-up-btn {
    display: none;
  }

  .custom-dots:not(.custom-static-dots) {
    padding-right: 38px;
  }

  .video-btn:not(:last-child) {
    margin: 0 15px 0 0;
  }

  .tabs {
    margin: 0 calc((360px - 15px) - 50vw) 30px 0;
  }

  .sort-links {
    margin: 0 calc((360px - 15px) - 50vw) 30px 0;
  }

  .tabs li {
    padding: 11px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.4);
  }

  .tabs-dark li {
    background: #fff;
  }

  .tabs li:not(:last-child) {
    margin: 0 12px 0 0;
    padding-right: 11px;
  }

  .tabs li::after {
    display: none;
  }

  .tabs li.active,
  .tabs li:hover {
    border-color: #ec6707;
    background: rgba(236, 103, 7, 0.4);
  }

  .sort-links li {
    padding: 11px;
    border: 1px solid transparent;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.4);
  }

  .sort-links-dark li {
    background: #fff;
  }

  .sort-links li:not(:last-child) {
    margin: 0 12px 0 0;
    padding-right: 11px;
  }

  .sort-links li::after {
    display: none;
  }

  .sort-links li.active,
  .sort-links li:hover {
    border-color: #ec6707;
    background: rgba(236, 103, 7, 0.4);
  }

  .field {
    height: 50px;
  }

  .drop-list {
    font-size: 17px;
  }

  .breadcrubms-wrap {
    display: none;
  }

  .pagination {
    font-size: 20px;
  }

  .pagination-link {
    line-height: 45px;
  }

  .pagination-link:first-child,
  .pagination-link:last-child {
    min-width: 45px;
    font-size: 17px;
    margin: 0;
  }

  .modal-default {
    padding: 40px 60px;
  }

  .map {
    overflow: auto;
  }

  .map-inner {
    width: 992px;
  }

  .map-tooltip.fancybox-content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
    opacity: 1;
    pointer-events: auto;
  }

  .map-tooltip.fancybox-content:before {
    display: none;
  }

  /*page-header*/

  .header-contacts,
  .header-order {
    margin-right: 30px;
  }

  .login-link {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 25px;
  }

  .header-tools a:not(:last-child) {
    margin-right: 0;
  }

  .header-tools:not(:last-child) {
    margin-right: 25px;
  }

  .header-tools i {
    font-size: 20px;
  }

  .header-search-form {
    width: 300px;
  }

  .search-field {
    height: 45px;
  }

  .page-header .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-header-scroll .header-links {
    display: none;
  }

  /***** INDEX-PAGE *****/



  .login-link-text {
    display: none;
  }

  .header-tools i {
    vertical-align: -4px;
    margin-right: 0;
  }

  /*intro-block*/

  .intro-scroll-btn {
    left: calc(50% - 345px);
  }

  .chat-btn {
    right: calc(50% - 345px);
  }

  .intro-slide-title {
    font-size: 45px;
    margin-bottom: 35px;
  }

  .intro-slide-list {
    margin-bottom: 45px;
  }

  /*leasing-block*/

  .leasing-block-box {
    margin: 0 calc((360px - 15px) - 50vw) 0 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .leasing-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 300px;
  }

  .leasing-item:not(:last-child) {
    margin: 0 30px 0 0;
  }

  .leasing-item-list-wrap {
    max-height: 150px;
  }

  .leasing-block-footer {
    text-align: left;
  }

  /*leasingcat-block*/

  .leasingcat-slider {
    padding: 0;
    margin: 0 calc((360px - 15px) - 50vw) 10px 0;
  }

  .leasingcat-slide,
  .leasingcat-slide.slick-slide {
    width: 600px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .leasingcat-item:not(:last-child) {
    margin: 0 20px 0 0;
  }

  .leasingcat-item {
    height: 190px;
  }

  .leasingcat-filter {
    margin: 0;
  }

  .leasingcat-filter .form-item {
    margin: 0;
  }

  .leasingcat-filter .form-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .leasingcat-filter-btn {
    width: 100%;
    margin: 0;
  }

  .leasingcat-slider-text {
    display: block;
  }

  .leasingcat-slider .custom-dots {
    top: calc(100% + 55px);
    position: absolute;
    left: 0;
    margin-top: 0;
    padding-right: 22px;
  }

  /*calc-block*/

  .calc {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .calc-body {
    max-width: 100%;
      margin-right: 0;
    margin-bottom: 40px;
  }

  .calc-sidebar {
    max-width: 100%;
    padding-top: 0;
  }

  .chart-table:not(:last-child) {
    margin-right: 20px;
  }

  .chart-table {
    width: 330px;
  }

  .leasingcat-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .leasingcat-filter .form-item {
    width: 100%;
  }

  .form-note:last-child {
    margin: 25px 0 0 0;
  }

  /*special-block*/

  .special-slider {
    margin: 0 calc((360px - 15px) - 50vw) 60px 0;
  }

  .special-slide,
  .special-slide.slick-slide {
    width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  /*services-block*/

  .services-slider {
    margin: 0 calc((360px - 15px) - 50vw) 60px 0;
  }

  .services-slide,
  .services-slide.slick-slide {
    width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .services-slide-title {
    font-size: 20px;
  }

  /*press-block*/

  .sliders-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .press-slider-wrap {
    width: auto;
  }

  .press-slider-wrap:not(:last-child) {
    margin-bottom: 35px;
  }

  .press-slider {
    margin: 0 calc((360px - 15px) - 50vw) 40px 0;
  }

  .press-slide,
  .press-slide.slick-slide {
    margin: 0 10px;
    width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  /*about-block*/

  .about-intro-text {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .about-intro-video {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
  }

  .about-block-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .about-block-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-block-box {
    width: auto;
    margin-bottom: 40px;
  }

  .about-block-intro {
    margin-bottom: 15px;
  }

  /*reviews-block*/

  .reviews-slider {
    margin: 0 calc((360px - 15px) - 50vw) 60px 0;
  }

  .reviews-inner-slider {
    margin: 0 calc((360px - 15px) - 50vw) 0 0;
  }

  .reviews-slide,
  .reviews-slide.slick-slide {
    width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  /*page-footer*/

  .footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-column {
    width: calc(100% / 3 - 30px);
    margin: 0 15px 30px;
  }

  /***** INNER-PAGES *****/

  .page-section {
    padding: 40px 0;
  }

  .page-section.results-section {
    padding-top: 10px;
  }

  .page-head .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-head.page-head_faq {
    min-height: 0;
    padding: 40px 0;
  }

  .page-head-text {
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px 0;
  }

  .page-head-title:not(:last-child) {
    margin-bottom: 30px;
  }

  .page-head-subtitle {
    font-size: 24px;
  }

  .page-head {
    padding: 40px 0;
  }

  .page-head-navigation {
    margin-top: 0;
  }

  .section-head .page-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-head .section-title:not(:last-child) {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-filter-form {
    margin: 20px 0 0 auto;
    max-width: 100%;
    width: auto;
  }

  .pages-menu {
    font-size: 20px;
    max-width: 100%;
    width: 100%;
  }

  .pages-menu:not(empty) {
    margin-bottom: 0;
  }

  .pages-menu li {
    margin: 0 25px 25px 0;
  }

  .page-title {
    font-size: 44px;
    margin-bottom: 40px;
  }

  .section-tools {
    margin-bottom: 40px;
  }

  /***** ADMINISTRATION-PAGE *****/

  .administration-card {
    width: calc(100% / 2 - 30px);
  }

  .administration-card-bg {
    height: 250px;
  }

  /***** INVESTORS-PAGE *****/

  .investors-block-body p {
    font-size: 17px;
  }

  .investors-block-body {
    width: 100%;
  }

  .investors-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .investors-block-sidebar {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 30px;
  }

  .investors-block-body p:not(:last-child) {
    margin-bottom: 30px;
  }

  .invproduct-card-title {
    padding: 25px 15px;
    font-size: 17px;
  }

  .invproduct-card-value {
    padding: 10px 15px;
    font-size: 17px;
  }

  .feedback .form-column {
    width: calc(100% / 2 - 15px);
  }

  .feedback .form-column-small {
    width: calc(100% / 3 - 15px);
  }

  .subscribe .form-column {
    width: calc(100% / 2 - 15px);
  }

  /***** TERMS-PAGE *****/

  .terms-item {
    width: calc(100% / 2 - 30px);
  }

  .terms-column {
    width: calc(100% / 2 - 30px);
  }

  .terms-item-horizontal {
    width: 100%;
  }

  .terms-item-title {
    font-size: 20px;
  }

  /***** FILES-PAGE *****/

  .section-search-form {
    width: 100%;
  }

  .file-title-big {
    font-size: 17px;
  }

  .file-image-big {
    margin-right: 35px;
  }

  /***** PRESS-PAGE *****/

  .press-card {
    width: calc(100% / 2 - 30px);
  }

  /***** MEDIA-PAGE *****/

  .media-card {
    width: calc(100% / 2 - 30px);
  }

  /***** ARTICLE-PAGE *****/

  .article {
    display: block;
  }

  .administration-card-static {
    width: 262.5px;
  }

  .administration-card-static .administration-card-bg {
    height: 202px;
  }

  .article-head {
    float: left;
    margin: 0 30px 30px 0;
    width: auto;
    max-width: 262.5px;
  }

  .article-body {
    width: 100%;
  }

  /***** PRESSKIT-PAGE *****/

  .section-intro {
    font-size: 17px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-intro-body {
    max-width: 100%;
  }

  .section-intro-video {
    width: auto;
    height: auto;
    border: 0;
    margin: 0;
    text-align: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-intro-body:not(:last-child) {
    margin-bottom: 30px;
  }

  .intro-video-text {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .contacts-block-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-block-card-image {
    width: 250px;
    margin: 0 0 25px;
  }

  .contacts-block-card-subtitle:not(:last-child) {
    margin-bottom: 15px;
  }

  .brands-card {
    width: calc(100% / 2 - 30px);
  }

  /***** RENT-PAGE *****/

  .rent-section {
    padding: 40px 0 0 0;
  }

  /***** CLIENTS-PAGE *****/

  .product-card {
    width: calc(100% / 2 - 30px);
  }

  .product-card-title {
    font-size: 17px;
  }

  .special-inner-slider {
    margin: 0 calc((360px - 15px) - 50vw) 0 0;
  }

  .services-inner-slider {
    margin: 0 calc((360px - 15px) - 50vw) 0 0;
  }

  /*options-block*/

  .benefit-card {
    width: calc(100% / 2 - 30px);
    font-size: 17px;
  }

  /***** VACANCY-PAGE *****/

  .vacancy-block {
    padding: 40px 0;
  }

  .vacancy-filter {
    margin: 0 -15px 10px;
  }

  .vacancy-filter .form-item {
    width: calc(100% / 2 - 30px);
  }

  .banner-block {
    padding: 0 0 40px 0;
  }

  .banner {
    padding: 30px;
    min-height: 1px;
  }

  .banner-title {
    font-size: 30px;
  }

  .banner-subtitle {
    font-size: 18px;
  }

  /***** CAREER-PAGE *****/

  .life-slider {
    margin: 0 calc((360px - 15px) - 50vw) 0 0;
  }

  .life-slide,
  .life-slide.slick-slide {
    width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .career-block {
    padding: 0 0 40px 0;
  }

  .career-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .career-card {
    width: calc(100% / 2 - 30px);
  }

  /***** PARTNERS-PAGE *****/

  .partners-card {
    width: calc(100% / 2 - 30px);
  }

  /***** PARTNER-PAGE *****/

  .partner-body {
    width: 100%;
  }

  .partner-text {
    font-size: 17px;
  }

  .partner-sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 20px 0;
  }

  /***** FACTORING-PAGE *****/

  .text-block {
    padding: 40px 0;
    font-size: 17px;
  }

  .factoring-card {
    width: calc(100% / 2 - 30px);
  }

  .advantages-card-image {
    width: 50px;
    margin-right: 15px;
  }

  .advantages-card-text p {
    font-size: 17px;
  }

  .steps-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .steps-card {
    width: calc(100% / 2 - 30px);
  }

  .steps-card-big {
    width: calc(100% / 3 - 8px);
  }

  .action-slide,
  .action-slide.slick-slide {
    padding: 30px;
    min-height: 340px;
  }

  /***** SETTLEMENT-PAGE *****/

  .packages-card {
    width: calc(100% / 2 - 30px);
  }

  .packages-list:not(:last-child) {
    margin-bottom: 30px;
  }

  /***** SERVICES-PAGE *****/

  .services-card {
    width: calc(100% / 2 - 30px);
  }

  .services-card-title {
    font-size: 22px;
  }

  /***** INSURANCE-PAGE *****/

  .reasons-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .reasons-card {
    width: calc(100% / 2 - 30px);
  }

  .insurance-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .insurance-card {
    width: calc(100% / 2 - 30px);
  }

  /***** ACTIONS-PAGE *****/

  .action-card {
    width: calc(100% / 2 - 30px);
  }

  /***** ACTION-PAGE *****/

  .promo-block {
    padding: 40px 0;
  }

  .promo-block-head {
    padding-bottom: 30px;
    max-width: 100%;
  }

  .promo-block-info {
    font-size: 20px;
  }

  .promo-block-info:not(:last-child) {
    margin-bottom: 45px;
  }

  .promo-block-form .form-item {
    width: calc(100% / 3 - 30px);
  }

  .promo-subtitle {
    font-size: 20px;
  }

  .models-slider {
    margin: 0 calc((360px - 15px) - 50vw) 0 0;
  }

  .models-slider .models-card,
  .models-slider .models-card.slick-slide {
    width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .models-card-title:not(:last-child) {
    margin-bottom: 10px;
  }

  .models-card-table th {
    padding: 10px 20px 10px 0;
  }

  .models-card-table td {
    padding: 10px 0;
  }

  /***** REQUEST-PAGE *****/

  .request-title:not(:last-child) {
    margin-bottom: 35px;
  }

  .request-nav:not(:last-child) {
    margin-bottom: 40px;
  }

  .form-card {
    width: 100%;
    border-width: 12px;
  }

  .form-card:not(:last-child) {
    margin-bottom: 12px;
  }

  /***** ACTION-DETAIL-PAGE *****/

  .conditions-info-item {
    min-width: 130px;
  }

  .conditions-info-item-value {
    font-size: 40px;
  }

  .conditions-info-item-key {
    font-size: 17px;
  }

  .conditions-image {
    width: 100%;
    max-height: 400px;
    margin: 0 0 30px 0;
  }

  .conditions-content {
    width: 100%;
  }

  .conditions-footer-btn {
    width: calc(100% / 2 - 15px);
  }

  /***** 404-PAGE *****/

  .error-text {
    bottom: 90px;
  }

  .error-title {
    font-size: 26px;
  }

  /***** CATALOG-RESULTS-PAGE *****/

  .form-hidden-row {
    margin: 0 0 30px 0;
  }

  .catalog-search .form-column {
    width: 100%;
  }

  .catalog-search .form-column:not(:last-child) {
    margin-bottom: 45px;
  }

  .catalog-search .form-footer {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .search-more-btn {
    margin-top: 0;
  }

  .form-footer-btn {
    min-width: 1px;
    width: calc(100% / 2 - 15px);
    margin: 0;
  }

  .tools {
    font-size: 17px;
  }

  .results-count {
    font-size: 25px;
  }

  .models-drop:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ec6707;
  }

  .models-drop {
    width: 100%;
    max-width: 100%;
  }

  .models-item-sidebar {
    width: 100%;
  }

  .models-item-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .models-item-option {
    width: calc(100% / 2 - 10px);
  }

  .models-option-value {
    font-size: 16px;
  }

  .models-item-bg {
    width: 240px;
    height: 212px;
    line-height: 212px;
    margin-right: 20px;
  }

  .pagination-btn {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 30px;
  }

  .pagination-wrap {
    padding: 0;
    text-align: center;
  }

  .seo-block {
    font-size: 17px;
  }

  .seo-block .like-h3,
  .seo-block h3 {
    font-size: 25px;
  }

  .seo-block ul {
    font-size: 16px;
  }

  .seo-block ul:not(:last-child) {
    margin-bottom: 30px;
  }

  .models-item-table td {
    text-align: right;
  }

  .model-slider-wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .model-subtitle {
    font-size: 17px;
    margin: 0 0 18px;
  }

  .model-sidebar {
    width: 100%;
  }

  .model-slide {
    min-height: 1px;
  }

  /***** FORM-PAGES *****/

  .form-block {
    padding: 40px;
  }

  .form-block-title {
    font-size: 27px;
  }

  .form-block-title:not(:last-child) {
    margin-bottom: 30px;
  }

  /***** COMPARE-PAGE *****/

  .compare-sidebar {
    display: none;
  }

  .compare-body {
    width: 100%;
    padding-bottom: 30px;
  }

  .compare-model-value {
    height: auto;
    overflow: visible;
    font-size: 14.5px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    word-break: normal;
    text-align: right;
  }

  .compare-model-value:not(:last-child) {
    margin-bottom: 15px;
  }

  .compare-model-value::before {
    display: inline-block;
    content: attr(data-text);
    color: gray;
    font-size: 13.5px;
    font-weight: 400;
    margin-bottom: 2px;
    font-family: PTSans, sans-serif;
    margin-right: auto;
    padding-right: 20px;
    max-width: 50%;
    text-align: left;
  }

  .compare-model-bg {
    margin-bottom: 0;
  }

  .compare-model-body {
    padding: 15px;
  }

  .compare-model-values:not(:last-child) {
    margin-bottom: 25px;
  }

  /***** CONTACTS-PAGE *****/

  .map-tooltip {
    padding: 15px 35px 15px 15px;
  }

  .location {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .location-sidebar {
    width: 100%;
    margin-bottom: 30px;
    scrollbar-color: #ec6707 transparent;
    scrollbar-width: thin;
    padding: 0;
  }

  .location-tabs {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .location-sidebar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#e1e1e1)) no-repeat center/auto 4px;
    background: linear-gradient(#e1e1e1, #e1e1e1) no-repeat center/auto 4px;
  }

  .location-sidebar::-webkit-scrollbar-thumb {
    background-color: #ec6707;
    border-radius: 10rem;
  }

  .location-tabs li:not(:last-child) {
    margin-bottom: 20px;
  }

  .location-tabs li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 15px 20px;
  }

  /***** ABOUT-PAGE *****/

  .achieve-item-value {
    font-size: 50px;
  }

  .position-slider {
    margin: 0 calc((360px - 15px) - 50vw) 0 0;
  }

  .position-card,
  .position-card.slick-slide {
    width: 300px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .position-card {
    font-size: 17px;
  }

  /***** POST-PAGE *****/

  .post figure img {
    height: 400px;
  }

  .page-head__services .page-head-space {
    padding: 15px 0;
  }

  .options-filter-wrapper {
    margin-top: 0;
  }

  .options-filter-wrapper .options {
    font-size: 18px;
  }

  .options-actions-link {
    max-width: calc(50% - 15px);
    flex: 1 1 0;
    margin-left: 30px;
    font-size: 14px;
  }

  .intro-slide-video {
    display: none;
  }
}

@media (max-width: 800px) {
  .inner-page.page-leasing-partners {
    padding-top: 116px;
  }

  .page-leasing-partners .header-contacts {
    width: 100%;
    margin: 5px 0 0;
    text-align: right;
  }

  .page-leasing-partners .header-top .container {
    justify-content: space-between;
  }

  .header-partner-logo {
    padding: 0;
    margin: 0;
  }

  .header-partner-logo:before {
    display: none;
  }
}

@media (max-width: 767px) {
  /*Global styles*/

  .like-h1,
  h1 {
    font-size: 43px;
  }

  .like-h2,
  h2 {
    font-size: 40px;
  }

  .like-h3,
  h3 {
    font-size: 21px;
  }

  .page-title {
    font-size: 43px;
  }

  .page-title_mt {
    margin-top: 60px;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .section-subtitle {
    font-size: 17px;
  }

  .section-head {
    margin-bottom: 35px;
  }



  .tabs {
    margin: 0 calc((270px - 15px) - 50vw) 30px 0;
  }

  .sort-links {
    margin: 0 calc((270px - 15px) - 50vw) 0 0;
  }

  .table-wrap {
    padding-bottom: 30px;
  }

  .table-wrap-custom {
    padding-bottom: 0;
  }

  .menu-title {
    font-size: 23px;
  }

  .sitemap-title {
    font-size: 23px;
  }

  .menu-column {
    width: calc(100% / 2 - 30px);
    margin: 0 15px 40px;
  }

  .sitemap-column {
    width: calc(100% / 2 - 30px);
    margin: 0 15px 40px;
  }

  .drop-list {
    font-size: 16px;
  }

  .drop-list p {
    font-size: 16px;
  }

  .pulldown-list {
    font-size: 16px;
  }

  .pulldown-title {
    font-size: 16px;
  }

  .pulldown-head-btn {
    font-size: 0;
    min-width: 1px;
    background: 0;
    padding: 0;
    line-height: 1;
    position: relative;
  }

  .pulldown-head-btn::before {
    content: "\e932";
    font-family: icomoon;
    font-size: 20px;
    color: #ec6707;
  }

  .pulldown-head-text {
    width: calc(100% - 30px);
  }

  .load-item-rectangle label {
    width: 200px;
  }

  .logo-text {
    font-size: 19px;
  }

  .header-contacts {
    margin-right: 10px;
  }

  .header-contacts .phone-link {
    font-size: 14px;
  }

  .header-contacts .location-current {
    max-width: 126px;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }

  .header-order {
    margin-right: 20px;
  }

  .header-order .btn {
    font-size: 12px;
    line-height: 14px;
    max-width: 84px;
    height: 44px;
    padding: 8px 15px;
  }

  /***** INDEX-PAGE *****/





  /*intro-block*/

  .intro-scroll-btn {
    left: calc(50% - 255px);
  }

  .chat-btn {
    right: calc(50% - 255px);
  }

  .intro-slide-title {
    font-size: 40px;
  }

  .intro-slide-list {
    font-size: 16px;
  }

  /*leasing-block*/

  .leasing-block-box {
    margin: 0 calc((270px - 15px) - 50vw) 30px 0;
  }

  /*leasingcat-block*/

  .chart-main-table {
    font-size: 14px;
  }

  .chart-main-table th {
    font-size: 16px;
    min-width: 100px;
  }

  .chart-table:not(:last-child) {
    margin: 0;
  }

  .chart-table {
    width: 100%;
  }

  .chart-table th {
    width: auto;
  }

  .leasingcat-slider {
    margin: 0 calc((270px - 15px) - 50vw) 10px 0;
  }

  /*special-block*/

  .special-slider {
    margin: 0 calc((270px - 15px) - 50vw) 40px 0;
  }

  /*services-block*/

  .services-slider {
    margin: 0 calc((270px - 15px) - 50vw) 40px 0;
  }

  /*advantages-block*/

  .advantages-item {
    width: calc(100% / 2 - 40px);
  }

  .advantages-listline__item {
    flex: 0 0 calc(50% - 25px);
  }

  /*press-block*/

  .press-slider {
    margin: 0 calc((270px - 15px) - 50vw) 40px 0;
  }

  /*about-block*/

  .about-num-value {
    font-size: 80px;
  }

  .about-num-text {
    font-size: 20px;
  }

  .about-block-item {
    max-width: none;
    width: calc(100% / 3 - 30px);
  }

  .about-block-item-value {
    font-size: 40px;
  }

  .about-block-item-text {
    font-size: 16px;
  }

  .about-video-text {
    text-align: left;
  }

  /*reviews-block*/

  .reviews-slider {
    margin: 0 calc((270px - 15px) - 50vw) 60px 0;
  }

  .reviews-inner-slider {
    margin: 0 calc((270px - 15px) - 50vw) 0 0;
  }

  /*page-footer*/

  .page-footer {
    padding: 30px 0 40px;
  }

  .footer-column {
    width: calc(100% / 2 - 30px);
  }

  .footer-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-copy {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 40px 0 0 0;
  }

  .footer-top {
    margin-bottom: 20px;
  }

  .footer-info-links {
    max-width: calc(100% + 30px);
    margin: 0 -15px 20px;
  }

  .footer-social-links {
    margin: 0;
  }

  /***** INNER-PAGES *****/

  .page-head-subtitle {
    font-size: 22px;
  }

  .section-filter-form:not(:only-child) {
    margin-top: 20px;
  }

  /***** ADMINISTRATION-PAGE *****/

  .administration-items {
    font-size: 18px;
  }

  .administration-card-bg {
    height: 180px;
  }

  .administration-card-body {
    padding: 15px;
  }

  .feedback .form-column {
    width: 100%;
  }

  .feedback .form-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .feedback .form-column:not(:last-child) {
    margin-bottom: 30px;
  }

  .subscribe .form-column {
    width: 100%;
  }

  .subscribe .form-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .subscribe .form-column:not(:last-child) {
    margin-bottom: 30px;
  }

  /***** TERMS-PAGE *****/

  .terms-item {
    width: 100%;
  }

  .terms-column {
    width: 100%;
  }

  /***** PRESS-PAGE *****/

  .press-card-image {
    height: 160px;
  }

  .press-card-body {
    padding: 15px;
  }

  /***** ARTICLE-PAGE *****/

  .administration-card-static {
    width: 210px;
  }

  .administration-card-static .administration-card-bg {
    height: 150px;
  }

  .article-text .like-h2,
  .article-text h2 {
    font-size: 26px;
  }

  /***** REVIEWS-PAGE *****/

  .reviews-card {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .reviews-card-logo {
    max-width: 100%;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .reviews-card-body {
    width: 100%;
  }

  .reviews-card-logo img {
    max-height: 90px;
  }

  /***** CLIENTS-PAGE *****/

  .special-inner-slider {
    margin: 0 calc((270px - 15px) - 50vw) 0 0;
  }

  .services-inner-slider {
    margin: 0 calc((270px - 15px) - 50vw) 0 0;
  }

  /*options-block*/

  .options {
    font-size: 20px;
  }

  .benefit-card {
    padding: 15px;
  }

  .benefit-card-image {
    height: 45px;
    margin-bottom: 20px;
  }

  .options li {
    margin: 0 0 20px 0;
  }

  .options li:not(:last-child) {
    margin: 0 25px 20px 0;
  }

  /***** CAREER-PAGE *****/

  .life-slider {
    margin: 0 calc((270px - 15px) - 50vw) 0 0;
  }

  .career-card {
    padding: 25px 15px;
  }

  .career-card-image {
    height: 60px;
    margin-bottom: 15px;
  }

  .career-card-title {
    font-size: 18px;
  }

  /***** PARTNER-PAGE *****/

  .partner-footer-btn {
    min-width: 1px;
  }

  /***** FACTORING-PAGE *****/

  .factoring-head:not(:last-child) {
    margin-bottom: 35px;
  }

  .text-block-title:not(:last-child) {
    margin-bottom: 30px;
  }

  .advantages-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .advantages-card-image {
    margin: 0 0 15px;
    height: 55px;
    width: auto;
  }

  .steps-card-title {
    font-size: 17px;
  }

  .steps-card {
    padding: 20px 20px 95px;
    min-height: 1px;
  }

  .steps-card::before {
    bottom: 20px;
    font-size: 18px;
  }

  .steps-card-image {
    height: 55px;
    margin-bottom: 20px;
  }

  .action-slide-title {
    font-size: 26px;
  }

  .action-slide-text {
    font-size: 17px;
  }

  /***** ESCORT-PAGE *****/

  .text-block-list {
    font-size: 17px;
  }

  .action-section-text {
    font-size: 17px;
  }

  .action-slider:not(:last-child) {
    margin-bottom: 45px;
  }

  /***** SERVICES-PAGE *****/

  .services-card {
    width: 100%;
  }

  .services-card-description {
    max-width: 100%;
  }

  /***** CALCULATOR-PAGE *****/

  .chart-static .chart-title {
    font-size: 40px;
  }

  /***** ACTIONS-PAGE *****/

  .action-card {
    width: 100%;
  }

  /***** ACTION-PAGE *****/

  .promo-block-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }

  .promo-block-info:not(:empty) {
    margin-bottom: 0px;
  }

  .promo-info-item {
    width: calc(100% / 2 - 30px);
    margin: 0 15px 30px;
  }

  .promo-info-item:not(:last-child) {
    margin-right: 15px;
  }

  .promo-block-form .form-item {
    width: calc(100% / 2 - 30px);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  /*services-block*/

  .models-slider {
    margin: 0 calc((270px - 15px) - 50vw) 0 0;
  }

  /***** REQUEST-PAGE *****/

  .field-unit-bottom {
    bottom: 10px;
  }

  .request-nav {
    font-size: 14px;
  }

  .request-step .radiobox:not(.half-radiobox) {
    width: 100%;
  }

  .request-controls .btn {
    min-width: 235px;
    line-height: 50px;
  }

  .request-content {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .request-step .form-column {
    width: 100%;
  }

  .request-step .form-column:not(:last-child) {
    margin-bottom: 20px;
  }

  .request-step [type="text"],
  .request-step [type="tel"],
  .request-step [type="email"] {
    height: 50px;
  }

  /***** ACTION-DETAIL-PAGE *****/

  .conditions-info-item {
    min-width: 1px;
  }

  .conditions-info-item-value {
    font-size: 35px;
  }

  .conditions-info:not(:last-child) {
    margin-bottom: 0;
  }

  .conditions-footer-btn {
    width: 100%;
  }

  .conditions-footer-btn:not(:last-child) {
    margin-bottom: 15px;
  }

  /***** 404-PAGE *****/

  .error {
    padding-top: 0;
  }

  .error-text {
    bottom: 0;
  }

  .error-title {
    font-size: 24px;
  }

  .results-count {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .results-sort .form-item {
    width: calc(100% / 2 - 30px);
  }

  .models-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .models-item-bg {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .catalog-column {
    width: calc(100% / 3 - 30px);
    margin: 0 15px 30px;
  }

  .catalog-columns-box:not(:empty) {
    margin-bottom: -30px;
  }

  .form-footer-btn {
    width: 100%;
  }

  .form-footer-btn:not(:last-child) {
    margin: 0 0 15px 0;
  }

  .results-sort .form-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .model-subtitle {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

  .model-head:not(:last-child) {
    margin-bottom: 30px;
  }

  .model-info-price-now {
    font-size: 22px;
  }

  .model-title {
    font-size: 35px;
  }

  .model-info {
    padding: 20px;
  }

  .model-info-item {
    min-height: 40px;
  }

  .model-text-table td {
    text-align: right;
  }

  .model-text-table {
    font-size: 16px;
  }

  .model-text-table th {
    padding: 15px 15px 15px 0;
  }

  .model-text-table td {
    padding: 15px 0;
  }

  .modal-text-btn {
    font-size: 16px;
  }

  .modal.modal-success {
    min-width: 300px;
    padding: 48px 34px;
  }

  .modal-success .modal-title {
    font-size: 26px;
    line-height: 32px;
  }

  .modal-success-btn {
    margin-top: 8px;
  }

  /***** FAVOURITES-PAGE *****/

  .models-box .models-card {
    width: calc(100% - 30px);
  }

  /***** SUBJECTS-PAGE *****/

  .subjects-card {
    width: 100%;
  }

  /***** COMPARE-PAGE *****/

  .compare-model {
    width: 100%;
  }

  /***** CONTACTS-PAGE *****/

  .map-tooltip {
    padding: 15px 35px 15px 15px;
  }

  .map-tooltip-img {
    width: 125px;
  }

  .map-tooltip-scheme {
    font-size: 14px;
  }

  .map-tooltip-title {
    font-size: 16px;
  }

  .location-card-image {
    width: 200px;
    margin-right: 20px;
  }

  .location-item {
    width: 100%;
    margin: 0 15px 30px;
  }

  .location-box:not(:empty) {
    margin-bottom: -30px;
  }

  .location-tabs li {
    width: 100%;
    margin: 0;
  }

  .location-tabs {
    margin: 0;
  }

  .map {
    margin: 0 auto 40px;
  }

  .map-custom {
    margin: 0 auto;
    padding-bottom: 20px;
  }

  /***** ABOUT-PAGE *****/

  .achieve-item {
    width: calc(100% / 2 - 30px);
    margin: 0 15px 40px;
  }

  .achieve-item-key {
    font-size: 17px;
  }

  .map-section-decor {
    width: 60px;
    top: -30px;
    right: 30px;
  }

  .position-slider {
    margin: 0 calc((270px - 15px) - 50vw) 0px 0;
  }

  /***** SEARCH-PAGE *****/

  .search .form-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search .search-btn {
    width: 100%;
    margin: 30px 0 0 0;
    line-height: 54px;
  }

  /***** POST-PAGE *****/

  .post figure img {
    height: 300px;
  }

  .feedback .form-column.form-column_margin {
    margin-top: 0;
  }

  .options-filter-wrapper {
    align-items: stretch;
    flex-direction: column;
    margin: 0 0 45px;
  }

  .options-filter-wrapper > .options {
    order: 2;
  }

  .options-actions-link {
    margin: 0 0 20px;
    max-width: 100%;
    order: 1;
  }

  .page-head.page-head_faq .like-h1,
  .page-head.page-head_faq h1 {
    font-size: 38px;
  }

  .page-head-service p {
    font-size: 20px;
    line-height: 28px;
  }

  .promo-block-form + .form-legend {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  /*Global styles*/

  .like-h1,
  h1 {
    font-size: 38px;
  }

  .like-h2,
  h2 {
    font-size: 24px;
  }

  .like-h3,
  h3 {
    font-size: 20px;
  }

  input {
    font-size: 16px;
  }

  select {
    font-size: 16px;
  }

  textarea {
    font-size: 16px;
  }

  blockquote {
    font-size: 15px;
  }

  .inner-page {
    padding-top: 138px;
  }

  .inner-page.page-w-alert {
    padding-top: 186px;
  }

  .page-title {
    font-size: 38px;
  }

  .section-head .btn {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 10px 0;
  }

  .section-head.section-head_contacts {
    margin-bottom: 12px;
  }

  .section-head.section-head_contacts .btn {
    order: 2;
  }

  .section-head.section-head_contacts .section-head-btn {
    width: 100%;
  }

  .section-title-custom {
    font-size: 24px;
  }

  .btn {
    line-height: 48px;
    min-width: 220px;
    font-size: 16px;
  }

  .pulldown-head-btn {
    font-size: 0;
    min-width: 1px;
    line-height: 1;
  }



  .video-btn {
    font-size: 12px;
  }

  .tabs {
    margin: 0 -15px 30px 0;
  }

  .sort-links {
    margin: 0 -15px 0 0;
  }

  .radio-item-link {
    width: 100%;
    margin: 0;
  }

  .radiobox:not(:last-child) {
    margin-right: 20px;
  }

  .radiobox {
    margin-bottom: 20px;
  }

  .modal {
    padding: 15px;
    max-width: calc(100% - 20px);
  }

  .modal-default {
    padding: 40px 15px;
  }

  .chart-sort {
    margin-bottom: 0;
  }

  .pagination-link {
    min-width: 1px;
    padding: 0 10px;
  }

  .load-item-content {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .load-item label {
    font-size: 16px;
    width: 100%;
    margin: 0 0 20px;
  }

  .custom-dots:not(.custom-static-dots) {
    padding-right: 18px;
  }

  .section-filter-form {
    margin: 30px auto 0;
  }

  /*page-header*/

  .login-link {
    margin-right: 15px;
  }

  .header-tools:not(:last-child) {
    margin-right: 0;
  }

  .header-contacts {
    font-size: 15px;
    margin-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header-contacts .location-current {
    max-width: 100%;
  }

  .header-callback-link {
    font-size: 0;
    font-family: icomoon;
  }

  .header-callback-link::before {
    display: inline-block;
    content: "\e922";
    font-size: 20px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
  }

  .header-contacts-links:not(:last-child) {
    margin-right: 15px;
  }

  .menu-column {
    width: 100%;
    margin: 0 15px 25px;
  }

  .sitemap-column {
    width: 100%;
    margin: 0 15px 25px;
  }

  .header-top.search-open .header-logo {
    display: none;
  }

  .header-top.search-open .header-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .header-search-form {
    width: 100%;
  }

  .header-search:not(:last-child) {
    margin-right: 20px;
  }

  .phone-link {
    font-size: 17px;
    line-height: 1;
  }

  .logo-text {
    display: none;
  }

  /*modal-search*/

  .modal-search input {
    font-size: 30px;
    height: 50px;
    padding: 0 20px 0 0;
  }

  /***** INDEX-PAGE *****/






  /*intro-block*/

  .intro-slide-title {
    font-size: 36px;
  }

  .intro-slide-list li::before {
    margin-right: 15px;
  }

  .intro-scroll-btn {
    left: 15px;
  }

  .chat-btn {
    right: 15px;
  }

  .intro-dots {
    padding: 0 90px 0 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    bottom: 35px;
  }

  .intro-dots li {
    margin: 0 5px 5px 5px;
  }

  /*leasing-block*/

  .leasing-block-box {
    margin: 0 -15px 40px 0;
  }

  .leasing-item {
    width: 260px;
  }

  /*leasingcat-block*/

  .leasingcat-slider {
    margin: 0 -15px 10px 0;
  }

  .leasingcat-slider-text {
    font-size: 14px;
  }

  .leasingcat-slide,
  .leasingcat-slide.slick-slide {
    width: 520px;
  }

  /*calc-block*/

  .calc-info:not(:last-child) {
    margin-bottom: 30px;
  }

  .chart-heat-text {
    width: calc(100% - 30px);
  }

  .chart-static .chart-heat-text {
    width: 100%;
  }

  .chart-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .chart-static .chart-title {
    font-size: 36px;
  }

  .chart-subtitle {
    font-size: 18px;
  }

  .chart-table th {
    padding: 5px 10px 5px 0;
  }

  .chart-table td:last-child {
    text-align: right;
  }

  /*special-block*/

  .special-slider {
    margin: 0 -15px 40px 0;
  }

  .special-slide,
  .special-slide.slick-slide {
    width: 260px;
  }

  /*services-block*/

  .services-slider {
    margin: 0 -15px 40px 0;
  }

  .services-slide,
  .services-slide.slick-slide {
    width: 260px;
    padding: 30px 15px;
  }

  .services-slide-title {
    font-size: 18px;
  }

  /*advantages-block*/

  .advantages-item {
    width: 100%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 17px;
    margin: 0 0 30px 0;
  }

  .advantages-item strong {
    font-size: 18px;
  }

  .advantages-item-image {
    margin: 0 20px 0 0;
    width: 55px;
    height: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .advantages-block-box {
    margin: 0;
  }

  /*press-block*/

  .press-slider {
    margin: 0 -15px 40px 0;
  }

  .press-slide,
  .press-slide.slick-slide {
    width: 260px;
    margin: 0 15px;
  }

  /*about-block*/

  .about-num-value {
    font-size: 72px;
    margin-bottom: 10px;
  }

  .about-num-text {
    font-size: 16px;
  }

  .about-block-item-text {
    font-size: 13px;
  }

  .about-block-item-value {
    font-size: 26px;
  }

  /*reviews-block*/

  .reviews-slider {
    margin: 0 -15px 90px 0;
  }

  .reviews-inner-slider {
    margin: 0 -15px 0 0;
  }

  .reviews-slide,
  .reviews-slide.slick-slide {
    width: 260px;
  }

  .reviews-slide-head {
    margin-bottom: 15px;
  }

  /*page-footer*/

  .page-footer {
    font-size: 16px;
  }

  .footer-column {
    width: 100%;
    margin: 0 15px 20px;
  }

  .footer-column-list li:not(:last-child) {
    margin-bottom: 14px;
  }

  .footer-info-links {
    margin-right: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }

  /***** INNER-PAGES *****/

  .page-head {
    padding: 35px 0;
  }

  .page-head-subtitle {
    font-size: 20px;
  }

  .page-head-note {
    font-size: 14px;
  }

  .section-head-file-link {
    margin: auto;
  }

  .pages-menu:not(:last-child) {
    margin-bottom: 40px;
  }

  .pages-menu:not(:empty) {
    margin-bottom: 0;
  }

  /***** ADMINISTRATION-PAGE *****/

  .administration-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .administration-card {
    width: 260px;
  }

  .administration-card-bg {
    height: 200px;
  }

  /***** INVESTORS-PAGE *****/

  .investors-block-sidebar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .investors-image-wrap {
    width: 290px;
    height: 290px;
    line-height: 290px;
  }

  .invproduct-card {
    width: 100%;
  }

  .feedback input {
    height: 45px;
  }

  .feedback select {
    height: 45px;
  }

  .susbscribe input {
    height: 45px;
  }

  .susbscribe select {
    height: 45px;
  }

  /***** REQUISITES-PAGE *****/

  .requisites-table td,
  .requisites-table th {
    display: block;
    padding: 12px 0;
  }

  .requisites-table td {
    border-top: 0;
    font-weight: 700;
  }

  .requisites-table tr:first-child td {
    border-top: 0;
  }

  .requisites-table tr:last-child th {
    border-bottom: 0;
  }

  /***** MESSAGES-PAGE *****/

  .message-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
  }

  .message-title {
    width: 100%;
  }

  .message-title:not(:last-child) {
    margin: 0 0 10px 0;
  }

  .message-key {
    font-weight: 700;
    padding: 0;
  }

  .message-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .message-row:not(:last-child) {
    margin-bottom: 15px;
  }

  /***** PRESS-PAGE *****/

  .press-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .press-card {
    width: 100%;
  }

  .press-card-image {
    height: 210px;
  }

  .press-card {
    max-width: 360px;
    width: 100%;
  }

  /***** POST-PAGE *****/

  .post {
    font-size: 16px;
  }

  .post figure {
    margin-bottom: 30px;
  }

  .post .like-h2,
  .post h2 {
    font-size: 26px;
  }

  .post figure img {
    height: 250px;
  }

  /***** MEDIA-PAGE *****/

  .media-card {
    width: 100%;
  }

  /***** ARTICLE-PAGE *****/

  .article {
    padding-top: 0;
  }

  .article-head {
    float: none;
    margin: 0 auto 30px;
  }

  .administration-card-static .administration-card-bg {
    height: 202px;
  }

  .article-info {
    text-align: center;
  }

  .article-text .like-h2,
  .article-text h2 {
    text-align: center;
  }

  .article-text {
    font-size: 16px;
  }

  .article-source {
    margin-bottom: 20px;
  }

  .article-text:not(:last-child) {
    margin-bottom: 40px;
  }

  /***** PRESSKIT-PAGE *****/

  .section-intro-body strong {
    text-align: center;
  }

  .contacts-block {
    padding: 40px 0;
  }

  .contacts-block-title {
    margin-bottom: 30px;
    text-align: center;
  }

  .contacts-block-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contacts-block-card {
    width: 260px;
  }

  .contacts-block-card-image {
    width: 100%;
  }

  .contacts-block-card-subtitle:not(:last-child) {
    margin-bottom: 15px;
  }

  .brands-card {
    width: 100%;
  }

  /***** REVIEWS-PAGE *****/

  .reviews-card {
    font-size: 16px;
  }

  /***** CLIENTS-PAGE *****/

  .product-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-card {
    width: 100%;
  }

  .special-inner-slider {
    margin: 0 -15px 0 0;
  }

  .services-inner-slider {
    margin: 0 -15px 0 0;
  }

  /*options-block*/

  .benefit-card {
    width: 100%;
    min-height: 200px;
  }

  /***** VACANCY-PAGE *****/

  .vacancy-filter .form-item {
    width: 100%;
  }

  .banner {
    text-align: center;
    padding: 20px;
  }

  .banner-title {
    font-size: 27px;
  }

  /***** CAREER-PAGE *****/

  .life-slider {
    margin: 0 -15px 0 0;
  }

  .life-slide,
  .life-slide.slick-slide {
    width: 260px;
  }

  .career-box {
    margin: 0 -15px;
  }

  .career-card {
    width: 100%;
  }

  /***** PARTNERS-PAGE *****/

  .partners-card {
    width: 100%;
  }

  /***** PARTNER-PAGE *****/

  .partner-video {
    height: 340px;
  }

  .partner-text {
    font-size: 16px;
    margin-bottom: 35px;
  }

  .partner-footer-btn {
    width: 100%;
  }

  .partner-banner {
    min-height: 340px;
  }

  /***** FACTORING-PAGE *****/

  .text-block {
    font-size: 16px;
  }

  .text-block-title {
    font-size: 26px;
  }

  .text-block-subtitle {
    font-size: 22px;
  }

  .factoring-card {
    width: 100%;
  }

  .advantages-card {
    padding: 20px 15px;
    width: 100%;
  }

  .steps-card {
    width: 100%;
  }

  .steps-card:not(:last-child):before {
    -webkit-transform: translateX(50%) rotate(90deg);
    -ms-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
  }

  .action-slide-title {
    font-size: 24px;
  }

  .action-slide-text {
    font-size: 16px;
  }

  /***** SETTLEMENT-PAGE *****/

  .packages-card {
    width: 100%;
  }

  .packages-list {
    font-size: 16px;
  }

  .packages-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .packages-footer a:not(:last-child) {
    margin: 0 0 15px 0;
  }

  .text-block-list {
    font-size: 16px;
  }

  .action-slider:not(:last-child) {
    margin-bottom: 30px;
  }

  .action-section-text {
    font-size: 16px;
  }

  /***** INSURANCE-PAGE *****/

  .reasons-card {
    width: 100%;
  }

  .insurance-card {
    width: 100%;
  }

  /***** ACTION-PAGE *****/

  .promo-subtitle {
    font-size: 18px;
  }

  .promo-info-item {
    margin: 0 15px 15px;
  }

  .promo-block-info {
    font-size: 16px;
  }

  .promo-block-head:not(:last-child) {
    margin-bottom: 25px;
  }

  .promo-block-form .form-item {
    width: 100%;
    margin: 0 15px 15px;
  }

  .models-slider {
    margin: 0 -15px 0 0;
  }

  .models-slider .models-card,
  .models-slider .models-card.slick-slide {
    width: 290px;
  }

  .models-card-price-body {
    font-size: 17px;
  }

  .calc-data-item-value {
    font-size: 17px;
  }

  .calc-data-item {
    padding: 15px 0;
  }

  /***** REQUEST-PAGE *****/

  .request .radio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .request .radiobox:not(.half-radiobox) {
    margin: 0 0 20px 0;
  }

  .request-nav li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0;
  }

  .request-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .request-check {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .request-nav li::before {
    margin: 0 15px 0 0;
  }

  .half-radiobox {
    width: 100%;
  }

  .half-radiobox:not(:last-child) {
    margin: 0 0 15px 0;
  }

  .half-radiobox:last-child {
    margin-bottom: 0;
  }

  .form-card-row .form-item {
    width: 100%;
  }

  .form-card-row:not(:last-child) {
    margin-bottom: 20px;
  }

  .form-item-short {
    max-width: 100%;
  }

  /***** 404-PAGE *****/

  .error-text {
    position: static;
  }

  .catalog-search .form-item {
    width: 100%;
  }

  .catalog-search .form-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .catalog-search .form-row:not(:last-child) {
    margin-bottom: 30px;
  }

  .catalog-search .form-column:not(:last-child) {
    margin-bottom: 30px;
  }

  .results-sort .form-item {
    width: 100%;
  }

  .models-item {
    padding: 15px;
  }

  .models-item.active {
    padding: 15px;
  }

  .models-item-bg {
    height: 180px;
    line-height: 180px;
  }

  .models-item-table th {
    width: auto;
  }

  .models-drop-btn {
    margin-top: 10px;
  }

  .models-drop:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .models-item-option {
    text-align: right;
    width: 100%;
  }

  .results-count {
    /*display: none;*/
    display: block;
    margin-bottom: 30px;
    margin-top: 0;
  }

  .catalog-column {
    width: calc(100% / 2 - 30px);
    max-width: 100%;
  }

  .model-slide {
    height: 250px;
  }

  .models-tool-big {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }

  .model-slider-head {
    top: 10px;
  }

  .model-title {
    font-size: 30px;
  }

  .model-info-price-now {
    font-size: 17px;
  }

  .model-info {
    padding: 15px;
  }

  .model-info-value {
    font-size: 16px;
    text-align: right;
  }

  .model-info-price-late {
    font-size: 14px;
  }

  .model-footer-btn {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
  }

  .model-slider-head {
    padding-right: 15px;
  }

  .model-subtitle {
    font-size: 16px;
  }

  .tools {
    font-size: 16px;
  }

  /***** FORM-PAGES *****/

  .form-block {
    padding: 20px 15px;
  }

  .form-block-list {
    font-size: 16px;
  }

  /***** CONTACTS-PAGES *****/

  .location-card-head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .location-card-image {
    width: 100%;
    margin: 0 0 20px 0;
    max-height: 300px;
  }

  .location-card-head {
    padding: 15px 15px 25px;
  }

  .location-card-links:not(:last-child) {
    margin-bottom: 15px;
  }

  .location-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .location-item-bg {
    width: 120px;
    height: 120px;
    margin: 0 0 20px 0;
  }

  .location-item-title {
    font-size: 18px;
  }

  .modal-map {
    height: 400px;
  }

  /***** ABOUT-PAGE *****/

  .check-list-small {
    display: none;
  }

  .achieve-item-value {
    font-size: 38px;
  }

  .achieve-item-key {
    font-size: 13px;
  }

  .position-slider {
    margin: 0 -15px 0 0;
  }

  .position-card,
  .position-card.slick-slide {
    width: 260px;
  }

  .advantages-custom-section {
    background-size: 100%;
  }

  .press-custom-section {
    background-size: 100%;
  }

  /*cookie*/

  .cookie-text {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .cookie-controls {
    width: 100%;
  }

  .cookie-btn {
    width: 100%;
  }

  .page-head__services .page-head-space {
    padding: 10px 0;
  }

  .page-image-wrap > img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    display: block;
    height: 100%;
    width: 100%;
  }

  .page-image-wrap .page-head {
    position: static;
  }

  .advantages-listline {
    display: block;
    margin: 40px 0 0;
  }

  .advantages-listline__item {
    margin: 0 0 20px;
    border: 1px solid #dedede;
    padding: 20px 15px;
  }

  .options-actions-link {
    font-size: 16px;
    line-height: 21px;
    padding: 11px 0 13px;
  }

  .advantages-section .text-block table {
    width: 100%;
  }

  .advantages-section .text-block table td:first-child,
  .advantages-section .text-block table th:first-child {
    padding-left: 23px;
  }

  .advantages-section .text-block table td,
  .advantages-section .text-block table th {
    padding: 16px 12px;
  }

  .advantages-section .text-block table th {
    font-size: 14px;
    line-height: 19px;
  }

  .advantages-section__table-wrap {
    overflow-x: scroll;
    margin: 0 -30px;
    width: calc(100% + 60px);
  }

  .page-head__button-order {
    margin-top: 32px;
    width: 100%;
  }

  .inner-page.page-leasing-partners {
    padding-top: 108px;
  }

  .form-item__agreement {
    margin: 0;
  }

  .form-item__agreement .checkbox input {
    height: 25px;
  }
}

@media (max-width: 400px) {
  .header-contacts {
    margin-right: 5px;
  }

  .header-contacts .location-current {
    max-width: 126px;
  }
}

@media (max-width: 359px) {
  .header-order {
    display: none;
  }

  .header-contacts {
    margin-right: 20px;
  }

  .header-contacts .location-current {
    max-width: 100%;
  }
}

@media (min-width: 1260px) {
  .home-page {
    overflow: hidden;
  }

  .intro-dots {
    position: absolute;
    bottom: 75px;
    right: calc(50% - 570px);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    max-width: 810px;
  }

  .intro-dots li {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 1px;
    padding: 0;
    cursor: pointer;
    background-color: #8d8e8f;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .intro-dots li:last-child {
    width: 0;
  }

  .intro-dots li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
  }

  .intro-dots li button {
    display: none;
  }

  .intro-dots li:not(:last-child) {
    margin: 0;
  }

  .intro-dots li.slick-active:before {
    background: #ec6707;
  }
}

@media (min-width: 992px) {
  /*hovers*/

  .models-tool:hover {
    color: #fff;
    background-color: #ec6707;
    text-decoration: none;
  }
}

.slick-track a:not([href]):hover {
  color: #fff;
}

.press-slide-text span {
  height: 85px;
  overflow: hidden;
  display: block;
}

.post.fullPost {
  max-width: 100%;
}

.post.fullPost figure {
  max-width: 750px;
  margin: 0 auto 30px;
}

font.notetext {
  color: green;
}

.form-item .checkbox span a {
  text-decoration: underline;
  -webkit-text-decoration-color: #ec6707;
  text-decoration-color: #ec6707;
}

.form-item .checkbox span a:hover {
  color: #535353;
  text-decoration: none;
}

.search-results-body .search-item b {
  color: #ec6707;
  font-weight: 700;
}

.catalog-search input:disabled {
  background: #ccc;
  pointer-events: none;
  color: #fff;
}

.menu-title {
  line-height: 30px;
}

.post h1 {
  font-size: 30px;
  font-family: PTSans, sans-serif;
  font-weight: 700;
}

.popapLoad {
  display: none;
  height: 300px;
  text-align: center;
}

.popapLoad.reloaded {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000;
  display: block;
}

.popapLoad img {
  margin-top: 50%;
}

.NoTovar {
  border: 1px solid #ec6707;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
}

.model-info-value {
  text-align: right;
}

.errorSelect {
  border: 1px solid #f33;
  box-shadow: 0px 0px 4px #f33;
}

/*styles update 02.02.2021*/

.quiz-head {
  padding-bottom: 30px;
  border-bottom: 1px solid #a6a6a6;
  margin-bottom: 45px;
}

.quiz-form .form-item:not(:last-child) {
  margin-bottom: 40px;
}

.quiz-form {
  max-width: 655px;
  width: 100%;
}

.quiz-form-footer {
  padding-left: 56px;
}

.checkbox-custom input {
  width: 16px;
  height: 16px;
  margin-right: 40px;
}

.checkbox-custom input::before {
  border: 3px solid #b8b8b8;
}

.checkbox-custom input::after {
  content: "\e90d";
  font-family: icomoon;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.checkbox-custom span {
  font-size: 18px;
  font-weight: 700;
  color: #1d1d1b;
}

.quiz-form-field {
  margin-bottom: 25px;
}

.quiz-form-field:disabled {
  background: #f4f4f4;
  border-color: transparent;
}

.quiz-title {
  font-size: 30px;
  font-family: PTSans, sans-serif;
  padding-left: 56px;
  position: relative;
}

.quiz-title::before {
  content: "\e956";
  color: #ec6707;
  font-size: 38px;
  font-family: icomoon;
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .chart .chart-links,
  .chart .chart-sort {
    display: none;
  }
}

@media (max-width: 575px) {
  .chat-btn {
    display: none;
  }

  .results-count {
    display: block;
    margin-bottom: 30px;
    margin-top: 0;
  }
}

@media (max-width: 1259px) {
  .chat-btn {
    display: none;
  }
}

.legend-error {
  color: red;
  font-size: 14px;
  padding: 5px 0;
}

.legend-error ~ i.placeholder {
  margin-top: -14px;
}

.section-intro-right {
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 991px) {
  .section-intro-right {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.page-head-text .page-head-links {
  display: flex;
  gap: 20px;
}

.page-head-text .page-head-links a {
  margin: 0;
}

@media (max-width: 575px) {
  .page-head-text .page-head-links {
    flex-direction: column;
    gap: 15px;
  }
}

.new-logo {
  display: block;
  max-width: 210px;
  text-decoration: none;
}

.new-logo img {
  height: auto;
  width: 100%;
  margin: 0;
}

.new-logo-wrap {
  display: block;
  width: 100%;
}

.new-logo-wrap_mob {
  display: none;
}


@media (max-width: 767px) {
  .new-logo-wrap_desk {
    display: none;
  }

  .new-logo-wrap_mob {
    display: block;
  }
}

.checkbox input[type=checkbox] {margin-right: 20px !important;}
.calculator_ilizing_new {overflow: hidden;}


/* End */


/* Start:/bitrix/templates/aspro-allcorp3/components/bitrix/news.list/items-list-inner/style.min.css?16653958196875*/
.items-list-inner__item{position:relative}.items-list-inner__item--big-padding{padding:29px 36px 35px}.items-list-inner__item-without-image{padding:35px 36px}@media (max-width:767px){.items-list-inner__item--big-padding.flexbox--column-t767{padding:40px}}@media (max-width:600px){.items-list-inner__item--big-padding{padding:35px 36px}.items-list-inner__item.flexbox--direction-row,.items-list-inner__item.flexbox--direction-row-reverse{flex-direction:column}.items-list-inner__item-text-wrapper .maxwidth-theme,.items-list-inner__item.maxwidth-theme{padding-left:0;padding-right:0}}.items-list-inner .shadow-target{background-color:#fff;background-color:var(--card_bg_black);position:absolute;left:0;right:0;transition:bottom .2s ease-in-out}.items-list-inner .shadow-parent-all:not(.items-list-inner__item-without-image) .shadow-target{bottom:-10px}.items-list-inner .shadow-parent-all:hover .shadow-target{bottom:0}.items-list-inner__item-text-wrapper{position:relative}.items-list-inner--img-srl .items-list-inner__item-text-top-part{word-break:break-word;position:relative}.items-list-inner__item-text-bottom-part{padding:28px 0 0 0}@media (min-width:992px){body .items-list-inner__item-text-wrapper--has-bottom-part--RIGHT{flex-direction:row}.items-list-inner__item-text-wrapper--has-bottom-part--RIGHT .items-list-inner__item-text-top-part{position:static}.items-list-inner__item-text-wrapper--has-bottom-part--RIGHT .items-list-inner__item-text-bottom-part{padding:2px 71px 0 26px;flex-shrink:0}.items-list-inner__item-image-wrapper--RIGHT+.items-list-inner__item-text-wrapper--has-bottom-part--RIGHT .items-list-inner__item-text-bottom-part{padding-right:0}.items-list-inner--img-srl .items-list-inner__item-text-wrapper--has-bottom-part--RIGHT .items-list-inner__item-text-top-part>.arrow-all+div{padding-right:0}}@media (max-width:600px){.bx-ie .items-list-inner__item-text-wrapper{flex-basis:auto}}.items-list-inner__item-image-wrapper{position:relative}.items-list-inner--img-srl .items-list-inner__item-image-wrapper .items-list-inner__item-link{width:150px;height:100px;display:inline-block;position:relative;vertical-align:top;margin:6px 0 0 34px}.items-list-inner--img-srl .items-list-inner__item-image-wrapper--LEFT .items-list-inner__item-link{margin-right:34px;margin-left:0}.items-list-inner--img-srl .items-list-inner__item-image-wrapper--ICONS .items-list-inner__item-link{height:40px;width:40px;display:flex;justify-content:center;align-items:center}.items-list-inner--img-srl .items-list-inner__item-image-wrapper--ICONS a svg{width:100%;height:100%}.items-list-inner--img-srl .items-list-inner__item-image-wrapper--ROUND_PICTURES .items-list-inner__item-link{height:90px;width:90px}.items-list-inner--img-srl .items-list-inner__item-image-wrapper--BIG_PICTURES .items-list-inner__item-link{width:300px;height:200px}.items-list-inner__item-image-wrapper--TOP{padding-top:67%}.items-list-inner__item-image{background-size:cover;background-position:center;background-repeat:no-repeat;display:block;position:absolute;top:0;bottom:0;left:0;right:0}@media (max-width:767px){.items-list-inner--img-srl .items-list-inner__item.flexbox--column-t767 .items-list-inner__item-image-wrapper .items-list-inner__item-link{margin:0 0 33px 0}}@media (min-width:601px){.items-list-inner--img-srl .grid-list--items-1 .items-list-inner__item-image-wrapper .items-list-inner__item-link{margin-left:48px;margin-right:0}.items-list-inner--img-srl .grid-list--items-1 .items-list-inner__item-image-wrapper--LEFT .items-list-inner__item-link{margin-right:48px;margin-left:0}}@media (max-width:600px){.items-list-inner--img-srl .items-list-inner__item-image-wrapper .items-list-inner__item-link{margin:0 0 33px 0}.items-list-inner--img-srl .grid-list--items-1 .items-list-inner__item--big-padding{padding:40px}.items-list-inner--img-srl .items-list-inner__item-image-wrapper:not(.items-list-inner__item-image-wrapper--ROUND_PICTURES) .items-list-inner__item-image{border-radius:4px}}@media (max-width:424px){.items-list-inner--img-srl .items-list-inner__item-image-wrapper--BIG_PICTURES .items-list-inner__item-link{max-width:300px;padding-top:67%;width:100%;height:auto}}.items-list-inner__item-products-count{margin:3px 0 0 0}.items-list-inner--img-srl .grid-list--items-1 .items-list-inner__item-products-count{margin-top:8px}.items-list-inner__item-title{position:relative}.items-list-inner__item-link--absolute{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1}@media (max-width:767px){.items-list-inner--img-srl .items-list-inner__item.flexbox--column-t767 .items-list-inner__item-text-top-part>.arrow-all+div{padding-right:0}}@media (min-width:601px){.items-list-inner--img-srl .items-list-inner__item-text-top-part>.arrow-all+div{padding-right:54px}}.items-list-inner__item-before-title.line-block{margin-bottom:6px}.items-list-inner__item-before-title--has-bordered-section.line-block{margin-bottom:11px}.items-list-inner__item-section.bordered{background-color:#fafafa;background-color:var(--darkerblack_bg_black);padding:4px 7px 4px 7px;line-height:1em}@media (max-width:767px){.items-list-inner__item:not(.items-list-inner__item-without-image).flexbox--column-t767 .items-list-inner__item-before-title--has-bordered-section.line-block{margin-top:0}}@media (min-width:601px){.items-list-inner__item:not(.items-list-inner__item-without-image) .items-list-inner__item-before-title--has-bordered-section.line-block{margin-top:2px}}.items-list-inner__item--sale .items-list-inner__item-period{position:relative}.items-list-inner__item--sale .items-list-inner__item-period .svg{position:absolute;left:0;top:5px}.items-list-inner__item--sale .items-list-inner__item-period-date{padding-left:19px}.items-list-inner__item-preview-wrapper{margin:12px 0 0 0}@media (max-width:767px){.items-list-inner--img-srl .items-list-inner__item.flexbox--column-t767 .items-list-inner__item-text-top-part .arrow-all{display:none}}@media (min-width:601px){.items-list-inner--img-srl .items-list-inner__item-image-wrapper .arrow-all{display:none}}@media (max-width:600px){.items-list-inner--img-srl .items-list-inner__item-text-top-part .arrow-all{display:none}}.items-list-inner__item-sticker{font-size:0;line-height:0;z-index:2;margin:22px 0 0 0}.items-list-inner__item-sticker-value{background:#ffd600;font-weight:700;display:inline-block;padding:4px 10px 3px 9px;color:#333;vertical-align:top;height:27px;margin-right:7px;font-size:12px;line-height:20px}.grid-list--no-gap .items-list-inner__wrapper:not(:first-child):not(:last-child) .items-list-inner__item.rounded-4{border-radius:0}.grid-list--no-gap .items-list-inner__wrapper:first-child .items-list-inner__item.rounded-4{border-bottom-right-radius:0;border-bottom-left-radius:0}.grid-list--no-gap .items-list-inner__wrapper:last-child .items-list-inner__item.rounded-4{border-top-left-radius:0;border-top-right-radius:0}
/* End */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news/lizing/style.min.css?167169909549 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/breadcrumb/main/style.min.css?16653958191665 */
/* /include/calculator_new/static.css?1749624367363902 */
/* /bitrix/templates/aspro-allcorp3/components/bitrix/news.list/items-list-inner/style.min.css?16653958196875 */
