@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
:root {
    --extra-white: #fff;
    --lines-grey: #d9d9d9;
    --grey: #bdbdbd;
    --black: #333;
    --blue-gray: #6d7885;
    --stroke-light: #e5e5e5;
    --stroke-dark: #8c8c8c;
    --orange: #ff6800;
    --backgraund-black: #191919;
    --backgraund: #f5f5f7;
    --green: #00aca0;
    --red: #ed1c24;
}

:root {
    --font-family: "Ubuntu", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Raleway", sans-serif;
    --font3: "SF Compact", sans-serif;
    --font4: "SF Pro", sans-serif;
    --font5: "Ubuntu Sans", sans-serif;
    --font6: "Molot", sans-serif;
    --font7: "Gravity", sans-serif;
}
body{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--blue-gray);
    background: var(--backgraund);
}
.tygh-content > div{
    background: var(--backgraund);
}
.header-top-row{
    display: flex!important;
    align-content: center;
    align-items: center;
    height: 44px;
}
.tygh-top-panel{
    border-bottom: 1px solid var(--lines-grey);
    padding: 8px 0px;
    background: var(--backgraund);
}
.header-work-time{
    padding-left: 32px;
    position: relative;
}
.header-work-time:before{
    content: "";
    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='M22.1484 9.65625H16.1484C16.0453 9.65625 15.9609 9.74062 15.9609 9.84375V10.9688C15.9609 11.0719 16.0453 11.1562 16.1484 11.1562H22.1484C22.2516 11.1562 22.3359 11.0719 22.3359 10.9688V9.84375C22.3359 9.74062 22.2516 9.65625 22.1484 9.65625ZM19.0078 12.8438H16.1484C16.0453 12.8438 15.9609 12.9281 15.9609 13.0312V14.1562C15.9609 14.2594 16.0453 14.3438 16.1484 14.3438H19.0078C19.1109 14.3438 19.1953 14.2594 19.1953 14.1562V13.0312C19.1953 12.9281 19.1109 12.8438 19.0078 12.8438ZM11.1867 7.55859H10.1719C10.0266 7.55859 9.90936 7.67578 9.90936 7.82109V13.6336C9.90936 13.718 9.94921 13.7953 10.0172 13.8445L13.507 16.3898C13.6242 16.4742 13.7883 16.4508 13.8726 16.3336L14.475 15.5109V15.5086C14.5594 15.3914 14.5336 15.2273 14.4164 15.143L11.4469 12.9961V7.82109C11.4492 7.67578 11.3297 7.55859 11.1867 7.55859Z' fill='%23FF6800' /%3E%3Cpath d='M18.8625 15.7949H17.5078C17.3765 15.7949 17.2523 15.8628 17.182 15.9753C16.8844 16.4464 16.5375 16.8824 16.139 17.2808C15.4523 17.9675 14.6531 18.5066 13.7648 18.8816C12.8437 19.2706 11.8664 19.4675 10.8586 19.4675C9.84842 19.4675 8.87108 19.2706 7.95233 18.8816C7.06405 18.5066 6.26483 17.9675 5.57811 17.2808C4.89139 16.5941 4.35233 15.7949 3.97733 14.9066C3.58827 13.9878 3.39139 13.0105 3.39139 12.0003C3.39139 10.9902 3.58827 10.0152 3.97733 9.09407C4.35233 8.20579 4.89139 7.40657 5.57811 6.71986C6.26483 6.03314 7.06405 5.49407 7.95233 5.11907C8.87108 4.73001 9.85077 4.53314 10.8586 4.53314C11.8687 4.53314 12.8461 4.73001 13.7648 5.11907C14.6531 5.49407 15.4523 6.03314 16.139 6.71986C16.5375 7.11829 16.8844 7.55423 17.182 8.02532C17.2523 8.13782 17.3765 8.20579 17.5078 8.20579H18.8625C19.0242 8.20579 19.1273 8.03704 19.0547 7.89407C17.5265 4.85423 14.4281 2.87845 10.9687 2.83861C5.90389 2.77532 1.69686 6.92142 1.68749 11.9816C1.67811 17.0511 5.7867 21.1644 10.8562 21.1644C14.3601 21.1644 17.5101 19.1816 19.0547 16.1066C19.1273 15.9636 19.0219 15.7949 18.8625 15.7949Z' fill='%236D7885' /%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top:50%;
    left:0px;
    transform: translateY(-50%);
}
.header-work-time p{
    padding: 0px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--black);
}

.header-phones{
    position: relative;
    margin-left: 32px;
    padding-left: 32px;
}
.header-phones a{
    font-family: var(--font-family)!important;
    font-weight: 500!important;
    font-size: 18px!important;
    letter-spacing: -0.03em!important;
    color: var(--black)!important;
}
.header-phones a i{
    font-style: normal;
}
.header-phones a i:nth-child(1){
    color: var(--blue-gray)!important;

}
.header-phones a i:nth-child(2){
    color: var(--orange)!important;
}
.header-phones a:hover,
.header-phones a:hover i{
    color: var(--orange)!important;
}
.header-phones.phones-a1:before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top:50%;
    left:0px;
    transform: translateY(-50%);
    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%3Cmask id='mask0_2074_18556' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='23' height='24'%3E%3Cpath d='M23 0H0V24H23V0Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_2074_18556)'%3E%3Cpath d='M16.0154 7.2975C16.0154 7.2975 17.6883 6.73899 19.0331 5.39844L19.0361 6.51521C18.3121 7.13159 17.3415 7.46054 17.3415 7.46054L16.0154 7.2975Z' fill='%230D0D0D' /%3E%3Cpath d='M22.1781 0L22.1752 0.693639C22.2917 4.92811 22.2836 9.19025 22.1481 13.4247C22.1481 13.3943 22.1481 13.3639 22.1481 13.3335L22.1426 15.3236L22.9967 14.7266V0.862241L22.1781 0Z' fill='%230D0D0D' /%3E%3Cpath d='M22.1781 0.688241L22.1782 0L19.513 0.392491C19.277 1.10837 18.9599 2.6811 16.0154 4.19855V7.29707C16.0154 7.29707 17.6882 6.7387 19.033 5.39815V15.0777L22.1429 15.3238L22.1483 13.3337C22.0318 9.1268 22.0426 4.89231 22.1781 0.688241Z' fill='%23414141' /%3E%3Cpath d='M22.1782 0.6875C22.2974 4.92473 22.2866 9.18964 22.1483 13.4241C22.029 9.18687 22.0399 4.92196 22.1782 0.6875Z' fill='%23ACACAC' /%3E%3Cpath d='M14.6058 22.5738L13.5484 18.8203L12.1761 18.8829L13.0658 22.0211L14.6058 22.5738Z' fill='%23820000' /%3E%3Cpath d='M11.3088 15.337L9.99384 10.5L10.7422 7.99023L12.7973 15.337H11.3088Z' fill='%23820000' /%3E%3Cpath d='M12.7974 3.49604L8.48643 2.66406L7.22838 6.35678C5.74528 11.0086 4.17816 15.6743 2.54596 20.293C5.53109 19.3781 7.51309 17.4958 9.03143 15.3371H8.55424L10.7422 7.99033L11.4363 10.4724C12.8381 6.52541 12.7974 3.49604 12.7974 3.49327V3.49604Z' fill='%23FF3F36' /%3E%3Cpath d='M12.8651 3.50715L12.7973 3.49609C12.7973 3.49609 12.838 6.52255 11.4363 10.4724L12.7973 15.3372H9.03133C7.51299 17.4958 5.53099 19.3781 2.54586 20.2931C2.10663 21.5313 1.6674 22.7696 1.22003 23.9996L6.40133 23.4468L7.61871 19.0907L13.5483 18.8198L14.6058 22.5734L18.3148 22.1615L12.8651 3.50715Z' fill='%23EB140A' /%3E%3Cpath d='M7.35551 5.96064C7.32837 6.04906 7.29856 6.13476 7.27146 6.22318L8.48603 2.66602L6.63427 3.63608L-0.000274658 22.9704L1.22017 24.0009C3.13706 17.9671 5.19461 11.9088 7.3528 5.96064H7.35551Z' fill='%23B80000' /%3E%3Cpath d='M7.35571 5.95898C5.4388 11.9928 3.37823 18.0516 1.22003 23.9997C3.13693 17.9659 5.19752 11.9071 7.35571 5.95898Z' fill='%23FDC9C4' /%3E%3C/g%3E%3C/svg%3E");

}
.header-phones.phones-mts{margin-left: 20px;}
.header-phones.phones-mts:before{
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top:50%;
    left:0px;
    transform: translateY(-50%);
    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='M5.94891 1.10782C5.4304 1.17538 4.85992 1.29124 4.58336 1.3852C3.19891 1.85555 2.14036 2.92896 1.66521 4.3444C1.38697 5.17332 1.37869 5.39386 1.37885 11.9645C1.37895 15.9397 1.39769 18.1571 1.43374 18.4598C1.51733 19.1612 1.66557 19.6856 1.93897 20.247C2.60877 21.6225 3.88292 22.5261 5.51486 22.7829C6.1504 22.883 18.4623 22.883 19.0978 22.7829C20.7044 22.5301 21.9728 21.6438 22.646 20.3037C22.931 19.7364 23.0605 19.2973 23.1589 18.5652C23.2687 17.7488 23.2686 6.16585 23.1588 5.3619C23.057 4.61596 22.9626 4.2916 22.6754 3.70232C22.1272 2.57703 21.15 1.74265 19.9342 1.36156C19.0205 1.07514 18.9308 1.07187 12.2408 1.0802C8.8645 1.08438 6.03316 1.09684 5.94891 1.10782ZM11.7319 3.96071C9.48421 4.50545 7.09498 8.18052 6.50535 12.0002C6.38412 12.7853 6.3808 14.2919 6.49881 14.9364C6.81919 16.686 7.61752 18.084 8.80848 18.9811C9.41001 19.4342 10.2943 19.7984 11.1566 19.9481C11.8339 20.0658 13.2938 20.0206 13.8893 19.8636C14.3861 19.7326 15.0899 19.441 15.5104 19.192C15.8796 18.9734 16.7724 18.096 17.0541 17.6749C17.5445 16.9418 17.9286 15.9491 18.1138 14.9364C18.2298 14.3017 18.2283 12.836 18.1108 12.0513C17.7097 9.37271 16.3898 6.63538 14.7476 5.07681C14.2991 4.65114 14.0324 4.46062 13.5355 4.21128C12.9208 3.9028 12.317 3.8189 11.7319 3.96071Z' fill='%23E31E24' /%3E%3Cpath d='M11.7319 3.96071C9.48421 4.50545 7.09498 8.18052 6.50535 12.0002C6.38412 12.7853 6.3808 14.2919 6.49881 14.9364C6.81919 16.686 7.61752 18.084 8.80848 18.9811C9.41001 19.4342 10.2943 19.7984 11.1566 19.9481C11.8339 20.0658 13.2938 20.0206 13.8893 19.8636C14.3861 19.7326 15.0899 19.441 15.5104 19.192C15.8796 18.9734 16.7724 18.096 17.0541 17.6749C17.5445 16.9418 17.9286 15.9491 18.1138 14.9364C18.2298 14.3017 18.2283 12.836 18.1108 12.0513C17.7097 9.37271 16.3898 6.63538 14.7476 5.07681C14.2991 4.65114 14.0324 4.46062 13.5355 4.21128C12.9208 3.9028 12.317 3.8189 11.7319 3.96071Z' fill='white' /%3E%3C/svg%3E");

}


.header-cart-buttons{
    margin-left: auto;
    display: flex;
}
.header-cart-wish-compare-inner{
    display: flex;
}
.header-cart-wish-compare-inner a{
    margin-right: 20px;
    position: relative;
}
.header-cart-wish-compare-inner a,
.header-cart-wish-compare-inner i{
    display: flex;
    align-content: center;
    align-items: center;
}
.header-cart-wish-compare-inner a span:empty {
    display: none;
}
.header-cart-wish-compare-inner a span{
    border-radius: 100px;
    padding: 2px 6px;
    width: 26px;
    height: 21px;
    background: var(--orange);
    position: absolute;
    top:-3px;
    right:-14px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: var(--extra-white);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    box-sizing: border-box;
}
.header-cart-wish-compare-inner a:hover svg path{
    stroke: var(--orange);
}
.header-profile-links a:last-child{margin-right: 0px;}
.header-profile-links a {
    display: flex;
    margin: 0px 8px;
}
.header-profile-links a i{display: flex;width: 32px;height: 32px;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    box-sizing: border-box;}
.header-profile-links{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    margin-left: 44px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--blue-gray);
}
.header-profile-links div{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--blue-gray);
}
.header-profile-links a:nth-child(2):hover i path{
    fill: var(--orange);
}
.header-profile-links a:last-child:hover i path{
    stroke: var(--orange);
}
.tygh-header > div{padding: 0px;background: transparent;}
.tygh-header{
    padding: 8px 0px;
    background: var(--backgraund);
}


.header-bottom-row{
    display: flex!important;
    align-content: center;
    align-items: center;
}
.header-catalog-button{
    margin-left: 40px;
}
.header-catalog-button p{
    padding: 0px;
}
.header-catalog-button a.show-menu-toggle{
    z-index: 16;
    display: flex;
    align-items: center;
    align-content: center;
    background: var(--orange);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--extra-white);
    padding: 9.5px 20px 9.5px 54px;
    border-radius: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 1L1.5 1' stroke='white' stroke-width='2' stroke-linecap='round' /%3E%3Cpath d='M13.5 7L1.5 7' stroke='white' stroke-width='2' stroke-linecap='round' /%3E%3Cpath d='M9.5 13H1.5' stroke='white' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left 24px center;
}
.header-catalog-button a.show-menu-toggle:hover{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 1L1.5 1' stroke='%23FF6800' stroke-width='2' stroke-linecap='round' /%3E%3Cpath d='M13.5 7L1.5 7' stroke='%23FF6800' stroke-width='2' stroke-linecap='round' /%3E%3Cpath d='M9.5 13H1.5' stroke='%23FF6800' stroke-width='2' stroke-linecap='round' /%3E%3C/svg%3E");
    color: var(--orange);
    background-repeat: no-repeat;
    background-position: left 24px center;
}
.header-text-company{

    margin-left: 40px;
}
.header-text-company p{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.03em;
    color: var(--black);
    padding: 0px;

}
.header-text-company strong{
    color: var(--orange);
}
.top-search {
    margin-left: 40px;
    margin-top: 0px;
}
.top-search input{
    background: var(--extra-white);
    border: 1px solid var(--lines-grey);
    border-radius: 20px;
    padding: 8px 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--blue-gray);opacity: 0.8;
    width: 303px;
    height: 38px;
}

.top-search button{
    border-radius: 30px;
    width: 38px;
    height: 38px;
    background: var(--orange);

    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}
.top-search button i{
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    width: 24px;
    height: 24px;
}
.ty-search-block > form{padding-right: 0px;}




.header-price-button{
    margin-left: auto;

}
.header-price-button p{
    padding: 0px;
}
.header-price-button a{
    display: flex;
    align-items: center;
    align-content: center;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background: var(--extra-white);
    border-radius: 30px;
    padding: 0px 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--orange);height: 40px;

}
.header-price-button a:hover{
    color: var(--blue-gray);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    background: #f6f6f6;
}
.content-home-grid{
    padding: 0px!important;
}
.homepage-banners,
.homepage-banners .owl-theme{
    margin: 0px!important;
}
/*.content-home-grid .row-fluid{
    max-width: 1520px;
    min-width: 280px;
    margin: 0 auto;
}*/
.content-home-grid{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.homepage-banners .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:after{
    content: none!important;
}
.homepage-banners .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:before{
    content: ""!important;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0588 5.35352L8.41176 13.0006L16.0588 20.6476' stroke='%23FF6800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    display: flex;
}
.homepage-banners .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev{
    position: absolute;padding: 0px!important;
    left:96px;
    top:50%;
    border-radius: 30px!important;

    width: 40px!important;
    height: 40px!important;
    transform: translateY(-50%);
    margin: 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    opacity: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
}
.homepage-banners .owl-theme .owl-controls{
    position: static;
}



.homepage-banners .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:before{
    content: none!important;
}
.homepage-banners .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:after{
    content: ""!important;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9412 20.6465L17.5883 12.9994L9.9412 5.35237' stroke='%23FF6800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    display: flex;
}
.homepage-banners .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next{
    position: absolute;padding: 0px!important;
    right:96px;
    top:50%;
    border-radius: 30px!important;

    width: 40px!important;
    height: 40px!important;
    transform: translateY(-50%);
    margin: 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    opacity: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;
}
.owl-pagination{
    position: absolute;
    bottom: 30px;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.owl-pagination span{
    margin: 0px 3px!important;
    border-radius: 2px!important;
    width: 35px!important;
    height: 4px!important;
    background: var(--grey)!important;
    opacity: 1!important;
}
.owl-theme .owl-controls .owl-page.active span{
    background: var(--orange)!important;
}
.ty-footer-grid__full-width > .row-fluid,
.grid-row-id-153,
.grid-row-id-151,
.home-brands-inner,
.grid-row-id-147,
.grid-row-id-27{
    max-width: 1520px;
    min-width: 280px;
    margin: 0 auto;
}
.home-brands-inner{

    max-width: 1520px;
    min-width: 280px;
    width: auto!important;
    margin: 0 auto!important;
    float: none !important;
}

.ty-mainbox-simple-title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--backgraund-black);
    margin-bottom: 32px;
    position: relative;
    line-height: 1;
}
.ty-mainbox-simple-title b{
    color: var(--orange);
}

.ty-mainbox-simple-title:after{
    content: "";
    background: var(--lines-grey);
    height: 1px;
    width: 100%;
    position: absolute;
    right:0px;
    top:50%;  transform: translateY(-50%); /* Центрирование по вертикали */
}
.ty-mainbox-simple-title span{
    position: relative;
    z-index: 1;
}
.our-news-section .ty-mainbox-simple-title span,
.home-brands-inner .ty-mainbox-simple-title span,
.home-about-section  .ty-mainbox-simple-title span,
.homepage-hotdeals .ty-mainbox-simple-title span{
    padding-right: 32px;
    background: var(--backgraund);
}

.homepage-hotdeals .ty-scroller-advanced .ty-grid-list__item{
    padding: 0px!important;
    margin: 0px !important;
}
.homepage-hotdeals .owl-wrapper-outer{

    overflow: hidden;
}

.search-for-mobile{display: none;}
.homepage-hotdeals .ty-scroller-list__item.ty-scroller__item{
    display: block!important;
    border:1px solid var(--lines-grey);
    border-right: 1px solid transparent;
    padding: 20px;
    position: relative;
    background: #fff!important;
}
.homepage-hotdeals .ty-scroller-list__item.ty-scroller__item:hover .ty-grid-list__item-name a{
    color: var(--blue-gray)!important;
}

.homepage-hotdeals .owl-item.active.lastactiveitem .ty-scroller__item{
    border-right:1px solid var(--lines-grey);
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
}

.homepage-hotdeals .owl-item.active.firstactiveitem .ty-scroller__item{

    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
}



.homepage-hotdeals .ty-scroller-list__item.ty-scroller__item:hover{
    border: 1px solid var(--orange)!important;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background: var(--extra-white);
}


.homepage-hotdeals .ty-add-to-wish{
    position: absolute;
    top:-10px;
    right:-10px;z-index: 3;
    padding: 0px!important;
    background: transparent!important;
    border:0px!important;
}
.homepage-hotdeals .ty-add-to-wish span{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.88375 17.6177L15.2747 28.5685C15.669 28.9841 16.3312 28.9841 16.7255 28.5685L27.1164 17.6177C30.0724 14.5024 30.0724 9.45148 27.1164 6.33618C24.1604 3.22089 20.9561 3.55096 18.0001 6.66626L16.2401 9.01293C16.1201 9.17293 15.8801 9.17293 15.7601 9.01293L14.0001 6.66626C11.0441 3.55096 7.83975 3.22089 4.88375 6.33618C1.92775 9.45148 1.92775 14.5024 4.88375 17.6177Z' stroke='%236D7885' stroke-width='2' /%3E%3C/svg%3E");
}
.homepage-hotdeals .ty-add-to-wish span:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.88375 17.6177L15.2747 28.5685C15.669 28.9841 16.3312 28.9841 16.7255 28.5685L27.1164 17.6177C30.0724 14.5024 30.0724 9.45148 27.1164 6.33618C24.1604 3.22089 20.9561 3.55096 18.0001 6.66626L16.2401 9.01293C16.1201 9.17293 15.8801 9.17293 15.7601 9.01293L14.0001 6.66626C11.0441 3.55096 7.83975 3.22089 4.88375 6.33618C1.92775 9.45148 1.92775 14.5024 4.88375 17.6177Z' fill='%23FF6800' /%3E%3C/svg%3E");
}
.homepage-hotdeals .ty-add-to-wish span:before{
    content: none;
}
.homepage-hotdeals .ty-grid-list__image{
    padding: 0px;
    border:0px;
    height: 264px;
}
.ty-grid-list__item-stock{
    margin-top: 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--blue-gray);
    display: flex;
    align-items: center;
    align-content: center;
}
.ty-grid-list__item-stock i{
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.ty-grid-list__price *{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--orange);
}
.ty-grid-list__price {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--orange);
    margin-top: 12px;
}
.ty-grid-list__item-name{
    margin-top: 12px;
    height: 88px;
    overflow: hidden;
    margin-bottom: 26px;
}
.ty-grid-list__item-name a{
    font-family: var(--font-family);
    font-weight: 700!important;
    font-size: 17px!important;
    line-height: 130%!important;
    color: var(--black)!important;
}
.ty-pagination__range{display: none!important;}



.ty-product-block__img-wrapper .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:after{
    content: none!important;
}
.ty-product-block__img-wrapper .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:before{
    content: ""!important;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0588 5.35352L8.41176 13.0006L16.0588 20.6476' stroke='%23FF6800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    display: flex;
}
.ty-product-block__img-wrapper .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev{
    position: absolute;
    left:-20px;
    top:50%;
    border-radius: 30px!important;
    padding: 4px!important;
    width: 40px!important;
    height: 40px!important;
    transform: translateY(-50%);
    margin: 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    opacity: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;padding: 0px!important;
}
.ty-product-block__img-wrapper .owl-theme .owl-controls{
    position: static;
}



