@font-face {
    font-family: "Calibri";
    src: url("/wp-content/themes/allreadynewFM/assets/fonts/Calibri.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "Calibri";
    src: url("/wp-content/themes/allreadynewFM/assets/fonts/Calibri-Bold.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}
:root{
    --site-color: #3399CC;
    --grad-l-blue: linear-gradient(94.79deg, #82D4FC -3.99%, #41B5EF 31.72%, #3399CC 96.38%);
    --grad-d-blue: linear-gradient(94.79deg, #369FD4 -3.99%, #00548F 96.38%);
    --grad-green: linear-gradient(94.6deg, #82E561 1.79%, #26D367 56.47%, #19BC6A 96.37%);
}

*{
    font-family: "Calibri", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
ul li{
    list-style: none;
}
h1{
    font-weight: 700;
    font-size: 50px;
    color: #182844;
    margin-bottom: 20px;
}
main{
    background: #F7F7F7;
    margin-top: 147px;
}
main.white{
    background: #fff;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"]
{
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    border: none;
}
input[type="text"]:active,
.search button[type="submit"]:active,
input[type="tel"]:active,
input[type="email"]:active,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
.search button[type="submit"]:focus{
    border: none;
    outline: none;
}
@-moz-document url-prefix() {
    * {
        scrollbar-width: thin !important;
        scrollbar-color: var(--site-color) #fff !important;
    }
}
::-webkit-scrollbar-button {
    width: 6px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: var(--site-color);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--site-color);
}

::-webkit-resizer {
    width: 4px;
    height: 0px;
}

::-webkit-scrollbar {
    width: 6px;
}
header{
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    margin: 0 auto;
    z-index: 1000;
    width: 100%;
}
.header_top{
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}
.header_top_left{
    padding: 15px 0 6px 0;
    display: flex;
    justify-content: space-between;
    max-width: 587px;
    width: 100%;
}
.block_logo{
    max-width: 190px;
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}
.logo{
    display: inline-block;
    height: 34px;
}
.block_logo span{
    display: flex;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    color: #00000099;
}
.block_links{
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 4px;
}
.block_links a:nth-child(1){
    margin-right: 4px;
    height: auto;
}
.block_links a{
    color: #000000;
    height: 32px;
}
.btn{
    padding: 9px 21px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22.4px;
    color: #fff;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    display: inline-block;
    max-height: 40px;
}
.btn_big{
    padding: 17px 48px;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
}
.btn_medium{
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
}
.btn_small{
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border: none;
}
.btn:active{
    border: none;
}
.btn_outline_gray{
    color: #000;
    border: 1px solid #DDDDDD;
}
.btn_green{
    background: #30CA68;
}
.btn_green:hover{
    background: #182844;
    color: #fff;
}
.btn_outline{
    background: #fff;
    border: 2px solid var(--site-color);
    color: var(--site-color);
}
.btn_outline:hover{
    background: var(--site-color);
    color: #fff;

}
.btn_medium.btn_outline{
    padding: 12px 22px;
}
.btn_big.btn_outline{
    padding: 15.5px 48px;

}
.btn_green:hover{
    background: #182844;
    color: #fff;
}
.btn_blue{
    background: var(--site-color);
}
.btn_blue:hover{
    background: #182844;
    color: #fff;
}
.btn_simple{
    background: var(--site-color);
  
}
.btn_dark{
    background: #182844;
    color: #fff;
}
.btn_dark:hover{
    background: var(--site-color);
}
.btn_outline_gray:hover{
    border-color: var(--site-color);
}
.btn_border{
    background: var(--site-color);
    padding: 12px 44px;
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 52px;
    transition: all .2s ease-in;
}
.btn_border:hover{
    background: #fff;
    color: var(--site-color);
}

.header_top_right{
    display: flex;
    gap: 18.7px;
    flex-wrap: nowrap;
}
.block_buttons{
    display: flex;
    gap: 12px;
    align-items: center;
}
.block_phones{
    position: relative;
    max-width: 208px;
    width: 100%;
}
.block_phone{
    padding: 14px 24px 0 14px;
}
.block_phone a{
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: #000000;
    letter-spacing: 1px;
    position: relative;
}
.block_phone a::after{
    content: "";
    background-color: var(--site-color);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%233399CC' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%233399CC' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    top: 10px;
    right: -20px;
    width: 10px;
    height: 6px;
    transition: all .2s ease-in;
}
.block_phone span{
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    color: #636363;
    text-align: right;
}
.phones_list{
    display: none;
    position: absolute;
    right: 0;
    border-radius: 8px;
    padding: 16px 20px;
    max-width: 208px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 20px 0px #0000001A;
    z-index: 3;

}
.phones_list a{
    display: block;
    width: 100%;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 26px;
}
.phones_list a:hover{
    color: var(--site-color);
}
.block_phones:hover .phones_list{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.block_phones:hover .block_phone a::after{
    transform: rotate(180deg);
}
.block_info{
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.block_basket{
    display: flex;
    padding-top: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.block_basket span{
    display: block;
    width: 100%;
    text-align: center;
    color: #636363;
    font-size: 14px;
    line-height: 100%;
}
.basket_img{
    display: flex;
    position: relative;
    justify-content: center;
}
.basket_img img{
    width: 24px;
    height: 21px;
}
.block_basket .basket_count{
    color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--site-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
.header_bottom_left .catalog_btn_block{
    padding: 12px 0;
    padding-right: 56px;
}
.header_bottom_left .catalog_btn_block:hover .header_modal_catalog{
    display: block;
}
.catalog_button{
    padding: 13px 48px 13px 54px;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    line-height: 16px;
    position: relative;
    cursor: pointer;
    border: 2px solid var(--site-color);
    border-radius: 8px;
}
.catalog_button:before{
    content: "";
    background-color: var(--site-color);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='3' fill='%233399CC'/%3E%3Crect y='7' width='20' height='3' fill='%233399CC'/%3E%3Crect y='14' width='20' height='3' fill='%233399CC'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='20' height='17' viewBox='0 0 20 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='3' fill='%233399CC'/%3E%3Crect y='7' width='20' height='3' fill='%233399CC'/%3E%3Crect y='14' width='20' height='3' fill='%233399CC'/%3E%3C/svg%3E%0A");
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    top: 14px;
    left: 20px;
    width: 20px;
    height: 17px;
    /*transition: all .2s ease-in;*/
}
.catalog_button::after{
    content: "";
    background-color: #000000;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%233399CC' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%233399CC' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    top: 20px;
    right: 24px;
    width: 10px;
    height: 6px;
    transition: all .2s ease-in;
}
/*.gradient-border {*/
/*    position: relative;*/
/*    border-radius: 8px; !* можно вынести в модификатор *!*/
/*    z-index: 1;*/
/*    display: inline-block;*/
/*}*/

/*.gradient-border::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    padding: 2px; !* толщина бордера *!*/
/*    border-radius: inherit;*/
/*    background: var(--grad-l-blue);*/
/*    -webkit-mask:*/
/*            linear-gradient(#fff 0 0) content-box,*/
/*            linear-gradient(#fff 0 0);*/
/*    -webkit-mask-composite: xor;*/
/*    mask-composite: exclude;*/
/*    z-index: -1;*/
/*}*/

.header_bottom{
    display: flex;
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
}
.header_mobile{
    display: none;
}
/*header menu*/
.header_bottom_right{
    width: 100%;
    display: flex;
    gap: 24px;
}
.header_bottom_right nav{
    width: 100%;
}
.header_bottom_right nav ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
	margin-bottom: 0;
}
.header_bottom_right a{
    color: #000000;
    line-height: 18px;
    font-weight: 700;
}
.header_bottom_right nav ul .dropdown_list{
    display: none;
}
.header_bottom_right nav ul .dropdown_control{
    padding-right: 30px;
}
.header_bottom_right nav ul li{
    padding: 24px 20px 24px 16px ;
    position: relative;
}
.dropdown_control .control{
    position: relative;
    line-height: 18pч;
}
.dropdown_control .control::after{
    content: "";
    background-color: #000000;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%233399CC' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L5 5L1 1' stroke='%233399CC' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    position: absolute;
    top: 8px;
    right: -17px;
    width: 10px;
    height: 6px;
    transition: all .2s ease-in;
}
.dropdown_control:hover > .dropdown_list {
    display: block;
    width: auto;


}
.dropdown_list{
    position: absolute;
    top: 99%;
    left: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px #0000001A;
    overflow: hidden;
    white-space: nowrap;
    width: max-content;
    z-index: 20;
}
.header_bottom_right .dropdown_list li{
    padding: 0;
    border-bottom: 1px solid #D6EBF6;
}
.header_bottom_right .dropdown_list li:nth-last-child(1){
    border-bottom: none;
}
.header_bottom_right .dropdown_list li a{
    display: block;
    padding: 16px 16px 15px 16px;

}
.header_bottom_right .dropdown_list li a:hover{
    background: #3399CC1A;
    color: var(--site-color);

}
/*header menu*/
/*header search*/
.search_wrap{
    padding: 13px 0;
    max-width: 320px;
    width: 100%;
    position: relative;
}
.search{
    width: 100%;
    position: relative;

}
.search input{
    padding: 12px 42px 10px 16px;
    border: 1px solid #E2E2E2;
}
.search input[type="text"]:active,
.search input[type="text"]:focus{
    border: 1px solid var(--site-color);
}
.search button[type="submit"]{
    position: absolute;
    width: 36px;
    height: 36px;
    top: 4px;
    right: 4px;
    background: var(--site-color);
    border-radius: 6px;
    border: none;
    outline: none;
    cursor: pointer;
}
.search-dropdown{
    position: absolute;
    top: calc(100% - 11px);
    left: 0;
    max-height: 464px;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    overflow-y: auto;
    width: 100%;
    padding: 8px 0;
    background: #fff;
}
.search-dropdown a{
    display: block;
    width: 100%;
    padding: 8px 16px;
}
.search-dropdown a:hover{
    background: #F8F8F8;
    color: var(--site-color);
    font-size: 16px;
}
.search-dropdown a:nth-last-child(1){
    border-bottom: none;
}
.search-dropdown_none{
    padding: 16px 0;
    position: absolute;
    top: calc(100% - 11px);
    left: 0;
    max-height: 464px;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    overflow-y: auto;
    width: 100%;
    background: #fff;
    text-align: center;
}
.search-dropdown_none span{
    display: block;
}
.search-dropdown_title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.search-dropdown_text{
    font-weight: 400;
    margin-bottom: 20px;
}
.search-dropdown_none a{
    width: fit-content;
    color: #fff;
    margin: 0 auto;
}
/*header search*/
/*modal*/
@keyframes mmfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mmfadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes mmslideIn {
    0% {
        transform: translateY(15%)
    }
    to {
        transform: translateY(0)
    }
}

@keyframes mmslideOut {
    0% {
        transform: translateY(0)
    }
    to {
        transform: translateY(-10%)
    }
}
.modal[aria-hidden=false] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0,0,.2,1)
}
.modal[aria-hidden=false] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0,0,.2,1)
}
.modal[aria-hidden=true] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0,0,.2,1)
}
.modal[aria-hidden=true] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0,0,.2,1)
}
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999
}
.modal__container {
    position: relative;
    background: #f8f8f8;
    padding: 60px;
    max-width: 580px;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box
}
.modal__container .content_header_form {
    padding: 0
}
.modal__overlay.dark {
    padding: 0 10px;
    background-color: #00000080
}
.formModal .modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    transition: all .2s ease-in
}
.modal.is-open {
    display: block
}
.modal {
    display: none
}
.modal__container.formModal{
    padding: 30px 32px;
    background: #EBF5FB;
    border-radius: 12px;
    max-width: 400px;
    width: 100%;
}
.content_form .form_title{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    display: block;
}
.content_form .form_info{
    text-align: center;
    margin-bottom: 20px;
    color: #404D54;
    display: block;
}
.content_form_block{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.j4kform.content_form_block .form-button, .j4kform.content_form_block .form-button button {
	width:100%;
}
.j4kform.content_form_block .form-button button {
	background-color: #39c;
    border: 0;
    height: 52px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
}
.j4kform.content_form_block .form-button button:disabled {
	opacity: 0.5;
}
.simple_input{
    width: 100%;
    position: relative;
}
.error_text{
    display: none;
}
.error .error_text{
    display: block;
    width: 100%;
    position: absolute;
    line-height: 16px;
    font-size: 14px;
    color: #FF0000;
    padding: 6px 8px;
    top: calc(100% - 2px);
    background: #fff;
    box-shadow: 0px 2px 16px 0px #B0C5D299;
    border-radius: 8px;
    z-index: 2;
}
.error_text:before{
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    left: 16px;
    bottom: 100%;
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.form-block-chek .error_text:before{
    left: 5px;
}
.content_form_block input[type="text"],
.content_form_block input[type="tel"],
.content_form_block input[type="email"]{
    border: 1px solid #fff;
    padding: 15px;
    line-height: 20px;
}
.content_form_block input[type="text"]:focus,
.content_form_block input[type="tel"]:focus,
.content_form_block input[type="email"]:focus{
    border: 1px solid var(--site-color);
}
.content_form_block input[type="submit"]{
    width: 100%;
    /*border: none;*/
    /*outline: none;*/
    /*background: var(--site-color);*/
    /*color: #fff;*/
    /*padding: 16px;*/
    /*font-weight: 700;*/
    /*text-align: center;*/
    /*border-radius: 8px;*/
    /*cursor:pointer;*/
    /*line-height: 20px;*/
}
.content_form_block input[type="submit"]:active,
.content_form_block input[type="submit"]:focus{
    border: none;
    outline: none;
}
.capcha_block{
    width: 100%;
    padding: 8px;
    height: 52px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 8px;
}
.capcha_block .capcha_ico{
    border: 1px solid #B7B7B7;
    width: 36px;
    height: 36px;
    border-radius: 8px;
}
.capcha_block .capcha_ico svg{
    display: none;
}
.capcha_block.active .capcha_ico{
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--site-color);
    border: none;
}
.capcha_block.active .capcha_ico svg{
    display: block;
}

#check_modal,
#check_demonstration{
    position: absolute;
    z-index: -1;
    opacity: 0;

}

