<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
    font-family: 'RubikB'; /* Гарнитура шрифта */
    src: url('../../fonts/Rubik-Bold.eot'); /* Для IE5-8 */
    src: local('RubikB'),
		url('../../fonts/Rubik-Bold.ttf') format('truetype'),
		url('../../fonts/Rubik-Bold.woff') format('woff'),
		url('../../fonts/Rubik-Bold.svg') format('svg');
}

@font-face {
	font-family: 'Rubik';
	src: url('/fonts/rubik/Rubik-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url('/fonts/rubik/Rubik-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url('/fonts/rubik/Rubik-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url('/fonts/rubik/Rubik-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url('/fonts/rubik/Rubik-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Rubik';
	src: url('/fonts/rubik/Rubik-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url('/fonts/raleway/Raleway-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url('/fonts/raleway/Raleway-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url('/fonts/raleway/Raleway-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url('/fonts/raleway/Raleway-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url('/fonts/raleway/Raleway-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Raleway';
	src: url('/fonts/raleway/Raleway-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}


.header .header__wrapper .middle-header .call-back .number{
    font-family: "RubikB", sans-serif;
    font-size: 19px;
}
.header .header__wrapper .header-min .header-mobile-menu-wrapper .header-mobile-call-back .number {
    font-family: "RubikB", sans-serif;
}
.header .header__wrapper .middle-header .middle-header__wrapper .logo{
	display: flex;
	align-items: center;
	width: 200px;
	height: 64px;
}
.header .header__wrapper .middle-header .middle-header__wrapper .logo img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.modal.fade.show .modal-dialog {
    -webkit-transform: translate(0, 0%)!important;
    -ms-transform: translate(0, 0%)!important;
    -o-transform: translate(0, 0%)!important;
    transform: translate(0, 0%)!important;
}
.error-summary {
    margin: 20px;
    font-size: 14px;
}
.error-summary li {
    color: #a70808;
    padding: 3px;
    font-size: 14px;
}
.error-summary p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}
p{
    font-family: sans-serif;
}
.about-company-links {
    margin: 100px 0;
    padding: 100px 0;
    background-color: #F8FAFC;
}
.subscribe-two {
	display: none;
    margin-top: 22px;
}
.footer {
    margin-top: 45px;
    padding-bottom: 20px;
}
/* Правки на главной в карусели карточек товара */
.bottom-content .title-block .title-block-wrapper .title a{
    color: var(--color-light-gray);
}
.bottom-content .title-block .title-block-wrapper .sub-title a{
    color: var(--color-black);
}
.bottom-content .options{
    cursor: pointer;
    margin-top: 3px;
    background: #ffffff;
    position: relative;
    color: #ccc;
    border-radius: 5px;
    padding-top: 4px;
}
.bottom-content .options .title{
    font-family: sans-serif;
    font-size: 11px;
    line-height: 13px;
    color: var(--color-light-gray);
    margin-left: 11px;
}
.bottom-content .options .select-block select {
    cursor: pointer;
    width: 100%;
    padding: 4px 10px 4px 10px;
    border: none;
    font-family: sans-serif;
    font-size: 13px;
    background: #ffffff;
    border-radius: 5px;
	border-color: transparent!important;
    color: var(--color-black);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: url("../../img/base/arrowDown.svg") 94% 60% no-repeat; */
    background-image: var(--img-arrow-down);
	background-position: 94% 60%;
	background-repeat: no-repeat;

}
.bottom-content .options .select-block select:active,.options .select-block select:focus {
	border-color: transparent!important;
	outline: none;
}

/* Модальное окно */
.close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
@media (max-width: 1024px){
	.close {
		top: 20px;
		right: 20px;
	}
}
@media (max-width: 1024px){
	.close img {
		width: 13px;
		height: 13px;
	}
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  max-width: 480px;
  margin: 20px auto;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  padding: 45px 55px 50px;
}
@media (max-width: 1024px){
	.modal-content {
		border-radius: 5px 5px 0px 0px;
		padding: 40px 20px 30px;
	}
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px 15px 0px;
}
@media (max-width: 1024px){
	.modal-header {
		min-height: 0;
		padding: 0;
		margin-bottom: 10px;
	}
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 0px 15px 15px;
}
@media (max-width: 1024px){
	 .modal-body {
		 padding: 0;
	 }
}
.modal-footer {
  padding: 15px;
  text-align: right;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal .title{
  font-family: "Raleway", sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
 }
 @media (max-width: 1024px){
	.modal .title {
		font-size: 19px;
		font-weight: 600;
		color: var(--color-black);
		text-align: left;
	}
 }
 .modal .sub-title {
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
	 margin: 15px 0px 5px 0px;
    text-align: center;
    color: var(--color-gray);
}
@media (max-width: 1024px){
	.modal .sub-title {
		margin: 0px 0px 5px 0px;
		font-weight: 500;
		line-height: 140%;
		text-align: left;
	}
}
.modal .phones-block {
	font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--color-primary);
}
.modal .phone-link {
	font-family: "Rubik", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: var(--color-primary);
}
 .modal p{
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
    color: var(--color-gray);
}
.modal form input {
    display: block;
    border-radius: 3px;
    width: 100%;
    margin-top: 20px;
    background: #F8F8F7;
    border: none;
    height: 46px;
    padding: 0 15px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #555;
	border: 2px solid transparent;
}
@media (max-width: 1024px){
	.modal form input {
		height: 50px;
		box-sizing: border-box;
	}
}

input.has-error{
	border: 2px solid #c00!important;
}
.modal .errors{
    color: #a70808;
    font-family: sans-serif;
    margin-top: 10px;
    font-size: 11px;
}
.call-back-button{cursor: pointer;}
@media (min-width: 768px) {
  .modal-dialog {
    width: 480px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  }
}

.product-card {
    width: 100%;
}
#basket-modal.modal .modal-content {
    padding: 45px 0px 50px;
}
.modal .block {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin: 25px;
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.modal .block .like-block-button {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.modal .block .like-block-button img {
    width: 17px;
    height: 14px;
}
.modal .block .delete-block-button {
    cursor: pointer;
    position: absolute;
    top: 36px;
    right: 3px;
}
.modal .block .left-content .img-block {
    width: 94px;
    height: 58px;
}
.modal .block .left-content .img-block img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.modal .block .right-content {
    -ms-flex-preferred-size: 71%;
    flex-basis: 71%;
    margin-left: 27px;
}
.modal .block .right-content .block-title-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal .block .right-content .block-title-count .block-title .title {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-light-gray);
}
.modal .block .right-content .block-title-count .block-title .sub-title {
    margin-top: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-black);
}
.modal .block .right-content .block-title-count .count {
    margin-left: 30px;
    width: 99px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.modal .block .right-content .block-title-count .count .count-input {
    border: none;
    width: 25px;
    height: 25px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}
.modal .block .right-content .block-title-count .count .number-arrows .arrow-num, .modal .block .right-content .block-title-count .count .number-arrows .arrow-minus {
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}
.modal .block .right-content .block-title-count .count .number-arrows .arrow-num {
    right: 5px;
}
.modal .block .right-content .block-title-count .count .number-arrows .arrow-minus {
    left: 5px;
}
.modal .block .right-content .size-price {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal .block .right-content .size-price .size {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-light-gray);
}
.modal .block .right-content .size-price .size span {
    color: var(--color-black);
}
.modal .block .right-content .size-price .price {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: var(--color-primary);
}
.modal .bottom-content {
    margin-top: 27px;
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal .bottom-content .finaly-count {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
}
.modal .bottom-content .finaly-count span {
    font-weight: 700;
    font-size: 19px;
    color: var(--color-primary);
}
.modal .bottom-content .go-to-backet {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    background-color: var(--color-primary);
    border-radius: 60px;
    color: #ffffff;
    padding: 16px 47px 16px 29px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    position: relative;
}
.modal .bottom-content .go-to-backet::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 19px;
    background: url("../../img/base/basketIconWhite.svg") no-repeat;
}
.modal .bottom-content .go-to-backet:hover {
    background-color: var(--color-primary-dark);
}
.modal .call-back-button {
    margin-left: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 60px;
    color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.modal .call-back-button:hover {
    background-color: var(--color-primary-dark);
}
#cookie_notification{
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-color: rgb(57 65 76 / 95%);
  font-family: sans-serif;
  color: #fff;
  z-index: 222;
}

#cookie_notification p{
  margin: 0;
  font-size: 15px;
  text-align: left;
  width: 70%;
  padding: 50px 0px 50px 40px;
}
.cookie_accept{
  padding: 16px 90px;
  margin-left: 16px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
  border-radius: 60px;
  color: #505863;
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  position: absolute;
  right: 40px;
 top: 43px;
     opacity: 0.9;
}
.cookie_accept:hover{
     opacity: 1;
}
#cookie_notification p a{
    text-decoration: underline;
    color: #a0a9b6;
}
#cookie_notification p a:hover{
    color: #fff;
}
@media (max-width: 1100px){
.cookie_accept{
 top: 50px;
}
#cookie_notification p{
  width: 60%;
}
    #cookie_notification {
        bottom: 60px;
    }
}
@media (max-width: 780px){
#cookie_notification p{
    padding: 40px 40px 20px 40px;
	width: auto;
}
.cookie_accept {
    position: relative;
    right: 0px;
    top: 0px;
    margin: 0px 0px 40px 40px;
}
}
@media (min-width: 576px){
  #cookie_notification.show{
    display: block;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
}

.label-oferta {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-black);
    display: inline-block;
    position: relative;
    padding-left: 27px;
    margin-top: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.modal form .label-oferta input{
    height: 0;
    width: 0;
    display: inline-block;
}
.modal form input#callbackForm_submit{
    color: #ffffff;
    background: var(--color-primary);
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
	font-weight: 700;
}
@media (max-width: 1024px){
	.modal form input#callbackForm_submit {
		font-size: 17px;
		font-weight: 500;
		box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
		border-radius: 60px;
	}
}
.modal form input#callbackForm_submit:hover {
    background: var(--color-primary-dark)!important;
}
.modal form input#callbackForm_submit:disabled {
    background: #a3adc1!important;
}
.label-oferta input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.label-oferta .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
.label-oferta  input:checked ~ .checkmark {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.label-oferta  input:checked ~ .checkmark {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.label-oferta  input:checked ~ .checkmark:after {
    content: "";
    background: url("../img/base/tickMarkIcon.svg") no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    margin: -1px 0px;
	background-size: contain;
}
.label-oferta  a{
    color: var(--color-primary);
    text-decoration: underline;
}
.label-oferta  a:hover{
    color: #5c8d09;
}
.ui-widget.ui-widget-content {
    font-size: 13px;
    font-family: "Raleway", sans-serif;
    border-radius: 9px;
    overflow: hidden;
    border: 1px solid var(--color-primary-dark)!important;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 4px 20px 4px 20px;
    background: #fff;
}
.ui-menu .ui-menu-item-wrapper:hover{
    border-color: var(--color-primary);
    background: var(--color-primary);
	color:#fff;
}
.like-count{
    color: #ffffff;
	font-family: "Raleway", sans-serif;
    width: 15px;
    height: 12px;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 60px;
    display: block;
    position: absolute;
    margin: -29px 0px 0px 23px;
    text-align: center;
    font-size: 8px;
    padding-top: 3px;
}
.main-links .main-links__wrapper .block-active .icon svg path {
    stroke: #fff!important;
}

.product-block-page .left-content__one-col .specifications .specifications__item{
    width: 50%;
	align-items: normal;
	text-align: left;
	padding: 10px 30px 5px 8px;
	height: 67px;
}
.product-block-page .left-content__one-col .specifications .specifications__item:hover .title{
	color: var(--color-light-gray);
}
.product-block-page .left-content__one-col .specifications .specifications__item .title{
    border-bottom: none;
	color: var(--color-light-gray);
}
.product-block-page .left-content__one-col .specifications .specifications__item .sub-title{
    line-height: normal;
	overflow: hidden;
}
.product-block-page .left-content__one-col .specifications .specifications__item:nth-child(1):before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    width: 58px;
    height: 73px;
    background: url("../../img/base/productPageSpecificationRight.svg") no-repeat;
    opacity: 0.4;
}
.product-block-page .left-content__one-col .specifications .specifications__item:nth-child(2):before {
    content: "";
    position: absolute;
    top: 9px;
    right: 0px;
    width: 34px;
    height: 63px;
    background: url("../../img/base/productPageSpecificationLeft.svg") no-repeat;
    opacity: 0.4;
}
.details-order__wrapper .additionalOptions__top {
	display: flex;
}
.details-order__wrapper .additionalOptions-item {
	flex: 1 1 25%;
}
.details-order__wrapper .additionalOptions-item:not(:last-child) {
	padding-right: 20px;
}
.to_favorites svg {
  stroke: var(--color-primary);
  stroke-width: 2px;
  width: 21px;
}
.to_favorites svg:hover {
  fill: var(--color-primary);
}
.favorites-cards-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.specifications .specifications__item-select{
    margin-top: 3px;
    background: #ffffff;
    position: relative;
    color: #ccc;
    border-radius: 5px;
    padding-top: 4px;
}
.specifications .specifications__item-select p{
    font-family: sans-serif;
    font-size: 11px;
    line-height: 13px;
    color: var(--color-light-gray);
    margin-left: 11px;
}

.specifications .specifications__item-select .select-block select {
    width: 100%;
    padding: 4px 10px;
    border: none;
    font-family: sans-serif;
    font-size: 13px;
    background: #ffffff;
    border-radius: 5px;
    color: var(--color-black);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background: url("../../img/base/arrowDown.svg") 94% 60% no-repeat; */
    background-image: var(--img-arrow-down);
	background-repeat: no-repeat;
	background-position: 94% 60%;
	cursor: pointer;
}
.specifications .specifications__item-select .select-block select:active,.specifications .specifications__item-select .select-block select:focus {
	border-color: transparent!important;
	outline: none;
}
.product-card-pop-up .delete a {
    font-family: "Raleway", sans-serif;
    margin-top: 6px;
    display: inline-block;
    color: #e16a6a;
    font-size: 11px;
}
.product-card-pop-up .delete a:hover{
    color: #ce3131;
}
#callbackForm_submit{
    cursor: pointer;
}
.footer .footer__wrapper .top-footer .logo {
	display: flex;
	align-items: center;
	width: 140px;
	height: 40px;
}
.footer .footer__wrapper .top-footer .logo img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	vertical-align: top;
}
@media (max-width: 840px) {
	.footer .footer__wrapper .top-footer .logo img {
		width: 150px;
	}
}
.footer .footer__wrapper .middle-footer .menu ul.social_block li a{
    width: 28px;
    height: 28px;
	margin-right: 9px;
}
.footer .footer__wrapper .middle-footer .menu ul.social_block li a.socil-links__item--big{
    width: 56px;
    height: 28px;
	margin-right: 9px;
}
.footer .footer__wrapper .middle-footer .menu ul.social_block li a svg{
    width: 100%!important;
    height: 100%!important;
}
.footer .socil-links__item svg{
    fill: var(--color-primary);
	margin-right: 7px;
}
.footer .socil-links__item svg:hover {
    fill: var(--color-primary-dark);
}
.footer .footer__wrapper .middle-footer .menu ul.social_block li.list-title a{
    width: initial;
    height: initial;
	margin-right: 0px;
}

.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item .title {
    line-height: 16px;
    padding-bottom: 2px;
    height: 38px;
    overflow: hidden;
    font-size: 15px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item .sub-title {
    font-size: 15px;
    line-height: 17px;
	margin-top: 3px;
	height: 36px;
	overflow: hidden;
    align-items: center;
    display: flex;
}
#delivery_id label,#payment_id label{
    display: table;
    font-family: "Raleway", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-left: 1px;
    margin-top: 7px;
    color: var(--color-black);
}
#payment_id label {
	display: flex;
	align-items: center;
}

#delivery_id label:hover,#payment_id label:hover {
    color: var(--color-black);
}

#delivery_id input[type="radio"],#payment_id input[type="radio"] {
     position: relative;
     cursor: pointer;
     padding: 0;
     margin-right: 10px;
}
#delivery_id input[type="radio"]:before,#payment_id input[type="radio"]:before {
     content: '';
     margin-right: 10px;
     display: inline-block;
     width: 12px;
     height: 12px;
     margin-top: -2px;
	 margin-left: -1px;
     background: #fcfcfc;
     border: 2px solid var(--color-primary);
     border-radius: 50%;
}
#delivery_id input[type="radio"]:checked:before,#payment_id input[type="radio"]:checked:before {
     background: var(--color-primary);
     border-color: var(--color-primary);
}
#delivery_id label input[type="radio"]:disabled + span,#payment_id label input[type="radio"]:disabled + span{
     color: #a1a1a1!important;
     cursor: auto;
}
.basket-section p{
    font-family: "Raleway", sans-serif;
	font-size: 14px;
}
.basket-section .count  p {
	font-family: "Rubik", sans-serif;
}
.sort-price.sort-button-active::after {
    content: "";
    background: url("../../img/base/sortPriceMinIcon.svg") no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    margin-left: 6px;
}
.sort-price.sort-button-active.price-max::after {
    content: "";
    background: url("../../img/base/sortPriceMaxIcon.svg") no-repeat;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-size: contain;
    margin-left: 6px;
}

