/* base styles*/
*, *:before, *:after {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: none;
}

*, body, html {
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

html {
    height: 100%;
}

html {
    height: 100%;
}

img {
    vertical-align: bottom;
    border: 0;
    max-width: 100%;
}

body {
    min-height: 100%;
    width: 100%;
    min-width: 320px;
    font-family: 'InterTightRegular', Arial, sans-serif;
    color: black;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    background-color: white;
    margin: 0;
}

a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: unset;
    color: unset;
}

button {
    background-color: unset;
    border: unset;
    padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
}

.title h1,
.title h2,
.title h3 {
    font-family: 'InterTightRegular';
    margin: 0;
}

.title h1 {
    font-size: 80px;
    line-height: 96px;
}

@media screen and (max-width: 1700px) {
    .title h1 {
        font-size: 52px;
        line-height: 52px;
    }
}

@media screen and (max-width: 1460px) {
    .title h1 {
        font-size: 44px;
        line-height: 52px;
    }
}

@media screen and (max-width: 1280px) {
    .title h1 {
        font-size: 44px;
        line-height: 52px;
    }
}

@media screen and (max-width: 1279px) {
    .title h1 {
        font-size: 37px;
        line-height: 44px;
    }
}

.title h2 {
    font-size: 80px;
    line-height: 96px;
    color: #878787;
}

@media screen and (max-width: 1280px) {
    .title h2 {
        font-size: 48px;
        line-height: 57px;
    }
}

@media screen and (max-width: 767px) {
    .title h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

.title h3 {
    font-family: 'InterTightBold';
    font-size: 16px;
    line-height: 24px;
    color: #2F2E0C;
}

p {
    margin: 0 0 0px;
}

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

@media screen and (max-width: 1280px) {
    .container {
        padding: 0 24px;
    }
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'InterTightSemiBold';
    border-radius: 12px;
    border: 1px solid #000;
    -webkit-box-shadow: 0 4px 6px 0 rgba(162, 162, 162, 0.25);
    box-shadow: 0 4px 6px 0 rgba(162, 162, 162, 0.25);
    padding: 16px 20px;
}

.btn-consultation {
    -webkit-transition: .3s;
    transition: .3s;
}

.btn-consultation:hover {
    background-color: black;
    color: white;
}

.btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 99;
}

.field-wrap__title {
    margin-bottom: 8px;
}

.field-wrap__req {
    color: red;
}

.input-wrap input {
    width: 100%;
    height: 48px;
    border-radius: 8px;
    border: 1px solid black;
    padding: 12px 16px;
}

.input-wrap textarea {
    width: 100%;
    padding: 12px 16px;
    border-radius: 8px;
    border: 1px solid black;
    height: 150px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #444444CC;
}

.errorText {
    color: red;
}

.calculate-price-page {
    background-color: #E1E1E1;
}

.select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.select-wrap .select2-container {
    border: 1px solid black;
    border-radius: 8px;
    background-color: white;
}

.select-wrap .select2-container--open {
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: unset;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}

.select-wrap .title {
    color: black;
    margin-bottom: 8px;
}

.select-wrap .custom-selection {
    padding: 9px;
    height: 48px;
    border: unset;
    border-radius: unset;
    background-color: unset;
}

.select-wrap .custom-selection .select2-selection__arrow {
    top: 10px;
    right: 12px;
}

.select-wrap .custom-selection .select2-selection__arrow b {
    border-color: #000000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.select2-results__option {
    height: 40px;
}

.select2-results__option--highlighted {
    background-color: #F2F2F2 !important;
    color: black !important;
    border-radius: 8px;
}

.select2-results__options {
    padding: 8px 8px 2px 8px;
}

.select2-search--dropdown {
    padding: 4px 8px;
}

.select2-dropdown {
    border-top: unset;
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 8px;
}

.tags-wrap .title {
    display: block;
    margin-bottom: 8px;
}

.tags-wrap .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.tags-wrap .tags label {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: black;
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 12px;
    border: 1px solid black;
    -webkit-transition: .3s;
    transition: .3s;
}

.tags-wrap .tags label:hover {
    background-color: black;
    color: white;
}

.tags-wrap .tags label:has(input:checked) {
    background-color: black;
    color: white;
}

.checkbox-wrap .title {
    display: block;
    margin-bottom: 8px;
}

.checkbox-wrap__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    color: #5E5E5E;
}

.checkbox-wrap__inputs label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.checkbox-wrap__inputs span {
    width: 20px;
    height: 20px;
    border: 2px solid black;
    border-radius: 8px;
    margin-right: 8px;
}

.checkbox-wrap__inputs input[type='checkbox']:checked + span {
    background-color: black;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.sliderV1 {
    max-width: 1824px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .sliderV1 {
        padding-bottom: 20px;
    }
}

.sliderV1 .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 584px;
}

@media screen and (max-width: 600px) {
    .sliderV1 .swiper-slide img {
        min-height: 404px;
    }
}

