

/* Start:/local/templates/tarox.new/components/bitrix/news.list/banners/style.css?1773229736128*/
swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-css-mode > .swiper-wrapper {
    overflow: hidden !important;
}
/* End */


/* Start:/local/templates/tarox.new/template_styles.css?1773229735250838*/
:root {
    --base-color-text: #fff;
    --base-color-text-reverse: #111;
    --base-color-text-20: rgba(255, 255, 255, 0.2);
    --base-color-text-50: rgba(255, 255, 255, 0.5);
    --base-color-text-80: rgba(255, 255, 255, 0.8);
    --base-color-bg: #111;
    --base-color-bg-reverse: #fff;
    --base-color-bg-60: rgba(0, 0, 0, 0.6);
    --base-color-bg-80: rgba(0, 0, 0, 0.8);
}

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    font-size: 19px;
    line-height: normal;
    font-family: Vogue Highline Sans,Arial,Helvetica,sans-serif;
    color: var(--base-color-text);
    background: var(--base-color-bg);
}

a {
    text-decoration: none;
    color: var(--base-color-text);
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    color: var(--base-color-text);
}

img {
    height: auto;
    max-width: 100%;
    border: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.heading {
    font-size: 24px;
    text-transform: uppercase;

    color: var(--base-color-text);
    text-align: center;
    margin: 0;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .heading {
        font-size: 19px;
    }
}

.heading-page {
    font-size: 24px;
    margin-bottom: 0;
    padding: 37px 0;

    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 767px) {
    .heading-page {
        padding: 40px 0;
    }
}

.heading-sub {
    max-width: 606px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 767px) {
    .heading-sub {
        font-size: 19px;
        line-height: 18px;
    }
}

.page-shipping .heading-page,
.page-return .heading-page {
    padding: 51px 30px 40px 30px;
}

/*________  body-no-scroll  ________*/
.body-no-scroll {
    overflow: hidden;
}

/*________  buttons  ________*/
.btn-default {
    border: none;
    background: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    color: var(--base-color-text-50);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    text-transform: none;
    font-weight: normal;
}

.btn-default:hover {
    color: var(--base-color-text-reverse);
}

.btn-default-catalog {
    margin-bottom: 12px;
}

.btn-default-catalog:last-child {
    margin-bottom: 0;
}

.btn-default:focus {
    outline: none;
}

.btn-default-with-icon-right {
    text-transform: uppercase;
    color: var(--base-color-text);
    letter-spacing: 1.5px;
    font-size: 20px;
    font-weight: 600;
    margin-top: -2px;
}

.btn-default-with-icon-right .icon {
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    margin-left: 16px;
    display: inline-block;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.btn-default-with-icon-right:hover,
.btn-default-with-icon-right:focus,
.btn-default-with-icon-right:active {
    color: var(--base-color-text);
}

.btn-default-with-icon-right:hover .icon,
.btn-default-with-icon-right:focus .icon,
.btn-default-with-icon-right:active .icon {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.btn-def {
    padding: 13px 30px;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    color: var(--base-color-text);
    font-weight: 600;
    font-size: 18px;
    border: none;
    border: solid 1px transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 150px;
    text-transform: uppercase;
}

.btn-def:focus {
    outline: none;
}

.btn-def-white {
    color: var(--base-color-text-reverse);
    background: var(--base-color-bg-reverse);
    border-color: var(--base-color-text-reverse);
}

.btn-def-white:hover,
.btn-def-white:focus {
    background: var(--base-color-bg);
    border-color: var(--base-color-text);
    color: var(--base-color-text);
}

.btn-def-black {
    background: var(--base-color-bg);
    border-color: var(--base-color-text);
}

.btn-def-black:hover {
    border-color: var(--base-color-text-reverse);
    color: var(--base-color-text-reverse);
    background-color: var(--base-color-text);
}

.btn-def-gray {
    background: #eaeaea;
    color: var(--base-color-text-50);
}

.pay-btn {
    position: relative;
}

.pay-btn .img-hover {
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.pay-btn:hover .img-hover {
    opacity: 1;
}

/*________  End buttons  ________*/
.text-with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-with-icon .icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.text-with-icon .text {
    font-size: 19px;
    max-width: 168px;
    display: inline-block;
}

.white-text {
    color: var(--base-color-text);
}

.black-text {
    color: var(--base-color-text-reverse);
}

.black-text a {
    color: var(--base-color-text-reverse);
}

.green {
    color: #35a833;
}

/*________  remove arrows from number  ________*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
}

/*________  End remove arrows from number  ________*/
/*________  .style of input  ________*/

input::-webkit-input-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    opacity: 1;
}

input::placeholder {
    opacity: 1;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='url']:focus,
input[type='text']:focus,
input[type='number']:focus {
    outline: none;
    box-shadow: none;
}

input[type='email'].input-default,
input[type='number'].input-default,
input[type='password'].input-default,
input[type='tel'].input-default,
input[type='url'].input-default,
input[type='text'].input-default,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    height: 32px;
    outline: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #111;
    font-size: 19px;
    padding: 0 30px 12px 0;
    background: transparent;
}

input[type='email'].field-error,
input[type='number'].field-error,
input[type='password'].field-error,
input[type='tel'].field-error,
input[type='url'].field-error,
input[type='text'].field-error {
    border-color: #dd4c4c !important;
}

input[type='email'].input-default:required:invalid,
input[type='number'].input-default:required:invalid,
input[type='password'].input-default:required:invalid,
input[type='tel'].input-default:required:invalid,
input[type='url'].input-default:required:invalid,
input[type='text'].input-default:required:invalid {
    border-color: #dd4c4c !important;
}

.field-error-text {
    font-size: 19px;
    color: #dd4c4c;
    display: block;
}

@media (max-width: 991px) {
    .field-error-text {
        padding: 10px 0 0;
    }
}

textarea {
    height: 91px;
    border: solid 1px var(--base-color-text-50);
    resize: none;
    padding: 12px 15px;

    font-size: 18px;
    color: #111;
}

@media (max-width: 767px) {
    textarea {
        font-size: 19px;
    }
}

textarea::-moz-placeholder {
    color: var(--base-color-text-50);

    font-size: 18px;
}

@media (max-width: 767px) {
    textarea::-moz-placeholder {
        font-size: 19px;
    }
}

textarea::-webkit-input-placeholder {
    color: var(--base-color-text-50);

    font-size: 18px;
}

@media (max-width: 767px) {
    textarea::-webkit-input-placeholder {
        font-size: 19px;
    }
}

textarea::-webkit-input-placeholder {
    opacity: 1;
}

textarea:-ms-input-placeholder {
    opacity: 1;
}

textarea::placeholder {
    opacity: 1;
}

/*________  .option-radio-default  ________*/
.options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.option-radio-default {
    position: relative;
    color: #333333;
    margin-right: 10px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.option-radio-default:last-child {
    margin-right: 0;
}

.option-radio-default input[type='radio'] {
    display: none;
}

.option-radio-default label {
    margin-bottom: 0;
}

.option-radio-default label span {
    font-size: 20px;
    color: var(--base-color-text-50);
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.option-radio-default input[type='radio']:checked + label span {
    border-color: var(--base-color-text);
    color: var(--base-color-text);
}

.option-radio-default input[type='radio']:disabled + label span {
    text-decoration: line-through;
}

.option-checkbox {
    position: relative;
    color: #333333;
}

.option-checkbox span {
    display: inline-block;
}

.option-checkbox input[type='checkbox'] {
    display: none;
}

.option-checkbox label {
    padding-left: 26px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    color: var(--base-color-text);
}

.option-checkbox label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border: solid 1px var(--base-color-text);
    background: var(--base-color-bg);
}

.option-checkbox label::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 4px;
    background-image: url(/local/templates/tarox.new/img/svg/done.svg);
    background-position: 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    opacity: 0;
}

.option-checkbox input[type='checkbox']:checked + label::after {
    opacity: 1;
}

/*________  .form-default  ________*/
.form-default .form-group {
    margin-bottom: 0;
    padding-bottom: 16px;
}

.form-default .form-group-btn {
    padding-top: 14px;
}

.form-default {
    color: #111;
}

.form-default__title {
    font-size: 22px;

    text-transform: uppercase;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .form-default__title {
        font-size: 20px;
    }
}

.form-default__sub-title {
    font-size: 18px;
    padding-bottom: 20px;
}

.form-default input.input-default {
    color: #111;
    font-size: 20px;
    padding: 9px 9px 9px 26px;
    border-color: rgba(0, 0, 0, 0.5);
}

.form-default .input-field {
    position: relative;
}

.form-default .input-field__icon {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 14px;
    height: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-default .input-field__icon img {
    width: 100%;
}

.form-default .input-field__icon svg {
    width: 100%;
    height: 100%;
}

/*________  overlay ________*/
.overlay {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: rgba(17, 17, 17, 0.5);
    z-index: 3;
}

.overlay.show {
    opacity: 1;
    visibility: visible;
}

.category-product-wrapper.active {
    -webkit-animation: fadeInOut 2s ease-out 1;
    animation: fadeInOut 2s ease-out 1;
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/*________ header ________*/
.header-white-text {
    background: rgba(0, 0, 0, 0.6);
    transition: 0.25s ease-in-out;
}

.header-black-text {
    background: rgba(255, 255, 255, 0.6);
    transition: 0.25s ease-in-out;
}

.header-black-text:hover,
.header-white-text:hover,
.header-white {
    background: #fff;
}

.header-white-text:not(.header-white, :hover) .menu-main__icon .burger::before,
.header-white-text:not(.header-white, :hover) .menu-main__icon .burger::after {
    border-color: #fff;
}

.header-white .menu-main > ul > li > a {
    color: #111;
}

.header-white-text:not(.header-white, :hover) .menu-main > ul > li > a {
    color: #fff;
}

.header-white-text:not(.header-white, :hover) .menu-main > ul > li > a span:before {
    background: #fff;
}

.header-white-text:not(.header-white, :hover) .logo svg path {
    fill: #fff;
}

.header-white-text:not(.header-white, :hover) .language-nav {
    color: #fff;
}

.header-white-text:not(.header-white, :hover) .language-nav .btn-default.active,
.header-white-text:not(.header-white, :hover) .language-nav .btn-default:hover {
    color: #fff;
}

.header-white-text:not(.header-white, :hover) .action-item-favorites svg path,
.header-white-text:not(.header-white, :hover) .action-item-cart svg path,
.header-white-text:not(.header-white, :hover) .action-item-search svg path {
    fill: #fff;
}

.header-white-text:not(.header-white, :hover) .action-item-account svg path {
    stroke: #fff;
}

.header-white-text:not(.header-white, :hover) .action-item-account circle {
    stroke: #fff;
}

.header-white-text:not(.header-white, :hover) .action-item-cart__counter {
    background: #fff;
}

.header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 60px 5px;
}

@media (max-width: 767px) {
    .header {
        padding: 14px 14px;
    }
}

.header-line {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 0 30px;
}

.header .part-left {
    display: flex;
    align-items: center;
}

.header .part-right {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}

.header .part-center {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .header-line {
        gap: 0 20px;
    }
}

@media (max-width: 767px) {
    .header-line {
        gap: 0 15px;
    }
}

@media (max-width: 1199px) {
    .part-right .language-nav {
        display: none;
    }
}

.logo {
    display: block;
    max-width: 200px;
    width: 100%;
    height: 55px;
}

@media (max-width: 767px) {
    .logo {
        max-width: 100px;
        height: 32px;
        margin-left: 0;
        margin-right: 0;
    }
}

.logo svg {
    width: 100%;
    height: 100%;
}

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

@media (max-width: 1199px) {
    .menu-main {
        display: none;
    }
}

.menu-main__icon {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 0 0 0 -5px;
    cursor: pointer;
    transition: 0.35s;
}

.menu-main__icon.menu-shown {
    opacity: 0;
    pointer-events: none;
}

.menu-main__icon .burger {
    position: relative;
    display: block;
    width: 30px;
    height: 10px;
    margin: 0 auto;
}

.menu-main__icon .burger::before,
.menu-main__icon .burger::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    border: solid 1px #111;
}

.menu-main__icon .burger::before {
    top: 0;
}

.menu-main__icon .burger::after {
    bottom: 0;
}

.menu-main > ul {
    display: flex;
}

.menu-main > ul > li {
    position: relative;
    cursor: pointer;
}

.menu-main > ul > li:hover .submenu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.menu-main > ul > li:last-child a {
    margin-right: 0;
}

.menu-main > ul > li > a {
    position: relative;
    font-size: 19px;
    font-weight: 400;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    margin-bottom: -37px;
    padding: 37px 18px;
}

@media (max-width: 1385px) {
    .menu-main > ul > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.menu-main > ul > li > a span {
    position: relative;
}

.menu-main > ul > li > a span:before {
    content: '';
    position: absolute;
    opacity: 0;
    left: 0;
    bottom: -7px;
    width: -webkit-calc(100%);
    width: calc(100%);
    height: 2px;
    z-index: 3;
    background-color: var(--base-color-text-reverse);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.menu-main > ul > li:hover > a span:before {
    opacity: 1;
}

.submenu {
    width: 100vw;
    position: fixed;
    left: 0;
    top: 65px;
    padding: 19px 60px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--base-color-bg-reverse);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    display: none;
}

.submenu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 60px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 1px;
    background-color: rgba(17, 17, 17, 0.2);
}

.submenu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.submenu-item-list {
    padding-left: 17px;
    padding-top: 13px;
}

@media (max-width: 1385px) {
    .submenu-item-list {
        padding-left: 10px;
    }
}

.submenu-item-images {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -8px;
    height: 160px;
}

.submenu a {
    font-size: 19px;
    color: var(--base-color-text-50);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.submenu ul {
    margin-right: 90px;
}

.submenu ul:last-child {
    margin-right: 0;
}

.submenu li a {
    line-height: 28px;
}

.submenu li:hover a,
.submenu li:focus a,
.submenu li.active a {
    color: var(--base-color-text-reverse);
}

.submenu-item-img-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.submenu-item-img-wrapper.show .submenu-item-img__item {
    display: block;
}

.submenu-item-img__item {
    margin: 0 8px;
    display: none;
}

.submenu-item-list ul {
    -webkit-column-count: 3;
    column-count: 3;
    width: 100%;
}

.language-nav {
    color: var(--base-color-text-50);
    margin-right: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.language-nav span {
    display: inline-block;
    padding: 0 5px;
}

.language-nav .btn-default {
    text-transform: uppercase;
}

.language-nav .btn-default.active {
    color: var(--base-color-text-reverse);
    font-weight: bold;
}

.language-nav .btn-default:focus {
    outline: none;
}

.actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.action-item {
    margin-right: 15px;
    cursor: pointer;
    position: relative;
}

@media (max-width: 767px) {
    .action-item {
        margin-right: 14px;
    }
}

.action-item:last-child {
    margin-right: 0;
}

.action-item-icon {
    display: block;
    width: 22px;
    height: 24px;
}

.action-item-icon:hover svg path,
.action-item-icon:focus svg path {
    fill: #999;
}

.action-item-icon svg {
    width: 100%;
    height: 100%;
}

.action-item-icon svg path,
.action-item-icon svg circle {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media (max-width: 767px) {
    .action-item-icon {
        width: 16px;
    }
}

.action-item-search {
    margin-right: 47px;
}

@media (max-width: 1199px) {
    .action-item-search {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .action-item-search {
        margin-right: 14px;
    }
}

.action-item-search .action-item-icon {
    width: 28px;
    margin-top: 3px;
}

@media (max-width: 767px) {
    .action-item-search .action-item-icon {
        width: 18px;
    }
}

.action-item-favorites {
    position: relative;
    display: flex;
    align-items: center;
}

.action-item-favorites .action-item-icon {
    width: 18px;
    height: 25px;
}

.action-item-favorites .action-item-cart__counter {
    right: -3px;
}

@media (max-width: 1199px) {
    .action-item-favorites {
        display: none;
    }
}

.action-item-account {
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .action-item-account {
        display: none;
    }
}

.action-item-account .action-item-icon {
    height: 29px;
}

.action-item-account:hover svg circle,
.action-item-account:hover svg path {
    stroke: #999;
}

.action-item-account:hover svg path {
    fill: transparent;
}

@media (max-width: 1199px) {
    .action-item-cart {
        margin-right: 0;
    }
}

.action-item-cart__counter {
    width: 9px;
    height: 9px;
    background: #111;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media (max-width: 767px) {
    .action-item-cart__counter {
        width: 5px;
        height: 5px;
        top: 6px;
    }
}

.action-item-cart:hover .action-item-cart__counter,
.action-item-favorites:hover .action-item-cart__counter {
    background: #999;
}

.mobile-nav {
    position: fixed;
    z-index: 110;
    top: 0;
    left: -100%;
    display: block;
    width: 320px;
    height: 100%;
    overflow-y: auto;
    transition: left 0.3s ease;
}

.mobile-nav.show {
    left: 0;
}

.mobile-nav-overlay {
    position: fixed;
    z-index: 109;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: var(--base-color-bg-60);
    transition: opacity 0.35s ease;
    opacity: 0;
    cursor: pointer;
}

.mobile-nav.show + .mobile-nav-overlay {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.mobile-menu-wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-height: 100dvh;
    padding: 20px 30px 20px 60px;
    color: var(--base-color-text);
    background: var(--base-color-bg-80);
    overflow: auto;
}

.mobile-menu-wrapper .shell {
    width: 100%;
}

.mobile-menu-top-panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px;
}

.mobile-menu-bottom-panel {
    width: 100%;
    padding: 30px 0 0 0;
    margin: auto 0 0 0;
}

.mobile-menu-item {
    border-bottom: 1px solid var(--base-color-text-20);
}

.mobile-menu-link {
    display: block;
    padding: 10px 0;
    font-size: 19px;
    color: var(--base-color-text);

    text-transform: uppercase;
    transition: 0.25s;
}

.mobile-menu-link:hover,
.mobile-menu-link:active {
    color: var(--base-color-text);
}

.is-parent > .mobile-menu-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.mobile-menu-link .icon {
    width: 16px;
    height: 16px;
    transform: rotate(0deg);
    transition: 0.25s;
}

.mobile-menu-link.active .icon {
    transform: rotate(180deg);
}

.mobile-menu-link .icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--base-color-text);
    object-fit: contain;
}

.mobile-menu-link:hover,
.mobile-menu-link:active,
.mobile-menu-link.selected {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
}

.mobile-menu-sub {
    max-height: 0;
    padding: 0;
    opacity: 0;
    transition: 0.35s ease-in-out;
    overflow: hidden;
}

.active + .mobile-menu-sub {
    max-height: 100dvh;
    padding: 4px 0 10px;
    opacity: 1;
}

.mobile-menu-sub-item + .mobile-menu-sub-item {
    margin: 4px 0 0 0;
}

.mobile-menu-sub-link {
    display: block;
    padding: 4px 0;
    font-size: 20px;
    color: var(--base-color-text);
    opacity: 0.6;
    transition: 0.25s;
}

a.mobile-menu-sub-link:hover,
a.mobile-menu-sub-link:active,
.mobile-menu-sub-link.selected {
    color: var(--base-color-text);
    opacity: 1;
}

.mobile-nav .user-account__title {
    font-size: 18px;
    color: var(--base-color-text);
    padding: 0 0 0 8px;
}

.mobile-nav .user-account a {
    display: flex;
    align-items: center;
    font-weight: 600;
}

.mobile-nav .user-account svg path,
.mobile-nav .user-account svg circle {
    stroke: var(--base-color-text);
}

.mobile-nav .user-favorites {
    margin: 8px 0 0 0;
}

.mobile-nav .user-favorites-icon {
    width: 19px;
    line-height: 1;
    text-align: center;
}

.mobile-nav .user-favorites-icon svg {
    display: inline-block;
    width: 12px;
    height: auto;
}

.mobile-nav .user-favorites-icon svg path {
    stroke: none;
    fill: var(--base-color-text);
}

.mobile-nav .language-nav {
    margin-right: 0;
}

.mobile-nav .language-nav .btn-default {
    text-transform: uppercase;
}

.mobile-nav .language-nav .btn-default:hover,
.mobile-nav .language-nav .btn-default.active {
    color: var(--base-color-text);
    font-weight: 600;
}

.mobile-nav .close-btn {
    width: 30px;
    height: 30px;
    margin: 0 0 0 -5px;
    cursor: pointer;
}

.mobile-nav .close-btn svg path {
    fill: var(--base-color-text);
}

.socials-list {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 15px;
}

.socials-list a {
    display: block;
    padding: 4px 0;
    font-size: 19px;
    color: var(--base-color-text);
    opacity: 0.6;
    transition: 0.25s;
}

.socials-list a:hover,
.socials-list a:active {
    opacity: 1;
}

.mobile-menu-socials {
    margin: 20px 0 0 0;
}

@media (max-width: 767px) {
    .mobile-no-scroll {
        overflow: hidden;
    }

    .mobile-no-scroll jdiv {
        display: none !important;
    }

    .mobile-nav {
        width: 100%;
        min-width: initial;
    }

    .mobile-menu-wrapper {
        max-height: 100dvh;
        padding: 14px 14px;
    }

    .mobile-menu-top-panel {
        padding: 0 0 10px;
    }

    .mobile-menu-sub-link {
        padding: 8px 0;
    }
}

.search-wrapper {
    background: #fff;
    width: 350px;
    height: 40px;
    border: 1px solid #e7e7e7;
}

@media (max-width: 767px) {
    .search-wrapper {
        width: 100vw;
    }
}

.search-page {
    margin: 0 0 30px 0;
}

.search-page .search-wrapper {
    width: 100%;
}

.search-wrapper .shell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.search-wrapper .icon {
    width: 46px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: none;
    border: none;
}

.search-wrapper .icon-search {
    position: relative;
}

.search-wrapper .icon-search:before {
    content: '';
    position: absolute;
    right: 0;
    top: 7px;
    width: 1px;
    height: -webkit-calc(100% - 14px);
    height: calc(100% - 14px);
    background: #e7e7e7;
}

.search-wrapper input.input-default {
    font-size: 20px;
    color: var(--base-color-text-50);
    padding: 0 0 0 15px;
    width: -webkit-calc(100% - 89px);
    width: calc(100% - 89px);
}

@media (max-width: 767px) {
    .search-wrapper input.input-default {
        font-size: 18px;
    }
}

.header .action-item-search {
    position: relative;
}

.header .search-wrapper {
    position: absolute;
    top: -8px;
    right: -webkit-calc(100% - 24px);
    right: calc(100% - 24px);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .header .search-wrapper {
        position: fixed;
        width: -webkit-calc(100vw - 60px);
        width: calc(100vw - 60px);
        left: 0;
        top: 13px;
        z-index: 2;
    }
}

.header .search-wrapper.show {
    right: -webkit-calc(100% + 24px);
    right: calc(100% + 24px);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .header .search-wrapper.show {
        right: inherit;
        left: 30px;
    }
}

.header .action-item-search .search-wrapper svg path {
    fill: #111;
}

/*________ End header ________*/
/*________ footer ________*/
.footer {
    position: relative;
    display: flex;
    padding: 60px 61px;
    background: var(--base-color-bg);
    color: var(--base-color-text);
}

@media (max-width: 767px) {
    .footer {
        padding: 63px 30px 30px;
    }
}

.footer a {
    color: var(--base-color-text);
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    padding-bottom: 1px;
}

.footer a:hover {
    border-color: var(--base-color-text-50);
}

.footer .logo:hover {
    border-color: transparent;
}

.footer-socials a {
    text-transform: uppercase;
}

.footer-menu {
    padding-bottom: 36px;
    padding-top: 8px;
}

.footer-menu li {
    margin-bottom: 9px;
}

.footer-menu a {
    font-size: 18px;
    color: var(--base-color-text);
}

.footer .logo {
    margin: 0 auto;
}

.footer .logo svg path {
    fill: #fff;
}

@media (max-width: 991px) {
    .footer .logo {
        max-width: 200px;
        height: 50px;
    }
}

.footer-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0 30px;
    width: 100%;
}

.footer-grid-left {
    grid-row: 1 / 3;
    padding: 14px 0 0 0;
}

.footer-grid-center-top {
    text-align: center;
}

.footer-grid-center-bottom {
    padding: 14px 0 0 0;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    text-align: center;
}

.footer-grid-right {
    padding: 14px 0 0 0;
    grid-column: 3 / 4;
    grid-row: 1 / 3;
}

@media (max-width: 991px) {
    .footer-grid {
        grid-template-columns: 100%;
        gap: 14px;
    }

    .footer-grid-left {
        padding: 0;
        grid-row: initial;
    }

    .footer-grid-center-bottom {
        order: 2;
        grid-column: initial;
        grid-row: initial;
        text-align: center;
    }

    .footer-grid-right {
        padding: 0;
        grid-column: initial;
        grid-row: initial;
        text-align: center;
    }

    .footer-socials {
        padding: 0;
    }

    .footer-socials .socials-list {
        justify-content: center;
    }
}

.networks {
    display: flex;
}

.networks li {
    margin-right: 12px;
}

.networks li svg path {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.networks li a {
    border-bottom: none;
}

.networks li:last-child {
    margin-right: 0;
}

.networks li:hover svg path {
    fill: var(--base-color-text-50);
}

.pay-wrapper {
    display: flex;
    justify-content: center;
    margin: 14px 0 0 0;
}

.pay-item {
    margin: 0 10px;
}

.link-politics {
    text-align: center;
}

.link-politics a {
    border-bottom: solid 1px var(--base-color-text-50);
    transition: 0.25s ease-in-out;
    font-size: 19px;
}

.link-requisites {
    font-size: 19px;
    line-height: 1.8;
}

.link-requisites a {
    font-size: 19px;
    line-height: 1.8;
    border: none;
    opacity: 0.25;
}

.link-requisites a:hover {
    border: none;
}

.link-politics a:hover {
    border-color: transparent;
}

.copyright {
    font-size: 19px;
}

.form-footer {
    position: relative;
    width: 259px;
    margin: 0 0 0 auto;
}

.form-footer input.input-default {
    padding: 6px 30px 6px 0;
    color: var(--base-color-text-50);
}

.form-footer .form-group {
    margin: 0;
}

.form-footer__title {
    padding-bottom: 15px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .form-footer {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .form-footer__title {
        font-size: 19px;
        padding-bottom: 13px;
    }
}

.form-footer .btn-submit {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.dev-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 39px;
}

@media (max-width: 991px) {
    .dev-logo {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 15px;
    }
}

.dev-logo__title {
    color: var(--base-color-text-50);
    font-size: 19px;
}

.dev-logo__item-left a {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("/local/templates/tarox.new/img/sprite/telegram.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    border-bottom: none;
}

@media screen and (max-width: 991px) {
    .d-block.d-lg-none {
        display: flex !important;
        align-items: center;
        justify-content: space-around;
        margin-top: 19px;
    }
}

@media (max-width: 767px) {
    .dev-logo__title {
        font-size: 8px;
    }
}

.dev-logo__img {
    margin-left: 7px;
    width: 20px;
}

@media (max-width: 767px) {
    .dev-logo__img {
        width: 14px;
    }

    .dev-logo__img svg path {
        fill: var(--base-color-text-50);
    }
}

.modal-content {
    border: none;

    align-items: center;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: default;
}

.fancybox-slide--html {
    padding: 0;
}

.modal-sm .fancybox-button svg,
.modal-md .fancybox-button svg,
.modal-lg .fancybox-button svg {
    display: none;
}

.fancybox-slide--html .fancybox-close-small {
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fancybox-slide--html .fancybox-close-small:after {
    display: none;
}

.fancybox-slide--html .fancybox-close-small:before {
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(/local/templates/tarox.new/img/svg/close-black.svg);
    background-position: 50%;
}

.fancybox-bg {
    background: #000;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.5;
}

.modal {
    padding: 26px 47px 40px 48px;
}

@media (max-width: 991px) {
    .modal {
        padding: 30px;
    }
}

.modal-title {
    font-size: 22px;
    text-transform: uppercase;

    padding-bottom: 20px;
    padding-top: 5px;
}

.modal-lg {
    max-width: 1140px;
    width: 100%;
}

.modal-md {
    max-width: 955px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.modal-md.modal-login-account {
    max-width: 800px;
}

.modal-sm {
    max-width: 555px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.modal-content {
    width: 100%;
    color: #111;
}

.modal-message {
    padding: 0;
}

.modal-message .modal-content {
    display: flex;
    flex-direction: row;
}

@media (max-width: 575px) {
    .modal-message .modal-content {
        flex-direction: column;
    }
}

.modal-message .modal-info {
    padding: 30px 49px 15px;
    width: 100%;
}

@media (max-width: 767px) {
    .modal-message .modal-info {
        padding: 30px;
    }
}

.modal-message .modal-title {
    color: #dd4c4c;
    font-size: 20px;
    text-transform: uppercase;

    padding-bottom: 24px;
}

@media (max-width: 767px) {
    .modal-message .modal-title {
        padding-bottom: 12px;
    }
}

@media (max-width: 575px) {
    .modal-message .fancybox-close-small:before {
        background-image: url(/local/templates/tarox.new/img/svg/close.svg);
    }
}

.modal-message .category-product-info {
    position: relative;
    padding: 0;
    color: #111;
}

.modal-message .category-product__title {
    font-size: 22px;

    padding-bottom: 12px;
}

@media (max-width: 767px) {
    .modal-message .category-product__title {
        font-size: 20px;
    }
}

.modal-message .category-product__price {
    font-weight: 600;
    font-size: 19px;
}

.modal-message .category-product__status {
    font-size: 19px;
}

.modal-img {
    max-width: 455px;
    width: 100%;
    position: relative;
    height: 550px;
}

.modal-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.modal-img:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(#111111));
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
    opacity: 0.5;
}

@media (max-width: 575px) {
    .modal-img {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        min-height: 45vh;
        height: 45vh;
    }
}

.product-availability-message .modal-info {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .product-availability-message .modal-info {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .login-account {
        height: 100vh;
    }
}

.login-account .form-default {
    width: 330px;
    margin-top: auto;
    margin-bottom: auto;
}

@media (max-width: 767px) {
    .login-account .form-default {
        width: 100%;
    }
}

.login-account .form-default__title {
    padding-bottom: 21px;
    text-align: center;
}

@media (max-width: 767px) {
    .login-account .form-default__title {
        text-align: left;
    }
}

.login-account .form-default__sub-title {
    text-align: center;
}

@media (max-width: 767px) {
    .login-account .form-default__sub-title {
        text-align: left;
        font-size: 19px;
        line-height: 18px;
    }
}

.login-account .form-default .form-part {
    display: none;
}

.login-account .form-default .form-part.show {
    display: block;
}

.login-account .form-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-account .form-group-bottom {
    padding-top: 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .login-account .btn-def {
        width: 100%;
    }
}

.login-account .modal-content {
    min-height: 387px;
}

@media (max-width: 767px) {
    .login-account .modal-content {
        min-height: 0;
    }
}

.btn-show-password {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 12px;
    height: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-authorization .form-default__title {
    font-size: 20px;
    color: var(--base-color-text-50);
}

.form-authorization .form-default__title .heading-form {
    padding: 0 10px;
}

@media (max-width: 767px) {
    .form-authorization .form-default__title .heading-form {
        display: block;
        padding: 0 0 8px 0;
    }

    .form-authorization .form-default__title .heading-form:last-child {
        padding-bottom: 0;
    }
}

.form-authorization .form-default__title .active {
    font-size: 22px;
    color: var(--base-color-text-reverse);
}

@media (max-width: 767px) {
    .form-authorization .form-default__title .active {
        font-size: 18px;
    }
}

.form-authorization .forgot-password,
.form-password .back-to-authorization {
    color: var(--base-color-text-50);
    border-bottom: 1px solid transparent;
}

.form-authorization .forgot-password:hover,
.form-password .back-to-authorization:hover {
    border-color: var(--base-color-text-reverse);
    color: var(--base-color-text-reverse);
}

.form-authorization .form-item {
    display: none;
}

.form-authorization .form-item.show {
    display: block;
}

.form-item-registration .form-group-bottom {
    font-size: 19px;
}

.form-item-registration .form-group-bottom a {
    border-bottom: solid 1px #111;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    line-height: 14px;
}

.form-item-registration .form-group-bottom a:hover {
    border-bottom: transparent;
}

@media (max-width: 767px) {
    .form-password .form-default__title {
        padding-bottom: 5px;
    }
}

.cart-modal {
    position: fixed;
    height: 100%;
    width: 346px;
    right: -346px;
    top: 0;
    z-index: 110;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    background: var(--base-color-bg-reverse);
    padding: 50px 30px 40px 20px;
}

@media (max-width: 767px) {
    .cart-modal {
        width: 100%;
        right: -100%;
        padding: 16px 16px 24px 16px;
    }
}

.cart-modal.show {
    right: 0;
}

.cart-modal-close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 30px;
    height: 30px;
    display: flex;
    cursor: pointer;
}

.cart-modal-close svg {
    width: 100%;
    height: 100%;
}

.mobile-close-icon {
    display: block;
    width: 11px;
}

@media (max-width: 767px) {
    .cart-modal-close {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 0 10px 0;
    }

    .cart-modal-close .close {
        display: none;
    }
}

@media (max-width: 767px) {
    .cart-modal-close {
        width: 100%;
        height: auto;
        margin-left: 0;
    }
}

.cart-modal .mobile-close {
    display: none;
}

@media (max-width: 767px) {
    .cart-modal .mobile-close {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.cart-modal .mobile-close-title {
    font-size: 19px;
    margin-left: 5px;
}

.cart-modal-wrapper {
    display: flex;
    flex-flow: column nowrap;
    height: calc(100vh - 90px);
}

.cart-modal-part {
    flex: 1 1 50%;
    width: 100%;
    max-height: calc(100% - 200px);
}

.cart-modal-part #basket-items-list-wrapper,
.cart-modal-part #basket-items-list-container {
    height: 100%;
}

.cart-modal-total {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .cart-modal-wrapper {
        height: calc(100vh - 160px);
    }

    .cart-modal-part {
        max-height: calc(100% - 192px);
    }
}

.cart-modal .cart-modal-head {
    display: none;
    font-size: 20px;
    text-transform: uppercase;

    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .cart-modal .cart-modal-head {
        display: block;
    }
}

.cart-modal-shell {
    height: 100%;
    overflow: hidden;
}

.cart-modal-scroll {
    overflow-y: scroll;
    width: calc(100% + 18px);
    height: 100%;
    border-bottom: 1px solid var(--base-color-text-50);
}

.bx-touch .cart-modal-scroll {
    width: 100%;
}

.cart-modal-bottom {
    padding: 12px 0 0 0;
    position: relative;
    width: 100%;
}

.cart-modal-bottom-hidden .cart-modal-bottom {
    display: none !important;
}


@media (max-width: 767px) {
    .cart-modal-bottom {
        padding: 12px 62px 0 0;
    }

    /*
	.cart-modal-bottom:before {
		content: '';
		position: absolute;
		left: -30px;
		top: 0;
		width: -webkit-calc(100% + 60px);
		width: calc(100% + 60px);
		border-top: solid 1px rgba(17, 17, 17, 0.1);
	}
	*/
}

.cart-modal-bottom .all-price {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
}

.cart-modal-bottom .all-price.all-price-light {
    font-weight: 400;
}

.cart-modal-bottom .all-price .stroke {
    text-decoration: line-through;
}

.cart-modal-bottom .all-price-current {
    font-size: 22px;
}

.cart-modal-bottom .product-btn-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
}

.cart-modal-bottom .product-btn-panel .btn-def {
    width: 48%;
    min-width: auto;
}

.cart-modal-bottom .product-btn-panel .btn-def:last-child {
    margin-right: 0;
}

.promo-code-item {
    margin-bottom: 40px;
    margin-right: 5px;
    width: 100%;
    min-height: 60px;
}

.cart-modal-wrapper .promo-code-item {
    margin: 0;
}

.cart-modal-wrapper .promo-code-item__title {
    margin: 12px 0 0 0;
}

.promo-code-item-hidden .promo-code-item {
    display: none !important;
}

@media (max-width: 767px) {
    .promo-code-item {
        margin-bottom: 10px;
        margin-right: 0;
    }
}

.promo-code-item__title {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 9px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .promo-code-item__title {
        font-size: 19px;
    }
}

.promo-code-item__title .icon {
    margin-right: 2px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media (max-width: 767px) {
    .promo-code-item__title .icon {
        margin-right: 0;
    }
}

.promo-code-item__input {
    position: relative;
    display: none;
}

.promo-code-item__input input.input-default {
    font-size: 19px;
    border-color: var(--base-color-text-50);
    padding: 7px 20px 7px 0;
}

@media (max-width: 767px) {
    .promo-code-item__input input.input-default {
        font-size: 19px;
    }
}

.promo-code-item__input .btn-default {
    min-width: 18px;
    color: var(--base-color-text-reverse);
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    right: 0px;
    top: 7px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .promo-code-item__input .btn-default {
        font-size: 19px;
    }
}

.promo-code-item.show .promo-code-item__title .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cart-modal-shell .product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    position: relative;
}

.cart-modal-shell .product-item-close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    right: 0;
    cursor: pointer;
}

.cart-modal-shell .product-item-close svg {
    width: 100%;
    height: 100%;
}

.cart-modal-shell .product-item__img {
    display: block;
    width: 120px;
    height: 150px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cart-modal-shell .product-item__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.cart-modal-shell .product-item__part {
    padding-left: 16px;
    width: 100%;
}

.cart-modal-shell .product-item .info-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cart-modal-shell .product-item .info-panel .price-initials {
    font-size: 19px;
    margin-left: 15px;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .cart-modal-shell .product-item .info-panel .price-initials {
        margin-left: 10px;
    }
}

.cart-modal-shell .product-item .info-panel .btn-default {
    font-size: 19px;
    color: var(--base-color-text-50);
    border-bottom: 1px solid var(--base-color-text-50);
}

.cart-modal-shell .product-item .info-panel .btn-default:hover {
    border-color: transparent;
}

.cart-modal-shell .product-item .info-initials {
    font-size: 19px;
    color: var(--base-color-text-50);
}

.cart-modal-shell .product-item .info-initials-wrapper .info-panel {
    display: none;
}

.cart-modal-shell .product-item .info-initials-wrapper.show .info-initials {
    display: none;
}

.cart-modal-shell .product-item .info-initials-wrapper.show .info-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart-modal-shell .product-title {
    display: block;
    font-size: 19px;

    padding-right: 20px;
    padding-bottom: 3px;
}

.cart-modal-shell .product-preorder-message {
    display: table;
    padding: 3px 6px;
    margin: 0 0 4px 0;
    font-size: 18px;

    color: var(--base-color-text);
    text-transform: uppercase;
    background: #dd4c4c;
}

@media (max-width: 767px) {
    .cart-modal-shell .product-title {
        font-size: 8px;
    }
}

.cart-modal-shell .product-price {
    font-size: 19px;
    padding-bottom: 7px;
}

.cart-modal-shell .product-price .price-old {
    margin-left: 10px;
    font-size: 19px;
}

.cart-modal-shell .product-list {
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 3px;
}

@media (max-width: 767px) {
    .cart-modal-shell .product-list {
        font-size: 9px;
    }
}

.cart-modal-shell .product-list-wrapper {
    padding-bottom: 10px;
}

.cart-modal-shell .product-list .label-panel {
    color: var(--base-color-text-50);
    padding-right: 5px;
}

.cart-modal-shell .product-initials-form input.input-default {
    font-size: 18px;
    width: 14px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.cart-modal-shell .product-initials-form span {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: -2px;
}

.cart-modal-shell .product-calc {
    margin-bottom: 8px;
}

.cart-modal-wrapper .price-with-code {
    font-size: 18px;
    padding-bottom: 16px;
}

.cart-modal-wrapper .price-with-code .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    color: var(--base-color-text-reverse);
}

.cart-modal-wrapper .price-with-code strike {
    color: var(--base-color-text-50);
}

.product-calc {
    padding: 0;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 54px;
    width: 100%;
    margin-right: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.product-calc input {
    padding: 0;
    border: none;
    text-align: center;
    font-size: 19px;
    color: var(--base-color-text-reverse);
    width: 15px;
    background: transparent;
}

.product-calc .value-button {
    font-size: 20px;
    color: #999;
    z-index: 1;
    position: relative;
    width: 12px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.personal-order {
    max-width: 780px;
    padding: 38px 60px;
}

@media (max-width: 767px) {
    .personal-order {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.personal-order .modal-content {
    padding-top: 0;
}

.personal-order .modal-sub-title {
    text-align: center;
    max-width: 466px;
    font-size: 18px;
    line-height: 18px;
}

@media (max-width: 767px) {
    .personal-order .modal-sub-title {
        font-size: 19px;
        text-align: left;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .personal-order .modal-title {
        font-size: 18px;
        padding-bottom: 10px;
        text-align: left;
        width: 100%;
    }
}

.personal-order-wrapper {
    margin-top: 13px;
    width: 100%;
}

@media (max-width: 767px) {
    .personal-order-wrapper {
        margin-top: 10px;
    }
}

.personal-order-wrapper .form-group {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .personal-order-wrapper .form-group {
        margin-bottom: 10px;
    }
}

.personal-order-wrapper .form-group-name {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .personal-order-wrapper .form-group-name {
        font-size: 19px;
    }
}

.personal-order-wrapper .form-group-field {
    padding-bottom: 5px;
    font-size: 18px;
    color: var(--base-color-text-reverse);
}

@media (max-width: 767px) {
    .personal-order-wrapper .form-group-field {
        font-size: 8px;
    }
}

.personal-order-wrapper .info-bottom {
    font-size: 18px;
    color: var(--base-color-text-50);
    margin-top: auto;
}

@media (max-width: 767px) {
    .personal-order-wrapper .info-bottom {
        font-size: 19px;
        margin-top: 0;
    }
}

.personal-order-wrapper .option-checkbox-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-order-wrapper .option-checkbox-filter input[type='radio']:checked + label span {
    font-weight: normal;
}

@media (max-width: 767px) {
    .personal-order-wrapper .option-checkbox-filter label {
        height: 18px;
    }
}

.personal-order-wrapper .color-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.personal-order-wrapper .size-panel {
    margin: 0 0 10px 0;
}

.personal-order-wrapper .color-panel-select {
    height: 94px;
}

.personal-order-wrapper .color-panel__title {
    font-size: 20px;
    display: inline-block;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

@media (max-width: 767px) {
    .personal-order-wrapper .color-panel__title {
        font-size: 19px;
    }
}

.personal-order-wrapper .color-panel li {
    margin-bottom: 10px;
    width: 50%;
}

.personal-order-wrapper .color-panel li:last-child {
    margin-bottom: 10px;
}

.personal-order-wrapper .color-panel label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.personal-order-wrapper .color-panel__img {
    margin-right: 4px;
    margin-top: 4px;
}

.personal-order-wrapper input.input-default {
    border-color: var(--base-color-text-50);
    font-size: 20px;
}

@media (max-width: 767px) {
    .personal-order-wrapper .color-fittings-filter li {
        width: 100%;
    }
}

.personal-order-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}

.personal-order-steps li:last-child .personal-order-step:before {
    display: none;
}

@media (max-width: 767px) {
    .personal-order-steps li:first-child .personal-order-step {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .personal-order-steps {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: absolute;
        left: 0;
        top: 18px;
    }
}

.personal-order-step {
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--base-color-text-50);
    color: var(--base-color-text);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    cursor: no-drop;
    font-size: 18px;
}

.personal-order-step:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 10px;
    height: 1px;
    width: 40px;
    background: var(--base-color-text-50);
}

.personal-order .checked .personal-order-step {
    background: var(--base-color-bg);
    cursor: pointer;
}

.personal-order .active .personal-order-step {
    background: var(--base-color-bg);
    cursor: pointer;
}

.personal-order-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.personal-order-img {
    width: 230px;
    position: relative;
    flex-shrink: 0;
}

@media (max-width: 575px) {
    .personal-order-img {
        display: none;
    }
}

.personal-order-part {
    width: 49%;
}

@media (max-width: 575px) {
    .personal-order-part {
        width: 100%;
    }
}

.personal-order-nav {
    margin-top: 57px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgba(17, 17, 17, 0.1);
    width: 100%;
}

.personal-order-nav .btn-results-step {
    display: none;
}

.personal-order-nav .option-checkbox-filter span {
    font-size: 20px;
}

.step-2-content {
    height: 100%;
}

.step-2-content .shell {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

@media (max-width: 767px) {
    .step-3-content {
        margin-top: 0;
    }
}

.step-3-content .form-group {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba(17, 17, 17, 0.1);
}

.step-3-content .form-group:last-child {
    border-bottom: none;
}

@media (max-width: 767px) {
    .step-3-content .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
}

.step-3-content .option-checkbox-filter {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .step-3-content .option-checkbox-filter {
        width: 50%;
    }
}

.step-3-content .option-checkbox-filter:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .step-3-content .option-checkbox-filter:last-child {
        margin-bottom: 10px;
    }
}

.step-3-content .option-checkbox-filter label {
    height: 22px;
}

.step-3-content .information {
    margin-left: 7px;
    margin-top: 2px;
    position: relative;
}

@media (max-width: 767px) {
    .step-3-content .information {
        display: none;
    }
}

.step-3-content .information svg path {
    fill: var(--base-color-text-50);
}

.step-3-content .information-result {
    padding: 14px;
    border: solid 1px #e5e5e5;
    width: 200px;
    margin-bottom: 6px;
    position: absolute;
    right: 0;
    top: -54px;
    background: var(--base-color-bg-reverse);
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media (max-width: 767px) {
    .step-3-content .information-result {
        display: none;
    }
}

.step-3-content .information-description {
    display: none;
}

.step-3-content .information:hover .information-result {
    opacity: 1;
    z-index: 2;
}

.step-3-content .information:hover svg path {
    fill: #111;
}

.step-3-content .form-group-name {
    display: none;
}

@media (max-width: 767px) {
    .step-3-content .form-group-name {
        display: block;
    }
}

.step-4-content input.input-default {
    font-size: 18px;
}

@media (max-width: 767px) {
    .step-4-content input.input-default {
        font-size: 19px;
    }
}

.step-4-content .option-checkbox span {
    color: var(--base-color-text-reverse);
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .step-4-content .option-checkbox span {
        font-size: 19px;
    }
}

.step-4-content .product-initials .option-checkbox-filter label span {
    font-weight: 600;
    font-size: 20px;
}

@media (max-width: 767px) {
    .step-4-content .product-initials .option-checkbox-filter label span {
        font-size: 19px;
    }
}

.step-4-content .product-initials-form span {
    padding-left: 0;
    padding-right: 0;
}

.step-4-content .item {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .step-4-content .item:nth-child(2) {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .step-4-content .item:nth-child(2) .form-group-name {
        font-weight: normal;
        color: var(--base-color-text-50);
        padding-bottom: 7px;
    }
}

@media (max-width: 767px) {
    .step-4-content .product-initials-form input.input-default {
        width: 17px;
    }
}

.step-4-content .text-with-icon .icon {
    margin-top: -3px;
}

.step-4-content .text-with-icon .text {
    color: var(--base-color-text-50);
}

.step-4-content .text-with-icon svg path {
    fill: var(--base-color-text-50);
}

@media (max-width: 767px) {
    .step-5-content .form-group-name {
        font-weight: normal;
        color: var(--base-color-text-50);
        padding-bottom: 7px;
    }
}

.personal-order-content {
    display: none;
}

.personal-order-content .btn-more-info {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 19px;
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.personal-order-content .btn-more-info strong {
    font-weight: 600;
}

.personal-order-content .btn-more-info .icon {
    margin-left: 5px;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .personal-order-content .btn-more-info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .personal-order-nav {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: 25px;
        padding-top: 15px;
    }
}

.personal-order-nav .form-group-name {
    font-weight: normal;
    color: var(--base-color-text-50);
    padding-bottom: 5px;
    font-size: 18px;
}

.personal-order-nav .part-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.personal-order-nav .part-result .item {
    padding-right: 25px;
}

.personal-order-nav .part-result .item:last-child {
    padding-right: 0;
}

.personal-order-nav .part-result .option-checkbox-filter input[type='radio']:checked + label span {
    font-weight: normal;
}

@media (max-width: 767px) {
    .personal-order-nav .part-result {
        display: none;
    }
}

@media (max-width: 575px) {
    .personal-order-nav .btn-def {
        min-width: 90px;
    }
}

.send-message {
    text-align: center;
    padding: 28px 0;
    color: #000;
}

.send-message .modal-sub-title {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .send-message .modal-sub-title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .send-message .modal-title {
        font-size: 18px;
        text-align: center;
    }
}

.send-message .btn-default {
    color: var(--base-color-text-reverse);
}

@media (max-width: 767px) {
    .send-message .btn-default {
        font-size: 19px;
        margin-top: 10px;
        display: inline-block;
    }
}

.send-message .btn-default .icon svg path {
    fill: #111;
}

.mCSB_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mCSB_scrollTools_vertical .mCSB_draggerRail {
    background: #e8e8e8;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--base-color-text-50);
    border-radius: 0;
    opacity: 1;
    width: 4px;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--base-color-text-50);
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: var(--base-color-text-50);
}

.cooperation-message {
    max-width: 950px;
    width: 100%;
}

.cooperation-message .modal-img {
    max-width: 475px;
    min-height: 100%;
}

@media (max-width: 767px) {
    .cooperation-message .modal-img {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .cooperation-message .modal-img {
        min-height: 37vh;
    }
}

.cooperation-message .modal-info {
    padding: 60px 65px 60px 80px;
}

@media (max-width: 991px) {
    .cooperation-message .modal-info {
        padding: 30px;
    }
}

.cooperation-message .form-default__title {
    padding-bottom: 10px;
}

.action-item-cart.active .action-item-cart__counter {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: leaves 2s ease-in-out infinite alternate;
    animation: leaves 2s ease-in-out infinite alternate;
}

@-webkit-keyframes leaves {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes leaves {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

/*________ End footer ________*/
/*________ page-main ________*/
.page-main {
    background: var(--base-color-bg);
}

.page-main .category-product-more {
    padding-top: 50px;
}

.page-main .category-product-more:before {
    display: none;
}

@media (max-width: 767px) {
    .page-main .category-product-more {
        padding-top: 25px;
    }
}

.main-baner {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: flex-end;
    padding: 80px 60px 32px;
}

.main-baner--index {
    align-items: flex-start;
}

@media (max-width: 991px) {
    .main-baner {
        text-align: center;
        padding-bottom: 77px;
    }

    .main-baner--index {
        text-align: start;
    }
}

@media (max-width: 767px) {
    .main-baner {
        min-height: 480px;
        padding: 80px 14px 60px;
        font-size: 19px;
        line-height: 18px;
        align-items: center;
    }

    .main-baner--index {
        align-items: flex-start;
    }
}

.main-baner .link-mobile {
    display: none;
}

@media (max-width: 767px) {
    .main-baner .link-mobile {
        display: block;
        position: absolute;
        bottom: 78px;
        left: 0;
        text-align: center;
        width: 100%;
    }
}

.main-baner-panel {
    max-width: 540px;
}

.main-baner-panel-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .main-baner-panel-wrapper {
        justify-content: space-between;
        flex-direction: column;
        height: 50%;
    }

    .main-baner--index .part {
        width: 100%;
    }

    .main-baner--index .main-baner__title {
        text-align: start;
    }
}

@media (max-width: 767px) {
    .main-baner-panel-wrapper {
        margin-top: 72px;
    }

    .main-baner--index .main-baner-panel-wrapper {
        margin-top: 0;
    }
}

.main-baner-panel-wrapper .panel:last-child {
    max-width: 272px;
    margin-top: 17px;
}

.main-baner-panel p {
    font-size: 18px;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 767px) {
    .main-baner-panel p {
        font-size: 19px;
    }
}

@media (max-width: 575px) {
    .main-baner a {
        font-size: 19px;
        border-bottom: solid 1px #fff;
    }

    .main-baner a:hover {
        border-color: transparent;
    }
}

.main-baner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-baner__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.main-baner__img .img-desktop {
    display: block;
}

@media (max-width: 479px) {
    .main-baner__img .img-desktop {
        display: none;
    }
}

.main-baner__img .img-mobile {
    display: none;
}

@media (max-width: 479px) {
    .main-baner__img .img-mobile {
        display: block;
    }
}

.main-baner__title {
    font-size: 46px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'MinionPro', sans-serif;
    padding-bottom: 15px;
    margin: 0;
}

@media (max-width: 991px) {
    .main-baner__title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .main-baner__title {
        font-size: 26px;
        padding-bottom: 24px;
    }
}

@media (min-width: 991px) {
    .desctop-black {
        color: #000;
    }
}

@media (max-width: 991px) {
    .mobile-black {
        color: #000;
    }
}

.main-baner__btn .btn-def {
    border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
    .main-baner__btn .icon {
        display: none;
    }
}

.main-baner__btn .icon svg path {
    fill: #fff;
}

@media (max-width: 767px) {
    .main-baner__btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-baner .part:first-child {
        padding-bottom: 110px;
    }
}

@media (max-width: 575px) {
    .main-baner .part a {
        display: none;
    }
}

@media (max-width: 991px) {
    .template-2 .main-baner {
        padding-bottom: 0;
    }
}

@media (max-width: 991px) {
    .template-2 .main-baner-panel {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .template-2 .main-baner-panel p {
        margin-bottom: 20px;
    }
}

.template-2 .main-baner-panel-wrapper {
    position: absolute;
    height: auto;
    bottom: 0;
    left: 0;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.template-2 .main-baner-panel-wrapper .part {
    width: 100%;
}

.template-2 .main-baner-panel-wrapper .part:first-child {
    padding-bottom: 0;
}

.template-2 .main-baner__btn {
    display: block;
}

.template-2 .main-baner__btn .btn-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
}

@media (max-width: 991px) {
    .template-2 .main-baner__btn .btn-default {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.template-2 .main-baner__btn .icon {
    display: block;
}

@media (max-width: 575px) {
    .template-2 .main-baner__btn .icon {
        position: absolute;
        right: 3px;
        top: 1px;
    }
}

.template-2 .main-baner__title {
    text-align: left;
}

@media (max-width: 767px) {
    .template-2 .main-baner__title {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

.template-2 .category-product-item {
    width: 50%;
    height: 100vh;
}

@media (max-width: 767px) {
    .template-2 .category-product-item {
        width: 100%;
    }
}

.template-2 .category-product-item:hover .category-product-info {
    background: #111;
}

.template-2 .category-product-info {
    padding: 23px 60px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media (max-width: 767px) {
    .template-2 .category-product-info {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.category-product__title .icon {
    display: none;
}

.template-2 .category-product__title .icon {
    margin-left: 24px;
    display: inline-block;
    -webkit-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media (max-width: 767px) {
    .template-2 .category-product__title .icon {
        position: absolute;
        right: 32px;
        top: 48px;
    }
}

.template-2 .category-product__title:hover .icon {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.template-3.main-baner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.template-3 .main-baner-wrapper {
    text-align: center;
}

.template-3 .main-baner-panel {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.example-product-wrapper {
    background: var(--base-color-bg);
    padding: 90px 0;
    position: relative;
}

@media (max-width: 991px) {
    .example-product-wrapper {
        padding: 60px 0;
    }
}

.example-product-wrapper .product-details {
    color: var(--base-color-text-reverse);
    max-width: 310px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 0;
}

@media (max-width: 991px) {
    .example-product-wrapper .product-details {
        display: none;
    }
}

.example-product-wrapper .product-details .label-panel {
    color: var(--base-color-text-50);
    font-size: 19px;
    padding-bottom: 4px;
}

.example-product-wrapper .product-details .option-radio-default {
    margin-right: 4px;
}

.example-product-wrapper .product-details .option-radio-default label span,
.example-product-wrapper .product-details .option-radio-default {
    font-size: 19px;
    color: var(--base-color-text-reverse);
}

.example-product-wrapper .product-details .option-radio-default.notallowed {
    text-decoration: line-through;
}

.example-product-wrapper .product-details .option-radio-default input[type='radio']:checked + label span {
    color: var(--base-color-text-50);
}

.example-product-wrapper .product-status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.example-product-wrapper .product-status.item-panel {
    padding-bottom: 10px;
}

.example-product-wrapper .product-price {
    display: flex;
    flex-flow: column wrap;
    align-items: flex-end;
    padding-bottom: 0;
    font-size: 20px;
}

.example-product-wrapper .product-price .price-old {
    margin: 0;
}

.price-current {
    color: var(--base-color-text);
}

.example-product-wrapper .product .btn-def .hover {
    position: absolute;
}

.example-product-item {
    display: block;
    max-width: 501px;
    padding-top: 65px;
    padding-bottom: 43px;
}

@media (max-width: 991px) {
    .example-product-item {
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.example-product__img {
    margin-left: auto;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .example-product__img {
        display: none;
    }
}

.example-product__img .shell {
    position: relative;
    min-height: 900px;
    max-height: 900px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 90px 0;
}

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

.example-product__picture {
    min-height: 600px;
}

@media (max-width: 991px) {
    .example-product__picture {
        text-align: center;
        min-height: auto;
    }
}

.example-product__title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 5px;
}

@media (max-width: 991px) {
    .example-product__title {
        font-size: 36px;

        text-transform: uppercase;
    }
}

@media (max-width: 767px) {
    .example-product__title {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

.example-product__description {
    font-size: 20px;
    text-align: center;
    max-width: 396px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .example-product__description {
        font-size: 19px;
        padding-bottom: 26px;
    }
}

.btn-def {
    position: relative;
}

.btn-def .img-hover {
    position: absolute;
    opacity: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    z-index: 1;
}

.btn-def:hover .img-hover {
    opacity: 1;
}

.link-collection {
    text-transform: uppercase;
    color: var(--base-color-text);
    letter-spacing: 1.5px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    display: none;
    padding-top: 25px;
}

.link-collection a {
    border-bottom: 1px solid var(--base-color-text-50);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.link-collection a:hover {
    border-color: transparent;
}

@media (max-width: 991px) {
    .link-collection {
        display: block;
    }
}

@media (max-width: 767px) {
    .link-collection {
        font-size: 19px;
    }
}

.new-goods {
    padding-top: 83px;
}

@media (max-width: 767px) {
    .new-goods {
        padding-top: 63px;
    }
}

.about-us-section {
    position: relative;
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .about-us-section {
        padding-bottom: 59px;
    }
}

@media (max-width: 479px) {
    .about-us-section .img-descktop {
        display: none;
    }
}

.about-us-section .img-mobile {
    display: none;
}

@media (max-width: 479px) {
    .about-us-section .img-mobile {
        display: block;
        -webkit-filter: blur(1.5px);
        filter: blur(1.5px);
        margin-left: auto;
        margin-right: auto;
    }
}

.card-video {
    position: relative;
}

.card-video video {
    width: 100%;
}

.card-video a {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.card-video > a > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-video:hover .card-video-btn {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.card-video:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #414141;
}

.card-video-btn {
    width: 70px;
    height: 70px;
    border: solid 1px #fff;
    border-radius: 50%;
    background: transparent;
    position: absolute;
    bottom: 38px;
    right: 54px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}

.card-video-btn:focus {
    outline: none;
}

@media (max-width: 991px) {
    .card-video-btn {
        bottom: 26px;
    }
}

@media (max-width: 767px) {
    .card-video-btn {
        width: 8vw;
        height: 8vw;
    }
}

@media (max-width: 479px) {
    .card-video-btn {
        display: none;
    }
}

@media (max-width: 767px) {
    .card-video-btn img {
        width: 35%;
        margin-top: -2px;
    }
}

.insta-shop-section {
    padding: 90px 0 0 0;
    background: var(--base-color-bg-reverse);
    overflow: hidden;
}

@media (max-width: 767px) {
    .insta-shop-section {
        padding: 60px 30px;
    }
}

.insta-shop-section .heading {
    text-align: center;
    color: var(--base-color-text-reverse);
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .insta-shop-section .heading {
        padding-bottom: 7px;
    }
}

.insta-shop-section .heading-panel {
    text-align: center;
    padding-bottom: 17px;
}

@media (max-width: 767px) {
    .insta-shop-section a {
        font-size: 19px;
    }

    .insta-shop-wrapper {
        width: 100%;
    }
}

.insta-shop-wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0;
}

.insta-shop-wrapper .mCSB_horizontal.mCSB_inside > .mCSB_container:hover .mCSB_scrollTools {
    opacity: 0;
}

.insta-shop-wrapper .mCSB_scrollTools {
    opacity: 0 !important;
}

.insta-shop-wrapper .scroll {
    display: flex;
    width: 100%;
}

.insta-shop-wrapper .scroll::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

.insta-shop-wrapper .scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.insta-shop-wrapper .scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.insta-shop-item {
    flex: 0 0 auto;
    position: relative;
    display: block;
    width: 500px;
    height: 500px;
}

.insta-shop-item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .insta-shop-item {
        width: 330px;
        height: 330px;
    }
}

@media (max-width: 767px) {
    .insta-shop-wrapper {
        width: 260px;
        margin: 0 auto;
    }

    .insta-shop-wrapper .scroll {
        flex-flow: row wrap;
        width: auto;
        margin: 0 -5px;
    }

    .insta-shop-item {
        width: 80px;
        height: 80px;
        margin: 5px;
    }
}

.insta-shop-item:hover .insta-shop-icon {
    opacity: 1;
}

.insta-shop-icon {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 17, 17, 0.5)), to(rgba(17, 17, 17, 0.5)));
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.modal-info-discounts {
    position: fixed;
    z-index: 10;
    bottom: 0;
    right: 0;
    max-width: 800px;
    width: 100%;
    padding: 60px;
    color: var(--base-color-text-reverse);
    text-align: center;
    background: var(--base-color-bg-reverse);
    transition: 0.5s ease;
    -webkit-transform: translateY(999px);
    transform: translateY(999px);
    opacity: 0;
    visibility: hidden;
}

.modal-info-discounts.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.btn-close-modal {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-bottom: 24px;
    margin-left: auto;
    position: absolute;
    top: 10px;
    right: 10px;
}

.btn-close-modal svg {
    width: 100%;
    height: 100%;
}

.modal-info-discounts__title {
    margin: 0 0 10px 0;
    font-size: 22px;
    font-family: Montserrat, Montserrat, sans-serif;
    text-transform: uppercase;
}

.modal-info-discounts__sub-title {
    margin: 0 0 40px 0;
    font-style: italic;
    font-size: 20px;
    line-height: 24px;
}

.modal-info-discounts__description {
    max-width: 530px;
    margin: 0 auto 40px auto;
    font-size: 20px;
    line-height: 22px;
}

.modal-info-discounts input.input-default {
    color: var(--base-color-text-reverse);
    padding: 10px 0;
    border-bottom: 1px solid #111;
}

.modal-info-discounts .form-group {
    position: relative;
}

.modal-info-discounts .btn-submit {
    position: absolute;
    right: 0;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20px;
    height: 20px;
    color: var(--base-color-text-reverse);
}

.modal-info-discounts form {
    max-width: 331px;
    margin: 0 auto;
}

@media (max-width: 1199px) {
    .modal-info-discounts {
        max-width: 530px;
        color: var(--base-color-text);
        background: var(--base-color-bg);
        padding: 49px 60px;
    }

    .modal-info-discounts__title {
        font-size: 20px;
        line-height: 22px;
        font-family: Montserrat, sans-serif;
        text-transform: initial;
    }

    .modal-info-discounts__sub-title,
    .modal-info-discounts__description {
        display: none;
    }

    .modal-info-discounts input.input-default {
        color: var(--base-color-text);
        border-bottom: 1px solid #fff;
    }

    .modal-info-discounts .btn-submit {
        color: var(--base-color-text);
    }
}

@media (max-width: 767px) {
    .modal-info-discounts {
        padding: 30px;
    }

    .modal-info-discounts form {
        padding-top: 25px;
    }
}

.advantages {
    margin-bottom: 120px;
}

.advantages__title {
    /*
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 54px;
    text-transform: uppercase; */
    color: #000000;
    /* text-align: center; */
    margin-bottom: 50px;
    padding-bottom: 0;
}

.advantages__background {
    padding: 61px 58px 62px 57px;
    background: var(--base-color-bg);
}

.advantages__cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.advantages__card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 396px;
    max-width: 100%;
    margin-bottom: 20px;
}

.advantages__img {
    margin-right: 25px;
    width: 100px;
}

.advantages__text {

    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 20px;
}

@media (max-width: 767px) {
    .advantages__cards {
        justify-content: center;
    }

    .advantages__img {
        width: 70px;
    }

    .advantages__text {
        font-size: 20px;
        line-height: 17px;
    }
}

@media (max-width: 415px) {
    .advantages__background {
        padding: 61px 20px 25px 20px;
    }
}

/*________ End page-main ________*/
/*________ page-catalog ________*/
.nav-list-category {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding: 0;
}

.nav-list-category li {
    position: relative;
    flex: 1 1 25%;
    max-width: 100%;
    text-align: center;
    cursor: pointer;
}

.nav-list-category li.active {
    flex: 1 1 auto;
}

.nav-list-category li:first-child {
    text-align: left;
}

.nav-list-category li:last-child {
    text-align: right;
}

/*.nav-list-category li:before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	right: 100%;*/
/*	bottom: 0;*/
/*	display: none;*/
/*	width: 100%;*/
/*	height: 2px;*/
/*	background: var(--base-color-bg);*/
/*	opacity: 0;*/
/*	transition: 0.25s ease-in-out;*/
/*}*/

.nav-list-category li.active:before {
    opacity: 1;
}

.nav-list-category li a {
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;

    color: var(--base-color-text-50);
    transition: 0.25s ease-in-out;
    display: inline-flex;
    align-items: start;
}

.nav-list-category li.active h1 {
    font-size: 19px;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}

.nav-list-category li:hover h1,
.nav-list-category li:focus h1,
.nav-list-category li.active h1 {
    color: var(--base-color-text);
}

.nav-list-category li:hover:before,
.nav-list-category li:focus:before,
.nav-list-category li.active:before {
    right: 0;
    opacity: 1;
}

.nav-list-category li .icon {
    display: flex;
    margin-top: 12px;
    transition: 0.25s ease-in-out;
}

.nav-list-category li:hover .icon svg path,
.nav-list-category li:focus .icon svg path,
.nav-list-category li.active .icon svg path {
    fill: #111;
}

.nav-list-category li .icon-prev {
    margin-right: 10px;
}

.nav-list-category li .icon-next {
    margin-left: 10px;
}

.nav-list-category li:hover .icon-prev,
.nav-list-category li:focus .icon-prev,
.nav-list-category li.active .icon-prev {
    transform: translateX(-5px);
}

.nav-list-category li:hover .icon-next,
.nav-list-category li:focus .icon-next,
.nav-list-category li.active .icon-next {
    transform: translateX(5px);
}

@media (max-width: 1199px) {

    .nav-list-category li a {
        font-size: 23px;
    }

    .nav-list-category li .icon {
        margin-top: 10px;
    }

    .nav-list-category li .icon-prev {
        margin-right: 6px;
    }

    .nav-list-category li .icon-next {
        margin-left: 6px;
    }
}

@media (max-width: 991px) {
    .nav-list-category {
        gap: 8px;
    }

    .nav-list-category li a {
        font-size: 18px;
    }

    .nav-list-category li .icon {
        margin-top: 6px;
    }

    .nav-list-category li .icon-prev {
        margin-right: 4px;
    }

    .nav-list-category li .icon-next {
        margin-left: 4px;
    }
}

@media (max-width: 767px) {
    .nav-list-category {
        flex-flow: column nowrap;
        gap: 0;
        padding-top: 0;
    }

    .nav-list-category li {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: left;
    }

    .nav-list-category li:last-child {
        text-align: left;
    }

    .nav-list-category li:before {
        display: block;
    }

    .nav-list-category li.active {
        order: -1;
    }

    .nav-list-category li a {
        font-size: 18px;
    }

    .nav-list-category li .icon {
        display: none;
    }
}

.part-filter {
    display: flex;
    flex-flow: row wrap;
    justify-content: start;
    gap: 12px 24px;
}

@media (max-width: 767px) {
    .part-filter {
        gap: 8px;
    }
}

.filter-reset-button {
    position: relative;
    display: block;
    width: 12px;
    height: 18px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.filter-reset-button::before,
.filter-reset-button::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    display: block;
    width: 1px;
    height: 12px;
    border-left: 1px solid;
}

.filter-reset-button::before {
    transform: rotate(45deg);
}

.filter-reset-button::after {
    transform: rotate(-45deg);
}

.filter-panel {
    padding-top: 0;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
}

.filter-panel > .part {
    margin: 0 0 0 auto;
}

.filter-panel > .part + .part {
    margin: 0;
}

@media (max-width: 767px) {
    .filter-panel {
        padding-top: 23px;
    }
}

.price-filter {
    display: flex;
    align-items: center;
}

.price-filter__title {
    margin-right: 9px;
    font-size: 20px;
}

@media (max-width: 767px) {
    .price-filter__title {
        font-size: 19px;
        line-height: 18px;
    }
}

.price-filter__icon {
    width: 12px;
    height: 13px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media (max-width: 767px) {
    .price-filter__icon {
        margin-right: 10px;
    }
}

.price-filter__icon:focus {
    outline: none;
}

.price-filter__icon svg rect,
.price-filter__icon svg path {
    fill: var(--base-color-text-50);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.price-filter__icon:hover svg rect,
.price-filter__icon:hover svg path,
.price-filter__icon.active svg rect,
.price-filter__icon.active svg path {
    fill: var(--base-color-text);
}

.color-panel li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.color-panel li:last-child {
    margin-bottom: 0;
}

.color-panel__icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 0;
    background: center / cover no-repeat;
}

.color-panel__title {
    font-size: 18px;
    color: var(--base-color-text-50);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}

.option-checkbox-filter {
    position: relative;
    color: #333333;
}

.option-checkbox-filter input[type='checkbox'],
.option-checkbox-filter input[type='radio'] {
    display: none;
}

.option-checkbox-filter span {
    font-size: 18px;
}

.option-checkbox-filter label {
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: -2px;
    display: block;
    cursor: pointer;
}

.option-checkbox-filter label.disabled {
    opacity: 0.5;
}

.option-checkbox-filter label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: solid 1px #e7e7e7;
    opacity: 0;
}

.option-checkbox-filter label::after {
    content: '';
    position: absolute;
    left: 3px;
    top: 2px;
    background-image: url(/local/templates/tarox.new/img/svg/done-black.svg);
    background-position: 50%;
    background-size: 12px;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    opacity: 0;
}

.option-checkbox-filter input[type='checkbox']:checked + label::after,
.option-checkbox-filter input[type='checkbox']:checked + label::before,
.option-checkbox-filter input[type='radio']:checked + label::after,
.option-checkbox-filter input[type='radio']:checked + label::before {
    opacity: 1;
}

.option-checkbox-filter input[type='checkbox']:checked + label::before,
.option-checkbox-filter input[type='radio']:checked + label::before {
    z-index: 1;
}

.option-checkbox-filter input[type='checkbox']:checked + label span,
.option-checkbox-filter input[type='radio']:checked + label span {
    font-weight: bold;
}

.option-checkbox-filter:hover .color-panel__title,
.option-checkbox-filter:focus .color-panel__title {
    color: var(--base-color-text-50);
}

.option-checkbox-filter:hover span,
.option-checkbox-filter input[type='checkbox']:disabled + label span,
.option-checkbox-filter input[type='radio']:disabled + label span {
    color: var(--base-color-text-50);
}

.option-checkbox--default label::before {
    opacity: 1;
    z-index: 2;
}

.option-checkbox--default label::after {
    background-image: url(/local/templates/tarox.new/img/svg/done.svg);
}

.dropdown-menu-black {
    background-color: var(--base-color-text-reverse);
}

.filter-panel .dropdown-menu {
    border-radius: 0;
    border-color: #e6e6e6;
    padding: 14px 12px;
    min-width: 120px;
    margin-top: 8px;
    background-clip: unset;
}

.filter-panel .dropdown-menu-btn {
    padding-right: 15px;
    position: relative;
    color: var(--base-color-text);
    height: 100%;
}

.filter-panel .dropdown-menu-btn:focus {
    outline: none;
}

.filter-panel .dropdown-menu-btn:before {
    display: none;
}

.filter-panel .dropdown-menu-btn:after {
    content: '';
    border: none;
    position: absolute;
    top: 3px;
    right: 0;
    width: 10px;
    height: 10px;
    background-image: url(/local/templates/tarox.new/img/svg/arrow-bottom.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    margin: 0;
}

.filter-panel .dropdown.show .dropdown-menu-btn:after {
    transform: rotate(180deg);
    top: 6px;
}

.filter-panel .has-active-items {
    font-weight: 600;
}

@media (max-width: 767px) {
    .filter-panel .dropdown-menu-btn {
        font-size: 19px;
    }

    .filter-panel .dropdown-menu-btn:after {
        top: 2px;
    }

    .filter-panel .dropdown.show .dropdown-menu-btn:after {
        top: 4px;
    }
}

.page-catalog {
    margin: 0 auto;
    padding-top: 10px;
    box-sizing: border-box;
}

.page-catalog_favorites {
    padding-top: 0;
}


@media (max-width: 767px) {
    .page-catalog {
        margin: 0 auto;
        box-sizing: border-box;
    }

    .page-catalog_favorites {
        padding-top: 0;
    }
}


.page-catalog .category-product-wrapper,
.page-catalog .category-product-temp-2 .category-product-wrapper {
    margin-top: 30px;
}

.category-product-wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: calc(44vw - 4px);
    margin-bottom: -2px;
}

.category-product-wrapper.template-2 {
    min-height: initial;
}

.category-product-item {
    position: relative;
    width: calc(33.33% - 20px);
    height: -webkit-calc(30vw - 4px);
    height: calc(30vw - 4px);
    cursor: pointer;
    overflow: hidden;
    margin: 10px;
}

@media (max-width: 767px) {
    .page-catalog .category-product-temp-2 .category-product-wrapper {
        margin-top: 10px;
    }

    .category-product-item {
        width: 100%;
        max-height: 100%;
        /*min-height: 69vh;*/
    }
}

.category-product-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 17, 17, 0.2);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.category-product-item > div {
    height: 100%;
}

.category-product-item a {
    position: relative;
    z-index: 2;
    display: block;
    height: 100%;
}

.category-product-item a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0)), to(#111111));
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111111 100%);
    opacity: 0;
    width: 100%;
    height: 45%;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.category-product-item:hover:before {
    opacity: 1;
}

.category-product-item:hover .category-product__img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.category-product-info {
    font-size: 19px;

    color: #fff;
    padding: 0 30px;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 2;
}

@media (max-width: 991px) {
    .category-product-info {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .category-product-info {
        position: relative;
    }
}

.category-product__img {
    width: 100%;
    height: 100%;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    overflow: hidden;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    background-color: #fff;
}

.category-product__img img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    /*height: 100%;*/
}

.category-product__title {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 5px;
}

/*Product card slider*/
@media (min-width: 1200px) {
    .product-card:hover .product-images-hover-slider-nav {
        display: flex;
    }

    .product-images-hover-slider-nav {
        display: none;
        position: absolute;
        width: 100%;
        height: 100%;
        bottom: 0;
        z-index: 4;
    }

    .product-images-hover-slider-nav .nav-item {
        position: relative;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .product-images-hover-slider-nav .nav-item::after {
        content: "";
        position: absolute;
        bottom: 5px;
        height: 4px;
        width: 90%;
        border-radius: 3px;
        background: rgba(255, 255, 255, .3);
        transition: .3s;
    }

    .product-images-hover-slider-nav .nav-item:hover::after {
        background: #fff;
        transition: .3s;
    }

    .category-product__img .img + .img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .product-card .img {
        opacity: 0;
    }

    .product-card .img.active {
        opacity: 1;
    }
}

/*End product card slider*/
@media (max-width: 1385px) {
    .category-product__title {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .category-product__title {
        font-size: 18px;
    }
}

.category-product__price,
.category-product__status,
.category-product__size {
    cursor: default;
    color: #fff;
}

.category-product__price {
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 13px;
}

.category-product__price .price-current {
    color: #fff;
}

.category-product__price .price-old {
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
    .category-product__price {
        font-size: 18px;
    }
}

.category-product__status {
    color: #fff;
    padding-bottom: 4px;
}

@media (max-width: 767px) {
    .category-product__status {
        font-size: 19px;
    }
}

.category-product__size {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .category-product__size {
        font-size: 19px;
    }
}

.category-product__size li {
    padding-right: 3px;
}

.category-product__size li.notallowed {
    text-decoration: line-through;
}

.category-product__size li:last-child {
    padding-right: 0;
}

.category-product__link {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    margin-top: 12px;
}

.category-product__link .icon {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    padding-left: 35px;
}

.category-product__link .icon svg path {
    fill: #111;
}

.category-product__link a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.category-product__link a:hover .icon {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.price-old {
    font-size: 18px;
    color: var(--base-color-text-50);
    margin-left: 15px;
    text-decoration: line-through;
}

@media (max-width: 767px) {
    .price-old {
        font-size: 19px;
        margin-left: 10px;
    }
}

.category-product-top {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 5px 0 0;
}

@media (max-width: 991px) {
    .category-product-top {
        padding: 20px 9% 20px 0;
    }
}

@media (max-width: 767px) {
    .category-product-top {
        padding: 15px 15px 15px 0;
    }
}

.product-wish-buttons {
    margin: 0 0 0 10px;
}

.product-wish-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
}

.product-wish-button .icon {
    display: block;
    width: 12px;
    transition: opacity 0.25s;
}

.product-wish-button .icon-full {
    position: absolute;
    top: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
}

.product-wish-button.active .icon {
    opacity: 0;
}

.product-wish-button.active .icon-full {
    opacity: 1;
}

.product-wish-button svg {
    width: 100%;
    height: 100%;
}

.product-details .product-wish-button svg path {
    fill: var(--base-color-text);
}

.product-wish-button.active .icon-full {
    opacity: 1;
}

.product-details-row .product-wish-button {
    margin: 12px 0 0 12px;
}

@media (max-width: 767px) {
    .product-wish-buttons {
        margin: 0 5px 0 0;
    }

    .product-wish-buttons.no-stickers {
        margin: 0 15px 0 0;
    }

    .product-wish-button .icon {
        width: 10px;
    }

    .product-details-row .product-wish-button {
        margin: 4px 0 0 12px;
    }
}

.stickers {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    padding: 1px 4px;
    background: #111;
}

@media (max-width: 767px) {
    .stickers {
        font-size: 19px;
    }
}

.stickers--red {
    background: #dd4c4c;
}

.category-product-more {
    background: var(--base-color-bg);
    text-align: center;
    padding: 44px 15px 90px;
    position: relative;
}

.category-product-more:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 60px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 1px;
    background-color: #414141;
}

@media (max-width: 767px) {
    .category-product-more:before {
        left: 30px;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}

@media (max-width: 767px) {
    .category-product-more {
        padding: 24px 15px 60px;
    }
}

.category-product-more .btn-more {
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid var(--base-color-text-50);
    color: var(--base-color-text);
}

@media (max-width: 767px) {
    .category-product-more .btn-more {
        font-size: 19px;
    }
}

.category-product-more .btn-more:hover {
    color: var(--base-color-text);
    border-color: transparent;
}

/*________ End page-catalog ________*/
/*________ page-product ________*/
.page-product {
    padding: 30px 0 0 0;
    background: var(--base-color-bg);
}

.page-product .goods-selection-section {
    padding-top: 90px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
    .page-product .goods-selection-section {
        padding-top: 30px;
        border: none;
    }
}

.page-product .category-product-wrapper {
    margin-top: 0;
}

.page-product .category-product-item:nth-child(n + 4) {
    /*display: none;*/
}

@media (max-width: 767px) {
    .page-product .category-product-item:nth-child(n + 4) {
        /*display: block;*/
    }
}

@media (max-width: 767px) {
    .page-product .category-product-item {
        width: 100%;
        height: 100%;
        /*min-height: auto;*/
    }
}

@media (max-width: 767px) {
    .page-product .category-product-info {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
    }
}

@media (max-width: 767px) {

    .page-product .category-product__size,
    .page-product .category-product__status {
        display: none;
    }
}

@media (max-width: 767px) {
    .page-product .category-product__price {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .page-product .category-product__title {
        font-size: 18px;
        color: #111;
    }
    .page-product .price-current {
        color: #111;
    }
}

.page-product .category-product__title br {
    display: none;
}

@media (max-width: 767px) {
    .page-product .category-product__title br {
        display: block;
    }
}

.category-product-temp-2 .category-product-wrapper {
    margin-top: 0;
}

/*
.category-product-temp-2 .category-product-item:nth-child(n+4) {
	display: none;
}

@media (max-width: 767px) {
	.category-product-temp-2 .category-product-item:nth-child(n+4) {
		display: block;
	}
}
*/

@media (max-width: 767px) {
    .category-product-temp-2 .category-product-item {
        width: 50%;
        height: 65vw;
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .category-product-temp-2 .category-product-info {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {

    .category-product-temp-2 .category-product__size,
    .category-product-temp-2 .category-product__status {
        display: none;
    }
}

@media (max-width: 767px) {
    .category-product-temp-2 .category-product__price {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .category-product-temp-2 .category-product__title {
        font-size: 9px;
    }
}

.category-product-temp-2 .category-product__title br {
    display: none;
}

@media (max-width: 767px) {
    .category-product-temp-2 .category-product__title br {
        display: block;
    }
}

.product-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 90px;
}

@media (max-width: 767px) {
    .product-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 60px;
    }
}

.product-col {
    width: 50vw;
}

@media (max-width: 767px) {
    .product-col {
        width: 100%;
    }
}

/*
.product-image {
    height: 100vh;
}
*/

.product-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.product-col-right {
    min-height: 100%;
    position: relative;
}

@media (max-width: 767px) {
    .product-col-right {
        margin-bottom: -10px;
    }


    .product-image {
        height: calc(100vh - 200px);
    }


}

.product-details {
    color: var(--base-color-text);
    max-width: 503px;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .product-details {
        padding: 25px 30px;
        max-width: 100%;
        width: 100%;
    }
}

.product-details-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: row nowrap;
    width: 100%;
}

.product-details .btn-default-with-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--base-color-text);
}

.product-details .btn-default-with-icon .icon {
    width: 18px;
    height: 18px;
    border-radius: 5%;
    overflow: hidden;
    margin-right: 10px;
}

.product-details .btn-default-with-icon .icon svg {
    width: 100%;
    height: 100%;
}

.product-details .btn-default-with-icon .icon svg circle[stroke],
.product-details .btn-default-with-icon .icon svg path[stroke] {
    stroke: var(--base-color-text);
}

.product-details .btn-default-with-icon .icon svg circle[fill],
.product-details .btn-default-with-icon .icon svg path[fill] {
    fill: var(--base-color-text);
}

@media (max-width: 767px) {
    .product-details .option-radio-default label span {
        font-size: 9px;
    }
}

.product-details-wrapper {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 51px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: auto;
}

@media (max-width: 1199px) {
    .product-details-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 767px) {
    .product-details-wrapper {
        padding-left: 0;
        padding-right: 0;
        height: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: var(--base-color-bg);
        z-index: 3;
    }
}

.product-details-wrapper.active-position {
    position: absolute;
    bottom: 10px;
}

@media (min-width: 768px) {
    .product-details-wrapper.sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
}

.product-details-wrapper .shell {
    max-height: 95vh;
    width: 100%;
    overflow: auto;
}

.product-details-mobile {
    display: none;
}

@media (max-width: 767px) {
    .product-details-mobile {
        display: block;
        width: 100%;
    }
}

.product-details-float-panel {
    display: none;
}

@media (max-width: 767px) {
    .product-details-float-panel {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        bottom: 0;
        background: var(--base-color-bg);
    }
}

.product-details-wrapper .shell::-webkit-scrollbar {
    background: transparent;
}

.product-details-wrapper .shell::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.product-details-wrapper .shell::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
}

@media (max-width: 767px) {
    .page-product .product-details:not(.product-details-mobile) {
        padding: 16px 30px 11px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .page-product .product-details:not(.product-details-mobile) .product-title {
        font-size: 18px;
        padding-bottom: 0;
        width: 50%;
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .page-product .product-details:not(.product-details-mobile) .product-price {
        font-size: 19px;
        padding-bottom: 0;
        width: 50%;
        text-align: right;
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {

    .page-product .product-details:not(.product-details-mobile) .product-status,
    .page-product .product-details:not(.product-details-mobile) .product-btn-panel-favorites {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-product .product-details:not(.product-details-mobile) .product-btn-panel-favorites {
        width: -webkit-calc(100% + 5px);
        width: calc(100% + 5px);
    }
}

@media (max-width: 767px) {
    .page-product .product-details:not(.product-details-mobile) .product .btn-def-pay {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (max-width: 767px) {
    .page-product .product-details:not(.product-details-mobile) .label-panel {
        font-size: 19px;
        padding-bottom: 6px;
        padding-right: 8px;
        color: var(--base-color-text-50);
    }
}

@media (max-width: 767px) {
    .page-product .product-details:not(.product-details-mobile) .item-panel {
        padding-bottom: 6px;
    }
}

.product-row-with-slider .product-btn-panel .btn-def {
    min-width: 150px;
    margin-top: 6px;
}

.btn-add-cart .in-cart-message {
    display: none;
}

.btn-in-cart .in-cart-message {
    display: inline;
}

.btn-in-cart .to-cart-message,
.btn-in-cart .preorder-message {
    display: none !important;
}

.add-favorites .name-active,
.add-favorites.active .name {
    display: none;
}

.add-favorites.active .name-active {
    display: initial;
}

@media (max-width: 767px) {

    .page-product .product-details:not(.product-details-mobile) .accordion-wrapper,
    .page-product .product-details:not(.product-details-mobile) .product-color,
    .page-product .product-details:not(.product-details-mobile) .product-additional-functions,
    .page-product .product-details:not(.product-details-mobile) .product-initials,
    .page-product .product-details:not(.product-details-mobile) .btn-default-warning {
        display: none;
    }
}

.product-title {
    font-size: 27px;
    padding-bottom: 13px;
    font-weight: 400;

}

@media (max-width: 767px) {
    .product-title {
        padding-bottom: 15px;
    }
}

.product-price {
    font-size: 20px;
    padding-bottom: 31px;
}

.product-color ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-color ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-color__icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.product-color__name {
    font-size: 20px;
}

@media (max-width: 767px) {
    .product-color__name {
        font-size: 19px;
    }
}

.product-status-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-status-part .option-radio-default:hover {
    opacity: 0.8;
}

.product-status .hanger-btn {
    margin-left: 25px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.product-status .hanger-btn:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .product-status {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .product-additional-functions .btn-default {
        font-size: 19px;
    }
}

.product-additional-functions .btn-default .name {
    color: var(--base-color-text);
    border-bottom: 1px solid var(--base-color-text-50);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    font-size: 20px;
}

.product-additional-functions .btn-default:hover {
    color: var(--base-color-text);
}

.product-additional-functions .btn-default:hover .name {
    border-color: transparent;
}

.product-btn-panel {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .product-btn-panel {
        margin: 0 -5px;
        justify-content: space-between;
    }
}

.product-btn-panel .btn-def:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .product-btn-panel .btn-def {
        width: calc(50% - 10px);
        min-width: auto;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 19px;
        text-align: center;
        padding: 10px;
    }

    .product-btn-panel .btn-def:not(:last-child) {
        margin-right: 5px;
    }
}

.product-btn-panel .break {
    flex-basis: 100%;
}

.product-btn-panel .btn-default {
    margin-top: 10px;
}

.product-initials {
    margin-top: 10px;
}

.product-initials .info-panel {
    padding-left: 26px;
    padding-top: 10px;
    display: none;
}

.product-initials .price-initials {
    padding-bottom: 15px;
}

.product-initials .text-with-icon {
    padding-top: 15px;
}

.product-initials-form input.input-default {
    width: 25px;
    color: #111;
    border-color: var(--base-color-text-50);
    padding: 5px 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.product-initials-form span {
    padding: 5px 2px;
    color: var(--base-color-text-50);
}

.product-initials-form .form-group {
    margin-bottom: 0;
}

.product-hedding {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product-details .label-panel {
    font-size: 20px;
    color: var(--base-color-text);
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .product-details .label-panel {
        font-size: 19px;
        padding-bottom: 7px;
    }
}

.product-details .item-panel {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .product-details .item-panel {
        padding-bottom: 20px;
    }
}

.product-details .item-panel:last-child {
    padding-bottom: 0;
}

.no-product .product-status {
    padding-bottom: 15px;
}

.no-product .product-additional-functions {
    padding-bottom: 40px;
}

.accordion-item {
    padding-right: 5px;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    cursor: pointer;
}

.accordion-item:last-child {
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.accordion-item__title {
    font-size: 20px;
    font-weight: 600;
    padding: 12px 8px 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .accordion-item__title {
        font-size: 19px;
    }
}

.accordion-item__title .icon {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.accordion-item__description {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 20px;
    display: none;
}

.accordion-item.disabled {
    cursor: initial;
}

.accordion-item.disabled .accordion-item__description {
    display: block;
}

.accordion-item.disabled .accordion-item__title .icon {
    display: none;
}

@media (max-width: 767px) {
    .accordion-item__description {
        font-size: 19px;
        line-height: 18px;
    }
}

.accordion-item__description p {
    margin: 0;
    padding-bottom: 15px;
}

.accordion-item__description p:last-child {
    padding-bottom: 0;
}

.accordion-item__description ul li {
    padding-bottom: 2px;
    padding-left: 14px;
    position: relative;
}

.accordion-item__description ul li:last-child {
    padding-bottom: 0;
}

.accordion-item__description ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--base-color-bg-reverse);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
}

.accordion-item__description img {
    max-width: 51px;
}

.accordion-item.show .accordion-item__title .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.size-chart-table {
    overflow: auto;
}

.size-chart-table table {
    width: 100%;
}

@media (max-width: 991px) {
    .size-chart-table table {
        min-width: 685px;
        width: 100%;
    }
}

.size-chart-wrapper {
    width: 100%;
}

.size-chart-wrapper thead {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #111111;
}

@media (max-width: 991px) {
    .size-chart-wrapper thead {
        font-size: 18px;
    }
}

.size-chart-wrapper thead th {
    padding: 15px 5px;
    text-align: center;
}

.size-chart-wrapper thead th:first-child {
    padding-left: 0;
    width: 194px;
}

@media (max-width: 991px) {
    .size-chart-wrapper thead th:first-child {
        width: auto;
    }
}

.size-chart-wrapper thead th:last-child {
    padding-right: 0;
    text-align: right;
    width: 143px;
}

@media (max-width: 991px) {
    .size-chart-wrapper thead th:last-child {
        width: auto;
    }
}

.size-chart-wrapper td {
    font-size: 20px;
    text-align: center;
    padding: 26px 5px;
}

.size-chart-wrapper td:first-child {
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .size-chart-wrapper td {
        padding: 15px 5px;
        font-size: 18px;
    }
}

.size-chart-wrapper tr {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.size-chart-wrapper tr:not(:last-child) {
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.size-chart-wrapper tr:hover {
    background: #f6f6f6;
}

.size-chart-wrapper .options {
    margin-left: auto;
    margin-right: auto;
}

.size-chart-wrapper .option-radio-default input[type='radio']:checked + label span {
    color: var(--base-color-text-reverse);
    border-color: var(--base-color-text-reverse);
}

.size-chart-wrapper .bottom-panel {
    padding-top: 64px;
}

@media (max-width: 991px) {
    .size-chart-wrapper .bottom-panel {
        padding-top: 32px;
    }
}

.size-chart-wrapper .btn-def {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    border-color: transparent;
}

.size-chart-wrapper .btn-def:hover {
    border-color: var(--base-color-text-reverse);
}

.size-chart-sub-title {
    font-size: 22px;
    padding-bottom: 20px;

    text-align: center;
}

@media (max-width: 767px) {
    .size-chart-sub-title {
        font-size: 19px;
    }
}

.btn-def-pay:hover {
    border-color: var(--base-color-text);
}

.product-btn-panel-favorites .btn-default {
    position: relative;
}

.product-btn-panel-favorites .btn-default.active .icon-full {
    opacity: 1;
}

.product-btn-panel-favorites .icon-full {
    position: absolute;
    left: 0;
    top: 5px;
    width: 15px;
    opacity: 0;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.product-btn-panel-favorites .icon-full svg {
    width: 100%;
    height: 100%;
}

.product-btn-panel-favorites .btn-def-black:hover {
    background: var(--base-color-bg-reverse);
}

.personal-order .modal-content {
    padding-top: 60px;
}

@media (max-width: 767px) {
    .modal-size-chart {
        min-height: 100%;
        padding: 68px 30px;
    }

    .modal-size-chart .modal-content {
        align-items: flex-start;
    }

    .modal-size-chart .modal-title {
        font-size: 18px;
    }

    .size-chart-table table {
        min-width: auto;
    }

    .size-chart-wrapper tr:not(:last-child) {
        border-bottom: none;
    }

    .size-chart-wrapper th {
        padding: 12px 12px 12px 0;
        font-size: 19px;
        line-height: 14px;
        border-right: 1px solid rgba(17, 17, 17, 0.1);
    }

    .size-chart-wrapper td {
        padding: 12px 0 12px 12px;
        font-size: 19px;
        line-height: 14px;
    }
}

/*________ End page-product ________*/

/* product with slider */

.product-row-with-slider {
    padding: 0 0 65px 0;
}

.product-row-with-slider .product-col {
    width: 50%;
}

.product-row-with-slider .product-details-wrapper {
    height: auto;
    min-height: 100%;
}

.product-row-with-slider .product-details-wrapper.active-position,
.product-row-with-slider .product-details-wrapper.sticky {
    position: static;
}

.product-row-with-slider .product-details-wrapper .shell {
    max-height: initial;
}

.product-row-with-slider .product-details {
    padding: 30px 0;
}

.product-images {
    position: relative;
}

.product-images-slider {
    margin: 0 0 0 calc(15% + 5px);
}

.product-images-slider-image {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 125% 0;
}

.product-images-slider-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-images-slider .swiper-pagination {
    display: none;
}

.product-images-slider-prev,
.product-images-slider-next {
    position: absolute;
    z-index: 5;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 80px;
    background: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    transform: translateY(-50%);
    opacity: 0.65;
    transition: 0.25s;
}

.product-images-slider-prev:hover,
.product-images-slider-next:hover {
    opacity: 1;
}

.product-images-slider-prev.swiper-button-disabled,
.product-images-slider-next.swiper-button-disabled {
    opacity: 0;
}

.product-images-slider-prev {
    left: 0;
    padding: 0 12px 0 0;
    border-radius: 0 40px 40px 0;
}

.product-images-slider-next {
    right: 0;
    padding: 0 0 0 12px;
    border-radius: 40px 0 0 40px;
}

.product-images-slider-prev::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 10px 15px 0;
    border-color: transparent rgba(255, 255, 255, 0.65) transparent transparent;
}

.product-images-slider-next::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 10px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.65);
}

.product-images-thumbs {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    transition: opacity 0.25s;
}

.product-images-thumbs:not(.swiper-initialized) {
    opacity: 0;
}

.product-images-thumbs-image {
    position: relative;
    height: 100%;
    opacity: 0.65;
    cursor: pointer;
    transition: 0.25s;
}

.product-images-thumbs-image:hover,
.swiper-slide-thumb-active .product-images-thumbs-image {
    opacity: 1;
}

.product-images-thumbs-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .product-row-with-slider {
        padding: 0 0 65px 0;
        align-items: flex-start;
    }

    .product-row-with-slider .product-details {
        padding: 45px 0 0 0;
    }

    .product-images-slider {
        margin: 0;
    }

    .product-images-slider-prev,
    .product-images-slider-next {
        display: none;
    }

    .product-images-slider .swiper-pagination {
        display: block;
    }

    .product-images-slider .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background: rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
        opacity: 0.65;
        transition: 0.25s;
    }

    .product-images-slider .swiper-pagination .swiper-pagination-bullet:hover,
    .product-images-slider .swiper-pagination .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 0.65);
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
        opacity: 1;
    }

    .product-images-thumbs {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-row-with-slider {
        padding: 0 0 66px 0;
    }

    .product-row-with-slider .product-col {
        width: 100%;
    }

    .product-row-with-slider .product-details-wrapper {
        position: static;
    }

    .product-row-with-slider .product-details:not(.product-details-mobile) {
        align-items: center;
    }

    .product-row-with-slider .product-details:not(.product-details-mobile) .accordion-wrapper,
    .product-row-with-slider .product-details:not(.product-details-mobile) .product-additional-functions,
    .product-row-with-slider .product-details:not(.product-details-mobile) .product-color {
        order: 4;
        display: initial;
        width: 100%;
        padding: 8px 0;
    }

    .product-row-with-slider .product-details:not(.product-details-mobile) .product-color {
        order: 3;
    }

    .product-row-with-slider .product-details:not(.product-details-mobile) .product-title {
        width: 100%;
        margin: 0;
        font-size: 20px;
    }

    .product-row-with-slider .product-details:not(.product-details-mobile) .product-price {
        order: 2;
        flex: 1 1 50%;
        width: auto;
        max-width: 100%;
        padding: 6px 0;
        font-size: 19px;
        text-align: left;
    }

    .product-row-with-slider .product-details:not(.product-details-mobile) .product-price span {
        white-space: nowrap;
    }

    .product-row-with-slider .product-details:not(.product-details-mobile) .price-old {
        font-size: 19px;
    }

    .product-row-with-slider .product-btn-panel-wrapper {
        order: 2;
        flex: 0 0 auto;
    }

    .product-row-with-slider .product-details:not(.product-details-mobile) .product-btn-panel-favorites {
        width: auto;
        padding: 0;
    }

    .product-row-with-slider .product-details:not(.product-details-mobile) .label-panel {
        padding: 6px 8px 6px 0;
        font-size: 17px;
    }

    .product-row-with-slider .product-details:not(.product-details-mobile) .option-radio-default {
        margin: 0 0 0 8px;
    }
}

@media (max-width: 575px) {
    .product-row-with-slider .product-btn-panel-wrapper {
        width: 100%;
    }

    .product-row-with-slider .product-btn-panel {
        margin: 0 -2px;
    }

    .product-row-with-slider .product-btn-panel .btn-def,
    .product-row-with-slider .product-btn-panel .btn-def:not(:last-child) {
        width: calc(50% - 4px);
        min-width: initial;
        margin: 4px 2px;
    }
}

/*________ .page-lookbook ________*/
.page-lookbook {
    background: var(--base-color-bg);
}

.card-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.card-item:nth-child(2n) .card-item-col:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.card-item:nth-child(2n) .card-item-col:last-child {
    background: var(--base-color-bg-reverse);
    color: var(--base-color-text-reverse);
}

@media (max-width: 991px) {
    .card-item:nth-child(2n) .card-item-col:last-child {
        background: transparent;
        color: var(--base-color-text);
    }
}

.card-item:nth-child(2n) .card-item-col:last-child .card-item__link a {
    color: var(--base-color-text-reverse);
}

@media (max-width: 991px) {
    .card-item:nth-child(2n) .card-item-col:last-child .card-item__link a {
        color: var(--base-color-text);
    }
}

.card-item:nth-child(2n) .card-item-col:last-child .card-item__link svg path {
    fill: #111;
}

@media (max-width: 991px) {
    .card-item:nth-child(2n) .card-item-col:last-child .card-item__link svg path {
        fill: #fff;
    }
}

.card-item:nth-child(2n) .card-item-col:last-child .shell {
    margin-left: auto;
    margin-right: auto;
}

.card-item-col {
    width: 50%;
}

.card-item-col--text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100%;
    color: var(--base-color-text);
}

@media (max-width: 991px) {
    .card-item-col--text {
        padding: 0 30px;
    }
}

.card-item-col--img {
    height: 37vw;
}

.card-item-col--img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.card-item-col--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts-page-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.25s;
}

.contacts-page-video.play {
    opacity: 1;
}

.card-item-col .shell {
    max-width: 543px;
    padding: 50px;
    width: 100%;
}

@media (max-width: 991px) {
    .card-item-col .shell {
        padding: 30px;
    }
}

.card-item__title {
    font-size: 24px;
    padding-bottom: 30px;

    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .card-item__title {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

.card-item__description {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .card-item__description {
        font-size: 19px;
        line-height: 18px;
        padding-bottom: 20px;
    }
}

.card-item .card-item__link {
    position: relative;
}

.card-item .card-item__link svg path {
    fill: #fff;
}

@media (max-width: 575px) {
    .card-item .card-item__link .icon {
        position: absolute;
        right: 3px;
        top: 3px;
    }
}

@media (max-width: 767px) {
    .card-item .card-item__link .btn-default-with-icon-right {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .page-lookbook .card-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .page-lookbook .card-item-col {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .page-lookbook .card-item-col--text {
        position: absolute;
        z-index: 2;
        bottom: 0;
    }
}

@media (max-width: 991px) {
    .page-lookbook .card-item-col--img {
        height: 100vh;
    }
}

@media (max-width: 991px) {
    .page-lookbook .card-item-col .shell {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.sample-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .sample-product {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.sample-product .item {
    width: 50%;
    position: relative;
}

@media (max-width: 767px) {
    .sample-product .item {
        width: 100%;
    }
}

.sample-product .item:first-child {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
}

.sample-product__img {
    height: 100vh;
}

.sample-product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sample-product__info {
    padding: 38px 60px;
    background: var(--base-color-bg);
    color: var(--base-color-text);
    line-height: 22px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media (max-width: 767px) {
    .sample-product__info {
        font-size: 19px;
        line-height: 18px;
    }
}

.sample-product__info p {
    max-width: 523px;
}

.sample-product__info p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .sample-product__info {
        padding: 15px 30px 60px 30px;
    }
}

@media (max-width: 991px) {
    .sample-product-first {
        display: none;
    }
}

.card-sample-product {
    color: var(--base-color-text-reverse);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--base-color-bg-reverse);
}

@media (max-width: 991px) {
    .card-sample-product {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.card-sample-product .item {
    width: 50%;
}

@media (max-width: 991px) {
    .card-sample-product .item {
        width: 100%;
    }
}

.card-sample-product .item:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px;
}

@media (max-width: 991px) {
    .card-sample-product .item:last-child {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        padding: 30px 30px 0 30px;
    }
}

.card-sample-product .item .shell {
    max-width: 454px;
}

@media (max-width: 991px) {
    .card-sample-product .item .shell {
        max-width: 100%;
    }
}

.card-sample-product__title {
    font-size: 36px;

    font-weight: 600;
    padding-bottom: 15px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .card-sample-product__title {
        font-size: 20px;
        padding-bottom: 8px;
    }
}

.card-sample-product__info {
    line-height: 22px;
}

@media (max-width: 767px) {
    .card-sample-product__info {
        font-size: 19px;
        line-height: 18px;
    }
}

.card-sample-product__info p {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.card-sample-product__info p:last-child {
    padding-bottom: 0;
}

.card-sample-product__img {
    height: 38vw;
}

@media (max-width: 991px) {
    .card-sample-product__img {
        height: 100%;
        padding: 20px 30px;
    }
}

.card-sample-product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sample-product-video {
    padding: 120px 0;
    color: var(--base-color-text);
    position: relative;
}

@media (max-width: 991px) {
    .sample-product-video .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1199px) {
    .sample-product-video {
        padding: 20px 0;
    }
}

@media (max-width: 991px) {
    .sample-product-video {
        padding: 90px 0;
    }
}

.sample-product-video__title {
    font-size: 36px;

    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .sample-product-video__title {
        font-size: 20px;
    }
}

.sample-product-video__pre-title {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .sample-product-video__pre-title {
        font-size: 19px;
    }
}

.sample-product-video__text {
    font-size: 20px;
    line-height: 22px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .sample-product-video__text {
        font-size: 19px;
    }
}

.sample-product-video .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sample-product-video-left {
    max-width: 476px;
    width: 50%;
    min-height: 450px;
    padding: 85px 0;
}

@media (max-width: 991px) {
    .sample-product-video-left {
        width: 100%;
        max-width: 100%;
        min-height: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.sample-product-video-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 450px;
    height: 100%;
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .sample-product-video-right {
        position: relative;
        min-height: 100%;
        width: 100%;
        margin-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        display: block;
    }
}

.sample-product-video-part {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 800px;
    height: 100%;
}

.sample-product-video-play {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.sample-product-video-part video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    transition: 0.25s;
}

.sample-product-video-part video.play {
    opacity: 1;
}

.sample-product-video-part .shell {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

/*
.sample-product-video-part:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.19);
	z-index: 1;
}
*/

.sample-product-video-part:hover .sample-product-video-btn {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media (max-width: 991px) {
    .sample-product-video-part {
        max-width: 100%;
    }
}

.sample-product-video-part a > img {
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sample-product-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border: solid 1px #fff;
    border-radius: 50%;
    background: transparent;
    transition: 0.25s ease-in-out;
    cursor: pointer;
}

.sample-product-video-btn img {
    width: auto;
    height: auto;
    object-fit: initial;
}

.sample-product-video-btn:focus {
    outline: none;
}

@media (max-width: 991px) {
    .sample-product-video-btn {
        bottom: 26px;
    }
}

@media (max-width: 767px) {
    /*
	.sample-product-video-btn {
		width: 8vw;
		height: 8vw;
	}
	*/
}

@media (max-width: 479px) {
    .sample-product-video-btn {
        display: none;
    }
}

.sample-product-video-btn img {
    margin-top: -2px;
}

@media (max-width: 767px) {
    .sample-product-video-btn img {
        width: 35%;
    }
}

.page-lookbook-details .goods-selection-section {
    padding-top: 90px;
    margin-top: 90px;
    position: relative;
}

.page-lookbook-details .goods-selection-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 60px;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 1px;
    background-color: #414141;
}

@media (max-width: 767px) {
    .page-lookbook-details .goods-selection-section:before {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
        left: 30px;
    }
}

@media (max-width: 767px) {
    .page-lookbook-details .goods-selection-section {
        margin-top: 0;
        padding-top: 60px;
    }
}

.page-lookbook-details .sample-product-video-btn,
.page-about .sample-product-video-btn,
.page-contacts .sample-product-video-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-lookbook-details .arrow-mobile {
    position: absolute;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 30px;
    text-align: center;
}

/*________ End .page-lookbook ________*/
/*________ .page-special-offer ________*/
.page-special-offer {
    background: var(--base-color-bg-reverse);
}

.page-special-offer .product-details {
    display: block;
}

.page-special-offer .category-product-info .stickers-wrapper {
    display: none;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .page-special-offer .category-product-info .stickers-wrapper {
        display: block;
    }
}

/*________ End .page-special-offer ________*/
/*________ .page-about ________*/
.page-about {
    background: var(--base-color-bg);
}

@media (max-width: 767px) {
    .page-about .sample-product-video {
        padding: 60px 0;
    }
}

.page-about .sample-product-video__title {
    padding-bottom: 5px;
}

.page-about .sample-product-video__text {
    font-size: 20px;
    line-height: 1.4;
}

.page-about .sample-product-video__text p:last-child {
    margin-bottom: 0;
}

.page-about .sample-product-video__text blockquote {
    margin: 32px 0;
    font-style: italic;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}

.page-about .sample-product-video__link {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .page-about .sample-product-video__text {
        font-size: 18px;
    }

    .page-about .sample-product-video__text blockquote {
        margin: 24px 0;
        font-size: 18px;
    }

    .page-about .sample-product-video__link {
        padding-top: 30px;
    }

    .page-about .sample-product-video__link .btn-default {
        font-size: 18px;
    }
}

.page-about .sample-product-video .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .page-about .sample-product-video .container {
        padding-left: 60px;
        padding-right: 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.page-about .sample-product-video-part {
    margin: 10px 0 15px;
}

@media (max-width: 991px) {

    .page-about .sample-product-video-left .sample-product-video__text,
    .page-about .sample-product-video-left .sample-product-video__link {
        display: none;
    }
}

.page-about .sample-product-video-right {
    position: relative;
    right: inherit;
    top: inherit;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    .page-about .sample-product-video-right {
        margin-top: 0;
    }
}

.page-about .sample-product-video-right .sample-product-video__text,
.page-about .sample-product-video-right .sample-product-video__link {
    display: none;
}

@media (max-width: 991px) {

    .page-about .sample-product-video-right .sample-product-video__text,
    .page-about .sample-product-video-right .sample-product-video__link {
        display: block;
    }
}

@media (max-width: 575px) {
    .page-about .sample-product-video__link {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .page-about .sample-product-video__link a {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 991px) {
    .page-about .sample-product-video__text--more {
        height: 46px;
        overflow: hidden;
        margin-bottom: 15px;
    }
}

@media (max-width: 575px) {
    .page-about .sample-product-video__text--more {
        height: 132px;
    }
}

.page-about .sample-product-video__text--more.show {
    height: 100%;
}

.page-about .btn-more-info {
    display: none;
    font-size: 18px;
    cursor: pointer;
}

.page-about .btn-more-info .icon {
    margin-left: 5px;
}

.page-about .btn-more-info svg path {
    fill: #fff;
}

@media (max-width: 991px) {
    .page-about .btn-more-info {
        display: block;
    }
}

/*________ End .page-about ________*/
/*________ .page-contacts ________*/
@media (max-width: 991px) {
    .page-contacts {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.page-contacts .card-item-col--text {
    background: var(--base-color-bg);
    color: var(--base-color-text);
}

@media (max-width: 991px) {
    .page-contacts .card-item-col--text {
        background: transparent;
        color: var(--base-color-text);
    }

    .link-contact-item {
        color: var(--base-color-text);
    }
}

.page-contacts .card-item-col--img {
    position: relative;
    display: block;
    height: 28vw;
}

.page-contacts .card-item-col--img .sample-product-video-btn {
    position: absolute;
    z-index: 5;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    margin: -35px 0 0 -35px;
    background: rgba(0, 0, 0, 0.05);
}

.page-contacts .card-item-col--img:hover .sample-product-video-btn {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .page-contacts .card-item-col--img {
        display: none;
    }
}

.page-contacts .card-item__description {
    line-height: 22px;
}

.page-contacts .card-item__description .link-contact {
    margin: 0;
    padding-top: 20px;
}

@media (max-width: 767px) {
    .page-contacts .card-item__description .link-contact {
        padding-top: 15px;
    }
}

.page-contacts .card-item:nth-child(2n) .card-item-col:last-child {
    color: var(--base-color-text-reverse);
}

@media (max-width: 991px) {
    .page-contacts .card-item:nth-child(2n) .card-item-col:last-child {
        color: var(--base-color-text);
    }
}

@media (max-width: 767px) {
    .page-contacts .card-item .shell {
        padding: 0;
    }
}

.page-contacts .card-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .page-contacts .card-wrapper {
        height: 100vh;
        min-height: 470px;
        width: 100%;
        position: relative;
    }
}

.page-contacts .card-wrapper__img {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

@media (max-width: 991px) {
    .page-contacts .card-wrapper__img {
        display: block;
    }
}

.page-contacts .card-wrapper__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .page-contacts .card-item-col {
        width: 100%;
    }
}

.page-contacts .card-item-col .shell {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .page-contacts .card-item {
        padding-bottom: 30px;
    }
}

.page-contacts .card-item .shell {
    padding-top: 0;
}

@media (max-width: 991px) {
    .page-contacts .card-item .shell {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .page-contacts .card-item__title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .page-contacts .card-item__title {
        font-size: 20px;
    }
}

.page-contacts .card-item__description {
    padding-bottom: 0;
}

@media (max-width: 767px) {
    .page-contacts .card-item__description {
        line-height: 20px;
    }
}

.page-contacts .contacts-info {
    position: relative;
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .page-contacts .contacts-info {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page-contacts .contacts-info {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 30px;
    }
}

.page-contacts .contacts-info:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--base-color-bg);
}

@media (max-width: 991px) {
    .page-contacts .contacts-info:before {
        display: none;
    }
}

.page-contacts .contacts-info__item {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .page-contacts .contacts-info__item {
        width: 100%;
        border-bottom: 1px solid rgba(17, 17, 17, 0.1);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

.page-contacts .contacts-info__item .shell {
    max-width: 543px;
    width: 100%;
    padding: 0 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .page-contacts .contacts-info__item .shell {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
}

.page-contacts .contacts-info__item:first-child {
    color: var(--base-color-text);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .page-contacts .contacts-info__item:first-child {
        color: var(--base-color-text-reverse);
    }
}

@media (max-width: 767px) {
    .page-contacts .contacts-info__item:first-child {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.page-contacts .contacts-info__item:first-child a {
    color: var(--base-color-text);
}

@media (max-width: 991px) {
    .page-contacts .contacts-info__item:first-child a {
        color: var(--base-color-text-reverse);
    }
}

.page-contacts .contacts-info__item:first-child .btn-default {
    color: var(--base-color-text);
    border-bottom: 1px solid var(--base-color-text-50);
}

@media (max-width: 991px) {
    .page-contacts .contacts-info__item:first-child .btn-default {
        color: var(--base-color-text-reverse);
    }
}

.page-contacts .contacts-info__item:first-child .btn-default:hover {
    border-color: transparent;
}

.page-contacts .contacts-info__item:last-child {
    font-size: 19px;
}

.page-contacts .contacts-info__item:last-child .shell {
    padding-left: 86px;
}

@media (max-width: 767px) {
    .page-contacts .contacts-info__item:last-child .shell {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .page-contacts .contacts-info__item:last-child {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
}

.page-contacts .contacts-info__title {
    font-size: 46px;
    padding-bottom: 15px;

    font-weight: 600;
}

@media (max-width: 991px) {
    .page-contacts .contacts-info__title {
        font-size: 30px;
    }
}

.page-contacts .contacts-info__description {
    line-height: 22px;
}

@media (max-width: 991px) {
    .page-contacts .main-map {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.main-map {
    height: 75vh;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .main-map {
        height: 400px;
    }
}

.main-map .map {
    height: 75vh;
    width: 100%;
}

@media (max-width: 767px) {
    .main-map .map {
        height: 400px;
    }
}

.gm-style .gm-style-iw-c {
    background: transparent;
    color: var(--base-color-text);
    text-align: center;
    box-shadow: none;
    font-size: 18px;

}

.gm-style-iw-d {
    overflow: hidden !important;
}

.gm-ui-hover-effect {
    display: none !important;
}

.gm-style .gm-style-iw-t::after {
    display: none !important;
}

/*________ End .page-contacts ________*/
/*________ .page-shipping ________*/
.page-shipping {
    padding-bottom: 40px;
}

@media (max-width: 767px) {
    .page-shipping {
        padding-bottom: 20px;
    }
}

.list-info-wrapper {
    max-width: 606px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .list-info-wrapper {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .list-info-wrapper .tabs-nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .list-info-wrapper .tab {
        display: block;
    }
}

@media (max-width: 767px) {
    .list-info-wrapper .tab:not(:last-child) {
        padding-bottom: 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    }
}

.list-info-item {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.list-info-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

@media (max-width: 767px) {
    .list-info-item {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.list-info-item__part {
    padding-left: 35px;
    text-align: justify;
}

.list-info-item__part a {
    color: var(--base-color-text);
}

@media (max-width: 767px) {
    .list-info-item__part {
        font-size: 18px;
        padding-left: 0;
    }
}

.list-info-item__title {
    font-size: 22px;
    text-transform: uppercase;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .list-info-item__title {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

.list-info-item__title .icon {
    width: 21px;
    height: 21px;
    margin-right: 15px;
    margin-top: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .list-info-item__title .icon {
        width: 12px;
        height: 12px;
    }
}

.list-info-item__text {
    height: 154px;
    overflow: hidden;
}

.list-info-item__text.show {
    height: 100%;
}

.list-info-item p {
    margin: 0;
    padding-top: 10px;
    line-height: 22px;
}

.list-info-item p:first-child {
    padding-top: 0;
}

@media (max-width: 767px) {
    .list-info-item p {
        padding-top: 10px;
    }
}

.list-info-item strong {
    font-weight: 600;

}

.list-info-item ul:not(.tabs-nav) {
    padding-top: 18px;
}

.list-info-item ul:not(.tabs-nav) li {
    padding-bottom: 26px;
    padding-left: 17px;
    position: relative;
}

@media (max-width: 767px) {
    .list-info-item ul:not(.tabs-nav) li {
        padding-bottom: 20px;
    }
}

.list-info-item ul:not(.tabs-nav) li:last-child {
    padding-bottom: 0;
}

.list-info-item ul:not(.tabs-nav) li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: var(--base-color-bg-reverse);
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 9px;
    display: block;
}

.list-info-item .sub-title {
    display: block;
    padding-bottom: 5px;
}

.list-info-item .img-pay {
    padding-top: 10px;
}

.list-info-item .img-pay img {
    height: 22px;
    margin-right: 4px;
}

.list-info-item .btn-more-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    padding: 5px 0;
    cursor: pointer;
}

.list-info-item .btn-more-info .icon {
    margin-left: 10px;
}

.list-info-item .text-red {
    color: #dd4c4c;
}

.list-info-item .text-small {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .list-info-item .text-small {
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .list-info-item .text-small small {
        font-size: 18px;
        line-height: 18px;
    }
}

.tab {
    display: none;
}

.tab.show {
    display: block;
}

.tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -23px;
    padding-bottom: 30px;
}

.tabs-nav li {
    text-transform: uppercase;
    color: var(--base-color-text-50);
    font-size: 18px;

    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    margin-left: 23px;
    margin-right: 23px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.tabs-nav li.active {
    border-color: var(--base-color-text);
    color: var(--base-color-text);
}

/*________ End .page-shipping ________*/
/*________ .page-return ________*/
.page-return .accordion-wrapper {
    padding: 50px 0 40px;
}

@media (max-width: 767px) {
    .page-return .accordion-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .page-return .accordion-wrapper {
        padding-top: 15px;
        padding-bottom: 60px;
        margin-bottom: 20px;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    }
}

.page-return .accordion-item {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
    .page-return .accordion-item {
        border: none;
    }
}

.page-return .accordion-item:last-child {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
    .page-return .accordion-item:last-child {
        border: none;
    }
}

@media (max-width: 575px) {
    .page-return .accordion-item:first-child .accordion-item__description {
        display: block;
    }
}

.page-return .accordion-item__title {
    padding-top: 16px;
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    .page-return .accordion-item__title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .page-return .accordion-item__title {
        display: none;
    }
}

.page-return .accordion-item .icon {
    width: 12px;
    height: 12px;
    margin-top: -4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page-return .accordion-item .icon svg {
    width: 100%;
    height: 100%;
}

.page-return .accordion-item .icon svg path {
    fill: #000;
}

.page-return .accordion-item__description {
    padding-bottom: 35px;
}

@media (max-width: 575px) {
    .page-return .accordion-item__description {
        padding-bottom: 0;
        font-size: 18px;
    }
}

.page-return .accordion-item__description ul {
    padding-top: 0;
}

.page-return .accordion-item__description.show {
    display: block;
}

.mobile-nav-tab {
    display: none;
    position: relative;
    overflow: auto;
    padding-top: 30px;
}

.mobile-nav-tab:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: var(--base-color-text-50);
    z-index: -1;
}

@media (max-width: 575px) {
    .mobile-nav-tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.mobile-nav-tab::-webkit-scrollbar {
    background: transparent;
}

.mobile-nav-tab::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.mobile-nav-tab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
}

.mobile-nav-tab span {
    margin-right: 15px;
    padding-bottom: 6px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    color: var(--base-color-text-50);
    font-weight: 600;
    border-bottom: solid 2px transparent;
    position: relative;
}

.mobile-nav-tab span:before {
    content: '';
    position: absolute;
    left: -15px;
    bottom: -2px;
    width: -webkit-calc(100% + 15px);
    width: calc(100% + 15px);
    height: 1px;
    background: var(--base-color-text-50);
    z-index: -1;
}

.mobile-nav-tab span.active {
    border-color: var(--base-color-text-reverse);
}

/*________ End .page-return ________*/
/*________ .page-privacy-policy ________*/
/*________ End .page-privacy-policy ________*/
/*________ .page-404 ________*/
.page-404,
.page-send {
    background: var(--base-color-bg);
    color: var(--base-color-text);
}

.message-page {
    text-align: center;
    padding: 205px 0 151px;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .message-page {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 90px 0;
        height: 100vh;
    }
}

.message-page__heding {
    font-size: 46px;
    text-transform: uppercase;
    padding-bottom: 10px;

}

.message-page__title {
    font-size: 22px;
    text-transform: uppercase;
    padding-bottom: 10px;

}

@media (max-width: 767px) {
    .message-page__title {
        font-size: 20px;
    }
}

.message-page__description {
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .message-page__description {
        font-size: 20px;
    }
}

.message-page__number {
    font-size: 140px;
    line-height: 115px;
    padding-bottom: 64px;

}

@media (max-width: 767px) {
    .message-page__number {
        font-size: 100px;
    }
}

.page-404 .category-product-nav,
.page-send .category-product-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 40px;
    color: var(--base-color-text);
}

@media (max-width: 1385px) {

    .page-404 .category-product-nav,
    .page-send .category-product-nav {
        padding: 30px 40px;
    }
}

@media (max-width: 991px) {

    .page-404 .category-product-nav,
    .page-send .category-product-nav {
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
    }
}

.page-404 .category-product-nav .label,
.page-send .category-product-nav .label {
    font-size: 36px;
    text-transform: uppercase;

}

@media (max-width: 1199px) {

    .page-404 .category-product-nav .label,
    .page-send .category-product-nav .label {
        font-size: 22px;
    }
}

@media (max-width: 991px) {

    .page-404 .category-product-nav .label,
    .page-send .category-product-nav .label {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

@media (max-width: 991px) {

    .page-404 .category-product-nav .btn-default,
    .page-send .category-product-nav .btn-default {
        font-size: 18px;
        border-bottom: 1px solid #fff;
    }

    .page-404 .category-product-nav .btn-default:hover,
    .page-send .category-product-nav .btn-default:hover {
        border-color: transparent;
    }
}

@media (max-width: 991px) {

    .page-404 .category-product-nav .btn-default .icon,
    .page-send .category-product-nav .btn-default .icon {
        display: none;
    }
}

.page-404 .category-product-wrapper,
.page-send .category-product-wrapper {
    min-height: auto;
}

.page-404 .category-product-item,
.page-send .category-product-item {
    height: -webkit-calc(32vw - 12px);
    height: calc(32vw - 12px);
}

@media (max-width: 991px) {

    .page-404 .category-product-item,
    .page-send .category-product-item {
        min-height: 50vh;
    }
}

/*________ End .page-404 ________*/
/*________ .page-certificates ________*/
.page-certificates {
    position: relative;
    background: var(--base-color-bg);
    color: var(--base-color-text);
    padding-bottom: 90px;
}

.page-certificates:before {
    content: '';
    position: absolute;
    left: 60px;
    bottom: 0;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 767px) {
    .page-certificates:before {
        left: 30px;
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}

.page-certificates .heading-sub {
    padding-left: 30px;
    padding-right: 30px;
}

.certificate {
    padding: 58px 15px;
    color: #fff;
    background: #373737;
    max-width: 670px;
    outline: solid 1px rgba(255, 255, 255, 0.3);
    outline-offset: -15px;
    text-align: center;
}

@media (max-width: 767px) {
    .certificate {
        padding: 15px;
        outline-offset: -5px;
    }
}

.certificate-wrapper {
    padding-top: 112px;
}

@media (max-width: 767px) {
    .certificate-wrapper {
        padding-top: 30px;
    }
}

.certificate-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 90px;
    margin-bottom: 90px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

@media (max-width: 1199px) {
    .certificate-item {
        padding-bottom: 60px;
        margin-bottom: 60px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.certificate-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.certificate-item--free .certificate {
    background: #222222;
    outline: solid 1px #f8b622;
}

@media (max-width: 991px) {
    .certificate-item .part {
        width: 100%;
    }
}

.certificate-item .part:first-child {
    max-width: 670px;
    width: 100%;
}

@media (max-width: 1199px) {
    .certificate-item .part:first-child {
        max-width: 100%;
    }
}

.certificate-item .part:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.certificate-result {
    padding-left: 72px;
    width: 430px;
}

@media (max-width: 1199px) {
    .certificate-result {
        padding-left: 0;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .certificate-result {
        width: 100%;
    }
}

.certificate-result__title {
    font-size: 20px;

    padding-bottom: 10px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .certificate-result__title {
        font-size: 18px;
    }
}

.certificate-result__delivery {
    font-size: 18px;
    padding-bottom: 6px;
}

@media (max-width: 767px) {
    .certificate-result__delivery {
        font-size: 8px;
    }
}

.certificate-result .information {
    margin-left: 10px;
}

.certificate-result .information svg path {
    fill: #fff;
}

.certificate-result .option-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .certificate-result .option-checkbox label {
        font-size: 19px;
    }
}

.certificate-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    margin: 0 -5px;
}

.certificate-btn .btn-def {
    margin-left: 5px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .certificate-btn .btn-def {
        min-width: auto;
        width: -webkit-calc(50% - 5px);
        width: calc(50% - 5px);
        min-width: 125px;
    }
}

.certificate__logo {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .certificate__logo {
        width: 120px;
        padding-bottom: 10px;
    }
}

.certificate__logo svg {
    width: 100%;
    height: 100%;
}

.certificate__logo svg path {
    fill: #fff;
}

.certificate__title {
    font-size: 22px;

}

@media (max-width: 767px) {
    .certificate__title {
        font-size: 18px;
    }
}

.certificate__number {
    font-size: 54px;
    text-transform: uppercase;
    padding-bottom: 59px;
}

@media (max-width: 1199px) {
    .certificate__number {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .certificate__number {
        font-size: 20px;
        padding-bottom: 16px;
    }
}

.certificate__number input.input-default {
    height: 56px;
    font-size: 54px;
    color: #fff;
    max-width: 284px;
    padding-right: 0;
    margin-top: 20px;
    border-color: rgba(255, 255, 255, 0.2);
    text-align: center;
}

@media (max-width: 1199px) {
    .certificate__number input.input-default {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .certificate__number input.input-default {
        max-width: 186px;
    }
}

.certificate__number input.input-default::-moz-placeholder {
    color: rgba(255, 255, 255, 0.1);
}

.certificate__number input.input-default::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.1);
}

.certificate-sum {
    font-size: 20px;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .certificate-sum {
        font-size: 19px;
    }
}

.certificate-currency {
    font-size: 30px;
}

@media (max-width: 767px) {
    .certificate-currency {
        font-size: 20px;
    }
}

.certificate__link {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.3);
}

.certificate__sum-about {
    font-size: 18px;
    padding-bottom: 46px;
}

@media (max-width: 767px) {
    .certificate__sum-about {
        font-size: 19px;
    }
}

.certificate__service {
    margin-top: 30px;
}

.certificate__service .price {
    padding-left: 26px;
    padding-top: 7px;
}

@media (max-width: 767px) {
    .certificate__service .price {
        font-size: 19px;
    }
}

.certificate-modal {
    max-width: 950px;
}

@media (max-width: 767px) {
    .certificate-modal .fancybox-close-small:before {
        background-image: url(/local/templates/tarox.new/img/svg/close-black.svg);
    }
}

.certificate-modal .modal-content {
    min-height: 475px;
}

@media (max-width: 767px) {
    .certificate-modal .modal-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: auto;
    }
}

.certificate-modal .form-default__sub-title {
    font-size: 20px;
}

@media (max-width: 767px) {
    .certificate-modal .form-default__sub-title {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .certificate-modal .form-default__title {
        font-size: 18px;
    }
}

.certificate-modal .form-group-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
}

.certificate-modal .btn-def {
    margin-left: 5px;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .certificate-modal .btn-def {
        width: 50%;
        min-width: 115px;
    }
}

.certificate-modal .btn-def-black {
    border-color: #111;
}

.certificate-modal .form-default {
    max-width: 318px;
    margin-left: auto;
    margin-right: auto;
}

.certificate-modal .modal-img,
.certificate-modal .modal-info {
    width: 50%;
    max-width: 100%;
}

@media (max-width: 767px) {

    .certificate-modal .modal-img,
    .certificate-modal .modal-info {
        width: 100%;
    }
}

.certificate-modal .modal-info {
    padding-left: 30px;
    padding-right: 30px;
}

.certificate-modal .modal-img {
    background: #efefef;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    min-height: 475px;
}

.certificate-modal .modal-img:before {
    display: none;
}

@media (max-width: 767px) {
    .certificate-modal .modal-img {
        width: 100%;
        min-height: auto;
        padding-bottom: 35px;
        padding-top: 65px;
    }
}

.certificate-modal .certificate {
    padding: 36px 0;
    outline-offset: -10px;
    color: #fff;
    max-width: 380px;
    width: 100%;
}

@media (max-width: 767px) {
    .certificate-modal .certificate {
        max-width: 100%;
        margin-left: 30px;
        margin-right: 30px;
    }
}

.certificate-modal .certificate__logo {
    width: 150px;
    padding-bottom: 30px;
}

.certificate-modal .certificate__title {
    font-size: 18px;
}

.certificate-modal .certificate__number {
    font-size: 20px;
    padding-bottom: 40px;
}

.certificate-addition-modal {
    max-width: 950px;
}

.certificate-addition-modal .shell {
    max-width: 324px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .certificate-addition-modal .shell {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.certificate-addition-modal .modal-content {
    min-height: 475px;
}

@media (max-width: 767px) {
    .certificate-addition-modal .modal-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        min-height: auto;
    }
}

.certificate-addition-modal .form-default__sub-title {
    font-size: 20px;
}

@media (max-width: 767px) {
    .certificate-addition-modal .form-default__sub-title {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .certificate-addition-modal .form-default__title {
        font-size: 18px;
    }
}

.certificate-addition-modal .form-default__description {
    line-height: 22px;
}

.certificate-addition-modal .modal-img,
.certificate-addition-modal .modal-info {
    width: 50%;
    max-width: 100%;
    min-height: 475px;
}

@media (max-width: 767px) {

    .certificate-addition-modal .modal-img,
    .certificate-addition-modal .modal-info {
        width: 100%;
        min-height: auto;
    }
}

.certificate-addition-modal .modal-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
}

@media (max-width: 767px) {
    .certificate-addition-modal .modal-info {
        padding: 20px 0;
    }
}

.certificate-addition-modal .btn-def {
    margin-top: 27px;
}

/*________ End .page-certificates ________*/

/* page services */

.page-services {
    color: var(--base-color-text);
    background: var(--base-color-bg);
}

.services-wrapper {
    padding: 15px 0 0 0;
}

.services-item {
    padding: 90px 75px 90px 65px;
    transition: 0.25s;
}

.services-item:not(:first-child) {
    border-top: 1px solid #f7f7f7;
}

.services-item-row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -15px;
}

.services-item-col {
    flex: 0 0 auto;
    width: 50%;
    padding: 0 15px;
}

.services-item-icon {
    margin: 0 0 20px 0;
}

.services-item-icon svg .cls-1 {
    stroke: var(--base-color-text);
}

.services-item-icon svg .cls-2 {
    stroke: var(--base-color-text);
    fill: var(--base-color-text);
}

.services-item-name {
    margin: 0 0 3px 0;
    font-size: 24px;
    line-height: 34px;

    color: var(--base-color-text);
}

.services-item-price {
    margin: 0 0 25px 0;
    font-size: 22px;
    line-height: 22px;
    color: var(--base-color-text);
}

.services-item-description {
    font-size: 20px;
    line-height: 22px;
    color: var(--base-color-text);
}

.services-item-description > :first-child {
    margin-top: 0;
}

.services-item-description > :last-child {
    margin-bottom: 0;
}

.services-item-description p {
    margin: 22px 0;
    font-size: 20px;
    line-height: 22px;
    color: var(--base-color-text);
}

.services-item-description ul {
    list-style: none;
    margin: 22px 0;
}

.services-item-description ul li {
    position: relative;
    padding: 0 0 0 20px;
    font-size: 20px;
    line-height: 22px;
    color: var(--base-color-text);
}

.services-item-description ul li + li {
    margin: 8px 0 0 0;
}

.services-item-description ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 4px;
    height: 4px;
    background: var(--base-color-bg);
    border-radius: 50%;
}

.services-item-description a.show-more {
    display: none;
    font-size: 19px;
    line-height: 18px;
    color: var(--base-color-text-reverse);
    border-bottom: 1px solid;
}

.services-info {
    margin: 15px 0 45px 0;
}

.certificate-modal .certificate-services .certificate__logo {
    padding: 0 0 15px 0;
}

.certificate-services-icon svg {
    width: 28px;
    height: 28px;
    margin: 0 auto;
}

.certificate-services-icon svg path {
    stroke: #fff;
}

.certificate-services-icon svg path[fill='white'] {
    fill: #373737;
}

@media (max-width: 991px) {
    .services-item-col {
        width: 100%;
    }

    .services-item {
        padding: 60px 0;
    }

    .services-item-description {
        max-width: 540px;
        margin: 25px 0 0 0;
    }
}

@media (max-width: 767px) {
    .services-item-icon {
        margin: 0 0 15px 0;
    }

    .services-item-name {
        margin: 0 0 5px 0;
        font-size: 20px;
        line-height: 24px;
    }

    .services-item-price {
        margin: 0 0 10px 0;
        font-size: 20px;
        line-height: 22px;
    }

    .services-item-description {
        margin: 20px 0 0 0;
    }

    .services-item-description {
        font-size: 19px;
        line-height: 18px;
    }

    .services-item-description p {
        margin: 18px 0;
        font-size: 18px;
        line-height: 18px;
    }

    .services-item-description ul {
        margin: 18px 0;
    }

    .services-item-description ul li {
        font-size: 18px;
        line-height: 18px;
    }

    .services-item-description ul li::before {
        top: 8px;
    }

    .services-item-description > :not(:first-child) {
        display: none;
    }

    .services-item-description a.show-more {
        position: static;
        display: inline;
    }

    .certificate-modal .certificate-services {
        padding: 24px 0;
    }

    .certificate-modal .certificate-services .certificate__logo {
        padding: 0 0 5px 0;
    }

    .certificate-services-icon svg {
        width: 24px;
        height: 24px;
    }

    .certificate-modal .certificate-services .certificate__number {
        padding-bottom: 18px;
    }

    .certificate-modal .certificate-services .certificate__link {
        font-size: 8px;
        line-height: 1;
    }
}

/*________ .page-checkout.html ________*/
.checkout-item {
    padding-bottom: 42px;
}

.checkout-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checkout-wrapper .part:first-child {
    margin-right: 70px;
}

@media (max-width: 991px) {
    .checkout-wrapper .part:first-child {
        margin-right: 0;
        max-width: 100%;
    }
}

.checkout-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 390px;
    padding-bottom: 40px;
    padding-top: 11px;
}

@media (max-width: 767px) {
    .checkout-info {
        font-size: 19px;
        padding-bottom: 20px;
    }
}

.checkout-info .icon {
    margin-right: 10px;
    margin-top: 3px;
}

.checkout-info .icon svg path {
    fill: var(--base-color-text-50);
}

.checkout-title {
    padding-bottom: 15px;
    font-size: 22px;

    text-transform: uppercase;
}

@media (max-width: 767px) {
    .checkout-title {
        font-size: 20px;
        width: 50%;
        padding-bottom: 10px;
    }
}

.checkout-title-nav {
    font-size: 18px;
}

.checkout-title-nav a {
    border-bottom: 1px solid #111;
}

@media (max-width: 767px) {
    .checkout-title-nav {
        padding-bottom: 10px;
        width: 100%;
    }
}

.checkout-title .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 11px;
}

.checkout-title-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 13px;
}

@media (max-width: 767px) {
    .checkout-title-panel {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.page-checkout {
    padding-bottom: 90px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 991px) {
    .page-checkout {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .page-checkout .heading-page {
        padding: 17px 0 20px;
    }
}

.page-checkout .container {
    position: relative;
    z-index: 1;
}

.page-checkout .part {
    position: relative;
}

@media (max-width: 991px) {
    .page-checkout .checkout-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.page-checkout .checkout-wrapper > .part:last-child {
    background: #f6f6f6;
    padding: 50px 50px 20px;
    width: 50%;
}

@media (max-width: 991px) {
    .page-checkout .checkout-wrapper > .part:last-child {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        background: transparent;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

.page-checkout .checkout-wrapper > .part:first-child {
    width: 50%;
}

@media (max-width: 991px) {
    .page-checkout .checkout-wrapper > .part:first-child {
        width: 100%;
    }
}

.page-checkout .checkout-wrapper > .part:first-child .form-group {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

.page-checkout .checkout-wrapper > .part:first-child .form-group.sm {
    width: 80px;
}

@media (max-width: 1199px) {
    .page-checkout .checkout-wrapper > .part:first-child .form-group.sm {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px);
    }
}

.page-checkout .checkout-wrapper > .part:first-child .form-group.half {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
}

@media (max-width: 1199px) {
    .page-checkout .checkout-wrapper > .part:first-child .form-group.half {
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
    }
}

.page-checkout .checkout-wrapper > .part:first-child .form-group-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    margin: 0 -15px;
}

.page-checkout .checkout-wrapper input.input-default {
    border-bottom: 1px solid var(--base-color-text-50);
    font-size: 20px;
    padding-right: 0;
}

@media (max-width: 767px) {
    .page-checkout .checkout-wrapper input.input-default {
        font-size: 18px;
    }
}

.page-checkout .checkout-wrapper .option-checkbox-filter:hover span {
    color: var(--base-color-text-reverse);
}

.page-checkout .checkout-wrapper .option-checkbox-filter label {
    padding-left: 25px;
}

.page-checkout .checkout-wrapper .option-checkbox-filter input[type='radio']:checked + label span {
    font-weight: normal;
}

.page-checkout .checkout-wrapper .option-checkbox-filter input[type='radio']:checked + label::before {
    background: var(--base-color-bg);
}

.page-checkout .checkout-wrapper .option-checkbox-filter input[type='radio']:checked + label::after {
    background-image: url(/local/templates/tarox.new/img/svg/done.svg);
    z-index: 2;
}

@media (max-width: 767px) {
    .page-checkout .cart-modal-bottom {
        padding-top: 0;
        border-bottom: 1px solid rgba(17, 17, 17, 0.1);
    }
}

@media (max-width: 767px) {
    .page-checkout .cart-modal-bottom:before {
        display: none;
    }
}

.page-checkout .cart-modal-shell {
    height: 38vh;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .page-checkout .cart-modal-shell {
        margin-bottom: 10px;
    }
}

.page-checkout .cart-modal-wrapper {
    height: auto;
    max-width: 320px;
    width: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .page-checkout .cart-modal-wrapper {
        max-width: 100%;
    }
}

.page-checkout .cart-modal-wrapper .btn-def {
    min-width: 150px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    margin-left: auto;
}

.page-checkout .cart-modal-wrapper .all-price {
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: solid 1px rgba(17, 17, 17, 0.1);
}

@media (max-width: 767px) {
    .page-checkout .cart-modal-wrapper .all-price {
        font-size: 8px;
    }
}

@media (max-width: 767px) {
    .page-checkout .cart-modal-wrapper .all-price-current {
        font-size: 20px;
    }
}

.page-checkout .cart-modal-wrapper .promo-code-item {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .page-checkout .cart-modal-wrapper .price-with-code {
        font-size: 8px;
    }
}

.page-checkout .cart-modal-part {
    width: 100%;
}

@media (max-width: 767px) {
    .page-checkout .product-btn-panel {
        padding-top: 10px;
    }
}

.checkout-item-buyer {
    margin-bottom: -20px;
}

.checkout-item-buyer .form-group {
    margin-bottom: 20px;
}

.checkout-item-buyer .form-group:nth-child(3) {
    width: 100%;
}

.checkout-item-buyer input.input-default {
    padding-right: 0;
}

.checkout-item-payment .form-group {
    margin-bottom: 0;
}

.checkout-item-payment .option-checkbox-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    line-height: 21px;
}

.checkout-item-payment .option-checkbox-filter span {
    font-size: 20px;
}

@media (max-width: 767px) {
    .checkout-item-payment .option-checkbox-filter span {
        font-size: 18px;
    }
}

.checkout-item-payment .icons {
    margin-left: 15px;
}

@media (max-width: 767px) {
    .checkout-item-payment .product-btn-panel .btn-def {
        width: 100%;
    }
}

.checkout-item-delivery {
    border-top: solid 1px rgba(17, 17, 17, 0.1);
    border-bottom: solid 1px rgba(17, 17, 17, 0.1);
    padding-bottom: 0;
}

.checkout-item-delivery .wrapper {
    margin-top: 7px;
    display: none;
}

.checkout-item-delivery .checkout-title {
    padding-bottom: 0;
}

.checkout-item-delivery .checkout-title-panel {
    padding: 19px 0;
    cursor: pointer;
}

.checkout-item-delivery .checkout-title-panel .icon {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media (max-width: 767px) {
    .checkout-item-delivery .checkout-title-panel .icon svg {
        width: 10px;
        height: 10px;
    }
}

.checkout-item-delivery .checkout-title-panel.active .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.checkout-item-delivery .option-checkbox-filter span {
    font-size: 18px;
    line-height: 18px;
}

@media (max-width: 767px) {
    .checkout-item-delivery .option-checkbox-filter span {
        font-size: 20px;
    }
}

.checkout-item-delivery .delivery-info {
    padding-left: 30px;
    padding-top: 10px;
}

@media (max-width: 991px) {
    .checkout-item-delivery .delivery-info {
        padding-top: 5px;
        padding-bottom: 30px;
    }
}

.checkout-item-delivery .delivery-info__label {
    color: var(--base-color-text-50);
    font-size: 18px;
    padding-bottom: 20px;
}

.checkout-item-delivery .delivery-info__parameters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
}

@media (max-width: 767px) {
    .checkout-item-delivery .delivery-info__parameters {
        font-size: 18px;
    }
}

.checkout-item-delivery .delivery-info__parameters .item {
    padding-left: 30px;
}

.checkout-item-delivery .delivery-info__parameters .item:first-child {
    padding-left: 0;
}

.checkout-item-delivery .delivery-info__inputs {
    padding-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1199px) {
    .checkout-item-delivery .delivery-info__inputs .form-group:first-child {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .checkout-item-delivery .delivery-info__inputs {
        display: none;
    }
}

.checkout-item-delivery .part {
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: solid 1px rgba(17, 17, 17, 0.1);
    opacity: 0.4;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media (max-width: 991px) {
    .checkout-item-delivery .part {
        opacity: 1;
        padding-bottom: 0;
    }
}

.checkout-item-delivery .part.checked {
    opacity: 1;
}

.checkout-item-delivery .part-express-country .delivery-info__inputs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.checkout-item-delivery .part .form-group {
    margin-bottom: 0;
    padding-bottom: 15px;
}

@media (max-width: 767px) {
    .checkout-item-delivery .part .form-group {
        margin-bottom: 0 !important;
    }
}

.checkout-item-delivery .part:last-child {
    border-bottom: none;
}

@media (max-width: 991px) {
    .checkout-item-delivery .part:last-child {
        margin-bottom: 0;
    }
}

.checkout-item-deliver .part-express .form-group-wrapper {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.checkout-item-address {
    padding-top: 40px;
}

/*________ End .page-checkout.html ________*/
/*________ .page-account.html ________*/
.container-md {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
}

.header-info {
    padding: 14px 0;
    border-bottom: 1px solid var(--base-color-text-50);
    text-align: center;
    font-size: 18px;
    background: var(--base-color-bg-reverse);
}

.header-info br {
    display: none;
}

@media (max-width: 767px) {
    .header-info br {
        display: block;
    }
}

@media (max-width: 767px) {
    .header-info {
        font-size: 19px;
        padding: 10px 0;
    }
}

.header-account .header-account-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 26px 0;
}

@media (max-width: 767px) {
    .header-account .header-account-line {
        padding: 14px 0;
    }
}

.header-account .logo {
    margin-left: 35px;
}

@media (max-width: 767px) {
    .header-account .logo {
        margin-left: -74px;
    }
}

.header-account .contact-item .icon {
    display: none;
}

@media (max-width: 767px) {
    .header-account .contact-item .icon {
        display: block;
    }
}

@media (max-width: 767px) {
    .header-account .contact-item .number {
        display: none;
    }
}

.footer-account {
    background: var(--base-color-bg);
    padding: 35px 0;
    color: var(--base-color-text);
}

@media (max-width: 767px) {
    .footer-account {
        padding: 20px 0;
    }
}

.footer-account a {
    color: var(--base-color-text);
}

@media (max-width: 767px) {
    .footer-account a {
        font-size: 19px;
    }
}

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

@media (max-width: 767px) {
    .footer-account .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .footer-account .footer-logo {
        margin-bottom: 10px;
    }
}

.page-content {
    flex: 1 0 auto;
    padding: 95px 0 0 0;
}

@media (max-width: 767px) {
    .page-content {
        padding: 68px 0 0 0;
    }
}

.page-account {
    background: #f5f5f5;
    padding: 42px 0 78px;
    min-height: 75vh;
}

@media (max-width: 767px) {
    .page-account {
        padding-bottom: 15px;
    }
}

.page-account .heading-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 23px;
}

.page-account .heading-page {
    padding: 0;
    text-transform: none;
}

.page-account .heading-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.page-account .log-out {
    margin-right: 35px;
    font-size: 20px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.page-account .log-out:hover {
    opacity: 0.7;
}

@media (max-width: 767px) {
    .page-account .log-out {
        font-size: 18px;
        margin-right: 0;
    }
}

.page-account .log-out .icon {
    margin-right: 2px;
}

.page-account .link-prev a {
    font-size: 18px;
    border-bottom: 1px solid var(--base-color-text-50);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.page-account .link-prev a:hover {
    border-color: transparent;
}

@media (max-width: 767px) {
    .page-account .link-prev {
        margin-top: 40px;
    }
}

.page-account .panel-item {
    background: var(--base-color-bg-reverse);
    border: solid 1px #e1e1e1;
    padding: 26px 10px 26px 30px;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .page-account .panel-item {
        padding: 15px;
    }
}

.page-account .panel-item-title {
    font-size: 19px;
    font-weight: 600;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

@media (max-width: 767px) {
    .page-account .panel-item-title {
        font-size: 18px;
    }
}

.page-account .panel-item-title.active .icon-plus:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.page-account .panel-item-wrapper {
    padding-bottom: 90px;
}

.page-account .panel-item-description {
    padding-top: 40px;
    display: none;
}

@media (max-width: 767px) {
    .page-account .panel-item-description {
        padding-top: 10px;
    }
}

.page-account .panel-item-description .bottom-info a {
    border-bottom: 1px solid #111;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.page-account .panel-item-description .bottom-info a:hover {
    border-color: transparent;
}

.page-account .link-act a {
    font-size: 20px;
    border-bottom: 1px solid #111;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.page-account .link-act a:hover {
    border-color: transparent;
}

@media (max-width: 767px) {
    .page-account .link-act a {
        font-size: 18px;
    }
}

.page-account strong {
    font-weight: 600;
}

.page-account .field-name {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 14px;
}

.page-account .btn-def {
    font-size: 18px;
    padding: 10px;
}

.page-account .btn-def-black {
    border-color: var(--base-color-text-reverse);
}

.page-account .icon-plus {
    position: relative;
    width: 22px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .page-account .icon-plus {
        width: 12px;
        height: 12px;
    }
}

.page-account .icon-plus:before,
.page-account .icon-plus:after {
    content: '';
    position: absolute;
    background: var(--base-color-bg);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.page-account .icon-plus:before {
    width: 2px;
    height: 22px;
    left: 0;
}

@media (max-width: 767px) {
    .page-account .icon-plus:before {
        height: 12px;
    }
}

.page-account .icon-plus:after {
    width: 22px;
    height: 2px;
    top: 10px;
    left: -10px;
}

@media (max-width: 767px) {
    .page-account .icon-plus:after {
        width: 12px;
        left: -5px;
        top: 5px;
    }
}

.page-account .panel-wrapper {
    position: relative;
}

@media (max-width: 991px) {
    .page-account .panel-wrapper {
        padding-top: 50px;
    }
}

.account-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .account-menu {
        position: absolute;
        top: 0;
        left: 0;
        padding-bottom: 4px;
        border-bottom: 1px solid var(--base-color-text-50);
        width: 100%;
    }
}

.account-menu a {
    font-size: 19px;
    font-weight: 600;
    color: var(--base-color-text-50);
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media (max-width: 991px) {
    .account-menu a {
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .account-menu a {
        font-size: 18px;
    }
}

.account-menu li {
    margin-right: 39px;
}

.account-menu li:last-child {
    margin-right: 0;
    display: none;
}

@media (max-width: 991px) {
    .account-menu li:last-child {
        display: block;
    }
}

.account-menu li.active a,
.account-menu li:hover a {
    color: var(--base-color-text-reverse);
    border-color: var(--base-color-text-50);
}

@media (max-width: 991px) {

    .account-menu li.active a,
    .account-menu li:hover a {
        border-color: var(--base-color-text-reverse);
    }
}

.account-menu li .mobile {
    display: none;
}

@media (max-width: 767px) {
    .account-menu li .mobile {
        display: block;
    }
}

@media (max-width: 767px) {
    .account-menu li .desktop {
        display: none;
    }
}

.page-account .panel-item-information {
    padding-right: 46px;
    padding-bottom: 38px;
}

@media (max-width: 991px) {
    .page-account .panel-item-information {
        padding: 23px 30px 30px 30px;
    }
}

@media (max-width: 767px) {
    .page-account .panel-item-information {
        padding: 8px 15px 0px 15px;
    }
}

.page-account input {
    width: 100%;
    border: 1px solid #e1e1e1;
    font-size: 20px;
    color: var(--base-color-text-reverse);
    padding: 8px 13px;
}

.page-account input:focus {
    outline: none;
}

@media (max-width: 767px) {
    .page-account input {
        border: none;
        border-bottom: 1px solid #e1e1e1;
        font-weight: 600;
        font-size: 18px;
        padding: 6px 0;
    }
}

.page-account select::-ms-expand {
    display: none;
}

.page-account select {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 8px 12px;
    color: var(--base-color-text-reverse);
    font-size: 20px;
    border: none;
    border: solid 1px #e1e1e1;
    background: url(/local/templates/tarox.new/img/svg/arrow-black.svg);
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% - 12px) 50%;
    background-position: calc(100% - 12px) 50%;
    width: 186px;
}

.page-account select:focus {
    outline: none;
}

@media (max-width: 767px) {
    .page-account select {
        font-size: 18px;
        font-weight: 600;
        border: none;
        border-bottom: 1px solid #e1e1e1;
        padding-left: 0;
        padding-right: 0;
        background-position: 100% 50%;
        width: 100%;
    }
}

.panel-item-information .part-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .panel-item-information .part-wrapper {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.panel-item-information .part-left {
    max-width: 360px;
    width: 100%;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .panel-item-information .part-left {
        padding-right: 0;
    }
}

.panel-item-information .part-left .link-act {
    padding-top: 34px;
}

@media (max-width: 767px) {
    .panel-item-information .part-left .link-act {
        padding-top: 0;
    }
}

.panel-item-information .part-right {
    max-width: 666px;
    width: 100%;
}

@media (max-width: 991px) {
    .panel-item-information .part-right {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .panel-item-information .part-right {
        padding-bottom: 0;
        padding-top: 8px;
    }
}

.panel-item-information .user-data {
    padding-top: 7px;
}

.panel-item-information .user-data li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 18px;
}

@media (max-width: 767px) {
    .panel-item-information .user-data li {
        font-size: 18px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.panel-item-information .user-data span {
    width: 50%;
}

@media (max-width: 767px) {
    .panel-item-information .user-data span {
        width: 100%;
    }
}

.panel-item-information .user-data span:first-child {
    font-weight: 600;
    margin-right: 38px;
}

@media (max-width: 767px) {
    .panel-item-information .user-data span:first-child {
        margin-right: 0;
        padding-bottom: 7px;
        color: var(--base-color-text-50);
        font-weight: normal;
    }
}

@media (max-width: 767px) {
    .panel-item-information .user-data span:last-child {
        font-weight: 600;
    }
}

.panel-item-information .vip-card {
    background: #f5f5f5;
    padding: 26px;
    max-width: 455px;
    margin-left: auto;
}

@media (max-width: 991px) {
    .panel-item-information .vip-card {
        margin-top: 40px;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .panel-item-information .vip-card {
        padding: 15px;
        min-width: -webkit-calc(100% + 30px);
        min-width: calc(100% + 30px);
        margin-left: -15px;
    }
}

.panel-item-information .vip-card__title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 13px;
}

@media (max-width: 767px) {
    .panel-item-information .vip-card__title {
        font-size: 18px;
    }
}

.panel-item-information .vip-card__info {
    font-size: 20px;
}

@media (max-width: 767px) {
    .panel-item-information .vip-card__info {
        font-size: 18px;
    }
}

.saved-address-item {
    position: relative;
    padding: 22px 46px 19px 23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    margin-bottom: 10px;
    max-width: 454px;
    width: 100%;
    margin-left: auto;
}

@media (max-width: 991px) {
    .saved-address-item {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .saved-address-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px;
        margin-bottom: 5px;
        max-width: 100%;
        width: 100%;
    }
}

.saved-address-item:last-child {
    margin-bottom: 0;
}

.saved-address-item .address {
    max-width: 115px;
    font-size: 20px;
}

@media (max-width: 767px) {
    .saved-address-item .address {
        font-size: 18px;
    }
}

.saved-address-item .address span {
    display: block;
    padding-bottom: 2px;
}

.saved-address-item .links-act {
    text-align: right;
}

@media (max-width: 767px) {
    .saved-address-item .links-act {
        text-align: left;
        padding-top: 25px;
    }
}

.saved-address-item .links-act .link-act {
    padding-bottom: 21px;
}

@media (max-width: 767px) {
    .saved-address-item .links-act .link-act {
        padding-bottom: 0;
    }
}

.saved-address-item .links-act .link-act .icon {
    display: none;
}

@media (max-width: 767px) {
    .saved-address-item .links-act .link-act .icon {
        display: block;
        position: absolute;
        top: 18px;
        right: 18px;
    }
}

.saved-addresses {
    padding-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
}

@media (max-width: 991px) {
    .saved-addresses {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .saved-addresses {
        width: 100%;
    }
}

.saved-addresses.show .saved-address-item {
    display: none;
}

@media (max-width: 991px) {
    .saved-addresses.show .saved-address-item {
        display: block;
    }
}

.saved-addresses.show .saved-addresses-nav {
    display: none;
}

@media (max-width: 991px) {
    .saved-addresses.show .saved-addresses-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 991px) {
    .saved-addresses .saved-address-item.show-mobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .saved-addresses {
        margin-left: 0;
        display: none;
        padding: 0;
        max-width: 100%;
    }
}

.saved-addresses-wrapper {
    margin-left: auto;
    min-width: 450px;
}

@media (max-width: 991px) {
    .saved-addresses-wrapper {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .saved-addresses-wrapper {
        min-width: auto;
    }
}

.saved-addresses-nav {
    margin-top: 12px;
}

@media (max-width: 767px) {
    .saved-addresses-nav {
        margin-bottom: 35px;
    }
}

.saved-addresses-nav .btn-def {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

@media (max-width: 767px) {
    .saved-addresses-nav .btn-def {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .saved-addresses .link-act .text {
        display: none;
    }
}

@media (max-width: 767px) {
    .saved-addresses .link-act .icon {
        display: block;
    }
}

@media (max-width: 767px) {
    .saved-addresses .field-name {
        display: none;
    }
}

.panel-item-loyalty__title {
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .panel-item-loyalty__title {
        font-size: 18px;
    }
}

.panel-item-loyalty .networks {
    margin-top: 20px;
}

.panel-item-loyalty .networks li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .panel-item-loyalty .networks li {
        width: 25px;
        height: 25px;
    }
}

.panel-item-loyalty .bottom-info {
    margin-top: 15px;
    font-size: 18px;
}

@media (max-width: 767px) {
    .panel-item-loyalty .bottom-info {
        font-size: 19px;
    }
}

.share {
    background: #f5f5f5;
    max-width: 475px;
    padding: 25px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .share {
        max-width: 100%;
        min-width: -webkit-calc(100% + 30px);
        min-width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.share__title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .share__title {
        font-size: 18px;
        padding-bottom: 5px;
    }
}

.share input {
    background: transparent;
    border: none;
    width: 240px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .share input {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .share .part {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .share-btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .share .btn-def {
        margin-top: 15px;
        min-width: 100%;
    }
}

.panel-item-subscriptions .options-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.panel-item-subscriptions .option-checkbox-filter {
    max-width: 356px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.panel-item-subscriptions .option-checkbox-filter:hover span {
    color: var(--base-color-text-reverse);
}

.panel-item-subscriptions .option-checkbox-filter label {
    padding-left: 25px;
}

.panel-item-subscriptions .option-checkbox-filter span {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .panel-item-subscriptions .option-checkbox-filter span {
        font-size: 18px;
    }
}

.panel-item-subscriptions .option-checkbox-filter .text {
    padding-top: 3px;
}

@media (max-width: 767px) {
    .panel-item-subscriptions .option-checkbox-filter .text {
        font-size: 18px;
    }
}

.panel-item-subscriptions .option-checkbox-filter input[type='checkbox']:checked + label span {
    font-weight: 600;
}

.panel-item-subscriptions .option-checkbox-filter input[type='checkbox']:checked + label::before {
    background: var(--base-color-bg);
}

.panel-item-subscriptions .option-checkbox-filter input[type='checkbox']:checked + label::after {
    background-image: url(/local/templates/tarox.new/img/svg/done.svg);
    z-index: 2;
}

.edit-addresses-nav {
    display: none;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .edit-addresses-nav {
        margin-top: 0;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .edit-addresses-nav .field-name {
        display: none;
    }
}

.edit-addresses-btn-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .edit-addresses-btn-nav {
        margin-top: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
}

.edit-addresses-btn-nav .btn-def {
    margin-left: 10px;
    min-width: 120px;
}

@media (max-width: 767px) {
    .edit-addresses-btn-nav .btn-def {
        min-width: -webkit-calc(50% - 10px);
        min-width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }
}

.edit-addresses {
    margin-top: 10px;
    padding: 19px 39px 19px 23px;
    border: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
    .edit-addresses {
        padding: 15px 15px 35px 15px;
    }
}

.edit-addresses-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -7px;
}

@media (max-width: 767px) {
    .edit-addresses-wrapper {
        margin: 0;
    }
}

.edit-addresses .form-group {
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
    margin: 0 7px 20px;
}

@media (max-width: 767px) {
    .edit-addresses .form-group {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 25px;
    }
}

.edit-addresses .form-group-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

@media (max-width: 767px) {
    .edit-addresses .form-group-wrapper {
        width: -webkit-calc(100% + 14px);
        width: calc(100% + 14px);
        margin: 0 -7px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .edit-addresses .form-group-wrapper .form-group {
        width: -webkit-calc(50% - 14px);
        width: calc(50% - 14px);
        margin-left: 7px;
        margin-right: 7px;
    }
}

.edit-addresses .field-name {
    font-weight: normal;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .edit-addresses .field-name {
        display: block;
        color: var(--base-color-text-50);
        padding-bottom: 5px;
        font-size: 18px;
    }
}

.edit-addresses .option-checkbox-filter {
    margin-top: 27px;
}

@media (max-width: 767px) {
    .edit-addresses .option-checkbox-filter {
        margin-top: 0;
    }
}

.edit-addresses .option-checkbox-filter label {
    padding-left: 26px;
}

.edit-addresses .option-checkbox-filter span {
    font-size: 20px;
}

@media (max-width: 767px) {
    .edit-addresses .option-checkbox-filter span {
        font-size: 18px;
        display: block;
    }
}

.dropdown-country .dropdown-menu {
    width: 100%;
    border-radius: 0;
}

.dropdown-country .dropdown-toggle::after {
    display: none;
}

.dropdown-country .dropdown-toggle:before {
    content: '';
    width: 7px;
    height: 7px;
    background-image: url(/local/templates/tarox.new/img/svg/arrow-bottom.svg);
    background-size: contain;
    position: absolute;
    right: 11px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dropdown-country .icon {
    width: 15px;
    height: 15px;
    margin-right: 7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -2px;
}

.dropdown-country .btn-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    padding: 6px 13px;
    border-radius: 0;
    width: 100%;
}

.dropdown-country .text {
    font-size: 20px;
    color: var(--base-color-text-reverse);
}

@media (max-width: 767px) {
    .dropdown-country .text {
        font-size: 18px;
        font-weight: 600;
    }
}

.dropdown-country li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 13px;
    font-size: 20px;
    color: var(--base-color-text-reverse);
    opacity: 1;
}

@media (max-width: 767px) {
    .dropdown-country li {
        font-size: 18px;
    }
}

.page-account-edit .form-group {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .page-account-edit .panel-item-information {
        padding-bottom: 30px;
    }
}

.page-account-edit .field-name {
    font-weight: normal;
}

@media (max-width: 767px) {
    .page-account-edit .field-name {
        margin-right: 0;
        padding-bottom: 5px;
        color: var(--base-color-text-50);
        font-weight: normal;
        font-size: 18px;
    }
}

.page-account-edit .user-data-edit {
    width: 100%;
}

.page-account-edit .user-data-edit-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px;
    max-width: 600px;
    width: 100%;
}

@media (max-width: 767px) {
    .page-account-edit .user-data-edit-wrapper {
        max-width: 100%;
        margin: 0;
    }
}

.page-account-edit .form-group {
    width: 100%;
    margin-left: 7px;
    margin-right: 7px;
}

@media (max-width: 767px) {
    .page-account-edit .form-group {
        margin-left: 0;
        margin-right: 0;
    }
}

.page-account-edit .form-group.half {
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
}

@media (max-width: 767px) {
    .page-account-edit .form-group.half {
        width: 100%;
    }
}

.page-account-edit .form-group-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px;
}

@media (max-width: 767px) {
    .page-account-edit .form-group-wrapper {
        margin: 0 -5px;
    }
}

.page-account-edit .form-group-wrapper .field-input {
    margin: 0 7px;
}

@media (max-width: 767px) {
    .page-account-edit .form-group-wrapper .field-input {
        margin: 0 5px;
    }
}

@media (max-width: 767px) {
    .page-account-edit .form-group-wrapper.third .field-input {
        width: -webkit-calc(33.33% - 10px);
        width: calc(33.33% - 10px);
    }
}

@media (max-width: 767px) {
    .page-account-edit .edit-addresses-btn-nav {
        margin-top: 10px;
    }
}

.order-item {
    margin-bottom: 5px;
    border: solid 1px #e1e1e1;
    position: relative;
}

.order-item:hover .order-item-top {
    background: #f9f9f9;
}

.order-item-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 24px;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

@media (max-width: 991px) {
    .order-item-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.order-item__title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 5px;
}

@media (max-width: 991px) {
    .order-item__title {
        font-size: 18px;
    }
}

.order-item__date {
    font-size: 20px;
    color: var(--base-color-text-50);
}

@media (max-width: 991px) {
    .order-item__date {
        font-size: 18px;
    }
}

.order-item__location {
    margin-right: 25px;
    position: relative;
}

@media (max-width: 991px) {
    .order-item__location .icon {
        position: absolute;
        left: -25px;
        top: 5px;
    }
}

.order-item__location,
.order-item__status,
.order-item__price {
    font-size: 18px;
}

.order-item__price {
    font-weight: 600;
    margin-right: 70px;
}

@media (max-width: 991px) {
    .order-item__price {
        padding: 5px 0 10px;
    }
}

@media (max-width: 991px) {
    .order-item .icon-plus {
        position: absolute;
        top: 17px;
        right: 17px;
    }
}

.order-item .icon-plus:before {
    left: 10px;
}

@media (max-width: 767px) {
    .order-item .icon-plus:before {
        left: 5px;
    }
}

.order-item .icon-plus:after {
    left: 0;
}

.order-item-info {
    display: none;
}

@media (max-width: 991px) {
    .order-item-btn {
        padding: 15px;
    }
}

.order-item .btn-def {
    border-color: var(--base-color-text-reverse);
    min-width: 160px;
}

@media (max-width: 767px) {
    .order-item .btn-def {
        min-width: 100%;
    }
}

.order-item.show {
    border-color: var(--base-color-text-50);
}

.order-item.show .order-item-top {
    background: #f9f9f9;
}

.order-item.show .order-item-top .icon-plus:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.order-item {
    margin-bottom: 5px;
}

.order-item-top .order-item-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .order-item-top .order-item-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 23px;
    }
}

.order-item-top .order-item-left {
    max-width: 233px;
    width: 100%;
    margin-right: 40px;
}

@media (max-width: 991px) {
    .order-item-top .order-item-left {
        margin-right: 0;
    }
}

.order-item-top .order-item-right {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .order-item-top .order-item-right {
        margin-left: 0;
    }
}

.order-item-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 24px;
    background: #f9f9f9;
}

@media (max-width: 991px) {
    .order-item-middle {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.order-item-middle li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 14px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .order-item-middle li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.order-item-middle li span:first-child {
    color: var(--base-color-text-50);
    max-width: 232px;
    width: 100%;
    margin-right: 44px;
}

@media (max-width: 991px) {
    .order-item-middle li span:last-child {
        font-weight: 600;
        width: 100%;
    }
}

.order-item .order-item-left {
    width: 100%;
    margin-right: 40px;
}

@media (max-width: 991px) {
    .order-item .order-item-left {
        margin-right: 0;
    }
}

.order-item-table {
    padding: 12px 24px;
}

@media (max-width: 991px) {
    .order-item-table {
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.order-item-thead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

@media (max-width: 991px) {
    .order-item-thead {
        display: none;
    }
}

.order-item-tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}

.order-item-tr:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .order-item-tr {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.order-item-td:nth-child(1) {
    max-width: 31%;
    width: 100%;
}

@media (max-width: 991px) {
    .order-item-td:nth-child(1) {
        max-width: 100%;
    }
}

.order-item-td:nth-child(2) {
    width: 32%;
    text-align: center;
}

.order-item-td:nth-child(3) {
    width: -webkit-calc(16% + 3px);
    width: calc(16% + 3px);
    text-align: center;
}

.order-item-td:last-child {
    margin-left: auto;
}

@media (max-width: 991px) {
    .order-item-td:nth-child(n + 2) {
        display: none;
    }
}

.order-item-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    color: var(--base-color-text-50);
}

@media (max-width: 767px) {
    .order-item-product {
        font-size: 8px;
    }
}

.order-item-product .all-price {
    color: var(--base-color-text-reverse);
}

@media (max-width: 767px) {
    .order-item-product .all-price {
        font-size: 19px;
    }
}

.order-item-product__img {
    max-width: 120px;
    width: 100%;
    height: 158px;
    margin-right: 12px;
}

@media (max-width: 991px) {
    .order-item-product__img {
        width: 100px;
        height: 125px;
    }
}

.order-item-product__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order-item-product__title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 13px;
}

@media (max-width: 767px) {
    .order-item-product__title {
        font-size: 8px;
        padding-bottom: 8px;
    }
}

.order-item-product__list li:nth-child(n + 3) {
    display: none;
}

@media (max-width: 991px) {
    .order-item-product__list li:nth-child(n + 3) {
        display: block;
    }
}

.order-item-product__list li:nth-child(3) {
    padding: 10px 0 25px;
}

.order-item-product__list li span {
    width: 50px;
    display: inline-block;
}

.orders-empty {
    text-align: center;
    padding-top: 75px;
}

@media (max-width: 991px) {
    .orders-empty {
        padding: 48px 0 56px 0;
    }
}

.orders-empty__icon {
    margin-bottom: 20px;
}

.orders-empty__title {
    font-size: 20px;
    font-weight: 600;
}

.orders-empty__btn {
    margin-top: 30px;
}

.orders-empty__btn .btn-def {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
}

/*________ End .page-account.html ________*/

.text-page-wrapper {
    max-width: 606px;
    margin: 0 auto 45px auto;
}

.text-page p {
    margin: 10px 0;
    font-size: 20px;
    line-height: 22px;
    color: var(--base-color-text);
}

.text-page h2,
.text-page-h2 {
    margin: 50px 0 15px 0;
    padding: 50px 0 0 0;
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.text-page :first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
}

@media (max-width: 767px) {
    .text-page-wrapper {
        padding: 0 30px;
        margin: 0 auto 15px auto;
    }

    .text-page p {
        font-size: 18px;
        line-height: 18px;
    }

    .text-page h2 {
        margin: 40px 0 10px 0;
        padding: 40px 0 0 0;
        font-size: 20px;
        line-height: 17px;
    }
}

/* index redesign */

.page-main-light {
    background-color: var(--base-color-text);
}

.page-main-light .category-product-item a:after {
    display: none;
}

.new-goods-light {
    margin: 0;
    padding: 0;
}

.new-goods-light .heading {
    color: var(--base-color-text-reverse);
}

.category-product-item-light {
    height: auto;
}

.category-product-item-light:before {
    display: none;
}

.category-product-item-light a:after {
    display: none;
}

.category-product-item-light a {
    display: flex;
    flex-flow: column nowrap;
}

.category-product-item-light .category-product__img {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 103% 0;
    overflow: hidden;
}

.category-product-item-light:hover .category-product__img {
    transform: initial;
}

.category-product-item-light .category-product__img img {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    max-width: none;
    transition: all 0.5s ease-out;
}

.category-product-item-light:hover .category-product__img img {
    transform: scale(1.03);
    transition: all 0.5s ease-in;
}

.category-product-item-light .category-product-info {
    position: static;
    flex: 1 1 50%;
    display: flex;
    flex-flow: column nowrap;
    max-height: 100%;
    padding: 20px 9% 30px 9%;
    color: var(--base-color-text);
    background: var(--base-color-bg);
}

.category-product-item-light .category-product__title {
    flex: 1 1 50%;
    max-height: 100%;
}

.page-main-light .category-product-more {
    padding: 30px 15px 60px 15px;
    background: var(--base-color-bg);
}

.page-main-light .category-product-more .btn-more {
    color: var(--base-color-text);
}

.page-main-light .category-product-more .btn-more:hover {
    color: var(--base-color-text);
}

@media (max-width: 767px) {

    .category-product-item-light {
        min-height: initial;
    }

    .category-product-temp-2 .category-product-item-light {
        height: auto;
    }

    .category-product-item-light .category-product__img {
        padding: 0 0 131% 0;
    }

    .category-product-item-light .category-product__img img {
        top: -40px;
        left: -40px;
        width: calc(100% + 80px);
        height: calc(100% + 80px);
    }

    .category-product-item-light .category-product-info {
        padding: 10px 15px 20px 15px;
    }

    .page-main-light .category-product-more {
        padding: 20px 15px 60px 15px;
    }
}

.page-main-light .about-us-section {
    padding: 90px 0;
    background: var(--base-color-bg);
}

@media (max-width: 767px) {
    .page-main-light .about-us-section {
        padding: 60px 0;
    }
}

.product-detail-share {
    max-width: 290px;
    margin: 0 0 12px 0;
    color: var(--base-color-text);
    background: #8e7ab3;
}

.product-detail-share-button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    font-weight: 600;
    font-size: 19px;
    color: var(--base-color-text);
    background: transparent;
    border: 1px solid #000;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    transition: 0.25s;
    text-transform: uppercase;
}

.product-detail-share-button:hover,
.product-detail-share-button:focus,
.product-detail-share.active .product-detail-share-button {
    border-color: var(--base-color-text);
}

.product-detail-share-button .share-button-icon {
    width: 22px;
    height: 22px;
    margin: 0 0 0 8px;
    background: center / contain url(/local/templates/tarox.new/img/svg/gift.svg) no-repeat;
}

.product-detail-share-content {
    display: none;
    padding: 12px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: var(--base-color-text);
}

.product-detail-share.active .product-detail-share-content {
    display: block;
}

.product-detail-share-content .share-content-message {
    text-align: center;
    margin: 0 0 12px 0;
}

.product-detail-share-icons {
    text-align: center;
}

.product-detail-share-icons .ya-share2__badge {
    border-radius: 0 !important;
}

.product-detail-share-icons .ya-share2__badge .ya-share2__icon {
    width: 42px !important;
    height: 42px !important;
    background-size: 36px 36px !important;
    background-position: center !important;
}

@media (max-width: 767px) {
    .product-detail-share {
        max-width: 100%;
        margin: 0 0 6px 0;
    }

    .product-detail-share-button {
        height: 35px;
        padding: 0 10px;
        font-size: 17px;
    }

    .product-detail-share-button .share-button-icon {
        width: 18px;
        height: 18px;
        margin: 0 0 0 4px;
    }

    .product-detail-share-content {
        padding: 8px;
    }

    .product-detail-share-content .share-content-message {
        margin: 0 0 8px 0;
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .product-detail-share {
        width: 100%;
    }
}

.phone_top {
    margin-right: 25px;
    color: #fff;
    display: flex;
    align-items: center;
}

.phone_top a {
    color: #fff;
    white-space: nowrap;
}

.header:hover .phone_top a,
.header-white .phone_top a {
    color: #111;
}

.goods-selection-section.wiwed .category-product-item-light a {
    position: relative;
}

.goods-selection-section.wiwed .category-product-item-light a .category-product-info {
    position: absolute;
    bottom: 10px;
}

.goods-selection-section.wiwed .category-product-wrapper {
    min-height: auto;
}

.about-us__photo-blog {
    float: left;
    margin-right: 20px;
}

.about-us__photo-blog img {
    max-height: 450px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 850px) {
    .about-us__photo-blog {
        max-width: 40%;
    }
}

@media screen and (max-width: 767px) {
    .phone_top {
        margin: 0 10px 0 0;
        font-size: 19px;
    }
}

@media screen and (max-width: 450px) {
    .about-us__photo-blog {
        float: none;
        max-width: 70%;
        margin: 0 auto 20px;
    }
}

.dop_text {
    padding: 50px 60px;
}

@media screen and (max-width: 999px) {
    .dop_text {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 550px) {
    .dop_text {
        padding: 15px;
    }
}

.look-book-blog {
    color: var(--base-color-text);
    background: var(--base-color-bg);
}

.look-book__inner {
    color: var(--base-color-text);
    background: var(--base-color-bg);
}

.look-book-blog .look-book__list {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
}

.look-book-blog .look-book__item {
    flex: 0 1 calc(50% - 25px);
}

.look-book-blog .look-book__item article.look {
    display: flex;
}

.look-book-blog .look-book__item .look__title,
.look-book-blog .look-book__item .look__price,
.look-book-blog .look-book__item .look__info {
    margin: 0;
    padding: 0;
    text-align: left;
}

.look-book-blog .look-book__item .look__title {
    font-size: 32px;
    line-height: 38px;
}

.look-book-blog .look-book__item .look__info {
    padding-left: 20px;
}

.look-book-blog .look-book__item .look__price {
    margin-top: 20px;
}

.look-book-blog .look-book__item .look__photo img {
    width: 100%;
    max-width: 290px;
    height: 300px;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
}

.look-book-blog .look-book__item .look__photo {
    width: 100%;
    max-width: 290px;
    height: 100%;
    max-height: 300px;
}

@media screen and (max-width: 1000px) {
    .look-book-blog .look-book__item article.look {
        flex-direction: column;
    }

    .look-book-blog .look-book__item .look__info {
        padding-left: 0;
        padding-top: 20px;
    }

    .look-book-blog .look-book__item .look__photo {
        max-width: 100%;
    }

    .look-book-blog .look-book__item .look__photo img {
        max-width: 100%;
        object-position: top;
    }
}

@media screen and (max-width: 768px) {
    .look-book-blog .look-book__item .look__title {
        font-size: 28px;
        line-height: 30px;
    }
}

@media screen and (max-width: 600px) {
    .look-book-blog .look-book__item {
        flex: 0 1 100%;
    }
}

.aim-tags {
    margin: 30px 60px;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.aim-tags::before,
.aim-tags::after {
    content: '';
    display: block;
    width: 70px;
    height: 100%;
    background-color: var(--base-color-text-reverse);
    position: absolute;
    top: 0;
    z-index: 9;
}

.aim-tags::before {
    left: 0;
}

.aim-tags::after {
    right: 0;
}

.aim-tags__body {
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.aim-tags__item {
    width: auto;
}

.aim-tags__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #FFFFFF;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.aim-tags__link:hover {
    color: #F1F1F1;
}

.aim-tags__arrow {
    width: 21px;
    height: 8px;
    position: absolute;
    top: calc(50% - 3.5px);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aim-tags__arrow-prev {
    left: 0;
}

.aim-tags__arrow-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider-icon {
    fill: #FFF;
}

@media screen and (max-width: 999px) {
    .aim-tags {
        margin: 30px 30px;
        padding: 0 50px;
    }

    .aim-tags::before,
    .aim-tags::after {
        width: 50px;
    }
}

@media screen and (max-width: 550px) {
    .aim-tags {
        margin: 30px 15px;
        padding: 0 35px;
    }

    .aim-tags::before,
    .aim-tags::after {
        width: 35px;
    }
}

@media screen and (max-width: 499px) {
    .aim-tags__link {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 450px) {
    .aim-tags__body {
        display: flex;
        align-items: center;
    }

    .aim-tags__item {
        max-width: calc(100vw - 100px);
    }

    .aim-tags::before,
    .aim-tags::after {
        width: 35px;
        height: 36px;
        top: calc(50% - 18px);
    }
}

/* show more trigger */

.show-more-trigger {
    display: block;
    margin: 32px 0 0 0;
    padding: 0;
    font-weight: 600;
    font-size: 19px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

.show-more-trigger:hover,
.show-more-trigger:focus {
    outline: none;
}

.show-more-trigger.active {
    display: none;
}

.show-more-trigger:not(.active) ~ * {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
}

.show-more-trigger ~ * {
    opacity: 1;
    transition: opacity 0.5s;
    overflow: hidden;
}

.catalog__h1 {
    margin: 0;
    line-height: 24px;
    font-size: 24px;
}

.catalog__h1.sections {
    font-size: 19px;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .category-product__img {
        display: none;
    }

    .category-product__touch {
        display: block;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .category-product__touch {
        display: block;
        height: 100vw;
    }
}

.category-product__touch .swiper {
    height: 100%;
}

.category-product__touch .swiper-wrapper .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-product__touch .swiper-scrollbar {
    position: absolute;
    height: 4px;
    bottom: 5px;
    background: rgba(255, 255, 255, .3);
}

.category-product__touch .swiper-scrollbar-drag {
    position: relative;
    background: #fff;
    border-radius: 3px;

}

.category-product__touch .swiper-scrollbar-drag::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 5px;

}

.white {
    --base-color-text: #111;
    --base-color-text-reverse: #fff;
    --base-color-text-20: rgba(0, 0, 0, 0.2);
    --base-color-text-50: rgba(0, 0, 0, 0.5);
    --base-color-text-80: rgba(0, 0, 0, 0.8);
    --base-color-bg: #fff;
    --base-color-bg-reverse: #111;
    --base-color-bg-60: rgba(255, 255, 255, 0.6);
    --base-color-bg-80: rgba(255, 255, 255, 1);
}

.white .option-checkbox--default label::after,
.white .option-checkbox label::after {
    background-image: url(/local/templates/tarox.new/img/svg/done-black.svg);
}

.white .mobile-menu-link:hover,
.white .mobile-menu-link:active,
.white .mobile-menu-link.selected {
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.main-baner__img_video video {
    width: 100%;
    /*max-height: 100%;*/
    height: 100%;
    object-fit: cover;
}

.main-baner__img_video {
    z-index: 1;
    background-color: black;
}

.main-baner__img_video.main-baner__img_video-mobile {
    display: none;
}

.main-baner__img_video-mobile video {
    max-height: unset;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .main-baner__img_video.main-baner__img_video-mobile {
        display: block;
    }
}

.header-black-text .phone_num {
    color: #111;
}
/* End */
/* /local/templates/tarox.new/components/bitrix/news.list/banners/style.css?1773229736128 */
/* /local/templates/tarox.new/template_styles.css?1773229735250838 */
