@font-face {
  font-family: 'ALS Rubl';
  src: url("../fonts/ALSRubl.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
*:focus {
  outline: none !important;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
 /* background: url(/img/newyear-sneg2.png);*/


}
.header {
  margin-bottom: 25px;
}
.header .container {
  position: relative;
}
.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header-info {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.header-info-top {
  display: flex;
  align-items: center;
}
.header-info-top-phone-icon {
  flex-shrink: 0;
  margin-right: 10px;
  width: 25px;
  height: 25px;
}
.header-info-top-phone-icon img {
  max-width: 100%;
  display: block;
  height: auto;
}
.header-info-top-phone {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.header-info-top-phone-number a {
  font-size: 24px;
  text-decoration: none;
  color: #000;
}
.header-info-top-phone-number .tel_sp
{
 display:block;	}
.header-info-top-phone-number .tel_sp a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.header-info-top-button a {
  text-transform: uppercase;
  background: #d186b1;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 3px #ecccde;
  height: 25px;
  padding: 0 8px;
  transition: box-shadow 0.4s linear;
}
.header-info-top-button a:hover {
  box-shadow: 0 0 0 15px transparent;
}
.header-logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 10px;
  width: 268px;
  height: 101px;
  z-index: 1;
}
.header-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
.header-info-bottom {
  padding-left: 35px;
}
.header-info-bottom-time {
  color: #d186b1;
  font-size: 14px;
}
.header-tools {
  display: flex;
  align-items: center;
  margin-top: 45px;
}
.header-tools-item {
  position: relative;
  transition: all 0.25s ease-out;
}
.header-tools-item:hover {
  transform: translateY(-3px);
}
.header-tools-item:not(:last-child) {
  margin-right: 30px;
}
.header-tools-item-text a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.header-tools-item-circle {
  position: absolute;
  height: 16px;
  width: 16px;
  background: #d186b1;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  right: -5px;
  bottom: -5px;
}
.nav-flex {
  display: flex;
  position: relative;
  align-items: center;
}
.hamburger {
  display: none;
  padding: 0;
  height: 24px;
  margin-right: 20px;
}
.nav-mobile {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 4;
  background: #fff;
  border-bottom: 2px solid #000;
}
.nav-mobile .header-info {
  display: none;
}
.nav-mobile ul {
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 15px 0;
}
.nav-mobile ul li {
  list-style: none;
}
.nav-mobile ul li a {
  text-transform: uppercase;
  font-size: 18px;
  color: #000;
  display: block;
  padding: 5px 0;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.nav-mobile ul li a:hover {
  color: #d186b1;
}
.nav {
  margin-top: 25px;
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}
.nav-menu > ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.nav-menu > ul > li {
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
}
.nav-menu > ul > li:hover > a {
  color: #d186b1;
}
.nav-menu > ul > li:hover > ul {
  display: block;
  -webkit-animation: dropdown 0.25s ease-out forwards;
  animation: dropdown 0.25s ease-out forwards;
}
.nav-menu > ul > li.nav-menu-dropdown:hover:after {
  transform: rotate(-180deg);
}
.nav-menu > ul > li.nav-menu-dropdown:after {
  content: '';
  transition: all 0.25s ease-out;
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: block;
  background: url("../img/down.png") no-repeat center center;
}
.nav-menu > ul > li:not(:last-child) {
  margin-right: 30px;
}
.nav-menu > ul > li > a {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease-out;
  height: 44px;
  display: flex;
  align-items: center;
}
.nav-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  display: none;
  min-width: 100%;
  background: #fff;
  padding: 10px 0;
  border: 3px solid #ecccde;
  transition: all 0.25s ease-out;
}
.nav-menu > ul > li > ul:hover {
  box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}
.nav-menu > ul > li > ul > li {
  list-style: none;
}
.nav-menu > ul > li > ul > li > a {
  padding: 5px 30px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.25s ease-out;
  display: block;
  font-size: 14px;
}
.nav-menu > ul > li > ul > li > a:hover {
  color: #d186b1;
}
.nav-search {
  margin-left: 30px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
  color: #8a8a8a;
  opacity: 1;
}
input::-moz-placeholder {
/* Firefox 19+ */
  color: #8a8a8a;
  opacity: 1;
}
input:-ms-input-placeholder {
/* IE 10+ */
  color: #8a8a8a;
  opacity: 1;
}
input:-moz-placeholder {
/* Firefox 18- */
  color: #8a8a8a;
  opacity: 1;
}
.nav-search-input {
  height: 44px;
  flex-grow: 1;
}
.nav-search-input input {
  height: 100%;
  width: 100%;
  border: none;
  background: #eee;
  padding: 0 20px;
  color: #000;
  font-size: 17px;
}
.nav-search-button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nav-search-button:hover img {
  transform: scale(0.9);
}
.nav-search-button img {
  transition: all 0.25s ease-out;
}
.banners {
  margin-top: 50px;
  margin-bottom: 30px;
}
.banners-flex {
  display: flex;
}
.banners-left {
  width: 50%;
  position: relative;
}
.banners-right {
  width: calc(50% - 30px);
  margin-left: 30px;
}
.banners-left-box {
  width: 100%;
  padding-top: 100%;
  transition: all 0.25s ease-out;
}
.banners-left-box:hover {
  box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}
.banners-left-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banners-left-box-inside-slider {
  position: relative;
  height: 100%;
  width: 100%;
}
.banners-left-box-inside-slider .owl-item {
  height: 100%;
}
.banners-left-box-inside-slider .owl-stage-outer {
  height: 100%;
}
.banners-left-box-inside-slider .owl-stage {
  height: 100%;
}
.banners-left-box-inside-slider-next,
.banners-left-box-inside-slider-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
  z-index: 2;
}
.banners-left-box-inside-slider-next:hover,
.banners-left-box-inside-slider-prev:hover {
  background: rgba(255,255,255,0.9);
}
.banners-left-box-inside-slider-prev {
  left: -50px;
  background-image: url("../img/prev.png");
  background-position: right 20px center;
}
.banners-left-box-inside-slider-next:hover {
  right: -50px;
  background-image: url("../img/next.png");
  background-position: left 20px center;
    background-repeat:no-repeat;
}
.banners-left-box-inside-slider-prev:hover {
  left: -50px;
  background-image: url("../img/prev.png");
  background-position: right 20px center;
  background-repeat:no-repeat;
}
.banners-left-box-inside-slider-next {
  right: -50px;
  background-image: url("../img/next.png");
  background-position: left 20px center;
}
.banners-left-box-inside-slider-wrap {
  height: 100%;
  width: 100%;
  display: block;
}
.banners-left-box-inside-slider-item {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banners-left-box-inside-slider-item-button {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.banners-left-box-inside-slider-item-button a {
  text-transform: uppercase;
  background: #d186b1;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 8px #ecccde;
  height: 36px;
  padding: 0 22px;
  transition: box-shadow 0.4s linear;
}
.banners-left-box-inside-slider-item-button a:hover {
  box-shadow: 0 0 0 30px transparent;
}
.banners-right-box {
  padding-top: 50%;
  width: 100%;
  position: relative;
  transition: all 0.25s ease-out;
}
.banners-right-box:not(:last-child) {
  margin-bottom: 30px;
}
.banners-right-box:hover {
  box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}
.banners-right-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.banners-right-box-inside-image {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.categories {
  margin-top: 30px;
  margin-bottom: 80px;
}
.categories-flex {
  display: flex;
  justify-content: space-between;
}
a.categories-item {
  position: relative;
  width: calc(33.33333333% - 20px);
  background: #d186b1;
  text-decoration: none;
}
.categories-box {
  padding-top: 100%;
  position: relative;
  width: 100%;
  transition: all 0.25s ease-out;
}
.categories-box:not(:last-child) {
  margin-right: 30px;
}
.categories-box:hover {
  box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}
.categories-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.categories-box-inside-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 50%;
  background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
}
.categories-box-inside-content-title {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
}
.categories-box-inside-content-text {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.categories-box-inside-content-button a {
  text-transform: uppercase;
  background: #d186b1;
  font-size: 29px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 6px #ecccde;
  height: 44px;
  padding: 0 10px;
  transition: box-shadow 0.4s linear;
}
.categories-box-inside-content-button a:hover {
  box-shadow: 0 0 0 20px transparent;
}
.about {
  margin-top: 80px;
  margin-bottom: 50px;
}
.about-title {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.about-items {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.about-items-item {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-items-item:not(:last-child) {
  margin-right: 150px;
}
.about-items-item-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.about-items-item-icon img {
  max-width: 100%;
  display: block;
  height: auto;
}
.about-items-item-title {
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
.about-text {
  padding: 0 75px;
  text-align: justify;
  font-size: 17px;
}
.instagram {
  margin-top: 50px;
  margin-bottom: 120px;
}
.instagram-title {
  text-align: center;
  margin-bottom: 15px;
}
.instagram-items {
  display: flex;
  justify-content: space-between;
  padding: 0 75px;
  margin-bottom: 30px;
}
.instagram-items-item {
  width: 24%;
  padding:3px;
}
.instagram-items-box {
  width: 100%;
  padding-top: 100%;
  position: relative;
  transition: all 0.25s ease-out;
}
.instagram-items-box:hover {

}
.instagram-items-box-inside {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.instagram-items-box-inside-image {
  height: 100%;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /*border:1px #000 solid;*/
}
.inst_l
{
	background-color:#fff;
	opacity:0.8;
	display:none;
	position:relative;
	margin:0 auto;
	margin-top:-20px;
	height:20px;
	width:120px;
	padding-left:5px;
	padding-top:3px;
}
.instagram-button {
  text-align: center;
}
.instagram-button a {
  text-transform: uppercase;
  background: #d186b1;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 6px #ecccde;
  height: 36px;
  padding: 0 22px;
  transition: box-shadow 0.4s linear;
}
.instagram-button a:hover {
  box-shadow: 0 0 0 20px transparent;
}
.comm
{
width: 56px;
    height: 14px;
    background: url(../img/icon3.png) no-repeat left center;
    background-size: contain;
    float:left;
    font-size:12px;
    padding-left:28px;
    transition: all 0.25s ease-out;
	}
.likes
{
width: 56px;
    height: 14px;
        padding-left:28px;
    background: url(../img/icon3.png) no-repeat left center;
    background-size: contain;
    float:left;
        font-size:12px;
    transition: all 0.25s ease-out;
	}
.inst_sp
{
display:none;
	}
.window-pop-up-content .inst_sp
{
display:block !important;
	}
.blog {
  margin-top: 120px;
  margin-bottom: 120px;
}
.blog-title {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
}
.blog-items {
  display: flex;
  justify-content: space-between;
  padding: 0 75px;
  margin-bottom: 50px;
}
.blog-items-item {
  width: calc(50% - 15px);
}
.blog-items-item2 {
  width: calc(50% - 30px);
  margin-bottom:50px !important;
}
.blog-items-item-image {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  transition: all 0.25s ease-out;
}
.blog-items-item-image:hover {
  box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}
.blog-items-item-date {
  font-size: 24px;
  color: #d186b1;
  text-align: center;
  margin-bottom: 30px;
}
.blog-items-item-title {
  text-align: center;
}
.blog-items-item-title a {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.2;
  transition: all 0.25s ease-out;
  border-bottom: 3px solid transparent;
}
.blog-items-item-title a:hover {
  border-color: #d186b1;
}
.blog-button {
  text-align: center;
}
.blog-button a {
  text-transform: uppercase;
  background: #d186b1;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 6px #ecccde;
  height: 36px;
  padding: 0 22px;
  transition: box-shadow 0.4s linear;
}
.blog-button a:hover {
  box-shadow: 0 0 0 20px transparent;
}
.shops {
  margin-top: 120px;
  margin-bottom: 120px;
}
.shops-title {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.shops-items {
  display: flex;
  justify-content: space-between;
  padding: 0 75px;
}
.shops-items-item {
  width: calc(25% - 22.5px);
}
.shops-items-item-image {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 10px;
  transition: all 0.25s ease-out;
}
.shops-items-item-image:hover {
  box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}
.shops-items-item-address {
  font-size: 16px;
  color: #000;
  font-weight: 400;
}
.shops-items-item-phone {
  position: relative;
  display: flex;
  align-items: center;
}
.shops-items-item-phone:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("../img/icon1.png") no-repeat center center;
  background-size: contain;
}
.shops-items-item-phone a {
  font-size: 18px;
  color: #d186b1;
  font-weight: 600;
  text-decoration: none;
}
.catalog {
  margin-top: 120px;
  margin-bottom: 80px;
}
.catalog-head {
  position: relative;
  padding: 0 75px;
  margin-bottom: 60px;
}
.catalog-head-title {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.catalog-head-nav {
  position: absolute;
  right: 75px;
  top: 12px;
}
.catalog-head-nav ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.catalog-head-nav ul li {
  list-style: none;
}
.catalog-head-nav ul li:not(:last-child) {
  margin-right: 20px;
}
.catalog-head-nav ul li a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.25s ease-out;
  border-bottom: 2px solid transparent;
}
.catalog-head-nav ul li a:hover {
  border-color: #d186b1;
}
.catalog-head-nav ul li.active a {
  border-color: #d186b1;
}
.catalog-slider {
  position: relative;
}
.catalog-slider-wrap {
  padding: 0 75px;
}
.catalog-slider-prev,
.catalog-slider-next {
  position: absolute;
  top: 145px;
  cursor: pointer;
  transition: all 0.25s ease-out;
  z-index: 3;
  width: 23px;
  height: 71px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.catalog-slider-prev {
  left: 0;
  background-image: url("../img/prev.png");
}
.catalog-slider-prev:after {
  content: '';
  position: absolute;
  background-image: url("../img/prev.png");
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s ease-out;
}
.catalog-slider-prev:hover:after {
  -webkit-animation: prev 1.2s ease-out infinite;
  animation: prev 1.2s ease-out infinite;
}
.catalog-slider-next {
  right: 0;
  background-image: url("../img/next.png");
}
.catalog-slider-next:after {
  content: '';
  position: absolute;
  background-image: url("../img/next.png");
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s ease-out;
}
.catalog-slider-next:hover:after {
  -webkit-animation: next 1.2s ease-out infinite;
  animation: next 1.2s ease-out infinite;
}
.catalog-slider-item {
  position: relative;
  width: 273px;
  margin: 0 auto;
}
.catalog-slider-item.catalog-slider-item-new .catalog-slider-item-top-new {
  display: flex;
}
.catalog-slider-item.catalog-slider-item-discount .catalog-slider-item-top-discount {
  display: inline-flex;
}
.catalog-slider-item.catalog-slider-item-discount .catalog-slider-item-bottom-cost-old {
  display: block;
}
.catalog-slider-item.catalog-slider-item-discount .catalog-slider-item-bottom-cost-current {
  color: #c60909;
}
.goods-right-items-item.catalog-slider-item-new .catalog-slider-item-top-new {
  display: flex;
}
.goods-right-items-item.catalog-slider-item-discount .catalog-slider-item-top-discount {
  display: inline-flex;
}
.goods-right-items-item.catalog-slider-item-discount .catalog-slider-item-bottom-cost-old {
  display: block;
}
.goods-right-items-item.catalog-slider-item-discount .catalog-slider-item-bottom-cost-current {
  color: #c60909;
}
.catalog-slider-item-top {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.catalog-slider-item-top:hover .catalog-slider-item-top-quick {
  opacity: 1;
  transform: scale(1);
}
.catalog-slider-item-top-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.catalog-slider-item-top-new {
  position: absolute;
  top: 5px;
  left: 5px;

    background: #d186b1;
  height: 28px;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
  opacity:0.8;
  display: none;
  align-items: center;
  padding: 0 12px;
  text-transform: uppercase;
  z-index: 1;
}
.catalog-slider-item-top-video {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-image: url('/images/videoo2.png');
  background-size: contain;


  height: 50px;
  width: 50px;
  opacity:0.8;
  padding: 0 12px;
  z-index: 1;
}
.catalog-slider-item-top-discount {

  background: #c60909;
    opacity:0.8;
  font-weight: 800;
  font-size: 14px;
  color: #fff;
    height: 28px;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 5px;
  right: 5px;
    padding: 0 12px;
  z-index: 1;
}
.catalog-slider-item-top-newyear {
  background: url(/img/newyear.png);
  background-size: cover;
  width: 40px;
  height: 40px;
 /*new_year*/
  display:none;
   /*new_year*/
  position: absolute;
  top: -15px;
  right: -5px;
  z-index: 99;
}
.catalog-slider-item-top-newyear-sneg {
  background: url(/img/newyear-sneg.png);
  background-size: cover;
  width: 225px;
  height: 400px;
  opacity:0.4;
 /*new_year  - выключено должно быть*/  display:none;
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 9999;
}
.catalog-slider-item-top-newyear-sneg.1 {
  background-position: bottom;
}
.catalog-slider-item-top-newyear-sneg.2 {
  background-position: right;
}
.catalog-slider-item-top-quick {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.35);
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: flex;
  transform: scale(2);
  transition: all 0.25s ease-out;
}
.catalog-slider-item-top-quick a {
  text-transform: uppercase;
  background: #d186b1;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 6px #ecccde;
  height: 36px;
  padding: 0 12px;
  transition: box-shadow 0.4s linear;
}
.catalog-slider-item-top-quick a:hover {
  box-shadow: 0 0 0 15px transparent;
}
.catalog-slider-item-bottom {
  background: #fff;
  padding: 10px 15px;
}
.catalog-slider-item-bottom-category {
  color: #be4b8b;
  font-size: 13px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 5px;
}
.catalog-slider-item-bottom-title {
  color: #000;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.2;
}
.catalog-slider-item-bottom-cost {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}
.catalog-slider-item-bottom-cost-old {
  font-weight: 700;
  color: #d186b1;
  text-decoration: line-through;
  font-size: 22px;
  margin-right: 10px;
  line-height: 1;
  display: none;
}
.catalog-slider-item-bottom-cost-current {
  font-weight: 700;
  color: #000;
  font-size: 22px;
  line-height: 1;
}
.catalog-slider-item-bottom-cost-current span {
  margin-left: 4px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'ALS Rubl';
}
.catalog-slider-item-bottom-country {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.catalog-slider-item-bottom-tools {
  display: none;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}
.catalog-slider-item-bottom-tools-like {
  display: none;
  width: 26px;
  height: 23px;
  background: url("../img/icon3.png") no-repeat center center;
  background-size: contain;
  transition: all 0.25s ease-out;
}
.catalog-slider-item-bottom-tools-like.active {
  background: url("../img/icon3-active.png") no-repeat center center;
}
.catalog-slider-item-bottom-tools-like:hover {
  transform: translateY(-3px);
}
.catalog-slider-item-bottom-tools-button a {
  text-transform: uppercase;
  background: #d186b1;
  font-size: 25px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 6px #ecccde;
  height: 36px;
  padding: 0 10px;
  transition: box-shadow 0.4s linear;
}
.catalog-slider-item-bottom-tools-button a:hover {
  box-shadow: 0 0 0 20px transparent;
}
.catalog-slider-item-bottom-tools-cart {
  display: none;
  width: 27px;
  position: relative;
  height: 26px;
  background: url("../img/icon4.png") no-repeat center center;
  background-size: contain;
  transition: all 0.25s ease-out;
}
.catalog-slider-item-bottom-tools-cart:hover {
  transform: translateY(-3px);
}
.catalog-slider-item-bottom-tools-cart-circle {
  position: absolute;
  height: 16px;
  width: 16px;
  background: #d186b1;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  right: -5px;
  bottom: -5px;
}
.brands {
  margin-top: 80px;
  margin-bottom: 60px;
}
.brands-title {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
}
.brands-slider {
  position: relative;
}
.brands-slider .owl-stage {
  display: flex;
}
.brands-slider .owl-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
.brands-slider-wrap {
  padding: 0 75px;
}
.brands-slider-prev,
.brands-slider-next {
  width: 14px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 3;
}
.brands-slider-prev {
  left: 0;
  background-image: url("../img/prev.png");
}
.brands-slider-prev:after {
  content: '';
  position: absolute;
  background-image: url("../img/prev.png");
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
}
.brands-slider-prev:hover:after {
  -webkit-animation: prev 1.2s ease-out infinite;
  animation: prev 1.2s ease-out infinite;
}
.brands-slider-next {
  right: 0;
  background-image: url("../img/next.png");
}
.brands-slider-next:after {
  content: '';
  position: absolute;
  background-image: url("../img/next.png");
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s ease-out;
}
.brands-slider-next:hover:after {
  -webkit-animation: next 1.2s ease-out infinite;
  animation: next 1.2s ease-out infinite;
}
.brands-slider-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer {
  margin-top: 60px;
  padding-bottom: 30px;
}
.footer-flex {
  padding: 0 75px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.footer-line {
  content: '';
  width: calc(100% - 150px);
  margin: 0 auto;
  height: 2px;
  background: #333;
  display: block;
  margin-bottom: 50px;
}
.footer-title {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1;
}
.footer-title a {
  color: #000;
  text-decoration: none;
}
.footer-left {
  display: flex;
  flex-shrink: 0;
}
.footer-left-nav:not(:last-child) {
  margin-right: 70px;
}
.footer-left-nav-list ul {
  padding: 0;
  margin: 0;
}
.footer-left-nav-list ul li {
  list-style: none;
}
.footer-left-nav-list ul li:not(:last-child) {
  margin-bottom: 10px;
}

.brands-sp
{
margin-top:10px;
	}
.brands-sp a
{
	color: #000;
  font-size: 14px;
  font-weight:bold;
  text-decoration: none;
  transition: all 0.25s ease-out;
	}
.footer-left-nav-list ul li a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.footer-left-nav-list ul li a:hover {
  color: #d186b1;
}
.footer-right {
  margin-left: 100px;
}
.footer-right-phone a {
  text-decoration: none;
  font-size: 48px;
  color: #000;
  line-height: 1;
}

.footer-right-time {
  font-size: 16px;
  margin-bottom: 10px;
  margin-top:5px;
}
.footer-right-text {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer-right-email {
  margin-bottom: 20px;
}
.footer-right-email a {
  color: #d186b1;
  border-bottom: 1px solid #d186b1;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.footer-right-email a:hover {
  border-color: transparent;
}
.footer-right-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer-right-bottom-social {
  display: flex;
  align-items: center;
}
.footer-right-bottom-social-item {
  transition: all 0.25s ease-out;
}
.footer-right-bottom-social-item:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
.footer-right-bottom-social-item:not(:last-child) {
  margin-right: 10px;
}
.footer-right-bottom-dev {
  font-size: 14px;
}
.footer-right-bottom-dev a {
  color: #d186b1;
  border-bottom: 1px solid #d186b1;
  transition: all 0.25s ease-out;
  text-decoration: none;
}
.footer-right-bottom-dev a:hover {
  border-color: transparent;
}
.goods {
  /*background: #fff;*/
}
.goods-flex {
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.goods-left {
  padding: 0 15px;
  flex-shrink: 0;
  width: 30%;
  margin-right: 10px;
}
.goods-left-inner {
  padding-left: 0px;
}
.goods-right {
  padding: 0 15px;
  flex-grow: 1;
}
.goods-right-inner {
  position: relative;
}
.goods-left-nav {
  position: relative;
  margin-bottom: 20px;
}
.goods-left-nav:after {
  margin-top: 25px;
  content: '';
  background: #333;
  width: 100%;
  position: relative;
  left:-30px;
  display: block;
  height: 2px;
}
.goods-left-nav ul {
  padding: 0;
  margin: 0;
}
.goods-left-nav ul.goods-left-nav-deep-ul li a {
  color: #be4b8b;
}
.goods-left-nav ul.goods-left-nav-deep-ul li a:hover span {
  border-color: #be4b8b;
}
.goods-left-nav ul li {
  list-style: none;
}
.goods-left-nav ul li.goods-left-nav-parent-li.goods-left-nav-parent-li-active > a:after {
  transform: rotate(-180deg);
}
.goods-left-nav ul li.goods-left-nav-parent-li > a:after {
  content: '';
  transition: all 0.25s ease-out;
  position: relative;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-left: 15px;
  top: 2px;
  display: block;
  background: url("../img/down.png") no-repeat center center;
}
.goods-left-nav ul li a {
  text-transform: uppercase;
  font-weight: 300;
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.goods-left-nav ul li a span {
  transition: all 0.25s ease-out;
  border-bottom: 1px solid transparent;
}
.goods-left-nav ul li a:hover span {
  border-color: #000;
}
.goods-left-nav > ul > li > a {
  font-size: 18px;
  text-decoration: none;
}
.goods-left-nav > ul > li ul {
  margin-left: 30px;
  padding-top: 10px;
  display: none;
}
.ull
{
margin-bottom:30px !important;
	}
.goods-left-nav > ul > li ul li:not(:last-child) {
  margin-bottom: 10px;
}
.goods-left-nav > ul > li ul li a {
  font-size: 14px;
}
.goods-left-offers {
  margin: 10px 0 30px;
}
.goods-left-offers-row a {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  transition: all 0.25s ease-out;
  line-height: 1;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.goods-left-offers-row a:hover {
  border-color: #000;
}
.goods-left-filters-row:not(:last-child) {
  margin-bottom: 25px;
}
.goods-left-filters-row-title {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 15px;
}
.goods-left-filters-row-flex {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.goods-left-filters-row-col {
  flex-shrink: 1;
  padding-left: 10px;
  padding-right: 10px;
  width:100%;
  max-width: 50%;
      /*max-width: 200px;*/
}
.goods-left-filters-row-col.goods-left-filters-row-col-size {
  width: 40%;
  flex-shrink: 0;
}
.goods-left-filters-row-col-title {
  font-size: 18px;
  color: #000;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.goods-left-filters-row-col-block {
  border: 1px solid #000;
  padding: 15px 5px 15px 15px;
  height: 200px;
}
.goods-left-filters-row-col-block-scroll {
  height: 100%;
}
.goods-left-filters-row-col-block-scroll-item {
  padding-right: 30px;
}
.goods-left-filters-row-col-block-scroll-item.active {

}
.goods-left-filters-row-col-block-scroll-item.inactive {
  opacity:0.2;
}
.goods-left-filters-row-col-block-scroll-item label {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goods-left-filters-row-col-block-scroll-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.goods-left-filters-row-col-block-scroll-item label input:checked ~ .checkmark {
  background-color: #ecccde;
  border-color: #d186b1;
}
.goods-left-filters-row-col-block-scroll-item label input:checked ~ .checkmark:after {
  display: block;
}
.goods-left-filters-row-col-block-scroll-item label:hover input ~ .checkmark {
  background-color: #ecccde;
  border-color: #d186b1;
}
.goods-left-filters-row-col-block-scroll-item label .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.goods-left-filters-row-col-block-scroll-item .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 3px;
  transition: all 0.25s ease-out;
}
.goods-left-filters-row-col-block-scroll-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.os-scrollbar {
  width: 20px !important;
}
.os-scrollbar-track {
  background: #ecccde !important;
  border-radius: 0 !important;
  position: relative;
  width: 10px !important;
}
.os-scrollbar-handle {
  left: -5px;
  width: 20px !important;
  background: #d186b1 !important;
  border-radius: 0 !important;
}
.goods-right-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  align-items: center;
}
.goods-right-head-title {
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  padding-right: 15px;
  line-height: 1;
}
.goods-right-head-sort {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.goods-right-head-sort-title {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  margin-right: 20px;
  font-weight: 400;
}
.goods-right-filter {
  margin-bottom: 30px;
}
.goods-right-filter ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.goods-right-filter ul li {
  list-style: none;
}
.goods-right-filter ul li:not(:last-child) {
  margin-right: 35px;
}
.goods-right-filter ul li a {
  text-transform: uppercase;
  color: #be4b8b;
  border-bottom:1px #be4b8b solid;
  text-decoration: none;
  font-size: 12px;
  font-weight: 200;
  transition: all 0.25s ease-out;

}
.goods-right-filter ul li a:hover {
  border-color: #d186b1;
  color:#d186b1;
}
.goods-right-filter ul li.active a {
  border-color: #d186b1;
}
.result_calc
{

padding:5px;

}
.nice-select {
  width: 200px !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  border: 1px solid #000 !important;
  text-transform: uppercase !important;
  padding-left: 15px !important;
  border-radius: 3px;
}
.nice-select .list {
  min-width: 100%;
  right: 0;
  left: auto;
}
.nice-select:after {
  width: 6px !important;
  height: 6px !important;
  border-color: #000 !important;
}
.nice-select .current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goods-right-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.goods-right-items .catalog-slider-item-bottom-tools {
  display: flex;
}
.goods-right-items a.catalog-slider-item-bottom-tools-like {
  display: block;
}
.goods-right-items a.catalog-slider-item-bottom-tools-cart {
  display: block;
}
.goods-right-items .catalog-slider-item {
  width: 100%;
}
.goods-right-items-item {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 25%;
}
.goods-right-button {
  text-align: center;
  margin-bottom: 60px;
}
.goods-right-button a {
  text-transform: uppercase;
  background: #d186b1;
  font-size: 36px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 8px #ecccde;
  height: 66px;
  padding: 0 35px;
  transition: box-shadow 0.4s linear;
}
.goods-right-button a:hover {
  box-shadow: 0 0 0 30px transparent;
}
.goods-right-bottom {
  padding-top: 50px;
  border-top: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods-right-bottom-pager {
  display: flex;
  align-items: center;
}
.disabled
{
 opacity:0.5;
  curson: none;
}
.floater
{
float:left;  margin:15px;
}
.goods-right-bottom-pager-item:not(:last-child) {
  margin-right: 15px;
}
.goods-right-bottom-pager-item.goods-right-bottom-pager-item-active a {
  border-color: #d186b1;
  background: #ecccde;
}
.goods-right-bottom-pager-item a {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #000;
  font-weight: 300;
  font-size: 13px;
  color: #000;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.goods-right-bottom-pager-item a:hover {
  border-color: #d186b1;
  background: #ecccde;
}
.goods-right-bottom-pager-item-dots {
  font-size: 60px;
  font-weight: 300;
  line-height: 1;
  position: relative;
  top: -10px;
}
.goods-right-bottom-quantity {
  display: flex;
  align-items: center;
}
.goods-right-bottom-quantity-title {
  margin-right: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.breadcrumbs {
  margin-bottom: 30px;
  margin-top: 50px;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  font-size: 12px;
  text-transform: uppercase;
  list-style: none;
  font-weight: 400;
}
.breadcrumbs ul li:not(:last-child):after {
  content: '/';
  margin: 0 8px;
}
.breadcrumbs ul li:last-child a {
  border-bottom: 2px solid #d186b1;
}
.breadcrumbs ul li a {
  color: #000;
  text-decoration: none;
  transition: all 0.25s ease-out;
  border-bottom: 2px solid transparent;
}
.breadcrumbs ul li a:hover {
  border-color: #d186b1;
}
.wrap {
  position: relative;
  padding: 0 75px;
}
.card {
  margin-bottom: 90px;
}
.card-flex {
  display: flex;
  width: 100%;
  flex-grow: 0;
  justify-content: space-between;
}
.card-left {
  display: flex;
}
.card-left-thumbs {
  flex-shrink: 0;
  width: 100px;
  margin-right: 40px;
}
.card-left-thumbs ul {
  padding: 0;
  margin: 0;
}
.card-left-thumbs ul li {
  list-style: none;
}
.card-left-thumbs ul li:not(:last-child) {
  margin-bottom: 20px;
}
.card-left-thumbs ul li a {
  width: 100%;
  height: 150px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  transition: all 0.25s ease-out;
}
.card-left-thumbs ul li a:hover {
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
}
.card-left-wrap {
  width: 600px;
}
.card-left-wrap-slider {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.card-left-slider-owl {
  width: 100%;
}
.card-left-slider-prev,
.card-left-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  z-index: 3;
  width: 14px;
  height: 50px;
}
.card-left-slider-prev {
  left: 10px;
  background-image: url("../img/prev-s.png");
}
.card-left-slider-next {
  right: 10px;
  background-image: url("../img/next-s.png");
}
.card-left-slider-item-new {
  position: absolute;
  top: 10px;
  left: 10px;
    background: #d186b1;

    opacity: 0.8;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  height: 25px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
.card-left-slider-item {
  width: 100%;
}
.card-left-slider-item-image {
  width: 100%;
  height: auto;
}
.card-left-slider-item-image img {
  width: 100%;
  height: auto;
  display: block;
}
.card-left-wrap-code {
  color: #a08989;
  font-size: 12px;
}
.card-right {
  width: 40%;
  flex-shrink: 0;
  margin-left: 50px;
}
.card-right-type {
  color: #d186b1;
  font-size: 14px;
  font-weight: 400;
}
.card-right-prod {
  display: flex;
  align-items: center;
  font-weight: 400;
  justify-content: space-between;
  margin-bottom: 30px;
}
.card-right-prod-title {
  font-size: 28px;
  color: #000;
  line-height: 1.3;
}
.card-right-prod-cost {
  font-size: 30px;
  min-width:120px;
  color: #d186b1;
}
.card-right-prod-cost span {
  font-size: 18px;
  font-family: 'ALS Rubl';
}
.card-right-prod-cost-old {
  font-size: 30px;
  min-width:120px;
  color: black;
  text-decoration: line-through;
}
.card-right-prod-cost-old span {
  font-size: 18px;
  font-family: 'ALS Rubl';
}
.card-right-colors {
  margin-bottom: 25px;
}
.card-right-colors-title {
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.card-right-colors-items ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.card-right-colors-items ul li {
  list-style: none;
  margin-bottom: 10px;
}
.card-right-colors-items ul li.active a {
  border-color: #d186b1;
  background: #ecccde;
}
.card-right-colors-items ul li:not(:last-child) {
  margin-right: 10px;
}
.card-right-colors-items ul li a {
  display: inline-flex;
  height: 42px;
  width: 140px;
  font-size: 12px;
  align-items: center;
  text-align:center;
  text-transform: uppercase;
  text-decoration: none;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  font-weight: 400;
  transition: all 0.25s ease-out;
}
.card-right-colors-items ul li a:hover {
  border-color: #d186b1;
  background: #ecccde;
}
.card-right-sizes {
  margin-bottom: 40px;
}
.card-right-sizes-title {
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.card-right-sizes-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-right-sizes-select {
  margin-right: 15px;
}
.card-right-sizes-select .nice-select {
  width: 290px !important;
}
.card-right-sizes-link a {
  color: #d186b1;
  border-bottom: 1px dashed #d186b1;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.25s ease-out;
}
.card-right-sizes-link a:hover {
  border-color: transparent;
}
.card-right-tools {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}
.card-right-tools-left {
  text-align: center;
}
.card-right-tools-left-button {
  margin-bottom: 15px;
  margin-left:5px;
}
.card-right-tools-left-button a {
  text-transform: uppercase;
  background: #d186b1;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 6px #ecccde;
  height: 44px;
  padding: 0 25px;
  transition: box-shadow 0.4s linear;
}
.card-right-tools-left-button a:hover {
  box-shadow: 0 0 0 20px transparent;
}
.card-right-tools-left-button2 {
  margin-bottom: 50px;
  margin-top:-50px;
}
.card-right-tools-left-button2 a {
color: #d186b1;
    border-bottom: 1px dashed #d186b1;
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.25s ease-out;
}
.card-right-tools-left-button2 a:hover {
  color:#000;
  text-decoration:none;
  border-bottom:1px #000 dotted;
}
.card-right-tools-left-link {
  position: relative;
}
.card-right-tools-left-link a {
  color: #d186b1;
  border-bottom: 1px dashed #d186b1;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.25s ease-out;
}
.card-right-tools-left-link a:hover {
  border-color: transparent;
}
.card-right-tools-like {
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-top: 10px;
  background: url("../img/icon3.png") no-repeat left center;
  background-size: contain;
  transition: all 0.25s ease-out;
  text-decoration: none;
  padding-left: 40px;
}
.card-right-tools-like:after
{
  color: #d186b1;
  border-bottom: 1px dashed #d186b1;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.25s ease-out;
  content: "Добавить в закладки"
}
.card-right-tools-like.active {
  background: url("../img/icon3-active.png") no-repeat left center;
}
.card-right-tools-like.active:after
{
  color: #d186b1;
  border-bottom: 1px dashed #d186b1;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.25s ease-out;
  content: "Убрать из закладок"
}
.card-right-tools-like:hover .card-right-tools-like-icon {
  transform: translateY(-3px);
}
.card-right-tools-like:hover .card-right-tools-like-link {
  border-color: transparent;
}
.card-right-tools-like-icon {
  margin-right: 15px;
  transition: all 0.25s ease-out;
}
.card-right-tools-like-link {
  color: #d186b1;
  border-bottom: 1px dashed #d186b1;
  font-size: 18px;
  font-weight: 400;
  transition: all 0.25s ease-out;
}
.card-right-tabs-buttons {
  margin-bottom: 40px;
}
.card-right-tabs-buttons ul {
  padding: 0;
  margin: 0;
  display: flex;
  border-bottom: 1px solid #d186b1;
}
.card-right-tabs-buttons ul li {
  list-style: none;
}
.card-right-tabs-buttons ul li:not(:last-child) {
  margin-right: 10px;
}
.card-right-tabs-buttons ul li.active a {
  border-bottom-color: #fff;
  background: #fff;
}
.card-right-tabs-buttons ul li a {
  display: inline-flex;
  align-items: center;
  position: relative;
  top: 1px;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  background: #ecccde;
  border: 1px solid #d186b1;
  height: 35px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 15px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.25s ease-out;
  font-weight: 400;
}
.card-right-tabs-buttons ul li a:hover {
  background: #fff;
}
.card-right-tabs-contents-content {
  font-size: 17px;
  display: none;
  -webkit-animation: slideIn 0.25s ease forwards;
  animation: slideIn 0.25s ease forwards;
}
.card-right-tabs-contents-video iframe{
  width:100%;
}
.card-right-tabs-contents-content.active {
  display: block;
}
.card-right-tabs-contents-content ul {
  padding: 0;
  margin: 25px 0;
}
.card-right-tabs-contents-content ul li {
  list-style: none;
  font-weight: 300;
}
.card-right-tabs-contents-content ul li span {
  font-weight: 400;
}
.card-filter-brand a {
  color: #d186b1;
  border-bottom: 1px dashed #d186b1;
  font-size: 18px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.25s ease-out;
}
.card-filter-brand a:hover {
  border-color: transparent;
}
.add {
  margin-bottom: 160px;
}
.add-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
.add-items-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.add-items-item-image {
  width: 190px;
  height: 235px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 30px;
}
.add-items-item-info {
  margin-right: auto;
  max-width: 400px;
  flex-shrink: 0;
}
.add-items-item-info-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.add-items-item-info-top-new {
  margin-right: 20px;
  background: #c60909;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  height: 28px;
  padding: 0 6px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.add-items-item-info-top-like {
  transition: all 0.25s ease-out;
}
.add-items-item-info-top-like:hover {
  transform: translateY(-3px);
}
.add-items-item-info-top-like a {
  text-decoration: none;
}
.add-items-item-info-top-like img {
  display: block;
  max-width: 100%;
  height: auto;
}
.add-items-item-info-type {
  font-size: 13px;
  color: #d186b1;
  font-weight: 400;
}
.add-items-item-info-title {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  margin-bottom: 25px;
}
.add-items-item-info-briefly {
  font-size: 17px;
}
.add-items-item-info-briefly ul {
  padding: 0;
  margin: 0;
}
.add-items-item-info-briefly ul li {
  list-style: none;
}
.add-items-item-info-briefly ul li span {
  font-weight: 400;
}
.add-items-item-sizes {
  margin-left: auto;
  margin-right: 60px;
}
.add-items-item-sizes-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.add-items-item-sizes-top-title {
  text-transform: uppercase;
  font-size: 17px;
  color: #000;
  margin-right: 30px;
  font-weight: 400;
}
.add-items-item-sizes-top-link a {
  color: #d186b1;
  border-bottom: 1px dashed #d186b1;
  font-size: 17px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.25s ease-out;
}
.add-items-item-sizes-top-link a:hover {
  border-color: transparent;
}
.add-items-item-sizes-bottom {
  display: flex;
  flex-wrap: wrap;
}
.add-items-item-sizes-bottom-item {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  width: 40px;
  margin-bottom: 10px;
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
.add-items-item-sizes-bottom-item:not(:last-child) {
  margin-right: 10px;
}
.add-items-item-sizes-bottom-item:hover {
  text-decoration: none;
  color: #000;
  border-color: #d186b1;
  background: #ecccde;
}
.add-items-item-sizes-bottom-item.active {
  text-decoration: none;
  color: #000;
  border-color: #d186b1;
  background: #ecccde;
}
.add-items-item-tools {
  text-align: center;
}
.add-items-item-tools-cost {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.add-items-item-tools-cost span {
  font-family: 'ALS Rubl';
  font-size: 20px;
}
.add-items-item-tools-button a {
  text-transform: uppercase;
  background: #d186b1;
  font-size: 29px;
  text-decoration: none;
  position: relative;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 6px #ecccde;
  height: 44px;
  padding: 0 15px;
  transition: box-shadow 0.4s linear;
}
.add-items-item-tools-button a:hover {
  box-shadow: 0 0 0 20px transparent;
}
.filt_ok {
    background-color: #ecccde;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    width: 250px;
    padding-bottom: 5px;
    color: #fff;
    display: none;
    font-weight:bold;
    line-height: 25px;
    border-radius: 5px;
    position: absolute;
    z-index: 5;
    margin-left: 250px;
    top: 0px;
}
.calc_main
{
padding:30px;
}
.calc_main_result
{
  font-size:35px;
}
.first
{
margin-top:30px;
}

.news-content-title
{
text-transform: uppercase;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 20px;

	}
.news-content-text
{
	margin-top:20px;
	}
.shops-items-item-address a
{
color:#000;
	}
.shop_a
{
	display:block;
	width:100%;
	height:100%;
	}
.info-menu
{
	float:left;
	width:25%;
	max-width:250px;
	}
.info-text
{
  float:left;
  text-align: justify;
  font-size: 17px;
  width:75%;
  margin-bottom:50px;
	}
.location-title
{
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
	}
.info-menu ul li a
{
font-size:16px;
	}
.info-menu .active a
{
color:#d186b1;
border-bottom:1px #d186b1 solid;
	}
.info-text img
{
 display:block;
 margin:0 auto;
 width:100% !Important;
	}
.info-text strong
{
	font-weight:700;
	}
.reviews-slider-item
{
    width: calc(33.33333333% - 45px);

    margin-bottom: 45px;
    margin-right: 45px;

	}
.reviews-slider-item-text:before {
    content: "\f10d";
    font-family: FontAwesome;
    float: left;
    margin-right: 10px;
}
.comments
{
 display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size:20px;
    margin-right: -15px;
    margin-bottom: 20px;
	}
.reviews-slider-name
{
	display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #999;
    margin-top:10px;
    font-style:italic;
 }
 .reviews-slider-name:before
 {
  content: '\2014 \00A0';
  padding-right:10px;
  font-family: FontAwesome;
 	}
 .reviews-tovar
 {
 text-decoration:underline;
 color:#000;
 	}
 .reviews-slider-item2
{
    padding-left:30px;
    padding-right:30px;

    margin-bottom: 45px;
    margin-right: 45px;

	}
.catalog-slider-prev2,
.catalog-slider-next2 {
  position: absolute;
 margin-top:45px;
  cursor: pointer;
  transition: all 0.25s ease-out;
  z-index: 3;
  width: 23px;
  height: 71px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.catalog-slider-prev2 {

  background-image: url("../img/prev.png");
}
.catalog-slider-prev2:after {
  content: '';
  position: absolute;
  background-image: url("../img/prev.png");
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s ease-out;
}
.catalog-slider-prev2:hover:after {
  -webkit-animation: prev 1.2s ease-out infinite;
  animation: prev 1.2s ease-out infinite;
}
.catalog-slider-next2 {
  margin-right: 0;
  right:0;
  background-image: url("../img/next.png");
}
.catalog-slider-next2:after {
  content: '';
  position: absolute;
  background-image: url("../img/next.png");
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s ease-out;
}
.catalog-slider-next2:hover:after {
  -webkit-animation: next 1.2s ease-out infinite;
  animation: next 1.2s ease-out infinite;
}
.catalog-slider2
{
height:150px;
position: relative;
	}
.cat-list
{
	border-bottom:2px #000 solid;
	text-align:center;
	width:100%;
	max-width:400px;
	margin:0 auto;
	margin-bottom:30px;
	}
.cat-list a
{
display: block;
    float: left;
    margin-right: 10px;
    padding: 10px;
    color: #231f20;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
	}
	.ptable
	{
	width:100%;
		}
		.ptable .inps
		{
			width:200px;
		}
		.ptable td
		{
		width:50%;
		border-bottom:1px #eee dotted;
		padding-bottom:10px;
		padding-top:10px;
		text-align:left;

			}
.t_left
{
	width:150px;
	padding-right:20px;
	white-space: nowrap;
	}
.t_left span
{
	color:#f70000;
	}
	.ptable2
	{
	width:100%;
		}
		.ptable2 .inps
		{
			width:100%;
			max-width:450px;
			min-width:200px;
		}
		.ptable2 td
		{

		border-bottom:1px #eee dotted;
		padding-bottom:10px;
		padding-top:10px;
		text-align:left;

			}
			.ptable2 .t_left
		{
        width:100%;
        max-width:130px;
		border-bottom:1px #eee dotted;
		padding-bottom:10px;
		padding-top:10px;
		text-align:left;

			}
.t_left2
{
	/*width:100%;*/
	max-width:300px;
	padding-right:20px;
	white-space: nowrap;
	}
.t_left2 span
{
	color:#f70000;
	}
.h2
{
	font-size: 28px;
    color: #000;
    display:block;
    text-align:center;
    line-height: 1;
    margin-bottom:20px;
}
.window-pop-up .header-info-top-button a
{
 font-size:20px;
 margin-top:10px;
 height:35px;
}
.h2-news-back
{
text-align:right;
	}
.h2-news-back a
{
color:#000;
text-decoration:none;
border-bottom:1px #000 dotted;
	}
.news-wrap
{
display:flex;
flex-wrap: wrap;
	}
.news-item
{
	width:14.2%;
	display:table-cell;
	overflow-x:hidden;
	padding:20px;
	vertical-align:middle;
	text-align:center;
	}
.news-item-right
{
  height: 130px;
display: table-cell;
	text-align:center;
	width:100%;
vertical-align: middle;
	}
	.news-item-right a
	{
	display:block;

	min-width:150px;
	width:100%;
		}
.news-item img
{
width:100%;
max-width:170px;

max-height:90px;

	}
.h2-news-title
{
    text-transform: uppercase;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    display:block;
	}
.order_k2
{
  text-transform: uppercase;
  background: #d186b1;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 3px #ecccde;
  height: 35px;
  padding: 0 15px;
  transition: box-shadow 0.4s linear;
  margin:0 auto !important;
  margin-bottom:20px  !important;
}
.order_k2:hover {
  box-shadow: 0 0 0 15px transparent;
  color:#fff;
  text-decoration:none;
}
.butt {
  text-transform: uppercase;
  margin-top:20px;
  background: #d186b1;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  border:none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 3px #ecccde;
  height: 25px;
  padding: 0 8px;
  transition: box-shadow 0.4s linear;
}
.butt:hover {
  box-shadow: 0 0 0 15px transparent;
}
.goods-left-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 997;
  display: none;
}
.goods-right-head-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  width: 100%;
}
.goods-right-head-filters {
  margin-right: 5px;
  display: none;
  margin-left: 3px;
}
.goods-right-head-filters a {
  text-transform: uppercase;
  background: #d186b1;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 0 0 3px #ecccde;
  height: 25px;
  padding: 0 8px;
  transition: box-shadow 0.4s linear;
}
.goods-right-head-filters a:hover {
  box-shadow: 0 0 0 15px transparent;
}
.goods-right-head-sort {
  margin-left: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1490px;
  }

}
@media (max-width: 1599.98px) {
  .catalog-slider-item-top-quick a {
    font-size: 20px;
  }
}
@media (max-width: 1399.98px) {
  .nav-menu > ul > li > a {
    font-size: 16px;
  }
  .categories-box-inside-content-title {
    font-size: 48px;
    margin-bottom: 10px;
  }
  .categories-box-inside-content-text {
    font-size: 14px;
  }
  .categories-box-inside-content-button a {
    font-size: 24px;
    height: 36px;
  }
  .about-text {
    padding: 0;
  }
  .instagram-items {
    padding: 0;
  }
  .blog-items {
    padding: 0;
  }
  .blog-items-item-title a {
    font-size: 20px;
  }
  .blog-items-item-date {
    font-size: 18px;
  }
  .shops-items {
    padding: 0;
  }
  .catalog-head {
    padding: 0;
  }
  .catalog-head-nav {
    right: 0;
  }
  .goods-left {
    margin-right: 0;
  }
  .goods-right-items .catalog-slider-item .catalog-slider-item-bottom-tools-button a {
    font-size: 18px;
  }
    .goods-right-items-item {
    width: 33%;
  }
  .goods-right-bottom-pager-item:not(:last-child) {
    margin-right: 10px;
  }
  .goods-right-bottom-pager-item a {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
  .news-item
{
	width:16.6%;
	display:table-cell;
	overflow-x:hidden;
	padding:20px;
	vertical-align:middle;
	text-align:center;
	}
  .goods-right-bottom-pager-item-dots {
    font-size: 40px;
    top: -5px;
  }
  .goods-left-filters-row-col-block-scroll-item {
    margin-bottom: 3px;
  }
  .goods-left-filters-row-col-block-scroll-item label {
    font-size: 16px;
  }
  .goods-left-filters-row-col.goods-left-filters-row-col-size {
    width: 100%;
    flex-shrink: 1;
  }
  .os-scrollbar-handle {
    left: 0 !important;
    width: 10px !important;
  }
  .goods-left-nav > ul > li ul li a {
    font-size: 16px;
  }
  .goods-left-filters-row-title {
    font-size: 24px;
  }
  .card-left-thumbs {
    margin-right: 30px;
  }
  .card-left-wrap {
    width: 430px;
  }
  .card-right {
    margin-left: 30px;
  }
  .card-right-prod-title {
    font-size: 24px;
  }
  .card-right-prod-cost {
    font-size: 26px;
  }
  .card-right-colors-items ul li a {
    width: 120px;
  }
  .card-right-sizes-select .nice-select {
    width: 200px !important;
  }
  .card-right-sizes-link a {
    font-size: 16px;
  }
  .card-right-tools-left-button a {
    font-size: 24px;
  }
  .card-right-tools-like-link {
    font-size: 16px;
  }
  .card-right-tools-like-icon {
    margin-right: 10px;
  }
  .card-right-tools-left-link a {
    font-size: 16px;
  }
  .card-right-tabs-buttons ul li a {
    font-size: 14px;
  }
  .add-items-item-sizes-top {
    flex-direction: column;
    align-items: flex-start;
  }
  .add-items-item-sizes-top-title {
    margin-right: 0;
  }
  .add-items-item-info {
    margin-right: 30px;
  }
  .add-items-item-info-title {
    font-size: 22px;
  }
  .add-items-item-info-briefly {
    font-size: 14px;
  }
  .add-items-item-sizes-bottom-item {
    margin-bottom: 5px;
    height: 35px;
    width: 35px;
    font-size: 14px;
  }
  .add-items-item-sizes-bottom-item:not(:last-child) {
    margin-right: 5px;
  }
  .add-items-item-image {
    height: 200px;
  }
  .add-items-item-sizes {
    margin-right: 30px;
  }
  .add-items-item-sizes-top-link a {
    font-size: 16px;
  }
  .add-items-item-tools-button a {
    font-size: 24px;
  }
  .add-items-item-tools-cost {
    font-size: 30px;
  }
}
@media (max-width: 1199.98px) {
  .calc_main
{
padding:10px;
}
.news-item
{
	width:20%;
	display:table-cell;
	overflow-x:hidden;
	padding:20px;
	vertical-align:middle;
	text-align:center;
	}
.first
{
margin-top:10px;
}
.calc_main .about-title
{
font-size:24px;
margin-bottom:20px;
}
  .nav-flex {
    flex-direction: column;
  }
  .nav-menu {
    width: 100%;
  }
  .nav-menu > ul {
    justify-content: space-between;
  }
  .nav-search {
    margin-left: 0;
    width: 100%;
  }
  .header-logo {
    width: 175px;
    height: 66px;
  }
  .header-info {
    margin-top: 30px;
  }
  .header-info-top {
    margin-bottom: 5px;
  }
  .header-info-top-phone-number a {
    font-size: 14px;
  }
  .header-info-top-phone-number .tel_sp a {
    font-size: 12px;
  }
  .header-info-top-phone-icon {
    width: 20px;
    height: 20px;
  }
  .banners-left-box-inside-slider-item-button a {
    font-size: 24px;
    height: 50px;
  }
  .categories-box-inside-content-title {
    font-size: 36px;
  }
  .categories-box-inside-content {
    height: 100%;
  }
  .about-items {
    justify-content: space-around;
  }
  .about-items-item:not(:last-child) {
    margin-right: 0;
  }
  .blog-items-item-image {
    height: 220px;
  }
  .blog-items-item-title a {
    font-size: 18px;
  }
  .blog-items-item-date {
    font-size: 16px;
  }
  .catalog-head-nav {
    position: relative;
  }
  .catalog-head-title {
    margin-bottom: 15px;
  }
  .catalog-head-nav {
    top: 0;
  }
  .catalog-head-nav ul {
    justify-content: center;
  }
  .footer-line {
    width: 100%;
  }
  .footer-flex {
    padding: 0;
  }
  .footer-right-phone a {
    font-size: 30px;
  }
  .footer-right-time {
    font-size: 14px;
  }
  .footer-right-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-right-bottom-dev {
    align-self: flex-end;
  }
  .footer-right-bottom-social {
    margin-bottom: 15px;
  }
  .catalog-slider-wrap {
    padding: 0 30px;
  }
  .brands-slider-wrap {
    padding: 0 30px;
  }
  .goods-left-inner {
    padding-left: 0;
  }
  .goods-left-nav:after {
    left: 0;
    width: 100%;
  }
  .goods-left-nav > ul > li ul {
    margin-left: 15px;
  }
  .goods-left-nav > ul > li ul li a {
    font-size: 14px;
  }
  .goods-left-nav > ul > li > a {
    font-size: 24px;
  }
  .goods-left-offers-row a {
    font-size: 24px;
  }
  .goods-left-filters-row-flex {
    flex-direction: column;
  }
  .goods-left-filters-row-col:not(:last-child) {
    margin-bottom: 25px;
  }
  .goods-right-bottom {
    flex-direction: column;
  }
  .goods-right-bottom-pager {
    margin-bottom: 25px;
    display:block;
    float:left;
  }

.goods-right-bottom-pager-item {
    float: left;
    margin-bottom: 10px;
}
  .goods-right-button a {
    font-size: 30px;
  }
  .goods-right-items-item {
    width: 50%;
  }
  .goods-left-filters-row-col {

  max-width: 100%;
  }
  .card-left-wrap {
    width: 340px;
  }
  .card-left-thumbs {
    width: 80px;
    margin-right: 15px;
  }
  .card-left-thumbs ul li a {
    height: 110px;
  }
  .card-right-colors-title {
    font-size: 18px;
  }
  .card-right-sizes-title {
    font-size: 18px;
  }
  .wrap {
    padding: 0;
  }
  .card-right {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
    .calc_main
{
padding:10px;
}
.news-item
{
	width:33%;
	display:table-cell;
	overflow-x:hidden;
	padding:20px;
	vertical-align:middle;
	text-align:center;
	}
.first
{
margin-top:5px;
}
.calc_main .about-title
{
font-size:16px;
margin-bottom:10px;
}
.cart-center-section-line
{
 font-size:11px;
}
.calc_main .butt
{
	margin-top:10px;
}
  .nav-flex {
    flex-direction: row;
  }
  .hamburger {
    display: block;
  }
  .nav-menu {
    display: none;
  }
  .header-info-bottom {
    padding-left: 0;
  }
  .header-info .header-info-top-button {
   /* display: none;*/
  }
  .header-info-top-button {
   /* display: none;*/
  }
   #calcMainContent .header-info-top-button {
    display: block !important;

    margin-right:20px !important;
  }
  .result_calc
  {
  background-color:#eee;
  padding:5px;
  font-size:12px;
   margin-bottom:5px;
  }
  .calc_main_result {
    font-size: 18px;
    font-weight:bold;
}
    #calcMainContent .header-info-top-button a {
    font-size:10px;
  }
  .header-info-bottom-time {
    font-size: 12px;
  }
  .header-tools-item:not(:last-child) {
    margin-right: 20px;
  }
  .banners-left-box-inside-slider-item-button {
    bottom: 60px;
  }
  .banners-left-box-inside-slider-item-button a {
    font-size: 18px;
    height: 40px;
  }
  .categories-flex {
    flex-wrap: wrap;
  }
  a.categories-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .about-items-item-title {
    font-size: 18px;
  }
  .about-text {
    font-size: 16px;
  }
  .instagram-items {
    flex-wrap: wrap;
  }
  .instagram-items-item {
    width: 33%;
    margin-bottom: 3px;
  }
  .blog-items-item-image {
    height: 165px;
  }
  .blog-items-item-title a {
    font-size: 16px;
  }
  .blog-items-item-date {
    font-size: 14px;
  }
  .shops-items {
    flex-wrap: wrap;
  }
  .shops-items-item {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
  .footer-flex {
    flex-direction: column;
  }
  .footer-right {
    margin-left: 0;
  }
  .footer-left {
    margin-bottom: 60px;
  }
  .goods-right-head {
    flex-direction: column;
  }
  .goods-right-head-title {
    align-self: flex-start;
    margin-bottom: 25px;
  }
  .goods-right-head-sort {
    align-self: flex-end;
  }
  .catalog-slider-item-top {
    height: 280px;
  }
  .catalog-slider-item-top-quick a {
    font-size: 16px;
  }
  .catalog-slider-item-bottom-title {
    font-size: 18px;
  }
  .catalog-slider-item-bottom-cost-current {
    font-size: 24px;
  }
  .catalog-slider-item-bottom-cost-current span {
    font-size: 16px;
  }
  .goods-right-items .catalog-slider-item .catalog-slider-item-bottom-tools-button a {
    font-size: 14px;
  }
  .card-flex {
    flex-direction: column;
  }
  .card-left {
    margin-bottom: 30px;
  }
  .card-left-wrap {
    width: calc(100% - 95px);
  }
  .card-right {
    margin-left: 0;
    width: 100%;
  }
  .add-items-item {
    flex-wrap: wrap;
  }
  .add-items-item-image {
    margin-bottom: 15px;
  }
  .add-items-item-sizes {
    margin-left: 0;
    margin-right: auto;
  }
  .add-items-item-image {
    height: 235px;
  }
  .add-items-item-sizes-top {
    flex-direction: row;
  }
}
@media (max-width: 767.98px) {

   .calc_main
{
padding:20px;
}
.news-content-text img
{
	width:100% !important;
	}
.news-item
{
	width:50%;
	display:table-cell;
	overflow-x:hidden;
	padding:20px;
	vertical-align:middle;
	text-align:center;
	}
.first
{
margin-top:20px;
}
.calc_main .about-title
{
font-size:30px;
margin-bottom:30px;
}
.cart-center-section-line
{
 font-size:13px;
}
.calc_main .butt
{
	margin-top:20px;
}
  .header-logo {
    position: relative;
    margin: 0;
  }
  .header-info {
    display: none;
  }
  .nav-mobile .header-info {
    margin-top: 0;
    position: absolute;
    bottom: 22px;
    right: 0;
    display: block;
  }
  .banners-flex {
    flex-direction: column;
  }
  .banners-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .banners-right {
    margin-left: 0;
    width: 100%;
  }
  .categories-flex {
    flex-direction: column;
  }
  a.categories-item {
    width: 100%;
  }
  .categories-box-inside-content {
    height: 50%;
  }
  .categories-box-inside-content-title {
    font-size: 60px;
  }
  .categories-box-inside-content-text {
    font-size: 18px;
  }
  .categories-box-inside-content-button a {
    height: 44px;
    font-size: 29px;
  }
  .about-items {
    flex-wrap: wrap;
  }
  .about-items-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .blog-items {
    flex-direction: column;
  }
  .blog-items-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .blog-items-item-date {
    margin-bottom: 15px;
  }
  .blog-items-item-image {
    height: 220px;
  }
  .goods-right-button a {
    font-size: 24px;
  }
  .goods-right-bottom-pager-item a {
    width: 30px;
    height: 30px;
  }
  .goods-left-nav > ul > li > a {
    font-size: 18px;
  }
  .goods-left-nav > ul > li ul li a {
    font-size: 12px;
  }
  .goods-left-nav > ul > li ul {
    margin-left: 5px;
  }
  .goods-left-nav ul li.goods-left-nav-parent-li > a::after {
    margin-left: 5px;
    top: 0;
  }
  .goods-left-nav > ul > li ul {
    padding-bottom: 10px;
  }
  .goods-right-head-title {
    font-size: 24px;
  }
  .nice-select {
    width: 175px !important;
  }
  .goods-right-head-sort-title {
    font-size: 14px;
  }
  .goods-right-filter ul li:not(:last-child) {
    margin-right: 15px;
  }
  .goods-right-filter ul li a {
    font-size: 14px;
  }
  .goods-left-offers-row a {
    font-size: 18px;
  }
  .goods-left-filters-row-title {
    font-size: 18px;
  }
  .goods-left-filters-row-col-title {
    font-size: 14px;
  }
  .goods-left-filters-row-col-block-scroll-item {
    margin-bottom: 5px;
  }
  .goods-left-filters-row-col-block-scroll-item label {
    font-size: 14px;
  }
  .goods-left-filters-row-col-block-scroll-item .checkmark {
    top: 0;
  }
  .goods-left-filters-row-col-block {
    padding-right: 0;
    padding-left: 10px;
  }
  .os-scrollbar {
    width: 16px !important;
  }
  .catalog-slider-item-top {
    height: 360px;
  }
  .goods-right-items-item {
    padding: 0 10px;
  }
  .goods-right-items {
    margin-left: -10px;
    margin-right: -10px;
  }
  .catalog-slider-item-top-quick a {
    font-size: 12px;
  }
  .catalog-slider-item-bottom-title {
    font-size: 16px;
  }
  .catalog-slider-item-bottom-tools {
    flex-wrap: wrap;
  }
  .catalog-slider-item-bottom-tools-like {
    order: 2;
  }
  .catalog-slider-item-bottom-tools-cart {
    order: 3;
  }
  .catalog-slider-item-bottom-tools-button {
    margin-bottom: 15px;
    width: 100%;
    order: 1;
  }
  .catalog-slider-item-bottom-tools-button a {
    width: 100%;
  }
  .goods-right-items-item {
    margin-bottom: 50px;
  }
  .goods-left {
    width: 33%;
  }
  .goods-right-bottom-pager-item-desktop {
    /*display: none;*/
  }
  .add-items-item-sizes-top {
    flex-direction: column;
  }
  .add-items-item-sizes {
    width: 50%;
  }
  .add-items-item-info {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .footer-left-nav:not(:last-child) {
    margin-right: 30px;
  }
  .catalog-slider-item-top {
    height: 260px;
}
  .about {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .catalog {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .goods-right-bottom-quantity {
    flex-direction: column;
  }
  .goods-right-bottom-quantity-title {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .filt_ok
  {
  margin-left:0px;
  margin-top:-70px;
  }
  .goods-right-head-sort {
    flex-direction: column;
  }
  .goods-right-head-sort-title {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .goods-right-items-item {
    padding: 0 5px;
  }
  .goods-right-items {
    margin-left: -5px;
    margin-right: -5px;
  }

  .catalog-slider-item-top-quick a {
    font-size: 11px;
    padding: 0 5px;
  }
  .goods-right-filter ul li:not(:last-child) {
    margin-right: 10px;
  }
  .add-items-item-image {
    width: 40%;
    margin-right: 15px;
  }
  .add-items-item-info {
    width: calc(60% - 15px);
  }
}
@media (max-width: 479.98px) {
   .calc_main
{
padding:10px;
}
.news-item img {
    width: 90%;
    max-width: 130px;
    max-height: 60px;
}
.first
{
margin-top:5px;
}
.calc_main .about-title
{
font-size:16px;
margin-bottom:10px;
}
.cart-center-section-line
{
 font-size:11px;
}
.calc_main .butt
{
	margin-top:10px;
}
  .about-items {
    margin-bottom: 10px;
  }
  .about-text {
    font-size: 14px;
  }
  .catalog-slider-item-top-quick {
    display: none;
  }
  .blog-items {
    margin-bottom: 0;
  }
  .instagram {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .categories {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .brands {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .catalog {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .shops {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .blog {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .header-flex {
    align-items: center;
  }
  .header-logo {
    align-self: flex-start;
    width: 95px;
    margin-top: 4px;
    height: 46px;
  }
  .nav-search-input input {
    height: 100%;
    width: 100%;
    border: none;
    background: #eee;
    padding: 0 10px;
    color: #000;
    font-size: 11px;
  }
  .header-tools {
    justify-content: center;
    margin-top: 30px;
    align-self: flex-end;
  }
  .nav-mobile .header-info {
    position: relative;
    margin-top: 15px;
  }
  .banners-left-box-inside-slider-item-button {
    bottom: 40px;
  }
  .categories-box-inside-content {
    height: 100%;
  }
  .categories-box-inside-content-title {
    font-size: 36px;
  }
  .categories-box-inside-content-text {
    font-size: 14px;
  }
  .categories-box-inside-content-button a {
    height: 36px;
    font-size: 24px;
  }
  .about-title {
    font-size: 24px;
  }
  .instagram-items-item {
    width: calc(50% - 2px);
    margin-bottom: 4px;
  }
  .blog-title {
    font-size: 24px;
  }
  .shops-title {
    font-size: 24px;
  }
  .shops-items-item {
    width: 100%;
  }
  .catalog-head-title {
    font-size: 24px;
  }
  .catalog-head-nav ul {
    flex-wrap: wrap;
  }
  .catalog-head-nav ul li {
    margin: 5px 10px !important;
  }
  .catalog-slider-wrap {
    padding: 0;
  }
  .footer-left {
    flex-direction: column;
  }
  .footer-left-nav:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer-title {
    margin-bottom: 30px;
  }
  .goods-right-items-item {
    width: 100%;
  }
  .goods-right-button a {
    height: 48px;
    font-size: 16px;
    padding: 0 15px;
  }
  .goods-right-filter ul {
    flex-wrap: wrap;
  }
  .goods-right-head-title {
    font-size: 18px;
  }
  .goods-left {
    width: 40%;
  }
  .goods-left-nav > ul > li > a {
    font-size: 16px;
  }
  .goods-left-nav > ul > li ul {
    margin-left: 0;
  }
  .goods-left-nav > ul > li ul li a {
    font-size: 11px;
  }
  .goods-flex {
    margin-left: -5px;
    margin-right: -5px;
  }
  .goods-left {
    padding: 0 5px;
  }
  .goods-right {
    padding: 0 5px;
  }
  .goods-left-filters-row-col-block-scroll-item .checkmark {
    width: 16px;
    height: 16px;
    top: 3px;
  }
  .goods-left-filters-row-col-block-scroll-item label {
    padding-left: 25px;
    font-size: 12px;
  }
  .goods-right-bottom-pager-item a {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
  .goods-right-bottom-pager-item-dots {
    font-size: 30px;
  }
  .goods-right-bottom-quantity-title {
    font-size: 12px;
  }
  .nice-select {
    width: 160px !important;
    font-size: 12px !important;
  }
  .goods-right-head-sort-title {
    font-size: 12px;
  }
  .card-left-thumbs ul li a {
    height: 70px;
  }
  .card-left-thumbs {
    width: 50px;
  }
  .card-left-wrap {
    width: calc(100% - 65px);
  }
  .card-left-slider-item-new {
    top: 0px;
    left: 0px;
    font-size: 12px;
    padding: 0 5px;
  }
  .card-right-prod {
    flex-direction: column;
  }
  .card-right-prod-title {
    margin-bottom: 15px;
  }
  .card-right-prod-cost {
    font-size: 30px;
  }
  .card-right-type
  {
  text-align:center;
  }
  .card-right-colors-title
  {
  text-align:center;
  }
  .card-right-prod
  {
  align-items:normal;
  text-align:center;
  margin-bottom:20px;
  }

  .card-right-sizes-select .nice-select {
    width: 100% !important;
  }
  .add-items-item-tools
  {
  align-items:normal;
  text-align: center;
  }
  .add-items-item
  {
   padding-bottom:30px;
   margin-bottom:30px;
   border-bottom:1px #d186b1 dotted;
  }
  .card-right-tools-like.active
  {
   background:none;
  }
  .clear_i
  {
   text-align:right;
   margin-top:-75px !important;
  }
  .add-items-item-sizes-top-title
  {
   margin-bottom:10px;
  }
	.card-right-tools-like
	{
	background:none;
	padding-left:0px;
	display:block;
	}
	.card-right-tools-left-button2
	{
	text-align:center;
	}
	.card-right-tools-left-button2 a
	{
	font-size:16px;
	}
	.add
	{
	 margin-bottom:30px;
	}
	.card
	{
	margin-bottom:30px;
	}

	.blog-items-item2
	{
	width:100%;
	margin-bottom:0px !important;
	}
	.blog-items-item-image
	{
	height:165px;
	}
	.floater
	{
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	}
  /*.card-right-type {
    text-align: center;
  } */
  .card-right-sizes-flex {
    flex-direction: column;
    /*align-items: flex-start;*/
  }
  .card-right-sizes-select {
    margin-right: 0;
    margin-bottom: 15px;
    width:100%;
  }
  .card-right-tools {
    flex-direction: column;
    align-items: normal;
    text-align:center;
  }
  .card-right-tools-left {
    margin-bottom: 15px;
  }
  .card-right-tabs-buttons ul {
    flex-direction: column;
  }
  .card-right-tabs-buttons ul li:not(:last-child) {
    margin-bottom: 5px;
  }
  .card-right-tabs-buttons ul {
    border-bottom: none;
  }
  .card-right-tabs-buttons ul li:not(:last-child) {
    margin-right: 0;
  }
  .card-right-tabs-buttons ul li a {
    width: 100%;
    border-radius: 5px;
  }
  .card-right-tabs-buttons ul li.active a {
    border: 1px solid #d186b1;
  }
  .add-items-item-info {
    width: 100%;
    margin-bottom: 15px;
  }
  .add-items-item-image {
    margin: 0 auto;
    width: 100%;
    max-width: 180px;
    margin-bottom: 15px;
  }
  .add-items-item-sizes {
    width: 100%;
    margin-right: 0;
  }
  .add-items-item-tools {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .nav {
    z-index: 999;
  }
  .goods-left-close {
    display: block;
  }
  .goods-right-head-filters {
    display: block;
  }
  .goods-flex {
    position: relative;
  }
  .goods-left {
    position: absolute;
    left: 0;
    top: 0;
    padding-bottom: 30px;
    background: #fff;
    z-index: 998;
    width: 100%;
    max-width: 320px;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .goods-left.active {
    transform: translateX(0);
    opacity: 1;
  }
  .goods-right-head-sort {
    flex-direction: row;
  }
  .goods-right-head-sort-title {
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 10px;
  }
  .goods-right-head .nice-select {
    padding-left: 5px !important;
    padding-right: 25px !important;
    width: 120px !important;
    font-size: 10px !important;
  }
  .goods-left-filters-row-flex {
    flex-direction: row;
  }
  .goods-left-filters-row-col {
    max-width: 50%;
  }
  .goods-left-filters-row-col.goods-left-filters-row-col-size {
    width: 100%;
  }
  .goods-right-head {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 997;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
  }
  .info-menu
{
	float:left;
	width:30%;
	max-width:250px;
	}
.info-text
{
  float:left;
  text-align: justify;
  font-size: 14px;
  width:70%;
  margin-bottom:30px;
	}
.location-title
{
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
	}
.info-menu ul li a
{
font-size:14px;
	}
}
@media (max-width: 479.98px) {
  .goods-left-filters-row-col-block-scroll-item .checkmark {
    top: 2px;
  }
  .goods-left-filters-row-col-block-scroll-item label .checkmark::after {
    top: 0;
    left: 5px;
  }
  .goods-right-items-item {
    width: 50%;
    margin-bottom:20px;
  }
  .info-menu
{
	float:left;
	width:25%;
	max-width:250px;
	}
	.info-menu .footer-title
	{
	margin-bottom:10px;
	font-size:12px;
	fonm-weight:600px;
	}
.info-text
{
  float:left;
  text-align: justify;
  font-size: 13px;
  width:75%;
  padding-left:10px;
  margin-bottom:30px;
	}
	.footer
	{
	margin-top:30px;
	}
	.reviews-slider-item
	{
width:100%;
padding-right:20px;

margin-bottom:20px;
margin-right:0px;
	}
	/*.news-item
	{
	 width:100%;
	} */
	.news-item-right
	{
	 height:80px;
	}
	.comments
	{
	 font-size:16px;
	}
	.goods-right-bottom-pager
	{
	display:block;
	}
	.goods-right-bottom-pager-item
	{
	 float:left;
	 margin-bottom:10px;
	}

.location-title
{
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    line-height:22px;
	}
.info-menu ul li a
{
font-size:12px;
line-height:13px !important;
	}
.info-menu .active a
{
color:#d186b1;
border-bottom:1px #d186b1 solid;
	}
}
@-webkit-keyframes dropdown {
  0% {
    opacity: 0.2;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes dropdown {
  0% {
    opacity: 0.2;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes prev {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-15px);
    opacity: 0;
  }
}
@keyframes prev {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-15px);
    opacity: 0;
  }
}
@-webkit-keyframes next {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(15px);
    opacity: 0;
  }
}
@keyframes next {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(15px);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.goods-right-head-title {
margin-bottom: 25px;
}
.goods-right-head {
flex-wrap: wrap;
margin-bottom: 0;
}
.goods-right-head-tools {
width: auto;
margin-bottom: 25px;
flex-grow: 1;
}

@media (max-width: 991.98px) {
.goods-right-head-tools {
width: 100%;
}
}
@media (max-width: 575.98px) {
.goods-right-head-title {
margin:5px 0;
}
.goods-right-head-tools {
margin-bottom: 0px;
}
}
.alert-newyear
{
background-color:yellow;
font-size:14px;
padding:20px;
font-weight:bold;
}
.basket-attention
{
  padding:20px;
  font-weight: 600;
  line-height: 1;
  font-size: 22px;
  color:#d186b1;
  text-align: center;
  border:2px #d186b1 solid;
  margin-top:10px;
}