* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  body{
      font-family: 'Poppins', sans-serif;
  }
  li{
      list-style: none;
  }
  a{
      text-decoration: none;
      cursor: pointer;
  }
  h1 {
    font-size: 4em;
    text-align: center;
    padding-bottom: 70px;
}
  .container{
      width: 80%;
      max-width: 1440px;
      margin-left: auto;
      margin-right: auto;
  }

  .header{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 4px 10px rgb(0 0 0 / 5%);
    z-index: 10; 
  }
  .header__top {
    height: 90px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    font-size: 1.2em;
  }
  
  .header__top .nav {
    display: flex;
    width: 100%;
    height: 100%;
  }
  
  .header__top .nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    width: 80%;
    margin-left: auto;
  }
  
  .header__top .nav ul li {
    list-style: none;
    /* margin-right: 32px; */
  }
  
  .header__top .nav ul li a,
  .header__top .nav ul li a:visited {
    color: #1B1A1A;
  }
  .header__top .nav > ul > li > a{
      position: relative;
      height: 100%;
      margin-right: 30px;
  }
 
  .header__top .nav > ul > li > a:after{
    width:  0;
    transition: all 0.6s ease-in-out;
    content: ""; 
    display: block;
    clear: both; 
    height: 2px;  
    position: absolute;
    bottom: 0;
    left:0;
    background-color: #1B1A1A;
}
.header__top .nav > ul > li:hover > a:after,
.header__top .nav > ul > li.active > a:after{   
    width: 100%;    
}

  .logo{
      width: 160px;
      height: 90px;
      background-image: url(../img/logo11.png);
      background-repeat: no-repeat;
      background-size: contain;
      cursor: pointer;
  }

.kuberit{
    display: grid;
    grid-template-columns: 50% 50%;
    height: 800px;
    background-color: #00001c;
    color: #fff;
}