.ty-product-block__img-wrapper .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:before{
    content: none!important;
}
.ty-product-block__img-wrapper .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:after{
    content: ""!important;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9412 20.6465L17.5883 12.9994L9.9412 5.35237' stroke='%23FF6800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    display: flex;
}
.ty-product-block__img-wrapper .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next{
    position: absolute;
    right:-20px;
    top:50%;
    border-radius: 30px!important;
    padding: 4px!important;
    width: 40px!important;
    height: 40px!important;
    transform: translateY(-50%);
    margin: 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    opacity: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;padding: 0px!important;
}




.homepage-hotdeals .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:after{
    content: none!important;
}
.homepage-hotdeals .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:before{
    content: ""!important;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0588 5.35352L8.41176 13.0006L16.0588 20.6476' stroke='%23FF6800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    display: flex;
}
.homepage-hotdeals .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev{
    position: absolute;
    left:-56px;
    top:50%;
    border-radius: 30px!important;
    padding: 4px!important;
    width: 40px!important;
    height: 40px!important;
    transform: translateY(-50%);
    margin: 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    opacity: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;padding: 0px!important;
}
.homepage-hotdeals .owl-theme .owl-controls{
    position: static;
}



.homepage-hotdeals .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:before{
    content: none!important;
}
.homepage-hotdeals .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:after{
    content: ""!important;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9412 20.6465L17.5883 12.9994L9.9412 5.35237' stroke='%23FF6800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    display: flex;
}
.homepage-hotdeals .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next{
    position: absolute;
    right:-56px;
    top:50%;
    border-radius: 30px!important;
    padding: 4px!important;
    width: 40px!important;
    height: 40px!important;
    transform: translateY(-50%);
    margin: 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    opacity: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;padding: 0px!important;
}


.homepage-hotdeals .owl-pagination{
    bottom: -32px;
}
.homepage-hotdeals{margin: 64px 0px 100px;}

.home-about-section{padding: 64px 0px;}
.home-about-section-left p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--blue-gray);
    padding: 0px;line-height: 1.2;
}
.home-about-section-left .button-ui-1{margin-top: 32px}
.button-ui-1:hover{
    color: var(--orange);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    background: var(--extra-white);
}
.button-ui-1{
    background: var(--orange);
    border-radius: 30px;
    padding: 0px 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--extra-white);
    display: inline-block;
    text-decoration: none;
    line-height: 40px;
}


.home-about-section-left{padding-right: 25px;}
.home-about-right{padding-left: 25px;}


.grid-row-id-150{
    background: var(--extra-white);
    padding: 64px 0px;
}

.home-brands-inner .ty-mainbox-simple-title span{
    background: var(--extra-white);
}

.home-brands-inner .owl-pagination{
    display: none;
}


.home-brands-inner .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:after{
    content: none!important;
}
.home-brands-inner .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:before{
    content: ""!important;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0588 5.35352L8.41176 13.0006L16.0588 20.6476' stroke='%23FF6800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    display: flex;
}
.home-brands-inner .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev{
    position: absolute;
    left:-56px;
    top:50%;
    border-radius: 30px!important;
    padding: 4px!important;
    width: 40px!important;
    height: 40px!important;
    transform: translateY(-50%);
    margin: 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    opacity: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;padding: 0px!important;
}
.home-brands-inner .owl-theme .owl-controls{
    position: static;
}



.home-brands-inner .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:before{
    content: none!important;
}
.home-brands-inner .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:after{
    content: ""!important;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9412 20.6465L17.5883 12.9994L9.9412 5.35237' stroke='%23FF6800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    display: flex;
}
.home-brands-inner .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next{
    position: absolute;
    right:-56px;
    top:50%;
    border-radius: 30px!important;
    padding: 4px!important;
    width: 40px!important;
    height: 40px!important;
    transform: translateY(-50%);
    margin: 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    opacity: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;padding: 0px!important;
}

.home-brands-inner .ty-scroller__item a{
    margin:5px;
    transition: none;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;    border: 1px solid transparent;
}
.home-brands-inner .ty-scroller__item a:hover{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    border: 1px solid var(--orange);
    border-radius: 15px;
    overflow: hidden;
}

.owl-carousel.ty-scroller-list.grid-list .owl-wrapper-outer{
    padding-bottom: 2px;
}
.grid-row-id-152{
    background: rgb(254, 121, 30);
    padding: 64px 0px 32px;
}
.our-advantages{
    max-width: 1520px;
    min-width: 280px;
    width: auto!important;
    margin: 0 auto!important;
    float: none !important;
}

.our-advantages .ty-mainbox-simple-title span{
    background:rgb(254, 121, 30);
    padding-right: 32px;

}
.our-advantages .ty-mainbox-simple-title{
    color: var(--extra-white);
}
.our-advantages .ty-mainbox-simple-title b{
    color: var(--backgraund-black);

}
.our-advantages .ty-mainbox-simple-title::after {
    background: var(--extra-white);
}

