@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextCyr-Regular.eot');
  src: url('fonts/AvenirNextCyr-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/AvenirNextCyr-Regular.woff2') format('woff2'),
      url('fonts/AvenirNextCyr-Regular.woff') format('woff'),
      url('fonts/AvenirNextCyr-Regular.svg#AvenirNextCyr-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextCyr-Medium.eot');
  src: url('fonts/AvenirNextCyr-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/AvenirNextCyr-Medium.woff2') format('woff2'),
      url('fonts/AvenirNextCyr-Medium.woff') format('woff'),
      url('fonts/AvenirNextCyr-Medium.svg#AvenirNextCyr-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url('fonts/AvenirNextCyr-Light.eot');
  src: url('fonts/AvenirNextCyr-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/AvenirNextCyr-Light.woff2') format('woff2'),
      url('fonts/AvenirNextCyr-Light.woff') format('woff'),
      url('fonts/AvenirNextCyr-Light.svg#AvenirNextCyr-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirDemi';
  src: url('fonts/AvenirNextCyr-Demi.eot');
  src: url('fonts/AvenirNextCyr-Demi.eot?#iefix') format('embedded-opentype'),
      url('fonts/AvenirNextCyr-Demi.woff2') format('woff2'),
      url('fonts/AvenirNextCyr-Demi.woff') format('woff'),
      url('fonts/AvenirNextCyr-Demi.svg#AvenirNextCyr-Demi') format('svg');
  font-weight: normal;
  font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.btn{
  padding: 15px 20px;
  line-height: 1;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ef4136;
  border-radius: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.btn:hover{
  background-color: #ef4136;
}
.mt20{
  margin-top: 20px;
  color: #414042;
}
.swiper-pagination-bullet{
  background-color: #f6f6f6;
  opacity: .25;
  border-radius: 0;
  border: none;
  width: 15px;
  height: 15px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.swiper-pagination-bullet-active{
  opacity: 1;
}
.swiper-pagination.dark .swiper-pagination-bullet{
  background-color: #414042;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  top: 10px;
  right: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #ef4136 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
  border-color: transparent transparent #ef4136 transparent;
}
.select2-results__option{
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
  background-color: transparent;
  color: #ef4136;
}
.select2-container--default .select2-results__option[aria-disabled=true]{
  display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.select2-container .select2-selection--single{
  height: 50px;
  border: 1px solid #f6f6f6;
  padding: 0 20px;
  background-color: transparent;
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.select2-search--dropdown{
  display: none;
}
.select2-container--open .select2-dropdown{
  top: 5px;
  border-radius: 0;
  background-color: #414042;
  border: none;
}
.select2-container .select2-selection--single:hover, .select2-container--open{
  border: 1px solid #414042;
}
h1{
  font-weight: 300;
  font-size: 40px;
  text-transform: uppercase;
}
*{
  box-sizing: border-box;
}
body{
  font-family: 'Avenir';
  font-weight: 400;
  font-size: 14px;
  color: #f6f6f6;
}
a, a:hover, a:focus, a:visited{
  text-decoration: none;
  color: inherit;
}
p, h1, h2, h3, h4, h5, span{
  cursor: default;
}
ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
p{
  margin: 0;
  color: inherit;
}
a.link{
  text-transform: uppercase;
  border-bottom: 2px solid #ef4136;
  padding: 0 5px;
  color: #414042;
  margin-top:40px;
  display: inline-block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.link:hover{
  color: #ef4136;
  border-color: #414042;
}

/****HEADER****/
header{
  background-color: #414042;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  padding: 0 60px;
  z-index: 2;
}
.logotype{
  width: 300px;
}
.logotype img{
  max-width: 100%;
}
nav ul{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
nav ul li a{
  text-transform: uppercase;
  margin: 0 20px;
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
nav ul li a:hover{
  border-bottom: 2px solid #ef4136;
}
.lang__choice{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.lang__choice p{
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.lang__choice p:hover{
  background-color: #ef4136;
}
.lang{
  position: relative;
}
.lang p{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
  width: 50px;
  height: 30px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #353436;
}
.lang{
  margin-right: 40px;
}
.misc{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.search{
  cursor: pointer;
}
.search svg{
  width: 16px;
  height: 16px;
  fill: #f6f6f6;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.search svg:hover, .search.active svg{
  fill: #ef4136;
}

/*****MAIN****/
.mainPageVideo img{
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

/****Types****/
.mainPageTypes{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.mainPageType{
  width: calc(100% / 4);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 830px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  filter: saturate(0%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.mainPageType:hover{
  filter: saturate(100%);
}
.mainPageType a{
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  width: 100%;
  padding: 10px 15px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.mainPageType:hover a{
  background-color: #ef4136;
}

/****footer****/
footer{
  background-color: #414042;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  padding: 0 60px;
  height: 70px;
  -ms-align-items: center;
  align-items: center;
}
.socials{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.socials a{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #535354;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.socials a:hover{
  background-color: #ef4136;
}
.socials svg{
  max-width: 16px;
  max-height: 16px;
  height: 100%;
  width: 100%;
  fill: #f6f6f6;
}
.copyright{
  font-size: 16px;
}

/********SHOPS********/
/****slider****/
.shopsSlide img{
  width: 100%;
  #height: 100%;
  object-fit:cover;
  object-position: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.shopsSlide{
  position: relative;
  height: 100%;
}
.shopsSlide__caption{
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}
.shopsSlide__caption h1{
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(246, 246, 246, .25);
  margin-bottom: 25px;
}
.shopSlideCaption__body{
  max-width: 510px;
}
.shopsSlide__caption p{
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.shops-swiper-container{
  position: relative;
}
.shops-swiper-container .swiper-pagination{
  position: absolute;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  left: 0;
  right: 0;
  bottom: 60px;
}

/****shopcontent****/
.shopsContent{
  padding: 50px 0;
}
.searchInput{
  position: relative;
}
.searchInput input{
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  border: none;
  height: 34px;
  border-bottom: 2px solid #414042;
}
.searchInput svg{
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 4px;
  fill: #ef4136;
}
.searchFilters{
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.searchFilters select{
  width: 30%;
}
.newsCard{
  color: #414042;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.newsCard__button{
  font-size: 14px;
}
.newsCard__header{
  font-size: 20px;
  text-transform: uppercase;
  color: #ef4136;
  margin-bottom: 20px;
}
.newsCard__image{
  position: relative;
  height: 214px;
  width: 100%;
  margin-bottom: 25px;
}
.newsCard__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.newsCard__caption{
  display: -webkit-flex;
  display: -ms-flex;
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  color: #f6f6f6;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px;
  background-color: #ef4136;
}
.newsCard__desc{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  max-height: 72px;
  overflow: hidden;
}

/****brands****/
.brandsBlock{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  color: #414042;
}
.brand{
  height: 110px;
  width: 24.5%;
  margin-right: .5%;
  margin-top: 5px;
}
.brand__btn{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid rgba(24, 24, 24, .25);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.brand__btn:hover{
  border-color: #414042;
}
.cardsSlider{
  padding-top: 100px;
}
.innerBanner{
  height: 100vh;
  width: 100vw;
  position: relative;
}
.innerBanner__video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/****bottombuttons****/
.bottomButtons{
  padding: 30px 0 100px;
}
.bottomButtons .col-xl-12{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.bottomButtons .link{
  margin: 0 15px;
}

.shopsSlide__findOutMore{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.shopsSlide__findOutMore .socials a{
  background-color: #f6f6f6;
}
.shopsSlide__findOutMore .socials a:hover{
  background-color: #ef4136;
}
.shopsSlide__findOutMore .socials a:hover svg{
  fill: #fff
}
.shopsSlide__findOutMore .socials a svg{
  fill: #414042
}
.shopsSlide__findOutMore .btn{
  margin-left: 15px;
}
.shopsSlide__caption{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap:wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
}
.shopsSlide__caption h1{
  width: 100%;
}
.slideScheduleColumn p{
  font-family: 'AvenirDemi';
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
}
.shopsSlideCaption__schedule{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.slideScheduleColumn:first-child{
  margin-right: 20px;
}
.slideLink{
  font-family: 'AvenirDemi';
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 2px solid #ef4136;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.slideLink:hover{
  color: #ef4136;
  border-color: #f6f6f6;
}
.slideScheduleColumn span{
  line-height: 1.5;
}
.shopsSlide__captionImage{
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  height: 100px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(246, 246, 246, .25);
  margin-bottom: 25px;
}
.shopsSlide__captionImage img{
  height: 100%;
  width: auto;
}
.shopsSlideCaption__schedule.vertical{
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.shopsSlideCaption__schedule.vertical span{
  font-size: 16px;
  border-bottom: 2px solid transparent;
}
.shopsSlideCaption__schedule.vertical span:hover{
  border-bottom: 2px solid #ef4136;
}
.shopsSlideCaption__schedule.vertical .slideScheduleColumn:first-child{
  margin-bottom: 25px;
}
.shopsSlider{
  height: 100vh;
  width: 100vw;
}
.shops-swiper-container{
  height: 100%;
}

/****map****/
.mapSection{
  filter: saturate(0%);
}
.mapSection > *{
  width: 100%;
  height: 400px;
}

/****news****/
.newsSection{
  margin: 60px 0;
}
.newsSection__header{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.newsSection__header .link{
  margin: 0;
}
.newsSection__header h4{
  font-size: 24px;
  text-transform: uppercase;
  color: #ef4136;
}
.newsSection{
  overflow: hidden;
}
.news-swiper-container{
  overflow: visible;
}
.news-swiper-container .swiper-pagination .swiper-pagination-bullet{
  background-color: #414042;
}

/****new****/
.newSection{
  padding: 100px 0;
  color: #414042;
}
.newSection__tags{
  margin-bottom: 40px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.newSection__tags a{
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 30px;
}
.newsSection__text{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media(min-width: 1200px){
  .newSection .container{
    max-width: 840px;
  }
}
.imgWrapper{
  width: 100%;
  height: 470px;
}
.imgWrapper img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  object-position: center;
}
.new-swiper-container{
  margin-bottom: 40px;
}
.newsSection__specialText{
  color: #ef4136;
  padding: 20px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
  background-color: #f6f6f6;
}
.newsSection__img{
  height: 470px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 40px;
}
.slideLink.hidden{
  cursor: default;
  opacity: 0;
}
.contactsSection{
  padding-top: 120px;
  padding-bottom: 60px;
  color: #414042;
}
.contactsBlock{
  margin-bottom: 40px;
}
.contactsBlock:last-child{
  margin-bottom: 0;
}
h3.contactsBlock__header{
  font-size: 24px;
  color: #f6f6f6;
  margin-bottom: 40px;
  background-color: #414042;
  text-transform: uppercase;
  padding: 10px;
  display: inline-block;
}
.contactsBlock__columns{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}
.contactsBlock__column{
  width: 30%;
}
.contactsBlock__column p{
  font-size: 16px;
  margin-bottom: 20px;
}
.contactsBlock__column span{
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  text-transform: uppercase;
}
.contactsBlock__form{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.contactsBlock__form input:not([type="submit"]){
  width: 100%;
  height: 35px;
  border: none;
  border-bottom: 2px solid #414042;
}
.contactsBlock__form textarea{
  width: 100%;
  resize:none;
  height: 35px;
  border: none;
  border-bottom: 2px solid #414042;
}
.formInput{
  width: 30%;
  margin-bottom: 20px;
}
.formInput.message{
  width: 100%;
  margin-right: 0;
}
.contactsBlock__form input[type="submit"]{
  margin-right: 0;
  margin-left: auto;
  height: 35px;
  width: 140px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.contactsBlock__form input[type="submit"]:hover{
  border-color: #414042;
}

/****vacancy****/
.vacancyCard{
  color: #414042;
  margin-bottom: 40px;
}
.vacancyCard__header{
  font-size: 20px;
  text-transform: uppercase;
  color: #ef4136;
  margin-bottom: 20px;
}
.vacancyCard__company{
  opacity: .5;
  font-size: 12px;
  margin-bottom: 20px;
}
.vacancyCard__desc{
  max-height: 168px;
  font-size: 16px;
  margin-bottom: 20px;
  overflow: hidden;
  line-height: 1.5;
}
.vacancyCard__salary{
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.vacancyDetails{
  color: #414042;
}
.vacancyDetails__header{
  color: #f6f6f6;
  padding: 10px;
  display: inline-block;
  background-color: #414042;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.vacancyDetails__company{
  font-size: 16px;
  margin-bottom: 20px;
}
.vacancyDetails__salary{
  font-size: 30px;
  color: #ef4136;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.vacancyDetails__desc{
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.vacancyDetailsSection{
  padding-top: 160px;
  padding-bottom: 100px;
}
@media(min-width: 1200px){
  .vacancyDetailsSection .container{
    max-width: 840px;
  }
}
.news-swiper-container .swiper-slide{
  opacity: .5;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}
.news-swiper-container .swiper-slide-active, .news-swiper-container .swiper-slide-prev, .news-swiper-container .swiper-slide-next{
  opacity: 1;
}
.burger{
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
}
.burger span{
  width: 100%;
  background-color: #f6f6f6;
  height: 3px;
}
header nav > svg{
  display: none;
  width: 20px;
  height: 20px;
  fill: #414042;
  position: absolute;
  top: 15px;
  right: 15px;
}

@media(max-width: 1199px){
  .mainPageType a{
    font-size: 20px;
  }
  .shops-swiper-container .swiper-pagination{
    max-width: 960px;
  }
  .shopsSlide__caption.tight .shopsSlideCaption__schedule.vertical{
    max-width: 25%;
  }
  nav ul li a{
    margin: 0 10px;
  }
}
@media(max-width: 1099px){
  .logotype {
    width: 200px;
  }
}
@media(max-width: 991px){
  .logotype{
    width: 150px;
  }
  .lang {
    margin-right: 20px;
  }
  .headerMainMenu{
    font-size: 12px;
	white-space: nowrap;
	margin: 0 10px;
  }
  nav ul li a{
    margin: 0 5px;
  }
  .innerBanner, .shopsSlider{
    max-height: 50vh;
  }
  .mainPageTypes{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mainPageType{
    height: 250px;
    width: calc(100% / 2);
  }
  .mainPageType__link{
    background-color: #ef4136;
  }
  .shops-swiper-container .swiper-pagination{
    max-width: 720px;
  }
  .brand{
    width: calc(100% / 3);
  }
  .shopSlideCaption__body{
    max-width: 300px;
  }
  .shopsSlide__caption p{
    font-size: 15px;
  }
  .vacancyDetailsSection{
    min-height: calc(100vh - 70px);
  }
}
@media(max-width: 767px){
  .burger{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    order: 1;
  }
  header nav > svg{
    display: block;
  }
  .logotype{
    order: 2;
  }
  .misc{
    order: 3;
  }
  header nav{
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #fff;
    transform: translateX(-100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }
  header nav.active{
    display: block;
    transform: translateX(0);
  }
  header nav ul{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 200px;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
  }
  nav ul li a{
    color: #414042;
    font-size: 20px;
    margin: 10px 0;
    display: inline-block;
  }
  .innerBanner, .shopsSlider{
    max-height: 100vh;
  }
  .innerBannerVideo{
	height: auto !important;
	width: 100%;
	margin-top: 70px;
	margin-bottom: -2px;
  }
  .innerBannerVideo .innerBanner__video{
	position: relative;
  }
  .shopsSlide__caption{
    bottom: 20px;
  }
  h1{
    font-size: 30px;
  }
  .shopsSlide__caption p{
    font-size: 15px;
  }
  .shops-swiper-container .swiper-pagination{
    max-width: 540px;
    bottom: 20px;
  }
  .shopsContent{
    padding-bottom: 40px;
  }
  .brand{
    width: 50%;
  }
  .shopsSlide__caption.tight .shopsSlideCaption__schedule{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 30%;
  }
  .shopsSlide__caption.tight .shopSlideCaption__body{
    max-width: 50%;
  }
  .shopsSlide__caption.tight p{
    font-size: 14px;
  }
  .shopsSlide__caption.tight .slideScheduleColumn p{
    margin-bottom: 0;
  }
  .mapSection > *{
    /*height: 250px;*/
  }
  .shopsSlide__caption h1{
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .shopsSlide__captionImage{
    height: 60px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .news-swiper-container .swiper-slide-prev, .news-swiper-container .swiper-slide-next{
    opacity: .5;
  }
  .newsSection{
    margin: 30px 0;
  }
  .contactsBlock__column span{
    font-size: 14px;
  }
  .contactsSection, .vacancyDetailsSection{
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
@media(max-width: 575px){
  header{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .logotype{
    order: 0;
    width: 100%;
  }
  .mainPageType{
    width: 100%;
  }
  .shopsSlide__caption{
    bottom: 40px;
  }
  .shops-swiper-container .swiper-pagination{
    max-width: 100%;
    bottom: 40px;
  }
  .brand{
    width: 100%;
  }
  .shopsSlide__caption.tight .shopsSlideCaption__schedule{
    max-width: 50%;
  }
  .shopsSlide__caption.tight .shopSlideCaption__body{
    margin-bottom: 40px;
  }
  .bottomButtons .link{
    margin: 0 5px;
  }
  .shopsSlide__captionImage{
    height: 80px;
  }
  .contactsBlock__columns{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contactsBlock__column{
    width: 45%;
    margin-bottom: 30px;
  }



}
