/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

  .banner_laptop_container{
          background: #f7f7f7;
  }
  .banner_laptop{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
            overflow: hidden;
                padding: 112px 0 120px 0;
                    -webkit-box-align: end;
                        -ms-flex-align: end;
                            align-items: flex-end;
                    margin-top: 25px;
}
.banner_laptop .laptop_block{
    background-image: url('/themes/demo/assets/images/ноут.png');
        display: block;
  width: 50%;
    height: 402px;
    background-size: contain;
    background-repeat: no-repeat;
        margin-left: auto;
    z-index: 2;
}
.banner_laptop img{
        position: absolute;
       bottom: 37px;
    width: 250px;
    height: 250px;
    display: block;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-filter: drop-shadow(3px 1px 2px #222);
            filter: drop-shadow(3px 1px 2px #222);
            left: 13%;
           
}
.banner_laptop .cabel_block{
     background-image: url('/themes/demo/assets/images/провод.png');
         display: block;
    width: 70%;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
        position: absolute;
    top: 232px;
    left: 0;
    z-index: 1;
        -webkit-transform: translate(-401px, 0px);
            -ms-transform: translate(-401px, 0px);
                transform: translate(-401px, 0px);
        
          -webkit-animation: cabelGo 2s forwards;
        
                  animation: cabelGo 2s forwards;
}
.Text_banner{
 
}
.Text_banner h3{
      text-align: center;
      font-size: 31px;
          padding-bottom: 190px;
         -webkit-animation: cabelGoH3 2.5s forwards;
                 animation: cabelGoH3 2.5s forwards;
         
}
.Text_banner h3 span{
    color: #fc6f4e;
  
}
.Text_banner p{
        position: absolute;
    right: 44px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
        bottom: 73px;
        -webkit-animation: cabelGoH3 2.7s forwards;
                animation: cabelGoH3 2.7s forwards;
}
@-webkit-keyframes cabelGoH3 {
    0%{
        opacity:0;
    }
    85%{
          opacity:0;
    }
    100%{
     opacity:1;   
    }
}
@keyframes cabelGoH3 {
    0%{
        opacity:0;
    }
    85%{
          opacity:0;
    }
    100%{
     opacity:1;   
    }
}
@-webkit-keyframes cabelGo {
    0%{
        -webkit-transform: translate(-501px, 0px);
                transform: translate(-501px, 0px);
    }
    30%{
        -webkit-transform: translate(-260px, 0px);
                transform: translate(-260px, 0px);
    }
    
    100%{
         -webkit-transform: translate( -86px, 0px);
                 transform: translate( -86px, 0px);
    }
    
}
@keyframes cabelGo {
    0%{
        -webkit-transform: translate(-501px, 0px);
                transform: translate(-501px, 0px);
    }
    30%{
        -webkit-transform: translate(-260px, 0px);
                transform: translate(-260px, 0px);
    }
    
    100%{
         -webkit-transform: translate( -86px, 0px);
                 transform: translate( -86px, 0px);
    }
    
}


.Superiority_items{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    list-style: none;
}
.Superiority_items li{
    opacity: .7;
    cursor: default;
    padding: 30px;
        width: 24%;
            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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
     
}
.Superiority_items li:hover{
    opacity: 1;
}
.Superiority_items li svg{
    color:white;
    width: 40px;
        height: 40px;
}
.Superiority_items li:nth-child(1){
        background: #4eb2f7;
}
.Superiority_items li:nth-child(2){
        background: #c049f8;
}
.Superiority_items li:nth-child(3){
        background: #817eff;
}
.Superiority_items li:nth-child(4){
        background: #f74770;
}
.Superiority_items li h5,
.Superiority_items li span{
    color:white;
    text-align: center;
}
.Superiority_items li h5{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size:20px;
    font-weight: 600;
}
.Superiority_items li span{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size:15px;
        font-weight: 300;
}

  .Services_container{
      padding-top: 100px;
  }
  .info_services h4{
      padding: 25px 0;
      font-weight: bold;
    overflow-wrap: break-word;
    font-size: 50px;
    letter-spacing: normal;
    text-align:center;
  }
    .info_services h4 span{
            color: #fc6f4e;
    }
  .info_text_serv{
      line-height: 1.56;
    overflow-wrap: break-word;
    color: rgb(51, 51, 51);
    text-align: left;
    font-size: 20px;
    letter-spacing: normal;
    max-width:656px;
    margin: 0 auto;
       margin-bottom:112px;
  }
  .Tab_info_container{
      width:100%;
      margin-top:25px;
  }
  .Tab_info_nav_container{
       position: relative;
  }
  .Tab_info_nav{
      list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #ff6718;
    padding-bottom: 25px;
  }
  .Tab_info_nav li{
       -moz-user-select: none;
    -webkit-user-select: none;
      -ms-user-select: none;
        user-select: none;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s;
      cursor: pointer;
          word-wrap: break-word;
    opacity: .6;
    line-height: 1.45;
    font-weight: 700;
    color: #27292b;
    font-size:20px;
    text-align: center;
    -webkit-box-flex:1;
        -ms-flex:1;
            flex:1;
  }
  .Tab_info_nav li svg{
      opacity: .7;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s;
          color: #fc6f4e;
          width: 40px;
    height: 40px;
    display: block;
  }
  .Tab_info_nav li:hover{
      opacity: 1;
  }
  .Current,
  .Current span,
  .Current svg{
          opacity: 1 !important;
  }
  .Tab_info_content{
   margin-bottom: 100px;   
  }
  .Tab_info_content li{
       -webkit-transition: opacity .3s, visibility 3s;
       -o-transition: opacity .3s, visibility 3s;
       transition: opacity .3s, visibility 3s;
      padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -webkit-box-align: flex-start;
            -ms-flex-align: flex-start;
                align-items: flex-start;
  }
  .Content_part_one{
      -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(2px 4px 5px #222);
          width: 49%;
    -o-object-fit: cover;
       object-fit: cover;
        display: block;
  }
  .Content_part_two{
   width: 49%;   
  }
  .Content_part_two h2{
  font-size: 22.5px;
    line-height: 1.38;
    font-weight: 700;
  }
  .Content_part_two p{
          margin-top: 5px;
          font-size: 16px;
          color: #27292b;
          line-height: 1.56;
    font-weight: 400;
        text-align: left;
  }
  .serv_block{
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
  }
  
  .serv_item{
          width: 50%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
        margin-bottom: 96px;
  }
  
  .serv_item img{
      display: block;
    width: 170px;
    height: 170px;
        margin-bottom: 30px;
  }
  .serv_item h4{
         margin-bottom: 30px;
      font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 30px;
text-align: center;

color: #FC6F4E;
  }
  .serv_item p{
      font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
text-align: center;
    max-width: 433px;
color: #000000;

  }
  .Services_container .form_open{
          margin: 92px auto 0 auto;
    display: block;
    margin-bottom: 50px;
    padding: 0;
  width: 376.24px;
height: 82px;
background: white;
border: 3px solid #FF724E;
-webkit-box-sizing: border-box;
        box-sizing: border-box;
border-radius: 30px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
  }
   .Services_container .form_open:hover{
       background:rgba(255, 114, 78, 1);
   }
   .Services_container .form_open:hover span{
       color: #FFFFFF;
   }
  .Services_container .form_open span{
          font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 29px;
/* identical to box height */


color: #000000;
  }