@charset "UTF-8";

/* CSS Document */
/*
Theme Name: КАМЕНЬ Theme
Version: 1.0
Description: КАМЕНЬ – брендовая одежда
Author: Laika
Author URI: http://laikaweb.ru/
*/
@font-face {
    font-family: "Rubik";
    src: url("fonts/Rubik-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("fonts/Rubik-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    src: url("fonts/Rubik-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    margin-top: 0 !important;
}

body {
    font-family: 'Rubik';
    font-size: 12px;
    font-weight: 400;
    line-height: 126%;
    /* Не делай меньше 150 */
    letter-spacing: -0.2px;
    text-align: left;
    color: #000;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    /* background-color: #F1F1F1; */
    background-color: #F6F6F6;
    padding: 0;
    margin: 0;
}

#wpadminbar {
    position: unset !important;
}

#wpadminbar #wp-admin-bar-top-secondary {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    html #wpadminbar {
        display: none;
    }
}

* {
    box-sizing: border-box;
    outline: none !important;
    box-shadow: unset !important;
}

input:not([type="submit"]),
textarea {
    -webkit-appearance: none;
    width: 100%;
    outline: none;
    display: block;
    border-radius: 4px;
    background-color: #F1F1F1;
    border: 0.5px solid #0000001F;
    font-size: 16px;
    font-weight: 400;
    line-height: 132%;
    letter-spacing: 0em;
    text-align: left;
    color: #000;
    padding: 12px 12px 12px 12px;
    margin-bottom: 16px;
    transition: .3s;
    outline: none;
    box-shadow: none;
}

textarea {
    height: 100px;
    border-radius: 4px;
}

@media(max-width:768px) {

    input,
    textarea {
        margin-bottom: 12px;
    }
}

input:not([type="submit"]):focus,
textarea:focus {
    border: 0.5px solid #E65A26;
    background-color: #F1F1F1;
}

input::placeholder,
textarea::placeholder {
    color: #8A8A8A;
}

input[type="checkbox"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='3.5' stroke='%233F3F3F'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: .3s;
    cursor: pointer;
}

input[type="checkbox"]:focus,
input[type="checkbox"]:focus-visible {
    border: 0;
    margin: 0;
    background-color: transparent;
}

input[type="checkbox"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='3.5' stroke='%233F3F3F'/%3E%3Cline x1='3.06066' y1='9' x2='6.52769' y2='12.467' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='13.2407' y1='3.04455' x2='6.64455' y2='12.4648' stroke='%233F3F3F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    border: 0;
}

h1 {
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    margin: 0;
    padding: 2px 8px;
    margin-bottom: 8px;
    color: #1E1E1E;
    text-transform: uppercase;
}

h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
    margin: 0;
    padding: 2px 0;
    margin-bottom: 16px;
    color: #1E1E1E;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    text-align: left;
    margin: 0;
    margin-bottom: 16px;
    color: #1E1E1E;
    text-transform: uppercase;
}

@media(max-width:992px) {
    /* .privacy-policy h1{
        font-size: 24px;
    }
    h1 {
        font-size: 32px;
        line-height: 150%;
        margin-bottom: 24px;
    }
    h2 {
        font-size: 32px;
        line-height: 150%;
        margin-bottom: 24px;
    } */
}

section {
    margin-bottom: 64px;
    /* overflow-x: hidden; */
}

@media(max-width:992px) {
    section {
        margin-bottom: 32px;
    }
}

.section-default-content_inner {
    padding: 0 8px;
}

body:not(.woocommerce-page) .section-default-content_inner>p,
body:not(.woocommerce-page) .section-default-content_inner>ul {
    margin-bottom: 8px;
}

body:not(.woocommerce-page) .section-default-content_inner h2,
body:not(.woocommerce-page) .section-default-content_inner h3 {
    margin-top: 24px;
    margin-bottom: 12px;
}

a,
a:not([href]):not([class]) {
    color: #1E1E1E;
    text-decoration-color: #1E1E1E;
    transition: .3s;
}

a:hover,
a:not([href]):not([class]):hover {
    text-decoration-color: transparent;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn,
button,
.button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    box-shadow: unset !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    padding: 10px 16px;
    transition: .3s;
    cursor: pointer;
    border-radius: 8px;
    background-color: #E65A26;
    border: 1px solid #E65A26;
}

.btn:hover,
.btn:focus-visible,
button:hover,
button:focus-visible,
.button:hover,
.button:focus-visible {
    background-color: #3A3A3A;
    border-color: #3A3A3A;
    color: #fff;
}

.btn:disabled,
button:disabled,
.button:disabled {
    background-color: #AAAAAA;
    color: #fff;
    border-color: #AAAAAA;
}

