* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

aside,
footer,
header,
nav,
section {
    display: block
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

.container {
    max-width: 1338px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

body {
    font-family: Manrope, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #202020;
    background: #f5f5f5
}

body.locked {
    overflow: hidden
}

.main {
    background: -webkit-gradient(linear, left top, right top, from(#1759d3), to(#1759d3));
    background: -o-linear-gradient(left, #1759d3 0, #1759d3 100%);
    background: linear-gradient(90deg, #1759d3 0, #1759d3 100%)
}

img {
    max-width: 100%
}

a,
button {
    color: inherit
}

input,
select,
textarea {
    font-family: inherit
}

input:focus,
select:focus,
textarea:focus {
    outline: 0
}

button {
    font-family: inherit
}

.ta-c {
    text-align: center
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.title-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 26px;
    margin-bottom: 29px
}

.title-row .main-title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 0
}

.title-row span {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35
}

.main-title {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 62px;
    font-size: clamp(2.5rem, 1.6316rem + 3.1579vw, 4rem);
    font-size: clamp(2rem, 1.2414rem + 2.7586vw, 4rem);
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #202020;
    margin-bottom: 28px;
    line-height: 1
}

.main-title span {
    color: #008dff
}

.main-btn {
    font-family: Bebas, sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff582), color-stop(3%, #ffd300), color-stop(97%, #ffd300), to(#806a00));
    background: -o-linear-gradient(top, #fff582 0, #ffd300 3%, #ffd300 97%, #806a00 100%);
    background: linear-gradient(180deg, #fff582 0, #ffd300 3%, #ffd300 97%, #806a00 100%);
    border-radius: 100px;
    height: 59px;
    color: #2b2b2b;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    cursor: pointer;
    line-height: 1;
}

.main-btn:hover {
    background: #f8e834
}

.swiper-container {
    position: relative;
    overflow: hidden
}

.swiper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.swiper-arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #008dff;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.swiper-arrow:hover {
    background: #0063b3
}

.swiper-arrow.swiper-button-disabled {
    opacity: .7;
    cursor: not-allowed
}

.big-modal {
    border-radius: 10px;
    width: 660px;
    max-width: 100%
}

.modal {
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    width: 410px;
    max-width: 100%
}

.form-title {
    font-weight: 700;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 30px;
    margin-right: -12px
}

.form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 30px;
    margin-bottom: 10px
}

.form-group .form-field {
    width: calc(50% - 15px)
}

.form-field {
    margin-bottom: 20px
}

.form-label {
    display: block;
    font-size: 16px;
    color: #666;
    margin-bottom: 3px
}

.form-input {
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    width: 100%;
    height: 37px;
    font-size: 16px;
    padding: 7px 22px
}

.form-input::-webkit-input-placeholder {
    color: #cfcfcf
}

.form-input::-moz-placeholder {
    color: #cfcfcf
}

.form-input:-ms-input-placeholder {
    color: #cfcfcf
}

.form-input::-ms-input-placeholder {
    color: #cfcfcf
}

.form-input::placeholder {
    color: #cfcfcf
}

.form-input.wpcf7-not-valid {
    border: 1px solid #dc3232
}

.form-wrapselect {
    position: relative
}

.form-wrapselect::after {
    content: "";
    position: absolute;
    right: 12px;
    border: solid #cfcfcf;
    border-width: 0 2px 2px 0;
    padding: 4px;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.form-select {
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #cfcfcf;
    height: 37px;
    font-size: 16px;
    padding: 7px 22px;
    padding-right: 30px
}

.form-select:focus {
    color: #202020
}

.form-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-btn {
    margin-bottom: 8px
}

.form-submit {
    width: 100%;
    cursor: pointer
}

.form-info {
    font-size: 10px;
    line-height: 1.4;
    color: #666;
    padding: 0 15px;
    margin-top: 10px
}

.form-spec {
    margin-top: 12px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.35;
    text-align: center
}

.form-price {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #fed200;
    -ms-flex-item-align: center;
    align-self: center
}

.form-price span {
    font-size: 30px;
    line-height: .9;
    color: rgba(32, 32, 32, .8)
}

.accept {
    color: #202020
}

.accept .accept-check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    visibility: hidden
}

.accept .accept-check:checked~.wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: -2.5px;
    border: solid #008dff;
    border-width: 0 3px 3px 0;
    padding: 5px 2.5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.accept .wpcf7-list-item {
    margin-left: 0
}

.accept .wpcf7-list-item-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
    font-size: 11px
}

.accept .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #cfcfcf
}

.wpcf7 br {
    display: none !important
}

.wpcf7 .form-title br {
    display: block !important
}

span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 12px
}

.wpcf7-response-output {
    display: none
}

span.wpcf7-spinner {
    display: none
}

.send__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px
}

.send__form .send__title {
    margin-top: 12px
}

.send__form .send__title span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-align: center
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes top {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes top {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

#page-loader {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #000 url(../img/white-smoke.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999;
    -webkit-transition: opacity .5s ease, visibility .5s;
    -o-transition: opacity .5s ease, visibility .5s;
    transition: opacity .5s ease, visibility .5s
}

#page-loader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

#gas {
    -webkit-animation-name: blinking;
    animation-name: blinking;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    fill: none;
    stroke: #008dff59;
    stroke-width: 1px;
    stroke-linejoin: round;
    will-change: opacity
}

@-webkit-keyframes blinking {
    from {
        opacity: 1
    }

    50% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes blinking {
    from {
        opacity: 1
    }

    50% {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.carousel *,
.carousel :after,
.carousel :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.carousel.is-draggable {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.carousel.is-dragging {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.carousel__viewport {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%
}

.carousel__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--carousel-slide-width, 60%);
    max-width: 100%;
    padding: 1rem;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain
}

.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.carousel__dots {
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.carousel__dots .carousel__dot {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.carousel__dots .carousel__dot:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: currentColor;
    opacity: .25;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out
}

.carousel__dots .carousel__dot.is-selected:after {
    opacity: 1
}

.carousel__button {
    width: var(--carousel-button-width, 48px);
    height: var(--carousel-button-height, 48px);
    padding: 0;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    color: var(--carousel-button-color, currentColor);
    background: var(--carousel-button-bg, transparent);
    border-radius: var(--carousel-button-border-radius, 50%);
    -webkit-box-shadow: var(--carousel-button-shadow, none);
    box-shadow: var(--carousel-button-shadow, none);
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease
}

.carousel__button.is-next,
.carousel__button.is-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.carousel__button.is-prev {
    left: 10px
}

.carousel__button.is-next {
    right: 10px
}

.carousel__button[disabled] {
    cursor: default;
    opacity: .3
}

.carousel__button svg {
    width: var(--carousel-button-svg-width, 50%);
    height: var(--carousel-button-svg-height, 50%);
    fill: none;
    stroke: currentColor;
    stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
    stroke-linejoin: bevel;
    stroke-linecap: round;
    -webkit-filter: var(--carousel-button-svg-filter, none);
    filter: var(--carousel-button-svg-filter, none);
    pointer-events: none
}

html.with-fancybox {
    scroll-behavior: auto
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
    -ms-touch-action: none;
    touch-action: none
}

.fancybox__container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    margin: 0;
    padding: env(safe-area-inset-top, 0) env(safe-area-inset-right, 0) env(safe-area-inset-bottom, 0) env(safe-area-inset-left, 0);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: var(--fancybox-color, #fff);
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    z-index: 1050;
    outline: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 24px;
    --carousel-button-svg-height: 24px;
    --carousel-button-svg-stroke-width: 2.5;
    --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))
}

.fancybox__container *,
.fancybox__container ::after,
.fancybox__container ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.fancybox__container :focus {
    outline: 0
}

body:not(.is-using-mouse) .fancybox__container :focus {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94));
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, .94))
}

.fancybox__backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: var(--fancybox-bg, rgba(24, 24, 27, .92))
}

.fancybox__carousel {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
    z-index: 10
}

.fancybox__carousel.has-dots {
    margin-bottom: calc(.5rem + 22px)
}

.fancybox__viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    cursor: default
}

.fancybox__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.fancybox__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 48px 8px 8px 8px;
    position: relative;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    overflow: auto;
    --carousel-button-width: 36px;
    --carousel-button-height: 36px;
    --carousel-button-svg-width: 22px;
    --carousel-button-svg-height: 22px
}

.fancybox__slide::after,
.fancybox__slide::before {
    content: "";
    -webkit-box-flex: 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
    margin: auto
}