.details-order .details-order__wrapper .left-content form .form-body input{
    border: 2px solid transparent;
	margin-left: -4px;
}
.details-order .details-order__wrapper .left-content form .form-body input.has-error{
	border: 2px solid #c00!important;
}
.error-summary{
	font-family: "Raleway", sans-serif;
	margin-left: 0px;
}
.slider-slick .block{
    display: none;
}
.slider-slick .block:first-child{
    display: block;
}
.slider-slick.slick-initialized .block{
    display: inline-block;
}
.details-order .details-order__wrapper .right-content{
	flex-basis: 36%;
}

.product-card-slick .block .bottom-content .specifications-wrapper, .block-view-1-col .bottom-content .specifications-wrapper, .block-view-2-col .bottom-content .specifications-wrapper, .block-view-3-col .bottom-content .specifications-wrapper{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
}
.product-card-slick .block .bottom-content .specifications-wrapper .specifications-item, .block-view-1-col .bottom-content .specifications-wrapper .specifications-item, .block-view-2-col .bottom-content .specifications-wrapper .specifications-item, .block-view-3-col .bottom-content .specifications-wrapper .specifications-item{
    flex-basis: 100%;
}
.product-card-slick .block .bottom-content .specifications-wrapper .specifications-item.half,.product-card-slick .block .bottom-content .specifications-wrapper .specifications-item.maksimalnaa-nagruzka-na-spalnoe-mesto-kg, .block-view-1-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-2-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-3-col .bottom-content .specifications-wrapper .specifications-item.half,.block-view-3-col .bottom-content .specifications-wrapper .specifications-item.maksimalnaa-nagruzka-na-spalnoe-mesto-kg{
    flex-wrap: nowrap;
    flex-basis: 41.8%;
}

@media (max-width: 1195px){
.product-card-slick .block .bottom-content .specifications-wrapper .specifications-item.half, .product-card-slick .block .bottom-content .specifications-wrapper .specifications-item.maksimalnaa-nagruzka-na-spalnoe-mesto-kg, .block-view-1-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-2-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-3-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-3-col .bottom-content .specifications-wrapper .specifications-item.maksimalnaa-nagruzka-na-spalnoe-mesto-kg {
    flex-basis: 40.2%;
}
}
@media (max-width: 1050px){
.product-card-slick .block .bottom-content .specifications-wrapper .specifications-item.half, .product-card-slick .block .bottom-content .specifications-wrapper .specifications-item.maksimalnaa-nagruzka-na-spalnoe-mesto-kg, .block-view-3-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-1-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-2-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-3-col .bottom-content .specifications-wrapper .specifications-item.maksimalnaa-nagruzka-na-spalnoe-mesto-kg {
    flex-basis: 40%;
}
}
@media (max-width: 991px){
.product-card-slick .block .bottom-content .specifications-wrapper .specifications-item.half, .product-card-slick .block .bottom-content .specifications-wrapper .specifications-item.maksimalnaa-nagruzka-na-spalnoe-mesto-kg, .block-view-3-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-1-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-2-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-3-col .bottom-content .specifications-wrapper .specifications-item.maksimalnaa-nagruzka-na-spalnoe-mesto-kg {
    flex-basis: 38.9%;
}
}


.slider-block-lock-slick-track .view-slide-nav .view-slide-nav__wrapper .slick-track {
    width: auto !important;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide-nav .view-slide-nav__wrapper .slick-track {
    display: inline-flex;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide-nav .view-slide-nav__wrapper .slick-slide{
    margin: 0px 4px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide-nav .view-slide-nav__wrapper .view-slide-nav__item img {
    height: 58px;
    object-fit: cover;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide .view-slide__wrapper .view-slide__item img {
    width: 335px;
    height: 335px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide {
    padding: 58px 60px 25px 60px;
}
@media (max-width: 460px){
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide {
    padding: 38px 30px 25px 30px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide .view-slide__wrapper .view-slide__item img {
    width: 270px;
    height: 270px;
}
}

/*.slider-slick .block {
    border-radius: 14px;
    overflow: hidden;
}
.slider-slick .block img{

}*/

.block-view-2-col {
    -ms-flex-preferred-size: 45.7%;
    flex-basis: 45.7%;
}

.block-view-3-col {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
}
.product-card-slick .block {
    max-width: 260px;
}
.buy-with-this .product-card-slick .block {
    max-width: none !important;
	width: auto !important;
	display: block !important;
}
@media (max-width: 1075px) {
.block-view-3-col {
    max-width: 208px;
}
}
@media (max-width: 1040px) {
.block-view-3-col {
    max-width: 200px;
}
}
@media (max-width: 960px) {
.category .category__wrapper .right-content .product-block .product-block-wrapper .block {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
	max-width: 252px;
}
}
@media (max-width: 840px) {
.category .category__wrapper .right-content .product-block .product-block-wrapper .block {
	max-width: 344px;
}
}
.header .header__wrapper .bottom-header {
    padding: 0;
}
.compare-count{
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    width: 15px;
    height: 12px;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 60px;
    display: block;
    position: absolute;
    margin: -30px 0px 0px 13px;
    text-align: center;
    font-size: 8px;
    padding-top: 3px;
}
.product-comparsion .product-comparsion__wrapper .block-bottom-color1 .bottom-content .bottom-content__item.charDiff{
    background: rgb(239 214 146 / 50%);
}
.product-comparsion .product-comparsion__wrapper .block .bottom-content .bottom-content__item .title{
    line-height: 19px;
}
.item.block.product-card-pop-up.block-view-1-col a{
    background-color: #fff;
    vertical-align: middle;
    text-align: center;
    display: inherit;
}
.item.block.product-card-pop-up.block-view-1-col p a{
    background-color: transparent;
	text-align: left;
}
.item.block.product-card-pop-up.block-view-1-col .to_favorites.add-to-favorites{
    margin-top: 25px;
}
.item.block.product-card-pop-up.block-view-1-col .bottom-content .title-block {
    margin-top: 0px;
}
.item.block.product-card-pop-up.block-view-1-col .bottom-content .title-block .title-block-wrapper .sub-title {
    margin-top: 7px;
}
.item.block.product-card-pop-up.block-view-1-col .bottom-content .title-block .libre {
    margin-top: 15px;
}
.item.block.product-card-pop-up.block-view-1-col .bottom-content .specifications-wrapper {
    margin-top: 9px;
}
.item.block.product-card-pop-up.block-view-1-col img{
    width: 360px!important;
    -o-object-fit: contain;
    object-fit: contain;
}
.item.block.product-card-pop-up.block-view-3-col a, .item.block.product-card-pop-up.block-view-2-col a{
    background-color: #fff;
    display: block;
}
.item.block.product-card-pop-up.block-view-3-col .remove-product-favorites-product-block a, .item.block.product-card-pop-up.block-view-2-col .remove-product-favorites-product-block a{
    background-color: transparent;
}
.item.block.product-card-pop-up.block-view-3-col p a, .item.block.product-card-pop-up.block-view-2-col p a{
    background-color: transparent;
}
.item.block.product-card-pop-up.block-view-3-col a img, .item.block.product-card-pop-up.block-view-2-col a img{
    margin: 0 auto;
	display: block;
	width: 100%;
}

@media (max-width: 1200px) {
.item.block.product-card-pop-up.block-view-1-col img {
    width: 280px!important;
}
}
@media (max-width: 1024px) {
.item.block.product-card-pop-up.block-view-1-col{
    justify-content: start;
}
.details-order__wrapper .additionalOptions-item:not(:last-child) {
	padding-right: 0;
}
.details-order__wrapper .additionalOptions__top{
	flex-direction: column;
}
.item.block.product-card-pop-up.block-view-1-col img {
    width: 80%!important;
}
.item.block.product-card-pop-up.block-view-1-col .to_favorites.add-to-favorites {
    margin-top: 0px;
}
}

/** Старый слайдер с баннерами
.slider-block .slider__wrapper .block .block-wrapper .left-img-slider {
    -ms-flex-preferred-size: 66.8%;
    flex-basis: 66.8%;
    border-radius: 10px;
    height: 270px;
    overflow: hidden;
}
.slider-block .slider__wrapper .block .block-wrapper .right-img-slider {
    -ms-flex-preferred-size: 33.2%;
    flex-basis: 33.2%;
    border-radius: 10px;
    height: 270px;
    overflow: hidden;
}
.slider-block .slider__wrapper .block .block-wrapper .left-img-slider img, .slider-block .slider__wrapper .block .block-wrapper .right-img-slider img{
    width: 100%;
	height: 100%;
    object-fit: cover;
}
@media (max-width: 750px) {
.slider-block .slider__wrapper .block .block-wrapper .left-img-slider{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
	height: 240px;
}
.slider-block .slider__wrapper .block .block-wrapper .right-img-slider {
    display: none;
}
}**/

.slider-block .slider__wrapper .block .block-wrapper  {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-radius: 10px;
    height: 270px;
    overflow: hidden;
}
@media (max-width: 1024px){
	.slider-block.redesign .slider__wrapper .block .block-wrapper  {
		 border-radius: 0;
	}
}

.slider-block .slider__wrapper .block .block-wrapper a{
    width: 100%;
}
.slider-block .slider__wrapper .block .block-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
@media (max-width: 1024px){
	.slider-block.redesign .slider__wrapper .block .block-wrapper img{
		 border-radius: 0;
	}
}
@media (max-width: 750px) {
.slider-block .slider__wrapper .block .block-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
}
@media (max-width: 650px) {
    .slider-block .slider__wrapper .block .block-wrapper img {
        width: 100%;
        object-fit: fill;
        height: auto;
    }
    .slider-block .slider__wrapper .block .block-wrapper {
    	height: auto;
    }
    .slider-block .slider__wrapper .slick-arrow {
        top: 29%;
    }
}
@media (max-width: 450px) {
    .slider-block .slider__wrapper .slick-arrow {
        top: 25%;
    }
}
.header .header__wrapper .bottom-header {
    padding: 0;
}

.slider-width {
    width: 760px;
    display: inline-block;
}

.parameter-select-block{
    height: 260px;
    background: url("../../img/base/specificationBg.svg") no-repeat center/cover;
	background-color: var(--color-primary-lighter);
    max-width: 370px;
    width: 100%;
    float: right;
    border-radius: 10px;
    padding: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	flex-wrap: wrap;
}
.parameter-select-block p {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    color: var(--color-black);
}
.parameter-select-block .title-block {
    margin-bottom:2px;
}
.parameter-select-block .select-size-block {
    margin-top: 5px;
    width: 100%;
    background: #fff;
    position: relative;
    border: 2px solid var(--color-primary);
    border-radius: 5px;
}
.parameter-select-left,.parameter-select-right{
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
    margin: 0 1%;
}
.parameter-select-block .select-size-block select {
    padding: 6px 22px 6px 9px;
    border: none;
    color: #3c3c3c;
    font-family: "Raleway", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    width: 100%;
    height: 100%;
    /* background: url("../../img/base/selectSizeIcon.svg") 96% 48% no-repeat; */
    background-image: var(--img-arrow-circle-down);
	background-repeat: no-repeat;
	background-position: 96% 48%;
    background-size: 6%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.parameter-select-block .slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -2px;
    top: 50%;
    left: 0;
    height: 3px;
    border-radius: 2px;
}
.parameter-select-block .slider.slider-horizontal .slider-track-low, .parameter-select-block .slider.slider-horizontal .slider-track-high {
    background: rgba(0, 0, 0, 0.15);
}
.parameter-select-block .slider.slider-horizontal .slider-selection {
    background: var(--color-primary);
}
.parameter-select-block .slider-handle {
    background: var(--color-primary);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
}
.parameter-select-block .slider-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
}
.parameter-select-block .slider.slider-horizontal {
    width: 100%;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 152px;
    margin-left: 10px;
}
.parameter-select-block .range-block .range-block-wrapper {
    margin-top: 2px;
    margin-bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.parameter-select-block .range-block .range-block-wrapper .from{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.parameter-select-block  .range-block .range-block-wrapper .to {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-left:7px;
}
.parameter-select-block span {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: var(--color-black);
}
.parameter-select-block .range-block .range-block-wrapper .count {
    text-align: center;
    border: none;
    margin-left: 3px;
    width: 60px;
    height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #e9e9c9;
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-light-gray);
}
.parameter-select-block .label-container {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    color: var(--color-black);
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 0px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.parameter-select-block .label-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.parameter-select-block .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 2px solid var(--color-primary-light);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
}
.parameter-select-block .label-container input:checked ~ .checkmark {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}
.parameter-select-block .btn-parameter-select{
    padding: 5px 29px;
    margin: 0 auto;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 60px;
    color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.parameter-select-block .btn-parameter-select:hover {
    background: var(--color-primary-dark);
}

.main-links .main-links__wrapper .block .icon{
    margin: 0px auto;
}
.main-links .main-links__wrapper .block .title {
    margin-top: 10px;
}

.f-text{font-family: "Raleway", sans-serif;font-size: 14px;margin-top: 32px;}

.ui-widget.ui-widget-content {
    overflow: initial;
    border: none!important;
    height: 3px!important;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
    background: rgba(0, 0, 0, 0.15);
	cursor: pointer;
}
.ui-slider-handle.ui-corner-all.ui-state-default{
    border: 0px solid transparent;
    border-radius: 20px;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    width: 20px;
    height: 20px;
    margin-top: -4px;
	cursor: pointer;
	outline: none!important;
}
.ui-slider-handle.ui-corner-all.ui-state-default:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 50%;
}
.sliderFieldsContainer{
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.fromSlider input{
    text-align: center;
    border: none;
    margin-left: 25px;
    width: 75px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-gray-bg);
    border-radius: 5px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-light-gray);
}
.toSlider input{
    text-align: center;
    width: 75px;
    height: 32px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-black);
    border: 1px dashed var(--color-primary);
    margin-left: 25px;
    border-radius: 3px;
}
.fromSlider:before,.toSlider:before{
    display: block;
    position: absolute;
    margin-top: 8px;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: var(--color-black);
}
.fromSlider:before{
    content:"от";
}
.toSlider:before{
    content:"до";
}
.ui-slider-range.ui-corner-all.ui-widget-header{
    background: var(--color-primary);
}
.parameter-select-block .ui-widget.ui-widget-content {
    margin-bottom: 12px;
    margin-top: 8px;
    width: 92%;
    margin-left: 4%;
}
#matrassFilterForm{
    display: inline-block;
    float: right;
}
.parameter-select-block .range-block .fromSlider input,.parameter-select-block .range-block .toSlider input{
    width: 59px;
	height: 17px;
    margin-left: 18px;
    font-size: 12px;
    background: var(--color-primary-light);
	border: none;
	color: rgb(0 0 0 / 60%);
}
.parameter-select-block .sliderFieldsContainer{
    margin-bottom: 4px;
	margin-top: 10px;
}
.parameter-select-block .fromSlider:before,.parameter-select-block .toSlider:before {
    margin-top: 5px;
    font-size: 12px;
}
.form-body .floor-wrapper, .form-body .apartment-wrapper, .form-body .entrance-wrapper, .form-body .doorphone-wrapper {
    margin-top: 20px;
}
.form-body .floor-wrapper label{
    display: block;
}
.form-body .form-body-gate-lift-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-body .form-body-gate-lift-wrapper .gate,.form-body .form-body-gate-lift-wrapper .lift{
    margin-right: 50px;
}
.form-body .form-body-gate-lift-wrapper p{
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-black);
    margin-top: 20px;
    margin-bottom: 13px;
}
.form-body .form-body-gate-lift-wrapper label{
    display: block;
	font-size: 14px!important;
	font-weight: 400!important;
	margin-top: 5px;
}
.details-order .details-order__wrapper .left-content form .form-body .form-body-gate-lift-wrapper input[type="radio"] {
    margin-right: 8px;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-top: 4px;
    margin-left: 2px;
    background: #fcfcfc;
	cursor: pointer;
	position: relative;
    padding: 0;
}
.details-order .details-order__wrapper .left-content form .form-body .form-body-gate-lift-wrapper input[type="radio"]:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    margin-left: -3px;
    background: #fcfcfc;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
	position: absolute;
}
.details-order .details-order__wrapper .left-content form .form-body .form-body-gate-lift-wrapper input[type="radio"]:checked:before {
    background: var(--color-primary);
    border-color: var(--color-primary);
}
.has-error label,.has-error label:hover{
    color: #cc0000!important;
}
@media (max-width: 960px){
	.details-order .details-order__wrapper .left-content form .form-body input#input_address {
		box-sizing: border-box !important;
	}
}
.modal-md{
    width: 100%;
    max-width: 970px;
}
#city-modal .modal-content{
    border-top: 2px solid var(--color-primary);
}
#city-modal .modal-body {
    font-size: 15px;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 400px;
	margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -46px;
    align-content: space-around;
}

