

/* Start:/assets/src/css/animate.css?17029054943000*/
@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?17029054942175*/
.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?17029054941846*/
/* 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?1763998502311157*/
@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;
}

a:hover {
    text-decoration: none;
}

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;
}

button:hover,
input[type='submit']:hover {
    background-color: #3a419e;
    /* opacity: .8; */
}

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: 13px;
    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;
}

.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: 13px;
    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: 13px;
    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: 13px;
}

.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: 13px;
}

.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: 13px;
    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 .menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 30px;
    z-index: 3;
    width: 220px;
    display: none;
}

.header .left-links .menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 28px;
}

.header .left-links .menu:after {
    content: "";
    position: absolute;
    left: 10px;
    top: -6px;
    width: 15px;
    height: 7px;
    background: url('/assets/src/img/window2.svg');
}

.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: 13px;
    position: relative;
    z-index: 110;
    transition: 0.3s;
}

.header .left-links form input[type='text']:focus,
.header .left-links form input[type='text']:hover {
    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: -10px;
    padding-top: 10px;
}

.search-title .items {
    padding: 15px;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

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

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

.search-title .items .item div img {
    max-width: 100000px;
    margin-right: 10px;
}

.search-title .items .item div a {
    font-size: 13px;
    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: 13px;
    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: 13px;
}

.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: 13px;
    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: 440px;
    padding: 0;
    transition-duration: .2s;
}

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

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

.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;
    margin-top: 10px;
    width: auto;
    height: auto;
    background: none;
}

.header .right-links .link .window .cart-list .item {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    padding: 15px;
}

.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: 13px;
    line-height: 18px;
    color: #1D1D1F;
}

.header .right-links .link .window .cart-list .item .name div img {
    max-width: 45px;
    margin-right: 20px;
}

.header .right-links .link .window .cart-list .item div.price {
    white-space: nowrap;
    text-align: right;
    padding: 0 20px;
    font-size: 13px;
    line-height: 18px;
}

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

.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: 13px;
    line-height: 18px;
}

.header .right-links .link .window .cart-list .result .price span {
    display: block;
    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: 13px;
    width: 100%;
    height: 48px;
    border-radius: 6px;
}

.index-about-top-block {
    margin-bottom: 30px;
    width: 32%;
}

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

.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: 13px;
    line-height: 18px;
}

.index-about-top-block .links {
    margin-bottom: 33px;
    font-size: 13px;
    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: 13px;
}

.index-about-top-block button:hover {
    background: #f6f6f6;
}

.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: 13px;
    line-height: 18px;
    opacity: .3;
    bottom: 45px;
    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: 13px;
    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;
    background-position-y: bottom!important;
}

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

.index-page-slider .list .item .text .logo {
    margin-bottom: 51px;
}

.index-page-slider .list .item .text .top-text {
    margin-bottom: 10px;
    font-size: 13px;
    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: 13px;
    line-height: 18px;
}

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

.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: 13px;
    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: 70px;
}

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

.index-catalog-block .top-text {
    width: 34%;
    padding: 45px 0 60px;
    font-size: 13px;
    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: 13px;
}

.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: 13px;
}

.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;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.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: 13px;
    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: 13px;
}

.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:hover {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.index-catalog-block .list .item:hover .image {
    transform: scale(0.95);
}

.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: 13px;
    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: 13px;
    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: 13px;
}

.index-brands-block {
    padding-bottom: 90px;
}

.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: 13px;
    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: 4px;
    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 {
    opacity: .3;
    font-size: 9px;
    line-height: 18px;
}

.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: -80px;
}

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

.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: 13px;
    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 {
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    padding: 60px 0 36px;
}

index-catalog-block2 inner {
    border-top: 1px solid rgba(1, 1, 1, 0.1)!important;
}

.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:hover .logo {
    filter: none;
    opacity: 1;
}

.index-actions-block .list .item:hover .text4 {
    opacity: 0;
    display: none;
}

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

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

.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-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: 50%;
    font-size: 13px;
    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: 13px;
    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 {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
    padding: 60px 0;
    text-align: center;
}

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

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

.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='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: 13px;
}

.subscribe-block form input[type='text']:focus,
.subscribe-block form input[type='text']: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: 13px;
    line-height: 18px;
    padding-bottom: 13px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.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: 13px;
    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: 13px;
}

.index-company-block .about button:hover {
    background: rgba(29, 29, 31, 0.12);
    border: 1px solid transparent;
}

.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: 13px;
    width: 100%;
    line-height: 18px;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.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: 13px;
    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: 21px 40px 24px 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;
}

.index-company-block .list .item:hover a svg, .index-company-block .list .social:hover a svg  {
    width: 28px!important;
}

.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: 55px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: absolute;
    left: 28px;
    top: 20px;
}

.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: 13px;
    line-height: 18px;
    opacity: 0.9;
}

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

.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: 13px;
    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;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    padding-bottom: 10px;
    font-size: 13px;
    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: 13px;
    line-height: 18px;
}

.index-support-block ul li a:hover {
    background: #f6f6f6;
}

.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: 13px;
    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 60px 17px 60px;
    font-size: 13px;
    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;
}

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

.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%);
}

.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.p2:hover {
    background: #f6f6f6 url('/assets/src/img/payment2.svg') no-repeat right / contain;
}

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

.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.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.p4:hover {
    background: #f6f6f6 url('/assets/src/img/payment4.png') no-repeat right / contain;
}

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

.index-support-block .payment-item.p5:hover:after {
    margin-left: -500px;
    width: 600px;
}

.index-support-block .payment-item.p5:hover img {
    transform: scale(0.9) translateY(-50%);
}

.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('/upload/iblock/025/w61vpkneam3blaphik7iylflq76j34b7.svg') no-repeat right / contain;
}

.index-support-block .payment-item.p6:hover {
    background: #f6f6f6 url('/upload/iblock/025/w61vpkneam3blaphik7iylflq76j34b7.svg') no-repeat right / contain;
}

.index-support-block .payment-item .top-text {
    position: absolute;
    top: 15px;
    left: 21px;
    font-size: 13px;
    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: 13px;
}

.index-support-block .payment-info {
    padding: 20px;
    font-size: 13px;
    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: 13px;
    line-height: 18px;
}

.index-support-block .select select {
    font-size: 13px;
    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: 13px;
    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: 13px;
    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:hover {
    background: #f6f6f6;
}

.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: 13px;
    color: rgba(1, 1, 1, 0.3);
    z-index: 4;
    border-radius: 0 0 4px 4px;
}

.index-catalog-block2 {
    padding: 90px 0;
    border-top: 1px solid rgba(1, 1, 1, 0.1);
}

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

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

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

.index-catalog-block2.bt {
    border-top: 0;
}

.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: 13px;
    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:hover .image img {
    transform: scale(0.9);
}

.index-catalog-block2 .list .item .discount {
    position: absolute;
    left: 0;
    top: 15px;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    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: 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 .list .item .name {
    margin-bottom: 20px;
    color: rgba(1, 1, 1, 0.6);
    font-size: 13px;
    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: 13px;
    position: relative;
}

.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 .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,
.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: 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: 13px;
    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: -80px;
}

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

.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: 10px;
}

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

.index-catalog-block2 .list2 .item:hover .image img {
    transform: scale(0.9);
}

.index-catalog-block2 .list2 .item .discount {
    position: absolute;
    left: 0;
    top: 15px;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    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;
}

.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: 13px;
    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: 13px;
    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: 13px;
    display: none;
}

.index-reviews-block {
    padding: 90px 0;
    border-top: 1px solid rgba(1, 1, 1, 0.1);
}

.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:hover .name div img {
    transform: scale(0.9);
}

.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;
    margin-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;
}

.index-reviews-block .list .item .author, .item-added-block .window.reviews .item .author {
    margin-bottom: 10px;
    font-size: 13px;
    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 p {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}

.index-reviews-block .list .item a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    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: -80px;
}

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

.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: 13px;
    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:not(.inner) {
    padding: 60px 0 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: 13px;
    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: 13px;
}

.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: 13px;
    line-height: 18px;
    margin-bottom: 60px;
}

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

.footer nav p {
    margin-bottom: 15px;
    font-size: 13px;
    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: 13px;
    line-height: 18px;
}

.footer .contacts {
    width: 23%;
    margin-bottom: 30px;
    font-size: 13px;
    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: 13px;
}

.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: 13px;
    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: 13px;
    line-height: 18px;
    opacity: .6;
}

.about-block-mob-links {
    padding-bottom: 13px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    font-size: 13px;
    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% - 64px);
    overflow-y: scroll;
    left: 0;
    top: 64px;
    background: #fff;
    z-index: 21;
    background: #f5f5f5;
    display: none;
}

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

.mobile-menu .menu {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    background: #fff;
}

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

.mobile-menu .menu li.border {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.mobile-menu .menu li a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2;
    padding: 12px 50px 12px 16px;
    font-size: 13px;
    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: 13px;
    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: 13px;
    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: 3;
    background: #f5f5f5;
    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: 13px;
}

.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: 13px;
    line-height: 18px;
}

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

.index-about-block .text {
    width: 32%;
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    -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: 13px;
    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: 13px;
}

.index-about-block .text button:hover {
    background-color: #f6f6f6;
}

.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: 13px;
    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: 13px;
}

.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: 13px;
    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: 13px;
}

.popup .window .finish {
    text-align: center;
    margin-bottom: 38px;
    padding: 0 90px;
    font-size: 13px;
    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 {
    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);
}

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

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

.login-page form .steps {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
}

.login-page form .steps span {
    color: #A9AFB7;
}

.login-page form .name {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.login-page form .top-text {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
}

.login-page form .top-text span {
    font-weight: 600;
}

.login-page form .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'] {
    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: 13px;
}

.login-page form .field input[type='text'].error,
.login-page form .field input[type='email'].error,
.login-page form .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 {
    background: #f6f6f6;
}

.login-page form .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: 13px;
    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 {
    top: 8px;
    font-size: 8px;
}

.login-page form .field input[type='text']:valid + label,
.login-page form .field input[type='email']:valid + label {
    top: 8px;
    font-size: 8px;
}

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

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

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

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

.login-page form .agree {
    padding: 10px 0 20px;
}

.login-page form .agree .checkbox {
    display: none;
}

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

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

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

.login-page form .pre-button a {
    text-decoration: none;
    color: #0090D4;
}

.login-page form button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    background: #0090D4;
}

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

.login-page form .social {
    text-align: center;
    margin-top: 30px;
}

.login-page form .social p {
    margin-bottom: 30px;
    position: relative;
}

.login-page form .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 {
    display: inline-block;
    text-decoration: none;
    position: relative;
    background: #fff;
    padding: 0 8px;
    z-index: 2;
    font-size: 13px;
    line-height: 18px;
    color: #6F6F70;
}

.login-page form .social .links {
    margin-bottom: 30px;
}

.login-page form .social .links a {
    margin: 0 12px;
}

.login-page form .social .bottom-text {
    font-size: 13px;
    line-height: 18px;
}

.login-page form .social .bottom-text a {
    text-decoration: none;
    color: #0090D4;
}

.navi {
    padding-bottom: 13px;
    font-size: 13px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    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;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    position: relative;
    font-size: 0;
    margin-bottom: 62px;
}

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

.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: 13px;
    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 {
    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: 13px;
    line-height: 18px;
    position: relative;
}

.catalog-top-text .right-text .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 {
    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 {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 18px;
    opacity: 0.6;
}

.catalog-top-text .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: 13px;
    position: relative;
    overflow: hidden;
}

.catalog-top-text .right-text .price:hover {
    border: 1px solid transparent;
}

.catalog-top-text .right-text .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 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    content: "В Корзину";
    z-index: 3;
    color: #fff;
    cursor: pointer;
}

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

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

.compilation-block {
    padding: 90px 0 90px;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.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 30px 20px;
    min-height: 189px;
    display: flex;
    flex-direction: column;
    height: inherit;
}

.compilation-block .list .item .top-text {
    margin-bottom: 5px;
    font-size: 13px;
    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;
}