@media screen and (max-width: 480px) {
    .sliderV1 .swiper-slide img {
        min-height: 320px;
    }
}

.sliderV1 .swiper-pagination {
    text-align: unset;
}

@media screen and (max-width: 1800px) {
    .sliderV1 .swiper-pagination {
        left: 48px;
    }
}

@media screen and (max-width: 1280px) {
    .sliderV1 .swiper-pagination {
        left: 24px;
    }
}

@media screen and (max-width: 480px) {
    .sliderV1 .swiper-pagination {
        left: 0;
        top: unset;
        bottom: 50px;
        text-align: center;
    }
}

.sliderV1 .swiper-pagination-bullet {
    max-width: 120px;
    width: 100%;
    height: 2px;
    background-color: #C6C6C6;
    border-radius: unset;
    opacity: unset;
}

.sliderV1 .swiper-pagination-bullet-active {
    background-color: black;
}

@media screen and (max-width: 768px) {
    .sliderV1 .swiper-pagination-bullet {
        max-width: 80px;
    }
}

@media screen and (max-width: 480px) {
    .sliderV1 .swiper-pagination-bullet {
        max-width: 20px;
    }
}

.sliderV1 .swiper-button-prev {
    top: unset;
    bottom: 5%;
    right: 110px;
    left: unset;
}

@media screen and (max-width: 480px) {
    .sliderV1 .swiper-button-prev {
        bottom: 50%;
        left: 16px;
        transform: translateY(-50%);
    }
}

.sliderV1 .swiper-button-next {
    top: unset;
    bottom: 5%;
    right: 40px;
}

@media screen and (max-width: 480px) {
    .sliderV1 .swiper-button-next {
        right: 16px;
        bottom: 50%;
        left: unset;
        transform: translateY(-50%);
    }
}