.fancybox__content {
    margin: 0 env(safe-area-inset-right, 0) 0 env(safe-area-inset-left, 0);
    padding: 36px;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: thin dotted;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fancybox__caption {
    -ms-flex-item-align: center;
    align-self: center;
    max-width: 100%;
    margin: 0;
    padding: 1rem 0 0 0;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    visibility: visible;
    cursor: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow-wrap: anywhere
}

.is-loading .fancybox__caption {
    visibility: hidden
}

.fancybox__container>.carousel__dots {
    top: 100%;
    color: var(--fancybox-color, #fff)
}

.fancybox__nav .carousel__button {
    z-index: 40
}

.fancybox__nav .carousel__button.is-next {
    right: 8px
}

.fancybox__nav .carousel__button.is-prev {
    left: 8px
}

.carousel__button.is-close {
    position: absolute;
    top: 8px;
    right: 8px;
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    right: calc(env(safe-area-inset-right, 0px) + 8px);
    z-index: 40
}

.fancybox__content>.carousel__button.is-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: var(--fancybox-color, #fff)
}

.fancybox__no-click,
.fancybox__no-click button {
    pointer-events: none
}

.fancybox__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: var(--fancybox-color, currentColor)
}

.fancybox__slide .fancybox__spinner {
    cursor: pointer;
    z-index: 1053
}

.fancybox__spinner svg {
    -webkit-animation: fancybox-rotate 2s linear infinite;
    animation: fancybox-rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.fancybox__spinner svg circle {
    fill: none;
    stroke-width: 2.75;
    stroke-miterlimit: 10;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: fancybox-dash 1.5s ease-in-out infinite;
    animation: fancybox-dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    stroke: currentColor
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

@keyframes fancybox-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}

.carousel__button.is-close,
.carousel__dots,
.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav {
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav {
    -webkit-animation: .15s ease backwards fancybox-fadeIn;
    animation: .15s ease backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .carousel__button.is-close,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav {
    -webkit-animation: .15s ease both fancybox-fadeOut;
    animation: .15s ease both fancybox-fadeOut
}

.fancybox-fadeIn {
    -webkit-animation: .15s ease both fancybox-fadeIn;
    animation: .15s ease both fancybox-fadeIn
}

.fancybox-fadeOut {
    -webkit-animation: .1s ease both fancybox-fadeOut;
    animation: .1s ease both fancybox-fadeOut
}

.fancybox-zoomInUp {
    -webkit-animation: .2s ease both fancybox-zoomInUp;
    animation: .2s ease both fancybox-zoomInUp
}

.fancybox-zoomOutDown {
    -webkit-animation: .15s ease both fancybox-zoomOutDown;
    animation: .15s ease both fancybox-zoomOutDown
}

.fancybox-throwOutUp {
    -webkit-animation: .15s ease both fancybox-throwOutUp;
    animation: .15s ease both fancybox-throwOutUp
}

.fancybox-throwOutDown {
    -webkit-animation: .15s ease both fancybox-throwOutDown;
    animation: .15s ease both fancybox-throwOutDown
}

@-webkit-keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fancybox-fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@keyframes fancybox-fadeOut {
    to {
        opacity: 0
    }
}

@-webkit-keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes fancybox-zoomInUp {
    from {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }

    to {
        -webkit-transform: scale(1) translate3d(0, 0, 0);
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@keyframes fancybox-zoomOutDown {
    to {
        -webkit-transform: scale(.97) translate3d(0, 16px, 0);
        transform: scale(.97) translate3d(0, 16px, 0);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutUp {
    to {
        -webkit-transform: translate3d(0, -30%, 0);
        transform: translate3d(0, -30%, 0);
        opacity: 0
    }
}

@-webkit-keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

@keyframes fancybox-throwOutDown {
    to {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        opacity: 0
    }
}

.fancybox__carousel .carousel__slide {
    scrollbar-width: thin;
    scrollbar-color: #ccc rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .1)
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .2)
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__carousel .fancybox__slide .fancybox__content {
    cursor: auto
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox__image {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.has-image .fancybox__content {
    padding: 0;
    background: 0 0;
    min-height: 1px
}

.is-closing .has-image .fancybox__content {
    overflow: visible
}

.has-image[data-image-fit=contain] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=contain] .fancybox__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.has-image[data-image-fit=contain] .fancybox__image {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.has-image[data-image-fit=contain-w] {
    overflow-x: hidden;
    overflow-y: auto
}

.has-image[data-image-fit=contain-w] .fancybox__content {
    min-height: auto
}

.has-image[data-image-fit=contain-w] .fancybox__image {
    max-width: 100%;
    height: auto
}

.has-image[data-image-fit=cover] {
    overflow: visible;
    -ms-touch-action: none;
    touch-action: none
}

.has-image[data-image-fit=cover] .fancybox__content {
    width: 100%;
    height: 100%
}

.has-image[data-image-fit=cover] .fancybox__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    max-width: 100%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
    width: 100%;
    height: 80%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%
}

.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, .9);
    color: #fff
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
    background: #e5e3df
}

.fancybox__html5video,
.fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: 0 0
}

.fancybox-placeholder {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.fancybox__thumbs {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0 3px;
    opacity: var(--fancybox-opacity, 1)
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
    opacity: 0
}

.fancybox__thumbs .carousel__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: var(--fancybox-thumbs-width, 96px);
    margin: 0;
    padding: 8px 3px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: visible;
    cursor: pointer
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 5px;
    border-style: solid;
    border-color: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
    opacity: 0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: .92
}

.fancybox__thumbs .carousel__slide>* {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__thumb {
    position: relative;
    width: 100%;
    padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
    background-size: cover;
    background-position: center center;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    border-radius: var(--fancybox-thumbs-border-radius, 4px)
}

.fancybox__toolbar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(8.1%, rgba(0, 0, 0, .006)), color-stop(15.5%, rgba(0, 0, 0, .021)), color-stop(22.5%, rgba(0, 0, 0, .046)), color-stop(29%, rgba(0, 0, 0, .077)), color-stop(35.3%, rgba(0, 0, 0, .114)), color-stop(41.2%, rgba(0, 0, 0, .155)), color-stop(47.1%, rgba(0, 0, 0, .198)), color-stop(52.9%, rgba(0, 0, 0, .242)), color-stop(58.8%, rgba(0, 0, 0, .285)), color-stop(64.7%, rgba(0, 0, 0, .326)), color-stop(71%, rgba(0, 0, 0, .363)), color-stop(77.5%, rgba(0, 0, 0, .394)), color-stop(84.5%, rgba(0, 0, 0, .419)), color-stop(91.9%, rgba(0, 0, 0, .434)), to(rgba(0, 0, 0, .44)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .006) 8.1%, rgba(0, 0, 0, .021) 15.5%, rgba(0, 0, 0, .046) 22.5%, rgba(0, 0, 0, .077) 29%, rgba(0, 0, 0, .114) 35.3%, rgba(0, 0, 0, .155) 41.2%, rgba(0, 0, 0, .198) 47.1%, rgba(0, 0, 0, .242) 52.9%, rgba(0, 0, 0, .285) 58.8%, rgba(0, 0, 0, .326) 64.7%, rgba(0, 0, 0, .363) 71%, rgba(0, 0, 0, .394) 77.5%, rgba(0, 0, 0, .419) 84.5%, rgba(0, 0, 0, .434) 91.9%, rgba(0, 0, 0, .44) 100%);
    padding: 0;
    -ms-touch-action: none;
    touch-action: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --carousel-button-svg-width: 20px;
    --carousel-button-svg-height: 20px;
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, .4))
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
    -webkit-animation: .15s ease-in backwards fancybox-fadeIn;
    animation: .15s ease-in backwards fancybox-fadeIn
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
    opacity: 0
}

.fancybox__toolbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.fancybox__toolbar__items--left {
    margin-right: auto
}

.fancybox__toolbar__items--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.fancybox__toolbar__items--right {
    margin-left: auto
}

.fancybox__counter {
    min-width: 72px;
    padding: 0 10px;
    line-height: var(--carousel-button-height, 48px);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox__progress {
    background: var(--fancybox-accent-color, rgba(34, 213, 233, .96));
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 30;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox__container:-webkit-full-screen::backdrop {
    opacity: 0
}

.fancybox__container:-ms-fullscreen::backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::-webkit-backdrop {
    opacity: 0
}

.fancybox__container:fullscreen::backdrop {
    opacity: 0
}

.fancybox__button--fullscreen g:nth-child(2) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
    display: none
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
    display: block
}

.fancybox__button--slideshow g:nth-child(2) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
    display: none
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
    display: block
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    -ms-touch-action: none;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.burger {
    display: none
}

.header__mobsocial {
    display: none
}

.header__moblinks {
    display: none
}

.header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    color: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #1759d3), to(#162a50));
    background: -o-linear-gradient(bottom, #1759d3 0, #162a50 100%);
    background: linear-gradient(0deg, #1759d3 0, #162a50 100%)
}

.header .header__menu .menu-item.current-menu-item::before,
.header .header__menu .menu-item:hover::before {
    background: #16469d
}

.header-bg {
    padding-bottom: 36px
}

.header-bg .header__menu .menu-item.current-menu-item::before,
.header-bg .header__menu .menu-item:hover::before {
    background: #164396
}

.header__top {
    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: 15px;
    padding: 12px 0 18px;
    border-bottom: 1px solid #fff
}

.header__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px
}

.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.header__phone {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px
}

.header__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

.header__social a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border: 2px solid #ffd300;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header__social a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.header__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.header__logo svg {
    fill: #fff
}

.header__nav {
    margin-left: -90px
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    gap: 28px
}

.header__menu .menu-item {
    position: relative
}

.header__menu .menu-item:before {
    content: "";
    position: absolute;
    bottom: -40.5px;
    left: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header__menu .menu-item.current-menu-item::before,
.header__menu .menu-item:hover::before {
    border: solid #fff;
    border-width: 1px 1px 0 0;
    padding: 6px;
    -webkit-transform: rotate(-45deg) translateX(-50%) scale(1);
    -ms-transform: rotate(-45deg) translateX(-50%) scale(1);
    transform: rotate(-45deg) translateX(-50%) scale(1)
}

.header__menu .menu-item a:hover,
.header__menu .menu-item.current-menu-item a {
    color: #86c9ff
}

.header__phone:hover {
    color: #86c9ff
}

.header__lk {
    border: 1px solid #ffd300;
    border-radius: 43px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 195px;
    height: 43px;
    color: #ffd300
}

.header__lk:hover {
    background: #ffd300;
    color: #202020
}

.header__lk:hover svg path {
    stroke: #202020
}

.header__bottom {
    padding: 24px 0 0
}

.header__bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header__bottom-menu .menu-item {
    width: 156px;
    text-align: center
}

.header__bottom-menu .menu-item a:hover,
.header__bottom-menu .menu-item.current-menu-item a {
    color: #86c9ff
}

.hero,
.hero-2,
.hero-3,
.hero-tgu {
    margin-top: -100vh;
    padding-top: 100vh
}

.hero .hero__img {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    z-index: 1
}

.hero-2 .hero__row {
    padding-top: 80px;
    padding-bottom: 80px
}

.hero-2 .hero__img {
    position: absolute;
    right: 10px;
    top: 190px;
    z-index: 1
}

.hero-3 .hero__img {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 1
}

.hero-tgu .hero__row {
    padding: 10px 0 40px
}

.hero-tgu .hero__wtitle {
    margin-bottom: 0
}

.hero-tgu .hero__wdescr {
    font-size: 20px
}

.hero-tgu .hero__img {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.hero__row {
    gap: 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero__content {
    position: relative;
    width: 55%;
    z-index: 0
}

.hero__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    margin-bottom: 8px
}

.hero__price-sum {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 65px;
    border: 1px solid #fff;
    border-radius: 72px;
    color: #fff;
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 48px;
    padding: 6px 21px;
    margin-bottom: 10px
}

.hero__price-info {
    font-size: 15px;
    text-align: center;
    color: #fff
}

.hero__price-descr {
    font-size: 10px;
    line-height: 1.6;
    color: rgba(255, 255, 255, .4);
    margin-bottom: 28px
}

.hero__steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    gap: 5%;
    margin-bottom: 35px
}

.hero__step {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px
}

.hero__step::after {
    content: "";
    position: absolute;
    right: -25px;
    background: url(../img/hero-arrow-right.svg) center/contain no-repeat;
    width: 17px;
    height: 46px
}

.hero__step:last-child::after {
    display: none
}

.hero__step-title {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: .9
}

.hero__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 19px
}

.hero__phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 59px;
    border: 1px solid #fed200;
    border-radius: 72px;
    color: #fed200;
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 40px;
    padding: 6px 35px
}

.hero__phone:hover {
    background: #fed200;
    color: #2b2b2b
}

.hero__title,
.hero__wtitle {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 64px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 24px;
    line-height: 1
}

.hero__title {
    color: #fed200
}

.hero__title span {
    color: #fff
}

.hero__wtitle {
    color: #fff
}

.hero__wtitle span {
    color: #fed200;
    display: block
}

.hero__wtitle span:has(+.hero__price-sum) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.hero__wtitle .hero__price-sum {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 0;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 36px
}

.hero__item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.hero__item-title {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #fff
}

.hero__descr {
    font-size: 18px;
    line-height: 1.33;
    color: #ffd300;
    margin-bottom: 17px
}

.hero__wdescr {
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
    max-width: 520px;
    margin-bottom: 38px
}

.hero__descr-tgu {
    font-size: 20px;
    color: #fed200;
    opacity: .6;
    margin-bottom: 13px
}

.hero__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hero__form .accept {
    color: #fff
}

.hero__form .accept .accept-check:checked~.wpcf7-list-item-label::after {
    border: solid #ffd300;
    border-width: 0 3px 3px 0
}

.hero__pinput,
.hero__psubmit {
    width: calc(33.3333333333% - 6px)
}

.hero__input {
    width: 100%;
    padding: 12px 15px 12px 20px;
    color: #cfcfcf;
    background: 0 0;
    border: 1px solid #cfcfcf;
    border-radius: 10px
}

.hero__input:focus {
    outline: 0
}

.hero__input::-webkit-input-placeholder {
    color: #cfcfcf
}

.hero__input::-moz-placeholder {
    color: #cfcfcf
}

.hero__input:-ms-input-placeholder {
    color: #cfcfcf
}

.hero__input::-ms-input-placeholder {
    color: #cfcfcf
}

.hero__input::placeholder {
    color: #cfcfcf
}

.hero__submit {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff582), color-stop(3%, #ffd300), color-stop(97%, #ffd300), to(#806a00));
    background: -o-linear-gradient(top, #fff582 0, #ffd300 3%, #ffd300 97%, #806a00 100%);
    background: linear-gradient(180deg, #fff582 0, #ffd300 3%, #ffd300 97%, #806a00 100%);
    width: 100%;
    height: 100%;
    padding: 14px 20px;
    border-radius: 40px;
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    color: #2b2b2b;
    cursor: pointer
}

.hero__submit:hover {
    background: #f8e834
}

.hero__btn {
    min-width: 225px
}

.hero__btn:hover {
    background: #fff582
}

.key {
    position: relative;
    padding: 70px 0 100px;
    background: #fff
}

.key::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 99px;
    background: -webkit-gradient(linear, left top, right top, from(#175ee3), to(#162a50));
    background: -o-linear-gradient(left, #175ee3 0, #162a50 100%);
    background: linear-gradient(90deg, #175ee3 0, #162a50 100%);
    z-index: 0
}

.key .wrap-title span {
    width: 100%;
    top: 0;
    right: 0
}

.key-heating .wrap-title span {
    position: absolute
}

.wrap-title {
    position: relative;
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 40px
}

.wrap-title .main-title {
    display: inline;
    margin-right: 20px
}

.wrap-title span {
    display: inline-block;
    max-width: 660px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35
}

.key__row {
    position: relative;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    z-index: 1
}

.key__content,
.key__img {
    width: calc(50% - 15px)
}

.key__img {
    margin-bottom: -90px
}

.key__descr {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 50px
}

.key-btn {
    width: 100%
}

.services {
    padding: 70px 0;
    background: #fff
}

.services__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.services__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 10px);
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    padding: 50px 30px 28px;
    height: 360px;
    overflow: hidden
}

.services__item-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: auto
}

.services__title {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: auto;
    z-index: 1
}

.services__title span {
    color: #008dff
}

.services__img {
    position: absolute;
    top: 25px;
    right: 27px
}

.services__btn {
    height: 75px;
    font-size: 36px;
    z-index: 1
}

.why {
    background: #fff;
    margin: 150px 0 96px;
    padding: 70px 0
}

.why.no-margin {
    margin-top: 0
}

.why__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.why__item {
    position: relative;
    width: 33.3333333333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 50px
}

.why__item:nth-child(1) .why__line {
    margin-left: 2.5%
}

.why__item:nth-child(2)::after,
.why__item:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: calc(100% - 100px);
    background: #cfcfcf
}

.why__item:nth-child(2)::before {
    left: 0
}

.why__item:nth-child(2)::after {
    right: 0
}

.why__item:nth-child(2) .why__line {
    margin-left: 2.5%
}

.why__item:nth-child(4) .why__line,
.why__item:nth-child(5) .why__line,
.why__item:nth-child(6) .why__line {
    display: none;
    margin-left: 2.5%
}

.why__item:nth-child(5)::after,
.why__item:nth-child(5)::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #cfcfcf
}

.why__item:nth-child(5)::before {
    left: 0
}

.why__item:nth-child(5)::after {
    right: 0
}

.why__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.why__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.why__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35
}

.why__line {
    width: 95%;
    height: 2px;
    background: #cfcfcf;
    margin: 50px 0 50px
}

.why__descr {
    margin-bottom: auto
}

.how {
    position: relative;
    background: #fff;
    padding: 70px 0 150px
}

.how::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(#175ee3), to(#162a50));
    background: -o-linear-gradient(top, #175ee3 0, #162a50 100%);
    background: linear-gradient(180deg, #175ee3 0, #162a50 100%)
}

.how .main-title {
    margin-bottom: 78px
}

.how .main-title:has(+.how__main-subtitle) {
    margin-bottom: 20px
}

.how__main-subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 78px
}

.how__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 80px 5%
}

.how__items-4 {
    gap: 80px 2%
}

.how__items-4 .how__item {
    width: 23.5%
}

.how__items-4 .how__top svg {
    margin-right: 10px
}

.how__item {
    width: 30%
}

.how__item:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.how__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px
}

