

/* Start:/assets/src/css/animate.css?17193456903000*/
@charset "UTF-8";

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* End */


/* Start:/assets/src/css/jquery.formstyler.css?17193456902175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/assets/src/css/slick.css?17193456901846*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/assets/src/css/style.css?1759785901299841*/
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}

.up {
    text-transform: uppercase;
}

.none {
    text-decoration: none;
}

.th {
    font-weight: 100;
}

.el {
    font-weight: 200;
}

.l {
    font-weight: 300;
}

.reg {
    font-weight: 400;
}

.med {
    font-weight: 500;
}

.sb {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.eb {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

.un {
    text-decoration: underline;
}

.in {
    display: inline-block;
}

.vam {
    vertical-align: middle;
}

.rel {
    position: relative;
}

.bl {
    display: block;
}

.abs {
    position: absolute;
}

.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.try {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.trx {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.tc {
    display: table-cell;
    vertical-align: middle;
}

.dn {
    display: none;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

.it {
    font-style: italic;
}

.sn {
    font-style: normal;
}

.popup {
    position: fixed;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0;
    overflow-y: scroll;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
}

.b0 {
    border: 0;
}

.bn {
    background: none;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.wa {
    width: auto;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.poi {
    cursor: pointer;
}

.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.noup {
    text-transform: none;
}

.fix {
    position: fixed;
}

.tn {
    transform: none;
}

.bf {
    background: #fff;
}

.cf {
    color: #fff;
}

.c0 {
    color: #1D1D1F;
}

.ap {
    appearance: none;
}

.nw {
    white-space: nowrap;
}

.ma {
    margin: 0 auto;
}

.oh {
    overflow: hidden;
}

.pen {
    pointer-events: none;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    overflow-x: hidden;
}

body,
th,
td {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #1D1D1F;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: #1D1D1F;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: 'Inter', sans-serif;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
    color: transparent;
}

button,
input[type='submit'] {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
}

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

img {
    max-width: 100%;
}

.an {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

section,
header,
footer,
nav,
main {
    display: block;
}

.wrap {
    margin: 0 auto;
    width: 1200px;
}

* {
    outline: none !important;
}

textarea {
    resize: none;
}

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

.flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.top-page-line {
    background: #1D1D1F;
    color: #fff;
    padding: 11px 0;
    font-size: 14px;
    line-height: 18px;
}

.top-page-line a {
    color: #fff;
    text-decoration: none;
}

.top-page-line .contacts .city {
    display: inline-block;
    position: relative;
    margin-right: 32px;
    height: 18px;
}

.top-page-line .contacts .city a {
    padding: 0 0 0 20px;
}

.top-page-line .contacts .city a .fa {
    font-size: 18px;
    vertical-align: middle;
}

.top-page-line .contacts .city .window {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 24px;
    z-index: 3;
    width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(29, 29, 31, 0.12);
    color: #1D1D1F;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: none;
}

.top-page-line .contacts .city .window:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 24px;
}

.top-page-line .contacts .city .window:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -13px;
    width: 26px;
    height: 26px;
    background: url('/assets/src/img/window.svg');
}

.top-page-line .contacts .city .window p {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
    background: url('/assets/src/img/city1.svg') no-repeat 0 1px;
}

.top-page-line .contacts .city .window .button {
    padding-top: 26px;
}

.top-page-line .contacts .city .window .button a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 32px;
    padding-left: 0;
}

.top-page-line .contacts .city .window .button button {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 66px;
    height: 32px;
    color: #fff;
    font-size: 14px;
}

.top-page-line .contacts .city .window .name {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}

.top-page-line .contacts .city .window .field {
    margin-bottom: 20px;
    position: relative;
}

.top-page-line .contacts .city .window .field input[type='text'] {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 0 12px;
    font-size: 14px;
}

.top-page-line .contacts .city .window .field input[type='text']:focus,
.top-page-line .contacts .city .window .field input[type='text']:hover {
    background: #f6f6f6;
}

.top-page-line .contacts .city .window .field button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 24px;
    height: 24px;
    background: url('/assets/src/img/btn.svg');
}

.top-page-line .contacts .city .window ul {
    text-align: left;
}

.top-page-line .contacts .city .window ul li {
    margin-bottom: 12px;
}

.top-page-line .contacts .city .window ul li:last-child {
    margin-bottom: 0;
}

.top-page-line .contacts .city .window ul li a {
    display: block;
    text-decoration: none;
    color: #1D1D1F;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}

.top-page-line .contacts .city .window .select {
    display: none;
}

.top-page-line .contacts .phone {
    padding: 0 0 0 20px;
}

.top-page-line .contacts .phone span {
    color: #A9AFB7;
}

.top-page-line .links a {
    display: inline-block;
    padding: 0 18px 0 0;
    margin-right: 30px;
}

.top-page-line .links a:last-child {
    margin-right: 0;
}

.header {
    padding: 16px 0;
    margin-bottom: 23px;
    position: relative;
}

.header .left-links .link {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 48px;
}

.header .left-links .link.menu-button {
    margin-right: 10px;
}

.header .left-links .link.search-link {
    background: url('/assets/src/img/search-link.svg');
}

.header .left-links .link.search-link.hid {
    display: none;
}

.header .left-links > form {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    display: none;
}

.header .left-links > form.opened {
    display: inline-block;
}

.header .left-links > form input[type='text'] {
    width: 0;
    height: 48px;
    background: #f5f5f5 url('/assets/src/img/search-link.svg') no-repeat 0 0;
    border-radius: 6px;
    padding: 0 12px 0 46px;
    font-size: 14px;
    position: relative;
    z-index: 110;
    transition: 0.3s;
}

.header .left-links > form input[type='text']:focus,
.header .left-links > form input[type='text']:hover,
.header .left-links > form input[type='text']:not(:placeholder-shown) {
    background: #f6f6f6 url('/assets/src/img/search-link.svg') no-repeat 0 0;
    width: 330px;
    transition: 0.3s;
}

.search-title {
    background: #fff;
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -2px;
    border-top: unset;
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    padding: 10px;
}

.search-title .items {
    padding: 15px;
}

.search-title .items .item + .item {
    margin-top: 10px;
}

.search-title .items .item div {
    display: table-cell;
    vertical-align: middle;
}

.search-title .items .item div img {
    max-width: 100000px;
    mix-blend-mode: multiply;
}

.search-title .items .item div a {
    font-size: 14px;
    line-height: 18px;
    width: auto;
    height: auto;
    margin: -3px 0 0 0;
    display: block;
    text-decoration: none;
}

.search-title .items .bottom-link {
    margin: 5px 0 0 0;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    width: auto;
    height: auto;
}

.search-title .button {
    border-top: 1px solid #fff;
    margin-top: -1px;
    position: relative;
    z-index: 2;
    display: block;
    padding: 15px;
}

.search-title.list .button button {
    width: 100%;
    background: none;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
}

.header .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.header .logo a {
    display: inline-block;
    width: 48px;
    height: 48px;
}

.header .right-links {
    padding-top: 12px;
}

.header .right-links .link {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

.header .right-links .link:nth-child(1) a {
    background: url('/assets/src/img/header-link1.svg');
}

.header .right-links .link:nth-child(1) .window {
    width: 200px;
}

.header .right-links .link:nth-child(2) a {
    background: url('/assets/src/img/header-link2.svg');
}

.header .right-links .link:nth-child(3) a {
    background: url('/assets/src/img/header-link3.svg');
}

.header .right-links .link:nth-child(3) .window {
    width: 340px;
}

.header .right-links .link:nth-child(3) .window a {
    display: inline-block;
    margin: 0;
}

.header .right-links .link:nth-child(4) {
    margin-right: 0;
}

.header .right-links .link:nth-child(4) a {
    background: url('/assets/src/img/header-link4.svg');
}

.header .right-links .link:hover:not(.active):not(:nth-child(4)) .window,
.header .right-links .link.show:not(.active):not(:nth-child(4)) .window,
.header .right-links .link.open .window
{
    opacity: 1;
    pointer-events: all;
    transition-duration: .2s;
    transition-timing-function: ease-out;
}

.header .right-links .link a {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
}

.header .right-links .link a span {
    position: absolute;
    width: 20px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    top: -6px;
    right: -10px;
}

.header .right-links .link .window {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 28px;
    z-index: 3;
    background: #fff;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    width: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    font-size: 14px;
    line-height: 18px;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s opacity;
    transition-timing-function: ease-in;
}

.header .right-links .link .window.big {
    transform: none;
    left: auto;
    right: -10px;
    width: 360px;
    padding: 0;
    transition-duration: .2s;
}

.header .right-links .link .window.big:after {
    transform: none;
    left: auto;
    right: 28px;
}

.header .right-links .link .window:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 30px;
}

.header .right-links .link .window:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -13px;
    width: 26px;
    height: 26px;
    background: url('/assets/src/img/window.svg');
}

.header .right-links .link .window p {
    margin: 10px 0;
    color: rgba(29, 29, 31, 0.4);
}

.header .right-links .link .window a {
    display: block;
    text-decoration: none;
    width: auto;
    height: auto;
    background: none;
}

.header .right-links .link a {
    margin-bottom: 3px;
}

.header .right-links .link .window .cart-list .item {
    padding: 10px;
}

.header .right-links .link .window .cart-list .item div {
    display: table-cell;
    vertical-align: middle;
}

.header .right-links .link .window .cart-list .item .name div {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1D1D1F;
}

header .right-links .link .window .cart-list .item .name .link {
    display: flex;
    flex-direction: column;
    margin-right: 0;
}

.header .right-links .link .window .cart-list .item .name div img {
    max-width: 60px;
    mix-blend-mode: multiply;
}

.header .right-links .link .window .cart-list .item div.price {
    white-space: nowrap;
    text-align: left;
    margin-top: auto;
}

.header .right-links .link .window .cart-list .item div.delete a {
    display: inline-block;
    width: 25px;
    height: 25px;
}

.header .right-links .link .window .cart-list .result {
    padding: 15px;
}

.header .right-links .link .window .cart-list .result .price {
    color: rgba(1, 1, 1, 0.3);
    font-size: 14px;
    line-height: 18px;
}

.header .right-links .link .window .cart-list .result .price span {
    color: #1D1D1F;
    margin-top: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.header .right-links .link .window .cart-list .result button {
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 40px;
    border-radius: 6px;
}

.index-about-top-block {
    margin-bottom: 90px;
    width: 32%;
    display: flex;
    flex-direction: column;
}

.index-about-top-block .site {
    color: rgba(1, 1, 1, 0.3);
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 13px;
    margin-bottom: 32px;
}

.index-about-top-block h1 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.index-about-top-block .logo {
    margin-bottom: 50px;
}

.index-about-top-block p {
    margin-bottom: 20px;
    opacity: .9;
    font-size: 14px;
    line-height: 18px;
}

.index-about-top-block .links {
    margin-bottom: 33px;
    font-size: 14px;
    line-height: 18px;
}

.index-about-top-block .links a {
    display: block;
    text-decoration: none;
    margin-top: 6px;
}

.index-about-top-block button {
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    padding: 11px 12px;
    background: #fff;
    font-size: 14px;
    width: fit-content;
    margin-top: auto;
}

.index-about-top-block button span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url('/assets/src/img/btn.svg');
    margin-right: 4px;
}

.index-page-slider {
    width: 66%;
    margin-bottom: 90px;
}

.index-page-slider .sl-count {
    position: absolute;
    font-size: 14px;
    line-height: 18px;
    opacity: .3;
    bottom: 30px;
    left: 130px;
    display: none;
}

.index-page-slider .top-link {
    text-align: right;
    margin-bottom: 10px;
}

.index-page-slider .top-link a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.index-page-slider .list .item {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    background: #F5F5F5;
    padding: 22px 30px 117px 30px;

}

.index-page-slider .list .item .text {
    max-width: 262px;
}

.index-page-slider .list .item .text .logo {
    margin-bottom: 51px;
    max-width: 100px;
}
.index-page-slider .list:before {
    content: '';
    position: absolute;
    top: -10px;
}

.index-page-slider .list .item .text .top-text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    opacity: .3;
    display: none;
}

.index-page-slider .list .item .text .name {
    margin-bottom: 19px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
}

.index-page-slider .list .item .text .name span {
    display: block;
}

.index-page-slider .list .item .text p {
    font-size: 14px;
    line-height: 18px;
}

.index-page-slider .list .item .image {
    position: absolute;
    margin-top: 18px;
    top: 0;
    right: 17px;
}

.index-page-slider .list .slick-dots {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 10px;
}

.index-page-slider .list .slick-dots li {
    display: inline-block;
    margin-right: 10px;
}

.index-page-slider .list .slick-dots li:last-child {
    margin-right: 0;
}

.index-page-slider .list .slick-dots li button {
    background: none;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    color: rgba(1, 1, 1, 0.3);
}

.index-page-slider .list .slick-prev,
.index-page-slider .list .slick-next {
    position: absolute;
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    bottom: 30px;
}

.index-page-slider .list .slick-prev {
    background: url('/assets/src/img/prev.svg');
    left: 30px;
}

.index-page-slider .list .slick-next {
    background: url('/assets/src/img/next.svg');
    left: 88px;
}

.index-catalog-block {
    padding-bottom: 60px;
}

.index-catalog-block .list.four-items .item {
    width: 23.5%;
}

.index-catalog-block .top-text {
    width: 34%;
    padding: 45px 0 60px;
    font-size: 14px;
    line-height: 18px;
}

.index-catalog-block .top-text h1 {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
}

.index-catalog-block form {
    margin-bottom: 30px;
    padding-right: 17%;
    position: relative;
}

.index-catalog-block form.inner {
    padding-right: 0;
}

.index-catalog-block form input[type='text'] {
    width: calc(76% - 23px);
    height: 48px;
    background: #f5f5f5 url('/assets/src/img/search.svg') no-repeat 12px 50%;
    border-radius: 6px;
    padding: 0 20px 0 46px;
    font-size: 14px;
}

.index-catalog-block form input[type='text']:focus,
.index-catalog-block form input[type='text']:hover {
    background: #f6f6f6 url('/assets/src/img/search.svg') no-repeat 12px 50%;
}

.index-catalog-block form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 15%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}

.index-catalog-block form button span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url('/assets/src/img/btn2.svg');
    margin-right: 3px;
}

.index-catalog-block form .list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 3;
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.index-catalog-block form .list .items {
    padding: 15px;
}

.index-catalog-block form .list .items .search-item {
    margin-bottom: 10px;
}

.index-catalog-block form .list .items .search-item div {
    display: table-cell;
    vertical-align: middle;
}

.index-catalog-block form .list .items .search-item div img {
    max-width: 100000px;
    margin-right: 10px;
}

.index-catalog-block form .list .items .search-item div a {
    font-size: 14px;
    line-height: 18px;
    width: auto;
    height: auto;
    margin: -3px 0 0 0;
    display: block;
    text-decoration: none;
}

.index-catalog-block form .list .button {
    border-top: 1px solid #fff;
    margin-top: -1px;
    position: relative;
    z-index: 2;
    padding: 0 15px 15px 15px;
}

.index-catalog-block form .list .button button {
    width: 100%;
    background: none;
    color: #1D1D1F;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
}

.index-catalog-block form .list .button button span {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    background: none;
    height: auto;
}

.index-catalog-block .list .item {
    width: 15%;
    height: 230px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(1, 1, 1, 0.1);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.index-catalog-block .list .item .image {
    position: absolute;
    top: 21px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.index-catalog-block .list .item p {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 55px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 0 7px;
    font-size: 14px;
    line-height: 18px;
}

.index-catalog-block .list .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.index-catalog-block .list .banner {
    width: 24%;
    height: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 20px;
    color: #fff;
}

.index-catalog-block .list .banner .logo {
    margin-bottom: 20px;
}

.index-catalog-block .list .banner .name {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 18px;
}

.index-catalog-block .list .banner .name span {
    display: block;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.index-catalog-block .list .banner button {
    background: #fff;
    width: 107px;
    height: 30px;
    border-radius: 6px;
    font-size: 14px;
}

.index-brands-block {
    padding-bottom: 90px;
}
.index-brands-block.cart .list:not(.slick-initialized) {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    justify-content: flex-start;
    align-items: center;
}

/* Каждая карточка бренда */
.index-brands-block.cart .list:not(.slick-initialized) .item {
    flex: 0 0 180px;     /* ширина как у slick */
    margin: 0 12px;      /* боковые отступы как у slick */
    text-align: center;
    display: block;
}

/* Логотип (основная картинка) */
.index-brands-block.cart .list:not(.slick-initialized) img:not(.flag) {
    width: 140px;
    height: 63px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

/* Флаги (маленькие иконки стран) */
.index-brands-block.cart .list:not(.slick-initialized) .flag {
    width: 20px;
    height: auto;
    margin-bottom: 5px;
}


.index-brands-block .block-name {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.index-brands-block .block-name a {
    display: inline-block;
    text-decoration: none;
    margin-left: 30px;
    color: rgba(1, 1, 1, 0.3);
}

.index-brands-block .block-name a:first-child {
    margin-left: 10px;
}

.index-brands-block .top-text {
    margin-bottom: 32px;
    color: rgba(1, 1, 1, 0.3);
    font-size: 14px;
    line-height: 18px;
    display: none;
}

.index-brands-block .list {
    margin: 0 -12px;
}

.index-brands-block .list .item {
    margin: 0 12px;
    text-align: center;
}

.index-brands-block .list .item .image {
    margin-bottom: 10px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
}

.index-brands-block .list .item .image img {
    display: inline-block;
}

.index-brands-block .list .item .image .flag {
    position: absolute;
    left: 10px;
    top: 3px;
}

.index-brands-block .list .item p {
    font-size: 13px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1D1D1F;
}

.index-brands-block .list .item p img {
    margin-right: 6px;
    max-width: 11px;
    max-height: 11px;
}

.index-brands-block .list .slick-prev,
.index-brands-block .list .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin-top: -10px;
}

.index-brands-block .list .slick-prev {
    background: url('/assets/src/img/prev.svg');
    left: -70px;
}

.index-brands-block .list .slick-next {
    background: url('/assets/src/img/next.svg');
    right: -70px;
}

.index-brands-block .button {
    padding-top: 14px;
    display: none;
}

.index-brands-block .button button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
    text-align: left;
    padding: 0 12px;
}

.index-brands-block .button button i {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url('/assets/src/img/btn.svg');
    margin-right: 4px;
}

.index-actions-block {
    padding-bottom: 36px;
}

.index-actions-block.inner {
    padding: 60px 0 36px;
}

.index-actions-block .block-name {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.index-actions-block .block-name.big {
    font-size: 34px;
    line-height: 41px;
}

.index-actions-block .block-name a {
    display: inline-block;
    text-decoration: none;
    margin-left: 30px;
    color: rgba(1, 1, 1, 0.3);
}

.index-actions-block .block-name a.active span {
    display: inline-block;
}

.index-actions-block .block-name a.a2.active i {
    color: #1D1D1F;
}

.index-actions-block .block-name a span {
    display: none;
}

.index-actions-block .block-name a:first-child {
    margin-left: 0px;
}

.index-actions-block .block-name a i {
    color: #1D1D1F;
    font-style: normal;
}

.index-actions-block .list .item {
    width: 32%;
    height: 204px;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid rgba(29, 29, 31, 0.12);
    background-repeat: no-repeat;
    background-position: right;
}

.index-actions-block .list .item.other {
    border: 0;
}

.index-actions-block .list .item.other .text {
    color: rgba(255, 255, 255, 0.6);
}

.index-actions-block .list .item.other .text span {
    color: #fff;
}

.index-actions-block .list .item.other .text2 {
    color: rgba(255, 255, 255, 0.6);
}

.index-actions-block .list .item.other .text2 span {
    color: #fff;
}

.index-actions-block .list .item .text3 {
    max-height: 18px;
}

.index-actions-block .list .item {
    transition: all 200ms ease;
}

.index-actions-block .list .item .logo {
    position: absolute;
    left: 15px;
    top: 4px;
    height: 58px;
    line-height: 58px;
    filter: grayscale(100%);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    opacity: .5;
}

.index-actions-block .list .item .logo img {
    vertical-align: middle;
}

.index-actions-block .list .item .text {
    position: absolute;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    left: 20px;
    bottom: 16px;
    width: 52%;
    font-size: 14px;
    line-height: 18px;
    color: rgba(1, 1, 1, 0.3);
}

.index-actions-block .list .item .text span {
    display: block;
    color: #1D1D1F;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.index-actions-block .list .item .text2 {
    opacity: 0;
    font-size: 14px;
    line-height: 18px;
    max-height: 0px;
    color: rgba(1, 1, 1, 0.3);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.index-actions-block .list .item .text2 span {
    display: block;
    color: #1D1D1F;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.index-actions-block .list .item .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 180px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.subscribe-block {
    padding: 60px 0;
    text-align: center;
}

.subscribe-block.bg {
    background: #F5F5F5;
}

.subscribe-block p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
}

.subscribe-block form {
    display: inline-block;
    position: relative;
    width: 384px;
}

.subscribe-block form input[type='email'] {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 0 12px;
    font-size: 14px;
}

.subscribe-block form input[type='email']:focus,
.subscribe-block form input[type='email']:hover {
    background: #f6f6f6;
}

.subscribe-block form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 24px;
    height: 24px;
    background: url('/assets/src/img/btn.svg');
}

.index-company-block {
    background: #F5F5F5;
    padding: 30px 0 66px;
}

.index-company-block .about {
    margin-bottom: 50px;
}

.index-company-block .about .site {
    color: rgba(29, 29, 31, 0.4);
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 13px;
    margin-bottom: 32px;
}

.index-company-block .about .logo {
    margin-bottom: 77px;
}

.index-company-block .about .name {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    padding-right: 30px;
}

.index-company-block .about p {
    margin-bottom: 50px;
    opacity: .9;
    font-size: 14px;
    line-height: 18px;
    padding-right: 30px;
}

.index-company-block .about button {
    background: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 138px;
    height: 48px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
}

.index-company-block .about button span {
    display: inline-block;
    vertical-align: middle;
}

.index-company-block .map {
    margin-bottom: 90px;
    padding-top: 30px;
}

.index-company-block .map img {
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.index-company-block .pre-list-text {
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 14px;
    width: 100%;
    line-height: 18px;
}

.index-company-block .tabs {
    margin-bottom: 16px;
    position: relative;
    display: none;
}

.index-company-block .tabs ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
}

.index-company-block .tabs ul li.ui-state-active a img {
    filter: none;
}

.index-company-block .tabs ul li a img {
    height: 36px;
    filter: grayscale(100%);
}

.index-company-block .tabs .tab-item {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 96px 20px 23px 20px;
}

.index-company-block .tabs .tab-item .name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.index-company-block .tabs .tab-item p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.9;
}

.index-company-block .tabs .tab-item a {
    display: block;
    text-decoration: none;
}

.index-company-block .list .item {
    width: 32%;
    margin-bottom: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 25px 25px 28px 102px;
    position: relative;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display: flex;
    flex-direction: column;
}

.index-company-block .list .item a svg, .index-company-block .list .social a svg {
    width: 0;
    transition: .2s;
}

.index-company-block .list .item .logo {
    width: 45px;
    height: 45px;
    line-height: 48px;
    text-align: center;
    position: absolute;
    left: 29px;
    top: 25px;
}

.index-company-block .list .item .logo img {
    vertical-align: middle;
}

.index-company-block .list .item .name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.index-company-block .list .item p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.9;
}

.index-company-block .list .item a {
    display: block;
    text-decoration: none;
    margin-top: auto;
}

.index-company-block .list .social {
    width: 15%;
    margin-bottom: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index-company-block .list .social.s1 .text, .index-company-block .list .social.s2 .text {
    border-top: none!important;
}

.index-company-block .list .social.s1 .image, .index-company-block .list .social.s2 .image {
    background: #0090D4;
}

.index-company-block .list .social.s2 .text {
    border-top: 0;
}

.index-company-block .list .social.s2 .text .logo {
    top: -12px;
}

.index-company-block .list .social .image {
    position: relative;
    font-size: 0;
}

.index-company-block .list .social .image img {
    width: 100%;
}

.index-company-block .list .social .text {
    padding: 40px 23px 21px 23px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
    border-radius: 0 0 6px 6px;
    height: calc(100% - 163px);
}

.index-company-block .list .social .text .logo {
    position: absolute;
    left: 23px;
    top: -10px;
}

.index-company-block .list .social .text a {
    display: block;
    text-decoration: none;
}

.index-support-block {
    padding: 90px 0;
}

.index-support-block .block {
    width: 32%;
}

.index-support-block .block-name {
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

.index-support-block ul li {
    margin-bottom: 10px;
}

.index-support-block ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 15px 15px 15px 46px;
    font-size: 14px;
    line-height: 18px;
}

.index-support-block ul li a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
}

.index-support-block .but {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 0 12px;
}

.index-support-block .but span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url('/assets/src/img/btn2.svg');
    margin-right: 5px;
}

.index-support-block .payment {
    text-align: center;
    padding: 7px 50px 17px 50px;
    font-size: 14px;
    line-height: 18px;
}

.index-support-block .payment-item {
    height: 110px;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display: block;
}

.index-support-block .payment-item.p1 {
    overflow: hidden;
}

.index-support-block .payment-item.p1 img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 2;
}

.index-support-block .payment-item.p1:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 600px;
    height: 600px;
    background: #f6f6f6;
    left: 100%;
    margin-left: -150px;
}

.index-support-block .payment-item.p2 {
    background: url('/assets/src/img/payment2.svg') no-repeat right / contain;
}

.index-support-block .payment-item.p3 {
    overflow: hidden;
}

.index-support-block .payment-item.p3 img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 2;
}

.index-support-block .payment-item.p3:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 600px;
    height: 600px;
    background: #f6f6f6;
    left: 100%;
    margin-left: -150px;
}

.index-support-block .payment-item.p4 {
    background: url('/assets/src/img/payment4.png') no-repeat right / contain;
}

.index-support-block .payment-item.p5 {
    overflow: hidden;
}

.index-support-block .payment-item.p5 img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 2;
}

.index-support-block .payment-item.p5:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 194.676px;
    height: 193.397px;
    background: #f6f6f6;
    left: 100%;
    margin-left: -171px;
}

.index-support-block .payment-item.p6 {
    background: url('/assets/src/img/payment6.png') no-repeat right / contain;
}

.index-support-block .payment-item .top-text {
    position: absolute;
    top: 15px;
    left: 21px;
    font-size: 14px;
    line-height: 18px;
    z-index: 3;
}

.index-support-block .payment-item .bottom-text {
    position: absolute;
    bottom: 15px;
    left: 21px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    z-index: 3;
}

.index-support-block .payment-item .bottom-text button {
    width: 162px;
    height: 26px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}

.index-support-block .payment-info {
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.3);
    display: none;
}

.index-support-block .payment-info ul {
    margin-top: 10px;
    padding-left: 20px;
    list-style: disc;
    color: #1D1D1F;
}

.index-support-block .payment-info ul li {
    margin: 0;
}

.index-support-block .select {
    padding: 7px 0 16px 0;
    font-size: 14px;
    line-height: 18px;
}

.index-support-block .select select {
    font-size: 14px;
    line-height: 18px;
    padding: 0 17px 0 0;
    appearance: none;
}

.index-support-block form input[type='text'] {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    font-size: 14px;
    padding: 0 12px;
}

.index-support-block form input[type='text']:focus,
.index-support-block form input[type='text']:hover {
    background: #f6f6f6;
}

.index-support-block form .field {
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.index-support-block form .field textarea {
    width: 100%;
    height: 172px;
    padding: 12px;
    font-size: 14px;
    position: relative;
    z-index: 3;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.index-support-block form .field textarea:focus {
    background: #fff;
}

.index-support-block form .field button {
    position: absolute;
    left: 1px;
    bottom: 4px;
    width: calc(100% - 2px);
    height: 48px;
    background: #f5f5f5 url('/assets/src/img/btn4.svg') no-repeat right 12px top 50%;
    text-align: left;
    padding: 0 12px;
    font-size: 14px;
    color: rgba(1, 1, 1, 0.3);
    z-index: 4;
    border-radius: 0 0 4px 4px;
}

.index-catalog-block2 {
    padding: 90px 0;
}

.index-catalog-block2.inner {
    border-top: 0;
    padding: 0 0 60px 0;
}

.index-catalog-block2.bg {
    background: #F5F5F5;
    padding: 90px 0;
}

.index-catalog-block2.bg .list .item .image {
    background: #fff;
}

.index-catalog-block2.bt {
    border-top: 0;
}
.index-catalog-block2.bt .list.metrika-list-js:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}

/* до 991px — 2 товара */
@media (min-width: 991px) {
    .index-catalog-block2.bt .list.metrika-list-js .item.product-item.product-js:not(.slick-slide) {
        min-width: 33.3333%;
    }
}
/* до 1200px — 3 товара */
@media (min-width: 1200px) {
    .index-catalog-block2.bt .list.metrika-list-js .item.product-item.product-js:not(.slick-slide) {
        min-width: 23%;
    }
}
/* ==== UNDO BANNERS STYLES ==== */
/* контейнер ограничивает максимальную ширину и центрирует баннеры */
.undo-banners-container .wrap {
    /* если ваш .wrap уже центрирует, это не повредит; иначе обеспечит центрирование */
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
}

/* сам стек баннеров: не даём ему растянуться слишком широко */
.undo-banners-root {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 6px 0;
}

/* карточка баннера: делаем её компактнее и адаптивнее */
.recently-removed-banner { box-sizing: border-box; }
.recently-removed-banner .undo-text { flex: 1 1 60%; min-width: 0; }
.recently-removed-banner .undo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    flex: 0 0 auto;
    white-space: nowrap;
    margin-left: 12px;
}
.recently-removed-banner .undo-actions a { font-size: 14px; }
.recently-removed-banner .undo-actions .undo-close { color: #666; }
@media (max-width:560px) {
    .recently-removed-banner .undo-actions { flex-basis: 100%; justify-content: flex-start; margin-top: 6px; }
    .recently-removed-banner { padding: 10px 12px; }
}

.recently-removed-banner {
    display: flex;
    flex-wrap: wrap;                  /* кнопки переходят на новую строку при нехватке места */
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 12px 16px;
    background: #fff8e6;
    border: 1px solid #f0d5a0;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.03);
    word-break: break-word;
}

/* левую часть с текстом сделаем гибкой */
.recently-removed-banner > div:first-child {
    flex: 1 1 60%;
    min-width: 0; /* важно для корректного переноса текста внутри flex */
    font-size: 15px;
    color: #1f2937;
}

/* правый блок действий */
.recently-removed-banner > div:last-child {
    display: flex;
    gap: 8px;
    align-items: center;
    flex: 0 0 auto;
    white-space: nowrap;
}

/* ссылки-действия — более компактно */
.recently-removed-banner a {
    font-size: 14px;
    line-height: 1;
}

/* мобильная оптимизация: ещё компактнее */
@media (max-width: 560px) {
    .undo-banners-root { max-width: 100%; padding-left: 8px; padding-right: 8px; }
    .recently-removed-banner {
        padding: 10px 12px;
        gap: 6px;
    }
    .recently-removed-banner > div:first-child { font-size: 14px; }
    .recently-removed-banner > div:last-child { gap: 6px; flex-basis: 100%; justify-content: flex-start; margin-top: 4px; }
    .recently-removed-banner a { font-size: 13px; }
    /* делаем ссылку "Перейти к товару" и "Вернуть в корзину" видимыми, но второстепенными */
    .recently-removed-banner .go-to-product { opacity: 0.95; }
}

.index-catalog-block2.inner2 {
    padding: 60px 0;
}

.index-catalog-block2.post-actions {
    padding-top: 0;
    border-top: 0;
    margin-top: -40px;
    display: none;
}

.index-catalog-block2 .nav1 {
    padding-bottom: 10px;
}

.index-catalog-block2 .nav1 a {
    display: inline-block;
    text-decoration: none;
    margin: 0 30px 20px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    opacity: .3;
}

.index-catalog-block2 .nav1 a.active {
    opacity: 1;
}

.index-catalog-block2 .nav2 {
    padding-bottom: 50px;
}

.index-catalog-block2 .nav2 a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
}

.index-catalog-block2 .nav2 a.active {
    color: #fff;
}

.index-catalog-block2 .block-name {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.index-catalog-block2 .block-name.other {
    margin-bottom: 30px;
}

.index-catalog-block2 .block-name.big {
    font-size: 34px;
    line-height: 41px;
    font-weight: 700;
}

.index-catalog-block2 .block-name a {
    display: inline-block;
    text-decoration: none;
    margin-left: 30px;
    color: rgba(1, 1, 1, 0.3);
}

.index-catalog-block2 .block-name a:first-child {
    margin-left: 10px;
}

.index-catalog-block2 .block-name a.active span {
    color: #1D1D1F;
}

.index-catalog-block2 .list {
    margin: 0 -12px;
}

.index-catalog-block2 .list .item {
    margin: 0 12px;
    position: relative;
}

.index-catalog-block2 .list .item .discount {
    position: absolute;
    left: 0;
    top: 15px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0px 6px 6px 0px;
}

.index-catalog-block2 .list .item .image {
    background: #F5F5F5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    padding: 40px;
    margin-bottom: 20px;
}

.index-catalog-block2 .list .item .image img {
    display: block;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.index-catalog-block2 .list .item .name {
    margin-bottom: 20px;
    color: rgba(1, 1, 1, 0.6);
    font-size: 14px;
    line-height: 18px;
    padding-right: 30px;
}

.index-catalog-block2 .list .item .name span {
    display: block;
    color: #1D1D1F;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.index-catalog-block2 .list .item .price-block, .list2 .item .price-block {
    padding-right: 58px;
    position: relative;
}

.catalog-page .item .right-text .price-block {
    position: relative;
}

.index-catalog-block2 .list .item .price-block .fav,
.list2 .item .price-block .fav {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(29, 29, 31, 0.12);
    background: url('/assets/src/img/fav.svg') no-repeat center;
}

.index-catalog-block2 .list .item .price-block .price,
.list2 .item .price-block .price,
.catalog-page .item .right-text .price-block .price {
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    position: relative;
}

.index-catalog-block2 .list .item .price-block .price.no-items,
.list2 .item .price-block .price.no-items,
.catalog-page .item .right-text .price-block .price.no-items {
    color: rgba(1, 1, 1, 0.3);
}

.index-catalog-block2 .list .item .price-block .price.no-items:after,
.list2 .item .price-block .price.no-items:after,
.catalog-page .item .right-text .price-block .price.no-items:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "Сообщить о поступлении";
    z-index: 3;
    color: #fff;
}

.price-button.added {
    border: 0;
    color: #fff;
    padding: 0 16px;
}

.price-button p {
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.index-catalog-block2 .list .item .price-block .price .old,
.list2 .item .price-block .price .old,
.compare-page .list .item .price-block .price .old,
.catalog-page .item .right-text .price-block .price .old
{
    margin-left: 6px;
    text-decoration: line-through;
    color: rgba(1, 1, 1, 0.3);
}

.index-catalog-block2 .list .item .price-block .price .new,
.catalog-list-page .list .item .price-block .price .new,
.list2 .item .price-block .price .new,
.compare-page .list .item .price-block .price .new,
.catalog-page .item .right-text .price-block .price .new,
.news-product .one-product .price-block .price .new
{
    font-weight: 600;
    font-size: 16px;
}

.price-button .number {
    position: relative;
    width: 83px;
    height: 20px;
    margin-top: 14px;
}

.price-button .number input[type='text'] {
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

.price-button .number span {
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 20px;
    height: 20px;
}

.price-button .number span.minus {
    left: 0;
    background: url('/assets/src/img/minus.svg');
    z-index: 1;
}

.price-button .number span.plus {
    right: 0;
    background: url('/assets/src/img/plus.svg');
}

.list .item .mob-price,
.catalog-page .item .right-text .mob-price {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.6;
    display: none;
}

.index-catalog-block2 .list .slick-prev,
.index-catalog-block2 .list .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin-top: -10px;
}

.index-catalog-block2 .list .slick-prev {
    background: url('/assets/src/img/prev.svg');
    left: -70px;
}

.index-catalog-block2 .list .slick-next {
    background: url('/assets/src/img/next.svg');
    right: -70px;
}

.index-catalog-block2 .list2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    column-gap: 2%;
}

.index-catalog-block2 .list2 .item {
    width: 32%;
    margin-bottom: 60px;
    position: relative;
}

.index-catalog-block2 .list2 .item .discount {
    position: absolute;
    left: 0;
    top: 15px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0px 6px 6px 0px;
}

.index-catalog-block2 .list2 .item .image {
    background: #F5F5F5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    padding: 40px;
    margin-bottom: 20px;
    max-height: 280px;
    box-sizing: border-box;
}

.index-catalog-block2 .list2 .item .image img {
    display: inline-block;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.index-catalog-block2 .list2 .item .name {
    margin-bottom: 20px;
    color: rgba(1, 1, 1, 0.6);
    font-size: 14px;
    line-height: 18px;
    padding-right: 30px;
}

.index-catalog-block2 .list2 .item .name span {
    display: block;
    color: #1D1D1F;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.index-catalog-block2 .list2 .item .mob-price {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.6;
    display: none;
}

.index-catalog-block2 .bottom-button, .index-catalog-block .bottom-button {
    width: 100%;
    margin-top: 20px;
    height: 42px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
    display: none;
}

.index-reviews-block {
    padding: 90px 0;
}

.index-reviews-block.inner {
    padding: 60px 0 90px;
}

.index-reviews-block.bt {
    border-top: 0;
}



.index-reviews-block .block-name {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.index-reviews-block .block-name a {
    display: inline-block;
    text-decoration: none;
    margin-left: 30px;
    color: rgba(1, 1, 1, 0.3);
}

.index-reviews-block .block-name a:first-child {
    margin-left: 10px;
}

.index-reviews-block .block-name a.active span {
    display: inline-block;
    margin-left: 5px;
}

.index-reviews-block .block-name a span {
    display: none;
}

.index-reviews-block .list {
    margin: 0 -13px;
}

.index-reviews-block .list .item {
    margin: 0 13px;
    padding-right: 80px;
}

.index-reviews-block .list .item .name {
    margin-bottom: 32px;
}

.index-reviews-block .list .item .name div {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.index-reviews-block .list .item .name div img {
    max-width: 1000000px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.index-reviews-block .list .item .author, .item-added-block .window.reviews .item .author {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.6);
}

.index-reviews-block .list .item .author span, .item-added-block .window.reviews .item .author span {
    display: block;
    color: #1D1D1F;
}

.index-reviews-block .list .item .rating {
    margin-bottom: 15px;
}

.index-reviews-block .list .item .rating .fa {
    color: rgba(29, 29, 31, 0.12);
    font-size: 18px;
}
.index-reviews-block .list .item .rating .fa.other {
    color: #FFA800;
}

.index-reviews-block .list .item p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.index-reviews-block .list .item a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.index-reviews-block .list .slick-prev,
.index-reviews-block .list .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
}

.index-reviews-block .list .slick-prev {
    background: url('/assets/src/img/prev.svg');
    left: -70px;
}

.index-reviews-block .list .slick-next {
    background: url('/assets/src/img/next.svg');
    right: -70px;
}

.index-reviews-block .list2 {
    display: none;
}

.index-reviews-block .list2 .item {
    width: 32%;
    margin-bottom: 60px;
}

.index-reviews-block .list2 .item img {
    width: 100%;
    margin-bottom: 10px;
}

.index-reviews-block .list2 .item .date {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #A9AFB7;
}

.index-reviews-block .list2 .item a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
}

.index-news-block {
    background: #F5F5F5;
    padding: 30px 0;
}

.index-news-block.inner {
    background: none;
    padding: 30px 0;
}

.index-news-block .block-name {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.index-news-block .block-name a {
    display: inline-block;
    text-decoration: none;
    margin-left: 30px;
    color: rgba(1, 1, 1, 0.3);
}

.index-news-block .block-name a:first-child {
    margin-left: 10px;
}

.index-news-block .list .item {
    width: 32%;
    margin-bottom: 60px;
}

.index-news-block .list .item img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
}

.index-news-block .list .item .date {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    color: #A9AFB7;
}

.index-news-block .list .item a {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
}

.index-news-block .button {
    text-align: center;
}

.index-news-block .button button {
    width: 32%;
    height: 48px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}

.footer {
    background: #1D1D1F;
    color: #fff;
}

.footer .top-text {
    padding: 40px 28% 40px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 60px;
}

.footer nav {
    margin-bottom: 30px;
    width: 23%;
}

.footer nav p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.3);
}

.footer nav ul li {
    margin-bottom: 5px;
}

.footer nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
}

.footer .contacts {
    width: 23%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
}

.footer .contacts .name {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.3);
}

.footer .contacts .adress {
    margin-bottom: 5px;
}

.footer .contacts .mail {
    display: block;
    text-decoration: none;
    margin-bottom: 5px;
}

.footer .contacts .phone {
    display: block;
    text-decoration: none;
    color: #fff;
}

.footer .contacts .hours {
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 60px;
}

.footer .contacts button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: none;
    color: #fff;
    font-size: 14px;
}

.footer .bottom-block {
    padding: 32px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .bottom-block .site {
    margin-top: 3px;
    padding-right: 18px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.footer .bottom-block .social a {
    display: inline-block;
    margin-right: 24px;
}

.footer .bottom-block .social a:last-child {
    margin-right: 0;
}

.footer .copy {
    text-align: center;
    padding: 36px 0;
    font-size: 14px;
    line-height: 18px;
    opacity: .6;
}

.about-block-mob-links {
    padding-bottom: 13px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    display: none;
}

.about-block-mob-links .link .fa {
    font-size: 18px;
    vertical-align: middle;
}

.about-block-mob-links .city {
    padding-left: 20px;
}

.mobile-menu {
    position: fixed;
    width: 100%;
    height: calc(100% - 63px);
    overflow-y: scroll;
    left: 0;
    top: 64px;
    background: #fff;
    z-index: 21;
    background: #f5f5f5;
    display: none;
    margin-top: -1px;
}

.mobile-menu .site {
    padding: 23px 16px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
    background: #fff;
}

.mobile-menu .menu {
    background: #fff;
}

.mobile-menu .menu li.other {
    background: #f5f5f5;
}

.mobile-menu .menu li a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2;
    padding: 12px 50px 12px 16px;
    font-size: 14px;
    line-height: 18px;
    background: url('/assets/src/img/menu2.svg') no-repeat right 12px top 50%;
}

.mobile-menu .bottom-info {
    padding: 24px 16px;
}

.mobile-menu .bottom-info .city {
    margin-bottom: 20px;
    padding-left: 20px;
}

.mobile-menu .bottom-info .city .fa {
    font-size: 18px;
    vertical-align: middle;
}

.mobile-menu .bottom-info .phone {
    text-decoration: none;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}

.mobile-menu .bottom-info .phone span {
    color: #A9AFB7;
}

.mobile-menu .bottom-info .link {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 15px 16px 15px 48px;
    font-size: 14px;
    line-height: 18px;
    background: url('/assets/src/img/btn.svg') no-repeat 15px 50%;
}

.mobile-menu .bottom-info .link a {
    float: right;
    text-decoration: none;
}

.mobile-menu .city-select {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    z-index: 100;
    background: #FFF;
    display: none;
}

.mobile-menu .city-select .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
    background: url('/assets/src/img/close.svg');
}

.mobile-menu .city-select .name {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
}

.mobile-menu .city-select .field {
    margin-bottom: 20px;
    position: relative;
}

.mobile-menu .city-select .field input[type='text'] {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 0 12px;
    font-size: 14px;
}

.mobile-menu .city-select .field input[type='text']:focus,
.mobile-menu .city-select .field input[type='text']:hover {
    background: #f6f6f6;
}

.mobile-menu .city-select .field button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 24px;
    height: 24px;
    background: url('/assets/src/img/btn.svg');
}

.mobile-menu .city-select ul {
    text-align: left;
}

.mobile-menu .city-select ul li {
    margin-bottom: 12px;
}

.mobile-menu .city-select ul li:last-child {
    margin-bottom: 0;
}

.mobile-menu .city-select ul li a {
    display: block;
    text-decoration: none;
    color: #1D1D1F;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
}

.index-about-block {
    margin-bottom: 90px;
    position: relative;
}

.index-about-block .text {
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 50px 30px 0;
}

.index-about-block .text .logo {
    margin-bottom: 30px;
}

.index-about-block .text .name {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.index-about-block .text p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.9;
}

.index-about-block .text button {
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    width: 180px;
    height: 48px;
    background: #fff;
    font-size: 14px;
}

.index-about-block .text button span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url('/assets/src/img/btn.svg');
    margin-right: 4px;
}

.index-about-block .image {
    position: absolute;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
}

.popup .window {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    padding: 20px;
}

.popup .window .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    height: 24px;
}

.popup .window .name {
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.popup .window .select {
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 18px;
}

.popup .window .select .jq-selectbox {
    vertical-align: middle;
    display: inline-block;
    margin: -2px 0 0 8px;
    padding-right: 16px;
}

.jq-selectbox {
    cursor: pointer;
}

.popup .window .select .jq-selectbox .jq-selectbox__dropdown {
    top: -10px;
    left: -10px;
    z-index: 3;
    background: #fff;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    color: #1D1D1F;
}

.popup .window .select .jq-selectbox .jq-selectbox__dropdown ul li {
    padding: 8px 10px;
}

.popup .window textarea {
    width: 100%;
    height: 96px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    margin-bottom: 10px;
    padding: 14px 16px;
    font-size: 14px;
}

.popup .window textarea:focus,
.popup .window textarea:hover {
    background: #f6f6f6;
}

.popup .window input[type='text'] {
    width: 100%;
    height: 46px;
    margin-bottom: 10px;
    padding: 0 16px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.popup .window input[type='text']:focus,
.popup .window input[type='text']:hover {
    background: #f6f6f6;
}

.popup .window .agree {
    margin: 20px 0 30px;
    padding-left: 26px;
    position: relative;
}

.popup .window .agree input {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
}

.popup .window .agree label {
    cursor: pointer;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.64);
}

.popup .window .agree label a {
    text-decoration: none;
}

.popup .window button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}

.popup .window .finish {
    text-align: center;
    margin-bottom: 38px;
    padding: 0 90px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.72);
}

.popup .window .finish p {
    color: #1D1D1F;
    margin: 32px 0 8px;
    font-size: 16px;
    line-height: 22px;
}

.login-page {
    padding: 100px 0;
}

.login-page form,
.popup-wrap .cool-popup.auth,
.popup-wrap .cool-popup.phone-check {
    width: 384px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    padding: 20px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.popup-wrap .cool-popup.auth {
    margin: 100px auto;
}

.login-page form .back-link,
.popup-wrap .cool-popup.auth .back-link {
    position: absolute;
    text-decoration: none;
    left: 0;
    bottom: 100%;
    margin-bottom: 20px;
    padding-left: 28px;
    font-size: 14px;
    line-height: 18px;
    color: #0090D4;
    background: url('/assets/src/img/back.svg') no-repeat left;
}

.login-page form .back-link.other,
.popup-wrap .cool-popup.auth .back-link.other {
    filter: grayscale(100%);
    opacity: .8;
}

.login-page form .steps,
.popup-wrap .cool-popup.auth .steps {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}

.login-page form .steps span,
.popup-wrap .cool-popup.auth .steps span {
    color: #A9AFB7;
}

.login-page form .name,
.popup-wrap .cool-popup.auth .name,
.popup-wrap .cool-popup.phone-check .name {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.login-page form .top-text,
.popup-wrap .cool-popup.auth .top-text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}

.login-page form .top-text span,
.popup-wrap .cool-popup.auth .top-text span {
    font-weight: 600;
}

.login-page form .field,
.popup-wrap .cool-popup.auth .field,
.popup-wrap .cool-popup.phone-check .field  {
    position: relative;
    margin-bottom: 10px;
}

.login-page form .field input[type='text'],
.login-page form .field input[type='email'],
.login-page form .field input[type='password'],
.popup-wrap .cool-popup.auth .field input[type='text'],
.popup-wrap .cool-popup.phone-check .field input[type='text'],
.popup-wrap .cool-popup.auth .field input[type='email'],
.popup-wrap .cool-popup.auth .field input[type='password'] {
    width: 100%;
    height: 46px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 10px 16px 0 16px;
    font-size: 14px;
}

.login-page form .field input[type='text'].error,
.login-page form .field input[type='email'].error,
.login-page form .field input[type='password'].error,
.popup-wrap .cool-popup.auth .field input[type='text'].error,
.popup-wrap .cool-popup.auth .field input[type='email'].error,
.popup-wrap .cool-popup.auth .field input[type='password'].error {
    border: 1px solid #D82020;
}

.login-page form .field input[type='text']:focus,
.login-page form .field input[type='email']:focus,
.login-page form .field input[type='password']:focus,
.login-page form .field input[type='text']:hover,
.login-page form .field input[type='email']:hover,
.login-page form .field input[type='password']:hover,
.popup-wrap .cool-popup.phone-check .field input[type='text']:focus,
.popup-wrap .cool-popup.phone-check .field input[type='text']:hover,
.popup-wrap .cool-popup.auth .field input[type='text']:focus,
.popup-wrap .cool-popup.auth .field input[type='email']:focus,
.popup-wrap .cool-popup.auth .field input[type='password']:focus,
.popup-wrap .cool-popup.auth .field input[type='text']:hover,
.popup-wrap .cool-popup.auth .field input[type='email']:hover,
.popup-wrap .cool-popup.auth .field input[type='password']:hover {
    background: #f6f6f6;
}

.login-page form .field label,
.popup-wrap .cool-popup.auth .field label,
.popup-wrap .cool-popup.phone-check .field label {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    position: absolute;
    left: 16px;
    top: 14px;
    color: rgba(29, 29, 31, 0.4);
    font-size: 14px;
    pointer-events: none;
}

.login-page form .field input[type='text']:focus + label,
.login-page form .field input[type='email']:focus + label,
.login-page form .field input[type='email']:not(:placeholder-shown) + label,
.login-page form .field input[type='text']:not(:placeholder-shown) + label,
.popup-wrap .cool-popup.phone-check .field input[type='text']:not(:placeholder-shown) + label,
.popup-wrap .cool-popup.phone-check .field input[type='text']:focus + label,
.popup-wrap .cool-popup.auth .field input[type='text']:focus + label,
.popup-wrap .cool-popup.auth .field input[type='email']:focus + label,
.popup-wrap .cool-popup.auth .field input[type='text']:not(:placeholder-shown) + label,
.popup-wrap .cool-popup.auth .field input[type='email']:not(:placeholder-shown) + label {
    top: 8px;
    font-size: 8px;
}


.popup-wrap .cool-popup.auth .field input[type='text']:valid + label,
.popup-wrap .cool-popup.auth .field input[type='email']:valid + label {
    top: 8px;
    font-size: 8px;
}

.login-page form .field input[type='password']:focus + label,
.popup-wrap .cool-popup.auth .field input[type='password']:focus + label {
    top: 8px;
    font-size: 8px;
}

.login-page form .field input[type='password']:valid + label,
.popup-wrap .cool-popup.auth .field input[type='password']:valid + label {
    top: 8px;
    font-size: 8px;
}

.login-page form .field a,
.popup-wrap .cool-popup.auth .field a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #0090D4;
}

.login-page form .error-text,
.forgot-steps .error-text,
.popup-wrap .cool-popup.auth .error-text,
.popup-wrap .cool-popup.phone-check .error-text {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #FD4755;
}

.login-page form .agree,
.popup-wrap .cool-popup.auth .agree {
    padding: 10px 0 20px;
}

.login-page form .agree .checkbox,
.popup-wrap .cool-popup.auth .agree .checkbox {
    display: none;
}

.login-page form .agree .checkbox + label,
.popup-wrap .cool-popup.auth .agree .checkbox + label {
    padding: 1px 0 2px 26px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    background: url('/assets/src/img/checkbox.svg') no-repeat 0 0;
}

.login-page form .agree .checkbox:checked + label,
.popup-wrap .cool-popup.auth .agree .checkbox:checked + label {
    background: url('/assets/src/img/checkbox2.svg') no-repeat 0 0;
}

.login-page form .pre-button,
.popup-wrap .cool-popup.auth .pre-button {
    text-align: center;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 18px;
}

.login-page form .pre-button a,
.popup-wrap .cool-popup.auth .pre-button a {
    text-decoration: none;
    color: #0090D4;
}

.login-page form button,
.popup-wrap .cool-popup.auth button,
.popup-wrap .cool-popup.phone-check button
{
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    background: #0090D4;
}

.login-page form button.other,
.popup-wrap .cool-popup.auth button.other {
    margin-top: 10px;
    background: #fff;
    color: #1D1D1F;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.login-page form .social,
.popup-wrap .cool-popup.auth .social {
    text-align: center;
    margin-top: 30px;
}

.login-page form .social p,
.popup-wrap .cool-popup.auth .social p {
    margin-bottom: 30px;
    position: relative;
}

.login-page form .social p:before,
.popup-wrap .cool-popup.auth .social p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: rgba(29, 29, 31, 0.12);
}

.login-page form .social p span,
.popup-wrap .cool-popup.auth .social p span {
    display: inline-block;
    text-decoration: none;
    position: relative;
    background: #fff;
    padding: 0 8px;
    z-index: 2;
    font-size: 14px;
    line-height: 18px;
    color: #6F6F70;
}

.login-page form .social .links,
.popup-wrap .cool-popup.auth .social .links {
    margin-bottom: 30px;
}

.login-page form .social .links .social-item,
.popup-wrap .cool-popup.auth .social .links .social-item {
    margin: 0 12px;
    display: inline;
    cursor: pointer;
}

.login-page form .social .bottom-text,
.popup-wrap .cool-popup.auth .social .bottom-text {
    font-size: 14px;
    line-height: 18px;
}

.login-page form .social .bottom-text a,
.popup-wrap .cool-popup.auth .social .bottom-text a {
    text-decoration: none;
    color: #0090D4;
}

.navi {
    padding-bottom: 13px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
    position: relative;
}

.navi.other {
    border-bottom: 0;
}

.navi a {
    text-decoration: none;
}

.navi .share {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 24px;
}

.catalog-top-text {
    padding: 48px 0;
    position: relative;
    font-size: 0;
    margin-bottom: 62px;
}

.catalog-top-text .text {
    width: 60%;
}

.catalog-top-text .text .name {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
}

.catalog-top-text .text p {
    padding-right: 30px;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.9;
}

.catalog-top-text .image {
    position: absolute;
    top: 0;
    right: 308px;
}

.catalog-top-text .right-text {
    width: 282px;
}

.catalog-top-text .right-text .discount,
.header .left-links .menu .right .one-product .discount {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}

.catalog-top-text .right-text .discount span,
.header .left-links .menu .right .one-product .discount span {
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 10px;
    margin-right: 10px;
}

.catalog-top-text .right-text .name,
.header .left-links .menu .right .one-product .name {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.catalog-top-text .right-text p.desc,
.header .left-links .menu .right .one-product p.desc {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.6;
}

.catalog-top-text .right-text .price, .news-product .one-product .price,
.header .left-links .menu .right .one-product .price {
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.catalog-top-text .right-text .price .old,
.header .left-links .menu .right .one-product .price .old {
    margin-left: 6px;
    text-decoration: line-through;
    color: rgba(1, 1, 1, 0.3);
}

.catalog-top-text .right-text .price .new,
.header .left-links .menu .right .one-product .price .new {
    font-weight: 600;
    font-size: 16px;
}

.compilation-block {
    padding: 90px 0 90px;
}

.compilation-block.bt {
    border-top: 0;
}

.compilation-block .block-name {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.compilation-block .list {
    margin: 0 -12px;
}

.compilation-block .list .item {
    margin: 0 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 20px 20px 20px 20px;
    min-height: 189px;
    display: flex;
    flex-direction: column;
    height: inherit;
    transition: 0.3s;
}

.compilation-block .list .item .top-text {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.compilation-block .list .item .name {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    transition: 0.3s;
}

.compilation-block .list .item p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.9;
}

.compilation-block .list .item .photos {
    margin: 0 -4px;
}

.compilation-block .list .item .photos .photo {
    margin: 0 4px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
    font-weight: 600;
    font-size: 16px;
    color: rgba(29, 29, 31, 0.4);
}

.compilation-block .list .item .photos .photo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%;
}

.compilation-block .list .slick-prev,
.compilation-block .list .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin-top: -10px;
}

.compilation-block .list .slick-prev {
    background: url('/assets/src/img/prev.svg');
    left: -70px;
}

.compilation-block .list .slick-next {
    background: url('/assets/src/img/next.svg');
    right: -70px;
}

.best-slider {
    position: relative;
}

.best-slider .text {
    width: 31.6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 40px 30px 0;
}

.best-slider .text .name {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
}

.best-slider .text .top-text {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.best-slider .text p {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.9;
}

.best-slider .slider-wrap .slick-prev,
.best-slider .slider-wrap .slick-next {
    position: absolute;
    bottom: 0;
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
}

.best-slider .slider-wrap .slick-prev {
    background: url('/assets/src/img/prev.svg');
    left: 0;
}

.best-slider .slider-wrap .slick-next {
    background: url('/assets/src/img/next.svg');
    left: 58px;
}

.best-slider .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 66%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.best-slider .image .block, .best-slider-solo .image .block {
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0;
    z-index: 2;
    background: #fff;
}

.best-slider .image .block.opened, .best-slider-solo .image .block.opened {
    width: auto;
    height: auto;
    padding: 6px 10px 6px 30px;
    font-size: 14px;
    line-height: 18px;
    z-index: 3;
}

.best-slider .image .block.opened i, .best-slider-solo .image .block.opened i {
    transform: rotate(45deg);
}

.best-slider .image .block i, .best-slider-solo .image .block i{
    position: absolute;
    width: 12px;
    height: 12px;
    left: 9px;
    top: 9px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.best-slider .image .block span, .best-slider-solo .image .block span {
    margin-left: 5px;
}

.best-slider .sl-count2 {
    position: absolute;
    font-size: 14px;
    line-height: 18px;
    opacity: .3;
    bottom: 15px;
    left: 130px;
    display: none;
}

.articles-block {
    padding: 90px 0 40px;
}

.articles-block.bb {
    border-bottom: 0;
}

.articles-block .item {
    width: 32%;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
}

.articles-block .item span {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.mobile-catalog-text {
    margin-bottom: 50px;
    display: none;
}

.mobile-catalog-text .image {
    text-align: center;
    margin-bottom: 30px;
    font-size: 0;
}

.mobile-catalog-text .discount {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
    padding: 5px 10px 5px 63px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}

.mobile-catalog-text .discount span {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 5px 10px;
}

.mobile-catalog-text .name {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.mobile-catalog-text p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.6;
}

.mobile-catalog-text .price {
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
}

.mobile-catalog-text .price .old {
    margin-left: 6px;
    text-decoration: line-through;
    color: rgba(1, 1, 1, 0.3);
}

.mobile-catalog-text .price .new {
    font-weight: 600;
    font-size: 16px;
}

.catalog-top-block {
    padding-bottom: 60px;
}

.catalog-top-block .content {
    position: relative;
}

.catalog-top-block .content .text {
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 30px 70px 0;
}

.catalog-top-block .content .text .name {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
}

.catalog-top-block .content .text .top-text {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.catalog-top-block .content .text p {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.9;
}

.catalog-top-block .content .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 66%;
    height: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.catalog-page {
    background: #F5F5F5;
}

.catalog-page .item {
    padding: 80px 0 60px;
    position: relative;
}

.catalog-page .item:last-child {
    border-bottom: 0;
}

.catalog-page .item .left-text {
    width: 28%;
}

.catalog-page .item .left-text .top-text {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.catalog-page .item .left-text .name {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    width: 70%;
}

.catalog-page .item .left-text .image {
    position: absolute;
    left: 50%;
    /*transform: translateX(-50%);*/
    bottom: 0;
    width: 380px;
    height: 100%;
    margin-left: -190px;
}

.catalog-page .item .left-text .image img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.catalog-page .item .left-text p {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.9;
}

.catalog-page .item .right-text {
    padding-top: 22px;
    width: 23%;
}

.catalog-page .item .right-text .discount {
    display: inline-block;
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
}

.catalog-page .item .right-text .name {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.catalog-page .item .right-text > p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.6;
}

.catalog-page .item .right-text .price {
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.catalog-page .item .right-text .price .old {
    margin-left: 6px;
    text-decoration: line-through;
    color: rgba(1, 1, 1, 0.3);
}

.catalog-page .item .right-text .price .new {
    font-weight: 600;
    font-size: 16px;
}

.news-slider {
    padding: 90px 0;
}

.news-slider.bg {
    border-top: 0;
    background: #F5F5F5;
}

.news-slider .top-text {
    width: 48%;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
}

.news-slider .top-text span {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.news-slider .list {
    margin: 0 -12px;
}

.news-slider .list .item {
    margin: 0 12px;
}

.news-slider .list .item img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
}

.news-slider .list .item a {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.news-slider .list .item p {
    font-size: 14px;
    line-height: 18px;
}

.news-slider .list .slick-prev,
.news-slider .list .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
}

.news-slider .list .slick-prev {
    background: url('/assets/src/img/prev.svg');
    left: -70px;
}

.news-slider .list .slick-next {
    background: url('/assets/src/img/next.svg');
    right: -70px;
}

.news-slider .bottom-button {
    width: 100%;
    margin-top: 20px;
    height: 42px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
    display: none;
}

.news-slider .bottom-but {
    text-align: center;
    position: relative;
    margin-top: 60px;
}

.news-slider .bottom-but:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(29, 29, 31, 0.12);
}

.news-slider .bottom-but span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 25px;
}

.news-slider .bottom-but button {
    width: 180px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
}

.catalog-list-page {
    padding: 45px 0 60px;
}

.catalog-list-page h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
}

.catalog-list-page .top-text {
    width: 48%;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 18px;
}

.catalog-list-page nav {
    padding-bottom: 20px;
}

.catalog-list-page nav a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
}

.catalog-list-page nav a.active {
    color: #fff;
}

.catalog-list-page .filter {
    width: 24%;
}

.catalog-list-page .filter .close {
    position: absolute;
    top: 20px;
    right: 16px;
    width: 24px;
    height: 24px;
    display: none;
}

.catalog-list-page .filter .block-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    display: none;
}

.catalog-list-page .filter .item {
    padding: 30px 0;
}

.catalog-list-page .filter .item.last {
    border-bottom: 0;
}

.catalog-list-page .filter .item .name {
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
}

.catalog-list-page .filter .item .name.active .fa {
    transform: rotate(180deg);
}

.catalog-list-page .filter .item .name .fa {
    float: right;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: rgba(29, 29, 31, 0.4);
    margin-top: 4px;
}

.catalog-list-page .filter .item .content {
    padding-top: 20px;
}

.catalog-list-page .filter .item .content .checkbox {
    display: none;
}

.catalog-list-page .filter .item .content .checkbox + label {
    padding: 1px 0 1px 26px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
    filter: grayscale(100%);
}

.catalog-list-page .filter .item .content .checkbox + label span {
    color: rgba(29, 29, 31, 0.4);
}

.catalog-list-page .filter .item .content .checkbox + label .fa {
    font-size: 18px;
    margin: -2px 0 0 2px;
    vertical-align: middle;
    color: #FFC700;
}

.catalog-list-page .filter .item .content .checkbox:checked + label {
    filter: none;
}

.catalog-list-page .filter .item .content .bottom-link {
    display: block;
    text-decoration: none;
    margin-top: 20px;
}

.catalog-list-page .filter .item .content .slider .flex {
    margin-bottom: 23px;
}

.catalog-list-page .filter .item .content .slider .flex input[type='text'] {
    width: 45%;
    height: 46px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
    padding: 0 10px;
}

.catalog-list-page .filter .item .content .slider .flex input[type='text']:focus,
.catalog-list-page .filter .item .content .slider .flex input[type='text']:hover {
    background: #f6f6f6;
}

.catalog-list-page .filter .item .content .slider .flex span {
    line-height: 46px;
    color: rgba(29, 29, 31, 0.4);
}

.catalog-list-page .filter .item .content .slider .ui-widget.ui-widget-content {
    border: 0;
}

.catalog-list-page .filter .item .content .slider .ui-slider-horizontal {
    height: 2px;
}

.catalog-list-page .filter .item .content .slider .ui-widget-content {
    background: rgba(29, 29, 31, 0.12);
}

.catalog-list-page .filter .item .content .slider .ui-state-default,
.catalog-list-page .filter .item .content .slider .ui-widget-content .ui-state-default,
.catalog-list-page .filter .item .content .slider .ui-widget-header .ui-state-default,
.catalog-list-page .filter .item .content .slider .ui-button,
.catalog-list-page .filter .item .content .slider html .ui-button.ui-state-disabled:hover,
.catalog-list-page .filter .item .content .slider html .ui-button.ui-state-disabled:active {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    width: 16px;
    height: 16px;
    margin: -3px 0 0 -9px;
}

.catalog-list-page .filter .buttons button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    background: none;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.catalog-list-page .filter .buttons button.other {
    margin-bottom: 10px;
    border: 0;
    color: #fff;
    /*display: none;*/
}

.catalog-list-page .list {
    width: 74%;
    padding-top: 30px;
}

.catalog-list-page .list.wa {
    width: auto;
}

.catalog-list-page .list.wa .item, .catalog-list-page.full .list .item {
    width: 24%;
}

.catalog-list-page .list .filter-button {
    width: 100%;
    margin-bottom: 20px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
    font-size: 14px;
    text-align: left;
    padding: 0 12px;
    display: none;
}

.catalog-list-page .list .filter-button span {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url('/assets/src/img/filter-button.svg');
    margin-right: 5px;
}

.catalog-list-page .list .item {
    width: 32%;
    margin-bottom: 60px;
    position: relative;
}

.catalog-list-page .list .item .discount {
    position: absolute;
    left: 0;
    top: 15px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0px 6px 6px 0px;
}

.catalog-list-page .list .item .discount.second {
    top: 50px;
}

.catalog-list-page .list .item .image {
    background: #F5F5F5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    padding: 40px;
    margin-bottom: 20px;
}

.catalog-list-page .list .item .image img {
    display: inline-block;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.catalog-list-page .list .item .name {
    margin-bottom: 20px;
    color: rgba(1, 1, 1, 0.6);
    font-size: 14px;
    line-height: 18px;
    padding-right: 30px;
}

.catalog-list-page .list .item .name span {
    display: block;
    color: #1D1D1F;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.catalog-list-page .list .item .price-block, .list2 .item .price-block {
    padding-right: 58px;
    position: relative;
}

.catalog-list-page .list .item .price-block .fav, .list2 .item .price-block .fav {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(29, 29, 31, 0.12);
    background: url('/assets/src/img/fav.svg') no-repeat center;
}

.catalog-list-page .list .item .price-block .price, .list2 .item .price-block .price {
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.catalog-list-page .list .item .price-block .price.no-items, .list2 .item .price-block .price.no-items {
    color: rgba(1, 1, 1, 0.3);
}

.catalog-list-page .list .item .price-block .price.no-items:after, .list2 .item .price-block .price.no-items:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "Сообщить о поступлении";
    z-index: 3;
    color: #fff;
}

.catalog-list-page .list .item .price-block .price .old, .list2 .item .price-block .price .old {
    margin-left: 6px;
    text-decoration: line-through;
    color: rgba(1, 1, 1, 0.3);
}

.catalog-list-page .list .item .mob-price {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.6;
    display: none;
}

.catalog-list-page .list .pages {
    text-align: center;
    font-size: 0;
}

.catalog-list-page .list .pages a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: rgba(29, 29, 31, 0.4);
    margin-right: 5px;
}

.catalog-list-page .list .pages a:not(.prev):not(.next):hover,
.catalog-list-page .list .pages a.active {
    color: #fff;
}

.catalog-list-page .list .pages a.prev {
    background: url('/assets/src/img/pagesl.svg') no-repeat center;
    margin-right: 10px;
}

.catalog-list-page .list .pages a.next {
    background: url('/assets/src/img/pagesr.svg') no-repeat center;
    margin-left: 10px;
}

.catalog-list-page .list .bottom-but {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.catalog-list-page .list .bottom-but:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(29, 29, 31, 0.12);
}

.catalog-list-page .list .bottom-but span {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0 25px;
}

.catalog-list-page .list .bottom-but button {
    width: 180px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
}

.search-page {
    padding: 45px 0 40px;
}

.search-page .top-result {
    font-size: 16px;
    line-height: 22px;
    color: rgba(29, 29, 31, 0.4);
}

.search-page .top-result span {
    display: block;
    color: #1D1D1F;
    margin-top: 7px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
}

.search-page nav {
    margin-bottom: -20px;
}

.search-page nav .links a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
}

.search-page nav .links a.active {
    color: #fff;
}

.search-page .item {
    width: 32%;
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-page .item p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.search-page .item p a {
    text-decoration: none;
}

.search-page .item .photos {
    margin: 0 -4px;
}

.search-page .item .photos .photo {
    margin: 0 4px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    font-weight: 600;
    font-size: 16px;
    color: rgba(29, 29, 31, 0.4);
}

.search-page .item .photos .photo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
    max-height: 80%;
}

.item-page {
    padding: 45px 0 60px;
}

.item-page .left-side {
    width: 49%;
}

.item-page .left-side .photos {
    margin-bottom: 60px;
    padding-left: 94px;
    position: relative;
}

.item-page .left-side .photos .slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 64px;
}

.item-page .left-side .photos .slider-nav .item {
    cursor: pointer;
    margin: 5px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #F5F5F5;
    padding: 5px;
}

.item-page .left-side .photos .slider-nav .item.slick-current {
    background: #F5F5F5;
}

.item-page .left-side .photos .slider-nav .slick-prev,
.item-page .left-side .photos .slider-nav .slick-next {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 24px;
    height: 24px;
}

.item-page .left-side .photos .slider-nav .slick-next {
    top: -36px;
    background: url('/assets/src/img/prev2.svg');
}

.item-page .left-side .photos .slider-nav .slick-prev {
    bottom: -36px;
    background: url('/assets/src/img/next2.svg');
}
/* скрываем все картинки внутри list до инициализации */
.item-page .left-side .photos .slider-for .list,
.item-page .right-side .photos .slider-for2 .list {
    display: flex;
    overflow: hidden;
}
/* до инициализации показываем только первую картинку*/
.item-page .right-side .photos .slider-for2 .list:not(.slick-initialized) .item:not(:first-child) {
    display: none;
}
.item-page .right-side .photos .slider-nav2{
    display: flex;
    overflow: hidden;
}
.item-page .left-side .photos .slider-for {
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
    max-width: 486px;
}

.item-page .left-side .photos .slider-for .brand {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 3;
    max-width: 100px;
}

.item-page .left-side .photos .slider-for .badges {
    position: absolute;
    z-index: 3;
    top: 10px;
}

.item-page .left-side .photos .slider-for .badges span {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    padding: 5px 10px;
    border-radius: 0px 6px 6px 0px;
}

.item-page .left-side .photos .slider-for .list .item {
    padding: 40px;
    text-align: center;
}

.item-page .left-side .photos .slider-for .list .item img {
    display: inline-block;
    mix-blend-mode: multiply;
}

.item-page .left-side .block-name {
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.item-page .left-side .about {
    padding-bottom: 50px;
}

.item-page .left-side .about .name {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.item-page .left-side .about p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

.item-page .left-side .about ul {
    padding-top: 10px;
}


.item-page .left-side .about ul li, .faq ul li {
    margin-bottom: 10px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}

.item-page .left-side .about ul li:before, .faq ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    top: -1px;
}

.item-page .left-side .about .main-block {
    margin: 35px 0 45px;
    padding-left: 51%;
    position: relative;
}

.item-page .left-side .about .main-block .image {
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.item-page .left-side .about .main-block .text {
    padding: 30px 30px 30px 0;
    font-size: 14px;
    line-height: 18px;
}

.item-page .left-side .about .main-block .text span {
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.item-page .left-side .about .flex {
    padding-bottom: 15px;
}

.item-page .left-side .about .flex .block {
    margin-bottom: 30px;
    width: 48%;
}

.item-page .left-side .about .flex .block div {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
}

.item-page .left-side .about .flex .block div img {
    max-width: 64px;
    width: 64px;
    margin-right: 20px;
}

.item-page .left-side .about .main-image {
    margin-bottom: 45px;
}

.item-page .left-side .about .main-image img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.item-page .left-side .data {
    padding-bottom: 60px;
}

.item-page .left-side .data .name {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
}

.item-page .left-side .data table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}

.item-page .left-side .data table tr:last-child {
    border-bottom: 0;
}

.item-page .left-side .data table tr td {
    width: 50%;
    padding: 5px 0;
}

.item-page .left-side .data table tr td:first-child {
    color: rgba(29, 29, 31, 0.4);
}

.item-page .left-side .data .bottom-link {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.item-page .left-side .complects {
    margin-bottom: 60px;
}

.item-page .left-side .complects p {
    padding: 5px 0;
    font-size: 14px;
    line-height: 18px;
}

.item-page .left-side .complects p.last {
    border-bottom: 0;
}

.item-page .left-side .complects .bottom-link {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}

.item-page .left-side .docs {
    padding-bottom: 50px;
}

.item-page .left-side .docs .item {
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f5f5f5 url('/assets/src/img/doc.svg') no-repeat 12px 50%;
    padding: 15px 15px 15px 44px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    text-overflow: ellipsis;
    filter: grayscale(100%);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.item-page .left-side .docs .item a {
    text-decoration: none;
}

.item-page .left-side .reviews .top-block {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
    background: #F5F5F5;
    padding: 20px;
}

.item-page .left-side .reviews .top-block .name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(29, 29, 31, 0.4);
    max-width: 80%;
}

.item-page .left-side .reviews .top-block .rating {
    font-size: 14px;
    line-height: 18px;
}

.item-page .left-side .reviews .top-block .rating .fa {
    vertical-align: middle;
    font-size: 18px;
    color: rgba(29, 29, 31, 0.12);
    margin-top: -2px;
}

.item-page .left-side .reviews .top-block .rating .fa.other {
    color: #FFA800;
}

.item-page .left-side .reviews .top-block .rating .fa:nth-child(5) {
    margin-right: 5px;
}

.item-page .left-side .reviews .top-block button {
    width: 223px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}

.item-page .reviews .item {
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
}

.item-page .reviews .item.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.item-page .reviews .item .name {
    margin-bottom: 15px;
    color: rgba(29, 29, 31, 0.6);
}

.item-page.reviews .item .name span {
    display: block;
    color: #1D1D1F;
    font-size: 16px;
    line-height: 22px;
}

.item-page .reviews .item .name .rating {
    margin-top: 10px;
}

.item-page .reviews .item .name .rating .fa {
    font-size: 18px;
    color: rgba(29, 29, 31, 0.12);
}

.item-page .reviews .item .name .rating .fa.other {
    color: #FFA800;
}

.item-page .reviews .item .good {
    color: #459D00;
}

.item-page .reviews .item ul {
    margin: 10px 0;
    padding-left: 20px;
    list-style: disc;
}

.item-page .reviews .item .bad {
    color: #D82020;
}

.item-page .reviews .item .comment {
    margin-bottom: 10px;
    color: rgba(29, 29, 31, 0.6);
}

.item-page .reviews .item p {
    margin-bottom: 10px;
}

.item-page .reviews .item .answer {
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-top: 20px;
    background: #F5F5F5;
    padding: 20px 20px 20px 70px;
    font-size: 14px;
    line-height: 18px;
}

.item-page .reviews .item .answer img {
    position: absolute;
    left: 20px;
    top: 20px;
    max-width: 35px;
}

.item-page .reviews .item .answer .admin {
    margin-bottom: 15px;
    color: rgba(29, 29, 31, 0.6);
}

.item-page .reviews .item .answer .admin span {
    display: block;
    color: #1D1D1F;
}

.item-page .reviews .bottom-button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    background: #F5F5F5;
    display: none;
}

.item-page .right-side {
    width: 40.5%;
    font-size: 14px;
    line-height: 18px;
}

.item-page .right-side .region {
    margin-bottom: 20px;
}

.item-page .right-side .official {
    margin-bottom: 20px;
    padding-left: 22px;
    background: url('/assets/src/img/official.svg') no-repeat 0 2px;
    color: rgba(29, 29, 31, 0.4);
}

.item-page .right-side .official i {
    font-style: normal;
    display: none;
}

.item-page .right-side .name {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.item-page .right-side .code {
    margin-bottom: 20px;
    color: rgba(29, 29, 31, 0.4);
}

.item-page .right-side .rating {
    margin-bottom: 20px;
}

.item-page .right-side .rating .fa {
    vertical-align: middle;
    font-size: 18px;
    color: rgba(29, 29, 31, 0.12);
    margin-top: -2px;
}

.item-page .right-side .rating .fa.other {
    color:#FFA800;
}

.item-page .right-side .rating .fa:nth-child(5) {
    margin-right: 5px;
}

.item-page .right-side .rating a {
    text-decoration: none;
}

.item-page .right-side .rating a:last-child {
    margin-left: 5px;
    padding: 1px 0 1px 25px;
    background: url('/assets/src/img/char.svg') no-repeat 0 0;
}

.item-page .right-side .photos {
    margin-bottom: 30px;
    display: none;
}

.item-page .right-side .photos .slider-for2 {
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
}

.item-page .right-side .photos .slider-for2 .brand {
    position: absolute;
    top: 13px;
    right: 18px;
    z-index: 3;
}

.item-page .right-side .photos .slider-for2 .badges {
    position: absolute;
    z-index: 3;
    top: 10px;
}

.item-page .right-side .photos .slider-for2 .badges span {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding: 5px 10px;
    border-radius: 0px 6px 6px 0px;
}

.item-page .right-side .photos .slider-for2 .list .item {
    padding: 40px;
    text-align: center;
}

.item-page .right-side .photos .slider-for2 .list .item img {
    display: inline-block;
}

.item-page .right-side .photos .slider-nav2 {
    margin: 20px -5px 0 -5px;
}

.item-page .right-side .photos .slider-nav2 .item {
    cursor: pointer;
    margin: 0 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #F5F5F5;
    padding: 5px;
}

.item-page .right-side .photos .slider-nav2 .item.slick-current {
    background: #F5F5F5;
}

.item-page .right-side .price {
    margin-bottom: 20px;
}

.item-page .right-side .price .new {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.02em;
}

.item-page .right-side .price .old {
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: rgba(29, 29, 31, 0.4);
}

.item-page .right-side .promo {
    padding-bottom: 10px;
}

.item-page .right-side .promo span {
    display: inline-block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
}

.item-page .right-side .promo span:last-child {
    color: #FFA800;
    border: 1px solid #FFA800;
}

.item-page .right-side .color {
    margin-bottom: 20px;
}

.item-page .right-side .color p {
    margin-bottom: 10px;
}

.item-page .right-side .color span {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 6px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.item-page .right-side .color span.active {
    width: 32px;
    height: 32px;
}
.item-page .right-side .sizes {
    padding-bottom: 20px;
}
.item-page .right-side .sizes + .pad {
    margin-top: 30px;
}

.item-page .right-side .sizes:last-child {
    padding-bottom: 40px;
}

.item-page .right-side .sizes p {
    margin-bottom: 14px;
}

.item-page .right-side .sizes .radio {
    display: none;
}

.item-page .right-side .sizes .radio + label {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    color: #1D1D1F;
    padding: 7px 12px;
    background: #F5F5F5;
    margin: 0 6px 6px 0;
}

.item-page .right-side .sizes .radio:checked + label {
    color: #fff;
}

.item-page .right-side .pad {
    padding-right: 100px;
}

.item-page .right-side .links {
    padding-right: 116px;
    position: relative;
    margin-bottom: 10px;
    max-height: 48px;
}

.item-page .right-side .links button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}

.item-page .right-side .links a {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.item-page .right-side .links a:nth-child(1) {
    right: 0;
    background: url('/assets/src/img/item-link2.svg') no-repeat center;
}

.item-page .right-side .links a:nth-child(1).active {
    right: 0;
    background: url('/assets/src/img/item-link2-alt.svg') no-repeat center;
}

.item-page .right-side .links a:nth-child(2), .favorites-mobile-pad {
    right: 58px;
    background: url('/assets/src/img/item-link1.svg') no-repeat center;
}

.item-page .right-side .bottom-button {
    width: 100%;
    height: 48px;
    margin-bottom: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.item-page .right-side .payment-item {
    height: 106px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('/assets/src/img/payment1.png') no-repeat right / contain;
    overflow: hidden;
}

.item-page .right-side .payment-item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    z-index: 2;
}

.item-page .right-side .payment-item:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 600px;
    height: 600px;
    background: #f6f6f6;
    left: 100%;
    margin-left: -150px;
}

.item-page .right-side .payment-item .top-text {
    position: absolute;
    top: 15px;
    left: 21px;
    font-size: 14px;
    line-height: 18px;
    z-index: 3;
}

.item-page .right-side .payment-item .bottom-text {
    position: absolute;
    bottom: 15px;
    left: 21px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    z-index: 3;
}

.item-page .right-side .payment-item .bottom-text button {
    width: 162px;
    height: 26px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}

.item-added-block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(1, 1, 1, 0.6);
}

.item-added-block .window {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 589px;
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item-added-block .window.small {
    width: 480px;
}

.item-added-block .window.small2 {
    width: 384px;
}

.item-added-block .window .close {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 24px;
    height: 24px;
}

.item-added-block .window .top-text {
    padding: 20px 60px 20px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.item-added-block .window .item {
    padding: 27px 20px 20px 117px;
    position: relative;
}

.item-added-block .window .item .image {
    position: absolute;
    left: 20px;
    top: 20px;
}

.item-added-block .window .item .name {
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
    margin-bottom: 28px;
    padding-right: 100px;
}

.item-added-block .window .item .name span {
    display: block;
    color: #1D1D1F;
    margin-top: 5px;
    font-size: 16px;
    line-height: 22px;
}

.item-added-block .window .item .number {
    width: 165px;
    height: 46px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 24px;
}

.item-added-block .window .item .number input {
    width: 100%;
    height: 100%;
    background: none;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.item-added-block .window .item .number span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.item-added-block .window .item .number span.minus {
    left: 15px;
}

.item-added-block .window .item .number span.plus {
    right: 15px;
}

.item-added-block .window .item .price {
    display: inline-block;
    vertical-align: middle;
    color: rgba(29, 29, 31, 0.4);
}

.item-added-block .window .item .price.other {
    float: right;
    text-align: right;
}

.item-added-block .window .item .price.other .new {
    color: #1D1D1F;
}

.item-added-block .window .item .price .old {
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: line-through;
}

.item-added-block .window .item .price .new {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}

.item-added-block .window .buttons {
    padding: 20px;
}

.item-added-block .window .buttons button {
    width: 49%;
    height: 48px;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.item-added-block .window .buttons button:nth-child(1) {
    background: #fff;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.item-added-block .window .buttons button:nth-child(2) {
    color: #fff;
}

.item-added-block .window .add-adress {
    padding: 20px;
}

.item-added-block .window .add-adress p {
    width: 60%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}

.item-added-block .window .add-adress input[type='text'] {
    width: 100%;
    height: 48px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 14px;
}

.item-added-block .window .add-adress input[type='text']:focus,
.item-added-block .window .add-adress input[type='text']:hover {
    background: #f6f6f6;
}

.item-added-block .window .add-adress .agree {
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.item-added-block .window .add-adress .agree input {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
}

.item-added-block .window .add-adress .agree label {
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.item-added-block .window .add-adress button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    background: #F5F5F5;
}

.item-added-block .window .rating {
    padding: 13px 106px 13px 20px;
    font-size: 14px;
    line-height: 18px;
}

.item-added-block .window .rating.other {
    padding: 13px 20px;
}

.item-added-block .window .rating .name {
    margin-bottom: 5px;
}

.item-added-block .window .rating p {
    margin-bottom: 15px;
    color: rgba(29, 29, 31, 0.6);
}

.item-added-block .window .rating .fa {
    font-size: 18px;
    color: rgba(29, 29, 31, 0.12);
}

.item-added-block .window .rating .fa.other {
    color: #FFA800;
}

.item-added-block .window .text {
    padding: 20px;
}

.item-added-block .window .text input[type='text'] {
    width: 100%;
    height: 46px;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 16px;
    font-size: 14px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.item-added-block .window .text:not(.not-color) input[type='text']:nth-child(1) {
    color: #D82020;
}

.item-added-block .window .text:not(.not-color) input[type='text']:nth-child(2) {
    color: #459D00;
}

.item-added-block .window .text input[type='text']:focus,
.item-added-block .window .text input[type='text']:hover {
    background: #f6f6f6;
}

.item-added-block .window .text textarea {
    width: 100%;
    height: 98px;
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 14px 16px;
    font-size: 14px;
}

.item-added-block .window .text textarea:focus,
.item-added-block .window .text textarea:hover {
    background: #f6f6f6;
}

.item-added-block .window .text button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}

.item-added-block .window .item-info {
    padding: 20px 67px 20px 20px;
}

.item-added-block .window .item-info div {
    display: table-cell;
    vertical-align: middle;
}

.item-added-block .window .item-info div img {
    max-width: 72px;
    width: 72px;
    margin-right: 14px;
}

.item-added-block .window .item-info div .name {
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.item-added-block .window .item-info div .old {
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: rgba(29, 29, 31, 0.4);
}

.item-added-block .window .item-info div .new {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
}

.empty-cart-block {
    padding: 30px 0 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.cart-page .list {
    width: 66%;
}

.cart-page .list.pad {
    padding-bottom: 60px;
}

.cart-page .list .navi {
    margin-bottom: 30px;
}

.cart-page .list .top-text {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
}

.cart-page .list .top-contacts {
    margin: -20px 0 30px;
    font-size: 14px;
    line-height: 18px;
}

.cart-page .list .top-contacts p {
    margin-bottom: 5px;
}

.cart-page .list .top-contacts a {
    display: block;
    text-decoration: none;
    color: rgba(29, 29, 31, 0.4);
}

.cart-page .list .item {
    padding: 25px 150px 25px 140px;
    position: relative;
}

.cart-page .list .item.price-by-request .price {
    margin-top: 17px;
}

.cart-page .list .item .price-by-request-comment {
    margin-top: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.cart-page .list .item.last {
    border-bottom: 0;
}

.cart-page .list .item .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    width: 100px;
    height: 100px;
    padding: 10px;
    background: #F5F5F5;
    border-radius: 6px;
    box-sizing: border-box;
}

.cart-page .list .item .name {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    min-height: 90px;
}

.cart-page .list .item .name.other {
    height: auto;
    margin-bottom: 10px;
}

.cart-page .list .item .name .badge {
    position: absolute;
    left: 0;
    bottom: 9px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 8px;
}

.cart-page .list .item .links a {
    display: inline-block;
    text-decoration: none;
    padding: 1px 0 0 24px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.cart-page .list .item .links a:nth-child(1) {
    background: url('/assets/src/img/cart-link1.svg') no-repeat 0 0;
    margin-right: 32px;
}

.cart-page .list .item .links a:nth-child(2) {
    background: url('/assets/src/img/cart-link2.svg') no-repeat 0 0;
}

.cart-page .list .item .right-block {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    text-align: right;
}

.cart-page .list .item .right-block .number {
    display: inline-block;
    width: 72px;
    height: 20px;
    position: relative;
}

.cart-page .list .item .right-block .number input {
    width: 100%;
    height: 100%;
    text-align: center;
    background: none;
    font-size: 14px;
}

.cart-page .list .item .right-block .number span {
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 20px;
    height: 20px;
}

.cart-page .list .item .right-block .number span.minus {
    left: 0;
    background: url('/assets/src/img/minus4.svg');
}

.cart-page .list .item .right-block .number span.plus {
    right: 0;
    background: url('/assets/src/img/plus4.svg');
}

.cart-page .list .item .right-block .discount {
    margin: 40px 0 9px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.cart-page .list .item .right-block .price .new {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}

.cart-page .list .item .right-block .price .minus {
    margin-left: 5px;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: rgba(29, 29, 31, 0.4);
}

.cart-page .list .item .price2 p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.cart-page .list .item .price2 .new {
    color: #1D1D1F;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.02em;
}

.cart-page .list .item .price2 .old {
    margin-left: 5px;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: rgba(29, 29, 31, 0.4);
}

.cart-page .list .order {
    padding-bottom: 60px;
}

.cart-page .list .order .order-item {
    margin-bottom: 28px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.cart-page .list .order .order-item .block-name {
    padding: 25px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    background: url('/assets/src/img/order-arrow.svg') no-repeat right 16px top 50%;
}

.cart-page .list .order .order-item .content {
    padding: 30px 20px 20px 20px;
}

.cart-page .list .order .order-item .content .field {
    width: 32%;
    margin-bottom: 10px;
    position: relative;
}

.cart-page .list .order .order-item .content .field.big {
    width: auto;
    margin-bottom: 20px;
}

.cart-page .list .order .order-item .content .field.big input[type='text'] {
    padding: 0 16px;
}

.cart-page .list .order .order-item .content .field input[type='text'] {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 10px 16px 0 16px;
    font-size: 14px;
}

.cart-page .list .order .order-item .content .field input[type='text']:focus,
.cart-page .list .order .order-item .content .field input[type='text']:hover {
    background: #f6f6f6;
}

.cart-page .list .order .order-item .content .field label {
    position: absolute;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    pointer-events: none;
    left: 18px;
    top: 15px;
    font-size: 14px;
    color: rgba(29, 29, 31, 0.4);
}

.cart-page .list .order .order-item .content .field input[type='text']:valid + label {
    top: 8px;
    font-size: 8px;
}

.cart-page .list .order .order-item .content .field input[type='text']:focus + label {
    top: 8px;
    font-size: 8px;
}

.cart-page .list .order .order-item .content .button {
    text-align: right;
    padding-top: 10px;
}

.cart-page .list .order .order-item .content .button button {
    width: 32%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    background: #F5F5F5;
}

.cart-page .list .order .order-item .content .button button.other {
    color: #fff;
}

.cart-page .list .order .order-item .content .delivery .radio {
    display: none;
}

.cart-page .list .order .order-item .content .delivery .radio + label {
    width: 32%;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.cart-page .list .order .order-item .content .delivery .radio + label span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.cart-page .list .order .order-item .content .delivery .radio + label p {
    padding-right: 30px;
}

.cart-page .list .order .order-item .content .delivery .radio:checked + label {
    border: 1px solid #63D40B;
    box-shadow: 0 0 0 1px #63D40B;
}

.cart-page .list .order .order-item .content .bottom-button {
    width: 176px;
    font-size: 14px;
}

.cart-page .list .order .order-item .content .adress {
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 14px 80px 14px 16px;
    font-size: 16px;
    line-height: 22px;
    background: url('/assets/src/img/order-arrow.svg') no-repeat right 16px top 50%;
}

.cart-page .list .order .order-item .content .adress a {
    display: block;
    text-decoration: none;
    margin-top: 12px;
    color: rgba(29, 29, 31, 0.4);
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 20px;
    background: url('/assets/src/img/edit.svg') no-repeat 0 2px;
}

.cart-page .list .order .order-item .content .payment .radio {
    display: none;
}

.cart-page .list .order .order-item .content .payment .radio + label {
    width: 49%;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.cart-page .list .order .order-item .content .payment .radio + label span {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.cart-page .list .order .order-item .content .payment .radio + label p {
    padding-right: 30px;
}

.cart-page .list .order .order-item .content .payment .radio:checked + label {
    border: 1px solid #63D40B;
    box-shadow: 0 0 0 1px #63D40B;
}

.cart-page .list .order .order-item .content .credit {
    position: relative;
    padding-top: 52px;
}

.cart-page .list .order .order-item .content .credit:before {
    content: "";
    position: absolute;
    top: 22px;
    left: -20px;
    height: 1px;
    background: rgba(29, 29, 31, 0.12);
    width: calc(100% + 40px);
}

.cart-page .list .order .order-item .content .credit .name {
    margin-bottom: 26px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.cart-page .list .order .order-item .content .credit .credit-item {
    margin-bottom: 10px;
    color: rgba(1, 1, 1, 0.3);
    font-size: 14px;
    line-height: 18px;
}

.cart-page .list .order .order-item .content .credit .credit-item span {
    display: block;
    color: #1D1D1F;
    margin-top: 14px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}

.cart-page .list .order .order-item .content .credit .credit-item .select {
    margin-top: 12px;
}

.cart-page .list .order .order-item .content .credit .credit-item .select .radio {
    display: none;
}

.cart-page .list .order .order-item .content .credit .credit-item .select .radio + label {
    display: inline-block;
    cursor: pointer;
    color: #1D1D1F;
    font-size: 12px;
    line-height: 16px;
    padding: 6px 13px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.cart-page .list .order .order-item .content .credit .credit-item .select .radio + label span {
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 0 2px;
    color: #1D1D1F;
    display: none;
}

.cart-page .list .order .order-item .content .credit .credit-item .select .radio:checked + label {
    border: 0;
    color: #fff;
}

.cart-page .list .order .order-item .content .credit .credit-item .select .radio:checked + label span {
    display: inline-block;
    color: #fff;
}

.cart-page .list .order .bottom-text {
    margin-top: -8px;
    padding: 20px 0;
}

.cart-page .list .order .bottom-text textarea {
    width: 100%;
    height: 98px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 14px 16px;
    font-size: 14px;
}

.cart-page .list .order .bottom-text textarea:focus,
.cart-page .list .order .bottom-text textarea:hover {
    background: #f6f6f6;
}

.cart-page .list .order .agree {
    padding-top: 14px;
}

.cart-page .list .order .agree .checkbox {
    display: none;
}

.cart-page .list .order .agree .checkbox + label {
    padding: 1px 0 1px 26px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.cart-page .list .order .bottom-button {
    width: 244px;
    height: 46px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 16px;
    background: #F5F5F5;
    color: rgba(29, 29, 31, 0.4);
}

.cart-page .list .order .bottom-button.other {
    color: #fff;
}

.cart-page .list .order .bottom-button.other2 {
    background: #fff;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.cart-page .list .order .map .mmap {
    margin-bottom: 32px;
}

.cart-page .list .order .map .mmap.other {
    margin-bottom: 0;
}

.cart-page .list .order .map .mmap img {
    width: 100%;
}

.cart-page .list .order .map .name {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.cart-page .list .order .map p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 22px;
}

.cart-page .list .order .map ul li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
}

.cart-page .list .order .map ul li img {
    vertical-align: middle;
    margin: -2px 4px 0 0;
}

.cart-page .result {
    width: 32%;
    padding-top: 30px;
}

.cart-page .result .sticky {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.cart-page .result .top-block,
.checkout-page .top-block {
    margin-bottom: 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    padding: 20px 60px 20px 20px;
    box-sizing: border-box;
}

.cart-page .result .top-block .discount,
.checkout-page .top-block .discount {
    position: absolute;
    left: 18px;
    top: 18px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
}

.cart-page .result .top-block p,
.checkout-page .top-block p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 18px;
}

.cart-page .result .top-block button,
.checkout-page .top-block button {
    height: 30px;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 12px;
    color: #fff;
}

.cart-page .result .top-block a:last-child button,
.checkout-page .top-block a:last-child button {
    background: none;
    margin-left: 6px;
}

.cart-page .result .items {
    background: #F5F5F5;
}

.cart-page .result .items .top-items {
    padding: 15px 20px 20px 20px;
}

.cart-page .result .items .top-items .name {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.cart-page .result .items .top-items .item {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
}

.cart-page .result .items .top-items .item span {
    display: block;
    color: rgba(29, 29, 31, 0.4);
}

.cart-page .result .items .lst {
    padding: 20px;
}

.cart-page .result .items .lst .item div {
    font-size: 14px;
    line-height: 18px;
}

.cart-page .result .items .lst .item div:last-child {
    font-weight: 600;
}

.cart-page .result .items .lst .item div:last-child.green {
    color: #63D40B;
}

.cart-page .result .items .lst a {
    display: inline-block;
    text-decoration: none;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
    margin-left: -3px;
}

.cart-page .result .items .button {
    padding: 20px;
}

.cart-page .result .items .button p {
    margin-bottom: 25px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

.cart-page .result .items .button p span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}

.cart-page .result .items .button button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
}

.cart-page .result .items .button button.other {
    background: #fff;
    border: 1px solid rgba(29, 29, 31, 0.12);
    color: rgba(29, 29, 31, 0.4);
}

.cart-page .result .top-name {
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    background: #F5F5F5;
}

.cart-page .result .details {
    background: #F5F5F5;
    padding: 20px;
}

.cart-page .result .details p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

.cart-page .result .details p:last-child {
    margin-bottom: 0;
}

.cart-page .result .details p span {
    display: block;
}

.cart-page .result .status {
    background: #FFF2F2;
    padding: 20px;
}

.cart-page .result .status .status-text {
    display: inline-block;
    margin-bottom: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #FF0000;
}

.cart-page .result .status .status-text a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('/assets/src/img/delete.svg');
    vertical-align: middle;
    margin-top: -2px;
}

.cart-page .result .status p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
}

.cart-page .result .status p.med {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.cart-page .result .status p a {
    text-decoration: none;
}

.cart-page .result .status button {
    width: 100%;
    height: 46px;
    background: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
    margin-top: 13px;
}

.cabinet-page {
    padding: 30px 0 60px;
}

.cabinet-page .back-link {
    width: 100%;
    text-decoration: none;
    margin-bottom: 30px;
    padding-left: 28px;
    font-size: 14px;
    line-height: 18px;
    display: none;
}

.cabinet-page .menu {
    width: 24%;
    padding-top: 20px;
    font-size: 14px;
    line-height: 18px;
}

.cabinet-page .menu .name {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.cabinet-page .menu .contacts {
    margin-bottom: 10px;
}

.cabinet-page .menu .contacts a {
    display: block;
    text-decoration: none;
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .menu .edit {
    display: block;
    text-decoration: none;
    margin-bottom: 30px;
}

.cabinet-page .menu .level {
    margin-bottom: 10px;
}

.cabinet-page .menu .level .color1 {
    color: #E5AD9A;
}

.cabinet-page .menu .level .color2 {
    color: #0090D4;
}

.cabinet-page .menu .level .color3 {
    color: #A0ACB8;
}

.cabinet-page .menu .level a {
    float: right;
    text-decoration: none;
}

.cabinet-page .menu .progress {
    margin-bottom: 15px;
    text-align: right;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
    color: rgba(29, 29, 31, 0.4);
    padding: 6px 10px;
}

.cabinet-page .menu .progress.color1 {
    background: rgba(229, 173, 154, 0.07);
}

.cabinet-page .menu .progress.color1 span {
    background: #E5AD9A;
}

.cabinet-page .menu .progress p {
    position: inherit;
    z-index: 2;
}

.cabinet-page .menu .progress.color2 {
    background: rgba(0, 144, 212, 0.07);
}

.cabinet-page .menu .progress.color2 span {
    background: #0090D4;
}

.cabinet-page .menu .progress.color3 {
    background: rgba(160, 172, 184, 0.07);
}

.cabinet-page .menu .progress.color3 span {
    background: #A0ACB8;
}

.cabinet-page .menu .progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.cabinet-page .menu ul li:last-child {
    border-bottom: 0;
}

.cabinet-page .menu ul li a {
    display: block;
    text-decoration: none;
    padding: 18px 0 18px 34px;
    position: relative;
}

.cabinet-page .menu ul li a:hover img,
.cabinet-page .menu ul li a.active img {
    filter: none;
}

.cabinet-page .menu ul li a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    filter: grayscale(100%);
}

.cabinet-page .cabinet-content {
    width: 66%;
}
.cabinet-page .cabinet-content.big.customers-program {
    width: auto!important;
}

.cabinet-page .cabinet-content.big {
    width: 74%;
}

.cabinet-page .cabinet-content .personal-info {
    width: 48%;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.cabinet-page .cabinet-content .personal-info .block-name {
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    background: #F5F5F5;
}

.cabinet-page .cabinet-content .personal-info .block-name a {
    float: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #D82020;
    padding: 4px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #D82020;
    text-decoration: none;
    margin-top: -3px;
}

.cabinet-page .cabinet-content .personal-info .table {
    padding: 20px;
}

.cabinet-page .cabinet-content .personal-info .table table {
    width: 100%;
    margin-bottom: 10px;
}

.cabinet-page .cabinet-content .personal-info .table table tr td {
    padding: 0 20px 8px 0;
    font-size: 14px;
    line-height: 18px;
}

.cabinet-page .cabinet-content .personal-info .table table tr td:first-child {
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .cabinet-content .personal-info .table table tr td:last-child {
    padding-right: 0;
}

.cabinet-page .cabinet-content .personal-info .table table tr td a {
    text-decoration: none;
    color: #D82020;
}

.cabinet-page .cabinet-content .personal-info .table .edit {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.cabinet-page .cabinet-content .personal-info .adress {
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
}

.cabinet-page .cabinet-content .personal-info .adress p {
    color: rgba(29, 29, 31, 0.4);
    margin-bottom: 20px;
}

.cabinet-page .cabinet-content .personal-info .adress select {
    width: 100%;
    height: 38px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 0 10px;
    appearance: none;
    margin-bottom: 20px;
    font-size: 14px;
    background: url('/assets/src/img/select.svg') no-repeat right 10px top 50%;
}

.cabinet-page .cabinet-content .personal-info .adress .edit {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.cabinet-page .cabinet-content .program {
    width: 48%;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

.cabinet-page .cabinet-content .program.big {
    width: auto;
}

.cabinet-page .cabinet-content .program.color1 {
    background: rgba(229, 173, 154, 0.07);
    border: 1px solid #E5AD9A;
}

.cabinet-page .cabinet-content .program.color1 .block-name {
    background: #E5AD9A;
}

.cabinet-page .cabinet-content .program.color1 .block1 .item {
    background: url('/assets/src/img/program1.svg') center / cover;
}

.cabinet-page .cabinet-content .program.color1 .block1 .item:after {
    background: #E5AD9A;
}

.cabinet-page .cabinet-content .program.color1 .block1 .line {
    background: rgba(229, 173, 154, 0.07);
}

.cabinet-page .cabinet-content .program.color1 .block1 .line span {
    background: #E5AD9A;
}

.cabinet-page .cabinet-content .program.color1 .block2 .level span {
    color: #E5AD9A;
}

.cabinet-page .cabinet-content .program.color1 .block2 .item {
    background: rgba(229, 173, 154, 0.07);
}

.cabinet-page .cabinet-content .program.color1 .block2 .item span {
    background: #E5AD9A;
}

.cabinet-page .cabinet-content .program.color2 {
    background: rgba(160, 172, 184, 0.07);
    border: 1px solid #A0ACB8;
}

.cabinet-page .cabinet-content .program.color2 .block-name {
    background: #A0ACB8;
}

.cabinet-page .cabinet-content .program.color2 .block1 p span {
    color: #A0ACB8;
}

.cabinet-page .cabinet-content .program.color2 .block1 .item {
    background: url('/assets/src/img/program2.svg') center / cover;
}

.cabinet-page .cabinet-content .program.color2 .block1 .item:after {
    background: #A0ACB8;
}

.cabinet-page .cabinet-content .program.color2 .block1 .item span {
    color: #A0ACB8 !important;
}

.cabinet-page .cabinet-content .program.color2 .block1 .line {
    background: rgba(160, 172, 184, 0.07);
}

.cabinet-page .cabinet-content .program.color2 .block1 .line span {
    background: #A0ACB8;
}

.cabinet-page .cabinet-content .program .block-name {
    color: #fff;
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.cabinet-page .cabinet-content .program .block1 {
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
}

.cabinet-page .cabinet-content .program .block1.no_b {
    border-bottom: 0;
}

.cabinet-page .cabinet-content .program .block1 p {
    margin-bottom: 20px;
}

.cabinet-page .cabinet-content .program .block1 p span {
    display: block;
    padding: 10px 0 20px;
    color: #E5AD9A;
}

.cabinet-page .cabinet-content .program .block1 .item {
    margin-bottom: 12px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    padding: 4px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: .3;
    text-align: center;
    width: 44px;
    position: relative;
}

.cabinet-page .cabinet-content .program .block1 .item.active {
    opacity: 1;
}

.cabinet-page .cabinet-content .program .block1 .item:first-child span {
    color: #E5AD9A;
}

.cabinet-page .cabinet-content .program .block1 .item:last-child span {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 10px;
}

.cabinet-page .cabinet-content .program .block1 .item span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
    color: #1D1D1F;
}

.cabinet-page .cabinet-content .program .block1 .line {
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    height: 10px;
}

.cabinet-page .cabinet-content .program .block1 .line span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.cabinet-page .cabinet-content .program .block1 .bottom-text {
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .cabinet-content .program .block2 {
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
}

.cabinet-page .cabinet-content .program .block2 .level {
    margin-bottom: 25px;
}

.cabinet-page .cabinet-content .program .block2 .item {
    margin-bottom: 20px;
    width: 23%;
    padding: 10px 5px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cabinet-page .cabinet-content .program .block2 .item span {
    position: absolute;
    border-radius: 4px 4px 4px 0px;
    color: #fff;
    right: 0;
    bottom: 100%;
    margin-bottom: -5px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 18px;
}

.cabinet-page .cabinet-content .program .block2 .link {
    display: block;
    text-decoration: none;
    margin-top: auto;
}

.cabinet-page .cabinet-content .history {
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.cabinet-page .cabinet-content .history .block-name {
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    background: #F5F5F5;
}

.cabinet-page .cabinet-content .history .item {
    padding: 15px 20px;
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    transition: 0.3s;
}

.cabinet-page .cabinet-content .history .item:last-child {
    border-bottom: 0;
}

.cabinet-page .cabinet-content .history .item .number {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
    width: 35%;
}

.cabinet-page .cabinet-content .history .item .number a {
    text-decoration: none;
}

.cabinet-page .cabinet-content .history .item .number .status {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.cabinet-page .cabinet-content .history .item .number .status.color1 {
    background: #FFD457;
}

.cabinet-page .cabinet-content .history .item .number .status.color2 {
    background: #D82020;
}

.cabinet-page .cabinet-content .history .item .number .status.color3 {
    background: #F5F5F5;
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .cabinet-content .history .item .number .status.color4 {
    background: #0090D4;
}

.cabinet-page .cabinet-content .history .item .photos {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    width: 50%;
}

.cabinet-page .cabinet-content .history .item .photos .photo {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
    position: relative;
    color: rgba(29, 29, 31, 0.4);
    font-weight: 600;
    font-size: 16px;
    margin: 2px 0;
}

.cabinet-page .cabinet-content .history .item .photos .photo img {
    max-width: 80%;
    max-height: 80%;
    vertical-align: middle;
    mix-blend-mode: multiply;
}

.cabinet-page .cabinet-content .history .item .photos .photo span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    padding: 0 5px;
    border-radius: 2px 0px 6px 2px;
}

.cabinet-page .cabinet-content .history .item .price {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 15%;
}

.cabinet-page .cabinet-content .history .item .price .new {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.cabinet-page .cabinet-content .history .item .price .old {
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: line-through;
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .cabinet-content .settings .item {
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.cabinet-page .cabinet-content .settings .item .block-name {
    padding: 20px;
    background: #F5F5F5;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.cabinet-page .cabinet-content .settings .item .content {
    padding: 30px 20px 20px 20px;
}

.cabinet-page .cabinet-content .settings .item .content .field {
    width: 32%;
    margin-bottom: 10px;
    position: relative;
}

.cabinet-page .cabinet-content .settings .item .content .field.big {
    width: auto;
    margin-bottom: 20px;
}

.cabinet-page .cabinet-content .settings .item .content .field.big input[type='text'] {
    padding: 0 16px;
}

.cabinet-page .cabinet-content .settings .item .content .field input[type='text'],
.cabinet-page .cabinet-content .settings .item .content .field input[type='password']
{
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 10px 16px 0 16px;
    font-size: 14px;
}

.cabinet-page .cabinet-content .settings .item .content .field input[type='text']:focus,
.cabinet-page .cabinet-content .settings .item .content .field input[type='text']:hover,
.cabinet-page .cabinet-content .settings .item .content .field input[type='password']:hover,
.cabinet-page .cabinet-content .settings .item .content .field input[type='password']:focus
{
    background: #f6f6f6;
}

.cabinet-page .cabinet-content .settings .item .content .field label {
    position: absolute;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    pointer-events: none;
    left: 18px;
    top: 15px;
    font-size: 14px;
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .cabinet-content .settings .item .content .field input[type='text']:read-only + label {
    top: 8px;
    font-size: 8px;
}

.cabinet-page .cabinet-content .settings .item .content .field input[type='text']:focus + label,
.cabinet-page .cabinet-content .settings .item .content .field input[type='password']:focus + label
{
    top: 8px;
    font-size: 8px;
}

.cabinet-page .cabinet-content .settings .item .content .password p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.cabinet-page .cabinet-content .settings .item .content .password p span {
    display: block;
    margin-top: 2px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .cabinet-content .settings .item .content .password button {
    margin-bottom: 10px;
    background: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 244px;
    height: 42px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
}

.cabinet-page .cabinet-content .settings .item .content .adress {
    position: relative;
    margin-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 14px 60px 14px 16px;
    background: url('/assets/src/img/adress.svg') no-repeat right 16px top 16px;
    transition: 0.3s;
}

.cabinet-page .cabinet-content .settings .item .content .adress.active {
    background: #F5F5F5;
    border-color: #F5F5F5;
}

.cabinet-page .cabinet-content .settings .item .content .adress p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
}

.cabinet-page .cabinet-content .settings .item .content .adress .links a {
    display: inline-block;
    text-decoration: none;
    padding: 0 0 0 20px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .cabinet-content .settings .item .content .adress .links a:nth-child(1) {
    background: url('/assets/src/img/adress-link1.svg') no-repeat 0 1px;
    margin-right: 25px;
}

.cabinet-page .cabinet-content .settings .item .content .adress .links a:nth-child(2) {
    background: url('/assets/src/img/adress-link2.svg') no-repeat 0 1px;
}

.cabinet-page .cabinet-content .settings .item .content .button {
    text-align: right;
    padding-top: 20px;
}

.cabinet-page .cabinet-content .settings .item .content .button.hide-button {
    padding-top: 0px;

}
.cabinet-page .cabinet-content .settings .item .content .button.hide-button button {
    background: #0090d4;
    color: #fff;
}

.hide-button {
    text-align: left!important;
}

.cabinet-page .cabinet-content .settings .item .content .button button {
    background: none;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 244px;
    height: 46px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.cabinet-page .cabinet-content .settings .item .content .checkbox {
    display: none;
}

.cabinet-page .cabinet-content .settings .item .content .checkbox + label {
    padding: 1px 0 1px 26px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
}

.cabinet-page .cabinet-content .order .back-link {
    display: block;
    width: auto;
    margin-bottom: 20px;
}

.cabinet-page .cabinet-content .order .info {
    overflow: hidden;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.cabinet-page .cabinet-content .order .info .block-name {
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    background: #F5F5F5;
}

.cabinet-page .cabinet-content .order .info .top-info {
    padding: 22px 20px 30px 20px;
}

.cabinet-page .cabinet-content .order .info .top-info .info1 {
    padding-bottom: 15px;
    max-width: 40%;
}

.cabinet-page .cabinet-content .order .info .top-info .info1 p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
}

.cabinet-page .cabinet-content .order .info .top-info .info1 p span {
    display: block;
}

.cabinet-page .cabinet-content .order .info .top-info .info2 .name {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.cabinet-page .cabinet-content .order .info .top-info .info2 ol {
    padding-bottom: 15px;
    padding-left: 20px;
    list-style: decimal;
    font-size: 14px;
    line-height: 18px;
}

.cabinet-page .cabinet-content .order .info .top-info .info2 ol li {
    margin-bottom: 15px;
}

.cabinet-page .cabinet-content .order .info .top-info .info2 ol li span {
    display: block;
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .cabinet-content .order .info .top-info button,
.cabinet-page .cabinet-content .order .info .top-info input[type="submit"] {
    width: 100%;
    height: 46px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    background: none;
    font-size: 14px;
}

.cabinet-page .cabinet-content .order .info .item {
    padding: 30px 20px 30px 122px;
    position: relative;
}

.cabinet-page .cabinet-content .order .info .item .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 82px;
}

.cabinet-page .cabinet-content .order .info .item .name {
    width: 60%;
    position: relative;
}

.cabinet-page .cabinet-content .order .info .item .name p {
    height: 67px;
    font-size: 16px;
    line-height: 22px;
}

.cabinet-page .cabinet-content .order .info .item .name .new {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.02em;
}

.cabinet-page .cabinet-content .order .info .item .name .old {
    left: 0;
    bottom: 27px;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .cabinet-content .order .info .item .rating {
    width: 37%;
    text-align: right;
}

.cabinet-page .cabinet-content .order .info .item .rating .fa {
    color: rgba(29, 29, 31, 0.12);
    font-size: 18px;
    vertical-align: middle;
    margin-top: -3px;
}

.cabinet-page .cabinet-content .order .info .item .rating a {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    margin-left: 4px;
}

.cabinet-page .cabinet-content .order .info .item .rating .new {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.02em;
}

.cabinet-page .cabinet-content .order .info .item .rating .old {
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: rgba(29, 29, 31, 0.4);
    display: inline-block;
}

.cabinet-page .cabinet-content .order .info .bottom-info {
    padding: 30px 20px;
    background: #F5F5F5;
}

.cabinet-page .cabinet-content .order .info .bottom-info .flex p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .cabinet-content .order .info .bottom-info .flex p:last-child {
    text-align: right;
}

.cabinet-page .cabinet-content .order .info .bottom-info .flex p span {
    display: block;
    color: #1D1D1F;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.02em;
}

.cabinet-page .cabinet-content .order .info .bottom-info .flex p i {
    font-style: normal;
    text-decoration: line-through;
    min-height: 20px;
    display: block;
}

.cabinet-page .cabinet-content .order .info .bottom-info button {
    width: 100%;
    height: 46px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    background: none;
    font-size: 14px;
}

.cabinet-page .cabinet-content .index-catalog-block2 {
    padding: 0;
    border-top: 0;
}

.cabinet-page .cabinet-content .current-level {
    padding-top: 30px;
}

.cabinet-page .cabinet-content .current-level.other .item .discount {
    background: #A0ACB8;
}

.cabinet-page .cabinet-content .current-level .top-text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .cabinet-content .current-level .top-text div {
    margin-top: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: rgba(29, 29, 31, 0.4);
}

.cabinet-page .cabinet-content .current-level .top-text div span {
    color: #E5AD9A;
}

.cabinet-page .cabinet-content .current-level .item {
    width: 23.5%;
    margin-bottom: 30px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

.cabinet-page .cabinet-content .current-level .item .discount {
    position: absolute;
    right: 0;
    top: -10px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    padding: 0 5px;
    background: #E5AD9A;
    border-radius: 4px 4px 4px 0px;
}

.cabinet-page .cabinet-content .current-level .item .logo {
    height: 73px;
    line-height: 73px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
    margin-bottom: 20px;
}

.cabinet-page .cabinet-content .current-level .item .logo img {
    vertical-align: middle;
}

.cabinet-page .cabinet-content .current-level .item p {
    margin-bottom: 10px;
}

.cabinet-page .cabinet-content .current-level .item a {
    display: block;
    text-decoration: none;
    color: #0090D4;
}

.cards-block {
    padding: 60px 0 90px;
    margin: 0 -12px;
}

.cards-block .item {
    margin: 0 12px;
    background: #F5F5F5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.cards-block .item.i1 .name {
    background: #0090d4 url('/assets/src/img/cardbg1.svg') no-repeat right / contain;
}

.cards-block .item.i2 .name {
    background: #e5ad9a url('/assets/src/img/cardbg2.svg') no-repeat right / contain;
}

.cards-block .item.i3 .name {
    background: #a0acb8 url('/assets/src/img/cardbg3.svg') no-repeat right / contain;
}

.cards-block .item.i4 .name {
    background: #f6ad30 url('/assets/src/img/cardbg4.svg') no-repeat right / contain;
}

.cards-block .item.i5 .name {
    background: #ee7623 url('/assets/src/img/cardbg5.svg') no-repeat right / contain;
}

.cards-block .item.i6 .name {
    background: #e5ad9a url('/assets/src/img/cardbg6.svg') no-repeat right / contain;
}

.cards-block .item.i7 .name {
    background: #a0acb8 url('/assets/src/img/cardbg7.svg') no-repeat right / contain;
}

.cards-block .item.i8 .name {
    background: #f6ad30 url('/assets/src/img/cardbg8.svg') no-repeat right / contain;
}

.cards-block .item .name {
    padding: 18px 50px 15px 20px;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.6);
}

.cards-block .item .name span {
    display: block;
    margin: 25px 0 12px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.cards-block .item .top-text {
    height: 55px;
    text-align: center;
    position: relative;
}

.cards-block .item .top-text p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.cards-block .item .top-text span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #E5AD9A;
}

.cards-block .item .discount {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 18px;
}

.cards-block .item .discount div:first-child {
    color: #0090D4;
}

.cards-block2 {
    padding: 60px 0 90px;
    margin: 0 -12px;
}

.cards-block2 .item {
    margin: 0 12px;
    background: #F5F5F5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.cards-block2 .item.i1 .name {
    background: #ee7623 url('/assets/src/img/cardbg5.svg') no-repeat right / contain;
}

.cards-block2 .item.i2 .name {
    background: #e5ad9a url('/assets/src/img/cardbg6.svg') no-repeat right / contain;
}

.cards-block2 .item.i3 .name {
    background: #a0acb8 url('/assets/src/img/cardbg7.svg') no-repeat right / contain;
}

.cards-block2 .item.i4 .name {
    background: #f6ad30 url('/assets/src/img/cardbg8.svg') no-repeat right / contain;
}

.cards-block2 .item .name {
    padding: 18px 50px 15px 20px;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.6);
}

.cards-block2 .item .name span {
    display: block;
    margin: 25px 0 12px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.cards-block2 .item .top-text {
    height: 55px;
    text-align: center;
    position: relative;
}

.cards-block2 .item .top-text p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.cards-block2 .item .top-text span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #E5AD9A;
}

.cards-block2 .item .discount {
    padding: 15px 20px;
    font-size: 14px;
    line-height: 18px;
}

.cards-block2 .item .discount div:first-child {
    color: #0090D4;
}

.alert-block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(1, 1, 1, 0.6);
}

.alert-block .window {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 382px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 35px 20px 20px;
}

.alert-block .window .close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 29px;
    height: 30px;
}

.alert-block .window .info div {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 18px;
}

.alert-block .window .info div img {
    max-width: 1000000px;
    margin-right: 20px;
}

.alert-block .window .info div .name {
    display: block;
    margin-bottom: 5px;
}

.alert-block .window .info div p {
    color: rgba(29, 29, 31, 0.6);
}

.alert-block .window .info div a {
    display: block;
    text-decoration: none;
    margin-top: 10px;
}

.alert-block .window .list {
    margin: 20px -35px -20px -20px;
    height: 290px;
    overflow-y: scroll;
}

.alert-block .window .list::-webkit-scrollbar {
    width: 0;
}

.alert-block .window .list.other {
    height: auto;
    border-top: 0;
    margin-top: -20px;
}

.alert-block .window .list.other .item {
    padding: 10px 40px 10px 10px;
}

.alert-block .window .list.other .item.other {
    padding: 13px 40px 13px 20px;
}

.alert-block .window .list.other .item div {
    vertical-align: top;
}

.alert-block .window .list.other .item div .name {
    height: auto;
    margin-bottom: 5px;
}

.alert-block .window .list.other .item div p {
    margin-bottom: 15px;
    color: rgba(29, 29, 31, 0.6);
    font-size: 14px;
    line-height: 18px;
}

.alert-block .window .list.other .item div a {
    margin-left: 5px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
}

.name-height {
    height: 67px;
}

.alert-block .window .list .item {
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    padding: 10px;
}

.alert-block .window .list .item:first-child {
    border-top: 0;
}

.alert-block .window .list .item div {
    display: table-cell;
    vertical-align: middle;
}

.alert-block .window .list .item div img {
    width: 60px;
    max-width: 60px;
    margin-right: 10px;
}

.alert-block .window .list .item div .name {
    display: block;
    height: 46px;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
}

.alert-block .window .list .item div .fa {
    font-size: 18px;
    color: rgba(29, 29, 31, 0.12);
}

.news-page {
    padding: 46px 0 90px;
}

.news-page.bg {
    background: #F5F5F5;
    padding: 90px 0;
}

.news-page.bg .index-news-block {
    padding: 0;
}

.news-page.bb {
    padding-bottom: 0;
}

.news-page.bb nav {
    padding-bottom: 10px;
    border-bottom: 0;
}

.news-page h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
}

.news-page .block-name {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.news-page .block-name2 {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(29, 29, 31, 0.4);
}

.news-page .block-name2 span {
    display: block;
    color: #1D1D1F;
    margin-top: 7px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
}

.news-page .top-links {
    margin-bottom: 20px;
}

.news-page .top-links a {
    display: inline-block;
    text-decoration: none;
    margin-right: 30px;
    color: rgba(1, 1, 1, 0.3);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.news-page .top-links a:last-child {
    margin-right: 0;
}

.news-page .top-links a.active span {
    color: #1D1D1F;
}

.news-page .top-text {
    width: 50%;
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 18px;
}

.news-page .jq-selectbox, .search-page .jq-selectbox {
    margin-bottom: 30px;
    width: 32%;
    height: 38px;
    line-height: 38px;
    background: url('/assets/src/img/select.svg') no-repeat right;
}

.news-page .jq-selectbox .jq-selectbox__dropdown, .search-page .jq-selectbox .jq-selectbox__dropdown {
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 3;
    background: #fff;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 0px 0px 6px 6px;
}

.post-page .right-side img {
    height: auto;
    border-radius: 6px;
}

.news-page .jq-selectbox .jq-selectbox__dropdown ul li, .search-page .jq-selectbox .jq-selectbox__dropdown ul li  {
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
}

.news-page nav {
    padding-bottom: 20px;
    display: flex;
}

.news-page nav a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
}

.news-page nav a.active {
    color: #fff;
}

.news-page .pages {
    text-align: center;
    font-size: 0;
}

.news-page .pages a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: rgba(29, 29, 31, 0.4);
}

.news-page .pages a:hover,
.news-page .pages a.active {
    color: #fff;
}

.news-page .pages a.prev {
    background: url('/assets/src/img/pagesl.svg') no-repeat center;
    margin-right: 10px;
}

.news-page .pages a.next {
    background: url('/assets/src/img/pagesr.svg') no-repeat center;
    margin-left: 10px;
}

.news-page .bottom-button, .index-news-block .bottom-button {
    text-align: center;
}

.news-page .bottom-button button,
.index-news-block .bottom-button button {
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    width: 384px;
    height: 48px;
}

.post-page {
    padding-bottom: 60px;
}

.post-page .left-side {
    width: 32%;
}

.post-page .left-side .sticky {
    position: sticky;
    top: 10px;
}

.post-page .left-side .navi {
    margin-bottom: 30px;
}

.post-page .left-side .name {
    margin-bottom: 33px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.post-page .left-side p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.post-page .left-side p span {
    display: block;
    color: #1D1D1F;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
}

.post-page .left-side .share div {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.post-page .left-side .share a {
    margin-right: 20px;
}

.post-page .right-side {
    width: 66%;
}

.post-page .right-side .date {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
    padding-bottom: 13px;
}

.post-page .right-side .image {
    margin-bottom: 30px;
}

.post-page .right-side .name {
    margin-bottom: 26px;
    max-width: 430px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.post-page .right-side a, .post-page .left-side a {
    color: #ee7623;
    text-decoration: none;
}

.post-page .right-side h2 {
    margin: 25px 0 10px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.post-page .right-side h3 {
    margin: 25px 0 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.post-page .right-side p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.post-page .right-side .text-wrap {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.post-page .right-side .text-wrap ul {
    margin-bottom: 10px;
}

.post-page .right-side .text-wrap ol {
    list-style: decimal;
    padding-left: 20px;
}

.post-page .right-side .text-wrap li::before {
    content: "•";
    color: #33388a;
    margin-right: 8px;
    position: absolute;
    left: -15px;
}

.post-page .right-side .image2 {
    padding: 50px 0 60px;
}

.post-page .right-side .image2 div {
    margin-top: 20px;
    padding: 20px 30% 0 0;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.post-page .right-side blockquote {
    margin: 20px 0 30px;
    padding: 30px 25% 30px 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.brands-page {
    padding: 30px 0 90px;
}

.brands-page .item {
    width: 32%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 25px;
    background: #F5F5F5;
    position: relative;
    padding-bottom: 20px;
}

.brands-page .item .top-info {
    padding: 0 20px 20px 20px;
}

.brands-page .item .top-info .logo {
    height: 98px;
    line-height: 98px;
    margin-bottom: 10px;
}

.brands-page .item .top-info .logo img {
    vertical-align: middle;
}

.brands-page .item .top-info .name {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.brands-page .item .top-info .year {
    padding: 1px 0 1px 28px;
    background: url('/assets/src/img/year.svg') no-repeat 0 0;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.brands-page .item .text {
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
}

.brands-page .item .text a {
    display: block;
    text-decoration: none;
    margin-top: 10px;
}

.brands-page .item .link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.brands-page .pages {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.brands-page .pages a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: rgba(29, 29, 31, 0.4);
}

.brands-page .pages a:hover,
.brands-page .pages a.active {
    color: #fff;
}

.brands-page .pages a.prev {
    background: url('/assets/src/img/pagesl.svg') no-repeat center;
    margin-right: 10px;
}

.brands-page .pages a.next {
    background: url('/assets/src/img/pagesr.svg') no-repeat center;
    margin-left: 10px;
}

.silver-bg {
    background: #F5F5F5;
    padding-top: 90px;
}

.brand-page {
    padding: 30px 0;
}

.brand-page .top-info {
    position: relative;
    margin-bottom: 120px;
    padding-right: 70%;
}

.brand-page .top-info.other {
    margin-bottom: 60px;
}

.brand-page .top-info.other .logo {
    position: absolute;
    left: 0;
    top: 0;
}

.brand-page .top-info.other .text {
    margin-left: 203px;
    width: 354px;
}

.brand-page .top-info.other .site {
    position: absolute;
    right: 0;
    top: 0;
}

.brand-page .top-info .logo {
    display: inline-block;
    width: 179px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
    margin-bottom: 30px;
    padding: 0 10px 0 10px;
}

.brand-page .top-info .logo img {
    vertical-align: middle;
}

.brand-page .top-info .name {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.brand-page .top-info .site {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 18px;
}

.brand-page .top-info .year {
    padding: 1px 0 1px 28px;
    background: url('/assets/src/img/year.svg') no-repeat 0 0;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
    margin-bottom: 30px;
}

.brand-page .top-info .image {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.brand-page .top-info p {
    font-size: 14px;
    line-height: 18px;
}

.brand-page .top-info p a {
    display: block;
    text-decoration: none;
    margin-top: 10px;
}

.brand-page .list .item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
    text-align: center;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 10px 20px 18px 20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.brand-page .list .item .logo {
    margin-bottom: 3px;
}

.brand-page .list .item .logo img {
    height: 40px;
}

.brand-page .list .item .image {
    margin-bottom: 24px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    top: 10px;
}

.brand-page .list .item p {
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page {
    padding: 30px 0;
}

.dashboard-page .back-link {
    width: 100%;
    text-decoration: none;
    margin-bottom: 30px;
    padding-left: 28px;
    font-size: 14px;
    line-height: 18px;
    display: none;
}

.dashboard-page .menu {
    width: 23.5%;
}

.dashboard-page .menu .sticky {
    position: sticky;
    top: 10px;
}

.dashboard-page .menu .name {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.dashboard-page .menu .contacts a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page .menu .contacts a span {
    color: rgba(29, 29, 31, 0.4);
}

.dashboard-page .menu .chat {
    display: block;
    text-decoration: none;
    margin-bottom: 20px;
}

.dashboard-page .menu ul li:last-child {
    border-bottom: 0;
}

.dashboard-page .menu ul li a {
    display: block;
    text-decoration: none;
    padding: 18px 0 18px 34px;
    position: relative;
}

.dashboard-page .menu ul li a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.dashboard-page .dashboard-content {
    width: 66%;
}

.dashboard-page .dashboard-content.big {
    width: 74%;
}

.dashboard-page .dashboard-content .program {
    margin-bottom: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.dashboard-page .dashboard-content .program .block-name {
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}

.dashboard-page .dashboard-content .program .info {
    padding: 20px;
}

.dashboard-page .dashboard-content .program .info .top-text {
    width: 65%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .program .info .list {
    position: relative;
}

.dashboard-page .dashboard-content .program .info .list:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    height: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.dashboard-page .dashboard-content .program .info .list i {
    position: absolute;
    height: 10px;
    border-radius: 4px 0 0 4px;
    left: 0;
    bottom: 28px;
}

.dashboard-page .dashboard-content .program .info .list .item {
    width: 20%;
    text-align: center;
}

.dashboard-page .dashboard-content .program .info .list .item .percent {
    width: 44px;
    height: 26px;
    line-height: 26px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto 5px auto;
    color: #fff;
    font-size: 10px;
}

.dashboard-page .dashboard-content .program .info .list .item .name {
    margin-bottom: 37px;
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .program .info .list .item p {
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
    position: relative;
}

.dashboard-page .dashboard-content .program .info .list .item p:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-bottom: 10px;
    width: 1px;
    height: 10px;
}

.dashboard-page .dashboard-content .program .bottom-link {
    padding: 20px;
}

.dashboard-page .dashboard-content .program .bottom-link a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    padding: 3px 0 2px 32px;
}

.dashboard-page .dashboard-content .main-blocks .item {
    width: 48%;
    margin-bottom: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.dashboard-page .dashboard-content .main-blocks .item .block-name {
    background: #F5F5F5;
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.dashboard-page .dashboard-content .main-blocks .item .block-name.bank {
    background: #f5f5f5 url('/assets/src/img/tinkoff.png') no-repeat right / contain;
}

.dashboard-page .dashboard-content .main-blocks .item .text {
    padding: 20px;
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .main-blocks .item .links {
    padding: 20px 20px 10px 20px;
}

.dashboard-page .dashboard-content .main-blocks .item .links a {
    display: block;
    text-decoration: none;
    padding: 4px 0 15px 28px;
}

.dashboard-page .dashboard-content .top-banner {
    margin-bottom: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    padding: 30px 50% 20px 30px;
}

.dashboard-page .dashboard-content .top-banner .logo {
    margin-bottom: 28px;
}

.dashboard-page .dashboard-content .top-banner .name {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
}

.dashboard-page .dashboard-content .top-banner p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .top-banner a {
    display: block;
    text-decoration: none;
    padding: 2px 0 2px 28px;
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .delivery {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.dashboard-page .dashboard-content .delivery .block-name {
    padding: 20px;
    background: #F5F5F5;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.dashboard-page .dashboard-content .delivery .item {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 14px;
    line-height: 18px;
    margin: 20px -20px 0;
    padding: 20px;
}

.dashboard-page .dashboard-content .delivery .item .name {
    margin-bottom: 0px;
    margin-top: 0px;
}

.dashboard-page .dashboard-content .delivery .item p {
    margin-bottom: 20px;
}

.dashboard-page .dashboard-content .delivery .item p.other {
    margin-bottom: 0;
}

.dashboard-page .dashboard-content .delivery .item p:last-child {
    margin-bottom: 0;
}

.dashboard-page .dashboard-content .delivery .item p span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.dashboard-page .dashboard-content .delivery .item ul {
    padding-left: 20px;
    padding-bottom: 10px;
}

.dashboard-page .dashboard-content .delivery .item ul:last-child {
    padding-bottom: 0;
}

.dashboard-page .dashboard-content .delivery .item ul li {
    margin-bottom: 10px;
}

.dashboard-page .dashboard-content .current-level {
    background: #fff;
    padding: 26px 20px 10px 20px;
}

.dashboard-page .dashboard-content .current-level .top-text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.dashboard-page .dashboard-content .current-level .top-text div {
    margin-top: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: rgba(29, 29, 31, 0.4);
}

.dashboard-page .dashboard-content .current-level .item {
    width: 22%;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .current-level .item .discount {
    position: absolute;
    right: 0;
    top: -11px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    padding: 0 5px;
    border-radius: 4px 4px 4px 0px;
}

.dashboard-page .dashboard-content .current-level .item .logo {
    height: 73px;
    line-height: 73px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
    margin-bottom: 20px;
}

.dashboard-page .dashboard-content .current-level .item .logo img {
    vertical-align: middle;
}

.dashboard-page .dashboard-content .current-level .item p {
    margin-bottom: 10px;
}

.dashboard-page .dashboard-content .current-level .item a {
    display: block;
    text-decoration: none;
}

.dashboard-page .dashboard-content .bottom-button {
    padding: 30px 20px;
    background: #fff;
}

.dashboard-page .dashboard-content .bottom-button button {
    width: 212px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    text-align: right;
    padding: 0 12px;
}

.dashboard-page .dashboard-content .faq .block-name {
    margin-bottom: 10px;
    padding-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
}

.dashboard-page .dashboard-content .faq .block-name:first-child {
    padding-top: 0;
}

.dashboard-page .dashboard-content .faq .item {
    margin-bottom: 10px;
    background: #F5F5F5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 14px 20px;
}

.dashboard-page .dashboard-content .faq .item .name {
    padding-right: 25px;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    background: url('/assets/src/img/faq.svg') no-repeat right;
}

.dashboard-page .dashboard-content .faq .item .text {
    padding-top: 10px;
    display: none;
}

.dashboard-page .dashboard-content .faq .item .text p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .dealer {
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
}

.dashboard-page .dashboard-content .dealer .top-block {
    background: #F5F5F5;
    padding: 28px 50% 34px 30px;
}

.dashboard-page .dashboard-content .dealer .top-block .logo {
    margin-bottom: 65px;
}

.dashboard-page .dashboard-content .dealer .top-block .name {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
    letter-spacing: -0.02em;
}

.dashboard-page .dashboard-content .dealer .top-block .name span {
    display: block;
}

.dashboard-page .dashboard-content .dealer .top-block p {
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .dealer .top-blocks {
    padding: 60px 20px 40px 20px;
}

.dashboard-page .dashboard-content .dealer .top-blocks .item {
    width: 48%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .dealer .top-blocks .item span {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.dashboard-page .dashboard-content .dealer .delivery-info {
    padding: 30px 20px;
}

.dashboard-page .dashboard-content .dealer .delivery-info .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.dashboard-page .dashboard-content .dealer .delivery-info p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .dealer .delivery-info p span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.dashboard-page .dashboard-content .dealer form {
    padding: 30px;
}

.dashboard-page .dashboard-content .dealer form .field {
    width: 49%;
    margin-bottom: 10px;
    position: relative;
}

.dashboard-page .dashboard-content .dealer form .field input[type='text'] {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 10px 16px 0 16px;
    font-size: 14px;
}

.dashboard-page .dashboard-content .dealer form .field input[type='text']:focus,
.dashboard-page .dashboard-content .dealer form .field input[type='text']:hover {
    background: #f6f6f6;
}

.dashboard-page .dashboard-content .dealer form .field label {
    position: absolute;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    pointer-events: none;
    left: 18px;
    top: 15px;
    font-size: 14px;
    color: rgba(29, 29, 31, 0.4);
}

.dashboard-page .dashboard-content .dealer form .field input[type='text']:valid + label,
.cabinet-page .cabinet-content .settings .item .content .field input[type='password']:valid + label {
    top: 8px;
    font-size: 8px;
}

.dashboard-page .dashboard-content .dealer form .field input[type='text']:focus + label {
    top: 8px;
    font-size: 8px;
}

.dashboard-page .dashboard-content .dealer form .upload {
    width: 49%;
    margin-bottom: 10px;
    height: 48px;
    line-height: 46px;
    font-size: 14px;
    padding: 0 16px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: rgba(29, 29, 31, 0.4);
    overflow: hidden;
    position: relative;
}

.dashboard-page .dashboard-content .dealer form .upload:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
}

.dashboard-page .dashboard-content .dealer form textarea {
    width: 100%;
    height: 106px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    margin-bottom: 30px;
    font-size: 14px;
    padding: 14px 16px;
}

.dashboard-page .dashboard-content .dealer form textarea:focus,
.dashboard-page .dashboard-content .dealer form textarea:hover {
    background: #f6f6f6;
}

.dashboard-page .dashboard-content .dealer form .agree {
    padding-top: 15px;
}

.dashboard-page .dashboard-content .dealer form .agree .checkbox {
    display: none;
}

.dashboard-page .dashboard-content .dealer form .agree .checkbox + label {
    padding: 1px 0 1px 26px;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.dashboard-page .dashboard-content .dealer form .agree .checkbox + label a {
    text-decoration: none;
}

.dashboard-page .dashboard-content .dealer form button {
    width: 261px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding-left: 44px;
}

.compare-page {
    padding: 45px 0 60px;
}

.compare-page .top-links {
    margin-bottom: 60px;
}

.compare-page .top-links a {
    display: inline-block;
    text-decoration: none;
    margin-right: 30px;
    color: rgba(1, 1, 1, 0.3);
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.compare-page .top-links a:last-child {
    margin-right: 0;
}

.compare-page .top-links a.active span {
    color: #1D1D1F;
}

.compare-page .list {
    position: relative;

}

.compare-page .list .add-item {
    min-width: 285px;
    position: relative;
}

.compare-page .list .add-item a {
    display: block;
    height: 282px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #f5f5f5 url('/assets/src/img/add.svg') no-repeat center;
    margin-bottom: 20px;
}

.compare-page .list .add-item p {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.compare-page .list .add-item button {
    width: 100%;
    position: absolute;
    bottom: 10px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    font-size: 14px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.compare-page .list .items .item {
    position: relative;
}

.compare-page .list .items .item .discount {
    position: absolute;
    left: 0;
    top: 15px;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 0px 6px 6px 0px;
}

.compare-page .list .items .item .image {
    background: #F5F5F5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    height: 282px;
    line-height: 282px;
    margin-bottom: 20px;
}

.compare-page .list .items .item .image img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.compare-page .list .items .item .name {
    margin-bottom: 20px;
    color: rgba(1, 1, 1, 0.6);
    font-size: 14px;
    line-height: 18px;
    padding-right: 30px;
}

.compare-page .list .items .item .name span {
    display: block;
    color: #1D1D1F;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
}

.compare-page .list .items .item .price-block {
    padding-right: 58px;
    position: relative;
}

.compare-page .list .items .item .price-block .fav {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(29, 29, 31, 0.12);
    background: url('/assets/src/img/fav.svg') no-repeat center;
}

.compare-page .list .items .item .price-block .price {
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.compare-page .list .items .item .price-block .price.no-items {
    color: rgba(1, 1, 1, 0.3);
}

.compare-page .list .items .item .mob-price {
    font-size: 14px;
    line-height: 18px;
    opacity: 0.6;
    display: none;
}

.compare-page-data .list {
    padding: 60px 0 30px;
}

.compare-page-data .list:last-child {
    border-bottom: 0;
}

.compare-page-data .list .block-name {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.compare-page-data .list .item {
    width: 24%;
}

.compare-page-data .list .item .info {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.compare-page-data .list .item .info span {
    display: block;
    color: #1D1D1F;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
}

.compare-page-data .list .item .info .rating .fa {
    color: #FFA800;
    font-size: 18px;
    vertical-align: middle;
    margin-top: -2px;
}

.compare-page-data .list .item .info span.rating a {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    margin-left: 5px;
}

.compare-page-data .list .item .info span.actions i {
    font-style: normal;
    margin-right: 10px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 18px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.compare-page-data .list .item .info span.actions i:last-child {
    margin-right: 0;
}

.compare-page-data .list .item .info span.actions i.color1 {
    color: #fff;
}

.compare-page-data .list .item .info span.actions i.color2 {
    color: #FFA800;
    border: 1px solid #FFA800;
}

.compare-page-data .list .item .info span.actions i.color3 {
    background: rgba(29, 29, 31, 0.12);
    color: rgba(29, 29, 31, 0.4);
}

.compare-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    background: rgba(1, 1, 1, 0.6);
}

.compare-popup .window {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
}

.compare-popup .window .close {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 24px;
    height: 24px;
}

.compare-popup .window .block-name {
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.compare-popup .window .list {
    padding: 30px 0 30px 20px;
}

.compare-popup .window .list .item {
    width: 282px;
    margin-right: 24px;
    position: relative;
}
.compare-popup.catalog-list-page .list {
    width: 100%!important;
}

.compare-popup .window .list .slick-prev {
    display: none !important;
}

.compare-popup .window .list .slick-next {
    position: absolute;
    padding: 0;
    font-size: 0;
    z-index: 3;
    top: 190px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: url('/assets/src/img/next3.svg');
}

.popup-review {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.5);
    z-index: 10;
    display: none;
}

.popup-review .window {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 467px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.popup-review .window .close {
    position: absolute;
    right: 20px;
    top: 20px;
    padding-right: 20px;
}

.popup-review .window .name {
    padding-right: 100px;
    margin-bottom: 30px;
}

.popup-review .window .name div {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
}

.popup-review .window .name div img {
    max-width: 50px;
    width: 50px;
    margin-right: 20px;
}

.popup-review .window .rating {
    margin-bottom: 10px;
}

.popup-review .window .rating .fa {
    font-size: 18px;
    color: #FFA800;
}

.popup-review .window .author {
    margin-bottom: 15px;
    color: rgba(29, 29, 31, 0.6);
}

.popup-review .window .author span {
    display: block;
    color: #1D1D1F;
    font-size: 16px;
    line-height: 22px;
}

.popup-review .window .author .rating {
    margin-top: 10px;
}

.popup-review .window .author .rating .fa {
    font-size: 18px;
    color: #FFA800;
}

.popup-review .window .good {
    color: #459D00;
}

.popup-review .window ul {
    margin: 10px 0;
    padding-left: 20px;
    list-style: disc;
}

.popup-review .window .bad {
    color: #D82020;
}

.popup-review .window .comment {
    margin-bottom: 10px;
    color: rgba(29, 29, 31, 0.6);
}

.popup-review .window p {
    margin-bottom: 10px;
}



.checkout-page .columns-wrap {
    display: flex;
    justify-content: space-between;
}

.checkout-page .columns-wrap .left {
    width: 792px;
}

.checkout-page .columns-wrap .left .step {
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    position: relative;
}

.checkout-page .columns-wrap .left .step .head {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 6px;
    padding: 25px 20px;
    transition: 0.2s;
}

.checkout-page .columns-wrap .left .step .head .chevron {
    position: absolute;
    top: 25px;
    right: 25px;
    transition: 0.2s;
}

.checkout-page .columns-wrap .left .step .head .chevron svg {
    display: block;
}

.checkout-page .columns-wrap .left .step .head .chevron svg path {
    transition: 0.2s;
}

.checkout-page .columns-wrap .left .step .content {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
    padding: 20px;
}

.checkout-page .columns-wrap .left .step:nth-child(2) .content {
    padding: 30px 20px 20px;
}

.checkout-page .columns-wrap .left .step:nth-child(4) .content {
    padding: 30px 20px;
}

.checkout-page .columns-wrap .left .step .content .input-wrap {
    display: flex;
}

.checkout-page .columns-wrap .left .step .content .input-wrap .labeled-input {
    flex: 1;
}

.checkout-page .columns-wrap .left .step .content .input-wrap .labeled-input + .labeled-input {
    margin-left: 10px;
}

.checkout-page .columns-wrap .left .step .content .input-wrap + .input-wrap {
    margin-top: 10px;
}

.checkout-page .columns-wrap .left .step .content .labeled-input {
    position: relative;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="text"],
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="email"],
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="password"],
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"],
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="time"] {
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    padding: 0 63px 0 15px;
    transition: 0.2s;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"] {
    padding-right: 15px;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 85px;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 10px;
    padding-left: 220px;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="time"] {
    padding-right: 230px;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="text"],
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="email"],
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="password"],
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"],
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="time"] {
    padding-top: 18px;
    padding-bottom: 8px;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="text"].focused + .label,
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="email"].focused + .label,
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="password"].focused + .label,
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"].focused + .label,
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="time"].focused + .label {
    top: 8px;
    font-size: 8px;
    line-height: 12px;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"],
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="time"] {
    color: transparent;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"].focused,
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="time"].focused {
    color: unset;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"]::-webkit-calendar-picker-indicator,
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="time"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    transition: .2s;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"].focused::-webkit-calendar-picker-indicator,
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="time"].focused::-webkit-calendar-picker-indicator {
    opacity: 1;
}

.checkout-page .columns-wrap .left .step .content .labeled-input .label {
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 14px;
    color: rgba(29, 29, 31, 0.4);
    line-height: 20px;
    pointer-events: none;
    transition: 0.2s;
}

.checkout-page .columns-wrap .left .step .content .subtitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 20px;
}

.checkout-page .columns-wrap .left .step .content .subtitle:first-child {
    margin-top: 0;
}

.checkout-page .columns-wrap .left .step .content .tabs-wrap {
    display: grid;
    grid-auto-rows: 80px;
    justify-content: space-between;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
}

.checkout-page .columns-wrap .left .step .content .tabs-wrap .tab {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    padding: 18px 16px;
    transition: 0.2s;
    text-decoration: none;
}

.checkout-page .columns-wrap .left .step .content .tabs-wrap .tab span {
    font-size: 16px;
    color: #1d1d1f;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 3px;
}

.checkout-page .columns-wrap .left .step .content .tabs-wrap .tab.current {
    border-color: #459D00;
}

.checkout-page .columns-wrap .left .step .content .tab-content.current {
    display: block !important;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select {
    position: relative;
    border: 1px solid #459D00;
    border-radius: 6px;
    padding: 14px 16px;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .address {
    font-size: 16px;
    line-height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .links-wrap {
    display: flex;
    margin-top: 12px;
    position: relative;
    z-index: 2;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .links-wrap .link {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(29, 29, 31, 0.4);
    line-height: 20px;
    transition: 0.2s;
    margin-top: 0;
    text-decoration: none;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .links-wrap .link svg {
    margin-right: 4px;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .links-wrap .link svg path {
    transition: 0.2s;
}

/*.checkout-page .columns-wrap .left .step .content .delivery-address-select + .address-item {
    margin-top: 8px;
}*/

.checkout-page .columns-wrap .left .step .content .delivery-address-select .chevron {
    position: absolute;
    top: 18px;
    right: 12px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
    z-index: 2;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .chevron svg path {
    stroke: #1d1d1f;
    transition: 0.2s;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(29, 29, 31, 0.4);
    border-radius: 6px;
    padding-top: 70px;
    box-shadow: 0px 4px 20px rgba(29, 29, 31, 0.12);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    z-index: 1;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap .item {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    background: #fff;
    padding: 16px;
    transition: 0.2s;
    text-decoration: none;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap .item + .item::before {
    opacity: 1;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap .item.current {
    font-weight: 600;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap .item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: rgba(29, 29, 31, 0.12);
    opacity: 0;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap::before {
    content: "";
    height: 12px;
    background: #fff;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select.opened .chevron {
    transform: rotate(180deg);
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select.opened .dd-wrap {
    opacity: 1;
    pointer-events: all;
}

.checkout-page .columns-wrap .left .step .content .map-1,
.checkout-page .columns-wrap .left .step .content .map-2 {
    height: 300px;
}

.checkout-page .columns-wrap .left .step .content .postamat-info {
    margin-top: 20px;
}

.checkout-page .columns-wrap .left .step .content .postamat-info .name {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.checkout-page .columns-wrap .left .step .content .postamat-info .name img {
    width: 20px;
    height: 20px;
    display: inline;
    position: relative;
    top: 1px;
    left: 5px;
}

.checkout-page .columns-wrap .left .step .content .postamat-info .address {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}

.checkout-page .columns-wrap .left .step .content .postamat-info .info {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    margin-top: 20px;
}

.checkout-page .columns-wrap .left .step .content .postamat-info .info img {
    margin-right: 10px;
}

.checkout-page .columns-wrap .left .step .content .postamat-info .info + .info {
    margin-top: 10px;
}

.checkout-page .columns-wrap .left .step .content .payment-wrap {
    display: grid;
    grid-auto-rows: 80px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.checkout-page .columns-wrap .left .step .content .payment-wrap .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    color: rgba(29, 29, 31, 0.4);
    line-height: 20px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    padding: 16px;
    transition: 0.2s;
    cursor: pointer;
}

.checkout-page .columns-wrap .left .step .content .payment-wrap .item span {
    font-size: 16px;
    font-weight: 600;
    color: #1d1d1f;
    line-height: 24px;
    margin-bottom: 4px;
}

.checkout-page .columns-wrap .left .step .content .payment-wrap .item.current {
    border-color: #459D00;
}

.checkout-page .columns-wrap .left .step .content .payment-wrap .item.disabled {
    pointer-events: none;
    background: #F5F5F5;
    border-color: #F5F5F5;
}

.checkout-page .columns-wrap .left .step .content .pvz-user-address {
    display: flex;
    min-height: 48px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 8px 16px;
    border-radius: 6px;
    margin-bottom: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.checkout-page .columns-wrap .left .step .content .pvz-user-address .find-button,
.checkout-page .columns-wrap .left .step .content .pvz-user-address:hover .find-button line,
.checkout-page .columns-wrap .left .step .content .pvz-user-address:hover .find-button circle {
    transition: .2s;
}

.checkout-page .columns-wrap .left .step .content .pvz-user-address .label {
    position: absolute;
    font-size: 8px;
    color: rgba(29, 29, 31, 0.4);
}

.checkout-page .columns-wrap .left .step .content .pvz-user-address .address {
    font-size: 14px;
    line-height: 18px;
    display: flex;
    flex: 1;
    align-self: flex-end;
    padding-top: 12px;
}

.checkout-page .columns-wrap .left .step .content .pvz-user-address .find-button {
    align-self: center;
}

.checkout-page .columns-wrap .left .step + .step {
    margin-top: 22px;
}

.checkout-page .columns-wrap .left .step.opened .head {
    background: #F5F5F5;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.checkout-page .columns-wrap .left .step.opened .head .chevron {
    transform: rotate(180deg);
}

.checkout-page .columns-wrap .right {
    width: 384px;
    margin-top: 30px;
}

.checkout-page .btn-wrap {
    width: 792px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select.error {
    border-color: #f14552!important;
}

.checkout-page .columns-wrap .left .step .content .input-wrap .phone-wrap {
    display: flex;
    flex: 1;
    margin-left: 10px;
    position: relative;
}

.checkout-page .columns-wrap .left .step .content .input-wrap .phone-wrap .phone-region {
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-right: 0;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-left: 6px;
    height: 48px;
    appearance: none;
    flex: 0 0 48px;
    background: white;
    background-image: url(/assets/src/img/select-arrow-black.svg);
    background-repeat: no-repeat;
    background-position: top 17px right 5px;
    background-size: 13px;
}

.checkout-page .columns-wrap .left .step .content .input-wrap .phone-wrap .labeled-input input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cool-btn {
    flex: 1;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background: #0090d4;
    border: 1px solid #0090d4;
    border-radius: 6px;
    transition: .2s;
    cursor: pointer;
    padding: 0;
}

.cool-btn.alt {
    color: #1d1d1f;
    background: none;
    border-color: #a9afb7;
}

.checkout-page .columns-wrap .right .sticky {
    position: relative;
    transition: top .25s;
}

.checkout-page .columns-wrap .left .step .content .hint {
    position: absolute;
    top: 18px;
    right: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
}

.checkout-page .columns-wrap .left .step .content .hint:hover .hint-text,
.checkout-page .columns-wrap .left .step .content .hint.active .hint-text {
    opacity: 1;
    pointer-events: all;
}

.checkout-page .columns-wrap .left .step .content .hint .hint-text {
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    width: 269px;
    position: absolute;
    left: calc(100% + 12px);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    color: #1d1d1f;
    opacity: 0;
    transition: .2s;
    pointer-events: none;
    z-index: 1;
}

.checkout-page .columns-wrap .left .step .content .hint .hint-text::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    position: absolute;
    left: -6px;
    top: calc(50% - 6px);
}

.checkout-page .columns-wrap .left .step .content .tabs-wrap .tab .delivery-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.checkout-page .columns-wrap .left .step .content .no-address-input {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    padding: 0 16px;
    transition: .2s;
}

.checkout-page .columns-wrap .left .step .content .tab.disabled {
    pointer-events: none;
    background: #F5F5F5;
    border-color: #F5F5F5;
}

.checkout-page .columns-wrap .left .step .head.disabled {
    pointer-events: none;
}

.checkout-page .columns-wrap .left .step .head.disabled .chevron svg path {
    stroke: rgba(29, 29, 31, 0.12);
}

.checkout-page .btn-wrap .checkout-btn {
    flex: 0 1 244px;
    position: relative;
}

.checkout-page .columns-wrap .left .sprtr {
    height: 1px;
    background: rgba(29, 29, 31, 0.12);
    margin: 20px 0;
}

.checkout-page .columns-wrap .left textarea {
    width: 100%;
    height: 98px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    padding: 14px 16px;
}

.checkout-page .columns-wrap .left .step .content .credit-wrap .credit-separator {
    margin: 30px -20px;
    height: 1px;
    background: #e4e4e4;
}

.checkout-page .columns-wrap .left .step .content .credit-wrap .credit-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #1d1d1f;
}

.checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attributes {
    display: flex;
    margin-top: 26px;
}

.checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attribute + .credit-attribute {
    margin-left: 50px;
}

.checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attribute .attribute-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1d1d1f;
    opacity: 0.3;
}

.checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attribute .attribute-value {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #1d1d1f;
    margin-top: 14px;
}

.checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attribute .month-buttons {
    display: flex;
    margin-top: 12px;
}

.checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attribute .month-btn {
    display: block;
    padding: 6px 16px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #1d1d1f;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    transition: .2s;
}

.checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attribute .month-btn.active {
    color: #fff;
}

.checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attribute .month-btn + .month-btn {
    margin-left: 5px;
}

.checkout-page .columns-wrap .left .step .content .pickpoint-icon-content {
    background: #fff;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1f1d1f;
    font-family: Inter;
    padding: 6px 7px 8px 21px;
    width: 150px;
}

.checkout-page .columns-wrap .left .step .content #pvzMap [class$="-image-with-content-content"] {
    z-index: -1;
}

.checkout-page .columns-wrap .left .step .content .paysystem-select.disabled .hint .hint-text {
    border: 1px solid #FCAEAE;
}

.checkout-page .columns-wrap .left .step .content .paysystem-select.disabled .hint .hint-text::before {
    border-right-color: #FCAEAE;
}

.checkout-page .content-wrap {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

form.refreshing .checkout-page .columns-wrap .left .step .content {
    pointer-events: none;
}

form.refreshing .checkout-page .columns-wrap .left .step.current .content {
    filter: blur(1px);
}

.checkout-page .columns-wrap .left .step .loader {
    position: absolute;
    left: 50%;
    top: calc(50% + 35px);
    display: inline-block;
    width: 80px;
    height: 80px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    transform: translate(-50%, -50%);
}

form.refreshing .checkout-page .columns-wrap .left .step.current .loader {
    opacity: 1;
}

.checkout-page .columns-wrap .left .step .loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.checkout-page .columns-wrap .left .step .loader div:nth-child(1) {
    animation-delay: -0.45s;
}

.checkout-page .columns-wrap .left .step .loader div:nth-child(2) {
    animation-delay: -0.3s;
}

.checkout-page .columns-wrap .left .step .loader div:nth-child(3) {
    animation-delay: -0.15s;
}

form.refreshing .checkout-page .btn-wrap .checkout-btn:not(.cart-btn-disabled),
form.refreshing .checkout-page .columns-wrap .right .cool-btn:not(.cart-btn-disabled) {
    font-size: 0;
    pointer-events: none;
}

.checkout-page .btn-wrap .checkout-btn .loader,
.checkout-page .columns-wrap .right .cool-btn .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    transform: translate(-50%, -50%);
}

form.refreshing .checkout-page .btn-wrap .checkout-btn .loader,
form.refreshing .checkout-page .columns-wrap .right .cool-btn .loader {
    opacity: 1;
}

.checkout-page .btn-wrap .checkout-btn .loader div,
.checkout-page .columns-wrap .right .cool-btn .loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 4px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.checkout-page .btn-wrap .checkout-btn .loader div:nth-child(1),
.checkout-page .columns-wrap .right .cool-btn .loader div:nth-child(1) {
    animation-delay: -0.45s;
}

.checkout-page .btn-wrap .checkout-btn .loader div:nth-child(2),
.checkout-page .columns-wrap .right .cool-btn .loader div:nth-child(2) {
    animation-delay: -0.3s;
}

.checkout-page .btn-wrap .checkout-btn .loader div:nth-child(3),
.checkout-page .columns-wrap .right .cool-btn .loader div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@media (max-width: 1230px) {
    .wrap {
        width: 970px;
    }

    .index-page-slider .list .item .text .logo {
        margin-bottom: 10px;
    }

    .index-page-slider .list .item {
        padding: 20px 20px 90px 20px;
    }

    .index-page-slider .list .slick-prev,
    .index-page-slider .list .slick-next {
        bottom: 20px;
    }

    .index-page-slider .list .slick-prev {
        left: 20px;
    }

    .index-page-slider .list .slick-next {
        left: 78px;
    }

    .index-about-top-block .logo {
        margin-bottom: 20px;
    }

    .index-catalog-block .list .item, .index-catalog-block .list.four-items .item {
        width: 32%;
    }

    .index-catalog-block form {
        padding-right: 34%!important;
    }

    .index-catalog-block form button {
        width: 32%!important;
    }

    .index-brands-block .list .slick-prev,
    .index-brands-block .list .slick-next {
        display: none !important;
    }

    .index-actions-block .list .item .image {
        width: 150px;
    }

    .index-company-block .about .logo {
        margin-bottom: 30px;
    }

    .index-support-block .payment {
        padding: 7px 0 22px 0;
    }

    .index-support-block .payment-item .bottom-text {
        font-size: 16px;
    }

    .index-reviews-block .list .item {
        padding-right: 30px;
    }

    .footer .top-text {
        padding: 40px 0;
    }

    .index-catalog-block2 .list .slick-prev,
    .index-catalog-block2 .list .slick-next {
        display: none !important;
    }

    .index-reviews-block .list .slick-prev,
    .index-reviews-block .list .slick-next {
        display: none !important;
    }

    .index-catalog-block .list .banner {
        padding: 15px;
    }

    .index-catalog-block .list .banner .name span {
        font-size: 16px;
        line-height: 20px;
    }

    .index-catalog-block .list .banner .logo {
        margin-bottom: 10px;
    }

    .index-about-block .text {
        padding: 30px 30px 30px 0;
    }

    .index-support-block .payment-item .bottom-text button {
        width: auto;
        padding: 0 10px;
        font-size: 0;
    }

    .index-support-block .payment-item .bottom-text button:before {
        content: "Подробнее";
        font-size: 14px;
    }

    .catalog-top-text .image {
        right: 250px;
    }

    .catalog-top-text .right-text {
        width: 200px;
    }

    .compilation-block .list .slick-prev,
    .compilation-block .list .slick-next {
        display: none !important;
    }

    .best-slider .text {
        padding: 30px 20px 108px 0;
    }

    .catalog-top-block .content .text {
        padding: 30px 20px 30px 0;
    }

    .catalog-page .item .left-text {
        width: 35%;
    }

    .catalog-page .item .right-text {
        width: 35%;
        position: relative;
    }

    .news-slider .list .slick-prev,
    .news-slider .list .slick-next {
        display: none !important;
    }

    .item-page .left-side {
        width: 56%;
    }

    .item-page .left-side .photos {
        padding-left: 84px;
    }

    .item-page .right-side .pad {
        padding-right: 60px;
    }

    .item-page .left-side .about .main-block .text {
        padding: 30px 0;
    }

    .navi .share {
        display: none;
    }

    .cart-page .result .top-block,
    .checkout-page .top-block {
        padding: 20px 20px 20px 105px;
    }

    .cabinet-page .cabinet-content,
    .cabinet-page .cabinet-content.big {
        width: 74%;
    }

    .cabinet-page .cabinet-content .order .info .item .name p {
        font-size: 14px;
        line-height: 18px;
        height: 61px;
    }

    .name-height {
        height: 61px;
    }

    .cards-block .item .name {
        padding: 18px 20px 15px 20px;
    }

    .dashboard-page .dashboard-content {
        width: 70%;
    }

    .dashboard-page .dashboard-content .dealer form .agree {
        padding: 0 0 20px 0;
    }

    .compare-popup .window {
        width: 900px;
    }
}

@media (max-width: 1199px) {
    .checkout-page .columns-wrap {
        flex-direction: column;
    }

    .item-page .right-side {
        position: relative!important;
    }

    .checkout-page .columns-wrap .left,
    .checkout-page .columns-wrap .right {
        width: 100%;
    }

    .checkout-page .btn-wrap {
        width: 100%;
    }

    .checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"]::-webkit-calendar-picker-indicator {
        padding-left: 186px;
    }

    .checkout-page .columns-wrap .right .checkout-order-info {
        border-radius: 0!important;
        padding: 25px 0 30px!important;
    }

    .checkout-page .columns-wrap .right .checkout-order-info::before {
        content: "";
        position: absolute;
        width: 9999px;
        top: 0;
        bottom: 0;
        right: 100%;
        background: #f5f5f5;
        z-index: -1;
    }

    .checkout-page .columns-wrap .right .checkout-order-info::after {
        content: "";
        position: absolute;
        width: 9999px;
        top: 0;
        bottom: 0;
        left: 100%;
        background: #f5f5f5;
        z-index: -1;
    }

    .checkout-page {
        margin-bottom: 0!important;
    }

    .checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attributes {
        flex-direction: column;
    }

    .checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attribute + .credit-attribute {
        margin-left: 0;
        margin-top: 20px;
    }

    .checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attribute .attribute-value {
        margin-top: 4px;
    }

    .checkout-page .columns-wrap .left .step .content .credit-wrap .credit-title {
        font-size: 16px;
        line-height: 24px;
    }

    .checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attributes {
        margin-top: 20px;
    }

    .checkout-page .content-wrap {
        width: 768px;
        padding: 0 24px;
    }
}

@media (max-width: 991px) {
    .wrap {
        width: 747px;
    }

    .item-page .right-side .photos {
        display: block;
    }

    .index-about-top-block {
        width: 100%;
    }

    .index-page-slider {
        width: 100%;
    }

    .index-actions-block .list .item {
        width: 48%;
    }

    .index-company-block .about {
        width: 100%;
    }

    .index-company-block .map {
        display: none;
    }

    .index-company-block .list .item {
        width: 48.5%;
    }

    .index-company-block .list .social {
        width: 23%;
    }

    .index-support-block .block {
        width: 48%;
        margin-top: 30px;
    }

    .index-support-block .block:first-child {
        width: 100%;
        margin-top: 0;
    }

    .footer .contacts .hours {
        margin-bottom: 30px;
    }

    .index-about-block .image {
        width: 50%;
    }

    .index-about-block .text {
        width: 48%;
    }

    .catalog-top-text .image {
        display: none;
    }

    .catalog-top-text .text {
        width: 60%;
    }

    .catalog-top-text .right-text {
        width: 250px;
    }

    .best-slider .image {
        position: relative;
        width: auto;
    }

    .best-slider .text {
        width: auto;
        border-top: 0;
    }

    .articles-block .item {
        padding-right: 0;
    }

    .catalog-top-block .content .image {
        width: 48%;
    }

    .catalog-top-block .content .text {
        width: 48%;
    }

    .news-slider .top-text {
        width: auto;
    }

    .index-catalog-block .top-text {
        width: auto;
    }

    .catalog-list-page .top-text {
        width: auto;
    }

    .catalog-list-page .filter {
        width: 30%;
    }

    .catalog-list-page .list {
        width: 67%;
    }

    .catalog-list-page .list .item {
        width: 48.5%!important;
    }

    .search-page .item {
        width: 48.5%;
    }

    .catalog-list-page .list.wa .item, .catalog-list-page.full .list .item{
        width: 32%;
    }

    .item-page .right-side {
        width: 100%;
        order: 0;
    }

    .item-page .left-side {
        width: 100%;
        order: 1;
    }

    .item-page .right-side .pad {
        padding: 0 0 30px 0;
    }

    .item-page .left-side .photos {
        display: none;
    }

    .cart-page .list {
        width: 100%;
    }

    .cart-page .result {
        width: 100%;
    }

    .cabinet-page .cabinet-content,
    .cabinet-page .cabinet-content.big {
        width: 100%;
    }

    .news-page .top-text {
        width: auto;
    }

    .brand-page .top-info {
        padding-right: 68%;
    }

    .dashboard-page .dashboard-content,
    .dashboard-page .dashboard-content.big {
        width: 100%;
    }

    .dashboard-page .dashboard-content .dealer form .agree {
        padding: 15px 0 0 0;
    }

    .compare-page-data {
        display: none;
    }


    .compare-popup .window {
        width: 700px;
    }
}

@media (max-width: 767px) {
    .wrap {
        width: 556px;
    }

    .dashboard-page .menu ul li a {
        text-wrap: nowrap;
    }

    .index-actions-block .list .item .text2, .index-actions-block .list .item.other .text2 {
        display: none;
    }

    .header .right-links .link {
        margin-right: 15px;
    }

    .index-page-slider .list .slick-prev,
    .index-page-slider .list .slick-next {
        display: none !important;
    }

    .index-page-slider .list .item {
        padding: 20px;
    }

    .index-actions-block .list .item {
        width: 100%;
    }

    .index-company-block .list .item {
        width: 100%;
    }

    .index-company-block .list .social {
        width: 48%;
    }

    .index-company-block .list .social .text {
        height: unset;
    }

    .index-support-block .block {
        width: 100%;
    }

    .index-news-block .list .item {
        width: 48%;
    }

    .footer nav {
        width: 48%;
    }

    .footer .contacts {
        width: 48%;
    }

    .index-about-block .image {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        height: 300px;
    }

    .index-about-block .text {
        width: auto;
        padding: 30px 0;
        border-top: 0;
    }

    .catalog-top-text .text {
        width: auto;
    }

    .catalog-top-text .right-text {
        display: none;
    }

    .articles-block .item {
        width: 48%;
    }

    .catalog-top-block {
        padding-top: 30px;
    }

    .catalog-top-block .content .image {
        position: relative;
        width: auto;
        height: 300px;
    }

    .catalog-top-block .content .text {
        width: auto;
        padding: 30px 0;
    }

    .catalog-top-block {
        padding-bottom: 0;
    }

    .catalog-page .item .left-text {
        width: 100%;
    }

    .catalog-page .item .left-text .image {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        width: auto;
        text-align: center;
        height: auto;
        margin-bottom: 30px;
        padding: 30px 0;
    }

    .catalog-page .item .left-text .image img {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin-left: 0px;
        transform: none;
    }

    .catalog-page .item .right-text {
        width: 100%;
    }

    .navi.other {
        border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    }

    .catalog-list-page .filter {
        position: fixed!important;
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        left: 0;
        top: 0;
        z-index: 20;
        background: #f5f5f5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 16px 16px 120px 16px;
        display: none;
    }

    .catalog-list-page .filter.opened {
        display: block;
    }

    .catalog-list-page .filter .block-name {
        display: block;
    }

    .catalog-list-page .filter .close {
        display: block;
    }

    .catalog-list-page .filter .buttons button.other {
        display: block;
    }

    .catalog-list-page .filter .buttons {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 16px;
        background: #f5f5f5;
        z-index: 3;
    }

    .catalog-list-page .list {
        width: 100%;
    }

    .catalog-list-page .list .filter-button {
        display: block;
    }

    .catalog-list-page .list.wa .item, .catalog-list-page.full .list .item {
        width: 48%;
    }

    .cart-page .list .order .order-item .content .delivery .radio + label {
        width: 100%;
    }

    .cart-page .list .order .order-item .content .credit .credit-item {
        width: 48%;
        margin-bottom: 20px;
    }

    .cart-page .list .order .order-item .content .credit {
        margin-bottom: -15px;
    }

    .cart-page .list .item .price-by-request-comment {
        display: none;
    }

    .cart-page .list .item.price-by-request .price {
        margin-top: 46px;
    }

    .cabinet-page .cabinet-content .personal-info {
        width: 100%;
    }

    .cabinet-page .cabinet-content .program {
        width: 100%;
    }

    .cabinet-page .cabinet-content .order .info .item .name {
        width: 100%;
    }

    .cabinet-page .cabinet-content .order .info .item .rating {
        width: 100%;
        text-align: left;
        padding-top: 10px;
    }

    .cabinet-page .cabinet-content .order .info .item .rating .old {
        display: none;
    }

    .cabinet-page .cabinet-content .order .info .item .rating .new {
        display: none;
    }

    .index-catalog-block2 .list2 .item {
        width: 49%;
    }

    .cabinet-page .cabinet-content .current-level .item {
        width: 48%;
    }

    .post-page .left-side {
        width: 100%;
    }

    .post-page .left-side .name {
        display: none;
    }

    .post-page .left-side p {
        display: none;
    }

    .post-page .left-side .share {
        display: none;
    }

    .post-page .right-side {
        width: 100%;
    }

    .post-page .right-side .date {
        display: none;
    }

    .brands-page .item {
        width: 48%;
    }

    .brand-page .top-info {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .brand-page .top-info .image {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        height: 300px;
        margin-bottom: 30px;
    }

    .brand-page .list .item {
        width: 48%;
    }

    .brand-page .top-info.other .text {
        width: auto;
    }

    .brand-page .top-info.other .site {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .dashboard-page .dashboard-content .program .info .top-text {
        width: auto;
    }

    .dashboard-page .dashboard-content .program .info .list .item {
        width: 24%;
    }

    .dashboard-page .dashboard-content .program .info .list .item p {
        font-size: 12px;
    }

    .dashboard-page .dashboard-content .top-banner {
        padding: 20px;
        background: #f5f5f5 !important;
    }

    .dashboard-page .dashboard-content .current-level .item {
        width: 48%;
    }

    .dashboard-page .dashboard-content .dealer .top-block {
        padding: 20px;
        background: #f5f5f5 !important;
    }

    .dashboard-page .dashboard-content .dealer .top-block .logo {
        margin-bottom: 25px;
    }

    .dashboard-page .dashboard-content .dealer form .agree {
        padding: 0 0 20px 0;
    }

    .compare-popup .window {
        width: 500px;
    }

    .news-page .jq-selectbox, .search-page .jq-selectbox {
        width: 48%;
    }

    .index-reviews-block .list2 .item {
        width: 48%;
    }

    .index-page-slider .list .item .image {
        max-height: 90%;
    }

    .checkout-page .columns-wrap .left .step .head {
        line-height: 24px;
        padding: 16px 20px;
    }

    .checkout-page .columns-wrap .left .step .head .chevron {
        top: 16px;
        right: 16px;
    }

    .checkout-page .columns-wrap .left .step .content {
        padding: 20px!important;
    }

    .checkout-page .columns-wrap .left .step .content .input-wrap {
        flex-wrap: wrap;
    }

    .checkout-page .columns-wrap .left .step .content .input-wrap .labeled-input {
        flex: 1 0 100%;
    }

    .checkout-page .columns-wrap .left .step .content .input-wrap .labeled-input + .labeled-input {
        margin-left: 0;
        margin-top: 10px;
    }

    .checkout-page .columns-wrap .left .step .content .input-wrap .phone-wrap {
        flex: 1 0 100%;
        margin-left: 0;
        margin-top: 10px;
    }

    .checkout-page .columns-wrap .left .step .content .input-wrap .phone-wrap .labeled-input {
        flex: 1;
    }

    .checkout-page .columns-wrap .left .step .content .tabs-wrap {
        grid-template-columns: 1fr;
        grid-row-gap: 10px;
    }

    .checkout-page .columns-wrap .left .step .content .delivery-address-select {
        padding-right: 55px;
    }

    .checkout-page .columns-wrap .left .step .content .delivery-address-select .address {
        -webkit-line-clamp: 2;
        height: 40px;
        font-size: 14px;
        line-height: 20px;
    }

    .checkout-page .columns-wrap .left .step .content .delivery-address-select .links-wrap {
        margin-top: 10px;
    }

    .checkout-page .columns-wrap .left .step .content .delivery-address-select .links-wrap .link {
        font-size: 14px;
        line-height: 18px;
    }

    .checkout-page .columns-wrap .left .step .content .delivery-address-select .chevron {
        top: 0;
        right: 0;
    }

    .checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap {
        padding-top: 84px;
    }

    .checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap .item {
        font-size: 14px;
        line-height: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .checkout-page .columns-wrap .left .step .content .payment-wrap {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .checkout-page .columns-wrap .left .step + .step {
        margin-top: 30px;
    }

    .checkout-page .btn-wrap {
        flex-direction: column;
    }

    .checkout-page .btn-wrap .btn {
        width: 100%;
        margin-top: 16px;
    }

    .checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"]::-webkit-calendar-picker-indicator {
        padding-left: calc(100% - 150px);
        left: 95px;
    }

    .checkout-page .columns-wrap .left .step .content .input-wrap + .input-wrap {
        margin-top: 10px;
    }

    .checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"],
    .checkout-page .columns-wrap .left .step .content .labeled-input input[type="email"],
    .checkout-page .columns-wrap .left .step .content .labeled-input input[type="text"],
    .checkout-page .columns-wrap .left .step .content .labeled-input input[type="time"] {
        border-radius: 4px;
    }

    .checkout-page .columns-wrap .left .step .content .input-wrap .phone-wrap .phone-region {
        border-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .cool-btn {
        width: 152px;
    }

    .checkout-page .columns-wrap .left .step .content .hint {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
        right: 10px;
    }

    .checkout-page .columns-wrap .left .step .content .hint img {
        height: 18px;
    }

    .checkout-page .columns-wrap .left .step .content .hint .hint-text {
        top: calc(100% + 12px);
        left: unset;
        right: -40px;
    }

    .checkout-page .columns-wrap .left .step .content .hint .hint-text::before {
        border-top: unset;
        border-bottom: 6px solid #fff;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        position: absolute;
        left: unset;
        right: 49px;
        top: -6px;
    }

    .checkout-page .columns-wrap .left .step .content .credit-wrap .credit-separator {
        margin: 30px -16px;
    }

    .checkout-page .content-wrap {
        width: 100%!important;
        max-width: 575px;
        padding: 0 16px;
        box-sizing: border-box;
    }

    .cart-page .list .item {
        padding: 25px 140px 25px 140px;
    }
}

@media (max-width: 575px) {
    .index-company-block .about {
        display: none;
    }

    .item-page .right-side .photos {
        border-bottom: 1px rgba(29, 29, 31, 0.12) solid;
        padding-bottom: 30px;
    }

    .wrap {
        width: auto;
        padding: 0 16px;
    }

    .top-page-line {
        display: none;
    }

    body {
        padding-top: 82px;
    }

    .header {
        position: fixed;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
        top: 0;
        left: 0;
        z-index: 100;
        box-shadow: rgba(1, 1, 1, 0.2) 0 0 20px;
        margin-bottom: 0;
        padding: 8px 0;
    }

    .header .left-links a.menu-button {
        background: url('/assets/src/img/menu-button-mob.svg') !important;
        margin-right: 0;
    }

    .header .left-links .link.search-link {
        background: url('/assets/src/img/search-link-mob.svg');
    }

    .header .right-links {
        padding-right: 12px;
    }

    .header .right-links .link {
        margin-right: 24px;
    }

    .header .right-links .link:nth-child(1) {
        display: none;
    }

    .header .right-links .link:nth-child(2) {
        display: none;
    }

    .header .right-links .link .window {
        transform: none;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        right: -10px;
        top: 100%;
    }

    .header .right-links .link .window:after {
        transform: none;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        right: 10px;
        top: -13px;
    }

    .index-about-top-block .site {
        display: none;
    }

    .about-block-mob-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index-about-top-block {
        display: none;
    }

    .index-about-top-block.opened {
        display: block;
    }

    .index-page-slider .list .item {
        margin-bottom: 200px;
        position: relative;
    }

    .index-page-slider .list .item {
        margin-bottom: 200px;
        position: relative;
    }

    .index-page-slider .list .item .text p {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 60px 20px 0;
    }

    .index-page-slider .list .slick-dots {
        display: none !important;
    }

    .index-page-slider {
        position: relative;
    }

    .index-page-slider .top-link {
        margin: 0;
        position: absolute;
        right: 0;
        bottom: 30px;
        z-index: 2;
    }

    .index-page-slider .list .item .image {
        width: 144px;
        top: 0 !important;
        margin-top: 10px;
    }

    .index-page-slider .list .item {
        padding: 0 0 14px 12px;
        min-height: 175px!important;
        max-height: 175px;
    }

    .index-page-slider .list .item .text .logo {
        margin-bottom: 25px;
        margin-top: 14px;
    }

    .index-page-slider .list .item .text .logo img {
        height: 39px;
    }

    .index-page-slider .list .item .text .name {
        margin-bottom: 0;
        font-size: 18px;
        line-height: 22px;
    }

    .index-page-slider .list .item .text .top-text {
        display: block;
    }

    .index-page-slider .list .slick-prev,
    .index-page-slider .list .slick-next {
        display: block !important;
        bottom: 30px;
    }

    .index-page-slider .list .slick-prev {
        left: 0;
    }

    .index-page-slider .list .slick-next {
        left: 58px;
    }

    .index-page-slider .list .item .text {
        max-width: 130px;
    }

    .index-page-slider .sl-count {
        display: block;
    }

    .header .left-links form.opened {
        display: none;
    }

    .header .left-links .link.search-link.hid {
        display: inline-block;
    }

    .index-page-slider {
        margin-bottom: 30px;
    }

    .index-catalog-block form {
        padding-right: 58px!important;
    }

    .index-catalog-block form button {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%!important;
    }

    .index-catalog-block form input[type='text'] {
        width: 48px;
        font-size: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .index-catalog-block form input[type='text']:focus {
        width: 100%;
        z-index: 5;
    }
    .index-catalog-block form input[type='text'] {
        font-size: 14px;
        padding: 0 20px 0 50px;
    }

    .index-catalog-block form .list.opened {
        display: block;
    }

    .index-catalog-block .list .item, .index-catalog-block .list.four-items .item {
        width: 100%;
        height: 68px;
        position: relative;
        border: 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        margin-bottom: 0;
    }

    .index-catalog-block .list .item:last-child {
        border-bottom: 0;
    }

    .index-catalog-block .list .item .image {
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: auto;
        padding: 0;
        max-height: 60px;
    }

    .index-catalog-block .list .item .image img {
        height: 60px;
    }

    .index-catalog-block .list .item p {
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 81px;
        text-align: left;
        height: auto;
    }

    .index-brands-block .block-name a {
        display: none;
    }

    .index-brands-block .block-name {
        margin-bottom: 20px;
    }

    .index-brands-block .top-text {
        display: block;
    }

    .index-brands-block .list {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index-brands-block .list .item {
        width: 48%;
        margin: 0 0 16px 0;
    }

    .index-brands-block .list .item .image {
        margin-bottom: 10px;
    }

    .index-brands-block .list .item .image img {
        max-width: 130px;
    }

    .index-brands-block {
        padding-bottom: 50px;
    }

    .index-brands-block .button {
        display: block;
    }

    .index-actions-block .list .item {
        height: 120px;
        margin-bottom: 10px;
    }

    .index-actions-block .list .item .image {
        width: 100px;
    }

    .index-actions-block .list .item .logo {
        top: 6px;
        left: 12px;
        height: 39px;
        line-height: 39px;
        display: none;
    }

    .index-actions-block .list .item .logo img {
        max-height: 100%;
    }

    .index-actions-block .list .item .text {
        top: 10px;
        left: 12px;
    }

    .index-actions-block .list .item .text span {
        margin-bottom: 5px;
        font-size: 14px;
        line-height: 18px;
    }

    .index-actions-block {
        padding-bottom: 20px;
    }

    .subscribe-block form {
        display: block;
        width: auto;
    }

    .subscribe-block {
        padding: 30px 0;
    }

    .header .left-links .menu {
        display: none !important;
    }

    .index-company-block {
        padding: 0px 0 40px;
    }

    .index-company-block .about p {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .index-company-block .about button {
        width: 100%;
        text-align: left;
        padding: 0 12px;
    }

    .index-company-block .list .item {
        display: none;
    }

    .index-company-block .list .social {
        margin-bottom: 0;
    }

    .index-company-block .tabs {
        display: block;
    }

    .index-support-block {
        padding: 60px 0 100px;
    }

    .index-support-block .block-name {
        padding-bottom: 0;
        margin-bottom: 30px;
        border-bottom: 0;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .index-support-block .block .block-name {
        display: none;
    }

    .index-support-block .block:first-child .block-name {
        display: block;
    }

    .index-support-block .payment {
        display: none;
    }

    .index-support-block .block {
        margin-top: 0px;
    }

    .index-support-block .block:last-child {
        display: none;
    }

    .index-support-block .wrap {
        padding: 0 16px 60px 16px;
        position: relative;
    }

    .index-support-block .but {
        position: absolute;
        width: calc(100% - 32px);
        left: 16px;
        bottom: 50px;
    }

    .index-support-block .payment-info {
        display: block;
    }

    .index-catalog-block2 {
        padding: 50px 0 20px 0!important;
    }

    .index-catalog-block2 .nav1 {
        margin: 0 -10px 10px 0;
        padding: 0 0 10px 0;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .index-catalog-block2 .nav1 a {
        margin: 0 10px 0 0;
    }

    .index-catalog-block2 .nav2 {
        margin: 0 -10px 30px 0;
        padding: 0 0 10px 0;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .index-catalog-block2 .nav2 a {
        margin: 0 10px 0 0;
    }

    .index-catalog-block2 .list {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index-catalog-block2 .list .item {
        width: 48%;
        margin: 0 0 30px 0;
    }

    .index-catalog-block2 .list .item .image {
        padding: 22px 22px;
    }

    .index-catalog-block2 .list .item .name {
        padding-right: 10px;
        margin-bottom: 20px;
        font-size: 0;
    }

    .index-catalog-block2 .list .item .name span {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .index-catalog-block2 .list .item .price-block,
    .list2 .item .price-block,
    .compare-page .list .item .price-block
    {

    }

    .index-catalog-block2 .list .item .mob-price {

    }

    .index-catalog-block2 .bottom-button, .index-catalog-block .bottom-button {
        display: block;
    }

    .index-reviews-block {
        padding: 50px 0;
    }

    .index-reviews-block .block-name {
        margin-bottom: 30px;
    }

    .index-reviews-block .list {
        margin: 0 -10px 0 0;
    }

    .index-reviews-block .list .item {
        width: 230px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 10px;
        margin-right: 20px;
    }

    .index-reviews-block .list .item .name {
        margin-bottom: 20px;
    }

    .index-reviews-block .list .item .name div img {
        width: 55px;
        max-width: 55px;
        max-height: 55px;
    }

    .index-reviews-block .list .item .name div {
        font-size: 14px;
        line-height: 18px;
    }

    .index-news-block {
        padding: 50px 0 50px 0 !important;
    }

    .index-news-block .block-name {
        margin-bottom: 0px;
    }

    .index-news-block .list .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .index-news-block .list+.pages {
        margin-top: 20px;
    }

    .index-news-block .button button {
        width: 100%;
        height: 42px;
    }

    .footer .top-text {
        display: none;
    }

    .footer {
        padding-top: 10px;
    }

    .footer nav {
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer nav p {
        cursor: pointer;
        padding: 20px 0;
        color: #fff;
        margin-bottom: 0;
        background: url('/assets/src/img/footer-arrow.svg') no-repeat right;
    }

    .footer nav ul {
        display: none;
        padding-bottom: 20px;
    }

    .footer nav ul.opened {
        display: block;
    }

    .footer .contacts {
        width: 100%;
        margin: 0;
        padding: 20px 0 32px;
    }

    .footer .contacts .hours {
        margin-bottom: 40px;
    }

    .footer .bottom-block {
        padding: 0 0 32px 0;
        border-top: 0;
    }

    .footer .bottom-block .social {
        order: 0;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer .bottom-block .social a {
        margin: 0;
        padding: 0 12px;
    }

    .footer .bottom-block .site {
        margin: 0 auto;
        order: 1;
    }

    .mobile-menu.opened {
        display: block;
    }

    .header .left-links a.menu-button.active {
        background: url('/assets/src/img/menu-close.svg') !important;
    }

    .index-about-block .image {
        height: 156px;
    }

    .popup .window {
        width: 320px;
    }

    .popup .window .finish {
        padding: 0;
    }

    .login-page {
        padding: 50px 0;
    }

    .login-page form {
        width: auto;
    }

    .login-page form .back-link {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0 0 20px 0;
        display: inline-block;
    }

    .login-page form .steps {
        margin: 0;
        bottom: auto;
        top: 20px;
        right: 20px;
    }

    .catalog-top-text {
        padding: 30px 0;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .catalog-top-text .text .name {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }

    .catalog-top-text .text p {
        padding-right: 0;
    }

    .compilation-block .list .item {
        width: 282px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        margin: 0 8px
    }

    .compilation-block .list .item .photos {
        margin: auto -20px 0 0;
    }

    .compilation-block .list .item .photos .photo {
        width: 50px;
    }

    .compilation-block {
        padding: 0 0 50px 0;
        margin-bottom: 50px;
    }

    .mobile-catalog-text {
        display: block;
    }

    .best-slider .text .name {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 22px;
    }

    .best-slider .text .top-text {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .best-slider .text {
        padding: 30px 0 50px 0;
    }

    .best-slider .sl-count2 {
        display: block;
    }

    .articles-block {
        padding: 50px 0 1px;
        width: 80%;
        margin: auto;
    }

    .articles-block .item {
        width: 100%;
    }

    .articles-block .item span {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .index-catalog-block2.bg .bottom-button {
        border: 1px solid rgba(29, 29, 31, 0.12);
    }

    .catalog-top-block .content .image {
        height: 176px;
    }

    .catalog-top-block .content .text .name {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 22px;
    }

    .catalog-top-block .content .text .top-text {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 18px;
    }

    .catalog-page {
        padding: 30px 0 0px;
        margin-bottom: 50px;
        background: none;
    }

    .catalog-page + .wrap .compilation-block{
        padding-top: 50px;
    }

    .catalog-page .item {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #F5F5F5;
        margin-bottom: 15px;
        border-bottom: 0;
        padding: 20px;
    }

    .catalog-page .item .left-text .image {
        margin: 0 -20px 20px -20px;
        padding: 10px 0;
    }

    .catalog-page .item .right-text {
        padding-top: 30px;
    }

    .news-slider {
        padding: 50px 0;
    }

    .news-slider .list .item {
        margin-bottom: 40px;
    }

    .news-slider .bottom-button {
        display: block;
    }

    .index-catalog-block .top-text {
        padding: 30px 0 20px;
    }

    .index-catalog-block .top-text span {
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 22px;
    }

    .catalog-list-page .filter {
        height: calc(100% - 64px);
        top: 64px;
    }

    .catalog-list-page {
        padding: 30px 0 50px;
    }

    .catalog-list-page h1 {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .catalog-list-page .top-text {
        margin-bottom: 30px;
    }

    .catalog-list-page nav {
        margin-right: 10px;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .catalog-list-page .list .item {
        margin-bottom: 30px;
    }

    .catalog-list-page .list .item .image {
        padding: 20px;
    }

    .catalog-list-page .list .item .name {
        font-size: 0;
        margin-bottom: 20px;
        padding-right: 20px;
    }

    .catalog-list-page .list .item .name span {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }

    .catalog-list-page .list .item .price-block {
        padding-right: 0;
    }

    .catalog-list-page .list .item .mob-price {
    }

    .catalog-page .item .right-text .mob-price {
        display: none!important;
    }

    .catalog-list-page .list .pages a.no_mob {
        display: none;
    }

    .index-catalog-block2.inner2 {
        padding: 50px 0;
    }

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

    .search-page {
        padding: 30px 0 10px;
    }

    .search-page .top-result span {
        font-size: 18px;
        line-height: 22px;
    }

    .catalog-list-page .list.wa {
        padding-top: 0;
    }

    .catalog-list-page .list .bottom-but {
        margin: 20px 0 0 0;
    }

    .catalog-list-page .list .bottom-but span {
        padding: 0;
    }

    .catalog-list-page .list .bottom-but button {
        width: 100%;
        border: 0;
        background: #F5F5F5;
    }

    .search-page nav {
        margin-top: 10px;
        padding-top: 30px;
    }

    .search-page nav .links {
        white-space: nowrap;
        margin-right: -10px;
        overflow-x: scroll;
    }

    .item-page {
        padding: 30px 0;
    }

    .item-page .right-side .official span {
        display: none;
    }

    .item-page .right-side .official i {
        display: inline-block;
    }

    .item-page .right-side .photos .slider-nav2 {
        margin: 30px -10px 0 0;
    }

    .item-page .right-side .photos .slider-nav2 .item {
        width: 64px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 10px 0 0;
    }

    .item-page .right-side .promo span:first-child {
        display: none;
    }

    .item-page .right-side .promo {
        text-align: right;
        position: absolute;
        margin-top: -35px;
        width: 100%;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .item-page .right-side .sizes {
        padding-bottom: 20px;
    }

    .item-page .right-side .links a {
        display: none;
    }

    .item-page .right-side .links {
        padding-right: 0;
    }

    .item-page .right-side .payment-item {
        display: none;
    }

    .item-page .left-side .about .main-block .image {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: auto;
        height: 148px;
    }

    .item-page .left-side .about .main-block .text {
        border-top: 0;
        border-bottom: 0;
        padding: 30px 0 0 0;
    }

    .item-page .left-side .about .main-block {
        padding-left: 0;
    }

    .item-page .left-side .about .flex .block {
        width: 100%;
        margin-bottom: 20px;
    }

    .item-page .left-side .about .flex {
        padding-bottom: 10px;
    }

    .item-page .left-side .data table tr {
        display: block;
        padding: 5px 0;
    }

    .item-page .left-side .data table tr td {
        display: block;
        padding: 0;
        width: auto;
        font-size: 14px;
    }

    .item-page .left-side .reviews .top-block button {
        width: 100%;
    }

    .item-page .left-side .reviews .item .answer {
        display: none;
    }

    .item-page .left-side .reviews .bottom-button {
        display: block;
    }

    .item-page .left-side .reviews .item.last {
        border-bottom: 0;
        padding-bottom: 10px;
    }

    .item-page {
        border-bottom: 0;
    }

    .item-added-block .window {
        transform: none;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        bottom: 0;
    }

    .item-added-block .window.small {
        width: 100%;
    }

    .item-added-block .window.small2 {
        width: 100%;
    }

    .item-added-block .window .top-text {
        border-bottom: 0;
        padding: 16px;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }

    .item-added-block .window .item {
        padding: 0 20px 20px 106px;
    }

    .item-added-block .window .item .image {
        top: 0;
        width: 72px;
    }

    .item-added-block .window .item .name {
        padding-right: 0;
        margin-bottom: 10px;
    }

    .item-added-block .window .buttons button:nth-child(1) {
        display: none;
    }

    .item-added-block .window .buttons {
        display: block;
        padding: 20px 16px 20px 144px;
    }

    .item-added-block .window .buttons button {
        width: 100%;
    }

    .item-added-block .window .item .number {
        position: absolute;
        left: 16px;
        bottom: -70px;
        width: 113px;
        height: 48px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .item-added-block .window .item .price {
        display: none;
    }

    .item-added-block .window .item .price.other {
        display: block;
        text-align: left;
        float: none;
    }

    .cart-page .list .top-text {
        margin-bottom: 10px;
    }

    .cart-page .list .item {
        padding: 20px 0 20px 110px;
    }

    .cart-page .list .item .right-block {
        position: static;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        width: auto;
        text-align: left;
        margin-top: 20px;
    }

    .cart-page .list .item .image {
        transform: none;
        left: 0;
        top: 20px;
    }

    .cart-page .list .item .image img {
        width: 100%;
    }

    .cart-page .list .item .links a:nth-child(1) {
        margin-right: 20px;
    }

    .cart-page .list .item .right-block .number {
        position: absolute;
        left: 14px;
        bottom: 25px;
        width: 72px;
    }

    .cart-page .list .item .right-block .discount {
        display: none;
    }

    .cart-page .list .item .name .badge {
        position: unset;
        margin-top: 10px;
        display: inline-block;
    }

    .cart-page .list .item.price-by-request .price {
        margin-top: 20px;
    }

    .cart-page .list .order .order-item .block-name {
        padding: 16px;
    }

    .cart-page .list .order .order-item {
        margin-bottom: 20px;
    }

    .cart-page .list .order .order-item .content {
        padding: 20px;
    }

    .cart-page .list .order .order-item .content .field {
        width: 100%;
    }

    .cart-page .list .order .order-item .content .button button {
        width: 100%;
    }

    .cart-page .list .order .agree {
        display: none;
    }

    .cart-page .list .order .bottom-button {
        display: none;
    }

    .cart-page .list .order .bottom-text {
        display: none;
    }

    .cart-page .list .order {
        padding-bottom: 0;
    }

    .cart-page .list .order .order-item.last {
        margin-bottom: 0;
    }

    .cart-page .list .order .order-item .content .agree {
        display: block;
        padding: 0 0 20px 0;
    }

    .cart-page .list .order .order-item .content .bottom-button {
        display: block;
        width: 100%;
    }

    .cart-page .list .order .bottom-button.other2 {
        margin-bottom: 10px;
    }

    .cart-page .list .order .map .name {
        display: none;
    }

    .cart-page .list .order .map .mmap {
        margin: -20px -20px 15px -20px;
    }

    .cart-page .list .order .map p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

    .cart-page .list .order .order-item .content .credit .credit-item {
        width: 100%;
    }

    .cart-page .list .order .order-item .content .payment .radio + label {
        width: 100%;
    }

    .cart-page .list .top-contacts {
        margin: 0 0 20px 0;
    }

    .cart-page .list.pad {
        padding-bottom: 0;
    }

    .cabinet-page .cabinet-content .history .item .number {
        display: block;
        width: auto;
    }

    .cabinet-page .cabinet-content .history .item .photos {
        display: block;
        padding: 30px 0 20px;
        width: auto;
    }

    .cabinet-page .cabinet-content .history .item .photos .photo:nth-child(6) {
        display: none;
    }

    .cabinet-page .cabinet-content .history .item .price {
        display: block;
        text-align: left;
        width: auto;
    }

    .cabinet-page .back-link {
        display: block;
    }

    .cabinet-page .cabinet-content .settings .item .content .field {
        width: 100%;
    }

    .cabinet-page .cabinet-content .settings .item .content .password button {
        width: 100%;
    }

    .cabinet-page .cabinet-content .settings .item .content .password p {
        margin-bottom: 30px;
    }

    .cabinet-page .cabinet-content .settings .item .content .button button {
        width: 100%;
    }

    .cabinet-page .cabinet-content .order .back-link {
        display: none;
    }

    .cabinet-page .cabinet-content .order .info .item .name p {
        height: auto;
        margin-bottom: 10px;
    }

    .cabinet-page .cabinet-content .order .info .item .name .old {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .cabinet-page .cabinet-content .order .info .item {
        padding: 20px 20px 20px 120px;
    }

    .cabinet-page .cabinet-content .order .info .item .image {
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none;
        top: 20px;
        left: 20px;
    }

    .index-catalog-block2 .list2 .item {
        width: 48%;
        margin: 0 0 30px 0;
    }

    .index-catalog-block2 .list2 .item .image {
        padding: 15px 22px;
    }

    .index-catalog-block2 .list2 .item .name {
        padding-right: 10px;
        margin-bottom: -12px;
        font-size: 0;
    }

    .index-catalog-block2 .list2 .item .name span {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .index-catalog-block2 .list2 .item .price-block {
        display: none;
    }

    .index-catalog-block2 .list2 .item .mob-price,
    .catalog-page .item .right-text .mob-price {
        display: block;
    }

    .cabinet-page .cabinet-content .program .block1 .item span {
        display: none;
    }

    .cabinet-page .cabinet-content .current-level .item p {
        display: none;
    }

    .cabinet-page .cabinet-content .current-level .item a {
        display: none;
    }

    .cabinet-page .cabinet-content .current-level .item .logo {
        margin-bottom: 0;
    }

    .cabinet-page {
        padding: 30px 0 1px;
    }

    .cards-block {
        padding: 30px 0 50px;
    }

    .item-added-block .window .add-adress {
        padding: 0 16px 16px 16px;
    }

    .item-added-block .window .add-adress p {
        width: auto;
    }

    .alert-block .window {
        width: 360px;
    }

    .news-page .jq-selectbox, .search-page .jq-selectbox  {
        width: 100%;
    }

    .news-page nav {
        white-space: nowrap;
        overflow-x: scroll;
    }

    .news-page .pages a.no_mob {
        display: none;
    }

    .post-page .right-side p, .post-page .right-side .text-wrap {
        font-size: 14px;
        line-height: 18px;
    }

    .post-page .right-side .image2 {
        padding: 40px 0 50px;
    }

    .post-page .right-side .image2 div {
        padding: 20px 0 0 0;
    }

    .post-page .right-side blockquote {
        padding: 30px 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }

    .news-page.bg {
        padding: 50px 0 20px;
    }

    .news-page.bg .bottom-button {
        display: none;
    }

    .news-page .block-name {
        margin-bottom: 30px;
    }

    .brands-page .item {
        width: 100%;
        margin-bottom: 20px;
    }

    .brands-page {
        padding: 20px 0 30px;
    }

    .brands-page .pages {
        display: none;
    }

    .news-page h1 {
        font-size: 18px;
        line-height: 22px;
    }

    .news-page {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    .brand-page {
        padding: 30px 0 50px;
    }

    .brand-page .top-info .image {
        height: 176px;
    }

    .brand-page .top-info {
        margin-bottom: 40px;
    }

    .brand-page .list .item {
        width: 100%;
        height: 60px;
        border: 0;
        position: relative;
        text-align: left;
        margin-bottom: 0;
    }

    .brand-page .list .item:last-child {
        border-bottom: 0;
    }

    .brand-page .list .item .logo {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        margin: 0;
    }

    .brand-page .list .item .logo img {
        height: 30px;
    }

    .brand-page {
        margin-bottom: 60px;
    }

    .silver-bg {
        padding-top: 20px;
    }

    .brand-page .top-info.other .text {
        margin-left: 0;
    }

    .brand-page .top-info.other .logo {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }

    .brand-page .top-info.other {
        margin-bottom: 40px;
    }

    .dashboard-page .dashboard-content .program .info .list .item .name {
        display: none;
    }

    .dashboard-page .dashboard-content .program .info .list .item p {
        font-size: 0;
    }

    .dashboard-page .dashboard-content .program.color1 .info .list:before {
        bottom: 0;
    }

    .dashboard-page .dashboard-content .program .info .list .item p:before {
        bottom: 0;
        margin: 0;
    }

    .dashboard-page .dashboard-content .main-blocks .item {
        width: 100%;
    }

    .dashboard-page .dashboard-content .current-level .item p {
        display: none;
    }

    .dashboard-page .dashboard-content .current-level .item a {
        display: none;
    }

    .dashboard-page .dashboard-content .current-level .item .logo {
        height: 56px;
        line-height: 56px;
        margin-bottom: 0;
    }

    .dashboard-page .dashboard-content .current-level .item {
        margin-bottom: 30px;
    }

    .dashboard-page .dashboard-content .bottom-button {
        display: none;
    }

    .dashboard-page .dashboard-content .dealer .top-blocks {
        padding: 30px 20px 10px 20px;
    }

    .dashboard-page .dashboard-content .dealer .top-blocks .item {
        width: 100%;
    }

    .dashboard-page .dashboard-content .dealer form {
        padding: 20px;
    }

    .dashboard-page .dashboard-content .dealer form .field {
        width: 100%;
    }

    .dashboard-page .dashboard-content .dealer form .upload {
        width: 100%;
    }

    .compare-page .list {
        padding-right: 0;
    }

    .compare-page .list .add-item {
        display: none;
    }

    .compare-page .list .items .item .image {
        padding: 15px 22px;
        height: auto;
        line-height: 130%;
    }

    .compare-page .list .items .item .name {
        padding-right: 10px;
        margin-bottom: -12px;
        font-size: 0;
    }

    .compare-page .list .items .item .name span {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .compare-page .list .items .item .price-block {
        display: none;
    }

    .compare-page .list .items .item .mob-price {
        display: block;
    }

    .compare-page .top-links a {
        margin: 0 10px 10px 0;
    }

    .compare-page .top-links {
        margin-bottom: 20px;
    }

    .compare-popup .window {
        width: 360px;
    }

    .header .right-links .link .window.big {
        width: 300px;
    }

    .header .right-links .link .window .cart-list .item div.price {
        padding: 0 0 0 10px;
    }

    .header .right-links .link .window .cart-list .item {
        padding: 20px 10px;
        position: relative;
    }

    .header .right-links .link .window .cart-list .item div.delete {
        position: absolute;
        right: 5px;
        top: -5px;
        z-index: 4;
    }

    .header .right-links .link .window .cart-list .item .name div {
        font-size: 12px;
        line-height: 16px;
    }

    .header .right-links .link .window .cart-list .item div.price {
        font-size: 12px;
        line-height: 16px;
    }

    .header .right-links .link .window .cart-list .result {
        padding: 10px;
    }

    .index-reviews-block .list2 .item {
        width: 100%;
    }

    .popup-review .window {
        width: 320px;
        height: 100%;
        padding: 20px;
        overflow-y: scroll;
    }

    .popup-review .window .name div {
        font-size: 14px;
        line-height: 20px;
    }

    .popup-review .window .name div img {
        margin-right: 10px;
    }

    .index-catalog-block2.post-actions {
        margin-top: -20px;
    }

    .best-slider .slider-item {
        min-height: unset!important;
    }

    .name-height {
        height: unset;
    }
}



/* контейнер скелетона */
.cart-skeleton {
    display: block; /* по умолчанию видим */
    min-height: 440px;
    background: #fff;
    padding: 18px 0;
}
.cart-skeleton.hidden { display: none !important; }

/* внутренняя обёртка .wrap (используем ваш .wrap, но добавляем небольшой control) */
.cart-skeleton-wrap {
    padding: 0;
    margin-top: 14px;
}

/* сетка: 2 колонки на десктопе */
.cart-skeleton-grid {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

/* левая колонка (список товаров) */
.skeleton-left {
    width: 66%;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* заголовок "В корзине X позиций" */
.skeleton-title {
    height: 26px;
    width: 320px;
    border-radius: 6px;
    background: linear-gradient(90deg,#f0f0f0 25%,#e7e7e7 50%,#f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.2s linear infinite;
}

/* продукт */
.skeleton-product {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 40px 12px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.03) inset;
}
.skeleton-product.small { padding: 12px; }

.skeleton-thumb {
    width: 98px;
    height: 98px;
    border-radius: 8px;
    background: linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 50%,#f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.2s linear infinite;
}
.skeleton-thumb.small { width: 68px; height: 68px; }

.skeleton-product-main { flex: 1; display:flex; flex-direction:column; gap:10px; }
.skeleton-line {
    height: 14px;
    border-radius: 6px;
    background: linear-gradient(90deg,#f0f0f0 25%,#e6e6e6 50%,#f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.2s linear infinite;
}
.skeleton-line.long { width: 70%; height: 16px; }
.skeleton-line.mid  { width: 50%; height: 14px; }
.skeleton-line.short{ width: 28%; height: 12px; }

.skeleton-meta { display:flex; gap:10px; align-items:center; }

.skeleton-controls {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:6px;
}
.skeleton-qty {
    width: 90px;
    height: 32px;
    border-radius: 8px;
    background: #eee;
}
.skeleton-qty.small { width: 70px; height: 28px; }
.skeleton-price {
    width: 120px;
    height: 28px;
    border-radius: 6px;
    background: #e9e9e9;
    align-self:flex-end;
}
.skeleton-price.small { width: 90px; }

/* разделитель */
.skeleton-sep { height: 1px; background: rgba(0,0,0,0.05); margin: 12px 0; }

/* правая колонка (итог/баннер) */
.skeleton-right {
    width: 32%;
    display:flex;
    flex-direction:column;
    gap:16px;
}
.skeleton-promo {
    height: 140px;
    border-radius:8px;
    background: linear-gradient(90deg,#f3fbff 25%, #e8f6ff 50%, #f3fbff 75%);
    border: 1px solid rgba(0,120,200,0.08);
    background-size:200% 100%;
    animation: shimmer 1.2s linear infinite;
}
.skeleton-summary {
    padding: 14px;
    border-radius: 8px;
    background: #fafafa;
    display:flex;
    height: 260px;
    flex-direction:column;
    justify-content: space-between;
    gap:10px;
}
.skeleton-summary-title { height: 20px; width: 120px; border-radius:6px; background:#eee; animation: shimmer 1.2s linear infinite; }
.skeleton-row { height: 14px; width: 100%; border-radius:6px; background:#eee; animation: shimmer 1.2s linear infinite; }
.skeleton-row.short { width: 50%; }
.skeleton-total { height: 28px; width: 60%; border-radius:6px; background:#e6e6e6; animation: shimmer 1.2s linear infinite; }
.skeleton-btn { height: 52px; border-radius:8px; background:#dfeefe; }

/* shimmer */
@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

/* --- адаптация для мобильных --- */
@media (max-width: 991px) {
    .cart-skeleton { height: auto; min-height: 550px; } /* на мобилке пусть минимальная высота будет 750, а контент может расти */
    .cart-skeleton-grid { flex-direction: column; }
    .skeleton-left { width: 100%; }
    .skeleton-right { width: 100%; flex-basis: auto; }
    .skeleton-promo { height: 100px; }
    .skeleton-thumb { width: 78px; height: 78px; }
    .skeleton-product { align-items: center; }
    .skeleton-product-main { gap:6px; }
}


/* End */


/* Start:/assets/src/css/borders.css?17331955985688*/
.index-about-top-block .site {
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.item-header {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.index-actions-block {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.index-catalog-block2.post-actions {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.subscribe-block {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.index-support-block {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.separator-line {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.index-company-block .about .site {
    border-bottom: 1px solid #1D1D1F1A;
}

.index-company-block .pre-list-text {
    border-bottom: 1px solid #1D1D1F1A;
}

.catalog-top-text {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.brand-wrap {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.history-nav {
    border-bottom: 1px solid #1D1D1F1A;
}

.history-first-column {
    border-top: 1px solid #1D1D1F1A;
}

.about-page-top-block {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.best-slider .text {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.border-top-fl {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.border-bottom-fl {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.cabinet-page .cabinet-content .order .info .item {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.cabinet-page .cabinet-content .order .info .top-info {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.wrap .navi {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.tags-list {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.item-page .left-side .block-name {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.jq-selectbox__select {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.news-page nav {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.post-page .right-side .date {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.brands-page .item .top-info {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.catalog-page .item + .item {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.dashboard-page .menu ul li + li {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.dashboard-page .dashboard-content .delivery .item + .item {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.dashboard-page .dashboard-content .main-blocks .item .text {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.item-page .left-side .complects p + p {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.item-page .left-side .data table tr + tr {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.cabinet-page .cabinet-content .personal-info .table {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.cabinet-page .cabinet-content .program .block1 {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.cart-page .list .item {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.checkout-page .columns-wrap .left .navi {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

header .right-links .link .window .cart-list .item + .item {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.without-border-bottom {
    border-bottom: unset!important;
}

.search-title .items + .items {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.cabinet-page .menu ul li + li {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.mobile-menu .menu li.border:not(:first-child) {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.search-items-view {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.cabinet-page .cabinet-content .history .item {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.personal-form-js {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.item-page .right-side .price {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

@media (max-width: 575px) {

    .index-catalog-block .list .item + .item {
        border-top: 1px solid rgba(29, 29, 31, 0.12);
    }

    .item-page .right-side .price {
        border-top: unset;
        padding-top: unset;
    }

    .compilation-block {
        border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    }

    .index-actions-block.inner + .index-brands-block {
        border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    }

    .catalog-top-text {
        border-bottom: none;
    }

    .mobile-catalog-text {
        border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    }

    .separator-line:not(.with-mobile-separator) {
        border-bottom: unset;
    }

    .brand-page .list .item + .item {
        border-top: 1px solid rgba(29, 29, 31, 0.12);
    }

    .without-mobile-border-bottom {
        border-bottom: unset;
    }

    .news-product .one-product .image {
        border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    }

    .catalog-page .item + .item {
        border: unset;
    }

    .catalog-page + .wrap .compilation-block {
        border-top: 1px solid rgba(29, 29, 31, 0.12);
    }

    .catalog-page + .wrap .compilation-block {
        border-bottom: unset;
    }

    .search-title {
        border: unset;
    }

    .about-block-mob-links {
        border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    }

    .index-page-slider {
        border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    }

    .history-first-column {
        border: unset;
    }

    .reviews-list .item {
        border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    }
}
/* End */


/* Start:/assets/src/css/hovers.css?172108768616649*/

@media (hover: hover) {
    a:hover {
        text-decoration: none;
    }
    button:hover,
    input[type='submit']:hover {
        background-color: #3a419e;
    }

    .index-about-top-block button:hover {
        background: #f6f6f6;
    }

    .text-wrap-button:hover {
        background-color: #f6f6f6;
    }

    .review-popup .check a:hover {
        text-decoration: none;
    }

    .index-catalog-block .list .item:hover {
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
    }

    .index-catalog-block .list .item:hover .image {
        transform: scale(0.95);
    }

    .index-actions-block .list .item:hover .logo {
        filter: none;
        opacity: 1;
    }

    .index-actions-block .list .item:hover .text4 {
        opacity: 0;
        display: none;
    }

    .index-actions-block .list .item:hover .text3 {
        max-height: 500px;
    }

    .index-actions-block .list .item:hover .text2 {
        position: unset;
        opacity: 1;
        max-height: 500px;
    }

    .index-actions-block .list .item:hover .image {
        transform: translateY(-50%) scale(0.9);
    }

    .index-company-block .about button:hover {
        background: rgba(29, 29, 31, 0.12);
        border: 1px solid transparent;
    }

    .index-company-block .list .item:hover a svg,
    .index-company-block .list .social:hover a svg  {
        width: 28px!important;
    }

    .index-support-block ul li a:hover {
        background: #f6f6f6;
    }

    .address-selector li:hover {
        background: #f6f6f6;
    }

    .cabinet-page .cabinet-content .order .info .top-info input[type="submit"]:hover {
        background: #f6f6f6;
    }

    .index-support-block .payment-item.p2:hover {
        background: #f6f6f6 url('/assets/src/img/payment2.svg') no-repeat right / contain;
    }

    .index-support-block .payment-item.p4:hover {
        background: #f6f6f6 url('/assets/src/img/payment4.png') no-repeat right / contain;
    }

    .index-support-block .payment-item.p5:hover:after {
        margin-left: -500px;
        width: 600px;
    }

    .index-support-block form .field textarea:hover,
    .compare-page .list .add-item button:hover {
        background: #f6f6f6;
    }

    .about-bottoms a.download:hover {
        background-color: #f6f6f6;
    }

    .index-catalog-block2 .list .item .price-block .price:hover,
    .list2 .item .price-block .price:hover,
    .catalog-page .item .right-text .price-block .price:hover {
        border: 1px solid transparent;
    }

    .list .item .price-block .price:not(.added):hover:before,
    .list2 .item .price-block .price:not(.added):hover:before,
    .catalog-page .item .right-text .price-block .price:not(.added):hover:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        cursor: pointer;
    }

    .list .item .price-block .price:not(.added):hover:after,
    .list2 .item .price-block .price:not(.added):hover:after,
    .catalog-page .item .right-text .price-block .price:not(.added):hover:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        content: "В Корзину";
        z-index: 3;
        color: #fff;
        cursor: pointer;
    }

    .index-catalog-block2 .list2 .item:hover .image img {
        transform: scale(0.9);
    }

    .index-reviews-block .list .item:hover .name div img {
        transform: scale(0.9);
    }

    .catalog-top-text .right-text .price:hover,
    .news-product .one-product .price:hover,
    .header .left-links .menu .right .one-product .price:hover {
        border: 1px solid transparent;
    }

    .catalog-top-text .right-text .price:not(.added):hover:before,
    .news-product .one-product .right-text .price:not(.added):hover:before,
    .header .left-links .menu .right .one-product .price:not(.added):hover:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        cursor: pointer;
    }

    .catalog-top-text .right-text .price:not(.added):hover:after,
    .news-product .one-product .right-text .price:not(.added):hover:after,
    .header .left-links .menu .right .one-product .price:not(.added):hover:after {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        content: "В Корзину";
        z-index: 3;
        color: #fff;
        cursor: pointer;
    }

    .catalog-page .item .right-text .price:hover {
        border: 1px solid transparent;
    }

    .catalog-list-page .filter .item .content .checkbox:hover + label {
        filter: none;
    }

    .catalog-list-page .list .item:hover .image img {
        transform: scale(0.95);
    }

    .item .price-block .price:hover {
        border: 1px solid transparent !important;
    }

    .item-page .left-side .docs .item:hover {
        filter: none;
    }

    .item-page .right-side .sizes .radio:hover + label {
        color: #fff;
    }

    .item-page .right-side .links a:hover {
        border: 1px solid transparent;
    }

    .item-page .right-side .links a:nth-child(1):hover {
        background: rgba(29, 29, 31, 0.12) url('/assets/src/img/item-link2.svg') no-repeat center;
    }

    .item-page .right-side .links a:nth-child(2).active, .fav.active, .fav:hover, .favorites-mobile-pad {
        background: url('/assets/src/img/item-link1-alt.svg') no-repeat center !important;
    }

    .item-page .right-side .links a:nth-child(2):hover {
        background: rgba(29, 29, 31, 0.12) url('/assets/src/img/item-link1.svg') no-repeat center;
    }

    .item-page .right-side .bottom-button:hover {
        border: 1px solid transparent;
        background: rgba(29, 29, 31, 0.12);
    }

    .item-page .right-side .payment-item:hover:after {
        margin-left: -500px;
    }

    .item-page .right-side .payment-item:hover img {
        transform: scale(0.9) translateY(-50%);
    }

    .item-added-block .window .buttons button:nth-child(1):hover {
        border: 1px solid transparent;
        background: rgba(29, 29, 31, 0.12);
    }

    .cabinet-page .cabinet-content .order .info .top-info button:hover {
        border: 1px solid transparent;
        background: rgba(29, 29, 31, 0.12);
    }

    .news-page .jq-selectbox .jq-selectbox__dropdown ul li:hover, .search-page .jq-selectbox .jq-selectbox__dropdown ul li:hover {
        background: #F5F5F5;
    }

    .brand-page .list .item:hover .image {
        transform: scale(0.95);
    }

    .dashboard-page .dashboard-content .dealer form .upload:hover {
        background: #f6f6f6;
    }

    .compare-page .list .items .item:hover .image img {
        transform: scale(0.95);
    }

    .compare-popup .window .list .item .price-block .price:not(.added):hover::after {
        content: 'Сравнить';
    }

    .checkout-page .columns-wrap .left .step .content .labeled-input input[type="text"]:hover,
    .checkout-page .columns-wrap .left .step .content .labeled-input input[type="password"]:hover,
    .checkout-page .columns-wrap .left .step .content .labeled-input input[type="email"]:hover,
    .checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"]:hover,
    .checkout-page .columns-wrap .left .step .content .labeled-input input[type="time"]:hover {
        border-color: #c9c9c9;
    }

    .checkout-page .columns-wrap .left .step .content .tabs-wrap .tab:hover {
        border-color: #459D00;
    }

    .checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap .item:hover {
        background: #f2f2f7;
    }

    .checkout-page .columns-wrap .left .step .content .payment-wrap .item:hover {
        border-color: #459D00;
    }

    .checkout-page .columns-wrap .left .step .content .pvz-user-address:hover .find-button {
        transform: scale(1.05);
    }

    .checkout-page .columns-wrap .left .step .content .pvz-user-address:hover .find-button line {
        stroke: red;
        fill: red;
    }

    .checkout-page .columns-wrap .left .step .content .pvz-user-address:hover .find-button circle:nth-of-type(1) {
        fill: white;
        stroke: red;
    }

    .checkout-page .columns-wrap .left .step .content .pvz-user-address:hover .find-button circle:nth-of-type(2) {
        fill: red;
    }

    .cool-btn:hover {
        background: #057eb7;
        border-color: #057eb7;
    }

    .cool-btn.alt:hover {
        background: none;
        border-color: #0090d4;
    }

    .cabinet-page .cabinet-content .personal-info .block-name a:hover {
        color: #fff;
        background: #D82020;
    }

    .catalog-list-page .filter .buttons button:hover {
        border: 1px solid transparent;
        background: rgba(29, 29, 31, 0.12);
        opacity: 1;
    }

    .index-about-block .text button:hover {
        background-color: #f6f6f6;
    }

    .index-catalog-block2 .list .item:hover .image img {
        transform: scale(0.9);
    }

    .index-support-block .payment-item.p6:hover {
        background: #f6f6f6 url('/assets/src/img/payment6.png') no-repeat right / contain;
    }

    .index-support-block .payment-item.p5:hover img {
        transform: scale(0.9) translateY(-50%);
    }

    .index-support-block .payment-item.p3:hover:after {
        margin-left: -500px;
    }

    .index-support-block .payment-item.p3:hover img {
        transform: scale(0.9) translateY(-50%);
    }

    .index-support-block .payment-item.p1:hover:after {
        margin-left: -500px;
    }

    .index-support-block .payment-item.p1:hover img {
        transform: scale(0.9) translateY(-50%);
    }

    .cart-page .result .tinkoff:hover::after {
        margin-right: -500px;
    }

    .cart-page .result .tinkoff:hover .circle {
        transform: scale(0.9);
    }

    .brand-page .list .item:hover {
        background: #f5f5f5;
        border: 1px solid #f5f5f5;
    }

    .brand-page .list .item:hover p {
        color: #0090d4;
    }

    .news-page .pages a:hover {
        color: #1D1D1F;
    }

    .image:hover img {
        mix-blend-mode: multiply;
    }

    .about-bottoms .download:hover {
        text-decoration: none;
    }

    .header .right-links .link .window .cart-list .item .name .link:hover {
        text-decoration: none;
    }

    .checkout-order-info .cart-item .title:hover {
        text-decoration: none;
    }

    .side-message .close-button:hover {
        transform: scale(1.15);
    }

    .side-message .gift-wrap .gift-close-button:hover {
        transform: scale(1.15);
    }

    .checkout-order-info .promocode-wrap:not(.loyalty) .promocode-end:hover {
        text-decoration: line-through;
    }

    .index-catalog-block .list .item:hover .image {
        mix-blend-mode: multiply;
    }

    .popup-wrap .cool-popup .x:hover {
        transform: rotate(90deg) scale(1.1);
    }

    .popup-wrap .cool-popup input[type="text"]:hover,
    .popup-wrap .cool-popup input[type="email"]:hover,
    .popup-wrap .cool-popup textarea:hover {
        border-color: rgba(29, 29, 31, 0.24);
    }

    .popup-wrap .cool-popup.atos .socials .icon:hover {
        transform: scale(1.1);
    }

    .popup-wrap .cool-popup.atos .buttons-wrap a:first-child:hover {
        background: #057eb7;
    }

    .popup-wrap .cool-popup.atos .buttons-wrap a:last-child:hover {
        border-color: #0090d4;
    }

    .block-404__links a:hover {
        color: #33a6dd
    }

    .info-image-btns-wrap .info-image-btn:hover {
        opacity: .8;
    }

    .partner-page .form-wrap .file-wrap .file-btn.file:hover .icon {
        border-color: #33388a;
    }

    .partner-page .form-wrap .file-wrap .file-btn:hover .name {
        border-color: #33388a;
    }

    .list .item[data-action="subscribe"] .price-block .price:not(.added):hover:after,
    .list2 .item[data-action="subscribe"] .price-block .price:not(.added):hover:after,
    .catalog-page .item[data-action="subscribe"] .right-text .price-block .price:not(.added):hover:after,
    .catalog-top-text .one-product[data-action="subscribe"] .price:not(.added):hover:after,
    .news-product .one-product[data-action="subscribe"] .right-text .price:not(.added):hover:after,
    .header .left-links .menu .right .one-product[data-action="subscribe"] .price:not(.added):hover:after
    {
        content: "Сообщить о поступлении";
    }

    .compare-button:hover {
        color: #fff;
    }

    .partner-page .field input:hover, .partner-page .custom-file-js label:hover, .partner-page .field textarea:hover {
        background: #e6e6e6;
        transition: 0.3s;
    }

    .partner-page .custom-file-js label:hover {
        cursor: pointer;
    }

    .index-news-block .list .item:hover img {
        transform: scale(1.05);
        transition: .3s;
    }

    .brand-block .logo img:hover {
        transform: scale(0.95);
        transition: 0.3s;
    }

    .cool-input input:focus,
    .cool-input input:hover {
        background: #f6f6f6;
    }

    .login-page form button.other:hover {
        background: #f6f6f6;
    }

    .cabinet-page .cabinet-content .order .info .bottom-info button:hover {
        background: rgba(29, 29, 31, 0.12);
    }

    .compilation-block .list .item:hover {
        background: #f5f5f5
    }

    .header .right-links .link .window .cart-list .item .name .item-image-wrap:hover img,
    .cart-page .list .item .image:hover img {
        transform: scale(0.9);
        transition: .3s;
    }

    .index-brands-block .list .item:hover .image img:nth-child(2) {
        transform: scale(0.95);
        transition: 0.3s;
    }

    .compilation-block .list .item:hover .photos .photo {
        background: #fff;
    }

    .header .left-links .menu .left .section:hover,
    .header .left-links .menu .left .menu-item:hover {
        background-color: #f5f5f5;
    }

    .header .left-links .menu .right .list .item:hover .image img:nth-child(2) {
        transform: scale(0.95);
    }

    .search-title.list .button button:hover {
        background: #f6f6f6;
    }

    .catalog-list-page .list .bottom-but button:hover {
        background: #f6f6f6;
    }

    .search-title .items .item:hover div img {
        transition: .3s;
        transform: scale(0.9);
    }

    .item-page .left-side .docs .item:hover {
        background-color: rgba(29, 29, 31, 0.12);
    }

    .cabinet-page .cabinet-content .settings .item .content .adress:not(.active):hover {
        background: #f5f5f5 url(/assets/src/img/adress1.svg) no-repeat right 16px top 16px;;
        cursor: pointer;
        border: 1px solid #f5f5f5;
    }

    .cabinet-page .cabinet-content .settings .item .content .password button:hover {
        background-color: #f6f6f6;
    }

    .cabinet-page .cabinet-content .settings .item .content .button button:hover  {
        background-color: #f6f6f6;
    }

    .cabinet-page .cabinet-content .history .item:hover {
        background: #f6f6f6;
        cursor: pointer;
    }

    @media (max-width: 575px) {
        .index-catalog-block .list .item:hover .image {
            transform: translateY(-50%);
        }
        .index-catalog-block2 .list .item .price-block .price:hover:before,
        .index-catalog-block2 .list .item .price-block .price:hover:after,
        .catalog-list-page .list .item .price-block .price:hover:before,
        .catalog-list-page .list .item .price-block .price:hover:after,
        .catalog-page .item .right-text .price-block .price:hover:before,
        .catalog-page .item .right-text .price-block .price:hover:after {
            display: none;
        }

        .index-catalog-block2 .list .item .price-block .price:hover,
        .catalog-list-page .list .item .price-block .price:hover,
        .catalog-page .item .right-text .price-block .price:hover {
            border: 1px solid rgba(29, 29, 31, 0.12) !important;
        }
    }
}


/* End */


/* Start:/assets/src/css/additional.css?1758531262121206*/
.ya-share2__item_service_vkontakte span,
.ya-share2__item_service_telegram span,
.ya-share2__item_service_odnoklassniki span {
    opacity: 0;
}

.ya-share2__list_direction_horizontal {
    display: flex;

}

.ya-share2__list_direction_horizontal li {
    display: inline;
    max-width: 24px;
    margin-right: 20px;
    height: 24px;
}

.ya-share2__item_service_vkontakte {
    background: url('/assets/src/img/share3.svg') no-repeat;
    color: transparent;
}

.ya-share2__item_service_telegram {
    background: url('/assets/src/img/share2.svg') no-repeat;
    color: transparent;
    background-position-x: 0;
}

.ya-share2__item_service_odnoklassniki {
    background: url('/assets/src/img/share4.svg') no-repeat;
    color: transparent;
}

.text-wrap ul {
    padding-left: 15px;
    list-style-type: none;
}

.text-wrap ul li {
    position: relative;
}

.text-wrap p {
    margin-bottom: 10px;
    line-height: 22px;
}

.column-gap {
    column-gap: 2%;
    justify-content: unset;
}

.product-item .name span .short-name {
    overflow: hidden;
    height: 44px;
    display: block;
    overflow-x: hidden;
}

.product-item .name .desc {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 72px;
}

.image img {
    mix-blend-mode: multiply;
}

.not-mix-blend {
    mix-blend-mode: unset !important;
}

.index-page-slider .list .item {
    min-height: 303px;
    display: block;
}

.index-catalog-block .list .banner {
    margin-left: auto;
}

button a {
    text-decoration: none;
}

.js-tab-content {
    display: none;
}

.js-tab-content.active {
    display: unset;
}

.product-js.hide {
    display: none;
}

.about-text-block {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #0090D4;
    padding: 30px 28px;
    color: #fff;
    width: 590px;
    border-radius: 6px;
}

.about-text-block .title {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Inter';
    font-style: normal;
    margin-bottom: 20px;
}

.about-text-block .description {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.about-bottoms {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.about-bottoms a {
    text-decoration: none;
}

.about-bottoms span {
    margin-left: 11px;
    color: #ffffff;
}

.about-bottoms .download span {
    color: unset;
    margin-left: 17px;
}

.download {
    max-width: 210px;
    max-height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 24px 12px 50px;
    border-radius: 6px;
    margin-bottom: 0;
    background: #fff url('/assets/src/img/presentation.svg') no-repeat 15px 8px;
}

.index-company-block .about-bottoms .about {
    color: #fff;
    padding-left: 30px;
    margin-bottom: 0;
    background: url('/assets/src/img/arrow7.svg') no-repeat 3px;
}

.tabs-name a {
    text-decoration: none;
    color: rgba(29, 29, 31, 0.4);
    margin-right: 30px;
    font-size: 14px;
}

.tabs-name a:last-child {
    margin-right: 0;
}

.tabs-name a.active {
    color: #1D1D1F;
}

.header .right-links .link .window .cart-list .item .name {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.cart-page .list .item .name > a {
    text-decoration: none;
    max-width: 430px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cart-page .list .item .mobile-article {
    display: none;
    color: rgba(29, 29, 31, 0.4);
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}

.cart-page .list .item .right-block .price .old {
    text-decoration: line-through;
    color: rgba(29, 29, 31, 0.4);
    font-size: 16px;
    margin-left: 8px;
}

.checkout-order-info .row .param .products-quantity {
    color: rgba(29, 29, 31, 0.4);
}

.slick-slide img {
    mix-blend-mode: multiply;
}

.photos .slider-for .item {
    background-color: #f5f5f5;
    border-radius: 6px
}

.index-page-slider img {
    mix-blend-mode: unset !important;
}

.item-page .left-side .photos .slider-nav:not(.many) .slick-list {
    display: flex;
    align-items: center;
}

.item-page .left-side .photos .slider-nav:not(.many) .slick-list .slick-track {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.item-page .left-side .photos .slider-for .list .item {
    width: 486px;
    height: 486px;
    max-width: 486px;
    max-height: 486px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-page .left-side .photos .slider-nav .item-video img {
    min-height: 52px;
}

.item-page .right-side .photos .slider-nav2 .item-video img {
    min-height: 50px;
}

.item-page .left-side .photos .slider-for .list .item img {
    max-width: 360px;
}

.side-message {
    position: fixed;
    right: calc(-100% - 40px);
    transition: right .2s, bottom .2s, opacity .2s;
    opacity: 1;
    overflow-y: auto;
    z-index: 2147483647;
    box-sizing: border-box;
}

.side-message.default {
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    background: #f5f5f5;
    padding: 13px 20px;
    max-height: 430px;
    width: 430px;
}

.side-message.alternative {
    border: 1px solid #0090d4;
    border-radius: 6px;
    background: #f2f9fd;
    padding: 13px 20px;
    max-height: 430px;
    width: 430px;
}

.side-message.gift {
    border: 1px solid #0090d4;
    border-radius: 6px;
    background: #0090d4;
    padding: 0;
    width: 588px;
}

.side-message::-webkit-scrollbar {
    display: none;
}

.side-message .close-button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
    right: 7px;
    border-radius: 50%;
    background: rgba(29, 29, 31, 0.12);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform .2s;
}

.side-message .confirm-email-wrap {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.side-message .confirm-email-text-wrap {
    margin-left: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.side-message .confirm-email-title {
    margin-bottom: 7px;
    color: #1d1d1f;
}

.side-message .confirm-email-text {
    color: rgba(29, 29, 31, 0.72);
}

.side-message .confirm-email-link {
    margin-top: 20px;
}

.side-message .confirm-email-link a {
    color: #0090d4;
}

.side-message .gift-wrap {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.side-message .gift-wrap .gift-title {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

.side-message .gift-wrap .gift-divider {
    height: 1px;
    background: #fff;
    opacity: 0.2;
    margin: 20px -20px 20px -20px;
}

.side-message .gift-wrap .product-wrap {
    display: flex;
}

.side-message .gift-wrap .product-image {
    width: 82px;
    height: 82px;
    border-radius: 6px;
    margin-right: 15px;
}

.side-message .gift-wrap .product-brand {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    opacity: 0.6;
    margin-top: 9px;
    margin-bottom: 3px;
}

.side-message .gift-wrap .product-info {
    display: flex;
}

.side-message .gift-wrap .product-name {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    margin-right: 16px;
}

.side-message .gift-wrap .product-price-wrap {
    flex-shrink: 0;
}

.side-message .gift-wrap .product-price {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    opacity: 0.6;
    text-align: right;
    text-decoration-line: line-through;
}

.side-message .gift-wrap .product-discount-price {
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    text-align: right;
}

.side-message .gift-wrap .gift-button {
    width: 100%;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 6px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}

.side-message .gift-wrap .gift-close-button {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 18px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform .2s;
}

.side-message .gift-wrap .background {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.05;
    height: 100%;
    pointer-events: none;
}

.window .rating .fa {
    cursor: pointer;
}


.checkout-order-info {
    background: #f5f5f5;
    border-radius: 6px;
    padding: 15px 20px 20px;
}

.checkout-order-info .count {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}

.checkout-order-info .cart-item {
    margin-top: 16px;
}

.checkout-order-info .cart-item.price-by-request > * {
    color: rgba(29, 29, 31, 0.4) !important;
}

.checkout-order-info .cart-item + .cart-item {
    margin-top: 10px;
}

.checkout-order-info .cart-item .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    text-decoration: none;
}

.checkout-order-info .cart-item .amount {
    display: flex;
    font-size: 14px;
    color: rgba(29, 29, 31, 0.4);
    line-height: 20px;
    font-weight: 400;
}

.checkout-order-info .cart-item .amount .old-price {
    margin-left: 8px;
}

.checkout-order-info .separator {
    height: 1px;
    background: #e4e4e4;
    margin: 20px -20px;
    position: relative;
}

.checkout-order-info .delivery-info {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
}

.checkout-order-info .delivery-info div {
    color: rgba(29, 29, 31, .4);
}

.checkout-order-info .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.checkout-order-info .row .param {
    max-width: 70%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.checkout-order-info .row .value {
    align-self: flex-start;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.checkout-order-info .row + .row {
    margin-top: 0;
}

.checkout-order-info .row .value.green {
    color: #63d40b;
}

.checkout-order-info .promocode-wrap {
    margin-top: 10px;
}

.checkout-order-info .promocode-wrap .promocode-start,
.checkout-order-info .promocode-wrap .promocode-confirm {
    color: #0090d4;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.checkout-order-info .promocode-wrap .promocode-input-wrap {
    display: flex;
    align-items: center;
}

.checkout-order-info .promocode-wrap .promocode-input-wrap .promocode-input {
    width: 122px;
    height: 30px;
    border: 1px solid #0090d4;
    border-radius: 6px;
    background: #fff;
    padding: 0 12px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    transition: .2s;
}

.checkout-order-info .promocode-wrap .promocode-input-wrap .promocode-input.error {
    border-color: #D82020 !important;
    color: #D82020;
}

.checkout-order-info .promocode-wrap .promocode-confirm {
    margin-left: 14px;
}

.checkout-order-info .promocode-wrap .promocode-end-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.checkout-order-info .promocode-wrap .promocode-value {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #63d40b;
}

.checkout-order-info .promocode-wrap:not(.loyalty) .promocode-end {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.checkout-order-info .promocode-wrap .promocode-end span {
    color: #0090d4
}

.checkout-order-info .promocode-wrap .promocode-error {
    font-size: 14px;
    color: #D82020;
    margin-top: 10px;
}

.cart-page .result .tinkoff {
    display: flex;
    align-items: center;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.cart-page .result .tinkoff::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 600px;
    height: 600px;
    background: #f5f5f5;
    right: 100%;
    margin-right: -115px;
}

.cart-page .result .tinkoff .circle {
    position: relative;
    width: 90px;
    height: 90px;
    margin-right: 20px;
    z-index: 1;
    transition: .2s;
}

.cart-page .result .tinkoff .circle svg:first-child {
    width: 90px;
    height: 90px;
    transform: rotate(-90deg);
}

.cart-page .result .tinkoff .circle svg:first-child .circle-bg {
    fill: transparent;
    stroke: #f2f2f7;
    stroke-width: 6px;
}

.cart-page .result .tinkoff .circle svg:first-child .circle-progress {
    fill: transparent;
    stroke: #0090d4;
    stroke-width: 6px;
    stroke-dasharray: 264;
    stroke-linecap: round;
    transform: scaleY(-1) translateY(-100%);
}

.cart-page .result .tinkoff .circle .tinkoff-icon {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 28px);
}

.cart-page .result .tinkoff .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1D1D1F;
    z-index: 1;
}

.cart-page .result .tinkoff .text span {
    font-weight: 600;
    color: #1d1d1f;
}

.cart-page .list .item.opacity > :not([class="right-block"]) {
    opacity: 0.3;
}

.cart-page .list .item.opacity .right-block > :not([class="number"]) {
    opacity: 0.3;
}

.checkout-order-info .checkout-promocode-wrap {
    margin-top: 10px;
}

.checkout-order-info .cool-btn.disabled {
    background: #fff !important;
    border: 1px solid #e4e4e4 !important;
}

.checkout-order-info .cool-btn {
    width: 100%;
    margin-top: 21px;
    position: relative;
}

.cool-btn {
    flex: 1;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background: #0090d4;
    border: 1px solid #0090d4;
    border-radius: 6px;
    transition: .2s;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}

.compilation-block a {
    text-decoration: none;
}

.hide-button {
    height: 0;
    overflow: hidden;
    transition: .2s;
}

.hide-desktop {
    display: none;
}

.name a {
    text-decoration: none;
}

.catalog-top-text {
    display: flex;
    flex-direction: row;
}

.catalog-top-text .left-column {
    flex: 1;
}

.cabinet-page .cabinet-content .personal-info.full {
    width: 100%;
}

.cabinet-page .cabinet-content .personal-info.full .table table {
    width: 48%;
}

.cabinet-page .cabinet-content .personal-info.full .adress {
    width: 48%;
}

.progress-level-customers-item {
    width: 20%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cabinet-page .cabinet-content .program .block1 .progress-level-customers-item .item:after {
    margin-top: 43px;
}

.cabinet-page .cabinet-content .program .block1 .progress-level-customers-item .item {
    margin-bottom: 5px;
    opacity: 1;
}

.progress-level-customers-item .name {
    margin-bottom: 20px;
}

.conditions-flex .bottom-text {
    width: 20%;
    text-align: center;
}

.cabinet-page .cabinet-content .program .block1.no_b .info {
    width: 65%;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
}

.dashboard-page .dashboard-content .program.color1 .bottom-link {
    margin-top: 20px;
}

.catalog-list-page.full .list {
    width: 100%;

}

.catalog-list-page.full .list .item {
    min-width: 250px;
}

.search-page .item p {
    min-height: 36px;
}

.column-gap19 {
    justify-content: unset;
    column-gap: 19px;
    -webkit-justify-content: unset;
}

.search-page + .search-page {
    padding-top: 0;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.price-button .added-price-wrap {
    pointer-events: none;
    width: 100%;
    display: none;
}

.price-button.added .added-price-wrap {
    pointer-events: unset;
    display: flex;
}

button.button-bottom a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.compare-page .list.active {
    display: block;
}

.compare-page-data {
    margin-top: 60px;
}

.compare-page .list .item {
    min-width: 285px;
    max-width: 285px;
}

.compare-page .list .flex:not(.price-button) {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}

.compare-page .list .flex:not(.price-button):not(.items-list) {
    overflow-x: hidden;
}

.compare-page .list .item .info {
    min-height: 50px;
}


.compare-page .list .items-list.flex::-webkit-scrollbar {
    width: 5px;
    height: 8px;
}

.compare-page .list .items-list.flex::-webkit-scrollbar-track {
    background: transparent;
}

.compare-page .list .items-list.flex::-webkit-scrollbar-thumb {
    background: #E8E8ED;
    border-radius: 3px;
}

.list-item-compare-wrap {
    display: flex;
}

.compare-page .items.items-list {
    margin-right: 20px;
}

.brands-page .item .text .description-brand {
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    display: -webkit-box;
}

.catalog-list-page .filter .item .name div {
    display: inline-block;
    width: 95%;
    text-wrap: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.read-more-js {
    display: block;
    text-decoration: none;
    margin-top: 10px;
    color: #0090d4;
}

.cabinet-page .cabinet-content .settings .item .content .two-rows .field {
    width: 49%;
}

input[type='file'] + label {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
    position: relative !important;
    display: block;
    left: 0 !important;
    top: 0 !important;
    box-sizing: border-box;
    pointer-events: unset !important;
    padding-left: 16px;
}

.cabinet-page .cabinet-content .settings .item .content .field input[type='text']:not(:placeholder-shown) ~ label {
    top: 8px;
    font-size: 8px;
}

.custom-file-js input[type='file'] {
    display: none;
}

.custom-file-js input[type='text']:not([value=""]) + label {
    top: 8px;
    font-size: 8px;
}

.file-label .empty-file, .file-label .has-file {
    display: none;
}

.file-label[data-file="false"] .empty-file {
    display: flex;
    align-items: center;
}

.file-label[data-file="true"] .has-file {
    display: flex;
    align-items: center;
}

.file-label img {
    margin-left: auto;
}

.dashboard-page .dashboard-content .delivery .text-wrap {
    padding: 20px 20px 10px 20px;
}

.dashboard-page .dashboard-content .delivery .text-wrap h2 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.dashboard-page .dashboard-content .delivery .text-wrap h3 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.dashboard-page .dashboard-content .delivery .text-wrap .p {
    font-size: 14px;
}

.header .right-links .link {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 75px;
}

.header .right-links {
    display: flex;
}

.header .right-links .link > span {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #1D1D1F66;
}

.header .right-links .link .window .cart-list .item div.price {
    width: 100%;
}

.header .right-links .link .window a {
    margin-left: auto;
}

.header .right-links .link .window {
    width: 173px;
}

header .right-links .link .window a {
    margin-top: 10px;
}

.cart-page, .cabinet-page {
    margin: 20px 0;
}

.sub-header {
    margin: 10px 0 20px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.input-wrap + .sub-header {
    margin-top: 30px;
}

input.error {
    border-color: #f14552 !important;
}

.cart-btn-disabled {
    background: #F5F5F5 !important;
    color: #a9afb7 !important;
    pointer-events: none !important;
    border: 1px solid #f2f2f7 !important;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[data-code="INN"].focused ~ .label {
    top: 8px;
    font-size: 8px;
    line-height: 12px;
}

.cabinet-page .cabinet-content .settings .item .content .field input[NAME="UF_INN"][type='text']:not([value='']) ~ label {
    top: 8px;
    font-size: 8px;
    line-height: 12px;
}

.index-catalog-block .list .item .image {
    mix-blend-mode: multiply;
}

.item-page .right-side .photos .slider-for2 .list .item img {
    mix-blend-mode: multiply;
}

.item-page .right-side .photos .slider-for2 .list .item {
    background: #F5F5F5;
}

.contact-page {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    margin-bottom: 30px;
}

.contact-page .contact {
    font-size: 25px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 30px;
}

.contact-page .sub {
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
}

.contact-page .hours {
    color: rgba(29, 29, 31, 0.40);
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-page .phone {
    margin-bottom: 10px;
}

.contact-page .address {
    margin-bottom: 10px;
}


.contacts-map {
    height: 500px;
    min-width: 800px;
}

.balloon__top {
    display: inline-flex;
    padding: 4px 8px 4px 4px;
    align-items: center;
    gap: 7px;

}

.balloon__top img {
    width: 18px;
    height: 18px;
}

.item-page .right-side .sizes .radio[data-disabled="true"] + label {
    background: #FFF !important;
    color: rgba(29, 29, 31, 0.40);
    border: 1px solid rgba(29, 29, 31, 0.12);

}

.login-page .forgot-step {
    display: none;
}

.login-page .forgot-step.active {
    display: block;
}

.forgot-steps {
    padding: 20px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    width: 384px;
    margin: 0 auto;
    position: relative;
}

.login-page .forgot-steps form {
    padding: 0;
    border: none;
    position: unset;
}

.forgot-steps .error-text {
    margin-top: 10px;
}

.item-page[data-active="N"] .photos {
    opacity: 0.3;
}

.product-item[data-active="N"] .image {
    opacity: 0.3;
}

.wrap .navi {
    white-space: nowrap;
    display: flex;
}

.breadcrumbs-separation {
    margin: 0 10px;
}

.wrap .navi .truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.empty-block .title {
    font-weight: 600;
    font-size: 18px;
}

.empty-block .description {
    margin-top: 10px;
}

.empty-block .link {
    display: block;
    text-decoration: none;
    color: #33388a;
    margin-top: 30px;
}

.empty-block .link img {
    position: relative;
    top: 8px;
    left: 5px;
}

.cabinet-page .cabinet-content .history .item .price .link {
    text-decoration: none;
    color: #33388a;
    font-size: 14px;
}

.cabinet-page .cabinet-content .history .empty-block {
    padding: 30px 20px;
}

.checkout-page {
    margin-bottom: 90px;
    overflow: hidden;
}

.cabinet-content .index-catalog-block2 .block-name a:first-child {
    margin-left: 0;
}

.cabinet-page .cabinet-content .order .info .item .rating .fa {
    color: #FFA800;
}

.cabinet-page .cabinet-content .order .info .item .rating .fa.other {
    color: rgba(29, 29, 31, 0.12);
}

.dashboard-page .dashboard-content .delivery h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.dashboard-page .dashboard-content .delivery h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.dashboard-page .dashboard-content .delivery h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.dashboard-page .dashboard-content .delivery p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
}

.dashboard-page .dashboard-content .delivery ul {
    padding-left: 15px;
    list-style-type: none;
}

.dashboard-page .dashboard-content .delivery ul li {
    position: relative;
}

.dashboard-page .dashboard-content .delivery ul li::before {
    content: "•";
    margin-right: 8px;
    position: absolute;
    left: -15px;
    margin-top: 2px
}

html.cool-popup {
    overflow: hidden;
    width: unset;
    height: unset;
}

html.cool-popup .popup-wrap {
    padding-left: 0;
    opacity: 1;
    pointer-events: all;
}

html.cool-popup .popup-wrap .cool-popup {
    transform: none;
    opacity: 1;
    pointer-events: all;
}

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 29, 31, 0.32);
    padding-left: 17px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
    z-index: 1000;
    overflow-y: scroll;
}

.popup-wrap .cool-popup {
    position: relative;
    background: #fff;
    border-radius: 6px;
    margin: 100px auto;
    padding: 20px;
    transform: translateY(-100px);
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 4px 20px rgba(29, 29, 31, 0.12);
    box-sizing: border-box;
}

.popup-wrap .cool-popup .x {
    position: absolute;
    top: 20px;
    right: 20px;
    transition: 0.2s;
    z-index: 15;
    width: 24px;
    height: 24px;
}

.popup-wrap .cool-popup .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
}

.popup-wrap .cool-popup .subtitle {
    font-size: 16px;
    line-height: 22px;
}

.popup-wrap .cool-popup input[type="text"],
.popup-wrap .cool-popup input[type="email"],
.popup-wrap .cool-popup textarea {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    margin-top: 10px;
    padding: 0 15px;
    transition: 0.2s;
}

.popup-wrap .cool-popup textarea {
    height: 88px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.popup-wrap .cool-popup .check, .review-popup .check {
    margin-top: 26px;
    color: rgba(29, 29, 31, 0.64);
}

.popup-wrap .cool-popup .checkbox, .review-popup .checkbox, .checkbox {
    opacity: 0;
    position: absolute;
    width: 18px;
    height: 18px;
    z-index: 1;
}

.popup-wrap .cool-popup .checkbox + label,
.review-popup .checkbox + label, .checkbox + label {
    padding: 1px 0 1px 26px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.popup-wrap .cool-popup .check a, .review-popup .check a {
    text-decoration: none;
    color: #33388a;
}

.popup-wrap .cool-popup button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    margin-top: 34px;
}

.popup-wrap .cool-popup.atos {
    width: 640px;
    padding: 0;
    overflow: hidden;
}

.popup-wrap .cool-popup.atos > img {
    width: 100%;
    height: 270px;
}

.popup-wrap .cool-popup.atos .cool-wrap {
    position: relative;
    padding: 20px;
}

.popup-wrap .cool-popup.atos .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    width: 419px;
    color: #273138;
    margin-bottom: 16px;
}

.popup-wrap .cool-popup.atos .govorit-legko {
    position: absolute;
    top: 20px;
    right: 20px;
}

.popup-wrap .cool-popup.atos .govorit-legko img {
    width: 111px;
    height: 44px;
}

.popup-wrap .cool-popup.atos .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    width: 371px;
    color: #1D1D1F;
    opacity: 0.9;
    margin-bottom: 16px;
}

.popup-wrap .cool-popup.atos .socials {
    display: flex;
    margin-bottom: 30px;
}

.popup-wrap .cool-popup.atos .socials .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    transition: .2s;
}

.popup-wrap .cool-popup.atos .socials .icon.vk {
    background: #3375F6;
}

.popup-wrap .cool-popup.atos .socials .icon.ok {
    background: #E08733;
}

.popup-wrap .cool-popup.atos .socials .icon.tg {
    background: #62B5EE;
}

.popup-wrap .cool-popup.atos .socials .icon + .icon {
    margin-left: 10px;
}

.popup-wrap .cool-popup.atos .buttons-wrap {
    display: flex;
}

.popup-wrap .cool-popup.atos .buttons-wrap a {
    display: flex;
    flex: 1 0 48px;
    justify-content: center;
    align-items: center;
    background: #0090d4;
    border-radius: 6px;
    height: 48px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    transition: .2s;
}

.popup-wrap .cool-popup.atos .buttons-wrap a:last-child {
    background: transparent;
    border: 1px solid rgba(29, 29, 31, 0.12);
    color: #1D1D1F;
    margin-left: 10px;
}

.popup-wrap .cool-popup.feedback {
    width: 360px;
}

.popup-wrap .cool-popup.new-address,
.popup-wrap .cool-popup.update-address {
    width: 480px;
}

.popup-wrap .cool-popup.feedback .topic {
    font-size: 14px;
    line-height: 20px;
    margin-top: 22px;
}

.popup-wrap .cool-popup.feedback .check-wrap {
    margin-top: 24px;
}

.popup-wrap .cool-popup.feedback .check-wrap .text {
    color: rgba(29, 29, 31, 0.64);
}

.popup-wrap .cool-popup.feedback .btn {
    width: 100%;
    margin-top: 32px;
}

.popup-wrap .cool-popup.feedback select {
    font-size: 14px;
    line-height: 20px;
    padding: 0 17px 0 0;
    appearance: none;
}

.popup-wrap .cool-popup.feedback textarea {
    margin-top: 22px;
}

.popup-wrap .cool-popup.feedback .cool-check-wrap {
    margin-top: 26px;
    color: rgba(29, 29, 31, 0.64);
    align-items: flex-start;
}

.popup-wrap .cool-popup.feedback .cool-check-wrap .cool-check {
    margin-top: 5px;
}

.favorites-page {
    margin-bottom: 30px;
}

.empty-block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.bg-breathe-blue {
    background-color: #ffffff;
    background-image: url(/assets/src/css/../img/svg/bg-line-blue.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}

.empty-block__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
    padding-left: 15px;
    padding-right: 15px;
}

.bg-breathe-blue .empty-block__container {
    padding-bottom: 280px;
}

.block-404 {
    text-align: center;
}

.block-404__status {
    display: inline-block;
    font-weight: 600;
    font-size: 144px;
    line-height: 1;
    color: #0090d4;
    margin-bottom: 32px;
}

.block-404__title {
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    margin-top: 0;
}

.block-404__title + * {
    color: #a0a0a0;
}

.text-small, .text-small > * {
    font-size: 14px !important;
    line-height: 1.5;
}

.mt-s {
    margin-top: 32px !important;
}

.block-404__links > * {
    display: inline-block;
    margin: 8px;
}

.block-404__links a {
    transition: 0.2s;
    color: #0090d4;
    text-decoration: none;
    font-size: 16px;
}

.index-catalog-block2.RELATED_PRODUCTS .slick-slider {
    margin-bottom: 20px;
}


.header .left-links .menu.active {
    opacity: 1;
    pointer-events: all;
    display: block;
}

.header .left-links .menu {
    position: absolute;
    left: 0;
    margin-top: 16px;
    z-index: 4;
    width: 100%;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
    background: #fff;
    height: calc(100vh - 120px);
    box-shadow: 0px 3px 5px -2px rgba(29, 29, 31, 0.12);
    box-sizing: border-box;
}

.header .left-links .menu * {
    box-sizing: border-box;
}

.header .left-links .menu .menu-wrap {
    display: flex;
    height: 100%;
}

.header .left-links .menu .menu-wrap .left {
    width: 283px;
    height: 100%;
    border-right: 1px solid rgba(29, 29, 31, 0.12);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

.header .left-links .menu .left .section {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 12px 80px 12px 12px;
    background: url(/assets/src/img/menu-arrow.svg) no-repeat right 15px center;
    transition: .2s;
}

.header .left-links .menu .left .section.active {
    background-color: #f5f5f5;
}

.header .left-links .menu .left .divider {
    width: 100%;
    height: 1px;
    min-height: 1px;
    background: rgba(29, 29, 31, 0.12);
}

.header .left-links .menu .left .brands {
    margin: 20px 24px 20px 12px;
    font-size: 14px;
    line-height: 18px;
}

.header .left-links .menu .left .brand {
    display: block;
    color: rgba(29, 29, 31, 0.6);
    margin-bottom: 7px;
    transition: .2s;
}

.header .left-links .menu .left .all-brands {
    color: #0090d4;
}

.header .left-links .menu .left .menu-item {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 12px 80px 12px 12px;
    transition: .2s;
    color: rgba(29, 29, 31, 0.6);
}

.header .left-links .menu .right {
    margin-left: 28px;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.header .left-links .menu .right .search-wrap {
    margin-bottom: 30px;
}

.header .left-links .menu .right .search-wrap .search-input {
    height: 48px;
    background: #f5f5f5 url(/assets/src/img/search.svg) no-repeat 12px 50%;
    border-radius: 6px;
    padding: 0 20px 0 46px;
    font-size: 14px;
    width: 100%;
}

.header .left-links .menu .tabs-wrap {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
}

.header .left-links .menu .masonry {
    display: flex;
}

.header .left-links .menu .masonry-column {
    width: 369px;
    height: 0;
}

.header .left-links .menu .masonry-column + .masonry-column {
    margin-left: 40px;
}

.header .left-links .menu .right .subsection {
    font-weight: bold;
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.header .left-links .menu .right .subsubsection {
    margin-top: 7px;
    display: block;
    font-size: 14px;
    line-height: 18px;
}

.header .left-links .menu .subsection-wrap + .subsection-wrap {
    margin-top: 25px;
}

.header .left-links .menu .subsection-wrap:last-child {
    padding-bottom: 70px;
}

.header .left-links .menu .right .list {
    display: flex;
    margin-bottom: 20px;
}

.header .left-links .menu .right .list.slick-slider {
    padding: 0 66px;
}

.header .left-links .menu .right .list .item {
    width: 180px;
    height: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
}

.header .left-links .menu .right .list .item + .item {
    margin-left: 25px;
}

.header .left-links .menu .right .list .item .image {
    min-width: 135px;
    min-height: 102px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 10px;
    background: #F5F5F5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.header-link {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.3);
    display: block;
}

.header .left-links .menu .right .list .item .image .flag {
    position: absolute;
    left: 5px;
    top: 5px;
}

.subscribe-block .info {
    max-width: 300px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    font-size: 11px;
}

.subscribe-block .info a {
    color: #0090d4;
}

.header .left-links .menu .right .list .item p {
    font-size: 13px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1D1D1F;
}

.header .left-links .menu .right .list .item p img {
    margin-right: 6px;
    max-width: 11px;
    max-height: 11px;
}

.header .left-links .menu .right .list .item .image img:nth-child(2) {
    transition: .3s;
}

.header .left-links .menu .right .space-between {
    display: flex;
    justify-content: space-between;
}

.header .left-links .menu .right .space-between .wrap {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-width: 0;
}

.header .left-links .menu .right .one-product {
    width: 270px;
    padding-bottom: 20px;
    flex-shrink: 0;
}

.header .left-links .menu .right .one-product .image {
    padding: 9px 0;
    border-bottom: 1px solid #1D1D1F1F;
    margin-bottom: 30px;
    background: url(/assets/src/img/product-day.svg) no-repeat right / contain;
}

.header .left-links .menu .right .one-product .image img {
    display: block;
    margin: 0 auto;
    max-width: 175px;
    height: auto;
}


.info-image-btns-wrap {
    display: flex;
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
}

.info-image-btns-wrap .cancel-info-image-wrap {
    width: 100%;
    display: flex;
}

.info-image-btns-wrap .info-image-btn {
    padding: 0 15px;
    flex: 0 0 130px;
    text-align: center;
    box-sizing: border-box;
}

.info-image-btns-wrap label {
    flex: 0 0 130px;
    height: 46px;
}

.info-image-btns-wrap .info-image-btn + .info-image-btn,
.info-image-btns-wrap label + .info-image-btn {
    margin-left: 2px;
}

.info-image-btns-wrap input[type="file"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.image .block .cool-btn {
    display: none;
    height: 32px;
    padding: 0 15px;
    margin-top: 2px;
}

.image .block textarea {
    display: none;
    width: 460px;
    height: 100px;
    font-size: 14px;
    border-radius: 6px;
    line-height: 16px;
    resize: both;
}

.image .block input[type="text"] {
    display: none;
    width: 460px;
    font-size: 14px;
    border-radius: 6px;
    line-height: 16px;
    padding: 7px 10px;
}

.image .block textarea + input[type="text"] {
    margin-top: 2px;
}

.image .block a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.best-slider .slider-item {
    position: relative;
}

.image.editing-js .block.opened .cool-btn {
    display: flex;
}

.image.editing-js .block.opened textarea,
.image.editing-js .block.opened input[type="text"] {
    display: block;
}

.image.editing-js .block.opened .content {
    display: none;
}

.image.editing-js .block {
    cursor: grab;
}

.image.dragging-js .block {
    cursor: grabbing !important;
}

.hide-lg {
    display: none !important;
}


.partner-page {
    padding-top: 30px;
}

.partner-page h1 {
    color: #1D1D1F;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.68px;
    padding-bottom: 30px;
}

.partner-page h1 span {
    color: #33388A;
}

.partner-page .desc {
    color: #1D1D1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 568px;
    line-height: 20px;
}

.partner-page .separator-line {
    margin-top: 60px;
    margin-bottom: 90px;
}

.partner-page .advantages {
    display: flex;
    margin-bottom: 100px;
}

.partner-page .advantages .item {
    width: 486px;
}

.partner-page .advantages .item + .item {
    margin-left: 24px;
}

.partner-page .advantages .item .image {
    border-radius: 6px;
    background: #F5F5F5;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.partner-page .advantages .item .title {
    color: #1D1D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px;
}

.partner-page .advantages .item .description {
    opacity: 0.9;
    color: #1D1D1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px;
}

.partner-page .advantages .item .more {
    color: #33388A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.partner-page .request {
    padding-top: 90px;
    background: #F5F5F5;

    padding-bottom: 75px;
    flex-direction: row;
}

.partner-page .request .wrap {
    display: flex;
}

.partner-page .request .description {
    width: 345px;
    margin-right: 60px;
}

.partner-page .request .description .title {
    color: #1D1D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 20px;
}

.partner-page .request .description .info {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.partner-page .request form {
    padding-top: 42px;
}

.partner-page .form-wrap .two-column {
    display: flex;
    justify-content: space-between;
}

.partner-page .form-wrap .two-column .field {
    width: calc(50% - 4px);
}

.partner-page .form-wrap .file-wrap {
    display: flex;
    margin-top: 16px;
}

.partner-page .form-wrap .file-wrap input[type="file"] {
    position: absolute;
    visibility: hidden;
    pointer-events: none;
}

.partner-page .form-wrap .file-wrap .file-btn {
    display: flex;
}

.partner-page .form-wrap .file-wrap .file-btn .name {
    font-size: 16px;
    color: #646d75;
    line-height: 24px;
    letter-spacing: 0.01em;
    padding: 11px 15px;
    border: 1px solid #d3dae3;
    border-radius: 6px 0 0 6px;
    transition: 0.2s;
}

.partner-page .form-wrap .file-wrap .file-btn .icon {
    width: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #33388a;
    border-radius: 0 6px 6px 0;
    transition: 0.2s;
}

.partner-page .form-wrap .file-wrap .file-btn.file {
    margin-right: 8px;
}

.partner-page .form-wrap .file-wrap .file-btn.file .name {
    color: #273138;
    border-right: 0;
}

.partner-page .form-wrap .file-wrap .file-btn.file .name span {
    color: #a1a8b1;
}

.partner-page .form-wrap .file-wrap .file-btn.file .icon {
    background: none;
    border: 1px solid #d3dae3;
}

.partner-page .form-wrap .btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
}


#partner-form button {
    background: #33388a;
    width: 255px;
    height: 48px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}

.partner-page .field {
    position: relative;
    width: 100%;
}

.partner-page .field input {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 10px 16px 0 16px;
    font-size: 14px;
    background: #F5F5F5;
}

.partner-page .field label {
    position: absolute;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    pointer-events: none;
    left: 18px;
    top: 15px;
    font-size: 14px;
    color: rgba(29, 29, 31, 0.4);
}

.partner-page .two-column + .two-column {
    margin-top: 10px;
}

.partner-page .field textarea {
    width: 100%;
    padding: 14px 7px 14px 16px;
    background: #F5F5F5;
    border-radius: 6px;
    height: 128px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.partner-page .field textarea::placeholder {
    font-size: 14px;
    color: rgba(29, 29, 31, 0.4);
}

.partner-page .request form > div {
    margin-top: 10px;
}

.partner-page .btn-wrap .text {
    color: #1D1D1F;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    margin-left: 16px;
    width: 342px;
    line-height: 20px;
}

.partner-page .btn-wrap .text a {
    color: #33388A;
    text-decoration: none;
}

.partner-page + .subscribe-block {
    display: none;
}

.partner-page .field input[NAME="inn-partner"][type='text']:not([value='']) ~ label,
.field input[NAME="inn-partner"][type='text']:focus ~ label,
.partner-page .field input[NAME="name-organization-partner"][type='text']:not([value='']) ~ label,
.field input[NAME="name-organization-partner"][type='text']:focus ~ label {
    top: 8px;
    font-size: 8px;
    line-height: 12px;
}

.partner-page .field input[type='text']:valid + label {
    top: 8px;
    font-size: 8px;
}

.partner-page .field input[type='text']:focus + label,
.partner-page .field input[type='email']:focus + label,
.checkout-page .columns-wrap .left .step .content .labeled-input input[type='text']:focus ~ .label {
    top: 8px;
    font-size: 8px;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type='text']:focus ~ .label {
    line-height: 12px;
}

.login-page .bottom-text .title {
    color: #1D1D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
}

.login-page .bottom-text .description {
    color: #1D1D1F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}

.login-page .bottom-text.left-text {
    text-align: left;
}

.login-page .bottom-text .link {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.login-page form .social .bottom-text.left-text a.link {
    color: #1D1D1F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.dashboard-page .dashboard-content .main-blocks .item {
    display: flex;
    flex-direction: column;
}

.dashboard-page .dashboard-content .main-blocks .item .links {
    margin-top: auto;
}

.full-width {
    width: 100% !important;
}

.changed-password-wrap {
    display: none;
    flex-direction: column;
    padding-top: 20px;
}

.changed-password-wrap button {
    margin-left: auto;
}

.review-popup .check + button {
    margin-top: 20px;
}

.review-popup {
    overflow-y: auto;
    max-height: 100%;
}

.review-popup .check {
    margin-top: 0;
}

.review-popup input + .check {
    margin-top: 4px;
}

.index-reviews-block .list .item .author span {
    font-weight: bold;
}

.index-page-slider .list.slick-initialized {
    overflow: unset;
}

.item-page .left-side .reviews .item .name .organization,
.index-reviews-block .list .item .author span.organization,
.item-added-block .window.reviews .item .author span.organization,
.reviews-page .item .author span.organization
{
    color: rgba(29, 29, 31, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.item-added-block .window .item-info div .art {
    color: rgba(29, 29, 31, 0.40);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.index-page-slider a {
    text-decoration: none;
}

.btn-wrap a {
    text-decoration: none;
}

.item-added-block .window.reviews .item {
    padding: 20px 30px;
    border-bottom: none;
}

.item-added-block .window.reviews .item .name {
    display: flex;
    color: #1D1D1F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.item-added-block .window.reviews .item .name img {
    min-width: 85px;
}

.item-added-block .window.reviews .rating {
    padding: 0;
    padding-bottom: 40px;
    border-bottom: none;
}

.item-added-block .window .close {
    z-index: 999;
}

.footer nav ul + p {
    margin-top: 30px;
}

.footer nav.catalog {
    width: 38%;
}

.font-opacity30 {
    color: #1D1D1F4D;
}

.news-product {
    background: #f5f5f5;
    margin: 45px 0;
    padding: 40px 15px;
    border-radius: 6px;
}

.news-product .one-product {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/assets/src/img/product-news.svg) no-repeat;
    background-position-y: bottom;
}

.news-product .one-product .right-text {
    max-width: 250px;
}

.news-product .one-product .right-text .price-button p {
    height: 48px;
    line-height: 48px;
    text-align: center;
}

.news-product .one-product .image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 48px;
    margin-bottom: 0;
}

.news-product .one-product .discount {
    display: inline-block;
    margin-bottom: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #0090D4;
    color: #fff;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}

.news-product .one-product .name {
    margin-bottom: 8px;
    max-width: 250px;
}

.news-product .one-product .name a {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    color: #1D1D1F;
}

.news-product .one-product .desc {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    opacity: 0.6;
}

.catalog-list-page .filter .item .content .slider .flex input[type='text'].default {
    color: rgba(29, 29, 31, 0.4);
}

.smart-filter-mini-apply {
    color: #0090D4;
    position: absolute;
    background: #F5F5F5;
    border-radius: 6px;
    padding: 5px 10px;
    display: none;
    transform: translateX(110%) translateY(-50%);
    right: 0;
    z-index: 100;
    cursor: pointer;
}

.smart-filter-mini-apply .triangle {
    border: 9px solid transparent;
    border-right: 9px solid #F5F5F5;
    position: absolute;
    left: -15px;
}

.catalog-list-page .filter {
    position: relative;
}

.fss-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.cart-page .fss-wrap {
    margin-bottom: 10px;
    margin-top: 10px;
}

.fss-wrap .fss-badge {
    background: rgba(0, 144, 212, 0.12);
    padding: 5px 10px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    width: fit-content;
}

.fss-wrap .fss-badge img {
    width: 23px;
    margin-left: 10px;
}

.fss-wrap .fss-hint {
    font-size: 14px;
    text-decoration: dashed underline;
    margin-left: 10px;
    cursor: help;
    position: relative;
    width: fit-content;
    height: 30px;
    align-items: center;
    display: flex;
    padding-right: 12px;
}

.fss-wrap .fss-hint:hover .fss-hint-text,
.fss-wrap .fss-hint.active .fss-hint-text {
    opacity: 1;
    pointer-events: all;
}

.fss-wrap .fss-hint .fss-hint-text {
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    width: 269px;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    color: #1d1d1f;
    opacity: 0;
    transition: .2s;
    pointer-events: none;
    z-index: 1;
}

.fss-wrap .fss-hint .fss-hint-text::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    position: absolute;
    left: -6px;
    top: calc(50% - 6px);
}

.fss-check-wrap {
    margin-top: 25px;
    background: rgba(29, 29, 31, 0.12);
    padding: 14px 12px;
    border-radius: 6px;
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 20px;
}

.fss-check-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.fss-check-wrap .check {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background: transparent;
    border: 1px solid rgba(29, 29, 31, 0.4);
    border-radius: 4px;
    margin-top: 0;
    margin-right: 8px;
    transition: 0.2s;
    cursor: pointer;
}

.fss-check-wrap .text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 14px;
    height: 18px;
}

.fss-check-wrap .fss-img {
    width: 28px;
}

.fss-check-wrap .check img {
    transition: 0.2s;
    opacity: 0;
}

.fss-check-wrap input[type="checkbox"]:checked + .check img {
    opacity: 1;
}

.right-side h1 {
    margin-bottom: 30px;
    max-width: 430px;
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
}

.right-side h2, .right-side h3 {
    margin: 25px 0 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.left-side .name {
    max-width: 340px;
}

.index-about-top-block .links {
    height: 95px;
}

.item-page .right-side {
    position: sticky;
    height: fit-content;
    top: 30px;
}

.catalog-list-page.search .list {
    width: 100%;
}

.catalog-list-page.search .list .item {
    width: 23.5%;
}

.catalog-list-page.search .list .filter-button {
    display: none !important;
}

.item-placeholder {
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-color: rgb(245 245 245);;
}

.index-actions-block .list .item-placeholder {
    width: 32%;
    height: 204px;
    margin-bottom: 24px;
}

.compilation-block .list .item-placeholder {
    min-height: 281px;
    padding: 20px 20px 30px 20px;
    margin: 0 12px;

}

#set_filter[disabled] {
    background: #F5F5F5;
    color: #1D1D1F;
}

.catalog-list-page .filter .item + .item {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.bottom-text-seo {
    margin-top: 50px
}

.full-name {
    display: none;
    z-index: +1;
    position: absolute;
    box-shadow: 0 10px 15px 0 rgba(255, 255, 255, 1);
    padding: 0 0 0 10px;
    background: #fff;
    margin-left: -10px;
    transition: none;
    overflow-x: hidden;
}

.catalog-top-text .image {
    max-width: 390px;
    max-height: 280px;
    width: 100%;
}

.catalog-top-text .one-product {
    position: relative;
}

.mobile-menu .bottom-info {
    position: sticky;
    background: #f5f5f5;
    bottom: 0;
    z-index: 100;
}

{
    text-decoration: none
;
}
.tab-wrap > .input-wrap + .input-wrap {
    margin-top: 16px;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="text"]:not(:placeholder-shown) ~ .label {
    top: 8px;
    font-size: 8px;
    line-height: 12px;
}

.partner-page .field input[type="text"]:not(:placeholder-shown) ~ label {
    top: 8px;
    font-size: 8px;
    line-height: 12px;
}

.partner-page .field input[type="email"]:not(:placeholder-shown) ~ label {
    top: 8px;
    font-size: 8px;
    line-height: 12px;
}

.success-order-popup, .success-order-partners {
    width: 400px;
    height: 351px;
    padding: 20px;
}

.success-order-popup .content, .success-order-partners .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.success-order-popup .content img, .success-order-partners .content img {
    width: 128px;
    height: 128px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.success-order-popup .content .title, .success-order-partners .content .title {
    color: #1D1D1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px;
}

.success-order-popup .content .description, .success-order-partners .content .description {
    color: rgba(29, 29, 31, 0.60);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    width: 328px;
    line-height: 20px;
    margin-bottom: 30px;
}

.success-order-popup .content .close-alt {
    color: #33388a;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    line-height: 22px;

}

.success-order-partners .content .close-alt {
    background: #33388a;
    width: 360px;
    height: 48px;
    border-radius: 6px;
    line-height: 47px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.title-search-result {
    z-index: 110;
}

input.without-picker::-webkit-calendar-picker-indicator {
    display: none !important;
}

.cart-item-list-js {
    max-height: 300px;
    overflow-y: auto;
}

.compare-button {
    width: 100%;
    margin-top: 10px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
    font-size: 14px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.partner-page .field {
    transition: 0.3s;
}

.ad123 + label {

}

.top-block-big-padding {
    padding: 20px 60px 20px 105px !important;
}

.item.product-item .name span {
    position: relative;
}

.index-catalog-block2:not(.name-without-back) .full-name {
    background: #F5F5F5;
    box-shadow: 0 15px 15px 0 #F5F5F5;
}

.plus {
    transition: opacity .2s;
}

.plus.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.separator-line + br {
    display: none;
}

.separator-line + .compilation-block {
    padding: 50px 0 50px 0;
}

.index-catalog-block .new-index-block {
    padding-right: 0;
}

.dashboard-page .dashboard-content .program .bottom-link {
    padding-left: 0;
    padding-bottom: 0;
}

.dashboard-page .cabinet-page {
    padding: 0;
}

.dashboard-content .delivery .subtitle {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}

.page-desc + .item {
    margin-top: 20px;
}

.dashboard-content .delivery .item:last-child {
    padding-bottom: 10px;
}

.dashboard-page .dashboard-content .delivery .item + .item {
    margin-top: 0;
}

html.video .popup-wrap .video {
    transform: translateY(-50%);
    opacity: 1;
    pointer-events: all;
}

html.video .popup-wrap {
    padding-left: 0;
    opacity: 1;
    pointer-events: all;
}

.popup-wrap .video {
    width: 1200px;
    padding: 0;
    border-radius: 0;
    background: black;
    margin: 0 auto;
    height: 80%;
    top: 50%;
}

.item-video:not(.without-play):after {
    content: url('/assets/src/img/Polygon 1.png');
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.item-video {
    position: relative;
    cursor: pointer;
}

.cabinet-page .cabinet-content .personal-info {
    display: flex;
    flex-direction: column
}

.cabinet-page .cabinet-content .personal-info .adress {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.cabinet-page .cabinet-content .personal-info .adress .edit {
    margin-top: auto;
}

.contact-page > .text-wrap {
    margin-right: 20px;
}

.sticky-element {
    position: sticky;
    background: #f5f5f5 !important;
    bottom: 175px;
    z-index: 100;
}

.compilation-block .slick-track {
    display: flex;
}

.compilation-block .list .item .photos {
    margin-top: auto;
}

.slider-for .slick-next, .slider-for2 .slick-next {
    background: url(/assets/src/img/next.svg);
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
}

.slider-for .list .slick-prev, .slider-for2 .slick-prev {
    background: url(/assets/src/img/prev.svg);
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
}

.item-page .right-side .rating, .item-page .left-side .reviews .top-block .rating {
    cursor: pointer;
}


.index-page-slider .list .slick-prev, .index-page-slider .list .slick-next {

}

.search-page nav.without-line {
    border-top: unset;
}

.about-mobile {
    display: none;
}

.contact-page .buttons-wrap {
    margin-top: auto;
}

.contact-page .buttons-wrap a + a {
    margin-top: 10px;
}

.contact-page .buttons-wrap a {
    display: flex;
    align-items: center;
    justify-content: start;
    text-decoration: none;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 14px;
    line-height: 20px;
    width: 326px;
    padding: 12px;
    background-color: #fff;
}

.contact-page .buttons-wrap a svg {
    margin-right: 8px;
}

.info-image-js a {
    text-decoration: none;
}

.item-page .js-tab-content.active {
    visibility: unset;
    height: auto;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}

.item-page .js-tab-content.active.index-catalog-block2 {
    padding: 0 0 40px 0 !important;
    border-top: unset;
}

.item-page .js-tab-content {
    display: block;
    visibility: hidden;
    height: 0;
    opacity: 0;
    padding: 0;
}

.index-news-block .list .item img {
    transition: .3s;
    transform: scale(1);
}

.search-page .categories-list .item {
    background-color: #F5F5F5;
    padding: 20px;
    text-decoration: none;
}

.search.catalog-list-page .bottom-button {
    display: flex;
    justify-content: center;
}

.empty-file span {
    margin-top: -4px;
}

.mobile-separation {
    display: none;
}

.certificate-page .top-block {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.certificate-page .title {
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
}

.certificate-page .description {
    max-width: 384px;
    font-size: 16px;
    line-height: 22px;
    margin-top: 30px;
}

.certificate-page .image-wrap {
    display: flex;
    box-sizing: border-box;
    flex-shrink: 0;
    justify-content: center;
    width: 585px;
    height: fit-content;
    padding: 80px 13px 60px;
    background: #F5F5F5 url(/assets/src/img/cert-pattern.png) no-repeat right top;
    border-radius: 6px;
    margin-left: 50px;
    position: relative;
}

.certificate-page .label {
    display: flex;
    align-items: center;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    border-radius: 3px;
    padding: 6px;
    font-size: 14px;
}

.certificate-page .label-text {
    margin-left: 9px;
}

.certificate-page .label-text span {
    font-weight: 700;
}

.certificate-page .steps-block {
    margin-top: 60px;
    display: flex;
}

.certificate-page .step {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.certificate-page .step + .step {
    margin-left: 10px;
}

.certificate-page .step .icon-wrap {
    display: flex;
    align-items: center;
}

.certificate-page .step:last-child .icon-wrap::after {
    content: '';
    display: flex;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    margin-left: 16px;
    border-radius: 50%;
    background: url(/assets/src/img/cert-checkmark.png) no-repeat center;
}

.certificate-page .icon {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #f5f5f5;
    width: 44px;
    height: 44px;
}

.certificate-page .step .arrow {
    width: 100%;
    height: 1px;
    position: relative;
    margin-left: 10px;
}

.certificate-page .step .arrow::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -2px;
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
}

.certificate-page .step .text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    max-width: 328px;
}

.cool-input {
    position: relative;
}

.cool-input input {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 10px 16px 0 16px;
    font-size: 14px;
}

.cool-input label {
    position: absolute;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    pointer-events: none;
    left: 18px;
    top: 15px;
    font-size: 14px;
    color: rgba(29, 29, 31, 0.4);
}

.cool-input input:valid + label,
.cool-input input:focus + label {
    top: 8px;
    font-size: 8px;
}

.certificate-page .form-block {
    margin-top: 60px;
    display: flex;
}

.certificate-page .form-block .item {
    flex: 1;
    height: 48px;
}

.certificate-page .form-block .item + .item {
    margin-left: 24px;
}

.certificate-page .form-block .cool-btn {
    width: 100%;
    height: 100%;
}

.certificate-page .description-block {
    margin-top: 120px;
}

.certificate-page .description-block img {
    display: block;
}

.certificate-page .description-block .text-wrap {
    max-width: 566px;
    margin-top: 60px;
}

.certificate-page .description-block .text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}

.certificate-page .properties-block {
    margin-top: 90px;
    display: flex;
}

.certificate-page .property {
    flex: 1;
}

.certificate-page .property + .property {
    margin-left: 80px;
}

.certificate-page .property .icon .checkmark {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.certificate-page .property .title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 20px;
    max-width: 328px;
}

.certificate-page .property .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #D82020;
    margin-top: 10px;
    max-width: 328px;
}

.certificate-page .proposal-block {
    margin-top: 120px;
    max-width: 720px;
}

.certificate-page .proposal-block .text {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
}

.certificate-page .indent-text {
    font-size: 16px;
    line-height: 22px;
    padding: 2px 0 2px 20px;
}

.certificate-page .form-block:last-child {
    margin-top: 30px;
    margin-bottom: 120px;
}

.labeled-input .label span {
    color: #D82020;
}

.side-message.success {
    border: 1px solid #99BC85;
    border-radius: 6px;
    background: #E1F0DA;
    padding: 13px 20px;
    max-height: 430px;
    width: 430px;
}

.side-message.error {
    border: 1px solid #FCAEAE;
    border-radius: 6px;
    background: #FFEADD;
    padding: 13px 20px;
    max-height: 430px;
    width: 430px;
}

.checkout-page .columns-wrap .left .step .content .divider {
    width: calc(100% + 40px);
    height: 1px;
    background: rgba(29, 29, 31, 0.12);
    margin: 20px -20px;
}

.order-hint {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 7px 15px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    max-width: 75%;
    border-radius: 6px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: .2s;
    text-align: center;
}

.order-hint::after {
    content: '';
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: calc(50% - 6px);
}

.order-hint::before {
    content: '';
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid rgba(29, 29, 31, 0.12);
    position: absolute;
    top: -7px;
    left: calc(50% - 7px);
}

.popup-wrap .cool-popup.update-address .input-wrap,
.checkout-page .input-wrap-for-hint {
    position: relative;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="text"]:valid,
.checkout-page .columns-wrap .left .step .content .labeled-input input[type="text"][readonly] {
    border-color: #459D00;
}

.checkout-page .columns-wrap .left .step .content .tabs-wrap .tab.error {
    border-color: #f14552;
}

.checkout-page .columns-wrap .left .step .content .map-2.error {
    outline: 1px solid #f14552 !important;
}

.checkout-page .columns-wrap .left .step .content .payment-wrap .item.error {
    border-color: #f14552;
}

.checkout-page .columns-wrap .left .navi {
    margin-bottom: 30px;
}

.checkout-page .columns-wrap .left .step .content .payment-wrap .item a {
    text-decoration: none;
}

.checkout-page .columns-wrap .left .step .content .fss-delivery-hint-wrap {
    background: rgba(0, 144, 212, 0.12);
    border: 1px solid #0090D4;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.checkout-page .columns-wrap .left .step .content .fss-delivery-hint-wrap .fss-delivery-hint {
    display: flex;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 13px;
    background: #0090D4;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.checkout-page .columns-wrap .left .step .content .fss-delivery-hint-wrap .fss-delivery-text b {
    font-weight: 500;
}

.checkout-page .columns-wrap .left .step .content .fss-delivery-hint-wrap .fss-delivery-text a {
    color: #0090d4;
}

.checkout-page .columns-wrap .left .top-block {
    margin-bottom: 30px;
}

.checkout-page .cool-check-wrap .cool-check-text {
    font-size: 14px;
    line-height: 18px;
}

.checkout-order-info .total.row {
    align-items: center;
}

.checkout-order-info .total.row .value {
    font-size: 22px;
    line-height: 26px;
}

.header .right-links .link .window .cart-list .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .right-links .link .window span {
    color: rgba(29, 29, 31, 0.4);
    padding: 0 2px;
}

.header .right-links .link .window .cart-list .item .item-with-price {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    max-width: 85%;
    margin-right: 10px;
}

.header .right-links .link .window .cart-list .item div.delete {
    margin-left: auto;
    margin-bottom: auto;
    position: inherit;
    right: unset;
    left: unset;
}

.header .right-links .link .window .cart-list .item .price > div {
    display: inline;
    vertical-align: unset;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.header .right-links .link .window .cart-list .item div.price {
    color: #1D1D1F;
    font-size: 16px;
    font-weight: 600;
}

.header .right-links .link .window .cart-list .item .name {
    display: flex;
}

.header .right-links .link .window .cart-list .item .name .link-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    max-height: 38px;
    margin-right: 0;
}


.header .right-links .link .window .cart-list .result .price span.basket-popup-price-discount-js {
    color: #6F6F70;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-decoration: line-through;
}

.header .right-links .link .window .cart-list .result .price div {
    margin-bottom: 2px;
    color: #1D1D1F;
}

.index-reviews-block .list .item .name .review-image-wrap {
    margin-right: 20px;
    padding: 10px;
    background: #F5F5F5;
}

.index-reviews-block .list .item .name .review-image-wrap img {
    width: 65px;
    height: 65px;
}

.index-actions-block.inner + .index-brands-block {
    padding-top: 60px;
    padding-bottom: 60px;
}

.separator-margin {
    margin-bottom: 60px;
}

.not-mix-blend-mode {
    mix-blend-mode: unset !important;
}

.brand-description {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    max-height: 145px;
    margin-right: 0;
}

.brand-page .read-more-js {
    position: absolute;
    bottom: -24px;
}

.best-slider-solo {
    position: absolute;
    right: 0;
    top: 0;
}

.index-brands-block .list .item .image .flag {
    left: 5px;
    top: 5px;
}

.graybg {
    background: #F5F5F5;
}

.search-items-view {
    padding-top: 20px;
    margin-top: 20px;
}

.search-items-header {
    padding-bottom: 13px;
    color: rgba(29, 29, 31, 0.4);
}

.brands-page .item.brand-official {
    background: rgba(0, 144, 212, 0.12);
    border: 1px solid #0090D4;
}

.brands-page .item .top-info .year {
    height: 22px;
}

.brands-page .item .top-info .year.blank {
    background: unset;
}

.brand-wrap .index-brands-block {
    padding-bottom: 60px;
}

.catalog-top-text .right-text p.desc,
.header .left-links .menu .right .one-product p.desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item .badges {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.item .badges .badge {
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.item .badges .badge + .badge {
    margin-top: 10px;
}

.item .image .badges {
    top: 80px;
    left: 72px;
}


.cool-check-wrap {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 18px;
}

.cool-check-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cool-check-wrap .cool-check {
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border: 1px solid rgba(29, 29, 31, 0.04);
    border-radius: 4px;
    margin-top: 0;
    margin-right: 8px;
    transition: 0.2s;
    cursor: pointer;
    background: rgba(145, 155, 164, 0.12);
    box-sizing: border-box;
}

.cool-check-wrap .cool-check-text {
    font-size: 14px;
    line-height: 20px;
}

.cool-check-wrap .cool-check img {
    transition: 0.2s;
    opacity: 0;
}

.cool-check-wrap input[type="checkbox"]:checked + .cool-check img {
    opacity: 1;
}

.cool-check-wrap input[type="checkbox"]:checked + .cool-check {
    background: #0090d4;
    border-color: #0090d4;
}

.catalog-list-page .page-desc-end p:first-child, .subcatalog-page .page-desc-end p:first-child {
    margin-top: 0;
}

.without-padding-bottom {
    padding-bottom: 0;
}

.catalog-list-page-discount {
    padding-top: 10px;
}

.index-page-slider .slick-track {
    display: flex;
    flex-direction: row;
}

.without-padding-top {
    padding-top: 0;
}

.inner-padding-top {
    padding-top: 60px;
}

.mobile-price-button {
    display: none;
}

.without-margin-bottom {
    margin-bottom: 0 !important;
}

.catalog-top-text .text {
    font-size: 14px;
    line-height: 18px;
}

a {
    text-decoration: none;
}

.brand-page .list .item .image {
    mix-blend-mode: multiply;
}

.item-page .js-tab-content.index-catalog-block2 {
    padding: 0 !important;
}

.brands-page .item .text {
    padding-bottom: 0;
}

.search-title .items .item .image-wrap {
    padding: 5px;
    background: #f5f5f5;
    display: flex;
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 6px;
    box-sizing: border-box;
}

.text-title-wrap {
    padding-left: 10px;
}

.text-title-art {
    color: #1D1D1F66 !important;
}

.no-wrap-background {
    background: unset !important;
    padding: unset !important;
}

.no-wrap-background img {
    border-radius: 6px;
}

.search-title .items .item div a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    max-height: 38px;
}

.total-categories {
    color: #0090D4;
    margin-top: 15px;
    display: block;
}

.not-found {
    padding: 22px 15px;
}

.not-found span {
    color: #0090D4;
}

.search-page .item .photos .photo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-page .top-result + .search-page-sections-filter {
    margin-top: 30px;
}

.search-title .items {
    padding: 15px 0 15px 0;
}

.search-title .button {
    padding: 15px 0 0 0;
}

.item-page .left-side .docs .item {
    display: block;
}

.videos {
    margin-bottom: 90px;
}

.videos .item {
    margin-right: 25px;
    max-width: 180px;

}

.videos .item img {
    border-radius: 6px;
    margin-bottom: 5px;
    min-height: 130px;
}

.videos .video-date {
    color: rgba(29, 29, 31, 0.4);
    font-size: 14px;
    margin-bottom: 10px;
}

.videos .video-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.desktop-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.best-slider .slider-item {
    min-height: 420px;
}

.change-password-save-js {
    margin-top: 20px;
    margin-bottom: 0;
}

.about-page-top-block {
    margin-top: 20px;
    display: flex;
    padding-bottom: 90px;
}

.about-page-text-wrap {
    width: 32%;
    display: flex;
    flex-direction: column;
    margin-top: 27px;
    margin-right: 25px;
}

.text-wrap-header {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    margin-bottom: 18px;
}

.text-wrap-description {
    width: 343px;
    height: 108px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.text-wrap-button {
    margin-top: auto;
    margin-bottom: 28px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    padding: 11px 12px 11px 43px;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    filter: grayscale(100%);
    line-height: 18px;
    text-align: left;
    width: fit-content;
    background: #fff url(/assets/src/img/doc.svg) no-repeat 12px 50%;
}

.about-page-brand-block {
    margin-top: 90px;
}

.about-page-brand-block .text-wrap-description {
    width: unset;
}

.about-page-history {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #F5F5F5;
}

.history-header {
    font-size: 34px;
    font-weight: 700;
    line-height: 41.15px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 120px;
    width: 864px;
}

.history-item {
    display: flex;
}

.history-item + .history-item {
    margin-top: 60px;
}

.history-first-column {
    width: 66%;
    display: flex;
    padding-top: 20px;
}

.history-second-column {
    margin-left: auto;
}

.history-second-column img {
    border-radius: 6px;
}

.history-nav {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: rgba(29, 29, 31, 0.4);
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.history-first-column-header .history-item-header {
    font-size: 34px;
    font-weight: 700;
    line-height: 41.15px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 5px;
}


.history-item-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
}

.history-first-column > .history-item-description {
    max-width: 384px;
    margin-left: auto;
}

.about-page-geography {
    padding-top: 90px;
    padding-bottom: 40px;
}

.about-page .index-company-block {
    background: #fff;
}

.about-page .index-brands-block .block-name {
    display: none;
}

.cabinet-page .cabinet-content.loyalty-program-wrap, .dashboard-page .dashboard-content.loyalty-program-wrap {
    width: 71%;
}

.loyalty-program-wrap h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 41.15px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 40px;
}

.loyalty-program-wrap p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: rgba(29, 29, 31, 1);
    max-width: 689px;
}


.loyalty-program-wrap img {
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.loyalty-program-wrap a {
    color: #0090D4;
}

.loyalty-program-wrap h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
}

.loyalty-program-wrap ul {
    margin-bottom: 40px;
    padding-left: 0;
}

.loyalty-program-wrap ul + h3 {
    padding-top: 40px;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.loyalty-program-wrap .brand-block {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.loyalty-program-wrap .brand-block .item {
    width: 19%;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
}

.loyalty-program-wrap .brand-block .discount {
    background: #0090d4;
    position: absolute;
    right: 0;
    top: -11px;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px 4px 4px 0px;
    font-family: Inter;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;

}

.loyalty-program-wrap .brand-block .logo {
    height: 73px;
    line-height: 73px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #F5F5F5;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.loyalty-program-wrap .brand-block p {
    margin-bottom: 10px;
}

.loyalty-program-wrap .brand-block .logo img {
    width: 120px;
    margin-top: 0px;
    margin-bottom: 0px;
    transition: 0.3s;
}

.customers-program-banner p + p {
    margin-top: 10px;
}

.customers-program-banner a {
    color: #0090D4;
}

.customers-program-banner .info {
    display: flex;
    padding: 0!important;
    position: relative;
}

.customers-program-banner .top-text {
    padding: 16px 20px 3px 20px;
    max-width: 389px;
    margin-bottom: 0!important;
}

.customers-program-banner img {
    position: absolute;
    right: 0;
    transition: 0.3s;
    min-height: 239px;
}

.customers-program-banner .bottom-link {
    padding: 20px!important;
}

.cabinet-page .cabinet-content .old-program-personal a {
    color: #0090D4;
}

.cabinet-page .cabinet-content .old-program-personal .flex .item {
    width: 19%;
    margin-bottom: 16px;
}

.cabinet-page .cabinet-content .old-program-personal .discount {
    background: #0090d4;
    position: absolute;
    right: 0;
    top: -11px;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px 4px 4px 0px;
    font-family: Inter;
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

.cabinet-page .cabinet-content .old-program-personal .block2 {
    padding-top: 29px;
}


.cabinet-page .cabinet-content .personal-info .adress .new {
    padding: 10px;
    background: #0090D4;
    display: block;
    color: #fff;
    border-radius: 6px;
    position: relative;
}

.cabinet-page .cabinet-content .personal-info .adress .new:after {
    content: '+';
    position: absolute;
    right: 10px;
    font-size: 27px;
}

.address-selector {
    position: absolute;
    margin-top: 38px;
}

.brands-page .item .text .description-brand * {
    display: inline;
}

.brand-page .top-info .best-slider-solo img {
    max-height: 420px;
}

.address-selector .jq-selectbox__select {
    height: 38px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    padding: 0 10px;
    appearance: none;
    font-size: 14px;
    max-width: 347px;
    background: url(/assets/src/img/select.svg) no-repeat right 10px top 50%;
}

.address-selector .jq-selectbox__select .jq-selectbox__select-text {
    line-height: 36px;
    max-width: 92%;
}

.address-selector.opened .jq-selectbox__select{
    border-bottom: unset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.address-selector .new-option {
    color: #0090D4;
}

.address-selector .jq-selectbox__dropdown {
    width: 100%!important;
    left: 0;
    top: 100% !important;
    z-index: 3;
    background: #fff;
    border-radius: 0px 0px 6px 6px;
}
.address-selector ul {
    background: #fff;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: unset;
    max-height: unset!important;
}

.address-selector li {
    padding: 11px 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.personal-notification-form-js label:last-of-type {
    margin-bottom: 7px!important;
}

.desktop-block-about {
    position: relative;
}

.desktop-block-about img {
    padding-top: 50px;
}

.desktop-block-about-content {
    position: absolute;
    width: 100%;
}

.desktop-block-about-content-header {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #1D1D1F66;
    margin-bottom: 15px;
}

.desktop-block-about-cities {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 34px;
    font-weight: 700;
    line-height: 41.15px;
    letter-spacing: -0.02em;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    margin-bottom: 60px;
}

.desktop-block-about-content-description {
    display: flex;
    justify-content: end;
}

.desktop-block-about-content-description > div {
    width: 204px;
}

.desktop-block-about-content-description > div > div:first-of-type {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
}

.menu .list .slick-prev,
.menu .list .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    font-size: 0;
    z-index: 2;
    width: 48px;
    height: 48px;
    margin-top: -10px;
}

.menu .list .slick-prev {
    background: url('/assets/src/img/prev.svg');
    left: 0px;
}

.menu .list .slick-next {
    background: url('/assets/src/img/next.svg');
    right: 24px;
}

.dashboard-page .dashboard-content .faq .item .text p + ul {
    margin-top: 10px;
}

.index-page-slider .list {
    max-height: 442px;
    overflow: hidden;
}

.price-header {
    color: #0090D4;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    margin-bottom: 5px;
}

.price-content .sales-value {
    color: #0090D4;
    font-size: 34px;
    font-weight: 700;
    line-height: 41.15px;
    letter-spacing: -0.02em;
    text-align: left;
}

.price-content .sales-percent {
    background: #0090D41F;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    padding: 0px 3.5px;
    color: #0090D4;
    border-radius: 6px;
    display: inline-block;
}

.item-page .right-side .price .price-content .old {
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #1D1D1F;
    text-decoration: none;
}

.item-page .right-side .price {
    padding-top: 20px;
}

.auth .info, .phone-check .info {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    color: #1D1D1F66;
    margin-bottom: 30px;
}

.auth .info span, .phone-check .info span {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    color: #1D1D1F;
}

.auth .info.alt, .phone-check .info {
    color: #1D1D1F;
    margin-bottom: 20px;
}

.auth .info a, .phone-check .info a {
    color: #0090D4;
    margin-top: 10px;
    display: block;
}

.auth .resend, .phone-check .resend {
    color: #0090D4;
    margin-top: 20px;
    display: block;
}

.auth button, .phone-check button {
    margin-top: 20px;
}

.alt-auth-wrap {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-top: 30px;
    padding-bottom: 10px;
}

.timer-wrap {
    margin-top: 20px;
}

.timer-wrap p {
    color: #1D1D1F66;
    font-size: 16px;
    line-height: 22px;
}

.timer-wrap span {
    color: #1D1D1F;
    font-size: 16px;
    line-height: 22px;
}

.auth .pre-button, .phone-check .pre-button {
    margin-top: 30px;
    font-size: 13px!important;
    color: #1D1D1F66;
}

.reviews-page {
    padding-top: 40px;
}

.reviews-page .block-name {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;

}

.index-reviews-block.js-tabs .block-name span {
    color: rgba(1, 1, 1, 0.3);
    cursor: pointer;
}

.index-reviews-block.js-tabs .block-name span.active a {
    color: #0090d4;
}

.reviews-page .block-name .block-name-link {
    cursor: pointer;
}

.reviews-page .block-name .block-name-link.active,
.index-reviews-block.js-tabs .block-name span.active
{
    color: #1D1D1F;
}

.reviews-page .block-name .block-name-link, .reviews-page .block-name .all {
    color: rgba(1, 1, 1, 0.3);
}

.reviews-page .block-name .all {
    margin-left: 10px;
}

.reviews-page .block-name .block-name-link + .block-name-link,
.index-reviews-block.js-tabs .block-name span + span
{
    margin-left: 30px;
}

.reviews-page .top-text {
    width: 50%;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 18px;
}

.reviews-page button {
    background: #0090D4;
    width: 255px;
    height: 48px;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
}
.reviews-list {
    display: grid;
    grid-template-columns: repeat(3, auto);
    --gap: 2em;
    --line-offset: calc(120px / 2);
    --line-thickness: 2px;
}

.reviews-list .item {
    min-width: 370px;
    max-width: 370px;
    margin-right: 20px;
    margin-bottom: 60px;
    position: relative;
}

.reviews-list .separator-line {
    grid-column-start: 1;
    grid-column-end: 4;
    margin-bottom: 60px;
}


.reviews-list .item a {
    display: flex;
    margin-bottom: 30px;
    margin-top: 5px;
}

.index-reviews-block .list .item p {
    cursor: pointer;
}

.window .review-image-wrap {
    margin-right: 20px;
}

.reviews-list .review-description-js {
    width: 300px;
}

.reviews-list .item .name .review-image-wrap {
    vertical-align: top;
    border-radius: 6px;
    margin-right: 20px;
    padding: 10px;
    background: #F5F5F5;
}

.reviews-list .item .name .review-image-wrap img {
    max-width: 65px;
    max-height: 65px;
    mix-blend-mode: multiply;
}

.reviews-list .item .name .review-product-name-js {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 66px;
    align-self: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    width: 215px;
}

.reviews-list .item .name div {
    vertical-align: middle;
    font-size: 16px;
    line-height: 22px;
}

.reviews-list .item .author {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

.reviews-page .item .author span.organization {
    display: block;
}

.reviews-list .item .rating {
    margin-bottom: 15px;
}

.reviews-list .item .rating .fa.other {
    color: #FFA800;
}

.reviews-list .item .rating .fa {
    color: rgba(29, 29, 31, 0.12);
    font-size: 18px;
}

.reviews-page button {
    margin-bottom: 90px;
}

.item-header {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding: 20px;
    color: #1D1D1F;
}

.review-shop .rating.other {
    padding-bottom: 0!important;
}

#checkout-form .checkout-page .dolyamu-btn, #checkout-form .checkout-page .dolyamu-btn:hover {
    background: black !important;
    border-color: black !important;
    background-image: url('/assets/src/img/tBank.svg') !important;
    background-repeat: no-repeat !important;
    background-position: 24px center !important;
}


@media (min-width: 1280px) {
    .address-selector .jq-selectbox__select {
        max-width: 320px;
    }
}

@media (min-width: 1000px) {
        .header .left-links a.menu-button.active {
            background: url(/assets/src/img/menu-close-alt.svg) !important;
        }
    }

    @media (max-width: 1230px) {
        .header .left-links .menu .masonry-column {
            width: 309px;
        }
.contact-page .contact {
    font-size: 23px;

}
    }

    @media (max-width: 1199px) {
        html.cool-popup {
            padding-right: 0;
        }

        .popup-wrap {
            padding-left: 0;
        }

        .show-md {
            display: block !important;
        }

        .hide-md {
            display: none !important;
        }

        .item-placeholder:not(.item-placeholder-mobile) {
            display: none !important;
        }

        .checkout-page .checkout-order-info .separator {
            margin: 20px 0;
        }
    }

    @media (max-width: 991px) {
        .header .left-links .menu .masonry-column {
            width: 100%;
        }

        .header .left-links .menu .right .one-product {
            display: none;
        }

        .checkout-order-info .cart-item .title {
            text-overflow: unset;
            white-space: unset;
            overflow: unset;
        }

        .brand-wrap .index-brands-block {
            padding-bottom: 0px;
        }

        .certificate-page .top-block {
            flex-direction: column;
        }

        .certificate-page .image-wrap {
            order: -1;
            width: 100%;
            margin-left: 0;
            margin-bottom: 20px;
            padding: 100px 13px 20px;
        }

        .certificate-page .title {
            font-size: 18px;
            line-height: 22px;
        }

        .certificate-page .description {
            max-width: unset;
            margin-top: 20px;
        }

        .certificate-page .steps-block {
            margin-top: 50px;
            flex-direction: column;
        }

        .certificate-page .step {
            flex-direction: row;
        }

        .certificate-page .step + .step {
            margin-left: 0;
            margin-top: 10px;
        }

        .certificate-page .step .icon-wrap {
            flex-direction: column;
        }

        .certificate-page .step .text {
            margin-top: 0;
            margin-left: 20px;
        }

        .certificate-page .step .arrow {
            height: 30px;
            width: 1px;
            margin-left: 0;
            margin-top: 10px;
        }

        .certificate-page .step .arrow::before {
            transform: rotate(135deg);
            top: unset;
            bottom: 0;
            right: -2px;
        }

        .certificate-page .step:last-child .arrow {
            display: none;
        }

        .certificate-page .step:last-child .icon-wrap::after {
            display: none;
        }

        .certificate-page .form-block {
            margin-top: 40px;
            flex-direction: column;
        }

        .certificate-page .form-block .item {
            flex: none;
        }

        .certificate-page .form-block .item + .item {
            margin-left: 0;
            margin-top: 24px;
        }

        .certificate-page .description-block {
            margin-top: 50px;
        }

        .certificate-page .description-block .text-wrap {
            max-width: unset;
            margin-top: 50px;
        }

        .certificate-page .properties-block {
            flex-direction: column;
            margin-top: 50px;
        }

        .certificate-page .property + .property {
            margin-left: 0;
            margin-top: 50px;
        }

        .certificate-page .proposal-block {
            margin-top: 75px;
        }

        .certificate-page .form-block:last-child {
            margin-bottom: 75px;
        }

        .certificate-page .indent-text {
            padding: 2px 0 2px 15px;
        }

        .cart-page .checkout-order-info {
            background: unset;
        }

        .dashboard-page .menu .name,
        .dashboard-page .menu .contacts,
        .dashboard-page .menu .chat {
            display: none;
        }

        .dashboard-page .menu, .cabinet-page .menu {
            width: 100%;
        }

        .cabinet-page {
            margin-top: 0;
            padding-top: 0;
        }
    }

    @media (max-width: 767px) {
        .hide-sm {
            display: none !important;
        }

        .show-sm {
            display: block !important;
        }

        .checkout-page .columns-wrap .left .step .content .map-1,
        .checkout-page .columns-wrap .left .step .content .map-2 {
            height: 420px;
            position: relative;
            left: -20px;
            width: calc(100% + 40px);
        }

        .cart-page .list .item .right-block {
            top: 25px;
            transform: none;
        }

        .cart-page .list .item .name > a {
            height: 54px;
            -webkit-line-clamp: 3;
            font-size: 14px;
            line-height: 18px;
        }

        .cart-page .list .item .right-block .discount {
            margin-top: 103px;
        }

        .cart-page .list .item .name {
            min-height: 134px;
        }

        .fss-wrap {
            flex-direction: column;
            align-items: unset;
        }

        .fss-wrap .fss-hint {
            margin-left: 0;
        }

        .fss-wrap .fss-hint .fss-hint-text {
            left: 50%;
        }

        .header .left-links > form {
            position: absolute;
            left: 0;
            width: calc(100% - 30px);
            margin: 20px 15px;
        }

        .header .left-links form input {
            width: 100% !important;
        }

        .header .left-links .menu {
            height: calc(100vh - 138px);
        }

        .side-message.default {
            width: 356px;
            max-width: calc(100% - 20px);
            max-height: 121px;
        }

        .side-message.alternative {
            width: 356px;
            max-width: calc(100% - 20px);
            max-height: 121px;
        }

        .side-message.gift {
            width: calc(100vw - 2px) !important;
            max-width: 100%;
        }

        .side-message .confirm-email-wrap {

        }

        .side-message .gift-wrap {

        }

        .side-message .confirm-email-wrap > img {
            display: none;
        }

        .side-message .confirm-email-text-wrap {
            margin-left: 0;
        }

        .side-message .gift-wrap {
            padding: 16px;
        }

        .side-message .gift-wrap .gift-divider {
            height: 0;
            margin-top: 0;
        }

        .side-message .gift-wrap .product-info {
            flex-direction: column;
        }

        .side-message .gift-wrap .product-name {
            margin-right: 0;
            margin-bottom: 10px;
        }

        .side-message .gift-wrap .product-price {
            text-align: left;
        }

        .side-message .gift-wrap .product-discount-price {
            text-align: left;
        }

        .cabinet-page .cabinet-content .settings .item .content .two-rows .field {
            width: 100%;
        }

        html.cool-popup .popup-wrap .cool-popup {
            width: 100% !important;
            max-height: calc(100% - 64px);
            margin: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            overflow-y: auto;
            top: 100%;
            transform: translateY(-100%) !important;
        }

        .item-page .right-side .photos .slider-for2 .list .item {
            display: flex;
            justify-content: center;
            align-items: center;
            aspect-ratio: 1 / 1;
        }

        .popup-wrap .cool-popup input[type="text"],
        .popup-wrap .cool-popup textarea {
            margin-top: 8px;
        }

        .popup-wrap .cool-popup .title {
            font-size: 24px;
            line-height: 32px;
        }

        .popup-wrap .cool-popup .subtitle {
            font-size: 18px;
            line-height: 26px;
        }

        .popup-wrap .cool-popup.atos {
            background: #F5F5F5;
        }

        .popup-wrap .cool-popup.atos > img {
            height: unset;
        }

        .popup-wrap .cool-popup.atos .title,
        .popup-wrap .cool-popup.atos .text {
            width: unset;
        }

        .popup-wrap .cool-popup.atos .socials .icon + .icon {
            margin-left: 20px;
        }

        .popup-wrap .cool-popup.atos .buttons-wrap {
            flex-direction: column;
        }

        .popup-wrap .cool-popup.atos .buttons-wrap a:last-child {
            margin-left: 0;
            margin-top: 10px;
        }

        .popup-wrap .cool-popup.feedback .topic {
            margin-top: 16px;
        }

        .popup-wrap .cool-popup.feedback .check-wrap {
            margin-top: 16px;
        }

        .popup-wrap .cool-popup.feedback .btn {
            margin-top: 20px;
        }

        .contact-page {
            flex-wrap: wrap;
        }

        .contacts-map {
            width: 100%;
            min-width: unset;
        }

        .cabinet-page .menu ul li a {
            background: url(/assets/src/img/menu2.svg) no-repeat right 12px top 50%;
        }

        .cabinet-page .cabinet-content.loyalty-program-wrap, .dashboard-page .dashboard-content.loyalty-program-wrap {
            width: 100%;
        }

        .loyalty-program-wrap h1 {
            font-size: 18px;
            font-weight: 600;
            line-height: 22px;
            text-align: left;

            margin-bottom: 20px;
        }

        .loyalty-program-wrap p {
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            text-align: left;
            color: rgba(29, 29, 31, 1);
            max-width: 689px;
        }

        .loyalty-program-wrap img {
            border-radius: 6px;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .loyalty-program-wrap a {
            color: #0090D4;
        }

        .loyalty-program-wrap h3 {
            font-size: 18px;
            font-weight: 600;
            line-height: 22px;
            text-align: left;
            margin-bottom: 20px;
        }

        .loyalty-program-wrap ul {
            margin-bottom: 30px;
            padding-left: 0;
        }

        .loyalty-program-wrap ul + h3 {
            padding-top: 30px;
            border-top: 1px solid rgba(29, 29, 31, 0.12);
        }

        .loyalty-program-wrap .brand-block {
            margin-top: 30px;
            padding-top: 39px;
            border-top: 1px solid rgba(29, 29, 31, 0.12);

        }

        .loyalty-program-wrap .brand-block .item {
            width: 49%;
            margin-bottom: 29px;
            position: relative;
            font-size: 14px;
            line-height: 18px;
        }

        .loyalty-program-wrap .brand-block .discount {
            background: #0090d4;
            position: absolute;
            right: 0;
            top: -11px;
            color: #fff;
            padding: 0 5px;
            border-radius: 4px 4px 4px 0px;
            font-family: Inter;
            font-size: 10px;
            font-weight: 400;
            line-height: 18px;
            text-align: center;

        }

        .loyalty-program-wrap .brand-block .logo {
            height: 73px;
            line-height: 73px;
            text-align: center;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            background: #F5F5F5;
            margin-bottom: 20px;
            display: flex;
            justify-content: center;
        }

        .loyalty-program-wrap .brand-block  p {
            margin-bottom: 10px;
        }

        .loyalty-program-wrap .brand-block .logo img {
            width: 120px;
            margin-top: 0px;
            margin-bottom: 0px;
        }
    }

    @media (max-width: 575px) {
        .price-button p {
            display: none;
        }

        .reviews-list {
            grid-template-columns: auto;
        }

        .reviews-page .block-name {
            overflow-x: scroll;
            white-space: nowrap;
            padding: 0 0 10px 0;
        }

        .reviews-list .item {
            margin-bottom: 30px;
            padding-bottom: 30px;
        }

        .reviews-page .reviews-list .item a {
            margin-bottom: 0;
        }

        .reviews-list .separator-line {
           display: none;
        }

        .price-button.added .added-price-wrap {
            justify-content: center;
        }

        .one-product .price-button.added .added-price-wrap,
        .item-page .price-button.added .added-price-wrap {
            justify-content: space-around;
        }

        .one-product .price-button p,
        .item-page .price-button p {
            display: contents;
        }

        .item-page .right-side .photos .slider-for2 .brand {
            top: 5px;
            right: 10px;
            max-width: 100px;
        }

        .mobile-price-button {
            display: block;
            width: calc(100% - 32px);
            background: #fff;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            position: fixed;
            bottom: 0px;
            padding: 16px 16px;
            z-index: 3;
            margin: 0 -16px;
        }

        .mobile-price-button button {
            width: calc(100% - 58px);
            height: 48px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            color: #fff;
            font-size: 14px;
            background: #0090d4;
        }

        .favorites-mobile-pad {
            position: absolute;
            width: 48px;
            height: 48px;
            top: 16px;
            right: 16px;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid rgba(29, 29, 31, 0.12);
        }

        .catalog-top-text {
            background: unset !important;
        }

        .compilation-block .slick-list {
            padding: 0 25px !important;
        }

        .mobile-separation {
            border-top: 1px solid rgba(29, 29, 31, 0.12);
            display: block;
        }

        .btn-wrap .check-wrap {
            margin-left: -11px;
        }

        .brand-page + .wrap .compilation-block {
            border-bottom: unset;
            margin-bottom: 10px
        }

        .brand-page {
            margin-bottom: 0px;
        }

        .item-page .js-tab-content.active.index-catalog-block2 {
            padding: 0 0 30px 0;
        }

        .slider-for2 .slick-next {
            display: none !important;
        }

        .cart-page .result .top-block,
        .checkout-page .top-block {
            padding: 20px 40px 20px 105px !important;
        }

        .cart-page .result .top-block,
        .cart-page .result .tinkoff,
        .checkout-page .columns-wrap .left .top-block {
            position: relative;
            left: -16px;
            width: calc(100% + 32px);
            border-left: 0 !important;
            border-right: 0 !important;
            border-radius: 0;
            margin-bottom: 10px;
        }

        .checkout-page .columns-wrap .left .top-block {
            margin-bottom: 30px;
        }

        .checkout-page .columns-wrap .left .step .content .tabs-wrap:first-of-type .tab span {
            line-height: 24px;
            font-weight: 600;
            margin-bottom: 4px;
        }

        .checkout-page .columns-wrap .left .step .content .tabs-wrap:first-of-type .tab .delivery-price {
            font-size: 14px;
            line-height: 20px;
        }

        .checkout-page .columns-wrap .left .step .content .payment-wrap .item {
            font-size: 14px;
            line-height: 18px;
        }

        .checkout-page .columns-wrap .left .step .content .payment-wrap .item span {
            margin-bottom: 0;
        }

        .checkout-page .checkout-order-info .separator {
            margin: 20px -16px;
        }

        .slider-for2 .slick-prev {
            display: none !important;
        }

        .index-catalog-block .new-index-block {
            padding-right: 58px;
        }

        .index-catalog-block2.bg {
            padding-bottom: 20px;
        }

        .index-catalog-block form input[type='text'].main-catalog-search {
            position: absolute;
            right: 0;
            top: 0;
            width: 48px;
            font-size: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 0;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
            padding: 0;
        }

        .index-catalog-block form input[type='text'].main-catalog-search:focus {
            width: 100%;
            font-size: 14px;
            padding: 0 20px 0 50px;
            z-index: 5;
        }

        .index-about-block {
            margin-bottom: 50px;
        }

        .index-about-block .text {
            padding-bottom: 50px;
        }

        .cards-block .item {
            min-width: 280px;
        }

        .mobile-menu .site {
            display: block;
            text-decoration: none;
        }

        .index-company-block .tabs .tab-item .name br {
            display: inline;
            content: ' ';
        }

        .about-mobile {
            display: flex;
            flex-direction: column;
            margin-top: 30px;
            margin-bottom: 50px;
        }

        .about-mobile .site {
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            padding-bottom: 10px;
            margin-bottom: 20px;
            border-bottom: 1px solid rgba(29, 29, 31, 0.12);
        }

        .about-mobile .logo {
            margin-bottom: 30px;
        }

        .about-mobile .about-mobile-title {
            font-family: Inter;
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 22px;
            margin-bottom: 26px;
        }

        .about-mobile .about-mobile-description {
            font-family: Inter;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            opacity: 0.9;
            margin-bottom: 34px;
        }

        .about-mobile .about-mobile-button {
            border: 1px solid rgba(29, 29, 31, 0.12);
            border-radius: 6px;
            width: 180px;
            height: 48px;
            font-size: 14px;
            background: transparent;
            flex-direction: row;
            display: flex;
            align-items: center;
            justify-content: start;
            padding: 12px;
            width: 100%;
        }

        .about-mobile .about-mobile-button svg {
            margin-right: 8px;
        }

        .customers-page .dashboard-content {
            display: none;
        }

        .dashboard-page .menu .name, .dashboard-page .menu .contacts, .dashboard-page .menu .chat {
            display: block;
        }

        .dashboard-page .menu ul {
            flex-direction: column;
        }

        .dashboard-page .menu ul li {
            border-bottom: none;
        }

        .dashboard-page .menu ul li a {
            background: url(/assets/src/img/menu2.svg) no-repeat right 12px top 50%;
        }

        .certificate-page .description-block img {
            width: calc(100% + 32px);
            max-width: unset;
            left: -16px;
            position: relative;
        }

        .contact-page .buttons-wrap {
            margin-bottom: 10px;
        }

        .index-catalog-block .list .item p {
            justify-content: unset !important;
        }

        .inner.subcatalog-page {
            padding: 50px 16px !important;
        }

        .index-catalog-block {
            padding-bottom: 50px;
        }

        .index-actions-block .list .item:last-of-type {
            margin-bottom: 0px;
        }

        .index-actions-block.inner + .index-brands-block {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .mobile-catalog-text {
            padding-bottom: 50px;
        }

        .without-padding-top-mobile {
            padding-top: 0 !important;
        }

        .best-slider-solo {
            position: relative;
        }

        .without-mobile-margin-bottom {
            margin-bottom: 0 !important;
        }

        .catalog-list-page nav {
            margin-right: -16px;
        }

        .news-product .one-product {
            flex-direction: column;
        }

        .news-product .one-product .image {
            padding-bottom: 20px;
            margin-bottom: 20px;
            width: 100%;
            margin-right: 0;
            background: url(/assets/src/img/product-news.svg) no-repeat right / contain;
        }

        .news-product .one-product .right-text {
            max-width: unset;
        }

        .news-product .one-product .name {
            max-width: unset;
        }

        .news-product .one-product {
            background: unset;
        }

        .news-product {
            margin: 30px 0;
            padding: 20px;
        }

        .news-product .price-button .number {
            margin-top: 14px;
        }

        .catalog-top-text .right-column {
            display: none;
        }

        .item-page .left-side .data {
            padding-bottom: 50px;
        }

        .item-page .right-side .photos .slider-for2 .list .item {
            border-radius: 6px;
        }

        .cart-page {
            margin: 0;
        }

        .cart-page .list .item:last-child {
            border-bottom: 0;
        }

        .cart-page .result {
            padding-top: 10px;
        }

        .cart-page .list .item .name {
            min-height: unset;
            margin-bottom: 10px;
        }

        .fss-wrap .fss-hint .fss-hint-text {
            width: 150px;
        }

        .item-page .right-side .links button {
            width: calc(100% - 58px);
        }

        .item-page .right-side .links a:nth-child(2) {
            right: 0;
            display: block;
        }

        .checkout-order-info {
            padding: 15px 0px 20px;
        }

        .index-news-block .index-news-block {
            padding: 50px 0 0 0 !important;
        }

        .product-item .name span .short-name {
            height: 40px;
            margin-bottom: 8px;
        }

        .footer nav.catalog {
            width: 100%;
        }

        .footer nav ul + p {
            margin-top: 0px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }

        .cabinet-page .cabinet-content .personal-info .block-name a {
            display: none;
        }

        .index-company-block .list.flex {
            width: 100%;
        }

        .product-item .name .desc {
            display: none;
        }

        .wrap .navi {
            overflow-x: auto;
        }

        .compilation-block .slick-track {
            display: flex !important;
        }

        .compilation-block .slick-slide {
            height: inherit !important;
        }

        .catalog-list-page .filter .buttons button.other {
            border: 1px solid rgba(29, 29, 31, 0.12);
        }

        .item-page .left-side .block-name {
            display: flex;
            overflow-x: auto;
        }

        .tabs-name a {
            text-wrap: nowrap;
        }

        .index-news-block .bottom-button button,
        .search.catalog-list-page .bottom-button button {
            width: 100%;
        }

        .mobile-hidden {
            display: none;
        }

        .index-actions-block .list .item .logo img {
            max-width: 32px;
        }

        .partner-page h1 {
            font-size: 18px;
            font-style: normal;
            font-weight: 600;
            line-height: 22px;
        }

        .partner-page h1 span {
            display: block;
        }

        .partner-page .desc {
            width: unset;
        }

        .partner-page .advantages {
            flex-direction: column;
        }

        .partner-page .advantages .item + .item {
            margin-left: 0px;
            margin-top: 50px;
        }

        .partner-page .request .wrap {
            flex-direction: column;
        }

        .partner-page .form-wrap .two-column {
            flex-direction: column;
        }

        .partner-page .form-wrap .two-column .field {
            width: 100%;

        }

        .partner-page .form-wrap .two-column .field:first-child {
            margin-bottom: 10px;
        }

        .index-catalog-block2 .list .item .price-block .fav,
        .list2 .item .price-block .fav,
        .catalog-list-page .list .item .price-block .fav,
        .list2 .item .price-block .fav {
            display: none;
        }

        .index-catalog-block2 .list .item .price-block,
        .list2 .item .price-block {
            padding-right: 0;
        }

        .index-catalog-block2 .list .item .price-block .price,
        .list2 .item .price-block .price,
        .catalog-page .item .right-text .price-block .price,
        .catalog-list-page .list .item .price-block .price,
        .list2 .item .price-block .price {
            height: 34px;
            line-height: 34px;
        }

        .index-catalog-block2 .list .item .price-block .price .new,
        .list2 .item .price-block .price .new,
        .compare-page .list .item .price-block .price .new,
        .catalog-page .item .right-text .price-block .price .new {
            font-weight: 400;
            font-size: 14px;
        }

        .price-button .number {
            width: 124px;
            margin-top: 7px;
        }

        .item-page .price-button .number {
            margin-top: 14px;
        }

        .index-reviews-block .slick-list.draggable {
            transition: 0.3s;
        }

        .compilation-block .block-name {
            margin-bottom: 50px;
        }

        .catalog-page + .wrap .compilation-block {
            margin-bottom: 0px;
        }

        .index-page-slider .list .item .text .desktop-text {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 20px 60px 20px 0;
        }

        .index-about-top-block {
            margin-bottom: 30px;
        }

        .index-about-top-block button {
            width: 100%;
            text-align: left;
        }

        .about-block-mob-links .link.opened .fa {
            transform: rotateX(180deg);
        }

        .search-title {
            padding: 15 0 0 0px;
        }

        .about-page-top-block {
            flex-direction: column-reverse;
            padding-bottom: 20px;
        }

        .about-page-text-wrap {
            width: 100%;
        }

        .text-wrap-button {
            margin-top: 30px;
        }

        .about-page-brand-block {
            margin-top: 50px;
        }

        .about-page-history {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .history-header {
            font-size: 18px;
            font-weight: 600;
            line-height: 22px;
            text-align: left;
            width: unset;
            margin-bottom: 50px;
        }

        .history-first-column {
            width: 100%;
            display: flex;
            flex-direction: column;
            padding: unset;
        }

        .history-first-column img {
            padding: 20px 0;
        }

        .history-item + .history-item {
            margin-top: 50px;
        }

        .history-first-column > .history-item-description {
            max-width: unset;
        }

        .about-page .index-company-block {
            padding: 0 16px;
        }

        .about-page-geography {
            padding-top: 0px;
            background: linear-gradient(180deg, #F5F5F5 50%, #fff 50%);
        }

        .about-page-geography img {
            width: 100%;
        }

        .index-mobile-actions-block {
            padding-bottom: 0!important;
            border-bottom: unset!important;
        }
        .wmpb {
            padding-bottom: 0px!important;
        }
        .post-page .right-side .text-wrap li {
            font-size: 14px!important;
        }
        .header .right-links .link > span {
            display: none;
        }
        .header .right-links .link {
            min-width: 24px;
        }
    }





/* End */


/* Start:/assets/src/css/ver1.css?173259828849096*/
.top-page-line .contacts .city {
  background: url('/assets/src/img/city1.svg') no-repeat 0 0;
}
.top-page-line .contacts .city .fa {
  color: #0090d4;
}
.top-page-line .contacts .city .window .button a {
  color: #0090d4;
}
.top-page-line .contacts .city .window .button button {
  background: #0090d4;
}
.top-page-line .contacts .phone {
  background: url('/assets/src/img/phone1.svg') no-repeat 0 0;
}
.top-page-line .links a {
  background: url('/assets/src/img/arrow1.svg') no-repeat right;
}
.header .left-links a.menu-button {
  background: url('/assets/src/img/menu-button1.svg');
}
.header .left-links > form input[type='text']:focus {
  border: 1px solid #0090d4;
}
.header .left-links form .list .items .bottom-link {
  color: #0090d4;
}
.header .left-links form .list .button button span {
  color: #0090d4;
}
.header .logo a {
  background: url('/assets/src/img/logo1.svg') no-repeat center;
}
.header .right-links .link a span {
  background: #0090d4;
}
.header .right-links .link .window a {
  color: #0090d4;
}
.header .right-links .link .window .cart-list .item .delete a {
  background: url('/assets/src/img/trash.svg');
}

.articles-block .item a {
  color: #0090d4;
}
.header .right-links .link .window .cart-list .result button {
  background: #0090d4;
}
.index-about-top-block .links a {
  color: #0090d4;
}
.index-page-slider .top-link a {
  color: #0090d4;
}
.index-page-slider .list .item {
  background: #f5f5f5 url('/assets/src/img/slider1.svg') no-repeat right top;
}
.index-page-slider .list .item .text .name span {
  color: #0090d4;
}
.index-page-slider .list .slick-dots li.slick-active button {
  color: #0090d4;
}
.index-catalog-block form button {
  background: #0090d4;
}
.index-catalog-block form .list .button button span {
  color: #0090d4;
}

.index-brands-block .block-name a.active {
  color: #0090d4;
}
.index-brands-block .button button span {
  color: #0090d4;
}
.index-actions-block .block-name span.active a {
  color: #0090d4;
}
.index-actions-block .block-name a {
  color: rgba(1, 1, 1, 0.3);
}
.index-actions-block .block-name span {
  color: rgba(1, 1, 1, 0.3);
}
.index-actions-block .block-name span:hover {
  cursor: pointer;
}

.index-actions-block .block-name span.active {
  color: #1D1D1F;
}

.index-actions-block .block-name span + span {
  margin-left: 30px;
}

.index-actions-block .list .item.other {
  background: #0090d4 url('/assets/src/img/actionbg1.svg') no-repeat right / contain;
}
.index-company-block .about button span {
  margin: -2px 0 0 5px;
  width: 14px;
  height: 14px;
  background: url('/assets/src/img/btn3.svg');
}
.index-support-block .but {
  background: #0090d4;
}
.index-support-block .payment-item .bottom-text {
  color: #0090d4;
}
.index-support-block .select select {
  color: #0090d4;
  background: url('/assets/src/img/select1.svg') no-repeat right;
}
.index-support-block form .field textarea:focus {
  border: 1px solid #0090d4;
}
.index-support-block form .field textarea:valid {
  border: 1px solid #0090d4;
  background: #fff;
}
.index-support-block form .field textarea:valid + button {
  background: #0090d4 url('/assets/src/img/btn4w.svg') no-repeat right 12px top 50%;
  color: #fff;
}
.index-catalog-block2 .block-name a.active {
  color: #0090d4;
}
.index-catalog-block2 .nav2 a.active,
.index-catalog-block2 .nav2 a:hover,
.catalog-list-page .tags-list a:hover
{
  background: #0090d4;
  color: #fff;
}
.catalog-list-page .top-text a {
  color: #0090d4;
  text-decoration: none;
}
.index-catalog-block2 .list .item .discount {
  background: #0090d4;
}

 .list .item .price-block .price.added, .list2 .item .price-block .price.added, .one-product .price-block .price.added, .right-text .price-block .price.added {
  background: #0090d4;
}
.index-reviews-block .block-name a.active {
  color: #0090d4;
}

.index-news-block .block-name a {
  color: rgba(1, 1, 1, 0.3);
}

.index-news-block .block-name .active a {
  color: #0090d4;
}

.index-news-block .block-name span {
  color: rgba(1, 1, 1, 0.3);
  cursor: pointer;
}

.index-news-block .block-name span.active {
  color: #1D1D1F;
}

.index-news-block .block-name span + span {
  margin-left: 30px;
}

.index-news-block .button button {
  background: #0090d4;
}
.footer .contacts .mail {
  color: #0090d4;
}
.footer .bottom-block .site {
  background: url('/assets/src/img/arrow1.svg') no-repeat right 0 top 3px;
}
.about-block-mob-links .link .fa {
  color: #0090d4;
}
.about-block-mob-links .city {
  background: url('/assets/src/img/city1.svg') no-repeat 0 1px;
  color: #0090d4;
}
.mobile-menu .bottom-info .city {
  background: url('/assets/src/img/city1.svg') no-repeat 0 1px;
}
.mobile-menu .bottom-info .city .fa {
  color: #0090d4;
}
.mobile-menu .bottom-info .link a {
  color: #0090d4;
}
.popup .window .close {
  background: url('/assets/src/img/close.svg');
}
.popup .window .select .jq-selectbox {
  color: #0090d4;
  background: url('/assets/src/img/select1.svg') no-repeat right;
}
.popup .window .select .jq-selectbox .jq-selectbox__dropdown ul li.selected {
  color: #0090d4;
}
.popup .window .agree label a {
  color: #0090d4;
}
.popup .window button {
  background: #0090d4;
}
.navi a {
  color: #0090d4;
}
.catalog-top-text .right-text .discount span,
.header .left-links .menu .right .one-product .discount span {
  background: #0090d4;
}

.best-slider .image i, .best-slider-solo  .image i {
  background: url('/assets/src/img/x.svg');
}
.best-slider .image span {
  color: #0090d4;
}
.mobile-catalog-text .discount span {
  background: #0090d4;
}
.catalog-top-block .content .image {
  background: url('/assets/src/img/image1.png') center / cover;
}
.catalog-page .item .left-text .image {
  background: url('/assets/src/img/catalog-page1.svg') no-repeat bottom center / contain;
}
.catalog-page .item .right-text .discount {
  background: #0090d4;
}

.catalog-list-page nav a.active {
  background: #0090d4;
}
.catalog-list-page .filter .close {
  background: url('/assets/src/img/close.svg');
}
.catalog-list-page .filter .item .content .checkbox + label {
  background: url('/assets/src/img/checkbox.svg') no-repeat 0 1px;
}
.catalog-list-page .filter .item .content .checkbox:checked + label {
  background: url('/assets/src/img/checkbox2.svg') no-repeat 0 1px;
}
.catalog-list-page .filter .item .content .bottom-link {
  color: #0090d4;
}
.catalog-list-page .filter .item .content .slider .ui-widget-header {
  background: #0090d4;
}
.catalog-list-page .filter .item .content .slider .ui-state-default,
.catalog-list-page .filter .item .content .slider .ui-widget-content .ui-state-default,
.catalog-list-page .filter .item .content .slider .ui-widget-header .ui-state-default,
.catalog-list-page .filter .item .content .slider .ui-button,
.catalog-list-page .filter .item .content .slider html .ui-button.ui-state-disabled:hover,
.catalog-list-page .filter .item .content .slider html .ui-button.ui-state-disabled:active {
  border: 3px solid #0090d4;
}
.catalog-list-page .filter .buttons button.other {
  background: #0090d4;
}
.catalog-list-page .list .item .discount {
  background: #0090d4;
}
.search-page .item p a {
  color: #0090d4;
}
.search-page nav .links a.active {
  background: #0090d4;
}
.navi .share {
  background: url('/assets/src/img/share.svg') no-repeat 0 1px;
}
.item-page .left-side .photos .slider-for .badges span {
  background: #0090d4;
}
.item-page .left-side .about ul li:before, .faq ul li:before {
  color: #0090d4;
}
.item-page .left-side .data .bottom-link {
  color: #0090d4;
}
.item-page .left-side .complects .bottom-link {
  color: #0090d4;
}
.item-page .left-side .reviews .top-block button {
  background: #0090d4;
}
.item-page .right-side .rating a {
  color: #0090d4;
}
.item-page .right-side .promo span:first-child {
  color: #0090d4;
  border: 1px solid #0090d4;
  background: rgba(0, 144, 212, 0.05) url('/assets/src/img/promo1.svg') no-repeat left center / contain;
}
.item-page .right-side .sizes .radio:checked + label {
  background: #0090d4;
}
.item-page .right-side .links button {
  background: #0090d4;
}
.item-page .right-side .payment-item .bottom-text {
  color: #0090d4;
}
.item-page .right-side .photos .slider-for2 .badges span {
  background: #0090d4;
}

.item-added-block .window .close {
  background: url('/assets/src/img/close.svg');
}
.item-added-block .window .item .number span.minus {
  background: url('/assets/src/img/minus1.svg');
}
.item-added-block .window .item .number span.plus {
  background: url('/assets/src/img/plus1.svg');
}
.item-added-block .window .buttons button:nth-child(2) {
  background: #0090d4;
}
.cart-page .list .item .name .badge {
  color: #0090d4;
  background: rgba(0, 144, 212, 0.07);
}
.cart-page .list .order .order-item .block-name.opened {
  background: #f5f5f5 url('/assets/src/img/order-arrow1.svg') no-repeat right 16px top 50%;
}
.cart-page .list .order .order-item .delivery .radio + label p {
  background: url('/assets/src/img/info.svg') no-repeat right;
}
.cart-page .list .order .order-item .payment .radio + label p {
  background: url('/assets/src/img/info.svg') no-repeat right;
}
.cart-page .list .order .order-item .button button.other {
  background: #0090d4;
}
.cart-page .list .order .order-item .credit .credit-item .select .radio:checked + label {
  background: #0090d4;
}
.cart-page .list .order .agree .checkbox + label {
  background: url('/assets/src/img/checkbox.svg') no-repeat 0 0;
}
.cart-page .list .order .agree .checkbox:checked + label {
  background: url('/assets/src/img/checkbox2.svg') no-repeat 0 0;
}
.cart-page .list .order .bottom-button.other {
  background: #0090d4;
}
.cart-page .result .top-block,
.checkout-page .top-block {
  border: 1px solid #0090d4;
  background: rgba(0, 144, 212, 0.07) url('/assets/src/img/result1.svg') no-repeat left center / contain;
}
.cart-page .result .top-block .discount,
.checkout-page .top-block .discount {
  color: #0090d4;
}
.cart-page .result .top-block button,
.checkout-page .top-block button {
  background: #0090d4;
}
.cart-page .result .top-block a:last-child button,
.checkout-page .top-block a:last-child button {
  color: #0090d4;
  border: 1px solid #0090d4;
}
.cart-page .result .items .lst .bottom-link {
  color: #0090d4;
}
.cart-page .result .items .button button {
  background: #0090d4;
}
.cabinet-page .back-link {
  color: #0090d4;
  background: url('/assets/src/img/back.svg') no-repeat left;
}
.cabinet-page .menu .edit {
  color: #0090d4;
}
.cabinet-page .menu .level a {
  color: #0090d4;
}
.cabinet-page .cabinet-content .personal-info .table .edit {
  color: #0090d4;
}
.cabinet-page .cabinet-content .personal-info .adress .edit {
  color: #0090d4;
}
.cabinet-page .cabinet-content .program .block2 .link {
  color: #0090d4;
}
.cabinet-page .cabinet-content .history .item .number a {
  color: #0090d4;
}
.cabinet-page .cabinet-content .history .item .photos .photo span {
  background: #0090d4;
}
.cabinet-page .cabinet-content .settings .item .content .adress.active {
  background: #f5f5f5 url('/assets/src/img/adress1.svg') no-repeat right 16px top 16px;
}
.cabinet-page .cabinet-content .settings .item .content .checkbox + label {
  background: url('/assets/src/img/checkbox.svg') no-repeat 0 1px;
}
.cabinet-page .cabinet-content .settings .item .content .checkbox:checked + label {
  background: url('/assets/src/img/checkbox2.svg') no-repeat 0 1px;
}
.cabinet-page .cabinet-content .order .info .top-info .info1 p span {
  color: #0090d4;
}
.cabinet-page .cabinet-content .order .info .item .rating a {
  color: #0090d4;
}
.index-catalog-block2 .list2 .item .discount {
  background: #0090d4;
}
.item-added-block .window .text button, button.active1, .item-added-block form:valid button {
  background: #0090d4!important;
  color: #fff;
}
.alert-block .window {
  background: #F2F9FD;
  border: 1px solid #0090D4;
}
.alert-block .window {
  background: #F2F9FD;
  border: 1px solid #0090D4;
}
.alert-block .window.bg {
  background: #f2f9fd url('/assets/src/img/alertbg1.svg') no-repeat right / contain;
}
.alert-block .window.other {
  background: #F5F5F5;
  border: 1px solid rgba(29, 29, 31, 0.12);
}
.alert-block .window .close {
  background: url('/assets/src/img/close4.svg');
}
.alert-block .window .info div a {
  color: #0090d4;
}
.alert-block .window .list .item div a {
  color: #0090d4;
}
.news-page .top-links a.active {
  color: #0090d4;
}
.news-page nav a.active {
  background: #0090d4;
}
.news-page .pages a.active {
  background: #0090d4;
}
.news-page .bottom-button button, .index-news-block .bottom-button button {
  background: #0090d4;
}
.post-page .right-side blockquote {
  color: #0090d4;
}
.brands-page .item .text a {
  color: #0090d4;
}
.brands-page .pages a.active {
  background: #0090d4;
}
.brand-page .top-info .site {
  color: #0090d4;
  background: url('/assets/src/img/arrow1.svg') no-repeat right;
}
.brand-page .top-info p a {
  color: #0090d4;
}
.dashboard-page .menu .chat {
  color: #0090d4;
}
.dashboard-page .dashboard-content .program.color4 {
  background: rgba(246, 173, 48, 0.07);
  border: 1px solid rgba(29, 29, 31, 0.12);
}
.dashboard-page .dashboard-content .program.color4 .block-name {
  background: #F6AD30;
}
.dashboard-page .dashboard-content .program.color4 .info .list:before {
  background: rgba(246, 173, 48, 0.07);
}
.dashboard-page .dashboard-content .program.color4 .info .list .item:nth-child(1) .percent {
  background: #0090d4 url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color4 .info .list .item:nth-child(1) p {
  color: #0090d4;
}
.dashboard-page .dashboard-content .program.color4 .info .list .item:nth-child(2) .percent {
  background: #e5ad9a url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color4 .info .list .item:nth-child(3) .percent {
  background: #a0acb8 url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color4 .info .list .item:nth-child(4) .percent {
  background: #f6ad30 url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color4 .info .list .item p:before {
  background: #A0ACB8;
}
.dashboard-page .dashboard-content .program.color4 .info .list i {
  background: #F6AD30;
}
.dashboard-page .dashboard-content .program.color4 .info .list i.cor4 {
  border-radius: 4px;
}
.dashboard-page .dashboard-content .program.color3 {
  background: rgba(160, 172, 184, 0.07);
  border: 1px solid rgba(29, 29, 31, 0.12);
}
.dashboard-page .dashboard-content .program.color3 .block-name {
  background: #A0ACB8;
}
.dashboard-page .dashboard-content .program.color3 .info .list:before {
  background: rgba(160, 172, 184, 0.07);
}
.dashboard-page .dashboard-content .program.color3 .info .list .item:nth-child(1) .percent {
  background: #0090d4 url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color3 .info .list .item:nth-child(1) p {
  color: #0090d4;
}
.dashboard-page .dashboard-content .program.color3 .info .list .item:nth-child(2) .percent {
  background: #e5ad9a url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color3 .info .list .item:nth-child(3) .percent {
  background: #a0acb8 url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color3 .info .list .item:nth-child(4) .percent {
  background: #f6ad30 url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color3 .info .list .item p:before {
  background: #A0ACB8;
}
.dashboard-page .dashboard-content .program.color3 .info .list i {
  background: #A0ACB8;
}
.dashboard-page .dashboard-content .program.color2 {
  background: rgba(229, 173, 154, 0.07);
  border: 1px solid rgba(29, 29, 31, 0.12);
}
.dashboard-page .dashboard-content .program.color2 .block-name {
  background: #E5AD9A;
}
.dashboard-page .dashboard-content .program.color2 .info .list:before {
  background: rgba(229, 173, 154, 0.07);
}
.dashboard-page .dashboard-content .program.color2 .info .list .item:nth-child(1) .percent {
  background: #0090d4 url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color2 .info .list .item:nth-child(1) p {
  color: #0090d4;
}
.dashboard-page .dashboard-content .program.color2 .info .list .item:nth-child(2) .percent {
  background: #e5ad9a url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color2 .info .list .item:nth-child(3) .percent {
  background: #a0acb8 url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color2 .info .list .item:nth-child(4) .percent {
  background: #f6ad30 url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color2 .info .list .item p:before {
  background: #E5AD9A;
}
.dashboard-page .dashboard-content .program.color2 .info .list i {
  background: #E5AD9A;
}
.dashboard-page .dashboard-content .program.color1 {
  background: rgba(0, 144, 212, 0.07);
  border: 1px solid #0090D4;
}
.dashboard-page .dashboard-content .program.color1.other {
  border: 1px solid rgba(29, 29, 31, 0.12);
}
.dashboard-page .dashboard-content .program.color1 .block-name {
  background: #0090D4;
}
.dashboard-page .dashboard-content .program.color1 .info .list:before {
  background: rgba(0, 144, 212, 0.07);
}
.dashboard-page .dashboard-content .program.color1 .info .list .item:nth-child(1) .percent {
  background: #0090d4 url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color1 .info .list .item:nth-child(1) p {
  color: #0090d4;
}
.dashboard-page .dashboard-content .program.color1 .info .list .item:nth-child(2) .percent {
  background: #e5ad9a url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color1 .info .list .item:nth-child(3) .percent {
  background: #a0acb8 url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color1 .info .list .item:nth-child(4) .percent {
  background: #f6ad30 url('/assets/src/img/programbg.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .program.color1 .info .list .item p:before {
  background: #0090d4;
}
.dashboard-page .dashboard-content .program.color1 .bottom-link {
  border-top: 1px solid rgba(0, 144, 212, 0.12);
}
.dashboard-page .dashboard-content .program.color1 .bottom-link a {
  color: #0090d4;
  background: url('/assets/src/img/arrow4.svg') no-repeat 0 0;
}
.dashboard-page .dashboard-content .main-blocks .item .links a {
  color: #0090d4;
  background: url('/assets/src/img/arrow4.svg') no-repeat 0 0;
}
.dashboard-page .dashboard-content .delivery .item.active {
  background: rgba(0, 144, 212, 0.07);
}
.dashboard-page .dashboard-content .current-level {
  border-top: 1px solid #0090d4;
}
.dashboard-page .dashboard-content .current-level.color2 {
  border-top: 1px solid #E5AD9A;
}
.dashboard-page .dashboard-content .current-level.color2 .top-text div span {
  color: #E5AD9A;
}
.dashboard-page .dashboard-content .current-level.color2 .item .discount {
  background: #E5AD9A;
}
.dashboard-page .dashboard-content .current-level.color3 {
  border-top: 1px solid #A0ACB8;
}
.dashboard-page .dashboard-content .current-level.color3 .top-text div span {
  color: #A0ACB8;
}
.dashboard-page .dashboard-content .current-level.color3 .item .discount {
  background: #A0ACB8;
}
.dashboard-page .dashboard-content .current-level.color4 {
  border-top: 1px solid #F6AD30;
}
.dashboard-page .dashboard-content .current-level.color4 .top-text div span {
  color: #F6AD30;
}
.dashboard-page .dashboard-content .current-level.color4 .item .discount {
  background: #F6AD30;
}
.dashboard-page .dashboard-content .current-level .top-text div span {
  color: #0090d4;
}
.dashboard-page .dashboard-content .current-level .item .discount {
  background: #0090d4;
}
.dashboard-page .dashboard-content .current-level .item a {
  color: #0090d4;
}
.dashboard-page .dashboard-content .bottom-button button {
  background: #0090d4 url('/assets/src/img/btn2.svg') no-repeat 12px 50%;
}
.dashboard-page .dashboard-content .faq .item .name.active {
  background: url('/assets/src/img/faq1.svg') no-repeat right;
  color: #0090d4;
}
.compare-page .top-links a.active {
  color: #0090d4;
}
.compare-page .list .items .item .discount {
  background: #0090d4;
}
.compare-page-data .list .info span.rating a {
  color: #0090d4;
}
.compare-page-data .list .info span.actions i.color1 {
  background: #0090d4;
}
.compare-popup .window .close {
  background: url('/assets/src/img/close.svg');
}
.compare-popup .window .list .items .discount {
  background: #0090d4;
}
.popup-review .window .close {
  color: #0090d4;
  background: url('/assets/src/img/delete1.svg') no-repeat right / contain;
}
.ya-share2__item_service_vkontakte {
  color: transparent;
}
.ya-share2__item_service_vkontakte path {
  fill: #0090d4;
}

.ya-share2__item_service_telegram path {
  fill: #0090d4;
}

.ya-share2__item_service_odnoklassniki path {
  fill: #ee7623;
}


.ya-share2__item_service_telegram {
  color: transparent;
  background-position: center;
}
.ya-share2__item_service_odnoklassniki {
  color: transparent;
}
.item-page .right-side .links a:nth-child(2).active, .fav.active, .favorites-mobile-pad.active {
  background: url('/assets/src/img/item-link1-alt.svg') no-repeat center !important;
  background-color: #0090D4!important;
}
.item-page .right-side .links a:nth-child(1).active {
  background-color: #0090D4!important;
}

.index-catalog-block form button {
  width: 24%;
}

.header .right-links .link .window .result > a {
  width: 120px;
  max-height: 40px;
}

.empty-block .link {
  color: #0090D4;
}
.cart-page .list .item .links a:nth-child(1):hover,
.cart-page .list .item .links a:nth-child(1).active {
  color: #0090D4;
  background: url(/assets/src/img/cart-link1-active.svg) no-repeat 0 0;
}

.index-about-block .image {
  background: url(/assets/src/img/about.png) center / cover;
}



.certificate-page .title span {
  color: #0090d4;
}

.certificate-page .label-text {
  color: #0090d4;
}

.certificate-page .step .arrow {
  background: #0090d4;
}

.certificate-page .step .arrow::before {
  border-top: 1px solid #0090d4;
  border-right: 1px solid #0090d4;
}

.certificate-page .step:last-child .icon-wrap::after {
  background-color: #0090d4;
}

.certificate-page .property .icon .checkmark {
  background: #0090d4;
}

.certificate-page .indent-text {
  border-left: 1px solid #0090d4;
}

.catalog-list-page .page-desc-end {
  width: 74%;
  font-size: 14px;
  line-height: 24px;
  margin: 72px 0 0 auto;
}
.catalog-list-page .seo-block-1 {
  width: 789px;
  font-size: 18px;
  line-height: 32px;
  margin: 0 auto;
  padding: 56px 0;
  text-align: center;
}
.catalog-list-page .seo-block-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0;
}
.catalog-list-page .seo-block-2 .img-wrap {
  width: 584px;
  border-radius: 12px;
  overflow: hidden;
}
.catalog-list-page .seo-block-2 .img-wrap img {
  width: 100%;
}
.catalog-list-page .seo-block-2 .text-wrap {
  width: 481px;
}
.catalog-list-page .seo-block-2 .text-wrap .title {
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.25px;
}
.catalog-list-page .seo-block-2 .text-wrap .title span {
  color: #0090d4;
}
.catalog-list-page .seo-block-2 .text-wrap .text {
  font-size: 16px;
  color: #6f6f70;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-top: 16px;
}
.catalog-list-page .seo-block-2 .text-wrap ul {
  margin: 32px 0 0;
  padding-left: 0;
  list-style-type: none;
}
.catalog-list-page .seo-block-2 .text-wrap ul li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
  padding-left: 48px;
}
.catalog-list-page .seo-block-2 .text-wrap ul li + li {
  margin-top: 16px;
}
.catalog-list-page .seo-block-2 .text-wrap ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #0090d4;
  border-radius: 50%;
}
.catalog-list-page .seo-block-4 {
  padding: 56px 0;
}
.catalog-list-page .seo-block-4 .text-wrap {
  display: flex;
  justify-content: space-between;
}
.catalog-list-page .seo-block-4 .text-wrap .title {
  width: 481px;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.25px;
}
.catalog-list-page .seo-block-4 .text-wrap .title span {
  color: #0090d4;
}
.catalog-list-page .seo-block-4 .text-wrap .text {
  width: 584px;
  font-size: 16px;
  color: #6f6f70;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-top: 8px;
}
.catalog-list-page .seo-block-4 .img-wrap {
  border-radius: 12px;
  margin-top: 48px;
  overflow: hidden;
}
.catalog-list-page .seo-block-4 .img-wrap img {
  width: 100%;
}
.catalog-list-page .seo-block-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 36px 72px 36px 0;
}
.catalog-list-page .seo-block-5 .text-wrap {
  width: 481px;
}
.catalog-list-page .seo-block-5 .text-wrap .title {
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.25px;
}
.catalog-list-page .seo-block-5 .text-wrap .title span {
  color: #0090d4;
}
.catalog-list-page .seo-block-5 .text-wrap .text {
  font-size: 16px;
  color: #6f6f70;
  line-height: 24px;
  letter-spacing: 0.01em;
  margin-top: 16px;
}
.catalog-list-page .seo-block-5 .img-wrap {
  position: relative;
  width: 440px;
  height: 440px;
  background: #f2f2f7;
  border-radius: 50%;
}
.catalog-list-page .seo-block-5 .img-wrap .img {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #f2f3f4;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 8px 32px rgba(39, 49, 56, 0.16);
}
.catalog-list-page .seo-block-5 .img-wrap .img img {
  width: 100%;
}
.catalog-list-page .seo-block-5 .img-wrap .img._1 {
  top: 40px;
  left: 40px;
}
.catalog-list-page .seo-block-5 .img-wrap .img._2 {
  right: 40px;
  bottom: 40px;
  z-index: 1;
}
.catalog-list-page .seo-block-6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0;
}
.catalog-list-page .seo-block-6 .img-wrap {
  position: relative;
  display: flex;
}
.catalog-list-page .seo-block-6 .img-wrap .img {
  width: 240px;
  height: 320px;
  border-radius: 8px;
  overflow: hidden;
}
.catalog-list-page .seo-block-6 .img-wrap .img + .img {
  margin: 80px 0 0 16px;
}
.catalog-list-page .seo-block-6 .img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 256px;
  width: 64px;
  height: 64px;
  background: #f2f2f7;
  border-radius: 8px;
}
.catalog-list-page .seo-block-6 .img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 256px;
  width: 64px;
  height: 64px;
  background: #0090d4;
  border-radius: 8px;
}
.catalog-list-page .seo-block-6 .text-wrap {
  width: 480px;
}
.catalog-list-page .seo-block-6 .text-wrap .item {
  display: flex;
}
.catalog-list-page .seo-block-6 .text-wrap .item .icon-wrap {
  margin: 3px 16px 0 0;
}
.catalog-list-page .seo-block-6 .text-wrap .item .icon-wrap svg path {
  stroke: #0090d4;
}
.catalog-list-page .seo-block-6 .text-wrap .item .item-text-wrap .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15px;
}
.catalog-list-page .seo-block-6 .text-wrap .item .item-text-wrap .text {
  font-size: 14px;
  color: #6f6f70;
  line-height: 20px;
  letter-spacing: 0.005em;
  margin-top: 8px;
}
.catalog-list-page .seo-block-6 .text-wrap .item + .item {
  margin-top: 24px;
}
.catalog-list-page .seo-block-8 {
  display: grid;
  grid-template-columns: 379px 378px 379px;
  justify-content: space-between;
  padding: 56px 0;
}
.catalog-list-page .seo-block-8 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.catalog-list-page .seo-block-8 .item .icon-wrap {
  padding: 4px 0;
}
.catalog-list-page .seo-block-8 .item .icon-wrap svg path {
  stroke: #0090d4;
}
.catalog-list-page .seo-block-8 .item .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: 0.15px;
  margin-top: 16px;
}
.catalog-list-page .seo-block-8 .item .text {
  font-size: 14px;
  color: #6f6f70;
  line-height: 20px;
  letter-spacing: 0.005em;
  margin-top: 8px;
}

.catalog-list-page .page-desc-end p, .subcatalog-page .page-desc-end p  {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
}

.catalog-list-page .page-desc-end h2, .subcatalog-page .page-desc-end h2 {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.catalog-list-page .page-desc-end h2 + p, subcatalog-page .page-desc-end h2 + p, .catalog-list-page .page-desc-end h3 + p, subcatalog-page .page-desc-end h3 + p  {
  margin-top: 0;
}

.page-desc-end h3 {
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.catalog-list-page .page-desc-end ul, .subcatalog-page .page-desc-end ul {
  padding-left: 15px;
  list-style-type: none;
}

.catalog-list-page .page-desc-end ul li, .subcatalog-page .page-desc-end ul li {
  position: relative;
}

.catalog-list-page .page-desc-end ul li::before, .subcatalog-page .page-desc-end ul li::before  {
  content: "•";
  color: #0090d4;
  margin-right: 8px;
  position: absolute;
  left: -15px;
}

.subcatalog-page {
  padding-bottom: 90px;
}

.subcatalog-page .page-desc-end {
  width: 787px;
  max-width: 100%;
  font-size: 14px;
  line-height: 24px;
}

.index-about-top-block .links {
  margin-bottom: 60px;
}

.index-catalog-block2 .list .item .price-block .price:before,
.catalog-top-text .right-text .price:before,
.header .left-links .menu .right .one-product .price:before,
.catalog-list-page .list .item .price-block .price:before,
.catalog-page .item .right-text .price-block .price:before
{
  transition: 0.3s;
  background: transparent;
  content: '';
}


.index-brands-block .list .item .image {
  padding: 20px;
}

/*.index-catalog-block2 .list .item .badges .badge,
.catalog-list-page .item .badges .badge {
  background: #0090d4;
  position: absolute;
  left: 0;
  top: 15px;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 0px 6px 6px 0px;
}*/

.index-brands-block .list .item {
  text-decoration: none;
}

.index-news-block .list .item a {
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
  max-height: 200px;
  margin-bottom: 10px;
  width: 100%;
}

.index-reviews-block .list .item .name .review-image-wrap {
  vertical-align: top;
  border-radius: 6px;
}

.post-page .right-side a, .post-page .left-side a {
  color: #0090d4;
}

.item .badges .badge {
  background: #0090D4;
}

.image .block textarea,
.image .block input[type="text"] {
  border: 1px solid #0090D4;
}

.info-image-js a {
  text-decoration: none;
  color: #0090D4;
}

.news-page .top-text {
  width: 49%;
}

.news-page .index-news-block.inner {
  padding-bottom: 0;
}

.post-page .bottom-block {
  display: none;
}
.dashboard-page .delivery .text-wrap a {
  text-decoration: none;
  color: #0090D4;
}

.dashboard-page .dashboard-content .current-level .item .logo {
  padding: 10px;
}

.cards-block {
  border-top: none;
}

.catalog-top-text .image {
  height: 100%;
  max-height: unset;
  display: flex;
  align-items: center;
}

.catalog-top-text .text {
  width: 60%;
}

.catalog-top-text {
  background: url(/assets/src/img/product-day.svg) no-repeat right / contain;
  background-position-x: calc(100% - 275px);
}

.compilation-block .slick-list .photos .slick-list {
  padding: 0 !important;
}

.mobile-show {
  display: none!important;
}
.articles-block {
  border-bottom: unset;
}

.page-desc-end a {
  text-decoration: none;
  color: #0090D4;
}

.index-catalog-block form button {
  width: 15%;
}

.index-catalog-block form input[type='text'] {
  width: calc(85% - 23px);
}

.index-actions-block .block-name a:first-child {
  margin-left: 10px;
}

.item-added-block .window.reviews {
  max-width: 460px;
}

.index-news-block:not(.inner) {
  padding: 90px 0 30px 0;
}

.about-text-block {
  box-sizing: border-box;
  width: 588px;
}

.footer nav.catalog {
  width: 23%;
}

.index-catalog-block .list .item p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-reviews-block .list .item .name .review-product-name-js {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 66px;
  align-self: center;
}

.mobile-menu > .menu:not(.sticky-element) {
  height: calc(100% - 326px);
}

.mobile-menu .bottom-info .link {
  width: 58%;
}
.progress-level-customers-item-line {
  background: rgb(0, 144, 212);
}

.index-reviews-block .list .item a {
  display: flex;
}

.index-catalog-block form button span {
  margin-right: 11px;
}

.header .right-links .link .window .cart-list .item .name .item-image-wrap {
  margin-right: 15px;
  padding: 10px;
  background: #F5F5F5;
  border-radius: 6px;
}

.header .right-links .link .window .cart-list .item .name .item-image-wrap img,
.cart-page .list .item .image img {
  transition: .3s;
}

.header .right-links .link .window .cart-list .result {
  border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.progress-level-customers-item-line {
  margin-top: 43px;
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 10px;
}

.review-read-more-js {
  color: #0090D4;
}

.inner-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.inner-padding-bottom {
  padding-bottom: 60px;
}

.inner .compilation-block, .inner.subcatalog-page {
  padding: 60px 0
}

.index-brands-block .list .item .image {
  height: 100px;
  max-height: 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-brands-block .list .item .image img {
  transition: 0.3s;
}

.index-brands-block .list .item .image img:nth-child(2) {
  min-width: 135px;
}

.index-support-block .payment-item.p2 {
  display: block;
}

.brand-page .list .item {
  width: 23.5%;
}

.index-catalog-block a {
  color: #0090D4;
  text-decoration: none;
}

.index-catalog-block a u {
  text-decoration: none;
}

.checkout-page .columns-wrap .left .step .content .credit-wrap .credit-attribute .month-btn.active {
  border: 1px solid #0090d4;
  background: #0090d4;
}

.checkout-page .columns-wrap .left .step .content .payment-wrap .item a {
  color: #0090d4;
}

.fss-wrap .fss-badge {
  color: #0090d4;
}

.fss-wrap .fss-hint {
  color: #0090D4;
}

.fss-wrap .fss-hint .fss-hint-text a {
  color: #0090d4;
}

.fss-check-wrap input[type="checkbox"]:checked + .check {
  background: #0090d4;
  border-color: #0090d4;
}

.popup-wrap .cool-popup.feedback select {
  color: #0090d4;
  background: url(/assets/src/img/select1.svg) no-repeat right;
}

.popup-wrap .cool-popup input[type="text"]:focus,
.popup-wrap .cool-popup input[type="email"]:focus,
.popup-wrap .cool-popup textarea:focus {
  border-color: #0090d4;
}

.popup-wrap .cool-popup.feedback .cool-check-wrap a {
  color: #0090D4;
}

.popup-wrap .cool-popup .check a, .review-popup .check a {
  color: #0090D4;
}

.popup-wrap .cool-popup .checkbox + label,
.review-popup .checkbox + label, .checkbox + label {
  background: url(/assets/src/img/checkbox.svg) no-repeat 0 0;
}

.popup-wrap .cool-popup .checkbox:checked + label,
.review-popup .checkbox:checked + label, .checkbox:checked + label  {
  background: url(/assets/src/img/checkbox2.svg) no-repeat 0 0;
}

.checkout-page .columns-wrap .left .step .loader div {
  border: 3px solid #0090d4;
  border-color: #0090d4 transparent transparent transparent;
}

.fav.active, .favorites-mobile-pad.active {
  background: url('/assets/src/img/item-link1-alt.svg') no-repeat center !important;
  background-color: #0090D4 !important;
}

.search-page .categories-list .item p span {
  color: #0090D4;
}

.catalog-list-page .list .pages a.active {
  background: #0090d4;
}

.menu ul li a.active {
  color: #0090d4;
}

.cabinet-page .menu ul li a.active {
  color: #1D1D1F;
}

.post-page .right-side .text-wrap li::before {
  color: #0090d4;
}

.post-page .right-side .text-wrap div {
  font-size: 16px;
}

.post-page .right-side .text-wrap li {
  font-size: 16px;
}

.dashboard-page .dashboard-content .delivery ul li::before {
  color: #0090d4;
}

.cabinet-page .cabinet-content .history .item .number  .order-status-color1 {
  background: rgba(0, 144, 212, 0.15);
  color: rgba(0, 144, 212, 1);
}

.cabinet-page .cabinet-content .history .item .number .order-status-color2 {
  background: rgba(216, 32, 32, 0.15);
  color: rgba(216, 32, 32, 1);
}

.cabinet-page .cabinet-content .history .item .number .order-status-color3 {
  background: rgba(255, 212, 87, 0.15);
  color: rgba(255, 212, 87, 1);
}

.cabinet-page .cabinet-content .history .item .number  .order-status-color4 {
  background: rgba(69, 157, 0, 0.15);
  color: rgba(69, 157, 0, 1);
}



@media (hover: hover) {
  .fav:hover {
    background-color: #0090D4 !important;
  }

  .order .name:hover a {
    color: #0090D4;
  }

  .catalog-page .item .right-text .name:hover a {
    color: #0090D4;
  }

  .search-title .items .item div a:hover {
    color: #0090D4;
  }

  .compilation-block .list .item:hover .name {
    color: #0090D4;
  }
  .catalog-top-text .right-text .name a:hover,
  .header .left-links .menu .right .one-product .name a:hover {
    color: #0090D4;
  }
  .header .right-links .link .window .cart-list .item .name:hover .link-name {
    color: #0090D4;
  }
  .header .left-links .menu .left .brand:hover,
  .header .left-links .menu .right .subsection:hover,
  .header .left-links .menu .right .subsubsection:hover,
  .header .left-links .menu .left .section.active:hover,
  .header .left-links .menu .left .menu-item:hover {
    color: #0090D4;
  }
  .cart-page .list .item .name a:hover {
    text-decoration: none;
    color: #0090D4;
  }
  .menu ul li a.active img, .menu ul li a:hover img {
    filter: invert(36%) sepia(79%) saturate(2751%) hue-rotate(176deg) brightness(98%) contrast(102%);
  }
  .full-name:hover {
    color: #0090d4;
  }
  .index-catalog-block form button:hover,
  .index-news-block .bottom-button button:hover,
  .catalog-list-page .bottom-button button:hover,
  .item-page .right-side .links button:hover,
  .item-page .left-side .reviews .top-block button:hover,
  .index-support-block .but:hover,
  .popup-wrap .cool-popup button:hover,
  .header .right-links .link .window .cart-list .result button:hover,
  .item-added-block .window .text button:hover,
  .checkout-order-info .cool-btn:hover,
  .cart-page .result .top-block button:hover,
  .checkout-page .columns-wrap .cool-btn:hover,
  .index-support-block .payment-item .bottom-text button:hover,
  .login-page form button:not(.other):hover,
  #partner-form button:hover,
  .item-added-block form:valid button:hover,
  button.active1:hover,
  .reviews-page button:hover
  {
    background: #0EA5ED!important;
    border-color: #0EA5ED;
  }
  .news-product .one-product .name a:hover {
    color:#0090D4;
  }
  .index-catalog-block2 .list .item .price-block .price:hover:before,
  .catalog-list-page .list .item .price-block .price:hover:before,
  .catalog-page .item .right-text .price-block .price:hover:before
  {
    background: #0090D4;
    transition: 0.3s;
    content: '';
  }
  .index-page-slider .list .slick-next:hover,
  .slider-for .slick-next:hover,
  .index-brands-block .list .slick-next:hover,
  .index-catalog-block2 .list .slick-next:hover,
  .index-reviews-block .list .slick-next:hover,
  .compilation-block .list .slick-next:hover,
  .menu .list .slick-next:hover,
  .best-slider .slider-wrap .slick-next:hover
  {
    background: url("/assets/src/img/next/v1.svg");
    background-color:  rgba(29, 29, 31, 0.12);
    border-radius: 6px;
  }
  .index-page-slider .list .slick-prev:hover,
  .slider-for .list .slick-prev:hover,
  .index-brands-block .list .slick-prev:hover,
  .index-catalog-block2 .list .slick-prev:hover,
  .index-reviews-block .list .slick-prev:hover,
  .compilation-block .list .slick-prev:hover,
  .menu .list .slick-prev:hover,
  .best-slider .slider-wrap .slick-prev:hover
  {
    background: url("/assets/src/img/prev/v1.svg");
    background-color:  rgba(29, 29, 31, 0.12);
    border-radius: 6px;
  }
  .top-page-line .contacts .city .window ul li a:hover {
    color: #0090d4;
  }
  .header .right-links .link .window .cart-list .item .delete a:hover {
    background: url('/assets/src/img/trashv1.svg');
  }
  .index-catalog-block .list .item:hover p {
    color: #0090d4;
  }
  .index-actions-block .list .item:hover(.other) .text span {
    color: #0090d4;
  }
  .index-catalog-block2 .list .item .price-block .price:hover:before, .list2 .item .price-block .price:hover:before {
    background: #0090d4;
  }
  .index-reviews-block .list .item:hover .name div {
    color: #0090d4;
  }
  .index-reviews-block .list2 .item:hover a {
    color: #0090d4;
  }
  .index-news-block .list .item:hover a {
    color: #0090d4;
  }
  .footer nav ul li a:hover {
    color: #0090d4;
  }
  .footer nav ul li a:hover {
    color: #0090d4;
  }
  .catalog-top-text .right-text .price:hover:before,
  .news-product .one-product .right-text .price:hover:before,
  .header .left-links .menu .right .one-product .price:hover:before,
  .compare-button:hover {
    background: #0090d4;
  }
  .catalog-top-text .right-text .price:hover:before,
  .news-product .one-product .right-text .price:hover:before,
  .header .left-links .menu .right .one-product .price:hover:before {
    background: #0090d4;
  }
  .catalog-page .item .right-text .price:hover:before {
    background: #0090d4;
  }
  .catalog-list-page .list .item .price-block .price:hover:before,
  .list2 .item .price-block .price:hover:before {
    background: #0090d4;
  }
  .catalog-list-page .list .pages a:not(.prev):not(.next):hover {
    background: #0090d4;
  }
  .item-page .right-side .sizes .radio:hover + label {
    background: #0090d4;
  }
  .menu ul li a:hover  {
    color: #0090d4!important;
  }
  .news-page nav a:not(.active):hover {
    background: #d9eef9;
    color: #0090D4;
  }
  .compare-page .list .items .item .price-block .price:hover:before {
    background: #0090d4;
  }
  .compare-popup .window .list .items .item .price-block .price:hover:before {
    background: #0090d4;
  }
  .news-slider .list .item:hover a {
    color: #0090d4;
  }
  .checkout-order-info .cart-item .title:hover {
    color: #0090D4;
  }
  .cart-page .list .item .links a:nth-child(2):hover {
    color: #0090D4;
    background: url(/assets/src/img/cart-link2-active.svg) no-repeat 0 0;
  }
  .cabinet-page .cabinet-content .settings .item .content .button.hide-button button:hover {
    background: #0EA5ED;
  }

  .catalog-top-text .right-text .price:not(.added):hover {
    color: #0090D4;
  }
}

@media (max-width: 575px) {
  .header .logo a {
    width: 40px;
    height: 40px;
    background: url('/assets/src/img/logo1.svg') center / cover;
  }
  .index-page-slider .list .item {
    background: #f5f5f5 url('/assets/src/img/slider1mob.svg') no-repeat right / contain;
  }
  .index-catalog-block form input[type='text']:focus {
    border: 1px solid #0090d4;
  }
  .index-news-block .button button {
    color: #000;
    background: none;
    border: 1px solid rgba(29, 29, 31, 0.12);
  }
  .footer nav p {
    background: url('/assets/src/img/footer-arrow.svg') no-repeat right;
  }
  .footer nav p.active {
    background: url('/assets/src/img/footer-arrow2.svg') no-repeat right;
  }
  .item-page .right-side .promo span:last-child {
    color: #0090d4;
    border: 1px solid #0090d4;
  }
  .brand-page .list .item {
    width: 100%;
  }
  .brand-page .list .item .image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 40px;
    margin: 0;
  }
  .brand-page .list .item p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 54px 0 50px;
  }
  .index-actions-block.inner {
    padding: 50px 0;
  }
  .inner .compilation-block, .inner.subcatalog-page {
    padding: 50px 0
  }
  .inner-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index-catalog-block2.inner-padding {
    padding-bottom: 20px;
  }
  .inner-padding-bottom {
    padding-bottom: 50px;
  }
  .catalog-list-page .page-desc-end {
    margin-top: 40px;
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }
  .news-page .top-text {
    width: auto;
  }
  .subcatalog-page {
    padding-bottom: 50px;
  }
  .index-catalog-block .list .item {
    width: 100%;
  }
  .index-brands-block {
    margin-bottom: 50px;
  }
  .index-brands-block:has(+ .index-catalog-block2) {
    margin-bottom: 0;
  }
  .news-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .post-page .right-side .bottom-block {
    display: block;
    margin-top: 50px;
  }
  .post-page .right-side .bottom-block p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(29, 29, 31, 0.4);
  }
  .post-page .right-side .bottom-block p span {
    display: block;
    color: #1D1D1F;
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }
  .post-page .right-side .bottom-block .share div {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(29, 29, 31, 0.4);
  }
  .ya-share2__copied-tooltip {
    display: none;
  }
  .post-page {
    padding-bottom: 50px;
  }
  .news-page .block-name {
    margin-bottom: 0;
  }
  .news-page .jq-selectbox + .index-news-block.inner {
    padding-top: 20px!important;
  }
  .index-company-block .tabs ul li a img {
    opacity: 30%;
  }
  .index-company-block .tabs ul li.ui-state-active a img {
    opacity: 100%;
  }
  .customers-page .dashboard-content {
    display: none;
  }
  .dashboard-page .menu ul li img {
    display: block;
  }
  .dashboard-page .menu ul li a {
    padding: 18px 10px 18px 37px;
  }
  .dashboard-page .back-link {
    display: block;
    background: url(/assets/src/img/back.svg) no-repeat left 1px top 50%;
    color: #0090D4;
  }
  .mobile-hide {
    display: none!important;
  }
  .mobile-show {
    display: block!important;
  }
  .compilation-block .list .item .photo:not(.mobile-hide):not(.mobile-show):nth-child(n + 5) {
    display: none!important;
  }
  .mobile-margin-photo .photo {
    margin: 0 5px!important;
  }
  .articles-block {
    margin: unset!important;
  }
  .brand-official {
    position: relative;
  }
  .catalog-top-text .text {
    width: auto;
  }
  .index-catalog-block form.inner {
    padding-right: 0!important;
  }
  .mobile-catalog-text .discount {
    padding: 5px 10px 5px 10px;
  }
  .mobile-catalog-text .mob-price {
    display: none;
  }
  .mobile-catalog-text .price {
    border: 1px solid rgba(29, 29, 31, 0.12);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 14px;
    position: relative;
    overflow: hidden;
  }
  .mobile-catalog-text .price-button .number {
    margin-top: 14px;
  }
  .mobile-catalog-text .image {
    background:  url(/assets/src/img/product-day.svg) no-repeat right / contain;
    background-position-x: calc(100% - 10px);
  }
  .index-catalog-block2 .block-name {
    margin-bottom: 50px;
  }
  .index-page-slider .list .item .text .name {
    position: absolute;
    width: 130px;
    bottom: 10px;
  }
  .index-catalog-block form button {
    display: flex;
    text-align: left;
    padding-left: 14px;
    align-items: center;
  }
  .footer nav.catalog {
    width: 100%;
  }
  .index-about-top-block .links {
    margin-bottom: 0;
  }
  .subscribe-block {
    padding: 50px 0;
  }
  .index-actions-block {
    padding-bottom: 50px;
  }
  .index-support-block .payment-info {
    padding-left: 0;
  }
  .index-company-block .pre-list-text {
    margin-bottom: 30px;
  }
  .mobile-menu .site {
    color: #0090D4;
  }
  .header .left-links > form {
    height: 100vh;
    background: #fff;
    margin: 0;
    padding: 0 15px 20px 15px;
    box-shadow: inset 0 10px 10px -10px rgba(1, 1, 1, 0.2);
  }
  .header .left-links form input[type='text'] {
    margin-top: 20px;
  }
  .header .right-links .link .window.big {
    width: calc(100vw - 32px);
  }
  .cart-item-list-js {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
  .mobile-menu .menu.sticky-element {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
  }
  .header .left-links .link.search-link.active {
    background: url(/assets/src/img/menu-close.svg) !important;
  }
  .item-page .right-side {
    top: 0;
  }

}



/* End */


/* Start:/assets/src/css/first-visit.css?17228982397671*/

html.cool-popup .popup-wrap .cool-popup.first-visit, html.cool-popup .popup-wrap .cool-popup.first-visit-close {
    background: none;
    box-sizing: border-box;
    padding: 0;
    width: fit-content;
}

.popup-first-visit div, .popup-first-visit-close div  {
    box-sizing: border-box;
}

.popup-first-visit {
    padding: 30px;
    background: #F5F5F5;
    border-radius: 6px;
    height: 350px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    max-width: 800px;
    background-image: url("/assets/src/img/new/img.png");
    background-position: bottom 0px right 0;
    background-size: 390px auto;
    background-repeat: no-repeat;
    font-family: 'Inter';
    font-style: normal;
    display: flex;
    margin: auto;
    box-sizing: border-box;
}

.popup-first-visit-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 370px;
    min-width: 370px;
}

.popup-first-visit-content-name {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.02em;
    font-family: 'Inter';
    font-style: normal;
    max-width: 252px;

}

.popup-first-visit ul {
    margin: 20px;
    padding: 0;
}

.popup-first-visit ul {
    list-style: none;
}

.popup-first-visit ul li {
    margin-bottom: 10px;
}

.popup-first-visit ul li::before {
    content: "\2022";
    color: #0090d4;
    font-weight: bold;
    display: inline-block;
    width: 18px;
    font-size: 18px;
    margin-left: -18px;
}


.popup-first-visit span {
    color: #0090D4;;
}

.popup-first-visit a {
    background: #0090D4;
    padding: 12px;
    color: #FFFFFF;
    margin-bottom: 20px;
    border-radius: 6px;
}

.popup-first-visit-photo {
    margin-top: -30px;
    margin-left: -69px;
    min-width: 469px;
}

.popup-first-visit a.popup-first-visit-button {
    width: 169px;
    height: 40px;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    color: #1D1D1F;
    background: #F5F5F5;
}

.popup-first-visit a:hover {
    background: #057eb7;
}

.popup-first-visit .popup-first-visit-button:hover {
    border: 1px solid #0090D4;
    background: none;
}

.mobile-first-visit.popup-first-visit {
    flex-direction: column;
    width: 100vw;
    height: auto;
    background-image: url("/assets/src/img/img-rotate.png");
    background-position: top 0px left 0;
    background-size: 90% auto;
}

.mobile-first-visit.popup-first-visit .popup-first-visit-photo {
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    width: 100%;
    min-width: unset;
}

.mobile-first-visit.popup-first-visit .popup-first-visit-photo img {
    width: calc(100% + 60px);
    height: auto;
}

.mobile-first-visit.popup-first-visit .popup-first-visit-content-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    max-width: 244px;
    margin-top: -44px;
}

.mobile-first-visit.popup-first-visit .popup-first-visit-content {
    font-weight: 400;
    font-size: 14px;
}

.mobile-first-visit.popup-first-visit .popup-first-visit-content-buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mobile-first-visit.popup-first-visit .popup-first-visit-content-buttons a {
    width: 320px;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-first-visit a + a {
    margin-left: 10px;
}

.popup-first-visit-close {
    max-width: 540px;
    font-family: 'Inter';
    font-style: normal;
    background: #F5F5F5;
    border-radius: 6px;
    padding: 30px;
    font-size: 14px;
    background-image: url("/assets/src/img/slider1.svg");
    background-position: top 0px right 0;
    background-size: 360px auto;
    background-repeat: no-repeat;
}

.popup-first-visit-close-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #1D1D1F;
    width: 255px;
    margin-bottom: 18px;
}

.popup-first-visit-close-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1D1D1F;
    margin-bottom: 10px;
    width: 324px;

}

.popup-first-visit-close-content-blue {
    color: #0090D4;

    margin-bottom: 27px;
}

.popup-first-visit-close-links {
    display: flex;
    flex-direction: row;
}

.popup-first-visit-close-links a {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(29, 29, 31, 0.12);
    border-radius: 6px;
    color: #1D1D1F;
    background: transparent;
    width: 235px;
    height: 40px;
}

.popup-first-visit-close-links a + a {
    margin-left: 10px;
}

.popup-first-visit-close-links a:hover {
    border: 1px solid #0090D4;
}

.popup-first-visit-close-medium {
    background-image: none;
}


.popup-first-visit-close-mobile {
    background-image: none;
    width: 100%;
    height: 100%;
}

.popup-first-visit-close-mobile a {
    width: 100%;
    margin-bottom: 10px;
}
.popup-first-visit-close-mobile a + a {
    margin-left: 0;
}

.popup-first-visit-close-mobile .popup-first-visit-close-links {
    flex-direction: column;
}

html.popup.first-visit .popup-wrap .popup.first-visit, html.popup.first-visit-close .popup-wrap .popup.first-visit-close  {
    transform: none;
    opacity: 1;
    pointer-events: all;
    background: none;
    padding: 0;
    width: fit-content;
}

.popup-first-visit-content-button-get-cart {
    min-width: 244px;
}

.popup-wrap .popup.first-visit .x  svg g, .popup-wrap .popup.first-visit-close .x svg g {
    opacity: 1;
}

.popup-wrap .popup.first-visit .x  svg g path, .popup-wrap .popup.first-visit-close .x svg g path {
    stroke: #0090D4;
}

@media (max-width: 767px){

    .popup-first-visit-content {
        display: flex;
        height: fit-content;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        min-width: unset;
    }
    .popup-first-visit-content-name, .popup-first-visit-content-description {
        width: 320px;
        max-width: unset!important;
    }

    html.popup.first-visit-close .popup-wrap .popup.first-visit-close,  html.popup.first-visit .popup-wrap .popup.first-visit {
        width: 100%;
        height: calc(100% - 64px);
        margin-top: 64px;
    }

    .brands-links {
        margin-left: 0!important;
    }
    .first-visit a, .first-visit-close .x {
        display: none;
    }
}



.line {
    position: relative;
}

.catalog-menu .line:before, .popup .catalog .line:before, .mobile-menu__catalog .line:before{
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    left: -99999px;
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
}
.left-column .line:before {
    left: 32px;
    right: 18px;
}

.tab .line:before {
    left: 0px;
    right: 0px;
}

.brands-links {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    margin-left: 29px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
}
.brands-links a:last-child {
    color: #0090D4;
}
.brands-links a + a {
    margin-top: 16px;
}
.mobile-first-visit.popup-first-visit, .popup-first-visit-close-mobile {
    position: absolute;
    bottom: 0;
}

.popup-first-visit-close-mobile {
    height: unset;
}
/* End */
/* /assets/src/css/animate.css?17193456903000 */
/* /assets/src/css/jquery.formstyler.css?17193456902175 */
/* /assets/src/css/slick.css?17193456901846 */
/* /assets/src/css/style.css?1759785901299841 */
/* /assets/src/css/borders.css?17331955985688 */
/* /assets/src/css/hovers.css?172108768616649 */
/* /assets/src/css/additional.css?1758531262121206 */
/* /assets/src/css/ver1.css?173259828849096 */
/* /assets/src/css/first-visit.css?17228982397671 */