.compilation-block .list .item p {
    margin-bottom: 30px;
    font-size: 13px;
    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: -80px;
}

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

.best-slider {
    position: relative;
}

.best-slider .text {
    width: 31.6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    padding: 30px 40px 108px 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: 13px;
    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%;
    height: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: url('/assets/src/img/image1.png') center / cover;
}

.best-slider .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 {
    width: auto;
    height: auto;
    padding: 6px 10px 6px 30px;
    font-size: 13px;
    line-height: 18px;
    z-index: 3;
}

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

.best-slider .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 {
    margin-left: 5px;
}

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

.articles-block {
    padding: 90px 0 40px;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

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

.articles-block .item {
    width: 32%;
    margin-bottom: 50px;
    font-size: 13px;
    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;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    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: 13px;
    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: 13px;
    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: 13px;
}

.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 {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    padding-bottom: 60px;
}

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

.catalog-top-block .content .text {
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    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: 13px;
    line-height: 18px;
    opacity: 0.9;
}

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

.catalog-page {
    background: #F5F5F5;
}

.catalog-page .item {
    padding: 80px 0 60px;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    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: 13px;
    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: translateX(-50%);
    bottom: 75px;
}

.catalog-page .item .left-text p {
    font-size: 13px;
    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: 13px;
    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: 13px;
    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: 13px;
    position: relative;
    overflow: hidden;
}

.catalog-page .item .right-text .price:hover {
    border: 1px solid transparent;
}

/*.catalog-page .item .right-text .price:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.catalog-page .item .right-text .price: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 .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;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

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

.news-slider .top-text {
    width: 48%;
    margin-bottom: 40px;
    font-size: 13px;
    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;
}

.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: 13px;
    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: -80px;
}

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

.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: 13px;
    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: 13px;
}

.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: 13px;
    line-height: 18px;
}

.catalog-list-page nav {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.catalog-list-page nav a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 7px 12px;
    font-size: 13px;
    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: 2px;
}

.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: 13px;
    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:hover + label {
    filter: none;
}

.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: 13px;
    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: 13px;
    background: none;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.catalog-list-page .filter .buttons button:hover {
    border: 1px solid transparent;
    background: rgba(29, 29, 31, 0.12);
    opacity: 1;
}

.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: 13px;
    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:hover .image img {
    transform: scale(0.95);
}

.catalog-list-page .list .item .discount {
    position: absolute;
    left: 0;
    top: 15px;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    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: 13px;
    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: 13px;
    position: relative;
    overflow: hidden;
}

.item .price-block .price:hover {
    border: 1px solid transparent !important;
}

.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 .price-block .price .new, .list2 .item .price-block .price .new {
    font-weight: 400;
    font-size: 13px;
}

.catalog-list-page .list .item .mob-price {
    font-size: 13px;
    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: 13px;
}

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

.search-page .top-result {
    margin-bottom: 30px;
    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 {
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    margin-bottom: -20px;
}

.search-page nav .links a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 7px 12px;
    font-size: 13px;
    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: 13px;
    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');
}

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

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

.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: 13px;
    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;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.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: 13px;
    line-height: 18px;
}

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


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

.item-page .left-side .about 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 {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    padding: 30px 30px 30px 0;
    font-size: 13px;
    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: 13px;
    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: 13px;
    line-height: 18px;
}

.item-page .left-side .data table tr {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.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: 13px;
    line-height: 18px;
}

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

.item-page .left-side .complects p {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    padding: 5px 0;
    font-size: 13px;
    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: 13px;
    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: 13px;
    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:hover {
    filter: none;
}

.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);
}

.item-page .left-side .reviews .top-block .rating {
    font-size: 13px;
    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: 13px;
    margin-top: 30px;
}

.item-page .reviews .item {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 13px;
    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 .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;
}

.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: 13px;
    background: #F5F5F5;
    display: none;
}

.item-page .right-side {
    width: 40.5%;
    font-size: 13px;
    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: 30px;
}

.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 {
    margin-left: 8px;
    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: 13px;
    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 .sizes .radio:hover + 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: 13px;
}

.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:hover {
    border: 1px solid transparent;
}

.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):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(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) {
    right: 58px;
    background: url('/assets/src/img/item-link1.svg') no-repeat center;
}

.item-page .right-side .links a:nth-child(2).active, .fav.active, .fav:hover {
    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 {
    width: 100%;
    height: 48px;
    margin-bottom: 22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    font-size: 13px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.item-page .right-side .bottom-button:hover {
    border: 1px solid transparent;
    background: 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:hover:after {
    margin-left: -500px;
}

.item-page .right-side .payment-item:hover img {
    transform: scale(0.9) translateY(-50%);
}

.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: 13px;
    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: 13px;
}

.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 {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    padding: 20px 60px 20px 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.item-added-block .window .item {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    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: 13px;
    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: 13px;
    -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(1):hover {
    border: 1px solid transparent;
    background: 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: 13px;
    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: 13px;
}

.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 {
    padding-left: 26px;
    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: 13px;
    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: 13px;
    background: #F5F5F5;
}

.item-added-block .window .rating {
    padding: 13px 106px 13px 20px;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 13px;
    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: #FFA800;
}

.item-added-block .window .rating .fa.other {
    color: rgba(29, 29, 31, 0.12);
}

.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: 13px;
    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: 13px;
}

.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: 13px;
}

.item-added-block .window .item-info {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    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: 13px;
    line-height: 18px;
}

.item-added-block .window .item-info div .old {
    font-size: 13px;
    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: 13px;
    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;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.cart-page .list .item.price-by-request > :not([class="right-block"]) {
    opacity: 0.3;
}

.cart-page .list .item.price-by-request .right-block > :not([class="number"]) {
    opacity: 0.3;
}

.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: 13px;
    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;
    max-width: 100px;
    max-height: 100px;
}

.cart-page .list .item .name {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    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: 13px;
    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: 13px;
    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: 13px;
}

.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 5px;
    font-size: 13px;
    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: 13px;
    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: 13px;
}

.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: 13px;
    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: 13px;
    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: 13px;
    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: 13px;
}

.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: 13px;
    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: 13px;
    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;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.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: 13px;
}

.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: 13px;
    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: 13px;
    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 {
    margin-bottom: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    padding: 20px 60px 20px 20px;
}

.cart-page .result .top-block .discount {
    position: absolute;
    left: 18px;
    top: 18px;
    font-weight: 700;
    font-size: 34px;
    line-height: 41px;
}

.cart-page .result .top-block p {
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 18px;
}

.cart-page .result .top-block button {
    height: 30px;
    font-size: 13px;
    -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 {
    background: none;
    margin-left: 6px;
}

.cart-page .result .items {
    background: #F5F5F5;
}

.cart-page .result .items .top-items {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    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: 13px;
    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: 13px;
    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: 13px;
    line-height: 18px;
    margin-left: -3px;
}

.cart-page .result .items .button {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
    padding: 20px;
}

.cart-page .result .items .button p {
    margin-bottom: 25px;
    position: relative;
    font-size: 13px;
    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: 13px;
    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 {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    background: #F5F5F5;
}

.cart-page .result .details {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    background: #F5F5F5;
    padding: 20px;
}

.cart-page .result .details p {
    margin-bottom: 10px;
    font-size: 13px;
    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: 13px;
    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: 13px;
    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: 13px;
    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: 13px;
    line-height: 18px;
    display: none;
}

.cabinet-page .menu {
    width: 24%;
    padding-top: 20px;
    font-size: 13px;
    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 {
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.cabinet-page .menu ul li:last-child {
    border-bottom: 0;
}

.cabinet-page .menu ul li:last-child a {
    color: rgba(29, 29, 31, 0.4);
}

.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;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    background: #F5F5F5;
}

.cabinet-page .cabinet-content .personal-info .block-name a {
    float: right;
    font-weight: 400;
    font-size: 13px;
    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 .block-name a:hover {
    color: #fff;
    background: #D82020;
}

.cabinet-page .cabinet-content .personal-info .table {
    padding: 20px;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.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: 13px;
    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: 13px;
    line-height: 18px;
}

.cabinet-page .cabinet-content .personal-info .adress {
    padding: 20px;
    font-size: 13px;
    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: 13px;
    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: 13px;
    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;
}

.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: 13px;
    line-height: 18px;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.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:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: 12px;
    width: 1px;
    height: 10px;
}

.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: 13px;
    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: 13px;
    line-height: 18px;
}

.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;
}

.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;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.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: 13px;
    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: 13px;
    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;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.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: 13px;
}

.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: 13px;
    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: 13px;
    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: 13px;
}

.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;
}

.cabinet-page .cabinet-content .settings .item .content .adress.active {
    border: 0;
    background: #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: 13px;
    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 button {
    background: none;
    font-size: 13px;
    -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: 13px;
    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;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
}

.cabinet-page .cabinet-content .order .info .top-info .info1 {
    padding-bottom: 15px;
}

.cabinet-page .cabinet-content .order .info .top-info .info1 p {
    margin-bottom: 15px;
    font-size: 13px;
    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: 13px;
    line-height: 18px;
}

.cabinet-page .cabinet-content .order .info .top-info .info2 ol {
    padding-bottom: 15px;
    padding-left: 20px;
    list-style: decimal;
    font-size: 13px;
    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: 13px;
}

.cabinet-page .cabinet-content .order .info .top-info button:hover {
    border: 1px solid transparent;
    background: rgba(29, 29, 31, 0.12);
}

.cabinet-page .cabinet-content .order .info .item {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    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 {
    position: absolute;
    left: 0;
    bottom: 27px;
    font-size: 13px;
    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: 13px;
    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: 13px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: rgba(29, 29, 31, 0.4);
    margin-top: 25px;
    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;
}

.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: 13px;
}

.cabinet-page .cabinet-content .index-catalog-block2 {
    padding: 0;
    border-top: 0;
}

.cabinet-page .cabinet-content .current-level {
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    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: 13px;
    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: 13px;
    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 {
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    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: 13px;
    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: 13px;
    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: 13px;
    line-height: 18px;
    padding: 6px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #E5AD9A;
}

.cards-block .item .discount {
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    padding: 15px 20px;
    font-size: 13px;
    line-height: 18px;
}

.cards-block .item .discount div:first-child {
    color: #0090D4;
}

.cards-block2 {
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    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: 13px;
    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: 13px;
    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: 13px;
    line-height: 18px;
    padding: 6px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #E5AD9A;
}

.cards-block2 .item .discount {
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    padding: 15px 20px;
    font-size: 13px;
    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: 13px;
    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;
    border-top: 1px solid rgba(1, 1, 1, 0.1);
}

.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: 13px;
    line-height: 18px;
}

.alert-block .window .list.other .item div a {
    margin-left: 5px;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    margin-top: -6px;
    display: inline-block;
    vertical-align: middle;
}

.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: 13px;
    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 {
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    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: 13px;
    line-height: 18px;
}

.news-page .jq-selectbox, .search-page .jq-selectbox {
    margin-bottom: 30px;
    width: 32%;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    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: 13px;
    line-height: 18px;
}

.news-page .jq-selectbox .jq-selectbox__dropdown ul li:hover, .search-page .jq-selectbox .jq-selectbox__dropdown ul li:hover {
    background: #F5F5F5;
}

.news-page nav {
    padding-bottom: 20px;
    display: flex;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.news-page nav a {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 7px 12px;
    font-size: 13px;
    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,
.search.catalog-list-page .bottom-button button {
    color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 13px;
    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: 13px;
    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: 13px;
    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: 13px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.post-page .right-side .image {
    margin-bottom: 30px;
}

.post-page .right-side .name {
    margin-bottom: 30px;
    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;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 13px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.post-page .right-side blockquote {
    margin: 20px 0 30px;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    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: 40px;
    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: 13px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
}

.brands-page .item .text {
    padding: 20px;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
    font-size: 13px;
    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: 90px;
    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: 13px;
    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: 13px;
    line-height: 18px;
    color: rgba(29, 29, 31, 0.4);
    margin-bottom: 30px;
}

.brand-page .top-info .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.brand-page .top-info p {
    font-size: 13px;
    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:hover {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.brand-page .list .item:hover .image {
    transform: scale(0.95);
}

.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: 13px;
    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: 13px;
    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: 13px;
    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 {
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.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: 13px;
    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: 13px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .program .info .list .item p {
    font-size: 13px;
    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: 13px;
    line-height: 18px;
    padding: 2px 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;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
}

.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: 13px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .main-blocks .item .links {
    padding: 20px 20px 10px 20px;
    border-top: 1px solid rgba(1, 1, 1, 0.1);
}

.dashboard-page .dashboard-content .main-blocks .item .links a {
    display: block;
    text-decoration: none;
    padding: 2px 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: 13px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .top-banner a {
    display: block;
    text-decoration: none;
    padding: 2px 0 2px 28px;
    font-size: 13px;
    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: 13px;
    line-height: 18px;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
    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 {
    border-top: 1px solid rgba(1, 1, 1, 0.1);
    background: #fff;
    padding: 26px 20px 10px 20px;
}

.dashboard-page .dashboard-content .current-level .top-text {
    margin-bottom: 30px;
    font-size: 13px;
    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: 13px;
    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;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
    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: 13px;
    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;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    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: 13px;
    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: 13px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .dealer .top-blocks {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
    padding: 60px 20px 40px 20px;
}

.dashboard-page .dashboard-content .dealer .top-blocks .item {
    width: 48%;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
}

.dashboard-page .dashboard-content .dealer .top-blocks .item span {
    display: block;
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    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;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.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: 13px;
    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;
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.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: 13px;
}

.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: 13px;
    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: 13px;
    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:hover {
    background: #f6f6f6;
}

.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: 13px;
    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: 13px;
    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: 13px;
    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: 13px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.compare-page .list .items {
    margin: 0 -12px;
}

.compare-page .list .items .item {
    position: relative;
}

.compare-page .list .items .item:hover .image img {
    transform: scale(0.95);
}

.compare-page .list .items .item .discount {
    position: absolute;
    left: 0;
    top: 15px;
    color: #fff;
    padding: 5px 10px;
    font-size: 13px;
    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: 13px;
    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: 13px;
    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: 13px;
    line-height: 18px;
    opacity: 0.6;
    display: none;
}

.compare-page-data {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.compare-page-data .list {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    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: 13px;
    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: 13px;
    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: 13px;
    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 {
    border-bottom: 1px solid rgba(29, 29, 31, 0.12);
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.compare-popup .window .list .item .price-block .price:not(.added):hover::after {
    content: 'Сравнить';
}


.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 .text a {
    color: #33388a;
}

.checkout-page .columns-wrap .cool-btn:hover {
    color: #fff;
    background-color: #3a419e;
}

.checkout-page .columns-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
}
.checkout-page .columns-wrap .left {
    width: 787px;
}
.checkout-page .columns-wrap .left .step {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    margin-bottom: 16px;
    position: relative;
}
.checkout-page .columns-wrap .left .step .head {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    border-radius: 6px;
    padding: 19px;
    cursor: pointer;
    transition: 0.2s;
}
.checkout-page .columns-wrap .left .step .head .chevron {
    position: absolute;
    top: 24px;
    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 .head:hover {
    background: #f2f2f7;
}
.checkout-page .columns-wrap .left .step .content {
    border-top: 1px solid #e4e4e4;
    padding: 30px 20px;
}
.checkout-page .columns-wrap .left .step .content .w488 {
    width: 488px;
}
.checkout-page .columns-wrap .left .step .content .w488 + .w488 {
    margin-top: 8px;
}
.checkout-page .columns-wrap .left .step .content .two-column {
    display: flex;
    justify-content: space-between;
}
.checkout-page .columns-wrap .left .step .content .two-column .labeled-input {
    width: calc(50% - 4px);
}
.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: 13px;
    line-height: 20px;
    border: 1px solid #e4e4e4;
    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"]: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 .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: 13px;
    color: rgba(29, 29, 31, 0.64);
    line-height: 20px;
    pointer-events: none;
    transition: 0.2s;
}
.checkout-page .columns-wrap .left .step .content .labeled-input .eye {
    position: absolute;
    top: 16px;
    right: 16px;
}
.checkout-page .columns-wrap .left .step .content .labeled-input .eye svg {
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.2s;
}
.checkout-page .columns-wrap .left .step .content .labeled-input .eye svg path {
    transition: 0.2s;
}
.checkout-page .columns-wrap .left .step .content .labeled-input .eye svg:nth-child(2) {
    opacity: 0;
}
.checkout-page .columns-wrap .left .step .content .labeled-input .eye.close svg:nth-child(1) {
    opacity: 0;
}
.checkout-page .columns-wrap .left .step .content .labeled-input .eye.close svg:nth-child(2) {
    opacity: 1;
}
.checkout-page .columns-wrap .left .step .content .labeled-input + .labeled-input {
    margin-top: 8px;
}
.checkout-page .columns-wrap .left .step .content .labeled-input + .labeled-input {
    margin-top: 0;
}
.checkout-page .columns-wrap .left .step .content .subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 24px 0 8px;
}
.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: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
.checkout-page .columns-wrap .left .step .content .tabs-wrap .tab {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    color: #6f6f70;
    line-height: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    padding: 0 40px 0 16px;
    transition: 0.2s;
    text-decoration: none;
}
.checkout-page .columns-wrap .left .step .content .tabs-wrap .tab span {
    font-size: 14px;
    color: #1d1d1f;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 6px;
}
.checkout-page .columns-wrap .left .step .content .tabs-wrap .tab.current {
    border-color: #63d40b;
}
.checkout-page .columns-wrap .left .step .content .tab-content.current {
    display: block !important;
}
.checkout-page .columns-wrap .left .step .content .tabs-wrap .tab.current::before {
    opacity: 1;
}
.checkout-page .columns-wrap .left .step .content .tabs-wrap .tab:hover {
    border-color: #63d40b;
}
.checkout-page .columns-wrap .left .step .content .tabs-wrap .tab::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #63d40b;
    opacity: 0;
    transition: 0.2s;
}
.checkout-page .columns-wrap .left .step .content .delivery-address-select {
    position: relative;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding: 14px 16px;
}
.checkout-page .columns-wrap .left .step .content .delivery-address-select .address {
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.checkout-page .columns-wrap .left .step .content .delivery-address-select .links-wrap {
    display: flex;
    margin-top: 8px;
}
.checkout-page .columns-wrap .left .step .content .delivery-address-select .links-wrap .link {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #6f6f70;
    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 .links-wrap .link + .link {
    margin-left: 24px;
}
.checkout-page .columns-wrap .left .step .content .delivery-address-select .links-wrap .link.remove:hover {
    color: #f14552;
}
.checkout-page .columns-wrap .left .step .content .delivery-address-select .links-wrap .link.remove:hover svg path {
    stroke: #f14552;
}
.checkout-page .columns-wrap .left .step .content .delivery-address-select .home-icon {
    position: absolute;
    top: 16px;
    right: 16px;
}
.checkout-page .columns-wrap .left .step .content .delivery-address-select .home-icon svg path,
.checkout-page .columns-wrap .left .step .content .delivery-address-select .home-icon svg g {
    transition: 0.2s;
}
.checkout-page .columns-wrap .left .step .content .delivery-address-select .home-icon:hover svg path {
    fill: #6f6f70;
}
.checkout-page .columns-wrap .left .step .content .delivery-address-select.home .home-icon svg g {
    opacity: 1;
}
.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 .links-wrap {
    position: relative;
    z-index: 2;
}
.checkout-page .columns-wrap .left .step .content .delivery-address-select .chevron {
    position: absolute;
    top: 17px;
    right: 11px;
    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 #e4e4e4;
    border-radius: 4px;
    padding-top: 68px;
    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: 24px;
    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:hover {
    background: #f2f2f7;
}
.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: #e4e4e4;
    opacity: 0;
}
.checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap::before {
    content: "";
    height: 12px;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}
.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 .btn {
    width: 178px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
}
.checkout-page .columns-wrap .left .step .content .map-1 {
    height: 240px;
}
.checkout-page .columns-wrap .left .step .content .map-2 {
    height: 400px;
}
.checkout-page .columns-wrap .left .step .content .postamat-info {
    margin-top: 24px;
}
.checkout-page .columns-wrap .left .step .content .postamat-info .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
}
.checkout-page .columns-wrap .left .step .content .postamat-info .name img {
    width: 24px;
    height: 24px;
    display: inline;
    position: relative;
    top: 4px;
    left: 10px;
}
.checkout-page .columns-wrap .left .step .content .postamat-info .address {
    font-size: 18px;
    line-height: 26px;
    margin-top: 16px;
}
.checkout-page .columns-wrap .left .step .content .postamat-info .info {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 16px;
}
.checkout-page .columns-wrap .left .step .content .postamat-info .info img {
    margin-right: 8px;
}
.checkout-page .columns-wrap .left .step .content .postamat-info .info + .info {
    margin-top: 8px;
}
.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);
}
.checkout-page .columns-wrap .left .step .content .payment-wrap .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    color: #6f6f70;
    line-height: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    padding: 0 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: #63d40b;
}
.checkout-page .columns-wrap .left .step .content .payment-wrap .item.current::before {
    opacity: 1;
}
.checkout-page .columns-wrap .left .step .content .payment-wrap .item:hover {
    border-color: #63d40b;
}
.checkout-page .columns-wrap .left .step .content .payment-wrap .item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    box-shadow: inset 0 0 0 1px #63d40b;
    opacity: 0;
    transition: 0.2s;
}
.checkout-page .columns-wrap .left .step .content .payment-wrap .item a:hover {
    text-decoration: underline;
}
.checkout-page .columns-wrap .left .step .content .payment-wrap .item::before {
    pointer-events: none;
}
.checkout-page .columns-wrap .left .step .content .payment-wrap .item.disabled {
    pointer-events: none;
    background: #f2f2f7;
}
.checkout-page .columns-wrap .left .step .content .pvz-user-address {
    display: flex;
    min-height: 48px;
    border: 1px solid #1D1D1F1F;
    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: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;
}
.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: 13px;
    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: 16px;
}
.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: 373px;
    margin-top: -64px;
}
.checkout-page .columns-wrap .right .count {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
}
.checkout-page .columns-wrap .right .cart-item {
    margin-top: 16px;
}
.checkout-page .columns-wrap .right .cart-item .title {
    display: block;
    font-size: 13px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    text-decoration: none;
}
.checkout-page .columns-wrap .right .cart-item .title:hover {
    color: #33388a;
    text-decoration: none;
}
.checkout-page .columns-wrap .right .cart-item .amount {
    display: flex;
    font-size: 13px;
    color: #6f6f70;
    line-height: 18px;
    font-weight: 400;
}
.checkout-page .columns-wrap .right .cart-item .amount .old-price {
    margin-left: 8px;
}
.checkout-page .columns-wrap .right .cart-item + .cart-item {
    margin-top: 10px;
}
.checkout-page .columns-wrap .right .separator {
    height: 1px;
    background: #e4e4e4;
    margin: 20px -20px;
}
.checkout-page .columns-wrap .right .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.checkout-page .columns-wrap .right .row .param {
    max-width: 70%;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}
.checkout-page .columns-wrap .right .row .value {
    align-self: flex-start;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}
.checkout-page .columns-wrap .right .row .value.green {
    color: #63d40b;
}
.checkout-page .columns-wrap .right .row.total .param {
    padding-bottom: 0;
}
.checkout-page .columns-wrap .right .row.total .value {
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
}
.checkout-page .columns-wrap .right .row + .row {
    margin-top: 0;
}
.checkout-page .btn-wrap {
    width: 787px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.checkout-page .btn-wrap .btn {
    width: 203px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
}

.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;*/
    margin-right: 10px;
}