.how__top svg {
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.how__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.how__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35
}

.how__descr {
    font-size: 16px;
    line-height: 1.5;
    padding-right: 30px
}

.how__form {
    position: relative;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    padding: 30px 30px 16px;
    margin-bottom: -70px;
    background: #fff;
    z-index: 1
}

.news {
    position: relative;
    background: #fff;
    padding-top: 70px
}

.news::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: -webkit-gradient(linear, left top, right top, from(#175ee3), to(#162a50));
    background: -o-linear-gradient(left, #175ee3 0, #162a50 100%);
    background: linear-gradient(90deg, #175ee3 0, #162a50 100%)
}

.news .main-title {
    margin-bottom: 0
}

.news__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 23px;
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 30px
}

.news__items {
    margin-top: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.news__item {
    width: calc(33.3333333333% - 13.3333333333px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news__img {
    margin-left: 20px
}

.news__img img {
    border-radius: 10px;
    width: 306px;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top
}

.news__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    margin-top: -20px;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.news__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 15px
}

.news__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    height: 59px;
    padding: 10px 20px;
    border: 1px solid #2b2b2b;
    border-radius: 42px;
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2b2b2b;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: auto
}

.news__link svg path {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.news__link:hover {
    background: #2b2b2b;
    color: #fff
}

.news__link:hover svg path {
    stroke: #fff
}

.news__descr {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 26px
}

ul.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px
}

li .page-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #cfcfcf
}

a.page-numbers:hover,
span.page-numbers.current {
    background: #008dff;
    color: #fff
}

.reviews {
    padding-top: 90px;
    background: url(../img/reviews-bg.jpg) center bottom/contain no-repeat;
    margin-bottom: 140px
}

.reviews .main-title {
    color: #fff;
    margin-bottom: 0
}

.reviews__box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    margin-top: -130px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px)
}

.geo {
    padding-bottom: 70px
}

.geo .main-title {
    max-width: 1000px;
    color: #fff
}

.geo__map {
    max-width: 100%;
    height: auto
}

.completed {
    position: relative;
    background: #fff;
    padding: 70px 0
}

.completed .wrap-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.completed .wrap-title .main-title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 0
}

.completed.line::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 96px;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(#175ee3), to(#162a50));
    background: -o-linear-gradient(left, #175ee3 0, #162a50 100%);
    background: linear-gradient(90deg, #175ee3 0, #162a50 100%)
}

.completed__box {
    position: relative;
    padding-top: 30px;
    z-index: 1;
    background-size: 75% !important;
    background-position: 200% 50% !important
}

.completed__content {
    max-width: 600px
}

.completed__item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.35
}

.completed__item svg {
    margin-right: 9px
}

.completed__btn {
    position: relative;
    width: 550px;
    max-width: 100%;
    margin-top: 10px;
    z-index: 1
}

.map__box {
    height: 757px
}

.map__box iframe {
    width: 100%;
    height: 100%
}

.works {
    background: #fff;
    padding: 70px 0 0
}

.works__items {
    border-top: 2px solid #008dff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 23px;
    gap: 30px
}

.works__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    width: 100%
}

.works__item.active,
.works__item:hover {
    color: #008dff;
    cursor: pointer
}

.works__item:before {
    content: "";
    position: absolute;
    top: -25.5px;
    left: calc(50% - 40px);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.works__item.active::before,
.works__item:hover::before {
    border: solid #008dff;
    border-width: 0 2px 2px 0;
    padding: 6px;
    -webkit-transform: rotate(45deg) translateX(-50%) scale(1);
    -ms-transform: rotate(45deg) translateX(-50%) scale(1);
    transform: rotate(45deg) translateX(-50%) scale(1);
    background: #fff
}

.works__item span {
    margin: 0 auto;
    max-width: 200px
}

.works__item svg {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.works__item:last-child svg {
    visibility: hidden
}

.works__box {
    margin-top: 50px
}

.works__img {
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px)
}

.works__content {
    display: none;
    gap: 20px;
    padding-bottom: 18px
}

.works__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.works__text {
    font-size: 16px;
    line-height: 1.5;
    max-width: 585px;
    -ms-flex-item-align: center;
    align-self: center
}

.works__text .works__title,
.works__text h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 15px
}

.works__text p {
    margin-bottom: 30px
}

.works__text ul~p {
    margin-top: 30px
}

.works__text ol,
.works__text ul {
    margin-bottom: 30px
}

.works__text ol li b,
.works__text ul li b {
    display: block
}

.works__text ul li {
    position: relative;
    padding-left: 14px
}

.works__text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #202020
}

.works__btn {
    width: 440px;
    max-width: 100%
}

.prices {
    padding-bottom: 70px
}

.prices .main-title {
    color: #fff;
    padding-bottom: 28px;
    border-bottom: 2px solid #66baff
}

.prices__items {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px
}

.prices__item {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.prices__img {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px)
}

.prices__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    background: #fff;
    padding: 50px 30px 30px;
    min-height: 360px
}

.prices__title {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 43px;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-align: center;
    color: #2b2b2b;
    margin-bottom: 15px;
    line-height: 1
}

.prices__title span {
    display: block;
    color: #008dff
}

.prices__list {
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.11
}

.prices__list li {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.prices__list li:last-child {
    margin-bottom: 0
}

.prices__sum {
    margin-top: auto;
    width: 100%
}

.faq {
    background: #fff;
    padding: 70px 0
}

.faq .main-title {
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 28px
}

.faq__items {
    margin-top: 38px
}

.faq__item {
    margin-bottom: 30px
}

.faq__item:last-child {
    margin-bottom: 0
}

.faq__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    cursor: pointer
}

.faq__top.active .faq__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.faq__top.active~.faq__answer {
    display: block
}

.faq__icon {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.faq__quest {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35
}

.faq__answer {
    display: none;
    padding-left: 60px;
    margin-top: 20px
}

.objects {
    background: #fff;
    padding: 70px 0
}

.objects__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 23px;
    border-top: 2px solid #008dff;
    border-bottom: 2px solid #008dff;
    padding: 32px 0
}

.objects__top .main-title {
    margin-bottom: 0
}

.objects__cats {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 13px
}

.objects__cat {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 67px;
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    color: #2b2b2b;
    border-radius: 41px;
    border: 2px solid #202020;
    padding: 10px 16px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.objects__cat.active {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff582), color-stop(3%, #ffd300), color-stop(97%, #ffd300), to(#806a00));
    background: -o-linear-gradient(top, #fff582 0, #ffd300 3%, #ffd300 97%, #806a00 100%);
    background: linear-gradient(180deg, #fff582 0, #ffd300 3%, #ffd300 97%, #806a00 100%);
    border: 0
}

.objects__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px
}

.objects__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(25% - 15px);
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    overflow: hidden
}

.objects__img img {
    width: 100%;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover
}

.objects__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 20px 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.objects__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.14;
    margin-bottom: 20px
}

.objects__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    height: 59px;
    padding: 10px 20px;
    border: 1px solid #2b2b2b;
    border-radius: 42px;
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2b2b2b;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-flex-item-align: start;
    align-self: start;
    margin-top: auto
}

.objects__link svg path {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.objects__link:hover {
    background: #2b2b2b;
    color: #fff
}

.objects__link:hover svg path {
    stroke: #fff
}

.object {
    background: #fff;
    padding: 70px 0
}

.object__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 23px;
    border-top: 2px solid #008dff;
    border-bottom: 2px solid #008dff;
    padding: 32px 0;
    margin-bottom: 31px
}

.object__top .main-title {
    margin-bottom: 0
}

.object__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    padding: 50px 30px 50px 50px
}

.object__info,
.object__sliders {
    width: calc(50% - 30px)
}

.object__cardslider {
    padding: 0 25px;
    margin: 0 -25px;
    margin-bottom: 10px
}

.object__cardslider .swiper-slide {
    opacity: 0
}

.object__cardslider .swiper-slide-visible {
    opacity: 1
}

.object__slider-nav .swiper-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.object__slider-nav .slider-prev {
    left: 0
}

.object__slider-nav .slider-next {
    right: 0
}

.object__zoom {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 5px;
    overflow: hidden
}

.object__zoom :focus {
    outline: 0
}

.object__zoom img {
    width: 100%;
    height: 412px;
    -o-object-fit: cover;
    object-fit: cover
}

.object__thumbs .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 7px 9px
}

.object__thumbs .swiper-slide {
    opacity: .7;
    cursor: pointer
}

.object__thumbs .swiper-slide.swiper-slide-thumb-active,
.object__thumbs .swiper-slide:hover {
    opacity: 1
}

.object__thumbs .swiper-slide img {
    width: 100%;
    height: 87px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.object__works {
    margin-bottom: 60px
}

.object__descr {
    border-top: 1px solid #d3d3d3;
    padding-top: 26px;
    padding-bottom: 130px
}

.object__title {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #2b2b2b;
    margin-bottom: 19px
}

.object__list {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25
}

.object__list li {
    position: relative;
    padding-left: 20px
}

.object__list li svg {
    position: absolute;
    left: 0;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.object__list li+li {
    margin-top: 20px
}

.object__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    gap: 20px
}

.object__text ul {
    line-height: 1.5
}

.object__lead {
    position: relative;
    width: 625px;
    max-width: 100%;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    padding: 40px 40px 25px;
    background: #fff;
    margin-top: -160px;
    margin-right: 80px;
    margin-left: auto;
    z-index: 1
}

.object__lead-title {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    margin-bottom: 36px
}

.object__lead-btn {
    width: 100%
}

.object__nav {
    margin-top: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.objects__main svg {
    margin-right: 10px;
    transform: translateY(-2px);
}

.object__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
}

.object-next,
.object-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 135px;
    height: 59px;
    border-radius: 42px;
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #2b2b2b;
    line-height: 1;
}

.object-prev {
    border: 2px solid #2b2b2b
}

.object-prev:hover {
    background: #ebebeb
}