.our-advantages ul{
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.our-advantages ul li{
    padding: 0px;
    margin: 0px 0px 32px;
    display: flex;
    width: calc((100% - 64px) / 3);
    background: var(--extra-white);
    border: 1px solid var(--lines-grey);
    border-radius: 15px;
    padding: 20px 16px;
    height: 148px;
    box-sizing: border-box;
    padding-left: 136px;
    position: relative;
    flex-wrap: wrap;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--blue-gray);
}
.our-advantages ul li:nth-child(2):before{
    background-image: url("data:image/svg+xml,%3Csvg width='101' height='100' viewBox='0 0 101 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64.2881 32.0664H80.2277C84.4552 32.0664 88.5093 33.7457 91.4985 36.735C94.4881 39.7242 96.1673 43.7787 96.1673 48.0058V71.9154C96.1673 72.972 95.7473 73.9858 95.0002 74.7329C94.2527 75.4804 93.2393 75.8999 92.1823 75.8999H64.2881V32.0664Z' fill='white' /%3E%3Cpath d='M96.1668 48.0058V51.9908H80.2272C79.6755 52.0133 79.1251 51.9145 78.6155 51.7008C78.1059 51.4874 77.6497 51.1645 77.2784 50.7554C76.9063 50.3574 76.6222 49.8858 76.4434 49.3712C76.2651 48.8562 76.1968 48.3099 76.2426 47.767V32.0664H80.2272C84.4547 32.0664 88.5088 33.7457 91.4984 36.735C94.4876 39.7242 96.1668 43.7787 96.1668 48.0058Z' fill='%2366E1FF' /%3E%3Cpath d='M80.2249 32.0664H76.2399V47.767C76.2069 48.4233 76.3369 49.0774 76.6186 49.6716L90.434 35.856C87.5874 33.4232 83.9694 32.0802 80.2249 32.0664Z' fill='%23C2F3FF' /%3E%3Cpath d='M8.49928 16.127H60.3027C61.3597 16.127 62.3731 16.5468 63.1206 17.2941C63.8677 18.0414 64.2877 19.055 64.2877 20.1118V71.9155H4.5144V20.1118C4.5144 19.055 4.93424 18.0414 5.68153 17.2941C6.42886 16.5468 7.4424 16.127 8.49928 16.127Z' fill='%23FF808C' /%3E%3Cpath d='M64.2977 61.9531H4.52466V71.9156H64.2977V61.9531Z' fill='%23E3E3E3' /%3E%3Cpath d='M60.3027 16.127H8.49928C7.4424 16.127 6.42886 16.5468 5.68153 17.2941C4.93424 18.0414 4.5144 19.055 4.5144 20.1118V30.074C4.5144 29.0172 4.93424 28.0036 5.68153 27.2563C6.42886 26.509 7.4424 26.0892 8.49928 26.0892H60.3027C61.3597 26.0892 62.3731 26.509 63.1206 27.2563C63.8677 28.0036 64.2877 29.0172 64.2877 30.074V20.1118C64.2877 19.055 63.8677 18.0414 63.1206 17.2941C62.3731 16.5468 61.3597 16.127 60.3027 16.127Z' fill='%23FFBFC5' /%3E%3Cpath d='M44.366 28.082H20.4568V44.0217H44.366V28.082Z' fill='%23FFBC44' /%3E%3Cpath d='M28.4095 44.1133H4.50024V61.9533H28.4095V44.1133Z' fill='%23FFBC44' /%3E%3Cpath d='M52.2011 44.1133H28.2917V61.9533H52.2011V44.1133Z' fill='%23FFBC44' /%3E%3Cpath d='M66.2794 83.8699C68.9215 83.8699 71.4552 82.8199 73.3236 80.952C75.1919 79.0836 76.2415 76.5495 76.2415 73.9074C76.2415 71.2653 75.1919 68.7316 73.3236 66.8632C71.4552 64.9949 68.9215 63.9453 66.2794 63.9453C63.6373 63.9453 61.1031 64.9949 59.2348 66.8632C57.3665 68.7316 56.3169 71.2653 56.3169 73.9074C56.3169 76.5495 57.3665 79.0836 59.2348 80.952C61.1031 82.8199 63.6373 83.8699 66.2794 83.8699Z' fill='%23808080' /%3E%3Cpath d='M22.4437 83.8699C25.0858 83.8699 27.6197 82.8199 29.488 80.952C31.3563 79.0836 32.4059 76.5495 32.4059 73.9074C32.4059 71.2653 31.3563 68.7316 29.488 66.8632C27.6197 64.9949 25.0858 63.9453 22.4437 63.9453C19.8015 63.9453 17.2676 64.9949 15.3993 66.8632C13.531 68.7316 12.4814 71.2653 12.4814 73.9074C12.4814 76.5495 13.531 79.0836 15.3993 80.952C17.2676 82.8199 19.8015 83.8699 22.4437 83.8699Z' fill='%23808080' /%3E%3Cpath d='M48.3485 71.916H40.3787' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M84.2127 75.8999H92.1823C93.2393 75.8999 94.2527 75.4804 95.0002 74.7329C95.7473 73.9858 96.1673 72.972 96.1673 71.9154V48.0058C96.1535 43.7829 94.4698 39.7364 91.4835 36.7501C88.4973 33.7638 84.451 32.0801 80.2277 32.0664H64.2881' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M96.1648 67.9297H90.1873' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M40.3787 55.9761V44.0215H52.3335V61.9536' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M4.5144 44.0215H28.4237' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M16.4692 44.0215V55.9761' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20.4526 28.082H44.3618V44.0217H20.4526V28.082Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M32.4075 28.082V36.0518' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M28.4238 44.0215V57.9686' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M64.2877 55.9759V20.1118C64.2877 19.055 63.8677 18.0414 63.1206 17.2941C62.3731 16.5468 61.3597 16.127 60.3027 16.127H8.49928C7.4424 16.127 6.42886 16.5468 5.68153 17.2941C4.93424 18.0414 4.5144 19.055 4.5144 20.1118V71.9155' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M96.1657 51.9908H80.2261C79.6803 51.9995 79.1386 51.8945 78.6357 51.682C78.1324 51.4699 77.679 51.1554 77.3044 50.7587C76.9294 50.3616 76.6415 49.8908 76.4582 49.3766C76.2753 48.862 76.2015 48.3154 76.2415 47.7708V32.0664' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M66.2794 83.8699C68.9215 83.8699 71.4552 82.8199 73.3236 80.952C75.1919 79.0836 76.2415 76.5495 76.2415 73.9074C76.2415 71.2653 75.1919 68.7316 73.3236 66.8632C71.4552 64.9949 68.9215 63.9453 66.2794 63.9453C63.6373 63.9453 61.1031 64.9949 59.2348 66.8632C57.3665 68.7316 56.3169 71.2653 56.3169 73.9074C56.3169 76.5495 57.3665 79.0836 59.2348 80.952C61.1031 82.8199 63.6373 83.8699 66.2794 83.8699Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M22.4437 83.8699C25.0858 83.8699 27.6197 82.8199 29.488 80.952C31.3563 79.0836 32.4059 76.5495 32.4059 73.9074C32.4059 71.2653 31.3563 68.7316 29.488 66.8632C27.6197 64.9949 25.0858 63.9453 22.4437 63.9453C19.8015 63.9453 17.2676 64.9949 15.3993 66.8632C13.531 68.7316 12.4814 71.2653 12.4814 73.9074C12.4814 76.5495 13.531 79.0836 15.3993 80.952C17.2676 82.8199 19.8015 83.8699 22.4437 83.8699Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.our-advantages ul li:nth-child(1):before{
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48.0107 4.33203H8.22829C6.03112 4.33203 4.25 6.11316 4.25 8.31032V46.1035C4.25 48.301 6.03112 50.0814 8.22829 50.0814H48.0107C50.2078 50.0814 51.9887 48.301 51.9887 46.1035V8.31032C51.9887 6.11316 50.2078 4.33203 48.0107 4.33203Z' fill='%23FFBC44' /%3E%3Cpath d='M48.0107 4.33203H8.22829C7.173 4.33203 6.16125 4.75128 5.41504 5.49707C4.66883 6.24328 4.25 7.25503 4.25 8.31032V18.2558C4.25 17.2009 4.66883 16.1888 5.41504 15.443C6.16125 14.6968 7.173 14.2775 8.22829 14.2775H48.0103C49.0653 14.2775 50.0778 14.6968 50.8232 15.443C51.5691 16.1888 51.9887 17.2009 51.9887 18.2558V8.31032C51.9887 7.25503 51.5691 6.24328 50.8232 5.49707C50.0778 4.75128 49.0653 4.33203 48.0107 4.33203Z' fill='%23FFDDA1' /%3E%3Cpath d='M83.8145 95.8308L85.8041 71.9612H95.7495V58.0375C95.7495 52.7621 93.6537 47.7025 89.9233 43.9725C86.1937 40.242 81.1341 38.1465 75.8587 38.1465C70.5829 38.1465 65.5233 40.242 61.7933 43.9725C58.0629 47.7025 55.967 52.7621 55.967 58.0375V71.9612H65.9125L67.902 95.8308H83.8145Z' fill='%2366E1FF' /%3E%3Cpath d='M75.8587 38.1465C70.5829 38.1465 65.5233 40.242 61.7933 43.9725C58.0629 47.7025 55.967 52.7621 55.967 58.0375V68.1183C55.967 62.8429 58.0629 57.7833 61.7933 54.0533C65.5233 50.3229 70.5829 48.2275 75.8587 48.2275C81.1341 48.2275 86.1937 50.3229 89.9233 54.0533C93.6537 57.7833 95.7495 62.8429 95.7495 68.1183V58.0375C95.7495 52.7621 93.6537 47.7025 89.9233 43.9725C86.1937 40.242 81.1341 38.1465 75.8587 38.1465Z' fill='%23C2F3FF' /%3E%3Cpath d='M83.8145 95.8308L85.8041 71.9612H95.7495V58.0375C95.7495 52.7621 93.6537 47.7025 89.9233 43.9725C86.1937 40.242 81.1341 38.1465 75.8587 38.1465C70.5829 38.1465 65.5233 40.242 61.7933 43.9725C58.0629 47.7025 55.967 52.7621 55.967 58.0375V71.9612H65.9125L67.902 95.8308H83.8145Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M89.6287 16.266H62.0991C62.6012 12.975 64.2654 9.9727 66.7908 7.8032C69.3166 5.63411 72.535 4.44141 75.8641 4.44141C79.1929 4.44141 82.412 5.63411 84.937 7.8032C87.4625 9.97228 89.1266 12.975 89.6287 16.266Z' fill='%2366E1FF' /%3E%3Cpath d='M89.7829 18.2565C89.7829 21.9493 88.3154 25.4909 85.7046 28.1024C83.0933 30.7135 79.5517 32.1803 75.8592 32.1803C72.1658 32.1803 68.6246 30.7135 66.0129 28.1024C63.4021 25.4909 61.9354 21.9493 61.9354 18.2565C61.9271 17.59 61.9804 16.9243 62.0942 16.2676H89.6238C89.7371 16.9243 89.7904 17.59 89.7829 18.2565Z' fill='%23FFDDA1' /%3E%3Cpath d='M62.0991 16.2578H53.9836' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20.1641 4.16406V22.2332C20.1641 22.6029 20.2669 22.9648 20.4613 23.2791C20.6553 23.5935 20.9334 23.8472 21.2636 24.0124C21.5942 24.1779 21.9639 24.2478 22.3319 24.2144C22.6999 24.1811 23.0513 24.0461 23.3469 23.8245L28.1206 20.2443L32.8947 23.8245C33.1899 24.0461 33.5417 24.1811 33.9093 24.2144C34.2769 24.2478 34.6469 24.1779 34.9776 24.0124C35.3082 23.8472 35.5859 23.5935 35.7799 23.2791C35.9743 22.9648 36.0771 22.6029 36.0771 22.2332V4.16406H20.1641Z' fill='white' /%3E%3Cpath d='M51.9887 10.2997V8.31032C51.9887 7.25545 51.5691 6.24328 50.8232 5.49749C50.0778 4.75128 49.0653 4.33203 48.0108 4.33203H8.22829C7.173 4.33203 6.16125 4.75128 5.41504 5.49707C4.66883 6.24328 4.25 7.25503 4.25 8.31032V46.1035C4.25 47.1585 4.66883 48.1706 5.41504 48.9164C6.16125 49.6623 7.173 50.0814 8.22829 50.0814H42.0428' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M89.6287 16.266H62.0991C62.6012 12.975 64.2654 9.9727 66.7908 7.8032C69.3166 5.63411 72.535 4.44141 75.8641 4.44141C79.1929 4.44141 82.412 5.63411 84.937 7.8032C87.4625 9.97228 89.1266 12.975 89.6287 16.266Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M89.7829 18.2565C89.7829 21.9493 88.3154 25.4909 85.7046 28.1024C83.0933 30.7135 79.5517 32.1803 75.8592 32.1803C72.1658 32.1803 68.6246 30.7135 66.0129 28.1024C63.4021 25.4909 61.9354 21.9493 61.9354 18.2565C61.9271 17.59 61.9804 16.9243 62.0942 16.2676H89.6238C89.7371 16.9243 89.7904 17.59 89.7829 18.2565Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20.1641 4.16406V22.2332C20.1641 22.6029 20.2669 22.9648 20.4613 23.2791C20.6553 23.5935 20.9334 23.8472 21.2636 24.0124C21.5942 24.1779 21.9639 24.2478 22.3319 24.2144C22.6999 24.1811 23.0513 24.0461 23.3469 23.8245L28.1206 20.2443L32.8947 23.8245C33.1899 24.0461 33.5417 24.1811 33.9093 24.2144C34.2769 24.2478 34.6469 24.1779 34.9776 24.0124C35.3082 23.8472 35.5859 23.5935 35.7799 23.2791C35.9743 22.9648 36.0771 22.6029 36.0771 22.2332V4.16406H20.1641Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.our-advantages ul li:nth-child(3):before{
    background-image: url("data:image/svg+xml,%3Csvg width='101' height='100' viewBox='0 0 101 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_3003_2340' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='4' y='4' width='93' height='92'%3E%3Cpath d='M4.8335 4.16406H96.5002V95.8307H4.8335V4.16406Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_3003_2340)'%3E%3Cpath d='M52.5762 59.5469C51.5633 59.5469 50.5916 59.9494 49.8753 60.6656C49.1591 61.3819 48.7566 62.3535 48.7566 63.3665V82.4635C48.7566 83.4765 49.1591 84.4481 49.8753 85.1644C50.5916 85.8806 51.5633 86.2831 52.5762 86.2831H58.3053V93.9219L67.8537 86.2831H90.7703C91.7837 86.2831 92.7549 85.8806 93.4712 85.1644C94.1874 84.4481 94.5899 83.4765 94.5899 82.4635V63.3665C94.5899 62.3535 94.1874 61.3819 93.4712 60.6656C92.7549 59.9494 91.7837 59.5469 90.7703 59.5469H52.5762Z' fill='%23FF808C' /%3E%3Cpath d='M48.7576 6.07422C49.7706 6.07422 50.7422 6.47664 51.4585 7.19293C52.1747 7.90922 52.5772 8.88068 52.5772 9.89368V28.9909C52.5772 30.0039 52.1747 30.9754 51.4585 31.6916C50.7422 32.4079 49.7706 32.8103 48.7576 32.8103H43.0285V42.3588L33.48 32.8103H10.5633C9.55035 32.8103 8.57885 32.4079 7.86256 31.6916C7.14627 30.9754 6.7439 30.0039 6.7439 28.9909V9.89368C6.7439 8.88068 7.14627 7.90922 7.86256 7.19293C8.57885 6.47664 9.55035 6.07422 10.5633 6.07422H48.7576Z' fill='%23FFEF5E' /%3E%3Cpath d='M10.5633 6.07422C9.55035 6.07422 8.57885 6.47664 7.86256 7.19293C7.14627 7.90922 6.7439 8.88068 6.7439 9.89368V28.9909C6.7439 30.0039 7.14627 30.9754 7.86256 31.6916C8.57885 32.4079 9.55035 32.8103 10.5633 32.8103H13.0154L39.7515 6.07422H10.5633Z' fill='%23FFF9BF' /%3E%3Cpath d='M52.5762 59.5469C51.5633 59.5469 50.5916 59.9494 49.8753 60.6656C49.1591 61.3819 48.7566 62.3535 48.7566 63.3665V82.4635C48.7566 83.4765 49.1591 84.4481 49.8753 85.1644C50.5916 85.8806 51.5633 86.2831 52.5762 86.2831H55.0283L81.7641 59.5469H52.5762Z' fill='%23FFBFC5' /%3E%3Cpath d='M52.5762 59.5469C51.5633 59.5469 50.5916 59.9494 49.8753 60.6656C49.1591 61.3819 48.7566 62.3535 48.7566 63.3665V82.4635C48.7566 83.4765 49.1591 84.4481 49.8753 85.1644C50.5916 85.8806 51.5633 86.2831 52.5762 86.2831H58.3053V93.9219L67.8537 86.2831H90.7703C91.7837 86.2831 92.7549 85.8806 93.4712 85.1644C94.1874 84.4481 94.5899 83.4765 94.5899 82.4635V63.3665C94.5899 62.3535 94.1874 61.3819 93.4712 60.6656C92.7549 59.9494 91.7837 59.5469 90.7703 59.5469H52.5762Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M48.7576 6.07422C49.7706 6.07422 50.7422 6.47664 51.4585 7.19293C52.1747 7.90922 52.5772 8.88068 52.5772 9.89368V28.9909C52.5772 30.0039 52.1747 30.9754 51.4585 31.6916C50.7422 32.4079 49.7706 32.8103 48.7576 32.8103H43.0285V42.3588L33.48 32.8103H10.5633C9.55035 32.8103 8.57885 32.4079 7.86256 31.6916C7.14627 30.9754 6.7439 30.0039 6.7439 28.9909V9.89368C6.7439 8.88068 7.14627 7.90922 7.86256 7.19293C8.57885 6.47664 9.55035 6.07422 10.5633 6.07422H48.7576Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M56.396 67.1855H85.0418' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M56.396 74.8242H75.4931' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M60.2174 51.9069C60.1286 49.6261 60.5124 47.3515 61.3449 45.2261C62.1774 43.1007 63.4403 41.1706 65.054 39.5566C66.6682 37.9425 68.5986 36.6796 70.724 35.8473C72.8494 35.0149 75.124 34.6309 77.4049 34.7195C79.6857 34.6309 81.9599 35.0149 84.0853 35.8473C86.2107 36.6796 88.1411 37.9425 89.7553 39.5566C91.369 41.1706 92.6319 43.1007 93.4644 45.2261C94.2969 47.3515 94.6807 49.6261 94.5924 51.9069H60.2174Z' fill='%2366E1FF' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M88.7558 15.9279C86.7362 17.0075 84.4762 17.5593 82.1862 17.5321C79.4958 17.5331 76.8587 16.7781 74.5762 15.3532C72.2937 13.9283 70.4574 11.8909 69.2766 9.47305C70.7783 7.95909 72.6729 6.89422 74.7466 6.39822C76.8208 5.90226 78.992 5.99484 81.0162 6.66559C83.0404 7.33639 84.837 8.55868 86.2045 10.195C87.5716 11.8313 88.4554 13.8168 88.7558 15.9279Z' fill='%23C77F67' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M88.8606 17.5317C88.8622 19.4144 88.3997 21.2686 87.5143 22.9302C86.6289 24.5918 85.3476 26.0096 83.7843 27.0582C82.2206 28.1068 80.4222 28.754 78.5489 28.9424C76.6756 29.1309 74.7847 28.8548 73.0435 28.1386C71.3022 27.4224 69.7643 26.2882 68.566 24.8363C67.3672 23.3843 66.5447 21.6594 66.1714 19.814C65.7981 17.9687 65.8851 16.0597 66.4251 14.256C66.9651 12.4523 67.941 10.8094 69.2668 9.47266C70.4476 11.8905 72.2839 13.9279 74.5664 15.3528C76.8489 16.7777 79.486 17.5327 82.1764 17.5317C84.4681 17.5584 86.7256 17.0084 88.746 15.9275C88.8222 16.4622 88.8606 16.9969 88.8606 17.5317Z' fill='%23FFDDA1' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M6.74221 93.9208C6.65363 91.64 7.03759 89.3654 7.86996 87.24C8.70238 85.1146 9.96525 83.1846 11.5793 81.5704C13.1933 79.9562 15.1236 78.6933 17.249 77.8613C19.3743 77.0288 21.6489 76.6446 23.9297 76.7333C26.2107 76.6442 28.4855 77.0279 30.6111 77.86C32.7368 78.6921 34.6673 79.955 36.2815 81.5692C37.8956 83.1833 39.1585 85.1138 39.9906 87.2396C40.8228 89.365 41.2064 91.64 41.1172 93.9208H6.74221Z' fill='%2366E1FF' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M35.2817 58.0184C33.2904 59.0563 31.072 59.5813 28.8268 59.5463C26.1218 59.5459 23.4719 58.7821 21.1815 57.343C18.8911 55.9038 17.0532 53.8476 15.8789 51.4109C17.3933 49.9163 19.2941 48.8726 21.3682 48.3971C23.4423 47.9217 25.6078 48.033 27.6221 48.7192C29.6364 49.4051 31.4199 50.6384 32.7727 52.2809C34.1256 53.9234 34.9944 55.9101 35.2817 58.0184Z' fill='%23C77F67' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M35.3898 59.5456C35.3915 61.4331 34.9268 63.2914 34.0373 64.956C33.1477 66.6206 31.8608 68.0397 30.2909 69.0872C28.7209 70.1347 26.9165 70.7781 25.038 70.9602C23.1595 71.1427 21.265 70.8581 19.523 70.1318C17.7809 69.4056 16.2452 68.2606 15.0523 66.7981C13.8594 65.3356 13.0462 63.601 12.685 61.7485C12.3237 59.896 12.4257 57.9831 12.9818 56.1793C13.5379 54.376 14.5308 52.7377 15.8725 51.4102C17.0467 53.8468 18.8847 55.9031 21.175 57.3422C23.4655 58.7814 26.1154 59.5452 28.8204 59.5456C31.0655 59.5806 33.284 59.0556 35.2752 58.0177C35.3516 58.5218 35.3898 59.0339 35.3898 59.5456Z' fill='%23FFDDA1' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M15.8789 51.4114V51.373' stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M43.0274 13.7129H14.3816' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M33.4788 21.3516H14.3816' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3C/svg%3E");
}
.our-advantages ul li:nth-child(4):before{
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M48.0103 26.0843C49.4499 26.0843 50.8749 25.8008 52.2045 25.25C53.5345 24.6992 54.7428 23.8919 55.7603 22.8741C56.7783 21.8564 57.5853 20.6482 58.1362 19.3184C58.687 17.9887 58.9703 16.5635 58.9703 15.1242C58.9703 13.6849 58.687 12.2597 58.1362 10.9299C57.5853 9.60019 56.7783 8.39194 55.7603 7.37419C54.7428 6.35648 53.5345 5.54915 52.2045 4.99835C50.8749 4.44756 49.4499 4.16406 48.0103 4.16406C45.1037 4.16406 42.3158 5.31877 40.2604 7.37419C38.205 9.42965 37.0503 12.2174 37.0503 15.1242C37.0503 18.031 38.205 20.8187 40.2604 22.8741C42.3158 24.9296 45.1037 26.0843 48.0103 26.0843Z' fill='%23FFDDA1' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M61.4422 40.1619C60.6167 37.2549 58.8692 34.6946 56.4634 32.8662C54.0572 31.0378 51.1222 30.0403 48.1005 30.0236C45.0784 30.007 42.133 30.9722 39.7067 32.774C37.2806 34.5758 35.5052 37.1167 34.6477 40.0144' fill='%2366E1FF' /%3E%3Cpath d='M61.4422 40.1619C60.6167 37.2549 58.8692 34.6946 56.4634 32.8662C54.0572 31.0378 51.1222 30.0403 48.1005 30.0236C45.0784 30.007 42.133 30.9722 39.7067 32.774C37.2806 34.5758 35.5052 37.1167 34.6477 40.0144' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M30.074 48.0059H65.9433' stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M34.9107 59.7592L34.0618 48.0059H61.9601L61.1193 59.8867' fill='%23C77F67' /%3E%3Cpath d='M34.9107 59.7592L34.0618 48.0059H61.9601L61.1193 59.8867' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M50.3613 84.6715C52.8451 84.6715 55.2276 83.6844 56.9838 81.9282C58.7405 80.1715 59.7272 77.7894 59.7272 75.3053C59.7272 72.8215 58.7405 70.439 56.9838 68.6828C55.2276 66.9261 52.8451 65.9395 50.3613 65.9395C47.8772 65.9395 45.4951 66.9261 43.7384 68.6828C41.9822 70.439 40.9954 72.8215 40.9954 75.3053C40.9954 77.7894 41.9822 80.1715 43.7384 81.9282C45.4951 83.6844 47.8772 84.6715 50.3613 84.6715Z' fill='%23FFDDA1' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20.9077 84.6715C23.3917 84.6715 25.7739 83.6844 27.5304 81.9282C29.2868 80.1715 30.2736 77.7894 30.2736 75.3053C30.2736 72.8215 29.2868 70.439 27.5304 68.6828C25.7739 66.9261 23.3917 65.9395 20.9077 65.9395C18.4237 65.9395 16.0414 66.9261 14.285 68.6828C12.5285 70.439 11.5417 72.8215 11.5417 75.3053C11.5417 77.7894 12.5285 80.1715 14.285 81.9282C16.0414 83.6844 18.4237 84.6715 20.9077 84.6715Z' fill='%23FFDDA1' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M79.168 84.6715C81.6518 84.6715 84.0343 83.6844 85.7905 81.9282C87.5472 80.1715 88.5338 77.7894 88.5338 75.3053C88.5338 72.8215 87.5472 70.439 85.7905 68.6828C84.0343 66.9261 81.6518 65.9395 79.168 65.9395C76.6838 65.9395 74.3018 66.9261 72.5451 68.6828C70.7888 70.439 69.8018 72.8215 69.8018 75.3053C69.8018 77.7894 70.7888 80.1715 72.5451 81.9282C74.3018 83.6844 76.6838 84.6715 79.168 84.6715Z' fill='%23FFDDA1' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M93.8409 95.8308C92.0926 93.6596 89.8796 91.9075 87.3651 90.7038C84.8501 89.5 82.0976 88.875 79.3096 88.875C76.5217 88.875 73.7692 89.5 71.2546 90.7038C68.7401 91.9075 66.5271 93.6596 64.7788 95.8308' fill='%23D480FF' /%3E%3Cpath d='M93.8409 95.8308C92.0926 93.6596 89.8796 91.9075 87.3651 90.7038C84.8501 89.5 82.0976 88.875 79.3096 88.875C76.5217 88.875 73.7692 89.5 71.2546 90.7038C68.7401 91.9075 66.5271 93.6596 64.7788 95.8308' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M6.1604 95.8303C7.90928 93.6595 10.1223 91.9082 12.6369 90.7049C15.1516 89.5015 17.9038 88.877 20.6915 88.877C23.4792 88.877 26.2314 89.5015 28.7461 90.7049C31.2607 91.9082 33.4737 93.6595 35.2226 95.8303' fill='%23D480FF' /%3E%3Cpath d='M6.1604 95.8303C7.90928 93.6595 10.1223 91.9082 12.6369 90.7049C15.1516 89.5015 17.9038 88.877 20.6915 88.877C23.4792 88.877 26.2314 89.5015 28.7461 90.7049C31.2607 91.9082 33.4737 93.6595 35.2226 95.8303' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M35.8296 95.8303C37.5785 93.6595 39.7915 91.9082 42.3062 90.7049C44.8208 89.5015 47.5728 88.877 50.3608 88.877C53.1483 88.877 55.9008 89.5015 58.4153 90.7049C60.9299 91.9082 63.1428 93.6595 64.892 95.8303' fill='%23D480FF' /%3E%3Cpath d='M35.8296 95.8303C37.5785 93.6595 39.7915 91.9082 42.3062 90.7049C44.8208 89.5015 47.5728 88.877 50.3608 88.877C53.1483 88.877 55.9008 89.5015 58.4153 90.7049C60.9299 91.9082 63.1428 93.6595 64.892 95.8303' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M48.0097 59.0378C47.8788 59.0378 47.7493 59.012 47.6284 58.962C47.5076 58.9116 47.3976 58.8383 47.3051 58.7458C47.2126 58.6533 47.1393 58.5437 47.0893 58.4224C47.0393 58.3016 47.0134 58.172 47.0134 58.0412C47.0134 57.9103 47.0393 57.7808 47.0893 57.6599C47.1393 57.5391 47.2126 57.4291 47.3051 57.3366C47.3976 57.2441 47.5076 57.1708 47.6284 57.1208C47.7493 57.0708 47.8788 57.0449 48.0097 57.0449' stroke='%23191919' stroke-width='2' /%3E%3Cpath d='M48.0083 59.0378C48.1391 59.0378 48.2687 59.012 48.3895 58.962C48.5104 58.9116 48.6204 58.8383 48.7129 58.7458C48.8054 58.6533 48.8787 58.5437 48.9287 58.4224C48.9787 58.3016 49.0045 58.172 49.0045 58.0412C49.0045 57.9103 48.9787 57.7808 48.9287 57.6599C48.8787 57.5391 48.8054 57.4291 48.7129 57.3366C48.6204 57.2441 48.5104 57.1708 48.3895 57.1208C48.2687 57.0708 48.1391 57.0449 48.0083 57.0449' stroke='%23191919' stroke-width='2' /%3E%3C/svg%3E");
}
.our-advantages ul li:nth-child(5):before{
    background-image: url("data:image/svg+xml,%3Csvg width='101' height='100' viewBox='0 0 101 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.1667 58.332H12.8335C11.7284 58.332 10.6686 58.7711 9.88715 59.5526C9.10575 60.3336 8.66675 61.3935 8.66675 62.4986V70.8321C8.66675 71.9373 9.10575 72.9967 9.88715 73.7781C10.6686 74.5596 11.7284 74.9987 12.8335 74.9987H46.1667V58.332Z' fill='%23FFEF5E' /%3E%3Cpath d='M12.8335 58.332C11.7284 58.332 10.6686 58.7711 9.88715 59.5526C9.10575 60.3336 8.66675 61.3934 8.66675 62.4986V70.832C8.66675 69.7269 9.10575 68.6671 9.88715 67.8856C10.6686 67.1042 11.7284 66.6651 12.8335 66.6651H46.1667V58.332H12.8335Z' fill='%23FFF9BF' /%3E%3Cpath d='M46.1667 58.332H12.8335C11.7284 58.332 10.6686 58.7711 9.88715 59.5526C9.10575 60.3336 8.66675 61.3935 8.66675 62.4986V70.8321C8.66675 71.9373 9.10575 72.9967 9.88715 73.7781C10.6686 74.5596 11.7284 74.9987 12.8335 74.9987H46.1667V58.332Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M37.8335 47.2195C37.8335 45.7461 37.3945 44.3331 36.6131 43.2912C35.8317 42.2494 34.7719 41.6641 33.6668 41.6641H17.0002C15.8951 41.6641 14.8353 42.2494 14.0539 43.2912C13.2725 44.3331 12.8335 45.7461 12.8335 47.2195V58.3307H37.8335V47.2195Z' fill='%23FF808C' /%3E%3Cpath d='M71.1668 29.5435C71.1668 28.338 70.7904 27.1818 70.1206 26.3294C69.4511 25.477 68.5427 24.998 67.5954 24.998H49.7384C49.2695 24.998 48.805 25.1156 48.3715 25.344C47.9384 25.5725 47.5445 25.9073 47.2129 26.3294C46.8814 26.7515 46.6182 27.2526 46.4389 27.8041C46.2593 28.3555 46.1667 28.9466 46.1667 29.5435V74.998H67.5954C68.5427 74.998 69.4511 74.519 70.1206 73.667C70.7904 72.8145 71.1668 71.6583 71.1668 70.4527V29.5435Z' fill='%23B2FFC0' /%3E%3Cpath d='M67.5954 24.998H49.7384C49.2695 24.998 48.805 25.1058 48.3715 25.3152C47.9384 25.5246 47.5445 25.8315 47.2129 26.2184C46.8814 26.6053 46.6182 27.0647 46.4389 27.5702C46.2593 28.0757 46.1667 28.6175 46.1667 29.1647V41.6647C46.1667 40.5596 46.5431 39.4998 47.2129 38.7185C47.8828 37.937 48.7912 37.4981 49.7384 37.4981H67.5954C68.5427 37.4981 69.4511 37.937 70.1206 38.7185C70.7904 39.4998 71.1668 40.5596 71.1668 41.6647V29.1647C71.1668 28.0597 70.7904 26.9998 70.1206 26.2184C69.4511 25.4371 68.5427 24.998 67.5954 24.998Z' fill='%23C9F7CA' /%3E%3Cpath d='M71.1668 29.5435C71.1668 28.338 70.7904 27.1818 70.1206 26.3294C69.4511 25.477 68.5427 24.998 67.5954 24.998H49.7384C49.2695 24.998 48.805 25.1156 48.3715 25.344C47.9384 25.5725 47.5445 25.9073 47.2129 26.3294C46.8814 26.7515 46.6182 27.2526 46.4389 27.8041C46.2593 28.3555 46.1667 28.9466 46.1667 29.5435V74.998H67.5954C68.5427 74.998 69.4511 74.519 70.1206 73.667C70.7904 72.8145 71.1668 71.6583 71.1668 70.4527V29.5435Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M37.8335 47.2195C37.8335 45.7461 37.3945 44.3331 36.6131 43.2912C35.8317 42.2494 34.7719 41.6641 33.6668 41.6641H17.0002C15.8951 41.6641 14.8353 42.2494 14.0539 43.2912C13.2725 44.3331 12.8335 45.7461 12.8335 47.2195V58.3307H37.8335V47.2195Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M96.1669 4.16406H93.7319C92.7557 4.16421 91.8136 4.583 91.084 5.34094C90.3544 6.09887 89.8882 7.14332 89.774 8.27609L82.6161 79.2188C82.5019 80.3517 82.0361 81.396 81.3065 82.154C80.5769 82.912 79.6348 83.3307 78.6586 83.3307H4.50024' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M10.7502 87.498C12.4079 87.498 13.9976 86.8398 15.1697 85.6676C16.3418 84.4953 17.0002 82.9058 17.0002 81.2478C17.0002 79.5903 16.3418 78.0007 15.1697 76.8285C13.9976 75.6563 12.4079 74.998 10.7502 74.998C9.09263 74.998 7.50292 75.6563 6.33084 76.8285C5.15871 78.0007 4.50024 79.5903 4.50024 81.2478C4.50024 82.9058 5.15871 84.4953 6.33084 85.6676C7.50292 86.8398 9.09263 87.498 10.7502 87.498Z' fill='%23808080' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M73.2502 87.498C74.9077 87.498 76.4976 86.8398 77.6698 85.6676C78.8416 84.4953 79.5002 82.9058 79.5002 81.2478C79.5002 79.5903 78.8416 78.0007 77.6698 76.8285C76.4976 75.6563 74.9077 74.998 73.2502 74.998C71.5928 74.998 70.0028 75.6563 68.8311 76.8285C67.6589 78.0007 67.0002 79.5903 67.0002 81.2478C67.0002 82.9058 67.6589 84.4953 68.8311 85.6676C70.0028 86.8398 71.5928 87.498 73.2502 87.498Z' fill='%23808080' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.our-advantages ul li:nth-child(6):before{
    background-image: url("data:image/svg+xml,%3Csvg width='101' height='100' viewBox='0 0 101 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M80.0955 53.5855L76.9472 23.6944C76.8484 22.712 76.3884 21.8012 75.6567 21.1385C74.9247 20.4758 73.973 20.1084 72.9855 20.1074H48.2755C47.288 20.1084 46.3363 20.4758 45.6042 21.1385C44.8726 21.8012 44.4126 22.712 44.3138 23.6944L41.1652 53.5855C41.1094 54.1414 41.171 54.7031 41.3461 55.2335C41.5212 55.7639 41.8059 56.2518 42.1817 56.6651C42.5576 57.0785 43.0159 57.4085 43.5276 57.6331C44.0392 57.8581 44.5922 57.9726 45.1509 57.9697H76.1501C76.7088 57.9726 77.2617 57.8581 77.7734 57.6331C78.2847 57.4085 78.7434 57.0785 79.1192 56.6651C79.4947 56.2518 79.7797 55.7639 79.9547 55.2335C80.1297 54.7031 80.1913 54.1414 80.1355 53.5855H80.0955Z' fill='%23C2F3FF' /%3E%3Cpath d='M60.6305 43.382C54.163 43.3924 47.8951 41.1458 42.9067 37.0293L41.1652 53.5849C41.1094 54.1412 41.171 54.7024 41.3461 55.2328C41.5212 55.7633 41.8059 56.2512 42.1817 56.6645C42.5576 57.0778 43.0159 57.4078 43.5276 57.6324C44.0392 57.8574 44.5922 57.972 45.1509 57.9691H76.1501C76.7088 57.972 77.2617 57.8574 77.7734 57.6324C78.2847 57.4078 78.7434 57.0778 79.1192 56.6645C79.4947 56.2512 79.7797 55.7633 79.9547 55.2328C80.1297 54.7024 80.1913 54.1412 80.1355 53.5849L78.3938 37.0453C73.393 41.1644 67.1092 43.4062 60.6305 43.382Z' fill='%2366E1FF' /%3E%3Cpath d='M4.8335 95.8316V55.9766' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M4.8335 63.9473H32.732C35.9031 63.9473 38.9443 65.2068 41.1866 67.4493C43.4289 69.6914 44.6885 72.7327 44.6885 75.9035H68.6014C71.7727 75.9035 74.8139 77.1635 77.056 79.4056C79.2985 81.6481 80.5581 84.6893 80.5581 87.8602H4.8335V63.9473Z' fill='%23FFDDA1' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M44.6871 75.9043H32.7305' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M92.5138 36.0488H68.6009C67.5438 36.0488 66.5301 36.4687 65.7826 37.2162C65.0351 37.9636 64.6155 38.9773 64.6155 40.0343V59.9618C64.6155 61.0189 65.0351 62.0327 65.7826 62.7802C66.5301 63.5277 67.5438 63.9472 68.6009 63.9472H92.5138C93.5709 63.9472 94.5846 63.5277 95.3321 62.7802C96.0796 62.0327 96.4992 61.0189 96.4992 59.9618V40.0343C96.4992 39.5109 96.3963 38.9927 96.1959 38.5091C95.9955 38.0256 95.7021 37.5862 95.3321 37.2162C94.9621 36.8461 94.5226 36.5525 94.0392 36.3522C93.5555 36.1519 93.0371 36.0488 92.5138 36.0488Z' fill='%23FF808C' /%3E%3Cpath d='M92.5138 36.0488H68.6009C67.5438 36.0488 66.5301 36.4687 65.7826 37.2162C65.0351 37.9636 64.6155 38.9773 64.6155 40.0343V49.9981C64.6155 48.941 65.0351 47.9272 65.7826 47.1797C66.5301 46.4327 67.5438 46.0127 68.6009 46.0127H92.5138C93.5709 46.0127 94.5846 46.4327 95.3321 47.1797C96.0796 47.9272 96.4992 48.941 96.4992 49.9981V40.0343C96.4992 38.9773 96.0796 37.9636 95.3321 37.2162C94.5846 36.4687 93.5709 36.0488 92.5138 36.0488Z' fill='%23FFBFC5' /%3E%3Cpath d='M92.5138 36.0488H68.6009C67.5438 36.0488 66.5301 36.4687 65.7826 37.2162C65.0351 37.9636 64.6155 38.9773 64.6155 40.0343V59.9618C64.6155 61.0189 65.0351 62.0327 65.7826 62.7802C66.5301 63.5277 67.5438 63.9472 68.6009 63.9472H92.5138C93.5709 63.9472 94.5846 63.5277 95.3321 62.7802C96.0796 62.0327 96.4992 61.0189 96.4992 59.9618V40.0343C96.4992 39.5109 96.3963 38.9927 96.1959 38.5091C95.9955 38.0256 95.7021 37.5862 95.3321 37.2162C94.9621 36.8461 94.5226 36.5525 94.0392 36.3522C93.5555 36.1519 93.0371 36.0488 92.5138 36.0488Z' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M80.5576 36.0488V63.9472' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M64.6155 51.9902H96.4992' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M76.5704 20.1074H48.2733C47.2892 20.1079 46.3396 20.4725 45.6083 21.1311C44.8771 21.7897 44.415 22.6956 44.3117 23.6745L41.1632 53.5656C41.1043 54.1231 41.1637 54.6868 41.3374 55.2197C41.5112 55.7526 41.7954 56.2431 42.1715 56.6585C42.5475 57.0743 43.0071 57.406 43.5204 57.6318C44.0333 57.8576 44.5879 57.9726 45.1487 57.9697H64.6137' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M68.6005 20.1061V12.1351C68.6005 10.021 67.7609 7.99356 66.2659 6.49873C64.7709 5.00385 62.7434 4.16406 60.6297 4.16406C59.5826 4.16406 58.5464 4.37023 57.5793 4.77081C56.6122 5.1714 55.7334 5.75852 54.993 6.49873C54.253 7.2389 53.6659 8.1176 53.2651 9.08469C52.8647 10.0518 52.6584 11.0883 52.6584 12.1351V20.1061' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M80.5555 36.0491L72.5847 28.0781' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M88.5289 28.0781L80.5576 36.0491' stroke='%23191919' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.our-advantages ul li:before{
    position: absolute;
    content: "";
    left:0px;
    top:0px;
    width: 136px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.our-advantages ul li strong{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--black);
    display: flex;
    width: 100%;
    margin-bottom: 16px;
}
.our-news-section-1,
.our-news-section-2{
    padding: 64px 0px 0px;
}
.our-news-section .ty-mainbox-simple-body{
width: auto;
    margin-left: -16px;margin-right: -16px;
}
.our-news-section .ty-scroller-list{
    padding-bottom: 64px!important;
}
.our-news-section-2{padding-bottom: 64px}

.our-news-section .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:after{
    content: none!important;
}
.our-news-section .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:before{
    content: ""!important;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0588 5.35352L8.41176 13.0006L16.0588 20.6476' stroke='%23FF6800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    display: flex;
}
.our-news-section .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev{
    position: absolute;
    left:-56px;
    top:50%;
    border-radius: 30px!important;
    padding: 4px!important;
    width: 40px!important;
    height: 40px!important;
    transform: translateY(-50%);
    margin: 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    opacity: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;padding: 0px!important;
}
.our-news-section .owl-theme .owl-controls{
    position: static;
}



.our-news-section .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:before{
    content: none!important;
}
.our-news-section .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:after{
    content: ""!important;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9412 20.6465L17.5883 12.9994L9.9412 5.35237' stroke='%23FF6800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    display: flex;
}
.our-news-section .owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next{
    position: absolute;
    right:-56px;
    top:50%;
    border-radius: 30px!important;
    padding: 4px!important;
    width: 40px!important;
    height: 40px!important;
    transform: translateY(-50%);
    margin: 0px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    opacity: 1;
    display: flex;
    align-items: center;
    align-content: center;
    justify-items: center;
    justify-content: center;padding: 0px!important;
}


.ty-blog-recent-posts-scroller__item{
    margin: 0px;
    padding: 0px 16px;
}
.ty-blog-recent-posts-scroller__item:hover  .ty-blog-recent-posts-scroller__info-block a
{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: var(--orange);
}
.ty-blog-recent-posts-scroller__item:hover .ty-blog-recent-posts-scroller__info-block{
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    background: var(--extra-white);
}


.ty-blog-recent-posts-scroller__img-block{
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 212px;
    max-height:212px;
    margin-bottom: 0px;
}
.ty-blog-recent-posts-scroller__img-block img{
    max-width: 200%;
    left:50%;
    transform: translateX(-50%);

}

.ty-blog-recent-posts-scroller__item .ty-blog__date{
    margin: 0px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--blue-gray);
    margin-bottom: 8px;
}

.ty-blog-recent-posts-scroller__info-block{
    padding: 10px 20px 20px 20px;
    width:100%;
    height: 106px;
    background: var(--extra-white);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-sizing: border-box;

}
.ty-blog-recent-posts-scroller__info-block a{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    color: var(--backgraund-black);display: flex;
    height: 48px;
    overflow: hidden;
}

.tygh-footer > div{
    background: var(--backgraund-black);
}
.ty-footer-menu{padding-top: 64px;}

.span4.my-account-grid{width: 300px;}



.footer-section-1-text span{
    color: var(--orange);

    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
}
.footer-section-1-text{
    margin-top: 20px;
    margin-bottom: 16px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: var(--extra-white);
}
.footer-section-1-text-2{margin-top: 40px;font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--lines-grey);}





.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:hover{
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    background: var(--orange);
}
.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-next:hover:after{
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9412 20.6465L17.5883 12.9994L9.9412 5.35237' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.owl-carousel.owl-theme .owl-controls .owl-buttons div.owl-prev:hover:before{
    content: ""!important;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.0588 5.35352L8.41176 13.0006L16.0588 20.6476' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 26px;
    height: 26px;
    display: flex;
}


.ty-footer-menu .ty-footer-general__header{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--extra-white);
    margin-bottom: 16px;
}

.ty-footer-general__body{margin:0px;padding: 0px;}
.ty-footer-general__body li{margin: 0px;margin-bottom: 8px;padding: 0px;}
.ty-text-links__active > .ty-text-links__a, .no-touch .ty-text-links__a:hover,
.ty-footer-general__body li a{font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--lines-grey);}