.footer_placeholder {
    height: 200px;
    display: none;
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

/*fonts*/
@font-face {
    font-family: "InterTightRegular";
    src: url("../fonts/InterTight-Regular.eot");
    src: url("../fonts/InterTight-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/InterTight-Regular.woff") format("woff"), url("../fonts/InterTight-Regular.ttf") format("truetype"), url("../fonts/InterTight-Regular.svg#InterTightRegular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "InterTightMedium";
    src: url("../fonts/InterTight-Medium.eot");
    src: url("../fonts/InterTight-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/InterTight-Medium.woff") format("woff"), url("../fonts/InterTight-Medium.ttf") format("truetype"), url("../fonts/InterTight-Medium.svg#InterTightMedium") format("svg");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "InterTightSemiBold";
    src: url("../fonts/InterTight-SemiBold.eot");
    src: url("../fonts/InterTight-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/InterTight-SemiBold.woff") format("woff"), url("../fonts/InterTight-SemiBold.ttf") format("truetype"), url("../fonts/InterTight-SemiBold.svg#InterTightSemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "InterTightBold";
    src: url("../fonts/InterTight-Bold.eot");
    src: url("../fonts/InterTight-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/InterTight-Bold.woff") format("woff"), url("../fonts/InterTight-Bold.ttf") format("truetype"), url("../fonts/InterTight-Bold.svg#InterTightBold") format("svg");
    font-weight: 700;
    font-style: normal;
}

/*/fonts*/
/* /base styles */
/*End Layout*/

.main-header {
    border-bottom: 1px solid #C8C8C8;
    position: relative;
    z-index: 9;
    padding: 8px 0;
}

@media screen and (max-width: 480px) {
    .main-header {
        background-color: #FCFCFC;
    }
}

@media screen and (max-width: 1279px) {
    .main-header {
        -webkit-box-shadow: 0 4px 4px 0 #6565651F;
        box-shadow: 0 4px 4px 0 #6565651F;
    }
}

.main-header__desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1279px) {
    .main-header__desktop {
        display: none;
    }
}

.main-header__mobile {
    position: relative;
    display: none;
    padding: 12px 0 12px;
}

@media screen and (max-width: 1279px) {
    .main-header__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.main-header__mobile .burger-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

.main-header__mobile .nav-mob {
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 30px 16px 16px;
    background: white;
    -webkit-box-shadow: 0 0 10px 4px #efefef;
    box-shadow: 0 0 10px 4px #efefef;
}

.main-header__mobile .nav-mob_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-header__mobile .nav-mob .btn {
    margin-top: 16px;
    max-width: 288px;
}

.main-header__mobile .nav-mob .main-nav__link {
    border-bottom: 1px solid #C8C8C8;
}

.main-header__mobile .nav-mob .main-nav__link:hover:before {
    background-color: unset;
}

.main-header__mobile .phone-list {
    position: relative;
}

.main-header__mobile .phone-list__dropdown {
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    max-width: 260px;
    width: 100%;
    -webkit-box-shadow: 0 0 6px 0 #908f8f;
    box-shadow: 0 0 6px 0 #908f8f;
    background: white;
}

.main-header__mobile .phone-list__dropdown a {
    padding: 15px 40px 15px 40px;
    background-image: url("../images/others/phone.svg");
    background-repeat: no-repeat;
    background-position: top 22px left 16px;
    background-size: 13px;
}

.main-header__mobile .phone-list__dropdown_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-header__mobile .btn-phone {
    width: 24px;
    height: 24px;
}

.main-header__logo {
    max-width: 182px;
    width: 100%;
    height: 64px;
}

.main-header .main-nav {
    font-family: 'InterTightSemiBold';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header .main-nav__phone, .main-header .main-nav__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header .main-nav__phone img, .main-header .main-nav__mail img {
    margin-right: 10px;
}

.main-header .main-nav .phone-list {
    position: relative;
}

.main-header .main-nav .phone-list:hover .main-phone {
    opacity: .7;
}

.main-header .main-nav .phone-list:hover .phone-list__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-header .main-nav .phone-list__dropdown {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-box-shadow: 0 6px 11px 1px #d2d2d2;
    box-shadow: 0 6px 11px 1px #d2d2d2;
    background-color: white;
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

.main-header .main-nav .phone-list__dropdown a {
    padding: 15px 10px;
}

.main-header .main-nav .phone-list__dropdown a:hover {
    background-color: #F2F2F2;
}

.main-header .main-nav .phone-list__dropdown a:not(:last-child) {
    border-bottom: 1px solid #C8C8C8;
}

.main-header .main-nav .phone-list .main-phone {
    -webkit-transition: .2s;
    transition: .2s;
}

.main-header .main-nav__link {
    position: relative;
    padding: 24px;
}

.main-header .main-nav__link_border-r {
    border-right: 1px solid #C8C8C8;
}

.main-header .main-nav__link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.main-header .main-nav__link:hover:before {
    background-color: #FAA837;
}

.main-header .main-nav__link_active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FAA837;
}

.main-header .main-nav__phone {
    background-image: url("../images/others/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: top 30px right 23px;
    background-size: 13px;
    padding: 24px 50px 24px 24px;
}

.footer {
    background-color: black;
    padding: 48px 0 24px 0;
    color: white;
}

.footer__soc-networks {
    margin-bottom: 32px;
}

@media screen and (max-width: 1535px) {
    .footer .container-slider-pd {
        padding: 0 0 0 48px;
    }
}

@media screen and (max-width: 1280px) {
    .footer .container-slider-pd {
        padding: 0 0 0 24px;
    }
}

.footer .soc-networks {
    font-family: 'InterTightSemiBold';
    font-size: 64px;
    line-height: 64px;
    color: #7F7F7F;
}

@media screen and (max-width: 900px) {
    .footer .soc-networks {
        font-size: 32px;
        line-height: 40px;
    }
}

@media screen and (max-width: 480px) {
    .footer .soc-networks {
        font-size: 28px;
        line-height: 32px;
    }
}

@media screen and (max-width: 900px) {
    .footer .soc-networks p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer .soc-networks__link {
    color: white;
}

.footer .footer-slider {
    margin-bottom: 40px;
}

.footer .company-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 59px;
    padding: 24px 0;
}

@media screen and (max-width: 1440px) {
    .footer .company-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 25px;
    }
}

@media screen and (max-width: 767px) {
    .footer .company-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer .company-info__wrap:nth-child(1) {
    min-width: 275px;
}

@media screen and (max-width: 767px) {
    .footer .company-info__wrap:nth-child(1) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

.footer .company-info__wrap:nth-child(1) p {
    line-height: 40px;
}

.footer .company-info__wrap:nth-child(2) {
    min-width: 275px;
}

@media screen and (max-width: 767px) {
    .footer .company-info__wrap:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.footer .company-info__wrap:nth-child(3) {
    min-width: 270px;
}

@media screen and (max-width: 1440px) {
    .footer .company-info__wrap:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media screen and (max-width: 1279px) {
    .footer .company-info__wrap:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 1440px) {
    .footer .company-info__wrap:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

@media screen and (max-width: 1279px) {
    .footer .company-info__wrap:nth-child(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

@media screen and (max-width: 767px) {
    .footer .company-info__wrap:nth-child(4) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.footer .company-info__wrap span {
    display: inline-block;
    font-family: 'InterTightSemiBold';
    font-size: 16px;
    color: #7F7F7F;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer .company-info__wrap p {
    font-family: 'InterTightRegular';
    font-size: 32px;
    color: white;
}

@media screen and (max-width: 900px) {
    .footer .company-info__wrap p {
        font-size: 20px;
    }
}

.footer .company-info__wrap p:not(:last-child) {
    margin-bottom: 43px;
}

@media screen and (max-width: 900px) {
    .footer .company-info__wrap p:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .footer .company-info__wrap p:not(:last-child) {
        margin-bottom: 16px;
    }
}

.footer .company-info__wrap a {
    font-size: 24px;
    line-height: 24px;
    color: white;
}

@media screen and (max-width: 900px) {
    .footer .company-info__wrap a {
        font-size: 20px;
    }
}

.footer .company-info__sales-dep p:not(:last-child) {
    margin-bottom: 16px;
}

.footer .company-info__img-wrap {
    padding-top: 20px;
    max-width: 360px;
    width: 100%;
}

.footer .copyright {
    font-size: 12px;
    color: #7F7F7F;
    padding-top: 24px;
}

.footer .container:has(.company-info) {
    border-top: 1px solid #7F7F7F;
    border-bottom: 1px solid #7F7F7F;
}

.advertising-slider {
    max-width: 1824px;
    width: 100%;
}

.advertising-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.advertising-slider .swiper-slide img {
    max-height: 584px;
}

@media screen and (max-width: 600px) {
    .advertising-slider .swiper-slide img {
        min-height: 404px;
        max-height: 404px;
    }
}

@media screen and (max-width: 480px) {
    .advertising-slider .swiper-slide img {
        min-height: 320px;
        max-height: 320px;
    }
}

@media screen and (max-width: 480px) {
    .promotional-items__container {
        padding: 0 16px;
    }
}

.promotional-items__title {
    margin-bottom: 44px;
}

@media screen and (max-width: 1280px) {
    .promotional-items__title {
        margin-bottom: 22px;
    }
}

@media screen and (max-width: 1279px) {
    .promotional-items__title {
        margin-bottom: 33px;
    }
}

.promotional-items__brand {
    margin-bottom: 35px;
}

@media screen and (max-width: 1023px) {
    .promotional-items__brand {
        margin-bottom: 24px;
    }
}

.promotional-items__brand-list {
    margin-top: 33px;
}

.promotional-items .title h1 {
    border-bottom: 1px solid black;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding-bottom: 10px;
    display: inline;
    color: #878787;
}

@media screen and (max-width: 1280px) {
    .promotional-items .title h1 {
        border-bottom: unset;
        -webkit-box-decoration-break: unset;
        box-decoration-break: unset;
        padding-bottom: unset;
    }
}

.promotional-items .title__backlight {
    color: black;
}

.promotional-items .brand {
    font-size: 24px;
    line-height: 28px;
    color: #4F4F4F;
}

@media screen and (max-width: 1279px) {
    .promotional-items .brand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 32px;
        line-height: 38px;
    }
}

.promotional-items .brand.container {
    padding-right: 0;
}

.promotional-items .brand p {
    padding-right: 48px;
}

@media screen and (max-width: 1280px) {
    .promotional-items .brand p {
        padding-right: 24px;
    }
}

.promotional-items .brand .brand-list {
    overflow: hidden;
}

.promotional-items .brand .brand-list .js-marquee-wrapper,
.promotional-items .brand .brand-list .js-marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promotional-items .brand .brand-list .js-marquee {
    gap: 40px;
}

@media screen and (max-width: 800px) {
    .promotional-items .brand .brand-list__img-wrap {
        max-width: 102px;
        width: 100%;
    }
}

.promotional-items .brand .brand-list img {
    max-width: 224px;
    width: 100%;
}

.basic-principles {
    background-color: #E1E1E1;
    padding: 48px 0;
}

@media screen and (max-width: 480px) {
    .basic-principles {
        padding: 40px 0;
    }
}

@media screen and (max-width: 480px) {
    .basic-principles .container {
        padding: 0 4px;
    }
}

.basic-principles .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 42px;
}

@media screen and (max-width: 1023px) {
    .basic-principles .title-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 1023px) {
    .basic-principles .title-wrap {
        margin-bottom: 28px;
    }
}

.basic-principles .title-wrap .img-wrap {
    max-width: 200px;
    width: 100%;
    margin-right: 24px;
}

@media screen and (max-width: 1280px) {
    .basic-principles .title-wrap .img-wrap {
        max-width: 166px;
    }
}

@media screen and (max-width: 1023px) {
    .basic-principles .title-wrap .img-wrap {
        margin-bottom: 32px;
    }
}

.basic-principles .title {
    font-size: 34px;
    line-height: 40px;
    color: #5B5B5B;
}

@media screen and (max-width: 1280px) {
    .basic-principles .title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1023px) {
    .basic-principles .title {
        font-size: 20px;
        line-height: 28px;
        text-align: center;
    }
}

.basic-principles .title h2, .vacancies_block .title h2 {
    font-size: 48px;
    line-height: 57px;
    color: black;
    margin: 0 0 8px;
}

@media screen and (max-width: 1440px) {
    .basic-principles .title h2, .vacancies_block .title h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media screen and (max-width: 1023px) {
    .basic-principles .title h2, .vacancies_block .title h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

.basic-principles .types-packaging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

@media screen and (max-width: 1023px) {
    .basic-principles .types-packaging {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width: 700px) {
    .basic-principles .types-packaging {
        gap: 8px;
    }
}

.basic-principles .types-packaging__big-img {
    width: 35.54%;
}

@media screen and (max-width: 1023px) {
    .basic-principles .types-packaging__big-img {
        max-width: 648px;
        width: 100%;
    }
}

.basic-principles .types-packaging__small-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
    width: 63.60%;
}

@media screen and (max-width: 1023px) {
    .basic-principles .types-packaging__small-imgs {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .basic-principles .types-packaging__small-imgs {
        gap: 8px;
    }
}

.basic-principles .types-packaging__small-imgs img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.333% - 10.66px);
    flex: 1 1 calc(33.333% - 10.66px);
    max-width: calc(33.333% - 10.66px);
    border-radius: 12px;
}

@media screen and (max-width: 700px) {
    .basic-principles .types-packaging__small-imgs img {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 4px);
        flex: 1 1 calc(50% - 4px);
        max-width: calc(50% - 4px);
    }
}

.examples-works {
    padding: 48px 0;
}

@media screen and (max-width: 480px) {
    .examples-works .container {
        padding: 0 0 0 16px;
    }
}

@media screen and (max-width: 480px) {
    .examples-works {
        padding: 32px 0 24px 0;
        background-color: #060606;
    }
}

.examples-works .title {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 9px;
    margin-bottom: 32px;
}

@media screen and (max-width: 480px) {
    .examples-works .title {
        border-bottom: unset;
        padding: 0 16px 0 0;
        margin-bottom: 28px;
    }
}

.examples-works .examples-works-slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

@media screen and (max-width: 480px) {
    .examples-works .examples-works-slider .swiper-wrapper {
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        gap: unset;
    }
}

.examples-works .examples-works-slider .example-work {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 6px);
    flex: 1 1 calc(50% - 6px);
    max-width: calc(50% - 6px);
}

@media screen and (max-width: 480px) {
    .examples-works .examples-works-slider .example-work {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: unset;
    }
}

.examples-works .examples-works-slider .example-work__img-wrap {
    max-width: 906px;
    width: 100%;
    margin-bottom: 16px;
}

.examples-works .examples-works-slider .example-work__top-text, .examples-works .examples-works-slider .example-work__bottom-text {
    font-size: 16px;
    line-height: 24px;
}

.examples-works .examples-works-slider .example-work__top-text {
    font-family: 'InterTightBold';
    text-transform: uppercase;
    color: #C7AFAF;
}

.examples-works .examples-works-slider .example-work__bottom-text {
    font-family: 'InterTightMedium';
}

@media screen and (max-width: 480px) {
    .examples-works .examples-works-slider .example-work__bottom-text {
        color: white;
    }
}

.our-capacities {
    background-color: #E1E1E1;
    padding: 48px 0;
}

@media screen and (max-width: 480px) {
    .our-capacities {
        padding: 24px 0;
    }
}

@media screen and (max-width: 480px) {
    .our-capacities .our-capacities-slider {
        padding-bottom: unset;
    }
}

.our-capacities .our-capacities-slider .swiper-pagination {
    bottom: unset;
    top: 430px;
}

@media screen and (max-width: 480px) {
    .our-capacities .our-capacities-slider .swiper-pagination {
        top: 285px;
    }
}

.our-capacities .our-capacities-slider .swiper-button-prev {
    bottom: unset;
    top: 430px;
}

@media screen and (max-width: 480px) {
    .our-capacities .our-capacities-slider .swiper-button-prev {
        top: 272px;
        left: 16px;
    }
}

.our-capacities .our-capacities-slider .swiper-button-next {
    bottom: unset;
    top: 430px;
}

@media screen and (max-width: 480px) {
    .our-capacities .our-capacities-slider .swiper-button-next {
        right: 16px;
        top: 272px;
    }
}

.our-capacities .our-capacities-slider .swiper-slide .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 76px;
}

@media screen and (max-width: 767px) {
    .our-capacities .our-capacities-slider .swiper-slide .img-wrap {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .our-capacities .our-capacities-slider .swiper-slide .img-wrap {
        margin-bottom: 0;
    }
}

.our-capacities .our-capacities-slider .swiper-slide .img-wrap img {
    -o-object-fit: contain;
    object-fit: contain;
    min-height: 412px;
    max-height: 412px;
}

@media screen and (max-width: 480px) {
    .our-capacities .our-capacities-slider .swiper-slide .img-wrap img {
        min-height: 250px;
        max-height: 250px;
    }
}

.our-capacities .our-capacities-slider .swiper-slide .info {
    padding-top: 23px;
    border-top: 1px solid #C8C8C8;
    color: #4F4F4F;
}

@media screen and (max-width: 1824px) {
    .our-capacities .our-capacities-slider .swiper-slide .info {
        margin: 0 48px;
    }
}

@media screen and (max-width: 1280px) {
    .our-capacities .our-capacities-slider .swiper-slide .info {
        margin: 0 24px;
    }
}

@media screen and (max-width: 767px) {
    .our-capacities .our-capacities-slider .swiper-slide .info {
        border: unset;
    }
}

@media screen and (max-width: 480px) {
    .our-capacities .our-capacities-slider .swiper-slide .info {
        padding-top: 70px;
    }
}

.our-capacities .our-capacities-slider .swiper-slide .info .char {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
    .our-capacities .our-capacities-slider .swiper-slide .info .char {
        gap: 15px;
    }
}

.our-capacities .our-capacities-slider .swiper-slide .info .char__val {
    font-family: 'InterTightSemiBold';
}

.our-capacities .our-capacities-slider .swiper-slide .info__name-capacities {
    font-size: 80px;
    line-height: 96px;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .our-capacities .our-capacities-slider .swiper-slide .info__name-capacities {
        font-size: 32px;
        line-height: 40px;
    }
}

.peculiarities {
    padding: 48px 0 100px 0;
}

@media screen and (max-width: 480px) {
    .peculiarities {
        padding: 24px 0 84px 0;
    }
}

.peculiarities__title {
    margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
    .peculiarities__title {
        margin-bottom: 32px;
    }
}

.peculiarities .peculiarities-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

@media screen and (max-width: 768px) {
    .peculiarities .peculiarities-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 38px;
    }
}

.peculiarities .peculiarities-list .peculiarity {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(25% - 18px);
    flex: 1 1 calc(25% - 18px);
    max-width: calc(25% - 18px);
}

@media screen and (max-width: 768px) {
    .peculiarities .peculiarities-list .peculiarity {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        max-width: 100%;
    }
}

.peculiarities .peculiarities-list .peculiarity__img-wrap {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
}

.peculiarities .peculiarities-list .peculiarity__title {
    margin-bottom: 8px;
}

.peculiarity__title h3 {
    font-size: 20px;
    line-height: 28px;
}

.peculiarities .peculiarities-list .peculiarity__desc {
    font-size: 16px;
    line-height: 20px;
    color: #64634A;
}

.consultation {
    display: none;
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 999;
    max-width: 486px;
    width: 100%;
    background: white;
    border-radius: 12px;
    overflow-y: auto;
    max-height: calc(100vh - 16px);
}

@media screen and (max-width: 500px) {
    .consultation {
        max-width: 300px;
    }
}

.consultation_active {
    display: block;
}

.consultation__title {
    margin-bottom: 8px;
}

.consultation__subtitle {
    margin-bottom: 16px;
}

.consultation .btn {
    width: 100%;
}

.consultation .wrap {
    padding: 52px 16px 16px;
}

.consultation .title h2 {
    font-family: 'InterTightMedium';
    font-size: 32px;
    line-height: 40px;
    color: #2C2C2C;
}

.consultation .subtitle {
    display: inline-block;
    font-size: 24px;
    line-height: 40px;
    color: #828282;
}

.consultation .field-wrap {
    margin-bottom: 16px;
}

.consultation .field-wrap:nth-child(2) .field-wrap__req {
    color: #7B7B7B;
}

.calculator-slider {
    padding: 56px 0 72px 0;
}

@media screen and (max-width: 1023px) {
    .calculator-slider {
        padding: 0 0 20px;
    }
}

.calculator-slider .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (max-width: 1023px) {
    .calculator-slider .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .calculator-slider .container {
        padding: 0;
    }
}

.calculator-slider .swiper-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(60.98%);
    flex: 1 1 calc(60.98%);
    max-width: calc(60.98%);
    min-width: 0;
    border: 1px solid #CBCBCB;
    border-radius: 12px;
}

@media screen and (max-width: 1439px) {
    .calculator-slider .swiper-container {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media screen and (max-width: 1023px) {
    .calculator-slider .swiper-container {
        max-width: 100%;
        border: unset;
    }
}

@media screen and (max-width: 480px) {
    .calculator-slider .swiper-container {
        background-color: #F8F8F8;
        border: unset;
        border-radius: unset;
    }
}

.calculator-slider .swiper-container .main-slider {
    background-color: #F2F2F2;
    border-radius: 12px;
}

.calculator-slider .swiper-container .main-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 705px;
}

@media screen and (max-width: 1023px) {
    .calculator-slider .swiper-container .main-slider .swiper-slide {
        height: auto;
    }
}

.calculator-slider .swiper-container .main-slider .swiper-slide img {
    border-radius: 12px;
}

.calculator-slider .swiper-container .main-slider .swiper-button-prev,
.calculator-slider .swiper-container .main-slider .swiper-button-next {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calculator-slider .swiper-container .thumbs-slider {
    overflow: hidden;
    margin: 16px;
}

@media screen and (max-width: 480px) {
    .calculator-slider .swiper-container .thumbs-slider {
        margin: 16px 0 16px 16px;
    }
}

.calculator-slider .swiper-container .thumbs-slider .swiper-slide {
    max-width: 86px;
    height: 86px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.calculator-slider .swiper-container .thumbs-slider .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}

.calculator-slider .swiper-container .thumbs-slider .swiper-slide-thumb-active img {
    border: 2px solid black;
    border-radius: 12px;
}

.calculator-slider .calculator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: calc(35.53%);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 648px;
    padding: 24px 32px;
    background-color: #F0F0F0;
    border-radius: 12px;
}

@media screen and (max-width: 1439px) {
    .calculator-slider .calculator {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
        min-width: unset;
    }
}

@media screen and (max-width: 1023px) {
    .calculator-slider .calculator {
        max-width: 100%;
        padding: 24px;
    }
}

@media screen and (max-width: 480px) {
    .calculator-slider .calculator {
        margin: 0 16px;
    }
}

.calculator-slider .calculator .title h2 {
    font-family: 'InterTightMedium';
    font-size: 48px;
    line-height: 57px;
    color: black;
}

@media screen and (max-width: 480px) {
    .calculator-slider .calculator .title h2 {
        font-size: 32px;
        line-height: 38px;
    }
}

.calculator-slider .calculator .cnt {
    padding: 24px 0;
}

.calculator-slider .calculator .cnt__item {
    margin-bottom: 16px;
}

.calculator-slider .calculator .price-wrap {
    font-size: 32px;
    line-height: 56px;
}

.details .tabs-wrap {
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
}

.details .tabs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 2px;
}

.details .tabs__item {
    font-family: 'InterTightSemiBold';
    font-size: 16px;
    line-height: 22px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 24px 24px 16px;
    background-color: #F0F0F0;
    border-radius: 12px 12px 0 0;
}

.details .tabs__item_active {
    background-color: white;
}

.details .tab-cnt {
    background-color: white;
    border-radius: 0 12px 12px 12px;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .details .tab-cnt {
        border-radius: 0 0 12px 12px;
    }
}

.details .tab-cnt .title h2 {
    font-family: 'InterTightSemiBold';
    font-size: 32px;
    line-height: 40px;
    color: black;
}

.details .tab-cnt__item {
    display: none;
}

.details .tab-cnt__item_active {
    display: block;
}

.details .prod-desc {
    color: #4C4C4C;
    padding: 48px 40px 48px;
}

@media screen and (max-width: 480px) {
    .details .prod-desc {
        padding: 24px 16px;
    }
}

.details .prod-desc .title {
    margin-bottom: 32px;
}

.details .prod-desc .title h2 {
    font-family: 'InterTightSemiBold';
    font-size: 32px;
    line-height: 40px;
    color: black;
}

.details .prod-desc__list {
    margin: 0 0 20px;
}

.details .prod-desc .list {
    padding-left: 24px;
}

.details .prod-desc__text {
    margin-bottom: 34px;
}

.details .prod-desc .qualities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}

@media screen and (max-width: 1024px) {
    .details .prod-desc .qualities {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.details .prod-desc .qualities .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(33.33% - 16px);
    flex: 1 1 calc(33.33% - 16px);
    max-width: calc(33.33% - 16px);
}

@media screen and (max-width: 1024px) {
    .details .prod-desc .qualities .item {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        max-width: 100%;
    }
}

.details .prod-desc .qualities .item__top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
    .details .prod-desc .qualities .item__top-wrap {
        margin-bottom: 16px;
    }
}

.details .prod-desc .qualities .item__img-wrap {
    width: 48px;
    height: 48px;
    margin-right: 16px;
}

.details .prod-desc .qualities .item__desc {
    color: #4C4C4C;
}

.details .prod-desc .qualities .item__desc p:not(:last-child) {
    margin-bottom: 15px;
}

.details .prod-desc .qualities .item .title {
    margin: 0;
}

.details .prod-desc .qualities .item .title h3 {
    font-size: 24px;
    line-height: 24px;
}

.details .faq {
    padding: 24px;
}

.details .faq .title {
    margin-bottom: 24px;
}

.details .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
}

.details .accordion .item {
    position: relative;
    /*max-width: 876px;*/
    width: 100%;
    border: 1px solid #BFBFBF;
    border-radius: 8px;
}

.details .accordion .item_active .accordion__desc {
    display: block;
}

.details .accordion .item__title {
    font-family: 'InterTightMedium';
    font-size: 20px;
    line-height: 40px;
    color: black;
    width: 100%;
    text-align: start;
    padding: 16px 88px 16px 24px;
    background-image: url("../images/others/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right 31px top 30px;
}

.details .accordion .item__desc {
    display: none;
    font-size: 20px;
    line-height: 40px;
    color: #5E5E5E;
    padding: 16px 88px 16px 24px;
}

@media screen and (max-width: 480px) {
    .details .accordion .item__desc {
        padding: 0 16px 16px;
    }
}

.details .accordion .item__desc p:not(:last-child) {
    margin-bottom: 10px;
}

.details .size-info {
    padding: 24px;
}

.details .size-info .title {
    margin-bottom: 24px;
}

.details .size-info__title {
    font-size: 24px;
    line-height: 40px;
}

.details .size-info__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 36px;
}

@media screen and (max-width: 480px) {
    .details .size-info__cnt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.details .size-info__img-wrap {
    max-width: 460px;
    width: 460px;
    border-radius: 12px;
    background-color: #F0F0F0;
}

@media screen and (max-width: 480px) {
    .details .size-info__img-wrap {
        width: 100%;
    }
}

.details .size-info__img-wrap img {
    width: 100%;
    height: 336px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 480px) {
    .details .size-info__img-wrap img {
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
    }
}

.details .size-info .table-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1180px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.details .size-info .table-size__title {
    font-family: 'InterTightSemiBold';
    font-size: 20px;
    color: black;
    padding: 16px 12px;
    border-bottom: 1px solid #CCCCCC;
}

.details .size-info .table-size__row {
    padding: 16px 12px;
    border-bottom: 1px solid #CCCCCC;
}

.products-sold {
    margin-bottom: 40px;
}

.products-sold__title {
    margin-bottom: 32px;
}

.products-sold__title h2 {
    font-size: 48px;
    line-height: 57px;
    color: black;
}

@media screen and (max-width: 1440px) {
    .products-sold__title h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

@media screen and (max-width: 1023px) {
    .products-sold__title h2 {
        font-size: 24px;
        line-height: 28px;
    }
}

footer .products-sold__title h2 {
    color: #fff;
}

footer .container-slider-pd {
    padding-bottom: 24px;
}

footer .swiper-slide__img-wrap img {
    border-radius: 16px;
}

footer .title h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 8px;
}

footer .swiper-slide__desc {
    font-size: 16px;
    font-weight: 400;
    opacity: .8;
}

@media screen and (max-width: 480px) {
    .products-sold__wrap-slider {
        padding: 0 0 0 24px;
    }
}

.products-sold .swiper-slide__img-wrap {
    max-width: 240px;
    width: 100%;
    margin-bottom: 15px;
}

.products-sold .swiper-slide .title {
    margin-bottom: 15px;
}

.products-sold .swiper-slide .title h3 {
    font-family: 'InterTightBold';
    font-size: 16px;
    line-height: 24px;
    color: black;
}

.products-sold .swiper-slide__desc {
    font-size: 16px;
    line-height: 21px;
    color: #6C6C6C;
}

.products-sold .swiper-button-prev,
.products-sold .swiper-button-next,
footer .swiper-button-prev,
footer .swiper-button-next {
    top: 38%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: #D9D9D9;
    border-radius: 12px;
    border: 1px solid black;
}

@media screen and (max-width: 480px) {
    .products-sold .swiper-button-prev,
    .products-sold .swiper-button-next {
        width: 40px;
        height: 40px;
    }
}

.price_toggles {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: auto;
    scrollbar-width: thin;
    padding-bottom: 6px;
}

.price_toggle {
    border: 1px solid #cacaca;
    border-radius: 16px;
    background: no-repeat center center / cover;
    width: 86px;
    height: 86px;
    min-width: 86px;
    cursor: pointer;
}

.price_toggle.active {
    border: 1px solid #000;
}

.price_image {
    background: no-repeat center center / cover;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    display: none;
}

.price_image.active {
    display: block;
}

.price_size {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.75;
    color: #000;
}

.price-wrap {
    background: #e1e1e1;
    border-radius: 12px;
    padding: 8px 16px;
}

.price_block {
    display: flex;
    gap: 10px;
    margin-top: 16px;
    justify-content: space-between;
}

.price_label span {
    font-size: 16px;
	white-space: nowrap;
}

.price_count {
    font-size: 20px;
    line-height: 1.2;
}

.price_tab, .mat_tab, .coating_tab, .price_details {
    display: none;
}

.price_tab.active, .mat_tab.active, .coating_tab.active, .price_details.active {
    display: block;
}

@media screen and (max-width: 650px) {
    .price_block {
        gap: 10px;
        flex-direction: column;
    }
}

.vacancies_block {
    padding: 48px 0;
}

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

.vacancy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 2px solid #000;
    border-radius: 16px;
    padding: 24px;
    gap: 8px;
}

.vacancy h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    margin-bottom: 8px;
    margin-top: 0;
}

.vac_note {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000;
}

.vac_note a {
    font-weight: 700;
    text-decoration: none;
    color: #000;
}

.vacancies_block .title h2 {
    margin-bottom: 24px;
}

.price_name {
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 24px;
	display: none;
}

.price_name.active {
	display: block;
}

@media screen and (max-width: 1100px) {
    .vacancies {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 650px) {
    .vacancies {
        grid-template-columns: repeat(1, 1fr);
    }
}