#check_modal + label::before,
#check_demonstration + label::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #404D54;
    border-radius: 4px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.error #check_modal + label::before,
.error #check_demonstration + label::before{
    border: 1px solid #FF0000;
}

#check_modal:checked+label::before,
#check_demonstration:checked+label::before{
    border-color: var(--site-color);
    background-color: var(--site-color);
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.47887 3L0 4.5L4.43662 9L11.831 1.5L10.3521 0L4.43662 6L1.47887 3Z' fill='white'/%3E%3C/svg%3E%0A");
}
.form-block-chek {
    display: flex;
    min-height: 28px;
    align-items: start;
    font-size: 13px;
    color: #404D54;
    position: relative;
}
.form-block-chek a{
    font-size: 13px;
    color: #404D54;
    text-decoration: underline;
}
.form-block-chek p{
    font-size: 13px;
    color: #404D54;

}
.content_form_block.links a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 13.5px;
    line-height: 25px;
    font-size: 18px;
    min-height: 52px;
}
.content_form_block.links a span{
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}
.content_form_block.links .whatsapp{
    background: #26D367;
}
.content_form_block.links .telegram{
    background: #25A3E1;
}
.content_form_block.links .max{
    background: linear-gradient(90deg, #44C3FD 32.58%, #A65DDC 65.91%), /* основной фон */
    radial-gradient( 72.42% 81.48% at 50% 18.52%, #1F4AF7 0%,
            rgba(31, 74, 247, 0.689474) 44.71%,
            rgba(31, 74, 247, 0.1) 82.21%,
            rgba(31, 74, 247, 0) 100% ); /* дополнительный эффект */
    background-blend-mode: overlay;

}
.content_form_block.links .phone{
    background: var(--grad-d-blue);

}
#mobile_search{
    display: none;
}
.mobile-menu{
    display: none;
}
/*modal*/
/*catalog menu*/
.category-tabs {
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    background: #fff;
}

