.top {
    margin: unset;
    padding: unset;
    height: unset;
    min-height: unset;
}

.mobile-video {
    display: none;
}

.mobile-active-video {
    display: none;
}

/* .we-offer .punkt_active {
    display: none;
} */

.desctop_wrapper {
    display: flex;
    justify-content: space-between;
}

.mobile_wrapper {
    display: none;
}

.offer_wrapp_desc {
    display: flex;
    margin: 50px 0;
}

.offer_wrapp_desc .offer_btn {
    margin-left: 30px;
}

.offer_main_info {
    max-width: 1000px;
    padding-top: 30px;
}

.active-video {
    background-color: #006373;
    color: #fff;
    padding: 20px;
}

.error_block {
    border: 1px solid rgb(238, 4, 4);
}
.video-block {
    cursor: pointer;
}
.active-video .video-block__look {
    display: none;
}

.offer_main_block {
    background-color: #006373;
    /* margin-bottom: 50px; */
}

.modal_input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.we-offer-content {
    display: none;
}

.calc_result div span {
    color: #DDA337;
    font-weight: bold;
}

.we-offer-active {
    display: block;
}

.form_calc_2 {
    display: none;
}

.services-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.services-cards:nth-of-type(2) .services-card_img {
    background-image: url(/images/services2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.services-cards:nth-of-type(3) .services-card_img {
    background-image: url(/images/services3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.services-cards {
    width: 375px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.services-card_title {
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #00a4a3;
}

.services-card_desc {
    margin-bottom: 25px;
}

.services-big_card .services-card_desc {
    margin-bottom: 0;
}

.services-big_card .services-card_title {
    color: #fff;
}

.services-big_card {
    background: linear-gradient(0deg,rgba(0,0,0,.4),rgba(0,0,0,.4)),url(/images/services1.jpg);
    background-repeat: no-repeat;
    color: #fff;
    padding: 25px;
    width: calc((100% - 200px) / 2);
    background-size: cover;
}

.services-card_img {
    height: 275px;
    width: 100%;
    background-repeat: no-repeat;
}

.partners-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mySwiper {
    width: calc(100% - 700px);
}

.swiper-wrapper {
    height: 150px;
}

.partners-card img {
    width: 100%;
    height: 100%;
}

.swiper {
    padding: 10px;
}



.partners-desc {
    width: 400px;
}

.main_modal_block, .we_offer_documents, .we_CRO_documents, .inn_modal_block {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 99;
    background-color: #0009;
  }

.calc_input {
    width: 100%;
    box-sizing: border-box;
    background-color: unset;
    color: #fff;
    padding: 10px;
    border: 1px solid #fff;
}

.calc_input:nth-of-type(n+2) {
    margin-top: 10px;
}
.calc_input::placeholder {
    color: #fff;
}

.calc_check {
    margin-top: 10px;
}

.calc_form_btn,
.calc_form_btn_call {
    width: fit-content;
    padding: 10px 20px;
    background-color: #fff;
    color: #006373;
    border-radius: 20px;
    cursor: pointer;
    margin-top: 20px;
}

.modal_shadow, .we_offer_shadow, .we_CRO_shadow, .inn_shadow {
    /* display: none; */
    position: fixed; 
    width:100%; 
    top:0; 
    left: 0;
    right:0; 
    bottom: 0; 
    height: 100%;
    background-color: #0009;
}

.modal_block, .we_offer_block, .we_CRO_block, .inn_block {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    max-width: 310px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 20px;
    min-width: 250px;
  }

.exit_btn {
    display: none;
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 30px;
    cursor: pointer;
}

.modal_title, .we_offer_title, .we_CRO_title, .inn_title {
    color:#006373
}

.we_offer_link {
    display: flex;
    justify-content: space-between;
}

.we_offer_link span {
    margin: auto 0;
}

.we_offer_link {
    margin-top: 10px;
    cursor: pointer;
}

.we_offer_link span img {
    width: 20px;
}

.modal_form_description {
    font-size:14px; margin-top: 20px;
}

.we_offer_link {
    text-decoration: underline;
}

.modal_form_btn, .inn_form_btn {
    padding: 10px 20px;  
    margin-top: 10px; 
    color: #fff; 
    background-color: #006373; 
    border-radius: 20px; border: 0px;
    cursor: pointer;
    width: fit-content;
}

.modal_input:nth-of-type(n+2) {
    margin-top: 20px;
}

.modal_form, .inn_form {
    margin-top: 20px;
}
.mobile-we-offer {
    display: none;
    margin: auto;
}

#we-offer .btn_accent {
    /* display: none; */
    width: fit-content;
}

.offer_wrapper {
    color: #fff;
}

.offer_btn {
    padding: 15px 0;
    width: fit-content;
}

.offer_btn a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 20px;
    border: 1px solid #fff;
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
}

.offer_block_desc li::before {
    content: "";
    display: block;
    width: 140px;
    height: 1px;
    background: #c8c8c8;
    position: absolute;
    top: -17px;
    left: 0;
}

.offer_block_desc {
    margin: auto;
}

.offer_block_desc li:nth-of-type(n+2) {
    margin-top: 30px;
    position: relative;
}

.offer_btn a:hover {
    color: rgba(0,99,115,1);
    background-color: #fff;
}

.main_back_photo {
    background: linear-gradient(180deg, rgba(0,99,115,1) 0%, rgba(0,99,115,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
    margin-bottom: 50px;
}

.main_back_photo img {
    max-width: 100%;
}

#order .btn_accent {
    width: fit-content;
}

.order-cta .order-cta {
    display: block;
}

.menu-burger__header {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    margin-left: 10px;
    cursor: pointer;
    z-index: 9999;
}

.menu-burger__header span, .menu-burger__header:after, .menu-burger__header:before{
    height: 3px;
    width: 100%;
    position: absolute;
    background: #fff;
    margin: 0 auto;
}
.menu-burger__header span{
    top: 14px;
}
.menu-burger__header:after, .menu-burger__header:before{
    content: '';
}
.menu-burger__header:after{
    bottom: 5px;
}
.menu-burger__header:before{
    top: 5px;
}

.menu-burger__header.open-menu span {
    opacity:0; 
    transition: 0.5s; 
}
.menu-burger__header.open-menu::before {
    transform: rotate(45deg);
    top: 16px;
    transition: 0.4s;
  }
.menu-burger__header.open-menu::after {
    transform: rotate(-48deg);
    bottom: 11px;
    transition: 0.4s;
  }

  .navbar-button {
    z-index: 999;
  }

.we-offer-wrap {
    flex-wrap: wrap;
}

.mobile-menu {
    display: none;
}

.reasons-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reasons-cards-wrapp, .head {
    width: calc((100% - 20px) / 2);
}

/* Калькулятор */

.calc-wrapper {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
}

.calc-block {
    background-color: #006373;
    color: #fff;
    padding: 20px;
    position: relative;
    width: calc(100% / 2);
    min-height: 300px;
}

.calc_result {
    font-size: 20px;
    margin-top: 20px;
    display: none;
}

.calc_result div:nth-of-type(n+2) {
    margin-top: 20px;
}

.calc-question-answer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.calc-question-count {
    font-size: 60px;
    font-weight: 300;
    position:absolute;
    bottom: 20px;
    left: 20px;
}

.calc-block-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 20px;
}

.calc-answer-form {
    width: calc((100% - 360px));
}

.calc-title {
    color: #006373;
    width: calc((100% - 160px) / 2);
}

.question {
    width: 320px;
    align-self: stretch;
    font-size: 20px;
    font-weight: 500;
}

.calc-answer-form form .radio_answer label {
    width: 100%;
    display: block;
    border: 1px solid #c8c8c8;
    border-radius: 20px;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.radio_answer:nth-of-type(n+2) {
    margin-top: 10px;
}

.calc-answer-form .btn {
    margin-top: 15px;
    padding: 10px 15px;
    cursor: pointer;
}

.calc-block-2 {
    display: none;
}

.calc-block-3 {
    display: none;
}

.calc-block-4 {
    display: none;
}

.form input {
    margin-bottom: 0px;
    font-size: 16px;
}

.price-calc-block {
    height: 226px;
    padding: 25px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    width: calc(100% / 4);
    position: relative;
}

.calc-price {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 16px;
    color: #00a4a3;
}

.price-calc-block:last-child {
    border-right: 1px solid #c8c8c8;
}

.calc-wrapper:last-child {
    margin-top: 50px;
    margin-bottom: 100px;
}

.price-calc-img {
    background-image: url(/images/calc-card-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* ! Калькулятор */


@media (max-width: 1490px){
    .mySwiper {
        width: calc(100% - 420px);
    }
    .services-cards {
        width: 350px;
    }
    .services-big_card {
        width: calc((100% - 200px) / 2);
    }
}

@media (max-width: 1400px){
    .navbar {
        height: 110px;
    }
    
    .offer-head {
        margin-top: 0px;
    }

    .services-cards {
        width: 320px;
    }

    .services-cards .services-card_img {
        background-position: right;
    }

    .services-big_card {
        width: calc((100% - 200px) / 2);
    }

    .calc-answer-form {
        width: 100%;
        margin-top: 20px;
    }
    .calc-block {
        padding: 20px 20px 100px 20px;
    }
}

@media (max-width: 1315px){
    .offer-head {
        margin-top: 0px;
        font-size: 50px;
    }
}

@media (max-width: 1300px){
    .offer_block_title {
        font-size: 52px;
    }

    .steps-block:nth-child(2) .steps-block__img, .steps-block:nth-child(3) .steps-block__img {
        max-width: 375px;
        background-size: cover;
        background-position: center;
    }
    .steps-block {
        margin: auto;
    }
    .steps-block:nth-child(1),
    .steps-block:nth-child(3),
    .steps-block:nth-child(4) {
        padding-left: 0;
    }
}

@media (max-width: 1260px) {
    .services-big_card {
        width: calc((100% - 400px) / 2);
    }
}

@media (max-width: 1200px) {
    .tarif-wrap {
        grid-template-columns: 1fr 1fr;
    }
    .tarif-card:nth-of-type(n+3) {
        margin-top: 30px;
    }
    .youget-wrap {
        grid-template-columns: 1fr 1fr;
    }
    .youget-card:nth-of-type(n+3) {
        margin-top: 30px;
    }
}

@media (max-width: 1110px) {
    .offer_main_info {
        max-width: 750px;
    }
}

@media (max-width: 1050px) {
    .services-cards {
        width: 300px;
    }

    .video-wrap {
        grid-template-columns: 1fr;
    }

    .mobile-active-video {
        display: block;
    }

    .desctop-video {
        display: none;
    }

    .video-block__title {
        margin-top: 20px;
    }
    .mobile-active-video {
        display: block;
    }
}

@media (max-width: 990px) {
    .btn_menu {
        border: 0px;
    }

    .exit_btn {
        display: block;
    }

    .navbar-menu {
        /* display: block; */
        position: fixed;
        z-index: 999;
        text-align: center;
        background-color: #006373;
    }
    .services-cards {
        width: 270px;
    }
    .offer-sub-head {
        margin-bottom: 30px;
    }
    .offer-wrap::before {
        background-size: contain;
    }
    /* .top {
        margin-bottom: 100px;
    } */
}

@media (max-width: 900px) { 
    .offer_block_title {
        font-size: 38px;
    }
    .contacts-wrap {
        grid-template-columns: 1fr;
    }
    .price-calc-block {
        width: calc((100% - 104px) / 2);
        border: 1px solid #c8c8c8;
    }
    .calc-wrapper {
        flex-wrap: wrap;
    }
    .services-cards {
        width: calc((100% - 20px) / 2);
    }
    .services-big_card {
        width: 100%;
        height: 320px;
        margin-bottom: 25px;
    }
    .offer-head {
        margin: 0;
    }
    .offer-wrap {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .offer-cta {
        position: absolute;
        right: 150px;
        bottom: 5px;
    }
}

@media (max-width: 895px) {
    .offer-cta {
        bottom: 145px;
      }
    .offer-desc {
        width: calc(100% / 2);
    }
    .offer-head {
        margin-top: 0px;
        font-size: 40px;
    }
}

@media (max-width: 796px) {
    .steps-block:nth-child(n) {
        padding-left: 0;
        flex-wrap: wrap;
    }
    
    .steps-block__content:nth-child(n) {
        width: unset;
        text-align: center;
    }
    .steps-block__num:nth-child(n) {
        margin: 0 auto 10px;
    }
    .steps-block:nth-child(1) .steps-block__content,
    .steps-block:nth-child(3) .steps-block__content {
        align-items: center;
    }
    .steps-block__desc {
        text-align: center;
    }
    .steps-block:nth-child(2) .steps-block__img,
    .steps-block:nth-child(3) .steps-block__img {
        max-width: 375px;
        width: 100%;
        background-size: cover;
        background-position: center;
        /* width: unset; */
    }
    .steps-block:nth-child(4) .steps-block__img,
    .steps-block:nth-child(1) .steps-block__img  {
        max-width: 375px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
    .steps-block:nth-child(1),
    .steps-block:nth-child(3){
        flex-direction: column-reverse;
    }    
    .steps-block__img {
        margin: 5px auto 0;
    }
    .steps-block__border {
        display: none;
    }    
}

@media (max-width:745px) {
    .offer-sub-head {
        width: 300px;
    }
    .offer_main_block {
        margin-bottom: 50px;
    }
    .offer-cta {
        right: 120px;
    } 
    .main_back_photo {
        display: none;
    } 
    .mobile_wrapper .main_back_photo{
        background: #006373;
        display: block;
    }
    .mobile_wrapper {
        display: block;
        padding-bottom: 30px;
    }
    .desctop_wrapper .offer_wrapp_desc, .desctop_wrapper .offer_block_desc {
        display: none;
    }
    .offer_block_desc li::before {
        left: 50%;
        transform: translate(-50%,-50%);
      }
      
    .offer_block_desc li:nth-of-type(n) {
        margin-top: 30px;
        position: relative;
    }
    .offer_btn {
        margin: auto;
    }
    .offer_block_desc {
        text-align: center;
        margin-top: 50px;
    }
    .offer_wrapp_desc {
        margin: 0 0 30px 0;
    }
    .offer_btn a {
        padding: 10px 45px;
    }
    
}

@media (max-width: 700px) {
    .offer-sub-head {
        width: 200px;
    }
    .offer-cta {
        right: 25px;
    }
    .calc-wrapper {
        flex-wrap: wrap;
    }
    .we-offer-mobile {
        display: none;
    }
    #calc .calc-wrapper:nth-of-type(1) {
        background-color: #006373;
    }
    .calc-title {
        color: #fff;
        padding: 20px 20px 0;
        width: 100%;
    }
    .calc-block {
        width: 100%;
        box-sizing: border-box;
    }
    .we-offer-cta.HPC-active {
        display: none;
    }
    .we-offer-cta {
    display: none;
    }
    .we-button-wrapper {
        display: none;
    }
    .mobile-we-offer {
        display: block;
    }
    .we-offer-nav .we-offer-cta {
        display: none;
    }
    .mobile-we-offer .we-offer-punkts {
        display: none;
    }
    .we-offer-content {
        width: 100%;
        margin-bottom: 30px;
    }
    .we-offer-cta {
        margin-bottom: 30px;
    }
    .mobile-punkt {
        margin-top: 10px;
    }
    .we-offer-nav {
        width: 100%;
    }
    .we-offer-title {
        margin-top: 20px;
        position: relative;
    }
    .we-offer-title::after {
        content: "";
        width: 100px;
        height: 1px;
        background: #c8c8c8;
        position: absolute;
        top: -17px;
        left: 0;
    }
    .we-offer-title {
        display: none;
    }
}

@media (max-width: 650px) {
    .offer-head {
        font-size: 30px;
    }
}


@media (max-width: 630px) {
    .tarif-wrap {
        grid-template-columns: 1fr;
    }
    .tarif-card:nth-of-type(n+2) {
        margin-top: 30px;
    }
    .tarif-card__img {
        margin-bottom: 7px;
    }
    .tarif-card {
        height: 170px;
    }
    .youget-wrap {
        grid-template-columns: 1fr;
    }
    .youget-card:nth-of-type(n+2) {
        margin-top: 30px;
    }
    .youget-card {
        height: 136px;
    }
    .reasons-cards-wrapp, .head {
        width: 100%;
    }
}
@media (max-width: 565px) {
    .offer {
        height: 100%;
        min-height: 555px;
    }
}

@media (max-width: 530px) {
    .offer-cta {
        position: relative;
        margin-top: 10px;
        left: 0;
      }
      .offer-sub-head {
        width: 100%;
      }
      .offer-wrap::before {
        top: 400px;
      }
      .offer-desc {
        width: 100%;
      }
    .contacts-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .contacts-logo {
        margin: auto;
    }
    .we-offer-cards {
        grid-template-columns: 1fr;
    }
    .we-offer-card:nth-of-type(n) {
        border-right: 0px;
        padding-left: 0px;
    }
    .we-offer-card:nth-of-type(n) {
        border-bottom: 1px solid #c8c8c8;
    }
    .we-offer-card:last-child {
        border-bottom: 0px;
    }
    .services-cards {
        width: 100%;
        margin-bottom: 25px;
      }
}

@media (max-width:470px) {
    .price-calc-block {
        height: 100px;
        width: 100%;
    }
    .price-calc-img {
        height: 150px;
    }
}

@media (max-width:420px) {
    .offer-head {
        font-size: 25px;
      }   
}

@media (max-width: 800px) {
    .mySwiper {
        width: 100%;
    }
    .partners-desc {
        width: 100%;
      }
}

@media (max-width:350px) {
    .offer_block_title {
        font-size: 32px;
      }
    .offer-wrap::before {
        background-size: contain;
        top: 445px;
    }
     .offer-cta {
        margin-top: 00px;
    }
    .offer-sub-head {
        width: 100%;
        margin-bottom: 15px;
      }
}