@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Semibold.eot');
    src: url('/fonts/Gilroy-Semibold.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Semibold.woff2') format('woff2'), url('/fonts/Gilroy-Semibold.woff') format('woff'), url('/fonts/Gilroy-Semibold.ttf') format('truetype'), url('/fonts/Gilroy-Semibold.svg#Gilroy-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Regular.eot');
    src: url('/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Regular.woff2') format('woff2'), url('/fonts/Gilroy-Regular.woff') format('woff'), url('/fonts/Gilroy-Regular.ttf') format('truetype'), url('/fonts/Gilroy-Regular.svg#Gilroy-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Medium.eot');
    src: url('/fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Medium.woff2') format('woff2'), url('/fonts/Gilroy-Medium.woff') format('woff'), url('/fonts/Gilroy-Medium.ttf') format('truetype'), url('/fonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Bold.eot');
    src: url('/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Gilroy-Bold.woff2') format('woff2'), url('/fonts/Gilroy-Bold.woff') format('woff'), url('/fonts/Gilroy-Bold.ttf') format('truetype'), url('/fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

* {
    margin: 0;
    padding: 0
}

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

ol,
ul {
    list-style: none
}

img {
    max-width: 100%;
    /* height: auto */
}

button,
input {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: inherit;
    font-family: inherit
}

body {
    font-family: 'Gilroy';
    font-size: 16px;
    color: #0a1025;
    position: relative
}

#reklama {
    display: block !important;
}

.wrapper {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto
}

.yellow-btn {
    background-color: #ffcb18;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 17px 48px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    color: #0a1025
}

.yellow-btn:hover {
    background-color: #f3bd00
}

.hidden {
    display: none
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 18px;
    position: relative;
    text-align: center;
    margin-bottom: 60px
}

.section-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3px;
    width: 300px;
    background-color: #ffcb18
}

.nav {
    margin-left: auto;
    margin-right: auto;
}

.s-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #ffcb18;
    z-index: 1000;
    padding: 10px 0;
    font-size: 13px;
    box-shadow: 0 0 10px 10px rgba(255, 203, 24, .1);
}

.s-header.active {
  box-shadow: 0 0 10px 10px rgba(255, 203, 24, .1);
  transform: translateY(0);
  opacity: 1;
}

.s-header__mob {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.s-header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s-header__loc svg {
    display: block;
}
.s-header__loc:hover {
    background-color: #f1f5f9;
}
.s-header__loc {
    color: #ffcb18;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    margin-left: 8px;
    transition: .25s;
}

.s-header__gerb {
    display: block;
    margin-left: 20px;
}
.s-header__call {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    margin-right: 20px;
}
.s-header__call img {
    margin-left: 8px;
}
.s-header__logo {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.s-header__btn {
    padding: 7px 28px !important;
    font-size: 14px !important;
}

.s-header__logo img {
    display: block;
    width: 50px;
    margin-right: 12px;
}

.s-header__burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: currentColor;
    border-radius: 100px;
    transition: .25s;
    transform-origin: left;
}
.s-header__burger span:first-child { top: 0; }
.s-header__burger span:nth-child(2) { top: 50%; transform: translateY(-1px); }
.s-header__burger span:last-child { bottom: 0; }
.s-header__right {
    display: flex;
    align-items: center;
}
.s-header__burger {
    display: none;
    width: 24px;
    height: 16px;
    position: relative;
    flex-shrink: 0;
    transition: .25s;
}
.s-header__burger--active {
    transform: translateX(9px);
}
.s-header__burger--active span:nth-child(2) {
    display: none;
}
.s-header__burger--active span:first-child {
    transform: rotate(42deg);
    width: 87%;
}
.s-header__burger--active span:last-child {
    transform: rotate(-42deg);
    width: 87%;
}

.nav__ul {
    display: flex;
}

.nav__link {
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 16px 0;
}
.nav__item:not(:last-child) {
    margin-right: 16px;
}

.nav-dropdown {
    position: relative;
}
.nav-dropdown .nav__link::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down-icon lucide-chevron-down'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
    flex-shrink: 0;
    margin-left: 4px;
    transition: .25s;
    width: 16px;
    height: 16px;
}
.nav-dropdown--active .nav__link::after {
    transform: rotate(180deg);
}