.object-prev svg {
    margin-right: 18px;
    transform: translateY(-2px);
}

.object-next {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff582), color-stop(3%, #ffd300), color-stop(97%, #ffd300), to(#806a00));
    background: -o-linear-gradient(top, #fff582 0, #ffd300 3%, #ffd300 97%, #806a00 100%);
    background: linear-gradient(180deg, #fff582 0, #ffd300 3%, #ffd300 97%, #806a00 100%)
}

.object-next:hover {
    background: #f8e834
}

.object-next svg {
    margin-left: 18px;
    transform: translateY(-2px);
}

.objects__main span {
    margin: 0 5px
}

.success {
    padding-bottom: 70px
}

.success .title-row {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-bottom: 2px solid #66baff;
    padding-bottom: 40px;
    margin-bottom: 0
}

.success .main-title {
    color: #fff
}

.success__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 25px
}

.success__slider {
    margin-top: 40px
}

.success__slider .swiper-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.success__slider .swiper-slide {
    width: 80%;
    height: auto
}

.success__slider .swiper-slide:last-child {
    margin-right: 20%
}

.success__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    gap: 20px;
    border-radius: 10px;
    background: #fff;
    padding: 45px 23px 45px 50px
}

.success__title {
    font-family: Bebas, sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #2b2b2b;
    line-height: 1
}

.success__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.33
}

.success__icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 25px
}

.success__icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #d3d3d3
}

.consist {
    position: relative;
    background: #fff;
    padding: 70px 0 80px
}

.consist::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    background: -webkit-gradient(linear, left top, left bottom, from(#175ee3), to(#162a50));
    background: -o-linear-gradient(top, #175ee3 0, #162a50 100%);
    background: linear-gradient(180deg, #175ee3 0, #162a50 100%)
}

.consist .main-subtitle {
    margin-bottom: 27px;
    font-size: 24px
}

.consist__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.consist__text .consist__title {
    padding-right: 0
}

.consist__descr {
    font-size: 16px;
    line-height: 1.25
}

.consist__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 27px
}

.consist__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1
}

.consist__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    background: #fff
}

.consist__item:hover {
    background: #eee
}

.consist__item+.consist__item {
    margin-top: 7px
}

.consist__title {
    padding: 27px 30px 21px;
    font-family: Bebas, sans-serif;
    font-weight: 400;
    font-size: 26px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #2b2b2b
}

.consist__icon {
    position: relative;
    width: 130px;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-left: 1px solid #d3d3d3
}

.consist__form {
    width: 345px
}

.search {
    position: relative;
    background: url(../img/search-bg.jpg) center/cover no-repeat;
    padding: 70px 0
}

.search::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 310px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20.67%, #175ee3), to(rgba(22, 42, 80, 0)));
    background: -o-linear-gradient(top, #175ee3 20.67%, rgba(22, 42, 80, 0) 100%);
    background: linear-gradient(180deg, #175ee3 20.67%, rgba(22, 42, 80, 0) 100%)
}

.search__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 23px;
    color: #fff;
    margin-bottom: 70px;
    z-index: 1
}

.search__top .main-title {
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 578px;
    margin-bottom: 0
}

.search__subtitles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 33px
}

.search__subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35
}

.search__box {
    position: relative;
    max-width: 625px;
    background: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    padding: 29px 40px;
    z-index: 1
}

.search__box-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 20px
}

.search__box .search__btn {
    margin-bottom: 10px;
    width: 100%
}

.search__box-info {
    font-size: 15px;
    line-height: 1;
    color: #666
}

.search__box-info p+p {
    margin-top: 8px
}

.quiz {
    position: relative;
    background: #fff;
    padding: 70px 0
}

.quiz::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 197px;
    background: -webkit-gradient(linear, left top, right top, from(#175ee3), to(#162a50));
    background: -o-linear-gradient(left, #175ee3 0, #162a50 100%);
    background: linear-gradient(90deg, #175ee3 0, #162a50 100%)
}

.quiz .main-title {
    margin-bottom: 46px
}

.quiz__container {
    position: relative;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: .7fr 1.1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1
}

.quiz__left-descr {
    grid-column: 1/1;
    grid-row: 1/1;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35
}

.quiz__img {
    grid-column: 1/1;
    grid-row: 2/4;
    margin-top: -30px
}

.quiz__slider .swiper-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #806a00;
    border-radius: 10px;
    margin-bottom: 44px;
    overflow: hidden;
    height: 50px
}

.quiz__slider .swiper-pagination-bullet {
    position: relative;
    width: auto;
    background: 0 0;
    border-radius: unset;
    height: 60px;
    padding: 16px 30px;
    opacity: 1;
    margin: 0 !important;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: center;
    font-family: Bebas, sans-serif;
    font-size: 18px;
    line-height: 1.5
}

.quiz__slider .swiper-pagination-bullet:last-child::after,
.quiz__slider .swiper-pagination-bullet:last-child::before {
    display: none
}

.quiz__slider .swiper-pagination-bullet:last-child.is-passed {
    -webkit-clip-path: none;
    clip-path: none
}

.quiz__slider .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 0;
    right: 7px;
    height: 30.5px;
    border-right: 2px solid #806a00;
    -webkit-transform: skew(22deg);
    -ms-transform: skew(22deg);
    transform: skew(22deg);
    z-index: 1
}

.quiz__slider .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 7px;
    height: 30.5px;
    border-right: 2px solid #806a00;
    -webkit-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    transform: skew(-22deg);
    z-index: 1
}

.quiz__slider .swiper-pagination-bullet.is-passed {
    background: #ffd300;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 0 50%);
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%, 0 50%)
}

.quiz__slider .swiper-pagination-bullet.is-passed:has(+.is-passed) {
    -webkit-clip-path: none;
    clip-path: none
}

.quiz__box {
    grid-column: 2/4;
    grid-row: 1/4;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    background: #fff;
    padding: 43px 40px 32px
}

.quiz__quest {
    font-weight: 400;
    font-size: 16px;
    color: #666;
    margin-bottom: 36px
}

.quiz__form .phone-mask {
    max-width: 320px
}

.quiz__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 38px
}

.quiz__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    cursor: pointer
}

.quiz__item:hover .quiz__icon svg path {
    stroke: #f2c800;
    fill: #f2c800
}

.quiz__item:hover .quiz__title {
    color: #f2c800
}

.quiz__item .quiz__check:checked~.quiz__icon svg path {
    stroke: #f2c800;
    fill: #f2c800
}

.quiz__item .quiz__check:checked~.quiz__title {
    color: #f2c800
}

.quiz__check {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.quiz__icon {
    margin-bottom: 10px
}

.quiz__title {
    font-family: Bebas, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.13
}

.quiz__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.quiz-prev {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: 1px solid #806a00
}

.quiz-prev:hover {
    background: #ffd300
}

.quiz-next {
    min-width: 135px;
    gap: 16px
}

.icon-white {
    fill: #fff !important
}

.quiz__thanks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 23px
}

.quiz__thanks-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #666
}

.quiz__thanks-text .quiz__quest {
    margin-bottom: 8px
}

.quiz__price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px;
    padding: 15px 23px;
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    color: #ffd300;
    border: 1px solid #806a00;
    border-radius: 72px;
    line-height: 1
}

.times {
    padding-bottom: 70px
}

.times .title-row {
    color: #fff
}

.times .title-row .main-title {
    color: #fff
}

.times__row-1,
.times__row-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

.times__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #66baff;
    border-radius: 10px
}

.times__row-1 .times__item {
    padding: 40px 35px 40px 44px
}

.times__row-2 {
    margin-bottom: 40px
}

.times__row-2 .times__item {
    width: calc(33.3333333333% - 26.6666666667px);
    min-height: 200px;
    padding: 30px 30px 30px 34px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.times__row-2 .times__item-1 {
    -ms-flex-preferred-size: 38%;
    flex-basis: 38%;
    padding-right: 20px
}

.times__title {
    font-family: Bebas, sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1
}

.times__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.times__decor {
    position: relative
}

.times__line {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.times__detail {
    position: absolute;
    top: 14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
    width: 100%;
    text-align: center
}

.times__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
    background: #fff;
    padding: 48px 36px 52px 50px;
    margin-bottom: 36px
}

.times__info-title {
    font-family: Bebas, sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #2b2b2b;
    line-height: 1
}

.times__info-descr {
    font-size: 20px;
    line-height: 1.2
}

.times__info-icon {
    border-left: 1px solid #d3d3d3;
    padding-left: 33px
}

.times__message {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto
}

.rezerv {
    position: relative;
    padding-bottom: 63px
}

.rezerv__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    gap: 23px;
    border-bottom: 1px solid #66baff;
    padding-bottom: 40px;
    margin-bottom: 40px
}

.rezerv__top .main-title {
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-bottom: 0
}

.rezerv__subtitles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.rezerv__subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35
}

.rezerv__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    gap: 35px;
    margin-bottom: 30px
}

.rezerv__info {
    max-width: 275px
}

.rezerv__info-title {
    font-family: Bebas, sans-serif;
    font-size: 40px;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 10px
}

.rezerv__info-descr {
    font-size: 20px;
    letter-spacing: .03em
}

.rezerv__items {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 55px;
    border-left: 1px solid #66baff;
    -ms-flex-item-align: start;
    align-self: flex-start;
    z-index: 1
}

.rezerv__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    min-height: 100px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    background: #fff;
    padding-left: 45px;
    padding-right: 38px;
    margin-bottom: 10px
}

.rezerv__item:last-child {
    margin-bottom: 0
}

.rezerv__item-text {
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rezerv__item-title {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-family: Bebas, sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #2b2b2b
}

.rezerv__item-descr {
    color: #202020;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.rezerv__text {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .03em;
    color: #fff;
    margin-bottom: 45px
}

.rezerv__text p {
    margin-bottom: 30px
}

.rezerv__btn {
    width: 550px;
    max-width: 100%
}

.rezerv__flame {
    position: absolute;
    right: 55px;
    bottom: 37px
}

.what {
    padding-bottom: 70px
}

.what .main-title {
    color: #fff;
    margin-bottom: 37px
}

.what__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 18px;
    min-height: 165px;
    padding: 30px 40px 30px 42px
}

.what__item:last-child {
    margin-bottom: 0
}

.what__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.what__title {
    font-family: Bebas, sans-serif;
    font-weight: 400;
    font-size: 64px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #2b2b2b
}

.what__text {
    margin-right: auto
}

.what__descr {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 11px
}

.what__icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-left: 1px solid #d3d3d3;
    padding-left: 38px
}

.what__btn {
    font-size: 16px;
    line-height: 150%;
    color: #66baff;
    border: 1px solid #66baff;
    border-radius: 33px;
    padding: 3px 27px 5px 21px
}

.what__btn:hover {
    background: #66baff;
    color: #fff
}

.what__modal {
    border-radius: 10px;
    padding: 50px 50px 30px
}

.what__modal-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px
}

.what__modal-img {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 50px
}

.what__modal-img img {
    width: 100%;
    height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px
}

.what__modal-title {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 60px
}

.what__modal-descr {
    line-height: 1.35
}

.what__modal-descr p:nth-of-type(1) {
    margin-bottom: 10px
}

.what__modal-descr ul {
    margin-bottom: 10px
}

.what__modal-descr ul li {
    position: relative;
    padding-left: 14px
}

.what__modal-descr ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #202020
}

.what__modal-btn {
    width: 224px;
    margin: 28px auto 0
}

.posts {
    background: #fff;
    padding: 50px 0 70px
}

.posts .main-title {
    margin-bottom: 50px
}

.posts-job .main-title span {
    color: #fed200
}

.posts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    border: 1px solid #cfcfcf;
    border-radius: 20px;
    padding: 22px 20px
}

.posts__item+.posts__item {
    margin-top: 50px
}

.posts__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 695px
}

.posts__title {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: clamp(1.5625rem, 1.0833rem + 1.9167vw, 3rem);
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #2b2b2b;
    margin-bottom: 30px;
    line-height: 1
}

.posts__descr {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #2b2b2b
}

.posts__btn {
    margin-top: auto;
    width: 163px
}