/* ticker line */
.ticker-wrapper {
    width: 100%;
    background: #E65A26;
    padding: 12px 0;
    overflow: hidden;
    position: relative;
}
.ticker-track {
    display: flex;
    width: max-content;
    animation: ticker-scroll 18s linear infinite;
}
.ticker-wrapper:hover .ticker-track {
    animation-play-state: paused;
}
.ticker-item {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    outline: none;
}
.ticker-text {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
}
.ticker-separator {
    display: inline-block;
    color: #fff;
    margin: 0 30px;
    font-size: 14px;
    opacity: 0.5;
}
@keyframes ticker-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
@media(max-width:992px) {
    .ticker-wrapper {
        padding:6px 0;        
    }
    .ticker-text {
        font-size: 10px;
    }
    .ticker-separator {
        margin:0 20px;
    }
}
/* end */

/* HEADER */
header {
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    padding: 24px 0;
    z-index: 999;
}
header.ticker-has {
    /* top:48px; */
}
body.admin-bar header.ticker-has {

}
.header-inner {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    border-radius: 8px;
    border: 1px solid #3A3A3A;
    background-color: #1C1C1CB2;
    backdrop-filter: blur(10px);
}

header .custom-logo-link {
    display: block;
    text-decoration: none;
    outline: none;
    width: 190px;
    height: 40px;
    margin-right: 16px;
}

header .custom-logo-link img {
    width: 100%;
    height: 100%;
}

header .menu-popup {
    display: flex;
    align-items: center;
    width: calc(100% - 190px - 16px);
}

