@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap&subset=cyrillic');
html,body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #313131;
  position: relative;
  overflow-x: hidden;
  cursor: default
}


/*header*/
.header__top {
  width: 100%;
  background-color: #203d99;
  padding: 15px 0 18px;
}

.header__top ul {
  text-align: right;
}

.download__details {
  text-align: right;
  font-size: 14px;
  margin: 0;
  color: #fff
}

.menu-main {
  margin-top: -5px
}
.menu-main .menu-main__item {
  display: inline-block;
  padding: 0 10px;
  font-size: 13px
}
.menu-main .menu-main__item a {
  color: #fff
}
.header__top .time-job {
  color: #fff;
  font-size: 13px;
  text-align: right;
  font-weight: 700;
  letter-spacing: .4px
}
.header__main {
  padding: 20px 0;
  position: relative;
  background-color: #fff
}
.header__main.header-fixed {
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 2.2px 9.7px 35px 0 rgba(0,0,0,.07);
  box-shadow: 2.2px 9.7px 35px 0 rgba(0,0,0,.07);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
  left: 0
}

.header__main.header-fixed .header__logo .logo__img {display: block;margin-right: 10px}
.header__main.header-fixed .header__logo .logo__img img {height: 59px}
.header__main.header-fixed .logo__descr {font-size: 12px;padding-right: 40px;transition: all 0.5s ease-in-out;line-height: 1.2;}
.header__logo .logo__img {display: block;margin-right: 25px}
.header__logo .logo__img img {height: 70px}
.logo__descr {font-size: 13px;position: relative;text-align: left;line-height: 1.3;opacity: .8}
.cal-button {width: 100%;visibility: hidden}
.header__main.header-fixed .cal-button{
  background: #fff;
  border: 1px solid rgba(21, 47, 112, .2);
  transition: .3s linear;
  visibility: visible;
  font-size: 13px;
  padding: 14px 0;
  border-radius: 2px;
  font-weight: bold;
}

.contacts-items__item {
  margin-left: 45px;
  padding-left: 55px;
  text-align: left;
  position: relative;
  line-height: 1.5;
}
.contacts-items__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(21, 47, 112, .2);
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
}

.contacts-items__item_phone::before {background-image: url(/img/icons/phone_header.png)}
.contacts-items__item_mail {
  margin-left: 55px
}
.contacts-items__item_mail::before {background-image: url(/img/icons/mail_header.png)}
.contacts-items__label {color: #717171;font-size: 13px;font-weight: 300}
.contacts-items__value {font-size: 14px;font-weight: 700}


.contacts-items__value .email:hover {cursor: pointer}
.contacts-items__value .email:after {
  content: attr(data-title);
  display: none;
  position: absolute;
  width: 210px;
  bottom: -2px;
  left: -168px;
  background-color: #444;
  color: #fff;
  padding: 13px;
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  
}

.contacts-items__value .email:hover:after{
  display: block;
  transition: all 0.4s ease-in-out
}

.contacts-items__value.phone:hover{
  cursor: pointer;
}
.nav-header {
  min-height: 60px;
  background-color: #f8f9fb;
}
.nav-header .nav{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  min-width: 320px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05)
}

/*/header*/

