/* @import url('https://fonts.googleapis.com/css2?family=Wix+Madefor+Text:ital,wght@0,400..800;1,400..800&display=swap'); */

@font-face {
    font-family: "Hoefler Text";
    src:
        local("TriHoefler Textckster"),
        url("/wp-content/themes/sk-karkashome/assets/fonts/hoeflertext.otf") format("otf");
}

/* @import url(https://myfonts.ru/myfonts?fonts=hoefler-text); */

*{
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Hoefler Text' !important;
}
header{
    padding: 15px 0px;
}

footer {
    padding-bottom: 40px;
}
.wrapper{
    padding: 70px 0px;
}

.section-wrapper {
    padding: 0px;
    margin-bottom: 120px;
}

.section-wrapper-noident {
    margin-bottom: 0;
}

.out-container {
    max-width: 1920px;
    margin: 0 auto;
}

.container{
    max-width: 1700px;
    width:100%;
    padding: 0px 15px;
    margin: 0 auto;
}

.item-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    color: #263026;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 64px;
}

.item-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #28313d; 
    min-height: 72px;
}

.main-banner {
    margin-bottom: 80px;
}

.banner-two-section {
    display: flex;
    gap: 176px;
    justify-content: space-between;
    align-items: flex-start;
}

.utp-button {
    width: 174px;
    padding: 15px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    font-family: 'Hoefler Text', sans-serif;
}

.utp-wrapper {
    position: relative;
    padding: 150px 40px 40px;
    border-radius: 16px;
    width: 688px;
    max-width: 100%;
    z-index: 6;
    background-color: #d7e1ec;
}

.submenu-wrapper .utp-menu-wrapper {
    position: relative;
    width: 100%;
    max-width: 450px;
    padding: 36px 24px;
}

.utp-menu-wrapper::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.15%), rgba(0, 0, 0, 0.3);
    background-size: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
}

.utp-menu-wrapper .utp-title {
    position: relative;
    font-size: 36px;
    color: #fff;
    z-index: 5;
}

.utp-menu-wrapper .btn-bckgnd {
    position: relative;
    display: inline-block;
    border-radius: 8px;
    z-index: 5;
}

.btn-bckgnd{
    text-align: center;
}

.utp-title {
    max-width: 320px;
    font-weight: 400;
    font-size: 48px;
    line-height: 117%;
    margin-bottom: 56px;
}

.utp-title--down-to-page {
    max-width: 670px;
}

.strikethrough {
    text-decoration: line-through;
    margin-right: 15px;
}

