*, body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat";
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
}
body.scroll {
  height: 100vh;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #010101;
}

ul {
  padding-left: 0;
  list-style: none;
}

li {
  list-style: none;
}

.container {
  max-width: 1680px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}

input {
  font-family: "Montserrat";
}

input::-webkit-input-placeholder {
  font-family: "Montserrat";
  color: #999999;
}

input::-moz-placeholder {
  font-family: "Montserrat";
  color: #999999;
}

input:-ms-input-placeholder {
  font-family: "Montserrat";
  color: #999999;
}

input::-ms-input-placeholder {
  font-family: "Montserrat";
  color: #999999;
}

input::placeholder {
  font-family: "Montserrat";
  color: #999999;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

.btn {
  width: auto;
  display: inline-block;
  padding: 20px 50px;
  background-color: #E01F2E;
  height: 57px;
  outline: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
}
.btn:hover {
  background-color: #8f151f;
}
.btn--secondary {
  background-color: #F3F3F3;
  color: #000000;
}
.btn--secondary:hover {
  background-color: #dad5d5;
}

.section__title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section__title::after {
  content: "";
  width: 30px;
  height: 23px;
  background: url("images/arrow-title.svg") right center/30px no-repeat;
  display: block;
  margin-left: 21px;
  cursor: pointer;
}

.header {
  background-color: #fff;
}

.header-top {
  padding: 16px 0 18px;
  border-bottom: 2px solid #F0F0F0;
}
.header-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #E01F2E;
  cursor: pointer;
}
.header__location svg {
  margin-right: 6px;
}
.header__location:hover {
  opacity: 0.7;
}

.header__logo img {
  display: block;
  height: 56px;
	
}
@media(min-width:1920px)
{
	.header__logo img {
		position: relative;
		/*top: 5px; */
	} 
}
.header-nav {
  margin: 0 auto 0 112px;
  grid-template-columns: repeat(6, auto);
  grid-template-rows: 1fr;
  display: grid;
  grid-gap: 28px;
}
.header-nav__item {
  color: #999999;
}
.header-nav__item._discount {
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-nav__item._discount::before {
  display: block;
  content: url("images/lightning.svg");
  height: 18px;
  width: 16px;
  margin-right: 10px;
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 12px;
  font-weight: 700;
}
.header__tel span {
  display: block;
  margin-right: 26px;
  color: #E01F2E;
  font-weight: 400;
  cursor: pointer;
}
.header__tel span:hover {
  opacity: 0.7;
}
.header__tel a {
  color: #000;
  white-space: nowrap;
  cursor: pointer;
}
.header__tel a:hover {
  opacity: 0.7;
}

.header-middle {
  padding: 20px 0;
}
.header-middle .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-search {
  margin: 0 auto 0 110px;
  max-width: 770px;
  width: 100%;
}

.search {
  position: relative;
}

.search__input {
  width: 100%;
  padding: 20px 20px;
  border: 2px solid #F0F0F0;
  border-radius: 4px;
  outline: none;
}

.search__ico {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
background: none;
border: none;   
}

.header-action {
  display: grid;
  grid-gap: 27px;
  grid-template-columns: repeat(4, auto);
  margin-left: 32px;
}

.header-action__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.header-action__item_fl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;	
}

.header-action__item:hover {
  opacity: 0.7;
}
.header-action__item span {
  display: block;
  margin-top: 8px;
  color: #E01F2E;
}
.header-action__item._search {
  display: none;
}

.header-bottom {
  border-top: 2px solid #F0F0F0;
  
}
.header-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-catalog {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-catalog__link {
  font-weight: 700;
  text-transform: uppercase;

  cursor: pointer;
  white-space:nowrap;
}
.header-catalog__link:hover {
  opacity: 0.7;
}
.header-catalog__item{
	padding: 16px 0;
}
.header-catalog__item._discount {
  padding-left: 32px;
  background: url("images/discount.svg") left center/18px no-repeat;
}

.header-catalog__subitem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-catalog__more_init{
	display:none;
}

.header-catalog__sublist {
  /*width: 43%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-catalog-list {
 /* width: 57%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 /* -webkit-box-pack: justify;
  -ms-flex-pack: justify;*/
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width:100%;
}

.header-place {
  font-weight: 700;
  text-transform: uppercase;
  margin-left:5px;
}

.header__burger {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: relative;
    top: 2px;
}
.header__burger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.header__burger span:nth-child(2){
	margin: 5px 0px;
}
.hero {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 340px);
}