#city-modal .modal-body .cities {
    margin-bottom: 46px;
    padding: 0 15px;
	font-family: sans-serif;
}
#city-modal .modal-body .cities li{
    margin-bottom: 10px;
}
#city-modal .modal-body .cities a{
    color: var(--color-gray);
}
#city-modal .modal-body .cities a:hover{
    color: var(--color-primary);
}
#city-modal .modal-body .cities span {
    display: block;
    font-weight: 700;
    margin-bottom: 18px;
}
.text_block{
    display:block;
}
.bold{
    font-weight: 700;
}
#city-modal .green_bold{
    color: var(--color-primary);
    border-bottom: 1px dashed var(--color-primary);
    font-weight: 700;
	cursor: pointer;
    font-size: 15px;
}
#city-modal .modal-footer p{
    font-size: 17px;
    line-height: 20px;
}
.main-links-mobile{
    margin-top: 34px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    display: none;
}
.main-links-mobile .block {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 27px 10px 23px 10px;
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
    position: relative;
}
.main-links-mobile .block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../img/base/mainLinksBg.svg") no-repeat center/cover;
	background-color: var(--color-primary);
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 5;
    opacity: 0;
}
@media (any-hover: hover) {
	.main-links-mobile .block:hover::after {
		opacity: 1;
	}
}
.main-links-mobile .block .icon {
    position: relative;
    z-index: 10;
    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;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    background: var(--color-gray-bg);
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
@media (max-width: 1024px){
	.main-links-mobile.redesign .block .icon {
		width: 70px;
		height: 70px;
		border: unset;
		box-shadow: none;
		box-sizing: border-box;
		overflow: hidden;
	}
	.main-links-mobile.redesign .block .icon img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}
@media (any-hover: hover) {
	.main-links-mobile .block:hover .icon {
		background: transparent;
		border-color: #fff;
	}
}
.main-links-mobile .block .title {
    position: relative;
    z-index: 10;
    margin-top: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 15px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: var(--color-black);
    text-align: center;
}
@media (max-width: 1024px){
	.main-links-mobile.redesign .block .title {
		margin-top: 8px;
	}
}
@media (any-hover: hover) {
	.main-links-mobile .block:hover .title {
		color: #fff;
	}
	.main-links-mobile .block:hover .icon svg:not(.nonStrokeHover) {
		fill: #fff;
	}
	.main-links-mobile .block:hover .icon svg:not(.nonStrokeHover) path {
		stroke: #fff;
		fill: #fff;
	}
}
.bestsellers-links, .bestsellers-card{
    display:none;
}
.bestsellers-links{
    margin-top:45px;
	margin-bottom:-20px;
}
.bestsellers-links a{
    width: 33%;
	margin-top: 12px;
    display: inline-block;
}
.bestsellers-links p{
	text-align: center;
    font-size: 14px;
    color: #000;
	padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}
.bestsellers-links .block-active p, .bestsellers-links p:hover{
    font-weight: 700;
    border-bottom: 3px solid var(--color-primary);
}
.subscribe-two .subscribe-two__wrapper .left-content form input[type="email"]{
    padding-left: 0px;
    padding-right: 0px;
	text-indent: 16px;
}
.subscribe-two .subscribe-two__img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.subscribe-two .subscribe-two__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.subscribe-two .subscribe-two__wrapper .left-content {
	margin-right: 0;
}
.subscribe-two .subscribe-two__wrapper .left-content, .subscribe-two .subscribe-two__wrapper .right-content {
	overflow: hidden;
}
.about-company-links .about-company-links__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.about-company-links .about-company-links__wrapper .left-content {
	margin-right: 0;
}
@media (max-width: 725px) {
	.about-company-links .about-company-links__wrapper {
		display: block;
	}
}
.subscribe-two .subscribe-two__wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.about-company-links .about-company-links__wrapper .about-company-links__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-company-links .about-company-links__wrapper .content {
    z-index: 2;
}
.about-company-links .about-company-links__wrapper .left-content, .about-company-links .about-company-links__wrapper .right-content {
	overflow: hidden;
}
.news,.sale,.pop-up-product,.product-card,.slider-block .view-slide-nav,.buy-with-this{
    overflow: hidden;
}
.header-mobile-menu-wrapper.header-mobile-menu-show .compare-count{
    margin-top: -33px;
}
.header-mobile-menu-wrapper.header-mobile-menu-show .like-count{
    margin-top: -32px;
}
.header-mobile-menu-wrapper .search-block{
    position: relative;
	margin-top: -10px;
	margin-bottom: 5px;
}
.header-mobile-menu-wrapper .search-block input[type="text"]{
    border-radius: 10px;
    background: transparent;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 5px 20px 5px 40px;
    color: #d0d0d0;
    font-family: "Raleway", sans-serif;
    margin-bottom: 20px;
    font-size: 14px;
    border-bottom: 2px solid #9f9f9f;
    max-width: 180px;
}
.header-mobile-menu-wrapper .search-block:before{
    content:"";
    background: url("../img/base/search-icon.png") 50% 50% no-repeat;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 10px;
    top: 3px;
    background-size: contain;
}
.header .header__wrapper .header-min .header-mobile-menu-wrapper .header-mobile-menu ul li ~ li {
    margin-top: 15px;
}
.suggestions-suggestions{
    border: 1px solid var(--color-primary)!important;
	width: 380px;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
	line-height:16px;
}
.suggestions-value {
    display: block;
	padding: 3px 8px;
	margin: -3px -4px!important;
}
.suggestions-value strong{
    color: var(--color-primary)!important;
}
.suggestions-value:hover{
    background: var(--color-primary)!important;
    color: #fff!important;
}
.suggestions-value:hover strong{
    color: #2d612e!important;
}
.category .category__wrapper .right-content .product-block .pagingControls ul li a{
    color: var(--color-light-gray);
    padding: 8px 15px;
}
.category .category__wrapper .right-content .product-block .pagingControls ul .active-element a{
    color: #fff;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-row .left-content__two-row-wrapper .block {
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
}
.header-min .call-back-button{
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
    color: var(--color-primary);
    border-bottom: 1px dashed var(--color-primary);
}
.header-min .compare-count{
    margin-top: -32px;
}
.pop-up-our-markets #pop-up-map{
    height: auto;
}
.pop-up-our-markets #pop-up-map ymaps.ymaps-2-1-78-map{
    height: 100%;
}
.pop-up-our-markets .pop-up-our-markets__wrapper .content-block .right-content .company-info .company-info-body .company-info-body__item .phone a{
    color: #000;
}
.selected.selected-promo {
    padding-right: 15px;
}
.selected.selected-promo input.promocode{
    margin-left: 0px;
    margin-top: 0px;
    max-width: 140px;
    height: 45px;
    background: var(--color-gray-bg);
    border-radius: 5px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    border: none;
    color: var(--color-black);
}
.selected.selected-promo .promo-apply{
    padding: 16px 22px;
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 60px;
    color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
}
.selected.selected-promo .promo-apply:hover{
    background-color: var(--color-primary-dark);
}
.information-about-order .information-about-order__wrapper .left-content .col .selected .p-applied{
    font-size: 13px;
    line-height: 15px;
    color: #a3adc1;
	display:block;
    margin-top: 5px;
    margin-left: 10px;
    position: absolute;
}
.show-max991{
    display:none!important;
}
.theme-krajee-svg.rating-md .krajee-icon, .theme-krajee-svg.rating-md .krajee-icon-clear {
    width: 1.7rem!important;
    height: 1.7rem!important;
}
.theme-krajee-svg .clear-rating, .theme-krajee-svg .rating-stars {
    margin-top: -8px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .vendor-code-rate .rate p {
    margin-left: 5px;
}
.contacts .contacts__wrapper .left-content .left-content__top .block, .contacts .contacts__wrapper .left-content .left-content__bottom .block {
    -ms-flex-preferred-size: 39%;
    flex-basis: 39%;
}
.right-content#map_conatcts_page ymaps{
    /* max-height: 325px; */
}
.header .header__wrapper .top-header .top-menu ul li a.stocks{
    color:var(--color-primary);
    font-weight:600;
}
#map_conatcts_page{
    width:500px;
	min-height: 275px;
}


