*,
*::after
*::before{
    box-sizing: border-box;
}

.header{
    background-image: url(../images/header_bg.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 70px 10px 38px;
    color: #fff;
    margin-bottom: 150px;
}

a{
    color: inherit;
    text-decoration: none;
}

body{
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #303030;
}

.header__subtitle{
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    margin-top: auto;
}

.header__title{
    font-weight: 700;
    line-height: 87px;
    font-size: 64px;
}

.header__button{
    margin-top: 50px;
    margin-bottom: auto;
    cursor: pointer;
    align-self: center;
}

.header__title span{
    display: block;
    font-size: 42px;
    line-height: 57px;
}

.button__path{
    transition: fill .5s;
}

.button:hover .button__path{
   fill: #a9a32a;
}

.button__text{
    font-size: 18px;
    line-height: 25px;
    transform: translateY(-17px);
    display: inline-block;
    margin-left: -60px;
}

ul{
    list-style: none;
}

.social{
    display: flex;
    justify-content: center;
    align-items: center;
}

.social__link{
    padding: 0 10px;
}

.service{
    margin-bottom: 150px;
}

.container{
    padding: 0 10px;
    max-width: 1200px;
    margin: 0 auto;
}

.title{
    font-size: 24px;
    font-weight: 700;
    line-height: 33px;
    color:  #868585;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.service__inner{
    display: flex;
}

.service__content{
    flex-basis: 510px;
    margin-right: 90px;
}

.service__box{
    margin-bottom: 50px;
}

.service__box-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}

.service__img{
    object-fit: cover;
}

.info{
    margin-bottom: 150px;
}

.info__inner{
    display: flex;
}

.info__box{
    margin-right: 90px;
    flex-basis: 510px;
}

.info__content{
    flex-basis: 600px;
}

.info__content-text{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 17px;
    font-weight: 700;
}

.info-tabs{
    margin-bottom: 100px;
}

.info-tabs__items{
    margin-bottom: 120px;
}

.info-tabs__item--active{
    border-bottom: 1px solid #303030;
}

.info-tabs__content{
    display: none;
}

.info-tabs__content--active{
    display: block;
}

.info-tabs__item{
    font-size: 18px;
    line-height: 25px;
    margin-right: 40px;
}

.info-slider{
    max-width: 510px;
}

.info-slider__img{
    margin-right: 40px;
    float: left;

}

.info-slider__text{
   padding-bottom: 15px; 
}

.slick-arrow{
    position: absolute;
    left: 275px;
    bottom: -3px;
    z-index: 5;
    cursor: pointer;
}

.slick-right{
    left: 340px;
}

.info__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}

.info__list-item{
    flex-basis: 235px;
    margin-bottom: 17px;
}

.info__list-title{
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.blockquote{
    padding: 128px 10px 144px;
    background-image: url(../images/citata.jpg);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 150px;
}

.blockquote__text{
    max-width: 670px;
    margin: 0 auto;
    font-size: 42px;
    line-height: 57px;
    color: white;
}

.clients{
    margin-bottom: 150px;
}

.clients-slider__box{
    display: flex;
}

.clients-slider__box-img{
    flex-basis: 510px;
    margin-right: 90px;
    margin-bottom: 30px;
}

.clients-slider__box-title{
    max-width: 478px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

.clients-slider__box-list{
    margin-left: 40px;
    margin-bottom: 50px;
}

.client-slider__box-item{
    margin-bottom: 15px;
}

.slick-arrow:hover path{
    fill: #A9A32A;
}

.slick-arrow path{
    transition: fill .5s;
}

.step{
    margin-bottom: 150px;
}

.step__inner{
    display: flex;
}

.step_img{
    flex-basis: 600px;
    object-fit: cover;
}

.step__content{
    margin-right: 90px;
}

.step__list{
    list-style: none;
    counter-reset: number;
    
}

.step__list-item{
    counter-increment: number;
    margin-bottom: 30px;
}

.step__list-item::before{
    content: '0' counter(number);
    margin-bottom: 11px;
    color: #868585;
}

.step__list-item:nth-child(n +10)::before{
    content: counter(nubmer);
}

.step__list-title{
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

.footer{
    background-image: url(/images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 0 50px;
    color: #fff;
}

.footer__top{
    margin-bottom: 150px;
    display: flex;
}

.footer__form{
    flex-basis: 510px;
    margin-right: 90px;
}

.footer__title{
    font-weight: 700;
    font-size: 24px;
    line-height: 43px;
    text-transform: uppercase;
    margin-bottom: 60px;
}

.footer__bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__botoom-link{
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}

.footer .social{
    margin-right: -10px;
}

.footer__input{
    border: none;
    border-bottom: 1px solid white;
    display: block;
    width: 100%;
    background-color: transparent;
    padding-bottom: 11px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 19px;
    color: white;
    margin-bottom: 60px;
}

.footer__input::placeholder{
    font-weight: 400;
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    line-height: 19px;
}

.footer__form-btn{
    background-color: transparent;
    border: none;
    padding: 0;
    color: #fff;
}

.footer__contacts-item{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
}
