@font-face {
  font-family: 'RomanceLogicDemo';
  src: url('../fonts/romancelogicdemo.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
li{
    list-style: none;
}
ul{
    margin: 0;
}

a{
    text-decoration: none;
    color: #fff;
    position: relative;
}

a::before{
    height: 1px;
    width: 0;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #fff;
    transition: .3s;
}

a:hover, a:focus, a:active, a:visited{
    color: #fff;
}

a:focus{
    outline: none;
}

html {
  scroll-behavior: smooth;
}


body {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  background: #FAF9F5;
    line-height: 1.1;
    margin-bottom: 0 !important;

}

.site-main{
    padding-bottom: 100px;
    padding-top: 30px;
}

:root {
  --footer-title-font-size: 32px;
}

.entry-title{
    text-align: center;
}

.hidden {
    overflow: hidden;
}

.container{
    padding-right: 25px;
    padding-left: 25px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.header{
    
    color: #ffffff;
    padding-top: 15px;
}

.header_wrapper_container{
    /* background-image: url("../img/bg.svg"); */
    background-color: #6268A9;
    /* background-size: 100%;
    background-repeat: repeat; */
    border-radius: 10px;
}

.header_wrapper{
    display: flex;
    justify-content: space-between;
    padding: 25px 25px;
    align-items: flex-end;
    min-height: 140px;
}

.header_col{
    width: calc(50% - 140px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.header_address{
    font-family: "Inter", sans-serif;
}

.header_menu a{
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    font-family: "Inter", sans-serif;
}



.header_menu a:hover::before{
    width: 100%;
}

.header_menu ul{
    display: flex;
    gap: 44px;
}

.header_logo img{
    max-width: 234px;
}

.header_phone{
    font-size: 20px;
    font-weight: 200;
    line-height: 1;
}

.header_phone::before{
    width: 100%;
}

.header_right_row{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
    text-align: right;
}

.header_schedule{
    font-family: "Inter", sans-serif;
}

.svn_btn{
    border-radius: 10px;
    font-family: "Geist", sans-serif;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border: 1px solid transparent;
}

.btn_white, a.btn_white{
    background-color: #fff;
    color: #000;
    border-color: #fff;
}

.btn_white:hover{
    box-shadow: 0 0 10px 0px #000000d6;
}

.btn_gold, a.btn_gold{
    color: #fff;
    border: navajowhite;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn_gold:hover{
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.5);
}

.btn_transparent{
    border: 1px solid #fff;
}

.btn_transparent:hover{
    background-color: #fff;
    color: #000;
}

.header_btn{
    width: 207px;
    height: 47px;
}

.header_lang{
    display: flex;
    gap: 25px;
}

.header_lang a{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 200;
}

.header_lang a:hover::before{
    width: 100%;
}

.burger-menu {
    display: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.burger-menu_line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: .3s;
    will-change: transform, top, left;
}

.burger-menu_line-1 {
    top: calc(50% - 6px);
    left: 50%;
    transform: translate(-50%, -50%);
}

.burger-menu_line-2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.burger-menu_line-3 {
    top: calc(50% + 6px);
    left: 50%;
    transform: translate(-50%, -50%);
}



.burger-menu.active .burger-menu_line-1 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.burger-menu.active .burger-menu_line-2 {
    opacity: 0;
}

.burger-menu.active .burger-menu_line-3 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}


.header_row{
    display: flex;
    align-items: flex-end;
}

.header_right .header_row{
    justify-content: flex-end;
    text-align: right;
}

.header_lang{
    margin-left: 20px;
}

.header_lang a{
    font-weight: 600;
}

.header_lang .trp-lang-list{
    display: flex;
    gap: 10px;
}


.header_contact{
    position: relative;
    gap: 25px;
    align-items: center;
}

.header_contact_line{
    width: 1px;
    height: 44px;
    background-color: #fff;

}

.header_contact_item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.header_contact_item_link{
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}


.header_contact_item_link_phone{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: #77ADFF;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    animation: phone-wobble 2.2s ease-in-out infinite;
}

.header_contact_item_link_phone::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 2px solid #77ADFF;
    z-index: 1;
    animation: phone-pulse 2.2s ease-out infinite;
}

@keyframes phone-wobble {
    0%, 60%, 100% {
        transform: translateY(-50%) rotate(0deg);
    }
    65% {
        transform: translateY(-50%) rotate(-15deg);
    }
    70% {
        transform: translateY(-50%) rotate(12deg);
    }
    75% {
        transform: translateY(-50%) rotate(-10deg);
    }
    80% {
        transform: translateY(-50%) rotate(6deg);
    }
    85% {
        transform: translateY(-50%) rotate(-3deg);
    }
    90% {
        transform: translateY(-50%) rotate(0deg);
    }
}


@keyframes phone-pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.header_contact_item:first-child{
    text-align: left;
    padding-left: 50px;
}

.header-mobile {
    display: block;
    width: 100%;
    height: calc(100vh - 140px - 15px - 15px - 15px);
    opacity: 0;
    visibility: hidden;
    z-index: -100;
    position: absolute;
    top: 165px;
    left: 0;
    right: 0;
    /* transition: .3s; */
    
    /* background-image: url("../img/bg.svg"); */
    
    /* background-size: 100%;
    background-repeat: repeat; */
}

.header-mobile.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.header-mobile_container{
    height: 100%;
}

.header-mobile_wrapper {
    
    padding: 40px 20px;
    
    background-color: #6268A9;
    height: 100%;
    overflow-y: scroll;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #00000070;
}

.header-mobile_content{
    gap: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header_logo_white{
    display: none;
}

.header_label{
    width: 100%;
    border-radius: 10px;
    background-color: #6268A9;
    font-size: 15px;
    color: #fff;
    padding: 12px;
    text-align: center;
    display: none;
}

.footer_main_img{
     background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 320px;
    border-radius: 25px;
}

.header_not_front .header_label{
    display: block;
}

.header_not_front .header_wrapper_container{
    background-color: #FAF9F5;
    color: #1F5645;
}

.header_not_front .header_wrapper_container a{
  
    color: #3D5C5B;
}

.header_not_front .header_wrapper_container a::before{
  
    background-color: #3D5C5B;
}

.header_not_front .custom-logo-link{
    display: none;
}

.header_not_front .header_logo_white{
    display: block;
}

.header_not_front .burger-menu_line{
    
    background-color: #3D5C5B;
}


.footer{
    background-color: #EAE3DA;
    padding-bottom: 37%;
    color: #545454;
    position: relative;
    font-family: "Geist", sans-serif;
    font-weight: 500;
    margin-top: -30px;
    border-radius: 20px 20px 0 0;
    padding-top: 17px;
}

.footer::before{
    content: "";
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: 25;
    background-image: url("../img/footer_bg.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    width: 97%;
    height: 100%;
}

.footer a{
    color: #3A3D38;
}

.footer a::before{
    background-color: #3A3D38;
}

.footer a:hover, .footer a:focus, .footer a:active, .footer a:visited{
    color: #3A3D38;
}
.footer a:hover::before{
    width: 100%;
}


.footer_wrapper{
    display: flex;
    flex-wrap: wrap;
    
    position: relative;
    z-index: 2;
    gap: 20px;
    border-bottom: 1px solid #DEDEDE;
}

.footer_col:first-child{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* width: calc(100% - 380px); */
    border-right: 1px solid #DEDEDE;
}

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

.footer_col_col{
    width: calc(50% - 10px);
    padding-bottom: 40px;
    padding-top: 30px;
}

.footer_col_col:first-child{
    border-right: 1px solid #DEDEDE;
}

.footer_col_text{
    font-size: 14px;
    font-weight: 200;
    line-height: 1.4;
    margin-top: 20px;
}






.footer_menu{
    font-size: var(--footer-title-font-size);
    font-weight: 500;
}

.footer_menu .menu{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer_col_title{
    margin-bottom: 20px;
    font-weight: 500;
    color: #545454;
    font-weight: 400;
}

.footer_col_address{
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer_media_links{
    display: flex;
    gap: 22px;
}

.footer_media_link{
    width: 65px;
    height: 65px;
    border-radius: 100px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.footer_media_link_img{
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.footer_media_link:hover::before{
    width: 0 !important;
}

.footer_address{
    margin-bottom: 24px;
    font-weight: 200;
    font-family: "Manrope", sans-serif;
    color: #000;
}

.footer_phone{
    font-size: 20px;
    font-weight: 200;
    

}

.footer_col_form{
    padding-bottom: 30px;
}


.footer_form_title{
    font-size: var(--footer-title-font-size);
    color: #3A3D38;
    margin-bottom: 15px;
    padding-top: 60px;
}

.footer_form_text{
    font-weight: 500;
    margin-bottom: 32px;
    max-width: 480px;
}

.footer_form_wrapper{
    margin-top: 32px;
}

.footer_col_btn{
    width: fit-content;
    display: block;
    padding: 12px 35px;
    font-weight: 300;
    color: #6268A9 !important;
    margin-bottom: 25px;
}

.footer_col_btn:hover{
    box-shadow: 0 0 10px 0px #00000018;
}

.footer_col_btn:hover::before{
    width: 0 !important;
}

/* Контейнер */
.footer_newsletter_form {
  max-width: 480px;
}

.footer_newsletter_form br{
    display: none;
}

.footer_newsletter_form p{
    margin-bottom: 0;
}

.footer_newsletter_form .wpcf7-not-valid-tip{
    display: none;
}

.footer_form_wrapper .wpcf7-response-output{
    display: none;
}

.footer_form_wrapper .wpcf7-list-item{
    margin: 0;
}

.footer_form_wrapper .wpcf7-form.invalid .footer_newsletter_input,
.footer_form_wrapper .wpcf7-form.unaccepted .footer_newsletter_input{
  animation: shake 0.7s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}

@keyframes shake {

  10%,
  90% {
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
/* Поле + кнопка в одному рядку */
.footer_newsletter_input {
  position: relative;
  display: block;
}

.footer_newsletter_input input[type="email"] {
  width: 100%;
  padding: 14px 50px 14px 12px;
  border: none;
  background: #eae4dc; /* як у тебе */
  font-size: 16px;
  outline: none;

    border-bottom: 1px solid #DEDEDE;
}

/* Кнопка зі стрілкою */
.footer_newsletter_submit {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: #6268A9; /* зелений */
  border: none;
  border-radius: 8px;
  cursor: pointer;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.footer_newsletter_submit .arrow {
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.footer_newsletter_submit .send {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  display: none;
}

.footer_form_wrapper .wpcf7-form.sent .footer_newsletter_submit .send {
    display: block;
}
.footer_form_wrapper .wpcf7-form.sent .footer_newsletter_submit .arrow {
    display: none;
}

/* Чекбокс з текстом */
.footer_newsletter_privacy {
  margin-top: 16px;
  font-size: 12px;
  color: #333;
}
.footer_newsletter_privacy input[type="checkbox"] {
  margin-right: 5px;
}
.footer_newsletter_privacy a {
  color: #254735;
}

.footer_links{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #DEDEDE;
}

.footer_link{
    width: 50%;
    display: flex;
    justify-content: center;
    padding: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #545454;
}

.footer_link:first-child{
    border-right: 1px solid #DEDEDE;
}

.section_hero{
}

.section_hero .container{
    width: 100%;
}

.hero_wrapper{
    display: flex;
    gap: 20px;
    padding-top: 10px;
}

.hero_item{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: calc(50% - 10px);
    border-radius: 20px;
    padding: 13px 20px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero_item_1{
    flex-direction: column;
}

.hero_item:last-child{
    padding-bottom: 20px;
}

.hero_title{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;

}

.hero_title_1{
    font-size: 40px;
    text-align: center;
    margin-bottom: 100px;
    line-height: 1.1;
    margin-top: auto;
}

.hero_title_2{
    text-align: center;
   max-width: 510px;
   margin-left: auto;
   margin-right: auto;
}

.hero_title p {
    margin-bottom: 0;
}

.hero_title span{
    font-family: 'RomanceLogicDemo', sans-serif;
}

.hero_buttons{
    display: flex;
    justify-content: center;
    gap: 60px;
}

.hero_btn{
    width: 225px;
    height: 40px;
    font-weight: 500;
}

.hero_label{
    height: 89px;
    width: 89px;
    border-radius: 150px;
    background-color: #6268A9;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    margin-left: auto;
    margin-top: 35px;
    transition: .3s;
    display: none;
}

.hero_label:hover{
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.5);
}

.hero_item_links{
    justify-content: center;
    padding-bottom: 50px;
}

.section_services_item_btn.btn_green.hero_item_link_1{
    background-color: #fff;
    border-color: #fff;
    color: #000;
}

.section_services_item_btn.btn_transparent.hero_item_link_2{
    border-color: #fff;
    color: #fff;
}

.section_title{
    font-size: 40px;
    font-weight: 400;
    line-height: 1.1;
}

.section_advantages{
    margin-top: 30px;
    border-top: 1px solid #E2E7E6;
    border-bottom: 1px solid #E2E7E6;
    color: #424242;
    font-size: 14px;
    text-transform: uppercase;
}

.section_advantages_item{
    padding: 30px;
    width: 20%;
    border-right: 1px solid #E2E7E6;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.section_advantages_item:last-child{
    border-right: none;
}

.section_advantages_wrapper{
    display: flex;

}

.section_lumea{
    padding-top: 30px;
}

.section_lumea_title{
    max-width: 800px;
    margin-bottom: 34px;
}

.section_text_wrapper{
    display: flex;
    gap: 5%;
}

.section_lumea_imgs{
    display: flex;
    gap: 15px;
    margin-top: 55px;
}

.section_lumea_img_item{
    width: calc(33.33% - 10px);

}

.section_lumea_img{
    aspect-ratio: 453 / 348;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.section_text_wrapper .section_text{
    width: 50%;
}

.section_text{
    font-size: 20px;
    font-weight: 300;
}

.section1{

    font-family: "Geist", sans-serif;
    padding-top: 30px;
    padding-bottom: 50px;
}





/* .section1_slider .swiper-wrapper {
  transition-timing-function: linear !important;
} */


.section1_slide{
    aspect-ratio: 126 / 202;
    overflow: hidden;
    border-radius: 7px;
}
.section1_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section1_slider_nav{
    width: 57px;
    height: 57px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    filter: drop-shadow(0 0 7px rgb(0, 0, 0));
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .2s;
}
.section1_slider_nav:hover{
    background-color: rgba(255, 255, 255, 0.4);
}

.section1_slider_prev{
    left: 30px;
    z-index: 5;
}

.section1_slider_next{
    right: 30px;
    z-index: 5;
}

.discount_wrapper{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 25px;
}

.discounts_item{
    width: calc(33.33% - 40px / 3);
    aspect-ratio: 452 / 254;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 15px 20px;
    color: #fff;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/* .discounts_item::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #090909;
    background: linear-gradient(180deg,rgba(9, 9, 9, 0.64) 9%, rgba(9, 9, 9, 0) 100%);
} */

.discounts_item_link{
    width: fit-content;
    font-size: 14px;
    padding: 7px 26px;
    border-radius: 6px;
    text-transform: initial;
}

.section3{
    padding-top: 50px;
    padding-bottom: 35px;
}

.section3_title{
    font-size: 40px;
    font-weight: 200;
    text-transform: uppercase;
    margin-bottom: 42px;
    color: #090909;
    text-align: center;
}

.section3_grid{
    display: grid;
    grid-auto-rows: 350px; 
    gap: 20px;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
}

.section3_item{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 29px 13px;
    color: #fff;
    /* background: #090909;
    background: linear-gradient(180deg,rgba(9, 9, 9, 0.64) 9%, rgba(9, 9, 9, 0) 100%); */
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}





/* .section3_item:nth-child(1) {
  grid-column: span 1;
  grid-row: span 2;
}



.section3_item:nth-child(6) {
  grid-row: span 2;
} 

.section3_item:nth-child(9) {
  grid-column: span 2;
}  */

.section3_item_img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;
    transition: .3s;
}

.section3_item:hover .section3_item_img{
    transform: scale(1.05);
}

.section3_item_title{
    font-size: 28px;
    font-weight: 200;
    text-transform: uppercase;
}

.section3_item_text{
    margin-top: 13px;
}

.section3_item_link{
    cursor: pointer;
    display: block;
    margin-top: auto;
    transition: .3s;
    position: absolute;
    right: 23px;
    bottom: 22px;
    width: fit-content;
    filter: drop-shadow(0 0 10px #000);
}

.section3_item_link:hover{
    transform: translateX(5px);
}

.section3_item_link:focus{
    outline: none;
}

.section3_link{
    background-color: #EAE3DA;
    width: 100%;
    color: #000000;
    margin-top: 37px;
    border-radius: 12px;
    display: block;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}

.section3_link svg{
    width: 20px;
    margin-left: 5px;
    transition: .3s;
}


.section3_link:hover svg{
    transform: translateX(5px);
}


.section3_link:visited{
    color: #000;
}

.section_services{
    padding-top: 50px;
    padding-bottom: 40px;
}

.section_services_wrapper{
    display: flex;
    flex-direction: column;
   
}

.section_services_item_label{
    font-size: 20px;
    text-transform: uppercase;
    color: #72010C;
    background-color: #EAE3DA;
    border-radius: 20px;
    padding: 9px 26px;
    width: fit-content;
    font-family: "Marcellus", sans-serif;
}

.section_services_item{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    border-bottom: 1px solid #1F5645;
    padding: 45px 0px 25px;
    align-items: center;
    justify-content: space-between;
}

.section_services_item_content{
    width: calc(100% - 600px);
}

.section_services_item_header{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 24px;
    margin-bottom: 40px;
}

.section_services_item_title{
    text-decoration: underline;
}

.section_services_item_text{
    font-size: 24px;
    font-weight: 200;
    line-height: 1.2;
}

.section_services_item_buttons{
    margin-top: 30px;
    display: flex;
    gap: 50px;
}

.section_services_item_btn{
    padding: 12px 18px;
    text-transform: initial;
}

.section_services_item_btn.btn_transparent{
    border-color: #1F5645;
    color: #1F5645;
}

.section_services_item_btn.btn_transparent:hover{
    background-color: #1F5645;
    color: #fff;
}

.section_services_item_btn.btn_green{
    border-color: #1F5645;
    background-color: #1F5645;
    color: #fff;
}

.section_services_item_btn.btn_green:hover{
    border-color: #1F5645;
    color: #1F5645;
    background-color: #fff;
}

.section_services_item_gallery{
    display: flex;
    gap: 8px;
}

.section_services_item_img{
    border-radius: 12px;
    aspect-ratio: 152 / 160;
    width: 152px;
    object-fit: cover;
}

.section_plan{
    padding-top: 60px;
}

.section_plan_item{
    height: initial;
    min-height: 600px;
}

.section_plan_item_2{
    background-color: #6268A9;
    justify-content: flex-start;

}

.section_plan_logo{
    max-width: 197px;
    padding-top: 8px;
}

.section_plan_title{
    margin-top: 28px;
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 1.1;
}

.section_plan_text ol{
    margin-left: 1.5em;
}


.section_plan_text li{
    list-style: decimal;
}

.section_plan_text{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    max-width: 580px;
}

.section_about{
    background-repeat: repeat;
    background-size: cover;
    
    margin-top: 24px;
    margin-bottom: 24px;
    position: relative;
}

.section_about_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    min-height: 172px;
    padding: 10px 0;
}

.section_about_img{
    width: 220px;
    height: 220px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.section_about_col:first-child{
    text-align: right;
}

.section_about_text{
    color: #ffffff;
    font-size: 19px;
    line-height: 1.4;
}

.section_about_col{
    width: calc(50% - 140px);
    max-width: 470px;
}

.section_about_col p{
    margin-bottom: 0;
}

.section_about_col b{
    font-weight: 700;
}

.section4_title{
    text-align: center;
}

.section4_text{
    margin: 34px auto 54px;
    max-width: 1143px;
    font-size: 20px;

}

.section4_link_wrapper{
    position: relative;
    height: 486px;
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: flex-end;
    padding: 60px 20px;
    border-radius: 10px;
    overflow: hidden;
}

.section4_img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}



.section5_title{
    margin: 0 auto 30px;
    max-width: 618px;
    text-align: center;
}

.section5_slider{
    min-height: 125px;
    background-color: #EAE3DA;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

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

.section5_slide img{
    width: 100%;
    max-height: 95px;
    object-fit: contain;
}

.section5_slider .swiper-wrapper {
    align-items: center;
  transition-timing-function: linear !important;
}

.section6{
    padding-top: 67px;
    font-family: "Geist", sans-serif;
    margin-bottom: 50px;
}

 .section6_text{
        font-size: 24px;
        margin-top: 25px;
        margin-bottom: 40px;
        max-width: 730px;
    }

.section6_item_wrapper{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.section6_item{
    width: calc(25% - 15px);
}

.section6_item_img_wrapper{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: fit-content;
    aspect-ratio: 340 / 451;
}



.section6_item_img_mask{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(9, 9, 9, 0.64);
    padding: 40px 15px 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff;
    transition: .3s;
    opacity: 0;
}

.section6_item_img_wrapper:hover .section6_item_img_mask{
    opacity: 1;
}

.section6_item_img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.section6_item_img_mask .section6_item_title{
    margin-bottom: 10px;
}

.section6_item_title{
    font-size: 20px;
}

.section6_item_description{
    margin-top: auto;
    font-size: 20px;
    text-align: left;
    line-height: 1;
    font-weight: 300;
}

.section6_item_content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px 0px;
    text-align: center;
    align-items: flex-start;
    flex-direction: column-reverse;
}

.section6_item_text{
    font-weight: 300;
}

.section7{
    padding-bottom: 50px;
}

.svn_inst{
    padding: 7% 0;
}

.svn_inst_item{
    background-color: #fff;
    box-shadow: 0 8px 25px 5px rgba(28, 29, 49, 0.12);
    border-radius: 8px;
    overflow: hidden;
    /* width: 157px !important; */
}

.svn_inst_header{
    display: flex;
    gap: 4px;
    padding: 2.5px 4px;
    align-items: center;
}

.svn_inst_profile_wrapper{
    width: 15px;
    height: 15px;
    background: radial-gradient(circle at bottom left, #FDF497 0%, #FDF497 5%, #FD5949 45%, #D6249F 60%, #285AEB 90%);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.svn_inst_profile_img{
    background-color: #fff;
    width: 13px;
    height: 13px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;

}

.svn_inst_profile_img img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.svn_inst_profile_name{
    font-size: 6px;
    font-weight: 600;
    color: #000;
}

.svn_inst_profile_city{
    font-size: 6px;
    color: #000;
}

.svn_inst_footer svg{
    width: 100%;
}

.sb_instagram_header{
    display: none;
}

.svn_inst_phone{
    width: fit-content;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13.1%;
}

.svn_inst_phone img{
    width: 100%;
}

.svn_inst_phone_name{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10%;
    font-size: 6px;
    text-transform: uppercase;
    font-weight: 700;
}


#sb_instagram{
    position: relative;
    margin-bottom: 50px;
}

.section7_title{
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
}

.price_hero{
    /* position: relative;
    
    display: flex;
    align-items: flex-end;
    color: #fff; */
}

.price_hero .container{
    /* width: 100%; */
    /* max-width: 1390px; */
}

.price_hero_bg{
    width: 100%; 
    border-radius: 20px;
    /* position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -2; */
}

.price_hero_bg_text{
    font-weight: 200;
    font-size: 284px;
    color: rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    position: absolute;
    right: 1%;
    top: -12%;
    z-index: -1;
}

.price_hero_wrapper{
    padding-bottom: 115px;
}

.price_hero_title{
    font-size: 96px;
    font-weight: 200;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 30px;
    margin-top: 30px;
}

.price_hero_text{
    font-size: 24px;
    font-weight: 200;
    text-transform: uppercase;
    max-width: 978px;
}

.svn_breadcrumbs{
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    gap: 9px;
    padding-left: 17px;
}

.svn_breadcrumbs_current{
    opacity: 0.4;
}

.svn_breadcrumbs_link:hover::before{
    width: 100%;
}

.service_page_content_container{
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.service_page_content_wrapper{
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.service_page_main_title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
}

.service_page_info{
    width: calc(100% - 488px - 40px);
}

.service_page_badge{
    background-color: #6268A9;
    padding: 8px 25px;
    border-radius: 20px;
    font-family: 'Marcellus', sans-serif;
    font-weight: 200;
    font-size: 20px;
    text-transform: uppercase;
    display: inline-block;

}

.service_page_badge span{
    background-image: url("http://savanna.local/wp-content/themes/savanna-theme/assets/img/btn-gold.jpg");
  -webkit-background-clip: text;   /* для підтримки Safari/Chrome */
  background-clip: text;
      color: #b2a373;          /* робимо сам текст прозорим, щоб був видимий лише фон */
  background-size: cover;          /* масштаб зображення по всій площі тексту */
  background-position: center;
}

.service_page_title{
    display: inline-block;
    text-transform: uppercase;
    font-size: 24px;
    margin-left: 10px;
}

.service_page_description{
    font-weight: 300;
    font-size: 20px;
    margin: 30px 0;
}

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

.service_page_notes{
    font-weight: 100;
    line-height: 1.4;
}

.service_page_gallery{
    max-width: 488px;
    width: 100%;
}

.service_page_gallery_img img{
    aspect-ratio: 488 / 305;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.service_page_gallery .section_services_item_buttons{
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 23px;
}

.service_page_gallery .section_services_item_btn{
    width: 100%;
}

.service_page_btn_bottom{
    width: 100%;
    margin: 60px auto 0;
    max-width: 340px;
}


.service_page_categories{
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 0 40px;
}

.service_page_category{
    padding: 50px 0;
}

.service_page_category:nth-child(n + 1){
    border-bottom: 1px solid #E2E2E2;
}

.service_page_category_title{
    font-size: 40px;
}

.service_page_category_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 50px 40px;
    margin-top: 30px;
}

.service_page_category_item{
    width: calc(50% - 20px);
    color: #000000;
    display: flex;
    font-size: 28px;
    justify-content: space-between;
    gap: 20px;
}

.service_page_category_item:hover, .service_page_category_item:visited{
    color: rgba(0, 0, 0, 0.7);
}

.service_page_category_item_price{
    white-space: nowrap;
}

.price_main{
    /* background-image: url("../img/price_bg.svg"); */
    /* background-color: #6268A9;
    background-size: 100%;
    background-repeat: repeat; */
    color: #3D5C5B;
    padding-top: 80px;
    padding-bottom: 175px;
}

.price_main_title{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 200;
    font-style: italic;
    padding-bottom: 50px;
    text-align: center;
    color: #090909;
}

.price_main_filter{
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;

    overflow-x: auto;
    gap: 35px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    width: calc(100% + 50px);
    position: relative;
    left: -25px;
    padding: 0 25px 30px;
}


.price_main_filter::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.price_main_filter a{
    font-weight: 200;
    white-space: nowrap;

    color: #3D5C5B;
}

.price_main_filter a.active, .price_main_filter a:hover{
    color: #4D3D31;
    font-style: italic;
    font-weight: 300;
}

.price_main_filter a::before{
    width: 70px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    opacity: 0.44;
    background-color: #3D5C5B;
    bottom: -9px;
}

.price_main_filter a.active::before, .price_main_filter a:hover::before{
    opacity: 1;
}

.price_main_item_wrapper{
    text-transform: uppercase;
    width: calc(100% - 340px - 105px);
}

.price_main_item_header{
    background-color: #6268A9;
    display: flex;
    align-items: center;
    padding: 12px 15px 12px 25px;
    font-size: 24px;
    justify-content: space-between;
    font-weight: 200;
    color: #fff;
}

.price_main_item{
    display: flex;
    background-color: #FAF9F5;
    color: #090909;
    font-weight: 200;

    border-top: 1px solid #3D5C5B;
    border-left: 1px solid #3D5C5B;
    border-right: 1px solid #3D5C5B;
}

.price_main_item:last-child{
    border-bottom: 1px solid #3D5C5B;
}

.price_main_item_title{
    width: calc(100% - 218px);
    padding: 20px 16px;
    border-right: 1px solid #3D5C5B;
}

.price_main_item_price{
    width: 218px;
    padding: 20px 16px;
}

.price_main_item_head{
    background-color: rgba(77, 61, 49, 0.1);
    border-top: 1px solid #6268A9;
    border-left: 1px solid #6268A9;
    border-right: 1px solid #6268A9;
}

.price_main_item_head .price_main_item_title{
    border-right: 1px solid #6268A9;
}

.price_main_swiper{
    width: 340px;
    height: 437px;
    border-radius: 12px;
    overflow: hidden;
}

.price_main_swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price_main_wrapper{
    display: flex;
    gap: 105px;
    position: relative;
    align-items: flex-start;
}

.price_main_buttons{
    width: 340px;
    display: flex;
    flex-direction: column;
    gap: 20px;
	position: sticky;
	bottom: 0;

    position: -webkit-sticky; /* для старих webkit */
    top: 20px; /* відступ від верху вікна при прилипанні — підрегулюй під свій header */
    align-self: flex-start; /* додатково захищає від stretch */
}

.price_main_btn{
    width: 100%;
}

a.price_main_btn_1{
    background-color: #6268A9;
    color: #fff;
    border: none;
    margin-top: 30px;
}

a.price_main_btn_1:hover{
    border: none;
}

a.price_main_btn_2{
    color: #1F5645;
    border: 1px solid #3D5C5B;
    text-transform: initial;
    font-weight: 400;
}

a.price_main_btn_2:hover{
        background-color: transparent;
        box-shadow: 0 0 10px 0px #0000005a;
        color: #3D5C5B;
}

.price_main_content{
    margin-bottom: 30px;
}

.price_main_content_title{
    font-size: 24px;
    text-transform: initial;
    margin-bottom: 15px;
    padding-top: 20px; 
    color: #000000;
    
    text-transform: initial;
}

.price_main_content_text{
    font-size: 18px;
    text-transform: initial;
  

    color: #000000;
}

.price_main_content_text {
    display: -webkit-box;
    max-height: calc(1.5em * 3);
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price_main_content_text.expanded {
    display: block;
    max-height: initial;
}

.price_read_more {
    display: none;
    color: #000;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 4px;
    font-size: 14px;
    padding: 10px 0 15px;
    text-transform: none;
    opacity: 0.54;
}

.price_read_more.visible {
    display: inline-block;
}

#section1-link{
    position: relative;
    top: -70px;
}
#section6-link{
    position: relative;
    top: -40px;
}

.section_faq {
    padding-top: 100px;
    padding-bottom: 125px;
}

.section_faq_title_main{
    margin-bottom: 40px;
    text-align: center;
}



.section_faq_item {
    border-bottom: 1px solid #1F5645;
}

.section_faq_question {
    width: 100%;
    background: none;
    border: none;
    padding: 25px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 27px;
    color: #1F5645;
    cursor: pointer;
    transition: color 0.3s ease;
    text-align: left;
}

.section_faq_title{
    width: calc(100% - 72px);
}

.section_faq_question:hover {
     color: #1F5645;
}

.section_faq_icon {
    font-weight: 200;
    font-size: 29px;
    line-height: 1;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    border-radius: 100px;
    border: 1px solid #1F5645;
}

.section_faq_question:hover {
     color: #1F5645;
}

.section_faq_item.active .section_faq_icon {
    transform: rotate(90deg);
}

.faq_answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.section_faq_text {
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    padding-bottom: 25px;
}

.section_blog{
    padding-bottom: 40px;
}

.section_blog_wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	gap: 8px;
}

.section_blog_item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
	text-decoration: none;
	color: #fff;
    transition: .3s;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    aspect-ratio: 691 / 388;

}

/* затемнюючий шар */
.section_blog_item::after {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(58, 61, 56, 0.25); /* #3A3D38 з 25% прозорістю */
	pointer-events: none;
	transition: background-color 0.3s ease;
}


/* перший елемент займає дві колонки і дві рядки */
.section_blog_item:first-child {
	grid-column: 1 / -1;
	grid-row: span 2;
}

/* картинка всередині */
.section_blog_item_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.section_blog_item:hover .section_blog_item_img {
	transform: scale(1.05);
}

.section_blog_item_label {
	position: relative;
	width: fit-content;
	background: #EAE3DA;
	color: #1F5645;
	padding: 6px 12px;
	border-radius: 8px;
	font-size: 12px;
	font-weight: 500;
    z-index: 2;
    margin-bottom: auto;
}

.section_blog_item_date {
	position: relative;
	
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}


.section_blog_item_title {
	position: relative;
	font-size: 32px;
	font-weight: 600;
	color: #fff;
    z-index: 2;
}

.section_blog_item:first-child .section_blog_item_title {
    font-size: 69px;
}

.section_contacts_title{
    margin-bottom: 40px;
}

.section_contacts iframe{
    width: 100%;
    height: 500px;
}

.section_reviews{
    overflow: hidden;
}

@media (max-width: 1200px){
    :root {
    --footer-title-font-size: 24px;
    }
    .discounts_item{
        width: calc(50% - 10px);
    }

    .section6_item_content{
        padding: 25px 0;
    }

    .section6_item_description{
        font-size: 16px;
    }
    
    .section6_item_img_mask{
        padding: 20px 15px;
    }

    .svn_inst_phone{
        width: 17.5%;
    }

    .svn_inst{
        padding: 9% 0;
    }

    .price_main_wrapper{
        gap: 50px;
    }

    .price_main_item_wrapper{
        width: calc(100% - 340px - 50px);
    }

    .header_contact_item_link{
        font-size: 13px;
    }
}


@media (max-width: 992px) { 
    body{
        padding-top: 85px;
    }

    .container{
        padding-left: 20px;
        padding-right: 20px;
    }


    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 10px;
    }

    .header .container{
        width: 100%;
    }

    .header_logo img{
        max-height: 60px;
        width: fit-content;
    }

    .header_wrapper_container{
        box-shadow: 0px 0px 10px 0px #00000070;
    }

    .header_wrapper{
        align-items: center;
        height: 75px;
        min-height: initial;
        padding: 0 25px 0 0;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .header-mobile {
        height: calc(100vh - 85px - 15px - 15px);
        top: 95px;
    }

    .header_right{
        display: none;
    }
    

    .header_col{
        width: fit-content;
    }
    .header_phone{
        width: fit-content;
    }

    .header_lang{
        margin-right: 0;
    }
    .header_menu ul{
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 40px;
    }

    .burger-menu{
        display: flex;
    }

    .header_desk{
        display: none;
    }

    .header_contact{
        flex-direction: column;
    }
    .header_contact_line{
        display: none;
    }

    .header_contact_item:first-child{
        text-align: center;
    }

    .header-mobile .header_menu{
        gap: 20px;
        display: flex;
        flex-direction: column;
    }

    .header_lang{
        margin-left: 0;
    }

    .header_not_front .header_label{
        display: none;
    }

    .header_not_front .header-mobile_content .header_label{
        display: block;
        background-color: #fff;
        color: #6268A9;
    }

    /* .footer_col:first-child{
        width: 100%;
    } */

    .footer_col{
        width: 100%;
    }

    .footer_col_col{
        width: 100%;
    }

    .hero_wrapper{
        flex-direction: column-reverse;
    }

    .hero_item{
        width: 100%;
    }

    .hero_item:first-child{
        height: 400px;
    }

     .hero_title_1{
        font-size: 30px;
     }

    .section_advantages_wrapper{
        flex-direction: column;
    }

    .section_advantages_item{
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #E2E7E6;
        padding-left: 0;
        padding-right: 0;
    }

    .section_advantages_item:last-child{
        border-bottom: none;
    }

   

    .section_lumea_imgs{
        flex-direction: column;
    }

    .section_lumea_img_item{
        width: 100%;
    }

    .section_lumea_img{
        aspect-ratio: 452 / 254;
    }

    .discount_wrapper{
        padding-top: 15px;
    }

    .section_text_wrapper{
        flex-direction: column;
    }

    .section_text_wrapper .section_text{
        width: 100%;
        font-size: 16px;
    }

    .section_text{
        font-size: 16px;
    }

    .section1_slider_nav{
        display: none;
    }

    .section3_grid{
        grid-template-columns: repeat(2, minmax(250px, 1fr));
    }

    .section6_item{
        width: calc(50% - 40px / 3);
    }
    .svn_inst_phone{
        width: 26.7%;
    }

    .svn_inst{
        padding: 14% 0;
    }

    .price_hero{
        /* min-height: calc(100vh - 85px); */
    }

    .price_hero_bg_text{
        right: 1%;
        top: -6%;
        font-size: 200px;
    }

    .price_hero_bg{
        height: 250px;
        margin-top: 40px;
        object-fit: cover;
    }

    .price_hero_title{
        font-size: 65px;
    }

    .price_hero_text{
        font-size: 22px;
    }
    .price_main_filter{
        gap: 70px;
        width: calc(100% + 40px);
        left: -20px;
        padding: 0 20px;
    }

    .price_main_wrapper{
        gap: 50px;
        flex-direction: column;
    }

    .price_main_item_wrapper{
        width: 100%;
    }

    .price_main_buttons{
        position: relative;
        margin: 0 auto;
        max-width: 100%;
    }

    .price_main_swiper{
        max-width: 100%;
    }

    #section1-link{
        top: -150px;
    }

    #section6-link{
        top: -125px;
    }

    .section_blog_wrapper{
            grid-template-columns: repeat(1, 1fr);
    }

    .section_blog_item{
        min-height: 330px;
        aspect-ratio: initial;
        padding: 20px;
    }

    .section_blog_item:first-child{
        grid-row: span 1;
    }

    .section_blog_item_title {
        font-size: 25px;
    }
    .section_blog_item:first-child .section_blog_item_title {
        font-size: 25px;
    }

    .section_services_item{
        gap: 40px;
        justify-content: center;
    }

    .section_services_item_content{
        width: 100%;
    }

    /* .section_services_item_gallery{
        overflow-x: auto;
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
    } */

    .section_services_item_gallery{
        width: 100%;
    }

    .section_services_item_img{
        max-width: 152px;
        width: calc(33.333% - 6px);
    }

    .section_services_item{
        padding-left: 0;
        padding-right: 0;
    }

    .section_services_item_btn {
        padding: 12px 25px;
        text-transform: initial;
    }

    .section_services_item_text{
        font-size: 18px;
    }

    .section_services_item_header{
        font-size: 20px;
    }

    .section_services_item_label{
        font-size: 18px;
    }
    
    .section_plan_title{
        font-size: 25px;
    }

    .section_plan_text{
        font-size: 16px;
    }   


    .service_page_main_title{
        font-size: 24px;
        margin-bottom: 35px;
    }

    .price_main_filter{
        padding: 0 20px 30px;
    }
    
    .service_page_info{
        width: 100%;
    }

    .service_page_badge{
        padding: 6px 18px;
        font-size: 16px;
    }

    .service_page_title{
        margin-left: 0;
        width: 100%;
        font-size: 22px;
    }

    .service_page_description{
        font-size: 18px;
        margin-top: 0;
    }
    .service_page_price{
        font-size: 18px;
    }

    .service_page_content_wrapper{
        gap: 20px;
    }


    .service_page_gallery .section_services_item_buttons{
        gap: 10px;
    }

    .service_page_category_wrapper{
        gap: 20px;
    }

    .service_page_category_item{
        width: 100%;
    }
    
    .service_page_category_title{
        font-size: 24px;
        font-weight: 700;
    }

    .service_page_category_item{
        font-size: 18px;
    }
    
    .service_page_categories{
        padding: 0 20px;
    }

    .service_page_category{
        padding: 25px 0;
    }

    .footer_col:first-child{
        border-right: none;
    }

    .footer_col_col:first-child {
    border-right: none;
}
    
}

@media (max-width: 768px){
    .footer_col_25{
        width: 100%;
    }
    .footer_col:nth-child(2){
        border-left: none;
    }

    .footer_col_100{
        flex-direction: column;
        gap: 10px;
    }

    .footer_links{
        flex-direction: column;
    }

    .footer_col_col{
        padding-bottom: 0;
    }

    .footer_link{
        width: 100%;
    }

    .footer_col{
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_form_title{
        padding-top: 30px;
    }

    

   
    .section1_text_wrapper{
        flex-direction: column;
        gap: 20px;
    }

    .section1_text:first-child{
        width: 100%;
    }

    .section1_text:last-child{
        width: 100%;
    }

    .section_title{
        font-size: 32px;
    }

    .section1_text{
        font-size: 18px;
    }

    .discounts_item{
        width: 100%;
    }

    .section3_grid{
        grid-template-columns: 1fr;
    }

    .section3_item:nth-child(1) {
        grid-row: span 1;
    }

    .section3_item:nth-child(6) {
        grid-row: span 1;
    }

    .section3_item:nth-child(9) {
        grid-column: span 1;
    }

    .section3_title{
        font-size: 32px;
    }

    .section_about_wrapper{
        flex-direction: column;
        padding: 30px 0;
    }

    .section_about_img{
        position: initial;
        left: initial;
        top: initial;
        transform: initial;
    }

    .section_about_col, .section_about_col:first-child{
        width: 100%;
        text-align: center;
    }

    .section4_text{
        font-size: 18px;
    }

    .section4_link_wrapper{
        flex-direction: column;
        justify-content: flex-end;
        gap: 20px;
    }

    .section6_slider {
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
        padding-left: 20px;
        padding-right: 20px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;

        scrollbar-width: none; /* Firefox */
    }

    .section6_slider::-webkit-scrollbar {
        display: none; /* Chrome, Safari */
    }

    .section6_item_wrapper {
        display: flex;
        gap: 16px;
        scroll-snap-type: x mandatory;
        flex-wrap: nowrap;
        width: fit-content;
    }

    .section6_item{
        width: 300px;
    }

    .section6_text{
        font-size: 18px;
        margin-bottom: 40px;
    }

    .svn_inst_phone{
        width: 35.9%;
    }

    .svn_inst{
        padding: 19% 0;
    }

    .price_hero_bg_text {
        right: 1%;
        top: -4%;
        font-size: 120px;
    }

    .price_hero_title {
        font-size: 40px;
    }

    .price_hero_text {
        font-size: 18px;
    }

    .price_hero_wrapper {
        padding-bottom: 60px;
    }

    .price_main_filter {
        gap: 25px;
    }


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

    .price_main_item_price{
        width: 100px;
    }

    .section_faq_question{
        font-size: 22px;
    }

    .section_faq_text{
        font-size: 14px;
    }
}


@media (max-width: 480px){
    .svn_inst_phone{
        width: 54.2%;
    }

    .svn_inst{
        padding: 28% 0;
    }
}