.hero-slider {
  overflow: hidden;
}

.hero-slider__item {
  width: 100%;
  height: 100%;
  background: url("images/hero-img.png") center center/cover no-repeat;
  background-position:center center !important;
/*  min-height: 796px;*/
  /*padding-top: 172px;*/
   display:flex;
  align-items:center; 
  color: #fff;
}
@media (min-width: 1920px)
{
	.hero-slider__item {
		background-repeat:no-repeat !important;
		background-size:cover  !important;
	}
}
@media (min-height: 900px)
{
	.hero-slider__item {
		min-height:600px
	}
}
.hero-slider__info {
  max-width: 710px;
 position: relative;
z-index: 10; 
}

.hero__title {
  font-size: 60px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 30px;
}

.hero-list {
  max-width: 508px;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.hero-list li {
  margin-bottom: 6px;
}

.hero-list a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero-list a::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 8px;
  background: url("images/arrow-link.svg") right center/15px no-repeat;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.hero-list a:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slider-next {
  width: 18px;
  height: 32px;
  background: url("images/arrow-slider.svg") center center/18px no-repeat;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 10;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
}
.slider-next:hover {
  opacity: 0.7;
}

.slider-prev {
  width: 18px;
  height: 32px;
  background: url("images/arrow-slider.svg") center center/18px no-repeat;
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: 10;
  cursor: pointer;
}
.slider-prev:hover {
  opacity: 0.7;
}

.slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  margin-top: 35px;
}
.slider-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: #fff;
  opacity: 0.35;
  margin: 0 4px;
  width: 6px;
  height: 6px;
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 40px;
  height: 6px;
  opacity: 1;
}

.brands {
  margin-bottom: 52px;
}

.brands-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #F0F0F0;
}

.brands-list {
  padding: 55px 0;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.brands-list::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  height: 100%;
  width: 58px;
  background: -webkit-gradient(linear, right top, left top, color-stop(37.21%, #FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFFFFF 37.21%, rgba(255, 255, 255, 0) 100%);
  z-index: 5;
}
.brands-list .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.brands-prev {
  display: none;
}

.brands-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  z-index: 6;
  cursor: pointer;
}

.brands__item {
  width: auto;
}
.brands__item a{
	/*filter: brightness(0%);*/
}
.brands__item img {
  width: auto;
  display: block;
}

.brands__more {
  margin-left: 90px;
  font-weight: 700;
  white-space: nowrap;
}


.news {
  padding: 80px 0;
}
.news__title {
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
}
.sproduct-cont-1{
	position:relative;
}
.goods-list, .catalog-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-gap: 30px 28px;
}

.goods-item, .catalog-item {
  padding: 64px 32px 30px 32px;
  position: relative;
  border: 2px solid #EAEAEA;
  border-radius: 4px;
}

.goods-more {
  margin: 30px auto 0;
  max-width: 218px;
  width: 100%;
  display: block;
  text-align:center;
}

.goods-item__favorite {
  position: absolute;
  top: 30px;
  right: 32px;
  cursor: pointer;
}

.goods-item__compare {
  position: absolute;
  top: 30px;
  right: 73px;
  cursor: pointer;
}

.goods-item__send {
  position: absolute;
  top: 30px;
  left: 32px;
  cursor: pointer;
}

.goods-item__img, .sproduct-top {
  margin-bottom: 25px;
}
.goods-item__img img, .sproduct-top img{
  max-width: 100%;
  display: block;

}
.product-img-w{
  min-height:240px;
	display:flex;
	align-items:center;
	justify-content:center;  
}
.catalog-item .chars_block{
	display:none;
}
.goods-item__title, .sproduct-title {
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 17px;
  display: block;
  height:50px;
  overflow:hidden;
}

.goods-item__mortgage span {
  color: #E01F2E;
}

.goods-item__price {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  margin-top: 8px;
 display: flex;
justify-content: space-between;
align-items: center; 
}

.goods-item__add {
  background-color: #E01F2E;
  border-radius: 4px;
 /* position: absolute;*/
  width: 62px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  border:none;
}
.goods-item__add svg path {
  fill: #fff;
}
.goods-item__add:hover {
  opacity: 0.7;
}


