

/* Start:/local/templates/view/css/style.css?1660771435226020*/
/*reset light*/
html, body {
  margin: 0;
  padding: 0;
}

body {
	
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  --c2: #cb3c45;
  --c3: #404355;
  --c4: #5D6275;
}

svg * {
  transition: fill .3s ease;
}

input, textarea, select, button {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a:hover {
  text-decoration: none;
}

img, a, input, textarea, select, button {
  border-radius: 0;
  outline-style: none;
}

button::-moz-focus-inner {
  border: 0;
}

input {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.container_main {
  min-width: 320px;
  padding-top: 108px;
  position: relative;
  z-index: 100;
  left: 0;
  overflow: hidden;
  transition: 0.3s;
}

.form-label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 14px;
}

.clr {
  clear: both;
}

.align_center {
  text-align: center;
}

.wmain {
  max-width: 1216px;
  margin: 0 auto;
}

.wmain {
  width: 1216px;
}

.overflow {
  overflow: hidden;
}

.plr {
  padding-left: 48px;
  padding-right: 48px;
}

.hl_fixed {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 900;
  transition: 0.3s;
}
/*
.hl_fixed::after {
    position: absolute;
    width: 100%;
    height: 25px;
    left: 0;
    bottom: -24px;
    z-index: 900;
    display: block;
    background-image: url(/upload/medialibrary/9e6/9e6274c6b22fcedf9949e4073830aed5.png);
    background-size: 190px 25px;
    background-position: center;
    content: " ";
}

@media screen and (max-width: 960px) {
	.hl_fixed::after {
		height: 15px;
		bottom: -10px;
		background-size: 140px 15px;
	}
}
*/
.body_scroll_main .hl_fixed {
  position: fixed;
}

.hl_top {
  background: #F6F6F6;
  border-bottom: 1px solid #C8CACF;
  position: relative;
  z-index: 100;
}

.hl_top .wmain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}



.hl_city {
  display: flex;
  min-width: 224px;
  align-items: center;
}

.hl_top_right {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.hl_city_name {
  font-size: 12px;
  color: #5D6275;
  white-space: nowrap;
}

.hl_city_select {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #732635;
  cursor: pointer;
  height: 32px;
  transition: 0.3s;
}

.hl_city_select svg {
  margin-right: 8px;
}

.hl_city_select:hover {
  color: #D82C37;
}

.hl_city_select:hover svg {
  fill: #D82C37;
}

.hl_city_select:hover {
  color: var(--c2);
}

.hl_nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.hl_nav > li {
  position: relative;
}

.hl_nav > li + li {
  margin-left: 24px;
}

.hl_nav > li > a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  height: 32px;
  line-height: 32px;
  font-weight: 500;
  font-size: 14px;
  color: #404355;
  transition: 0.3s;
}

.hl_nav > li > a:hover, .hl_nav_dop:hover > a {
  color: var(--c2);
}

.hl_nav > li > a:focus, .hl_nav_dop:focus > a {
  color: #732635;
}

.hl_nav ul {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  top: 40px;
  left: -1px;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
  border-radius: 4px;
  background: #FFF;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

.hl_nav > li:hover ul {
  opacity: 1;
  visibility: visible;
}

.hl_nav ul:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/local/templates/view/css/../img/hl_plashka_str.png") no-repeat left top;
  width: 24px;
  height: 13px;
  left: 16px;
  top: -13px;
}

.hl_nav ul > li {
  display: block;
}

.hl_nav ul > li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #404355;
  height: 38px;
  line-height: 38px;
  padding-left: 16px;
  padding-right: 16px;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}

.hl_nav ul > li > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.hl_nav ul > li + li a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-radius: 0;
}

.hl_nav ul > li:last-child > a {
  border-bottom: none !important;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.hl_nav ul > li a:hover {
  background: #F6F6F6;
  color: var(--c2);
  text-decoration: underline;
  border-color: #CFD0D6;
}

.hl_nav ul > li a:focus {
  background: #F6F6F6;
  color: #732635;
  text-decoration: underline;
  border-color: #CFD0D6;
}

.hl_nav_dop > a {
  padding-right: 16px;
  background: url("/local/templates/view/css/../img/hl_select_str.svg") no-repeat right center;
}

.hl_top_info {
  display: flex;
  align-items: center;
}

.hl_phone {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #404355;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  white-space: nowrap;
  transition: .3s;
}

.hl_phone:hover {
  color: #D82C37;
}

.hl_phone:hover svg {
  fill: #D82C37;
}

.hl_phone svg {
  margin-right: 8px;
}

.hl_time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #5D6275;
  margin-left: 15px;
  white-space: nowrap;
}

.hl_time svg {
  margin-right: 8px;
}

.hl_user_nav {
  display: flex;
  margin-left: 31px;
  align-items: center;
}

.hl_login {
  display: block;
  text-decoration: none;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #732635;
  padding-left: 25px;
  background: url("/local/templates/view/css/../img/hl_login_ico.svg") no-repeat left center;
  transition: 0.3s;
}

.hl_login:hover, .hl_reg:hover {
  color: var(--c2);
}

.hl_reg {
  display: block;
  text-decoration: none;
  height: 32px;
  line-height: 32px;
  border-left: 1px solid #C8CACF;
  margin-left: 16px;
  padding-left: 17px;
  font-size: 12px;
  color: #732635;
  transition: 0.3s;
}

.hl_bottom {
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(64, 67, 85, 0.2);
}

.hl_bottom .wmain {
  display: flex;
  padding-top: 15px;
  padding-bottom: 16px;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
/*
.hl_bottom .wmain::after{
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0;
    bottom: -35px;
    z-index: 905;
    display: block;
    background-image: url(/upload/medialibrary/ead/ead8a83be651594150cbf939b3ff8eeb.png);
    background-size: 135px 60px;
    background-position: left;
    background-repeat:no-repeat;
    content: " ";
}
@media screen and (max-width: 960px) {

	.hl_bottom .wmain::after{
		height: 45px;
		bottom: -25px;
		background-size: 115px 55px;
	}
}
*/

.logo {
  display: block;
  text-decoration: none;
  min-width: 312px;
}

.hlb_nav {
  display: flex;
  margin-left: 32px;
  white-space: nowrap;
  align-items: center;
}

.hlb_nav a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: #404355;
  transition: 0.3s;
}

.hlb_nav a:hover {
  color: var(--c2);
}

.hlb_nav a:focus {
  color: #732635;
}

.hlb_nav a + a {
  margin-left: 33px;
}
.hlb_nav a{
  margin-left: 33px;
}
.hlb_nav a:nth-child(1){
  margin-left: 0px;
}

.hlb_nav a:hover path, .hlb_nav a:hover rect {
  fill: var(--c2);
}

.hlb_nav a:focus path, .hlb_nav a:focus rect {
  fill: #732635;
}

.hlb_search {
  display: block;
  width: 100%;
  position: relative;
  z-index: 25;
}

.hlb_search:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  height: 10px;
  top: -6px;
  background: #fff;
}

.hlb_search input {
  display: block;
  position: relative;
  z-index: 20;
  width: 100%;
  height: 40px;
  border: 1px solid #CFD0D6;
  font-size: 16px;
  color: #8E919E;
  padding-left: 17px;
  padding-right: 45px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: 0.3s;
  box-sizing: border-box;
}

input:hover {
  border-color: #D82C37 !important;
  color: #2D2D2D !important;
}

input:focus {
  border-bottom-color: #D82C37 !important;
  color: #2D2D2D !important;
}

.hlb_search_btn {
  display: block;
  border: none;
  cursor: pointer;
  position: absolute;
  width: 48px;
  height: 100%;
  right: 0;
  top: 0;
  display: flex;
  background: none;
  z-index: 30;
  justify-content: center;
  align-items: center;
}

.hlb_search_btn svg {
  display: block;
}

.hlb_search_btn:hover svg path {
  fill: var(--c2);
}

.hlb_search_btn:focus svg path {
  fill: #732635;
}

.hlb_nav_ico svg {
  display: block;
  opacity: 0.7;
  transition: 0.3s;
}

.hlb_nav_ico:hover svg {
  opacity: 1;
}

.hlb_nav_ico span {
  display: inline-block;
  position: relative;
}

.hlb_nav_ico i {
  display: block;
  font-style: normal;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  color: #FFF;
  right: -14px;
  top: -10px;
  font-size: 12px;
  color: #FFF !important;
  background: #CB3C45;
  border: 1px solid #fff;
  border-radius: 50%;
}

.hlb_nav_ico i + svg path, .hlb_nav_ico i + svg rect {
  fill: #404355;
}

.hlb_nav_ico i + svg {
  opacity: 1 !important;
}

.hlb_nav a:hover svg {
  opacity: 1 !important;
}

.hlb_nav_ico {
  display: flex;
  width: 100%;
  height: 24px;
  justify-content: center;
  align-items: center;
}

.hlb_search_list_main {
  position: absolute;
  z-index: 15;
  width: 100%;
  left: 0;
  top: 0;
  padding: 7px;
  left: -7px;
  top: -7px;
  background: #FFF;
  border: 1px solid #CFD0D6;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
  border-radius: 4px;
  padding-bottom: 8px;
  padding-top: 55px;
}

.hlb_search_list_main .mCSB_scrollTools {
  right: -7px !important;
}

.hlb_search_list_inner {
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 400px;
}

.hlb_search_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-right: 16px;
  padding-left: 40px;
}

.hlb_search_list > li {
  display: block;
}

.hlb_search_list > li + li {
  border-top: 1px solid #D9D9DD;
  margin-top: 12px;
  padding-top: 10px;
}

.hlb_search_list > li a {
  display: flex;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  color: #404355;
  transition: 0.3s;
}

.hlb_search_list > li a:before, .hlb_search_list > li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  background: url("/local/templates/view/css/../img/search_list_str.svg") no-repeat left top;
  left: -22px;
  top: 5px;
  transition: 0.3s;
}

.hlb_search_list > li a:after {
  opacity: 0;
  background: url("/local/templates/view/css/../img/search_list_str_hover.svg") no-repeat left top;
}

.hlb_search_list > li a:hover:before {
  opacity: 0;
}

.hlb_search_list > li a:hover:after {
  opacity: 1;
}

.hlb_search_list > li a:hover {
  color: #CB3C45;
}

.hlb_search_list > li a:hover span {
  text-decoration: underline;
}

.hlb_search_list > li a span + span {
  font-weight: bold;
  font-size: 14px;
  text-decoration: none !important;
  white-space: nowrap;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .accessories_slider .isl_info_l {
    display: block;
  }
}

.order h1, .order h2, .order h3 {
  margin-top: 0;
}

.order h2 {
  margin-bottom: 16px;
}

.order-form-city {
  display: flex;
  align-items: flex-end;
}

.order-form-city input {
  margin-right: 16px;
}

.order-form-city .btn_sec {
  padding: 0 16px;
  margin-left: 16px;
}

.order-section {
  padding-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .order-section {
    padding-bottom: 40px;
  }
}

.order-bonus {
  background: #F6F6F6;
  border-radius: 4px;
  box-sizing: border-box;
  width: 70%;
  padding: 16px;
}

.order-bonus.large {
  background: #fff;
  padding: 0;
}

.order-bonus.large .order-bonus-wrap span {
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .order-bonus {
    width: 100%;
  }
}

.order-bonus-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 16px;
}

.order-bonus-wrap {
  display: flex;
  align-items: center;
}

.order-bonus-wrap > label:first-child {
  margin-right: 14px;
}

@media screen and (max-width: 960px) {
  .order-bonus-wrap {
    display: block;
  }
  .order-bonus-wrap > label:first-child {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.order-bonus-count {
  color: #5D6275;
  margin-bottom: 16px;
}

.order-bonus-count span {
  font-weight: bold;
  color: #2EB13A;
}

.order-payment {
  width: 70%;
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .order-payment {
    width: auto;
  }
}

.order-payment-item {
  position: relative;
}

.order-payment .title {
  padding-right: 24px;
}

.order-payment input:checked ~ label {
  border-color: #2EB13A;
  color: #2EB13A;
}

.order-payment input {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0;
}

.order-payment label {
  display: flex;
  align-items: center;
  transition: all .3s ease;
  padding: 16px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  min-height: 56px;
}

.order-payment label:hover {
  border-color: #2EB13A;
}

.order-payment label img, .order-payment label svg {
  margin-right: 8px;
  min-width: 24px;
}

.order-block {
  padding-bottom: 40px;
}

.order-block.large {
  padding-bottom: 48px;
}

@media screen and (max-width: 960px) {
  .order-block.large {
    padding-bottom: 40px;
  }
}

.order-list {
  background: #F6F6F6;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 24px 16px;
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .order-list {
    margin-bottom: 24px;
    padding: 16px;
  }
}

.order-list-item-title {
  margin-bottom: 8px;
}

.order-list-item-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-list-item-total > div:last-child {
  font-weight: bold;
}

.order-list-item:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(64, 67, 85, 0.2);
}

.order-total {
  border-top: 1px solid rgba(64, 67, 85, 0.2);
  border-bottom: 1px solid rgba(64, 67, 85, 0.2);
  padding: 24px 0;
  margin: 32px 0;
}

@media screen and (max-width: 960px) {
  .order-total {
    padding: 16px 0;
    margin: 24px 0;
  }
}

.order-total-btn {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 960px) {
  .order-total-btn .btn_main {
    width: 100%;
  }
}

.order-total-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
}

.order-total-item .large {
  font-size: 40px;
}

@media screen and (max-width: 960px) {
  .order-total-item .large {
    font-size: 24px;
  }
}

.order-total-item > div:last-child {
  font-weight: bold;
}

.order-total-item:not(:last-child) {
  margin-bottom: 24px;
}

.order-info {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
  margin-bottom: 24px;
}

.order-info input {
  -webkit-appearance: none;
  border: 1px solid #C1C1C1;
  box-sizing: border-box;
  padding: 0 16px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 4px;
  width: 100%;
  transition: all .3s ease;
}

.order-info > div {
  box-sizing: border-box;
  padding-left: 24px;
}

.order-info > div {
  box-sizing: border-box;
  padding-left: 24px;
}

.order-info > div{
  width: 30%;
  margin-top: 18px;
}

.order-info > div:nth-child(1) {
  width: 45%;
  margin-top: 0px;
}

.order-info > div:nth-child(2) {
  width: 45%;
  margin-top: 0px;
}

@media screen and (max-width: 960px) {
  
  .order-info > div:nth-child(n) {
    width: 100%;
	margin-top: 24px;
  }
  .order-info > div:nth-child(1) {
    margin-top: 2px;
  }
}

.order-question {
  background: #FFFFFF;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 16px;
  margin-bottom: 24px;
}

.order-question.successful {
  align-items: unset;
  padding: 24px;
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .order-question.successful {
    padding: 16px;
  }
}

.order-question.successful .btn_sec {
  width: auto;
  line-height: 40px;
  height: 40px;
}

@media screen and (max-width: 960px) {
  .order-question.successful .btn_sec {
    width: 100%;
    padding: 0;
  }
}

.order-question.successful div + div {
  margin-top: 0;
}

.order-question.large {
  margin-bottom: 0;
  width: 65%;
  flex-direction: unset;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .order-question.large {
    width: 80%;
  }
}

@media screen and (max-width: 960px) {
  .order-question.large {
    width: 100%;
  }
}

.order-question.large .order-question-desc {
  margin-bottom: 0;
}

@media screen and (max-width: 960px) {
  .order-question.large .order-question-desc {
    margin-bottom: 16px;
  }
}

.order-question.large .order-question-phone {
  text-align: center;
  color: #D82C37;
}

@media screen and (max-width: 960px) {
  .order-question.large .order-question-phone {
    margin-bottom: 16px;
  }
}

.order-question.large .btn_sec {
  padding: 0;
  background: #F6F6F6;
  border-radius: 2px;
  border: unset;
  height: 48px;
}

.order-question.large > div {
  box-sizing: border-box;
}

.order-question.large > div:nth-child(n) {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .order-question.large > div:nth-child(1) {
    width: 60%;
  }
  .order-question.large > div:nth-child(2) {
    width: 40%;
    padding-left: 24px;
  }
}

.order-question-desc {
  margin-bottom: 24px;
}

.order-question-phone {
  color: #732635;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}

.order-question .btn_sec {
  line-height: 48px;
  width: 100%;
  height: 48px;
}

.order-header {
  display: flex;
  align-items: center;
  padding: 40px 0 64px;
}

@media screen and (max-width: 960px) {
  .order-header {
    padding: 16px 0 24px;
  }
}

.order-header h1 {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .order-header h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  .order-header img {
    height: 32px;
  }
}

.order-header span {
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 132px;
  margin-right: 16px;
}

@media screen and (max-width: 960px) {
  .order-header span {
    max-width: 105px;
  }
}

.order-footer {
  background: #EEEFF1;
  line-height: 40px;
  padding: 20px 0;
}

.order-footer .btn_main {
  display: flex;
  align-items: center;
}

.order-footer .btn_main span {
  margin-right: 24px;
  font-size: 14px;
}

.order-footer-phone {
  display: flex;
  align-items: center;
  color: #404355;
  text-decoration: none;
  margin-left: 32px;
}

@media screen and (max-width: 960px) {
  .order-footer-phone {
    margin-left: 16px;
  }
}

@media screen and (max-width: 640px) {
  .order-footer-phone svg {
    width: 16px;
    height: 16px;
  }
}

.order-footer-phone span {
  font-weight: bold;
  margin-left: 8px;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .order-footer-phone span {
    font-size: 14px;
  }
}

.order-footer-inner {
  display: flex;
  align-items: center;
}

.order-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
}

.order-grid.stack > div:nth-child(n) {
  margin-top: 0 !important;
}

.order-grid-half {
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
}

@media screen and (max-width: 960px) {
  .order-grid-half.sm > div:nth-child(n) {
    margin-top: 8px;
  }
}

.order-grid-half div + div {
  margin-top: 24px;
}

.order-grid-half div + div:nth-child(2) {
  margin-top: 0;
}

@media screen and (max-width: 960px) {
  .order-grid-half div + div:nth-child(2) {
    margin-top: 24px;
  }
}

.order-grid-half > div {
  padding-left: 32px;
  box-sizing: border-box;
  width: 50%;
}

@media screen and (max-width: 960px) {
  .order-grid-half > div {
    width: 100%;
  }
  .order-grid-half > div:nth-child(2) {
    margin-top: 16px;
  }
}

.order-grid > div {
  box-sizing: border-box;
  padding-left: 32px;
}

.order-grid > div:nth-child(1) {
  width: 75%;
}

.order-grid > div:nth-child(2) {
  width: 25%;
}

@media screen and (max-width: 960px) {
  .order-grid > div:nth-child(2) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 960px) {
  .order-grid > div:nth-child(n) {
    width: 100%;
  }
}

.order-points {
  height: 170px;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 960px) {
  .order-points {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .order-points-time {
    margin-top: 8px;
    padding-left: 32px;
  }
}

.order-points-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.order-points-item > div {
  box-sizing: border-box;
}

.order-points-item > div:nth-child(1) {
  width: 65%;
}

.order-points-item > div:nth-child(2) {
  width: 35%;
}

.order-points-item > div:nth-child(n) {
  padding-right: 16px;
}

@media screen and (max-width: 960px) {
  .order-points-item > div:nth-child(n) {
    padding-right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .order-points-item {
    display: block;
  }
}

.order-points-item:not(:last-child) {
  margin-bottom: 16px;
}

.order-points-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.order-points-item input {
  margin-right: 8px;
}

.order-radio-card {
  position: relative;
}

.order-radio-card .title {
  font-weight: bold;
  margin-bottom: 8px;
}

.order-radio-card .desc {
  margin-top: 0 !important;
  margin-bottom: 16px;
}

.order-radio-card .price {
  font-weight: 500;
}

.order-radio-card input:checked ~ label {
  border-color: #2EB13A;
}

.order-radio-card input {
  position: absolute;
  bottom: 16px;
  right: 16px;
}

.order-radio-card label {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s ease;
  padding: 16px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  cursor: pointer;
}

.order-radio-card label:hover {
  border-color: #2EB13A;
}

.order-controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 32px;
}

@media screen and (max-width: 960px) {
  .order-controls > div {
    width: 100%;
    box-sizing: border-box;
  }
  .order-controls > div:first-child {
    order: 1;
  }
  .order-controls > div:last-child {
    margin-bottom: 16px;
  }
  .order-controls > div > a {
    width: 100%;
  }
}

.order-controls > div:first-child {
  margin-right: 24px;
}

@media screen and (max-width: 960px) {
  .order-controls > div:first-child {
    margin-right: 0;
  }
}

.order-controls .btn_green {
  min-width: 256px;
}

.order-steps {
  overflow: hidden;
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .order-steps {
    margin-bottom: 24px;
  }
}

.order-steps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
  display: flex;
}

.order-steps ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 33%;
  box-sizing: border-box;
}

.order-steps ul li:not(:last-child)::before {
  content: '';
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
  width: 8px;
  height: 8px;
  border-right: 2px solid #D82C37;
  border-bottom: 2px solid #D82C37;
  transform: rotate(-45deg);
}

.order-steps ul li a {
  color: #D82C37;
  font-size: 20px;
  font-weight: bold;
}

.order-steps-disabled::before {
  border-color: #CFD0D6 !important;
}

.order-steps-disabled a {
  color: #CFD0D6 !important;
  font-weight: normal !important;
  pointer-events: none;
}

.order-steps-complete::before {
  border-color: #2EB13A !important;
}

.order-steps-complete a {
  color: #2EB13A !important;
  font-weight: normal !important;
}

.order-details {
  padding: 24px 16px;
  background: #F6F6F6;
  border: 1px solid #CFD0D6;
  border-radius: 4px;
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .order-details {
    margin-bottom: 24px;
  }
}

.order-details-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}

.order-details-char:not(:last-child) {
  margin-bottom: 16px;
}

.order-details-char > div:first-child {
  font-size: 14px;
  margin-bottom: 8px;
}

.order-details-char > div:last-child {
  font-size: 16px;
  font-weight: bold;
}

.order-details-char > div:last-child.total {
  font-size: 24px;
}

.order-table div + div {
  margin-top: 0;
}

.order-table div + div:nth-child(n) {
  margin: 0;
}

.order-table > div {
  display: flex;
  padding: 16px 0;
  justify-content: space-between;
  border-bottom: 1px solid rgba(64, 67, 85, 0.2);
}

.order-table > div > div:last-child {
  text-align: right;
  font-weight: bold;
}

.order-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 8px;
}

.order-custom-delivery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -24px;
}

.order-custom-delivery > div {
  box-sizing: border-box;
  padding-left: 24px;
}

.order-custom-delivery > div:nth-child(1) {
  width: 30%;
}

.order-custom-delivery > div:nth-child(2) {
  width: 70%;
}

@media screen and (max-width: 960px) {
  .order-custom-delivery > div:nth-child(n) {
    width: 100%;
  }
  .order-custom-delivery > div:nth-child(2) {
    margin-top: 24px;
  }
}

.points-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  width: 65%;
}

@media screen and (max-width: 960px) {
  .points-header {
    width: 100%;
  }
}

.points-header a {
  font-weight: 500;
  color: #D82C37;
}

.points-header a:hover {
  color: #732635;
}

.points-header h3 {
  margin-bottom: 0;
}

.agree {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: .3s;
}

.agree:hover {
  opacity: .7;
}

.agree input {
  margin-top: 0;
}

.agree span {
  margin-left: 8px;
}

.agree span a {
  color: #D82C37;
}

.agree span a:hover {
  color: #732635;
}

.pu_rgba {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1001;
  overflow: hidden;
  -ms-overflow-y: auto;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgba(45, 45, 45, 0.1);
  box-sizing: border-box;
}

.pu_table {
  display: table;
  width: 100%;
  height: 100%;
}

.pu_cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.pu_inner {
  position: relative;
  max-width: 656px;
  background: #FFF;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
  border-radius: 4px;
  margin: 0 auto;
  padding: 27px 32px 32px 32px;
}

.closeform {
  position: absolute;
  text-decoration: none;
  width: 16px;
  height: 16px;
  background: url("/local/templates/view/css/../img/close_pu.svg") no-repeat center center;
  right: 32px;
  top: 32px;
  z-index: 40;
}

.closeform:hover {
  transition: .2s;
  transform: rotate(90deg);
}

.pu_title {
  font-size: 24px;
  color: #2D2D2D;
  line-height: 120%;
  font-weight: 800;
  padding-right: 24px;
  font-family: "Roboto", sans-serif;
}

.pu_city_content {
  margin-top: 20px;
}

.pu_city_content_title {
  font-size: 16px;
  line-height: 120%;
  color: #5D6275;
}

.pu_city_list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 16px;
}

.pu_city_list > li {
  width: 33.3333333333%;
  padding-right: 15px;
  box-sizing: border-box;
}

.pu_city_list > li span {
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: var(--c3);
  line-height: 120%;
  transition: 0.3s;
}

.pu_cl_select {
  font-size: 16px !important;
  font-weight: bold !important;
  text-decoration: none !important;
  color: #404355 !important;
  cursor: default !important;
}

.pu_city_list > li span + span {
  margin-top: 17px;
}

.pu_city_list > li span:hover {
  color: var(--c2);
  text-decoration: underline;
}

.pu_city_delivery {
  display: block;
  margin-top: 30px;
  border-top: 1px solid #D9D9DD;
  padding-top: 24px;
}

.pu_city_delivery_title {
  font-size: 16px;
  color: #5D6275;
  line-height: 120%;
}

.pu_city_delivery input {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 2px rgba(64, 67, 85, 0.15);
  border-radius: 4px;
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
  color: #2D2D2D;
  margin-top: 19px;
  padding-left: 16px;
  padding-right: 16px;
  transition: 0.3s;
}

.index_content {
  /*padding-top: 32px;*/
  padding-top: 10px;
}

.index_content .wmain {
  display: flex;
}

.index_sidebar {
  width: 312px;
  min-width: 312px;
  padding-right: 32px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.is_nav {
  background: #FFF;
  border: 1px solid #CFD0D6;
  padding-top: 15px;
  padding-left: 8px;
  padding-bottom: 24px;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
  border-radius: 4px;
  position: relative;
  z-index: 300;
  box-sizing: border-box;
}
.index_sidebar .is_nav {
  position:relative;
}
 
.is_nav_list, .nav_mobile_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.is_nav_list > li, .nav_mobile_list > li {
  display: block;
}

.is_nav_list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 100%;
  right: -5px;
  top: 0;
  background: #fff;
  z-index: 150;
  opacity: 0;
  transition: .3s;
}

.is_nav_list > li:hover > a:before {
  opacity: 1;
}

.is_nav_list > li > a, .nav_mobile_list > li > a {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  color: #404355;
  line-height: 16px;
  padding-left: 63px;
  min-height: 38px;
  padding-top: 12px;
  padding-bottom: 10px;
  border: 1px solid transparent;
  border-right: none;
  border-top-left-radius: 4px;
  font-weight: 500;
  border-bottom-left-radius: 4px;
  transition: 0.3s;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0);
  box-sizing: border-box;
}

.is_nav_list > li > a {
  padding-right: 15px;
}

.is_nav_list > li:hover > a {
  border-color: #CFD0D6;
  font-weight: 500;
  color: var(--c2) !important;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
}

.nav_mobile_list > li > a {
  padding-top: 19px;
  padding-bottom: 17px;
  border-radius: 0;
  position: relative;
  font-weight: bold;
  padding-right: 36px;
}

.nav_mobile_list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  background: url("/local/templates/view/css/../img/nav_mobile_str.svg") no-repeat left top;
  right: 18px;
  top: 22px;
}

.is_nav_list > li > a i, .nav_mobile_list > li > a i {
  position: absolute;
  width: 34px;
  height: 34px;
  display: flex;
  left: 10px;
  top: 2px;
  justify-content: center;
  align-items: center;
}

.nav_mobile_list > li > a i {
  top: 9px;
}

.is_nav_list > li > a i img, .nav_mobile_list > li > a i img {
  display: block;
}

.is_nav_one > a {
  margin-right: 8px;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
}

.is_nav_one:hover > a {
  border-color: #CFD0D6 !important;
}

.is_nav_one a:before {
  display: none !important;
}

.is_nav_list > li:hover > ul {
  display: block;
}

.is_nav_list > li > ul {
  display: none;
  position: absolute;
  z-index: 100;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 937px;
  right: -937px;
  top: -1px;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
  border-radius: 4px;
  background: #FFF;
  padding: 34px 23px 32px 32px;
}

.is_nav_list > li > ul > li {
  display: block;
}

.is_nav_list > li > ul > li + li {
  margin-top: 28px;
}

.is_nav_list > li > ul > li > a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #404355;
  line-height: 120%;
}

.is_nav_list > li > ul > li > a span {
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px solid transparent;
  color: #404355;
  transition: 0.3s;
}

.is_nav_list > li > ul > li > a:hover span {
  color: var(--c2);
  border-color: var(--c2);
}

.is_nav_list > li > ul > li > ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -56px;
  margin-top: 17px;
}

.is_nav_list > li > ul > li > ul > li {
  width: 33.333333333333%;
  padding-left: 56px;
  box-sizing: border-box;
}

.is_nav_list > li > ul > li > ul > li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 120%;
  color: #5D6275;
}

.is_nav_list > li > ul > li > ul > li a + a {
  margin-top: 16px;
}

.is_nav_list > li > ul > li > ul > li a:hover span {
  color: var(--c2);
  text-decoration: underline;
}

.is_btn_sale {
  display: block;
  position: relative;
  text-decoration: none;
  margin-left: 15px;
  margin-right: 23px;
  position: relative;
  height: 48px;
  background: #D82C37;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  color: #FFF;
  padding-left: 89px;
  line-height: 48px;
  margin-top: 12px;
  font-family: "Roboto", sans-serif;
  transition: 0.3s;
}

.is_btn_sale i, .is_btn_sale img {
  display: block;
}

.is_btn_sale:hover {
  background: #732635;
}

.is_btn_sale:focus {
  background: #732635;
}

.is_btn_sale i {
  position: absolute;
  left: 4px;
  bottom: 0;
}

.is_garant {
  margin-top: 32px;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
  border-radius: 4px;
}

.is_garant_head {
  position: relative;
  display: flex;
  width: 100%;
  height: 128px;
  background: #F6F6F6;
  padding-left: 24px;
  cursor: default;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
}

.is_garant_head img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.is_garant_name {
  position: relative;
  z-index: 40;
  font-size: 16px;
  line-height: 24px;
  color: #404355;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

.is_garant_content {
  padding: 20px 24px 23px 24px;
  font-size: 14px;
  line-height: 20px;
}

.is_garant_content p {
  display: block;
  margin: 0;
  color: #5D6275;
}

.is_garant_content a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 12px;
  margin-top: 5px;
  color: #732635;
  transition: 0.3s;
}

.is_garant_content a:hover {
  text-decoration: underline;
  color: var(--c2);
}

.is_new {
  margin-top: 29px;
}

.is_new_title {
  font-size: 24px;
  line-height: 120%;
  color: #2D2D2D;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

.is_new_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}

.is_new_list > li {
  display: block;
}

.is_new_list > li + li {
  margin-top: 32px;
}

.is_new_list > li a {
  display: block;
  text-decoration: none;
}

.is_nl_img {
  position: relative;
  max-width: 176px;
}

.is_nl_img img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.is_nl_cat {
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  background: #CB3C45;
  border-radius: 0px 6px;
  color: #FFF;
}

.is_nl_text {
  font-size: 14px;
  line-height: 20px;
  color: #404355;
  max-width: 208px;
  margin-top: 18px;
  transition: 0.3s;
}

.is_new_list li a:hover .is_nl_text {
  color: var(--c2);
}

.is_nl_data {
  font-size: 12px;
  line-height: 120%;
  color: #5D6275;
  margin-top: 7px;
}

.is_nl_all {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #404355;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  padding-right: 24px;
  transition: 0.3s;
}

.is_nl_all:hover {
  color: var(--c2);
}

.is_nl_all:focus {
  color: #732635;
}

.is_nl_all_main {
  margin-top: 29px;
}

.is_nl_all svg {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

.is_nl_all:hover svg path {
  stroke: var(--c2);
}

.is_nl_all:focus svg path {
  stroke: #732635;
}

.index_inner {
  width: 904px;
}

.hs_inner {
  position: relative;
  display: block;
  text-decoration: none;
  color: #FFF;
}

.hs_bg, .hs_bg_mobile {
  /*position: absolute;*/
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  border-radius: 6px;
  /*background-position: right bottom !important;*/
  /*background-repeat: no-repeat !important;
  background-size:contain;*/
}

.hs_bg_mobile {
  background-position: center bottom;
  display: none;
}

.hs_content {
  display: flex;
  height: 320px;
  position: relative;
  z-index: 20;
  padding-left: 32px;
  align-items: center;
}

.header_slider {
  width: 904px;
}

.hs_logo img {
  display: block;
}

.hs_title {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  color: #FFF;
  margin-top: 26px;
}

.hs_info {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.7;
  margin-top: 14px;
}

.btn_main {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #FFF;
  border-radius: 4px;
  line-height: 40px;
  padding: 0 24px;
  background: #D82C37;
  box-sizing: border-box;
  transition: background .3s ease;
}

.btn_main:hover {
  color: #fff;
  background: linear-gradient(180deg, #EC2C44 0%, #871A2F 100%) #D82C37;
}

.btn_main:active {
  background: #732635;
}

.hs_inner .btn_main {
  margin-top: 25px;
  display: inline-block;
  vertical-align: top;
}

.header_slider .slick-prev {
  left: -20px;
}

.header_slider .slick-next {
  right: -20px;
}

.index_about {
  margin-top: 30px;
}

.ia_title {
  font-size: 32px;
  line-height: 120%;
  color: #2D2D2D;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.powers-product-list{
	display: table;
}

.product-day-base{
	display: table-cell;
	width: 40%;
}
.product-day-content{
	text-align: center;
	box-shadow: 0px 0px 2px #D82C37;
	border-radius: 5px;
	border: 1px solid #D82C37;
	padding: 5px;
}
.product-day-content .pu_quest {
    width: 25px;
    height: 25px;
	border: 1px solid #828083;
	padding: 4px;
}
.product-day-content .pu_quest i {
    font-size: 16px;
    line-height: 16px;
	color: #807e81;
}

.product-day-head-text{
    width: 100%;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    color: #d82c37;
}
.product-day-content .isl_img {
	max-height: 220px;
	width: 100%;
	height: auto;
}
.product-day-content .isl_img img{
	max-width: 220px;
	max-height: 150px;
	width: auto;
	height: auto;
	display: block;
	margin: 0px auto;
}
.product-day-content .isl_price{
	width: 100%;
}
.product-day-content .isl_name{
	height: auto;
	min-height: 20px;
}

.ia_list {
  display: table-cell;
  width:40%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-top: 26px;
}

.ia_list > li {
  margin-top:15px;
  width: 100%;
  padding-left: 15px;
  display: block;
  box-sizing: border-box;
}


@media screen and (max-width: 640px) {
	.ia_list,.product-day-base{
		width: 100%;
		display: block;
		text-align: left;
	}
	.product-day-content {
		text-align: left;
	}
	.product-day-content .isl_img {
		max-height: 220px;
		width: 100%;
		height: auto;
		display: block;
	}
	.product-day-content .isl_img img {
		
		display: inline;
	}
}

.ial_ico {
  min-width: 56px;
}

.ial_ico img {
  display: block;
}

.ial_content {
  font-size: 14px;
  line-height: 20px;
  color: #5D6275;
}

.ial_content b {
  font-weight: bold;
  color: #404355;
}

.ial_content a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 12px;
  color: #732635;
  transition: 0.2s;
}

.ial_content a:hover {
  color: var(--c2);
  text-decoration: underline;
}

.ial_content a:focus {
  color: #732635;
  text-decoration: underline;
}

.index_sale_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 18px;
}

.index_sale_list > li {
  border: 1px solid #CFD0D6;
  width: 33.333333333333336%;
  position: relative;
  margin-right: -1px;
  margin-bottom: -1px;
  z-index: 20;
  box-sizing: border-box;
}

.index_sale_list > li:hover {
  z-index: 30;
}

.isl_inner {
  position: relative;
  padding: 16px;
  min-height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  transition: box-shadow .3s ease;
}

.isl_inner .isl_btns {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 50;
  opacity: 0;
  transition: all .3s ease;
}

.isl_inner .isl_btns a:hover svg {
  fill: #D82C37;
}

.isl_inner:hover {
  box-shadow: 0 8px 16px rgba(33, 33, 33, 0.2);
}

@media screen and (min-width: 580px) {
  .isl_inner:hover .isl_btns {
    display: block;
    opacity: 1;
  }
}

.isl_img {
  display: flex;
  position: relative;
  z-index: 20;
  width: 100%;
  height: 217px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.isl_plashka {
  position: absolute;
  font-size: 12px;
  color: #FFF;
  height: 24px;
  line-height: 24px;
  background: #CB3C45;
  border-radius: 4px 0;
  padding-left: 8px;
  padding-right: 8px;
  left: 16px;
  top: 16px;
  z-index: 30;
}

.isl_name {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 20;
  color: #404355;
  transition: 0.3s;
}

.isl_name:hover {
  color: var(--c2);
}

.isl_info {
  display: flex;
  margin-top: 14px;
  position: relative;
  z-index: 20;
  justify-content: space-between;
}

.isl_credit_price {
  color: #2EB13A;
  font-weight: 900;
  font-size: 14px;
}

@media screen and (max-width: 560px) {
  .isl_credit_price {
    margin-top: 2px;
  }
}

.isl_old_price {
  margin-right: 16px;
  font-size: 14px;
  line-height: 120%;
  color: #D82C37;
  text-decoration: line-through;
}

.isl_price {
  font-size: 20px;
  font-weight: bold;
  line-height: 100%;
  color: #2D2D2D;
  font-family: "Roboto", sans-serif;
}

.isl_price_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  justify-content: flex-end;
}

@media screen and (max-width: 1020px) {
  .isl_price_wrap {
    display: block;
    margin-bottom: 2px;
  }
}

.isl_basket {
  display: none;
  width: 40px;
  height: 40px;
  background: #D82C37;
  color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.isl_basket:hover svg path {
  fill: var(--c2);
}

.isl_basket svg {
  display: block;
}

.isl_basket_add {
  border: none;
  background: #D82C37;
}

.isl_basket_add svg path {
  fill: #fff !important;
}

.isl_nav {
  margin-top: 16px;
  position: relative;
  z-index: 20;
}

.isl_nav a:focus svg rect, .isl_nav a:focus svg path {
  fill: var(--c2);
}

.isl_nav a + a {
  margin-left: 24px;
}

.isl_favor, .isl_compare {
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: .3s;
  cursor:pointer;
}

.isl_favor svg, .isl_compare svg {
  margin-right: 8px;
}

.isl_favor span, .isl_compare span {
  color: #404355;
}

.isl_favor:hover span, .isl_compare:hover span {
  color: #D82C37;
}

.isl_favor:hover svg, .isl_compare:hover svg {
  fill: #D82C37;
}

.isl_nav_add,
.isl_nav_add svg rect,
.isl_nav_add svg path{
    fill: var(--c2);
}

.index_sale_all {
  margin-top: 33px;
  text-align: center;
}

.index_sale_all .btn_main {
  padding-left: 25px;
  padding-right: 25px;
}

.index_sale_nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 16px;
  margin-left: -10px;
  flex-wrap: wrap;
}

.index_sale_nav > li {
  margin-bottom: 7px;
  margin-right: 4px;
}

.index_sale_nav > li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #5D6275;
  white-space: nowrap;
  height: 24px;
  line-height: 22px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 4px;
  box-sizing: border-box;
  background: transparent;
  padding-left: 9px;
  padding-right: 9px;
  transition: 0.3s;
}

.index_sale_nav > li a:hover, .index_sale_nav > li a.act {
  background: #F6F6F7;
  border-color: #CFD0D6;
}

.index_sale_nav > li a.act {
  color: #2D2D2D;
  font-weight: bold;
}

.index_sale {
  margin-top: 58px;
}

.is_title {
  font-size: 24px;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  line-height: 120%;
}

.action_slider {
  margin-top: 32px;
}

@media screen and (max-width: 960px) {
  .action_slider {
    display: none !important;
  }
}

.action_slider .slick-prev {
  left: -20px;
}

.action_slider .slick-next {
  right: -20px;
}

.as_inner {
  display: block;
  text-decoration: none;
  position: relative;
}

.as_img, .as_img_mobile {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 20;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 4px;
}

.as_img_mobile {
  display: none;
  background-position: center bottom;
}

.as_content {
  display: flex;
  position: relative;
  z-index: 20;
  height: 144px;
  padding-left: 33px;
  padding-right: 33px;
  overflow: hidden;
  box-sizing: border-box;
  align-items: center;
  background-position: center center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

.as_title {
  font-size: 24px;
  font-weight: 800;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  line-height: 100%;
  margin-top: -4px;
}

.as_info {
  font-size: 14px;
  color: #FFF;
  opacity: 0.7;
  line-height: 120%;
  margin-top: 9px;
}

.as_logo {
  display: flex;
  margin-top: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.as_logo img {
  display: block;
  margin-right: 28px;
}

.action_slider .slick-dots {
  text-align: center;
  padding-right: 0;
  bottom: -24px;
}

.action_slider .slick-dots li {
  margin-left: 4px;
  margin-right: 4px;
}

.index_hit {
  margin-top: 52px !important;
}

.seo {
  padding-top: 48px;
  padding-bottom: 64px;
}

@media screen and (max-width: 960px) {
  .seo {
    padding: 40px 0;
  }
}

.seo_title {
  font-size: 24px;
  color: #2D2D2D;
  font-weight: 800;
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 120%;
}

.seo_anons {
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
}

.seo_content p {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5D6275;
  margin-top: 23px;
}

.seo_content p + p {
  margin-top: 24px;
}

.footer {
  padding: 0 48px;
  background: #F6F6F7;
}

@media screen and (max-width: 960px) {
  .footer {
    padding: 0 16px;
  }
}

.f_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -24px;
  padding-top: 30px;
  padding-bottom: 24px;
}

@media screen and (max-width: 660px) {
  .fl_content.m-margin {
    margin-top: 32px;
  }
}

.f_list > li {
  width: 25%;
  padding-left: 24px;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .f_list > li {
    width: 50%;
  }
}

@media screen and (max-width: 960px) {
  .f_list li + li {
    margin-top: 24px;
  }
  .f_list li + li:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 660px) {
  .f_list li + li {
    margin-top: 0;
  }
}

.fl_title {
  font-size: 20px;
  color: #404355;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  line-height: 100%;
}

@media screen and (max-width: 660px) {
  .fl_title.m-hide {
    display: none;
  }
}

.fl_href {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 24px;
}

.fl_href > li {
  display: block;
}

.fl_href > li + li {
  margin-top: 16px;
}

.fl_href > li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #5D6275;
  line-height: 120%;
  transition: 0.3s;
}

.fl_href > li a:hover {
  color: var(--c2);
}

.fl_href > li a:focus {
  color: #732635;
}

.f_phone {
  margin-top: 19px;
  white-space: nowrap;
}

.f_phone a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #2D2D2D;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  transition: .3s;
}

.f_phone a:hover {
  color: #D82C37;
}

.f_phone a:hover svg {
  fill: #D82C37;
}

.f_phone span {
  margin-left: 8px;
}

.f_phone a + a {
  margin-top: 5px;
}

.f_cont > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #5D6275;
  line-height: 120%;
  margin-top: 16px;
}

.f_cont > div span {
  margin-left: 8px;
  font-weight: 500;
}

.f_cont_shop {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: #732635;
  line-height: 120%;
  margin-top: 16px;
  transition: .3s;
  font-weight: 500;
}

.f_cont_shop span {
  margin-left: 8px;
}

.f_cont_shop:hover {
  color: #D82C37;
}

.f_cont_shop:hover svg {
  fill: #D82C37;
}

.f_cont_shop:focus {
  color: #732635;
}

.f_info {
  border-top: 1px solid #D7D8DD;
  display: flex;
  padding-top: 21px;
  padding-bottom: 24px;
  margin-top: 21px;
  justify-content: space-between;
}

.f_info_title {
  font-weight: 700;
  font-size: 16px;
  margin-right: 8px;
  line-height: 1.2;
  color: #404355;
}

.f_rating_inner {
  display: flex;
  align-items: center;
}

.f_rating_num {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
  width: 50px;
  text-align: center;
  border-radius: 4px;
  opacity: .7;
  background: #2EB13A;
}

.f_rating_logo {
  margin-right: 24px;
}

.f_rating_logo img {
  display: block;
}

.f_soc {
  display: flex;
  padding: 0;
  list-style: none;
  margin-top: 24px;
  align-items: center;
}

.f_soc > li {
  display: block;
}

.f_soc > li:not(:first-child) {
  margin-left: 16px;
}

.f_soc > li a {
  display: flex;
  text-decoration: none;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  background: #732635;
  transition: background .3s ease;
}

.f_soc > li a:hover {
  background: linear-gradient(180deg, #EC2C44 0%, #871A2F 100%) #D82C37;
}

.f_soc > li a:active {
  background: #D82C37;
}

.f_soc > li a:focus {
  background: #732635;
}

.f_soc > li a img {
  display: block;
}

.f_info_r {
  padding-left: 15px;
}

.f_info_r {
  text-align: right;
}

.hl_nav_mobile {
  display: none;
}

.btn_nav_mobile, .btn_search_mobile {
  position: relative;
}

.btn_nav_mobile img, .btn_search_mobile img {
  display: block;
  transition: 0.3s;
}

.btn_nav_mobile:before, .btn_search_mobile:before {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 25px;
  background: url("/local/templates/view/css/../img/close_cat_mobile.svg") no-repeat left top;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  opacity: 0;
  transition: 0.3s;
}

.btn_nav_open:before {
  opacity: 1;
}

.hl_bottom .wmain {
  padding-bottom: 15px;
}

.btn_nav_open img {
  opacity: 0;
}

.f_bottom {
  background: #DFE0E3;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.f_bottom .wmain {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.f_copy {
    font-size: 14px;
    line-height: 20px;
    color: #5D6275;
    padding-right: 20px;
    margin-top: 16px;
}

.f_politic {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #732635;
  padding-right: 20px;
  white-space: nowrap;
  background: url("/local/templates/view/css/../img/politic_str.svg") no-repeat right center;
  transition: 0.3s;
}

.f_politic:hover {
  color: var(--c2);
}

.f_politic:focus {
  color: #732635;
}

.index_seo_mobile {
  display: none;
}

.btn_basket_mobile {
  display: none;
  position: relative;
  text-decoration: none;
}

.btn_basket_mobile svg {
  display: block;
  opacity: 0.7;
  transition: 0.3s;
}

.btn_basket_mobile i {
  display: block;
  font-style: normal;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  position: absolute;
  color: #FFF;
  right: -9px;
  top: -9px;
  z-index: 20;
  font-size: 12px;
  color: #FFF !important;
  background: #CB3C45;
  border: 1px solid #fff;
  border-radius: 50%;
}

.btn_basket_mobile i + svg {
  opacity: 1;
}

.logo span {
  display: block;
}

.logo img {
  display: block;
  max-width: 277px;
}

.isl_basket i {
  display: none;
}

@media screen and (max-width: 1020px) {
  .isl_labels {
    display: none;
  }
}

.isl_labels-sale {
  background: #D82C37;
  color: #fff;
  line-height: 24px;
  padding: 4px 11px;
  font-size: 14px;
}

.isl_labels-present {
  margin-left: 0px;
  padding: 4px 11px;
  line-height: 24px;
  color: #D82C37;
  background: #F6F6F6;
  font-size: 14px;
}

.nav_mobile {
  position: fixed;
  z-index: 900;
  left: 0;
  top: 0;
  height: 100%;
  left: -304px;
  width: 304px;
  overflow: hidden;
  background: #FFF;
  visibility: hidden;
  box-shadow: inset -4px -4px 8px rgba(64, 67, 85, 0.2);
  box-sizing: border-box;
  overflow: auto;
  transition: 0.3s;
}

.nav_mobile_open .nav_mobile {
  left: 0;
  visibility: visible;
}

.nav_mobile_open .container_main, .nav_mobile_open .hl_fixed {
  left: 304px;
}

.nav_mobile_list ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav_mobile_list > li + li {
  border-top: 1px solid #DFE0E3;
}

.nav_mobile_href {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  background: #F6F6F6;
  box-shadow: inset -4px -4px 8px rgba(64, 67, 85, 0.2);
  margin-top: 32px;
}

.nav_mobile_href:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2000px;
  left: 0;
  top: 0;
  background: #F6F6F6;
  box-shadow: inset -4px -4px 8px rgba(64, 67, 85, 0.2);
}

.nav_mobile_href > li {
  display: block;
  position: relative;
  z-index: 20;
}

.nav_mobile_href > li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #404355;
  font-weight: bold;
  height: 56px;
  line-height: 56px;
  padding-left: 17px;
  overflow: hidden;
  padding-right: 34px;
  position: relative;
}

.nmh_dop:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  background: url(/local/templates/view/css/../img/nav_mobile_str.svg) no-repeat left top;
  right: 18px;
  top: 22px;
}

.nav_mobile_href > li {
  border-top: 1px solid #D7D8DC;
}

.nav_mobile_content {
  overflow: hidden;
  padding-bottom: 10px !important;
  min-height: 100%;
  box-sizing: border-box;
}

.nav_mobile_inner {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: none;
}

.nav_mobile_inner:before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 12px;
  height: 100%;
  background: url("/local/templates/view/css/../img/nav_mobile_shadow.png") repeat-y left top;
  right: 0;
  top: 0;
  z-index: 50;
}

.nmi_head {
  background: #F6F6F6;
  padding-bottom: 40px;
  margin-bottom: -40px;
  box-shadow: inset -4px -4px 8px rgba(64, 67, 85, 0.2);
  position: relative;
  z-index: 50;
}

.nmi_back {
  display: block;
  text-decoration: none;
  height: 56px;
  line-height: 56px;
  font-size: 14px;
  color: #404355;
  padding-left: 50px;
  position: relative;
}

.nmi_back:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 10px;
  background: url("/local/templates/view/css/../img/nav_mobile_back_str.svg") no-repeat left top;
  left: 18px;
  top: 50%;
  margin-top: -5px;
}

.nmi_title {
  font-size: 16px;
  color: #2D2D2D;
  line-height: 120%;
  font-weight: bold;
  padding-left: 17px;
  padding-right: 17px;
  padding-bottom: 19px;
  padding-top: 1px;
}

.nmi_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 50;
  background: #fff url("/local/templates/view/css/../img/nav_mobile_shadow.png") repeat-y right top;
  width: 100%;
  border-bottom: 1px solid #DBDCE0;
  position: relative;
}

.nmi_list > li {
  display: block;
  border-top: 1px solid #DBDCE0;
}

.nmi_list > li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-right: 34px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #404355;
  padding-top: 20px;
  padding-bottom: 18px;
  padding-left: 16px;
}

.nav_mobile_content .is_btn_sale {
  margin-left: 16px;
  margin-right: 16px;
}

.nm_ures_nav {
  display: flex;
}

.nm_ures_nav > a {
  display: block;
  width: 50%;
  text-align: center;
  height: 39px;
  display: flex;
  font-size: 12px;
  color: #732635;
  line-height: 120%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.nm_ures_nav > a + a {
  border-left: 1px solid #CED0D6;
}

.nm_ures_nav > a img {
  display: block;
  margin-right: 9px;
  width: 16px;
  opacity: 0.7;
}

.nm_sity {
  display: flex;
  justify-content: space-between;
  height: 40px;
  font-size: 12px;
  color: #5D6275;
  line-height: 120%;
  padding: 0 16px;
  white-space: nowrap;
  background: #FFFFFF;
  box-shadow: 0 2px 4px rgba(64, 67, 85, 0.2);
  align-items: center;
}

.nm_sity span {
  display: inline-flex;
  color: #732635;
  align-items: center;
}

.nm_sity img {
  margin-right: 8px;
  opacity: 0.7;
}

.nm_tovar_nav {
  background: #F6F6F6 url("/local/templates/view/css/../img/nm_sity_shadow.png") repeat-y left top;
  border-top: 1px solid #DFE0E3;
  border-bottom: 1px solid #DFE0E3;
  display: flex;
  align-items: center;
}

.nm_tovar_nav a {
  display: flex;
  height: 38px;
  width: 50%;
  font-size: 14px;
  color: #404355;
  line-height: 120%;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.nm_tovar_nav a img {
  display: block;
  margin-right: 9px;
}

.nm_tovar_nav a + a {
  border-left: 1px solid #C8CACF;
}

.nm_sity, .nm_ures_nav, .nm_tovar_nav {
  display: none;
}

.nav_rgba {
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #2D2D2D;
  opacity: 0.1;
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.nav_hover .nav_rgba {
  visibility: visible;
  opacity: 0.1;
}

.is_nav_hover:hover, .is_nav:hover {
  z-index: 600;
}

.logo_inner {
  overflow: hidden;
  width: 129px;
  min-width: 129px;
}

.hl_btn_cat {
  display: flex;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  padding-left: 17px;
  padding-right: 16px;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  line-height: 12px;
  width: 136px;
  font-size: 12px;
  min-width: 136px;
  margin-left: 16px;
  margin-right: 32px;
  text-decoration: none;
  justify-content: space-between;
  text-transform: uppercase;
  align-items: center;
  box-sizing: border-box;
}

.hl_btn_cat img {
  display: block;
}

.hl_btn_cat img + img {
  display: none;
}

.hl_user_login {
  display: flex;
  margin-left: 39px;
  align-items: center;
}

.hl_user_name {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #404355;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s;
}

.hl_user_name:hover {
  color: #D82C37;
}

.hl_user_exit {
  display: flex;
  height: 32px;
  font-size: 12px;
  line-height: 16px;
  color: #732635;
  text-decoration: none;
  margin-left: 16px;
  align-items: center;
  transition: 0.3s;
}

.hl_user_exit svg {
  display: block;
  margin-right: 10px;
}

.hl_user_exit:hover {
  color: var(--c2);
}

.hl_user_exit:focus {
  color: #732635;
}

.hl_user_exit:hover svg path {
  stroke: var(--c2);
}

.hl_user_exit:focus svg path {
  stroke: #732635;
}

.hl_bottom .is_nav {
  position: absolute;
  left: 0;
  top: 64px;
  display: none;
  width: 280px;
}

.hl_top, .hl_bottom {
  position: relative;
}

.hl_top:before, .hl_bottom:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: #2D2D2D;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.3s;
}

.nav_hover .hl_top:before, .nav_hover .hl_bottom:before {
  opacity: 0.1;
  visibility: visible;
}

.hl_btn_cat_open {
  background: #732635;
}

.hl_btn_cat_open img {
  display: none;
}

.hl_btn_cat_open img + img {
  display: block;
}

.nm_ures_nav_name {
  font-weight: 800;
  color: #404355;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  line-height: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.content {
  margin-top: 22px;
}

.crumbs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.crumbs > li + li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 9px;
  background: #8E919E;
  left: -15px;
  top: 3px;
}

.crumbs > li + li {
  margin-left: 29px;
}

.crumbs > li {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #8E919E;
  cursor: default;
}

.crumbs > li a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  line-height: 16px;
  color: #8E919E;
  transition: 0.3s;
}

.crumbs > li a:hover {
  color: var(--c2);
}

.crumbs > li a:focus {
  color: #732635;
}

.tm {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 32px;
  color: #2D2D2D;
  line-height: 120%;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-top: 9px;
}

.catalog_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -32px;
  margin-top: 24px;
}

.catalog_list > li {
  width: 33%;
  margin-bottom: 24px;
  padding-left: 32px;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.cl_img {
  width: 100%;
  height: 208px;
  border-radius: 4px;
  background: #F6F6F6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  transition: 0.4s;
}

.cl_category {
  background: #FFFFFF;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px;
  display: flex;
  transition: .3s;
  min-height: 126px;
}

.cl_category:hover {
  /*background: #F6F6F6;*/
  border: 1px solid #8C252E;
  box-shadow: 0px 0px 3px #8C252E;
}

.cl_category-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 16px;
}

.cl_category-img img {
  max-width: 60px;
  max-height: 60px;
}

.cl_category-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cl_category-inner .cl_category_title {
  font-weight: 500;
  color: #404355;
  margin-bottom: 8px;
}

.cl_category-inner .cl_category_amount {
  color: #8E929F;
}

@media screen and (max-width: 960px) {
  .cl_category {
    padding: 12px;
  }
}

.cl_img img {
  display: block;
  max-width: 100%;
}

.cl_img:hover {
  background: linear-gradient(0deg, #CB3C45 0%, rgba(114, 19, 37, 0) 100%), #721325;
  background: #CFD0D6;
}

.cl_title {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #404355;
  line-height: 120%;
  margin-top: 19px;
  transition: 0.3s;
}

.cl_title span {
  font-weight: bold;
  color: #404355;
  transition: 0.3s;
}

.cl_title:hover span {
  color: var(--c2);
  text-decoration: underline;
}

.cl_title:focus span {
  color: #732635;
  text-decoration: none;
}

.cl_title i {
  font-style: normal;
}

.cl_inner_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 16px;
}

.cl_inner_list > li {
  display: block;
}

.cl_inner_list > li + li {
  margin-top: 17px;
}

.cl_inner_list > li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 120%;
  color: #5D6275;
  transition: 0.3s;
}

.cl_inner_list > li a {
  font-style: normal;
}

.cl_inner_list > li a i {
  font-style: normal;
}

.cl_inner_list > li a span {
  color: #404355;
  transition: 0.3s;
}

.cl_inner_list > li a:hover span {
  color: var(--c2);
  text-decoration: underline;
}

.cl_inner_list > li a:focus span {
  color: #732635;
}

.cl_btn_all {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 14px;
  color: #732635;
  margin-top: 19px;
  position: relative;
  padding-right: 21px;
  transition: 0.3s;
}

.cl_btn_all:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  width: 10px;
  height: 12px;
  background: url("/local/templates/view/css/../img/tovar_cat_sidebar_view_all.svg") no-repeat left top;
  transition: 0.3s;
}

.cl_btn_all:hover {
  color: var(--c2);
}

.cl_btn_all_act:before {
  transform: scale(1, -1);
}

.cl_il_dop {
  display: none;
}

.cl_inner_list > .cl_il_dop {
  display: none;
}

.hew_line_list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 29px;
}

.hew_line_list > li {
  display: block;
  width: 16.66666666666666%;
}

.hew_line_list > li > a {
  display: block;
  text-decoration: none;
}

.hew_line_list > li > a:hover .is_nl_text {
  color: #732635;
}

.hew_line {
  padding: 56px 0;
}

@media screen and (max-width: 960px) {
  .hew_line {
    display: none;
  }
}

.hew_line_all_main {
  text-align: right;
  margin-top: 45px;
}

.hew_line + .seo_inner {
  padding-top: 29px;
}

.hew_line + .seo_inner .seo {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.ti {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #2D2D2D;
  font-family: "Roboto", sans-serif;
}

.content_inner {
  display: flex;
  padding-top: 19px;
}

.content_inner .tm {
  margin-top: 0;
}

.content_sidebar {
  width: 280px;
  min-width: 240px;
  position: relative;
}

.content_inner_right {
  width: 100%;
  padding-left: 32px;
  width: 936px;
  position: relative;
  z-index: 30;
  box-sizing: border-box;
}

.catalog_list_inner a {
  text-decoration: none;
}

.catalog_list_inner .cl_img {
  height: 152px;
}

.catalog_list_inner .cl_img img {
  max-height: 140px;
}

.hew_line_list {
  flex-wrap: wrap;
  margin-right: -32px;
}

.hew_line_list > li {
  padding-right: 32px;
  width: 25%;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .hew_line_list > li {
    width: 50%;
  }
}

.hew_line_list_slide li a {
  display: block;
  text-decoration: none;
}

.hew_line_list_slide li a:hover .is_nl_text {
  color: var(--c2);
}

.hew_line_list_slide .is_nl_img {
  width: 100%;
  max-width: 100%;
}

.hew_line_list_slide .is_nl_text {
  max-width: 100%;
}

.hew_line_list_slide .slick-list {
  margin-left: -32px;
}

.hew_line_list_slide .slick-slide {
  padding-left: 32px;
  box-sizing: border-box;
}

.hew_line_list_slide .slick-prev, .hew_line_list_slide .slick-next {
  margin-top: -60px;
}

.hew_line_list_slide .slick-prev {
  left: -20px;
  display: block;
}

.hew_line_list_slide .slick-next {
  right: -20px;
  display: block;
}

.hew_line_list_slide .slick-prev svg, .hew_line_list_slide .slick-next svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -7px;
}

.hew_line_list .slick-disabled {
  display: none !important;
}

.cat_filtr {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 100;
}

.cat_filtr > li {
  display: block;
  position: relative;
}
/*
.cat_filtr > li + li {
  margin-top: 24px;
}
*/
.cat_filtr > li + li {
  margin-top: 24px;
  padding-top: 10px;
}

.cat_filtr > li + li::before {
    background-color: #f4f4f5; 
    top: -5px;
    content: '';
    display: block;
    height: 1px;
    left: 46%;
    position: absolute;
    transform: translate(-50%,0);
    width: 80%;
    box-shadow: -2px 0px 3px #f4f4f5;
}

.cat_filtr_title {
  cursor: pointer;
  position: relative;
  padding-right: 23px;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #732635;
  /*color: #404355;*/
}

.cat_filtr_title:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 7px;
  background: url("/local/templates/view/css/../img/tovar_cat_sidebar_str.svg") no-repeat left top;
  right: 0;
  top: 4px;
  transition: 0.3s;
}

.cat_filtr_open .cat_filtr_title:before {
  transform: scale(1, -1);
}

.cf_two {
  display: flex;
  margin-left: -24px;
  align-items: center;
}

.cf_two_inner {
  width: 50%;
  padding-left: 24px;
  box-sizing: border-box;
}

.cf_two_inner input, .cf_search input {
  display: block;
  height: 40px;
  font-size: 16px;
  color: #8E919E;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  border-radius: 4px;
  transition: 0.3s;
}

.cf_search input {
  padding-right: 40px;
}

.cf_search {
  position: relative;
}

.cf_content {
  margin-top: 16px;
}

.cf_search_btn {
  position: absolute;
  width: 48px;
  height: 100%;
  right: 0;
  top: 0;
  border: none;
  z-index: 20;
  cursor: pointer;
  display: flex;
  background: none;
  opacity: 0.7;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.cf_search_btn:hover {
  opacity: 1;
}

.cf_search_btn svg {
  display: block;
  width: 16px;
  height: 16px;
}

.cf_search + .cf_inner_list {
  margin-top: 16px;
}

.cf_inner_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cf_inner_list > li {
  display: block;
}

.cf_inner_list > li + li {
  margin-top: 12px;
  position:relative;
}

.check, .radio {
  cursor: pointer;
  display: flex;
  font-size: 16px;
  color: #404355;
  line-height: 24px;
  align-items: center;
}

.check span, .radio span {
  margin-left: 8px;
}
.check span.count-var{
	margin:0px;
	padding:0px;
}

.check .jq-checkbox, .radio .jq-radio {
  margin-right: 16px;
}

.cf_btn_all {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 21px;
  font-size: 14px;
  line-height: 120%;
  color: #5D6275;
  margin-top: 16px;
}

.cf_btn_all i {
  font-style: normal;
}

.cf_btn_all span {
  display: inline-block;
  color: #732635;
  transition: .3s;
}

.cf_btn_all:hover span {
  color: var(--c2);
}

.cf_btn_all_act:before {
  transform: scale(1, -1);
}

.cat_filtr .cf_il_dop {
  display: none;
}

.cf_clear {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #732635;
  margin-top: 28px;
  transition: 0.3s;
}

.cf_clear:hover {
  color: var(--c2);
}

.cf_clear:focus {
  color: #732635;
}

.cf_clear svg {
  display: block;
  margin-left: 10px;
}

.cf_clear:hover svg path {
  stroke: var(--c2);
}

.cf_plashka {
  position: absolute;
  width: 136px;
  background: #F6F6F6;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
  top: -30px;
  right: -150px;
  padding: 12px 15px 15px 15px;
  box-sizing: border-box;
}

.cf_plashka:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 24px;
  background: url("/local/templates/view/css/../img/tovar_cat_sidebar_plashka_str.png") no-repeat left top;
  left: -13px;
  top: 50%;
  margin-top: -12px;
}

.cf_plashka .btn_main {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
  width: 100%;
  margin-top: 5px;
}

.cf_p_title {
  font-size: 14px;
  color: #5D6275;
  line-height: 100%;
}

.cf_p_title span {
  font-weight: bold;
  color: #404355;
}

.tm_num {
  display: inline-block;
  font-size: 16px;
  color: #8E929F;
  line-height: 120%;
  font-weight: normal;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  margin-top: -5px;
  margin-left: 15px;
}

.seo_inner {
  clear: both;
}

.content_inner_right .action_slider {
  margin-top: 0;
}

@media screen and (min-width: 960px) {
  .cat_content {
    margin-top: 20px;
  }
}

.cat_content_head, .cat_content_head_right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 1020px) {
  .cat_content_head .btn_sec, .cat_content_head_right .btn_sec {
    display: none;
  }
}

@media screen and (max-width: 1020px) {
  .cat_content_head {
    margin-left: -16px;
    flex-wrap: wrap;
  }
  .cat_content_head > div {
    padding-left: 16px;
    box-sizing: border-box;
    width: 50%;
  }
}

@media screen and (max-width: 1020px) {
  .cat_content_head_right {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .mCustomScrollbar {
    margin-right: -16px;
  }
}

.cch_check {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.cch_check li {
  margin-left: 24px;
  margin-bottom: 6px;
  margin-top: 6px;
}

.cat_content .index_sale_nav {
  margin-top: 31px;
  padding-top: 24px;
  border-top: 1px solid #DFE0E3;
}

.cat_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}

@media screen and (max-width: 1020px) {
  .cat_list {
    display: flex;
    flex-wrap: wrap;
  }
  .cat_list > li {
    width: 50%;
    box-sizing: border-box;
  }
}

.cat_list > li {
  display: block;
  margin-bottom: -1px;
  border: 1px solid #CFD0D6;
  background: #FFF;
  position: relative;
  z-index: 20;
}

@media screen and (min-width: 1020px) {
  .cat_list > li:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 960px) {
  .cat_list > li {
    margin-right: -1px;
  }
}

.cat_list > li:hover {
  z-index: 22;
}

.cat_list_inner {
  display: flex;
  padding: 16px;
  cursor: default;
  position: relative;
}

@media screen and (max-width: 1020px) {
  .cat_list_inner {
    display: block;
  }
}


.cat_list_code_mob{
	display: none;
}
@media (max-width: 1020px){
	.cat_list_code_mob{
		display: block;
		width: 50%;
		text-align: center;
		bottom: 1px;
		position: absolute;
		font-size: 12px;
		color: #666;
		left: 25%;
		right: 25%;
	}
}

.bsc_btn_basket {
  width: 230px !important;
}

.bsc_btn_basket img {
  margin-left: 0 !important;
}

.cat_list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 176px;
  height: 169px;
  min-width: 176px;
  position: relative;
  margin-right: 16px;
}
.cat_list_img img {
    max-width: 100%;
	max-height: 100%;
}

@media screen and (max-width: 1020px) {
  .cat_list_img {
    min-width: 100%;
    height: auto;
  }
  .cat_list_img img {
    max-width: 120px;
  }
}

.cat_list_img .isl_plashka {
  left: 0;
  top: 0;
}

.cat_list_content {
  width: 100%;
  padding-right: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cat_list_content .cat_list_presence {
  justify-content: unset;
  margin: 0;
}

@media screen and (max-width: 1020px) {
  .cat_list_content .cat_list_presence {
    display: none;
  }
}

.cat_list_price {
  width: 100px;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 24px;
}

.cch_btn_mobile_sort {
  display: flex;
  width: 160px;
  height: 40px;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #CFD0D6;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  color: #404355;
  font-weight: 800;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 1020px) {
  .cch_btn_mobile_sort {
    display: none;
  }
}

.cat_list_basket {
  width: 189px;
  min-width: 189px;
}

@media screen and (max-width: 1020px) {
  .cat_list_basket {
    min-width: 100%;
    width: 100%;
  }
}

.cat_list_basket .btn_main {
  background: #FFFFFF;
  color: #D82C37;
  border: 1px solid #D82C37;
  width: 100%;
  transition: .3s;
}

.cat_list_basket .btn_main:hover {
  color: #ffffff;
  background: linear-gradient(180deg, #D82C37 0%, #9A0C27 100%);
}

@media screen and (max-width: 1020px) {
  .cat_list_basket .btn_main {
    border: unset;
    background: #D82C37;
    color: #fff;
    line-height: 32px;
    padding: 0;
  }
}

.cat_list_basket .btn_sec {
  background: #FFFFFF;
  color: #2D2D2D;
  border: 1px solid #CFD0D6;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 8px;
}

@media screen and (max-width: 1020px) {
  .cat_list_basket .btn_sec {
    display: none;
  }
}

.cat_list_basket .isl_credit_price {
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1020px) {
  .cat_list_basket .isl_credit_price {
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  .cat_list_basket .isl_credit_price span {
    display: none;
  }
}

.cat_list_name {
  display: block;
  text-decoration: none;
  color: #404355;
  font-weight: bold;
  line-height: 24px;
  min-height: 48px;
  transition: .3s;
}

@media screen and (max-width: 1020px) {
  .cat_list_name {
    margin-bottom: 16px;
    font-weight: normal;
  }
}

.cat_list_name:hover {
  color: var(--c2);
}

.cat_list_char {
  font-size: 14px;
  line-height: 20px;
  color: #5D6275;
  margin-top: 4px;
}

.cat_list_bottom {
  margin-top: 18px;
}

.cat_list_bottom .isl_nav {
  margin-top: 0;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1020px) {
  .cat_list_bottom {
    display: none;
  }
}

.cat_list_code {
  font-size: 12px;
  color: #5D6275;
  opacity: 0.7;
  line-height: 120%;
  min-width: 104px;
}

.cat_list_bonus {
  font-size: 12px;
  line-height: 100%;
  color: #5D6275;
  margin-top: 36px;
}

.isl_info_l .cat_list_presence {
  margin-top: 12px;
}

.cat_list_presence {
  display: flex;
  font-size: 14px;
  color: #404355;
  line-height: 120%;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 12px;
}

.delivery-and-avalable .cat_list_presence {
  display: flex;
  font-size: 14px;
  color: #404355;
  line-height: 120%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  cursor:pointer;
}

.delivery-and-avalable {
    margin: 20px 0px;
}

.delivery-and-avalable .chi_plashka_delivery{
    cursor:pointer;
    font-size: 14px;
    color: #404355; 
}

.delivery-and-avalable .cat_list_presence:hover,
.delivery-and-avalable .chi_plashka_delivery:hover{
    color: #626577;
}

.delivery-and-avalable .chi_plashka_delivery span{
    padding: 5px;
    border: 1px solid #B82A33;
    border-radius: 5px;
    color: #B82A33; 
}
.delivery-and-avalable .chi_plashka_delivery span:hover{
    border: 1px solid #D82C37;
    color: #D82C37; 
} 

.cat_list_presence img {
  display: block;
  margin-left: 11px;
}

.btn_grey {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #CFD0D6;
  background: #F6F6F6;
  color: #404355;
  padding-top: 13px;
  padding-bottom: 12px;
}

.btn_grey:hover {
  border-color: #CB3C45 !important;
  color: #FFF;
  background: #732635;
}

.btn_grey:focus {
  border-color: transparent !important;
  background: #732635;
  color: #FFF;
}

.btn_one_click {
  display: flex;
  font-size: 12px;
  color: #5D6275;
  line-height: 120%;
  margin-top: 12px;
  text-decoration: none;
  transition: 0.3s;
  align-items: center;
}

.btn_one_click:hover {
  color: var(--c2);
}

.btn_one_click:focus {
  color: #732635;
}

.btn_one_click img {
  display: block;
  margin-right: 8px;
}

.cat_list_img, .cat_list_content, .cat_list_price, .cat_list_basket {
  position: relative;
  z-index: 20;
}

.cat_btn_other_main {
  text-align: center;
  margin-top: 27px;
}

.cat_btn_other {
  display: flex;
  width: 176px;
  border: 1px solid #CFD0D6;
  border-radius: 4px;
  background: #F6F6F6;
  padding-left: 16px;
  padding-right: 16px;
  text-decoration: none;
  font-size: 12px;
  color: #404355;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  height: 40px;
  margin: 0 auto;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  transition: 0.3s;
}

.cat_btn_other img, .cat_btn_other svg {
  display: block;
}

.cat_btn_other:hover {
  border-color: #CB3C45;
  color: #FFF;
  background: #732635;
}

.cat_btn_other:focus {
  border-color: transparent;
  background: #732635;
  color: #FFF;
}

.cat_btn_other:hover path, .cat_btn_other:focus path {
  stroke: #fff;
}

.pag {
  display: flex;
  margin-top: 24px;
  align-items: flex-start;
  justify-content: space-between;
}

.pag_prev, .pag_next {
  height: auto;
  width: 136px;
  padding-left: 0;
  padding-right: 0;
}

.pag_num {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}

.pag_num > li {
  min-width: 40px;
  cursor: default;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  color: #404355;
  font-family: "Roboto", sans-serif;
  line-height: 40px;
}

.pag_num > li + li {
  margin-left: 8px;
}

.pag_num > li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #CFD0D6;
  background: #F6F6F6;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 12px;
  color: #404355;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  text-decoration: none;
  transition: 0.3s;
}

.pag_num > li a:hover {
  color: var(--c2);
  border-color: #AEB1BA;
}

.pag_num > li a.act {
  color: #FFF;
  background: #5D6275;
  border-color: #5D6275;
}

.cat_list_price .cat_list_basket {
  display: none;
}

.cat_list_code {
  display: none;
}

.cat_list_bottom .cat_list_code {
  display: block;
  margin-left:40px;
}

.cch_btn_mobile_filtr {
  display: none;
}

.pu_cat_filtr {
  position: fixed;
  height: 100%;
  background: #FFF;
  width: 320px;
  left: -320px;
  top: 0;
  z-index: 90000;
  overflow: auto;
  visibility: hidden;
  transition: 0.3s;
}

.pu_cf_title {
  display: flex;
  line-height: 140%;
  font-size: 16px;
  font-weight: bold;
  color: #2D2D2D;
  height: 55px;
  padding-left: 17px;
  padding-right: 36px;
  /*background: #F6F6F6;*/
  background: #F6F6F6 url("/local/templates/view/css/../img/nm_sity_shadow_planshet.png") repeat-y right top;
  /*box-shadow: inset -4px -4px 8px rgba(64, 67, 85, 0.2);*/
  /*padding-bottom: 20px;*/
  /*margin-bottom: -20px;*/
  align-items: center;
}

.pu_cat_filtr .cat_filtr {
  /*background: #FFF;*/
  position: relative;
  z-index: 50;
  padding: 27px 16px 30px 16px;
  /*box-shadow: inset -4px -4px 8px rgba(64, 67, 85, 0.2);*/
}

.pu_cf_close {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 16px;
  z-index: 40;
  background: url("/local/templates/view/css/../img/close_filtr.svg") no-repeat center center;
}

.filtr_mobile_open .pu_cat_filtr {
  left: 0;
  visibility: visible;
}

.filtr_mobile_open .container_main {
  left: 320px;
}

.filtr_mobile_open .container_main, .filtr_mobile_open .hl_fixed {
  left: 320px;
}

.cch_select {
  position: relative;
}

.cch_select::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 7px;
  pointer-events: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMgNkw3Ljg3ODc5IDExTDEzIDYiIHN0cm9rZT0iIzVENjI3NSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==) no-repeat center center;
  right: 16px;
  top: 16px;
  transition: 0.3s;
  z-index: 10;
}

.cch_select select {
  cursor: pointer;
  display: block;
  height: 40px;
  font-size: 14px;
  color: #8E919E;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  border-radius: 4px;
  transition: 0.3s;
}

.cch_select.sm select {
  width: 245px;
}

.pu_cat_filtr .cat_content_head_right {
  display: none;
}

.pu_cat_nav {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 56px;
  border-top: 1px solid #CFD0D6;
  border-bottom: 1px solid #CFD0D6;
  background: #F6F6F6;
  left: 0;
  bottom: 0;
  z-index: 200;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.pu_cat_nav_info {
  font-size: 14px;
  color: #5D6275;
  line-height: 120%;
}

.pu_cat_nav_info span {
  font-weight: bold;
  color: #404355;
}

.cat_list_basket .btn_main img {
  display: none;
}

.cat_list_inner_mobile {
  display: none;
}

.cat_head_title {
  display: flex;
  justify-content: space-between;
}

.cat_head_title .cch_select {
  margin-top: 10px;
  margin-left: 20px;
}

.cat_content_top {
  margin-top: 0 !important;
}

.cat_filtr_href {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
  border-radius: 4px;
  background: #FFF;
  padding: 27px 20px 25px 23px;
}

.cat_filtr_href > li {
  display: block;
}

.cat_filtr_href > li + li {
  margin-top: 24px;
}

.cat_filtr_href > li a {
  display: block;
  text-decoration: none;
  line-height: 120%;
  font-size: 13px;
  color: #404355;
}

.cat_filtr_href > li a span {
  color: #5D6275;
}

.cat_filtr_href > li a i {
  font-style: normal;
  color: #404355;
  transition: 0.3s;
}

.cat_filtr_href > li a.act i {
  font-weight: bold;
  color: #404355 !important;
}

.cat_filtr_href > li a:hover i {
  color: #732635;
}

.cat_filtr_href > li a:focus i {
  color: var(--c2);
}

.cat_content_top .cat_list {
  margin-top: 0;
}

.pu_cat_filtr .cat_filtr_href {
  background: none;
  border: none;
  box-shadow: 0px 0px 0px #fff;
  /*box-shadow: inset -4px -4px 8px rgba(64, 67, 85, 0.2);*/
}

.basket {
  display: flex;
}

.basket_sidebar {
  width: 280px;
  min-width: 280px;
  margin-left: 32px;
}

.basket_content {
  width: 100%;
}

.bt_cell {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bt_cell li {
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .bt_cell li:nth-child(1) {
    width: calc(100% * 5 / 6.001);
  }
}

@media screen and (min-width: 960px) {
  .bt_cell li:nth-child(2) {
    order: 1;
  }
}

@media screen and (max-width: 960px) {
  .bt_cell li:nth-child(2) {
    width: auto;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0;
  }
}

@media screen and (max-width: 960px) {
  .bt_cell li:nth-child(3) {
    width: 50%;
    order: 2;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 960px) {
  .bt_cell li:nth-child(4) {
    width: 50%;
  }
}

.basket {
  /*margin-top: 24px;*/
}

.basket_table_title {
  margin-top: -3px;
}

.basket_table {
  padding-bottom: 32px;
  border-bottom: 1px solid #D9D9DD;
}

.basket_table:not(:last-child) {
  margin-bottom: 32px;
}

@media screen and (max-width: 960px) {
  .basket_table {
    padding-bottom: 24px;
  }
  .basket_table:not(:last-child) {
    margin-bottom: 16px;
  }
}

.basket_table + .basket_table .basket_table_content {
  margin-top: 0;
}

.basket_table_content li {
  font-size: 14px;
  color: #2D2D2D;
  line-height: 120%;
  display: flex;
  align-items: center;
}

.bt_info {
  display: flex;
  align-items: center;
}

.bt_code {
  font-size: 12px;
  color: #5D6275;
  line-height: 100%;
}

.bt_img {
  margin-right: 32px;
  min-width: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 960px) {
  .bt_img {
    margin-right: 16px;
  }
}

.bt_img img {
  display: inline-block;
  max-width: 75px;
}

.btn_name {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #404355;
  max-width: 278px;
  transition: 0.3s;
}

.btn_name:hover {
  color: var(--c2);
}

.btn_name:focus {
  color: #732635;
}

.bt_i_nav {
  display: flex;
  margin-top: 16px;
  white-space: nowrap;
  align-items: center;
}

.bt_bonus {
  font-size: 12px;
  color: #2D2D2D;
  line-height: 16px;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}

.bt_favor {
  display: flex;
  margin-left: 32px;
  text-decoration: none;
  font-size: 12px;
  color: #5D6275;
  align-items: center;
  align-items: center;
  transition: 0.3s;
}

.bt_favor svg {
  display: block;
  margin-right: 8px;
}

.bt_favor:hover {
  color: var(--c2);
}

.bt_favor:focus {
  color: #732635;
}

.bt_favor:hover svg path, .bt_favor_add svg path {
  fill: var(--c2) !important;
}

.bt_favor:focus svg path {
  fill: #732635;
}

.bl_title {
  white-space: nowrap;
  font-size: 20px;
  color: #2D2D2D;
  font-weight: 800;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}

.plus-minus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 176px;
}

.plus-minus input {
  width: 32px;
  height: auto;
  background: #FFFFFF;
  border: unset;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  color: #2D2D2D;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

.cart__count-down, .cart__count-up {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  background: #D82C37;
  border-radius: 50%;
  transition: 0.3s;
}

.cart__count-down svg, .cart__count-up svg {
  display: block;
  position: relative;
  z-index: 20;
  fill: #fff;
}

.bl_result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.bl_result .bl_title {
  margin-top: 0;
}

.bl_dell {
  cursor: pointer;
  display: flex;
  text-decoration: none;
  font-size: 14px;
  line-height: 120%;
  transition: 0.3s;
  align-items: center;
}

.bl_dell label {
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 24px;
  transition: .3s;
  color: #D82C37;
}

.bl_dell input {
  margin-left: 8px;
}

.bl_dell:active {
  text-decoration: none;
}

.bl_dell:hover label {
  color: #732635;
}

.bl_dell:focus {
  color: #D82C37;
}

.bl_dell:hover {
  color: var(--c2);
}

.bl_dell:focus {
  color: #732635;
}

.bt_ysl {
  cursor: default;
  margin-left: 0;
  background: #FDFDFD;
  border: 1px solid #CFD0D6;
  border-radius: 4px;
  margin-top: 18px;
  padding: 24px;
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
}

.bt_ysl.selected {
  border-color: #2EB13A;
}

.bt_ysl.selected .bt_ysl_name {
  color: #2EB13A;
  font-weight: bold;
}

.bt_ysl.selected label {
  color: #2EB13A;
}

@media screen and (max-width: 960px) {
  .bt_ysl {
    padding: 16px;
  }
}

.bt_ysl + .bt_ysl {
  margin-top: 24px;
}

.bt_ysl_name {
  font-size: 16px;
  color: #2D2D2D;
  line-height: 120%;
  max-width: 360px;
  padding-right: 16px;
}

.bt_ysl_result {
  display: flex;
  align-items: center;
}

.bt_ysl_price {
  font-size: 20px;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  min-width: 103px;
}

.bt_ysl_add {
  text-decoration: none;
  box-sizing: border-box;
  padding: 0 16px;
  line-height: 32px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
  background: #D82C37;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  transition: 0.3s;
}

.bt_ysl_add img, .bt_ysl_add svg {
  display: block;
  margin-left: 16px;
}

.bt_ysl_add:hover {
  background: #732635;
  color: #FFF;
  border-color: transparent;
  border-top-color: #CB3C45;
}

.bt_ysl_add:focus {
  background: #732635;
  color: #FFF;
  border-color: transparent;
}

.bt_ysl_add:hover path, .bt_ysl_add:focus path {
  fill: #fff;
}

.bt_ysl_add:hover .svg_stroke, .bt_ysl_add:focus .svg_stroke {
  stroke: #fff;
}

.bt_ysl_other {
  display: none;
}

.bt_ysl_btn_other {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.bt_ysl_btn_other span {
  margin-right: 8px;
}

.bt_ysl_btn_other_act svg {
  transform: rotate(-180deg);
}

.bt_ysl_btn_other:hover {
  color: #D82C37;
}

.bt_ysl_btn_other:hover svg {
  stroke: #D82C37;
}

.bt_ysl_btn_other:focus {
  color: #732635;
  text-decoration: underline;
}

.bt_ysl_other_open {
  display: flex !important;
}

.basket {
  /*padding-bottom: 56px;*/
}

.basket_title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 16px;
}

.basket_present {
  margin-bottom: 40px;
}

.basket_present_title {
  margin-left: 16px;
  max-width: 278px;
  display: flex;
  align-items: center;
}

.basket_present_total {
  display: flex;
  align-items: center;
  font-size: 20px;
  white-space: nowrap;
}

.basket_present_total .old_price {
  color: #5D6275;
  text-decoration: line-through;
  margin-right: 16px;
}

.basket_present_total .price {
  color: #2D2D2D;
  font-weight: bold;
  margin-right: 56px;
}

@media screen and (max-width: 560px) {
  .basket_present_total .price {
    margin-right: 0;
  }
}

@media screen and (max-width: 1020px) {
  .basket_present_total {
    margin-top: 16px;
    justify-content: space-between;
  }
}

.basket_present_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1020px) {
  .basket_present_item {
    display: block;
  }
}

.basket_present_item > div {
  display: flex;
}

.basket_present_item:not(:last-child) {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D9D9DD;
}

.basket_sidebar_plashka {
  background: #FDFDFD;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 16px;
}

.bs_chars div {
  margin-bottom: 20px;
}

.bs_chars_item {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}

.bs_chars_item > span:last-child {
  font-weight: bold;
}

.bs_btns {
  text-align: center;
}

.bs_title {
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.bs_title span {
  display: block;
  text-transform: none;
}

.bs_price {
  font-size: 24px;
  line-height: 100%;
  color: #2D2D2D;
  font-weight: 800;
  margin-top: 14px;
  font-family: "Roboto", sans-serif;
}



.bs_oformit {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  height: 40px;
}

.bs_oformit img {
  display: block;
}

.basket_sidebar_plashka .bs_oformit {
  margin-top: 17px;
}

.bs_oneclick {
  display: flex;
  text-decoration: none;
  font-size: 14px;
  color: #732635;
  line-height: 120%;
  margin-top: 20px;
  align-items: center;
  transition: 0.3s;
}

.bs_oneclick:hover {
  color: var(--c2);
}

.bs_oneclick:focus {
  color: #732635;
}

.bs_oneclick img {
  display: block;
  margin-right: 10px;
  margin-top: -1px;
}

.bs_auth {
  font-size: 14px;
  line-height: 20px;
  color: #404355;
  padding-left: 24px;
  margin-top: 12px;
  position: relative;
  background-size: 16px;
}

.bs_auth:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 1px;
  opacity: 0.7;
  background: url("/local/templates/view/css/../img/hl_user_ico.svg") no-repeat left top;
}

.bs_bonus b {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #404355;
}


.bs_auth a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #732635;
}

.bs_auth a:hover {
  text-decoration: underline;
  color: var(--c2);
}

.bs_auth a:focus {
  color: #732635;
}



.bs_bonus + .bs_bonus {
  margin-top: 18px;
}

.bs_price span {
  display: block;
  text-decoration: line-through;
  font-size: 12px;
  color: #5D6275;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  line-height: 120%;
  padding-bottom: 3px;
  padding-top: 5px;
}

.basket_step_num {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #B3B4BB;
  padding-bottom: 18px;
}

.basket_step_num > li {
  position: relative;
  font-size: 14px;
  color: #969696;
  cursor: default;
  width: 33.333333333%;
  padding-top: 1px;
  line-height: 16px;
  text-align: center;
}

.basket_step_num > li a {
  display: block;
  text-decoration: none;
  color: #969696;
}

.basket_step_num > .bsn_act {
  font-weight: bold;
  color: #2D2D2D;
}

.basket_step_num > li + li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 17px;
  background: #CED0D6;
  left: 0;
  top: 0;
}

.basket_step_content {
  /*margin-top: 28px;*/
}

.bsc_title {
  font-size: 24px;
  color: #2D2D2D;
  font-weight: 800;
  line-height: 120%;
  padding-bottom: 26px;
  font-family: "Roboto", sans-serif;
}

.in_3 {
  display: flex;
  margin-left: -32px;
}

.in_3_inner {
  width: 33.33333333333333%;
  padding-left: 32px;
  box-sizing: border-box;
}

.in_3_inner label {
  display: block;
  position: relative;
  width: 100%;
}

.in_3_inner input {
  display: block;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  color: #8E919E;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.politic {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  min-height: 24px;
  margin-top: 24px;
}

.politic .jq-checkbox {
  position: absolute !important;
  left: 0;
  top: 0;
  box-shadow: unset;
}

.politic span {
  display: block;
  font-size: 14px;
  color: #404355;
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.politic a {
  text-decoration: none;
  color: #732635;
}

.politic a:hover {
  text-decoration: underline;
}

.bsc_nav {
  display: flex;
  margin-top: 32px;
  justify-content: space-between;
}

.bsc_btn_next {
  display: flex;
  padding: 0;
  height: 40px;
  line-height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  align-items: center;
  justify-content: space-between;
}

.bsc_btn_next img {
  display: block;
  margin-left: 12px;
}

.bsn_ok, .bsn_ok a {
  color: #732635 !important;
  transition: 0.3s;
}

.bsn_ok a:hover {
  color: var(--c2) !important;
  text-decoration: underline;
}

.bsn_ok a:focus {
  color: #732635 !important;
  text-decoration: underline;
}

.bsc_zakaz {
  margin-top: 58px;
}

.bsc_zakaz_title {
  cursor: pointer;
  position: relative;
  font-size: 16px;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  padding-left: 23px;
}

.bsc_zakaz_title:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 7px;
  background: url("/local/templates/view/css/../img/tovar_cat_sidebar_str.svg") no-repeat left top;
  left: 0;
  top: 5px;
  transition: 0.3s;
}

.bsc_zakaz_act .bsc_zakaz_title:before {
  transform: scale(1, -1);
}

.bsc_zakaz_title_close:before {
  transform: scale(1, -1);
}

.bsc_zakaz_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 4px;
}

.bsc_zakaz_list > li {
  display: flex;
  align-items: flex-start;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #D9D9DD;
  justify-content: space-between;
}

.bsc_zakaz_content {
  width: 100%;
  padding-left: 32px;
  padding-top: 4px;
  box-sizing: border-box;
}

.bsc_zakaz_code {
  font-size: 12px;
  color: #5D6275;
  line-height: 120%;
}

.bsc_zakaz_name {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #404355;
  margin-top: 2px;
  padding-right: 15px;
  transition: 0.3s;
}

.bsc_zakaz_name:hover {
  color: var(--c2);
}

.bsc_zakaz_name:focus {
  color: #732635;
}

.bsc_zl_right {
  display: flex;
  min-width: 280px;
  padding-top: 21px;
  align-items: center;
}

.bsc_zl_sum {
  width: 105px;
  font-size: 16px;
  color: #404355;
  line-height: 120%;
}

.bsc_zl_price {
  font-size: 14px;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  line-height: 120%;
}

.bsc_zl_img {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 56px;
  text-decoration: none;
  height: 61px;
}

.bsc_zl_img img {
  display: block;
  max-width: 100%;
  max-height: 60px;
}

.bsc_nav_left {
  display: flex;
}

.bsc_nav_left .btn_main + .btn_main {
  margin-left: 16px;
}

.bsc_btn_back {
  padding-left: 16px;
  padding-right: 16px;
  width: 121px;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  align-items: center;
  line-height: 100%;
  justify-content: space-between;
}

.bsc_btn_back:hover, .bsc_btn_back:focus {
  color: #FFF;
}

.bsc_btn_back:hover .svg_stroke, .bsc_btn_back:focus .svg_stroke {
  fill: transparent !important;
  stroke: #fff !important;
}

.bsc_btn_basket:focus {
  color: #FFF !important;
}

.bsc_btn_basket:hover path, .bsc_btn_basket:focus path, .bsc_btn_back:hover path, .bsc_btn_back:focus path {
  fill: #fff;
}

.bsc_btn_basket:hover .svg_stroke, .bsc_btn_basket:focus .svg_stroke, .bsc_btn_back:hover .svg_stroke, .bsc_btn_back:focus .svg_stroke {
  stroke: #fff;
}

.bs_price_delivery {
  font-size: 14px;
  color: #404355;
  line-height: 120%;
  margin-top: 9px;
}

.bs_price_result {
  font-size: 32px;
  line-height: 100%;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  margin-top: 12px;
}

.in_4 .in_3_inner + .in_3_inner {
  width: 22.222222223%;
}

.cont_delivery {
  margin-top: 32px;
}

.bsc_btn_city {
  display: inline-block;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.basket_radio_list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.basket_radio_list label {
  margin-right: 22px;
}

.bsc_nav_right .bsc_nav_right_block {
  display: none;
}

.bsc_nav_right .bsc_nav_right_block + .bsc_nav_right_block {
  display: block;
}

.basket_radio_oplata {
  display: flex;
 /* max-width: 624px;
  margin-top: 32px;
  padding-top: 23px;*/
  border-top: 1px solid #D9D9DD;
}

.basket_radio_two {
  width: 50%;
}

.basket_radio_two label {
  display: flex;
  width: 100%;
  margin: 0;
  padding-right: 10px;
  box-sizing: border-box;
}

.basket_radio_two label + label {
  margin-top: 8px;
}

.bsc_btn_oformit {
  padding-left: 25px;
  padding-right: 25px;
}

.bsc_bunus {
  display: flex;
  margin-top: -4px;
  align-items: center;
}

.bsc_bunus .basket_radio_list {
  margin-top: 0;
}

.bsc_bunus_sum {
  font-size: 16px;
  color: #2D2D2D;
  line-height: 120%;
  padding-right: 25px;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}

.bsc_bunus + .in_3 {
  margin-top: 16px;
}

.content_inner_right .cat_head_title {
  margin-top: -12px;
}

.content_inner_right .cat_head_title h1 {
  margin-top: 0;
}

.content_fovorites {
  padding-bottom: 64px;
}

.compare_head {
  display: flex;
  justify-content: space-between;
}

.ch_right {
  display: flex;
  align-items: center;
}

.ch_radio {
  display: flex;
  padding-right: 26px;
  align-items: center;
}

.ch_radio label {
  margin-left: 22px;
}

.compare_head {
  margin-top: 9px;
}

.compare_head .tm {
  margin-top: 0;
}

.cs_slide {
  display: block !important;
  box-sizing: border-box;
}

.cs_slide_head {
  position: relative;
  padding-top: 11px;
  padding-right: 16px;
  padding-left: 0;
  border-right: 1px solid #D9D9DD;
  box-sizing: border-box;
  transition: 0.3s;
}

.compare {
  padding-bottom: 62px;
}

.compare_slider .slick-prev, .compare_slider .slick-next {
  margin-top: 0;
  top: 108px;
}

.compare_slider .slick-prev {
  left: -20px;
}

.compare_slider .slick-next {
  right: -20px;
}

.slick-active + .slick-active .cs_slide_head {
  padding-left: 16px;
  padding-right: 16px;
}

.slick-active + .slick-active + .slick-active + .slick-slide .cs_slide_head {
  border-color: transparent;
}

.slick-active + .slick-active .cs_slide_line {
  padding-left: 16px;
}

.cs_slide_img {
  display: flex;
  width: 100%;
  text-decoration: none;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 234px;
  justify-content: center;
  box-sizing: border-box;
}

.cs_slide_img img {
  display: block;
  max-width: 100%;
  max-height: 220px;
}

.cs_slide_del {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: absolute;
  z-index: 20;
  right: 15px;
  top: 0;
  font-size: 12px;
  color: #404355;
  height: 16px;
  line-height: 16px;
  text-align: right;
  text-decoration: none;
  transition: 0.3s;
}

.cs_slide_del svg {
  display: block;
  margin-left: 8px;
}

.cs_slide_del:hover {
  color: var(--c2);
}

/*  .cs_slide_del:hover path {
            stroke: var(--c2);
        }

    .cs_slide_del:focus {
        color: $dark-red;
    }

    .cs_slide_del:focus path {
        stroke: $dark-red;
    }*/
.compare_slider {
  margin-top: 36px;
}

.cs_slide_name {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #404355;
  margin-top: 3px;
  transition: 0.3s;
}

.cs_slide_name:hover {
  color: var(--c2);
}

.cs_slide_name:focus {
  color: #732635;
}

.isl_info_l {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 760px) {
  .isl_info_l {
    display: none;
  }
}

.cs_slide_head .isl_info_l {
  margin-top: 15px;
}

.cs_slide_line {
  border-top: 1px solid #D9D9DD;
  margin-top: 32px;
  padding-top: 18px;
  padding-left: 0;
  padding-right: 16px;
  transition: 0.3s;
}

.cs_slide_line + .cs_slide_line {
  margin-top: 22px;
}

.cs_sl_title {
  font-size: 16px;
  color: #404355;
  line-height: 100%;
  font-weight: bold;
  opacity: 0;
  transition: 0.3s;
}

.slick-current .cs_sl_title {
  opacity: 1;
}

.cs_sl_text {
  font-size: 16px;
  line-height: 120%;
  color: #404355;
  margin-top: 6px;
}

.bs_map_main {
  position: relative;
  margin-top: 32px;
  width: 100%;
  height: 320px;
  border: 1px solid #5D6275;
}

.bs_map_main + .basket_radio_list, .basket_step_content .in_3 + .basket_radio_list {
  margin-top: 32px;
}

.bs_map_plashka {
  position: absolute;
  z-index: 50;
  right: 20%;
  bottom: 20%;
  width: 240px;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  padding: 12px 26px 13px 16px;
  box-sizing: border-box;
}

.bs_map_plashka:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 13px;
  background: url("/local/templates/view/css/../img/map_plashka_str.png") no-repeat left top;
  bottom: -13px;
  left: 21px;
}

.bs_mp_close {
  position: absolute;
  background: url("/local/templates/view/css/../img/close_map_plashka.svg") no-repeat center center;
  cursor: pointer;
  width: 24px;
  height: 24px;
  right: 7px;
  top: 7px;
  z-index: 10;
}

.bs_mp_close:hover {
  transition: 0.2s;
  transform: rotate(90deg);
}

.bs_mp_title {
  font-size: 14px;
  line-height: 16px;
  color: #404355;
  font-weight: bold;
  padding-right: 30px;
}

.bs_mp_phone {
  font-size: 14px;
  color: #404355;
  line-height: 120%;
  margin-top: 6px;
}

.bs_mp_phone a {
  text-decoration: none;
  font-size: 14px;
  color: #404355;
  line-height: 120%;
}

.ms_mp_time {
  font-size: 12px;
  line-height: 120%;
  color: #5D6275;
  margin-top: 8px;
}

.pu_sms {
  max-width: 480px;
}

.pu_sms_form {
  display: flex;
  margin-top: 16px;
}

.pu_sms_form .btn_main {
  padding-left: 19px;
  padding-right: 19px;
  margin-left: 32px;
}

.pu_sms_form input {
  display: block;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CFD0D6 !important;
  box-sizing: border-box;
  box-shadow: inset 2px 2px 2px rgba(64, 67, 85, 0.15);
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
  color: #2D2D2D !important;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  transition: 0.3s;
}

.pu_sms_form input:hover {
  border-color: #AEB1BA !important;
  color: #2D2D2D !important;
}

.pu_sms_form input:focus {
  border-color: #5D6275 !important;
  color: #2D2D2D !important;
}

.pu_sms_info {
  margin-top: 22px;
  cursor: default;
}

.pu_sms_povtor {
  font-size: 12px;
  color: #5D6275;
  line-height: 120%;
}

.pu_sms_sec {
  font-size: 14px;
  color: #732635;
  line-height: 120%;
  margin-top: 10px;
}

.in_err {
  position: relative;
}

.in_err:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 13px;
  background: url("/local/templates/view/css/../img/in_eror.svg") no-repeat left top;
  pointer-events: none;
}

.in_err_text {
  display: none;
  font-size: 14px;
  color: #CB3C45;
  line-height: 120%;
  margin-top: 12px;
}

.in_err .in_err_text {
  display: block;
}

.in_err input {
  padding-right: 40px;
  border-color: #CB3C45 !important;
}

.cat_list_search {
  margin-top: 0 !important;
}

.tm b {
  font-size: 24px;
  line-height: 120%;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #8E929F;
  padding-left: 4px;
  position: relative;
  top: -1px;
  display: inline-block;
}

.card {
  margin-top: 22px;
}

.card_content_main {
  padding-bottom: 40px;
}

.card_head {
  display: flex;
  margin-left: -32px;
}

.card_head_slider, .card_head_info {
  width: 50%;
  padding-left: 32px;
  box-sizing: border-box;
}

.card_head_slider {
  position: relative;
}

.card_head_info {
  display: flex;
  margin-left: -30px;
  min-width: 590px;
}

.card_header {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .card_header {
    display: block;
  }
  .card_header h1 {
    margin-bottom: 8px;
  }
}

.chi_block {
  width: 50%;
  padding-left: 30px;
  min-width: 280px;
  position: relative;
  box-sizing: border-box;
}

.chi_block_present {
  margin-top: 32px;
}

.chi_block_present_block {
  display: flex;
  justify-content: space-between;
  padding: 24px;
  background: #fff;
  border: 1px solid #2EB13A;
  border-radius: 4px;
}

@media screen and (max-width: 1020px) {
  .chi_block_present_block {
    padding: 12px;
    display: block;
  }
}

.chi_block_present_inner {
  display: flex;
}

.chi_block_present_inner img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 72px;
  min-height: 56px;
  max-height: 56px;
  margin-right: 16px;
}

@media screen and (max-width: 1020px) {
  .chi_block_present_inner img {
    max-width: 56px;
  }
}

.chi_block_present_price {
  margin-left: 24px;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 1020px) {
  .chi_block_present_price {
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
  }
}

.chi_block_present_title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.chi_block_present_title span {
  font-size: 20px;
  font-weight: bold;
  margin-right: 8px;
}

.chi_block + .chi_block {
  z-index: 50;
}

.chs_th {
  position: absolute !important;
  left: 32px;
  top: 0;
  width: 74px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.chs_big_main {
  position: relative;
  margin-left: 104px;
  /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));*/
  border-radius: 4px;
}

@media screen and (min-width: 960px) {
  .chs_big_main:hover .chs_big_img_zoom {
    opacity: 1;
  }
}

.chs_big_main .isl_plashka {
  left: 0;
  top: 0;
  height: 25px;
  line-height: 25px;
  z-index: 40;
}

.chs_big_img {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 488px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  justify-content: center;
}

.chs_big_img_zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  opacity: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: .3s;
}

.chs_big_img img {
  display: block;
  max-width: 100%;
  max-height: 480px;
}

.chs_th_img {
  cursor: pointer;
  width: 72px;
  height: 72px;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid transparent;
  box-sizing: border-box;
  border-radius: 4px;
  box-sizing: border-box;
  transition: 0.3s;
}

.chs_th_img:hover, .slick-current .chs_th_img {
  border-color: #CB3C45;
}

.chs_th_img img {
  display: block;
  max-width: 100%;
  max-height: 66px;
}

.chs_th .slick-prev, .chs_th .slick-next {
  top: 0;
  margin-top: 0;
  transform: rotate(90deg);
}

.chs_th .slick-next {
  right: 50%;
  margin-right: -20px;
  top: auto;
  bottom: 0;
}

.chs_th .slick-prev {
  left: 50%;
  margin-left: -20px;
}

.chi_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 18px;
}

.chi_list li + li {
  margin-top: 21px;
}

.chi_list_title {
  font-size: 16px;
  color: #404355;
  line-height: 120%;
  font-weight: bold;
}

.chi_list_title span {
  color: #5D6275;
  font-weight: normal;
}

.chi_availability {
  display: flex;
  font-size: 12px;
  color: #404355;
  line-height: 120%;
  margin-top: -2px;
  cursor: default;
  align-items: center;
}

.chi_availability img {
  display: block;
  margin-right: 11px;
}

.chi_l_inner {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 9px;
}

.chi_l_inner > li {
  display: flex;
}

.chi_l_inner > li + li {
  margin-top: 17px;
}

.chi_l_inner > li span {
  font-size: 14px;
  color: #404355;
  font-weight: bold;
  min-width: 89px;
}

.chi_l_inner > li span + span {
  min-width: 10px;
  font-weight: normal;
}

.chi_l_inner > li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #732635;
  line-height: 120%;
}

.chi_l_inner > li a:hover {
  color: var(--c2);
  text-decoration: underline;
}

.chi_l_inner > li a:focus {
  color: #732635;
  text-decoration: underline;
}

.chi_l_inner > li a + a {
  margin-top: 4px;
}

.chi_list_text {
  font-size: 14px;
  line-height: 24px;
  color: #5D6275;
  margin-top: 7px;
}

.chi_gift {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
}

.chi_gift > li {
  display: flex;
  align-items: center;
}

.chi_gift > li + li {
  margin-top: 18px;
}

.chi_gift_img {
  display: flex;
  min-width: 53px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.chi_gift_img img {
  display: inline-block;
  max-width: 100%;
  max-height: 56px;
}

.chi_gift_info {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #404355;
  margin-left: 18px;
  transition: 0.3s;
}

.chi_gift_info:hover {
  color: var(--c2);
  text-decoration: underline;
}

.chi_gift_info:focus {
  color: #732635;
  text-decoration: underline;
}

.chi_plashka {
  border: 1px solid rgba(93, 98, 117, 0.2);
  padding: 24px;
  border-radius: 4px;
}

.chi_plashka .btn_sec {
  width: 100%;
}

.chi_plashka .isl_price {
  font-size: 24px;
}

.chi_plashka .cat_list_presence img {
  margin-right: 8px;
}

.chi_plashka .isl_old_price {
  margin-bottom: 8px;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .chi_plashka_delivery {
    font-size: 14px;
  }
}

.chi_plashka_delivery_total {
  font-weight: bold;
  margin-left: 8px;
}

.chi_plashka_bonus {
  background: #F6F6F6;
  color: #D82C37;
  line-height: 40px;
  padding: 0 16px;
  display: flex;
  align-items: center;
}


.chi_plashka_bonus span {
  font-size: 14px;
  font-weight: bold;
  margin-right: 8px;
}

.chi_plashka_code {
  font-size: 12px;
  line-height: 120%;
  color: #5D6275;
  opacity: 0.7;
}

.chi_plashka .isl_info_l {
  display: flex !important;
  margin-top: 9px;
}

.chi_plashka_btn_basket {
  display: block;
  width: 100%;
  margin-top: 20px;
}

.chi_plashka_btn_basket_act {
  background: #732635 !important;
}

.chi_plashka_oneclick {
  display: flex;
  text-decoration: none;
  font-size: 14px;
  color: #732635;
  line-height: 120%;
  margin-top: 16px;
  align-items: center;
  transition: 0.3s;
}

.chi_plashka_oneclick:hover {
  color: var(--c2);
  text-decoration: underline;
}

.chi_plashka_oneclick:focus {
  color: #732635;
}

.chi_plashka_oneclick img {
  display: block;
  margin-right: 8px;
  opacity: 0.7;
}

.chi_plashka_credit {
  margin-top: 24px;
}

.chi_plashka_credit a {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  color: #17a14e;
  margin-top: 14px;
}

.chi_plashka_nav {
  display: flex;
  margin-left: -8px;
  margin-top: 24px;
  margin-bottom: 24px;
  align-items: center;
}

.chi_plashka_nav_inner {
  width: 50%;
  padding-left: 8px;
  box-sizing: border-box;
}

.chi_plashka_nav_inner a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20px;
  white-space: nowrap;
  font-size: 14px;
  color: #5D6275;
  line-height: 120%;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

.chi_plashka_nav_inner a:hover {
  color: #D82C37;
}

.chi_plashka_nav_inner a:hover svg {
  fill: #D82C37;
}

.chi_plashka_nav_inner a img, .chi_plashka_nav_inner a svg {
  display: block;
  margin-right: 8px;
}

.card_content {
  margin-top: 48px;
  padding-bottom: 20px;
  width: 75.66666666666%;
  padding-right: 30px;
  box-sizing: border-box;
}

.card_tab_nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.card_tab_nav > li + li {
  margin-left: 16px;
}

.card_tab_nav > li a {
  display: block;
  text-decoration: none;
  color: #5D6275;
  line-height: 48px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
  border: 1px solid #CFD0D6;
  border-radius: 4px;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .card_tab_nav > li a {
    line-height: 36px;
  }
}

.card_tab_nav > li a:hover {
  color: #CB3C45;
  cursor: pointer;
  border-color: #CB3C45;
}

.card_tab_nav > li a.act {
  border-color: #CB3C45;
  color: #CB3C45;
}

.card_tab_delivery_list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 26px;
}

.card_tab_delivery_list > li {
  width: 33.333333333333%;
}

.ct_dl_title {
  font-size: 16px;
  color: #404355;
  font-weight: bold;
  line-height: 120%;
  padding-bottom: 22px;
}

.card_tab_delivery_list label + label {
  margin-top: 8px;
}

.pu_quest {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  box-sizing: border-box;
}

.pu_quest.second {
  width: 24px;
  height: 24px;
}

.pu_quest i {
  font-style: normal;
  display: block;
  text-align: center;
  font-size: 11px;
  color: #732635;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 12px;
}

.check .pu_quest {
  margin-left: 8px;
}

.pu_quest_inner {
  position: absolute;
  width: 213px;
  background: #FFFFFF;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
  border-radius: 4px;
  padding: 11px 15px 11px 15px;
  font-size: 14px;
  color: #5D6275;
  line-height: 20px;
  left: -22px;
  bottom: 33px;
  display: none;
  z-index: 50;
}

.pu_quest_inner:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 13px;
  background: url("/local/templates/view/css/../img/map_plashka_str.png") no-repeat left top;
  bottom: -13px;
  left: 21px;
  pointer-events: none;
}

.pu_quest_inner:hover {
  display: none !important;
}

.pu_quest:hover .pu_quest_inner {
  display: block;
}

.card_tab_inner .bs_map_main {
  margin-top: 48px;
}

.card_tab_description {
  margin-top: 26px;
}

.card_tab_description p {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
}

.card_tab_description p + p {
  margin-top: 24px;
  color: #5D6275;
}

.card_tab_char {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.card_tab_char > li > span:nth-child(1) {
  font-weight: bold;
  color: #2D2D2D;
  margin-right: 8px;
}

.card_tab_char > li > span:nth-child(2) {
  color: #5D6275;
}

.card_tab_char .card_tab_char_other {
  display: none;
}

.card_tab_char_other_act {
  display: flex !important;
}

.card_tab_char > li + li {
  margin-top: 24px;
}

.card_tab_char > li span {
  line-height: 120%;
  color: #5D6275;
  position: relative;
  z-index: 20;
}

.card_tab_char > li span + span:before {
  display: none;
}

.card_tab_char > li span + span {
  min-width: 300px;
  color: #2D2D2D;
  background: #FFF;
  z-index: 30;
  box-sizing: border-box;
}

.card_tab_char_main {
  margin-top: 32px;
}

@media screen and (max-width: 1020px) {
  .card_tab_char_main {
    margin-top: 20px;
  }
}

.card_tab_char_title {
  font-size: 16px;
  color: #404355;
  line-height: 120%;
  font-weight: bold;
}

.card_tab_char_btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
  color: #D82C37;
  margin-top: 24px;
  transition: 0.3s;
}

.card_tab_char_btn span {
  margin-left: 8px;
}

.card_tab_char_btn:hover {
  color: var(--c2);
}

.card_tab_char_btn_open svg {
  transform: rotate(-180deg);
}

.accessories-section {
  padding: 32px 0;
  background-color: rgba(207, 208, 214, 0.2);
}

@media screen and (max-width: 760px) {
  .watched .isl_info_l {
    display: block;
  }
}

.accessories .index_sale_nav {
  margin-top: 15px;
}

.accessories_tite {
  font-size: 24px;
  color: #2D2D2D;
  font-weight: 800;
  line-height: 120%;
  font-family: "Roboto", sans-serif;
}

.accessories_slider {
  margin-top: 16px;
}

.accessories_slider .slick-slide > div > div {
  border: 1px solid #CFD0D6;
}

.acces_slide {
  display: block;
}

.accessories_slider .slick-slide {
  box-sizing: border-box;
}

.acces_slide_img {
  display: flex;
  text-decoration: none;
  height: 142px;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center;
  align-items: center;
}

.acces_slide_img img {
  display: block;
  max-width: 100%;
  max-height: 138px;
}

.acces_slide_name {
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #404355;
  line-height: 24px;
  margin-top: 13px;
  transition: 0.3s;
}

.acces_slide_name:hover {
  color: var(--c2);
}

.acces_slide_name:focus {
  color: #732635;
}

.acces_slide .isl_info {
  margin-top: 9px;
  padding-right: 4px;
  box-sizing: border-box;
}

.view_slider .acces_slide {
  position: relative;
  padding-left: 121px;
  min-height: 128px;
}

.view_slider .acces_slide_img {
  position: absolute;
  left: 3px;
  top: 0;
  height: 128px;
  width: 97px;
}

.view_slider .acces_slide_img img {
  max-height: 120px;
}

.view_slider .acces_slide_name {
  height: 42px;
  overflow: hidden;
  margin-top: 0;
  padding-top: 12px;
}

.view_slider .isl_info {
  max-width: 175px;
}

.card_ysl {
  margin-top: 24px;
}

.card_ysl .bt_ysl {
  margin: 0;
}

.card_ysl .bt_ysl + .bt_ysl {
  margin-top: 24px;
}

.card_ysl .bt_ysl .bt_ysl_add img {
  transform: rotate(0);
}

.accessories_slider .slick-prev, .accessories_slider .slick-next {
  margin-top: 0;
  top: 50%;
}

.view_slider .slick-prev, .view_slider .slick-next {
  margin-top: 0;
  top: 42px;
}

.page_404 {
  padding-top: 47px;
  padding-left: 312px;
  padding-right: 311px;
  padding-bottom: 96px;
}

.p_404_title {
  font-size: 32px;
  line-height: 120%;
  font-weight: bold;
  color: #2D2D2D;
  font-family: "Roboto", sans-serif;
}

.p_404_num {
  margin-top: 43px;
}

.p_404_num img {
  display: block;
  max-width: 100%;
}

.p_404_info {
  font-size: 14px;
  line-height: 20px;
  color: #5D6275;
  margin-top: 36px;
}

.p_404_nav {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.p_404_nav .btn_main {
  white-space: nowrap;
}

.p_404_nav .btn_main + .btn_main {
  margin-left: 15px;
}

.content_btn_cat {
  display: flex;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: space-between;
  align-items: center;
}

.content_btn_cat svg {
  display: block;
  margin-left: 26px;
}

.content_btn_cat:focus {
  background: #732635 !important;
  color: #FFF !important;
}

.content_btn_cat:focus svg rect, .content_btn_cat:hover svg rect {
  fill: #fff;
}

.bs_map_main #map {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.sidebar_account_plashka {
  border: 1px solid #DFE0E3;
  background: #FFF;
  padding: 23px 20px 26px 24px;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.14);
  border-radius: 4px;
}

.sap_title {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 100%;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}

.sap_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 23px;
}

.sap_list > li {
  display: block;
}

.sap_list > li + li {
  margin-top: 22px;
}

.sap_list > li a {
  display: flex;
  text-decoration: none;
  font-size: 14px;
  color: #404355;
  line-height: 120%;
  transition: 0.3s;
  align-items: center;
}

.sap_list > li i {
  display: block;
  min-width: 29px;
}

.sap_list > li svg {
  display: block;
}

.sap_list1 > li a:hover, .sap_list > li a.act {
  color: #732635;
}

.sap_list1 > li a:hover path, .sap_list > li a.act path {
  fill: #732635;
}

.sap_list1 > li a:hover .svg_stroke, .sap_list > li a.act .svg_stroke {
  stroke: #732635 !important;
}

.sap_list1 > li a:hover .svg_fill_stroke, .sap_list > li a.act .svg_fill_stroke {
  fill: transparent !important;
}

.sap_list > li a:hover {
  color: #732635;
}

.account_plashki {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -8px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.account_plashki > li {
  width: 50%;
  padding-left: 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .account_plashki > li {
    width: 100%;
  }
}

.account_plashka_inner {
  display: block;
  text-decoration: none;
  min-height: 100%;
  background: #fff;
  border: 1px solid #CFD0D6;
  border-radius: 4px;
  padding: 24px;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0);
  box-sizing: border-box;
  transition: 0.3s;
}

.account_plashka_inner:hover {
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
}

.api_title {
  font-size: 14px;
  color: #2D2D2D;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 120%;
}

.api_text {
  font-size: 14px;
  line-height: 20px;
  color: #404355;
  max-width: 227px;
  margin-top: 17px;
}

.api_view {
  font-size: 14px;
  color: #732635;
  line-height: 120%;
  margin-top: 27px;
}

.api_view:hover {
  text-decoration: underline;
  color: var(--c2);
}

.account_plashka_inner:focus .api_view {
  color: #732635;
}

.account_politic {
  position: relative;
  margin-top: 24px;
  padding-top: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #5D6275;
}

.account_plashki_main {
  padding-bottom: 50px;
}

.account_politic:before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 1px;
  left: 0;
  top: 0;
  background: #DFE0E3;
}

.account_politic a {
  text-decoration: none;
  color: #732635;
}

.account_politic a:hover {
  color: var(--c2);
  text-decoration: underline;
}

.account_politic a:focus {
  color: #732635;
}

.app_title_mobile {
  display: none;
  font-size: 24px;
  line-height: 32px;
  color: #2D2D2D;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

.account_order {
  margin-top: 24px;
  padding-bottom: 64px;
}

.account_order_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.account_order_list > li {
  display: block;
  background: #FFFFFF;
  border: 1px solid #CFD0D6;
  padding: 24px 22px 31px 23px;
  box-sizing: border-box;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0);
  transition: 0.3s;
}

.account_order_list > li:hover {
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.25);
}

.account_order_list > li + li {
  margin-top: 40px;
}

.aol_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

.aol_card_more {
  border: 1px solid #CFD0D6;
  border-radius: 4px;
  padding: 24px;
}

.aol_head_l {
  display: flex;
  align-items: flex-start;
}

.aol_head_title {
  font-size: 20px;
  color: #2D2D2D;
  font-weight: 800;
}

.aol_head_status {
  display: flex;
  white-space: nowrap;
  margin-top: 24px;
  margin-bottom: 16px;
}

.aol_head_status span {
  display: block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  color: #FFF;
  border-radius: 4px;
  padding-left: 9px;
  padding-right: 9px;
}

.aol_head_status span + span {
  margin-left: 8px;
}

.aol_hs_color1 {
  background: #2EB13A;
}

.aol_hs_color2 {
  background: #D82C37;
}

.aol_hs_color3 {
  background: #F6F6F6;
  color: #D82C37 !important;
}

.aol_head_dell {
  display: flex;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  color: #5D6275;
  white-space: nowrap;
  margin-left: 20px;
  margin-top: 2px;
  align-items: center;
  transition: 0.3s;
}

.aol_head_dell img, .aol_head_dell svg {
  display: block;
  transition: 0.3s;
}

.aol_head_dell:hover {
  color: var(--c2);
  text-decoration: underline;
}

.aol_head_dell:focus {
  color: #732635;
  text-decoration: underline;
}

.aol_head_dell:hover path {
  fill: var(--c2);
}

.aol_head_dell:focus path {
  fill: #732635;
}

.aol_info {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aol_info > li {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  color: #404355;
  line-height: 120%;
}

.aol_info > li > span:first-child {
  margin-right: 8px;
}

.aol_orders {
  align-items: center;
}

.aol_orders > .aol_head_status {
  margin: 0;
}

@media screen and (max-width: 960px) {
  .aol_orders > .aol_head_status {
    margin-top: 16px;
  }
}

.aol_orders .aol_head_title {
  font-size: 24px;
  margin-right: 48px;
}

@media screen and (max-width: 960px) {
  .aol_orders .aol_head_title {
    font-size: 16px;
    margin-right: 0;
  }
}

.aol_info > li + li {
  margin-top: 12px;
}

@media screen and (max-width: 720px) {
  .aol_info > li + li {
    margin-top: 16px;
  }
}

.aol_info > li span + span {
  min-width: 20px;
  color: #2D2D2D;
  font-weight: normal;
}

.aol_info > li span a {
  color: #D82C37;
  margin-left: 19px;
  transition: 0.3s;
  font-size: 14px;
}

@media screen and (max-width: 720px) {
  .aol_info > li a span {
    display: none;
  }
}

.aol_info > li span a:hover {
  color: #732635;
  text-decoration: underline;
}

.aol_info > li span a:focus {
  color: #732635;
}

.aol_nav {
  display: flex;
  margin-top: 21px;
  flex-wrap: wrap;
  margin-left: -16px;
  align-items: center;
}

.aol_nav > div {
  padding-left: 16px;
}

.aol_nav .btn_main + .btn_main {
  margin-left: 16px;
}

.btn_grey_img {
  padding: 0 24px;
  display: flex;
  color: #D82C37;
  background: #FFFFFF;
  border: 1px solid #D82C37;
  line-height: 40px;
  align-items: center;
  box-sizing: border-box;
  transition: .3s;
  justify-content: center;
}

.btn_grey_img:hover {
  color: #D82C37;
  background: #FFE3E3;
}

.btn_grey_img:focus {
  background: #732635 !important;
  color: #FFF !important;
}

.btn_grey_img img, .btn_grey_img svg {
  display: block;
  margin-left: 16px;
  margin-top: -12px;
  margin-bottom: -12px;
}

.btn_grey_img:hover path, .btn_grey_img:focus path {
  fill: #fff;
}

.btn_grey_img:hover .svg_stroke, .btn_grey_img:focus .svg_stroke {
  stroke: #fff;
}

.btn_green {
  background: #2EB13A;
}

.btn_green:hover {
  background: linear-gradient(0deg, rgba(12, 64, 17, 0.45) 0%, #4BDD59 100%), #4BAA55;
}

.btn_green:focus {
  background: #4BAA55;
}

.aol_head_dell span {
  display: inline-block;
  margin-left: 5px;
}

.back_zakaz {
  display: flex;
  text-decoration: none;
  font-size: 14px;
  color: #404355;
  font-weight: 800;
  line-height: 120%;
  margin-top: 30px;
  align-items: center;
  transition: 0.3s;
}

.back_zakaz:hover {
  color: var(--c2);
  text-decoration: underline;
}

.back_zakaz:focus {
  color: #732635;
  text-decoration: underline;
}

.back_zakaz:hover path {
  stroke: var(--c2);
}

.back_zakaz:focus path {
  stroke: #732635;
}

.back_zakaz img, .back_zakaz svg {
  display: block;
  margin-right: 11px;
}

.account_order_list_more > li {
  border: none;
  padding: 0;
  box-shadow: none !important;
}

.account_order_list_more > li + li {
  margin-bottom: 40px;
}

.aol_satus {
  font-size: 12px;
  line-height: 120%;
  color: #5D6275;
}

.bottom_back_zakaz {
  margin-top: 56px;
}

.bottom_back_zakaz .back_zakaz {
  margin-top: 0 !important;
}

.aol_tovar_table {
  margin-top: 16px;
}

.aol_tt_head {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 40px;
  align-items: center;
  background: #F1F1F3;
  font-size: 12px;
  color: #5D6275;
  line-height: 120%;
  justify-content: space-between;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.aol_tt_head > li, .aol_tt_tovar {
  padding-right: 16px;
  width: 100%;
  box-sizing: border-box;
}

.aol_tt_head > li + li, .aol_tt_text {
  width: 145px;
  min-width: 145px;
  padding-left: 0;
}

.aol_tt_head > li + li + li, .aol_tt_text + .aol_tt_text {
  width: 127px;
  min-width: 127px;
  font-weight: 800;
}

.aol_tt_head > li + li + li + li, .aol_tt_text + .aol_tt_text + .aol_tt_text {
  width: 110px;
  min-width: 110px;
}

.aol_tt_inner {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aol_tt_inner > li {
  display: flex;
  padding: 16px 0;
  justify-content: space-between;
  align-items: flex-start;
}

.aol_tt_inner > li + li {
  border-top: 1px solid #DFE0E3;
}

.aol_tt_tovar {
  display: flex;
}

.aol_tt_img {
  width: 65px;
  min-width: 65px;
  height: 57px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.aol_tt_img img {
  display: inline-block;
  max-width: 100%;
  min-height: 57px;
}

.aol_tt_name {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  color: #404355;
  max-width: 310px;
  transition: 0.3s;
}

a.aol_tt_name:hover {
  color: var(--c2);
}

a.aol_tt_name:focus {
  color: #732635;
}

.aol_tt_text {
  line-height: 120%;
  color: #2D2D2D;
}

.aol_tt_result {
  display: flex;
  margin-top: 26px;
  justify-content: flex-end;
}

.aol_tt_result_title {
  font-size: 16px;
  color: #2D2D2D;
  font-weight: bold;
  line-height: 120%;
}

.aol_tt_result_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 17px;
}

.aol_tt_result_list > li {
  display: flex;
  width: 383px;
  justify-content: space-between;
}

.aol_tt_result_list > li span {
  display: block;
  font-size: 13px;
  line-height: 120%;
  color: #5D6275;
}

.aol_tt_result_list > li + li {
  margin-top: 12px;
}

.aol_tt_result_list > li span + span {
  min-width: 110px;
  margin-left: 15px;
  color: #2D2D2D;
}

.aol_tt_result_list > li b {
  display: block;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  padding-top: 10px;
}

.back_zakaz span {
  display: inline-block;
  margin-right: 6px;
}

.account_bonus {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.account_bonus_content {
  width: 100%;
}

.account_bonus_sidebar {
  width: 280px;
  min-width: 280px;
  margin-left: 32px;
}

.abc_info {
  font-size: 14px;
  color: #404355;
  line-height: 120%;
  margin-top: -10px;
}

.abc_info span {
  color: #732635;
}

.abc_info span b {
  font-size: 24px;
  line-height: 100%;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}

.abc_history {
  margin-top: 20px;
  position: relative;
  padding-top: 28px;
}

.abc_history:before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 1px;
  left: 0;
  top: 0;
  background: #DFE0E3;
}

.abc_history_title {
  font-size: 14px;
  line-height: 120%;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}

.abc_history_table {
  margin-top: 18px;
  border: 1px solid #DADBDF;
  border-radius: 4px;
}

.abc_ht_head {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 40px;
  align-items: center;
  background: #F1F1F3;
  font-size: 12px;
  line-height: 40px;
  color: #5D6275;
  justify-content: space-between;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  display: block;
}

.abc_ht_head > li {
  height: 40px;
  line-height: 40px !important;
}

.abc_ht_head > li, .abc_ht_inner span {
  float: left;
  width: 20%;
  min-width: 20%;
  padding-left: 16px;
  font-size: 12px;
  color: #5D6275;
  line-height: 120%;
  display: block;
  box-sizing: border-box;
}

.abc_ht_inner span i {
  font-style: normal;
  color: #732635;
}

.abc_ht_head > li + li, .abc_ht_inner span + span {
  width: 30%;
  min-width: 30%;
}

.abc_ht_head > li + li + li + li, .abc_ht_inner span + span + span + span {
  width: 20%;
  min-width: 20%;
}

.abc_ht_inner {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.abc_ht_inner > li {
  display: block;
  overflow: hidden;
}

.abc_ht_inner > li + li {
  border-top: 1px solid #F1F1F3;
}

.abc_ht_inner span {
  font-size: 14px !important;
  color: #2D2D2D;
  line-height: 120%;
  padding-top: 16px;
  padding-bottom: 15px;
}

.account_bonus {
  padding-bottom: 57px;
}

.abs_plashka {
  position: relative;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
  border-radius: 4px;
}

.abs_plashka_head {
  display: flex;
  height: 120px;
  background: linear-gradient(180deg, #CB3C45 0%, rgba(114, 19, 37, 0) 100%), #721325;
  border-radius: 4px;
  padding-left: 25px;
  justify-content: space-between;
  align-items: center;
}

.abs_ph_title {
  font-size: 16px;
  color: #FFF;
  font-weight: 800;
  line-height: 24px;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 20;
}

.abs_plashka_content {
  padding: 21px 20px 20px 25px;
}

.abs_pc_href a {
  display: block;
  font-size: 14px;
  color: #732635;
  line-height: 120%;
  text-decoration: none;
}

.abs_pc_href a:hover {
  text-decoration: underline;
  color: var(--c2);
}

.abs_pc_href a:focus {
  color: #732635;
}

.abs_pc_href a + a {
  margin-top: 6px;
}

.abs_ph_img {
  padding-right: 5px;
}

.abs_ph_img img {
  display: block;
}

.abs_plashka_mobile {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -32px;
}

.abs_plashka_mobile > li {
  width: 50%;
  padding-left: 32px;
  box-sizing: border-box;
}

.abs_pm_inner {
  display: flex;
  text-decoration: none;
  position: relative;
  height: 128px;
  background: #F6F6F6;
  padding-left: 25px;
  border-radius: 4px;
  align-items: center;
}

.abs_pm_inner img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  transition: 0.3s;
}

.abs_pm_inner:hover img {
  opacity: 0.6;
}

.abs_pm_name {
  color: #404355;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 20;
}

.pesonal {
  margin-top: 24px;
  padding-bottom: 64px;
}

.pesonal_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 280px;
}

.pesonal_list > li {
  display: block;
}

.pesonal_list > li > .form-block:not(:last-child) {
  margin-bottom: 16px;
}

.pesonal_list > li + li {
  margin-top: 29px;
}

.pesonal_list_title {
  font-size: 20px;
  line-height: 120%;
  color: #2D2D2D;
  font-weight: 800;
  padding-bottom: 16px;
}

.in_style {
  display: block;
  width: 100%;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 14px;
  padding-left: 16px;
  padding-right: 16px;
  color: #8E919E;
  transition: .3s;
}

.pesonal_list .in_style + .in_style {
  margin-top: 8px;
}

.pesonal_list .check + .check {
  margin-top: 8px;
}

.pesonal_list_btn {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
}

.pesonal_list_btn .btn_main + .btn_main {
  margin-left: 16px;
}

.pesonal_list_btn .btn_grey_img {
  display: inline-flex;
  padding-left: 23px;
  padding-right: 23px;
}

.subscription {
  display: flex;
}

.subscription .pesonal_list {
  max-width: 520px;
}

.subscription .pesonal_list .in_style {
  max-width: 280px;
}

.subscription_content {
  width: 100%;
}

.subscription_content .pesonal_list {
  margin-top: 0;
}

.subscription_sidebar {
  width: 280px;
  min-width: 280px;
  margin-left: 32px;
}

.pl_text {
  font-size: 14px;
  color: #5D6275;
  line-height: 20px;
}

.pl_text p {
  display: block;
  margin: 0;
}

.pl_text p + p {
  margin-top: 14px;
}

.pl_text p b {
  display: block;
  font-weight: bold;
  color: #2D2D2D;
}

.ss_plashka {
  background: #F6F6F6;
  border-radius: 4px;
  padding: 16px;
}

.ss_plashka_title {
  font-size: 20px;
  color: #2D2D2D;
  font-weight: 800;
  line-height: 120%;
}

.ss_plashka_title span {
  display: block;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 120%;
  color: #5D6275;
  margin-top: 7px;
}

.ss_plashka_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 16px;
  position: relative;
}

.ss_plashka_list li {
  display: block;
  font-weight: normal;
  color: #5D6275;
  line-height: 120%;
  margin-top: 3px;
}

.ss_plashka_list li span:first-child {
  font-size: 14px;
  line-height: 120%;
  color: #404355;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.ss_plashka_list > li + li {
  margin-top: 18px;
}

.ss_unsubscr {
  font-size: 16px;
  line-height: 20px;
  color: #404355;
  margin-top: 19px;
}

.ss_unsubscr a {
  text-decoration: underline;
  color: #D82C37;
}

.ss_unsubscr a:hover {
  color: #732635;
  text-decoration: underline;
}

.cont_sidebar_plashka {
  border: 1px solid #DFE0E3;
  background: #FFF;
  padding: 23px 20px 26px 24px;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.14);
  border-radius: 4px;
}

.cont_sidebar_plashka + .cont_sidebar_plashka {
  margin-top: 8px;
}

.csp_title {
  color: #2D2D2D;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
}

.csp_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 24px;
}

.csp_list > li {
  display: block;
}

.csp_list > li + li {
  margin-top: 24px;
}

.csp_list > li a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  color: #404355;
  line-height: 120%;
  transition: 0.3s;
}

.csp_list > li a:hover {
  color: #732635;
}

.contact_content {
  padding-bottom: 62px;
}

.contact_nav {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}

.contact_nav_city {
  max-width: 272px !important;
  width: 272px !important;
}

.contact_nav_group {
  display: flex;
  align-items: center;
}

.contact_nav_pynkt {
  white-space: nowrap;
  display: flex;
  font-size: 14px;
  color: #5D6275;
  line-height: 120%;
  margin-left: 16px;
  align-items: center;
}

.contact_nav_pynkt span {
  display: inline-block;
  margin-left: 7px;
  color: #2D2D2D;
  margin-left: 16px;
}

.contact_nav_ico {
  display: flex;
  align-items: center;
}

.contact_nav_ico a {
  display: flex;
  text-decoration: none;
  font-size: 14px;
  color: #5D6275;
  align-items: center;
  transition: 0.3s;
}

.contact_nav_ico a svg {
  display: block;
  margin-right: 11px;
}

.contact_nav_ico a:hover, .contact_nav_ico a.act {
  color: #732635;
  text-decoration: underline;
}

.contact_nav_ico a:hover path, .contact_nav_ico a.act path {
  fill: #732635;
}

.contact_nav_ico > a + a {
  margin-left: 27px;
}

.contact_nav_office {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #732635;
  transition: 0.3s;
}

.contact_nav_office:hover {
  color: var(--c2);
  text-decoration: underline;
}

.contact_nav_office:focus {
  color: #732635;
  text-decoration: underline;
}

.contact_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #DFE0E3;
  margin-top: 17px;
}

.contact_list > li {
  display: flex;
  justify-content: space-between;
  padding-top: 31px;
  padding-bottom: 34px;
  border-top: 1px solid #DFE0E3;
  align-items: flex-start;
}

.contact_list_slider {
  width: 184px;
  min-width: 184px;
}

.contact_list_slider .slick-slide * {
  display: block !important;
}

.cls_img {
  display: block !important;
}

.cls_img img {
  display: block;
  width: 100%;
}

.contact_list_time {
  width: 304px;
  min-width: 304px;
}

.contact_list_content {
  width: 100%;
  padding-right: 24px;
  box-sizing: border-box;
}

.clc_city {
  font-size: 16px;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  line-height: 120%;
}

.clc_text {
  font-size: 14px;
  line-height: 20px;
  color: #404355;
  margin-top: 21px;
}

.clc_text a {
  display: block;
  color: #732635;
  text-decoration: none;
}

.clc_phone {
  font-size: 14px;
  color: #404355;
  font-weight: bold;
  margin-top: 13px;
  line-height: 100%;
}

.clc_phone a {
  display: inline-block;
  text-decoration: none;
  color: #404355;
}

.clc_btn_map {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 14px;
  line-height: 120%;
  color: #732635;
  margin-top: 18px;
}

.clc_btn_map:hover {
  color: var(--c2);
  text-decoration: underline;
}

.clc_btn_map:focus {
  color: #732635;
}

.contact_list_slider .slick-prev {
  left: -20px;
}

.contact_list_slider .slick-next {
  right: -20px;
}

.contact_list_time {
  font-size: 14px;
  line-height: 20px;
  color: #5D6275;
  padding-top: 38px;
}

.cont_rekvizit {
  margin-top: 45px;
  background: #FFFFFF;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 28px 20px 23px 24px;
}

.cont_rekvizit_title {
  font-size: 16px;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  line-height: 120%;
}

.cont_rekvizit_title span {
  display: block;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  line-height: 120%;
  margin-top: 12px;
}

.cont_rekvizit_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 22px;
  position: relative;
  padding-top: 20px;
}

.cont_rekvizit_list:before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 1px;
  background: #5D6275;
  opacity: 0.2;
  left: 0;
  top: 0;
}

.cont_rekvizit_list > li {
  display: flex;
  font-size: 13px;
  color: #5D6275;
  line-height: 120%;
}

.cont_rekvizit_list > li span {
  display: block;
  min-width: 288px;
  width: 288px;
  padding-right: 30px;
  box-sizing: border-box;
}

.cont_rekvizit_list > li span + span {
  padding-right: 0;
  min-width: 20px;
  width: auto;
}

.cont_rekvizit_list > li + li {
  margin-top: 10px;
}

.cont_licent {
  position: relative;
  margin-top: 31px;
  padding-top: 27px;
  font-size: 14px;
  line-height: 120%;
  color: #5D6275;
}

.cont_licent a {
  text-decoration: none;
  color: #732635;
  transition: 0.3s;
}

.cont_licent a:hover {
  color: var(--c2);
  text-decoration: underline;
}

.cont_licent a:focus {
  color: #732635;
}

.cont_licent:before {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 1px;
  background: #5D6275;
  opacity: 0.2;
  left: 0;
  top: 0;
}

.contact_map {
  margin-top: 32px;
}

.contact_map .bs_map_main {
  height: 440px;
  margin-top: 0;
}

.contact_map + .contact_list {
  margin-top: 41px !important;
}

.certificate {
  margin-top: 26px;
  max-width: 696px;
}

.certificate_content p {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5D6275;
}

.certificate_content h3 {
  display: block;
  margin: 0;
  font-size: 14px;
  line-height: 120%;
  color: #2D2D2D;
  font-weight: bold;
}

.certificate_content p + p {
  margin-top: 18px;
}

.certificate_content p + h3 {
  margin-top: 25px;
}

.certificate_content ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 14px;
}

.certificate_content ul > li {
  display: block;
  position: relative;
  font-size: 14px;
  color: #5D6275;
  line-height: 120%;
  padding-left: 12px;
}

.certificate_content ul > li:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 3px;
  background: #CB3C45;
  left: 0;
  top: 5px;
  border-radius: 50%;
}

.certificate_content ul > li + li {
  margin-top: 9px;
}

.cert_form {
  border: 1px solid #CFD0D6;
  border-radius: 4px;
  margin-top: 36px;
  padding: 23px 23px 40px 31px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cert_form_card img {
  display: block;
}

.cert_form_content {
  width: 240px;
}

.cert_title {
  font-size: 16px;
  line-height: 24px;
  color: #404355;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
}

.cert_form .jq-selectbox {
  margin-top: 17px;
}

.cert_form_nav {
  margin-top: 8px;
}

.cert_form .btn_main {
  width: 100%;
  justify-content: space-between;
}

.cert_form .btn_main img {
  margin-left: 0;
}

.cert_form .bs_oneclick {
  margin-top: 19px;
  color: #404355;
}

.cert_form .bs_oneclick:hover {
  color: #732635;
}

.faq {
  margin-top: 23px;
  max-width: 696px;
}

.faq_anons {
  font-size: 16px;
  line-height: 24px;
  color: #5D6275;
  max-width: 593px;
}

.faq_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 24px;
}

.faq_list > li {
  display: block;
  background: #F6F6F6;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 27px 25px 28px 25px;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0);
  transition: 0.3s;
}

.faq_list > li:hover {
  border-color: #CFD0D6;
  cursor: default;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
}

.faq_list > li + li {
  margin-top: 9px;
}

.faq_l_title {
  font-size: 16px;
  line-height: 120%;
  color: #2D2D2D;
  font-weight: bold;
}

.fl_text {
  font-size: 14px;
  line-height: 20px;
  color: #5D6275;
  margin-top: 17px;
}

.fl_text_all {
  display: none;
}

.fl_btn_all {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #732635;
  line-height: 18px;
  margin-top: 15px;
  position: relative;
  padding-right: 19px;
  transition: 0.3s;
}

.fl_btn_all:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 12px;
  right: 0;
  top: 2px;
  background: url("/local/templates/view/css/../img/tovar_cat_sidebar_view_all.svg") no-repeat left top;
  opacity: 0;
  transition: 0.3s;
}

.fl_btn_all:hover {
  color: var(--c2);
}

.fl_btn_all:focus {
  color: #732635;
}

.fl_text_open .fl_btn_all:before {
  opacity: 1;
  transform: scale(1, -1);
}

.fl_text_open {
  background: #FFF !important;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2) !important;
  border-color: #CFD0D6 !important;
}

.account_bonus_content .abs_plashka_mobile {
  display: flex;
  margin-top: 35px;
  flex-wrap: wrap;
}

.account_bonus_content .abs_plashka_mobile > li + li + li {
  margin-top: 32px;
}

.bonus_head {
  position: relative;
}

.bonus_head .isl_plashka {
  left: 0;
  top: auto;
  bottom: -8px;
  border-radius: 0;
  height: 32px;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 12px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.bonus_head img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.bonus_for {
  margin-top: 30px;
}

.bonus_for_title {
  font-size: 24px;
  line-height: 120%;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}

.bonus_for_list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -32px;
  border-top: 1px solid #DFE0E3;
  border-bottom: 1px solid #DFE0E3;
  position: relative;
  margin-top: 23px;
}

.bonus_for_list:before, .bonus_for_list:after {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 1px;
  background: #FFF;
  left: 0;
}

.bonus_for_list:before {
  top: -1px;
}

.bonus_for_list:after {
  bottom: -1px;
}

.bonus_for_list > li {
  width: 50%;
  display: flex;
  padding-left: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-sizing: border-box;
}

.bfl_ico {
  padding-right: 17px;
}

.bfl_ico img {
  display: block;
}

.bfl_info {
  font-size: 14px;
  line-height: 20px;
  color: #404355;
  font-weight: bold;
}

.bonus_for_text {
  font-size: 14px;
  line-height: 20px;
  color: #5D6275;
  margin-top: 19px;
}

.bonus_for_text p {
  display: block;
  margin: 0;
}

.bonus_for_text p + p {
  margin-top: 23px;
}

.bonus_what {
  margin-top: 32px;
}

.bonus_what_title {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #2D2D2D;
}

.bonus_what_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 19px;
  border-top: 1px solid #DFE0E3;
  border-bottom: 1px solid #DFE0E3;
  padding-top: 23px;
  padding-bottom: 24px;
}

.bonus_what_list > li {
  display: flex;
  position: relative;
}

.bonus_what_list > li + li {
  margin-top: 19px;
  padding-top: 14px;
}

.bonus_what_list > li + li:before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 1px;
  background: #DFE0E3;
  left: 0;
  top: 0;
}

.bwl_ico img {
  display: block;
}

.bwl_ico {
  min-width: 58px;
  width: 58px;
}

.bwl_content {
  font-size: 14px;
  line-height: 20px;
  color: #5D6275;
}

.bwl_content span {
  font-weight: bold;
  color: #404355;
}

.bonus_preim {
  margin-top: 28px;
}

.bonus_preim_title {
  font-size: 14px;
  line-height: 120%;
  color: #2D2D2D;
  font-weight: bold;
}

.bonus_preim_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 15px;
}

.bonus_preim_list > li {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #5D6275;
}

.bonus_preim_list > li:before {
  content: "•";
  color: #CB3C45;
  display: inline-block;
  padding-right: 9px;
}

.about {
  margin-top: 30px;
  padding-bottom: 62px;
  max-width: 696px;
}

.about .bonus_what_list {
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}

.bfl_info span {
  font-weight: normal;
}

.about_video_main {
  margin-top: 27px;
}

.about_video_title {
  font-size: 16px;
  line-height: 120%;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}

.about_video {
  margin-top: 18px;
  position: relative;
}

.about_video_play {
  width: 80px;
  height: 80px;
  position: absolute;
  background: url("/local/templates/view/css/../img/video_play.svg") no-repeat left top;
  z-index: 20;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  transition: 0.2s;
}

.about_video_play:hover {
  transform: scale(1.1);
}

.about_video img {
  display: block;
  width: 100%;
}

.about .bonus_what_list {
  margin-top: 0;
}

.about .bonus_what {
  margin-top: 26px;
}

.news_list_img {
  position: relative;
  width: 225px;
  min-width: 225px;
}

.news_list_img img {
  display: block;
  width: 100%;
  border-radius: 4px;
}

.news_list_img .isl_plashka {
  left: 0;
  top: auto;
  bottom: -8px;
  border-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.news {
  padding-bottom: 56px;
}

.news_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 33px;
}

.news_list > li {
  display: block;
}

.news_list > li + li {
  margin-top: 39px;
}

.news_list > li a {
  display: flex;
  text-decoration: none;
  align-items: center;
}

.news_list_conetnt {
  margin-left: 15px;
}

.news_list_name {
  font-size: 14px;
  line-height: 20px;
  color: #2D2D2D;
  transition: 0.3s;
}

.news_list > li a:hover .news_list_name {
  color: var(--c2);
}

.news_list_data {
  position: relative;
  font-size: 12px;
  line-height: 120%;
  color: #5D6275;
  margin-top: 12px;
  padding-top: 14px;
}

.news_list_data:before {
  content: "";
  display: block;
  position: absolute;
  width: 45px;
  height: 1px;
  background: #DFE0E3;
  left: 0;
  top: 0;
}

.article_content {
  margin-top: 28px;
}

.article_content_data {
  font-size: 12px;
  line-height: 120%;
  color: #5D6275;
}

.article_content_text {
  font-size: 14px;
  line-height: 20px;
  color: #404355;
  margin-top: 17px;
}

.article_content_info {
  font-size: 14px;
  line-height: 120%;
  color: #2D2D2D;
  font-weight: bold;
  margin-top: 21px;
}

.tovar_article_title {
  font-size: 24px;
  line-height: 120%;
  color: #2D2D2D;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
}

.new_article {
  padding-bottom: 0 !important;
}

.tovar_article {
  margin-top: 30px;
  padding-bottom: 63px;
}

.tovar_article .back_zakaz {
  margin-top: 22px;
}

.delivery_head_info {
  font-size: 16px;
  line-height: 20px;
  color: #2D2D2D;
  padding-bottom: 21px;
  font-weight: bold;
  margin-top: -4px;
}

.delivery_content {
  margin-top: 24px;
}

.delivery_content h3 {
  font-size: 14px;
  line-height: 120%;
  color: #2D2D2D;
  font-weight: bold;
}

.delivery_content p, .delivery_content ul, .delivery_content ol {
  color: #5D6275;
  font-size: 14px;
  line-height: 20px;
}

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

.delivery_content ul > li:before {
  content: "•";
  display: inline-block;
  margin-right: 7px;
  color: #CB3C45;
  position: relative;
  top: 1px;
}

.delivery_content ul > li + li, .delivery_content ol > li + li {
  margin-top: 4px;
}

.delivery_content ol {
  padding-left: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.delivery_content ol > li:before {
  content: "—";
  display: inline-block;
  margin-right: 4px;
  color: #5D6275;
}

.content_sidebar .abs_plashka {
  display: none;
  margin-top: 8px;
}

.delivery_select {
  display: none !important;
  max-width: 288px;
}

.delivery_sidebar_city {
  margin-top: 9px;
  background: #F6F6F6;
  border-radius: 4px;
  padding: 27px 20px 29px 24px;
}

.dsc_title {
  font-size: 13px;
  font-weight: bold;
  line-height: 120%;
  color: #2D2D2D;
}

.dsc_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}

.dsc_list > li {
  display: block;
}

.dsc_list > li + li {
  margin-top: 25px;
}

.dsc_list > li a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  line-height: 120%;
  color: #404355;
  transition: 0.3s;
}

.dsc_list > li a:hover, .dsc_list > li a.act {
  color: #732635;
}

.delivery_city {
  max-width: 697px;
}

.delivery_content h2 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
  color: #2D2D2D;
  margin: 0;
}

.bs_map_main .contact_map {
  height: 320px;
}

.delivery_content p a {
  text-decoration: none;
  color: #732635;
}

.delivery_content p a:hover {
  color: var(--c2);
  text-decoration: underline;
}

.delivery_content p a:focus {
  color: #732635;
  text-decoration: underline;
}

.delivery_city_head_back {
  border-bottom: 1px solid #DFE0E3;
  padding-bottom: 18px;
  margin-top: 28px;
}

.delivery_city_head_back .back_zakaz {
  margin-top: 0;
}

.delivery_content .bs_map_main {
  margin-top: 22px;
}

.delivery_city {
  padding-bottom: 60px;
}

.bonus_head + p {
  margin-top: 24px;
}

.pu_oplata_list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 26px;
}

.pu_oplata_list > li {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.pu_oplata_list > li + li {
  margin-top: 24px;
}

.pu_ol_ico {
  min-width: 41px;
}

.pu_ol_ico svg {
  display: block;
}

.pu_ol_text {
  font-size: 16px;
  line-height: 120%;
  color: #5D6275;
  transition: 0.3s;
}

.pu_oplata_list > li:hover .pu_ol_text {
  color: #2D2D2D;
}

.pu_oplata_list > li:hover .pu_ol_svg_fill path {
  fill: #2D2D2D;
}

.pu_oplata_list > li:hover .pu_ol_svg_stroke path {
  stroke: #2D2D2D;
}

.pu_oplata_list > li:hover .pu_ol_svg_fill_stroke path {
  fill: #2D2D2D;
  stroke: #2D2D2D;
}

.pu_ol_act .pu_ol_text {
  color: #732635 !important;
}

.pu_ol_act .pu_ol_svg_fill path {
  fill: #732635 !important;
}

.pu_ol_act .pu_ol_svg_stroke path {
  stroke: #732635 !important;
}

.pu_ol_act .pu_ol_svg_fill_stroke path {
  fill: #732635 !important;
  stroke: #732635 !important;
}

.pu_ol_act .pu_ol_text {
  color: #732635 !important;
}

.pu_oplata {
  max-width: 480px;
}

.hl_top {
  margin-top: 0;
  transition: 0.4s;
}

.body_scroll_act .hl_top {
  margin-top: -33px;
}

.aol_nav .btn_main {
  white-space: nowrap;
}

/*.chi_fixed_act {
    margin-left: 296px;
}

.chi_fixed {
    width: 296px !important;
    position: relative;
    z-index: 100;
}*/
.accessories_slider_btn_mobile {
  display: none;
  text-align: center;
}

.pu_cat_filtr {
  box-shadow: inset -4px -4px 8px rgba(64, 67, 85, 0.2);
}

.bsc_zakaz_act .bsc_zakaz_list {
  display: none;
}

.header_slider .slick-slide, .action_slider .slick-slide {
  transition: 0.2s;
}

.header_slider .slick-current + .slick-slide, .action_slider .slick-current + .slick-slide {
  margin-left: 5px;
}

.card_content .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  opacity: 0 !important;
  visibility: hidden !important;
}

.pu_oplata {
  max-width: 480px;
}

.pu_oplata_summa {
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  color: #2D2D2D;
  margin-top: -1px;
}

.pu_oplata_summa + .pu_city_content_title {
  font-size: 14px;
  margin-top: 15px;
}

.pu_politic {
  display: flex;
  margin-top: 16px;
  cursor: pointer;
  align-items: center;
}

.pu_politic span {
  display: block;
  font-size: 14px;
  line-height: 120%;
  color: #404355;
  padding-left: 16px;
}

.cat_content .index_sale_nav {
  position: relative;
}

.cat_content .index_sale_nav:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #FFF;
  left: 0;
  top: -1px;
}

.pu_oneclick {
  max-width: 656px;
}

.in_2 .in_3_inner {
  width: 50%;
}

.pu_oneclick_content {
  margin-top: 24px;
}

.pu_oneclick_content .bsc_zakaz {
  margin-top: 26px;
}

.pu_oneclick_nav {
  margin-top: 32px;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.pu_oneclick_nav .politic {
  margin-top: 6px;
  padding-right: 15px;
}

.pu_oneclick_content .bsc_zl_right {
  min-width: 200px;
}

.content_page {
  padding-bottom: 50px;
}

.content_page p {
  font-size: 14px;
  line-height: 20px;
  color: #5D6275;
}

.content_page p b {
  font-weight: bold;
}

.content_page p i {
  font-style: italic;
}

.content_page_two {
  display: flex;
  margin-left: -32px;
}

.cpt_inner {
  width: 50%;
  padding-left: 32px;
  box-sizing: border-box;
}

.cp_ul, .cp_ol {
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  line-height: 24px;
  color: #5D6275;
}

.cp_ol {
  counter-reset: num;
}

.cp_ol > li:before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 14px;
  font-weight: bold;
  color: #CB3C45;
  display: inline-block;
  margin-right: 4px;
}

.cp_ul > li {
  display: block;
  position: relative;
}

.cp_ul > li + li, .cp_ol > li + li {
  margin-top: 5px;
}

.cp_ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 9px;
  position: relative;
  width: 3px;
  height: 3px;
  margin-right: 9px;
  padding-left: 1px;
  background: #CB3C45;
  border-radius: 50%;
}

.cp_ol > li {
  display: block;
  position: relative;
}

.content_page h1, .content_page h2, .content_page h3, .content_page h4, .content_page h5, .content_page h6 {
  color: #2D2D2D;
}

.content_page h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}

.content_page h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
}

.content_page h3 {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
}

.content_page h4 {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}

.content_page h5 {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
}

.content_page h6 {
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
}

.cp_quote {
  margin-top: 25px;
  margin-bottom: 30px;
  margin-left: 104px;
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
  border-top: 1px solid #D9D9DD;
  border-bottom: 1px solid #D9D9DD;
  padding-top: 20px;
  padding-bottom: 16px;
}

.cp_quote_inner {
  border-left: 2px solid #CB3C45;
  padding-left: 22px;
}

.hlb_add .hlb_nav_ico + span {
  color: #2D2D2D;
  font-weight: bold;
}

.cp_message {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
  border-radius: 4px;
  padding: 26px 32px 27px 31px;
  max-width: 472px;
  box-sizing: border-box;
}

.cp_message + .cp_message {
  margin-top: 25px;
}

.cp_message_close {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("/local/templates/view/css/../img/content_plashka_close.svg") no-repeat center center;
  right: 32px;
  top: 32px;
  z-index: 20;
  transition: 0.1s;
}

.cp_message_close:hover {
  transform: scale(0.9);
}

.cp_message_title {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  color: #2D2D2D;
  line-height: 120%;
  padding-right: 22px;
}

.cp_message_text {
  font-size: 14px;
  line-height: 20px;
  color: #5D6275;
  margin-top: 23px;
}

.cp_message_line {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 0px 0px 4px 4px;
  box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
}

.cp_message_line_good {
  background: #27AE60;
}

.cp_message_line_warning {
  background: #FF8A00;
}

.cp_message_line_eror {
  background: #CB3C45;
}

.cp_tab {
  max-width: 904px;
  margin-top: 41px;
}

.cp_tab .scroll_style_line {
  margin-top: 0;
}

.cp_tab_inner {
  padding-top: 20px;
}

.cp_spoiler_other {
  display: none;
  overflow: hidden;
}

.cp_spoiler_act .cp_spoiler_other {
  display: block;
}

.cp_spoiler_btn {
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  font-size: 14px;
  line-height: 120%;
  color: #732635;
  padding-right: 21px;
  padding-right: 21px;
  margin-top: 16px;
  text-decoration: none;
  transition: 0.3s;
}

.cp_spoiler_btn:hover {
  color: var(--c2);
}

.cp_spoiler_btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 12px;
  background: url("/local/templates/view/css/../img/tovar_cat_sidebar_view_all.svg") no-repeat left top;
  right: 0;
  top: 1px;
  transition: .3s;
}

.cp_spoiler_btn_open:before {
  transform: scale(1, -1);
}

.type_check {
  margin-top: 60px;
}

.type_check_list .check + .check {
  margin-top: 8px;
}

.cp_tab .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  visibility: hidden !important;
  opacity: 0 !important;
}

.content_table .aol_tt_name {
  margin-left: 0;
}

.content_table .aol_tt_name {
  max-width: 100%;
}

.content_table {
  margin-top: 25px;
}

.content_table table {
  border: 1px solid #DADBDF;
  overflow: hidden;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
}

.content_table tr th {
  font-size: 12px;
  line-height: 16px;
  height: 40px;
  font-weight: normal;
  text-align: left;
  padding-left: 15px;
  color: #5D6275;
  background: #F1F1F3;
}

.content_table tr th + th, .content_table tr td + td {
  width: 190px;
}

.content_table tr th + th + th + th, .content_table tr td + td + td + td {
  width: 150px;
}

.content_table tr + tr td {
  border-top: 1px solid #DFE0E3;
}

.content_table tr td {
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #404355;
  padding-top: 19px;
  padding-bottom: 19px;
}

@media screen and (max-width: 1314px) {
  .wmain {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .index_inner, .header_slider {
    width: auto;
  }
  .index_content .wmain {
    display: block;
    overflow: hidden;
  }
  .index_sidebar {
    float: left;
  }
  .index_inner {
    margin-left: 312px;
  }
  .content_inner {
    display: block;
    clear: both;
  }
  .content_inner_right {
    width: auto;
    margin-left: 240px;
  }
  .content_sidebar {
    width: 200px;
    float: left;
  }
}

@media screen and (max-width: 1280px) {
  .is_nav_list > li > ul {
    width: 810px;
    right: -810px;
  }
}

@media screen and (max-width: 1260px) {
  .hew_line_list li a {
    display: block;
    text-decoration: none;
  }
  .pag_num > li + li + li + li + li {
    display: none;
  }
  .pag_num > li + li + li + li + li + li + li + li + li + li {
    display: block;
  }
  .pag_num > li + li + li + li + li {
    display: none;
  }
  .pag_num > li + li + li + li + li + li + li + li + li + li {
    display: block;
  }
  .basket_table_title {
    display: none;
  }
  .basket_table_content {
    margin-top: 0;
  }
  .bt_cell {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bl_title {
    margin-left: 104px;
  }
  .bl_result .bl_title {
    margin-left: 0;
  }
  .hew_line_list .slick-prev {
    left: -20px;
  }
  .hew_line_list .slick-next {
    right: -20px;
  }
}

@media screen and (max-width: 1240px) {
  .hs_bg {
    /*padding-left: 90px;*/
  }
  .hs_inner {
    overflow: hidden;
    border-radius: 6px;
  }
}

@media screen and (max-width: 1220px) {
  .contact_nav_pynkt {
    display: none;
  }
  .index_sale_list > li {
    width: 50%;
  }
  .hlb_search_list_inner {
    max-height: 260px;
  }
  .hl_city {
    min-width: 170px;
    width: 170px;
    overflow: hidden;
  }
  .hl_nav > li + li {
    margin-left: 10px;
    padding-left: 10px;
  }
  .hl_user_nav {
    margin-left: 26px;
  }
  .ia_list > li {
    /*width: 50%;*/
  }
  .ia_list > li + li + li {
    margin-top: 33px;
  }
  .ia_list {
    flex-wrap: wrap;
  }
  .cat_list_price .cat_list_basket {
    display: block;
    padding-top: 0;
    margin-top: 14px;
  }
  .cat_list_price {
    display: none;
    width: 135px;
    min-width: 135px;
  }
  .cat_list_code {
    display: none;
  }
  .cat_list_code {
    display: block;
    width: auto;
    min-width: 10px;
    margin-top: 14px;
  }
  .cat_list_bottom .cat_list_code {
    display: none;
  }
  .cat_list_bonus {
    margin-top: 11px;
  }
  .cat_list_presence {
    margin-top: 13px;
  }
  .cat_list_img {
    margin-right: 10px;
  }
  .content_table tr th + th, .content_table tr td + td, .content_table tr th + th + th + th, .content_table tr td + td + td + td {
    width: 110px;
  }
}

@media screen and (max-width: 1180px) {
  .chi_l_inner > li {
    display: block;
  }
  .chi_l_inner > li span {
    min-width: 10px;
    display: block;
  }
  .chi_l_inner > li + li {
    margin-top: 13px;
  }
  .chi_l_inner > li span + span {
    margin-top: 6px;
  }
  .chi_gift_info {
    font-size: 14px;
    line-height: 20px;
  }
  .chi_block {
    min-width: 208px;
  }
  .chi_block + .chi_block {
    min-width: 288px;
  }
  .card_head_info {
    min-width: 560px;
  }
  .page_404 {
    padding-left: 0;
    padding-right: 0;
  }
  .page_404 {
    padding-bottom: 36px;
    padding-top: 10px;
  }
  .in_3_inner {
    width: 50% !important;
  }
  .cont_delivery {
    flex-wrap: wrap;
  }
  .cont_delivery .in_3_inner + .in_3_inner + .in_3_inner {
    margin-top: 16px;
  }
  .bsc_zl_right {
    min-width: 200px;
  }
  .aol_tt_head > li + li, .aol_tt_text {
    width: 97px;
    min-width: 97px;
  }
  .aol_tt_head > li + li + li, .aol_tt_text + .aol_tt_text {
    width: 86px;
    min-width: 86px;
  }
  .aol_tt_head > li + li + li + li, .aol_tt_text + .aol_tt_text + .aol_tt_text {
    width: 72px;
    min-width: 72px;
  }
  .aol_tt_result_list > li {
    width: 260px;
  }
  .aol_tt_result_list > li span + span {
    text-align: right;
  }
  /*121212*/
  .card_head_slider, .card_head_info {
    min-width: 50%;
  }
  .chi_block {
    width: 43%;
    min-width: 43%;
  }
  .chi_block + .chi_block {
    width: 57%;
    min-width: 57%;
  }
  .card_content {
    width: 74.666667%;
  }
  /*23233*/
}

@media screen and (max-width: 1160px) {
  .is_nav_list > li > ul > li > ul > li {
    width: 50%;
  }
  .is_nav_list > li > ul > li > ul {
    flex-wrap: wrap;
  }
  .is_nav_list > li > ul > li > ul > li + li + li {
    margin-top: 16px;
  }
  .is_nav_list > li > ul {
    width: 680px;
    right: -680px;
  }
  .catalog_list > li {
    width: 33.33333333%;
  }
  .account_bonus {
    display: block;
  }
  .account_bonus_sidebar {
    width: auto;
    margin-left: 0;
    margin-top: 32px;
  }
  .abs_plashka {
    display: block;
  }
  .abs_plashka_mobile {
    display: flex;
  }
  .contact_list_time {
    width: 184px;
    min-width: 184px;
  }
  .bonus .account_bonus_sidebar {
    display: none;
  }
  .content_sidebar .abs_plashka {
    display: block;
  }
  .hs_title {
    font-size: 24px;
    line-height: 32px;
    max-width: 270px;
  }
  .hs_title br {
    display: none;
  }
  .hs_bg {
    /*padding-left: 110px;*/
  }
}

@media screen and (max-width: 1080px) {
  .aol_nav .btn_main {
    padding-left: 14px;
    padding-right: 14px;
    width: 100%;
  }
  .slick-active + .slick-active + .slick-slide .cs_slide_head {
    border-color: transparent;
  }
  .compare {
    padding-bottom: 44px;
  }
  .cert_form {
    padding: 23px;
  }
  .certificate {
    max-width: 100%;
  }
}

@media screen and (max-width: 1020px) {
	.abs_plashka {
		display: none;
	}
	
  .two-columns .chs_big_main {
    margin-left: 0 !important;
  }
  .chs_th .slick-next {
    margin-right: 0;
  }
  .chs_big {
    margin-left: 0;
  }
  .chs_big_main {
    margin-left: 0;
  }
  .chs_th .slick-prev {
    left: 0;
    margin-left: 0;
  }
  .chs_th .slick-next {
    left: auto;
    right: 0;
  }
  .chs_th_img {
    margin: 0 auto;
  }
  .chs_th .slick-prev, .chs_th .slick-next {
    bottom: auto;
    top: 50%;
    margin-top: -20px;
    transform: rotate(0);
  }
  .chs_th {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: auto;
    height: auto;
    padding: 0;
    padding-left: 52px;
    padding-right: 52px;
    margin-top: 15px;
  }
  .pu_cat_nav {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
  }
  .pu_cat_nav .btn_main {
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    color: #FFF;
    line-height: 40px;
    padding: 0 24px;
    background: #D82C37;
    min-height: 40px;
  }
  .cf_clear {
    margin-bottom: 16px;
    padding: 0 16px;
  }
  .hl_top_info {
    height: 32px;
    width: 100%;
    justify-content: space-between;
  }
  .hl_city, .hl_user_login, .hl_nav, .hl_btn_cat, .hl_top_info .pu_quest {
    display: none;
  }
  .btn_basket_mobile {
    display: block;
    order: -1;
  }
  .logo {
    width: 132px;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
    order: -1;
    min-width: 20px;
    overflow: hidden;
  }
  .hlb_search {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    top: 66px;
    background: #FFF;
    box-shadow: 0 2px 4px rgba(64, 67, 85, 0.2);
    z-index: 200;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    padding-bottom: 24px;
    padding-top: 12px;
    display: none;
  }
  .hlb_nav {
    display: none;
  }
  .hl_nav_mobile {
    display: flex;
    align-items: center;
  }
  body .hew_line_list .slick-disabled {
    display: block !important;
  }
  .hew_line_list .slick-prev {
    left: -8px;
  }
  .hew_line_list .slick-next {
    right: -8px;
  }
  .delivery_select {
    display: block !important;
  }
  .delivery_head_info {
    margin-top: 21px;
  }
  .news_list {
    margin-top: 22px;
  }
  .contact_nav_pynkt {
    display: flex;
    white-space: normal;
    text-align: left;
    justify-content: flex-start;
  }
  .pesonal {
    margin-top: 16px;
  }
  .cat_content_top .cat_list {
    margin-top: 15px;
  }
  .nav_rgba {
    display: none !important;
  }
  .cl_img {
    height: 160px;
  }
  .cl_img img {
    max-height: 120px;
  }
  .hl_top:before, .hl_bottom:before {
    display: none !important;
  }
  .hl_top, .hl_bottom {
    overflow: visible !important;
  }
  .isl_inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .isl_nav a + a {
    margin-left: 0;
  }
  .hl_city {
    width: auto;
    min-width: 10px;
  }
  .hl_top .wmain {
    justify-content: space-between;
  }
  .hl_user_nav {
    margin-left: 32px;
  }
  .plr {
    padding: 0 16px;
  }
  .hlb_search_list {
    padding-left: 23px;
  }
  .hlb_search_list > li a {
    font-size: 14px;
  }
  .hlb_search_list > li a span + span {
    font-size: 12px;
    padding-left: 10px;
  }
  .hlb_search_open .container_main {
    padding-top: 175px;
  }
  .hlb_search_list_main {
    padding-top: 58px;
    width: auto;
    left: 8px;
    right: 8px;
    top: 3px;
    padding-left: 9px;
    padding-right: 6px;
    box-sizing: border-box;
  }
  .hlb_nav {
    padding: 0;
  }
  .hlb_nav_ico span {
    display: inline-block !important;
  }
  .hlb_nav a + a {
    margin-left: 25px;
  }
  .hl_bottom .wmain {
    justify-content: space-between;
  }
  .btn_search_mobile {
    margin-left: 24px;
  }
  .index_content .wmain {
    display: flex;
    flex-wrap: wrap;
  }
  .index_sidebar {
    float: none;
    width: 100%;
    min-width: 10px;
    margin-top: 32px;
    padding-right: 0;
    padding-bottom: 0;
    order: 2;
  }
  .index_inner {
    margin-left: 0;
    width: 100%;
  }
  .header_slider .slick-prev, .action_slider .slick-prev {
    left: -8px;
  }
  .header_slider .slick-next, .action_slider .slick-next {
    right: -8px;
  }
  .index_sidebar .is_nav {
    display: none;
  }
  .is_garant {
    margin-top: 0;
  }
  .index_inner .seo {
    padding-bottom: 0;
    display: none;
  }
  .index_seo_mobile {
    display: block;
  }
  .is_garant {
    display: flex;
  }
  .is_garant_head, .is_garant_content {
    width: 50%;
    height: 128px;
    box-sizing: border-box;
  }
  .is_garant_content {
    display: flex;
    padding: 0;
    padding-left: 31px;
    padding-right: 20px;
    background: #FFFFFF;
    box-shadow: 2px 2px 4px rgba(64, 67, 85, 0);
    border-radius: 4px;
    align-items: center;
  }
  .is_garant {
    box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
  }
  .is_new_list {
    display: flex;
    flex-wrap: wrap;
  }
  .is_new_list > li {
    width: 33.33333333333%;
  }
  .is_new_list > li + li {
    margin-top: 0;
  }
  .is_new_list > li + li + li + li {
    display: none;
  }
  .is_nl_all_main {
    text-align: right;
  }
  .index_sale_list > li {
    width: 33.333333333333336%;
  }
  .ia_list > li {
   /* width: 33.3333333333333%;*/
  }
  .ia_list > li + li + li {
    margin-top: 0;
  }
  .hl_bottom .wmain {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    height: 72px;
  }
  .hs_content {
    padding-left: 64px;
    padding-right: 32px;
  }
  .hs_title {
    font-size: 24px;
    line-height: 32px;
    max-width: 260px;
  }
  .hs_title br {
    display: none;
  }
  .content_inner {
    display: block;
  }
  .content_sidebar {
    display: none;
  }
  .content_inner_right {
    width: auto;
    padding-left: 0;
  }
  .hew_line_two {
    margin-top: 0;
  }
  .catalog_list_inner {
    padding-bottom: 0;
  }
  .hew_line_list_slide .slick-next {
    right: -8px;
  }
  .hew_line_list_slide .slick-prev {
    left: -8px !important;
    display: flex !important;
  }
  .content_inner_right {
    margin-left: 0;
  }
  .cat_list_bottom .isl_nav a + a {
    margin-left: 24px;
  }
  .cch_btn_mobile_filtr {
    display: flex;
    width: 160px;
    height: 40px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #CFD0D6;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
    color: #404355;
    font-weight: 800;
    justify-content: center;
    align-items: center;
  }
  .cch_btn_mobile_filtr img {
    display: block;
  }
  .cch_btn_mobile_filtr img + img {
    display: none;
  }
  .cch_btn_mobile_filtr_open img {
    display: none;
  }
  .cch_btn_mobile_filtr_open img + img {
    display: block;
  }
  .cat_content_head {
    justify-content: center;
  }
  .cat_content_head .btn_sec {
    color: #404355;
    border-color: #CFD0D6;
  }
  .pag_num > li + li + li + li + li {
    display: block;
  }
  .pag_num > li + li + li + li + li + li + li + li {
    display: none;
  }
  .pag_num > li + li + li + li + li + li + li + li + li + li {
    display: block;
  }
  .basket_sidebar {
    width: auto;
    min-width: 10px;
    margin-left: 0;
    margin-top: 22px;
  }
  .basket {
    display: block;
  }
  .compare_slider .slick-prev {
    left: 0;
  }
  .compare_slider .slick-next {
    right: 0;
  }
  .contact_list_slider .slick-prev {
    left: 8px;
  }
  .contact_list_slider .slick-next {
    right: 8px;
  }
  .contact_list_slider .slick-prev, .contact_list_slider .slick-next {
    top: auto;
    margin-top: 0;
    bottom: 8px;
  }
  .contact_nav {
    margin-top: 21px;
  }
  .about {
    margin-top: 20px;
  }
  .delivery_city_head_back + .delivery_select {
    margin-top: 22px;
  }
}

@media screen and (max-width: 960px) {
  .chi_block + .chi_block {
    width: 225px;
    min-width: 225px;
  }
  .chi_plashka {
    padding: 16px;
  }
  .chi_plashka .bs_bonus {
    font-size: 12px;
    line-height: 16px;
  }
  .chi_plashka .bs_bonus b {
    font-size: 12px;
    padding-bottom: 4px;
  }
  .chi_plashka_btn_basket {
    margin-top: 17px;
  }
  .chi_plashka_nav_inner a {
    justify-content: center;
    flex-wrap: wrap;
  }
  .chi_block {
    max-width: 188px;
  }
  .chi_plashka_nav_inner {
    padding-left: 9px;
  }
  .chi_plashka_nav {
    margin: 16px 0;
  }
  .hl_top_right {
    width: 100%;
  }
  .hl_nav_mobile {
    display: flex;
    align-items: center;
  }
  .hlb_search_btn {
    height: 40px;
    top: 12px;
    right: 21px;
  }
  .hlb_search_btn svg g {
    opacity: 1;
  }
  .hlb_search_btn svg {
    width: 24px;
    height: 24px;
  }
  .hl_nav {
    display: none;
  }
}

@media screen and (max-width: 920px) {
  .bl_result {
    margin-top: 0;
  }
}

@media screen and (max-width: 880px) {
  .cs_slide {
    width: 303px;
  }
  .compare_content {
    padding-left: 0;
    padding-right: 0;
  }
  .compare_content .crumbs, .compare_content .compare_head {
    padding-left: 16px;
    padding-right: 16px;
  }
  .cs_slide_head, .cs_slide_line {
    padding-left: 16px;
  }
}

@media screen and (max-width: 860px) {
  .about {
    max-width: 100%;
  }
  .card_head_info {
    min-width: 10px;
  }
  .card_head_slider {
    max-width: 333px;
  }
  .chs_th_img {
    width: 48px;
    height: 48px;
    padding-left: 3px;
    padding-right: 3px;
  }
  .chs_th_img img {
    max-height: 44px;
  }
  .card_content {
    padding-right: 0;
    width: auto;
  }
  .chs_big_img {
    height: 288px;
  }
  .chs_big_img img {
    max-height: 270px;
  }
  .pu_quest_inner:before {
    left: auto;
    right: 20px;
  }
  .pu_quest_inner {
    left: auto;
    right: -25px;
  }
  /*32423423*/
  .card_head_slider {
    max-width: 60px;
    width: 40%;
    min-width: 40%;
  }
  .card_head_info {
    width: 60%;
    min-width: 60%;
    margin-left: 0;
  }
  .chi_block {
    width: 45%;
    min-width: 45%;
  }
  .chi_block + .chi_block {
    width: 55%;
    min-width: 55%;
  }
  /*23445646*/
}

@media screen and (max-width: 820px) {
  .delivery_content ol {
    padding-left: 20px;
  }
  .about {
    padding-bottom: 0;
  }
  .content_inner {
    padding-bottom: 32px;
  }
  .pesonal {
    padding-bottom: 32px;
  }
  .p_404_info br {
    display: none;
  }
  .ch_radio label {
    margin-left: 18px;
  }
  .ch_radio {
    padding-right: 20px;
  }
  .contact_nav_pynkt {
    width: 101px;
  }
  .faq {
    max-width: 100%;
  }
  .faq {
    margin-top: 18px;
  }
  .faq_list {
    margin-top: 18px;
  }
  .news {
    padding-bottom: 0;
  }
  .tovar_article {
    padding-bottom: 0;
  }
  .account_bonus {
    padding-bottom: 0;
  }
  .delivery_city {
    padding-bottom: 0;
  }
  .content_table tr th + th, .content_table tr td + td, .content_table tr th + th + th + th, .content_table tr td + td + td + td {
    width: 90px;
  }
}

@media screen and (max-width: 760px) {
  .content_page_two {
    display: block;
    margin-left: 0;
  }
  .cpt_inner {
    width: auto;
    padding-left: 0;
  }
  .cpt_inner + .cpt_inner {
    margin-top: 25px;
  }
  .index_sale_list > li {
    width: 50%;
  }
  .index_sale_list .isl_info_l {
    display: block;
  }
  .ia_list > li {
    /*width: 50%;*/
  }
  .ia_list > li + li + li {
    margin-top: 18px;
  }
  .pag_num > li + li + li + li + li {
    display: none;
  }
  .cat_head_title {
    display: block;
  }
  .cat_head_title .cch_select {
    margin-top: 15px;
    padding-left: 0;
    margin-left: 0;
  }
  .cat_head_title .bt_ysl_add {
    margin-top: 14px;
  }
  .content_inner_right .cat_head_title {
    margin-top: -3px;
  }
  .card_head {
    display: block;
    margin-left: 0;
  }
  .card_head_slider {
    display: block;
    padding-left: 0;
    width: auto;
    max-width: 100%;
  }
  .card_head_info {
    width: auto;
    padding-left: 0;
    min-width: 20px;
    margin-top: 30px;
  }
  .chi_block {
    min-width: 20px;
    width: 100%;
    max-width: 100%;
  }
  .chi_block + .chi_block {
    min-width: 240px;
  }
  .card_head_info {
    margin-left: -30px;
  }
}

@media screen and (max-width: 740px) {
  .contact_nav_pynkt {
    display: none;
  }
  .compare_head {
    display: block;
  }
  .ch_radio label {
    margin-left: 0;
    margin-right: 18px;
  }
  .ch_radio {
    padding-right: 3px;
  }
  .ch_right {
    margin-top: 10px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 720px) {
  .aol_info > li span + span {
    display: block;
  }
  .aol_nav .btn_green {
    margin-top: 8px !important;
  }
  .catalog_list > li {
    width: 50%;
  }
  .cat_content_head {
    display: flex;
  }
  .cat_content_head_right {
    margin-top: 15px;
  }
  .aol_nav {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -16px;
  }
  .aol_nav > div {
    width: 50%;
    padding-left: 16px;
    box-sizing: border-box;
  }
  .aol_nav > div.btn-1-1 {
    width: 100%;
    order: 1;
  }
  .aol_nav > div > .btn_green {
    width: 100% !important;
    order: 4;
  }
  .aol_nav .btn_main + .btn_main {
    margin-left: 0;
    width: 49%;
  }
}

@media screen and (max-width: 700px) {
  .aol_nav .btn_main .btn_main span {
    display: none;
  }
  .is_new_list {
    display: block;
  }
  .is_new_list > li {
    width: auto;
  }
  .is_new_list > li + li {
    margin-top: 24px;
  }
}

@media screen and (max-width: 660px) {
  .fancybox-button--close {
    width: 50px !important;
    height: 50px !important;
    background-size: 18px !important;
  }
  .fancybox-buttons {
    right: 16px !important;
    top: 16px !important;
  }
  .nm_sity {
    display: flex;
    background: #f6f6f6 url("/local/templates/view/css/../img/nm_sity_shadow_planshet.png") repeat-y right top;
  }
  .hl_city {
    display: none;
  }
  .hl_top_info {
    width: 100%;
    justify-content: space-between;
  }
  .hl_top_right {
    display: block;
    width: 100%;
  }
  .hl_user_nav, .hl_time {
    margin-left: 0;
  }
  .f_list {
    display: block;
    padding-top: 9px;
  }
  .f_list > li {
    width: auto;
  }
  .f_list > li + li {
    border-top: 1px solid #D7D8DD;
  }
  .fl_title {
    padding: 16px 0;
    position: relative;
  }
  .f_list_slide .fl_title:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 12px;
    background: url("/local/templates/view/css/../img/hl_select_str.svg") no-repeat left top;
    right: 0;
    top: 50%;
    margin-top: -6px;
    transition: .3s;
  }
  .f_list_slide_open .fl_title:before {
    transform: scale(1, -1);
  }
  .f_phone {
    margin-top: 0;
  }
  .fl_href {
    margin-top: 0;
  }
  .fl_href > li:not(:first-child) {
    margin-top: 16px !important;
  }
  .f_list_slide .fl_content {
    padding-top: 4px;
    padding-bottom: 12px;
    display: none;
  }
  .f_bottom .wmain {
    display: block;
  }
  .f_copy span {
    display: block;
    margin-top: 12px;
  }
  .f_politic {
    display: inline-block;
    vertical-align: top;
    margin-top: 13px;
  }
  .aol_head {
    display: block;
    position: relative;
    padding-right: 102px;
  }
  .aol_head_dell {
    margin-left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .aol_head_l {
    display: block;
  }
  .aol_head_dell span {
    display: none;
  }
  .subscription {
    display: block;
  }
  .subscription_sidebar {
    margin-left: 0;
    width: auto;
    margin-top: 32px;
    min-width: 20px;
  }
  .cont_rekvizit_list > li {
    display: block;
  }
  .cont_rekvizit_list > li span {
    width: auto !important;
    min-width: 10px !important;
    font-weight: bold;
    display: block;
    color: #404355;
  }
  .cont_rekvizit_list > li span + span {
    font-weight: normal;
    margin-top: 3px;
  }
  .cont_rekvizit_list > li + li {
    margin-top: 13px;
  }
  .cont_rekvizit {
    margin-top: 23px;
  }
  .f_list {
    margin-left: 0;
  }
  .f_list > li {
    padding-left: 0;
  }
  .fl_content {
    margin-top: 3px;
  }
  .content_table {
    overflow: hidden;
    -ms-overflow-x: auto;
    overflow-x: auto;
  }
  .content_table table {
    min-width: 600px;
  }
}

@media screen and (max-width: 640px) {
  .f_rating_logo img {
    width: 115px;
  }
  .hs_bg {
    display: none;
  }
  .hs_bg_mobile {
    display: block;
  }
  .card_tab_nav {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch !important;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow: auto;
  }
  .card_ysl {
    margin-top: 11px;
  }
  .bt_ysl_add {
    white-space: nowrap;
  }
  .card_tab_delivery_list {
    display: block;
  }
  .card_tab_delivery_list > li {
    width: auto;
  }
  .card_tab_delivery_list > li + li {
    margin-top: 16px;
  }
  .ct_dl_title {
    padding-bottom: 13px;
  }
  .pu_quest_inner:before {
    right: auto;
    left: 20px;
  }
  .pu_quest_inner {
    right: auto;
    bottom: auto;
    z-index: 200;
    position: fixed;
    left: 0;
    top: 50%;
    width: 100%;
  }
  .pu_quest_inner:before {
    display: none;
  }
  .cert_form {
    display: block;
  }
  .cert_form_card {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cert_form_content {
    width: auto;
    margin-top: 15px;
  }
  .cert_form_card img {
    max-width: 100%;
  }
  .cert_form_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cert_form .bs_oneclick {
    white-space: nowrap;
    margin-top: 0;
    margin-left: 16px;
  }
}

@media screen and (max-width: 620px) {
  .cat_list_basket .btn_main img {
    display: block;
  }
  .cat_list_inner_mobile {
    display: block;
  }
  .cat_list_inner {
    display: block;
  }
  .cat_list_inner:before {
    display: none;
  }
  .cat_list_name {
    min-height: 10px;
  }
  .clim_head {
    display: flex;
    align-items: center;
  }
  .cat_list_img {
    width: 100%;
  }
  .clim_head .isl_info_l {
    width: 50%;
  }
  .cat_list_inner .isl_info_l {
    display: none;
  }
  .btn_one_click {
    margin-top: 15px;
  }
  .cat_list_code {
    display: none;
  }
  .cat_list_price .cat_list_basket {
    margin-top: 23px;
  }
  .cat_list_content {
    padding-bottom: 0;
  }
  .cat_list_content {
    width: 100%;
    padding-right: 0;
  }
  .cat_list_bonus {
    width: 124px;
  }
  .cat_list_presence {
    margin-top: 10px;
  }
  .cat_list_bottom {
    position: relative;
    margin-top: 11px;
  }
  .pag_num > li + li + li {
    display: none;
  }
  .bsc_zl_sum {
    width: 60px;
    min-width: 60px;
  }
  .bsc_zl_right {
    white-space: nowrap;
    min-width: 160px;
  }
  .abs_plashka_mobile {
    display: block;
    margin-left: 0;
  }
  .abs_plashka_mobile > li {
    width: auto;
    padding-left: 0;
  }
  .abs_plashka_mobile > li + li {
    margin-top: 9px;
  }
  .contact_nav {
    flex-wrap: wrap;
  }
  .contact_nav_group {
    width: 100%;
  }
  .contact_nav_group + .contact_nav_group {
    width: auto;
    margin-top: 21px;
  }
  .contact_list {
    margin-top: 19px;
  }
  .contact_nav_city {
    width: 100% !important;
    min-width: 10px !important;
    max-width: 100% !important;
  }
  .contact_nav {
    justify-content: center;
  }
  .contact_nav_office {
    margin-left: 20px;
  }
  .contact_list > li {
    display: block;
    padding-top: 16px;
    padding-bottom: 23px;
  }
  .contact_list_time {
    width: auto;
    min-width: 10px;
  }
  .contact_list_slider {
    width: auto;
    min-width: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 21px;
  }
  .contact_list_time {
    padding-top: 18px;
  }
  .clc_text {
    margin-top: 15px;
  }
  .contact_list_slider .slick-prev, .contact_list_slider .slick-next {
    bottom: auto;
    top: 50%;
    margin-top: -20px;
  }
  .contact_list_slider .slick-prev {
    left: -20px;
  }
  .contact_list_slider .slick-next {
    right: -20px;
  }
  .account_bonus_content .abs_plashka_mobile {
    display: block;
  }
  .account_bonus_content .abs_plashka_mobile > li + li + li {
    margin-top: 9px;
  }
  .cat_list_price .cat_list_basket {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .btn_one_click {
    white-space: nowrap;
    margin-top: 0;
    margin-right: 30px;
    -ms-order: -1;
    order: -1;
  }
}

@media screen and (max-width: 580px) {
  .cp_quote {
    margin-left: 0;
  }
  .cat_content .index_sale_nav {
    margin-left: -10px;
    padding-left: 0;
  }
  .index_sale_nav {
    margin-left: 0;
    padding-left: 5px;
  }
  .index_sale_nav > li {
    margin-bottom: 10px;
  }
  .index_sale_list {
    margin-top: 20px;
  }
  .header_slider {
    margin-left: 16px;
    margin-right: 16px;
  }
  .index_sale_list {
   /* display: block;*/
  }
  .isl_inner:before {
    display: none;
  }
  .index_sale_list li {
    /*display: block !important;
    width: 208px !important;
    margin-right: -1px;
    border: 1px solid #CFD0D6;
    box-sizing: border-box;*/
  }
  .isl_nav {
    display: none;
  }
  .isl_name {
    font-size: 14px;
    line-height: 20px;
    height: 61px;
    overflow: hidden;
  }
  .isl_info {
    margin-top: 12px;
  }
  .isl_basket {
    width: auto;
    display: flex;
    align-items: center;
  }
  .isl_basket i {
    display: block;
    font-style: normal;
  }
  .isl_info {
    display: block;
  }
  .isl_basket {
    margin-top: 8px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
    height: 32px;
  }
  .isl_basket_add {
    color: #FFF;
  }
  .index_sale_all {
    margin-top: 24px;
  }
  .index_sale_list .slick-prev, .index_sale_list .slick-next {
    top: auto;
    margin-top: 0;
    bottom: -64px;
  }
  .index_sale_list .slick-prev {
    left: 16px;
  }
  .index_sale_list .slick-next {
    right: 16px;
  }
  .index_content .wmain {
    padding-left: 0;
    padding-right: 0;
  }
  .index_about, .is_title, .index_sidebar {
    padding-left: 16px;
    padding-right: 16px;
  }
  .action_slider {
    margin-left: 16px;
    margin-right: 16px;
  }
  .index_sale_nav > li {
    margin-bottom: 0;
  }
  .index_sale_list {
    margin-top: 24px;
  }
  .index_sale_list .slick-list {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  .hl_user_login {
    margin-left: 0;
  }
  .content_inner_right .action_slider {
    margin-left: 0;
    margin-right: 0;
  }
  .cat_list_bottom .isl_nav {
    display: flex;
  }
  .in_3 {
    display: block;
    margin-left: 0;
  }
  .in_3_inner {
    width: 100%;
    padding-left: 0;
  }
  .in_3_inner + .in_3_inner {
    margin-top: 8px !important;
  }
  .cont_delivery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -6px;
  }
  .cont_delivery .in_3_inner {
    padding-left: 6px;
    width: 100% !important;
  }
  .cont_delivery .in_3_inner + .in_3_inner {
    width: 50% !important;
  }
  .cont_delivery .in_3_inner + .in_3_inner + .in_3_inner + .in_3_inner {
    width: 100% !important;
  }
  .card_tab_char > li span + span {
    min-width: 160px;
    width: 160px;
    display: block;
  }
  .in_3_inner {
    width: 100% !important;
  }
  .accessories .index_sale_nav {
    padding-left: 0;
    margin-left: -9px;
  }
  .slick-slide:last-child li {
    margin-right: 1px;
  }
}

@media screen and (max-width: 560px) {
  .isl_img {
    height: 90px;
  }
  .isl_img img {
    height: 90px;
  }
  .hs_content {
    padding-left: 50px;
  }
  .pu_city_list {
    display: block;
  }
  .pu_city_list > li {
    width: auto;
  }
  .pu_city_list > li + li, .pu_city_list > li span + span {
    margin-top: 15px;
  }
  .crumbs {
    display: flex;
    white-space: nowrap;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch !important;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow: auto;
  }
  .pu_cat_filtr .cat_content_head_right {
    display: block;
    margin-top: 0;
    padding: 15px 16px 30px 16px;
    box-shadow: inset -4px -4px 8px rgba(64, 67, 85, 0.2);
    padding-bottom: 25px;
  }
  .cch_check li {
    margin-left: 0;
  }
  .cch_check {
    display: block;
    margin-top: 15px;
  }
  .cch_check li + li {
    margin-top: 10px;
  }
  .bl_title, .bl_result .bl_title {
    margin-left: 0;
  }
  .basket_table_content .plus-minus {
    margin-top: 4px;
  }
  .bl_title {
    margin-top: 16px;
  }
  .bt_ysl {
    margin-left: 0;
  }
  .bt_ysl_btn_main {
    margin-left: 0;
  }
  .bsc_nav_two .bsc_nav {
    display: block;
  }
  .bsc_nav_right {
    display: flex;
    margin-left: -16px;
  }
  .bsc_nav_right .bsc_nav_right_block {
    display: block;
    width: 50%;
    padding-left: 16px;
    box-sizing: border-box;
  }
  .bsc_nav_right .btn_main {
    width: 100%;
  }
  .bsc_nav_two .bsc_nav_left {
    display: block;
  }
  .bsc_nav_two .bsc_nav_left .bsc_btn_back {
    display: none;
  }
  .bsc_nav_two .bsc_nav_left .bsc_btn_basket {
    width: 100% !important;
    margin: 0;
  }
  .bsc_nav_two .bsc_nav_right {
    margin-top: 16px;
  }
  .bsc_nav_two {
    margin-top: 25px !important;
  }
  .bsc_nav_two {
    display: block;
  }
  .content_inner_right .cat_head_title {
    margin-top: -12px;
  }
  .account_plashki_page .content_sidebar {
    display: none;
  }
  .account_plashki_page h1 {
    display: none;
  }
  .account_plashki_main {
    padding-bottom: 25px;
  }
  .app_title_mobile {
    display: block;
  }
  .account_plashki_page {
    margin-top: 4px;
  }
  .account_plashki_page .content_sidebar {
    margin-top: 20px;
  }
  .aol_satus {
    margin-bottom: 0;
    text-align: left;
    margin-top: 10px;
  }
}

@media screen and (max-width: 540px) {
  .content_table .aol_tt_tovar {
    padding-left: 16px;
    padding-right: 16px;
  }
  .content_table .aol_tt_text {
    margin-left: 16px;
  }
  .is_garant {
    display: block;
  }
  .is_garant {
    box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
    border-radius: 4px;
  }
  .is_garant_content {
    box-shadow: 2px 2px 4px rgba(64, 67, 85, 0);
    background: none;
    border-radius: 4px;
  }
  .is_garant_head, .is_garant_content {
    width: auto;
  }
  .is_garant_content {
    height: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 24px;
  }
  .logo img {
    width: 280px;
  }
  .index_sale_list {
    /*display: none;*/
  }
  .aol_nav .btn_main {
    white-space: nowrap;
  }
  .aol_nav .btn_main span {
    display: none;
  }
  .aol_tt_head {
    display: none;
  }
  .aol_tt_inner > li {
    flex-wrap: wrap;
  }
  .aol_tt_tovar {
    padding-left: 0;
    padding-right: 0;
  }
  .aol_tt_text {
    width: auto !important;
    min-width: 10px !important;
    color: #2D2D2D;
  }
  .aol_tt_text + .aol_tt_text {
    margin-left: 0;
    color: #2D2D2D;
  }
  .aol_tt_text + .aol_tt_text + .aol_tt_text {
    margin-right: 16px;
    font-size: 16px;
    font-weight: 800;
    font-family: "Roboto", sans-serif;
    color: #2D2D2D;
  }
  .aol_tt_name {
    margin-left: 3px;
    padding-bottom: 10px;
  }
  .aol_tt_inner > li {
    padding-bottom: 14px;
  }
  .aol_tt_tovar {
    padding-right: 16px;
  }
  .news_list > li a {
    display: block;
  }
  .news_list_conetnt {
    margin-left: 0;
    margin-top: 22px;
  }
  .news_list_data {
    padding-top: 0;
    margin-top: 9px;
  }
  .news_list_data:before {
    display: none;
  }
  .news_list > li + li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 520px) {
  .ct_dl_act .ct_dl_content {
    display: block;
  }
  .ct_dl_content {
    display: none;
    padding-bottom: 18px;
  }
  .ct_dl_title {
    position: relative;
    padding-left: 24px;
  }
  .ct_dl_title:before {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 7px;
    background: url("/local/templates/view/css/../img/card_accordion_str.svg") no-repeat left top;
    transform: scale(1, -1);
    left: 2px;
    top: 6px;
    transition: 0.3s;
  }
  .card_tab_delivery_list > li + li {
    margin-top: 0;
  }
  .ct_dl_act .ct_dl_title:before {
    transform: scale(1);
  }
  .ia_title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
  }
  .index_sale {
    margin-top: 45px;
  }
  .pag_prev, .pag_next {
    position: relative;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    line-height: 0;
  }
  .pag_prev:before, .pag_next:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .pag_prev:before {
    background: url("/local/templates/view/css/../img/pag_prev.svg") no-repeat center center;
  }
  .pag_next:before {
    background: url("/local/templates/view/css/../img/pag_next.svg") no-repeat center center;
  }
  .ch_right {
    display: block;
  }
  .ch_right .bt_ysl_add {
    margin-top: 12px;
  }
  .compare_slider {
    margin-top: 22px;
  }
  .aol_nav .btn_main + .btn_main {
    margin-top: 8px !important;
  }
  .aol_nav .btn_green {
    margin-top: 8px !important;
  }
}

@media screen and (max-width: 480px) {
  .bonus_what_list > li + li {
    margin-top: 12px;
  }
  .about_video_play {
    width: 65px;
    height: 65px;
    margin-left: -32px;
    margin-top: -32px;
    background-size: 65px;
  }
  .header_slider .slick-prev, .header_slider .slick-next {
    display: none !important;
  }
  .hs_content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 24px;
  }
  .hs_content {
    display: block;
    text-align: center;
  }
  .slick-slide img {
    display: inline-block !important;
  }
  .hs_title {
    max-width: 100%;
  }
  .header_slider .slick-dots {
    padding-right: 0;
    text-align: center;
    height: 16px;
    bottom: -32px;
  }
  .header_slider .slick-dots > li {
    margin-left: 4px;
    margin-right: 4px;
  }
  .header_slider .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  .hs_bg_mobile {
    background-position: center bottom !important;
  }
  .index_about {
    margin-top: 47px;
  }
  .f_info {
    display: block;
  }
  .f_info_r {
    margin-top: 18px;
    padding-left: 0;
  }
  .f_info_r {
    text-align: left;
  }
  .f_soc {
    justify-content: flex-start;
  }
  .card_head_info {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
  }
  .chi_block {
    padding-left: 0;
    width: auto;
    width: 100%;
    min-width: 10px;
    max-width: 100%;
    margin-top: 22px;
  }
  .chi_block + .chi_block {
    min-width: 20px;
    width: 100%;
    margin-top: 0;
    -ms-order: -1;
    order: -1;
  }
  .card_head_info {
    margin-top: 24px;
  }
  .chi_plashka_nav_inner a {
    height: 40px;
  }
  .chi_plashka_nav_inner a span {
    width: auto;
    margin: 0;
  }
  .chi_plashka_nav_inner a img, .chi_plashka_nav_inner a svg {
    margin-right: 8px;
  }
  .aol_info > li {
    display: block;
  }
  .aol_info > li span {
    min-width: 10px;
    font-weight: bold;
  }
  .aol_info > li span + span {
    margin-top: 5px;
    font-weight: normal;
  }
  .abs_pm_inner {
    height: 104px;
  }
  .abs_pm_inner img {
    height: 104px;
  }
  .account_bonus {
    padding-bottom: 0px;
  }
  .account_bonus_sidebar {
    margin-top: 17px;
  }
  .abc_ht_head > li + li + li, .abc_ht_inner span + span + span {
    display: none;
  }
  .abc_ht_head > li + li + li + li, .abc_ht_inner span + span + span + span {
    display: block;
  }
  .abc_ht_head > li, .abc_ht_inner span {
    width: auto !important;
    float: none !important;
    min-width: 10px !important;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .abc_ht_head > li {
    position: relative;
  }
  .abc_ht_head > li + li {
    left: 20px;
  }
  .abc_ht_head > li + li + li {
    left: 0;
  }
  .abc_ht_head, .abc_ht_inner > li {
    display: flex;
    justify-content: space-between;
  }
  .abc_ht_head, .abc_ht_inner {
    padding-right: 16px;
    padding-left: 16px;
  }
  .bonus_for_list {
    margin-left: 0;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .bonus_for_list > li {
    width: auto;
    padding-left: 0;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .bonus_for_list > li + li:before {
    content: "";
    display: block;
    position: absolute;
    width: 45px;
    height: 1px;
    background: #DFE0E3;
    left: 0;
    top: 0;
  }
  .bonus_for_list:before, .bonus_for_list:after {
    display: none !important;
  }
}

@media screen and (max-width: 460px) {
  .cat_content .index_sale_nav:before {
    display: none;
  }
  .header_slider .slick-current + .slick-slide, .action_slider .slick-current + .slick-slide {
    margin-left: 0;
  }
  .header_slider, .hs_bg, .hs_bg_mobile, .hs_inner {
    overflow: hidden;
    border-radius: 0px;
  }
  .delivery_content .bs_map_main {
    height: 288px;
  }
  .contact_map .bs_map_main {
    height: 288px;
  }
  .pu_cf_close {
    position: fixed;
    z-index: 9999999;
  }
  .cch_btn_mobile_filtr {
    width: 100%;
  }
  .cat_content .index_sale_nav {
    border: none;
    padding-top: 0;
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    width: 100%;
  }
  .pu_cat_filtr .cat_content_head_right {
    padding-bottom: 66px;
  }
  .hew_line_list_slide li a {
    max-width: 176px;
  }
  .nmi_list > li {
    position: relative;
  }
  .nmi_list > li:before {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    width: 12px;
    height: 100%;
    left: 0;
    top: 0;
    background: url("/local/templates/view/css/../img/nav_mobile_shadow.png") repeat-y left top;
    transform: scale(-1, 1);
  }
  .header_slider {
    margin-left: 0;
    margin-right: 0;
  }
  .container_main {
    padding-top: 89px;
  }
  .index_content {
    padding-top: 0;
  }
  .hs_bg, .hs_bg_mobile {
    border-radius: 0;
  }
  .hl_user_nav {
    display: none;
  }
  .hl_top_info {
    height: 32px;
  }
  .hl_time {
    margin-left: 16px;
  }
  .hl_bottom .wmain {
    height: 55px;
  }
  .logo {
    width: 103px;
    height: 32px;
    position: relative;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
  }
  .hlb_nav {
    display: none;
  }
  .logo {
    order: -1;
  }
  .logo img {
    width: auto;
    height: 32px;
  }
  .btn_nav_mobile, .btn_search_mobile {
    margin-left: 32px;
  }
  .btn_nav_mobile {
    order: 2;
  }
  .btn_basket_mobile {
    display: block;
    order: -1;
  }
  .hs_title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .hs_info {
    font-size: 14px;
    line-height: 120%;
    margin-top: 9px;
  }
  .hs_inner .btn_main {
    display: none;
  }
  .ia_list {
    display: block;
    margin-left: 0;
  }
  .ia_list > li {
    padding-left: 0;
    width: auto;
  }
  .ia_list > li + li {
    margin-top: 15px !important;
  }
  .index_sale_nav {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch !important;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .btn_nav_mobile, .btn_search_mobile {
    position: relative;
  }
  .index_sale_list {
    margin-top: 18px;
  }
  .as_img {
   display: block;
   
	background-position: center center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
  }
  .as_img_mobile {
    display: none;
    background-position: center bottom !important;
    background-size: auto !important;
  }
  .action_slider {
    margin-left: 0;
    margin-right: 0;
  }
  .as_img, .as_img_mobile {
    border-radius: 0;
  }
  .as_content {
    height: auto;
    min-height: 144px;
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
    padding-top: 23px;
	
	background-position: center center !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
  }
  .as_logo img {
    margin-right: 28px;
  }
  .as_logo {
    flex-wrap: nowrap;
  }
  .action_slider .slick-prev, .action_slider .slick-next {
    display: none !important;
  }
  .action_slider .slick-dots {
    padding-right: 0;
    text-align: center;
    height: 16px;
    bottom: -32px;
  }
  .action_slider .slick-dots > li {
    margin-left: 4px;
    margin-right: 4px;
  }
  .action_slider .slick-dots li button {
    width: 16px;
    height: 16px;
  }
  .hlb_search {
    top: 54px;
  }
  .hlb_search_open .container_main {
    padding-top: 163px;
  }
  .hlb_search_btn svg {
    opacity: 0.7;
    width: 16px;
    height: 16px;
  }
  .nav_mobile {
    width: 265px;
    left: auto;
    right: -265px;
    background: #FFF !important;
  }
  .nav_mobile_open .nav_mobile {
    left: auto;
    right: 0;
  }
  .container_main, .hl_fixed {
    left: auto !important;
    right: 0 !important;
  }
  .nav_mobile_open .container_main {
    left: auto;
    right: 265px !important;
  }
  .nav_mobile_open .container_main, .nav_mobile_open .hl_fixed {
    right: 265px !important;
  }
  .nav_mobile_list > li > a {
    padding-left: 57px;
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .nav_mobile_list > li > a:before {
    top: 14px;
  }
  .nav_mobile_list > li > a i {
    top: 1px;
  }
  .nav_mobile_href:before {
    box-shadow: inset 4px -12px 8px rgba(64, 67, 85, 0.2);
  }
  .nav_mobile {
    background: none;
    box-shadow: inset 4px -12px 8px rgba(64, 67, 85, 0.2);
  }
  .nav_mobile_content .is_btn_sale {
    margin-top: 15px;
  }
  .nav_mobile_href {
    margin-top: 24px;
  }
  .nmi_list > li a {
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .nmh_dop:before {
    top: 14px;
  }
  .nav_mobile_href > li a {
    font-size: 13px;
    padding-top: 11px;
    padding-bottom: 11px;
    height: auto;
    line-height: 16px;
  }
  .nav_mobile_href > li a:before {
    top: 14px !important;
  }
  .nm_sity {
    display: flex;
    background: #F6F6F6 url("/local/templates/view/css/../img/nm_sity_shadow.png") repeat-y left top;
  }
  .nm_ures_nav, .nm_tovar_nav {
    display: flex;
  }
  .nav_mobile_inner:before {
    right: auto;
    left: 0;
    transform: scale(1, -1);
    display: none;
  }
  .nmi_list {
    background: #FFF;
  }
  .nmi_head {
    box-shadow: inset 4px -12px 8px rgba(64, 67, 85, 0.2);
  }
  .hl_user_login {
    display: none;
  }
  .catalog_list > li {
    width: auto;
    padding-left: 0;
    margin-bottom: 0;
  }
  .catalog_list {
    display: block;
    margin-left: 0;
  }
  .catalog_list > li + li {
    margin-top: 30px;
  }
  .hew_line {
    margin-top: 35px;
  }
  .hew_line_list > li {
    display: block;
    width: auto;
  }
  .hew_line_list {
    display: block;
  }
  .hew_line_list li + li {
    margin-top: 24px;
  }
  .pu_cat_filtr {
    width: 100%;
    left: -100%;
  }
  .filtr_mobile_open .container_main, .filtr_mobile_open .hl_fixed {
    right: -100% !important;
  }
  .content_inner_right .action_slider {
    margin-left: -16px;
    margin-right: -16px;
  }
  .basket_table_content .plus-minus {
    margin-top: 0;
  }
  .bl_title {
    margin-top: 0;
  }
  .basket_table_content li + li {
    padding-top: 12px;
  }
  .bt_ysl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .bt_ysl_other {
    display: none;
  }
  .bt_ysl_name {
    padding-right: 0;
    width: 100%;
  }
  .bt_ysl_result {
    width: 100%;
    justify-content: space-between;
  }
  .bt_ysl_price {
    min-width: 10px;
  }
  .bt_ysl_result {
    margin-top: 9px;
  }
  .bsc_zakaz_list > li {
    position: relative;
    flex-wrap: wrap;
  }
  .bsc_zl_img {
    position: absolute;
    left: 0;
    top: 13px;
  }
  .bsc_zakaz_content {
    padding-left: 64px;
  }
  .bsc_zl_right {
    padding-left: 65px;
  }
  .bsc_zl_right {
    padding-top: 7px;
    padding-bottom: 3px;
  }
  .basket_radio_list {
    display: block;
  }
  .basket_radio_list label {
    margin-right: 0;
  }
  .basket_radio_list label + label {
    margin-top: 16px;
  }
  .bsc_bunus {
    display: block;
    margin-top: -5px;
  }
  .bsc_bunus_sum {
    padding-right: 0;
  }
  .bsc_bunus .basket_radio_list {
    display: block;
    margin-top: 18px;
  }
  .bsc_btn_city {
    margin-top: 4px;
  }
  .basket_radio_two {
    width: auto;
  }
  .basket_radio_two + .basket_radio_two {
    margin-top: 16px;
    padding: 0;
  }
  .basket_radio_list label + label {
    padding-right: 0;
  }
  .bsc_nav_two .bsc_nav_right_result .bsc_btn_oformit {
    white-space: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    width: auto !important;
    display: inline-flex;
  }
  /*.bsc_nav_two .bsc_nav_right_block {
        width: 100%;
        -webkit-justify-content: space-between;
                justify-content: space-between;
    }

    .bsc_nav_two .bsc_nav_right_block + .bsc_nav_right_block {
        width: auto;
    }*/
  .bsc_bunus_sum {
    font-size: 14px;
    padding-top: 1px;
  }
  .cont_licent {
    margin-top: 22px;
    padding-top: 22px;
  }
  .contact_content {
    padding-bottom: 29px;
  }
  .cont_rekvizit {
    padding: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tovar_article_title {
    font-size: 16px;
  }
  .pu_oneclick_nav {
    display: block;
  }
  .pu_oneclick_nav .politic {
    margin-top: 0;
    padding-right: 0;
  }
  .pu_oneclick_nav .btn_main {
    margin-top: 10px;
  }
  .pu_oneclick_nav {
    margin-top: 19px;
  }
}

@media screen and (max-width: 420px) {
  .pu_oplata_summa {
    font-size: 14px;
    margin-top: 0;
  }
  .pu_oplata_summa + .pu_city_content_title {
    margin-top: 12px;
  }
  .accessories_slider {
    position: relative;
    z-index: 60;
    margin-left: -16px;
  }
  .accessories_slider .slick-list {
    padding-left: 16px;
  }
  .accessories_slider .slick-prev {
    left: 16px !important;
  }
  .slick-slide:last-child .acces_slide {
    margin-right: 1px;
  }
  .fancybox-buttons {
    right: 10px !important;
    top: 10px !important;
  }
  .fancybox-button--close {
    width: 36px !important;
    height: 36px !important;
    background-size: 16px !important;
  }
  .delivery_city_head_back {
    border: none;
    padding: 0;
  }
  .delivery_city_head_back {
    margin-top: 20px;
  }
  .delivery_city_head_back + .delivery_select {
    margin-top: 20px;
  }
  .delivery_select {
    max-width: 100%;
  }
  .account_bonus {
    margin-top: 24px;
  }
  .bonus_head .isl_plashka {
    height: 24px;
    line-height: 24px;
    padding-left: 9px;
    padding-right: 9px;
  }
  .subscription .pesonal_list .in_style {
    max-width: 100%;
  }
  .bt_i_nav {
    display: block;
  }
  .bt_favor {
    margin-left: 0;
    margin-top: 8px;
  }
  .f_soc {
    margin-top: 12px;
  }
  .hew_line_list {
    margin-top: 16px;
  }
  .hew_line_all_main {
    margin-top: 20px;
  }
  .hew_line {
    padding-bottom: 19px;
  }
  .pu_title {
    font-size: 20px;
  }
  .pu_inner {
    padding: 28px 16px 24px 16px;
  }
  .pu_city_content {
    margin-top: 15px;
  }
  .pu_city_list > li + li, .pu_city_list > li span + span {
    margin-top: 9px;
  }
  .pu_city_list > li span {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .pu_city_list > li span + span {
    margin-top: 4px;
  }
  .pu_city_delivery {
    margin-top: 17px;
    padding-top: 18px;
  }
  .pu_city_delivery input {
    margin-top: 15px;
  }
  .pu_rgba {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .closeform {
    top: 13px;
    right: 13px;
  }
  .cl_img {
    height: 200px;
  }
  .cl_img img {
    max-height: 180px;
  }
  .catalog_list > li + li {
    margin-top: 28px;
  }
  .cl_title {
    margin-top: 17px;
  }
  .cl_inner_list, .cl_inner_list li + li {
    margin-top: 14px;
  }
  .cl_btn_all {
    margin-top: 14px;
  }
  .tm {
    font-size: 24px;
  }
  .catalog_list {
    margin-top: 18px;
  }
  .hew_line {
    padding-top: 17px;
    margin-top: 24px;
  }
  .cat_list {
    margin-top: 18px;
  }
  .cat_btn_other {
    width: 100%;
  }
  .cat_btn_other_main {
    margin-top: 23px;
  }
  .pag {
    margin-top: 16px;
  }
  .content + .seo_inner .seo {
    border: none;
    padding-top: 0;
    margin-top: 34px;
  }
  .pu_title {
    font-size: 18px;
  }
  .pu_city_content_title {
    font-size: 14px;
  }
  .pu_city_content {
    margin-top: 12px;
  }
  .pu_city_delivery_title {
    font-size: 14px;
  }
  .pu_city_delivery {
    margin-top: 15px;
    padding-top: 17px;
  }
  .bsc_nav {
    display: block;
    margin-top: 23px;
  }
  .bsc_nav .btn_main {
    width: 100% !important;
  }
  .bsc_nav .btn_main + .btn_main {
    margin-top: 16px;
  }
  .bsc_zakaz {
    margin-top: 29px;
  }
  .bsc_zakaz_name {
    padding-right: 0;
  }
  .politic {
    margin-top: 15px;
  }
  .bsc_nav {
    margin-top: 13px;
  }
  .bsc_title {
    font-size: 16px;
    line-height: 120%;
  }
  .bsc_title {
    padding-bottom: 16px;
  }
  .basket_step_content {
    margin-top: 17px;
  }
  .bs_map_main + .basket_radio_list, .basket_step_content .in_3 + .basket_radio_list {
    margin-top: 27px;
  }
  .basket_radio_list .cont_delivery {
    margin-top: 29px;
  }
  .content_fovorites {
    padding-bottom: 38px;
  }
  .cs_slide {
    width: 188px;
  }
  .compare_slider {
    margin-top: 14px;
  }
  .cs_slide_img {
    height: 138px;
  }
  .cs_slide_img img {
    max-height: 130px;
  }
  .cs_slide_head {
    padding-top: 15px;
  }
  .cs_slide_del {
    display: none;
  }
  .cs_slide_name {
    font-size: 14px;
    line-height: 20px;
    margin-top: 3px;
  }
  .cs_slide_head {
    border: none !important;
  }
  .cs_slide_head .isl_info_l {
    margin-top: 12px;
  }
  .compare {
    padding-bottom: 34px;
  }
  .cs_slide_line {
    margin-top: 21px;
    padding-top: 16px;
  }
  .cs_slide_line + .cs_slide_line {
    margin-top: 15px;
  }
  .ch_radio {
    padding-right: 0;
    display: block;
  }
  .ch_radio label {
    margin-right: 0;
  }
  .ch_radio label + label {
    margin-top: 10px;
  }
  .ch_right {
    margin-top: 22px;
  }
  .ch_right .bt_ysl_add {
    margin-top: 15px;
  }
  .compare_head {
    margin-top: 8px;
  }
  .tm b {
    font-size: 18px;
    display: block;
    margin-left: 0;
    padding-left: 0;
    margin-top: 6px;
  }
  .card_content {
    margin-top: 28px;
  }
  .accessories {
    margin-top: 5px;
  }
  .accessories + .accessories {
    margin-top: 7px;
    padding-top: 17px;
  }
  .card_content_main {
    padding-bottom: 24px;
  }
  .p_404_title {
    font-size: 24px;
  }
  .p_404_title {
    padding-top: 0;
  }
  .p_404_num {
    margin-top: 22px;
  }
  .p_404_info {
    margin-top: 26px;
  }
  .p_404_nav {
    margin-top: 17px;
  }
  .account_order_list > li {
    padding: 18px 16px 16px 16px;
  }
  .aol_head_status {
    margin-top: 11px;
  }
  .account_order_list_more > li + li {
    margin-top: 32px;
    padding-top: 27px;
  }
  .account_order_list_more > li {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .aol_tt_result {
    display: block;
    margin-top: 19px;
  }
  .aol_tt_result_list > li {
    width: auto;
  }
  .aol_tt_result_list > li + li {
    margin-top: 10px;
  }
  .aol_tt_result_list > li b {
    padding-top: 7px;
  }
  .aol_tt_result_list {
    margin-top: 16px;
  }
  .back_zakaz {
    margin-top: 18px;
  }
  .account_order_list_more > li + li {
    margin-top: 18px;
    padding-top: 21px;
  }
  .account_order {
    margin-top: 20px;
  }
  .back_zakaz + .account_order {
    margin-top: 0;
  }
  .abc_info span {
    display: block;
    margin-top: 9px;
  }
  .account_bonus {
    margin-top: 26px;
  }
  .abc_ht_head {
    display: none;
  }
  .abc_history_table {
    border: none;
  }
  .abc_ht_head, .abc_ht_inner {
    padding-left: 0;
    padding-right: 0;
  }
  .abc_ht_inner {
    border-top: 1px solid #E7E7EA;
    border-bottom: 1px solid #E7E7EA;
  }
  .pesonal {
    padding-bottom: 32px;
  }
  .pesonal_list_btn {
    margin-top: 23px;
  }
  .pesonal_list_btn .btn_main {
    width: 100%;
  }
  .pesonal_list_title {
    padding-bottom: 13px;
  }
  .pesonal_list > li + li {
    margin-top: 21px;
  }
  .pesonal {
    margin-top: 20px;
  }
  .pesonal_list {
    max-width: 100%;
  }
  .pesonal_list_btn_2 {
    justify-content: space-between;
  }
  .pesonal_list_btn_2 .btn_main {
    width: 48.6%;
  }
  .pesonal_list_btn_2 .btn_main + .btn_main {
    margin-left: 0;
  }
  .pesonal_list_btn .btn_grey_img {
    justify-content: center;
  }
  .contact_nav_office {
    margin-left: 0;
  }
  .contact_nav {
    justify-content: space-between;
  }
  .faq_list > li {
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 19px;
    padding-top: 20px;
  }
  .fl_text {
    margin-top: 11px;
  }
  .faq_anons {
    font-size: 14px;
    line-height: 20px;
  }
  .faq {
    margin-top: 15px;
  }
  .bonus_for_title {
    font-size: 16px;
  }
  .bonus_for {
    margin-top: 20px;
  }
  .bonus_for_list {
    margin-top: 19px;
  }
  .bonus_what {
    margin-top: 25px;
  }
  .bonus_preim {
    margin-top: 24px;
  }
  .account_bonus_content .abs_plashka_mobile {
    margin-top: 21px;
  }
  .acces_slide_name {
    overflow: hidden;
  }
  .acces_slide {
    width: 208px;
    border: 1px solid #CFD0D6;
    margin-right: -1px;
    padding: 17px 23px 23px 23px !important;
    box-sizing: border-box;
  }
  .accessories_slider .slick-slide {
    padding-left: 0;
  }
  .accessories_slider .slick-list {
    margin-left: 0;
  }
  .accessories_slider {
    margin-right: -16px;
    padding-bottom: 64px;
  }
  .accessories_slider .slick-prev, .accessories_slider .slick-next {
    top: auto;
    margin-top: 0;
    bottom: 0;
  }
  .accessories_slider .slick-next {
    right: 16px;
  }
  .accessories + .accessories {
    margin-top: 23px;
  }
  .accessories_slider_btn_mobile {
    display: block;
    margin-top: -40px;
    position: relative;
    z-index: 50;
  }
  .accessories_slider_btn_mobile .btn_main {
    min-width: 136px;
    text-align: center;
  }
  .accessories_tite + .accessories_slider {
    margin-top: 17px;
  }
  .view_slider .acces_slide {
    padding-left: 0;
    min-height: 10px;
  }
  .view_slider .acces_slide_img {
    position: relative;
    width: 100%;
    left: 0;
    height: 142px;
  }
  .cp_message_title {
    font-size: 20px;
  }
  .cp_message {
    padding: 16px 16px 19px 17px;
  }
  .cp_message_close {
    right: 21px;
    top: 21px;
  }
  .cp_message_title {
    padding-right: 27px;
  }
  .cp_message_text {
    margin-top: 10px;
  }
}

@media screen and (max-width: 380px) {
  .content_table tr td {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .is_new {
    margin-top: 24px;
  }
  .pu_oplata_list > li + li {
    margin-top: 12px;
  }
  .pu_oplata_list {
    margin-top: 19px;
  }
  .is_new_list {
    margin-top: 23px;
  }
  .is_nl_text {
    max-width: 100%;
  }
  .seo {
    margin-top: 20px;
    padding-top: 20px;
  }
  .seo_content {
    margin-top: 20px;
    padding-top: 20px;
  }
  .seo_content p, .seo_content p + p {
    margin-top: 20px;
  }
  .seo {
    padding-bottom: 26px;
  }
  .hlb_search_list > li a {
    display: block;
  }
  .hlb_search_list > li a span + span {
    padding-left: 0;
    display: block;
    margin-top: 8px;
  }
  .hlb_search_list_inner {
    max-height: 180px;
  }
  .hlb_search_list_main {
    padding-top: 48px;
  }
  .hlb_search_list > li + li {
    margin-top: 9px;
    padding-top: 10px;
  }
  .pu_sms_form .btn_main {
    margin-left: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .card_tab_description p + p {
    margin-top: 13px;
  }
  .card_tab_description {
    margin-top: 14px;
  }
  .card_tab_char > li span + span {
    width: 105px;
    min-width: 105px;
  }
  .p_404_nav .btn_main {
    width: 100%;
    margin-right: 3px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p_404_nav .btn_main + .btn_main {
    margin-left: 4px;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .page_404 {
    padding-bottom: 32px;
    padding-top: 0;
  }
  .bottom_back_zakaz {
    margin-top: 22px;
    padding-top: 18px;
  }
  .account_order {
    padding-bottom: 18px;
  }
  .cert_form {
    padding: 15px;
  }
  .cert_title {
    max-width: 200px;
  }
  .cert_form {
    margin-top: 24px;
  }
  .cert_form .bs_oneclick {
    font-size: 12px;
  }
  .cert_form .btn_main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .certificate {
    margin-top: 12px;
  }
}

@media screen and (max-width: 360px) {
  .pu_sms_form input {
    padding-left: 10px;
    padding-right: 10px;
  }
  .btn_one_click {
    margin-right: 15px;
  }
  .cp_quote {
    font-size: 15px;
    line-height: 22px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 340px) {
  .isl_favor span {
    display: none;
  }
  .cat_list_price .cat_list_basket {
    display: block;
  }
  .btn_one_click {
    margin-right: 0;
    margin-top: 15px;
  }
}

.header_slider {
  /*display: none;*/
}

.header_slider_wrap {
  min-height: 320px;
}

.action_slider {
  display: none;
}

.action_slider_wrap {
  min-height: 144px;
}

.action-slider {
  display: none;
}

.action-slider_wrap {
  min-height: 144px;
  height: auto;
}
/*
@media screen and (max-width: 960px) {
  .action-slider_wrap {
    min-height: 196px;
  }
}

@media screen and (max-width: 460px) {
  .action-slider_wrap {
    min-height: 344px;
  }
}
*/

.chs_big, .chs_th {
  display: none;
}

.chs_big_main {
  min-height: 488px;
}

@media screen and (max-width: 960px) {
  .chs_big_main {
    min-height: 288px;
  }
}

.chs_th {
  min-height: 488px;
}

@media screen and (max-width: 1200px) {
  .chs_th {
    min-height: 72px;
  }
}

@media screen and (max-width: 860px) {
  .chs_th {
    min-height: 48px;
  }
}

.slick-initialized {
  display: block !important;
}


/*---анимация ожидания---*/

.loadWait{
  position: fixed;
  width: 100%;
  height: 100%;
  top:0px;
  left:0px;
  z-index: 99999;
  background-color: #d9d9d9;
  opacity: 0.5;
}

.wait-block{
	width: 100px;
    height: 100px;
    position: absolute;
    right: auto;
    left: 50%;
    top: 50%;
    margin-left: -50px; 
    margin-top: -50px;

}

.wait-content{ 
	animation-name: rotation;
	animation-duration: 0.82s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes rotation {
    0% {
        transform:rotate(0deg);
    }
    100% {
        transform:rotate(360deg);
    }
}

.wait-content img{
	width: 100%;
	background-color: #fff;
	border-radius: 50%;
}

/*--*/
.hidden{
	display:none!important;
}

/*----*/

.differed_or_bonus{
	margin-top: 10px;
	background-color:#f9dbdd;
	display: inline-block;
	padding: 3px;
	border-radius: 3px;
	/*cursor: pointer;*/
}
.differed_or_bonus:hover,
.differed_or_bonus:active,
.differed_or_bonus:focus{
	color: #be3641;
}


/*--*/
.hamburger-btn>a.modal{
       
    position:relative;
    
}


/* End */


/* Start:/local/templates/view/css/custom.css?166077143523673*/
.hidden {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=tel] {
  -moz-appearance: textfield;
}

.mt-16 {
  margin-top: 16px;
}

.mb-32 {
  margin-bottom: 32px;
}

.fz-20 {
  font-size: 20px;
}

.checkbox {
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgcng9IjMuNSIgc3Ryb2tlPSIjNUQ2Mjc1Ii8+Cjwvc3ZnPgo=);
  outline: 0;
  border: none;
  width: 24px;
  min-width: 24px;
  cursor: pointer;
  height: 24px;
  transition: background-image .3s ease;
  overflow: hidden;
  margin-top: -4px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.checkbox:checked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCAxSDRDMi4zNDMxNSAxIDEgMi4zNDMxNSAxIDRWMTRDMSAxNS42NTY5IDIuMzQzMTUgMTcgNCAxN0gxNEMxNS42NTY5IDE3IDE3IDE1LjY1NjkgMTcgMTRWNEMxNyAyLjM0MzE1IDE1LjY1NjkgMSAxNCAxWk00IDBDMS43OTA4NiAwIDAgMS43OTA4NiAwIDRWMTRDMCAxNi4yMDkxIDEuNzkwODYgMTggNCAxOEgxNEMxNi4yMDkxIDE4IDE4IDE2LjIwOTEgMTggMTRWNEMxOCAxLjc5MDg2IDE2LjIwOTEgMCAxNCAwSDRaIiBmaWxsPSIjMkVCMTNBIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQgNS44NTY0TDguMzE0MzIgMTNMNCA4Ljk4NjY3TDQuODIxMjIgNy45ODg4OUw4LjE4MTMyIDExLjExNDZMMTMuMDQ4IDVMMTQgNS44NTY0WiIgZmlsbD0iIzJFQjEzQSIvPgo8L3N2Zz4K);
}

.radio-btn {
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS45OTk4IDE5QzE1Ljg2NTcgMTkgMTguOTk5OCAxNS44NjYgMTguOTk5OCAxMkMxOC45OTk4IDguMTM0MDEgMTUuODY1NyA1IDExLjk5OTggNUM4LjEzMzc2IDUgNC45OTk3NiA4LjEzNDAxIDQuOTk5NzYgMTJDNC45OTk3NiAxNS44NjYgOC4xMzM3NiAxOSAxMS45OTk4IDE5Wk0xMS45OTk4IDIwQzE2LjQxOCAyMCAxOS45OTk4IDE2LjQxODMgMTkuOTk5OCAxMkMxOS45OTk4IDcuNTgxNzIgMTYuNDE4IDQgMTEuOTk5OCA0QzcuNTgxNDggNCAzLjk5OTc2IDcuNTgxNzIgMy45OTk3NiAxMkMzLjk5OTc2IDE2LjQxODMgNy41ODE0OCAyMCAxMS45OTk4IDIwWiIgZmlsbD0iIzVENjI3NSIvPgo8L3N2Zz4K);
  outline: 0;
  border: none;
  width: 24px;
  cursor: pointer;
  min-width: 24px;
  height: 24px;
  transition: background-image .3s ease;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.radio-btn:checked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDhDOS43OTIgOCA4IDkuNzkyIDggMTJDOCAxNC4yMDggOS43OTIgMTYgMTIgMTZDMTQuMjA4IDE2IDE2IDE0LjIwOCAxNiAxMkMxNiA5Ljc5MiAxNC4yMDggOCAxMiA4WiIgZmlsbD0iIzJFQjEzQSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyIDE5QzE1Ljg2NiAxOSAxOSAxNS44NjYgMTkgMTJDMTkgOC4xMzQwMSAxNS44NjYgNSAxMiA1QzguMTM0MDEgNSA1IDguMTM0MDEgNSAxMkM1IDE1Ljg2NiA4LjEzNDAxIDE5IDEyIDE5Wk0xMiAyMEMxNi40MTgzIDIwIDIwIDE2LjQxODMgMjAgMTJDMjAgNy41ODE3MiAxNi40MTgzIDQgMTIgNEM3LjU4MTcyIDQgNCA3LjU4MTcyIDQgMTJDNCAxNi40MTgzIDcuNTgxNzIgMjAgMTIgMjBaIiBmaWxsPSIjMkVCMTNBIi8+Cjwvc3ZnPgo=);
}

.w100p {
  width: 100%;
}

.flex-last {
  display: flex;
  justify-content: flex-end;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-middle {
  display: flex;
  align-items: center;
}

.flex-column {
  flex-direction: column;
}

.btn_sec {
  display: inline-block;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  border: 1px solid #D82C37;
  color: #D82C37;
  border-radius: 4px;
  padding: 0 24px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  box-sizing: border-box;
  transition: all .3s ease;
  text-decoration: none;
}

.btn_sec:hover {
  background: #FFE3E3;
}

.btn_sec:active {
  color: #fff;
  background: #D82C37;
}

.main-nav_level-1 > li > a,
.main-nav_level-2 > li > a {
  padding-left: 16px;
}

.menuMenu .has-subnav > a {
  padding-right: 32px;
}

.btn_link {
  color: #D82C37;
  font-weight: 500;
}

.hamburger-btn {
  margin-left: 32px;
  cursor:pointer;
}

.hamburger-btn a{
	display: block;
	width: 25px;
	height: 25px;
}

.hamburger-btn img {
  pointer-events: none;
}

.menuMenu-body {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.menuMenu {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(-100%);
  transition: all .5s ease;
  width: 100%;
  background: #FFFFFF;
}

@media screen and (min-width: 639px) {
  .menuMenu {
    width: 340px;
  }
}

.menuMenu a img {
  margin-right: 8px;
}

.menuMenu a.btn_sec {
  width: 100%;
  color: #404355;
  background: #FFFFFF;
  padding: 0;
  min-height: unset;
  line-height: 40px;
  font-weight: bold;
  border: 1px solid #D82C37;
}

.menuMenu a.btn_sale {
  display: block;
  position: relative;
  text-decoration: none;
  margin-left: 15px;
  margin-right: 23px;
  height: 48px;
  background: #D82C37;
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  color: #FFF;
  padding-left: 89px;
  line-height: 48px;
  margin-top: 12px;
  transition: 0.3s;
}

.menuMenu a {
  color: #262626;
  padding: 6px;
  min-height: 56px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 1px solid #CFD0D6;
  display: block;
  border-radius: 4px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  font-weight: 500;
}

.menuMenu .menu-header {
  background: #FFF;
  color: #D82C37;
  box-shadow: 0 2px 4px rgba(64, 67, 85, 0.2);
  padding: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  box-sizing: border-box;
  justify-content: space-between;
  height: 56px;
}

.menuMenu .menu-header .title {
  font-weight: bold;
  color: #262626;
}

.menu-header .hl_city_select {
  font-size: 16px;
}

.menuMenu .menu-btns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
}

.menuMenu .menu-btns > div {
  width: 50%;
  box-sizing: border-box;
  padding-left: 16px;
}

.menuMenu li {
  overflow: hidden;
}

.menuMenu li.clear {
  margin-top: 16px;
}

.menuMenu li.clear .btn_main {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  color: #FFF;
  border-radius: 4px;
  line-height: 40px;
  padding: 0 24px;
  background: #D82C37;
  transition: background .3s ease;
  min-height: 40px;
  width: 100%;
}

.menuMenu li.clear .btn_main::before {
  content: '';
  display: none !important;
}

.menuMenu li.clear .btn_main svg {
  margin-right: 8px;
}

.menuMenu li.clear .btn_main span {
  line-height: initial;
}

.menuMenu li .is_btn_sale {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #EC2C44 0%, #871A2F 100%);
}

.menuMenu li .is_btn_sale span {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.menuMenu li:not(:first-child) {
  padding: 0 16px;
}

.menuMenu li:not(:last-child):not(:first-child) {
  margin-bottom: 8px;
}

.menuMenu .main-nav li > a {
  position: relative;
  display: flex;
  align-items: center;
}

.menuMenu .main-nav li.has-subnav > a:before {
  position: absolute;
  display: block;
  content: url("/local/templates/view/css/../img/nav_mobile_str.svg");
  height: 24px;
  right: 8px;
  top: calc(50% - 12px);
}

.menuMenu .main-nav li a:hover {
  text-decoration: none;
}

.menuMenu ul {
  list-style: none;
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #F6F6F6;
}

.menuMenu .main-nav {
  width: 100%;
}

.menuMenu .main-nav.second li > a {
  padding: 16px;
}
.menuMenu .main-nav.second li > a.sort_trigger.selected {
	background: #FFFFFF;
	color: #D82C37;
	border: 1px solid #D82C37;
}

.menuMenu .main-nav.second .cat_filtr li {
  padding: 0 16px;
}

.menuMenu .main-nav.second .cf_inner_list li {
  padding: 0;
}

.menuMenu .main-nav.second ul {
  background: #fff;
}

.menuMenu .main-nav .menu-title {
  border-bottom: none;
  background-color: #F4F4F4;
  display: flex;
  align-items: center;
  margin-bottom: 16px !important;
}

.menuMenu .main-nav .menu-title a {
  color: #808080;
  border: unset;
  background-color: transparent;
  outline: none;
  font-weight: 800;
  padding: 0 !important;
}

.menuMenu .main-nav .menu-title span {
  font-weight: 800;
}

.menuMenu .main-nav .menu-title .btn_main {
  display: inline-block;
  min-height: 56px;
  line-height: 56px;
  text-align: left;
  font-size: 14px;
}

.menuMenu .main-nav .menu-title .btn_main svg {
  display: none;
}

.menuMenu .main-nav .subnav > li {
  display: none;
}

.menuMenu .main-nav .subnav.active > li {
  display: block;
}

.menuMenu .main-nav li > a {
  position: relative;
  display: flex;
  align-items: center;
}

.menuMenu .main-nav li.has-subnav > a:before {
  position: absolute;
  display: block;
  content: url("/local/templates/view/css/../img/nav_mobile_str.svg");
  height: 16px;
  width: 16px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.menuMenu .main-nav li a:hover {
  text-decoration: none;
}

.menuMenu .main-nav_head {
  background: #000;
}

.menuMenu .main-nav a.back-track {
  font-weight: 800;
  padding-left: 48px;
  color: #fff;
  border-radius: unset;
  background: #D82C37;
  border: unset;
}

.menuMenu .main-nav a.back-track:before {
  position: absolute;
  display: block;
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExIDJMNSA3LjgxODE4TDExIDE0IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  left: 16px;
  height: 16px;
  width: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.menuMenu .subnav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 40;
  transform: translate3d(101%, 0, 0);
  transition: transform 0.5s;
}

.menuMenu .subnav.active {
  transform: translate3d(0, 0, 0);
  width: 100%;
}

.menuMenu .main-nav_level-1 {
  overflow-x: hidden;
  width: 100%;
  background-color: #fff;
}

.menuMenu .main-nav_level-2 {
  z-index: 80;
  width: 100%;
  background-color: #fff;
}

.main-nav_title {
  padding-left: 30px;
}

.menuMenu-active {
  transform: translateX(0);
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.menuMenu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  z-index: -1;
}

.menuMenu-overlay-close {
  color: #fff;
}

.menuMenu-overlay.menuMenu-overlay-act {
  z-index: 999;
  opacity: 1;
}

.menuMenu li.submenu {
  padding: 16px 24px;
  background: #EEEFF1;
}

.menuMenu li.submenu ul {
  background: transparent;
}

.menuMenu li.submenu li {
  padding: 0;
}

.menuMenu li.submenu li:not(:last-child) {
  margin-bottom: 16px;
}

.menuMenu li.submenu li a {
  padding: 0;
  border: unset;
  min-height: unset;
  background: transparent;
  font-size: 16px;
  line-height: 120%;
  font-weight: bold;
}

.menuMenu .menu-links {
  display: flex;
  flex-wrap: wrap;
  margin: 16px 0;
}

.menuMenu .menu-links a {
  display: flex;
  min-height: unset;
  padding: 0;
  background: transparent;
  border: unset;
  height: 20px;
}

.menuMenu .menu-links .chi_plashka_nav_inner {
  padding: 0;
}

.menuMenu .menu-links .chi_plashka_nav_inner span {
  font-weight: normal;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -32px;
}

.grid-sm {
  margin-left: -16px;
}

.grid-sm > div {
  padding-left: 16px;
  box-sizing: border-box;
}

.grid > div {
  padding-left: 32px;
  box-sizing: border-box;
}

.grid-1-4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 29px;
}

.grid-1-4 > li {
  border: 1px solid #CFD0D6;
  margin-right: -1px;
  margin-bottom: -1px;
  list-style: none;
  width: 25%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

@media screen and (max-width: 960px) {
  .grid-1-4 > li {
    width: 33.33333333%;
  }
}

@media screen and (max-width: 760px) {
  .grid-1-4 > li {
    width: 50%;
  }
}

.padding-rmb {
  padding-bottom: 0 !important;
}

.section {
  padding: 64px 0;
}

@media screen and (max-width: 960px) {
  .section {
    padding: 40px 0;
  }
}

.accordion_title {
  cursor: pointer;
  position: relative;
  padding-right: 23px;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #2D2D2D;
}

.accordion_title.opened::before {
  transform: scale(1, -1);
}

.accordion_title::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 7px;
  background: url("/local/templates/view/css/../img/tovar_cat_sidebar_str.svg") no-repeat left top;
  right: 0;
  top: 4px;
  transition: 0.3s;
}

.accordion_content {
  margin-top: 16px;
}

.accordion_content .aol_info span {
  margin-right: 8px;
  font-weight: normal;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

.two-columns {
  /*  display: flex;*/
}

.grid-wrapper {
  display: grid;
  grid-template-columns: 63% 5% 32%;
  grid-template-areas: 'slider divider sidebar'
 'map divider sidebar';
  grid-gap: 0;
  margin-top: 16px;
}

@media screen and (max-width: 1060px) {
  .grid-wrapper {
    grid-template-columns: 63% 2% 35%;
  }
}

.card_head {
  grid-area: slider;
}

.card_head_info {
  grid-area: info;
}

.card_content {
  grid-area: map;
}

.sidebar-wrap-sticky {
  grid-area: sidebar;
}

.two-columns .card {
  max-width: 78%;
}

.two-columns .card_head_info {
  width: auto;
  margin: 0;
  padding-right: 15px;
}

.two-columns .card_head_slider {
  width: 100%;
  padding: 0;
}

.two-columns .chs_th {
  left: 0;
}

.two-columns .chi_block {
  width: 100%;
  max-width: 280px;
  min-width: inherit;
  padding-left: 0;
}

.two-columns .chs_big_main {
  margin-left: 75px;
}

.two-columns .card_head {
  margin: 0;
}

.two-columns .card_head_info {
  min-width: inherit;
}

.two-columns .card_content {
  width: 100%;
}

.title-map-hint {
  font-size: 14px;
  line-height: 16px;
  color: #404355;
  font-weight: bold;
  max-width: 70%;
}

.link-map-tel {
  text-decoration: none;
  font-size: 14px;
  color: #404355;
  line-height: normal;
  margin: 0;
}

.adrees-map-hint {
  font-size: 12px;
  line-height: 120%;
  color: #5D6275;
  margin-top: 8px;
}

.isl_basket {
  margin-left: 15px;
}

.flex-post-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tab-content {
  display: none;
}

.tab-content--active {
  display: block;
}

.no-flex {
  display: block;
}

.no-flex input {
  margin-bottom: 20px;
}

.no-flex .btn_main {
  margin-left: auto;
}

.flex-modal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link-passwoerd {
  font-size: 14px;
  line-height: 20px;
  color: #732635;
}

.fl_btn_all:before {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.fl_text_open .fl_btn_all:before {
  opacity: 1;
  transform: rotate(180deg);
}

.sm-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}

.is_nav_list > li > ul {
  max-height: 650px;
  overflow: auto;
  height:100%
}

@media screen and (max-width: 1220px) {
  .flex-post-block .cat_list_basket {
    display: block;
    min-width: inherit;
    width: 100%;
    margin-left: 15px;
  }
  .flex-post-block .isl_price {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1020px) {
  .grid-wrapper {
    grid-template-columns: 100%;
    grid-template-areas: 'slider'
 'sidebar'
 'info'
 'map';
    grid-gap: 20px;
  }
  .grid-wrapper .card_head_slider {
    max-width: inherit;
    max-height: inherit;
  }
  .grid-wrapper .card_tab_nav {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .two-columns .card_head_info {
    padding: 0;
  }
  .two-columns .chi_block {
    max-width: inherit;
  }
  .two-columns .card_content {
    margin: 0;
  }
  .flex-post-block {
    flex-direction: column;
    align-items: flex-start;
  }
  .flex-post-block .cat_list_basket {
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 575px) {
  .isl_basket {
    margin-left: 0;
  }
}

/*----------------*/



.partner-page .head-block-info {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    color: 
    #a22330;
}
.partner-page .content-base {
    border: 2px solid #f0f0f0;
    border-radius: 10px;
    padding: 15px;
	margin-bottom:15px;
}

.partner-page .form-group{
    
	margin-bottom:10px;
}

.partner-page input {
    background:#FFFFFF;
	border: 1px solid#CFD0D6;
	box-sizing: border-box;
	box-shadow: inset 2px 2px 2px rgba(64, 67, 85, 0.15);
	border-radius: 4px;
	font-size: 14px;
	color:#2D2D2D;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 120px;
	width: 80%;
	display: block;
	min-height: 40px;
}



/*----------------*/


.dppg .dppg-sp-c
{
	display:none;
	box-shadow: 0px 2px 4px #acacac;
	border-radius: 0px 5px 5px 0px;
	padding:5px 10px;
}
.dppg .dppg-sp-h
{
	padding: 5px 5px;
	background-color:#dfdfdf;
	margin: 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow:0px 1px 0px #acacac;
	cursor:pointer;
}
.dppg .dppg-sp-h[data-open=Y]{
    color:#fff;
    background-color: #8f8f8f;   
}
.dppg .dppg-warn-head{
	color:#9f0e15;
	font-weight:bold;
	text-transform:uppercase;
	font-size:18px;
	padding:10px;
	margin-bottom:10px;
}


.dppg .dppg-hb-icons
{
	min-width: 80px;
}
.dppg .dppg-warn-pre-text
{
	font-weight:bold;
}
.dppg .dppg-hb-icons-img
{
	width: 80px;
	height: 50px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('/upload/pages/delivery/delicons.jpg');

}


.dppg .dppg-warn
{
	min-width: 80px;
}
.dppg .dppg-warn-pre-text
{
	font-weight:bold;
}
.dppg .dppg-warn .dppg-warn-icons-img
{
	width: 80px;
	height: 60px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('/upload/pages/delivery/delicons.jpg');

}
.dppg .dppg-warn .dppg-warn-icons-img.times
{
	height: 56px;
	background-position: 0px -63px;
}
.dppg .dppg-warn .dppg-warn-icons-img.payicons
{
	height: 60px;
	background-position: 0px -140px;
	margin-top:20px;
}
.dppg .hpi-text
{
	margin:10px auto;
}
.dppg ul{
	padding:15px 10px;
	list-style: none;
}
.dppg li{
	
	padding:10px;
	
}

.dppg li:nth-child(odd) {background: #efefef}
.dppg li:nth-child(even) {background: #fff}

.dppg ul li:before{
	content:" ";
	width:8px;
	height:8px;
	background-color:#9f0e15;
	border-radius:50%;
	position:absolute;
	display: block;
	left: 5px;
	top: 40%;
}


.dppg ul[type=disc]{
	list-style: none;
	position: relative;
}
.dppg ul li{
	position: relative;
	padding-left:20px;
	
}

.dppg ul[type=disc] li:before{
	content:"";
	width:8px;
	height:8px;
	background-color:#9f0e15;
	border-radius:50%;
	position:absolute;
	display: block;
	left: 5px;
	top: 40%;
}
/*---------------*/
.step2select .card-image-view
{
	width: 80px;
	height: 45px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('/upload/pages/bankcard/cardicon.jpg');

}

.step2select ul{
	list-style:none;	
}
.step2select ul li{
	position:relative;
	margin-left: 15px;
	display:inline-block;
}

.step2select .cardType
{
	bottom:20px;
	display:inline-block;
	position: absolute;
}
.step2select .payvarImg
{
	width: 140px;
	height: 80px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url('/upload/pages/bankcard/cardsyslogo.jpg');
	display:inline-block;
}
.step2select .payvarImg.visa
{
	background-position: 0px 10px;
}
.step2select .payvarImg.mc
{
	background-position: -140px 0px;
}

/*------------*/
.credit .one-bank
{
  margin-bottom:10px;
}
.credit .one-bank .bank-name
{
	font-size:18px;
	font-weight:bold;
}

.crpg .stepbuy-info
{
	padding: 10px;
	margin-bottom: 10px;
}

.crpg .step-block{
	height: auto;
	display: flex;
}

.crpg .step-block .step-number{
	font-family:'Roboto';
	float: left;
	font-size: 50px;
	color: #a7a7a7;
	padding-right: 10px;
	font-weight: bold;
}

.crpg .step-block .step-text{	
	padding: 10px;
	padding-top: 20px;
	padding-left: 5px;
	width: auto;
	font-weight: bold;	
}
.crpg .powerblock .step-block .step-text{	
	padding: 10px;
	padding-top: 10px;
	padding-left: 5px;
	width: auto;
	font-weight: normal;	
}
.crpg .step-text .step-desc-head{	
	padding: 10px;
	text-transform:uppercase;
	color:#9e0f15;
}


.crpg .usl-paylate .usl-paylate-list-item{
	padding:5px;
}

.crpg .usl-paylate .usl-paylate-list-item-number
{
	display:inline-block;
	margin:0px 5px;
	width: 23px;
	height: 23px;
	background-position: 0px -23px;
	background-repeat: no-repeat;
	background-image: url('/upload/about/about-li-view.jpg');
}

.crpg .usl-paylate .usl-paylate-list-item:hover .usl-paylate-list-item-number
{	
	background-position: 0px 0px;
}

.crpg .usl-paylate .usl-paylate-list-item-item-text
{
	display: inline-block;
	top: -7px;
	position: relative; 
	height: 23px;
	margin-left: 5px;
}
/*----------------*/

.howto .stepbuy-info
{
	padding: 10px;
	margin-bottom: 10px;
}

.howto .step-block{
	height: auto;
    min-height: 100px;
	display: flex;
}

.howto .step-block .step-number{
	font-family:'Roboto';
	float: left;
	font-size: 70px;
	color: #a7a7a7;
	padding-right: 10px;
	border-right: 1px dotted #a7a7a7;
	font-weight: bold;
}

.howto .step-block .step-text{	
	padding: 10px;
	padding-top: 5px;
	padding-left: 15px;
	width: auto;
}

.howto .step-text .step-desc-head{	
	padding: 10px;
	text-transform:uppercase;
	color:#9e0f15; 
}

.howto .bs-callout-danger {
    background-color: #fdf7f7;
    border-color: #eed3d7;
}

.howto .bs-callout-info {
    background-color: #f4f8fa;
    border-color: #bce8f1;
}

.howto .bs-callout {
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
    border-left-color: rgb(238, 238, 238);
}


.howto li.one-var-to-pay
{ 
	border-bottom: 1px solid #eee;
	font-size: 14px;
	list-style: none;
	padding: 10px 0 5px 5px;
	position: relative;
}

.howto li.one-var-to-pay:hover .name,
.howto ul.vars-to-pay li.one-var-to-pay:hover:before
{ 
	color:#9e0f15;
}

.hl_top_info .pu_quest_inner {
    bottom: -74px;
}
.hl_top_info .pu_quest_inner:before{
    opacity:0;
}
.hl_top_info .pu_quest i{
    color:#000;
}
.hl_top_info .pu_quest{
	border: 2px solid #090909;
}

.maintr td strong{
font-size: 18px;
    margin-bottom: 15px;
}

.card_content .tab_content .card_tab_char_main .col2 .proplist table tbody .maintr td {
vertical-align:bottom;
background:none;
}

.groups .btn.btn-default {
    margin-top: 25px;
}

.container.groups{
	padding-top: 80px;
    padding-bottom: 50px;
}

.secondrow {
    display: flex;
    justify-content: space-between;
}

.secondrow .selectleft {
width:35%;
}

.secondrow .selectright {
width:35%;
}

.secondrow .selectleft select{
    width: 100%!important;
    height: 350px;
}

.secondrow .selectright select{
    width: 100%!important;
    height: 350px;
}
.secondrow #rs_grupper_move_l {
	width: 30px;
    height: 30px;
    border: solid 1px;
}

.secondrow #rs_grupper_move_r {
	width: 30px;
    height: 30px;
    border: solid 1px;
}
/* End */


/* Start:/local/templates/view/css/customnew.css?1660771435215771*/
body .new{
  font-family: 'Play';
}

/*  Начало блока Header   */

.new .wmain {
  max-width: 1361px;
}

.newheader .hl_city_select svg{
  display:none;
}

.newheader .hl_city_select span{
  margin-left: 20px;
  color: #7E84F2;
}

.newheader .wmain {
  max-width: 1361px;
  width: 1361px;
}

.newheader .hlb_search:before{
  background: none;
}


.newheader .hl_bottom{
  box-shadow: none;
  background: #f5f5f5;
}


.newheader .hl_bottom plr .hlb_nav{
  margin-left: 43px;
}

.newheader .hl_bottom plr .hlb_nav a {
  margin-left: 43px;
}

.newheader .hl_top_right{
  margin-right: 22px;
}


.newheader {
  font-family: 'Play';
}

.newheader .hl_phone{
  font-family: 'Play';
}

.newheader .logo_inner {
  overflow: hidden;
  width: 150px;
  min-width: 150px;
}
.newheader .btn_main{
  background: #7E84F2;
  border-radius: 10px;
}
.newheader .hl_btn_cat{
  font-family: 'Play';
  margin-left: 90px;
  width: 120px;
  min-width: 120px;
  padding-left: 14px;
  padding-right: 13px;
  font-weight: 700;
  line-height: 13px;
}

.newheader .hl_bottom .wmain {
  justify-content: flex-start;
}

.newheader .hlb_search {
  width: 655px;
}

.newheader .hlb_search input{
  border: 2px solid #7E84F2;
  border-radius: 5px;
}

.newheader .hlb_search_btn{
  background: #7E84F2;
  border-radius: 5px;
  width: 100px;
}

.newheader .hlb_search_btn svg{
  display:none;
}

.newheader .hlb_search_btn:before{
  background: url(/include/header2021/search_icon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 20px;
  height: 17px;
  padding-bottom: 12px;
  background-repeat: no-repeat;
  padding-left: 11px;
}

.newheader .hlb_nav a{
  font-family: 'Play';
  font-size:12px;
  font-weight: 700;
}

.newheader .compare-base-count svg{
  display:none;
}

.newheader .compare-base-count:before{
  background: url(/upload/comapre2.svg);
  display:block;
  content:"";
  position:absolute;
  width: 21px;
  height: 19px;
}

.newheader .hlb_nav_ico-compare svg{
  display:none;
}

.newheader .hlb_nav_ico-compare:before{
  background: url(/upload/heart2.svg);
  display:block;
  content:"";
  position:absolute;
  width: 24px;
  height: 20px;
}

.newheader .basket-count svg{
  display:none;
}

.newheader .basket-count:before{
  background: url(/upload/shop_cart.svg);
  display:block;
  content:"";
  position:absolute;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  padding-right: 3px;
  padding-bottom: 5px;
}

.newheader .hlb_nav_ico i{
  position: relative;
  margin-left: 10px;
}

.newheader .hl_user_exit{
  color: #7E84F2;
  font-size: 14px;
  font-weight: 700;
}

.newheader .hl_user_exit svg{
  display:none;
}

.newheader .hl_user_exit:before{
  background: url(/include/header2021/exit_icon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 30px;
  height: 27px;
  background-repeat: no-repeat;
  margin-right: 14px;
  position: relative;
}

.newheader .hl_user_name{
  font-family: 'Play';
}

/*  Выплывающее меню Header   */

.newheader .hl_bottom .is_nav {
  width: 320px;
}

.newheader .hl_bottom .is_nav [data-id="2113"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="2113"]:before{
  background: url(/upload/korzina.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 6px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newheader .hl_bottom .is_nav [data-id="1707"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="1707"]:before{
  background: url(/upload/televisor.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}


.newheader .hl_bottom .is_nav [data-id="1717"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="1717"]:before{
  background: url(/upload/split_sist.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newheader .hl_bottom .is_nav [data-id="1713"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="1713"]:before{
  background: url(/upload/bitovaya.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newheader .hl_bottom .is_nav [data-id="1711"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="1711"]:before{
  background: url(/upload/plita.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newheader .hl_bottom .is_nav [data-id="1710"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="1710"]:before{
  background: url(/upload/computer.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 16px;
  margin-top: 7px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newheader .hl_bottom .is_nav [data-id="1709"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="1709"]:before{
  background: url(/upload/telephone.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newheader .hl_bottom .is_nav [data-id="1714"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="1714"]:before{
  background: url(/upload/photocamera.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newheader .hl_bottom .is_nav [data-id="1716"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="1716"]:before{
  background: url(/upload/mashina.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newheader .hl_bottom .is_nav [data-id="1712"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="1712"]:before{
  background: url(/upload/pila.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newheader .hl_bottom .is_nav [data-id="1715"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="1715"]:before{
  background: url(/upload/phen.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newheader .hl_bottom .is_nav [data-id="1718"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="1718"]:before{
  background: url(/upload/kupon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 11px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newheader .hl_bottom .is_nav [data-id="2128"] i{
  display:none;
}

.newheader .hl_bottom .is_nav [data-id="2128"]:before{
  background: url(/upload/butilka.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  margin-top: 7px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newheader .hl_fixed .is_nav .is_btn_sale{
  display:none;
}



/*  Конец блока Header   */



.new .is_btn_sale{
  display:none;
}


.new .mainblock{
  display:flex;
  flex-direction:row;
  background: transparent;
}

.new .wmain{
  width:100%;
}

.new .index_inner{
  width:100%;
}

.new .col2{
  width:70%;
  padding-left: 20px;
  background-color: transparent;
}

.new .mainblock .is_nav{
  border-radius: 0px;
  box-shadow: none;
}

.new .col1{
  width:30%;
}

.new .header_slider {
  width: 100%;
}

.new .mainblock .col1 ul li[data-id="2113"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="2113"]:before{
  background: url(/upload/korzina.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .is_nav_list li a {
  padding-right: 15px;
  font-size: 16px;
  font-family: 'Play';
}

.new .mainblock .col1 ul li[data-id="1707"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="1707"]:before{
  background: url(/upload/televisor.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .mainblock .col1 ul li[data-id="1717"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="1717"]:before{
  background: url(/upload/split_sist.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .mainblock .col1 ul li[data-id="1713"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="1713"]:before{
  background: url(/upload/bitovaya.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .mainblock .col1 ul li[data-id="1711"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="1711"]:before{
  background: url(/upload/plita.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .mainblock .col1 ul li[data-id="1710"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="1710"]:before{
  background: url(/include/header2021/book_icon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 16px;
  margin-top: 7px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .mainblock .col1 ul li[data-id="1709"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="1709"]:before{
  background: url(/include/header2021/phone_icon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .mainblock .col1 ul li[data-id="1714"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="1714"]:before{
  background: url(/include/header2021/camera_icon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .mainblock .col1 ul li[data-id="1716"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="1716"]:before{
  background: url(/include/header2021/car_icon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .mainblock .col1 ul li[data-id="1712"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="1712"]:before{
  background: url(/include/header2021/power_icon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .mainblock .col1 ul li[data-id="1715"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="1715"]:before{
  background: url(/include/header2021/hair_icon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .mainblock .col1 ul li[data-id="1718"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="1718"]:before{
  background: url(/include/header2021/sale_icon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 11px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .mainblock .col1 ul li[data-id="2128"] i{
  display:none;
}

.new .mainblock .col1 ul li[data-id="2128"]:before{
  background: url(/include/header2021/but1_icon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  margin-top: 7px;
  background-repeat: no-repeat;
  background-size: contain;
}

.new .mainblock .header_slider .owl-wrapper .banner_image {
  height:370px;
}

.new .mainblock .rasspr{
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  height: 160px;
  margin-top: 31px;
  display:flex;
  flex-direction:row;
  background: #fff;
}

.new .mainblock .header_slider .owl-wrapper-outer .owl-item{
  width:100%;
}

.new .mainblock . col1 .is_nav{
  border-radius: 5px;
  border: 1px solid #c4c4c4;
}

.new .mainblock .rasspr .ras1{
  margin-left:25px;
}

.new .mainblock .rasspr .ras2{
  margin-left:40px;
}



.new .mainblock .rasspr .ras1 img{
  height:160px;
}

.new .mainblock .header_slider .owl-pagination{
  bottom: 2px;
}

.new .header_slider .owl-theme .owl-controls .owl-page span{
  width: 50px;
  height: 5px;
  background: #7E84F2;
}

.new .header_slider .owl-theme .owl-controls .owl-page:active{

}

.new .mainblock .rasspr .ras2 .best_pred{
  font-family: 'Play';
  font-size: 16px;
  padding-left: 100px;
  text-align: center;
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 15px;
}

.new .mainblock .rasspr .ras2 .sale{
  font-family: 'Play';
  font-size: 20px;
  border: 1px solid #7E84F2;
  background: #7E84F2;
  color: #fff;
  margin-left: 100px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  border-radius: 5px;
  margin-top: 25px;
  box-shadow: 3px 3px 5px rgb(203, 60, 69);
  text-decoration: none;
}


/*  Начало блока Footer   */




.newfooter .footer{
  background: #333333;
}

.newfooter .footermain_1{
  display:flex;
  flex-direction:row;
}

.newfooter .footer_1{
  margin-top: 30px;
}

.newfooter .footer_2{
  margin-top: 30px;
  margin-left: 240px;
}

.newfooter .footer_3{
  margin-top: 20px;
  margin-left: 230px;
}

.newfooter .footer_3 .footer_p{
  font-family: 'Play';
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 45px;
  padding-right: 45px;
}

.newfooter .footer_3 .footer_p .karta{
  font-family: 'Play';
  font-size: 16px;
  color: #fff;
  text-decoration:none;
}

.newfooter .f_list .f_list_slide .fl_title{
  color: #fff!important;
  font-family: 'Play';
  font-size:16px;
}

.newfooter .f_list .f_list_slide .fl_content ul li a{
  color: #fff!important;
  font-family: 'Play';
  font-size:16px;
}

.newfooter .f_list{
  color: #fff!important;
  font-family: 'Play';
  padding-top: 20px;
}

.newfooter .f_list .fl_title{
  color: #fff!important;
  font-family: 'Play';
  font-size:18px;
}

.newfooter .f_list .fl_content .f_cont_shop{
  display:none;
}

.newfooter .f_list .fl_content .f_phone a{
  color: #fff!important;
  font-family: 'Play';
  font-size:16px;
}

.newfooter .f_list .f_info_r .f_soc li a{
  border-radius: 30px;
  background: #7E84F2;
  width: 40px;
  height: 40px;
}

.newfooter .f_list .f_soc{
  margin-top: 18px!important;
}


.newfooter .f_bottom{
  background: #333333;
}

.newfooter .f_bottom .f_info_l{
  display:none;
}


.newfooter .f_bottom .f_politic{
  color: #7E84F2;
  font-family: 'Play';
  font-size:12px;
  background:none;
  background: url(/include/header2021/arrow_footer.png);
  background-repeat: no-repeat;
  background-position: right;
}

.newfooter .f_bottom .f_copy{
  color:#fff;
  font-family: 'Play';
  font-size:12px;
}

.newfooter .f_bottom .wmain {
  border-top: 0.5px solid #fff;
}

.newfooter .f_list .f_phone{
  margin-bottom: 5px;
}

.newfooter .f_list .fl_href {
  margin-top: 18px;
}

.newfooter .f_bottom{
  padding-top: 0px !important;
}


.newfooter .f_list .fl_href > li + li {
  margin-top: 12px;
}


/*  Конец блока Footer   */




/* Блок распродажи (начало) */



.new .index_sale .index_sale_list .isl_inner{
  height:auto;
  width: 100%;
}

.new .index_sale .index_sale_list li{
  height:auto;
  width: 20%;
}

.new .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  mn: ;
  */: ;
}

.new .section-gallery-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: row;
  z-index: 2;
}


.new .section-gallery-wrapper__item {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #fff;
  background-color: var(--white_text_black_reverse);
  background: 0 0;
  margin-bottom: -4px;
}

.new .section-gallery-wrapper__item-nav {
  display: block;
  position: relative;
  margin: 0 2px 0 0;
  height: 100%;
}


.new .section-gallery-wrapper__item._active img {
  opacity: 1;
}

.new .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}


.new .section-gallery-wrapper__item-nav:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #cdcdcd;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.new ._active .section-gallery-wrapper__item-nav:before {
  background-color: #7E84F2;
}

.new .section-gallery-wrapper__item img {
  opacity: 0;
  transition: opacity .2s ease-in-out;
  left: 1px;
  right: 1px;
}

.new .index_sale .section-gallery-wrapper__item img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
  object-fit: contain;
}


.new .index_sale .isl_btns{
  display: flex;
  flex-direction: row;
  top: 10px;
  right: 10px;
  opacity: 1;
}

.new .index_sale_list .isl_btns .isl_favor svg{
  display:none;
}

.new .index_sale_list .isl_btns .isl_favor:before{
  background: url(/include/header2021/fav_iconD9.svg);
  display:block;
  content:"";
  position:absolute;
  width: 22px;
  height: 22px;
  margin-left: 15px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 50px;
  top: -10px;
}

.new .index_sale_list .isl_btns .isl_favor:hover:before{
  background-image: url(/include/header2021/fav_icon_red.svg);
  background-repeat: no-repeat;
}

.new .index_sale_list .isl_btns .isl_favor.isl_nav_add:before{
  background-image: url(/include/header2021/fav_icon_fill.svg);
  background-repeat: no-repeat;
}

.new .index_sale_list .isl_btns .isl_compare svg{
  display:none;
}

.new .index_sale_list .isl_btns .isl_compare:before{
  background: url(/include/header2021/compare_iconD9.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 15px;
  top: -10px;
}

.new .index_sale_list .isl_btns .isl_compare.isl_nav_add:before{
  background-image: url(/include/header2021/compare_icon_red.svg);
  background-repeat: no-repeat;
}

.new .index_sale_list .isl_btns .isl_compare:hover:before{
  background: url(/include/header2021/compare_icon_red.svg);
  background-repeat: no-repeat;
}

.new .index_sale_list .isl_plashka{
  top:10px;
  left:10px;
  background: #7E84F2;
}

.new .index_sale_list .isl_plashka .isl_favor svg{
  margin-right:10px;
}

.new .index_sale_list .isl_name{
  font-weight: 600;
  font-size: 12px;
  font-family: 'Play';
  line-height: 17px;
  padding-top: 13px;
}

.new .index_sale_list .isl_nav .mb-zakaz{
  display:none;
}

.new .index_sale_list .isl_nav .mb-16 a{
  font-weight: 400;
  font-family: 'Play';
  font-size: 15px;
  border-radius: 5px;
  padding-right: 15px;
  line-height: unset;
  display: inline;
  padding-left: 44px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.new .index_sale_list .isl_nav .mb-16 a:before{
  background-image: url(/local/templates/view/img/plus_icon.svg);
  background-repeat: no-repeat;
  display:block;
  content:"";
  position:absolute;
  width: 20px;
  height: 20px;
  margin-left: 14px;
  margin-top: 0px;
  background-size: contain;
}

.new .index_sale_list .isl_nav .mb-16{
  /*margin-left: 86px;
            margin-top: 86px;*/
}



.new .index_sale_list .isl_nav .mb-16 .isl_basket_add:before{
  display:none;
}

.new .index_sale_list .isl_nav .mb-16 .isl_basket_add {
  border: none;
  background: #00AB26;
  padding-left: 41px!important;
  display:block;
  position:relative;
  padding-right: 13px;
  width: 140px;
}

.new .index_sale_list .isl_info_l .priceblock{
  display: flex;
  flex-direction: row;
  align-items: end;
  width: 100%;
}

.new .index_sale_list{
  width:100%;
  margin-top: 0px;
}

.new .index_sale_list li{
  width:20%;
}


.new .index_sale_list .isl_info_l .isl_old_price{
  display: flex;
  flex-direction: column;
  width: 40%;
  margin-right: 0px;
  align-items: center;
}

.new .index_sale_list .isl_info_l .priceblock .isl_price{
  width: 60%;
}

.new .index_sale_list .isl_info_l .isl_price{
  font-size:19px;
  font-family: 'Play';
  font-weight: 700;
}

.new .index_sale_list .isl_nav{
  width:100%;
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
  margin-top: 20px;
}

.new .index_sale_list .isl_nav .mb-col{
  width:30%;
}

.new .index_sale_list .isl_nav .mb-16{
  width:70%;
  margin-left: 30px;
}

.new .index_sale_list .isl_info_l .isl_old_price{
  text-decoration:none;
}

.new .index_sale_list .isl_info_l .isl_old_price .percent{
  font-size:10px;
  font-family: 'Play';
  color: #000;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid #FFC107;
  background: #FFC107;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 25px 0 25px 0;
  width: 50px;
  text-align: center;
  box-sizing:border-box;
  height: 18px;
  margin-bottom: 8px;
}

.new .index_sale_list .isl_info_l .isl_old_price .olpr{
  font-size:15px;
  font-weight: 700;
  font-family: 'Play';
  text-decoration: line-through;
}

.new .index_sale .is_title{
  font-size: 30px;
  font-family: 'Play';
  font-weight: 700;
  text-align: center;
}

.new .index_sale_nav > li a {
  border: none;
  border-radius: initial;
  border-bottom: 1px solid #a6a6a6;
  font-family: 'Play';
}

.new .index_sale_nav > li a.act {
  color: #2D2D2D;
  font-weight: bold;
  border-color: #7E84F2;
}

.new .index_sale_nav {
  display: flex;
  flex-wrap: inherit;
  overflow-y: hidden;
  margin-top: 0px;
}

.new .index_sale .isl_plashka{
  border-radius: 8px 0 8px 0;
  font-family: 'Play';
  width: 45px;
  height: 25px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  padding:0;
  line-height: 26px;
}

.new .index_sale_list .isl_info{
  flex-direction: column;
}

.new .index_sale_list .isl_info .stockblock{
  display: flex;
  flex-direction: row;
  width:100%
}

.new .index_sale_list .isl_info .stockblock .avai{
  width:50%
}

.new .index_sale_list .isl_info .stockblock .dost{
  width:50%
}

.new .index_sale_list .isl_info .stockblock .yesavai{
  font-family: 'Play';
  color: #00AB26;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

.new .index_sale_list .isl_info .stockblock .yesavai:before{
  width:5px;
  height:5px;
  display:block;
  content:"";
  position:absolute;
  background-color: #00AB26;
  border-radius: 50%;
  top: 8px;
}

.new .index_sale_list .isl_info .stockblock .dostreg{
  font-family: 'Play';
  color: #646464;
  font-size: 12px;
}


.new .index_sale_list .isl_info .artikul{
  font-family: 'Play';
  color: #646464;
  font-size: 11px;
  margin-top: 5px;
  position: relative;
}

.new .index_sale_list .mb-col{
  display: flex;
  flex-direction: row;
}

.new .index_sale_list .mb-col .plus{
  border: 1px solid #A6A6A6;
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
  color: #A6A6A6;
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-top: 5px;
}

.new .index_sale_list .mb-col .minus{
  border: 1px solid #A6A6A6;
  border-radius: 50%;
  text-align: center;
  line-height: 11px;
  color: #A6A6A6;
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-top: 5px;
}

.new .index_sale_list .mb-col .kolvo{
  width:10px;
  border: none;
  font-size: 20px;
  color: #a6a6a6;
  margin-left: 7px;
  margin-right: 7px;
}

.new .index_inner .index_sale .btn_main{
  font-family: 'Play';
  background-color: #7E84F2;
  border-radius: 5px;
  font-weight: 400;
}

.new .index_hit .stockblock .noavai{
  font-family: 'Play';
  color: #7E84F2;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}


.new .index_sale_list .isl_info .stockblock .noavai:before {
  width: 5px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  background-color: #7E84F2;
  border-radius: 50%;
  top: 8px;
}

.new .index_hit .stockblock .pusto{
  font-family: 'Play';
  color: #646464;
  font-size: 12px;
  position: absolute;
}

.new .index_sale_nav::-webkit-scrollbar{
  width: 24px;
  height: 4px;
  background-color: #5D6275;
  border-radius: 5px;
  box-shadow: inset 1px 1px 10px #f3faf7;
}

.new .index_sale_nav::-webkit-scrollbar-thumb {
  background-color: #7E84F2;
  border-radius: 9em;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #253861;
}


.new .index_about .product-day-base .product-day-content{
  display: flex;
  flex-direction: row;
  height: auto;
  width: 100%;
  padding: 30px;
}

.new .index_about .powers-product-list .product-day-base .colprod1{
  width:50%;
}
.new .index_about .powers-product-list .product-day-base .colprod2{
  width:50%;
  display: flex;
  flex-direction: row;
  position: relative;
}

.new .index_about .product-day-base{
  height: auto;
}

.new .index_about .product-day-base .product-day-content .colprod1 .product-day-head-text{
  font-family: 'Play';
  font-size: 25px;
  font-weight: 700;
  color: #000;
  border: 1px solid #FFC107;
  background: #FFC107;
  padding-bottom: 24px;
  padding-top: 24px;
  width: 235px;
  height: 20px;
  line-height: 24px;
  border-radius: 15px 0 15px 0;
  margin-left: 25px;
}

.new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a{
  font-size: 25px;
  font-family: 'Play';
  font-weight: 700;
  color: #000;
}

.new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name{
  margin-top: 50px;
  margin-left: 25px;
  width: 500px;
  text-align: left;
  line-height: 30px;

}

.new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about{
  display: flex;
  flex-direction: row;
}

.new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about .star:before{
  background: url(/include/header2021/star_icon.svg);
  width: 17px;
  height: 14px;
  position: relative;
  display: block;
  content: "";
  background-repeat: no-repeat;
  top: 21px;
  right: 21px;
}

.new .index_about .powers-product-list .product-day-base .colprod1 .about_col1{
  margin-left: 43px;
}

.new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about .star{
  margin-right: 20px;
}

.new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about .rate{
  font-size: 25px;
  font-family: 'Play';
  font-weight: 700;
  color: #7E84F2;
}

.new .index_about .powers-product-list .product-day-base .colprod1 .about_col2{
  font-size: 15px;
  font-family: 'Play';
  font-weight: 700;
  color: #9E9E9E;
  text-align: left;
  display: none;
}

.new .index_about .product-day-base .product-day-content .colprod1 .isl_price{
  display: flex;
  flex-direction: row;
}

.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .percent{
  border: 1px solid #FFC107;
  background: #FFC107;
  width: 68px;
  height: 28px;
  border-radius: 15px 0 15px 0;
  font-size: 14px;
  font-family: 'Play';
  font-weight: 800;
  line-height: 28px;
  transform: matrix(0.86, -0.49, 0.52, 0.86, 0, 0);
}

.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .isl_old_price{
  margin-right: 40px;
  font-size: 23px;
  font-weight: 700;
  font-family: 'Play';
  color: #7E84F2;
}

.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .isl_price{
  margin-left: 60px;
  font-size: 32px;
  font-weight: 700;
  font-family: 'Play';
}

.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock{
  width:50%;
}

.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .mb-16{
  width:50%;
  margin-top: 30px;
  margin-right: 50px;
}


.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .pu_quest{
  width:15px;
  height:15px;
  bottom: 10px;
}


.new .index_about .product-day-base .product-day-content .colprod1 .isl_info .mb-16 a:before {
  background-image: url(/local/templates/view/img/plus_icon.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: relative;
  width: 25px;
  height: 25px;
  background-size: contain;
  left: -8px;
  top:12px;
}

.new .product-day-content .pu_quest i {
  font-size: 10px;
  line-height: 5px;
  color: #807e81;
  text-align: center;
}

.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .mb-16 a{
  font-weight: 400;
  font-family: 'Play';
  font-size: 20px;
  line-height: 0px;
  padding-right: 0px;
  width: 190px;
  height: 50px;
  border-radius: 5px;
}



.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod img{
  display: block;
  width:auto;
  height: 100%;
  object-fit: contain;
  max-width: unset;
  max-height: 390px;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik{
  position: absolute;
  left: -160px;
  top: 30px;
  background: #f5f5f5;
  padding: 12px;
  border-radius: 3px;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod{
  position:relative;
  width: 100%;
  text-align: center;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod a{
  margin-top: 2px;
  position: relative;
  max-height: 100%;
  height: 100%;
}

.new .index_about .powers-product-list .product-day-base .colprod2 #countdown{
  display: flex;
  flex-direction: row;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .imagesch .imgsch:before{
  background-image: url(/include/header2021/time_icon.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: relative;
  width: 31px;
  height: 32px;
  top: 5px;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .countDiv1:after{
  content: ":";
  display: block;
  position: absolute;
  padding-top: 3px;
  padding-left: 8px;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .countDiv2:after{
  content: ":";
  display: block;
  position: absolute;
  padding-top: 3px;
  padding-left: 8px;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .timeel{
  font-family: 'Play';
  font-size: 23px;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .optime{
  font-family: 'Play';
  font-size: 15px;
  line-height: 10px;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .countHours{
  padding-left: 20px;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .countMinutes{
  padding-left: 20px;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .countSeconds{
  padding-left: 20px;
}



.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .optime{
  font-family: 'Play';
  font-size: 15px;
  line-height: 10px;
}

.new ul li .priceblock {
  height:48px;
}


.new .product-day-base {
  display: block;
  width: 100%;
}

.new .powers-product-list {
  display: block;
  width: 100%;
}

.new .index_about .product-day-base .product-day-content {
  box-sizing: border-box;
}

.new .product-day-content {
  box-shadow: 0px 8px 10px rgb(203 60 69 / 15%);
}

.new .index_about .powers-product-list .product-day-base .product-day-content .colprod1 .isl_info .isl_price .isl_basket_add{
  background: #00AB26;
}

.new .index_about .powers-product-list .product-day-base .product-day-content .colprod1 .isl_info .isl_price .isl_basket_add:before {
  background-image: url(/include/header2021/check2_icon.svg);
  background-repeat: no-repeat;
  width: 27px;
  height: 26px;
  content: "";
  display: block;
  position: relative;
  background-size: contain;
  top: 12px;
}

.new .index_sale_list .isl_nav .mb-16 .isl_basket_add:before{
  background-image: url(/include/header2021/check2_icon.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  left: 0px;
  margin-top:0px;
  top: 7px;
}


.new .index_sale .pu_quest i {
  font-size: 10px;
  line-height: 14px;
  color: #A6A6A6;
}

.new .index_sale .pu_quest {
  width: 15px;
  height: 15px;
  border: 1px solid #A6A6A6;
  padding: 0px;
  bottom: 15px;
  right: 5px;v
}


.new .index_sale .index_sale_all {
  text-align: center;
  padding-bottom: 40px;
}

.newheader .hl_fixed{
  background: #ffffff;
  z-index:1000;
}


.new .index_sale{
  background: #E5E5E5;
  margin-top: 40px;
}

.new .index_sale .is_title{
  padding-top: 25px;
  padding-bottom: 25px;
}

.new .index_sale .index_sale_list{
  padding-bottom: 40px;
}

.new .index_hit{
  background: #E5E5E5;
}

.new .index_about {
  margin-top: 40px;
  background-color: #ffffff;
}

.new .index_sale_all {
  margin-top: 0px;
}


.new .index_hit {
  margin-left: -50%;
  margin-right: -50%;
  padding-left: 50%;
  padding-right: 50%;
}
.new .index_sale {
  margin-left: -50%;
  margin-right: -50%;
  padding-left: 50%;
  padding-right: 50%;
}


body .new {
  background-color: #f5f5f5;
}

.new .index_sale_list .mb-col {
  align-items: flex-start;
}

.new .index_sale_list .isl_nav .mb-16 .isl_basket_add {
  padding-left: 44px;

}

.new .index_sale_list .isl_nav .mb-16 .isl_basket_add {
  margin-top: -10px;
}


.new .index_sale .index_sale_list li {
  border: 1px solid #CFD0D6;
}


.new .index_sale .slick-prev:before{
  background-image: url(/include/header2021/left_icon_fill.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  border:none;
  left: 11px;
  top: 9px;
  opacity: 0.7;
  box-shadow: none;
}

.new .index_sale .slick-prev:hover:before{
  background-image: url(/include/header2021/left_icon_fill.svg);
  opacity: 1;
}

.new .index_sale .slick-prev:hover{
  zoom: 1.2;
  transition: all 0.3s;
}


.new .index_sale .slick-next:before{
  background-image: url(/include/header2021/right_icon_fill.svg);
  background-repeat: no-repeat;
  width: 13px;
  height: 15px;
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  border:none;
  left: 13px;
  top: 7px;
  opacity: 0.7;
  box-shadow: none;
}

.new .index_sale .slick-next:hover{
  zoom: 1.2;
  transition: all 0.3s;
}

.new .index_sale .slick-next:hover:before{
  background-image: url(/include/header2021/right_icon_fill.svg);
  opacity: 1;
}


.new .index_sale_nav > li a:hover, .index_sale_nav > li a.act {
  background: #e5e5e5;
}

.body_scroll_act .newheader .hl_bottom {
  box-shadow: 0px 2px 4px rgb(64 67 85 / 20%);
}

.new .index_sale .index_sale_list .isl_inner:hover {
  box-shadow: 0 8px 16px rgb(33 33 33 / 20%);
}





/* НАЧАЛО Каталога */

.newcatalog{
  background: #F5F5F5;
}

.newcatalog .content{
  margin-top:5px;
  padding-top:15px;
  padding-bottom: 30px;
}

.newcatalog .catalog_list li {
  border: 1px solid #CFD0D6;
  margin-right: -1px;
  margin-bottom: -1px;
}

.newcatalog .catalog_list .cl_inner_list li{
  border: none;
  box-shadow:none;
}

.newcatalog .catalog_list .cl_inner_list li:hover{
  box-shadow:none;
}


.newcatalog .catalog_list li:hover {
  box-shadow: 0 8px 16px rgb(33 33 33 / 20%);
  z-index: 999;
}

.newcatalog .catalog_list .cl_title{
  font-family: 'Play';
  margin-top: 15px;
  font-size: 14px;
}

.newcatalog .catalog_list .cl_inner_list{
  font-family: 'Play';
  margin-bottom: 15px;
  margin-top: 15px;
}

.newcatalog .catalog_list .cl_inner_list > li + li {
  margin-top: 10px;
}

.newcatalog .catalog_list > li {
  width: 25%;
  padding-left: 23px;
  padding-right: 23px;
  background: #fff;
}

.newcatalog .cl_img:hover {
  background: none;
  z-index:999;
}

.newcatalog .catalog_list .cl_img{
  background: #ffffff;
}

/* КОНЕЦ Каталога */



/* НАЧАЛО Меню слева */


.newcatalog .wmain {
  width: 1216px;
  max-width: 1361px;
  width: 1361px;
}

.newcatalog .tm{
  font-family: 'Play';
  margin-top: 20px;
}

.newcatalog .tm_num{
  font-family: 'Play';
  margin-bottom: 3px;
}

.newcatalog .content_sidebar{
  border: 1px solid #CFD0D6;
  background:#fff;
  width:20%;
  margin-bottom: 88px;
}

.newcatalog .content_inner{
  padding-top: 30px;
  width: 100%;
}

.newcatalog .cat_filtr > li {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.newcatalog .cat_filtr_title{
  font-size: 12px;
  font-family: 'Play';
  font-weight: 700;
  color: #000;
}

.newcatalog .cf_content {
  margin-top: 13px;
}

.newcatalog .cf_content .min-price{
  width: 110px;
  height: 25px;
  border: 1px solid #CFD0D6;
  border-radius: 5px;
  font-size: 12px;
}

.newcatalog .cf_content .max-price{
  width: 110px;
  height: 25px;
  border: 1px solid #CFD0D6;
  border-radius: 5px;
  font-size: 12px;
}

.newcatalog .cat_filtr > li + li {
  margin-top: 3px;
}

.newcatalog .content_sidebar .cf_search{
  width: 243px;
}

.newcatalog .cf_search .local-search-inp {
  height: 25px;
  font-size: 12px;
  color: #A6A6A6;
  border: 1px solid #CFD0D6;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: 'Play';
}

.newcatalog .cf_content .cf_search_btn:before{
  background-image: url(/include/header2021/krest.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  left: 26px;
}

.newcatalog .cf_content input:hover {
  border-color: #7E84F2 !important;
  color: #2D2D2D !important;
}

.newcatalog .cf_content .cf_search_btn img{
  display:none;
}


.newcatalog .cat_filtr .cf_content .cf_inner_list{
  margin-top: 13px;
}

.newcatalog .cat_filtr .cf_content .cf_inner_list .one-val-filter  {
  margin-top: 5px;
}

.newcatalog .cat_filtr .cf_content .cf_inner_list .one-val-filter .check{
  font-size: 12px;
  font-family: 'Play';
  color: #000;
  font-weight: 500;
}

.newcatalog .cat_filtr .cf_content .cf_inner_list .one-val-filter .count-var{
  font-size: 12px;
  font-family: 'Play';
  color: #A6A6A6;
  margin-left:0px;
}

.newcatalog .cat_filtr .cf_content .cf_inner_list .checkbox{
  display: none;
}

.newcatalog .cat_filtr .cf_content .cf_inner_list .check:before{
  background-image: url(/include/header2021/box_icon.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  padding-bottom: 3px;
}

.newcatalog .cat_filtr .cf_content .cf_inner_list .check:checked:before {
  background-image: url(/include/header2021/box_icon_fill.svg)
}

.newcatalog .content_inner .cat_filtr .cf_content .cf_inner_list .check span{
  margin-left: 25px;
}

.newcatalog .cat_filtr .cf_content .cf_inner_list .one-val-filter .count-var{
  margin-left:0px!important;
}

.newcatalog .content_sidebar .cat_filtr .cf_content .cf_btn_all span{
  color: #7E84F2;
  font-size: 12px;
  font-family: 'Play';
}

.newcatalog .content_sidebar .cat_filtr .cf_content .cf_btn_all{
  color: #7E84F2;
}

.newcatalog .content_sidebar .cf_clear{
  margin-top: 20px;
  color: #7E84F2;
  padding-left: 20px;
  font-family: 'Play';
  font-size: 12px;
}


/* КОНЕЦ Меню слева */




/* НАЧАЛО МЕНЮ Каталог список */

.newcatalog .is_nav{
  border-radius: 0px;
  box-shadow: none;
}

.newcatalog .is_btn_sale{
  display:none;
}

.newcatalog .index_sidebar{
  width:30%;
  margin-right: -1px;
}

.newcatalog .index_sidebar ul li[data-id="2113"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="2113"]:before{
  background: url(/upload/korzina.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .is_nav_list li a {
  padding-right: 15px;
  font-size: 16px;
  font-family: 'Play';
}

.newcatalog .index_sidebar ul li[data-id="1707"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="1707"]:before{
  background: url(/upload/televisor.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .index_sidebar ul li[data-id="1717"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="1717"]:before{
  background: url(/upload/split_sist.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .index_sidebar ul li[data-id="1713"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="1713"]:before{
  background: url(/upload/bitovaya.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .index_sidebar ul li[data-id="1711"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="1711"]:before{
  background: url(/upload/plita.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .index_sidebar ul li[data-id="1710"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="1710"]:before{
  background: url(/upload/computer.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 16px;
  margin-top: 7px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .index_sidebar ul li[data-id="1709"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="1709"]:before{
  background: url(/upload/telephone.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .index_sidebar ul li[data-id="1714"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="1714"]:before{
  background: url(/upload/photocamera.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .index_sidebar ul li[data-id="1716"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="1716"]:before{
  background: url(/upload/mashina.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .index_sidebar ul li[data-id="1712"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="1712"]:before{
  background: url(/upload/pila.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .index_sidebar ul li[data-id="1715"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="1715"]:before{
  background: url(/upload/phen.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .index_sidebar ul li[data-id="1718"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="1718"]:before{
  background: url(/upload/kupon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-top: 11px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .index_sidebar ul li[data-id="2128"] i{
  display:none;
}

.newcatalog .index_sidebar ul li[data-id="2128"]:before{
  background: url(/upload/butilka.svg);
  display:block;
  content:"";
  position:absolute;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  margin-top: 7px;
  background-repeat: no-repeat;
  background-size: contain;
}

.newcatalog .cat_list{
  width: 1085px;
}

.newcatalog .cat_list .dopinfo{
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  width:100%;
}

.newcatalog .cat_list .dopinfo .inner_rating{
  display: flex;
  flex-direction: row;
}

.newcatalog .cat_list .cat_list_content .properties ul li{
  border:none;
  margin-left: 0px;
  padding-top: 5px;
}

.newcatalog .content_inner_right .cat_content .cat_list li {
  border: 1px solid #000;
  margin-left:18px;
}

.newcatalog .cat_list_name {
  font-weight: 700;
  font-size: 17px;
  font-family: 'Play';
}

.newcatalog .cat_list .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg .sscls-2{
  fill: #333;
  fill: var(--white_text_black);
  fill-rule: evenodd;
}

.newcatalog .cat_list .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg .sscls-2{
  fill: #D9D9D9;
}

.newcatalog .cat_list .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg .sscls-1{
  fill-opacity: 0;
}

.newcatalog .cat_list .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg .sscls-1{
  fill: #333;
  fill: var(--white_text_black);
  fill-rule: evenodd;
}

.newcatalog .cat_list .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg svg{
  display: block;
}

.newcatalog .cat_list .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg svg:not(:root){
  overflow: hidden;
}

.newcatalog .cat_list .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg {
  top: -1px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  min-width: 30px;
  min-height: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: auto;
  min-height: auto;
}

.newcatalog .cat_list .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating {
  padding: 0 1px;
}

.newcatalog .cat_list .rate .blog-info__rating--top-info .votes_block .ratings {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.newcatalog .cat_list .rate .blog-info__rating--top-info .votes_block {
  margin: 0 -2px 0;
  font-size: 0;
}

.newcatalog .cat_list .rate .blog-info__rating--top-info {
  display: flex;
  align-items: center;
}

.newcatalog .cat_list .rate {
  height: auto;
  padding-top: 1px;
  width:15%;
}

.newcatalog .cat_list .cat_list_name {
  min-height: 1px;
}

.newcatalog .cat_list .dopinfo .nal .nalich{
  font-family: 'Play';
  color: #00AB26;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

.newcatalog .cat_list .dopinfo .nal .nalich:before {
  width: 5px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  background-color: #00AB26;
  border-radius: 50%;
  top: 39px;
  left: 88px;
}

.newcatalog .cat_list .dopinfo .nal{
  margin-left: 15px;
  width: 32%;
}

.newcatalog .cat_list .dopinfo .dost{
  font-family: 'Play';
  color: #646464;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
  width: 30%;
}

.newcatalog .cat_list .dopinfo .articul{
  font-family: 'Play';
  color: #646464;
  font-size: 12px;
  font-weight: 400;
  margin-left: 15px;
  width: 17%;
}


.newcatalog .cat_list .properties ul li{
  font-family: 'Play';
  color: #000;
  font-size: 14px;
  font-weight: 400;
  list-style:none;
}

.newcatalog .cat_list .properties ul {
  padding-left: 0px;
}

.newcatalog .cat_list .properties{
  margin-top: 15px;
}

.newcatalog .cat_content .pag {
  margin-bottom: 24px;
  margin-left: 15px;
}

.newcatalog .cat_content .pag .btn_main {
  font-family: 'Play';
  background: #7E84F2!important;
  font-size: 14px;
  border-radius: 5px;
}

.newcatalog .cat_content .pag_num > li a.act{
  font-family: 'Play';
  background: #333333;
  border-color: #333333
}

.newcatalog .cat_content .pag_num > li a {
  border-radius: 5px;
  font-family: 'Play';
}

.newcatalog .cat_filtr .cf_content .cf_inner_list .checkbox{
  display:block;
  background: url(https://004.ru/include/header2021/box_icon.svg);
  width: 13px;
  height: 13px;
  min-width: 13px;
}


.newcatalog .cat_filtr .cf_content .cf_inner_list  .checkbox:checked {
  background-image:  url(/upload/kubik2.svg);
}

.newcatalog .cat_filtr .cf_content .cf_inner_list .check:before {
  display:none;
}

.newcatalog .cat_content .pag .btn_main:hover {
  color: #fff;
  background: #333333;
}
.cf_plashka .btn_main{
  background-color: #7E84F2;
}



/* КОНЕЦ МЕНЮ Каталог список */

/* новая карточка */


.cardnew{
  background: #fff;
  margin-top: 30px;
}

.cardnew .row_top{
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 20px;
}

.cardnew .two-columns{
  display: inline-block;
  width: 100%;
}

.cardnew .row_top .card_head{
  width: 35%;
}

.cardnew .row_top .right_col{
  width: 55%;
  padding-left: 25px;
}

.cardnew .two-columns .chs_big_main {
  margin-left: 0px;
}

.cardnew .two-columns .chs_th {
  left: unset;
  position: relative!important;
  width: auto;
  padding-top: 0px;
  min-height: unset;
  max-height: 100px;
  width: 85%;
  margin: 0 auto;
}

.cardnew .row_top .card_head .slick-track{
  display: flex;
  flex-direction: row;
  /*width: 100%!important;*/
}


.cardnew .row_top .card_header .tm{
  font-weight: 700;
  font-size:30px;
  font-family: Montserrat;
}

.cardnew .row_top .card_header {
  display: flex;
  flex-direction: column;
}

.cardnew .row_top .card_header .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg .sscls-2{
  fill: #333;
  fill: var(--white_text_black);
  fill-rule: evenodd;
}

.cardnew .row_top .card_header .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg .sscls-2{
  fill: #D9D9D9;
}

.cardnew .row_top .card_header .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg .sscls-1{
  fill-opacity: 0;
}

.cardnew .row_top .card_header .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg .sscls-1{
  fill: #333;
  fill: var(--white_text_black);
  fill-rule: evenodd;
}

.cardnew .row_top .card_header .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg svg{
  display: block;
}

.cardnew .row_top .card_header .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg svg:not(:root){
  overflow: hidden;
  width: 20px;
  height: 20px;
}

.cardnew .row_top .card_header .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating .item-rating .svg {
  top: -1px;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  min-width: 30px;
  min-height: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  min-width: auto;
  min-height: auto;
}

.cardnew .row_top .card_header .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating {
  padding: 0 1px;
  display: flex;
  flex-direction: row;
}

.cardnew .row_top .card_header .rate .blog-info__rating--top-info .votes_block .ratings {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

.cardnew .row_top .card_header .rate .blog-info__rating--top-info .votes_block {
  margin: 0 -2px 0;
  font-size: 0;
}

.cardnew .row_top .card_header .rate .blog-info__rating--top-info {
  display: flex;
  align-items: center;
}

.cardnew .row_top .card_header .rate {
  height: auto;
  padding-top: 1px;
}

.cardnew .row_top .card_header .raterow{
  display: flex;
  flex-direction: row;
  padding-top: 15px;
}

.cardnew .row_top .card_header .articul{
  font-weight: 400;
  font-size:16px;
  font-family: Montserrat;
  color:#9b9b9b;
  padding-left: 100px;
}

.cardnew .right_col .proplist .props_item span {
  background: #fff;
  /*background-color: var(--card_bg_black);*/
  padding-right: 10px;
  color: #777;
  color: var(--light_basic_text_black);
  font-weight: 700;
  font-size:14px;
  font-family: Montserrat;
  color:#4B4B4B;
}

.cardnew .right_col .proplist .char_name .props_item, .cardnew .right_col .proplist .char_value, .cardnew .right_col .proplist .props_item {
  overflow: hidden;
  text-overflow: clip;
}

.cardnew .right_col .proplist td {
  text-align: right;
  padding: 2px 0 2px 10px;
  font-size: 13px;
}

.cardnew .right_col .proplist td {
  position: relative;
  vertical-align: bottom;
  font-size: 1em;
  vertical-align: top;
  background: url(/include/header2021/dott.png) no-repeat;
  background-position: 0 14px;
  background-repeat: repeat-x;
  width: 50%;
}

.cardnew .right_col .proplist tr td:first-child {
  text-align: left;
  padding-right: 10px;
  padding-left: 0;
}

.cardnew .right_col .proplist td:first-of-type {
  width: 55%;
}

/*proplist {
                border-collapse: collapse;
                border: 0;
                table-layout: fixed;
            }*/

.cardnew .right_col .proplist {
  width: 100%;
  margin: 0 0 0;
  color: #555;
  color: var(--basic_text_black);
  padding-top: 30px;
}

.cardnew .right_col .proplist .char_value {
  text-align: left;
  background: 0 0;
}

.cardnew .right_col .proplist td.char_value {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 45%;
}

.cardnew .right_col .proplist .char_value span {
  color: #333;
  color: var(--white_text_black);
  font-weight: 400;
  font-size:14px;
  font-family: Montserrat;
  color:#4B4B4B;
}

.cardnew .right_col .proplist .jsprop{
  font-size:14px;
  font-family: Montserrat;
  color:#e31235;
}

.cardnew .right_col .proplist table{
  margin-bottom:15px;
}

.cardnew .right_col .podzak{
  font-family: Montserrat;
  color: #e31235;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
  position: relative;
}

.cardnew .right_col .podzak:before{
  width:6px;
  height:6px;
  display:block;
  content:"";
  position:absolute;
  background-color: #e31235;
  border-radius: 50%;
  top: 7px;
  left: -11px;
}

.cardnew .right_col .isl_price{
  font-size:35px;
  font-family: Montserrat;
}

.cardnew .right_col .bottom_row{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: end;
  max-height: 150px;
}

/*.cardnew .right_col .credit a{
                font-size:14px;
                font-family: Montserrat;
                color:#00AB26;
            }

            .cardnew .right_col .credit{
                border: 1px solid #00AB26;
                border-radius: 5px;
            }

            .cardnew .right_col .credit:hover{
                background: #00AB26;
            }

            .cardnew .right_col .credit a:hover{
                color:#fff;
            }*/

.cardnew .right_col .credit a{
  color: #fff;
  text-decoration: none;
  border: 1px solid #00AB26;
  background: #00AB26;
  padding: 11px 0px;
  border-radius: 7px!important;
  position: relative;
  padding-left: 50px;
  padding-right: 10px;
  font-family: Montserrat;
  display: block;
}

.cardnew .right_col .credit a:hover{
  color: #00AB26;
  border: 1px solid #00AB26;
  background: #fff;
}

.cardnew .right_col .credit img{
  position:absolute;
  top: -1px;
  left: -1px;
  max-height: 44px!important;
}

.cardnew .right_col .credit {
  display: block;
  position: relative;
}

.cardnew .right_col .bottom_row .prices{
  width: 62%;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
}

.cardnew .right_col .bottom_row .prices .isl_old_price{
  font-family: Montserrat;
  color: #e31235;
  font-size: 28px;
  font-weight: 700;
  padding-left: 25px;
}


/*.cardnew .right_col .bottom_row .btns{
                width: 25%;
            }*/

.cardnew .right_col .btns .isl_favor svg{
  display:none;
}

.cardnew .right_col .btns .isl_favor span{
  display:none;
}

.cardnew .right_col .btns .isl_compare svg{
  display:none;
}

.cardnew .right_col .btns .isl_compare span{
  display:none;
}

.cardnew .leftblock .isl_favor:before{
  background-image: url(/upload/heart_no-fill.svg);
  display:block;
  content:"";
  position:absolute;
  width: 33px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center;
}

.cardnew .leftblock .isl_favor:hover:before{
  background-image: url(/upload/heart_fill.svg);
  background-repeat: no-repeat;
}

.cardnew .leftblock .isl_favor.isl_nav_add:before{
  background-image: url(/upload/heart_fill.svg);
  background-repeat: no-repeat;
  background-color: #C5EC68;
  box-shadow: 0px 0px 8px 5px rgb(197 236 104 / 54%);
  border-radius: 5px;
  border: 1px solid #C5EC68;
  width: 43px;
  height: 39px;
  position: relative;
  background-position: center;
}

.cardnew .right_col .btns .isl_compare:before{
  background-image: url(/upload/comapre_fill.svg);
  display:none;
  content:"";
  position:absolute;
  width: 43px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
}

.cardnew .right_col .btns .isl_compare:hover:before{
  background-image: url(/upload/comapre_no-fill.svg);
  background-repeat: no-repeat;
}

.cardnew .right_col .btns .isl_compare.isl_nav_add:before{
  background-image: url(/upload/comapre_no-fill.svg);
  background-repeat: no-repeat;
}

.cardnew .right_col .btns .isl_favor {
  background: #FAFAFA;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 43px;
  height: 39px;
}

.cardnew .right_col .btns .isl_compare {
  background: #FAFAFA;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 43px;
  height: 39px;
}

/*.cardnew .right_col .btns .isl_favor.isl_nav_add {
                background:#e31235;
                border: 1px solid #e31235;
            }*/

/*.cardnew .right_col .btns .isl_compare.isl_nav_add {
                background:#e31235;
                border: 1px solid #e31235;
            }*/

.cardnew .right_col .btns .isl_favor:hover, .cardnew .right_col .btns .isl_compare:hover {
  border: 1px solid #C5EC68;
  transition: none;
}
.cardnew .right_col .chi_plashka_nav{
  justify-content: right;
  margin-top: 0px;
  margin-bottom: 10px;
}

.cardnew .right_col .chi_plashka_nav .chi_plashka_nav_inner {
  width: 27%;
}

.cardnew .right_col .btns .chi_plashka_btn_basket {
  height: 50px;
  width: 231px;
  font-size: 22px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 49px;
  border-radius: 5px;
  position: relative;
  padding: 0;
  text-align: -webkit-right;
  padding-right: 34px;
  margin-top: 10px;
}

.cardnew .right_col .btns .mb-btns .mt-16 {
  margin-top: 10px;
}

.cardnew .right_col .btns .chi_plashka_btn_basket:before {
  background: url(/include/header2021/plus_icon.svg);
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  left: 28px;
}

.cardnew .right_col .btns .chi_plashka_btn_basket.isl_basket_add{
  border: none;
  background: #00AB26!important;
  padding-left: 16px;
  display: block;
  position: relative;
  font-size: 23px;
  font-family: Montserrat;
  font-weight: 400;
}

.cardnew .right_col .btns .chi_plashka_btn_basket.isl_basket_add:before{
  background: url(/include/header2021/check2_icon37.svg);
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  top: 7px;
  left: 22px;
}

.cardnew .right_col .btns .mt-16{
  border: 1px solid #e31235;
  color: #000;
  border-radius: 5px;
  width: 231px;
  height: 50px;
  font-size: 19px;
  font-weight: 700;
  font-family: Montserrat;
  line-height: 50px;
  cursor: pointer;
}

.cardnew .right_col .btns .mt-16:hover{
  background: #e31235;
  color:#fff;
}

.cardnew .card_head .chs_th_img:hover, .slick-current .chs_th_img {
  border-color: #e31235;
}

.cardnew .card_head .slick-slide .chs_th_img{
  border: 1px solid #9B9B9B;
  border-radius: 5px;
}

.cardnew .card_head .slick-slide.slick-current .chs_th_img{
  border: 1px solid #e31235;
}

.cardnew .card_head .slick-initialized .slick-slide {
  width: 100%!important;
}

.cardnew .card_head .slick-next{
  right: 0;
  top: 25px;
  border: none;
  box-shadow: none;
  background: none;
  transform: rotate(0deg);
}

.cardnew .card_head .slick-next:focus:before {
  opacity: 0;
}

.cardnew .card_head .slick-prev{
  left:0;
  top: 25px;
  border: none;
  box-shadow: none;
  background: none;
  transform: rotate(0deg);
}

.cardnew .card_head .slick-prev:before, .slick-next:before {
  display: none;
}

.cardnew .card_head .slick-prev:hover:before, .slick-next:hover:before {
  opacity: 0!important;
}

.cardnew .card_head .slick-prev svg, .slick-next svg {
  width: 20px;
  height: 20px;
}

.cardnew .card_head .slick-track {
  left: 29px;
}

.cardnew .card_head .slick-prev:hover svg path, .slick-next:hover svg path {
  stroke: #e31235;
}

.cardnew .right_col .nalich .nalich{
  font-family: Montserrat;
  color: #00AB26;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  /*margin-left: 10px;*/
}

.cardnew .right_col .nalich .nalich:before{
  background-color: #00AB26;
  display:block;
  width:6px;
  height:6px;
  content:"";
  position:absolute;
  left: 0px;
  border-radius: 50px;
  top: 6px;
}

.cardnew .right_col .nalich .nalich img{
  display:none;
}

.cardnew .right_col .cp_message_title:before {
  width: 6px;
  height: 6px;
  display: block;
  content: "";
  position: absolute;
  background-color: #00AB26;
  border-radius: 50%;
  top: 7px;
  left: -11px;
}

.cardnew .right_col .delivery-and-avalable {
  margin: 10px 0px;
  max-width: 130px;
}

.cardnew .right_col .nalich{
  margin-top:10px;
  max-width: 107px;
}

.cardnew .card_content .card_tab_nav > li a:hover {
  color: #e31235;
  cursor: pointer;
  border-color: #e31235;
  border-bottom: 1px solid;
  border-radius: 0px;
}

.cardnew .card_content .card_tab_nav > li a.act {
  border-color: #e31235;
  color: #e31235;
  border-bottom: 1px solid;
  border-radius: 0px;
}

.cardnew .card_content .card_tab_nav > li a {
  border: none;
}

.cardnew .card_content .card_tab_nav > li a {
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 48px;
  font-size: 18px;
  font-weight: bold;
  font-family: Montserrat;
  border-radius: 0px;
}

.cardnew .card_content .proplist .props_item span {
  background: #fff;
  /*background-color: var(--card_bg_black);*/
  padding-right: 10px;
  color: #777;
  color: var(--light_basic_text_black);
  font-weight: 700;
  font-size:14px;
  font-family: Montserrat;
  color:#4B4B4B;
}

.cardnew .card_content .proplist .props_item, .cardnew .card_content .proplist .char_value, .cardnew .card_content .proplist .props_item {
  overflow: hidden;
  text-overflow: clip;
}

.cardnew .card_content .proplist td {
  text-align: right;
  padding: 2px 0 2px 10px;
  font-size: 13px;
}

.cardnew .card_content .proplist td {
  position: relative;
  vertical-align: bottom;
  font-size: 1em;
  vertical-align: top;
  background: url(/include/header2021/dott.png) no-repeat;
  background-position: 0 14px;
  background-repeat: repeat-x;
  width: 35%;
}

.cardnew .card_content .proplist tr td:first-child {
  text-align: left;
  padding-right: 10px;
  padding-left: 0;
}

.cardnew .card_content .proplist td:first-of-type {
  width: 65%;
}

.cardnew .card_content .proplist .char_value {
  text-align: left;
  background: 0 0;
  padding: 0 0 0 10px;
  color: #333;
  color: var(--white_text_black);
  font-weight: 400;
  font-size: 14px;
  font-family: Montserrat;
  color: #4B4B4B;
}

.cardnew .scroll_style_line {
  padding-left: 20px;
}

.cardnew .card_tab_inner{
  padding-left: 20px;
}

.cardnew .card_content .ct_dl_title{
  font-size:18px;
  font-family: Montserrat;
  padding-bottom: 13px;
}

.cardnew .card_content .ct_dl_content span{
  font-weight:400;
  font-size:14px;
  font-family: Montserrat;
}

.cardnew .card_content .ct_dl_content .checkbox {
  display: block;
  background: url(https://004.ru/include/header2021/box_icon.svg);
  width: 13px;
  height: 13px;
  min-width: 13px;
  top: -3px;
}

.cardnew .card_content .ct_dl_content .checkbox:checked {
  background-image: url(https://004.ru/include/header2021/checkbox_icon.svg);
}

.cardnew .card_content .pu_quest svg{
  display:none;
}

.cardnew .card_content .pu_quest:before{
  background: url(/include/header2021/info_icon.svg);
  display:block;
  content:"";
  position:absolute;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  top: -7px;
}

.cardnew .card_content .card_tab_inner .bs_map_main {
  margin-top: 20px;
}

.cardnew .card_content .card_tab_description p{
  font-weight:400;
  font-size:14px;
  font-family: Montserrat;
  margin-top: 0px;
}

.cardnew .card_content .card_ysl .bt_ysl_name{
  font-weight:400;
  font-size:14px;
  font-family: Montserrat;
  padding-right: 0px;
}

.cardnew .card_content .card_ysl {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.cardnew .card_content .bt_ysl {
  padding: 15px;
  width: 50%;
  margin-right: 10px;
}

.cardnew .card_content .card_ysl .bt_ysl + .bt_ysl {
  margin-top: 0px;
}

.cardnew .card_content .card_ysl .bt_ysl_price{
  font-family: Montserrat;
}

.cardnew .card_content .card_ysl .bt_ysl_add {
  font-family: Montserrat;
  background-color: #e31235;
  border-radius: 5px;
  font-weight: 400;
  color: #fff;
  width: 120px;
  position: relative;
  padding-left: 35px;
  line-height: 36px;
}

.cardnew .card_content .card_ysl .bt_ysl_add:before {
  background-image: url(/local/templates/view/img/plus_icon.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background-size: contain;
  left: 10px;
  top: 9px;
}

.cardnew .card_content .card_ysl .bt_ysl_add.isl_basket_add{
  background: #00AB26;
}

.cardnew .card_content .card_ysl .bt_ysl_add.isl_basket_add:before {
  background-image: url(/include/header2021/check2_icon.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  left: 9px;
}

.cardnew .right_col .isl_info_l{
  flex-direction: column;
}

.cardnew .right_col .isl_info_l .dost{
  font-family: Montserrat;
  color: #646464;
  font-size: 20px;
  position: relative;
  padding-left: 50px;
}

.cardnew .right_col .isl_info_l .dost:before{
  background-image: url(/include/header2021/dost_icon_35.svg);
  background-repeat: no-repeat;
  width: 35px;
  height: 25px;
  content: "";
  left: 0px;
  top: 1px;
  display: block;
  position: absolute;
}

.cardnew .card_content .card_tab_char_main {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.cardnew .card_content .card_tab_inner .col1{
  width: 25%;
}

.cardnew .card_content .card_tab_inner .col1 h3{
  font-family: Montserrat;
  font-size: 25px;
  font-weight: 700;
  margin-top: 0px;
  margin-left: 30px;
}

.cardnew .card_content .card_tab_inner .col2{
  width: 80%;
}

.cardnew .card_content .card_tab_inner .col2 .proplist{
  width: 100%;
  margin-bottom: 20px;
}

.cardnew .card_content .card_tab_char_main .card_tab_description {
  margin-top: 0px;
}

.cardnew .card_head .slick-prev:before, .slick-next:before {
  display: none;
}

.cardnew .right_col .bx_item_detail_rating .bx_stars_progress {
  background: #E31235;
}

.cardnew .card_content .proplist tr{
  width: 100%;
}


.cardnew .right_col .credit a {
  font-size:14px;
  line-height: 1.45;
}

.cardnew .row_top .card_header .rate {
  top: 10px;
}





/* НАЧАЛО Каталог список */


.newcatalog .content_inner_right{
  padding-left: 0px;
  width: 80%;
}

.newcatalog .content_inner_right .cat_content{
  margin-top:0px;
}

.newcatalog .content_inner_right .cat_content .cch_select select {
  border: none;
  font-family: 'Play';
  font-size: 12px;
  color: #000;
  font-weight: 700;
  padding-left: 40px;
  margin-left: 0px;
}

.newcatalog .content_inner_right .cat_content .cch_select:before{
  background: url(/local/templates/view/css/../img/tovar_cat_sidebar_str.svg) no-repeat;
  transform: scale(1, -1);
  top: 18px;
}

.newcatalog .content_inner_right .cat_content .cch_select{
  margin-top: 9px;
}

.newcatalog .content_inner_right .cat_content .cch_check .check span{
  font-family: 'Play';
  font-size: 12px;
  color: #000;
}

.newcatalog .content_inner_right .cat_content .cch_check{
  margin-top: 10px;
}

.newcatalog .content_inner_right .cat_content .cch_check .check .checkbox {
  background-image: url(/include/header2021/box_icon_20.svg)
}

.newcatalog .content_inner_right .cat_content .cat_list{
  margin-top: 20px;
}

.newcatalog .content_inner_right .cat_content .cat_list li{
  border: 1px solid #EFEDED;
  margin-left: 15px;
}

.newcatalog .cat_list .dopinfo .cat_list_presence img {
  display: none;
  margin-left: 0px;
}

.newcatalog .cat_list .dopinfo .nal .podzak{
  font-family: 'Play';
  color: #7E84F2;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
  position: relative;
}

.newcatalog .cat_list .dopinfo .nal .podzak:before{
  width:5px;
  height:5px;
  display:block;
  content:"";
  position:absolute;
  background-color: #7E84F2;
  border-radius: 50%;
  top: 4px;
  left: -11px;
}

.newcatalog .cat_list .cat_list_bottom .isl_compare span{
  display:none;
}

.newcatalog .cat_list .cat_list_bottom .isl_compare svg{
  display:none;
}

.newcatalog .cat_list .cat_list_bottom .isl_compare {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  width: 33px;
  height: 29px;
  margin-right: 10px;
}



.newcatalog .cat_list .cat_list_bottom .isl_compare:before{
  background: url(/include/header2021/compare_iconD9.svg);
  display: block;
  content: "";
  position: relative;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  left: 4px;
  top: 1px;
}

.newcatalog .cat_list .cat_list_bottom .isl_compare.isl_nav_add{
  background: #7E84F2;
  border: 1px solid #7E84F2;
  top: 0px;
  left: 5px;
}

.newcatalog .cat_list .cat_list_bottom .isl_compare.isl_nav_add:before{
  background-image: url(/include/header2021/comp_icon.svg);
}

/*.newcatalog .cat_list .cat_list_bottom .isl_compare:hover:before{
            background: url(/include/header2021/compare_icon_red.svg);
            background-repeat: no-repeat;
            }
            */

.newcatalog .cat_list .cat_list_bottom .isl_favor span{
  display:none;
}

.newcatalog .cat_list .cat_list_bottom .isl_favor svg{
  display:none;
}

.newcatalog .cat_list .cat_list_bottom .isl_favor {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 33px;
  height: 29px;
}

.newcatalog .cat_list .cat_list_bottom .isl_favor:before{
  background: url(/include/header2021/fav_iconD9.svg);
  display: block;
  content: "";
  position: relative;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: contain;
  left:6px;
  top: 1px;
}

/*.newcatalog .cat_list .cat_list_bottom .isl_favor:hover:before{
            background-image: url(/include/header2021/fav_icon_red.svg);
            background-repeat: no-repeat;
            }
            */

.newcatalog .cat_list .cat_list_bottom .isl_favor.isl_nav_add{
  background: #7E84F2;
  border: 1px solid #7E84F2;
}

.newcatalog .cat_list .cat_list_bottom .isl_favor.isl_nav_add:before{
  background-image: url(/include/header2021/fav_ff.svg);
}

.newcatalog .cat_list .cat_list_bottom .isl_nav a + a {
  margin-left: 0px;
}

.newcatalog .cat_list .row1{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-right: 33px;
  margin-top: 10px;
}

.newcatalog .cat_list .row1 .cat_list_bottom{
  margin-top:0px;
}

.newcatalog .cat_list .row1 .isl_price{
  font-weight: 700;
  color: #000;
  font-family: 'Play';
  font-size:17px;
}

.newcatalog .cat_list .cat_list_inner {
  padding: 0px 15px 15px 15px;
  width: 100%;
  box-sizing: border-box;
}

.newcatalog .cat_list .cat_list_inner .cat_list_img_base{
  width: 20%;
}

.newcatalog .cat_list .cat_list_inner .cat_list_content{
  width: 65%;
}

.newcatalog .cat_list .cat_list_inner .cat_list_basket{
  width: 35%;
  border-left: 1px solid #EFEDED;
  padding-left: 20px;
}

.newcatalog .cat_list .isl_price_wrap {
  margin-bottom: 0px;
  margin-right: 20px;
}

.newcatalog .cat_list .isl_price_wrap .isl_old_price{
  font-weight: 700;
  color: #7E84F2;
  font-family: 'Play';
  font-size: 17px;
}

.newcatalog .cat_list .isl_credit_price{
  margin-top:10px;
  margin-bottom:10px;
  margin-right: 15px;

}

.newcatalog .cat_list .row2{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.newcatalog .cat_list .row2 .mb-col {
  display: flex;
  flex-direction: row;
  height: 25px;
  margin-right: 32px;
  padding-left: 32px;
}

.newcatalog .cat_list .row2 .mb-col .minus {
  border: 1px solid #A6A6A6;
  border-radius: 50%;
  text-align: center;
  line-height: 11px;
  color: #A6A6A6;
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-top: 5px;
  padding-left: 1px;
}

.newcatalog .cat_list .row2 .mb-col .kolvo {
  width: 10px;
  border: none;
  font-size: 20px;
  color: #a6a6a6;
  margin-left: 7px;
  margin-right: 7px;
}

.newcatalog .cat_list .row2 .mb-col .plus {
  border: 1px solid #A6A6A6;
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
  color: #A6A6A6;
  cursor: pointer;
  width: 13px;
  height: 13px;
  margin-top: 5px;
  padding-left: 1px;
}

.newcatalog .cat_list .row2 a {
  font-weight: 400;
  font-family: 'Play';
  font-size: 15px;
  border-radius: 5px;
  padding-right: 15px;
  line-height: unset;
  display: inline;
  padding-left: 44px;
  padding-top: 10px;
  padding-bottom: 10px
}

.newcatalog .cat_list .row2 .btn_main {
  font-family: 'Play';
  background-color: #7E84F2;
  border-radius: 5px;
  font-weight: 400;
  color:#fff;
  width:146px;
  position: relative;
}

.newcatalog .cat_list .row2 a:before {
  background-image: url(/local/templates/view/img/plus_icon.svg);
  background-repeat: no-repeat;
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: contain;
  left: 15px;
}

.newcatalog .cat_list .cat_list_basket .btn_sec {
  border: 1px solid #7E84F2;
  width: 90%;
}

.newcatalog .cat_list .cat_list_basket .btn_sec:hover{
  background: #7E84F2;
  color: #fff;
  cursor: pointer;
}

.newcatalog .cat_list .btn_block .btn_sec{
  font-family: 'Play';
}

.newcatalog .cat_list > li:not(:last-child) {
  margin-bottom: -1px;
}

.newcatalog .cat_list .seccol{
  width: 80%;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.newcatalog .cat_list .cat_list_basket .row0{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.newcatalog .cat_list .cat_list_basket .row0 .isl_old_price{
  font-family: 'Play';
  color: #7E84F2;
  font-weight: 700;
  font-size:17px;
}

.newcatalog .cat_list .cat_list_img_base .rate{
  display:none;
}

.newcatalog .cat_list .cat_list_img_base .articul{
  display:none;
}

.newcatalog .cat_list .cat_list_basket .row0 .percent{
  font-family: 'Play';
  color: #000;
  font-weight: 400;
  font-size: 10px;
  border: 1px solid #FFC107;
  background: #FFC107;
  border-radius: 15px 0px;
  width: 50px;
  height: 16px;
  line-height: 17px;
  text-align: center;
  font-weight: 700;
}

.newcatalog .cat_content_head{
  padding-left: 15px;
}

.newcatalog .cat_filtr > li + li::before{
  display:none;
}

.newcatalog .cat_list .cat_list_img .isl_plashka {
  left: 0;
  top: 5;
}

.newcatalog .pag .pag_num > li a:hover {
  border-color: #7E84F2;
  color: #7E84F2;
}

.newcatalog .cat_list .cat_list_inner:hover {
  box-shadow: 0 8px 16px rgb(33 33 33 / 20%);
}

.newcatalog .cat_list .seccol .isl_basket_add{
  background: #00AB26;
  border: 1px solid #00AB26;
}

.newcatalog .cat_list .seccol .isl_basket_add:before {
  background-image: url(/include/header2021/check2_icon.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  left: 14px;
  margin-top: 0px;
  top: 9px;
}


/* КОНЕЦ Каталог список */



/* НАЧАЛО Каталог плитка */

.newcatalog .block {
  display: flex;
  flex-flow: wrap;
}

.newcatalog .content_inner_right .cat_content .block {
  margin-left: 15px;
}

.newcatalog .block .seccol {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.newcatalog .block .cat_list_inner {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.newcatalog .content_inner_right .cat_content .block li {
  width: 24.8%;
  margin-left: -1px;
}

.newcatalog .block .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating {
  display: flex;
  flex-direction: row;
}

.newcatalog .block .cat_list_inner .cat_list_basket {
  border-left: none;
  padding-left: 0px;
  width: 100%;
  position:relative;
  min-height: 197px;
}

.newcatalog .block .cat_list_img {
  height: auto;
}

.newcatalog .block .cat_list_bottom {
  margin-top: 0px;
  position: absolute;
  display: inline-block;
  top: 10px;
  width: 100px;
  right: 10px;
}

.newcatalog .block .cat_list_name {
  font-size: 12px;
  line-height: 16px;
}

.newcatalog .block .cat_list_inner .cat_list_content {
  width: 100%;
}

.newcatalog .block .dopinfo .nal {
  margin-left: 0px;
  width: 100%;
}

.newcatalog .block .dopinfo {
  display: block;
  width: 100%;
}

.newcatalog .block .dopinfo .rowinfo1{
  display: flex;
  flex-direction: column;
}

.newcatalog .block .dopinfo .dost {
  width: 100%;
  margin-left: 0px;
  font-size: 10px;
  margin-top: 5px;
}

.newcatalog .block .dopinfo .articul {
  margin-left: 0px;
  width: 100%;
  font-size: 10px;
}

.newcatalog .block .cat_list_basket .row0 {
  justify-content: left;
  margin-top: 7px;
}

.newcatalog .block .cat_list_basket .row1 {
  justify-content: left;
}

.newcatalog .block .isl_credit_price {
  justify-content: left;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top:7px;
}

.newcatalog .block .isl_credit_price a {
  padding-top:0px;
}

.newcatalog .block .row2 .mb-col {
  padding-left: 0px;
  margin-right: 37px;
}

.newcatalog .block .cat_list_bottom .cat_list_img {
  display: none;
}

.newcatalog .block .cat_list_bottom .isl_favor {
  border: none;
}

.newcatalog .block .cat_list_bottom .isl_compare {
  border: none;
  margin-right: 0px;
}

.newcatalog .block .cat_list_bottom .isl_nav {
  left: 37px;
  top: -3px;
}

.newcatalog .block .cat_list_bottom .isl_compare.isl_nav_add {
  background: none;
  border: none;
  top: 0px;
  left: 5px;
}

.newcatalog .block .cat_list_bottom .isl_favor.isl_nav_add {
  background: none;
  border: none;
}

.newcatalog .block .cat_list_bottom .isl_compare.isl_nav_add:before {
  background-image: url(/include/header2021/comp_e1.svg);
}

.newcatalog .block .cat_list_bottom .isl_favor.isl_nav_add:before {
  background-image: url(/include/header2021/fav_e1.svg);
}

.newcatalog .block .cat_list_inner .cat_list_img_base {
  width: 100%;
}

.newcatalog .block .cat_list_inner .cat_list_img_base {
  width: 100%;
}

.newcatalog .block ._active .section-gallery-wrapper__item-nav:before {
  background-color: #7E84F2;
}

.newcatalog .block .section-gallery-wrapper__item-nav:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #cdcdcd;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.newcatalog .block .section-gallery-wrapper__item-nav {
  display: block;
  position: relative;
  margin: 0 2px 0 0;
  height: 100%;
}

.newcatalog .block .section-gallery-wrapper__item {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #fff;
  background-color: var(--white_text_black_reverse);
  background: 0 0;
  margin-bottom: -4px;
}

.newcatalog .block .section-gallery-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: row;
  z-index: 2;
}

.newcatalog .block .cat_list_img {
  display: flex;
  position: relative;
  z-index: 20;
  width: 100%;
  height: 217px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.newcatalog .block .section-gallery-wrapper__item img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
  object-fit: contain;
}

.newcatalog .block .flexbox {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.newcatalog .block .section-gallery-wrapper__item img {
  transition: opacity .2s ease-in-out;
  left: 1px;
  right: 1px;
}

.newcatalog .block .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.newcatalog .block .section-gallery-wrapper__item._active img {
  opacity: 1;
}



.newcatalog .content_fovorites .section-gallery-wrapper__item-nav:before {
  content: "";
  display: block;
  height: 1px;
  background-color: #cdcdcd;
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.newcatalog .content_fovorites .section-gallery-wrapper__item-nav {
  display: block;
  position: relative;
  margin: 0 2px 0 0;
  height: 100%;
}

.newcatalog .content_fovorites .section-gallery-wrapper__item {
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  background-color: #fff;
  background-color: var(--white_text_black_reverse);
  background: 0 0;
  margin-bottom: -4px;
}

.newcatalog .content_fovorites .section-gallery-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: row;
  z-index: 2;
}

.newcatalog .content_fovorites .section-gallery-wrapper__item img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
  object-fit: contain;
}

.newcatalog .content_fovorites .section-gallery-wrapper__item img {
  transition: opacity .2s ease-in-out;
  left: 1px;
  right: 1px;
  opacity:0;
}

.newcatalog .content_fovorites .cat_list_img {
  display: flex;
  position: relative;
  z-index: 20;
  width: 100%;
  height: 217px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.newcatalog .content_fovorites .flexbox {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.newcatalog .content_fovorites .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.newcatalog .content_fovorites .section-gallery-wrapper__item._active img {
  opacity: 1;
}


.newcatalog .block .rate {
  padding-top: 7px;
}

.newcatalog .block .dopinfo {
  margin-top: 7px;
}

.newcatalog .block .row1 {
  margin-top: 7px;
}

.newcatalog .block .btn_block .btn_sec {
  margin-top: 10px;
}

.newcatalog .block .row2 {
  margin-top: 10px;
}

.newcatalog .block .row3 {
  text-align: center;
}

.newcatalog .block .row2 .mb-col .minus {
  padding-left: 0px;
}

.newcatalog .block .row2 .mb-col .plus {
  padding-left: 0px;
  padding-right: 1px;
}

.newcatalog .block .cat_list_basket .btn_sec {
  width: 100%;
}

.newcatalog .block .dopinfo .nal .nalich:before {
  position: relative;
  left: -4px;
  top: -1px;
}

.newcatalog .block .row3 a{
  margin-bottom: 0px;
  margin-top: 0px;
}

.newcatalog .block .btn_block{
  position: absolute;
  bottom:0px;
}

.newcatalog .pag .pag_num > li a:hover {
  border-color: #7E84F2;
}

.newcatalog .block .cat_list_inner:hover {
  box-shadow: 0 8px 16px rgb(33 33 33 / 20%);
}

.newcatalog .block .cat_list_img .isl_plashka {
  position: absolute;
  top: 30px;
}

.newcatalog .cat_content .displaysort .controls-view__link--block:before{
  background: url(/include/header2021/plitka_blk.svg);
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 80px;
}

.newcatalog .cat_content .displaysort .controls-view__link--block.controls-view__link--current:before{
  background: url(/include/header2021/plitka_red.svg);
}

.newcatalog .cat_content .displaysort .controls-view__link--list:before{
  background: url(/include/header2021/spisok_blk.svg);
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  margin-left: 15px;
  margin-top: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  right: 45px;
  top: 15px;
}

.newcatalog .cat_content .displaysort .controls-view__link--list.controls-view__link--current:before{
  background: url(/include/header2021/spisok_red.svg);
}

.newcatalog .block .section-gallery-wrapper__item img {
  opacity: 0;
  transition: opacity .2s ease-in-out;
  left: 1px;
  right: 1px;
}

.newcatalog .block .section-gallery-wrapper__item._active img {
  opacity: 1;
}

.new .index_sale_list .isl_nav .mb-16 .isl_basket_add {
  border: none;
  background: #00AB26;
  padding-left: 16px;
  display: block;
  position: relative;
}

.newcatalog .block .seccol .isl_basket_add{
  background: #00AB26;
  border: 1px solid #00AB26;
}

.newcatalog .block .seccol .isl_basket_add:before {
  background-image: url(/include/header2021/check2_icon.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  content: "";
  display: inline-block;
  position: absolute;
  background-size: contain;
  left: 14px;
  margin-top: 0px;
  top: 9px;
}


/* КОНЕЦ Каталог плитка */



/* НАЧАЛО Каталог общий */

.newcatalog .content_inner_right .tm{
  margin-top: 0px;
}

.newcatalog .content_inner_right .catalog_list li{
  width:33%;
  border: none;
  padding-left: 0px;
  padding-right: 0px;
  border: 1px solid #CFD0D6;
}

.newcatalog .content_inner_right .catalog_list{
  margin-top: 0px;
}


.newcatalog .content_inner_right .cl_category{
  border-radius: 0px;
  border: none;
  display: flex;
  flex-direction: column;
  padding: 15px;
}

.newcatalog .content_inner_right .cl_category:hover{
  box-shadow: none;
}

.newcatalog .content_inner_right .cl_category-img img{
  max-height: 185px;
  max-width: 300px;
}

.newcatalog .content_inner_right .cl_category-img{
  margin-right: 0px;
}

.newcatalog .content_inner_right .cl_category-inner{
  font-family: 'Play';
  margin-top: 20px;
}

.newcatalog .content_inner_right .cl_category_title {
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
  font-family: 'Play';
}

.newcatalog .content_inner_right .cl_category_amount{
  color:#7B7B7B;
}


/* КОНЕЦ Каталог общий */







/*РОДИОН*/

.newheader{
  font-family:'Play';
}


img.preim_img {
  position: relative;
  top: 16px;
  width: 50px;
  left: 18px;
}
/*.first_row:nth-child(2) img.preim_img{
                left: 22px;
                top: 18px;
            }
            .preim_img:nth-child(3){
                top: 17px;
                left: 20px;;
            }*/
.preim_img_main {
  background-color: #8D44FF;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  margin: auto;
}
.preim_block {
  width: 50%;
}
.frist_row {
  display: flex;
  width: 50%;
}
.second_row {
  display: flex;
  width: 50%;
}
.preim_main {
  display: flex;
  width: 923px;
  margin: auto;
  flex-direction: row;
  margin-top: 36px;
}
.new .col2{
  margin: auto;
}

.index_content.new {
  background-color: #fafafa;
}

body .new {
  background-color: #fff;
}
.hl_top{
  background-color:#fafafa;
}
.newheader .hl_bottom{
  background-color:#fafafa;
}
input:hover{
  border-color: #7E84F2 !important;
}
.newheader .wmain {
  max-width: 1410px;
  width: 1410px;
}
.newheader .hlb_search {
  width: 864px;
}
.newheader .hl_btn_cat{
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  width: 173px;
  min-width: 173px;
  height: 40px;
  padding-right: 30px;
  font-weight: 0;
  margin-left: 0px;
}
.newheader .btn_main{
  background: #7E84F2;
}
.hl_btn_cat{
  padding:0px;
  margin-right: 22px;
  margin-left:0px;
  padding-bottom: 1px;
  text-transform: none;
}
.newheader .btn_main:hover{
  background:#8D44FF;
}
.newheader .logo_inner{
  width: 170px;
  min-width: 170px;
  position: relative;
  top: 10px;
  left: 40px;
}
.logo img{
  max-width: 170px;
}
.hl_top{
  border-bottom:none;
}
.hl_nav{
  padding-left:26px;
}
.newheader .hl_top_right{
  margin-right:0px;
  padding-top:15px;
}
.newheader .hl_city_select span{
  margin-left:0px;
  color: #7E84F2;
}
.newheader .hl_city_select svg {
  display: block;
  fill: #7E84F2;
}
.hl_city_select{
  margin-left: 70px;
}
.newheader .hl_user_exit{
  color: #7E84F2;
}
.hl_user_name:hover{
  color: #7E84F2;
}
.hlb_nav a:hover{
  color: #7E84F2;
}
.hlb_nav_ico i{
  background: #7E84F2;
}
p.preim_p {
  width: 140px;
  text-align: center;
  margin: auto;
  margin-top: 11px;
  font-family: 'Play';
  font-weight: bold;
  color: #252525;
  margin-bottom:25px;
}
.newheader .hl_phone{
  font-family:'Play';
}
.new .index_sale_list .isl_nav{
  margin-top: 10px;
}
.hl_phone:hover{
  color:  #7E84F2;
}
.hl_phone:hover svg {
  fill:  #7E84F2;
}
.hl_nav > li > a:hover, .hl_nav_dop:hover > a{
  color:  #7E84F2;
}
.hl_nav ul > li a:hover{
  color: #7E84F2;
  text-decoration: none;
}
.isl_img{
  height:284px;
}
.new .index_hit .index_sale_list li{
  width:25%;
}
.new .index_hit .index_sale_list li:nth-child(1){
  width:50%;
}
.new .index_hit .index_sale_list li:nth-child(6){
  width:50%;
}
.new .index_hit .index_sale_list {
  padding-bottom: 25px;
}
.new .index_hit .index_sale_list .isl_name {
  font-size: 14px;
  font-family: 'Play';
}
.new .index_hit .index_sale_list li:nth-child(1) .isl_name{
  font-size: 18px;
}
.new .index_hit .index_sale_list li:nth-child(6) .isl_name{
  font-size: 18px;
}
.bottom_level {
  display: flex;
  width:100%;
}
.new .index_hit .index_sale_list li:nth-child(1) .isl_nav{
  flex-direction:column;
}
.new .index_hit .index_sale_list li:nth-child(6) .isl_nav{
  flex-direction:column;
}
.btnrow {
  display: flex;
}
.rowsec {
  display: flex;
  width:100%;
}
.new .index_sale_list .bottom_level .isl_nav .yesavai {
  font-family: 'Play';
  color: #00AB26;
  font-size: 15px;
  font-weight: 600;
  margin-left: 10px;
}
.new .index_sale_list .isl_info .stockblock .yesavai{
  font-family:'Play';
  font-size:13px;
}
.new .index_sale_list .bottom_level .isl_nav .yesavai:before {
  width: 5px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  background-color: #00AB26;
  border-radius: 50%;
  top: 8px;
}
.new .index_sale_list .bottom_level .isl_info{
  width:50%;
}
.new .index_sale_list .bottom_level .isl_nav{
  width:50%;
}
.rowfirst {
  display: flex;
  margin-top: 23%;
}
.new .index_sale .index_sale_list .isl_inner{
  height:505px;
}
.new .index_hit .section-gallery-wrapper__item img{
  height:284px;
}
.new .index_hit .index_sale_list li:nth-child(6) .isl_img{
  height: 344px;
}
.new .index_hit .index_sale_list li:nth-child(1) .isl_img{
  height: 344px;
}
.new .index_hit .index_sale_list li:nth-child(1) .isl_img img{
  height: 344px;
}
.new .index_hit .index_sale_list li:nth-child(6) .isl_img img{
  height: 344px;
}
.newheader .hlb_nav a {
  font-family: 'Play';
  font-size: 14px;
  font-weight: lighter;
}
.new .index_sale_list .isl_nav .mb-16 a{
  padding-left: 57px;
  padding-top: 11px;
  padding-bottom: 12px;
}
.bottom_level .isl_price{
  font-size:23px!important;
}
.dost{
  min-width: 50%;
}
.isl_info_1{
  width:50%;
}
.isl_info{
  margin-top:0px;
}
.new .index_sale_list .bottom_level .isl_info_l .priceblock{
  align-items:baseline;
}
.btn_main:hover{
  background:#6805F2!important;
}
.isl_basket_add:hover{
  background:#B3EC11!important;
}
.bottom_level .mb-16{
  margin-left: 28%!important;
}
.new .index_sale_list .bottom_level .mb-col .minus{
  font-size: 20px;
  padding: 3px;
}
.new .index_sale_list .bottom_level .mb-col .plus{
  font-size: 20px;
  padding: 3px;
}
.new .index_sale_list .bottom_level .mb-col .kolvo{
  font-size: 21px;
}
.new .index_sale_list .bottom_level .mb-col{
  margin-left:20px;
}
.new .index_sale_list .bottom_level .isl_info_l{
  margin-left:11%;
}
.rate {
  margin-right: 30px;
  color:#FFC107!important;
  margin-left: 10px;
}

.star{
  display:none;
}

.new .index_hit .index_sale_list .isl_nav .mb-16{
  margin-left:28%!important;
}
.new .index_sale_list .isl_btns .isl_compare:hover:before {
  background: url(/upload/comapre_no-fill.svg);
  background-repeat: no-repeat;
  width: 33px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center;
}
.new .index_sale_list .isl_btns .isl_compare:before {
  background: url(/upload/comapre_fill.svg);
  background-repeat: no-repeat;
  width: 33px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center;
}
.new .index_sale_list .isl_btns .isl_compare.isl_nav_add:before{
  background: url(/upload/comapre_no-fill.svg);
  background-repeat: no-repeat;
  background-color: #C5EC68;
  box-shadow: 0px 0px 8px 5px rgb(197 236 104 / 54%);
  border-radius: 5px;
  border: 1px solid #C5EC68;
  width: 33px;
  height: 29px;
  position: relative;
  background-position: center;
}
.newcatalog .cat_list .cat_list_bottom .isl_favor:before{
  top:0px;
  left:0px;
}
.newcatalog .cat_list .cat_list_bottom .isl_favor:before{
  background: url(/upload/heart_no-fill.svg);
  width: 33px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center;
}
.new .index_sale_list .isl_btns .isl_favor:before {
  background: url(/upload/heart_no-fill.svg);
  width: 33px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center;
}
.new .index_sale_list .isl_btns .isl_favor:hover:before {
  background-image: url(/upload/heart_fill.svg);
  background-repeat: no-repeat;

}
.new .index_sale_list .isl_btns .isl_favor.isl_nav_add:before {
  background-image: url(/upload/heart_fill.svg);
  background-repeat: no-repeat;
  background-color: #C5EC68;
  box-shadow: 0px 0px 8px 5px rgb(197 236 104 / 54%);
  border-radius: 5px;
  border: 1px solid #C5EC68;
  width: 33px;
  height: 29px;
  position: absolute;
  background-position: center;
}
.new .index_sale_list .isl_nav .mb-16 .isl_basket_add{
  background: #B3EC11;
}
.about_main_comp {
  display: flex;
  height: auto;
}
.about_img {
  display: flex;
  position: relative;
  height: 461px;
  top: 20%;
}
h3.o_comp {
  font-size: 16px;
  font-family: 'Play';
  color: #e5e5e5;
}
h3.mediar {
  font-family: 'Play';
  font-size: 29px;
  font-weight: bold;
}
p.mediar_p {
  font-family: 'Play';
  font-size: 20px;
  font-weight: lighter;
}
.wmain {
  width: 1410px;
  display: flex;
  max-width: 1410px;
}
.newfooter .footermain_1 {
  display: flex;
  flex-direction: column;
}
.f_list{
  width: 100%;
  margin-top: 55px;
  margin-left:0px;
}
.newfooter .footer_2 {
  margin-top: 30px;
  margin-left: 0px;
  margin-bottom: 80px;
}
.newfooter .f_bottom .f_politic{
  background: url(/upload/arrow_footer2.png);
  background-repeat: no-repeat;
  background-position: right;
}

.new .index_hit {
  background: #fff;
}
.new .index_sale{
  background:#fff;
}
.tovar_dnya {
  width: 1410px;
  display:flex;
  flex-direction:row;
}
.ne_nashli {
  background: #fff;
  max-width: 836px;
  height: 508px;
  margin-top: 60px;
  width: 60%;
  box-shadow: 5px 5px 20px 8px rgb(126 132 242 / 25%);
  margin-right: 70px;
}
.new .index_about {
  width: 35.7%;
  max-width: 556px;
  background:transparent;
}
.ne_nashli a:after{
  content:'';
  display:block;
  position:relative;
  background:url(/upload/rupor.png);
  width:836px;
  height:238px;
  top: 22px;
  background-position:bottom;
}
.ne_nashli h2:after{
  content:'';
  display:block;
  position:relative;
  background:url(/upload/attention.png);
  width:95px;
  height:95px;
  right: 39px;
  top: -60px;
  float: right;
}
.ne_nashli h2{
  padding-top: 101px;
  padding-left: 80px;
  font-family: 'Play';
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}
.ne_nashli p{
  padding-left: 80px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Play';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
}

.ne_nashli a{
  text-decoration: none;
  color: #6805F2;
  margin-left: 80px;
  font-family: 'Play';
}
.new .wmain {
  max-width: 1410px;
}
.new .header_slider {
  width: 100%;
  display: contents;
}
.plr{
  padding-left:0px;
  padding-right:0px;
}
.hl_city{
  min-width:0px;
}
.hlb_nav{
  margin-left: 6%;
}
.new .mainblock .header_slider .owl-wrapper-outer .owl-item {
  width: auto;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.new .col2{
  width:100%;
  padding-left:0px;
}
.owl-carousel .owl-wrapper-outer{
  overflow:visible;
}
.header_slider .owl-prev, .header_slider .owl-next {
  width: 40px;
  height: 50px;
  border: 0px;
  box-shadow: 2px 2px 4px rgb(64 67 85 / 60%);
  background: #D4FE7D!important;
}
.header_slider .owl-next:before, .header_slider .owl-prev:before{
  width: 40px;
  height: 50px;
  border: 0px;
  box-shadow: 2px 2px 4px rgb(64 67 85 / 60%);
  background: #D4FE7D!important;
  left: 0px;
  top: 0px;
  padding:0px;
}

.is_nav_list > li:hover > a{
  color:#7E84F2!important;
}
.is_nav_list > li > ul > li > a:hover span {
  color: #7E84F2!important;
  border-color: #7E84F2!important;
}
.is_nav_list > li > ul > li > ul > li a:hover span {
  color: #7E84F2!important;
  text-decoration: underline;
}
.new .index_sale .is_title{
  color:#6805F2;
}
.new .index_sale .index_sale_list li {
  display: block!important;
}
.new .index_sale .index_sale_list .isl_info_l .isl_old_price .percent{
  border: 1px solid #CAED80;
  background: #CAED80;
  min-width:1px;
}
.header_slider .owl-prev, .header_slider .owl-next{
  opacity:100;
}

.new .mainblock {
  display: flex;
  flex-direction: column;
  background: transparent;
}
.new .index_hit .is_title:after{
  content:'';
  display:block;
  position:relative;
  background:url(/upload/salad.svg);
  width:382px;
  height:126px;
  float: right;
  left: 18%;
}
.new .index_hit .is_title:before{
  content:'';
  display:block;
  position:relative;
  background:url(/upload/fiol.svg);
  width:382px;
  height:126px;
  float: left;
  right: 18%;
}
.tovar_dnya:before{
  content: '';
  display: block;
  position: absolute;
  background: url(/upload/bigstar.svg);
  width: 145px;
  height: 145px;
  left: 50px;
}
.index_sale_nav:after{
  content: '';
  display: block;
  position: absolute;
  background: url(/upload/50elipse.svg);
  width: 223px;
  height: 397px;
  left: 90%;
}

.newcatalog .wmain{
  flex-direction:column;
}
.hew_line .wmain{
  flex-direction:column;
}
.newcatalog .content_inner_right .cl_category_title:hover{
  color: #7E84F2;
}
.newcatalog .cat_content .displaysort .controls-view__link--list:before{
  top:98px;
}
.newcatalog .cat_list .dopinfo .nal{
  margin-left:0px!important;
}
.shot_for_list > li a:hover, .shot_for_list > li a:focus, .shot_for_list > li a:active{
  color: #7E84F2;
}
.newcatalog .cat_content .displaysort .controls-view__link--list.controls-view__link--current:before{
  background: url(/upload/spisok.svg);
}
.newcatalog .cat_content .displaysort .controls-view__link--block.controls-view__link--current:before {
  background: url(/upload/plitka2.svg);
}
.newcatalog .cat_list .cat_list_bottom .isl_compare:before {
  background: url(/upload/comapre_fill.svg);
  width: 19px;
  height: 18px;
}
.is_nl_all:hover {
  color: #7E84F2;
}
.cl_title:hover span {
  color: #7E84F2;
}
.cl_inner_list > li a:hover span {
  color: #7E84F2;
}
.is_nl_all:hover svg path {
  stroke:#7E84F2;
}
.hew_line_list > li > a:hover .is_nl_text {
  color:#7E84F2;
}
.cl_btn_all:hover {
  color:#6805F2;
}
.cl_btn_all{
  color:#7E84F2;
}
.newcatalog .block .cat_list_bottom .isl_favor.isl_nav_add:before{
  background-image: url(/upload/heart_fill.svg);
  background-color: #C5EC68;
  box-shadow: 0px 0px 8px 5px rgb(197 236 104 / 54%);
  border-radius: 5px;
  border: 1px solid #C5EC68;
  width: 33px;
  height: 29px;
  position: relative;
  background-position: center;
}
}
.newcatalog .block .cat_list_bottom .isl_compare.isl_nav_add:before {
  background-image: url(/upload/comapre_no-fill.svg);
  width: 19px;
  height: 18px;
}
.newcatalog .cat_list .dopinfo .nal .nalich{
  margin-left: 0px;
}
.newcatalog .cat_content .pag .btn_main{
  margin-bottom:9%;
}

.newcatalog .cat_content .pag .btn_main.pag_next:after{
  content:'';
  display:block;
  position:absolute;
  background:url(/upload/krivie.svg);
  width:736px;
  height:147px;
  left: 58%;
  bottom: -50px;
}
.newcatalog .content_inner_right .cat_content .cat_list:after{
  content:'';
  display:block;
  position:absolute;
  background:url(/upload/ellipse_cat.svg);
  width:202px;
  height:316px;
  left: 107%;
  bottom: 83%;
}
.newcatalog .cat_list .cat_list_bottom .isl_compare:before{
  left: 6px;
  top: 0px;
}
.newcatalog .cat_list .cat_list_bottom .isl_compare.isl_nav_add:before{
  background-image: url(/upload/comapre_no-fill.svg);
}
.newcatalog .cat_list .cat_list_bottom .isl_compare.isl_nav_add{
  background: #C5EC68;
  box-shadow: 0px 0px 8px 5px rgb(197 236 104 / 54%);
  border-radius: 5px;
  border: 1px solid #C5EC68;
}
.newcatalog .cat_list .cat_list_bottom .isl_favor.isl_nav_add:before {
  background-image: url(/upload/heart_fill.svg);
}
.newcatalog .cat_list .cat_list_bottom .isl_favor.isl_nav_add{
  background: #C5EC68;
  box-shadow: 0px 0px 8px 5px rgb(197 236 104 / 54%);
  border-radius: 5px;
  border: 1px solid #C5EC68;
}
.cat_list_basket .btn_main{
  border:none;
}
.btn_main{
  background-color:#7E84F2;
}
.content.catalog .wmain, .content.plr .wmain {
  display: flex;
  flex-direction: column;
}
.catalog .content_fovorites .cat_list_basket .btn_main{
  border:1px solid #7E84F2;
  color: #7E84F2;
}
.catalog .content_fovorites .cat_list_basket .btn_main:hover{
  color:#ffffff;
  background: #7E84F2!important;
}
.cat_list_basket .btn_sec{
  background: #7E84F2;
  color: #ffff;
  border: 1px solid #7E84F2;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 8px;
}
.btn_sec:hover {
  background: #FFFFFF;
  color: #7E84F2;
}
.bt_ysl_add{
  background: #7E84F2;
}
.bt_ysl_add:hover{
  background:#6805F2;
}
.basket{
  display:flex;
  flex-direction:column;
}
.basket_content{
  display: flex;
  order: 1;
}
.basket_sidebar{
  display:flex;
}
.mb-40 {
  background: transparent;
  border: 1px solid #d6d6d6;
  width: 1410px;
  /*height: 245px;*/
}
.bt_img img{
  max-height: 250px;
  max-width: 250px;
}
.bt_img{
  margin-bottom: 35px;
  margin-left: 42px;
  margin-right: 30px;
  margin-top: 35px;
}
.btn_name{
  bottom: 64px;
  position:relative;
}
.plus-minus {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 176px;
  bottom: 64px;
  position: relative;
}
.bl_result .bl_title{
  bottom: 64px;
  position: relative;
}
a.bl_dell.deleteItem.itemProduct {
  position: relative;
  bottom: 64px;
}
.cart__count-down svg, .cart__count-up svg{
  width:8px;
  fill: #d6d6d6;
}
.cart__count-down, .cart__count-up{
  width: 20px;
  height: 20px;
  border: 1px solid #d6d6d6;
  background: transparent;
  fill: #d6d6d6;
}
span.dostreg {
  font-family: 'Play';
  color: #646464;
}
.rate:before{
  content: '';
  background: url(/upload/goldstar.svg);
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  /* background-position: left; */
  left: -3px;
  bottom: 7px;
}
.new .index_about{
  height: 500px;
  margin-top: 60px;
}
.isl_name:hover{
  color:#7E84F2;
}
.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod img {
  max-height: 240px;
}
.new .product-day-content{
  box-shadow: 5px 5px 20px 8px rgba(126, 132, 242, 0.2);
  border-radius: 0px;
  border:none;
  padding: 5px;
}
.new .index_about .product-day-base{
  background:#fff;
  height: 508px;
}
.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .imagesch .imgsch:before{
  display:none;
}
.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik {
  position: absolute;
  left: -82px;
  top: -10px;
  background: url(/upload/schetchik.svg);
  padding: 0px;
  border-radius: 3px;
  width: 170px;
  height: 147px;
  color: #fff;
  z-index: 1;
}
.new .index_about .powers-product-list .product-day-base .colprod2 #countdown{
  transform: rotate(-19.2deg);
  position: relative;
  top: 52px;
  left: 3px;
  font-size: 18px;
}
.new .index_about .product-day-base .product-day-content{
  height:100%;
  flex-direction:column;
  position: relative;
}
.new .index_about .powers-product-list .product-day-base .colprod2{
  width:100%;
}
.product-day-head-text{
  bottom: -48px;
  transform: rotate(-19.2deg);
  z-index: 50;
  position: relative;
  font-family: 'Play';
  right: -4px;
  font-size: 25px;
  font-weight: bold;
  color:#fff;
  text-transform:none;
}
.product-day-head{
  position: absolute;
  background: url(/upload/tovar_schet.svg);
  width: 170px;
  height: 136px;
  background-repeat: no-repeat;
  z-index: 2;
  top: -78px;
  left: -49px;
}
.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod{
  z-index:0;
  left: 30px;
  top: 45px;
}
.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod .isl_img{
  max-height: 200px;
}
.countdownHolder span {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: bold;
}
.percent{
  z-index: 3;
  background-color: #CAED80;
  width: 89px;
  height: 89px;
  border-radius: 45px;
  min-width: 89px;
  max-width: 89px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Play';
  font-weight: bold;
  font-size: 18px;
}
.percent span{
  font-size:22px;
}
.new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name {
  margin-top: 50px;
  margin-left: 0px;
  width: 500px;
  text-align: left;
  line-height: 30px;
}
.new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a {
  font-size: 20px;
  font-family: 'Play';
  font-weight: lighter;
  color: #000;
}
.new .index_about .powers-product-list .product-day-base .colprod1 .about_col1 {
  margin-left: 20px;
}
.about_col1 .rate:before {
  content: '';
  background: url(/upload/biggoldstar.svg);
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 29px;
  bottom: 26.5%;
}
.new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about{
  margin-top:10px;
  margin-bottom:10px;
}
.new .index_about .product-day-base .product-day-content .colprod1 .isl_price{
  flex-direction:column;
}
.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock{
  display:flex;
  flex-direction:row;
  width: 100%;
  min-width: 407px;
}
.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .pu_quest{
  display:none;
}
.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .isl_old_price{
  margin-right: 0px;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Play';
  color: #D82C37;
  width: 50%;
}
.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .isl_price{
  width:50%;
  margin-left: 0px;
  font-size: 33px;
  font-weight: 700;
  font-family: 'Play';
  right: 21px;
  position: relative;
}
.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .mb-16 {
  margin-top: 7px;
}
.new .index_sale.index_hit .is_title{
  position:relative;
  top:50px;
}
.new .index_hit .is_title:before{
  bottom:50px;
}
.new .index_hit .is_title:after{
  bottom:50px;
}
.basket_sidebar {
  display: flex;
  width: 1410px;
  height: 150px;
  flex-direction: row;
  margin-left: 0px;
}
.basket_sidebar_plashka {
  background: #FFF;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
  padding: 16px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.bs_chars {
  display: flex;
  flex-direction: column;
}
.basket_sidebar .mb-16 {
  margin-bottom: 16px !important;
  width: 183px;
  height: 56px;
  margin-right: 48px;
}
.bs_btns {
  text-align: center;
  display: flex;
  align-items: center;
}
.btn_link{
  display:none;
}
.basket_sidebar_plashka .bs_oformit {
  margin-top: 0px;
}
a.btn_main.bs_oformit:hover {
  background: transparent!important;
  color: #6805F2;
}
a.bs_oneclick.btn_one_click.btn_sec.w100p {
  border: 1px solid #7E84F2;
  color: #7E84F2;
}
.btn_sec:hover {
  background: #7E84F2;
  color: #fff!important;
}
.new .index_sale_list .mb-col .plus{
  padding:1px;
}
.new .index_sale_list .mb-col .minus{
  padding:1px;
}
.artikul{
  color:#b5b5b5;
}
isl_old_price{
  color:#F94435;
}
.slick-slide li{
  border-left:0px!important;
}
.slick-slide.slick-current li:nth-child(1){
  border-left:1px solid #CFD0D6 !important;
}
.new .index_sale .index_sale_list .isl_inner {
  height: 549px;
}
.isl_info {
  margin-top: 14px;
}
.new .index_sale_list .isl_nav {
  margin-top: 20px;
}
.isl_info_l {
  margin-top: 25px;
}
.new .index_sale_list .isl_btns .isl_compare:before{
  right:0px;
}
.new .index_sale_list .isl_btns .isl_favor:before{
  right:37px;
}
.new .index_sale .index_sale_list .isl_info .artikul {
  margin-top: 10px;
}
.new .index_hit .index_sale_list .isl_info .artikul {
  margin-top: 5px;
}
.new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about .rate{
  color:#FFA500!important;
}
.newfooter .f_list .f_list_slide .fl_content ul li a:hover{
  color:#7E84F2 !important;
}
.hl_btn_cat img {
  width: 27px;
}
.newheader .hlb_search_btn {
  border-radius: 0px 10px 10px 0px;
}
.newheader .hlb_search input {
  border-radius: 10px;
}
.cat_list.block .cat_list_content .rate:before{
  display:none;
}
.cat_list.block .row3 .btn_one_click.btn_sec{
  background:transparent;
  color: #7E84F2;
}
.cat_list.block .row3 .btn_one_click.btn_sec:hover{
  color: #fff!important;
  background:#7E84F2;
}
.crumbs > li a:hover{
  color: #7E84F2!important;
}
.shot_for_list > li{
  margin-bottom: 15px;
}
.shot_for_list > li a {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 7px;
  background: #fff;
}
.shot_for_list > li a:hover, .shot_for_list > li a:focus, .shot_for_list > li a:active{
  color: #fff;
  background: #7E84F2;
  border: 1px solid #7E84F2;
}
.newcatalog .cat_content .displaysort .controls-view__link--list:before {
  top: 127px;
}
.cat_list.list .rate:before{
  display:none;
}
.cat_list.list .row3 .btn_one_click.btn_sec{
  background:transparent;
  color: #7E84F2;
}
.cat_list.list .row3 .btn_one_click.btn_sec:hover{
  color: #fff!important;
  background:#7E84F2;
}
.cat_list.list .btn_block {
  text-align: center;
}
.newcatalog .cat_list.list .dopinfo .nal .nalich:before {
  left: 93px;
}
.cat_list.list .rate{
  margin-left:0px;
}
.newcatalog .cat_list.list .dopinfo .articul {
  margin-left: 0px;
  width: 26%;
}
.newcatalog .cat_list.list .dopinfo .dost{
  margin-left: 0px;
}
.newcatalog .content_sidebar .cf_clear{
  margin-bottom:10px;
}
.rate {
  font-family: 'Play';
}
.new .index_sale_list .bottom_level .mb-col .kolvo{
  padding-top:2px;
}
.new .index_sale .isl_btns{
  background:#fff;
}
.new .mainblock .header_slider .owl-wrapper .banner_image{
  filter: drop-shadow(0px 3px 18px rgba(0, 0, 0, 0.25));
}
.hl_btn_cat.btn_main:hover {
  background: #6805F2!important;
  border: none;
}
.newheader .hlb_search_btn:hover {
  background: #6805F2;
  border-radius: 0px 10px 10px 0px;
}
.shot_for_list {
  margin-left: 10px;
}
.newcatalog .cat_list .seccol .isl_basket_add{
  background: #C5EC68;
  border: 1px solid #C5EC68;
}
.cat_list.block .rate{
  margin-left:0px;
}
.cat_list.block .percent{
  min-width: 50px;
  max-width: 50px;
  height: 20px;
}
.cat_list.block .isl_old_price {
  margin-right: 37%;
}
.cat_list.block .isl_plashka {
  background: #008000;
  top: 10px!important;
}
.shot_for_list > li a.active{
  background: #7E84F2;
  color:#fff;
  border:1px solid #7E84F2;
}
.topblock {
  height: 406px;
  display: flex;
  position:relative;
}
.topblock:after {
  content: '';
  display: block;
  position: absolute;
  width: 85%;
  height: 1px;
  background: transparent;
  border-bottom: 1px solid #E5E5E5;
  bottom: 1px;
  right: 64px;
}
.leftblock {
  margin-left: 64px;
  width: 55%;
}
.rightblock {
  width: 40%;
  display: flex;
  align-items: flex-end;
  padding-bottom: 21px;
}
.cardnew .row_top .card_header .tm {
  font-weight: 700;
  font-size: 21px;
  font-family: 'Play';
  padding-bottom: 13px;
}
.dost.sam {
  padding-bottom: 11px;
  font-family: 'Play';
}
.dost {
  color: #00ab26;
}
.dost span{
  color:#808080;
}
.card_content_main .cardnew {
  background: transparent;
  border:none;
}
.raterow .chi_plashka_nav_inner svg{
  display:none;
}
.raterow .chi_plashka_nav_inner, .raterow .rate {
  max-width: 30%;
  padding-left: 0px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #EFEDED;
  display: flex;
  align-items: center;
  width: 106px;
  height: 39px!important;
  border-radius: 10px;
  margin-right: 15px;
}
.raterow .rate .bx_item_detail_rating {
  margin-bottom: 0px;
}
.leftblock .articul div{
  font-family: 'Play';
  font-size: 12px;
  padding-top: 11px;
  color: #808080;
}
.card_content_main .wmain {
  width: 1410px;
  max-width: 1410px;
}
.card_content_main .cardnew {
  background: #fff;
  margin-top: 30px;
  border-radius: 20px;
  border: 1px solid #EFEDED;
}
.cardnew .row_top .card_head {
  width: 45%;
}
.raterow .isl_compare:hover span {
  color: #7E84F2;
}
.cardnew .right_col .bx_item_detail_rating .bx_stars_progress {
  background: #FFC107;
}
.cardnew .chs_big_img img {
  max-height: 376px;
}
.cardnew .prices {
  height: 68px;
  display: flex;
  align-items: flex-end;
  position: relative;
  bottom: 0px;
}
.cardnew .right_col .isl_price {
  font-size: 35px;
  font-family: 'Play';
  position: relative;
  top: 10px;
  font-weight: 100;
}
.cardnew .right_col .podzak{
  font-family: 'Play';
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  background: #fff;
  border: 1px solid #EFEDED;
  display: flex;
  align-items: center;
  width: 150px;
  height: auto!important;
  min-height: 39px;
  border-radius: 10px;
  max-width: 150px;
  margin-top: 10px;
  margin-left:0px;
}
.cardnew .right_col .podzak:before{
  display:none;
}

.cardnew .right_col .proplist .jsprop {
  font-size: 16px;
  font-family: 'Play';
  color: #7E84F2;
}
.cardnew .right_col .nalich .nalich {
  font-family: 'Play';
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  background: #fff;
  border: 1px solid #EFEDED;
  display: flex;
  align-items: center;
  width: 150px;
  height: auto!important;
  min-height:39px;
  border-radius: 10px;
}
.cardnew .right_col .nalich .nalich:before{
  display:none;
}
.cardnew .cat_list_presence{
  justify-content: flex-start;
  padding-left: 13px;
}
.cardnew .right_col .nalich {
  max-width: 150px;
}
.cardnew .right_col .chi_plashka_nav {
  justify-content: center;
}
.cardnew .right_col .rightblock .btns .chi_plashka_btn_basket {
  height: 61px;
  width: 184px;
  font-size: 22px;
  font-family: 'Play';
  display: flex;
  font-weight: 400;
  border-radius: 15px;
  position: relative;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
}
.cardnew .right_col .rightblock .btns .mt-16 {
  border: 1px solid #7E84F2;
  color: #000;
  border-radius: 15px;
  width: 184px;
  height: 61px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  font-family: 'Play';
  cursor: pointer;
  justify-content: center;
}
.cardnew .right_col .btns .mt-16:hover {
  background: #7E84F2;
  color: #fff;
}
.cardnew .card_head .slick-slide.slick-current .chs_th_img{
  border: 1px solid #7E84F2;
}
.cardnew .card_head .slick-slide .chs_th_img{
  border:none;
}
.slick-prev:hover svg path, .slick-next:hover svg path {
  stroke: #7E84F2!important;
}
.cardnew .card_head .slick-next {
  right: -20px;
  top: 25px;
  border: none;
  box-shadow: none;
  background: #F0F0F0;
  transform: rotate(0deg);
}
.slick-prev svg, .slick-next svg {
  display: block;
  position: absolute;
  left: 37%!important;
  top: 42%!important;
  margin-left: -4px;
  margin-top: -7px;
  z-index: 30;
}
.cardnew .card_head .slick-prev {
  left: -5px;
  top: 25px;
  border: none;
  box-shadow: none;
  background: #F0F0F0;
  transform: rotate(0deg);
}
.cardnew .row_top .card_header .raterow{
  position:relative;
}
.cardnew .row_top .card_header .raterow:after {
  content: '';
  display: block;
  background: transparent;
  width: 1px;
  height: 236px;
  position: absolute;
  border-right: 1px solid #E5E5E5;
  right: 88px;
}
.cardnew .rate:before{
  display:none;
}
.isl_favor span, .isl_compare span {
  color: #404355;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.chs_th_img {
  width: auto;
  height: 95px;
  margin-right: 10px;
}
.chs_th_img img {
  max-height: 95px;
  height: auto;
}
.card_tab_nav > li a.act {
  border-color: #EFEDED;
  color: #252525;
  margin-bottom: 2px;
}
.bottomblock .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
  width: 100% !important;
}
.bottomblock .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden li:nth-child(1){
  margin-left: 63px;
}
.card_tab_nav > li a {
  display: flex;
  height: 39px;
  font-weight: bold;
  width: 124px;
  min-width:124px;
  padding: 0;
  border: 1px solid #CFD0D6;
  align-items: center;
  justify-content: center;
  margin-top:20px;
  margin-left:45px;
}
.cardnew .right_col .credit img {
  max-height: 37px!important;
}
.cardnew .right_col .credit a {
  font-size: 9px;
}
.accessories-section {
  background-color: transparent;
}
.accessories-section .wmain{
  width: 100%;
}


/*.accessories_slider .slick-slide > div > div {
                border: 1px solid #CFD0D6;
                height: 120px;
            }*/
.accessories_slider .slick-slide img {
  display: block;
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.accessories_slider .isl_img {
  height: 50px;
  width: 50px;
  display: inline-block;
}
.accessories_slider .isl_name{
  display: inline-block;
  float: left;
  font-size: 12px;
  min-height: 40px !important;
  width: 130px;
  margin-right: 20px;
  line-height: 15px;
  overflow: hidden;
  height: 45px;;
}
.accessories_slider .isl_inner .isl_btns{
  display:none;
}
.accessories_slider .isl_inner{
  max-height: 120px !important;
  min-height: 120px !important;
  padding: 15px 10px;
  background-color: transparent;
}
.accessories_slider .slick-slide {
  box-sizing: border-box;
  margin-right: 14px;
}
.accessories_slider .btn_one_click.btn_sec w100p{
  display:none;
}
.accessories_slider .isl_nav div:nth-child(2){
  display:none;
}
.accessories_slider .isl_info_l {
  margin-top:0;
}
.accessories_slider .isl_info{
  margin-top:0;
}
.accessories_slider .isl_price{
  font-size: 20px !important;
  display: inline-block;
  float: right;
  top: -6px!important;
}
.accessories_slider .mb-16{
  margin-bottom:0!important;
  position: relative;
  top: -50px;
  float: left;
}
.isl_credit_price{
  display:none;
}
.accessories_slider .slick-slide > div,{
  border:none!important;
  background:#fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.slick-slide > div > div{
  overflow:unset!important;
}
.accessories_slider .slick-prev:hover:before, .accessories_slider .slick-next:hover:before{
  display:none!important;
}
.accessories_slider .slick-initialized .slick-slide{
  margin-right: 10px!important;
}
.bottomblock .card_tab_inner .section.padding-rmb {
  padding: 0px;
}
.accessories-section {
  padding: 10px 0;
  margin-right: -1px;
}
.card_tab_nav > li a.act:hover {
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
}
.accessories_slider .slick-prev, .accessories_slider .slick-next {
  margin-top: 0;
  top: 18%;
}
.accessories_slider .slick-prev {
  left: -28px;
  background-position: left top;
}
.accessories_slider .cardnew .card_head .slick-prev svg, .accessories_slider  .slick-next svg {
  width: 8px;
  height: 14px;
}
.accessories_slider .slick-next {
  right: -19px;
  background-position: right top;
}
.accessories_slider .slick-prev:before, .accessories_slider .slick-next:before{
  display:none!important;
}
.accessories_slider .slick-prev svg, .accessories_slider .slick-next svg {
  margin-left: 0px;
  margin-top: -4px;
}
.accessories_slider .btn_main{
  padding: 0 12px;
  border-radius: 25px;
  font-size: 12px;
  line-height:32px;
  margin-top:14px;
}
.accessories_slider .slick-slide > div, .accessories_slider .slick-slide > div > div {
  display: block !important;
  overflow: inherit!important;
}
.accessories_slider .slick-slide > div > div {
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
  border-radius: 10px;
  margin-top: 2px;
  margin-left: 2px;
}
.card_tab_nav > li a{
  font-family:'Play';
}
.card_tab_nav > li a:hover {
  color: #7E84F2;
  cursor: pointer;
  border-color: #7E84F2;
}
.cardnew .chs_big_main .isl_plashka {
  left: 0;
  top: 20px;
  height: 25px;
  line-height: 16px;
  z-index: 40;
  border-radius: 10px;
  padding: 6px 10px;
}
.card_content_main .cardnew {
  background: transparent!important;
  border:none!important;
}
.cardnew .row_top {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0 20px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ededed;
  position: relative;
  height: 720px;
  bottom: 20px;
}
.card_content .sidebar .card_tab_nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
.card_content {
  display: flex;
  flex-direction: row;
  padding-right: 0px;
  justify-content: space-between;
}
.tab_content {
  width: 70%;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 20px;
  min-height: 650px;
}
.card_content .tab_content .card_tab_char_main {
  flex-direction: column;
}
.card_content .tab_content .card_tab_char_main .col1{
  padding-left: 30px;
}
.card_content .tab_content .card_tab_char_main .col2{
  padding-left: 66px;
  padding-top: 44px;
  width: 100%;
}
.card_content .tab_content .card_tab_char_main .col2 .proplist table {
  width: 85%;
}
.card_content .tab_content .card_tab_char_main .col2 .proplist table .char_value {
  text-align: right;
}
.card_content .tab_content .card_tab_char_main .col2 .proplist table tbody {
  line-height: 35px;
}
.card_content .tab_content .card_tab_char_main .col2 .proplist table tbody td {
  background: url(/upload/dott.png) no-repeat;
  position: relative;
  vertical-align: bottom;
  font-size: 1em;
  vertical-align: top;
  background-position: 0 35px;
  background-repeat: repeat-x;
  width: 50%;
}
.cardnew .card_content .ct_dl_content .checkbox:checked {
  background-image: url(/upload/kubik2.svg);
}
.sidebar {
  width: 25%;
  background: #fff;
  max-height: 300px;
  max-width: 371px;
  height: 300px;
  border: 1px solid #EFEDED;
  border-radius: 20px;
  position:relative;
}
.card_content div#mCSB_3_container {
  display: flex;
  width: 100% !important;
  margin-left: 77px;
}
.cardnew .card_content .card_tab_nav > li a{
  position:relative;
  font-family:'Play';
}
.cardnew .card_content .card_tab_nav > li a.act {
  color: #252525;
  border-bottom: none;
  width: 100%;
  position:relative;
}
.cardnew .card_content .card_tab_nav > li a:hover{
  border:none;
  color:#7E84F2;
}
.cardnew .scroll_style_line{
  padding-left:0;
}
.card_tab_nav > li a.act:hover{
  box-shadow:none;
}
.card_tab_nav > li a {
  display: flex;
  height: 39px;
  font-weight: bold;
  width: 100%;
  padding: 0;
  border: 1px solid #CFD0D6;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-left: 0;
}
.card_tab_nav > li + li{
  margin-left:0;
}
.cardnew .card_content .scroll_style_line {
  padding-left: 0;
  border-top: 1px solid #d6d6d6;
  width: 90%;
  display: flex;
  position: relative;
  top: 60px;
  left: 20px;
}
.cardnew .card_content .card_tab_nav > li:nth-child(1) a:before{
  background:url(/upload/harack.png);
  content:'';
  position:absolute;
  width:25px;
  height:25px;
  display:block;
  left: -55px;
  top: 10px;
}
.cardnew .card_content .card_tab_nav > li:nth-child(2) a:before{
  background:url(/upload/shop_1.png);
  content:'';
  position:absolute;
  width:35px;
  height:35px;
  display:block;
  left: -60px;
  top: 5px;
}
.cardnew .card_content .card_tab_nav > li:nth-child(3) a:before {
  background: url(/upload/paper.svg);
  content: '';
  position: absolute;
  width: 26px;
  height: 35px;
  display: block;
  left: -56px;
  top: 4px;
}
.cardnew .sidebar .mCSB_container {
  overflow: visible;
}
.cardnew .sidebar .mCustomScrollBox {
  height: auto;
}
.cardnew .sidebar .mCSB_container .act:after{
  background: #7E84F2;
  width: 2px;
  height: 35px;
  border-radius: 20px;
  content: '';
  position: absolute;
  display: block;
  top: 6px;
  left: -77px;
}
.cardnew .card_content .card_tab_nav > li:nth-child(2) a.act:before{
  background:url(/upload/shop_fill.png);
}
.cardnew .card_content .card_tab_nav > li:nth-child(1) a.act:before{
  background:url(/upload/harack_fill.png);
}
.cardnew .card_content .card_tab_nav > li:nth-child(3) a.act:before{
  background:url(/upload/paper_fill.svg);
}
.cardnew .card_content .card_tab_nav > li:nth-child(2) a.act, .cardnew .card_content .card_tab_nav > li:nth-child(1) a.act{
  color:#7E84F2;
}
.cardnew .card_content ymaps.ymaps-map.ymaps-i-ua_js_yes {
  width: 937px !important;
}
.cardnew .card_content .bs_map_main {
  border:none;
}
.section.your_see .grid-1-4.watched li .isl_inner {
  position: relative;
  max-height: 220px;
  min-height: 1px !important;
  padding: 16px;
  min-height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  transition: box-shadow .3s ease;
}
.section.your_see .grid-1-4.watched li .isl_inner .isl_btns{
  display:none;
}
.section.your_see .grid-1-4.watched li .isl_inner .isl_img {
  width: 100px;
  height: 100px;
  float: right;
  display: inline-block;
}
.sectiony.our_see .grid-1-4.watched li .isl_inner .isl_name {
  display: inherit;
  text-decoration: none;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  width: 55%;
  z-index: 20;
  height: 60px;
  color: #404355;
  transition: 0.3s;
}
.section.your_see .grid-1-4.watched li .isl_inner .isl_nav {
  margin-top: 16px;
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: space-between;
}
.section.your_see .grid-1-4.watched li .isl_inner .isl_info {
  margin-top: -1px;
}
.section.your_see .grid-1-4.watched .btn_sec {
  border: 1px solid #7e84f2;
  color: #7e84f2;
}
.newcatalog .content_sidebar .cf_search {
  width: 100%;
}
.cf_two_inner{
  padding-left:0px;
}
.newcatalog .cf_content .min-price {
  width: 100%;
}
.newcatalog .cf_content .max-price {
  width: 100%;
}
.cf_two_inner:nth-child(1){
  margin-right: 6px;
}
.cf_two{
  margin-left:0px;
}
.chs_big_img img {
  max-width: 99%;
}
.bs_chars_item:nth-child(1) {
  order: 1;
  justify-content: flex-start;
}
.bs_chars {
  display: flex;
  flex-direction: column;
  margin-right: 10%;
  width: 10%;
}
.bs_chars div {
  margin-bottom: 43px;
  width: 260px;
}
span#totalPriceInfo {
  margin-left: 40%;
  font-size: 23px;
}
.bs_chars_item:nth-child(2) {
  margin-bottom: 0px;
}
.bs_chars_item:nth-child(1) span {
  padding-right: 17px;
  font-size: 13px;
  font-weight: 100;
  color: #b1b1b1;
}
.content.catalog .wmain, .content.plr .wmain {
  font-family: 'Play';
}
.basket .bs_oformit {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.basket a.bs_oneclick.btn_one_click.btn_sec.w100p {
  border: 1px solid #7E84F2;
  color: #7E84F2;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
}
.basket_sidebar_plashka{
  align-items: center;
}
.bs_chars_item:nth-child(2) span:nth-child(1) {
  font-weight: 600;
}
.bt_cell li:nth-child(2) {
  order: 0;
}
.basket_table .bl_title {
  white-space: nowrap;
  font-size: 20px;
  color: #2D2D2D;
  font-weight: 800;
  line-height: 16px;
  font-family: 'Play';
}
.bl_dell svg {
  fill: #252525;
  width: 15px;
  height: 15px;
  position: relative;
  right: 22px;
  top: -14px;
}
.bt_img img {
  max-height: 176px;
  max-width: 200px;
}
.basket_table:not(:last-child) {
  margin-bottom: 0px;
}
.bl_title span {
  font-size: 12px;
  color: #b1b1b1;
}
.basket_sidebar {
  margin-bottom: 20px;
}
h1.tm.basket_title-main {
  margin-top: 5%;
  margin-bottom: 35px;
  font-family: 'Play';
  position:relative;
}
h1.tm.basket_title-main:before {
  content: '';
  display: block;
  position: absolute;
  background: url(/upload/bigstar.svg);
  width: 145px;
  left: -197px;
  top: -50px;
}
.index_sale_nav:after {
  content: '';
  display: block;
  position: absolute;
  background: url(/upload/50elipse.svg);
  width: 223px;
  height: 397px;
  left: 90%;
}
.rowfirst {
  display: flex;
  margin-top: 0px;
  position: absolute;
  top: 100px;
}
.rowsec {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
}
.new .index_sale_list .bottom_level .isl_info_l {
  margin-left: 0px;
  margin-top: 0px;
}
.new .index_sale_list .bottom_level .isl_info_l .priceblock {
  align-items: flex-end;
}
.bottom_level {
  display: flex;
  width: 100%;
  position: relative;
}
.new .index_hit .index_sale_list li:nth-child(1) .isl_img {
  height: 370px;
}
.new .index_hit .index_sale_list li:nth-child(6) .bottom_level {
  top: 10px;
}
.new .index_sale_list .mb-col .plus {
  line-height: 11px;
}
.new .index_sale_list .mb-col .minus {
  line-height: 11px;
}
.hl_login, .hl_reg{
  color:#7E84F2;
}
.hl_login:hover, .hl_reg:hover{
  color:#6805F2;
}
.rate:before {
  bottom: 5px;
}
.new .index_sale_list .bottom_level .mb-col {
  position: relative;
  top: 3px;
}
.bottom_level .avai {
  position: relative;
  top: 7px;
}
.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .isl_price {
  right: 37px;
  bottom: 6px;
}
.newcatalog .block .dopinfo .dost {
  margin-top: 0px;
}
.newcatalog .block .dopinfo .rowinfo1 {
  flex-direction: row;
  position: relative;
}
.cat_list_name:hover{
  color:#7E84F2;
}
.cat_list_content .name {
  height: 32px;
  overflow:hidden;
}
.newcatalog .block .dopinfo .rowinfo1 {
  height: 30px;
}
.newcatalog .cat_list .dopinfo .nal .nalich {
  margin-left: 5px;
}
.isl_basket_add:before{
  background-image:url(/upload/add_to_cart.svg) !important;
  width:20px;
  height:24px;
  top: 4px;
}
.body_scroll_act .hl_top {
  margin-top: -7px;
}
.menuMenu li.clear .btn_main {
  background: #7E84F2;
}
.menuMenu.menuMenu-active i {
  display: none;
}
/*.menuMenu.menuMenu-active .main-nav li:nth-child(1){
                background: url(/upload/korzina.svg);
                display: block;
                content: "";
                position: absolute;
                width: 25px;
                height: 25px;
                margin-left: 15px;
                margin-top: 6px;
                background-repeat: no-repeat;
                background-size: contain;
            }*/
.bottomblock {
  margin-top: 8%;
}
.topblock:after {
  bottom: -50px;
}
.cardnew .two-columns .chs_th {
  top: 73px;
}
.newfooter .footer_2 {
  margin-top: 20px;
  margin-left: 0px;
  margin-bottom: 0px;
}
.newfooter .footermain_1 {
  justify-content: center;
}
.preim_main {
  margin-bottom: 65px;
}
.ia_list {
  display: table-cell;
  width: 100%;
  margin: 0;
  padding: 60px;
  list-style: none;
  text-align: center;
  margin-left: 0px;
  margin-top: 0px;
}
ul.ia_list li {
  display: inline-flex;
  max-width: 24%;
  background: #fff;
  text-align: center;
  margin-right: 24px;
  margin-bottom: 14px;
  width: 262px;
  height: 224px;
  position: relative;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
}
.categories-list {
  display: flex;
  justify-content: center;
  width: 100%;
}
.index_categories {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5;
  margin-left: -50%;
  margin-right: -50%;
  padding-left: 50%;
  padding-right: 50%;
}
ul.ia_list li a {
  text-decoration: none;
}
ul.ia_list li:hover{
  box-shadow: 0px 0px 20px rgba(126, 132, 242, 0.3);
}
.ial_image {
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.ial_title {
  position: relative;
  color: #252525;
}
ul.ia_list li:hover .ial_title{
  color:#7E84F2;
}
.ial_image img {
  width: 60%;
}
.index_categories .is_title {
  position: relative;
  top: 40px;
  color: #6805F2;
  font-size: 30px;
  font-family: 'Play';
  font-weight: 700;
  text-align: center;
}
.bt_img {
  width: 233px;
}
.bs_chars div {
  margin-bottom: 3px;
}
.bl_title span {
  font-weight: 100;
}
.your_see a.isl_name {
  height: 72px;
  overflow: hidden;
  min-height: 1px !important;
}
.index_hit{
  margin-top: 0px !important;
}
.newcatalog .content_inner_right .cl_category-img img {
  object-fit: contain;
}
.hl_nav_dop > a:before {
  content: '';
  width: 10px;
  height: 6px;
  display: block;
  position: absolute;
  background: url(/local/templates/view/img/hl_select_str.svg);
  background-repeat: no-repeat;
  right: -5px;
  top: 14px;
}
.hl_nav_dop > a:hover:before {
  transform: rotate(
                  180deg);
  transition: 0.4s;
}
.hl_nav_dop > a{
  background: transparent;
}
.newheader .basket-count:hover:before {
  background: url(/upload/shop_cart_fioll.svg);
  height: 19px;
  width: 22px;
}
.newheader .hlb_nav_ico-compare:hover:before{
  background-image: url(/upload/heart_fill.svg);
  background-repeat: no-repeat;
}
.newheader .compare-base-count:hover:before {
  background: url(/upload/comapre_no-fill.svg);
  background-repeat: no-repeat;
  width: 33px;
  height: 29px;
  background-repeat: no-repeat;
  background-position: center;
}
.newheader .hlb_nav_ico-compare:before {
  background: url(/upload/heart_top_fill.svg);
  width: 22px;
  height: 19px;
}
.cardnew .right_col .rightblock .btns .chi_plashka_btn_basket.isl_basket_add {
  background: #B3EC11!important;
}
.your_see.btn_sec:hover {
  cursor: pointer;
}
.your_see.btn_main {
  border: 1px solid #7E84F2;
}
.politic a, .bsc_zakaz_name:hover{
  color: #7E84F2;
}

a.SDEK_selectPVZ.btn.btn-default {
  background-color: #7E84F2;
  border-color: #7E84F2;
  margin: 15px 35px;
}
a.SDEK_selectPVZ.btn.btn-default:hover {
  background-color: #fff;
  border-color: #7E84F2;
  color: #7E84F2;
}
.contact .api_view {
  color: #7E84F2;
}
.contact .api_view:hover {
  text-decoration: underline;
  color: #6805F2;
}
.raspr {
  margin-top: 10px;
}


/*Корректировка*/

.cardnew .right_col .credit a {
  border-radius: 10px!important;
  background: linear-gradient(77.51deg, #F2E205 6%, #15D343 40.69%, #0086CD 98.52%);
  border: 1px solid transparent;
  background-repeat: no-repeat;
}
.cardnew .right_col .credit img {
  position: absolute;
  top: 8px;
  left: 14px;
  max-height: 20px!important;
}
.cardnew .right_col .credit .hoversber {
  display: block;
}
.cardnew .right_col .credit .not_hoversber {
  display: none;
}
.cardnew .right_col .credit:hover .not_hoversber{
  display: block;
}
.cardnew .right_col .credit:hover .hoversber{
  display: none;
}
.sticker_sberb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sticker_sberb {
  position: absolute;
  max-width: 50px;
  right: 13px;
  top: 10px;
  z-index: 40;
}
.cardnew .card_head .chs_big_main .isl_plashka {
  top: 10px;
}
.cardnew .card_content .ct_dl_content .checkbox {
  display: block;
  background: url(https://004.ru/include/header2021/box_icon.svg);
  background-repeat: no-repeat;
  top: 6px;
}
.cardnew .card_content .ct_dl_content .checkbox:checked {
  background-repeat: no-repeat;
}
.aol_head_status {
  display: flex;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
}
.tovar_dnya {
  height: 536px;
}
.new .index_sale .index_sale_list li {
  border: none !important;
}
.new .index_sale .slick-initialized .slick-slide {
  border: 1px solid #CFD0D6 !important;
  border-right: none !important;
  box-sizing: border-box;
}
.new .index_sale .slick-list.draggable{
  border-right: 1px solid #CFD0D6 !important;
}
.new .index_sale.index_hit .index_sale_list .isl_inner {
  border: 1px solid #ccc;
  border-right: none;
}
.new .index_sale.index_hit .index_sale_list li:nth-child(3n) .isl_inner {
  border-right: 1px solid #ccc;
}
.tab_content {
  box-sizing: border-box;
}
.cardnew .right_col .credit a {
  box-sizing: border-box;
}
.pu_oneclick_content .politic input[type="checkbox"] {
  margin-right: 10px;
}
.politic {
  display: flex;
  flex-direction: row;
  padding-right: 0px;
  padding-left: 0px;
  align-items: center;
}
.pu_oneclick_form input:focus {
  border-bottom-color: #7E84F2 !important;
}

.pozvonite {
  text-align: center;
}

/*.new .col2 {
    width: 65%;
    padding-left: 0px;
}
.new .mainblock .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
}
.new .mainblock .header_slider .owl-wrapper .banner_image {
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.15));
    object-fit: cover;
}
.new .col3 {
    width: 35%;
}
.new .mainblock {
    display: flex;
    flex-direction: row;
    background: transparent;
}
.new .index_about {
    width: 85%;
    max-width: unset;
    margin-left: 70px;
	margin-right: unset;
    height: 100%;
}
.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod img {
    max-height: 150px;
}
.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod {
    left: 50% !important;
    transform: translateX(-50%);
}
.new .mainblock .header_slider .owl-wrapper .banner_image {
    height: 450px;
}
.new .index_about .product-day-base .product-day-content {
    height: 94%;
    display: flex;
    justify-content: flex-end;
}
.new .index_about .product-day-base {
    height: 100%;
}
.new .powers-product-list {
    display: block;
    width: 100%;
    height: 100%;
}*/

.btn_main:active {
  background: #6805F2!important;
}
.basket_sidebar_plashka .btn_one_click {
  line-height: 1 !important;

}

.dop_top_btns a.isl_favor span {
  visibility: hidden;
}
.cardnew .right_col .chi_plashka_nav .chi_plashka_nav_inner {
  width: 100%;
  max-width: 40%;
}
.cardnew .right_col .chi_plashka_nav {
  justify-content: start;
}
.telegram, .whatsapp {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.telegram img, .whatsapp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    box-sizing: border-box;
}
.cardnew .accessories_tite{
	display: none;
}

table.zanos_table{
	text-decoration: none;
	border-collapse:collapse;
	width:100%;
	text-align:center;
}
table.zanos_table th{
	font-weight:bold;
	font-size:14px; 
	color:#252525;
}
table.zanos_table td{
	font-size:13px;
	color:#252525;
	font-weight:bold;
}
table.zanos_table td,table.zanos_table th{
	/*white-space:pre-wrap;*/
	padding:10px 5px;
	line-height:13px;
	vertical-align: middle;
}
table.zanos_table tr:hover{
	background-color:#f9fafb;
}
table.zanos_table tr:hover td{
	color:#252525;
	cursor:default;
}
table.zanos_table tr td{
    border-right: 1px solid;
    border-bottom: 1px solid;
}
table.zanos_table th {
    border-right: 1px solid;
    border-bottom: 1px solid;
}
table.zanos_table th:last-child {
    border-right: none;
}
table.zanos_table tr:last-child td {
    border-right: 1px solid;
    border-bottom: none;
}
table.zanos_table tr td:last-child {
    border-right: none;
}
table.zanos_table tr td:first-child, table.zanos_table tr th:first-child {
    text-align: left;
    padding-left: 20px;
}

.abs_plashka_head {
    height: 40px;
    justify-content: center;
    align-items: center;
}
.abs_ph_title {
    font-size: 24px;
    line-height: 1;
}
.abs_plashka{
	box-shadow: none;
}
.delivery_content li {
    font-weight: 600;
    margin-bottom: 10px;
}
.zanos .abs_ph_title {
   color: #252525;
}
.newheader .logo_inner {
    top: 0;
}

.maintr td strong {
    color: #7E84F2;
}

.content_inner_right .f_phone {
    display: flex;
    align-items: flex-end;
}
.content_inner_right .f_phone {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}
.f_mail, .content_inner_right  .f_phone .hl_phone:hover {
    color: #7e84f2;
}
.content_inner_right .f_phone a:hover svg{
	fill: #7e84f2;
}
.content_inner_right .f_phone a  {
    margin-top: 5px;
    font-family: 'Play';
    font-weight: bold;
}
.account_plashki li:nth-child(5) {
    display: none;
}
.step2select .payvarImg.mir {
    background-image: url('/upload/medialibrary/43a/43a048e44dba25e51e802dd1fce7941e.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
}
.cardnew .card_content .card_ysl .bt_ysl_add {
    background-color: #7E84F2;
}
.cardnew .card_content .card_ysl .bt_ysl_add:hover {
    background-color: #6805F2;
}
/* М О Б И Л К А */


/* НАЧАЛО НОУТ Главная */
@media (max-width: 1450px){



  .container_main .wmain {
    max-width: 1330px;
  }
  .topblock {
    margin-bottom: 4%;
  }
  .leftblock {
    margin-left: 27px;
  }
  .topblock:after {
    bottom: -19px;
  }
  .bottomblock .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden li:nth-child(1) {
    margin-left: 27px;
  }
  .accessories_slider .isl_name {
    display: inline-block;
    float: left;
    font-size: 12px;
    min-height: 40px !important;
    width: 100px;
  }
  .cardnew .card_content .card_tab_inner .col2 .proplist {
    width: 100%;
  }
  .cardnew .card_content ymaps.ymaps-map.ymaps-i-ua_js_yes {
    max-width: 98%;
  }
  .isl_name {
    overflow: hidden;
    min-height: 50px !important;
    height: 75px;
  }
  .btn_sec {
    padding: 0 6px;
  }
  .new .index_sale_list .isl_nav .mb-16 a {
    padding-left: 46px;
  }
  .new .index_hit .index_sale_list .isl_nav .mb-16 {
    margin-left: 20%!important;
  }
  .accessories_slider .isl_img {
    width: 42px;
  }
  .bottom_level .rowfirst {
    margin-top: 7%;
  }
  .new .index_sale_list .isl_info {
    margin-top: -20px;
  }
  .new .index_sale_list .bottom_level  .isl_info {
    margin-top: 14px!important;
  }
  .tovar_dnya{
    width:1200px;
  }
  .ne_nashli a:after {
    content: '';
    display: block;
    position: relative;
    background: url(/upload/rupor.png);
    max-width: 836px;
    height: 238px;
    width: 100%;
    top: 2px;
    background-position: bottom;
  }
  .new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a {
    width: 80%;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 .imgprod {
    left: 0;
  }
  .newcatalog .content_inner_right .cat_content .block {
    margin-left: 15px;
    width: 100%;
  }
  .newcatalog .block .row2 .mb-col {
    padding-left: 0px;
    margin-right: 13px;
  }
  .tovar_dnya:before {
    left: -34px;
  }
  .newcatalog .cat_list {
    width: 100%;
  }
  .newcatalog .cat_list .row2 .mb-col {
    margin-right: 15px;
    padding-left: 0px;
  }
  .new .index_sale_list .isl_nav .mb-16 {
    margin-left: 15px;
  }
  .new .mainblock .header_slider .owl-wrapper-outer .owl-item {
    width: auto;
  }
  .basket {
    width: 1200px;
  }
  .basket_sidebar_plashka {
    width: 1200px;
  }
  span#totalPriceInfo {
    margin-left: 25%;
    font-size: 23px;
  }
  .bs_chars_item {
    justify-content: unset;
  }
  img.banner_image{
    height:auto;
  }

  .new .mainblock .header_slider .owl-wrapper .banner_image {
    height:auto;
  }
  .cat_list.block .row3 .btn_one_click.btn_sec {
    position: relative;
    right: 2px;
    width: 90%;
  }

}


@media (max-width: 1350px){
  .container_main .wmain {
    max-width: 1024px;
  }
  .newheader .wmain {
    max-width: 1024px;
    width: 100%;
  }
  .new .mainblock .header_slider .owl-wrapper-outer .owl-item {
    display: inline-block;
    float: unset;
  }
  .new .mainblock .header_slider .owl-wrapper .banner_image {
    height: auto;
  }
  .newheader .hl_top_right .hl_nav {
    width: 40%;
  }

  .newheader .hl_top_right .hl_top_info{
    width: 58%;
  }
  .hl_city {
    min-width: unset;
    width: 150px;
    position: relative;
  }

  .new .index_inner{
    margin-left: 0px;
  }

  .new .is_nav_list li a {
    font-size: 14px;
  }

  .new .header_slider .owl-theme .owl-controls .owl-page span {
    height: 3px;
  }

  .new .mainblock .header_slider .owl-pagination {
    padding-left: 40px;
  }

  .new .mainblock .rasspr .ras2 .sale{
    margin-left: 140px;
    font-size: 17px;
  }

  .new .mainblock .rasspr .ras2 .best_pred {
    padding-left: 130px;
  }

  .new .index_sale .is_title {
    font-size: 26px;
  }

  .new .index_sale_list .isl_nav .mb-16 a:before {
    width: 17px;
    height: 17px;
    margin-left: 10px;
    margin-top: 2px;
  }

  .new .index_sale_list .isl_nav .mb-16 a {
    font-size: 12px;
    padding-right: 7px;
    padding-left: 34px;
  }

  .new .index_sale_list .isl_nav .mb-16 .isl_basket_add:before {
    left: 2px;
    margin-top: -4px;
  }

  .newfooter .footer_3 .footer_p .karta {
    font-size: 14px;
  }

  .newfooter .f_bottom .f_politic {
    padding-left: 130px;
  }


  .newcatalog .cat_list {
    width: 1000px;
  }

  .newcatalog .wmain {
    max-width: 1024px;
    width: 1024px;
  }
  .newcatalog .cat_list .row2 {
    display: flex;
    flex-direction: column;
  }
  .card_content div#mCSB_3_container {
    margin-left: 60px;
  }
  /*.slick-slide {
        width: 190px !important;
    }
    .index_sale .slick-slide {
        width: 205px !important;
    }*/
  .accessories_slider .slick-slide > div > div {
    width: 100% !important;
  }
  .accessories .wmain.plr {
    width: 100%;
  }
  .catalog_list {
    max-width: 756px;
    width: 756px;
  }
  .newcatalog .block .cat_list_basket .btn_sec {
    width: 87%;
  }

  .new .col1 {
    width: 25%;
  }

  .new .col2 {
    width: 75%;
  }

  .new .wmain {
    max-width: 1274px;
  }

  .newcatalog .cat_list .row2 .mb-col {
    margin-right: 18px;
  }
  .newcatalog .cat_list .row2 a:before {
    left: 108px;
  }
  .newcatalog .block .row2 a:before {
    left: 15px;
  }
  .raterow .chi_plashka_nav_inner, .raterow .rate {
    max-width: 32%;
  }
  .cardnew .row_top .card_header .raterow:after {
    right: 40px;
  }
  .chs_big_img img {
    max-width: 93%;
  }
  .new .index_sale_list {
    width: 100%;
    margin-top: 0px;
    max-width: 1024px;
    margin: auto;
  }
  .tovar_dnya {
    width: 1024px;
    margin: auto;
  }
  .ne_nashli h2:after {
    top: -137px;
  }
  new .index_sale_nav {
    width: 1024px;
    margin: auto;
  }
  .new .index_sale_list .isl_nav .mb-16 .isl_basket_add {
    right: 13px;
  }
  .about_img {
    height: 389px;
    top: 33%;
  }
  .about_main_comp {
    width: 1024px;
    margin: auto;
  }
  .index_sale .isl_info_l {
    margin-top: 0px;
  }
  .accessories_slider .slick-prev, .accessories_slider .slick-next {
    top: 9%;
  }
  .section.your_see .grid-1-4.watched .btn_sec, .section.your_see .grid-1-4.watched .btn_main {
    font-size: 13px;
  }
  .basket_sidebar_plashka {
    align-items: center;
    width: 1024px;
  }
  .bs_btns {
    padding-left: 5%;
  }
  .basket {
    width: 1024px;
  }
  .content_inner {
    display: flex;
  }
  .content_inner_right {
    margin-left: 0px;
  }
  .newcatalog .block .section-gallery-wrapper__item img {
    width: 90%;
  }
  .basket_sidebar {
    height: 100%;
    margin-left: 0px;
  }

}








@media (max-width: 1200px){
  .newcatalog .cf_content .min-price {
    width: 97px;
  }
  .newcatalog .cf_content .max-price {
    width: 97px;
  }
  .newcatalog .content_sidebar .cf_search {
    width: 210px;
  }
  .newcatalog .cat_list {
    width: 905px;
  }

  .newcatalog .wmain {
    max-width: 1160px;
    width: 1160px;
  }

  .new .index_sale_list .isl_nav .mb-16 {
    margin-left: 15px;
  }
  .newfooter .footer_3 {
    margin-top: 20px;
    margin-left: 163px;
  }

  .newcatalog .cat_list .cat_list_name {
    min-height: 1px!important;
  }

  .newcatalog .wmain .catalog_list {
    max-width: 1175px;
    width: 100%;
  }

  .new .col1 {
    width: 30%;
  }

  .new .col2 {
    width: 70%;
  }

  .new .mainblock .rasspr .ras2 .sale {
    margin-left: 30px;
  }

  .new .mainblock .rasspr .ras2 .best_pred {
    padding-left: 30px;
  }

  .newcatalog .content_sidebar {
    width: 28%;
    margin-right: 2%;
  }

  .newcatalog .content_inner_right {
    width: 70%;
    margin-right: unset;
  }

  .newcatalog .content_inner {
    display: flex;
  }

  .newcatalog .content_inner_right{
    margin-left: 0px;
    width: 80%;
  }

  .newcatalog .content_sidebar {
    width: 20%;
    margin-right: 0;
  }

  .newcatalog .content_inner_right .cat_content .block {
    margin-left: 5px;
  }

  .newcatalog .cat_content_head {
    padding-left: 5px;
  }

  .newcatalog .block .dopinfo .dost {
    font-size: 8px;
  }

  .newcatalog .block .dopinfo .articul {
    font-size: 8px;
  }

  .newcatalog .block .cat_list_basket .row0 .isl_old_price {
    font-size: 16px;
  }

  .newcatalog .block .row1 .isl_price {
    font-size: 16px;
  }

  .newcatalog .block .row2 .mb-col {
    margin-right: 10px;
  }

  .newcatalog .block .row2 .btn_main {
    width: 129px;
  }

  .newcatalog .block .row2 a {
    font-size: 13px;
    padding-left: 40px;
  }

  .newcatalog .block .row2 a:before {
    width: 18px;
    height: 18px;
  }

  .newcatalog .block .row2 a:before {
    left: 12px;
  }

  .newfooter .f_bottom .f_politic {
    padding-left: 163px;
    font-size: 11px;
  }

  .newfooter .f_bottom .f_copy {
    font-size: 11px;
    margin-top: 10px;
  }

  .newfooter .f_list .f_list_slide .fl_content ul li a {
    font-size: 14px;
  }

  .newfooter .f_list .f_list_slide .fl_title {
    font-size: 14px;
  }

  .newfooter .f_list .fl_title {
    font-size: 14px;
  }

  .newfooter .f_list .fl_content {
    font-size: 14px;
  }

  .newfooter .f_list .fl_content .f_phone a {
    font-size: 14px;
  }

  .newfooter .f_list .fl_content .f_phone {
    margin-top: 13px;
  }

  .newfooter .f_list .fl_href {
    margin-top: 13px;
  }

  .newfooter .f_bottom {
    padding-bottom: 10px !important;
  }

  .newfooter .f_list {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .newfooter .footer_1 {
    margin-top: 20px;
    width: 35%;
  }

  .newfooter .footer_2 {
    margin-top: 20px;
    width: 44%;
    margin-left: 0px;
  }

  .newfooter .footer_3 {
    margin-top: 10px;
    margin-left: 0px;
  }

  .newcatalog .cat_content .pag {
    margin-left: 4px;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .newcatalog .content_sidebar {
    margin-bottom: 59px;
  }

  .newcatalog .content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .newfooter .footer {
    padding-right: 20px;
  }

  .newfooter .footermain_1 {
    width: 100%;
  }

  .newcatalog .block .cat_list_name {
    height: 48px;
  }

  .newcatalog .block .seccol .isl_basket_add:before {
    left: 10px;
    top: 8px;
  }
  .bottom_level .rowfirst {
    margin-top: 0%;
  }
  .new .index_sale_list .bottom_level .isl_nav .mb-16 .isl_basket_add {
    margin-top: 0px;
  }
  .new .index_hit .index_sale_list .bottom_level .isl_nav .mb-16 {
    margin-left: 10%!important;
  }
  .new .index_sale_list .isl_name{
    width: 90%;
  }
  .new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a{
    width: 60%;
    overflow: hidden;
    height: 20px;
  }
  .new .index_about .product-day-base {
    height: 508px;
  }
  .ne_nashli {
    height: 508px;
  }
  .about_col1 .rate:before {
    bottom: 26%;
  }
  .new .index_sale_list .isl_nav .mb-col {
    width: 35%;
  }
  .f_list > li {
    width: 23%;
  }
  .newfooter .footermain_1 {
    width: 30%;
  }
  .newfooter .f_list {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 70%;
  }
  .new .index_hit .index_sale_list .isl_nav .mb-16 a {
    font-size: 12px;
    padding-right: 20px;
    padding-left: 41px;
  }
  .content_inner_right {
    margin-left: 0;
  }
  .newcatalog .content_inner_right .cl_category {
    height: 100%;
    justify-content: space-between;
  }
  .newcatalog .content_inner_right .cat_content .block li {
    width: 32.8%;
    margin-left: -1px;
  }
  .newcatalog .wmain .catalog_list {
    max-width: 1028px;
    width: 100%;
    margin: auto;
  }


}


@media (max-width: 1024px){
  /*.new .mainblock .header_slider .owl-wrapper .banner_image {
                    height: 229px;
                    object-fit: cover;
                }
                .new .mainblock .header_slider .owl-wrapper-outer .owl-item {
                    width: 717px!important;
                    margin-right: 20px;
                    margin-top: 20px;
                }
                .newheader .logo_inner {
                    width: 170px;
                    min-width: 170px;
                    margin-left: 13px;
                }
                .hl_top_right {
                    width: 85%;
                }
                .newheader .hl_top_right .hl_nav {
                    width: 60%;
                }
                .newheader .hl_top_right .hl_top_info {
                    width: 50%;
                }
                .newheader .hl_btn_cat {
                    margin-left: 11px;
                }
                .hlb_nav {
                    margin-left: 3%;
                }
                .hlb_nav a + a {
                    margin-left: 25px;
                }
                .newheader .hlb_search {
                    width: 47%;
                }
                .hl_city_select {
                    margin-left: 30px;
                }
                .newheader .hlb_search_btn:before {
                    width: 15px;
                    height: 14px;
                }*/
  .wmain{
    max-width:1000px!important;
  }
  .newcatalog .content_inner_right .cat_content .block li {
    width: 32.8%;
    margin-left: -1px;
  }
}




@media (max-width: 1100px){

  .new .is_nav_list li a {
    font-size: 13px;
  }
  .new .mainblock .rasspr .ras1 {
    margin-left: 10px;
  }

  .new .mainblock .rasspr .ras2 .sale {
    margin-left: 7px;
    font-size: 14px;
  }

  .new .mainblock .rasspr .ras2 .best_pred {
    padding-left: 0px;
  }

  .newheader .hl_btn_cat {
    margin-left: 40px;
  }

  .new .index_sale_list .isl_nav .mb-16 a {
    padding-right: 7px;
    padding-left: 30px;
  }
  .new .index_sale_list .isl_nav .mb-16 a:before {
    margin-left: 9px;
  }

  .new .index_sale_list .mb-col .minus {
    height: 12px;
    margin-top: 5px;
  }

  .new .index_sale_list .mb-col .plus {
    line-height: 12px;
    width: 12px;
    height: 12px;
  }

  .newfooter .footer_3 {
    margin-left: 87px;
  }

  .newcatalog .wmain {
    max-width: 1060px;
    width: 1060px;
  }

  .newcatalog .cat_list {
    width: 811px;
  }

  .newcatalog .wmain .catalog_list {
    max-width: 1065px;
    width: 100%;
  }

  .newcatalog .block .row2 a:before {
    left: 10px;
    top: 9px;
  }

  .newcatalog .block .row2 a {
    padding-left: 29px;
  }

  .newcatalog .block .cat_list_inner {
    padding: 0px 10px 10px 10px;
  }

  .newcatalog .block .row2 a {
    font-size: 12px;
  }

  .newcatalog .block .row2 .btn_main {
    width: 115px;
    padding-right: 8px;
  }

  .newcatalog .block .seccol .isl_basket_add:before {
    left: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
  }

  .newfooter .footer_2 {
    width: 35%;
  }
  .new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a {
    width: 60%;
  }
  .newcatalog .index_sidebar {
    width: 35%;
    margin-right: 31px;
    order: 0;
    margin-top: 0px;
  }
  .newcatalog .content_inner_right {
    width: 70%;
  }
  .newcatalog .content_inner_right .cl_category {
    height: 100%;
    justify-content: space-between;
  }
  .newcatalog .index_sidebar {
    margin-right: 0px;
  }

}


@media (min-width: 450px) and (max-width: 1000px) {
  .newheader .hl_top_right {
    display: none;
  }
  .newcatalog .wmain {
    max-width: 1060px;
    width: 100%;
  }
  .hl_fixed {
    display: flex;
    width: 100%;
    justify-content: space-between;
    background-color: #fafafa !important;
    flex-direction: row;
  }
  .wmain {
    width: 100%;
  }
  .basket_sidebar {
    width: 100%;
  }
  .basket_sidebar_plashka {
    width: 100%;
  }
  .bs_chars {
    width: 20%;
  }
  form#basket_form {
    width: 100%;
  }
  .bt_cell li:nth-child(3) {
    justify-content: unset
  }
  .basket_table .bt_cell li:nth-child(4) .bl_title{
    bottom: 0px;
  }
  .bt_cell li:nth-child(3) .plus-minus{
    bottom:0px;
    top: -105px;
    right: -438px;
  }
  .bt_cell li:nth-child(2) {
    width: auto;
    justify-content: unset;
    align-items: unset;
    padding: 0;
  }
  .bl_result .bt_cell li:nth-child(2) .bl_title {
    bottom: 0px;
  }
  .bl_dell svg {
    top: -204px;
  }
  a.bl_dell.deleteItem.itemProduct {
    bottom: 0px;
  }
  li:nth-child(2) .bl_result {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }
  li:nth-child(2) .bl_title {
    bottom: 57px;
    right: 144px;
    position: relative;
  }
  .bt_cell li:nth-child(4) .bl_result .bl_title {
    top: -90px;

  }
  .bt_cell li:nth-child(4) .bl_result{
    justify-content: flex-end;
  }
  .basket_table.items-basket {
    height: 250px;
  }
  .bt_img img {
    max-height: 150px;
  }
  .preim_main {
    width: 100%;
  }
  ul.ia_list li {
    max-width: 50%;
  }
  .new .index_sale.index_hit .is_title {
    position: relative;
    top: 50px;
    right: 50px;
    text-align: unset;
  }
  .new .index_hit .index_sale_list .isl_nav .mb-16 {
    margin-left: 15%!important;
  }
  .new .index_sale_list .bottom_level .mb-col {
    margin-left: 0px;
  }
  .new .index_sale_list .isl_nav .mb-16 .isl_basket_add {
    padding-left: 34px!important;
    padding-right: 13px;
    width: 98px;
  }
  .tovar_dnya {
    width: 99%;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 .imgprod img {
    max-height: 150px;
  }
  .about_col1 .rate:before {
    bottom: 29%;
  }
  .new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a {
    width: 55%;
    overflow: unset;
    margin-bottom: 12px;
  }
  .index_seo_mobile{
    display: none;
  }
  .new .index_hit .index_sale_list .isl_nav .mb-16 a {
    font-size: 12px;
    padding-right: 8px;
    padding-left: 33px;
  }
  .ne_nashli h2 {
    padding-top: 70px;
  }
  .ne_nashli h2:after {
    top: -95px;
  }
  .ne_nashli {
    z-index: 1;
  }
  .index_sidebar .is_nav {
    display: block;
    margin-right: 31px;
  }
  .newcatalog .is_nav_list li a {
    font-size: 13px;
  }
  .newcatalog .content_inner_right {
    width: 100%;
  }
  .newcatalog .content_inner_right .cat_content .block li {
    width: 50%;
  }
  .newcatalog .cat_list .row2 {
    display: flex;
    flex-direction: row;
  }
  .newcatalog .block .cat_list_inner .cat_list_basket {
    min-height: 130px !important;
  }
  .f_list li + li {
    margin-top: 0px;
  }
  .hew_line .is_new {
    padding-left: 50px;
  }
  .newcatalog .catalog_list > li {
    width: 50%;
  }
  form#basket_form {
    width: 100%;
    display: flex;
    align-items: center;
  }



}


/* НАЧАЛО МОБИЛКА */

@media (max-width: 475px){
  .new .mainblock .is_nav{
    display:none;
  }
  .newcatalog .content_inner_right {
    width: 100%;
  }

  .new .mainblock .header_slider .owl-pagination {
    padding-left: 0px;
  }

  .newheader .hl_nav_mobile{
    margin-left: 65px;
  }

  .newheader .hl_bottom .hl_nav_mobile .btn_basket_mobile:before{
    background: url(/include/header2021/icon_basket.svg);
    display:block;
    content:"";
    position:absolute;
    width: 29px;
    height: 30px;
    background-repeat: no-repeat;
    bottom: -16px;
    right: -16px;
  }

  .newheader .hl_bottom .hl_nav_mobile .btn_basket_mobile svg{
    display:none;
  }

  .newheader .hl_bottom .hl_nav_mobile a{
    margin-right: 15px;
  }

  .newheader .hl_bottom .hl_nav_mobile .btn_basket_mobile i{
    right: -23px;
    top: -21px;
  }

  .newheader .hl_bottom .hl_nav_mobile .hamburger-btn{
    padding-top: 4px;
  }

  /*.newheader .hl_bottom .hl_nav_mobile .btn_search_mobile:before{
            background: url(/include/header2021/search_icon.svg);
            display:block;
            content:"";
            position:absolute;
            width: 29px;
            height: 30px;
            background-repeat: no-repeat;
            }
            .newheader .hl_bottom .hl_nav_mobile .btn_search_mobile{
            display:none;
            }
            */
  .new .col2{
    width:100%;
    padding-left: 0px;
  }

  .new .mainblock .header_slider .owl-wrapper .banner_image{
    height: 200px;
  }

  .new .mainblock .header_slider .owl-pagination {
    bottom: -4px;
    margin-left: 10px;
  }

  .new .header_slider .owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 3px;
  }

  .new .col2 .owl-controls .owl-page{
    margin-right: -12px;
  }

  .new .header_slider{
    max-height: 200px;
    min-height: 200px;
  }

  .new .mainblock .rasspr {
    margin-top: 0px;
    border: none;
  }

  .new .mainblock .rasspr .ras1 {
    display:none;
  }
  .new .mainblock .rasspr .ras2 {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-left: 0px;
  }
  .new .mainblock .rasspr .ras2 .best_pred{
    width: 50%;
    padding-left: 0px;
    background: #F5F5F5;
    margin: 0;
    padding-top: 65px;
    font-size: 12px;
  }

  .new .mainblock .rasspr .ras2 .ras3{
    width: 50%;
    margin-top: 71px;
  }

  .new .mainblock .rasspr .ras2 .ras3 .sale{
    margin-left: 0px;
    font-size: 12px;
    margin-left: 19px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .new .index_hit {
    margin-top: 0px!important;
  }

  .new .index_sale .is_title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }

  .new .index_sale .index_sale_list li {
    width: 50%;
  }

  .new .index_sale .isl_plashka {
    width: 32px;
    height: 20px;
    line-height: 22px;
    left: 7px;
    font-weight: 400;
  }

  .new .index_sale_list .section-gallery-wrapper .section-gallery-wrapper__item-nav {
    display:none;
  }

  .new .index_sale .section-gallery-wrapper__item img {
    padding-top: 30px;
  }

  .new .index_sale_list .isl_name {
    font-size: 10px;
    height: auto;
    min-height: 0px;
  }

  .new .index_hit .stockblock .noavai {
    font-size: 10px;
  }

  .new .index_hit .stockblock .pusto {
    font-size: 10px;
    padding-top: 5px;
  }

  .new .index_sale_list .isl_info .artikul {
    font-size: 10px;
    margin-top: 7px;
  }

  .new .index_sale_list .isl_info {
    margin-top: 9px;
  }

  .new .index_sale_list .isl_info_l .isl_price {
    font-size: 12px;
  }

  .new .index_sale_list .isl_info_l .priceblock {
    height: auto;
    margin-top: 10px;
  }

  .new .index_sale .index_sale_list .isl_inner {
    padding: 10px 7px 10px 7px;
    min-height: 275px;
  }


  .new .index_sale_list .isl_info .isl_info_l .isl_basket {
    display:none;
  }

  .new .index_sale_list .isl_nav .mb-col {
    display: none;
  }

  .new .index_sale_list .isl_nav .mb-16 {
    width: 100%;
  }

  .new .index_sale_list .isl_nav .mb-16 a:before {
    width: 15px;
    height: 15px;
    top: 2px;
    left: 18px;
  }

  .new .index_sale_list .isl_nav .mb-16 a {
    font-size: 10px;
    padding-left: 49px;
    padding-top: 11px;
    padding-bottom: 12px;
    padding-right: 22px;
    font-weight: 500;
  }

  .new .index_sale_list .isl_nav {
    margin-top: 13px;
    margin-left: 7px;
    margin-bottom: 7px;
  }

  .new .index_sale_list .isl_nav .mb-16 .isl_basket_add {
    width: 100px;
    padding-left: 32px;
    margin-top: 0px;
  }

  .new .index_sale_list .isl_nav .mb-16 .isl_basket_add:before {
    width: 15px;
    height: 15px;
    left: -5px;
    top: 6px;
  }

  .new .index_about {
    margin-top: 20px;
  }

  .new .index_sale .index_sale_list {
    padding-bottom: 0px;
  }

  .new .index_sale {
    margin-top: 0px;
  }

  .new .index_sale_list .isl_btns .isl_favor:before {
    position: relative;
    right: 0px;
    width: 18px;
    height: 18px;
    margin-left: 0px;
    margin-top: 0px;
    top: 4px;
    left: 7px;
  }

  /*	.new .index_sale_list .isl_btns .isl_favor.isl_nav_add:before {
            background-image: url(/include/header2021/fav_icon_fill.svg);
            background-repeat: no-repeat;
            }*/

  .new .index_sale_list .isl_btns .isl_compare:before {
    position: relative;
    width: 20px;
    height: 20px;
    right: -2px;
    top: 3px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .new .index_sale_list .isl_btns .isl_compare:hover:before {
    width: 20px;
    height: 20px;
  }

  .new .index_sale .isl_btns {
    position: absolute;
    border: 1px solid #D9D9D9;
    height: 23px;
    width: 56px;
    border-radius: 10px 10px 0 0;
    top: 99px;
    left:7px;
  }

  .new .index_sale_list .isl_name {
    padding-top: 20px;
  }

  .new .index_sale .index_sale_list .slick-list {
    padding-left: 0px;
    padding-right: 0px;
  }

  .new .index_sale_list .slick-slide{
    width: 187.5px;
  }

  .new .index_sale_list .isl_info .stockblock .yesavai {
    font-size: 10px;
  }

  .new .index_sale_list .isl_info .stockblock .dostreg {
    font-size: 10px;
  }

  .new .index_sale_list .isl_info_l .isl_old_price .olpr {
    font-size: 12px;
  }

  .new .index_sale .index_sale_all{
    margin-top: 20px;
  }

  .new .index_inner .index_sale .btn_main {
    font-size: 12px;
  }

  .new .index_sale .index_sale_all {
    padding-bottom: 20px;
  }

  .new .seo{
    margin-top: 0px;
    padding-top: 20px;
  }

  .new .seo .seo_content{
    margin-top: 0px;
    padding-top: 0px;
  }

  .newfooter .footermain_1 {
    height: auto;
  }

  .new .index_sale_nav > li a.act {
    font-size: 12px;
  }

  .newfooter .footermain_1 {
    display: block;
  }

  .newfooter .footer_3 {
    margin-top: 0px;
    margin-left: 78px;
  }

  .newfooter .footer_2 {
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
    padding-top: 20px;
  }

  .newfooter .footer_1 {
    padding-top: 25px;
    text-align: center;
  }

  .newfooter .footer_3 .footer_p {
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    width: 180px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .newfooter .footer_3 .footer_p .karta {
    font-size: 12px;
  }

  .new .index_about {
    padding-left: 0px;
    padding-right: 0px;
  }

  .new .index_about .product-day-base .product-day-content .colprod1 .product-day-head-text {
    font-size: 13px;
    padding-bottom: 9px;
    padding-top: 9px;
    padding-left: 6px;
    width: 84px;
    line-height: 23px;
    margin-left: 0px;
  }

  .new .index_about .product-day-base .product-day-content {
    padding: 12px;
  }

  .new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name {
    margin-top: 0px;
    margin-left: 0px;
  }

  .new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a {
    font-size: 12px;
  }

  .new .index_about .powers-product-list .product-day-base .colprod1 .about_col2 {
    display:none;
  }

  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .isl_old_price {
    font-size: 16px;
  }

  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .isl_price {
    font-size: 19px;
  }

  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price .mb-16 a {
    font-size: 10px;
    width: 100px;
    height: 27px;
    padding-right: 6px;
    padding-left: 22px;
  }

  .new .index_about .product-day-base .product-day-content .colprod1 .isl_info .mb-16 a:before {
    width: 15px;
    height: 15px;
    left: -12px;
    top: 7px;
  }

  .new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about .rate {
    font-size: 15px;
  }

  .new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about .star:before {
    width: 17px;
    height: 14px;
    top: 16px;
    right: 19px;
  }

  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .percent{
    display: none;
  }

  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock {
    width: 100%;
  }

  .new .index_about .powers-product-list .product-day-base .colprod2 .imgprod img {
    height: 170px;
  }

  .new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .timeel {
    font-size: 14px;
  }

  .new .index_about .powers-product-list .product-day-base .colprod2 .schetchik {
    background: none;
    padding: 0px;
    width: 156px;
    height: 80px;
  }

  /*.new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .imagesch .imgsch:before {
                    background-image: url(/include/header2021/time_icon_22.svg);
                    background-repeat: no-repeat;
                    display: block;
                    content: "";
                    position: relative;
                    width: 22px;
                    height: 22px;
                }*/

  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price {
    display: flex;
    flex-direction: column;
  }

  .newcatalog .catalog_list > li + li{
    margin-top:0px;
  }

  .newcatalog .catalog_list .cl_title {
    font-family: 'Play';
    margin-bottom: 15px;
  }

  .newcatalog .content_inner_right .cat_list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .newcatalog .content_inner_right .cat_content .cat_list li {
    margin-left: 0px;
    width: 100%;
  }

  .newcatalog .cat_content_head {
    width:100%;
  }

  .newcatalog .cat_list .dopinfo .nal:before {
    top: 65px;
  }

  .newcatalog .cat_list .dopinfo .nal .cat_list_presence {
    display:block;
  }

  /*.newcatalog .cat_list .dopinfo {
            flex-direction: column;
            margin-top: 3px;
            }*/

  .newcatalog .cat_list_name {
    font-size: 10px;
    margin-top: 15px;
    margin-bottom: 0px;
  }

  .newcatalog .cat_list .cat_list_name {
    min-height: 1px!important;
    line-height: 13px;
  }

  .newfooter .f_list{
    display: inline-block;
    width: 100%;
  }

  .newfooter .f_list li:nth-child(1){
    display: inline-block;
    width: 48%;
    margin-left: 2px;
  }

  .newfooter .f_list li:nth-child(2){
    display: inline-block;
    width: 50%;
  }

  .newfooter .f_list li:nth-child(3){
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .newfooter .f_list li:nth-child(4){
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  .newfooter .f_list > li + li {
    border-top: none;
  }

  .newfooter .f_list_slide .fl_title:before {
    background: url(/include/header2021/str_icon.svg);
    background-repeat: no-repeat;
    top: 10px;
  }

  .newfooter .f_list {
    padding-top: 0px;
  }

  .newfooter .fl_title {
    padding: 0;
    padding-bottom: 20px;
    padding-top: 0px;
  }

  .newfooter .f_list_slide .f_list_slide .fl_title:before {
    top: 10px;
  }

  .newfooter .f_list li:nth-child(1) .fl_title:before{
    right: 20px;
  }

  .newfooter .f_list li:nth-child(2) .fl_title:before{
    right: 15px;
  }

  .newfooter .f_list li:nth-child(3) .fl_title:before{
    right: 108px;
  }

  .newfooter .f_list .f_phone {
    display: inline-block;
  }

  .newfooter .f_info_r {
    margin-top: 15px;
  }

  .newfooter .f_list li:nth-child(4) .f_info_r .f_soc{
    width: 100%;
  }

  .newfooter .f_list li:nth-child(4) .f_info_r .f_soc li{
    width: 25%;
  }

  .newfooter .f_list li:nth-child(4) .f_info_r {
    display: inline-block;
    margin-top:0px!important;
  }

  .newfooter .f_bottom .f_politic {
    padding-left: 0px;
  }

  .newfooter .f_list .fl_href {
    margin-top: 0px;
  }

  .newfooter .f_list .f_list_slide .fl_content ul li a {
    font-size: 14px;
  }

  .newfooter .f_list .fl_content li{
    display:flex;
  }

  .newcatalog .catalog_list > li {
    width: 33%;
  }

  .newcatalog .catalog_list .cl_title {
    font-size: 16px;
  }

  .newcatalog .catalog_list .cl_inner_list > li a {
    font-size: 16px;
  }

  .newcatalog .catalog_list .cl_btn_all {
    font-size: 16px;
  }

  .newcatalog .cat_list .cat_list_inner .cat_list_img_base {
    width: 30%;
  }

  .newcatalog .cat_list .cat_list_inner {
    padding: 0px 15px 0px 15px;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
  }

  /*.newcatalog .cat_list .cat_list_inner .cat_list_content {
            width: 100%;
            }
            */
  .newcatalog .cat_list .dopinfo {
    width: 100%;
    display: inline-block;
    flex-direction: row;
    margin-top: 5px;
  }

  .newcatalog .cat_list .rate {
    width: 50%;
    display: inline-block;
    display:none;
  }

  .newcatalog .cat_list .dopinfo .nal {
    display: inline-block;
    width: 40%;
    float: left;
    margin-left: 0px;
  }

  .newcatalog .cat_list .dopinfo .dost {
    display: inline-block;
    width: 60%;
    margin-left: 0px;
    font-size: 10px;
  }

  .newcatalog .cat_list .dopinfo .articul {
    display: inline-block;
    width: 43%;
    margin-left: 0px;
    font-size: 10px;
    display:none;
  }

  .newcatalog .cat_list .cat_list_img img {
    max-width: 100%;
  }

  .newcatalog .cat_list li pre{
    margin:0;
  }

  .newcatalog .cat_list .cat_list_img {
    margin-top: 43px;
    width: 87px;
  }

  .newcatalog .cat_list .seccol {
    display: flex;
    flex-direction: column;
    width: 70%;
    margin-left: 10px;
  }

  .newcatalog .cat_list .name{
    width: 100%;
  }

  .newcatalog .cat_list .cat_list_inner .cat_list_content {
    width: 100%;
  }

  .newcatalog .wmain {
    width: 100%;
  }

  .newcatalog .content_inner_right{
    width: 100%;
  }

  .newcatalog {
    background: #fff;
  }

  .newcatalog .cat_list .properties {
    margin-top: 5px;
  }

  .newcatalog .cat_list .cat_list_content .properties ul li {
    padding-top: 3px;
    font-size: 10px;
  }

  .newcatalog .cat_list .cat_list_inner .cat_list_basket {
    width: 100%;
    border-left: none;
    padding-left: 0px;
  }

  .newcatalog .cat_list .cat_list_content .dopinfo:nth-child(2){
    order:1;
  }

  .newcatalog .cat_list .properties ul li:nth-child(5){
    display:none;
  }

  .newcatalog .cat_list .properties ul li:nth-child(6){
    display:none;
  }

  .newcatalog .cat_list .properties ul li:nth-child(7){
    display:none;
  }

  .newcatalog .cat_list .properties ul li:nth-child(8){
    display:none;
  }

  .newcatalog .cat_list .cat_list_img_base .rate {
    display: block;
    margin-top: 5px;
  }

  .newcatalog .cat_list .cat_list_img_base .articul {
    display: block;
    font-family: 'Play';
    color: #646464;
    font-size:10px;
    padding-top: 5px;
  }

  .newcatalog .cat_list .rate .blog-info__rating--top-info .votes_block .ratings .inner_rating {
    display: flex;
    flex-direction: row;
  }

  .newcatalog .cat_list .row1 {
    justify-content: normal;
  }

  .newcatalog .cat_list .cat_list_basket .row0 {
    justify-content: normal;
    margin-top: 10px;
  }

  .newcatalog .cat_list .isl_credit_price {
    margin: 0;
    margin-top: 5px;
  }

  .newcatalog .cat_list .row2 .mb-col {
    padding-left: 0px;
  }

  .newcatalog .cat_list .row2 a:before {
    left: 15px;
  }

  .newcatalog .cat_list .row2 {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .newcatalog .cat_list .row2 .mb-col {
    margin-right: 10px;
  }

  .newcatalog .cat_list .cat_list_img .isl_plashka {
    top: -25px;
  }

  .newcatalog .cat_list .isl_plashka {
    font-size: 10px;
  }
  .newcatalog .cat_list .pag_prev{
    display:none;
  }
  .newcatalog .cat_list .pag_prev:before{
    display:block;
  }

  .newcatalog .cat_list .row2 .mb-col .plus {
    padding-left: 0px;
  }

  .newcatalog .cat_list .row2 .mb-col .minus {
    padding-left: 0px;
  }

  .newcatalog .cat_content .btn_sec:hover {
    background: #7E84F2;
    color:#fff;
    font-family: 'Play';
  }

  .newcatalog .cat_content .btn_sec {
    font-family: 'Play';
    font-size: 14px;
    border-radius: 5px;
    padding-right: 0px;
    line-height: 0px;
  }

  .newcatalog .cat_content [data-modal="2"]:before{
    background: url(/include/header2021/fil_icon_000.svg);
    display:block;
    content:"";
    position:relative;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 9px;
    left: -4px;
  }

  .newcatalog .cat_content [data-modal="2"]:hover:before{
    background: url(/include/header2021/fil_icon_fff.svg);
    display:block;
    content:"";
    position:relative;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .newcatalog .cat_content [data-modal="3"]:before{
    background: url(/include/header2021/sor_icon_000.svg);
    display:block;
    content:"";
    position:relative;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 10px;
    left: -11px;
  }

  .newcatalog .cat_content [data-modal="3"]:hover:before{
    background: url(/include/header2021/sor_icon_fff.svg);
    display:block;
    content:"";
    position:relative;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .newcatalog .cat_content .pag .btn_main {
    font-size: 0px;
  }

  .newcatalog .content_inner_right .cat_content .block {
    margin-left: 0px!important;
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .newcatalog .block .cat_list_inner .cat_list_img_base {
    width: 100%;
    max-height: 120px;
  }

  .newcatalog .block .cat_list_inner {
    display: block;
    box-sizing: border-box;
  }

  .newcatalog .cat_list .cat_list_img {
    margin-top: 0px!important;
    width: 100%;
  }

  .newcatalog .block .section-gallery-wrapper__item-nav:before {
    display: none;
  }

  .newcatalog .block .cat_list_bottom {
    position: absolute;
    display: contents;
  }

  .newcatalog .block .cat_list_bottom .isl_nav {
    left: 2px;
    top: -47px;
    border: 1px solid #c4c4c4;
    width: 61px;
    border-radius: 10px 10px 0 0;
    height: 25px;
    background: #fff;
  }

  .newcatalog .block .seccol {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }

  .newcatalog .block .cat_list_img {
    height: 120px;
  }

  .newcatalog .block .cat_list_name {
    margin-top: 0px;
    line-height: 14px;
    height: 43px;
    font-size: 9px;
  }

  .newcatalog .block .dopinfo .nal .nalich:before {
    position: relative;
    left: -8px!important;
    top: 7px!important;
    width: 4px;
    height: 4px;
  }

  .newcatalog .block .dopinfo .dost {
    font-size: 9px;
    margin-top: 0px;
    width: 100%;
  }

  .newcatalog .block .dopinfo .rowinfo1 {
    display: flex;
    flex-direction: column;
  }

  .newcatalog .block .cat_list_inner {
    padding: 0px 7px 0px 7px;
  }

  .newcatalog .content_inner_right .cat_content .block li {
    width: 50%;
  }

  .newcatalog .block .cat_list_img .isl_plashka {
    top: 12px;
  }

  .newcatalog .block .dopinfo .nal .nalich {
    font-size: 9px;
  }

  .newcatalog .block .dopinfo .nal {
    width: 100%;
  }

  .newcatalog .block .cat_list_bottom .isl_favor:before {
    width: 20px;
    height: 20px;
    left: 2px;
    top: 2px;
  }

  .newcatalog .block .cat_list_bottom .isl_compare:before {
    width: 20px;
    height: 20px;
    left: 6px;
  }

  .newcatalog .block .cat_list_basket .row0 .isl_old_price {
    font-size: 12px;
  }

  .newcatalog .block .row1 .isl_price {
    font-size: 12px;
  }

  .newcatalog .block .cat_list_basket .row0 .percent {
    font-size: 8px;
    width: 43px;
    height: 12px;
    line-height: 13px;
  }

  .newcatalog .block .cat_list_inner .cat_list_basket {
    min-height: 114px;
  }

  .newcatalog .block .cat_list_inner .cat_list_basket .isl_credit_price {
    font-size: 9px;
    margin-top: 0px;
  }

  .newcatalog .block .dopinfo .nal .podzak {
    font-size: 9px;
    width: 100%;
  }

  .newcatalog .block .dopinfo .nal .podzak:before {
    width: 4px;
    height: 4px;
    top: 3px;
    left: -8px;
  }

  .newcatalog .block .row2 .mb-col {
    display: none;
  }

  .newcatalog .block .btn_block {
    width: 100%;
  }

  .newcatalog .block .row2 .btn_main {
    margin: 0 auto;
    width: 100px;
    height: 27px;
    font-size: 10px;
    line-height: 8px;
  }

  .newcatalog .block .row2 a:before {
    width: 15px;
    height: 15px;
  }

  .newcatalog .block .row2 a:before {
    left: 10px;
    top: 7px;
  }

  .newcatalog .block .seccol .isl_basket_add:before {
    width: 16px;
    height: 16px;
    left: 8px;
    top: 5px;
  }

  .newcatalog .block .dopinfo .articul {
    display: block;
    font-size: 9px;
  }

  .newcatalog .block .rate {
    display: block;
    padding-top: 2px;
  }

  .newfooter .footer_1 {
    width: 100%;
  }
  .tovar_dnya {
    width: 375px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ne_nashli {
    margin-bottom: 20px!important;
  }
  .new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a {
    width: 100%;
  }
  .new .index_about .powers-product-list .product-day-base .colprod1 .about_col1 {
    bottom: 15px;
    position: relative;
  }
  .about_col1 .rate:before {
    left: -20px!important;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 .imgprod img {
    margin-left: 13%;
  }
  .colprod1 .isl_info {
    margin-top: 0px;
  }
  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .isl_price {
    padding-left: 0px!important;
  }
  .newcatalog .wmain .catalog_list{
    max-width:475px;
    width:100%;
  }
  .newcatalog .wmain {
    width: 100%;
  }
  .newcatalog .content_inner_right .catalog_list li {
    width: 75% !important;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-left: 30px;
  }
  .newcatalog .content_inner_right .cat_content {
    width: 100% !important;
  }
  .newcatalog .block .cat_list_bottom .isl_compare:before {
    height: 19px;
  }
  .newcatalog .block .cat_list_bottom .isl_favor:before {
    width: 22px;
  }
  .newcatalog .cat_content [data-modal="3"]:before {
    top: 11px;
    left: 8px;
  }
  .newcatalog .cat_content [data-modal="2"]:before {
    top: 10px;
    left: 8px;
  }
  .newcatalog .block .cat_list_bottom .isl_favor:before {
    top: 0px;
  }
  .card_content_main .cardnew {
    width: 375px;
  }
  .cardnew .row_top {
    flex-direction: column;
    height: auto;
  }
  .cardnew .row_top .card_head {
    width: 100%;
    height: 40%;
  }
  .cardnew .row_top .card_head .slick-track {
    display: flex;
    flex-direction: row;
    width: 100%!important;
    margin: auto;
    left: 0px;
  }
  .crumbs {
    width: 375px;
  }
  .cardnew .chs_big_img img{
    max-height:201px;
  }
  .cardnew .two-columns .chs_th {
    width: 100%;
  }
  .cardnew .card_head .chs_th .draggable{
    display:none;
  }
  .chs_big_img {
    width: 100vw;
    padding-left: 0px;
    padding-right: 70px;
  }
  .chs_th .slick-prev, .chs_th .slick-next {
    bottom: auto;
    margin-top: -50%;
  }
  .cardnew .card_head .slick-prev, .cardnew .card_head .slick-next{
    background:transparent;
  }
  .cardnew .row_top .right_col {
    width: 100%;
    padding-left: 0px;
  }
  .cardnew .row_top .card_header .tm {
    margin-top: 0px;
  }
  .cardnew .row_top .card_header .raterow:after, .topblock:after{
    display:none;
  }
  .leftblock{
    margin-left:0px;
    width:60%;
  }
  .topblock {
    flex-direction: row;
    height: auto;
    margin-bottom: 0px;
  }
  .cardnew .row_top .card_header .tm {
    width: 100%;
  }
  .newcatalog .catalog_list > li {
    width: 90%;
  }
  .cardnew .row_top {
    width: 100%;
  }
  .plr{
    width:100% !important;
  }
  .right_col .prodname .tm {
    font-size: 16px;
  }
  .cardnew .right_col .rightblock .btns .chi_plashka_btn_basket, .cardnew .right_col .rightblock .btns .mt-16 {
    height: 41px;
    width: 134px;
    font-size:15px;
  }
  .cardnew .right_col .credit a {
    color: #fff;
    text-decoration: none;
    padding: 5px 0px;
    border-radius: 7px!important;
    position: relative;
    padding-left: 40px;
    padding-right: 3px;
    font-family: Montserrat;
    display: block;
  }
  .rightblock {
    width: 40%;
    display: flex;
    padding-bottom: 21px;
    align-items: center;
    position: relative;
    top: 26px;
  }
  .cardnew .right_col .bottom_row {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-height: 150px;
    justify-content: center;
    align-items: flex-end;
  }
  .cardnew .right_col .btn_one_click {
    margin-right: 0px;
  }
  .cardnew .right_col .isl_info_l{
    display: block;
  }
  .cardnew .right_col .isl_price {
    font-size: 20px;
    font-family: 'Play';
    position: relative;
    top: 0px;
    font-weight: 100;
  }
  .cardnew .right_col .proplist {
    padding-top: 15px;
  }
  .bottomblock {
    margin-top: 0%;
  }
  .bottomblock .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden li:nth-child(1) {
    margin-left: 0px;
  }
  .raterow .chi_plashka_nav_inner, .raterow .rate {
    max-width: 50% !important;
    padding-left: 0px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #EFEDED;
    display: flex;
    align-items: center;
    width: 92px;
    height: 28px !important;
    border-radius: 10px;
    margin-right: 0px;
  }
  .cardnew .right_col .btns .isl_favor, .cardnew .right_col .btns .isl_compare {
    background: #FAFAFA;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 7px;
    width: 28px;
    height: 28px;
  }
  .cardnew .right_col .btns .isl_favor.isl_nav_add:before{
    width: 28px;
    height: 28px;
  }
  .cardnew .prices {
    height: 34px;
  }
  .cardnew .right_col .chi_plashka_nav {
    justify-content: flex-end;
  }
  .accessories-section {
    padding: 0px 0;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    top: -10px;
  }
  .accessories_slider .slick-slide {
    box-sizing: border-box;
    margin-right: 0px;
    display: inline-block;
  }
  .accessories_slider .slick-slide > div, .accessories_slider .slick-slide > div > div {
    display: inline-block !important;
    overflow: unset !important;
  }
  .bottomblock .card_tab_access .section {
    padding: 0px 0;
  }
  .accessories_slider .slick-prev {
    left: -4px !important;
  }
  .accessories_slider .slick-prev, .accessories_slider .slick-next {
    top: 20%;
  }
  .accessories_slider {
    padding-bottom: 12px;
  }
  .accessories_slider {
    margin-left: 0;
  }
  .accessories_slider .isl_inner {
    padding: 10px 10px;
  }
  .isl_basket {
    height: 28px;
  }
  .cardnew .card_tab_inner {
    padding-left: 0px;
  }
  .accessories_slider .slick-list {
    height: 125px !important;
  }
  .accessories_slider .slick-initialized .slick-slide {
    display: inline-block;
  }
  .accessories_slider .slick-list {
    padding-left: 0px;
  }
  .accessories_tite + .accessories_slider {
    width: 100%;
  }
  .card_content .sidebar .card_tab_nav {
    display: flex;
    flex-direction: row;
  }
  .cardnew .card_content .scroll_style_line {
    padding-left: 0;
    border-top:none;
    width: 100%;
    display: flex;
    position: relative;
    top: 0px;
    left: 0px;
  }
  .card_content div#mCSB_3_container {
    margin-left: 0px;
  }
  .newcatalog .content {
    background: #fafafa;
  }
  .card_tab_nav > li a {
    margin-bottom: 10px;
  }
  .card_content {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    background: transparent;
    max-height: 150px;
    max-width: 100%;
    border: none;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
  }
  .tab_content {
    width: 100%;
  }
  .cardnew .card_content .card_tab_nav > li a {
    text-decoration: none;
    color: #000;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    background: #fff;
    border-radius: 10px;
    padding: 12px 14px;
    margin-right: 10px;
    display: flex !important;
    align-items: center;
  }
  .cardnew .card_content .card_tab_nav > li:nth-child(2) a.act, .cardnew .card_content .card_tab_nav > li:nth-child(1) a.act {
    color: #7E84F2;
    border-radius: 10px;
  }
  .cardnew .card_content .card_tab_nav > li:nth-child(2) a:before, .cardnew .card_content .card_tab_nav > li:nth-child(1) a:before, .cardnew .card_content .card_tab_nav > li:nth-child(3) a:before{
    display:none;
  }
  .cardnew .sidebar .mCSB_container .act:after {
    background: #7E84F2;
    width: 80%;
    height: 1px;
    border-radius: 20px;
    content: '';
    position: absolute;
    display: block;
    top: 34px;
    left: 18px;
  }
  .card_content .sidebar .card_tab_nav li {
    margin-right: 15px;
  }
  .card_content .tab_content .card_tab_char_main .col2 {
    padding-left: 45px;
    padding-top: 22px;
  }
  .tab_content {
    width: 100%;
    padding-left: 22px;
    padding-right: 17px;
    min-height: 700px;
  }
  .section.your_see .grid-1-4.watched li .isl_inner .isl_nav {
    display: none;
  }
  ul.ia_list li {
    display: inline-flex;
    max-width: 45%;
    background: #fff;
    text-align: center;
    margin-right: 12px;
    margin-bottom: 14px;
    width: 162px;
    height: 118px;
    position: relative;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
  }
  .ia_list{
    padding: 10px;
  }
  .index_categories {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .ial_image {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .ial_image img {
    width: 30%;
  }
  .ial_title {
    position: relative;
    color: #252525;
    font-size: 11px;
    width: 76px;
    display: flex;
    margin: auto;
    justify-content: center;
  }
  .index_sidebar .is_nav {
    display: block;
  }
  .newcatalog .content_inner {
    margin-left: -20px;
  }
  .newcatalog .content_inner_right {
    width: 60%;
  }
  .newcatalog .index_sidebar {
    width: 40%;
  }
  .newcatalog .content_inner_right .catalog_list li {
    width: 100% !important;
    margin-left: 0px;
  }
  .index_sidebar {
    padding-left: 0px;
    padding-right: 0px;
  }
  .newcatalog .is_nav_list li a {
    font-size: 9px;
  }
  .newcatalog .index_sidebar ul li:before {
    margin-left: 5px !important;
  }
  .bt_cell li:nth-child(1) {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .bt_cell li:nth-child(3) {
    width: 80% !important;
    display: inline-flex;
    justify-content: flex-start;
    order: 5;
  }
  .bt_cell li:nth-child(4) {
    width: 100%;
  }
  .bl_result {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    right: 35px;
    top: 30px;
  }
  .basket_table.items-basket {
    position: relative;
  }
  .bt_cell li:nth-child(5) svg {
    top: -170px;
    right: -310px;
  }
  .index_categories .is_title {
    top: 10px;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}




@media (max-width: 450px){
  .new .mainblock .header_slider .owl-wrapper-outer .owl-item {
    width: 100vw !important;
    margin-right: 0px;
    display:inline-block;
    padding-left:0px;
    padding-right:0px;
  }
  .hl_top .wmain {
    display: flex;
    margin-left: 10px!important;
    margin-top: 8px;
    float: left;
  }
  .newheader .hl_fixed {
    display: flex;
    flex-direction: row;
    width: 100vw;
  }
  .plr {
    padding-left: 0px;
    padding-right: 0px;
    width: 50%;
  }
  .newheader .hl_top_right .hl_top_info{
    display:none;
  }
  .newheader .hl_nav_mobile {
    margin-left: 30px;
  }
  .preim_main {
    display: flex;
    width: 100%;
    margin: auto;
    flex-direction: row;
  }
  .frist_row {
    display: flex;
    width: 50%;
    flex-direction: column;
  }
  .second_row {
    display: flex;
    width: 50%;
    flex-direction: column;
  }
  .preim_block {
    width: 100%;
    margin: auto;
  }
  .preim_main {
    display: flex;
    width: 100%;}
  .preim_img_main {
    margin: auto;
    margin-top: 11px;
  }
  p.preim_p {
    width: 128px;
    text-align: center;
    margin: auto;
    margin-top: 17px;
    margin-bottom: 10px;
  }
  .new .index_hit .index_sale_list li {
    width: 50%!important;
  }
  .new .index_hit .is_title:after{
    display:none;
  }
  .new .index_hit .is_title:before{
    display:none;
  }
  .new .index_sale .isl_btns{
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 10px 10px 0 0;
    height: 25px;
    width: 62px;
  }
  .new .index_sale_list .isl_btns .isl_favor:before {
    width: 22px;
    height: 19px;
    top: 4px;
    left: 5px;
  }
  .new .index_sale .isl_btns {
    top: 40%;
  }
  .tovar_dnya {
    width: 375px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
  .ne_nashli {
    background: #fff;
    max-width: 298px;
    height: 235px;
    margin-top: 60px;
    width: 100%;
    box-shadow: 5px 5px 20px 8px rgb(126 132 242 / 25%);
    margin: auto;
    order: 1;
  }
  .new .index_about {
    width: 100%;
    height: 298px;
  }
  .ne_nashli h2, .ne_nashli p, .ne_nashli a{
    font-size:12px;
  }
  .ne_nashli a {
    text-decoration: none;
    color: #6805F2;
    margin-left: 30px;
    font-family: 'Play';
  }
  .ne_nashli h2 {
    padding-top: 39px;
    padding-left: 30px;
    font-family: 'Play';
    font-weight: bold;
    line-height: 32px;
  }
  .ne_nashli p {
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Play';
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
    width: 155px;
  }
  .tovar_dnya:before{
    display: none;
  }
  .ne_nashli h2:after {
    content: '';
    display: block;
    position: relative;
    background: url(/upload/mini_attention.svg);
    width: 40px;
    height: 40px;
    right: 18px;
    top: -11px;
    float: right;
  }
  .ne_nashli a:after {
    content: '';
    display: block;
    position: relative;
    background: url(/upload/mini_rupor.svg);
    width: 298px;
    height: 84px;
    top: 0px;
    background-position: bottom;
  }
  .new .index_hit .index_sale_list .isl_nav .mb-16 {
    margin-left: 9%!important;
  }
  .newfooter .footer, .newfooter .f_bottom {
    padding-right: 20px;
    width: 100%;
  }
  .newfooter .f_bottom {
    width: 100%;
  }
  .newfooter .footer.plr .wmain {
    flex-direction: column;
    width: 100%;
    max-width: 375px;
    align-items: center;
  }
  .newfooter .footer_1 {
    padding-top: 0px;
    text-align: center;
  }
  .newfooter .footer_2 {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  ul.index_sale_list.mobile li a.isl_img {
    height: 284px!important;
  }
  .product-day-head{
    background: url(/upload/tovar_schet_mini.svg);
    background-repeat:no-repeat;
    top: -40px;
    left: -30px;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 .schetchik{
    background: url(/upload/schetchik_mini.svg);
    background-repeat:no-repeat;
    left: -40px;
    top: -7px;
  }
  .new .index_about .product-day-base {
    height: 258px;
    width: 70%;
    margin-left: auto!important;
    margin: auto;
  }
  .new .index_about .product-day-base .product-day-content{
    width:100%;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 .imgprod img {
    max-height: 100px;
    max-width: 166px;
    height: 135px;
  }
  .product-day-head-text {
    bottom: -11px;
    right: -8px;
    font-size: 13px;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .countDiv1:after {
    content: ":";
    display: block;
    position: absolute;
    padding-top: 3px;
    padding-left: 2px;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .countHours{
    padding-left:5px;
  }
  .countdownHolder span {
    font-size: 12px;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 #countdown {
    top: 10px;
    left:8px;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .countDiv1:after,
  .new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .countDiv2:after{
    padding-left: 0px;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .countMinutes{
    padding-left:5px;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .countSeconds{
    padding-left:5px;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 .schetchik .optime{
    font-size: 10px;
  }
  .percent span {
    font-size: 11px;
  }
  .colprod2 .percent {
    max-width: 45px;
    min-width: 45px;
    height: 45px;
    font-size: 8px;
    text-align: center;
  }
  .new .index_about .powers-product-list .product-day-base .colprod2 .imgprod {
    z-index: 0;
    left: 20px;
    top: 15px;
  }
  .about_col1 .rate:before{
    background: url(/upload/goldstar.svg);
    width:10px;
    height:10px;
    left: 12px;
    bottom: 28%;
  }
  .new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about .rate{
    margin-right: 30px;
    margin-left: -5px;
  }
  .new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a {
    font-size: 12px;
  }
  .new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name {
    margin-top: 5px;
    width:275px;
    margin-bottom: 5px;
  }
  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .isl_price {
    width: 50%;
    margin-left: 0px;
    font-size: 19px;
    right: 0.1px;
    text-align: start;
    padding-left: 15px;
  }
  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock {
    display: flex;
    flex-direction: row;
    min-width: 275px;
    margin-top: -10px;
  }
  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .isl_old_price{
    font-size: 16px;
    padding-right: 31px;
    text-align: end;
  }
  .new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about {
    margin-top: 0px;
    margin-bottom:5px;
  }
  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price .mb-16 {
    margin-top: 3px;
  }
  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price .mb-16 a{
    height:30px;
  }
  .colprod .isl_info{
    margin-top: 5px;
  }
  .index_seo_mobile.plr{
    display:none;
  }
  .about_main_comp {
    flex-direction: column;
    width: 343px;
    margin: auto;
  }
  p.mediar_p {
    font-size: 10px;
  }
  h3.mediar {
    font-size: 20px;
  }
  h3.o_comp {
    font-size: 9px;
  }
  .about_img img {
    object-fit: contain;
  }
  .about_img {
    display: flex;
    position: relative;
    height: 250px;
    top: 19px;
    right: 145px;
    width: 343px;
  }
  .new .index_hit  .index_sale_list .isl_nav .mb-16 a{
    font-size:12px;
    padding-left: 43px;
    padding-top: 9px;
    padding-bottom: 10px;
  }
  .index_hit ul.index_sale_list.mobile li a.isl_img {
    height: 107px!important;
  }
  .new .index_hit.index_sale .index_sale_list .isl_inner {
    height: 317px;
    min-height: 317px!important;
  }
  .index_hit ul.index_sale_list.mobile li a.isl_img {
    height: 126px!important;
  }
  .new .index_hit  .index_sale_list .isl_info {
    margin-top: -3px;
  }
  .new .index_about .product-day-base .product-day-content .colprod1 .isl_price .mb-16 a {
    font-size: 12px;
  }
  .index_sale .isl_img {
    height: 130px;
  }
  .new .index_sale .index_sale_list .slick-list {
    max-height: 450px;
  }
  .new .index_sale_list .isl_name {
    padding-top: 19px;
  }
  .new .index_sale_list .isl_info_l .priceblock {
    margin-top: -11px;
  }
  .new .index_sale .index_sale_list .isl_inner{
    height: auto!important;
    min-height: 317px!important;
  }

  .new .index_sale_list .isl_info .artikul {
    font-size: 10px;
    margin-top: 7px;
    margin-bottom: 45px;
  }
  .new .index_sale_list .isl_info_l .isl_price {
    font-size: 15px;
  }
  .new .index_hit .index_sale_list li:nth-child(6) .isl_name {
    font-size: 15px;
  }
  .new .index_hit .index_sale_list li:nth-child(1) .isl_name {
    font-size: 15px;
  }
  .new .index_hit .index_sale_list .isl_info{
    margin-top:-34px;
  }
  .index_sale_list .isl_info_l {
    margin-top: -34px;
  }
  .new .index_hit .index_sale_list .isl_info .artikul{
    margin-bottom:45px;
  }
  .new .index_hit .index_sale_list .isl_info .stockblock{
    margin-top: 35px;
  }
  .new .index_sale .index_sale_list .isl_nav .mb-16 a{
    font-size:12px;
    padding-left: 43px;
    padding-top: 9px;
    padding-bottom: 10px;
  }
  .newfooter .f_list {
    text-align: center;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .newfooter .f_list .fl_href {
    margin-top: 0px;
    display: flex;
    text-align: initial;
    flex-direction: column;
  }
  .new .index_sale_list .isl_nav .mb-16 .isl_basket_add {
    padding-left: 33px!important;
    margin: inherit;
  }
  .new .index_sale_list .isl_nav .mb-16 .isl_basket_add:before {
    left: 4px;
    top: 12px;
  }
  .new .index_sale_list .isl_nav .mb-16 .isl_basket_add{
    margin-top:-5px;
    width: 112px;
  }
  .newcatalog .content_inner_right .cat_content {
    margin-top: 0px;
    width: 336px;
  }
  .newcatalog .cat_list .cat_list_img {
    margin-top: 27px!important;
  }
  .newcatalog .content.catalog.plr .cat_content .cat_list .dopinfo .nal .nalich:before{
    top: 102px;
    left: 2px;
  }
  .newcatalog .content.catalog.plr .cat_content .cat_list .dopinfo .nal .nalich{
    margin-left: 15px;
    margin-top: 4px;
  }
  .tm_num{
    margin-left:0px;
  }
  .newcatalog .catalog_list > li {
    width: 90%;
  }
  .newcatalog .content_inner_right .catalog_list li {
    width: 31.5%;
  }
  .menuMenu .main-nav.second li > a.sort_trigger.selected{
    color: #7E84F2;
    border: 1px solid #7E84F2;
  }
  .new .index_sale_list .isl_btns .isl_favor:hover:before {
    background-image: url(/upload/heart_fill.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    width: 22px;
    height: 29px;
    position: relative;
    background-position: initial;
  }
  .new .index_sale_list .isl_btns .isl_favor.isl_nav_add:before {
    background-image: url(/upload/heart_no-fill.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    width: 22px;
    height: 29px;
    position: relative;
    background-position: initial;
  }
  .new .index_sale_list .isl_btns .isl_compare:hover:before {
    background: url(/upload/comapre_no-fill.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    width: 33px;
    height: 29px;
    position: relative;
    background-position: right top;
  }
  .new .index_sale_list .isl_btns .isl_compare.isl_nav_add:before {
    background: url(/upload/comapre_no-fill.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    width: 33px;
    height: 29px;
    position: relative;
    background-position: right top;
  }
  .new .index_sale_list .isl_btns .isl_compare:before {
    background: url(/upload/comapre_fill.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    width: 33px;
    height: 29px;
    position: relative;
    background-position: right top;
  }
  .btn_basket_mobile i{
    background:#7E84F2;
  }
  .container_main {
    padding-top: 55px;
  }
  .newcatalog .block .seccol .isl_basket_add{
    background: #C5EC68;
    border: 1px solid #C5EC68;
  }
  .newcatalog .block .cat_list_bottom .isl_favor.isl_nav_add:before{
    background-image: url(/upload/heart_fill.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: none;
    width: 22px;
    height: 29px;
    position: relative;
    background-position: right;
  }
  .newcatalog .cat_list .cat_list_bottom .isl_favor.isl_nav_add {
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: none;
  }
  .newcatalog .cat_list .cat_list_bottom .isl_compare.isl_nav_add{
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    border: none;
  }
  .new .index_sale_list .isl_info .stockblock .yesavai {
    font-size: 10px;
  }
  .newcatalog .block .cat_list_bottom .isl_nav {
    left: -1px;
    top: -40px;
    background: #fff;
  }
  .cat_content_head .btn_sec {
    color: #404355;
    border-color: #CFD0D6;
    background: #fff;
  }
  .newcatalog .content_inner_right .cat_content .cat_list:after {
    z-index: -1;
  }
  .newcatalog .block .cat_list_name {
    height: 28px;
  }
  .cat_filtr.filter-mobile .cat_filtr_title{
    color:#7E84F2;
  }
  .cf_btn_all span {
    color: #7E84F2;
  }
  .pu_cat_nav .btn_main {
    background: #7E84F2;
  }
  .cf_clear {
    color: #7E84F2;
  }
  .shot_for_list {
    margin-left: 0px;
    display: flex;
    white-space: nowrap;
    padding-bottom: 10px;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    overflow: auto;
  }
  .shot_for_list > li a.active{
    background: #7E84F2;
    color:#fff;
    border:1px solid #7E84F2;
  }
  .basket_sidebar {
    min-height: 250px;
    width: 365px;
    margin-left: 5px;
    height: auto;
  }
  .bs_chars {
    display: flex;
    flex-direction: column;
    margin-right: 0px;
    width: 100%;
    height: 60%;
    justify-content: flex-end;
    align-items: center;
  }
  .basket .bs_oformit {
    height: 35px;
  }
  .basket a.bs_oneclick.btn_one_click.btn_sec.w100p {
    height: 35px;
  }
  .basket_sidebar .mb-16{
    margin-right:0px;
    width: 276px;
    height: 35px;
  }
  .bs_chars_item:nth-child(1) {
    order: 0;
    margin-bottom:0px;
    display:flex;
    flex-direction:row;
  }
  .bs_chars_item:nth-child(2) {
    justify-content: space-between;
    margin-bottom: 43px;
    flex-direction: row;
    align-items: flex-end;
  }
  .bs_chars_item {
    flex-direction: column;
  }
  span#totalPriceInfo {
    margin-left: 0%;
    margin-top: 5%;
  }
  .bt_info {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .bs_chars div {
    margin-bottom: 20px;
  }
  .basket_sidebar_plashka {
    flex-direction: column;
  }
  .bs_btns {
    flex-direction: column;
  }
  .basket_content {
    width: 100%;
    max-width: 365px;
    margin-left: 5px;
  }
  .bt_cell li:nth-child(2) {
    display: none;
  }
  .bt_cell {
    width: 100%;
    flex-direction: column;
  }
  .basket_table_content li {
    margin: auto;
  }
  .btn_name {
    bottom: 10px;
  }
  .bl_result .bl_title {
    bottom: 4px;
  }
  .plus-minus {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 4px;
  }
  .bt_cell li:nth-child(4) {
    width: 50%;
    order: 2;
  }
  .bt_cell li:nth-child(5) {
    margin: 0px;
  }
  .index_categories .is_title {
    top: 10px;
  }
  .bt_cell li:nth-child(4) {
    width: 100% !important;
  }
  /*.index_sale .slick-slide {
        width: 50% !important;
    }*/
  .new .index_sale .isl_btns {
    top: 40%;
  }
  .new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a {
    width: 90%;
  }
  .new .index_sale.index_hit .is_title {
    position: relative;
    top: 0px;
  }
  .index_categories .is_title {
    top: 10px;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .basket_content {
    width: 100%;
    max-width: 365px;
    margin-left: 25px;
  }
  .basket_sidebar {
    height: 100%;
    margin-left: 25px;
  }
  .basket_sidebar .bs_btns {
    width: 100%;
  }
  .hl_city_select {
    color: #7E84F2;
    margin-left: 0px;
  }
  .hl_city_select svg {
    fill: #7E84F2;
  }
  .menuMenu a.btn_sec {
    border: 1px solid #7E84F2;
  }
  .menuMenu .main-nav a.back-track{
    background: #7E84F2;
  }
  .sticker_sberb {
    right: 25px;
    top: 8px;
  }
  .cardnew .card_content {
    z-index: 999;
  }
  .aol_head_status {
    margin-top: 24px;
  }
  .wmain.my_zakazes {
    width: 90%;
  }
  .btn.btn-default.btn-lg.btn-order-save {
    outline: 0;
    background-color: #7E84F2;
    border-color: #7E84F2;
    color: #FFF;
  }
  .btn.btn-default.btn-lg.btn-order-save:hover {
    outline: 0;
    background-color: #7e84f2ab;
    border-color: #7e84f2ab;
    color: #FFF;
  }
  .order .pandd #bx-soa-delivery {
    width: 100%;
  }
  .order .pandd #bx-soa-paysystem {
    width: 100%!important;
    margin-left: 0;
  }
  .bx-soa-cart-total {
    margin-bottom: 50px;
  }
  .tovar_dnya {
    height: auto;
  }
  .categories-list .back {
    display: none;
  }
  .newcatalog .cat_list .seccol {
    width: 100% !important;
    border-left: none !important;
    padding-left: 0 !important;
  }
  .newcatalog .cat_list .cat_list_inner .cat_list_img_base {
    width: 100% !important;
  }
  .newcatalog .cat_list .dopinfo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .newcatalog .cat_list .cat_list_inner .cat_list_content {
    border-bottom: none !important;
  }
  .newcatalog .cat_list .cat_list_img_base .articul {
    display: none !important;
  }
  .newcatalog .block .cat_list_name {
    height: auto;
    min-height: 42px !important;
  }
  .cat_list_content .name {
    min-height: 32px;
    height: auto;
  }
  .new .mainblock.for-mobile .header_slider .owl-wrapper .banner_image {
    height: 200px;
  }
  .new .mainblock.for-mobile {
    flex-direction: column;
  }
  .new .mainblock.for-mobile .col2 {
    width: 100%;
    padding-left: 0px;
  }
  .new .mainblock.for-mobile .col3 {
    width: 85%;
    margin: 0 auto;
  }
  .new .mainblock.for-mobile .index_about {
    margin-left: 0;
  }
  .new .index_sale .slick-track {
    display: flex;
  }

	.wmain {
		max-width: 90%!important;
	}
	.newheader .wmain {
		width: 100% !important;
	}
	.content_inner_right {
		width: 100%;
	}
	.content_table table {
		min-width: 100%;
	}
	.content_table .btn_main {
		font-size: 11px;
		line-height: 29px;
		padding: 0px 16px;
	}
	.card_content_main .wmain {
		max-width: 100% !important;
	}
	.new .index_sale .isl_btns {
    bottom: unset!important;
    top: 0px!important;
    left: 65%;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    border: none;
    padding: 2px;
}
.new .index_sale .section-gallery-wrapper__item img {
    padding-top: 0;
    width: 80%;
    height: 80%;
    object-fit: contain;
}
.index_content.new .wmain.plr {
    max-width: 100% !important;
}
.basket_content, .basket_sidebar  {
    margin-left: 0;
}
.hl_fixed .hl_nav_mobile .hl_phone svg {
    display: block !important;
    width: 20px;
    height: 20px;
}
.newheader .hl_bottom .hl_nav_mobile a {
    margin-right: 0;
}
.newheader .hl_nav_mobile {
    padding-left: 55px !important;
}
.hl_phone svg {
    margin-right: 0;
}
.hl_fixed .hl_nav_mobile .btn_search_mobile {
    margin-left: 24px !important;
}
.newheader .hl_bottom .hl_nav_mobile .btn_basket_mobile i {
    right: -1px;
    top: -21px;
}
.new .mainblock .header_slider .owl-wrapper-outer .owl-item {
    margin-top: 0px;
}
.body_scroll_act .hl_top {
    margin-top: 0px;
}

/* header */
.newheader .hl_bottom .wmain {
    justify-content: flex-end;
    width: 100%;
}
.newheader .hl_nav_mobile {
    padding-left: 0 !important;
}
.newheader .hl_nav_mobile {
    margin-left: 0px;
}
.hamburger-btn {
    margin-left: 10px;
    cursor: pointer;
}
.hl_fixed .hl_nav_mobile .btn_search_mobile {
    display: block;
    position: relative;
    width: 25px;
    height: 30px;
    margin: 0 !important;
    padding-right: 10px;
}
.newheader .hl_bottom .hl_nav_mobile .hl_phone, .newheader .hl_bottom .hl_nav_mobile 
 .btn_basket_mobile {
    display: block;
    position: relative;
    width: 29px;
    height: 30px;
    margin: 0 !important;
}
.newheader .hl_bottom .hl_nav_mobile .btn_basket_mobile:before {
    bottom: 0;
    left: unset;
    right: 0;
    top: unset;
}
.newheader .hl_bottom .hl_nav_mobile .btn_basket_mobile i {
    right: -5px;
    top: -9px;
}
.newheader .hl_bottom .hl_nav_mobile .btn_basket_mobile{
	order: 0;
}
.hl_fixed .hl_nav_mobile .hl_phone svg {
    display: block !important;
    width: 21px;
    height: 27px;
}
/* footer */

.newfooter .f_list li:nth-child(1) .fl_title:before {
    right: 10px;
}
.newfooter .f_list li:nth-child(2) .fl_title:before {
    right: 10px;
}
.newfooter .f_list li:nth-child(3) .fl_title:before {
    right: 115px;
}
.newheader .logo_inner {
    left: 20px;
}
}


@media (max-width: 375px){
  .ne_nashli {
    margin-left: auto;
  }
  .new .index_about .product-day-base {
    height: 258px;
    width: 70%;
    margin-left: 55px !important;
  }
  .new .index_sale.index_hit .is_title {
    position: relative;
    top: 0px;
  }
  .index_categories .is_title {
    top: 10px;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .basket_sidebar .mb-16 {
    margin-bottom: 10px !important;
  }

/* footer */

.newfooter .f_list li:nth-child(1) .fl_title:before {
    right: 0px;
}
.newfooter .f_list li:nth-child(2) .fl_title:before {
    right: 0px;
}
.newfooter .f_list li:nth-child(3) .fl_title:before {
    right: 95px;
}
}
/* End */


/* Start:/local/templates/view/css/customandrew.css?1660771435109914*/
.checkbox {
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgcng9IjMuNSIgc3Ryb2tlPSIjNUQ2Mjc1Ii8+Cjwvc3ZnPgo=);
    outline: 0;
    border: none;
    width: auto !important;
    min-width: unset;
    height: auto !important;
    cursor: pointer;
    height: 24px;
    transition: background-image .3s ease;
    overflow: hidden;
    margin-top: -4px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.check span, .radio span {
    margin-left: 8px;
    line-height: 1.5;
    padding-top: 5px;
}
input.checkbox {
    height: 24px !important;
}
.checkbox>label.checked {
    background: #fff;
}
.checkbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#bx-soa-orderSave .checkbox input:hover {
    background: unset!important;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNCAxSDRDMi4zNDMxNSAxIDEgMi4zNDMxNSAxIDRWMTRDMSAxNS42NTY5IDIuMzQzMTUgMTcgNCAxN0gxNEMxNS42NTY5IDE3IDE3IDE1LjY1NjkgMTcgMTRWNEMxNyAyLjM0MzE1IDE1LjY1NjkgMSAxNCAxWk00IDBDMS43OTA4NiAwIDAgMS43OTA4NiAwIDRWMTRDMCAxNi4yMDkxIDEuNzkwODYgMTggNCAxOEgxNEMxNi4yMDkxIDE4IDE4IDE2LjIwOTEgMTggMTRWNEMxOCAxLjc5MDg2IDE2LjIwOTEgMCAxNCAwSDRaIiBmaWxsPSIjMkVCMTNBIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTQgNS44NTY0TDguMzE0MzIgMTNMNCA4Ljk4NjY3TDQuODIxMjIgNy45ODg4OUw4LjE4MTMyIDExLjExNDZMMTMuMDQ4IDVMMTQgNS44NTY0WiIgZmlsbD0iIzJFQjEzQSIvPgo8L3N2Zz4K)!important;
    background-repeat: no-repeat;
    width: 18px!important;
    height: 18px!important;
    min-width: unset!important;
}
/*#bx-soa-orderSave .checkbox label.checkbox:checked{
    border-color: #7E84F2 !important;
    background: #fff!important;
    border: 7px solid !important;
    border-radius: 100%;
}
#bx-soa-orderSave .checkbox label.checkbox{
	border-color: #ccc !important;
    background: #fff!important;
    border: 2px solid !important;
    border-radius: 100%;
}
*/

/* buttons PVZ*/

.basket_content .btn_name, .basket_content .bl_result .bl_title,.basket_content  .plus-minus,.basket_content   a.bl_dell.deleteItem.itemProduct {
    bottom: 0;
}

a.SDEK_selectPVZ.btn.btn-default {
    background-color: #7E84F2;
    border-color: #7E84F2;
    margin: 15px 35px;
}
a.SDEK_selectPVZ.btn.btn-default:hover {
    background-color: #fff;
    border-color: #7E84F2;
    color: #7E84F2;
}
span.sdek_pvzAddr {
    margin: 0 35px;
    font-weight: 600;
}
.new .index_sale.index_hit .index_sale_list .isl_inner {
    border-right: 1px solid #ccc;
}

.order table.sale_order_full_table {
    display: flex;
    text-align: center;
    line-height: 2;
    justify-content: center;
}
.order table.sale_order_full_table {
    display: flex;
    text-align: center;
    line-height: 2;
    justify-content: center;
    margin: 50px 0;
}
.bot_success .ps_logo img {
    margin: 20px 0;
}

.newcatalog .cat_filtr .cf_content .cf_inner_list .checkbox {
    min-width: 13px;
    background-repeat: no-repeat;
    margin: 0;
}
/* ЗДОРОВА ОТЕЦ */


.new .index_sale_list .isl_btns .isl_compare.isl_nav_add:before {
    top: -19px;
}

.newheader .hlb_search input {
    font-family: 'Play';
}

.hl_nav > li > a:focus, .hl_nav_dop:focus > a {
    color: #6805F2!important;
}

.hl_nav li.active a {
    color: #6805F2!important;
}


/* НАЧАЛО СРАВНЕНИЕ */ /* НАЧАЛО СРАВНЕНИЕ */ /* НАЧАЛО СРАВНЕНИЕ */ /* НАЧАЛО СРАВНЕНИЕ */ /* НАЧАЛО СРАВНЕНИЕ */ /* НАЧАЛО СРАВНЕНИЕ */ /* НАЧАЛО СРАВНЕНИЕ */ /* НАЧАЛО СРАВНЕНИЕ */ 

.compare .radio input{
	display: none;
}

.compare .radio input{
	display: block;
    background: url(/upload/check123_icon.svg);
    width: 14px;
    height: 13px;
    min-width: 13px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-appearance: none;
    position: absolute;
    left: -20px;
}

.ch_radio label {
    margin-left: 34px;
    position: relative;
}

.compare .radio input:checked{
    background: url(/upload/check1_23_icon.svg);
}

.compare .cs_slide_head {
    border: 1px solid #D9D9DD;
}

.compare .cs_slide_head {
    padding: 15px;
}

.compare .cs_slide_del {
    right: 17px;
    top: 12px;
    font-size: 14px;
}

.compare .cs_slide_del:hover {
    color: #7E84F2;
}

.compare .slick-slide:nth-child(1) .cs_slide_head {
    border-right: none;
}

.compare .cat_list_basket .btn_main {
    background: #FFFFFF;
    color: #7E84F2;
    border: 1px solid #7E84F2;
}

.compare .cat_list_basket .btn_main:hover {
    background: #7E84F2;
    color: #fff;
    border: 1px solid #7E84F2;
}

.compare .cs_slide_name:hover {
    color: #7E84F2;
}

.compare .isl_price {
    font-size: 22px;
    font-family: "Play";
    padding-top: 5px;
	order: -1;
	width: 40%;
}

.compare .isl_old_price {
    font-size: 22px;
    font-weight: 700;
}

.compare .isl_old_price{
    text-decoration:none;
    position: relative;
	width: 60%;
	position: relative;
}

.compare .isl_old_price span{
    text-decoration:line-through;
}

.compare .isl_old_price i {
    border: 1px solid #CAED80;
    background: #CAED80;
    color: #000;
    font-size: 16px;
    padding: 0px 10px 0px 5px;
    border-radius: 15px 0px 15px 0px;
    margin-left: 15px;
    position: absolute;
    top: -31px;
    left: -12px;
}

.compare .flex-post-block {
    flex-direction: column;
}

.compare .slick-slide {
    background: #fff;
}

.compare .cs_slide_head .isl_info_l {
    flex-direction: row;
    display: flex;
	justify-content: unset;
	width: 100%;
    margin-top: 35px;
}

.compare .cat_list_basket{
	margin-top: 12px;
	width: 100%;
}

.compare .cs_slide_del {
    right: unset;
    top: unset;
}

.compare .cs_slide_del:before {
	background-size: contain!important;
    background-repeat: no-repeat!important;
    top: -239px;
    position: absolute;
    right: -3px;
}

.compare .cs_slide_del:hover:before {
	background: url(/upload/cross_fil_fil_icon.svg);
    display: block;
    width: 10px;
    height: 10px;
    content: "";
}
/* КОНЕЦ СРАВНЕНИЕ */ /* КОНЕЦ СРАВНЕНИЕ */ /* КОНЕЦ СРАВНЕНИЕ */ /* КОНЕЦ СРАВНЕНИЕ */ /* КОНЕЦ СРАВНЕНИЕ */ /* КОНЕЦ СРАВНЕНИЕ */ /* КОНЕЦ СРАВНЕНИЕ */ /* КОНЕЦ СРАВНЕНИЕ */ 






/* НАЧАЛО О МАГАЗИНЕ */ /* НАЧАЛО О МАГАЗИНЕ */ /* НАЧАЛО О МАГАЗИНЕ */ /* НАЧАЛО О МАГАЗИНЕ */ /* НАЧАЛО О МАГАЗИНЕ */ /* НАЧАЛО О МАГАЗИНЕ */ /* НАЧАЛО О МАГАЗИНЕ */

#bx_incl_area_9 .content_inner {
    width: 100%;
}

#bx_incl_area_9 .content_sidebar {
    width: 20%;
    min-width: unset;
}

#bx_incl_area_9 .content_inner_right {
    width: 80%;
}

.about .bonus_what_list {
    display: flex;
    flex-direction: row;
	width:100%;
}

.about .bonus_what_list li:before{
    display: none;
}

.about {
    max-width: unset;
    width: 100%;
}

.bonus_what_list > li + li {
    margin-top: 0px;
    padding-top: 0px;
	width: 33%;
}

.bonus_what_list > li {
    flex-direction: column;
    width: 33%;
    padding-left: 15px;
}

.bwl_ico {
    margin: 0 auto;
    padding-bottom: 10px;
}

.bwl_content {
    text-align: center;
}

.bwl_ico img {
    width: 100%;
}

.bonus_head img {
    border-radius: 5px;
	max-height: 562px;
}

#bx_incl_area_9 .csp_list > li a:hover {
    color: #7E84F2;
}

.csp_list > li.active a {
    color: #6805F2;
}

.csp_list > li a {
    font-size: 14px;
    font-weight: 700;
}

.bwl_content {
    font-size: 14px;
    color: #252525;
    font-weight: 700;
}

.bfl_info {
    color: #252525;
}

#bx_incl_area_9 .content_inner .tm {
    font-family: 'Play';
}

.index_sidebar {
    width: 20%;
    min-width: unset;
    padding-right: 32px;
}

.account_bonus {
    width: 100%;
	display:block;
}

.bonus .bonus_head img {
    display: block;
    width: 100%;
    border-radius: 5px;
	max-height: 450px;
}

.bonus_for_title {
    font-family: 'Play';
}

.bonus_for_list > li {
    flex-direction: column;
}

.bfl_ico {
    margin: 0 auto;
}

.bfl_info {
    margin: 0 auto;
}

.bfl_ico {
    margin: 0 auto;
    padding-bottom: 15px;
    padding-right: 0px;
}

.bfl_ico img {
    width: 57px;
	height: 58px;
}

.bwl_ico img {
    width: 100%;
    height: 58px;
}

.bonus_what_list li:before{
	display:none!important;
}

.bonus_what_list {
    display: flex;
    flex-direction: row;
}

.bonus_what_list > li {
    width: 30%;
    padding-left: 20px;
}

.bonus_preim_list > li:before {
    color: #7E84F2;
}

.partner-page .head-block-info {
    color: #7E84F2;
}

.cf_btn_all span {
    color: #7E84F2;
}

.cert_title{
	font-family: 'Play';
}

.howto .step-text .step-desc-head {
    color: #7E84F2;
}

.howto .step-block .step-number {
    color: #7E84F2;
	font-family: 'Play';
}

.howto li.one-var-to-pay:hover .name, .howto ul.vars-to-pay li.one-var-to-pay:hover:before {
    color: #7E84F2;
}

.MsoNormal span{
	font-family: 'Play'!important;
}

.bs-callout span{
	font-family: 'Play'!important;
}

.tm{
	font-family: 'Play'!important;
}

.news_list > li a:hover .news_list_name {
    color: #7E84F2;
}

.pag_num > li a:hover {
    color: #7E84F2;
    border-color: #7E84F2;
}

.news input[type="radio"]:checked + label:after, .news input[type="radio"]:not(:checked) + label:after {
    background-color: #7E84F2;
}

.csp_list > li a:hover {
    color: #7E84F2;
}

.dppg ul li:before {
    background-color: #7E84F2;
}

.dppg h3{
	color: #7E84F2!important;
}

.abs_plashka_head {
    background: #7E84F2;
}

.delivery_content ul > li:before {
    color: #7E84F2;
}

.abs_pc_href a {
    color: #7E84F2;
}

.abs_pc_href a:hover {
    text-decoration: underline;
    color: #6805F2;
}

.crpg .step-block .step-number {
    font-family: 'Play';
    color: #7E84F2;
}

.fl_btn_all {
    color: #7E84F2;
}

.fl_btn_all:hover {
    color: #6805F2;
}

.base-header-content{
	padding-bottom: 15px;
}

.contact_content {
    padding-bottom: 30px;
}

.partner-page .content-base {
    margin-bottom: 30px;
}

.contact .btn_main img{
	display:none;
}

.btn_grey_img {
    color: #fff;
}

.btn_grey_img:hover{
    color: #7E84F2;
	border-color:1px solid #7E84F2;
	background:#fff!important;
}

.btn_grey_img svg{
    display:none;
}

.cert_form_nav{
	display: flex;
    flex-direction: row;
    padding-top: 10px;
	width: 100%;
}

.cert_form .btn_main {
    width: 48%;
	padding-left: 32px;
    border-radius: 5px;
	height: 40px;
	margin-right: 4%;
}

.cert_form_nav img{
	display: none;
}

.cert_form_nav .btn_one_click {
    padding-left: 2%;
    border: 1px solid #7E84F2;
    border-radius: 5px;
    height: 38px;
    margin-top: 0px;
    width: 126px;
	padding-left: 23px;
	color: #7E84F2;
}

.cert_form_nav .btn_one_click:hover{
	background: #7E84F2;
    border: 1px solid #7E84F2;
	color: #fff;
	text-decoration:none;
}

.dppg .dppg-warn-pre-text {
    padding-bottom: 20px;
}

.dppg .dppg-warn-pre-text thead{
	text-align: left;
}
/* КОНЕЦ О МАГАЗИНЕ */ /* КОНЕЦ О МАГАЗИНЕ */ /* КОНЕЦ О МАГАЗИНЕ */ /* КОНЕЦ О МАГАЗИНЕ */ /* КОНЕЦ О МАГАЗИНЕ */ /* КОНЕЦ О МАГАЗИНЕ */ /* КОНЕЦ О МАГАЗИНЕ */ 





/* НАЧАЛО РАСПРОДАЖА */ /* НАЧАЛО РАСПРОДАЖА */ /* НАЧАЛО РАСПРОДАЖА */ /* НАЧАЛО РАСПРОДАЖА */ /* НАЧАЛО РАСПРОДАЖА */ /* НАЧАЛО РАСПРОДАЖА */ /* НАЧАЛО РАСПРОДАЖА */ 

.rassp_and .cf_btn_all:hover span {
    color: #6805F2;
}

.rassp_and .cat_filtr_href div a.act {
    color: #7E84F2;
}

.rassp_and input:not([type=checkbox]):not([type=radio]), textarea, select {
    font-family: 'Play';
}

.rassp_and .newcatalog .content_sidebar .cf_search {
    margin-left: 0px;
}

.rassp_and .raspr{
	margin-top:0px!important;
}

.rassp_and .raspr .isl_plashka {
    top: 20px;
}

.rassp_and .raspr .cat_list_inner {
    padding: 15px 15px 15px 15px;
}

.rassp_and .raspr .name {
    height: 25px;
    overflow: hidden;
}

.rassp_and .raspr .row0 .percent {
    width: 51px;
    height: 18px;
    min-width: unset;
    max-width: unset;
}

.rassp_and .raspr .isl_old_price {
    margin-right: 29px;
}

.rassp_and .raspr .cp_message {
    padding: 0;
    max-width: unset;
    border: none;
    box-shadow: none;
}

.rassp_and .raspr .cp_message_line_eror {
    background: none;
}

.rassp_and .raspr .cp_message_line {
    display: none;
}

.rassp_and .raspr .cp_message_line_eror {
    background: none;
}

.rassp_and .raspr .cp_message_text {
    text-align: left;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #333;
    margin-top: 0px;
}

.rassp_and .raspr .hl_phone {
    color: #000;
    font-weight: 800;
    font-family: "Play";
	padding-top: 10px;
}

.rassp_and .cat_filtr_href div {
    margin-left: 0px;
}

.rassp_and .raspr .row0 {
    margin-right: 20px;
}

.rassp_and .raspr .row1 {
    margin-right: 20px;
}

.rassp_and .raspr .isl_credit_price {
    margin-right: 10px;
}

.rassp_and .raspr .row0 {
    justify-content: flex-end!important;
	padding-right:17px;
}

.rassp_and .content_sidebar {
    margin-bottom: 0px;
}

.rassp_and .cat_filtr_href {
    border: none;
    box-shadow: none;
}

.newcatalog {
	margin-bottom:30px!important;
}
/* КОНЕЦ РАСПРОДАЖА */ /* КОНЕЦ РАСПРОДАЖА */ /* КОНЕЦ РАСПРОДАЖА */ /* КОНЕЦ РАСПРОДАЖА */ /* КОНЕЦ РАСПРОДАЖА */ /* КОНЕЦ РАСПРОДАЖА */ /* КОНЕЦ РАСПРОДАЖА */ 





/* НАЧАЛО ОФОРМЛЕНИЕ ЗАКАЗА */ /* НАЧАЛО ОФОРМЛЕНИЕ ЗАКАЗА */ /* НАЧАЛО ОФОРМЛЕНИЕ ЗАКАЗА */ /* НАЧАЛО ОФОРМЛЕНИЕ ЗАКАЗА */ /* НАЧАЛО ОФОРМЛЕНИЕ ЗАКАЗА */ /* НАЧАЛО ОФОРМЛЕНИЕ ЗАКАЗА */


body .order{
    font-family: 'Play';
}

.order input:hover {
    border-color: #7E84F2 !important;
    background: #fff!important;
}

.order .alert-warning {
    color: #777;
    background-color: #fff;
    border: 1px solid #7E84F2;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    margin-bottom: 5px;
}

.order .icon-warning {
    background-image: url(/upload/warn_icon.svg);
    background-repeat: no-repeat;
}

.one-order-page h1{
    font-size:30px;
    font-family: 'Play';
    color: #000;
}

.order h2 {
    font-family: 'Play';
    font-size:25px;
    margin-bottom:0px!important;
}

.order #bx-soa-region .row .form-group {
    position: relative;
    font-size: 14px;
    font-family: 'Play';
}

.order .bx-soa-section-title-container {
    background: #fff;
    padding-bottom: 20px;
}

.order .bx-soa-section.bx-step-completed {
    border: 1px solid #D2D2D2;
    border-radius: 3px;
}

.order .bx-soa-section-title {
    padding-top: 20px;
    padding-left: 70px;
}

.order .bx-soa-section.bx-step-completed .bx-soa-section-title-count {
    background: none;
    border: none;
    position: relative;
}

.bx-soa-section .bx-soa-section-title-count:after {
    display:none;
}

.order .bx-soa-section-title-count:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 43px;
    right: 13px;
    bottom: -14px;
    display: none;
    background: none;
    background-image: url(/upload/loc_icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.order .bx-soa-section-title-count {
    min-width: 0px;
    height: 0px;
    margin: 0;
}

.order .bx-soa-section-content {
    padding: 25px 15px 15px 15px;
}

.order #bx-soa-region .row .form-group:nth-child(1) {
    display: flex;
    flex-direction: row;
}

.order #bx-soa-region .row .form-group .radio-inline:nth-child(4){
    background: #fff;
    z-index: 3;
}

.order #bx-soa-region .row .form-group .radio-inline label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 100%;
}

.order #bx-soa-region .row .form-group .radio-inline label:hover:before {
    background: #7E84F2;
    border: 1px solid #7E84F2;
}

.order #bx-soa-region .row .form-group .radio-inline label:hover{
    color: #7E84F2;
}

.order #bx-soa-region .row .form-group .radio-inline.checked label:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 21px;
    height: 21px;
    background: #fbfbfb;
    border-radius: 100%;
    background-color: #7E84F2;
    border:1px solid #7E84F2;
}

.order #bx-soa-region .row .form-group .radio-inline.checked label:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 100%;
}

.order #bx-soa-region .row .form-group .radio-inline input {
    display: none;
}

.order #bx-soa-region .row .form-group .radio-inline{
    padding-left: 35px;
    background: #fff;
    z-index: 3;
    padding-right: 30px;
}

.order #bx-soa-region .row .form-group .radio-inline label {
    font-weight: 400;
    font-size: 16px;
}

.order .bx-soa .bx-soa-location-input-container:before {
    width: 0px;
    height:0px;
}

.order .bx-soa .bx-soa-custom-label{
    color: #000;
    font-size: 14px;
    position: relative;
}

.order span.bx-authform-starrequired {
    color: #FF0000;
    position: absolute;
    right: -8px;
}

.order .bx-sls .dropdown-block {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 2px #ebebeb;
    box-shadow: none;
    height: 44px;
    background: #f2f2f2;
    padding-left: 50px;
}

.order .bx-sls .dropdown-fade2white {
    background: none;
}

.order .bx-sls .bx-ui-sls-clear {
    background: url(/upload/cross_icob_blk.svg);
    width: 12px;
    height: 12px;
    top: 11px;
    right: 15px;
}

.order .bx-sls .bx-ui-sls-clear:hover {
    background: url(/upload/cros_icon_fill.svg);
}

.order .bx-sls .dropdown-icon {
    background: url(/upload/search_icon_blk.svg);
    width: 16px;
    height: 16px;
    left: 15px;
    top: 13px;
}

.order .bx-sls .dropdown-icon:hover {
    background: url(/upload/search_icon_fill.svg);
}

.order .bx-sls .bx-ui-sls-container {
    min-height: 100%;
}

.order .bx-ui-sls-container input{
    font-family: 'Play';
}

.order .bx-soa-location-input-container input{
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: none;
    height: 44px;
    background: #f2f2f2;
    font-family: 'Play';
    color: #000;
}

.order .bx-soa-location-input-container.form-control {
    padding: 6px 15px;
}

.order .bx-soa-reference {
    color: #181818;
    font-size: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}

.order .bx-soa-location-input-container.form-control input:hover {
    border-color: #7E84F2!important;
}

.order .pandd #bx-soa-delivery{
    display: flex;
    width: 49%;
    flex-direction: column;
}

.order .pandd #bx-soa-pickup{
    display: flex;
    width: 100%;
}

.order .pandd{
    display: inline-flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 15px;
}


.order .pandd #bx-soa-paysystem{
    display: inline-block;
    width: 49%!important;
    margin-left: 16px;
}

.order .bx-soa-section.bx-selected {
    border: 1px solid #D2D2D2;
}

.order .bx-soa-section{
    border: 1px solid #D2D2D2;
}

.order .bx-soa-section.bx-selected .bx-soa-section-title {
    font-size: 25px;
    width: 100%;
    padding-left: 70px;
    padding-top: 20px;
}

.order .pandd #bx-soa-delivery .bx-soa-section-title-count:before{
    background: url(/upload/tran_icon.svg);
    content:"";
    width:40px;
    height:40px;
    display:block;
    background-repeat: no-repeat;
    background-size: contain;
    position:absolute;
}

.order .container-fluid {
    margin-right: 0;
    margin-left: 0;
    padding-top:10px;
}

.order .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
    border: none;
}

.order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container .bx-soa-pp-company-checkbox:before {
    border: 1px solid #eaeaea;
    background: #fbfbfb;
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 100%;
    z-index: 1;
    display:block;
    top: -23px;
    left: -9px;
}

.order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container .bx-soa-pp-company-checkbox:hover:before {
    background:#7E84F2;
    border-color:#7E84F2;
}

.order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container .bx-soa-pp-company-checkbox {
    width: 0px;
    height: 0px;
    position: relative;
}

.order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container .bx-soa-pp-company-checkbox:before {
    background:#7E84F2;
    border-color:#7E84F2;
}

.order .bx-soa-pp-item-container .bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container .bx-soa-pp-company-checkbox:after {
    background: #fff;
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    z-index: 1;
    display:block;
    top: -17px;
    left: -3px;
}

.order .bx-soa-pp-company-graf-container {
    border: none;
    padding-top: 0px;
}

.order .bx-soa-pp .bx-soa-pp-company{
    width: 100%;
}

.order .bx-soa-pp-company-smalltitle {
    padding-top: 0px;
    color: #000;
    font-size: 14px;
    text-align: left;
    padding-bottom: 0px;
    width: 100%;
    padding-left: 35px;
}

.order .bx-soa-pp .bx-soa-pp-company{
    padding:0;
    padding-top: 10px;
}

.order .bx-soa-pp-delivery-period{
    padding-left: 35px;
    padding-top: 7px;
}

.order .bx-soa-pp .col-sm-5 {
    display:none;
}

.order .bx-soa-pp-delivery-cost {
    position: initial;
    color: #000;
    padding: 4px 6px;
    right: -2px;
    bottom: -2px;
    border-radius: 2px;
    background: #f0f0f0;
    display: inline-block;
    margin-left: 35px;
    margin-top: 7px;
}

.order .bx-soa-pp-list-description {
    color: #000;
}

.order .bx-soa-pp-list-termin {
    display: none;
}

.order .bx-soa-pp-company-description{
    padding-left: 35px;
    padding-top: 10px;
    color: #c4c4c4;
}


.order .pandd #bx-soa-paysystem{
    display: inline-block;
    width: 50%;
}

.order .pandd #bx-soa-paysystem .bx-soa-section-title-count:before {
    background: url(/upload/wal_icon.svg);
    content: "";
    width: 40px;
    height: 41px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.order #bx-soa-pickup{
    display: flex;
    flex-direction: column;
}

.order #bx-soa-pickup .bx-soa-section-title {
    width: 100%;
}

.order .pandd #bx-soa-pickup .bx-soa-section-title-count:before {
    background: url(/upload/locat_icon.svg);
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.order .pandd #bx-soa-pickup #pickUpMap{
    margin-bottom: 20px!important;
}

.order #bx-soa-pickup .bx-soa-pickup-list .bx-soa-pickup-list-item:last-child {
    border: none;
    padding-top: 0px;
}

.order #bx-soa-pickup .bx-soa-pickup-list-item.bx-selected {
    background: none;
}

.order #bx-soa-pickup .bx-soa-pickup-l-item-adress:before {
    background: url(/upload/loco_mini_icon.png);
    background-repeat: no-repeat;
}

.order #bx-soa-pickup .bx-soa-pickup-subTitle {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #000;
}

.order #bx-soa-pickup .bx-soa-pickup-l-item-adress {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.order #bx-soa-pickup .bx-soa-pickup-l-item-desc{
    color:#898989;
    font-size: 14px;
}

.order #bx-soa-pickup .bx-soa-pickup-l-item-name {
    font-size: 16px;
}

.order #bx-soa-pickup .main .btn.btn-default {
    background-color: #7E84F2;
    border-color: #7E84F2;
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    border-radius: 5px;
}

.order #bx-soa-pickup .main .btn.btn-default:before{
    background: url(/upload/gall_icon.svg);
    content: "";
    width: 12px;
    height: 10px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 10px;
}

.order #bx-soa-properties .bx-soa-section-title-count:before {
    background: url(/upload/chel_icon.svg);
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.order #bx-soa-properties .form-control {
    background-color: #F2F2F2;
    border: 1px solid #F2F2F2;
    box-shadow: none;
    border-radius: 5px;
    height: 44px;
}

.order #bx-soa-properties .bx-soa-customer-field #orderDescription:hover{
    border-color:#7E84F2;
    background: #fff;
}

.order #bx-soa-properties .bx-soa-customer-label{
    color: #000;
}

.order #bx-soa-properties .soa-property-container input[type=checkbox]{
    height: 0px;
    width: 0px;
}

.order #bx-soa-properties .soa-property-container{
    position:relative;
}

.order #bx-soa-properties .soa-property-container input[type=checkbox]:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #ececec;
    background: #fff;
    border-radius: 100%;
    z-index: 1;
    display: block;
    top:3px;
}

.order #bx-soa-properties .soa-property-container input[type=checkbox]:hover:before {
    background: #7E84F2;
    border-color: #7E84F2;
}

.order #bx-soa-properties .soa-property-container input[type=checkbox]:checked:after {
    background: #fff;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    z-index: 1;
    display: block;
    top: 9px;
    left: 6px;
}

.order #bx-soa-properties .soa-property-container input[type=checkbox]:checked:before {
    background: #7E84F2;
    border-color: #7E84F2;
}

.order #bx-soa-basket .bx-soa-section-title-count:before {
    background: url(/upload/tovar_icon.svg);
    content: "";
    width: 35px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.order #bx-soa-orderSave .btn.btn-default {
    background-color: #7E84F2;
    border-color: #7E84F2;
}

.order #bx-soa-total .btn.btn-default {
    background-color: #7E84F2;
    border-color: #7E84F2;
}

.order #bx-soa-order #bx-soa-region .bx_soa_location .form-group:not(.bx-soa-location-input-container):first-of-type:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ececec;
}

.order-footer .btn_main {
    background: #7E84F2;
    position: relative;
}

.order-footer .btn_main span {
    font-size: 16px!important;
}

.order-footer .btn_main:before {
    background: url(/upload/cat_logo.svg);
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right:15px;
}

.order-footer .btn_main svg {
    display:none;
}

.order-footer .btn_main:hover {
    background: #6805f2;
}

.order #bx-soa-total .btn.btn-default:hover{
    background-color: #fff;
    border-color: #7E84F2;
    color: #7E84F2;
}

.order #bx-soa-orderSave .btn.btn-default:hover{
    background-color: #fff;
    border-color: #7E84F2;
    color: #7E84F2;
}

.order #bx-soa-pickup .main .btn.btn-default:hover {
    background-color: #fff;
    border-color: #7E84F2;
    color: #7E84F2;
}

.order #bx-soa-pickup .main .btn.btn-default:hover:before {
    background: url(/upload/gall_icon_fi.svg);
    background-repeat: no-repeat;
}

.order .bx-soa-item-table .bx-soa-item-title a{
    color: #333;
}

.order .bx-soa-item-table .bx-soa-item-title a:hover{
    color: #7E84F2;
}

/* КОНЕЦ ОФОРМЛЕНИЕ ЗАКАЗА */ /* КОНЕЦ ОФОРМЛЕНИЕ ЗАКАЗА */ /* КОНЕЦ ОФОРМЛЕНИЕ ЗАКАЗА */ /* КОНЕЦ ОФОРМЛЕНИЕ ЗАКАЗА */ /* КОНЕЦ ОФОРМЛЕНИЕ ЗАКАЗА */ /* КОНЕЦ ОФОРМЛЕНИЕ ЗАКАЗА */




/* НАЧАЛО КОРЗИНА */ /* НАЧАЛО КОРЗИНА */ /* НАЧАЛО КОРЗИНА */ /* НАЧАЛО КОРЗИНА */ /* НАЧАЛО КОРЗИНА */ /* НАЧАЛО КОРЗИНА */ /* НАЧАЛО КОРЗИНА */ /* НАЧАЛО КОРЗИНА */ /* НАЧАЛО КОРЗИНА */


.bs_chars {
    margin-right: 0%;
    width: 25%;
}

.bs_btns{
    width: 33%;
}

.basket_sidebar .mb-16 {
    margin-bottom: 0px !important;
}

.basket_sidebar {
    height: 100%;
}

.basket_sidebar_plashka {
    padding: 25px;
}

.basket_table {
    padding-bottom: 0px;
}

.bt_img {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;;
}

.bl_dell svg {
    top: -1px;
}

a.btn_main.bs_oformit:hover {
    background: #fff;
    color: #7E84F2;
    border-color:#7E84F2;
}

.btn_main {
    border: 1px solid #7E84F2;
}

.basket_table {
    padding: 20px;
}

.bt_cell {
    justify-content: unset;
    width: 100%;
}

.bt_cell li:nth-child(1){
    width:50%;
}

.bt_cell li:nth-child(2){
    width:15%;
}

.bt_cell li:nth-child(3){
    width:15%;
}

.bt_cell li:nth-child(4){
    width:15%;
}

.bt_cell li:nth-child(5){
    width:5%;
}


/* КОНЕЦ КОРЗИНА */ /* КОНЕЦ КОРЗИНА */ /* КОНЕЦ КОРЗИНА */ /* КОНЕЦ КОРЗИНА */ /* КОНЕЦ КОРЗИНА */ /* КОНЕЦ КОРЗИНА */ /* КОНЕЦ КОРЗИНА */ /* КОНЕЦ КОРЗИНА */ /* КОНЕЦ КОРЗИНА */




/* НАЧАЛО КАРТОЧКА ТОВАРА */ /* НАЧАЛО КАРТОЧКА ТОВАРА */ /* НАЧАЛО КАРТОЧКА ТОВАРА */ /* НАЧАЛО КАРТОЧКА ТОВАРА */ /* НАЧАЛО КАРТОЧКА ТОВАРА */ /* НАЧАЛО КАРТОЧКА ТОВАРА */

.cardnew .right_col .credit a {
    border-radius: 10px!important;
}

.cardnew .right_col .rightblock .btns .chi_plashka_btn_basket {
    border-radius: 10px;
}

.cardnew .right_col .rightblock .btns .mt-16 {
    border-radius: 10px;
}

.raterow .chi_plashka_nav_inner:hover{
    border-color: #7E84F2;
}

.raterow .chi_plashka_nav_inner:hover span{
    color: #7E84F2;
}

.raterow .rate:hover{
    border-color: #7E84F2;
}

.cardnew .right_col .nalich .nalich {
    width: 98px;
}

.cardnew .right_col .rightblock .btns .chi_plashka_btn_basket {
    padding-left: 75px;
}

.cardnew .right_col .btns .chi_plashka_btn_basket.isl_basket_add:before {
    top: 8px;
    left: 19px;
    background-size: contain;
}

.cardnew .right_col .btns .chi_plashka_btn_basket:before {
    background-image: url(/local/templates/view/img/plus_icon.svg);
    background-repeat: no-repeat;
    display: block;
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: contain;
    top: 14px;
    left: 24px;
}

.accessories_slider .mb-16 {
    top: -42px;
}

.isl_nav {
    margin-top: 0px;
}

.cardnew .card_content .card_tab_nav > li:nth-child(1) a:hover:before {
    background: url(/upload/harack_fill.png);
}

.cardnew .card_content .card_tab_nav > li:nth-child(2) a:hover:before {
    background: url(/upload/shop_fill.png);
}
.cardnew .card_content .card_tab_nav > li:nth-child(3) a:hover:before {
    background: url(/upload/paper_fill.svg);
}

.section.your_see .grid-1-4.watched li .isl_inner .isl_nav {
    width: 100%;
	font-family: 'Play';
}

.section.your_see .grid-1-4.watched li .isl_inner .isl_nav div{
    width: 50%;
}

.section.your_see .grid-1-4.watched li .isl_inner .isl_nav .mb-16 {
    margin-right:5px;
}

.section.your_see .grid-1-4.watched li .isl_inner .isl_nav .mb-16 a{
    height:40px;
	font-size: 13px;
	margin-bottom: 0px!important;
}

.section.your_see .grid-1-4.watched .btn_sec {
    font-size: 13px;
}

.your_see a.isl_name {
    height: auto;
    max-height: 48px;
    overflow: hidden;
	font-family: 'Play';
}

.section.your_see .grid-1-4.watched li .isl_inner .isl_info {
    margin-top: 7px;
}

.watched .isl_old_price {
    font-size: 20px;
    color: #D82C37;
    font-family: 'Play';
    font-weight: 700;
}


.cardnew .isl_old_price {
    font-size: 35px;
    line-height: 16px;
	padding-left: 15px;
}

.bottomblock .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden li:nth-child(1) {
    margin-left: 4px;
}

.cardnew .card_tab_nav2 a{
    font-size: 25px;
    font-weight: 700;
	color: #7E84F2;
}

.cardnew .card_tab_nav2 a:before{
	display: block;
    position: absolute;
    left: 0px;
    width: 0;
    height: 2px;
    background-color: #6805F2;
    content: "";
    transition: width 0.3s ease-out;
	bottom: 15px;
}

.cardnew .card_tab_nav2 a:hover:before{
    width: 22%;
}

.cardnew .card_tab_nav2 a:hover{
	color: #6805F2;
}

.cardnew .card_tab_nav2 li{
	list-style-type: none;
}

.cardnew .topblock {
    height: auto;
}

.cardnew .rightblock {
    padding-bottom: 12px;
}

.cardnew .topblock:after {
    bottom: -10px;
}

.cardnew .bottomblock {
    margin-top: 20px;
}

.cardnew .section {
    padding: 0;
}

.cardnew .accessories_slider .btn_main {
    border-radius: 5px;
}

.cardnew .slick-arrow svg{
	width: 20px;
    height: 20px;
}

.cardnew .accessories_slider .slick-prev, .accessories_slider .slick-next {
    border: none;
    box-shadow: none;
    background: none;
}

.cardnew .accessories_slider .slick-prev {
    left: -44px;
    top: 37px;
}

.cardnew .accessories_slider .slick-next {
    right: -23px;
    top: 37px;
}

.cardnew .two-columns .chs_th {
    top: 0px;
    width: 93%;
}

.cardnew .bottomblock {
    margin-top: 15px;
}

.cardnew .card_tab_nav2{
	padding:0px;
}

.cardnew .accessories_slider {
    margin-top: 0px;
}

.cardnew .row_top {
    padding: 20px;
    height: auto;
}

.cardnew .tm {
    font-family: 'Play';
    margin-top: 0px;
}

.cardnew #card_tab_access{
    max-width: 90%;
    margin: 0 auto;
}

.cardnew .scroll_style_line {
    padding-left: 5%;
}

.cardnew .accessories_slider .isl_inner {
    display: inline-flex;
    flex-wrap: wrap;
}

.cardnew .accessories_slider .isl_img {
    height: auto;
    width: 28%;
    display: flex;
    order: 2;
    float: unset;
}

.cardnew .accessories_slider .slick-slide img {
    height: auto;
    width: 100%;
    max-height: 52px;
}

.cardnew .accessories_slider .isl_name {
    float: unset;
    width: 60%;
}

.cardnew .accessories_slider .isl_info {
    margin-top: 0;
    display: flex;
    order: 4;
    width: 50%;
}

.cardnew .accessories_slider .isl_nav{
	display: flex;
    order: 3;
    float: unset;
}

.cardnew .accessories_slider .mb-16 {
    top: 0px;
    float: unset;
}

.cardnew .accessories_slider .btn_main {
    margin-top: 0px;
}

.cardnew .accessories_slider .slick-slide > div > div {
    margin-bottom: 2px;
}

/*.cardnew .right_col .isl_price {
    padding-top: 10px;
}
*/
.accessories_slider .isl_price {
    top: unset;
}

.cardnew .chs_big_main .isl_plashka {
    line-height: 15px;
}

.cardnew .right_col .podzak {
    color: #7E84F2;
    background: #fff;
    border: 1px solid #7E84F2;
    width: 95px;
}

.watched .isl_info_l {
    min-height: 44px;
}

.card_content_main:before{
	content:"";
    display: block;
    position: absolute;
    background: url(/upload/12412353457568.png);
    width: 143px;
    height: 145px;
	top: 185px;
    left: 140px;
}

.card_content_main:after {
    content: '';
    display: block;
    position: absolute;
    background: url(/upload/ellipse_cat.svg);
    width: 202px;
    height: 316px;
    top: 15%;
    right: -38px;
}

.leftblock {
    margin-left: 40px;
}

.cardnew .right_col .isl_price {
    font-weight: 700;
}

.cardnew .isl_old_price {
    font-weight: 700;
}

.cardnew .card_content:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/upload/12391044.png);
    width: 1200px;
    height: 100px;
    top: -100px;
	right: 13px;
}

.cardnew .card_content {
    position: relative;
}

.cardnew .row_top {
    z-index: 999;
}

.cardnew .right_col .nalich .nalich {
    color: #00AB26;
    border: 1px solid #00AB26;
}

.cardnew .row_top {
    box-sizing: border-box;
}

.card_content .tab_content .card_tab_char_main .col2 {
    box-sizing: border-box;
}

.cardnew .proplist .abtn{
	position:relative;
}

.cardnew .proplist .abtn:before {
    display: block;
    position: absolute;
    left: 0px;
    width: 0;
    height: 1px;
    background-color: #6805F2;
    content: "";
    transition: width 0.3s ease-out;
    bottom: 0px;
}

.cardnew .proplist .abtn:hover {
    color: #6805F2;
}

.cardnew .proplist .abtn:hover:before {
    width: 100%;
}

#rightblock15 .tab_content {
    position: relative;
}

.cardnew #rightblock15:before {
    content: '';
    display: block;
    position: absolute;
    background: url(/upload/12313.png);
    width: 145px;
    height: 143px;
	top: unset;
    right: unset;
    left: -106px;
    bottom: 0;
}

.cardnew .card_content .card_tab_inner .col1 h3 {
    font-family: 'Play';
}

.cardnew .card_content .proplist .props_item span {
    font-family: 'Play';
}

.card_content .tab_content .card_tab_char_main .col2 .proplist table tbody td {
	font-family: 'Play';
}

.your_see .isl_price {
	font-family: 'Play';
}
/* КОНЕЦ КАРТОЧКА ТОВАРА */ /* КОНЕЦ КАРТОЧКА ТОВАРА */ /* КОНЕЦ КАРТОЧКА ТОВАРА */ /* КОНЕЦ КАРТОЧКА ТОВАРА */ /* КОНЕЦ КАРТОЧКА ТОВАРА */ /* КОНЕЦ КАРТОЧКА ТОВАРА */ /* КОНЕЦ КАРТОЧКА ТОВАРА */





/* НАЧАЛО ИЗБРАННОЕ */ /* НАЧАЛО ИЗБРАННОЕ */ /* НАЧАЛО ИЗБРАННОЕ */ /* НАЧАЛО ИЗБРАННОЕ */ /* НАЧАЛО ИЗБРАННОЕ */ /* НАЧАЛО ИЗБРАННОЕ */ /* НАЧАЛО ИЗБРАННОЕ */ /* НАЧАЛО ИЗБРАННОЕ */ 

.favorite .clear-whishlist {
    line-height: 39px;
    height: 40px;
    font-family: 'Play';
}

.favorite .index_sidebar {
    padding-right: 0px;
}

.favorite .cat_content .list {
    margin-top: 0px!important;
}

.list .cat_list_inner {
    padding: 15px!important;
}

.list .cat_list_img .isl_plashka {
    top: 23px;
}

.list .cat_list_content .name {
    height: 28px;
}

.list .cat_list_basket .row0 .percent {
    width: 43px;
    max-width: 43px;
    min-width: unset;
}

.compare .cs_slide_del {
	position: relative;
}

.compare .cs_slide_del:before {
	background: url(/upload/cross_icoooon.svg);
	display:block;
	width:10px;
	height:10px;
	content:"";
}


/* КОНЕЦ ИЗБРАННОЕ */ /* КОНЕЦ ИЗБРАННОЕ */ /* КОНЕЦ ИЗБРАННОЕ */ /* КОНЕЦ ИЗБРАННОЕ */ /* КОНЕЦ ИЗБРАННОЕ */ /* КОНЕЦ ИЗБРАННОЕ */ /* КОНЕЦ ИЗБРАННОЕ */ /* КОНЕЦ ИЗБРАННОЕ */ 





/* НАЧАЛО СПИСОК */ /* НАЧАЛО СПИСОК */ /* НАЧАЛО СПИСОК */ /* НАЧАЛО СПИСОК */ /* НАЧАЛО СПИСОК */ /* НАЧАЛО СПИСОК */ /* НАЧАЛО СПИСОК */ /* НАЧАЛО СПИСОК */ /* НАЧАЛО СПИСОК */


.newcatalog .cat_content .displaysort .controls-view__link--list:before {
    top: 15px;
    position: absolute;
}

.newcatalog .cat_list .dopinfo .nal .nalich:before {
    top: 5px;
    left: -11px!important;
}

.newcatalog .cat_list .dopinfo .nal .nalich {
    position: relative;
}

.newcatalog .cat_list .cat_list_bottom .isl_compare:hover:before {
    background-image: url(/upload/comapre_no-fill.svg);
}

.newcatalog .cat_list .cat_list_bottom .isl_compare:hover{
    border-color: #7E84F2;
}

.newcatalog .cat_list .cat_list_bottom .isl_favor:hover:before {
    background-image: url(/upload/heart_fill.svg);
}

.newcatalog .cat_list .cat_list_bottom .isl_favor:hover{
    border-color: #7E84F2;
}

.displaysort{
    position: relative;
}

.newcatalog .cat_content .displaysort .controls-view__link--list:before {
    top: -5px;
    position: absolute;
    right: 0;
}

.newcatalog .cat_content .displaysort .controls-view__link--block.controls-view__link--current:before {
    background: url(/upload/plitka2.svg);
    top: 5px;
    margin: 0;
    left: -50px;
}

.newcatalog .content_inner_right .cat_content .cch_check {
    width: 75%;
}

.cat_content_head, .cat_content_head_right {
    width: 100%;
}

.newcatalog .cat_content .displaysort .controls-view__link--list.controls-view__link--current:before {
    top: -5px;
    position: absolute;
    right: 0;
}

.newcatalog .cat_content .displaysort .controls-view__link--block:before{
    top: 5px;
    margin: 0;
    left: -50px;
}

/* КОНЕЦ СПИСОК */ /* КОНЕЦ СПИСОК */ /* КОНЕЦ СПИСОК */ /* КОНЕЦ СПИСОК */ /* КОНЕЦ СПИСОК */ /* КОНЕЦ СПИСОК */ /* КОНЕЦ СПИСОК */ /* КОНЕЦ СПИСОК */ /* КОНЕЦ СПИСОК */ /* КОНЕЦ СПИСОК */




/* НАЧАЛО ПЛИТКА */ /* НАЧАЛО ПЛИТКА */ /* НАЧАЛО ПЛИТКА */ /* НАЧАЛО ПЛИТКА */ /* НАЧАЛО ПЛИТКА */ /* НАЧАЛО ПЛИТКА */ /* НАЧАЛО ПЛИТКА */ /* НАЧАЛО ПЛИТКА *//* НАЧАЛО ПЛИТКА */

.newcatalog .cat_content .pag .btn_main:hover{
    border: 1px solid #7E84F2;
    background: #fff!important;
    color: #7E84F2;
}

.newcatalog .cat_content .pag_num > li a.act {
    font-family: 'Play';
    background: #7E84F2;
    border-color: #7E84F2;
}

.newcatalog .cat_content .pag_num > li a.act:hover{
    color: #fff;
}

.newcatalog .block .properties {
    display: none;
}

.newcatalog .block .dopinfo .articul {
    font-size: 12px;
}

.newcatalog .block .dopinfo .dost {
    font-size: 12px;
}

.newcatalog .block .dopinfo .nal .podzak {
    font-size: 14px;
}

.newcatalog .block .dopinfo .nal .podzak:before {
    top: 7px;
}

.newcatalog .block .cat_list_name {
    font-size: 14px;
}

.newcatalog .block .row2 {
    flex-direction: row;
}
/* КОНЕЦ ПЛИТКА */ /* КОНЕЦ ПЛИТКА */ /* КОНЕЦ ПЛИТКА */ /* КОНЕЦ ПЛИТКА */ /* КОНЕЦ ПЛИТКА */ /* КОНЕЦ ПЛИТКА */ /* КОНЕЦ ПЛИТКА */ /* КОНЕЦ ПЛИТКА */ /* КОНЕЦ ПЛИТКА */ /* КОНЕЦ ПЛИТКА */


.index_sale_list > li {
    margin-right: 0px;
}


/* НАЧАЛО ГЛАВНАЯ */ /* НАЧАЛО ГЛАВНАЯ */ /* НАЧАЛО ГЛАВНАЯ */ /* НАЧАЛО ГЛАВНАЯ */ /* НАЧАЛО ГЛАВНАЯ */ /* НАЧАЛО ГЛАВНАЯ */ /* НАЧАЛО ГЛАВНАЯ */ /* НАЧАЛО ГЛАВНАЯ */ /* НАЧАЛО ГЛАВНАЯ */


.newheader .hl_btn_cat {
	border-radius: 5px;
}

.newheader .hlb_search_btn {
    border-radius: 0px 5px 5px 0px;
}

.newheader .hlb_search input {
    border-radius: 5px;
}

.new .index_hit .index_sale_list li:nth-child(1) {
    width: 40%;
}

.new .index_hit .index_sale_list li {
    width: 20%;
}

.new .index_hit .index_sale_list li:nth-child(6) {
    width: 20%;
}

.new .index_hit .index_sale_list li:last-child {
    width: 40%;
}

.new .index_hit .index_sale_list li:nth-child(1), .new .index_hit .index_sale_list li:nth-child(2), .new .index_hit .index_sale_list li:nth-child(3), .new .index_hit .index_sale_list li:nth-child(5), .new .index_hit .index_sale_list li:nth-child(6), .new .index_hit .index_sale_list li:nth-child(7) {
    border-right: none;
}

.new .index_hit .index_sale_list li:nth-child(1) .isl_name {
    padding-top: 0px;
}

.new .index_sale_list .bottom_level .isl_info {
    padding-right: 10px;
    height: 100%;
}

.new .index_hit .index_sale_list .isl_nav .mb-16 {
    margin-left: 31px!important;
}

.new .index_sale_list .isl_nav .mb-16 a {
    display: block;
    position: relative;
    padding-right: 21px;
    line-height: 17px;
}

.new .index_sale_list .isl_nav .mb-16 a:before {
    left: -1px;
    top: 10px;
}

.new .index_sale_list .bottom_level .mb-col {
    top: 0px;
    align-items: center;
    margin-left: 0px;
    width: 45%;
}

.new .index_sale_list .isl_nav {
    margin-bottom: 0px;
}

.new ul li .priceblock {
    height: auto;
}

.bottom_level .avai {
    top: 0px;
	padding-top: 5px;
}

.isl_info {
    margin-top: 0px;
}

.new .index_sale_list .isl_nav {
    margin-top: 0px;
}

.desctop .bottom_level{
	padding-top: 10px;
}

.new .index_sale_list .isl_nav {
    flex-direction: row;
}

.new .index_sale_list a {
    padding-top: 10px;
}

.new .index_hit .index_sale_list li:last-child .isl_name{
    padding-top: 0px;
}

.new .index_hit .index_sale_list li:nth-child(6) .isl_name {
    font-size: 14px;
}

.rowsec {
    flex-direction: column;
}

.dost {
    width: 100%;
}

.btnrow {
    width: 100%;
}

.new .index_sale_list .isl_nav .mb-16 a {
    padding-top: 11px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 0px;
    width: 140px;
	margin: 0px 0px 0px auto;
}

.new .index_sale .index_sale_list .isl_inner {
    height: auto;
}

.new .index_sale_list .isl_info_l .isl_old_price span:nth-child(2){
    text-decoration: line-through;
	font-size: 17px;
    font-weight: 700;
}

.new .index_sale_list .isl_info_l .isl_old_price {
    align-items: flex-end;
}

.doprow .noavai{
	color: #7E84F2;;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    position: relative;
}

.doprow .noavai:before{
	display:block;
	width:5px;
	height:5px;
	content:"";
	background: #7E84F2;
	position: absolute;
    border-radius: 50px;
    top: 6px;
}

.dost span {
    font-size: 14px;
	color: #646464;
}

.rowfirst {
    position: relative;
    top: 0px;
    padding-top: 5px;
}

.new .index_hit .index_sale_list .isl_info .artikul {
    margin-top: 0px;
    font-size: 14px;
}

.index_sale_list .rate {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
	padding-right: 15px;
    position: relative;
    padding-left: 10px;
}

.index_sale_list .rate:before {
    left: -3px;
    bottom: 3px!important;
}

.new .index_sale .index_sale_list .isl_info_l .isl_old_price .percent {
    border: none;
    background: #CAED80;
    min-width: 1px;
    background: url(/upload/plashka2_icon.png);
    font-size: 12px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 0px;
    border-radius: 0px;
    width: 100px;
    height: 38px;
    margin-bottom: 5px;
    background-repeat: no-repeat!important;
    margin-right: -16px;
}

.new .index_sale_list .isl_info .stockblock .yesavai {
    font-size: 14px;
}

.new .index_sale_list .isl_info .stockblock .dostreg {
    font-size: 14px;
}

.isl_info_l {
    margin-top: 0px;
}

.new .index_sale_list .isl_info {
    padding-bottom: 10px;
}

.new .index_sale_list .mb-col {
    align-items: center;
}

.isl_img {
    height: 303px;
}

.new ul li .priceblock {
    height: 59px;
}

.new .index_hit .index_sale_list li:nth-child(6) .isl_img {
    height: 303px;
}

.new .index_hit .index_sale_list li:nth-child(6) .isl_nav {
    flex-direction: row;
}

.new .index_hit .index_sale_list li:nth-child(8) .isl_nav {
    flex-direction: column;
}

.new .index_hit .index_sale_list li:nth-child(8) .yesavai{
    color: #00AB26;
    font-size: 14px;
	font-weight:700;
    padding-left: 10px;
    position: relative;
}

.new .index_hit .index_sale_list li:nth-child(8) .yesavai:before{
    width: 5px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    background-color: #00AB26;
    border-radius: 50%;
    top: 6px;
}

.new .index_hit .index_sale_list li:nth-child(8) .isl_img {
    height: 370px;
}

.ia_list > li {
    padding-right: 15px;
}

.ne_nashli {
    order: 1;
    margin-right: 0px;
	max-width: unset;
	width: 40%;
    height: auto;
}

.new .index_about {
    width: 60%;
    max-width: unset;
	margin-right: 30px;
    height: auto;
}

.ne_nashli a {
    position: relative;
}

.ne_nashli a:after {
    width: 553px;
    height: 238px;
    top: 9px;
    position: absolute;
}

.ne_nashli h2 {
    position: relative;
	padding-left: 20px;
}

.ne_nashli h2:after {
    position: absolute;
    top: -5px;
    float: unset;
    right: 24px;
}

.ne_nashli p {
    padding-left: 20px;
}

.ne_nashli a {
    margin-left: 20px;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod .isl_img {
    max-height: 300px;
}

.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod {
    left: unset;
    top: unset;
}

.new .index_about .powers-product-list .product-day-base .colprod1 {
    width: 100%;
}

.new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name {
    width: 100%;
    margin: 0;
}

.new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about .rate {
    position: relative;
}

.about_col1 .rate:before {
    left: -30px;
    bottom: unset;
    top: 1px;
}

.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock {
    width: 100%;
    min-width: unset;
}

.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .isl_price {
    right: unset;
    bottom: unset;
    width: 100%;
    text-align: left;
}

.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .mb-16 {
    width: 100%;
    margin-top: 30px;
    margin-right: 00px;
    margin-bottom: 0px!important;
    text-align: left;
    margin-top: 10px;
}

.new .index_about .product-day-base .product-day-content {
    height: auto;
}

.new .index_about .product-day-base {
    background: none;
    height: auto;
}

.index_sale_list .rate {
    display: none;
}

.cat_list .rate {
    display: none;
}

.newcatalog .cat_list.list .dopinfo .nal {
    width: 20%;
}

.cardnew .row_top .card_header .rate {
    display: none;
}

.cardnew .card_tab_nav2 a {
    text-decoration: none;
}

.new .index_hit .index_sale_list li:nth-child(1) .isl_name {
    font-size: 14px;
}
/* КОНЕЦ ГЛАВНАЯ */ /* КОНЕЦ ГЛАВНАЯ */ /* КОНЕЦ ГЛАВНАЯ */ /* КОНЕЦ ГЛАВНАЯ */ /* КОНЕЦ ГЛАВНАЯ */ /* КОНЕЦ ГЛАВНАЯ */ /* КОНЕЦ ГЛАВНАЯ */ /* КОНЕЦ ГЛАВНАЯ */ /* КОНЕЦ ГЛАВНАЯ */






/* НАЧАЛО КАТАЛОГ */ /* НАЧАЛО КАТАЛОГ */ /* НАЧАЛО КАТАЛОГ */ /* НАЧАЛО КАТАЛОГ */ /* НАЧАЛО КАТАЛОГ */ /* НАЧАЛО КАТАЛОГ */ /* НАЧАЛО КАТАЛОГ */ /* НАЧАЛО КАТАЛОГ */ 

.ia_list {
	perspective: 1000;
}
 
.ia_list li:hover {
	transform: rotateY(180deg);
}
 
.ia_list, .front, .back {
	/*width: 320px;
	height: 480px;*/
}

.ia_list li {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	backface-visibility: hidden;
	position: absolute;
	/*top: 0;
	left: 0;*/
}
.front {
	z-index: 2;
}
.back {
	transform: rotateY(180deg);
    flex-direction: column;
    display: flex;
    text-align: left;
    padding: 10px;
}

.back a:hover{
	color:#7E84F2;
}

.back a:hover:before{
	background:#7E84F2!important;
}

.back a:after{
	display: block;
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 1px; /*задаём ширину линии*/
	background-color: #7E84F2; /*задаём цвет линии*/
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}

.back a:hover:after, .back a:focus:after{
	width: 100%;
}

.back span{
    font-size: 12px;
    color: #c4c4c4;
}

.back a:hover span{
    color: #6805F2;
	font-weight:700;
}

ul.ia_list li a {
    color: #000;
    font-size: 14px;
    padding-bottom: 7px;
	position:relative;
    padding-left: 10px;
}

ul.ia_list .back a:before{
	width:3px;
	height:3px;
	content:"";
	display:block;
	position:absolute;
	background:#000;
	left: 0;
    top: 7px;
	transform: rotate(-45deg);
}

/* КОНЕЦ КАТАЛОГ */ /* КОНЕЦ КАТАЛОГ */ /* КОНЕЦ КАТАЛОГ */ /* КОНЕЦ КАТАЛОГ */ /* КОНЕЦ КАТАЛОГ */ /* КОНЕЦ КАТАЛОГ */ /* КОНЕЦ КАТАЛОГ */ /* КОНЕЦ КАТАЛОГ */ /* КОНЕЦ КАТАЛОГ */

.newcatalog {
    margin-bottom: 0px!important;
}

.content.plr .wmain {
    padding-bottom: 30px;
}

.newcatalog br{
	display:none;
}

.slick-slide > div, .slick-slide > div > div {
    overflow: inherit!important;
}

.tovar_dnya:before {
    left: unset;
    right: 91px;
}

.new .index_hit .section-gallery-wrapper__item img {
    height: auto;
}

.newheader .hl_user_exit:before {
    background: url(/upload/door_icon.svg);
	background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
}

.tovar_dnya:before {
    z-index: 1;
}

.ne_nashli {
    z-index: 999;
}

.ne_nashli {
    overflow: hidden;
}

.new .index_sale .pu_quest {
    z-index: 999;
}

.newcatalog .cat_content .displaysort .controls-view__link--block.controls-view__link--current:before {
    background: url(/upload/plitka_fill_fiolet.svg);
	background-repeat: no-repeat;
}

.newcatalog .cat_content .displaysort .controls-view__link--block.controls-view__link--current:before {
    background: url(/upload/plit123_icon.svg);
	background-repeat: no-repeat;
}

.newcatalog .cat_content .displaysort .controls-view__link--list:before {
    background: url(/upload/spisok123_icon1.svg);
	background-repeat: no-repeat;
}

.newcatalog .cat_content .displaysort .controls-view__link--block:before {
    background: url(/upload/56529292952.svg);
	background-repeat: no-repeat;
}

.newcatalog .cat_content .displaysort .controls-view__link--list.controls-view__link--current:before {
    background: url(/upload/295219829431.svg);
	background-repeat: no-repeat;
}

/*.is_nav_list > li {
    display: block;
    position: relative;
}
*/
.newcatalog .index_sidebar ul li[data-id="1707"]:before {
    background: url(/upload/tv_icon11.svg);
	background-repeat: no-repeat;
	width: 24px;
    margin-top: 11px;
    background-size: contain;
    margin-left: 13px;
}

.newcatalog .index_sidebar ul li[data-id="1707"]:hover:before {
    background: url(/upload/tv_icon12.svg);
	background-repeat: no-repeat;
	width: 24px;
    margin-top: 11px;
    background-size: contain;
    margin-left: 13px;
}

.newheader .hl_bottom .is_nav [data-id="1707"]:before {
    background: url(/upload/tv_icon11.svg);
	background-repeat: no-repeat;
	width: 24px;
    margin-top: 11px;
    background-size: contain;
    margin-left: 13px;
}

.newheader .hl_bottom .is_nav [data-id="1707"]:hover:before {
    background: url(/upload/tv_icon12.svg);
	background-repeat: no-repeat;
	width: 24px;
    margin-top: 11px;
    background-size: contain;
    margin-left: 13px;
}

.newcatalog .index_sidebar ul li[data-id="1710"]:before {
    background: url(/upload/comp_icon1.svg);
	background-repeat: no-repeat;
	margin-top: 11px;
    margin-left: 12px;
}

.newcatalog .index_sidebar ul li[data-id="1710"]:hover:before {
    background: url(/upload/comp_icon2.svg);
	background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1710"]:before {
    background: url(/upload/comp_icon1.svg);
	background-repeat: no-repeat;
	margin-top: 11px;
    margin-left: 12px;
}

.newheader .hl_bottom .is_nav [data-id="1710"]:hover:before {
    background: url(/upload/comp_icon2.svg);
	background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1709"]:before {
    background: url(/upload/tell_icon1.svg);
	background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1709"]:hover:before {
    background: url(/upload/tell_icon2.svg);
	background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1709"]:before {
    background: url(/upload/tell_icon1.svg);
	background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1709"]:hover:before {
    background: url(/upload/tell_icon2.svg);
	background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1713"]:before {
    background: url(/upload/dom_icon1.svg);
	background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1713"]:hover:before {
    background: url(/upload/dom_icon2.svg);
	background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1713"]:before {
    background: url(/upload/dom_icon1.svg);
	background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1713"]:hover:before {
    background: url(/upload/dom_icon2.svg);
	background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1711"]:before {
    background: url(/upload/kuh_icon1.svg);
	background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1711"]:hover:before {
    background: url(/upload/kuh_icon2.svg);
	background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1711"]:before {
    background: url(/upload/kuh_icon1.svg);
	background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1711"]:hover:before {
    background: url(/upload/kuh_icon2.svg);
	background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1714"]:before {
    background: url(/upload/camera_icon1.svg);
	background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1714"]:hover:before {
    background: url(/upload/camera_icon2.svg);
	background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1714"]:before {
    background: url(/upload/camera_icon1.svg);
	background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1714"]:hover:before {
    background: url(/upload/camera_icon2.svg);
	background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1717"]:before {
    background: url(/upload/klimat_icon1.svg);
	background-repeat: no-repeat;
    margin-top: 12px;
}

.newcatalog .index_sidebar ul li[data-id="1717"]:hover:before {
    background: url(/upload/klimat_icon2.svg);
	background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1717"]:before {
    background: url(/upload/klimat_icon1.svg);
	background-repeat: no-repeat;
    margin-top: 12px;
}

.newheader .hl_bottom .is_nav [data-id="1717"]:hover:before {
    background: url(/upload/klimat_icon2.svg);
	background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1712"]:before {
    background: url(/upload/sad_icon1.svg);
    background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1712"]:hover:before {
    background: url(/upload/sad_icon2.svg);
	background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1712"]:before {
    background: url(/upload/sad_icon1.svg);
    background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1712"]:hover:before {
    background: url(/upload/sad_icon2.svg);
	background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1716"]:before {
    background: url(/upload/auto_icon1.svg);
    background-repeat: no-repeat;
    margin-top: 15px;
}

.newcatalog .index_sidebar ul li[data-id="1716"]:hover:before {
    background: url(/upload/auto_icon2.svg);
    background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1716"]:before {
    background: url(/upload/auto_icon1.svg);
    background-repeat: no-repeat;
    margin-top: 15px;
}

.newheader .hl_bottom .is_nav [data-id="1716"]:hover:before {
    background: url(/upload/auto_icon2.svg);
    background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1715"]:before {
    background: url(/upload/fen_icon1.svg);
    background-repeat: no-repeat;
    margin-top: 8px;
}

.newcatalog .index_sidebar ul li[data-id="1715"]:hover:before {
    background: url(/upload/fen_icon2.svg);
    background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1715"]:before {
    background: url(/upload/fen_icon1.svg);
    background-repeat: no-repeat;
    margin-top: 8px;
}

.newheader .hl_bottom .is_nav [data-id="1715"]:hover:before {
    background: url(/upload/fen_icon2.svg);
    background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="2113"]:before {
    background: url(/upload/bask_icon1.svg);
    background-repeat: no-repeat;
    margin-top: 7px;
}

.newcatalog .index_sidebar ul li[data-id="2113"]:hover:before {
    background: url(/upload/bask_icon2.svg);
    background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="2113"]:before {
    background: url(/upload/bask_icon1.svg);
    background-repeat: no-repeat;
    margin-top: 7px;
}

.newheader .hl_bottom .is_nav [data-id="2113"]:hover:before {
    background: url(/upload/bask_icon2.svg);
    background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="2128"]:before {
    background: url(/upload/metla_icon1.svg);
    background-repeat: no-repeat;
	margin-left: 16px;
}

.newcatalog .index_sidebar ul li[data-id="2128"]:hover:before {
    background: url(/upload/metla_icon2.svg);
    background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="2128"]:before {
    background: url(/upload/metla_icon1.svg);
    background-repeat: no-repeat;
	margin-left: 16px;
}

.newheader .hl_bottom .is_nav [data-id="2128"]:hover:before {
    background: url(/upload/metla_icon2.svg);
    background-repeat: no-repeat;
}

.newcatalog .index_sidebar ul li[data-id="1718"]:before {
    background: url(/upload/per_icon1.svg);
    background-repeat: no-repeat;
    margin-top: 8px;
}

.newcatalog .index_sidebar ul li[data-id="1718"]:hover:before {
    background: url(/upload/per_icon2.svg);
    background-repeat: no-repeat;
}

.newheader .hl_bottom .is_nav [data-id="1718"]:before {
    background: url(/upload/per_icon1.svg);
    background-repeat: no-repeat;
    margin-top: 8px;
}

.newheader .hl_bottom .is_nav [data-id="1718"]:hover:before {
    background: url(/upload/per_icon2.svg);
    background-repeat: no-repeat;
}
/* MEDIA */ /* MEDIA */ /* MEDIA */ /* MEDIA */ /* MEDIA */ /* MEDIA */ /* MEDIA */ /* MEDIA */ /* MEDIA */ /* MEDIA */ /* MEDIA */ /* MEDIA */ /* MEDIA */ /* MEDIA */ /* MEDIA */


/*Корректировки*/

.new .col2 {
    width: 65%;
    padding-left: 0px;
}
.new .mainblock .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
}
.new .mainblock .header_slider .owl-wrapper .banner_image {
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.15));
    object-fit: cover;
}
.new .col3 {
    width: 35%;
}
.new .mainblock {
    display: flex;
    flex-direction: row;
    background: transparent;
}
.new .index_about {
    width: 85%;
    max-width: unset;
    margin-left: 70px;
    margin-right: unset;
    height: 100%;
    margin-top: 20px;
}
.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod img {
    max-height: 150px;
}
.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod {
    left: 50% !important;
    transform: translateX(-50%);
}
.new .mainblock .header_slider .owl-wrapper .banner_image {
    height: 450px;
}
.new .index_about .product-day-base .product-day-content {
    height: 94%;
    display: flex;
    justify-content: flex-end;
}
.new .index_about .product-day-base {
    height: 100%;
}
.new .powers-product-list {
    display: block;
    width: 100%;
    height: 100%;
}

.tovar_dnya {
    display: none;
}
.tovar_dnya {
    padding-bottom: 50px;
}
.new .index_sale {
    margin-top: 0;
}

.basket_sidebar_plashka .btn_main {
    line-height: 1 !important;
}


.basket_sidebar .mb-16 {
    width: auto;
}
.cardnew .accessories_tite{
	display: none;
}

.order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container .bx-soa-pp-company-checkbox:hover:before {
    background: #fff;
    border-color: #7E84F2;
    border-width: 6px;
    cursor: pointer;
}
.order .bx-soa-pp-item-container .bx-soa-pp-company-graf-container .bx-soa-pp-company-checkbox:before {
    border: 1px solid #c4c4c4;
}
.order-form-city {
    padding-right: 15px;
    padding-left: 15px;
}
.bx-soa .order-form-city .bx-soa-location-input-container{
    width: 84%;
}
.order-form-city .btn_sec {
    border: 1px solid #D82C37;
    color: #D82C37;
	border: 1px solid #7E84F2;
    color: #7E84F2;
	height: 45px;
    line-height: 45px;
}
.order-form-city .btn_sec:hover {
    background: #7e84f2;
}
#bx-soa-region .bx-soa-section-content.container-fluid .bx_soa_location.row {
    display: none;
}
.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod img {
    max-height: 215px;
}
.new .index_sale .index_sale_list .isl_info_l .isl_old_price .percent {
    margin-right: -17px;
}

.aol_hs_color2 {
    background: #6805f2;
}

.newcatalog .cat_filtr .cf_content .cf_inner_list .one-val-filter .check span {
    padding-top: 0;
}

.logo {
    height: 40px;
}
.logo span, .logo span img {
    height: 100%;
}
.newcatalog.raspr .isl_plashka.cat_list_plashka {
    background: #008000;
}
.newcatalog.raspr .cat_content_head {
    margin-bottom: 30px;
}
.newheader .logo_inner {
    top: 0;
}
.index_sale_list.slider .slick-next:hover:before{
	opacity: 1!important;
}
 .content_inner.resultat .content_inner_right {
    width: 100%;
}
.content_inner.resultat .cat_list_basket .btn_main {
    border: 1px solid #7E84F2;
    color: #7E84F2;
}
.isl_favor:hover svg, .isl_compare:hover svg {
    fill: #7E84F2;
}

.btn_one_click{
	display: none !important;
}
.bs_btns {
    width: 16%;
}
.newcatalog .block .cat_list_inner .cat_list_basket {
    min-height: 130px !important;
}
.newcatalog .block .cat_list_bottom .isl_nav{
	border: none;
}
/*Корректировки*/

@media (min-width: 1351px) and (max-width: 1410px){

	ul.ia_list li {
		max-width: unset;
		width: 22%;
	}

	.index_hit .bottom_level .isl_name:nth-child(1), .index_hit .bottom_level .isl_name:nth-child(8){
		overflow: hidden;
		min-height: 33px !important;
		height: 33px;
	}

	.desctop li:nth-child(1) .bottom_level, .desctop li:nth-child(8) .bottom_level {
		padding-top: 13px;
	}

	.new .index_sale_list li:nth-child(1) .bottom_level .isl_info, .new .index_sale_list li:nth-child(8) .bottom_level .isl_info {
		margin-top: 0px!important;
	}

	li:nth-child(1) .bottom_level .rowfirst, li:nth-child(8) .bottom_level .rowfirst {
		margin-top: 0;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_img img, .new .index_hit .index_sale_list li:nth-child(8) .isl_img img {
		height: auto;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_img, .new .index_hit .index_sale_list li:nth-child(8) .isl_img {
		height: 387px;
	}

	.new .index_sale_list .isl_info .stockblock .dostreg {
		font-size: 12px;
	}

	.dost {
		line-height: 13px;
	}

	.new .index_hit .index_sale_list .isl_info .artikul {
		margin-top: 0px;
		font-size: 12px;
	}

	.new .index_hit .index_sale_list .isl_nav .mb-16 {
		margin-left: 13px!important;
	}

	.new .index_sale_list .isl_nav .mb-16 a {
		padding-top: 11px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 0px;
		width: 135px;
		margin: 0px 0px 0px auto;
	}

	.new .index_sale_list li:nth-child(1) .bottom_level .isl_info, .new .index_sale_list li:nth-child(8) .bottom_level .isl_info {
		margin-top: 0px!important;
		padding-bottom: 0px;
	}

	.dost span {
		font-size: 13px;
		color: #646464;
	}

	.new .index_hit .index_sale_list .isl_info .artikul {
		margin-top: 0px;
		font-size: 13px;
	}

	.tovar_dnya:before {
		left: unset;
		right: -31px;
	}
}



@media (max-width: 1350px){

	.newcatalog .index_sidebar ul li[data-id="2113"]:before {
		background: url(/upload/bask_icon1.svg);
		background-repeat: no-repeat;
		margin-top: 17px;
	}

	.newcatalog .wmain {
		max-width: 1300px;
		width: 100%;
	}

	.new .index_sale_list {
    	max-width: 100%;
	}

	.new .index_hit .index_sale_list .isl_nav .mb-16 {
    	margin-left: auto!important;
	}

	ul.ia_list li {
		max-width: 22%;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_name, .new .index_hit .index_sale_list li:nth-child(8) .isl_info {
		min-height: 38px !important;
		height: 38px;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_info, .new .index_hit .index_sale_list li:nth-child(8) .isl_info {
		margin-top: 0px!important;
	}

	.bottom_level .rowfirst {
		margin-top: 0px;
	}

	.isl_name {
		min-height: 33px !important;
		height: 33px;
	}

	.new .index_sale_list .isl_info {
		margin-top: 0px;
	}

	.new .index_sale_list .isl_info .stockblock .dostreg {
		font-size: 13px;
	}

	.new .index_hit .index_sale_list .isl_info .artikul {
		font-size: 13px;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .dost span, .new .index_hit .index_sale_list li:nth-child(8) .dost span {
		position: relative;
		font-size: 13px;
		line-height: 13px;
		display: block;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_info, .new .index_hit .index_sale_list li:nth-child(8) .isl_info {
		padding-bottom: 0px;
	}

	.new .index_sale_list .isl_nav .mb-16 a {
		font-size: 14px;
	}

	.ne_nashli a:after {
		width: 401px;
		top: -23px;
		position: absolute;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.ne_nashli {
		z-index: 999;
	}

	.tovar_dnya:before {
		left: unset;
		right: 41px;
	}

	.catalog_list {
		max-width: unset;
		width: 100%;
	}

	.newcatalog .content_inner_right .cl_category-img img {
		max-height: unset;
		max-width: unset;
		height: 150px;
	}

	.newcatalog .content_inner_right .cl_category_title {
		font-size: 15px;
	}

	.newcatalog .content_inner_right .catalog_list li {
		width: 25%;
	}

	.content.plr .wmain {
		padding-bottom: 0px;
	}

	.hew_line {
		padding: 30px 0;
	}

	.f_list {
		margin-top: 30px;
	}

	.newcatalog .block .row2 {
		flex-direction: row;
	}

	.cat_list.block .row3 .btn_one_click.btn_sec {
		right: unset;
		width: 100%;
	}

	.newcatalog .cat_list {
		width: 100%;
	}

	.newcatalog .cat_list .row2 {
		flex-direction: row;
    	justify-content: space-around;
	}

	.newcatalog .cat_list .row2 a:before {
		left: 20px;
	}
}




@media (max-width: 1200px){

	.new .wmain {
		max-width: 1166px;
	}

	.new .index_hit .index_sale_list .bottom_level .isl_nav .mb-16 {
    	margin-left: 5%!important;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a {
		height: auto;
    	font-size: 16px;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about .rate {
		position: relative;
	}

	.about_col1 .rate:before {
		bottom: unset;
		top: 1px;
		left: -30px;
	}

	.ne_nashli a:after {
		width: 401px;
		top: -22px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.slick-slide > div, .slick-slide > div > div {
		overflow: inherit;
	}

	.new .index_sale_list .isl_nav .mb-16 a {
		width: 125px;
    	font-size: 13px;
	}

	.tovar_dnya:before {
		left: unset;
		right: -20px;
	}

	.ne_nashli {
		z-index: 999;
	}

	.new .index_sale_list {
		max-width: 1135px;
	}

	.newcatalog .content_inner_right .catalog_list li {
		width: 33%;
	}

	.newcatalog .content_inner_right .cat_content .block li {
		width: 24.8%;
	}

	.newcatalog .content_inner_right {
		width: 80%;
	}
}


@media (max-width: 1100px){

	.newcatalog .content_inner_right .cat_content .cch_check {
		width: 69%;
	}

	.newcatalog .cat_list_img {
		width: 100%;
		height: 156px;
	}

	.newcatalog .cat_list .cat_list_inner .cat_list_img_base {
		padding-right: 10px;
	}

	.newcatalog .cat_list .seccol {
		margin-top: 0px;
	}

	.newcatalog .cat_list .dopinfo .dost {
		width: 50%;
	}

	.newcatalog .cat_list.list .dopinfo .nal {
    	width: 25%;
	}

	.newcatalog .cat_list.list .dopinfo .articul {
		margin-left: 0px;
		width: 25%;
	}

	.newcatalog .cat_list .cat_list_inner .cat_list_content {
		width: 60%;
	}

	.newcatalog .cat_list .cat_list_inner .cat_list_basket {
		width: 40%;
	}

	.newcatalog .cat_list .seccol {
		width: 75%;
	}

	.newcatalog .cat_list .cat_list_inner .cat_list_img_base {
		width: 25%;
	}

	.newcatalog .cat_list .isl_price_wrap {
		margin-right: 11px;
	}
}




@media (max-width: 1000px){

	.newfooter .footer_1 {
    	width: 100%;
	}

	.newfooter .footer_2 {
		width: 100%;
	}

	.newfooter .footer_2 img{
		width: 100%;
	}

	.f_list > li {
		width: 25%;
    	padding-left: 15px;
	}

	.newfooter .f_list .f_info_r .f_soc li a {
		width: 30px;
		height: 30px;
	}

	.newfooter .f_bottom {
		padding-left: 20px;
		padding-right: 20px;
	}

	.newfooter .f_bottom .f_copy {
		line-height: 16px;
	}

	.newcatalog .index_sidebar {
		padding-right: 0px;
	}

	.hew_line {
		padding: 30px 20px;
	}

	.newfooter .footer {
		padding-left: 20px;
	}

	.newcatalog .content_inner_right {
		width: 100%;
	}


	.newcatalog .cat_list .seccol {
		display: flex;
		flex-direction: column;
		border-left: 1px solid #c4c4c4;
    	padding-left: 10px;
	}

	.list .cat_list_content .cat_list_presence {
		display: block;
	}

	.newcatalog .content_inner_right .list li {
		width: 100%;
	}

	.newcatalog .list .cat_list_inner {
		display: flex;
		flex-direction: row;
	}

	.newcatalog .cat_list .cat_list_inner .cat_list_content {
		width: 100%;
   	 	padding-bottom: 10px;
		border-bottom: 1px solid #c4c4c4;
	}

	.newcatalog .cat_list .row1 {
		justify-content: unset;
    	margin-right: unset;
    	margin-top: unset;
	}

	.newcatalog .cat_list .cat_list_inner .cat_list_basket {
		border-left: none;
		padding-left: 0px;
    	padding-top: 10px;
	}

	.newcatalog .cat_list .row1 .isl_price {
		font-size: 22px;
	}

	.newcatalog .cat_list .isl_credit_price {
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 0px;
	}

	.newcatalog .cat_list .row2 {
		justify-content: unset;
	}

}

@media (min-width:900px) and (max-width: 1070px){

	.cardnew .chi_plashka_nav_inner a {
		font-size: 12px;
	}

	.cardnew .row_top .card_header .tm {
		font-size: 18px;
    	padding-bottom: 7px;
	}

	.raterow .chi_plashka_nav_inner{
		margin-right: 0px;
	}

	.raterow .rate {
		max-width: 44%;
	}

	.cardnew .right_col .isl_price {
		font-size: 24px;
	}

	.cardnew .isl_old_price {
		font-size: 24px;
		line-height: 5px;
	}

	.leftblock {
		margin-left: 25px;
		width: 48%;
	}

	.cardnew .row_top .card_header .raterow:after {
		right: 13px;
	}

	.cardnew .right_col .rightblock .btns .mt-16 {
		height: 48px;
		font-size: 16px;
	}

	.cardnew .right_col .rightblock .btns .chi_plashka_btn_basket {
		height: 48px;
		font-size: 18px;
	}

	.cardnew .right_col .btns .chi_plashka_btn_basket:before {
		top: 10px;
    	left: 31px;
    	width: 27px;
	}

	.cardnew .grid-1-4 > li {
		width: 33%;
	}

	.cardnew .card_content .card_tab_nav > li a {
		font-size: 16px;
	}
}

@media (min-width:1000px) and (max-width: 1170px){

    .order .pandd #bx-soa-paysystem {
        width: 48%!important;
        margin-left: auto;
    }

    .order .bx-soa-section-title {
        padding-top: 20px;
        padding-left: 70px;
        width: 100%;
    }
}



@media (min-width:800px) and (max-width: 999px){

    .order .pandd #bx-soa-paysystem {
        width: 47%!important;
        margin-left: auto;
    }

    .order .bx-soa-section-title {
        padding-top: 20px;
        padding-left: 70px;
        width: 100%;
    }

    .order #bx-soa-basket .bx-soa-item-tr{
        display: flex;
        flex-direction: row;
    }

    .order #bx-soa-basket .bx-soa-item-td:nth-child(1){
        width:100%;
        min-width: auto!important;
    }

	.chi_plashka_nav_inner a {
		font-size: 12px;
	}

	.raterow .chi_plashka_nav_inner{
		max-width: 32%;
	}

	.raterow .rate {
		max-width: 40%;
	}

	.cardnew .isl_old_price {
		font-size: 24px;
		line-height: 5px;
	}

	.cardnew .right_col .isl_price {
		font-size: 24px;
	}

	.leftblock {
		margin-left: 10px;
		width:53%;
	}

	.cardnew .right_col .rightblock .btns .chi_plashka_btn_basket {
		height: 46px;
		font-size: 22px;
    	width: 153px;
	}

	.cardnew .right_col .btns .chi_plashka_btn_basket:before {
		width: 25px;
		top: 11px;
		left: 24px;
	}

	.cardnew .right_col .credit a {
		width: 153px;
		padding-left: 56px;
	}

	.cardnew .right_col .rightblock .btns .mt-16 {
		width: 153px;
		height: 46px;
		font-size: 14px;
	}

	.cardnew .right_col .chi_plashka_nav {
		justify-content: space-around;
	}

	.cardnew .card_content .card_tab_nav > li a {
		font-size: 15px;
	}
}

@media (max-width: 800px){

	.cardnew .row_top {
		flex-direction: column;
	}

	.cardnew .row_top .right_col {
		width: 100%;
    	padding-top: 30px;
	}

	.cardnew .dostblock{
		display: flex;
    	flex-direction: row;
	}

	.cardnew .prices {
		flex-direction: row;
		padding-top:7px;
		height: auto;
	}

	.cardnew .isl_old_price {
		line-height: 24px;
		padding-left: 20px;
	}

	.leftblock {
		margin-left: 10px;
		width: 70%;
	}

	.cardnew .right_col .isl_price {
		top: 0px;
	}

	.cardnew .right_col .proplist {
		padding-top: 10px;
	}

	.cardnew .row_top .card_head {
		width: 100%;
	}

	.cardnew .chs_big_main .isl_plashka {
		left: 123px;
		top: 0px;
	}

	.cardnew .right_col .credit a {
		width: 100%;
	}

	.cardnew .right_col .credit a {
		line-height: 3;
	}

	.cardnew .right_col .rightblock .btns .chi_plashka_btn_basket {
		width: 100%;
	}

	.cardnew .right_col .rightblock .btns .mt-16 {
		width: 100%;
	}

	.cardnew .row_top .card_header .raterow:after {
		height: 240px;
		right: 66px;
	}

	.cardnew .topblock:after {
		bottom: -20px;
	}

	.card_content div#mCSB_3_container {
		margin-left: 0px;
	}

	.cardnew .card_content .scroll_style_line {
		top: 0px;
		left: 0px;
    	width: 100%;
	}

	.cardnew .card_content .card_tab_nav > li:nth-child(1) a:before {
		left: 8px;
		top: 10px;
	}

	.cardnew .card_content .card_tab_nav > li a {
		padding-left: 45px;
	}

	.cardnew .card_content .card_tab_nav > li:nth-child(2) a:before {
		width: 28px;
		left: 7px;
		top: 9px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.sidebar {
		margin-right: 20px;
	}

	.card_content {
		justify-content: unset;
	}

	.cardnew .right_col .chi_plashka_nav {
		justify-content: right;
   	 	margin-right: 7px;
	}

	.ia_list li:hover {
		transform: none;
	}

	.ia_list {
		padding-left: 10px;
		padding-right: 10px;
	}

	.preim_main {
		margin-bottom: 30px;
	}

	.index_categories .is_title {
		top: unset;
		padding-top: 20px;
	}

	.ia_list {
		padding-top: 20px;
    	padding-bottom: 20px;
	}

	ul.ia_list li {
		max-width: 29%;
	}

	.ia_list > li + li + li {
		margin-top: 15px;
	}

	.new .index_sale.index_hit .is_title {
		top: unset;
    	padding-top: 20px;
    	padding-bottom: 20px;
	}

	.new .index_sale.index_hit .is_title {
		top: unset;
		right: unset;
		text-align: center;
	}

	.new .index_hit .is_title:before {
		position: absolute;
		float: left;
		right: 0;
		top: -22px;
		bottom: unset;
	}

	.new .index_hit .is_title:after {
		position: absolute;
		float: right;
		left: -84px;
		top: -8px;
		bottom: unset;
	}

	.new .index_hit .index_sale_list li:nth-child(1) {
		width: 33%;
	}

	.new .index_hit .index_sale_list li {
		width: 33%;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_img {
		height: 303px;
	}

	.new .index_hit .stockblock .noavai {
		font-size: 14px;
	}

	.bottom_level {
		flex-direction: column;
	}

	.new .index_sale_list .isl_info {
		width: 100%;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_name {
		padding-top: 13px;
	}

	.desctop .bottom_level {
		padding-top: 0px;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_name, .new .index_hit .index_sale_list li:nth-child(8) .isl_info {
		min-height: 33px !important;
		height: 33px;
	}

	.bottom_level .avai {
		padding-top: 0px;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_name {
		font-size: 14px;
	}

	.new .index_sale_list .isl_info .stockblock .dost {
		min-height: 39px;
	}
	
	.new .index_hit .index_sale_list li:nth-child(1) .isl_nav {
		flex-direction: row;
	}

	.new .index_hit .index_sale_list .isl_nav .mb-16 {
		margin-left: 0px!important;
		order: 1;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_info, .new .index_hit .index_sale_list li:nth-child(8) .isl_info {
		padding-bottom: 10px;
	}

	.new .index_hit .index_sale_list .isl_nav .mb-16 a {
		font-size: 14px;
	}

	.new .index_hit .index_sale_list li:nth-child(6) {
		width: 33%;
	}

	.new .index_hit .index_sale_list li:nth-child(3), .new .index_hit .index_sale_list li:nth-child(6){
		border-right: #CFD0D6;
	}

	.new .index_hit .index_sale_list li:nth-child(4){
		border-right: none;
	}

	.new .index_sale_list .isl_name {
		width: 100%;
	}

	.new .index_hit .index_sale_list li:nth-child(8) .isl_img {
		height: 303px;
	}

	.new .index_hit .index_sale_list li:last-child {
		width: 33%;
	}

	.new .index_hit .index_sale_list li:last-child .isl_name {
		padding-top: 13px;
	}

	.new .index_hit .index_sale_list li:nth-child(8) .yesavai {
		padding-left: 0px;
	}

	.new .index_hit .index_sale_list li:nth-child(8) .dost span {
		line-height: 21px;
	}

	.new .index_hit .index_sale_list li:nth-child(8) .isl_nav {
		flex-direction: row;
	}

	.new .index_hit .index_sale_list li:nth-child(8) .isl_info {
		min-height: unset;
		height: unset;
	}

	.tovar_dnya {
		width: 100%;
		flex-direction: column;
    	position: relative;
		padding-left: 50px;
		padding-right: 50px;
		box-sizing: border-box;
	}

	.ne_nashli {
		max-width: 100%;
		margin-top: 30px;
		width: 100%;
		margin-right: unset;
		margin: 0 auto;
    	height: 470px;
	}

	.ne_nashli a:after {
		width: 706px;
		top: 54px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.tovar_dnya:before {
		left: unset;
		top: -113px;
		right: 0;
	}

	.ne_nashli h2:after {
		top: -3px;
		position: absolute;
	}

	.ne_nashli h2 {
		padding-top: 50px;
		position: relative;
	}

	.new .index_about {
		height: auto;
		margin-top: 30px;
    	width: 100%;
    	max-width: unset;
	}

	.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod {
		top: unset;
	}

	.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod img {
		max-height: 250px;
	}

	.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod .isl_img {
		max-height: 250px;
	}

	.new .index_about {
		height: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a {
		width: 100%;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name {
		margin-top: 0px;
		width: 100%;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 {
		width: 100%;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a {
		margin-bottom: 0px;
		font-weight: 700;
    	min-height: unset!important;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .about_col1 {
		margin-left: 0px;
    	display: block;
		text-align: left;
    	padding-left: 10px;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .about_col2 {
		display: block;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about {
		width: 100%;
    	display: flex;
    	flex-direction: column;
	}

	.new .index_about .about_col2 ul{
    	margin: 0;
    	padding-left: 20px;
    	padding-top: 3px;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .about_col2 {
		font-size: 16px;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about .rate {
		font-size: 22px;
	}

	.about_col1 .rate:before {
		width: 19px;
		background-size: contain;
		background-repeat: no-repeat;
		top: 3px;
    	left: -22px;
	}

	.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock .isl_price {
		right: unset;
		bottom: unset;
		width: 100%;
		text-align: left;
	}

	.new .index_about .isl_info {
		margin-top: 0px;
		padding-top: 10px;
	}

	.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .mb-16 {
		width: 100%;
		text-align: left;
    	margin-bottom: 0px !important;
    	margin-top: 10px;
	}

	.new .index_about .product-day-base {
		height: auto;
	}

	.new .index_sale_nav {
		padding-left: 30px;
	}

	.new .index_sale .index_sale_list {
		padding-left: 20px;
	}

	/*.new .index_sale .slick-track{
		width: 100%!important;
	}*/

	.new .index_sale .slick-initialized .slick-slide {
		width: 33%!important;
	}

	.new .index_hit .index_sale_list {
		padding-left: 0px;
    	padding-bottom: 20px;
	}

	.new .index_sale .index_sale_all {
		padding-bottom: 20px;
	}

	.new .about_main_comp {
		width: 100%;
		padding-left: 30px;
    	padding-right: 30px;
    	box-sizing: border-box;
	}

	.new .about_main_comp .about_text{
    	width: 60%;
	}

	.new .about_main_comp .about_img {
		top: unset;
		width: 40%;
	}

	.new .about_main_comp p.mediar_p {
		font-size: 16px;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_nav, .new .index_hit .index_sale_list li:nth-child(8) .isl_nav {
		flex-direction: row;
    	width: 100%;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_info, .new .index_hit .index_sale_list li:nth-child(8) .isl_info {
		padding-bottom: 10px;
		width: 100%;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .doprow, .new .index_hit .index_sale_list li:nth-child(8) .doprow{
		display: flex;
    	flex-direction: row;
    	width: 100%;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .doprow .dost, .new .index_hit .index_sale_list li:nth-child(8) .doprow .dost {
		width: 60%;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .doprow .avai, .new .index_hit .index_sale_list li:nth-child(8) .doprow .avai {
		width: 40%;
	}

	.newfooter .footer {
		padding-right: 20px;
		padding-left: 20px;
		box-sizing: border-box;
	}

	.newfooter .f_list {
		width: 68%;
		margin-top: 30px;
		margin-left: 0px;
	}
	
	.newfooter .footermain_1 {
		width: 25%;
	}

	.newfooter .f_info_r {
		position: relative;
	}

	.newfooter .f_list {
		width: 100%;
		margin-top: 30px;
		margin-left: 0px;
	}

	.new .mainblock .header_slider .owl-pagination {
		padding-left: 40px;
		display: flex;
		flex-direction: row;
		bottom: 9px;
	}

	.menuMenu .btn_main span{
		font-family: 'Play';
	}

	.menuMenu .has-subnav a{
		font-family: 'Play';
	}

	.menuMenu a {
		font-family: 'Play';
	}

	.menuMenu .menu-links span{
		font-family: 'Play';
	}

	.menuMenu .submenu li a{
		font-family: 'Play';
	}

	.menuMenu .chi_plashka_nav_inner a {
		font-size: 14px;
	}

	.menuMenu .menu-links .chi_plashka_nav_inner svg{
		display:none;
	}

	.menuMenu .menu-links .chi_plashka_nav_inner a{
		position:relative;
	}

	.menuMenu .menu-links .chi_plashka_nav_inner:nth-child(1) a:before {
		background: url(/upload/heart_icon.svg);
		width: 33px;
		height: 29px;
		background-repeat: no-repeat;
		background-position: center;
		display:block;
		content:"";
    	position: absolute;
    	left: 2px;
	}

	.menuMenu .menu-links .chi_plashka_nav_inner:nth-child(2) a:before {
		background: url(/upload/comapre_icon26.svg);
		background-repeat: no-repeat;
		width: 33px;
		height: 29px;
		background-repeat: no-repeat;
		background-position: center;
		display:block;
		content:"";
    	position: absolute;
    	left: 2px;
	}

	.hl_fixed .hl_nav_mobile a svg{
		display:none;
	}

	.hl_fixed .hl_nav_mobile a{
		position:relative;
	}

	.hl_fixed .hl_nav_mobile .btn_basket_mobile:before {
		background: url(/upload/shop_cart.svg);
		display: block;
		content: "";
		position: absolute;
		width: 30px;
		height: 30px;
		background-repeat: no-repeat;
		background-size: contain;
		left: -31px;
		top: -15px;
	}

	.btn_basket_mobile i {
		right: -9px;
		top: -21px;
		background: #7E84F2;
		font-family:'Play';
	}

	.hl_fixed .hl_nav_mobile .btn_search_mobile{
		position:relative;
		margin-left: 34px;
	}

	.hl_fixed .hl_nav_mobile .btn_search_mobile img{
		display:none;
	}

	.hl_fixed .hl_nav_mobile .btn_search_mobile:before{
		background: url(/upload/sear_icon.svg);
		display: block;
		content: "";
		position: absolute;
		width: 25px;
		height: 30px;
		background-repeat: no-repeat;
		background-size: contain;
    	opacity: 1;
	}

	.newheader .hl_bottom .wmain {
		margin-right: 20px;
	}

	.hl_bottom .hamburger-btn a{
		position:relative;
	}

	.hl_bottom .hamburger-btn img{
		display:none;
	}

	.hl_bottom .hamburger-btn a:before{
		background: url(/upload/ham_icon.svg);
		display: block;
		content: "";
		position: absolute;
		width: 25px;
		height: 30px;
		background-repeat: no-repeat;
		background-size: contain;
		top: -2px;
	}

	.body_scroll_act .newheader .hl_bottom {
		box-shadow: none;
	}

	.new .index_sale .index_sale_list li {
		display: table-cell!important;
	}

	.newcatalog .content_inner_right .cl_category-img img {
		height: 100px;
	}

	.newcatalog .content_inner_right .cat_content .block li {
		width: 33%;
	}

	.newcatalog .block .btn_block {
		width: 100%;
	}

	.newcatalog .block .row2 {
		justify-content: space-between;
	}

	.newcatalog .block .row2 .mb-col {
		margin-right: 10px;
		padding-left: 15px;
	}
}






@media (min-width:769px) and (max-width: 800px){
	.cardnew .row_top .card_header .raterow {
		flex-direction: column;
	}

	.raterow .chi_plashka_nav_inner {
		max-width: unset;
		width: 75%;
	}

	.raterow .rate {
		max-width: unset;
		width: 75%;
		margin-left: 0px;
		margin-top: 7px;
	}

	/*.cardnew .prices {
		height: auto;
		align-items: unset;
		bottom: unset;
		flex-direction: column;
		padding-top: 5px;
	}

	.cardnew .isl_old_price {
		line-height: unset;
		padding-left: 0px;
	}*/

	.cardnew .right_col .proplist .jsprop {
		font-size: 15px;
	}

	.cardnew .row_top .card_header .raterow:after {
		height: 288px;
		right: 88px;
	}

	.topblock:after {
		width: 100%;
		right: 0px;
	}
}

@media (max-width: 768px){

	.cardnew .prices {
		align-items: unset;
	}

	.cardnew .isl_old_price {
		line-height: 24px;
		padding-left: 0px;
		padding-top: 7px;
	}

	.cardnew .card_content {
		display: flex;
		flex-direction: column;
		margin-top: 0px;
	}

	.sidebar {
		margin-right: 20px;
		max-width: unset;
		width: 64%;
    	height: auto;
		margin-right: 0px;
		padding: 15px;
    	margin: 0 auto;
	}

	.card_content .sidebar .card_tab_nav {
		flex-direction: row;
	}

	.cardnew .card_content .scroll_style_line {
		border-top: none;
	}

	.cardnew .card_content .card_tab_nav > li a {
		margin: 0;
	}

	.cardnew .card_content .card_tab_nav > li {
		padding-right: 30px;
	}

	.tab_content {
		width: 100%;
		margin-top: 25px;
	}

	.section.your_see .grid-1-4.watched li .isl_inner .isl_nav .mb-16 a {
		font-size: 11px;
	}

	.section.your_see .grid-1-4.watched .btn_sec {
		font-size: 11px;
	}
}


@media (min-width:580px) and (max-width: 768px){

	.cardnew .prices {
		flex-direction: column;
	}
    .order #bx-soa-total-mobile .btn.btn-default {
        background-color: #7E84F2;
        border-color: #7E84F2;
    }

    .order .pandd #bx-soa-paysystem {
        width: 48%!important;
        margin-left: auto;
    }

    .order .pandd #bx-soa-pickup {
        margin-top: 10px;
    }

    .order #bx-soa-basket .bx-soa-item-tr{
        display: flex;
        flex-direction: row;
    }

    .order #bx-soa-basket .bx-soa-item-td:nth-child(1){
        width:100%;
        min-width: auto!important;
    }
}


@media (max-width:450px){
	.new .index_sale .index_sale_list .isl_info_l .isl_old_price .percent {
		margin-right: -7px;
	}

	.new .index_sale .index_sale_list .isl_info .artikul {
		margin-top: 5px;
	}

	.new .index_sale .index_sale_list .isl_nav .mb-16 a {
		font-size: 14px;
		padding-left: 20px;
    	margin: 0 auto;
	}

	.new .index_sale_list .isl_nav .mb-16 a:before {
		width: 20px;
		height: 18px;
    	left: 4px;
    	top: 7px;
	}

	.new .index_sale_list .isl_nav .mb-16 {
		margin-left: 0px;
	}

	.new .index_sale_list .isl_info .artikul {
		margin-bottom: 0px;
	}

	.index_sale_list .isl_info_l {
		margin-top: 0px;
    	bottom: 10px;
    	position: absolute;
	}

	.new .index_sale_list .isl_info_l .priceblock {
		margin-top: 0px;
	}

	.new .index_sale_list a {
		padding-top: 0px;
	}

	.new .index_sale_list .isl_name {
		padding-top: 0px;
	}

	.new .index_sale .isl_btns {
		bottom: -7px;
		top: unset;
	}

	.top_level{
    	position: relative;
	}

	.new .index_sale_list .isl_info {
		margin-top: 0px;
		height: 94px;
		position: relative;
	}

	.new .index_sale_list .isl_nav {
		margin-left: 0px;
	}

	.new .index_sale .isl_plashka {
		top: 0;
	}

	.new .index_hit .index_sale_list .isl_info .stockblock {
		margin-top: 0px;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_name {
		font-size: 10px;
	}

	.new .index_hit .index_sale_list .isl_name {
		font-size: 10px;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_name, .new .index_hit .index_sale_list li:nth-child(8) .isl_info {
		min-height: 33px !important;
		height: 33px;
	}

	.new .index_hit .stockblock .noavai {
		font-size: 13px;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .dost span, .new .index_hit .index_sale_list li:nth-child(8) .dost span {
		font-size: 10px;
	}

	.new .index_hit .index_sale_list .isl_info .artikul {
		margin-bottom: 0px;
	}

	.new .index_sale_list .isl_info .stockblock {
		flex-direction: column;
	}

	.new .index_sale_list .isl_info .stockblock .dost {
		width: 100%;
	}

	.new .index_hit .index_sale_list .isl_info .artikul {
		font-size: 10px;
	}

	.new .index_hit .index_sale_list .isl_info {
		margin-top: 0px;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_name, .new .index_hit .index_sale_list li:nth-child(8) .isl_info {
		position:relative;
	}

	.new .index_hit .index_sale_list li:nth-child(8) .yesavai {
		margin-left: 0px;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .dost span, .new .index_hit .index_sale_list li:nth-child(8) .dost span {
		font-size: 13px;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .isl_info, .new .index_hit .index_sale_list li:nth-child(8) .isl_info {
		padding-bottom: 10px;
	}

	.new .index_sale_list .isl_info .stockblock .dost {
		width: 65%;
	}

	.new .index_hit .index_sale_list li:nth-child(8) .isl_info {
		min-height: 33px !important;
		height: 94px;
	}

	.ial_image img {
		width: 50%;
	}

	ul.ia_list li {
		max-width: unset;
		width: 49%;
		padding: 15px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 3px!important;
		box-sizing: border-box;
    	height: auto;
	}

	.ial_image {
		height: auto;
		display: flex;
		margin-bottom: 10px;
		padding-bottom: 0px;
		width: 100%;
    	min-height: 75px;
	}

	.ial_title {
		font-size: 14px;
		width: 100%;
	}

	ul.ia_list li a {
		padding-left: 0px; 
    	display: flex;
    	flex-direction: column;
		width: 100%;
		padding-bottom: 0px;
	}

	.new .index_sale.index_hit .is_title {
		right: 0px;
		text-align: center;
	}

	.front{
		position: relative;
    	display: block;
		width: 100%;
	}

	.ia_list {
		display: inline-flex;
	}

	ul.ia_list li{
		vertical-align: unset; 
    	align-items: unset;
    	justify-content: unset;
    	margin-right: 3px;
	}

	.newheader .hl_nav_mobile {
		padding-left: 30px;
	}

	.new .mainblock .header_slider .owl-pagination {
		padding-left: 80px;
	}

	.new .index_hit .index_sale_list .isl_name {
		padding-top: 13px;
	}

	.new .index_sale:nth-child(1) .isl_btns {
		bottom: -21px;
		top: unset;
	}

	.new .index_hit .index_sale_list li:nth-child(6) .isl_name {
		font-size: 10px;
	}

	.new .index_hit .index_sale_list li:nth-child(8) .yesavai {
		margin-left: 10px;
	}

	.new .index_about .product-day-base {
		width: 100%;
	}

	.new .index_about .powers-product-list .product-day-base .colprod2 .imgprod img {
		max-height: 250px;
		margin: 0 auto;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .product-day-name a {
		height: auto;
		font-size: 14px;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .about_col1 {
		position: unset;
    	padding-left: 20px;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .isl_info_about .rate {
		font-size: 18px;
	}

	.about_col1 .rate:before {
		width: 17px;
		background-size: contain;
		background-repeat: no-repeat;
		top: 4px;
		height: 13px;
		left: -18px!important;
	}

	.new .index_about .powers-product-list .product-day-base .colprod1 .about_col2 {
		font-size: 12px;
	}

	.new .index_about .product-day-base .product-day-content .colprod1 .isl_price .priceblock {
		margin-top: 0px;
	}

	.new .index_sale .slick-initialized .slick-slide {
		width: 50%!important;
	}

	.new .index_sale .index_sale_list {
		padding-left: 0px;
	}

	.new .index_sale:nth-child(2) .isl_btns {
		bottom: -6px;
		top: unset;
	}

	.new .index_sale_list .isl_btns .isl_compare.isl_nav_add:before {
		top: 3px;
	}

	.ne_nashli a:after {
		width: 353px;
    	top: -114px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.ne_nashli {
		max-width: 100%;
		margin-top: 30px;
		width: 100%;
		margin-right: unset;
		margin: 0 auto;
		height: 270px;
	}

	.new .index_sale .index_sale_list li {
		display: table-cell!important;
	}

	.new .about_main_comp .about_text {
		width: 100%;
	}

	.new .about_main_comp p.mediar_p {
		font-size: 14px;
		margin-bottom: 0px;
	}
	
	.new .about_main_comp .about_img {
		top: unset;
		width: 91%;
		margin: 0 auto;
	}

	.newcatalog .index_sidebar {
		display: none;
	}

	.newcatalog .content {
		box-sizing: border-box;
	}

	.tm {
		font-size: 28px;
		font-family: "Play";
	}

	.newcatalog .content_inner {
		margin-left: unset;
	}

	.newcatalog .content_inner_right {
		width: 100%;
	}

	.newcatalog .content_inner_right .catalog_list li {
		width: 49% !important;
		margin-left: 0px;
		display: inline-flex;
    	margin: unset;
		border-bottom: none;
	}

	.newcatalog .wmain .catalog_list {
		display: inline-flex;
	}
	
	.newcatalog .content_inner_right .catalog_list li:nth-child(8), .newcatalog .content_inner_right .catalog_list li:nth-child(9) {
		border-bottom: 1px solid #CFD0D6;
	}

	.newcatalog .content_inner_right .catalog_list li:nth-child(2), .newcatalog .content_inner_right .catalog_list li:nth-child(4), .newcatalog .content_inner_right .catalog_list li:nth-child(6), .newcatalog .content_inner_right .catalog_list li:nth-child(8) {
		border-left: none;
	}

	.newfooter .footermain_1 {
		width: 100%;
	}

	.newcatalog .content_inner_right .cl_category-img img {
		height: 88px;
	}

	.tm {
		font-size: 25px;
	}

	.compare_content .crumbs, .compare_content .compare_head {
		padding-left: 0px;
	}

	.ch_radio label {
		margin-left: 20px;
	}

	.newcatalog .content_inner_right .cat_content .block li {
		width: 50%;
	}

	.cat_list .rate {
		display: none!important;
	}

	.newcatalog .cat_list.list .dopinfo .nal {
		width: 40%;
	}

	.newcatalog .cat_list .cat_list_name {
		margin-top: 0px;
	}

	.newcatalog .cat_list .properties {
		margin-top: 0px;
	}
}




@media (min-width:450px) and (max-width: 579px){

    .order #bx-soa-total-mobile .btn.btn-default {
        background-color: #7E84F2;
        border-color: #7E84F2;
    }

    .order #bx-soa-region .row .form-group .radio-inline {
        padding-right: 15px;
    }

    .order .pandd #bx-soa-delivery {
        width: 100%;
    }

    .order .pandd #bx-soa-paysystem {
        width: 100%!important;
        margin-left: 0px;
    }
	.wmain {
		max-width: 90%!important;
	}
	.content_table .btn_main {
		font-size: 11px;
		line-height: 29px;
		padding: 0px 16px;
	}
	.new .index_sale:nth-child(1) .isl_btns {
		bottom: unset !important; 
		top: 0!important;
		left: 66%;
		background: none;
		border: none;
	}
.new .index_sale .section-gallery-wrapper__item img {
    padding-top: 0;
    width: 80%;
    height: 80%;
    object-fit: contain;
}

}

@media (max-width: 414px){
	.chs_big_img {
		height: auto;
	}

	.slick-list {
		height: auto!important;
	}

	.chs_big_main {
		min-height: unset;
	}

	.cardnew .row_top .right_col {
		width: 100%;
		padding-top: 10px;
	}

	.cardnew .topblock {
		height: auto;
		flex-direction: column;
	}

	.leftblock {
		width: 100%;
    	margin-left: 0px;
	}

	.prodname{
		padding-top:10px;
	}

	.cardnew .row_top .card_header .raterow {
		padding-top: 5px;
	}

	.raterow .chi_plashka_nav_inner, .raterow .rate {
		width: 50%;
		height: 35px !important;
   	 	max-width: unset;
	}

	.bx-touch .bx_item_detail_rating .bx_stars_container {
		height: 23px;
	}

	.cardnew .right_col .isl_price {
		font-size: 30px;
		padding-right: 20px;
	}

	.cardnew .isl_old_price {
		line-height: 16px;
		font-size: 30px;
	}

	.cardnew .chs_big_main .isl_plashka {
		left: 3px;
	}

	.cardnew .card_content {
		z-index: 999;
	}

	.cardnew .right_col .bottom_row {
		max-height: unset;
		justify-content: unset;
	}

	.cardnew .rightblock {
		width: 100%;
		top: unset;
	}

	.cardnew .btns{
		width: 100%;
    	position: relative;
	}

	.cardnew .right_col .rightblock .btns .chi_plashka_btn_basket {
		order: -1;
		width: 49%;
		margin-right:2%;
    	border-radius: 5px;
		padding-left: 75px;
    	font-weight: 700;
    	font-size: 17px;
    	padding-left: 65px;
	}

	.cardnew .right_col .btns .chi_plashka_btn_basket:before {
		width: 25px;
		top: 8px;
		left: 21px;
	}

	.cardnew .mb-btns{
		display: flex;
    	flex-direction: row;
		width: 100%;
	}

	.cardnew .right_col .rightblock .btns .mt-16 {
		width: 49%;
    	border-radius: 5px;
		font-size: 17px;
	}

	.cardnew .right_col .btns .isl_favor.isl_nav_add:before {
		width: 39px;
		height: 39px;
	}

	.cardnew .right_col .btns .isl_favor, .cardnew .right_col .btns .isl_compare {
		width: 39px;
		height: 39px;
    	border-radius: 5px;
	}

	.cardnew .right_col .credit a {
		border-radius: 5px!important;
    	height: 41px;
		font-size: 19px;
    	padding-left: 62px;
	}

	.cardnew .right_col .chi_plashka_nav .chi_plashka_nav_inner {
		width: 39px;
		padding-left: 0px;
		margin-right: 10px;
	}

	.cardnew .dop_top_btns{
		position: absolute;
    	right: -15px;
    	top: -51px;
	}


	.cardnew .scroll_style_line {
		padding-left: 0;
	}

	.cardnew #card_tab_access {
		max-width: unset;
	}

	.cardnew .accessories_slider .slick-prev {
		left: -36px!important;
	}

	.cardnew .accessories_slider .slick-next {
		right: -27px;
	}

	.accessories .slick-slide .isl_info_l .btn_main {
		display:none;
	}

	.accessories_slider .isl_price {
		font-size: 17px !important;
		right: -11px;
	}

	.sidebar {
		width: 100%;
		margin: 0;
    	height: 39px;
	}

	.card_content .tab_content .card_tab_char_main .col1 {
		padding-left: 0px;
		width: 100%;
	}

	.cardnew .card_content .card_tab_inner .col1 h3 {
		margin-left: 0px;
	}

	.card_content .tab_content .card_tab_char_main .col2 {
		padding-left: 0px;
		padding-top: 0px;
	}

	.card_content .tab_content .card_tab_char_main .col2 .proplist table {
		width: 100%;
	}

	.section.your_see .grid-1-4.watched li .isl_inner .isl_img {
		float: unset;
    	display: block;
    	margin: 0 auto;
	}

	.your_see a.isl_name {
		font-size: 12px;
		line-height: 12px;
    	min-height: 24px!important;
	}

	.section.your_see .grid-1-4.watched li .isl_inner {
		max-height: unset;
	}

	.watched .isl_info_l > div:nth-child(1){
		height:44px;
	}

	.cardnew .right_col .credit a {
		width: unset;
	}

	.cardnew .right_col .credit a {
		height: 41px;
		font-size: 17px;
    	padding-left: 76px;
    	line-height: 29px;
    	font-family: 'Play';
	}

	.cardnew .right_col .nalich .nalich {
		width: 80%;
		max-width: unset;
		padding-left: 0px;
		padding-right: 0px;
		justify-content: center;
	}

	.cardnew .sidebar .mCSB_container .act:after {
		left: 34px;
	}

	.card_tab_nav {
		overflow: scroll;
	}

	.cardnew .card_content .card_tab_nav > li {
		padding-right: 0px;
	}
	
	.cardnew .card_content .card_tab_nav > li:nth-child(2) a, .cardnew .card_content .card_tab_nav > li:nth-child(1) a{
		padding-left: 15px;
	}

	.cardnew .sidebar .mCSB_container .act:after {
		width: 88%;
		left: 10px;
	}

	.new .index_sale .index_sale_list .isl_nav .mb-16 a {
		font-size: 14px;
		padding-left: 38px;
		margin: 0 auto;
	}

	.new .index_hit .index_sale_list li:nth-child(1) .dost span, .new .index_hit .index_sale_list li:nth-child(8) .dost span {
		font-size: 10px;
	}

	.new .index_sale_list .isl_info .stockblock .dostreg {
		font-size: 10px;
	}

	.new .index_sale_list .isl_info .stockblock .yesavai {
		font-size: 13px;
	}

	.new .index_sale .slick-initialized .slick-slide {
		margin-right: 0px;
	}

	.new .index_about .product-day-base {
		width: 100%;
		margin-left: 0px!important;
	}

	.new .index_about {
		margin-right: 0px;
    	margin-bottom: 20px;
	}

	.tovar_dnya {
		padding-left: 20px;
		padding-right: 20px;
	}

	.new .about_main_comp .about_img {
		right: unset;
		justify-content: center;
		width: 100%;
	}
.new .mainblock.for-mobile .header_slider .owl-wrapper .banner_image {
    height: 200px;
}
.new .mainblock.for-mobile {
    flex-direction: column;
}
.new .mainblock.for-mobile .col2 {
    width: 100%;
    padding-left: 0px;
}
.new .mainblock.for-mobile .col3 {
    width: 85%;
    margin: 0 auto;
}
.new .mainblock.for-mobile .index_about {
    margin-left: 0;
}
.new .index_sale .slick-initialized .slick-slide{
	width: 214px !important;
}
.basket_sidebar .mb-16 {
    width: 276px;
    margin-bottom: 10px !important;
}
.new .index_sale .isl_btns {
    bottom: unset!important;
    top: 0px!important;
    left: 65%;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    border: none;
    padding: 2px;
}
.newcatalog .block .cat_list_inner .cat_list_basket {
    min-height: 90px !important;
}
/*.newheader .hl_nav_mobile {
    padding-left: 50px;
}
.hl_fixed .hl_nav_mobile .btn_search_mobile {
    margin-left: 24px;
}
.newheader .hl_bottom .hl_nav_mobile .btn_basket_mobile i {
    right: -1px;
    top: -21px;
}
*/
}




@media (max-width: 375px){

    .order #bx-soa-total-mobile .btn.btn-default {
        background-color: #7E84F2;
        border-color: #7E84F2;
    }

    .order .pandd #bx-soa-delivery {
        width: 100%;
    }

    .order .pandd #bx-soa-paysystem {
        width: 100%!important;
        margin-left: 0px;
    }

    .order #bx-soa-pickup .bx-soa-section-title {
        line-height: 30px;
    }

	.newcatalog .content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.card_content_main .cardnew {
		width: 100%;
	}

	.section {
		padding: 10px 10px;
	}

	.new .index_sale_list .isl_info_l .isl_old_price span:nth-child(2) {
		font-size: 15px;
	}

	.new .index_sale_list .slick-slide {
		margin-right: 0px;
	}
}


@media (max-width: 320px){

    .order #bx-soa-region .row .form-group:nth-child(1) {
        flex-direction: column;
    }

    .order #bx-soa-pickup .bx-soa-section-title {
        line-height: 30px;
    }

	.cardnew .row_top {
		padding-left: 10px;
		padding-right: 10px;
	}

	.chs_big_img {
		padding-right: 0px;
	}

	.crumbs {
		width: 100%;
	}

	.tab_content {
		padding-left: 10px;
		padding-right: 10px;
	}

	.cardnew .card_content .card_tab_inner .col1 h3 {
		font-family: 'Play';
		font-size: 20px;
	}

	.cardnew .right_col .credit a {
		font-size: 15px;
		padding-left: 64px;
	}

	.cardnew .right_col .rightblock .btns .chi_plashka_btn_basket {
		font-size: 15px;
	}

	.cardnew .right_col .rightblock .btns .mt-16 {
		font-size: 15px;
	}

	.cardnew .right_col .btns .chi_plashka_btn_basket:before {
		width: 21px;
		top: 10px;
	}

	.isl_price {
		font-size: 16px;
	}

	.watched .isl_old_price {
		font-size: 16px;
	}

	.newfooter .f_list li:nth-child(1) .fl_title:before {
		right: 5px;
	}

	.newfooter .f_list li:nth-child(2) .fl_title:before {
		right: 7px;
	}

	.newfooter .f_list li:nth-child(3) .fl_title:before {
		right: 99px;
	}

	.newheader .logo_inner {
		width: 100%;
		min-width: unset;
		position: absolute;
		top: 13px;
		left: 9px;
	}

	.hl_top .wmain {
		position: relative;
	}

	.newheader .hl_bottom .wmain {
		margin-right: 10px;
	}

	.hamburger-btn {
		margin-left: 25px;
		cursor: pointer;
	}

	.newheader .hl_bottom .hl_nav_mobile .btn_basket_mobile i {
		right: -31px;
		top: -21px;
	}

	.newheader .hl_bottom .hl_nav_mobile a {
		margin-right: 0px;
		width: 100%;
	}

	.hl_bottom .hamburger-btn a:before {
		right: 0;
	}

	.hl_fixed .hl_nav_mobile .btn_search_mobile:before {
		left: -28px;
	}

	.newheader .hl_bottom .hl_nav_mobile .btn_basket_mobile:before {
		bottom: unset;
		right: unset;
		left: -47px;
		top: -14px;
	}

	.newheader .hl_bottom .hl_nav_mobile .btn_basket_mobile i {
		right: 14px;
		top: -22px;
	}

	.new .index_sale_list .isl_info .stockblock .avai {
		width: 100%;
	}

	.new .index_sale_list .isl_info .stockblock .dost {
		width: 100%;
	}

	.new .index_hit .index_sale_list .isl_name {
		max-height: 34px;
		overflow: hidden;
	}

	.new .index_sale_list .isl_name {
		max-height: 34px;
		overflow: hidden;
	}

	.new .index_sale_list .isl_info_l .isl_price {
		font-size: 14px;
	}

	.new .index_sale_list .isl_info_l .isl_old_price span:nth-child(2) {
		font-size: 14px;
	}

	.new .index_sale_list .isl_nav .mb-16 a {
		height: 30px;
	    line-height: 11px;
		padding-left: 30px;
	}

	.new .index_sale_list .isl_nav .mb-16 a:before {
		top: 4px;
	}

	.new .index_inner .index_sale .btn_main {
		height: 35px;
		line-height: 32px;
	}

	.new .about_main_comp p.mediar_p {
		font-size: 12px;
	}

	.newfooter .f_list li:nth-child(1) .fl_title:before {
		right: -8px;
	}

	.newfooter .f_list li:nth-child(2) .fl_title:before {
		right: -7px;
	}

	.newfooter .f_list li:nth-child(3) .fl_title:before {
		right: 80px;
	}

	.newcatalog .content_inner_right .cl_category-img img {
		height: 70px;
	}
}






/* End */


/* Start:/local/templates/view/css/fonts.css?16607714351346*/
@charset "UTF-8";
@font-face {
	font-display: swap;
  font-family: 'Roboto';
  src: url("/local/templates/view/css/./fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("/local/templates/view/css/./fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
	font-display: swap;
  font-family: 'Roboto';
  src: url("/local/templates/view/css/./fonts/Roboto/Roboto-BoldItalic.woff2") format("woff2"), url("/local/templates/view/css/./fonts/Roboto/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
	font-display: swap;
  font-family: 'Roboto';
  src: url("/local/templates/view/css/./fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("/local/templates/view/css/./fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-display: swap;
  font-family: 'Roboto';
  src: url("/local/templates/view/css/./fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("/local/templates/view/css/./fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/*@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');*/

@font-face {
  font-family: Montserrat;
  src: url("/local/templates/view/css/fonts/Montserrat/Montserrat-Regular.ttf");
	font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  src: url("/local/templates/view/css/fonts/Montserrat/Montserrat-Bold.ttf");
	font-weight: 700;
  font-style: bold;
}
/* End */


/* Start:/local/templates/view/css/slick.css?16607714355798*/
@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
/*.slick-loading .slick-list { background: #fff url("/local/templates/view/css/./ajax-loader.gif") center center no-repeat; }*/
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; outline: none !important; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-prev, .slick-next {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #000;
	top: 50%;
	margin-top: -15px;
	/*overflow: hidden;*/
	border: none;
	display: block;
	text-indent: -99999999999px;
	z-index: 50;
	outline-style: none;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	border: 1px solid #CFD0D6;
	box-sizing: border-box;
	top: 50%;
	margin-top: -20px;
	box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
	background: #FFF;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

	.slick-prev {
		left: 0;
		background-position: left top;
	}

	.slick-next {
		right: 0;
		background-position: right top;
	}


.slick-prev svg, .slick-next svg {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -7px;
	z-index: 30;
}

.slick-prev:before, .slick-next:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 4px;
	left: -5px;
	top: -5px;
	border: 1px solid #CFD0D6;
	opacity: 0;
	background: #FFF;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	box-shadow: 2px 2px 4px rgba(64, 67, 85, 0.2);
	-webkit-transform: scale(0.8);
	   -moz-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	     -o-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

.slick-prev:hover svg path, .slick-next:hover svg path {
	stroke: #CB3C45;
}

.slick-prev:active svg path, .slick-next:active svg path {
	stroke: #732635;
}

.slick-prev:focus:before, .slick-next:focus:before {
		opacity: 1;
		-webkit-transform: scale(0.8);
		   -moz-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		     -o-transform: scale(0.8);
		        transform: scale(0.8);
	}

.slick-prev:hover:before, .slick-next:hover:before {
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.slick-prev:active:before, .slick-next:active:before {
	opacity: 1;
	-webkit-transition: 0.2s;
	   -moz-transition: 0.2s;
	    -ms-transition: 0.2s;
	     -o-transition: 0.2s;
	        transition: 0.2s;
	-webkit-transform: scale(0.8) !important;
	   -moz-transform: scale(0.8) !important;
	    -ms-transform: scale(0.8) !important;
	     -o-transform: scale(0.8) !important;
	        transform: scale(0.8) !important;
}

/* Dots */
.slick-dots {
	position: absolute;
	bottom: 0;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	bottom: 60px;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-left: 8px;
	margin-right: 8px;
}
.slick-slide > div, .slick-slide > div > div {
	display: block !important;
	overflow: hidden;
}
.slick-dots li button {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	background: #000;
	width: 16px;
	height: 5px;
	border: none;
	cursor: pointer;
}

	.slick-dots .slick-active button, .slick-dots li button:hover {
		background: red;
	}

.slick-dots {
    text-align: right;
    padding-right: 16px;
    display: block;
    height: 8px;
    bottom: 16px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.slick-dots li {
    margin: 0;
    margin-left: 8px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    background: #5D6275;
    opacity: 0.4;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}

.slick-dots li button:hover, .slick-dots .slick-active button {
    opacity: 1;
    background: linear-gradient(180deg, #CB3C45 0%, rgba(114, 19, 37, 0) 100%), #721325;
}

/* End */


/* Start:/local/templates/view/css/jquery.mCustomScrollbar.css?166077143553580*/
/*
== malihu jquery custom scrollbar plugin ==
Version: 3.0.2 
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{}

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ 
		padding-right: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ 
		padding-bottom: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(/local/templates/view/css/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 2px;
		background-color: #fff; background-color: rgba(255,255,255,0.75) !important;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 0 !important;
		        border-radius: 0 !important;
		    background: #000 !important;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

/* End */


/* Start:/local/templates/view/components/bitrix/menu/site_top/style.css?166077143544*/
.hl_nav li.active a{
    color: #cb3c45;
}
/* End */


/* Start:/local/templates/view/components/bitrix/system.auth.form/user_header_2020/style.css?1660771435190*/
#auth-form-data-hidden{
	display:none;
}
.link-password-sms {
    font-size: 14px;
    line-height: 20px;
    color: #732635;
	font-weight:normal; 
}
.hl_login{
	cursor:pointer;
}
/* End */


/* Start:/local/templates/view/components/threeweb.rsp004/geoip.lite/geo_2019/style.css?166077143544*/
.one-order-page .hl_city{
	display:none;
}
/* End */


/* Start:/local/templates/view/components/bitrix/sale.location.selector.search/header_geo_ip_2019/style.css?1660771435701*/

.res_data{
	display:none;
    background-color: #fff;
	z-index: 10;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
	width: 100%;
	border: 1px solid #CFD0D6;
	box-sizing: border-box;
	box-shadow: inset 2px 2px 2px rgba(64, 67, 85, 0.15);
}

.res_data span
{
	padding: 5px;
	cursor: pointer;
	margin-top: 10px;
}

.res_data span {
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: var(--c3);
    line-height: 120%;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.res_data span:hover {
    color: var(--c2);
	text-decoration: underline;
}
/* End */


/* Start:/local/templates/view/components/three/three.mlm/mlm_inner_2020/style.css?166077143562*/
.mobile_donor_first,
.mobile_donor_second{
	display:none;
}
/* End */


/* Start:/local/templates/view/components/bitrix/search.page/search_ajax/style.css?166077143537*/
.result_stt > li a{
	display:block;
}
/* End */


/* Start:/local/templates/view/components/bitrix/catalog.compare.list/hcl_2020/style.css?1660771435401*/
.bot_m_com{
	position:relative;
}
.bot_m_com i.compare-count{
    display: block;
    font-style: normal;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 13px;
    position: absolute;
    left: 30px;
    top: 0px;
    z-index: 20;
    font-size: 10px;
    color: #FFF !important;
	background:#CB3C45;
	border: 1px solid  #fff;
    border-radius: 50%;

}
/* End */


/* Start:/local/templates/view/components/3-web/wishlist.controll.line/wlcl_2020/style.css?1660771435402*/
.bot_m_fav{
	position:relative;
}
.bot_m_fav i.favorite-count{
    display: block;
    font-style: normal;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 13px;
    position: absolute;
    left: 30px;
    top: 0px;
    z-index: 20;
    font-size: 10px;
    color: #FFF !important;
	background:#CB3C45;
	border: 1px solid  #fff;
    border-radius: 50%;

}
/* End */


/* Start:/local/templates/view/components/bitrix/sale.basket.basket.line/basket_top_2020/style.css?166077143537*/
.hidden{
	display:none!important;
}
/* End */
/* /local/templates/view/css/style.css?1660771435226020 */
/* /local/templates/view/css/custom.css?166077143523673 */
/* /local/templates/view/css/customnew.css?1660771435215771 */
/* /local/templates/view/css/customandrew.css?1660771435109914 */
/* /local/templates/view/css/fonts.css?16607714351346 */
/* /local/templates/view/css/slick.css?16607714355798 */
/* /local/templates/view/css/jquery.mCustomScrollbar.css?166077143553580 */
/* /local/templates/view/components/bitrix/menu/site_top/style.css?166077143544 */
/* /local/templates/view/components/bitrix/system.auth.form/user_header_2020/style.css?1660771435190 */
/* /local/templates/view/components/threeweb.rsp004/geoip.lite/geo_2019/style.css?166077143544 */
/* /local/templates/view/components/bitrix/sale.location.selector.search/header_geo_ip_2019/style.css?1660771435701 */
/* /local/templates/view/components/three/three.mlm/mlm_inner_2020/style.css?166077143562 */
/* /local/templates/view/components/bitrix/search.page/search_ajax/style.css?166077143537 */
/* /local/templates/view/components/bitrix/catalog.compare.list/hcl_2020/style.css?1660771435401 */
/* /local/templates/view/components/3-web/wishlist.controll.line/wlcl_2020/style.css?1660771435402 */
/* /local/templates/view/components/bitrix/sale.basket.basket.line/basket_top_2020/style.css?166077143537 */
