@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #565656;
    border: none
}

input:not(input[type="checkbox"],input[type="radio"]), textarea {
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    user-select: none
}

button {
    outline: none;
    background-color: transparent
}

.container {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 60px
}

@media (max-width: 1249px) {
    .container {
        padding: 0 32px
    }
}

@media (max-width: 999px) {
    .container {
        padding: 0 40px
    }
}

@media (max-width: 759px) {
    .container {
        padding: 0 16px
    }
}

.mb {
    margin-bottom: 130px
}

@media (max-width: 1899px) {
    .mb {
        margin-bottom: 120px
    }
}

@media (max-width: 1549px) {
    .mb {
        margin-bottom: 110px
    }
}

@media (max-width: 1399px) {
    .mb {
        margin-bottom: 100px
    }
}

@media (max-width: 1249px) {
    .mb {
        margin-bottom: 90px
    }
}

@media (max-width: 999px) {
    .mb {
        margin-bottom: 80px
    }
}

@media (max-width: 759px) {
    .mb {
        margin-bottom: 70px
    }
}

.bg-js {
    opacity: 0;
    visibility: hidden;
    background: #262626;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .4s ease-in-out;
    position: fixed;
    z-index: 100
}

.bg-js.active {
    opacity: 0.3;
    visibility: visible
}

body {
    background-color: #F8F8F8
}

body.scroll {
    overflow: hidden
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
    background: #DCDCDC;
    border-radius: 12px;
    width: 56px;
    height: 56px
}

@media (max-width: 999px) {
    .social {
        width: 44px;
        height: 44px
    }
}

.social:hover {
    background-color: #DDE6EA
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    border-radius: 6px
}

@media (max-width: 999px) {
    ::-webkit-scrollbar {
        width: 4px;
        height: 4px
    }
}

::-webkit-scrollbar-track {
    background: #EDEDED;
    border-radius: 6px
}

::-webkit-scrollbar-thumb {
    background: #F4B400;
    border-radius: 6px
}

::-webkit-scrollbar-thumb:hover {
    background: #555
}

.h1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 130%;
    color: #262626
}

@media (max-width: 1899px) {
    .h1 {
        font-size: 50px
    }
}

@media (max-width: 1549px) {
    .h1 {
        font-size: 45px
    }
}

@media (max-width: 1399px) {
    .h1 {
        font-size: 41px
    }
}

@media (max-width: 1249px) {
    .h1 {
        font-size: 37px
    }
}

@media (max-width: 999px) {
    .h1 {
        font-size: 33px
    }
}

@media (max-width: 759px) {
    .h1 {
        font-size: 30px
    }
}

.h2 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 130%;
    color: #262626
}

@media (max-width: 1899px) {
    .h2 {
        font-size: 38px
    }
}

@media (max-width: 1549px) {
    .h2 {
        font-size: 34px
    }
}

@media (max-width: 1399px) {
    .h2 {
        font-size: 31px
    }
}

@media (max-width: 1249px) {
    .h2 {
        font-size: 27px
    }
}

@media (max-width: 999px) {
    .h2 {
        font-size: 25px
    }
}

@media (max-width: 759px) {
    .h2 {
        font-size: 22px
    }
}

.h3, .product-title.h3 h1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 130%;
    color: #262626
}

@media (max-width: 1899px) {
    .h3, .product-title.h3 h1 {
        font-size: 29px
    }
}

@media (max-width: 1549px) {
    .h3, .product-title.h3 h1 {
        font-size: 26px
    }
}

@media (max-width: 1399px) {
    .h3, .product-title.h3 h1 {
        font-size: 23px
    }
}

@media (max-width: 1249px) {
    .h3, .product-title.h3 h1 {
        font-size: 21px
    }
}

@media (max-width: 999px) {
    .h3, .product-title.h3 h1 {
        font-size: 19px
    }
}

@media (max-width: 759px) {
    .h3, .product-title.h3 h1 {
        font-size: 17px
    }
}

.h4 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #262626
}

@media (max-width: 1899px) {
    .h4 {
        font-size: 22px
    }
}

@media (max-width: 1549px) {
    .h4 {
        font-size: 22px
    }
}

@media (max-width: 1399px) {
    .h4 {
        font-size: 20px
    }
}

@media (max-width: 1249px) {
    .h4 {
        font-size: 20px
    }
}

@media (max-width: 999px) {
    .h4 {
        font-size: 20px
    }
}

@media (max-width: 759px) {
    .h4 {
        font-size: 18px
    }
}

.h5 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #262626
}

@media (max-width: 1899px) {
    .h5 {
        font-size: 16px
    }
}

@media (max-width: 1549px) {
    .h5 {
        font-size: 16px
    }
}

@media (max-width: 1399px) {
    .h5 {
        font-size: 14px
    }
}

@media (max-width: 1249px) {
    .h5 {
        font-size: 14px
    }
}

@media (max-width: 999px) {
    .h5 {
        font-size: 13px
    }
}

@media (max-width: 759px) {
    .h5 {
        font-size: 13px
    }
}

.body-s {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 150%;
    color: #262626
}

@media (max-width: 1899px) {
    .body-s {
        font-size: 17px
    }
}

@media (max-width: 1549px) {
    .body-s {
        font-size: 17px
    }
}

@media (max-width: 1399px) {
    .body-s {
        font-size: 15px
    }
}

@media (max-width: 1249px) {
    .body-s {
        font-size: 15px
    }
}

@media (max-width: 999px) {
    .body-s {
        font-size: 13px
    }
}

@media (max-width: 759px) {
    .body-s {
        font-size: 13px
    }
}

.body-m {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    color: #262626
}

@media (max-width: 1899px) {
    .body-m {
        font-size: 19px
    }
}

@media (max-width: 1549px) {
    .body-m {
        font-size: 19px
    }
}

@media (max-width: 1399px) {
    .body-m {
        font-size: 17px
    }
}

@media (max-width: 1249px) {
    .body-m {
        font-size: 17px
    }
}

@media (max-width: 999px) {
    .body-m {
        font-size: 15px
    }
}

@media (max-width: 759px) {
    .body-m {
        font-size: 15px
    }
}

.sub-s {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: #262626
}

@media (max-width: 1899px) {
    .sub-s {
        font-size: 13px
    }
}

@media (max-width: 1549px) {
    .sub-s {
        font-size: 13px
    }
}

@media (max-width: 1399px) {
    .sub-s {
        font-size: 11px
    }
}

@media (max-width: 1249px) {
    .sub-s {
        font-size: 11px
    }
}

@media (max-width: 999px) {
    .sub-s {
        font-size: 11px
    }
}

@media (max-width: 759px) {
    .sub-s {
        font-size: 11px
    }
}

.sub-m {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #262626
}

@media (max-width: 1899px) {
    .sub-m {
        font-size: 14px
    }
}

@media (max-width: 1549px) {
    .sub-m {
        font-size: 14px
    }
}

@media (max-width: 1399px) {
    .sub-m {
        font-size: 12px
    }
}

@media (max-width: 1249px) {
    .sub-m {
        font-size: 12px
    }
}

@media (max-width: 999px) {
    .sub-m {
        font-size: 12px
    }
}

@media (max-width: 759px) {
    .sub-m {
        font-size: 12px
    }
}

.sub-l {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    color: #262626
}

@media (max-width: 1899px) {
    .sub-l {
        font-size: 15px
    }
}

@media (max-width: 1549px) {
    .sub-l {
        font-size: 15px
    }
}

@media (max-width: 1399px) {
    .sub-l {
        font-size: 13px
    }
}

@media (max-width: 1249px) {
    .sub-l {
        font-size: 13px
    }
}

@media (max-width: 999px) {
    .sub-l {
        font-size: 13px
    }
}

@media (max-width: 759px) {
    .sub-l {
        font-size: 13px
    }
}

.btn-text {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #262626
}

@media (max-width: 1899px) {
    .btn-text {
        font-size: 16px
    }
}

@media (max-width: 1549px) {
    .btn-text {
        font-size: 16px
    }
}

@media (max-width: 1399px) {
    .btn-text {
        font-size: 14px
    }
}

@media (max-width: 1249px) {
    .btn-text {
        font-size: 14px
    }
}

@media (max-width: 999px) {
    .btn-text {
        font-size: 14px
    }
}

@media (max-width: 759px) {
    .btn-text {
        font-size: 14px
    }
}

.btn-text-m {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #262626
}

@media (max-width: 1899px) {
    .btn-text-m {
        font-size: 18px
    }
}

@media (max-width: 1549px) {
    .btn-text-m {
        font-size: 18px
    }
}

@media (max-width: 1399px) {
    .btn-text-m {
        font-size: 16px
    }
}

@media (max-width: 1249px) {
    .btn-text-m {
        font-size: 16px
    }
}

@media (max-width: 999px) {
    .btn-text-m {
        font-size: 16px
    }
}

@media (max-width: 759px) {
    .btn-text-m {
        font-size: 16px
    }
}

.header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 90
}

.header__top {
    display: flex;
    align-items: center;
    padding: 24px 0
}

@media (max-width: 999px) {
    .header__top {
        display: none
    }
}

.header__top-menu {
    display: flex;
    align-items: center
}

.header__top-menu-link {
    display: flex;
    align-items: center;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #565656;
    transition: all .4s ease-in-out
}

@media (max-width: 1249px) {
    .header__top-menu-link {
        font-size: 12px
    }
}

.header__top-menu-link:hover {
    color: #F4B400
}

.header__top-menu-link:not(:last-child) {
    margin-right: 16px
}

@media (max-width: 1249px) {
    .header__top-menu-link:not(:last-child) {
        margin-right: 10px
    }
}

.header__top-menu-link:not(:last-child) svg {
    margin-left: 16px
}

@media (max-width: 1249px) {
    .header__top-menu-link:not(:last-child) svg {
        margin-left: 10px
    }
}

.header__top-menu-link:last-child svg {
    display: none
}

.header__logo {
    display: flex;
    margin-right: 32px
}

@media (max-width: 1249px) {
    .header__logo {
        margin-right: 20px
    }
}

@media (max-width: 1399px) {
    .header__logo svg {
        width: 250px
    }
}

@media (max-width: 1249px) {
    .header__logo svg {
        width: 200px;
        height: 20px
    }
}

.header__ua {
    display: flex;
    align-items: center;
    margin-right: auto
}

@media (max-width: 1399px) {
    .header__ua svg {
        width: 18px;
        height: 10px
    }
}

.header__ua span {
    margin-left: 8px;
    color: #565656
}

@media (max-width: 1399px) {
    .header__ua span {
        margin-left: 4px
    }
}

.header__wholesale {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #262626;
    background: #F4B400;
    border-radius: 4px;
    padding: 4px 8px;
    margin-right: 32px;
    transition: all .4s ease-in-out
}

@media (max-width: 1249px) {
    .header__wholesale {
        margin-right: 20px
    }
}

.header__wholesale:hover {
    background-color: #E8AB00
}

.header__bot {
    display: flex;
    align-items: center;
    padding-bottom: 20px
}

@media (max-width: 999px) {
    .header__bot {
        padding: 10px 0;
        height: 63px
    }
}

.header__catalog {
    position: relative;
    width: 330px;
    min-width: 330px;
    margin-right: 40px;
    z-index: 10
}

@media (max-width: 1399px) {
    .header__catalog {
        width: 270px;
        min-width: 270px;
        margin-right: 20px
    }
}

@media (max-width: 1249px) {
    .header__catalog {
        min-width: 200px;
        width: 200px
    }
}

@media (max-width: 999px) {
    .header__catalog {
        display: none
    }
}

.header__catalog-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #262626;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.header__catalog-top {
    display: flex;
    cursor: pointer;
    padding: 14px 24px;
    background: #F4B400;
    border-radius: 13px;
    align-items: center;
    transition: all .4s ease-in-out
}

.header__catalog-top:hover {
    background-color: #E8AB00
}

.header__catalog-top span {
    color: #262626;
    margin-left: 12px;
    margin-right: auto
}

.header__catalog-bot {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border-radius: 13px;
    bottom: -8px;
    transform: translateY(100%);
    min-width: 100%
}

.header__catalog-bot:hover {
    border-radius: 13px 0 0 13px
}

.header__catalog-bot-links {
    display: flex;
    width: 100%;
    flex-direction: column
}

.header__catalog-bot-link {
    display: flex;
    align-items: center;
    width: 100%
}

.header__catalog-bot-link:not(:last-child) {
    border-bottom: 1px solid #DDE6EA
}

.header__catalog-bot-link:hover .header__catalog-bot-link-main span {
    color: #F4B400
}

.header__catalog-bot-link:hover .header__catalog-bot-link-main svg path {
    fill: #F4B400
}

.header__catalog-bot-link:hover .header__catalog-bot-link-items {
    display: flex
}

.header__catalog-bot-link-main {
    display: flex;
    align-items: center;
    height: 56px;
    justify-content: space-between;
    padding: 0 16px 0 24px;
    width: 100%
}

.header__catalog-bot-link-main span {
    color: #262626
}

.header__catalog-bot-link-main svg path, .header__catalog-bot-link-main span {
    transition: all .4s ease-in-out
}

.header__catalog-bot-link-items {
    display: none;
    position: absolute;
    right: 0;
    flex-direction: column;
    width: 405px;
    top: 0;
    transform: translateX(100%);
    background: #FFFFFF;
    border-radius: 0 13px 13px 0;
    height: 100%
}

@media (max-width: 1399px) {
    .header__catalog-bot-link-items {
        width: 300px
    }
}

@media (max-width: 1249px) {
    .header__catalog-bot-link-items {
        width: 250px
    }
}

.header__catalog-bot-link-item {
    padding: 16px 24px;
    color: #565656;
    transition: all .4s ease-in-out
}

.header__catalog-bot-link-item:hover {
    color: #F4B400
}

.header__catalog.active {
    z-index: 11
}

.header__catalog.active .header__catalog-top-arrow {
    transform: rotateX(180deg)
}

.header__catalog.active .header__catalog-bg {
    opacity: .3;
    visibility: visible
}

.header__catalog.active .header__catalog-bot {
    display: flex
}

.header__search {
    flex-grow: 1;
    margin-right: 40px;
    position: relative;
    z-index: 10
}

@media (max-width: 1399px) {
    .header__search {
        margin-right: 20px
    }
}

