

/* Start:/local/templates/empty/components/bitrix/news.line/services/style.css?15671468861919*/
.services {
  margin-bottom: 60px;
}

.services__top-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
  align-items: center;
}

.services-line {
  display: flex;
  margin: 0px -15px
}

.services-line .item {
  flex-grow: 1;
  text-align: center
}

.services-line .imgbox {
  width: 100%;
  position: relative;
  font-size: 0px;
}

.services-line .imgbox img {
  max-width: 100%;
  width: 100%;
  height: auto
}

.services-line .item .hover {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgb(222, 32, 36);
  opacity: 0;
  transition: all 0.4s ease;
}

.services-line .item:hover .hover {
  opacity: 0.4
}

.services-line .item .item-title {
  Font-Family: Montserrat;
  font-weight: 600;
  Font-Size: 20px;
  Line-Height: 24px;
  color: #272A2F;
  text-decoration: none;
  MARGIN-TOP: 48PX;
  DISPLAY: BLOCK;
  position: relative
}

.services-line .item .item-title:before {
  content: " ";
  height: 2px;
  position: absolute;
  z-index: 10;
  display: block;
  background: red;
  left: 20%;
  right: 20%;
  top: -20px;
  border: 2px none transparent;
}

.imgbox:before, .imgbox:after {
  content: " ";
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 10;
  display: block;
  transition: all 0.4s ease;
  border: 2px none transparent;
}

.services-line .item:hover .imgbox:before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  left: 10px;
  top: 10px
}

.services-line .item:hover .imgbox:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  bottom: 10px;
  right: 10px
}

@media (min-width: 738px) {
  .services {
    margin-bottom: 100px;
  }

  .services__wrapper {
    max-width: 1140px;
  }
}

@media (min-width: 1140px) {
  .services {
    margin-bottom: 120px;
  }
}

/* End */