.nav-dropdown .nav__link {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.nav__sublist {
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    transform: translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: .25s;
    box-sizing: border-box;
    padding: 8px;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px
}
.nav__sublink {
    display: block;
    white-space: nowrap;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 16px;
    transition: .25s;
    font-weight: 500;
}
.nav__sublink:hover {
    background-color: #f5f5f5;
}
.nav-dropdown:hover .nav__sublist {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

@media screen and (max-width: 700px) {
    .s-header__logo img {
        display: none;
    }
    .s-header__logo {
        text-transform: capitalize;
        font-weight: 600;
    }
    .s-header__loc {
        margin-right: auto;
    }
    .s-header__btn {
        display: none;
    }
    .s-header__call img {
        margin-right: 0;
    }
    
    .s-header 
    .s-header__call {
        font-size: 0 !important;
        margin-right: 16px !important;
        font-weight: 400 !important;
        color: #ffcb18;
        display: flex;
        align-items: center;
        
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    pointer-events: none
}

.loader-active {
    opacity: 1;
    pointer-events: none
}

.loader-end {
    opacity: 0;
    pointer-events: none
}

.sended {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    opacity: 0
}

.sended-active {
    opacity: 1;
    padding: 20px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.windows8 {
    position: absolute;
    width: 78px;
    height: 78px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.windows8 .wBall {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.9325s infinite;
    -o-animation: orbit 3.9325s infinite;
    -ms-animation: orbit 3.9325s infinite;
    -webkit-animation: orbit 3.9325s infinite;
    -moz-animation: orbit 3.9325s infinite
}

.windows8 .wBall .wInnerBall {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffcb18;
    left: 0;
    top: 0;
    border-radius: 10px
}

.windows8 #wBall_1 {
    animation-delay: 0.856s;
    -o-animation-delay: 0.856s;
    -ms-animation-delay: 0.856s;
    -webkit-animation-delay: 0.856s;
    -moz-animation-delay: 0.856s
}

.windows8 #wBall_2 {
    animation-delay: 0.173s;
    -o-animation-delay: 0.173s;
    -ms-animation-delay: 0.173s;
    -webkit-animation-delay: 0.173s;
    -moz-animation-delay: 0.173s
}

.windows8 #wBall_3 {
    animation-delay: 0.3465s;
    -o-animation-delay: 0.3465s;
    -ms-animation-delay: 0.3465s;
    -webkit-animation-delay: 0.3465s;
    -moz-animation-delay: 0.3465s
}

.windows8 #wBall_4 {
    animation-delay: 0.5095s;
    -o-animation-delay: 0.5095s;
    -ms-animation-delay: 0.5095s;
    -webkit-animation-delay: 0.5095s;
    -moz-animation-delay: 0.5095s
}

.windows8 #wBall_5 {
    animation-delay: 0.693s;
    -o-animation-delay: 0.693s;
    -ms-animation-delay: 0.693s;
    -webkit-animation-delay: 0.693s;
    -moz-animation-delay: 0.693s
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        origin: 0
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        origin: 7%
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        origin: 30%
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        origin: 39%
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        origin: 70%
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg)
    }

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

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg)
    }

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

.header {
    color: #fff;
    padding: 33px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}
.burger img {
    display: block;
}
.burger {
    display: block;
    margin-left: 15px;
}

.header__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 30px
}

.header__call {
    margin-right: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600;
    font-size: 22px
}

.header__call img {
    margin-right: 15px
}

.logo {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffcb18
}

.logo img {
    margin-right: 15px;
    height: auto;
}

.button-up img {
    display: block;
    width: 20px;
    height: 20px
}

.button-up {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #ffcb18;
    background-color: #fff;
    z-index: 100;
    position: fixed;
    right: 50px;
    bottom: 150px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s
}

.button-up.active {
    opacity: 1;
    pointer-events: auto
}

.modal {
    display: none
}

.modal.active {
    display: block
}

.area-modal {
    position: fixed;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    z-index: 10;
    background-color: #fff;
    border: 2px solid #ffcb18;
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 800px;
    max-height: 580px;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 45px 30px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s
}

.area-modal.active {
    top: 40px;
    opacity: 1;
    pointer-events: auto
}

