﻿html, body {
    padding: 0;
    margin: 0;
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    background: white;

    
}
/*стили для формы обратной связи */
#feedback {
    display:none;
    padding: 30px 50px;
    text-align: center;
background: -webkit-gradient(linear ,left bottom, left top ,from(#eefaff), to(#F0FFFF));
background: linear-gradient(to top ,#eefaff, #F0FFFF);
}

#f_send {
    margin-top: 10px;
    margin-left: 17px;
    background: #0099ff;
    border: none;
    width: 200px;
    height: 33px;
    border-radius: 8px;
    color:white;
    font-size: 15px;
    cursor: pointer;
    
}
#f_name, #f_email {
    width: 305px;
    height: 33px;
    background: none;
    margin: 5px;
    border: 2px solid #0099ff;
    border-radius: 8px;
    text-align: center;
    color: #000;
    font-size: 15px;
}
.txtarea {
width: 305px;
height: 80px;
  margin: 5px;
    border: 2px solid #ffcc00;
    border-radius: 8px;
    text-align: center;
    color: #000; 
    font-size: 15px;  
    
}
/*the end form*/
div,p,input,button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    overflow-x:hidden;
}
a {
 text-decoration: none;
  color: #555555;
}
li {
  list-style-type: none;
}
.modalbox {
    margin-left: 190px;
}
.container {
    width: 1200px;
    margin: 0 auto 0;
    overflow-x: hidden;
   
}

header {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;

}
.logo {
    width: 20%;
    padding-top: 25px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 1em;
}
.task {
    height: 30px;
    padding-left: 10px;
   
    color: #555555;
    border: 1px solid #555;
    border-bottom-color: white;
    border-right-color: white;
    border-top-color: white;
    
}
/*  style for menu - desktop */
.menu {
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: right;
    cursor: pointer;
    color: #333333;
    font-weight: 500;   
}
.menu__icon {
   display: none;
   width: 45px;
   height: 35px;
   position: relative;
   cursor: pointer;  
}
.menu__icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu__icon span:nth-child(1) {
  top: 0px;
}

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
  top: 13px;
}

.menu__icon span:nth-child(4) {
  top: 26px;
 }
.menu__links-item {
    display: inline-block;
    color: black;  
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    cursor: pointer;
 
}
.menu__links-item:hover {
    text-decoration: underline;
}
/* mobil menu */
@media screen and (max-width: 1024px) {
  .menu__icon {
    display: inline-block;
  }
  .menu__links {
    position: fixed;
   
    display: none;
    font-weight: 400;
    top: 0;
    right: 0;
    left: 0;
    margin-top: 52px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    overflow: auto;
  }
  
  .menu__links-item {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
  }
}
/* th end mobil menu */

.menu.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu.menu_state_open  .menu__icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu.menu_state_open  .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu.menu_state_open .menu__links {
  display: block;  
}

  
  
/*the end menu*/
/*the start button of menu */