.customer-service-grid a{
    display: flex;
    align-items: center;
    align-content: center;
    width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--lines-grey);
    margin-bottom: 8px;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    height: 21px;
}
.customer-service-grid a:hover{
    color: var(--lines-grey);
}
.customer-service-grid a:nth-child(1),
.customer-service-grid a:nth-child(2){
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2098_36804)'%3E%3Cmask id='mask0_2098_36804' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath d='M19.4999 0H0.333252V20H19.4999V0Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_2098_36804)'%3E%3Cpath d='M13.6794 6.0806C13.6794 6.0806 15.0735 5.61517 16.1942 4.49805L16.1967 5.42869C15.5934 5.94234 14.7846 6.21647 14.7846 6.21647L13.6794 6.0806Z' fill='%236F6F6F' /%3E%3Cpath d='M18.815 0L18.8125 0.578032C18.9096 4.10676 18.9029 7.65854 18.7899 11.1873C18.7899 11.1619 18.7899 11.1366 18.7899 11.1113L18.7854 12.7697L19.4971 12.2721V0.718535L18.815 0Z' fill='%236F6F6F' /%3E%3Cpath d='M18.8151 0.573534L18.8151 0L16.5941 0.327076C16.3975 0.923644 16.1332 2.23425 13.6794 3.49879V6.08089C13.6794 6.08089 15.0735 5.61559 16.1942 4.49846V12.5648L18.7857 12.7698L18.7902 11.1114C18.6931 7.60567 18.7021 4.07692 18.8151 0.573534Z' fill='%23414141' /%3E%3Cpath d='M18.815 0.572266C18.9144 4.10329 18.9053 7.65738 18.7901 11.1861C18.6907 7.65507 18.6998 4.10098 18.815 0.572266Z' fill='%23ACACAC' /%3E%3Cpath d='M12.5047 18.8115L11.6236 15.6836L10.48 15.7357L11.2214 18.3509L12.5047 18.8115Z' fill='%23820000' /%3E%3Cpath d='M9.75721 12.7805L8.66138 8.74966L9.28499 6.6582L10.9976 12.7805H9.75721Z' fill='%23820000' /%3E%3Cpath d='M10.9977 2.91401L7.40522 2.2207L6.35685 5.29797C5.12094 9.17452 3.815 13.0626 2.45483 16.9115C4.94245 16.1491 6.59411 14.5805 7.85939 12.7816H7.46173L9.28506 6.65926L9.86348 8.72768C11.0316 5.43849 10.9977 2.91401 10.9977 2.91171V2.91401Z' fill='%23FF3F36' /%3E%3Cpath d='M11.0541 2.92327L10.9976 2.91406C10.9976 2.91406 11.0315 5.43611 9.86339 8.72761L10.9976 12.7816H7.85927C6.59399 14.5805 4.94232 16.1491 2.45471 16.9115C2.08869 17.9434 1.72266 18.9753 1.34985 20.0003L5.6676 19.5397L6.68208 15.9096L11.6234 15.6838L12.5046 18.8118L15.5955 18.4686L11.0541 2.92327Z' fill='%23EB140A' /%3E%3Cpath d='M6.46283 4.96817C6.44021 5.04186 6.41537 5.11328 6.39279 5.18696L7.40493 2.22266L5.8618 3.03104L0.333008 19.143L1.35004 20.0017C2.94745 14.9735 4.66207 9.92498 6.46057 4.96817H6.46283Z' fill='%23B80000' /%3E%3Cpath d='M6.46292 4.96484C4.8655 9.99306 3.14835 15.042 1.34985 19.9988C2.94727 14.9706 4.66443 9.92165 6.46292 4.96484Z' fill='%23FDC9C4' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2098_36804'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.333252)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.customer-service-grid a:nth-child(3),
.customer-service-grid a:nth-child(4){
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29068 0.923184C4.8586 0.979482 4.38319 1.07603 4.15273 1.15433C2.99902 1.54629 2.1169 2.4408 1.72094 3.62033C1.48907 4.3111 1.48217 4.49489 1.4823 9.97042C1.48239 13.2831 1.498 15.1309 1.52805 15.3831C1.59771 15.9677 1.72124 16.4046 1.94907 16.8725C2.50724 18.0188 3.56902 18.7718 4.92898 18.9858C5.4586 19.0691 15.7185 19.0691 16.2481 18.9858C17.5869 18.7751 18.644 18.0365 19.2049 16.9198C19.4424 16.447 19.5504 16.0811 19.6324 15.471C19.7238 14.7907 19.7237 5.13821 19.6323 4.46825C19.5475 3.84663 19.4687 3.57633 19.2294 3.08527C18.7726 2.14752 17.9583 1.45221 16.9451 1.13463C16.1837 0.89595 16.1089 0.893226 10.5339 0.900163C7.72034 0.903652 5.3609 0.914035 5.29068 0.923184ZM10.1099 3.30059C8.23677 3.75455 6.24575 6.8171 5.75439 10.0002C5.65337 10.6544 5.6506 11.91 5.74894 12.447C6.01592 13.905 6.68119 15.07 7.67366 15.8176C8.17494 16.1951 8.91183 16.4986 9.63043 16.6234C10.1948 16.7215 11.4114 16.6838 11.9077 16.553C12.3217 16.4438 12.9082 16.2008 13.2586 15.9934C13.5663 15.8111 14.3103 15.08 14.545 14.7291C14.9537 14.1182 15.2738 13.2909 15.4281 12.447C15.5248 11.9181 15.5235 10.6967 15.4256 10.0427C15.0914 7.81059 13.9914 5.52948 12.6229 4.23067C12.2492 3.87595 12.0269 3.71718 11.6128 3.5094C11.1006 3.25233 10.5975 3.18242 10.1099 3.30059Z' fill='%23E31E24' /%3E%3Cpath d='M10.1099 3.30059C8.23677 3.75455 6.24575 6.8171 5.75439 10.0002C5.65337 10.6544 5.6506 11.91 5.74894 12.447C6.01592 13.905 6.68119 15.07 7.67366 15.8176C8.17494 16.1951 8.91183 16.4986 9.63043 16.6234C10.1948 16.7215 11.4114 16.6838 11.9077 16.553C12.3217 16.4438 12.9082 16.2008 13.2586 15.9934C13.5663 15.8111 14.3103 15.08 14.545 14.7291C14.9537 14.1182 15.2738 13.2909 15.4281 12.447C15.5248 11.9181 15.5235 10.6967 15.4256 10.0427C15.0914 7.81059 13.9914 5.52948 12.6229 4.23067C12.2492 3.87595 12.0269 3.71718 11.6128 3.5094C11.1006 3.25233 10.5975 3.18242 10.1099 3.30059Z' fill='white' /%3E%3C/svg%3E");
}

.customer-service-grid a:nth-child(5){
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4999 11.7871C14.4999 11.7059 14.4925 11.6469 14.4778 11.61C14.463 11.5731 14.3966 11.5123 14.2786 11.4274C14.1605 11.3426 14.0111 11.2503 13.8303 11.1507C13.6495 11.0511 13.4743 10.9533 13.3046 10.8574C13.1349 10.7615 12.967 10.6693 12.801 10.5807C12.635 10.4922 12.5299 10.4368 12.4856 10.4147C12.4487 10.3926 12.3786 10.3446 12.2753 10.2708C12.172 10.197 12.0798 10.1417 11.9986 10.1048C11.9175 10.0679 11.84 10.0495 11.7662 10.0495C11.6555 10.0495 11.5209 10.1251 11.3622 10.2764C11.2036 10.4276 11.0579 10.5936 10.925 10.7744C10.7922 10.9552 10.6502 11.1212 10.4989 11.2725C10.3477 11.4237 10.2241 11.4993 10.1282 11.4993C10.0765 11.4993 10.0157 11.4864 9.94556 11.4606C9.87546 11.4348 9.81828 11.4108 9.77401 11.3887C9.72974 11.3665 9.66702 11.3315 9.58586 11.2835C9.50469 11.2356 9.45304 11.2042 9.43091 11.1895C8.70044 10.7836 8.07327 10.3169 7.5494 9.78939C7.02553 9.26183 6.55699 8.63281 6.1438 7.90234C6.12904 7.88021 6.09768 7.82856 6.04972 7.7474C6.00176 7.66623 5.96672 7.60352 5.94458 7.55924C5.92244 7.51497 5.89846 7.45779 5.87264 7.3877C5.84682 7.3176 5.8339 7.25673 5.8339 7.20508C5.8339 7.10916 5.90953 6.98557 6.06079 6.83431C6.21205 6.68305 6.37807 6.54102 6.55884 6.4082C6.73961 6.27539 6.90563 6.12967 7.05688 5.97103C7.20814 5.81239 7.28377 5.67773 7.28377 5.56706C7.28377 5.49327 7.26533 5.4158 7.22843 5.33464C7.19154 5.25347 7.1362 5.16124 7.06242 5.05794C6.98863 4.95464 6.94067 4.88455 6.91854 4.84766C6.8964 4.80339 6.84106 4.69824 6.75252 4.53223C6.66398 4.36621 6.57175 4.19835 6.47583 4.02865C6.37991 3.85894 6.28215 3.6837 6.18254 3.50293C6.08293 3.32216 5.99069 3.17274 5.90584 3.05469C5.82099 2.93663 5.76012 2.87023 5.72323 2.85547C5.68633 2.84071 5.62731 2.83333 5.54614 2.83333C5.19198 2.83333 4.81936 2.9145 4.4283 3.07682C4.08889 3.23177 3.79376 3.5804 3.54289 4.12272C3.29202 4.66504 3.16659 5.14648 3.16659 5.56706C3.16659 5.68511 3.17581 5.81055 3.19425 5.94336C3.2127 6.07617 3.23115 6.18869 3.24959 6.28092C3.26804 6.37316 3.30124 6.4949 3.3492 6.64616C3.39716 6.79742 3.43405 6.90625 3.45988 6.97266C3.4857 7.03906 3.53182 7.16081 3.59823 7.33789C3.66463 7.51497 3.70521 7.62565 3.71997 7.66992C4.16268 8.87999 4.9614 10.0624 6.11613 11.2171C7.27086 12.3719 8.45326 13.1706 9.66333 13.6133C9.7076 13.628 9.81828 13.6686 9.99536 13.735C10.1724 13.8014 10.2942 13.8475 10.3606 13.8734C10.427 13.8992 10.5358 13.9361 10.6871 13.984C10.8384 14.032 10.9601 14.0652 11.0523 14.0837C11.1446 14.1021 11.2571 14.1206 11.3899 14.139C11.5227 14.1574 11.6481 14.1667 11.7662 14.1667C12.1868 14.1667 12.6682 14.0412 13.2105 13.7904C13.7528 13.5395 14.1015 13.2444 14.2564 12.9049C14.4188 12.5139 14.4999 12.1413 14.4999 11.7871ZM17.3333 3.1875V13.8125C17.3333 14.6905 17.0215 15.4413 16.398 16.0648C15.7745 16.6883 15.0238 17 14.1458 17H3.52075C2.64271 17 1.89195 16.6883 1.26847 16.0648C0.644992 15.4413 0.333252 14.6905 0.333252 13.8125V3.1875C0.333252 2.30946 0.644992 1.5587 1.26847 0.935221C1.89195 0.31174 2.64271 0 3.52075 0H14.1458C15.0238 0 15.7745 0.31174 16.398 0.935221C17.0215 1.5587 17.3333 2.30946 17.3333 3.1875Z' fill='white' /%3E%3Cpath d='M14.4999 11.7871C14.4999 11.7059 14.4925 11.6469 14.4778 11.61C14.463 11.5731 14.3966 11.5123 14.2786 11.4274C14.1605 11.3426 14.0111 11.2503 13.8303 11.1507C13.6495 11.0511 13.4743 10.9533 13.3046 10.8574C13.1349 10.7615 12.967 10.6693 12.801 10.5807C12.635 10.4922 12.5299 10.4368 12.4856 10.4147C12.4487 10.3926 12.3786 10.3446 12.2753 10.2708C12.172 10.197 12.0798 10.1417 11.9986 10.1048C11.9175 10.0679 11.84 10.0495 11.7662 10.0495C11.6555 10.0495 11.5209 10.1251 11.3622 10.2764C11.2036 10.4276 11.0579 10.5936 10.925 10.7744C10.7922 10.9552 10.6502 11.1212 10.4989 11.2725C10.3477 11.4237 10.2241 11.4993 10.1282 11.4993C10.0765 11.4993 10.0157 11.4864 9.94556 11.4606C9.87546 11.4348 9.81828 11.4108 9.77401 11.3887C9.72974 11.3665 9.66702 11.3315 9.58586 11.2835C9.50469 11.2356 9.45304 11.2042 9.43091 11.1895C8.70044 10.7836 8.07327 10.3169 7.5494 9.78939C7.02553 9.26183 6.55699 8.63281 6.1438 7.90234C6.12904 7.88021 6.09768 7.82856 6.04972 7.7474C6.00176 7.66623 5.96672 7.60352 5.94458 7.55924C5.92244 7.51497 5.89846 7.45779 5.87264 7.3877C5.84682 7.3176 5.8339 7.25673 5.8339 7.20508C5.8339 7.10916 5.90953 6.98557 6.06079 6.83431C6.21205 6.68305 6.37807 6.54102 6.55884 6.4082C6.73961 6.27539 6.90563 6.12967 7.05688 5.97103C7.20814 5.81239 7.28377 5.67773 7.28377 5.56706C7.28377 5.49327 7.26533 5.4158 7.22843 5.33464C7.19154 5.25347 7.1362 5.16124 7.06242 5.05794C6.98863 4.95464 6.94067 4.88455 6.91854 4.84766C6.8964 4.80339 6.84106 4.69824 6.75252 4.53223C6.66398 4.36621 6.57175 4.19835 6.47583 4.02865C6.37991 3.85894 6.28215 3.6837 6.18254 3.50293C6.08293 3.32216 5.99069 3.17274 5.90584 3.05469C5.82099 2.93663 5.76012 2.87023 5.72323 2.85547C5.68633 2.84071 5.62731 2.83333 5.54614 2.83333C5.19198 2.83333 4.81936 2.9145 4.4283 3.07682C4.08889 3.23177 3.79376 3.5804 3.54289 4.12272C3.29202 4.66504 3.16659 5.14648 3.16659 5.56706C3.16659 5.68511 3.17581 5.81055 3.19425 5.94336C3.2127 6.07617 3.23115 6.18869 3.24959 6.28092C3.26804 6.37316 3.30124 6.4949 3.3492 6.64616C3.39716 6.79742 3.43405 6.90625 3.45988 6.97266C3.4857 7.03906 3.53182 7.16081 3.59823 7.33789C3.66463 7.51497 3.70521 7.62565 3.71997 7.66992C4.16268 8.87999 4.9614 10.0624 6.11613 11.2171C7.27086 12.3719 8.45326 13.1706 9.66333 13.6133C9.7076 13.628 9.81828 13.6686 9.99536 13.735C10.1724 13.8014 10.2942 13.8475 10.3606 13.8734C10.427 13.8992 10.5358 13.9361 10.6871 13.984C10.8384 14.032 10.9601 14.0652 11.0523 14.0837C11.1446 14.1021 11.2571 14.1206 11.3899 14.139C11.5227 14.1574 11.6481 14.1667 11.7662 14.1667C12.1868 14.1667 12.6682 14.0412 13.2105 13.7904C13.7528 13.5395 14.1015 13.2444 14.2564 12.9049C14.4188 12.5139 14.4999 12.1413 14.4999 11.7871Z' fill='%23FF6800' /%3E%3C/svg%3E");
}


.about-grid ul{
    margin: 0px;
    padding: 0px;
}
.about-grid ul li a,
.about-grid ul li{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--lines-grey)!important;
}
.about-grid ul li{margin-bottom:8px;padding-left: 32px;background-position: top left;background-repeat: no-repeat}