.area-modal__close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.area-modal__title a {
    color: #ffcb18;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 7px;
    cursor: pointer;
}
.area-modal__title {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px
}

.area-list {
    display: flex;
    flex-wrap: wrap
}

.area-list .item-name {
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: 0.2s
}

.area-list .item-name:hover {
    color: #ffcb18;
    text-decoration: underline
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .6);
    overflow-y: auto;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s
}

.overlay.active {
    opacity: 1;
    pointer-events: auto
}

.overlay__close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ffcb18;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.overlay__close img {
    width: 12px;
    height: 12px
}
.service-modal__title {
    margin-bottom: 20px;
}
.service-modal__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service-modal__list li {
    width: calc(50% - 15px);
    margin-bottom: 20px;
}
.overlay .service-modal {
    position: absolute;
    top: 120px;
    right: 100px;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    max-width: 600px;
    padding: 45px 40px;
    box-sizing: border-box;
}

.overlay .ask__form {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px
}

.s-btns {
    position: fixed;
    bottom: 10px;
    left: 15px;
    width: calc(100% - 30px);
    z-index: 100;
    justify-content: space-between;
    display: none
}

.s-btns__item {
    background-color: #fff;
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 10px 10px rgb(246 71 31 / 10%);
    border-radius: 10px;
    border: 1px solid #ffcb18;
    box-sizing: border-box;
    font-size: 13px !important;
    padding: 2px 0
}

.s-btns__item img {
    margin-right: 7px
}

.s-btns__item_main {
    display: flex;
    align-items: center;
    justify-content: center
}

.s-btns__phone {
    margin-top: 4px;
    color: #ffcb18
}

.hero {
    color: #fff;
    padding-bottom: 130px;
    padding-top: 225px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom
}

.hero__content {
    max-width: 460px
}

.hero__title span {
    color: #ffcb18;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 7px;
    cursor: pointer;
}
.hero__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 16px
}

.hero__descr {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.37;
    margin-bottom: 35px
}

.hero__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    max-width: 420px;
    margin-bottom: 45px
}

.hero__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.hero__item img {
    margin-right: 20px
}

.price {
    padding-top: 100px;
    padding-bottom: 160px;
    position: relative;
    z-index: 2
}

.price__bg {
    position: absolute;
    bottom: 750px;
    right: 0;
    z-index: -10
}

.price__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px
}

.price__item {
    width: calc(100% / 12 * 4 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 32
}

.price__item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 80px);
    border-radius: 10px;
    box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
    z-index: -1
}

.price__img {
    display: block;
    margin-bottom: 23px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.price__name:hover {
    color: #ffcb18;
}

.price__name {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 18px;
    transition: .25s;
}

.price__li {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.price__li img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.price__cost {
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: 700;
    color: #2e9bff
}

.price__descr {
    text-align: center;
    margin-bottom: 20px
}

.price__btn {
    width: calc(100% - 36px)
}

.ask {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.ask__content {
    position: relative;
    padding-bottom: 30px
}

.ask__man {
    position: absolute;
    bottom: 0
}

.ask__form {
    background-color: #fff;
    max-width: 420px;
    width: 100%;
    margin-left: auto;
    border-radius: 0 0 10px 10px;
    box-sizing: border-box;
    padding: 45px 40px;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.09)
}

.ask__title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px
}

.ask__inp {
    width: 100%;
    padding: 18px 27px;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    border-radius: 50px;
    margin-bottom: 20px
}

.ask__inp.err {
    border-color: #ff5252;
    box-shadow: 0 0 10px 10px rgba(255, 82, 82, 0.2)
}

.ask__submit {
    width: 100%;
    padding: 17px 0;
    margin-bottom: 25px
}

.ask__agree {
    font-size: 14px;
    text-align: center
}

.how {
    padding-top: 100px;
    padding-bottom: 35px
}

.how__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -40px
}

.how__item {
    width: calc(100% / 12 * 4 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 40px
}

.how__num {
    font-weight: 700;
    font-size: 60px;
    color: #ffcb18;
    margin-right: 10px;
    line-height: 0.85
}

.how__name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

.how__txt {
    font-size: 14px;
    max-width: 260px
}

.texnika {
    padding-bottom: 50px
}

.texnika__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.09)
}