@media (max-width: 999px) {
    .header__search {
        margin-right: 24px
    }
}

@media (max-width: 759px) {
    .header__search {
        display: none;
        position: fixed;
        flex-direction: column;
        padding: 16px;
        top: 63px;
        width: 100%;
        left: 0
    }
}

@media (max-width: 759px) {
    .header__search:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: -1;
        height: 100%;
        background-color: #fff
    }
}

.header__search-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #262626;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

@media (max-width: 759px) {
    .header__search-bg {
        height: calc(100% - 63px);
        top: 63px
    }
}

.header__search-top {
    display: flex;
    background: #F8F8F8;
    align-items: center;
    width: 100%;
    border-radius: 13px;
    transition: all .4s ease-in-out
}

@media (max-width: 999px) {
    .header__search-top {
        border-radius: 8px
    }
}

@media (max-width: 759px) {
    .header__search-top {
        width: 100%
    }
}

.header__search-top:hover {
    background-color: #F3F3F3
}

.header__search-btn {
    padding: 14px 8px 14px 20px;
    cursor: pointer
}

@media (max-width: 999px) {
    .header__search-btn {
        padding: 10px 8px 10px 16px
    }
}

@media (max-width: 759px) {
    .header__search-btn {
        padding-top: 8.5px;
        padding-bottom: 8px
    }
}

@media (max-width: 999px) {
    .header__search-btn svg {
        width: 21px;
        height: 21px
    }
}

.header__search-input {
    width: 100%;
    background-color: transparent;
    padding: 14px 0
}

@media (max-width: 999px) {
    .header__search-input {
        padding: 10px 0
    }
}

.header__search-input::placeholder {
    color: #ABABAB
}

.header__search-bot {
    display: none;
    flex-direction: column;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    transform: translateY(100%);
    background: #FFFFFF;
    border-radius: 13px
}

@media (max-width: 759px) {
    .header__search-bot {
        position: static;
        transform: translateY(0);
        margin-left: -16px;
        width: auto;
        margin-right: -16px;
        margin-bottom: -16px
    }
}

.header__search-bot-items {
    display: flex;
    flex-direction: column;
    overflow: auto;
    max-height: 355px
}

.header__search-bot-item {
    display: flex;
    align-items: center;
    padding: 16px 16px 16px 24px
}

@media (max-width: 1249px) {
    .header__search-bot-item {
        padding: 10px 10px 10px 15px
    }
}

@media (max-width: 759px) {
    .header__search-bot-item {
        padding: 12px 16px
    }
}

.header__search-bot-item:not(:last-child) {
    border-bottom: 1px solid #DDE6EA
}

@media (max-width: 759px) {
    .header__search-bot-item:first-child {
        border-top: 1px solid #DDE6EA
    }
}

.header__search-bot-item-img {
    display: flex;
    margin-right: 24px
}

@media (max-width: 759px) {
    .header__search-bot-item-img {
        margin-right: 8px
    }
}

.header__search-bot-item-img img {
    width: 56px;
    min-width: 56px;
    height: 56px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px
}

.header__search-bot-item-text {
    display: flex;
    flex-direction: column;
    margin-right: 24px
}

@media (max-width: 759px) {
    .header__search-bot-item-text {
        margin-right: 20px
    }
}

.header__search-bot-item-article {
    margin-bottom: 4px
}

.header__search-bot-item-article span {
    color: #ABABAB
}

.header__search-bot-item-article span:not(:last-child) {
    margin-right: 8px
}

.header__search-bot-item-title {
    color: #262626
}

.header__search-bot-item-price {
    margin-left: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    white-space: nowrap;
    margin-top: auto
}

.header__search-bot-item-price-old {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 150%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #ABABAB;
    margin-bottom: 2px
}

.header__search-bot-item-price-new {
    color: #F40049
}

.header__search-bot-item-price-current {
    color: #262626;
    margin-top: 25px
}

.header__search-bot-all {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
    border-top: 1px solid #DDE6EA
}

@media (max-width: 1249px) {
    .header__search-bot-all {
        padding: 16px 0
    }
}

.header__search-bot-all:hover span {
    color: #F4B400
}

.header__search-bot-all:hover svg path {
    fill: #F4B400
}

.header__search-bot-all span {
    margin-right: 8px
}

.header__search-bot-all svg path, .header__search-bot-all span {
    transition: all .4s ease-in-out
}

.header__search.mob-active {
    display: flex
}

.header__search.mob-active .header__search-bg {
    opacity: .3;
    visibility: visible
}

.header__search.active .header__search-bg {
    opacity: .3;
    visibility: visible
}

.header__search.active .header__search-bot {
    display: flex
}

.header__number {
    display: flex;
    align-items: center;
    margin-right: 40px;
    position: relative
}

@media (max-width: 1399px) {
    .header__number {
        margin-right: 20px
    }
}

@media (max-width: 999px) {
    .header__number {
        display: none
    }
}

.header__number .head__num-bot {
    width: calc(100% + 50px)
}

.header__number:hover .head__num-bot {
    opacity: 1;
    visibility: visible
}

.header__number-top {
    display: flex;
    align-items: center
}

.header__number-js {
    color: #565656;
    margin-right: 4px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .4s ease-in-out
}

.header__number-js:hover {
    color: #F4B400
}

.header__number-i {
    cursor: pointer;
    display: flex
}

.header__number-i svg path {
    transition-duration: .4s
}

.header__number-i:hover svg path {
    fill: #F4B400
}

.header__languages {
    display: flex;
    align-items: center;
    margin-right: 40px
}

@media (max-width: 1399px) {
    .header__languages {
        margin-right: 20px
    }
}

@media (max-width: 999px) {
    .header__languages {
        display: none
    }
}

.header__lang {
    color: #ABABAB;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .4s ease-in-out
}

@media (max-width: 759px) {
    .header__lang {
        font-size: 16px
    }
}

.header__lang:hover {
    color: #F4B400
}

.header__lang:last-child svg {
    display: none
}

.header__lang svg {
    margin: 0 12px
}

@media (max-width: 759px) {
    .header__lang svg {
        margin: 0 16px
    }
}

.header__lang.active {
    color: #F4B400
}

.header__cart {
    border: 1px solid #F4B400;
    border-radius: 13px;
    display: flex;
    align-items: center;
    padding: 13px 19px;
    cursor: pointer;
    transition: all .4s ease-in-out
}

@media (max-width: 999px) {
    .header__cart {
        padding: 10px 16px
    }
}

.header__cart:hover {
    color: #F4B400
}

@media (max-width: 999px) {
    .header__cart svg {
        width: 21px;
        height: 21px
    }
}

.header__cart span {
    margin-left: 8px;
    color: #F4B400
}

@media (max-width: 999px) {
    .header__cart span {
        margin-left: 4px
    }
}

.header__burger {
    display: none;
    min-width: 21px;
    width: 21px;
    height: 21px;
    position: relative
}

@media (max-width: 999px) {
    .header__burger {
        display: flex
    }
}

.header__burger svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all .4s ease-in-out
}

.header__burger svg:nth-child(2) {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%)
}

.header__mob {
    display: none;
    flex-direction: column;
    margin-left: 16px;
    margin-right: 24px
}

@media (max-width: 759px) {
    .header__mob {
        margin-right: auto
    }
}

.header__mob-logo {
    display: flex;
    margin-bottom: 4px
}

@media (max-width: 759px) {
    .header__mob-logo svg {
        width: 158px;
        height: 10px
    }
}

.header__mob-ua {
    display: flex;
    align-items: center
}

.header__mob-ua span {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 150%;
    color: #565656;
    margin-left: 4px
}

@media (max-width: 999px) {
    .header__mob {
        display: flex
    }
}

.header__open-search {
    display: none
}

@media (max-width: 759px) {
    .header__open-search {
        display: flex;
        margin-right: 16px
    }
}

.header.active .header__open-search {
    display: none
}

.header.active .header__cart {
    display: none
}

.header.active .header__languages {
    display: flex
}

.header.active .header__burger svg:first-child {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%)
}

.header.active .header__burger svg:last-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.hero {
    height: 613px;
    position: relative;
    overflow: hidden
}

@media (max-width: 1549px) {
    .hero {
        height: 521px
    }
}

@media (max-width: 999px) {
    .hero {
        height: 793px
    }
}

@media (max-width: 759px) {
    .hero {
        height: 530px
    }
}

.hero video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.hero__slider {
    width: 100%;
    height: 100%
}

.hero__slide {
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: center;
    padding: 0 212px
}

@media (max-width: 1549px) {
    .hero__slide {
        padding: 0 172px
    }
}

@media (max-width: 1249px) {
    .hero__slide {
        padding: 0 100px
    }
}

@media (max-width: 999px) {
    .hero__slide {
        padding: 0 40px 19px 40px
    }
}

@media (max-width: 759px) {
    .hero__slide {
        padding-bottom: 20px;
        padding-left: 16px;
        padding-right: 16px
    }
}

.hero__slide-sub {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #FFFFFF
}

@media (max-width: 1549px) {
    .hero__slide-sub {
        font-size: 26px;
        line-height: 31px
    }
}

@media (max-width: 999px) {
    .hero__slide-sub {
        font-size: 19px;
        line-height: 23px
    }
}

@media (max-width: 759px) {
    .hero__slide-sub {
        font-size: 17px;
        line-height: 20px
    }
}

.hero__slide-title {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 130%;
    color: #FFFFFF;
    max-width: 736px;
    margin: 16px 0 56px 0
}

@media (max-width: 1549px) {
    .hero__slide-title {
        max-width: 600px;
        font-size: 45px;
        line-height: 58px;
        margin-bottom: 48px
    }
}

@media (max-width: 999px) {
    .hero__slide-title {
        max-width: 424px;
        font-size: 33px;
        line-height: 43px;
        margin: 8px 0 32px 0
    }
}

@media (max-width: 759px) {
    .hero__slide-title {
        font-size: 30px;
        line-height: 39px
    }
}

.hero__slide-title span {
    color: #F4B400
}

.hero__slide .btn-white {
    margin-right: auto
}

@media (max-width: 999px) {
    .hero .prev, .hero .next {
        display: none
    }
}

.btn-white {
    background: #FFFFFF;
    border-radius: 12px;
    text-align: center;
    color: #262626;
    padding: 18px 32px;
    cursor: pointer;
    transition: all .4s ease-out
}

@media (max-width: 999px) {
    .btn-white {
        padding: 16px 24px;
        border-radius: 8px
    }
}

.btn-white:hover {
    background-color: #F4B400
}

.btn-yellow {
    text-align: center;
    padding: 18px 32px;
    cursor: pointer;
    background: #F4B400;
    border-radius: 12px;
    transition: all .4s ease-out
}

@media (max-width: 999px) {
    .btn-yellow {
        border-radius: 8px
    }
}

@media (max-width: 759px) {
    .btn-yellow {
        padding: 16px 24px;
        border-radius: 8px
    }
}

.btn-yellow:hover {
    background-color: #E8AB00
}

.btn-border {
    border: 1px solid #F4B400;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 16px;
    justify-content: center;
    cursor: pointer;
    transition: all .4s ease-out
}

.btn-border:hover {
    background-color: #F4B400
}

.btn-border svg {
    margin-right: 12px
}

@media (max-width: 999px) {
    .btn-border svg {
        width: 21px;
        height: 21px
    }
}

.btn-border span {
    color: #262626
}

.btn-border-silver {
    cursor: pointer;
    color: #262626;
    padding: 15px 25px;
    border: 1px solid #DDE6EA;
    border-radius: 12px;
    transition-duration: .4s
}

.btn-border-silver:hover {
    background-color: #F4B400;
    border-color: #F4B400
}

.swiper-pagination {
    display: flex;
    align-items: center;
    z-index: 10;
    position: absolute;
    justify-content: center;
    bottom: 24px !important
}

@media (max-width: 999px) {
    .swiper-pagination {
        bottom: 16px !important
    }
}

.swiper-pagination-bullet {
    width: 40px;
    background: #FFFFFF;
    opacity: 0.5;
    border-radius: 4px;
    height: 4px;
    transition: all 1s ease-in-out;
    margin: 0 !important
}

@media (max-width: 999px) {
    .swiper-pagination-bullet {
        width: 16px
    }
}

.swiper-pagination-bullet:not(:last-child) {
    margin-right: 16px !important
}

@media (max-width: 999px) {
    .swiper-pagination-bullet:not(:last-child) {
        margin-right: 8px !important
    }
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 60px;
    background: #F4B400
}

@media (max-width: 999px) {
    .swiper-pagination-bullet-active {
        width: 40px
    }
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: rgba(221, 230, 234, 0.5);
    border-radius: 48px;
    z-index: 11;
    cursor: pointer;
    transition: all .4s ease-in-out
}

.prev:hover, .next:hover {
    background-color: #DDE6EA
}

.prev {
    left: 60px
}

@media (max-width: 1249px) {
    .prev {
        left: 32px
    }
}

.next {
    right: 60px
}

@media (max-width: 1249px) {
    .next {
        right: 32px
    }
}

.slider__buttons {
    display: flex
}

.slider-prev, .slider-next {
    display: flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: #DDE6EA;
    border-radius: 48px;
    z-index: 11;
    cursor: pointer;
    transition: all .4s ease-in-out
}

@media (max-width: 759px) {
    .slider-prev, .slider-next {
        height: 44px;
        width: 44px
    }
}

.slider-prev:hover, .slider-next:hover {
    background-color: #F4B400
}

.slider-prev {
    margin-right: 16px
}

.benefits {
    margin-top: 56px
}

@media (max-width: 1549px) {
    .benefits {
        margin-top: 48px
    }
}

@media (max-width: 999px) {
    .benefits {
        margin-top: 16px
    }
}

.benefits__catalog {
    display: none;
    width: 100%;
    align-items: center;
    margin-bottom: 48px;
    padding: 10px 16px;
    background: #F4B400;
    border-radius: 8px;
    cursor: pointer
}

@media (max-width: 999px) {
    .benefits__catalog {
        display: flex
    }
}

.benefits__catalog span {
    margin-right: auto;
    margin-left: 8px;
    color: #262626
}

.benefits__slider {
    width: 100%
}

.benefits__item {
    display: flex;
    height: auto;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-color: #fff;
    padding: 40px 48px
}