.style-1.main-banner{
    position: relative;
    padding: 288px 112px 132px;
    background-size: cover !important;
}
.style-1.main-banner::before{
    content: '';
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.15%), rgba(0, 0, 0, 0.3); */
    background-size: 100%;
    width: 100%;
    display: block;
    /* height: 946px; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.soc-icon{
    position: relative;
    display: inline-flex;
    width: 56px;
    height: 56px;
    border: 1px solid #D7E1EC;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}
.soc-icon:hover{
    background-color: #566d6a;
        filter: brightness(1);
}

.soc-icon:last-child{
    margin-right: 0;
}

#soc-viber::before{
    content: url('/wp-content/themes/sk-karkashome/assets/images/viber-white.svg');
}
.soc-icon::before{
    content: url('/wp-content/themes/sk-karkashome/assets/images/whatsapp-white.svg');
}

#soc-tg::before{
    content: url('/wp-content/themes/sk-karkashome/assets/images/tg-white.svg');
}

.footer-style-1__content-wrapper .soc-icon {
    border: 1px solid #a6aeb8;
}

.footer-style-1__content-wrapper .social-link-block #soc-viber::before{
    content: url('/wp-content/themes/sk-karkashome/assets/images/icon-viber.svg');
}

.footer-style-1__content-wrapper .social-link-block .soc-icon::before{
    content: url('/wp-content/themes/sk-karkashome/assets/images/icon-wa.svg');
}

.footer-style-1__content-wrapper .social-link-block #soc-tg::before{
    content: url('/wp-content/themes/sk-karkashome/assets/images/icon-tg.svg');
}

.header-style-2__top .header__contacts .social-link-block #soc-viber::before{
    content: url('/wp-content/themes/sk-karkashome/assets/images/icon-viber.svg');
}

.header-style-2__top .header__contacts .social-link-block  .soc-icon::before{
    content: url('/wp-content/themes/sk-karkashome/assets/images/icon-wa.svg');
}

.header-style-2__top .header__contacts .social-link-block #soc-tg::before{
    content: url('/wp-content/themes/sk-karkashome/assets/images/icon-tg.svg');
}

.header-style-2__top + .navigation-menu > .mobile-description #soc-viber::before{
    content: url('/wp-content/themes/sk-karkashome/assets/images/icon-viber.svg');
}

.header-style-2__top + .navigation-menu > .mobile-description .soc-icon::before{
    content: url('/wp-content/themes/sk-karkashome/assets/images/whatsapp-white.svg');
}

.header-style-2__top + .navigation-menu > .mobile-description #soc-tg::before{
    content: url('/wp-content/themes/sk-karkashome/assets/images/icon-tg.svg');
}

.contact-page-content .social-messenger .soc-icon::before {
    content: url('/wp-content/themes/sk-karkashome/assets/images/icon-wa.svg');
}



.left-section {
    z-index: 5;
    max-width: 50%;
}

.title-h1{
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 48px;
    color: #000;
}

.left-section .title-h1{
    font-size: 62px;
    color:#fff;
}

.title-h1_black{
    color: #28313D;
}

.title-h1_medium {
    font-weight: 400;
    font-size: 48px;
    line-height: 117%;
    margin-bottom: 60px;
}

.title-h3-style2 {
    font-weight: 400;
    font-size: 48px;
    line-height: 117%;
}

.title-h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    margin: 0;
    padding: 0;
}

.yoast-breadcrumbs{
    font-size: 12px;
    font-weight: 400;
    margin-left: 16px;
    margin-left: 0;
    margin-bottom: 45px;
}

.yoast-breadcrumbs span:not(.breadcrumbs-separator){
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
}
.yoast-breadcrumbs span a{
    text-decoration: none;
}
.breadcrumbs-separator{
    padding: 0px 16px;
}
.b-flex{
    display: flex;
    flex-wrap: wrap;
}

.phones a, .emails a{
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
}
.phones a span, .emails a span{
    font-size: 16px;
    font-weight: 400;
    margin-left: 12px;
}
.agree {
    display: none ;
}
.wpcf7-spinner{
    display: none;
}

button {
    border: none;
    outline: none;
    border-radius: 8px;
    padding: 15px 24px;
    cursor: pointer;
}

/* BLOG  */
.blog-cat {
    padding: 0 0 70px 0;
}