.texnika__img {
    display: block;
    width: calc(100% / 12 * 6 - 15px);
    height: 365px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px;
    margin-right: 30px
}

.texnika__main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.texnika__name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 7px
}

.texnika__descr {
    font-size: 14px;
    margin-bottom: 16px
}

.texnika__subtitle {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 7px
}

.texnika__list {
    margin-bottom: 20px
}

.texnika__param {
    padding: 10px 0;
    border-bottom: 1px solid #cecfd3;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.texnika__param span:first-child {
    margin-right: 10px
}

.texnika__btn {
    padding: 14px 50px;
    -webkit-align-self: end;
    -ms-grid-row-align: end;
    align-self: end
}

.texnika__center {
    margin-top: 90px;
    margin-bottom: 90px
}

.texnika__center_txt {
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center
}

.texnika__center_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px
}

.texnika__center_img {
    margin-right: 30px;
    width: calc(50% - 30px)
}

.texnika__center_checks {
    width: 50%;
    max-width: 530px;
    margin-left: auto
}

.texnika__center_check {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-weight: 600
}

.texnika__center_check:not(:last-child) {
    margin-bottom: 30px
}

.texnika__center_check img {
    margin-right: 18px
}

.about {
    margin-bottom: 100px
}

.about__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.about__text {
    max-width: calc(100% / 12 * 6.5 - 30px);
    margin-right: 30px
}

.about__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px
}

.about__img {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    height: 500px;
    border-radius: 10px;
    position: relative;
    z-index: 3
}

.about__img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.09)
}

.about__img::after {
    content: '';
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffcb18;
    border-radius: 10px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.09)
}

.about__img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover
}

.garant {
    margin-bottom: 60px
}

.garant__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -40px
}

.garant__items-2 > .garant__item {
    width: calc(50% - 30px);
}

.garant__item {
    width: calc(100% / 12 * 4 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 40px
}

.garant__img {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 14px 20px 10px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 23px
}

.garant__name {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px
}

.garant__descr {
    text-align: center;
    font-size: 14px;
    line-height: 1.5
}

.faq {
    margin-bottom: 90px
}

.faq__item {
    background: #FFFFFF;
    box-shadow: 0 4px 17px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px 30px
}

.faq__item:not(:last-child) {
    margin-bottom: 20px
}

.faq__question {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    cursor: pointer
}

.faq__question_text {
    font-size: 18px;
    line-height: 1.33
}

.faq__question_img {
    margin-left: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.faq__question_img.rotated {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.faq__answer {
    display: none;
    overflow: hidden
}

.faq__answer-active {
    display: block
}

.faq__answer p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5
}

.photo {
    margin-bottom: 80px
}

.photo__cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.photo__col {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: 10px;
    margin-right: 10px
}

.photo__img {
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
}

.photo__video {
    position: relative;
    height: 340px;
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px
}

.photo__video iframe {
    width: 100%;
    max-width: 100%;
    height: 100%
}

.photo__video_img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.7
}

.photo__video_poster {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: #000
}

.photo__video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.review {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 62px 0
}

.review__title {
    color: #fff
}

.review__slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    padding: 30px 15px
}

.review__slide::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 75px);
    background-color: #fff;
    border-radius: 10px;
    z-index: -1
}

.review__img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    margin-bottom: 18px
}

.review__name {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 700
}

.review__txt {
    font-size: 14px;
    text-align: center
}

.review-pagination {
    margin-top: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.review .swiper-pagination-bullet {
    margin-left: 8px;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff
}

.review .swiper-pagination-bullet-active {
    background-color: #ffcb18
}

.order {
    padding-top: 85px;
    padding-bottom: 500px;
    position: relative
}

.order__title {
    margin-bottom: 30px
}

.order__form {
    padding: 34px 30px;
    box-shadow: 0 13px 16px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.order__subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 28px
}

.order__fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.order__inp {
    padding: 18px 27px;
    border: 1px solid #cdcdcd;
    box-sizing: border-box;
    border-radius: 50px;
    margin-bottom: 20px
}

.order__inp-half {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px
}

.order__inp-full {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px
}

.order__inp.err {
    border-color: #ff5252;
    box-shadow: 0 0 10px 10px rgba(255, 82, 82, 0.2)
}

.order__submit {
    display: block;
    margin-left: auto
}

#map {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 720px
}