.checkout-page .columns-wrap .left .step .content .input-wrap .phone-wrap .phone-region {
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #e4e4e4;
    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;
}

.checkout-page .columns-wrap .left .step .content .cool-btn-wrap {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.checkout-page .columns-wrap .left .step .content .cool-btn-wrap .spacer {
    flex: 2 0 20px;
}

.checkout-page .columns-wrap .left .step .content .cool-btn-wrap .another-one-fucking-wrap {
    display: flex;
    flex: 1;
}

.cool-btn {
    flex: 1;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    background: #0090d4;
    border: 1px solid #0090d4;
    border-radius: 6px;
    transition: .2s;
    cursor: pointer;
    padding: 0;
}

.cool-btn:hover {
    background: #057eb7;
    border-color: #057eb7;
}

.cool-btn.alt {
    color: #1d1d1f;
    background: none;
    border-color: #a9afb7;
}

.cool-btn.alt:hover {
    background: none;
    border-color: #0090d4;
}

.checkout-page .columns-wrap .right .sticky {
    position: relative;
    transition: top .25s;
}

.checkout-page .columns-wrap .right .order-info {
    background: #F5F5F5;
    border-radius: 6px;
    padding: 15px 20px 20px;
}

.checkout-page .columns-wrap .right .row.total {
    align-items: center;
}

.checkout-page .columns-wrap .right .cool-btn {
    width: 100%;
    margin-top: 23px;
}

.checkout-page .columns-wrap .right .cool-btn.cart-btn-disabled {
    background: #fff!important;
    border: 1px solid #e4e4e4!important;
}

.checkout-page .columns-wrap .left .step .content .hint {
    position: absolute;
    top: 18px;
    right: 17px;
    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: 13px;
    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: 12px;
    line-height: 16px;
    color: rgba(29, 29, 31, 0.4);
}

.checkout-page .columns-wrap .left .step .content .tab-content .cool-btn {
    flex: 0 1 176px;
}

.checkout-page .columns-wrap .left .step .content .tab-content .address-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.checkout-page .columns-wrap .left .step .content .no-address-input {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    border: 1px solid rgba(29,29,31,.12);
    border-radius: 4px;
    padding: 0 16px;
    transition: .2s;
}

.checkout-page .columns-wrap .left .step .content .postamat-info .confirm-pickup-wrap,
.checkout-page .columns-wrap .left .step .content .confirm-pickpoint-wrap,
.checkout-page .columns-wrap .left .step .content .confirm-pvz-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
}