.blog-list{
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.blog-item{
    max-width: 535px;
    width: 100%;
    box-shadow: 0px 6px 16px 0px #00000014;
    padding: 24px;
    border-radius: 12px;
}
.blog-item a{
    color:#000;
    text-decoration:none;
}
.blog-item img{
    display: block;
    width: 100%;
    max-width: 100%;
    border-radius: 6px;
    margin-bottom:1.5em;
}
.blog-item--date{
    font-size:12px;
    margin-bottom: 12px;
}
.blog-item--tags{
    display:inline-flex;
    gap: 12px;
    padding:6px 8px;
    border: 1px solid #00000033;
    font-size:10px
}
.short-description{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 24px;
}
.read-more{
    padding: 15px 24px;
    border:1px solid #A0ACB9;
    border-radius: 8px;
    display: block;
    max-width: 94px;
    font-size: 14px;
}

/* ARTICLE  */
.wrapper.article-page{
    padding: 38px 0px 80px 0px;
}
.articles-banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.articles-banner::before{
    content: '';
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.articles-banner .yoast-breadcrumbs .breadcrumb_last{
    color: #fff;
}
.articles-banner .wrapper{
    position: relative;
    z-index: 10;
}
.articles-title{
    margin-top: 354px;
}
.articles-title .title-h1{
    color: #fff;
    margin-bottom: 24px;
    line-height: 1;
}
.article-content p, .article-content ul, .article-content ol {
    font-size: 20px;
    line-height: 1.5;
    padding: 12px 0px;
}
.article-content ul{
    list-style: disc;
    padding-inline-start: 40px;
}
.article-content ol{
    padding-inline-start: 40px;
    margin: 0;
}
.article-content h2{
    margin: 2em 0em;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 400;
}
.article-text{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.article-content{
    max-width: 1128px;
    width: 100%;
}
.sticky-block-form{
    width: 100%;
    max-width: 400px;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    position: sticky;
    top: 100px;
    /* padding: 28px;
    background: #f9f9f9; */
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-shadow: 0 0 4px rgba(0, 73, 89, .04), 0 2px 4px rgba(0, 73, 89, .08);
    box-shadow: 0 0 4px rgba(0, 73, 89, .04), 0 2px 4px rgba(0, 73, 89, .08);
}

.article-text .utp-wrapper .utp-title {
    position: relative;
    font-size: 32px;
    color: #fff;
}

.article-text .utp-wrapper .utp-button{
    position: relative;
}

.article-text .utp-wrapper::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 27.15%), rgba(0, 0, 0, 0.3);
    background-size: 100%;
    width: 100%;
    display: block;
    /* height: 946px; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
}


.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge{
    border: 1px solid #A6AEB8 !important;
}
.ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy){
    background-size: 25px 25px !important;
    background-repeat: no-repeat !important;
}
.ya-share2__list ya-share2__list_direction_horizontal{
    padding-inline-start: 10px !important;
}
.share-block{
    display: flex;
    align-items: center;
}
.share-text{
    font-size: 20px;
    font-weight: 600;
    color: #151416;
}

.title-h5 {
    font-weight: 400;
    font-size: 24px;    
    line-height: 133%;
    color: #28313d;
}

.utp-mobile {
    display: none;
}

body.no-scroll {
    overflow: hidden;
}

.schema-organization{
    display: none;
}
.wp-block-list a {
    text-decoration: none;
    color:#000;
}
.wp-block-list a:hover{
    color: #eac113;
}
@media(max-width: 1440px) {
    .style-1.main-banner {
        padding: 288px 60px 132px;
    }

    .banner-two-section .title-h1 {
        font-size: 56px;
    }
}

.modal {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 12px;
    max-width: 500px;
}

.modal-content h2 {
    margin-bottom: 24px;
}

.modal-content .wpcf7 .modal-form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.modal-content .wpcf7 .modal-form > input[type='submit'] {
    outline: none;
    border: none;
    height: 50px;
}

.modal-content .wpcf7 .modal-form span span.wpcf7-list-item {
    margin: 0;
}

.modal-content .wpcf7 .modal-form span span.wpcf7-list-item a {
    color: #eac113;
    text-decoration: none;
    transition: color .3s;
}

.modal-content .wpcf7 .modal-form span span.wpcf7-list-item a:hover {
    color: #ceb900;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.navigation.pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.navigation.pagination .nav-links {
    display: flex;
    gap: 16px;    
    margin-bottom: 32px;
}

.navigation.pagination .nav-links > span {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #576d6a;
    text-decoration: none;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.navigation.pagination .nav-links > a {
    color: #a6aeb8;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #F6F6F7;
    text-decoration: none;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.navigation.pagination .nav-links > a:hover {
    background: #576d6a;
    color: #fff;
}

.section-error .wrapper {
    padding: 0;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.section-error .block-error_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.section-error h1 {
    text-align: center;
    font-size: 220px;
    color: #566d6a;
}

.tab-header {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    gap: 32px;
}

.tab-btn {
    border: 1px solid #A0ACB9;
    padding: 10px 20px;
    background: none;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
}
.tabs{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.tab-btn:hover {
    background: #f5f5f5;
}

.tab-btn.active-vakans {
    background: #f0f0f0;
    font-weight: bold;
}

.tab-pane {
    display: none;
    
    border-radius: 8px;
}

.tab-pane.active-vakans {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.offer{
    height: 295px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    flex: 1 1 calc(33% - 64px);
    max-width: 535px;
}

.offer-content{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 24px;
    
}
.offer-content__top h2{
    margin-bottom: 24px;
}
.offer-content__bot {
    display: flex;
    justify-content: space-between;
}
.offer .more-btn-mobile{
    display: block !important;
}
.offer-content__btn{
    display: block;
        background-image: url(/wp-content/themes/service-template/assets/images/plus-more.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 70%;
        width: 56px;
        height: 56px;
        padding: 0;
        border-radius: 6px;
        background-color: transparent;
        border: 1px solid #A0ACB9;
        margin-left: auto;
        flex-shrink: 0;
}
.g-color{
    color:#A6AEB8;
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0%;
}
.big-text{
    font-family: Wix Madefor Text;
    font-weight: 400;
    font-size: clamp(14px, 2vw, 24px);
    line-height: 133%;
    letter-spacing: 0%;

}
.b-color{
    color:black;
}
.vakans_modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.vakans_modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
}

.vakans_close {
    color: #aaa;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.vakans_close:hover {
    color: black;
}

.vakans_modal-form {
    margin-top: 20px;
}

.vakans_modal-form input,
.vakans_modal-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.vakans_modal-form textarea {
    height: 100px;
}

.vakans_modal-form button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.vakans_modal-form button:hover {
    background-color: #45a049;
}
@media(max-width:1024px) {
    .tab-pane.active-vakans{
        gap: 16px;
    }
    .offer{
    flex: 1 1 calc(50% - 32px);
    max-width: calc(50% - 32px);
    }
}
@media(max-width:767px) {
    .tab-pane.active-vakans{
        flex-direction: column;
        align-items: center;
    }
    .offer {
        flex: 1 1 100%;
        max-width: 100%;
        width: 100%;
    }
    .offer-content__btn{
    width: 45px;
    height: 45px;
    }
}

@keyframes vakans_modalopen {
  from {opacity: 0; transform: translateY(-50px)}
  to {opacity: 1; transform: translateY(0)}
}
.section-error .block-error_text > p {
    margin: 0 auto;
    text-align: center;
}

.section-error .block-error_text > a {    
    display: block;
    width: 174px;
    padding: 15px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    background-color: #566d6a;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
}

.section-error .block-error_text > p:first-child {
    font-size: 32px;
    font-weight: 700;
}
.banner-subtitle p{
    max-width: 80%;
    color: white;
}
.slicky-meny {
    position: fixed;
    top: -100%; /* Начальное положение за пределами экрана */
    left: 0;
    width: 100%;
    background: white;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 10px 0;
    transition: top 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: top;
}

.slicky-meny.sticky-active {
    top: 0; /* Показываем меню */
}

.slicky-meny-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.slicky-meny img {
    max-width: 72px;
    height: auto;
}

/* Остальные стили остаются без изменений */
.slicky-meny .menu-list li a {
    color: #000;
}
.slicky-meny .soc-icon, 
.slicky-meny .phone {
    filter: brightness(0);
    transition: filter 0.3s ease;
}
.slicky-meny .soc-icon:hover {
    filter: brightness(1);
}
.slicky-meny .phone:hover {
    filter: brightness(0.9);
}
.slicky-meny .navigation-menu {
    margin-top: 20px;
}
.advantages-statick-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.advantages-statick_item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    flex: 1 1 calc(25% - 20px); /* 4 элемента в ряд на десктопе */
    min-width: 200px;
    max-width: 320px;
}