.about-grid ul li:nth-child(1){
    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='M16.8932 16.8008L15.9682 18.5401L20.497 17.7997C19.5831 17.3413 18.3459 17.0137 16.8932 16.8008ZM5.22677 17.18C3.12917 17.7332 1.80029 18.6397 1.80029 19.9861C1.80116 20.2759 1.86452 20.5622 1.98605 20.8253L9.25445 19.6373L5.22677 17.18ZM22.0299 19.2008L11.9139 20.8496L14.5817 23.8846C18.9627 23.4922 22.2003 22.0928 22.2003 19.9861C22.2003 19.7053 22.1398 19.4441 22.0299 19.2008ZM10.2046 21.1342L3.36941 22.2514C5.17613 23.3705 8.36501 24.0008 12.0003 24.0008C12.2206 24.0008 12.4359 23.9945 12.6529 23.99L10.2046 21.1342Z' fill='white' /%3E%3Cpath d='M12.0004 2.20117C8.70437 2.20117 6 4.93206 6 8.26307C6 9.54361 6.40179 10.7365 7.08021 11.7174L10.9695 18.5277L10.9861 18.5496C11.1396 18.7526 11.2894 18.9128 11.4654 19.0305C11.6413 19.1485 11.8597 19.219 12.074 19.1973C12.5023 19.1538 12.7646 18.8474 13.0135 18.5058L13.0268 18.4882L17.3206 11.0857L17.323 11.081C17.4237 10.8967 17.4981 10.709 17.5612 10.5263C17.8506 9.80776 17.9996 9.03914 18 8.26307C18 4.93206 15.2964 2.20117 12.0004 2.20117ZM12.0004 5.69235C13.4302 5.69235 14.5462 6.82072 14.5462 8.26286C14.5462 9.70542 13.4302 10.8334 12.0004 10.8334C10.5704 10.8334 9.45376 9.70522 9.45376 8.26286C9.45376 6.82092 10.5706 5.69235 12.0004 5.69235Z' fill='%23FF6800' /%3E%3C/svg%3E");
}


.about-grid ul li:nth-child(2){
    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='M22.1487 9.65625H16.1487C16.0456 9.65625 15.9612 9.74062 15.9612 9.84375V10.9688C15.9612 11.0719 16.0456 11.1562 16.1487 11.1562H22.1487C22.2519 11.1562 22.3362 11.0719 22.3362 10.9688V9.84375C22.3362 9.74062 22.2519 9.65625 22.1487 9.65625ZM19.0081 12.8438H16.1487C16.0456 12.8438 15.9612 12.9281 15.9612 13.0312V14.1562C15.9612 14.2594 16.0456 14.3438 16.1487 14.3438H19.0081C19.1112 14.3438 19.1956 14.2594 19.1956 14.1562V13.0312C19.1956 12.9281 19.1112 12.8438 19.0081 12.8438ZM11.187 7.55859H10.1722C10.0269 7.55859 9.90967 7.67578 9.90967 7.82109V13.6336C9.90967 13.718 9.94951 13.7953 10.0175 13.8445L13.5073 16.3898C13.6245 16.4742 13.7886 16.4508 13.873 16.3336L14.4753 15.5109V15.5086C14.5597 15.3914 14.5339 15.2273 14.4167 15.143L11.4472 12.9961V7.82109C11.4495 7.67578 11.33 7.55859 11.187 7.55859Z' fill='%23FF6800' /%3E%3Cpath d='M18.8628 15.7949H17.5081C17.3768 15.7949 17.2526 15.8628 17.1823 15.9753C16.8846 16.4464 16.5378 16.8824 16.1393 17.2808C15.4526 17.9675 14.6534 18.5066 13.7651 18.8816C12.844 19.2706 11.8667 19.4675 10.8589 19.4675C9.8487 19.4675 8.87135 19.2706 7.9526 18.8816C7.06432 18.5066 6.2651 17.9675 5.57838 17.2808C4.89167 16.5941 4.3526 15.7949 3.9776 14.9066C3.58854 13.9878 3.39167 13.0105 3.39167 12.0003C3.39167 10.9902 3.58854 10.0152 3.9776 9.09407C4.3526 8.20579 4.89167 7.40657 5.57838 6.71986C6.2651 6.03314 7.06432 5.49407 7.9526 5.11907C8.87135 4.73001 9.85104 4.53314 10.8589 4.53314C11.869 4.53314 12.8464 4.73001 13.7651 5.11907C14.6534 5.49407 15.4526 6.03314 16.1393 6.71986C16.5378 7.11829 16.8846 7.55423 17.1823 8.02532C17.2526 8.13782 17.3768 8.20579 17.5081 8.20579H18.8628C19.0245 8.20579 19.1276 8.03704 19.0549 7.89407C17.5268 4.85423 14.4284 2.87845 10.969 2.83861C5.90417 2.77532 1.69714 6.92142 1.68776 11.9816C1.67839 17.0511 5.78698 21.1644 10.8565 21.1644C14.3604 21.1644 17.5104 19.1816 19.0549 16.1066C19.1276 15.9636 19.0221 15.7949 18.8628 15.7949Z' fill='white' /%3E%3C/svg%3E");
}



.about-grid ul li:nth-child(3){
    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='M2.78467 9.19727V18.8385H21.2159V9.19727L12.0003 13.7798L2.78467 9.19727Z' fill='white' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.78467 5.16211V7.72523L12.0003 12.3059L21.2159 7.72523V5.16211H2.78467Z' fill='white' /%3E%3Cpath d='M12.0039 7.27086C14.9289 7.27086 16.8996 9.23211 16.9183 12.1552C16.9202 12.1796 16.9202 12.2134 16.9221 12.2527C16.9239 12.4927 16.8827 12.9821 16.6052 13.4565C16.5808 13.5015 16.5564 13.5465 16.5264 13.5896C16.2208 14.0284 15.6302 14.3134 15.0171 14.3152H15.0133C14.4321 14.3152 13.8996 14.0771 13.5433 13.6627C13.1233 14.1671 12.4802 14.4952 11.6571 14.4971H11.6496C10.7233 14.4971 10.0127 14.0921 9.60581 13.4752C9.37894 13.1302 9.24769 12.7177 9.22519 12.2734C9.2214 12.2297 9.21952 12.1859 9.21956 12.1421C9.21581 10.839 10.1496 9.77961 11.6477 9.77586H11.6514C12.1314 9.77586 12.5458 9.89211 12.8983 10.0834V9.95398C12.8983 9.89773 12.9433 9.85086 13.0014 9.85086L14.2427 9.84711C14.2989 9.84711 14.3458 9.89211 14.3458 9.95023L14.3514 11.6059H14.3589C14.3646 11.7802 14.3983 12.0315 14.4583 12.2584C14.5052 12.4402 14.5708 12.6071 14.6514 12.7046C14.7546 12.8265 14.9177 12.8471 15.0096 12.8471H15.0152C15.1746 12.8471 15.3002 12.7777 15.3264 12.7496C15.4446 12.5809 15.4633 12.3465 15.4596 12.2565V12.2415L15.4577 12.1834C15.4539 10.5165 14.5464 8.73711 12.0096 8.73711H11.9964C9.96394 8.74086 8.54644 10.1134 8.55206 12.0746C8.55206 12.1421 8.55769 12.2077 8.56144 12.2734C8.58394 12.7102 8.67769 13.1134 8.83331 13.4752C9.33769 14.6509 10.5002 15.3952 11.9983 15.3952H12.0077C12.8458 15.3934 13.5977 15.1627 14.1827 14.7296L15.0564 15.9071C14.2183 16.5277 13.1664 16.8577 12.0114 16.8596H11.9964C9.66019 16.8596 7.85081 15.5002 7.27707 13.479C7.16832 13.1002 7.10831 12.6971 7.09144 12.2771C7.08956 12.2115 7.08206 12.1459 7.08206 12.0784C7.07644 9.30148 9.13894 7.27836 11.9889 7.27273C11.9927 7.27086 11.9983 7.27086 12.0039 7.27086ZM11.6477 13.2259H11.6514C12.2927 13.224 12.7052 12.804 12.7633 12.2621C12.7689 12.219 12.7746 12.1759 12.7746 12.1309C12.7727 11.5309 12.3396 11.0415 11.6477 11.0415H11.6439C10.9521 11.0434 10.5208 11.5346 10.5227 12.1365C10.5227 12.1815 10.5302 12.2246 10.5358 12.2677C10.5958 12.8077 11.0083 13.2259 11.6477 13.2259ZM12.0039 6.27148H11.9852C10.3464 6.27523 8.84644 6.86023 7.76456 7.92148C6.67519 8.98836 6.07894 10.4659 6.08081 12.0802C6.08081 12.1421 6.08457 12.204 6.08832 12.2659L6.09207 12.3127C6.11269 12.8209 6.18581 13.3027 6.31519 13.7546C7.02581 16.2502 9.25519 17.8627 11.9964 17.8627C13.3839 17.8609 14.6402 17.4634 15.6508 16.7134C15.8637 16.5554 16.0052 16.3193 16.0443 16.057C16.0833 15.7948 16.0166 15.5278 15.8589 15.3146L15.7858 15.2171C16.4271 15.0484 16.9914 14.6752 17.3477 14.1634C17.3927 14.0977 17.4321 14.0302 17.4696 13.9627C17.8671 13.2821 17.9233 12.5977 17.9214 12.249C17.9214 12.2002 17.9196 12.1609 17.9177 12.1309C17.8839 8.67711 15.4558 6.27148 12.0039 6.27148Z' fill='white' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.9184 12.1559C16.8997 9.22713 14.9215 7.26401 11.989 7.27151C9.13904 7.27713 7.07654 9.30026 7.08216 12.0771C7.08216 12.1446 7.08966 12.2103 7.09154 12.2759C7.10841 12.6978 7.16841 13.099 7.27716 13.4778C7.85466 15.5046 9.66779 16.864 12.0115 16.8584C13.1647 16.8565 14.2184 16.5265 15.0565 15.9059L14.1828 14.7284C13.5997 15.1615 12.8459 15.3903 12.0078 15.394C10.5059 15.3978 9.33967 14.6515 8.82779 13.474C8.67217 13.1121 8.57842 12.7071 8.55591 12.2721C8.55217 12.2065 8.54654 12.1409 8.54654 12.0734C8.54279 10.1121 9.95842 8.74151 11.9909 8.73588C14.5372 8.73026 15.4484 10.5134 15.4522 12.1821L15.454 12.2403V12.2553C15.4578 12.3453 15.439 12.5796 15.3209 12.7484C15.2947 12.7765 15.169 12.8459 15.0097 12.8459C14.9197 12.8459 14.7509 12.8271 14.6459 12.7034C14.5634 12.6059 14.4997 12.4371 14.4528 12.2571C14.3928 12.0303 14.3572 11.779 14.3534 11.6046H14.3459L14.3403 9.94901C14.3403 9.89276 14.2934 9.84588 14.2372 9.84588L12.9959 9.84963C12.9397 9.84963 12.8928 9.89651 12.8928 9.95276V10.0821C12.5403 9.89088 12.124 9.77276 11.6422 9.77463C10.1459 9.77838 9.21216 10.8378 9.21404 12.1409C9.21404 12.1859 9.21779 12.229 9.21966 12.2721C9.24216 12.7184 9.37341 13.129 9.60029 13.474C10.009 14.0928 10.7215 14.4996 11.6515 14.4959C12.4747 14.494 13.1178 14.1659 13.5378 13.6615C13.894 14.0759 14.4284 14.3159 15.0115 14.314C15.6247 14.3121 16.2153 14.029 16.5209 13.5884C16.5509 13.5453 16.5753 13.5003 16.5997 13.4553C16.8772 12.9809 16.9184 12.4896 16.9165 12.2515C16.9203 12.214 16.9184 12.1803 16.9184 12.1559ZM12.7634 12.2628C12.7053 12.8046 12.2928 13.2246 11.6515 13.2265C11.0103 13.2284 10.5959 12.8084 10.5359 12.2684C10.5303 12.2253 10.5228 12.1821 10.5228 12.1371C10.5209 11.5353 10.954 11.044 11.644 11.0421C12.3378 11.0403 12.7728 11.5296 12.7747 12.1315C12.7747 12.1765 12.7672 12.2196 12.7634 12.2628Z' fill='%23ED6C30' /%3E%3C/svg%3E");
}
.footer-copyright a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--lines-grey);
}
.footer-copyright{
    background: var(--backgraund-black);
    border-top: 1px solid var(--black);
    padding: 32px 0px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px!important;
    line-height: 140%;
    color: var(--lines-grey);

}
.bottom-copyright{margin: 0px auto;padding:0px;
    max-width: 1520px;
    min-width: 280px;
    margin: 0 auto;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: var(--lines-grey);
}

.tygh-content{overflow-x: hidden;}

.span16.breadcrumbs-grid{
    height: 71px;
    background: var(--orange);
    box-sizing: border-box;
    padding: 20px 0px;
    position: relative;
    display: flex;
    align-items: center;
    align-content: center;
    margin-bottom: 64px;
}
.span16.breadcrumbs-grid:before{
    content: "";
    position: absolute;
    top:0px;
    left:-50%;
    height: 100%;
    width: 50%;
    background: var(--orange);
}

.span16.breadcrumbs-grid:after{
    content: "";
    position: absolute;
    top:0px;
    right:-50%;
    height: 100%;
    width: 50%;
    background: var(--orange);
}

.ty-breadcrumbs{margin: 0px;padding: 0px;display: flex;align-content: center;align-items: center;}
.ty-breadcrumbs__current,
.ty-breadcrumbs__a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;  white-space: nowrap;
    color: var(--extra-white);
}
.ty-breadcrumbs__a:hover{
    color: var(--extra-white);
    text-decoration: underline;
}
.ty-breadcrumbs__slash{
    font-size: 0px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.58826 10.0293L8.11768 6.49989L4.58826 2.97047' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    width: 12px;
    height: 12px;
    margin: 0px 10px;
    flex:0 0 12px;
    position: relative;
    top:2px;
}
.page-extra-block-title h1{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--backgraund-black);
    margin-bottom: 32px;
    position: relative;
}

.page-extra-block-title h1:after{
    content: "";
    background: var(--lines-grey);
    height: 1px;
    width: 100%;
    position: absolute;
    right:0px;
    top:50%;  transform: translateY(-50%); /* Центрирование по вертикали */
}
.page-extra-block-title span{
    position: relative;
    z-index: 1;    padding-right: 32px;
    background: var(--backgraund);
}
.catalog-menu-left{margin-bottom: 32px;}

.catalog-menu-left ul{margin: 0px;}
.catalog-menu-left ul.cat-id-265 .ty-level-2{display: none;}
.catalog-menu-left ul.cat-id-265 .ty-level-3{display: none;}
.catalog-menu-left ul .ty-level-3{display: none;}
.catalog-menu-left ul .ty-level-4{display: none;}

.catalog-menu-left ul.level-cat-3 .ty-level-3{display: block;}
.catalog-menu-left ul.level-cat-4 .ty-level-4{display: block;}
.catalog-menu-left li{margin: 0px!important;padding: 0px;}
.catalog-menu-left li a:hover,
.catalog-menu-left li a{
    padding: 12px 20px;background: #ebebeb;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #000;
    display: flex;
}

.catalog-menu-left li a:hover{
    background: #fafafa;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: var(--orange)!important;
}
.catalog-menu-left{
    border-radius: 15px;
    overflow: hidden;
}

.catalog-filter-left .ty-product-filters__wrapper{
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    border-radius: 15px;
    padding: 20px;

}
.catalog-filter-left .ty-product-filters__switch{
    padding: 7px 0px;
    border: 0px;
    margin-bottom: 16px;
}

.catalog-filter-left .ty-product-filters__title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: #000;
}


.catalog-filter-left  .ty-product-filters__switch-right:before{content: none;}
.catalog-filter-left  .ty-product-filters__switch-right{
    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='M19.0586 14.8244L11.9998 7.76562L4.94095 14.8244' stroke='%23191919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.catalog-filter-left  .ty-product-filters__switch-down:before{content: none;}
.catalog-filter-left  .ty-product-filters__switch-down{
    transform: rotate(180deg);
    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='M19.0586 14.8244L11.9998 7.76562L4.94095 14.8244' stroke='%23191919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}


.catalog-filter-left .ty-product-filters{
    padding: 0px;
    margin: 0px;
    padding-bottom: 30px;border-bottom: 1px solid var(--lines-grey);
    margin-bottom: 23px;
}
.catalog-filter-left .ty-product-filters  li{padding: 0px;}
.catalog-filter-left .ty-product-filters ul{
    margin: 0px;
}
.catalog-filter-left .ty-product-filters ul li{
    padding: 0px;
    margin: 0px;
    margin-bottom: 16px;
}
.catalog-filter-left .ty-product-filters ul li:last-child{margin-bottom: 0px;}
.catalog-filter-left .ty-product-filters ul li input[type='checkbox']{
    border: 1px solid var(--stroke-dark);
    border-radius: 5px;
    width: 24px;
    height: 24px;
    margin: 0px;margin-right: 8px;
}
.catalog-filter-left .ty-product-filters ul li label{
    display: flex;
    height: 24px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
}
.ty-product-filters__item-more{margin-bottom: 0px;}


/* Скрываем стандартный чекбокс */
.catalog-filter-left .cm-product-filters-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Создаем кастомный чекбокс */
.catalog-filter-left .cm-product-filters-checkbox + span {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    display: flex;
    height: 24px;
}

/* Стиль для невыбранного чекбокса */
.catalog-filter-left .cm-product-filters-checkbox + span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid var(--stroke-dark);
    border-radius: 5px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
}

/* Стиль для выбранного чекбокса */
.catalog-filter-left .cm-product-filters-checkbox:checked + span:before {
    background: var(--orange);
    border-color: var(--orange);
}

/* Галочка (можно заменить на background-image) */
.catalog-filter-left .cm-product-filters-checkbox:checked + span:after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L5.2551 11L1 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    left:0px;
    top:0px;
    background-position: center;
    background-repeat: no-repeat;
}



/* Скрываем стандартный чекбокс */
.select-model-inner .cm-product-filters-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Создаем кастомный чекбокс */
.select-model-inner .cm-product-filters-checkbox + span {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    display: flex;
    height: 24px;
    margin-top: 10px;
}

/* Стиль для невыбранного чекбокса */
.select-model-inner .cm-product-filters-checkbox + span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid var(--stroke-dark);
    border-radius: 5px;
    width: 24px;
    height: 24px;
    box-sizing: border-box;left: 50%;
    transform: translateX(-50%);
}

/* Стиль для выбранного чекбокса */
.select-model-inner .cm-product-filters-checkbox:checked + span:before {
    background: var(--orange);
    border-color: var(--orange);
}
.select-model-inner label{
    display: inline-block;
}
/* Галочка (можно заменить на background-image) */
.select-model-inner .cm-product-filters-checkbox:checked + span:after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L5.2551 11L1 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    left:0px;
    top:0px;
    background-position: center;
    background-repeat: no-repeat;left: 50%;
    transform: translateX(-50%);
}
.ty-product-filters__title .ty-icon-cancel-circle{top:1px;}
.ty-product-filters__title .ty-icon-cancel-circle {
  color: var(--orange);
}
.ty-product-filters__tools {
    display: none;
}
.ty-price-slider{padding: 0px;}
.ty-price-slider input{
    border: 1px solid var(--stroke-dark);
    border-radius: 20px;
    padding: 8px 16px;
    width: 92px;
    height: 38px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--blue-gray);
}
.ty-price-slider__filter-suffix{
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: var(--black);
}
.ty-price-slider__filter-prefix{
    position: absolute;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--backgraund-black);
    top:0px;
}
.ty-price-slider__inputs{
    position: relative;padding-top: 29px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.ty-range-slider .ui-slider-handle{
    border-radius: 100%;
    background: var(--orange);
    width: 16px;
    height: 16px;
}
.ty-range-slider .ui-slider-range{
    background: var(--blue-gray);
    height: 1px;
}
.ty-range-slider{
    height: 1px;
    border:0px;
}
.ty-range-slider__wrapper{
    display: none;
}
.ty-price-slider-center{
    position: relative;
    top: 6px;
}
.ty-sort-dropdown{
    display: inline-block;
}
.ty-sort-container{
    background: transparent;
    margin-top: 0px;margin-bottom: 32px;
}
.ty-sort-dropdown-title{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #000;
    margin-right: 8px;
}
.ty-sort-dropdown__wrapper{
    border: 1px solid var(--stroke-dark);
    border-radius: 20px;
    padding: 8px 16px;
    height: 40px;background: var(--extra-white);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--blue-gray);
    box-sizing: border-box;
    padding-right: 50px;
}
.ty-sort-dropdown__content{
    right: 0px;
}
.ty-sort-dropdown__icon:before{
    content: none;
}
.ty-sort-dropdown__icon{
    position: absolute;
    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.94141 9.17555L12.0002 16.2344L19.0591 9.17555' stroke='%23191919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    width: 24px;
    height: 24px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    right: 16px;

    top:50%;
    transform: translateY(-50%);

}
.ty-sort-dropdown__wrapper.open,
.ty-sort-dropdown__wrapper:hover{
    color: var(--orange);
    background: var(--extra-white);
}
.ty-sort-dropdown__content{
    border: 1px solid var(--stroke-dark);border-radius: 16px;overflow: hidden;margin-top: 5px;

}
.ty-sort-dropdown__content-item-a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--blue-gray);
}
.ty-sort-dropdown__content-item-a:hover{
    color: var(--orange);
    background: var(--extra-white);
}
.ty-sort-dropdown{margin-right: 32px;}
.ty-sort-container__views-a{
    background: var(--extra-white);
    display: flex;
    padding: 0px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--lines-grey);
    border-radius: 5px;
    margin-left: 16px;
    align-content: center;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.ty-sort-container__views-a i{
    display: flex;
}
.ty-sort-container__views-a.active,
.ty-sort-container__views-a:hover{
    background: var(--orange);
    border-color: var(--orange);
}
.ty-sort-container__views-a path,
.ty-sort-container__views-a path{
    fill: var(--blue-gray);
}

.ty-sort-container__views-a.active path,
.ty-sort-container__views-a:hover path{
    fill:#fff;
}

.category-page-inner .grid-list{
    display: flex;
    flex-wrap: wrap;
}

.category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item{
    width: 25%;
    background: var(--extra-white);
    border: 1px solid var(--lines-grey);
    padding: 20px;
    box-sizing: border-box;
    border-right:1px solid transparent;
    border-bottom: 1px solid transparent;
}


.category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item:nth-child(4n) {
    border-right: 1px solid var(--lines-grey);
}

.category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item:nth-child(1) {
    border-top-left-radius: 15px;
}

.category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item:nth-child(33) {
    border-bottom-left-radius: 15px;
}

.category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item:nth-child(4) {
    border-top-right-radius: 15px;
}

.category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item:nth-child(36) {
    border-bottom-right-radius: 15px;
}


.category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item:nth-last-child(-n + 4) {
    border-bottom: 1px solid var(--lines-grey);
}


.category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item:hover{
    border-color:var(--orange);
}
.category-page-inner .ty-pagination__bottom{
    border:0px;
}
.category-page-inner .ty-grid-list__item{padding: 0px;}