.checkout-page .columns-wrap .left .step .content .delivery-select.disabled {
    pointer-events: none;
    background: #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 .columns-wrap .left .step .content .delivery-address-select .dd-wrap .add-new-address-btn {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    padding: 16px;
    transition: .2s;
    font-weight: 600;
    text-align: center;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap .add-new-address-btn:hover {
    background: #f2f2f7;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap .add-new-address-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #e4e4e4;
    opacity: 0;
}

.checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap .item+.add-new-address-btn::before {
    opacity: 1;
}

.checkout-page .btn-wrap .checkout-btn {
    flex: 0 1 244px;
}

.checkout-page .columns-wrap .left .sprtr {
    height: 1px;
    background: #e4e4e4;
    margin: 20px 0;
}

.checkout-page .columns-wrap .left textarea {
    width: 100%;
    height: 98px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #e4e4e4;
    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: 13px;
    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: 13px;
    line-height: 18px;
    color: #1f1d1f;
    font-family: Inter;
    padding: 6px 7px 8px 21px;
    width: 150px;
}

.checkout-page .columns-wrap .left .step .content .postamat-info .info span {
    margin-left: 4px;
}

.checkout-page .columns-wrap .left .step .content #pickpointMap [class$="-image-with-content-content"],
.checkout-page .columns-wrap .left .step .content #pvzMap [class$="-image-with-content-content"] {
    z-index: -1;
}

.footer.order-margin-top {
    margin-top: 72px!important;
}

.checkout-page .columns-wrap .right .delivery-info {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
}

.checkout-page .columns-wrap .right .delivery-info div {
    color: rgba(29, 29, 31, 0.4);
}

.checkout-page .columns-wrap .left .step .content .tab-content.tab5 {
    position: relative;
    z-index: 1;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap {
    margin-top: 10px;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row .param {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row .param span {
    color: #6f6f70;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row .param a:hover {
    text-decoration: underline;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row .param.green {
    color: #63d40b;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row .value {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row .value.green {
    color: #63d40b;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row.sum {
    align-items: flex-end;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row.sum .param {
    font-weight: 600;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row.sum .value {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row.promo {
    display: none;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row.promo .param {
    display: flex;
    align-items: center;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row.promo .param .x {
    margin-left: 8px;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row.promo .param .x svg g,
.checkout-page .columns-wrap .right .checkout-promocode-wrap .row.promo .param .x svg path {
    transition: 0.2s;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row.promo .param .x:hover svg g {
    opacity: 1;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row.promo .param .x:hover svg path {
    stroke: #f14552;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .row.promo-accepted {
    display: none;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .labeled-input {
    display: none;
    position: relative;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .labeled-input input[type="text"] {
    width: 100%;
    height: 48px;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    padding: 18px 63px 8px 15px;
    transition: .2s;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .labeled-input input[type="text"]:hover {
    border-color: #c9c9c9;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap  .labeled-input input[type="text"].focused + .label {
    top: 8px;
    font-size: 8px;
    line-height: 12px;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .labeled-input .label {
    position: absolute;
    top: 14px;
    left: 16px;
    font-size: 13px;
    color: rgba(29, 29, 31, 0.64);
    line-height: 20px;
    pointer-events: none;
    transition: 0.2s;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .labeled-input button {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: 0.2s;
    cursor: pointer;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .labeled-input .errtext {
    display: none;
    font-size: 13px;
    color: #f14552;
    line-height: 20px;
    margin-top: 2px;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .labeled-input.error input[type="text"] {
    border-color: #f14552;
}

.checkout-page .columns-wrap .right .checkout-promocode-wrap .labeled-input.error .label {
    color: #f14552;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[name="ORDER_PROP_23"].focused ~ .label {
    top: 8px;
    font-size: 8px;
    line-height: 12px;
}

.checkout-page .columns-wrap .left .step .content .paysystem-select.disabled .hint .hint-text {
    border: 1px solid #f14552;
}

.checkout-page .columns-wrap .left .step .content .paysystem-select.disabled .hint .hint-text::before {
    border-right-color: #f14552;
}

.checkout-page .content-wrap {
    width: 1200px;
    margin: 0 auto;
}

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;
}
@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%;
    }

    .index-catalog-block form button {
        width: 32%;
    }

    .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: 13px;
    }

    .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 {
        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: 13px;
        line-height: 18px;
    }

    .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 .columns-wrap .left .step .content .tabs-wrap {
        grid-template-columns: 213px 214px 212px;
    }
    .checkout-page .columns-wrap .left .step .content .payment-wrap {
        grid-template-columns: repeat(2, 324px);
    }
    .checkout-page .columns-wrap .right {
        margin-top: 30px;
    }
    .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 .order-info {
        border-radius: 0!important;
        padding: 25px 0 30px!important;
    }

    .checkout-page .columns-wrap .right .order-info::before {
        content: "";
        position: absolute;
        width: 9999px;
        top: 0;
        bottom: 0;
        right: 100%;
        background: #F5F5F5;
        z-index: 0;
    }

    .checkout-page .columns-wrap .right .order-info::after {
        content: "";
        position: absolute;
        width: 9999px;
        top: 0;
        bottom: 0;
        left: 100%;
        background: #F5F5F5;
        z-index: 0;
    }

    .footer.order-margin-top {
        margin-top: 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;
        height: 300px;
    }

    .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;
    }

    .index-actions-block .list .item:hover .text4 {
        display: block;
        opacity: 1;
    }

    .index-catalog-block .list .item:hover {
        border: none;
        border-bottom: 1px solid #f5f5f5;
    }

    .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;
        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 {
        font-size: 18px;
        line-height: 24px;
        padding: 16px;
    }
    .checkout-page .columns-wrap .left .step .head .chevron {
        top: 15px;
        right: 16px;
    }
    .checkout-page .columns-wrap .left .step .content {
        padding: 20px;
    }
    .checkout-page .columns-wrap .left .step .content .two-column {
        flex-direction: column;
    }
    .checkout-page .columns-wrap .left .step .content .two-column .labeled-input {
        width: 100%;
    }
    .checkout-page .columns-wrap .left .step .content .two-column .labeled-input + .labeled-input {
        margin-top: 8px;
    }
    .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: 8px;
    }
    .checkout-page .columns-wrap .left .step .content .w488 {
        width: 100%;
    }
    .checkout-page .columns-wrap .left .step .content .input-wrap .phone-wrap {
        flex: 1 0 100%;
        margin-left: 0;
        margin-top: 8px;
    }
    .checkout-page .columns-wrap .left .step .content .input-wrap .phone-wrap .labeled-input {
        flex: 1;
    }
    .checkout-page .columns-wrap .left .step .content .subtitle {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .checkout-page .columns-wrap .left .step .content .subtitle:first-child {
        margin-top: 8px;
    }
    .checkout-page .columns-wrap .left .step .content .tabs-wrap {
        grid-template-columns: 1fr;
        grid-row-gap: 8px;
    }
    .checkout-page .columns-wrap .left .step .content .delivery-address-select {
        height: 108px;
        padding-right: 55px;
    }
    .checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap {
        padding-top: 94px;
    }
    .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 .btn {
        width: 100%;
    }
    .checkout-page .columns-wrap .left .step .content .payment-wrap {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .checkout-page .columns-wrap .left .step .content .payment-wrap .item {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .checkout-page .columns-wrap .left .step + .step {
        margin-top: 8px;
    }
    .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: 8px;
    }

    .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: 16px;
    }

    .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 .postamat-info .confirm-pickup-wrap,
    .checkout-page .columns-wrap .left .step .content .confirm-pickpoint-wrap {
        margin-top: 20px;
    }

    .checkout-page .columns-wrap .left .step .content .tab-content .cool-btn {
        flex: 1 1 176px;
    }

    .checkout-page .columns-wrap .left .step .content .tab-content .address-btn-wrap {
        flex-wrap: wrap;
    }

    .checkout-page .columns-wrap .left .step .content .tab-content .address-btn-wrap .check-wrap {
        margin-bottom: 20px;
    }

    .checkout-page .columns-wrap .left .step .content .delivery-address-select .dd-wrap .add-new-address-btn {
        font-size: 14px;
        line-height: 20px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .checkout-page .columns-wrap .left .step .content .credit-wrap .credit-separator {
        margin: 30px -16px;
    }

    .checkout-page .content-wrap {
        width: 100%!important;
        max-width: 500px;
        padding: 0 16px;
        box-sizing: border-box;
    }

}

@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 {
        border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    }

    .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: 45px;
        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;
    }

    .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;
    }

    .index-catalog-block form button {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
    }

    .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: 13px;
        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;
        border-bottom: 1px solid rgba(29, 29, 31, 0.12);
        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-catalog-block {
        padding-bottom: 0px;
        margin-bottom: 50px;
    }

    .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 p {
        display: none;
    }

    .index-brands-block .list .item .image {
        margin-bottom: 0;
    }

    .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: 13px;
        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: 50px 0;
    }

    .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: 0;
    }

    .index-support-block .payment-info {
        display: block;
    }

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

    .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: 15px 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: 13px;
        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: 13px;
        line-height: 18px;
    }

    .index-news-block {
        padding: 50px 0 20px 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 {
        border-top: 0;
        border-bottom: 1px solid rgba(29, 29, 31, 0.12);
        padding: 0 0 50px 0;
        margin-bottom: 50px;
    }

    .mobile-catalog-text {
        display: block;
    }

    .best-slider .image {
        height: 176px;
    }

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

    .best-slider .text .top-text {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 18px;
    }

    .best-slider .text {
        padding: 30px 0 78px 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: 13px;
        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: 13px;
        line-height: 18px;
    }

    .catalog-page {
        padding: 30px 0 20px;
        border-bottom: 1px solid rgba(29, 29, 31, 0.12);
        margin-bottom: 50px;
        background: none;
    }

    .catalog-page .item {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        background: #F5F5F5;
        margin-bottom: 30px;
        border-bottom: 0;
        padding: 20px;
    }

    .catalog-page .item .left-text .image {
        border-bottom: 1px solid rgba(29, 29, 31, 0.12);
        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: 13px;
        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: 13px;
    }

    .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;
    }

    .cart-page .list .item .image {
        transform: none;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        top: 20px;
        left: 0;
        width: 100px;
    }

    .cart-page .list .item .image img {
        width: 100%;
    }

    .cart-page .list .item .name {
        height: auto;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 18px;
    }

    .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 {
        margin: 30px 0 5px;
    }

    .cart-page .list .item .name .badge {
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        right: 0;
        bottom: 50px;
    }

    .cart-page .list .item .name {
        position: static;
    }

    .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: 13px;
        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: 13px;
        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: 13px;
        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;
        border-bottom: 1px solid rgba(1, 1, 1, 0.1);
        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: 13px;
        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 img {
        margin-right: 10px;
    }

    .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;
    }
}

/* End */


/* Start:/assets/src/css/additional.css?172656177971278*/
.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;
}

.news-page .pages a:hover {
    color: #1D1D1F;
}

.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;
}

.image:hover img {
    mix-blend-mode: multiply;
}

.not-mix-blend {
    mix-blend-mode: unset !important;
}

.index-page-slider .list .item {
    min-height: 303px;
}

.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: 13px;
    line-height: 18px;
    opacity: 0.9;
    margin-bottom: 30px;
}

.about-bottoms {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.about-bottoms a {
    text-decoration: none;
}

.about-bottoms a:hover {
    text-decoration: underline;
}

.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;
}
.about-bottoms .download:hover {
    text-decoration: none;
}

.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%;
}

.header .right-links .link .window .cart-list .item .name .link:hover {
    text-decoration: underline;
}

.cart-page .list .item .name a {
    text-decoration: none;
    max-width: 430px;
    display: block;
}
.cart-page .list .item .name a:hover {
    text-decoration: none;
    color: #33388a;
}

.cart-page .list .item .mobile-article {
    display: none;
    color: rgba(29, 29, 31, 0.4);
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 2px;
}

.checkout-order-info .cart-item .title:hover {
    color: #33388a;
    text-decoration: none;
}

.cart-page .list .item .right-block .price .old {
    text-decoration: line-through;
}

.checkout-order-info .row .param .products-quantity {
    color: #6f6f70;
}

.slick-slide img {
    mix-blend-mode: multiply;
}

.photos .slider-for .item {
    background-color: #f5f5f5;
}

.index-page-slider img {
    mix-blend-mode: unset !important;
}

.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 .close-button:hover {
    transform: scale(1.15);
}

.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: 13px;
    line-height: 18px;
}

.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: 13px;
    line-height: 18px;
    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: 13px;
    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 .gift-close-button:hover {
    transform: scale(1.15);
}

.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: 13px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
    text-decoration: none;
}

.checkout-order-info .cart-item .amount {
    display: flex;
    font-size: 13px;
    color: #6f6f70;
    line-height: 18px;
    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;
}

.checkout-order-info .delivery-info {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    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: 13px;
    line-height: 18px;
}

.checkout-order-info .row .value {
    align-self: flex-start;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
}

.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: 13px;
    line-height: 18px;
    text-decoration: none;
}

.checkout-order-info .promocode-wrap .promocode-start:hover,
.checkout-order-info .promocode-wrap .promocode-confirm:hover {
    text-decoration: underline;
}

.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: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.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: 13px;
    line-height: 18px;
    color: #63d40b;
}