.advantages-statick_item img {
    width: 50px; /* или любой другой размер по вашему усмотрению */
    height: auto;
    flex-shrink: 0;
}

.advantages-statick_item h3 {
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
}

.advantages-statick_item p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

/* Адаптив для планшетов */
@media (max-width: 1000px) {
    .advantages-statick_item {
        flex: 1 1 calc(50% - 20px); /* 2 элемента в ряд */
    }
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .advantages-statick_item {
        flex: 1 1 100%; /* 1 элемент в ряд */
    }
}

@media (max-width: 911px) {
    .slicky-meny {
        display: none !important;
    }
}
@media(max-width: 1250px) {
    .banner-two-section {
        position: relative;
        display: block;
    }

    .banner-two-section h1 {
        font-weight: 400;
        font-size: 48px;
        line-height: 117%;
    }

    .left-section {
        max-width: 640px;
        margin-bottom: 64px;
    }

    .banner-two-section .title-h1 {
        font-size: 48px;
        line-height: 117%;
    }

    .utp-wrapper {
        width: 460px;
        max-width: 100%;
        padding: 88px 28px 28px 28px;
    }

    .utp-title {
        max-width: 180px;
        font-size: 28px;
        line-height: 124%;
    }
}

@media(max-width: 1130px) {
    .header-style-1__top .header__contacts .social-link-block {
        display: none;
    }
}
@media(max-width: 1060px){
    #orderCallButton{
        padding: 15px 5px;
    }
}
@media(max-width: 1024px) {
    .section-wrapper {
        margin-bottom: 60px;
    }

    .modal-content {
        margin: 30px auto;
    }
}
@media(max-width:910px){
    .mobile-menu{
    display: block;
    }
}