@media (max-width: 1549px) {
    .benefits__item {
        padding: 32px 40px
    }
}

@media (max-width: 1399px) {
    .benefits__item {
        padding: 20px 30px
    }
}

@media (max-width: 1249px) {
    .benefits__item {
        padding: 15px 20px
    }
}

@media (max-width: 999px) {
    .benefits__item {
        padding: 24px
    }
}

.benefits__item-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.benefits__item-title {
    margin-bottom: 16px;
    color: #262626;
    max-width: 414px
}

@media (max-width: 1549px) {
    .benefits__item-title {
        margin-bottom: 12px
    }
}

@media (max-width: 999px) {
    .benefits__item-title {
        margin-bottom: 8px
    }
}

.benefits__item-title span {
    color: inherit;
    background-color: rgba(244, 180, 0, 0.4);
    padding: 1px 7px;
    white-space: nowrap;
    border-radius: 8px
}

@media (max-width: 759px) {
    .benefits__item-title span {
        margin-left: -7px;
        margin-right: -7px
    }
}

.benefits__item-p {
    color: #565656;
    max-width: 400px
}

@media (max-width: 1899px) {
    .benefits__item-p {
        max-width: 330px
    }
}

@media (max-width: 1549px) {
    .benefits__item-p {
        max-width: 295px
    }
}

@media (max-width: 1249px) {
    .benefits__item-p {
        max-width: 255px
    }
}

@media (max-width: 999px) {
    .benefits__item-p {
        max-width: 240px
    }
}

@media (max-width: 759px) {
    .benefits__item-p {
        max-width: 245px
    }
}

.benefits__item-title, .benefits__item-p {
    position: relative;
    z-index: 2
}

.benefits .swiper-pagination {
    position: static;
    margin-top: 16px
}

.benefits .swiper-pagination-bullet {
    background: #DDE6EA;
    opacity: 0.5;
    transition: all .4s ease-in-out
}

.benefits .swiper-pagination-bullet-active {
    background: #F4B400;
    opacity: 1
}

@media (max-width: 999px) {
    .benefits_about {
        margin-top: 32px
    }
}

.benefits_about .benefits__catalog {
    display: none
}

.choose {
    overflow: hidden
}

.choose-title {
    text-align: center;
    color: #262626;
    margin-bottom: 56px
}

@media (max-width: 1549px) {
    .choose-title {
        margin-bottom: 48px
    }
}

@media (max-width: 999px) {
    .choose-title {
        margin-bottom: 32px
    }
}

.choose__items {
    overflow: auto;
    display: flex;
    padding-bottom: 16px
}

.choose__item {
    width: 432px;
    min-width: 432px;
    padding: 40px 0 0 0;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 12px;
    height: 280px;
    position: relative;
    transition-duration: .4s
}

@media (max-width: 1899px) {
    .choose__item {
        min-width: 350px;
        width: 350px
    }
}

@media (max-width: 1549px) {
    .choose__item {
        width: 311px;
        min-width: 311px;
        height: 203px;
        padding-top: 32px
    }
}

@media (max-width: 1399px) {
    .choose__item {
        min-width: 270px;
        width: 270px
    }
}

@media (max-width: 1249px) {
    .choose__item {
        min-width: 302px;
        width: 302px
    }
}

@media (max-width: 999px) {
    .choose__item {
        min-width: 337px;
        width: 337px;
        height: 218px
    }
}

@media (max-width: 759px) {
    .choose__item {
        width: calc(100% / 2);
        padding: 16px;
        height: 140px;
        min-width: calc((100% / 2) - 8px)
    }
}

.choose__item:hover {
    filter: drop-shadow(0px 8px 20px rgba(78, 109, 120, 0.1))
}

.choose__item:not(:last-child) {
    margin-right: 24px
}

@media (max-width: 999px) {
    .choose__item:not(:last-child) {
        margin-right: 16px
    }
}

.choose__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 759px) {
    .choose__item-img {
        top: 20px;
        height: calc(100% - 20px)
    }
}

.choose__item-title {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #262626
}

.card {
    display: flex;
    flex-direction: column;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 13px;
    transition-duration: .4s
}

@media (max-width: 759px) {
    .card {
        border-radius: 0;
        padding: 8px 16px 16px 16px
    }
}

.card:hover {
    transition-duration: .4s;
    box-shadow: 0px 8px 20px rgba(78, 109, 120, 0.1)
}

.card.swiper-slide {
    height: auto !important
}

.card__img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%
}

.card__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 999px) {
    .card__img img {
        border-radius: 8px
    }
}

.card__labels {
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
    margin-right: -8px;
    margin-bottom: -4px
}

@media (max-width: 999px) {
    .card__labels {
        bottom: 4px;
        left: 4px;
        margin-right: -4px
    }
}

.card-label {
    margin-right: 8px;
    padding: 6px 12px;
    border-radius: 6px;
    margin-bottom: 4px
}

@media (max-width: 999px) {
    .card-label {
        padding: 2px 4px;
        margin-right: 4px
    }
}

.card-label.purple {
    background-color: #D0B0E7;
    color: #504857
}

.card-label.gray {
    background-color: #D7D4D4;
    color: #262626
}

.card-label.blue {
    background-color: #B6D5F2;
    color: #384A66
}

.card-label.pink {
    color: #B083C0;
    background-color: #F1EAF6
}

.card__text {
    margin-top: auto;
    padding: 24px 8px 8px 8px;
    display: flex;
    flex-direction: column
}

@media (max-width: 1549px) {
    .card__text {
        padding: 24px 0 8px 0
    }
}

@media (max-width: 999px) {
    .card__text {
        padding: 16px 0 0 0
    }
}

@media (max-width: 759px) {
    .card__text {
        padding: 8px 0 0 0
    }
}

.card-title {
    color: #262626;
    margin-bottom: 12px
}

@media (max-width: 999px) {
    .card-title {
        margin-bottom: 8px
    }
}

.card-article {
    margin-bottom: 12px
}

@media (max-width: 999px) {
    .card-article {
        margin-bottom: 8px
    }
}

.card-article span {
    color: #ABABAB
}

.card-article span:first-child {
    margin-right: 8px
}

@media (max-width: 759px) {
    .card-article span:first-child {
        margin-right: 4px
    }
}

.card-is {
    margin-bottom: 24px
}

@media (max-width: 999px) {
    .card-is {
        margin-bottom: 16px
    }
}

.card-is span.green {
    color: #1FBC41
}

.card__bot {
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.card__price {
    display: flex;
    flex-direction: column
}

.card__price-old {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #ABABAB;
    margin-bottom: 2px
}

@media (max-width: 1549px) {
    .card__price-old {
        font-size: 14px
    }
}

@media (max-width: 999px) {
    .card__price-old {
        margin-bottom: 0;
        font-size: 12px
    }
}

.card__price-new {
    color: #F40049
}

.card__price-current {
    color: #262626
}

.card__buy {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    background: #F4B400;
    border-radius: 12px;
    cursor: pointer;
    transition: all .4s ease-out;
    min-width: 154px
}

@media (max-width: 1399px) {
    .card__buy {
        min-width: auto
    }
}

@media (max-width: 999px) {
    .card__buy {
        padding: 10.5px 16px
    }
}

@media (max-width: 999px) {
    .card__buy svg {
        width: 21px;
        height: 21px
    }
}

.card__buy span {
    color: #262626;
    margin-left: 12px
}

@media (max-width: 999px) {
    .card__buy span {
        display: none
    }
}

.card__buy:hover {
    background-color: #E8AB00
}

.list__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 56px
}

@media (max-width: 1549px) {
    .list__top {
        margin-bottom: 48px
    }
}

@media (max-width: 999px) {
    .list__top {
        margin-bottom: 32px
    }
}

.list-title {
    color: #262626
}

.list-title span {
    color: inherit;
    padding: 8px 16px;
    background: rgba(244, 180, 0, 0.4);
    border-radius: 8px;
    margin-left: 16px
}

@media (max-width: 759px) {
    .list-title span {
        padding: 4px 12px;
        border-radius: 4px;
        margin-left: 8px
    }
}

.list__slider {
    padding: 20px;
    margin: -20px;
    width: calc(100% + 40px)
}

@media (max-width: 759px) {
    .list__slider {
        width: calc(100% + 32px);
        margin: 0 -16px;
        padding: 0
    }
}

.list .swiper-pagination {
    position: static;
    margin-top: 16px;
    display: none
}

@media (max-width: 999px) {
    .list .swiper-pagination {
        display: block
    }
}

@media (max-width: 759px) {
    .list .swiper-pagination {
        margin-top: 8px
    }
}

.list .swiper-pagination-bullet {
    background: #DDE6EA;
    opacity: 0.5;
    transition: all .4s ease-in-out
}

.list .swiper-pagination-bullet-active {
    background: #F4B400;
    opacity: 1
}

@media (max-width: 999px) {
    .list .slider-prev, .list .slider-next {
        display: none
    }
}

.our__cont {
    background: #262626;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    padding: 108px 152px
}

@media (max-width: 1899px) {
    .our__cont {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (max-width: 1549px) {
    .our__cont {
        padding: 61px 112px
    }
}

@media (max-width: 1249px) {
    .our__cont {
        padding: 40px 55px
    }
}

@media (max-width: 999px) {
    .our__cont {
        padding: 32px 88px;
        border-radius: 13px
    }
}

@media (max-width: 759px) {
    .our__cont {
        padding: 32px 24px 222px 24px
    }
}

.our-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 759px) {
    .our-img {
        display: none
    }
}

.our-img-mob {
    display: none
}

@media (max-width: 759px) {
    .our-img-mob {
        display: block
    }
}

.our-title, .our-sub, .our__ul {
    position: relative;
    z-index: 2
}

.our-title {
    color: #fff;
    max-width: 888px
}

@media (max-width: 1549px) {
    .our-title {
        max-width: 683px
    }
}

@media (max-width: 1249px) {
    .our-title {
        max-width: 570px
    }
}

@media (max-width: 999px) {
    .our-title {
        max-width: 336px
    }
}

.our-sub {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 40px 0 24px 0
}

@media (max-width: 1549px) {
    .our-sub {
        margin: 32px 0 16px 0;
        font-size: 19px;
        line-height: 23px
    }
}

@media (max-width: 999px) {
    .our-sub {
        margin: 24px 0 12px 0;
        font-size: 15px;
        line-height: 18px
    }
}

.our__ul {
    display: flex;
    flex-direction: column;
    list-style: none
}

.our-li {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #DDE6EA;
    position: relative;
    padding-left: 21px
}

@media (max-width: 1549px) {
    .our-li {
        font-size: 16px
    }
}

@media (max-width: 999px) {
    .our-li {
        padding-left: 12px;
        font-size: 13px
    }
}

.our-li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #F4B400;
    border-radius: 50%
}

@media (max-width: 999px) {
    .our-li:before {
        width: 4px;
        height: 4px
    }
}

.our-li:not(:last-child) {
    margin-bottom: 16px
}

@media (max-width: 1549px) {
    .our-li:not(:last-child) {
        margin-bottom: 12px
    }
}

@media (max-width: 999px) {
    .our-li:not(:last-child) {
        margin-bottom: 8px
    }
}

@media (max-width: 759px) {
    .text .container {
        padding: 0
    }
}

.text__cont {
    background: #FFFFFF;
    border-radius: 13px;
    padding: 64px 152px
}

@media (max-width: 1549px) {
    .text__cont {
        padding: 56px 112px
    }
}

@media (max-width: 999px) {
    .text__cont {
        padding: 40px 88px
    }
}

@media (max-width: 999px) {
    .text__cont {
        padding: 40px 16px
    }
}

@media (max-width: 759px) {
    .text__cont {
        border-radius: 0
    }
}

.text__scroll {
    height: 213px;
    overflow: auto;
    padding-right: 16px
}

@media (max-width: 999px) {
    .text__scroll {
        height: 160px;
        padding-right: 8px
    }
}

@media (max-width: 759px) {
    .text__scroll {
        height: 240px
    }
}

.text-title {
    margin-bottom: 32px;
    color: #262626
}

@media (max-width: 1549px) {
    .text-title {
        margin-bottom: 24px
    }
}

@media (max-width: 999px) {
    .text-title {
        margin-bottom: 16px
    }
}

.text-p {
    color: #565656
}

.footer {
    background-color: #EDEDED;
    padding: 64px 152px 16px 152px
}

@media (max-width: 1549px) {
    .footer {
        padding: 56px 0 16px 0
    }
}

@media (max-width: 999px) {
    .footer {
        padding: 40px 0 16px 0;
        overflow: hidden
    }
}

@media (max-width: 759px) {
    .footer {
        padding: 40px 0 16px 0
    }
}

.footer__top {
    display: flex;
    justify-content: space-between
}

@media (max-width: 999px) {
    .footer__top {
        justify-content: normal;
        position: relative
    }
}

@media (max-width: 759px) {
    .footer__top {
        flex-direction: column
    }
}

.footer__logo {
    display: flex;
    margin-bottom: 40px
}

@media (max-width: 759px) {
    .footer__logo {
        margin: 0 auto
    }
}

@media (max-width: 999px) {
    .footer__logo svg {
        width: 112px;
        height: 124px
    }
}

@media (max-width: 759px) {
    .footer__logo svg {
        width: 150px;
        height: 167px
    }
}

.footer__socials {
    display: flex
}

@media (max-width: 759px) {
    .footer__socials {
        display: none
    }
}

.footer__socials .social:hover {
    background-color: #E8AB00
}

.footer__socials .social:not(:last-child) {
    margin-right: 8px
}

.footer__item {
    display: flex;
    flex-direction: column
}

@media (max-width: 759px) {
    .footer__item:first-child {
        margin-bottom: 16px
    }
}

@media (max-width: 999px) {
    .footer__item:nth-child(3), .footer__item:nth-child(4) {
        position: absolute
    }
}

@media (max-width: 759px) {
    .footer__item:nth-child(3), .footer__item:nth-child(4) {
        position: static
    }
}

@media (max-width: 999px) {
    .footer__item:nth-child(3) {
        right: 0;
        top: 0;
        align-items: flex-end
    }
}

@media (max-width: 759px) {
    .footer__item:nth-child(3) {
        align-items: normal
    }
}

@media (max-width: 999px) {
    .footer__item:nth-child(3) .footer__item-catalog-link {
        text-align: right
    }
}

