body {
    margin: 0;
    font-family: 'Play', sans-serif;
    color: #1A1919;
}

body * {
    box-sizing: border-box;
}

*, :before, :after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}


h1 {
    font-size: 72px;
    font-weight: 400;
    margin-top: 0;
}

.h1-small, h2, h3, h4, h5 {
    font-weight: 700;
    margin: 0 0 30px;
}

h2, .h1-small {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 20px;
    font-weight: 400;
}

div, p {
    font-size: 18px;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s;
    color: #1A1919;
    line-height: normal;
}

.underline {
    text-decoration: underline;
}

form {
    margin: 0;
}

input {
    width: 100%;
    font-size: 20px;
    font-family: 'Play', sans-serif;
}

input, button, textarea {
    border: none;
    outline: none;
    background: none;
    font-family: 'Play', sans-serif;
}

button {
    cursor: pointer;
    font-family: 'Play', sans-serif;
}

.main {
    min-height: 20vh
}

.recaptcha-wrapper {
    margin: 0 0 40px;
    position: relative;
}

.recaptcha-input {
    position: absolute;
    top: -100000px;
}

.recaptcha-error {
    display: none;
    font-size: 12px;
    font-weight: 700;
    color: #ff7c2a;
    text-align: left;
}

.display_none {
    display: none;
}

.align-center {
    text-align: center;
}

.margin-top-30 {
    margin-top: 30px;
}

p.important {
    font-size: 24px;
    font-weight: 300;
    line-height: 35px;
}

.h1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    display: block;
}

.h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    display: block;
}

.h3 {
    font-size: 20px;
    line-height: 30px;
    display: block;
}

.img {
    background-position: center;
    background-repeat: no-repeat;
}

.img-cover {
    background-size: cover;
}

.img-contain {
    background-size: contain;
}


.font-black {
    color: #000 !important;
}

.font-orange, .basket-table .item-delete:hover, .back:hover, .pluso-010010100101-04 .pluso-wrap a:hover, .nav-block a:hover {
    color: #EC6807;
}

/*a.font-orange:hover {
    color: #ff7c2a;
}*/

.font-green {
    color: #46B420;
}

.font-dark-grey {
    color: #474a51;
}

.font-grey {
    color: #A9A9A9;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
}

.preloader:after {
    display: block;
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    margin: -32px 0 0 -32px;
    width: 64px;
    height: 64px;
    background: url('../img/preloader.gif') 50% 50% no-repeat;
}

.header-top .flex-row,
.header-bottom ul.menu.flex-row {
    align-items: center;
}

.header-bottom ul.menu {
    justify-content: flex-end;
}

.header-bottom ul.menu > li {
    margin-right: 32px;
}

.header-top a {
    color: #000;
    position: relative;
}

.header-top .info .dropdown-click > a, .header-top .info a.dd-top-link {
    font-size: 18px;
}

.header-top .dropdown-click > a::before, .header-top a.dd-top-link::before {
    content: '';
    display: inline-block;
    border: 4px solid transparent;
    border-left: 5px solid #f06700;
}

.header-bottom ul.sub-menu > li::before {
    content: '';
    display: inline-block;
    border: 4px solid transparent;
    border-left: 5px solid #f06700;
    opacity: 0;
    margin-right: 21px;
    transition: opacity .3s;
}

.header-bottom .right ul.sub-menu > li::before {
    content: none;
}

.header-bottom ul.sub-menu > li:hover::before {
    opacity: 1;
}

.header-top .location a .icon, .m-header-bottom .location-icon {
    height: 28px;
    width: 22px;
    background: url(../img/location.png) center no-repeat;
    background-size: contain;
    margin-right: 10px;
    display: block;
}

.header-top .lk a .icon, .m-header-bottom .lk-icon {
    height: 25px;
    width: 23px;
    background: url(../img/lk.png) center no-repeat;
    background-size: contain;
    margin-right: 10px;
    display: block;
}

.logo {
    display: block;
    text-align: center;
    padding: 0 70px;
    position: relative;
}

.header .logo::before, .header .logo::after {
    content: '';
    top: calc(50% - 25px);
    position: absolute;
    height: 50px;
    width: 1px;
    background: rgba(255, 255, 255, 0.4);
}

.header .logo::before {
    left: 30px;
}

.header .logo::after {
    right: 30px;
}

.header-bottom {
    background: #f06700;
    color: #fff;
    margin-bottom: 32px;
    height: 72px;
}

.header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

ul.menu, ul.sub-menu, .city-list ul, ul.crumbs, ul.color-choose, ul.good-kart-price, ul.compare-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav {
    flex: 1;
}

.footer-top ul.menu > li {
    padding: 8px 0;
}

.header-bottom ul.menu > li > a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 24px 0px 20px;
    border-bottom: 4px solid transparent;
    white-space: nowrap;
    transition: all .3s;
}

.header-bottom ul.menu > li:hover > a,
.header-bottom ul.menu > li.active > a {
    color: #3a3d42;
    border-bottom-color: #3a3d42;
}

.header-bottom ul.sub-menu {
    margin-top: 182px;
    width: 360px;
    height: 80%;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #f06700 #474a51;
}

.header-bottom ul.sub-menu::-webkit-scrollbar {
    width: 1px;
}

.header-bottom ul.sub-menu::-webkit-scrollbar-track {
    background: #474a51;
}

.header-bottom ul.sub-menu::-webkit-scrollbar-thumb {
    background: #f06700;
}

.header-bottom ul.sub-menu > li {
    margin-bottom: 24px;
    padding: 0 82px 0 0;
    display: flex;
    align-items: center;
}

.header-bottom ul.sub-menu ul.sub-menu {
    width: 460px;
}

.header-bottom ul.sub-menu ul.sub-menu > li {
    margin-bottom: 16px;
    padding: 0 82px;
}

.header-bottom ul.sub-menu > li > a {
    font-size: 16px;
    line-height: 20px;
    color: #c7c8ca;
}

.header-bottom ul.sub-menu li a:hover,
.header-bottom ul.sub-menu li:hover > a {
    color: #fff;
}

.footer {
    /* background-color: #1A1919; */
    background-color: #474a51;
    z-index: 1;
    position: relative;
    margin-top: 80px;
    padding: 57px 0 40px;
}

.footer div {
    font-size: 20px;
    line-height: 24px;
}

.footer .social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer .social > a {
    font-size: 34px;
    color: #FFFFFF;
    margin: 0 0 0 75px;
}

.footer .social > a:first-child {
    margin: 0;
}

.footer-bottom, .footer-block-2 {
    display: flex;
    justify-content: space-between;
}

.footer-block-2 > div:last-child {
    width: 40%;
}

.footer-bottom .copyright {
    display: flex;
    flex-direction: column;
}

.footer, .footer a {
    color: #FFFFFF;
}

.flex-row {
    display: flex;
    justify-content: space-between;
}

.flex-row > div {
    flex: 1;
}

.footer-bottom .cards, .txt-center {
    text-align: center;
}

.footer-bottom .flex-row > div:last-child {
    text-align: right;
}

.header .info {
    white-space: nowrap;
    text-align: center;
}

.header .lk > a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-size: 18px;
    position: relative;
    gap:16px;
}

.header .lk > a::before, .header .lk > a::after {
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    background: url(../img/lk.svg) center 0 no-repeat;
    background-size: 100%;
    transition: all 0.3s;
}

.header .lk > a::after {
    content: none;
    background-position-y: 100%;
    transform: scale(0);
}

#lk-on.active::before {
    transform: scale(0);
}

#lk-on.active::after {
    transform: scale(1);
}

.footer-top .container {
    padding-top: 60px;
}

.footer-bottom .container {
    padding-bottom: 49px;
}

.footer-bottom .flex-row {
    align-items: center;
}

.footer-bottom .cards {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex: none;
    max-width: 514px;
    width: 100%;
}

.footer-bottom .cards > * {
    margin: 0 10px;
}

.city-check {
    box-shadow: 0 2px 10px rgba(88, 88, 88, 0.35);
    z-index: 1;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    padding: 30px;
    top: 40px;
    display: none;
}

.city-check::before {
    content: '';
    position: absolute;
    border: 15px solid transparent;
    border-bottom: 15px solid #fff;
    top: -29px;
    left: 35px;
}

.city-check .btn, .city-check .btn-bordered {
    color: #000;
    font-size: 16px;
    padding: 5px 20px;
    width: auto;
    font-weight: 300;
    text-transform: none;
}

.city-check .btn {
    margin-right: 20px;
}

.city-check .flex-row {
    margin-top: 30px;
    justify-content: space-around;
}


.compare-slider-nav {
    position: absolute;
    right: 0;
    top: -52px;
    display: flex;
    align-items: center;
}

.compare-slider-nav .slick-prev, .compare-slider-nav .slick-next {
    position: relative;
    bottom: auto;
}

.slick-slider {
    margin-bottom: 60px;
}

.slick-slide {
    margin: 0 30px;
}

.slick-list {
    margin: 0 -30px;
}

.good-kart-slider-nav .slick-list {
    margin: 0;
}


.good-kart-slider-nav .slick-slide {
    margin: 0 0 16px;
}

.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
    right: 0;
}

.catalog-item .img {
    height: 190px;
    border-radius: 20px 20px 0 0;
}

.catalog-title {
    color: #1A1919;
    text-decoration: underline;
    padding: 0 23px;
    font-size: 24px;
    line-height: 60px;
    height: 60px;
    transition: all 0.3s;
    border: 1px solid #E5E5E5;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    border-radius: 0 0 20px 20px;
}

.catalog-item:hover .catalog-title {
    color: #FFFFFF;
    background: #EC6807;
    border-color: #EC6807;
}

.catalog-wrap a.grid-item {
    width: 33.3%;
}

.catalog-wrap a.grid-item_vertical-rectangle {
    height: 640px;
}

.catalog-wrap a.grid-item_horizontal-rectangle {
    width: 66.6%;
}

.pd-80-0 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pd-40-0 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.m-bottom-40 {
    margin-bottom: 40px;
}

.m-bottom-80 {
    margin-bottom: 80px;
}

.m-bottom-100 {
    margin-bottom: 100px;
}

.index-desc {
    display: flex;
    margin: 0 100px;
}

.index-desc > div {
    margin: 0 32px;
    column-count: 2;
    column-gap: 64px;
}

.index-desc > div > p {
    margin: 0;
}

.info-item {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

/*.catalog-block .index-item a {
    color: #000;
}

.catalog-block .index-item a:hover {
    color: #474a51;
}*/

.info-item .middle .text {
    margin-top: 10px;
    font-size: 20px;
}

.info-item .top {
    margin-bottom: 20px;
}

.info-item .h2 {
    margin-bottom: 10px;
}

.sections-block .info-item .middle {
    flex: 1;
}

.info-item .bottom {
    margin-top: 20px;
}

.info-item .img {
    height: 188px;
    margin-bottom: 20px;
    border-radius: 20px;
}

/*input.error {
    border-color: #f06700;
}*/

.more {
    font-size: 20px;
    font-weight: 700;
    text-decoration: underline;
    padding-right: 58px;
    position: relative;
    float: left;
}

.more::after, .more::before {
    content: '';
    position: absolute;
    right: 0;
    float: left;
}

.more::after {
    width: 10px;
    height: 10px;
    /* border-right: 2px solid #000000; */
    border-right: 2px solid #474a51;
    /* border-bottom: 2px solid #000000; */
    border-bottom: 2px solid #474a51;
    top: calc(50% - 5px);
    transform: rotate(-45deg);
    transition: all 0.3s;
}

.more::before {
    width: 38px;
    height: 2px;
    /* background: #000000; */
    background: #474a51;
    top: 50%;
    transition: all 0.3s;
}

.more:hover {
    padding-right: 78px;
}

.more:hover, .more:active {
    color: #EC6807;
}

.more:hover::before {
    width: 58px;
}

.more:hover::before, .more:active::before {
    background: #EC6807;
}

.more:hover::after, .more:active::after {
    border-color: #EC6807;
}

.index-icon {
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.btn, .btn-bordered, .order-pay-block input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: 100%;
    font-size: 20px;
    text-decoration: none;
    padding: 17px 60px;
    white-space: nowrap;
    transition: background-color .3s;
    cursor: pointer;
    border-radius: 20px;
}

.btn {
    color: #fff !important;
    /* background-color: #1A1919; */
    background-color: #474a51;
}

.btn-bordered {
    color: #1A1919;
    /* border: 1px solid #1A1919; */
    border: 1px solid #474a51;
}

.btn:hover, .btn-bordered:hover, .btn.btn-orange, .order-pay-block input[type="submit"] {
    background: #EC6807;
    color: #FFFFFF;
}

.btn-bordered:hover {
    border-color: #EC6807;
    color: #FFFFFF;
}

.tab-links {
    display: flex;
    align-items: baseline;
    margin: 40px 0 40px;
    overflow-x: auto;
}

.tab-links > a {
    font-size: 18px;
    padding-bottom: 15px;
    color: #000;
    font-weight: 400;
    margin-right: 20px;
    position: relative;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    transition: none;
    text-decoration: none
}

.tabs-block.tab-links > a {
    margin-right: 80px;
}

.tab-links > a:last-child {
    margin-right: 0;
}

.tab-links > a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: width 0.3s;
    height: 3px;
    background: #EC6807;
}

.tab-links > a.active::before {
    width: 100%;
}

