*,
:after,
:before,
html {
    box-sizing: border-box;
}
html {
    height: 100%;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    html {
        display: flex;
        flex-direction: column;
    }
}
.price ins {
	background: none !important;
}
.cart .woocommerce-notices-wrapper{
    display: none;
}
.onsale{
	display: none !important;
}

.woocommerce-info{
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.8rem;
    background-color: transparent !important;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    margin: 0;
    background-color: #f1f1f1;
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-text-decoration-skip: objects;
    text-decoration-skip: objects;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
ins{
    background: none !important;
}
:focus {
    outline: none;
}
blockquote,
dd,
dl,
figure,
p {
    margin: 0;
}
blockquote,
q {
    quotes: none;
}
ol,
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: inherit;
}
audio,
video {
    display: block;
}
img {
    display: inline-block;
}
iframe,
img {
    border: none;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}
a {
    background-color: transparent;
    color: inherit;
}
a,
abbr {
    text-decoration: none;
}
abbr {
    border: none;
}
b,
strong {
    font-weight: inherit;
}
dfn,
em,
i {
    font-style: inherit;
}
mark {
    background-color: transparent;
    color: inherit;
}
small,
sub,
sup {
    font-size: inherit;
}
sub,
sup {
    position: relative;
    vertical-align: baseline;
    line-height: 0;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-align: left;
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
    -webkit-appearance: none;
}
textarea {
    resize: none;
    overflow-y: auto;
    overflow-x: hidden;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: none;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: none;
    font: inherit;
}
fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
legend {
    display: block;
    padding: 0;
    white-space: normal;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
:-moz-placeholder,
::-moz-input-placeholder {
    color: inherit;
    opacity: 1;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    -ms-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}
[hidden] {
    display: none;
}
.disabled,
:disabled {
    cursor: not-allowed;
}
::-ms-clear {
    display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    box-shadow: inset 0 0 10000px #fff !important;
    -webkit-text-fill-color: currentColor !important;
}
::-moz-selection {
    color: #fff;
    background-color: #0b1121;
}
::selection {
    color: #fff;
    background-color: #0b1121;
}

.popup-wrapper .input { 
        background: rgba(51, 51, 51, 0.1) !important;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.visually-hidden {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    overflow: hidden;
}
/* Общий контейнер для всей таблицы-заменителя */
.flex-container {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
}
.wrapper .full-width{
    width: 100vw !important;
}
.x-scroll{
    overflow-x: scroll;
    
}

.woocommerce-variation-description {
	    margin-top: -6rem;
    margin-bottom: 2.2rem;
}

/* Строка (аналог tr) */
.flex-row {
    display: flex;
    width: 100%; 
}
.footer-social{
	font-size: 1.2rem;
    color: #fff;
    line-height: 133%;
    padding-bottom: 2rem;
	transition: all 0.2s ease-in-out;
}
.footer-social:hover {
	color: #ff5c6e;
}
/* Заголовочные ячейки (th) и ячейки (td) */
.flex-cell {
    flex: 1; /* равная ширина для всех ячеек */
    padding: 5px;
    box-sizing: border-box;
    text-align: center; 
    margin: 0 0.8rem;
        width: calc(100% / 3);
}

/* Заголовки */
.flex-header {
    font-weight: bold;
    background-color: #f0f0f0;
}
.compare-container {}
.flex-row{ 
    align-items: center;
}
.compare-container .title-parametr-header{
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
}
.compare-container .title-parametrs {
    text-align: left;
    color: rgba(51, 51, 51, 0.7);
    transition: all 0.2s ease-in-out;
    font-size: 1.4rem;
}
.compare-container .value-parametrs{
    font-size: 1.4rem;
    line-height: 114%;
    color: #333;
}

.flex-row-item{
    border: 0;
    border-radius: 0.5rem; 
    margin-bottom: 0.8rem;
    transition: 0.35s ease-in-out;

}
.flex-row-item:hover{
    background: rgba(51, 51, 51, 0.1);
}

.comparison-list__item{
    padding: 2rem;
    background: #fff;
    border-radius: 2rem;
    transition: 0.35s ease-in-out;
}
.comparison-list__item:hover{
        box-shadow: 0 0.2rem 1.6rem #817d7dc9;
}
.comparison-list__item .comparison-list_wrap{
    padding: 0 2rem;
}

.comparison-list__item .comparison-list_ico{
    width: 100%;
    height: 230px;
}
.comparison-list__item .comparison-list_ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.header-row{
    margin-bottom: 1.2rem;
}

.flex-footer .comparison-list__item  {
    background: transparent;
}
.flex-footer .comparison-list__item:hover {
    background: transparent;
    box-shadow: none;
}

.flex-footer .js-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;

} 

.compare-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.35s ease-in-out;
    color: #ccc;
}
.compare-btn:hover{
        color: #fff;
}
.compare-btn:hover .woosc-btn .woosc-btn-icon:before{
        color: #fff;
}
.woosc-btn .woosc-btn-icon:before {
    transition: 0.35s ease-in-out;
}
.woosc-added{
    color: #fff !important;
}




.header-hide header {
    transform: translateY(-100%);
    transition: all 0.4s linear;
}
.header-hide .header-nav.__scroll {
    transform: translateY(0);
}

.title-left-col{
    background: #f0f0f0 !important;
}

.puzzle-item.rel .wishlist-btn {
    display:none !important;
}
.thwwac-wishlist-single{
    display: none !important;
}

 #catalog-filter .wpfMainWrapper .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before {
    background-color: #ff5c6e  !important;
    background: #ff5c6e  !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0 2rem rgba(51, 51, 51, 0.2);
    z-index: 900;
    transition: all 0.4s linear;
}