.posts__btn svg {
    margin-left: 16px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.posts__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.posts__img img {
    width: 400px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px
}

.post {
    padding: 50px 0;
    background: #fff
}

.post .main-title {
    margin-bottom: 50px
}

.post__img {
    margin-bottom: 25px
}

.post__img img {
    border-radius: 22px
}

.post__content {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.35;
    color: #2b2b2b
}

.post__content p {
    margin-bottom: 30px
}

.post__content p:last-child {
    margin-bottom: 0
}

.post__content img {
    border-radius: 22px
}

.author {
    background: #fff;
    padding-bottom: 50px
}

.author__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9%;
    padding: 40px 50px 49px;
    max-width: 980px;
    margin: 0 auto
}

.author__img {
    width: 40%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.author__img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#175ee3), to(#162a50));
    background: -o-linear-gradient(top, #175ee3 0, #162a50 100%);
    background: linear-gradient(180deg, #175ee3 0, #162a50 100%);
    left: -16px;
    bottom: -14px
}

.author__img img {
    position: relative;
    z-index: 1
}

.author__top {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0
}

.author__top::after,
.author__top::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100px;
    height: 50px;
    border-top: 1px solid #008dff
}

.author__top::before {
    left: 0;
    border-left: 1px solid #008dff
}

.author__top::after {
    right: 0;
    border-right: 1px solid #008dff
}

.author__bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0
}

.author__bottom::after,
.author__bottom::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 50px;
    border-bottom: 1px solid #008dff
}

.author__bottom::before {
    left: 0;
    border-left: 1px solid #008dff
}

.author__bottom::after {
    right: 0;
    border-right: 1px solid #008dff
}

.author__content {
    width: 60%;
    padding-top: 24px
}

.author__name {
    font-weight: 700;
    font-size: 40px;
    font-size: clamp(.875rem, .3333rem + 2.1667vw, 2.5rem);
    letter-spacing: .03em;
    color: #2b2b2b;
    margin-bottom: 25px
}

.author__items {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    color: #2b2b2b
}

.author__item {
    position: relative;
    padding-left: 14px
}

.author__item svg {
    position: absolute;
    top: 1px;
    left: 0
}

.author__item+.author__item {
    margin-top: 30px
}

.mob-title {
    display: none;
    text-align: center
}

.solutions {
    position: relative;
    background: #fff;
    margin-top: 99px;
    padding: 37px 0 125px
}

.solutions::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 99px;
    background: -webkit-gradient(linear, left top, right top, from(#175ee3), to(#162a50));
    background: -o-linear-gradient(left, #175ee3 0, #162a50 100%);
    background: linear-gradient(90deg, #175ee3 0, #162a50 100%)
}

.solutions .main-title {
    margin-bottom: 8px
}

.solutions__descr {
    font-weight: 700;
    font-size: 20px;
    line-height: 135%;
    color: #2b2b2b;
    max-width: 570px
}

.solutions__row {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px
}

.solutions__content {
    display: none;
    gap: 30px;
    -webkit-animation: fadeIn .3s ease;
    animation: fadeIn .3s ease
}

.solutions__content.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.solutions__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 568px
}

.solutions__title {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: clamp(1.75rem, 1rem + 3vw, 4rem);
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #2b2b2b;
    margin-bottom: 16px;
    line-height: 1
}

.solutions__content-in .solutions__list,
.solutions__content-in ul {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #2b2b2b
}

.solutions__content-in .solutions__list li,
.solutions__content-in ul li {
    position: relative;
    padding-left: 14px
}

.solutions__content-in .solutions__list li::before,
.solutions__content-in ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #202020
}

.solutions__btn {
    width: 325px;
    margin-top: 36px
}

.solutions__items {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 234px;
    border-right: 2px solid #cfcfcf;
    padding-right: 18px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.solutions__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    color: #2b2b2b;
    border-bottom: 2px solid #cfcfcf;
    padding-bottom: 45px;
    cursor: pointer
}

.solutions__item.active,
.solutions__item:hover {
    color: #008dff
}

.solutions__item.active svg path,
.solutions__item:hover svg path {
    fill: #008dff
}

.solutions__item.active:last-child svg path,
.solutions__item:last-child:hover svg path {
    fill: none;
    stroke: #008dff
}

.solutions__item:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.solutions__item+.solutions__item {
    padding-top: 45px
}

.solutions__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.contacts {
    background: #fff;
    padding: 60px 0 25px
}

.contacts .main-title {
    text-align: center
}

.contacts__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5vw;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contacts__item {
    position: relative;
    width: calc(25% - 3.75vw);
    text-align: center
}

.contacts__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% + 2.5vw);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #cfcfcf
}

.contacts__item:last-child::after {
    display: none
}

.contacts__icon {
    margin-bottom: 10px
}

.contacts__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.13;
    color: #2b2b2b;
    margin-bottom: 10px
}

.contacts__info {
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    color: #2b2b2b
}

.partners {
    padding: 25px 0 60px;
    background: #fff
}

.partners .main-title {
    text-align: center
}

.partners__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px
}

.partners__item {
    border: 1px solid #cfcfcf;
    border-radius: 28px;
    padding: 20px 36px;
    width: calc(25% - 17.25px)
}

.partners__img {
    text-align: center;
    margin-bottom: 20px
}

.partners__descr {
    font-weight: 400;
    font-size: 14px;
    color: #2b2b2b;
    margin-bottom: 13px
}

.partners__info {
    font-size: 16px
}

.partners__info+.partners__info {
    margin-top: 25px
}

.partners__info a {
    color: #008dff
}

.baza {
    background: #fff;
    padding: 50px 0 70px
}

.baza .main-title {
    margin-bottom: 50px;
    text-align: center
}

.baza__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.35;
    color: #2b2b2b;
    margin-bottom: 60px
}

.baza__text p {
    margin-bottom: 20px
}

.baza__text p:last-child {
    margin-bottom: 0
}

.baza__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.baza__link {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.35;
    color: #008dff
}

.baza__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #008dff;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.baza__link:hover::before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.about {
    background: #fff;
    padding: 50px 0 78px
}

.about .main-title {
    text-align: center;
    margin-bottom: 50px
}

.about .main-title span {
    color: #fed200
}

.about__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.35;
    color: #2b2b2b;
    margin-bottom: 80px
}

.about__text p {
    margin-bottom: 30px
}

.about__text p:last-child {
    margin-bottom: 0
}

.certs__title {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #2b2b2b;
    margin-bottom: 50px;
    text-align: center
}

.certs__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px
}

.certs__item {
    width: calc(25% - 15px);
    border: 1px solid #cfcfcf
}

.fortgu {
    padding: 80px 0;
    background: #fff
}

.fortgu .main-title {
    text-align: center;
    margin-bottom: 0
}

.fortgu .main-title span {
    display: block
}

.fortgu .container {
    position: relative
}

.fortgu__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.fortgu__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.fortgu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

.fortgu__list li {
    width: calc(50% - 15px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.13
}

.fortgu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

.fortgu__item {
    width: calc(50% - 15px)
}

.fortgu__item-top {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.13
}

.fortgu__item-top svg {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.fortgu__item-descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    opacity: .6;
    max-width: 280px
}

.forgtu__line {
    position: absolute;
    left: 0;
    bottom: -80px;
    width: 100%;
    height: 1px;
    background: #cfcfcf
}

.gsm {
    position: relative;
    padding: 73px 0 83px;
    overflow: hidden
}

.gsm__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gsm__img img {
    position: relative;
    z-index: 1
}

.gsm__glow {
    position: absolute;
    left: -10%;
    top: 50%;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0
}

.gsm__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.gsm__title {
    font-family: Bebas, sans-serif;
    font-weight: 700;
    font-size: 60px;
    letter-spacing: .03em;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 10px;
    color: #fff;
    line-height: 1
}

.gsm__title span {
    color: #fed200
}

.gsm__list {
    margin-bottom: 26px;
    margin-left: auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.35;
    color: #fff
}

.gsm__list li {
    position: relative;
    padding-left: 16px
}

.gsm__list li::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 10px
}

.gsm__tel-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    gap: 26px
}

.gsm__tel-border {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 140px;
    height: 1px;
    background: #eaffff
}

.zont {
    background: #fff;
    padding: 30px 0 65px
}

.zont .main-title {
    text-align: center;
    margin-bottom: 36px
}

.zont .main-title span {
    display: block
}

.zont__box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr
}

.zont__img {
    grid-column: 2/3;
    grid-row: 1/3;
    text-align: center
}

.zont__item {
    position: relative
}

.zont__item svg {
    position: absolute
}

.zont__item-1 {
    text-align: right;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.zont__item-1 svg {
    left: 102%;
    top: 10px
}

.zont__item-2 {
    -webkit-transform: translate(-55px, 0);
    -ms-transform: translate(-55px, 0);
    transform: translate(-55px, 0)
}

.zont__item-2 svg {
    top: 11px;
    right: 103%
}

.zont__item-3 {
    text-align: right;
    -ms-flex-item-align: center;
    align-self: center
}

.zont__item-3 svg {
    top: -6px;
    left: 103%
}

.zont__item-4 {
    -webkit-transform: translate(-15px, 0);
    -ms-transform: translate(-15px, 0);
    transform: translate(-15px, 0)
}

.zont__item-4 svg {
    top: 11px;
    right: 103%
}

.zont__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
    color: #000
}

.zont__item-descr {
    font-size: 16px;
    line-height: 1.5;
    opacity: .6
}

.text {
    background: #fff;
    padding: 50px 0 60px
}

.text .main-title {
    text-align: center
}

.text__content p {
    margin-bottom: 20px
}

.text__content h2,
.text__content h3,
.text__content h4,
.text__content h5 {
    font-weight: 700
}

.text__content h2 {
    font-size: 24px;
    margin-bottom: 20px
}









.footer {
    position: relative;
    background: url(../img/footer-bg.webp) center/cover no-repeat;
    color: #fff
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 68px;
    padding: 69px 0 74px;
    border-bottom: 1px solid #fff
}

.footer__top .main-title {
    color: #fff
}

.footer__top .main-title span {
    color: #ffd301
}

.footer__top-col {
    width: calc(50% - 34px)
}

.footer__content {
    padding-top: 48px
}

.footer__content-descr {
    max-width: 370px;
    line-height: 1.35
}

.form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px
}

.form__footer-field {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.form__footer-field input,
.form__footer-field textarea {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px
}

.form__footer-field input:focus,
.form__footer-field textarea:focus {
    outline: 0
}

.form__footer-field input::-webkit-input-placeholder,
.form__footer-field textarea::-webkit-input-placeholder {
    color: #cfcfcf;
    font-size: 16px
}

.form__footer-field input::-moz-placeholder,
.form__footer-field textarea::-moz-placeholder {
    color: #cfcfcf;
    font-size: 16px
}

.form__footer-field input:-ms-input-placeholder,
.form__footer-field textarea:-ms-input-placeholder {
    color: #cfcfcf;
    font-size: 16px
}

.form__footer-field input::-ms-input-placeholder,
.form__footer-field textarea::-ms-input-placeholder {
    color: #cfcfcf;
    font-size: 16px
}

.form__footer-field input::placeholder,
.form__footer-field textarea::placeholder {
    color: #cfcfcf;
    font-size: 16px
}

.form__footer {
    position: relative;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
    background: #fff;
    padding: 48px 40px 31px
}

.footer__submit {
    font-family: Bebas, sans-serif;
    margin: 20px 0 10px
}

.footer__submit input {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 59px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff582), color-stop(3%, #ffd300), color-stop(97%, #ffd300), to(#806a00));
    background: -o-linear-gradient(top, #fff582 0, #ffd300 3%, #ffd300 97%, #806a00 100%);
    background: linear-gradient(180deg, #fff582 0, #ffd300 3%, #ffd300 97%, #806a00 100%);
    border-radius: 78px;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-align: center;
    color: #2b2b2b;
    cursor: pointer
}

.footer__submit input:hover {
    background: #f8e834
}

.footer__row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 35px 0 49px
}

.footer__col {
    width: calc(25% - 22.5px)
}

.footer__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 6px
}

.footer__gazprom-img {
    width: 115px;
    margin-bottom: 8px
}

.footer__gazprom-text {
    font-weight: 500;
    font-size: 15px;
    color: #fff
}

.footer__col-4 {
    width: 400px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.footer__menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.footer__menu li {
    margin-bottom: 20px
}

.footer__menu li a:hover {
    color: #86c9ff
}

.footer__phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
    font-size: clamp(.875rem, .7151rem + .6397vw, 1.25rem);
    margin-bottom: 48px
}

.footer__phone:hover {
    color: #86c9ff
}

.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px
}