@media (max-width: 759px) {
    .footer__item:nth-child(3) .footer__item-catalog-link {
        text-align: left
    }
}

@media (max-width: 759px) {
    .footer__item:nth-child(3) .footer__item-title {
        padding-top: 12px
    }
}

@media (max-width: 999px) {
    .footer__item:nth-child(4) {
        top: 207px;
        right: 0
    }
}

@media (max-width: 999px) {
    .footer__item:nth-child(2) {
        margin-left: 64px
    }
}

@media (max-width: 759px) {
    .footer__item:nth-child(2) {
        margin-left: 0
    }
}

.footer__item:nth-child(2) .footer__item-catalog {
    columns: 3;
    page-break-inside: avoid;
    break-inside: avoid
}

@media (max-width: 999px) {
    .footer__item:nth-child(2) .footer__item-catalog {
        columns: 2
    }
}

.footer__item:last-child {
    align-items: flex-end
}

@media (max-width: 759px) {
    .footer__item:last-child {
        align-items: normal
    }
}

@media (max-width: 759px) {
    .footer__item:last-child .footer__item-title {
        padding-top: 12px
    }
}

@media (max-width: 759px) {
    .footer__item:nth-child(2) .footer__item-catalog, .footer__item:nth-child(3) .footer__item-catalog {
        margin-bottom: 4px;
        columns: 2;
        column-gap: 0;
        page-break-inside: avoid;
        break-inside: avoid;
        margin-right: -16px
    }
}

@media (max-width: 759px) {
    .footer__item:nth-child(2) .footer__item-catalog-link, .footer__item:nth-child(3) .footer__item-catalog-link {
        width: 100%;
        margin-right: 16px
    }
}

@media (max-width: 759px) {
    .footer__item:nth-child(2) .footer__item-title, .footer__item:nth-child(3) .footer__item-title {
        position: relative;
        padding: 15.5px 0;
        margin-bottom: 0
    }
}

@media (max-width: 759px) {
    .footer__item:nth-child(2) .footer__item-title:after, .footer__item:nth-child(3) .footer__item-title:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 24px;
        background-size: contain;
        background-position: center center;
        background-image: url("../img/13.svg");
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }
}

.footer__item-title {
    margin-bottom: 24px;
    color: #262626
}

@media (max-width: 1549px) {
    .footer__item-title {
        margin-bottom: 16px
    }
}

@media (max-width: 999px) {
    .footer__item-title {
        margin-bottom: 12px
    }
}

@media (max-width: 759px) {
    .footer__item-title {
        border-top: 1px solid #DCDCDC
    }
}

.footer__item-catalog {
    margin-right: -60px;
    margin-bottom: -16px
}

@media (max-width: 1549px) {
    .footer__item-catalog {
        margin-bottom: -12px;
        margin-right: -56px
    }
}

@media (max-width: 1249px) {
    .footer__item-catalog {
        margin-right: -30px
    }
}

@media (max-width: 999px) {
    .footer__item-catalog {
        margin-right: -69px
    }
}

@media (max-width: 759px) {
    .footer__item-catalog {
        display: none
    }
}

.footer__item-catalog-link {
    color: #565656;
    transition: all .4s ease-in;
    display: block;
    margin-right: 60px;
    margin-bottom: 16px
}

@media (max-width: 1549px) {
    .footer__item-catalog-link {
        margin-bottom: 12px;
        margin-right: 56px
    }
}

@media (max-width: 1249px) {
    .footer__item-catalog-link {
        margin-right: 30px
    }
}

@media (max-width: 999px) {
    .footer__item-catalog-link {
        margin-right: 69px
    }
}

@media (max-width: 759px) {
    .footer__item-catalog-link {
        margin-bottom: 8px
    }
}

.footer__item-catalog-link:hover {
    color: #F4B400
}

.footer__item-contacts {
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

@media (max-width: 759px) {
    .footer__item-contacts {
        display: block;
        columns: 2;
        page-break-inside: avoid;
        break-inside: avoid
    }
}

.footer__item-contacts-tel {
    margin-bottom: 12px;
    color: #565656;
    transition: all .4s ease-in
}

@media (max-width: 759px) {
    .footer__item-contacts-tel {
        margin-bottom: 8px;
        display: block;
        font-size: 13px;
        line-height: 18px
    }
}

.footer__item-contacts-tel:hover {
    color: #F4B400
}

.footer__item-contacts-work {
    color: #ABABAB;
    text-align: right
}

@media (max-width: 759px) {
    .footer__item-contacts-work {
        text-align: left
    }
}

.footer__item-contacts-mail {
    color: #565656;
    margin: 24px 0;
    transition: all .4s ease-in
}

@media (max-width: 999px) {
    .footer__item-contacts-mail {
        margin: 12px 0
    }
}

@media (max-width: 759px) {
    .footer__item-contacts-mail {
        margin: 0 0 8px 0;
        display: block;
        font-size: 13px;
        line-height: 18px
    }
}

.footer__item-contacts-mail:hover {
    color: #F4B400
}

.footer__item-contacts-location {
    color: #ABABAB
}

@media (max-width: 759px) {
    .footer__item-contacts-location {
        margin-bottom: 8px
    }
}

.footer__item-contacts .footer__socials {
    display: none
}

@media (max-width: 759px) {
    .footer__item-contacts .footer__socials {
        display: flex
    }
}

.footer__item.active .footer__item-catalog {
    display: block
}

.footer__item.active .footer__item-title:after {
    transform: translateY(-50%) rotateX(180deg)
}

.footer__bot {
    padding-top: 16px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #DCDCDC
}

@media (max-width: 1549px) {
    .footer__bot {
        margin-top: 32px
    }
}

@media (max-width: 999px) {
    .footer__bot {
        margin-top: 93px;
        padding-top: 12px;
        flex-wrap: wrap
    }
}

@media (max-width: 759px) {
    .footer__bot {
        margin-top: 32px;
        flex-direction: column
    }
}

.footer__bot-left {
    color: #565656
}

.footer__bot-center {
    display: flex
}

@media (max-width: 759px) {
    .footer__bot-center {
        margin-top: 12px
    }
}

.footer__bot-center-link {
    color: #565656;
    display: flex;
    align-items: center;
    transition: all .4s ease-in
}

.footer__bot-center-link:hover {
    color: #F4B400
}

.footer__bot-center-link svg {
    margin: 0 20px
}

@media (max-width: 999px) {
    .footer__bot-center-link svg {
        margin: 0 12px;
        height: 18px
    }
}

.footer__bot-center-link:last-child svg {
    display: none
}

.footer__bot-right {
    color: #565656;
    font-weight: 500
}

@media (max-width: 999px) {
    .footer__bot-right {
        width: 100%;
        text-align: center;
        margin-top: 12px
    }
}

.footer__bot-right a {
    font-weight: 700;
    transition: all .4s ease-in
}

.footer__bot-right a:hover {
    color: #F4B400
}

.pop {
    position: fixed;
    top: 180px;
    left: 50%;
    z-index: 200;
    background: #FFFFFF;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 80px 16px 72px 16px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
    overflow: auto;
    transform: translateY(50px) translateX(-50%)
}

@media (max-width: 1249px) {
    .pop {
        top: 100px
    }
}

@media (max-width: 999px) {
    .pop {
        height: 100%;
        top: 0;
        padding: 126px 16px 50px 16px;
        border-radius: 0
    }
}

@media (max-width: 999px) {
    .pop:before {
        top: 61px;
        width: 100%;
        content: '';
        left: 0;
        height: 1px;
        background-color: #DCDCDC;
        position: absolute
    }
}

.pop__close {
    right: 32px;
    top: 32px;
    position: absolute;
    display: flex;
    cursor: pointer
}

@media (max-width: 999px) {
    .pop__close {
        top: 20px;
        right: 16px
    }
}

.pop__close:hover svg path {
    stroke: #F4B400
}

.pop__close svg path {
    transition: all .4s ease-in
}

.pop-title {
    margin-bottom: 32px;
    color: #262626
}

@media (max-width: 759px) {
    .pop-title {
        margin-bottom: 24px
    }
}

.pop__form {
    display: flex;
    flex-direction: column;
    max-width: 584px;
    width: 100%;
    align-items: center;
    justify-content: center
}

.pop__form .label {
    margin-bottom: 24px
}

@media (max-width: 759px) {
    .pop__form .label {
        margin-bottom: 16px
    }
}

.pop-btn {
    margin-top: 32px
}

@media (max-width: 759px) {
    .pop-btn {
        margin-top: 24px;
        width: 100%
    }
}

.pop-p {
    color: #262626
}

.pop-1 {
    max-width: 888px
}

.pop-2 {
    max-width: 1040px
}

@media (max-width: 1249px) {
    .pop-2 {
        max-width: 888px
    }
}

.pop-2-svg {
    display: flex;
    margin-bottom: 24px
}

@media (max-width: 759px) {
    .pop-2-svg {
        margin-bottom: 16px;
        width: 40px;
        height: 40px
    }
}

.pop-2 .pop-title {
    margin-bottom: 16px
}

@media (max-width: 759px) {
    .pop-2 .pop-title {
        margin-bottom: 8px
    }
}

.pop-2 .pop-btn {
    margin-top: 56px
}

@media (max-width: 759px) {
    .pop-2 .pop-btn {
        margin-top: 40px
    }
}

.pop.active {
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible
}

.label {
    display: flex;
    flex-direction: column;
    width: 100%
}

.label span {
    color: #565656;
    margin-bottom: 8px
}

@media (max-width: 759px) {
    .label span {
        margin-bottom: 4px
    }
}

.label input, .label textarea {
    resize: none;
    padding: 14px 20px;
    background: #F8F8F8;
    border-radius: 13px;
    transition: all .4s ease-out;
    color: #565656
}

@media (max-width: 999px) {
    .label input, .label textarea {
        border-radius: 8px
    }
}

.label input::placeholder, .label textarea::placeholder {
    color: #ABABAB
}

.label input:hover, .label textarea:hover {
    background-color: #F3F3F3
}

.label textarea {
    height: 156px
}

.label-search {
    flex-direction: row;
    align-items: center;
    background: #F8F8F8;
    border-radius: 13px;
    padding: 0 20px;
    transition: all .4s ease-in
}

@media (max-width: 999px) {
    .label-search {
        padding: 0 16px;
        border-radius: 8px
    }
}

.label-search:hover {
    background-color: #F3F3F3
}

.label-search input {
    padding-left: 8px;
    flex-grow: 1;
    background-color: transparent
}

@media (max-width: 999px) {
    .label-search input {
        padding: 13px 8px
    }
}

@media (max-width: 759px) {
    .label-search input {
        padding: 14px 8px
    }
}

@media (max-width: 999px) {
    .label-search svg {
        width: 21px;
        height: 21px
    }
}

.label-clear {
    cursor: pointer
}

.check {
    display: flex;
    align-items: center
}

@media (max-width: 759px) {
    .check {
        align-items: flex-start
    }
}

.check:hover .check-input-not-checked rect {
    stroke: #F4B400
}

.check:hover .check-input-not-checked path {
    fill: #F4B400
}

.check-input {
    display: flex;
    position: relative;
    width: 24px;
    height: 24px;
    min-width: 24px
}

.check-input svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.check-input svg rect, .check-input svg path {
    transition-duration: .4s
}

.check-input-checked {
    display: none
}

.check-input input {
    width: 100%;
    opacity: 0;
    height: 100%
}

.check-input input:checked ~ .check-input-checked {
    display: block
}

.check-input input:checked ~ .check-input-not-checked {
    display: none
}

.check span:last-child {
    color: #262626;
    margin-left: 16px
}

@media (max-width: 999px) {
    .check span:last-child {
        margin-left: 12px
    }
}

.mob {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    padding: 16px 0;
    width: 100%;
    border-top: 1px solid #DCDCDC;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    top: 63px;
    height: calc(100vh - 63px)
}

.mob__catalog {
    padding: 10px 16px;
    display: flex;
    background: #F4B400;
    border-radius: 8px;
    align-items: center;
    margin-bottom: 16px
}

.mob__catalog span {
    margin-right: auto;
    margin-left: 8px;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #262626
}

.mob__links {
    display: flex;
    flex-direction: column
}

.mob-link {
    padding: 16px 0;
    border-top: 1px solid #DCDCDC;
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #565656
}

.mob-wholesale {
    display: flex;
    padding: 12px 0;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 12px
}

.mob-wholesale a {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #262626;
    background: #F4B400;
    border-radius: 4px;
    padding: 4px 8px
}

.mob__numbers {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px
}

.mob__numbers a {
    color: #565656
}

.mob__numbers a:not(:last-child) {
    margin-bottom: 12px
}

.mob-work {
    color: #ABABAB
}

.mob__prev {
    display: flex;
    align-items: center;
    padding: 16px;
    background-color: #F3F3F3;
    margin-top: -16px;
    margin-left: -40px;
    margin-right: -40px
}

@media (max-width: 759px) {
    .mob__prev {
        margin-left: -16px;
        margin-right: -16px
    }
}

.mob__prev span {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #262626;
    margin-left: 8px
}

.mob__items {
    display: flex;
    flex-direction: column;
    margin-left: -16px;
    margin-right: -16px
}

.mob__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 57px;
    border-top: 1px solid #E7EDF0;
    padding: 0 16px
}

.mob__item:last-child {
    border-bottom: 1px solid #E7EDF0
}

.mob__item span {
    color: #262626;
    font-size: 14px
}

.mob.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0)
}

.breadcrumbs {
    margin: 24px 0 56px 0
}

@media (max-width: 1549px) {
    .breadcrumbs {
        margin-bottom: 48px
    }
}

@media (max-width: 999px) {
    .breadcrumbs {
        margin: 16px 0 32px 0
    }
}

.breadcrumbs__links {
    display: flex;
    align-items: center
}

.breadcrumbs__link {
    display: flex;
    align-items: center
}

.breadcrumbs__link a {
    color: #565656;
    transition-duration: .4s
}

.breadcrumbs__link a:hover {
    color: #F4B400
}

.breadcrumbs__link:last-child a {
    color: #262626;
    pointer-events: none
}

.breadcrumbs__link:last-child svg {
    display: none
}

.breadcrumbs__link svg {
    margin: 0 8px
}