header .menu-popup .header-gender_selector {
    display: flex;
    flex-direction: row;
    gap: 2px;
    background-color: #1C1C1CB2;
    border: 1px solid #3A3A3A;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

header .menu-popup .header-gender_selector_btn {
    display: block;
    width: 34px;
    height: 31px;
    border-radius: 7px;
    border: 0;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
    letter-spacing: -0.5px;
    text-align: center;
    text-transform: uppercase;
    transition: .3s;
    transform: scale(1.05);
    opacity: .7;
    padding: 0;
}

header .menu-popup .header-gender_selector_btn.active {
    background-color: #E65A26;
    color: #fff;
    opacity: 1;
}

header .menu-popup .header-gender_selector_btn:not(.active):hover {
    opacity: 1;
}

header .menu-popup ul.menu {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: flex;
    gap: 8px;
}

header .menu-popup ul.menu li {
    display: inline-block;
}

header .menu-popup ul.menu li>.sub-menu {
    display: none;
}

header .menu-popup ul.menu li a {
    display: inline-flex;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 126%;
    letter-spacing: -0.2px;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    transition: .3s;
}

header .menu-popup ul.menu li a:hover {
    color: #E65A26;
}

.header-icons {
    display: flex;
    gap: 2px;
    align-items: center;
}

.header-icons .search-trigger-btn {
    background-color: transparent;
    border: 0;
    outline: none;
    display: block;
    width: 36px;
    height: 30px;
    padding: 0;
}

.header-icons .my-account-btn {
    background-color: transparent;
    border: 0;
    outline: none;
    display: block;
    width: 36px;
    height: 30px;
}

.header-icons .wish-list-btn-wrapper {
    background-color: transparent;
    border: 0;
    outline: none;
    display: block;
    width: 36px;
    height: 30px;
    position: relative;
}
.header-icons .wish-list-btn-wrapper a {
    display: inline-flex;
}

.header-icons .wish-list-btn-wrapper .wishlist_products_counter {
    position: absolute;
    top: 5px;
    right: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #E65A26;
    color: #fff;
}
.header-icons .wish-list-btn-wrapper .wishlist_products_counter_text {
    display:none;
}

.header-icons .wish-list-btn-wrapper .wishlist_products_counter_number {
    display: inline-block;
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: -0.17px;
    text-align: center;
    vertical-align: middle;
    width: 13px;
    height: 13px;
}
.header-icons ul.menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.header-icons ul.menu li.wpmenucartli a {
    padding: 0;
    width: 36px;
    height: 30px;
    display: block;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='30' viewBox='0 0 36 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3480_2072)'%3E%3Cpath d='M26 9H22C22 6.79 20.21 5 18 5C15.79 5 14 6.79 14 9H10V25H26V9ZM16 14H14V11H16V14ZM18 7C19.1 7 20 7.9 20 9H16C16 7.9 16.9 7 18 7ZM22 14H20V11H22V14Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3480_2072'%3E%3Crect width='20' height='20' fill='white' transform='translate(8 5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-icons ul.menu li.wpmenucartli a .cartcontents {
    display: inline-block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #E65A26;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: -0.17px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    right: 2px;
}

.header-inner>.search-trigger-btn {
    display: none;
}

.header-inner .menu-trigger {
    display: none;
}
header ul.menu_2 {
    display: none;
}
@media(max-width:992px) {
    header {
        padding: 0;
        padding-bottom: 12px;
    }

    header .container {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .header-inner {
        border-radius: 0;
        border: 0;
        padding: 11px 24px;
    }

    header .menu-popup {
        display: none;
    }

    .header-inner>.search-trigger-btn {
        background-color: transparent;
        border: 0;
        outline: none;
        display: block;
        width: 36px;
        height: 30px;
        padding: 0;
    }

    header .custom-logo-link {
        margin: 0 auto 0 16px;
        width: 109px;
        height: 24px;
    }

    .header-inner .menu-trigger {
        display: block;
        position: relative;
        width: 28px;
        height: 28px;
        cursor: pointer;
    }

    .header-inner .menu-trigger .box-sub-btn {
        display: block;
        width: 100%;
        height: 100%;
    }

    .header-inner .menu-trigger span {
        width: 18px;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        transition: .3s;
    }

    .header-inner .menu-trigger span:nth-child(1) {
        top: 8px;
    }

    .header-inner .menu-trigger span:nth-child(2) {
        top: 13px;
    }

    .header-inner .menu-trigger span:nth-child(3) {
        top: 13px;
    }

    .header-inner .menu-trigger span:nth-child(4) {
        top: 18px;
    }

    .header-inner .menu-trigger.in span:nth-child(1) {
        top: 8px;
        width: 0px;
    }

    .header-inner .menu-trigger.in span:nth-child(2) {
        top: 13px;
        transform: translateX(-50%) rotate(45deg);
    }

    .header-inner .menu-trigger.in span:nth-child(3) {
        top: 13px;
        transform: translateX(-50%) rotate(-45deg);
    }

    .header-inner .menu-trigger.in span:nth-child(4) {
        top: 18px;
        width: 0;
    }

    header .menu-popup {
        position: absolute;
        top:100%;
        left: 0;
        right: 0;
        width: 100%;
        height: calc(100vh - 52px);
        background-color: #F1F1F1;
        padding: 42px 24px;
        overflow: auto;
    }
    header .menu-popup::-webkit-scrollbar {
        height: 0;
        width: 4px;
    }
    header .menu-popup::-webkit-scrollbar-track {
        background-color: #fff;
    }
    header .menu-popup::-webkit-scrollbar-thumb {
        background-color: #1C1C1CB2;
    }
    header .menu-popup ul.menu {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    header .menu-popup ul.menu > li {
        display: inline-block;
        width: 100%;
    }
    header .menu-popup ul.menu > li > a {
        color:#1E1E1E;
        padding: 6px 12px;
        background-color: transparent;
        border-radius: 4px;
        width: 100%;
        position: relative;
    }
    header .menu-popup ul.menu > li > a:hover {
        background-color: #00000014;
    }
    header .menu-popup ul.menu > li.menu-item-has-children > a {
        padding-right: 34px;
    }
    header .menu-popup ul.menu > li.menu-item-has-children > a.active {
        background-color: #00000014;
    }
    header .menu-popup ul.menu > li.menu-item-has-children > a::after {
        content:'';
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        right: 12px;
        top: 6px;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.59 5L9 9.58L4.41 5L3 6.41L9 12.41L15 6.41L13.59 5Z' fill='%231E1E1E'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transition: .3s;
    }
    header .menu-popup ul.menu > li.menu-item-has-children > a.active::after {
        transform: rotate(180deg);
    }
    header .menu-popup ul.menu > li > ul.sub-menu {
        list-style-type: none;
        padding: 8px 0 0;
        margin: 0;
        display: none;
    }
    header .menu-popup ul.menu > li > ul.sub-menu > li {
        display: block;
        width: 100%;
        margin-bottom: 4px;
    }
    header .menu-popup ul.menu > li > ul.sub-menu > li:last-child {
        margin-bottom: 0;
    }
    header .menu-popup ul.menu > li > ul.sub-menu > li > a {
        display: block;
        text-decoration: none;
        font-weight: 400;
        font-size: 14px;
        line-height: 125%;
        letter-spacing: -0.2px;
        color:#000000;
        padding:7px 20px;
        text-align: start;
        transition: .3s;
    }
    header .menu-popup ul.menu > li > ul.sub-menu > li > a:hover {
        color:#E65A26;
    }


    header ul.menu_2 {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin: 0;
        list-style-type: none;
        gap:8px;
        width: 100%;
        margin-top: 32px;
    }
    header ul.menu_2 > li {
        display: inline-block;
        width: 100%;
    }
    header ul.menu_2 > li > a {
        display: block;
        width: 100%;
        padding: 2px;
        text-decoration: none;
        font-weight: 500;
        font-size: 12px;
        line-height: 132%;
        letter-spacing: -0.2px;
        color:#1E1E1E;
        transition: .3s;
    }
    header ul.menu_2 > li > a:hover {
        color:#E65A26;
    }
}

@media(max-width:576px) {
    .header-inner {
        padding: 11px 8px;
    }
}

/* END */

body.home main {
    margin-top: -122px;
}
@media(max-width:992px) {
    body.home main {
        margin-top: -64px;
    }
}


/* BREADCRUMPS */
.woocommerce-breadcrumb {
    padding: 8px;
    display: flex;
    gap: 8px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 12px;
    line-height: 126%;
    letter-spacing: -0.5px;
    color: #1e1e1e99;
    margin-bottom: 10px;
}

.woocommerce-breadcrumb a {
    display: inline-block;
    white-space: nowrap;
    color: #B0B0B0;
    text-decoration: none;
    outline: none;
}

.woocommerce-breadcrumb::before,
.woocommerce-breadcrumb::after {
    display: none;
}

/* END */

/* FOOTER */
footer {
    background-color: #3A3A3A;
    padding: 32px 0;
    margin-top: auto;
}

.footer-form {
    background-color: #E65A26;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 32px 26px;
    border-radius: 8px;
    margin-bottom: 64px;
}

.footer-form .wpcf7 {
    max-width: 472px;
    width: 100%;
}

.footer-form .wpcf7-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.footer-form .wpcf7-form h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 130%;
    letter-spacing: -1px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
    color: #fff;
    text-transform: inherit;
}

.footer-form .wpcf7-form .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    letter-spacing: -0.2px;
    text-align: center;
    margin: 0;
    margin-bottom: 32px;
    color: #fff;
}

.footer-form .wpcf7-form .input-wrap {
    display: flex;
    gap: 4px;
    margin-bottom: 18px;
}

.footer-form .wpcf7-form .input-wrap .wpcf7-form-control-wrap {
    width: calc(100% - 122px - 4px);
}

.footer-form .wpcf7-form .input-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}