.product-card-slick .block .top-content{
    overflow: hidden;
}
.product-card-slick .block .top-content .hover-button-m {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-primary);
    border-radius: 0px 0px 5px 5px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    padding: 20px 0px 20px 0px;
    text-align: center;
    color: #fff;
    -webkit-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.product-card-slick .block .top-content .hover-button-m:hover {
    background-color: var(--color-primary-dark);
}
.product-card-slick .block:hover .top-content .hover-button-m {
    opacity: 1;
}
.card-view-modal .modal-content{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px 18px 29px 18px;
    border: 2px solid #e9e9c9;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.modal .pop-up-product-m  {
    margin-top: -20px;
}
.modal .pop-up-product-m  p{
    text-align:left;
}
.product-card-slick .block .top-content .hover-button-m:after{
    content: "";
    width: 22px;
    height: 17px;
    background: url("../../img/base/eyeIcon.svg") no-repeat;
    display: inline-block;
    margin-left: 20px;
}
.pop-up-product-m .pop-up-product__wrapper {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.pop-up-product-m .pop-up-product__wrapper .price-block .price-wrapper {
    display: flex;
	margin-left: 15px;
}
.pop-up-product-m .pop-up-product__wrapper .price-block .title {
    margin-bottom: 2px;
}
.pop-up-product-m .pop-up-product__wrapper .price-block .price-wrapper .old-price{
    margin-top: 21px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count {
    margin-top: 0px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block {
    margin-top: 10px;
}
.pop-up-product-m .pop-up-product__wrapper .count-block{
    margin-top: -122px;
}
.pop-up-product-m .pop-up-product__wrapper .buttons-block-right{
    margin-top: -40px;
}
.pop-up-product-m .pop-up-product__wrapper .close-pop-up-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: rgba(58, 192, 79, 0.2);
    border-radius: 60px;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.pop-up-product-m .pop-up-product__wrapper .close-pop-up-products img {
    width: 8px;
    height: 8px;
    -webkit-filter: contrast(30.5);
    filter: contrast(30.5);
}
.pop-up-product-m .pop-up-product__wrapper .left-content {
    margin-right: 30px;
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    width: 342px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px 5px 0px 0px;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .new-product {
    padding-top: 9px;
    padding-left: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 86px;
    height: 36px;
    background: url("../img/base/newProductIcon.svg") no-repeat;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    z-index: 5;
    color: #fff;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .hit-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -7px;
    right: -13px;
    width: 43px;
    height: 43px;
    background: url("../../img/base/hitProductIcon.svg") no-repeat;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    z-index: 5;
    color: #ffffff;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide {
    padding: 50px 50px 45px 50px;
}

.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide .view-slide__wrapper .view-slide__item {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pop-up-product-m .view-slide__item img {
    width: 238px;
    height: 238px;
    -o-object-fit: contain;
    object-fit: contain;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav {
    padding: 22px 40px;
    background: var(--color-gray-bg);
    position: relative;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .slick-arrows {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 50;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0.3;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .slick-arrows:hover {
    opacity: 1;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .slick-prev {
    left: 17px;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .slick-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .slick-next {
    right: 17px;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .view-slide-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .view-slide-nav__wrapper .slick-list {
    width: 100%}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .view-slide-nav__wrapper .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .view-slide-nav__wrapper .slick-slide {
    width: 75px;
    height: 75px;
    background: #ffffff;
    border: 1.5px solid transparent;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    position: relative;
    z-index: 50;
    padding: 5px;
	margin: 0px 3px;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .view-slide-nav__wrapper .slick-current {
    border-color: var(--color-primary);
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .view-slide-nav__wrapper .view-slide-nav__item {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 75px!important;
    height: 75px;
    padding: 0px;
}
.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .view-slide-nav__wrapper .view-slide-nav__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.pop-up-product-m .pop-up-product__wrapper .right-content {
    position: relative;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .right-content-title {
    margin-top: 37px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 30px;
    color: var(--color-black);
}
.pop-up-product-m .pop-up-product__wrapper .right-content .rate {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pop-up-product-m .vendor-code p {
    margin-top: 10px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .rate .rate-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .rate .rate-icons .rate-icon ~ .rate-icon {
    margin-left: 5px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .rate .rate-icons .rate-icon {
    cursor: pointer;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .rate .rate-icons .rate-icon svg {
    width: 16px;
    height: 15px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .rate .rate-icons .rate-icon svg path {
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
    stroke: #ffc107;
    fill: transparent;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .rate .rate-icons .rate-icon:hover svg path {
    fill: #ffc107;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .rate .rate-icons .rate-icon-active svg path {
    fill: #ffc107;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .rate p {
    margin-top: 0px;
    margin-left: 9px;
    margin-right: 11px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    color: var(--color-light-gray);
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications {
    position: relative;
    z-index: 10;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item ~ .specifications__item {
    margin-left: 2px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item {
    cursor: pointer;
    background: #fefdf8;
    border: 1px solid rgba(0, 0, 0, 0.02);
    border-radius: 0px 0px 5px 5px;
    height: 62px;
    width: 85px;
    padding: 7px 5px 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item p{
    text-align: center;
    margin-top: 0px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:hover .title {
    color: var(--color-primary);
    border-color: var(--color-primary);
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:hover .description-block {
    opacity: 1;
    visibility: visible;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item .description-block {
    visibility: hidden;
    opacity: 0;
    min-width: 192px;
    position: absolute;
    bottom: 77px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    background: #ffffff;
    color: var(--color-black);
    padding: 16px 10px 26px 10px;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item .description-block::before {
    content: "";
    position: absolute;
    bottom: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 17px solid transparent;
    border-top: 14px solid #fff;
    z-index: 100;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item .title {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
	padding-bottom: 8px;
    border-bottom: 1px dashed var(--color-light-gray);
    color: var(--color-light-gray);
	height: 22px;
	overflow: hidden;
    -webkit-transition: color 0.2s ease-in-out,  border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out,  border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out,  border-color 0.2s ease-in-out;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item .sub-title {
    margin-top: 4px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    color: var(--color-black);
    overflow: hidden;
    align-items: center;
    display: flex;
    height: 26px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications-size .sub-title {
    padding-right: 6px;
    position: relative;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications-size .sub-title::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7px;
    width: 9px;
    height: 6px;
    /* background: url("../../img/base/arrowDown.svg") no-repeat center/contain; */
    background-image: var(--img-arrow-down);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications-rigidity .left-right-block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 6px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications-rigidity .left-right-block::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,  -50%);
    -ms-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 1px;
    height: 30px;
    background: rgba(0, 0, 0, 0.08);
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications-rigidity .left-right-block .left-block, .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications-rigidity .left-right-block .right-block {
    text-align: center;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications-rigidity .left-right-block .left-block .inner-block-title, .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications-rigidity .left-right-block .right-block .inner-block-title {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 9px;
    color: var(--color-light-gray);
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications-rigidity .left-right-block .left-block .inner-block-sub-title, .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications-rigidity .left-right-block .right-block .inner-block-sub-title {
    margin-top: 3px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    color: var(--color-black);
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications-rigidity .left-right-block .left-block {
    margin-right: 15px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count {
    margin-top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .price-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .price-block .new-price {
    font-family: sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 28px;
    color: var(--color-primary);
}
.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .price-block .old-price {
    margin-left: 15px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    color: var(--color-black);
    position: relative;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .price-block .old-price::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e63a3a;
    -webkit-transform: rotate(-6.63deg);
    -ms-transform: rotate(-6.63deg);
    transform: rotate(-6.63deg);
}
.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .count {
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
	margin-top: 5px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .count .count-input {
    border: none;
    width: 25px;
    height: 25px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #000000;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .count .number-arrows .arrow-num, .pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .count .number-arrows .arrow-minus {
    position: absolute;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .count .number-arrows .arrow-num {
    right: 5px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .count .number-arrows .arrow-minus {
    left: 5px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block {
    margin-top: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-left {
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-left .add-to-basket {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    line-height: 16px;
    padding: 16px 47px 20px 29px;
    color: #ffffff;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 60px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    position: relative;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-left .add-to-basket:hover {
    background-color: var(--color-primary-dark);
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-left .add-to-basket::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 22px;
    width: 20px;
    height: 19px;
    background: url("../../img/base/basketIconWhite.svg") no-repeat;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-left .buy {
    margin-top: 14px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 16px 29px;
    width: 100%;
    color: var(--color-primary);
    border: 1.5px solid var(--color-primary);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    border-radius: 60px;
    background-color: transparent;
    -webkit-transition: color 0.2s ease-in-out,  background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out,  background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out,  background-color 0.2s ease-in-out;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-left .buy:hover {
    color: #fff;
    background-color: var(--color-primary);
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .save, .pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .compare {
    min-width: 99px;
    padding-top: 8px;
    padding-bottom: 13px;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--color-gray-bg);
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .save:hover, .pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .compare:hover {
    background-color: var(--color-primary);
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .save:hover span, .pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .compare:hover span {
    color: #fff;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .save:hover svg path, .pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .compare:hover svg path {
    stroke: #fff;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .save svg, .pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .compare svg {
    margin-top: 4px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .save svg path, .pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .compare svg path {
    -webkit-transition: fill 0.2s ease-in-out,  stroke 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out,  stroke 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out,  stroke 0.2s ease-in-out;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .save span, .pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .compare span {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: var(--color-light-gray);
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .compare {
    margin-top: 9px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-right .compare:hover svg path {
    fill: #fff;
}
.pop-up-product-m .bottom-content {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pop-up-product-m .bottom-content .bottom-content-left .title {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 30px;
    color: var(--color-black);
}
.pop-up-product-m .bottom-content .bottom-content-left .sub-title {
    margin-top: 10px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    max-width: 525px;
    color: var(--color-light-gray);
	overflow: hidden;
    height: 62px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pop-up-product-m .bottom-content .bottom-content-right .details {
    margin-top: 38px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: var(--color-light-gray);
    background: var(--color-gray-bg);
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 17px 49px;
    -webkit-transition: color 0.2s ease-in-out,  background-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out,  background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out,  background-color 0.2s ease-in-out;
}
.pop-up-product-m .bottom-content .bottom-content-right .details:hover {
    color: #fff;
    background-color: var(--color-primary);
}
.stock-image {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
	margin-bottom: -2px;
}
.stock-image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.pop-up-product-m .title{
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 18px;
    color: var(--color-black);
}
.pop-up-product-m .specifications__item.specifications__item-select .select-block{
    cursor: pointer;
    position: relative;
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.pop-up-product-m .specifications__item.specifications__item-select .select-block select{
    border: none;
    border-radius: 5px;
    padding: 0 27px 0 14px;
    font-family: sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    max-width: 300px;
    height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--color-black);
	border: var(--color-gray-bg) 2px solid;
    /* background: #fff url("../../img/base/arrowDown.svg") 95% 50% no-repeat; */
    background-image: var(--img-arrow-down);
	background-color: #fff;
	background-position: 95% 50%;
	background-repeat: no-repeat;
}
.information-about-order {
    margin-top: 50px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content {
    width: 493px;
}
#commonModal,#call-back-modal{
    z-index: 1050;
}
#card-view-modal{
    z-index: 1045;
}
.rating-disabled .rating-input, .rating-disabled .rating-stars {
    cursor: default!important;
}
.block-view-3-col .top-content,.block-view-2-col .top-content,.block-view-1-col .top-content,.block-view-col .top-content{
    overflow: hidden;
}
.block-view-3-col .top-content .hover-button,.block-view-2-col .top-content .hover-button,.block-view-1-col .top-content .hover-button, .product-card-slick .block .top-content .hover-button{
    background: var(--color-primary)!important;
    padding: 20px 0px 20px 0px;
    text-align: center;
    color: #fff;
}
.block-view-3-col .top-content .hover-button:hover,.block-view-2-col .top-content .hover-button:hover,.block-view-1-col .top-content .hover-button:hover, .product-card-slick .block .top-content .hover-button:hover{
    background-color: var(--color-primary-dark)!important;
}
.block-view-3-col .top-content .hover-button::before,.block-view-2-col .top-content .hover-button::before,.block-view-1-col .top-content .hover-button::before,.product-card-slick .block .top-content .hover-button::before{
    content:none;
}
.block-view-3-col .top-content .hover-button:after,.block-view-2-col .top-content .hover-button:after ,.block-view-1-col .top-content .hover-button:after ,.product-card-slick .block .top-content .hover-button:after{
    content: "";
    width: 22px;
    height: 17px;
    background: url("../../img/base/eyeIcon.svg") no-repeat;
    display: inline-block;
    margin-left: 20px;
}
.item.block.product-card-pop-up.block-view-1-col a.hover-button{
    display: block;
}
.buy-with-this {
    margin-top: 50px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-row .hide-show-more{
    margin-top: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-row .hide-show-more .show-more {
    padding-bottom: 5px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    padding-right: 5px;
    color: var(--color-primary);
    border-bottom: 1px dashed var(--color-primary);
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-row .hide-show-more .show-more:after {
    Content: "";
    /* background: url("../../img/base/arrowDown.svg") no-repeat; */
	background-image: var(--img-arrow-down);
	background-repeat: no-repeat;
    width: 17px;
    height: 9px;
    display: block;
    position: absolute;
    transform: scale(1,-1);
    border-bottom: none;
    margin-left: 136px;
    margin-top: -12px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .vendor-code-rate .vendor-code p {
    line-height: 18px
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .vendor-code-rate .rate p {
    line-height: 14px;
}
.product-block.product-view-switcher p{
    font-size: 14px;
}
.category .category__wrapper .right-content .product-block {
    margin-top: 8px;
}
.product-block-page .product-block-page__wrapper .right-content .count-block .count .number-arrows .arrow-num,.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .count .number-arrows .arrow-num,.pop-up-basket .pop-up-basket__wrapper .block .right-content .block-title-count .count .number-arrows .arrow-num,.basket-section .basket-section__wrapper table tbody tr td .count .number-arrows .arrow-num,.product-block-page .product-block-page__wrapper .right-content .count-block .count .number-arrows .arrow-minus,.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .count .number-arrows .arrow-minus,.pop-up-basket .pop-up-basket__wrapper .block .right-content .block-title-count .count .number-arrows .arrow-minus,.basket-section .basket-section__wrapper table tbody tr td .count .number-arrows .arrow-minus{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 17px;
}
.shares .shares__wrapper .block .bottom-content .title a{
    color: var(--color-black);
}
.slider-block .slider__wrapper .slick-dots li {
    width: 12px;
    height: 12px;
}
@media (max-width: 1024px){
	.slider-block.redesign .slider__wrapper .slick-dots li {
		width: 30px;
		height: 5px;
		transition: background-color 0.3s ease 0s;
	}
}
.slider-block .slider__wrapper .slick-dots .slick-active::before {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(126, 179, 37, 0.5);
}
@media (max-width: 1024px){
	.slider-block.redesign .slider__wrapper .slick-dots .slick-active::before {
		display: none;
	}
}
.slider-container{
    padding: 0 20px;
}
.slider-container .tab-content{
    margin: 0 -20px;
}
.slider-container .nav{
    flex-wrap: nowrap;
}
.slider-container .nav-tabs{
    border-bottom: none;
    margin: 25px auto 0px;
    max-width: 1180px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.slider-container .nav-tabs .nav-item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 27px 7px 23px 7px;
    -webkit-transition: background-image 0.2s ease-in-out;
    -o-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out;
    position: relative;
}
.slider-container .nav-tabs .nav-item sup {
	font-size: 100%;
	vertical-align: sub;
}
.slider-container .nav-tabs .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
}
.slider-container .nav-tabs .nav-item  ~ .nav-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 111px;
    background-color: rgba(0, 0, 0, 0.08);
}
.slider-container  .nav-tabs .nav-link.active,.slider-container  .nav-tabs .nav-link,.slider-container  .nav-tabs .nav-link:hover, .slider-container  .nav-tabs .nav-link:focus {
    border: none;
	padding:0px;
}
.slider-container  .nav-tabs .nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url("../../img/base/mainLinksBg.png") no-repeat center/cover; */
	background-color: var(--color-primary);
	background-image: url('../../img/base/mainLinksBg.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 5;
    opacity: 0;
}
.slider-container  .nav-tabs .nav-link.active::after,.slider-container  .nav-tabs .nav-link:hover::after {
    opacity: 1;
}
.slider-container  .nav-tabs .nav-link .icon {
    position: relative;
    z-index: 10;
    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;
    width: 73px;
    height: 73px;
    border-radius: 50%;
    background: var(--color-gray-bg);
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);
    -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.slider-container .nav-tabs .nav-link.active .icon, .slider-container .nav-tabs .nav-link:hover .icon{
    background: transparent;
    border-color: #fff;
}
.slider-container .nav-tabs .nav-link .icon {
	position: relative;
}
.slider-container .nav-tabs .nav-link .icon img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 0.2s ease-in-out;
}
.slider-container .nav-tabs .nav-link .icon img.hover {
	opacity: 0;
}
.slider-container .nav-tabs .nav-link.active .icon img {
	opacity: 0;
}
.slider-container .nav-tabs .nav-link.active .icon img.hover {
	opacity: 1;
}
@media (any-hover: hover) {
	.slider-container .nav-tabs .nav-link:hover .icon img {
		opacity: 0;
	}
	.slider-container .nav-tabs .nav-link:hover .icon img.hover {
		opacity: 1;
	}
}
.slider-container .nav-tabs .nav-link .icon svg path {
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
    fill: var(--color-primary);
}
.slider-container  .nav-tabs .nav-link.active .icon svg path,.slider-container  .nav-tabs .nav-link:hover .icon svg path {
    fill: #fff;
}
.slider-container .nav-tabs .nav-link .title {
    position: relative;
    z-index: 10;
    margin-top: 16px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14.2px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: var(--color-black);
    text-align: center;
}
.slider-container .nav-tabs .nav-link.active .title,.slider-container .nav-tabs .nav-link:hover .title {
    color: #fff;
}
.product-card-slick-mobile .slick-arrow {
    top: 42%;
    width: 52px;
    height: 51px;
    background: var(--color-gray-bg);
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    border-radius: 60px;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}
.product-card-slick-mobile .slick-arrow:hover {
    background-color: var(--color-primary-dark);
}
.product-card-slick-mobile .slick-prev {
    left: -26.5px;
}
.product-card-slick-mobile .slick-next {
    right: -26.5px;
}
.product-card-slick-mobile .slick-prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.product-card-slick-mobile .slick-arrow svg path {
    fill: var(--color-primary-dark);
    -webkit-transition: fill 0.2s ease-in-out;
    -o-transition: fill 0.2s ease-in-out;
    transition: fill 0.2s ease-in-out;
}
.product-card-slick-mobile .slick-arrow:hover svg path {
    fill: #fff;
}
.product-card-slick-mobile .slick-list {
    padding-top: 20px !important;
    margin: 0 -15px;
}
.product-card-slick-mobile .slick-slide {
    margin: 0 15px;
}
.product-card-slick-mobile .block {
    cursor: pointer;
    max-width: 263px;
    background: var(--color-gray-bg);
    border-radius: 5px 5px 0px 0px;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
    padding: 17px 12px;
    position: relative;
    color: #ffffff;
}
.product-card-slick-mobile .block .top-content {
    height: 169px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 5px;
    position: relative;
}
.product-card-slick-mobile .block .top-content .hover-button-m {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--color-primary);
    border-radius: 0px 0px 5px 5px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    width: 100%;
    padding: 20px 0px 20px 0px;
    text-align: center;
    color: #fff;
    -webkit-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.product-card-slick-mobile  .block .top-content img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-card-slick-mobile .block .top-content .hover-button-m:hover {
    background-color: var(--color-primary-dark);
}
.product-card-slick-mobile .block:hover .top-content .hover-button-m {
    opacity: 1;
}
.product-card-slick-mobile .block .top-content .hover-button-m:after {
    content: "";
    width: 22px;
    height: 17px;
    background: url("../../img/base/eyeIcon.svg") no-repeat;
    display: inline-block;
    margin-left: 20px;
}
.product-card-slick-mobile .block .bottom-content .title-block {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-card-slick-mobile .block .bottom-content .title-block .title-block-wrapper .title {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-light-gray);
}
.product-card-slick-mobile .block .bottom-content .title-block .title-block-wrapper .sub-title {
    margin-top: 7px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-black);
}
.product-card-slick-mobile .block .bottom-content .title-block .libre {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: var(--color-primary);
}
.product-card-slick-mobile .block .bottom-content .specifications-wrapper {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
}
.product-card-slick-mobile .block .bottom-content .specifications-wrapper .specifications-item {
    margin-top: 3px;
    background: #ffffff;
    border-radius: 5px;
    padding: 7px 10px;
    flex-basis: 100%;
}
.product-card-slick-mobile .block .bottom-content .specifications-wrapper .specifications-item .title {
    font-family: "Rubik", sans-serif;
    font-size: 11px;
    line-height: 13px;
    color: var(--color-light-gray);
}
.product-card-slick-mobile .block .bottom-content .specifications-wrapper .specifications-item .sub-title {
    margin-top: 3px;
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    line-height: 15px;
    color: var(--color-black);
}
.product-card-slick-mobile .block .bottom-content .specifications-wrapper .specifications-item.half {
    flex-basis: 40.5%;
}
.product-card-slick-mobile .block .bottom-content .price-buy-block {
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.product-card-slick-mobile .block .bottom-content .price-buy-block .price-block .new-price {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-primary);
}
.product-card-slick-mobile .block .bottom-content .price-buy-block .price-block .old-price {
    font-family: "Rubik", sans-serif;
    margin-top: 3px;
    font-size: 13px;
    line-height: 15px;
    color: var(--color-black);
    position: relative;
}
.product-card-slick-mobile .block .bottom-content .price-buy-block .price-block .old-price::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 1.5px;
    background-color: #e63a3a;
    -webkit-transform: rotate(-6.63deg) translateY(-50%);
    -ms-transform: rotate(-6.63deg) translateY(-50%);
    transform: rotate(-6.63deg) translateY(-50%);
}
.product-card-slick-mobile .block .bottom-content .price-buy-block .buy {
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    padding: 11px 30px 11px 20px;
    color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: var(--color-primary);
    border-radius: 60px;
    position: relative;
}
.product-card-slick-mobile .block .bottom-content .price-buy-block .buy::before {
    content: "";
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("../../img/base/basketIconWhite.svg") no-repeat;
}
.product-card-slick-mobile .block .bottom-content .price-buy-block .buy:hover {
    background-color: var(--color-primary-dark);
}
.product-card-slick-mobile .block .hit-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: -7px;
    right: -13px;
    width: 43px;
    height: 43px;
    background: url("../../img/base/hitProductIcon.svg") no-repeat;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    z-index: 5;
    color: #ffffff;
}
.product-card-slick-mobile .block .new-product {
    padding-top: 9px;
    padding-left: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 86px;
    height: 36px;
    background: url("../img/base/newProductIcon.svg") no-repeat;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    z-index: 5;
}
.slider-container .tab-pane.sl-loading{
    max-width: 1180px;
    margin: 25px auto;
    width: 100%;
}
.slider-container .tab-pane.sl-loading:before{
    content: "Загрузка...";
	background:#ffffffa8;
	display:block;
	margin:5px auto 12px;
	text-align:center;
	font-family: "Raleway", sans-serif;
    font-size: 17px;
    font-style: italic;
    color: var(--color-light-gray);
}
.slider-container .tab-pane.sl-loading:after{
    content: "";
    /* background: url("/img/base/loading.gif") no-repeat; */
	/* background-size: cover; */
    display: block;
    margin: 5px auto;
    text-align: center;
    height: 7px;
    width: 100%;
    max-width: 530px;
    border-radius: 30px;
    border: solid 2px #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);

	background-color: #FFF;
	background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%, transparent 75%, transparent);
	font-size: 29px;
	background-size: 1em 1em;
	animation: barStripe 1s linear infinite;
  }
  @keyframes barStripe {
	0% {
	  background-position: 1em 0;
	}
	100% {
	  background-position: 0 0;
	}
  }
.sale-product{
    padding-top: 9px;
    padding-left: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 106px;
    height: 36px;
    background: url("/img/base/newProductIcon-purple.svg") no-repeat;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    z-index: 5;
	color: #fff;
}
.new-product + .sale-product{
    top: 36px;
}
.liquidation-product{
    padding-top: 9px;
    padding-left: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 106px;
    height: 36px;
    background: url("/img/base/newProductIcon-blue.svg") no-repeat;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    z-index: 5;
	color: #fff;
}
.new-product + .liquidation-product{
    top: 36px;
}
.sale-product + .liquidation-product{
    top: 36px;
}
.new-product + .sale-product + .liquidation-product{
    top: 72px;
}
.basket-section__wrapper .gift .img-block:before {
    content:"подарок";
    padding-top: 2px;
    padding-left: 10px;
    position: absolute;
    margin-top: -3px;
    margin-left: -2px;
    width: 60px;
    height: 16px;
    background: url("/img/base/giftProductIcon.svg") no-repeat;
    background-size: contain;
    font-family: "Raleway", sans-serif;
    font-weight: 900;
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase;
    z-index: 5;
    color: #fff;
}
.category__wrapper .right-content .category-banner img{
    width: 100%;
}
.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col{
    justify-content: flex-start;
}
.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col{
    margin-right: 2.4%;
	-ms-flex-preferred-size: 28.8%;
    flex-basis: 28.8%;
}
.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col:nth-child(3n){
    margin-right: 0px;
}
.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col{
    /* margin-right: 26px; */
}
.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col:nth-child(2n){
    margin-right: 0px;
}
.cloth-submit{
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    padding: 11px 20px 11px 20px;
    color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: var(--color-primary);
    border-radius: 60px;
    position: relative;
	display: block;
    margin: 20px auto 0px;
}
.cloth-submit:hover {
    background-color: var(--color-primary-dark);
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .select-cloth .select-close-sub-menu .select-color-block .colors-block .colors-block__item img {
    border-radius: 50%;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .select-cloth .select-close-sub-menu .select-color-block .colors-block .cloth-item{
    margin-right: 14px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .select-cloth .select-close-sub-menu .select-color-block .colors-block .cloth-item:last-child{
    margin-right: 0px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .select-cloth .selected-cloth{
    display: inline-table;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .select-cloth .selected-cloth .selectedClothImage{
    display: table-cell;
    vertical-align: middle;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .select-cloth .selected-cloth .selectedClothImage img{
    width: 32px;
    height: 32px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: 20px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .select-cloth .selected-cloth .selectedClothType{
    margin-left: 6px;
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
	margin-top: 2px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .select-cloth .selected-cloth .selectedClothName{
    margin-left: 6px;
    color: var(--color-light-gray);
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    margin-top: 2px;
    font-style: italic;
}
.warning-message{
    background: #fff361;
    text-align: center;
    padding: 15px;
    font-family: sans-serif;
    font-size: 12px;
	line-height: 14px;
    font-weight: 700;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications {
    padding: 5px 20px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications:first-child {
    padding: 32px 20px 5px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications:last-child {
    padding: 5px 20px 32px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .specifications__item-select{
    background: transparent;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .specifications__item-select p.title{
    margin-left: 0px;
}
.specifications .size-block.checkbox span{
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-black);
	display: block;
	cursor: pointer;
}
.specifications .size-block.checkbox input[type="checkbox"]{
    opacity: 0;
    z-index: 3;
    margin-bottom: -16px;
    display: block;
	cursor: pointer;
}
.specifications .size-block.checkbox span:before{
    content:"";
    margin-right: 10px;
    display: inline-block;
    width: 15px;
    height: 15px;
	margin-top: 2px;
    margin-bottom: -2px;
    border: 2px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    z-index: 1;
	cursor: pointer;
}
.specifications .size-block.checkbox input[type="checkbox"]:checked + span:before{
    background: var(--color-primary) url("../img/base/tickMarkIcon.svg") no-repeat;
    background-size: contain;
    border-color: var(--color-primary);
}
.product-block.product-view-switcher .empty{
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--color-black);
}
.category .category__wrapper .right-content .popular-search .popular-search__item {
    font-family: Rubik, sans-serif;
	padding-bottom: 3px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 20px;
}
.popular-search .title{
	margin-right: 20px;
}
.slider-block.slider-block-lock-slick-track .no-image{
    padding: 50px 50px 45px 50px;
}
.slider-block.slider-block-lock-slick-track .no-image img{
    width: 238px;
    height: 238px;
    -o-object-fit: contain;
    object-fit: contain;
}
.slider-block.slider-block-lock-slick-track .no-image-p{
    padding: 0px 60px 0px 60px;
}
.slider-block.slider-block-lock-slick-track .no-image-p img{
    width: 335px;
    height: 335px;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-block-page {
    margin-top: 15px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide {
    padding: 0px 60px 0px 60px;
}
.card-type-p p{
    font-family: sans-serif;
    font-size: 14px;
    color: var(--color-light-gray);
}
.product-block-page__wrapper .product-options-list{
    margin-top: 20px;
}
.product-block-page__wrapper .product-options-list .specifications .specifications{
    padding: 0!important;
    background: transparent!important;;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .composition__title{
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-black);
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .composition  + .composition {
    margin-top: 20px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .specifications__item-select .select-block select {
    padding: 0 38px 0 14px;
}
.product-block-page__wrapper .slider-block.slider-block-lock-slick-track {
    margin-top: 5px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .vendor-code-rate {
    margin-top: 2px;
}
.bottom-content .price-buy-block {
    align-items: center;
}
.bottom-content .title-block .title-block-wrapper .sub-title {
    height: 35px;
    margin-bottom: -10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-card-slick .block .bottom-content .title-block {
    display: block;
	position: relative;
}
.product-card-slick .block .bottom-content .title-block .libre{
    right: 0px;
    top: 0px;
    position: absolute;
}
.product-card-slick .block .bottom-content .title-block .title-block-wrapper a{
    display: block;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .composition .composition__item .img-block img,.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .composition .composition__item .img-block{
    width: 100px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications {
    margin: 3px 1px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(1),.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(2),.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(2) ~ .specifications__item,.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(3),.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(3) ~ .specifications__item,.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(5),.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(5) ~ .specifications__item{
    width: 100%;
	border-radius: 0;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:nth-child(n+1) .title{
    width: 100%;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item ~ .specifications__item {
    margin-left: 0px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications {
    margin: 3px 1px;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(1),.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(2),.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(2) ~ .specifications__item,.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(3),.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(3) ~ .specifications__item,.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(5),.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(5) ~ .specifications__item{
    width: 100%;
	border-radius: 0;
}

.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:nth-child(n+1) .title{
    width: 100%;
}
.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item ~ .specifications__item {
    margin-left: 0px;
}
.f-text{
    margin-top: 32px;
    font-size: 14px;
}
.shares__wrapper .sub-title{
    line-height: 20px;
    overflow: hidden;
    height: 60px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-card-pop-up.block-view-3-col, .product-card-pop-up.block-view-2-col {
    padding-bottom: 60px;
}
.product-card-pop-up.block-view-3-col .price-buy-block, .product-card-pop-up.block-view-2-col .price-buy-block {
    bottom: 0;
    position: absolute;
    width: 91%;
    margin-bottom: 10px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .select-cloth .select-close-sub-menu .select-color-block .colors-block .colors-block__item {
    margin-right: 13px;
    margin-bottom: 13px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .select-cloth .select-close-sub-menu .select-color-block .colors-block .colors-block__item ~ .colors-block__item {
    margin-left:0px;
}
.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .select-cloth .select-close-sub-menu .select-color-block .colors-block {
    display: inline-flex;
    flex-wrap: wrap;
}
.basket-section .basket-section__wrapper table tbody tr td .title a, .pop-up-basket .pop-up-basket__wrapper .block .right-content .block-title-count .block-title .title a{
    color: var(--color-light-gray);
}

.basket-section .basket-section__wrapper table tbody tr td .title a {
	color: var(--color-black);
}

.basket-section .basket-section__wrapper table tbody tr td .title a:hover, .pop-up-basket .pop-up-basket__wrapper .block .right-content .block-title-count .block-title .title a:hover{
    color: #000;
}
.text-page p.order-sent{
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 19px;
    color: var(--color-black);
    text-align: center;
}
.go-to-main{
    padding: 16px 29px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    background: var(--color-primary);
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 8%);
    border-radius: 60px;
    color: #ffffff;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    margin: 40px auto;
    display: block;
    max-width: 250px;
    text-align: center;
}
.go-to-main:hover {
    background: var(--color-primary-dark);
}
.block-view-3-col .bottom-content .title-block,.block-view-2-col .bottom-content .title-block{
    position: relative;
    display: block;
}
.block-view-3-col .bottom-content .title-block .libre,.block-view-2-col .bottom-content .title-block .libre{
    right: 0px;
    top: 0px;
    position: absolute;
}
.block-view-1-col .bottom-content .title-block .title-block-wrapper .sub-title {
    height: 29px;
}
.item.block.product-card-pop-up.block-view-3-col .title-block-wrapper a,.item.block.product-card-pop-up.block-view-2-col .title-block-wrapper a,.item.block.product-card-pop-up.block-view-1-col .title-block-wrapper a {
    background-color: transparent;
    vertical-align: top;
    text-align: left;
}
.bottom-wrapper .save, .bottom-wrapper .compare{
    font-family: "Raleway", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    -webkit-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: var(--color-light-gray);
	padding-bottom: 39px!important;
}
.bottom-wrapper .save:hover, .bottom-wrapper .compare:hover{
    color: #fff;
}
.bottom-wrapper .save:after{
    content: "";
    position: absolute;
    margin-top: 44px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
    height: 21.3px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.1846 20.0364C13.1183 20.0745 13.0575 20.1092 13.0025 20.1404C12.9472 20.1086 12.8859 20.0732 12.8191 20.0342C12.4705 19.8311 11.9707 19.5323 11.3702 19.1518C10.1676 18.3898 8.56826 17.305 6.97266 16.0099C5.37325 14.7118 3.8004 13.2207 2.63324 11.6501C1.45956 10.0707 0.75 8.48342 0.75 6.97736C0.75 3.54775 3.57086 0.750211 7.07202 0.750211V0.750233L7.07779 0.750189C9.21721 0.733728 11.213 1.79546 12.3735 3.55901L12.9964 4.50557L13.6243 3.56237C14.794 1.80552 16.7866 0.745408 18.9253 0.750207C22.4201 0.767469 25.232 3.55543 25.25 6.97912C25.2495 8.51247 24.538 10.1126 23.3661 11.6942C22.1996 13.2687 20.6275 14.756 19.0288 16.0473C17.4338 17.3355 15.835 18.4105 14.6329 19.1643C14.0325 19.5407 13.5329 19.8359 13.1846 20.0364Z' stroke='%23979797' stroke-width='1.5'%3e%3c/path%3e%3c/svg%3e");
}
.bottom-wrapper .save:hover:after{
    content: "";
    position: absolute;
    margin-top: 44px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
    height: 21.3px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26' height='21' viewBox='0 0 26 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.1846 20.0364C13.1183 20.0745 13.0575 20.1092 13.0025 20.1404C12.9472 20.1086 12.8859 20.0732 12.8191 20.0342C12.4705 19.8311 11.9707 19.5323 11.3702 19.1518C10.1676 18.3898 8.56826 17.305 6.97266 16.0099C5.37325 14.7118 3.8004 13.2207 2.63324 11.6501C1.45956 10.0707 0.75 8.48342 0.75 6.97736C0.75 3.54775 3.57086 0.750211 7.07202 0.750211V0.750233L7.07779 0.750189C9.21721 0.733728 11.213 1.79546 12.3735 3.55901L12.9964 4.50557L13.6243 3.56237C14.794 1.80552 16.7866 0.745408 18.9253 0.750207C22.4201 0.767469 25.232 3.55543 25.25 6.97912C25.2495 8.51247 24.538 10.1126 23.3661 11.6942C22.1996 13.2687 20.6275 14.756 19.0288 16.0473C17.4338 17.3355 15.835 18.4105 14.6329 19.1643C14.0325 19.5407 13.5329 19.8359 13.1846 20.0364Z' stroke='%23ffffff' stroke-width='1.5'%3e%3c/path%3e%3c/svg%3e");
}
.bottom-wrapper .compare:after{
    content: "";
    position: absolute;
    margin-top: 44px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 22px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.7142 1.60368C18.0901 1.60368 18.3963 1.90988 18.3963 2.28578V20.2858C18.3963 20.6617 18.0901 20.9679 17.7142 20.9679H2.28578C1.90988 20.9679 1.60368 20.6617 1.60368 20.2858V2.28578C1.60368 1.90988 1.90988 1.60368 2.28578 1.60368H17.7142ZM17.7142 0.85H2.28578C1.49288 0.85 0.85 1.49288 0.85 2.28578V20.2858C0.85 21.0787 1.49288 21.7216 2.28578 21.7216H17.7142C18.5071 21.7216 19.15 21.0787 19.15 20.2858V2.28578C19.15 1.49288 18.5071 0.85 17.7142 0.85Z' fill='%23979797' stroke='%23979797' stroke-width='0.3'%3e%3c/path%3e%3cpath d='M3.96926 4.26875L3.96927 4.26977C3.96963 4.32279 3.98204 4.3698 3.99887 4.40997C4.06565 4.77939 4.38631 5.06152 4.77675 5.06152C5.0788 5.06152 5.33877 4.89222 5.4723 4.64547H15.9983C16.2067 4.64547 16.3751 4.47666 16.3751 4.26875C16.3751 4.06038 16.2063 3.89203 15.9983 3.89203H5.47206C5.33853 3.64527 5.07856 3.47598 4.77651 3.47598C4.38627 3.47598 4.06568 3.75814 3.99866 4.12722C3.98176 4.16756 3.96926 4.215 3.96926 4.26875Z' fill='%23979797' stroke='%23979797' stroke-width='0.3'%3e%3c/path%3e%3cpath d='M5.47206 6.57855H15.9981C16.2062 6.57855 16.3752 6.74691 16.3748 6.9558M5.47206 6.57855L16.2248 6.95551M5.47206 6.57855C5.33853 6.3318 5.07856 6.1625 4.77651 6.1625C4.38627 6.1625 4.06568 6.44466 3.99866 6.81375C3.98176 6.85408 3.96926 6.90152 3.96926 6.95527C3.96926 7.00899 3.98174 7.05641 3.99863 7.09673M5.47206 6.57855L3.99863 7.09673M16.3748 6.9558L16.2248 6.95551M16.3748 6.9558C16.3748 6.9557 16.3748 6.95561 16.3748 6.95551H16.2248M16.3748 6.9558C16.3747 7.16358 16.2064 7.33223 15.9981 7.33223H5.47206M16.2248 6.95551C16.2248 7.08069 16.1235 7.18223 15.9981 7.18223H5.3761M5.47206 7.33223C5.4889 7.30111 5.50373 7.26876 5.51638 7.23536L5.3761 7.18223M5.47206 7.33223C5.33853 7.57898 5.07856 7.74828 4.77651 7.74828C4.38607 7.74828 4.06541 7.46615 3.99863 7.09673M5.47206 7.33223H5.3761V7.18223M5.3761 7.18223L3.99863 7.09673' fill='%23979797' stroke='%23979797' stroke-width='0.3'%3e%3c/path%3e%3cpath d='M5.47206 9.26556H15.9981C16.2063 9.26556 16.3752 9.43427 16.3748 9.64281M5.47206 9.26556L16.2248 9.64252M5.47206 9.26556C5.33853 9.01881 5.07856 8.84951 4.77651 8.84951C4.38627 8.84951 4.06568 9.13167 3.99866 9.50076C3.98176 9.5411 3.96926 9.58853 3.96926 9.64228C3.96926 9.69601 3.98174 9.74342 3.99863 9.78374M5.47206 9.26556L3.99863 9.78374M16.3748 9.64281L16.2248 9.64252M16.3748 9.64281C16.3748 9.64272 16.3748 9.64262 16.3748 9.64252H16.2248M16.3748 9.64281C16.3747 9.8506 16.2064 10.0192 15.9981 10.0192H5.47206M16.2248 9.64252C16.2248 9.7677 16.1235 9.86924 15.9981 9.86924H5.3761M5.47206 10.0192C5.4889 9.98812 5.50373 9.95577 5.51638 9.92237L5.3761 9.86924M5.47206 10.0192C5.33853 10.266 5.07856 10.4353 4.77651 10.4353C4.38607 10.4353 4.06541 10.1532 3.99863 9.78374M5.47206 10.0192H5.3761V9.86924M5.3761 9.86924L3.99863 9.78374' fill='%23979797' stroke='%23979797' stroke-width='0.3'%3e%3c/path%3e%3cpath d='M5.47206 11.9523H15.9981C16.2063 11.9523 16.3752 12.121 16.3748 12.3296M5.47206 11.9523L16.2248 12.3293M5.47206 11.9523C5.33853 11.7056 5.07856 11.5363 4.77651 11.5363C4.38627 11.5363 4.06568 11.8184 3.99866 12.1875C3.98176 12.2279 3.96926 12.2753 3.96926 12.3291C3.96926 12.3828 3.98174 12.4302 3.99863 12.4705M5.47206 11.9523L3.99863 12.4705M16.3748 12.3296L16.2248 12.3293M16.3748 12.3296C16.3748 12.3295 16.3748 12.3294 16.3748 12.3293H16.2248M16.3748 12.3296C16.3747 12.5374 16.2064 12.706 15.9981 12.706H5.47206M16.2248 12.3293C16.2248 12.4545 16.1235 12.556 15.9981 12.556H5.3761M5.47206 12.706C5.4889 12.6749 5.50373 12.6425 5.51638 12.6091L5.3761 12.556M5.47206 12.706C5.33853 12.9528 5.07856 13.1221 4.77651 13.1221C4.38607 13.1221 4.06541 12.8399 3.99863 12.4705M5.47206 12.706H5.3761V12.556M5.3761 12.556L3.99863 12.4705' fill='%23979797' stroke='%23979797' stroke-width='0.3'%3e%3c/path%3e%3cpath d='M5.47206 14.6391H15.9981C16.2063 14.6391 16.3752 14.8078 16.3748 15.0163M5.47206 14.6391L16.2248 15.0161M5.47206 14.6391C5.33853 14.3923 5.07856 14.223 4.77651 14.223C4.38627 14.223 4.06568 14.5052 3.99866 14.8743C3.98176 14.9146 3.96926 14.9621 3.96926 15.0158C3.96926 15.0695 3.98174 15.117 3.99863 15.1573M5.47206 14.6391L3.99863 15.1573M16.3748 15.0163L16.2248 15.0161M16.3748 15.0163C16.3748 15.0163 16.3748 15.0162 16.3748 15.0161H16.2248M16.3748 15.0163C16.3747 15.2241 16.2064 15.3928 15.9981 15.3928H5.47206M16.2248 15.0161C16.2248 15.1412 16.1235 15.2428 15.9981 15.2428H5.3761M5.47206 15.3928C5.4889 15.3617 5.50373 15.3293 5.51638 15.2959L5.3761 15.2428M5.47206 15.3928C5.33853 15.6395 5.07856 15.8088 4.77651 15.8088C4.38607 15.8088 4.06541 15.5267 3.99863 15.1573M5.47206 15.3928H5.3761V15.2428M5.3761 15.2428L3.99863 15.1573' fill='%23979797' stroke='%23979797' stroke-width='0.3'%3e%3c/path%3e%3c/svg%3e");
}
.bottom-wrapper .compare:hover:after{
    content: "";
    position: absolute;
    margin-top: 44px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 22px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='22' viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.7142 1.60368C18.0901 1.60368 18.3963 1.90988 18.3963 2.28578V20.2858C18.3963 20.6617 18.0901 20.9679 17.7142 20.9679H2.28578C1.90988 20.9679 1.60368 20.6617 1.60368 20.2858V2.28578C1.60368 1.90988 1.90988 1.60368 2.28578 1.60368H17.7142ZM17.7142 0.85H2.28578C1.49288 0.85 0.85 1.49288 0.85 2.28578V20.2858C0.85 21.0787 1.49288 21.7216 2.28578 21.7216H17.7142C18.5071 21.7216 19.15 21.0787 19.15 20.2858V2.28578C19.15 1.49288 18.5071 0.85 17.7142 0.85Z' fill='%23ffffff' stroke='%23ffffff' stroke-width='0.3'%3e%3c/path%3e%3cpath d='M3.96926 4.26875L3.96927 4.26977C3.96963 4.32279 3.98204 4.3698 3.99887 4.40997C4.06565 4.77939 4.38631 5.06152 4.77675 5.06152C5.0788 5.06152 5.33877 4.89222 5.4723 4.64547H15.9983C16.2067 4.64547 16.3751 4.47666 16.3751 4.26875C16.3751 4.06038 16.2063 3.89203 15.9983 3.89203H5.47206C5.33853 3.64527 5.07856 3.47598 4.77651 3.47598C4.38627 3.47598 4.06568 3.75814 3.99866 4.12722C3.98176 4.16756 3.96926 4.215 3.96926 4.26875Z' fill='%23ffffff' stroke='%23ffffff' stroke-width='0.3'%3e%3c/path%3e%3cpath d='M5.47206 6.57855H15.9981C16.2062 6.57855 16.3752 6.74691 16.3748 6.9558M5.47206 6.57855L16.2248 6.95551M5.47206 6.57855C5.33853 6.3318 5.07856 6.1625 4.77651 6.1625C4.38627 6.1625 4.06568 6.44466 3.99866 6.81375C3.98176 6.85408 3.96926 6.90152 3.96926 6.95527C3.96926 7.00899 3.98174 7.05641 3.99863 7.09673M5.47206 6.57855L3.99863 7.09673M16.3748 6.9558L16.2248 6.95551M16.3748 6.9558C16.3748 6.9557 16.3748 6.95561 16.3748 6.95551H16.2248M16.3748 6.9558C16.3747 7.16358 16.2064 7.33223 15.9981 7.33223H5.47206M16.2248 6.95551C16.2248 7.08069 16.1235 7.18223 15.9981 7.18223H5.3761M5.47206 7.33223C5.4889 7.30111 5.50373 7.26876 5.51638 7.23536L5.3761 7.18223M5.47206 7.33223C5.33853 7.57898 5.07856 7.74828 4.77651 7.74828C4.38607 7.74828 4.06541 7.46615 3.99863 7.09673M5.47206 7.33223H5.3761V7.18223M5.3761 7.18223L3.99863 7.09673' fill='%23ffffff' stroke='%23ffffff' stroke-width='0.3'%3e%3c/path%3e%3cpath d='M5.47206 9.26556H15.9981C16.2063 9.26556 16.3752 9.43427 16.3748 9.64281M5.47206 9.26556L16.2248 9.64252M5.47206 9.26556C5.33853 9.01881 5.07856 8.84951 4.77651 8.84951C4.38627 8.84951 4.06568 9.13167 3.99866 9.50076C3.98176 9.5411 3.96926 9.58853 3.96926 9.64228C3.96926 9.69601 3.98174 9.74342 3.99863 9.78374M5.47206 9.26556L3.99863 9.78374M16.3748 9.64281L16.2248 9.64252M16.3748 9.64281C16.3748 9.64272 16.3748 9.64262 16.3748 9.64252H16.2248M16.3748 9.64281C16.3747 9.8506 16.2064 10.0192 15.9981 10.0192H5.47206M16.2248 9.64252C16.2248 9.7677 16.1235 9.86924 15.9981 9.86924H5.3761M5.47206 10.0192C5.4889 9.98812 5.50373 9.95577 5.51638 9.92237L5.3761 9.86924M5.47206 10.0192C5.33853 10.266 5.07856 10.4353 4.77651 10.4353C4.38607 10.4353 4.06541 10.1532 3.99863 9.78374M5.47206 10.0192H5.3761V9.86924M5.3761 9.86924L3.99863 9.78374' fill='%23ffffff' stroke='%23ffffff' stroke-width='0.3'%3e%3c/path%3e%3cpath d='M5.47206 11.9523H15.9981C16.2063 11.9523 16.3752 12.121 16.3748 12.3296M5.47206 11.9523L16.2248 12.3293M5.47206 11.9523C5.33853 11.7056 5.07856 11.5363 4.77651 11.5363C4.38627 11.5363 4.06568 11.8184 3.99866 12.1875C3.98176 12.2279 3.96926 12.2753 3.96926 12.3291C3.96926 12.3828 3.98174 12.4302 3.99863 12.4705M5.47206 11.9523L3.99863 12.4705M16.3748 12.3296L16.2248 12.3293M16.3748 12.3296C16.3748 12.3295 16.3748 12.3294 16.3748 12.3293H16.2248M16.3748 12.3296C16.3747 12.5374 16.2064 12.706 15.9981 12.706H5.47206M16.2248 12.3293C16.2248 12.4545 16.1235 12.556 15.9981 12.556H5.3761M5.47206 12.706C5.4889 12.6749 5.50373 12.6425 5.51638 12.6091L5.3761 12.556M5.47206 12.706C5.33853 12.9528 5.07856 13.1221 4.77651 13.1221C4.38607 13.1221 4.06541 12.8399 3.99863 12.4705M5.47206 12.706H5.3761V12.556M5.3761 12.556L3.99863 12.4705' fill='%23ffffff' stroke='%23ffffff' stroke-width='0.3'%3e%3c/path%3e%3cpath d='M5.47206 14.6391H15.9981C16.2063 14.6391 16.3752 14.8078 16.3748 15.0163M5.47206 14.6391L16.2248 15.0161M5.47206 14.6391C5.33853 14.3923 5.07856 14.223 4.77651 14.223C4.38627 14.223 4.06568 14.5052 3.99866 14.8743C3.98176 14.9146 3.96926 14.9621 3.96926 15.0158C3.96926 15.0695 3.98174 15.117 3.99863 15.1573M5.47206 14.6391L3.99863 15.1573M16.3748 15.0163L16.2248 15.0161M16.3748 15.0163C16.3748 15.0163 16.3748 15.0162 16.3748 15.0161H16.2248M16.3748 15.0163C16.3747 15.2241 16.2064 15.3928 15.9981 15.3928H5.47206M16.2248 15.0161C16.2248 15.1412 16.1235 15.2428 15.9981 15.2428H5.3761M5.47206 15.3928C5.4889 15.3617 5.50373 15.3293 5.51638 15.2959L5.3761 15.2428M5.47206 15.3928C5.33853 15.6395 5.07856 15.8088 4.77651 15.8088C4.38607 15.8088 4.06541 15.5267 3.99863 15.1573M5.47206 15.3928H5.3761V15.2428M5.3761 15.2428L3.99863 15.1573' fill='%23ffffff' stroke='%23ffffff' stroke-width='0.3'%3e%3c/path%3e%3c/svg%3e");
}
.discount-store{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
	font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-light-gray);
}
.discount-store .title{
	display: inline-block;
    margin-right: 10px;
}
.discount-store .store-block {
    color: var(--color-gray);
    border: 1px solid #e7e7e7;
    font-size: 14px;
    min-height: 80px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 5px 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    text-decoration: none;
    font-weight: 400;
    border-radius: 2px;
	display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
	-webkit-transition: .5s;
    transition: .5s;
}
.discount-store .store-block:hover, .discount-store .store-block.active {
    border: 1px solid var(--color-primary);
    color: #fff;
    background-color: var(--color-primary);
}
.discount-store .store-block:hover .store-block-title {
    border-bottom: 1px dotted #fff;
}
.discount-store .store-block-title {
    font-weight: 600;
    border-bottom: 1px dotted var(--color-primary);
	margin-bottom:3px;
	line-height: 20px;
	display: inline-block;
	font-size: 15px;
}
.discount-store .store-block-body{
    font-size: 12px;
	display: block;
	max-width: 280px;
}
.discount-product-type{
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: var(--color-light-gray);
    padding: 10px 0px 15px;
    margin-bottom: 15px;
}
.discount-product-type .title{
	display: inline-block;
}
.discount-product-type a{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    position: relative;
    color: var(--color-primary);
    border-bottom: 1px dashed var(--color-primary);
    margin: 5px 0px 3px 20px;
}
.full-page{
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important;
}
.full-page .block-view-3-col {
    max-width: initial!important;
}
.search-result{
    margin-bottom: 15px;
}
.search-result p{
	font-size: 17px;
}
.search-result + .categories{
    margin-top: 15px;
}
.search-category{
    display: inline-block;
	margin: 10px 5px 10px 0px;
}
.search-category a{
    color: var(--color-black);
    background-color: #f5f5f6;
    border-radius: 15px;
    font-family: "Raleway", sans-serif;
    padding: 7px 14px;
    font-size: 14px;
	font-weight: 700;
}
.search-category a:hover{
    color: #8e8e93;
}
.search-category a span{
	font-weight: 400;
	color: #8e8e93;
}
.search-category.active-cat a{
    color: #fff;
    background-color: var(--color-primary);
}
.search-category.active-cat a span{
	color: #c3e589;
}
.right-content.full-page-4{
    -ms-flex-preferred-size: 100%!important;
    flex-basis: 100%!important;
}
.category .category__wrapper .right-content.full-page-4 .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col {
    margin-right: 1.2%;
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
}
.category .category__wrapper .right-content.full-page-4  .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col:nth-child(3n) {
    margin-right: 1.2%;
}
.category .category__wrapper .right-content.full-page-4  .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col:nth-child(4n) {
    margin-right: 0px;
}
.category .category__wrapper .right-content.full-page-4 .product-block .product-block-wrapper {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.dm-menu li .dm-subitem_submenu-inline&gt;ul.menu-col-2-li {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.dm-item_parent .dm-subitem_submenu-inline:nth-child(4)&gt;ul.menu-col-2-li, .dm-item_parent .dm-subitem_submenu-inline:nth-child(1)&gt;ul.menu-col-2-li {
	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.dm-menu_border&gt;ul {
    border-bottom: none!important;
}
.dm-item_submenu-tabs&gt;ul&gt;li.dm-selected.dm-item_submenu-mega&gt;ul&gt;li&gt;ul.menu-col-2-li:before {
    content: none;
}
.dm-menu_submenu-arrow&gt;ul&gt;.dm-item_parent.dm-item_open&gt;a:after, .dm-menu_submenu-arrow&gt;ul&gt;.dm-item_parent.dm-item_open&gt;span:after{
    content: none!important;;
}
.dm-menu ul li {
    text-align: left;
}
.dm-menu&gt;ul&gt;li {
    display: inline-block!important;
    flex: 1 0 auto!important;
    text-align: center!important;
	text-transform: uppercase;
	font-size: 13px;
	border-top: solid 3px transparent!important;
}
.dm-menu_border&gt;ul {
    border-bottom: none!important;
}
.dm-menu {
	font-family: "Rubik", sans-serif;
}
.dm-menu_item-bg&gt;ul&gt;li&gt;a, .dm-menu_item-bg&gt;ul&gt;li&gt;span{
    display: inline-block!important;
	font-weight: 500;
}
.dm-menu_item-bg&gt;ul&gt;li.dm-selected&gt;a, .dm-menu_item-bg&gt;ul&gt;li.dm-selected&gt;span, .dm-menu_item-bg&gt;ul&gt;li:hover&gt;a, .dm-menu_item-bg&gt;ul&gt;li:hover&gt;span,.dm-menu_item-bg&gt;ul&gt;li.dm-item_open&gt;a, .dm-menu_item-bg&gt;ul&gt;li.dm-item_open&gt;span {
    background: transparent!important;
    color: var(--color-black) !important;
	width: 100%;
}
.dm-menu&gt;ul&gt;li&gt;a, .dm-menu&gt;ul&gt;li&gt;span {
    width: 100%;
}
.dm-menu_item-subindicator&gt;ul&gt;.dm-item_parent&gt;a:after, .dm-menu_item-subindicator&gt;ul&gt;.dm-item_parent&gt;span:after,.dm-menu_submenu-arrow&gt;ul&gt;.dm-item_parent.dm-item_open&gt;a:after, .dm-menu_submenu-arrow&gt;ul&gt;.dm-item_parent.dm-item_open&gt;span:after{
    content: ""!important;
    background: var(--img-arrow-down)	!important;
	background-repeat: no-repeat !important;
    width: 10px!important;
    height: 8px!important;
    display: inline-block!important;
    background-size: contain!important;
    margin-left: 9px!important;
	border:none!important;
	Position:relative!important;
    left: 0!important;
}
.dm-menu_item-bg&gt;ul&gt;li.dm-item_open{
    border-top: solid 3px var(--color-primary)!important;
    box-shadow: 1px 2px 10px rgb(30 30 30 / 8%);
}
.dm-menu_item-bg&gt;ul&gt;li:hover{
    box-shadow: 1px 2px 10px rgb(30 30 30 / 8%);
}
.dm-item_submenu-tabs&gt;ul&gt;li.dm-selected.dm-item_submenu-mega&gt;ul, .dm-item_submenu-tabs&gt;ul&gt;li:hover.dm-item_submenu-mega&gt;ul {
    background: var(--color-primary)!important;
    color: #fff!important;
}
.dm-menu_submenu li.dm-subitem_submenu-inline ul {
    color: #fff!important;
	text-transform: none;
}
.dm-menu_subitem-bg li li.dm-selected&gt;a, .dm-menu_subitem-bg li li.dm-selected&gt;span, .dm-menu_subitem-bg li li:hover&gt;a, .dm-menu_subitem-bg li li:hover&gt;span {
    background-color: transparent!important;
}
.dm-menu li .dm-subitem_submenu-inline&gt;ul&gt;li&gt;a:before, .dm-menu li .dm-subitem_submenu-inline&gt;ul&gt;li&gt;span:before {
    content: none!important;
}
.dm-menu_submenu-border&gt;ul&gt;li&gt;ul {
    border-top: none!important;
}
.dm-menu_submenu&gt;ul&gt;li&gt;ul {
    background: var(--color-primary);
}
.dm-menu li .dm-subitem_submenu-inline&gt;a, .dm-menu li .dm-subitem_submenu-inline&gt;span {
    text-transform: none;
    font-size: 15px;
    border-bottom: solid 3px var(--color-primary-dark);
    display: inline-block;
	margin-bottom:5px;
	color: #fff;
}
@media (max-width: 1280px){
	.dm-menu li .dm-subitem_submenu-inline&gt;a, .dm-menu li .dm-subitem_submenu-inline&gt;span {
		font-size: 13px;
	}
}
.dm-menu li li a, .dm-menu li li span {
    padding: 6px 10px 5px 0px!important;
}
.dm-menu li .dm-subitem_submenu-inline&gt;ul&gt;li&gt;a, .dm-menu li .dm-subitem_submenu-inline&gt;ul&gt;li&gt;span {
    padding: 1px 10px 0px 0px!important;
}
.dm-item_submenu-tabs&gt;ul&gt;li {
    width: 20%!important;
}
.dm-item_submenu-tabs&gt;ul&gt;li&gt;ul {
    left: calc(20% + 5px)!important;
}
.dm-item_submenu-tabs&gt;ul:after {
    background: #fff!important;
    width: calc(20% + 5px)!important;
}
.dm-menu li .dm-subitem_submenu-inline&gt;ul {
    border-left: 1px solid hsl(0deg 0% 91% / 50%);
    margin-left: -6px!important;
    padding-bottom: 3px!important;
}
.dm-menu li .dm-subitem_submenu-inline&gt;ul&gt;li {
    padding-left: 7px!important;
}
.dm-menu_subitem-bg li li.dm-selected&gt;a, .dm-menu_subitem-bg li li.dm-selected&gt;span, .dm-menu_subitem-bg li li.dm-selected:hover&gt;a, .dm-menu_subitem-bg li li.dm-selected:hover&gt;span {
    border-left: solid 3px var(--color-primary);
    margin-right: 0px;
	margin-left: -10px!important;
	padding-left: 17px!important;
	box-shadow: 1px 2px 10px rgb(30 30 30 / 8%);
}
.dm-menu_subitem-bg li li.dm-item_submenu-mega.dm-item_parent {
    font-weight: 500;
	overflow-wrap: break-word;
    white-space: normal;
}
@media (max-width: 1280px){
	.dm-menu_subitem-bg li li.dm-item_submenu-mega.dm-item_parent {
		font-size: 13px;
	}
	.dm-menu li .dm-subitem_submenu-inline&gt;ul.menu-col-2-li {
		column-count: auto;
	}
}
.dm-menu_subitem-bg li li&gt;a{
    padding-left: 10px!important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}
.dm-menu_submenu li ul{
    padding-top: 0px!important;
}
.dm-menu_submenu-arrow&gt;ul&gt;.dm-item_submenu-tabs.dm-item_open&gt;a:after, .dm-menu_submenu-arrow&gt;ul&gt;.dm-item_submenu-tabs.dm-item_open&gt;span:after,.dm-menu_submenu-arrow&gt;ul&gt;.dm-item_parent.dm-item_open&gt;a:after, .dm-menu_submenu-arrow&gt;ul&gt;.dm-item_parent.dm-item_open&gt;span:after {
    border-bottom-color: var(--color-primary)!important;
}
.dm-menu_submenu-arrow.dm-menu_submenu-border&gt;ul&gt;.dm-item_parent.dm-item_open&gt;a:after, .dm-menu_submenu-arrow.dm-menu_submenu-border&gt;ul&gt;.dm-item_parent.dm-item_open&gt;span:after,.dm-menu_submenu-arrow.dm-menu_submenu-border&gt;ul&gt;.dm-item_parent:hover&gt;a:after, .dm-menu_submenu-arrow.dm-menu_submenu-border&gt;ul&gt;.dm-item_parent:hover&gt;span:after {
    bottom: 0!important;
}
.dm-menu_submenu-arrow&gt;ul&gt;.dm-item_parent:hover&gt;a:after, .dm-menu_submenu-arrow&gt;ul&gt;.dm-item_parent:hover&gt;span:after{
    border-bottom-color: transparent!important;
}
.dm-menu_submenu-arrow&gt;ul&gt;.dm-item_open:hover&gt;a:after, .dm-menu_submenu-arrow&gt;ul&gt;.dm-item_open:hover&gt;span:after{
    border-bottom-color: var(--color-primary)!important;
}
.dm-menu_item-subindicator&gt;ul&gt;.dm-item_parent&gt;a:before, .dm-menu_item-subindicator&gt;ul&gt;.dm-item_parent&gt;span:before {
    content: ''!important;
    background: 0 0!important;
    border: 8px solid transparent!important;
    border-bottom-color: var(--dm-submenu-bg)!important;
    display: block!important;
    width: 0!important;
    height: 0!important;
    margin-left: -8px!important;
    position: absolute!important;
    left: 50%!important;
    bottom: 0!important;
    z-index: 2!important;
    top: auto!important;
    opacity: 1!important;
}
.dm-menu_item-subindicator&gt;ul&gt;.dm-item_parent.dm-item_open&gt;a:before, .dm-menu_item-subindicator&gt;ul&gt;.dm-item_parent.dm-item_open&gt;span:before {
    border-bottom-color: var(--color-primary)!important;
}
.dm-menu li .dm-subitem_submenu-inline&gt;ul&gt;li&gt;a{
    display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
}
.dm-menu li .dm-subitem_submenu-inline&gt;ul&gt;li&gt;a:hover{
    text-decoration: underline;
}
.dm-menu_subitem-bg li li.dm-item_submenu-mega a:after,
.dm-menu li .dm-subitem_submenu-inline&gt;ul&gt;li&gt;a:after {
    content: "";
    /* background: url("../../img/base/arrowRightSlider.svg") no-repeat; */
	background-image: var(--img-arrow-right);
	background-repeat: no-repeat;
    width: 7px;
    height: 9px;
    display: inline-block;
    background-size: contain;
    margin-left: 8px;
}
.dm-menu_subitem-bg li li.dm-selected&gt;a:before, .dm-menu_subitem-bg li li.dm-selected:hover&gt;a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -6px;
    border-color: transparent var(--color-primary) transparent transparent;
    border-style: solid;
    border-width: 6px 8px 6px 0;
}
.dm-menu_submenu&gt;ul&gt;li&gt;ul {
    z-index: 22;
}
.dm-menu_item-border.dm-menu_border&gt;ul&gt;li&gt;ul {
    top: calc(100%)!important;
}
/**Слайдер
.slick-initialized .slick-slide.slick-active{
    width: auto!important;
}
.slick-initialized .slick-track{
    width: auto!important;
}
**/

@media (max-width: 1230px) {
    .slider-width {
        width: 720px;
    }
	.product-card-slick .block {
        max-width: 245px;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col {
        -ms-flex-preferred-size: 45.2%;
        flex-basis: 45.2%;
    }
}

@media (max-width: 1190px) {
    .slider-width {
        width: 675px;
    }
    .fromSlider input, .toSlider input{
        margin-left: 20px;
    }
	.product-card-slick .block {
        max-width: 235px;
    }
	.slider-container .nav-tabs .nav-link .title {
        font-size: 13px;
	}
}
@media (max-width: 1170px) {
    .product-block-page .product-block-page__wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .product-block-page .product-block-page__wrapper .left-content {
        -ms-flex-order: 1;
        order: 1;
    }
    .product-block-page .product-block-page__wrapper .right-content {
        -ms-flex-order: 2;
        order: 2;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content__two-row .left-content__two-row-wrapper .block .top-content .text-block .title {
        font-size: 12px;
        line-height: 14px;
    	margin-top:4px;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content__two-row .left-content__two-row-wrapper .block .top-content .text-block .sub-title {
        font-size: 13px;
        line-height: 15px;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content__two-row .left-content__two-row-wrapper .block .top-content .text-block {
        margin-left: 5px;
    }
}
@media (max-width: 1155px) {
    .category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col{
        margin-right: 2.2%;
    	-ms-flex-preferred-size: 28.7%;
        flex-basis: 28.7%;
    }
}
@media (max-width: 1150px) {
    .slider-width {
        width: 635px;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide .view-slide__wrapper .view-slide__item img {
        width: 240px;
        height: 240px;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content__one-col {
        max-width: 345px;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide {
        padding: 45px 40px 25px 40px;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item {
        border-radius: 5px 5px 5px 5px;
        margin-top: 2px;
        margin-bottom: 2px;
    	max-width: 100px;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications {
        flex-wrap: wrap;
    	justify-content: center;
    }
	.product-card-slick .block {
        max-width: 225px;
    }
	.slider-block.slider-block-lock-slick-track .no-image-p{
        padding: 45px 40px 25px 40px;
    }
	.slider-block.slider-block-lock-slick-track .no-image-p img{
        width: 240px;
        height: 240px;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(1){
        max-width: 100%!important;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(3),.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(3) ~ .specifications__item,.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(5),.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(5) ~ .specifications__item{
        max-width: 102px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item .title {
        font-size: 15px;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(2), .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(2) ~ .specifications__item,.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(4), .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(4) ~ .specifications__item{
		margin-left: 3px;
		margin-right: 3px;
	}
    .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item {
        width: 115px;
	}
}
@media (max-width: 1120px) {
    .header-info .left-content .sub-phone {
        font-family: "RubikB", sans-serif;
        font-size: 17px;
        margin-top: 5px;
		color: var(--color-primary-dark);
    }
    .header-info .left-content .sub-phone a{
		color: var(--color-primary-dark);
    }
    .header-info .left-content .sub-title {
        border-bottom: 1px dashed var(--color-primary-dark);
        margin-top: 4px;
    	margin-left: 20px;
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 4px;
        color: var(--color-primary-dark);
	    display:inline-block;
        cursor: pointer;
    }
}
@media (max-width: 1110px) {
    .slider-width {
        width: 590px;
    }
	.product-card-slick .block {
        max-width: 215px;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
		/* margin-right: 20px; */
    }
}
@media (max-width: 1060px) {
    .slider-width {
        width: 550px;
    }
	.contacts .contacts__wrapper .left-content .left-content__bottom .block .sub-title {
        font-size: 14px;
        line-height: 22px;
    }
	.contacts .contacts__wrapper .left-content .left-content__top .block .sub-title {
        font-size: 15px;
	}
	.contacts .contacts__wrapper .left-content .left-content__top .block, .contacts .contacts__wrapper .left-content .left-content__bottom .block {
        -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
    }
	.product-card-slick .block {
        max-width: 205px;
    }
	.main-links .main-links__wrapper .block .title {
        font-size: 15px;
	}
    .category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col{
        margin-right: 2.2%;
    	-ms-flex-preferred-size: 28.5%;
        flex-basis: 28.5%;
    }
}
@media (max-width: 1030px) {
    .main-links .main-links__wrapper .block .title {
        font-size: 14px;
    }
}
@media (max-width: 1024px) {
    .item.block.product-card-pop-up.block-view-1-col a img {
        margin: 0 auto;
        display: block;
        width: 100%!important;
    }
	.item.block.product-card-pop-up.block-view-1-col a {
        display: block;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper .block-view-1-col .top-content .hover-button::before{
	    content: none;
	}
	.category .category__wrapper .right-content .product-block .product-block-wrapper .block-view-1-col .top-content .hover-button{
	    padding: 20px 0px 20px 0px;
        text-align: center;
	}
    .category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col,.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col,.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-1-col {
        margin-right: 4.4%;
        -ms-flex-preferred-size: 27.5%;
        flex-basis: 27.5%;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col:nth-child(2n),.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-1-col:nth-child(2n) {
        margin-right: 4.4%;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col {
		margin-right: 0;
	}
	.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col:nth-child(3n),.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-1-col:nth-child(3n) {
        margin-right: 0px;
    }
	.block-view-1-col .bottom-content .title-block .title-block-wrapper .sub-title {
        height: 35px;
    }
	.category .category__wrapper .right-content.full-page-4 .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col {
        -ms-flex-preferred-size: 26.8%;
        flex-basis: 26.8%;
    }
	.category .category__wrapper .right-content.full-page-4 .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col {
        margin-right: 0px;
	}
}
@media (max-width: 1020px) {
    .slider-width {
        width: 520px;
    }
    .details-order .details-order__wrapper .left-content form .form-body input {
        width: 100%;
    }
    .modal-md {
        max-width: 740px;
    }
	.product-card-slick .block {
        max-width: 195px;
    }
    .main-links .main-links__wrapper .block .title {
        font-size: 13px;
    }
	.slider-container .nav-tabs .nav-link .title {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .slider-width {
        width: 100%;
    }
    .parameter-select-block {
        display: none;
    }
    .modal-md {
        max-width: 96%;
    }
    .modal-md .modal-content {
        padding: 48px 45px 55px;
    }
    #city-modal .modal-body {
        font-size: 14px;
        max-height: 550px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: -40px;
    }
    #city-modal .modal-body .cities {
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .footer .footer__wrapper .top-footer .call-back .title a{
        color: var(--color-black);
    }
    .header .header__wrapper .header-min .header-mobile-menu-wrapper .header-mobile-call-back .number a{
        color: var(--color-primary)!important;
    }
    .suggestions-suggestions {
    	width: auto;
    }
    .product-block-page .product-block-page__wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hide-max991{
        display:none!important;
    }
    .show-max991{
        display:block!important;
    }
    .product-block-page .product-block-page__wrapper .right-content{
        order: initial;
    }
    .product-block-page .product-block-page__wrapper .right-content.show-max991{
        max-width: 270px;
	    padding:0px;
    }
    .product-block-page .product-block-page__wrapper .right-content.show-max991 .buttons-block {
        margin-top: 0px;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide .view-slide__wrapper .view-slide__item img {
        width: 335px;
        height: 335px;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content__one-col {
        max-width: 455px;
    }
	/*
	.product-block-page .product-block-page__wrapper .left-content {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
		display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .product-block-page .product-block-page__wrapper .left-content .pr-title {
        display: flex!important;
		order: 1;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content-wrapper {
        order: 2;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__two-row {
        order: 4;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__three-row {
        order: 3;
	}
    .product-block-page .product-block-page__wrapper .left-content .pr-title .left-content__two-col {
        -ms-flex-preferred-size: 67%;
        flex-basis: 67%;
    }*/
    .product-block-page .product-block-page__wrapper .pr-title .right-content{
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
    .product-block-page .product-block-page__wrapper .pr-title .right-content .buttons-block{
        margin-top: 0px;
    }
	.contacts .contacts__wrapper .left-content .left-content__top .block .sub-title {
        font-size: 15px;
        line-height: 20px;
    }
	.contacts .contacts__wrapper .left-content .left-content__bottom .block .sub-title {
        line-height: 18px;
    }
	.contacts .contacts__wrapper .left-content {
        margin-right: 10px;
    }
	.contacts .contacts__wrapper .left-content .left-content__top .block .title, .contacts .contacts__wrapper .left-content .left-content__bottom .block .title {
        font-weight: 700;
        font-size: 15px;
		line-height: 23px;
    }
		.pop-up-product-m .pop-up-product__wrapper {
        flex-direction: column;
	}
	.pop-up-product-m .pop-up-product__wrapper .left-content {
        margin: 0px auto;
    }
	.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block{
	    margin-top: 0px;
	}
	.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide {
        padding: 25px 25px 20px 25px;
    }
	.pop-up-product-m .bottom-content {
		flex-direction: column;
	}
	.pop-up-product-m .bottom-content .bottom-content-right{
		margin-top: 30px;
	}
	.product-card-slick .block .top-content .hover-button-m:after {
		margin-left: 9px;
	}
	.product-card-slick .block .bottom-content .price-buy-block .buy {
		padding: 11px 27px 11px 9px;
	}
	.product-card-slick .block .bottom-content .price-buy-block .buy::before {
        right: 10px;
	}
    .category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col,.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col,.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-1-col {
        -ms-flex-preferred-size: 27.3%;
        flex-basis: 27.3%;
    }
	.no-image-p img{
        width: 335px;
        height: 335px;
		-o-object-fit: contain;
		object-fit: contain;
    }
	.card-type-p{
        display: none;
    }
	.slider-block.slider-block-lock-slick-track .no-image-p img {
        width: 335px;
        height: 335px;
    }
	.product-block-page .product-block-page__wrapper .right-content{
		padding-top:0px;
	}
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(3), .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(3) ~ .specifications__item, .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(5), .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(5) ~ .specifications__item {
        max-width: 139px;
    }
	.bottom-wrapper .save, .bottom-wrapper .compare {
        padding-bottom: 18px!important;
    }
}
@media (max-width: 970px) {
	.product-card-slick .block {
        max-width: 265px;
    }
	.main-links .main-links__wrapper .block .title {
        font-size: 12px;
    }
}
@media (max-width: 960px) {
	.contacts .contacts__wrapper .left-content {
		margin-right: 0;
	}
    .details-order .details-order__wrapper .left-content form .form-body input {
        width: 100%;
    }
    .main-links-mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-shadow: none;
        box-shadow: none;
		margin-top: 15px;
    }
    .main-links-mobile .block {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        margin: 3px;
        -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
    }
    .main-links,.main-card{display:none;}

    .pop-up-our-markets .pop-up-our-markets__wrapper .content-block .right-content .company-info .company-info-body {
        max-height: 269px;
        height: auto;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content-wrapper {
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: initial;
        align-items: start;
    }
	.contacts .contacts__wrapper .left-content .left-content__top .block .title, .contacts .contacts__wrapper .left-content .left-content__bottom .block .title {
        font-weight: 400;
        font-size: 17px;
	}
	.contacts .contacts__wrapper .left-content .left-content__bottom .block .sub-title {
        font-size: 15px;
        line-height: 22px;
	}
	.contacts .contacts__wrapper .left-content .left-content__top .block .sub-title {
        font-size: 19px;
        line-height: 24px;
    }
	.contacts .contacts__wrapper .right-content{
        height:inherit;
	}
	#map_conatcts_page{
        width:100%;
		height: 300px;
    }
	/*.header .header__wrapper .header-min .header-min__wrapper {
        height: 70px;
    } */
	.slick-slider .slider-width .slick-track, .slick-slider .slick-list {
	    margin-bottom: -15px;
	}


	.slider-block .slider-width{
	    margin-top: -15px;
	}

	.product-card-slick-mobile .block .bottom-content .price-buy-block .buy {
        padding: 11px 30px 11px 20px;
    }
	.product-card-slick-mobile .block .bottom-content .price-buy-block .buy::before {
        right: 13px;
    }
    .main-links .main-links__wrapper .block .title {
        font-size: 12px;
    }

	.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .specifications__item-complectation, .product-block-page .product-block-page__wrapper .left-content .left-content__two-col .specifications .specifications__item-sizes{
        margin-top: 0px;
    }
}
@media (max-width: 1024px) {
	.bestsellers-links, .bestsellers-card{
		display: block;
	}
	.slider-container{
		display: none;
	}
	.slider-block.redesign .slick-slider .slick-list {
		margin-bottom: 0;
  }
  .slider-block.redesign .slider-width{
		margin-top: 0px;
	}
	.main-links-mobile.redesign{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 15px;
		box-shadow: none;
	}
	.main-links-mobile.redesign .block {
		padding: 10px;
		margin: 0;
		background: #FFFFFF;
		box-shadow: 0px 10px 20px rgba(49, 49, 49, 0.08);
		border-radius: 4px;
	}
	.main-links-mobile.redesign .block .title {
		font-size: 12px;
		line-height: 120%;
	}
}
@media (max-width: 920px) {
	.category .category__wrapper .right-content .product-block .product-block-wrapper .block {
		-ms-flex-preferred-size: 29%;
		flex-basis: 29%;
	}
	.product-card-slick-mobile .block {
        max-width: 250px;
    }
}
@media (max-width: 910px) {
    .product-block-page .product-block-page__wrapper .left-content .left-content-wrapper {
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media (max-width: 890px) {
	.product-card-slick-mobile .block {
        max-width: 232px;
    }
	.product-card-slick-mobile .block .bottom-content .specifications-wrapper .specifications-item.half{
        flex-basis: 40%;
	}
}
@media (max-width: 840px) {
    .footer .footer__wrapper .middle-footer .menu ul {
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }
    .footer .footer__wrapper .middle-footer .menu .list-two-row {
        display: inline-block;
        width: 67%;
    }
    .footer .footer__wrapper .middle-footer .menu .list-two-row ul{
        display: inline-block;
        float: left;
        width: 50%;
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content__two-row .left-content__two-row-wrapper .block {
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper .block {
		-ms-flex-preferred-size: 43%;
		flex-basis: 43%;
	}
	.product-card-slick-mobile .block {
        max-width: 210px;
    }
	.product-comparsion .section-title {
        line-height: 37px;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col:nth-child(2n),.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-1-col:nth-child(2n) {
        margin-right: 4%;
    }
    .category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col, .category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col, .category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-1-col {
	    margin-right: 4%;
        -ms-flex-preferred-size: 26.7%;
        flex-basis: 26.7%;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col:nth-child(3n), .category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-1-col:nth-child(3n) {
        margin-right: 0px;
    }
}
@media (max-width: 775px) {
	.product-card-slick-mobile .block {
        max-width: 200px;
    }
	.block-view-3-col .top-content .hover-button:after, .block-view-2-col .top-content .hover-button:after, .block-view-1-col .top-content .hover-button:after, .product-card-slick .block .top-content .hover-button:after {
        margin-left: 7px;
    }
}
@media (max-width: 740px) {
	.product-card-slick-mobile .block {
        max-width: 190px;
    }
	.product-card-slick-mobile .block .bottom-content .specifications-wrapper .specifications-item.half {
        flex-basis: 38%;
    }
	.category .category__wrapper .right-content.full-page-4 .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col {
        -ms-flex-preferred-size: 42.8%;
        flex-basis: 42.8%;
    }
}
@media (max-width: 725px) {
	.product-card-slick-mobile .block {
        max-width: 269px;
    }
	.product-card-slick-mobile .block .bottom-content .specifications-wrapper .specifications-item.half {
        flex-basis: 42%;
    }
    .category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col,.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col,.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-1-col {
	    margin-right: 3.5%;
        -ms-flex-preferred-size: 42.8%;
        flex-basis: 42.8%;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col:nth-child(3n),.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col:nth-child(3n),.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-1-col:nth-child(3n) {
        margin-right: 3.5%;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col:nth-child(2n),.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col:nth-child(2n),.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-1-col:nth-child(2n) {
        margin-right: 0px;
    }
	.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(2), .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(2) ~ .specifications__item{
		width: 44%;
	}
}
@media (max-width: 640px) {
    .main-links .main-links__wrapper .block {
        -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
    }
    .bestsellers-links a {
        margin-top: 0px;
    }
    .bestsellers-links a{
        width: 100%;
	    display:block;
        text-align: center;
        margin-bottom: 8px;
	    font-size:15px;
    }
    .bestsellers-links a p{
    	display:inline-block;
    	padding-bottom: 3px;
    }
	.subscribe-two .subscribe-two__wrapper .right-content {
        margin-top: 20px;
	}
    .footer {
        margin-top: 55px;
    }
	.product-card-slick-mobile .block {
        padding-bottom: 30px;
	}
    .pop-up-our-markets .pop-up-our-markets__wrapper .content-block .right-content .company-info .company-info-header{
        display: none;
    }
    .information-about-order .information-about-order__wrapper .left-content .col {
        flex-wrap: wrap;
    }
    .selected.selected-promo .promo-apply {
        margin-top: 15px;
        display: block;
        text-align: center;
    }
    .selected.selected-promo {
        padding-right: 0px;
    }
    .product-block-page .product-block-page__wrapper .left-content .pr-title {
        display: block!important;
    }
    .product-block-page .product-block-page__wrapper .pr-title .right-content {
        padding: 0px;
    }
	.pop-up-product-m .pop-up-product__wrapper .right-content .specifications {
        flex-wrap: wrap;
        justify-content: center;
    }
	.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item {
        width: 27%;
	}
	.pop-up-product-m .pop-up-product__wrapper .left-content .slider-block .pop-up-view-slide-nav .view-slide-nav__wrapper .view-slide-nav__item {
        width: 70px!important;
        height: 70px;
	}
	.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-left {
        -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
	}
	.pop-up-product-m .pop-up-product__wrapper .right-content .buttons-block .buttons-block-left .add-to-basket {
        padding-left: 20px;
    }
	.product-card-slick-mobile .block {
        max-width: 249px;
    }
	.product-card-slick-mobile .block .bottom-content .specifications-wrapper .specifications-item.half {
        flex-basis: 40%;
    }
	.footer .footer__wrapper .top-footer .call-back .call-back-button {
        margin-left: 0px;
	}
	.information-about-order {
        margin-top: 30px;
    }
	.pop-up-product-m .specifications__item.specifications__item-select .select-block select {
        max-width: 275px;
	}
	.pop-up-product-m .pop-up-product__wrapper .right-content {
        min-width: 400px;
        width: 100%;
    }
	.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(3), .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(3) ~ .specifications__item, .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(5), .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(5) ~ .specifications__item {
        width: 30%;
	}
	.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(2), .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(2) ~ .specifications__item, .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(4), .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(4) ~ .specifications__item {
        margin-left: 3px;
		margin-right: 3px;
	}
}
@media (max-width: 600px) {
    .selected.selected-promo {
        padding-right: 0px;
    }
    .selected.selected-promo input.promocode{
        max-width: inherit;
    }
    .selected.selected-promo .promo-apply {
        margin-top: 25px;
        display: block;
        text-align: center;
    }
	.product-card-slick-mobile .block {
        max-width: 210px;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide {
        padding: 10px 5px 5px 5px;
    }
}
@media (max-width: 522px) {
    .basket-section__wrapper .gift .img-block:before {
        padding-left: 5px;
        width: 57px;
	}
    .footer .footer__wrapper .middle-footer .menu ul.social_block li a {
        margin-right: 5px;
		margin-left: 5px;
    }
    .footer .footer__wrapper .middle-footer .menu ul {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
	    text-align: center;
		margin-top: 15px;
    }
    .footer .footer__wrapper .middle-footer .menu .list-two-row {
        width: 100%;
    }
    .footer .footer__wrapper .middle-footer .menu .list-two-row ul {
        float: none;
        width: 100%;
    }
    .footer .footer__wrapper .middle-footer .menu ul li ~ li {
        margin-top: 5px;
    }
    .footer .footer__wrapper .middle-footer .menu ul li a {
        line-height: 15px!important;
        font-size: 14px!important;
		max-width: none;
	}
	.footer .footer__wrapper .middle-footer .menu ul .list-title {
        margin-bottom: 10px;
    }
    .subscribe-two .subscribe-two__wrapper .left-content {
        /* background: url("../../img/base/subscribeTwoBg1-mobile.jpg") no-repeat right top; */
    }
    .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item{
        margin-top: 5px;
	    -ms-flex-preferred-size:30%;
	    flex-basis: 30%;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item{
        max-width: 96px;
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item .title {
        line-height: 14px;
        padding-bottom: 0px;
        height: 32px;
        font-size: 14px;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item .sub-title {
        font-size: 13px;
        line-height: 14px;
        height: 28px;
	}
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item {
        height: 64px;
	}
	.product-block-page .product-block-page__wrapper .left-content .left-content-wrapper .left-content__two-col {
        margin-top: 20px;
    }
	.product-block-page .product-block-page__wrapper .right-content {
        text-align: center;
    }
	.product-block-page .product-block-page__wrapper .right-content .price-block .price-wrapper .old-price {
        margin-top: 7px;
	}
	.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .delivery {
        margin-top: 25px;
	}
	.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .composition {
        margin-top: 0px;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content-wrapper .left-content__two-col .specifications {
        margin-top: 20px;
    }
    .header-mobile-menu-wrapper .search-block input[type="text"]{
        max-width: 140px;
    }
    .header-info .left-content .sub-title {
        font-size: 11px;
        padding-bottom: 1px;
    	margin-top: 6px;
    }
	.header-info .left-content .sub-phone {
        font-size: 14px;
    }
    .main-links-mobile .block {
        padding: 8px 7px 8px 7px;
    }
    .main-links-mobile .block .title {
        font-size: 11px;
	    margin-top: 5px;
	    width: 91px;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper .block {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
	.product-card-slick-mobile .block {
        max-width: 190px;
    }
	.product-card-slick-mobile .block .bottom-content .specifications-wrapper .specifications-item.half {
        flex-basis: 38%;
    }
	.bestsellers-links {
        margin-top: 20px;
		margin-bottom: -30px;
	}
	.bestsellers-links a p {
		padding-bottom: 2px;
	}
	.bestsellers-links a {
        margin-bottom: 3px;
	}
	.footer .footer__wrapper .middle-footer {
        margin-top: 8px;
    }
	.footer .footer__wrapper .bottom-footer {
        margin-top: 30px;
	}
	.footer .footer__wrapper .bottom-footer .copyright {
        margin-top: 7px;
	}
	.footer {
	    padding-bottom: 20px;
	    margin-top: 20px;
	}
	.footer .footer__wrapper .middle-footer .menu ul .list-title {
	    margin-bottom: 6px;
	}
	.pop-up-product-m .pop-up-product__wrapper .right-content {
        min-width: auto;
	}
	.pop-up-product-m .specifications__item.specifications__item-select .select-block select{
	    max-width: none;
	}
	.card-view-modal .modal-content {
        padding: 15px 0px 29px 0px;
	}
	.product-card-slick-mobile .block .bottom-content .specifications-wrapper .specifications-item.half, .product-card-slick .block .bottom-content .specifications-wrapper .specifications-item.maksimalnaa-nagruzka-na-spalnoe-mesto-kg, .block-view-3-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-1-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-2-col .bottom-content .specifications-wrapper .specifications-item.half, .block-view-3-col .bottom-content .specifications-wrapper .specifications-item.maksimalnaa-nagruzka-na-spalnoe-mesto-kg {
        flex-basis: 39%;
    }
	.category .category__wrapper .right-content .sort-view {
        margin-top: 10px;
	}
	.information-about-order {
        margin-top: 10px;
    }
	.product-block-page {
        margin-top: 10px;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .vendor-code-rate {
        margin-top: 5px;
    }
	.product-block-page .product-block-page__wrapper .right-content .buttons-block .bottom-wrapper {
        margin-top: 3px;
	}
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block{
	    margin-top: 15px;
	}
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .slider-block .view-slide-nav .slick-arrows{
		top: 60%;
	}
	.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .composition {
        margin-top: 0px;
    }
	.product-block-page .product-block-page__wrapper .right-content.show-max991 .buttons-block {
        margin-top: 5px;
    }
	.buy-with-this {
        margin-top: 20px;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__three-row .template-sub-block p {
        line-height: 20px;
    }
	.buy-with-this .section-title {
        line-height: 34px;
		font-size: 29px;
	}
	.buy-with-this .buy-with-this__wrapper {
        margin-top: 0px;
    }
	.category .block-view-3-col {
        margin-top: 10px;
    }
	.product-comparsion .section-title {
        font-size: 27px;
        line-height: 31px;
    }
	.pop-up-product-m .pop-up-product__wrapper .count-block {
        margin-top: 0px;
    }
	.pop-up-product-m .pop-up-product__wrapper .buttons-block-right {
        margin-top: 0px;
    }
	.pop-up-product-m .pop-up-product__wrapper .right-content .price-block-count .price-block{
	    display: block;
	}
	.pop-up-product-m .pop-up-product__wrapper .price-block .price-wrapper {
        margin-left: 0px;
	}
	.modal .pop-up-product-m {
        margin-top: -8px;
    }
	.product-block-page .product-block-page__wrapper .right-content .price-block .price-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
	}
	.product-block-page .product-block-page__wrapper .right-content .price-block .price-wrapper .old-price{
	    margin-left: 30px;
	}
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(1),.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(2),.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(2) ~ .specifications__item,.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(3),.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(3) ~ .specifications__item,.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(5),.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(5) ~ .specifications__item{
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(2), .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(2) ~ .specifications__item,.product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(3), .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(3) ~ .specifications__item, .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(5), .product-block-page .product-block-page__wrapper .left-content .left-content__one-col .specifications .specifications__item:first-child:nth-last-child(5) ~ .specifications__item {
        max-width: 44%;
    }
	.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(2), .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(2) ~ .specifications__item,.pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(3), .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(3) ~ .specifications__item, .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(5), .pop-up-product-m .pop-up-product__wrapper .right-content .specifications .specifications__item:first-child:nth-last-child(5) ~ .specifications__item {
        width: 44%;
    }
}
@media (max-width: 491px) {
	.product-card-slick-mobile .block {
        max-width: 96%;
    }
	.product-card-slick .block {
        max-width: 96%;
    }
	.product-card-slick-mobile .block .bottom-content .specifications-wrapper .specifications-item.half {
        flex-basis: 42%;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col,.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col,.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-1-col {
	    margin-right: 0px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
	.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col:nth-child(3n),.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-2-col:nth-child(3n),.category .category__wrapper .right-content .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-1-col:nth-child(3n) {
        margin-right: 0px;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content-wrapper .left-content__two-col .specifications .select-cloth .select-close-sub-menu {
        width: 100%;
    }
	.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .vendor-code-rate .vendor-code p span {
        display: block;
    }
	.product-block-page .product-block-page__wrapper .right-content{
		margin-top:15px;
	}
	.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .composition .composition__item .img-block img,.product-block-page .product-block-page__wrapper .left-content .left-content__two-col .composition .composition__item .img-block{
        width: 200px;
	}
	.category .category__wrapper .right-content.full-page-4 .product-block .product-block-wrapper.pagination_container-view-3-col .block-view-3-col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
@media (max-width: 440px) {
    .main-links .main-links__wrapper .block {
        display: inline-block;
        width: 140px;
        height: 110px;
        text-align: center;
        -ms-flex-preferred-size: auto;
	    flex-basis: auto;
    }
}

.header-info .sub-title span {
    font-size: 12px;
}
@media (max-width: 1024px){
    .about-company-links {
        margin: 50px 0;
        padding: 50px 0;
    }
}</pre></body></html>