body{
	background-color: rgba(255,255,255,0);
  font-family: HelveticaNeueCyr, Helvetica, sans-serif;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: HelveticaNeueCyr;
  src: url(fonts/HelveticaNeueCyr/HelveticaNeueCyr-Light.ttf);
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: HelveticaNeueCyr;
  src: url(fonts/HelveticaNeueCyr/HelveticaNeueCyr-Roman.ttf);
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: HelveticaNeueCyr;
  src: url(fonts/HelveticaNeueCyr/HelveticaNeueCyr-Medium.ttf);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: HelveticaNeueCyr;
  src: url(fonts/HelveticaNeueCyr/HelveticaNeueCyr-Bold.ttf);
  font-style: normal;
  font-weight: 600;
}


.wrap{
  position: relative;
  width: 100%;
}

.work{
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

.mainwrap{
  overflow: hidden;
}

/********************************************************************** header ***********************************************************************/
.wrap_mainmenu.stiky{
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
}

.header{
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
  justify-content: space-between;
}

.header_left{
  position: relative;
}

.logo{
  display: block;
  width: 230px;
  height: 60px;
  background-image: url(svg/logo.svg);
  text-decoration: none;
}

.header_title{
  font-weight: 600;
  font-size: 15px;
  margin-top: 10px;
  line-height: 1.2em;
}

.phones{
  position: absolute;
  top: 7px;
  right: 0;
  padding-left: 50px;
}

.phones_icon{
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-color: #E6342A;
  border-radius: 5px;
  background-image: url(svg/iphone.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.phone_line:last-child{
  margin-top: 10px;
}

.phone_link{
  text-decoration: none;
  color: #000;
}

.mainmenu{
  display: flex;
  align-items: center;
}

.mainmenu_item{
  margin: 0 10px;
}

.mainmenu_item:last-child{
  margin-right: 0;
}

.mainmenu_link{
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.mainmenu_link:hover{
  color: #E6342A;
}
/********************************************************************** header ***********************************************************************/

/********************************************************************** slider ***********************************************************************/
.slider{
  width: 100%;
  height: 630px;
}

.slider *{
  outline: none;
}

/*устанавливаем неактивными все слайды в слайдере кроме первого*/
.slider .slide:not(:first-child) {
   display: none;
}

/*устанавливаем все слайды в слайдере активными после инициализации slick-slider*/
.slider.slick-initialized .slide:not(:first-child) {
   display: block;
}

.slick-list{
  height: 100%;
}

.slick-track{
  height: 100%;
}

.slick-arrow{
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 64px;
  height: 64px;
  margin-top: -32px;
  background-color: #E6342A;
  border: none;
  font-size: 0;
  border-radius: 4px;
  cursor: pointer;
  background-image: url(svg/next.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 36px 36px;
  transform-origin: center center;
}

.slick-arrow::before{
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255,255,255,0.15);
  transition: 0.5s;
}

.slick-arrow:hover:before{
  width: 100%;
  transition: 0.5s;
}

.slick-arrow.slick-prev{
  left: 25px;
  transform: rotate(180deg);
}

.slick-arrow.slick-next{
  right: 25px;
}

.slick-dots{
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li{
  margin: 0 7px;
}

.slick-dots li button{
  width: 20px;
  height: 20px;
  border: none;
  background-color: #fff;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
}

.slick-dots li.slick-active button{
  background-color: #E6342A;
}

.slide{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.slide.slick-active .video{
  display: block;
}

.video.v_indigo{
  background-image: url(img/indigo_bg.jpg);
  background-position: center center;
  background-size: cover;
}

.video video{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.slide_container{
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slide_container.sl1{
  background-color: rgba(0,0,0,0.1);
}

.slide_container.sl2{
  background-color: rgba(0,0,0,0.5);
}

.slide_container.sl3{
  background-color: rgba(0,0,0,0.5);
}

.slide_container.sl5{
  background-color: rgba(0,0,0,0.5);
}

.slide_container.sl6{
  background-color: rgba(0,0,0,0.5);
}

.slide_container.sl7{
  background-color: rgba(0,0,0,0.5);
}

.slide_container.sl8{
  background-color: rgba(0,0,0,0.5);
}

.slide_container.sl9{
  background-color: rgba(0,0,0,0.75);
}

.slide_container.sl10{
  background-color: rgba(0,0,0,0.75);
}

.slide_container.sl11{
  background-color: rgba(0,0,0,0.75);
}

.slide_container.sl12{
  background-color: rgba(0,0,0,0.6);
}

.slide_container.sl13{
  background-color: rgba(0,0,0,0.5);
}

.slide_container.sl14{
  background-color: rgba(0,0,0,0.5);
}

.slide_container .work{
  height: 100%;
  display: flex;
  align-items: center;
}

.slide_content{
  width: 100%;
  max-width: 400px;
}

.slide_container.sl2 .slide_content_logo img{
  height: 65px;
  width: auto;
}


.slide_content_name{
  display: inline-block;
  font-weight: 500;
  color: #E6342A;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 25px;
  /* background-color: rgba(0, 0, 0, 0.7);
  padding: 12px 18px;
  border-radius: 5px; */
}

.slide_content_title{
  width: 100%;
  margin-top: 20px;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5em;
}

.slide_content_description{
  width: 100%;
  margin-top: 15px;
  line-height: 1.6em;
  color: #fff;
}

.slide_content_line{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.sertificat_doc{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 14px 14px 54px;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  overflow: hidden;
}

.sertificat_doc::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 2px;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-image: url(svg/pdf_icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.sertificat_doc::before{
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(0,0,0,0.05);
  transition: 0.5s;
}

.sertificat_doc:hover:before{
  width: 100%;
  transition: 0.5s;
}

.slide_more{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 64px 14px 24px;
  background-color: #E6342A;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  overflow: hidden;
}

.slide_more::before{
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255,255,255,0.15);
  transition: 0.5s;
}

.slide_more:hover:before{
  width: 100%;
  transition: 0.5s;
}

.slide_more::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-image: url(svg/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/********************************************************************** slider ***********************************************************************/

/********************************************************************** about ***********************************************************************/
.wrap_about{
  padding: 75px 0;
}

.about{
  display: flex;
  flex-wrap: wrap;
}

.about_img{
  display: flex;
  width: 50%;
  max-width: 50%;
}

.about_img_middle{
  width: 50%;
  max-width: 50%;
  margin: 0 15px;
}

.about_img_middle_image{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-height: 560px;
  border-radius: 20px;
  overflow: hidden;
}

.about_img img{
  max-width: 100%;
  height: auto;
}

.about_img_left{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  width: 25%;
  max-width: 25%;
}

.about_img_left_c{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.about_img_left_top{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-height: 200px;
  border-radius: 20px;
  overflow: hidden;
}

.about_img_left_bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: 75%;
  max-height: 136px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 15px;
}

.about_img_right{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 25%;
  max-width: 25%;
}

.about_img_right_top{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-width: 75%;
  max-height: 136px;
  border-radius: 20px;
  overflow: hidden;
}

.about_img_right_bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  max-height: 200px;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 15px;
}


.about_content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding-left: 50px;
}

.about_content_title{
  width: 100%;
}

.about_title_line{
  position: relative;
  display: inline-block;
}

.about_title{
  padding: 0 40px;
  font-size: 24px;
  font-weight: 600;
  color: #E6342A;
}

.about_title_l{
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.about_title_l::before{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 2px;
  background-color: #000;
  margin-top: -4px;
}

.about_title_l::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 3px;
  background-color: #E6342A;
  margin-top: 2px;
}

.about_title_r{
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

.about_title_r::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #000;
  margin-top: -4px;
}

.about_title_r::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #E6342A;
  margin-top: 2px;
}

.about_content_subtitle{
  width: 100%;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4em;
  margin-top: 30px;
}

.about_content_text{
  width: 100%;
  margin-top: 30px;
}

.about_content_text p{
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.6em;
}

/* .about_content_text strong{
  color: #E6342A;
} */
/********************************************************************** about ***********************************************************************/

/********************************************************************** services ***********************************************************************/
.wrap_services{
  padding: 120px 0;
  background-image: url(img/bg_lamps.jpg);
  background-position: top center;
  background-size: cover;
}

.services_title_line{
  width: 100%;
  display: flex;
  justify-content: center;
}

.services_title{
  font-size: 36px;
  font-weight: 600;
}

.services{
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}

.services:last-child{
  margin-bottom: 0;
}

.service{
  position: relative;
  width: calc(100%/4 - 30px);
  max-width: 310px;
  background-color: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 20px 10px;
  box-sizing: border-box;
  padding-top: 200px;
  margin: 0 15px;
}

.service::before{
  content: '';
  position: absolute;
  top: 35px;
  left: 50%;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #F1F1F1;
  margin-left: -65px;
  background-position: center center;
  background-repeat: no-repeat;
}

.service.s1::before{
  background-image: url(svg/s1.svg);
}

.service.s2::before{
  background-image: url(svg/s2.svg);
}

.service.s3::before{
  background-image: url(svg/discount.svg);
  background-size: 84px 84px;
}

.service.s4::before{
  background-image: url(svg/reclamation.svg);
  background-size: 84px 84px;
}

.service_title{
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #000;
  font-size: 20px;
}

.service_subtitle{
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 16px;
  margin-top: 10px;
}
/********************************************************************** services ***********************************************************************/

/********************************************************************** contacts ***********************************************************************/
.wrap_contacts{
  padding: 75px 0;
}

.contacts{
  display: flex;
  margin-top: 20px;
}

.contacts .about_content_title{
  margin-bottom: 60px;
}

.contacts_container{
  width: 50%;
  max-width: 60%;
  box-sizing: border-box;
  padding-right: 50px;
}

.contacts_line{
  width: 100%;
  margin-top: 40px;
  box-sizing: border-box;
  padding-left: 60px;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 36px 36px;
}

.contacts_line.address{
  background-image: url(svg/address.svg);
}

.contacts_line.c_phones{
  background-image: url(svg/phones.svg);
}

.contacts_line.mails{
  background-image: url(svg/mails.svg);
}

.contacts_line a{
  text-decoration: none;
  color: #000;
}

.contacts_line a:hover{
  text-decoration: underline;
}

.contacts_line_title{
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}

.contacts_line_phone{
	display: flex;
	align-items: center;
  width: 100%;
  margin-top: 12px;
}

.contacts_line_phone_b{
	display: block;
	width: 28px;
	height: 28px;
	margin-left: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 28px 28px;
	transition: .5s;
	border-radius: 7px;
}

.contacts_line_phone_b:hover{
  transition: .5s;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
}

.contacts_line_phone_b.tg{
	background-image: url(svg/telegram-mes.svg);
}

.contacts_line_phone_b.max{
	margin-left: 20px;
	background-image: url(svg/max-mes.svg);
}

.contacts_line_mail{
  width: 100%;
  margin-top: 12px; 
}

.contacts_partthners{
  width: 50%;
  box-sizing: border-box;
  padding-left: 50px;
  margin-top: 40px;
}

.contacts_partthners_title{
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.contacts_partthners_list{
  width: calc(100% + 16px);
  margin-left: -8px;
  display: flex;
  flex-wrap: wrap;
}

.contacts_partthners_item{
  display: inline-block;
  height: 56px;
  margin: 8px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: .5s;
}

.contacts_partthners_item img{
  max-height: 100%;
  width: auto;
}

.contacts_partthners_item:hover{
  transition: .5s;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
}
/********************************************************************** contacts ***********************************************************************/

/********************************************************************** footer ***********************************************************************/
.wrap_footer{
  border-top: 1px solid rgba(0,0,0,0.15);
}

.footer{
  display: flex;
  justify-content: center;
  padding: 25px 0;
}
/********************************************************************** footer ***********************************************************************/

@media only screen and (max-width: 1500px){
  .slider .work{
    max-width: 1100px;
  }
}

@media only screen and (max-width: 1300px){
  .work{
    max-width: calc(100% - 60px);
  }

  .slider .work{
    max-width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 1199px){
  .mainmenu_container{
    display: none;
  }

  .about_img{
    width: 100%;
    max-width: 640px;
  }

  .header_left{
    width: 100%;
  }

  .about_content{
    width: 100%;
    max-width: inherit;
    padding-left: 0;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1023px){
  .slider{
    height: 600px;
  }

  .slide_content{
    max-width: 100%;
  }
  
  .services{
	  flex-wrap: wrap;
  }
  
	.service{
	  width: calc(100%/2 - 30px);
	  margin: 15px;
	}
}

@media only screen and (max-width: 767px){
  .contacts{
    flex-wrap: wrap;
  }

  .contacts_container{
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .contacts_partthners{
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }

  .contacts_partthners_item{
    height: 48px;
  }

  .wrap_services{
    padding: 60px 0;
  }

  .work{
    max-width: calc(100% - 30px);
  }
  
  .wrap_mainmenu.stiky .header{
	  height: 80px;
  }

  .wrap_mainmenu.stiky .header_title{
	  display: none;
  }
}

@media only screen and (max-width: 639px){
  .slick-arrow{
    display: none !important;
  }

    .slider .work {
        max-width: calc(100% - 60px);
    }
}

@media only screen and (max-width: 539px){
  .logo{
    width: 180px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  
  .service{
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    margin: 20px 15px;
  }
}

@media only screen and (max-width: 410px){
  .phones_icon{
	  display: none;
  }
  
  .slick-dots li button{
	  width: 16px;
	  height: 16px;
  }
  
  .slick-dots li{
	  margin: 0 4px;
  }
}

@media only screen and (max-width: 379px){
	.header_title{
		font-size: 13px;
	}
}

@media only screen and (max-width: 359px){
  .logo{
    width: 150px;
  }
}