/*MAIN*/
.s-main {}
.s-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.65;
  background-image: linear-gradient(to right, #313131 0%, transparent 100%);
}
.section_bg {
  background-color: #313131;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

.s-main .row.main {
  min-height: 400px
}

.s-main .h1 {
  font-family: 'Raleway';
  font-size: 45px;
  font-weight: 300;
  line-height: 1.45em;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 0
}
.s-main .h1 b {
  font-weight: bold
}
.s-main .main__subtitle {
  font-family: 'Raleway';
  margin-top: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
  font-size: 24px;
  padding-right: 380px;
}
.btn.main {
  margin: 35px auto 0 auto;
  display: block;
  height: 70px;
  color: #fff;
}
/*/MAIN*/


/*PARTNERS*/
.s-partners {
  padding-bottom: 20px;
  position: relative 
}
.s-partners .h2 {
  font-family: 'Raleway';
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .5px;
  }
.s-partners .h2 b {
  font-weight: 900
}
.s-partners .partners-list {
  margin-top: 25px
}
.s-partners .partners-item {
  margin-top: 70px;
  text-align: center;
}
.s-partners .partners-logo img {
  height: 100px
}
.s-partners .h4 {
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.4px
}
/*/PARTNERS*/


/*KATALOG*/
.s-katalog {
  padding-top: 75px;
  padding-bottom:130px;
  position: relative
}
.s-katalog .h2 {
  font-family: 'Raleway';
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: .5px;
  }
.s-katalog .h2 b {
  font-weight: 900
}

.s-katalog .katalog__subtitle {
    margin-top: 20px;
    line-height: 1.4;
    text-align: center;
    padding: 0 140px
}

.s-katalog .tab-wrap .row.tab {
  margin-left: 0
}

.tab-wrap, .tab-content {
  margin-top: 70px
}

.tab-wrap .tab {
  background-color: #f8f9fb;
  position: relative;
  width: 100%;
}

.tab::before,
.tab::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #f8f9fb;
  width: 1920px;
}

.tab-wrap .tab::before{
  left: 100%;
}
.tab-wrap .tab::after{
  right: 100%;
}

.tab-wrap .tab .tab-item {
  padding: 35px 15px;
  height: 100%;
  position: relative;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  margin-left: -1px
}

.tab-wrap .tab .tab-item.active{
  background-color: white;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  z-index: 9;
  position:relative;
  margin-left: -1px
}