.category-page-inner .ty-grid-list__item .ty-grid-list__image{
    padding: 0px;
    border:0px;
    height: 243px;
}
.category-page-inner .ty-grid-list__item  .ty-add-to-wish{
    position: absolute;
    top:-10px;
    right:-10px;z-index: 3;
    padding: 0px!important;
    background: transparent!important;
    border:0px!important;
}
.category-page-inner .ty-grid-list__item  .ty-add-to-wish span{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.88375 17.6177L15.2747 28.5685C15.669 28.9841 16.3312 28.9841 16.7255 28.5685L27.1164 17.6177C30.0724 14.5024 30.0724 9.45148 27.1164 6.33618C24.1604 3.22089 20.9561 3.55096 18.0001 6.66626L16.2401 9.01293C16.1201 9.17293 15.8801 9.17293 15.7601 9.01293L14.0001 6.66626C11.0441 3.55096 7.83975 3.22089 4.88375 6.33618C1.92775 9.45148 1.92775 14.5024 4.88375 17.6177Z' stroke='%236D7885' stroke-width='2' /%3E%3C/svg%3E");
}
.category-page-inner .ty-grid-list__item  .ty-add-to-wish span:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.88375 17.6177L15.2747 28.5685C15.669 28.9841 16.3312 28.9841 16.7255 28.5685L27.1164 17.6177C30.0724 14.5024 30.0724 9.45148 27.1164 6.33618C24.1604 3.22089 20.9561 3.55096 18.0001 6.66626L16.2401 9.01293C16.1201 9.17293 15.8801 9.17293 15.7601 9.01293L14.0001 6.66626C11.0441 3.55096 7.83975 3.22089 4.88375 6.33618C1.92775 9.45148 1.92775 14.5024 4.88375 17.6177Z' fill='%23FF6800' /%3E%3C/svg%3E");
}
.category-page-inner .ty-grid-list__item span:before{
    content: none;
}

.category-page-inner .ty-grid-list__item .ty-grid-list__item-name{
    margin-bottom: 0px;
}
.ty-pagination{margin: 32px 0px;padding: 0px;text-align: center;display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;}
.ty-pagination__items{
    display: flex;
}
.ty-pagination__btn i{
    display: flex;
}
.ty-pagination__item, .ty-pagination__selected,
.ty-pagination__btn{
    border-radius: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    padding: 0px!important;
    margin: 0px 4px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    opacity: 0.9;
    color: var(--blue-gray);
}
.ty-pagination__item:hover,
.ty-pagination__selected{
    background: var(--orange);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--extra-white);
    opacity: 1;border-radius: 30px;
}
.ty-pagination__item:hover i path{
    stroke:#fff;
}


.category-page-inner .ty-product-list{
    padding: 0px;background: var(--extra-white);
    border: 1px solid var(--lines-grey);
    padding: 20px;
    border-bottom: 1px solid transparent;
}
.category-page-inner #pagination_contents .ty-product-list.first-item{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}

.category-page-inner #pagination_contents .ty-product-list.last-item{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;border-bottom: 1px solid var(--lines-grey);

}

.category-page-inner #pagination_contents .ty-product-list__image{
    border:0px;
    width: 200px;
    height: 200px;
    margin-right: 32px;
    margin-bottom: 0px;
}
.ty-product-list__item-name .product-title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--black);
}
.ty-product-list__item-name .product-title:hover{
    color:var(--orange);
}
.ty-list-list__item-option{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--blue-gray);
    margin-top: 12px;
}
.ty-list-list__item-option b{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--black);
    margin-left: 10px;
}
.product-list-brand{
    position: absolute;
    right: 0px;
    top:0px;
    width: 74px;
}
.ty-product-list__content{
    position: relative;
}
.category-page-inner .ty-product-list:hover{
    border-color: var(--orange)!important;
}
.product-sticker.sticker-new{
    position: absolute;
    bottom: 0px;
    right:0px;
    background: var(--green);
    border-radius: 5px;
    padding: 4px 8px;

    height: 28px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--extra-white);
    box-sizing: border-box;z-index: 5;
}

.product-sticker.sticker-discount{
    position: absolute;
    bottom: 0px;
    left:0px;
    background: var(--red);
    border-radius: 5px;
    padding: 4px 8px;

    height: 28px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--extra-white);
    box-sizing: border-box;z-index: 5;
}
.ty-owl-previewer .owl-pagination{
    bottom: 10px;
}


.ty-product-block__img-wrapper{
    width: 400px;
    margin-right: 32px;

}
.ty-product-img .owl-wrapper-outer{
    border-radius: 15px;
    overflow: hidden;
}
.ty-product-img {border:0px;
    border-radius: 15px;box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);border:0px;
}
.ty-product-thumbnails{
display: flex;
    overflow: auto;
    justify-content: flex-start;
    padding: 5px;
    margin-left: -5px;margin-right: -5px;
}
.ty-product-thumbnails__item{
    flex: 0 0 72px;
    border-radius: 5px;
    width: 72px;
    height: 72px;
    overflow: hidden;box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    margin: 0px; margin-right: 5px;

}
.ty-product-thumbnails__item.active{
    border: 1px solid var(--orange);

}
.ty-product-block-title span{
    padding-right: 32px;
    background: var(--backgraund);
    position: relative;z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ty-product-block-title{
    line-height: 1;
    position: relative;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--backgraund-black);
    margin-bottom: 32px;
}
.ty-product-block-title:after{
    content: "";
    background: var(--lines-grey);
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.ty-product-detail .ty-product-block__left{
    padding-right: 0px;
}
.product-after-title{
    position: relative;
    display: flex;
}
.product-after-title-variants{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    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.94141 9.17555L12.0002 16.2344L19.0591 9.17555' stroke='%23FF6800' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-position: left 20px center;
    background-repeat: no-repeat;
    background-color: var(--extra-white);
    border-radius: 30px;
    padding: 10.5px 20px 10.5px 54px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    color: var(--orange);
    display: flex;
    position: relative;
}
.product-after-title-variants:hover{
    color: var(--orange);
    box-shadow: none;
}
.product-after-title-conditions{
    border-radius: 30px;
    padding: 0px 20px;background: var(--green);font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--extra-white);
    padding: 11.5px 20px;
    margin-left: 16px;
}
.product-after-title-conditions:hover{
    color: var(--extra-white);
}
.product-after-brand .ty-features-list a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--orange);
    margin-left: 10px;
}
.product-after-brand .ty-features-list{
    padding: 0px;
}
.product-after-brand{
    display: flex;
    align-items: center;
    align-content: center;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--blue-gray);margin-top: 20px;
    margin-bottom: 41px;
}
.product-after-title{
    position: relative;
}
.product-after-title-brand-absolute{
 position: absolute;
    right:0px;
    top:0px;box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);border-radius: 15px;
overflow: hidden;border-radius: 15px;
    padding: 10px 20px;
}
.product-card-description,
.product-card-description ul li,
.product-card-description ul,
.product-card-description p{padding: 0px;font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--blue-gray);}
.product-card-description ul {
    list-style: circle;
    padding-left: 20px;
}
.product-card-description ul li{
    list-style: circle;
}
.product-card-coast{
    margin-top: 32px;
    display: flex;
}
.no-auth-block{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--blue-gray);
    margin-right: 32px;
}
.no-auth-block b{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--blue-gray);
    margin-bottom: 10px;
    display: flex;
}
.no-auth-block a{
    background: var(--orange);
    border-radius: 30px;
    padding: 9.5px 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--extra-white);display: inline-block;
}
.no-auth-block span{display: inline-block;margin: 0px 10px;}
.no-auth-block .ty-product-block__price-actual{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--orange);
}
.no-auth-block .ty-product-block__price-actual span{margin: 0px;  font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--orange);}


.product-card-variations-inner h2:after{
    content: none;
}
.product-card-variations-inner h2{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 34px;
    color: var(--black);
    margin-bottom: 20px;
    text-transform: none;
}
.product-card-variations-inner .ty-variations-list.ty-table{margin-top: 0px;}

.product-card-variations-inner .category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item{width: 20%;}
.product-card-variations-inner .category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item:nth-child(4):not(:hover){border-radius: 0px;border-right-color: transparent;}
.product-card-variations-inner .category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item:nth-child(5){border-top-right-radius: 16px;}
.product-card-variations-inner .category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item:nth-child(5n):not(:hover) {
    border-right: 1px solid var(--lines-grey);
}
.product-card-variations-inner .category-page-inner .grid-list .ty-scroller-list__item.ty-scroller__item:not(:hover){
    border-bottom: 1px solid var(--lines-grey);
}
.product-card-variations-inner .product-variant-articul-top {
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 3;
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 18px;
    color: var(--blue-gray);
    height: 32px;
    line-height: 32px;
}
.product-card-variations-inner .ty-add-to-compare {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 3;
    padding: 0px !important;
    background: transparent !important;
    border: 0px !important;
}
.product-card-variations-inner  .category-page-inner .ty-grid-list__item .ty-add-to-compare span{
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66699 24.666V12.666C8.66699 11.5614 7.77156 10.666 6.66699 10.666C5.56242 10.666 4.66699 11.5614 4.66699 12.666V24.666C4.66699 25.7706 5.56242 26.666 6.66699 26.666C7.77156 26.666 8.66699 25.7706 8.66699 24.666Z' stroke='%236D7885' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M18 24.6673V7.33398C18 6.22941 17.1046 5.33398 16 5.33398C14.8954 5.33398 14 6.22942 14 7.33399V24.6673C14 25.7719 14.8954 26.6673 16 26.6673C17.1046 26.6673 18 25.7719 18 24.6673Z' stroke='%236D7885' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M27.333 24.666V16.666C27.333 15.5614 26.4376 14.666 25.333 14.666C24.2284 14.666 23.333 15.5614 23.333 16.666V24.666C23.333 25.7706 24.2284 26.666 25.333 26.666C26.4376 26.666 27.333 25.7706 27.333 24.666Z' stroke='%236D7885' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.product-card-variations-inner  .category-page-inner .ty-grid-list__item .ty-add-to-compare:hover span{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.66699 24.666V12.666C8.66699 11.5614 7.77156 10.666 6.66699 10.666C5.56242 10.666 4.66699 11.5614 4.66699 12.666V24.666C4.66699 25.7706 5.56242 26.666 6.66699 26.666C7.77156 26.666 8.66699 25.7706 8.66699 24.666Z' stroke='%23ff6800' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M18 24.6673V7.33398C18 6.22941 17.1046 5.33398 16 5.33398C14.8954 5.33398 14 6.22942 14 7.33399V24.6673C14 25.7719 14.8954 26.6673 16 26.6673C17.1046 26.6673 18 25.7719 18 24.6673Z' stroke='%23ff6800' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M27.333 24.666V16.666C27.333 15.5614 26.4376 14.666 25.333 14.666C24.2284 14.666 23.333 15.5614 23.333 16.666V24.666C23.333 25.7706 24.2284 26.666 25.333 26.666C26.4376 26.666 27.333 25.7706 27.333 24.666Z' stroke='%23ff6800' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
.product-card-variations-inner .category-page-inner .ty-grid-list__item .ty-grid-list__image{overflow: hidden}
.product-variant-articul-body{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--blue-gray);
    margin-top: 16px;
}
.ty-grid-list__image img{height: 100%;width: auto;}
.ty-grid-list__image{overflow: hidden}
.product-variant-articul-body b{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 15px;
    line-height: 130%;
    color: var(--black);
    margin-left: 8px;
}
.price-rrc b{font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--green);}
.price-opt{margin-top: 10px;}
.price-opt b{font-family: var(--font-family);
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--red);}
.price-rrc{margin-top: 10px;}
.login-links{margin-top: 10px;font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--blue-gray);}
.login-links a{font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--orange);}
.login-links-last a{
    color: var(--green);
}


.product-variant-add-to-cart{
    display: flex;
    margin-top: 16px;
    justify-content: center;
}


.product-variant-add-to-cart .changer .ty-value-changer{
    display: flex;
    align-content: center;
    align-items: center;
    border: 1px solid var(--lines-grey);
    border-radius: 30px;
    width: 110px;
    height: 40px;
    justify-content: space-between;
}

.product-variant-add-to-cart  .ty-value-changer__decrease{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    width: 24px;
    height: 24px;border:0px;
    margin-left: 8px;
}

.product-variant-add-to-cart  .ty-value-changer__increase{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    width: 24px;
    height: 24px;border:0px;margin-right: 8px;
}
.product-variant-add-to-cart  .ty-value-changer__decrease i,
.product-variant-add-to-cart  .ty-value-changer__increase i{
    display: flex;
}

.product-variant-add-to-cart .ty-qty{margin: 0px;}
.product-variant-add-to-cart  .ty-value-changer__decrease:hover,
.product-variant-add-to-cart  .ty-value-changer__increase:hover{
    background: transparent;
}

.product-variant-add-to-cart input.ty-value-changer__input{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: var(--black);
    border:0px;
}

.product-variant-add-to-cart .ty-btn__add-to-cart{

    border-radius: 30px;
    padding: 0px 20px;background: var(--orange);
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    color: var(--extra-white);
    padding: 9.5px 16.5px;
    box-sizing: border-box;width: 138px;

}
.product-variant-add-to-cart .ty-btn__add-to-cart:hover{
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
    background: #f6f6f6;color: var(--blue-gray);
}


.ty-product-filters__search{margin-bottom: 15px;padding-left: 0px;padding-right: 0px;}

.mobile-category-buttons{display: none;}
.ty-variations-grid__wrapper .ty-table{margin-top: 0px;border:0px;background: transparent;table-layout: fixed;}
.ty-variations-grid__wrapper .ty-table th,.ty-variations-grid__wrapper .ty-table th{white-space: normal;}
.ty-variations-grid__wrapper .ty-table thead tr{
    background: transparent;
}
.ty-variations-grid__wrapper .ty-table thead th:first-child{border-top-left-radius: 16px;overflow: hidden}
.ty-variations-grid__wrapper .ty-table thead th:last-child{border-top-right-radius: 16px;overflow: hidden}
.ty-variations-grid__wrapper .ty-table thead th{
    width: 100px;
    background: var(--backgraund-black);
    border-bottom: 1px solid #dbdbdb;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--extra-white);

}



.ty-variations-grid__wrapper .ty-table td, .ty-variations-grid__wrapper  .ty-table .table td{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--blue-gray);
    vertical-align: middle;
    border: 1px solid #dbdbdb;background: var(--extra-white);

}
.ty-variations-grid__wrapper table{ border-bottom: 1px solid #dbdbdb;margin-bottom: 5px;

}

.ty-variations-grid__wrapper .product-variant-add-to-cart{
    margin-top: 0px;
    flex-wrap: wrap;

}


.ty-variations-grid__wrapper .ty-variations-grid .ty-qty{
    width: 100%;margin: 0px;max-width: 100%;

}

.ty-variations-grid__wrapper .product-variant-add-to-cart .changer .ty-value-changer{width: 100%;margin-bottom: 8px;}
.ty-variations-grid__wrapper .product-variant-add-to-cart .ty-btn__add-to-cart{width: 100%;}
.ty-variations-grid__wrapper .ty-add-to-wish{
    background: transparent;font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: #6f6f6f;text-transform: none;
    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='M6.5 18.5V9.5C6.5 8.67157 5.82843 8 5 8C4.17157 8 3.5 8.67157 3.5 9.5V18.5C3.5 19.3284 4.17157 20 5 20C5.82843 20 6.5 19.3284 6.5 18.5Z' stroke='%236D7885' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M13.5 18.5V5.5C13.5 4.67157 12.8284 4 12 4C11.1716 4 10.5 4.67157 10.5 5.5V18.5C10.5 19.3284 11.1716 20 12 20C12.8284 20 13.5 19.3284 13.5 18.5Z' stroke='%236D7885' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20.5 18.5V12.5C20.5 11.6716 19.8284 11 19 11C18.1716 11 17.5 11.6716 17.5 12.5V18.5C17.5 19.3284 18.1716 20 19 20C19.8284 20 20.5 19.3284 20.5 18.5Z' stroke='%236D7885' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 34px;
}
.ty-variations-grid__wrapper .ty-add-to-wish:hover{
    color: var(--orange);
    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='M6.5 18.5V9.5C6.5 8.67157 5.82843 8 5 8C4.17157 8 3.5 8.67157 3.5 9.5V18.5C3.5 19.3284 4.17157 20 5 20C5.82843 20 6.5 19.3284 6.5 18.5Z' stroke='%23ff6800' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M13.5 18.5V5.5C13.5 4.67157 12.8284 4 12 4C11.1716 4 10.5 4.67157 10.5 5.5V18.5C10.5 19.3284 11.1716 20 12 20C12.8284 20 13.5 19.3284 13.5 18.5Z' stroke='%23ff6800' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M20.5 18.5V12.5C20.5 11.6716 19.8284 11 19 11C18.1716 11 17.5 11.6716 17.5 12.5V18.5C17.5 19.3284 18.1716 20 19 20C19.8284 20 20.5 19.3284 20.5 18.5Z' stroke='%23ff6800' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.ty-wysiwyg-content h1.ty-main-title{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--backgraund-black);
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-bottom: 32px;
}


.ty-wysiwyg-content h1.ty-main-title span {
    position: relative;
    z-index: 1;
    padding-right: 32px;
    background: var(--backgraund);
}
.ty-wysiwyg-content h1.ty-main-title::after {
    content: "";
    background: var(--lines-grey);
    height: 1px;
    width: 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}




.menu-page-left ul{
    margin: 0px;box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    border-radius: 15px;
    padding: 20px!important;
}

.menu-page-left ul a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--backgraund-black);
    width: 100%;
    display: inline-block;
    padding: 4px 16px;
    box-sizing: border-box;
}
.menu-page-left ul .ty-text-links__active a,
.menu-page-left ul a:hover{
    color:var(--orange)!important;
}
.menu-page-left ul  li{

}
.menu-page-left ul li ul a{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--blue-gray);
}
.menu-page-left ul li ul{
    padding: 0px!important;
    padding-left: 20px!important;
    box-shadow: none;
}

.contacts-page-map{margin-bottom: 32px;overflow: hidden;border-radius: 15px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.contacts-page-title-1{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 24px;
    color: var(--backgraund-black);
    margin-bottom: 16px;
}
.contacts-page-section{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 32px;
}
.contacts-page-section>div{margin-bottom: 16px;font-family: var(--font-family);padding-left: 40px;background-repeat: no-repeat;background-position: top left;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: var(--backgraund-black);}
.contacts-page-section div:last-child{margin-bottom: 0px;}
.contacts-page-section div a{font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--black);}
.contacts-page-section>div b{
    font-weight: 700;
}
.contacts-page-section-adress{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.5242 22.4004L21.2909 24.7194L27.3294 23.7322C26.1108 23.121 24.4612 22.6842 22.5242 22.4004ZM6.96903 22.906C4.17223 23.6436 2.40039 24.8522 2.40039 26.6474C2.40154 27.0339 2.48602 27.4156 2.64807 27.7665L12.3393 26.1825L6.96903 22.906ZM29.3732 25.6004L15.8852 27.7988L19.4423 31.8455C25.2836 31.3223 29.6004 29.4564 29.6004 26.6474C29.6004 26.273 29.5198 25.9249 29.3732 25.6004ZM13.6062 28.1783L4.49255 29.6679C6.90151 31.1601 11.1534 32.0004 16.0004 32.0004C16.2942 32.0004 16.5812 31.9921 16.8705 31.986L13.6062 28.1783Z' fill='%23191919' /%3E%3Cpath d='M16.0005 2.93555C11.6058 2.93555 8 6.57673 8 11.0181C8 12.7255 8.53572 14.316 9.44028 15.6238L14.626 24.7042L14.6482 24.7335C14.8528 25.0041 15.0526 25.2177 15.2871 25.3747C15.5217 25.532 15.8129 25.6259 16.0987 25.597C16.6697 25.5391 17.0194 25.1305 17.3513 24.675L17.3691 24.6515L23.0941 14.7816L23.0973 14.7753C23.2316 14.5295 23.3308 14.2794 23.4149 14.0358C23.8008 13.0777 23.9994 12.0528 24 11.0181C24 6.57673 20.3953 2.93555 16.0005 2.93555ZM16.0005 7.59046C17.907 7.59046 19.395 9.09494 19.395 11.0178C19.395 12.9412 17.907 14.4451 16.0005 14.4451C14.0938 14.4451 12.605 12.9409 12.605 11.0178C12.605 9.09521 14.0941 7.59046 16.0005 7.59046Z' fill='%23FF6800' /%3E%3C/svg%3E");

}