.intro {
    margin-bottom: 56px
}

@media (max-width: 1549px) {
    .intro {
        margin-bottom: 48px
    }
}

@media (max-width: 999px) {
    .intro {
        margin-bottom: 32px
    }
}

.intro__cont {
    display: flex;
    height: 320px;
    align-items: center;
    padding-left: 152px;
    border-radius: 13px;
    overflow: hidden;
    position: relative
}

@media (max-width: 1549px) {
    .intro__cont {
        height: 235px;
        padding-left: 112px
    }
}

@media (max-width: 999px) {
    .intro__cont {
        height: 123px;
        padding-left: 40px
    }
}

@media (max-width: 759px) {
    .intro__cont {
        height: 155px;
        padding-left: 24px
    }
}

.intro-img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center right;
    object-position: center right;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 759px) {
    .intro-img {
        display: none
    }
}

.intro-img-mob {
    display: none
}

@media (max-width: 759px) {
    .intro-img-mob {
        display: block
    }
}

.intro-title, .intro-title h1 {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 50px;
    position: relative;
    z-index: 2;
    color: #FFFFFF
}

@media (max-width: 1549px) {
    .intro-title, .intro-title h1 {
        font-size: 34px;
        line-height: 40px
    }
}

@media (max-width: 999px) {
    .intro-title, .intro-title h1 {
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width: 759px) {
    .intro-title, .intro-title h1 {
        font-size: 22px;
        line-height: 26px
    }
}

.catalog__top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 24px
}

@media (max-width: 999px) {
    .catalog__top {
        margin-bottom: 16px
    }
}

.catalog__top-sort {
    margin-right: 24px
}

@media (max-width: 759px) {
    .catalog__top-sort {
        margin-right: 16px
    }
}

.catalog__select {
    width: 280px
}

@media (max-width: 759px) {
    .catalog__select {
        width: auto;
        min-width: 162px
    }
}

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

@media (max-width: 1249px) {
    .catalog__items {
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 999px) {
    .catalog__items {
        grid-gap: 16px
    }
}

@media (max-width: 759px) {
    .catalog__items {
        grid-template-columns:repeat(2, 1fr);
        grid-gap: 2px;
        margin-left: -16px;
        margin-right: -16px
    }
}

.catalog__bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 56px
}

@media (max-width: 1549px) {
    .catalog__bot {
        margin-top: 40px
    }
}

@media (max-width: 999px) {
    .catalog__bot {
        margin-top: 32px;
        flex-direction: column
    }
}

@media (max-width: 759px) {
    .catalog__bot {
        margin-top: 16px
    }
}

.catalog__bot-left {
    background: #DDE6EA;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding: 16px 24px;
    cursor: pointer
}

@media (max-width: 999px) {
    .catalog__bot-left {
        margin-bottom: 24px;
        padding: 10px 14px
    }
}

.catalog__bot-left span {
    color: #262626;
    margin-left: 12px
}

.catalog__bot .navigation {
    display: flex;
    align-items: center
}

@media (max-width: 759px) {
    .catalog__bot .navigation {
        width: 100%
    }
}

.catalog__bot .navigation .slider-prev {
    margin-right: 24px
}

@media (max-width: 759px) {
    .catalog__bot .navigation .slider-prev {
        margin-right: auto
    }
}

.catalog__bot .navigation .navigation__numbers {
    display: flex;
    align-items: center;
    margin-right: 24px
}

@media (max-width: 759px) {
    .catalog__bot .navigation .navigation__numbers {
        margin-right: auto
    }
}

.catalog__bot .navigation-number {
    color: #262626;
    background: #EDEDED;
    border-radius: 48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in
}

@media (max-width: 999px) {
    .catalog__bot .navigation-number {
        height: 44px;
        width: 44px
    }
}

.catalog__bot .navigation-number:hover {
    background-color: #F4B400
}

.catalog__bot .navigation-number.active {
    background-color: #F4B400
}

.catalog__bot .navigation-number:not(:last-child) {
    margin-right: 16px
}

@media (max-width: 759px) {
    .catalog__bot .navigation-number:not(:last-child) {
        margin-right: 8px
    }
}

.catalog__bot .navigation-number-dots {
    width: 24px;
    height: 24px;
    background-color: transparent !important
}

@media (max-width: 999px) {
    .catalog__bot .navigation-number-dots {
        height: 20px;
        width: 20px
    }
}

.select2-container--default .select2-selection--single {
    border: none
}

.catalog__select .select2-container {
    width: 100% !important;
    z-index: 20 !important
}

.select2-selection__rendered {
    font-family: 'Noto Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 150% !important;
    color: #262626 !important;
    padding: 0 !important
}

@media (max-width: 999px) {
    .select2-selection__rendered {
        font-size: 13px !important
    }
}

.select2-selection__arrow {
    height: 24px !important;
    width: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 16px !important;
    background: url("../img/arrow.svg") no-repeat center center;
    -o-object-fit: contain;
    object-fit: contain
}

.select2-selection__arrow b {
    display: none !important
}

.select2-selection__arrow .select2-container--open .select2-selection {
    border-radius: 5px 5px 0 0 !important
}

.select * {
    -webkit-user-select: none !important;
    user-select: none !important;
    outline: none;
    -webkit-appearance: none;
    appearance: none
}

.select2-search__field, .select2-search {
    display: none !important
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg) translateY(50%) !important
}

.select2-container--default.select2-container--open .select2-selection {
    border-radius: 13px !important
}

.select2-dropdown {
    border: none !important
}

.select2-results__option {
    font-family: 'SF Pro Display' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 150% !important;
    color: #565656 !important;
    padding: 12px 0 !important;
    margin: 0 20px !important
}

@media (max-width: 999px) {
    .select2-results__option {
        margin: 0 16px !important;
        font-size: 13px !important;
        padding: 10px 0 !important
    }
}

.select2-results__option:first-child {
    padding-top: 14px !important
}

.select2-results__option:last-child {
    padding-bottom: 15px !important
}

.select2-results__option:not(:last-child) {
    border-bottom: 1px solid #dcdcdc !important
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 210px
}

.select2-results__option--selected {
    background: none !important
}

.select2-results__option--highlighted {
    color: #F4B400 !important;
    background: none !important
}

.select2-results__options {
    border: none !important;
    border-radius: 13px !important;
    transform: translateY(2px);
    border-top: none !important;
    background-color: #EDEDED !important
}

@media (max-width: 999px) {
    .select2-results__options {
        border-radius: 8px !important
    }
}

.select2-dropdown {
    z-index: 5 !important
}

.select2-selection {
    height: auto !important;
    display: flex;
    align-items: center;
    border: 1px solid #F3F3F4 !important;
    border-radius: 13px !important;
    background-color: #EDEDED !important;
    padding: 12px 24px !important;
    width: 100% !important;
    cursor: pointer
}

@media (max-width: 999px) {
    .select2-selection {
        padding: 11.25px 16px !important;
        border-radius: 8px !important
    }
}

@media (max-width: 759px) {
    .select2-selection {
        padding-right: 55px !important
    }
}

.about__cont {
    height: 320px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding-left: 152px;
    background: #262626;
    border-radius: 13px;
    overflow: hidden
}

@media (max-width: 1549px) {
    .about__cont {
        height: 235px;
        padding-left: 112px
    }
}

@media (max-width: 999px) {
    .about__cont {
        height: 123px;
        padding-left: 40px
    }
}

@media (max-width: 759px) {
    .about__cont {
        height: 155px
    }
}

.about-img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

@media (max-width: 759px) {
    .about-img {
        display: none
    }
}

.about-img-mob {
    display: none
}

@media (max-width: 759px) {
    .about-img-mob {
        display: block
    }
}

.about span, .about span h1 {
    color: #FFFFFF;
    margin-top: 24px;
    max-width: 736px;
    position: relative;
    z-index: 2;
    font-size: 42px;
}

@media (max-width: 1549px) {
    .about span, .about span h1 {
        max-width: 536px
    }
}

@media (max-width: 999px) {
    .about span, .about span h1 {
        margin-top: 12px;
        max-width: 380px;
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width: 759px) {
    .about span, .about span h1 {
        margin-bottom: 5px;
        max-width: 230px;
        font-size: 22px;
        line-height: 26px
    }
}

.about svg {
    z-index: 2
}

@media (max-width: 999px) {
    .about svg {
        width: 208px;
        height: 13px
    }
}

@media (max-width: 759px) {
    .about svg {
        width: 160px;
        height: 10px
    }
}

.row {
    margin-top: 56px
}

@media (max-width: 1549px) {
    .row {
        margin-top: 48px
    }
}

@media (max-width: 999px) {
    .row {
        margin-top: 32px
    }
}

.row__cont {
    display: flex;
    grid-gap: 24px
}

@media (max-width: 999px) {
    .row__cont {
        flex-direction: column;
        grid-gap: 16px
    }
}

.row__text {
    width: calc(50% - 12px);
    background: #FFFFFF;
    border-radius: 13px;
    display: flex;
    padding: 64px;
    flex-direction: column;
    justify-content: center
}

@media (max-width: 1549px) {
    .row__text {
        padding: 48px 56px
    }
}

@media (max-width: 1249px) {
    .row__text {
        padding: 20px
    }
}

@media (max-width: 999px) {
    .row__text {
        width: 100%;
        padding: 40px 32px
    }
}

@media (max-width: 759px) {
    .row__text {
        padding: 32px 24px
    }
}

.row-title {
    color: #262626;
    margin-bottom: 32px
}

@media (max-width: 1549px) {
    .row-title {
        margin-bottom: 24px
    }
}

@media (max-width: 999px) {
    .row-title {
        margin-bottom: 16px
    }
}

@media (max-width: 1549px) {
    .row-title br {
        display: none
    }
}

.row-p {
    color: #565656
}

.row__img {
    display: flex;
    width: calc(50% - 12px)
}

@media (max-width: 999px) {
    .row__img {
        width: 100%
    }
}

.row__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 13px
}

.row_reverse .row__cont {
    flex-direction: row-reverse
}

@media (max-width: 999px) {
    .row_reverse .row__cont {
        flex-direction: column
    }
}

.how-title {
    color: #262626;
    text-align: center;
    max-width: 868px;
    margin: 0 auto 56px auto
}

@media (max-width: 1549px) {
    .how-title {
        margin-bottom: 48px;
        max-width: 780px
    }
}

@media (max-width: 999px) {
    .how-title {
        margin-bottom: 32px;
        max-width: 570px
    }
}

.how__slider {
    width: 100%
}

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

@media (max-width: 999px) {
    .how__items {
        display: flex;
        grid-template-columns:unset;
        grid-gap: 0
    }
}

@media (max-width: 759px) {
    .how__items {
        flex-direction: column;
        grid-gap: 16px
    }
}

.how__item {
    display: flex;
    height: auto !important;
    position: relative;
    padding: 40px 48px
}

@media (max-width: 1549px) {
    .how__item {
        padding: 32px 40px
    }
}

@media (max-width: 1249px) {
    .how__item {
        padding: 20px
    }
}

@media (max-width: 999px) {
    .how__item {
        padding: 24px
    }
}

.how__item-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 12px
}

@media (max-width: 759px) {
    .how__item-img {
        border-radius: 8px
    }
}

.how__item-title {
    position: relative;
    z-index: 1;
    color: #262626;
    max-width: 400px
}

@media (max-width: 1549px) {
    .how__item-title {
        max-width: 275px
    }
}

@media (max-width: 999px) {
    .how__item-title {
        max-width: 178px
    }
}

@media (max-width: 759px) {
    .how__item-title {
        max-width: 245px
    }
}

.how__item-title span {
    color: inherit;
    background: rgba(244, 180, 0, 0.4);
    border-radius: 8px;
    padding: 0 7px
}

@media (max-width: 1549px) {
    .how__item-title span {
        padding: 0 5px
    }
}

.how .swiper-pagination {
    position: static;
    margin-top: 16px
}

.how .swiper-pagination-bullet {
    transition: all .4s ease-in;
    background-color: #DDE6EA
}

.how .swiper-pagination-bullet-active {
    background-color: #F4B400
}

.form .container {
    align-items: center
}

.form-title {
    margin-bottom: 24px;
    color: #262626
}

@media (max-width: 999px) {
    .form-title {
        margin-bottom: 8px
    }
}

.form-sub {
    margin-bottom: 56px;
    color: #565656;
    text-align: center
}

@media (max-width: 999px) {
    .form-sub {
        max-width: 512px;
        margin-bottom: 32px
    }
}

.form__form {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 13px;
    padding: 56px 64px;
    max-width: 888px;
    width: 100%
}

@media (max-width: 1549px) {
    .form__form {
        max-width: 646px;
        padding: 48px 56px
    }
}

@media (max-width: 999px) {
    .form__form {
        max-width: 100%;
        padding: 40px 32px
    }
}

@media (max-width: 759px) {
    .form__form {
        padding: 32px 16px;
        margin-left: -16px;
        margin-right: -16px;
        max-width: none;
        width: auto;
        border-radius: 0
    }
}

.form__form-title {
    color: #262626;
    text-align: center;
    margin-bottom: 40px
}

@media (max-width: 1549px) {
    .form__form-title {
        margin-bottom: 32px
    }
}

@media (max-width: 999px) {
    .form__form-title {
        margin-bottom: 24px
    }
}

.form__form-labels {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-bottom: -24px
}

@media (max-width: 999px) {
    .form__form-labels {
        margin-right: -16px;
        margin-bottom: -16px
    }
}

.form__form-labels .label {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 24px
}

@media (max-width: 999px) {
    .form__form-labels .label {
        margin-right: 16px;
        margin-bottom: 16px
    }
}

.form__form-labels .label:nth-child(2), .form__form-labels .label:nth-child(3) {
    width: calc((100% / 2) - 24px)
}

@media (max-width: 999px) {
    .form__form-labels .label:nth-child(2), .form__form-labels .label:nth-child(3) {
        width: calc((100% / 2) - 16px)
    }
}

@media (max-width: 759px) {
    .form__form-labels .label:nth-child(2), .form__form-labels .label:nth-child(3) {
        width: 100%
    }
}

@media (max-width: 999px) {
    .form__form-labels .label input {
        padding: 12px 16px
    }
}

.form__form .btn-yellow {
    margin: 40px auto 0 auto;
    display: flex;
    align-items: center;
    padding: 16px 84px
}

