*,
*::before,
*::after{
  box-sizing: border-box;
}
a{
  text-decoration: none;
  color: inherit;
}
ul{
  list-style: none;
}
body{
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #303030;
}
.container{
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
.header{
  color: #fff;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 70px 10px 38px;
  text-align: center;
  margin-bottom: 150px;
}
.logo{
  align-self: center;
}
.subtitle{
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-top: auto;
}
.title{
  font-weight: 700;
  font-size: 64px;
  line-height: 87px;
}
.title span{
  display: block;
  font-size: 42px;
  line-height: 57px;
}
.button{
  align-self: center;
}
.header .button{
  margin-bottom: auto;
  margin-top: 50px;
}
.button__text{
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
  transform: translateY(-25px);
  margin-left: -57px;
}
.button__path{
  transition: all .3s;
}
.button:hover .button__path{
  fill: #A9A32A;
}
.socials{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
/* ________________________________ */
.service{
  margin-bottom: 150px;
}
.caption{
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #868585;
  margin-bottom: 60px;
  text-transform: uppercase;
}
.service__inner{
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.service__content{
  width: 510px;
}
.service__img{
  width: 50%;
  object-fit: cover;
}
.service__box{
  margin-bottom: 50px;
}
.service__box:last-child{
  margin-bottom: 0;
}
.service__box-title{
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
.service__box-text{
  font-size: 14px;
  line-height: 19px;
}
/* ________________________________ */
.info{
  color: #303030;
  margin-bottom: 150px;
}
.info__inner{
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.info__box{
  width: 510px;
}
.info__content{
  width: 50%;
}
.info__content-img{
  width: 100%;
}
.info-tabs__items{
  display: flex;
  gap: 40px;
  margin-bottom: 120px;
}
.info-tabs__item{
  font-size: 18px;
  line-height: 25px;
}
.info-tabs__item--active{
  border-bottom: solid 2px #303030;
}
.info-tabs__contentbox{
  margin-bottom: 100px;
}
.info-tabs__content{
  display: none;
}
.info-tabs__content--active{
  display: block;
}
.info-slider{
  width: 510px;
}
.info-slider__img{
  width: 235px;
  margin-right: 40px;
  float: left;
}
.info-slider__text{
  padding-bottom: 5px;
}
.info__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.info__item{
  width: 235px;
}
.info__title{
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 5px;
}
.info__text{
  font-size: 14px;
  line-height: 19px;
}
.info__content-text{
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 17px;
}
.info__content-img{
  object-fit: cover;
}
.slick-arrow{
  position: absolute;
  left: 275px;
  bottom: 0;
  z-index: 5;
  cursor: pointer;
  transition: all .4s;
}
.slick-right{
  left: 340px;
}
.slick-arrow:hover path{
  fill: #A9A32A;
}
.banners{
  margin-bottom: 150px;
  background-image: url(../images/banner_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner__title{
  max-width: 673px;
  color: #fff;
  font-weight: 400;
  font-size: 42px;
  line-height: 57px;
  text-align: center;
  padding: 0 15px;
}
/* ________________________________ */
.customers{
  margin-bottom: 180px;
}
.customers__inner{
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.customers__slider{
  width: 510px;
}
.customers__info{
  width: 100%;
}
.customers__info-title{
  width: 478px;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #303030;
  margin-bottom: 30px;
}
.customers__info-text{
  margin-left: 50px;
  margin-bottom: 65px;
}
.customers__info-item{
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 15px;
}
.customers .slick-arrow{
  margin-bottom: -30px;
}
/* _______________________________ */
.business{
  margin-bottom: 150px;
}
.business__inner{
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.business__info{
  width: 510px;
}
.business .caption{
  width: 324px;
  margin-bottom: 60px;
}
.business__list{
  list-style: none;
  counter-reset: li;
}
.business__item{
  counter-increment: li;
  margin-bottom: 30px;
}
.business__item::before {
  content: '0' counter(li);
  font-size: 14px;
  line-height: 19px;
  color: #868585;
  margin-bottom: 11px;
}
.business__item:nth-child(n + 10)::before {
  content: counter(li);
}
.business__title{
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 2px;
}
.business__text{
  font-size: 14px;
  line-height: 19px;
}
.business__img{
  object-fit: cover;
}

.footer{
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 730px;
  padding: 70px 0 50px;
  color: #fff;
}
.footer__top{
  display: flex;
}
.footer__form{
  width: 510px;
  margin-right: 90px;
}
.footer__caption{
  color: inherit;
}
.footer__input{
  display: block;
  width: 100%;
  height: 30px;
  margin-bottom: 50px;
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px #fff;
}
.footer__input::placeholder{
  color: #fff;
}
.footer__btn{
  background-color: transparent;
  border: none;
}
.footer__btn-text{
  color: #fff;
}
.footer__contacts-list{
  margin-bottom: 150px;
}
.footer__contacts-item{
  line-height: 25px;
  margin-bottom: 30px;
}
.footer__bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__bottom-link{
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 1200px){
  .info-tabs__items {
    margin-bottom: 40px;
  }
  .info-tabs__contentbox {
    margin-bottom: 70px;
  }
}
@media (max-width: 1100px){
  .customers__slider {
    width: 50%;
  }
  .customers__info{
    width: 50%;
  }
  .customers__info-title {
    width: 100%;
    margin-bottom: 25px;
  }
  .customers__info-text {
    margin-left: 0;
    margin-bottom: 55px;
  }
  .customers__info-item {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .business__info {
    width: 50%;
  }
  .business__img {
    width: 50%;
  }
}
@media (max-width: 963px){
  .header{
    margin-bottom: 80px;
  }
  .caption {
    margin-bottom: 35px;
  }
  .service {
    margin-bottom: 90px;
  }
  .service__box-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;;
  }
  .service__box {
    margin-bottom: 35px;
  }
  .info {
    margin-bottom: 90px;
  }
  .customers__info-text {
    margin-bottom: 40px;
  }
  .customers {
    margin-bottom: 50px;
  }
  .business {
    margin-bottom: 50px;
  }
  .footer{
    min-height: 0;
    padding: 30px 0;
  }
  .footer__contacts-list {
    margin-bottom: 80px;
  }
}
@media (max-width: 890px){
  .title {
    font-size: 45px;
    line-height: 60px;
  }
  .title span {
    font-size: 30px;
    line-height: 40px;
  }
  .info__inner{
    flex-wrap: wrap-reverse;
  }
  .info__box{
    width: 100%;
  }
  .info__content{
    width: 100%;
  }
  .info-slider{
    width: 100%;
  }
  .info-slider__item{
    width: 100%;
  }
  .info-slider__img{
    width: 50%;
  }
  .info-slider__text{
    padding-bottom: 0;
    line-height: 25px;
  }
  .slick-right{
    left: 530px;
  }
  .slick-left{
    left: 470px;
  }
  .info__item{
    width: 45%;
  }
  .info__content-img{
    display: none; 
  }
  .customers__info-text {
    margin-bottom: 20px;
  }
  .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
    line-height: 0;
  }
  .slick-dots button{
    font-size: 0;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #303030;
    border: none;
    transition: all .2s;
  }
  .slick-active button{
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 768px){
  .header {
    margin-bottom: 50px;
  }
  .caption {
    margin-bottom: 25px;
  }
  .service__inner {
    flex-wrap: wrap;
  }
  .service__content {
    width: 100%;
  }
  .service__box {
    margin-bottom: 25px;
  }
  .service__img {
    width: 100%;
  }
  .info {
    margin-bottom: 50px;
  }
  .banners {
    margin-bottom: 50px;
    min-height: 400px;
  }
  .banner__title {
    font-size: 30px;
    line-height: 45px;
  }
  .customers__inner {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
  .customers__slider {
    width: 100%;
  }
  .customers__info {
    width: 100%;
  }
  .customers .button{
    
  }
  .business__info {
    width: 100%;
  }
  .business .caption {
    width: 100%;
    margin-bottom: 30px;
  }
  .business__item {
    margin-bottom: 15px;
  }
  .business__img {
    display: none;
  }
}
@media (max-width: 640px){
  .header {
    padding: 30px 10px 30px;
  }
  .title {
    font-size: 35px;
    line-height: 45px;
  }
  .title span {
    font-size: 22px;
    line-height: 35px;
  }
  .slick-arrow{
    display: none;
  }
  .service {
    margin-bottom: 50px;
  }
  .info-tabs__contentbox {
    margin-bottom: 35px;
  }
  .banners {
    min-height: 350px;
  }
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__form {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .footer__btn {
    width: 100%;
  }
  .footer__contacts{
    width: 100%;
  }
  .footer__contacts-list{
    margin-bottom: 50px;
  }
  .footer__bottom {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
  }
  .footer .logo{
    order: -1;
  }
}
@media (max-width: 534px){
  .info-slider__img {
    width: 100%;
    margin-bottom: 10px;
  }
  .banner__title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 420px){
  .info-tabs__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .banners {
    min-height: 300px;
  }
  .info__item {
    width: 100%;
  }
}