.contacts-page-section-postal{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.666 26.666V29.3327C12.666 29.5979 12.7714 29.8523 12.9589 30.0398C13.1464 30.2273 13.4008 30.3327 13.666 30.3327C13.9312 30.3327 14.1856 30.2273 14.3731 30.0398C14.5607 29.8523 14.666 29.5979 14.666 29.3327V26.666H12.666ZM19.9993 26.666H17.9993V29.3327C17.9993 29.5979 18.1047 29.8523 18.2922 30.0398C18.4798 30.2273 18.7341 30.3327 18.9993 30.3327C19.2646 30.3327 19.5189 30.2273 19.7065 30.0398C19.894 29.8523 19.9993 29.5979 19.9993 29.3327V26.666Z' fill='%23191919' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.1807 8.78059L23.522 8.71125C24.0764 8.60206 24.6505 8.65531 25.1753 8.86458C26.0953 9.23392 27.1033 9.30192 28.062 9.06192L28.1433 9.04192C28.842 8.86725 29.334 8.21792 29.334 7.47125V4.63125C29.334 3.64725 28.4487 2.92192 27.5273 3.15259C26.9993 3.28592 26.4447 3.24725 25.9367 3.04459L25.8393 3.00459C24.9936 2.6636 24.0665 2.57785 23.1727 2.75792L22.574 2.87792C21.854 3.02192 21.334 3.67792 21.334 4.43792V13.7086C21.334 14.2379 21.7473 14.6673 22.2567 14.6673C22.3804 14.665 22.5025 14.6384 22.6159 14.5889C22.7293 14.5394 22.8319 14.468 22.9177 14.3789C23.0035 14.2897 23.0709 14.1845 23.1161 14.0692C23.1612 13.954 23.1831 13.831 23.1807 13.7073V8.78059Z' fill='%23FF6800' /%3E%3Cpath d='M19.3336 8V13.7067C19.3336 15.2693 20.5709 16.6667 22.2563 16.6667C23.9416 16.6667 25.1803 15.2693 25.1803 13.7067V10.972C26.1936 11.2453 27.2603 11.2787 28.2936 11.0613C28.9496 12.184 29.3336 13.5413 29.3336 15.0013V23.2347C29.3336 25.1293 28.0163 26.6667 26.3909 26.6667H16.6669V15C16.6669 12.2933 15.5576 9.70133 13.7109 8H19.3336Z' fill='%23191919' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.66602 15C2.66602 11.1333 5.35268 8 8.66602 8C11.9793 8 14.666 11.1333 14.666 15V26.6667H5.64335C3.99935 26.6667 2.66602 25.112 2.66602 23.1933V15ZM5.66602 21.3333C5.66602 21.0681 5.77137 20.8138 5.95891 20.6262C6.14645 20.4387 6.4008 20.3333 6.66602 20.3333H10.666C10.9312 20.3333 11.1856 20.4387 11.3731 20.6262C11.5607 20.8138 11.666 21.0681 11.666 21.3333C11.666 21.5985 11.5607 21.8529 11.3731 22.0404C11.1856 22.228 10.9312 22.3333 10.666 22.3333H6.66602C6.4008 22.3333 6.14645 22.228 5.95891 22.0404C5.77137 21.8529 5.66602 21.5985 5.66602 21.3333Z' fill='%23191919' /%3E%3C/svg%3E");

}
.contacts-page-section-mobile{
    display: flex;
    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='M15.8889 0H8.11111C7.28599 0 6.49467 0.316071 5.91122 0.87868C5.32778 1.44129 5 2.20435 5 3V21C5 21.7956 5.32778 22.5587 5.91122 23.1213C6.49467 23.6839 7.28599 24 8.11111 24H15.8889C16.714 24 17.5053 23.6839 18.0888 23.1213C18.6722 22.5587 19 21.7956 19 21V3C19 2.20435 18.6722 1.44129 18.0888 0.87868C17.5053 0.316071 16.714 0 15.8889 0M17.4444 21C17.4444 21.3978 17.2806 21.7794 16.9888 22.0607C16.6971 22.342 16.3014 22.5 15.8889 22.5H8.11111C7.69855 22.5 7.30289 22.342 7.01117 22.0607C6.71944 21.7794 6.55556 21.3978 6.55556 21V3C6.55556 2.60218 6.71944 2.22064 7.01117 1.93934C7.30289 1.65804 7.69855 1.5 8.11111 1.5H8.66285C8.73806 1.49974 8.81172 1.52067 8.87476 1.56022C8.93781 1.59978 8.98749 1.65624 9.01771 1.72266C9.13848 1.99075 9.33786 2.21898 9.59133 2.37929C9.8448 2.53959 10.1413 2.625 10.4444 2.625H13.5556C13.8587 2.625 14.1552 2.53959 14.4087 2.37929C14.6621 2.21898 14.8615 1.99075 14.9823 1.72266C15.0125 1.65624 15.0622 1.59978 15.1252 1.56022C15.1883 1.52067 15.2619 1.49974 15.3372 1.5H15.8889C16.3014 1.5 16.6971 1.65804 16.9888 1.93934C17.2806 2.22064 17.4444 2.60218 17.4444 3V21Z' fill='%23191919' /%3E%3Cpath d='M16.1667 2.00001C16.0707 1.99947 15.9758 2.01956 15.8897 2.0587C15.8035 2.09783 15.7284 2.15494 15.6703 2.22549C15.4377 2.51353 15.1354 2.74744 14.7875 2.90862C14.4397 3.06979 14.0559 3.15376 13.6667 3.15386H10.3333C9.94412 3.15376 9.56031 3.06979 9.21245 2.90862C8.8646 2.74744 8.56232 2.51353 8.32969 2.22549C8.27158 2.15494 8.19648 2.09783 8.11033 2.0587C8.02418 2.01956 7.92935 1.99947 7.83333 2.00001C7.61232 2.00001 7.40036 2.08105 7.24408 2.22531C7.0878 2.36957 7 2.56523 7 2.76924V21.2308C7 21.4348 7.0878 21.6304 7.24408 21.7747C7.40036 21.919 7.61232 22 7.83333 22H16.1667C16.3877 22 16.5996 21.919 16.7559 21.7747C16.9122 21.6304 17 21.4348 17 21.2308V2.76924C17 2.56523 16.9122 2.36957 16.7559 2.22531C16.5996 2.08105 16.3877 2.00001 16.1667 2.00001Z' fill='%23FF6800' /%3E%3Cpath d='M15.8889 0H8.11111C7.28599 0 6.49467 0.316071 5.91122 0.87868C5.32778 1.44129 5 2.20435 5 3V21C5 21.7956 5.32778 22.5587 5.91122 23.1213C6.49467 23.6839 7.28599 24 8.11111 24H15.8889C16.714 24 17.5053 23.6839 18.0888 23.1213C18.6722 22.5587 19 21.7956 19 21V3C19 2.20435 18.6722 1.44129 18.0888 0.87868C17.5053 0.316071 16.714 0 15.8889 0M17.4444 21C17.4444 21.3978 17.2806 21.7794 16.9888 22.0607C16.6971 22.342 16.3014 22.5 15.8889 22.5H8.11111C7.69855 22.5 7.30289 22.342 7.01117 22.0607C6.71944 21.7794 6.55556 21.3978 6.55556 21V3C6.55556 2.60218 6.71944 2.22064 7.01117 1.93934C7.30289 1.65804 7.69855 1.5 8.11111 1.5H8.66285C8.73806 1.49974 8.81172 1.52067 8.87476 1.56022C8.93781 1.59978 8.98749 1.65624 9.01771 1.72266C9.13848 1.99075 9.33786 2.21898 9.59133 2.37929C9.8448 2.53959 10.1413 2.625 10.4444 2.625H13.5556C13.8587 2.625 14.1552 2.53959 14.4087 2.37929C14.6621 2.21898 14.8615 1.99075 14.9823 1.72266C15.0125 1.65624 15.0622 1.59978 15.1252 1.56022C15.1883 1.52067 15.2619 1.49974 15.3372 1.5H15.8889C16.3014 1.5 16.6971 1.65804 16.9888 1.93934C17.2806 2.22064 17.4444 2.60218 17.4444 3V21Z' fill='%23191919' /%3E%3C/svg%3E");
}
.contacts-page-section-mobile span a{display: inline-block;width: 100%;margin-left: 8px;background-repeat: no-repeat;background-position: left center;padding-left: 26px;}