.catalog-item:hover, .catalog-item:hover .sproduct-hide {
  background: #fff;
  box-shadow: rgb(0 0 0 / 16%) -2px 9px 10px 0px;
}
  @media (min-width: 1200px){
		.catalog-item:hover .sproduct-hide {
		  width: 100%;
		  opacity: 1;
		  visibility: visible;
		  height: auto;
		}
  }


.adress-item {
  /*max-width: 408px;*/
}
.adress-item:first-child {
  margin-right: 28px;
}
.adress-item__title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 18px;
}
.adress-item__title span {
  color: #E01F2E;
  display: block;
}
.adress-item__desc {
  margin-bottom: 20px;
}
.adress-item__link {
  color: #E01F2E;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.adress-item__link::after {
  content: "";
  width: 16px;
  height: 12px;
  background: url("images/arrow-title.svg") right center/16px no-repeat;
  display: block;
  margin-left: 8px;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.adress-item__link:hover::after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog {
  padding: 93px 0 100px;
}

.blog-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, 240px);
  grid-gap: 30px;
}

.blog-item {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 50px 60px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
background-size: cover !important;
background-repeat: no-repeat;  
}
.blog-item:first-child {
  grid-column: 1/2;
  grid-row: 1/3;
  background: url("images/blog-1.png") center center/cover no-repeat;
}
.blog-item:nth-of-type(2) {
  grid-column: 2/3;
  grid-row: 1/2;
  background: url("images/blog-2.png") center center/cover no-repeat;
}
.blog-item:nth-of-type(3) {
  grid-column: 2/3;
  grid-row: 2/-1;
  background: url("images/blog-3.png") center center/cover no-repeat;
}
.blog-item__title {
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}
.blog-item__title::after {
  content: "";
  display: block;
  width: 28px;
  height: 24px;
  background: url("images/arrow-link.svg") right center/28px no-repeat;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.blog-item:hover .blog-item__title::after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog__title {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 33px;
  font-weight: 700;
}

.news-list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.news-item__img {
  width: 100%;
  display: block;
  margin-bottom: 23px;
  cursor: pointer;
}
.news-item__title {
  line-height: 26px;
}
.news-item__title span {
  font-weight: 700;
  cursor: pointer;
  display:block;
}

.blog__more {
  max-width: 270px;
  width: 100%;
  display: block;
  margin: 34px auto 0;
}

.submit-banner {
  max-width: 513px;
  width: 100%;
  margin-top: -135px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.submit-banner img {
  width: 100%;
  display: block;
}

.submit-banner {
  position: relative;
}
.submit-banner__title {
  position: absolute;
  left: 20px;
  bottom: 50px;
  font-weight: 700;
  color: #fff;
}
.submit-banner__post {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.submit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.submit {
  padding: 40px 0 102px;
  background-color: #F3F3F3;
}
.submit__title, .submit__title_mobile {
  font-size: 30px;
  /*max-width: 636px;*/
  line-height: 1.3;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  margin-top:40px;
}

.submit-form {
  max-width: 920px;
  /*width: 100%;*/
  margin-right: 43px;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-item {
  width: 100%;
  margin-bottom: 30px;
}

.form__input, .form__textarea {
  width: 100%;
  padding: 22px 32px;
  outline: none;
  border: none;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: "Montserrat";
}
.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  color: #999999;
}
.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  color: #999999;
}
.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  color: #999999;
}
.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  color: #999999;
}
.form__input::placeholder, .form__textarea::placeholder {
  color: #999999;
}

.form__textarea {
  max-width: 920px;
}

.col-6 {
  width: calc(50% - 15px);
}

.form__policy {
  margin-bottom: 15px;
}
.form__policy a {
  color: #E01F2E;
}

.form__capcha {
  margin-bottom: 24px;
}

.afisha {
  padding: 90px 0;
}
.afisha .container {
  position: relative;
}

.afisha__title {
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 700;
}

.afisha-list {
  overflow: hidden;
}

.afisha-item__img {
  width: 100%;
  display: block;
  margin-bottom: 22px;
 /* cursor: pointer;*/
}
.afisha-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.afisha-item__date {
  color: #E01F2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin-right: 20px;
}
.afisha-item__date span {
  font-size: 15px;
  line-height: 1;
}
.afisha-item__date .time {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  color: #999999;
}
.afisha-item__desc {
  max-width: 265px;
  line-height: 24px;
}
.afisha-item__desc span {
  font-weight: 700;
  /*cursor: pointer;*/
}
.afisha-item__desc a {
  display: block;
  margin-top: 8px;
  line-height: 24px;
  color: #E01F2E;
}

