@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
body{
  background-color: #f2f2f2;
  background-image: url("imgs/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}
header{
  margin-top: 113px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 134px;
}
main{
  position: fixed;
  bottom: 0;
  padding-top: 100px;
}
.label-logo{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 97px;
  margin-bottom: 24px;
}
.label-logo img{
  margin-right: 34px;
}
.two-labels h1{
  color: #294263;
  font-family: Roboto;
  font-size: 41px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.23px;
  padding: 0;
  margin: 0;
}
.two-labels h2{
  color: #294263;
  font-family: Roboto;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.58px;
  padding: 0;
  margin: 0;
}
.icons-line{
  width: 100vw;
  height: 133px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #294263;
}
.icons-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
}
.icons-line-item{
  display: flex;
  flex-direction: row;
  gap: 17px;
  align-items: flex-end;
}
.icons-line-item:first-child{
  margin-left: 309px;
}
.icons-line-item span{
  margin-bottom: 4px;
  color: #FFF;
  font-family: Corbel;
  font-size: 23.998px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
}
.phones-illu{
  position: relative;
  margin-left: auto;
  margin-right: 76px;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.phones-illu span{
  color: #294263;
  font-family: Corbel;
  font-size: 19.998px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.4px;
  margin-top: 14px;
}
footer{
  height: 127px;
  width: 100%;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.footer-wrapper{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 92px;
}
.footer-item:first-child{
  margin-left: 309px;
}
.footer-item{
  display: flex;
  flex-direction: row;
  gap: 16px;
  color: #294263;
  font-family: Corbel;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  align-items: center;
}
.mobile-show{
  display: none;
}
@media screen and (max-width: 1800px) {
  .icons-line-item:first-child{
    margin-left: 129px;
  }
  .footer-item:first-child{
    margin-left: 129px;
  }
  .icons-line{
    height: 100px;
  }
  .icons-wrapper{
    gap: 50px;
  }
  .icons-line-item{
    gap: 8px
  }
  .icons-line-item img{
    height: 30px;
    width: 30px;
  }
  .icons-line-item span{
    font-size: 14px;
    margin-bottom: 0;
  }
  footer{
    gap: 50px;
    height: 95px;
  }
  .footer-item{
    gap: 8px;
  }
  .footer-item img{
    width: 11px;
    height: 11px;
  }
  .footer-item span{
    font-size: 16px;
  }
  .phones-illu{
    bottom: 10px;
    margin-right: 135px;
  }
  .phones-illu img{
    height: 200px;
  }
  .phones-illu span{
    font-size: 15px;
    margin-top: 15px;
  }
  .label-logo img{
    width: 63px;
    margin-right: 17px;
  }
  .two-labels h1{
    font-size: 26px;
  }
  .two-labels h2{
    font-size: 17px;
  }
}
@media screen and (max-width: 1100px){
  main{
    position: unset;
  }
  .label-logo{
    flex-direction: column;
  }
  .label-logo img{
    margin-right: unset;
  }
  .icons-line{
    position: relative;
    height: unset;
    min-height: 1px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: center;
    align-items: center;
  }
  .icons-line-item{
    width: 180px;
  }
  .icons-line-item:first-child{
    margin-left: unset;
  }
  .mobile-show{
    display: flex;
  }
  .mobile-hide{
    display: none;
  }
  .icons-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .phones-illu{
    position: unset;
    margin-right: unset;
    margin-left: unset;
    margin-top: auto;
    margin-bottom: auto;
  }
  .two-labels{
    justify-content: center;
    text-align: center;
  }
  footer{
    display: flex;
    flex-direction: column;
    height: unset;
    min-height: 1px;
    align-items: center;
    justify-content: center;
  }
  .footer-wrapper{
    margin-top: 20px;
    justify-content: space-around;
    gap: unset;
    width: 100%;
  }
  .copyright{
    margin-bottom: 20px;
    color: #294263;
    font-family: Corbel;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.4px;
  }
  .label-logo{
    margin-left: unset;
  }
  .icons-line:first-child{
    margin-left: unset;
  }
  .footer-item:first-child{
    margin-left: unset;
  }
}
@media screen and (max-width: 550px) {
  .footer-wrapper{
    flex-direction: column;
    gap: 20px
  }
  .two-labels h1{
    margin-top: 10px;
    width: 300px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    justify-content: center;
  }
  .two-labels h2{
    width: 320px;
    margin-top: 10px;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
  }
  header{
    margin-left: auto;
    margin-right: auto;
    position: unset;
    padding-right: unset;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 400px) {
  .icons-wrapper{
    transform: scale(0.7);
  }
  .phones-illu{
    transform: scale(0.7);
  }
} 
@media screen and (min-height:800px) and (max-width:1100px){
  body{
    background-size: 200%;
  }
}
@media screen and (min-height:0px) and (max-height:600px) and (min-width: 1101px){
  main{
    position: unset
  }
}