.checkout-order-info .promocode-wrap .promocode-end {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}

.checkout-order-info .promocode-wrap .promocode-end:hover {
    text-decoration: line-through;
}

.checkout-order-info .promocode-wrap .promocode-end span {
    color: #0090d4
}

.checkout-order-info .promocode-wrap .promocode-error {
    font-size: 10px;
    color: #f14552;
}

.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;
}

.cart-page .result .tinkoff .circle {
    position: relative;
    width: 90px;
    height: 90px;
    margin-right: 20px;
}

.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;
}

.cart-page .result .tinkoff .text span {
    font-weight: 600;
    color: #1d1d1f;
}

.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: 23px;
}

.cool-btn {
    flex: 1;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    background: #0090d4;
    border: 1px solid #0090d4;
    border-radius: 6px;
    transition: .2s;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
}

.checkout-order-info .cool-btn {
    width: 100%;
    margin-top: 23px;
}

.compilation-block a {
    text-decoration: none;
}

.hide-button {
    height: 0;
    overflow: hidden;
    transition: .2s;
}

.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: 13px;
    line-height: 18px;
    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;
}

@media (max-width: 1230px) {
    .added-price-wrap p {
        display: none;
    }

    .added-price-wrap {
        justify-content: center;
    }
}

.list .item[data-action="subscribe"] .price-block .price:not(.added):hover:after,
.list2 .item[data-action="subscribe"] .price-block .price:not(.added):hover:after {
    content: "Сообщить о поступлении";
}

.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: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    display: -webkit-box;
}

.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: 13px;
    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: 13px;
}

.header .right-links .link .window a {
    margin-left: auto;
}

.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:hover .image {
    mix-blend-mode: multiply;
}

.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: 34px;
    font-weight: 700;
    line-height: 41px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 30px;
}

.contact-page .sub {
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 10px;
}
.contact-page .hours {
    color: rgba(29, 29, 31, 0.40);
    font-size: 13px;
    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);

}

@media (max-width: 991px) {
    .cart-page .checkout-order-info {
        background: unset;
    }

    .dashboard-page .menu .name, .cabinet-page .menu .name,
    .dashboard-page .menu .contacts, .cabinet-page .menu .contacts,
    .dashboard-page .menu .chat,
    .cabinet-page .menu .edit,
    .cabinet-page .menu .progress,
    .cabinet-page .menu .level {
        display: none;
    }

    .dashboard-page .menu, .cabinet-page .menu {
        width: 100%;
    }

    .dashboard-page .menu ul, .cabinet-page .menu ul {
        display: flex;
        overflow-y: auto;
        margin-bottom: 20px;

    }

    .dashboard-page .menu ul li, .cabinet-page .menu ul li {
        text-wrap: nowrap;

    }

    .dashboard-page .menu ul li img, .cabinet-page .menu ul li img {
        display: none;
    }

    .dashboard-page .menu ul li a, .cabinet-page .menu ul li a {
        padding: 18px 10px 18px 0px;
    }


    /*.checkout-order-info::before {
        content: "";
        position: absolute;
        width: 9999px;
        top: 0;
        bottom: 0;
        right: 100%;
        background: #f2f2f7;
        z-index: 0;
    }

    .checkout-order-info::after {
        content: "";
        position: absolute;
        width: 9999px;
        top: 0;
        bottom: 0;
        left: 100%;
        background: #f2f2f7;
        z-index: 0;
    }*/
}

.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-family: Inter, sans-serif;
    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:hover {
    text-decoration: underline;
}

.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: 13px;
}

.cabinet-page .cabinet-content .history .item .price .link:hover {
    text-decoration: underline;
}

.cabinet-page .cabinet-content .history .empty-block {
    padding: 30px 20px;
}

.checkout-page {
    margin-bottom: 60px;
}

.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);
}

.cabinet-page .cabinet-content .order .info .item .rating a:hover {
    text-decoration: underline;
}

.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
}

.cabinet-page .cabinet-content .order .info .item .name p a:hover {
    text-decoration: underline;
}

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 .x:hover {
    transform: rotate(90deg) scale(1.1);
}

.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: 13px;
    line-height: 18px;
    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 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 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: 13px;
    line-height: 18px;
    cursor: pointer;
}

.popup-wrap .cool-popup .check a, .review-popup .check a {
    text-decoration: none;
    color: #33388a;
}

.popup-wrap .cool-popup .check a:hover, .review-popup .check a:hover {
    text-decoration: underline;
}

.popup-wrap .cool-popup button {
    width: 100%;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    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: 13px;
    line-height: 18px;
    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 .socials .icon:hover {
    transform: scale(1.1);
}

.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: 13px;
    color: #fff;
    transition: .2s;
}

.popup-wrap .cool-popup.atos .buttons-wrap a:first-child:hover {
    background: #057eb7;
}

.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.atos .buttons-wrap a:last-child:hover {
    border-color: #0090d4;
}

.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: 13px;
    line-height: 18px;
    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 {
    color: #33388a;
    background: url(/assets/src/img/select3.svg) no-repeat right;
}

.popup-wrap .cool-popup.feedback select {
    font-size: 13px;
    line-height: 18px;
    padding: 0 17px 0 0;
    appearance: none;
}

.popup-wrap .cool-popup.feedback textarea {
    margin-top: 22px;
}

.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;
}
.block-404__links a:hover {
    color: #33a6dd
}

.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 form input[type='text'] {
    width: 100%;
}

.header .left-links .menu ul {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.header .left-links .menu ul li {
    position: relative;
}

.header .left-links .menu ul li:first-child a {
    border-radius: 6px 6px 0 0;
}

.header .left-links .menu ul li:last-child a {
    border-radius: 0 0 6px 6px;
}

.header .left-links .menu ul li.other a {
    color: rgba(29, 29, 31, 0.6);
}

.header .left-links .menu ul li.border {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.header .left-links .menu ul li:hover a {
    background: #F5F5F5;
}

.header .left-links .menu ul li:hover a.with_sub {
    background: #f5f5f5 url('/assets/src/img/menu.svg') no-repeat right 12px top 50%;
}

.header .left-links .menu ul li:hover ul {
    display: block;
}

.header .left-links .menu ul li:hover ul li a {
    background: none;
}

.header .left-links .menu ul li:hover ul li a.with_sub {
    background: url('/assets/src/img/menu.svg') no-repeat right 12px top 50%;
}

.header .left-links .menu ul li:hover ul li ul {
    display: none;
}

.header .left-links .menu ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2;
    padding: 12px 50px 12px 12px;
    font-size: 13px;
    line-height: 18px;
}

.header .left-links .menu ul li a.with_sub {
    background: url('/assets/src/img/menu.svg') no-repeat right 12px top 50%;
}

.info-image-btns-wrap {
    display: flex;
    position: absolute;
    bottom: -48px;
    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 .info-image-btn:hover {
    opacity: .8;
}

.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: 13px;
    border-radius: 6px;
    line-height: 16px;
    resize: both;
}

.image .block input[type="text"] {
    display: none;
    width: 460px;
    font-size: 13px;
    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 .image .block.link i {
    background: url(/assets/src/img/link-icon3.svg);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    left: 5px;
    top: 5px;
}

.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: 13px;
    font-style: normal;
    font-weight: 400;
    width: 568px;
    line-height: 18px;
}

.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: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 30px;
}

.partner-page .advantages .item .more {
    color: #33388A;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    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: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.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 .file-wrap .file-btn.file:hover .icon {
    border-color: #33388a;
}

.partner-page .form-wrap .file-wrap .file-btn:hover .name {
    border-color: #33388a;
}

.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: 13px;
}

.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: 13px;
    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: 13px;
    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: 13px;
    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: 18px;
}
.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;
}

.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: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.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;
}
.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;
}

.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 {
    color: rgba(29, 29, 31, 0.60);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.item-added-block .window .item-info div .art {
    color: rgba(29, 29, 31, 0.40);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.index-page-slider a {
    text-decoration: none;
}

.btn-wrap a {
    text-decoration: none;
}
.btn-wrap a:hover {
    color: #33388a;
}

.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%;
}



@media (max-width: 1199px) {
    html.cool-popup {
        padding-right: 0;
    }
    .popup-wrap {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .hide-sm {
        display: none !important;
    }

    .show-sm {
        display: block !important;
    }

    .cart-page .list .item .name {
        min-height: 54px;
    }

    .header .left-links > form {
        position: absolute;
        left: 0;
        width: calc(100% - 30px);
        margin: 20px 15px;
    }

    .header .left-links form input {
        width: 100% !important;
    }

    .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%);
    }

    .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;
    }
}