.tab-links > a.active {
    font-weight: 700;
}

.tabs-block .tab-links > a {
    font-size: 20px;
    height: 54px;
}

.tabs-block .tab-links > a::before {
    height: 5px;
}

.tabs-block .tab-links > a.active::before {
    width: 80%;
}

.tabs-block .tab-links > a.active {
    font-size: 40px;
    margin-right: 30px;
}

.prd-wrap-slider {
    /*height: 530px;*/
    border-bottom: 1px solid #A9A9A9;
    padding-bottom: 32px;
}

.prd-wrap-slider.slick-slider {
    margin-bottom: 80px;
}

.prd-card {
    display: block;
    background-color: #fff;
    font-size: 20px;
    color: #1A1919;
    position: relative;
}

.flex-wrap-4 .prd-card {
    margin-bottom: 30px;
}

.good-kart-slider-wrap {
    display: flex;
}

.prd-card .img-box {
    position: relative;
    margin-bottom: 8px;
}

.prd-card .img-box a {
    display: block;
    height: 243px;
    padding: 20px;
    background: #F6F6F6;
    border-radius: 20px;
}

.prd-card .img {
    width: 100%;
    height: 100%;
}

.prd-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prd-label-wrap {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: -1px;
}

.prd-label {
    padding: 7px 12px;
    text-transform: uppercase;
    margin: 1px;
    border-radius: 20px;
}

.prd-label.discount {
    background: #FFC700;
}

.prd-label.new {
    background: #84DE64;
}

.prd-label.hit {
    background: #DE8164;
}

.prd-card .prd-title {
    height: 105px;
    overflow: hidden;
}

.prd-card .prd-title2 {
    display: none;
}


.prd-card .stars {
    margin-top: 10px;
}

.compare-slider .prd-card .stars {
    margin-top: 0;
}

.prd-link-wrap {
    display: flex;
}

.prd-link {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    font-size: 16px;
}

.prd-link svg {
    margin-right: 10px;
}

.prd-link:hover {
    color: #EC6807;
}

.prd-link:hover svg * {
    stroke: #EC6807;
}

.price-box {
    position: relative;
    margin: 12px 0;
    display: flex;
    align-items: flex-end;
}

.price-box .price {
    font-size: 32px;
    font-weight: 700;
    margin-right: 15px;
}

.price-box .price.old-price {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #8b8b8a;
    text-decoration: line-through;
    text-decoration-color: #474a51;
}

.price-box .price-box__price_unit {
    color: #a9a9a9;
}

.stars {
    display: flex;
    align-items: center;
}

.stars span {
    display: block;
    height: 15px;
    width: 15px;
    margin-right: 2px;
    background: url(../img/star.svg) center no-repeat;
    background-size: contain;
}

.stars span.good {
    background: url(../img/star-yellow.svg) center no-repeat;
    background-size: contain;
}

.prd-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.prd-buttons .buy {
    margin-right: 10px;
}

.prd-card .buy {
    /* background: #1A1919; */
    background: #474a51;
    color: #FFFFFF;
    padding: 14px 24px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
    font-size: 16px;
    border-radius: 20px;
}

/*
.prd-card .buy::after {
    transition: all 0.3s;
}

.prd-card .buy.in-basket::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #EC6807 url(../img/check-white.svg) center no-repeat;
    border-radius: 20px;
}*/


.prd-card .buy svg {
    margin-right: 12px;
}

.prd-card .btn-bordered {
    padding: 14px 24px;
    font-size: 16px;
}

.arrow-down > a, .dd-right > a {
    position: relative;
    padding-right: 17px !important;
    display: inline-block;
}

.arrow-down > a::after, .arrow-down.right > a::after {
    position: absolute;
    right: 0;
    top: calc(50% - 4px);
    content: '';
    display: block;
    height: 4px;
    width: 4px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    transition: all .5s;
}

.arrow-down.right > a::after {
    border-bottom-color: #585858;
    border-left-color: #585858;
    transform: rotate(-135deg);
    top: calc(50% - 2px);
}

/*.plus > a, .prd-counter-plus, .prd-counter-minus {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plus > a::after, .prd-counter-plus::after {
    content: '';
    height: 12px;
    width: 2px;
    background: #f06700;
    position: absolute;
    right: 5px;
}

.plus > a::before, .prd-counter-plus::before, .prd-counter-minus::before {
    content: '';
    height: 2px;
    width: 12px;
    background: #f06700;
    position: absolute;
    right: 0;
}

.plus > a.active::after {
    content: none !important;
}*/

.location .arrow-down > a::after {
    border-bottom-color: #f06700;
    border-left-color: #f06700;
}

.dd-content {
    position: absolute;
    z-index: 1;
    transition: none;
}

ul.menu .dd-content {
    z-index: -1;
}

ul.sub-menu .dd-content {
    left: 520px;
    right: auto;
    padding-left: 0;
    padding-right: 0;
}

.header .dd-content, .header .location.active, .header .lk.active {
    background: #FFFFFF;
}

.header .dd-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px;
    overflow-y: auto;
    z-index: 99;
}

.header .location .fade-content, .header .location .fade-content-scrolled {
    height: 55vh;
    position: relative;
}

.header .location .fade-content {
    margin-right: -70px;
}

.header .location .fade-content-scrolled {
    overflow-y: auto;
    padding: 0 70px 110px 0;
}

.fade-content::after {
    content: '';
    position: absolute;
    left: 0;
    right: 6px;
    bottom: 0;
    height: 110px;
    background: linear-gradient(0deg, #FFFFFF, transparent);
}

ul.menu .dd-content {
    overflow: hidden;
}

.checkbox, .radio {
    position: relative;
    text-align: left;
    font-size: 20px;
    margin: 0 0 30px 0;
    display: block;
    width: auto;
}

.radio-row {
    display: flex;
    align-items: baseline;
}

.radio-row .radio {
    margin: 0 50px 0 0;
}

.checkbox:last-child, .radio:last-child {
    margin-right: 0;
}

.js-city-select-form .radio {
    font-size: 24px;
}

/*.good-kart-price .checkbox, .good-kart-price .radio {
    padding: 0 18px;
}*/

.checkbox input, .radio input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.checkbox span, .radio span {
    height: 20px;
    width: 20px;
    flex: none;
    transition: background-color .3s;
    /* border: 1px solid #000000; */
    border: 1px solid #474a51;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
}

.checkbox label, .radio label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.radio input:checked ~ label > span,
.checkbox input:checked ~ label > span {
    /* background-color: #1A1919; */
    background-color: #474a51;
}

.radio.radio-orange input:checked ~ label > span,
.checkbox.checkbox-orange input:checked ~ label > span {
    background-color: #EC6807;
    border-color: #EC6807;
}

.radio input ~ label > span::after,
.checkbox input ~ label > span::after {
    content: '';
    display: block;
    height: 6px;
    width: 4px;
    transform: rotate(45deg);
    margin-bottom: 2px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    transition: opacity 0.3s;
    opacity: 0;
}

.radio input:checked ~ label > span::after,
.checkbox input:checked ~ label > span::after {
    opacity: 1;
}

.country-content-item {
    -webkit-column-count: 6;
    -webkit-column-gap: 32px;
    -moz-column-count: 6;
    -moz-column-gap: 32px;
    column-count: 6;
    column-gap: 32px;
}

.city-list {
    position: relative;
    width: 100%;
    display: flex;
    font-size: 20px;
    line-height: 40px;
}

.city-list > div:first-child {
    font-size: 20px;
    font-weight: 700;
    color: #EC6807;
    width: 40px;
    flex: none;
}

.city-list ul {
    font-weight: 400;
}

.city-list ul > li {
    cursor: pointer;
    position: relative;
    color: #1A1919;
    font-weight: 400;
}

.city-list ul > li.active {
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.city-list ul > li.active::before {
    content: '';
    position: absolute;
    left: -36px;
    top: 4px;
    height: 24px;
    width: 18px;
    background: url(../img/map.svg) center no-repeat;
    background-size: contain;
}

.lk .dd-content .title {
    font-size: 24px;
    margin-bottom: 30px;
}

.lk .dd-content input {
    background: #fff;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 300;
    margin: 16px 0;
}

.lk .dd-content .btn {
    width: auto;
    font-size: 16px;
    text-transform: none;
    padding: 15px 40px;
    margin: 10px 10px 0 0;
}

.lk .dd-content form .flex-row {
    font-weight: 300;
    margin-bottom: 20px;
}

.lk .dd-content form .flex-row a, .lk .dd-content .title {
    font-weight: 600;
}

.lk .dd-content form .flex-row > * {
    flex: none;
}

.lk .dd-content .social {
    text-align: right;
}

.lk .dd-content .social > a {
    margin-left: 40px;
}

.menu-bars, .close-bars {
    height: 12px;
    width: 24px;
    display: block;
    cursor: pointer;
    position: relative;
}

.menu-bars > div {
    height: 2px;
    width: 100%;
    background: #FFFFFF;
    transition: all 0.3s;
    position: absolute;
    left: 0;
}

.menu-bars > div:nth-child(1) {
    top: 0;
}

.menu-bars > div:nth-child(2) {
    top: 5px;
}

.menu-bars > div:nth-child(3) {
    top: 5px;
}

.menu-bars > div:nth-child(4) {
    top: 10px;
}

#menu.active .menu-bars > div:nth-child(1),
#menu.active .menu-bars > div:nth-child(4) {
    opacity: 0;
    top: 0;
}

#menu.active .menu-bars > div:nth-child(2) {
    transform: rotate(45deg);
}

#menu.active .menu-bars > div:nth-child(3) {
    transform: rotate(-45deg);
}

.close-bars > div {
    background: #585858;
    height: 2.12px;
    width: 100%;
}

.close-bars > div:first-child {
    transform: rotate(90deg);
    margin-top: 3px;
}

.close-bars > div:last-child {
    margin-top: -1px;
}

.close-bars {
    transform: rotate(45deg);
}

.m-header-bottom {
    padding: 26px 0;
    position: relative;
}

.m-header-bottom > div {
    margin: 0 145px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-header-bottom .location-icon {
    height: 22px;
    margin-right: 0;
}

.m-header-bottom .lk-icon {
    height: 20px;
    margin-right: 0;
}

a.yes:hover svg path {
    fill: green;
}

a.no:hover svg path {
    fill: #f06700;
}

.overlay {
    opacity: 0.3;
}

.goods-wrap .open-block-wrap.overlay {
    opacity: 1;
}

body.overflow {
    overflow: hidden;
}

.lk-on a {
    margin-bottom: 15px;
}

.null .title {
    margin-top: 120px;
}

ul.crumbs {
    display: flex;
    white-space: nowrap;
    margin: 0 0 60px;
    overflow-x: auto;
}

ul.crumbs > li {
    margin-right: 30px;
    font-size: 16px;
}

ul.crumbs > li:last-child, .goods-wrap > .right-block ul.crumbs li:last-child {
    margin-right: 0;
}

ul.crumbs li {
    color: #EC6807;
}

ul.crumbs a {
    color: #1A1919;
    text-decoration: underline;
}

.goods-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.goods-wrap > div {
    flex: 1;
}

.goods-wrap > .left-block {
    /* width: calc(17% - 30px); */
    width: 261px;
    flex: none;
    margin-right: 30px;
    position: relative;
}

.goods-wrap ul.crumbs li, .goods-wrap ul.crumbs li a {
    font-size: 20px;
    color: #1A1919;
}

.stars .good,
.good-kart-top .stars-desc a:hover, .goods-wrap ul.crumbs li a:hover,
.goods-wrap > .left-block ul.crumbs a,
.rate > input:checked ~ label, .rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
    color: #f06700;
}

.goods-wrap ul.crumbs a.active, .help:hover {
    color: #262626;
}

.goods-wrap ul.crumbs a.active svg {
    display: inline;
}

.goods-wrap > .right-block > div.flex-row:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goods-wrap .prd-wrap > .prd-card {
    width: calc(25% - 32px);
}

.filter .dropdown-click {
    margin: 5px 0;
}

.filter .dropdown-click a {
    color: #1A1919;
    border: 1px solid #C4C4C4;
    display: flex;
    align-items: center;
    padding: 14px 24px 14px 34px;
    justify-content: space-between;
    margin-bottom: -1px;
    transition: border-color 0.3s;
    border-radius: 20px;
}

.filter .dropdown-click a * {
    margin: 0;
}

svg, svg * {
    transition: all 0.3s;
}

.filter .checkbox, .filter .radio,
.filter .dropdown-click a, .filter .btn {
    font-size: 20px;
    line-height: 28px;
}

.filter .btn {
    margin: 20px 0;
    width: 100%;
    padding: 15px 34px;
    text-align: left;
    /* justify-content: flex-start; */
    justify-content: space-between;
}

.filter .dropdown-click a.active {
    /* border-color: #1A1919; */
    border-color: #474a51;
}

.filter .dropdown-click a.active svg {
    transform: rotate(90deg);
}

.filter .dropdown-click a.active svg path {
    /* stroke: #1A1919; */
    stroke: #474a51;
}

.filter .dropdown-click .dd-content {
    position: relative;
}

/*.filter .btn, .filter .btn-bordered {
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
    margin-bottom: 16px;
}

.filter .checkbox span, .filter .radio span {
    height: 24px;
    width: 24px;
    margin-top: 0;
}

.filter .checkbox, .filter .radio {
    padding: 0px 36px;
}

.filter .custom-select {
    background-color: #f6f8fb;
}

.filter-bottom {
    padding-top: 40px;
    border-top: 1px solid #ccc;
}*/

