
@font-face {
  font-family: "Museo Sans Cyrl 100";
  src: url('../fonts/museosanscyrl100.eot#') format('eot'), 
  url('../fonts/museosanscyrl100.woff') format('woff'), 
  url('../fonts/museosanscyrl100.woff2') format('woff2'), 
  url('../fonts/museosanscyrl100.ttf')  format('truetype');
}
@font-face {
  font-family: "Museo Sans Cyrl 300";
  src: url('../fonts/museosanscyrl300.eot#') format('eot'), 
  url('../fonts/museosanscyrl300.woff') format('woff'), 
  url('../fonts/museosanscyrl300.woff2') format('woff2'), 
  url('../fonts/museosanscyrl300.ttf')  format('truetype');
}
@font-face {
  font-family: "Museo Sans Cyrl 500";
  src: url('../fonts/museosanscyrl500.eot#') format('eot'), 
  url('../fonts/museosanscyrl500.woff') format('woff'), 
  url('../fonts/museosanscyrl500.woff2') format('woff2'), 
  url('../fonts/museosanscyrl500.ttf')  format('truetype');
}
@font-face {
  font-family: "Museo Sans Cyrl 900";
  src: url('../fonts/museosanscyrl900.eot#') format('eot'), 
  url('../fonts/museosanscyrl900.woff') format('woff'), 
  url('../fonts/museosanscyrl900.woff2') format('woff2'), 
  url('../fonts/museosanscyrl900.ttf')  format('truetype');
}

html, body{
	overflow-x: hidden;
}
a{
	text-decoration: none;
  cursor: pointer;
}
*{
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'Museo Sans Cyrl 300' ,sans-serif;
}
.number{
  display: none;
}
.burger-menu, .burger{
  display: none;
}
.our-subtitle span{
   font-family: 'Museo Sans Cyrl 700' ,sans-serif;
   font-weight: 700;
   font-size: 30px;
   color: #444;
}
.header{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 40px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  width: 100%;
}
.header-logo-link{
  width: 8%;
}
.header-logo{
  width: 100%;
}
.header-help{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  height: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+47,ffffff+53,eeeeee+100 */
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 47%, #ffffff 53%, #eeeeee 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%,#ffffff 47%,#ffffff 53%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%,#ffffff 47%,#ffffff 53%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  font-family: 'Museo Sans Cyrl 500' ,sans-serif;
}
.header-help span{
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  color: #3f36d8;
}



.header-link{
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  color: #000;
  font-family: 'Museo Sans Cyrl 100',sans-serif;
}
.header-link:hover{
  color: #ff0000;
}