.kuberit__title{
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.kuberit p,
.p__about{
    font-size: 1.4em;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.kuberit__bg{
    background-image: url(../img/logo41.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main__content{
    position: relative;
    margin-top: -100px; 
    padding-bottom: 450px;   
}
.content__item{
    background-color: #fff;
    margin-bottom: 50px;
    box-shadow: 10px 10px 20px rgb(0 70 204 / 15%);
}
.content__item h2{
    font-size: 2.5em;
    text-align: left;
    padding: 40px 70px;
    color:#001d77
}
.content__item ul li{
    font-size: 1.4em;
    list-style: none;
    position: relative;
    margin-left: 70px;
    margin-bottom: 15px;
}
.content__item ul li:before{
    content: '';
    position: absolute;
    top: 9px;
    left: -25px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #001d77;
}

.item__list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    margin-bottom: 20px;
    padding-bottom: 50px;
    background-color: #fff;
}
.ico{
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
}

.ico__item1{
    background-image: url(../img/laptop7.png);
    width: 450px;
    height: 415px;
}
.ico__item2{
    background-image: url(../img/laptop4.png);
    width: 450px;
    height: 415px;
}
.ico__item3{
    background-image: url(../img/data.png);
    width: 450px;
    height: 415px;
}
.ico__item4{
    background-image: url(../img/comp3.png);
    width: 450px;
    height: 415px;
}

.connect{
    padding-top: 50px;
}

.connect h3{
    font-size: 1.8em;
    text-align: center;
    color: #001d77;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.btn{
    margin: 0 auto;
    padding: 24px 110px;
    display: block;
    text-transform: uppercase;
    background-color: #001d77;
    border-radius: 100px;
    box-shadow: 0 4px 20px rgb(11 51 247 / 25%);
    border: none;
    color: #fff;
    margin-bottom: 50px;
    cursor: pointer;
}
.team{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px;
}
.team__description{
    font-size: 1.3em;
    padding-bottom: 70px;
    padding-top: 100px;
    
}
.team__description p{
    padding-bottom: 25px;
}
.team__pic{
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    margin-left: -100px;
}
.about__company,
.contacts{
    color: #001d77;
    padding-bottom: 45px;
}

.about__company p{
    padding-bottom: 50px;
}
.company__description{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 80px;
    padding-bottom: 50px;
}
.desc{
    font-size: 1.4em;
}
.ico__company{
    background-image: url(../img/laptop6.png);
    width: 580px;
}

.project__solutions{
    padding-bottom: 50px;
}
.solutions__desc{
    width: 50%;
}
.solutions__desc h3{
    font-size: 1.8em;
    text-align: left;
    margin-bottom: 15px;
    color:#001d77;
    position: relative;
}
.solutions__desc h3::before{
    content: '';
    position: absolute;
    top: 7px;
    left: -35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgb(255 255 255 / 41%);
    background-blend-mode: overlay;
    width: 47px;
    height: 55px;
    background-image: url(../img/logo12.png);
    z-index: -1;
}
.solutions__desc p{
    font-size: 1.2em;
    margin-bottom: 15px;
}
.more{
    color: rgb(168, 168, 168);
}
.factors{
    padding-bottom: 120px;
}
.factors h2,
.competence h2{
    text-transform: uppercase;
    margin-bottom: 45px;
    color:#001d77;
}
.factors__list,
.competence__list{
    columns: 2;
}
.competence__list{
    margin-bottom: 60px;
}
.factors__item,
.competence__item{
    margin-bottom: 30px;
    font-size: 18px;
    position: relative;
    padding-left: 80px;
}
.factors__item::before{
    content: '';
    position: absolute;
    top: -5px;
    left: -3px;
    width: 60px;
    height: 42px;
    background-image: url(../img/logo9.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgb(255 255 255 / 41%);
    background-blend-mode: exclusion;
}
.competence__item::before{
    content: '';
    position: absolute;
    top: 0px;
    left: 25px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgb(255 255 255 / 41%);
    background-blend-mode: overlay;
    width: 47px;
    height: 55px;
    background-image: url(../img/logo12.png);
}

.competence{
    padding-bottom: 45px;   
}

.contacts{
    padding-bottom: 30px;
}
.contact__city{
    font-size: 3em;
    color: #001d77;
}
.contact__info{
    padding-bottom: 40px;
}
.contact__address{
    border-top: 1px solid #002c7f;
}
.contact__address-wrapper{
    padding: 50px 0;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center;
}
.address{
    font-weight: bold;
    text-decoration-line: underline;
    font-size: 1.2em;
}
.map{
    width: 100%;
    margin: 0 auto;
}
iframe{
    width: 100%;
}
.feedback{
    position: absolute;
    bottom: 300px;
    box-shadow: -4px -4px 20px rgb(0 70 204 / 15%);
    padding: 60px;
    z-index: 5;
    background-color: white;
    margin-top: 30px;
    border-radius: 5px;
    left: 0;
    right: 0;
    max-width: 946px;
    margin: 0 auto;
}

.feedback h2{
    padding: 0;
    margin-bottom: 50px;
}
.title{
    font-size: 1.5em;
    margin-bottom: 50px;
}
.form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-bottom: 70px;
}
input{
    padding: 5px 20px;
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1em;
    line-height: 25px;
}
.info{
    font-size: 0.8em;
    color: rgb(107, 107, 107);
    text-align: center;
}

footer{
    position: relative;
}
.footer__top{
    background-color: #1e1953;
}

.footer__top-content{
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
}
.footer__top-content ul{
    display: flex;
    justify-content: flex-end;
}

.footer__top-content a{
    color: #fff;
    font-size: 1.2em;
    margin-right: 50px;
}
.logo__footer-top{
    background-image: url(../img/logo9.png);
    width: 240px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.footer__bottom{
    height: 100px;
    background-color: #000;
}
.footer__bot-content{
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo__footer-bot{
    background-image: url(../img/logo10.png);
    height: 55px;
    width: 250px;
    background-repeat: no-repeat;
    background-size: contain;
}
.copy{
    color: white;
    font-size: 0.8em;
}
.copy span{
    padding-left: 40px;
    padding-right: 40px;
}