.contacts-page-section-mobile span a:nth-child(1),
.contacts-page-section-mobile span a:nth-child(2){
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2098_36804)'%3E%3Cmask id='mask0_2098_36804' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='20' height='20'%3E%3Cpath d='M19.4999 0H0.333252V20H19.4999V0Z' fill='white' /%3E%3C/mask%3E%3Cg mask='url(%23mask0_2098_36804)'%3E%3Cpath d='M13.6794 6.0806C13.6794 6.0806 15.0735 5.61517 16.1942 4.49805L16.1967 5.42869C15.5934 5.94234 14.7846 6.21647 14.7846 6.21647L13.6794 6.0806Z' fill='%236F6F6F' /%3E%3Cpath d='M18.815 0L18.8125 0.578032C18.9096 4.10676 18.9029 7.65854 18.7899 11.1873C18.7899 11.1619 18.7899 11.1366 18.7899 11.1113L18.7854 12.7697L19.4971 12.2721V0.718535L18.815 0Z' fill='%236F6F6F' /%3E%3Cpath d='M18.8151 0.573534L18.8151 0L16.5941 0.327076C16.3975 0.923644 16.1332 2.23425 13.6794 3.49879V6.08089C13.6794 6.08089 15.0735 5.61559 16.1942 4.49846V12.5648L18.7857 12.7698L18.7902 11.1114C18.6931 7.60567 18.7021 4.07692 18.8151 0.573534Z' fill='%23414141' /%3E%3Cpath d='M18.815 0.572266C18.9144 4.10329 18.9053 7.65738 18.7901 11.1861C18.6907 7.65507 18.6998 4.10098 18.815 0.572266Z' fill='%23ACACAC' /%3E%3Cpath d='M12.5047 18.8115L11.6236 15.6836L10.48 15.7357L11.2214 18.3509L12.5047 18.8115Z' fill='%23820000' /%3E%3Cpath d='M9.75721 12.7805L8.66138 8.74966L9.28499 6.6582L10.9976 12.7805H9.75721Z' fill='%23820000' /%3E%3Cpath d='M10.9977 2.91401L7.40522 2.2207L6.35685 5.29797C5.12094 9.17452 3.815 13.0626 2.45483 16.9115C4.94245 16.1491 6.59411 14.5805 7.85939 12.7816H7.46173L9.28506 6.65926L9.86348 8.72768C11.0316 5.43849 10.9977 2.91401 10.9977 2.91171V2.91401Z' fill='%23FF3F36' /%3E%3Cpath d='M11.0541 2.92327L10.9976 2.91406C10.9976 2.91406 11.0315 5.43611 9.86339 8.72761L10.9976 12.7816H7.85927C6.59399 14.5805 4.94232 16.1491 2.45471 16.9115C2.08869 17.9434 1.72266 18.9753 1.34985 20.0003L5.6676 19.5397L6.68208 15.9096L11.6234 15.6838L12.5046 18.8118L15.5955 18.4686L11.0541 2.92327Z' fill='%23EB140A' /%3E%3Cpath d='M6.46283 4.96817C6.44021 5.04186 6.41537 5.11328 6.39279 5.18696L7.40493 2.22266L5.8618 3.03104L0.333008 19.143L1.35004 20.0017C2.94745 14.9735 4.66207 9.92498 6.46057 4.96817H6.46283Z' fill='%23B80000' /%3E%3Cpath d='M6.46292 4.96484C4.8655 9.99306 3.14835 15.042 1.34985 19.9988C2.94727 14.9706 4.66443 9.92165 6.46292 4.96484Z' fill='%23FDC9C4' /%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2098_36804'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.333252)' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.contacts-page-section-mobile span a:nth-child(3),
.contacts-page-section-mobile span a:nth-child(4){
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29068 0.923184C4.8586 0.979482 4.38319 1.07603 4.15273 1.15433C2.99902 1.54629 2.1169 2.4408 1.72094 3.62033C1.48907 4.3111 1.48217 4.49489 1.4823 9.97042C1.48239 13.2831 1.498 15.1309 1.52805 15.3831C1.59771 15.9677 1.72124 16.4046 1.94907 16.8725C2.50724 18.0188 3.56902 18.7718 4.92898 18.9858C5.4586 19.0691 15.7185 19.0691 16.2481 18.9858C17.5869 18.7751 18.644 18.0365 19.2049 16.9198C19.4424 16.447 19.5504 16.0811 19.6324 15.471C19.7238 14.7907 19.7237 5.13821 19.6323 4.46825C19.5475 3.84663 19.4687 3.57633 19.2294 3.08527C18.7726 2.14752 17.9583 1.45221 16.9451 1.13463C16.1837 0.89595 16.1089 0.893226 10.5339 0.900163C7.72034 0.903652 5.3609 0.914035 5.29068 0.923184ZM10.1099 3.30059C8.23677 3.75455 6.24575 6.8171 5.75439 10.0002C5.65337 10.6544 5.6506 11.91 5.74894 12.447C6.01592 13.905 6.68119 15.07 7.67366 15.8176C8.17494 16.1951 8.91183 16.4986 9.63043 16.6234C10.1948 16.7215 11.4114 16.6838 11.9077 16.553C12.3217 16.4438 12.9082 16.2008 13.2586 15.9934C13.5663 15.8111 14.3103 15.08 14.545 14.7291C14.9537 14.1182 15.2738 13.2909 15.4281 12.447C15.5248 11.9181 15.5235 10.6967 15.4256 10.0427C15.0914 7.81059 13.9914 5.52948 12.6229 4.23067C12.2492 3.87595 12.0269 3.71718 11.6128 3.5094C11.1006 3.25233 10.5975 3.18242 10.1099 3.30059Z' fill='%23E31E24' /%3E%3Cpath d='M10.1099 3.30059C8.23677 3.75455 6.24575 6.8171 5.75439 10.0002C5.65337 10.6544 5.6506 11.91 5.74894 12.447C6.01592 13.905 6.68119 15.07 7.67366 15.8176C8.17494 16.1951 8.91183 16.4986 9.63043 16.6234C10.1948 16.7215 11.4114 16.6838 11.9077 16.553C12.3217 16.4438 12.9082 16.2008 13.2586 15.9934C13.5663 15.8111 14.3103 15.08 14.545 14.7291C14.9537 14.1182 15.2738 13.2909 15.4281 12.447C15.5248 11.9181 15.5235 10.6967 15.4256 10.0427C15.0914 7.81059 13.9914 5.52948 12.6229 4.23067C12.2492 3.87595 12.0269 3.71718 11.6128 3.5094C11.1006 3.25233 10.5975 3.18242 10.1099 3.30059Z' fill='white' /%3E%3C/svg%3E");
}
.contacts-page-section-phone{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.8889 21.0501C22.8889 20.9419 22.879 20.8632 22.8594 20.814C22.8397 20.7648 22.7512 20.6837 22.5937 20.5705C22.4363 20.4574 22.2371 20.3344 21.9961 20.2016C21.7551 20.0688 21.5214 19.9384 21.2951 19.8105C21.0689 19.6827 20.8451 19.5597 20.6237 19.4416C20.4023 19.3236 20.2622 19.2498 20.2031 19.2203C20.1539 19.1908 20.0605 19.1268 19.9227 19.0284C19.785 18.93 19.662 18.8563 19.5538 18.8071C19.4456 18.7579 19.3423 18.7333 19.2439 18.7333C19.0964 18.7333 18.9168 18.8341 18.7053 19.0358C18.4938 19.2375 18.2995 19.4588 18.1224 19.6999C17.9453 19.9409 17.7559 20.1623 17.5543 20.3639C17.3526 20.5656 17.1878 20.6664 17.0599 20.6664C16.991 20.6664 16.9099 20.6492 16.8164 20.6148C16.7229 20.5804 16.6467 20.5484 16.5877 20.5189C16.5286 20.4894 16.445 20.4426 16.3368 20.3787C16.2286 20.3147 16.1597 20.2729 16.1302 20.2533C15.1562 19.7122 14.32 19.0899 13.6215 18.3865C12.923 17.6831 12.2983 16.8444 11.7474 15.8704C11.7277 15.8409 11.6859 15.7721 11.622 15.6638C11.558 15.5556 11.5113 15.472 11.4818 15.413C11.4523 15.3539 11.4203 15.2777 11.3858 15.1842C11.3514 15.0908 11.3342 15.0096 11.3342 14.9408C11.3342 14.8129 11.435 14.6481 11.6367 14.4464C11.8384 14.2447 12.0598 14.0553 12.3008 13.8783C12.5418 13.7012 12.7632 13.5069 12.9648 13.2954C13.1665 13.0838 13.2674 12.9043 13.2674 12.7567C13.2674 12.6583 13.2428 12.555 13.1936 12.4468C13.1444 12.3386 13.0706 12.2156 12.9722 12.0779C12.8738 11.9402 12.8099 11.8467 12.7804 11.7975C12.7509 11.7385 12.6771 11.5983 12.559 11.377C12.441 11.1556 12.318 10.9318 12.1901 10.7055C12.0622 10.4792 11.9319 10.2456 11.799 10.0046C11.6662 9.76353 11.5433 9.56431 11.4301 9.4069C11.317 9.24949 11.2358 9.16095 11.1866 9.14128C11.1374 9.1216 11.0587 9.11176 10.9505 9.11176C10.4783 9.11176 9.98148 9.21998 9.46007 9.43641C9.00752 9.64301 8.614 10.1079 8.27951 10.8309C7.94502 11.554 7.77778 12.196 7.77778 12.7567C7.77778 12.9141 7.79007 13.0814 7.81467 13.2585C7.83926 13.4355 7.86386 13.5856 7.88845 13.7085C7.91305 13.8315 7.95732 13.9939 8.02127 14.1955C8.08521 14.3972 8.1344 14.5423 8.16884 14.6309C8.20327 14.7194 8.26476 14.8817 8.3533 15.1178C8.44184 15.3539 8.49595 15.5015 8.51562 15.5605C9.1059 17.174 10.1709 18.7505 11.7105 20.2901C13.2501 21.8298 14.8267 22.8947 16.4401 23.485C16.4991 23.5047 16.6467 23.5588 16.8828 23.6474C17.1189 23.7359 17.2812 23.7974 17.3698 23.8318C17.4583 23.8662 17.6034 23.9154 17.8051 23.9794C18.0068 24.0433 18.1691 24.0876 18.2921 24.1122C18.4151 24.1368 18.5651 24.1614 18.7422 24.186C18.9193 24.2106 19.0865 24.2229 19.2439 24.2229C19.8047 24.2229 20.4466 24.0556 21.1697 23.7211C21.8928 23.3866 22.3576 22.9931 22.5642 22.5406C22.7807 22.0192 22.8889 21.5224 22.8889 21.0501ZM26.6667 9.58398V23.7506C26.6667 24.9214 26.251 25.9224 25.4197 26.7537C24.5884 27.585 23.5874 28.0006 22.4167 28.0006H8.25C7.07928 28.0006 6.07827 27.585 5.24696 26.7537C4.41565 25.9224 4 24.9214 4 23.7506V9.58398C4 8.41327 4.41565 7.41225 5.24696 6.58095C6.07827 5.74964 7.07928 5.33398 8.25 5.33398H22.4167C23.5874 5.33398 24.5884 5.74964 25.4197 6.58095C26.251 7.41225 26.6667 8.41327 26.6667 9.58398Z' fill='%23191919' /%3E%3Cpath d='M22.8889 21.0501C22.8889 20.9419 22.879 20.8632 22.8594 20.814C22.8397 20.7648 22.7512 20.6837 22.5937 20.5705C22.4363 20.4574 22.2371 20.3344 21.9961 20.2016C21.7551 20.0688 21.5214 19.9384 21.2951 19.8105C21.0689 19.6827 20.8451 19.5597 20.6237 19.4416C20.4023 19.3236 20.2622 19.2498 20.2031 19.2203C20.1539 19.1908 20.0605 19.1268 19.9227 19.0284C19.785 18.93 19.662 18.8563 19.5538 18.8071C19.4456 18.7579 19.3423 18.7333 19.2439 18.7333C19.0964 18.7333 18.9168 18.8341 18.7053 19.0358C18.4938 19.2375 18.2995 19.4588 18.1224 19.6999C17.9453 19.9409 17.7559 20.1623 17.5543 20.3639C17.3526 20.5656 17.1878 20.6664 17.0599 20.6664C16.991 20.6664 16.9099 20.6492 16.8164 20.6148C16.7229 20.5804 16.6467 20.5484 16.5877 20.5189C16.5286 20.4894 16.445 20.4426 16.3368 20.3787C16.2286 20.3147 16.1597 20.2729 16.1302 20.2533C15.1562 19.7122 14.32 19.0899 13.6215 18.3865C12.923 17.6831 12.2983 16.8444 11.7474 15.8704C11.7277 15.8409 11.6859 15.7721 11.622 15.6638C11.558 15.5556 11.5113 15.472 11.4818 15.413C11.4523 15.3539 11.4203 15.2777 11.3858 15.1842C11.3514 15.0908 11.3342 15.0096 11.3342 14.9408C11.3342 14.8129 11.435 14.6481 11.6367 14.4464C11.8384 14.2447 12.0598 14.0553 12.3008 13.8783C12.5418 13.7012 12.7632 13.5069 12.9648 13.2954C13.1665 13.0838 13.2674 12.9043 13.2674 12.7567C13.2674 12.6583 13.2428 12.555 13.1936 12.4468C13.1444 12.3386 13.0706 12.2156 12.9722 12.0779C12.8738 11.9402 12.8099 11.8467 12.7804 11.7975C12.7509 11.7385 12.6771 11.5983 12.559 11.377C12.441 11.1556 12.318 10.9318 12.1901 10.7055C12.0622 10.4792 11.9319 10.2456 11.799 10.0046C11.6662 9.76353 11.5433 9.56431 11.4301 9.4069C11.317 9.24949 11.2358 9.16095 11.1866 9.14128C11.1374 9.1216 11.0587 9.11176 10.9505 9.11176C10.4783 9.11176 9.98148 9.21998 9.46007 9.43641C9.00752 9.64301 8.614 10.1079 8.27951 10.8309C7.94502 11.554 7.77778 12.196 7.77778 12.7567C7.77778 12.9141 7.79007 13.0814 7.81467 13.2585C7.83926 13.4355 7.86386 13.5856 7.88845 13.7085C7.91305 13.8315 7.95732 13.9939 8.02127 14.1955C8.08521 14.3972 8.1344 14.5423 8.16884 14.6309C8.20327 14.7194 8.26476 14.8817 8.3533 15.1178C8.44184 15.3539 8.49595 15.5015 8.51562 15.5605C9.1059 17.174 10.1709 18.7505 11.7105 20.2901C13.2501 21.8298 14.8267 22.8947 16.4401 23.485C16.4991 23.5047 16.6467 23.5588 16.8828 23.6474C17.1189 23.7359 17.2812 23.7974 17.3698 23.8318C17.4583 23.8662 17.6034 23.9154 17.8051 23.9794C18.0068 24.0433 18.1691 24.0876 18.2921 24.1122C18.4151 24.1368 18.5651 24.1614 18.7422 24.186C18.9193 24.2106 19.0865 24.2229 19.2439 24.2229C19.8047 24.2229 20.4466 24.0556 21.1697 23.7211C21.8928 23.3866 22.3576 22.9931 22.5642 22.5406C22.7807 22.0192 22.8889 21.5224 22.8889 21.0501Z' fill='%23FF6800' /%3E%3C/svg%3E");
}
.contacts-page-section-site{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66602 9C4.66602 8.73478 4.77137 8.48043 4.95891 8.29289C5.14645 8.10536 5.4008 8 5.66602 8H26.334C26.5992 8 26.8536 8.10536 27.0411 8.29289C27.2287 8.48043 27.334 8.73478 27.334 9V20.684L29.334 22.1453V9C29.334 8.20435 29.0179 7.44129 28.4553 6.87868C27.8927 6.31607 27.1297 6 26.334 6H5.66602C4.87037 6 4.1073 6.31607 3.5447 6.87868C2.98209 7.44129 2.66602 8.20435 2.66602 9V23C2.66602 23.7956 2.98209 24.5587 3.5447 25.1213C4.1073 25.6839 4.87037 26 5.66602 26H18.2047L17.9887 24H5.66602C5.4008 24 5.14645 23.8946 4.95891 23.7071C4.77137 23.5196 4.66602 23.2652 4.66602 23V9Z' fill='%23191919' /%3E%3Cpath d='M24.9331 18.819H24.7825L23.3038 17.739L22.9278 15.9443C22.9225 15.9283 22.9145 15.9203 22.9038 15.9203C22.8931 15.9203 22.8851 15.9283 22.8798 15.9443L22.6398 17.2536L22.2825 16.9936C21.6909 16.561 20.9615 16.36 20.2318 16.4283L19.4625 13.827L18.5905 17.1123C18.0638 17.5523 17.7065 18.155 17.5718 18.819H16.7465C16.6718 18.819 16.6265 18.7843 16.6105 18.715L16.0305 15.9443C16.0251 15.9283 16.0171 15.9203 16.0065 15.9203C15.9958 15.9203 15.9874 15.9283 15.9811 15.9443L15.4745 18.707C15.4585 18.7816 15.4154 18.819 15.3451 18.819H14.1451C14.1142 18.819 14.0838 18.8107 14.0571 18.795C14.032 18.775 14.015 18.7466 14.0091 18.715L12.5638 13.827L11.2651 18.715C11.2491 18.7843 11.2065 18.819 11.1371 18.819H9.84781C9.77315 18.819 9.72781 18.7843 9.71181 18.715L9.13181 15.9443C9.12648 15.9283 9.11848 15.9203 9.10781 15.9203C9.09715 15.9203 9.08915 15.9283 9.08381 15.9443L8.57715 18.707C8.56026 18.7816 8.5167 18.819 8.44648 18.819H7.24648C7.21553 18.819 7.18514 18.8107 7.15848 18.795C7.13337 18.775 7.11632 18.7466 7.11048 18.715L5.51581 13.319C5.51111 13.3061 5.50841 13.2926 5.50781 13.279C5.50781 13.2141 5.54515 13.1816 5.61981 13.1816H6.98915C7.06026 13.1816 7.10337 13.2168 7.11848 13.287L7.80248 15.9123C7.80781 15.9283 7.81581 15.939 7.82648 15.9443C7.83715 15.9443 7.84515 15.9336 7.85048 15.9123L8.39048 13.2856C8.40648 13.2163 8.45226 13.1816 8.52781 13.1816H9.70381C9.77315 13.1816 9.81581 13.2168 9.83181 13.287L10.4358 15.9123C10.4411 15.9336 10.4491 15.9443 10.4598 15.9443C10.4714 15.9443 10.4798 15.9336 10.4851 15.9123L11.0891 13.2856C11.1051 13.2163 11.1478 13.1816 11.2171 13.1816H13.8878C13.958 13.1816 14.0011 13.2168 14.0171 13.287L14.7011 15.9123C14.7065 15.9283 14.7145 15.939 14.7251 15.9443C14.7358 15.9443 14.7438 15.9336 14.7491 15.9123L15.2891 13.2856C15.3051 13.2163 15.3509 13.1816 15.4265 13.1816H16.6011C16.6723 13.1816 16.7154 13.2168 16.7305 13.287L17.3345 15.9123C17.3398 15.9336 17.3478 15.9443 17.3585 15.9443C17.3691 15.9443 17.3771 15.9336 17.3825 15.9123L17.9865 13.2856C18.0034 13.2163 18.0465 13.1816 18.1158 13.1816H20.7865C20.8558 13.1816 20.8989 13.2168 20.9158 13.287L21.5998 15.9123C21.6051 15.9283 21.6131 15.939 21.6238 15.9443C21.6345 15.9443 21.6425 15.9336 21.6478 15.9123L22.1878 13.2856C22.2038 13.2163 22.2496 13.1816 22.3251 13.1816H23.4998C23.5709 13.1816 23.614 13.2168 23.6291 13.287L24.2331 15.9123C24.2385 15.9336 24.2465 15.9443 24.2571 15.9443C24.2678 15.9443 24.2758 15.9336 24.2811 15.9123L24.8851 13.2856C24.9011 13.2163 24.9443 13.1816 25.0145 13.1816H26.3918C26.4345 13.1816 26.4638 13.195 26.4798 13.2216C26.5011 13.243 26.5065 13.2754 26.4958 13.319L25.0625 18.715C25.0465 18.7843 25.0025 18.819 24.9331 18.819Z' fill='%23191919' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.0103 18.6591C20.178 18.5624 20.3703 18.5164 20.5636 18.5268C20.757 18.5373 20.9432 18.6036 21.0996 18.7178L27.5743 23.4485C27.732 23.5637 27.8525 23.7226 27.9209 23.9056C27.9893 24.0886 28.0026 24.2875 27.9592 24.478C27.9158 24.6684 27.8176 24.842 27.6767 24.9773C27.5358 25.1125 27.3583 25.2036 27.1663 25.2391L25.1769 25.6085L26.2449 27.4591C26.3754 27.6887 26.4099 27.9606 26.3407 28.2154C26.2715 28.4702 26.1043 28.6874 25.8756 28.8194C25.6469 28.9514 25.3753 28.9877 25.12 28.9202C24.8647 28.8527 24.6465 28.6869 24.5129 28.4591L23.4436 26.6071L22.1289 28.1471C22.0021 28.2957 21.8344 28.4038 21.6468 28.4582C21.4592 28.5125 21.2597 28.5107 21.0731 28.453C20.8864 28.3953 20.7208 28.2842 20.5966 28.1334C20.4724 27.9826 20.3951 27.7987 20.3743 27.6045L19.5156 19.6325C19.4947 19.4399 19.5302 19.2454 19.6178 19.0726C19.7054 18.8998 19.8413 18.7562 20.0089 18.6591M22.1129 25.0858L22.3809 24.7711C22.8272 24.2492 23.4391 23.8963 24.1143 23.7711L24.5209 23.6951L21.7449 21.6685L22.1129 25.0858Z' fill='%23FF6800' /%3E%3C/svg%3E");
}
.contacts-page-section-email{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.71289 12.2637V25.1187H28.2879V12.2637L16.0004 18.3737L3.71289 12.2637Z' fill='%23191919' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.71289 6.88281V10.3003L16.0004 16.4078L28.2879 10.3003V6.88281H3.71289Z' fill='%23191919' /%3E%3Cpath d='M16.0049 9.69578C19.9049 9.69578 22.5324 12.3108 22.5574 16.2083C22.5599 16.2408 22.5599 16.2858 22.5624 16.3383C22.5649 16.6583 22.5099 17.3108 22.1399 17.9433C22.1074 18.0033 22.0749 18.0633 22.0349 18.1208C21.6274 18.7058 20.8399 19.0858 20.0224 19.0883H20.0174C19.2424 19.0883 18.5324 18.7708 18.0574 18.2183C17.4974 18.8908 16.6399 19.3283 15.5424 19.3308H15.5324C14.2974 19.3308 13.3499 18.7908 12.8074 17.9683C12.5049 17.5083 12.3299 16.9583 12.2999 16.3658C12.2949 16.3076 12.2924 16.2492 12.2924 16.1908C12.2874 14.4533 13.5324 13.0408 15.5299 13.0358H15.5349C16.1749 13.0358 16.7274 13.1908 17.1974 13.4458V13.2733C17.1974 13.1983 17.2574 13.1358 17.3349 13.1358L18.9899 13.1308C19.0649 13.1308 19.1274 13.1908 19.1274 13.2683L19.1349 15.4758H19.1449C19.1524 15.7083 19.1974 16.0433 19.2774 16.3458C19.3399 16.5883 19.4274 16.8108 19.5349 16.9408C19.6724 17.1033 19.8899 17.1308 20.0124 17.1308H20.0199C20.2324 17.1308 20.3999 17.0383 20.4349 17.0008C20.5924 16.7758 20.6174 16.4633 20.6124 16.3433V16.3233L20.6099 16.2458C20.6049 14.0233 19.3949 11.6508 16.0124 11.6508H15.9949C13.2849 11.6558 11.3949 13.4858 11.4024 16.1008C11.4024 16.1908 11.4099 16.2783 11.4149 16.3658C11.4449 16.9483 11.5699 17.4858 11.7774 17.9683C12.4499 19.5358 13.9999 20.5283 15.9974 20.5283H16.0099C17.1274 20.5258 18.1299 20.2183 18.9099 19.6408L20.0749 21.2108C18.9574 22.0383 17.5549 22.4783 16.0149 22.4808H15.9949C12.8799 22.4808 10.4674 20.6683 9.70243 17.9733C9.55743 17.4683 9.47743 16.9308 9.45493 16.3708C9.45243 16.2833 9.44243 16.1958 9.44243 16.1058C9.43493 12.4033 12.1849 9.70578 15.9849 9.69828C15.9899 9.69578 15.9974 9.69578 16.0049 9.69578ZM15.5299 17.6358H15.5349C16.3899 17.6333 16.9399 17.0733 17.0174 16.3508C17.0249 16.2933 17.0324 16.2358 17.0324 16.1758C17.0299 15.3758 16.4524 14.7233 15.5299 14.7233H15.5249C14.6024 14.7258 14.0274 15.3808 14.0299 16.1833C14.0299 16.2433 14.0399 16.3008 14.0474 16.3583C14.1274 17.0783 14.6774 17.6358 15.5299 17.6358ZM16.0049 8.36328H15.9799C13.7949 8.36828 11.7949 9.14828 10.3524 10.5633C8.89993 11.9858 8.10493 13.9558 8.10743 16.1083C8.10743 16.1908 8.11243 16.2733 8.11743 16.3558L8.12243 16.4183C8.14993 17.0958 8.24743 17.7383 8.41993 18.3408C9.36743 21.6683 12.3399 23.8183 15.9949 23.8183C17.8449 23.8158 19.5199 23.2858 20.8674 22.2858C21.1513 22.0751 21.34 21.7604 21.392 21.4107C21.4441 21.061 21.3552 20.705 21.1449 20.4208L21.0474 20.2908C21.9024 20.0658 22.6549 19.5683 23.1299 18.8858C23.1899 18.7983 23.2424 18.7083 23.2924 18.6183C23.8224 17.7108 23.8974 16.7983 23.8949 16.3333C23.8949 16.2683 23.8924 16.2158 23.8899 16.1758C23.8449 11.5708 20.6074 8.36328 16.0049 8.36328Z' fill='white' /%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.5584 16.2078C22.5334 12.3028 19.8959 9.68534 15.9859 9.69534C12.1859 9.70284 9.43587 12.4003 9.44337 16.1028C9.44337 16.1928 9.45337 16.2803 9.45587 16.3678C9.47837 16.9303 9.55837 17.4653 9.70337 17.9703C10.4734 20.6728 12.8909 22.4853 16.0159 22.4778C17.5534 22.4753 18.9584 22.0353 20.0759 21.2078L18.9109 19.6378C18.1334 20.2153 17.1284 20.5203 16.0109 20.5253C14.0084 20.5303 12.4534 19.5353 11.7709 17.9653C11.5634 17.4828 11.4384 16.9428 11.4084 16.3628C11.4034 16.2753 11.3959 16.1878 11.3959 16.0978C11.3909 13.4828 13.2784 11.6553 15.9884 11.6478C19.3834 11.6403 20.5984 14.0178 20.6034 16.2428L20.6059 16.3203V16.3403C20.6109 16.4603 20.5859 16.7728 20.4284 16.9978C20.3934 17.0353 20.2259 17.1278 20.0134 17.1278C19.8934 17.1278 19.6684 17.1028 19.5284 16.9378C19.4184 16.8078 19.3334 16.5828 19.2709 16.3428C19.1909 16.0403 19.1434 15.7053 19.1384 15.4728H19.1284L19.1209 13.2653C19.1209 13.1903 19.0584 13.1278 18.9834 13.1278L17.3284 13.1328C17.2534 13.1328 17.1909 13.1953 17.1909 13.2703V13.4428C16.7209 13.1878 16.1659 13.0303 15.5234 13.0328C13.5284 13.0378 12.2834 14.4503 12.2859 16.1878C12.2859 16.2478 12.2909 16.3053 12.2934 16.3628C12.3234 16.9578 12.4984 17.5053 12.8009 17.9653C13.3459 18.7903 14.2959 19.3328 15.5359 19.3278C16.6334 19.3253 17.4909 18.8878 18.0509 18.2153C18.5259 18.7678 19.2384 19.0878 20.0159 19.0853C20.8334 19.0828 21.6209 18.7053 22.0284 18.1178C22.0684 18.0603 22.1009 18.0003 22.1334 17.9403C22.5034 17.3078 22.5584 16.6528 22.5559 16.3353C22.5609 16.2853 22.5584 16.2403 22.5584 16.2078ZM17.0184 16.3503C16.9409 17.0728 16.3909 17.6328 15.5359 17.6353C14.6809 17.6378 14.1284 17.0778 14.0484 16.3578C14.0409 16.3003 14.0309 16.2428 14.0309 16.1828C14.0284 15.3803 14.6059 14.7253 15.5259 14.7228C16.4509 14.7203 17.0309 15.3728 17.0334 16.1753C17.0334 16.2353 17.0234 16.2928 17.0184 16.3503Z' fill='%23FF6800' /%3E%3C/svg%3E");
}
.contacts-page-section-time{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.5316 12.875H21.5316C21.3941 12.875 21.2816 12.9875 21.2816 13.125V14.625C21.2816 14.7625 21.3941 14.875 21.5316 14.875H29.5316C29.6691 14.875 29.7816 14.7625 29.7816 14.625V13.125C29.7816 12.9875 29.6691 12.875 29.5316 12.875ZM25.3441 17.125H21.5316C21.3941 17.125 21.2816 17.2375 21.2816 17.375V18.875C21.2816 19.0125 21.3941 19.125 21.5316 19.125H25.3441C25.4816 19.125 25.5941 19.0125 25.5941 18.875V17.375C25.5941 17.2375 25.4816 17.125 25.3441 17.125ZM14.916 10.0781H13.5629C13.3691 10.0781 13.2129 10.2344 13.2129 10.4281V18.1781C13.2129 18.2906 13.266 18.3938 13.3566 18.4594L18.0098 21.8531C18.166 21.9656 18.3848 21.9344 18.4973 21.7781L19.3004 20.6812V20.6781C19.4129 20.5219 19.3785 20.3031 19.2223 20.1906L15.2629 17.3281V10.4281C15.266 10.2344 15.1066 10.0781 14.916 10.0781Z' fill='%23FF6800' /%3E%3Cpath d='M25.15 21.0592H23.3438C23.1688 21.0592 23.0031 21.1498 22.9094 21.2998C22.5125 21.9279 22.05 22.5092 21.5188 23.0404C20.6031 23.956 19.5375 24.6748 18.3531 25.1748C17.125 25.6935 15.8219 25.956 14.4781 25.956C13.1313 25.956 11.8281 25.6935 10.6031 25.1748C9.41877 24.6748 8.35315 23.956 7.43752 23.0404C6.5219 22.1248 5.80315 21.0592 5.30315 19.8748C4.7844 18.6498 4.5219 17.3467 4.5219 15.9998C4.5219 14.6529 4.7844 13.3529 5.30315 12.1248C5.80315 10.9404 6.5219 9.87478 7.43752 8.95916C8.35315 8.04353 9.41877 7.32478 10.6031 6.82478C11.8281 6.30603 13.1344 6.04353 14.4781 6.04353C15.825 6.04353 17.1281 6.30603 18.3531 6.82478C19.5375 7.32478 20.6031 8.04353 21.5188 8.95916C22.05 9.49041 22.5125 10.0717 22.9094 10.6998C23.0031 10.8498 23.1688 10.9404 23.3438 10.9404H25.15C25.3656 10.9404 25.5031 10.7154 25.4063 10.5248C23.3688 6.47166 19.2375 3.83728 14.625 3.78416C7.8719 3.69978 2.26252 9.22791 2.25002 15.9748C2.23752 22.7342 7.71565 28.2185 14.475 28.2185C19.1469 28.2185 23.3469 25.5748 25.4063 21.4748C25.5031 21.2842 25.3625 21.0592 25.15 21.0592Z' fill='%23191919' /%3E%3C/svg%3E");
}
/*.tygh-content .ty-wysiwyg-content,
.tygh-content  .ty-wysiwyg-content p{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    color: var(--black);
}*/
.ty-btn{
    border-radius: 30px;
    text-transform: none;
    padding-left: 15px;padding-right: 15px;
}
.ty-cr-content-grid{
    display: none!important;
}
.grid-row-id-17:before,
.grid-row-id-17:after{
    content: none;
}
.grid-row-id-17{
    display: flex;
    justify-content: space-between;
}
.grid-row-id-17 .span4{width: auto!important;max-width: 280px;}


.ty-login-info,
.ty-login,
.ty-account-benefits,
.ty-account,
.ty-blog__item{
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: var(--extra-white);border-radius: 15px;
    padding: 20px;
}
.ui-widget-header .ui-icon-closethick,
div.ui-dialog .ui-dialog-title{
    color:#fff;
}
.ui-dialog .ui-dialog-titlebar{
    background: var(--orange);
    border-color: var(--orange);
    color:#fff;
}

.buttons-container{background: #fff;}

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success{
    background: var(--orange)!important;
    border-color: var(--orange)!important;
}
.profile-menu-inner{
    position: relative;
}
.profile-menu-inner span a{
    display: inline-block;
    padding: 7px 15px;
}
.profile-menu-inner span{
    display: none;
    position: absolute;
    left:0px;
    top:100%;
    background: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
}
.profile-menu-inner:hover span {
    display: block;
}
.price-block-product b{
    margin: 0px;margin-right: 10px;
}
.price-block-product{
    display: flex;
    align-content: center;
    align-items: center;
}

.product-card-coast #subscribe_form_wrapper{margin-top: 13px;margin-left: 50px;}
.product-card-coast #subscribe_form_wrapper label{font-size: 16px;}
.ty-cart-content__product-delete .ty-icon-cancel-circle{
    color:red;
}
b.price-discount{
    font-weight: normal;
    color:#000;
    text-decoration: line-through;
    text-decoration-color: red;
}

.header-grid{
    position: relative;
}
.header-menu-dropdown{
    position: absolute;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 10px 15px 0 rgba(0,0,0,0.3);
    border-radius: 16px;
    width: 100%;
    left:0px;
    z-index: 15;
    box-sizing: border-box;
    top:56px;
    overflow: hidden;
}
.header-catalog-button a.show-menu-toggle{position: relative;}
.header-catalog-button a.show-menu-toggle.active:before{
    z-index: 16!important;
    content: '';
    display: block;
    inline-size: 0;
    block-size: 0;
    position: absolute;
    top: initial;
    right: initial;
    bottom: initial;
    left: initial;
    inset-block-start: 100%;
    inset-inline: 0;
    margin-inline: auto;
    border-inline: 11px solid transparent;
    opacity: 1;
    pointer-events: none;
    border-block-end: 11px solid #fff;
    margin-block-start: calc(30 / 2 - 10px);
    margin-top: 3px;

}
.header-catalog-button a.show-menu-toggle.active:hover{
    background-image: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%23ff6800'/%3E%3C/svg%3E");
    background-position: left 22px center;
}
.header-catalog-button a.show-menu-toggle.active{
    background-image: url("data:image/svg+xml,%3Csvg width='20px' height='20px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z' fill='%23fff'/%3E%3C/svg%3E");
    background-position: left 22px center;
}
.category-level-1 i{
    position: absolute;
    display: flex;
    right:10px;
    top:50%;
    transform: translateY(-50%);
}

.category-level-1{
    width: 100%;
    position: relative;
    color: #000;
    line-height: 1.2;
    padding: 10px 20px;
    padding-right: 40px;
    font-weight: 600;
    height: 47px;
    display: flex;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 14px!important;
}
.category-level-1-inner.active .category-level-1,
.category-level-1:hover{
    background: #f5f5f7;
    color:#000;
}
.category-level-1-inner.active .category-level-1 i g,
.category-level-1:hover i g{
    fill:#ff6800;
}
.header-menu-dropdown-left{
    width: 280px;
    padding: 10px 0px;
    max-height: 498px;
    overflow: auto;
}



@-moz-document url-prefix() {
    .header-menu-dropdown-left {
        scrollbar-color: #ff6800 transparent;
        scrollbar-width: thin
    }
}

.ty-cart-content .ty-product-options{display: none;}
.header-menu-dropdown-left::-webkit-scrollbar {
    width: 6px
}

.header-menu-dropdown-left::-webkit-scrollbar-track {
    background-color: transparent
}

.header-menu-dropdown-left::-webkit-scrollbar-thumb {
    background-color: #ff6800;
    border-radius: 3px;
    height: 81px
}

.header-menu-dropdown-left::-webkit-scrollbar-thumb:hover {
    background: #ff6800
}

@-moz-document url-prefix() {
    .ty-product-thumbnails {
        scrollbar-color: #ddd transparent;
        scrollbar-width: thin
    }
}

.ty-product-thumbnails::-webkit-scrollbar {
    width: 6px
}

.ty-product-thumbnails::-webkit-scrollbar-track {
    background-color: transparent
}

.ty-product-thumbnails::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 3px;
    height: 81px
}

.ty-product-thumbnails::-webkit-scrollbar-thumb:hover {
    background: #ddd
}
.header-menu-dropdown-left-inner{
    padding: 20px;
    display: none;
    position: absolute;
    left:280px;
    height: 100%;
    top:0px;
    width: calc(100% - 600px);
    background: #fff;
    border-left:1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
.menu__2nd-list{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(max(170px,calc((100% - 20px * (4 - 1)) / 4)),1fr));
    gap: 20px;
}
.menu__2nd-col {
    max-inline-size: 250px;
}

.category-level-1-index-0 .header-menu-dropdown-left-inner{display: block;}

.category-level-1-inner.active .header-menu-dropdown-left-inner{display: block;z-index: 3;}


.category-level-2{
    font-weight: 600;
    line-height: 1.2;
    color:#000;
    font-size: 14px!important;
}
.category-level-3{
    font-weight: 400;
    line-height: 1.2;
    color: rgba(29,29,31,0.75);
    font-size: 14px!important;
}
.category-level-3:hover,
.category-level-2:hover{
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-color: #ff6800;
}
.menu__3nd-col{
    margin-top: 10px;
}
.menu__2nd-col a{display: inline-block;width: 100%;margin-bottom: 5px;}


.menu-header-overlay{
   z-index: 12;
}
.header-menu-dropdown-left-inner-banner{
    position: absolute;
    top:0px;
    right:0px;width: 280px;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
}
@media (min-width: 992px) {
    .search-cats{display: none;}
}