.tab-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    padding-top: 16px;
}

.tab-button {
    /*padding: 14px 14px;*/
    background: #fff;
    cursor: pointer;
    font-weight: 700;
    border: 2px solid #E2E2E2;
    border-radius: 8px;
    text-align: center;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 222px;
    gap: -10px;
    position: relative;
    z-index: 0;

}
.tab-buttons-wrap{
 display: flex;
}

/* первый элемент */
.tab-buttons-wrap .tab-button:first-child {
    margin-right: -10px;
}

/* второй элемент */
.tab-buttons-wrap .tab-button:nth-child(2) {
    margin-left: -10px;
}

.tab-buttons-wrap .tab-button.active{
    z-index: 10;
    width: 222px;
    border: 2px solid var(--site-color);
}
/*.gradient-border.active .tab-button{*/
/*    border: none;*/
/*    position: relative;*/
/*    z-index: -2;*/
/*}*/

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.category-item {
    height: 100%;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.category-item a,
.category-item .usage_item{
    display: flex;
    justify-content: start;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    padding: 14px;
    gap: 24px;
    flex-wrap: nowrap;
    align-items: center;
}
.category-item .usage_item{
    flex-wrap: wrap;
    padding-bottom: 24px;
}
.category-item .usage_item div{
    display: flex;
    gap: 24px;
    justify-content: start;
    align-items: center;
}
.usage_sub_list{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.usage_sub_list li{
    padding-left: 32px;
    position: relative;
}
.header_modal_catalog{
    border-top: 1px solid #E2E2E2;
    display: none;
    position: fixed;
    top: 147px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
}
.usage_sub_list li:before{
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: var(--site-color);
    position: absolute;
    top: calc(50% - 2.5px);
    left:14px;
    border-radius: 50%;
}
.usage_sub_list li a{
    display: block;
    border: none;
    font-weight: 700;
    font-size: 19px;
    line-height: 20px;
    color: #000000;
    padding: 0;
}
.usage_sub_list li a:hover{
    color: var(--site-color);
}
.category-item a span,
.category-item .usage_item span{
    font-weight: 700;
    font-size: 19px;
    color: #000000;
}
.category-item a:hover span{
    color: var(--site-color);
}
.category-item a:hover img{
    scale: 1.05;
    transition: all .2s ease-in;
}

.category-item.column-4 {
    grid-column: 4;       /* отправляем в 4‑ю колонку */
    grid-row: 1 / span 3; /* растягиваем на высоту трёх строк */
}

.column-4 .column-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.column-4 .column-flex a {
    flex: 1; /* оба блока делят высоту поровну */
}
.has-submenu .dropdownBlock{
    display: none;
}
.body-lock {
    overflow: hidden;
}
/*поправить*/
.city-switcher {
    display: flex;
    gap: 11px;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    width: 100%;
    padding: 2px;
    justify-content: space-between;
}

.city-option {
    position: relative;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: auto;
    border-radius: 6px;
    overflow: hidden;
}

.city-option input[type="radio"] {
    display: none;
}

.city-option span {
    display: inline-block;
    padding: 16px 15px;
    color: #000;
 }

.city-option input[type="radio"]:checked + span {
    background: var(--site-color);
    color: #fff;
    font-weight: 700;

}

/*catalog menu*/
/*footer*/
footer{
    background: #182844;
    width: 100%;
}
.footer_wrapper{
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
}
.footer_logo{
    padding: 40px 0 18px 0;
    display: flex;
    justify-content: start;
}
.footer_logo a{
    display: inline-block;
    width: 214px;
    height: 38px;
}
.footer_logo a img{
    width: 214px;
    height: 38px;
}
.footer_block{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    gap:60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #CCCCCC;
}
.footer_block_info{
    max-width: 245px;
    width: 100%;
}
.footer_block_contacts{
    max-width: 190px;
    width: 100%;
}
.footer_block_menu{
    max-width: 675px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}
.footer_block_menu nav{
    flex: 1;
}
.footer_block_info_text{
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.footer_block_info_text p{
    font-size: 14px;
    color: #fff;
    width: 100%;
}
.footer_block_info_links{
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.footer_block_info_links .info_links_top{
    display: flex;
    gap: 10px;
    justify-content: start;

}
.footer_block_info_links .info_links_top a,
.footer_block_info_links .info_links_top img{
    width: 40px;
    height: 40px;
}
.footer_block_menu .menu_title{
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 20px;
    color: #fff;
    display: block;
}
.footer_block_menu ul{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.footer_block_menu ul li{
    display: block;
    width: 100%;
}
.footer_block_menu ul li a{
    line-height: 18px;
    color: #fff;
    width: 100%;
    display: inline;
}
.footer_block_menu ul li a:hover{
    text-decoration: underline;
}
.footer_block_contacts .phone{
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #fff;
    display: block;
    margin-bottom: 4px;
}
.footer_block_contacts .work{
    display: block;
    color: #636363;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer_block_contacts .mail{
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 15px;
}
.footer_block_contacts .address span{
    display: block;
    color: #fff;
    font-weight: 700;
}
.footer_block_contacts .address .address_title{
    color: #636363;
    margin-bottom: 4px;
}
.footer_block_contacts .address span:nth-last-child(1){
    margin-top: 8px;
}
.footer_block_bottom{
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_policies{
    display: flex;
    flex-wrap: wrap;
    max-width: 190px;
    width: 100%;
}
.footer_policies a{
    display: block;
    color: #3399CF;
    font-size: 14px;
    line-height: 18px;
}
.footer_policies a:hover{
    text-decoration: underline;
}
.footer_block_bottom .footer_copyright span{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.footer_rating span{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
.footer_rating a{
    font-size: 14px;
    line-height: 18px;
    color: #3399CC;
}
.footer_rating a:hover{
    text-decoration: underline;
}

/*footer*/
.container{
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
	padding: 0;
}
.breadcrumbs{
    margin: 0 auto 0 auto;
    display: flex;
    gap: 15px;
    padding-top: 24px;
    padding-bottom: 10px;
	flex-wrap: wrap;
}
.breadcrumbs .breadcrumbs__link{
    color: var(--site-color);
    font-size: 15px;
}
.breadcrumbs .breadcrumbs__separator,
.breadcrumbs .breadcrumbs__link.breadcrumbs__link--current{
    font-size: 15px;
    color: #666666;
}

.breadcrumbs .breadcrumbs__link:not(.breadcrumbs__link--current):after {
    content: '\\\\';
    padding: 0 15px;
    color: #333;
}

.arrow_prev{
    content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5.03125L6 9.03125L10 13.0312' stroke='%23182844' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 52px;
    height: 52px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    transition: .2s ease;
    border: 1px solid #DDDDDD;
    cursor: pointer;
}
.arrow_next{
    content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 5.03125L12 9.03125L8 13.0312' stroke='%23182844' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 52px;
    height: 52px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px;
    transition: .2s ease;
    border: 1px solid #DDDDDD;
    cursor: pointer;
}
.arrow_prev:hover, .arrow_next:hover{
    border-color: var(--site-color);
}
.format-content ul.slick-dots li:before {
	content: none;
}
.format-content ul.slick-dots {
    margin: 10px 0 10px;
}
.slick-dots {
    position: relative;
}
/*media*/
@media screen and (max-width: 1230px){
    header,footer,.container,
    .header_modal_catalog{
        padding: 0 15px;
    }
    .breadcrumbs{
        padding: 24px 15px 10px 24px;
    }
}
@media screen and (max-width: 1200px){
    .header_top_left {
        max-width: 540px;
    }
    .block_info {
        gap: 4px;
    }
    .header_top_right {
        gap: 0;
    }
    .search_wrap {
        max-width: 250px;
    }
}
@media screen and (max-width: 1130px){
    header{
        padding: 0;
    }
    main{
        margin-top: 50px;
    }
    .header_mobile{
        display: flex;
        flex-wrap: nowrap;
        padding: 6px 0;
        align-items: center;
        justify-content: space-between;
        height: 50px;
        position: relative;
        padding: 0 15px;
    }
    .header_top,
    .header_bottom{
        display: none;
    }
    .header_mobile_buttons{
        display: flex;
        align-items: center;
        gap: 20px;
        justify-content: space-between;
    }
    .burger{
        background: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='19' viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='25' height='3' fill='%233399CC'/%3E%3Crect y='8' width='25' height='3' fill='%233399CC'/%3E%3Crect y='16' width='25' height='3' fill='%233399CC'/%3E%3C/svg%3E");
        display: inline-block;
        border: none;
        width: 25px;
        height: 19px;
        transition: all .2s ease-in;
    }
    .burger.active{
        background-image: url("data:image/svg+xml,%3Csvg width='25' height='21' viewBox='0 0 25 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.07308 20.7308L2 18.6577L10.2923 10.3654L2 2.07308L4.07308 0L12.3654 8.29231L20.6577 0L22.7308 2.07308L14.4385 10.3654L22.7308 18.6577L20.6577 20.7308L12.3654 12.4385L4.07308 20.7308Z' fill='%233399CC'/%3E%3C/svg%3E%0A");
        width: 25px;
        height: 21px;
    }
    .mobile_search_btn{
        background: #fff;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 1C16.5228 1 21 5.47715 21 11C21 13.3108 20.2137 15.4366 18.8975 17.1299L23.3838 21.6162C23.8719 22.1044 23.8719 22.8956 23.3838 23.3838C22.8956 23.8719 22.1044 23.8719 21.6162 23.3838L17.1299 18.8975C15.4366 20.2137 13.3108 21 11 21C5.47715 21 1 16.5228 1 11C1 5.47715 5.47715 1 11 1ZM11 3.5C6.85786 3.5 3.5 6.85786 3.5 11C3.5 15.1421 6.85786 18.5 11 18.5C15.1421 18.5 18.5 15.1421 18.5 11C18.5 6.85786 15.1421 3.5 11 3.5Z' fill='%23182844'/%3E%3C/svg%3E");
        display: inline-block;
        border: none;
        width: 24px;
        min-width: 24px;
        height: 24px;
        transition: all .2s ease-in;
        cursor: pointer;
    }
    .mobile_search_btn.active{
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 4L20 20M20 4L4 20' stroke='%23182844' stroke-width='2.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
        width: 24px;
        height: 24px;
        padding: 4px;
        transition: all .2s ease-in;
        background-repeat: no-repeat;
    }
    .block_basket{
        margin-right: 8px;
        padding-top: 0;
    }
    .block_basket img{
        width: 26px;
        height: 22.75px;
    }
    .callback_btn{
        background: #EBF5FB;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        padding: 4.5px 12px;
        height: 28px;
        margin-right: 9px;
    }
    .callback_btn span{
        font-size: 14px;
        font-weight: 700;
        line-height: 14px;
        color: #182844;
    }
    .header_mobile_logo{
        height: 26px;
    }
    #mobile_search.active{
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #fff;
        display: block;
        height: 100vh;
        padding: 8px 15px;
        z-index: 999;
        overflow-y: auto;
    }
    .mobile-menu.active{
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #fff;
        display: block;
        height: 100vh;
        z-index: 999;
        overflow-y: auto;
    }
    .mobile_modal_catalog{
        padding-bottom: 30px;
    }
    .mobile-menu-block .menu-item{
        width: 100%;
    }
    .mobile-menu-block li{
        border-bottom: 1px solid #F0F0F0;
    }
    .mobile-menu-block a,
    .mobile-menu-block span{
        padding: 19px 20px 20px 20px;
        font-weight: 700;
        display: block;
        color: #000000;
    }
    .has-submenu{
        position: relative;
    }
    .has-submenu .submenu_title:before{
        content: "";
        background-color: var(--site-color);
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3515_7683)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0453 8.20434C12.256 8.41528 12.3743 8.70122 12.3743 8.99934C12.3743 9.29747 12.256 9.58341 12.0453 9.79434L7.80328 14.0378C7.59224 14.2488 7.30604 14.3673 7.00764 14.3672C6.70925 14.3671 6.42311 14.2485 6.21216 14.0375C6.00121 13.8264 5.88274 13.5402 5.88281 13.2418C5.88288 12.9434 6.00149 12.6573 6.21253 12.4463L9.65953 8.99934L6.21253 5.55234C6.0075 5.34026 5.89397 5.05614 5.8964 4.76116C5.89882 4.46619 6.017 4.18397 6.22549 3.97529C6.43398 3.7666 6.71608 3.64815 7.01106 3.64545C7.30603 3.64275 7.59026 3.75601 7.80253 3.96084L12.046 8.20359L12.0453 8.20434Z' fill='%233399CC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3515_7683'%3E%3Crect width='18' height='18' fill='white' transform='translate(7.86805e-07 18) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3515_7683)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.0453 8.20434C12.256 8.41528 12.3743 8.70122 12.3743 8.99934C12.3743 9.29747 12.256 9.58341 12.0453 9.79434L7.80328 14.0378C7.59224 14.2488 7.30604 14.3673 7.00764 14.3672C6.70925 14.3671 6.42311 14.2485 6.21216 14.0375C6.00121 13.8264 5.88274 13.5402 5.88281 13.2418C5.88288 12.9434 6.00149 12.6573 6.21253 12.4463L9.65953 8.99934L6.21253 5.55234C6.0075 5.34026 5.89397 5.05614 5.8964 4.76116C5.89882 4.46619 6.017 4.18397 6.22549 3.97529C6.43398 3.7666 6.71608 3.64815 7.01106 3.64545C7.30603 3.64275 7.59026 3.75601 7.80253 3.96084L12.046 8.20359L12.0453 8.20434Z' fill='%233399CC'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3515_7683'%3E%3Crect width='18' height='18' fill='white' transform='translate(7.86805e-07 18) rotate(-90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        display: inline-block;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        position: absolute;
        top: 18px;
        right: 15px;
        width: 18px;
        height: 18px;
    }

    .mobile-menu_contacts{
        padding: 20px;
        display: flex;
        gap: 40px;
        width: 100%;
        flex-wrap: wrap;
    }
    .mobile-menu_contacts_address .address{
        font-weight: 700px;
        color: #525D73;
        margin-bottom: 8px;
        display: block;
    }
    .mobile-menu_contacts_address .address_mail{
        line-height: 100%;
        color: #525D73;
        display: block;
        text-decoration: underline;
    }
    .mobile-menu_contacts_mess .contacts_mess_links{
        display: flex;
        gap: 32px;
        justify-content: start;
    }
    .mobile-menu_contacts_mess a{
        height: 40px;
    }
    .mobile-menu_contacts_mess img{
        width: 40px;
        height: 40px;
    }
    .mobile-menu_contacts_buttons{
        display: flex;
        gap: 10px;
        width: 100%;
    }
    .mobile-menu_contacts_buttons button,
    .mobile-menu_contacts_buttons a{
        width: calc(50% - 5px);
    }
    .search_wrap{
        max-width: 100%;
        padding: 0;
    }
    .search_wrap .search{
        margin-bottom: 8px;
    }
    .search-dropdown,
    .search-dropdown_none{
        position: relative;
    }
    .search-dropdown a {
        padding: 12px 16px;
        color: #636363;
        border-bottom: 1px solid #F0F0F0;
    }
    .modal__container.formModal {
        padding: 28px 20px;

    }
    .has-submenu .dropdownBlock.active{
        display: block;
        position: absolute;
        top: 0;
        background: #fff;
        width: 100%;
        overflow: hidden;
        /*margin: 0 -12px;*/
    }
    .mobile_modal_catalog .category-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
    }
    .mobile_modal_catalog .category-grid .category-item{
        display: block;
        width: 100%;


    }
    .mobile_modal_catalog .category-grid .category-item a,
    .category-item .usage_item div{
        display: flex;
        padding: 5px 20px;
        gap: 10px;
        border: none;
        border-bottom: 1px solid #F0F0F0;
        border-radius: 0;
        width: 100%;
    }
    .category-item .usage_item div{
        border: none;
    }
    .usage_sub_list{
        gap: 0;
    }
    .usage_sub_list li{
        padding-left: 0;
        border: none!important;
    }
    .usage_sub_list li a{
        padding:12px 20px 12px 80px!important;
        border: none!important;
    }

    .usage_sub_list li:before{
        content: none;
    }
    .category-item .usage_item {
        display: flex;
        justify-content: start;
        border: none;
        border-radius: 0;
        padding: 0;
        gap: 0px;
        flex-wrap: wrap;
        align-items: center;
    }
    .category-item .usage_item span{
        color: #525D73;
    }
    .category-item a span, .category-item .usage_item span,
    .usage_sub_list li a{
        font-size: 16px;
    }
    .category-item a span, .category-item .usage_item span {
        padding: 0;
    }

    .mobile_modal_catalog .category-grid .category-item img{
        width: 50px;
        height: 50px;
    }
    .mobile_modal_catalog .tab-buttons{
        padding:16px 20px;
        margin: 0;
        justify-content: center;
        width: 100%;
    }
    .tab-buttons-wrap .tab-button.active {
        z-index: 10;
        width: calc(50% + 20px);
    }
    .tab-buttons-wrap{
        width: 100%;
        display: flex;
    }
    .tab-button {

        width: 100%;
        height: 44px;

    }
    .tab-buttons-wrap .tab-button{

        width: calc(50% + 20px);
    }
    .back span{
        padding: 16px 44px;
        display: block;
        font-weight: 700;
        position: relative;
        background: var(--site-color);
        color: #fff;
    }
    .back span:before{
        content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.828 10.9999H20V12.9999H7.828L13.192 18.3639L11.778 19.7779L4 11.9999L11.778 4.22192L13.192 5.63592L7.828 10.9999Z' fill='white'/%3E%3C/svg%3E%0A");
        display: inline-block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 14px;
        left: 12px;
    }
    .footer_block {
        gap: 30px;
    }
}
@media screen and (max-width: 1000px){
    .footer_block_menu{
        display: block;
    }
    .footer_block_menu nav{
        flex: auto;
    }
    .footer_block_menu .menu_title{
        padding: 16px 15px;
        border-bottom: 1px solid #CCCCCC;
        border-top: 1px solid #CCCCCC;
        position: relative;
        margin: 0;
    }
    .footer_block_menu .menu_title:before{
        content: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9697 8L8.96973 12L4.96973 8' stroke='white' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 18px;
        height: 18px;
        position: absolute;
        top: 17px;
        right: 15px;
        transition: all .2s ease-in;
    }
    .footer_block_menu .active .menu_title:before{
        transform: rotate(180deg);
    }
    .footer_block_menu nav{
        width: 100%;
        /*height: 52px;*/
    }
    .footer_block_menu nav ul{
        display: none;
        padding: 16px 15px;
    }
    .footer_block_menu nav.active ul{
        display: flex;
    }
}
@media screen and (max-width: 768px){
    .footer_block {
        gap: 19px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_block_info,
    .footer_block_contacts{
        max-width: 100%;
    }
    .footer_block_menu nav {
        margin: 0 -15px 0 -15px;
        width: calc(100% + 30px);
    }
    .footer_logo a,
    .footer_logo a img{
        width: 202px;
        height: 36px;
    }
    .footer_logo {
        padding: 40px 0 20px 0;
        justify-content: center;
    }
    .footer_block_info_text p {
        font-size: 14px;
        line-height: 18px;
        color: #286C96;
        text-align: center;
    }
    .footer_block_info_links {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_block_contacts .work,
    .footer_block_contacts .mail{
        margin-bottom: 20px;
    }
    .footer_block_contacts .address{
        max-width: 264px;
    }
    .footer_block_bottom{
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px 0 15px 0;
    }
    .footer_copyright,
    .footer_rating,
    .footer_policies{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .footer_copyright{
        margin-bottom: 10px;
    }
    .footer_rating{
        margin-bottom: 4px;
    }
    .footer_policies a:first-child{
        margin-bottom: 4px;
    }
}
@media screen and (max-width: 600px){
    .breadcrumbs {
        padding: 24px 15px 18px 15px;
        flex-wrap: wrap;
        
    }
    h1{
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 10px;
    }
}
.ajax-on {
    opacity: 0.5;
}
.search-overlay {
	max-width: 1230px;
    width: 100%;
    margin: 0 auto;
	/*padding-bottom: 20px;*/
}
.search-overlay-mobile {
	width: 100%;
    margin: 0 auto;
	padding-bottom: 5px;
}
/* сетка остаётся */
.search-dropdown-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px;
  padding-bottom: 10px;
}
.search-dropdown-wrapper:empty {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 14px;
  padding-bottom: 0px;
}

.search-dropdown-wrapper-mobile {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 8px;	
}

/* карточка */
.search-item {
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  transition: 0.2s;
}
.search-item.info {
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fff;
  transition: 0.2s;
  color: #ccc;
  padding: 20px;
  display: flex;
  align-items: center;
}

.search-item:hover {
  box-shadow: 0 4px 10px rgba(0,0,0,0.06); 
}

.search-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 10px;
}
.search-dropdown-wrapper-mobile .search-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 6px;
}

/* 🔥 ГОРИЗОНТАЛЬНАЯ КОМПОНОВКА */
.search-card {
  display: flex;
  align-items: center;
  gap: 12px;
}
.search-dropdown-wrapper-mobile .search-card {
  display: flex;
  align-items: center;
  gap: 8px;
}

.search-card:hover .search-title {
	color: #3399cc;
}

/* 🔥 КАРТИНКА 100x100 */
.search-card img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 8px;
  background: #f5f5f5;
  min-height: 100px;
}
.search-dropdown-wrapper-mobile .search-card img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 8px;
  background: #f5f5f5;
  min-height: 60px;
}

/* текст справа */
.search-info {
  flex: 1;
}

.search-title {
  font-size: 16px;
    line-height: 1.4;
    color: #000;
    font-family: 'Calibri';
    font-weight: 700;
}


/* если длинный текст */
.search-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* нет результатов */
.no-result {
  grid-column: 1 / -1;
  text-align: center;
  padding: 20px;
  color: #999;
}
.nowrap {
    white-space: nowrap;
}

.about-tiles .tile {
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s ease;
}

.about-tiles .tile.show {
    opacity: 1;
    transform: translateY(0);
}