.filter-bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* margin: -15px -30px; */
}

.filter-bottom > div {
    /* margin: 15px 30px; */
}

.filter-bottom > div:first-child {
    width: 100%;
    margin: 0 0 30px 0;
}

.filter-bottom .btn {
    width: 100%;
    margin: 0;
    /* padding-left: 56px; */
    /* padding-right: 56px; */
    text-align: center;
}

.btn-reset {
    color: #EB001B;
    padding-left: 35px;
    background: url(../img/cross-red.svg) left center no-repeat;
    background-size: contain;
}

.pagination-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 0 0 0 30px;*/
    margin: 10px 0 60px;
}

/*.pagination-box, .pagination-box a {
    color: #8b8b8a;
}

.pagination-box > div:last-child {
    text-align: right;
}*/

.pagination-box ul.crumbs {
    margin: 0;
    overflow-x: unset;
}

.pagination-box ul.crumbs > li {
    margin-right: -2px;
    font-size: 20px;
}

.pagination-box ul.crumbs li:first-child a {
    border-radius: 20px 0 0 20px;
}

.pagination-box ul.crumbs li:last-child a {
    border-radius: 0 20px 20px 0;
}

.pagination-box ul.crumbs a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    width: 62px;
    border: 2px solid #C4C4C4;
    transition: border-color 0.3s;
}

.pagination-box ul.crumbs a.active {
    /* border-color: #1A1919; */
    border-color: #474a51;
}

.pagination-box ul.crumbs li.active {
    z-index: 1;
}

.prd-card.recommend {
    border-top: 4px solid #f06700;
}

.prd-card .buy:hover {
    background: #EC6807;
}

.prd-card.recommend::after {
    content: 'РЕКОМЕНДУЕМ';
    color: #474a51;
    position: absolute;
    top: 25px;
    right: 45px;
    writing-mode: tb-rl;
    letter-spacing: 3px;
    font-size: 18px;
    font-weight: 700;
}

.prd-card.recommend::before {
    content: '';
    position: absolute;
    top: 0;
    right: 50px;
    display: inline-block;
    border: 7px solid transparent;
    border-top: 10px solid #f06700;
}

.prd-card .params .left-block {
    position: absolute;
    left: 10;
    top: -8px;
    z-index: 1;
    height: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.prd-card .params .right-block {
    position: absolute;
    right: 5px;
    top: -12px;
    z-index: 1;
}

.prd-card .params .left-block > div {
    border-radius: 32px;
    background: #edeff4;
    display: flex;
    align-items: center;
    height: 32px;
    width: 32px;
    overflow: hidden;
    font-size: 14px;
    padding: 0 5px;
    margin-bottom: 8px;
    margin-right: 8px;
    cursor: pointer;
    white-space: nowrap;
    transition: width .3s;
}

.prd-card .params .left-block > div > svg {
    flex: none;
    margin-right: 5px;
}

.prd-card .params .left-block > div:hover {
    width: auto;
}

.help, .clear {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: normal;
}

.help::before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '?';
    color: #fff;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #A9A9A9;
    margin-right: 16px;
    transition: background-color .3s;
    flex: none;
}

.help > .text {
    margin-left: 10px;
}

.clear::before {
    content: url(../img/icons/x.svg);
    margin-right: 8px;
}

.filter .inner {
    padding: 25px 0 50px;
}

/*.ui-widget.ui-widget-content {
    border: none;
}

.ui-widget-content {
    background: #d0d0d1;
}

.ui-slider-horizontal {
    height: 2px;
    width: 100%;
    margin: 22px 0;
}

.ui-widget-header {
    background: #f06700;
}

.ui-state-default, .ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, 
html .ui-button.ui-state-disabled:active {
    border: 5px solid #474a51;
    background: none;
    border-radius: 50%;
    top: 5px;
    outline: none;
    transition: none;
}

.ui-slider .ui-slider-handle {
    cursor: pointer;
}

.ui-slider-horizontal .ui-slider-range {
    transition: none;
}

.ui-state-default::before {
    position: absolute;
    content: '';
    top: -13px;
    border: 5px solid transparent;  
    border-bottom: 5px solid #474a51;
}*/

.filter-price {
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: space-between;
    margin: 0 -15px;
}

#filter-range, .filter-price {
    flex: 1;
}

.filter-range-box {
    margin-left: 10px;
    margin-right: 10px;
}

.filter-price input {
    width: 100%;
    padding: 14px 0px;
    /* border-bottom: 1px solid #000000; */
    border-bottom: 1px solid #474a51;
}

.custom-select {
    position: relative;
    font-size: 16px;
    background-color: #fff;
    width: 100%;
    border: 1px solid transparent;
}

.select-selected::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 12px;
    background: url(../img/angle-down.svg) center no-repeat;
    background-size: contain;
    top: calc(50% - 6px);
    right: 20px;
    transition: all 0.3s;
}

.select-selected.select-arrow-active::after {
    transform: rotate(180deg);
}

.select-selected {
    border: 1px solid #A9A9A9;
    padding: 8px 60px 8px 57px;
    transition: border-color 0.3s;
    width: 100%;
    border-radius: 20px;
}

.select-selected, .same-as-selected {
    position: relative;
}

.select-selected::before, .same-as-selected::before {
    content: '';
    position: absolute;
    width: 19px;
    height: 13px;
    background: url(../img/check.svg) center no-repeat;
    background-size: contain;
    top: calc(50% - 6.5px);
}

.select-selected::before {
    left: 20px;
}

.same-as-selected::before {
    left: -37px;
}

.select-selected, .select-items div {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    line-height: 40px;
    white-space: nowrap;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 12px 12px 12px 57px;
    max-height: 440px;
    overflow-y: auto;
    box-shadow: 0 0 20px rgba(169, 169, 169, 0.7);
    margin-top: 10px;
    border-radius: 20px;
}

.catalog-section-info .select-items {
    z-index: 1;
}

.inner .checkbox {
    margin-bottom: 20px;
}

.inner .custom-select {
    margin-bottom: 40px;
}

.inner .checkbox:last-child, .inner .custom-select:last-child {
    margin-bottom: 0;
}

.filter-link.active .close-bars {
    display: block;
}

.active > .filter-crumbs {
    opacity: 1;
    visibility: visible;
}

.good-kart-slider-nav {
    width: 80px;
    flex: none;
    margin-right: 16px;
}

.good-kart-slider-nav .item {
    border: 2px solid #474a51;
    width: 80px;
    height: 80px;
    opacity: 0.5;
    padding: 8px;
    float: none;
    border-radius: 20px;
}

.good-kart-slider-nav .item.slick-current {
    opacity: 1;
}

.good-kart-slider-right {
    position: relative;
    width: calc(100% - 96px);
}

.good-kart-slider-right .slick-slide {
    margin:0;
}
.good-kart-slider-right .slick-list {
    margin:0;
}


.good-kart-slider-right .good-kart-slider .item {
    padding: 8px;
    background: #F6F6F6;
    height: 440px;
    border-radius: 20px;
}

.good-kart-slider-right .prd-label-wrap {
    right: auto;
    left: 0;
    justify-content: flex-start;
}

.good-kart-slider {
    width: 100%;
    flex: none;
    margin-bottom: 23px;
}

.good-kart-slider-wrap .img {
    width: 100%;
    height: 100%;
    background-size:cover;
    border-radius:14px;
}

.good-kart {
    display: flex;
    align-items: flex-start;
}

.good-kart-left {
    z-index: 1;
    width: 34%;
    flex: none;
}

.good-kart-right {
    margin-left: 30px;
    position: relative;
}

.good-kart-right .stars {
    position: absolute;
    top: 0;
    right: 0;
}

.good-kart-right .stars span {
    height: 19px;
    width: 19px;
    margin-right: 4px;
}

.good-kart-right .info-item {
    margin-bottom: 32px;
}
.good-kart-right .info-item .title {
    margin-bottom: 12px;
}

.good-kart-right .info-item-prd-link {
    display: flex;
    margin: 0;
    gap: 20px;
}

.good-kart-right .info-item-prd-link .prd-link {
    font-size: 18px;
    margin: 0 0 20px 0;
}

.good-kart-details-color-preview {
    display: flex;
    flex-direction:row;
    gap:16px;
    margin-bottom: 24px;
    align-items: center;
}

.good-kart-details-color-preview  #palette-color {
    height:48px;
    border: 1px solid transparent;
    border-radius: 20px;
    width:96px;
    margin:0;
}
.good-kart-details-color-preview #palette-color.bordered {
    border-color: #C4C4C4;
}



.good-kart-title {
    min-height: 84px;
    margin: 7px 0 24px;
    font-size: 36px;
    font-weight: 700;
}

.good-kart-fabric {
    font-size: 16px;
}

.good-kart-fabric a {
    text-decoration: underline;
}


.good-kart-tab-item__name {
    display: none;
    font-size: 18px;
    color: #000;
    font-weight: 700;
    padding: 10px 0;
    border-top: 1px solid #C4C4C4;
    position: relative;

    &:after {
        content: ' ';
        background-image: url('../img/icons/arrow-down.svg');
        width: 16px;
        height: 16px;
        background-position: center center;
        background-size: contain;
        display: block;
        position: absolute;
        right: 10px;
        top: 13px;
    }
}


ul.color-choose {
    display: flex;
    flex-wrap: wrap;
    width: 270px;
    margin-left: -24px;
    overflow: hidden;
}

ul.color-choose li {
    margin: 6px 0 22px 28px;
}

.good-kart-desc ul.color-choose li:nth-child(12) ~ li {
    display: none;
}

ul.color-choose .radio span {
    height: 36px;
    width: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: none;
    z-index: 1;
}

ul.color-choose .radio label span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    box-sizing: border-box;
}

ul.color-choose .radio {
    padding: 0;
}

ul.color-choose .radio input:checked ~ label span {
    background-color: transparent;
    border: none;
}

ul.color-choose .radio input ~ label span::before {
    content: '';
    background-color: transparent;
    border: 4px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    z-index: 0;
    transition: .3s;
}

ul.color-choose .radio input:checked ~ label span::before {
    border-color: #d0d3db;
}

.good-kart-desc .title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #8b8b8a;
}

.tab-links.good-kart-links {
    margin: 55px 0 40px;
}

.tab-links-box {
    position: relative;
}

.tab-links-box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 1px;
    background-color: #C4C4C4;
}

.tab-block.tab-links-box::before {
    content: none;
}

.tab-links-box::after {
    content: '';
    display: block;
    top: 0;
    bottom: 3px;
    right: 0;
    width: 60px;
    position: absolute;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
}

/*.tab-links.good-kart-links > a {
    font-size: 18px;
    margin: 0 0 0 30px;
    padding: 0 0 20px 0;
    display: inline-block; 
    text-decoration: none
}*/

.tab-links.good-kart-links > a:last-child {
    margin-right: 60px;
}

.tab-links.good-kart-links > a::after {
    content: none;
}

/*.good-kart-content {
    background: #ffffff;
    padding: 30px;
    margin-top: -3px;
}*/

.good-kart-content table {
    border-collapse: collapse;
    width: 100%;
}

.good-kart-content table, .good-kart-content table div, .good-kart-content table p {
    font-size: 20px;
    line-height: 30px;
}

/*.good-kart-content table tr {
    border-bottom: 1px solid #ccc;
}*/

.good-kart-content table td {
    /*padding: 10px 30px 10px 0;*/
    vertical-align: text-top;
}

.review, .review p {
    font-size: 20px;
    line-height: 30px;
}

.review:last-child {
    border-bottom: none;
}

/*.good-kart-content table tr:first-child td {
    padding-top: 0;
    width: 50%;
}*/

.review-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.review-top .stars {
    margin: 8px 0 0 0;
}

.review-top h2 {
    margin: 0 10px 0 0;
}

.review-top h2 > span {
    color: #8b8b8a;
    font-weight: 300;
}

.review-box {
    padding: 50px 0 100px 0;
}

.review .stars {
    margin: 10px 0;
}

.review {
    display: flex;
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
}

.review p {
    margin: 0;
}

.review p:last-child {
    margin-bottom: 0;
}

.review .right-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.review > div:first-child, .review .right-block > div:last-child {
    width: 120px;
    flex: none;
}

.review .right-block > div:first-child {
    padding: 0 80px;
}

.w-1056 {
    width: 1056px;
}

.w-300 {
    width: 300px;
}

.good-kart-price-box {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 1100px;
}

.good-kart-price-box > div {
    position: sticky;
    top: 40px;
    z-index: 1;
}

ul.good-kart-price li {
    font-size: 24px;
    position: relative;
    display: flex;
    align-items: center;
}