.footer-form .wpcf7-form .input-wrap .wpcf7-form-control-wrap input {
    width: 100%;
    padding: 9px 10px;
    background-color: #FFFFFF33;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 126%;
    letter-spacing: -0.2px;
    margin: 0;
}

.footer-form .wpcf7-form .input-wrap .wpcf7-form-control-wrap input::placeholder {
    color: #ffffff99;
}

.footer-form .wpcf7-form .input-wrap .wpcf7-submit-wrapper {
    position: relative;
    display: inline-block;
    width: 122px;
}

.footer-form .wpcf7-form .input-wrap .wpcf7-submit-wrapper .wpcf7-spinner {
    position: absolute;
    margin: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footer-form .wpcf7-form .input-wrap .wpcf7-submit-wrapper input {
    width: 100%;
    margin: 0;
    padding: 9px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 126%;
    letter-spacing: -0.2px;
    text-align: center;
    color: #1E1E1E;
    background-color: #FFFFFF;
    opacity: 64%;
    transition: .3s;
    border: 0;
}

.footer-form .wpcf7-form .input-wrap .wpcf7-submit-wrapper input:hover {
    opacity: 1;
}

.footer-form .wpcf7-form .input-wrap .wpcf7-submit-wrapper input:disabled {}

.footer-form .acceptance-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.footer-form .acceptance-wrapper .wpcf7-form-control-wrap {
    display: block;
    width: 16px;
    height: 16px;
}

.footer-form .acceptance-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance {
    display: block;
    width: 100%;
    height: 100%;
}

.footer-form .acceptance-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.footer-form .acceptance-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='3.5' stroke='%23fff'/%3E%3C/svg%3E%0A");
}