.footer {
    background-color: #222b34;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px
}

.footer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 30px
}

.footer__logo {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-weight: 700;
    color: #ffcb18;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer__logo img {
    margin-right: 15px
}

.footer__title {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700
}

.footer__left {
    width: calc(100% / 12 * 3 - 30px);
    margin-right: 30px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.footer__left_txt {
    font-size: 13px;
    line-height: 2
}

.footer__list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding-top: 20px
}

.footer__lis {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.footer__li {
    width: calc(100% / 12 * 4 - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px
}

.footer__link {
    font-size: 15px
}

.footer__link:hover {
    text-decoration: underline
}

.footer__contacts {
    width: calc(100% / 12 * 3 - 30px);
    margin-left: 30px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding-top: 20px
}

.footer__contacts_descr {
    font-size: 12px;
    margin-bottom: 22px
}

.footer__phones {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px
}

.footer__phones_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.footer__phones img {
    margin-right: 20px
}

.footer__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.footer__social:not(:last-child) {
    margin-right: 25px
}

.footer__social a {
    display: block
}

.footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #394149
}

.footer__rights {
    font-size: 14px;
    opacity: 0.4
}

.footer__pays {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.footer__pay:not(:last-child) {
    margin-right: 30px
}

.footer__pay img {
    display: block
}


.path {
    color: #878787;
    margin-top: 35px;
    margin-bottom: 60px;
}
.path__row {
    display: flex;
    align-items: center;
}
.path__sep {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}
.path__link {
    display: inline-block;
    text-decoration: underline;
}
.path__current {
    display: inline-block;
}
.path__link:hover {
    text-decoration: none;
}

.service {
    padding-top: 35px;
    overflow: hidden;
}
.service__nums {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.service__num {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 35px;
}
.service__num-lg {
    width: calc(100% / 12 * 4 - 30px);
}
.service__num_txt {
    line-height: 1.6;
}
.service__num_num {
    display: inline-block;
    font-weight: 700;
    font-size: 50px;
    color: #ffcb18;
    margin-bottom: 14px;
}
.service__title {
    padding-bottom: 18px;
    position: relative;
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 35px;
}
.service__title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 300px;
    background-color: #ffcb18;
}
.service .garant__items {
    margin-bottom: 0;
}
.service__txt {
    line-height: 1.6;
}
.service__txt p {
    margin-bottom: 24px;
}
.service__main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
}
.service__left {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}
.service__img {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}
.service__img::after {
    content: '';
    position: absolute;
    right: -30px;
    top: -30px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #FFCB18;
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
}
.service__img > img {
    display: block;
    width: 100%;
    height: 460px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.service__alert {
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    box-sizing: border-box;
    padding: 13px 16px;
}
.service__alert img {
    display: block;
    flex-shrink: 0;
    margin-right: 16px;
}

@media screen and (max-width: 1360px) {
    .overlay .service-modal {
        right: 15px;
        max-width: calc(100% - 30px)
    }
}
@media screen and (max-width: 1250px) {
    .about__img::after {
        display: none
    }
}

@media screen and (max-width: 1024px) {
    .s-header {
        padding: 6px 0;
    }
    
    .s-header__burger {
        display: block;
    }

    .nav__ul {
        flex-direction: column;
    }
    .nav {
        position: fixed;
        left: 0;
        top: 51px;
        max-height: calc(100dvh - 51px);
        width: 100%;
        overflow-y: auto;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #fff;
        border: 1px solid #e5e5e5;
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        opacity: 0;
        pointer-events: none;
        transform: translateX(-40%);
        transition: .25s;
    }

    .nav--active {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }

    .nav__sublink {
        padding-top: 2px;
        padding-right: 2px;
        opacity: .6;
    }
    .nav__sublist {
        opacity: 1;
        position: unset;
        transform: unset;
        height: 0;
        overflow: hidden;
        transition: 1s;
        box-sizing: border-box;
        border: none;
        box-shadow: none;
        padding: 0 8px;
        display: block;
    }

    .nav__item:not(:last-child) {
        margin-right: 0;
    }
    .nav__link {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
    }
    
    .button-up {
        right: 15px;
        bottom: 65px;
        width: 45px;
        height: 45px
    }

    .button-up img {
        width: 17px;
        height: 17px
    }

    .s-btns {
        display: flex
    }

    .price__bg {
        display: none
    }

    .price__items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .price__item {
        width: calc(50% - 30px);
        max-width: 400px
    }

    .how__item {
        width: calc(50% - 30px)
    }

    .footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .footer__left {
        margin-right: 0
    }

    .footer__contacts {
        padding-top: 0;
        margin-left: 0;
        width: 100%;
        max-width: 550px
    }

    .footer__left {
        width: 100%;
        max-width: 550px
    }

    .service__num {
        width: calc(100% / 12 * 4 - 30px);
    }
}

@media screen and (max-width: 900px) {
    .section-title {
        font-size: 30px;
        padding-bottom: 14px
    }

    .section-title::before {
        width: 250px
    }

    .header__call {
        font-size: 18px
    }
    
    .header-in .header__btn {
        margin-left: unset !important;
    }

    .yellow-btn {
        padding: 12px 35px;
        font-size: 15px
    }

    .logo {
        width: 180px
    }

    .hero__title {
        font-size: 30px
    }

    .hero__descr {
        font-size: 20px
    }

    .hero__item {
        font-size: 15px
    }

    .hero__item img {
        width: 35px
    }

    .hero__content {
        max-width: 380px
    }

    .price {
        padding-top: 70px;
        padding-bottom: 110px
    }

    .price__img {
        width: 130px;
        height: 130px
    }

    .price__name {
        font-size: 22px
    }

    .price__cost {
        font-size: 32px
    }

    .price__descr {
        font-size: 15px
    }

    .price__li {
        font-size: 15px
    }

    .price__item::after {
        height: calc(100% - 65px)
    }

    .ask__man {
        display: none
    }

    .ask__form {
        margin-right: auto
    }

    .texnika__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .texnika__img {
        width: 100%;
        max-width: 450px;
        margin-bottom: 30px;
        margin-right: 0
    }

    .texnika__center_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .texnika__center_img {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
        max-width: 530px
    }

    .texnika__center_checks {
        margin-right: auto;
        width: 100%
    }

    .about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .about__content>* {
        width: 100%;
        max-width: 500px
    }

    .about__text {
        margin-right: 0;
        margin-bottom: 30px
    }

    .garant__item {
        width: calc(50% - 30px)
    }

    .overlay .service-modal {
        top: 60px;
    }
}

@media screen and (max-width: 800px) {
	.service__main {
		flex-direction: column
	}
	.service__left, .service__img {
		width: calc(100% - 30px);
	}
	.service__img::after {
		right: -10px;
		top: -10px;
		/*width: ;*/
	}
}

@media screen and (max-width: 750px) {
    .service__num {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 700px) {
    .header__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        align-items: center;
    }

    .header__call {
        margin-right: 0;
        margin-bottom: 10px
    }

    .price__item {
        width: calc(100% - 30px)
    }

    .how {
        padding-top: 60px
    }

    .how__num {
        font-size: 45px
    }

    .how__item {
        width: calc(100% - 30px)
    }

    .photo__cols {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .photo__col {
        width: calc(100% - 20px);
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .photo__img {
        width: calc(50% - 10px)
    }

    .photo__video {
        height: 40vw;
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .footer__rights {
        margin-bottom: 20px
    }

    .area-list .item-name {
        width: calc(100% / 12 * 4 - 20px)
    }


    .garant__items-2 > .garant__item {
        width: calc(100% - 30px);
    }

}

@media screen and (max-width: 580px) {
    .footer__list {
        margin-bottom: 20px
    }

    .footer__li {
        width: calc(50% - 20px);
        margin-bottom: 10px
    }

    .footer__link {
        font-size: 12px
    }

    .order {
        padding-bottom: 250px !important
    }

    .order__inp {
        padding: 15px 20px;
        font-size: 14px
    }

    .order__inp-half {
        width: calc(100% - 30px)
    }

    .order__form {
        padding: 28px 20px
    }

    #map {
        height: 250px !important
    }

    .service__num_num {
        font-size: 34px;
        margin-bottom: 10px;
    }
    .service__img > img {
    	height: 80vw;
    }
    .service__num {
        width: calc(100% - 30px);
    }
}

@media screen and (max-width: 480px) {
    .overlay .ask__form {
        max-width: calc(100% - 30px)
    }

    .section-title {
        font-size: 27px
    }

    .logo span {
        display: none
    }

    .header__content {
        position: relative
    }

    .header__right {
        align-items: center;
    }

    .header__call {
        font-size: 16px;
        white-space: nowrap
    }

    .header__call img {
        margin-right: 10px
    }

    .yellow-btn {
        padding: 12px 30px
    }

    .logo {
        width: 65px
    }

    .hero__title {
        font-size: 27px
    }

    .hero__descr {
        font-size: 16px
    }

    .price {
        padding-top: 60px;
        padding-bottom: 80px
    }

    .ask__form {
        padding: 30px 25px
    }

    .ask__title {
        font-size: 20px
    }

    .texnika__img {
        height: 80vw
    }

    .texnika__item {
        padding: 20px
    }

    .texnika__param {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .texnika__param span:first-child {
        margin-right: 0;
        margin-bottom: 5px
    }

    .texnika__center_check {
        font-size: 14px
    }

    .texnika__center_check img {
        width: 50px
    }

    .about__img {
        height: 80vw
    }

    .garant__img {
        width: 120px;
        height: 120px
    }

    .garant__img img {
        width: 55px
    }

    .garant__item {
        width: calc(100% - 30px)
    }

    .faq__item {
        padding: 15px 20px
    }

    .faq__item h3 {
        font-size: 15px
    }

    .faq__item img {
        width: 22px;
        height: 22px
    }

    .faq__item p {
        font-size: 14px
    }

    .review .swiper-pagination-bullet {
        width: 8px;
        height: 8px
    }

    .footer__bottom {
        padding-bottom: 10px
    }

    .footer__pays {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px
    }

    .footer__pay {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px !important;
        margin-bottom: 15px
    }

    .photo__video {
        width: calc(100% - 20px);
        height: 70vw;
    }

    .area-modal {
        padding: 45px 15px
    }

    .area-list .item-name {
        width: calc(50% - 20px)
    }

	.path {
		margin-bottom: 30px;
	}
    .service {
    	padding-top: 0;
        font-size: 14px;
    }
    .service__title {
        font-size: 27px;
    }
    .service__alert img {
        width: 40px;
        margin-right: 10px;
    }
    .service__alert {
        left: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
    }

    .overlay .service-modal {
        padding: 45px 15px;
        top: 30px;
    }
}

@media screen and (max-height: 700px) {
    .order {
        padding-bottom: 350px
    }

    #map {
        height: 580px
    }
}

.gerb {
    height: 81px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 900px) {
    .gerb {
        display: none;
    }
}

.error h4 {
    text-transform: uppercase
}

.error {
    text-align: center
}

.error {
    width: 100%;
    height: 100vh;
    background: url(/img/not-found.jpg) center/cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: #000
}

.error>div {
    margin-bottom: 9%
}

.error h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px
}

.error p {
    font-size: 20px;
    font-weight: 700
}

.error .but {
    margin: 0 auto;
    background: #4ddd22;
    color: #fff
}

.my-404 {
    margin: 0;
}

.hero__content, .logo, .header__content a {text-shadow: 0 0 2px black,0 0 10px black,0 0 20px black;}

.e404 {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    box-sizing: border-box;
}
.e404__content {
    flex-grow: 1;
    position: relative;
    height: 100vh;
    background-image: url('../img/not-found.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.e404__text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 150px;
    width: 100%;
    max-width: 440px;
    text-align: center;
}
.e404__text p {
    font-size: 20px;
    font-weight: 700;
}
.e404__text .but {
    margin: 0 auto;
    background: #4ddd22;
    color: #fff;
}
.e404__text h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.header-in {
    background-color: #fff;
    padding: 25px 0;
    z-index: 10;
    position: unset;
}
.header-in .header__right {
    flex-grow: 1;;
}
.header-in .header__call {
    margin-left: auto;
}
.header-in .header__btn {
    margin-left: auto;
}

.footer-in .footer__content {
    padding-bottom: 0;
}
.footer-in .footer__pays {
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
}