.prd-counter-box {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    max-width: 508px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.prd-counter-box .btn {
    text-transform: none;
    width: 100%;
    max-width: 324px;
}

.prd-counter-box .btn svg {
    margin-right: 20px;
}

.prd-counter {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.prd-counter-minus, .prd-counter-plus {
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.prd-counter-minus svg, .prd-counter-plus svg {
    flex: none;
}

.prd-counter input {
    text-align: center;
    font-size: 25px;
    max-width: 90px;
    width: 100%;
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*.prd-counter-minus {
    left: 0;
}

.prd-counter-plus {
    right: 0;
}*/

/*.prd-counter-plus::after, .prd-counter-plus::before, .prd-counter-minus::before {
    background-color: #838892;
    transition: background-color .3s;
}

.prd-counter-plus:hover::after, .prd-counter-plus:hover::before, .prd-counter-minus:hover::before {
    background-color: #f06700;
}*/

.plus > a::after {
    height: 12px;
    right: 5px;
    top: 5px;
}

.good-kart-price-box .btn-bordered {
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 30px;
}

.good-kart-desc-box .link {
    color: #2c83de;
    font-size: 14px;
}

.params {
    display: flex;
    flex-wrap: wrap;
}

.params .tooltip .tooltip-text {
    max-width: none;
    white-space: nowrap;
}

.params .tooltip {
    margin: 0 6px 6px 0;
}

.params .tooltip::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 20px;
}

.params .temp-minus::before {
    background-image: url(../img/icons/params/temp-minus.png);
}

.params .temp-plus::before {
    background-image: url(../img/icons/params/temp-plus.png);
}

.params .i2in1::before {
    background-image: url(../img/icons/params/2in1.png);
}

.params .i3in1::before {
    background-image: url(../img/icons/params/3in1.png);
}

.params .i4in1::before {
    background-image: url(../img/icons/params/4in1.png);
}

.params .adgesion::before {
    background-image: url(../img/icons/params/adgesion.png);
}

.params .anticor::before {
    background-image: url(../img/icons/params/anticor.png);
}

.params .antiseptic::before {
    background-image: url(../img/icons/params/antiseptic.png);
}

.params .atmosphere::before {
    background-image: url(../img/icons/params/atmosphere.png);
}

.params .chemical::before {
    background-image: url(../img/icons/params/chemical.png);
}

.params .color::before {
    background-image: url(../img/icons/params/color.png);
}

.params .easy::before {
    background-image: url(../img/icons/params/easy.png);
}

.params .eco::before {
    background-image: url(../img/icons/params/eco.png);
}

.params .elasticity::before {
    background-image: url(../img/icons/params/elasticity.png);
}

.params .fire::before {
    background-image: url(../img/icons/params/fire.png);
}

.params .free-coler::before {
    background-image: url(../img/icons/params/free-coler.png);
}

.params .frost::before {
    background-image: url(../img/icons/params/frost.png);
}

.params .hermo::before {
    background-image: url(../img/icons/params/hermo.png);
}

.params .hit::before {
    background-image: url(../img/icons/params/hit.png);
}

.params .hydro::before {
    background-image: url(../img/icons/params/hydro.png);
}

.params .interior::before {
    background-image: url(../img/icons/params/interior.png);
}

.params .moisture::before {
    background-image: url(../img/icons/params/moisture.png);
}

.params .not-smell::before {
    background-image: url(../img/icons/params/not-smell.png);
}

.params .oil::before {
    background-image: url(../img/icons/params/oil.png);
}

.params .quickdry::before {
    background-image: url(../img/icons/params/quickdry.png);
}

.params .sound::before {
    background-image: url(../img/icons/params/sound.png);
}

.params .par::before {
    background-image: url(../img/icons/params/par.png);
}

.params .uf::before {
    background-image: url(../img/icons/params/uf.png);
}

.params .warm::before {
    background-image: url(../img/icons/params/warm.png);
}

.params .water::before {
    background-image: url(../img/icons/params/water.png);
}

.params .wear::before {
    background-image: url(../img/icons/params/wear.png);
}

.thumbs-up > .yes, .thumbs-up > .no {
    cursor: pointer;
}

.thumbs-up {
    display: flex;
    align-items: center;
}

.thumbs-up .yes-count, .thumbs-up .no-count {
    margin: 0 15px 0 10px;
    color: #5b6573;
    position: relative;
    top: -3px
}

.review .fw-300 {
    font-size: 14px;
}

#sticky-hidden {
    transition: none;
}

.modal {
    display: none;
    background: rgba(36, 43, 50, 0.2);
    z-index: 9999;
    transition: none;
}

.modal, .modal .inner-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal .inner-box {
    padding: 40px 0;
    overflow-y: auto;
}

.modal .inner {
    background: #fff;
    padding: 50px;
    position: relative;
    margin: 0 auto;
}

.overflow {
    overflow: hidden;
}

.modal h3 {
    text-align: center;
}

.modal .close-bars {
    position: absolute;
    top: 30px;
    right: 30px;
}

.modal .close-bars > div {
    height: 1px;
}

.form-input {
    width: 100%;
    padding: 16px 20px;
    margin: 20px 0;
    background-color: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
}

.form-label {
    position: absolute;
    top: 9px;
    left: 21px;
    cursor: text;
    transition: all .3s;
}

.form-input:focus ~ .form-label, .form-input.valid ~ .form-label, .form-label.active {
    top: -14px;
    left: 0;
    font-size: 20px;
}

.form-input-box {
    position: relative;
}

.form-input-header {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 40px 0;
}

/*label.error {
    position: absolute;
    top: -20px;
    right: 0;
    font-size: 12px;
    font-weight: 700;
    color: #ff7c2a;
}*/

label.error {
    display: inline;
    height: 33px;
    line-height: 33px;
    color: #EB001B;
    font-size: 20px;
    background: url(../img/error.svg) left center no-repeat;
    background-size: contain;
    padding-left: 43px;
}

.log-reg-block label.error {
    position: absolute;
    top: calc(50% - 7px);
    left: calc(100% + 30px);
    width: 100%;
}

/*.form-error-message {
    display: flex;
    align-items: center;
    padding-top: 25px;
}*/

textarea {
    resize: none;
    font-family: 'Segoe UI', sans-serif;
    outline: none;
}

#modal-buy .inner {
    width: 400px;
}

#form-buy .checkbox {
    margin: 30px 0;
    padding-right: 0;
}


.filter-link > div:first-child:hover, .goods-wrap > .left-block ul.crumbs a:hover, .footer-top .social a:hover {
    color: #ff7d19;
}

.footer-top a:hover {
    border-bottom: none;
}

.filter-link > div:first-child:hover svg path {
    fill: #ff7d19;
}

.footer-top .circle-box:hover {
    color: #8b8b8a;
}

.footer-top .circle-box:hover .circle {
    background: #2c83de;
    color: #fff;
}

.tooltip {
    position: relative;
    margin-left: 10px;
}

.tooltip .tooltip-text {
    visibility: hidden;
    opacity: 0;
    background-color: #E5E5E5;
    font-size: 16px;
    padding: 8px 18px;
    position: absolute;
    top: -48px;
    z-index: 2;
    left: 0;
    font-weight: 400;
    transition: all 0.3s;
}

.tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip .tooltip-text::before {
    content: '';
    position: absolute;
    left: 5px;
    bottom: -13px;
    border: 13px solid transparent;
    border-left: 13px solid #E5E5E5;
}

.filter-range-min::before, .filter-range-max::before {
    position: absolute;
    font-size: 16px;
    font-weight: 300;
    left: 13px;
    top: 9px;
    color: #A9A9A9;
}

.filter-range-min, .filter-range-max {
    position: relative;
    width: calc(50% - 30px);
    margin: 0 15px;
}

.more-block {
    display: none;
}

.prd-item.remove {
    opacity: 0;
    visibility: hidden;
}

.advantages-item {
    border: 1px solid #EC6807;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 25px;
    /* align-items: center;
    padding: 40px 0 40px 30px; */
    height: 100%;
    transition: all 0.3s;
    border-radius: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.advantages-item:hover {
    border-color: transparent;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.25);
}

.advantages-item img {
    height: 60px;
    flex-shrink: 0;
    margin-bottom: 20px;
}

.advantages-item h6 {
    width: 100%;
    margin: 0;
}

.about-block {
    padding: 80px 0 40px;
}

.sections-block {
    padding: 40px 0 10px 0;
}

.about-block .title {
    text-align: center;
}

.about-block .title .fw-300 {
    font-size: 24px;
    margin-top: 28px;
    margin-bottom: 48px;
}

.brands-slider {
    height: 105px;
    margin-bottom: 40px;
}

.brands-item {
    height: 105px;
    display: block;
}

/*.tabs-block {
    padding: 40px 0 80px;
}*/

.footer-block-title {
    /*color: #838892;*/
    text-transform: uppercase;
}

.footer-col-menu {
    -webkit-column-count: 6;
    -webkit-column-gap: 30px;
    -moz-column-count: 6;
    -moz-column-gap: 30px;
    column-count: 6;
    column-gap: 30px;
}

.footer-col-menu > div {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    -moz-page-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
}

/*.footer-col-menu .menu-title {
    margin-bottom: 16px;
}

.footer-col-menu > div {
    margin-bottom: 48px;
}*/

.footer-col-menu > div {
    margin-bottom: 20px;
}

.footer .menu a {
    font-size: 14px;
    color: #c7c8ca;
}

.footer .menu a:hover {
    color: #ffffff;
}

.footer hr {
    border: none;
    height: 1px;
    background-color: #EC6807;
    margin: 55px 0;
}

.footer .contacts .fw-700 {
    margin-bottom: 10px;
}

.footer-block-title {
    margin-bottom: 32px;
}

.footer-row-menu a {
    margin: 0 16px 0 0;
    display: inline-block;
}

.footer-row-menu a:hover {
    color: #c7c8ca;
}

.contacts {
    line-height: 32px;
}

.footer-logo img {
    height: 22px;
    margin-bottom: 15px;
}

.copyright-text {
    font-size: 20px;
    line-height: 30px;
}

.location .dd-title {
    margin-bottom: 0;
}

.dd-content .dd-title {
    font-size: 40px;
    font-weight: 700;
    margin: 44px 0 40px;
    display: flex;
    align-items: center;
}

.dd-content .header__top {
    padding: 10px 46px;
}

.dd-input {
    position: relative
}

.dd-input label.error {
    top: -10px
}

.flex-row > div.dd-title {
    flex: none;
}

.close-btn {
    display: inline-block;
    height: 22px;
    width: 22px;
    background: url(../img/close-white.svg) center no-repeat;
    background-size: contain;
}

.header-top a.dd-top-link {
    color: #c7c8ca;
    margin: 10px 0;
    display: block;
}

.header-top .info a.dd-top-link {
    text-align: center;
}

.header-top .lk a.dd-top-link {
    text-align: right;
}

.contacts a {
    color: #fff;
}

.contacts > .fw-300 {
    line-height: 20px;
}

.lk-off, .lk-on {
    margin: 0 auto;
    max-width: 512px;
}

.lk .dd-title {
    justify-content: center;
}

.lk .block {
    background-color: #474a51;
    margin-bottom: 1px;
    padding: 32px 40px;
}

.lk .block a, .lk form a, .menu-open .header-top a {
    color: #fff;
}

.lk-off form {
    margin-bottom: 78px;
}

.location form {
    margin-bottom: 60px;
}

.m-header-nav {
    display: none;
}

.open-header-nav svg {
    display: none;
}

.open-header-nav.active svg {
    display: block;
    margin: 0 1px;
}

.open-header-nav.active .menu-bars {
    display: none;
}

/*.advantages-slider .slick-slide {
    height: auto;
}*/

.advantages-slider .slick-dots {
    margin: 40px auto 16px;
}

.advantages-slider .h3 {
    word-wrap: break-word;
}

.advantages-block .h1 {
    margin-bottom: 64px;
}

.slick-dots button {
    font-size: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transition: all .3s;
    margin: 0 22px;
    padding: 0;
    /* background-color: #000000; */
    background-color: #474a51;
}

.slick-dots .slick-active button, .slick-dots button:hover {
    background-color: #EC6807;
}

.more-than .prd-item-more {
    display: block;
}

.more-than .prd-item {
    display: none;
}

.more-than .prd-item:nth-child(1), .more-than .prd-item:nth-child(2), .more-than .prd-item:nth-child(3), .more-than .prd-item:nth-child(4) {
    display: block;
}


.filter-link .close-icon {
    display: none;
}

.select-selected.select-arrow-active {
    /* border-color: #1A1919; */
    border-color: #474a51;
}

.good-kart-desc .prd-card .params .right-block {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -76px;
    left: 0;
    right: 0;
}

.good-kart-desc .prd-card .params .right-block > div {
    margin: 0 4px;
}

.good-kart-details-size, .good-kart-details-color {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.modal-popup .good-kart-details-color {
    margin-bottom: 0;
    max-height: calc(80vh - 200px);
}

.good-kart-details-size {
    display: flex;
    gap:8px;
}

.good-kart-details-size .radio,
.good-kart-details-color .radio {
    height: 32px;
}

.good-kart-details-color .radio {
    width: 64px;
    margin: 0;
}

.good-kart-details-size .radio {
    width: 72px;
    margin: 0;
}

.good-kart-details-size .radio input ~ label,
.good-kart-details-color .radio input ~ label {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s;
    border-radius: 20px;
}

.good-kart-details-color .radio input ~ label::before {
    content: '';
    display: block;
    width: 24px;
    height: 10px;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg) ;
    margin-bottom: 8px;
    opacity:0;
    transition: opacity 0.3s;
    position: absolute;
}
.good-kart-details-color .radio input ~ label::after {
    content: '';
    display: block;
    width: 24px;
    height: 10px;
    border-left: 3px solid #474a51;
    border-bottom: 3px solid #474a51;
    transform: rotate(-45deg);
    margin-bottom: 8px;
    opacity: 0;
    transition: opacity 0.3s;
}