.footer-form .acceptance-wrapper .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item input:checked {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='15' height='15' rx='3.5' stroke='%23FFF'/%3E%3Cline x1='3.06066' y1='9' x2='6.52769' y2='12.467' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='13.2407' y1='3.04455' x2='6.64455' y2='12.4648' stroke='%23FFF' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.footer-form .acceptance-wrapper>span:not(.wpcf7-form-control-wrap) {
    width: calc(100% - 16px - 8px);
    font-weight: 400;
    font-size: 11px;
    line-height: 140%;
    letter-spacing: -0.2px;
    text-align: start;
    color: #ffffff99;
}

.footer-form .acceptance-wrapper>span:not(.wpcf7-form-control-wrap) a {
    color: #ffffff99;
    text-decoration-color: #ffffff99;
}

.footer-form .acceptance-wrapper>span:not(.wpcf7-form-control-wrap) a:hover {
    text-decoration-color: transparent;
}

.footer-form .wpcf7-form.invalid .wpcf7-response-output {
    border: 0;
    width: 100%;
    padding: 9px 10px;
    background-color: #FFFFFF33;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

.footer-form .wpcf7-form.sent>*:not(.wpcf7-response-output) {
    display: none;
}

.footer-form .wpcf7-form.sent .wpcf7-response-output {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin: 0;
    border: 0;
}

.footer-form .wpcf7-form.sent .wpcf7-response-output::before {
    content: '';
    display: block;
    width: 72px;
    height: 72px;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2011_1143)'%3E%3Ccircle cx='22' cy='22' r='22' fill='%23fff'/%3E%3Cline x1='1.5' y1='-1.5' x2='10.0825' y2='-1.5' transform='matrix(0.70711 0.707104 -0.70711 0.707104 11 23.6621)' stroke='%233A3A3A' stroke-width='3' stroke-linecap='round'/%3E%3Cline x1='1.5' y1='-1.5' x2='22.0155' y2='-1.5' transform='matrix(-0.57358 0.81915 -0.819154 -0.573573 31 11)' stroke='%233A3A3A' stroke-width='3' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2011_1143'%3E%3Crect width='44' height='44' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

.footer-top.first {
	margin-left: -8px;
	margin-right: -8px;
    margin-top: 0;
}

.footer-top .custom-logo-link {
    display: block;
    width: 248px;
    height: 50px;
    text-decoration: none;
    outline: none;
}

.footer-top .custom-logo-link img {
    width: 100%;
    height: 100%;
}
@media(min-width:992px){
	.footer-top ul.menu{
		min-width: 640px;
	}
}
.footer-top ul.menu {
    list-style-type: none;
    padding: 8px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px 24px;
    height: 96px;
    margin-left: auto;
}

.footer-top ul.menu li {
    display: inline-block;
    padding: 2px;
}

.footer-top ul.menu li a {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    line-height: 132%;
    letter-spacing: -0.2px;
    vertical-align: middle;
    transition: .3s;
    text-decoration: none;
    outline: none;
    color: #fff;
}

.footer-top ul.menu li a:hover {
    color: #E65A26;
}

.footer-top .footer-phone {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
	padding-left: 0;
}

.footer-top .footer-phone .label {
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: -0.2px;
    color: #fff;
    margin: 0;
}

.footer-top .footer-phone a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: #fff;
    transition: .3s;
}

.footer-top .footer-phone a:hover {
    color: #E65A26;
}

.footer-top .partners {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.footer-top .partners img {
    display: block;
    max-height: 16px;
    height: auto;
    width: auto;
}

.footer-bottom {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-left: -8px;
}

footer ul.socials {
    display: flex;
    align-items: center;
    gap: 5px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul.socials li {
    display: inline-block;
}

footer ul.socials li a {
    display: flex;
    outline: none;
    text-decoration: none;
    transition: .3s;
    height: 30px;
}

footer ul.socials li a svg {
    height: 100%;
    width: auto;
}

footer ul.socials li a svg path.text {
    transition: .3s;
}

footer ul.socials li a:hover svg path.text {
    fill: #E65A26;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.footer-bottom-links span,
.footer-bottom-links a {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    letter-spacing: -0.2px;
    text-decoration: none;
    outline: none;
    transition: .3s;
    color: #FFFFFF4D;
}

.footer-top ul.socials {
    display: none;
}
@media(max-width:991.98px){
	.footer-bottom-links{
		gap: 12px;
		align-items: self-start;
	}
	.footer-top ul.menu{
		height: 140px;
		min-width: 400px;
	}
}
@media(max-width:768px) {
    .footer-form {
        margin-bottom: 32px;
    }

    .footer-top ul.socials {
        display: flex;
        margin-left: auto;
    }

    .footer-bottom ul.socials {
        display: none;
    }

    .footer-top ul.menu {
        margin-left: 0;
        margin-top: 24px;
    }

    .footer-top .partners {
        gap: 14px;
    }

    .footer-top .partners img {
        max-height: 12px;
    }

    .footer-bottom-links {
        gap: 24px;
    }
}

@media(max-width:576px) {
    footer {
        padding: 8px 0 24px;
    }

    .footer-form {
        padding: 32px 24px 26px;
    }

    .footer-form .wpcf7-form .input-wrap {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .footer-form .wpcf7-form .input-wrap .wpcf7-form-control-wrap {
        width: 100%;
    }

    .footer-form .wpcf7-form .input-wrap .wpcf7-submit-wrapper {
        width: 100%;
    }

    .footer-form .wpcf7-form h2 {
        line-height: 100%;
    }

    .footer-top ul.menu {
        display: none;
    }

    .footer-top ul.socials {
        display: none;
    }

    .footer-bottom ul.socials {
        display: flex;
    }

    .footer-top {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .footer-top .footer-phone {
        align-items: center;
    }

    .footer-top .partners {
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
        flex-wrap: wrap;
    }

    .footer-bottom {
        margin-top: 24px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
		margin-left: 0;
    }

    .footer-bottom-links {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
        gap: 10px
    }
}

/* END */


/* MODAL */
#searchModal {
    background-color: #00000099;
}

#searchModal .modal-dialog {}

#searchModal .modal-content {
    border: 0;
    background-color: transparent;
}

#searchModal .modal-body {
    position: relative;
}

#searchModal .modal-body .close {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -32px;
    top: -32px;
}

#searchModal .modal-body .close svg {
    display: block;
    width: 100%;
    height: 100%;
}

#searchModal .modal-body .close svg rect {
    fill: #fff;
}