@media(max-width: 768px) {
    .style-1.main-banner {
        height: 621px;
        padding: 218px 24px 24px;
        margin-bottom: 52px;
    }
    .style-1.main-banner::before{
        padding-bottom: 746px;
    }
    .sticky-block-form {
        max-width: 300px;
    }

    .banner-subtitle p {
        max-width: 460px;
        font-size: 16px;
        line-height: 150%;
    }

    .utp-title {
        margin-bottom: 24px;
    }

    .title-h1_medium {
        font-size: 36px;
    }
    .title-h1{
        font-size:24px;
    }

    .container {
        padding: 0 18px;
    }

    .modal-content {
        margin: 40px auto;
    }

    .submenu-wrapper .right-section {
        display: none;
    }
    .yoast-breadcrumbs{
        margin-bottom: 0;
    }
    .menu-list li a {
        font-size: 12px;
    }
}

@media(max-width: 650px) {
    .article-text {
        flex-direction: column;
    }

    .article-text .sticky-block-form {
        max-width: unset;
    }

    .article-text .sticky-block-form .utp-wrapper {
        width: unset;
    }

}

@media(max-width: 550px) {
    .mobile-description__contacts{
        gap:15px;
    }
    .navigation-menu{
        height: 621px;
    }
    .style-1.main-banner::before{
        padding-bottom: 327px;
    }
    .style-1.main-banner {
        padding: 165px 24px 24px;
        margin-bottom: 32px;
    }

    .banner-two-section .title-h1 {
        font-size: 28px;
        line-height: 133%;
    }

    .section-wrapper {
        margin-bottom: 32px;
    }

    .strikethrough {
        text-decoration: line-through;
        margin-right: 10px;
    }

    .modal-content {
        margin: 60% auto;
    }

    .section-error h1 {
        font-size: 140px;
    }

}


@media(max-width: 425px) {
    .modal-content {
        margin: 60% 10px;
    }

}

.section-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-top a {
    width: 174px;
    border-radius: 8px;
    padding: 15px 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: background-color ease-in-out .3s, color .3s ease-in-out, border .3s ease-in-out;
}

.section-top a:hover {
    background-color: #eac113;
}

.section-top {
    margin-bottom: 40px;
}

.contact-page {
    padding: 0 0 70px 0;
}
.agree, .wpcf7-acceptance.invert{
    display: none !important;
}
@media(max-width:400px){
        .mobile-description__contacts{
        gap:10px;
    }
}