.good-kart-details-color .radio input:checked ~ label::before {
    opacity: 0.6;
}
.good-kart-details-color .radio input:checked ~ label::after {
    opacity: 1;
}

.good-kart-details-size .radio input ~ label,
.good-kart-details-color .radio input ~ label.bordered {
    border-color: #C4C4C4;
}

.good-kart-details-size .radio input:checked ~ label,
.good-kart-details-color .radio input:checked ~ label,
.good-kart-details-color .radio input[disabled] ~ label,
.palette-color-item.radio input:checked ~ label {
    /* border-color: #000000; */
    border-color: #474a51;
}


.good-kart-details-color .radio input[disabled] ~ label {
    cursor: not-allowed;
    position: relative;
}

.good-kart-details-color .radio input[disabled] ~ label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
}

.good-kart-details-color {
    display: flex;
    flex-wrap: wrap;
    gap:8px;
}

.good-kart-details-avail {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.good-kart-details-avail svg {
    margin-right: 10px;
}

.good-kart-price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.good-kart-price-row .reg-price .price-box .price {
    display: flex;
    align-items: center;
}

.good-kart-price-row .price-box .price.old-price {
    bottom: -20px;
}

.good-kart-desc .link {
    position: relative;
    bottom: -40px;
    font-size: 16px;
}

.good-kart-desc .prd-counter-box .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.good-kart-desc .prd-counter-box .btn svg {
    margin-right: 10px;
}

.good-kart-desc-col-2 {
    margin: 0 auto;
    width: 240px;
}

.good-kart-desc-top .stars {
    margin: 0 15px 0 0;
}

.good-kart-desc-top .stars-desc a {
    color: #5b6573
}

.good-kart-desc-col-3 .good-kart-desc-top {
    justify-content: space-between;
}

#make-review-avtor-content {
    display: none;
    margin-bottom: 40px;
}

.rate-box {
    display: flex;
    align-items: center;
    padding: 20px 0 40px;
}

.rate {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-left: 30px;
}

.rate:not(:checked) > input {
    display: none;
}

.rate:not(:checked) > label {
    float: right;
    width: 35px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 26px;
    line-height: 26px;
    color: #cecece;
}

.rate:not(:checked) > label:before {
    content: "\f005";
    font-family: FontAwesome;
}

#form-review-avtor .form-input {
    background-color: #fff;
    margin-bottom: 32px;
}

#form-buy .btn {
    width: 100%;
}

.color-select .select-items > div > span, .select-selected > span {
    display: inline-block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    margin-right: 12px;
}

.color-select .select-items > div:first-child {
    border-bottom: 1px solid #d0d0d1;
}

.color-select .select-items > div:first-child, .filter-top .filter-link.active > div:first-child {
    color: #f06700;
}

.color-select .select-items > div:first-child::before {
    content: 'Выбрать';
    margin-right: 5px;
    color: #8b8b8a;
}

.basket-top {
    border-bottom: 1px solid #474a51;
}

.basket-top, .basket-top div, .basket-top p {
    font-size: 16px;
    font-weight: 400;
}

.basket-top .basket-table {
    margin: 0 0 10px;
    font-size: 20px;
}

.basket-table .item, .basket-table .item .left-block, .basket-table .item .right-block {
    display: flex;
    align-items: center;
}

.basket-table .item .right-block {
    justify-content: space-between;
}

.basket-table .item {
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
    position: relative;
}

.basket-table .item div,
.basket-table .item p {
    font-size: 16px;
}

.basket-top .basket-table .item {
    border: none;
    padding: 0;
}

.basket-table .img {
    height: 90px;
    width: 115px;
    margin-right: 20px;
    flex: none;
}

.basket-table .left-block {
    width: 35%;
}

.basket-table .right-block {
    width: 65%;
}

.basket-table .left-block > .inner {
    justify-content: space-between;
    width: 40%;
}

.basket-table-inner-item {
    margin-right: 20px;
}

.order-basket-table-count {
    display: flex;
}

.order-basket-table-count-x {
    margin-right: 20px;
    color: #8b8b8a;
}

.order-basket-table-count-number {
}

.basket-table p {
    margin: 0;
}

.basket-top .basket-table {
    margin: 10px 0;
}

.basket-table .item .price {
    position: relative;
}

.basket-table .right-block > div {
    width: 20%;
    text-align: center;
}

.basket-table.offer-table .left-block > a {
    width: 100%;
}

.basket-table.offer-table .right-block > .price:last-child {
    text-align: right;
}

.basket-table .prd-name {
    margin-right: 20px;
    display: block;
}

.basket-table .right-block > .price {
    font-size: 16px;
    font-weight: 700;
}

.basket-table .prd-counter input {
    font-size: 20px;
    border: 1px solid #E9E9E9;
    background-color: #ffffff;
    height: 45px;
    width: 75px;
    line-height: 45px;
    margin-right: 10px;
}

.basket-table.offer-table .prd-counter input {
    background-color: #f7f8fc;
}

.basket-table .circle {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    flex: none;
}

.basket-total-block {
    display: none;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    padding: 30px;
    font-size: 30px;
    margin: 30px -30px 70px;
}

.basket-total-block .btn-bordered {
    border-color: #fff;
    color: #fff;
}

.basket-table.offer-table .item {
    background-color: #fff;
}

.basket-table.offer-table {
    margin-bottom: 70px;
}

.reg-order-box {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}


.reg-order-box .checkbox span, .reg-order-box .radio span,
.log-reg-block .checkbox span, .log-reg-block .radio span {
    margin-top: 0;
}

.reg-order-box > .left-block {
    width: 100%;
}

.reg-order-box > .right-block {
    width: calc(25% - 40px);
    margin-left: 30px;
    flex: none;
}

.reg-order-box .left-block > div .form-input {
    margin-bottom: 20px;
}

.reg-order-box h6 {
    margin-bottom: 40px;
}

.reg-order-box select.order-styler {
    opacity: 0;
    height: 42px;
    vertical-align: middle
}

.jq-selectbox.order-styler {
    width: 100%
}

.reg-order-box .jq-selectbox__select {
    box-shadow: none;
    background: #fff;
    height: 58px;
    line-height: 58px;
    padding-left: 24px;
    border-radius: 20px;
}

.reg-order-box .jq-selectbox__select:hover {
    background: #fff;
}

.reg-order-box .jq-selectbox.focused .jq-selectbox__select {
    border-color: #f06700
}

.reg-order-box .jq-selectbox__trigger {
    border: none
}

.reg-order-box .jq-selectbox__trigger-arrow {
    top: 25px;
    right: 22px; /* border-top-color: #1A1919; */
    border-top-color: #474a51;
}

.flex-wrap-2, .flex-wrap-3, .flex-wrap-4, .flex-wrap-6 {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.flex-wrap-2 > div {
    width: calc(50% - 30px);
    margin: 15px;
}

.flex-wrap-3 > div {
    width: calc(100% / 3 - 30px);
    margin: 15px;
}

.flex-wrap-4 > div {
    width: calc(25% - 30px);
    margin: 15px;
}

.flex-wrap-6 > div {
    width: calc(100% / 6 - 30px);
    margin: 15px;
}

.baseline {
    align-items: baseline;
}

.reg-order-box .total-box .flex-row {
    align-items: center;
    flex-wrap: wrap;
}

.reg-order-box .total-box .flex-row > div {
    flex: none;
}

.reg-order-box .total-box > div {
    border-bottom: 1px solid #A9A9A9;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.reg-order-box .total-box .price {
    font-size: 32px;
}

.reg-order-box .total-box .font-grey div {
    font-size: 18px;
}

#form-order .btn {
    font-size: 20px;
    font-weight: 700;
    padding: 25px 30px;
    width: 100%;
    text-transform: uppercase;
}

.reg-order-box .address a {
    margin-left: 30px;
}

.reg-order-box .total-box h6 {
    margin: 0 0 10px 0;
}

.block-404 .inner {
    text-align: center;
    margin: 80px auto 0;
}

.block-404 h1 {
    margin: 40px 0;
}

.block-404 p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
}

.news-card .img {
    margin-bottom: 30px;
    height: 342px;
    background-position: center;
}

.news-card h5 > a {
    color: #000;
}

.news-card .desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin: 0;
}

.news-card .date {
    font-size: 14px;
    margin-bottom: 0;
}

.more-block, .news-wrap > .news-card.more-block {
    display: none;
}

.news-pagination-box {
    margin: 10px -30px 60px;
}

.news-one-text, .good-kart-content {
    max-width: 991px;
}

.news-one-text .date {
    color: #8b8b8a;
}

.news-one-text img {
    width: 100%;
    height: auto;
}

.news-one-text .desc {
    margin-bottom: 100px;
}

.back, .news-one-text-bottom {
    color: #757575;
    font-size: 16px;
}

.news-one-text-bottom, .share-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-block {
    margin: 0 -30px;
}

.nav-block a {
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.nav-block .prev, .nav-block .next span {
    justify-content: flex-end;
}

.nav-block a span {
    display: flex;
    align-items: center;
    height: 70px;
    width: 100%;
    max-width: 460px;
}

.nav-block .next span::after {
    content: url(../img/icons/next.svg);
    margin-left: 20px;
}

.nav-block .prev span::before {
    content: url(../img/icons/back.svg);
    margin-right: 20px;
}

.nav-block .next {
    padding-left: 0;
}

.nav-block .next span {
    border-left: 1px solid #ccc;
}

.ya-share2__item_service_vkontakte .ya-share2__badge,
.ya-share2__item_service_facebook .ya-share2__badge {
    background-color: transparent !important;
}

.ya-share2__item_service_vkontakte .ya-share2__icon,
.ya-share2__item_service_facebook .ya-share2__icon {
    background: none !important;
    margin-left: 20px;
    font-family: FontAwesome;
    color: #8b8b8a;
    font-size: 20px;
    display: flex;
    align-items: center;
}

.ya-share2__item_service_vkontakte .ya-share2__icon::after {
    content: "\f189";
}

.ya-share2__item_service_facebook .ya-share2__icon::after {
    content: "\f09a";
}

.ya-share2__container_size_m .ya-share2__icon {
    display: inline-flex !important;
    justify-content: center;
}

.contacts-wrap, .map-wrap {
    display: flex;
}

.contacts-wrap > .left-block {
    flex: none;
    width: 340px;
}

.contacts-wrap > .left-block > div {
    margin: 0 0 60px 0;
    font-size: 16px;
    line-height: 30px;
}

.contacts-wrap h3 {
    margin: 0 0 10px 0;
}

.contacts-wrap h3.map {
    margin: 0 0 20px 0;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.contacts-wrap h3.map::before {
    content: url(../img/icons/map.svg);
    margin-right: 8px;
}

.contacts-wrap > .right-block, .map-wrap > .right-block {
    width: 100%;
}

.map-wrap {
    margin-bottom: 80;
}

.map-wrap > .left-block {
    flex: none;
    width: 320px;
}

.map-wrap .search-form-input {
    background-color: #ffffff;
    margin: 0 0 35px;
    height: 64px;
}

.map-wrap .search-form-input button {
    width: 64px;
}

div:not(.tab-links) {
    scrollbar-width: thin;
    /* scrollbar-color: #1A1919 #E5E5E5; */
    scrollbar-color: #474a51 #E5E5E5;
}

div:not(.tab-links)::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

div:not(.tab-links)::-webkit-scrollbar-track {
    background: #E5E5E5;
    border-radius: 50px;
}

div:not(.tab-links)::-webkit-scrollbar-thumb {
    /* background: #1A1919;  */
    background: #474a51;
    border-radius: 50px;
}

#terminal-list ul {
    list-style: none;
    padding: 0;
    margin: 10px 30px 0 0;
    height: 450px;
    overflow-y: auto;
}

#terminal-list ul li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

#terminal-list ul li span {
    cursor: pointer;
}

#map {
    flex: none;
    height: 600px;
}

.callback {
    width: 910px;
    margin: 0 auto;
}

.btn-to-right {
    float: right;
}

.top-search-block {
    background-color: #ffffff;
    padding: 30px 40px;
    display: none;
}


.search-links {
    margin: 0 0 30px;
    padding-bottom: 2px;
}

.search-links > a {
    font-size: 14px;
    color: #8b8b8a;
    margin-right: 30px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    margin-bottom: 3px;
    border-bottom: 3px solid transparent;
    transition: none;
    text-decoration: none
}

.search-links > a:last-child {
    margin-right: 0;
}

.search-links > a::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -18px;
    height: 20px;
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
}

.search-links > a:last-child::after {
    content: none;
}

.search-links > a.active {
    font-weight: 600;
    color: #262626;
    border-bottom-color: #ff7c2a;
}


.compare-wrap {
    position: relative;
}

.compare-wrap-inner {
    width: calc(100% * 2 / 3);
    display: flex;
}