#searchModal .modal-body .aws-container .aws-search-label {
    background-color: transparent;
    color: #fff;
}

#searchModal .modal-body .aws-container .aws-search-field {
    border-bottom: 1px solid #fff;
    color: #fff;
}

#searchModal .modal-body .aws-container .aws-search-form .aws-search-clear span {
    color: #fff;
}

#searchModal .modal-body .aws-container .aws-search-form .aws-form-btn {
    border-bottom: 1px solid #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.41467 15.2852C4.4824 15.2852 1.29472 12.1531 1.29472 8.28339C1.29472 4.41364 4.4824 1.27535 8.41467 1.27535C12.3469 1.27535 15.5353 4.41364 15.5353 8.28339C15.5353 12.1531 12.3469 15.2852 8.41467 15.2852ZM19.8101 18.9111L14.6469 13.8286C15.9985 12.3594 16.8294 10.4214 16.8294 8.28339C16.8294 3.70721 13.0621 0 8.41467 0C3.76722 0 0 3.70721 0 8.28339C0 12.8533 3.76722 16.5605 8.41467 16.5605C10.4227 16.5605 12.2644 15.8666 13.711 14.7101L18.8949 19.8113C19.1481 20.0614 19.5575 20.0614 19.8101 19.8113C20.0633 19.5675 20.0633 19.1612 19.8101 18.9111Z' fill='%23FFF'/%3E%3C/svg%3E%0A");
}

/* END */
/* aws search */
.aws-container {
    overflow: visible;
}

.aws-container .aws-search-form {
    height: auto;
    overflow: visible;
}

.aws-container .aws-search-form .aws-wrapper {
    overflow: visible;
}

.aws-container .aws-search-label {
    position: absolute !important;
    left: 0px;
    top: 9px;
    width: 100%;
    height: auto;
    overflow: visible;
    clip: unset;
    z-index: 121;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #10101080;
    transition: .3s;
    background-color: #fff;
    cursor: text;
}

.aws-container .aws-search-form.aws-focus .aws-search-label,
.aws-container .aws-search-form.aws-form-active .aws-search-label {
    top: -12px;
    left: 0px;
    font-size: 12px;
}

.aws-container .aws-search-field {
    padding: 8px 20px 8px 0;
    border: 0;
    border-bottom: 1px solid #10101080;
    background-color: transparent;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
}

.aws-container .aws-search-form.aws-focus .aws-search-field {
    border: 0;
    border-bottom: 1px solid #10101080;
    background-color: transparent;
}

.aws-container .aws-search-field::placeholder {
    opacity: 0;
}

.aws-container .aws-search-form .aws-form-btn {
    border: 0;
    border-bottom: 1px solid #10101080;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.41467 15.2852C4.4824 15.2852 1.29472 12.1531 1.29472 8.28339C1.29472 4.41364 4.4824 1.27535 8.41467 1.27535C12.3469 1.27535 15.5353 4.41364 15.5353 8.28339C15.5353 12.1531 12.3469 15.2852 8.41467 15.2852ZM19.8101 18.9111L14.6469 13.8286C15.9985 12.3594 16.8294 10.4214 16.8294 8.28339C16.8294 3.70721 13.0621 0 8.41467 0C3.76722 0 0 3.70721 0 8.28339C0 12.8533 3.76722 16.5605 8.41467 16.5605C10.4227 16.5605 12.2644 15.8666 13.711 14.7101L18.8949 19.8113C19.1481 20.0614 19.5575 20.0614 19.8101 19.8113C20.0633 19.5675 20.0633 19.1612 19.8101 18.9111Z' fill='%23464646'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.aws-container .aws-search-form .aws-form-btn:hover {
    background-color: #10101018;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.41467 15.2852C4.4824 15.2852 1.29472 12.1531 1.29472 8.28339C1.29472 4.41364 4.4824 1.27535 8.41467 1.27535C12.3469 1.27535 15.5353 4.41364 15.5353 8.28339C15.5353 12.1531 12.3469 15.2852 8.41467 15.2852ZM19.8101 18.9111L14.6469 13.8286C15.9985 12.3594 16.8294 10.4214 16.8294 8.28339C16.8294 3.70721 13.0621 0 8.41467 0C3.76722 0 0 3.70721 0 8.28339C0 12.8533 3.76722 16.5605 8.41467 16.5605C10.4227 16.5605 12.2644 15.8666 13.711 14.7101L18.8949 19.8113C19.1481 20.0614 19.5575 20.0614 19.8101 19.8113C20.0633 19.5675 20.0633 19.1612 19.8101 18.9111Z' fill='%23464646'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.aws-container .aws-search-form .aws-form-btn>* {
    display: none !important;
}