@media (max-width: 575px) {

    .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: 36px;
        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-block .list .item:hover .image {
        transform: translateY(-50%);
    }

    .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: 13px;
    }

    .price-button .number {
        width: 124px;
        margin-top: 7px;
    }

    .item-page .price-button .number {
        margin-top: 14px;
    }

    .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;
    }
}

@media (max-width: 1199px) {
    .hide-md {
        display: none !important;
    }
    .item-placeholder:not(.item-placeholder-mobile) {
        display: none!important;
    }

}

.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: 0;
}

.catalog-list-page.search .list {
    width: 100%;
}

.catalog-list-page.search .list .item {
    width: 23%;
}

.catalog-list-page.search .list .filter-button {
    display: none!important;
}

.separator-line {
    border-top: 1px solid rgba(29, 29, 31, 0.12);
}

.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: 13px;
    font-style: normal;
    font-weight: 400;
    width: 328px;
    line-height: 18px;
    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: 13px;
    text-align: center;
    cursor: pointer;
}

.title-search-result {
    z-index: 99;
}

input.without-picker::-webkit-calendar-picker-indicator {
    display: none!important;
}

.cart-item-list-js {
    max-height: 66vh;
    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: 13px;
    border: 1px solid rgba(29, 29, 31, 0.12);
}

.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;
}

.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: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;
    margin-top: -10px;
}

.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;
    margin-top: -10px;
}

.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: 13px;
    line-height: 18px;
    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 90px 0;
    border-top: unset;
}

.item-page .js-tab-content {
    display: block;
    visibility: hidden;
    height: 0;
    opacity: 0;
    padding: 0;
}

.index-news-block .list .item:hover img {
    transform: scale(1.05);
    transition: .3s;
}

.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;
}


@media (max-width: 575px) {

    .catalog-top-text .left-column {
        background: unset!important;
    }

    .item-page .right-side .pad {
        position: sticky;
        bottom: -100px;
        background-color: #fff;
        padding-top: 15px;
        border-radius: 6px;
    }

    .compilation-block .slick-list  {
        padding: 0 25px!important;
    }

    .checkout-page .title {
        display: none;
    }

    .mobile-separation {
        border-top: 1px solid rgba(29, 29, 31, 0.12);
        display: block;
    }

    .btn-wrap .check-wrap {
        margin-left: -11px;
    }

    .checkout-page .columns-wrap .right .cart-item {
        width: 70%;
    }

    .checkout-page .columns-wrap .right .cart-item .title {
        white-space: normal;
    }

    .checkout-page {
        margin-bottom: 0px;
    }
    .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 {
        padding: 20px 20px 20px 20px;
    }

    .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: 13px;
        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;
    }

    .header .right-links .link .window .cart-list .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .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;
        position: inherit;
        right: unset;
        left: unset;
    }
    .header .right-links .link .window .cart-list .item .name {
        margin-bottom: 2px;
    }

    .header .right-links .link .window .cart-list .item .price > div {
        display: inline;
    }

    .index-company-block .tabs .tab-item .name br {
        display: inline;
        content: ' ';
    }

    .header .right-links .link .window .cart-list .item div.price {
        margin-left: 45px;
        color: #1D1D1F;
        opacity: 40%;
    }

    .header .right-links .link .window .cart-list .item .name {
        display: flex;
    }

    .header .right-links .link .window .cart-list .item .name .link {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .about-mobile {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 40px;
    }

    .about-mobile .site {
        font-family: Inter;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        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: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        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: 13px;
        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%;
    }

}
/* End */