.footer__social a {
    width: 30px;
    height: 30px;
    border: 1px solid #ffd300;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.footer__social a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.footer__wa svg {
    -webkit-transform: translate(1px, 1px);
    -ms-transform: translate(1px, 1px);
    transform: translate(1px, 1px)
}

.footer__items {
    font-size: 16px
}

.footer__item+.footer__item {
    margin-top: 30px
}

.footer__item a:hover {
    color: #86c9ff
}

.scroll__top {
    position: fixed;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 6px;
    background: #008dff;
    bottom: 7px;
    left: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    -webkit-animation: bottom .6s linear;
    animation: bottom .6s linear;
    z-index: 6
}

.scroll__top.show {
    opacity: .7;
    -webkit-animation: top .6s linear;
    animation: top .6s linear;
    pointer-events: auto
}

.scroll__top.show:hover {
    -webkit-transition: opacity .1s;
    -o-transition: opacity .1s;
    transition: opacity .1s;
    opacity: 1
}

.mb-10 {
    margin-bottom: 10px;
}

.box-form-title {
    font-size: 30px;
}

.lh-150 {
    line-height: 1.5;
}

html {
    scroll-behavior: smooth;
}

@media all and (min-width:1024px) {
    .fancybox__container {
        --carousel-button-width: 48px;
        --carousel-button-height: 48px;
        --carousel-button-svg-width: 27px;
        --carousel-button-svg-height: 27px
    }

    .fancybox__slide {
        padding: 64px 100px
    }

    .fancybox__nav .carousel__button.is-next {
        right: 40px
    }

    .fancybox__nav .carousel__button.is-prev {
        left: 40px
    }

    .carousel__button.is-close {
        right: 40px
    }

    .fancybox__toolbar {
        padding: 8px
    }
}

@media (max-width:1449.98px) {
    .container {
        max-width: 1298px
    }
}

@media (max-width:1200px) {
    .title-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .title-row span {
        text-align: center
    }

    .header__nav {
        margin-left: 0
    }

    .hero-2 .hero__img {
        position: relative;
        top: 0;
        right: 0
    }

    .hero__content {
        padding: 60px 0
    }

    .hero__pinput {
        width: calc(50% - 4.5px)
    }

    .completed .wrap-title {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .completed .wrap-title .main-title {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        text-align: center
    }

    .completed .wrap-title span {
        text-align: center
    }

    .completed__box {
        background-size: 70% !important;
        background-position: center 25px !important
    }

    .completed__content {
        max-width: none;
        padding-top: 30%
    }

    .works__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .works__item {
        width: calc(25% - 22.5px)
    }

    .works__item.active::before,
    .works__item:hover::before {
        display: none
    }

    .objects__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .object__descr {
        padding-bottom: 0
    }

    .object__lead {
        margin-top: -30px;
        margin-right: auto
    }

    .search__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .search__top .main-title {
        width: calc(60% - 11.5px)
    }

    .search__subtitles {
        display: contents
    }

    .search__subtitles .search__subtitle:nth-child(1) {
        width: calc(40% - 11.5px)
    }

    .quiz__slider .swiper-page {
        overflow-x: scroll
    }

    .times__row-1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .rezerv__item-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0
    }

    .solutions__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .partners__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .partners__item {
        width: calc(50% - 11.5px)
    }

    .partners__info+.partners__info {
        margin-top: 10px
    }

    .zont__item svg {
        display: none
    }

    .footer__top {
        gap: 30px
    }
}

@media screen and (max-width:1130px) {
    .header__nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 22;
        -webkit-animation: fadeIn .1s linear;
        animation: fadeIn .1s linear
    }

    .header__nav.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        width: 100%;
        background: rgba(22, 42, 80, .98);
        padding: 60px 30px 60px 50px;
        overflow-y: auto
    }

    .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px
    }

    .header__menu .menu-item:before {
        display: none
    }

    .header__mobsocial {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 8px
    }

    .header__mobsocial a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 26px;
        height: 26px;
        border: 2px solid #ffd300;
        border-radius: 50%;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .header__mobsocial a:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .header__top-right {
        display: none
    }

    .burger {
        display: block;
        position: relative;
        width: 30px;
        height: 23px;
        z-index: 102;
        cursor: pointer
    }

    .burger:after,
    .burger:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        -webkit-transition: cubic-bezier(.785, .135, .15, .86) .3s all;
        -o-transition: cubic-bezier(.785, .135, .15, .86) .3s all;
        transition: cubic-bezier(.785, .135, .15, .86) .3s all
    }

    .burger:before {
        top: 0
    }

    .burger::after {
        bottom: 0
    }

    .burger span {
        position: absolute;
        top: 50%;
        right: 0;
        width: 100%;
        background: #fff;
        height: 2px;
        -webkit-transform: scale(1) translateY(-50%);
        -ms-transform: scale(1) translateY(-50%);
        transform: scale(1) translateY(-50%);
        -webkit-transition: cubic-bezier(.785, .135, .15, .86) .3s all;
        -o-transition: cubic-bezier(.785, .135, .15, .86) .3s all;
        transition: cubic-bezier(.785, .135, .15, .86) .3s all
    }

    .burger.active-burger {
        width: 30px;
        height: 23px
    }

    .burger.active-burger:before {
        background: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: cubic-bezier(.785, .135, .15, .86) .3s all;
        -o-transition: cubic-bezier(.785, .135, .15, .86) .3s all;
        transition: cubic-bezier(.785, .135, .15, .86) .3s all;
        top: 10px
    }

    .burger.active-burger:after {
        background: #fff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: 11px;
        -webkit-transition: cubic-bezier(.785, .135, .15, .86) .3s all;
        -o-transition: cubic-bezier(.785, .135, .15, .86) .3s all;
        transition: cubic-bezier(.785, .135, .15, .86) .3s all
    }

    .burger.active-burger span {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .header__moblinks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        margin-left: auto;
        margin-right: 30px
    }

    .header__moblinks a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .mobile__box {
        display: block;
        background: #f5f5f5;
        padding: 20px 0 48px;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .mobile__box.active {
        visibility: visible;
        opacity: 1;
        right: 0;
        z-index: 3
    }

    .mobile__box .menu__item-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 6px;
        -moz-column-gap: 6px;
        column-gap: 6px;
        margin-bottom: 36px
    }

    .mobile__box .menu__item-link svg {
        stroke: #202020
    }

    .mobile__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 10px
    }
}

@media (max-width:1100px) {
    .footer__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .form__footer .form__group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .footer__col-4 {
        width: calc(25% - 22.5px)
    }
}

@media (max-width:991.98px) {
    .container {
        max-width: 970px
    }
}

@media (max-width:991px) {
    .header__bottom {
        display: none
    }

    .header__bottom-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 28px
    }

    .header__bottom-menu .menu-item {
        text-align: left;
        width: auto
    }

    .hero .hero__img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .hero-3 .hero__img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .hero-tgu .hero__img {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #000), to(transparent));
        -webkit-mask-image: linear-gradient(to bottom, #000 70%, transparent 100%);
        mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #000), to(transparent));
        mask-image: linear-gradient(to bottom, #000 70%, transparent 100%)
    }

    .hero-tgu .hero__wtitle {
        margin-bottom: 20px
    }

    .hero-tgu .hero__content {
        text-align: center
    }

    .hero-tgu .hero__wdescr {
        margin: 0 auto 30px
    }

    .hero-tgu .hero__descr-tgu {
        margin-bottom: 30px
    }

    .hero__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 30px
    }

    .hero__img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .hero__content {
        width: 100%;
        padding-top: 0
    }

    .hero__psubmit {
        width: 100%
    }

    .wrap-title br {
        display: none
    }

    .key__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .key__content,
    .key__img {
        width: 100%
    }

    .key__img {
        margin-bottom: 0;
        text-align: center
    }

    .services__item {
        width: 100%
    }

    .why__item {
        width: 50%
    }

    .why__item:nth-child(2)::after,
    .why__item:nth-child(2)::before {
        height: calc(100% - 60px)
    }

    .why__item:nth-child(2n)::after {
        display: none
    }

    .why__item:nth-child(4)::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 2px;
        height: calc(100% - 60px);
        background: #cfcfcf
    }

    .why__item:nth-child(4) .why__line {
        display: block
    }

    .why__item:nth-child(5)::before {
        display: none
    }

    .how__items {
        gap: 40px 5%
    }

    .how__items-4 {
        gap: 40px 3%
    }

    .how__items-4 .how__item {
        width: 31.3333333333%
    }

    .how__items-4 .how__item:last-child {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 100%
    }

    .how__item:last-child {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 50%
    }

    .how-calc .how__item:last-child {
        width: 100%
    }

    .news__item {
        width: calc(50% - 10px)
    }

    .works__item {
        width: calc(33.3333333333% - 20px)
    }

    .works__box {
        margin-top: 30px
    }

    .works__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .works__img {
        width: 100%;
        text-align: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .works__text {
        max-width: 100%
    }

    .prices__items {
        gap: 10px
    }

    .prices__title {
        font-size: 32px
    }

    .prices__list {
        font-size: 16px
    }

    .objects__item {
        width: calc(33.3333333333% - 13.3333333333px)
    }

    .objects__title {
        font-size: 18px
    }

    .objects__link {
        font-size: 20px;
        height: 50px
    }

    .object__box {
        padding: 30px 20px 50px 30px
    }

    .object__thumbs .swiper-slide img {
        height: 70px
    }

    .success__slide {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .success__title {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: calc(70% - 10px);
        -ms-flex-item-align: center;
        align-self: center
    }

    .success__icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: auto;
        width: calc(30% - 10px);
        -ms-flex-item-align: center;
        align-self: center
    }

    .quiz__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .quiz__left-descr {
        margin-bottom: 35px
    }

    .quiz__img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 30px auto 0
    }

    .quiz__box {
        width: 100%
    }

    .times__row-2 .times__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .times__row-2 .times__icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .times__row-2 .times__icon img {
        height: 80px
    }

    .times__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px
    }

    .times__info-title {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: calc(80% - 10px);
        -ms-flex-item-align: center;
        align-self: center
    }

    .times__info-icon {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-left: auto;
        width: calc(20% - 10px);
        -ms-flex-item-align: center;
        align-self: center;
        text-align: center
    }

    .rezerv__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .rezerv__top .main-title {
        text-align: center
    }

    .rezerv__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .rezerv__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: none;
        text-align: center
    }

    .rezerv__info-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .rezerv__info-descr {
        margin-bottom: 28px
    }

    .rezerv__items {
        border-left: 0;
        padding-left: 0;
        margin: 0 auto
    }

    .rezerv__flame {
        right: 10px;
        bottom: 20px
    }

    .what__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .what__item-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .what__modal {
        padding: 30px 30px 30px
    }

    .what__modal-img {
        margin-right: 30px
    }

    .contacts__items {
        gap: 30px
    }

    .contacts__item {
        width: calc(50% - 15px)
    }

    .contacts__item::after {
        display: none
    }

    .fortgu__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .zont__item-2 {
        -webkit-transform: translate(-8%, 0);
        -ms-transform: translate(-8%, 0);
        transform: translate(-8%, 0)
    }

    .zont__item-4 {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .gsm__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px
    }

    .gsm__content {
        display: contents
    }

    .gsm__title {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        text-align: center
    }

    .gsm__list,
    .gsm__tel-wrap {
        margin-left: 0;
        width: 100%
    }

    .gsm__list {
        margin-bottom: 0
    }

    .footer__col {
        width: calc(33.3333333333% - 20px);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .footer__col-3 {
        text-align: right
    }

    .footer__menu {
        text-align: center
    }

    .footer__menu li {
        margin-bottom: 12px
    }

    .footer__items {
        text-align: center
    }

    .footer__item+.footer__item {
        margin-top: 20px
    }

    .footer__social {
        justify-self: flex-end
    }
}

