@font-face {
  font-family: 'RobotoCondensedBold';
  src: url('../fonts/RobotoCondensedBold.eot');
  src: url('../fonts/RobotoCondensedBold86d7.eot?iefix') format('eot'), url('../fonts/RobotoCondensedBold.woff') format('woff'), url('../fonts/RobotoCondensedBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensedLight';
  src: url('../fonts/RobotoCondensedLight.eot');
  src: url('../fonts/RobotoCondensedLight86d7.eot?iefix') format('eot'), url('../fonts/RobotoCondensedLight.woff') format('woff'), url('../fonts/RobotoCondensedLight.ttf') format('truetype');
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoCondensedRegular';
  src: url('../fonts/RobotoCondensedRegular.eot');
  src: url('../fonts/RobotoCondensedRegular86d7.eot?iefix') format('eot'), url('../fonts/RobotoCondensedRegular.woff') format('woff'), url('../fonts/RobotoCondensedRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
}
body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #000000;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  font-weight: lighter;
}
.parent:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
li {
  list-style: none;
}
button {
  outline: none;
}
.shadow-menu{
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10;
  background: rgba(0,0,0,.2);
}
.shadow-menu.shadow-menu-active{
  display: block;
  background: none;
}
.page {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .page {
    width: 100%;
    margin: auto;
    overflow: visible;
    position: relative;
  }
}
/*::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 5px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background-color: #ecedee;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #d3d3d3;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #b5b5b5;
}
::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}
::-webkit-scrollbar {
  width: 2px;
}*/
.your-city {
  display: none;
}
@media screen and (min-width: 768px) {
  .your-city .container{
    text-align: center;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 250px;
  }
  .city-d{
    position: absolute;
    top: 0;
    left: 15px;
  }
  .enter-d{
    position: absolute;
    top: 1px;
    right: 15px;
  }
  .your-city {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 30px;
    background-color: #707070;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .your-city .city-d {
    display: inline-block;
    font-size: 16px;
  }
  .your-city .city-d a {
    color: #fff;
    padding-left: 5px;
  }
  .your-city .phone-d {
    display: inline-block;
    font-size: 20px;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
    text-decoration: none;
    color: #ffffff;
  }
  .your-city .city-d a:hover,
  .your-city .phone-d:hover{
    color: #d7b2ff;
  }
  .your-city .enter-d {
    display: block;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    color: #fff;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
    padding-left: 25px;
    height: 18px;
    line-height: 18px;
  }
  .your-city .enter-d:after{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .enter-d-in:after{
    background: url("../img/log-in-w.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .enter-d-out:after{
    background: url("../img/log-out-w.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .enter-d-cab:after{
    background: url("../img/avatar-w.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .your-city .enter-d:hover{
    color: #d7b2ff;
    cursor: pointer;
  }
  .enter-d-cab{
    right: 105px;
  }
}
@media screen and (min-width: 1280px) {
  .your-city .container {
    width: 1180px;
  }
  .city-d{
    left: 0;
  }
  .enter-d{
    right: 0;
  }
  .enter-d-cab{
    right: 90px;
  }
}
.header {
  background-color: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 80;
}
/*ms начало*/
.go-top{
  display: block;
  position: fixed;
  right: 0px;
  bottom: 35px;
}
.go-top-wrapper{
  width: 100%;
  display: flex;
  column-gap: 15px;
  align-items: center;
  justify-content: center;
}
.go-top-wh-icon img{
  width: 45px;
  height: 45px;
}
.go-top-wh-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse 2s infinite ease-in-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.9;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.go-top-icon{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 54px;
  height: 34px;
  border-radius: 10px;
  cursor: pointer;
  background: #ececec;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  color: #3b3b3b;
  box-shadow: 0 0 6px rgba(0,0,0,.3);
}
.go-top-icon img{
  width: 18px;
  height: 18px;
}
/*ms конец*/
@media screen and (min-width: 480px) {
  .header {
    padding: 15px 0;
  }
}
@media screen and (min-width: 640px) {
  .header {
    padding: 20px 0;
  }
  .go-top{
    right:  30px;
    bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding: 50px 0 20px;
    position: relative;
    box-shadow: none;
    height: 62px;
  }
  .product-num{
    display: none !important;
  }
  .logo{
    display: block !important;
  }
}
.header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .header .container {
    width: 1180px;
    margin: auto;
  }
}
.header .product-num {
  display: none;
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  align-items: center;
  overflow: hidden;
  padding: 3px 0;
}
.header .product-num span{
  display: block;
  max-height: 32px;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .header .product-num {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    padding: 15px 0;
  }
}
@media screen and (min-width: 640px) {
  .header .product-num {
    font-size: 18px;
    padding: 24.5px 0;
  }
}
@media screen and (min-width: 640px) {
  .header .product-num {
    font-size: 18px;
    padding: 15px 0;
    margin-left: 30px;
    height: 40px;
    line-height: 40px;
  }
}
.header .hamburger {
  display: block;
  width: 43px;
  min-width: 43px;
  height: 26px;
  margin-right: 15px;
  margin-left: 10px;
  background: url("../img/menu-hamburger.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  border: none;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .header .hamburger {
    width: 50px;
    height: 30px;
  }
}
@media screen and (min-width: 640px) {
  .header .hamburger {
    margin-left: 30px;
    margin-right: 35px;
    width: 60px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .header .hamburger {
    display: none;
  }
}
.header .close {
  background: url("../img/cancel.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.header .logo {
  width: 100px;
  height: 38px;
  display: block;
  background: url("../img/logo.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 480px) {
  .header .logo {
    width: 145px;
    height: 50px;
  }
}
@media screen and (min-width: 640px) {
  .header .logo {
    width: 165px;
    height: 70px;
  }
}
@media screen and (min-width: 768px) {
  .header .logo {
    width: 150px;
    height: 62px;
  }
}
.header .header-icons,
.main-nav-wrap .menu_icons,
.container-bottom .menu_icons{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}
@media screen and (min-width: 640px) {
  .header .header-icons {
    margin-right: 30px;
  }
}
.header .header-icons label {
  display: none;
}
.header .header-icons label .ico-sear-desk {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .header-icons,
  .main-nav-wrap .menu_icons,
  .container-bottom .menu_icons {
    margin-right: 0;
  }
  .header .header-icons label {
    display: inline-block;
    position: absolute;
    width: 50%;
    height: 30px;
    right: 180px;
    top: 12px;
  }
  .header .header-icons label .ico-sear-desk {
    display: inline-block;
    position: absolute;
    top: 6px;
    right: 10px;
    width: 25px;
    height: 25px;
    opacity: .5;
  }
}
.header .header-icons .search {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .header-icons .search {
    display: inline-block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px 0 10px 15px;
    width: 100%;
    outline: none;
  }
  .header .header-icons label {
    width: 30%;
    right: 50%;
    top: 61px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.header .header-icons .total-price {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header .header-icons .total-price,
  .main-nav-wrap .total-price,
  .container-bottom .total-price{
    display: inline-block;
    font-family: 'RobotoCondensedBold', Arial, sans-serif;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    top: 5px;
    color: #000000;
    font-weight: normal;
    white-space: nowrap;
  }
}
.header .header-icons .ico ,
.main-nav-wrap .ico,
.container-bottom .ico{
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 8px;
  position: relative;
}
@media screen and (min-width: 480px) {
  .header .header-icons .ico {
    width: 34px;
    height: 34px;
  }
}
@media screen and (min-width: 640px) {
  .header .header-icons .ico {
    width: 40px;
    height: 40px;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .header .header-icons .ico,
  .main-nav-wrap .ico,
  .container-bottom .ico {
    width: 30px;
    height: 30px;
  }
}
.header .header-icons .ico-sear {
  background: url("../img/magnifying-glass.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .header .header-icons .ico-sear {
    display: none;
  }
}
.header .header-icons .ico-likes {
  background: url("../img/like.png") 0 0 no-repeat;
  -webkit-background-size: contain !important;
  background-size: contain !important;
}
.header .header-icons .ico-likes.active_ico-likes{
  background-image: url('../img/like-c.png');
}
@media screen and (min-width: 640px) {
  .header .header-icons .ico-likes {
    margin: 0 30px;
  }
}
@media screen and (min-width: 1280px) {
  .header .header-icons .ico-likes {
    margin: 0;
    padding-right: 25px;
    border-right: 1px solid #ccc;
  }
}
.header .header-icons .ico-cart ,
.main-nav-wrap .ico-cart,
.container-bottom .ico-cart{
  background: url("../img/shopping-cart.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .header .header-icons .ico-cart ,
  .main-nav-wrap .ico-cart,
  .container-bottom .ico-cart{
    margin-left: 25px;
    margin-right: 30px;
  }
}
.header .header-icons .ico-cart .circle ,
.main-nav-wrap .ico-cart .circle,
.container-bottom .ico-cart .circle{
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: -8px;
  top: -8px;
  background-color: #45226a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 2.3;
  font-size: 11px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
}
@media screen and (min-width: 480px) {
  .header .header-icons .ico-cart .circle {
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 2.4;
  }
}
@media screen and (min-width: 640px) {
  .header .header-icons .ico-cart .circle {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 2.5;
    top: -12px;
    right: -12px;
  }
}
@media screen and (min-width: 768px) {
  .header .header-icons .ico-cart .circle,
  .main-nav-wrap .ico-cart .circle,
  .container-bottom .ico-cart .circle{
    width: 28px;
    height: 28px;
    font-size: 12px;
    top: -8px;
  }
}
.mob_nav {
  position: fixed;
  top: 0;
  left: -85%;
  width: 85%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 11;
  background: #f9f9f9;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .mob_nav {
    display: none;
  }
}
.mob_nav .first-level {
  margin-top: 57px;
}
@media screen and (min-width: 480px) {
  .mob_nav .first-level {
    margin-top: 80px;
  }
}
@media screen and (min-width: 640px) {
  .mob_nav .first-level {
    margin-top: 110px;
  }
}
.mob_nav li.nav-btn {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  background-color: #f9f9f9;
}
.after-menu li{
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  background-color: #f9f9f9;
}
#mob_nav .city a {
  display: block;
  padding: 10px 10px 0;
}
.city-mob-drop{
  display: none;
  margin-top: 10px;
  position: relative;
}
.city_title{
  color: #45226a;
  font-size: 18px;
  margin-right: 5px;
}
.city-bot-title{
  margin-bottom: 3px;
}
#mob_nav .city{
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mob-login-menu {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  background-color: #ededed;
  display: flex;
  justify-content: space-between;
}
.mob-login-menu button, .mob-login-menu a{
  text-decoration: underline;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 18px;
  display: block;
  color: #45226a;
  background-color: transparent;
  border: none;
  padding: 0 0 0 25px;
  font-family: 'RobotoCondensedLight', sans-serif;
  font-weight: lighter;
  position: relative;
}
.mob-login-menu button:after, .mob-login-menu a:after{
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 3px;
}
.mob-login-in:after{
  background: url("../img/log-in-c.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.mob-login-menu .enter-d-out:after{
  background: url("../img/log-out-c.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.mob-login-menu .enter-d-cab:after{
  background: url("../img/avatar-c.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 480px) {
  .mob_nav li.nav-btn {
    padding: 14px 0;
  }
}
@media screen and (min-width: 640px) {
  #mob_nav .city a {
    padding: 25px 25px 0;
  }
  .city_title{
    font-size: 22px;
    line-height: 26px;
    margin-right: 10px;
  }
  .city-bot-title{
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  #mob_nav .city{
    padding-bottom: 25px;
  }
  .mob_nav li.nav-btn {
    padding: 25px 0;
  }
  .mob-login-menu{
    padding: 25px;
  }
}
.mob_nav li a, .mob_nav li span {
  text-decoration: none;
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 10px;
  font-size: 18px;
  cursor: pointer;
}
.mob_nav .sub-nav li a{
  margin-left: 20px;
}
.mob_nav .second-ul li a{
  margin-left: 30px;
  padding: 5px 0;
}
.mob_nav .second-ul li.first{
  margin-left: 20px;
  padding: 10px 0;
}
.mob_nav .second-ul li.first a{
  margin-left: 0;
  padding: 0;
}
.mob_nav .right-lv{
  padding-bottom: 5px;
}
@media screen and (min-width: 480px) {
  .mob_nav li a, .mob_nav li span {
    font-size: 20px;
  }
}
@media screen and (min-width: 640px) {
  .mob_nav li a, .mob_nav li span {
    font-size: 32px;
    margin-left: 30px;
  }
}
.mob_nav .city {
  background-color: #ededed;
}
.mob_nav .city a {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  color: #45226a;
}
.mob_nav .city>div{
  margin-top: 15px;
}
@media screen and (min-width: 640px) {
  .mob_nav .city a {
    font-size: 28px;
  }
  .mob_nav .city > div {
    margin-top: 20px;
  }
}
.mob_nav .city a .city_ico {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../img/placeholder-color.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (min-width: 480px) {
  .mob_nav .city a .city_ico {
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
  }
  .mob-login-menu button:after, .mob-login-menu a:after{
    width: 18px;
    height: 18px;
    top: 1px;
  }
  .mob-login-menu button, .mob-login-menu a{
    padding-left: 28px;
  }
}
@media screen and (min-width: 640px) {
  .mob_nav .city a .city_ico {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
  .mob-login-menu button:after, .mob-login-menu a:after{
    width: 25px;
    height: 25px;
    top: 4px;
  }
  .mob-login-menu button, .mob-login-menu a{
    padding-left: 40px;
    font-size: 28px;
  }
}
.select-city{
  display: block;
  position: relative;
  float: left;
  width: calc(100% - 60px);
  margin-left: 10px;
}
.mob_nav .city *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mob_nav .city .enter-city {
  display: block;
  padding: 8px 0 8px 14px;
  font-size: 14px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 100%;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
}
@media screen and (min-width: 480px) {
  .mob_nav .city .enter-city {
    font-size: 16px;
    padding: 10px 0 10px 16px;
  }
  .select-city{
    width: calc(100% - 68px);
  }
}
@media screen and (min-width: 640px) {
  .mob_nav .city .enter-city {
    padding: 20px 0 20px 30px;
    font-size: 24px;
  }
  .select-city{
    width: calc(100% - 112px);
    margin-left: 25px;
  }
}
.mob_nav .city .btn-ok {
  display: block;
  float: left;
  padding: 7px 8px;
  border: none;
  background-color: transparent;
  margin-left: 8px;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
}
@media screen and (min-width: 480px) {
  .mob_nav .city .btn-ok {
    font-size: 18px;
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 640px) {
  .mob_nav .city .btn-ok {
    font-size: 32px;
    height: 69px;
    width: 69px;
  }
}
.mob_nav .cat {
  position: relative;
}
.mob_nav>ul.nav-ul>li>span {
  text-transform: uppercase;
  position: relative;
  display: block;
  width: auto;
}
.mob_nav>ul.nav-ul>li>span:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url("../img/down.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: 3px;
}
.mob_nav>ul.nav-ul>li.active>span:before {
  background: url("../img/up.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.small-logo, .main-nav-wrap .menu_icons{
  display: none;
}
@media screen and (min-width: 480px) {
  .mob_nav>ul.nav-ul>li>span:before {
    width: 18px;
    height: 18px;
    top: 3px;
    right: 15px;
  }
}
.mob_nav .sub-nav {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: -10px;
}
.mob_nav .sub-nav ul {
  width: 100%;
}
.mob_nav .sub-nav li {
  border-bottom: none;
  background-color: #fff;
}
.mob_nav .sub-others a, .mob_nav .left-lv a{
  text-transform: none;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 20px;
  padding: 10px 0;
}
.mob_nav .left-lv{
  border-bottom: 1px solid #ccc;
}
.mob_nav .third-block a{
  color: #45226a;
}
@media screen and (min-width: 480px) {
  .mob_nav .sub-nav {
    margin-top: 14px;
    margin-bottom: -14px;
  }
  .mob_nav .sub-others a, .mob_nav .left-lv a{
    font-size: 20px;
  }
}
@media screen and (min-width: 640px) {
  .mob_nav .sub-others a, .mob_nav .left-lv a{
    font-size: 30px;
    margin-left: 50px;
  }
  .mob_nav>ul.nav-ul>li>span:before {
    width: 30px;
    height: 20px;
    top: 8px;
    right: 30px;
  }
  .mob_nav .second-ul li.first,
  .mob_nav .sub-others a,
  .mob_nav .left-lv a,
  .mob_nav .sub-nav li a{
    margin-left: 50px;
    padding: 14px 0;
  }
  .mob_nav .second-ul li a{
    margin-left: 60px;
    padding: 5px 0;
  }
  .mob_nav .second-ul li.first a{
    margin-left: 0;
    padding: 0;
  }
  .mob_nav .sub-nav>ul, .mob_nav .sub-nav>div{
    padding: 10px 0;
  }
  .mob_nav .left-lv{
    padding-bottom: 5px;
  }
  .mob_nav .right-lv {
    padding-top: 5px;
    padding-bottom: 10px;
  }
  .mob_nav .sub-nav {
    margin-top: 25px;
    margin-bottom: -25px;
  }
}
.mob_nav .sub-nav .third-level {
  margin-top: 10px;
  margin-bottom: -10px;
}
.mob_nav .sub-nav .third-level li {
  padding: 5px 0;
  margin-left: 10px;
}
.mob_nav .second-ul a {
  font-size: 14px;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  color: #6a6a6a;
  font-weight: lighter;
}
.mob_nav .sub-nav .see-all {
  padding: 15px 0 10px 0;
}
@media screen and (min-width: 640px) {
  .mob_nav .sub-nav .see-all {
    padding: 20px 0 15px 0;
  }
}
.mob_nav .sub-nav .see-all .see {
  text-transform: uppercase;
  color: #45226a;
}
@media screen and (min-width: 640px) {
  .mob_nav .sub-nav .see-all .see {
    font-size: 24px;
  }
}
.mob_nav .sec-2 {
  margin-top: 10px;
  margin-bottom: -10px;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 640px) {
  .mob_nav .sec-2 {
    margin-top: 25px;
    margin-bottom: -25px;
  }
}
.mob_nav .second-ul li.first a {
  font-size: 14px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  color: #000;
}
@media screen and (min-width: 480px) {
  .mob_nav .second-ul li.first a,
  .mob_nav .second-ul a{
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  .mob_nav .second-ul li.first a {
    font-size: 28px;
  }
}
.mob_nav .others {
  background-color: #ededed;
}
.mob_nav .others a {
  display: block;
  padding: 10px 0;
}
.mob_nav .o-1 a:first-child {
  text-transform: uppercase;
  color: #45226a;
}
@media screen and (min-width: 640px) {
  .mob_nav .o-1 a:first-child {
    font-size: 30px;
  }
}
.mob_nav .o-1 a:last-child {
  text-transform: uppercase;
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .mob_nav .o-1 a:last-child {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  .mob_nav .o-1 a:last-child {
    font-size: 24px;
  }
}
.mob_nav .o-2 a {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .mob_nav .o-2 a {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  .mob_nav .o-2 a {
    font-size: 26px;
  }
}
.mob_nav .o-3 button {
  font-size: 20px;
  color: #45226a;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  position: relative;
  padding-left: 25px;
}
@media screen and (min-width: 480px) {
  .mob_nav .o-3 button {
    font-size: 22px;
  }
}
@media screen and (min-width: 640px) {
  .mob_nav .o-3 button {
    font-size: 30px;
    padding-left: 50px;
  }
}
.mob_nav .o-3 .enter {
  margin-left: 10px;
}
@media screen and (min-width: 640px) {
  .mob_nav .o-3 .enter {
    margin-left: 30px;
  }
}
.mob_nav .o-3 .enter:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/log-in.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (min-width: 640px) {
  .mob_nav .o-3 .enter:before {
    width: 30px;
    height: 40px;
    top: -3px;
  }
}
.mob_nav .o-3 .reg {
  margin-left: 30px;
}
@media screen and (min-width: 640px) {
  .mob_nav .o-3 .reg {
    margin-left: 120px;
  }
}
.mob_nav .o-3 .reg:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/avatar.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (min-width: 640px) {
  .mob_nav .o-3 .reg:before {
    width: 30px;
    height: 40px;
    top: -3px;
  }
}
.mob_nav .o-4 {
  border-bottom: none;
  padding: 0;
}
@media screen and (min-width: 640px) {
  .mob_nav .o-4 {
    padding: 20px 0;
  }
}
.mob_nav .o-4 a {
  font-size: 20px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  position: relative;
  display: block;
  padding-left: 30px;
}
@media screen and (min-width: 480px) {
  .mob_nav .o-4 a {
    font-size: 20px;
  }
}
@media screen and (min-width: 640px) {
  .mob_nav .o-4 a {
    font-size: 28px;
    padding-left: 50px;
  }
}
.mob_nav .o-4 a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/phone-call.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 640px) {
  .mob_nav .o-4 a:before {
    width: 30px;
    height: 30px;
  }
}
.main-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-nav {
    display: block;
    height: 58px;
    width: 100%;
    white-space: nowrap;
  }
  .main-nav-wrap{
    background-color: #f4f4f4;
    position: relative;
  }
  .main-nav-center{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
  }
  .main-nav>ul {
    display: table;
    width: 99%;
    margin: auto;
  }
  .main-nav>ul>li {
    display: table-cell;
    text-align: center;
    margin: 0 -5px;
  }
  .main-nav>ul>li>span {
    width: auto;
    height: 100%;
    display: block;
    text-decoration: none;
    color: #000;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
    font-size: 16px;
    padding: 20px 5px 20px 5px;
  }
  .main-nav>ul>.active>span {
    color: #45226a;
    border-bottom: 2px solid #45226a;
    padding-bottom: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .main-nav>ul {
    width: 1180px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: auto;
  }
  .main-nav>ul>li {
    margin: 0 -20px;
  }
  .main-nav>ul>li>span {
    padding: 20px 20px;
  }
}
.sub-nav {
  display: none;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .sub-nav {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 98;
  }
  .sub-nav ul {
    padding: 10px 15px;
  }
  .sub-nav ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 1px 0;
  }
  .sub-nav ul li a:hover {
    color: #45226a;
  }
  .sub-nav ul .first a {
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
    font-size: 18px;
  }
  .sub-nav ul .first{
    min-height: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .sub-nav .left-lv {
    border-right: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 30px;
    margin-right: 15px;
  }
  .sub-nav .left-lv .block {
    padding: 10px 0;
    width: 100%;
  }
  .sub-nav .left-lv .block a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    padding: 1px 0;
  }
  .sub-nav .left-lv .block a:hover {
    color: #45226a;
  }
  .sub-nav .left-lv .second-block {
    margin-top: 5px;
    padding-bottom: 60px;
  }
  .sub-nav .left-lv .second-block a {
    color: #919191;
  }
  .sub-nav .left-lv .third-block {
    bottom: 15px;
  }
  .sub-nav .left-lv .third-block a {
    color: #45226a;
    text-decoration: underline;
  }
  .sub-nav .right-lv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1280px) {
  .sub-nav .left-lv {
    padding-left: 0;
    padding-right: 40px;
    margin-right: 40px;
  }
  .sub-nav {
    width: 100%;
    left: 0;
  }
  .sub-nav ul {
    padding: 10px 40px 10px 0;
  }
  .sub-nav .left-lv {
    height: 100%;
    position: relative;
  }
  .sub-nav .left-lv .third-block {
    bottom: 0;
  }
  .sub-nav .right-lv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    margin-right: -40px;
  }
}
@media screen and (min-width: 768px) {
  .sub-others {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: auto;
    padding: 25px 0;
  }
  .sub-others ul{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .sub-nav .sub-nav_in{
    width: 1180px;
    margin: 0 auto;
  }
  .sub-nav .sub-nav_in{
    display: flex;
    padding: 25px 0;
  }
  .sub-others ul li a {
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  }
  .sub-help-cont{
    display: flex;
    justify-content: flex-end;
  }
  .sub-help-cont ul{
    width: auto;
  }
}
.main-content {
  margin-top: 58px;
  width: 100%;
  height: 100%;
  position: relative;
  border-bottom: 1px solid #e8e7e9;
}
@media screen and (min-width: 480px) {
  .main-content {
    margin-top: 80px;
  }
}
@media screen and (min-width: 640px) {
  .main-content {
    margin-top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .main-content {
    margin-top: 0;
  }
}
@media screen and (min-width: 480px) {
  .main-content .desktop-container {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .sub-others ul, .sub-help-cont{
    width: 1180px;
    margin: 0 auto;
    padding: 0;
  }
  .fixedtop .sub-help-cont{
    padding-right: 185px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-content .desktop-container {
    width: 1180px;
    margin: auto;
    position: relative;
  }
  .main-content {
    margin-top: 0;
  }
  .sub-help-cont ul{
    width: auto;
    margin: 0;
  }
}

.main-content .breadcrumbs {
  display: block;
  padding: 25px 15px 0;
}
.main-content .breadcrumbs a, .main-content .breadcrumbs span {
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  color: #6a6a6a;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 3px;
}
.main-content .breadcrumbs a:first-child:hover, .main-content .breadcrumbs a:hover span{
  color: #45226a;
}
@media screen and (min-width: 640px) {
  .main-content .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .main-content .breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }
  .main-content .banners {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: 140px;
    width: 100%;
    padding: 1% 0;
    z-index: 40;
  }
}
.main-content .banners .ban {
  display: block;
  width: 100%;
  height: auto;
  padding: 20% 0;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .main-content .banners .ban {
    width: 49%;
    padding: 11% 0;
    display: inline-block;
  }
}
.main-content .banners .ban .ban-content {
  width: 50%;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 480px) {
  .main-content .banners .ban .ban-content {
    font-size: 26px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .banners .ban .ban-content {
    font-size: 33px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .banners .ban .ban-content {
    font-size: 24px;
  }
}
.main-content .banners .ban .ban-content p {
  margin-bottom: 20px;
}
.main-content .banners .ban .ban-content a {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .main-content .banners .ban .ban-content a {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .banners .ban .ban-content a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .banners .ban .ban-content a {
    font-size: 18px;
  }
}
.main-content .banners .banner-first {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.main-content .banners .banner-first .ban-content {
  right: 10px;
}
.main-content .banners .banner-second {
  margin-top: 5px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (min-width: 1280px) {
  .main-content .banners .banner-second {
    margin-top: 0;
  }
}
.main-content .banners .banner-second .ban-content {
  left: 10px;
}
.main-content .banners .banner-second .ban-content a {
  color: #fff;
}
.main-content .filter {
  padding: 0 10px;
  margin-top: 10px;
}
@media screen and (min-width: 480px) {
  .main-content .filter {
    padding: 0 15px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter {
    width: 100%;
    padding: 20px 0 0;
    margin: 0;
    position: relative;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .container-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
  }
}
.main-content .filter h1 {
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 5px;
  margin: 0;
  font-size: 1.5em;
}
@media screen and (min-width: 480px) {
  .main-content .filter h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .filter h1 {
    font-size: 36px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter h1 {
    padding-top: 0;
    min-width: 195px;
  }
}
.main-content .filter .radio {
  display: none;
}
.main-content .filter .radio-btn-block {
  margin: 15px 0;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .main-content .filter .radio-btn-block {
    margin: 30px 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .radio-btn-block {
    width: 430px;
    display: flex;
    margin-right: 195px;
  }
}
.main-content .filter .radio-btn-block label {
  width: 33.5%;
}
@media screen and (min-width: 1280px) {
  .main-content .filter .radio-btn-block label {
    display: block;
    width: 33.3333%;
    position: relative;
  }
  .main-content .filter .radio-btn-block label .custom-radio{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: auto;
  }
}
.main-content .filter .radio-btn-block .custom-radio {
  width: 32.4%;
  display: inline-block;
  height: 20px;
  border: 1px solid #e8e7e9;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  position: relative;
  font-size: 13px;
  padding: 4px 0;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 480px) {
  .main-content .filter .radio-btn-block .custom-radio {
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.4;
  }
}
@media screen and (min-width: 640px) {
  .main-content .filter .radio-btn-block .custom-radio {
    width: 33%;
    font-size: 24px;
    padding: 20px 0;
    line-height: 0.8;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .radio-btn-block .custom-radio {
    width: 32%;
    font-size: 16px;
    padding: 10px 0;
    line-height: 1.1;
  }
}
.main-content .filter .radio-btn-block .c-radio2 {
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 -3px 0 -4px;
}
@media screen and (min-width: 480px) {
  .main-content .filter .radio-btn-block .c-radio2 {
    margin: 0 -3.5px 0 -3.5px;
  }
}
.main-content .filter .radio-btn-block .c-radio3 {
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
@media screen and (min-width: 640px) {
  .main-content .filter .radio-btn-block .c-radio3 {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
}
.main-content .filter .radio-btn-block .radio:checked + .custom-radio {
  color: #45226a;
  border-color: #45226a;
}
.main-content .filter .sort-select {
  padding: 4px 0;
  border: 1px solid #ccc;
  width: 37%;
  font-size: 14px;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 480px) {
  .main-content .filter .sort-select {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .filter .sort-select {
    font-size: 24px;
    padding: 10px 5px;
    width: 40%;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .sort-select {
    width: 180px;
    font-size: 16px;
    padding: 8px 5px;
    margin-top: 30px;
  }
}
.main-content .filter .filter-btn {
  text-transform: uppercase;
  color: #45226a;
  position: relative;
  padding-left: 20px;
  display: inline-block;
  width: 24%;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .main-content .filter .filter-btn {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .filter .filter-btn {
    font-size: 26px;
    padding-left: 40px;
    width: 22%;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .filter-btn {
    display: none;
  }
}
.main-content .filter .filter-btn:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/filter-outline.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 2px;
}
@media screen and (min-width: 640px) {
  .main-content .filter .filter-btn:before {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}
.main-content .filter .amount {
  display: inline-block;
  width: 30%;
  text-align: right;
}
@media screen and (min-width: 480px) {
  .main-content .filter .amount {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .filter .amount {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .amount {
    width: auto;
    position: absolute;
    top: 42px;
    right: 200px;
    font-size: 16px;
  }
}
.main-content .filter .detail-filter {
  margin-bottom: 10px;
}
@media screen and (min-width: 640px) {
  .main-content .filter .detail-filter {
    margin-bottom: 30px;
  }
}
.main-content .filter .container-bottom {
  display: none;
}
@media screen and (min-width: 1280px) {
  .main-content .filter .container-bottom {
    display: flex;
    width: 100%;
  }
  .main-content .filter .container-bottom .full-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 22px;
    width: 97.5%;
  }
  .main-content .filter .container-bottom .full-filter button.select {
    border: none;
    font-size: 16px;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
    background-color: #fff;
    padding: 4px 27px 4px 0;
    color: #6a6a6a;
    cursor: pointer;
    position: relative;
    z-index: 10;
  }
  .main-content .filter .container-bottom .full-filter button.select:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: url(../img/down.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 7px;
    top: 12px;
  }
  .main-content .filter .container-bottom .full-filter .clear-all {
    display: none;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    height: 32px;
    border: 1px solid #ecebeb;
    border-radius: 3px;
    background: none;
    margin-bottom: 10px;
  }
  .main-content .filter .fixfiltr .full-filter .clear-all{
    background: #ffffff;
  }
  .main-content .filter .container-bottom .full-filter .clear-all:hover{
    background-color: rgb(153, 123, 185);
    color: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
  }
  .main-content .filter .container-bottom .full-filter .input-filter {
    display: none;
    position: relative;
    padding-right: 18px;
    margin-right: 10px;
  }
  .main-content .filter .container-bottom .full-filter .input-filter .for {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #ecebeb;
    padding: 2px 8px;
    outline: none;
    margin: 0 10px 0 0;
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    cursor: default;
    position: relative;
    z-index: 9;
  }
  .main-content .filter .container-bottom .full-filter .input-filter .clear {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    color: #45226a;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #ecebeb;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-align: center;
    cursor: pointer;
    z-index: 10;
  }
}
.main-content .filter .drop-blocks {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 11;
}
.main-content .filter .drop-block {
  display: none;
}
@media screen and (min-width: 1280px) {
  .main-content .filter .drop-block {
    display: none;
    min-width: 280px;
    width: auto;
    height: auto;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50px;
    border: 1px solid #fff;
    z-index: 12;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    padding: 20px 0;
  }
  .main-content .filter .drop-block:after,
  .main-content .filter .drop-block:before {
    content: '';
    background-color: #fff;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 3px;
    top: -11px;
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .main-content .filter .drop-block:before {
    z-index: 2;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 30px;
    height: 20px;
    top: -1px;
    left: -1px;
  }
  .main-content .filter .container-bottom .full-filter .drop-block button.reset {
    display: none;
    border: 1px solid #ccc;
    background-color: #fff;
    width: 100%;
    padding: 10px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
  }
  .main-content .filter .container-bottom .full-filter .drop-block button.reset:hover {
    border: none;
    padding: 11px 0;
    background-color: #45226a;
    color: #fff;
  }
  .container-m li{
    display: block;
    overflow: hidden;
    white-space: nowrap;
  }
  .main-content .filter .drop-block .reset-colors {
    width: 80%;
    padding: 6px 0;
    position: absolute;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.container-m{
  display: none;
}
.main-content .filter .drop-block .container-m {
  width: auto;
  height: auto;
  list-style: none;
  display: block;
}
.main-content .filter .drop-block li {
  display: block;
  position: relative;
}
.main-content .filter .drop-block .check-m {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 7;
}
.main-content .filter .drop-block .custom-check-m,
.main-content .filter .drop-block .label-m {
  display: inline-block;
  vertical-align: middle;
}
.main-content .filter .drop-block .custom-check-m {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 7px;
  top: 5px;
}
.main-content .filter .drop-block .check-m:checked + .custom-check-m:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/tick-c.png") center center no-repeat;
  -webkit-background-size: 70% auto;
  background-size: 70% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}
.select-color-total ul.container{
  display: none;
}
.select-color-total .colors-block ul.container{
  display: block;
  list-style: none;
}
.main-content .filter .colors-block ul.container li{
  position: relative;
}
.main-content .filter .colors-block .check-c {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .main-content .filter .drop-block .container-m {
    overflow: auto;
    padding: 0 20px;
  }
  .main-content .filter .drop-block .custom-check-m{
    top: 4px;
  }
  .main-content .filter .colors-block {
    display: none;
    height: auto;
    left: 0;
    top: calc(100% + 7px);
  }
  .main-content .filter .colors-block .container {
    padding-top: 40px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* display: block;
					width: 100%;
					height: 100%; */
  }
  .main-content .filter .colors-block li {
    display: inline-block;
  }
  .main-content .filter .colors-block .custom-check {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .main-content .filter .colors-block .custom-check:not(:first-child),
  .main-content .filter .colors-block .custom-check:not(:last-child) {
    margin-right: 4px;
    margin-left: 4px;
  }
  .main-content .filter .colors-block .check-c:checked + .custom-check:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("../img/tick-c.png") center center no-repeat;
    -webkit-background-size: 64% auto;
    background-size: 64% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .main-content .filter .colors-block .white {
    background-color: #fff;
    border: 1px solid #d0d0d0;
  }
  .main-content .filter .colors-block .gray {
    background-color: #333;
  }
  .main-content .filter .colors-block .black {
    background-color: #000;
  }
  .main-content .filter .colors-block .beige {
    background-color: #f7d38a;
  }
  .main-content .filter .colors-block .brown {
    background-color: #9f512d;
  }
  .main-content .filter .colors-block .yellow {
    background-color: #ffff00;
  }
  .main-content .filter .colors-block .orange {
    background-color: #f97f00;
  }
  .main-content .filter .colors-block .pink {
    background-color: #ffbfcb;
  }
  .main-content .filter .colors-block .red-c {
    background-color: #ed1c24;
  }
  .main-content .filter .colors-block .cyan {
    background-color: #00bfff;
  }
  .main-content .filter .colors-block .blue {
    background-color: #4169e1;
  }
  .main-content .filter .colors-block .purple {
    background-color: #8502ce;
  }
  .main-content .filter .colors-block .green {
    background-color: #2f970f;
  }
  .main-content .filter .colors-block .gold {
    background: url("../img/gold.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .main-content .filter .colors-block .silver {
    background: url("../img/silver.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .main-content .filter .colors-block .empty {
    background: url("../img/empty.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .material-block {
    top: calc(100% + 7px);
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .group-block {
    top: calc(100% + 7px);
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .type-block {
    top: calc(100% + 7px);
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .lock-block {
    top: calc(100% + 7px);
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .style-block {
    top: calc(100% + 7px);
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .theme-block {
    top: calc(100% + 7px);
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .metal-block {
    top: calc(100% + 7px);
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .insert-block {
    top: calc(100% + 7px);
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .brand-block {
    top: calc(100% + 7px);
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .sex-block {
    top: calc(100% + 7px);
    left: 0;
  }
}
.main-content .product-block {
  margin-top: 15px;
  display: block;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 640px) {
  .main-content .product-block {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .main-nav-total{
    display: block;
  }
}
.main-content .product-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.main-content .product-block .product-out{
  width: 49.5%;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content .product-block .product {
  overflow: hidden;
  display: flex;
  flex-direction: column; 
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 100%; 
}
@media screen and (min-width: 768px) {
  .main-content .product-block {
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 10px;
    border-bottom: none;
  }
  .main-content .product-block .product-out{
    width: 33.3333%;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block{
    padding-left: 0;
    padding-right: 0;
    margin-left: -20px;
  }
  .main-content .product-block .product-out {
    width: 280px;
    padding-left: 0;
    margin-bottom: 40px;
    margin-left: 20px;
  }
  .main-content .product-block .product-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: auto;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  /*.main-content .product-block .product-hover .details-block{*/
  /*  margin-top: 60px !important;*/
  /*}*/
}
.main-content .product-block .product .image-block {
  position: relative;
  width: 100%;
  height: auto;
  /*margin: auto;*/ 
}
.main-content .product-block .product .image-block .pr-status {
  position: absolute;
  left: 5px;
  top: 0;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  color: #45226a;
  background: #ffffff;
  padding-left: 2px;
  padding-right: 2px;
}
.main-content .product-block .product .image-block .status-hit{
  color: #ff72c5;
  left: 50px; 
}
.main-content .product-block .product .image-block .status-sale{
  color: #ff0000;
  left: 50px; 
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .image-block .pr-status {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .image-block .pr-status {
    font-size: 20px;
  }
}
.main-content .product-block .product .image-block .pr-like-ico{
  display: block;
  width: 50px;
  height: 30px; 
  background: url("../img/like.png") center center no-repeat;
  -webkit-background-size: 50%;
  background-size: 50%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.main-content .product-block .product .image-block .pr-like-ico:hover {
  background-image: url(../img/like-red.png);
}
.main-content .product-block .product .image-block .fast-prev{
  background: url("../img/eye.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  bottom: 5px;
  right: 10px;
  width: 0;
  padding-left: 25px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .image-block .fast-prev{
    height: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .image-block .pr-like-ico{
    
    /*width: 60px;*/
    /*height: 60px;*/
    top: 0;
    right: 0;
  }
  .main-content .product-block .product .image-block .fast-prev{
    height: 40px;
    padding-left: 40px;
    right: 30px;
    bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .image-block .pr-like-ico{
    width: 17px;
    height: 17px;
    top: 4px;
    right: 17px;
    -webkit-background-size: 100% !important;
    background-size: 100%; !important;
  }
  .cat_total{
    display: flex;
    text-decoration: none;
  }
  .cat_total:hover .total-price{
    color: #45226a;
  }
  .cat_total:hover .ico-cart{
    background: url("../img/shopping-cart-c.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .filter .colors-block .white {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-content .product-block .product .image-block .fast-prev {
    display: none;
    width: 100%;
    padding: 23px 0;
    background: rgba(194, 193, 195, 0.5);
    text-align: center;
    position: absolute;
    bottom: 3px;
    left: 0;
    cursor: pointer;
    font-size: 16px;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
    color: #9a9a9a;
  }
  .main-content .product-block .product .image-block .fast-prev:hover {
    color: #fff;
    background-color: rgba(215, 178, 255, 0.5);
  }
}
.main-content .product-block .product .image-block .pr-like-ico.red-ico {
  background: url("/img/like-c.png") center center no-repeat;
  -webkit-background-size: 50%;
  background-size: 50%;
}
.main-content .product-block .product .image-block .message {
  display: none;
  width: 20px;
  height: 20px;
  background: url("../img/chat.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 45px;
  -webkit-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .image-block .message {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .image-block .message {
    left: 55px;
    top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .image-block .message {
    width: 17px;
    height: 17px;
  }
}
.main-content .product-block .product .image-block .m-purple {
  background: url("../img/chat-purple.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.main-content .product-block .product .image-block .pr-message {
  display: none;
  position: absolute;
  top: 30px;
  left: 4px;
  width: 95%;
  height: 95px;
  resize: none;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .image-block .pr-message {
    top: 40px;
    height: 140px;
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .image-block .pr-message {
    width: 97.5%;
    height: 180px;
    font-size: 20px;
    top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .image-block .pr-message {
    width: 96.5%;
  }
}
.main-content .product-block .product .image-block .current-message {
  display: block;
  color: #45226a;
  position: absolute;
  bottom: 5px;
  width: 100%;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .image-block .current-message {
    font-size: 18px;
  }
}
.product .image-block>a, .basket_tov_item_img{
  display: block;
  position: relative;
  overflow: hidden;
}
.product .image-block>a img, .basket_tov_item_img img{
  display: block;
  width: 100%;
  height: auto;
}
.product .image-block>a img:last-child, .basket_tov_item_img img:last-child{
  position: absolute;
  top: 0;
  left: 0;
}
.product .image-block>a img:first-child, .basket_tov_item_img img:first-child{
  position: relative;
}
.main-content .product-block .product .details-block {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding-bottom: 10px;
  margin-top: auto;
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .details-block {
    position: relative;
    padding-bottom: 20px;
    padding-left: 12px;
    margin-top: 0; /*ms*/
  }
}
.main-content .product-block .product .details-block .pr-title {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 12px;
  padding-left: 5px;
  display: block;
  width: calc(100% - 10px);
  white-space: nowrap;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}
.details-block br{
  display: none;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .details-block .pr-title {
    font-size: 14px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .details-block .pr-title {
    font-size: 18px;
    display: inline-block;
    margin: 10px 0;
  }
}
.main-content .product-block .product .details-block .old-price {
  color: #ff0000;
  text-decoration: line-through;
  font-size: 12px;
  line-height: 10px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  padding-left: 5px;
  display: inline-block;
  max-width: 39px;
  overflow: hidden;
}
.main-content .product-block .product .details-block .price{
  padding-left: 5px;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .details-block .old-price {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .details-block .old-price {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .main-content .product-block .product .details-block .old-price {
    padding-right: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .details-block .old-price {
    font-size: 15px;
    line-height: 11px;
    padding-left: 5px;
    padding-right: 0;
    max-width: 56px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
  }
}
.main-content .product-block .product .details-block .price {
  display: inline-block;
  color: #000;
  font-size: 15px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  line-height: 0.8;
  max-width: 80px; 
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .details-block .price {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .details-block .price {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .details-block .price {
    font-size: 21px;
    padding-left: 5px;
    line-height: 17px;
    max-width: 81px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
  }
}
.main-content .product-block .product .details-block .type-price {
  color: #000;
  font-size: 12px;
  line-height: 20px;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  float: right;
  padding-right: 5px;
  max-width: 51px;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .details-block .type-price {
    font-size: 18px;
    line-height: 26px;
    max-width: 75px;
  }
  .main-content .product-block .product .details-block .price{
    max-width: 75px;
  }
  .main-content .product-block .product .details-block .old-price{
    max-width: 60px;
    line-height: 18px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .details-block .type-price {
    font-size: 20px;
  }
  .main-content .product-block .product .details-block .price{
    line-height: 26px;
    max-width: 100px;
  }
  .main-content .product-block .product .details-block .old-price{
    line-height: 22px;
    max-width: 75px;
  }
  .main-content .product-block .product .details-block .type-price{
    line-height: 34px;
    max-width: 90px;
  }
  .main-content .product-block .product .details-block .pr-title{
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .details-block .type-price {
    display: none;
    position: absolute;
    bottom: -8px;
    left: 17px;
    z-index: 50;
    font-size: 16px;
  }
}
.main-content .product-block .product .in-cart-btn {
  display: block;
  text-align: center;
  width: calc(100% - 10px);
  height: 28px;
  margin: auto;
  border: none;
  background-color: #fff;
  border: 1px solid #45226a;
  color: #45226a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
  cursor: pointer;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .in-cart-btn {
    height: 35px;
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .in-cart-btn {
    font-size: 24px;
    height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .in-cart-btn {
    display: none;
    width: 99px;
    font-size: 16px;
    text-indent: 0;
    margin: 0;
    margin-bottom: 10px;
  }
}
.main-content .product-block .product .in-cart-btn:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-background-size: 90% auto;
  background-size: 90% auto;
  position: absolute;
  top: 2px;
  left: 20%;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .in-cart-btn:before {
    width: 30px;
    height: 30px;
    left: 23%;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .in-cart-btn:before {
    top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .main-content .product-block .product .in-cart-btn:before {
    left: 14%;
  }
  .main-content .product-block .product .details-block .old-price{
    font-size: 14px;
    line-height: 20px;
    max-width: 50px;
  }
  .main-content .product-block .product .details-block .price{
    font-size: 22px;
    max-width: 75px;
  }
  .main-content .product-block .product .details-block .type-price{
    font-size: 16px;
    line-height: 32px;
    max-width: 72px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .details-block .pr-title {
    font-size: 18px;
    padding-left: 5px;
    width: calc(100% - 35px);
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin-bottom: 8px;
  }
  .main-content .product-block .product .in-cart-btn:before {
    display: none;
  }
}
.main-content .product-block .product .pr-cost {
  display: none;
  height: 28px;
  position: relative;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .pr-cost {
    height: 35px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .pr-cost {
    height: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .pr-cost {
    display: block;
    height: auto;
  }
}
.main-content .product-block .product .pr-cost .description {
  display: none;
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .pr-cost .description {
    display: none;
    width: calc(100% - 104px);
    height: 100%;
    padding: 20px 0;
    margin-left: 17px;
    margin-right: 2px;
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    font-size: 16px;
    color: #000;
  }
}
.main-content .product-block .product .pr-cost .bt {
  width: 20%;
  height: 26px;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  border: 1px solid #45226a;
  color: #45226a;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .pr-cost .bt {
    height: 33px;
    font-size: 26px;
    line-height: 1.2;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .pr-cost .bt {
    height: 38px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .pr-cost .bt {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 17px;
    font-size: 0;
    float: right;
    border-color: #c9c9c9;
    z-index: 4;
  }
  .main-content .product-block .product .pr-cost .bt:hover {
    background-color: #e7d0ff;
  }
}
.main-content .product-block .product .pr-cost .cost {
  display: inline-block;
  width: 20%;
  height: 26px;
  text-align: center;
  background-color: #fff;
  float: left;
  font-size: 14px;
    border: none;
  border-top: 1px solid #45226a;
  border-bottom: 1px solid #45226a;
  color: #45226a;
  line-height: 1.8;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .pr-cost .cost {
    height: 33px;
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .pr-cost .cost {
    height: 38px;
    font-size: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .pr-cost .cost {
    display: none;
    width: 60px;
    height: 33px;
    border-top: none;
    border-bottom: none;
    border: 1px solid #45226a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
    text-align: left;
    line-height: 2.1;
    text-indent: 14px;
    float: none;
    padding: 0;
    position: absolute;
    bottom: 20px;
    right: 18px;
    z-index: 1;
    border-color: #c9c9c9;
  }
}
.main-content .product-block .product .pr-cost .plus {
  -webkit-border-radius: 0 10px 10px 0;
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .pr-cost .plus {
    bottom: 36px;
    right: 18px;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    display: none;
  }
  .main-content .product-block .product .pr-cost .plus:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/up.png") center center no-repeat;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
  }
}
.main-content .product-block .product .pr-cost .minus {
  float: left;
  -webkit-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
  margin-left: 5px;
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .pr-cost .minus {
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    float: none;
    bottom: 20px;
    right: 18px;
    display: none;
  }
  .main-content .product-block .product .pr-cost .minus:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/down.png") center center no-repeat;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
  }
}
.main-content .product-block .product .pr-cost .cart-bt {
  background: url("../img/shopping-cart-w.png") center center no-repeat, #45226a;
  -webkit-background-size: 60% auto;
  background-size: 60% auto;
  display: inline-block;
  width: 20%;
  height: 28px;
  position: absolute;
  right: 5px;
  border: 1px solid #45226a;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0;
  color: #ffffff;
}
@media screen and (min-width: 480px) {
  .main-content .product-block .product .pr-cost .cart-bt {
    height: 33px;
    -webkit-background-size: 50% auto;
    background-size: 50% auto;
  }
}
@media screen and (min-width: 640px) {
  .main-content .product-block .product .pr-cost .cart-bt {
    height: 38px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .pr-cost .cart-bt {
    display: none;
    width: 98px;
    height: 42px;
    text-align: center;
    line-height: 2.5;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
    top: -58px;
    right: 17px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-color: #45226a;
    color: #45226a;
    font-size: 16px;
    text-transform: uppercase;
  }
  .main-content .product-block .product .pr-cost .cart-bt:hover {
    background-color: #45226a;
    border-color: #45226a!important;
    width: 98px;
    height: 42px;
    color: #fff !important;
  }
}
.main-content .product-block .product .pr-cost .cart-bt-desk {
  display: none;
}
@media screen and (min-width: 1280px) {
  .main-content .product-block .product .pr-cost .cart-bt-desk {
    display: inline-block;
  }
  .main-content .product-block .product .pr-cost .cart-bt{
    background: none;
  }
  .main-content .product-block .product .pr-cost{
    margin-bottom: 2px;
  }
}
.main-content .pagination {
  margin-bottom: 30px;
  padding: 30px 0;
}
.main-content .pagination .right-block{
  margin-top: 30px;
}
.main-content .pagination a,
.main-content ul.pagination span{
  display: inline-block;
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #000;
  text-align: center;
  line-height: 28px;
}
.main-content ul.pagination .active span{
  border-color: #45226a;
  color: #45226a;
}
.main-content ul.pagination .disabled span{
  border: none;
  padding: 1px;
}
.main-content .pagination a:hover {
  background-color: #d7b2ff;
  border-color: #d7b2ff;
  color: #fff;
}
.main-content ul.pagination{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-content .pagination .right-block {
  display: flex;
  justify-content: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.main-content .pagination .right-block span {
  margin-right: 30px;
  line-height: 32px;
}
.main-content .pagination .prev-pag {
  border: none;
  background: url("../img/back.png") center center no-repeat;
  -webkit-background-size: 40% auto;
  background-size: 40% auto;
}
.main-content .pagination .next-pag {
  border: none;
  background: url("../img/next.png") center center no-repeat;
  -webkit-background-size: 40% auto;
  background-size: 40% auto;
}
.main-content .pagination .active-pag {
  border-color: #45226a;
  color: #45226a;
}
.main-content .pagination .hidden-pag {
  display: none;
}
@media screen and (min-width: 480px) {
  .main-content .pagination a,
  .main-content ul.pagination span{
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .pagination{
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .main-content .pagination{
    padding-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .pagination{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .main-content .pagination .right-block{
    margin-top: 0;
  }
}
.main-content .watched {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #fafafa;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .main-content .watched {
    padding: 0 30px 30px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .watched {
    padding: 0;
    height: 480px;
  }
}
.main-content .watched .container{
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .main-content .watched .container{
    width: 100%;
  }
  .main-content .watched .container .watched-cont{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
  .main-content .watched .container .watched-cont {
    width: 1180px;
    margin: auto;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.main-content .watched h2 {
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  padding: 20px 0;
  width: 100%;
}
.main-content .watched .w-product {
  border: 1px solid #ccc;
  margin: 0 1px;
}
.main-content .watched .w-product.w-product-active{
  border-color: #45226a !important;
}
@media screen and (min-width: 480px) {
  .main-content .watched h2 {
    padding: 30px 0;
    font-size: 30px;
  }
  .main-content .watched .w-product {
    margin: 0 2px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .watched h2 {
    font-size: 36px;
    padding: 50px 0;
  }
  .main-content .watched .w-product {
    margin: 0 6px;
  }
}
@media screen and (min-width: 768px) {
  .main-content .watched h2 {
    text-align: left;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }
  .main-content .watched .w-product {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .watched .w-product {
    width: 180px;
    margin: 0;
  }
}

.main-content .watched .w-product .image {
  position: relative;
}
.main-content .watched .w-product .image img {
  width: 100%;
  height: auto;
}
.main-content .watched .w-product .image .w-status {
  position: absolute;
  top: 5px;
  left: 3px;
  font-size: 12px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  color: red;
  padding: 2px;
  margin-left: -2px;
  margin-top: -2px;
  background: #ffffff;
}
.main-content .watched .w-product .image .w-status.status-hit{
  color: #ff72c5;
}
.main-content .watched .w-product .image .w-status.status-new{
  color: #45226a;
}
@media screen and (min-width: 480px) {
  .main-content .watched .w-product .image .w-status {
    font-size: 18px;
    left: 5px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .watched .w-product .image .w-status {
    left: 15px;
  }
}
.main-content .watched .w-product .image .w-like {
  display: block;
  width: 50px;
  height: 40px;
  background: url("../img/like.png") center center no-repeat;
  -webkit-background-size: 50%;
  background-size: 50%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.main-content .watched .w-product .image .w-like:hover{
  background-image: url(../img/like-red.png);
}
@media screen and (min-width: 640px) {
  .main-content .watched .w-product .image .w-like{
    width: 60px;
    height: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .watched .w-product .image .w-like {
    width: 17px;
    height: 17px;
    top: 8px;
    right: 10px;
    -webkit-background-size: 100%;
    background-size: 100%;
  }
  .main-content .watched .w-product .image {
    height: 180px;
  }
}
.main-content .watched .w-product .image .w-red-ico {
  background-image: url("../img/like-c.png") !important;
}
.main-content .watched .w-product .image .fast-prev-w {
  display: none;
}
@media screen and (min-width: 1280px) {
  .main-content .watched .w-product .image .fast-prev-w {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(194, 193, 195, 0.5);
    color: #9a9a9a;
    cursor: pointer;
  }
  .main-content .watched .w-product .image .fast-prev-w:hover {
    color: #fff;
    background-color: rgba(215, 178, 255, 0.5);
  }
}
.main-content .watched .w-product .details {
  background-color: #fff;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .main-content .watched .w-product .details br {
    display: none;
  }
}
.main-content .watched .w-product .details span {
  font-size: 12px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  padding-left: 5px;
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content .watched .w-product .w-cost-wrap span{
  width: 100%;
}
.main-content .watched .w-product .details .title {
  color: #a8a8a8;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  height: 2.3em;
  overflow: hidden;
}
@media screen and (min-width: 480px) {
  .main-content .watched .w-product .details .title-wrap {
    margin-right: 5px;
    overflow: hidden;
  }
  .main-content .watched .w-product .details .title{
    white-space: nowrap;
    font-size: 16px;
    padding-bottom: 5px;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .watched .w-product .details .title-wrap {
    margin-right: 10px;
  }
}
.main-content .watched .w-product .details .num-p {
  display: none;
}
@media screen and (min-width: 1280px) {
  .main-content .watched .w-product .details .num-p {
    display: none;
    width: 58px;
    padding: 10px 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    text-indent: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .main-content .watched .w-product .details .num-p .num {
    font-size: 16px;
    color: #6a6a6a;
    border: none;
      display: block;
      width: 60%;
      text-align: center;
  }
  .main-content .watched .w-product .details .num-p .btn-p {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #999;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  .main-content .watched .w-product .details .num-p .btn-p .w-plus {
    position: absolute;
    top: 0;
    right: 0;
    height: 50%;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
    background-color: #fff;
    cursor: pointer;
  }
  .main-content .watched .w-product .details .num-p .btn-p .w-plus:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/up.png") center center no-repeat;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
  }
  .main-content .watched .w-product .details .num-p .btn-p .w-plus:hover {
    background-color: #e7d0ff;
  }
  .main-content .watched .w-product .details .num-p .btn-p .w-minus {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 100%;
    border: none;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 0 5px 0;
    border-radius: 0 0 5px 0;
    background-color: #fff;
    cursor: pointer;
  }
  .main-content .watched .w-product .details .num-p .btn-p .w-minus:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/down.png") center center no-repeat;
    -webkit-background-size: 40% auto;
    background-size: 40% auto;
  }
  .main-content .watched .w-product .details .num-p .btn-p .w-minus:hover {
    background-color: #e7d0ff;
  }
}
.w-cost-wrap{
  height: 37px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
}
.main-content .watched .w-product .details .w-old-cost {
  color: red;
  text-decoration: line-through;
}
@media screen and (min-width: 480px) {
  .main-content .watched .w-product .details .w-old-cost {
    font-size: 18px;
  }
  .w-cost-wrap{
    height: 51px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .watched .w-product .details .w-old-cost {
    display: inline-block;
  }
  .w-cost-wrap{
    height: auto;
    display: block;
  }
  .main-content .watched .w-product .details .w-cost-wrap span{
    display: inline-block;
    width: auto;
    overflow: visible;
  }
}
.main-content .watched .w-product .details .w-cost {
  font-size: 16px;
  display: block;
  padding-bottom: 3px;
}
@media screen and (min-width: 480px) {
  .main-content .watched .w-product .details .w-cost {
    font-size: 22px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .watched .w-product .details .w-cost {
    font-size: 24px;
  }
}
.main-content .watched .w-product .details .w-cart {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: url("../img/shopping-cart-c.png") center center no-repeat;
  -webkit-background-size: 80% auto;
  background-size: 80% auto;
  position: absolute;
  right: 5px;
  bottom: 3px;
}
@media screen and (min-width: 480px) {
  .main-content .watched .w-product .details .w-cart {
    width: 40px;
    height: 40px;
    bottom: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .watched .w-product .details .w-cart {
    position: relative;
    display: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    bottom: -12px;
    right: -13px;
    cursor: pointer;
    -webkit-background-size: 60% auto;
    background-size: 60% auto;
  }
  .main-content .watched .w-product .details .w-cart:hover {
    background-color: #d7b2ff;
  }
}
.main-content .watched .w-product .details .w-cart-active {
  background-image: url("../img/shopping-cart-w.png");
  background-color: rgb(69, 34, 106) !important;
  border-color: rgb(69, 34, 106);
}
.main-content .watched .w-product .details .description-w {
  display: none;
}
@media screen and (min-width: 1280px) {
  .main-content .watched .w-product .details .description-w {
    display: none;
    padding: 10px 0;
    margin-left: 20px;
    margin-top: -15px;
  }
}
.main-content .seo-block {
  width: 100%;
  height: auto;
  background: url("../img/bg-seo.jpg") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 20px 0;
}
@media screen and (min-width: 480px) {
  .main-content .seo-block {
    padding: 30px 0;
  }
}
@media screen and (min-width: 640px) {
  .main-content .seo-block {
    padding: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .main-content .seo-block {
    width: auto;
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .seo-block {
    padding: 50px 0;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .seo-block .container {
    width: 1180px;
    height: 100%;
    margin: auto;
  }
}
.main-content .seo-block h2 {
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .main-content .seo-block h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .seo-block h2 {
    font-size: 36px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) {
  .main-content .seo-block h2 {
    text-align: left;
  }
}
.main-content .seo-block p {
  text-align: justify;
  padding: 0 10px;
}
@media screen and (min-width: 480px) {
  .main-content .seo-block p {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  .main-content .seo-block p {
    font-size: 24px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .main-content .seo-block p {
    padding: 0;
  }
  .mob_search_form{
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  .main-content .seo-block p {
    font-size: 16px;
  }
}
.footer {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .footer {
    width: 1180px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
}
.footer .footer-block {
  padding: 10px 10px;
}
@media screen and (min-width: 480px) {
  .footer .footer-block {
    padding: 15px 10px;
  }
}
@media screen and (min-width: 640px) {
  .footer .footer-block {
    padding: 30px 30px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .footer-block {
    padding: 30px 0;
    width: 160px;
  }
  .footer .footer-block {
    padding: 30px 0;
    width: 160px;
  }
  .footer .footer-block ul{
    overflow: hidden;
  }
}
.footer .f-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer .f-1 .logo {
  display: inline-block;
  width: 50px;
  height: 20px;
  background: url("../img/logo.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (min-width: 480px) {
  .footer .f-1 .logo {
    width: 90px;
    height: 40px;
  }
}
@media screen and (min-width: 640px) {
  .footer .f-1 .logo {
    width: 103px;
    height: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .f-1 .logo {
    position: absolute;
    top: 45px;
    left: 0;
  }
}
.footer .f-1 span {
  text-transform: uppercase;
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
}
@media screen and (min-width: 480px) {
  .footer .f-1 span {
    font-size: 20px;
  }
}
@media screen and (min-width: 640px) {
  .footer .f-1 span {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .f-1 span {
    display: none;
  }
}
.footer .f-1 span a:first-child {
  color: #45226a;
}
.footer .f-1 span a:last-child {
  color: #000;
}
.footer .f-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .footer .f-2 {
    display: none;
  }
}
.footer .f-2 a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  text-decoration: none;
  color: #000;
}
@media screen and (min-width: 480px) {
  .footer .f-2 a {
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  .footer .f-2 a {
    font-size: 24px;
  }
}
.footer .f-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .footer .f-3 {
    width: 45%;
  }
}
.footer .f-3 .phone {
  display: block;
  position: relative;
  padding-left: 25px;
  text-decoration: none;
  color: #000000;
}
.footer .f-3 .phone:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/phone-call-c.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  padding-right: 5px;
  position: absolute;
  top: 2px;
  left: 0;
}
.footer .f-3 .phone .phone-num {
  display: inline-block;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
}
@media screen and (min-width: 480px) {
  .footer .f-3 .phone .phone-num {
    font-size: 20px;
  }
}
@media screen and (min-width: 640px) {
  .footer .f-3 .phone .phone-num {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .f-3 .phone .phone-num {
    font-size: 20px;
  }
}
@media screen and (min-width: 480px) {
  .footer .f-3 .phone .phone-num:before {
    width: 20px;
    height: 20px;
    top: 4px;
  }
}
@media screen and (min-width: 640px) {
  .footer .f-3 .phone .phone-num:before {
    top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer .f-3 .phone .phone-num:before {
    top: 3px;
  }
}
.footer .f-3 .phone .text {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .footer .f-3 .phone .text {
    font-size: 17px;
  }
}
@media screen and (min-width: 640px) {
  .footer .f-3 .phone .text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .f-3 .phone .text {
    font-size: 16px;
  }
}
.footer .f-3 .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.footer .f-3 .social .ico {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 3px;
}
@media screen and (min-width: 640px) {
  .footer .f-3 .social .ico {
    margin-left: 5px;
  }
}
.footer .f-3 .social .ico:first-child {
  margin-left: 0;
}
@media screen and (min-width: 480px) {
  .footer .f-3 .social .ico {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 640px) {
  .footer .f-3 .social .ico {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .f-3 .social .ico {
    width: 37px;
    height: 37px;
  }
}
.footer .f-3 .social .face {
  background: url("../img/facebook.png") 0 0 no-repeat;
}
.footer .f-3 .social .tw {
  background: url("../img/twitter.png") 0 0 no-repeat;
}
.footer .f-3 .social .ins {
  background: url("../img/inst.png") 0 0 no-repeat;
}
.footer .f-3 .social .goo {
  background: url("../img/google.png") 0 0 no-repeat;
}
.footer .f-3 .social .vk {
  background: url("../img/vk.png") 0 0 no-repeat;
}
.footer .f-3 .social .ico{
  -webkit-background-size: 100% 200%;
  background-size: 100% 200%;
}
.footer .f-3 .social .ico:hover{
  background-position: 0 100%;
}
@media screen and (min-width: 1280px) {
  .footer .f-4 {
    width: 45%;
    position: absolute;
    right: 0;
    top: 95px;
  }
  .main-content .product-block .product .image-block .fast-prev{
    height: auto;
  }
}
.footer .f-4 .contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}
.footer .f-4 .contacts .address {
  display: block;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  font-size: 14px;
  position: relative;
  padding: 0 20px;
  width: calc(100% - 145px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .footer .f-4 .contacts .address {
    padding-left: 25px;
    font-size: 18px;
    width: calc(100% - 165px);
  }
}
@media screen and (min-width: 640px) {
  .footer .f-4 .contacts .address {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .f-4 .contacts .address {
    font-size: 16px;
  }
}
.footer .f-4 .contacts .address:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../img/placeholder-color.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  padding-right: 5px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (min-width: 480px) {
  .footer .f-4 .contacts .address:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 640px) {
  .footer .f-4 .contacts .address:before {
    top: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .f-4 .contacts .address:before {
    top: 1px;
  }
}
.footer .f-4 .contacts button {
  display: block;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  color: #45226a;
  border: 1px solid #45226a;
  background-color: #fff;
  padding: 5px 17px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  min-width: 145px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 480px) {
  .footer .f-4 .contacts button {
    width: 34%;
    min-width: 165px;
    font-size: 18px;
  }
}
@media screen and (min-width: 640px) {
  .footer .f-4 .contacts button {
    font-size: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .footer .f-4 .contacts button {
    width: 38%;
    font-size: 16px;
    padding: 7px 17px;
  }
  .footer .f-4 .contacts button:hover{
    background: #d7b2ff;
    color: #ffffff;
    cursor: pointer;
    padding: 9px 19px;
    border: none;
  }
}
.footer .f-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .footer .f-5 {
    display: none;
  }
}
.footer .f-5 .block {
  /* .tele {
				background: url("../img/telegram.png") center center no-repeat;
				background-size: contain;
			}  */
}
.footer .f-5 .block .icon {
  width: 25px;
  height: 25px;
  display: inline-block;
}
@media screen and (min-width: 480px) {
  .footer .f-5 .block .icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 640px) {
  .footer .f-5 .block .icon {
    width: 50px;
    height: 50px;
  }
}
.footer .f-5 .block .whats {
  background: url("../img/whatsapp.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-right: 20px;
}
.footer .f-5 .block .viber {
  background: url("../img/viber.png") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.footer .f-5 .phone-n {
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  font-size: 16px;
  margin-left: -20px;
}
.h2_desk{
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #6a6a6a;
}


/*********** ������ ������� ****************/

/*C����� ������� � ����� h2_desk*/
 ul.hr {
    margin: 0; /* �������� �������� �������� */
    padding: 10px; /* �������� ����� */
   display: flex;
   flex-wrap: wrap;
   }
   ul.hr li {
    display: inline; /* ���������� ��� �������� ������� */
    margin-right: 4px; /* ������ ����� */
    text-decoration: none;  /*  */
    /*border: 1px solid #000;*/ /* ����� ������ ������ */
    padding: 0; /* ���� ������ ������ */
   }

a { text-decoration: none; } 

.h2_desk ul.hr li a{
  border: 1px solid #997bb9;
  cursor: pointer;
  padding: 4px 15px;
  border-radius: 10px;
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 2.5;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  text-transform: uppercase;
}
.h2_desk ul.hr li a:hover{
  background-color: #997bb9;
  color: #fff !important;
}

/*********** ������ ������� ****************/



@media screen and (min-width: 480px) {
  .footer .f-5 .phone-n {
    font-size: 20px;
  }
  .h2_desk{
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 640px) {
  .footer .f-5 .phone-n {
    font-size: 28px;
  }
  .h2_desk {
    font-size: 20px;
    line-height: 24px;
  }
}
.footer .f-5 .sms {
  color: #a3a3a3;
  font-size: 12px;
}
@media screen and (min-width: 480px) {
  .footer .f-5 .sms {
    font-size: 16px;
  }
}
@media screen and (min-width: 640px) {
  .footer .f-5 .sms {
    font-size: 20px;
  }
}
.footer .f-desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .footer .f-desktop {
    display: block;
  }
  .footer .f-desktop ul {
    display: block;
  }
  .footer .f-desktop ul li a {
    text-decoration: none;
    color: #000;
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    white-space: nowrap;
  }
  .footer .f-desktop ul .first {
    margin-bottom: 5px;
  }
  .footer .f-desktop ul .first a {
    font-family: 'RobotoCondensedBold', Arial, sans-serif;
  }
}
.border {
  border-top: 1px solid #e8e7e9;
}
@media screen and (min-width: 1280px) {
  .border {
    display: none;
  }
}
.red {
  color: red !important;
}
.show-block-desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .show-block-desktop {
    display: block!important;
  }
}
.show-inline-desktop {
  display: none;
}
@media screen and (min-width: 1280px) {
  .show-inline-desktop {
    display: inline-block !important;
  }
}

ul.container-m ul{
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}
.filter_item{
  white-space: nowrap;
  overflow: hidden;
}
.filter_item .label-m{
  white-space: normal;
  max-width: calc(100% - 60px);
}
@media screen and (min-width: 480px) {
  .filter_item .label-m {
    max-width: calc(100% - 70px);
  }
}
.outline-product {
  border: 1px solid #45226a !important;
}
.mess-phone{
  display: none;
}

@media screen and (min-width: 768px) {
  .small-logo, .main-nav-wrap .menu_icons, .container-bottom .menu_icons {
    display: none;
  }
  .main-nav-wrap.fixedtop{
    position: fixed !important;
    top: 30px;
    left: 0;
    z-index: 50;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,.14);
  }
  .sub-nav{
    box-shadow: 0 3px 3px rgba(0,0,0,.1);
  }
  .main-nav-total{
    height: 58px;
  }
  .header .container{
    padding-left: 15px;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1280px) {
  .header .container{
    padding: 0;
  }
  .filter_total_block{
    position: relative;
    padding-top: 1px;
    padding-bottom: 10px;
    margin-right: 14px;
  }
  .filter_total_block:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    left: 0;
    top: 100%;
    z-index: 11;
  }
  .select{
    height: 32px;
    line-height: 24px;
    display: block;
  }
  .input-filter{
    height: 32px;
    display: block;
  }
  .filter_wrap_block{
    height: 32px;
  }
  .filter{
    position: relative;
    z-index: 1;
  }
  .main-content .product-block{
    margin-top: 0;
    padding-top: 20px;
    position: relative;
    z-index: 0;
  }
  .main-content .product-block:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 1920px;
    background: #ededed;
    top: 0;
    left: 50%;
    margin-left: -960px;
  }
  .fixedlogo{
    display: block;
  }
  .main-nav-wrap .fixedicons.menu_icons,
  .container-bottom .fixedicons.menu_icons{
    display: flex;
    padding: 10px 0;
    height: 37px;
  }
  .fixedtop .main-nav{
    padding-left: 50px;
  }
  .fixedtop .main-nav > ul{
    width: auto;
  }
  .fixedtop .main-nav > ul > li > span{
    font-size: 14px;
    padding-left: 13px;
    padding-right: 13px;
    height: 18px;
    line-height: 18px;
  }
  .small-logo{
    padding-top: 15px;
    height: 27px;
  }
  .search-form{
    display: none;
  }
  .search-form-wrap{
    padding-right: 25px;
    border-right: 1px solid #ccc;
    position: relative;
  }
  .search-form-open{
    background: url("../img/magnifying-glass.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: relative;
    top: 6px;
    cursor: pointer;
    opacity: .26;
  }
  .menu_icons_in{
    padding-top: 5px;
    display: flex;
  }
  .search-form.search-form-show{
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
    height: 100%;
    width: 900px;
    padding-right: 10px;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 11px;
  }
  .search_in{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 80px 0 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #ffffff;
    font-size: 16px;
  }
  .search_menu_but{
    display: block;
    background: url("../img/magnifying-glass.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 22px;
    height: 22px;
    border: none;
    padding: 0;
    position: absolute;
    top: 16px;
    right: 25px;
    cursor: pointer;
    opacity: .26;
  }
  .search-reset{
    display: none;
    width: 18px;
    height: 17px;
    border: none;
    padding: 0;
    position: absolute;
    top: 19px;
    right: 60px;
    cursor: pointer;
    background: url("../img/krestik.png") 0 0 no-repeat;
  }
  .container-bottom .fixedicons.menu_icons{
    padding: 10px 0;
  }
  .main-content .filter .container-bottom.fixfiltr{
    position: fixed;
    top: 30px;
    width: 1180px;
    left: 50%;
    margin-left: -590px;
  }
  .main-content .filter .container-bottom.fixfiltr:before{
    content: '';
    position: absolute;
    width: 1920px;
    height: 100%;
    left: 50%;
    margin-left: -960px;
    top: 0;
    box-shadow: 0 2px 4px rgba(0,0,0,.14);
    background: #f4f4f4;
  }
  .main-content .filter.filtralt{
    padding-top: 85px;
  }
  .main-content .filter .container-bottom.fixfiltr .full-filter{
    margin-bottom: 0;
  }
  .container-bottom.fixfiltr .full-filter{
    padding-top: 12px;
  }
  .container-bottom.fixfiltr .filter_total_block{
    padding-bottom: 13px;
  }
  .main-content .filter .container-bottom.fixfiltr .full-filter button.select{
    background: none;
  }
  .main-content .filter .container-bottom.fixfiltr .input-filter{
    background: #ffffff;
  }
  .container-bottom.fixfiltr .menu_icons.fixedicons{
    position: relative;
    z-index: 10;
  }
  .main-content .watched .w-product .title-wrap span,
  .main-content .watched .w-product .w-cost-wrap span{
    padding-left: 20px;
  }
  .main-content .watched .w-product .details .num-p-wrap{
    overflow: hidden;
    padding: 10px 0 20px;
    display: none;
  }
  .main-content .watched .w-product .details .num-p-wrap .num-p,
  .main-content .watched .w-product .details .num-p-wrap .w-cart{
    float: left;
    margin-bottom: 0;
    bottom: 0;
  }
  .title-wrap{
    padding-top: 10px;
  }
  .main-content .watched .w-product .details{
    padding-bottom: 5px;
  }
  .w-product:hover{
    box-shadow: 0 0 16px rgba(0,0,0,.09);
  }
  .footer-block.f-3{
    position: relative;
  }
  .mess-phone{
    display: block;
    position: absolute;
    left: 33px;
    top: 90px;
    z-index: 1;
  }
  .mess-phone:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../img/whatsapp.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 0;
    left: -35px;
  }
  .mess-phone .phone-num{
    font-size: 16px;
    font-weight: bold;
  }
  .address{
    position: relative;
    top: 34px;
  }
  .footer .f-3 .phone:before{
    width: 19px;
    height: 19px;
  }
  .footer .f-4 .contacts .address::before{
    width: 24px;
    height: 24px;
  }
  .footer .f-3 .phone, .footer .f-4 .contacts .address{
    padding-left: 35px;
  }
  .phone .text, .mess-phone .text{
    color: #838383;
  }
  .mess-phone .text{
    position: relative;
    top: 4px;
  }
  .footer .f-desktop ul li a:hover{
    color: #45226a;
  }
  .footer .f-desktop ul li{
    margin-bottom: 5px;
  }
  .mob-filtr-head, .mob-filtr-buts-wrap{
    display: none;
  }
}

@media screen and (max-width: 1279px) {
  .mob-filtr-body{
    overflow: hidden;
  }
  .main-content .filter .container-bottom.mob-filtr-open{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    z-index: 100;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-content .filter .container-bottom.mob-filtr-open *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-content .filter .container-bottom.mob-filtr-open .menu_icons{
    display: none;
  }
  .mob-filtr-head{
    display: block;
    height: 110px;
    width: 100%;
    padding: 30px;
    line-height: 50px;
    font-size: 30px;
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    font-weight: lighter;
    color: #6a6a6a;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #d0d0d0;
    background: #ededed;
  }
  .mob-filtr-close{
    width: 30px;
    height: 30px;
    background: url("../img/cancel.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0.13;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -15px;
  }
  .filter_total_block{
    display: block;
    width: 100%;
  }
  .filter_wrap_block{
    display: block;
    width: 100%;
    background: #f9f9f9;
    border-bottom: 1px solid #d0d0d0;
    padding: 15px 48px 15px 30px;
    position: relative;
  }
  .filter_wrap_block:after{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background: url("../img/up.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    right: 30px;
    top: 50%;
    margin-top: -9px;
    -moz-transform: rotate(180deg); /* Ð”Ð»Ñ Firefox */
    -ms-transform: rotate(180deg); /* Ð”Ð»Ñ IE */
    -webkit-transform: rotate(180deg); /* Ð”Ð»Ñ Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Ð”Ð»Ñ Opera */
    transform: rotate(180deg);
  }
  .filter_wrap_block.slide-filtr-active:after{
    -moz-transform: none; /* Ð”Ð»Ñ Firefox */
    -ms-transform: none; /* Ð”Ð»Ñ IE */
    -webkit-transform: none; /* Ð”Ð»Ñ Safari, Chrome, iOS */
    -o-transform: none; /* Ð”Ð»Ñ Opera */
    transform: none;
  }
  .filter_wrap_block.slide-filtr-active{
    border: none;
  }
  .full-filter .clear, .full-filter .reset, .full-filter .clear-all{
    display: none !important;
  }
  .full-filter .select{
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
    color: #3b3b3b;
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    font-weight: lighter;
    display: inline-block;
    width: calc(100% - 155px);
    text-align: left;
  }
  .full-filter .input-filter{
    font-size: 24px;
    color: #6a6a6a;
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    font-weight: lighter;
  }
  .full-filter .drop-block{
    padding: 20px 30px;
  }
  .full-filter .label-m{
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    font-weight: lighter;
    font-size: 20px;
    color: #000000;
    margin-left: 23px;
  }
  .main-content .filter .drop-block .custom-check-m{
    width: 39px;
    height: 39px;
    border-radius: 3px;
  }
  .main-content .filter .drop-block .check-m:checked + .custom-check-m::before {
    width: 39px;
    height: 39px;
  }
  .main-content .filter .colors-block {
    display: none;
    height: auto;
    left: 0;
    top: calc(100% + 7px);
  }
  .main-content .filter .colors-block .container {
    padding-top: 10px;
    display: block;
  }
  .main-content .filter .colors-block li {
    display: inline-block;
    position: relative;
  }
  .main-content .filter .colors-block .check-c {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 6;
    cursor: pointer;
  }
  .main-content .filter .colors-block .custom-check {
    display: inline-block;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
    cursor: pointer;
  }
  .main-content .filter .colors-block .custom-check:not(:first-child),
  .main-content .filter .colors-block .custom-check:not(:last-child) {
    margin-right: 13px;
  }
  .main-content .filter .colors-block .check-c:checked + .custom-check:before {
    content: '';
    display: block;
    width: 52px;
    height: 52px;
    background: url("../img/tick-c.png") center center no-repeat;
    -webkit-background-size: 64% auto;
    background-size: 64% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  .main-content .filter .colors-block .white {
    background-color: #fff;
    border: 1px solid #d0d0d0;
  }
  .main-content .filter .colors-block .gray {
    background-color: #333;
  }
  .main-content .filter .colors-block .black {
    background-color: #000;
  }
  .main-content .filter .colors-block .beige {
    background-color: #f7d38a;
  }
  .main-content .filter .colors-block .brown {
    background-color: #9f512d;
  }
  .main-content .filter .colors-block .yellow {
    background-color: #ffff00;
  }
  .main-content .filter .colors-block .orange {
    background-color: #f97f00;
  }
  .main-content .filter .colors-block .pink {
    background-color: #ffbfcb;
  }
  .main-content .filter .colors-block .red-c {
    background-color: #ed1c24;
  }
  .main-content .filter .colors-block .cyan {
    background-color: #00bfff;
  }
  .main-content .filter .colors-block .blue {
    background-color: #4169e1;
  }
  .main-content .filter .colors-block .purple {
    background-color: #8502ce;
  }
  .main-content .filter .colors-block .green {
    background-color: #2f970f;
  }
  .main-content .filter .colors-block .gold {
    background: url("../img/gold.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .main-content .filter .colors-block .silver {
    background: url("../img/silver.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .main-content .filter .colors-block .empty {
    background: url("../img/empty.png") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .mob-filtr-buts-wrap{
    background: #ededed;
    display: flex;
    width: 100%;
    padding: 30px;
  }
  .mob-filtr-rezult{
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    font-weight: lighter;
    color: #000000;
    width: 175px;
  }
  .mob-filtr-buts{
    height: 50px;
    display: flex;
    width: calc(100% - 175px);
  }
  .mob-filtr-reset{
    width: auto;
    height: 50px;
    display: block !important;
    height: 50px;
    border: 1px solid #45226a;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
    border-radius: 10px;
    color: #45226a;
    font-size: 24px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    width: 48%;
    margin-right: 4%;
  }
  .mob-filtr-reset:hover{
    background: #45226a;
    color: #ffffff;
  }
  .mob-filtr-send{
    display: block;
    border: none;
    background: #d7b2ff;
    padding: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 24px;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
    border-radius: 10px;
    width: 48%;
  }
  .mob-filtr-send:hover{
    background: #45226a;
  }
}

@media screen and (max-width: 767px) {

  .main-content .product-block .product-out{
    width: 50%;
  }
  .main-content .product-block .product {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-color: #fff !important;
  }

  .mob_search_form{
    display: none;
    position: absolute;
    width: 100%;
    height: 71px;
    background: #f9f9f9;
    top: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-top: 1px solid #c4bebf;
  }
  .mob_search_form.mob_search_form-show{
    display: block;
  }
  .mob_search_form .search_in-wrap{
    float: left;
    width: calc(100% - 130px);
    position: relative;
  }
  .mob_search_form .search_menu_but{
    width: 120px;
    height: 50px;
    float: right;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    background: none;
    text-transform: uppercase;
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    font-weight: lighter;
    font-size: 24px;
    color: #3b3b3b;
    cursor: pointer;
  }
  .mob_search_form .search-reset{
    display: none;
    position: absolute;
    border: none;
    padding: 0;
    margin: 0;
    width: 28px;
    height: 28px;
    background: url("../img/close.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 50%;
    margin-top: -14px;
    right: 16px;
    cursor: pointer;
    opacity: .7;
  }
  .mob_search_form .search_in{
    height: 50px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    padding: 0 53px 0 30px;
    line-height: 48px;
    font-size: 24px;
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    font-weight: lighter;
  }
}

@media screen and (max-width: 479px) {

  .mob_search_form .search_in{
    padding: 0 43px 0 10px;
    font-size: 16px;
  }
  .mob_search_form .search_in-wrap{
    width: calc(100% - 100px);
  }
  .mob_search_form .search_menu_but{
    width: 90px;
  }
  .mob_search_form .search-reset{
    right: 11px;
  }

  .mob-filtr-head{
    font-size: 23px;
    padding: 20px;
  }
  .full-filter .select{
    font-size: 20px;
  }
  .mob-filtr-buts-wrap{
    display: block;
  }
  .mob-filtr-buts{
    width: 100%;
  }
  .mob-filtr-rezult{
    width: 100%;
    height: 46px;
    line-height: 26px;
    padding-bottom: 20px;
    text-align: center;
  }
  .mob-filtr-head{
    height: 90px;
  }
  .filter_wrap_block{
    padding-right: 38px;
    padding-left: 20px;
  }
  .filter_wrap_block::after {
    right: 20px;
  }
  .full-filter .drop-block{
    padding: 20px;
  }
  .full-filter .label-m{
    margin-left: 15px;
  }
  .full-filter .input-filter{
    font-size: 18px;
  }
  .full-filter .select{
    width: calc(100% - 105px);
  }
  .mob-filtr-buts-wrap{
    padding: 20px;
  }
}




/* ÐºÐ¾Ñ€Ð·Ð¸Ð½Ð° */

.basket_top_wrap{
  padding: 30px 15px;
}
.basket_form_wrap, .basket_form_wrap *, .basket_form_wrap *:before, .basket_form_wrap *:after,
.basket_tov_total, .basket_tov_total *, .basket_tov_total *:before, .basket_tov_total *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.basket_top_h, .basket_tov_h{
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 15px;
}
.basket_tov_h{
  margin: 0;
  padding: 25px 0;
  border-bottom: 1px solid #a3a3a3;
}
.basket_top_h span, .basket_tov_h span{
  font-size: 20px;
}
.basket_top_val{
  text-align: center;
  color: #6a6a6a;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
}
.basket_top_val span{
  font-family: 'RobotoCondensedBold', sans-serif;
  font-weight: bold;
  color: #000000;
}
.basket_top_more, .basket_tov_link{
  font-size: 20px;
  height: 37px;
  padding-top: 5px;
  line-height: 32px;
  text-transform: uppercase;
  color: #45226a;
  display: block;
  width: 230px;
  padding-left: 37px;
  text-align: right;
  background: url("../img/cart.png") 0 0 no-repeat;
  -webkit-background-size: 37px 37px;
  background-size: 37px 37px;
  margin: 0 auto;
}
.basket_top_more:hover, .basket_tov_link:hover{
  text-decoration: none;
}
.basket_tov_link{
  background: url("../img/label.png") 0 0 no-repeat;
  -webkit-background-size: 37px 37px;
  background-size: 37px 37px;
  width: 246px;
  margin: 25px auto;
}
.basket_top_pay, .basket_tov_but{
  display: block;
  margin: 20px auto 0;
  width: 230px;
  height: 50px;
  border: 1px solid #ed1c24;
  color: #ed1c24;
  text-decoration: none;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  border-radius: 10px;
  background: #ffffff;
}
.basket_form_block_wrap, .basket_tov_total{
  background: #ededed;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}
.basket_form_h{
  border-bottom: 1px solid #a3a3a3;
  padding: 24px 15px;
  text-transform: uppercase;
}
.basket_form_h span{
  display: block;
  float: left;
  font-size: 26px;
  color: #45226a;
  line-height: 32px;
  margin-right: 15px;
}
.basket_form_h span.delivery-free{
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  padding-top: 8px;
  margin-right: 0;
  color: #ed1c24;
}
.basket_form_h img{
  display: block;
  height: 32px;
  margin-right: 15px;
  float: left;
}
.basket_form_block{
  padding: 25px 0 30px;
}
.forgot-form, .forgot-form *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.forgot-form-block{
  padding: 24px 15px 60px;
}
.forgot-form-block .re-log{
  display: none;
}
.forgot-form-block .basket_form_h{
  border: none;
  padding-left: 0;
  padding-right: 0;
}
.login-link_wrap{
  padding: 0 15px 25px;
}
.login-link{
  font-size: 18px;
  text-transform: uppercase;
  color: #45226a;
  line-height: 22px;
}
.login-link:hover{
  text-decoration: none;
}
.basket_form_item{
  padding: 0 15px;
}
.basket_form_city{
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px;
}
.basket_form_city .city-d span{
  display: inline-block;
  padding-right: 10px;
}
.basket_input_wrap label{
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 2px;
}
.basket_input_wrap label span{
  color: #ff0000;
}
.basket_input, .basket_sel, .basket_textarea{
  width: 100%;
  height: 50px;
  padding: 0 15px;
  line-height: 48px;
  border: 1px solid #a3a3a3;
  background: #ffffff;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 20px;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  font-weight: lighter;
}
.small-basket_input{
  max-width: 320px;
}
.basket_textarea{
  height: 100px;
  resize: none;
  line-height: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.another-courier{
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #45226a;
  text-decoration: underline;
  cursor: pointer;
}
.another-courier:hover{
  text-decoration: none;
}
.basket_form_courier{
  padding-top: 10px;
}
.basket_form_courier input{
  margin: 0;
}
.basket_form_fio, .basket_form_contacts, .cab_form_courier{
  padding-bottom: 15px;
  border-bottom: 1px solid #a3a3a3;
  margin-bottom: 25px;
}
.cab_form_courier{
    padding-bottom: 30px;
}
.basket_form_block_wrap:nth-of-type(2n){
  border: none;
  background: none;
}
.dost-addr{
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0;
}
.dost-addr span{
  white-space: nowrap;
}
.dost-addr-limit{
  padding-left: 15px;
  padding-right: 15px;
}
.basket_form_addr textarea{
  float: left;
}
.basket_pay_sis_logo{
  width: 105px;
  height: 48px;
  overflow: hidden;
  -webkit-background-size: contain !important;
  background-size: contain !important;
}
.basket_pay_sis_desk_cell{
  font-size: 20px;
  line-height: 24px;
}
.sberbank_logo{
  background: url("../img/pay-logo/sber.png") 50% 50% no-repeat;
}
.yandex_logo{
  background: url("../img/pay-logo/icon-yandex.png") 50% 50% no-repeat;
}
.qiwi_logo{
  background: url("../img/pay-logo/qiwi.png") 50% 50% no-repeat;
}
.bank_logo{
  background: url("../img/pay-logo/bank.png") 50% 50% no-repeat;
}
.basket_form_h_hide{
  display: none;
}
.basket_form_comment_check input{
  display: none;
}
.basket_form_comment_check label{
  display: inline-block;
  position: relative;
  height: 44px;
  padding-left: 64px;
  cursor: pointer;
  font-size: 20px;
  line-height: 22px;
}
.basket_form_comment_check label span{
  display: table-cell;
  height: 44px;
  vertical-align: middle;
}
.basket_form_comment_check label:before{
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  display: block;
  left: 0;
  top: 0;
  border: 1px solid #a3a3a3;
  background: #ffffff;
  border-radius: 3px;
}
.basket_form_comment_check input:checked + label:after{
  content: '';
  position: absolute;
  width: 44px;
  height: 44px;
  display: block;
  left: 0;
  top: 0;
  background: url("../img/tick-c.png") 50% 50% no-repeat;
  -webkit-background-size: 80% 80%;
  background-size: 80% 80%;
}
.basket_form_price_wrap{
  width: 100%;
  max-width: 295px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 24px;
  padding: 40px 0 0;
}
.basket_tov_send_wrap{
  padding: 0 15px;
}
.basket_tov_send_but_wrap{
  width: 100%;
  max-width: 295px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 28px;
}
.basket_tov_send_price span{
  display: block;
  width: 50%;
  float: left;
}
.basket_tov_send_price{
  margin-bottom: 15px;
}
.basket_tov_send_price span:last-child{
  font-family: 'RobotoCondensedBold', sans-serif;
  text-align: right;
  font-weight: bold;
}
.basket_form_price_wrap>div span:first-child{
  float: left;
  width: 50%;
}
.basket_form_price_wrap>div span:last-child{
  float: right;
  width: 50%;
  text-align: right;
}
.basket_form_total_price_item{
  margin-top: 20px;
  font-size: 24px;
  line-height: 28px;
}
.basket_form_total_price_item span:last-child{
  font-weight: bold;
  font-family: 'RobotoCondensedBold', sans-serif;
}
.basket_form_but, .basket_tov_save_but{
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 295px;
  margin: 0 auto;
  height: 50px;
  padding: 0;
  border: none;
  background: #45226a;
  color: #ffffff;
  font-size: 24px;
  border-radius: 10px;
  font-family: 'RobotoCondensedRegular', sans-serif;
}
.basket_tov_save_but{
  background: none;
  color: #45226a;
  border: 1px solid #45226a;
}
.basket_tov_save{
  margin-top: 20px;
  padding-bottom: 30px;
}
.basket_form_but_desk{
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin-top: 15px;
  display: block;
}
.basket_form_but_desk a{
  color: #000000;
}
.basket_form_but_wrap{
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.basket_tov_type{
  display: flex;
  padding-bottom: 10px;
}
.basket_tov_type_but{
  width: 33.3333%;
  border: 1px solid #a3a3a3;
  font-size: 12px;
  color: #6a6a6a;
  text-align: center;
  height: 30px;
  line-height: 28px;
  cursor: pointer;
  background: #ffffff;
}
.basket_tov_type_but:first-child{
  border-radius: 5px 0 0 5px;
}
.basket_tov_type_but:last-child{
  border-radius: 0 5px 5px 0;
}
.basket_tov_type_but_active{
  color: #45226a;
  border-color: #45226a;
}
.basket_tov_top, .basket_tov_mid{
  padding: 0 15px;
}
.basket_tov_vive{
  display: none;
}
.basket_sort_sel{
  width: 230px;
  height: 50px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  background: #ffffff;
  font-size: 20px;
  padding: 0 15px;
  margin: 30px auto 25px;
  display: block;
}
.basket_tov_del{
  display: block;
  color: #6a6a6a;
  text-transform: uppercase;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  padding-left: 45px;
  background: url("../img/del.png") 0 0 no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  width: 218px;
  margin: 0 auto;
  text-align: right;
}
.basket_tov_del:hover{
  text-decoration: underline;
}
.basket_tov_item_total_wrap{
  padding: 28px 13px;
  margin-top: 30px;
  border-top: 1px solid #a3a3a3;
}
.basket_tov_item_wrap{
  width: 50%;
  float: left;
  padding: 2px;
}
.basket_tov_item_wrap:nth-of-type(2n+1){
  clear: left;
}
.basket_tov_item{
  border: 1px solid #a3a3a3;
  overflow: hidden;
  background: #ffffff;
}
.basket_tov_item_img_wrap{
  position: relative;
  width: 100%;
  height: auto;
}
.basket_tov_item_img img{
  display: block;
  width: 100%;
  height: auto;
}
.basket_tov_item_label{
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  top: 10px;
  left: 10px;
}
.basket_tov_item_label.new{
  color: #45226a;
}
.basket_tov_item_label.sale{
  color: #ff0000;
}
.basket_tov_item_comment_but{
  width: 20px;
  height: 20px;
  background: url("../img/chat.png") 0 0 no-repeat;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.basket_tov_item_cont{
  padding: 0 10px;
}
.basket_tov_item_h{
  font-size: 18px;
  color: #a3a3a3;
  text-transform: uppercase;
  padding: 10px 0;
}
.basket_tov_item_price_wrap{
  float: left;
  width: 60px;
}
.basket_tov_item_price_old{
  font-size: 16px;
  line-height: 20px;
  color: #ff0000;
  text-decoration: line-through;
  margin-bottom: -20px;
}
.basket_tov_item_price{
  padding-top: 20px;
  font-size: 22px;
  line-height: 26px;
  font-family: 'RobotoCondensedRegular', sans-serif;
}
.basket_tov_item_desk{
  width: calc(100% - 60px);
  float: left;
}
.basket_tov_item_set{
  clear: left;
  padding: 10px 0;
}
.basket_tov_item_count{
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  padding-top: 3px;
}
.basket_tov_item_art{
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-align: right;
  padding-top: 13px;
  color: #a8a8a8;
}
.basket_tov_item_del{
  height: 26px;
  width: 26px;
  background: url("../img/delete-button.png") 0 0 no-repeat;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  float: left;
  position: relative;
  top: 5px;
}
.basket_tov_item_num{
  width: calc(100% - 26px);
  float: right;
  padding-left: 10px;
}
.basket_tov_item_num .num-p{
  width: 100%;
  height: 38px;
  position: relative;
  border: 1px solid #d0d0d0;
  border-radius: 10px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #363636;
  overflow: hidden;
}
.basket_tov_item_num .num{
  position: absolute;
  width: 33.3333%;
  height: 100%;
  top: 0;
  left: 33.3333%;
  border: none;
    text-align: center;
}
.basket_tov_item_num .w-plus, .basket_tov_item_num .w-minus{
  position: absolute;
  width: 33.3333%;
  height: 100%;
  top: 0;
  right: 0;
  border: none;
  border-left: 1px solid #d0d0d0;
  background: #ffffff;
  font-family: 'RobotoCondensedLight', sans-serif;
  font-weight: lighter;
  cursor: pointer;
}
.basket_tov_item_num .w-minus{
  border: none;
  border-right: 1px solid #d0d0d0;
  right: auto;
  left: 0;
}
.watched-in-h_wrap{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
  padding-bottom: 25px;
  text-align: center;
}
.watched-in .watched-in-h_wrap h2{
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  color: #45226a;
  margin: 0;
  padding: 1px 0 1px 50px;
  background: url("../img/like-c.png") 0 0 no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  text-align: left;
  width: 200px;
}
.watched-in-bg .watched-in-h_wrap h2,
.watched-in-rec .watched-in-h_wrap h2{
  color: #000000;
  background: none;
  padding-left: 0;
  text-align: center;
  width: 100%;
  display: block;
}
.watched-in-color .watched-in-h_wrap h2{
  color: #997bb9;
}
.main-content .watched-in{
  padding-bottom: 55px;
}
.main-content .watched-in{
  background: #ffffff;
}
.main-content .watched-in-bg{
  background: #ededed;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
}
.basket_input_inn,
.another-courier-in,
.basket_input_do,
.basket_input_pvz,
.dost-addr{
  display: none;
}
.another-courier-in{
  margin-top: 10px;
}
.basket_form_block_dost,
.basket_form_block_info{
  padding-bottom: 20px;
}
.cab_form_but_wrap{
    padding-top: 35px;
}
.cab_form_but_wrap .login-form-but{
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
}
.main-content .watched.watched-in-like .w-product .image .w-like{
  background-image: url(../img/like-c.png);
}
.basket_tov_item{
  position: relative;
}
.basket_tov_item .pr-message{
  position: absolute;
  width: 96%;
  left: 2%;
  top: 10px;
  z-index: 5;
  resize: none;
  display: none;
}
.basket_tov_item_img_wrap{
  position: relative;
}
.basket_tov_item_img_wrap .current-message{
  position: absolute;
  bottom: 0;
  padding: 10px;
  display: none;
}
.basket_tov_item_comment_but.m-purple{
  background-image: url(../img/chat-purple.png);
}
.basket_tov_total{
  position: relative;
}
#marker-cat{
  position: absolute;
  left: 0;
  top: -58px;
}
.cab_form_wrap, .cab_form_wrap *, .cab_form_wrap *:after, .cab_form_wrap *:before,
.cab_history_wrap, .cab_history_wrap *, .cab_history_wrap *:after, .cab_history_wrap *:before{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-h1{
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: 'RobotoCondensedLight', sans-serif;
  font-weight: lighter;
  margin: 0;
  padding: 30px 15px 20px;
}
.singl-blog-cont{
  padding: 0 15px;
}
.singl-blog-cont p{
  padding-bottom: 20px;
}
.singl-blog-cont p:last-child{
  padding-bottom: 0;
}
.cab-h1-wrap{
  border-bottom: 1px solid #a3a3a3;
}
.cab-name{
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #6a6a6a;
    padding: 15px;
    border-bottom: 1px solid #a3a3a3;
    display: flex;
    align-items: center;
}
.cab-name img{
    display: block;
    width: 32px;
    height: auto;
    margin-right: 20px;
}
.cab-name span{
    display: block;
}
.check-style{
  display: none;
}
.check-style+label{
  display: block;
  padding-left: 58px;
  height: 38px;
  line-height: 20px;
  font-size: 20px;
  font-family: 'RobotoCondensedLight', sans-serif;
  font-weight: lighter;
  position: relative;
}
.check-style+label span{
  display: table-cell;
  height: 38px;
  vertical-align: middle;
}
.check-style+label:before{
  position: absolute;
  content: '';
  width: 38px;
  height: 38px;
  top: 0;
  left: 0;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
}
.check-style:checked+label:after{
  content: '';
  position: absolute;
  width: 38px;
  height: 38px;
  display: block;
  left: 0;
  top: 0;
  background: url("../img/tick-c.png") 50% 50% no-repeat;
  -webkit-background-size: 80% 80%;
  background-size: 80% 80%;
}
.cab-subscribe-wrap{
  padding: 15px;
  border-bottom: 1px solid #a3a3a3;
}
.cab-contacts_wrap>div{
  min-height: 25px;
  font-size: 20px;
  line-height: 20px;
  padding-left: 64px;
  margin-bottom: 20px;
}
.cab-contacts_wrap>div span{
  display: table-cell;
  height: 25px;
  vertical-align: middle;
}
.cab-contacts_wrap{
  padding: 20px 15px 0;
}
.cab-tel{
  background: url("../img/tick-c.png") 0 0 no-repeat;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.cab-tel{
  background: url("../img/phone-call-c.png") 0 0 no-repeat;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.cab-addr{
  background: url("../img/placeholder-color.png") 0 0 no-repeat;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.cab-mail{
  background: url("../img/mail.png") 0 0 no-repeat;
  -webkit-background-size: 25px 25px;
  background-size: 25px 25px;
}
.send-mail-but{
  border: 1px solid #a3a3a3;
  border-radius: 10px;
  display: block;
  background: #ffffff;
  color: #a3a3a3;
  font-size: 24px;
  width: 230px;
  height: 55px;
  padding: 0;
  margin: 0;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  cursor: pointer;
}
.send-mail-but_wrap{
  padding: 0 15px;
}
.cab_form_top-block{
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.cab-form-head-wrap{
  padding: 0 0 20px;
}
.cab-form-head, .cab_history_line_head{
  width: 100%;
  background: #f2f2f2;
  padding: 21px 15px;
}
.cab-form-head.active, .cab_history_line_head.active{
  background: #faf6ff;
}
.cab-form-head-h{
  font-size: 24px;
  line-height: 28px;
  color: #3b3b3b;
  text-transform: uppercase;
  position: relative;
  padding-right: 30px;
}
.cab-form-head-h:after{
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url("../img/down.png");
  -webkit-background-size: contain;
  background-size: contain;
}
.cab-form-head.active .cab-form-head-h:after{
  background: url("../img/up.png");
  -webkit-background-size: contain;
  background-size: contain;
}
.cab-form-head-status-h{
  font-size: 16px;
  line-height: 20px;
}
.cab-form-head-status-val{
  font-size: 16px;
  line-height: 20px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  color: #ed1c24;
  text-transform: uppercase;
}
.cab_tov_total{
  border: none;
  background: none;
}
.cab_tov_total .basket_tov_item_total_wrap{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  border: none;
}
.cab_history_head{
  padding: 20px 15px;
  border-top: 1px solid #a3a3a3;
}
.cab_history_h{
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  font-family: 'RobotoCondensedLight', sans-serif;
  font-weight: lighter;
  margin: 0;
  padding: 0;
}
.cab_history_bonus_item{
  margin-top: 10px;
}
.cab_history_bonus_item_h{
  color: #7c7c7c;
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
}
.cab_history_bonus_item_val{
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.cab_history_bonus_item-dostup .cab_history_bonus_item_val{
  color: #ed1c24;
}
.cab_history_line_head{
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
  position: relative;
  cursor: pointer;
}
.cab_history_line_head:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("../img/down.png");
  -webkit-background-size: contain;
  background-size: contain;
}
.cab_history_line_head.active:after{
  background: url("../img/up.png");
  -webkit-background-size: contain;
  background-size: contain;
}
.cab_history_line_head_num{
  font-size: 16px;
  line-height: 26px;
  width: 155px;
  color: #3b3b3b;
}
.cab_history_line_head_price{
  line-height: 26px;
}
.cab_history_line_head_price-h{
  display: none;
}
.cab_history_line_head_price-val{
  font-size: 16px;
  font-family: 'RobotoCondensedRegular', sans-serif;
  width: 75px;
}
.cab_history_line_stat-in{
  font-size: 16px;
  line-height: 24px;
  color: #6a6a6a;
}
.cab_history_line_head_stat{
  padding-left: 26px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  position: relative;
}
.cab_history_line_head_stat span{
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.cab_history_line_head_stat:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
}
.cab_history_line_head_stat-zakaz:after{
  background: url("../img/full-cat.png") 0 0 no-repeat;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
}
.cab_history_line_head_stat-ozidanie,
.cab_history_line_head_stat-dost,
.cab_history_line_stat-in-r,
.cab_history_line_head_stat-del{
  color: #ed1c24;
}
.cab_history_line_head_stat-del{
    background: url("../img/del-zak.png") 0 0 no-repeat;
    -webkit-background-size: 26px 26px;
    background-size: 26px 26px;
}
.cab_history_line_head_stat-ozidanie:after{
  background: url("../img/pay.png") 0 0 no-repeat;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
  top: -4px;
}
.cab_history_line_head_stat-otlozen:after{
  background: url("../img/otlozen.png") 0 0 no-repeat;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
  top: -1px;
}
.cab_history_line_head_stat-oplachen,
.cab_history_line_head_stat-dost-t,
.cab_history_line_stat-in-b{
  color: #4169e1;
}
.cab_history_line_head_stat-oplachen:after{
  background: url("../img/r.png") 0 0 no-repeat;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
}
.cab_history_line_head_stat-dost-t:after{
  background: url("../img/dost-t.png") 0 0 no-repeat;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
}
.cab_history_line_head_stat-dost:after{
  background: url("../img/dost.png") 0 0 no-repeat;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
}
.cab_history_line_head_stat-save,
.cab_history_line_stat-in-g{
  color: #009e1c;
}
.cab_history_line_head_stat-save:after{
  background: url("../img/save.png") 0 0 no-repeat;
  -webkit-background-size: 26px 26px;
  background-size: 26px 26px;
}
.cab_history_line_cont_top_sum_wrap{
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  border-bottom: 1px solid #a3a3a3;
}
.cab_history_line_cont_top_sum-val{
  font-family: 'RobotoCondensedRegular', sans-serif;
}
.cab_history_line_pay{
  text-transform: uppercase;
  color: #ed1c24;
  font-size: 16px;
  line-height: 24px;
  margin-left: 15px;
}
.change-pass-block .basket_form_fio{
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}
.copy-to-cat-but, .zakaz-del-but{
  border: none;
  text-align: left;
  font-size: 18px;
  height: 23px;
  padding-left: 33px;
  background: url("../img/shopping-cart-d.png") 0 0 no-repeat;
  -webkit-background-size: 23px 23px;
  background-size: 23px 23px;
  font-family: 'RobotoCondensedLight', sans-serif;
  font-weight: lighter;
  cursor: pointer;
  text-decoration: underline;
}
.zakaz-del-but{
  background: url("../img/delete-button.png") 0 0 no-repeat;
  -webkit-background-size: 23px 23px;
  background-size: 23px 23px;
}
.cab_history_line_cont_top_bats{
  padding: 20px 15px 5px;
  border-bottom: 1px solid #a3a3a3;
}
.cab_history_line_cont_top_bats input{
  margin-bottom: 15px;
  display: block;
}
.cab_history_line_info_dost{
  padding-left: 45px;
  min-height: 30px;
  line-height: 30px;
  background: url("../img/dostg.png") 0 0 no-repeat;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
}
.cab_history_line_info_dost .cab_history_line_info_h{
  color: #473fc8;
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  line-height: 30px;
}
.cab_history_line_info_dost .cab_history_line_info_h span,
.cab_history_line_info_trak .cab_history_line_info_h{
  display: none;
}
.cab_history_line_info-wrap{
  padding: 20px 15px;
  border-bottom: 1px solid #a3a3a3;
}
.cab_history_line_info_trak{
  margin-top: 5px;
}
.cab_history_line_info_dop{
  font-size: 16px;
  line-height: 20px;
  margin-top: 12px;
}
.cab_history_line_info_val{
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  color: #3b3b3b;
  margin-bottom: 10px;
  display: inline-block;
}
.cab_history_line_info_val a{
  color: #6a6a6a;
}
.cab_history_desk{
  padding: 20px 15px;
}
.basket_tov_item_cat{
  width: 38px;
  height: 38px;
  background: url("../img/shopping-cart-c.png") 50% 50% no-repeat;
  -webkit-background-size: auto 80% !important;
  background-size: auto 80% !important;
  top: 0;
  cursor: pointer;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.basket_tov_item_cat.w-cart-active{
  background-image: url("../img/tick-c.png") !important;
}
.cab_tov_item_num{
  width: calc(100% - 38px);
}
.cab_history_line_cont_top_sum{
  padding-left: 33px;
  height: 24px;
  background: url("../img/rg.png") 0 0 no-repeat;
  -webkit-background-size: 24px 24px;
  background-size: 24px 24px;
  font-size: 18px;
  line-height: 24px;
}
.cab_history_line_cont_top_sum-h{
  display: none;
}
.cab-form, .cab_history_line_cont{
  display: none;
}
.cab_history_line{
  margin-bottom: 17px;
}
.singl-blog {
  padding-bottom: 20px;
}


/* Ð¢Ð¾Ð²Ð°Ñ€ */

.singl-tov-wrap, .singl-tov-wrap *, .singl-tov-wrap *:before, .singl-tov-wrap *:after{
  box-sizing: border-box;
}
.tov-slider{
  width: 100%;
}
.tov-slider img{
  display: block;
  width: 100%;
  height: auto;
}
.tov-slider ul, .fast-previve-slider ul{
  margin: -30px 0 0;
  padding: 0 0 15px;
  list-style: none;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.tov-slider li, .fast-previve-slider li{
  margin: 0 7px;
}
.tov-slider button, .fast-previve-slider button{
  display: block;
  height: 15px;
  width: 0;
  padding-left: 15px;
  overflow: hidden;
  border-radius: 50%;
  background: #a3a3a3;
  border: none;
}
.tov-slider .slick-active button, .fast-previve-slider .slick-active button{
  background: #45226a;
}
.tov-slider-wrap{
  position: relative;
}
.singl-tov-stat-wrap{
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 10;
  display: flex;
}
.singl-tov-stat{
  color: #45226a;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-family: 'RobotoCondensedRegular', sans-serif;
  padding: 2px;
  margin-left: -2px;
  margin-top: -2px;
  margin-right: 8px;
  background: #ffffff;
}
.singl-tov-stat-sale {
  color: #ff0000;
}
.singl-tov-like{
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 40px;
  cursor: pointer;
  background: url("../img/like.png") center center no-repeat;
  -webkit-background-size: 50%;
  background-size: 50%;
}
.singl-tov-like:hover{
  background-image: url("../img/like-red.png");
}
.singl-tov-like.singl-tov-like-red{
  background-image: url("../img/like-c.png");
}
.back-link{
  color: #6a6a6a;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  font-family: 'RobotoCondensedRegular', sans-serif;
}
.back-link-wrap{
  padding: 20px 15px;
}
.singl-tov-cont{
  padding: 0 15px;
}
.singl-tov-cont h1{
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
  margin: 0;
  padding: 25px 0;
}
.singl-tov-price-h{
  font-size: 16px;
  line-height: 20px;
  color: #6a6a6a;
  padding-bottom: 5px;
}
.singl-tov-price-val{
  font-size: 24px;
  line-height: 28px;
  font-family: 'RobotoCondensedRegular', sans-serif;
}
.singl-tov-price-val span{
  font-size: 18px;
}
.singl-tov-price-old{
  font-size: 18px;
  line-height: 28px;
  color: #ff0000;
  text-decoration: line-through;
  padding-left: 15px;
  font-family: 'RobotoCondensedRegular', sans-serif;
}
.singl-tov-price-val-wrap>div{
  display: inline-block;
}
.price-type-sel{
  border: 1px solid #ededed;
  display: block;
  width: 180px;
  height: 34px;
  padding: 0 12px;
  border-radius: 5px;
  font-family: 'RobotoCondensedLight', sans-serif;
  font-weight: lighter;
}
.singl-tov-price-type{
  padding-top: 25px;
}
.num-p-singl{
  border: 1px solid #d0d0d0;
  position: relative;
  width: 135px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
}
.num-p-singl .num{
  display: block;
  width: 100%;
  height: 48px;
  padding-left: 33.3333%;
  padding-right: 33.3333%;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  border: none;
}
.num-p-singl .btn-p button{
  display: block;
  position: absolute;
  top: 0;
  width: 33.3333%;
  height: 48px;
  font-size: 24px;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.num-p-singl .btn-p button.w-plus{
  right: 0;
  border-left: 1px solid #d0d0d0;
}
.num-p-singl .btn-p button.w-minus{
  left: 0;
  border-right: 1px solid #d0d0d0;
}
.singl-tov-bay-but, .fast-previve-bay-but{
  display: block;
  width: calc(100% - 155px);
  height: 50px;
  border: 1px solid #45226a;
  background: none;
  padding: 0;
  margin: 0;
  color: #45226a;
  font-family: 'RobotoCondensedRegular', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 10px;
}
.singl-tov-buts{
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.singl-tov-fast-but, .fast-previve-oneclick-but{
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #ed1c24;
  background: none;
  padding: 0;
  margin: 20px 0 0;
  color: #ed1c24;
  font-family: 'RobotoCondensedRegular', sans-serif;
  font-size: 18px;
  cursor: pointer;
  border-radius: 10px;
}
.singl-tov-h{
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 35px 0 20px;
}
.singl-tov-desk-txt{
  font-size: 18px;
  line-height: 22px;
}
.singl-tov-char-line{
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.singl-tov-char-line>div{
  width: 50%;
}
.singl-tov-char-h{
  font-size: 16px;
  line-height: 16px;
  padding-top: 4px;
  color: #6e6e6e;
}
.singl-tov-char-txt{
  font-size: 20px;
  line-height: 20px;
  text-align: right;
}
.singl-tov-rec{
  font-size: 18px;
  text-transform: uppercase;
  color: #997bb9;
  position: relative;
  padding-left: 15px;
}
.singl-tov-rec:before{
  content: '!';
  position: absolute;
  left: 0;
  top: -3px;
  color: #ed1c24;
  font-size: 28px;
  line-height: 28px;
  font-family: 'RobotoCondensedBold', Arial, sans-serif;
  font-weight: bold;
}
.singl-tov-dop-wrap{
  padding-top: 25px;
}
.singl-tov-soc-wrap{
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin: 35px -15px 28px;
}
.singl-tov-soc-h{
  font-size: 14px;
  color: #6a6a6a;
  line-height: 37px;
}
.singl-tov-soc{
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.singl-tov-soc-item{
  width: 37px;
  margin-left: 5px;
}
.singl-tov-soc .ico{
  width: 37px;
  height: 37px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 200%;
  background-size: 100% 200%;
}
.singl-tov-soc .ico:hover{
  background-position: 0 100%;
}
.singl-tov-soc .face{
  background-image: url(../img/facebook.png);
}
.singl-tov-soc .tw{
  background-image: url(../img/twitter.png);
}
.singl-tov-soc .ins{
  background-image: url(../img/inst.png);
}
.singl-tov-soc .goo{
  background-image: url(../img/google.png);
}
.singl-tov-soc .vk{
  background-image: url(../img/vk.png);
}
.singl-tov-link-h{
  color: #45226a;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.singl-tov-link{
  margin-bottom: 15px;
}
.singl-tov-link a{
  font-size: 18px;
  text-decoration: none;
  color: #000000;
}
.singl-tov-wrap{
  margin-bottom: 40px;
}
.singl-garant-wrap, .singl-garant-wrap *, .singl-garant-wrap *:after, .singl-garant-wrap *:before{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.singl-garant{
  background: #fbd7e5;
  padding: 30px 15px;
}
.singl-dost{
  background: #f6f6f6;
  padding: 30px 15px;
}
.singl-garant-img, .singl-dost-img{
  text-align: center;
}
.singl-garant-img img, .singl-dost-img img{
  display: inline-block;
  width: 90px;
}
.singl-garant-h{
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'RobotoCondensedRegular', sans-serif;
  margin-top: 19px;
}
.singl-garant-ul{
  margin: 0;
  padding: 15px 0 0;
  list-style: none;
}
.singl-garant-ul li{
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
}
.singl-garant-ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #997bb9;
}
.singl-dost-line, .singl-dost-block-h, .singl-dost-block-desk-txt, .singl-dost-block-desk-h{
  font-size: 16px;
  line-height: 20px;
}
.singl-dost-block-h{
  padding-right: 15px;
}
.singl-dost-line a{
  color: #997bb9;
}
.singl-dost-block, .singl-dost-block-desk-line{
  display: flex;
}
.singl-dost-block-desk-h{
  color: #989898;
  width: 105px;
}
.singl-dost-block{
  padding: 20px 0;
}
.singl-dost-alert{
  font-size: 16px;
  line-height: 20px;
  color: #ed1c24;
  font-family: 'RobotoCondensedBold', Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}
.singl-dost-alert span{
  text-transform: uppercase;
}
.singl-dost-link a{
  font-size: 16px;
  line-height: 20px;
  color: #997bb9;
  text-transform: uppercase;
}
.singl-dost-cont{
  padding-top: 10px;
}
.singl-plas-wrap{
  padding: 0 15px;
}
.singl-plas-h{
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  padding: 25px 0 15px;
}
.singl-plas-cont{
  width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
}
.singl-plas-item{
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0,0,0,.15);
  margin: 15px;
  padding: 10px 15px 20px;
  text-align: center;
}
.singl-plas-item-num{
  font-size: 72px;
  line-height: 72px;
  color: #ed1c24;
  font-family: 'RobotoCondensedBold', Arial, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.singl-plas-item-h{
  font-size: 18px;
  font-family: 'RobotoCondensedRegular', sans-serif;
  margin-bottom: 12px;
}
.singl-plas-item-txt{
  font-size: 16px;
  line-height: 20px;
}
.singl-plas-cont .slick-arrow{
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 0;
  padding: 24px 0 0;
  overflow: hidden;
  cursor: pointer;
  border: none;
  background: url(../img/back.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  z-index: 10;
}
.singl-plas-cont .slick-prev{
  left: -20px;
}
.singl-plas-cont .slick-next{
  background-image: url(../img/next.png);
  right: -20px;
}
.singl-contact-form-img{
  text-align: center;
}
.singl-contact-form-img img{
  display: inline-block;
  width: 58px;
}
.singl-contact-form-h{
  text-align: center;
  text-transform: uppercase;
  color: #997bb9;
  font-size: 26px;
  line-height: 30px;
}
.singl-contact-form-line{
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-family: 'RobotoCondensedBold', Arial, sans-serif;
  font-weight: bold;
}
.singl-contact-form-line a{
  display: inline-block;
  margin-left: 20px;
  color: #000000 !important;
  text-decoration: none;
}
.singl-contact-form-desk{
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.singl-contact-form-wrap{
  padding: 0 15px;
}
.singl-contact-form-in{
  display: block;
  width: 100%;
  max-width: 290px;
  margin: 0 auto 20px;
  height: 44px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  line-height: 42px;
  padding: 0 15px;
  font-size: 16px;
}
.singl-contact-form-wrap,
.singl-contact-form-wrap *,
.singl-contact-form-wrap *:before,
.singl-contact-form-wrap *:after,
#reg-form,
#reg-form *,
#reg-form *:before,
#reg-form *:after,
#login,
#login *,
#login *:before,
#login *:after,
.mess-pop-up,
.mess-pop-up *,
.mess-pop-up *:before,
.mess-pop-up *:after,
#vopros,
#vopros *,
#vopros *:before,
#vopros *:after,
#oneclick,
#oneclick *,
#oneclick *:before,
#oneclick *:after,
#city-pop-up,
#city-pop-up *,
#city-pop-up *:before,
#city-pop-up *:after,
#small-pop-up,
#small-pop-up *,
#small-pop-up *:before,
#small-pop-up *:after,
#small-pop-up2,
#small-pop-up2 *,
#small-pop-up2 *:before,
#small-pop-up2 *:after,
#small-pop-up3,
#small-pop-up3 *,
#small-pop-up3 *:before,
#small-pop-up3 *:after,
#mail-pop-up,
#mail-pop-up *,
#mail-pop-up *:before,
#mail-pop-up *:after,
#delete-pop-up,
#delete-pop-up *,
#delete-pop-up *:before,
#delete-pop-up *:after,
.re-login-pop-up,
.re-login-pop-up *,
.re-login-pop-up *:before,
.re-login-pop-up *:after,
.help-all,
.help-all *,
.help-all *:before,
.help-all *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.singl-contact-form-wrap{
  padding-top: 15px;
  margin-bottom: 30px;
}
.singl-contact-form-but{
  display: block;
  width: 100%;
  max-width: 290px;
  margin: 0 auto 20px;
  height: 44px;
  border-radius: 5px;
  line-height: 42px;
  background: none;
  border: 1px solid #ed1c24;
  color: #ed1c24;
  font-size: 18px;
  font-family: 'RobotoCondensedRegular', sans-serif;
  cursor: pointer;
}
.singl-contact-form-check{
  width: 100%;
  max-width: 290px;
  margin: 0 auto;
}
.singl-contact-form-check input{
  display: none;
}
.singl-contact-form-check label{
  display: block;
  padding-left: 60px;
  height: 40px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
}
.singl-contact-form-check label a{
  color: #000000;
}
.singl-contact-form-check label span{
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}
.singl-contact-form-check label:before{
  content: '';
  width: 40px;
  height: 40px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.singl-contact-form-check input:checked+label:after{
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: url("../img/tick-c.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.singl-contact-form-img,
.singl-contact-form-h,
.singl-contact-form-line{
  margin-bottom: 12px;
}
.singl-contact-form-desk{
  margin-bottom: 17px;
}
.singl-comment-wrap{
  padding: 0 15px 30px;
  background: #e8e8e8;
}
.singl-comment-item{
  padding-bottom: 30px;
}
.singl-comment-h{
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 25px 0 20px;
}
.singl-comment-h a{
  color: #000000;
}
.singl-comment-item{
  text-align: center;
}
.singl-comment-name{
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  color: #3b3b3b;
  margin-bottom: 3px;
}
.singl-comment-time{
  font-size: 20px;
  line-height: 24px;
  color: #3b3b3b;
  padding-bottom: 10px;
}
.singl-comment-txt{
  border-top: 1px solid #c8c8c8;
  text-align: left;
  padding-top: 25px;
  font-size: 16px;
  line-height: 20px;
  color: #3b3b3b;
}
.singl-comment-cont .slick-dots{
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.singl-comment-cont .slick-dots li{
  width: 10px;
  margin: 0 5px;
}
.singl-comment-cont .slick-dots button{
  display: block;
  width: 10px;
  height: 0;
  padding: 10px 0 0;
  overflow: hidden;
  background: #a3a3a3;
  border-radius: 50%;
  border: none;
}
.singl-comment-cont .slick-dots .slick-active button{
  background: #45226a;
}
.singl-garant-cont, .singl-dost-cont{
  width: 100%;
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}
.tov-slider-tamb{
  display: none;
}
.tov-slide-item-video{
  position: relative;
}
.tov-slide-item-video iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.watched-in-rec{
  position: relative;
}
#rec-marker{
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: -50px;
}
#shadow{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: rgba(0,0,0,.2);
}
#fast-previve{
  display: none;
}
#reg-form{
  display: none;
  position: absolute;
  width: 90%;
  top: 20px;
  left: 5%;
  background: #ffffff;
  z-index: 102;
  padding-bottom: 85px;
}
.pop-up-close, .pop-up-close-required{
  font-family: Arial, sans-serif;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 12px;
  cursor: pointer;
  color: #d0d0d0;
  font-size: 24px;
  line-height: 24px;
  z-index: 5;
}
.reg-form-header{
  background: url("../img/reg-form-bg2.png") bottom right no-repeat, #fcf3ec;
  -webkit-background-size: 70px auto;
  background-size: 70px auto;
  padding: 20px 70px 20px 20px;
}
.reg-form-h{
  color: #997bb9;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
}
.reg-form-ul{
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.reg-form-ul li{
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
}
.reg-form-ul li:last-child{
  margin-bottom: 0;
}
.reg-form-ul li:before{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #997bb9;
}
.reg-form-soc-wrap{
  position: absolute;
  bottom: 0;
  left: 0;
}
.reg-form-block{
  padding: 20px;
}
.popup-form-line-h{
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
}
.popup-form-line-h span{
  color: #ff0000;
}
.popup-form-in{
  width: 100%;
  height: 50px;
  border: 1px solid #a3a3a3;
  padding: 0 20px;
  line-height: 68px;
  font-size: 18px;
  border-radius: 5px;
}
.popup-form-line{
  margin-bottom: 15px;
}
.popup-form-check label{
  height: auto;
  font-size: 14px;
  line-height: 18px;
  color: #6a6a6a;
}
.popup-form-check{
  margin-top: 20px;
}
.popup-form-but, .login-form-but, .small-pop-up-send{
  display: block;
  width: 100%;
  height: 50px;
  padding: 0;
  border: none;
  background: #d7b2ff;
  color: #ffffff;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'RobotoCondensedRegular', sans-serif;
  font-weight: normal;
  cursor: pointer;
}
.popup-form-but-wrap{
  margin-top: 20px;
}
.reg-form-soc-h{
  font-size: 16px;
  line-height: 20px;
  color: #6a6a6a;
  margin-bottom: 5px;
}
.reg-form-soc-wrap{
  padding: 0 20px 20px;
  width: 100%;
}
.reg-form-soc-wrap .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.reg-form-soc-wrap .social .ico {
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 6px;
}
.reg-form-soc-wrap .social .ico:last-child{
  margin-right: 0;
}
.reg-form-soc-wrap .social .face {
  background: url("../img/facebook.png") 0 0 no-repeat;
}
.reg-form-soc-wrap .social .tw {
  background: url("../img/twitter.png") 0 0 no-repeat;
}
.reg-form-soc-wrap .social .ins {
  background: url("../img/inst.png") 0 0 no-repeat;
}
.reg-form-soc-wrap .social .goo {
  background: url("../img/google.png") 0 0 no-repeat;
}
.reg-form-soc-wrap .social .vk {
  background: url("../img/vk.png") 0 0 no-repeat;
}
.reg-form-soc-wrap .social .ico{
  -webkit-background-size: 100% 200%;
  background-size: 100% 200%;
}
.reg-form-soc-wrap .social .ico:hover{
  background-position: 0 100%;
}
.popup-form-capcha{
  background: url("../img/capcha.png") center center no-repeat, #f9f9f9;
  width: 100%;
  height: 70px;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
}
#login, .re-login-pop-up{
  display: none;
  position: absolute;
  width: 90%;
  top: 20px;
  left: 5%;
  background: #ffffff;
  z-index: 102;
  padding-bottom: 85px;
}
.re-login-pop-up{
  padding-bottom: 0;
}
.login-top{
  background: url("../img/login-bg.png") bottom right no-repeat, #f1f1f1;
  -webkit-background-size: 100px auto;
  background-size: 100px auto;
  padding: 30px 20px;
}
.re-login-pop-up .login-top{
  background: url("../img/login-bg.png") 108% -13% no-repeat, #f1f1f1;
  background-size: 100px auto;
}
.re-login-txt{
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
.fin-re-login-close, #basket_copy_add, #basket_copy_success a.login-form-but{
  text-decoration: none;
  text-align: center;
  line-height: 50px;
}
#basket_copy_add, #basket_copy_success a.login-form-but{
  margin-bottom: 15px;
}
#basket_copy_error_text{
  padding-right: 50px;
}
#basket_copy_success_text{
  padding-right: 60px;
}
.diskont-top-h{
  font-size: 24px;
  line-height: 28px;
  color: #3b3b3b;
  text-transform: uppercase;
  border-top: 1px solid #ededed;
  padding: 20px 20px 10px;
}
.diskont-top-l{
  font-size: 18px;
  line-height: 22px;
  color: #997bb9;
  text-transform: uppercase;
  border-bottom: 1px solid #ededed;
  padding: 10px 20px 20px;
}
.diskont-top-r{
  font-size: 18px;
  line-height: 22px;
  padding: 20px;
}
.diskont-table{
  display: table;
  width: 100%;
}
.diskont-table-row{
  display: table-row;
}
.diskont-table-cell{
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  color: #6a6a6a;
  border-right: 1px solid #ededed;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
}
.diskont-table-h .diskont-table-cell{
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  white-space: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}
.diskont-table-cell:last-child{
  border-right: none;
}
.diskont-table-row:nth-of-type(2) .diskont-table-cell{
  padding-top: 20px;
}
.diskont-table-row:last-child .diskont-table-cell{
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}
.diskont-line{
  font-size: 16px;
  line-height: 20px;
  color: #6a6a6a;
  padding: 20px 20px 0;
}
.diskont-cont{
  font-size: 16px;
  line-height: 20px;
  padding: 0 20px;
}
.diskont-cont-h{
  color: #6a6a6a;
  padding: 20px 0 10px;
}
.diskont-cont-txt{
  color: #000000;
}
.diskont-cont-txt p{
  padding-top: 20px;
}
.diskont-line span{
  color: #997bb9;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 480px) {
  #basket_copy_success_text, #basket_copy_error_text{
    padding-right: 100px;
  }

  .diskont-table-cell{
    padding-left: 20px;
    padding-right: 20px;
  }
  .diskont-table-cell, .diskont-line, .diskont-cont{
    font-size: 18px;
    line-height: 22px;
  }

  .re-login-pop-up .login-top{
    background-position: 102% 10%;
    background-size: 100px auto;
  }
}
@media screen and (min-width: 640px) {
  #basket_copy_success_text, #basket_copy_error_text{
    padding-right: 135px;
  }

  .diskont-top-r{
    padding: 20px 30px;
  }
  .diskont-top-h,
  .diskont-top-l,
  .diskont-table-cell,
  .diskont-line,
  .diskont-cont{
    padding-left: 30px;
    padding-right: 30px;
  }
  .diskont-table-h .diskont-table-cell{
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .re-login-pop-up .login-top {
    background-position: 112% 168%;
    background-size: auto;
  }
  #basket_copy_error .login-top {
    background-position: 127% 42%;
  }
  .re-login-txt{
    font-size: 20px;
    line-height: 24px;
  }
  .forgot-form-block{
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  #basket_copy_success_text, #basket_copy_error_text{
    padding-right: 180px;
  }

  .re-login-pop-up .login-top, #basket_copy_error .login-top {
    background-position: 100% 10%;
  }
  .re-login-txt{
    margin-bottom: 30px;
    margin-top: 10px;
    padding-left: 155px;
  }
  #fin-re-login .re-login-txt, #fin-re-login .login-form-but-wrap, #basket_copy_error .login-form-but-wrap, #basket_copy_success .login-form-but-wrap{
    padding-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  #basket_copy_success_text, #basket_copy_error_text{
    padding-right: 0;
  }

  #basket_copy_error .login-form-but-wrap{
    justify-content: space-between;
  }
  .diskont-top-h,
  .diskont-top-l,
  .diskont-line,
  .diskont-cont,
  .diskont-top-r{
    padding-left: 0;
    padding-right: 0;
  }
  .diskont-table-cell{
    padding-left: 50px;
    padding-right: 50px;
  }
  .diskont-table-cell:nth-of-type(2){
    text-align: center;
  }
  .diskont-top-cont{
    display: flex;
  }
  .diskont-top-l{
    border: none;
    padding: 20px 0 30px;
    width: 300px;
    min-width: 300px;
  }
  .diskont-top-r{
    padding: 20px 0 30px;
  }
  .diskont-cont{
    padding-top: 20px;
    display: flex;
  }
  .diskont-cont-h{
    padding: 0;
    width: 120px;
    min-width: 120px;
  }
  .diskont-line{
    padding-top: 35px;
  }
  .diskont-total{
    padding-bottom: 15px;
  }

  .num-p-singl .num{
    height: 42px;
  }

  .forgot-form-block {
    padding-left: 0;
    padding-right: 0;
    width: 350px;
  }
  .forgot-form-block .re-log {
    display: block;
  }

  #fin-re-login .login-form{
    padding-top: 0;
  }
  .re-login-txt{
    margin-bottom: 0;
    margin-top: 25px;
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .re-login-pop-up .login-form-but-wrap{
    padding-left: 125px;
  }
}
.pop-up-img{
  height: 40px;
  margin-bottom: 30px;
}
.pop-up-img img{
  display: block;
  height: 100%;
}
.pop-up-h{
  text-transform: uppercase;
  font-size: 30px;
  color: #6a6a6a;
}
.login-form{
  padding: 20px;
  width: 100%;
}
.re-log{
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 30px;
}
.re-log a{
  color: #000000;
  text-decoration: none;
}
.reg-link-wrap{
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.reg-link{
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  border: 1px solid #d7b2ff;
  color: #d7b2ff;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'RobotoCondensedRegular', sans-serif;
  font-weight: normal;
}
#vopros, .mess-pop-up{
  display: none;
  position: absolute;
  width: 90%;
  top: 20px;
  left: 5%;
  background: #ffffff;
  z-index: 102;
}
.vopros-h{
  text-transform: uppercase;
  color: #997bb9;
  font-size: 19px;
  line-height: 23px;
  padding: 20px;
  border-bottom: 1px solid #d0d0d0;
  background: #f9f9f9;
}
#vopros .pop-up-close, .mess-pop-up .pop-up-close{
  top: 9px;
}
.vopros-tov{
  display: flex;
}
.vopros-tov{
  display: table;
  width: 100%;
  background: #f9f9f9;
}
.vopros-tov-img{
  width: 60px;
  display: table-cell;
  padding: 20px;
}
.vopros-tov-img img{
  display: block;
  width: 60px;
}
.vopros-tov-num{
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  line-height: 22px;
  color: #6a6a6a;
}
.vopros-form{
  padding: 20px;
}
.vopros-but-wrap{
  padding-top: 10px;
}
.popup-form-in-txt{
  height: 120px;
  line-height: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: none;
}
#oneclick{
  display: none;
  position: absolute;
  width: 90%;
  top: 20px;
  left: 5%;
  background: #ffffff;
  z-index: 102;
}
#oneclick .login-top{
  background-image: url(../img/click-form-bg.png);
}
#oneclick .pop-up-h{
  font-size: 22px;
}
#city-pop-up{
  display: none;
  position: absolute;
  width: 90%;
  top: 20px;
  left: 5%;
  background: #f3f3f3;
  z-index: 102;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
.city-pop-up-h{
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
  color: #997bb9;
  padding: 30px 0;
}
.city-pop-up-but{
  width: 60px;
  height: 50px;
  border-radius: 10px;
  display: block;
  color: #ffffff;
  background: #d7b2ff;
  padding: 0;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-family: 'RobotoCondensedRegular', sans-serif;
  font-weight: normal;
  margin-left: 20px;
}
.city-pop-up-but:hover{
  background: #997bb9;
}
.city-block{
  width: 100%;
  height: 50px;
  position: relative;
}
.city-val-list{
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  margin-top: 20px;
  background: #ffffff;
  border: 1px solid #fff;
  z-index: 12;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  display: none;
}
.city-val-list:after,
.city-val-list:before {
  content: '';
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 3px;
  top: -11px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  z-index: -1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.city-val-list:before {
  z-index: 2;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 30px;
  height: 20px;
  top: -1px;
  left: -1px;
}
.city-val-list-scroll{
  overflow-y: auto;
  height: auto;
  max-height: 300px;
  padding-right: 1px;
}
.city-val-list-scroll>div{
  font-size: 16px;
  line-height: 20px;
  padding: 5px 20px;
  cursor: pointer;
  display: none;
}
.highlight{
  font-weight: bold;
  color: #000000;
}
.city-val-list-scroll>div:hover{
  background: #edddff;
}
.city-pop-up-text{
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #a3a3a3;
  padding: 0 20px;
  line-height: 48px;
  font-size: 16px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: none;
}
.chosen-container-single .chosen-single{
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #a3a3a3;
  padding: 0 20px;
  line-height: 48px;
  font-size: 18px;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: none;
}
.chosen-container{
  display: block;
  width: 100% !important;
}
.chosen-container-single .chosen-single span{
  font-size: 16px;
  line-height: 48px;
}
.chosen-container-active .chosen-single{
  box-shadow: none;
}
.chosen-container-single .chosen-single div{
  right: 10px;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  background: #ffffff;
}
#send-tov{
  display: none;
  position: absolute;
  width: 90%;
  top: 20px;
  left: 5%;
  z-index: 102;
  background: #ffffff;
}
.send-tov-top{
  background: #f3f3f3;
  padding: 20px;
}
.send-tov-bot{
  padding: 20px;
}
.send-tov-h{
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #997bb9;
}
.send-tov-set{
  padding: 20px 0 0;
}
.send-tov-set-line{
  display: flex;
  margin-bottom: 3px;
}
.send-tov-set-line:last-child{
  margin: 0;
}
.send-tov-set-h{
  width: 160px;
  min-width: 160px;
  font-size: 16px;
  line-height: 20px;
  color: #6a6a6a;
}
.send-tov-set-txt{
  font-size: 18px;
  line-height: 20px;
}
.send-tov-bot{
  font-size: 14px;
  line-height: 18px;
  color: #6a6a6a;
}
.send-tov-bot span{
  color: #000000;
}
.send-tov-bot a{
  color: #997bb9;
}
.send-tov-bot-txt{
  margin-bottom: 20px;
}
.send-tov-bot-txt:last-child{
  margin: 0;
}
#small-pop-up, #small-pop-up2, #small-pop-up3{
  display: none;
  position: absolute;
  width: 90%;
  top: 20px;
  left: 5%;
  z-index: 102;
  background: #ffffff;
}
.pop-up2-img{
  display: flex;
  justify-content: center;
}
.pop-up2-img img{
  display: block;
  width: 75px;
  height: 75px;
}
.small-top{
  padding: 40px 0 30px;
}
.small2-pop-up-h{
  font-size: 30px;
  line-height: 34px;
  color: #997bb9;
  text-align: center;
  padding: 0 20px;
}
.small2-pop-up-desk{
  padding: 20px;
  text-align: center;
  color: #000000;
}
.small2-pop-up-buts .small-pop-up-send{
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.small2-pop-up-buts .small-pop-up-more_wrap{
  background: #ededed;
  margin: 0;
  padding: 20px;
  margin-top: 20px;
}
.small2-pop-up-buts .small-pop-up-more{
  margin-left: -8px;
}


#small-pop-up .login-top{
  background-image: url(../img/small-pop-bg.png);
  background-position: 97% 0;
  padding-right: 95px;
  background-color: #f2f1f6;
}
.small-pop-up-other{
  padding: 20px;
}
#small-pop-up .basket_tov_type_but{
  font-size: 10px;
}
.small-pop-up-other-h{
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
}
.small-pop-up-set{
  padding: 20px;
  border-top: 1px solid #d0d0d0;
}
.small-pop-up-buts{
  padding: 20px;
  border-top: 1px solid #d0d0d0;
}
.small-pop-up-set-cont{
  display: table;
  font-size: 16px;
  line-height: 20px;
}
.small-pop-up-set-line{
  display: table-row;
}
.small-pop-up-set-line>div{
  display: table-cell;
}
.small-pop-up-set-h{
  margin-bottom: 15px;
}
.small-pop-up-set-line-h{
  padding-right: 5px;
  padding-top: 5px;
}
.small-pop-up-set-line-txt{
  padding-top: 5px;
}
#small-pop-up .basket_tov_type{
  padding: 0;
}
.small-pop-up-more{
  display: inline-block;
  padding-left: 47px;
  padding-top: 5px;
  height: 37px;
  line-height: 32px;
  background: url("../img/label.png") 0 0 no-repeat;
  -webkit-background-size: 37px 37px;
  background-size: 37px 37px;
  font-size: 18px;
  color: #45226a;
}
.small-pop-up-more_wrap{
  text-align: center;
  margin-bottom: 20px;
}
#mail-pop-up{
  display: none;
  position: absolute;
  width: 90%;
  top: 20px;
  left: 5%;
  background: #ffffff;
  z-index: 102;
}
#mail-pop-up .login-top{
  background-image: url(../img/mail-pop-bg.png);
  background-color: #f2f1f6;
  padding-right: 80px;
}
#delete-pop-up{
  display: none;
  position: absolute;
  width: 90%;
  top: 20px;
  left: 5%;
  background: #ffffff;
  z-index: 102;
  padding: 20px 20px 40px;
}
.delete-pop-h{
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 20px;
  padding: 20px 0;
  color: #6a6a6a;
}
.delete-pop-buts{
  display: flex;
  justify-content: center;
}
.delete-pop-yes{
  display: block;
  width: 130px;
  height: 50px;
  border: 1px solid #d7b2ff;
  color: #d7b2ff;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'RobotoCondensedRegular', sans-serif;
  font-weight: normal;
  background: #ffffff;
  padding: 0;
  cursor: pointer;
  margin-right: 20px;
}
.delete-pop-no{
  display: block;
  width: 130px;
  height: 50px;
  border: 1px solid #d7b2ff;
  color: #ffffff;
  border-radius: 10px;
  font-size: 20px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  font-weight: normal;
  background: #d7b2ff;
  padding: 0;
  cursor: pointer;
}


.help-content h1{
  margin: 0;
  padding: 30px 20px;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 40px;
  font-weight: lighter;
}
.help-line{
  padding: 20px;
  border-top: 1px solid #ededed;
}
.help-line-h{
  margin: 0;
  padding: 0 0 20px;
  text-transform: uppercase;
  font-weight: lighter;
  font-size: 24px;
  line-height: 28px;
}
.help-line-cont-price{
  font-size: 18px;
  line-height: 22px;
  color: #6a6a6a;
}
.help-line-cont-l{
  padding-bottom: 20px;
}
.help-line-cont-r{
  font-size: 18px;
  line-height: 22px;
}
.help-line-cont-catalog-link, .help-line-cont-dost-link{
  display: inline-block;
  padding-left: 55px;
  min-height: 32px;
  background: url("../img/mannequin.png") 0 0 no-repeat;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: #997bb9;
  padding-top: 4px;
}
.help-line-cont-dost-link{
  background-image: url("../img/delivery-truck2.png");
  margin-bottom: 20px;
}
.help-line-cont-tel{
  padding-left: 55px;
  background: url("../img/phone-call-g.png") 0 0 no-repeat;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
}
.help-qw-h{
  padding: 12px 40px 12px 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: #3b3b3b;
  background: #f9f9f9;
  position: relative;
  cursor: pointer;
}
.help-qw-h-active{
  background: #faf6ff;
}
.help-qw-h:after{
  content: '';
  position: absolute;
  right: 10px;
  top: 13px;
  width: 20px;
  height: 20px;
  background: url("../img/down.png") 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.help-qw-h-active:after{
  background-image: url("../img/up.png");
}
.help-qw-txt{
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
  display: none;
}
.help-qw-item{
  margin-bottom: 15px;
}
.help-qw-item:last-child{
  margin-bottom: 0;
}
.help-all{
  padding-bottom: 40px;
}
.help-tel-line{
  border: none;
}
.otziv-total, .blog-total{
  padding: 0 20px;
}
.otziv-item, .blog-item-cont{
  padding: 20px;
  background: #f9f9f9;
  margin-bottom: 20px;
}
.otziv-top, .blog-top{
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #997bb9;
}
.otziv-name, .blog-name{
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  color: #997bb9;
}
.blog-name{
  text-decoration: none;
  margin-bottom: 0;
  font-weight: lighter;
}
.blog-name a{
  text-decoration: none;
}
.blog-link_wrap{
  padding-top: 20px;
  padding-bottom: 5px;
}
.blog-link{
  color: #997bb9;
  font-size: 18px;
  text-decoration: none;
}
.blog-item-img{
  display: block;
  width: 100%;
  height: auto;
}
.blog-item-img img{
  display: block;
  width: 100%;
  height: auto;
}
.otziv-date{
  font-size: 16px;
  line-height: 20px;
  color: #6a6a6a;
}
.otziv-txt, .blog-txt{
  font-size: 18px;
  line-height: 22px;
  color: #6a6a6a;
}
.otziv-pages *{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.otziv-pages{
  padding-top: 15px;
}

.basket-empty{
  background: url("../img/b-empty-bg1.jpg") 190% 0 no-repeat, #fafafa;
  padding: 0 20% 0 10px;
}
.basket-empty-h{
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  padding: 120px 0 20px;
  margin: 0;
}
.basket-empty-desk{
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 120px;
}

.order-block{
  background: url("../img/b-empty-bg1.jpg") 266% 63% no-repeat, #fafafa;
  padding: 0 20% 0 10px;
}
.order-h{
  font-size: 24px;
  line-height: 28px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 300;
  padding: 60px 0 30px;
  margin: 0;
}
.order-cont{
  padding-bottom: 60px;
}
.order-table{
  display: table;
  margin-bottom: 30px;
}
.order-table-row{
  display: table-row;
}
.order-table-cell{
  display: table-cell;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 8px;
}
.order-table-cell:first-child{
  color: #6a6a6a;
  padding-right: 20px;
}
.order-cont-line{
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 20px;
  color: #6a6a6a;
}
.order-cont-line:last-child{
  padding-bottom: 0;
}
.order-cont-line span{
  color: #000000;
}
.main-content .watched .no-slick-slider{
  display: flex;
  flex-wrap: wrap;
}
.main-content .no-slick-slider .w-product {
  margin: 0 1px 2px;
  width: calc(33.3333% - 4px);
}
.otziv-form-block{
  padding-bottom: 20px;
}
.otziv-form-h-wrap{
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
}
.otziv-form-h{
  text-transform: uppercase;
}
.otziv-form-sign_in{
  margin-top: 5px;
  font-size: 22px;
  line-height: 26px;
}
.otziv-form-sign_in a{
  color: #000000;
}
.otziv-form-name{
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  color: #997bb9;
}
.otziv-form-txt{
  display: block;
  width: 100%;
  height: 200px;
  border: 1px solid #45226a;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 20px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.otziv-form-but{
  display: block;
  width: 160px;
  height: 32px;
  font-size: 16px;
  border: 1px solid #45226a;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #45226a;
  cursor: pointer;
  text-transform: uppercase;
  background: none;
  margin-top: 10px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
}
.otziv-form-but:hover{
  background-color: #d7b2ff;
  border-color: #d7b2ff;
  color: #fff;
}



@media screen and (min-width: 360px) {
  .basket-empty{
    background: url("../img/b-empty-bg1.jpg") 150% 0 no-repeat, #fafafa;
  }
  .order-block{
    background: url("../img/b-empty-bg1.jpg") 167% 63% no-repeat, #fafafa;
  }
}



@media screen and (min-width: 400px) {
  .basket-empty{
    background: url("../img/b-empty-bg1.jpg") 120% 0 no-repeat, #fafafa;
  }
  .order-block{
    background: url("../img/b-empty-bg1.jpg") 140% 63% no-repeat, #fafafa;
  }
}



@media screen and (min-width: 480px) {

  .main-content .no-slick-slider .w-product {
    margin: 0 2px 4px;
    width: calc(33.3333% - 6px);
  }

  .order-block{
    background: url("../img/b-empty-bg1.jpg") bottom right no-repeat, #fafafa;
    padding: 0 50% 0 10px;
  }

  .basket-empty{
    background: url("../img/b-empty-bg1.jpg") bottom right no-repeat, #fafafa;
    padding-right: 10px;
  }
  .basket-empty-desk{
    max-width: 300px;
  }

  #small-pop-up .basket_tov_type_but{
    font-size: 16px;
  }
  .city-pop-up-line{
    display: flex;
  }
  .city-pop-up-h{
    font-size: 24px;
    line-height: 28px;
  }
  #oneclick .pop-up-h{
    font-size: 30px;
    line-height: 36px;
  }
  #oneclick .login-top{
    -webkit-background-size: 140px auto;
    background-size: 140px auto;
  }
  .vopros-tov-img, .vopros-tov-img img{
    width: 120px;
  }
  .vopros-tov-num{
    font-size: 24px;
    line-height: 28px;
  }
  #vopros .pop-up-close, .mess-pop-up .pop-up-close {
    top: 0;
  }
  .vopros-h{
    font-size: 30px;
    line-height: 36px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .popup-form-check label{
    font-size: 18px;
    line-height: 22px;
  }
  #rec-marker{
    top: -60px;
  }
  .singl-tov-stat{
    font-size: 24px;
    line-height: 24px;
    margin-right: 12px;
  }
  .singl-tov-like{
    width: 60px;
    height: 60px;
  }
  .singl-tov-cont h1{
    font-size: 36px;
    line-height: 40px;
  }
  .singl-tov-price-h{
    display: inline-block;
  }
  .singl-tov-price-val-wrap{
    display: inline-block;
    padding-left: 15px;
  }
  .singl-tov-price-val{
    font-size: 28px;
    line-height: 32px;
  }
  .singl-tov-buts-wrap{
    display: flex;
    justify-content: space-between;
  }
  .singl-tov-buts{
    width: 55%;
  }
  .singl-tov-fast-but{
    width: calc(45% - 20px);
    margin-top: 30px;
  }
  .singl-tov-soc-wrap{
    justify-content: flex-start;
  }
  .singl-tov-soc{
    width: auto;
    padding-left: 15px;
  }
  .singl-tov-char-line{
    justify-content: flex-start;
  }
  .singl-tov-char-line > .singl-tov-char-h{
    width: 145px;
  }
  .singl-tov-char-line > .singl-tov-char-txt{
    width: calc(100% - 145px);
    text-align: left;
  }
  .cab_history_line_head_num,
  .cab_history_line_head_price-val{
    font-size: 20px;
  }
  .cab_history_line_info_trak{
    margin: 0;
  }
  .cab_history_line_info_dop{
    padding-left: 45px;
  }
  .cab_history_line_cont_top_sum,
  .cab_history_line_stat-in{
    font-size: 24px;
  }
  .cab_history_bonus_item_h, .cab_history_bonus_item_val{
    font-size: 20px;
    line-height: 24px;
  }
  .cab-form-head-status-h, .cab-form-head-status-val{
    font-size: 18px;
    line-height: 22px;
  }
  .cab-contacts_wrap > div{
    font-size: 24px;
    line-height: 24px;
  }
  .page-h1, .cab_history_h{
    font-size: 36px;
    line-height: 40px;
  }
  .cab-name{
    font-size: 24px;
  }
  .check-style + label{
    font-size: 24px;
    line-height: 24px;
  }
  .cab_history_line_head{
    padding-right: 70px;
  }
  .cab_history_line_cont_top_bats, .cab_history_line_info{
    display: flex;
    justify-content: space-between;
  }
  .cab_history_line_info_dost .cab_history_line_info_val{
    margin-bottom: 0;
  }
  .basket_form_but, .basket_tov_save_but{
    height: 70px;
  }
  #marker-cat{
    top: -80px;
  }
  .watched-in .watched-in-h_wrap h2{
    width: auto;
  }
  .basket_tov_item_label{
    font-size: 20px;
    line-height: 20px;
  }
  .basket_tov_item_comment_but{
    width: 36px;
    height: 36px;
  }
  .basket_tov_item_price_old{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: -28px;
  }
  .basket_tov_item_price{
    padding-top: 28px;
    font-size: 30px;
    line-height: 34px;
  }
  .basket_tov_item_price_wrap{
    width: 80px;
  }
  .basket_tov_item_desk{
    width: calc(100% - 80px);
  }
  .basket_tov_item_count{
    font-size: 18px;
    line-height: 20px;
    padding-top: 6px;
  }
  .basket_tov_item_art{
    font-size: 20px;
    line-height: 22px;
    padding-top: 12px;
  }
  .basket_tov_item_num .num-p{
    height: 70px;
    line-height: 68px;
  }
  .basket_tov_item_del{
    top: 19px;
  }
  .basket_tov_item_cat{
    top: 16px;
  }
  .basket_pay_sis_logo{
    float: left;
  }
  .basket_pay_sis_desk{
    margin-left: 120px;
    overflow: hidden;
  }
  .basket_pay_sis_desk_cell{
    display: table-cell;
    height: 48px;
    vertical-align: middle;
  }
  .basket_tov_type_but{
    height: 56px;
    line-height: 54px;
    font-size: 18px;
  }
}






@media screen and (min-width: 640px) {

  .otziv-form-h-wrap{
    display: flex;
    font-size: 28px;
    line-height: 32px;
  }
  .otziv-form-h{
    margin-right: 20px;
  }
  .otziv-form-sign_in{
    margin-top: 0;
    font-size: 28px;
    line-height: 32px;
  }

  .main-content .no-slick-slider .w-product {
    margin: 0 6px 12px;
    width: calc(33.3333% - 14px);
  }

  #small-pop-up2{
    width: 580px;
    left: 50%;
    margin-left: -290px;
  }
  #small-pop-up3{
    width: 580px;
    left: 50%;
    margin-left: -290px;
  }
  .small-top {
    padding: 50px 0 40px;
  }
  .small2-pop-up-h{
    font-size: 36px;
    line-height: 40px;
  }
  .small2-pop-up-desk{
    font-size: 24px;
    line-height: 28px;
  }
  .small2-pop-up-desk{
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .small2-pop-up-buts .small-pop-up-more_wrap{
    margin-top: 30px;
  }
  .small2-pop-up-buts .small-pop-up-send{
    width: 290px;
  }

  .order-block{
    background: url("../img/b-empty-bg1.jpg") 100% 60px no-repeat, #fafafa;
    padding: 0 30px;
  }
  .order-h{
    font-size: 36px;
    line-height: 40px;
    max-width: 400px;
    padding: 60px 0;
  }
  .order-table-cell,
  .order-cont-line{
    font-size: 26px;
    line-height: 32px;
  }
  .order-table-cell{
    padding-bottom: 20px;
  }
  .order-table-cell:first-child{
    padding-right: 40px;
  }
  .order-table{
    margin-bottom: 40px;
  }

  .basket-empty{
    padding: 0 30px;
  }
  .basket-empty-h{
    font-size: 36px;
    line-height: 40px;
    padding-bottom: 80px;
  }
  .basket-empty-desk{
    font-size: 26px;
    line-height: 32px;
    max-width: 400px;
  }

  .otziv-total, .blog-total{
    padding: 0 30px;
  }
  .otziv-item, .blog-item-cont{
    padding: 30px;
  }
  .otziv-top{
    display: flex;
    justify-content: space-between;
  }
  .otziv-date{
    position: relative;
    top: 4px;
  }
  .otziv-name{
    margin-bottom: 0;
  }
  .help-line-cont-dost-wrap{
    display: flex;
    justify-content: space-between;
  }
  .help-line-cont-dost-link{
    margin-bottom: 0;
  }
  .help-line-cont-dost-wrap .help-line-cont-tel{
    position: relative;
    top: 5px;
  }
  .help-content h1,
  .help-line{
    padding: 30px;
  }
  .help-line-h, .help-line-cont-l{
    padding-bottom: 30px;
  }
  .help-qw-h{
    padding: 15px 50px 15px 30px;
  }
  .help-qw-h::after{
    top: 16px;
    right: 20px;
  }
  .help-qw-txt{
    margin-top: 20px;
    padding-bottom: 10px;
  }
  #delete-pop-up{
    width: 576px;
    left: 50%;
    margin-left: -288px;
    padding: 30px 30px 50px;
  }
  .delete-pop-yes, .delete-pop-no{
    width: 195px;
  }
  .delete-pop-h{
    font-size: 30px;
    line-height: 36px;
  }
  #mail-pop-up .login-top{
    background-position: bottom right;
  }
  .small-pop-up-other-h{
    font-size: 30px;
    line-height: 36px;
  }
  .small-pop-up-set, .small-pop-up-set-cont{
    font-size: 24px;
    line-height: 28px;
  }
  .small-pop-up-more{
    font-size: 24px;
  }
  .small-pop-up-other, .small-pop-up-set, .small-pop-up-buts{
    padding: 30px;
  }
  .small-pop-up-more_wrap{
    margin-bottom: 30px;
  }
  .small-pop-up-other-h, .small-pop-up-set-h{
    margin-bottom: 25px;
  }
  #small-pop-up .basket_tov_type_but{
    font-size: 18px;
  }
  .send-tov-top, .send-tov-bot{
    padding: 30px;
  }
  .send-tov-set{
    padding-top: 30px;
  }
  #city-pop-up{
    padding-left: 30px;
    padding-right: 30px;
  }
  #oneclick .login-top{
    -webkit-background-size: auto auto;
    background-size: auto auto;
    background-position: 100% -35%;
  }
  .vopros-h{
    font-size: 36px;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .vopros-tov-img, .vopros-form{
    padding: 30px;
  }
  .login-form{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
  }
  .reg-link-wrap{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .login-top{
    -webkit-background-size: auto auto;
    background-size: auto auto;
  }
  .pop-up-h{
    font-size: 40px;
  }
  .login-top{
    padding: 50px 30px;
    background-position: 100% 10%;
  }
  .reg-form-soc-wrap{
    padding-bottom: 30px;
  }
  .popup-form-line-h{
    font-size: 20px;
    line-height: 24px;
  }
  .reg-form-soc-h{
    font-size: 20px;
    line-height: 45px;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
    font-weight: normal;
  }
  .reg-form-soc-wrap{
    display: flex;
    justify-content: space-around;
  }
  .popup-form-check,
  .popup-form-but-wrap{
    margin-top: 40px;
  }
  .reg-form-ul li::before{
    top: 9px;
  }
  .reg-form-h{
    font-size: 40px;
    line-height: 46px;
  }
  .reg-form-ul li{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .reg-form-header{
    padding: 40px 179px 40px 30px;
    -webkit-background-size: auto auto;
    background-size: auto auto;
  }
  .reg-form-block{
    padding: 30px;
  }
  .reg-form-ul{
    margin-top: 30px;
  }
  #rec-marker{
    top: -90px;
  }
  .singl-tov-like{
    right: 20px;
    top: 10px;
  }
  .singl-tov-stat-wrap{
    left: 30px;
    top: 25px;
  }
  .singl-plas-wrap, .back-link-wrap{
    padding-left: 30px;
    padding-right: 30px;
  }
  .singl-plas-cont .slick-arrow{
    width: 40px;
    padding-top: 40px;
    margin-top: -20px;
  }
  .singl-tov-buts{
    width: calc(100% - 260px);
  }
  .singl-tov-fast-but{
    width: 240px;
  }
  .singl-tov-bay-but{
    max-width: 165px;
  }
  .singl-plas-cont{
    width: calc(100% - 20px);
  }
  .singl-plas-item{
    margin-left: 25px;
    margin-right: 25px;
  }
  .singl-tov-soc-wrap{
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .singl-comment-wrap{
    padding: 0 30px 40px;
  }
  .singl-comment-info{
    display: flex;
    justify-content: space-between;
  }
  .singl-comment-time, .singl-comment-name{
    padding-bottom: 20px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .singl-comment-txt{
    padding-top: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .singl-comment-h{
    font-size: 36px;
    line-height: 40px;
    padding: 35px 0;
  }
  .singl-contact-form-h{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
    padding-top: 10px;
  }
  .singl-contact-form-line{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .singl-contact-form-desk{
    font-size: 18px;
    line-height: 22px;
  }
  .singl-contact-form-wrap{
    width: 495px;
    padding: 0 0 0 90px;
    position: relative;
    margin: 25px auto 40px;
  }
  .singl-contact-form-h,
  .singl-contact-form-line,
  .singl-contact-form-desk{
    text-align: left;
  }
  .singl-contact-form-in, .singl-contact-form-but, .singl-contact-form-check{
    max-width: 320px;
    margin-left: 0;
  }
  .singl-contact-form-img{
    position: absolute;
    top: 0;
    left: 0;
  }
  .singl-dost-alert, .singl-dost-link a{
    font-size: 18px;
    line-height: 22px;
  }
  .singl-plas-item-h{
    font-size: 22px;
    line-height: 26px;
  }
  .singl-plas-item-txt{
    font-size: 18px;
    line-height: 22px;
  }
  .singl-plas-cont .singl-plas-item{
    display: flex;
    justify-content: space-between;
  }
  .singl-plas-item-cont{
    text-align: left;
  }
  .singl-plas-item-num{
    padding-left: 10px;
    padding-right: 25px;
    line-height: 60px;
  }
  .singl-plas-item{
    padding: 30px 20px;
  }
  .singl-plas-h{
    font-size: 30px;
    line-height: 36px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .singl-garant, .singl-dost{
    padding: 0;
  }
  .singl-garant-in{
    width: 495px;
    margin: 0 auto;
    position: relative;
    padding: 30px 150px 30px 0;
  }
  .singl-dost-in{
    width: 495px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0 30px 150px;
  }
  .singl-garant-h{
    margin-top: 0;
    text-align: left;
  }
  .singl-garant-img, .singl-dost-img{
    width: 90px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -45px;
  }
  .singl-dost-img{
    right: auto;
    left: 0;
  }
  .singl-dost-cont{
    padding: 0;
  }
  .singl-garant-cont, .singl-dost-cont{
    max-width: 100%;
  }
  .singl-tov-cont{
    padding-left: 30px;
    padding-right: 30px;
  }
  .singl-tov-price-wrap{
    display: flex;
    justify-content: space-between;
  }
  .singl-tov-price-type{
    padding-top: 0;
  }
  .cab_history_line_head_num{
    width: 230px;
  }
  .cab_history_line_head_price-val{
    width: 120px;
  }
  .cab-name,
  .cab-subscribe-wrap,
  .cab-contacts_wrap,
  .cab-form-head,
  .cab_history_head,
  .cab_history_line_head,
  .cab_history_line_cont_top_sum_wrap,
  .cab_history_line_cont_top_bats,
  .cab_history_line_info-wrap,
  .cab_history_desk,
  .page-h1,
  .singl-blog-cont{
    padding-left: 30px;
    padding-right: 30px;
  }
  .cab_history_line_head::after{
    right: 30px;
  }
  .send-mail-but{
    position: absolute;
    top: 22px;
    right: 30px;
  }
  .cab_history_line_head{
    padding-right: 80px;
  }
  .cab_history_line_cont_top_sum, .cab_history_line_pay{
    font-size: 20px;
  }
  .cab_history_line_info_dop,
  .cab_history_desk{
    font-size: 20px;
    line-height: 24px;
  }
  .cab_history_line_info_dost .cab_history_line_info_h,
  .copy-to-cat-but,
  .zakaz-del-but,
  .cab_history_line_info_dost .cab_history_line_info_val,
  .cab_history_line_info_trak .cab_history_line_info_val{
    font-size: 20px;
  }
  .cab_history_line_cont_top_sum-val{
    font-size: 24px;
  }
  .cab_history_bonus{
    display: flex;
    justify-content: space-between;
  }
  .cab_history_line_head_num, .cab_history_line_head_price-val{
    font-size: 24px;
    line-height: 28px;
  }
  #marker-cat{
    top: -110px;
  }
  .basket_tov_item_img_wrap .current-message{
    padding: 15px;
  }
  .watched-in .watched-in-h_wrap h2{
    font-size: 36px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    background-position: 0 5px;
  }
  .basket_tov_sort{
    width: 218px;
    float: left;
    margin: 0;
  }
  .basket_tov_del{
    float: right;
    margin: 0;
  }
  .basket_pay_sis_wrap{
    padding-top: 15px;
  }
  .basket_top_h, .basket_tov_h{
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px;
  }
  .basket_tov_h{
    margin: 0;
  }
  .basket_top_h span, .basket_tov_h span{
    font-size: 24px;
  }
  .basket_top_val{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 35px;
  }
  .another-courier{
    font-size: 20px;
    line-height: 24px;
  }
  .login-link_wrap, .basket_form_item, .basket_form_h, .basket_top_wrap, .dost-addr-limit, .cab_form_but_wrap{
    padding-left: 30px;
    padding-right: 30px;
  }
  .basket_top_more{
    margin: 0;
    float: left;
    position: relative;
    top: 4px;
  }
  .basket_top_pay{
    margin: 0;
    float: right;
  }
  .basket_sort_sel{
    margin-bottom: 0;
  }
  .basket_tov_del{
    margin-top: 39px;
  }
  .basket_tov_item_wrap{
    padding: 11px;
  }
  .basket_tov_item_total_wrap{
    padding: 19px;
  }
  .basket_tov_item_label{
    left: 15px;
    top: 15px;
  }
  .basket_tov_item_comment_but{
    right: 15px;
    top: 15px;
  }
  .basket_tov_item_cont{
    padding: 0 15px;
  }
  .basket_tov_item_set{
    padding: 15px 0;
  }
  .cab_form_top-block{
    position: relative;
  }
  .cab_form_top-block{
    padding-bottom: 5px;
  }
}





@media screen and (min-width: 768px) {

  .blog-item{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .blog-item-img{
    width: 200px;
    height: 200px;
  }
  .blog-item-img img{
    display: block;
    height: 100%;
    width: auto;
  }
  .blog-item-cont{
    width: calc(100% - 210px);
    height: 200px;
    padding: 20px;
  }
  .blog-link_wrap{
    padding-bottom: 0;
    padding-top: 15px;
    text-align: right;
  }
  .blog-over{
    height: 125px;
    overflow: hidden;
  }
  .blog-top{
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
  .blog-name{
    line-height: 23px;
  }

  .main-content .no-slick-slider .w-product {
    margin: 0 10px 20px;
    width: calc(25% - 22px);
  }

  .order-block{
    background: url("../img/order-bg1.jpg") bottom right no-repeat, #fafafa;
    padding: 0 40% 0 30px;
  }
  .order-h{
    max-width: 100%;
    font-size: 30px;
    line-height: 36px;
    padding-top: 80px;
  }
  .order-cont{
    padding-bottom: 100px;
  }
  .order-table-cell,
  .order-cont-line{
    font-size: 20px;
    line-height: 24px;
  }
  .order-cont-line{
    padding-bottom: 40px;
  }

  .basket-empty{
    background: url("../img/b-empty-bg1.jpg") 85% 100% no-repeat, #fafafa;
  }

  .main-nav .city, .main-nav .after-menu, .mob-login-menu{
    display: none;
  }
  #send-tov{
    width: 700px;
    left: 50%;
    margin-left: -350px;
  }
  .send-tov-top, .send-tov-bot{
    padding-left: 60px;
    padding-right: 60px;
  }
  #city-pop-up{
    width: 510px;
    left: 50%;
    margin-left: -255px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .city-pop-up-h{
    padding: 40px 0;
  }
  #oneclick .pop-up-h{
    font-size: 40px;
    line-height: 44px;
  }
  .vopros-but-wrap{
    padding-left: 155px;
  }
  #login{
    padding-bottom: 140px;
  }
  #login .reg-form-soc-wrap{
    padding-left: 185px;
    padding-right: 0;
    padding-top: 15px;
    display: block;
  }
  .login-form-but-wrap{
    padding-left: 155px;
  }
  .re-log{
    text-align: left;
  }
  .reg-link-wrap{
    padding-left: 185px;
  }
  .popup-form-capcha{
    width: calc(100% - 155px);
    margin-left: 155px;
  }
  #delete-pop-up,
  #send-tov,
  #city-pop-up,
  #reg-form,
  #login,
  #oneclick,
  #mail-pop-up,
  #vopros,
  #small-pop-up,
  .re-login-pop-up,
  .mess-pop-up{
    top: 100px;
  }
  #fast-previve, #fast-previve *, #fast-previve *:before, #fast-previve *:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #fast-previve{
    width: 660px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -330px;
    background: #ffffff;
    z-index: 102;
  }
  #fast-previve .pop-up-close{
    font-family: Arial, sans-serif;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #d0d0d0;
    font-size: 24px;
    line-height: 24px;
    z-index: 5;
    padding: 10px;
  }
  .fast-previve-slider-wrap{
    position: relative;
  }
  #fast-previve .singl-tov-stat{
    font-family: RobotoCondensedRegular, sans-serif;
  }
  .fast-previve-slide img{
    display: block;
    width: 100%;
  }
  .fast-previve-r{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .fast-previve-h{
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .fast-previve-txt{
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
  }
  .fast-previve-set-item{
    display: flex;
    margin-bottom: 10px;
  }
  .fast-previve-set-item-l{
    width: 150px;
    min-width: 150px;
    font-size: 14px;
    line-height: 18px;
    color: #6a6a6a;
    padding-top: 2px;
  }
  .fast-previve-set-item-r{
    font-size: 16px;
    line-height: 20px;
    color: #000000;
  }
  .fast-previve-price-wrap{
    padding: 20px 0;
  }
  .fast-previve-price-h{
    font-size: 14px;
    color: #6a6a6a;
    display: inline-block;
  }
  #fast-previve .fast-previve-price{
    font-size: 24px;
    line-height: 28px;
    font-family: 'RobotoCondensedRegular', sans-serif;
    font-weight: normal;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
  }
  #fast-previve .fast-previve-price span{
    font-size: 16px;
    font-family: 'RobotoCondensedRegular', sans-serif;
    font-weight: normal;
  }
  #fast-previve .fast-previve-price-old{
    font-size: 18px;
    line-height: 22px;
    color: #ff0000;
    text-decoration: line-through;
    font-family: 'RobotoCondensedRegular', sans-serif;
    font-weight: normal;
    display: inline-block;
  }
  .fast-previve-bats{
    display: flex;
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
    padding: 15px 20px;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
  }
  .fast-previve-bats a{
    display: block;
    text-decoration: underline;
    text-transform: uppercase;
    color: #997bb9;
    font-size: 20px;
    line-height: 24px;
  }
  .fast-previve-qw-but{
    background: url("../img/qw2.png") 0 50% no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    padding-left: 30px;
  }
  .fast-previve-dost-but{
    background: url("../img/delivery-truck2.png") 0 50% no-repeat;
    -webkit-background-size: 18px 18px;
    background-size: 22px 22px;
    padding-left: 34px;
  }
  .fast-previve-bot:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .fast-previve-bot-l{
    float: right;
    width: 240px;
  }
  .fast-previve-bot-r{
    float: left;
    width: calc(100% - 240px);
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
  }
  .fast-previve-oneclick-but{
    margin-top: 0;
  }
  .fast-previve-bot{
    padding: 20px 60px;
    position: relative;
  }
  .prev-fast-previve-but{
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    background: url("../img/back.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
  }
  .next-fast-previve-but{
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    background: url("../img/next.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
  }
  .singl-tov-slide{
    padding-left: 30px;
    padding-right: 30px;
  }
  .singl-plas-item{
    margin-left: 15px;
    margin-right: 15px;
  }
  .singl-plas-cont {
    width: calc(100% - 40px);
  }
  .singl-plas-cont .slick-prev{
    left: -30px;
  }
  .singl-plas-cont .slick-next{
    right: -30px;
  }
  .singl-plas-item-h{
    font-size: 16px;
    line-height: 20px;
  }
  .singl-plas-item-txt{
    font-size: 14px;
    line-height: 18px;
  }
  .singl-tov-link-h{
    padding-bottom: 15px;
    border-bottom: 1px solid #cecece;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
  }
  .singl-tov-dop-wrap{
    display: flex;
    justify-content: space-between;
  }
  .singl-tov-soc-wrap{
    margin: 0;
    padding: 0;
    border: none;
  }
  .singl-tov-soc-wrap{
    display: block;
  }
  .singl-tov-soc-h{
    line-height: 14px;
    margin-bottom: 10px;
  }
  .singl-tov-soc{
    padding-left: 0;
  }
  .singl-tov-soc-item:first-child{
    margin: 0;
  }
  #marker-cat{
    top: -90px;
  }
  .watched-in-h_wrap{
    padding-left: 0;
    padding-right: 0;
  }
  .watched-in-h_wrap, .watched-in-bg .watched-in-h_wrap h2{
    text-align: left;
    display: inline-block;
  }
  .basket_tov_item_wrap{
    width: 33.3333%;
  }
  .basket_tov_item_wrap:nth-of-type(2n+1){
    clear: none;
  }
  .basket_tov_item_wrap:nth-of-type(3n+1){
    clear: left;
  }
  .basket_tov_item_num .num-p{
    height: 56px;
    line-height: 54px;
  }
  .basket_tov_item_del{
    top: 13px;
  }
  .basket_tov_item_cat{
    top: 9px;
  }
  .basket_tov_item_price_old{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: -24px;
  }
  .basket_tov_item_price{
    padding-top: 24px;
    font-size: 24px;
    line-height: 28px;
  }
  .basket_tov_item_price_wrap{
    width: 70px;
  }
  .basket_tov_item_desk{
    width: calc(100% - 70px);
  }
  .basket_tov_type_but{
    font-size: 20px;
  }
  .basket_tov_item_art{
    font-size: 16px;
  }
  .basket_tov_item_count{
    padding-top: 3px;
  }
  .basket_tov_item_art{
    padding-top: 8px;
  }
  .basket_form_comment_check{
    margin-left: 120px;
  }
  .basket_form_fio, .basket_form_contacts, .cab_form_courier{
    margin-bottom: 30px;
  }
  .basket_form_block{
    padding-top: 30px;
  }
  .login-link_wrap{
    padding-bottom: 30px;
  }
  .dost-addr{
    margin-left: 120px;
  }
  .basket_label_cell{
    width: 120px;
    padding-right: 5px;
    float: left;
    height: 50px;
    overflow: hidden;
  }
  .basket_label_cell label{
    display: table-cell;
    height: 50px;
    line-height: 24px;
    vertical-align: middle;
  }
  .basket_input_cell{
    margin-left: 120px;
    overflow: hidden;
  }
  .login-link_wrap{
    padding-left: 150px;
  }
  .another-courier{
    margin-left: 120px;
  }
  .popup-form-line{
    display: flex;
  }
  .popup-form-check{
    margin-left: 0;
  }
  .popup-form-line-h{
    line-height: 50px;
    width: 155px;
    min-width: 155px;
  }
  .popup-form-line-h.forgot-form-twoline-h{
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 24px;
  }
  .reg-form-header{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .reg-form-h{
    font-size: 30px;
    line-height: 36px;
  }
  .reg-form-ul{
    margin-top: 20px;
  }
  .reg-form-ul li{
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 7px;
  }
  .basket_form_comment_check label{
    padding-left: 155px;
  }
  .popup-form-but{
    width: calc(100% - 155px);
  }
  .popup-form-but-wrap{
    display: flex;
    justify-content: flex-end;
  }
  .reg-form-soc-wrap{
    padding-top: 15px;
    border-top: 1px solid #d0d0d0;
  }
  #reg-form{
    padding-bottom: 96px;
  }
}





@media screen and (min-width: 1280px) {

  .popup-form-line-h.forgot-form-twoline-h {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 18px;
  }

  .main-content .no-slick-slider .w-product {
    margin: 0;
    width: 180px;
  }

  .small2-pop-up-buts .small-pop-up-more{
    margin-left: 0;
  }
  #small-pop-up2{
    background: #f3f3f3;
  }
  #small-pop-up3{
    background: #f3f3f3;
  }
  .small-top{
    display: none;
  }
  .small2-pop-up-h{
    font-size: 24px;
    line-height: 28px;
  }
  .small2-pop-up-desk{
    font-size: 18px;
    line-height: 22px;
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .small2-pop-up-buts .small-pop-up-more_wrap {
    background: none;
    margin: 0;
    padding: 5px 0 0;
    float: left;
  }
  .small2-pop-up-buts .small-pop-up-send{
    margin: 0;
    width: 180px;
    float: right;
  }
  .small2-pop-up-buts {
    background: #ffffff;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
    border: none;
    justify-content: space-between;
  }
  .small2-pop-up-buts:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .small2-pop-up-txt{
    padding-top: 60px;
  }
  #small-pop-up2{
    width: 700px;
    margin-left: -350px;
  }

  .order-block{
    background: url("../img/order-bg2.jpg") top center no-repeat, #fafafa;
    padding: 0;
  }
  .order-h{
    font-size: 36px;
    line-height: 40px;
    padding-top: 87px;
    padding-bottom: 50px;
  }
  .order-cont{
    padding-bottom: 105px;
  }
  .order-table-cell,
  .order-cont-line{
    font-size: 18px;
    line-height: 22px;
  }
  .order-table-cell{
    padding-bottom: 10px;
  }
  .order-cont-line{
    padding-bottom: 10px;
  }

  .basket-empty{
    padding: 0;
    background: url("../img/b-empty-bg2.jpg") top center no-repeat, #fafafa;
    margin-top: -46px;
  }
  .basket-empty-h{
    padding-top: 200px;
    padding-bottom: 50px;
  }
  .basket-empty-desk{
    padding-bottom: 200px;
    font-size: 16px;
    line-height: 20px;
    max-width: 340px;
  }

  .filter_item .label-m{
    white-space: nowrap;
    max-width: none;
  }
  .basket_tov_link, .basket_tov_type{
    float: left;
  }
  .basket_tov_link{
    font-size: 18px;
  }
  .basket_tov_type_but{
    height: 34px;
    line-height: 32px;
    font-size: 16px;
  }
  .basket_tov_type{
    width: 430px;
    padding: 30px 0 0;
    margin-left: 130px;
  }
  .basket_tov_but{
    float: right;
  }
  .basket_tov_mid, .basket_tov_item_total_wrap{
    padding: 0;
  }
  .basket_tov_top{
    padding: 4px 0 40px;
  }
  .basket_tov_vive_cell{
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .basket_tov_vive_cell span{
    width: 8px;
    height: 8px;
    margin-right: 2px;
    margin-bottom: 2px;
    float: left;
    background: #a3a3a3;
    display: block;
  }
  .basket_tov_vive_line{
    width: 18px;
    height: 21px;
    margin-left: 8px;
    cursor: pointer;
  }
  .basket_tov_vive_line span{
    display: block;
    height: 4px;
    margin-bottom: 3px;
    background: #a3a3a3;
  }
  .basket_tov_vive_cell.active span,
  .basket_tov_vive_line.active span{
    background: #45226a;
  }
  .basket_tov_vive{
    width: 200px;
    padding-top: 8px;
    float: left;
  }
  .basket_tov_del{
    margin-top: 2px;
    font-size: 16px;
    width: 183px;
    line-height: 28px;
    padding-top: 2px;
  }
  .basket_tov_item_total_wrap{
    margin-top: 20px;
  }
  .basket_sort_sel{
    height: 34px;
    font-size: 16px;
    width: 180px;
    margin: 0;
  }
  .basket_tov_sort{
    float: left;
    margin-left: 176px;
  }
  .basket_tov_vive_buts>div, .basket_tov_vive_buts{
    float: left;
  }
  .basket_tov_vive_desk{
    float: left;
    margin-left: 20px;
    line-height: 18px;
    font-size: 16px;
  }
  .basket_tov_item_total_wrap{
    border: none;
  }
  .basket_tov_item_wrap{
    padding: 10px;
    width: 25%;
  }
  .basket_tov_item_wrap:nth-of-type(3n+1){
    clear: none;
  }
  .basket_tov_item_wrap:nth-of-type(4n+1){
    clear: left;
  }
  .basket_tov_item_count{
    font-size: 14px;
    line-height: 16px;
    float: left;
    padding: 0;
  }
  .basket_tov_item_art{
    font-size: 14px;
    line-height: 16px;
    float: right;
    padding: 0;
  }
  .basket_tov_item_desk{
    padding-top: 2px;
  }
  .basket_tov_item_price{
    margin-top: 8px;
  }
  .basket_tov_item_set{
    float: right;
    clear: none;
    width: 120px;
    padding-top: 10px;
  }
  .basket_tov_item_del{
    width: 28px;
    height: 28px;
    top: 3px;
    cursor: pointer;
  }
  .basket_tov_item_num .num-p{
    border-radius: 5px;
  }
  .basket_tov_item_num .num{
    width: 60%;
    left: 0;
  }
  .basket_tov_item_num .w-plus, .basket_tov_item_num .w-minus{
    width: 40%;
    right: 0;
    left: auto;
    border: none;
    border-left: 1px solid #d0d0d0;
    height: 0;
    padding-top: 18px;
    overflow: hidden;
    background: url("../img/up.png") 50% 4px no-repeat;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
  }
  .basket_tov_item_num .w-minus{
    top: auto;
    bottom: 0;
    border-top: 1px solid #d0d0d0;
    padding-top: 17px;
    background: url("../img/down.png") 50% 50% no-repeat;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
  }
  .basket_tov_item_num .w-plus:hover{
    background: url("../img/up.png") 50% 4px no-repeat, #e7d0ff;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
  }
  .basket_tov_item_num .w-minus:hover{
    background: url("../img/down.png") 50% 50% no-repeat, #e7d0ff;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
  }
  .basket_tov_item_num .num-p{
    height: 36px;
    line-height: 34px;
    font-size: 14px;
  }
  .basket_tov_item_total_wrap{
    margin-left: -10px;
    margin-right: -10px;
  }
  .basket_tov_all_wrap{
    background: #ededed;
  }
  .basket_tov_all{
    width: 1180px;
    margin: 0 auto;
  }
  .basket_tov_vive{
    display: block;
  }
  .basket_form_block_wrap{
    margin-bottom: 25px;
  }
  .basket_top_val{
    display: none;
  }
  .basket_top_head{
    float: left;
    width: 535px;
  }
  .basket_top_buts{
    float: right;
    width: calc(100% - 535px);
  }
  .basket_top_more{
    float: left;
    font-size: 18px;
    width: 217px;
  }
  .basket_top_pay, .basket_tov_but{
    float: right;
  }
  .basket_top_wrap, .basket_form{
    width: 1180px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .basket_top_wrap{
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .basket_top_h, .basket_tov_h{
    text-align: left;
    margin: 0;
    line-height: 40px;
    font-size: 36px;
  }
  .basket_top_pay, .basket_tov_but{
    width: 180px;
    font-size: 16px;
    height: 44px;
    line-height: 40px;
  }
  .basket_top_pay:hover, .basket_tov_but:hover{
    color: #ffffff;
    background: #ed1c24;
  }
  .basket_tov_but{
    margin-top: 26px;
  }
  .basket_form_block_wrap, .basket_tov_total{
    background: none;
    border: none;
  }
  .basket_tov_h{
    border: none;
    width: 1180px;
    margin: 0 auto;
  }
  .basket_form_h, .basket_form_item{
    border: none;
    padding-bottom: 0;
    margin: 0;
  }
  .basket_form_h{
    padding-left: 0;
    padding-right: 0;
    height: 80px;
  }
  .basket_form_h span{
    height: 32px;
  }
  .basket_form_block{
    background: #ededed;
  }
  .basket_input, .basket_sel, .basket_textarea{
    height: 36px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 34px;
  }
  .basket_textarea{
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .basket_label_cell, .basket_label_cell label{
    height: 36px;
    font-size: 16px;
    line-height: 18px;
  }
  .basket_label_cell{
    width: 110px;
  }
  .basket_form_fio, .basket_form_city{
    float: left;
    width: 50%;
    padding-right: 40px;
  }
  .basket_form_city{
    font-size: 16px;
    line-height: 18px;
      margin-bottom: 20px;
  }
  .basket_form_contacts, .basket_form_type, .basket_form_dost{
    float: right;
    width: 50%;
    padding-left: 40px;
  }
  .basket_form_biss, .basket_form_addr, .basket_form_courier{
    clear: both;
    width: 100%;
  }
  .basket_form_item input{
    max-width: 100%;
  }
  .basket_form_biss .basket_input_wrap:first-child input{
    max-width: 400px;
  }
  .dost-addr{
    font-size: 16px;
    line-height: 20px;
    margin-left: 0;
  }
  .dost-addr-limit{
    padding-left: 40px;
    margin-left: 50%;
    clear: both;
  }
  .change-pass-block{
      padding-top: 20px;
  }
  .basket_form_addr .basket_input_wrap:first-child,
  .change-pass-block .basket_input_wrap{
    width: 360px;
    float: left;
    padding-right: 40px;
  }
  .basket_form_addr .basket_input_wrap:last-child{
    width: calc(100% - 360px);
    float: right;
    padding-left: 40px;
  }
  .basket_form_addr .basket_input_wrap:last-child .basket_label_cell{
    width: 70px;
  }
  .basket_form_addr .basket_input_wrap:last-child .basket_input_cell{
    margin-left: 70px;
  }
  .basket_form_pay .basket_input_wrap{
    float: left;
    width: 425px;
    padding-right: 25px;
  }
  .basket_pay_sis_wrap{
    float: right;
    width: calc(100% - 425px);
    overflow: hidden;
    padding: 0;
  }
  .basket_pay_sis_desk{
    margin-left: 175px;
  }
  .basket_pay_sis_desk_cell{
    font-size: 16px;
    line-height: 20px;
  }
  .basket_form_pay .basket_sel{
    margin-bottom: 0;
  }
  .basket_pay_sis_wrap{
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .basket_form_pay .basket_label_cell{
    width: 95px;
  }
  .basket_form_h_hide{
    display: block;
  }
  .basket_form_comment_check label{
    height: 24px;
    padding-left: 44px;
  }
  .basket_form_comment_check label::before,
  .basket_form_comment_check input:checked + label::after{
    width: 24px;
    height: 24px;
  }
  .basket_form_comment_check input:checked + label::after{
    background-size: 75% 75%;
  }
  .basket_form_comment_check label{
    font-size: 16px;
    line-height: 24px;
  }
  .basket_form_comment_check label span{
    height: 24px;
  }
  .basket_form_comment_check{
    margin-left: 0;
    float: left;
    padding-top: 22px;
  }
  .basket_form_price_wrap{
    margin: 0;
    width: auto;
    max-width: 100%;
    float: right;
    padding: 15px 0 0;
    font-size: 16px;
    line-height: 20px;
  }
  .basket_form_total_price_item{
    font-size: 18px;
    line-height: 22px;
  }
  .basket_form_price_line .basket_form_price_wrap>div span{
    float: none;
    text-align: left;
  }
  .basket_form_price_line .basket_form_price_wrap>div span:first-child{
    width: 130px;
    display: inline-block;
  }
  .basket_form_but{
    float: right;
    width: 180px;
    height: 44px;
    font-size: 16px;
  }
  .basket_form_but_wrap{
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
  .cab_form_but_wrap{
      display: flex;
      width: 100%;
      justify-content: flex-end;
      padding-bottom: 0;
  }
  .basket_form_but_desk{
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
  }
  .basket_tov_send_wrap{
    padding: 0;
  }
  .basket_tov_send_but_wrap{
    font-size: 18px;
    line-height: 22px;
    width: 180px;
    float: right;
    margin: 0;
  }
  .basket_tov_save{
    float: left;
  }
  .basket_tov_save_but{
    width: 280px;
    height: 44px;
    font-size: 16px;
  }
  .basket_tov_save{
    padding-top: 33px;
  }
  .basket_tov_send_wrap{
    padding-top: 15px;
  }
  .basket_tov_send_price{
    margin-bottom: 30px;
  }
  .main-content .watched-in{
    height: auto;
  }
  .main-content .watched-in .w-product{
    margin-bottom: 20px;
    margin-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-content .watched-in{
    padding-bottom: 35px;
  }
  .main-content .watched-in .container .watched-cont{
    width: 1200px;
    margin: 0;
    justify-content: flex-start;
    margin-left: -20px;
    align-items: stretch;
  }
  .main-content .watched-in .container,
  .basket-empty .container,
  .order-block .container{
    width: 1180px;
    margin: 0 auto;
  }
  .main-content .watched-in .w-product{
    min-height: 1px;
    position: relative;
    display: none;
  }
  .main-content .watched-in .w-product-height .w-product_hover{
    position: absolute;
    width: 100%;
    top: -1px;
    left: -1px;
    background: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 0 16px rgba(0,0,0,.09);
    z-index: 1;
  }
  .main-content .watched-in .w-product-height.w-product-active .w-product_hover{
    border-color: #45226a !important;
  }
  .main-content .watched-in .w-product:nth-of-type(1),
  .main-content .watched-in .w-product:nth-of-type(2),
  .main-content .watched-in .w-product:nth-of-type(3),
  .main-content .watched-in .w-product:nth-of-type(4),
  .main-content .watched-in .w-product:nth-of-type(5),
  .main-content .watched-in .w-product:nth-of-type(6){
    display: block;
  }
  .watched-in .watched-in-h_wrap h2:hover{
    cursor: pointer;
    color: rgb(119, 49, 154);
  }
  .main-content .watched-in.watched-in-all-display .w-product{
    display: block !important;
  }
  .basket_tov_item_num{
    width: calc(100% - 36px);
  }
  .basket_tov_item .w-like{
    display: none;
  }

  .basket_tov_item_total_wrap_line .basket_tov_item_label,
  .basket_tov_item_total_wrap_line .basket_tov_item_comment_but,
  .basket_tov_item_total_wrap_line .basket_tov_item_h,
  .basket_tov_item_total_wrap_line .basket_tov_item_price_old{
    display: none;
  }
  .basket_tov_item_total_wrap_line .w-like,
  .basket_tov_item_total_wrap_line .pr-message{
    display: block !important;
  }
  .basket_tov_item_total_wrap_line .basket_tov_item_wrap{
    float: none;
    width: 100%;
    background: #ffffff;
    margin-bottom: 10px;
    border: 1px solid #a3a3a3;
    height: 142px;
    padding: 15px;
  }
  .basket_tov_item_total_wrap_line.basket_tov_item_total_wrap{
    margin-left: 0;
    margin-right: 0;
  }
  .basket_tov_item_total_wrap_line .basket_tov_item{
    border: none;
    position: relative;
    height: 110px;
    width: 100%;
  }
  .basket_tov_item_total_wrap_line .basket_tov_item_img_wrap{
    width: 110px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .basket_tov_item_total_wrap_line .basket_tov_item_art,
  .basket_tov_item_total_wrap_line .basket_tov_item_num,
  .basket_tov_item_total_wrap_line .basket_tov_item_count,
  .basket_tov_item_total_wrap_line .basket_tov_item_price,
  .basket_tov_item_total_wrap_line .w-like,
  .basket_tov_item_total_wrap_line .basket_tov_item_del{
    position: absolute;
    top: 0;
    height: 110px;
    text-align: left;
    float: none;
    margin: 0;
    padding: 0;
  }
  .basket_tov_item_total_wrap_line .basket_tov_item_art{
    width: 135px;
    left: 180px;
    font-size: 16px;
    line-height: 20px;
    color: #a8a8a8;
    line-height: 110px;
  }
  .basket_tov_item_total_wrap_line .basket_tov_item_num{
    padding: 0;
    width: 74px;
    left: 325px;
    top: 37px;
  }
  .basket_tov_item_total_wrap_line .basket_tov_item_count{
    width: 120px;
    font-size: 16px;
    line-height: 110px;
    left: 470px;
  }
  .basket_tov_item_total_wrap_line .basket_tov_item_price{
    font-size: 24px;
    line-height: 110px;
    left: 600px;
    width: 100px;
  }
  .basket_tov_item_total_wrap_line .pr-message{
    width: 300px;
    height: 90px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding: 10px 15px;
    left: 710px;
    top: 10px;
  }
  .basket_tov_item_total_wrap_line .w-like{
    width: 23px;
    height: 23px;
    background: url("../img/like.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
    left: 1040px;
    top: 44px;
  }
  .basket_tov_item_total_wrap_line .w-like:hover{
    background-image: url(../img/like-red.png);
  }
  .basket_tov_item_total_wrap_line .w-like.w-red-ico{
    background-image: url("../img/like-c.png") !important;
  }
  .basket_tov_item_total_wrap_line .basket_tov_item_del{
    width: 23px;
    height: 23px;
    left: 1093px;
    top: 44px;
  }
  .basket_form_but:hover, .basket_tov_save_but:hover{
    background: none;
    color: #45226a;
    border: 1px solid #45226a;
  }
  .basket_tov_save_but:hover{
    background: #45226a;
    color: #ffffff;
  }
  .basket_tov_item_cat{
    width: 36px;
    height: 36px;
    top: 0;
    border-radius: 5px;
    background-size: auto 67% !important;
  }
  .basket_tov_item_cat:hover{
    background: url("../img/shopping-cart-c.png") 50% 50% no-repeat, #d7b2ff;
    background-size: auto 67% !important;
  }
  .cab-name,
  .cab-subscribe-wrap,
  .cab-contacts_wrap,
  .cab-form-head,
  .cab_history_head,
  .cab_history_line_head,
  .cab_history_line_cont_top_sum_wrap,
  .cab_history_line_cont_top_bats,
  .cab_history_line_info-wrap,
  .cab_history_desk,
  .page-h1,
  .singl-blog-cont{
    padding-left: 0;
    padding-right: 0;
  }
  .cab_form_wrap, .cab_history_wrap{
    width: 1180px;
    margin: 0 auto;
  }
  .cab-h1-wrap,
  .cab-name,
  .cab-subscribe-wrap,
  .cab_history_line_cont_top_sum_wrap,
  .cab_history_line_cont_top_bats{
    border: none;
  }
  .cab-neme-wrap,
  .cab-contacts_wrap,
  .cab-form-head,
  .cab_history_head,
  .cab_history_line_cont_top{
    display: flex;
  }
  .cab-neme-wrap, .cab_history_line_cont_top{
    border-bottom: 1px solid #a3a3a3;
  }
  .cab_history_line_cont_top{
    justify-content: space-between;
  }
  .cab_history_line_cont_top_sum-h{
    display: inline-block;
    font-size: 18px;
  }
  .cab_history_line_stat-in{
    display: none;
  }
  .cab_history_line_info_dost .cab_history_line_info_h span,
  .cab_history_line_info_trak .cab_history_line_info_h{
    display: inline-block;
  }
  .cab_history_line_info_trak>div,
  .cab_history_line_head_price>div{
    display: inline-block;
  }
  .cab_history_line_head_stat{
    width: 150px;
    padding-left: 45px;
  }
  .cab_history_line_head_price-h{
    display: block;
  }
  .cab-name{
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cab-subscribe-wrap{
    padding-top: 4px;
    padding-bottom: 0;
    padding-left: 60px;
  }
  .check-style + label{
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    padding-left: 43px;
  }
  .check-style + label::before,
  .check-style:checked + label::after{
    width: 24px;
    height: 24px;
  }
  .check-style + label span{
    height: 24px;
  }
  .cab-neme-wrap{
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .send-mail-but{
    width: 180px;
    height: 44px;
    font-size: 16px;
    right: 0;
    top: 103px;
  }
  .send-mail-but:hover{
    background: #45226a;
    border-color: #45226a;
    color: #ffffff;
  }
  .cab-contacts_wrap > div{
    font-size: 18px;
    padding-left: 45px;
    margin-right: 140px;
  }
  .cab-contacts_wrap > div:last-child{
    margin-right: 0;
  }
  .cab-form-head{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    justify-content: space-between;
    cursor: pointer;
  }
  .cab-form-head-h{
    margin: 0;
    padding-right: 30px;
    font-size: 18px;
    line-height: 26px;
    width: 215px;
  }
  .cab-form-head-status{
    line-height: 26px;
  }
  .cab-form{
    margin-bottom: 40px;
  }
  .cab_history_head{
    padding: 30px 0;
  }
  .cab_history_head{
    justify-content: space-between;
  }
  .cab_history_bonus_item{
    margin-left: 45px;
  }
  .cab_history_line_head_num{
    font-size: 18px;
    line-height: 26px;
  }
  .cab_history_line_head_price-h{
    font-size: 16px;
    line-height: 26px;
  }
  .cab_history_line_head_price-val{
    font-size: 18px;
    line-height: 26px;
  }
  .cab_history_line_head{
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .cab_history_line_head::after{
    background: none;
  }
  .cab_history_line_head_num{
    position: relative;
  }
  .cab_history_line_head_num:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("../img/down.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .cab_history_line_head.active .cab_history_line_head_num:after{
    background-image: url("../img/up.png");
  }
  .cab_history_line_head_price-h{
    margin-right: 30px;
  }
  .cab_history_line_cont_top_sum{
    display: flex;
  }
  .cab_history_line_cont_top_sum span, .cab_history_line_cont_top_sum a{
    display: block;
  }
  .cab_history_line_cont_top_sum-val{
    padding-left: 30px;
  }
  .cab_history_line_pay{
    margin-left: 30px;
  }
  .copy-to-cat-but{
    margin-right: 40px;
  }
  .cab_history_line_info_h span{
    color: #000000;
    display: inline-block;
    margin-right: 10px;
  }
  .cab_history_line_info_trak .cab_history_line_info_h{
    font-size: 18px;
    line-height: 30px;
    margin-right: 10px;
  }
  .cab_history_line_info_dost .cab_history_line_info_h,
  .copy-to-cat-but,
  .zakaz-del-but,
  .cab_history_line_info_dost .cab_history_line_info_val,
  .cab_history_line_info_trak .cab_history_line_info_val,
  .cab_history_line_info_dop{
    font-size: 18px;
  }
  .cab_history_desk{
    font-size: 16px;
    line-height: 20px;
    padding-top: 50px;
  }
  .cab_tov_total .basket_tov_all_wrap{
    background: none;
  }
  .cab_history_line_head.active::after{
    display: none;
  }
  .watched-in-h_wrap h2{
    position: relative;
  }
  .watched-in-h_wrap h2:after{
    content: '';
    position: absolute;
    top: 50%;
    right: -54px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url("../img/down.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .watched-in-h_wrap h2.active:after{
    background: url("../img/up.png") 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .cab_history_bonus_item_h:hover,
  .cab_history_line_pay:hover,
  .copy-to-cat-but:hover,
  .zakaz-del-but:hover,
  .cab_history_line_info_val a:hover{
    text-decoration: none;
  }
  .back-link-wrap, .singl-tov-wrap{
    padding-left: 0;
    padding-right: 0;
    width: 1180px;
    margin: 0 auto;
  }
  .singl-tov-slide, .singl-tov-cont{
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 25px);
  }
  .singl-tov-wrap{
    display: flex;
    justify-content: space-between;
    padding-bottom: 55px;
  }
  .tov-slide-item{
    display: none;
  }
  .tov-slide-item:first-child{
    display: block;
  }
  .singl-tov-cont h1{
    padding-top: 0;
  }
  .singl-tov-price-h{
    font-size: 14px;
    line-height: 18px;
  }
  .singl-tov-price-val{
    font-size: 24px;
    line-height: 28px;
  }
  .singl-tov-price-val span{
    font-size: 16px;
    line-height: 20px;
  }
  .num-p-singl{
    width: 80px;
    height: 44px;
  }
  .num-p-singl .btn-p button{
    padding-top: 21px;
    height: 0;
    overflow: hidden;
    background: url("../img/up.png") 50% 50% no-repeat;
    -webkit-background-size: 9px 9px;
    background-size: 9px 9px;
    border: none !important;
    width: 100%;
  }
  .num-p-singl .btn-p button.w-minus{
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    background-image: url(../img/down.png);
    border-top: 1px solid  #d0d0d0 !important;
    padding-top: 22px;
  }
  .num-p-singl .btn-p button:hover{
    background-color: #e7d0ff;
  }
  .num-p-singl .btn-p{
    border-left: 1px solid #d0d0d0;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 33px;
  }
  .num-p-singl .num{
    padding: 0 33px 0 0;
    font-size: 18px;
    line-height: 42px;
  }
  .singl-tov-bay-but{
    max-width: 100%;
    width: calc(100% - 110px);
  }
  .singl-tov-buts {
    width: calc(100% - 270px);
  }
  .singl-tov-bay-but, .singl-tov-fast-but{
    height: 44px;
  }
  .singl-tov-bay-but:hover{
    color: #ffffff;
    background: #45226a;
    cursor: pointer;
  }
  .singl-tov-fast-but:hover{
    color: #ffffff;
    background: #ed1c24;
    cursor: pointer;
  }
  .singl-tov-desk-txt{
    font-size: 16px;
    line-height: 20px;
  }
  .singl-tov-char-h{
    font-size: 14px;
    line-height: 16px;
  }
  .singl-tov-char-txt{
    font-size: 16px;
    line-height: 20px;
  }
  .singl-tov-link-h{
    font-size: 16px;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .singl-tov-link a{
    font-size: 16px;
  }
  .singl-tov-link a:hover{
    text-decoration: underline;
  }
  .singl-tov-link{
    margin-bottom: 5px;
  }
  .singl-tov-rec:hover{
    text-decoration: none;
  }
  .singl-tov-links_wrap{
    padding-bottom: 15px;
    border-bottom: 1px solid #cecece;
  }
  .singl-garant-wrap{
    display: table;
    width: 100%;
  }
  .singl-garant, .singl-dost{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .singl-garant{
    padding-right: 40px;
  }
  .singl-dost{
    padding-left: 40px;
  }
  .singl-garant{
    text-align: right;
  }
  .singl-garant-in, .singl-dost-in{
    display: inline-block;
    text-align: left;
  }
  .singl-plas-cont:after, .singl-comment-cont:after, .tov-slider-tamb:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .singl-plas-cont{
    width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .singl-plas-item{
    width: 380px;
    margin: 0 0 20px 20px;
  }
  .singl-plas-item:first-child{
    margin-left: 0;
  }
  .singl-plas-item:nth-of-type(3n+1){
    clear: left;
    margin-left: 0;
  }
  .singl-plas-wrap, .singl-plas-wrap *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .singl-plas-wrap{
    padding: 0;
  }
  .singl-plas-h{
    font-size: 36px;
    line-height: 40px;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: left;
    width: 1180px;
    margin: 0 auto;
  }
  .singl-plas-item-h{
    font-size: 18px;
    line-height: 22px;
  }
  .singl-plas-item-txt{
    font-size: 16px;
    line-height: 20px;
  }
  .singl-contact-form-wrap{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .singl-dost-line a:hover, .singl-dost-link a:hover, .singl-contact-form-check label a:hover{
    text-decoration: none;
  }
  .singl-contact-form-but:hover{
    color: #ffffff;
    background: #ed1c24;
  }
  .singl-contact-form-check label::before{
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  .singl-contact-form-check input:checked + label::after{
    width: 21px;
    height: 21px;
    top: 2px;
    left: 2px;
    cursor: pointer;
  }
  .singl-contact-form-check label{
    padding-left: 40px;
    width: 360px;
    height: 25px;
  }
  .singl-contact-form-check label span{
    height: 25px;
    line-height: 25px;
  }
  .singl-comment-wrap{
    background: none;
    width: 1180px;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .singl-comment-wrap *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .singl-comment-h{
    text-align: left;
    padding-top: 20px;
  }
  .singl-comment-h a:hover{
    text-decoration: none;
  }
  .singl-comment-cont{
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
  }
  .singl-comment-item{
    margin-left: 20px;
    margin-bottom: 20px;
    width: 380px;
    background: #f9f9f9;
    padding: 30px;
  }
  .singl-comment-info{
    display: block;
    text-align: left;
  }
  .singl-comment-name{
    font-size: 20px;
    line-height: 24px;
    color: #997bb9;
    padding-bottom: 5px;
  }
  .singl-comment-time{
    font-size: 16px;
    line-height: 20px;
    color: #6a6a6a;
  }
  .singl-comment-txt{
    font-size: 18px;
    line-height: 22px;
    color: #6a6a6a;
    border-color: #997bb9;
  }
  .tov-slider-tamb{
    display: block;
    margin-left: -20px;
    padding-top: 20px;
  }
  .tov-slider-tamb-item{
    margin-left: 20px;
    margin-bottom: 20px;
    width: 97px;
    float: left;
    cursor: pointer;
    border: 1px solid #fff;
  }
  .tov-slider-tamb-item:nth-of-type(5n+1){
    clear: left;
  }
  .tov-slider-tamb-item img{
    display: block;
    width: 100%;
  }
  .tov-slider-tamb-item.active, .tov-slider-tamb-item:hover{
    border-color: #45226a;
  }
  .fast-previve-top{
    display: flex;
  }
  .fast-previve-l, .fast-previve-r{
    width: 50%;
  }
  #fast-previve{
    width: 1050px;
    margin-left: -525px;
  }
  .fast-previve-bats a{
    font-size: 18px;
  }
  .fast-previve-bats{
    padding: 5px 0 20px;
    margin: 0;
    border: none;
  }
  .fast-previve-price-wrap{
    padding: 30px 0;
  }
  .fast-previve-h{
    padding: 10px 0;
  }
  .fast-previve-bot{
    background: #f3f3f3;
    padding-left: 0;
    padding-right: 0;
  }
  .fast-previve-bot-l{
    float: left;
    width: 50%;
  }
  .fast-previve-bot-r{
    float: right;
    width: 50%;
    justify-content: flex-start;
    padding-left: 20px;
  }
  .fast-previve-bay-but{
    height: 44px;
    width: 185px;
    margin-left: 20px;
    background: #ffffff;
  }
  .fast-previve-bay-but:hover{
    background: #45226a;
    color: #ffffff;
  }
  .fast-previve-oneclick-but{
    height: 44px;
    width: 240px;
    margin: 0 auto;
    background: #ffffff;
  }
  .fast-previve-oneclick-but:hover{
    background: #ed1c24;
    color: #ffffff;
  }
  .fast-previve-bot-r .num-p-singl{
    background: #ffffff;
  }
  .fast-previve-bats a:hover{
    text-decoration: none;
  }
  #fast-previve .pop-up-close{
    font-size: 18px;
    line-height: 18px;
    top: 10px;
    right: 13px;
    padding: 0;
  }
  .reg-form-total{
    display: flex;
  }
  #reg-form{
    width: 980px;
    left: 50%;
    margin-left: -490px;
    padding: 0;
  }
  .reg-form-header{
    width: 50%;
    padding: 50px 50px 250px;
    background-image: url(../img/reg-form-bg1.png);
  }
  .reg-form-block{
    width: 50%;
  }
  .reg-form-soc-wrap{
    position: relative;
    bottom: auto;
    left: auto;
  }
  .reg-form-h{
    font-size: 24px;
    line-height: 30px;
  }
  .reg-form-ul{
    margin-top: 30px;
  }
  .reg-form-ul li{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .reg-form-ul li::before{
    top: 6px;
  }
  .reg-form-soc-wrap{
    border: none;
  }
  .reg-form-soc-wrap{
    display: block;
  }
  .reg-form-soc-h{
    font-size: 14px;
    line-height: 16px;
    color: #997bb9;
    font-family: 'RobotoCondensedLight', sans-serif;
    font-weight: lighter;
    margin-bottom: 15px;
  }
  .reg-form-soc-wrap{
    padding: 40px 0 0;
  }
  .reg-form-soc-wrap .social .ico{
    width: 38px;
    height: 38px;
    margin-right: 4px;
  }
  .popup-form-check label{
    height: auto;
    font-size: 14px;
    line-height: 16px;
  }
  .popup-form-check{
    margin: 0;
  }
  .popup-form-but-wrap{
    width: 100%;
    justify-content: flex-start;
    padding-top: 25px;
  }
  .popup-form-line-h{
    font-size: 16px;
    line-height: 36px;
    width: 125px;
    min-width: 125px;
    margin: 0;
  }
  .reg-form-block{
    padding: 50px 40px 40px;
  }
  .popup-form-in{
    height: 36px;
    line-height: 34px;
  }
  .popup-form-line{
    margin-bottom: 10px;
  }
  .pop-up-close, .pop-up-close-required{
    font-size: 18px;
    line-height: 18px;
  }
  .popup-form-capcha{
    width: calc(100% - 125px);
    margin-left: 125px;
  }
  .popup-form-check a:hover{
    text-decoration: none;
  }
  .popup-form-but:hover{
    background-color: #997bb9;
  }
  .popup-form-line-short{
    padding-right: 55px;
  }
  #login, #oneclick, #mail-pop-up, .re-login-pop-up{
    width: 510px;
    left: 50%;
    margin-left: -255px;
    background: #f3f3f3;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
  }
  #oneclick, #mail-pop-up{
    padding: 0;
  }
  #oneclick .vopros-form, #mail-pop-up .vopros-form{
    border: none;
    background: none;
  }
  .login-top, #oneclick .login-top, #mail-pop-up .login-top, .re-login-pop-up .login-top{
    background: none;
  }
  #oneclick .login-top, #mail-pop-up .login-top{
    padding-left: 60px;
    padding-right: 60px;
  }
  .pop-up-img{
    display: none;
  }
  .pop-up-h, #oneclick .pop-up-h{
    font-size: 24px;
    color: #997bb9;
  }
  .login-top, #mail-pop-up .login-top{
    padding-top: 40px;
    padding-bottom: 15px;
  }
  #login .reg-form-soc-wrap{
    padding-left: 30px;
  }
  #login .reg-form-soc-h{
    color: #000000;
    font-size: 16px;
  }
  .login-form{
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .login-form-but-wrap{
    padding: 0;
    display: flex;
    padding-top: 30px;
  }
  #basket_copy_success .login-form-but-wrap{
    justify-content: space-between;
  }
  .re-log{
    width: 125px;
    min-width: 125px;
    font-size: 16px;
    padding: 0;
    line-height: 48px;
  }
  .re-log a:hover{
    text-decoration: underline;
  }
  .login-form-but{
    width: 180px;
  }
  .login-form-but:hover{
    background-color: #997bb9;
  }
  #basket_copy_success a.login-form-but{
    width: 190px;
  }
  .reg-link{
    display: inline-block;
    border: none;
    height: auto;
    width: auto;
    background: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    text-decoration: underline;
    color: #997bb9;
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    font-weight: lighter;
  }
  .reg-link:hover{
    text-decoration: none;
  }
  .reg-link-wrap{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: -30px;
    margin-right: -30px;
    background: #fff;
  }
  #vopros, .mess-pop-up{
    width: 510px;
    left: 50%;
    margin-left: -255px;
  }
  .vopros-form{
    background: #f9f9f9;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
    border-top: 1px solid #d0d0d0;
  }
  .mess-pop-up .vopros-form{
    border: none;
  }
  .popup-form-bot-mess.popup-form-line{
    display: block;
  }
  #mess .popup-form-bot-mess.popup-form-line{
    position: relative;
    padding-top: 15px;
    margin-top: 30px;
  }
  #mess .popup-form-bot-mess.popup-form-line:after{
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    width: calc(100% + 120px);
    height: 1px;
    background: #d0d0d0;
  }
  .vopros-but-wrap{
    margin-left: -60px;
    margin-right: -60px;
    background: #ffffff;
    padding-left: 185px;
  }
  #mess-login .vopros-but-wrap{
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .vopros-tov-img, .vopros-tov-img img{
    width: 80px;
  }
  .vopros-tov-img{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 60px;
  }
  .vopros-tov-num{
    font-size: 16px;
    line-height: 20px;
  }
  .vopros-h{
    font-size: 24px;
    line-height: 28px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .vopros-but-wrap{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
  }
  .popup-form-in-txt{
    height: 100px;
  }
  .mess-pop-up .popup-form-in-txt{
    height: 160px;
  }
  .send-tov-bot a:hover{
    text-decoration: none;
  }
  #small-pop-up .login-top{
    background: none;
  }
  #small-pop-up{
    background: #f3f3f3;
    padding-left: 30px;
    padding-right: 30px;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    padding-top: 15px;
  }
  .small-pop-up-other-h{
    font-size: 16px;
    line-height: 20px;
  }
  #small-pop-up .basket_tov_type{
    margin: 0;
    float: none;
  }
  .small-pop-up-set{
    border: none;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .small-pop-up-set-cont{
    display: block;
    font-size: 18px;
    line-height: 22px;
  }
  .small-pop-up-set-h{
    padding-top: 5px;
    padding-right: 30px;
  }
  #small-pop-up .basket_tov_type_but{
    font-size: 16px;
  }
  .small-pop-up-buts{
    background: #ffffff;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 60px;
    padding-right: 60px;
    border: none;
    display: flex;
    justify-content: space-between;
  }
  .small-pop-up-more_wrap{
    margin: 0;
    padding-top: 5px;
  }
  .small-pop-up-more{
    font-size: 18px;
    text-align: left;
    padding-top: 6px;
  }
  .small-pop-up-more:hover{
    text-decoration: none;
  }
  .small-pop-up-send{
    width: 180px;
  }
  .small-pop-up-send:hover{
    background-color: #997bb9;
  }
  .delete-pop-yes:hover{
    background: #d7b2ff;
    color: #ffffff;
  }
  .delete-pop-no:hover{
    background: #ffffff;
    color: #d7b2ff;
  }
  .help-all{
    width: 1180px;
    display: flex;
    margin: 0 auto;
  }
  .help-content{
    padding-left: 60px;
    width: calc(100% - 240px);
  }
  .help-line a:hover{
    text-decoration: none;
  }
  .help-content h1, .help-line{
    padding-left: 0;
    padding-right: 0;
  }
  .help-line-cont{
    display: flex;
  }
  .help-line-cont-l{
    width: 300px;
    min-width: 300px;
    padding-bottom: 0;
    padding-right: 30px;
  }
  .help-line-cont-dost-wrap{
    display: block;
  }
  .help-line-cont-dost-wrap .help-line-cont-tel{
    top: 0;
    margin-top: 20px;
  }
  .help-qw-wrap{
    width: 100%;
  }
  .otziv-total, .blog-total{
    padding: 0;
  }
  .otziv-top{
    display: block;
  }
  .otziv-date{
    top: 0;
    margin-top: 10px;
  }
  .blog-name a:hover{
    color: #997bb9;
  }
  .blog-link:hover{
    text-decoration: underline;
  }
}

@media screen and (max-width: 767px) {
  .main-content .product-block .product .image-block .fast-prev{
    display: none;
  }
}




/****** Ð“Ð»Ð°Ð²Ð½Ð°Ñ *******/

/* Slider */
.main-slider{
  position: relative;
}
.main-slider, .main-slider *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-slide{
  height: 150px;
  position: relative;
  overflow: hidden;
}
.main-slide-img{
  width: 100%;
  height: 100%;
}
.main-slide-img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-slide-cont{
  padding-right: 10px;
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  padding-bottom: 35px;
}
.main-slide-link{
  text-decoration: none;
  display: block;
  text-align: center;
}
.main-slide-h{
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 3px;
  max-height: 90px;
  overflow: hidden;
}
.main-slide-txt{
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  color: #997bb9;
  text-transform: uppercase;
  text-decoration: underline;
}
.main-slider .slick-dots{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 10px;
  margin: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  pointer-events: none;
}
.main-slider .slick-dots li{
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
.main-slider .slick-dots button{
  display: block;
  height: 100%;
  width: 0;
  padding: 0 0 0 100%;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(0,0,0,.63);
  border: none;
  pointer-events: all;
}
.main-slider .slick-dots .slick-active button{
  background: rgba(255,255,255,.63);
}

/* Promo */
.promo-block{
  padding: 10px 10px 0;
}
.promo-block, .promo-block *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.promo-cell{
  position: relative;
  height: 110px;
  margin-bottom: 10px;
}
.promo-cell3{
  display: none;
}
.promo-item{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.promo-item:first-child{
  display: block;
}
.promo-item:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.promo-img, .promo-cont{
  width: 50%;
  height: 100%;
  float: left;
}
.promo-cell2 .promo-img, .promo-cell2 .promo-cont{
  float: right;
}
.promo-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-img{
  position: relative;
}
.promo-img:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 10px solid transparent;
}
.promo-cell1 .promo-img:after{
  right: 0;
  border-right: 10px solid #ededed;
}
.promo-cell2 .promo-img:after{
  left: 0;
  border-left: 10px solid #ededed;
}
.promo-cont{
  text-decoration: none;
  color: #000000;
  background: #ededed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}
.promo-logo{
  font-size: 12px;
  line-height: 14px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.promo-logo:after{
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 1px;
  background: #a0a0a0;
}
.promo-title{
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  max-height: 44px;
  overflow: hidden;
}
.promo-link{
  display: none;
}

/* Plus */
.main-plus-block{
  background: url("../img/plus-bg.jpg") 23% 0 no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: relative;
  padding: 0 0 25px;
}
.main-plus-block, .main-plus-block *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-plus-block:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(52,52,52,.78);
  z-index: 0;
}
.main-plus-h{
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #d7b2ff;
  padding: 25px 0 20px;
  position: relative;
  z-index: 1;
}
.main-plus-cont{
  position: relative;
  z-index: 1;
  width: 254px;
  margin-left: auto;
  margin-right: auto;
}
.main-plus-item{
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
}
.main-plus-img{
  width: 42px;
}
.main-plus-img img{
  display: block;
  width: 100%;
  height: auto;
}
.main-plus-img img:last-child{
  display: none;
}
.main-plus-item:hover img:last-child{
  display: block;
}
.main-plus-item:hover img:first-child{
  display: none;
}
.main-plus-txt{
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
}

/* main-otz */
.main-otz{
  background: #997bb9;
  color: #ffffff;
  padding-bottom: 25px;
}
.main-otz-h{
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 0;
}
.main-otz-h a{
  color: #ffffff;
}
.main-otz-slider{
  padding: 0 40px;
  position: relative;
}
.main-otz-item-h{
  text-transform: uppercase;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 8px;
}
.main-otz-item-date{
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 3px;
}
.main-otz-item-head{
  border-bottom: 1px solid rgba(255,255,255,.25);
  margin-bottom: 8px;
}
.main-otz-item-txt{
  font-size: 13px;
  line-height: 15px;
  text-align: justify;
}
.main-otz-arr{
  position: absolute;
  top: 12px;
  width: 7px;
  height: 14px;
  -webkit-background-size: 100% 200%;
  background-size: 100% 200%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.main-otz-arr-l{
  background-image: url(../img/l_arr.png);
  left: 16px;
}
.main-otz-arr-r{
  background-image: url(../img/r_arr.png);
  right: 16px;
}

/* main-uslovia */
.main-uslovia{
  background: url("../img/otz-bg.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0 0 25px;
}
.main-uslovia, .main-uslovia *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-uslovia-h{
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 25px 0 20px;
}
.main-uslovia-h a{
  color: #000000;
}
.main-uslovia-item{
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
.main-uslovia-img{
  width: 42px;
}
.main-uslovia-img img{
  display: block;
  width: 100%;
  height: auto;
}
.main-uslovia-txt{
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  padding-left: 15px;
}
.main-uslovia-block{
  width: 254px;
  margin-left: auto;
  margin-right: auto;
}

/* new-tov */
.main-content .new-tov{
  padding-bottom: 20px;
}
.new-tov-h{
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding: 20px 0;
  text-transform: uppercase;
}
.new-tov-h a{
  color: #000000;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #997bb9;
}
.new-tov-cont-slide{
  display: flex !important;
  justify-content: space-between;
  border: none !important;
}
.new-tov-cont-slide .w-product{
  width: calc(33.3333% - 2px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* main-txt */
.main-txt{
  background: url("../img/txt-bg.jpg") 80% 0 no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  position: relative;
  padding: 0 10px 25px;
}
.main-txt:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(227,216,243,.74);
  z-index: 0;
}
.main-txt-h{
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  padding: 25px 0 20px;
  position: relative;
  z-index: 1;
  margin: 0;
  font-weight: 300;
}
.main-txt-cont{
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  position: relative;
  z-index: 1;
}


@media screen and (min-width: 360px) {
  .main-slide{
    height: 170px;
  }
  .main-slide-cont{
    padding-bottom: 45px;
  }
  .main-slide-h{
    font-size: 18px;
    line-height: 20px;
    max-height: 100px;
  }
  .promo-cell{
    height: 125px;
  }
}


@media screen and (min-width: 480px) {
  .main-slide{
    height: 220px;
  }
  .main-slide-cont{
    padding-bottom: 55px;
  }
  .main-slide-h{
    font-size: 24px;
    line-height: 26px;
    max-height: 130px;
    margin-bottom: 5px;
  }
  .main-slide-txt{
    font-size: 14px;
    line-height: 16px;
  }
  .promo-cell{
    height: 170px;
  }
  .promo-logo {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
  .promo-title{
    font-size: 24px;
    line-height: 26px;
    max-height: 52px;
  }
  .main-plus-h, .main-otz-h, .main-uslovia-h, .new-tov-h, .main-txt-h{
    font-size: 24px;
    line-height: 26px;
    padding: 35px 0 30px;
  }
  .new-tov-h{
    padding-bottom: 35px;
  }
  .new-tov-h a{
    border-width: 2px;
  }
  .main-content .new-tov{
    padding-bottom: 35px;
  }
  .main-plus-img, .main-uslovia-img {
    width: 61px;
  }
  .main-plus-cont, .main-uslovia-block{
    width: 344px;
  }
  .main-plus-txt, .main-uslovia-txt{
    font-size: 16px;
    line-height: 18px;
    padding-left: 20px;
  }
  .main-otz{
    padding-bottom: 35px;
  }
  .main-otz-item-head{
    margin-bottom: 10px;
  }
  .main-otz-item-h{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .main-otz-item-date{
    font-size: 14px;
    line-height: 16px;
  }
  .main-otz-item-txt, .main-txt-cont{
    font-size: 16px;
    line-height: 20px;
  }
  .main-otz-arr{
    width: 10px;
    height: 20px;
  }
}


@media screen and (min-width: 640px) {
  .main-slide {
    height: 305px;
  }
  .main-slide-h {
    font-size: 36px;
    line-height: 38px;
    max-height: 190px;
    margin-bottom: 15px;
  }
  .main-slide-txt{
    font-size: 18px;
    line-height: 20px;
  }
  .main-slide-cont {
    padding-bottom: 73px;
  }
  .promo-logo {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .promo-title {
    font-size: 36px;
    line-height: 38px;
    max-height: 76px;
  }
  .promo-cell {
    height: 215px;
    margin-bottom: 20px;
  }
  .promo-block{
    padding: 30px 30px 10px;
  }
  .promo-img:after {
    border: 16px solid transparent;
  }
  .promo-cell1 .promo-img:after{
    border-right: 16px solid #ededed;
  }
  .promo-cell2 .promo-img:after{
    border-left: 16px solid #ededed;
  }
  .main-plus-h, .main-otz-h, .main-uslovia-h, .new-tov-h{
    font-size: 36px;
    line-height: 38px;
    padding: 55px 0 50px;
  }
  .new-tov-h {
    padding-bottom: 55px;
  }
  .new-tov-h a {
    border-width: 3px;
  }
  .main-plus-img, .main-uslovia-img{
    width: 70px;
  }
  .main-plus-txt, .main-uslovia-txt {
    font-size: 24px;
    line-height: 26px;
    padding-left: 30px;
  }
  .main-plus-cont, .main-uslovia-block {
    width: 510px;
  }
  .main-plus-item, .main-uslovia-item{
    margin-bottom: 17px;
  }
  .main-plus-block, .main-uslovia{
    padding-bottom: 35px;
  }
  .main-content .new-tov{
    padding-bottom: 55px;
  }
  .main-txt{
    padding: 0 30px 55px;
  }
  .main-txt-h{
    font-size: 33px;
    line-height: 35px;
    padding: 55px 0 45px;
  }
  .main-txt-cont{
    font-size: 24px;
    line-height: 28px;
  }
  .main-otz-slider {
    padding: 0 78px;
  }
  .main-otz-arr {
    width: 14px;
    height: 28px;
    top: 20px;
  }
  .main-otz-arr-l{
    left: 32px;
  }
  .main-otz-arr-r{
    right: 32px;
  }
  .main-otz{
    padding-bottom: 55px;
  }
  .main-otz-item-h {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .main-otz-item-date {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 4px;
  }
  .main-otz-item-txt{
    font-size: 26px;
    line-height: 30px;
  }
  .main-otz-item-head{
    margin-bottom: 15px;
  }
}


@media screen and (min-width: 768px) {
  .promo-cell{
    height: 275px;
  }
  .promo-block{
    padding: 15px 15px 0;
  }
  .promo-cell{
    margin-bottom: 15px;
  }
  .main-plus-cont, .main-uslovia-block{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 78px;
    justify-content: space-between;
  }
  .main-plus-item, .main-uslovia-item{
    width: 47%;
  }
  .main-plus-img, .main-uslovia-img{
    min-width: 70px;
  }
  .main-plus-txt, .main-uslovia-txt{
    padding-left: 15px;
  }
  .main-otz-item-head{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    align-items: flex-end;
  }
  .main-otz-item-h, .main-otz-item-date{
    margin-bottom: 0;
  }
  .main-otz-slider .slick-dots{
    width: 100%;
    display: flex;
    padding: 55px 0 0;
    margin: 0;
    list-style: none;
    justify-content: center;
    position: relative;
    z-index: 1;
  }
  .main-otz-slider .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .main-otz-slider .slick-dots button {
    display: block;
    padding: 0 0 0 10px;
    margin: 0;
    border: none;
    width: 0;
    overflow: hidden;
    height: 100%;
    border-radius: 50%;
    background: #000000;
    opacity: .63;
  }
  .main-otz-slider .slick-dots .slick-active button{
    background: #ffffff;
  }
  .main-otz{
    padding-bottom: 30px;
  }
}


@media screen and (min-width: 1280px) {
  .main-slide{
    height: 498px;
  }
  .main-slider .slick-dots{
    padding-bottom: 30px;
  }
  .main-slide-cont{
    width: 1180px;
    right: auto;
    left: 50%;
    margin-left: -590px;
    padding: 0 67px 165px 680px;
  }
  .main-slide-h {
    font-size: 48px;
    line-height: 52px;
    max-height: 260px;
    margin-bottom: 20px;
  }
  .main-arr{
    position: absolute;
    height: 100%;
    width: 47px;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .main-arr-l{
    left: 50%;
    margin-left: -590px;
  }
  .main-arr-r{
    right: 50%;
    margin-right: -590px;
  }
  .main-arr-round{
    position: absolute;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: rgba(255,255,255,.53);
    top: 50%;
    transform: translateY(-50%);
  }
  .main-arr-round span{
    display: block;
    width: 14px;
    height: 28px;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .7;
  }
  .main-arr-l .main-arr-round span{
    background-image: url(../img/main_l_arr.png);
    transform: translate(-60%,-50%);
  }
  .main-arr-r .main-arr-round span{
    background-image: url(../img/main_r_arr.png);
    transform: translate(-40%,-50%);
  }
  .main-arr:hover .main-arr-round{
    background: rgba(106,106,106,.25);
  }
  .main-arr:hover .main-arr-round span{
    background-position: 0 -28px;
    opacity: 1;
  }
  .promo-block{
    padding: 0;
    position: relative;
    margin: 25px 0;
  }
  .promo-cell{
    margin-bottom: 0;
  }
  .promo-cell1, .promo-cell2{
    width: calc(100% - 405px);
    height: 286px;
  }
  .promo-cell1{
    margin-bottom: 25px;
  }
  .promo-cell3{
    display: block;
    width: 380px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .promo-cell3 .promo-img, .promo-cell3 .promo-cont{
    float: none;
    width: 100%;
  }
  .promo-cell3 .promo-img{
    height: 60%;
  }
  .promo-cell3 .promo-cont{
    height: 40%;
  }
  .promo-cont{
    padding: 0 20px;
  }
  .promo-link{
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #997bb9;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 30px;
  }
  .promo-cont:hover .promo-link{
    color: #8c0df8;
  }
  .promo-cont:active .promo-link{
    color: #6a6a6a;
  }
  .promo-cell3 .promo-img:after{
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    border-bottom: 16px solid #ededed;
  }
  .main-plus-block {
    background: url(../img/plus-bg.jpg) top center no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
  }
  .main-plus-block:before{
    display: none;
  }
  .main-plus-h{
    padding: 60px 0 60px 50%;
    text-align: left;
    color: #ffffff;
  }
  .main-plus-cont{
    padding-left: 50%;
    padding-right: 0;
  }
  .main-plus-item{
    display: block;
    width: 30%;
    text-align: center;
    margin-bottom: 60px;
  }
  .main-plus-img{
    width: 85px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-plus-txt{
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 18px;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  }
  .main-uslovia{
    background: none;
  }
  .main-uslovia-wrap {
    background: url(../img/otz-bg.jpg) top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .main-otz{
    width: 980px;
    margin: -35px auto 0;
    position: relative;
    z-index: 1;
    background: rgba(153,123,185,.95);
    padding: 0;
  }
  .main-otz, .main-otz *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-otz .desktop-container{
    width: 100%;
  }
  .main-otz-item-h {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 13px;
  }
  .main-otz-item-date {
    font-size: 16px;
    line-height: 18px;
  }
  .main-otz-item-head{
    display: block;
    padding-right: 150px;
  }
  .main-otz-item-txt{
    font-size: 18px;
    line-height: 22px;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  }
  .main-otz-slider{
    padding: 40px 95px;
  }
  .main-otz-h{
    padding: 0;
    position: absolute;
    right: 95px;
    top: 40px;
    text-align: right;
    width: auto;
    z-index: 1;
  }
  .main-otz-h a:hover{
    color: #d7b2ff;
  }
  .main-otz-arr{
    width: 64px;
    height: 100%;
    top: 0;
    background: none;
    cursor: pointer;
  }
  .main-otz-arr-l{
    left: 0;
  }
  .main-otz-arr-r{
    right: 0;
  }
  .main-otz-arr:before{
    content: '';
    width: 14px;
    height: 28px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-position: 0 0;
    background-repeat: no-repeat;
  }
  .main-otz-arr:hover:before{
    background-position: 0 -28px;
  }
  .main-otz-arr-l:before{
    background-image: url(../img/l_arr.png);
  }
  .main-otz-arr-r:before{
    background-image: url(../img/r_arr.png);
  }
  .main-uslovia-h{
    padding: 60px 0;
  }
  .main-uslovia-h a{
    display: inline-block;
    text-decoration: none;
    padding-bottom: 1px;
  }
  .main-uslovia-h a:hover{
    border-bottom: 1px solid #000;
    padding-bottom: 0;
  }
  .main-uslovia-block{
    padding: 0;
  }
  .main-uslovia-item{
    width: 16.6666%;
    display: block;
    text-align: center;
    margin: 0;
  }
  .main-uslovia-item:hover .main-uslovia-txt{
    color: #997bb9;
  }
  .main-uslovia-img{
    width: 98px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-uslovia-txt{
    font-size: 18px;
    line-height: 20px;
    padding: 30px 10px 0;
  }
  .main-uslovia{
    padding-bottom: 60px;
  }
  .new-tov-h a {
    border-width: 1px;
  }
  .new-tov-h a:hover{
    color: #d7b2ff;
  }
  .new-tov-h{
    padding: 40px 0 45px;
  }
  .new-tov-cont{
    margin-left: -20px;
  }
  .new-tov-cont.new-tov-cont-active:hover .slick-list{
    padding-bottom: 200px;
    margin-bottom: -200px;
  }
  .new-tov-cont.new-tov-cont-active:hover .new-tov-cont-slide{
    opacity: 0;
  }
  .new-tov-cont-slide[aria-hidden="true"] *{
    cursor: default !important;
  }
  .new-tov-cont .new-tov-cont-slide.slick-current{
    opacity: 1 !important;
  }
  .new-tov{
    position: relative;
    z-index: 1;
  }
  .main-txt-h, .main-txt-cont{
    z-index: 0;
    padding-right: 42%;
  }
  .main-txt-h{
    font-size: 36px;
    line-height: 38px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .main-txt-cont{
    font-size: 16px;
    line-height: 20px;
  }
  .main-txt{
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0;
    display: flex;
    width: 100%;
    min-height: 489px;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-txt:before{
    display: none;
  }
}







/******************* Ð”Ð¾ÑÑ‚Ð°Ð²ÐºÐ° ********************/


.help-sidebar {
  padding: 25px 20px 0;
}
.side-menu {
  background: #f9f9f9;
}
.side-menu-h {
  display: none;
}
.side-menu-ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
.side-menu-ul li {
  font-size: 18px;
  line-height: 22px;
}
.side-menu-ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 4px 25px;
}
.side-menu-ul li.side-menu-active {
  background: #d7b2ff;
}
.side-menu-ul li.side-menu-active a {
  color: #ffffff !important;
  cursor: default;
}
.dost-content{
  font-size: 18px;
  line-height: 22px;
}
.dost-content, .dost-content*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dost-content a{
  color: #997bb9;
}
.dost-price-row{
  display: table-row;
}
.dost-price-cell{
  display: table-cell;
}
.dost-price-cell:first-child{
  padding-right: 25px;
}
.dost-price-tab{
  margin-top: 20px;
}
.purpur{
  color: #997bb9 !important;
}
.dost-calc{
  padding-bottom: 20px;
}
.dost-calc-region-block{
  padding-top: 5px;
}
.dost-calc-region-block, .dost-calc-weight-block{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.dost-calc-region-name{
  display: flex;
  align-items: center;
  padding-left: 42px;
  padding-right: 15px;
  height: 32px;
  background: url(../img/map.png) 0 0 no-repeat;
  -webkit-background-size: 32px;
  background-size: 32px;
}
.dost-calc-region-val{
  color: #997bb9;
  text-decoration: underline;
  cursor: pointer;
}
.weight-dost-input{
  width: 70px;
  height: 32px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #363636;
  margin-right: 10px;
  padding: 0 18px;
}
.dost-calc-weight-name{
  margin-right: 15px;
}
.dost-calc-but{
  width: 100%;
  height: 32px;
  border: 1px solid #45226a;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #45226a;
  background: none;
  padding: 0;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  cursor: pointer;
}
.dost-calc-but-block{
  padding-top: 3px;
}
.dost-line-val{
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 10px;
}
.dost-line-val span{
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
}
.dost-row-h .dost-cell{
  display: none;
}
.dost-row-h .dost-cell:first-child{
  display: block;
}
.dost-tab-title{
  font-size: 24px;
  line-height: 28px;
  color: #997bb9;
  display: inline-block;
}
.dost-tk-cont{
  display: none;
}
.dost-tk-logo a, .dost-tk-logo img{
  display: block;
  height: 30px;
  width: auto;
}
.dost-tab{
  width: 100%;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  line-height: 20px;
  color: #6a6a6a;
}
.dost-row-h{
  padding-top: 10px;
}
.dost-row{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
  border-top: 1px solid #ededed;
  justify-content: space-between;
}
.dost-cell{
  padding-bottom: 10px;
}
.dost-row .dost-cell:first-child{
  width: 100%;
}
.dost-row .dost-cell:nth-of-type(2){
  width: 35%;
}
.dost-row .dost-cell:nth-of-type(3){
  width: 45%;
}
.dost-row .dost-cell:last-child{
  width: 20%;
  text-align: right;
}
.dost-line-desk{
  display: flex;
  width: 100%;
  padding-top: 20px;
  margin-bottom: 40px;
}
.dost-line-star{
  padding-right: 5px;
}
.dost-city, .dost-list{
  display: none;
}
.dost-map{
  margin-top: 10px;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.dost-map img{
  display: block;
  min-width: 100%;
  height: auto;
}
.dost-addr-tab{
  font-size: 16px;
  line-height: 20px;
  color: #6a6a6a;
}
.dost-addr-hrow{
  display: none;
}
.dost-addr-row{
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}
.dost-addr-cell{
  margin-bottom: 5px;
}
.dost-addr-cell:first-child{
  font-size: 24px;
  line-height: 26px;
}
.dost-addr-cell:last-child span{
  display: inline-block;
  padding: 0 5px;
}
.dost-pay{
  padding-top: 40px;
}
.dost-pay-item{
  width: 100%;
  height: 114px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #ededed;
  border-radius: 10px;
  margin-bottom: 20px;
  color: #000000 !important;
  text-decoration: none;
  font-size: 20px;
  line-height: 22px;
}
.dost-pay-img{
  display: flex;
  width: 100%;
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.dost-pay-img img{
  display: block;
  width: auto;
  height: auto;
  max-width: 130px;
  max-height: 50px;
}
.help-line-nopad{
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 639px) {
  #city-pop-up {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  #city-pop-up .city-pop-up-line .inp input{
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}

@media screen and (max-width: 479px) {
  #city-pop-up {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .city-pop-up-line{
    display: flex !important;
    flex-direction: column;
  }
  #city-pop-up .city-pop-up-but{
    float: none !important;
  }
  .city-pop-up-but{
    order: 2;
    margin: 15px auto 0 !important;
    width: 100px !important;
  }
  #city-pop-up .city-pop-up-line .inp{
    order: 1;
    margin-right: 0 !important;
  }
  .city-pop-up-h{
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 15px;
  }
}




@media screen and (min-width: 640px) {

  .help-sidebar {
    padding: 25px 30px 0;
  }
  .dost-calc-but{
    width: 250px;
  }
  .dost-calc-form{
    display: flex;
    flex-wrap: wrap;
  }
  .dost-calc-region-block{
    width: 100%;
  }
  .dost-calc-but-block{
    padding-top: 0;
  }
  .dost-calc-weight-block{
    margin-bottom: 0;
    margin-right: 50px;
  }
  .dost-row-h{
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    height: 55px;
    font-size: 18px;
    line-height: 22px;
    color: #000000;
  }
  .dost-row-h .dost-cell{
    display: block;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  }
  .dost-row-h .dost-cell .dost-tab-title{
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    padding-left: 10px;
  }
  .dost-tk-logo{
    width: 180px;
    display: flex;
    justify-content: center;
  }
  .dost-tk-logo a, .dost-tk-logo img {
    display: block;
    height: auto;
    width: auto;
    max-height: 70px;
    max-width: 180px;
  }
  .dost-row{
    padding-bottom: 15px;
  }
  .dost-cell{
    padding-bottom: 0;
  }
  .dost-row .dost-cell:first-child, .dost-row-h .dost-cell:first-child{
    width: 40%;
  }
  .dost-row .dost-cell:nth-of-type(2), .dost-row-h .dost-cell:nth-of-type(2){
    width: 20%;
    padding-right: 10px;
  }
  .dost-row .dost-cell:nth-of-type(3), .dost-row-h .dost-cell:nth-of-type(3){
    width: 30%;
    padding-right: 10px;
  }
  .dost-row .dost-cell:last-child, .dost-row-h .dost-cell:last-child{
    width: 10%;
    text-align: left;
  }
  .dost-map{
    margin-top: 0;
  }
  .dost-line-val{
    padding-bottom: 20px;
  }
  .dost-pay-wrap{
    display: flex;
    justify-content: space-between;
  }
  .dost-pay-item{
    width: 30%;
    text-align: center;
    padding: 0 10px;
    height: 140px;
  }

}


@media screen and (min-width: 768px) {

  .side-menu{
    background: #f4f4f4;
  }
  .side-menu-ul{
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .side-menu-ul li a{
    padding: 4px 12px;
  }
  .dost-row-h .dost-cell .dost-tab-title{
    padding-left: 20px;
  }
  .dost-row .dost-cell:first-child, .dost-row-h .dost-cell:first-child{
    width: 38%;
  }
  .dost-row .dost-cell:nth-of-type(2), .dost-row-h .dost-cell:nth-of-type(2){
    width: 19%;
    padding-right: 20px;
  }
  .dost-row .dost-cell:nth-of-type(3), .dost-row-h .dost-cell:nth-of-type(3){
    width: 33%;
    padding-right: 20px;
  }
  .dost-addr-hrow, .dost-addr-row {
    display: flex;
    align-items: center;
  }
  .dost-addr-hrow{
    height: 55px;
    background: #f2f2f2;
    font-family: 'RobotoCondensedRegular', Arial, sans-serif;
    color: #000000;
  }
  .dost-addr-row{
    padding: 10px 0;
    text-align: left;
  }
  .dost-addr-cell{
    padding-left: 20px;
    margin-bottom: 0;
  }
  .dost-addr-cell:first-child{
    width: 25%;
    font-size: 18px;
    line-height: 22px;
  }
  .dost-addr-cell:nth-of-type(2) {
    width: 32%;
  }
  .dost-addr-cell:nth-of-type(3) {
    width: 21%;
  }
  .dost-addr-cell:last-child {
    width: 22%;
  }
  .dost-addr-hrow .dost-addr-cell{
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .dost-addr-cell:last-child span{
    display: block;
    padding: 0;
  }
  .dost-pay-item{
    width: 31%;
  }
  .dost-pay-txt{
    padding-left: 20px;
    padding-right: 20px;
  }

}


@media screen and (min-width: 1280px) {

  .help-sidebar {
    display: block;
    width: 240px;
    min-width: 240px;
    padding: 25px 0 0;
  }
  .side-menu {
    background: #f9f9f9;
  }
  .side-menu-h {
    display: block;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #d0d0d0;
    padding: 20px 25px;
  }
  .side-menu-ul {
    padding: 0 0 25px;
    display: block;
  }
  .side-menu-ul li a{
    padding: 4px 25px;
  }
  .side-menu-ul li a:hover {
    color: #997bb9;
  }
  .dost-calc-region-block{
    width: auto;
  }
  .dost-calc-weight-block{
    margin: 0 30px;
  }
  .dost-calc-form{
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .dost-calc-region-block{
    padding-top: 0;
    margin-bottom: 0;
  }
  .dost-tk-cont{
    display: block;
    padding-left: 30px;
  }
  .dost-row .dost-cell:first-child{
    display: flex;
    align-items: center;
  }
  .dost-row .dost-cell:first-child, .dost-row-h .dost-cell:first-child{
    width: 51%;
    padding-right: 20px;
  }
  .dost-row .dost-cell:nth-of-type(2), .dost-row-h .dost-cell:nth-of-type(2){
    width: 15%;
  }
  .dost-row .dost-cell:nth-of-type(3), .dost-row-h .dost-cell:nth-of-type(3){
    width: 25%;
  }
  .dost-row .dost-cell:last-child, .dost-row-h .dost-cell:last-child{
    width: 9%;
  }
  .dost-tk-name{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 3px;
  }
  .dost-calc-region-val:hover{
    text-decoration: none;
  }
  .dost-addr-cell:first-child{
    font-size: 24px;
    line-height: 28px;
  }
  .dost-addr-cell:first-child{
    width: 28%;
  }
  .dost-addr-cell:nth-of-type(2) {
    width: 33%;
  }
  .dost-addr-cell:nth-of-type(3) {
    width: 20%;
  }
  .dost-addr-cell:last-child {
    width: 19%;
  }
  .help-line-nopad{
    padding-top: 10px;
  }
  .dost-calc-but:hover {
    background-color: #d7b2ff;
    border-color: #d7b2ff;
    color: #fff;
  }

}


/* ÐšÐ¾Ð½Ñ‚Ð°ÐºÑ‚Ñ‹ */

.contact-page-item{
  padding-left: 36px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  font-weight: normal;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.contact-page-item a{
  display: inline-block;
  text-decoration: none;
  color: #000000;
}
.contact-page-top{
  margin-bottom: -20px;
}
.contact-page-item-tel, .contact-page-item-soc{
  font-size: 20px;
  line-height: 24px;
  background-image: url(../img/phone-call-c.png);
  background-position: 0 3px;
  min-height: 23px;
}
.contact-page-item-soc{
  background-image: url(../img/phone-soc.png);
  background-size: 22px 22px;
  background-position: 0 1px;
}
.contact-page-item-tel span, .contact-page-item-soc span{
  font-size: 16px;
  line-height: 20px;
  color: #838383;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  font-weight: lighter;
  display: block;
}
.contact-page-item-addr{
  background-image: url(../img/placeholder-color.png);
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
  min-height: 22px;
}
.contact-page-item-addr div{
  display: inline-block;
}
.contact-page-item-time{
  background-image: url(../img/clock.png);
}
.contact-page-item-time span{
  padding-right: 5px;
}
.contact-page-item-time span:last-child{
  padding-right: 0;
}
.contacts-page-city{
  padding-left: 36px;
  background-image: url(../img/placeholder-color.png);
  -webkit-background-size: 22px 22px;
  background-size: 22px 22px;
  min-height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.contacts-page-city-val{
  font-family: 'RobotoCondensedBold', Arial, sans-serif;
  padding-right: 15px;
}
.contacts-page-city{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.contacts-page-addr-tab{
  font-size: 16px;
  line-height: 20px;
  color: #6a6a6a;
  padding-top: 20px;
  padding-left: 36px;
}
.contacts-page-inn-tab{
  padding-left: 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  margin-top: 20px;
}
.contacts-page-inn-tab .contacts-page-addr-row{
  padding-left: 36px;
}
.contacts-page-addr-cell{
  margin-bottom: 5px;
}
.contacts-page-addr-cell:last-child{
  margin-bottom: 0;
}
.contacts-page-addr-row{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.contacts-page-addr-row:last-child{
  border: none;
}
.contacts-page-inn-tab .contacts-page-addr-row:last-child{
  border-bottom: 1px solid #ededed;
}
.contact-list{
  display: none;
}
.contacts-page-map{
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.contacts-page-map img{
  display: block;
  min-width: 100%;
  height: auto;
}

@media screen and (min-width: 360px) {
  .contact-page-item-tel div, .contact-page-item-soc div{
    display: inline-block;
    margin-right: 10px;
    min-width: 135px;
  }
  .contact-page-item-tel span, .contact-page-item-soc span{
    display: inline-block;
  }
}

@media screen and (min-width: 640px) {
  .contacts-page-addr-tab{
    padding-bottom: 10px;
  }
  .contacts-page-inn-tab{
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .contact-page-top{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
  .contact-page-item{
    width: 50%;
    margin-bottom: 30px;
  }
  .contacts-page-addr-cell{
    margin-bottom: 0;
    padding-right: 20px;
    width: 35%;
  }
  .contacts-page-addr-cell:nth-of-type(2) {
    width: 27%;
  }
  .contacts-page-addr-cell:last-child{
    padding-right: 0;
    width: 38%;
  }
  .contacts-page-addr-row{
    display: flex;
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .contacts-page-addr-cell{
    width: 40%;
  }
  .contacts-page-addr-cell:nth-of-type(2) {
    width: 30%;
  }
  .contacts-page-addr-cell:last-child{
    width: 30%;
  }
}


/* new total fix  */

@media screen and (max-width: 1279px) {
    .in-basket-item .in-cart-btn{
        display: none !important;
    }
    .in-basket-item .pr-cost{
        display: block !important;
    }
}

.basket-form-error{
  border-color: red !important;
}

.footer .f-2{
  display: block;
}
.footer-block.f-2 div{
  display: inline;
}
.footer-block.f-2 div:first-child{
  display: none;
}
.footer-block.f-2 div a{
  display: inline-block;
  margin-right: 15px;
}

.no-single-tov {
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  padding: 35px 0 20px;
}

.cab_tov_item_total_wrap{
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cab_tov_item_total_wrap *, *:before, *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cab_tov_item_wrap{
  margin: 0 1px 2px;
  width: calc(33.3333% - 2px);
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cab_tov_item_wrap_cart{
  border-color: #45226a !important;
}
.cab_tov_item_img{
  overflow: hidden;
  position: relative;
}
.cab_tov_item_img img{
  display: block;
  width: 100%;
  height: auto;
}
.cab_tov_item_img img:last-child{
  position: absolute;
  top: 0;
  left: 0;
}
.cab_tov_item_img_wrap{
  display: block;
  position: relative;
  text-decoration: none;
  color: #000000;
}
.cab_tov_item_img_wrap .basket_tov_item_label{
  position: absolute;
  top: 5px;
  left: 3px;
  font-size: 12px;
  padding: 2px;
  margin-left: -2px;
  margin-top: -2px;
}
.cab_tov_item_img_wrap .current-message{
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: auto;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  color: #45226a;
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px;
}
.cab_tov_item_h{
  color: #a8a8a8;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  height: 2.3em;
  overflow: hidden;
  font-size: 12px;
  display: block;
  padding: 0 5px;
}
.cab_tov_item_txt{
  padding: 2px 5px 0;
}
.cab_tov_item_txt_top, .cab_tov_item_txt_top_price{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.cab_tov_item_price_old, .cab_tov_item_once{
  font-size: 12px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  display: block;
  overflow: hidden;
  padding-bottom: 2px;
}
.cab_tov_item_price_old{
  color: red;
  text-decoration: line-through;
  padding-right: 5px;
}
.cab_tov_item_art{
  font-size: 10px;
  text-transform: uppercase;
  color: #a8a8a8;
  width: 100%;
  padding-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
}
.cab_tov_item_txt_bot{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 35px;
  padding: 0 5px 5px;
}
.cab_tov_item_quant{
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  white-space: nowrap;
}
.cab_tov_item_price{
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-family: 'RobotoCondensedRegular', Arial, sans-serif;
  white-space: nowrap;
}
.cab_tov_btn{
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: url(../img/shopping-cart-c.png) center center no-repeat;
  -webkit-background-size: 80% auto;
  background-size: 80% auto;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
}
.cab_tov_item_wrap_cart .cab_tov_btn{
  border-color: rgb(69, 34, 106);
  background: url(../img/shopping-cart-w.png) center center no-repeat;
  -webkit-background-size: 80% auto;
  background-size: 80% auto;
  background-color: rgb(69, 34, 106) !important;
}
#bonus-pop-up .login-top{
  background-image: none;
}
#bonus-pop-up .login-form-but-wrap{
  text-align: center;
}
#bonus-pop-up .bonus-link{
  display: inline-block;
  margin-bottom: 15px;
  white-space: nowrap;
  color: #997bb9;
}
.pop-up-bonus-table{
  padding-top: 30px;
  color: #997bb9;
}
.pop-up-bonus-row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.pop-up-bonus-cell{
  margin-bottom: 5px;
  overflow: hidden;
}
.pop-up-bonus-cell:first-child{
  width: 100%;
}
.pop-up-bonus-cell:nth-of-type(2) {
  width: 42%;
}
.pop-up-bonus-cell:nth-of-type(3){
  width: 26%;
  text-align: right;
}
.pop-up-bonus-cell:nth-of-type(4){
  width: 32%;
  text-align: right;
}
.pop-up-bonus-table-rez{
  border-top: 1px solid #997bb9;
  color: #997bb9;
}
.pop-up-bonus-row-rez{
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.pop-up-bonus-cell-rez{
  overflow: hidden;
}
.pop-up-bonus-cell-rez:first-child{
  width: 42%;
}
.pop-up-bonus-cell-rez:last-child{
  width: 26%;
  text-align: right;
}


@media screen and (min-width: 480px) {
  .cab_tov_item_wrap{
    margin: 0 2px 4px;
    width: calc(33.3333% - 4px);
  }
  .cab_tov_item_h{
    white-space: nowrap;
    font-size: 16px;
    height: auto;
  }
  .cab_tov_item_txt{
    padding-top: 5px;
  }
  .cab_tov_btn{
    width: 40px;
    height: 40px;
  }
  .cab_tov_item_txt_bot{
    min-height: 45px;
  }
  .cab_tov_item_price_old, .cab_tov_item_once{
    font-size: 14px;
  }
  .cab_tov_item_art{
    font-size: 12px;
    padding-bottom: 3px;
  }
  .cab_tov_item_quant{
    font-size: 16px;
    line-height: 18px;
    padding-right: 3px;
  }
  .cab_tov_item_price{
    font-size: 18px;
    line-height: 20px;
  }
  .cab_tov_item_img_wrap .current-message{
    font-size: 14px;
    line-height: 16px;
  }
  .cab_tov_item_img_wrap .basket_tov_item_label{
    font-size: 18px;
    left: 5px;
  }

  .footer-block.f-2 div a{
    margin-right: 20px;
  }
}

@media screen and (min-width: 640px) {
  .pop-up-bonus-cell:first-child{
    width: 33%;
  }
  .pop-up-bonus-cell:nth-of-type(2) {
    width: 26%;
  }
  .pop-up-bonus-cell:nth-of-type(3){
    width: 19%;
  }
  .pop-up-bonus-cell:nth-of-type(4){
    width: 22%;
  }
  .pop-up-bonus-cell-rez:first-child{
    width: 59%;
  }
  .pop-up-bonus-cell-rez:last-child{
    width: 19%;
  }
  #bonus-pop-up .bonus-link{
    font-size: 18px;
    margin-bottom: 33px;
  }

  .cab_tov_item_wrap{
    margin: 0 6px 12px;
    width: calc(33.3333% - 12px);
  }

  .footer-block.f-2 div a{
    margin-right: 25px;
  }
}

@media screen and (min-width: 768px) {
  #bonus-pop-up .login-form-but-wrap{
    padding-left: 0;
  }

  .cab_tov_item_wrap{
    margin: 0 10px 20px;
    width: calc(25% - 20px);
  }
}

@media screen and (min-width: 1280px) {
  #bonus-pop-up .login-top, #bonus-pop-up .login-form{
    padding-left: 0;
    padding-right: 0;
  }
  .pop-up-bonus-cell{
    margin-bottom: 0;
  }
  .pop-up-bonus-row-rez{
    margin-top: 10px;
  }
  #bonus-pop-up .login-form-but-wrap{
    justify-content: space-between;
    align-items: center;
    padding: 0;
  }
  #bonus-pop-up .login-form{
    padding: 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
    background: #ffffff;
    width: auto;
  }
  #bonus-pop-up .bonus-link{
    font-size: 16px;
    margin-bottom: 0;
  }
  #bonus-pop-up .bonus-link:hover{
    text-decoration: none;
  }

  .cab_tov_item_wrap{
    margin: 0 0 20px 20px;
    width: 180px;
  }
  .cab_tov_item_total_wrap{
    margin-left: -20px;
  }
  .cab_tov_item_h{
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .cab_tov_item_txt_top{
    justify-content: space-between;
  }
  .cab_tov_item_once{
    padding-right: 5px;
  }
  .cab_tov_item_art{
    width: auto;
  }
  .cab_tov_btn{
    border-radius: 5px;
    cursor: pointer;
    -webkit-background-size: 60% auto;
    background-size: 60% auto;
  }
  .cab_tov_item_wrap_cart .cab_tov_btn{
    -webkit-background-size: 60% auto;
    background-size: 60% auto;
  }
  .cab_tov_btn:hover {
    background-color: #d7b2ff;
  }
  .cab_tov_item_img_wrap .basket_tov_item_label{
    left: 10px;
  }
  .cab_tov_item_h,
  .cab_tov_item_txt,
  .cab_tov_item_txt_bot{
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
    margin-right: 10px;
  }
  .cab_tov_item_txt_bot{
    padding-bottom: 10px;
    min-height: 50px;
  }

  .footer .f-2{
    display: none;
  }
  .footer-block.f-2 div, .footer-block.f-2 div:first-child, .footer-block.f-2 div a{
    display: block;
  }
  .footer-block.f-2 div a{
    margin-right: 0;
  }
}



.main-txt-cont h2,
.main-txt-cont h3,
.main-txt-cont h4,
.main-txt-cont h5,
.main-txt-cont h6{
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0;
    margin: 15px 0;
    font-size: 22px;
    color: #000000;
}
.seo-block h2,
.seo-block h3,
.seo-block h4,
.seo-block h5,
.seo-block h6{
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0;
    margin: 15px 0;
    font-size: 22px;
    color: #000000;
}
.singl-blog h2,
.singl-blog h3,
.singl-blog h4,
.singl-blog h5,
.singl-blog h6{
    font-family: 'RobotoCondensedLight', Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    padding: 0;
    margin: 15px 0;
    font-size: 22px;
    color: #000000;
}
.about_page h2,
.about_page h3,
.about_page h4,
.about_page h5,
.about_page h6{
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
  margin: 15px 0;
  font-size: 22px;
  color: #000000;
}
.main-txt-cont h3 {
    font-size: 20px;
    margin: 10px 0;
}
.seo-block h3 {
    font-size: 20px;
    margin: 10px 0;
}
.singl-blog h3 {
    font-size: 20px;
    margin: 10px 0;
}
.about_page h3 {
  font-size: 20px;
  margin: 10px 0;
}
.main-txt-cont h4,
.main-txt-cont h5,
.main-txt-cont h6{
    font-size: 18px;
    margin: 10px 0;
}
.seo-block h4,
.seo-block h5,
.seo-block h6{
    font-size: 18px;
    margin: 10px 0;
}
.singl-blog h4,
.singl-blog h5,
.singl-blog h6{
    font-size: 18px;
    margin: 10px 0;
}
.about_page h4,
.about_page h5,
.about_page h6{
  font-size: 18px;
  margin: 10px 0;
}
.main-txt-cont, .seo-block, .singl-blog, .about_page {
    font-size: 18px;
    line-height: 22px;
    color: #000000;
}
.main-txt-cont p, .seo-block p, .singl-blog p, .about_page p{
    padding: 0;
    margin: 10px 0;
}
.main-txt-cont ul{
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.main-txt-cont ul li{
    position: relative;
    padding-left: 17px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
}
.main-txt-cont ul li:first-child{
    margin-top: 0;
}
.main-txt-cont ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #997bb9;
}
.seo-block ul{
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.seo-block ul li{
    position: relative;
    padding-left: 17px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
}
.seo-block ul li:first-child{
    margin-top: 0;
}
.seo-block ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #997bb9;
}
.singl-blog ul{
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.singl-blog ul li{
    position: relative;
    padding-left: 17px;
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
}
.singl-blog ul li:first-child{
    margin-top: 0;
}
.singl-blog ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #997bb9;
}
.about_page ul{
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.about_page ul li{
  position: relative;
  padding-left: 17px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 8px;
}
.about_page ul li:first-child{
  margin-top: 0;
}
.about_page ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #997bb9;
}
.main-txt-cont a, .seo-block a, .singl-blog a, .about_page a{
    color: #45226a;
}
.main-txt-cont a:hover, .seo-block a:hover, .singl-blog a:hover, .about_page a:hover{
    text-decoration: none;
}

@media screen and (min-width: 480px) {
    .main-txt-cont h2 {
        font-size: 26px;
    }
    .seo-block h2 {
        font-size: 26px;
    }
    .singl-blog h2 {
        font-size: 26px;
    }
    .about_page h2 {
        font-size: 26px;
    }
    .main-txt-cont h3 {
        font-size: 22px;
    }
    .seo-block h3 {
        font-size: 22px;
    }
    .singl-blog h3 {
        font-size: 22px;
    }
    .about_page h3 {
        font-size: 22px;
    }
}

@media screen and (min-width: 640px) {
    .main-txt-cont h2 {
        font-size: 30px;
        margin: 20px 0;
    }
    .seo-block h2 {
        font-size: 30px;
        margin: 20px 0;
    }
    .singl-blog h2 {
        font-size: 30px;
        margin: 20px 0;
    }
    .about_page h2 {
        font-size: 30px;
        margin: 20px 0;
    }
    .main-txt-cont h3 {
        font-size: 24px;
        margin: 15px 0;
    }
    .seo-block h3 {
        font-size: 24px;
        margin: 15px 0;
    }
    .singl-blog h3 {
        font-size: 24px;
        margin: 15px 0;
    }
    .about_page h3 {
        font-size: 24px;
        margin: 15px 0;
    }
    .main-txt-cont h4,
    .main-txt-cont h5,
    .main-txt-cont h6{
        font-size: 20px;
        margin: 15px 0;
    }
    .seo-block h4,
    .seo-block h5,
    .seo-block h6{
        font-size: 20px;
        margin: 15px 0;
    }
    .singl-blog h4,
    .singl-blog h5,
    .singl-blog h6{
        font-size: 20px;
        margin: 15px 0;
    }
    .about_page h4,
    .about_page h5,
    .about_page h6{
        font-size: 20px;
        margin: 15px 0;
    }
    .main-txt-cont p, .seo-block p, .singl-blog p, .about_page p,
    .main-txt-cont ul, .seo-block ul, .singl-blog ul, .about_page ul{
        margin: 15px 0;
    }
}


.pop-up-login-alert-wrap{
    padding: 40px 15px 30px;
    text-align: center;
}
.pop-up-login-alert-h{
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pop-up-login-alert-link{
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    text-transform: uppercase;
    white-space: nowrap;
    color: #45226a;
}
.pop-up-login-alert-link span:last-child{
    display: inline-block;
    margin-left: 5px;
    text-decoration: underline;
}
.pop-up-login-alert-link .pop-up-login-alert-link-img {
    width: 20px;
    height: 20px;
    background: url("../img/avatar-c.png") center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 4px;
}
.pop-up-login-alert-but{
    cursor: pointer;
    color: #997bb9;
    border: 1px solid #997bb9;
    width: 220px;
    height: 40px;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    margin: 30px auto 0;
    border-radius: 5px;
    font-family: 'RobotoCondensedRegular', sans-serif;
}

@media screen and (min-width: 1280px) {
    .pop-up-login-alert-link:hover span:last-child{
        text-decoration: none;
    }
    .pop-up-login-alert-but:hover{
        background: #d7b2ff;
        border-color: #d7b2ff;
        color: #ffffff;
    }
}




.main-content .product-block .product .details-block .price i{
  font-size: 14px;
}
.main-content .watched .w-product .details .w-cost i{
  font-size: 15px;
}
.main-content .product-block .product .details-block .old-price i{
  font-size: 11px;
}
.main-content .watched .w-product .details .w-old-cost i{
  font-size: 11px;
}
.basket_tov_item_price_old i{
  font-size: 15px;
}
.basket_tov_item_count i{
  font-size: 13px;
}
.basket_tov_item_price i{
  font-size: 20px;
}
.cab_tov_item_price_old i,
.cab_tov_item_once i{
  font-size: 11px;
}
.cab_tov_item_price i{
  font-size: 13px;
}


@media screen and (min-width: 480px) {
  .main-content .product-block .product .details-block .price i{
    font-size: 20px;
  }
  .main-content .watched .w-product .details .w-cost i{
    font-size: 20px;
  }
  .main-content .product-block .product .details-block .old-price i {
    font-size: 16px;
  }
  .main-content .watched .w-product .details .w-old-cost i {
    font-size: 16px;
  }
  .basket_tov_item_price_old i {
    font-size: 22px;
  }
  .basket_tov_item_count i {
    font-size: 17px;
  }
  .basket_tov_item_price i {
    font-size: 28px;
  }
  .cab_tov_item_price_old i,
  .cab_tov_item_once i {
    font-size: 13px;
  }
  .cab_tov_item_price i {
    font-size: 16px;
  }
}


@media screen and (min-width: 640px) {
  .main-content .product-block .product .details-block .price i{
    font-size: 28px;
  }
  .main-content .product-block .product .details-block .old-price i {
    font-size: 22px;
  }
}


@media screen and (min-width: 768px) {
  .main-content .product-block .product .details-block .price i{
    font-size: 20px;
  }
  .main-content .product-block .product .details-block .old-price i {
    font-size: 13px;
  }
  .basket_tov_item_price_old i {
    font-size: 18px;
  }
  .basket_tov_item_price i {
    font-size: 22px;
  }
}


@media screen and (min-width: 1280px) {
  .main-content .watched .w-product .details .w-cost i{
    font-size: 22px;
  }
  .basket_tov_item_price_old i {
    font-size: 18px;
  }
  .basket_tov_item_price i {
    font-size: 22px;
  }
  .basket_tov_item_count i {
    font-size: 13px;
  }
  .cab_tov_item_price_old i,
  .cab_tov_item_once i {
    font-size: 13px;
  }
  .cab_tov_item_price i {
    font-size: 16px;
  }
}




.product .image-block:hover>*{
  z-index: 1;
}
.product .image-block:hover>a{
  z-index: 0;
}
.cat-img-hide{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.3s;
}
.product .image-block{
  padding-top: 26px;
}
.product-status-label{
  position: absolute;
  left: 5px;
  top: 11px;
  display: flex;
  align-items: center;
}
.product-status-label>*{
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin-right: 5px;
}
.main-content .product-block .product .image-block .message{
  top: 36px;
  left: 5px;
}
.fast-previve-slider ul{
  margin: 0;
  padding: 10px 0;
}
.basket_tov_item_del{
  top: 0;
  height: 36px;
  width: 32px;
  background-position: center center;
  -webkit-background-size: 75% auto !important;
  background-size: 75% auto !important;
}
.basket_tov_item_num{
  width: calc(100% - 32px);
}

@media screen and (min-width: 480px) {
  .product .image-block{
    padding-top: 27px;
  }
  .product-status-label{
    top: 10px;
  }
  .main-content .product-block .product .image-block .message{
    top: 40px;
  }
  .basket_tov_item_del{
    height: 70px;
    width: 40px;
    -webkit-background-size: 75% auto !important;
    background-size: 75% auto !important;
  }
  .basket_tov_item_num{
    width: calc(100% - 40px);
  }
}

@media screen and (min-width: 640px) {
  .product .image-block{
    padding-top: 37px;
  }
  .product-status-label{
    top: 18px;
  }
  .main-content .product-block .product .image-block .message{
    top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .basket_tov_item_del{
    height: 56px;
  }
}

@media screen and (min-width: 1280px) {
  .product .image-block:hover .cat-img-hide{
    opacity: 1;
    z-index: 1;
  }
  .product .image-block{
    padding-top: 24px;
  }
  .product-status-label{
    top: 5px;
  }
  .main-content .product-block .product .image-block .message{
    top: 35px;
  }
  .basket_tov_item_del{
    height: 36px;
    width: 36px;
  }
  .basket_tov_item_num{
    width: calc(100% - 36px);
  }
}

.order-form-loading{
  background: url(../img/loader.gif) center center no-repeat, #45226a !important;
  font-size: 0 !important;
}
.quick_send_active,
.do_login_active{
  background: url(../img/loader.gif) center center no-repeat, #d7b2ff !important;
  font-size: 0 !important;
}

@media screen and (max-width: 992px) {
  .cp_container.cp_btn_left .cp_btn{
    top: auto !important;
    bottom: 0px !important;
    left:   0px !important;
    height: 30px;
    width:  30px;
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .sub-nav a:hover *,
  .sub-nav a:hover {
    color: #997bb9 !important;
  }
}

.hide-zopim-blocks .zopim{
  display: none !important;
}
.whatsapp-widget-block{
  position: fixed;
  bottom: 0;
  right: 115px;
  width: 206px;
  height: 36px;
  z-index: 1000;
  display: none;
}
.whatsapp-widget-block a{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background: mediumpurple;
  position: relative;
  border-radius: 15px 15px 0 0;
  color: #ffffff;
  padding-left: 39px;
  text-align: center;
  text-decoration: none;
}
.whatsapp-widget-block a:hover{
  filter: brightness(110%);
}
.whatsapp-widget-block a:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url("../img/whatsapp.svg") center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -12px;
}
@media screen and (max-width: 639px) {
  .whatsapp-widget-block{
    right: 0px;
    width: 150px;
    height: 28px;
  }
  .whatsapp-widget-block a{
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding-left: 28px;
    border-radius: 10px 10px 0 0;
  }
  .whatsapp-widget-block a:before {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    left: 10px;
  }
}

.main-content .product-block .product .details-block .pr-title {
  height: auto;
}
.pr-size{
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-family: 'RobotoCondensedLight', Arial, sans-serif;
  padding-left: 5px;
  max-width: calc(100% - 20px);
  overflow: hidden;
  margin-bottom: 7px;
  min-height: 12px; 
}

@media screen and (min-width: 480px) {
  .pr-size{
    font-size: 18px;
    min-height: 20px; 
  }
}

@media screen and (min-width: 640px) {
  .pr-size{
    font-size: 20px;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .pr-size{
    font-size: 16px;
    margin-bottom: 8px;
    min-height: 16px; 
  }
}

@media screen and (min-width: 1280px) {
  .pr-size{
    margin-top: -4px;
  }
}

 /*добавлена media*/
@media  screen and (max-width: 640px) {
  .main-content .product-block .product .image-block .pr-like-ico{
    width: 35px;
    height: 20px;
  }
}