/* Start:/local/templates/empty/components/bitrix/news.line/slider/style.css?15671474763275*/
.whennecessarytoapply {
  background: url(/local/templates/empty/pic/Rectangle12.1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.whennecessarytoapply__wrapper {
  margin: 0 auto;
  width: 90%;
}

.whennecessarytoapply__title {
  color: #E8E8E8;
}

.whennecessarytoapply .item li {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
}

.slider-line {
  margin: 0px 80px;
}

.slider-line .text {
  font-family: Source Sans Pro;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #E8E8E8;
  text-align: left;
}

.slider-line .text p {
  text-align: left;
}

.whennecessarytoapply__subtitle {
  font-family: Montserrat;
  font-weight: bold;
  font-size: 20px;
  line-height: 29px;
  color: #E8E8E8;
  margin-bottom: 25px;
  text-align: center
}

.whennecessarytoapply__list {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 29px;
  color: #E8E8E8;
  text-align: left !important
}

.slider-line.slick-slider .wrapper {
  margin: 39px auto 0;
  text-align: left
}

.slider-line.slick-slider .wrapper ul {
  width: 44%;
  display: inline-block;
  vertical-align: top;
}

.slider-line.slick-slider .wrapper ul li {
  list-style: none;
  position: relative
}

.slider-line.slick-slider .wrapper ul li:before {
  background: url(/local/templates/empty/icons/list_check_gliph.svg);
  content: " ";
  width: 14px;
  display: block;
  height: 11px;
  position: absolute;
  top: 0px;
  top: 5px;
  left: -20px;
}

.slick_slide_number {
  text-align: center;
  font-family: Source Sans Pro;
  font-size: 36px;
  line-height: 24px;
  color: #E8E8E8;
  margin-top: 40px;
}

.slick_slide_number span {
  color: #DE2024
}

.slick-slider button.slick-arrow {
  position: absolute;
  top: 41%;
  z-index: 100;
  background: #272A2F;
  width: 66px;
  height: 66px;
  color: transparent;
  border: 0px none;
  outline: none;
  cursor: pointer;
}

.slick-slider button.slick-arrow:before {
  content: " ";
  display: block;
  position: absolute;
  width: 23px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  z-index: 101;
  height: 23px;
  top: 21px;
}

.slick-slider button.slick-arrow.slick-prev {
  left: -80px;
}

.slick-slider button.slick-arrow.slick-prev:before {
  left: 23px;
  transform: rotate(-45deg)
}

.slick-slider button.slick-arrow.slick-next {
  right: -80px;
}

.slick-slider button.slick-arrow.slick-next:before {
  right: 23px;
  transform: rotate(135deg)
}

@media (min-width: 1024px) {
  .whennecessarytoapply {
    display: block;
    height: 708px;
    margin-bottom: 85px;
  }

  .whennecessarytoapply__wrapper {
    max-width: 1140px;
    padding: 88px 0 100px;
  }
  .slider-line.slick-slider .wrapper {
    width: 760px;
  }
}

@media (min-width: 1140px) {
  .whennecessarytoapply {
    height: 734px;
    margin-bottom: 101px;
  }

  .whennecessarytoapply__wrapper {
    padding: 107px 0 120px;
  }
  .slider-line.slick-slider .wrapper {
    width: 780px;
  }
}

/* End */


/* Start:/local/css/slick.css?14665428001729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/empty/components/bitrix/form/template1/bitrix/form.result.new/.default/style.css?15674959712118*/
.myform {
/*    margin: auto;*/
    text-align: center;
    max-width: 554px;

}
.myform h2 {margin-bottom:35px}


.myform  div{
 width:100% ;padding-bottom:24px;
}

.myform div .error_message {
    color: #DD1D2E;
    font-size: 12px;
    text-align: right;
    display: block;
}

.myform input.inputtext {
    padding: 0px 20px;
    min-width: calc(100% - 40px);
    height: 42px;
    border:1px solid #dadada;
    font-family: Source Sans Pro;
}

.myform select{
   min-width:  calc(100% + 2px);
   height: 42px;
   padding: 0px 14px;
   border:1px solid #dadada;
   font-family: Source Sans Pro;
   font-size: 16px;
   line-height: 23px;
}

.myform  textarea{
    padding: 0px 20px;
    min-width: calc(100% - 40px);
    height: 100px;
    border:1px solid #dadada;
    padding-top: 5px;
    font-family: Source Sans Pro;
}


.myform input[type="checkbox"] {
    width: 24px;
    height: 24px;
    position:relative;  
    display: inline-block;
}

.myform input[type="checkbox"]:before, .myform input[type="checkbox"]:after{
    content:" ";
    display:block;
    position: absolute; 
}

.myform input[type="checkbox"]:before{
    width:24px;
    height:24px;
    border: 1px solid #c4c4c4;
    top: 0px;
    background:#fff;
}

.myform input[type="checkbox"]:checked:after{
    width: 10px;
    height: 5px;
    border-left: 2px solid #DF1F2C;
    border-bottom: 2px solid #DF1F2C;
    transform: rotate(-45deg);
    left: 8px;
    top: 9px;

}
.myform input.inputtext ,.myform textarea{font-size: 16px;line-height: 23px;font-family: Source Sans Pro;}
.myform input.inputtext::placeholder ,.myform textarea::placeholder{font-family: Source Sans Pro;color:#C4C4C4;	}


.myform .checkboxlist{
    text-align:left;
    display: flex;
    align-items: center;
}

.myform .checkboxlist label {
    margin-left: 15px;
    font-size: 12px;
    font-family: Source Sans Pro;

}
.myform .g-recaptcha {
    margin: 0px;
    padding: 0px;
}


@media (max-width:360px){
.myform select{
max-width:auto;
width:100%;
}
}
/* End */


/* Start:/local/templates/empty/mainpage.specialists.css?15913393192041*/
.specialist {
  background: url(/local/templates/empty/pic/background_specialist.jpg);
  height: 582px;
  margin-bottom: 50px;
}

@media (min-width: 738px) {
  .specialist {
      margin-bottom: 88px;
  }
  .specialist__wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1140px) {
  .specialist {
      margin-bottom: 108px;
  }
}

.specialist .container {
  position: relative
}

.specialist-title1 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  color: #E8E8E8;
  position: relative
}

.specialist-title2 {
  font-family: Source Sans Pro;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #FDABAD;
}

.specialist-image {
  position: absolute;
  bottom: 0px;
  left: -100px
}

.specialist-title1:before {
  content: " ";
  display: block;
  width: 34px;
  height: 4px;
  background: #E8E8E8;
  position: absolute;
  bottom: -12px;
  ;
}

.specialist-image-box img {
    width: auto;
}

@media (max-width:767px) {
  .specialist-image-box, .specialist {
    height: 213px;
  }

  .specialist-title1 {
    Font-Size: 18px;
    Line-Height: 22px
  }

  .specialist-image {
    height: 197px;
    right: -40px;
    left: auto;
  }

  .specialist-image-box {
    position: relative
  }
}

@media (min-width:768px) and (max-width:992px) {
  .specialist-image-box, .specialist {
    height: 382px;
  }

  .specialist-image {
    height: 407px
  }
}

@media (min-width:993px) {
  .specialist-image-box, .specialist {
    height: 582px;
  }

  .specialist-image {
    height: 621px;
  }

  .specialist-image {
    left: -156px;
  }

  .specialist .button.black {
    POSITION: ABSOLUTE;
    RIGHT: 0PX;
    BOTTOM: 51PX;
  }

  .specialist .vendor_logo img {
    opacity: 0.5;
    max-width:100px;
    margin-right: 22px;
  }

  

  .specialist .vendor_logo {
    POSITION: ABSOLUTE;
    BOTTOM: 51PX;
  }

  p.specialist-title2.hidden-xs.hidden-sm {
    margin-bottom: 120px;
  }
}

.workarea .specialist {
    margin-bottom: 0px;
}
/* End */


/* Start:/local/templates/empty/mainpage.banner.css?17543952703994*/
.page-header {
  padding-bottom: 50px;
}

.mainpage-banner-n1 {
  background: #202020 URL(/local/templates/empty/pic/smoke.png);
  background-size: 123%;
  background-position-y: 55%;
  background-position-x: right;
}

.mainpage-banner-n1 .container {
  position: relative;
  height: 651px;
  color: #E8E8E8;
  font-family: Source Sans Pro;
}

.mainpage-banner-n1 .motor {
  background: url(/local/templates/empty/pic/motors.png);
  width: 842px;
  height: 712px;
  position: absolute;
  right: -146px;
  /*  top: 0px;*/
  top: 34px;
  background-repeat: no-repeat;
  background-size: 95%;
}

.mainpage-banner-n1 .vendor_logo {
  bottom: 0px;
  position: absolute;
  left: -22px;
}

.mainpage-banner-n1 .vendor_logo img {
  margin: 34px 22px;
  opacity: 0.5
}

.mainpage-banner-n1 .social_network_link {
  position: absolute;
  bottom: 34px;
  right: -11px;
}

.mainpage-banner-n1 .social_network_link img {
  margin: 0px 11px;
  vertical-align: middle;
  opacity: 0.5
}

.mainpage-banner-n1 h1.label_1 {
  position: absolute;
  left: 0px;
  top: 14px;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-family: Montserrat;
}

.mainpage-banner-n1 .label_2 {
  position: absolute;
  width: 496px;
  top: 169px;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

.mainpage-banner-n1 .button.red {
  position: absolute;
  top: 299px;
}

@media (max-width:767px) {
  .mainpage-banner-n1 .container {
    text-align: center;
    height: 350px;
  }

  .mainpage-banner-n1 h1.label_1 {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    POSITION: RELATIVE;
    top: 40px;
    font-size: 22px;
    line-height: 27px;
  }

  .mainpage-banner-n1 .label_2 {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    POSITION: RELATIVE;
    top: 60px;
    max-width: 290px;
    font-family: Source Sans Pro;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.02em;
  }

  .mainpage-banner-n1 .social_network_link, .mainpage-banner-n1 .vendor_logo {
    display: none;
  }

  .mainpage-banner-n1 .button.red {
    position: relative;
    top: 80px
  }
}

@media (min-width:768px) and (max-width:992px) {
  .mainpage-banner-n1 {
    height: 362px
  }

  .mainpage-banner-n1 h1.label_1 {
    font-size: 30px;
    line-height: 37px;
    top: 40px;
  }

  .mainpage-banner-n1 .label_2 {
    font-size: 16px;
    line-height: 20px;
    width: 399px;
    top: 140px;
  }

  .mainpage-banner-n1 .motor {
    background: url(/local/templates/empty/pic/motors_768.png);
    width: 421px;
    height: 355px;
    right: -54px;
    top: 36px;
  }

  .mainpage-banner-n1 .button.red {
    top: 245px;
  }

  .mainpage-banner-n1 .social_network_link {
    display: none;
  }

  .mainpage-banner-n1 .vendor_logo {
    display: none
  }
}

@media (min-width:993px) and (max-width:1199px) {
  .mainpage-banner-n1 .motor {
    background: url(/local/templates/empty/pic/motors_992.png);
    width: 549px;
    height: 457px;
    right: -26px;
    top: 19px;
  }

  .mainpage-banner-n1 .container {
    height: 446px;
  }

  .mainpage-banner-n1 h1.label_1 {
    font-size: 42px;
    line-height: 59px;
    top: 26px;
  }

  .mainpage-banner-n1 .label_2 {
    font-size: 18px;
    line-height: 25px;
    width: 399px;
    top: 190px;
  }

  .mainpage-banner-n1 .vendor_logo {
    display: none
  }

  .mainpage-banner-n1 .button.red {
    top: 363px;
  }
}

@media (min-width: 738px) {
  .page-header {
    padding-bottom: 83px;
  }

  /* .page-header__wrapper {
    max-width: 1140px;
  } */
}

@media (min-width: 1140px) {
  .page-header {
    padding-bottom: 104px;
  }
}

/* End */


/* Start:/local/templates/empty/mainpage.equipment.css?15681116052324*/
.equipments {
    margin-bottom: 50px;
}

.equipments__wrapper {
  margin: 0 auto;
  width: 90%;
}

.equipments__top-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 49px;
  align-items: center;
}


.equipment .tiles {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  width: 75.5%;
}

.equipment .item {
  margin-right: 15px;
  margin-bottom: 15px;
  position: relative;
  flex-grow: 1;
  overflow: hidden;
  max-height: 555px
}

.equipment .item.x1 {
  width: calc(32% - 15px);
}

.equipment .item.x2 {
  width: calc(66.5% - 15px);
}

.equipment .item>img {
  height: 110%
}

.equipment>.container>.item>img {
  width: 100%;
  height: auto
}

.equipment>.container>.item {
  margin-right: 0px !important
}

.equipment .overlay {
  color: #fff;
  position: absolute;
  text-align: right;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
  
}

.equipment .overlay img {
  margin-right: 15px;
}

.equipment .item:hover .overlay {
  background:linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}



.equipment .item .overlay.splash {
  opacity:0.4;
  transition: all 0.4s ease;
  background:#444;
}

.equipment .item:hover .overlay.splash {
  opacity:0;
}

.equipment .item p.title {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-right: 15px;
  margin-left: 15px;
  position: relative
}

.equipment .item p.title:before {
  content: " ";
  background: red;
  display: block;
  height: 2px;
  position: absolute;
  bottom: -31px;
  right: 31px;
  left: 30px;
}

.equipment .item p {
  margin-right: 15px;
  margin-left: 15px;
}

@media (max-width:1199px) {
  .equipment .tiles {
    width: 74%;
  }
}

@media (max-width:992px) {
  .equipment .tiles {
    width: 102%;
    margin-right: -15px;
  }
}

@media (max-width:400px) {
  .equipment .item {
    width: 100% !important;
    margin-right: 0px;
  }

  .equipment .item>img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 738px) {
  .equipments {
      margin-bottom: 88px;
  }
  .equipments__wrapper {
    max-width: 1140px;
  }
}
@media (min-width: 1140px) {
  .equipments {
      margin-bottom: 86px;
  }
}

/* End */


/* Start:/local/templates/empty/mainpage.advantages.css?16024808412521*/
.advantages {
  margin-bottom: 50px;
}

.advantages__wrapper {
  margin: 0 auto;
}

.advantages__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0;
  justify-content: space-around;
}

.advantages__item {
  position: relative;
  padding-top: 75px;
  width: 125px;
  margin: 20px 5px 0;
}

.advantages__item::before {
  content: "";
  position: absolute;
  width: 125px;
  height: 70px;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.advantages__item--certificate::before {
  background-image: url("/local/templates/empty/icons/advantages/certificate.svg");
}

.advantages__item--consultation::before {
  background-image: url("/local/templates/empty/icons/advantages/consultation.svg");
}

.advantages__item--specialist::before {
  background-image: url("/local/templates/empty/icons/advantages/specialist.svg");
}

.advantages__item--time::before {
  background-image: url("/local/templates/empty/icons/advantages/time.svg");
}

.advantages__item--equipment::before {
  background-image: url("/local/templates/empty/icons/advantages/equipment.svg");
}

.advantages__item--spares::before {
  background-image: url("/local/templates/empty/icons/advantages/spares.svg");
}

.advantages__item--warranty::before {
  background-image: url("/local/templates/empty/icons/advantages/warranty.svg");
}

.advantages__item--document::before {
  background-image: url("/local/templates/empty/icons/advantages/document.svg");
}

.advantages__description {
  font-family: "Montserrat", "Arial", sans-serif;
  font-style: normal;
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 150.5%;
  text-align: center;
}

@media (min-width: 738px) {
  .advantages {
    margin-bottom: 88px;
  }

  .advantages__wrapper {
    max-width: 1140px;
  }

  .advantages__title {
    margin-bottom: 17px;
  }

  .advantages__item {
    margin-top: 23px;
  }

  .advantages__item,
  .advantages__item::before {
    width: 226px;
  }

  .advantages__description {
    font-size: 12px;
  }
}

@media (min-width: 1140px) {
  .advantages {
    margin-bottom: 107px;
  }

  .advantages__title {
    margin-bottom: 22px;
  }

  .advantages__item {
    margin-top: 27px;
  }

  .advantages__item,
  .advantages__item::before {
    width: 263px;
  }

  .advantages__description {
    font-size: 13px;
  }
}

/* End */


/* Start:/local/templates/empty/mainpage.contacts.css?1566981300513*/
.mainpage_contacts b.subtitle
{
   font-family: Source Sans Pro;
   font-style: normal;
   font-weight: bold;
   font-size: 14px;
   line-height: 23px;
}

.mainpage_contacts p{
   position:relative;
   margin-left: 60px;
   font-family: Source Sans Pro;
   font-size: 18px;
   line-height: 23px;
   MARGIN-BOTTOM:66PX;
   MARGIN-TOP:0PX
}

.mainpage_contacts p.contacts_phone
{
   font-weight: bold;
   font-size: 24px;
   line-height: 30px;
}

.mainpage_contacts p img {
   position:absolute;
   left: -60px;
}


/* End */
/* /local/templates/empty/components/bitrix/news.line/services/style.css?15671468861919 */
/* /local/templates/empty/components/bitrix/news.line/slider/style.css?15671474763275 */
/* /local/css/slick.css?14665428001729 */
/* /local/templates/empty/components/bitrix/form/template1/bitrix/form.result.new/.default/style.css?15674959712118 */
/* /local/templates/empty/mainpage.specialists.css?15913393192041 */
/* /local/templates/empty/mainpage.banner.css?17543952703994 */
/* /local/templates/empty/mainpage.equipment.css?15681116052324 */
/* /local/templates/empty/mainpage.advantages.css?16024808412521 */
/* /local/templates/empty/mainpage.contacts.css?1566981300513 */