@media (max-width: 1549px) {
    .form__form .btn-yellow {
        margin-top: 32px
    }
}

@media (max-width: 999px) {
    .form__form .btn-yellow {
        margin-top: 24px;
        width: 100%;
        padding: 10px 0;
        justify-content: center
    }
}

.form__form .btn-yellow svg {
    margin-right: 12px
}

@media (max-width: 999px) {
    .form__form .btn-yellow svg {
        width: 21px;
        height: 21px
    }
}

.search {
    margin-bottom: 56px
}

@media (max-width: 1549px) {
    .search {
        margin-bottom: 48px
    }
}

@media (max-width: 999px) {
    .search {
        margin-bottom: 32px
    }
}

.search-title {
    margin-bottom: 40px;
    color: #0B2134
}

@media (max-width: 999px) {
    .search-title {
        margin-bottom: 24px
    }
}

.search__cont {
    display: flex;
    flex-direction: column;
    padding: 56px;
    background: #FFFFFF;
    border-radius: 13px
}

@media (max-width: 1549px) {
    .search__cont {
        padding: 48px
    }
}

@media (max-width: 999px) {
    .search__cont {
        padding: 32px 32px 101px 32px;
        position: relative
    }
}

@media (max-width: 759px) {
    .search__cont {
        padding: 32px 16px 109px 16px;
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0
    }
}

.search__cont-title {
    color: #0B2134;
    margin-bottom: 40px
}

@media (max-width: 1549px) {
    .search__cont-title {
        margin-bottom: 32px
    }
}

@media (max-width: 999px) {
    .search__cont-title {
        margin-bottom: 24px
    }
}

.search__form {
    display: flex;
    margin-bottom: 20px
}

@media (max-width: 999px) {
    .search__form {
        margin-bottom: 24px
    }
}

@media (max-width: 759px) {
    .search__form {
        flex-direction: column
    }
}

.search__select {
    margin: 0 24px;
    min-width: 432px
}

@media (max-width: 1549px) {
    .search__select {
        min-width: 376px
    }
}

@media (max-width: 1399px) {
    .search__select {
        min-width: 300px
    }
}

@media (max-width: 999px) {
    .search__select {
        margin-right: 0;
        margin-left: 16px;
        min-width: 216px
    }
}

@media (max-width: 759px) {
    .search__select {
        margin-left: 0;
        min-width: 100%;
        margin-top: 16px
    }
}

.search__select .select2.select2-container.select2-container--default {
    width: 100% !important
}

.search__select .select2-selection {
    padding: 18px 20px !important
}

@media (max-width: 999px) {
    .search__select .select2-selection {
        padding: 10px 16px !important
    }
}

@media (max-width: 759px) {
    .search__select .select2-selection {
        padding: 11px 16px !important
    }
}

.search .btn-yellow {
    min-width: 280px
}

@media (max-width: 1399px) {
    .search .btn-yellow {
        min-width: 200px
    }
}

@media (max-width: 999px) {
    .search .btn-yellow {
        position: absolute;
        bottom: 32px;
        width: calc(100% - 64px);
        left: 32px;
        padding: 12px 0
    }
}

@media (max-width: 759px) {
    .search .btn-yellow {
        padding: 16px 0;
        width: calc(100% - 32px);
        left: 16px
    }
}

.search__checks {
    display: flex;
    grid-gap: 24px
}

@media (max-width: 999px) {
    .search__checks {
        grid-gap: 16px
    }
}

@media (max-width: 759px) {
    .search__checks {
        flex-direction: column
    }
}

.not_found__cont {
    background: #FFFFFF;
    border-radius: 13px;
    padding: 56px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1549px) {
    .not_found__cont {
        padding: 48px 0
    }
}

@media (max-width: 999px) {
    .not_found__cont {
        padding: 32px 0
    }
}

@media (max-width: 759px) {
    .not_found__cont {
        padding: 32px 24px
    }
}

.not_found-title {
    color: #262626
}

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

@media (max-width: 999px) {
    .contacts__items {
        grid-template-columns:1fr;
        grid-gap: 16px
    }
}

@media (max-width: 759px) {
    .contacts__items {
        margin-left: -16px;
        margin-right: -16px
    }
}

.contacts__item {
    padding: 56px;
    background: #FFFFFF;
    border-radius: 13px;
    display: flex;
    flex-direction: column
}

@media (max-width: 1549px) {
    .contacts__item {
        padding: 48px
    }
}

@media (max-width: 1249px) {
    .contacts__item {
        padding: 20px
    }
}

@media (max-width: 999px) {
    .contacts__item {
        padding: 32px
    }
}

@media (max-width: 759px) {
    .contacts__item {
        padding: 32px 16px;
        border-radius: 0
    }
}

.contacts__item:last-child .contacts__item-title {
    text-align: center
}

.contacts__item-title, .contacts__item-title.h2 h1 {
    color: #262626;
    margin-bottom: 40px;
    font-size: 42px;
}

@media (max-width: 999px) {
    .contacts__item-title.contacts__item-title, .contacts__item-title.h2 h1  {
        margin-bottom: 24px
    }
}

.contacts__item-infos {
    display: flex
}

@media (max-width: 759px) {
    .contacts__item-infos {
        flex-direction: column
    }
}

.contacts__item-infos-col:first-child {
    margin-right: 190px
}

@media (max-width: 1899px) {
    .contacts__item-infos-col:first-child {
        margin-right: 100px
    }
}

@media (max-width: 1549px) {
    .contacts__item-infos-col:first-child {
        margin-right: 98px
    }
}

@media (max-width: 1399px) {
    .contacts__item-infos-col:first-child {
        margin-right: 50px
    }
}

@media (max-width: 1249px) {
    .contacts__item-infos-col:first-child {
        margin-right: 20px
    }
}

@media (max-width: 999px) {
    .contacts__item-infos-col:first-child {
        margin-right: 130px
    }
}

@media (max-width: 759px) {
    .contacts__item-infos-col:first-child {
        margin-bottom: 24px;
        margin-right: 0
    }
}

.contacts__item-info {
    display: flex;
    flex-direction: column
}

.contacts__item-info:not(:last-child) {
    margin-bottom: 40px
}

@media (max-width: 999px) {
    .contacts__item-info:not(:last-child) {
        margin-bottom: 24px
    }
}

.contacts__item-info-top {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

@media (max-width: 999px) {
    .contacts__item-info-top {
        margin-bottom: 8px
    }
}

.contacts__item-info-top span {
    color: #F4B400
}

.contacts__item-info-top svg {
    margin-right: 8px
}

@media (max-width: 1249px) {
    .contacts__item-info-top svg {
        width: 21px;
        height: 21px
    }
}

.contacts__item-info-bot {
    display: flex;
    flex-direction: column;
    padding-left: 32px
}

@media (max-width: 1249px) {
    .contacts__item-info-bot {
        padding-left: 29px
    }
}

.contacts__item-info-bot-link {
    color: #262626
}

.contacts__item-info-bot-location {
    color: #808F95;
    margin-top: 16px
}

@media (max-width: 999px) {
    .contacts__item-info-bot-location {
        margin-top: 9px
    }
}

@media (max-width: 759px) {
    .contacts__item-info-bot-location {
        margin-top: 12px
    }
}

.contacts__item-info-socials {
    display: flex;
    margin-left: -32px
}

@media (max-width: 1249px) {
    .contacts__item-info-socials {
        margin-left: -29px
    }
}

@media (max-width: 999px) {
    .contacts__item-info-socials {
        margin-top: 8px
    }
}

@media (max-width: 759px) {
    .contacts__item-info-socials {
        margin-top: 0
    }
}

.contacts__item-info-socials .social {
    background-color: #F3F3F3
}

.contacts__item-info-socials .social:hover {
    background-color: #E8AB00
}

.contacts__item-info-socials .social:not(:last-child) {
    margin-right: 8px
}

.contacts__form {
    display: flex;
    flex-direction: column
}

.contacts__form-labels {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-bottom: -24px
}

@media (max-width: 999px) {
    .contacts__form-labels {
        margin-right: -16px;
        margin-bottom: -16px
    }
}

.contacts__form-labels .label {
    width: calc((100% / 2) - 24px);
    margin-right: 24px;
    margin-bottom: 24px
}

@media (max-width: 999px) {
    .contacts__form-labels .label {
        margin-right: 16px;
        margin-bottom: 16px;
        width: calc((100% / 2) - 16px)
    }
}

@media (max-width: 759px) {
    .contacts__form-labels .label {
        width: 100%
    }
}

.contacts__form-labels .label:last-child {
    width: 100%
}

.contacts__form .btn-yellow {
    display: flex;
    align-items: center;
    margin: 40px auto 0 auto;
    justify-content: center;
    padding: 16px 84px
}

@media (max-width: 999px) {
    .contacts__form .btn-yellow {
        margin-top: 24px;
        width: 100%;
        padding: 8.5px 0
    }
}

.contacts__form .btn-yellow svg {
    margin-right: 12px
}

.product {
    margin-top: -32px
}

@media (max-width: 999px) {
    .product {
        margin-top: -16px
    }
}

.product__cont {
    display: flex;
    background: #FFFFFF;
    border-radius: 13px;
    padding: 40px 32px;
    align-items: flex-start
}

@media (max-width: 1549px) {
    .product__cont {
        padding: 32px 24px
    }
}

@media (max-width: 999px) {
    .product__cont {
        padding: 32px 88px
    }
}

@media (max-width: 759px) {
    .product__cont {
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0;
        padding: 24px 16px
    }
}

.product__left {
    display: flex;
    position: sticky;
    top: 172.5px
}

@media (max-width: 999px) {
    .product__left {
        display: none
    }
}

.product__column-cont {
    margin-right: 24px
}

.product__column-slider {
    height: 320px;
    width: 96px
}

@media (max-width: 1549px) {
    .product__column-slider {
        width: 64px;
        height: 225px
    }
}

.product__column-slider-prev, .product__column-slider-next {
    position: relative;
    z-index: 11;
    cursor: pointer
}

.product__column-slider-prev {
    margin-bottom: 16px
}

.product__column-slider-next {
    margin-top: 16px
}

.product__column-slide {
    display: flex;
    cursor: pointer;
    height: 96px
}

.product__column-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.product__slider {
    width: 689px;
    height: 689px;
    margin-right: 71px
}

@media (max-width: 1899px) {
    .product__slider {
        height: 500px;
        width: 500px
    }
}

@media (max-width: 1549px) {
    .product__slider {
        width: 417px;
        height: 417px;
        margin-right: 31px
    }
}

@media (max-width: 1249px) {
    .product__slider {
        width: 350px;
        height: 350px
    }
}

.product__slider .card__labels {
    bottom: auto;
    left: 16px;
    top: 16px;
    z-index: 11
}

@media (max-width: 999px) {
    .product__slider .card__labels {
        top: 8px;
        left: 8px
    }
}

.product__slide {
    display: flex
}

.product__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center
}

.product__right {
    display: flex;
    flex-direction: column;
    max-width: 648px;
    width: 100%
}

.product__right .product__slider {
    display: none;
    margin-right: 0
}

@media (max-width: 999px) {
    .product__right .product__slider {
        display: block;
        width: 100%;
        height: 512px
    }
}

@media (max-width: 759px) {
    .product__right .product__slider {
        height: 343px
    }
}

.product__article {
    display: flex;
    margin-bottom: 16px
}

@media (max-width: 999px) {
    .product__article {
        margin-bottom: 8px
    }
}

.product__article span {
    color: #ABABAB
}

.product__article span:first-child {
    margin-right: 8px
}

.product-title {
    margin-bottom: 16px;
    color: #262626
}

.product__labels {
    display: flex;
    margin-bottom: -4px;
    margin-right: -8px
}

@media (max-width: 999px) {
    .product__labels {
        margin-top: 16px
    }
}

@media (max-width: 759px) {
    .product__labels {
        margin-top: 24px
    }
}

.product-label {
    padding: 8px 16px;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 4px
}

@media (max-width: 999px) {
    .product-label {
        padding: 4px 8px
    }
}

.product-label.green {
    background: #D7EFDD;
    color: #1FBC41
}

.product-label.not-available {
    background-color: #E7EDF0;
    color: #808F95
}

.product__price {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px
}

@media (max-width: 999px) {
    .product__price {
        margin-top: 12px;
        margin-bottom: 24px
    }
}

.product__price-now {
    color: #F40049;
    margin-right: 16px
}

@media (max-width: 759px) {
    .product__price-now {
        margin-right: 8px
    }
}

.product__price-not-available {
    color: #808F95
}

.product__price-old {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #ABABAB
}

@media (max-width: 1549px) {
    .product__price-old {
        font-size: 15px
    }
}

@media (max-width: 999px) {
    .product__price-old {
        font-size: 13px
    }
}

@media (max-width: 759px) {
    .product__price-old {
        font-size: 11px
    }
}

.product__btns {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    margin-bottom: 40px;
    grid-gap: 24px
}

@media (max-width: 999px) {
    .product__btns {
        grid-gap: 16px;
        margin-bottom: 24px
    }
}

@media (max-width: 759px) {
    .product__btns {
        grid-template-columns:1fr
    }
}

.product__buy {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px
}

@media (max-width: 999px) {
    .product__buy {
        padding: 9px
    }
}

.product__buy svg {
    margin-right: 12px
}

@media (max-width: 999px) {
    .product__buy svg {
        width: 21px;
        height: 21px
    }
}

.product__opt {
    background: #F8F8F8;
    border-radius: 13px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    margin-bottom: 24px
}

@media (max-width: 999px) {
    .product__opt {
        margin-bottom: 16px
    }
}

.product__opt span {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #808F95;
    margin-left: 8px
}

.product__items {
    display: flex;
    flex-direction: column
}

.product__item {
    display: flex;
    flex-direction: column;
    padding: 24px 32px;
    border: 1px solid #DDE6EA;
    border-radius: 13px
}

@media (max-width: 999px) {
    .product__item {
        padding: 16px 24px
    }
}

.product__item:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 999px) {
    .product__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.product__item-title {
    color: #262626;
    margin-bottom: 15px
}

@media (max-width: 999px) {
    .product__item-title {
        margin-bottom: 8px
    }
}

.product__item-ul {
    color: #565656
}

.product__item-li {
    padding-left: 15px;
    position: relative
}

.product__item-li:not(:last-child) {
    margin-bottom: 8px
}

.product__item-li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #DDE6EA
}