.header-link:after{
  content: '/';
  font-size: 14px;
  color: #fecc00;
  position: absolute;
  top: 50%; right: -20px;
  width: 14px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.header-link:last-child:after{
  display: none;
}

.subheader{
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #fecc00;
  padding: 10px 170px;
}
.subheader-link{
  text-transform: uppercase;
  text-align: center;
  font-family: 'Museo Sans Cyrl 900' ,sans-serif;
  color: #000;
  font-size: 16px;
  position: relative;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin-right: 55px;
}
.subheader-link:hover{
  color: #ff0000;
}
.subheader-link:after{
  content: '';
  position: absolute;
  top: 0; right: -25px;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.subheader-link:last-child:after{
  display: none;
}
.banner{
  width: 100%;
  height: 775px;
  background: url('/img/banner.jpg') top/cover no-repeat;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: relative;
}
.banner-bg{
  position: absolute;
  top: 0; left: 0;
  height: 100%; width: 100%;
  background-color: transparent;
}

.banner-title{
  font-family: 'Museo Sans Cyrl 900', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 75px;
  display: inline-block;
  background-color: rgba(10, 0, 210, 0.78);
  padding: 35px 70px 35px 110px;
}
.banner-title span{
  font-family: 'Museo Sans Cyrl 900', sans-serif;
  font-size: 110px;
}

.banner-subtitle{
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 48px;
  padding-left: 110px;
  padding-top: 20px;
}


.our-title{
  position: relative;
  text-align: center;
  padding-top: 20px;
}
.our-title span{
  position: relative;
  background-color: #fff;
  font-size: 48px;
  color: #444;
  font-family: 'Museo Sans Cyrl 900' ,sans-serif;
  padding: 0px 40px;
  z-index: 999;
}
.our-title:after{
  content: '';
  width: 100%;
  height: 2px;
  left: 0; bottom: 10px;
  background-color: #fecc00;
  position: absolute;
}
.our-block{
  padding-top: 65px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.our-text{
  max-width: 680px;
  font-size: 18px;
  padding-right: 165px;
}
.our-video{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.our-video a{
  font-family: 'Museo Sans Cyrl 700' ,sans-serif;
  font-weight: 700;
  padding-top: 30px;
  text-decoration: underline;
  font-size: 22px;
  color: #4f1bdb;
}


.our-wrapper{
  padding-bottom: 50px;
}
.our-subtitle{
  font-family: 'Museo Sans Cyrl 700' ,sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #444;
  text-align: center;
  padding-top: 60px;
}

.our-services{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-block{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 292px;
  height: 90px;
  text-align: center;
  border: 1px solid #fecc00;
  box-shadow: 0 5px 5px -4px #fecc00;
  margin: 20px;
  font-family: 'Museo Sans Cyrl 500',sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  color: #000;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.services-block:hover{
  color: #ff0000;
}

.job{
  background-color: #e0e0e0;
  padding-top: 70px;
  padding-bottom: 60px;
}
.job-title{
  text-align: center;
  padding-bottom: 35px;
  position: relative;
}
.job-title span{
  position: relative;
  z-index: 99;
  font-size: 40px;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  color: #444;
  background-color: #e0e0e0;
  padding: 0px 40px;
}
.job-title:after{
  content: '';
  width: 100%;
  height: 2px;
  left: 0; bottom: 45px;
  background-color: #444;
  position: absolute;
}

.job-wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-block{
  width: 420px;
  background-color: #fff;
  padding: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin: 7.5px;
  border-radius: 15px;
}
.job-block-title{
  font-size: 24px;
  color: #000;
  padding-top: 25px;
  padding-bottom: 50px;
  font-family: 'Museo Sans Cyrl 900',sans-serif;
}

.job-price{
  font-size: 24px;
  font-family: 'Museo Sans Cyrl 500',sans-serif;
  display: inline-block;
}
.job-number{
  font-size: 24px;
  font-family: 'Museo Sans Cyrl 900',sans-serif;
  color: #ff9600;
  display: inline-block;
}

.job-date{
  font-size: 18px;
  font-family: 'Museo Sans Cyrl 300',sans-serif;
  display: inline-block;
}

.job-time{
  font-family: 'Museo Sans Cyrl 300',sans-serif;
  font-size: 18px;
  display: inline-block;
}

.scheme-title{
  font-size: 40px;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  text-align: center;
  color: #444;
  padding-bottom: 42px;
  padding-top: 42px;
  position: relative;
}
.scheme-title span{
  position: relative;
  z-index: 99;
  font-size: 40px;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  color: #444;
  background-color: #fff;
  padding: 0px 40px;
}
.scheme-title:after{
  content: '';
  width: 100%;
  height: 2px;
  left: 0; bottom: 45px;
  background-color: #444;
  position: absolute;
}

.repair-title{
  font-size: 40px;
  font-family: 'Museo Sans Cyrl 900', sans-serif;
  text-align: center;
  color: #444;
  padding-bottom: 60px;
  padding-top: 80px;
  position: relative;
}
.repair-title span{
  position: relative;
  z-index: 99;
  font-size: 40px;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  color: #444;
  background-color: #fff;
  padding: 0px 40px;
}
.repair-title:after{
  content: '';
  width: 100%;
  height: 2px;
  left: 0; bottom: 65px;
  background-color: #444;
  position: absolute;
}
.repair-machine-wrap{
  text-align: center;
}
.repair-machine{
  text-align: center;
  width: 100%;
}
.repair-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.repair-block{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-left: 20px;
}
.repair-text{
  font-size: 24px;
  color: #444;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  border: 1px solid #444;
  border-radius: 5px;
  width: 250px;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  margin-top: 20px;
}
.footer{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  background-color: #0a00d2;
  padding-top: 25px;
  padding-bottom: 40px;
  position: relative;
  border-top: 20px solid #fecc00;
}

.footer-m{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  background-color: #0a00d2;
  padding-top: 25px;
  padding-bottom: 40px;
  position: relative;
  border-top: 20px solid #fecc00;
}
.scheme-footer{
    display: inline-block;
    border: none;
    border-radius: 16px;
    background-color: #fecc00;
    width: 80%;
    height: 50px;
    z-index: 3;
    text-align: center;
    line-height: 50px;
    color: #0005d1;
    font-family: 'Museo Sans Cyrl 300', sans-serif;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer:after{
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 80%;
  background-color: #fff;
}
.footer-block{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.footer-oficial{
  color: #9994ff;
}
.footer-adress{
  font-size: 24px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  color: #fff;
  padding-left: 80px;
}
.footer-adress a{
  font-size: 24px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  color: #fff;
}
.footer-agatech{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
  padding-left: 80px;
}
.footer-site{
  padding-right: 20px;
  color: #9994ff;
}

.footer-mode{
  font-size: 24px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  color: #9994ff;
}



.company-wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding-bottom: 90px;
}
.company{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.company-block{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  width: 73%;
}
.company-title{
  font-size: 24px;
  color: #444;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
}
.company-text{
  font-family: 'Museo Sans Cyrl 300', sans-serif;
  font-size: 18px;
  color: #444;
}

.company-img-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 7.5px;
  margin-right: 70px;
}

.pull-wrap{
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #e4e4e4;
  margin-top: 90px;
}

.pull-title{
  font-size: 36px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  color: #444;
  text-align: center;
  position: relative;
}

.pull-title span{
  position: relative;
  z-index: 99;
  font-size: 40px;
  font-family: 'Museo Sans Cyrl 700', sans-serif;
  color: #444;
  background-color: #e4e4e4;
  padding: 0px 40px;
}
.pull-title:after{
  content: '';
  width: 100%;
  height: 2px;
  left: 0; bottom: 5px;
  background-color: #444;
  position: absolute;
}
.pull-img{
  padding-right: 100px;
}
.pull-text{
  font-size: 30px;
  color: #0a00d4;
  font-family: 'Museo Sans Cyrl 900', sans-serif;
}
.pull-wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 80%;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  margin: 0 auto; 
  margin-top: 45px;
}
.pull-contact-img{
  width: 50%;
}
.pull-block{
  background-color: #fff;
  width: 50%;
}
.pull-info{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 70px;
}
.pull-info:after{
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 90%;
  height: 1px;
  background-color: #fecc00;
}
.pull-info:last-child:after{
  display: none;
}

.scheme-wrap{
  padding-top: 45px;
}
.scheme-map-contact{
  width: 50%;
}

.scheme-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.scheme-form{
  padding-left: 60px;
  padding-right: 100px;
}
.form-line{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.form-label{
  font-size: 36px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  color: #444;
}
.contact-form{
  padding-top: 30px;
}
.form-btn-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.form-btn{
  border-radius: 5px;
  background-color: #fecc00;
  width: 301px;
  height: 49px;
  z-index: 44;
  outline: none;
  border: none;
  font-size: 24px;
  font-family: 'Museo Sans Cyrl 500';
  font-family: #444;
}
.form-btn:hover{
  color: #ff0000;
  cursor: pointer;
}

.form-block{
  width: 260px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.form-block-wrap, .form-comment{
  width: 100%;
}

.scheme-form{
  width: 50%;
}
.scheme-form-title span{
  font-size: 36px;
  color: #444;
  font-family: 'Museo Sans Cyrl 500';
}
.form-label{
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  font-size: 18px;
  color: #444;
}
.form-input{
  height: 50px;
  border: 2px solid #0a00d2;
  padding-left: 10px;
}
.form-comment{
  height: 120px;
  border: 2px solid #0a00d2;
  padding-left: 10px;
  padding-top: 10px;
}

.parts-wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 85px;
}
.parts-block{
  width: 250px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.parts-title{
  position: relative;
  text-align: center;
  padding-top: 100px;
}
.parts-title span{
  position: relative;
  z-index: 99;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 36px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  background-color: #fff;
  color: #444;
}
.parts-title:after{
  content: '';
  width: 100%;
  height: 2px;
  left: 0; bottom: 5px;
  background-color: #444;
  position: absolute;
}
.parts-text{
  width: 90%;
  background-color: #e9e9e9;
  color: #5f5f5f;
  font-size: 24px;
  font-family: 'Museo Sans Cyrl 900', sans-serif;
  text-align: center;
  margin-top: 50px;
  padding: 20px 30px;
}

.parts-btn-wrap{
  text-align: center;
}
.parts-btn{
  display: inline-block;
  border:none;
  border-radius: 16px;
  background-color: #fecc00;
  width: 373px;
  height: 73px;
  z-index: 3;
  text-align: center;
  line-height: 70px;
  color: #0005d1;
  font-family: 'Museo Sans Cyrl 300', sans-serif;
  font-size: 24px;
  margin-top: 70px;
}
.parts-btn:hover{
  color: #ff0000;
  cursor: pointer;
}


.details{
  background-color: #d5d5d5;
  margin-top: 50px;
  padding-top: 65px;
  padding-bottom: 55px;
}

.details-title{
  text-align: center;
  position: relative;
}

.details-title span {
  color: #444;
  position: relative;
  font-size: 36px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  background-color: #d5d5d5;
  z-index: 99;
  padding-left: 30px;
  padding-right: 30px;
}

.details-title:after{
  content: '';
  width: 100%;
  height: 2px;
  left: 0; bottom: 5px;
  background-color: #444;
  position: absolute;
}
.details-wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 60px;
}
.details-block{
  margin: 0 40px;
}

.details-text{
  display: block;
  width: 100%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  font-size: 30px;
  color: #444;
  background-color: #fff;
  transform: translateY(-30px);
}
.details-download{
  display: inline-block;
  border:none;
  border-radius: 16px;
  background-color: #fff;
  width: 373px;
  height: 73px;
  z-index: 3;
  text-align: center;
  line-height: 70px;
  color: #0005d1;
  font-family: 'Museo Sans Cyrl 300', sans-serif;
  font-size: 24px;
  margin-top: 70px;
}
.details-download:hover{
  cursor: pointer;
  color: #ff0000;
}


.set-wrap{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 180px;
  padding-top: 25px;
  padding-bottom: 80px;
}
.set-block{
  width: 320px;
  padding-top: 40px;
}

.set-title{
  text-align: center;
  position: relative;
  padding-top: 75px;
}
.set-title span {
  color: #444;
  position: relative;
  font-size: 36px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  background-color: #fff;
  z-index: 99;
  padding-left: 30px;
  padding-right: 30px;
}

.set-title:after{
  content: '';
  width: 100%;
  height: 2px;
  left: 0; bottom: 5px;
  background-color: #444;
  position: absolute;
}

.set-img{
  width: 100%;
}
.set-img img{
  width: 100%;
}
.set-text{
  display: block;
  background-color: #fecc00;
  width: 100%;
  text-align: center;
  height: 96px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.set-text span{
  font-size: 24px;
  color: #444;
  font-family: 'Museo Sans Cyrl 500', sans-serif; 
}


.set-btn-wrap{
  text-align: center;
}
.set-download{
  display: inline-block;
  border:none;
  border-radius: 16px;
  background-color: #e6e6e6;
  width: 373px;
  height: 73px;
  z-index: 3;
  text-align: center;
  line-height: 70px;
  color: #0005d1;
  font-family: 'Museo Sans Cyrl 300', sans-serif;
  font-size: 24px;
}
.set-download:hover{
  color: #ff0000;
  cursor: pointer;
}

.banner-lasttitle{
  font-size: 36px;
  font-family: 'Museo Sans Cyrl 900', sans-serif;
  color: #fecc00;
  padding-left: 110px;
  text-transform: uppercase;
  padding-bottom: 25px;
}


.recommendation{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
}

.recommendation-block {
  width: 760px;
}

.recommendation-top{
  background: url('/img/snyatie.png') top/cover no-repeat;
  padding-bottom: 80px;
}
.recommendation-title{
  padding: 35px;
  background-color: rgba(254, 204, 0, 0.6);
  border-bottom: 11px solid rgba(10,0,210,0.7);
  color: rgb(10,0,210);
  font-size: 40px;
  font-family: 'Museo Sans Cyrl 900', sans-serif;
 }

.recommendation-top-right{
  background: url('/img/snyatie2.png') top/cover no-repeat;
  padding-bottom: 80px;
}
.recommendation-title-right{
  padding: 35px;
  background-color: rgba(10,0,210,0.7);
  border-bottom: 11px solid rgba(254, 204, 0, 0.7);
  color: #fff;
  font-size: 40px;
  font-family: 'Museo Sans Cyrl 900', sans-serif;
 }
.recommendation-content{
  padding: 0 35px;
}
.recommendation-text{
  font-size: 22px;
  font-family: 'Museo Sans Cyrl 500';
  color: #444;
}
.recommendation-text:first-child{
  padding-top: 25px;
}
.recommendation-list{
  padding: 25px 0;
}
.recommendation-list li{
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  font-size: 22px;
  color: #4900ce;
  list-style: none;
}
.prt-list li{
  padding-top: 35px;
}
.prt-list li:first-child{
  padding: 0;
}
.recommendation-list li:before{
  content: '- ';
}


.price{
  background-color: #dedede;
  padding-bottom: 110px;
  margin-top: 50px;
}
.price-title{
  text-align: center;
  position: relative;
  padding-top: 70px;
}
.price-title span {
  color: #444;
  position: relative;
  font-size: 36px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  background-color: #dedede;
  z-index: 99;
  padding-left: 30px;
  padding-right: 30px;
}

.price-title:after{
  content: '';
  width: 100%;
  height: 2px;
  left: 0; bottom: 5px;
  background-color: #444;
  position: absolute;
}
.price-table-title{
  font-family: 'Museo Sans Cyrl 900', sans-serif;
  font-size: 30px;
  color: #444;
  padding-top: 30px;
  padding-left: 30px;
}

.price-block{
  width: 60%;
  margin: 0 auto;
}

.price-table-top{
  display: inline-block;
  background-color: #444;
  color: #fff;
  border: 5px solid #dedede;
  width: 70%;
  text-align: center;
  font-size: 26px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  padding: 10px;
}
.table-top{
  display: inline-block;
  background-color: #444;
  color: #fff;
  border: 5px solid #dedede;
  width: 30%;
  text-align: center;
  font-size: 26px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  padding: 10px;
}

.price-table-line{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.price-table-list{
  display: inline-block;
  background-color: #fff;
  color: #444;
  border: 5px solid #dedede;
  width: 70%;
  text-align: left;
  font-size: 26px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  padding: 10px;
}
.table-list-right{
  display: inline-block;
  background-color: #fecc00;
  color: #444;
  vertical-align: middle;
  border: 5px solid #dedede;
  width: 30%;
  text-align: center;
  line-height: 100%;
  font-size: 26px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  padding: 10px;
}
.l{
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.table-list-right span{
  display: inline-block;
  background-color: #fecc00;
  font-size: 26px;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  color: #444;
  vertical-align: middle;
}