.aws-search-result {
    /* border: 1px solid #10101080; */
    border: 0;
    transition: .3s;
    border-left: 0;
    border-right: 0;
    /* background: #ffffff82; */
    background-color: transparent;
    width: 100%;
    margin-top: -1px;
    /* backdrop-filter: blur(15px); */
}

.aws-search-result ul {}

.aws-search-result ul::-webkit-scrollbar {
    width: 3px;
}

.aws-search-result ul::-webkit-scrollbar-track {
    background-color: transparent;
}

.aws-search-result ul::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.aws-search-result ul li.aws_result_item {
    border: 0;
    padding: 16px 0 0px;
}

.aws-search-result ul li.aws_result_item:hover {
    background-color: transparent;
}

.aws-search-result ul li.aws_result_item .aws_result_link {
    padding: 0;
}

.aws-search-result .aws_result_image {
    padding-right: 16px;
}

.aws-search-result .aws_result_title {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: start;
}

.aws-search-result .aws_result_sale {
    display: none;
}

.aws-search-result .aws_result_excerpt {
    display: block;
    color: #fff;
    font-size: 400;
    font-size: 14px;
    margin-bottom: 8px;
}

.aws-search-result .aws_result_price {
    display: block;
    padding: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.aws-search-result .aws_result_price del {
    opacity: .7;
}

.aws-search-result .aws_result_price ins {
    text-decoration: none;
}

.aws-search-result .aws_results .aws_result_item,
.aws-search-result ul li.aws_result_item.aws_no_result {
    line-height: 150%;
    font-weight: 500;
    text-transform: uppercase;
    height: auto;
    padding: 16px;
    display: flex;
    text-decoration: none;
    border: 0;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    align-items: center;
    justify-content: start;
	padding-left: 0;
}

.aws-search-result .aws_results .aws_result_item:hover {
    background-color: transparent;
}

.aws-search-result .aws_results .aws_result_item:hover .aws_result_title,
.aws-search-result .aws_results .aws_result_item:hover .aws_result_price {
    color: #E65A26;
}

.aws-search-result .aws_result_item.aws_search_more {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    height: auto;
    display: flex;
    text-decoration: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 16px;
}

.aws-search-result .aws_result_item.aws_search_more:hover {
    background-color: #fff;
    color: #1E1E1E;
}

.aws-search-result .aws_results .aws_result_item .aws_result_term {
    text-align: start;
}

.aws-search-result .aws_result_excerpt {
    display: none;
}

/* Доставка | Оплата | Возврат */

/* .delivery header,
.oplata header,
.refund_returns header,
.about header,
.shop header,
.career header {
    position: fixed;
} */
.delivery main,
.oplata main,
.refund_returns main,
.about main,
.shop main,
.career main {
    margin-top: -122px;
}
@media(max-width:992px) {
    .delivery main,
    .oplata main,
    .refund_returns main,
    .about main,
    .shop main,
    .career main {
        margin-top: -64px;
    }
}

body.about,
body.shop,
body.career {
    background: #3A3A3A;
}

.orange_intro_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 650px;
    background: #E65A26;
}

.orange_intro_section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.orange_intro_section h1 {
    font-weight: 600;
    font-size: 38px;
    line-height: 100%;
    padding: 2px 8px;
    letter-spacing: -1px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: auto;
    text-transform: none;
}

.orange_intro_section h5 {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    padding: 2px 8px;
    line-height: 130%;
    letter-spacing: -2%;
    text-align: center;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
}

.accept_selector {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: auto;
    gap: 2px;
    background-color: #1C1C1CB2;
    border: 1px solid #3A3A3A;
    border-radius: 64px;
    backdrop-filter: blur(10px);
    padding: 4px;
    margin-bottom: 32px;
}

.accept_selector_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background-color: transparent;
    outline: none;
    padding: 8px 20.5px;
    opacity: .7;
    font-weight: 500;
    font-size: 16px;
    line-height: 136%;
    letter-spacing: -0.5px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: .3s;
    border-radius: 64px;
    text-decoration: none;
}

.accept_selector_btn.active {
    background-color: #E65A26;
    opacity: 1;
}

.accept_selector_btn:not(.active):hover {
    opacity: 1;
}

/* options_section */

.options_section .options_inner {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(3, 1fr);
}

.oplata .options_inner,
.refund_returns .options_inner {
    display: grid;
    grid-gap: 16px;
    justify-content: center;
    grid-template-columns: repeat(1, 1fr);
}

.options_item {
    display: flex;
    flex-direction: column;
    padding: 32px 16px 32px 16px;
    border: 1px solid #D6D6D6;
    border-radius: 8px;
    height: fit-content;
}

.oplata .options_item,
.refund_returns .options_item {
    padding: 16px;
    margin: 0 auto;
    width: 480px;
}

.options_item .icon {
    max-width: 111px;
}