.tab-wrap .tab .tab-item::before {
    content: '';
    position: absolute;
    top: 30px;
    bottom: 30px;
    right: 0;
    width: 1px;
    background-color: #ddd;
    opacity: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.tab-wrap .tab div[class*="col"]:nth-last-child(3n+1).tab-item::before,
.tab-wrap .tab .tab-item.active::before{
  opacity:0
}

.s-katalog .tab-item .tab-icon{
  margin-bottom: 20px;
}
.s-katalog .tab-item .tab-icon img {
  height: 74px
}
.s-katalog .tab-item:hover .tab-title{
  color: #3561ce;
}
.s-katalog .tab-item .tab-title{
  max-width: 220px;
  margin: 0 auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  font-weight: bold;
}
.s-katalog .tab-item .tab-title span {
  font-weight: 100;
  font-size: 12px;
  display: block;
  margin-bottom: 2px
}
.s-katalog .content-title {
  font-family: 'Raleway';
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;

}

.s-katalog .katalog-list{
  margin-top: 25px
}
.s-katalog .list-item{
  line-height: 1.9;
  font-size: 17px
}

.s-katalog .content-btn{
  display: none;
  margin-top: 20px;
}
.s-katalog .content-btn .btn{
  min-width: 240px;
  padding: 20px 0;
  color:#fff
}
.s-katalog .katalog-images {
  position: relative;
}

.s-katalog .slick-arrow.slick-prev {left: 0px;background-color: rgba(68, 68, 68, 0.8);width: 44px;height: 60px;z-index: 1}
.s-katalog .slick-arrow.slick-prev:hover {transition: .3s;background-color: rgba(68, 68, 68, 1)}
.s-katalog .slick-prev:before {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  bottom: 0;
  background-image: url(/img/icons/arrow-left.png);
  background-repeat: no-repeat;
  background-position: center;

}

.s-katalog .slick-arrow.slick-next {right: 0px;background-color: rgba(68, 68, 68, 0.8);width: 44px;height: 60px;z-index: 1}
.s-katalog .slick-arrow.slick-next:hover {transition: .3s;background-color: rgba(68, 68, 68, 1)}
.s-katalog .slick-next:before {
  content: '';
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  background-image: url(/img/icons/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center
}

.s-katalog .katalog-images .katalog-desc {
  font-family: 'Raleway';
  font-size: 17px;
  width: 100%;
  padding: 22px 0;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 600;
  background: rgba(68, 68, 68, .9);
  position: absolute;
  text-align: center;
  bottom: 0
}
/*/KATALOG*/


/*  */
.s-banner_mail {
  background: #f8f9fb;
}
.s-banner_mail .banner_offer{
  padding: 90px 0;
  background: #203d99;
  color: #fff;
}

.s-banner_mail .banner_offer::after {
  content: " ";
  display: block;
  width: 491px;
  height: 398px;
  position: absolute;
  z-index: 1;
  bottom: 35px;
  right: 360px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-image: url(/img/icons/project.png);
}

.s-banner_mail .h3 {
  font-family: 'Raleway';
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: .4px;
  margin-bottom: 15px
}

.banner_text {
  padding-left: 100px;
}
.banner_text p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 20px
}
.banner_text .btn {
  width: 270px;
  padding: 20px 20px;
}
/*  */


/*OPTIMIZATION*/
.s-optimization{
  padding-bottom: 110px;
}
.s-optimization .h2 {
  font-family: 'Raleway';
  font-size: 40px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.s-optimization .h2 b {
  font-weight: 900;
}
.s-optimization .h2 span {
  display: block;
  font-size: 25px
}

.s-optimization .h2:after {
  content: " ";
  width: 200px;
  height: 3px;
  background-color: #8a091e;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translate3d(-50%,0px,0px);
  border-radius: 1px
}
.s-optimization .optimization_subtitle {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  padding: 0px 200px;
}
.s-optimization .optimization-table{
  margin-top: 45px
}

.s-optimization .optimization-standart{
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px 0;
  background: #f8f9fb;
  text-align: center;
  width: 100%;
}
.s-optimization .optimization-standart .h4{
  font-family: 'Raleway';
  font-weight: bold;
  font-size:20px;
  letter-spacing: .5px;
}
.s-optimization .optimization-stalinzh{
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px 0;
  background: #4169E1;
  text-align: center;
  width: 100%;
  color: #fff;
}
.s-optimization .optimization-stalinzh .h4{
  font-family: 'Raleway';
  font-weight: bold;
  font-size:20px;
  letter-spacing: .5px;
}

.s-optimization .standart_text {
  font-size: 14px;
  margin-top: 10px
}

.s-optimization .table{
  margin-bottom: 0;
}

.s-optimization .table thead th {
  border-bottom: 1px solid #e6e6e6;
}

.s-optimization .table td, .table th {
  border-top: 0
}

.s-optimization .table-bordered td, .table-bordered th{
 border: 1px solid #e6e6e6; 
}

.s-optimization .month th {
  padding: 20px 0;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

.s-optimization .table tbody th{
  vertical-align: middle;
  text-align: center;
  font-weight: 600;
  background: #444;
  color: #fff;
  font-size: 17px;
  letter-spacing: .5px
}

.s-optimization .table tr td{
  padding: 35px 0;
  position: relative;
}
.s-optimization .table tr td .blOpt{
  display: table;
  width: auto;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translate3d(0px,-50%,0px);
  height: 50px;
}

.s-optimization .table tr td .blOpt>div{
  display: table-cell;
  text-align: center;
  font-family: 'Raleway';
  font-size: 13px;
  line-height: 1.2;
  vertical-align: middle;
}
.s-optimization .table tr td .blOpt.gray{
  background: #f5f8ff
}
.s-optimization .table tr td .blOpt.goldenrod{
  width: 95%;
  background: #DAA520;
  color: #fff
}
.s-optimization .table tr td .blOpt.green{
  width: 88%;
  background: green;
  color: #fff;
  left: 55px
}
.s-optimization .table tr td .blOpt.blue{
  width: 80%;
  background: #ff7200;
  color: #fff;
  left: 118px
}
.s-optimization .table tr td .blOpt.brown{
  width: 80%;
  background: #A52A2A;
  color: #fff;
  left: -15px
}
.s-optimization .table tr td .blOpt.coral{
  width: 100%;
  background: #FA8072;
  color: #fff;
  left: 50px
}
.s-optimization .table tr td .blOpt.saddlebrown{
  width: 75%;
  background: #8B4513;
  color: #fff;
  left: -40px
}
.s-optimization .total{
  width: 762px;
  height: 50px;
  border-left: 1px solid #ba0623;
  border-right: 1px solid #ba0623;
  border-bottom: 1px solid #ba0623;
  line-height: 50px;
  position: relative;
  left: 157px
}
.s-optimization .total.stalinzh{
  width: 430px
}
.s-optimization .total span{
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: .4px;
  color: #444;
}

/*/OPTIMIZATION*/


.s-contacts {
  background: #f8f9fb;
  padding-bottom: 100px;
  text-align: center;
}

.s-contacts .h2 {
  font-family: 'Raleway';
  font-size: 38px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: .5px
}
.s-contacts .h2 b {
  font-weight: 900;
}


.s-contacts span {
  font-weight: 300;
  opacity: 0.4;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.4px
}

.contacts__phone {
  font-size: 40px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

.s-contacts form {
  margin-top: 20px;
  margin-bottom: 20px
}



.s-contacts form input {
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
  box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
  -webkit-transition: border-color .3s,color .3s,background-color .3s;
  -o-transition: border-color .3s,color .3s,background-color .3s;
  transition: border-color .3s,color .3s,background-color .3s;
  width: 290px;padding: 20px 15px 20px 15px;
  background: #f2f2f2;
  border: solid 1px #f2f2f2;
  display: inline-flex;
  border-radius: 2px;outline: none;
  font-size: 13px;text-align: center}
.s-contacts form input:hover {border: solid 1px #B4BBC3}
.s-contacts form input:focus {border: solid 1px #ba0623}

.s-contacts form .btn {
  width: 270px;
  padding: 20px 20px;
}
.s-contacts .policy, .spam {
  margin-bottom: 5px;
  font-size: 12px;
  opacity: 0.7
}



/* footer */
footer {width: 100%;padding: 70px 0 35px;background-color: #202430;color: #fff}
footer .logo img {position: relative;top: 20px}
footer .descriptor { font-size: 14px; line-height: 1.3; padding-right: 40px }
footer .company-name {font-family: 'Raleway';font-size: 20px;font-weight: bold;margin-bottom: 10px;margin-top: 5px;}
footer .inn-kpp, .okpo {font-size: 14px;line-height: 1.4;margin-bottom: 2px}
footer .contacts-phone {text-align: right; margin-bottom: 15px}
footer .contacts-phone .wvt {margin-bottom: 2px;font-size: 13px; font-weight: 300}
footer .contacts-phone .phone {font-weight: 700;font-size: 18px;letter-spacing: .4px}
footer .contacts-email {text-align: right}
footer .contacts-email .project {margin-bottom: 2px;font-size: 13px; font-weight: 300}
footer .contacts-email .email {font-weight: 700;font-size: 18px;letter-spacing: .4px}
footer .order-call {position: relative;top: -2px;border: 1px solid gray;border-radius: 5px;cursor: pointer;padding: 10px 15px;letter-spacing: .4px;color: gray;text-align: center;font-size: 14px}
footer .order-call:hover {transition: all .3s;background: #ef7005;color: #fff; border: 1px solid #ef7005}
footer .line-bottom {width: 100%;height: 1px;border-top: 1px solid rgba(0, 0, 0, .05);margin-bottom: 35px}
footer .row.bottom {margin-top: 35px}
footer .oferta {color: #444;font-size: 12px; text-align: center;}








.btn {
  display: inline-block;
  text-align: center;
  border: none;
  white-space: normal;
  cursor: pointer;
  padding: 4px 30px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans";
  background-color: #ba0623;
  border: 0;
  border-radius: 2px;
  position: relative;
  top: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  letter-spacing: .4px;
  overflow: hidden;
}
.btn:hover {
  background-color: #8a091e;
  border-color: #8a091e;
  color: #fff
}
.slideme:after {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  filter: blur(10px);
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  content: ""; margin-left: 60px; width: 60px; height: 300px; -webkit-animation-delay: 0.07s; animation-delay: 0.07s; position: absolute; left: -40px; top: -150px; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-transition: all 1s; transition: all 1s; -webkit-animation-name: slideme; animation-name: slideme; -webkit-animation-duration: 4s; animation-duration: 4s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-transform: rotate(40deg); transform: rotate(40deg) }
@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
@keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; }}