.product__info {
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 13px;
    margin-top: 24px;
    padding: 24px 32px
}

@media (max-width: 999px) {
    .product__info {
        padding: 16px 24px;
        margin-top: 16px
    }
}

@media (max-width: 759px) {
    .product__info {
        padding: 16px;
        margin-left: -16px;
        margin-right: -16px;
        border-radius: 0
    }
}

.product__info-btns {
    display: flex;
    margin-bottom: 56px
}

@media (max-width: 999px) {
    .product__info-btns {
        margin-bottom: 44px
    }
}

.product__info-btn {
    color: #777777;
    position: relative;
    transition: all .4s ease-out;
    cursor: pointer
}

.product__info-btn:after {
    content: '';
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: -24px;
    width: 100%;
    height: 4px;
    background-color: #F4B400;
    transform: scaleX(0);
    border-radius: 4px 4px 0 0;
    transition: all .4s ease-out
}

@media (max-width: 999px) {
    .product__info-btn:after {
        bottom: -20px
    }
}

.product__info-btn:hover {
    color: #565656
}

.product__info-btn:not(:last-child) {
    margin-right: 48px
}

@media (max-width: 759px) {
    .product__info-btn:not(:last-child) {
        margin-right: 32px
    }
}

.product__info-btn.active {
    color: #565656
}

.product__info-btn.active:after {
    transform: scaleX(1)
}

.product__info-tab {
    display: none
}

.product__info-tab.active {
    display: flex;
    flex-direction: column
}

.product__info-tab-title {
    margin-bottom: 16px;
    color: #262626
}

@media (max-width: 999px) {
    .product__info-tab-title {
        margin-bottom: 8px
    }
}

.product__info-tab-p {
    color: #565656;
    max-width: 1160px
}

.product__info-items {
    display: flex;
    flex-direction: column
}

.product__info-item {
    display: grid;
    grid-template-columns:repeat(2, 248px);
    grid-gap: 24px
}

@media (max-width: 1549px) {
    .product__info-item {
        grid-template-columns:168px 248px
    }
}

@media (max-width: 999px) {
    .product__info-item {
        grid-template-columns:128px 248px;
        grid-gap: 16px
    }
}

@media (max-width: 759px) {
    .product__info-item {
        grid-template-columns:90px 1fr
    }
}

.product__info-item span:first-child {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #262626
}

@media (max-width: 999px) {
    .product__info-item span:first-child {
        font-size: 14px
    }
}

.product__info-item:not(:last-child) {
    margin-bottom: 16px
}

@media (max-width: 759px) {
    .product__info-item:not(:last-child) {
        margin-bottom: 13px
    }
}

.product .swiper-pagination {
    position: static;
    margin-top: 16px
}

.product .swiper-pagination-bullet {
    background: #DDE6EA;
    opacity: 0.5;
    border-radius: 4px;
    transition: all .4s ease-in
}

.product .swiper-pagination-bullet-active {
    background: #F4B400;
    border-radius: 4px;
    opacity: 1
}

.thanks__cont {
    padding: 56px 0 64px 0;
    max-width: 1196px;
    width: 100%;
    margin: 0 auto;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 13px;
    justify-content: center
}

@media (max-width: 1399px) {
    .thanks__cont {
        max-width: 1000px
    }
}

@media (max-width: 1249px) {
    .thanks__cont {
        max-width: 800px
    }
}

@media (max-width: 999px) {
    .thanks__cont {
        margin-left: -40px;
        width: auto;
        max-width: none;
        border-radius: 0;
        margin-right: -40px
    }
}

@media (max-width: 759px) {
    .thanks__cont {
        margin-left: -16px;
        margin-right: -16px;
        width: auto;
        padding: 32px 16px 40px 16px
    }
}

.thanks__img {
    display: flex;
    margin-bottom: 56px
}

@media (max-width: 759px) {
    .thanks__img {
        margin-bottom: 32px
    }
}

@media (max-width: 759px) {
    .thanks__img svg {
        width: 120px;
        height: 123px
    }
}

.thanks-title {
    color: #262626;
    margin-bottom: 32px;
    text-align: center
}

@media (max-width: 759px) {
    .thanks-title {
        margin-bottom: 16px
    }
}

.thanks-p {
    max-width: 664px;
    color: #565656;
    text-align: center;
    margin-bottom: 56px
}

@media (max-width: 1549px) {
    .thanks-p {
        margin-bottom: 48px
    }
}

@media (max-width: 999px) {
    .thanks-p {
        margin-bottom: 32px
    }
}

.thanks .btn-yellow {
    padding: 16px 24px
}

@media (max-width: 759px) {
    .thanks .btn-yellow {
        width: 100%;
        padding: 10px
    }
}

.order-title {
    color: #262626;
    margin-bottom: 40px
}

@media (max-width: 999px) {
    .order-title {
        margin-bottom: 24px
    }
}

.order__cont {
    display: grid;
    grid-template-columns:1040fr 679fr;
    grid-gap: 24px
}

@media (max-width: 1549px) {
    .order__cont {
        grid-template-columns:760fr 536fr
    }
}

@media (max-width: 1249px) {
    .order__cont {
        grid-template-columns:460fr 536fr
    }
}

@media (max-width: 999px) {
    .order__cont {
        grid-template-columns:1fr
    }
}

@media (max-width: 759px) {
    .order__cont {
        margin-left: -16px;
        margin-right: -16px
    }
}

.order__left {
    display: flex;
    flex-direction: column
}

.order__item {
    background: #FFFFFF;
    border-radius: 13px;
    padding: 40px 56px
}

@media (max-width: 1549px) {
    .order__item {
        padding: 32px 48px
    }
}

@media (max-width: 1399px) {
    .order__item {
        padding: 32px
    }
}

@media (max-width: 759px) {
    .order__item {
        padding: 16px 24px;
        border-radius: 0
    }
}

.order__item:last-child .label {
    margin-bottom: 32px
}

@media (max-width: 1249px) {
    .order__item:last-child .label {
        margin-bottom: 16px
    }
}

@media (max-width: 999px) {
    .order__item:last-child .label {
        margin-bottom: 16px
    }
}

@media (max-width: 759px) {
    .order__item:last-child .label {
        margin-bottom: 24px
    }
}

.order__item:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width: 999px) {
    .order__item:not(:last-child) {
        margin-bottom: 16px
    }
}

.order__item-top {
    margin-bottom: 32px;
    display: flex;
    align-items: center
}

@media (max-width: 1249px) {
    .order__item-top {
        margin-bottom: 16px
    }
}

@media (max-width: 999px) {
    .order__item-top {
        margin-bottom: 16px
    }
}

.order__item-top span:first-child {
    margin-right: 16px;
    color: #F4B400
}

@media (max-width: 999px) {
    .order__item-top span:first-child {
        margin-right: 8px
    }
}

.order__item-top span:nth-child(2) {
    color: #262626
}

.order__item-bot {
    display: flex;
    flex-direction: column
}

.order__item-bot textarea {
    height: 104px
}

.order__item-form {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 24px
}

@media (max-width: 1249px) {
    .order__item-form {
        grid-template-columns:1fr;
        grid-gap: 16px
    }
}

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

@media (max-width: 759px) {
    .order__item-form {
        grid-template-columns:1fr
    }
}

.order__item-radios {
    display: flex;
    flex-direction: column
}

.order__item-radio {
    display: flex;
    flex-direction: column
}

.order__item-radio:not(:last-child) {
    margin-bottom: 32px
}

@media (max-width: 1249px) {
    .order__item-radio:not(:last-child) {
        margin-bottom: 16px
    }
}

@media (max-width: 999px) {
    .order__item-radio:not(:last-child) {
        margin-bottom: 16px
    }
}

@media (max-width: 759px) {
    .order__item-radio:not(:last-child) {
        margin-bottom: 24px
    }
}

.order__item-radio-top {
    display: flex
}

.order__item-radio-labels {
    display: none;
    flex-direction: column;
    margin-top: 24px;
    padding-left: 40px;
    max-width: 488px
}

@media (max-width: 1899px) {
    .order__item-radio-labels {
        max-width: 370px
    }
}

@media (max-width: 1549px) {
    .order__item-radio-labels {
        max-width: 336px
    }
}

@media (max-width: 1399px) {
    .order__item-radio-labels {
        max-width: 327px
    }
}

@media (max-width: 1249px) {
    .order__item-radio-labels {
        max-width: 100%
    }
}

@media (max-width: 999px) {
    .order__item-radio-labels {
        padding-left: 36px;
        max-width: 392px
    }
}

@media (max-width: 759px) {
    .order__item-radio-labels {
        margin-top: 16px
    }
}

@media (max-width: 999px) {
    .order__item-radio-labels label input {
        padding: 12px 16px
    }
}

.order__item-radio-labels label:not(:last-child) {
    margin-bottom: 24px
}

@media (max-width: 1249px) {
    .order__item-radio-labels label:not(:last-child) {
        margin-bottom: 16px
    }
}

@media (max-width: 759px) {
    .order__item-radio-labels label:not(:last-child) {
        margin-bottom: 16px
    }
}

.order__item-radio-labels.active {
    display: flex
}

.order__item-radio-label {
    display: flex;
    flex-direction: column
}

.order__item-radio-label > span:first-child {
    color: #565656;
    margin-bottom: 8px
}

@media (max-width: 999px) {
    .order__item-radio-label > span:first-child {
        margin-bottom: 4px
    }
}

.order__item-radio-label .select2.select2-container.select2-container--default {
    width: 100% !important
}

.order .select2-selection {
    padding: 14px 20px !important;
    background-color: #F8F8F8 !important
}

@media (max-width: 999px) {
    .order .select2-selection {
        padding: 12px 16px !important
    }
}

.order__right {
    display: flex;
    flex-direction: column;
    padding: 32px 16px 32px 32px;
    background: #FFFFFF;
    border-radius: 13px;
    margin-bottom: auto;
    position: sticky;
    top: 20px
}

@media (max-width: 999px) {
    .order__right {
        position: static;
        padding: 24px 16px
    }
}

@media (max-width: 759px) {
    .order__right {
        border-radius: 0
    }
}

.order__right-top {
    display: flex;
    align-items: center;
    margin-bottom: 32px
}

@media (max-width: 999px) {
    .order__right-top {
        margin-bottom: 24px
    }
}

.order__right-top-left {
    display: flex;
    align-items: center;
    margin-right: auto
}

.order__right-top-left span:first-child {
    color: #262626
}

.order__right-top-left span:last-child {
    margin-left: 33px;
    color: #808F95;
    position: relative
}

@media (max-width: 999px) {
    .order__right-top-left span:last-child {
        display: none
    }
}

.order__right-top-left span:last-child:before {
    content: '';
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 31px;
    background-color: #DDE6EA
}

.order__right-mob {
    display: none
}

@media (max-width: 999px) {
    .order__right-mob {
        display: flex;
        cursor: pointer;
        align-items: center;
        border-top: 1px solid #E7EDF0;
        padding: 12px 0;
        justify-content: space-between
    }
}

.order__right-mob span {
    color: #808F95
}

.order__right-edit {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 16px
}

@media (max-width: 999px) {
    .order__right-edit {
        margin-right: 0
    }
}

.order__right-edit span, .order__right-edit path {
    transition: all .4s ease-out
}

.order__right-edit:hover path {
    fill: #E8AB00
}

.order__right-edit:hover span {
    color: #E8AB00
}

.order__right-edit span {
    margin-left: 8px;
    color: #808F95
}

.order__right-products {
    display: flex;
    flex-direction: column;
    height: 265px;
    overflow: auto;
    padding-right: 10px
}

@media (max-width: 1549px) {
    .order__right-products {
        height: 165px
    }
}

@media (max-width: 999px) {
    .order__right-products {
        display: none;
        height: auto
    }
}

.order__right-product {
    display: flex;
    padding: 16px 0;
    border-top: 1px solid #E7EDF0
}

@media (max-width: 999px) {
    .order__right-product {
        padding: 12px 0
    }
}

.order__right-product-img {
    display: flex;
    min-width: 96px;
    width: 96px;
    height: 96px;
    margin-right: 24px
}

@media (max-width: 1549px) {
    .order__right-product-img {
        width: 56px;
        min-width: 56px;
        height: 56px
    }
}

@media (max-width: 999px) {
    .order__right-product-img {
        margin-right: 8px
    }
}

.order__right-product-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px
}

.order__right-product-text {
    display: flex;
    flex-direction: column;
    margin-right: 24px
}

@media (max-width: 999px) {
    .order__right-product-text {
        margin-right: 0
    }
}

.order__right-product-article {
    display: flex;
    align-items: center;
    margin-bottom: 2px
}

.order__right-product-article span {
    color: #ABABAB
}

.order__right-product-article span:first-child {
    margin-right: 8px
}

@media (max-width: 999px) {
    .order__right-product-article span:first-child {
        margin-right: 4px
    }
}

.order__right-product-title {
    color: #262626
}

@media (max-width: 999px) {
    .order__right-product-title {
        margin-bottom: 12px
    }
}

.order__right-product-quantity {
    color: #808F95;
    white-space: nowrap;
    margin-right: 16px
}

@media (max-width: 999px) {
    .order__right-product-quantity {
        margin-right: 0;
        float: left
    }
}

.order__right-product-price {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    align-items: flex-end;
    min-width: 112px
}

@media (max-width: 1549px) {
    .order__right-product-price {
        min-width: 94px
    }
}

@media (max-width: 999px) {
    .order__right-product-price {
        min-width: 112px;
        float: right
    }
}

.order__right-product-price-now {
    color: #F40049
}

.order__right-product-price-old {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #ABABAB;
    margin-top: 2px
}

.order__right-product-right {
    display: flex
}

@media (max-width: 999px) {
    .order__right-product-right {
        flex-direction: column;
        flex-grow: 1;
        display: block
    }
}

.order__right-items {
    display: flex;
    flex-direction: column
}

.order__right-items-wrapper {
    display: grid;
    grid-template-columns:248fr 400fr;
    grid-gap: 24px;
    margin-top: 16px;
    padding: 16px 0 0 0;
    border-top: 1px solid #E7EDF0;
    margin-bottom: 16px
}