/* Start:/assets/src/css/ver3.css?176416008932226*/
.top-page-line .contacts .city {
  background: url('/assets/src/img/city3.svg') no-repeat 0 0;
}
.top-page-line .contacts .city .fa {
  color: #1d4a8e;
}
.top-page-line .contacts .city .window .button a {
  color: #1d4a8e;
}
.top-page-line .contacts .city .window .button button {
  background: #1d4a8e;
}
.top-page-line .contacts .city .window ul li a:hover {
  color: #1d4a8e;
}
.top-page-line .contacts .phone {
  background: url('/assets/src/img/phone3.svg') no-repeat 0 0;
}
.top-page-line .links a {
  background: url('/assets/src/img/arrow3.svg') no-repeat right;
}
.header .left-links a.menu-button {
  background: url('/assets/src/img/menu-button3.svg');
}
.header .left-links form input[type='text']:focus {
  border: 1px solid #1d4a8e;
}
.header .left-links form .list .items .bottom-link {
  color: #1d4a8e;
}
.header .left-links form .list .button button span {
  color: #1d4a8e;
}
.header .logo a {
  width: 52px;
  height: 52px;
  background: url('/assets/src/img/logo3.svg') no-repeat center;
}
.header .right-links .link a span {
  background: #1d4a8e;
}
.header .right-links .link .window a {
  color: #1d4a8e;
}
.header .right-links .link .window .cart-list .item .delete a {
  background: url('/assets/src/img/delete3.svg');
}
.header .right-links .link .window .cart-list .result button {
  background: #1d4a8e;
}
.index-about-top-block .links a {
  color: #1d4a8e;
}
.index-page-slider .top-link a {
  color: #1d4a8e;
}
.index-page-slider .list .item {
  background: #f5f5f5 url('/assets/src/img/slider3.svg') no-repeat right / contain;
}
.index-page-slider .list .item .text .name span {
  color: #1d4a8e;
}
.index-page-slider .list .slick-dots li.slick-active button {
  color: #1d4a8e;
}
.index-catalog-block form {
  padding-right: 25.5%;
}
.index-catalog-block form button {
  background: #1d4a8e;
  width: 24%;
}
.index-catalog-block form .list .button button span {
  color: #1d4a8e;
}
.index-catalog-block .list.other .item {
  width: 24%;
}
.index-catalog-block .list .item:hover p {
  color: #1d4a8e;
}
.index-catalog-block .list .banner {
  background: #1d4a8e url('/assets/src/img/catalog-banner.svg') no-repeat right / contain;
}
.index-catalog-block .list .banner button {
  color: #1d4a8e;
}
.index-brands-block .block-name a.active {
  color: #1d4a8e;
}
.index-brands-block .button button span {
  color: #1d4a8e;
}
.index-actions-block .block-name a.active {
  color: #1d4a8e;
}
.index-actions-block .list .item.other {
  background: #1d4a8e url('/assets/src/img/actionbg1.svg') no-repeat right / contain;
}
.index-actions-block .list .item:hover:not(.other) .text span {
  color: #1d4a8e;
}
.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: #1d4a8e;
}
.index-support-block .payment-item .bottom-text {
  color: #1d4a8e;
}
.index-support-block .payment-item .bottom-text button, button.active1,.item-added-block form:valid button {
  background: #1d4a8e!important;
  color: #fff;
}
.index-support-block .select select {
  color: #1d4a8e;
  background: url('/assets/src/img/select3.svg') no-repeat right;
}
.index-support-block form .field textarea:focus {
  border: 1px solid #1d4a8e;
}
.index-support-block form .field textarea:valid {
  border: 1px solid #1d4a8e;
  background: #fff;
}
.index-support-block form .field textarea:valid + button {
  background: #1d4a8e url('/assets/src/img/btn4w.svg') no-repeat right 12px top 50%;
  color: #fff;
}
.index-catalog-block2 .block-name a.active {
  color: #1d4a8e;
}
.index-catalog-block2 .nav2 a.active,
.index-catalog-block2 .nav2 a:hover {
  background: #1d4a8e;
  color: #fff;
}
.index-catalog-block2 .list .item .discount {
  background: #1d4a8e;
}
.index-catalog-block2 .list .item .price-block .price:hover:before,
.list2 .item .price-block .price:hover:before,
.catalog-top-text .right-text .price:hover:before,
.catalog-page .item .right-text .price-block .price:hover:before {
  background: #1d4a8e;
}
.list .item .price-block .price.added,
.list2 .item .price-block .price.added,
.one-product .price-block .price.added,
.catalog-page .item .right-text .price-block .price.added {
  background: #1d4a8e;
}
.index-reviews-block .block-name a.active {
  color: #1d4a8e;
}
.index-reviews-block .list .item:hover .name div {
  color: #1d4a8e;
}
.index-reviews-block .list .item a {
  color: #1d4a8e;
}
.index-reviews-block .list2 .item:hover a {
  color: #1d4a8e;
}
.index-news-block .block-name a.active {
  color: #1d4a8e;
}
.index-news-block .button button {
  background: #1d4a8e;
}
.index-news-block .list .item:hover a {
  color: #1d4a8e;
}
.footer nav ul li a:hover {
  color: #1d4a8e;
}
.footer .contacts .mail {
  color: #1d4a8e;
}
.footer .bottom-block .site {
  background: url('/assets/src/img/arrow3.svg') no-repeat right 0 top 3px;
}
.about-block-mob-links .link .fa {
  color: #1d4a8e;
}
.about-block-mob-links .city {
  background: url('/assets/src/img/city3.svg') no-repeat 0 1px;
  color: #1d4a8e;
}
.mobile-menu .bottom-info .city {
  background: url('/assets/src/img/city3.svg') no-repeat 0 1px;
}
.mobile-menu .bottom-info .city .fa {
  color: #1d4a8e;
}
.mobile-menu .bottom-info .link a {
  color: #1d4a8e;
}
.popup .window .close {
  background: url('/assets/src/img/close3.svg');
}
.popup .window .select .jq-selectbox {
  color: #1d4a8e;
  background: url('/assets/src/img/select3.svg') no-repeat right;
}
.popup .window .select .jq-selectbox .jq-selectbox__dropdown ul li.selected {
  color: #1d4a8e;
}
.popup .window .agree label a {
  color: #1d4a8e;
}
.popup .window button {
  background: #1d4a8e;
}
.index-about-block .image {
  background: url('/assets/src/img/about2.png') center / cover;
}
@media (max-width: 991px) {
  .index-catalog-block .list .item,
  .index-catalog-block .list.other .item {
    width: 48%;
  }
  .index-catalog-block .list .banner {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .top-page-line .contacts .city {
    margin-right: 20px;
  }
  .top-page-line .links a {
    margin-right: 20px;
  }
  .top-page-line .contacts .phone span {
    display: none;
  }
}
@media (max-width: 575px) {
  .header .logo a {
    width: 52px;
    height: 52px;
    background: url('/assets/src/img/logo3.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 #1d4a8e;
  }
  .index-news-block .button button {
    color: #000;
    background: none;
    border: 1px solid rgba(29, 29, 31, 0.12);
  }
  .index-catalog-block .list .item,
  .index-catalog-block .list.other .item {
    width: 100%;
  }
  .index-catalog-block .list .banner {
    display: none;
  }
  .footer nav p {
    background: url('/assets/src/img/footer-arrow5.svg') no-repeat right;
  }
  .footer nav p.active {
    background: url('/assets/src/img/footer-arrow6.svg') no-repeat right;
  }
  .index-catalog-block form button {
    width: 100%;
  }
  .index-catalog-block form {
    padding-right: 58px;
  }

  .header .right-links .link:nth-child(2) {
    display: inline-block;
  }
}
.navi a {
  color: #1d4a8e;
}
.catalog-top-text .right-text:hover .name {
  color: #1d4a8e;
}
.catalog-top-text .right-text .discount span {
  background: #1d4a8e;
}
.catalog-top-text .right-text .price:hover:before {
  background: #1d4a8e;
}
.best-slider .image i {
  background: url('/assets/src/img/x3.svg');
}
.best-slider .image span {
  color: #1d4a8e;
}
.mobile-catalog-text .discount span {
  background: #1d4a8e;
}
.catalog-top-block .content .image {
  background: url('/assets/src/img/image3.png') center / cover;
}
.catalog-page .item .left-text .image {
  background: url('/assets/src/img/catalog-page3.svg') no-repeat bottom center / contain;
}
.catalog-page .item .right-text:hover .name {
  color: #1d4a8e;
}
.catalog-page .item .right-text .discount {
  background: #1d4a8e;
}
.catalog-page .item .right-text .price:hover:before {
  background: #1d4a8e;
}
.catalog-list-page nav a.active {
  background: #1d4a8e;
}
.catalog-list-page .filter .close {
  background: url('/assets/src/img/close3.svg');
}
.catalog-list-page .filter .item .content .checkbox + label {
  background: url('/assets/src/img/checkbox5.svg') no-repeat 0 1px;
}
.catalog-list-page .filter .item .content .checkbox:checked + label {
  background: url('/assets/src/img/checkbox6.svg') no-repeat 0 1px;
}
.catalog-list-page .filter .item .content .bottom-link {
  color: #1d4a8e;
}
.catalog-list-page .filter .item .content .slider .ui-widget-header {
  background: #1d4a8e;
}
.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 #1d4a8e;
}
.catalog-list-page .filter .buttons button.other {
  background: #1d4a8e;
}
.catalog-list-page .list .item .discount {
  background: #1d4a8e;
}
.catalog-list-page .list .item .price-block .price:hover:before, .list2 .item .price-block .price:hover:before {
  background: #1d4a8e;
}
.catalog-list-page .list .pages a:not(.prev):not(.next):hover,
.catalog-list-page .list .pages a.active {
  background: #1d4a8e;
}
.search-page .item p a {
  color: #1d4a8e;
}
.search-page nav .links a.active {
  background: #1d4a8e;
}
.navi .share {
  background: url('/assets/src/img/share1.svg') no-repeat 0 1px;
}
.item-page .left-side .photos .slider-for .badges span {
  background: #1d4a8e;
}
.item-page .left-side .about ul li:before {
  color: #1d4a8e;
}
.item-page .left-side .data .bottom-link {
  color: #1d4a8e;
}
.item-page .left-side .complects .bottom-link {
  color: #1d4a8e;
}
.item-page .left-side .reviews .top-block button {
  background: #1d4a8e;
}
.item-page .right-side .rating a {
  color: #1d4a8e;
}
.item-page .right-side .promo span:first-child {
  color: #1d4a8e;
  border: 1px solid #1d4a8e;
  background: rgba(0, 144, 212, 0.05) url('/assets/src/img/promo3.svg') no-repeat left center / contain;
}
.item-page .right-side .sizes .radio:checked + label {
  background: #1d4a8e;
}
.item-page .right-side .sizes .radio:hover + label {
  background: #1d4a8e;
}
.item-page .right-side .links button {
  background: #1d4a8e;
}
.item-page .right-side .payment-item .bottom-text {
  color: #1d4a8e;
}
.item-page .right-side .photos .slider-for2 .badges span {
  background: #1d4a8e;
}
@media (max-width: 575px) {
  .item-page .right-side .promo span:last-child {
    color: #1d4a8e;
    border: 1px solid #1d4a8e;
  }
}
.cart-page .list .order .order-item .block-name.opened {
  background: #f5f5f5 url('/assets/src/img/order-arrow3.svg') no-repeat right 16px top 50%;
}
.cart-page .list .order .order-item .delivery .radio + label p {
  background: url('/assets/src/img/info3.svg') no-repeat right;
}
.cart-page .list .order .order-item .payment .radio + label p {
  background: url('/assets/src/img/info3.svg') no-repeat right;
}
.cart-page .list .order .order-item .button button.other {
  background: #1d4a8e;
}
.cart-page .list .order .order-item .credit .credit-item .select .radio:checked + label {
  background: #1d4a8e;
}
.cart-page .list .order .agree .checkbox + label {
  background: url('/assets/src/img/checkbox5.svg') no-repeat 0 0;
}
.cart-page .list .order .agree .checkbox:checked + label {
  background: url('/assets/src/img/checkbox6.svg') no-repeat 0 0;
}
.cart-page .list .order .bottom-button.other {
  background: #1d4a8e;
}
.cart-page .list .item .name .badge {
  color: #1d4a8e;
  background: rgba(51, 56, 138, 0.07);
}
.cart-page .result .top-block {
  border: 1px solid #1d4a8e;
  background: rgba(51, 56, 138, 0.07) url('/assets/src/img/result3.svg') no-repeat left center / contain;
}
.cart-page .result .top-block .discount {
  color: #1d4a8e;
}
.cart-page .result .top-block button {
  background: #1d4a8e;
}
.cart-page .result .top-block a:last-child button {
  color: #1d4a8e;
  border: 1px solid #1d4a8e;
}
.cart-page .result .items .lst .bottom-link {
  color: #1d4a8e;
}
.cart-page .result .items .button button {
  background: #1d4a8e;
}
.item-added-block .window .close {
  background: url('/assets/src/img/close3.svg');
}
.item-added-block .window .item .number span.minus {
  background: url('/assets/src/img/minus3.svg');
}
.item-added-block .window .item .number span.plus {
  background: url('/assets/src/img/plus3.svg');
}
.item-added-block .window .buttons button:nth-child(2) {
  background: #1d4a8e;
}
.cabinet-page .back-link {
  color: #1d4a8e;
  background: url('/assets/src/img/back3.svg') no-repeat left;
}
.cabinet-page .menu .edit {
  color: #1d4a8e;
}
.cabinet-page .menu .level a {
  color: #1d4a8e;
}
.menu ul li a.active {
  color: #1d4a8e;
}
.cabinet-page .cabinet-content .personal-info .table .edit {
  color: #1d4a8e;
}
.cabinet-page .cabinet-content .personal-info .adress .edit {
  color: #1d4a8e;
}
.cabinet-page .cabinet-content .program .block2 .link {
  color: #1d4a8e;
}
.cabinet-page .cabinet-content .history .item .number a {
  color: #1d4a8e;
}
.cabinet-page .cabinet-content .history .item .photos .photo span {
  background: #1d4a8e;
}
.cabinet-page .cabinet-content .settings .item .content .adress.active {
  background: #f5f5f5 url('/assets/src/img/adress3.svg') no-repeat right 16px top 16px;
}
.cabinet-page .cabinet-content .settings .item .content .checkbox + label {
  background: url('/assets/src/img/checkbox5.svg') no-repeat 0 1px;
}
.cabinet-page .cabinet-content .settings .item .content .checkbox:checked + label {
  background: url('/assets/src/img/checkbox6.svg') no-repeat 0 1px;
}
.cabinet-page .cabinet-content .order .info .top-info .info1 p span {
  color: #1d4a8e;
}
.cabinet-page .cabinet-content .order .info .item .rating a {
  color: #1d4a8e;
}
.index-catalog-block2 .list2 .item .discount {
  background: #1d4a8e;
}
.item-added-block .window .text button {
  background: #1d4a8e;
}
.alert-block .window {
  background: #F1F1F7;
  border: 1px solid #1d4a8e;
}
.alert-block .window.bg {
  background: #f1f1f7 url('/assets/src/img/alertbg3.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/close6.svg');
}
.alert-block .window .info div a {
  color: #1d4a8e;
}
.alert-block .window .list .item div a {
  color: #1d4a8e;
}
.news-page .top-links a.active {
  color: #1d4a8e;
}
.news-page nav a.active {
  background: #1d4a8e;
}
.news-page .pages a.active {
  background: #1d4a8e;
}
.news-page .bottom-button button,
.index-news-block .bottom-button button,
.search.catalog-list-page .bottom-button button{
  background: #1d4a8e;
}
.post-page .right-side blockquote {
  color: #1d4a8e;
}
.brands-page .item .text a {
  color: #1d4a8e;
}
.brands-page .pages a.active {
  background: #1d4a8e;
}
.brand-page .top-info .site {
  color: #1d4a8e;
  background: url('/assets/src/img/arrow3.svg') no-repeat right;
}
.brand-page .top-info p a {
  color: #1d4a8e;
}
.dashboard-page .menu .chat {
  color: #1d4a8e;
}
.dashboard-page .dashboard-content .main-blocks .item .links a {
  color: #1d4a8e;
  background: url('/assets/src/img/arrow6.svg') no-repeat 0 0;
}
.dashboard-page .dashboard-content .top-banner {
  background: #f5f5f5 url('/assets/src/img/dashboard-banner.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .top-banner .name span {
  color: #1d4a8e;
}
.dashboard-page .dashboard-content .top-banner a {
  color: #1d4a8e;
  background: url('/assets/src/img/arrow6.svg') no-repeat 0 0;
}
.dashboard-page .dashboard-content .delivery .item.active {
  background: rgba(51, 56, 138, 0.07);
}
.dashboard-page .dashboard-content .faq .item .name.active {
  background: url('/assets/src/img/faq3.svg') no-repeat right;
  color: #1d4a8e;
}
.dashboard-page .dashboard-content .dealer .top-block {
  background: #f5f5f5 url('/assets/src/img/dealerbg3.svg') no-repeat right / contain;
}
.dashboard-page .dashboard-content .dealer .top-block .name span {
  color: #1d4a8e;
}
.dashboard-page .dashboard-content .dealer .top-blocks .item span {
  color: #1d4a8e;
}
.dashboard-page .dashboard-content .dealer form .upload:after {
  background: #1d4a8e url('/assets/src/img/upload.svg') no-repeat center;
}
.dashboard-page .dashboard-content .dealer form .agree .checkbox + label {
  background: url('/assets/src/img/checkbox5.svg') no-repeat 0 0;
}
.dashboard-page .dashboard-content .dealer form .agree .checkbox + label a {
  color: #1d4a8e;
}
.dashboard-page .dashboard-content .dealer form .agree .checkbox:checked + label {
  background: url('/assets/src/img/checkbox6.svg') no-repeat 0 0;
}
.dashboard-page .dashboard-content .dealer form button {
  background: #1d4a8e url('/assets/src/img/btn2.svg') no-repeat 12px 50%;
}
.compare-page .top-links a.active {
  color: #1d4a8e;
}
.compare-page .list .items .item .discount {
  background: #1d4a8e;
}
.compare-page .list .items .item .price-block .price:hover:before {
  background: #1d4a8e;
}
.compare-page-data .list .info span.rating a {
  color: #1d4a8e;
}
.compare-page-data .list .info span.actions i.color1 {
  background: #1d4a8e;
}
.compare-popup .window .close {
  background: url('/assets/src/img/close3.svg');
}
.compare-popup .window .list .items .discount {
  background: #1d4a8e;
}
.compare-popup .window .list .items .item .price-block .price:hover:before {
  background: #1d4a8e;
}
.popup-review .window .close {
  color: #1d4a8e;
  background: url('/assets/src/img/delete3.svg') no-repeat right / contain;
}
.news-slider .list .item:hover a {
  color: #1d4a8e;
}

.ya-share2__item_service_vkontakte path {
  fill: #1d4a8e;
}

.ya-share2__item_service_telegram path {
  fill: #1d4a8e;
}

.ya-share2__item_service_odnoklassniki path {
  fill: #1d4a8e;
}

.ya-share2__item_service_vkontakte {
  color: transparent;
}
.ya-share2__item_service_telegram {
  color: transparent;
}
.ya-share2__item_service_odnoklassniki {
  color: transparent;
}

.ya-share2__item_service_telegram {
  color: transparent;
  background: url('/assets/src/img/share12.svg') no-repeat;
  background-position: center;
  background-position-x: 0;
}

.ya-share2__item_service_vkontakte {
  background: url('/assets/src/img/share13.svg') no-repeat;
  color: transparent;
}

.ya-share2__item_service_odnoklassniki {
  background: url('/assets/src/img/share14.svg') no-repeat;
  color: transparent;
}

.item-page .right-side .links a:nth-child(2).active, .fav.active, .fav:hover {
  background-color: #1d4a8e!important;
}
.item-page .right-side .links a:nth-child(1).active {
  background-color: #1d4a8e!important;
}

.cart-page .list .item.price-by-request > :not([class="right-block"]) {
  opacity: 1!important;
}
.cart-page .list .item.price-by-request .right-block > :not([class="number"]) {
  opacity: 1!important;
}

.cool-btn {
  background: #1d4a8e;
  border: 1px solid #1d4a8e;
}

.checkout-page .columns-wrap .left .step .content .labeled-input input[type="text"]:focus, .checkout-page .columns-wrap .left .step .content .labeled-input input[type="email"]:focus, .checkout-page .columns-wrap .left .step .content .labeled-input input[type="date"]:focus, .checkout-page .columns-wrap .left .step .content .labeled-input input[type="time"]:focus {
  border-color: #1d4a8e;
}

.cool-btn:hover {
  background: #33388b;
  border-color: #33388b;
}
.checkout-page .columns-wrap .left .step .head .chevron svg path {
  stroke: #33388b;
}
.checkout-page .columns-wrap .left .step .head:hover .chevron svg path {
  stroke: #33388b;
}

.dashboard-page .dashboard-content .delivery ul li::before {
  color: #1d4a8e;
}

.cabinet-page .cabinet-content .order .info .top-info button {

}

.cabinet-page .cabinet-content .order .info .top-info form + button {
  margin-left: 24px;
}

.cabinet-page .cabinet-content .order .info .top-info {
  padding: 22px 20px;
}

.cabinet-page .cabinet-content .order .info .top-info button:last-child {
  background: #1d4a8e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 12px);
}
.login-page form button {
  background: #1d4a8e;
}

.login-page form .field a {
  color: #1d4a8e;
}

.login-page form .agree .checkbox:checked + label {
  background: url(/assets/src/img/checkbox6.svg) no-repeat 0 0;
}

.login-page form .agree .checkbox + label {
  background: url(/assets/src/img/checkbox5.svg) no-repeat 0 0;
}

.login-page form .back-link {
  color: #1d4a8e;
  background: url(/assets/src/img/back3.svg) no-repeat left;
}

.cabinet-page .cabinet-content .order .info .top-info button:last-child img {
  margin-right: 10px;
}

.cabinet-page .cabinet-content .order .info .top-info form {
  width: calc(50% - 12px);
}

.cabinet-page .cabinet-content .personal-info .table table tr td a {
  color: #1d4a8e;
}

.popup-wrap .cool-popup.feedback select {
  color: #1d4a8e;
  background: url(/assets/src/img/select3.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: #1d4a8e;
}

.popup-wrap .cool-popup .checkbox + label, .review-popup .checkbox + label, .checkbox + label {
  background: url(/assets/src/img/checkbox5.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/checkbox6.svg) no-repeat 0 0;
}

.popup-wrap .cool-popup button {
  background: #1d4a8e;
}

.header .left-links a.menu-button.active {
  background: url(/assets/src/img/menu-close3.svg) !important;
}

.block-404__status {
  color: #1d4a8e;
}

.cool-btn.alt {
  color: #33388b;
  background: none;
  border-color: #33388b;
}

.cool-btn.alt:hover {
  background: none;
  border-color: #33388b;
}

.image .block textarea,
.image .block input[type="text"] {
  border: 1px solid #33388b;
}

.checkout-order-info .cart-item.price-by-request .title {
  color: #1d1d1f !important;
}

@media (max-width: 767px) {
  .cabinet-page .cabinet-content .order .info .top-info button,
  .cabinet-page .cabinet-content .order .info .top-info button:last-child,
  .cabinet-page .cabinet-content .order .info .top-info form {
    width: 100%;
  }

  .cabinet-page .cabinet-content .order .info .top-info form + button {
    margin-left: 0;
    margin-top: 6px;
  }
}

.header .left-links .menu .masonry {
  margin-top: 35px;
  overflow-y: auto;
  height: calc(100% - 83px);
  display: flex;
  justify-content: space-between;
}

.header .left-links .menu .masonry-column {
  width: 350px;
  height: 0;
}

.header .left-links .menu .masonry::-webkit-scrollbar {
  width: 3px;
}

.header .left-links .menu .masonry::-webkit-scrollbar-track {
  background-color: rgba(245, 245, 245, 1);
}

.header .left-links .menu .masonry::-webkit-scrollbar-thumb {
  background-color: rgba(29, 29, 31, 0.12);
}
.header .left-links .menu .gradient {
  position: absolute;
  width: 100%;
  height: 300px;
  background: linear-gradient(0deg, #FFFFFF 25.79%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 1;
  transition: 0.2s;
}
.header .left-links .menu ul {
  font-size: 13px;
  line-height: 18px;
}

.header .left-links .menu a {
  color: rgba(29, 29, 31, 0.6);
  text-decoration: none;
}

.header .left-links .menu a:hover {
  text-decoration: underline;
}

.header .left-links .menu .masonry-column > li > a {
  color: rgba(29, 29, 31, 1);
  font-weight: bold;
}

.full-name:hover {
  color: #33388b;
}

.header .left-links .menu a + ul,
.header .left-links .menu li + li {
  margin-top: 5px;
}

.header .left-links .menu .masonry-column > li + li {
  margin-top: 25px;
}

.header .left-links .catalog-menu-wrap {
  height: 100%;
}
.header .left-links .menu {
  position: absolute;
  left: 0;
  margin-top: 30px;
  z-index: 4;
  width: 100%;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
  background: #fff;
  height: calc(100vh - 143px);
  box-shadow: 0px 3px 5px -2px rgba(29, 29, 31, 0.12);
  padding-bottom: 20px;
  top: unset;
}

.header .right-links .link .window .result > a {
  width: 100%;
}

.checkout-order-info .cart-item .title:hover {
  color: #33388b!important;
}

.cart-page .list .item .links a:nth-child(1):hover,
.cart-page .list .item .links a:nth-child(1).active
{
  color: #33388b;
  background: url(/assets/src/img/cart-link1-active3.svg) no-repeat 0 0;
}

.cart-page .list .item .links a:nth-child(2):hover {
  color: #33388b;
  background: url(/assets/src/img/cart-link2-active3.svg) no-repeat 0 0;
}

.header .left-links .menu:after {
  content: none;
}

.header .left-links .menu ul {
  background: unset;
  border-radius: unset;
  border: unset;
  -moz-border-radius: unset;
}
.header .left-links .menu ul li {
  position: inherit;
}
.header .left-links .menu .masonry-column > li > a {
  background: unset!important;
}

.header .left-links .menu ul li a {
  display: unset;
  text-decoration: none;
  position: unset;
  z-index:unset;
  padding: unset;
  font-size: unset;
  line-height: unset;
}


.index-about-top-block .links {
  height: inherit;
  margin-bottom: 56px;
}

.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,
.header .left-links .menu form 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,
#partner-form button:hover
{
  background: #335b99;
}

.header .left-links .menu form input[type='text'] {
  width: calc(76% - 23px);
}

.header .left-links .menu form button {
  background: #1d4a8e;
  width: 283px;
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  color: #fff;
  font-size: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.header .left-links .menu form button svg {
  margin-right: 8px;
  margin-top: 4px;
}

.header .left-links .catalog-menu-wrap {
  position: relative;
}

.info-image-js a {
  text-decoration: none;
  color: #1d4a8e;
}


.search-page .categories-list .item p span {
  color: #1d4a8e;
}

.catalog-top-text .left-column {
  background: url(/assets/src/img/dashboard-banner.svg) no-repeat right / contain;
  background-position-x: calc(100% - 20px);
}

.index-catalog-block2 .list .item .price-block .price:before,
.catalog-top-text .right-text .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-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: #1d4a8e;
  transition: 0.3s;
  content: '';
}

.post-page .left-side a, .post-page .right-side a {
  color: #1d4a8e;
}

.index-page-slider .list .slick-next:hover, .slider-for .slick-next:hover {
  background: url("/assets/src/img/next/v3.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 {
  background: url("/assets/src/img/prev/v3.svg");
  background-color:  rgba(29, 29, 31, 0.12);
  border-radius: 6px;
}

.header .right-links .link .window .cart-list .item .name .link:hover {
  text-decoration: none;
  color: #1d4a8e;
}

.partner-page .field label {
  top: 17px;
}

.catalog-top-text .image {
  height: 100%;
  max-height: unset;
  display: flex;
  align-items: center;
}

.empty-file span {
  margin-top: -3px;
}

.compilation-block .slick-list .photos .slick-list {
  padding: 0 !important;
}

.mobile-show {
  display: none!important;
}

.index-news-block .list .item a {
  display: inline-block;
  overflow: hidden;
  border-radius: 6px;
  max-height: 200px;
  margin-bottom: 10px
}

.header .left-links .menu a:hover {
  color: #1d4a8e;
  text-decoration: none;
}

.labeled-input .label span {
  color: #f14552;
}

@media (max-width: 575px) {
  .index-page-slider .list .item .text .name {
    margin-top: 100%;
  }

  .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;
  }

  .btn-wrap .check-wrap {
    margin-left: 0;
  }

  .checkout-page .btn-wrap {
    align-items: unset;
  }

  .checkout-page .columns-wrap .right .cart-item {
    width: 80%;
  }

  .dashboard-page .menu ul li img {
    display: block;
  }

  .dashboard-page .menu ul li a {
    padding: 18px 10px 18px 37px;
  }

  .mobile-menu .site {
    color: #1d4a8e;
  }

  .dashboard-page .back-link {
    display: block;
    background: url(/assets/src/img/back3.svg) no-repeat left 1px top 50%;
    color: #1d4a8e;
  }

  .mobile-margin-photo .photo {
    margin: 0 5px!important;
  }

  .brand-page {
    padding-bottom: 0;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    margin-bottom: 60px;
  }

  .articles-block {
    margin: unset!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: 13px;
    position: relative;
    overflow: hidden;
  }

  .mobile-catalog-text .price-button .number {
    margin-top: 14px;
  }
  .mobile-catalog-text .image {
    background: url(/assets/src/img/dashboard-banner.svg) no-repeat right / contain;
    background-position-x: calc(100% - 10px);
  }

  .index-page-slider .list .item .text .name {
    position: absolute;
    width: 130px;
    bottom: 10px;
  }

  .index-catalog-block .list .item:not(.mobile-hidden):has(+ .mobile-hidden) {
    border-bottom: 0;
  }

  .index-company-block .tabs ul li a img {
    opacity: 30%;
  }

  .index-company-block .tabs ul li.ui-state-active a img {
    opacity: 100%;
  }

}



.top-block.top-block--riester.top {
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  padding: 20px 60px 20px 20px;
  border: 1px solid #1d4a8e;
}

.top-block.top-block--riester.bottom {
  margin-bottom: 20px;
}

.top-block.top-block--riester {
  background: rgba(51, 56, 138, 0.07) url(/assets/src/img/result4.svg) no-repeat right center / contain;
}

.top-block--riester .top-block__logo {
  width: 124px;
  height: 20px;
  margin-bottom: 10px;
}

.top-block__bottom strong {
  font-family: 'Inter';
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1D1D1F;
}

.top-block__bottom p {
  font-family: 'Inter';
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #1D1D1F;
  margin-bottom: 0 !important;
}

.aside-menu .top-block.top-block--riester.top {
  min-width: 384px;
}

.top-page-line .contacts .city .window .button {
  padding-top: 26px;
  display: flex;
  background: transparent;
  min-height: auto;
  border-radius: 0;
  justify-content: space-between;
}

@media (max-width: 1230px) {
  .aside-menu .top-block.top-block--riester.top {
    min-width: auto;
    padding-right: 30px;
  }
}
/* End */
/* /assets/src/css/animate.css?17029054943000 */
/* /assets/src/css/jquery.formstyler.css?17029054942175 */
/* /assets/src/css/slick.css?17029054941846 */
/* /assets/src/css/style.css?1763998502311157 */
/* /assets/src/css/additional.css?172656177971278 */
/* /assets/src/css/ver3.css?176416008932226 */