.afisha-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 17px;
  margin-left: -4px;
}
.afisha-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 0;
  margin: 0 4px;
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#DBDBDB), to(#DBDBDB)), -webkit-gradient(linear, left bottom, left top, from(#DBDBDB), to(#DBDBDB)), #DBDBDB;
  background: linear-gradient(0deg, #DBDBDB, #DBDBDB), linear-gradient(0deg, #DBDBDB, #DBDBDB), #DBDBDB;
}
.afisha-pagination .swiper-pagination-bullet-active {
  background: #E01F2E;
}

.afisha-navigation-next {
  width: 40px;
  height: 40px;
  background: #E01F2E;
  border-radius: 4px;
  position: absolute;
  right: 40px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.afisha-navigation-next.swiper-button-disabled {
  background: #F5F5F5;
  pointer-events: none;
}
.afisha-navigation-next:hover {
  opacity: 0.7;
}
.afisha-navigation-next svg {
  width: 13px;
  height: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.afisha-navigation-prev {
  width: 40px;
  height: 40px;
  background: #E01F2E;
  border-radius: 4px;
  position: absolute;
  right: 100px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.afisha-navigation-prev.swiper-button-disabled {
  background: #F5F5F5;
  pointer-events: none;
}
.afisha-navigation-prev:hover {
  opacity: 0.7;
}
.afisha-navigation-prev svg {
  width: 13px;
  height: 20px;
}












.adress-navigation-next {
  width: 40px;
  height: 40px;
  background: #E01F2E;
  border-radius: 4px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index:10;
}
.adress-navigation-next.swiper-button-disabled {
  background: #F5F5F5;
  pointer-events: none;
}
.adress-navigation-next:hover {
  opacity: 0.7;
}
.adress-navigation-next svg {
  width: 13px;
  height: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.adress-navigation-prev {
  width: 40px;
  height: 40px;
  background: #E01F2E;
  border-radius: 4px;
  position: absolute;
  right: 60px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index:10;
}
.adress-navigation-prev.swiper-button-disabled {
  background: #F5F5F5;
  pointer-events: none;
}
.adress-navigation-prev:hover {
  opacity: 0.7;
}
.adress-navigation-prev svg {
  width: 13px;
  height: 20px;
}










.shops-main{
	overflow:hidden;
}
.shops {
  padding-bottom: 100px;
}

.shops__title {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 32px;
  font-weight: 700;
}

.shops-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.shops-content img {
  width: 100%;
}

.shops-map {
  margin-right: 30px;
  max-width: 513px;
  /*width: 100%;*/
  min-width:513px;
}

.shops-adress {
 /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px;*/
   padding: 60px 0px 60px;
   
   
}
.js-adress-slider{
	overflow:hidden;
width: 100%;/*calc(100% - 60px);*/
position: relative;
margin:15px auto 0;	

}

.banner-img img {
  width: 100%;
  display: block;
}

.banner-img {
  display: block;
  cursor: pointer;
}

.footer {
  background-color: #313131;
  color: #FFFFFF;
  padding: 58px 0 40px;
}

.footer-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 36px;
}

.footer-links {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.footer-col {
  width: 100%;
}
.footer-col__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-col__title ~ .footer-col__title {
  margin-top: 28px;
}

.footer__link {
  display: block;
  line-height: 24px;
  margin-bottom: 4px;
  color: #fff;
}
.footer__link:hover {
  color: rgb(143, 141, 141);
}

.footer-right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap:wrap;
}

.footer-office {
  max-width: 290px;
  margin-bottom:40px;
}

.footer__adress {
  color: #fff;
  line-height: 24px;
}

.footer__schedule {
  color: #999;
  line-height: 24px;
  margin-bottom: 14px;
}

.footer__tel {
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 24px;
}

.footer__mail {
  color: #fff;
  display: block;
  line-height: 24px;
}

.footer-panel {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;*/
}
  .footer-social {
    margin-bottom: 40px;
  }
.footer-bottom {
  border-top: 2px solid #3E3E3E;
  padding-top: 32px;
}
.footer-bottom .container {
 /* display: grid;
  grid-template-columns: 0.5fr 1fr 2fr;*/
  display:flex;
}
.footer__lft_wrap{
	width:50%;
	display: grid;
	grid-template-columns: 1fr 2fr;
}
.footer__healthshop{

}
.footer__policy_wrap{
	width:50%;
}
.footer__policy,
.footer__company,
.footer__healthshop {
  color: #999;
  cursor: pointer;
  line-height: 24px;
}
.footer__policy:hover,
.footer__company:hover,
.footer__healthshop:hover {
  opacity: 0.7;
}

.footer__policy {
  grid-column: 3/3;
  grid-row: 1/3;
}

.footer__company {
  grid-column: 1/3;
  grid-row: 1/3;
}

.footer__healthshop {
  grid-column: 2/3;
  grid-row: 1/3;
}
	.submit__title_mobile{
		display:none;
		
	}
@media (max-width: 1660px) {
  .header__logo img {
    max-width: 205px;
  }
  .header-nav {
    margin-left: 32px;
  }


  .header__burger {
   /* margin-right: 32px;*/
  }
  .slider-next {
    display: none;
  }
  .slider-prev {
    display: none;
  }
  .brands__more {
    margin-left: 56px;
  }
  .blog-item {
    padding: 32px 24px;
  }
  .blog-item::after {
    width: 24px;
    height: 20px;
    background-size: 24px;
  }
  .news-item__title {
    line-height: 20px;
  }
}

@media (max-width: 1440px) {
  .brands {
    margin-bottom: 35px;
  }
  .brands-list {
    padding: 40px 0;
  }

  
}

@media (max-width: 1439px) {
  .header-search {
    margin-left: 32px;
  }


  .blog__more {
    margin-top: 20px;
  }
  .shops-adress {
    padding: 60px 0 0 0;
  }
	.shops {
	  padding-bottom: 130px;
	}  
	.submit-banner{
		margin-top: -95px;
	}
  .header-catalog__more {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }	
 
}

@media (max-width: 1280px) {
	.header-nav .header-nav__item:last-child, .header-nav .header-nav__item:nth-child(2){
		display:none;
	}	
  .goods-item, .catalog-item {
    padding: 50px 20px 26px;
  }
  .goods-item__add {
    width: 42px;
    height: 34px;
    right: 20px;
    bottom: 24px;
  }
  .header__burger_wrap{
	  margin-right:12px;
  }
  .header-catalog__item{
	  padding:16px 12px;
  }
  .footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
	.footer-right{
		margin-top:50px;
	}
	.footer-contacts{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;		
	}
	.footer-office{
		/*grid-column: 1/2;
		grid-row: 1/2;	*/	
	}

}


@media (max-width: 1200px) {
  .section__title {
    font-size: 30px;
  }
  .section__title::after {
    width: 24px;
    height: 18px;
    background-size: 24px;
  }
  .header-nav {
    display: none;
  }
  .header__tel span {
    display: none;
  }
  .search__input {
    padding: 10px 20px;
  }
  .header-action__item span {
    display: none;
  }
  .header-catalog {
    position: relative;
  }
  .header-catalog__item._discount {
    padding-left: 0;
    background: none;
  }

  .header-catalog__more::after {
    content: "";
    width: 11px;
    display: block;
    margin-left: 7px;
    height: 8px;
    background: url("images/triangle.svg") center center/11px no-repeat;
  }
  .header-catalog__more:hover .header-catalog__sublist {
    opacity: 1;
  }
  .header-catalog__sublist {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20;
    padding: 10px;
    background-color: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    top: 20px;
    opacity: 1;
    width: 150px;
    right: -50px;
  }
  .header-catalog__sublist .header-catalog__item {
    margin-bottom: 8px;
  }
  .header-catalog__sublist .header-catalog__item:last-of-type {
    margin-bottom: 0;
  }
  .header-catalog-list {
    width: 100%;
    position: relative;
  }
  .hero-slider__item {
    background-position: calc(100% + 300px) center;
  }
  .hero__title {
    font-size: 36px;
    line-height: 1.4;
  }
  .hero-list a {
    font-size: 18px;
    line-height: 1.3;
  }
  .hero-list a::after {
    display: none;
  }
  .categories-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .news {
    padding: 35px 0;
  }
  .news__title {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 14px;
  }
  .goods-list, .catalog-items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 14px 20px;
  }
  .goods-item__price {
    font-size: 20px;
    line-height: 1.2;
  }
  .blog {
    padding: 36px 0 40px;
  }
  .blog__title {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 14px;
  }
  .submit__title, .submit__title_mobile {
    margin-bottom: 24px;
    font-size: 30px;
  }
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-6 {
    width: 100%;
  }
  .afisha__title {
    font-size: 30px;
    margin-bottom: 14px;
  }
  .afisha-item__date span {
    font-size: 14px;
  }
  .shops {
    padding-bottom: 101px;
  }
  .shops__title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 14px;
  }
  .footer-office{
	  max-width:270px;
  }
  .submit-banner{
	  margin-top:-76px;
	  max-width:38%;
  }
  .catalog-item:hover .sproduct-hide{
	  WIDTH: 100% !important;
	  margin-left: -20px;
  }
  .submit__title{
	  margin-right:46px;
  
  }
   .footer__lft_wrap{
	  display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;	  
  }

  .footer-links {
    padding-bottom: 36px;
  }
  .footer-contacts {
    padding-bottom: 28px;
  }
	.hero-slider__item{
		background-position:center !important;
	}  
}

@media (max-width: 1024px) {
  .hero {
    height: calc(100vh - 200px);
  }
  .brands__item img {
    max-width: 90px;
    width: 100%;
  }
  .brands__more {
    margin-left: 25px;
  }
  .adress-item__title {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .submit-banner {
    max-width: 270px;
    margin-top: -75px;
  }
  .submit-banner__title {
    bottom: 60px;
  }
  .submit-banner__post {
    max-width: 170px;
  }
  .shops-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shops-map {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    max-height: 300px;
    overflow: hidden;
	height:300px;
  }
  .shops-map img {
    width: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .footer-bottom .container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 6px;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 0 20px;
  }
  .header-catalog__link {
    font-size: 14px;
    margin-right: 19px;
  }
  .header-catalog__more {
    font-size: 14px;
  }
  .blog-list {
    grid-template-columns: 1fr;
    grid-template-rows: 360px;
  }
  .blog-item:first-child {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .blog-item:nth-of-type(2) {
    display: none;
  }
  .blog-item:nth-of-type(3) {
    display: none;
  }
  .news-list {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }
  .news-item {
    display: none;
  }
  .news-item:nth-of-type(1) {
    display: block;
  }
  .news-item:nth-of-type(2) {
    display: block;
  }
  .afisha-navigation-next {
    right: 20px;
  }
  .afisha-navigation-prev {
    right: 80px;
  }
  .adress-navigation-next {
    right: 20px;
  }
  .adress-navigation-prev {
    right: 80px;
  } 
  .submit{
	  margin-top:40px;
  }
  .submit__title{
	  margin-top:0px;
  }
  .submit-form, .submit__title{
  margin-right:45px;
  }
}

@media (max-width: 767px) {
  .hero{
	  height: auto;
  }
  .header-bottom{
	  padding:16px 0px;
  }
  .header__logo img {
    max-width: 113px;
  }

  .header-action {
    grid-template-columns: repeat(3, auto);
  }
  .header-action__item._search {
    display: block;
  }
  .header-action__item._compare {
    display: none;
  }
  .header-action__item._favorite {
    display: none;
  }
  /*.header-catalog {
    display: none;
  }
  .header-catalog-list {
    display: none;
  }*/
  .header-catalog__item{
	  display:none !important;
  }
  .hero-slider__item {
    min-height: 495px;
 
  }
  .hero-list a {
    font-size: 16px;
  }
  .slider-pagination {
    margin-top: 30px;
  }
  .slider-pagination .swiper-pagination-bullet-active {
    width: 6px;
  }
  .brands {
    margin-bottom: 0;
  }
  .brands-content {
    border-bottom: 0;
  }
  .brands-list {
    margin-bottom: 0;
  }
  .brands-list:after{
	  background: none !important;
  }
  .brands-next {
    display: none;
  }
  .brands__more {
    display: none;
  }

  .goods-list, .catalog-items {
    grid-template-columns: 1fr 1fr;
  }
  .goods-item__img {
    max-width: 180px;
    margin: 0 auto 13px;
  }
  .adress-item__title {
    margin-bottom: 5px;
  }
  .adress-item__desc {
    margin-bottom: 6px;
  }
  .adress-item {
    max-width: 100%;
  }
  .adress-item {
    margin-right: 0;
    margin-bottom: 11px;
  }
  .shops-map{
	  min-width:100%;
  }
  .blog__more {
    margin-top: 15px;
  }

  .shops {
    padding-bottom: 35px;
  }
  .shops-adress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer {
    padding: 37px 0 45px;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-col {
    width: 50%;
    margin-bottom: 23px;
  }
  .footer-col:last-child {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-col:last-child ul {
    width: 50%;
  }
  .footer-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .footer-office:first-child {
    margin-bottom: 30px;
  }
  .footer-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-social {
    margin-bottom: 40px;
  }
  .footer-bottom .container {
    grid-gap: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__policy {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 8px;
  }
  .footer__company {
    margin-bottom: 6px;
  }
  .adress-navigation-next {
    display:none;
  }
  .adress-navigation-prev {
   display:none;
  }
  .shops-adress {
    padding: 20px 0 0 0;
  } 
  
	.footer__lft_wrap, .footer__policy_wrap{
		width:100%
	} 
	.footer__lft_wrap{
		order:2;
		margin-top:15px;
	}
}

@media (max-width: 620px) {
  .goods-list, .catalog-items {
    grid-template-columns: 1fr;
  }	
  .footer-right{
	  border-top:2px solid #3E3E3E;
	 
	  margin:0px -20px;
	  padding:35px 20px 0px;
	  width:100% !important;
  }
  .footer-links{
	  padding-bottom:0px;
  }
  .footer-contacts{
	  margin-bottom:0px;
  }
  .footer-contacts .footer-office:last-child{
	   padding-bottom:0px;
	   margin-bottom:0px;
  }
  .header__tel{
	  display:none;
  }
  
}
@media (max-width: 560px) {

	.submit__title_mobile{
		display:block;
		margin-top:0px;
	}
	.submit__title{
		display:none;
	}
  .submit-banner {
    max-width: 100%;
    height: 253px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .submit-banner img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .submit-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .submit {
    padding: 35px 0 40px;
  }
  .form-item {
    margin-bottom: 20px;
  }
  .afisha-navigation-next {
    display: none;
  }
  .afisha-navigation-prev {
    display: none;
  }
  .adress-navigation-next {
    display: none;
  }
  .adress-navigation-prev {
    display: none;
  }
	.submit-form{
		margin-right:0px;
	}
	.submit__title{
		font-size:29px;
	}	

  .footer-contacts {
	  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }		
}

@media (max-width: 495px) {

  .blog-list {
    grid-template-rows: 210px;
  }
  .news-list {
    grid-template-columns: 1fr;
  }
  .news-item:nth-of-type(2) {
    display: none;
  }
}

@media (min-width: 560px) {
  .afisha-pagination {
    display: none;
  }
}

/*NEW*/
.header-action__img{
	position:relative;
}
.header-action__item_fl .header-action__img{
	text-align:center;
width: 24px;
margin: 0 auto;	
}
.icon-menu__qnt{
	position:absolute;
top: -17px;
right: -10px;
}
.header__burger_wrap{
 /*margin-right: 89px;	*/
}
.iti--separate-dial-code.iti--dark .iti__selected-dial-code {
  color: #ccc;
}
.footer-social__title_one{
font-weight: 400;
font-size: 15px;
line-height: 150%;	
margin-bottom:10px;
}
.footer-social__item{
	margin-right:8px;
}
.fa-check{
	font-size:25px !important;
	color:#fff;
}


.catalog-items{
	height: 1200px;
	overflow: hidden;
	position:relative;
}
.catalog-items:before {
content: ' ';
display: block;
position: absolute;
left: 0;
right: 0;
bottom: 0px;
background: linear-gradient(180deg,rgba(255,255,255,0) .3%,#fff 97.18%);
height: 200px;
pointer-events: none;
z-index: 10000;
}
@media(min-width:768px){
.adress-item__desc{
	min-height:90px;
}
}
@media(max-width:768px){
	.catalog-items{
		height: 1100px;
		overflow: hidden;
		position:relative;
	}
	.catalog-items:before {
		content: ' ';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0px;
		background: linear-gradient(180deg,rgba(255,255,255,0) .3%,#fff 97.18%);
		height: 200px;
		pointer-events: none;
		z-index: 10000;
	}
	
}
@media(max-width:520px){
	.catalog-items{
		height:3050px;
		overflow: hidden;
		position:relative;
	}
	.catalog-items:before {
		content: ' ';
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0px;
		background: linear-gradient(180deg,rgba(255,255,255,0) .3%,#fff 97.18%);
		height: 200px;
		pointer-events: none;
		z-index: 10000;
	}	
	
}
.catalog-items.all-items{
	height:auto;
	overflow:inherit;
}
.catalog-items.all-items:before{
	background:none;
	height:0px;
	z-index:-1;
}

@media(max-width:767px){
.header-search {
 /* display: none;*/
 opacity:0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-left: 0;
  margin-right: 0;
  width: auto;
  padding: 10px 0;
  z-index: 100;
  background-color: #fff;
}
}

@media(max-width:767px){
	.bgbg{
		display:block !Important;
	}
}

	.politics-popup{
		line-height: 1;
		margin-top: 25px;
		font-size: 14px;		
	}
	.politics-popup a{
		color:#E01F2E;
	}
.bxmaker-authuserphone-button__inner {
  width: auto;
  display: inline-block;
  padding: 20px 50px;
  background-color: #E01F2E !important;
  height: 57px;
  outline: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  cursor: pointer;
}
.bxmaker-authuserphone-button__inner:hover{
	background-color: #E01F2E !important;
	opacity:0.9 !important;
}
.bxmaker-authuserphone-header{
	line-height:1.2;
}
.bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
  background-color: #E01F2E !important;
}	
.white_style{
	color:#fff;
	margin-top:15%;
}
.hero__title .small{
	font-size:60%;
	line-height:1.3 !important;
	color:#fff;
}
@media(max-width:500px){
jdiv.wrap_fec1._orientationRight_be95.__jivoMobileButton {
    bottom: 50px;
}
}

.hero {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 340px);
min-height:600px !Important;
max-height:90vh !Important;
}
.hero-slider__item {
    height: calc(100vh - 340px);
    min-height: 600px !Important;
}
@media(max-width:1930px){
	.hero-slider__item {
    height: 600px !important;
}
.hero {
	height: 600px !important;
}
}
.hero__title {
    margin-top: 40px;
}
nav.md7 {
    display: none;
}
@media (max-width: 575px){
.icon-menu__qnt {
    position: absolute;
    top: -19px !important;
    right: -10px !important;
    display: block !important;
}
.md7 {
    display: block !important;
    -webkit-tap-highlight-color: rgba(15,119,176,.1);
    background-color: #fff;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 89%);
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    right: 0px;
}
.d6m {
    align-items: stretch;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-items: center;
    max-width: 100vw;
    overflow: hidden;
    padding: 10px;
}
.d6m>.md6 {
    display: grid;
    grid-template-rows: 24px 18px;
    justify-items: center;
}

.d6m>.md6 {
    display: grid;
    grid-template-rows: 24px 18px;
    justify-items: center;
}
.d6m .md6 {
    color: #96a3ae;
    font-size: calc(10px + .4vw);
        font-size: 13px;
    line-height: 16px;
    position: relative;
    text-decoration: none;
    touch-action: none;
    -webkit-user-select: none;
}
.d5m .md5 {
    color: #005bff;
}
.md5 {
    align-items: center;
    color: #707f8d;
    display: flex;
    flex-grow: 1;
    height: 24px;
    position: relative;
    width: 24px;
}
.dm7 {
    background: #10c44c;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    left: 50%;
    line-height: 14px;
    margin-left: 8px;
    padding: 1px 5px;
    position: absolute;
    top: -5px;
}
.md5+.m5d {
    color: #707f8d;
    margin-top: 5px;
}
a.pe6.md6.header-action__item span {
    display: block !important;
}
span.dm7 {
    color: white;
    margin: 0;
    margin-left: 10px;
}
jdiv.button_ee93 {
    background: transparent !important;
    box-shadow: none;
}
jdiv.iconWrap_bf56._showLogo_bbe7 {
    margin-top: 15px;
    background: transparent !important;
}
jdiv.jivoIcon_dd11.icons_d0a28 {
    background: transparent !important;
}
jdiv.logoIconCloud_bd8a.icons_d0a2 {
    background: transparent !important;
}
ul.top.top_list_mobile {
    padding-bottom: 59px !important;
}
}
#hidden {
  font-size: 15px;
  font-weight: 400;
}
svg.sproduct-like.active path {
    fill: #e01f2e!important;
}
@media(max-width:767px){
	.footer-links div:nth-child(1) {padding-right: 20px;}
}
/*# sourceMappingURL=styles.css.map */