.compare-wrap-inner .left-block {
    flex: none;
    width: 25%;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.compare-wrap-inner .right-block {
    flex: none;
    width: calc(75% - 30px);
}

/*.compare-slider .slick-slide, .compare-slider .slick-list, .compare-slider.slick-slider {
    margin: 0px;
}*/

ul.compare-list {
    margin: 0 -15px;
}

.compare-slider.slick-slider {
    overflow: hidden;
    margin-bottom: 0;
}

.compare-slider .slick-track {
    display: flex !important;
}

.compare-slider.slick-slider .slick-slide {
    height: inherit !important;
}

.compare-slider .prd-card {
    font-size: 20px;
}

/*.compare-slider .prd-card .img {
    height: 205px;
}*/

.compare-slider .prd-title {
    height: 60px;
    overflow: hidden;
    margin-bottom: 10px;
}

.compare-slider .price-box {
    margin: 10px 0;
}

.compare-slider .bottom-btn {
    display: flex;
    height: 64px;
    margin-bottom: 50px;
}

.compare-slider .bottom-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 100%;
    width: 100%;
    /* border: 1px solid #1A1919; */
    border: 1px solid #474a51;
    border-radius: 20px;
}

.compare-slider .prd-card .buy {
    background-color: #EC6807;
    border-color: #EC6807;
}

.compare-slider .prd-card .buy svg {
    margin: 0;
}

.compare-slider .bottom-btn a.remove-compare-slide {
    border-color: #EB001B;
}

.compare-list li {
    font-size: 20px;
    /*white-space: nowrap;*/
    min-height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #C4C4C4;
    padding: 15px 0;
    text-align: center;
}

.compare-wrap-inner .left-block .compare-list {
    margin-right: -30px;
}

.compare-wrap-inner .left-block .compare-list li {
    justify-content: flex-start;
    padding-left: 36px;
    text-align: left;
}

.compare-wrap-inner .left-block-btn {
    position: relative;
    text-align: center;
    height: 432px;
    margin-bottom: 50px;
}

.compare-wrap-inner .left-block-btn > div {
    margin-bottom: 20px;
}

.compare-wrap-inner .left-block-btn .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.log-reg-block {
    background: url(../img/lk-bg.png) center no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.log-reg-inner {
    margin-left: 50%;
    padding: 100px 100px 100px 0;
}

.log-reg-inner h2 {
    margin: 0 0 30px;
}

.log-reg-block_wide {
    max-width: 800px;
}

.log-reg-block_wide .tab-links.log-reg-links a {
    margin: 0;
    text-align: center;
}

.log-reg-block_wide .tab-content {
    max-width: 400px;
    margin: 0 auto;
}

.tab-links.log-reg-links {
    margin: 0 0 50px;
    overflow-x: hidden;
}

.tab-links.log-reg-links > a {
    font-size: 20px;
    width: 260px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    /* border: 1px solid #1A1919; */
    border: 1px solid #474a51;
    font-weight: 400;
    margin: 0;
    border-radius: 20px;
}

.tab-links.log-reg-links > a:first-child {
    margin-right: 5px;
}

.tab-links.log-reg-links > a::before, .tab-links.log-reg-links > a::after {
    content: none;
}

/*.tab-links.log-reg-links > a:last-child { margin-right: 0 }*/

.log-reg-bottom {
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.reg-ready {
    max-width: 490px;
    margin: 80px auto 0 auto;
    text-align: center;
    line-height: 1.5em
}

.tab-links.log-reg-links > a.active {
    color: #FFFFFF;
    /* background-color: #1A1919; */
    background-color: #474a51;
}

.log-reg-bottom .btn {
    margin-right: 30px;
}

/*.tab-links.log-reg-links > a::after {
    content: '/';
    color: #ccc;
    top: auto;
    bottom: 0;
    right: -28px;
    height: auto;
    width: auto;
    background: none;
    font-weight: 300;
}

.tab-links.log-reg-links > a:last-child::after {
    content: none;
}*/

#form-log .btn, #form-reg-fiz .btn,
.log-reg-block #regform .btn,
.log-reg-block #loginform .btn, #forgotpass .btn {
    width: 100%;
}

#tab-log > a {
    margin: 40px 0;
    display: inline-block;
}

#tab-log .social-title {
    margin-bottom: 30px;
}

#tab-log .social > a {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px solid transparent;
    margin: 0 10px;
    transition: border-color .3s;
}

#tab-log .social > a:hover {
    border-color: #f06700;
}

#tab-log .social, #tab-log .social > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lk-top-block {
    font-size: 12px;
    font-weight: 300;
    background-color: #ffffff;
    padding: 15px 40px;
    margin: 0 -30px;
    align-items: center;
}

.lk-top-block > div {
    padding: 15px 0;
}

.lk-top-block h4 {
    margin: 0;
}

.lk-top-block .right-block {
    display: flex;
    padding-left: 30px;
    border-left: 1px solid #ccc;
}

.lk-top-block .right-block h4 {
    margin-right: 60px;
}

.lk-top-block .right-block > div {
    width: 120px;
    font-weight: 700;
}

/*.logout::before {
    content: url(../img/icons/log_out.svg);
    margin-right: 8px;
}*/

/*.zakaz { margin-bottom: 30px; }
.zakaz-info-price { margin-right: 15px; }
.order-repeat-btn { margin-bottom: 30px; }
.order-repeat-btn .btn { }

.basket-table.zakaz-table .item {
    background-color: #ffffff;
}

.zakaz-table {
    margin-bottom: 80px;
}

.zakaz-table .item, .zakaz-table .item > div, .zakaz-table .item > div > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zakaz-table .item > div:first-child {
    width: 100%;
}

.zakaz-table .item > div > div, .zakaz-table .item > div > div > p {
    flex: 1;
}

.zakaz-table .item > div:last-child {
    flex: none;
}

.basket-table.order-basket-table .item {
    background-color: #ffffff;
}*/

.zakaz-table .item {
    border: 1px solid #E5E5E5;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.zakaz-table .item > div {
    border-bottom: 1px solid #E5E5E5;
}

.zakaz-table .item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}

.zakaz-table .item-top > div:first-child {
    flex: none;
    width: calc(100% / 3);
}

.zakaz-table .order-total-info {
    max-width: none;
    margin: 0;
}

.zakaz-table .order-total-info > .flex-row > div:first-child,
.zakaz-table .order-total-price > .flex-row > div:first-child {
    text-align: right;
}

.zakaz-table .order-total-info > .flex-row > div:last-child,
.zakaz-table .order-total-price > .flex-row > div:last-child {
    margin-left: 115px;
    width: 150px;
    flex: none;
}

.zakaz-table .item-top > div > div:first-child {
    margin-bottom: 10px;
}

.zakaz-table .item .order-total-price {
    border: none;
    padding-bottom: 0;
}

.form-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 40px;
    z-index: 1;
    background: #3a3d42;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    border-radius: 2px;
}

.form-input-btn-box {
    position: relative;
}

.form-input-btn-box .form-input {
    padding-right: 130px;
}

.btn-tt {
    text-transform: none;
}

.w-100 {
    width: 100% !important;
}

img {
    max-width: 100%;
}

.main-search-block .prd-wrap {
    margin: 0 -30px 0 -60px;
}

.slick-arrow {
    opacity: 1;
    cursor: pointer;
}

/*.dd-compare .dropdown-click a {
    display: inline-block;
    margin: 20px 30px;
    font-size: 16px;
    font-weight: 700;
    color: 000;
    padding-right: 20px;
}

.dd-compare .dd-content {
    border-top: 5px solid #f06700;
    position: relative;
}

.h-80 {
    height: 80px;
}

.h-100 {
    height: 100px;
}

ul.compare-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.compare-list li {
    padding: 40px 32px 0;
    font-size: 14px;
}

ul.compare-list li .stars-box {
    display: flex;
    align-items: center;
}

ul.compare-list li .stars-box .stars-desc {
    margin-left: 10px;
    color: #8b8b8a;
    white-space: nowrap;
}

ul.compare-list li .stars-box .stars {
    margin: 10px 0;
}

.compare-list .none {
    height: 1px;
    width: 30px;
    background-color: #000;
    margin-top: 12px;
}

.dd-compare .grid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.dd-compare .grid > div {
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #8b8b8a;
    padding: 13px 30px;
}

.compare-wrap .checkbox {
    margin: 0 30px;
}

.checkbox.checkbox-red span {
    border: 1px solid #f06700;
}

.dd-compare .plus > a::before {
    top: 11px;
}

.null .compare-icon svg > path, .null .basket-icon svg > path {
    fill: rgb(131, 136, 146);
}*/

.header-nav a.close-btn {
    top: 140px;
}

ul.sub-menu .dd-content {
    overflow: visible;
}

ul.sub-menu ul.sub-menu .dd-content {
    left: 20vw;
}

.header-bottom ul.sub-menu ul.sub-menu {
    width: 20vw;
}

font.notetext {
    color: #111
}

.color-orange {
    color: #f06700
}

.modal-wrap {
    position: relative
}

.modal-black {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 100;
    transition: all .3s ease 0s
}

.active .modal-black {
    opacity: .8;
    visibility: visible
}

.modal-popup {
    border-radius: 20px;
    position: fixed;
    width: 600px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -300px;
    padding: 50px 20px 30px 30px;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease 0s
}

.active .modal-popup {
    opacity: 1;
    visibility: visible;
}

.modal-text {
    height: calc(100% - 50px);
    overflow-y: auto;
    padding: 10px
}

.modal-text p {
    font-size: 16px;
    line-height: normal
}

.modal-popup h2 {
    font-size: 18px;
    margin-bottom: 0;
    text-align: center
}

.modal-popup .modal-close {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer
}

.modal-popup .modal-close-icon {
    margin-left: 10px;
    position: relative;
    width: 20px;
    height: 20px;
}

.modal-popup .modal-close span {
    height: 1px;
    width: 100%;
    background: #000;
    position: relative;
    position: absolute;
    top: 50%;
    left: 0
}

.modal-popup .modal-close span:nth-child(1) {
    transform: rotate(45deg)
}

.modal-popup .modal-close span:nth-child(2) {
    transform: rotate(-45deg)
}

#modal-buy {
}

#modal-buy .inner {
    background: #3a3d42
}

#modal-buy .inner h3 {
    color: #fff
}

#modal-buy .inner .checkbox label, #modal-buy .inner .radio label {
    color: #fff
}

#modal-buy .inner a {
    color: #fff
}

#modal-buy .close-bars > div {
    background: #fff
}

.retest {
    pointer-events: none;
    height: 0px;
    opacity: 0;
}

.retest + label.error {
    top: 10px;
    right: 0;
}

.show-palette {
    display: none;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px;
}

.show-palette::before {
    content: '+';
    color: #505355;
    margin-right: 7px;
}

.show-palette.show {
    display: inline-block;
}

#palette-modal {
    background-color: #ffffff;
    margin: 0 160px;
    padding: 64px 64px 0;
    position: relative;
}

#palette-modal ul.color-choose {
    max-height: 40vh;
    width: calc(100% + 24px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #f06700 #f3f3f3;
}

#palette-modal ul.color-choose::-webkit-scrollbar {
    width: 10px;
}

#palette-modal ul.color-choose::-webkit-scrollbar-track {
    background: #f3f3f3;
    border-radius: 10px;
}

#palette-modal ul.color-choose::-webkit-scrollbar-thumb {
    background: #f06700;
    border-radius: 6px;
    border: 2px solid #f3f3f3;
}

#palette-modal .color-choose-box .title {
    color: #8b8b8a;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#palette-modal .btn {
    width: 214px;
    text-transform: none;
    padding: 12px 0;
}

#palette-modal .modal-bottom {
    text-align: right;
    margin-top: 40px;
    padding: 30px 0 40px;
    border-top: 2px solid #f06700;
}

#palette-modal .mfp-close {
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    font-family: 'Segoe UI', sans-serif;
    right: 64px;
    top: 28px;
    width: auto;
    display: flex;
    align-items: center;
}

#palette-modal .mfp-close svg {
    margin-left: 16px;
}

.bx-ss-icon.vkontakte {
    background: url(../img/vk.svg) center;
    width: 24px;
    height: 24px;
}

.bx-ss-icon.openid-mail-ru {
    background: url(../img/icons/mail.svg) center;
    width: 24px;
    height: 24px;
}


.palette-header {
    margin: 0 0 30px;
}

.palette-header-item {
    margin: 0 0 20px 0;
    font-size: 20px;
}

.palette-content-item {
    display: flex;
    flex-wrap: wrap;
    margin: -2.5px;
}

.palette-color-item label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 116px;
    height: 50px;
    font-size: 20px;
    line-height: 1.2em;
    background-size: cover !important;
    border: 1px solid transparent;
    transition: border-color 0.3s;
}

.palette .palette-color-item.radio {
    margin: 2.5px;
}

.gallery {
    margin: 0 -3px 30px;
    display: flex;
    flex-wrap: wrap;
}

.gallery-item {
    width: 33.3%;
}

.gallery-item-in {
    margin: 3px;
}

.news-card .img-box {
    text-align: center;
}

div.title-search-result.no-top {
    position: fixed !important;
    transform: translate(0, -44px);
}


/* ============================================================================================ */
.container {
    margin: 0 auto;
    max-width: 1540px;
}

.header {
    padding: 38px 0 18px 0;
    position: sticky;
    top: 0;
    z-index: 99;
    background: #FFFFFF;
}

/*.bx-panel-folded*/

.header__top, .header__bottom, .header__top-wrapper, .header__logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__top {
    padding: 10px 30px;
    /* background: #1A1919; */
    background: #474a51;
    height: 73px;
    border-radius: 20px;
}

.header__top-wrapper {
    width: 100%;
}

.header__top-wrapper.left {
    max-width: 700px;
}