a.button24 {
    margin-top: px;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  outline: none;
/*  border-style: solid none;
  border-color:#ffcc00;*/
  border-radius: 25px;
  background: #ffcc00;
  -webkit-transition: 0.2s;
  transition: 0.2s;
} 
a.button24:hover { 
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#cc9900))  #ffcc00; 
    background: linear-gradient(#ffcc00, #cc9900)  #ffcc00;
    border-color:#ffcc00;
}
a.button24:active { 
    background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#006699)) #333366; 
    background: linear-gradient(#003366, #006699) #333366; }
/*the end button of menu*/
/*the start button of menu */

a.button25 {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 8px 15px 8px 15px;
  outline: none;
  border-style: solid none;
  border-color:#0099ff;
  border-radius: 25px;
  background: #0099ff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
} 
a.button25:hover { 
    background: -webkit-gradient(linear, left top, left bottom, from(#cc9900), to(#ffcc00)) #cc9900 ; 
    background: linear-gradient(#cc9900, #ffcc00) #cc9900 ;
    border-color:#cc9900;
}
a.button25:active { 
    background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#006699)) #333366; 
    background: linear-gradient(#003366, #006699) #333366; 
}
/*the end button of menu*/

.info1 {
    padding-top: 15px;
    width: 37%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    position: relative;
}
.call_me_button{
    display: none;
}
.info1 img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.info1 p {
     position: absolute;
    top: 30%;
    left: 3%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding-right: 15px;
}
/*the end button of menu */

/* section first_blok */
#first_blok {
background: url( ../img/1carousel.jpg) center center no-repeat/cover;
height: 570px;
}
/*the start Caroisel */


#carouselTwo {
    display:none;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
    margin-top: 10px;
    cursor: pointer;
     
}

.owl-prev {
    left: 100px;
    background-image: url(../img/left.png) center center;
}
.owl-next {
    right: 100px;
     background-image: url(../img/right.png) center center;
}
.carousel_text {
    width: 100%;
    height: 400px;
    padding:1%;
    margin-top:130px;
    margin-left: 10%;
    color: #555555;
    font-size: 15px; 
}
.carousel_text p {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: %;
     line-height: 2;
}
.button_carousel {
 background:#0099ff;
border-radius: 25px;
}
/*the start button of menu */

a.button_carousel {
   
  display: inline-block;
  color: white;
  margin-left: 10px;
  text-decoration: none;
  padding: 8px 15px 8px 15px;
  outline: none;
  border-radius: 25px;
  font-size: 15px;/*    
  border-width: 2px 0;
  border-style: solid none;
  border-color:linear-gradient(#6699cc, #3399cc) #6699cc;

  background: linear-gradient(#6699cc, #3399cc) #6699cc; */
  -webkit-transition: 0.2s;
  transition: 0.2s;
} 
a.button_carousel:hover { 
    background: -webkit-gradient(linear,left top, left bottom,from(#0099ff),to(#0066cc) ) #0099ff; 
    background: linear-gradient(#0099ff,#0066cc ) #0099ff; 
}
a.button_carousel:active { 
    background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#006699)) #333366; 
    background: linear-gradient(#003366, #006699) #333366; 
}
/*the end Caroisel */

.button_first {
    width: 350px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.yelloy_button {
    margin-top: 8px;
    margin-left: 10px;
    
}
.button_color {
  margin-top: 10%;
  font-size: 15px;/
  display: inline-block;
  color: black;
    font-weight: 500;
  padding: 10px 15px 5px px;
  outline: none;
  font-size: 15px;
  border-width: 4px 0;
  border-style: solid none;
  border-color: #ffcc00;
  border-top: none;
  text-align: center;

}
.button_color2 {
  margin-top: 10%;
  font-size: 15px;/
  display: inline-block;
  color: black;
    font-weight: 500;
  padding: 10px 15px 5px px;
  outline: none;
  font-size: 15px;
  border-width: 4px 0;
  border-style: solid none;
  border-color: #0099ff;
  border-top: none;
  text-align: center;

}
h1 {
    text-align: left;
    color: black;
    font-size: 40px; 
   
}
/*  2 section */
#second {
    padding-bottom: 130px;
      background: -webkit-gradient(linear ,left bottom, left top ,from(#eefaff), to(#fff));
      background: linear-gradient(to top ,#eefaff, #fff);
}
h3 {
    
    font-size: 30px;
    text-align: center;
    color: black;
}
.services {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: black;
   
}
.services + h3 {
    display: none;
}
.services_blok {
    margin-top: 90px;
    margin-left: 30px;
    padding: 10px 20px 40px 60px;
    width: 400px;
    height: 280px;
    border: 8px solid #0099ff;
    border-bottom: none;
    border-left: none;
    border-top: none;
    line-height: 1.8;
    background: white;
    
}
.services_blok3 {
    margin-top: -20px;
    padding: 10px 20px 40px 60px;
    width: 400px;
    height: 280px;
    border: 8px solid #ffcc00;
    border-bottom: none;
    border-right: none;
    border-top: none;
    line-height: 1.8;
    
}
.services_blok4 {
    margin-top: -20px;
    margin-left: -110px;
    padding: 10px 20px 40px 60px;
    width: 400px;
    height: 280px;
    border: 8px solid #ffcc00;
    border-bottom: none;
    border-right: none;
    border-top: none;
    line-height: 1.8;
    background: white;
}
.services_blok1 {
    margin-top: 40px;
    margin-left: 0px;
    padding: 10px 20px 40px 60px;
    width: 500px;
    height: 250px;
    -webkit-box-shadow: 0 0 1px 0px #D3D3D3D3;
    box-shadow: 0 0 1px 0px #D3D3D3D3;
    border: 2px 6px white;
    border-radius: 4px;
    
}
.services_blok_blue {
    background: -webkit-gradient(linear, left bottom, right top, from(#0099ff), to(#00BFFF));
    background: linear-gradient(to top right, #0099ff, #00BFFF);
    color: white;
    line-height: 1.8;
}
.services_blok_grey {
    margin-left: 30px;
    background: -webkit-gradient(linear, left bottom, right top, from(#333333),to(#696969));
    background: linear-gradient(to top right, #333333,#696969);
    color: white;
    line-height: 1.8;
}
.number_services p {
   margin-top: -183px;
    margin-left: 366px;
    font-weight: bold;
    font-size: 25px;   
}
.number_services p {
   margin-top: -183px;
    margin-left: 366px;
    font-weight: bold;
    font-size: 25px;   
}


#first_blok {
    margin-bottom: 130px;
  
}
/* section second_blok*/
#second_blok {
   margin-top: -30px;
     background: -webkit-gradient(linear ,left top, left bottom ,from(#eefaff), to(#fff));
     background: linear-gradient(to bottom ,#eefaff, #fff);
}
.about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    line-height: 1.8;
   
    
}
.about_text {
    margin-top: 120px;
    margin-left: 30px;
    padding: 30px 20px 40px 60px;
    width: 400px;
    height: 280px;
    border: 8px solid #ffcc00;
    border-bottom: none;
    border-left: none;
    border-top: none;
    line-height: 1.8;
    color: black;
    text-align: right;
    
}
.about_text1{
    margin-top: 40px;
    padding: 30px 40px 40px 40px;
    width: 500px;
    height: 250px;
    -webkit-box-shadow: 0 0 2px 0px #D3D3D3D3;
    box-shadow: 0 0 2px 0px #D3D3D3D3;
    border: 2px 6px white;
    border-radius: 4px;
    color: black;
    background: -webkit-gradient(linear, left bottom, right top, from(#0099ff), to(#00BFFF));
    background: linear-gradient(to top right, #0099ff, #00BFFF);
    color: white;
    line-height: 1.8;
        
    
}
.about_image {
    padding-top: 50px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 50px;
}
.image_blok {
    width: 40%;
    height: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;    
    background: -webkit-gradient(linear,  left top, left bottom,  from(#ffcc50),  to(#FFD700));    
    background: linear-gradient(#ffcc50,  #FFD700);
    text-align: center;
    margin: 10px;
    color: black;
    -webkit-box-shadow: 0 0 2px 0px #D3D3D3D3;
    box-shadow: 0 0 2px 0px #D3D3D3D3;
    
}
.about_image img {
    padding: 40px 40px 40px 80px;
}
.about_button {
margin-left: 40%;
 
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

#second_blok {
    padding-bottom: 130px;
   
}
/* third_blok*/

#third_blok {
    
    height: 650px;
    background-color: white;
 
}
#third_blok p{
   text-align: center;
    
}
.advantages {
    widows: 350px;
    margin-top: 40px;
    margin-left: 20px;
    height: 400px;
    position: relative;
    line-height: 2.9;
 
      
}
.advantages a {
    line-height: 3.5;
    margin-left: 0%;
    margin-top: 0px;
    border: 1px solid #555;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-bottom: 15px;
    color: white
}
a + span {
  width: 800px;
  margin-right: 8px;
  height: 350px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/advantages1.jpg);
}

#link1 + span {
   background-color: white;
   
}

#link1:hover + span {
   width: 800px;
  height: 350px;
 background-color: #ffcc00;
 -webkit-transition: 3s;
 transition: 3s;


}

#link2:hover + span {
    width: 800px;
  height: 350px;
  background-color: #C0C0C0;
  -webkit-transition: 3s;
  transition: 3s;
  
}

#link3:hover + span {
    width: 800px;
  height: 350px;
  background-color:  #A9A9A9;
  -webkit-transition: 3s;
  transition: 3s;
   
}
/*the start fourth_blok*/
.proud {
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-bottom: 50px;
}
.cases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -webkit-box-shadow: none;
    box-shadow: none;  
    margin-bottom: 50px;
}

.cases1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
    
}
#carouselThree {
    display:none;
    
}
.thumbs {
    margin: 10px;
  width: 600px;
    height: 320px;
  margin: 10px;
  opacity: .99;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.24), 0 10px 5px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.24), 0 10px 5px 0 rgba(0, 0, 0, 0.19);

}

/* settings of text under pictures*/

.thumbs:before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.thumbs img {
  display: block;
  width: 100%; /* ширина картинки */
  height: auto; /* высота картинки */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.thumbs .caption {
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  text-align: center;
}
.thumbs .caption span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.thumbs .caption .title {
  line-height: 1;
  font-weight: normal;
  font-size: 30px;
    color: white;
    text-align: left;
}
.thumbs .caption .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 15px;
    color: white;
    text-align: left;
}
.thumbs:focus:before,
.thumbs:focus span, .thumbs:hover:before,
.thumbs:hover span {
  opacity: 1;
}
.thumbs:focus:before, .thumbs:hover:before {
  top: 50%;
}
.thumbs:focus span, .thumbs:hover span {
  top: 0;
}
.thumbs:focus .title, .thumbs:hover .title {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.thumbs:focus .info, .thumbs:hover .info {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}


/*the end settings text*/
/*the start fifth_blok*/
#fifth_blok {
       background: -webkit-gradient(linear ,left bottom, left top ,from(#FAF0E6), to(#fff));
       background: linear-gradient(to top ,#FAF0E6, #fff);
       height: 700px;
}
.blog {
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    margin-left: 0 auto;
    margin-right: 0auto;
    padding-bottom: 50px;
  
}
.blog_blok {
    width: 370px;
    height:200px;
    background:#3399cc;
    margin: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/*the start button of menu */
.button_blog {
    padding-left: 0px;
    padding-left: 10px;
    
}
.button_blog a {
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 8px 15px 8px 15px;
  outline: none;
  border-width: 1px 0;
  border-style: solid none;
  border-color: #D3D3D3D3;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D3D3D3D3), to(#D3D3D3D3)) #6699cc;
  background: linear-gradient(#D3D3D3D3, #D3D3D3D3) #6699cc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
    
} 
.left {
    margin-left: 0px;
}
a.button_blog:hover { 
    background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#006699)) #333366; 
    background: linear-gradient(#003366, #006699) #333366; 
}
a.button_blog:active { 
    background: -webkit-gradient( linear, left top, left bottom, from(#D3D3D3D3), to(#006699)) #333366; 
    background: linear-gradient( #D3D3D3D3, #006699) #333366; 
}
/*the end button of menu*/
/*the start sixth_blok*/

/* Стили формы */

.bg_form {
    margin-top: -100px;
    width: 1100px;
    height: 200px;
    background:  #0099ff;
    position: absolute;
 margin-left: 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  
  
}
.form {
    width: 580px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

 
}
.down {
    padding-top: -25px;
    margin-top:0px;
}
#application {
   width: 580px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}

 
/*Стили полей для ввода*/
#applicationName, #applicationTelephone {
   padding-top: 10px;
    width: 430px;
    height: 38px;
    border-radius: 30px;
    text-align: center;
    color: #000;
    background-color: white;
    font-size: 15px;
}

/*Стили для кнопки*/
.applicationButton {
    margin-left: 5px;
   background:  #0099ff;
    border: none;
    color: #000;
    font-size: 15px;
    cursor: pointer;
}

/* THe end Стили для кнопки*/

/*footer*/
footer {
    margin-top: 0px;
    line-height:1;
    color: black;
}
.footer_blok {
    padding-top: 200px;
    padding-left: 120px;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 1.2
}
.blok_one {
    padding-left: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: black;
    text-align:left;
    color: black;
}
.blok_one1 {
    width: 100%;
    margin-left: 10px;
    margin-bottom: 70px;
    padding: 50px 50px 50px 50px ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: black;
    text-align: left;
    background: -webkit-gradient(linear, left bottom, left top, from(#eefaff),to(#FAF0E6));
    background: linear-gradient(to top, #eefaff,#FAF0E6);
}
.mob_fot {
    margin-left: 0px;
}
.footer_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#eight_blok {
    height: 80px;
    background: -webkit-gradient(linear, left bottom, right top, from(#333333),to(#696969));
    background: linear-gradient(to top right, #333333,#696969);
    color: white;
    text-align: center;
    font-size: 10px;
  
}
#eight_blok a {
    color: white;
    text-decoration: underline;
    -webkit-text-decoration-color: #0099ff;
    text-decoration-color: #0099ff;
    
}
.foot {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    width: 100%;
}
/* mobil version */
/* mobil version */
/* mobil version */

@media (min-width: 767px) and (max-width: 1199px) {

    body {
       overflow: hidden; 
    }
 
     html, body {
    max-width: 100%;
    

}
    .menu_mob {
        display:none;
    }
    .menu {
   width: 100%;
}
    .container {
    width: 100%;
    max-width: 1199px;
    margin: 0 auto ;
     
}
     header {
    margin: 0px 0px 0px 0px;
    padding: 0;
    max-width: 1199px;
    height: 50px;
    width: 100%;
    }
    .logo_mob {
        margin-left: 200px;
        padding: 0;
        width: 44px;
        height: 20px;
        font-size: 8px;
        line-height: 1;
    }
    .menu {
        padding-top: 24px;
        padding-left: 290px;
    }
    .logo .task {
        margin: 0;
        padding: 0;
        padding-left: 50px;
    }
    .info p {
        display: none;
    }

    .mob_tel {
        display: none;
    }
    .menu_mob {
        display: none;
    }
    .call_me_button {
    margin-left: 10px;
        
}
   #first_blok {
    margin-bottom: 0px;
    padding-bottom: 0px;
    height: 600px; 
    background: url( ../img/mob2.jpg) center center no-repeat/cover;
    width: 100%;
}
    .button_first {
  
    padding-left: 0px;
  
}
.carousel_text {
    width: 100%;
    height: 400px;
    padding:1%;
    margin-top:130px;
    color: #555555;
    font-size: 15px; 
}
.carousel_text p {
    padding-top: 20px;
    padding-bottom: 20px; 
    line-height: 2;   
}
    
      h1 {
    text-align: left;
    color: black;
    font-size: 30px; 
  
    }
    
/*    first_blok */

/*the start Caroisel */


#carouselTwo {
    display:none;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 40%;
    margin-top: 10px;
    cursor: pointer;
     
}

.owl-prev {
    left: 100px;
    background-image: url(../img/left.png) center center;
}
.owl-next {
    right: 100px;
     background-image: url(../img/right.png) center center;
}

.button_carousel {
 background:#0099ff;
 border-radius: 25px;
}
/*the start button of menu */

a.button_carousel {
   
  display: inline-block;
  color: white;
  margin-left: 10px;
  text-decoration: none;
  padding: 8px 15px 8px 15px;
  outline: none;
  border-radius: 25px;
  font-size: 15px;/*    
  border-width: 2px 0;
  border-style: solid none;
  border-color:linear-gradient(#6699cc, #3399cc) #6699cc;

  background: linear-gradient(#6699cc, #3399cc) #6699cc; */
  -webkit-transition: 0.2s;
  transition: 0.2s;
} 
a.button_carousel:hover { 
    background: -webkit-gradient(linear,left top, left bottom,from(#0099ff),to(#0066cc) ) #0099ff; 
    background: linear-gradient(#0099ff,#0066cc ) #0099ff; }
a.button_carousel:active { 
    background: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#006699)) #333366; 
    background: linear-gradient(#003366, #006699) #333366; }
/*the end Caroisel */

.yelloy_button {
    margin-top: 8px;
    margin-left: 10px;
    
}
.button_color {
  margin-top: 10%;
  font-size: 15px;/
  display: inline-block;
  color: black;
    font-weight: 500;
  padding: 10px 15px 5px px;
  outline: none;
  font-size: 15px;
  border-width: 4px 0;
  border-style: solid none;
  border-color: #ffcc00;
  border-top: none;
  text-align: center;

}
.button_color2 {
  margin-top: 10%;
  font-size: 15px;/
  display: inline-block;
  color: black;
    font-weight: 500;
  padding: 10px 15px 5px px;
  outline: none;
  font-size: 15px;
  border-width: 4px 0;
  border-style: solid none;
  border-color: #0099ff;
  border-top: none;
  text-align: center;

}

    
/* services*/
#carouselTwo {
     display: block;
     width: 100%;
     padding: 30px;
    overflow: hidden;

}
    .services + h3 {
    display: block;
}
   .services {
        display: none;
}
   .slide_two {
        max-width: 786px;
        width: 100%;
 }
#carouselTwo .owl-nav {
    position: absolute; 
    margin-top: 50px;
   
     
}
    .services_blok_mobil {
        text-align: center;      
        padding-bottom: 30px;
    }

    .carousel_text + h3 {
        display: none;
    }
    h3 {
       font-size: 25px;
        overflow: hidden;
    }

/*    section second_blok */
    .about {
        padding-left: 0px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .about p {
        margin: 0px;
        padding-top: 0px;

    }
    .about_text {
    margin-top: 120px;
    margin-left: 0px;
    padding: 30px 20px 40px 60px;
    width: 400px;
    height: 280px;
    border: 8px solid #ffcc00;
    border-bottom: none;
    border-left: none;
    border-top: none;
    line-height: 1.8;
    color: black;
    text-align: right;
    
}
.about_text1{
    margin-top: 40px;
    padding: 30px 40px 40px 40px;
    width: 420px;
    height: 310px;
    -webkit-box-shadow: 0 0 1px 0px #D3D3D3D3;
    box-shadow: 0 0 1px 0px #D3D3D3D3;
    border: 2px 6px white;
    border-radius: 4px;
    color: black;
    background: -webkit-gradient(linear, left bottom, right top, from(#0099ff), to(#00BFFF));
    background: linear-gradient(to top right, #0099ff, #00BFFF);
    color: white;
    line-height: 1.8;
    text-align: left;
        
    
}
    .about_image {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    }
  

      
.image_blok {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 15px;
    font-weight: 00;
    text-align: left;
    padding: 10px;  
    -webkit-box-align: center;  
    -ms-flex-align: center;  
    align-items: center;
    
}
.about_image img {
    width: 50px;
    height: 50px;
    padding: 0px 20px 30px 20px;
}  
   
    .button_info {
    width: 200px;
     margin-left: 13%;
    }

/*    section */
    
    .cases {
        display: none;
}
      .cases1 {
        display: none;
}
    .proud {
        padding: 25px;
}
    .proud_h3 {
        font-size: 25px;
    }
    #third_blok {
        display: none;
}
/*    carouselThrewe*/
    #carouselThree {
    display: block;
     width: 100%;
     padding: 20px;
    }

#carouselThree .owl-nav {
    position: absolute; 
    margin-top: 50px;
     
}
        .slide_three {
        max-width: 1199px;
        width: 100%;
}
    .thumbs {
        text-align: center;
        width:100%;
        height: 100%;
        margin: 0px;
        opacity: .99;
        overflow: hidden;
        position: relative;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        background: #3399cc;
}
    .thumbs:before {
display:  none;

}

   .button_keis {
       padding-top: 30px;    
        width: 130px;
        text-align: center;
        margin-left: 17%;
         
    }
    .title {
        margin-top: 50px;
        font-size: 25px;
        text-align: center;
    }
    .info {
        
        font-size: 20px;
        text-align: center;
    }
 
/*    new section blog*/
    #fifth_blok {
        max-width: 100%;
        padding: 0;
        margin: 20px;
        background: white;
    }
    .blog { 
 
    display: -webkit-box; 
 
    display: -ms-flexbox; 
 
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px;
}
    .blog_blok + p {
        font-size: 12px;
}
 
    .blog_mobil {
        display: none;
}
    .button_mob {
        color: grey;
        text-align: left;
}
    .button_mob + p {
        padding-left: 10px;
        font-size: 15px;
}
    .button_blog {
        width: 150px;
        overflow: hidden;
}

    /*  new blok message */
    #sixth_blok {
        margin-top: -150px;
        margin-left: 20px;
        margin-right: 20px;
    }
    .bg_form {
        width: 96%;
        padding:0px;
        margin: 0px;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align:stretch;
        -ms-flex-align:stretch;
        align-items:stretch
        
    }
    .form {
        width: 460px;
        margin-left: 0px;
        padding-top: 100px;
        font-size: 30px;
    }
    .bg_form h3{
       margin-top: 70px;
        font-size: 25px;
        padding-left: 0px;
        height: 60px;
        text-align: center;
}
    #applicationName {
        width: 350px;
        margin-left: 18px;
       
    }
    
/*    footer */
 
    footer {
    margin-top: 200px;
    margin: 0;
}

    .blok_one {
    margin-top: 0px;
    padding-left: 60px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: black;
    text-align:left;
    color: black;
}

.blok_one1 {
    width: 100%;
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    padding: 50px 50px 50px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: black;
    text-align: left;
     background-color: #eefaff;
}
.footer_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer_blok {
    padding-top: 200px;
    padding-left: 10px;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    line-height: 1.2
}
#eight_blok {
    margin-top: 50px;
    height: 60px;
    background: -webkit-gradient(linear, left bottom, right top, from(#333333),to(#696969));
    background: linear-gradient(to top right, #333333,#696969);
    color: white;
    font-size: 15px; 
    width: 100%;
   
}
    .mobil_logo_WDI {
padding-left: 30px;
    }
#eight_blok a {
    color: white;
    text-decoration: underline;
    -webkit-text-decoration-color: #0099ff;
    text-decoration-color: #0099ff;
    
}
.foot {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    width: 100%;
   
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
  
}

/* mobil version 765 px -- mobil version 765 px */

@media screen and (max-width: 765px) {
     
    html, body {
    max-width: 100%;

}
/*стили для формы обратной связи */
#feedback {
    display:none;
    padding: 10px 10px;
    text-align: center;
}
#f_send {
    margin-top: 10px;
    margin-left: 17px;
    background: #0099ff;
    border: none;
    width: 200px;
    height: 33px;
    border-radius: 8px;
    color:white;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;   
}
#f_name, #f_email {
    width: 205px;
    height: 33px;
    background: none;
    margin: 5px;
    border: 1px solid #000;
    border-radius: 8px;
    text-align: center;
    color: #000;
    font-size: 18px;
}
    .txtarea {
    width: 205px;
    height: 80px;
     margin: 5px;
    border: 1px solid #000;
    border-radius: 8px;
    text-align: center;
    color: #000;  
    font-size: 18px;     
}
/*the end form*/
    .container {
    width: 100%;
    max-width: 784px;
    margin: 0 auto ;
     
}
    header {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}
.logo {
    margin-top: -10px;
    margin-left: 100px;
}

    .info1 {
        display: none;
    }
    .mob_tel {
        display: none;
    }
     .menu {
       
    }
 
    .menu_mob {
        display: none;
    }
    .logo {
    width: 20%;
    padding-top: 25px;
    padding-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:;
    -ms-flex-pack:;
    justify-content:;
    line-height: 1em;
}
.task {
    height: 30px;
    padding-left: 10px;  
    color: #555555;
    border: 1px solid #555;
    border-bottom-color: white;
    border-right-color: white;
    border-top-color: white;
    
}
    #first_blok {
background: url( ../img/mob1.jpg) center center no-repeat/cover;
        height: 700px;
        margin-bottom: 0px;
}
    .button_first {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-left: -15px;
    }
    .carousel_text {
        margin-top: 300px;
        padding-bottom: 0px;
      
    }
    .carousel_text p {
    padding-top: 30px;
    padding-bottom: 40px;
  
     line-height: 1.5;
       margin-left: -15px; 
}
/*    first_blok */
   
/*    carouselONE*/

#carouselTwo {
     display: block;
     width: 100%;
     padding: 20px;
    overflow: hidden;

}
    .services + h3 {
    display: block;
}
   .services {
        display: none;
}
   .slide_two {
        max-width: 786px;
        width: 100%;
 }
#carouselTwo .owl-nav {
    position: absolute; 
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
   
     
}
    .services_blok_mobil {
        text-align: center;
        
        padding-bottom: 30px;
    }
       
    h1 {
        margin-top: -20px;
        font-size: 22px;
       margin-left: -15px;
    
      
    }
    h3 {
       font-size: 23px;
        overflow: hidden;
    }
    #first_blok h3 {
        word-wrap: break-word;
        white-space: pre-wrap;
        text-align: left;
        font-size: 23px;
        padding: 10px;
    
    }
  
/*    section second_blok */
    .about {
        
        -webkit-box-orient: vertical;
        
        -webkit-box-direction: normal;
        
        -ms-flex-direction: column;
        
        flex-direction: column;
    }
    .about p {
        margin: 0px;
        padding: 20px;
    }
    .about_text {
    margin-top: 10px;
    margin-left: 30px;
    padding: 0px 80px 0px 0px;
    width: 400px;
    height: 280px;
    border: 8px solid #ffcc00;
    border-bottom: none;
    border-left: none;
    border-top: none;
    line-height: 1.8;
    color: black;
    text-align: right;
    
}
    #second_blok {
        padding-top: 10px;
    }
.about_text1{
    margin-top: 40px;
    padding: 10px 40px 40px 20px;
    width: 400px;
    height: 310px;
    -webkit-box-shadow: 0 0 1px 0px #D3D3D3D3;
    box-shadow: 0 0 1px 0px #D3D3D3D3;
    border: 2px 6px white;
    border-radius: 4px;
    color: black;
    background: -webkit-gradient(linear, left bottom, right top, from(#0099ff), to(#00BFFF));
    background: linear-gradient(to top right, #0099ff, #00BFFF);
    color: white;
    line-height: 1.8;
        
    
}
 .about_image {
        width: 100%;
       padding-left: 0px auto;
        padding-right:  0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
      

   .image_blok {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 00;  
       padding: 20px;
}
    
  .about_image img {
    width: 80px;
    height: 80px;
    padding: 20px 50px 50px 50px;
}  
   
    .button_info {
       width: 200px;
    margin-left: 13%;
 }

/*    section */
    .cases {
        display: none;
    }
      .cases1 {
        display: none;
    }
    #third_blok {
        display: none;
    }
/*    carouselThrewe*/
    #carouselThree {
        display: block;
     width: 380px;
     padding: 30px;
    }

#carouselThree .owl-nav {
    position: absolute; 
    margin-top: 50px;
     
}
    .slide_three {
        max-width: 786px;
        width: 100%
    }
    .thumbs {
        text-align: center;
        margin: 0px;
        width: 100%;
        height: 100%;
        margin: 10px;
        opacity: .99;
       overflow: hidden;
       position: relative;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
       cursor: pointer;
       background: #3399cc;
}
    .thumbs:before {
    display:  none;

}

   .button_keis {
       padding-top: 30px;
       
        width: 130px;
        text-align: center;
        margin-left: 17%;
         
    }
    .title {
        margin-top: 50px;
        font-size: 25px;
        text-align: center;
    }
    .info {
        
        font-size: 20px;
        text-align: center;
    }
    .proud {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 50px 20px 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;     
    }
   
/*    new section blog*/
    #fifth_blok {
        background: white;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    .blog { 
 
    display: -webkit-box; 
 
    display: -ms-flexbox; 
 
    display: flex;
     width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
    margin: 0px;
    background-color: white;
    }
    .blog_blok + p {
        font-size: 12px;
    }
    .blog_blok {
        width: 100%;
        height: 100%;
    }
    .blog_mobil {
        display: none;
    }
    .button_mob {
        color: grey;
        text-align: left;
    }
    .button_mob + p {
        padding-left: 10px;
        font-size: 15px;
    }
    .button_blog {
        width: 150px;
        overflow: hidden;
    }
/*  new blok message */
    #sixth_blok {
        display: none;
    }
/*    footer */
   
    .footer_blok  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
     background-color: #eefaff;
    }
/*footer*/
       footer {
      background-color: white;
      margin-top: 150px;
      margin-bottom: 50px;
      height: 350px;
}

.blok_one {
  display: none;
}

.blok_one1 {
    width: 70%;
    height: 300px;
    margin-left: 50px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: black;
    text-align: left;
    background: #eefaff;
    line-height: 1;
    
}
    .mobil_logo_WDI p {
        margin-left: -50px;
         padding-left: 30px; 
    }  
.footer_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.footer_blok {
    padding-top: 100px;
    padding-left: 0px;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    line-height: 1.2
}
    .footer_blok {
        text-align: center;
    }
#eight_blok {
    height: 55px;
    background: -webkit-gradient(linear, left bottom, right top, from(#333333),to(#696969));
    background: linear-gradient(to top right, #333333,#696969);
    color: white;
    font-size: 15px; 
    width: 100%;
   
}
#eight_blok a {
    color: white;

    
}
.foot {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 5px;
    width: 100%;
   
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
}