.single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none !important; 
}
header .primary-link {
    font-size: 1.2rem;
    line-height: 133%;
}
.header-main {
    padding: 0.8rem 2.4rem;
    background: #fff;
}
.header-logo {
    width: 6rem;
    margin-right: 2.4rem;
}
.header-title {
    font-size: 1.6rem;
    color: #ff5c6e;
    font-weight: 700;
}
.header-width {
    width: 8.3rem;
}
.header-desc {
    font-size: 1rem;
    line-height: 160%;
}
.header-order {
    padding-left: 4rem;
}
.header-tel {
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}
.header-info {
    margin: 0 auto;
}
.header-info_item {
    padding: 0 2rem;
    color: rgba(51, 51, 51, 0.7);
    font-size: 1.4rem;
    transition: all 0.2s ease-in-out;
    line-height: 133%;
}
.header-link {
    margin-left: 1.2rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.header-link_img {
    width: 4rem;
}
.header-link_count {
    background: #ff5c6e;
    color: #fff;
    position: absolute;
    top: -2px;
    right: -2px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 160%;
    border-radius: 50%;
    width: 1.8rem;
    height: 1.8rem;
    text-align: center;
    padding-top: 2px;
}
.header-nav {
    line-height: 114%;
    background: #f1f1f1;
}
.header-nav .header-title {
    padding: 1.5rem 2.4rem;
}
.header-nav .header-link path {
    fill: #fff;
}
.header-nav .header-link.__active path {
    fill: #ff5c6e;
}
.header-nav .header-links {
    padding: 0 1.2rem;
}
.header-nav.__scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    background: #333;
    transform: translateY(-100%);
    transition: all 0.4s linear;
}
.header-nav_link {
    background: #333;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 1.6rem 0;
    display: block;
    height: 100%;
    text-align: center;
}
.header-nav_link.__active:after {
    opacity: 1;
    visibility: visible;
}
.header-nav_link:after {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(90deg, #614296, #e95974);
}
.header-nav_link:after,
.header-nav_ul {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.header-nav_ul {
    top: 100%;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    border-radius: 0 0 20px 20px;
    background: #fff;
    padding: 0.8rem 4rem 0.4rem;
}
.header-nav_item {
    height: 100%;
    padding: 0.6rem 0.6rem 0.8rem;
    margin-right: 1.6rem;
    transition: all 0.2s ease-in-out;
}
.header-nav_item-ico {
    width: 8rem;
    margin-bottom: 0.8rem;
}
.header-nav_item-img {
    margin: auto;
}
.header-nav_item-name {
    margin-top: auto;
    min-height: 36px;
    font-size: 1.4rem;
    font-weight: 500;
}
.contacts-logo {
    width: 64px;
    height: 85px;
}

.product-variation-wrap{
    /* width: 42%; */
    /* margin-left: auto; */
}
.tradein .wrapper {
    display: flex;
    flex-direction: row-reverse;
}

.tradein-left .tradein-width{
    width: 100%;
}
.no-padding {
    padding: 0 !important;
}
.advantages.__purchases {
     margin: 0 -1.6rem !important;
} 
@media (min-width: 1250px) {
    .header-nav_item-name {
        text-align: center;
    }
}
.skip-link.screen-reader-text {
    display: none !important;
}
.header-nav_li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    padding-bottom: 1.6rem;
}
.header-nav_li:last-child {
    border: none;
}
.header-nav_li .header-info_item {
    white-space: nowrap;
    padding: 0 1.6rem 0 5.6rem;
    transition: all 0.2s ease-in-out;
}
.header-nav_li .header-info_item-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    background-image: url(../img/icons/arrow_pink.svg);
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    background-size: cover;
    margin-top: 1px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.header-nav_title {
    line-height: 133%;
    font-size: 1.2rem;
    color: rgba(51, 51, 51, 0.7);
    padding: 1.6rem 0 0.2rem;
}
.header-nav li:nth-child(6) .header-nav_ul {
    left: auto;
    right: 0;
}
.header-basket {
    padding: 0.8rem 2.4rem;
    background: #ff5c6e;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.header-basket_img {
    width: 2.5rem;
    margin-right: 1.6rem;
}
.header-basket_count {
    border-radius: 50%;
    background: #fff;
    text-align: center;
    padding-top: 2px;
    width: 1.8rem;
    height: 1.8rem;
    position: absolute;
    top: -0.2rem;
    right: -0.8rem;
    line-height: 160%;
    font-size: 1rem;
    color: #ff5c6e;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}
.header-basket_price {
    font-weight: 700;
    font-size: 1.4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mask.__footer {
    position: sticky;
    bottom: 0;
    width: 100%;
    padding-top: 1.6rem;
    pointer-events: none;
    z-index: 1;
}
.mask.__footer:not(.__cart) {
    height: 10rem;
}
.mask.__footer.__cart .mask-bg {
    padding: 3.2rem 0 3.2rem 11.2rem;
    background: linear-gradient(207.1deg, #ff5c6e 18.03%, #614295 123.64%);
}
.mask.__footer.__cart .button {
    pointer-events: all;
}
.mask.__footer .mask-bg {
    height: 100%;
    -webkit-mask-image: url(../img/icons/footer-mask.svg);
    mask-image: url(../img/icons/footer-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: linear-gradient(173.87deg, #ff5c6e 19.87%, #614295 109.15%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}
.mask.__footer:before {
    top: 1.6rem;
    width: 20rem;
    height: 20rem;
    left: -11rem;
    background: #614295;
    box-shadow: 0 0 2rem #614295;
}
.mask.__footer:after,
.mask.__footer:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.mask.__footer:after {
    top: 4.8rem;
    right: 30%;
    width: 13.6rem;
    height: 13.6rem;
    background: #ff8271;
    box-shadow: 0 0 2rem #ff8271;
    z-index: -1;
}
.mask.__header {
    padding: 3.2rem 0 11.2rem;
    margin-bottom: 3.2rem;
}
.mask.__header.__news-page .mask-wrap {
    -webkit-mask-image: url(../img/icons/news-mask.svg);
    mask-image: url(../img/icons/news-mask.svg);
}
.mask.__header.__news-page .mask-wrap:after {
    position: absolute;
    content: "";
    width: 11.2rem;
    height: 11.2rem;
    border-radius: 50%;
    background: #fff;
    right: 12%;
    top: -20%;
    box-shadow: 0 0 2rem #fff;
}
.mask.__header.__news-page.__header {
    padding: 3.2rem 0 0.8rem;
}
.mask.__header.__news-page.__header:before {
    left: 25%;
    top: 0;
    transform: translateY(-65%);
}
.mask.__header.__news-page.__header:after {
    width: 20rem;
    height: 20rem;
    top: 0;
    right: 17%;
    transform: translateY(-50%);
}
.mask.__header.__news-page .breadcrumbs-item {
    color: #333;
}
.mask.__header.__news-page .breadcrumbs-item:after {
    background: #333;
}
.mask.__header.__news-page .title {
    color: #333;
}
.mask.__header .title {
    padding: 0 11.2rem;
    max-width: 50%;
}
.mask.__header:after,
.mask.__header:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.mask.__header:before {
    width: 16rem;
    height: 16rem;
    background: #f27e95;
    box-shadow: 0 0 2rem #f27e95;
    left: 35%;
    top: -3%;
    z-index: -1;
}
.mask.__header:after {
    width: 12.4rem;
    height: 12.4rem;
    background: #614295;
    top: -6.2rem;
    right: -6.2rem;
    box-shadow: 0 0 2rem #614295;
}
.mask.__header .mask-wrap {
    -webkit-mask-image: url(../img/icons/credit-mask.svg);
    mask-image: url(../img/icons/credit-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: #ff5c6e;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.account-panel {
    width: 23.5%;
    position: relative;
    left: 0;
    z-index: 1;
    background: #424242;
    margin-right: 0.8rem !important;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 1249px) {
    .account-panel {
        position: fixed;
        top: 13rem;
        height: calc(100vh - 13rem);
        overflow: scroll;
    }
}
@media (max-width: 1249px) {
    .header-hide .account-panel {
        height: calc(100vh - 5rem);
        top: 5rem;
    }
}
@media (min-width: 1250px) {
    .account-panel:after {
        content: "";
        position: absolute;
        top: 100%;
        background: #424242;
        height: 21.6rem;
        left: 0;
        width: 100%;
    }
}
.account .woocommerce-notices-wrapper {
    display: none  !important;
}
.account-panel_name {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 120%;
    padding-bottom: 0.8rem;
}
.account-panel_tel {
    font-size: 1.2rem;
    line-height: 133%;
    color: hsla(0, 0%, 100%, 0.5);
    padding-bottom: 2.4rem;
}
.account-panel_pl16 {
    padding-left: 1.6rem;
}
.account-panel_pad {
    padding: 3.2rem 0 10rem 1.6rem;
}
.account-panel_subtitle {
    padding: 6rem 0 0.8rem 1.6rem;
    color: #fff;
}
.account-panel_desc {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 1.4rem;
    line-height: 114%;
    padding-bottom: 2.4rem;
    width: 89%;
}
.account-panel_link {
    font-size: 1.2rem;
    color: #fff;
    transition: all 0.2s ease-in-out;
    margin-bottom: 2.4rem;
}
.account-panel_link:after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(/themes/shop/assets/img/icons/arrow_pink.svg);
    background-repeat: no-repeat;
    filter: grayscale(1) brightness(1000);
    margin: 1px 0 0 1.6rem;
}
.account-panel_wrap {
    margin-right: 8px;
}
.account-panel_item {
    border-radius: 1rem 0 0 1rem;
    margin-bottom: 1.2rem;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.account-panel_item-name {
    padding: 1.2rem 0.8rem 1.2rem 1.6rem;
    display: block;
}
.account-panel_item-img {
    display: none;
}
.account-panel_item-img path {
    fill: hsla(0, 0%, 100%, 0.3);
}
.account-panel_item.active {
    font-weight: 700;
}
.account-panel_item.active:after,
.account-panel_item.active:before {
    opacity: 1;
    visibility: visible;
}
.account-panel_item:after,
.account-panel_item:before {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.account-panel_item:after {
    top: 100%;
    right: 0;
    border-color: #d64757 hsla(0, 0%, 100%, 0.0001) hsla(0, 0%, 100%, 0.0001) #d64757;
    border-style: solid;
    border-width: 0.4rem;
}
.account-panel_item:before {
    top: 0;
    left: 0;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, #ff5c6e, #664394 108.48%);
    z-index: -1;
}
.wrapper.__profile {
    /* max-width: 100%; */
}
.account {
    padding-bottom: 10rem;
}
@media (min-width: 1250px) {
    .account {
        display: flex;
    }
}
.account .simplebar-track.simplebar-vertical {
    opacity: 0;
}
.account-error {
    color: #bb1a1a;
    font-size: 1.3rem;
    margin-top: -14px;
    margin-bottom: 14px;
}
.account-main {
    padding: 3.2rem 13.6rem 0;
}
.account-main > .subtitle {
    padding: 1.6rem 0;
}
.account-main.__mar {
    width: 54.5%;
}
.account-main:not(.__mar) {
    margin: 0 23.5%;
    width: 51%;
}
.account-main > .text-small {
    padding-bottom: 0.8rem;
}
.account-main .button {
    margin-right: 3.2rem;
}
.account-main.__history {
    padding: 0rem 3.2rem 0 2rem;
}
.account-item {
    background: #fff;
    border-radius: 1rem;
    padding: 0.8rem 1.6rem;
    margin-bottom: 1.6rem;
    display: grid;
    transition: all 0.2s ease-in-out;
}
.account-item.__cart {
    grid-template-columns: 11.4rem 1fr 10.4rem 16rem 2.4rem;
    margin-bottom: 1.6rem;
}
.account-item.__cart .account-item_price {
    padding-left: 3.2rem;
}
.account-item:not(.__cart) {
    grid-template-columns: 11.4rem 1fr 7.5rem 19.4rem 14rem;
}
.account-item:not(.__cart) .account-item_price {
    padding-left: 4rem;
}
.account-item .counter .subtitle {
    min-width: 4rem;
}
.account-item .counter-item {
    background: rgba(51, 51, 51, 0.2);
    color: #fff;
}
.account-item_close {
    width: 2.4rem;
    filter: invert(1);
    opacity: 0.2;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.account-item_ico {
    margin-right: 2.4rem;
}
.account-item_count {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 0 1.2rem;
    background: rgba(51, 51, 51, 0.1);
    border-radius: 1.6rem;
    margin-left: 3.2rem;
}
.account-item_price {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 120%;
}
.account-item_price .fs-12 {
    font-size: 1.2rem;
    line-height: 133%;
}
.account-item .text-small {
    padding: 0;
}
.account-item_date {
    color: rgba(51, 51, 51, 0.7);
    font-size: 1.4rem;
    padding-left: 4.8rem;
}
.account-item_img {
    width: auto;
    max-width: 100%;
}
.account .button-add {
    margin-bottom: 1.6rem;
}
.account-pr24 {
    padding-right: 2.4rem;
}
.account-mb8 {
    margin-bottom: 0.8rem;
}
.account-pr12 {
    padding-right: 1.2rem;
}
.account-delivery {
    padding: 2.4rem 0;
}
.account-delivery_wrap {
    display: none;
}
.account-delivery_wrap.show {
    display: block;
}
.account .ss-arrow {
    border-radius: 0.4rem;
    transition: all 0.2s ease-in-out;
}
.account-aside {
    width: 23.5%;
    transition: all 0.2s ease-in-out;
}
@media (max-width: 1249px) {
    .account-aside {
        position: fixed;
        top: 13rem;
        right: 0;
        height: calc(100vh - 13rem);
    }
}
@media (max-width: 1249px) {
    .header-hide .account-aside {
        height: calc(100vh - 5rem);
        top: 5rem;
    }
}
.account-aside.__card .h-100 {
    /* padding-top: 4.8rem; */
}
.account-aside.__card .h-100 .subtitle{ 
    padding-top: 1.6rem;
    padding-left: 1.6rem;
}
.account-aside.__card .simplebar-content .subtitle {
    padding-left: 1.6rem;
}
.account-aside:not(.__card) {
    background: #fff;
    padding-bottom: 0.8rem;
}
.account-aside .button-add {
    position: absolute;
    bottom: 4rem;
    right: 3rem;
    width: 4.8rem;
    height: 4.8rem;
    background: #333;
    color: #fff;
}
.account-card {
    padding: 1.6rem 6rem 2.4rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.account-card.__new {
    display: none;
}
.account-card.__new.show {
    display: block;
}
.account-card.__new .account-card_wrap {
    min-height: 12rem;
    background: rgba(51, 51, 51, 0.2);
}
.account-card_wrap {
    background: linear-gradient(299.01deg, #ff5c6e -6.85%, #664394 110.62%);
    border-radius: 0.8rem;
    padding: 0.8rem;
}
.account-card_img {
    width: 4rem;
    padding-bottom: 1.6rem;
}
.account-card_number {
    font-size: 1.2rem;
    line-height: 133%;
    padding: 0 0 2.4rem 0.8rem;
}
.account-card_number,
.account-card_text {
    font-weight: 500;
    color: hsla(0, 0%, 100%, 0.8);
}
.account-card_text {
    font-size: 1rem;
    text-transform: unset;
    line-height: 160%;
    padding: 0 0.8rem;
}
.account-card_text:first-child {
    padding-right: 0;
    margin-right: auto;
}
.account-card_pr8 {
    padding-right: 0.8rem;
}
.account .text-small {
    color: rgba(51, 51, 51, 0.7);
}
.advantages {
    width: 61.5%;
    margin-left: 2.4rem;
}
.advantages.__mar {
    margin-left: auto;
}
.advantages.__purchases {
    
    margin: 0;
    width: 100%;
}
.advantages.__purchases .advantages-item:last-child {
    display: none;
}
.advantages-item {
    padding: 0 1.6rem;
}
.advantages-item.__white {
    filter: grayscale(1) brightness(5) invert(1);
}
.advantages-img {
    width: 4.8rem;
    margin-right: 1.6rem;
}
.card.__theme-new {
    padding: 0 2.4rem 3.2rem 1.6rem;
}
.card.__theme-new .card-img {
    width: auto;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-height: 100%;
}
.card.__theme-new .card-wrap {
    background: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
    padding-top: 2.4rem;
    transition: 0.2s ease-in-out;
}
.card.__theme-new .card-ico {
    margin-bottom: 3.2rem;
    transition: 0.2s ease-in-out;
}
.card.__theme-new .card-ico:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.card.__theme-new .card-stocks {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    padding: 0.4rem 1.2rem;
    border-radius: 1.2rem;
    background: #ff5c6e;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    line-height: 133%;
}
.card.__theme-new .card-price {
    margin: 0 0 1.6rem 1.6rem;
    font-weight: 700;
    transition: 0.2s ease-in-out;
}
.card.__theme-new .card-price .fs-10 {
    font-size: 1rem;
}
.card.__theme-new .card-price.old {
    color: rgba(51, 51, 51, 0.7);
}
.card.__theme-new .card-price.old:after {
    content: "";
    position: absolute;
    top: 43%;
    left: 0;
    width: 100%;
    height: 1px;
    border: 1px solid rgba(51, 51, 51, 0.7);
}
.card.__theme-new .card-price_discount {
    font-weight: 700;
    color: #614295;
    margin: 0 1.6rem 1.6rem;
}
.card.__theme-new .text-small {
    padding: 0 1.6rem 1.6rem;
    color: rgba(51, 51, 51, 0.7);
}
.card.__theme-new .subtitle {
    padding: 0 1.6rem;
    transition: 0.2s ease-in-out;
}
.card.__theme-used {
    width: 50%;
    padding: 0 3.2rem 4rem;
}
.card.__theme-used.__callback .card-main {
    display: flex;
    padding: 3.2rem 4rem 1.6rem 2.4rem;
}
.card.__theme-used.__callback .card-click:after {
    margin-left: auto;
}
.card.__theme-used .card-wrap {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    transition: 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
}
.card.__theme-used .card-wrap img {
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
}
.card.__theme-used .card-main {
    padding: 2.4rem 2.4rem 2rem;
    display: block;
    margin-top: auto;
}
.card.__theme-used .card-item {
    padding-bottom: 1.2rem;
}
.card.__theme-used .text-small.c-gray {
    width: 30.5%;
    padding-right: 2.4rem;
}
.card.__theme-used .swiper-container {
    width: 100%;
}
.card.__theme-used .swiper-button-next,
.card.__theme-used .swiper-button-prev {
    position: static;
    margin-top: 0;
    border: none;
}
.card.__theme-used .swiper-button-next:after,
.card.__theme-used .swiper-button-prev:after {
    filter: brightness(5);
}
.card.__theme-used .swiper-button-next:hover:after,
.card.__theme-used .swiper-button-prev:hover:after {
    filter: none;
}
.card.__theme-used .swiper-pagination {
    line-height: 100%;
    position: unset;
    white-space: nowrap;
    transform: unset !important;
}
.card.__theme-used .swiper-pagination-bullet {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
    background: hsla(0, 0%, 100%, 0.5);
    width: 1.2rem;
    height: 1.2rem;
}
.card.__theme-used .swiper-pagination-bullet-active {
    background: #fff;
}
.card.__theme-used .swiper-nav {
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    width: 100%;
}
.card-basket {
    background: #333;
    padding: 1.1rem 1.4rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.card-basket_img {
    width: 2.4rem;
}
.card-click {
    background: rgba(51, 51, 51, 0.2);
    font-size: 1.4rem;
    padding: 1rem 1.4rem;
    font-weight: 500;
    cursor: pointer;
}
.card-click,
.card-click:after {
    transition: all 0.2s ease-in-out;
}
.card-click:after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background-image: url(../img/icons/arrow-gray.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 1.6rem;
}
.card-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    filter: invert(1);
    opacity: 0;
    cursor: pointer;
    z-index: 2;
    transition: 0.2s ease-in-out;
}
.wishlist-wrap .yith-wcwl-feedback-messages-container{
    padding: 0.625rem;
    border: 0.063rem solid #4CAF50;
    background-color: #dff0d8;
    color: #3c763d;
    border-radius: 0.50rem;
    font-size: 1.38rem;
} 
.wishlist-wrap .yith-wcwl-feedback-messages-container .feedback-message.success {
    color: #ff5c6e !important;
}
.wishlist-wrap .woocommerce-notices-wrapper {
    padding: 1.2rem 0;
   
    padding-left: 5.6rem;
}
.wishlist-wrap .woocommerce-notices-wrapper  .woocommerce-message {
     background: transparent !important;
    color: #ff5c6e !important;
}
.account-item.__cart-item {
    position: relative;
    overflow: hidden;
    transition: 0.35s ease-in-out;
}
.account-item.__cart-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #7e77772d;
    transition: 0.35s ease-in-out;
} 
.cart-item-update {
    opacity: 0.8;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    transition: 0.35s ease-in-out;
}
.cart-item-update::before {
    opacity: 0.6;
    z-index: 2;
}

.cart.wrapper .woocommerce{
    display: flex;
    align-items: flex-start;
    width: 100%;

}
.cart-collaterals{
    display: none;
}
.woocommerce-notices-wrapper{
    /* display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: fit-content;
    height: fit-content;
    z-index: 999;
    transition: .3s;
    max-width: 90%; 
    padding: 0.925rem;
    border: 0.063rem solid #ccc;
    background-color: #f9f9f9;
    border-radius: 0.50rem;
    font-size: 1.38rem;
    font-weight: 600; */
} 
.woocommerce-notices-wrapper .woocommerce-message {
    color: #ff5c6e !important;
    background-color: #f9f9f9 !important;
}

.remove-product-item-wishlist { 
    position: absolute;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    opacity: 1;
    cursor: pointer;
    z-index: 2;
    transition: 0.2s ease-in-out;
}
.remove-product-item-wishlist  .card-close{ 
    position: relative; 
    width: 100%;
    height: 100%; 
}
.card-wrap:hover .remove-product-item-wishlist {
    opacity: 0.3;
}
.card-wrap:hover .remove-product-item-wishlist .card-close {
    opacity: 0.3;
}
.card-wrap:hover .remove-product-item-wishlist .card-close:hover {
    opacity: 1;
}
.card-wrap:hover .card-close:hover {
    opacity: 1;
}


.remove-product-item-wishlist:hover .card-close{ 
 opacity: 1;
}
body.popup-open {
    overflow: hidden;
}
body .popup.active {
    opacity: 1;
    visibility: visible;
}

.post-10 .account-main .woocommerce-form-row{
    text-align: left;
}

.post-10{
}
.post-10 .woocommerce{

    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    padding: 8rem 5.6rem 24.2rem 11.2rem;
}
.post-10 .woocommerce .wrapper.__profile{ 
   
    margin: -8rem -5.6rem -24.2rem -11.2rem;
}
.post-10 .woocommerce .wrapper.__profile .account { 
    height: 100vh;
}
.post-10 .woocommerce .woocommerce-message{ 
    text-align: center;
   font-size: 2.5rem;
   font-weight: 600;
   background: transparent;
   margin-bottom: 1.5rem;
}
.post-10 .woocommerce p{ 
    text-align: center;
}
.account-panel_item-name-info{
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    line-height: 150%;
}
.popup {
    position: fixed;
    left: 0;
    width: 100%;
    background: rgba(51, 51, 51, 0.9);
    z-index: 999;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}
.popup-loader {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: hsla(0, 0%, 100%, 0.5);
    z-index: 11;
}
.popup-loader:after {
    content: "";
    width: 64px;
    height: 64px;
    border: solid #ff5c6e;
    border-width: 0 0 2px 2px;
    display: block;
    -webkit-animation: popup_spinner 0.6s linear infinite;
    animation: popup_spinner 0.6s linear infinite;
    border-radius: 50%;
}
@-webkit-keyframes popup_spinner {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes popup_spinner {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.popup-wrapper {
    position: relative;
}
.popup-check {
    width: 7.2rem;
    margin: 0 auto 2.4rem;
}
.popup.__account {
    top: 0;
    height: 100%;
    padding: 3.2rem 0;
}
.popup.__account .text-bold {
    padding: 0 1.6rem 2.4rem;
}
.popup.__account .popup-wrap {
    width: 33%;
    padding: 2.4rem 3.2rem 3.2rem;
    border-radius: 1.6rem;
    background: #fff;
}
.popup.__account .popup-wrap:before {
    top: -2.4rem;
    left: -3.2rem;
}
.popup.__account .popup-wrap:after {
    top: 6.4rem;
    right: -2.4rem;
    z-index: -1;
}
.popup.__account .popup-bg {
    width: 100%;
    border-radius: 1.6rem;
}
.popup.__account .popup-close {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    width: 3.2rem;
    filter: invert(1);
    opacity: 0.3;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.yith_wcwl_wishlist_footer {
    display: none !important;
}

.card-basket  .added_to_cart.wc-forward{
    display: none !important;
}
.popup:not(.__account) {
    /* padding: 2.4rem 0; */
    top: 0;
    height: 100%;
}
.page-content, .entry-content, .entry-summary {
    margin: 0 0 0;
}
.popup:not(.__account) .popup-wrap {
    width: 66%;
    border-radius: 1rem;
    background: #f1f1f1;
}
.popup:not(.__account) .popup-wrap:before {
    top: 3.2rem;
    left: -4.2rem;
}
.popup:not(.__account) .popup-wrap:after {
    bottom: -1.6rem;
    right: 3.2rem;
}
.popup:not(.__account) .popup-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 8rem;
    height: 8.8rem;
    padding: 0.8rem 1.6rem 0 0;
    border-radius: 0 1rem 0 0;
    overflow: hidden;
}
.popup:not(.__account) .popup-close:after,
.popup:not(.__account) .popup-close:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.popup:not(.__account) .popup-close:before {
    width: 8.8rem;
    height: 8.8rem;
    background: #ff5c6e;
    top: -45%;
    right: -20%;
    z-index: 1;
    box-shadow: 0 0.2rem 1rem #ff5c6e;
}
.popup:not(.__account) .popup-close:after {
    width: 4.8rem;
    height: 4.8rem;
    background: #ff8271;
    top: 30%;
    right: -20%;
    box-shadow: 0 0 2rem #ff8271;
}
.popup:not(.__account) .popup-close_img {
    position: relative;
    width: 4rem;
    margin-left: auto;
    z-index: 2;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}
.popup-network {
    opacity: 0.3;
    width: 3.2rem;
    cursor: pointer;
    margin: 0 2rem;
    transition: 0.2s ease-in-out;
}
.popup-main {
    background: #fff;
    padding: 2.4rem 3.2rem 3.2rem;
    border-radius: 0 1rem 1rem 0;
}
.popup-main .title {
    padding-bottom: 0.8rem;
}
.popup-pb-16 {
    padding-bottom: 1.6rem;
}
.popup-wrap {
    margin: 0 auto;
    position: relative;
}
.popup-wrap.__load {
    min-height: 300px;
}
.popup-wrap:after,
.popup-wrap:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.popup-wrap:before {
    width: 17.3rem;
    height: 17.3rem;
    box-shadow: 0 0 2rem #ff5c6e;
    background: #ff5c6e;
    z-index: -1;
}
.popup-wrap:after {
    width: 12.8rem;
    height: 12.8rem;
    background: #c6a0ed;
    box-shadow: 0 0 2rem #c6a0ed;
}
.popup-bg {
    position: absolute;
    pointer-events: none;
    right: -1px;
    width: 30rem;
    height: 8.4rem;
    bottom: 0;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url(../img/icons/popup-mask.svg);
    mask-image: url(../img/icons/popup-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: linear-gradient(212.64deg, #8054c7 27.75%, #9886e2 86.35%);
    box-shadow: 0 0 2rem #614295;
}
.popup .swiper-container {
    width: 47%;
}
.popup-title {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 114%;
    color: rgba(51, 51, 51, 0.7);
    padding: 0.8rem 0 1.6rem;
}
.popup-price {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 125%;
    padding: 0 4rem 2.4rem 0;
}
.popup-price .fs-24 {
    font-size: 2.4rem;
    font-weight: 500;
}
.popup-item {
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    border-radius: 0.8rem;
    margin-right: 1.6rem;
    padding: 0.75rem;
    filter: invert(1) opacity(0.3);
    transition: all 0.2s ease-in-out;
}
.popup-item.active {
    background: #ff5c6e;
    filter: none;
}
.popup-item_img {
    transition: all 0.2s ease-in-out;
}
.popup .button-gradient {
    margin-left: 1.6rem;
}
.popup .rating {
    padding-bottom: 1.6rem;
}
.popup-background {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}
@media screen and (max-width: 1249px) {
    .popup-background {
        background: #fff;
    }
}
.rating-wrapper {
    overflow: hidden;
    display: inline-block;
}
.rating-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 1rem 0 0 1rem;
}
.rating-input:checked ~ .rating-star {
    background: #ff5c6e;
}
.rating-star {
    float: right;
    display: block;
    cursor: pointer;
    margin-right: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
    -webkit-clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    background: rgba(51, 51, 51, 0.1);
    transition: all 0.2s ease-in-out;
}
.rating .text-small {
    padding-left: 1.6rem;
    transition: all 0.2s ease-in-out;
}
.calc {
    padding-bottom: 5.6rem;
}
.calc-error {
    color: #da142a;
    font-size: 1.4rem;
    display: none;
}
.calc-error.__active {
    display: block;
}
.calc-error.__animate {
    -webkit-animation: calcErrorAnimate 0.5s ease-in 0.4s;
    animation: calcErrorAnimate 0.5s ease-in 0.4s;
}
@-webkit-keyframes calcErrorAnimate {
    0% {
        transform: translateX(0);
    }
    37% {
        transform: translateX(5px);
    }
    55% {
        transform: translateX(-5px);
    }
    73% {
        transform: translateX(4px);
    }
    82% {
        transform: translateX(-4px);
    }
    91% {
        transform: translateX(2px);
    }
    96% {
        transform: translateX(-2px);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes calcErrorAnimate {
    0% {
        transform: translateX(0);
    }
    37% {
        transform: translateX(5px);
    }
    55% {
        transform: translateX(-5px);
    }
    73% {
        transform: translateX(4px);
    }
    82% {
        transform: translateX(-4px);
    }
    91% {
        transform: translateX(2px);
    }
    96% {
        transform: translateX(-2px);
    }
    to {
        transform: translateX(0);
    }
}
.calc-block {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
}
.calc-block.active,
.calc-block.no-animate {
    opacity: 1;
    visibility: visible;
}
.calc-block.no-animate {
    max-height: unset;
}
.calc .__loading > .calc-wrap {
    opacity: 0.4;
}
.calc .__loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-color: transparent transparent #ff5c6e #ff5c6e;
    border-style: solid;
    border-width: 2px;
    -webkit-animation: calc_rotate 0.4s linear infinite;
    animation: calc_rotate 0.4s linear infinite;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    display: block;
    border-radius: 50%;
}
@-webkit-keyframes calc_rotate {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes calc_rotate {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.calc:not(.__shadows):after,
.calc:not(.__shadows):before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 7%;
    z-index: 3;
}
.calc:not(.__shadows):after {
    right: 0;
    background: linear-gradient(270deg, #f1f1f1, hsla(0, 0%, 100%, 0.0001));
}
.calc:not(.__shadows):before {
    left: 0;
    background: linear-gradient(90deg, #f1f1f1, hsla(0, 0%, 100%, 0.0001));
}
.calc-wrap {
    padding: 6.4rem 10.4rem 1.6rem 14.4rem;
}
.calc-wrap.calc-all {
    padding: 6.4rem 15.2rem 1.6rem 14.4rem;
}
.calc .calc-wrap .swiper-slide {
    width: 33.3333%;
    padding-right: 4.8rem;
}
.calc .calc-wrap .swiper-slide .subtitle {
    color: #ff5c6e;
    padding-bottom: 0;
}
.calc .calc-wrap .swiper-container {
    padding-bottom: 5.2rem;
}
.calc-ico {
    width: 33.5%;
}
.calc-ico.__absolute {
    left: 100%;
    position: absolute;
    width: 53%;
    top: -3.2rem;
}
.calc-ico_text {
    color: rgba(51, 51, 51, 0.7);
    width: 88%;
    text-align: left;
    margin: 0 auto;
}
.calc-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.calc .swiper-slide {
    width: 100%;
}
.calc .swiper-slide.step {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.calc .swiper-slide.step.swiper-slide-active {
    opacity: 1;
}
.calc > .swiper-container {
    min-height: calc(100vh - 25.1rem);
}
.calc-slider_arrow {
    width: 4rem;
}
.calc-slider .text-small {
    text-align: center;
    color: rgba(51, 51, 51, 0.7);
    transition: all 0.2s ease-in-out;
}
.calc-slider_ico {
    border: 0.5px solid rgba(51, 51, 51, 0.1);
    border-radius: 1rem;
    margin-bottom: 0.8rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.calc-slider_ico:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.calc-slider_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 8rem;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}
.calc-order .calc-all_repeat {
    margin-left: 3.2rem;
}
.calc-order .button.circle {
    margin-right: 2.4rem;
}
@media (max-width: 1249px) {
    .calc-order .button.button_gray {
        margin: 0 0 2.4rem;
    }
}
.calc-order_spec {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
.calc-order_spec.active {
    opacity: 1;
}
.calc-order_exchange {
    width: calc(33.3333% - 1.6rem);
    margin-right: 1.6rem;
    border-radius: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.1);
    padding: 1.6rem 3.2rem;
    color: rgba(51, 51, 51, 0.7);
    text-align: center;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}
.calc-order_exchange.active {
    background: #ff5c6e;
    border-color: #ff5c6e;
    color: #fff;
}
.calc-order_exchange-ico {
    padding-bottom: 0.8rem;
}
.calc-order_exchange-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.calc-order_text {
    font-weight: 700;
    color: rgba(51, 51, 51, 0.7);
    padding: 0 0 2.4rem 3.2rem;
}
.calc-order_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.calc-order_ico {
    position: absolute;
    top: 0;
    left: 75%;
    width: 91%;
}
.calc-order_price {
    width: 77.5%;
    background: #ff5c6e;
    border-radius: 0 1rem 1rem 0;
    padding: 2.4rem 5.6rem 2.4rem 3.2rem;
    margin-bottom: 2.4rem;
    color: #fff;
}
.calc-order_price-min {
    opacity: 0.7;
    padding-bottom: 0.8rem;
}
.calc-order_price-max {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 133%;
}
.calc-order_price-max .fs-48 {
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 117%;
}
.calc-order_price-img {
    width: 6.4rem;
    margin-left: 8rem;
}
.calc-order_desc {
    font-size: 1.2rem;
    line-height: 133%;
    color: rgba(51, 51, 51, 0.7);
    padding-left: 2.4rem;
}
.calc-order_wrap {
    border-radius: 2rem;
    background: #fff;
    padding: 2.4rem 0 3.2rem;
    box-shadow: 0 0 2rem rgba(51, 51, 51, 0.1);
    margin-bottom: 2.4rem;
}
.calc-order_width {
    width: 63%;
}
.calc-sell {
    border-radius: 1rem;
    background: #fff;
    padding: 2.4rem 1.6rem 3.2rem 3.2rem;
}
.calc-sale {
    color: rgba(51, 51, 51, 0.3);
}
.calc-points,
.calc-sale {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 114%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.calc-points {
    border-radius: 2rem;
    background: #ff5c6e;
    padding: 1.2rem 2.4rem;
    color: #fff;
    text-align: center;
}
.calc-points_wrap {
    margin-right: 2rem;
}
.calc-points_wrap.active .calc-points {
    opacity: 0;
    visibility: hidden;
}
.calc-points_wrap.active .calc-points_input {
    opacity: 1;
    visibility: visible;
}
.calc-points_input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    border: 0.2rem solid #ff5c6e;
    padding: 1.2rem 3.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 114%;
    color: #ff5c6e;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.calc-all_item {
    margin-bottom: 2.4rem;
}
.calc-all_item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 73.5%;
    height: 0.1rem;
    background: rgba(51, 51, 51, 0.1);
}
.calc-all_sum {
    width: 73.5%;
    margin: 0 0 3.2rem auto;
}
.calc-all_sum-text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 114%;
    padding-right: 3.2rem;
}
.calc-all_sum-price {
    font-weight: 700;
    color: #ff5c6e;
    line-height: 150%;
}
.calc-all .button.circle {
    margin-right: 3.2rem;
}
.calc-all_wrap {
    border-radius: 1rem;
    background: #fff;
    margin-bottom: 2.4rem;
}
.calc-all_repeat {
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.7);
    line-height: 114%;
    transition: 0.2s ease-in-out;
    margin-bottom: 2.4rem;
    cursor: pointer;
}
.calc-all_repeat:after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(../img/icons/repeat-pink.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    filter: grayscale(1) brightness(0.8);
    margin-left: 0.8rem;
    transition: 0.2s ease-in-out;
}
.calc-all_width {
    width: 46.5%;
    margin-right: 4rem;
}
.calc-all_header {
    padding: 1.6rem 2.4rem;
    background: #ff5c6e;
}
.calc-all_price {
    font-weight: 700;
    padding-left: 3.2rem;
    width: 46%;
}
.calc-all_price .min {
    position: relative;
}
.calc-all_price .min:after {
    content: "";
    width: 0.5rem;
    height: 0.2rem;
    background: #333;
    top: 50%;
    left: 102%;
    position: absolute;
    transform: translateY(-50%);
}
.calc-all_price .old {
    position: relative;
    font-size: 1.2rem;
    color: rgba(51, 51, 51, 0.7);
}
.calc-all_price .old:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background: rgba(51, 51, 51, 0.7);
}
.calc-all_price .new {
    color: #ff5c6e;
    font-weight: 700;
}
.calc-all .checkbox-name:not(.__theme-white) {
    margin-bottom: 1.6rem;
}
.calc-all_text {
    font-size: 1.2rem;
    line-height: 133%;
    color: rgba(51, 51, 51, 0.7);
}
.calc-all_ico {
    width: 25%;
    margin-right: 0.8rem;
}
.calc-all_main {
    padding: 0.8rem 1.6rem 3.2rem;
}
.calc-component {
    width: calc(33.3333% - 2.4rem);
    margin: 0 2.4rem 2.4rem -1.2rem;
    padding: 1.2rem 1.6rem 1.6rem;
    border-radius: 1rem;
    border: 0.5px solid rgba(51, 51, 51, 0.1);
    text-align: center;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.calc-component.active {
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
    color: #fff;
    border-color: #ff5c6e;
}
.calc-component.active .subtitle {
    color: #fff;
}
.calc-component .subtitle {
    text-align: center;
    padding: 0 0.8rem 0.4rem;
}
.calc-component_img {
    margin: 0 auto 1.6rem;
    width: 60%;
}
.calc-state {
    display: none;
}
.calc-state_text {
    width: 75%;
    font-size: 1.4rem;
    color: rgba(51, 51, 51, 0.7);
    line-height: 114%;
    padding-bottom: 2.4rem;
}
.calc-state_ico {
    width: 32%;
    border-radius: 1.6rem;
    margin-right: 1.6rem;
    box-shadow: 0 0 2rem rgba(51, 51, 51, 0.1);
}
.calc-state_ico:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.calc-state_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.calc-comparison {
    width: 42%;
    margin-left: 5rem;
    padding-top: 5.5rem;
}
.calc-comparison_item {
    width: 46%;
}
.calc-comparison_subtitle {
    font-weight: 500;
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
    line-height: 114%;
    color: rgba(51, 51, 51, 0.7);
}
.calc-comparison_image {
    width: 89%;
    margin: 0 auto 4.8rem;
    height: 205px;
}
.calc-comparison_image img {
    margin: 0 auto;
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.calc-comparison_picture {
    width: 2.6rem;
    margin: 0 auto;
}
.calc-orders {
    width: 23%;
    margin-left: 7.2rem;
}
.calc-orders_price {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 100%;
}
.calc-orders_price.old {
    color: #ff5c6e;
}
.calc-orders_item:not(:last-child) {
    padding-bottom: 3.2rem;
}
.calc-orders_picture {
    width: 2.6rem;
    margin: 0 auto 2.4rem;
    transform: rotate(90deg);
}
.calc-orders_img {
    width: auto;
    margin: 0 auto 0.8rem;
    max-width: 100%;
}
.calc-orders_bg {
    margin-bottom: 4.8rem;
    height: 205px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
}
.calc .text-small .fs-18 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 133%;
    padding-left: 0.8rem;
}
.calc-color {
    margin-right: 3.2rem;
}
.calc-color .text-small,
.colors .text-small{
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.colors .variable-items-wrapper .variable-item  {
    position: relative !important;
} 
.colors .variable-items-wrapper .variable-item .variable-item-contents .text-small {
    position: absolute;
    display: inline-block;
    left: 50%;
    height: 2.5rem;
        bottom: -2.2rem;
    transform: translateX(-50%);

}
.variations_form .variations .colors .variable-items-wrapper .variable-item .variable-item-contents .variable-item-span:hover + .text-small{
     opacity: 1;
    visibility: visible;
}
.colors .selected .text-small {
     opacity: 1;
    visibility: visible;
}
.calc-color.active .calc-color_wrap:after,
.calc-color.active .text-small {
    opacity: 1;
    visibility: visible;
}
.yith-wcwl-add-to-wishlist-button__label{
    display: none !important;
}
.yith-add-to-wishlist-button-block {
    margin-inline: 1.6rem !important; 
    margin: 0 0 0 1.6rem;
    margin-right: 0 !important;
    
}
.woo-variation-gallery-trigger {
    display: none !important;
}

.yith-wcwl-add-to-wishlist-button{ 
    width: 4rem;
    height: 4rem; 
    border-radius: 0.8rem;
    margin-right: 0;
    padding: 0.75rem;
    filter: invert(1) opacity(0.3);
    transition: all 0.2s ease-in-out;
    cursor: pointer !important; 
}
.yith-wcwl-add-to-wishlist-button--added {
        background: #ff5c6e;
    filter: none;
}
.yith-wcwl-add-to-wishlist-button:hover {
    background: #ff5c6e;
        filter: none;
}
.yith-wcwl-add-to-wishlist-button img {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.calc-color_input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 1rem 0 0 0.7rem;
}
.calc-color_input:checked + .calc-color_wrap:after,
.calc-color_input:checked ~ .text-small {
    opacity: 1;
    visibility: visible;
}
.calc-color_wrap,
.variations_form .color-variable-items-wrapper .variable-item-span {
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.1);
    width: 4.8rem !important;
    height: 4.8rem !important;
    border-radius: 50%;
    margin-bottom: 1.6rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.full-width{
    width: 100% !important;
}
.variations_form .color-variable-items-wrapper .variable-item-span:after {
    position: absolute;
    content: "";
    width: 5.6rem;
    height: 5.6rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 0.2rem solid #ff5c6e;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.variations_form .variable-item-contents:before {
    content: '' !important;
    display: none !important;
}
.variations_form  .color-variable-item{
    width: auto !important;
    height: auto !important;
}
.calc-color_wrap:after {
    position: absolute;
    content: "";
    width: 5.6rem;
    height: 5.6rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 0.2rem solid #ff5c6e;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.calc-models {
    width: 16%;
    margin: 0 1.6rem 1.6rem 0;
}
.calc-models.__purchases {
    width: calc(25% - 1.6rem);
    margin: 0 0.8rem 1.6rem;
    display: block;
}
.calc-models:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.calc-models_opt {
    font-size: 1.2rem;
    transition: all 0.2s ease-in-out;
}
.calc-models_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 0.4rem;
    border-radius: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.1);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.calc-models_wrap.active {
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
    border-color: #ff5c6e;
}
.calc-models_wrap.active .calc-models_opt,
.calc-models_wrap.active .title {
    color: #fff;
}
.calc-devices {
    width: 19%;
    margin: 1.6rem;
}
.calc-devices.__purchases {
    width: calc(50% - 0.8rem);
}
.calc-devices.__purchases .calc-devices_wrap {
    padding: 1.6rem 2.4rem;
}
.calc-devices.__purchases:nth-child(odd) {
    margin: 0 0.8rem 0 0;
}
.calc-devices.__purchases:nth-child(2n) {
    margin: 0 0 0 0.8rem;
}
.calc-devices:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.calc-devices_wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 1rem;
    padding: 1.6rem 3.2rem;
    border: 1px solid rgba(51, 51, 51, 0.1);
    color: rgba(51, 51, 51, 0.7);
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.calc-devices_wrap.active {
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
    color: #fff;
    font-weight: 700;
    border-color: #ff5c6e;
}
.calc-devices_img {
    width: auto;
    max-width: 100%;
}
.calc-nav {
    padding-top: 1.6rem;
}
.calc-nav_name {
    font-size: 1rem;
    line-height: 160%;
    color: #fff;
    position: absolute;
    top: 110%;
    left: 0;
    transition: 0.4s ease-in-out;
    transform: translateX(-50%);
    white-space: nowrap;
}
.calc-nav_width {
    max-width: 1600px;
    margin: 0 auto;
}
.calc-nav_bg {
    padding: 2.4rem 9.6rem 2rem 14.4rem;
}
.calc-nav_items {
    height: 1.6rem;
    justify-content: space-between;
}
.calc-nav_wrap {
    margin: 0 10.4rem 0 5.6rem;
}
.calc-nav_wrap,
.calc-nav_wrap-bg,
.calc-nav_wrap-radius {
    border-radius: 1rem;
}
.calc-nav_wrap-bg {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #ff5c6e 80%, #fff);
    opacity: 0.3;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    transition: all 0.4s ease-in-out;
}
.calc-nav_item {
    padding: 0.5rem;
    border-radius: 50%;
    background: hsla(0, 0%, 100%, 0.3);
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}
.calc-nav_item:nth-last-child(-n + 2) {
    display: none;
}
.calc-nav_item.active,
.calc-nav_item.active-duplicate {
    background: #fff;
    padding: 0.8rem;
}
.calc-nav_item.next {
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
    padding: 0.8rem;
}
.calc-nav_item:last-child {
    margin: 0;
}
.calc-nav .button {
    pointer-events: all;
}
.calc-nav .button-arrow {
    margin-right: 1.6rem;
    background: rgba(51, 51, 51, 0.3);
}
.contacts-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 25%;
    border-radius: 1rem;
}
.contacts-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.contacts-callback {
    right: 6.4rem;
    background: #333;
    padding: 2.4rem 2.4rem 3.2rem;
}
.contacts-callback .subtitle {
    color: #fff;
}
.contacts-callback .text-small {
    color: hsla(0, 0%, 100%, 0.5);
}
.contacts-callback .button-arrow {
    background: hsla(0, 0%, 100%, 0.1);
    margin: 0 0 1.6rem 1.6rem;
}
.contacts-callback .button-arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #614295, #e95974);
    opacity: 0;
    z-index: -1;
}
.contacts-callback .button-arrow_img {
    transform: none;
    filter: invert(1) opacity(0.2);
}
.contacts-wrap {
    left: 6.4rem;
    background: #fff;
    box-shadow: 0 4px 5px rgba(51, 51, 51, 0.2);
    padding: 2.4rem 0 1.6rem;
}
.contacts-wrap:before {
    position: absolute;
    content: "";
    top: 3.2rem;
    left: 25%;
    z-index: -1;
    border-radius: 50%;
    width: 4.8rem;
    height: 4.8rem;
    background: #f27e95;
    box-shadow: 0 0 2rem #f27e95;
}
.contacts-wrap .subtitle {
    color: #ff5c6e;
    text-align: center;
    padding-bottom: 2.4rem;
}
.contacts-wrap .swiper-slide {
    padding: 0 4.8rem 0 5.6rem;
}
.contacts-wrap .button-cancel {
    font-size: 1rem;
    line-height: 160%;
}
.contacts-wrap .text-small:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0.2rem 0.8rem 0 0;
}
.contacts-wrap .text-small.map:before {
    background-image: url(../img/icons/map-pink.svg);
}
.contacts-wrap .text-small.time:before {
    background-image: url(../img/icons/time-pink.svg);
}
.contacts-wrap .text-small.phone:before {
    background-image: url(../img/icons/phone-pink.svg);
}
.contacts-wrap .text-small.mail:before {
    background-image: url(../img/icons/mail-pink.svg);
    margin-top: 1px;
}
.contacts-link {
    margin-bottom: 0.2rem;
    transition: all 0.2s ease-in-out;
}
.contacts-phone a {
    background-color: transparent;
    color: rgb(51 51 51);
    margin-bottom: 0.2rem;
    transition: all 0.2s ease-in-out;
    font-size: 1.2rem;
    line-height: 133%;
    font-weight: 400;
}
.contacts-logo {
    width: 6.4rem;
    margin: 0 auto 0.8rem;
}
.contacts-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 9.4rem;
    -webkit-mask-image: url(../img/icons/contacts-mask.svg);
    mask-image: url(../img/icons/contacts-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: #ff5c6e;
}
.contacts-bg:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    top: -1.6rem;
    right: -1.6rem;
    width: 5.4rem;
    height: 5.4rem;
    background: #c6a0ed;
    box-shadow: 0 0 2rem #c6a0ed;
}
#map {
    min-height: 100vh;
}
.credit.__theme-block {
    background-image: url(../img/icons/credit-mask_block.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.credit.__theme-block .wrapper {
    padding: 16rem 11.2rem 24.8rem;
}
.credit.__theme-block:after,
.credit.__theme-block:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}
.credit.__theme-block:before {
    background: #614295;
    box-shadow: 0 0 2rem #614295;
    width: 24.8rem;
    height: 24.8rem;
    left: 20.8rem;
    bottom: 5.6rem;
}
.credit.__theme-block:after {
    width: 16rem;
    height: 16rem;
    background: #f27e95;
    box-shadow: 0 0 2rem #f27e95;
    right: -8rem;
    bottom: 11.2rem;
}
.credit.__theme-block .title.fs-32 {
    padding: 4.8rem 0 1.6rem;
}
.credit.__theme-block .credit-main {
    width: 41%;
    margin-right: 15.2rem;
}
.credit.__theme-block .credit-banks_item {
    width: 50%;
    padding-bottom: 4rem;
}
.credit-number {
    width: 4rem;
    height: 4rem;
    padding-top: 0.2rem;
    border-radius: 50%;
    color: #fff;
    background: #ff5c6e;
    margin-right: 2.4rem;
}
.credit-pad {
    padding: 0 11.2rem 3.2rem;
}
.credit-wrap {
    padding: 0 1.6rem 4.8rem 11.2rem;
    display: none;
}
.credit-wrap:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    left: -24rem;
    bottom: 11.2rem;
    width: 29.6rem;
    height: 29.6rem;
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
}
.credit-wrap__desc h3 {
    font-weight: 700;
    margin-bottom: 1em;
    margin-top: 2em;
}
.credit-ico {
    width: 34.5%;
    margin-left: 1.6rem;
}
.credit-ico:after,
.credit-ico:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}
.credit-ico:before {
    width: 25.6rem;
    height: 25.6rem;
    background: #614295;
    box-shadow: 0 0 2rem #614295;
    bottom: 6.4rem;
    left: 0;
}
.credit-ico:after {
    width: 16rem;
    height: 16rem;
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
    right: 0;
    top: 11.2rem;
}
.credit-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.credit-text {
    color: rgba(51, 51, 51, 0.7);
    margin-left: 4rem;
    width: 64.5%;
}
.credit-header {
    padding: 0 3.4rem 7rem 0;
}
.credit-banks {
    padding: 0 13.6rem 8rem;
}
.credit-banks_item {
    width: 20%;
    padding: 0 9.6px;
    color: #fff;
}
.credit-banks_item-small-title {
    font-size: 1.8rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.credit-banks_item-small-subtitle {
    font-size: 1.1rem;
    text-align: center;
    line-height: 1;
}
.credit-banks_item.__purchases {
    width: 50%;
    padding: 0 0.8rem;
}
.credit-banks_item.__purchases .credit-banks_wrap {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}
.credit-banks_wrap {
    padding: 17px 30px;
    border-radius: 1rem;
    height: 100%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background: #ff5c6e;
}
.credit-banks_wrap.active {
    box-shadow: 0 4px 36px #ff5c6e;
}
.credit-banks_wrap.active .text-small {
    color: #fff;
}
.credit-banks_img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.callback {
    padding-right: 11.2rem;
    padding-top: 11.2rem;
}
.callback-message {
    position: absolute;
    top: -4%;
    left: -22%;
    z-index: -1;
    width: 43.8rem;
    padding: 4rem 12.8rem 8rem 7.2rem;
    -webkit-mask-image: url(../img/icons/message-mask.svg);
    mask-image: url(../img/icons/message-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1);
}
.callback-message .subtitle {
    text-align: center;
    padding-bottom: 2.4rem;
}
.callback-message .input.white {
    margin-bottom: 1.6rem;
}
.callback-img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin-right: auto;
    pointer-events: none;
}
.callback-ico {
    width: 45%;
    padding-bottom: 4rem;
    margin-left: auto;
}
.callback-ico_wrap {
    position: absolute;
    top: 30%;
    right: 0;
}
.callback-ico_wrap .subtitle {
    line-height: 120%;
    padding: 0;
}
.callback-ico_wrapper {
    pointer-events: none;
    position: relative;
}
.callback-ico .text-small {
    color: rgba(51, 51, 51, 0.7);
}
.callback-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 416px;
    padding: 8rem 0 6.8rem 11.2rem;
    -webkit-mask-image: url(../img/icons/callback-mask.svg);
    mask-image: url(../img/icons/callback-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: #ff5c6e;
    z-index: 1;
    pointer-events: none;
}
.callback-bg:after,
.callback-bg:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.callback-bg:before {
    bottom: -5rem;
    left: -13.5rem;
    width: 21.6rem;
    height: 21.6rem;
    background: #fff;
    box-shadow: 0 0 2rem #fff;
}
.callback-bg:after {
    right: -10rem;
    bottom: 3rem;
    width: 24.8rem;
    height: 24.8rem;
    background: #614295;
    box-shadow: 0 0 2rem #614295;
}
.callback-bg_mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 52%;
    height: 29.6rem;
    -webkit-mask-image: url(../img/icons/callback-mask2.svg);
    mask-image: url(../img/icons/callback-mask2.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background: linear-gradient(180deg, #ff5c6e, rgba(187, 34, 51, 0) 244.5%);
    z-index: -1;
}
.callback-bg_wrap {
    width: 37%;
}
.cart {
    padding: 4.8rem 11.2rem 11.6rem;
}
.cart-addresses {
    margin: 0 -1.6rem 0.6rem;
    width: calc(100% + 3.2rem);
}
.cart-addresses .simplebar-content {
    white-space: nowrap;
}
.cart-addresses .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    height: 5px;
}
.cart-address,
.cart-addresses .simplebar-scrollbar:before {
    background: #484848;
}
.cart-address {
    color: #fff;
    padding: 5px 17px;
    border-radius: 50px;
    font-size: 1.4rem;
    margin: 0 0 1.6rem 1.6rem;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.cart-address:last-child {
    margin-right: 1.6rem;
}
.cart-address:hover {
    background: #ff5c6e;
}
.cart-wrap {
    width: 29%;
    border-radius: 1rem;
    background: #333;
    padding: 1.6rem 0 2.4rem;
    position: relative;
}
.cart-wrap:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 27.2rem;
    right: -3.2rem;
    width: 10.4rem;
    height: 10.4rem;
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
}
.cart-wrap .swiper-slide {
    padding: 0 1.6rem;
}
.cart-wrap .ss-main {
    background: hsla(0, 0%, 100%, 0.1);
    color: hsla(0, 0%, 100%, 0.5);
    border-radius: 0.5rem;
    font-size: 1.4rem;
    line-height: 115%;
    font-weight: 500;
}
.cart-wrap .ss-main:hover {
    color: #fff;
}
.cart-wrap .ss-main .ss-single-selected .ss-arrow span {
    border-color: hsla(0, 0%, 100%, 0.5);
}
.cart-wrap .ss-main .ss-single-selected:hover .ss-arrow {
    background: unset;
}
.cart-wrap .ss-main .ss-single-selected:hover .ss-arrow span {
    border-color: #fff;
}
.cart-wrap .ss-main .ss-content .ss-list .ss-option {
    padding: 8px 11px;
}
.cart-wrap .ss-main .ss-content {
    color: #333;
    border-radius: 0.5rem 0.5rem 0 0;
}
.cart-wrap .subtitle {
    color: #fff;
    padding: 0 1.6rem 1.6rem;
}
.cart-wrap .text-small {
    padding-bottom: 0.8rem;
    color: hsla(0, 0%, 100%, 0.5);
}
.popup.__account.active .input{
    border: 0 !important;
}
.cart-wrap .input {
    background: hsla(0, 0%, 100%, 0.1);
    border: 0 !important;
}
.puzzle-item_price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
    font-weight: 400 !important;
}
.cart-wrap .button-gradient {
    margin: 0 1.6rem 0 auto;
}
.cart-wrap .button-arrow {
    margin-left: 1.6rem;
}
.cart-wrap .button-arrow.swiper-button-disabled {
    opacity: 1;
    visibility: hidden;
}
.cart-text {
    font-size: 1rem;
    line-height: 160%;
    color: hsla(0, 0%, 100%, 0.3);
    padding-bottom: 1.6rem;
}
.cart-title {
    font-size: 1.4rem;
    color: hsla(0, 0%, 100%, 0.5);
    line-height: 114%;
    padding-bottom: 1.6rem;
}
.cart-sum {
    font-size: 2rem;
    font-weight: 700;
    color: #ff5c6e;
    line-height: 160%;
    margin: 0 3.2rem 0 auto;
}
.cart-main {
    padding-right: 13.6rem;
}
.cart-main .subtitle {
    padding-bottom: 0;
}
.network {
    padding: 0.8rem;
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
}
.network:not(.__theme-white) {
    background: hsla(0, 0%, 100%, 0.1);
}
.network.__theme-white {
    background: rgba(51, 51, 51, 0.1);
}
.network.__theme-white .network-img {
    filter: invert(1) opacity(0.6);
}
.network:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #614295, #e95974);
    opacity: 0;
    z-index: -1;
}
.network-img {
    width: 2.4rem;
    filter: opacity(0.2);
}
.delivery {
    padding: 3.2rem 0 5.6rem;
}
.delivery-item {
    padding: 0 6.4rem 8rem;
}
.delivery-item:after,
.delivery-item:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(0.5rem);
    opacity: 0.5;
}
.delivery-item:first-child {
    padding-right: 19.2rem;
}
.delivery-item:first-child:before {
    width: 28rem;
    height: 28rem;
    background: #614295;
    box-shadow: 0 0 2rem #614295;
    left: -18.4rem;
    top: 30%;
}
.delivery-item:first-child:after {
    width: 24rem;
    height: 24rem;
    right: -16rem;
    top: 5%;
    background: #ff8271;
    box-shadow: 0 0 2rem #ff8271;
}
.delivery-item:nth-child(2):before {
    display: none;
}
.delivery-item:nth-child(2):after {
    width: 15.2rem;
    height: 15.2rem;
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
    right: -4rem;
    bottom: -3%;
}
.delivery-item:nth-child(3):before {
    width: 14.4rem;
    height: 14.4rem;
    background: #ff8271;
    box-shadow: 0 0 2rem #ff8271;
    opacity: 0.8;
    filter: none;
    left: -8rem;
    top: 20%;
}
.delivery-item:nth-child(3):after {
    display: none;
}
.delivery-item_wrap {
    padding-left: 25.6rem;
}
.delivery-item_img {
    width: 4rem;
    margin-right: 2.4rem;
}
.delivery-item_text {
    font-size: 1.4rem;
    line-height: 143%;
}
.delivery-item_link {
    font-size: 1.4rem;
    display: block;
    color: #ff5c6e;
    border-bottom: 1px solid rgba(255, 255, 255, 1e-5);
    margin-bottom: 0.8rem;
    transition: all 0.2s ease-in-out;
}
.delivery-item .subtitle {
    color: #ff5c6e;
    padding-bottom: 1.6rem;
}
.delivery-pr_64 {
    padding-right: 6.4rem;
}
.banners {
    padding-bottom: 7.2rem;
}
.banners:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 8.8rem;
    height: 8.8rem;
    background: #614295;
    box-shadow: 0 0 2rem #614295;
    left: 23%;
    bottom: 9%;
    z-index: -1;
}
.banners-mask {
    position: absolute;
    width: 100%;
    height: 119%;
    top: 0;
    left: 0;
    -webkit-mask-image: url(../img/icons/banners-mask1.svg);
    mask-image: url(../img/icons/banners-mask1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
}
.banners-mask:before {
    content: "";
    position: absolute;
    width: 20.8rem;
    height: 20.8rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 2rem #fff;
    bottom: 15.2rem;
    left: -10.4rem;
}
.banners-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 81%;
    height: 105%;
    background: #f27e95;
    box-shadow: 0 0 2rem #f27e95;
    -webkit-mask-image: url(../img/icons/banners-mask2.svg);
    mask-image: url(../img/icons/banners-mask2.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: -1;
}
.banners-item {
    padding: 4rem 19.2rem 0 11.2rem;
}
.banners-item_form.wrapper {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -100px;
}
.banners-item_bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 77%;
    -webkit-mask-image: url(../img/icons/banners-mask3.svg);
    mask-image: url(../img/icons/banners-mask3.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background-color: #e95974;
    z-index: -1;
}
.banners-item_bg-img {
    opacity: 0.1;
}
.banners-item_wrap {
    width: 41.5%;
    margin-right: 3.2rem;
}
.banners-item_wrap .link:after {
    margin-top: 0.2rem;
}
.banners-item_ico {
    flex: 0 0 50%;
}
.banners-item .button {
    margin-right: 3.2rem;
}
.banners-item .text-small {
    color: hsla(0, 0%, 100%, 0.5);
    padding-top: 3.2rem;
}
.banners .swiper-container {
    padding-bottom: 4.8rem;
    height: 700px;
}
.banners .swiper-button-next,
.banners .swiper-button-prev {
    right: 8.8rem;
    border-color: hsla(0, 0%, 100%, 0.3);
}
.banners .swiper-button-next:after,
.banners .swiper-button-prev:after {
    filter: brightness(5);
}
.banners .swiper-button-prev {
    left: unset;
    transform: translateY(-60%);
}
.banners .swiper-button-next {
    transform: translateY(60%);
}
.banners-prefix-red {
    color: #9b3d3d;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.banners-text {
    font-weight: 400;
    font-size: 1.8rem;
    color: #fff;
}
.banners-footer_text {
    font-weight: 400;
    font-size: 1.4rem;
    color: #fff;
}
.swiper-container-fade .swiper-slide {
    opacity: 0 !important;
}
.swiper-container-fade .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}
.banners .swiper-container .title {
    font-size: 3.2rem;
    text-transform: uppercase;
}
@media (max-width: 1280px) {
    .banners-item {
        padding-right: 3.2rem;
    }
    .banners .swiper-container .title {
        font-size: 2.25rem;
    }
}
@media screen and (max-width: 1249px) {
    .banners {
        overflow: hidden;
    }
    .banners .swiper-container {
        height: auto;
    }
    .banners .consultation > .f {
        flex-wrap: wrap;
    }
    .banners .consultation > .f .input.white {
        width: 100%;
    }
    .banners .consultation > .f .button {
        margin-top: 1.6rem;
    }
    .banners .banners-bg {
        -webkit-mask-image: url(../img/icons/banners-mask2_mobile.svg);
        mask-image: url(../img/icons/banners-mask2_mobile.svg);
        width: 80%;
        height: 83%;
    }
    .banners .banners-mask {
        -webkit-mask-image: url(../img/icons/banners-mask1_mobile.svg);
        mask-image: url(../img/icons/banners-mask1_mobile.svg);
        height: 78%;
    }
    .banners .banners-mask:before {
        display: none;
    }
    .banners-item_ico {
        order: -1;
        padding: 0 0 2.4rem;
        width: 100%;
        margin: 0 -3.2rem;
        flex: unset !important;
    }
    .banners-item_ico img {
        max-height: 170px;
        width: unset;
        margin-left: 0;
    }
}
.breadcrumbs {
    padding: 0 11.2rem 2.4rem;
}
.breadcrumbs-item {
    font-size: 1.2rem;
    color: #fff;
    opacity: 0.5;
    transition: all 0.2s ease-in-out;
}
.breadcrumbs-item:after {
    content: "";
    height: 1px;
    width: 5px;
    background: hsla(0, 0%, 100%, 0.5);
    margin: 0 4px;
}
.breadcrumbs-item:last-child:after {
    display: none;
}
.goods {
    padding-bottom: 7.2rem;
}
.goods .title {
    padding: 0 11.2rem 2.4rem;
}
.goods .card {
    padding: 0 2.4rem;
}
.goods .swiper-slide {
    width: 25%;
}
.goods .swiper-container {
    padding: 2rem 0;
}
.favorites {
    padding: 0 3.6rem 4rem;
}
.favorites .card {
    width: 25%;
    padding: 0 2rem 2.4rem;
}
footer {
    background: #333;
    padding: 4rem 6.8rem 1rem;
    position: relative;
    z-index: 1;
}
footer .header-logo {
    width: 13.5rem;
    margin: 0 0 1rem;
}
footer .header-width {
    margin: 0 auto;
}
.footer-main {
    padding-bottom: 4rem;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    margin-bottom: 1rem;
}
.footer-contact-phone a { 
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 133%;
    color: #ff5c6e;
    transition: all 0.2s ease-in-out;

}
.footer-phone {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 133%;
    color: #ff5c6e;
    transition: all 0.2s ease-in-out;
}
.footer-nav {
    padding: 0 14rem;
}
.footer-nav_wrap {
    padding: 0 2rem;
}
.footer-text {
    font-size: 1.5rem;
    color: #fff;
    line-height: 133%;
    padding-bottom: 2rem;
}
.footer-dev,
.footer-text {
    transition: all 0.2s ease-in-out;
}
.footer-dev {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 1.2rem;
    line-height: 125%;
    margin-left: auto;
}
.footer-dev .prop {
    font-size: 2rem;
    font-weight: 700;
    line-height: 150%;
    color: #fff;
    padding-left: 2rem;
    transition: all 0.2s ease-in-out;
}
.footer-title {
    font-size: 1.2rem;
    padding-bottom: 2rem;
    color: hsla(0, 0%, 100%, 0.5);
    line-height: 125%;
    transition: all 0.2s ease-in-out;
}
.footer-title.__order {
    cursor: pointer;
    text-decoration: underline;
}
.footer-title.__pad {
    padding: 0 5.6rem 0 0;
}
.purchases {
    /* display: flex;
    flex-direction: column; */
    padding: 0 11.2rem;
}
.purchases-trade_wrap {
    background: #fff;
    box-shadow: 0 2px 10px rgba(51, 51, 51, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    margin: 0 0 16px;
}
.purchases-trade_main {
    padding: 8px 16px;
    flex: 1;
}
.purchases-trade_image {
    width: 96px;
    height: 96px;
    margin: 0 4px 0 0;
    padding: 4px 0;
}
.purchases-trade_image img {
    max-height: 100%;
    max-width: 100%;
    width: unset;
    margin: 0 auto;
}
.purchases-trade_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.purchases-trade_desc {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    color: rgba(51, 51, 51, 0.5);
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -16px;
}
.purchases-trade_item {
    padding: 8px 0 8px 16px;
}
.purchases-trade_price {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #ff5c6e;
}
.purchases-width {
    width: 42%;
    margin-left: auto;
}
.purchases-width.calc {
    padding-bottom: 0;
}
.purchases-width.calc:after,
.purchases-width.calc:before {
    display: none;
}
.purchases .text-normal:first-child {
    width: 25%;
    padding-right: 0.8rem;
}
.purchases-pad {
    font-size: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.purchases-info {
    width: 1.6rem;
    margin-left: 0.8rem;
}
.purchases-checkbox {
    padding-bottom: 2.4rem;
}
.purchases-checkbox_wrap {
    border: 0.5px solid rgba(51, 51, 51, 0.1);
    border-radius: 2rem;
}
.purchases-checkbox .radio {
    margin: 0;
}
.purchases-checkbox .radio-name {
    border: none;
}
.purchases-block {
    border-radius: 1rem;
    padding: 2.4rem;
    margin: 0 -2.4rem;
    margin-bottom: 2.4rem;
}
.single_variation_wrap .woocommerce-variation.single_variation{
    /* display: none !important; */
}
.purchases-block.gradient {
    background: linear-gradient(195.17deg, #ff5c6e -10.7%, #614295 122.41%);
}
.purchases-block:not(.gradient) {
    background: #fff;
}
.purchases-block.not-bg {
    background: none;
}
.purchases-block.not-bg .input.white {
    width: 70%;
    margin-bottom: 0;
}
.purchases .popup-item {
    margin: 0 0 0 1.6rem;
}
.purchases .button-gradient {
    margin-left: -10.4rem;
}
.purchases-link {
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
    transition: 0.2s ease-in-out;
}
.purchases-price, 
.woocommerce-variation-price .woocommerce-Price-currencySymbol{
    font-size: 2.4rem;
    font-weight: 500;
}
.purchases-price .fs-32,
.woocommerce-variation-price .woocommerce-Price-amount {
    font-size: 3.2rem;
    font-weight: 700;
}
.purchases-price.mobile {
    display: none;
}

.calculate{
    max-width: 900px;
    margin: 0 auto;
}

.calculate-step .calculate-step__models{
    display: flex;
    flex-wrap: wrap;
    margin: -0.8rem -0.8rem;
    padding: 0 2rem;
}

.state-tech-block.active {
        max-height: 46rem;
}
.calculate-step .calculate-step__title{
    text-align: center;
}

.calculate-step .model{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc((100% / 5) - 1.6rem);
    height: 11.7rem;
    margin: 0.8rem 0.8rem ;
    padding: 0 0.4rem;
    border-radius: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.1);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.calculate-step .model:hover{ 
    background: #fff;
    box-shadow: 0 0.2rem 1rem rgba(51, 51, 51, 0.1); 
}
.calculate-step .model__title{
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 133%;
}
.calculate-step .model__subtitle{
    font-size: 1.2rem;
    font-weight: 400;
    color: #333;
    line-height: 150%;
}

.calculate-inner{
    position: relative;
    overflow: hidden;
}
.calculate-row{ 
    position: relative;
    display: flex; 
    width: 100%;
    transition: 0.35s ease-in-out;
    margin: 0 -1rem;
}
.calculate-inner .calculate-step {
    width: 100%;
    flex: 0 1 auto;
    flex-shrink: 0;
    position: relative;
    transition: 0.35s ease-in-out;
    margin: 0 1rem;
}

.model-active{
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
    border-color: #ff5c6e;
}
.model-active .model__title{
   
    color: #fff;
}

.calc-error{
    color: #da142a;
    font-size: 1.4rem;
}
.model-active .model__subtitle{ 
    color: #fff;
}
.calculate-inner .calculate-step:first-child{
    /* transform: translateX(+100%); */
}

.show-prev-btn{

}
.btn-prev-js{
    margin-right: 1.6rem; 
    background: rgba(51, 51, 51, 0.3) !important;
}
.btn-prev-js:hover {
    background: #fff !important;
} 

.messages{
        padding: 1rem 8rem 0 4.8rem;
}
.messages .woocommerce-message {
    font-weight: 600;
    background-color: transparent !important;
        color: #ff5c6e !important;
}
.messages .woocommerce-message .button.wc-forward{
    display: none !important;
}   

.calculate-step__conditions{
    display: flex;
}

.conditions__item{
    
}

.wpfFilterTitle{
    pointer-events: none !important;
}
.wpfTitleToggle{
    display: none !important;
}
.wpfFilterVerScroll li {
    margin: 0 0.8rem 0.8rem;

}
.wpfLiLabel{
    all: unset;
    box-shadow: 0.4rem 0.2rem 1rem rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border: 0.5px solid rgba(51, 51, 51, 0.1);
    padding: 0.8rem 1.6rem 0.8rem 1rem;
    border-radius: 2rem;
    transition:  0.35s ease-in-out;
}
.wpfFilterVerScroll li:hover  .wpfLiLabel{
        background: #fff;
        border-color: #fff;
}

.wpfMainWrapper .wpfFilterWrapper .wpfCheckbox label::before{
    content: '';
    width: 1rem;
    height: 1rem;
    margin-right: 1.6rem;
    border-radius: 50%;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    background: rgba(51, 51, 51, 0.2);
    background-color: rgba(51, 51, 51, 0.2) !important;
}
.wpfMainWrapper .wpfFilterWrapper .wpfFilterTaxNameWrapper{
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 114%;
    cursor: pointer;
    padding-left: 1.6rem;
    color: rgba(51, 51, 51, 0.7);
    transition: 0.35s ease-in-out;
}
.wpfFilterVerScroll li:hover  .wpfFilterTaxNameWrapper{ 
    color: #000;
}
.wpfFilterVerScroll li:hover  .wpfCheckbox label::before{
    background-color: rgba(51, 51, 51, 1) !important;
}
.wpfMainWrapper .wpfFilterWrapper .wpfCheckbox input[type="checkbox"]:checked + label::before{
    background-color: #fff !important;
    background: #fff !important; 
}

.active-filter  {
        background: #ff5c6e !important;
        box-shadow: 0.3rem 0.2rem 0.5rem #ff5c6e !important;
        color: #fff !important;
        border-color: #ff5c6e !important;

}
.active-filter  .wpfDisplay .wpfFilterTaxNameWrapper{ 
        color: #fff !important; 

}
.active-filter .wpfCheckbox label:before {
    background-color: #fff !important;
    background: #fff !important;

}
.wpfCurrencySymbol {
    display: none !important;
}
.wpfMainWrapper .wpfPriceInputs {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.wpfMainWrapper .wpfPriceInputs .wpfPriceRangeField {
     all: unset !important;
    border: 0.5px solid rgba(51, 51, 51, 0.1) !important;
    width: 30% !important;
    border-radius: 2rem !important;
    font-size: 1.4rem !important;
    text-align: center !important;
    color: rgba(51, 51, 51, 0.7) !important;
    padding: 0.8rem !important;
}
body {
    overflow-x: hidden;
}

.woocommerce-variation-add-to-cart{
    display: flex;
    flex-direction: column;
}
.woocommerce-variation-add-to-cart .woocommerce-message{
    padding: 1.2rem 0;
    background: transparent !important;
    color: #ff5c6e !important;
}
.woocommerce-variation-add-to-cart a {
    display: none;
}

#order_review {
    /* display: none !important; */
}
.woocommerce-shipping-destination{
    display: none;
}
.shipping-calculator-button{
    display: none;
}
.woocommerce-checkout-review-order-table{
    /* display: none; */
}
.shop_table thead {
    display: none !important;
}

.shop_table tbody {
    display: none !important;
}
.shop_table .cart-subtotal {
    display: none !important;
}

.order-total{ 
    display: none !important;
}
#order_review_heading{
    display: none;
}
.woocommerce-checkout{
    width: 100%;
}

.form-row  {
    display: flex;
    flex-direction: column;
    
}
.address-field {}

.form-row label{ 
    padding-bottom: 0.8rem;
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 1.2rem;
    line-height: 133%;
}

.form-row .woocommerce-input-wrapper input{
    background: hsla(0, 0%, 100%, 0.1);
    color: hsla(0, 0%, 100%, 0.5);
        border: 0 !important;
        font-size: 1.4rem;
    line-height: 115%;
    font-weight: 500;
    width: 100%;
    padding: 1.2rem !important;
    border-radius: 0.5rem;
    margin-bottom: 1.6rem;
    transition: all 0.2s ease-in-out;
}

.account-main.__history {
    overflow-y: scroll;
}
.history-orders{}
.history-orders__wrap{ 
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 1rem;
    border-top-left-radius: 0;
    margin-top: 4rem;
    margin-bottom: 5.6rem;
}
.history-orders__info{
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 0.8rem 1.6rem;
}
.history-orders__number{
    position: absolute;
    top: -4rem;
    left:  0rem; 
    height: 4rem;
    background: #fff; 
    padding:  0.8rem ;
    padding-left: 1.6rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.istory-orders__date{}
.history-orders__status{}
.istory-orders__total{}
.history-orders__products{
    
    padding: 0.8rem 1.6rem;
}

.history-orders__title {
    font-size: 1.4rem;
}

.history-orders__text {
    font-size: 1.4rem;
}
.history-orders__date,
.history-orders__status {
    margin-right: 2rem;
}

.history-orders__date,
.history-orders__status,
.history-orders__total {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.history-orders__inner{
    display: flex;
    flex-direction: column;
}

.history-orders__item {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    transition: 0.35s ease-in-out;
}
.history-orders__item:hover {
    color: #ff5c6e;
}
 






.wpfMainWrapper .wpfPriceInputs .wpfFilterDelimeter{ 
    width: 1.6rem;
    height: 1px;
    background: rgba(51, 51, 51, 0.7); 
    color: transparent !important;
} 
.wpfMainWrapper .wpfFilterWrapper {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 4.8rem !important;
}
#wpfBlock_4{
    margin-bottom: 0 !important;
}
#wpfSortProducts {
    text-align: right !important;
}
#wpfSortProducts option {
    font-size: 1.4rem !important;
    font-weight: 500 !important;
}
#wpfSortProducts:focus {
    border-radius: 1rem;
    border: none !important;
}

.visible-none {
    visibility: hidden !important;
}

@media (max-width: 768px) {
    .purchases-price.mobile {
        margin-bottom: 1em;
        display: block;
    }
    .tradein .wrapper {
        display: flex; 
        flex-direction: column;
    }

    .tradein-left .tradein-width{
        width: 100%;
    }
}
.purchases-wrapper {
    max-height: 0;
    margin: 0 -2.4rem;
    padding: 0 2.4rem;
    transition: 0.4s ease-in-out;
}
.purchases-wrapper.__full {
    max-height: unset;
}
.purchases-credit {
    padding: 4rem 0 0.8rem;
}
.purchases-wrap {
    margin: 0 -2.4rem;
    padding: 0 2.4rem 2.4rem;
    transition: 0.4s ease-in-out;
}
.purchases-wrap .calc-state_ico {
    width: calc(50% - 1.6rem);
}
.purchases-text {
    font-size: 1.4rem;
    line-height: 114%;
    color: rgba(51, 51, 51, 0.7);
}
.purchases-devices.show .calc-models.__purchases {
    display: block;
}
.price del{
	position: relative;
	text-decoration:none;
	    margin-right: 1.3rem;

}
.price del:before {
	    content: '';
    position: absolute;
    left: 0;
    top: 30%;
    width: 100%;
    height: 3px;
    background: #ff5c6e; 
    transform: translateY(-50%) rotate(7deg);
} 
.price del bdi {
	font-size: 2.2rem;
}

.price del bdi span{
	font-size: 2.2rem;
}

.purchases-slider {
    width: 51%;
    float: left;
    position: sticky;
    top: 45%;
    margin-bottom: 6.4rem;
    transform: translateY(-44%);
}
.purchases-slider_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.purchases-slider_item {
    background-color: #fff;
}
.purchases-slider_item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.purchases-slider_wrap {
    border-radius: 1rem;
    background: #fff;
}
.purchases-slider_wrap .swiper-slide {
    border-radius: 1rem;
}
.purchases-slider_main {
    width: 76%;
    margin-left: 4.8rem;
    padding-bottom: 6rem;
}
.purchases-slider_main .swiper-button-next,
.purchases-slider_main .swiper-button-prev {
    top: unset;
    bottom: 0;
}
.purchases-slider_main .swiper-button-prev {
    left: 50%;
    transform: translateX(-120%);
}
.purchases-slider_main .swiper-button-next {
    right: 50%;
    transform: translateX(120%);
}
.purchases-slider_thumbs {
    margin-bottom: 3.2rem;
}
.purchases-slider_thumbs .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.purchases-slider_thumbs .purchases-slider_item,
.purchases-slider_thumbs .wvg-gallery-thumbnail-image {
    cursor: pointer;
    margin-bottom: 2.4rem !important; 
    border-radius: 1rem;
}
.purchases-slider_thumbs .wvg-gallery-thumbnail-image:after {
    /* content: "";
    display: block;
    padding-bottom: 100%; */
}
.woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .purchases-slider_main {
    width: 76%;
    margin-left: 4.8rem;
    padding-bottom: 6rem;
}
 .purchases-slider_main .wvg-single-gallery-image-container {
    border-radius: 1rem;
    overflow: hidden;
        position: relative;
    background-color: #fff !important;
    padding: 2.063rem;
}
 .purchases-slider_main .wvg-single-gallery-image-container .wp-post-image{ 
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.purchases-slider_thumbs .wvg-gallery-thumbnail-image{
    background-color: #fff !important;
    background: #fff;
    cursor: pointer;
    margin-bottom: 2.4rem;
    border-radius: 1rem;
    overflow: hidden;
    opacity: 1 !important;
}
.custom-arrows {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    /* height: 2.076rem; */
    margin-top: 1.563rem;
}
.custom-arrows .slick-arrow{
    position: relative !important;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.2);
    transition: 0.2s ease-in-out;
    top: 0 !important;
    margin-top: 0 !important;
    background: transparent;
}
.custom-arrows .slick-arrow:hover {
        background: #fff;
        border-color: #fff;
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    }
.custom-arrows .slick-arrow:before{
    content: '' !important;
}
.woo-variation-gallery-slider-wrapper .custom-arrows .wvg-slider-prev-arrow {
    left: inherit !important;
    left: auto !important;
    transform: translateX(0%);
        left: 50%;
    transform: translateX(-20%);
    
}
.woo-variation-gallery-slider-wrapper .custom-arrows .wvg-slider-next-arrow {
    right: inherit !important;
    right: auto !important;
        transform: translateX(0%);
            right: 50%;
    transform: translateX(20%);
}
.woo-variation-gallery-slider-wrapper:hover .wvg-slider-prev-arrow {
    left: inherit !important;
    left: 0 !important;
}
.woo-variation-gallery-slider-wrapper:hover .wvg-slider-next-arrow {
    right: inherit !important;
    right: 0 !important;
}
.purchases-slider_thumbs .wvg-gallery-thumbnail-image img{ 
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; */
}
 

.purchases-specif {
    background-image: url(../img/icons/purchases-mask_top.svg), url(../img/icons/purchases-mask_bottom.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.purchases-specif .wrapper {
    padding: 4.8rem 11.2rem 14.4rem;
}
.purchases-specif_main {
    width: 71%;
    margin-right: 11.2rem;
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    padding: 4rem 8rem;
}
.purchases-specif_main .text-bold {
    padding: 0 2.4rem 2.4rem;
}
.purchases-specif_wrap {
    padding-bottom: 4rem;
}
.purchases-specif_wrapper:first-child {
    color: #fff;
    padding-bottom: 7.2rem;
}
.purchases-specif_wrapper:first-child .purchases-specif_img {
    filter: invert(1) brightness(5);
}
.purchases-specif_ico {
    width: 4.8rem;
    margin-bottom: 1.6rem;
}
.purchases-specif_item {
    padding: 0.8rem 2.4rem;
    font-size: 1.4rem;
    line-height: 114%;
    color: rgba(51, 51, 51, 0.7);
    transition: 0.2s ease-in-out;
}
.purchases-specif_item-name {
    padding-right: 2.4rem;
    width: 65%;
}
.purchases__colors {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 3.2rem;
}
.purchases__colors .calc-color {
    margin: 0;
}
@media (max-width: 767px) {
    .purchases__colors {
        grid-template-columns: repeat(3, 1fr);
    }
}
.friday-wrap {
    padding: 0 11.2rem;
}
.friday-ico {
    width: 55%;
    margin-left: 3.2rem;
    position: relative;
}
.friday-ico:after,
.friday-ico:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: -1;
}
.friday-ico:before {
    width: 16.8rem;
    height: 16.8rem;
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
    top: 3.2rem;
    left: 12%;
}
.friday-ico:after {
    width: 26.4rem;
    height: 26.4rem;
    background: #c6a0ed;
    box-shadow: 0 0 2rem #c6a0ed;
    bottom: -3.2rem;
    right: -7.2rem;
}
.friday-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 1;
}
.friday .countdown {
    position: relative;
    padding: 5.6rem 0 3.2rem 7.2rem;
    transform: translateY(-20%);
}
.error {
    padding-bottom: 5.6rem;
}
.error-ico {
    margin-left: 2.4rem;
}
.error-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.error-wrap {
    margin-left: 11.2rem;
}
.error .title {
    padding-bottom: 2.4rem;
}
.error .button.__pink {
    margin-right: 1.6rem;
}
.puzzle {
    padding: 0 11.2rem 8rem;
}
.puzzle .title {
    padding: 4rem 0;
}
.puzzle-item_ico {
    height: 224px;
}
.puzzle-item.__category {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 1.6rem;
}
.puzzle-item.__category .puzzle-item_bg {
    width: calc(100% - 3.2rem);
}
.puzzle-item:not(.__category) {
    width: calc(33.3333% - 1.6rem);
    padding: 0 4rem;
    margin: 0 0.8rem 4rem;
}
.puzzle-item:not(.__category) .puzzle-item_bg {
    width: calc(100% - 8rem);
}
.puzzle-item_bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 65%;
    z-index: -1;
    background: #fff;
    border-radius: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out 0.1s;
}
.puzzle-item_wrap {
    padding: 0 1.6rem;
    height: 100%;
}
.puzzle-item_wrap:after,
.puzzle-item_wrap:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 9.4rem;
    height: 9.4rem;
    z-index: -2;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
}
.puzzle-item_wrap:before {
    background: #614295;
    box-shadow: 0 0 2rem #614295;
    left: 50%;
    bottom: 40%;
}
.puzzle-item_wrap:after {
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
    right: 50%;
    top: 40%;
}
.puzzle-item_count {
    font-size: 1.2rem;
    color: rgba(51, 51, 51, 0.7);
    text-align: center;
}
.puzzle-item_ico {
    margin-bottom: 1.6rem;
}
.puzzle-item_price {
    font-size: 1.2rem;
    line-height: 160%;
    color: #ff5c6e;
    text-align: center;
    padding-bottom: 0.8rem;
}
.puzzle-item_price .bold {
    font-weight: 700;
}
.puzzle-item_price.fz-24 {
    font-size: 2.4rem;
    padding-bottom: 0;
    padding-top: 1em;
}
.puzzle-item_new {
    position: absolute;
    top: 2.4rem;
    left: 0;
    background: #ff5c6e;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: 700;
    padding: 0.4rem 1.6rem;
}
.puzzle-item_link,
.puzzle-item_new {
    border-radius: 1.6rem;
    transition: all 0.2s ease-in-out;
}
.puzzle-item_link {
    color: #333;
    padding: 0.4rem 0.4rem 0.4rem 1.6rem;
    transform: translateY(50%);
    font-size: 1.2rem;
    line-height: 100%;
}
.puzzle-item_link-arrow {
    padding: 0.4rem;
    border-radius: 50%;
    margin-left: 1.6rem;
    transition: all 0.2s ease-in-out;
}
.puzzle-item_link-img {
    width: 1.6rem;
    filter: grayscale(1) brightness(0.8);
}
.puzzle-item .subtitle {
    text-align: center;
}
.puzzle-item_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.comparison {
    padding: 0 5.6rem;
}
.comparison-item {
    padding: 0.6rem 0.8rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    line-height: 114%;
    margin-bottom: 0.8rem;
    transition: all 0.2s ease-in-out;
}
.comparison-item_price {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 125%;
    padding-bottom: 1.6rem;
}
.comparison-item_link {
    font-size: 1.4rem;
    line-height: 114%;
    color: #ff5c6e;
    border-bottom: 1px solid rgba(255, 255, 255, 1e-5);
    transition: all 0.2s ease-in-out;
    margin-bottom: 1.6rem;
}
.comparison-item_title {
    width: 30%;
    color: rgba(51, 51, 51, 0.7);
    transition: all 0.2s ease-in-out;
}
.comparison-item_width {
    width: 23.3333%;
    padding-right: 0.8rem;
}
.comparison-item .color {
    color: #ff5c6e;
    font-weight: 700;
}
.comparison .button-basket {
    margin-bottom: 1.6rem;
}
.comparison-wrap {
    padding: 0 0 1.2rem;
    margin-bottom: 3.2rem;
}
.comparison-wrap .subtitle {
    padding: 0 0 1.6rem 0.8rem;
}
.comparison-list {
    padding-bottom: 5.6rem;
}
.comparison-list_width {
    width: 30%;
}
.comparison-list_item {
    width: 23.3333%;
}
.comparison-list_item:not(.__add) {
    padding-right: 7.2rem;
}
.comparison-list_item.__add .comparison-list_close,
.comparison-list_item.__add .comparison-list_ico,
.comparison-list_item.__add .comparison-list_price,
.comparison-list_item.__add .subtitle,
.comparison-list_item.__add .text-small {
    display: none;
}
.comparison-list_wrap {
    height: 100%;
}
.comparison-list_wrap .text-small {
    color: rgba(51, 51, 51, 0.7);
    padding-bottom: 0.8rem;
}
.comparison-list_close {
    position: absolute;
    top: -1.6rem;
    right: -1.6rem;
    filter: invert(1);
    opacity: 0.3;
    width: 4rem;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.comparison-list_img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0.8rem;
}
.comparison-list_price {
    color: #ff5c6e;
    line-height: 150%;
    font-weight: 700;
}
.comparison-list_price .fs-10 {
    font-size: 1rem;
    line-height: 160%;
}
.category {
    padding-bottom: 10.4rem;
}
.category .title {
    padding: 0 0 8rem 11.2rem;
}
.category .swiper-slide {
    width: 20%;
    height: unset;
}
.category .swiper-container {
    padding-bottom: 1.6rem;
}
.partners {
    padding: 3rem 0;
}
.partners-wrap {
    display: flex;
}
.partners-container {
    margin-bottom: 4.5rem;
}
.partners-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners-image {
    max-width: 150px;
}
.media {
    padding: 3rem 0;
}
@media (max-width: 1249px) {
    .media-title {
        margin-top: 3rem;
    }
}
.media-wrap {
    display: flex;
}
.media-container {
    margin-bottom: 4.5rem;
}
.media-ico {
    width: 37.5%;
    margin-right: 2.4rem;
    border-radius: 1rem;
}
@media (max-width: 1249px) {
    .media-ico {
        width: 100%;
        margin: 0 0 0.8rem;
    }
}
@media (max-width: 1249px) {
    .media-img {
        position: static;
        transform: none;
        width: 100%;
    }
}
.media-item {
    width: 100%;
    padding: 0 1.2rem 2.4rem;
}
.media-item_main {
    padding: 0 0 25px;
}
.media-tag {
    background: #ff5c6e;
    border-radius: 5px;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}
.media-tag_wrap {
    margin: 10px 0 25px;
}
.media-tag_wrap.__fixed {
    margin: -10px 0 20px;
}
.catalog.__theme-page {
    padding: 5.6rem 8rem 11.2rem 4.8rem;
}
.catalog.__theme-page .card.__theme-new {
    width: 33.3333%;
}
.catalog.__theme-page .catalog-wrap {
    padding: 0 3.2rem 3.2rem;
}
.catalog.__theme-page .catalog-filter .checkbox-name {
    margin: 0 0.8rem 0.8rem;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}
.catalog.__theme-page .catalog-filter .checkbox-input:not(:checked) + .checkbox-name:hover {
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
}
.catalog.__theme-page .catalog-filter .checkbox-input:checked + .checkbox-name {
    box-shadow: 0 0.2rem 1rem #ff5c6e;
}
.catalog.__theme-page .catalog-filter .range {
    margin: 0 0.8rem 2.4rem;
}
.catalog.__theme-page .catalog-filter .text-bold {
    padding: 0 0.8rem 2.4rem;
}
.catalog.__theme-page .catalog-filter .text-small {
    padding: 0 0.8rem 1.6rem;
}
.catalog.__theme-page .catalog-filter_pad {
    padding: 0 0.8rem;
}
.catalog.__theme-page .catalog-filter_wrap {
    margin-bottom: 4.8rem;
    padding: 0 0.8rem;
}
.catalog.__theme-page .catalog-filter_hidden {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 0.8rem;
    transition: 0.4s ease-in-out;
}
.catalog.__theme-page .catalog-filter_hidden.active {
    opacity: 1;
    visibility: visible;
}
.catalog.__theme-page .catalog-filter_show {
    margin: 0.8rem 0 0 0.8rem;
    font-size: 1.2rem;
    color: #ff5c6e;
    border-bottom: 0.1rem solid hsla(0, 0%, 100%, 0.0001);
    cursor: pointer;
    line-height: 133%;
    transition: 0.4s ease-in-out;
}
.catalog.__theme-page .catalog-filter_show.active:after {
    margin: 0.4rem 0 0 0.4rem;
    transform: rotate(-45deg);
}
.catalog.__theme-page .catalog-filter_show:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border: solid #ff5c6e;
    border-width: 0.1rem 0.1rem 0 0;
    margin: -0.2rem 0 0 0.4rem;
    transform: rotate(135deg);
    transition: 0.4s ease-in-out;
}
.catalog.__theme-page .catalog-filter_price {
    width: 38%;
}
.catalog.__theme-page .catalog-filter_price:first-child {
    margin-right: auto;
}
.catalog.__theme-page .catalog-filter_price:first-child:after {
    content: "";
    position: absolute;
    width: 1.6rem;
    height: 1px;
    background: rgba(51, 51, 51, 0.7);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.catalog.__theme-page .catalog-filter_price-input {
    border: 0.5px solid rgba(51, 51, 51, 0.1);
    width: 100%;
    border-radius: 2rem;
    font-size: 1.4rem;
    text-align: center;
    color: rgba(51, 51, 51, 0.7);
    padding: 0.8rem;
}
.catalog.__theme-page .catalog-opt {
    border-radius: 0.8rem;
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.2);
    font-size: 1rem;
    color: rgba(51, 51, 51, 0.7);
    line-height: 160%;
    padding: 0 2.4rem 0 0.8rem;
    margin-right: 1.6rem;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.catalog.__theme-page .catalog-opt:last-child {
    margin: 0;
}
.catalog.__theme-page .catalog-opt_delete {
    position: absolute;
    top: 50%;
    right: 0.4rem;
    width: 1.6rem;
    height: 100%;
    transform: translateY(-50%);
    filter: invert(1) opacity(0.5);
}
.catalog.__theme-page .catalog-sort {
    min-width: 34rem;
    font-size: 1.4rem;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.3);
    padding: 0.8rem;
    position: relative;
    z-index: 2;
}
.catalog.__theme-page .catalog-sort.show .catalog-sort_wrap {
    background: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    opacity: 1;
    visibility: visible;
}
.catalog.__theme-page .catalog-sort_title {
    padding-right: 1.6rem;
}
.catalog.__theme-page .catalog-sort_item {
    transition: 0.2s ease-in-out;
}
.catalog.__theme-page .catalog-sort_item.arrow {
    color: #ff5c6e;
}
.catalog.__theme-page .catalog-sort_item.arrow:after {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin: -0.2rem 0 0 0.8rem;
    border: solid #ff5c6e;
    border-width: 0.1rem 0.1rem 0 0;
    transform: rotate(135deg);
}
.catalog.__theme-page .catalog-sort_item.active {
    color: #ff5c6e;
}
.catalog.__theme-page .catalog-sort_item:not(.arrow) {
    display: block;
    padding: 0.4rem 0.8rem;
}
.catalog.__theme-page .catalog-sort_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    padding-top: 4rem;
    visibility: hidden;
    z-index: -1;
    border-radius: 1rem;
    transition: 0.2s ease-in-out;
}
.catalog.__theme-page .catalog-main {
    width: 79%;
    margin-left: 3.2rem;
}
.catalog.__theme-page .catalog-page {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.4rem;
    line-height: 114%;
    padding-right: 3.2rem;
}
.catalog.__theme-page .catalog-page_input {
    padding: 0.4rem 0;
    text-align: center;
    width: 3.2rem;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.2);
}
.catalog.__theme-page .catalog-page_text {
    padding-left: 0.8rem;
    color: rgba(51, 51, 51, 0.7);
}
.catalog.__theme-page .button-arrow {
    margin-right: 1.6rem;
}
.catalog.__used.__theme-block {
    background-image: url(../img/icons/catalog-block_mask.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 5.6rem;
}
.catalog.__used.__theme-block .wrapper {
    padding: 8rem 5.6rem 11.2rem 11.2rem;
}
.catalog.__used.__theme-block:after,
.catalog.__used.__theme-block:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.catalog.__used.__theme-block:before {
    top: 5.6rem;
    left: 50%;
    transform: translateX(-50%);
    background: #ff5c6e;
    width: 11.2rem;
    height: 11.2rem;
    box-shadow: 0 0 2rem #ff5c6e;
}
.catalog.__used.__theme-block:after {
    bottom: 0;
    left: 30%;
    width: 14.4rem;
    height: 14.4rem;
    z-index: -2;
    background: #c6a0ed;
    box-shadow: 0 0 2rem #c6a0ed;
}
.catalog.__used.__theme-block.__minimal {
    background: unset;
}
.catalog.__used.__theme-block.__minimal .wrapper {
    padding-top: 12rem;
    padding-bottom: 0;
}
.catalog.__used.__theme-block.__minimal:after,
.catalog.__used.__theme-block.__minimal:before {
    display: none;
}
.catalog.__used.__theme-block .catalog-width {
    width: 38%;
    margin-bottom: 3.2rem;
}
.catalog.__used.__theme-block .catalog-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, minmax(18rem, 1fr));
    grid-gap: 2.4rem;
    width: 100%;
    padding-right: 3.2rem;
}
.catalog.__used.__theme-block .catalog-item {
    background-color: #fff;
    border-radius: 1rem;
    padding: 0 0.8rem 0 1.6rem;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 50% 100%;
    justify-content: center;
    transition: 0.4s ease-in-out;
}
.catalog.__used.__theme-block .catalog-item:first-child {
    grid-row-start: 1;
    grid-row-end: 2;
}
.catalog.__used.__theme-block .catalog-item:nth-child(2) {
    grid-row-start: 2;
    grid-row-end: 3;
}
.catalog.__used.__theme-block .catalog-item:nth-child(3) {
    grid-row-start: 1;
    grid-row-end: 3;
    background-position: bottom;
    background-size: 100% 50%;
    justify-content: flex-start;
    padding-top: 3.2rem;
}
.catalog.__used.__theme-block .catalog-item:nth-child(4) {
    grid-row-start: 1;
    grid-row-end: 3;
    margin: 3.2rem 0;
    background-position: bottom;
    background-size: 100% 80%;
    justify-content: unset;
    padding-top: 2.4rem;
}
.catalog.__used.__theme-block .catalog-item:nth-child(5) {
    grid-row-start: 1;
    grid-row-end: 3;
    margin: 10.2rem 0;
}
.catalog.__used.__theme-block .catalog-item .link {
    opacity: 0.5;
}
.catalog.__used.__theme-block .catalog-item .link:hover {
    opacity: 1;
}
.catalog.__used.__theme-block .text-small {
    width: 39%;
    margin-left: auto;
    opacity: 0.7;
}
.consultation {
    width: 47%;
}
.consultation-text {
    font-size: 1.4rem;
    padding-bottom: 0.8rem;
}
.consultation .input.white {
    width: 72%;
    padding-right: 8rem;
    margin-bottom: 0;
}
.consultation .button {
    margin-left: -7.2rem;
}
.countdown {
    width: 73%;
    max-width: 86.5rem;
    margin-left: auto;
    padding: 1.6rem 0 2.4rem 7.2rem;
    background: #ff5c6e;
    box-shadow: 0 0 0 1rem rgba(255, 92, 110, 0.5);
    border-radius: 10rem 0 0 10rem;
}
.countdown-item {
    padding: 0 2rem;
    color: #fff;
    text-align: center;
}
.countdown-item_text {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 114%;
}
.countdown-item_number {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 4.8rem;
    min-width: 6.4rem;
}
.countdown .button {
    margin-left: 6rem;
}
.countdown .button-radius:hover {
    box-shadow: none;
}
.tradein.before-space {
    padding-top: 9rem;
}
.tradein .wrapper:first-child {
    padding: 0 6.4rem 11.2rem 11.2rem;
}
.tradein:after {
    position: absolute;
    content: "";
    width: 53.6rem;
    height: 53.6rem;
    border-radius: 50%;
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
    right: -5.6rem;
    top: 1.6rem;
    z-index: -1;
}
.tradein-width {
    width: 37%;
}
.tradein-wrap {
    width: calc(63% - 3.2rem);
    margin-left: auto;
    float: right;
}
.tradein-item {
    width: 46%;
    margin-right: 2.4rem;
}
.tradein-item_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
    padding: 2.4rem 4.8rem 4rem;
    transition: all 0.2s ease-in-out;
}
.tradein-item_name {
    color: rgba(51, 51, 51, 0.7);
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.tradein-item_ico {
    margin-bottom: 1.6rem;
}
.tradein-item_img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease-in-out;
}
.tradein-item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.tradein .consultation {
    margin: 0 auto 11.2rem 41.8rem;
}
.stocks.__theme-block {
    padding: 0 0 0.8rem 11.2rem;
}
.stocks.__theme-block .countdown {
    margin: 0 auto 0 4.4rem;
}
.stocks.__theme-page {
    padding: 23.2rem 0 0;
    margin-bottom: 6.25rem;
}
.stocks.__theme-page.__no-pt {
    padding-top: 0;
}
.stocks.__theme-page > .wrapper {
    padding-left: 11.2rem;
}
.stocks.__theme-page .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.stocks.__theme-page .stocks-space {
    padding: 3.6rem 0;
}
.stocks.__theme-page .stocks-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 66%;
    height: 100%;
    background: #ff5c6e;
    -webkit-mask-image: url(../img/icons/stocks-mask.svg);
    mask-image: url(../img/icons/stocks-mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    max-height: 750px;
}
@media (max-width: 1200px) {
    .stocks.__theme-page .stocks-bg {
        max-height: 556px;
    }
}
.stocks.__theme-page .stocks-ico {
    width: 54.5%;
    margin-left: 2.4rem;
}
.stocks.__theme-page .stocks-ico:after,
.stocks.__theme-page .stocks-ico:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}
.stocks.__theme-page .stocks-ico:before {
    top: -3.2rem;
    left: 25%;
    width: 11.2rem;
    height: 11.2rem;
    background: #fff;
    box-shadow: 0 0 2rem #fff;
}
.stocks.__theme-page .stocks-ico:after {
    width: 22.8rem;
    height: 22.8rem;
    background: #c6a0ed;
    box-shadow: 0 0 2rem #c6a0ed;
    bottom: 21%;
    right: 30%;
}
.stocks.__theme-page .stocks-pad {
    padding-top: 4rem;
}
.stocks.__theme-page .stocks-price {
    font-size: 2.4rem;
    font-weight: 800;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-75%);
    border-radius: 1rem;
    background: #ff5c6e;
    padding: 1.2rem 2.4rem;
}
.stocks.__theme-page .stocks-price .fs-48 {
    line-height: 117%;
    font-size: 4.8rem;
}
.stocks.__theme-page .stocks-gray {
    color: rgba(51, 51, 51, 0.7);
    font-size: 24px;
}
@media (max-width: 1249px) {
    .stocks.__theme-page .stocks-gray {
        font-size: 1em;
    }
}
.stocks.__theme-page .stocks-img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.stocks.__theme-page .stocks-subtitle {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 133%;
    color: rgba(51, 51, 51, 0.7);
    padding-bottom: 1.6rem;
}
.stocks.__theme-page .stocks-subtitle:before {
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    background-image: url(../img/icons/fire.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 1.6rem;
}
.reviews.__theme-block .wrapper {
    padding: 0 11.2rem 10.4rem 0;
}
.reviews.__theme-block .wrapper > .title {
    padding: 0 0 0.8rem 11.2rem;
}
.reviews.__theme-block .swiper-button-next {
    right: 0;
    transform: translateY(60%);
}
.reviews.__theme-block .swiper-button-prev {
    left: 0;
    transform: translateY(-60%);
}
.reviews.__theme-block .reviews-text {
    font-size: 1.4rem;
    padding: 0 0 4.8rem 11.2rem;
}
.reviews.__theme-block .reviews-arrows {
    width: 3.5rem;
    position: relative;
    margin: 0 2.4rem;
}
.reviews.__theme-block .reviews-item {
    height: unset;
}
.reviews.__theme-block .reviews-item.swiper-slide-active .reviews-item_main {
    opacity: 1;
}
.reviews.__theme-block .reviews-item.swiper-slide-active .reviews-item_img {
    margin: 0;
}
.reviews.__theme-block .reviews-item.swiper-slide-active .reviews-item_ico {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    align-items: flex-start;
}
.reviews.__theme-block .reviews-item.swiper-slide-active .reviews-item_wrap {
    transform: scale(1) translateX(0);
    align-items: flex-start;
}
.reviews.__theme-block .reviews-item.swiper-slide-prev .reviews-item_wrap {
    transform: scale(0.9) translateX(-8%);
}
.reviews.__theme-block .reviews-item_wrap {
    margin-left: 5.6rem;
    height: 100%;
    transform: scale(0.8) translateX(-17.5%);
    transition: 0.4s ease-in-out;
}
.reviews.__theme-block .reviews-item_main {
    opacity: 0;
    transition: 0.4s ease-in-out;
}
.reviews.__theme-block .reviews-item_ico {
    width: 45.5%;
    margin-right: 3.2rem;
    transition: 0.4s ease-in-out;
}
.reviews.__theme-block .reviews-item_img {
    margin: auto 0;
    border-radius: 1rem;
    transition: 0.4s ease-in-out;
}
.reviews.__theme-block .reviews-item .text-small {
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 3.2rem;
    display: block;
    transition: 0.2s ease-in-out;
}
.reviews.__theme-block .reviews-item_text {
    line-height: 137%;
    padding-bottom: 3.2rem;
}
.reviews.__theme-block .reviews-item .link {
    opacity: 0.7;
}
.reviews.__theme-block .reviews-item .link:hover {
    opacity: 1;
}
.news.__theme-block .wrapper {
    padding: 0 8.8rem;
}
.news.__theme-block .pb-4,
.news.__theme-block .wrapper > .title {
    padding-left: 2.4rem;
}
.news.__theme-block .link {
    opacity: 0.7;
}
.news.__theme-block .link:hover {
    opacity: 1;
}
.news.__theme-block .news-wrap {
    display: grid;
    grid-template-columns: 23.5% 1fr 23.5%;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 3.2rem;
    grid-row-gap: 4rem;
}
.news.__theme-block .news-item {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    border-radius: 1rem;
}
.news.__theme-block .news-item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.news.__theme-block .news-item_wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 2.4rem 1.6rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: 0.4s ease-in-out;
}
.news.__theme-block .news-item_wrap:after,
.news.__theme-block .news-item_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease-in-out;
}
.news.__theme-block .news-item_wrap:before {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0.0001) 39.58%, rgba(0, 0, 0, 0.7));
}
.news.__theme-block .news-item_wrap:after {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1e-5) 39.58%, #ff5c6e);
    opacity: 0;
    visibility: hidden;
}
.news.__theme-block .news-item:nth-child(3) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
    margin-bottom: 15.2rem;
}
.news.__theme-block .news-item:nth-child(3):after {
    display: none;
}
.news.__theme-block .news-item:nth-child(2) {
    grid-row-start: 2;
    grid-row-end: 3;
}
.news.__theme-page {
    padding: 0 10rem 4.8rem;
}
.news.__theme-page > .c-gray {
    padding: 0 1.2rem 6.4rem;
}
.news.__theme-page .title {
    padding-bottom: 1.6rem;
}
.news.__theme-page .c-gray {
    padding-bottom: 2.4rem;
}
.news.__theme-page .news-item {
    width: 50%;
    padding: 0 1.2rem 2.4rem;
}
.news.__theme-page .news-ico {
    width: 37.5%;
    margin-right: 2.4rem;
    border-radius: 1rem;
}
.news.__theme-page .news-ico:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.admin-active{
    top: 32px !important;
}
.news.__theme-page .news-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translateY(-50%);
    object-fit: cover;
}
.news.__theme-one {
    padding-bottom: 8.8rem;
}
.news.__theme-one .swiper-slide {
    height: unset;
}
.news.__theme-one .swiper-container {
    padding-bottom: 4rem;
}
.news.__theme-one .swiper-button-prev {
    left: -5.6rem;
}
.news.__theme-one .swiper-button-next {
    right: -5.6rem;
}
.news.__theme-one .news-main {
    padding: 0 20.8rem;
}
.news.__theme-one .news-main .c-gray {
    padding: 0 1.2rem 4rem;
}
.news.__theme-one .news-arrow {
    position: relative;
    z-index: 2;
}
.news.__theme-one .news-wrap {
    padding-bottom: 4rem;
}
.news.__theme-one .news-ico {
    width: 50%;
    border-radius: 1rem;
    padding: 0 1.2rem;
}
.news.__theme-one .news-img {
    border-radius: 1rem;
}
.news.__theme-one .news-header {
    margin-bottom: 2.4rem;
}
.news.__theme-one .news-header_mask {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}
.news.__theme-one .news-header_mask.bottom {
    bottom: -1px;
    height: 16rem;
    background-image: url(../img/icons/news-one_bottom.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.news.__theme-one .news-header_mask.bottom:before {
    position: absolute;
    content: "";
    border-radius: 50%;
    width: 8.8rem;
    height: 8.8rem;
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
    z-index: 1;
    top: 0;
    left: 14%;
}
.news.__theme-one .news-header_mask.top {
    top: 0;
    left: 0;
    height: 11.2rem;
    -webkit-mask-image: url(../img/icons/news-one_top.svg);
    mask-image: url(../img/icons/news-one_top.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    background: #ff5c6e;
}
.news.__theme-one .news-header_mask.top:after,
.news.__theme-one .news-header_mask.top:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 0;
    transform: translateY(-70%);
}
.news.__theme-one .news-header_mask.top:before {
    width: 20rem;
    height: 20rem;
    background: #614295;
    box-shadow: 0 0 2rem #614295;
    right: 20%;
}
.news.__theme-one .news-header_mask.top:after {
    width: 11.2rem;
    height: 11.2rem;
    background: #fff;
    box-shadow: 0 0 2rem #fff;
    right: 15%;
    z-index: -1;
}
.news.__theme-one .news-header_ico {
    background: #000;
}
.news.__theme-one .news-header_ico img {
    max-height: 500px;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.news.__theme-one .news-header_ico:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 33.19%, #000 86.41%);
}
.news.__theme-one .news-header .title {
    position: absolute;
    bottom: 14.4rem;
    width: 39%;
    left: 17%;
    z-index: 2;
}
.news-all {
    padding: 0 5.4rem 8rem;
}
.news-all_wrap {
    padding: 0 4.8rem 3.2rem;
}
.news-all_item {
    width: calc(25% - 3.2rem);
    margin: 0 1.6rem;
}
.news-all_item:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.news-all_item-wrap {
    border-radius: 1rem;
    padding: 2.4rem 1.6rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-all_item-wrap,
.news-all_item-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.news-all_item-wrap:after {
    content: "";
    background: linear-gradient(180deg, rgba(51, 51, 51, 0) 39.58%, #000);
}
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    overflow: hidden;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-mask,
.simplebar-offset {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.simplebar-content:after,
.simplebar-content:before {
    content: " ";
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    z-index: -1;
}
.simplebar-height-auto-observer,
.simplebar-track {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
}
.simplebar-track {
    z-index: 1;
    right: 0;
    bottom: 0;
}
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    transition: opacity 0.2s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition: opacity 0s linear;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ss-main {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 114%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    width: 100%;
}
.ss-main .ss-single-selected {
    display: flex;
    cursor: pointer;
    width: 100%;
    padding: 0.9rem;
    border-radius: 0.5rem;
    background-color: rgba(51, 51, 51, 0.1);
    outline: 0;
    box-sizing: border-box;
    transition: background-color 0.2s;
}
.ss-main .ss-single-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed;
}
.ss-main .ss-single-selected.ss-open-above {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ss-main .ss-single-selected.ss-open-below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ss-main .ss-single-selected .placeholder {
    flex: 1 1 100%;
    text-align: left;
    width: calc(100% - 30px);
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ss-main .ss-single-selected .placeholder,
.ss-main .ss-single-selected .placeholder * {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ss-main .ss-single-selected .placeholder * {
    width: auto;
}
.ss-main .ss-single-selected .placeholder .ss-disabled {
    color: #dedede;
}
.ss-main .ss-single-selected .ss-deselect {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px;
    font-weight: 700;
}
.ss-main .ss-single-selected .ss-deselect.ss-hide {
    display: none;
}
.ss-main .ss-single-selected .ss-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    padding: 0 0.5rem;
}
.ss-main .ss-single-selected .ss-arrow span {
    border: solid #333;
    border-width: 0 0.2rem 0.2rem 0;
    display: inline-block;
    padding: 0.2rem;
    transition: transform 0.2s, margin 0.2s;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-up {
    transform: rotate(-135deg);
    margin: 3px 0 0;
}
.ss-main .ss-single-selected .ss-arrow span.arrow-down {
    transform: rotate(45deg);
    margin: -3px 0 0;
}
.ss-main .ss-multi-selected {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    padding: 0 0 0 3px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color 0.2s;
}
.ss-main .ss-multi-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
    color: #666;
}
.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
    cursor: not-allowed;
}
.ss-main .ss-multi-selected.ss-open-above {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ss-main .ss-multi-selected.ss-open-below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.ss-main .ss-multi-selected .ss-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 1 1 100%;
    width: calc(100% - 30px);
}
.ss-main .ss-multi-selected .ss-values .ss-disabled {
    display: flex;
    padding: 4px 5px;
    margin: 2px 0;
    line-height: 1em;
    align-items: center;
    width: 100%;
    color: #dedede;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@-webkit-keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0);
        opacity: 0;
    }
}
@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    to {
        transform: scale(0);
        opacity: 0;
    }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    font-size: 12px;
    padding: 3px 5px;
    margin: 3px 5px 3px 0;
    color: #fff;
    background-color: #5897fb;
    border-radius: 4px;
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
    -webkit-animation-name: scaleOut;
    animation-name: scaleOut;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
    margin: 0 0 0 5px;
    cursor: pointer;
}
.ss-main .ss-multi-selected .ss-add {
    display: flex;
    flex: 0 1 3px;
    margin: 9px 12px 0 5px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #666;
    position: relative;
    height: 10px;
    width: 2px;
    transition: transform 0.2s;
}
.ss-main .ss-multi-selected .ss-add .ss-plus:after {
    background: #666;
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    left: -4px;
    top: 4px;
}
.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
    transform: rotate(45deg);
}
.ss-main .ss-content {
    position: absolute;
    width: 100%;
    margin: -1px 0 0;
    box-sizing: border-box;
    z-index: 1010;
    background-color: #fff;
    transform-origin: center top;
    transition: transform 0.2s, opacity 0.2s;
    opacity: 0;
    transform: scaleY(0);
}
.ss-main .ss-content.ss-open {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    display: block;
    opacity: 1;
    transform: scaleY(1);
}
.ss-main .ss-content .ss-search {
    display: flex;
    flex-direction: row;
    padding: 8px 8px 6px;
}
.ss-main .ss-content .ss-search.ss-hide,
.ss-main .ss-content .ss-search.ss-hide input {
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}
.ss-main .ss-content .ss-search input {
    display: inline-flex;
    font-size: inherit;
    line-height: inherit;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 30px;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: textfield;
}
.ss-main .ss-content .ss-search input::-moz-placeholder {
    color: #8a8a8a;
    vertical-align: middle;
}
.ss-main .ss-content .ss-search input:-ms-input-placeholder {
    color: #8a8a8a;
    vertical-align: middle;
}
.ss-main .ss-content .ss-search input::placeholder {
    color: #8a8a8a;
    vertical-align: middle;
}
.ss-main .ss-content .ss-search input:focus {
    box-shadow: 0 0 5px #5897fb;
}
.ss-main .ss-content .ss-search .ss-addable {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    flex: 0 0 30px;
    height: 30px;
    margin: 0 0 0 8px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    box-sizing: border-box;
}
.ss-main .ss-content .ss-addable {
    padding-top: 0;
}
.ss-main .ss-content .ss-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
}
.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label {
    padding: 6px 10px;
    font-weight: 700;
}
.ss-main .ss-content .ss-list .ss-optgroup .ss-option {
    padding: 6px 6px 6px 25px;
}
.ss-main .ss-content .ss-list .ss-optgroup-label-selectable {
    cursor: pointer;
}
.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover {
    color: #fff;
    background-color: #5897fb;
}
.ss-main .ss-content .ss-list .ss-option {
    padding: 6px 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ss-main .ss-content .ss-list .ss-option * {
    display: inline-block;
}
.ss-main .ss-content .ss-list .ss-option.ss-highlighted,
.ss-main .ss-content .ss-list .ss-option:hover {
    background-color: rgba(51, 51, 51, 0.1);
}
.ss-main .ss-content .ss-list .ss-option.ss-disabled {
    cursor: not-allowed;
    color: #dedede;
    background-color: #fff;
}
.ss-main .ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
    color: #666;
    background-color: rgba(88, 151, 251, 0.1);
}
.ss-main .ss-content .ss-list .ss-option.ss-hide {
    display: none;
}
.ss-main .ss-content .ss-list .ss-option .ss-search-highlight {
    background-color: #fffb8c;
}

/*! nouislider - 14.1.1 - 12/15/2019 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
.noUi-connect {
    height: 100%;
    width: 100%;
}
.noUi-origin {
    height: 10%;
    width: 10%;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}
.noUi-vertical .noUi-origin {
    width: 0;
}
.noUi-horizontal .noUi-origin {
    height: 0;
}
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}
.noUi-touch-area {
    height: 100%;
    width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    transition: transform 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-horizontal {
    height: 1rem;
}
.noUi-horizontal .noUi-handle {
    width: 1rem;
    height: 1rem;
    right: -0.5rem;
    top: -0.1rem;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}
.noUi-target {
    border-radius: 0.4rem;
    border: 0.5px solid rgba(51, 51, 51, 0.1);
}
.noUi-connects {
    border-radius: 3px;
}
.noUi-connect {
    background: rgba(255, 92, 110, 0.3);
}
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border-radius: 50%;
    background: #ff5c6e;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}
[disabled] .noUi-connect {
    background: #b8b8b8;
}
[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
.noUi-marker {
    position: absolute;
    background: #ccc;
}
.noUi-marker-large,
.noUi-marker-sub {
    background: #aaa;
}
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    transform: translateY(-50%);
    padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
    transform: translateY(50%);
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    transform: translate(-50%);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    transform: translateY(-50%);
    top: 50%;
    right: 120%;
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
        format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(var(--swiper-navigation-size) * -1 / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000;
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
    animation: swiper-preloader-spin 1s linear infinite;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}
@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 10px;
}
img {
    width: 100%;
    display: block;
}
body {
    font-family: Montserrat, sans-serif;
    margin: 0 auto;
    background: #f1f1f1;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
    line-height: 150%;
}
main {
    padding-top: 13rem;
}
path {
    transition: all 0.2s ease-in-out;
}
.red {
    color: red !important;
}
.empty-block {
    padding: 7rem 1rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    font-size: 1.8rem;
}
.__hide-empty ~ .empty-block {
    display: none;
}
.loader {
    pointer-events: none;
}
.loader:after {
    content: "";
    position: absolute;
    width: 4rem;
    height: 4rem;
    top: 50%;
    left: 50%;
    margin: -2rem 0 0 -2rem;
    border-radius: 50%;
    border: 5px solid #ff5c6e;
    border-bottom-color: rgba(255, 255, 255, 1e-5);
    -webkit-animation: spin 0.4s linear infinite;
    animation: spin 0.4s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.primary-link {
    font-size: 1.4rem;
    color: #ff5c6e;
    line-height: 114%;
    border-bottom: 0.1rem solid hsla(0, 0%, 100%, 0.0001);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.check-text {
    font-size: 1.2rem;
    line-height: 133%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.check-text:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 1.6rem;
    border-radius: 0.5rem;
    background-color: rgba(51, 51, 51, 0.1);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 50%;
    transition: background-color 0.2s ease-in-out;
}
.check-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.check-input:checked + .check-text {
    color: #ff5c6e;
}
.check-input:checked + .check-text:before {
    background-color: #ff5c6e;
    background-image: url(../img/icons/check-white.svg);
}
.subtitle {
    font-weight: 700;
    padding-bottom: 0.8rem;
    color: #333;
}
.subtitle.invert-color {
    color: #fff;
}
.subtitle.secondary-color {
    color: #ff5c6e;
}
textarea.input {
    min-height: 4rem;
}
.wrapper.__profile {
    min-height: calc(100vh - 13rem);
}
.input {
    font-size: 1.4rem;
    line-height: 115%;
    font-weight: 500;
    width: 100%;
    padding: 1.2rem !important;
    border-radius: 0.5rem !important;
    background: rgba(51, 51, 51, 0.1);
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 1.6rem;
    transition: all 0.2s ease-in-out;
}
.input.__error {
    color: red !important;
}
.input.__big {
    padding: 1.2rem;
    margin-bottom: 0;
}
.input.small {
    padding: 0.8rem;
}
.input.white {
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    
    font-size: 1.4rem;
    line-height: 115%;
    font-weight: 500;
    width: 100%;
    padding: 1.2rem;
    border-radius: 0.5rem;
    background: #fff;
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 0.8rem;
    transition: all 0.2s ease-in-out;
}
.input.white-bg {
    background: hsla(0, 0%, 100%, 0.1);
    color: hsla(0, 0%, 100%, 0.5);
    padding: 0.8rem;
}
.input.white-bg:focus {
    color: #fff;
}
.input:focus {
    color: #333;
}
.ws-nowrap {
    white-space: nowrap;
}
.checkbox-wrap {
    background: #fff;
    padding: 0.6rem 0.4rem 0.6rem 1.6rem;
    border: none;
    border-radius: 2rem;
    margin: 0 1.2rem 1.2rem 0;
    transition: 0.2s ease-in-out;
}
.checkbox-img {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1.2rem;
    border-radius: 50%;
    background: #ff5c6e;
    transition: 0.2s ease-in-out;
}
.checkbox-img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/plus.svg);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    filter: grayscale(1) brightness(30.5);
}
.checkbox-name,
.checkbox-wrap {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 114%;
    cursor: pointer;
    border-radius: 2rem;
    display: block;
    transition: all 0.2s ease-in-out;
}
.checkbox-name {
    border: 0.5px solid rgba(51, 51, 51, 0.1);
    padding: 0.8rem 1.6rem 0.8rem 1rem;
}
.checkbox-name.__theme-white {
    background: hsla(0, 0%, 100%, 0.1);
    color: hsla(0, 0%, 100%, 0.5);
    margin-bottom: 1.6rem;
}
.checkbox-name.__theme-white:before {
    background: hsla(0, 0%, 100%, 0.5);
}
.checkbox-name:not(.__theme-white) {
    color: rgba(51, 51, 51, 0.7);
    margin-bottom: 2.4rem;
}
.checkbox-name:not(.__theme-white):before {
    background: rgba(51, 51, 51, 0.2);
}
.checkbox-name:before {
    content: "";
    width: 1rem;
    height: 1rem;
    margin-right: 1.6rem;
    border-radius: 50%;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}
.checkbox-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 1rem 0 0 0.7rem;
}
.checkbox-input:checked + .checkbox-name {
    background: #ff5c6e;
    box-shadow: 0 0 2rem #ff5c6e;
    color: #fff;
    border-color: #ff5c6e;
}
.checkbox-input:checked + .checkbox-name:before {
    background: #fff;
}
.checkbox-input:checked + .checkbox-wrap {
    background: #ff5c6e;
    color: #fff;
}
.checkbox-input:checked + .checkbox-wrap .checkbox-img:after {
    background-image: url(../img/icons/check-white.svg);
}
.radio {
    margin: 0 1.6rem 1.6rem 0;
    display: block;
}
.radio-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 1rem 0 0 0.7rem;
}
.radio-input:checked + .radio-name,
.radio.active .radio-name {
    background: #ff5c6e;
    border-color: #ff5c6e;
    color: #fff;
}
.radio.__theme-white {
    margin-right: 0.8rem;
    width: calc(50% - 0.8rem);
}
.radio.__theme-white .radio-name {
    padding: 0.9rem 1.3rem 0.8rem;
    text-align: center;
    font-size: 1.2rem;
    line-height: 114%;
    background: hsla(0, 0%, 100%, 0.1);
    color: hsla(0, 0%, 100%, 0.5);
}
.radio.__theme-white .radio-input:checked + .radio-name {
    background: #ff5c6e;
    color: #fff;
}
.radio-name {
    cursor: pointer;
    color: rgba(51, 51, 51, 0.7);
    border: 1px solid rgba(51, 51, 51, 0.1);
    padding: 0.7rem 2.4rem;
    display: block;
    border-radius: 2rem;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.radio-name.params {
    padding: 0.9rem 1.6rem 0.8rem;
    font-size: 1.4rem;
    line-height: 114%;
}
.variations_form .variations .not-color .variable-items-wrapper  { 
}
.variations_form .variations .not-color .variable-items-wrapper .variable-item {  
    all: unset; 
    display: block;  
    padding: 0;
    margin: 0 1.6rem 1.6rem 0 !important;
    
}
.variations_form .variations .not-color .variable-items-wrapper .variable-item .variable-item-contents {   

    all: unset;  
    display: block;  
    margin: 0;
    padding: 0;
}
.reset_variations {
    display: none !important;
}

.variations_form .variations .not-color .variable-items-wrapper .variable-item .variable-item-contents .variable-item-span{
    display: block;
    cursor: pointer;
    color: rgba(51, 51, 51, 0.7);
    padding: 0.9rem 1.6rem 0.8rem;
    font-family: Montserrat, sans-serif; 
    font-size: 1.4rem;
    line-height: 114%;
    border: 1px solid rgba(51, 51, 51, 0.1); 
    border-radius: 2rem;
    text-align: center;
    transition: all 0.2s ease-in-out;
    background: #f1f1f1;  

 }

.variations_form .variations .not-color .variable-items-wrapper .variable-item.selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) { 
    all: unset;  
    display: block; 
    padding: 0;
    background: transparent; 
    background-color: transparent; 
    border: 0;
}
.variations_form .variations .not-color .variable-items-wrapper .variable-item.selected .variable-item-span{ 
    color: #fff;
}
.variations_form .variations .not-color .variable-items-wrapper .variable-item.selected  .variable-item-span{ 
    background: #ff5c6e; 
    background-color: #ff5c6e !important;  
}


.variations_form .variations .colors .variable-items-wrapper {
    display: flex; 
}

.variations_form .variations .colors .variable-items-wrapper .variable-item {  
    all: unset; 
    display: block;  
    padding: 0;
    margin: 0 4.5rem  1.6rem 0 !important;
    
} 
.variations_form .variations .colors .variable-items-wrapper .variable-item:nth-last-child {
    margin-right: 0 !important;
}



.variations_form .variations .colors .variable-items-wrapper .variable-item .variable-item-contents {   

    all: unset;  
    display: block;  
    margin: 0;
    padding: 0;
}


.variations_form .variations .colors .variable-items-wrapper .variable-item.selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) { 
    all: unset;  
    display: block; 
    padding: 0;
    background: transparent; 
    background-color: transparent; 
    border: 0;
}

.variations_form .variations .colors .variable-items-wrapper .variable-item .variable-item-contents .variable-item-span{ 
    position: relative;
    box-shadow: 0 0 3px rgba(51, 51, 51, 0.1);
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 50%;
    margin-bottom: 1.6rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out; 
    z-index: 1;
    box-sizing: border-box;
    overflow: visible;
 }

.variations_form .variations .colors .variable-items-wrapper .variable-item .variable-item-contents .variable-item-span:hover{ 
    box-shadow: 0 0 2rem rgba(51, 51, 51, 0.1);
 }

 
.variations_form .variations .colors .variable-items-wrapper .variable-item  .variable-item-span:after {
    position: absolute;
    content: "";
    width: 5.6rem;
    height: 5.6rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 0.2rem solid #ff5c6e;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
}
.variations_form .variations .colors .variable-items-wrapper .variable-item.selected  .variable-item-span{
        box-shadow: 0 0 2rem rgba(51, 51, 51, 0.1);
}

.variations_form .variations .colors .variable-items-wrapper .variable-item.selected  .variable-item-span:after{ 
      opacity: 1;
    visibility: visible;
}




.radio-name.w-112 {
    min-width: 11.2rem;
}
.example-button {
    color: #333;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.example-button:after {
    content: "\2192";
    display: inline-block;
    margin-left: 5px;
}
.example-button:hover {
    opacity: 1;
}
.example-button.active {
    color: #2eb419;
}
.example-button.active:after {
    transform: rotate(90deg);
}
.example-wrap {
    display: none;
}
.example-wrap.active {
    display: block;
}
.button {
    font-size: 1.4rem;
    line-height: 114%;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.button_gray {
    padding: 12px 40px;
    background: rgba(51, 51, 51, 0.3);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    color: #fff;
}
.button_gray:hover {
    background: #df4964;
    color: #fff !important;
}
.button_error {
    padding-left: 2rem;
    font-size: 1.4rem;
    color: #7b7b7b;
    display: none;
}
.button.disabled.clicked + .button_error {
    display: block;
}
.button-popup {
    background: #ff5c6e;
    min-width: 20.8rem;
    padding: 0.8rem;
    text-align: center;
    color: #fff;
}
.button-radius {
    border-radius: 2rem;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.button-default {
    padding: 1.2rem 3.2rem;
    background: linear-gradient(90deg, #ff5c6e, #e95974);
    color: #fff;
}
.button-default.arrow {
    padding: 1rem 1.6rem;
}
.button-default.arrow:after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 1.6rem;
    background-image: url(../img/icons/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: 1.6rem;
}
.button-arrow {
    padding: 0.8rem;
    background: hsla(0, 0%, 100%, 0.3);
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
}
.button-arrow.gray {
    background: rgba(51, 51, 51, 0.1);
}
.button-arrow_img {
    width: 1.6rem;
    transform: rotate(180deg);
}
.button-arrows {
    transition: all 0.2s ease-in-out;
}
.button-arrows.circle {
    padding: 0.5rem 0.5rem 0.5rem 2.4rem;
}
.button-arrows.circle.white {
    background: #fff;
}
.button-arrows.circle.white .arrow {
    background: #ff5c6e;
}
.button-arrows.circle.white .arrow-img {
    filter: grayscale(1) brightness(1000);
}
.button-arrows.circle:not(.white) {
    background: #ff5c6e;
    color: #fff;
}
.button-arrows.circle:not(.white) .arrow {
    background: #fff;
}
.button-arrows.circle .arrow {
    border-radius: 50%;
    padding: 0.7rem;
}
.button-arrows:not(.circle) {
    background: #fff;
    padding: 1.2rem 1.6rem 1.2rem 2.4rem;
}
.button-arrows:not(.circle).__pink {
    background: #ff5c6e;
    color: #fff;
}
.button-arrows:not(.circle).__pink .arrow-img {
    filter: grayscale(1) brightness(14.5);
}
.button-arrows.before .arrow {
    margin: 0 1.6rem 0 0;
    transform: rotate(180deg);
}
.button-arrows .arrow {
    margin-left: 1.6rem;
    transition: all 0.2s ease-in-out;
}
.button-arrows .arrow-img {
    width: 1.6rem;
}
.button-add {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    font-size: 3.2rem;
    line-height: 75%;
    color: #ff5c6e;
    background: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.button-add.radio .radio-name {
    padding: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.button-basket {
    padding: 0.8rem;
    border-radius: 0.8rem;
    background: #ff5c6e;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    color: #fff;
}
.button-basket:before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    background: url(../img/icons/basket-pink.svg) no-repeat;
    background-size: cover;
    transition: all 0.2s ease-in-out;
    filter: grayscale(1) brightness(3);
}
.button-basket.active {
    background: #333;
}
.button-cancel {
    font-size: 1.4rem;
    cursor: pointer;
    color: rgba(51, 51, 51, 0.7);
    font-weight: 500;
    line-height: 114%;
    border-bottom: 1px solid rgba(51, 51, 51, 0.7);
    transition: all 0.2s ease-in-out;
}
.button-cancel.fs-12 {
    font-size: 1.2rem;
}
.button-gradient {
    position: relative;
    overflow: hidden;
    padding: 0.8rem 2.4rem;
    color: #fff;
}
.button-gradient.arrow {
    padding: 1.2rem 2rem;
}
.button-gradient.arrow:after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    z-index: 1;
    margin-left: 1.6rem;
    background-image: url(../img/icons/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.button-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(90deg, #614296, #e95974);
    transition: all 0.2s ease-in-out;
}
.button.__disabled,
.button[disabled] {
    opacity: 0.2;
    cursor: not-allowed;
}
.show-all {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 114%;
    color: #ff5c6e;
    border-bottom: 1px solid rgba(255, 255, 255, 1e-5);
    cursor: pointer;
    transition: 0.2s ease-in-out;
}
.transition {
    transition: all 0.2s ease-in-out;
}
.c-white {
    color: #fff;
}
.c-pink ,
.woocommerce-variation-price .woocommerce-Price-amount{
    color: #ff5c6e;
}
.c-gray {
    color: rgba(51, 51, 51, 0.7);
}
.title.fs-24 {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 133%;
}
.title.fs-32 {
    font-size: 3.2rem;
    line-height: 125%;
    font-weight: 700;
    order: 1;
}


.title.fs-48 {
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 117%;
}
.title.ta {
    text-align: center;
}
.swiper-button-next,
.swiper-button-prev {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, 0.2);
    transition: 0.2s ease-in-out;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    background-image: url(../img/icons/arrow_pink.svg);
    background-repeat: no-repeat;
    background-size: 1.6rem;
    background-position: 50%;
    filter: brightness(5) invert(1);
    width: 100%;
    height: 100%;
}
.swiper-button-prev:after {
    transform: rotate(180deg);
}
.counter-item {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 1.2rem;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.counter .subtitle {
    color: #ff5c6e;
    padding: 0 0.8rem;
    min-width: 6.4rem;
    text-align: center;
}
.link {
    font-size: 1.2rem;
    line-height: 133%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.link.c-white {
    opacity: 0.5;
}
.link.c-white:after {
    filter: grayscale(1) brightness(5);
}
.link.pointer-events {
    pointer-events: all;
}
.link.__small:after {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.2rem;
}
.link:not(.__small):after {
    width: 1.6rem;
    height: 1.6rem;
}
.link:not(.c-white):after {
    filter: grayscale(1) brightness(0);
    opacity: 0.7;
}
.link:after {
    content: "";
    margin-left: 0.8rem;
    background-image: url(../img/icons/arrow_pink.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transition: all 0.2s ease-in-out;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.leaflet-fade-anim .leaflet-tile-loaded {
    filter: grayscale(1);
}

.contacts-wrapper .footer-text{
    font-size: 1.2rem;
    line-height: 133%;
    font-weight: 400;
    color: #333;
}
.contacts-wrapper .footer-text:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0.2rem 0.8rem 0 0;
} 

.contacts-wrapper  .contact-adress:before {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0.2rem 0.8rem 0 0;
    background-image: url(../img/icons/map-pink.svg);
 
}
.contacts-wrapper  .contact-map:before {

}
.text-small {
    font-size: 1.2rem;
    line-height: 133%;
}
.text-bold {
    font-weight: 700;
}
.text-normal {
    font-size: 1.4rem;
    line-height: 121%;
} 
.variations_form .not-color {
        padding-bottom: 0.6rem;
    }
@media screen and (min-width: 1600px) {
    .header-nav_li .header-info_item-arrow {
        margin: 0;
    }
    .calc-nav {
        padding: 0;
    }
    .calc-nav:after {
        top: 20%;
    }
    .calc-order_ico {
        left: 81%;
        width: 85%;
    }
    .category .swiper-slide {
        width: 16.666%;
    }
    .goods .swiper-slide {
        width: 20%;
    }
    .wrapper {
        max-width: 1600px;
        margin: 0 auto;
    }
    .wrapper.ml-auto {
        margin: 0 0 0 auto;
    }
    .callback-message {
        left: -17%;
    }
    .credit.__theme-block .wrapper {
        padding: 24.8rem 11.2rem;
    }
    .purchases-slider {
        top: 30%;
    }
}
@media screen and (min-width: 1310px) {
    .stocks.__theme-block .f-1 {
        flex: unset;
    }
    .stocks.__theme-block .countdown {
        border-radius: 10rem;
    }
}
@media screen and (max-width: 359px) {
    html {
        font-size: 8px;
    }
}
@media screen and (max-width: 1249px) {
    .wpfMainWrapper{
        padding: 0 3rem !important;
    }
    #wpfBlock_1{
        margin-bottom: 2rem !important;
    }
    body.open .hamburger .line {
        -webkit-animation: down 0.2s ease-in-out, up 0.2s ease-in-out 0.2s;
        animation: down 0.2s ease-in-out, up 0.2s ease-in-out 0.2s;
        transform: rotate(45deg);
        top: 50%;
        transition: transform 0.2s ease-in-out 0.2s;
    }
    body.open .hamburger .line:nth-child(3) {
        transform: rotate(-45deg);
        width: 2.6rem;
    }
    body.open header {
        height: 100vh;
        overflow-y: auto;
    }
    body.open .header-links {
        top: 0;
    }
    body:not(.open) .hamburger .line {
        transition: transform 0.2s ease-in-out, top 0.2s ease-in-out 0.2s;
    }
    main {
        padding-top: 8rem;
    }
    .hamburger {
        width: 20%;
        height: 8rem;
        cursor: pointer;
        background: #333;
        margin-left: auto;
    }
    .hamburger-wrap {
        width: 2.6rem;
        height: 2rem;
    }
    .line {
        background: #fff;
        height: 0.2rem;
        border-radius: 3rem;
        position: absolute;
        right: 0;
        width: 100%;
    }
    .line:first-child {
        top: 0;
    }
    .line:nth-child(2) {
        top: 50%;
    }
    .line:nth-child(3) {
        bottom: 0;
        width: 1.3rem;
    }
    @-webkit-keyframes down {
        to {
            top: 70%;
        }
    }
    @keyframes down {
        to {
            top: 70%;
        }
    }
    @-webkit-keyframes up {
        0% {
            top: 70%;
        }
        to {
            top: 50%;
        }
    }
    @keyframes up {
        0% {
            top: 70%;
        }
        to {
            top: 50%;
        }
    }
    header {
        padding-top: 8rem;
        background: #f1f1f1;
        height: 8rem;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
    }
    header .primary-link {
        color: #fff;
        margin-left: 2.4rem;
        border-color: #fff;
    }
    .header-nav {
        order: -1;
        flex-wrap: wrap;
    }
    .header-nav > ul > li {
        width: 100%;
        flex: unset;
        border-right: none;
    }
    .header-nav > ul > li:last-child .header-nav_link:after {
        display: none;
    }
    .header-nav_wrap {
        max-height: 0;
        background: #fff;
        overflow: hidden;
        transition: all 0.4s ease-in-out;
    }
    .header-nav_wrap.show .header-nav_ul {
        opacity: 1;
        visibility: visible;
        transition: 0.2s ease-in-out 0.2s;
    }
    .header-nav_ul {
        position: static;
        padding: 1.6rem 3.2rem 3.2rem;
        border-radius: 0;
        transition: 0.2s ease-in-out;
    }
    .header-nav_item {
        padding: 0 0.8rem 1.6rem 0;
        margin: 0;
    }
    .header-nav_item-ico.f {
        display: none;
    }
    .header-nav_title {
        padding: 0.8rem 0 1.6rem;
    }
    .header-nav_li {
        padding: 0;
        border: none;
    }
    .header-nav_li .header-info_item {
        padding: 0;
        margin-bottom: 1.6rem;
        font-size: 1.4rem;
    }
    .header-nav_li .header-info_item-arrow {
        opacity: 1;
        visibility: visible;
        right: -2.4rem;
        filter: grayscale(1) opacity(0.7);
    }
    .header-nav_link {
        background: none;
        color: #333;
        text-align: left;
        font-size: 1.6rem;
        padding: 1.6rem 3.2rem;
        display: flex;
        height: unset;
    }
    .header-nav_link.active {
        background: #333;
        color: #fff;
    }
    .header-nav_link.active .header-nav_link-arrow {
        transform: rotate(-45deg);
        border-color: #fff;
        margin-top: 4px;
    }
    .header-nav_link:after {
        background: none;
        opacity: 1;
        visibility: visible;
        border-bottom: 1px solid rgba(51, 51, 51, 0.1);
        top: 100%;
        width: calc(100% - 6.4rem);
        left: 3.2rem;
        height: 1px;
    }
    .header-nav_link-arrow {
        margin: -4px 0 0 auto;
        width: 0.7rem;
        height: 0.7rem;
        border: solid #ff5c6e;
        border-width: 1px 1px 0 0;
        transform: rotate(135deg);
        transition: all 0.2s ease-in-out;
    }
    .header-order {
        padding: 2.4rem 0 0;
        min-height: 9.6rem;
        width: 100%;
        margin-top: auto;
    }
    .header-order_bg {
        padding: 2.4rem 0 2.4rem 3.2rem;
        width: 100%;
        -webkit-mask-image: url(../img/icons/mask-menu.svg);
        mask-image: url(../img/icons/mask-menu.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        background: linear-gradient(315.09deg, #ff5c6e -15.04%, #614295 239.54%);
    }
    .header-order:after {
        content: "";
        position: absolute;
        right: -2.6rem;
        bottom: 0.8rem;
        width: 7.3rem;
        height: 7.3rem;
        background: #614295;
        border-radius: 50%;
        box-shadow: 0 0 2rem #614295;
        z-index: -1;
    }
    .header-tel {
        color: #fff;
    }
    .header-info {
        order: -1;
        margin: 0;
        padding: 0 3.2rem;
    }
    .header-info_item {
        padding: 0 0 1.6rem;
    }
    .header-main {
        padding: 2.4rem 0 0;
        align-items: normal;
    }
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 2rem rgba(51, 51, 51, 0.2);
        z-index: 910;
    }
    .header-logo {
        margin: 0 1.8rem 0 1.2rem;
    }
    .header-basket {
        position: fixed;
        top: 0;
        right: 20%;
        width: 20%;
        height: 8rem;
        padding: 0;
        z-index: 915;
    }
    .header-basket_img {
        width: 2.5rem;
        margin: 0;
    }
    .header-basket_count {
        padding-top: 1px;
        line-height: 100%;
    }
    .header-links {
        position: fixed;
        top: -100%;
        left: 0;
        width: 60%;
        background: #333;
        height: 8rem;
        z-index: 910;
        transition: 0.2s ease-in-out;
    }
    .header-link {
        width: 33.333%;
        margin: 0;
    }
    .header-link_count {
        padding-top: 1px;
        line-height: 100%;
    }
    .header-link path {
        fill: #fff;
    }
    .sticky {
        position: sticky;
        top: 85%;
        z-index: 800;
        transform: translateY(50%);
    }
    .sticky .button {
        min-width: 28rem;
        text-align: center;
    }
    .favorites {
        padding: 0 0 4rem;
    }
    .favorites .card {
        width: 50%;
        padding: 0 0.8rem 1.6rem;
    }
    .favorites .card-close {
        opacity: 0.3;
    }
    .catalog.__theme-page {
        padding: 0;
    }
    .catalog.__theme-page .noUi-horizontal {
        height: 2rem;
        border-radius: 2rem;
    }
    .catalog.__theme-page .noUi-horizontal .noUi-handle {
        width: 2rem;
        height: 2rem;
        right: -1rem;
    }
    .catalog.__theme-page .card.__theme-new {
        width: 50%;
        padding: 0 0.8rem 1.6rem;
    }
    .catalog.__theme-page .catalog-filter {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 950;
        background: #fff;
        overflow-y: auto;
        transition: 0.4s ease-in-out;
    }
    .catalog.__theme-page .catalog-filter.show {
        top: 0;
    }
    .catalog.__theme-page .catalog-filter .checkbox-name {
        margin-bottom: 1.6rem;
    }
    .catalog.__theme-page .catalog-filter_close {
        width: 3.2rem;
        height: 3.2rem;
        position: absolute;
        top: 2rem;
        right: 3.2rem;
    }
    .catalog.__theme-page .catalog-filter_button {
        font-size: 1.8rem;
        color: #fff;
        background: #ff5c6e;
        padding: 1.3rem 0.8rem;
        text-align: center;
        width: 100%;
        box-shadow: 0 0 2rem #ff5c6e;
    }
    .catalog.__theme-page .catalog-filter .text-bold {
        color: #fff;
        padding: 2.4rem 6.4rem 8rem 3.2rem;
        background-image: url(../img/icons/filter-mask.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        overflow: hidden;
        position: relative;
    }
    .catalog.__theme-page .catalog-filter .text-bold:after {
        position: absolute;
        content: "";
        width: 14.4rem;
        height: 14.4rem;
        background: #c6a0ed;
        box-shadow: 0 0 2rem #c6a0ed;
        top: -2.4rem;
        right: -8rem;
        border-radius: 50%;
        z-index: -1;
    }
    .catalog.__theme-page .catalog-filter_wrap {
        padding: 0 3.2rem;
    }
    .catalog.__theme-page .catalog-main {
        margin: 0;
        width: 100%;
    }
    .catalog.__theme-page .catalog-main_pad {
        padding-bottom: 3.2rem;
    }
    .catalog.__theme-page .catalog-opt {
        background: #fff;
    }
    .catalog.__theme-page .catalog-sort {
        order: -1;
        min-width: unset;
        padding-bottom: 3.2rem;
    }
    .catalog.__theme-page .catalog-sort_wrap {
        padding-top: 5.6rem;
    }
    .catalog.__theme-page .catalog-sort-title {
        padding: 0;
    }
    .catalog.__theme-page .catalog-page {
        position: static;
        transform: none;
        padding: 2.4rem 0 0;
    }
    .catalog.__used.__theme-block {
        background-image: url(../img/icons/catalog-block_mask-mobile.svg);
        background-size: 100% auto;
        margin-bottom: 0;
    }
    .catalog.__used.__theme-block .wrapper {
        padding: 8rem 2.4rem;
    }
    .catalog.__used.__theme-block:after {
        left: unset;
        right: 1.6rem;
        top: 5.6rem;
        width: 7.4rem;
        height: 7.4rem;
    }
    .catalog.__used.__theme-block:before {
        display: none;
    }
    .catalog.__used.__theme-block .text-small {
        width: 100%;
        order: 1;
    }
    .catalog.__used.__theme-block .catalog-width {
        width: 70%;
    }
    .catalog.__used.__theme-block .catalog-wrap {
        display: block;
        padding-right: 0;
    }
    .catalog.__used.__theme-block .catalog-item {
        padding: 4rem 3.2rem;
        margin-bottom: 2.4rem;
        background-size: 45% auto;
    }
    .catalog.__used.__theme-block .catalog-item:nth-child(3),
    .catalog.__used.__theme-block .catalog-item:nth-child(4) {
        padding-top: 4rem;
        background-size: 45% auto;
        background-position: 100%;
    }
    .catalog.__used.__theme-block .catalog-item:nth-child(4),
    .catalog.__used.__theme-block .catalog-item:nth-child(5) {
        margin: 0 0 2.4rem;
    }
    .category {
        padding-bottom: 5.6rem;
    }
    .category .swiper-wrapper {
        flex-wrap: wrap;
    }
    .category .swiper-slide {
        width: 50%;
        margin-bottom: 3.2rem;
    }
    .category .swiper-button-next,
    .category .swiper-button-prev {
        display: none;
    }
    .category .title {
        padding: 0 0 4rem 3.2rem;
    }
    .cart {
        padding: 3.2rem;
    }
    .cart-main {
        padding: 0;
    }
    .cart-link {
        font-size: 1.2rem;
        color: hsla(0, 0%, 100%, 0.5);
        padding-left: 1.6rem;
        margin-bottom: 3.2rem;
    }
    .cart-link:before {
        content: "";
        width: 1.2rem;
        height: 1.2rem;
        margin-right: 1.6rem;
        background-image: url(../img/icons/arrow-white.svg);
        background-size: cover;
        background-repeat: no-repeat;
        transform: rotate(180deg);
        opacity: 0.5;
    }
    .cart-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        z-index: 1005;
        border-radius: 0;
        padding: 3.2rem 0;
        transition: all 0.2s ease-in-out;
    }
    .cart-wrap .swiper-slide {
        padding: 0 2.4rem;
    }
    .cart-wrap .cart-link,
    .cart-wrap .subtitle {
        padding-left: 2.4rem;
    }
    .cart-wrap:after {
        display: none;
    }
    .cart-wrap.show {
        visibility: visible;
        opacity: 1;
    }
    .cart-wrap .button-arrow {
        margin-left: 2.4rem;
    }
    .cart-wrap .button-gradient {
        margin-right: 2.4rem;
    }
    .cart .button-default {
        position: fixed;
        bottom: 4.8rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        white-space: nowrap;
    }
    .tradein:after {
        width: 26.4rem;
        height: 26.4rem;
        left: -21.6rem;
        top: 4.8rem;
    }
    .tradein .wrapper:first-child {
        padding: 0 2.4rem 7.2rem;
    }
    .tradein-width {
        width: 100%;
    }
    .tradein-width.pb-24 {
        order: 3;
    }
    .tradein-item {
        margin-right: 0.8rem;
        width: calc(50% - 0.8rem);
    }
    .tradein-item:nth-child(2) {
        margin: 0 0 0 0.8rem;
    }
    .tradein-item_wrap {
        padding: 1.2rem;
    }
    .tradein-wrap {
        float: none;
        width: 100%;
        order: 2;
        padding-bottom: 2.4rem;
    }
    .tradein-button {
        order: 4;
    }
    .tradein .title.fs-24 {
        order: -1;
    }
    .tradein .title.fs-32 {
        order: 1;
        color: #ff5c6e;
    }
    .stocks.__theme-block {
        padding: 0 0 5.6rem;
    }
    .stocks.__theme-block .title {
        padding: 0 2.4rem;
    }
    .stocks.__theme-block .countdown {
        margin: 1.6rem 0 2.4rem;
    }
    .stocks.__theme-page {
        padding: 13rem 0 7.2rem;
    }
    .stocks.__theme-page > .wrapper {
        padding: 0 1.6rem;
    }
    .stocks.__theme-page .mask:before {
        display: none;
    }
    .stocks.__theme-page .stocks-bg {
        width: 100%;
        -webkit-mask-image: url(../img/icons/stocks-mask_mobile.svg);
        mask-image: url(../img/icons/stocks-mask_mobile.svg);
        -webkit-mask-size: 100% auto;
        mask-size: 100% auto;
        z-index: -1;
    }
    .stocks.__theme-page .stocks-price {
        top: unset;
        left: 0;
        transform: none;
        bottom: 20%;
        font-size: 1.6rem;
    }
    .stocks.__theme-page .stocks-price .fs-48 {
        font-size: 3.2rem;
    }
    .stocks.__theme-page .stocks-pad {
        padding-top: 1.6rem;
    }
    .stocks.__theme-page .stocks-ico {
        order: -1;
        width: 100%;
        margin: 0;
    }
    .stocks.__theme-page .stocks-ico:before {
        width: 7.2rem;
        height: 7.2rem;
        top: -0.8rem;
        left: 40%;
    }
    .stocks.__theme-page .stocks-ico:after {
        width: 11.2rem;
        height: 11.2rem;
        bottom: 15%;
        right: 10%;
    }
    .goods .title {
        padding: 0 0.8rem 1.6rem;
    }
    .goods .swiper-wrapper {
        flex-wrap: wrap;
    }
    .goods .swiper-slide {
        width: 50%;
    }
    .goods .swiper-container {
        padding: 1.6rem 0.8rem;
    }
    .goods .card {
        padding: 0 0.8rem 2.4rem;
    }
    .card.__theme-used {
        width: 100%;
        padding-bottom: 3.2rem;
    }
    .card.__theme-used.__callback .card-main {
        padding: 1.6rem;
    }
    .card.__theme-used .card-main {
        padding: 1.6rem 1.2rem;
    }
    .card.__theme-used .card-item {
        padding-bottom: 0.8rem;
    }
    .card.__theme-used .text-small.c-gray {
        width: 37%;
    }
    .card.__theme-new .card-stocks {
        top: 0.8rem;
        right: 0.8rem;
    }
    .card.__theme-new .card-ico {
        opacity: 1;
    }
    .card.__theme-new .card-price {
        margin: 0 0.8rem 0.8rem;
    }
    .card.__theme-new .card-price_discount {
        margin: 0 0.8rem 0.8rem 1.6rem;
        order: 1;
    }
    .card.__theme-new .card-price:not(.old) {
        order: -1;
    }
    .card.__theme-new .card-price.old {
        order: 2;
    }
    .card.__theme-new .subtitle {
        padding: 0 0.8rem;
    }
    .card.__theme-new .text-small {
        padding: 0 0.8rem 0.8rem;
    }
    .card-basket {
        padding: 0.8rem;
    }
    .card-basket_img {
        width: 1.6rem;
    }
    .card-click {
        font-size: 1rem;
        padding: 0.4rem 0.8rem;
    }
    .card-click:after {
        display: none;
    }
    .friday {
        padding-bottom: 8rem;
    }
    .friday-wrap {
        padding: 0 1.6rem;
    }
    .friday-ico {
        width: 100%;
        margin: 3.2rem 0 0;
    }
    .friday-ico:before {
        width: 8rem;
        height: 8rem;
        top: 1.6rem;
    }
    .friday-ico:after {
        width: 12.8rem;
        height: 12.8rem;
        bottom: 0;
        right: 0;
    }
    .friday .countdown {
        padding: 0;
        margin: 0;
        transform: translateY(-15%);
    }
    .friday .countdown-wrap {
        padding: 3.2rem 1.6rem 1.6rem 0;
    }
    .countdown {
        background: none;
        width: 95%;
        padding: 0;
        box-shadow: none;
    }
    .countdown-wrap {
        padding: 1.6rem 1.6rem 2.4rem 0;
        background: #ff5c6e;
        border-radius: 0 10rem 10rem 0;
        width: 100%;
    }
    .countdown-item {
        padding: 0 0.8rem;
        margin: 0 auto;
    }
    .countdown-item_number {
        font-size: 3.2rem;
    }
    .countdown .button {
        margin: 2.4rem 0 0 2.4rem;
    }
    .account {
        overflow: hidden;
        padding-bottom: 1.6rem;
    }
    .account:not(.__hide-panel) .account-main > * {
        pointer-events: none;
    }
    .account.__hide-panel .account-hide {
        display: none;
    }
    .account.__hide-panel .account-panel {
        width: 6.4rem;
        min-width: auto;
    }
    .account.__hide-panel .account-panel_item {
        padding: 1.2rem 1.6rem;
    }
    .account.__hide-panel .account-panel_item.active .account-panel_item-img path {
        fill: #fff;
    }
    .account.__hide-panel .account-panel_item-img {
        display: block;
        width: 2.5rem;
    }
    .account.__hide-panel .account-main {
        transform: translateX(0);
    }
    .account-radio {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -1.6rem 0 -3.3rem;
        padding: 0.8rem 1.6rem 1.6rem 3.3rem;
    }
    .account-radio .button-add,
    .account-radio .radio {
        flex: 0 0 auto;
    }
    .account .button,
    .account .button-cancel {
        margin-bottom: 1.6rem;
    }
    .account-panel {
        top: 8rem;
        height: calc(100vh - 8rem);
        width: 67.5%;
        min-width: 24.5rem;
    }
    .account-panel_item {
        border-radius: 0;
        transition: none;
    }
    .account-panel_item-name {
        padding-left: 3.2rem;
        transition: none;
    }
    .account-panel_pad {
        padding: 3.2rem 0 0;
    }
    .account-panel_pl16,
    .account-panel_subtitle {
        padding-left: 3.2rem;
    }
    .account-main {
        padding: 2.4rem 1.6rem 0 3.2rem;
        transform: translateX(60%);
    }
    .account-main.__mar,
    .account-main:not(.__mar) {
        width: calc(100% - 51px);
        margin: 0 0 0 auto;
    }
    .account-main.__history {
        padding: 2.4rem 1.6rem 0 3.2rem;
    }
    .account-card {
        padding: 1.6rem 1.6rem 2.4rem;
    }
    .account-item {
        padding: 2rem 1.6rem;
        grid-auto-rows: minmax(1.6rem, auto);
        grid-row-gap: 0.8rem;
    }
    .account-item:not(.__cart) {
        grid-template-columns: 11.4rem 1fr;
    }
    .account-item:not(.__cart) .account-item_price {
        padding-left: 0;
    }
    .account-item.__cart {
        grid-template-columns: 10.8rem 1fr;
        position: relative;
    }
    .account-item.__cart .counter.f-center {
        justify-content: flex-start;
    }
    .account-item.__cart .account-item_price {
        grid-row-end: 3;
        grid-row-start: 4;
        grid-column-start: 2;
        padding-left: 0;
    }
    .account-item.__cart .account-item_close {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.5;
        width: 3.2rem;
    }
    .account-item_count {
        margin: 0 auto;
    }
    .account-item_date,
    .account-item_price {
        padding: 0;
    }
    .account-item_ico {
        grid-row-end: 3;
        grid-row-start: 1;
    }
    .account-item_date {
        grid-row-start: 1;
    }
    .account-aside.__card {
        display: none;
    }
    .account-aside:not(.__card) {
        position: relative;
        order: -1;
        top: 0;
        width: calc(100% - 56px);
        margin: 0 0 0 auto;
        height: auto;
        background: none;
    }
    .fs-m_12 {
        font-size: 1.2rem;
    }
    .contacts-block {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        transform: none;
    }
    .contacts-wrap {
        order: -1;
        border-radius: 0 0 1rem 1rem;
    }
    .contacts-callback {
        border-radius: 1rem 1rem 0 0;
    }
    .contacts-callback .button-arrow:after {
        opacity: 1;
    }
    .contacts-callback .button-arrow_img {
        filter: none;
    }
    .contacts-network:after {
        opacity: 1;
    }
    .contacts-network_img {
        filter: invert(1) opacity(1);
    }
    #map {
        min-height: 50vh;
    }
    #map iframe  {
        height: 100vh !important;
    }
    footer {
        padding: 2.4rem 1.6rem;
    }
    .footer-nav {
        padding: 0;
        order: 1;
    }
    .footer-contacts,
    .footer-nav_wrap {
        padding-top: 2.4rem;
    }
    .footer-title {
        text-align: center;
    }
    .footer-title.__pad {
        padding: 1.2rem 0;
    }
    .footer-dev {
        margin: 0 auto;
    }
    .footer-text {
        text-align: center;
    }
    .popup.__account {
        background: #fff;
        padding: 0;
    }
    .popup.__account .popup-wrap {
        border-radius: 0;
        width: 100%;
    }
    .popup.__account .popup-wrap:after,
    .popup.__account .popup-wrap:before {
        display: none;
    }
    .popup:not(.__account) {
        top: 0;
        height: 100%;
        padding: 0;
    }
    .popup:not(.__account) .popup-wrap {
        width: 100%;
        border-radius: 0;
        overflow: hidden;
    }
    .popup:not(.__account) .popup-main {
        padding: 1.6rem 2.4rem;
        border-radius: 0;
        position: static;
    }
    .popup:not(.__account) .popup-price {
        padding-bottom: 1.6rem;
    }
    .popup:not(.__account) .popup-close_img {
        opacity: 1;
    }
    .popup:not(.__account) .popup-order {
        order: 1;
    }
    .popup .button-gradient {
        margin: 0 0 3.2rem;
    }
    .popup .input.white {
        margin-bottom: 1.6rem;
        padding: 1.2rem 0.8rem;
    }
    .popup .title.fs-24 {
        font-size: 1.8rem;
        padding-bottom: 0;
    }
    .popup .swiper-container {
        width: 100%;
    }
    .popup .swiper-slide_img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: auto;
    }
    .calc {
        padding-bottom: 0;
    }
    .calc:after,
    .calc:before {
        display: none;
    }
    .calc .calc-wrap .swiper-slide {
        padding: 0;
        text-align: center;
    }
    .calc .calc-wrap .swiper-container {
        padding-bottom: 4rem;
    }
    .calc-wrap,
    .calc-wrap.calc-all {
        padding: 3.2rem 1.6rem 0;
    }
    .calc-all_sum {
        width: 100%;
    }
    .calc-all_width {
        margin: 0;
        width: 100%;
    }
    .calc-all .button.circle {
        margin-right: 1.6rem;
    }
    .calc-all_ico {
        width: 30%;
        max-width: 13rem;
    }
    .calc-all_repeat {
        margin: 1.6rem 0 3.2rem;
    }
    .calc-all_main {
        padding: 0.8rem 0.8rem 2.4rem;
    }
    .calc-all .checkbox-name {
        color: #333;
        border: none;
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    }
    .calc-all .checkbox-name:before {
        background: #333;
    }
    .calc-all_price {
        width: 100%;
        padding: 0.8rem 0 0;
    }
    .calc-all_price .old {
        margin-right: 1.6rem;
    }
    .calc-all_price .min {
        padding-right: 1.6rem;
    }
    .calc-all_price .min:after {
        left: 90%;
    }
    .calc-devices {
        width: calc(50% - 1.6rem);
        margin: 0.8rem;
    }
    .calc-devices.__purchases .calc-devices_wrap {
        padding: 1.6rem;
    }
    .calc-devices.__purchases .calc-devices_img {
        max-width: 75%;
    }
    .calc-models {
        width: calc(33.333% - 1.6rem);
        margin: 0.8rem;
    }
    .calc .title {
        text-align: center;
    }
    .calc .title.pb-32 {
        padding-bottom: 2.4rem;
    }
    .calc .title.pb-152 {
        padding: 4rem 0 2.4rem;
    }
    .calc .subtitle.pb-24 {
        padding-left: 0.8rem;
    }
    .calc .radio {
        margin: 0 0.8rem 2.4rem;
    }
    
    .calc .pb-56 {
        padding: 0;
    }
    .calc-color {
        margin: 0 2.4rem 0 0.8rem;
    }
    .calc-color .text-small {
        display: none;
    }
    .calc-points_wrap {
        margin: 0 0 1.6rem;
        width: 100%;
    }
    .calc-order {
        padding: 1.6rem;
    }
    .calc-order .calc-all_repeat {
        margin-left: 0;
    }
    .calc-order_width {
        width: 100%;
    }
    .calc-order_wrap {
        width: 100%;
        padding: 1.6rem 0;
    }
    .calc-order_ico {
        position: static;
        width: 70%;
        margin-right: -30%;
    }
    .calc-order .title {
        padding-left: 0;
    }
    .calc-order .pl-32.pb-16 {
        padding-left: 0;
        text-align: center;
    }
    .calc-order_desc {
        flex: unset;
        order: -1;
        padding: 0 0 1.6rem 1.6rem;
    }
    .calc-order_text {
        padding: 0 1.6rem 2.4rem;
    }
    .calc-order .button-cancel {
        margin: 2.4rem 0 0;
    }
    .calc-order .button.circle {
        margin: 0 0 2.4rem;
    }
    .calc-order_exchange {
        width: calc(50% - 0.8rem);
    }
    .calc-order_exchange:nth-child(odd) {
        margin: 0 0.8rem 1.6rem 0;
    }
    .calc-order_exchange:nth-child(2n) {
        margin: 0 0 1.6rem 0.8rem;
    }
    .calc-order_price {
        width: 92%;
        padding: 1.6rem 3.2rem 1.6rem 1.6rem;
    }
    .calc-order_price-max {
        font-size: 1.6rem;
    }
    .calc-order_price-max .fs-48 {
        font-size: 3.2rem;
    }
    .calc-order_price-img {
        width: 4rem;
        margin-left: 2.4rem;
    }
    .calc .calc-slider {
        padding: 0 1.6rem 3.2rem;
    }
    .calc-sell {
        padding: 2.4rem 1.6rem;
    }
    .calc-sell .title {
        padding-bottom: 2.4rem;
    }
    .calc-sell .input,
    .calc-sell .input.__big,
    .calc-sell .ss-main {
        margin-bottom: 2.4rem;
    }
    .calc-ico {
        width: 100%;
        min-height: 18.4rem;
    }
    .calc-ico.__absolute {
        position: relative;
        left: unset;
        top: unset;
        padding: 1.6rem 0 1.6rem 1.6rem;
        width: 100%;
    }
    .calc-ico.__absolute .calc-img {
        position: absolute;
        top: 0;
        width: 57%;
        left: 47%;
        max-width: 18.4rem;
        max-height: unset;
    }
    .calc-ico:not(.__absolute) {
        order: -1;
        margin-bottom: 0.8rem;
        align-items: center;
    }
    .calc-ico_text {
        order: -1;
        font-size: 1.2rem;
        line-height: 133%;
        width: 45%;
        margin: 0;
        text-align: left;
    }
    .calc-component {
        width: 100%;
        margin: 0 0 1.6rem;
        padding: 1.6rem;
    }
    .calc-component.active .counter-item {
        background: #fff;
        color: #ff5c6e;
    }
    .calc-component_img {
        width: 7.2rem;
        margin: 0;
    }
    .calc-component .subtitle {
        padding-bottom: 0;
    }
    .calc-component .counter-item,
    .calc-component .counter .subtitle {
        opacity: 1;
    }
    .calc .w-70 {
        width: 100%;
        padding-bottom: 2.4rem;
    }
    .calc-state_text {
        padding-left: 0.8rem;
    }
    .calc-state_ico {
        width: calc(50% - 1.6rem);
        margin: 0 0.8rem;
    }
    .calc-nav {
        position: sticky;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 4;
        padding-top: 2.4rem;
    }
    .calc-nav:after {
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 13%;
        z-index: -1;
        right: -2.4rem;
        width: 7.3rem;
        height: 7.3rem;
        background: #614295;
        box-shadow: 0 0 2rem #614295;
    }
    .calc-nav .c-white {
        min-width: 16rem;
    }
    .calc-nav_bg {
        padding: 3.2rem 1.6rem 2.4rem;
        background: linear-gradient(315.09deg, #ff5c6e -7.09%, #614295 229.9%);
        -webkit-mask-image: url(../img/icons/calc-mask_mobile.svg);
        mask-image: url(../img/icons/calc-mask_mobile.svg);
        -webkit-mask-size: 100% 101%;
        mask-size: 100% 101%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }
    .calc-nav .title {
        font-size: 1.8rem;
        text-align: left;
    }
    .calc-nav .button-arrows {
        padding: 1.2rem 2.4rem;
    }
    .calc-nav .button-arrow {
        margin: 0 1.6rem 0 auto;
        background: hsla(0, 0%, 100%, 0.3);
    }
    .banners:before {
        top: -16%;
        z-index: 2;
        right: -36%;
        width: 219px;
        height: 219px;
        left: unset;
    }
    .banners .advantages {
        padding: 0 1.6rem 0 3.2rem;
    }
    .banners .advantages-item {
        filter: none;
    }
    .banners .swiper-button-prev {
        top: 8rem;
    }
    .banners .swiper-button-next {
        top: 12.8rem;
    }
    .banners .swiper-button-next,
    .banners .swiper-button-prev {
        right: 4.8rem;
        transform: none;
    }
    .banners-mask {
        -webkit-mask-image: url(../img/icons/banners-mask1_mobile.svg);
        mask-image: url(../img/icons/banners-mask1_mobile.svg);
        height: 61%;
    }
    .banners-mask:before {
        display: none;
    }
    .banners-bg {
        -webkit-mask-image: url(../img/icons/banners-mask2_mobile.svg);
        mask-image: url(../img/icons/banners-mask2_mobile.svg);
        width: 80%;
        height: 66%;
    }
    .banners-item {
        padding: 4rem 3.2rem 4.8rem;
        overflow: hidden;
    }
    .banners-item_bg {
        -webkit-mask-image: url(../img/icons/banners-mask3_mobile.svg);
        mask-image: url(../img/icons/banners-mask3_mobile.svg);
        height: 77%;
        width: 83%;
    }
    .banners-item_form.wrapper {
        margin-top: -70px;
    }
    .banners-item_wrap {
        width: 100%;
        margin: 0;
    }
    .banners-item .button {
        margin: 0 0 1.6rem;
    }
    .advantages {
        width: 100%;
        margin: 0;
        padding-top: 2.4rem;
    }
    .advantages.f-acenter {
        align-items: unset;
    }
    .advantages-item {
        padding: 0 0 3.2rem;
        width: 60%;
    }
    .advantages-item:nth-child(2n) {
        margin-left: auto;
    }
    .credit.__theme-block {
        background-image: url(../img/icons/credit-mask_block-mobile.svg);
        background-size: 100% auto;
    }
    .credit.__theme-block:after,
    .credit.__theme-block:before {
        display: none;
    }
    .credit.__theme-block .title.fs-32 {
        width: 55%;
    }
    .credit.__theme-block .wrapper {
        padding: 0 1.6rem 9.6rem;
    }
    .credit.__theme-block .c-white {
        padding-bottom: 4rem;
    }
    .credit.__theme-block .credit-main {
        width: 100%;
        margin: 0;
    }
    .credit.__theme-block .credit-banks_wrap {
        background: #fff;
    }
    .credit.__theme-block .credit-banks_item:nth-child(odd) {
        padding: 0 0.8rem 1.6rem 0;
    }
    .credit.__theme-block .credit-banks_item:nth-child(2n) {
        padding: 0 0 1.6rem 0.8rem;
    }
    .credit-banks {
        padding: 0 0.8rem 1.6rem;
    }
    .credit-banks_wrap {
        padding: 3.2rem 0.8rem 2.4rem;
    }
    .credit-banks_item {
        width: 50%;
        padding: 0 0.8rem 1.6rem;
    }
    .credit-wrap {
        padding: 0 1.6rem 2.4rem;
    }
    .credit-wrap:before {
        width: 16rem;
        height: 16rem;
        left: unset;
        right: -10.4rem;
        top: 15%;
    }
    .credit-wrap:after {
        display: block;
    }
    .credit-header {
        padding: 0;
    }
    .credit-text {
        margin: 0;
        width: 100%;
        padding-top: 0.8rem;
    }
    .credit-pad {
        padding: 0 1.6rem 4rem;
    }
    .credit-pad:before {
        position: absolute;
        content: "";
        border-radius: 50%;
        right: -20.8rem;
        top: 30%;
        width: 25.6rem;
        height: 25.6rem;
        background: #614295;
        box-shadow: 0 0 2rem #614295;
        opacity: 0.4;
    }
    .news.__theme-page {
        padding: 0 0 2.4rem;
    }
    .news.__theme-page .title {
        padding-bottom: 0.8rem;
    }
    .news.__theme-page .c-gray {
        padding-bottom: 1.6rem;
    }
    .news.__theme-page .news-item {
        width: 100%;
    }
    .news.__theme-page .news-ico {
        width: 100%;
        margin: 0 0 0.8rem;
    }
    .news.__theme-page .news-ico:after {
        display: none;
    }
    .news.__theme-page .news-img {
        position: static;
        transform: none;
        width: 100%;
    }
    .news.__theme-block .wrapper {
        padding: 0;
    }
    .news.__theme-block .pb-4 {
        padding-right: 2.4rem;
    }
    .news.__theme-block .news-wrap {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        padding: 0 0.8rem;
    }
    .news.__theme-block .news-item {
        display: inline-block;
        width: 75%;
        margin: 0 1.6rem;
    }
    .news.__theme-block .news-item_wrap {
        white-space: normal;
    }
    .news.__theme-block .news-item:nth-child(3) {
        margin-bottom: 0;
    }
    .news.__theme-block .news-item:nth-child(3):after {
        display: block;
    }
    .news.__theme-one {
        padding-bottom: 3.2rem;
    }
    .news.__theme-one .swiper-slide {
        overflow: hidden;
        border-radius: 1rem;
    }
    .news.__theme-one .swiper-button-next {
        right: -1.6rem;
    }
    .news.__theme-one .swiper-button-prev {
        left: -1.6rem;
    }
    .news.__theme-one .swiper-button-next,
    .news.__theme-one .swiper-button-prev {
        background: #fff;
        border-color: #fff;
    }
    .news.__theme-one .swiper-button-next:after,
    .news.__theme-one .swiper-button-prev:after {
        filter: none;
    }
    .news.__theme-one .news-header {
        min-height: 40.8rem;
        overflow: hidden;
    }
    .news.__theme-one .news-header .title {
        left: 0;
        padding: 0 1.6rem;
        bottom: 8.8rem;
        width: 100%;
    }
    .news.__theme-one .news-header_ico {
        min-height: 35rem;
        max-height: 40.8rem;
    }
    .news.__theme-one .news-header_img {
        max-height: inherit;
        width: auto;
        min-width: 100%;
    }
    .news.__theme-one .news-header_mask.top {
        -webkit-mask-image: url(../img/icons/news-one_top-mobile.svg);
        mask-image: url(../img/icons/news-one_top-mobile.svg);
        height: 8rem;
    }
    .news.__theme-one .news-header_mask.top:after,
    .news.__theme-one .news-header_mask.top:before {
        transform: translateY(-50%);
    }
    .news.__theme-one .news-header_mask.top:after {
        width: 5.6rem;
        height: 5.6rem;
        right: 5%;
    }
    .news.__theme-one .news-header_mask.top:before {
        width: 10.4rem;
        height: 10.4rem;
        right: 15%;
    }
    .news.__theme-one .news-header_mask.bottom {
        background-image: url(../img/icons/news-one_bottom-mobile.svg);
        height: 8.8rem;
    }
    .news.__theme-one .news-header_mask.bottom:before {
        top: -1.6rem;
        left: 0;
        transform: translateX(-50%);
    }
    .news.__theme-one .news-main {
        padding: 0 1.6rem;
    }
    .news.__theme-one .news-main .c-gray {
        padding: 0 0 3.2rem;
    }
    .news.__theme-one .news-ico {
        width: 100%;
    }
    .news.__theme-one .news-ico:first-child {
        padding-bottom: 1.6rem;
    }
    .news.__theme-one .news-img {
        width: auto;
    }
    .news.__theme-one .news-wrap {
        padding-bottom: 3.2rem;
    }
    .news-all {
        padding: 0 1.6rem;
    }
    .news-all_wrap {
        padding: 0 0 2.4rem;
    }
    .news-all_item {
        width: 100%;
        margin: 0 0 3.2rem;
        min-height: 22.5rem;
    }
    .news-all_item:after {
        display: none;
    }
    .error {
        padding-bottom: 4rem;
    }
    .error-ico {
        width: 100%;
        margin: 0 0 0.8rem;
        order: -1;
    }
    .error-wrap {
        margin: 0;
        text-align: center;
        padding: 0 2.4rem;
    }
    .error .button.__pink {
        margin: 0 0 1.6rem;
    }
    .reviews.__theme-block .wrapper {
        padding: 0 0.8rem 8rem;
    }
    .reviews.__theme-block .wrapper > .title {
        padding-left: 2.4rem;
    }
    .reviews.__theme-block .swiper-button-next,
    .reviews.__theme-block .swiper-button-prev {
        top: 45%;
        transform: none;
    }
    .reviews.__theme-block .swiper-button-prev {
        left: unset;
        right: 4.4rem;
    }
    .reviews.__theme-block .reviews-text {
        padding-left: 2.4rem;
    }
    .reviews.__theme-block .reviews-arrows {
        position: static;
        width: unset;
        margin: 0;
    }
    .reviews.__theme-block .reviews-item.swiper-slide-prev .reviews-item_wrap {
        transform: none;
    }
    .reviews.__theme-block .reviews-item_wrap {
        margin: 0;
        background: #f1f1f1;
        transform: none;
    }
    .reviews.__theme-block .reviews-item_wrap .text-small,
    .reviews.__theme-block .reviews-item_wrap .title {
        width: 75%;
    }
    .reviews.__theme-block .reviews-item_main {
        padding: 2.4rem 1.6rem 0;
    }
    .reviews.__theme-block .reviews-item_ico {
        width: 100%;
        margin: 0;
    }
    .callback {
        padding: 0;
    }
    .callback .link {
        opacity: 1;
    }
    .callback-bg {
        -webkit-mask-image: url(../img/icons/callback-mask_mobile.svg);
        mask-image: url(../img/icons/callback-mask_mobile.svg);
        padding: 19.2rem 1.6rem 3.2rem;
        position: relative;
        min-height: 0;
    }
    .callback-bg:before {
        bottom: 2rem;
        right: -12rem;
        width: 16.3rem;
        height: 16.3rem;
        background: #f27e95;
        box-shadow: 0 0 2rem #f27e95;
        left: unset;
        z-index: -1;
    }
    .callback-bg:after {
        width: 16.3rem;
        height: 16.3rem;
        right: -8rem;
        top: -5.6rem;
    }
    .callback-bg_wrap {
        width: 100%;
    }
    .callback-img {
        transform: translateY(10%);
        margin: 0 auto;
    }
    .callback-ico {
        width: 100%;
        padding: 0;
        margin-bottom: -18rem;
    }
    .callback-ico.rel {
        position: static;
    }
    .callback-ico_wrapper {
        position: relative;
    }
    .callback-ico_wrap {
        top: 18%;
        left: 10%;
        width: 25%;
    }
    .callback-message {
        position: static;
        z-index: 3;
        width: 32.8rem;
        margin: 0 auto;
        padding: 2.4rem 4.8rem 7.2rem;
    }
    .mask.__header:after {
        display: none;
    }
    .mask.__header.__news-page.__bread .mask-wrap {
        -webkit-mask-image: url(../img/icons/news-mak_mobile.svg);
        mask-image: url(../img/icons/news-mak_mobile.svg);
        -webkit-mask-size: 100% auto;
        mask-size: 100% auto;
    }
    .mask.__header.__news-page.__bread .mask-wrap:after {
        display: none;
    }
    .mask.__header.__news-page.__bread.__header {
        padding-top: 6.4rem;
        margin: 0;
    }
    .mask.__header.__news-page.__bread.__header:before {
        display: block;
        left: 45%;
        transform: translateY(-55%);
    }
    .mask.__header:not(.__bread) {
        padding: 11.6rem 0 0;
    }
    .mask.__header:not(.__bread):before {
        left: 35%;
        top: 15%;
        width: 5.6rem;
        height: 5.6rem;
    }
    .mask.__header:not(.__bread):after {
        width: 6.4rem;
        height: 6.4rem;
        top: -2rem;
        right: -2.4rem;
    }
    .mask.__header:not(.__bread) .mask-wrap {
        height: 10rem;
        -webkit-mask-image: url(../img/icons/credit-mask_mobile.svg);
        mask-image: url(../img/icons/credit-mask_mobile.svg);
    }
    .mask.__header:not(.__bread) .title {
        padding: 0 1.6rem;
        text-align: center;
        color: #333;
    }
    .mask.__header.__bread {
        padding: 1.6rem 0 5.2rem;
    }
    .mask.__header.__bread:after {
        display: none;
    }
    .mask.__header.__bread:before {
        right: -6.9rem;
        bottom: 1.6rem;
        top: unset;
        left: unset;
    }
    .mask.__header.__bread .title {
        padding: 0 1.6rem;
    }
    .mask.__header.__bread .mask-wrap {
        -webkit-mask-image: url(../img/icons/mask-header_mobile.svg);
        mask-image: url(../img/icons/mask-header_mobile.svg);
    }
    .breadcrumbs {
        padding: 0 1.6rem 0.8rem;
    }
    .purchases {
        padding: 0 1.6rem;
    }
    .purchases-pad {
        padding-bottom: 3.2rem;
        font-size: 1.4rem;
    }
    .purchases .text-normal:first-child {
        width: 30%;
    }
    .purchases .button-gradient {
        margin-left: 0;
    }
    .purchases-specif {
        background-image: none;
    }
    .purchases-specif .wrapper {
        padding: 0 1.6rem 3.2rem;
    }
    .purchases-specif .title.fs-24 {
        color: #333;
    }
    .purchases-specif_wrap {
        padding-bottom: 0;
    }
    .purchases-specif_main {
        width: 100%;
        margin: 0;
        padding: 0.8rem;
    }
    .purchases-specif_item {
        padding: 0.8rem 0;
    }
    .purchases-specif_item-name {
        font-weight: 700;
        color: #333;
        padding: 0 0 0.8rem;
        text-align: center;
        width: 100%;
    }
    .purchases-link {
        color: #ff5c6e;
        border-color: #ff5c6e;
    }
    .purchases-block {
        margin-bottom: 3.2rem;
    }
    .purchases-block:not(.gradient) {
        background: none;
        padding: 0;
    }
    .purchases-block.not-bg .input.white {
        width: 100%;
        margin-bottom: 1.6rem;
    }
    .purchases-slider {
        float: none;
        position: static;
        margin: 0 0 3.2rem;
        transform: none;
        width: 100%;
    }
    .purchases-slider_main {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .purchases-slider_main .swiper-button-next,
    .purchases-slider_main .swiper-button-prev {
        top: 50%;
        transform: none;
    }
    .purchases-slider_main .swiper-button-prev {
        left: 10px;
    }
    .purchases-slider_main .swiper-button-next {
        right: 10px;
    }
    .purchases-wrap,
    .purchases-wrapper {
        padding: 0 1.6rem;
        margin: 0 -1.6rem;
    }
    .purchases-width {
        width: 100%;
    }
    .radio-name {
        transition: none;
    }
    .puzzle {
        padding: 0 0.8rem 1.6rem;
    }
    .puzzle .title {
        padding: 3.2rem 0 2.4rem 1.6rem;
    }
    .puzzle-item:not(.__category) {
        padding: 0 0.8rem;
        width: 50%;
        margin: 0 0 3.2rem;
    }
    .puzzle-item:not(.__category) .puzzle-item_bg {
        width: calc(100% - 1.6rem);
    }
    .puzzle-item.__category {
        padding: 0 0.8rem;
    }
    .puzzle-item.__category .puzzle-item_bg {
        width: calc(100% - 1.6rem);
    }
    .puzzle-item_bg {
        height: 100%;
        opacity: 1;
        visibility: visible;
    }
    .puzzle-item_new {
        top: 0.8rem;
        left: 1.6rem;
    }
    .puzzle-item_wrap {
        padding: 1.6rem 0 0;
    }
    .puzzle-item .subtitle {
        padding: 0 0.8rem 0.8rem;
    }
    .puzzle-item_link {
        background: #ff5c6e;
        color: #fff;
        font-size: 1.2rem;
    }
    .puzzle-item_link-arrow {
        background: #fff;
    }
    .puzzle-item_link-img {
        filter: none;
    }
    .puzzle-item_count {
        font-size: 1.4rem;
    }
    .puzzle-item_price {
        font-size: 1.6rem;
    }
    .comparison {
        padding: 0;
    }
    .comparison .button-basket {
        padding: 0.8rem 1.2rem;
        margin-top: 1.6rem;
    }
    .comparison-list {
        padding: 0 1.6rem 5.6rem;
    }
    .comparison-list_item {
        width: 100%;
    }
    .comparison-list_item:not(.__add) {
        padding: 0 0 3.2rem;
    }
    .comparison-list_item.__add {
        padding-bottom: 3.2rem;
    }
    .comparison-list_item.__add .comparison-list_ico {
        display: flex;
    }
    .comparison-list_item.__add .comparison-list_price,
    .comparison-list_item.__add .subtitle,
    .comparison-list_item.__add .text-small {
        display: block;
    }
    .comparison-list_wrap {
        height: unset;
    }
    .comparison-list_close {
        top: 0;
        right: 0;
    }
    .comparison-list .text-small {
        font-size: 1.4rem;
        padding-right: 4rem;
    }
    .comparison-list .subtitle {
        padding-right: 4rem;
    }
    .comparison-list_price {
        font-size: 2rem;
    }
    .comparison-list_price .fs-10 {
        font-size: 1.2rem;
    }
    .comparison-list_ico {
        max-width: 12rem;
        width: 32%;
        margin-right: 1.6rem;
    }
    .comparison-list_ico.f-1 {
        flex: unset;
    }
    .comparison-wrap {
        padding: 0;
    }
    .comparison-item {
        padding: 0 0 2.4rem;
    }
    .comparison-item_title {
        width: 100%;
        font-weight: 700;
        color: #333;
        padding: 0 0 0.8rem 2.4rem;
    }
    .comparison-item_width {
        width: 100%;
        padding: 0.8rem 2.4rem;
    }
    .comparison-item_width.color {
        background: rgba(51, 51, 51, 0.1);
    }
    .comparison-item_width.color .comparison-item_name {
        font-weight: 400;
    }
    .comparison-item_name {
        color: rgba(51, 51, 51, 0.7);
        width: 50%;
        margin-right: 3.2rem;
    }
    .delivery {
        padding-top: 0;
    }
    .delivery .title.fs-32 {
        font-size: 2rem;
    }
    .delivery-pr_64 {
        padding: 0 0 2.4rem;
    }
    .delivery-item {
        padding: 0 1.6rem 3.2rem;
    }
    .delivery-item:first-child {
        padding-right: 1.6rem;
    }
    .delivery-item:first-child:before {
        display: none;
    }
    .delivery-item:first-child:after {
        width: 14.4rem;
        height: 14.4rem;
        right: -7.2rem;
        top: 2%;
    }
    .delivery-item:nth-child(3):before {
        display: none;
    }
    .delivery-item_wrap {
        padding: 0;
    }
    .delivery-item_img {
        width: 2.4rem;
        margin-right: 1.6rem;
    }
    .w-25 {
        width: 25%;
    }
    .title.fs-24 {
        font-size: 1.8rem;
    }
    .title.fs-32 {
        font-size: 2.4rem;
    }
    .title.fs-48 {
        font-size: 3.2rem;
    }
    .counter .subtitle {
        color: #333;
    }
    .link.c-white {
        opacity: 1;
    }
}
@media screen and (min-width: 640px) and (max-width: 1249px) {
    .calc-models {
        width: calc(25% - 1.6rem);
    }
    .calc-wrap .params .subtitle {
        text-align: center;
    }
    .calc-wrap .params .f {
        justify-content: center;
    }
    .calc-order .swiper-slide {
        width: 33.3333%;
    }
    .calc-order_ico {
        width: 54%;
        margin: 0;
    }
    .calc-order_text {
        text-align: center;
    }
    .card.__theme-used {
        width: 50%;
        padding: 0 0.8rem 3.2rem;
    }
    .contacts-wrap .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .news.__theme-page .news-item {
        width: 50%;
    }
    .advantages-item:nth-child(2n) {
        margin-left: 0;
    }
    .puzzle-item:not(.__category) {
        width: 33.3333%;
    }
}
@media screen and (min-width: 960px) and (max-width: 1249px) {
    .calc-devices {
        width: calc(25% - 1.6rem);
    }
    .calc-models {
        width: calc(20% - 1.6rem);
    }
    .calc-order .swiper-slide {
        width: 25%;
    }
    .calc-order_ico {
        width: 40%;
    }
    .category .swiper-slide,
    .favorites .card {
        width: 33.333%;
    }
    .catalog.__used.__theme-block {
        margin-bottom: 2.4rem;
    }
    .catalog.__used.__theme-block .catalog-item {
        width: calc(50% - 0.8rem);
    }
    .catalog.__used.__theme-block .catalog-item:nth-child(odd) {
        margin-right: 0.8rem;
    }
    .catalog.__used.__theme-block .catalog-item:nth-child(2n) {
        margin-left: 0.8rem;
    }
    .catalog.__used.__theme-block .catalog-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .catalog.__theme-page .card.__theme-new {
        width: 33.333%;
    }
    .credit-banks_item {
        width: 25%;
    }
    .credit.__theme-block {
        margin-bottom: 2.4rem;
    }
    .credit.__theme-block .credit-banks_item {
        width: 25%;
    }
    .credit.__theme-block .credit-banks_item:nth-child(2n),
    .credit.__theme-block .credit-banks_item:nth-child(odd) {
        padding: 0 0.8rem;
    }
    .goods .swiper-slide {
        width: 33.333%;
    }
    .news.__theme-block .news-item {
        width: 40%;
    }
    .puzzle-item {
        width: 25%;
    }
}
@media screen and (min-width: 1280px) {
    .header-tel:hover {
        color: #ff5c6e;
    }
    .header-info_item:hover {
        color: #333;
    }
    .header-link:hover svg {
        filter: drop-shadow(0 0 5px #ff5c6e);
        transform: translateZ(0);
    }
    .header-link:hover path {
        fill: #ff5c6e;
    }
    .header-nav > ul > .rel:hover .header-nav_link:after,
    .header-nav > ul > .rel:hover .header-nav_ul {
        opacity: 1;
        visibility: visible;
    }
    .header-nav_item:hover {
        background: #fff;
        box-shadow: 0 4px 16px rgba(51, 51, 51, 0.15);
        border-radius: 0.5rem;
    }
    .header-nav_li .header-info_item:hover {
        padding: 0 3.2rem 0 4rem;
        color: #ff5c6e;
    }
    .header-nav_li .header-info_item:hover .header-info_item-arrow {
        opacity: 1;
        visibility: visible;
    }
    .header-basket {
        min-width: 24rem;
        max-width: 26.4rem;
    }
    .header-basket:hover {
        background: #fff;
        color: #ff5c6e;
    }
    .header-basket:hover .header-basket_img path {
        fill: #ff5c6e;
    }
    .header-basket:hover .header-basket_count {
        background: #ff5c6e;
        color: #fff;
    }
    .account-panel_item:hover:not(.active),
    .account-panel_link:hover {
        color: #ff5c6e;
    }
    .account-panel_link:hover:after {
        filter: none;
    }
    .account-item:hover {
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    }
    .account-item_close:hover {
        opacity: 0.5;
    }
    .account-card:hover {
        background: rgba(51, 51, 51, 0.1);
    }
    .account-aside .button-add:hover {
        color: #333;
        background: #fff;
    }
    .banners-item .button-arrows.circle.white:hover {
        background: #fff;
        color: #ff5c6e;
    }
    .card-basket:hover {
        background: #ff5c6e;
    }
    .card-click:hover {
        background: #333;
        color: #fff;
    }
    .card-click:hover:after {
        filter: invert(1);
    }
    .card-wrap:hover {
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
    }
    .card-wrap:hover .card-price:not(.old),
    .card-wrap:hover .subtitle {
        color: #ff5c6e;
    }
    .card-wrap:hover .card-close {
        opacity: 0.3;
    }
    .card-wrap:hover .card-close:hover {
        opacity: 1;
    }
    .show-all:hover {
        border-color: #ff5c6e;
    }
    .input:not(.white-bg):hover {
        color: #333;
    }
    .input.white-bg:hover {
        color: #fff;
    }
    .primary-link:hover {
        border-color: #ff5c6e;
    }
    .popup.__account .popup-close:hover {
        opacity: 1;
    }
    .popup-item:hover {
        background: #ff5c6e;
        filter: none;
    }
    .popup-network:hover,
    .popup:not(.__account) .popup-close_img:hover {
        opacity: 1;
    }
    .footer-phone:hover {
        color: #fff;
    }
    .footer-text:hover {
        color: #ff5c6e;
    }
    .footer-dev:hover {
        color: #fff;
    }
    .footer-dev:hover .prop {
        color: #ff5c6e;
    }
    .footer-title.__order:hover,
    a.footer-title:hover {
        color: #fff;
    }
    .button-add:hover {
        background: #ff5c6e;
        color: #fff;
    }
    .button-popup:hover {
        background: #e85263;
    }
    .button-basket:hover:not(.active) {
        background: #fff;
        color: #ff5c6e;
    }
    .button-basket:hover:not(.active):before {
        filter: none;
    }
    .button-gradient:hover:before {
        left: -100%;
    }
    .button-arrow:hover {
        background: #fff;
    }
    .button-arrow:hover .button-arrow_img {
        filter: invert(1);
    }
    .button-arrows:hover.circle:not(.white) {
        background: #fff;
        color: #ff5c6e;
    }
    .button-arrows:hover.circle:not(.white) .arrow {
        background: #ff5c6e;
    }
    .button-arrows:hover.circle:not(.white) .arrow-img {
        filter: grayscale(1) brightness(1000);
    }
    .button-arrows:hover.circle.white {
        background: #ff5c6e;
        color: #fff;
    }
    .button-arrows:hover.circle.white .arrow {
        background: #fff;
    }
    .button-arrows:hover.circle.white .arrow-img {
        filter: none;
    }
    .button-arrows:hover .arrow-img {
        filter: grayscale(1) brightness(1000);
    }
    .button-arrows:hover:not(.circle) {
        background: #ff5c6e;
        color: #fff;
    }
    .button-arrows:hover:not(.circle).__pink {
        background: #fff;
        color: #333;
    }
    .button-arrows:hover:not(.circle).__pink .arrow-img {
        filter: none;
    }
    .button-cancel:hover {
        color: #ff5c6e;
        border-color: #ff5c6e;
    }
    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background: #fff;
        border-color: #fff;
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    }
    .swiper-button-next:hover:after,
    .swiper-button-prev:hover:after {
        filter: none;
    }
    .reviews.__theme-block .reviews-item .text-small:hover {
        color: #ff5c6e;
    }
    .tradein-item_wrap:hover {
        box-shadow: 0 0.2rem 4rem rgba(0, 0, 0, 0.1);
    }
    .tradein-item_wrap:hover .tradein-item_name {
        color: #333;
        font-weight: 700;
    }
    .rating:hover .rating-star:hover,
    .rating:hover .rating-star:hover ~ .rating-star {
        background: #ff5c6e;
    }
    .rating .text-small:hover {
        color: #ff5c6e;
    }
    .ss-main .ss-single-selected:hover .ss-arrow {
        background: #fff;
    }
    .contacts-link:hover {
        color: #ff5c6e;
    }
    .contacts-callback .button-arrow:hover {
        background: hsla(0, 0%, 100%, 0.1);
    }
    .contacts-callback .button-arrow:hover:after {
        opacity: 1;
    }
    .contacts-callback .button-arrow:hover .button-arrow_img {
        filter: invert(0) opacity(1);
    }
    .network:hover:after {
        opacity: 1;
    }
    .network:hover .network-img {
        filter: invert(1) opacity(1);
    }
    .news.__theme-block .news-item_wrap:hover { 
        transform: scale(1.05);
    }
    .account-main .input {
        font-size: 1.4rem !important;
        line-height: 115% !important;
        font-weight: 500 !important;
        width: 100% !important;
        padding: 1.2rem !important;
        border-radius: 0.5rem !important;
        background: rgba(51, 51, 51, 0.1) !important;
        color: rgba(51, 51, 51, 0.7);
        margin-bottom: 1.6rem !important;
        transition: all 0.2s ease-in-out !important;
    }
    .news.__theme-block .news-item_wrap:hover:before {
        opacity: 0;
        visibility: hidden;
    }
    .news.__theme-block .news-item_wrap:hover:after {
        opacity: 1;
        visibility: visible;
    }
    .credit-banks_wrap:hover:not(.active) {
        background: #fff;
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    }
    .credit-banks_wrap:hover:not(.active) .credit-banks_item-small-subtitle,
    .credit-banks_wrap:hover:not(.active) .credit-banks_item-small-title {
        color: #333;
    }
    .delivery-item_link:hover {
        border-color: #ff5c6e;
    }  
    
    .breadcrumbs-item:hover:not(:last-child)   {
        opacity: 1;
    }
    .purchases-link:hover {
        color: #ff5c6e;
        border-color: #ff5c6e;
    }
    .purchases-specif_item:hover {
        color: #333;
        background: #f1f1f1;
    }
    .puzzle-item_wrap:hover:after,
    .puzzle-item_wrap:hover:before {
        opacity: 1;
        visibility: visible;
        transition: all 0.4s ease-in-out 0.1s;
    }
    .puzzle-item_wrap:hover:before {
        -webkit-animation: transformBefore 4.2s linear infinite;
        animation: transformBefore 4.2s linear infinite;
        left: 0;
        bottom: 3.2rem;
    }
    .puzzle-item_wrap:hover:after {
        -webkit-animation: transformAfter 4.2s linear infinite;
        animation: transformAfter 4.2s linear infinite;
        right: 0;
        top: 28%;
    }
    @-webkit-keyframes transformBefore {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(-15%);
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(15%);
        }
        to {
            transform: translateY(0);
        }
    }
    @keyframes transformBefore {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(-15%);
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(15%);
        }
        to {
            transform: translateY(0);
        }
    }
    @-webkit-keyframes transformAfter {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(15%);
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(-15%);
        }
        to {
            transform: translateY(0);
        }
    }
    @keyframes transformAfter {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(15%);
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(-15%);
        }
        to {
            transform: translateY(0);
        }
    }
    .puzzle-item_wrap:hover .puzzle-item_bg {
        opacity: 1;
        visibility: visible;
        transition: all 0.2s ease-in-out;
    }
    .puzzle-item_wrap:hover .puzzle-item_link {
        background: #ff5c6e;
        color: #fff;
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    }
    .puzzle-item_wrap:hover .puzzle-item_link-arrow {
        background: #fff;
    }
    .puzzle-item_wrap:hover .puzzle-item_link-img {
        filter: none;
    }
    .puzzle-item_wrap:hover .puzzle-item_link:hover {
        background: #fff;
        color: #ff5c6e;
    }
    .puzzle-item_wrap:hover .puzzle-item_link:hover .puzzle-item_link-arrow {
        background: #ff5c6e;
    }
    .puzzle-item_wrap:hover .puzzle-item_link:hover .puzzle-item_link-img {
        filter: grayscale(1) brightness(1000);
    }
    .comparison-list_close:hover {
        opacity: 1;
    }
    .comparison-item:hover {
        background: rgba(51, 51, 51, 0.1);
    }
    .comparison-item:hover .comparison-item_title {
        color: #333;
    }
    .comparison-item_link:hover {
        border-color: #ff5c6e;
    }
    .catalog.__theme-block .catalog-item:hover {
        background-size: 60% 110%;
    }
    .catalog.__theme-block .catalog-item:nth-child(3):hover {
        background-size: 110% 60%;
    }
    .catalog.__theme-block .catalog-item:nth-child(4):hover {
        background-size: 110% 90%;
    }
    .catalog.__theme-page .catalog-filter_show:hover {
        border-color: #ff5c6e;
    }
    .catalog .catalog-opt:hover {
        background: #fff;
    }
    .calc-all_repeat:hover,
    .catalog-sort_item:hover {
        color: #ff5c6e;
    }
    .calc-all_repeat:hover:after {
        filter: none;
    }
    .calc-sale:hover {
        color: #ff5c6e;
    }
    .calc-slider .swiper-slide:hover .calc-slider_ico {
        box-shadow: 0 0.2rem 1rem rgba(51, 51, 51, 0.1);
        border-color: #fff;
    }
    .calc-slider .swiper-slide:hover .text-small {
        color: #333;
    }
    .calc-component:hover:not(.active) {
        background: #fff;
    }
    .calc-component:hover .counter-item,
    .calc-component:hover .counter .subtitle {
        opacity: 1;
    }
    .calc-component.active .counter-item:hover {
        background: #fff;
        color: #ff5c6e;
    }
    .calc-devices_wrap:hover:not(.active),
    .calc-models_wrap:hover:not(.active) {
        background: #fff;
        box-shadow: 0 0.2rem 1rem rgba(51, 51, 51, 0.1);
    }
    .calc-color:hover .calc-color_wrap {
        box-shadow: 0 0 2rem rgba(51, 51, 51, 0.1);
    }
    .calc-color:hover .text-small {
        opacity: 1;
        visibility: visible;
    }
    .checkbox-input:not(:checked) + .checkbox-name:hover,
    .radio-input:not(:checked) + .radio-name:hover {
        background: #fff;
        color: #333;
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
        border-color: #fff;
    }
    .checkbox-input:not(:checked) + .checkbox-name:hover:before {
        background: #333;
    }
    .checkbox-input:not(:checked) + .checkbox-wrap:hover {
        background: #ff5c6e;
        color: #fff;
    }
    .checkbox-input:not(:checked) + .checkbox-wrap:hover .checkbox-img {
        background: #fff;
    }
    .checkbox-input:not(:checked) + .checkbox-wrap:hover .checkbox-img:after {
        filter: none;
    }
    .counter-item:hover {
        background: #ff5c6e;
        color: #fff;
    }
    .link.c-white:hover {
        color: #fff;
        opacity: 1;
    }
    .link.c-white:hover:after {
        filter: grayscale(1) brightness(5);
    }
    .link:hover:not(.c-white) {
        color: #ff5c6e;
    }
    .link:hover:not(.c-white):after {
        filter: none;
    }
}
.f {
    display: flex;
}
.f-col {
    flex-direction: column;
}
.m-t-17 {
    margin-top: 1.7rem;
}
.m-t-39 {
    margin-top: 3.9rem;
}
.min-h-100 {
    min-height: 100vh;
}
.f-1 {
    flex: 1;
}
.c-gray_ {
    color: #4e4e4e;
    font-size: 14px;
}
.c-gray_.__hide {
    display: block !important;
    opacity: 0;
    visibility: hidden;
}
.ulogin-button-vkontakte {
    background-image: url(../img/vk.svg) !important;
}
.ulogin-button-google,
.ulogin-button-vkontakte {
    background-position: 50% !important;
    background-size: 100% !important;
}
.ulogin-button-google {
    background-image: url(../img/gmail.svg) !important;
}
.ulogin-button-facebook {
    background-image: url(../img/facebook.svg) !important;
    background-position: 50% !important;
    background-size: 100% !important;
}
.price-line {
    color: rgba(51, 51, 51, 0.3);
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.up {
    text-transform: uppercase;
}
.f-center,
.f-jcenter {
    justify-content: center;
}
.f-acenter,
.f-center {
    align-items: center;
}
.f-atop {
    align-items: flex-start;
}
.f-abottom {
    align-items: flex-end;
}
.f-jstart {
    justify-content: flex-start;
}
.f-jend {
    justify-content: flex-end;
}
.f-jevenly {
    justify-content: space-evenly;
}
.f-jsb {
    justify-content: space-between;
}
.f-wrap {
    flex-wrap: wrap;
}
.oh {
    overflow: hidden;
}
.rel {
    position: relative;
    z-index: 1;
}
.__show {
    display: block;
}
.__show.f {
    display: flex;
}
.__hide {
    display: none;
}
.__visible-hidden {
    opacity: 0;
    visibility: visible;
}
.h-100 {
    height: 100%;
}
.min-height_100 {
    min-height: 100%;
}
.w-100 {
    width: 100%;
}
.w-50 {
    width: 50%;
}
.ta {
    text-align: center;
}
.w-70 {
    width: 70%;
}
.pt-80 {
    padding-top: 8rem;
}
.pt-8 {
    padding-top: 0.8rem;
}
.pt-24 {
    padding-top: 2.4rem;
}
.pb-4 {
    padding-bottom: 4rem;
}
.pb-8 {
    padding-bottom: 0.8rem;
}
.pb-16 {
    padding-bottom: 1.6rem;
}
.pb-24 {
    padding-bottom: 2.4rem;
}
.pb-32 {
    padding-bottom: 3.2rem;
}
.pb-56 {
    padding-bottom: 5.6rem;
}
.pb-152 {
    padding-bottom: 15.2rem;
}
.pl-32 {
    padding-left: 3.2rem;
}
.pl-8 {
    padding-left: 0.8rem;
}
.pr-16 {
    padding-right: 1.6rem;
}
.pr-32 {
    padding-right: 3.2rem;
}
.fw-500,
.fw-700 {
    font-weight: 700;
}
@media screen and (max-width: 1249px) {
    .desktop {
        display: none !important;
    }
    .f-m {
        display: flex;
    }
    .f-m_col {
        flex-direction: column;
    }
    .f-m_row {
        flex-direction: row;
    }
    .f-m_wrap {
        flex-wrap: wrap;
    }
    .f-m_atop {
        align-items: flex-start;
    }
    .f-m_abottom {
        align-items: flex-end;
    }
    .f-m_acenter {
        align-items: center;
    }
    .f-m_aunset {
        align-items: unset;
    }
    .f-m_jcenter {
        justify-content: center;
    }
    .f-m_1 {
        flex: 1;
    }
    .w-m_50 {
        width: 50%;
    }
    .w-m_100 {
        width: 100%;
    }
    .rel-m {
        position: relative;
    }
    .p-m_0 {
        padding: 0;
    }

    .comparison-list__item .f-m{
        flex-direction: column;
        align-items: center;
    }

    .comparison-wrap{
        overflow-x: scroll;
        margin-right: 3rem;
    }
    .compare-container{
        width: 100vw;
    }
    .compare-container .flex-cell {
        flex: 0 0 auto;
        width: 320px;
    }
    .wishlist-wrap .woocommerce-notices-wrapper {
        padding: 1.2rem 0;
    
        padding-left: 0.8rem
    }
    .wishlist-wrap .woocommerce-notices-wrapper  .woocommerce-message {
        background: transparent !important;
        color: #ff5c6e !important;
    }
}
@media screen and (min-width: 1250px) {
    .mobile {
        display: none !important;
    }
}
.gutenberg__content {
    color: rgba(51, 51, 51, 0.7);
}
.gutenberg__content > p {
    padding: 0 0 4rem;
}
.gutenberg__content .wp-block-image img {
    border-radius: 1rem;
}
.gutenberg__content .wp-block-gallery {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.gutenberg__content .blocks-gallery-grid {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.gutenberg__content .blocks-gallery-item {
    height: unset;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
}
.gutenberg__content .blocks-gallery-item img {
    border-radius: 1rem;
}
.gutenberg__content .swiper-container-fade .blocks-gallery-item {
    pointer-events: none;
    transition-property: opacity;
}
.gutenberg__content b,
.gutenberg__content strong {
    font-weight: 700;
}
.gutenberg__content em,
.gutenberg__content i {
    font-style: italic;
}
.about-wrapper {
    padding: 0 11.2rem;
}
.about-wrapper h2 {
    margin-bottom: 2em;
    font-size: 1.5em;
}
.about-wrapper h2 b {
    font-weight: 700;
}
.about-wrapper p {
    margin-bottom: 1em;
}
.about-wrapper h3 {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 1em;
    margin-top: 2em;
}

.category-text h2 {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.5em;
}
.category-text h2 b {
    font-weight: 700;
}
.category-text p {
    margin-bottom: 1em;
}
.category-text h3 {
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 1em;
    margin-top: 1em;
}

@media (max-width: 768px) {
    .about-wrapper {
        padding: 0 2rem;
    }

    .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .purchases-slider_main {
        width: 100%;
        margin-left: 0;
    }
    .purchases-block:not(.gradient) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .colors .variable-items-wrapper .variable-item .variable-item-contents .text-small {
        display: none;
    }
    .purchases-block.not-bg .input.white {
        width: 100%;
        margin-bottom: 1.6rem;
        font-size: 1.4rem;
        line-height: 115%;
        font-weight: 500;
        width: 100%;
        padding: 1.2rem;
        border-radius: 0.5rem;
        background: rgba(51, 51, 51, 0.1);
        color: rgba(51, 51, 51, 0.7);
        margin-bottom: 1.6rem;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
        background: #fff;
    }
    .variations_form .variations .colors .variable-items-wrapper .variable-item {
        margin: 0 3.5rem 0rem 0 !important;
    }
    .woo-variation-gallery-thumbnail-position-left-bottom .woo-variation-gallery-container .purchases-slider_main { 
        margin: 0 0 3.2rem;
        padding-bottom: 0;
    }
    .purchases-slider { 
        margin-bottom: 0;
    }
    .custom-arrows {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .purchases-slider_main .swiper-button-prev{
        left: 10px !important;
        transform: translateX(0) !important;
    }
    .full-width {
        padding-bottom: 2.6rem !important;
    }
    .purchases-slider_main .swiper-button-next{
        right: 10px !important;
        transform: translateX(0) !important;
    }

    .post-10 .woocommerce{  
        padding: 2rem ;
    }
    .post-10 .woocommerce .wrapper.__profile{ 
        width: 100%;
        margin: 0;
    }
    .post-10 .woocommerce .wrapper.__profile .account { 
        width: 100%;
        height: 100vh;
    }
    .admin-active {
    top: 0px !important;
}

    
}
.f-astart{
    align-items: flex-start;
}

.header-nav .header-nav_li .w-m_50{
    max-width: 110px;
    width: 100%;
}

#ship-to-different-address{
    display: none  !important;
}

@media (max-width: 586px) {
    .variations_form .colors{
               padding-bottom: 4.5rem !important;
    }
    .history-orders__info {
        flex-direction: column;
                align-items: flex-start;
    }
    .history-orders__date, .history-orders__status, .history-orders__total  {
        flex-direction: row;
    }
    .history-orders__date .history-orders__title, 
    .history-orders__status .history-orders__title, 
    .history-orders__total  .history-orders__title{
        margin-right: 1rem;
    }
    .history-orders__item{
        font-size: 1.2rem;
    }

    .comparison-wrap{
        overflow-x: scroll;
        margin-right: 3rem;
    }
    .compare-container{
        width: 100vw;
    }
    .compare-container .flex-cell {
        flex: 0 0 auto;
        width: 280px;
    }
}