@media (max-width: 999px) {
    .order__right-items-wrapper {
        margin-top: 0;
        display: flex;
        flex-direction: column
    }
}

@media (max-width: 999px) {
    .order__right-items-wrapper > div:first-child {
        display: none
    }
}

.order__right-item {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.order__right-item:last-child {
    padding: 16px 0;
    border-top: 1px solid #E7EDF0;
    border-bottom: 1px solid #E7EDF0
}

.order__right-item:last-child span:last-child {
    color: #262626
}

.order__right-item span:first-child {
    color: #565656
}

.order__right-item span:last-child {
    color: #262626
}

.order__right-item:not(:last-child) {
    margin-bottom: 16px
}

.order__right-bot {
    display: grid;
    grid-template-columns:248fr 400fr;
    grid-gap: 24px
}

@media (max-width: 1549px) {
    .order__right-bot {
        grid-template-columns:168fr 280fr
    }
}

@media (max-width: 999px) {
    .order__right-bot {
        display: flex;
        flex-direction: column;
        grid-gap: 16px
    }
}

.order__right-bot-text {
    color: #808F95;
    margin: auto 0
}

.order__right-bot-text a {
    color: #565656;
    text-decoration: underline
}

.order__right-bot .btn-yellow {
    padding: 16px
}

@media (max-width: 999px) {
    .order__right-bot .btn-yellow {
        padding: 10px
    }
}

@media (max-width: 999px) {
    .order__right.active .order__right-products {
        display: flex
    }

    .order__right.active .order__right-mob svg {
        transform: rotateX(180deg)
    }
}

@media (max-width: 999px) {
    .order .label input[type='text'] {
        padding: 12px 16px
    }
}

.head {
    background-color: #FFFFFF;
    padding: 24px 0
}

@media (max-width: 999px) {
    .head {
        padding: 16px 0
    }
}

.head .container {
    flex-direction: row
}

.head__left {
    display: flex;
    align-items: center;
    margin-right: auto
}

@media (max-width: 999px) {
    .head__left {
        flex-direction: column;
        align-items: normal
    }
}

.head__logo {
    display: flex;
    margin-right: 32px
}

@media (max-width: 999px) {
    .head__logo {
        margin-right: 0;
        margin-bottom: 4px
    }
}

@media (max-width: 999px) {
    .head__logo svg {
        width: 158px;
        height: 10px
    }
}

.head__ua {
    display: flex;
    align-items: center
}

.head__ua span {
    color: #565656;
    margin-left: 8px
}

@media (max-width: 999px) {
    .head__ua span {
        margin-left: 4px
    }
}

@media (max-width: 999px) {
    .head__ua svg {
        width: 18px;
        height: 10px
    }
}

.head__num {
    position: relative
}

.head__num-top {
    display: flex;
    align-items: center;
    cursor: pointer
}

.head__num-top span {
    margin-right: 4px;
    color: #565656
}

@media (max-width: 999px) {
    .head__num-top span {
        letter-spacing: -.5px
    }
}

.head__num-top svg {
    transition: all .4s ease-out
}

@media (max-width: 759px) {
    .head__num-top svg {
        width: 21px;
        height: 21px
    }
}

.head__num-bot {
    position: absolute;
    padding: 24px;
    width: calc(100% + 52px);
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: -22.5px;
    background: #FFFFFF;
    box-shadow: 0px 8px 20px rgba(78, 109, 120, 0.1);
    border-radius: 13px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-out
}

@media (max-width: 999px) {
    .head__num-bot {
        bottom: -10px
    }
}

@media (max-width: 759px) {
    .head__num-bot {
        width: 100%;
        padding: 10px
    }
}

.head__num-bot-title {
    margin-bottom: 8px;
    color: #262626
}

.head__num-bot-work {
    color: #565656;
    margin-bottom: 16px
}

.head__num-bot .btn-yellow {
    padding: 16px
}

@media (max-width: 759px) {
    .head__num-bot .btn-yellow {
        padding: 12px
    }
}

.head__num.active .head__num-top svg {
    transform: rotateX(180deg)
}

.head__num.active .head__num-bot {
    opacity: 1;
    visibility: visible
}

.error {
    height: calc(100vh - 256.5px);
    position: relative
}

@media (max-width: 1549px) {
    .error {
        height: calc(100vh - 248.5px)
    }
}

@media (max-width: 999px) {
    .error {
        height: calc(100vh - 135px)
    }
}

@media (max-width: 759px) {
    .error {
        padding-bottom: 70px;
        height: auto;
        min-height: calc(100vh - 135px)
    }
}

.error .container {
    height: 100%
}

.error-img {
    position: absolute;
    width: 735px;
    height: 600px;
    right: 123px;
    bottom: 97px
}

@media (max-width: 1899px) {
    .error-img {
        width: 536px;
        height: 438px;
        -o-object-fit: contain;
        object-fit: contain;
        bottom: 150px
    }
}

@media (max-width: 1549px) {
    .error-img {
        right: 172px;
        bottom: 50px
    }
}

@media (max-width: 1399px) {
    .error-img {
        right: 120px;
        top: calc(50% - 50px);
        transform: translateY(-50%);
        bottom: auto;
        width: 400px;
        height: auto
    }
}

@media (max-width: 999px) {
    .error-img {
        right: 40px;
        bottom: 80px;
        top: auto;
        transform: translateY(0);
        width: 424px;
        height: 346px
    }
}

@media (max-width: 759px) {
    .error-img {
        position: static;
        width: 253px;
        height: 207px;
        margin-left: auto;
        margin-top: 48px
    }
}

.error__text {
    margin-left: 152px;
    max-width: 584px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 138px
}

@media (max-width: 1549px) {
    .error__text {
        margin-left: 112px;
        max-width: 424px;
        margin-top: 72px
    }
}

@media (max-width: 1399px) {
    .error__text {
        margin-left: 60px
    }
}

@media (max-width: 999px) {
    .error__text {
        margin-left: 88px;
        max-width: 336px;
        margin-top: 76px
    }
}

@media (max-width: 759px) {
    .error__text {
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 48px;
        width: 100%
    }
}

.error-svg {
    position: absolute;
    left: -24px;
    z-index: -1;
    top: -88px
}

@media (max-width: 1549px) {
    .error-svg {
        width: 360px;
        height: 129px;
        top: -64px
    }
}

@media (max-width: 999px) {
    .error-svg {
        width: 280px;
        height: 100px;
        left: -16px;
        top: -55px
    }
}

@media (max-width: 759px) {
    .error-svg {
        width: 253px;
        height: 90px;
        top: -48px
    }
}

.error-title {
    color: #262626;
    margin-bottom: 40px
}

@media (max-width: 1549px) {
    .error-title {
        margin-bottom: 32px
    }
}

@media (max-width: 999px) {
    .error-title {
        margin-bottom: 16px
    }
}

.error-p {
    color: #565656;
    margin-bottom: 56px
}

@media (max-width: 1549px) {
    .error-p {
        margin-bottom: 48px
    }
}

@media (max-width: 999px) {
    .error-p {
        margin-bottom: 32px
    }
}

.error-btn {
    padding: 18px 32px;
    margin-right: auto
}

@media (max-width: 999px) {
    .error-btn {
        padding: 16px 24px
    }
}

.cart {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(calc(-50% + 50px));
    transition-duration: .4s;
    z-index: 100;
    max-width: 1192px;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 13px;
    max-height: calc(100vh - 200px);
    padding: 80px 32px 32px 32px;
    opacity: 0;
    visibility: hidden
}

@media (max-width: 1549px) {
    .cart {
        max-width: 872px;
        max-height: calc(100vh - 100px)
    }
}

@media (max-width: 999px) {
    .cart {
        max-width: 100%;
        max-height: 100%;
        height: 100vh;
        border-radius: 0;
        padding: 0
    }
}

.cart__top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px
}

@media (max-width: 999px) {
    .cart__top {
        margin-bottom: 0;
        padding: 20px 40px;
        border-bottom: 1px solid #DCDCDC
    }
}

@media (max-width: 759px) {
    .cart__top {
        padding: 20px 16px
    }
}

.cart-title {
    color: #262626;
    margin-right: 16px
}

@media (max-width: 999px) {
    .cart-title {
        margin-right: 12px
    }
}

@media (max-width: 999px) {
    .cart svg {
        height: 25px
    }
}

@media (max-width: 759px) {
    .cart svg {
        height: 21px
    }
}

.cart-quantity {
    color: #808F95;
    margin-left: 16px
}

@media (max-width: 999px) {
    .cart-quantity {
        margin-right: auto;
        margin-left: 12px
    }
}

.cart-close {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
    transition-duration: .4s
}

@media (max-width: 999px) {
    .cart-close {
        position: static;
        margin-left: auto;
        width: 21px;
        height: 21px
    }
}

.cart-close:hover path {
    stroke: #F4B400
}

.cart-close path {
    transition-duration: .4s
}

.cart__products {
    display: flex;
    flex-direction: column;
    overflow: auto;
    max-height: calc(100vh - 475px);
    padding-right: 10px
}

@media (max-width: 1549px) {
    .cart__products {
        max-height: calc(100vh - 375px)
    }
}

@media (max-width: 999px) {
    .cart__products {
        max-height: calc(100vh - 174px);
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 20px
    }
}

@media (max-width: 759px) {
    .cart__products {
        padding: 0 16px 16px 16px;
        height: calc(100vh - 168px)
    }
}

.cart__product {
    display: flex;
    padding: 16px 0
}

.cart__product:not(:last-child) {
    border-bottom: 1px solid #DDE6EA
}

.cart__product * {
    -webkit-user-select: none;
    user-select: none
}

.cart__product-remove {
    margin-right: 24px;
    cursor: pointer
}

@media (max-width: 999px) {
    .cart__product-remove {
        margin-right: 16px
    }
}

@media (max-width: 759px) {
    .cart__product-remove {
        margin-right: 8px
    }
}

@media (max-width: 759px) {
    .cart__product-remove svg {
        width: 21px;
        height: 21px
    }
}

.cart__product-remove:hover svg path {
    fill: #F4B400
}

.cart__product-remove svg path {
    transition-duration: .4s
}

.cart__product-img {
    margin-right: 24px;
    display: flex
}

@media (max-width: 999px) {
    .cart__product-img {
        margin-right: 16px
    }
}

@media (max-width: 759px) {
    .cart__product-img {
        margin-right: 8px
    }
}

.cart__product-img img {
    width: 128px;
    min-width: 128px;
    height: 128px
}

@media (max-width: 1549px) {
    .cart__product-img img {
        width: 104px;
        min-width: 104px;
        height: 104px
    }
}

@media (max-width: 999px) {
    .cart__product-img img {
        width: 96px;
        min-width: 96px;
        height: 96px
    }
}

@media (max-width: 759px) {
    .cart__product-img img {
        width: 56px;
        min-width: 56px;
        height: 56px
    }
}

.cart__product-right {
    display: flex;
    flex-grow: 1
}

@media (max-width: 999px) {
    .cart__product-right {
        flex-wrap: wrap
    }
}

.cart__product-text {
    display: flex;
    flex-direction: column;
    margin-right: 57px
}

@media (max-width: 1549px) {
    .cart__product-text {
        margin-right: 24px;
        max-width: 313px
    }
}

@media (max-width: 999px) {
    .cart__product-text {
        max-width: 100%;
        width: 100%;
        margin-bottom: 16px
    }
}

@media (max-width: 759px) {
    .cart__product-text {
        margin-bottom: 12px
    }
}

.cart__product-article {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

@media (max-width: 999px) {
    .cart__product-article {
        margin-bottom: 4px
    }
}

.cart__product-article span {
    color: #ABABAB;
    margin-right: 8px
}

@media (max-width: 759px) {
    .cart__product-article span {
        margin-right: 4px
    }
}

.cart__product-title {
    color: #262626
}

.cart__product-calc {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DDE6EA;
    border-radius: 13px;
    margin-bottom: auto;
    padding: 12px 16px;
    margin-right: auto
}

@media (max-width: 999px) {
    .cart__product-calc {
        padding: 8.5px 12px
    }
}

.cart__product-calc svg {
    cursor: pointer
}

.cart__product-calc svg:hover path {
    fill: #F4B400
}

.cart__product-calc svg path {
    transition-duration: .4s
}

.cart__product-calc span {
    margin: 0 16px;
    color: #262626;
    width: 30px;
    text-align: center
}

@media (max-width: 999px) {
    .cart__product-calc span {
        width: 27px;
        margin: 0 12px
    }
}

.cart__product-price {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.cart__product-price-new {
    color: #F40049;
    margin-bottom: 2px
}

@media (max-width: 999px) {
    .cart__product-price-new {
        margin-bottom: 0
    }
}

@media (max-width: 759px) {
    .cart__product-price-new {
        margin-bottom: 2px
    }
}

.cart__product-price-old {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #ABABAB
}

@media (max-width: 1549px) {
    .cart__product-price-old {
        font-size: 14px
    }
}

@media (max-width: 999px) {
    .cart__product-price-old {
        font-size: 13px
    }
}

@media (max-width: 759px) {
    .cart__product-price-old {
        font-size: 11px
    }
}

.cart__bot {
    padding-top: 32px;
    margin-top: 16px;
    border-top: 1px solid #DDE6EA;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 999px) {
    .cart__bot {
        margin-top: auto;
        padding: 16px 40px
    }
}

@media (max-width: 759px) {
    .cart__bot {
        padding: 16px
    }
}

@media (max-width: 999px) {
    .cart__bot .btn-border-silver {
        display: none
    }
}

.cart__bot-right {
    display: flex;
    align-items: center
}

@media (max-width: 999px) {
    .cart__bot-right {
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between
    }
}

.cart__bot-title {
    color: #565656;
    margin-right: 16px
}

.cart__bot-price {
    color: #262626;
    margin-right: 40px
}

@media (max-width: 1549px) {
    .cart__bot-price {
        margin-right: 32px
    }
}

@media (max-width: 999px) {
    .cart__bot-price {
        margin-right: 0
    }
}

.cart__bot .btn-yellow {
    padding: 16px 25px
}

@media (max-width: 999px) {
    .cart__bot .btn-yellow {
        width: 100%;
        margin-top: 8px;
        padding: 10px
    }
}

.cart.active {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%)
}