@media (max-width:880px) {
    .posts__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .posts__content {
        display: contents
    }

    .posts__title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 0
    }

    .posts__img {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center
    }

    .posts__descr {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .posts__btn {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
}

@media (max-width:768px) {
    .box-certs {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        padding-bottom: 10px;
    }

    .box-certs .certs__item {
        scroll-snap-align: start;
        flex: 0 0 auto;
        width: 40%;
    }

    .form-group {
        gap: 16px
    }

    .form-group .form-field {
        width: calc(50% - 8px)
    }

    .form-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .form-price {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    #page-loader svg {
        width: 70% !important
    }

    .hero-2 .hero__titles {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hero-2 .hero__price-descr {
        text-align: center
    }

    .hero-2 .hero__btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .wrap-title {
        text-align: center
    }

    .services__img {
        right: -20%
    }

    .why__item {
        padding: 0 30px
    }

    .why__line {
        margin: 30px 0
    }

    .how__item {
        width: 47.5%
    }

    .how__items-4 .how__item {
        width: 48.5%
    }

    .how__title {
        font-size: 18px
    }

    .how__item:last-child {
        width: 80%;
        margin: 0 auto
    }

    .news__item {
        width: 100%
    }

    .prices__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .prices__item {
        width: 100%
    }

    .prices__img {
        text-align: center
    }

    .prices__content {
        min-height: auto
    }

    .prices__title span {
        display: inline-block
    }

    .prices__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 23px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .prices__list li {
        margin-bottom: 0
    }

    .objects__item {
        width: calc(50% - 10px)
    }

    .object__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .object__top .main-title {
        text-align: center
    }

    .object__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px
    }

    .object__info,
    .object__sliders {
        width: 100%
    }

    .object__thumbs .swiper-slide img {
        height: 87px
    }

    .object__works {
        margin-bottom: 25px
    }

    .objects__main {
        font-size: 0 !important;
        padding-top: 18px;
    }

    .objects__main span {
        font-size: 20px
    }

    .object-next,
    .object-prev {
        font-size: 20px;
        padding-top: 6px;
    }

    .success .title-row {
        border-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .success__top {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .success__top::after {
        content: "";
        position: absolute;
        width: 80%;
        height: 2px;
        background: #66baff;
        left: 10%;
        bottom: 0
    }

    .success__nav {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: -50px
    }

    .consist .main-subtitle,
    .consist .main-title {
        text-align: center
    }

    .consist .main-subtitle {
        font-size: 20px
    }

    .consist__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .consist__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 25px 10px 25px 25px;
        gap: 0
    }

    .consist__title {
        padding: 0
    }

    .consist__form {
        width: 80%;
        margin: 0 auto;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .consist__form .how__form {
        margin-bottom: 0
    }

    .search__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }

    .search__top .main-title {
        width: 100%;
        text-align: center
    }

    .search__subtitles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 18px
    }

    .search__subtitles .search__subtitle,
    .search__subtitles .search__subtitle:nth-child(1) {
        width: calc(50% - 9px)
    }

    .search__subtitles .search__subtitle {
        font-size: 18px
    }

    .search__box {
        margin: 0 auto;
        text-align: center
    }

    .quiz .main-title {
        text-align: center;
        margin-bottom: 20px
    }

    .quiz__left-descr {
        text-align: center
    }

    .quiz__box {
        padding: 25px 38px 30px
    }

    .quiz__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .quiz__slider .swiper-page {
        height: 38px
    }

    .quiz__slider .swiper-pagination-bullet {
        font-size: 14px;
        line-height: 1.8
    }

    .times__row-2 {
        gap: 20px
    }

    .times__title {
        font-size: 20px
    }

    .times__detail {
        font-size: 18px
    }

    .times__info {
        padding: 25px 34px 37px
    }

    .times__info-title {
        width: calc(70% - 10px)
    }

    .times__info-icon {
        width: calc(30% - 10px)
    }

    .rezerv__subtitle {
        font-size: 16px
    }

    .rezerv__info-descr {
        font-size: 16px
    }

    .rezerv__text {
        font-size: 16px
    }

    .rezerv__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .what .main-title {
        text-align: center
    }

    .what__icon {
        border-left: 0
    }

    .what__icon::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background: #d3d3d3
    }

    .what__title {
        font-size: 48px
    }

    .what__modal-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .what__modal-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .solutions__items {
        width: 40%
    }

    .contacts__title {
        font-size: 20px
    }

    .contacts__info {
        font-size: 16px
    }

    .partners__item {
        width: 100%
    }

    .zont__box {
        grid-template-columns: 1.3fr 1fr;
        grid-template-rows: auto;
        gap: 0 60px
    }

    .zont__img {
        grid-column: 2/3;
        grid-row: 2/4
    }

    .zont__item svg {
        display: block
    }

    .zont__item-1 {
        grid-row: 2/3
    }

    .zont__item-2 {
        grid-column: 1/2;
        text-align: right;
        -webkit-transform: translateX(38%);
        -ms-transform: translateX(38%);
        transform: translateX(38%)
    }

    .zont__item-2 svg {
        left: 103%;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1)
    }

    .zont__item-3 {
        grid-column: 1/2;
        grid-row: 3/4
    }

    .zont__item-4 {
        grid-column: 2/3;
        grid-row: 4/5;
        -webkit-transform: translate(10px, 50px);
        -ms-transform: translate(10px, 50px);
        transform: translate(10px, 50px)
    }

    .zont__item-4 svg {
        top: 0;
        right: 90%;
        -webkit-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        transform: rotate(160deg);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .gsm__title {
        font-size: 50px
    }

    .gsm__tel-border {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .footer__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__top .main-title {
        margin-bottom: 10px
    }

    .footer__top .main-title span {
        display: block
    }

    .footer__top-col {
        width: 100%
    }

    .footer__content {
        text-align: center;
        padding-top: 0
    }

    .footer__content-descr {
        margin: 0 auto
    }

    .form__footer-field input,
    .form__footer-field textarea {
        padding: 11px 20px
    }
}

@media (max-width:767.98px) {
    .container {
        max-width: 740px
    }

    .solutions__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .solutions__items {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        border-right: 0;
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px 20px;
    }

    .solutions__item {
        width: calc(50% - 10px);
        padding-bottom: 16px;
    }

    .solutions__item:nth-child(2n+1)::before {
        content: "";
        position: absolute;
        top: 0;
        right: -10px;
        width: 2px;
        height: 90%;
        background: #cfcfcf;
    }

    .solutions__item+.solutions__item {
        padding-top: 0;
    }

    .solutions__item:last-child {
        border-bottom: 2px solid #cfcfcf;
        padding-bottom: 16px;
    }
}

@media (max-width:640px) {
    .fancybox__toolbar__items--center:not(:last-child) {
        display: none
    }
}

@media (max-width:576px) {
    .main-btn {
        font-size: 20px
    }

    .form-title {
        text-align: center;
        font-size: 18px;
        margin-bottom: 18px
    }

    .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px
    }

    .form-group .form-field {
        width: 100%;
        margin-bottom: 0
    }

    .form-label {
        font-size: 14px
    }

    .form-select {
        padding-left: 13px
    }

    .form-price {
        font-size: 36px;
        margin-top: 10px;
        margin-bottom: 16px
    }

    .form-price span {
        font-size: 26px
    }

    .form-submit {
        font-size: 24px
    }

    .form-info {
        text-align: center
    }

    .hero-3 {
        text-align: center
    }

    .hero-3 .hero__wtitle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px
    }

    .hero-3 .hero__price-sum {
        display: block;
        margin-top: 20px
    }

    .hero-tgu .hero__wdescr {
        font-size: 16px;
        line-height: 1.2
    }

    .hero-tgu .hero__descr-tgu {
        font-size: 16px
    }

    .hero__titles .hero__title {
        margin-bottom: 0;
        padding-top: 6px
    }

    .hero__title,
    .hero__wtitle {
        font-size: 40px
    }

    .hero__wtitle {
        text-align: center;
        line-height: .8
    }

    .hero__price-sum {
        font-size: 32px;
        height: 45px;
        line-height: 1.1;
        margin-bottom: 0
    }

    .hero__price-info {
        font-size: 12px
    }

    .hero__steps {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hero__step {
        gap: 6px
    }

    .hero__step::after {
        width: 6px;
        height: 16px;
        right: -15px
    }

    .hero__step-icon {
        width: 16px
    }

    .hero__step-title {
        font-size: 16px
    }

    .hero__btns {
        gap: 7px
    }

    .hero__btn {
        font-size: 24px
    }

    .hero__phone {
        font-size: 30px;
        padding: 6px 20px
    }

    .hero__wdescr {
        text-align: center;
        margin-bottom: 17px
    }

    .key {
        padding: 60px 0
    }

    .key::after {
        height: 65px
    }

    .wrap-title {
        padding-bottom: 25px
    }

    .wrap-title span {
        font-size: 16px
    }

    .key__descr {
        font-size: 16px;
        margin-bottom: 24px
    }

    .key__row {
        padding-bottom: 34px
    }

    .services {
        padding: 60px 0
    }

    .services .main-title {
        text-align: center
    }

    .services__item {
        padding: 30px;
        height: auto;
        gap: 24px
    }

    .services__title {
        font-size: 26px;
        line-height: 1
    }

    .services__img {
        top: 0
    }

    .services__btn {
        height: 59px;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .why {
        margin: 70px 0 60px;
        padding: 60px 0 25px
    }

    .why .main-title {
        text-align: center
    }

    .why__item {
        padding: 0 9px
    }

    .why__item:nth-child(2)::after,
    .why__item:nth-child(2)::before {
        height: calc(100% - 30px)
    }

    .why__item:nth-child(2) .why__line {
        margin-left: 3.5%
    }

    .why__item:nth-child(4)::before {
        height: calc(100% - 30px)
    }

    .why__item:nth-child(4) .why__line {
        margin-left: 3.5%
    }

    .why__top {
        gap: 8px;
        margin-bottom: 6px
    }

    .why__icon {
        width: 30px;
        height: 30px
    }

    .why__title {
        font-size: 16px
    }

    .why__descr {
        font-size: 14px
    }

    .why__line {
        margin: 15px 0
    }

    .how {
        padding: 60px 0 150px
    }

    .how .main-title {
        text-align: center;
        margin-bottom: 60px
    }

    .how__item:last-child {
        width: 100%
    }

    .how__top {
        margin-bottom: 8px;
        gap: 10px
    }

    .how__top svg {
        height: 37px
    }

    .how__icon img {
        width: 36px;
        height: 36px
    }

    .how__title {
        font-size: 16px
    }

    .how__descr {
        font-size: 14px
    }

    .how__form {
        padding: 15px 15px 17px
    }

    .news__top {
        padding-bottom: 24px
    }

    .news__btn {
        height: 50px
    }

    .news__title {
        font-size: 18px
    }

    .news__link {
        height: 50px;
        font-size: 20px
    }

    .news__link svg {
        height: 24px
    }

    .completed {
        padding: 60px 0
    }

    .completed__box {
        background-size: 85% !important
    }

    .completed__content {
        padding-top: 38%
    }

    .completed__item {
        font-size: 16px;
        margin-bottom: 20px;
        text-align: center
    }

    .completed__item svg {
        display: none
    }

    .completed__btn {
        font-size: 20px;
        max-width: 80%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 auto
    }

    .works .title-row {
        border-bottom: 2px solid #008dff;
        padding-bottom: 25px;
        gap: 6px
    }

    .works .title-row span {
        font-size: 16px
    }

    .works__items {
        display: none
    }

    .works__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 2px solid #008dff;
        padding-bottom: 35px;
        gap: 0
    }

    .works__content+.works__content {
        padding-top: 30px
    }

    .works__img {
        margin-bottom: 20px
    }

    .works__text {
        display: contents
    }

    .works__text .works__title,
    .works__text h4 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 18px;
        text-align: center;
        color: #008dff
    }

    .works__text p {
        margin-bottom: 10px
    }

    .works__text ul~p {
        margin-top: 0
    }

    .works__text ol,
    .works__text ul {
        margin-bottom: 10px
    }

    .works__btn {
        margin: 0 auto
    }

    .prices {
        padding-bottom: 90px
    }

    .prices .main-title {
        text-align: center
    }

    .prices__items {
        gap: 60px
    }

    .prices__content {
        padding: 40px 30px 0
    }

    .prices__title {
        font-size: 26px;
        margin-bottom: 25px
    }

    .prices__list {
        font-size: 14px;
        gap: 12px
    }

    .prices__sum {
        height: 70px;
        margin-bottom: -35px;
        font-size: 36px
    }

    .faq {
        padding: 60px 0
    }

    .faq .main-title {
        text-align: center
    }

    .faq__item {
        margin-bottom: 20px
    }

    .faq__top {
        gap: 10px
    }

    .faq__icon svg {
        width: 16px;
        height: 9px
    }

    .faq__quest {
        font-size: 16px
    }

    .faq__answer {
        margin-top: 10px;
        padding-left: 40px;
        font-size: 14px
    }

    .objects {
        padding: 50px 0 48px
    }

    .objects__top {
        gap: 8px;
        padding: 13px 0;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset
    }

    .objects__top .main-title {
        text-align: center
    }

    .objects__cat {
        font-size: 20px;
        height: 50px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .objects__items {
        margin-top: 20px
    }

    .objects__content {
        padding: 15px 15px 18px
    }

    .objects__title {
        font-size: 14px
    }

    .objects__link {
        height: 34px
    }

    .objects__link svg {
        width: 8px;
        height: 20px
    }

    .object {
        padding: 50px 0 48px
    }

    .object__top {
        gap: 8px;
        padding: 13px 0
    }

    .object__box {
        padding: 20px 25px 50px 25px
    }

    .object__list {
        font-size: 14px
    }

    .object__text {
        font-size: 14px
    }

    .object__text p+p {
        margin-top: 16px
    }

    .object__lead {
        max-width: 93%;
        padding: 25px
    }

    .object__lead-title {
        font-size: 36px;
        margin-bottom: 6px
    }

    .object__slider-nav .swiper-arrow {
        width: 32px;
        height: 32px
    }

    .object__slider-nav .swiper-arrow svg {
        width: 11px;
        height: 25px
    }

    .object__nav {
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px
    }

    .object__nav .objects__main {
        height: 50px
    }

    .object__nav .object__links {
        gap: 10px
    }

    .object__nav .object-next,
    .object__nav .object-prev {
        height: 50px
    }

    .success .title-row {
        gap: 6px;
        padding-bottom: 25px
    }

    .success__slider .swiper-slide {
        width: 100%
    }

    .success__slide {
        gap: 10px;
        padding: 30px 18px 30px 30px
    }

    .success__title {
        width: calc(65% - 5px)
    }

    .success__icon {
        width: calc(35% - 5px)
    }

    .success__descr {
        font-size: 14px
    }

    .consist {
        padding-bottom: 130px
    }

    .consist .main-subtitle {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .consist__row {
        gap: 30px
    }

    .consist__content {
        margin-bottom: -70px
    }

    .consist__text {
        padding: 20px 20px 18px
    }

    .consist__title {
        font-size: 20px
    }

    .consist__descr {
        font-size: 14px
    }

    .consist__icon {
        width: 106px
    }

    .consist__form {
        width: 100%
    }

    .search {
        padding: 60px 0 50px
    }

    .search__top {
        gap: 8px
    }

    .search__subtitles .search__subtitle {
        font-size: 14px
    }

    .search__box-title {
        font-size: 16px
    }

    .search__btn {
        font-size: 24px
    }

    .search__box-info {
        font-size: 12px;
        line-height: 1.3;
        color: #a3a3a3
    }

    .quiz__left-descr {
        font-size: 18px
    }

    .quiz__slider .swiper-pagination-bullet {
        padding: 18px 10px
    }

    .quiz__item {
        width: 50%
    }

    .times .title-row {
        gap: 6px
    }

    .times .title-row span {
        font-size: 16px
    }

    .times__row-1 {
        gap: 10px
    }

    .times__row-1 .times__item {
        padding: 21px 15px 19px 24px;
        gap: 10px
    }

    .times__detail {
        font-size: 16px
    }

    .times__row-2 {
        gap: 10px;
        margin-bottom: 30px
    }

    .times__row-2 .times__item {
        padding: 16px 13px
    }

    .times__row-2 .times__item-1 {
        -ms-flex-preferred-size: 35%;
        flex-basis: 35%
    }

    .times__icon {
        width: 80px
    }

    .times__info {
        margin-bottom: 20px;
        gap: 12px
    }

    .times__info-icon {
        padding-left: 10px
    }

    .times__info-icon svg {
        max-width: 85px;
        max-height: 85px
    }

    .times__info-descr {
        font-size: 14px
    }

    .times__message {
        font-size: 16px
    }

    .rezerv {
        padding-bottom: 55px
    }

    .rezerv__top {
        gap: 6px;
        padding-bottom: 25px;
        margin-bottom: 17px
    }

    .rezerv__subtitles {
        gap: 18px
    }

    .rezerv__subtitle {
        font-size: 14px
    }

    .rezerv__info-descr {
        font-size: 14px
    }

    .rezerv__row {
        gap: 20px;
        margin-bottom: 20px
    }

    .rezerv__item {
        padding: 10px 12px 10px 24px
    }

    .rezerv__item-title {
        font-size: 20px
    }

    .rezerv__item-descr {
        font-size: 14px;
        line-height: 1.2
    }

    .rezerv__text {
        font-size: 14px;
        margin-bottom: 30px
    }

    .rezerv__text p {
        margin-bottom: 20px
    }

    .rezerv__flame svg {
        max-width: 260px;
        height: auto
    }

    .what .main-title {
        margin-bottom: 20px
    }

    .what__item {
        padding: 30px 26px 30px 34px;
        margin-bottom: 12px
    }

    .what__title {
        letter-spacing: normal;
        font-size: clamp(1.5rem, .6316rem + 4.2105vw, 3rem)
    }

    .what__icon {
        padding-left: 20px
    }

    .what__icon img {
        width: 80px
    }

    .what__descr {
        font-size: 14px;
        margin-bottom: 14px
    }

    .what__modal {
        padding: 20px 20px 25px
    }

    .what__modal-row {
        margin-bottom: 16px
    }

    .what__modal-descr {
        font-size: 14px
    }

    .posts__item {
        gap: 10px;
        padding: 10px
    }

    .posts__title {
        text-align: center
    }

    .posts__img {
        margin-bottom: 10px
    }

    .posts__descr {
        margin-bottom: 10px
    }

    .posts__btn {
        width: 130px;
        font-size: 18px;
        height: 43px;
        line-height: 10px;
    }

    .posts__btn svg {
        height: 20px;
        margin-left: 8px
    }

    .post .main-title {
        margin-bottom: 16px
    }

    .post__content {
        font-size: 16px
    }

    .post__content p {
        margin-bottom: 20px
    }

    .author .main-title {
        display: none
    }

    .author .mob-title {
        display: block;
        margin-bottom: 10px
    }

    .author__row {
        padding: 10px 20px;
        gap: 4%
    }

    .author__img {
        -ms-flex-item-align: center;
        align-self: center
    }

    .author__img::before {
        left: -7px;
        bottom: -9px
    }

    .author__items {
        font-size: 13px
    }

    .author__item+.author__item {
        margin-top: 20px
    }

    .solutions__descr {
        font-weight: 500;
        font-size: 16px
    }

    .solutions__row {
        gap: 23px
    }

    .solutions__list {
        font-size: 14px
    }

    .solutions__item {
        font-size: 14px
    }

    .solutions__icon svg {
        width: 30px;
        height: 30px
    }

    .contacts {
        padding: 35px 0 25px
    }

    .contacts__title {
        font-size: 18px
    }

    .contacts__info {
        font-size: 15px
    }

    .partners {
        padding: 25px 0 33px
    }

    .partners .main-title {
        margin-bottom: 17px
    }

    .partners__item {
        padding: 20px 30px
    }

    .partners__info+.partners__info {
        margin-top: 6px
    }

    .baza {
        padding: 35px 0 33px
    }

    .baza .main-title {
        margin-bottom: 18px
    }

    .baza__text {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 24px
    }

    .baza__link {
        font-size: 16px
    }

    .about {
        padding: 36px 0 40px
    }

    .about .main-title {
        margin-bottom: 20px
    }

    .about__text {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 50px
    }

    .about__text p {
        margin-bottom: 20px
    }

    .certs__title {
        margin-bottom: 20px;
        line-height: 1
    }

    .certs__grid {
        gap: 12px
    }

    .certs__item {
        width: calc(33.3333333333% - 8px)
    }

    .fortgu {
        padding: 47px 0 40px
    }

    .fortgu~.fortgu {
        padding: 57px 0 54px
    }

    .fortgu__list {
        gap: 20px
    }

    .fortgu__list li {
        font-size: 16px
    }

    .fortgu__list li svg {
        width: 32px
    }

    .forgtu__line {
        bottom: -60px;
        height: 17px;
        background: -webkit-gradient(linear, left top, left bottom, from(#175ee3), to(#162a50));
        background: -o-linear-gradient(top, #175ee3 0, #162a50 100%);
        background: linear-gradient(180deg, #175ee3 0, #162a50 100%)
    }

    .fortgu__item-top {
        font-size: 16px
    }

    .fortgu__item-descr {
        font-size: 14px;
        line-height: 1.2
    }

    .zont__item-title {
        font-size: 14px
    }

    .zont__item-descr {
        font-size: 11px;
        line-height: 1.2
    }

    .gsm__title {
        font-size: 40px
    }

    .gsm__list {
        font-size: 16px
    }

    .gsm__tel-wrap {
        margin-top: -30px
    }

    .footer__col-1,
    .footer__col-2 {
        width: calc(50% - 15px)
    }

    .footer__col-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__col-3 {
        width: 100%;
        text-align: center
    }

    .footer__menu {
        margin-left: auto;
        text-align: left
    }

    .footer__phone {
        margin-bottom: 30px
    }

    .footer__social {
        justify-self: center
    }

    .footer__items {
        font-size: 14px
    }
}

@media (max-width:480px) {
    .author__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .author__content {
        width: 100%;
        padding-top: 34px
    }

    .author__name {
        text-align: center;
        margin-bottom: 16px
    }

    .author__items {
        font-size: 16px
    }

    .solutions__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .solutions__items {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        border-right: 0;
        padding-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px 20px
    }

    .solutions__item {
        width: calc(50% - 10px);
        padding-bottom: 16px
    }

    .solutions__item:last-child {
        border-bottom: 2px solid #cfcfcf;
        padding-bottom: 16px
    }

    .solutions__item:nth-child(2n+1)::before {
        content: "";
        position: absolute;
        top: 0;
        right: -10px;
        width: 2px;
        height: 90%;
        background: #cfcfcf
    }

    .solutions__item+.solutions__item {
        padding-top: 0
    }
}

@media (max-width:479.98px) {
    .container {
        max-width: none
    }
}

@media (max-width:460px) {
    .news__title {
        font-size: 16px
    }

    .news__descr {
        font-size: 14px
    }

    .objects__link {
        padding: 10px
    }

    .baza__text {
        font-size: 14px
    }

    .about__text {
        font-size: 14px
    }
}

@media (max-width:440px) {
    .form__footer {
        padding: 40px 30px 30px
    }

    .footer__submit input {
        font-size: 20px
    }
}
/* Certs gallery overlay */
.certs__wrap{position:relative}
.certs__grid{position:relative;max-height:470px;overflow:hidden;transition:max-height .3s}
.certs__overlay{position:absolute;left:0;right:0;bottom:0;height:180px;display:flex;align-items:flex-end;justify-content:center;padding-bottom:30px;background:linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,.75) 35%,#fff 100%);pointer-events:none}
.certs__more-btn{pointer-events:auto;border:none;outline:none}
.certs__more-btn:hover{opacity:.9}
@media(max-width:768px){.certs__grid{max-height:360px}.certs__overlay{height:140px;padding-bottom:20px}.certs__more-btn{font-size:14px;padding:16px 24px}}

/* About page full-width container */
.about .container{max-width:100%}

/* About page header bottom spacing */
body:has(.about) .header,body:has(.contacts) .header,body:has(.posts) .header,body:has(.post) .header{padding-bottom:36px}

/* Contacts page full-width container */
.contacts .container{max-width:100%}

/* Pages without hero need header padding */
body:has(.baza:first-child) .header,body:has(section.text:first-child) .header{padding-bottom:36px}


/* Fix why section mobile layout */
@media(max-width:576px){.why__item{padding:0 5px}.why__top{flex-wrap:nowrap;align-items:flex-start}.why__icon{width:36px;height:36px;min-width:36px}.why__title{font-size:14px;word-break:break-word}}

/* Fix key-heating wrap-title on mobile */
@media(max-width:768px){.key-heating .wrap-title span{position:static}}