.options_item h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 136%;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.options_item .list {
    list-style: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    letter-spacing: -0.2px;
    vertical-align: middle;
    color: #000;
    padding-left: 1.5rem;
    margin-bottom: 0;
}

.options_item h6 {
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 136%;
    color: #000;
    letter-spacing: -0.5px;
    vertical-align: middle;
    margin-top: 32px;
    margin-left: 10px;
    margin-bottom: 8px;
}

.options_item .notification {
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    letter-spacing: -0.2px;
    vertical-align: middle;
    color: #000;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.options_item .notification li {
    padding-left: 8px;
    margin-bottom: 6px;
    border-left: 2px solid #E65A26;
}

.options_item .notification a {
    text-decoration: none;
}

.options_item h5 {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.options_item .list_content {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    letter-spacing: -0.2px;
    vertical-align: middle;
    list-style: none;
    padding-left: 0;
    margin-bottom: 8px;
}

.options_item .list_content li {
    margin-bottom: 8px;
}

.options_item .message {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 132%;
    letter-spacing: -0.2px;
    vertical-align: middle;
    height: 62px;
    padding: 8px 10px;
    margin-top: 16px;
    border: 1px solid #D64545;
    border-radius: 8px;
}

.options_item .message img {
    margin-right: 8px;
}

.click {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    transition: .3s;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.2px;
    padding: 11px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    background-color: #E65A26;
    width: 100%;
    margin-top: 16px;
}

.click:hover {
    background-color: #3A3A3A;
    color: #fff;
}

@media(max-width: 991px) {
    .orange_intro_section h1 {
        font-size: 24px;
    }

    .orange_intro_section h5 {
        font-size: 16px;
    }

    .orange_intro_section h1 br,
    .orange_intro_section h5 br {
        display: none;
    }

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

    .oplata .options_item,
    .refund_returns .options_item {
        width: 100%;
    }
}

/* intro_image_section */

.intro_image_section {
    height: 650px;
    max-height: 650px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.intro_image_section .container {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
}

/* shop_section */

.shop_section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
}

.map iframe {
    border-radius: 8px;
}

/* career_section */

.career_section h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 100%;
    letter-spacing: -1px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;
    max-width: 556px;
    text-transform: none;
    margin: 0 auto;
    margin-bottom: 60px;
}

.career_section h2 span {
    padding: 0px 14px;
    background: #E65A26;
}

.career_section h3 {
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -2%;
    color: #ffffff;
    text-transform: none;
    text-align: center;
}

.career_section form {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

.career_section form::before {
    display: block;
    position: absolute;
    bottom: 5px;
    z-index: -1;
    left: -220px;
    content: "";
    width: 540px;
    height: 540px;
    background-repeat: no-repeat;
    background-image: url(img/career.svg);
    background-size: 100%;
}

.career_section form textarea {
    height: 159px;
}

.career_section .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    width: 180px;
    padding: 24px;
    font-size: 16px;
}

.career_section .form-check-input {
    width: 24px;
    height: 24px;
    margin-bottom: 3px;
    padding: 0;
    margin-right: 12px;
    background: none;
    border: 1px solid #FFFFFF4D;
}

.career_section .form-check-input:checked {
    background: #E65A26;
    border: 1px solid #E65A26;
}

.career_section .radio_block {
    display: flex;
    align-items: center;
}

.career_section .click:hover {
    color: #E65A26;
    background: #ffffff;
}

@media(max-width: 991px) {
    .career_section h2 {
        font-size: 24px;
    }

    .career_section .radio_block {
        justify-content: center;
    }
}

/* about_section */

.about_section {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 125%;
    letter-spacing: -0.2px;
}

.about_brands_inner {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(5, 1fr);
}

.about_brands_inner img {
    width: 100%;
    filter: invert(1);
}

.about_brands_inner a {
    display: block;
    text-align: center;
}

@media(max-width: 991px) {
    .about_brands_inner {
        grid-gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* bekamen_section */

.bekamen_section img {
    width: 100%;
    height: auto;
}

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

.sotrudniki_foto {
    width: 100%;
    height: 473px;
    max-height: 373px;
    margin-bottom: 16px;
    object-fit: cover;
    object-position: center;
    background-color: #D9D9D9;
}

.sotrudniki_inner h6,
.sotrudniki_inner h5 {
    font-weight: 500;
    leading-trim: NONE;
    line-height: 132%;
    letter-spacing: -0.5px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #ffffff;
}

.sotrudniki_inner h6 {
    font-size: 14px;
}

.sotrudniki_inner h5 {
    font-size: 18px;
}

.mb-80{
    margin-bottom: 80px;
}

@media(max-width: 991px) {
    .sotrudniki_inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .sotrudniki_foto {
        max-height: 224px;
    }

    .sotrudniki_inner h6{
        font-size: 12px;
    }
    
    .sotrudniki_inner h5{
        font-size: 16px;
    }

    .mb-80{
        margin-bottom: 48px;
    }
}
/**************/

