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;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

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

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

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

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    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;
    transform: translateZ(0);
    z-index: 99994;
}

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

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    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: transform, opacity;
    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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    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 {
    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;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -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-swipe .fancybox-content,
.fancybox-can-pan .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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.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;
}

/* Buttons */

.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:visited,
.fancybox-button:link {
    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;
}

/* Fix IE11 */
.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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

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

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

/* Close button on the top right corner of html content */

.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;
}

/* Navigation arrows */

.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);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
    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%,
    rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

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

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.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;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 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;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

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

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

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

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

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

/* transitionEffect: circular */

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .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;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.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 0;
}

.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 5px;
    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:visited,
.fancybox-share__button:link {
    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 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    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: center center;
    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;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
@charset "UTF-8";
/**
Для полного соответствия текущей системе js-брекпоинтов
размеры увеличены на 20px
 */
/*
EXAMPLE
.header {
   background-color: red;
   @include _768 {
      background-color: purple;
   }
   @include _480 {
      background-color: black;
   }
}
 */
/* Стили для placeholder
input, textarea {
  @include input-placeholder {
   color: $grey;
  }
}
 */
/* Создание псевдоэлемента
Example
	div::after {
		@include pseudo;
		top: -1rem; left: -1rem;
		width: 1rem; height: 1rem;
	}
 */
/* Создание треугольника
.element {
		&::before {
			@include css-triangle(#ff0000, down);
		}
	}
 */
/* Управление соотношением сторон
Example
div {
  @include responsive-ratio(16,9);
}
 */
@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/subset-Montserrat-Regular.1e2e2195.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/subset-Montserrat-Black.cf2416c2.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/subset-Montserrat-Bold.495ba33d.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/subset-Montserrat-SemiBold.04211279.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(/build/fonts/subset-Montserrat-Medium.3bfb0ab7.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ampero";
  src: url(/build/fonts/Ampero-Light.c5a3a1a7.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ampero";
  src: url(/build/fonts/Ampero-Bold.4db63681.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ampero";
  src: url(/build/fonts/Ampero-SemiBold.c9fcc9c8.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ampero";
  src: url(/build/fonts/Ampero-Regular.6f3c9786.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url(/build/fonts/rouble-webfont.d2b9dcfb.eot);
  src: url(/build/fonts/rouble-webfont.d2b9dcfb.eot?#iefix) format("embedded-opentype"), url(/build/fonts/rouble-webfont.faeb9c4b.woff) format("woff");
  font-family: "_rouble";
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/ops_l.29e0ddca.eot);
  src: url(/build/fonts/ops_l.29e0ddca.eot#iefix) format("embedded-opentype"), url(/build/fonts/ops_l.f88f63a5.woff) format("woff");
  font-family: "_ops";
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/ops_li.02c9b413.eot);
  src: url(/build/fonts/ops_li.02c9b413.eot#iefix) format("embedded-opentype"), url(/build/fonts/ops_li.89787e03.woff) format("woff");
  font-family: "_ops";
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/ops.a9c6a330.eot);
  src: url(/build/fonts/ops.a9c6a330.eot#iefix) format("embedded-opentype"), url(/build/fonts/ops.b2509df9.woff) format("woff");
  font-family: "_ops";
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/ops_i.461d3690.eot);
  src: url(/build/fonts/ops_i.461d3690.eot#iefix) format("embedded-opentype"), url(/build/fonts/ops_i.66c09475.woff) format("woff");
  font-family: "_ops";
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/ops_sb.9d83d6a8.eot);
  src: url(/build/fonts/ops_sb.9d83d6a8.eot#iefix) format("embedded-opentype"), url(/build/fonts/ops_sb.e335162a.woff) format("woff");
  font-family: "_ops";
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/ops_sbi.7670f1ce.eot);
  src: url(/build/fonts/ops_sbi.7670f1ce.eot#iefix) format("embedded-opentype"), url(/build/fonts/ops_sbi.8316e77e.woff) format("woff");
  font-family: "_ops";
  font-weight: 600;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/ops_b.b90718fd.eot);
  src: url(/build/fonts/ops_b.b90718fd.eot#iefix) format("embedded-opentype"), url(/build/fonts/ops_b.b9d1f786.woff) format("woff");
  font-family: "_ops";
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/ops_bi.06e33a1a.eot);
  src: url(/build/fonts/ops_bi.06e33a1a.eot#iefix) format("embedded-opentype"), url(/build/fonts/ops_bi.132b80f8.woff) format("woff");
  font-family: "_ops";
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/museo_xl.4cba96d0.eot);
  src: url(/build/fonts/museo_xl.4cba96d0.eot#iefix) format("embedded-opentype"), url(/build/fonts/museo_xl.60339dea.woff) format("woff");
  font-family: "_museo";
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/museo_xli.ac1f92e8.eot);
  src: url(/build/fonts/museo_xli.ac1f92e8.eot#iefix) format("embedded-opentype"), url(/build/fonts/museo_xli.4d381aa1.woff) format("woff");
  font-family: "_museo";
  font-weight: 100;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/museo_l.895cdb7e.eot);
  src: url(/build/fonts/museo_l.895cdb7e.eot#iefix) format("embedded-opentype"), url(/build/fonts/museo_l.1580d24e.woff) format("woff");
  font-family: "_museo";
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/museo_li.da90936e.eot);
  src: url(/build/fonts/museo_li.da90936e.eot#iefix) format("embedded-opentype"), url(/build/fonts/museo_li.d26ccff3.woff) format("woff");
  font-family: "_museo";
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/museo.51910b32.eot);
  src: url(/build/fonts/museo.51910b32.eot#iefix) format("embedded-opentype"), url(/build/fonts/museo.a3923582.woff) format("woff");
  font-family: "_museo";
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/museo_i.39ce3a81.eot);
  src: url(/build/fonts/museo_i.39ce3a81.eot#iefix) format("embedded-opentype"), url(/build/fonts/museo_i.7ebe3ae9.woff) format("woff");
  font-family: "_museo";
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/museo_b.05c30bc6.eot);
  src: url(/build/fonts/museo_b.05c30bc6.eot#iefix) format("embedded-opentype"), url(/build/fonts/museo_b.788eebd9.woff) format("woff");
  font-family: "_museo";
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/museo_bi.4ea1a80b.eot);
  src: url(/build/fonts/museo_bi.4ea1a80b.eot#iefix) format("embedded-opentype"), url(/build/fonts/museo_bi.1ef5dd9c.woff) format("woff");
  font-family: "_museo";
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/museo_xb.8381979e.eot);
  src: url(/build/fonts/museo_xb.8381979e.eot#iefix) format("embedded-opentype"), url(/build/fonts/museo_xb.a0f256d3.woff) format("woff");
  font-family: "_museo";
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/museo_xbi.b9675ee1.eot);
  src: url(/build/fonts/museo_xbi.b9675ee1.eot#iefix) format("embedded-opentype"), url(/build/fonts/museo_xbi.46f35956.woff) format("woff");
  font-family: "_museo";
  font-weight: 900;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/museo_xbi.b9675ee1.eot);
  src: url(/build/fonts/museo_xbi.b9675ee1.eot#iefix) format("embedded-opentype"), url(/build/fonts/museo_xbi.46f35956.woff) format("woff");
  font-family: "_museo";
  font-weight: 900;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/GothamPro.6715b92f.eot);
  src: url(/build/fonts/GothamPro.6715b92f.eot) format("embedded-opentype"), url(/build/fonts/GothamPro.13b02e3b.woff) format("woff");
  font-family: "_gotham";
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/GothamPro-Light.8765062a.eot);
  src: url(/build/fonts/GothamPro-Light.8765062a.eot) format("embedded-opentype"), url(/build/fonts/GothamPro-Light.3543dede.woff) format("woff");
  font-family: "_gotham";
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/GothamPro-Bold.738e93fa.eot);
  src: url(/build/fonts/GothamPro-Bold.738e93fa.eot) format("embedded-opentype"), url(/build/fonts/GothamPro-Bold.ee90ccc6.woff) format("woff");
  font-family: "_gotham";
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/GothamPro-Black.721883f6.eot);
  src: url(/build/fonts/GothamPro-Black.721883f6.eot) format("embedded-opentype"), url(/build/fonts/GothamPro-Black.dbef9d4f.woff) format("woff");
  font-family: "_gotham";
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  src: url(/build/fonts/bitter.201887a6.eot);
  src: url(/build/fonts/bitter.201887a6.eot) format("embedded-opentype"), url(/build/fonts/bitter.a5f61e61.woff) format("woff");
  font-family: "bitter";
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-LightItalic.9c55f04e.eot);
  src: url(/build/fonts/IBMPlexSans-LightItalic.9c55f04e.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-LightItalic.9b220e33.woff) format("woff"), url(/build/fonts/IBMPlexSans-LightItalic.d05bd8ff.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-SemiBold.5a944493.eot);
  src: url(/build/fonts/IBMPlexSans-SemiBold.5a944493.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-SemiBold.45c58c59.woff) format("woff"), url(/build/fonts/IBMPlexSans-SemiBold.dca3ad8e.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-Thin.5ab50203.eot);
  src: url(/build/fonts/IBMPlexSans-Thin.5ab50203.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-Thin.217ea48c.woff) format("woff"), url(/build/fonts/IBMPlexSans-Thin.1d58c3ee.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-SemiBoldItalic.716a6938.eot);
  src: url(/build/fonts/IBMPlexSans-SemiBoldItalic.716a6938.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-SemiBoldItalic.82177d92.woff) format("woff"), url(/build/fonts/IBMPlexSans-SemiBoldItalic.8440f60b.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-ExtraLight.69cf3dc3.eot);
  src: url(/build/fonts/IBMPlexSans-ExtraLight.69cf3dc3.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-ExtraLight.12c9c508.woff) format("woff"), url(/build/fonts/IBMPlexSans-ExtraLight.814c1e62.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans.a3954c46.eot);
  src: url(/build/fonts/IBMPlexSans.a3954c46.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans.5b039812.woff) format("woff"), url(/build/fonts/IBMPlexSans.0ff65255.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-Bold.77bd8d23.eot);
  src: url(/build/fonts/IBMPlexSans-Bold.77bd8d23.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-Bold.21a694dc.woff) format("woff"), url(/build/fonts/IBMPlexSans-Bold.2d1b8901.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-Medium.6fb2032a.eot);
  src: url(/build/fonts/IBMPlexSans-Medium.6fb2032a.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-Medium.d6abc8b5.woff) format("woff"), url(/build/fonts/IBMPlexSans-Medium.e94bd25c.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-MediumItalic.15595f9e.eot);
  src: url(/build/fonts/IBMPlexSans-MediumItalic.15595f9e.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-MediumItalic.eea87f73.woff) format("woff"), url(/build/fonts/IBMPlexSans-MediumItalic.8ebd7b5e.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-ThinItalic.6b98833f.eot);
  src: url(/build/fonts/IBMPlexSans-ThinItalic.6b98833f.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-ThinItalic.7afcc2a2.woff) format("woff"), url(/build/fonts/IBMPlexSans-ThinItalic.fe04e828.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-Italic.933b13d4.eot);
  src: url(/build/fonts/IBMPlexSans-Italic.933b13d4.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-Italic.6021b9c2.woff) format("woff"), url(/build/fonts/IBMPlexSans-Italic.fc279b34.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-ExtraLightItalic.1f280749.eot);
  src: url(/build/fonts/IBMPlexSans-ExtraLightItalic.1f280749.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-ExtraLightItalic.fa7122be.woff) format("woff"), url(/build/fonts/IBMPlexSans-ExtraLightItalic.8a9b7659.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-Light.b2155290.eot);
  src: url(/build/fonts/IBMPlexSans-Light.b2155290.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-Light.11f3d546.woff) format("woff"), url(/build/fonts/IBMPlexSans-Light.afe224fd.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url(/build/fonts/IBMPlexSans-BoldItalic.6ea5c24f.eot);
  src: url(/build/fonts/IBMPlexSans-BoldItalic.6ea5c24f.eot?#iefix) format("embedded-opentype"), url(/build/fonts/IBMPlexSans-BoldItalic.29e046cd.woff) format("woff"), url(/build/fonts/IBMPlexSans-BoldItalic.17950d96.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: fallback;
}
.case-wrapper {
  width: 1240px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

._1200 .case-wrapper {
  width: auto;
}

.cssm {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cssm.shown {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cssm2 {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cssm2.shown {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.scale {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
}

.cssm.shown.scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.cssm.scale2 {
  -webkit-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.cssm.shown.scale2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.cssm.up {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.cssm.shown.up {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.down {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}

.cssm.shown.down {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.rotate {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
  opacity: 0;
}

.cssm.shown.rotate {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.cssm.rotate2 {
  -webkit-transition: all 1.3s ease !important;
  transition: all 1.3s ease !important;
  -webkit-transform: rotate(-160deg);
  transform: rotate(-160deg);
  opacity: 0;
}

.cssm.shown.rotate2 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.cssm.rotate3 {
  -webkit-transition: all 0.8s ease !important;
  transition: all 0.8s ease !important;
  -webkit-transform: rotate(-75deg);
  transform: rotate(-75deg);
  opacity: 0;
}

.cssm.shown.rotate3 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.cssm.rotate4 {
  -webkit-transition: all 2s ease !important;
  transition: all 2s ease !important;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  opacity: 0;
}

.cssm.shown.rotate4 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.cssm.rotate5 {
  -webkit-transition: all 2.4s ease !important;
  transition: all 2.4s ease !important;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  opacity: 0;
}

.cssm.shown.rotate5 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.cssm.left {
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.cssm.shown.left {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.right {
  -webkit-transform: translate3d(150px, 0, 0);
  transform: translate3d(150px, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.cssm.shown.right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.up2 {
  -webkit-transform: translate3d(0, -150px, 0);
  transform: translate3d(0, -150px, 0);
  opacity: 0;
}

.cssm.shown.up2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.down2 {
  -webkit-transform: translate3d(0, 150px, 0);
  transform: translate3d(0, 150px, 0);
  opacity: 0;
}

.cssm.shown.down2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.opacity {
  opacity: 0 !important;
}

.cssm.shown.opacity {
  opacity: 1 !important;
}

.cssm.slideup {
  opacity: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.94, 1, 0, 0.74);
  transition-timing-function: cubic-bezier(0.94, 1, 0, 0.74);
}

.cssm.shown.slideup {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.cssm2.slideup {
  opacity: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.94, 1, 0, 0.74);
  transition-timing-function: cubic-bezier(0.94, 1, 0, 0.74);
}

.cssm2.shown.slideup {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.csrd i {
  font-style: normal !important;
}

.cssmwrap:before, .cssmwrap:after, .skew-block, .skew-block-2, .skew-block-half, .skew-block-2-half {
  -webkit-transform: skewY(0);
  transform: skewY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cssmwrap.shown:before, .cssmwrap.shown:after, .skew-block.shown {
  -webkit-transform: skewY(-7deg);
  transform: skewY(-7deg);
}

.skew-block-2.shown {
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
}

.skew-block-half.shown {
  -webkit-transform: skewY(-3.5deg);
  transform: skewY(-3.5deg);
}

.skew-block-2-half.shown {
  -webkit-transform: skewY(3.5deg);
  transform: skewY(3.5deg);
}

._720 .step-title {
  float: none !important;
  width: auto !important;
  padding: 0 10px !important;
  display: block !important;
  box-sizing: border-box;
  margin: 0 !important;
  text-align: center !important;
}

.step-text {
  font-size: 43px;
  font-family: _museo;
  font-weight: 100;
  color: #1f1f1f;
  text-align: left;
  line-height: 60px;
}

._1024 .step-text {
  font-size: 36px;
  line-height: 50px;
}

._720 .step-text {
  float: none !important;
  width: auto !important;
  padding: 0 10px !important;
  display: block !important;
  box-sizing: border-box;
  text-align: center !important;
  margin: -10px 0 40px;
}

._600 .step-text {
  font-size: 32px;
  line-height: 44px;
}

.dots > i {
  width: 7px;
  height: 7px;
  background-color: #e9e9e9;
  border-radius: 100%;
  display: inline-block;
  margin-top: 8px;
}

._720 .dots {
  display: none;
}

.skew-block, .skew-block-2 {
  height: 650px;
  width: 1400px;
  display: block;
  content: "";
  background-color: #257bc8;
  position: absolute;
  left: 50%;
  margin: 0 auto 0 -700px;
}

.skew-block-half, .skew-block-2-half {
  height: 650px;
  display: block;
  content: "";
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  width: 100%;
}

.skew-block.white, .skew-block-2.white {
  background-color: #fff;
}

._1200 .cssmwrap:before, ._1200 .cssmwrap:after, ._1200 .skew-block, ._1200 .skew-block-2, ._1200 .skew-block-half, ._1200 .skew-block-2-half {
  -webkit-transform: skewY(0) !important;
  transform: skewY(0) !important;
}

._1200 .skew-block-half, ._1200 .skew-block-2-half {
  display: none !important;
}

.case-main-teaser .award {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}

.case-main-teaser .award.award-2 {
  top: 130px;
}

._480 .js-projects-slider.projects-slider {
  margin-bottom: 65px;
}

.btn-up {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  right: 20px;
  bottom: 20px;
  border-radius: 50px;
  border: 2px solid #00B2FF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  z-index: 80;
  transition: 0.3s all ease;
}
.btn-up:hover {
  background-color: #00B2FF;
}
.btn-up.up {
  bottom: 530px !important;
}
@media (max-width: 620px) {
  .btn-up.up {
    bottom: 470px !important;
  }
}
.btn-up:before {
  content: "";
  width: 25px;
  height: 30px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='24' viewBox='0 0 18 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.1267 4.75959C7.13664 6.33293 5.86529 7.49445 4.6353 8.32712C3.61631 9.01695 2.61918 9.48632 1.8174 9.78475C1.41631 9.93403 1.05898 10.0425 0.766619 10.1146C0.495322 10.1816 0.224347 10.2315 0.018605 10.2315L0.0186048 8.60988C0.0185781 8.60988 0.0187193 8.60987 0.0190321 8.60984C0.0267969 8.60915 0.139691 8.59905 0.378087 8.54022C0.605033 8.48421 0.903166 8.39472 1.25173 8.26498C1.94925 8.00536 2.82817 7.59223 3.72623 6.98427C5.51869 5.77083 7.36123 3.80228 8.0435 0.731332L9.61625 0.690221C10.4799 3.80018 12.2955 5.78042 14.0385 6.98948C14.913 7.59604 15.767 8.00657 16.467 8.26382C17.1901 8.52954 17.6882 8.60988 17.8564 8.60988L17.8564 10.2315C17.4096 10.2315 16.7031 10.0782 15.9077 9.78591C15.0891 9.48511 14.1107 9.01314 13.1143 8.32191C11.9407 7.50785 10.7391 6.38699 9.74832 4.8848L9.74832 24.0151L8.1267 24.0151L8.1267 4.75959Z' fill='black'/%3E%3C/svg%3E%0A");
}

.btn-up_hide {
  display: none;
}

/**
Для полного соответствия текущей системе js-брекпоинтов
размеры увеличены на 20px
 */
/*
EXAMPLE
.header {
   background-color: red;
   @include _768 {
      background-color: purple;
   }
   @include _480 {
      background-color: black;
   }
}
 */
/* Стили для placeholder
input, textarea {
  @include input-placeholder {
   color: $grey;
  }
}
 */
/* Создание псевдоэлемента
Example
	div::after {
		@include pseudo;
		top: -1rem; left: -1rem;
		width: 1rem; height: 1rem;
	}
 */
/* Создание треугольника
.element {
		&::before {
			@include css-triangle(#ff0000, down);
		}
	}
 */
/* Управление соотношением сторон
Example
div {
  @include responsive-ratio(16,9);
}
 */
@keyframes coming {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hiding {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
header.header {
  position: relative;
  padding: 70px 0 90px;
  width: 100%;
  z-index: 100;
  box-sizing: border-box;
  background: #00B2FF;
}
@media (max-width: 500px) {
  header.header {
    padding: 30px 0;
  }
}
header.header.fixed {
  position: fixed;
  padding: 30px 0 25px;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}
@media (max-width: 500px) {
  header.header.fixed {
    padding: 10px 0 4px;
  }
}
header.header.fixed .header-logo-pane .logo {
  background: url(/build/images/kinetica-black-wl2.1b605589.svg) center center no-repeat;
}
@media (max-width: 1000px) {
  header.header.fixed .header-logo-pane .logo {
    background: url(/build/images/kinetica-black-logo2.2d1c8d06.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 740px) {
  header.header.fixed .header-logo-pane .logo {
    width: 170px;
    height: 50px;
  }
}
@media (max-width: 500px) {
  header.header.fixed .header-logo-pane .logo {
    width: 135px;
  }
}
header.header.fixed .header-logo-pane .logo.bday {
  width: 171px;
  height: 60px;
  position: relative;
  overflow: visible;
}
header.header.fixed .header-logo-pane .logo.bday > span.cap {
  top: -21px;
  background: url(/build/images/cap.4bec53c8.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.bday > span.cake {
  top: -18px;
  background: url(/build/images/cake.0a9be29b.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.bday > span.balloon {
  background: url(/build/images/balloon.98825c7a.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.bday > span.rocket {
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.bday > span.coming {
  animation-name: coming;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
header.header.fixed .header-logo-pane .logo.bday > i.hiding {
  animation-name: hiding;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
header.header.fixed .header-logo-pane .logo.christmas {
  width: 171px;
  height: 49px;
  position: relative;
  overflow: visible;
}
header.header.fixed .header-logo-pane .logo.christmas > span {
  width: 57px;
  height: 52px;
  content: "";
  right: -65px;
  top: -4px;
  position: absolute;
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
  transform: scale(0);
}
header.header.fixed .header-logo-pane .logo.christmas > span.pinetree {
  background: url(/build/images/pinetree.d627eed7.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.christmas > span.snowman {
  background: url(/build/images/snowman.9287bea4.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.christmas > span.ball {
  background: url(/build/images/ball.79ae3991.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.christmas > span.rocket {
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.christmas > span.coming {
  animation-name: coming;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
header.header.fixed .header-logo-pane .logo.christmas > span.hiding {
  animation-name: hiding;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
header.header.fixed .header-logo-pane .logo.feb23 {
  width: 171px;
  height: 49px;
  position: relative;
  overflow: visible;
}
header.header.fixed .header-logo-pane .logo.feb23 > span {
  width: 66px;
  height: 60px;
  content: "";
  right: -65px;
  top: -4px;
  position: absolute;
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
  transform: scale(0);
}
header.header.fixed .header-logo-pane .logo.feb23 > span.hat {
  background: url(/build/images/hat.1a92b35b.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.feb23 > span.star {
  background: url(/build/images/star.57c5c9a0.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.feb23 > span.tank {
  background: url(/build/images/tank.e4d9a662.png) center center no-repeat;
  right: -75px;
}
header.header.fixed .header-logo-pane .logo.feb23 > span.rocket {
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.feb23 > i.coming {
  animation-name: coming;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
header.header.fixed .header-logo-pane .logo.feb23 > i.hiding {
  animation-name: hiding;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
header.header.fixed .header-logo-pane .logo.march8 {
  width: 171px;
  height: 49px;
  position: relative;
  overflow: visible;
}
header.header.fixed .header-logo-pane .logo.march8 > span {
  width: 50px;
  height: 52px;
  content: "";
  right: -65px;
  top: -4px;
  position: absolute;
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
  transform: scale(0);
}
header.header.fixed .header-logo-pane .logo.march8 > span.shoes {
  background: url(/build/images/shoes.340b53cd.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.march8 > span.lipstick {
  background: url(/build/images/lipstick.34380ccb.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.march8 > span.tulip {
  background: url(/build/images/tulip.c5ca8fd2.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.march8 > span.rocket {
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
}
header.header.fixed .header-logo-pane .logo.march8 > span.coming {
  animation-name: coming;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
header.header.fixed .header-logo-pane .logo.march8 > span.hiding {
  animation-name: hiding;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
header.header.fixed .header-logo-pane .phone {
  margin-right: 30px;
}
header.header.fixed .header-logo-pane .phone-link:hover {
  color: #00B2FF;
}
header.header.fixed .header-logo-pane .phone:last-child {
  margin-right: 35px;
}
header.header.fixed .header-logo-pane .phone-link {
  color: #2d2d2d;
}
header.header.fixed .header-logo-pane .header-nav {
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  padding-right: 45px;
  box-sizing: border-box;
}
@media (max-width: 788px) {
  header.header.fixed .header-logo-pane .header-nav {
    display: none;
  }
}
header.header.fixed .header-logo-pane .header-nav .link .link-text {
  color: #2d2d2d;
}
header.header.fixed .header-logo-pane .header-nav .link:hover .link-text {
  color: #00B2FF;
}
header.header.fixed .header-logo-pane .nav-menu {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px;
}
@media (max-width: 620px) {
  header.header.fixed .header-logo-pane .nav-menu {
    gap: 30px;
  }
}
@media (max-width: 500px) {
  header.header.fixed .header-logo-pane .nav-menu {
    gap: 40px;
  }
}
header.header.fixed .header-logo-pane .nav-menu .burger {
  position: relative;
  width: 19px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header.header.fixed .header-logo-pane .nav-menu .burger:hover svg path {
  fill: #00B2FF;
}
header.header.fixed .header-logo-pane .nav-menu .burger.open span {
  width: 100%;
}
header.header.fixed .header-logo-pane .nav-menu .burger.open span:nth-child(1), header.header.fixed .header-logo-pane .nav-menu .burger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.header.fixed .header-logo-pane .nav-menu .burger.open span:nth-child(2), header.header.fixed .header-logo-pane .nav-menu .burger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.header.fixed .header-logo-pane .nav-menu .burger.open span:nth-child(1) {
  left: -4px;
  top: 5px;
}
header.header.fixed .header-logo-pane .nav-menu .burger.open span:nth-child(2) {
  left: calc(50% - 9px);
  top: 5px;
}
header.header.fixed .header-logo-pane .nav-menu .burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
header.header.fixed .header-logo-pane .nav-menu .burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
header.header.fixed .header-logo-pane .nav-menu .burger.open span:nth-child(5) {
  left: -4px;
  top: 11px;
}
header.header.fixed .header-logo-pane .nav-menu .burger.open span:nth-child(6) {
  left: calc(50% - 9px);
  top: 11px;
}
header.header.fixed .header-logo-pane .nav-menu .burger.open:hover span {
  background: #00B2FF;
}
header.header.fixed .header-logo-pane .nav-menu .social {
  position: relative;
  display: flex;
  gap: 30px;
}
@media (max-width: 620px) {
  header.header.fixed .header-logo-pane .nav-menu .social {
    gap: 30px;
  }
}
@media (max-width: 500px) {
  header.header.fixed .header-logo-pane .nav-menu .social {
    gap: 40px;
  }
}
header.header.fixed .header-logo-pane .nav-menu .social a {
  display: block;
  margin-top: 0;
  font-size: 0;
}
header.header.fixed .header-logo-pane .nav-menu .social a svg path {
  transition: fill 0.3s ease;
}
header.header.fixed .header-logo-pane .nav-menu .social a:hover svg path {
  fill: #00B2FF;
}
header.header.fixed .progress-bar {
  display: block;
}
header.header.white-blog, header.header.white-theme {
  background: #fff;
}
header.header.white-blog .header-logo-pane .logo, header.header.white-theme .header-logo-pane .logo {
  background: url(/build/images/kinetica-black-wl2.1b605589.svg) center center no-repeat;
}
@media (max-width: 740px) {
  header.header.white-blog .header-logo-pane .logo, header.header.white-theme .header-logo-pane .logo {
    background-size: contain;
  }
}
header.header.white-blog .header-logo-pane .phone-link:hover, header.header.white-theme .header-logo-pane .phone-link:hover {
  color: #00B2FF;
}
header.header.white-blog .header-logo-pane .phone-link, header.header.white-theme .header-logo-pane .phone-link {
  color: #2d2d2d;
}
header.header.white-blog .header-logo-pane .header-nav, header.header.white-theme .header-logo-pane .header-nav {
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 788px) {
  header.header.white-blog .header-logo-pane .header-nav, header.header.white-theme .header-logo-pane .header-nav {
    padding: 0;
  }
}
header.header.white-blog .header-logo-pane .header-nav .link-text, header.header.white-theme .header-logo-pane .header-nav .link-text {
  color: #00B2FF;
}
header.header.white-blog .header-logo-pane .nav-menu .burger:hover svg path, header.header.white-theme .header-logo-pane .nav-menu .burger:hover svg path {
  fill: #00B2FF;
}
header.header.white-blog .header-logo-pane .nav-menu .burger:hover span, header.header.white-theme .header-logo-pane .nav-menu .burger:hover span {
  background: #00B2FF;
}
header.header.white-blog .header-logo-pane .nav-menu .social a:hover svg path, header.header.white-theme .header-logo-pane .nav-menu .social a:hover svg path {
  fill: #00B2FF;
}
header.header.white-blog .header-services, header.header.white-theme .header-services {
  background-color: #fff;
}
header.header.white-blog .header-services .main-services .service-item .title, header.header.white-theme .header-services .main-services .service-item .title {
  color: #00B2FF;
}
header.header.white-blog .header-services .main-services .service-item .desc, header.header.white-theme .header-services .main-services .service-item .desc {
  color: #2d2d2d;
}
header.header.white-blog .header-services .main-services .service-item:hover .desc, header.header.white-theme .header-services .main-services .service-item:hover .desc {
  color: #2d2d2d;
}
header.header.white-blog .header-services .audit-services .service-item .title, header.header.white-theme .header-services .audit-services .service-item .title {
  color: #00B2FF;
}
header.header.white-blog .header-services .audit-services .service-item .desc, header.header.white-theme .header-services .audit-services .service-item .desc {
  color: #2d2d2d;
}
header.header.white-blog .header-services .audit-services .service-item:hover .desc, header.header.white-theme .header-services .audit-services .service-item:hover .desc {
  color: #2d2d2d;
}
header.header .header-logo-pane {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
}
header.header .header-logo-pane .pane-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 5px;
}
@media (max-width: 620px) {
  header.header .header-logo-pane .pane-wrapper .header-nav {
    display: none;
  }
}
header.header .header-logo-pane .logo {
  margin-right: auto;
  width: 170px;
  height: 60px;
  display: block;
  background: url(/build/images/kinetica-white-black-logo.51eb51eb.svg) center center no-repeat;
  background-size: contain;
  position: relative;
}
@media (max-width: 1000px) {
  header.header .header-logo-pane .logo {
    background: url(/build/images/kinetica-white-logo.6e97c6fe.svg) center center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 740px) {
  header.header .header-logo-pane .logo {
    width: 150px;
    height: 32px;
  }
}
@media (max-width: 500px) {
  header.header .header-logo-pane .logo {
    width: 138px;
    height: 38px;
    background: url(/build/images/kinetica-black-logo.114c6033.svg) center center no-repeat;
  }
}
header.header .header-logo-pane .logo-img {
  max-width: 100%;
  height: auto;
  display: block;
}
header.header .header-logo-pane .logo span {
  width: 31px;
  height: 31px;
  content: "";
  right: -50px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
  background-size: 31px 31px;
}
header.header .header-logo-pane .logo span[class] {
  transform: scale(0);
}
@media (max-width: 1000px) {
  header.header .header-logo-pane .logo span {
    display: none !important;
  }
}
header.header .header-logo-pane .logo.bday {
  width: 171px;
  height: 60px;
  position: relative;
  overflow: visible;
}
header.header .header-logo-pane .logo.bday > span {
  width: 43px;
  height: 64px;
}
header.header .header-logo-pane .logo.bday > span.cap {
  top: -2px;
  background: url(/build/images/cap.4bec53c8.png) center center no-repeat;
}
header.header .header-logo-pane .logo.bday > span.cake {
  top: -2px;
  right: -55px;
  background: url(/build/images/cake.0a9be29b.png) center center no-repeat;
}
header.header .header-logo-pane .logo.bday > span.balloon {
  top: -2px;
  background: url(/build/images/balloon.98825c7a.png) center center no-repeat;
}
header.header .header-logo-pane .logo.bday > span.rocket {
  top: -2px;
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
}
header.header .header-logo-pane .logo.bday > span.coming {
  animation-name: coming;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
header.header .header-logo-pane .logo.bday > i.hiding {
  animation-name: hiding;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
header.header .header-logo-pane .logo.christmas {
  width: 171px;
  height: 60px;
  position: relative;
  overflow: visible;
}
header.header .header-logo-pane .logo.christmas > span {
  width: 57px;
  height: 52px;
  content: "";
  right: -65px;
  top: 4px;
  position: absolute;
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
  transform: scale(0);
}
header.header .header-logo-pane .logo.christmas > span.pinetree {
  background: url(/build/images/pinetree.d627eed7.png) center center no-repeat;
}
header.header .header-logo-pane .logo.christmas > span.snowman {
  background: url(/build/images/snowman.9287bea4.png) center center no-repeat;
}
header.header .header-logo-pane .logo.christmas > span.ball {
  background: url(/build/images/ball.79ae3991.png) center center no-repeat;
}
header.header .header-logo-pane .logo.christmas > span.rocket {
  top: 4px;
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
}
header.header .header-logo-pane .logo.christmas > span.coming {
  animation-name: coming;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
header.header .header-logo-pane .logo.christmas > span.hiding {
  animation-name: hiding;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
header.header .header-logo-pane .logo.feb23 {
  width: 171px;
  height: 60px;
  position: relative;
  overflow: visible;
}
header.header .header-logo-pane .logo.feb23 > span {
  width: 66px;
  height: 60px;
  content: "";
  right: -75px;
  top: 0;
  position: absolute;
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
  transform: scale(0);
}
header.header .header-logo-pane .logo.feb23 > span.hat {
  background: url(/build/images/hat.1a92b35b.png) center center no-repeat;
}
header.header .header-logo-pane .logo.feb23 > span.star {
  background: url(/build/images/star.57c5c9a0.png) center center no-repeat;
}
header.header .header-logo-pane .logo.feb23 > span.tank {
  background: url(/build/images/tank.e4d9a662.png) center center no-repeat;
  right: -75px;
}
header.header .header-logo-pane .logo.feb23 > span.rocket {
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
}
header.header .header-logo-pane .logo.feb23 > i.coming {
  animation-name: coming;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
header.header .header-logo-pane .logo.feb23 > i.hiding {
  animation-name: hiding;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
header.header .header-logo-pane .logo.march8 {
  width: 171px;
  height: 60px;
  position: relative;
  overflow: visible;
}
header.header .header-logo-pane .logo.march8 > span {
  width: 50px;
  height: 52px;
  content: "";
  right: -65px;
  top: 4px;
  position: absolute;
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
  transform: scale(0);
}
header.header .header-logo-pane .logo.march8 > span.shoes {
  background: url(/build/images/shoes.340b53cd.png) center center no-repeat;
}
header.header .header-logo-pane .logo.march8 > span.lipstick {
  background: url(/build/images/lipstick.34380ccb.png) center center no-repeat;
}
header.header .header-logo-pane .logo.march8 > span.tulip {
  background: url(/build/images/tulip.c5ca8fd2.png) center center no-repeat;
}
header.header .header-logo-pane .logo.march8 > span.rocket {
  background: url(/build/images/rocket.4f122af0.png) center center no-repeat;
}
header.header .header-logo-pane .logo.march8 > span.coming {
  animation-name: coming;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
header.header .header-logo-pane .logo.march8 > span.hiding {
  animation-name: hiding;
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
header.header .header-logo-pane .top-contacts {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1220px) {
  header.header .header-logo-pane .top-contacts {
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  header.header .header-logo-pane .top-contacts {
    display: none;
  }
}
header.header .header-logo-pane .phone {
  display: flex;
  margin-right: 70px;
}
@media (max-width: 1220px) {
  header.header .header-logo-pane .phone {
    margin: 0 2em 0 0;
  }
}
@media (max-width: 788px) {
  header.header .header-logo-pane .phone {
    margin: 0;
  }
}
header.header .header-logo-pane .phone-link {
  opacity: 1;
}
header.header .header-logo-pane .phone-link:hover {
  color: #2d2d2d;
  transition: all 0.3s ease;
}
header.header .header-logo-pane .phone-link, header.header .header-logo-pane .address-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
@media (max-width: 1044px) {
  header.header .header-logo-pane .phone-link, header.header .header-logo-pane .address-link {
    font-size: 15px;
    line-height: 19px;
  }
}
@media (max-width: 1000px) {
  header.header .header-logo-pane .phone-link, header.header .header-logo-pane .address-link {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 380px) {
  header.header .header-logo-pane .phone-link, header.header .header-logo-pane .address-link {
    font-size: 12px;
    line-height: 18px;
  }
}
header.header .header-logo-pane .address {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
@media (max-width: 740px) {
  header.header .header-logo-pane .address {
    display: none;
  }
}
header.header .header-logo-pane .address-link {
  font-weight: normal;
  font-style: normal;
  opacity: 0.4;
}
header.header .header-logo-pane .address-link:hover {
  opacity: 1;
  transition: all 0.3s ease;
}
header.header .header-logo-pane .header-nav {
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 788px) {
  header.header .header-logo-pane .header-nav {
    padding: 0;
  }
}
@media (max-width: 620px) {
  header.header .header-logo-pane .header-nav {
    display: none;
  }
}
header.header .header-logo-pane .header-nav .items {
  list-style: none;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
@media (max-width: 740px) {
  header.header .header-logo-pane .header-nav .items {
    justify-content: flex-start;
  }
}
header.header .header-logo-pane .header-nav .link {
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  padding: 16px 14px;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 740px) {
  header.header .header-logo-pane .header-nav .link {
    padding: 21px 15px;
  }
}
@media (max-width: 620px) {
  header.header .header-logo-pane .header-nav .link {
    padding: 8px 15px 12px;
  }
}
@media (max-width: 500px) {
  header.header .header-logo-pane .header-nav .link {
    padding: 8px 8px 12px;
  }
}
header.header .header-logo-pane .header-nav .link:hover .link-text {
  position: relative;
  color: #2D2D2D;
}
header.header .header-logo-pane .header-nav .link.active:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 17px;
  height: 9px;
  background: url(/build/images/menu-arrow.ab3ac1ac.svg) no-repeat;
  transform: translate(-50%, 0);
}
header.header .header-logo-pane .header-nav .link.active .link-text {
  color: #2d2d2d;
}
header.header .header-logo-pane .header-nav .link-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
@media (max-width: 740px) {
  header.header .header-logo-pane .header-nav .link-text {
    font-size: 15px;
  }
}
@media (max-width: 620px) {
  header.header .header-logo-pane .header-nav .link-text {
    font-size: 11px;
  }
}
header.header .header-logo-pane .header-nav .item {
  position: relative;
}
header.header .header-logo-pane .header-nav .item.is-current .link {
  background-color: #ffffff;
}
header.header .header-logo-pane .header-nav .item.is-current .link-text {
  color: #4DD0F9;
  text-decoration: none;
}
header.header .header-logo-pane .header-nav .item.is-current .point:after {
  background-color: #4DD0F9;
}
header.header .header-logo-pane .header-nav .item:last-of-type .link {
  margin-right: -15px;
}
@media (max-width: 500px) {
  header.header .header-logo-pane .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin-top: -5px;
  }
}
header.header .header-logo-pane .nav-menu .burger {
  position: relative;
  width: 19px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header.header .header-logo-pane .nav-menu .burger svg path {
  transition: all 0.3s ease;
}
header.header .header-logo-pane .nav-menu .burger:hover svg path {
  fill: #fff;
}
header.header .header-logo-pane .nav-menu .burger.open span {
  width: 100%;
}
header.header .header-logo-pane .nav-menu .burger.open span:nth-child(1), header.header .header-logo-pane .nav-menu .burger.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.header .header-logo-pane .nav-menu .burger.open span:nth-child(2), header.header .header-logo-pane .nav-menu .burger.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.header .header-logo-pane .nav-menu .burger.open span:nth-child(1) {
  left: -4px;
  top: 5px;
}
header.header .header-logo-pane .nav-menu .burger.open span:nth-child(2) {
  left: calc(50% - 9px);
  top: 5px;
}
header.header .header-logo-pane .nav-menu .burger.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
header.header .header-logo-pane .nav-menu .burger.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
header.header .header-logo-pane .nav-menu .burger.open span:nth-child(5) {
  left: -4px;
  top: 11px;
}
header.header .header-logo-pane .nav-menu .burger.open span:nth-child(6) {
  left: calc(50% - 9px);
  top: 11px;
}
header.header .header-logo-pane .nav-menu .burger.open:hover span {
  background: #00B2FF;
}
header.header .header-logo-pane .nav-menu .social {
  position: absolute;
  z-index: 999;
}
@media (max-width: 500px) {
  header.header .header-logo-pane .nav-menu .social {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
header.header .header-logo-pane .nav-menu .social.hide {
  display: none;
}
header.header .header-logo-pane .nav-menu .social a {
  display: block;
  margin-top: 20px;
}
@media (max-width: 500px) {
  header.header .header-logo-pane .nav-menu .social a {
    margin-top: 0;
    font-size: 0;
  }
}
header.header .header-logo-pane .nav-menu .social a svg path {
  transition: fill 0.3s ease;
}
header.header .header-logo-pane .nav-menu .social a:hover svg path {
  fill: #fff;
}
header.header .header-services {
  display: none;
  background-color: #00B2FF;
  position: absolute;
  min-height: 650px;
  width: 100%;
  z-index: 500;
  top: 100%;
  left: 0;
  overflow: hidden;
  padding: 4vh 0;
  margin-top: -90px;
}
@media (max-width: 1220px) {
  header.header .header-services {
    padding: 4vh 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 870px) {
  header.header .header-services {
    height: auto;
    min-height: initial;
  }
}
@media (max-width: 620px) {
  header.header .header-services {
    padding: 6vh 20px;
  }
}
header.header .header-services.show {
  display: block;
  overflow: scroll;
}
header.header .header-services.show::-webkit-scrollbar {
  width: 0;
  background: transparent;
  /* make scrollbar transparent */
}
header.header .header-services .services-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-right: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px 50px;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  header.header .header-services .services-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 870px) {
  header.header .header-services .services-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 620px) {
  header.header .header-services .services-wrapper {
    display: block;
  }
}
@media (max-width: 620px) {
  header.header .header-services .services-wrapper .services-group {
    margin-top: 20px;
  }
}
header.header .header-services .services-wrapper .services-group .group-title {
  height: 2.5em;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25em;
  color: #00b2ff;
}
header.header .header-services .services-wrapper .services-group .service-item {
  display: block;
}
header.header .header-services .services-wrapper .services-group .service-item .info .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.78em;
  color: #2d2d2d;
  transition: all 0.3s ease;
}
header.header .header-services .services-wrapper .services-group .service-item .info .desc {
  font-size: 14px;
  line-height: 1.78em;
  color: #2d2d2d;
}
header.header .header-services .services-wrapper .services-group .service-item:hover .info .title {
  color: #00B2FF;
  text-decoration: underline;
}
header.header .header-services .services-wrapper .services-group .service-item + .service-item {
  margin-top: 8px;
}
header.header .header-services .services-wrapper .services-group .primary-service-item {
  margin-top: 25px;
  display: block;
  color: #00B2FF;
  transition: all 0.3s ease;
}
header.header .header-services .services-wrapper .services-group .primary-service-item:hover {
  text-decoration: underline;
}
header.header .header-services .all-services {
  display: flex;
  max-width: 1200px;
  margin: 50px auto 0;
  width: 100%;
  height: 48px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #00B2FF;
  transition: 0.3s all ease;
}
header.header .header-services .all-services:hover {
  background: #00B2FF;
}
header.header .header-services .all-services:hover .text-button {
  color: #fff;
}
header.header .header-services .all-services .text-button {
  padding: 0 10px;
  color: #00B2FF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.3s all ease;
}
header.header .header-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0 60px;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 870px) {
  header.header .header-menu {
    height: auto;
  }
}
@media (max-width: 500px) {
  header.header .header-menu {
    padding: 20px 0 40px;
  }
}
header.header .header-menu .wrapper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  header.header .header-menu .wrapper {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper {
    padding: 0;
  }
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper .rocket {
    padding: 0 20px;
  }
}
header.header .header-menu .wrapper .rocket img {
  width: 31px;
  height: 31px;
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper .rocket img {
    width: 20px;
    height: 20px;
  }
}
header.header .header-menu .wrapper .close {
  display: none;
}
header.header .header-menu .wrapper .menu {
  margin-top: 20px;
  text-align: right;
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper .menu {
    padding: 0 20px;
  }
}
header.header .header-menu .wrapper .menu .item {
  display: block;
}
header.header .header-menu .wrapper .menu .item a, header.header .header-menu .wrapper .menu .item .menu-div-item {
  display: inline-block;
  font: 700 50px/1.5em "Montserrat", sans-serif;
  color: #2D2D2D;
  transition: all 0.3s ease;
}
@media (max-width: 1420px) {
  header.header .header-menu .wrapper .menu .item a, header.header .header-menu .wrapper .menu .item .menu-div-item {
    font-size: 40px;
  }
}
@media (max-width: 1020px) {
  header.header .header-menu .wrapper .menu .item a, header.header .header-menu .wrapper .menu .item .menu-div-item {
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper .menu .item a, header.header .header-menu .wrapper .menu .item .menu-div-item {
    font-size: 25px;
  }
}
header.header .header-menu .wrapper .menu .item a:hover, header.header .header-menu .wrapper .menu .item .menu-div-item:hover {
  color: #00B2FF;
}
header.header .header-menu .wrapper .menu .item + .item {
  margin-top: 14px;
}
header.header .header-menu .wrapper .contacts {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 870px) {
  header.header .header-menu .wrapper .contacts {
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper .contacts {
    margin-top: 30px;
    padding-top: 30px;
    flex-direction: column;
    justify-content: flex-start;
    border-top: 1px solid #e5e5e5;
  }
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper .contacts .contact {
    padding: 0 20px;
  }
}
header.header .header-menu .wrapper .contacts .contact span.address {
  display: block;
  font: 400 20px/1.2em "Montserrat", sans-serif;
  color: #2D2D2D;
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper .contacts .contact span.address {
    font-size: 16px;
  }
}
header.header .header-menu .wrapper .contacts .contact span.address span.city {
  font-weight: 800;
}
header.header .header-menu .wrapper .contacts .contact span.phone {
  display: block;
  margin-top: 10px;
}
header.header .header-menu .wrapper .contacts .contact span.phone a {
  font: 400 20px/1.2em "Montserrat", sans-serif;
  color: #2D2D2D;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper .contacts .contact span.phone a {
    font-size: 16px;
  }
}
header.header .header-menu .wrapper .contacts .contact span.phone a:hover {
  color: #00B2FF;
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper .contacts .email {
    padding: 0 20px;
  }
}
header.header .header-menu .wrapper .contacts .email a {
  font: 800 20px/1.2em "Montserrat", sans-serif;
  color: #2D2D2D;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper .contacts .email a {
    font-size: 16px;
  }
}
header.header .header-menu .wrapper .contacts .email a:hover {
  color: #00B2FF;
}
header.header .header-menu .wrapper .contacts .socials {
  display: flex;
  justify-content: space-between;
  gap: 55px;
}
@media (max-width: 1020px) {
  header.header .header-menu .wrapper .contacts .socials {
    gap: 40px;
  }
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper .contacts .socials {
    padding: 38px 0;
    gap: 50px;
    justify-content: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}
header.header .header-menu .wrapper .contacts .socials a {
  line-height: 0;
}
header.header .header-menu .wrapper .contacts .socials a svg path {
  transition: all 0.3s ease;
}
header.header .header-menu .wrapper .contacts .socials a:hover svg path {
  fill: #00B2FF;
}
header.header .header-menu .wrapper .form {
  display: none;
  padding: 30px 20px 0;
}
@media (max-width: 500px) {
  header.header .header-menu .wrapper .form {
    display: block;
  }
}
header.header .header-menu .wrapper .form .form-container {
  position: relative;
}
header.header .header-menu .wrapper .form .form-container form.simple-form {
  position: unset;
}
header.header .header-menu .wrapper .form .form-container form.simple-form .js-form-title {
  margin: 0;
  font-weight: 800;
  font-size: 33px;
  line-height: 1.2em;
  color: #7e7e7e;
}
header.header .header-menu .wrapper .form .form-container form.simple-form input, header.header .header-menu .wrapper .form .form-container form.simple-form textarea {
  box-sizing: border-box;
  margin: 20px 0 0;
  width: 100%;
  padding: 15px 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  color: #7e7e7e;
  border: unset;
  border-bottom: 1px solid #7e7e7e;
}
header.header .header-menu .wrapper .form .form-container form.simple-form input::placeholder, header.header .header-menu .wrapper .form .form-container form.simple-form textarea::placeholder {
  color: #7e7e7e;
}
header.header .header-menu .wrapper .form .form-container form.simple-form input:focus, header.header .header-menu .wrapper .form .form-container form.simple-form textarea:focus {
  outline: none;
  border-bottom: 1px solid #A3C7D9;
}
header.header .header-menu .wrapper .form .form-container form.simple-form input:-webkit-autofill, header.header .header-menu .wrapper .form .form-container form.simple-form textarea:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #7e7e7e !important;
}
header.header .header-menu .wrapper .form .form-container form.simple-form textarea {
  min-height: 30px;
  resize: none !important;
  max-height: 50px;
}
header.header .header-menu .wrapper .form .form-container form.simple-form div.field {
  position: relative;
}
header.header .header-menu .wrapper .form .form-container form.simple-form div.field span {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 14px;
  color: red;
}
header.header .header-menu .wrapper .form .form-container form.simple-form div.field.error input {
  border-bottom: 1px solid #E81C1C !important;
}
header.header .header-menu .wrapper .form .form-container form.simple-form div.field.error span {
  display: block;
}
header.header .header-menu .wrapper .form .form-container form.simple-form div.submit {
  position: relative;
  display: block;
  padding-top: 45px;
}
header.header .header-menu .wrapper .form .form-container form.simple-form div.submit button {
  width: 100%;
  padding: 22px 0 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2em;
  color: #00B2FF;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #00B2FF;
  background: none;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
header.header .header-menu .wrapper .form .form-container form.simple-form div.submit button:hover {
  color: #fff;
  background: #00B2FF;
}
header.header .header-menu .wrapper .form .form-container form.simple-form .rules {
  margin-top: 35px;
}
header.header .header-menu .wrapper .form .form-container form.simple-form .rules div {
  font-size: 14px;
  line-height: 1.3em;
  color: #7e7e7e;
}
header.header .header-menu .wrapper .form .form-container form.simple-form .rules div a {
  color: #7e7e7e;
  text-decoration: underline;
}
header.header .header-menu .wrapper .form .form-container form.simple-form .socials {
  margin-top: 35px;
}
header.header .header-menu .wrapper .form .form-container form.simple-form .socials .text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2em;
  color: #7e7e7e;
}
header.header .header-menu .wrapper .form .form-container form.simple-form .socials a {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
header.header .header-menu .wrapper .form .form-container form.simple-form .socials a + a {
  margin-left: 38px;
}
header.header .header-menu .wrapper .form .form-container form.simple-form .success {
  font-weight: 700;
  font-size: 36px;
  line-height: 122%;
  text-align: center;
  color: #0191FC;
  display: none;
  z-index: 50;
  position: absolute;
  flex-direction: column;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 0;
}
@media (max-width: 620px) {
  header.header .header-menu .wrapper .form .form-container form.simple-form .success {
    font-size: 22px;
  }
}
header.header .header-menu .wrapper .form .form-container form.simple-form .success .js-blog-reader-question {
  display: none;
}
header.header .header-menu .wrapper .form .form-container form.simple-form .success span.content {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}
@media (max-width: 620px) {
  header.header .header-menu .wrapper .form .form-container form.simple-form .success span.content {
    font-size: 22px;
  }
}
header.header .header-menu .wrapper .form .form-container form.simple-form .success span.read_us {
  font-family: "Montserrat", Arial, sans-serif;
  color: #80C8FD;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  padding: 25px 37px;
  box-sizing: border-box;
  border-top: 1px solid #CFEBFF;
}
header.header .header-menu .wrapper .form .form-container form.simple-form .success span.read_us a {
  color: #80C8FD;
  transition: 0.3s;
}
header.header .header-menu .wrapper .form .form-container form.simple-form .success span.read_us a:hover {
  color: #0191FC;
}
header.header .header-menu .wrapper .form .form-container form.simple-form.error {
  border: 0;
}
header.header .header-menu.open {
  display: block;
  overflow-y: scroll;
  height: 100%;
}
header.header .header-menu.open .close {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  line-height: 0;
  cursor: pointer;
}
@media (max-width: 1220px) {
  header.header .header-menu.open .close {
    right: 20px;
  }
}
@media (max-width: 500px) {
  header.header .header-menu.open .close {
    top: 0;
  }
}
@media (max-width: 500px) {
  header.header .header-menu.open .close svg {
    width: 19px;
    height: 18px;
  }
}
header.header .header-menu.open .close svg path {
  transition: all 0.3s ease;
}
header.header .header-menu.open .close:hover svg path {
  fill: #00B2FF;
}
header.header .progress-bar {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #D4F2FF;
  z-index: -1;
}
header.header .progress-bar .line {
  height: 10px;
  background: #00B2FF;
}
header.header .progress-bar .anchors {
  background: #F0F0F0;
  z-index: -1;
}
header.header .progress-bar .anchors .anchors-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 50px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 0;
}
@media (max-width: 1220px) {
  header.header .progress-bar .anchors .anchors-container {
    max-width: none;
    padding: 16px 20px;
  }
}
@media (max-width: 788px) {
  header.header .progress-bar .anchors .anchors-container {
    gap: 10px 20px;
    flex-wrap: wrap;
  }
}
header.header .progress-bar .anchors .item {
  position: relative;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.25em;
  color: #A5A5A5;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 788px) {
  header.header .progress-bar .anchors .item {
    font-size: 12px;
  }
}
header.header .progress-bar .anchors .item:hover, header.header .progress-bar .anchors .item.active {
  color: #00b2ff;
}

img {
  max-width: 100%;
}

/**
Для полного соответствия текущей системе js-брекпоинтов
размеры увеличены на 20px
 */
/*
EXAMPLE
.header {
   background-color: red;
   @include _768 {
      background-color: purple;
   }
   @include _480 {
      background-color: black;
   }
}
 */
/* Стили для placeholder
input, textarea {
  @include input-placeholder {
   color: $grey;
  }
}
 */
/* Создание псевдоэлемента
Example
	div::after {
		@include pseudo;
		top: -1rem; left: -1rem;
		width: 1rem; height: 1rem;
	}
 */
/* Создание треугольника
.element {
		&::before {
			@include css-triangle(#ff0000, down);
		}
	}
 */
/* Управление соотношением сторон
Example
div {
  @include responsive-ratio(16,9);
}
 */
.btn-up {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  right: 20px;
  bottom: 20px;
  border-radius: 50px;
  border: 2px solid #00B2FF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  z-index: 80;
  transition: 0.3s all ease;
}
.btn-up:hover {
  background-color: #00B2FF;
}
.btn-up.up {
  bottom: 530px !important;
}
@media (max-width: 620px) {
  .btn-up.up {
    bottom: 470px !important;
  }
}
.btn-up:before {
  content: "";
  width: 25px;
  height: 30px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='24' viewBox='0 0 18 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.1267 4.75959C7.13664 6.33293 5.86529 7.49445 4.6353 8.32712C3.61631 9.01695 2.61918 9.48632 1.8174 9.78475C1.41631 9.93403 1.05898 10.0425 0.766619 10.1146C0.495322 10.1816 0.224347 10.2315 0.018605 10.2315L0.0186048 8.60988C0.0185781 8.60988 0.0187193 8.60987 0.0190321 8.60984C0.0267969 8.60915 0.139691 8.59905 0.378087 8.54022C0.605033 8.48421 0.903166 8.39472 1.25173 8.26498C1.94925 8.00536 2.82817 7.59223 3.72623 6.98427C5.51869 5.77083 7.36123 3.80228 8.0435 0.731332L9.61625 0.690221C10.4799 3.80018 12.2955 5.78042 14.0385 6.98948C14.913 7.59604 15.767 8.00657 16.467 8.26382C17.1901 8.52954 17.6882 8.60988 17.8564 8.60988L17.8564 10.2315C17.4096 10.2315 16.7031 10.0782 15.9077 9.78591C15.0891 9.48511 14.1107 9.01314 13.1143 8.32191C11.9407 7.50785 10.7391 6.38699 9.74832 4.8848L9.74832 24.0151L8.1267 24.0151L8.1267 4.75959Z' fill='black'/%3E%3C/svg%3E%0A");
}

.btn-up_hide {
  display: none;
}

footer {
  font-family: "Montserrat", sans-serif;
}
footer .section-container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  footer .section-container {
    width: 100%;
    padding: 0 20px;
  }
}
footer .section-title {
  margin: 0;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.25em;
  color: #7e7e7e;
}
@media (max-width: 620px) {
  footer .section-title {
    font-size: 36px;
    line-height: 32px;
  }
}
@media (max-width: 500px) {
  footer .section-title {
    font-size: 33px;
    text-align: left;
    line-height: 40px;
  }
}

footer.footer {
  background: #00B2FF;
}
footer.footer .section-container {
  padding: 100px 0 50px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1220px) {
  footer.footer .section-container {
    padding: 80px 20px 40px;
  }
}
@media (max-width: 870px) {
  footer.footer .section-container {
    padding: 50px 20px 25px;
  }
}
@media (max-width: 788px) {
  footer.footer .section-container {
    flex-wrap: wrap;
  }
}
@media (max-width: 645px) {
  footer.footer .section-container {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
footer.footer .section-container .items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
}
@media (max-width: 1044px) {
  footer.footer .section-container .items {
    height: 550px;
  }
}
@media (max-width: 788px) {
  footer.footer .section-container .items {
    height: auto;
    flex: 1 1 33.33%;
  }
}
@media (max-width: 645px) {
  footer.footer .section-container .items {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  footer.footer .section-container .items.en {
    flex: auto;
    width: 100%;
  }
}
@media (max-width: 340px) {
  footer.footer .section-container .items {
    gap: 20px;
  }
}
@media (max-width: 645px) {
  footer.footer .section-container .items:nth-child(2) {
    display: none;
  }
}
footer.footer .section-container .items .main-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 645px) {
  footer.footer .section-container .items .main-container {
    flex: 1 1 50%;
  }
}
@media (max-width: 340px) {
  footer.footer .section-container .items .main-container {
    flex: none;
  }
}
footer.footer .section-container .items .main-container.mobile {
  display: none;
}
@media (max-width: 645px) {
  footer.footer .section-container .items .main-container.mobile {
    display: flex;
    justify-content: normal;
  }
}
footer.footer .section-container .items .main-container .container-text .city, footer.footer .section-container .items .main-container .container-text .city-address {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 10px;
}
footer.footer .section-container .items .main-container .container-text .city-address {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 445px) {
  footer.footer .section-container .items .main-container .container-text .city-address {
    font-size: 15px;
  }
}
@media (max-width: 665px) {
  footer.footer .section-container .items .main-container .container-text .city-address span {
    display: none;
  }
}
@media (max-width: 340px) {
  footer.footer .section-container .items .main-container .container-text .city-address span {
    display: inline;
  }
}
footer.footer .section-container .items .main-container .container-text .city-address a {
  color: #fff;
  transition: 0.3s all ease;
}
@media (max-width: 665px) {
  footer.footer .section-container .items .main-container .container-text .city-address a {
    display: block;
  }
}
@media (max-width: 340px) {
  footer.footer .section-container .items .main-container .container-text .city-address a {
    display: inline;
  }
}
footer.footer .section-container .items .main-container .container-text .city-address a:hover {
  color: #000;
}
footer.footer .section-container .items .main-container .socials {
  display: flex;
  gap: 30px;
  align-items: center;
}
footer.footer .section-container .items .main-container .socials .wa svg path, footer.footer .section-container .items .main-container .socials .tg svg path {
  fill: #fff;
  transition: 0.3s all ease;
}
footer.footer .section-container .items .main-container .socials .wa svg:hover path, footer.footer .section-container .items .main-container .socials .tg svg:hover path {
  fill: #000;
}
footer.footer .section-container .items .main-container .email, footer.footer .section-container .items .main-container .phone {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  transition: 0.3s all ease;
}
@media (max-width: 445px) {
  footer.footer .section-container .items .main-container .email, footer.footer .section-container .items .main-container .phone {
    font-size: 16px;
  }
}
footer.footer .section-container .items .main-container .email:hover, footer.footer .section-container .items .main-container .phone:hover {
  color: #000;
}
footer.footer .section-container .items .main-container .tender-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s all ease;
  margin-bottom: 20px;
  max-width: 250px;
  height: 40px;
}
footer.footer .section-container .items .main-container .tender-button .text-button {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: 0.3s all ease;
  padding: 0 10px;
}
footer.footer .section-container .items .main-container .tender-button:hover {
  background: #fff;
}
footer.footer .section-container .items .main-container .tender-button:hover .text-button {
  color: #00B2FF;
}
footer.footer .section-container .items .main-container .contacts .sub-title, footer.footer .section-container .items .main-container .contacts .contact {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 15px;
}
footer.footer .section-container .items .main-container .contacts .contact {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
footer.footer .section-container .items .main-container .contacts .contact .link-tg {
  color: #fff;
  transition: 0.3s all ease;
}
footer.footer .section-container .items .main-container .contacts .contact .link-tg:hover {
  color: #000;
}
@media (max-width: 645px) {
  footer.footer .section-container .items .main-container .contacts {
    display: none;
  }
}
@media (max-width: 645px) {
  footer.footer .section-container .items .main-container .tender-button, footer.footer .section-container .items .main-container .socials {
    display: none;
  }
}
footer.footer .section-container .items .main-container.mobile-nav {
  display: none;
}
@media (max-width: 645px) {
  footer.footer .section-container .items .main-container.mobile-nav {
    display: flex;
    flex: 1 1 100%;
  }
  footer.footer .section-container .items .main-container.mobile-nav .tender-button, footer.footer .section-container .items .main-container.mobile-nav .socials {
    display: flex;
  }
  footer.footer .section-container .items .main-container.mobile-nav .socials {
    justify-content: center;
  }
  footer.footer .section-container .items .main-container.mobile-nav .tender-button {
    max-width: 100%;
  }
}
footer.footer .section-container .items .opacity-text .copyright, footer.footer .section-container .items .opacity-text .oferta, footer.footer .section-container .items .opacity-text .sout, footer.footer .section-container .items .opacity-text .policy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}
footer.footer .section-container .items .opacity-text .oferta {
  margin-bottom: 10px;
  transition: 0.3s all ease;
}
footer.footer .section-container .items .opacity-text .oferta:hover {
  color: #000;
}
@media (max-width: 788px) {
  footer.footer .section-container .items .opacity-text {
    display: none;
  }
}
footer.footer .section-container .contacts-mobile {
  display: none;
}
@media (max-width: 645px) {
  footer.footer .section-container .contacts-mobile {
    display: block;
  }
  footer.footer .section-container .contacts-mobile .sub-title-mobile, footer.footer .section-container .contacts-mobile .contact-mobile {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
  }
  footer.footer .section-container .contacts-mobile .contact-mobile {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
  }
  footer.footer .section-container .contacts-mobile .contact-mobile .link-tg {
    color: #fff;
    transition: 0.3s all ease;
  }
  footer.footer .section-container .contacts-mobile .contact-mobile .link-tg:hover {
    color: #000;
  }
}
footer.footer .section-container .subscribe {
  width: 405px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px;
}
@media (max-width: 1044px) {
  footer.footer .section-container .subscribe {
    height: 550px;
  }
}
@media (max-width: 788px) {
  footer.footer .section-container .subscribe {
    height: auto;
    flex: 1 1 50%;
  }
}
@media (max-width: 645px) {
  footer.footer .section-container .subscribe {
    width: 100%;
    flex: none;
  }
}
footer.footer .section-container .subscribe .main-container .title, footer.footer .section-container .subscribe .main-container .text {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 35px;
}
footer.footer .section-container .subscribe .main-container .text {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}
footer.footer .section-container .subscribe .main-container .simple-form {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer.footer .section-container .subscribe .main-container .simple-form input[type=text] {
  padding: 15px 10px 15px 0;
  width: 100%;
  font: 500 16px/1.2em "Montserrat", sans-serif;
  color: #fff;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
footer.footer .section-container .subscribe .main-container .simple-form input[type=text]::placeholder {
  color: #fff;
}
footer.footer .section-container .subscribe .main-container .simple-form input[type=text]:focus {
  outline: none;
}
footer.footer .section-container .subscribe .main-container .simple-form input[type=text].error {
  border-color: #D2FF73 !important;
}
footer.footer .section-container .subscribe .main-container .simple-form input[type=text].error::placeholder {
  color: #D2FF73 !important;
}
footer.footer .section-container .subscribe .main-container .simple-form .send-subscribe {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.3s all ease;
  background: #00B2FF;
  margin-top: 20px;
}
footer.footer .section-container .subscribe .main-container .simple-form .send-subscribe .text-send {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 3px;
  text-transform: uppercase;
  transition: 0.3s all ease;
  padding: 0 10px;
}
footer.footer .section-container .subscribe .main-container .simple-form .send-subscribe:hover {
  background: #fff;
}
footer.footer .section-container .subscribe .main-container .simple-form .send-subscribe:hover .text-send {
  color: #00B2FF;
}
footer.footer .section-container .subscribe .opacity-text .policy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
}
footer.footer .section-container .subscribe .opacity-text .policy a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s all ease;
  text-decoration: underline;
}
footer.footer .section-container .subscribe .opacity-text .policy a:hover {
  color: #000;
}
@media (max-width: 788px) {
  footer.footer .section-container .subscribe .opacity-text {
    display: none;
  }
}
footer.footer .section-container .opacity-text-mobile {
  display: none;
}
@media (max-width: 788px) {
  footer.footer .section-container .opacity-text-mobile {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  footer.footer .section-container .opacity-text-mobile {
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
footer.footer .section-container .opacity-text-mobile .inform, footer.footer .section-container .opacity-text-mobile .sout {
  flex: 1 1 50%;
}
@media (max-width: 400px) {
  footer.footer .section-container .opacity-text-mobile .inform, footer.footer .section-container .opacity-text-mobile .sout {
    flex: none;
  }
}
footer.footer .section-container .opacity-text-mobile .inform .oferta, footer.footer .section-container .opacity-text-mobile .inform .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}
footer.footer .section-container .opacity-text-mobile .inform .oferta {
  margin-bottom: 10px;
  transition: 0.3s all ease;
}
footer.footer .section-container .opacity-text-mobile .inform .oferta:hover {
  color: #000;
}
footer.footer .section-container .opacity-text-mobile .sout, footer.footer .section-container .opacity-text-mobile .policy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
}
footer.footer .section-container .opacity-text-mobile .policy {
  flex: 1 1 100%;
}
@media (max-width: 400px) {
  footer.footer .section-container .opacity-text-mobile .policy {
    flex: none;
  }
}
footer.footer .section-container .opacity-text-mobile .policy a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s all ease;
  text-decoration: underline;
}
footer.footer .section-container .opacity-text-mobile .policy a:hover {
  color: #000;
}

form.error {
  animation: wrong-action 50ms linear 5 alternate;
}

.form-checkbox.error .form-checkbox-input {
  border: 2px solid #ff9262;
}

.form-radio-input.error {
  border: 2px solid #ff9262;
}

form.simple-form.error {
  border: 5px solid #ff9262;
}
form.simple-form.error .success.approve-subscription {
  display: none !important;
}

.service-main-form-container form.simple-form.error, #expert-main-form-container form.simple-form.error {
  border: 5px solid transparent;
}

form.simple-form input.error, form.simple-form textarea.error {
  border-color: #E81C1C !important;
}
form.simple-form input.error::placeholder, form.simple-form textarea.error::placeholder {
  color: #E81C1C !important;
}

form.simple-form .upload-box .input.error {
  border: 3px solid #ff9262;
  animation: wrong-action 50ms linear 5 alternate;
}

form.simple-form .submit button.submit.push.error {
  background-color: #ff9262;
}

.error .box-modal-close {
  background: url(/build/images/close-error.cf0ad67c.svg) 0 0 no-repeat;
  width: 23px;
  height: 23px;
}

td.error > .ik_select > .ik_select_link {
  border: 2px solid #ff9262;
}

@keyframes wrong-action {
  0% {
    transform: translateX(-4px);
  }
  100% {
    transform: translateX(4px);
  }
}
.form-checkbox {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-left: 32px;
  text-align: left;
}
.form-checkbox .form-checkbox-input {
  box-sizing: border-box;
  float: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 25px;
  height: 25px;
  margin-top: -2px;
  margin-left: -32px;
  border: 2px solid #e7e7e7;
  border-radius: 2px;
}
.form-checkbox .form-checkbox-input input {
  position: absolute;
  z-index: 1000;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.form-checkbox .form-checkbox-input:before {
  background: url(/build/images/sprite.35579e56.png) -132px -332px no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -8.5px;
  width: 17px;
  height: 14px;
  transition: transform 0.15s ease;
  transform: scale(0.001);
  opacity: 0;
  content: "";
}
.form-checkbox:after {
  clear: both;
  display: table;
  content: "";
}
.form-checkbox:hover, .form-checkbox:active, .form-checkbox.is-hover {
  cursor: default;
}
.form-checkbox:hover .form-checkbox-input, .form-checkbox:active .form-checkbox-input, .form-checkbox.is-hover .form-checkbox-input {
  border-color: #45b4e2;
}
.form-checkbox.js-checkbox:hover .form-checkbox-input, .form-checkbox.js-checkbox:active .form-checkbox-input, .form-checkbox.js-checkbox.is-hover .form-checkbox-input {
  border-color: #e7e7e7;
}
.form-checkbox.is-checked .form-checkbox-input:before {
  transform: scale(1);
  opacity: 1;
}

.form-radio {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-left: 32px;
  text-align: left;
}
.form-radio .form-radio-input {
  box-sizing: border-box;
  float: left;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 25px;
  height: 25px;
  margin-top: -2px;
  margin-left: -32px;
  border: 2px solid #e7e7e7;
  border-radius: 50%;
}
.form-radio .form-radio-input input {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}
.form-radio .form-radio-input:before {
  background: url(/build/images/sprite.35579e56.png) -206px -332px no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6.5px;
  margin-left: -6.5px;
  width: 13px;
  height: 13px;
  transition: transform 0.15s ease;
  transform: scale(0.001);
  opacity: 0;
  content: "";
}
.form-radio:after {
  clear: both;
  display: table;
  content: "";
}
.form-radio:hover, .form-radio:active, .form-radio.is-hover {
  cursor: default;
}
.form-radio:hover .form-radio-input, .form-radio:active .form-radio-input, .form-radio.is-hover .form-radio-input {
  border-color: #45b4e2;
}
.form-radio.is-checked .form-radio-input:before {
  transform: scale(1);
  opacity: 1;
}

.form-radio + .form-radio {
  margin-left: 5px;
}

.arcticmodal-overlay, .arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
}

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
}

:first-child + html .arcticmodal-container {
  height: 100%;
}

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto;
}

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  opacity: 0.6;
}

.arcticmodal-loading {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  opacity: 0.6;
}

.box-modal {
  position: relative;
  max-width: 1265px;
  padding: 25px 0 0;
  margin: 0 auto;
  z-index: 999;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  .box-modal {
    max-width: 100%;
    padding: 25px 20px;
  }
}
@media (max-width: 500px) {
  .box-modal {
    padding: 60px 20px 80px !important;
  }
}

.box-modal.alert-message {
  min-width: 330px;
  max-width: 420px;
}

.box-modal-close {
  transform: translate3d(0, 0, 0) !important;
  position: absolute;
  right: 0 !important;
  top: 0 !important;
  cursor: pointer;
  background: url(/build/images/close-white.c823cc90.svg) 0 0 no-repeat;
  width: 24px !important;
  height: 24px !important;
  z-index: 200 !important;
  transition: 0.3s;
}
@media (max-width: 1220px) {
  .box-modal-close {
    right: 20px !important;
    top: 20px !important;
  }
}
@media (max-width: 500px) {
  .box-modal-close {
    top: 23px !important;
    right: 23px !important;
    width: 18px !important;
    height: 18px !important;
    background-size: 18px 18px !important;
  }
}
.box-modal-close.black {
  filter: invert(1);
}

.arcticmodal-overlay {
  opacity: unset;
  background: rgba(0, 0, 0, 0.5);
}

.arcticmodal-container .arcticmodal-container_i {
  width: 100%;
  background: #2d2d2d;
  border-spacing: 0;
}
@media (max-width: 788px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 {
    padding: 0;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal > * {
  font-family: "Montserrat", Arial, sans-serif;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .icon-pk {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1220px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .icon-pk {
    top: 12px;
    left: 20px;
  }
}
@media (max-width: 788px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .icon-pk {
    display: none;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .icon-mob {
  display: none;
  position: absolute;
  top: 25px;
  left: 20px;
}
@media (max-width: 788px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .icon-mob {
    display: block;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container {
  display: flex;
  gap: 100px;
  align-items: flex-start;
}
@media (max-width: 1220px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container {
    gap: 50px;
  }
}
@media (max-width: 1000px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container {
    gap: 0;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container .left-col {
  padding-top: 18px;
}
@media (max-width: 500px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container .left-col {
    padding: 0;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container .left-col .title {
  font-weight: 700;
  font-size: 50px;
  color: #737373;
  line-height: 1.1em;
}
@media (max-width: 500px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container .left-col .title {
    font-size: 33px;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container .left-col .title span.blue {
  color: #00B2FF;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container .left-col .desc {
  margin-top: 25px;
  font-size: 20px;
  color: #fff;
  line-height: 1.75em;
}
@media (max-width: 500px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container .left-col .desc {
    display: none;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form {
  position: unset;
  max-width: 600px;
}
@media (max-width: 1220px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form {
    max-width: 500px;
  }
}
@media (max-width: 1000px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form {
    width: 100%;
    max-width: 100%;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form input, .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form textarea {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 15px 0;
  font: 500 16px/1.2em "Montserrat", sans-serif;
  color: #fff;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #7E7E7E;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form input::placeholder, .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form textarea::placeholder {
  color: #fff;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form input:hover, .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form textarea:hover {
  border-bottom: 1px solid #00B2FF;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form input:-webkit-autofill, .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form textarea:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form input.error, .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form textarea.error {
  color: #D2FF73;
  border-bottom: 1px solid #D2FF73 !important;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form input.error::placeholder, .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form textarea.error::placeholder {
  color: #D2FF73 !important;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form textarea {
  min-height: 30px;
  height: 50px;
  resize: vertical !important;
  max-height: 100px;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.field {
  position: relative;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.field span {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 14px;
  color: red;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.field.error input {
  border-bottom: 1px solid #E81C1C !important;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.field.error span {
  display: block;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.submit {
  position: relative;
  margin-top: 50px;
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 500px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.submit {
    display: block;
    gap: 0;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.submit button {
  max-width: 390px;
  max-height: 65px;
  padding: 16px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
  color: #00B2FF;
  text-transform: uppercase;
  border: 1px solid #00B2FF;
  background: transparent;
  letter-spacing: 4px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 500px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.submit button {
    max-width: none;
    font-size: 16px;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.submit button:hover {
  background: #00B2FF;
  color: #2d2d2d;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.submit a {
  padding: 18px 22px;
  line-height: 0;
  border: 1px solid #7E7E7E;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.submit a {
    display: none;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.submit a svg path {
  transition: all 0.3s ease;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.submit a:hover {
  background: #00B2FF;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.submit a:hover svg path {
  opacity: 1;
  fill: #2d2d2d;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.rules {
  margin-top: 35px;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.rules div {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.25em;
  color: #7e7e7e;
  white-space: nowrap;
}
@media (max-width: 1220px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.rules div {
    white-space: normal;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.rules div a {
  color: #7E7E7E;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form div.rules div a:hover {
  color: #fff;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form .success {
  font-weight: 700;
  font-size: 36px;
  line-height: 122%;
  text-align: center;
  color: #0191FC;
  display: none;
  z-index: 50;
  position: absolute;
  flex-direction: column;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  padding: 0;
}
@media (max-width: 620px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form .success {
    font-size: 22px;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form .success .js-blog-reader-question {
  display: none;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form .success span.content {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}
@media (max-width: 620px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form .success span.content {
    font-size: 22px;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form .success span.read_us {
  font-family: "Montserrat", Arial, sans-serif;
  color: #80C8FD;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  padding: 25px 37px;
  box-sizing: border-box;
  border-top: 1px solid #CFEBFF;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form .success span.read_us a {
  color: #80C8FD;
  transition: 0.3s;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form .success span.read_us a:hover {
  color: #0191FC;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form.reset {
  padding: 0;
  border: none;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .form-container form.simple-form.error {
  border: 0 !important;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .info-container {
  display: flex;
  justify-content: space-around;
  gap: 30px;
  margin-top: 75px;
}
@media (max-width: 870px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .info-container {
    gap: 20px;
  }
}
@media (max-width: 788px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .info-container {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .info-container {
    display: none;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .info-container .address span, .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .info-container .address a {
  display: block;
  font-size: 16px;
  line-height: 1.25em;
  color: #fff;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .info-container .address span + span {
  margin-top: 10px;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .info-container .email a {
  font-weight: 800;
  font-size: 16px;
  color: #fff;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .info-container .socials a + a {
  margin-left: 55px;
}
@media (max-width: 870px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .info-container .socials a + a {
    margin-left: 30px;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .socials-mob {
  display: none;
}
@media (max-width: 500px) {
  .arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .socials-mob {
    display: block;
    margin-top: 50px;
  }
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .socials-mob .text {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25em;
  color: #00B2FF;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .socials-mob a {
  display: inline-block;
  padding: 18px 22px;
  line-height: 0;
  border: 1px solid #7E7E7E;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .socials-mob a svg path {
  transition: all 0.3s ease;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .socials-mob a:hover {
  background: #fff;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .socials-mob a:hover svg path {
  opacity: 1;
  fill: #00B2FF;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2 .box-modal .socials-mob a + a {
  margin-left: 32px;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2.mobile-down {
  vertical-align: bottom;
  padding: 0 15px;
  overflow: hidden;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2.mobile-down article {
  opacity: 0;
  max-width: 400px;
  border-radius: 10px 10px 0 0;
  margin: 0 auto -2px;
  transform: translateY(500px);
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2.mobile-down article.slideUp {
  transition: 0.5s;
  transform: translateY(0);
  opacity: 1;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2.mobile-down article .success {
  font-size: 26px;
  padding-top: 45px;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2.mobile-down article .js-form-title {
  margin: 0 0 15px;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2.mobile-down article input[name=email] {
  margin: 30px 0 0;
  border: 1px solid #E4EEF3;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2.mobile-down article input[name=email]:focus {
  border: 1px solid #A3C7D9;
}
.arcticmodal-container .arcticmodal-container_i .arcticmodal-container_i2.mobile-down .form-container form.simple-form .js-form-title span {
  font-size: 18px;
  line-height: 21px;
  margin: 0 20px;
}

section.feedback-section {
  position: relative;
  padding: 130px 0;
  background: #2D2D2D;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  section.feedback-section {
    padding: 100px 0;
  }
}
@media (max-width: 620px) {
  section.feedback-section {
    padding: 50px 0;
  }
}
section.feedback-section .section-container .icon-pk, section.feedback-section .section-container .icon-mob, section.feedback-section .section-container .info-container {
  display: none;
}
section.feedback-section .section-container .form-container {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
@media (max-width: 1220px) {
  section.feedback-section .section-container .form-container {
    gap: 50px;
  }
}
@media (max-width: 1000px) {
  section.feedback-section .section-container .form-container {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container {
    gap: 0;
  }
}
section.feedback-section .section-container .form-container .left-col {
  padding-top: 18px;
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container .left-col {
    padding: 0;
  }
}
section.feedback-section .section-container .form-container .left-col .title {
  font-weight: 700;
  font-size: 50px;
  color: #737373;
  line-height: 1.1em;
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container .left-col .title {
    font-size: 33px;
  }
}
section.feedback-section .section-container .form-container .left-col .title span.blue {
  color: #00B2FF;
}
section.feedback-section .section-container .form-container .left-col .desc {
  margin-top: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 1.75em;
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container .left-col .desc {
    display: none;
  }
}
section.feedback-section .section-container .form-container form.simple-form {
  position: unset;
  max-width: 600px;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  section.feedback-section .section-container .form-container form.simple-form {
    max-width: 500px;
  }
}
@media (max-width: 1000px) {
  section.feedback-section .section-container .form-container form.simple-form {
    max-width: 100%;
    width: 100%;
  }
}
section.feedback-section .section-container .form-container form.simple-form input, section.feedback-section .section-container .form-container form.simple-form textarea {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 15px 0;
  font: 500 16px/1.2em "Montserrat", sans-serif;
  color: #fff;
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #7E7E7E;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
section.feedback-section .section-container .form-container form.simple-form input::placeholder, section.feedback-section .section-container .form-container form.simple-form textarea::placeholder {
  color: #fff;
}
section.feedback-section .section-container .form-container form.simple-form input:hover, section.feedback-section .section-container .form-container form.simple-form textarea:hover {
  border-bottom: 1px solid #00B2FF;
}
section.feedback-section .section-container .form-container form.simple-form input:-webkit-autofill, section.feedback-section .section-container .form-container form.simple-form textarea:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}
section.feedback-section .section-container .form-container form.simple-form textarea {
  min-height: 30px;
  height: 50px;
  resize: vertical !important;
  max-height: 100px;
}
section.feedback-section .section-container .form-container form.simple-form div.field {
  position: relative;
}
section.feedback-section .section-container .form-container form.simple-form div.field span {
  display: none;
  position: absolute;
  bottom: -25px;
  left: 0;
  font-size: 14px;
  color: red;
}
section.feedback-section .section-container .form-container form.simple-form div.field.error input {
  border-bottom: 1px solid #E81C1C !important;
}
section.feedback-section .section-container .form-container form.simple-form div.field.error span {
  display: block;
}
section.feedback-section .section-container .form-container form.simple-form div.submit {
  position: relative;
  margin-top: 50px;
  display: flex;
  gap: 32px;
  width: 100%;
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container form.simple-form div.submit {
    display: block;
    gap: 0;
  }
}
section.feedback-section .section-container .form-container form.simple-form div.submit button {
  max-width: 390px;
  padding: 16px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5em;
  color: #00B2FF;
  text-transform: uppercase;
  border: 1px solid #00B2FF;
  background: transparent;
  letter-spacing: 4px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  section.feedback-section .section-container .form-container form.simple-form div.submit button {
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container form.simple-form div.submit button {
    max-width: none;
    font-size: 16px;
  }
}
section.feedback-section .section-container .form-container form.simple-form div.submit button:hover {
  background: #00B2FF;
  color: #2d2d2d;
}
section.feedback-section .section-container .form-container form.simple-form div.submit a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 22px;
  line-height: 0;
  border: 1px solid #7E7E7E;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
@media (max-width: 500px) {
  section.feedback-section .section-container .form-container form.simple-form div.submit a {
    display: none;
  }
}
section.feedback-section .section-container .form-container form.simple-form div.submit a svg path {
  transition: all 0.3s ease;
}
section.feedback-section .section-container .form-container form.simple-form div.submit a:hover {
  background: #00B2FF;
}
section.feedback-section .section-container .form-container form.simple-form div.submit a:hover svg path {
  opacity: 1;
  fill: #2d2d2d;
}
section.feedback-section .section-container .form-container form.simple-form div.rules {
  margin-top: 35px;
}
section.feedback-section .section-container .form-container form.simple-form div.rules div {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.25em;
  color: #7e7e7e;
  white-space: nowrap;
}
@media (max-width: 1220px) {
  section.feedback-section .section-container .form-container form.simple-form div.rules div {
    white-space: normal;
  }
}
section.feedback-section .section-container .form-container form.simple-form div.rules div a {
  color: #7E7E7E;
  text-decoration: underline;
  transition: all 0.3s ease;
}
section.feedback-section .section-container .form-container form.simple-form div.rules div a:hover {
  color: #fff;
}
section.feedback-section .section-container .form-container form.simple-form .success {
  font-weight: 700;
  font-size: 36px;
  line-height: 122%;
  text-align: center;
  color: #0191FC;
  display: none;
  z-index: 50;
  position: absolute;
  flex-direction: column;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  padding: 0;
}
@media (max-width: 620px) {
  section.feedback-section .section-container .form-container form.simple-form .success {
    font-size: 22px;
  }
}
section.feedback-section .section-container .form-container form.simple-form .success .js-blog-reader-question {
  display: none;
}
section.feedback-section .section-container .form-container form.simple-form .success span.content {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}
@media (max-width: 620px) {
  section.feedback-section .section-container .form-container form.simple-form .success span.content {
    font-size: 22px;
  }
}
section.feedback-section .section-container .form-container form.simple-form .success span.read_us {
  font-family: "Montserrat", Arial, sans-serif;
  color: #80C8FD;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  padding: 25px 37px;
  box-sizing: border-box;
  border-top: 1px solid #CFEBFF;
}
section.feedback-section .section-container .form-container form.simple-form .success span.read_us a {
  color: #80C8FD;
  transition: 0.3s;
}
section.feedback-section .section-container .form-container form.simple-form .success span.read_us a:hover {
  color: #0191FC;
}
section.feedback-section .section-container .form-container form.simple-form.reset {
  padding: 0;
  border: none;
}
section.feedback-section .section-container .form-container form.simple-form.error {
  border: 0 !important;
}
section.feedback-section .section-container .socials-mob {
  display: none;
}
@media (max-width: 500px) {
  section.feedback-section .section-container .socials-mob {
    display: block;
    margin-top: 50px;
  }
}
section.feedback-section .section-container .socials-mob .text {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25em;
  color: #00B2FF;
}
section.feedback-section .section-container .socials-mob a {
  display: inline-block;
  padding: 18px 22px;
  line-height: 0;
  border: 1px solid #7E7E7E;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
section.feedback-section .section-container .socials-mob a svg path {
  transition: all 0.3s ease;
}
section.feedback-section .section-container .socials-mob a:hover {
  background: #fff;
}
section.feedback-section .section-container .socials-mob a:hover svg path {
  opacity: 1;
  fill: #00B2FF;
}
section.feedback-section .section-container .socials-mob a + a {
  margin-left: 32px;
}

:root {
  --white: #fff;
  --black: #000;
  --primary-color: #00b2ff;
  --red-vpn: #e93c53;
  --orange: #ff6a29;
  --purple: #544fcd;
  --purple-dark: #35336c;
  --black-main: #2d2d2d;
  --gray-light: #b6b6b6;
  --gray-dark: #7e7e7e;
}

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

body {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}

body,
html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: unset;
}

ul {
  list-style: none;
}

address {
  font-style: normal;
}

body.no-scroll {
  overflow-y: hidden;
}

@media (max-width: 600px) {
  h2 {
    font-size: 32px !important;
  }
}
.lock {
  overflow-y: hidden;
}

#content {
  overflow: hidden;
  padding-top: 0 !important;
}

.content-container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 950px) {
  .content-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.button {
  display: flex;
  align-items: center;
  transition: 0.3s all ease;
}
.button svg {
  margin-left: 12px;
}

.path {
  transition: 0.3s all ease;
}

#progressBar {
  display: none;
}

.header__marquee {
  padding: 22px;
  border: 1.33px solid #F6F6F6;
}
@media (max-width: 950px) {
  .header__marquee {
    padding: 13px;
  }
}
.header__marquee .marquee__text {
  text-align: center;
  color: #C9C9C9;
  letter-spacing: 10px;
}
@media (max-width: 950px) {
  .header__marquee .marquee__text {
    letter-spacing: 1px;
    line-height: 25px;
  }
}

.marquee {
  width: 100%;
  padding: 22px;
  border: 1.33px solid #F6F6F6;
}
.marquee .marquee__text {
  text-align: center;
  color: #C9C9C9;
  letter-spacing: 10px;
}
@media (max-width: 950px) {
  .marquee .marquee__text {
    letter-spacing: 1px;
  }
}

button {
  cursor: pointer;
}

.button-prime {
  padding: 16px 98px;
  background: #C9FF3D;
  border-radius: 12px;
  font-weight: 700;
}

.button-prime:hover {
  background: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: white !important;
}
.button-prime:hover path {
  stroke: white;
}

.button-white {
  padding: 16px 24px;
  background: #C9FF3D;
  border-radius: 12px;
  font-weight: 700;
}

.button-white:hover {
  background: white !important;
  border-color: white !important;
  color: var(--primary-color);
}
.button-white:hover path {
  stroke: var(--primary-color);
}

.title-1 {
  color: var(--black-main);
  font-size: 3.75rem;
  font-weight: 700;
}

.flex {
  display: flex;
}

.title-2 {
  color: var(--black);
  margin-bottom: 110px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 600px) {
  .title-2 {
    margin-bottom: 50px;
  }
}

body.lock {
  overflow-y: hidden;
}

.hero {
  padding-top: 97px;
}
@media (max-width: 1550px) {
  .hero {
    padding-top: 38px;
  }
}
.hero .hero__container {
  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;
  gap: 1rem;
  padding-bottom: 150px;
}
@media (max-width: 1400px) {
  .hero .hero__container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1400px) and (max-width: 600px) {
  .hero .hero__container {
    padding-bottom: 70px;
  }
}
@media (max-width: 1400px) {
  .hero .hero__container .special-equipment {
    margin-top: 60px;
  }
}
@media (max-width: 1400px) and (max-width: 600px) {
  .hero .hero__container .special-equipment {
    margin-top: 30px;
  }
  .hero .hero__container .special-equipment .up_head_button {
    margin-top: 15px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1400px) {
  .hero .hero__container .hero__button_container {
    justify-content: center;
    margin-top: 55px;
  }
}
@media (max-width: 1400px) and (max-width: 600px) {
  .hero .hero__container .hero__button_container {
    display: none;
  }
}
.hero .hero__container .bottom_head_button {
  display: none;
  padding: 16px 0px;
  width: 100%;
  justify-content: center;
  margin-top: 60px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .hero .hero__container .bottom_head_button {
    display: flex;
  }
}
.hero .hero__container .special-equipment__img {
  background: #00B2FF;
  width: 790px;
  height: 618px;
  border-radius: 93px;
  position: relative;
}
@media (max-width: 1550px) {
  .hero .hero__container .special-equipment__img {
    width: 700px;
    height: 570px;
  }
}
@media (max-width: 1400px) {
  .hero .hero__container .special-equipment__img {
    width: 790px;
    height: 618px;
  }
}
@media (max-width: 950px) {
  .hero .hero__container .special-equipment__img {
    justify-content: center;
    display: flex;
    width: initial;
    height: initial;
  }
}
.hero .hero__container .special-equipment__img .special-equipment-vector {
  position: absolute;
  top: -40px;
}
@media (max-width: 950px) {
  .hero .hero__container .special-equipment__img .special-equipment-vector {
    position: initial;
  }
}
@media (max-width: 700px) {
  .hero .hero__container .special-equipment__img .special-equipment-vector {
    max-width: 100%;
  }
}
.hero .hero__container .special-equipment__img .special-equipment-img {
  z-index: 3;
  position: absolute;
  right: 30px;
  bottom: 40px;
  transition: 0.3s all ease;
}
@media (min-width: 950px) {
  .hero .hero__container .special-equipment__img .special-equipment-img:hover {
    transform: rotate(3deg);
    transition: 0.3s all ease;
  }
}
@media (max-width: 950px) {
  .hero .hero__container .special-equipment__img .special-equipment-img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero .hero__container .hero__main {
  max-width: 55rem;
}
@media (max-width: 1400px) {
  .hero .hero__container .hero__main {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .hero .hero__container .hero__main h1, .hero .hero__container .hero__main p {
    text-align: left;
    line-height: 45px;
  }
}
.hero .hero__container .hero__main .hero__title {
  font-size: 64px;
  line-height: 73px;
}
@media (max-width: 1550px) {
  .hero .hero__container .hero__main .hero__title {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .hero .hero__container .hero__main .hero__title {
    font-size: 26px;
    font-weight: 900;
    line-height: 45px;
  }
}
.hero .hero__container .hero__main .hero__title span {
  display: block;
  color: #00B2FF;
}
.hero .hero__container .hero__main .hero__subtitle {
  max-width: 45rem;
  margin: 55px 0;
  color: #565A65;
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 1550px) {
  .hero .hero__container .hero__main .hero__subtitle {
    max-width: initial;
  }
}
@media (max-width: 600px) {
  .hero .hero__container .hero__main .hero__subtitle {
    margin: 18px 0 0;
    font-size: 18px;
    line-height: 30px;
  }
}

.niche_difficulties {
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
  padding-bottom: 14rem;
}
@media (max-width: 600px) {
  .niche_difficulties {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-bottom: 18rem;
  }
}
.niche_difficulties .niche_difficulties__container {
  padding-top: 125px;
  padding-bottom: 9.625rem;
}
@media (max-width: 600px) {
  .niche_difficulties .niche_difficulties__container {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 600px) {
  .niche_difficulties .niche_difficulties__container h2 {
    margin-bottom: 8px;
  }
}
.niche_difficulties .niche_difficulties__container .word {
  height: 30rem;
}
.niche_difficulties .niche_difficulties__container .word .word_line_wrapper {
  font-size: 3em;
  font-weight: 700;
  color: #565A65;
  position: absolute;
  left: -17vw;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .niche_difficulties .niche_difficulties__container .word .word_line_wrapper {
    font-size: 2em;
  }
}
.niche_difficulties .niche_difficulties__container .word .word_line_wrapper .word_line {
  padding: 25px 0;
  display: flex;
}
@media (max-width: 600px) {
  .niche_difficulties .niche_difficulties__container .word .word_line_wrapper .word_line {
    padding: 23px 0;
  }
}
.niche_difficulties .niche_difficulties__container .word .word_line_wrapper .word_line span {
  margin: 0 23px;
  cursor: pointer;
}
.niche_difficulties .niche_difficulties__container .word .word_line_wrapper .word_line span:hover {
  color: #00ABFF;
}

.discuss {
  padding-top: 135px;
  padding-bottom: 120px;
  background: var(--primary-color);
}
@media (max-width: 600px) {
  .discuss {
    padding-top: 72px;
    padding-bottom: 75px;
  }
}
.discuss .discuss__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 130px;
}
@media (max-width: 1220px) {
  .discuss .discuss__container {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.discuss .discuss__container .discuss__title {
  color: var(--white);
  font-size: 64px;
  font-weight: 700;
  line-height: 74px;
}
@media (max-width: 950px) {
  .discuss .discuss__container .discuss__title {
    line-height: normal;
  }
}
@media (max-width: 600px) {
  .discuss .discuss__container .discuss__title {
    font-size: 32px;
    margin-bottom: 17px;
  }
}
.discuss .discuss__container .discuss__content {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.discuss .discuss__container .discuss__content .discuss__text {
  color: var(--white);
  line-height: 43px;
  font-size: 24px;
}
.discuss .discuss__container .discuss__content .discuss__button__wrapper {
  display: flex;
  margin-top: 71px;
}
@media (max-width: 1220px) {
  .discuss .discuss__container .discuss__content .discuss__button__wrapper {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 1220px) and (max-width: 600px) {
  .discuss .discuss__container .discuss__content .discuss__button__wrapper {
    margin-top: 30px;
  }
}
@media (max-width: 1220px) {
  .discuss .discuss__container .discuss__content .discuss__button__wrapper div {
    justify-self: center;
  }
}
@media (max-width: 1220px) {
  .discuss .discuss__container .discuss__content .discuss__button__wrapper .discuss__button {
    margin: 20px 0;
  }
}
.discuss .discuss__container .discuss__content .discuss__button__wrapper .discuss__policy {
  margin-left: 41px;
  font-size: 14px;
  color: var(--white);
  display: flex;
  align-items: center;
}
@media (max-width: 1220px) {
  .discuss .discuss__container .discuss__content .discuss__button__wrapper .discuss__policy {
    margin: 0;
  }
}
.discuss .discuss__container .discuss__content .discuss__button__wrapper .discuss__policy a {
  text-decoration: underline;
}

#m0 {
  padding: 0;
}

.what_we_do {
  padding-top: 150px;
  padding-bottom: 190px;
}
@media (max-width: 600px) {
  .what_we_do {
    padding-top: 72px;
    padding-bottom: 78px;
  }
}
@media (max-width: 950px) {
  .what_we_do .what_we_do__container .what_we_do__title {
    margin-bottom: 10px;
  }
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .what_we_do .what_we_do__container .what_we_do_block_wrapper {
    justify-content: center;
  }
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .seo_block_container {
  width: 650px;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .avito_block_container {
  width: 513px;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .hot_client_block_container {
  width: 375px;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .event_block_container {
  width: 513px;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .smm_block_container {
  width: 650px;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .crm_block_container {
  width: 375px;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .smm_block {
  position: relative;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .crm_block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container {
  display: flex;
  justify-content: center;
}
@media (max-width: 1620px) {
  .what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container {
    width: 50%;
  }
}
@media (max-width: 1220px) {
  .what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container {
    width: 100%;
  }
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .hot_client_block {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .avito_block {
  border-radius: 40px;
}
@media (max-width: 600px) {
  .what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .avito_block {
    border-radius: 24px;
  }
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .what_we_do_block {
  margin: 20px 10px;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .what_we_do_block img {
  max-width: 100%;
  transition: 0.3s all ease;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .what_we_do_block .what_we_do_logo_wrapper {
  z-index: 9;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .what_we_do_block .what_we_do_block_img_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .crooked_block {
  position: relative;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .crooked_block .what_we_do_rectangle {
  position: absolute;
}
@media (max-width: 1220px) {
  .what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .crooked_block .what_we_do_rectangle {
    max-height: 100%;
    width: 100%;
  }
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .crooked_block .what_we_do_block_img_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .crooked_block .what_we_do_logo_wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.what_we_do .what_we_do__container .what_we_do_block_wrapper .what_we_do_block_container .crooked_block .what_we_do_logo_wrapper img {
  transition: 0.3s all ease;
}

.stage_of_work {
  padding-top: 120px;
  padding-bottom: 190px;
  background: var(--primary-color);
}
@media (max-width: 1220px) {
  .stage_of_work {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.stage_of_work .stage_action_button__mobile {
  display: none;
  margin-top: 45px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 950px) {
  .stage_of_work .stage_action_button__mobile {
    display: flex;
  }
}
.stage_of_work .stage_action_button__mobile a {
  font-size: 15px;
  font-weight: 100;
  max-width: 350px;
  padding: 16px 12px;
}
@media (max-width: 950px) {
  .stage_of_work .stage_action_button__pc {
    display: none;
  }
}
.stage_of_work .stage_of_work_title_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 110px;
}
@media (max-width: 1520px) {
  .stage_of_work .stage_of_work_title_wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 950px) {
  .stage_of_work .stage_of_work_title_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .stage_of_work .stage_of_work_title_wrapper h2 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .stage_of_work .stage_of_work_title_wrapper {
    margin-bottom: 0;
    justify-content: left;
  }
}
.stage_of_work .stage_of_work_title_wrapper .stage_of_work__title {
  color: var(--white);
  font-size: 64px;
  font-weight: 700;
  line-height: 114px;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .stage_of_work .stage_of_work_title_wrapper .stage_of_work__title {
    text-align: left;
  }
}
@media (max-width: 500px) {
  .stage_of_work .stage_of_work_title_wrapper .stage_of_work__title {
    margin-bottom: 0;
  }
}
.stage_of_work .stage_of_work_block_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1350px) {
  .stage_of_work .stage_of_work_block_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1350px) and (max-width: 600px) {
  .stage_of_work .stage_of_work_block_wrapper {
    justify-content: left;
  }
}
@media (max-width: 1350px) {
  .stage_of_work .stage_of_work_block_wrapper .stage_box {
    justify-content: center;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 1350px) and (max-width: 600px) {
  .stage_of_work .stage_of_work_block_wrapper .stage_box {
    display: flex;
    justify-content: left;
  }
}
@media (max-width: 1350px) and (max-width: 600px) {
  .stage_of_work .stage_of_work_block_wrapper .stage_box .stage_container {
    display: inline-block;
  }
}
@media (max-width: 1350px) {
  .stage_of_work .stage_of_work_block_wrapper img {
    transform: rotate(90deg);
  }
}
.stage_of_work .stage_of_work_block_wrapper .stage_number {
  font-size: 24px;
  color: var(--primary-color);
  padding: 4px 21px 3px 21px;
  background: var(--white);
  width: fit-content;
  border-radius: 25px 25px 0 0;
}
.stage_of_work .stage_of_work_block_wrapper .stage_text {
  display: flex;
  padding: 36px 15px;
  width: 237px;
  height: 143px;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  border: 1px solid white;
  border-radius: 0px 10px 10px 10px;
}
@media (max-width: 1450px) {
  .stage_of_work .stage_of_work_block_wrapper .stage_text {
    width: 200px;
    height: 125px;
  }
}
@media (max-width: 1350px) {
  .stage_of_work .stage_of_work_block_wrapper .stage_text {
    width: 237px;
    height: 143px;
  }
}
.stage_of_work .stage_separator_wrapper {
  margin-top: 45px;
}
@media (max-width: 1350px) {
  .stage_of_work .stage_separator_wrapper {
    margin-bottom: 45px;
  }
}
@media (max-width: 600px) {
  .stage_of_work .stage_separator_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .stage_of_work .hero__button {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 500px) {
  .stage_of_work .hero__button {
    padding: 16px 30px;
  }
}

.useful {
  padding-top: 6.4rem;
  padding-bottom: 3rem;
}
@media (max-width: 600px) {
  .useful {
    padding-top: 80px;
  }
}
.useful .useful_case_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1370px) {
  .useful .useful_case_wrapper {
    justify-content: center;
  }
}
.useful .useful_case_wrapper .big_case {
  width: 830px;
}
@media (max-width: 1550px) {
  .useful .useful_case_wrapper .big_case {
    width: 730px;
  }
}
@media (max-width: 1370px) {
  .useful .useful_case_wrapper .big_case {
    width: 830px;
  }
}
.useful .useful_case_wrapper .small_case {
  width: 690px;
}
@media (max-width: 1550px) {
  .useful .useful_case_wrapper .small_case {
    width: 620px;
  }
}
@media (max-width: 1370px) {
  .useful .useful_case_wrapper .small_case {
    width: 830px;
  }
}
.useful .useful_case_wrapper .useful_case {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 50px 40px 50px 45px;
  align-items: center;
  display: flex;
  margin-bottom: 95px;
  height: 225px;
  transition: 0.3s all ease;
  cursor: pointer;
}
@media (max-width: 1550px) {
  .useful .useful_case_wrapper .useful_case {
    padding: 40px 25px 40px 25px;
  }
}
@media (max-width: 1370px) {
  .useful .useful_case_wrapper .useful_case {
    padding: 40px 25px 40px 25px;
  }
}
@media (max-width: 600px) {
  .useful .useful_case_wrapper .useful_case {
    height: auto;
    margin-bottom: 35px;
  }
}
@media (max-width: 500px) {
  .useful .useful_case_wrapper .useful_case {
    display: block;
    padding: 25px;
  }
}
.useful .useful_case_wrapper .useful_case .active_icon {
  display: none;
}
.useful .useful_case_wrapper .useful_case p {
  padding: 0 12px 0 43px;
  font-size: 24px;
  font-weight: 700;
  transition: 0.3s all ease;
  color: #555a65;
}
@media (max-width: 500px) {
  .useful .useful_case_wrapper .useful_case p {
    padding: 20px 0 20px 0;
    font-size: 20px;
  }
}
.useful .useful_case_wrapper .useful_case:hover {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.useful .useful_case_wrapper .useful_case:hover p {
  color: var(--white);
}
.useful .useful_case_wrapper .useful_case:hover .idle_icon {
  display: none;
}
.useful .useful_case_wrapper .useful_case:hover .active_icon {
  display: block;
}

.efficiency {
  margin-bottom: 150px;
}
@media (max-width: 500px) {
  .efficiency {
    margin-top: 80px;
    margin-bottom: 70px;
  }
}

.efficiency_wrapper {
  padding: 50px;
  background: #00b2ff;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  color: white;
}
.efficiency_wrapper.green {
  background: #C9FF3D;
  color: black;
}
.efficiency_wrapper.green .efficiency_description {
  color: #00b2ff !important;
}
.efficiency_wrapper:not(:first-of-type) {
  margin-top: 80px;
}
@media (max-width: 660px) {
  .efficiency_wrapper {
    padding: 15px;
  }
}
.efficiency_wrapper .efficiency_text_wrapper h3 {
  line-height: 37px;
  font-size: 36px;
  font-weight: 700;
  z-index: 2;
  position: relative;
}
@media (max-width: 660px) {
  .efficiency_wrapper .efficiency_text_wrapper h3 {
    font-size: 21px;
  }
}
.efficiency_wrapper .efficiency_text_wrapper .efficiency_price_description_wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin-top: 55px;
  margin-bottom: 80px;
}
@media (max-width: 1420px) {
  .efficiency_wrapper .efficiency_text_wrapper .efficiency_price_description_wrapper {
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1350px) {
  .efficiency_wrapper .efficiency_text_wrapper .efficiency_price_description_wrapper .efficiency_price_description_item {
    margin-top: 20px;
  }
}
.efficiency_wrapper .efficiency_text_wrapper .efficiency_price_description_wrapper .efficiency_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 660px) {
  .efficiency_wrapper .efficiency_text_wrapper .efficiency_price_description_wrapper .efficiency_title {
    font-size: 18px;
  }
}
@media (max-width: 1020px) {
  .efficiency_wrapper .efficiency_text_wrapper .efficiency_price_description_wrapper .efficiency_title {
    line-height: 21px;
  }
}
.efficiency_wrapper .efficiency_text_wrapper .efficiency_price_description_wrapper .efficiency_description {
  color: #c9ff3d;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 5px;
}
@media (max-width: 1020px) {
  .efficiency_wrapper .efficiency_text_wrapper .efficiency_price_description_wrapper .efficiency_description {
    font-size: 18px;
  }
}
.efficiency_wrapper .first_efficiency_logo_wrapper {
  position: absolute;
  top: -178px;
  right: -150px;
  z-index: 1;
}
@media (max-width: 1050px) {
  .efficiency_wrapper .first_efficiency_logo_wrapper {
    top: -230px;
    right: -262px;
  }
}
@media (max-width: 685px) {
  .efficiency_wrapper .first_efficiency_logo_wrapper {
    top: -275px;
    right: -305px;
  }
}
@media (max-width: 450px) {
  .efficiency_wrapper .first_efficiency_logo_wrapper {
    right: -310px;
  }
}
@media (max-width: 390px) {
  .efficiency_wrapper .first_efficiency_logo_wrapper {
    top: -265px;
  }
}
.efficiency_wrapper .second_efficiency_logo_wrapper {
  position: absolute;
  top: -260px;
  right: -450px;
  z-index: 1;
}
@media (max-width: 740px) {
  .efficiency_wrapper .second_efficiency_logo_wrapper {
    top: -165px;
    right: -565px;
  }
}
@media (max-width: 650px) {
  .efficiency_wrapper .second_efficiency_logo_wrapper {
    top: -175px;
    right: -445px;
  }
}
@media (max-width: 540px) {
  .efficiency_wrapper .second_efficiency_logo_wrapper {
    top: -135px;
    right: -345px;
  }
}
@media (max-width: 400px) {
  .efficiency_wrapper .second_efficiency_logo_wrapper {
    top: -45px;
    right: -340px;
  }
}
.efficiency_wrapper .fourth_efficiency_logo_wrapper {
  position: absolute;
  top: -140px;
  right: -285px;
  z-index: 1;
}
@media (max-width: 900px) {
  .efficiency_wrapper .fourth_efficiency_logo_wrapper {
    right: -460px;
  }
}
@media (max-width: 720px) {
  .efficiency_wrapper .fourth_efficiency_logo_wrapper {
    top: -180px;
  }
}
@media (max-width: 560px) {
  .efficiency_wrapper .fourth_efficiency_logo_wrapper {
    right: -290px;
    top: -80px;
  }
}
@media (max-width: 390px) {
  .efficiency_wrapper .fourth_efficiency_logo_wrapper {
    right: -220px;
    top: -11px;
  }
}
.efficiency_wrapper .third_efficiency_logo_wrapper {
  position: absolute;
  top: -55px;
  right: -150px;
  z-index: 1;
}
@media (max-width: 1020px) {
  .efficiency_wrapper .third_efficiency_logo_wrapper {
    top: -230px;
    right: -262px;
  }
}
@media (max-width: 685px) {
  .efficiency_wrapper .third_efficiency_logo_wrapper {
    top: -275px;
    right: -305px;
  }
}
@media (max-width: 450px) {
  .efficiency_wrapper .third_efficiency_logo_wrapper {
    right: -310px;
  }
}
@media (max-width: 390px) {
  .efficiency_wrapper .third_efficiency_logo_wrapper {
    top: -265px;
  }
}
.efficiency_wrapper .first_tractor_background {
  transform: rotate(290deg) scale(1.25);
}
@media (max-width: 1050px) {
  .efficiency_wrapper .first_tractor_background {
    transform: rotate(202deg) scale(0.8);
  }
}
@media (max-width: 685px) {
  .efficiency_wrapper .first_tractor_background {
    transform: rotate(202deg) scale(0.6);
  }
}
@media (max-width: 460px) {
  .efficiency_wrapper .first_tractor_background {
    transform: rotate(202deg) scale(0.4);
  }
}
.efficiency_wrapper .third_tractor_background {
  transform: rotate(272deg) scale(1.7);
}
@media (max-width: 1570px) {
  .efficiency_wrapper .third_tractor_background {
    transform: rotate(272deg) scale(1.2);
  }
}
@media (max-width: 1020px) {
  .efficiency_wrapper .third_tractor_background {
    transform: rotate(202deg) scale(0.8);
  }
}
@media (max-width: 685px) {
  .efficiency_wrapper .third_tractor_background {
    transform: rotate(202deg) scale(0.6);
  }
}
@media (max-width: 460px) {
  .efficiency_wrapper .third_tractor_background {
    transform: rotate(202deg) scale(0.4);
  }
}
.efficiency_wrapper .second_tractor_background {
  transform: rotate(115deg) scale(0.5);
}
@media (max-width: 650px) {
  .efficiency_wrapper .second_tractor_background {
    transform: rotate(75deg) scale(0.4);
  }
}
@media (max-width: 470px) {
  .efficiency_wrapper .second_tractor_background {
    transform: rotate(90deg) scale(0.6);
  }
}
.efficiency_wrapper .fourth_tractor_background {
  transform: rotate(269deg) scale(1.5);
}
@media (max-width: 720px) {
  .efficiency_wrapper .fourth_tractor_background {
    transform: rotate(270deg);
  }
}
@media (max-width: 570px) {
  .efficiency_wrapper .fourth_tractor_background {
    transform: rotate(269deg) scale(0.7);
  }
}
@media (max-width: 390px) {
  .efficiency_wrapper .fourth_tractor_background {
    transform: rotate(269deg) scale(0.6);
  }
}
.efficiency_wrapper .first_tractor {
  position: absolute;
  left: 60px;
  top: 105px;
  width: 450px;
}
@media (max-width: 1050px) {
  .efficiency_wrapper .first_tractor {
    left: 50px;
    top: 180px;
    width: 420px;
  }
}
@media (max-width: 685px) {
  .efficiency_wrapper .first_tractor {
    left: 126px;
    top: 234px;
    width: 300px;
  }
}
@media (max-width: 500px) {
  .efficiency_wrapper .first_tractor {
    left: 155px;
    top: 245px;
    width: 260px;
  }
}
@media (max-width: 460px) {
  .efficiency_wrapper .first_tractor {
    left: 190px;
    top: 280px;
    width: 210px;
  }
}
@media (max-width: 410px) {
  .efficiency_wrapper .first_tractor {
    left: 170px;
  }
}
@media (max-width: 400px) {
  .efficiency_wrapper .first_tractor {
    left: 160px;
  }
}
@media (max-width: 390px) {
  .efficiency_wrapper .first_tractor {
    top: 265px;
    left: 150px;
  }
}
@media (max-width: 380px) {
  .efficiency_wrapper .first_tractor {
    left: 140px;
  }
}
@media (max-width: 370px) {
  .efficiency_wrapper .first_tractor {
    left: 130px;
  }
}
@media (max-width: 360px) {
  .efficiency_wrapper .first_tractor {
    left: 120px;
  }
}
.efficiency_wrapper .third_tractor {
  position: absolute;
  left: 60px;
  top: -30px;
  width: 450px;
}
@media (max-width: 1020px) {
  .efficiency_wrapper .third_tractor {
    left: 50px;
    top: 180px;
    width: 420px;
  }
}
@media (max-width: 685px) {
  .efficiency_wrapper .third_tractor {
    left: 126px;
    top: 234px;
    width: 300px;
  }
}
@media (max-width: 500px) {
  .efficiency_wrapper .third_tractor {
    left: 155px;
    top: 245px;
    width: 260px;
  }
}
@media (max-width: 460px) {
  .efficiency_wrapper .third_tractor {
    left: 190px;
    top: 280px;
    width: 210px;
  }
}
@media (max-width: 410px) {
  .efficiency_wrapper .third_tractor {
    left: 170px;
  }
}
@media (max-width: 400px) {
  .efficiency_wrapper .third_tractor {
    left: 160px;
  }
}
@media (max-width: 390px) {
  .efficiency_wrapper .third_tractor {
    top: 265px;
    left: 150px;
  }
}
@media (max-width: 380px) {
  .efficiency_wrapper .third_tractor {
    left: 140px;
  }
}
@media (max-width: 370px) {
  .efficiency_wrapper .third_tractor {
    left: 130px;
  }
}
@media (max-width: 360px) {
  .efficiency_wrapper .third_tractor {
    left: 120px;
  }
}
.efficiency_wrapper .second_tractor {
  position: absolute;
  left: 320px;
  top: 215px;
  width: 400px;
}
@media (max-width: 740px) {
  .efficiency_wrapper .second_tractor {
    left: 365px;
    top: 235px;
    width: 300px;
  }
}
@media (max-width: 650px) {
  .efficiency_wrapper .second_tractor {
    left: 300px;
    top: 200px;
    width: 300px;
  }
}
@media (max-width: 585px) {
  .efficiency_wrapper .second_tractor {
    left: 280px;
    top: 190px;
  }
}
@media (max-width: 540px) {
  .efficiency_wrapper .second_tractor {
    left: 215px;
    top: 140px;
  }
}
@media (max-width: 470px) {
  .efficiency_wrapper .second_tractor {
    left: 200px;
    width: 210px;
  }
}
@media (max-width: 430px) {
  .efficiency_wrapper .second_tractor {
    left: 170px;
  }
}
@media (max-width: 400px) {
  .efficiency_wrapper .second_tractor {
    left: 140px;
    top: 145px;
  }
}
@media (max-width: 370px) {
  .efficiency_wrapper .second_tractor {
    left: 120px;
  }
}
.efficiency_wrapper .fourth_tractor {
  position: absolute;
  left: 496px;
  top: 95px;
  width: 400px;
}
@media (max-width: 900px) {
  .efficiency_wrapper .fourth_tractor {
    left: 330px;
  }
}
@media (max-width: 720px) {
  .efficiency_wrapper .fourth_tractor {
    left: 290px;
    top: 140px;
  }
}
@media (max-width: 650px) {
  .efficiency_wrapper .fourth_tractor {
    width: 300px;
    top: 165px;
    left: 290px;
  }
}
@media (max-width: 560px) {
  .efficiency_wrapper .fourth_tractor {
    top: 65px;
    left: 205px;
  }
}
@media (max-width: 480px) {
  .efficiency_wrapper .fourth_tractor {
    left: 230px;
    width: 210px;
    top: 95px;
  }
}
@media (max-width: 440px) {
  .efficiency_wrapper .fourth_tractor {
    left: 170px;
  }
}
@media (max-width: 390px) {
  .efficiency_wrapper .fourth_tractor {
    left: 145px;
    top: 45px;
  }
}
.efficiency_wrapper .efficiency_chart_wrapper img {
  position: relative;
  z-index: 5;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .efficiency_wrapper .efficiency_chart_wrapper img {
    border-radius: 4px;
  }
}

.why_choose {
  padding-bottom: 7rem;
}
@media (max-width: 1370px) {
  .why_choose {
    display: none;
  }
}
.why_choose .why_choose__title {
  margin-bottom: 70px;
}
.why_choose .why_choose_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 950px) {
  .why_choose .why_choose_wrapper {
    justify-content: space-around;
  }
}
@media (max-width: 600px) {
  .why_choose .why_choose_wrapper {
    justify-content: start;
  }
}
.why_choose .why_choose_wrapper .why_choose_case {
  font-size: 24px;
  border-left: 8px solid var(--primary-color);
  padding-left: 12px;
  margin: 0 10px 10px 0;
  color: #555A65;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media (max-width: 800px) {
  .why_choose .why_choose_wrapper .why_choose_case {
    width: 100%;
  }
}
.why_choose .why_choose_wrapper .why_choose_case:hover {
  color: black;
}

.award {
  padding-top: 180px;
  padding-bottom: 140px;
  background: #F5F5F5;
}
@media (max-width: 1335px) {
  .award {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  .award {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.award .award_wrapper {
  display: flex;
}
@media (max-width: 1335px) {
  .award .award_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.award .award_wrapper .rating-items {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  align-items: center;
}
@media (max-width: 1335px) {
  .award .award_wrapper .rating-items {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .award .award_wrapper .rating-items {
    justify-content: center;
  }
}
@media (max-width: 1350px) {
  .award .award_wrapper .rating-items img {
    justify-content: center;
  }
}
.award .award_wrapper .rating-items .small_award {
  margin-bottom: 38px;
}
@media (max-width: 1350px) {
  .award .award_wrapper .rating-items .small_award {
    margin-bottom: 0;
  }
}
@media (max-width: 1350px) {
  .award .award_wrapper .rating-items .rating_item_wrapper {
    width: 45%;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 1350px) {
  .award .award_wrapper .rating-items .rating_item_wrapper {
    width: 100%;
    margin-bottom: 25px;
  }
}
.award .award_wrapper .site_awards {
  max-width: 511px;
  margin-right: 40px;
}
@media (max-width: 1335px) {
  .award .award_wrapper .site_awards {
    margin-right: 0;
    width: 100%;
  }
}
.award .award_wrapper .site_awards .site_awards__title {
  font-size: 64px;
}
@media (max-width: 1335px) {
  .award .award_wrapper .site_awards .site_awards__title {
    text-align: center;
  }
}
.award .award_wrapper .site_awards .partner_site_case {
  margin-top: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 1335px) {
  .award .award_wrapper .site_awards .partner_site_case {
    justify-content: center;
  }
}
@media (max-width: 600px) {
  .award .award_wrapper .site_awards .partner_site_case {
    justify-content: space-around;
  }
}
.award .award_wrapper .site_awards .partner_site_case .partner_logo {
  width: 82px;
}
@media (max-width: 600px) {
  .award .award_wrapper .site_awards .partner_site_case .partner_logo {
    text-align: center;
  }
}
.award .award_wrapper .site_awards .partner_site_case p {
  margin-left: 10px;
}
@media (max-width: 1335px) {
  .award .award_wrapper .site_awards .partner_site_case p {
    width: 300px;
  }
}

.result_guarantee {
  margin-bottom: 20rem;
}
@media (max-width: 1400px) {
  .result_guarantee {
    margin-bottom: 25rem;
  }
}
@media (max-width: 1220px) {
  .result_guarantee {
    margin-bottom: 110px;
  }
}
@media (max-width: 500px) {
  .result_guarantee {
    margin-bottom: 80px;
  }
}

.result_guarantee__container {
  position: relative;
  padding: 0;
}
@media (max-width: 500px) {
  .result_guarantee__container {
    padding: 0;
  }
}
.result_guarantee__container .result_position_wrapper {
  position: absolute;
  top: -200px;
}
@media (max-width: 1220px) {
  .result_guarantee__container .result_position_wrapper {
    position: initial;
  }
}
.result_guarantee__container .result_position_wrapper .result_wrapper {
  background: #C9FF3D;
  padding: 60px 100px 60px 550px;
  border-radius: 40px;
  max-width: 1620px;
  position: relative;
}
@media (max-width: 1220px) {
  .result_guarantee__container .result_position_wrapper .result_wrapper {
    text-align: center;
    padding: 200px 100px 60px 100px;
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .result_guarantee__container .result_position_wrapper .result_wrapper {
    padding: 200px 20px 60px 20px;
    text-align: left;
  }
}
@media (max-width: 410px) {
  .result_guarantee__container .result_position_wrapper .result_wrapper {
    padding: 130px 20px 60px 20px;
  }
}
.result_guarantee__container .result_position_wrapper .result_wrapper .result_allert {
  font-size: 64px;
  line-height: 70px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .result_guarantee__container .result_position_wrapper .result_wrapper .result_allert {
    margin-top: 75px;
    font-size: 45px;
  }
}
@media (max-width: 600px) {
  .result_guarantee__container .result_position_wrapper .result_wrapper .result_allert {
    line-height: 50px;
  }
}
@media (max-width: 450px) {
  .result_guarantee__container .result_position_wrapper .result_wrapper .result_allert {
    margin-top: 35px;
    font-size: 35px;
  }
}
.result_guarantee__container .result_position_wrapper .result_wrapper p {
  font-size: 24px;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .result_guarantee__container .result_position_wrapper .result_wrapper p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 35px;
    line-height: 24px;
  }
}
.result_guarantee__container .result_position_wrapper .result_wrapper .guarantee {
  position: absolute;
  left: 90px;
  top: -55px;
}
@media (max-width: 1220px) {
  .result_guarantee__container .result_position_wrapper .result_wrapper .guarantee {
    position: absolute;
    left: 50%;
    top: -300px;
    transform: translate(-50%, 0);
  }
}
@media (max-width: 800px) {
  .result_guarantee__container .result_position_wrapper .result_wrapper .guarantee {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 410px) {
  .result_guarantee__container .result_position_wrapper .result_wrapper .guarantee img {
    width: 300px;
  }
}

.price__container {
  padding-bottom: 210px;
}
@media (max-width: 800px) {
  .price__container {
    padding-bottom: 80px;
  }
}
.price__container .price__title {
  margin-top: 160px;
}
@media (max-width: 600px) {
  .price__container .price__title {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
.price__container .price_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 190px 190px 190px;
  gap: 35px;
  grid-template-areas: "accent_price accent_price long_price long_price" "accent_price accent_price crm_price avito_price" "target_price context_price calculate_price calculate_price";
}
@media (max-width: 1340px) {
  .price__container .price_wrapper {
    grid-template-areas: "accent_price accent_price long_price long_price" "accent_price accent_price long_price long_price" "crm_price crm_price avito_price avito_price" "target_price context_price calculate_price calculate_price";
  }
}
@media (max-width: 1060px) {
  .price__container .price_wrapper {
    grid-template-areas: "accent_price accent_price long_price long_price" "accent_price accent_price long_price long_price" "crm_price crm_price avito_price avito_price" "target_price target_price context_price context_price" "calculate_price calculate_price calculate_price calculate_price";
  }
}
@media (max-width: 920px) {
  .price__container .price_wrapper {
    gap: 15px;
    grid-template-rows: 75px 75px 75px;
    grid-template-areas: "accent_price accent_price accent_price accent_price" "accent_price accent_price accent_price accent_price" "target_price target_price context_price context_price" "long_price long_price long_price long_price" "crm_price crm_price avito_price avito_price" "calculate_price calculate_price calculate_price calculate_price";
  }
}
.price__container .price_wrapper .gray_price_block {
  background: #E8E8E8;
}
.price__container .price_wrapper .price_sum {
  font-size: 48px;
}
@media (max-width: 600px) {
  .price__container .price_wrapper .price_sum {
    font-size: 21px;
  }
}
.price__container .sub_title_price {
  font-size: 24px;
  color: #565A65;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .price__container .sub_title_price {
    font-size: 12px;
    margin-top: 0;
  }
}

.accent_price {
  grid-area: accent_price;
  font-weight: 700;
  background: var(--primary-color);
  font-size: 48px !important;
  line-height: 71px;
  color: var(--white);
}
@media (max-width: 900px) {
  .accent_price {
    font-size: 35px !important;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .accent_price {
    font-size: 21px !important;
    line-height: 28px;
  }
}

.long_price {
  grid-area: long_price;
}

.crm_price {
  grid-area: crm_price;
}

.avito_price {
  grid-area: avito_price;
}

.target_price {
  grid-area: target_price;
}

.context_price {
  grid-area: context_price;
}

.base_price_block {
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 40px;
  font-size: 24px;
}
@media (max-width: 1470px) {
  .base_price_block {
    padding: 20px !important;
  }
}
@media (max-width: 920px) {
  .base_price_block {
    border-radius: 16px;
    padding: 15px !important;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .base_price_block {
    font-size: 12px;
  }
}
.base_price_block .price {
  font-size: 24px;
}
@media (max-width: 600px) {
  .base_price_block .price {
    font-size: 14px;
  }
}

.calculate_price {
  grid-area: calculate_price;
  cursor: pointer;
  background: #C9FF3D;
  font-size: 24px;
  justify-content: center;
  padding: 0;
}
@media (max-width: 950px) {
  .calculate_price {
    padding: 35px 0 35px 0 !important;
  }
}
@media (max-width: 500px) {
  .calculate_price {
    text-align: center;
    font-size: 16px;
  }
}
.calculate_price a {
  display: flex;
  align-items: center;
}

@media (max-width: 700px) {
  .brand_list__container {
    margin-bottom: 45px;
  }
}
.brand_list__container .brand_list__title {
  line-height: 38px;
}
.brand_list__container .brand_wrapper {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.brand_list__container .brand_wrapper .brand_item {
  width: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  filter: brightness(0);
  transition: all 0.3s ease;
}
.brand_list__container .brand_wrapper .brand_item:hover {
  filter: brightness(1);
}
@media (max-width: 700px) {
  .brand_list__container .brand_wrapper .brand_item {
    width: 50%;
    margin-bottom: 35px;
  }
}
@media (max-width: 700px) {
  .brand_list__container .brand_wrapper .brand_item img {
    width: 100%;
    max-width: 110px;
  }
}

.case {
  background: #F5F5F5;
  padding-top: 140px;
  padding-bottom: 190px;
  color: var(--white);
}
@media (max-width: 900px) {
  .case {
    padding: 78px 0;
  }
}
.case .case__title {
  margin-bottom: 110px;
}
@media (max-width: 600px) {
  .case .case__title {
    margin-bottom: 30px;
  }
}
.case .case_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 325px 115fr;
  gap: 40px;
  grid-auto-flow: row;
  grid-template-areas: "accent_case price_case" "accent_case more_case";
}
@media (max-width: 1100px) {
  .case .case_wrapper {
    display: block;
  }
}
.case .case_wrapper .conversion_case {
  padding: 80px 140px 80px 120px;
}
@media (max-width: 1610px) {
  .case .case_wrapper .conversion_case {
    padding: 35px 40px 40px 70px;
  }
}
.case .case_wrapper .price_case {
  padding: 55px 65px 55px 105px;
}
@media (max-width: 1610px) {
  .case .case_wrapper .price_case {
    padding: 35px 40px 40px 70px;
  }
}
.case .case_wrapper .accent_case {
  background: var(--primary-color);
  border-radius: 10px;
  font-size: 24px;
  grid-area: accent_case;
}
@media (max-width: 700px) {
  .case .case_wrapper .accent_case {
    font-size: 11px;
    margin: 20px 0;
  }
}
@media (max-width: 1100px) {
  .case .case_wrapper .accent_case {
    margin-bottom: 25px;
  }
}
.case .case_wrapper .accent_case .title {
  font-weight: 800;
  font-size: 36px;
  line-height: 37px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 1610px) {
  .case .case_wrapper .accent_case .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 600px) {
  .case .case_wrapper .accent_case .title {
    font-size: 21px;
    line-height: initial;
  }
}
.case .case_wrapper .accent_case .fire_title::before {
  content: "";
  background-image: url(/build/images/fire.97053222.png);
  width: 36px;
  height: 36px;
  position: absolute;
  left: -50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.case .case_wrapper .accent_case .rocket_title::before {
  content: "";
  background-image: url(/build/images/rocket.84bca29e.png);
  width: 36px;
  height: 36px;
  position: absolute;
  left: -50px;
  top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
.case .case_wrapper .accent_case p {
  font-weight: 500;
  font-size: 24px;
  line-height: 37px;
}
@media (max-width: 600px) {
  .case .case_wrapper .accent_case p {
    font-size: 18px;
    line-height: initial;
  }
}
.case .case_wrapper .accent_case .case_button {
  margin-top: 35px;
}
@media (max-width: 1610px) {
  .case .case_wrapper .accent_case .case_button {
    margin-top: 25px;
  }
}
.case .case_wrapper .accent_case .case_button a {
  transition: all 0.3s ease;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: black;
  padding: 15px 65px;
  background: #c9ff3d;
}
@media (max-width: 600px) {
  .case .case_wrapper .accent_case .case_button a {
    padding: 8px 40px;
  }
}
.case .case_wrapper .more_case {
  color: var(--black);
  cursor: pointer;
  grid-area: more_case;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .case .case_wrapper .more_case {
    font-size: 16px;
    padding: 20px 75px;
  }
}
.case .case_wrapper .more_case a {
  width: 100%;
}
.case .case_wrapper .price_case {
  grid-area: price_case;
}

.form__container {
  margin-bottom: 90px;
  padding-top: 80px;
}
@media (max-width: 600px) {
  .form__container {
    padding-top: 60px;
  }
}
@media (max-width: 1220px) {
  .form__container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 950px) {
  .form__container img {
    max-width: 100%;
  }
}
.form__container .form-container {
  align-items: flex-start;
  display: flex;
  gap: 80px;
}
@media (max-width: 1100px) {
  .form__container .form-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
}
.form__container .form-container .form_img_wrapper img {
  background-image: url(/build/images/star.45e2cc43.svg);
  max-width: 640px;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  padding-left: 100px;
  margin-top: 30px;
}
@media (max-width: 1100px) {
  .form__container .form-container .desc {
    text-align: center;
  }
}
.form__container .form-container .title {
  font-size: 3.3rem;
  font-weight: 700;
}
@media (max-width: 500px) {
  .form__container .form-container .title {
    font-size: 2.8rem;
  }
}
.form__container .spec-techika-form_container .field {
  padding: 12px 26px;
  border: 1px solid rgba(217, 217, 217, 0.4);
  border-radius: 8px;
  margin-bottom: 40px;
}
.form__container .spec-techika-form_container input {
  border: none;
  font-size: 21px;
  line-height: 34px;
  width: 100%;
  outline: none;
}
.form__container .spec-techika-form_container label {
  font-size: 18px;
  line-height: 28px;
  display: block;
}
.form__container .spec-techika-form_container button {
  width: 100%;
  background: #CAFF3D;
  outline: none;
  border: none;
  border-radius: 10px;
  font-size: 21px;
  font-weight: 700;
  padding: 25px;
  margin-top: 16px;
  transition: 0.3s all ease;
}
.form__container .spec-techika-form_container .rules {
  font-size: 18px;
  line-height: 28px;
  color: #575757;
  margin-top: 13px;
}
@media (max-width: 600px) {
  .form__container .spec-techika-form_container .rules {
    font-size: 16px;
  }
}
.form__container .spec-techika-form_container .rules a {
  text-decoration: underline;
}

.success {
  font-weight: 700;
  font-size: 36px;
  line-height: 122%;
  text-align: center;
  color: #0191FC;
  display: none;
  z-index: 50;
  position: absolute;
  flex-direction: column;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  padding: 0;
}
@media (max-width: 620px) {
  .success {
    font-size: 22px;
  }
}
.success .js-blog-reader-question {
  display: none;
}
.success span.content {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}
@media (max-width: 620px) {
  .success span.content {
    font-size: 22px;
  }
}
.success span.read_us {
  font-family: "Montserrat", Arial, sans-serif;
  color: #80C8FD;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  width: 100%;
  padding: 25px 37px;
  box-sizing: border-box;
  border-top: 1px solid #CFEBFF;
}
.success span.read_us a {
  color: #80C8FD;
  transition: 0.3s;
}
.success span.read_us a:hover {
  color: #0191FC;
}

.special-equipment-img {
  bottom: -5px !important;
  right: 0 !important;
}

@media (max-width: 600px) {
  .discuss .discuss__container .discuss__title {
    font-size: 28px !important;
  }
}

.brand_list__container .brand_list__title {
  line-height: 50px;
  font-size: 64px;
}
@media (max-width: 720px) {
  .brand_list__container .brand_list__title {
    font-size: 46px !important;
  }
}
@media (max-width: 530px) {
  .brand_list__container .brand_list__title {
    font-size: 27px !important;
  }
}
.brand_list__container .brand_wrapper .brand_item {
  width: 33.3%;
  font-weight: 700;
  font-size: 36px;
  line-height: 37px;
  text-transform: uppercase;
  color: #00b2ff;
  text-align: center;
  cursor: default;
}
@media (max-width: 1050px) {
  .brand_list__container .brand_wrapper .brand_item {
    width: 50%;
  }
}
@media (max-width: 690px) {
  .brand_list__container .brand_wrapper .brand_item {
    font-size: 22px;
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .efficiency_wrapper .efficiency_text_wrapper h3 {
    max-width: 500px;
  }
}
@media (max-width: 700px) {
  .efficiency_wrapper .efficiency_text_wrapper h3 {
    max-width: 310px;
  }
}
.efficiency_wrapper .first_tractor {
  left: 10% !important;
}
@media (max-width: 685px) {
  .efficiency_wrapper .first_tractor {
    left: 20% !important;
  }
}
@media (max-width: 460px) {
  .efficiency_wrapper .first_tractor {
    top: 255px;
    left: 28% !important;
  }
}
@media (max-width: 500px) {
  .efficiency_wrapper .first_efficiency_logo_wrapper {
    right: -310px;
    top: -220px;
  }
}
.efficiency_wrapper .second_tractor {
  left: 28% !important;
}
@media (max-width: 740px) {
  .efficiency_wrapper .second_tractor {
    left: 31% !important;
    top: 270px !important;
  }
}
@media (max-width: 650px) {
  .efficiency_wrapper .second_tractor {
    top: 230px !important;
  }
}
@media (max-width: 540px) {
  .efficiency_wrapper .second_tractor {
    top: 150px !important;
  }
}
@media (max-width: 470px) {
  .efficiency_wrapper .second_tractor {
    top: 175px !important;
    left: 30% !important;
  }
}
@media (max-width: 400px) {
  .efficiency_wrapper .second_tractor {
    top: 155px !important;
    left: 27% !important;
  }
}
@media (max-width: 440px) {
  .efficiency_wrapper .second_efficiency_logo_wrapper {
    top: -130px;
    right: -275px;
  }
}
@media (max-width: 685px) {
  .efficiency_wrapper .third_efficiency_logo_wrapper {
    top: -230px;
  }
}
@media (min-width: 1420px) {
  .efficiency_wrapper .third_efficiency_logo_wrapper .third_tractor {
    top: 17px;
  }
}
@media (max-width: 1420px) {
  .efficiency_wrapper .third_efficiency_logo_wrapper .third_tractor {
    top: 85px;
  }
}
@media (max-width: 1020px) {
  .efficiency_wrapper .third_efficiency_logo_wrapper .third_tractor {
    left: 75px;
    top: 220px;
    width: 420px;
  }
}
@media (max-width: 460px) {
  .efficiency_wrapper .third_efficiency_logo_wrapper .third_tractor {
    left: 165px;
    top: 265px;
    width: 280px;
  }
}
@media (max-width: 420px) {
  .efficiency_wrapper .third_efficiency_logo_wrapper .third_tractor {
    left: 200px;
    top: 280px;
    width: 190px;
  }
}
@media (max-width: 390px) {
  .efficiency_wrapper .third_efficiency_logo_wrapper .third_tractor {
    left: 175px;
    top: 270px;
  }
}
@media (max-width: 440px) {
  .efficiency_wrapper .second_efficiency_logo_wrapper {
    top: -180px;
    right: -345px;
  }
}

@media (max-width: 600px) {
  .useful {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .useful .useful_case {
    padding-top: 40px;
  }
}
.useful .useful_case div {
  width: 101px;
  height: 101px;
  display: contents;
}

@media (max-width: 600px) {
  .why_choose__title {
    margin-bottom: 35px;
    line-height: initial;
  }
}

@media (max-width: 600px) {
  .discuss {
    padding-top: 72px;
  }
}
@media (max-width: 1370px) {
  .why_choose {
    display: block;
  }
}
@media (max-width: 1370px) and (max-width: 600px) {
  .why_choose {
    padding-bottom: 60px;
  }
}
@media (max-width: 1370px) and (max-width: 1200px) {
  .why_choose .why_choose_wrapper {
    display: block;
  }
}
@media (max-width: 1370px) {
  .why_choose .why_choose_wrapper div {
    margin-bottom: 30px;
    font-size: 18px !important;
  }
}
.choose_item_container:nth-child(1) {
  width: 275px;
}

.choose_item_container:nth-child(2) {
  width: 185px;
}

.choose_item_container:nth-child(3) {
  width: 295px;
}

.choose_item_container:nth-child(4) {
  width: 375px;
}

.choose_item_container:nth-child(5) {
  width: 200px;
}

@media (max-width: 600px) {
  .choose_item_container {
    max-width: 430px;
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .efficiency_wrapper .second_efficiency_logo_wrapper {
    top: -140px;
    right: -340px;
  }
}
.what_we_do {
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .what_we_do {
    display: none;
  }
}

@media (max-width: 600px) {
  .price {
    display: none;
  }
}
