@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,700&subset=cyrillic');
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.overflow__hidden{
  overflow-x: hidden;
}
html,
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
body {
  color: #000;
  font-family: 'Roboto', sans-serif;
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-weight: 300;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  outline: none!important;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
a{
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.container{
  max-width: 1230px;
}
.sect--main{
  position: relative;
  min-height: 700px;
  background-image: url('../img/bg-main-block.jpg');
  background-position: center;
  background-size: cover;
}
.sect--main::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .2;
}
header{
  padding: 20px 0;
  position: relative;
}

header::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1200px;
  height: 1px;
  margin: auto;
  background: #756e6d;
}

.w--phones{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w--phones__link{
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 17px;
}

.w--phones__link a{
  line-height: 1;
  color: #fff;
}

.btn--callback, .btn--more{
  color: #c19f63;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  line-height: 1;
  border-bottom: 2px dotted #c19f63;
  background: transparent;
  font-weight: bold;
  display: inline-block;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.btn--callback:hover, .btn--more:hover{
  color: #e8c07b;
  border-bottom: 2px dotted #e8c07b;
}

.b--logo {
  display: inline-block;
  position: relative;
  top: -3px;
}
.b--logo svg{
  width: 280px;
}
.b--lang__item.active{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;

}
.b--lang__item a{
  position: relative;
  color: #fff;
}

.b--lang__item a.bold{
	font-weight: bold;
}
.b--menu__main{
  padding: 20px 0;
}

.b--menu__main ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b--menu__main ul a{
  color: #fff;
}
.b--menu__main ul a:hover{
  color: #c19f63;
}

.w--content__main-block{
  padding-top: 111px;
  padding-left: 47px;
  padding-right: 47px;
  padding-bottom: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.w--content__main-block .b--content__left {
  position: relative;
}
.w--content__main-block .b--content__left h1{
  font-size: 60px;
  line-height: 90px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  min-width: 645px;
  display: inline-block;
  position: relative;
}
.w--content__main-block .b--content__left h1::before{
  content: '';
  background-image: url('../img/i-arrow__h1.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 126px;
  height: 7px;
  position: absolute;
  top: 42px;
  right: 0px;
}

.w--content__main-block .b--content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 20px;
}
.w--content__main-block .b--content__right .btn--type{
  margin-bottom: 38px;
}
.btn--type {
  width: 218px;
  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;
  border: 1px solid #c19f63;
  background: transparent;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.btn--type span{
  position: relative;
  z-index: 2;
  font-weight: bold;
}
.btn--type::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 1;
  background: #c19f63;
  transition: all .3s ease-out;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
}
.btn--type:hover::before, .btn--type.btn--active::before{
  width: 100%;
}
.btn--type.btn--active:hover::before{
  width: 0;
}
.btn--type.btn--active:hover{
  color: #c19f63; 
}

.w--list__main-block{
  list-style: none;
  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;
  color: #fff;
  padding-left: 0;
}

.w--list__main-block li{
  padding-left: 35px;
  padding-right: 105px;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
.w--list__main-block li:last-child{
  padding-right: 0;
}

.w--list__main-block li::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 22px;
  background-image: url('../img/i-list_check.svg');
  background-position: left center;
  background-repeat: no-repeat;
}
.b--title {
  padding-top: 80px;
  padding-bottom: 70px;
}
.b--title .h2{
  display: block;  
  position: relative;
  font-size: 40px;
  color: #c19f63;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 42px;
  border-left: 1px solid #c19f63;
}
.b--title .h2 span{
  position: relative;
  z-index: 3;
}
.b--title .h2::before{
  position: absolute;
  top: -24px;
  bottom: 0;
  left: 98px;
  margin: auto;
  color: #f9f9f9;
  content: attr(data-content);
  font-size: 82px;
  z-index: 1;
}
.sect--products{
  padding-bottom: 80px;
}
.sect--products .b--title .h2::after{
  position: absolute;
  content: '';
  left: -1px;
  bottom: -20px;
  height: 190px;
  width: 1px;
  background: #c19f63;
}

.sect--products .b--title{
  padding-bottom: 53px;
}

.b--item__prod--img{
  height: 345px;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.w--item__prod--content{
  padding: 27px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b--item__prod--content .h3{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 25px;
  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;
}
.b--item__prod--content .h3 .text-s{
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 24px;
}
.b--item__prod--content .h3 .hr{
  width: 100%;
  height: 1px;
  background: #c19f63;
}
.b--item__prod--content p{
  line-height: 24px;
}

.b--item__prod--content__controls{
  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;  
  
}

.b--items__product{
  margin-bottom: 70px;
}

.b--items__product:last-child{
  margin-bottom: 0;
}

.sect--slider__stone{
  background-color: #f9f9f9;
  padding-bottom: 40px
}

.sect--slider__stone .b--title .h2::before{
  color: #ffffff;
}

.sect--slider__stone .b--title{
  padding: 48px 0 38px 0;
}

.w--help{
  position: relative;
}
.w--help .btn--type{
  margin-right: 22px;
  margin-top: 5px;
}

.w--help .btn--type:hover{
  background: #f9f9f9;
}
.w--help::before{
  content: '';
  position: absolute;
  right: 0;
  top: -64px;
  width: 101px;
  height: 158px;
  background-image: url('../img/i-question.svg');
  
}
.b--slider{
  margin-top: 55px;
}
.b--slider__item {
	opacity: 0;
	transition: all .2s;
}
.b--slider__item.slick-active{
	opacity: 1;
	transition: all .2s;
}
.b--slider__item strong{
  font-size: 26px;
  line-height: 1;
  padding-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.w--arrows__slider{
  margin-top: 40px;
  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;
}
.b--arrow__slider{
  width: 70px;
  height: 50px;
  background: #c19f63;
  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;
  margin: 0 15px;
  cursor: pointer;
}
.b--arrow__slider:last-child{
  transform: scale(-1);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
}
.slick-dots{
  list-style: none;
  margin: 0;
  padding: 0;
  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;
  margin-top: 5px;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  margin: 0 5px;
  height: 2px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #e3d7c2;
  transition: background .3s;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
}

.slick-slide img{
  max-width: 100%;
}

.slick-dots li.slick-active button {
  height: 4px;
  background: #c19f63;
}
.b--item__adv{
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.b--item__adv--img{
  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;
}

.b--item__adv--img .b--svg{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}


.b--item__adv strong{
  margin-top: 5px;
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  line-height: 24px;
}


.sect--advantages{
  padding-bottom: 40px;
}

.sect--advantages .b--title{
  padding-top: 70px;
  padding-bottom: 22px;
}

.sect--form__price{
  background-image: url('../img/bg-form.jpg');
  background-position: center;
  background-size: cover;
  padding-bottom: 35px;
}
.sect--form__price .b--title {
  padding-top: 50px;
  padding-bottom: 50px;
}
.sect--form__price .b--title .h2{
  color: #fff;
  border-color: #fff;
}
.sect--form__price .b--title .h2::before{
  color: #c19f63;
  opacity: .1;
}
.b--title__form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 19px;
}
.b--title__form strong{
  font-size: 26px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
} 
.b--title__form .hr{
  width: 100%;
  height: 1px;
  background: #fff;
}
.b--row__items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.b--row__items .line{
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background: #c19f63;
}

.inp--type, .nice-select, .sect--form__price .btn--type{
  padding: 15px 20px;
  background: transparent;
  border: 1px solid #c19f63;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  line-height: 1;
  max-width: 277px;
  color: #fff;
  width: 100%;
}
.nice-select.open, .nice-select:focus, .nice-select:active{
  border-color: #c19f63;
}
.nice-select.open .list{
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  color: #fff;
  -webkit-box-shadow: 0 0 0 1px #c19f63;
          box-shadow: 0 0 0 1px #c19f63;
  background-color: #c19f63;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
  background-color: #856631;
}
.nice-select{
  height: auto;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nice-select:after{
  border-bottom-width: 1px;
  border-right-width: 1px;
  height: 7px;
  width: 7px;
  border-color: #fff;
}


.select--img{
  position: relative;
}

.select--img .current{
  position: relative;
  padding-left: 30px;
}
.select--img .current img,
.select--img .option img{
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.select--img .option img{
  left: 19px;
}

.select--img .option{
  padding-left: 69px;
  position: relative;
}

.w--about__content{
  position: relative;
  z-index: 5;
}

.b--img__about{
  padding-left: 50px;
  padding-top: 8px;
  position: relative;
  z-index: 2;
}

.b--img__about img{
  max-width: 100%;

}

.b--about__content{
  padding-top: 35px;
  position: relative;
  z-index: 4;
}

.sect--about .b--title{
  padding-bottom: 0;
  padding-top: 72px;
}

.b--about__bg{
  position: absolute;
  left: -180px;
  top: 80px;
  transform: rotate(75deg);
  z-index: 1;
  fill: #f9f9f9;
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
}


.b--about__adv {
  position: relative;
  z-index: 2;
  padding-top: 46px;
}
.b--about__adv .b--item {
  position: relative;
}

.b--about__adv .b--item.one::before{
  position: absolute;
  content: '';
  top: -14px;
  width: 33px;
  height: 58px;
  display: inline-block;
  background-image: url('../img/about/i--item-one-left.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.b--about__adv .b--item.one::after{
  position: absolute;
  left: 91px;
  top: 38px;
  content: '';
  width: 115px;
  height: 85px;
  display: inline-block;
  background-image: url('../img/about/i--item-one-right.svg');
  background-position: center;
  background-repeat: no-repeat;
}
.b--about__adv .b--item.one .b--item__text span{
  position: relative;
  /* max-width: 190px;
  width: 100%; */
  width: 175px;
  padding-left: 40px;
  display: inline-block;
  line-height: 1;
  font-size: 80px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #e5e5e5;
}
.b--about__adv .b--item.one .b--item__text span::after{
  content: attr(data-text);
  position: relative;
  left: -20px;
  top: -2px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.b--about__adv .b--item__text span{
  position: relative;
  /* max-width: 190px;
  width: 100%; */
  display: inline-block;
  line-height: 1;
  font-size: 80px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #e5e5e5;
}
.b--about__adv .b--item__text span::after{
  content: attr(data-text);
  position: relative;
  left: -18px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

.b--about__adv .b--item.two{
  margin-left: 55px;
  margin-top: 80px;
}

.b--about__adv .b--item.two .b--item__text span::after{
  left: -91px;
  top: -2px;
}

.b--about__adv .b--item.two::after{
  position: absolute;
  right: 8px;
  top: 38px;
  content: '';
  width: 46px;
  height: 85px;
  display: inline-block;
  background-image: url('../img/about/i--item-two-right.svg');
  background-position: center;
  background-repeat: no-repeat;
}

.b--about__adv .b--item.three{
  margin-left: -5px;
  margin-top: 160px;

}
.b--about__adv .b--item.three .b--item__text span{
  padding-right: 30px;
}
.b--about__adv .b--item.three .b--item__text span::after{
  position: absolute;
  left: 10px;
  top: 53px;
  display: block;
}

.b--about__adv .b--item.three::after{
  content: '';
  top: 38px;
  left: 176px;
  position: absolute;
  width: 197px;
  height: 1px;
  background: #c19f63;
  z-index: 10;
}

.b--item__garant {
  width: 100%;
  height: 125px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding-left: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}

.sect--garant .b--title{
  padding-top: 70px;
  padding-bottom: 44px;
}

.sect--rew .b--title{ 
  padding-top: 70px;
  padding-bottom: 4px;
}

.sect--rew .slick-dots{
  margin-top: 28px;
}

.b--slider__rew--item{
  width: 100%;
  background: #f9f9f9;
  

}
.b--slider__rew--item{
  text-align: right;
}

.b--slider__rew--content{
  text-align: left;
}

.b--slider__rew--header{
  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;
  margin-bottom: 40px;
}

.b--slider__rew--header .name{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}

.b--slider__rew--header .data{
  font-family: 'Roboto Condensed', sans-serif;
  color: #e5e5e5;
}

.w--slider__rew--item{
  padding-left: 7px;
  padding-right: 7px;
}


.w--slider__rew--item.slick-slide .b--slider__rew--item{
  padding: 20px;
}
.w--slider__rew--item.slick-slide .b--slider__rew--item .name,
.w--slider__rew--item.slick-slide .b--slider__rew--item .data, 
.w--slider__rew--item.slick-slide .b--slider__rew--item .b--slider__rew--content,
.w--slider__rew--item.slick-slide .b--slider__rew--item .btn--more
{
  font-size: 9px;
}
.w--slider__rew--item.slick-slide .b--slider__rew--item .b--slider__rew--content{
  margin-bottom: 8px;
}

.w--slider__rew--item.slick-slide .b--slider__rew--item .b--slider__rew--header{
  margin-bottom: 15px;
}

.w--slider__rew--item.slick-slide.slick-active .b--slider__rew--item{
  padding: 34px 46px;
  min-height: 330px;
}

.w--slider__rew--item.slick-slide.slick-active  .b--slider__rew--item .name,
.w--slider__rew--item.slick-slide.slick-active  .b--slider__rew--item .data, 
.w--slider__rew--item.slick-slide.slick-active  .b--slider__rew--item .b--slider__rew--content,
.w--slider__rew--item.slick-slide.slick-active  .b--slider__rew--item .btn--more
{
  font-size: 16px;
}
.w--slider__rew--item.slick-slide.slick-active  .b--slider__rew--item .b--slider__rew--content{
  margin-bottom: 15px;
}

.w--slider__rew--item.slick-slide.slick-active  .b--slider__rew--item .b--slider__rew--header{
  margin-bottom: 31px;
}


.b--slider__rew{
  position: relative;
}
.b--slider__rew::after{
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  background: red;
  z-index: 10;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
  background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.img_inverc img{filter: invert(100%);}

.b--slider__rew::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  /* background: red; */
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}

.w--arrows__slider--rew{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 44%;
  z-index: 11;
}

.w--arrows__slider--rew div{
  margin: 0;
}
.sect--rew .btn--center{
  margin-top: 30px;
}
.btn--center{
  margin-left: auto;
  margin-right: auto;
}
.w--work__items{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
.b--work__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;
  position: relative;
}

.b--work__item strong{
  display: inline-block;
  margin-top: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
.b--work__item span{
  position: absolute;
  top: -43px;
  right: -20px;
  font-size: 82px;
  color: #e5e5e5;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  line-height: 1;
  z-index: 2;
}
.b--work__item svg{
  position: relative;
  z-index: 3;
}

.b--work__item.two{
  margin-top: 92px;
}

.b--work__item.two span{
  top: -30px;
  right: -30px;
}

.b--work__item.three{
  margin-top: -15px;
}

.b--work__item.three span{
  top: -30px;
  right: -23px;
}

.b--work__item.four{
  margin-top: 102px;
}

.b--work__item.four span{
  right: 15px;
  top: -40px;
}

.svg--one,
.svg--two, 
.svg--three{ 
  position: relative;
  top: 25px;
}

.b--work__bg{
  position: absolute;
  bottom: -20px;
  left: -180px;
  transform:rotate(75deg);
  fill: #f9f9f9;
  -webkit-transform:rotate(75deg);
  -moz-transform:rotate(75deg);
  -ms-transform:rotate(75deg);
  -o-transform:rotate(75deg);
}

.sect--how_work .b--title{
  padding-top: 72px;
  padding-bottom: 97px;
}

.b--item__gall--img{
  position: relative;
  width: 100%;
  height: 285px;
  overflow: hidden;
  margin-bottom: 30px;
}



.b--item__gall--img img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 2;
}
.b--item__gall--img a{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.b--item__gall--img a::before{
  content: '';
  position: absolute;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  background-image: url('../img/i-search.svg');
  background-size: 30%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  transition: left .2s;
  -webkit-transition: left .2s;
  -moz-transition: left .2s;
  -ms-transition: left .2s;
  -o-transition: left .2s;
}

.b--item__gall--img a:hover::before{
  left: 0;
}

.sect--gallery .b--title{
  padding-top: 64px;
  padding-bottom: 55px;
}

.b--item__contact{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px;
}
.b--item__contact:first-child{
  margin-top: 51px;
}
.b--item__contact:last-child{
  margin-bottom: 0;
}
.b--item__contact--svg{
  width: 40px;
}

.b--item__contact--text a{
  display: block;
  color: #000;
}

#map{
  position: relative;
  top: -8px;
  height: 340px;
}

footer{
  background: #f9f9f9;
}

footer .b--menu__main ul a{
  color: #bcbcbc;
}

footer .b--menu__main {
  border-bottom: 1px solid #bcbcbc;
}

.b--copy{
  padding-top: 20px;
  padding-bottom: 20px;
  color: #bcbcbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.b--copy a{
  color: #bcbcbc;
}
.b--copy a:hover{
	color: #c19f63;
}

.mob--block, .svg--mob__arrow, .svg--big__arrow{display: none;}



.lang--mob{
  display: none;
}


.overlay{
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0, .8);
  z-index: 12;
  opacity: 0;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.overlay.active--overlay_menu,
.overlay.active{
  visibility: visible;
  opacity: 1;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}


.b--toggle__menu{
  position: absolute;
  top: 0;
  right: 10px;
  display: none;
  height: 27px;
  width: 27px;
  /* 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;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 23;
}
.b--toggle__menu span{
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
}

.b--toggle__menu.active span{
  background: #000;
}
.b--toggle__menu.active span:first-child{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  top: 9px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
}
.b--toggle__menu.active span:nth-of-type(2){
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
}
.b--toggle__menu.active span:last-child{
  opacity: 0;
}


.w--popup{
  max-width: 588px;
  width: 100%;
  height: 380px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #fff;
  z-index: 33;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.w--popup.active{
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn--close__pop{
  position: absolute;
  top: 25px;
  right: 25px;
  background: transparent;
  border: 0;
  line-height: 1;
}

.w--popup .js--form{
  /* max-width: 280px; */
  width: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w--popup .js--form input,
.w--popup .js--form button{
  width: 100%;
  max-width: 280px;
}
.w--popup .js--form strong{
  display: inline-block;
  margin-bottom: 25px;
  line-height: 1;
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #c19f63;
  text-transform: uppercase;
}
.w--popup .js--form input{
  margin-bottom: 15px;
  color: #c19f63;
}


.w--popup .js--form button{
  margin-top: 15px;
}
.w--popup .js--form strong ~ span{
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 18%;
}

.nice-select:hover{
  border-color: #c19f63;
}

textarea{
  padding: 15px 20px;
  background: transparent;
  border: 1px solid #c19f63;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  line-height: 1;
  max-width: 430px;
  min-height: 190px;
  max-height: 190px;
  color: #c19f63;
  width: 100%;
}
.w--popup.add--textarea{
  max-width: 585px;
  height: 590px;
}
.w--popup.add--textarea .js--form input{
  width: 100%;
  max-width: 430px;
}
.mesage{
  text-align: center;
}
.mesage strong{
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  line-height: 40px;
  display: inline-block;
  text-transform: uppercase;
  color: #c19f63;
}
.mesage p{
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.full_text{
	display: none;
}

.full_text.active{
	display: block;
}

.full_text strong{
	font-weight: bold;
}


#scrollTop{
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #c19f63;
	opacity: .5;
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	transform: translateX(1000%);
	transition: all .5s;
	z-index: 55;
}
#scrollTop.act{
	transform: translateX(0%);
}

#scrollTop svg{
	position: relative;
	top: -2px;
	fill: #fff;
	width: 55%;
	transform: scale(-1)
}

#scrollTop:hover{
	opacity: 1;
}
.sect--statues {
	background-color: #f9f9f9;
	margin-top: 80px;
	padding-bottom: 80px;
}
.statue--btn__svg {
	margin-left: 12px;
}
.sect--statues__bg {
	position: absolute;
	bottom: -73px;
	left: 32px;
	width: 165px;
	height: 264px;
	fill: #ffffff;
}
.sect--statues p {
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 46px;
	z-index: 1;
	position: relative;
}
.sect--statues a.btn--type {
	z-index: 1;
}
.sect--statues a.btn--type .statue--btn__svg {
	fill: #ffffff;
}
.sect--statues a.btn--type:hover .statue--btn__svg {
	fill: #c19f63;
}
.sect--statues .b--title .h2::before {
    color: #ffffff;
}

.sect--statues .statue__line {
	background-image: url('../img/arrow_statue.svg');
	background-position: 0;
	background-size: cover;
	position: relative;
	left: 47px;
	width: 406px;
	height: 7px;
}
.sect--statues__img {
	position: relative;
	margin-top: -171px;
}
@media only screen and (max-width : 1040px) {
    .w--content__main-block .b--content__left h1::before{
        display: none;
    }
    .w--phones__link a{
        font-size: 14px;
    }
    .w--content__main-block{
        padding-left: 0;
        padding-right: 0;
       
    }
	#scrollTop{
		bottom: 15px;
		right: 15px;
	}
}
@media only screen and (max-width: 767px){
	#scrollTop{
		width: 40px;
		height: 40px;
	}
    .b--lang{
        display: none;
    }
    .lang--mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .sect--main .b--menu__main{
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        max-width: 280px;
        width: 100%;
        background: #fff;
        z-index: 22;
        transition: all .3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
}
    .sect--main .b--menu__main.active{
        right: 0;
    }
    .sect--main .b--menu__main ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
    .sect--main .b--menu__main ul a{
        color: #000;
        font-size: 22px;
    }
    .sect--main .b--menu__main ul li a{
        display: block;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 32px;
        background: transparent;
    }
    .sect--main .b--menu__main ul li a:hover,
    .sect--main .b--menu__main ul li a:focus{
        background: #c19f63;
        color: #fff;
    }
    .sect--main .b--menu__main{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .b--toggle__menu{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
	.sect--statues__img {
		display: none;
	}
}
@media only screen and (min-width: 1024px) and (max-width : 1140px) {
    .inp--type, .nice-select, .sect--form__price .btn--type{
        max-width: 255px;
    }
}
@media only screen and (min-width: 992px) and (max-width : 1023px) {
    .b--about__adv .b--item.three::after{
        width: 700px;
    }
    .b--about__adv .b--item.one .b--item__text span{
        width: 165px;
    }
}

@media only screen and (min-width : 576px) and (max-width: 991px) {
    .b--about__adv .b--item__text span{
        font-size: 68px;
    }
    .b--item__garant{
        padding-left: 15px;
    }
    .w--arrows__slider--rew{
        width: 74%;
    }
    .w--slider__rew--item.slick-slide.slick-active .b--slider__rew--item{
        padding: 26px;
    }
    .inp--type, .nice-select, .sect--form__price .btn--type{
        max-width: 220px;
    }
    .b--title .h2::before{
        width: 1024px;
    }
    .w--help{
        display: none!important;
    }
    .mob--block{
        display: block;
    }
    .mob--block > div{
        text-align: center;
    }
    .mob--block button{
        margin-top: 40px;
        display: inline-block;
        margin-left: auto;
        margin-right: auto
    }
    #map{
        top: 30px;
    }
    .w--content__main-block{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .w--content__main-block .b--content__right, .w--content__main-block .b--content__left{
        width: 100%;
    }
    .w--content__main-block .b--content__left h1{
        width: 100%;
        text-align: center;
    }
    .w--content__main-block .b--content__right{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .w--content__main-block{
        padding-bottom: 35px;
        padding-top: 75px;
    }
    .b--about__adv .b--item.one .b--item__text span{
        width: 160px;
    }

    .b--about__adv .b--item.three::after{
        width: 700px;
    }

    .b--logo{
        margin-bottom: 25px;
    }
    /* .b--item__prod--content__controls{
        flex-direction: column;
        align-items: flex-start
    }

    .b--item__prod--content__controls .btn--type{
        margin-top: 10px;
    } */
	.b--lang__item.active{
		flex-direction: row;
	}
	.b--lang__item.active a{
		margin-left: 10px;
	}
	.sect--statues .statue__line {
		width: 266px;
	}
	.sect--statues {
		padding-bottom: 30px;
	}
	.sect--statues__bg {
		bottom: -23px;
		width: 145px;
    	height: 234px;
	}
}
@media only screen and (min-width : 320px) and (max-width: 575px){
  .b--about__content br{
    display: none;
  }
    .w--content__main-block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-bottom: 0;
    }
    .btn--type{
        width: 100%;
    }
    .w--list__main-block{
        -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;
        margin-top: 20px;
    }
    .container{
        padding-left: 10px;
        padding-right: 10px;
    }
    .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
        padding-left: 10px;
        padding-right: 10px;
    }
    header::before{
        margin: 0 10px;
    }
    .b--logo svg{
        width: 150px;
    }
    .w--phones{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
		-ms-align-items: center;
		align-items: center;
    }
	.w--phones svg{
		position: relative;
		top: -2px;
	}
    .w--phones__link{
        padding-left: 4px;
    }
    .b--logo{
        top: 0;
        margin-bottom: 43px;
    }
    .mob--text_right{
        text-align: right!important;
    }
    .btn--callback{
        position: relative;
        top: -5px;
    }
    .w--phones__link a{
        font-size: 18px;
		line-height: 1.5;
    }
    .mob--lang__pos{
        margin-top: -20px;
    }
    header{
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .w--content__main-block .b--content__left h1{
        font-size: 26px;
        line-height: 44px;
    }
    .w--content__main-block{
        padding-top: 70px;
    }
    .w--content__main-block .b--content__right{
        padding-top: 60px;
    }
    .w--content__main-block .b--content__right .btn--type{
        margin-bottom: 20px;
    }
    .w--list__main-block li{
        margin-bottom: 20px;
    }
    .b--title .h2{
        font-size: 30px;
        padding-left: 15px;
    }
    .sect--products .b--title .h2::after{
        display: none;
    }
    .b--title .h2::before{
        top: -22px;
        width: 2014px;
        left:  30px;
        font-size: 60px;

    }
    .sect--products .b--title{
        padding: 60px 0 40px 0;
    }
    .b--item__prod--img{
        height: 175px;   
    }
    .b--item__prod--content .h3 .text-s{
        font-size: 20px;
        padding-right: 10px;
    }
    .w--item__prod--content{
        padding-top: 25px;
    }
    .b--item__prod--content__controls{
        -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;
    }
    .w--item__prod--content .btn--more{
        margin-bottom: 25px;
    }
    .b--items__product{
        margin-bottom: 10px;
    }
    .mob--block{
        display: block;
    }
    .w--arrows__slider{
        padding-bottom: 40px;
    }
    .b--item__adv strong{
        font-size: 14px;
        line-height: 22px;
    }
    .b--item__adv{
        margin-top: 40px;
    }
    .sect--advantages{
        padding-bottom: 55px;
    }
    .b--row__items{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;    
    }
    .b--row__items .line{
        display: none;
    }
    .inp--type, .nice-select, .sect--form__price .btn--type{
        max-width: 100%;
    }
    .b--row__items{
        margin-bottom: 0;
    }
    .inp--type, .nice-select, .sect--form__price .btn--type{
        margin-bottom: 20px;
    }
    .b--title__form{
        display: none;
    }
    .b--about__adv .b--item.one::before, .b--about__adv .b--item.one::after,  .b--about__adv .b--item.two::after, .b--about__adv .b--item.three::after{
        display: none;
    }
    .b--about__adv{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
    .b--about__adv .b--item.one .b--item__text span,  .b--about__adv .b--item.two .b--item__text span,  .b--about__adv .b--item.three .b--item__text span, .b--about__adv .b--item.two, .b--about__adv .b--item.three{
        padding: 0;
        margin: 0;
    }
    .b--about__adv .b--item{
        margin-bottom: 35px!important;
    }
    .b--about__adv .b--item:last-child{
        margin-bottom: 65px!important;
    }
    .b--about__adv .b--item__text span::after{
        width: 200px;
    }
    .b--img__about{
        padding: 0;
    }
    .b--about__bg{
        right: -300px;
        top: -470px;
        left: inherit;
        width: 430px;
        height: 430px;
    }
    .b--img__about img{
        width: 100%;
        max-width: inherit;
    }
    .b--item__garant{
        margin-bottom: 20px;
    }
    .b--slider__rew::after, .b--slider__rew::before{
        display: none;
    }
    .w--slider__rew--item.slick-slide.slick-active .b--slider__rew--item{
        padding: 27px 10px;
    }
    .w--arrows__slider--rew{
        top: calc(100% + 28px);
    }
    .sect--rew .btn--center {
        margin-top: 108px;
    }
    .w--work__items{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .svg--one, .svg--two, .svg--three{
        display: none;
    }
    .b--work__item{
        width: 35%;
        /* margin-bottom: 100px; */
    }
    .b--work__item span{
        display: none;
    }
    .b--work__item strong{
        text-align: center;
    }
    .b--work__item.two, .b--work__item.four{
        margin-top: 0;
    }
    .svg--big__arrow{
        width: 100%;     
        text-align: center;   
        padding: 10px 0 30px 0;
    }
    .b--work__item svg::before{
        content: '1';
        position: absolute;
        top: 0;
        right: 0;
        font-size: 80px;
    }
    .w--svg{
        position: relative;
    }
    .w--svg::before{
        content: '1';
        position: absolute;
        top: -43px;
        right: -20px;
        font-size: 82px;
        color: #e5e5e5;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        line-height: 1;
    }
    .two .w--svg::before{
        content: '2';
        top: -30px;
        right: -30px;
    }
    .three .w--svg::before{
        content: '3';
        top: -30px;
        right: -23px;
    }
    .four .w--svg::before{
        content: '4';
        right: -15px;
        top: -40px;
    }
    .b--item__contact{
        margin-bottom: 30px;
    }
    #map{
        top: 30px;
    }
    footer .b--menu__main{
        display: block
    }
    footer .b--menu__main ul{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 20px;
        
    }
    footer .b--menu__main ul li{
        width: 100%;
        padding-bottom: 10px;
    }
    footer .b--menu__main ul li:last-child{
        padding-bottom: 0;
    }
    .b--copy{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-left: 20px;
    }
    .b--copy > *{
        width: 100%;
        padding-bottom: 10px;
    }
    .b--copy > *:last-child{
        padding-bottom: ;
    }

    .w--help {display: none!important;}

    .b--slider__item strong{
        font-size: 20px;
    }
    .svg--mob__arrow, .svg--big__arrow{display: block;}

    .b--lang.lang--mob{
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
		flex-direction: row;
    }
	.b--lang__item.active{
		flex-direction: row;
	}
	.b--lang__item.active a{
		margin-left: 10px;
	}
	.sect--statues__img {
		display: none;
	}
    .sect--statues .statue__line {
		display: none;
	}
	.sect--statues {
		padding-bottom: 30px;
	}
	.sect--statues__bg {
		bottom: -23px;
		width: 145px;
    	height: 234px;
	}
}