.header__top-wrapper.right {
    max-width: 800px;
}

.header__logo img {
    height: 22px;
}

.header__logo-text {
    font-size: 14px;
    height: 40px;
    color: #FFFFFF;
    padding-left: 30px;
    margin-left: 40px;
    position: relative;
    max-width: 190px;
    display: flex;
    align-items: center;
}

.header__logo-text:before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #EC6807;
    position: absolute;
    top: 0;
    left: 0;
}

.js-city-select-toggler {
    font-size: 24px;
    color: #EC6807;
    display: flex;
    align-items: center;
}

.js-city-select-toggler:after {
    content: '';
    display: inline-block;
    border: 5px solid transparent;
    border-left: 8px solid #f06700;
    margin-left: 10px;
}

.header__phone {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header__phone a {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
}

.header__social {
    display: flex;
    flex-direction:row;
    gap:16px;
    font-size:0;
    line-height:1;
}

.header__email {
    display: flex;
    flex-direction:row;
    gap:16px;
    font-size:0;
    line-height:1;
}

.header__call {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    text-decoration: underline;
}

.header__bottom {
    margin-top: 17px;
    height: 64px;
    position: relative;
}

.header__bottom-wrapper {
    display: flex;
    justify-content: space-between;
}

.header__bottom-wrapper.left {
    width: 100%;
    height: 100%;
}

.header__bottom-wrapper.right {
    max-width: 300px;
    width: 100%;
}

.header__catalog {
    width: 261px;
    flex: none;
    height: 64px;
    background: #EC6807;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    position: relative;
    border-radius: 20px;
}

.header__catalog-img {
    width: 25px;
    height: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 1px 24px 0 0;
}

.header__catalog-img span {
    display: block;
    background: #FFFFFF;
    width: 100%;
    height: 2px;
}

.header__catalog > a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__catalog-item .img {
    height: 140px;
    border-radius: 20px;
}

.header__catalog-item .title {
    margin: 12px 0 5px;
    font-size: 24px;
}

.header__catalog-item .links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header__catalog-item .links a {
    text-decoration: underline;
    font-size: 20px;
    line-height: 32px;
}

.header__bottom > div:nth-of-type(2):not([class]) {
    width: 100%;
}

.header .header-search {
    height: 64px;
    width: 100%;
    margin-right: 63px;
}

.header .header-search form {
    height: 100%;
}

.search-form-input {
    display: flex;
    align-items: center;
    height: 100%;
}

.search-form-input input {
    color: #000000;
    padding-left: 18px;
    height: 100%;
    /* border: 1px solid #000000; */
    border: 1px solid #474a51;
    border-radius: 20px 0 0 20px;
}

.js-city-input {
    color: #000000;
    padding: 17px 32px 21px;
    background: #F6F6F6;
    font-size: 20px;
    max-width: 699px;
    border-radius: 20px;
}

input::placeholder {
    color: #A9A9A9;
}

.search-form-input button {
    /* background: #1A1919; */
    background: #474a51;
    width: 146px;
    height: 100%;
    flex-shrink: 0;
    transition: all 0.15s ease 0s;
    border-radius: 0 20px 20px 0;
}

.search-form-input button:hover {
    background: #EC6807;
}

.header__link {
    display: flex;
    align-items: flex-end;
    margin-left: 53px;
}

.header__link a {
    display: flex;
    align-items: flex-end;
}

.header__link-descr {
    margin-left: 20px;
    color: #000000;
    font-size: 18px;
}

.header__link-icon {
    position: relative;
}

.header__link .count {
    width: 16px;
    height: 16px;
    background: #EC6807;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -5px;
    right: -8px;
}

.popup__overlay {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    padding: 100px 0;
}

.popup__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.popup {
    display: none;
    background: #FFFFFF;
    max-width: 555px;
    width: 100%;
    min-height: 459px;
    margin: 0 15px;
    overflow: auto;
    padding: 60px 90px;
}

.popup__title {
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    margin-bottom: 40px;
}

.js-city-select-form .flex-row {
    align-items: center;
}

.hidden, .dd-content, .m-visible,
.null .prd-items, .side-compare.null .count, .side-basket.null .count, .null .price,
.goods-wrap ul.crumbs a svg, .custom-select select, .select-hide, .filter-link .close-bars {
    display: none;
}

.tab-content {
    overflow-y: hidden;
    height: 0;
    padding: 0;
}

.tab-content.active {
    overflow-y: initial;
    height: initial;
}

.catalog-item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    border: 1px solid #EC6807;
    transition: all 0.3s;
    border-radius: 20px;
    padding: 20px 0;
}

.catalog-item-btn:hover {
    background-color: #EC6807;
    color: #FFFFFF;
}

.catalog-item-btn:active {
    /* background-color: #1A1919; */
    background-color: #474a51;
    color: #FFFFFF;
}

.catalog-item-btn:hover svg path, .catalog-item-btn:active svg path {
    stroke: #FFFFFF;
}

.catalog-item-btn svg {
    margin-left: 30px;
}

.palette {
    display: flex;
}

.palette-content {
    height: 633px;
    overflow-y: auto;
    overflow-x: hidden;
}

.palette-details {
    width: 697px;
    margin-left: 30px;
    flex: none;
}

.palette-head {
    margin: 0 0 30px;
    display: flex;
    align-items: flex-end;
}

.palette #palette-name {
    display: flex;
    align-items: flex-end;
    font-size: 26px;
    font-weight: 700;
    margin-right: 20px;
}

.palette-link {
    text-decoration: underline;
    font-size: 16px;
}

#palette-color {
    height: 285px;
    width: 100%;
    margin: 0 0 15px 0;
    background-size: cover !important;
}


#palette-name, #palette-ral, #palette-pantone {
    font-size: 20px;
    line-height: 30px;
}

.good-kart-details .flex-row {
    width: 100%;
}

.good-kart-details .price-box .price {
    font-size: 35px;
    line-height: 1;
    white-space: nowrap;
}

.good-kart-details .price-box .price.without-price {
    font-size: 36px;
}

.good-kart-details .unit-price .price-box .price {
    font-size: 20px;
    color: #a9a9a9;
}

.good-kart-details .reg-price .price-box .price {
    font-size: 28px;
    display: flex;
    align-items: center;
    position: relative;
    white-space: nowrap;
}

.good-kart-details .reg-price .price-box .price a {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    right: 0;
    font-weight: 400;
}

.reg-order-box .right-block-inner {
    background: #F6F6F6;
    padding: 40px 30px;
    border-radius: 20px;
}

/*.good-kart-left, .reg-order-box .right-block-inner {
    position: sticky;
    top: 240px;
}*/

.reg-order-box .total-box .total {
    border-bottom: none;
    padding-bottom: 0;
    margin: 90px 0 50px;
}

.reg-order-box .total-box .total-btn {
    border-bottom: none;
    padding-bottom: 0;
}

.reg-order-box .search-form-input {
    height: 64px;
    max-width: calc(100% / 3 * 2 - 12px);
}

.order-info {
    max-width: 700px;
}

.order-details {
    max-width: 1280px;
}

.order-total-info {
    max-width: calc(100% / 3);
    margin: 40px 0;
}

.order-total-info .flex-row {
    margin: 20px 0;
}

.order-total-price {
    padding: 20px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}

.order-total-price h3 {
    margin: 0 0 10px;
}

.order-total-price .flex-row > div:last-child {
    flex: none;
    width: calc(100% / 6);
}

.side-menu a {
    display: flex;
    align-items: center;
    padding: 0 24px;
    font-size: 20px;
    height: 60px;
    border: 1px solid #C4C4C4;
    /* margin: -1px 0; */
    margin: 5px 0;
    border-radius: 20px;
}

.side-menu a.active {
    background: #EC6807;
    color: #FFFFFF;
    position: relative;
}

.side-menu a.active::after {
    content: '';
    background: url(../img/angle-right-white.svg) no-repeat center;
    background-size: contain;
    display: block;
    height: 14px;
    width: 7px;
    position: absolute;
    right: 24px;
    top: calc(50% - 7px);
}

.side-menu .btn {
    margin-top: 24px;
    text-transform: uppercase;
}

.side-menu a svg {
    margin-right: 16px;
}

.catalog-section-info {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: -90px;
}

.catalog-section-info div:nth-child(2n) {
    margin-right: 3px;
}

.catalog-section-info .custom-select {
    width: 288px;
    margin-right: 2px;
}

.catalog-section-view {
    width: 58px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
}

.catalog-section-view.active {
    /* border-color: #1A1919; */
    border-color: #474a51;
}

.catalog-section-view.active path {
    /* fill: #1A1919; */
    fill: #474a51;
}

.filter-title {
    display: inline-flex;
    align-items: center;
    height: 22px;
    margin-bottom: 30px;
}

.filter-title svg {
    margin-right: 14px;
}

.visible-1920, .visible-1024, .visible-320 {
    display: none;
}

.good-kart-tabs {
    position: relative;
    z-index: 1;
}

.log-reg-bottom div {
    font-size: 16px;
}

#filter {
    display: block;
    width: 100%;
}

.zakaz-table .item-top .btn {
    margin-left: 20px;
}

.zakaz-table .zakaz-num {
    font-size: 24px;
    font-weight: 700;
}

.tech-details-title {
    border-bottom: 1px solid #E5E5E5;
}

.tech-details-title span {
    background: #ffffff;
    display: inline-block;
    margin-bottom: -1px;
    padding-right: 20px;
}

.good-kart-content .flex-wrap-2 {
    align-items: flex-end;
}

/* ============================================================================================ */

.side-menu a.active path {
    stroke: #FFFFFF;
}

.lk-wrap {
    margin-top: 40px;
}

.lk-item {
    display: block;
    height: 435px;
    border: 1px solid #E5E5E5;
    position: relative;
    transition: box-shadow 0.3s;
    border-radius: 20px;
}

.lk-item:hover {
    box-shadow: 0 0 20px rgba(169, 169, 169, 0.7)
}

.lk-item h4 {
    margin: 0 0 20px;
}

.lk-item div {
    font-size: 20px;
    line-height: 36px;
}

.lk-item .img {
    height: 154px;
    border-radius: 19px 19px 0 0;
}

.lk-item .inner {
    padding: 37px 20px 0;
}

.lk-item-bottom {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
}

.lk-item-bottom.bordered {
    bottom: 10px;
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
}

.lk-item-bottom div {
    font-size: 16px;
    line-height: 20px;
}

.lk-item-bottom .img {
    height: 130px;
    border-radius: 20px;
}

.lk-wrap .basket-table .item {
    min-height: 170px;
}

.lk-item .subtitle {
    font-size: 24px;
    font-weight: 700;
}

.lk-wrap .basket-table > .item:first-child {
    border-top: 1px solid #E5E5E5;
}

.lk-wrap .basket-table .num {
    width: 76px;
    flex: none;
    margin-right: 30px;
}

.lk-wrap .basket-table .btn svg {
    margin-right: 24px;
}

.basket-table.viewed .left-block {
    width: 55%;
}

.basket-table.viewed .right-block {
    width: 45%;
}

.lk-wrap .basket-table .right-block > div {
    text-align: left;
}

.lk-wrap .basket-table .right-block > div:first-child {
    width: 140px;
}

.lk-wrap .basket-table .right-block > div:last-child {
    width: 20px;
}

.lk-wrap .basket-table .num, .basket-table .right-block > div:last-child {
    text-align: right;
}

.lk-wrap .basket-table .btn {
    padding: 20px 40px;
}

.list-item {
    display: flex;
    margin-bottom: 48px;
}

.list-item .num {
    flex: none;
    width: 30px;
}

.list-item .img {
    height: 116px;
    width: 116px;
    flex: none;
    margin-right: 25px;
}

.filter .filter-dd-item a.selected {
    border-color: #EC6807;
    background-color: #EC6807;
    color: #FFFFFF;
}

.filter .filter-dd-item a.selected svg path {
    stroke: #FFFFFF;
}

.filter .btn.selected {
    margin: 0;
}

.goods-wrap__top {
    height: 52px;
}

.payment-block {
    max-width: 407px;
    margin: 50px auto 0;
}

.payment-block-inner {
    padding: 40px 20px;
    /* border: 1px solid #000000; */
    border: 1px solid #474a51;
}

.payment-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.payment-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.payment-block-top {
    margin-bottom: 25px;
}

.payment-block-bottom {
    margin-top: 20px;
}

.payment-price {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
}

.payment-price svg {
    margin-left: 25px;
}

.payment-block .btn {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}

.payment-block-bottom img {
    border: 1px solid #E5E5E5;
}

.thanks-block {
    height: 513px;
    display: flex;
    align-items: center;
    background-position-y: 30%;
    border-radius: 20px;
}

.thanks-block-inner {
    width: 490px;
    margin-left: auto;
	margin-right: 20px
}

.thanks-block .title, .thanks-block .subtitle {
    font-size: 32px;
}

.catalog-block .flex-wrap-4 {
    margin: 0 -15px -48px;
}

.catalog-block .flex-wrap-4 > div {
    margin: 0 15px 48px;
}

.gallery-card {
    margin-bottom: 60px;
}

.gallery-card .img {
    height: 136px;
    display: block;
    position: relative;
    margin-bottom: 12px;
    border-radius: 20px;
    overflow: hidden;
}

