@import url(reset.css);
@import url(../font/font.css);


button,input[type="submit"],input[type="button"],a:hover{cursor:pointer;}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img{display:block;}
a {text-decoration: none;}


aside, nav, footer, header, section, article {display: block;}

.clear{clear:both;}

.clearfix:before, .clearfix:after{
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after{clear: both;}

body{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    
}


.center
{
	width: 1200px;
	margin: 0 auto;
  padding: 0px;
  position: relative;
}

header{
  background:url(../images/bg-top.jpg) no-repeat center top;
  padding-top: 65px;
  padding-bottom: 105px;
  background-size: cover;
  
}

.logo{
  width: 185px;
  margin-bottom: 110px;
}

h1{
  font-family: 'Muller';
  font-weight: 800;
  color:#fff;
  line-height: 1.36;
  font-size: 80px;
  margin-bottom: 30px;
}

header p{
  font-family: 'Lato', sans-serif;
  font-size: 24px;
  line-height: 1.5;
  color:#fff;
  margin-bottom: 36px;
}

.right-img-top{
  position: absolute;
  left:0;
  top:0;
  width: 90%;
  height: auto;
  left: 350px;
  top: 100px;
}

.screen-2{
  background: #FCFCFC;
  padding: 85px 0;
}



.logos-firm p{
  font-family: 'Muller';
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  color: #c6c6c6;
  margin-bottom: 62px;
}

.img-wrap{
  display: flex;
  justify-content:space-between;
  align-items: center;
  margin-bottom: 45px;
}

.screen-2 h2{
  font-family: 'Muller';
  font-weight: 700;
  color:#000;
  line-height: 1.3;
  font-size: 48px;
  margin-bottom: 40px;
}

.screen-2 ul{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin-bottom: 45px;
}

.screen-2 li{
  border: 2px solid rgb(247, 247, 247);
  border-radius: 7px;
  background-color: #fff;
  width: 294px;
  height: 201px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color:#000;
  padding-left: 25px;
  padding-top: 50px;
  background: #fff url(../images/li-ico.png) no-repeat 25px 30px;
}

.scr-2-p{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5;
  color:#000;
  margin-bottom: 44px;
}

.scr-2-p span{
  text-decoration: underline;
}

.screen-2 h3{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color:#000;
}


.screen-2 h3 span{
  background-image: -moz-linear-gradient( 180deg, rgb(99,27,233) 0%, rgb(203,75,245) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(99,27,233) 0%, rgb(203,75,245) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(99,27,233) 0%, rgb(203,75,245) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.screen-3 .center{
  display: flex;
  flex-wrap: wrap;
}

.screen-3{
  position: relative;
}

.screen-3::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  left:-50%;
  background-image: -moz-linear-gradient( 180deg, #631be9 0%, #631be9  100%);
  background-image: -webkit-linear-gradient(  180deg, #631be9 0%, #631be9  100%);
  background-image: -ms-linear-gradient( 180deg, #631be9 0%, #631be9  100%);
  z-index: 1;
}

.screen-3 h2{
  font-family: 'Muller';
  font-weight: 700;
  color:#000;
  line-height: 1.3;
  font-size: 40px;
}

.scr-3-left{
  padding-bottom: 95px;
}

.scr-3-right{
  padding-left: 80px;
}

.scr-3-left,.scr-3-right{
  padding-top: 80px;
  flex-basis: 50%;
  position: relative;
  z-index: 10;
}

.scr-3-left,.screen-3 .scr-3-left h2{
  color:#fff;
}

.scr-3-left h2{margin-bottom: 70px;}
.scr-3-right h2{margin-bottom: 35px;}

.scr-3-left p{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  position: relative;
  padding-left: 70px;
  margin-bottom: 35px;
}

.scr-3-left p span{
  position: absolute;
  font-family: 'Muller';
  font-weight: 700;
  font-size: 20px;
  color:#631be9;

  display:block;
  background:#fff;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  left:0;
  top:0;
  line-height: 37px;
  text-align: center;
}

.scr-3-right input[type="text"],.scr-3-right input[type="email"]{
  display:block;
  margin-bottom: 5px;
  border:none;
  border-radius: 8px;
  background:#f9f9f9;
  width: 450px;
  height: 70px;
  padding-left: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.scr-3-right input[type="email"]{margin-bottom: 20px;}

.scr-3-right button, footer button{
  border-radius: 5px;
  background-image: -moz-linear-gradient( 180deg, rgb(99,27,233) 0%, rgb(203,75,245) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(99,27,233) 0%, rgb(203,75,245) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(99,27,233) 0%, rgb(203,75,245) 100%);
  width: 245px;
  height: 70px;
  position: relative;
  border:none;
  color:#fff;
  text-align: left;
  padding-left: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
}

footer button{margin-bottom: 32px;}

.scr-3-right button::after, footer button::after{
  content:'';
  position: absolute;
  width: 14px;
  height: 70px;
  background: url(../images/btn-str.png) no-repeat center;
  left:0;
  top:0;
  left: 207px;
}

.soglasie{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color:#b1b1b1;
}

.soglasie a{ 
  color:#b1b1b1;
  text-decoration: underline;
}

.soglasie a:hover{
  text-decoration: none;
}


.about-us{
  background:#000;
  padding-top: 67px;
  padding-bottom: 35px;
}

.about-us h2{
  font-family: 'Muller';
  font-weight: 700;
  color:#fff;
  line-height: 1.38;
  font-size: 44px;
  margin-bottom: 42px;
}

.item-about{
  width: 587px;
  display: inline-block;
  margin-bottom: 65px;
  vertical-align: top;

}

.item-about p{
  border: 2px solid #212121; 
  background: rgb(9, 9, 9) url(../images/ab-bg-img.png) no-repeat 27px 35px;
  border-radius: 7px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  color:#fff;
  padding-left: 70px;
  padding-right: 23px;
  padding-top: 30px;
  padding-bottom: 35px;
  min-height: 177px;
}

.item-about-1 p{margin-bottom: 30px;}
.item-about-2 p{margin-bottom: 37px;}
.item-about-3 p{margin-bottom: 37px;}
.item-about-4 p{margin-bottom: 30px;}

.item-about-1{margin-right: 20px;}
.item-about-3{margin-right: 20px;}

.screen-5{
  background-image: -moz-linear-gradient( 180deg, rgb(99,27,233) 0%, rgb(203,75,245) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(99,27,233) 0%, rgb(203,75,245) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(99,27,233) 0%, rgb(203,75,245) 100%);
  padding-top: 80px;
  
}

.screen-5 .center{
  display:flex;
  flex-wrap: wrap;
}

.scr-5-left, .scr-5-right{
  flex-basis: 600px;
}

.screen-5 h2{
  font-family: 'Muller';
  font-weight: 700;
  color:#fff;
  line-height: 1.38;
  font-size: 36px;
  margin-bottom: 50px;
}

.scr-5-left img{
  margin-bottom: -2px;
}

.scr-5-right p{
  background:#fff;
  border-radius: 8px;
  margin-bottom: 5px;
  padding-left: 70px;
  padding-right: 140px;
  padding-top: 18px;
  padding-bottom: 17px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
}

.scr-5-right p b{
  display:block;
  font-weight: 900;
  font-size: 20px;
  color:#631be9;
}

.screen-6{
  padding-top: 90px;
  padding-bottom: 90px;
}

.screen-6 h2{
  font-family: 'Muller';
  font-weight: 700;
  line-height: 1.38;
  font-size: 44px;
  margin-bottom: 50px;
}


.screen-6 p{
  margin-bottom: 5px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 40px;
  
}

.my-citate{
  background:#F9F9F9 url(../images/citate-img.png) no-repeat 70px 37px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5;
  padding-left: 70px;
  padding-right: 120px;
  padding-bottom: 50px;
  padding-top: 94px;
  border-radius: 8px;
  margin-bottom: 55px;
}

.screen-6 h3{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.5;
  color:#000;
}


.screen-6 h3 span{
  background-image: -moz-linear-gradient( 180deg, rgb(99,27,233) 0%, rgb(203,75,245) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(99,27,233) 0%, rgb(203,75,245) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(99,27,233) 0%, rgb(203,75,245) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}





footer{
  padding-top: 63px;
  background:#F9F9F9;
}



footer h2{
  font-family: 'Muller';
  font-weight: 700;
  color:#000;
  line-height: 1.38;
  font-size: 44px;
  margin-bottom: 42px;
}


footer input[type="text"],footer input[type="email"]{
  border:none;
  border-radius: 8px;
  background:#fff;
  width: 390px;
  height: 70px;
  padding-left: 30px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-right: 10px;
}

.footer-bottom{
  border-top: 1px solid #DEDEDE;
  display:flex;
  flex-wrap:wrap;
  margin-top: 95px;
  padding-top: 30px;
  padding-bottom: 40px;
}

.footer-bottom p{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color:#b5b5b5;
  flex-basis: 50%;
}

.footer-bottom p em{
  font-style:normal;
  padding:0 5px;
}

.footer-bottom p a{
  color:#b5b5b5;
  text-decoration: underline;

}
.footer-bottom p a:hover{text-decoration: none;}


.footer-bottom p.right-footer-p{text-align: right;}



/* SLIDER */

.screen-slider{
  background:#F9F9F9;
  padding: 90px 0 100px;
}

.slide-item{
  width: 1060px !important;
  display:block !important;
  margin: 0 auto;
  padding-top: 90px;
  background: url(../images/slide-img.png) no-repeat left top;
}

.slide-item p{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
}

.slide-item p span{
  display:block;
  color:#a5a5a5;
  font-weight: 700;
  font-size: 16px;
  margin-top: 33px;
}

.slick-prev, .slick-next{
  width: 36px;
  height: 36px;
  top:60%;
  margin-top:-18px;
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
  border-radius: 50%;
  z-index:10;
}

.slick-prev{
  background: url(../images/slide-btn-l.png) no-repeat !important;
  left:0px;

}

.slick-prev:hover{
  opacity:0.8;
}

.slick-next{
  background: url(../images/slide-btn-r.png) no-repeat !important;
  right:0px;
}


.slick-next:hover{
  opacity:0.8;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 0px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots{
  padding-top: 50px;
  bottom: -50px;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
}

.slick-dots li button:before {
  width: 15px;
  height: 15px;
}

.slick-dots li button,.slick-dots li button:before{
  background:#9624F1;
  color:#9624F1;
  border-radius: 50%;
  opacity:0.5;
}

.slick-dots li button:hover,.slick-dots li.slick-active button,.slick-dots li.slick-active button:before{
  background:#9624F1;
  color:#9624F1;
  opacity:1;
  border-radius: 50%;
}