.gallery-card .img .count {
    position: absolute;
    right: 0;
    bottom: 0;
    /* background-color: #1A1919; */
    background-color: #474a51;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 8px 16px;
}

.gallery-card .img .count svg {
    margin-left: 10px;
}

.gallery-card h5 {
    margin: 0 0 8px;
    font-size: 24px;
}

.news-card.gallery-card .desc {
    font-size: 20px;
}


.good-kart-right .info-item-avail {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 12px;
}

.gallery-wrap {
    display: flex;
    margin-bottom: 50px;
}

.gallery-slider-nav {
    width: 165px;
    flex: none;
    margin: 0 25px 0 0;
    overflow: hidden;
}

.gallery-slider-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.gallery-slider-wrap .slick-prev, .gallery-slider-wrap .slick-next {
    height: 106px;
    width: 106px;
    bottom: calc(50% - 53px);
}

.gallery-slider-wrap .slick-prev {
    left: 103px;
}

.gallery-slider-wrap .slick-next {
    right: 103px;
}

.gallery-slider {
    width: 100%;
    margin-bottom: 0;
}

.gallery-slider-nav .item {
    height: 107px;
    margin-bottom: 16px;
    border-radius: 20px;
}

.gallery-slider-nav .item, .gallery-slider .item {
    opacity: 0.4;
}

.gallery-slider-nav .item.slick-current, .gallery-slider .item.slick-current {
    opacity: 1;
}

.gallery-slider .item img {
    width: auto;
    height: 100%;
    border-radius: 20px;
}

.gallery-slider .item {
    margin: 0 8px;
    height: 790px;
    border-radius: 20px;
}

.ui-widget.ui-widget-content {
    border: none;
}

.ui-widget-content {
    background-color: #E5E5E5;
    font-size: 16px;
    padding: 14px 18px;
    border: none;
    color: #1A1919;
}

.help {
    position: relative;
    margin: 0 10px;
}

.help::after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: -30px;
    transform: rotate(135deg);
    border: 13px solid transparent;
    border-left: 13px solid #E5E5E5;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
}

.help.active::after {
    visibility: visible;
    opacity: 1;
}

#side-menu-content {
    display: none;
}

.index-info-block {
    margin: 40px 0 0 0;
}

.news-card .img-box a img {
    border-radius: 20px;
}


.log-reg-block-newOld .log-reg-block {
    padding: 40px;
}
.custom_benefit{
  margin-left: 15px;
}
.contacts_stores{
    display: flex;
    flex-wrap: wrap;
}
.store_inner{
    width: 50%;
}
.contacts_stores .store_651{
    order: 1;
}
.contacts_stores .store_33635{
    order: 3;
}
.contacts_stores .store_652{
    order: 2;
}
.contacts_stores .store_44911{
    order: 4;
}
#form-wrapper.callback{
    margin-top: 10px;
}
.marketplaces_wrap{
    width: 100%;
}
@media (max-width: 480px) {
    .log-reg-block-newOld .log-reg-block {
        padding: 20px;
    }
}

@media (max-width: 380px) {
    .log-reg-block-newOld .log-reg-block {
        padding: 20px 10px;
    }
}

.log-reg-block-newOld .tab-links.log-reg-links {
    display: flex;
    justify-content: center;
    overflow: visible;
    margin: 0 0 50px 0;
}

@media (max-width: 480px) {
    .log-reg-block-newOld .tab-links.log-reg-links {
        justify-content: space-between;
    }
}

.log-reg-block-newOld .tab-links.log-reg-links a {
    height: 65px;
    margin: 0 20px !important;
    font-size: 20px;
    line-height: 61px;
}

@media (max-width: 768px) {
    .b24-widget-button-popup{
        display: none !important;
    }
    .contacts_stores{
        display: block;
    }
    .store_inner{
        width: 100%;
    }
    .log-reg-block-newOld .tab-links.log-reg-links a {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
}

@media (max-width: 480px) {
    .log-reg-block-newOld .tab-links.log-reg-links a {
        width: 48%;
        margin: 0 !important;
    }
}

/* @media (max-width: 759px) {
    .log-reg-block-newOld .tab-links.log-reg-links a {
        margin: 0;
    }
    .log-reg-block-newOld .tab-links.log-reg-links a:first-child {
        margin: 0 0 30px 0;
    }
} */
.log-reg-block-newOld #tab-log {
    max-width: 600px;
    margin: 0 auto;
}

.log-reg-block-newOld .form-input-box {
    padding: 0 0 60px 0;
}

.log-reg-block-newOld .form-input-box .form-input {
    margin: 0;
    padding: 16px 20px;
}

.log-reg-block-newOld .form-input-box label.error {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
    font-size: 16px;
    padding-left: 43px;
}

.log-reg-block-newOld div.bx-auth-serv-icons a {
    margin: 0;
    border: 1px solid transparent;
}

.log-reg-block-newOld div.bx-auth-serv-icons a:hover {
    margin: 0;
    border: 1px solid #646464;
}

.log-reg-block-newOld form button.btn {
    padding: 17px 60px;
    font-size: 16px;
}

.log-reg-block-newOld .log-reg-block {
    padding: 40px;
}

@media (max-width: 480px) {
    .log-reg-block-newOld .log-reg-block {
        padding: 20px;
    }
}

@media (max-width: 380px) {
    .log-reg-block-newOld .log-reg-block {
        padding: 20px 10px;
    }
}

.log-reg-block-newOld .tab-links.log-reg-links {
    display: flex;
    justify-content: center;
    overflow: visible;
    margin: 0 0 50px 0;
}

@media (max-width: 480px) {
    .log-reg-block-newOld .tab-links.log-reg-links {
        justify-content: space-between;
    }
}

.log-reg-block-newOld .tab-links.log-reg-links a {
    height: 65px;
    margin: 0 20px !important;
    font-size: 20px;
    line-height: 61px;
}

@media (max-width: 768px) {
    .log-reg-block-newOld .tab-links.log-reg-links a {
        height: 50px;
        font-size: 16px;
        line-height: 50px;
    }
}

@media (max-width: 480px) {
    .log-reg-block-newOld .tab-links.log-reg-links a {
        width: 48%;
        margin: 0 !important;
    }
}

.log-reg-block-newOld #tab-reg {
    max-width: 600px;
    margin: 0 auto;
}

.log-reg-block-newOld .radio-row {
    display: flex;
}

.log-reg-block-newOld .radio-row .radio {
    margin: 0 50px 0 0;
}

@media (max-width: 380px) {
    .log-reg-block-newOld .radio-row .radio {
        margin: 0 30px 0 0;
    }
}

.log-reg-block-newOld .radio-row .radio:last-child {
    margin: 0;
}

.log-reg-block-newOld .form-input-box,
.log-reg-block-newOld .checkbox-red,
.log-reg-block-newOld .recaptcha-wrapper {
    padding: 0 0 60px 0;
}

.log-reg-block-newOld .form-input-box .form-input {
    margin: 0;
    padding: 16px 20px;
}

.log-reg-block-newOld .checkbox-red,
.log-reg-block-newOld .recaptcha-wrapper {
    margin: 0;
}

.log-reg-block-newOld .form-input-box label.error {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
    font-size: 16px;
    padding-left: 43px;
}

.log-reg-block-newOld .checkbox-red label.error,
.log-reg-block-newOld .recaptcha-wrapper label.error {
    position: absolute;
    top: auto;
    bottom: 15px;
    left: 0;
    font-size: 16px;
    padding-left: 43px;
}

.log-reg-block-newOld #recaptcha_default {
    transform: scale(1);
    -webkit-transform: scale(1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

@media (max-width: 390px) {
    .log-reg-block-newOld #recaptcha_default {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }

    .log-reg-block-newOld .recaptcha-wrapper label.error {
        bottom: 30px;
    }
}

.log-reg-block-newOld form button.btn {
    padding: 17px 60px;
    font-size: 16px;
}


.about-company img {
    border-radius: 20px;
}

.about-company h2 {
    text-align: center;
}

.about-company-way {
    margin: 64px 0;
}

@media (max-width: 768px) {
    .about-company-way {
        margin: 32px 0;
    }
}

.about-company-way-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about-company-way-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 24px 24px 24px;
    width: 120px;
}

@media (max-width: 1280px) {
    .about-company-way-item {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .about-company-way-item {
        width: 70px;
        margin: 0 20px 20px 20px;
    }
}

.about-company-way-img {
    width: 100px;
    max-width: none;
    text-align: center;
}

@media (max-width: 1280px) {
    .about-company-way-img {
        width: 70px;
    }
}

.about-company-way-title {
    text-align: center;
}

@media (max-width: 1280px) {
    .about-company-way-title {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .about-company-way-title {
        font-size: 12px;
    }
}

.about-company-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 48px 0 0 0;
}

.about-company-links-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 48px 48px 48px;
}

@media (max-width: 1024px) {
    .about-company-links-item {
        margin: 0 24px 48px 24px;
    }
}

.about-company-links-img {
    height: 150px;
    transition: opacity 0.3s ease 0s;
}

.about-company-links-item:hover .about-company-links-img {
    opacity: 0.65;
}

.about-company-links-title {
    margin: 16px 0 0 0;
    font-weight: 700;
    text-align: center;
    transition: color 0.3s ease 0s;
}

.about-company-links-item:hover .about-company-links-title {
    color: #ec6807;
}

.about-company-links-item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.btn-ozon:hover,
.btn-ozon {
    padding: 0 !important;
    border: none;
    transition: opacity 0.3s ease 0s;
    font-size: 0 !important;
    background-color: transparent;
    background-image: url(../img/icons/ozon.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 37.5px;
}

.btn-ozon:hover {
    opacity: 0.8;
}


.btn-wb:hover,
a.btn-wb {
    padding: 0 !important;
    border: none;
    transition: opacity 0.3s ease 0s;
    font-size: 0 !important;
    background-color: transparent;
    background-image: url(../img/icons/wb.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 37.5px;
}


.btn-wb:hover {
    opacity: 0.8;
}

.btn-ym:hover,
.btn-ym {
    padding: 0 !important;
    border: none;
    transition: opacity 0.3s ease 0s;
    font-size: 0 !important;
    background-color: transparent;
    background-image: url(../img/icons/ym.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 37.5px;
}

.btn-ym:hover {
    opacity: 0.8;
}

.good-kart-right{
    width: 100%;
}
.good-kart-details__first,
.good-kart-details__two{
    width: 50%;
}
.good-kart-details{
    display: flex;
}
@media (max-width: 1023px) {
    .prd-card .btn-ozon {
        padding: 10px 0 !important;
    }

    .prd-card .btn-ozon:hover {
        padding: 10px 0 !important;
    }
    .good-kart-left{
        width: 100%;
    }
    .good-kart{
        flex-wrap: wrap;
    }
}


/* .prd-buttons {
    flex-wrap: wrap;
    align-items: flex-start;
} */
/* .prd-buttons .buy {
    margin-bottom: 8px;
} */
/* .prd-buttons .btn-ozon {
    width: 190px;
} */
/* .good-kart-right .js-buy-oneclick {
    margin-bottom: 8px;
} */


.zakaz-detail {
    margin-bottom: 20px;
}

.zakaz-detail .left-block {
    flex-wrap: wrap;
    width: 100%;
}

.zakaz-detail .left-block > a {
    width: 100%;
}

.zakaz-detail .left-block .inner {
    display: flex;
    width: auto !important;
    max-width: 200px;
    margin-top: 20px;
}

.zakaz-detail .left-block .inner .circle {
    background-color: #FFFFFF;
    border: 1px solid grey;
    margin-right: 20px;
}

.zakaz-detail .right-block {
    display: flex !important;
    justify-content: flex-start !important;
    margin-top: 20px;
}

.zakaz-detail .right-block .order-basket-table-count {
    width: 72px !important;
}

.zakaz-detail .right-block .price {
    width: auto !important;
}

.zakaz-detail-bottom {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .zakaz-detail .zakaz-info {
        flex-direction: column;
    }
}

.seo-text {
    max-width: 800px;
    margin: 80px 0 0;
}

.seo-text a {
    text-decoration: underline;
}

/* ----------------- */
.modal #form-buy label[for=ONECLICK_CONSENT] {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

.modal #form-buy label[for=ONECLICK_CONSENT] span {
    float: left;
    position: absolute;
    left: 0px;
}


a.btn-buy .buy__to-basket {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
}

a.btn-buy .buy__in-basket {
    display: none;
    min-width: 120px;
    align-items: center;
    justify-content: center;
}


a.btn-buy.in-basket {
    background: #EC6807;
}

a.btn-buy.in-basket .buy__to-basket {
    display: none;
}

a.btn-buy.in-basket .buy__in-basket {
    display: flex;
    line-height: 1.3;
    flex-direction: column;
}

a.btn-buy.in-basket .buy__in-basket span {
    display: block;
    text-align: center;
    font-size: 1em;
}

a.btn-buy.in-basket .buy__in-basket span:first-child {
    font-weight: 900;
    font-size: 1.1em;
}

.good-kart .prd-counter-box .btn.in-basket {
    padding-top: 7px;
    padding-bottom: 7px;
}

.prd-card a.btn-buy.in-basket .buy__in-basket {
    line-height: inherit;
}

.prd-card a.btn-buy.in-basket .buy__in-basket span:nth-child(2) {
    display: none;
}

.prd-card a.btn-buy.in-basket .buy__in-basket span {
    font-size: 18px;
}


