.slick-track{
    padding: 15px 0;
}
header{
    display: flex;
    justify-content: space-between;
}
.screen-5{
    margin-bottom: 85px;
}
.conditions-item__icon i,.conditions-item__icon svg{
    font-size: 67px;
    color: #fff;
}
.callback-block__title{
    font-size: 37px;
}
.help-block{
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
}
.position-static{
    position: static;
}
.position-relative{
    position: relative;
}
.subscribe-block form{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.subscribe-block button{
    margin: 10px 0 0 0;
}
.subscribe-block .form-group{
    margin-bottom: 0;
}
.subscribe-block input{
    margin: 0;
}
button.close{
    margin-left: auto;
}
.modal-form input{
    color: #fff;
}
.job-link{
    height: 56px;
    overflow: hidden;
    display: block;
}
.job-info__title h1{
    padding-right: 70px;
}
@media screen and (max-width: 575px){
    .job-info__title h1{
        padding-right: 0;
    }
    .subscribe-block form{
        flex-direction: column;
    }
    .subscribe-block form input{
        margin-bottom: 15px;
    }
    .slider-job .slick-arrow{
        top: -30px;
    }
}
.footer-link__icons a{
    opacity: 1;
}
.footer-link__icons svg{
    font-size: 25px;
}
.slick-next, .slick-prev{
    width: 32px;
    height: 23px;
    z-index: 5;
}
@media screen and (max-width: 992px){
    .language-switcher{
        top: 210px;
        right: 20px;
        display: none;
    }
    .navbar{
        width: 200px;
    }
    .navbar-light .navbar-toggler{
        margin-left: auto;
    }
    .categories__item{
        text-align: right;
        padding-right: 20px;
    }
    .main-screen__button{
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        text-align: center;
    }
    .screen-2{
        margin-top: 20px;
    }
    .screen-4{
        margin-top: 60px;
    }
    .background-home{
        height: 100%;
        background-position: top center;
    }
    .main-screen{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .screen-5{
        margin-top: 60px;
        margin-bottom: 50px;
    }
    .footer{
        flex-direction: column;
        align-items: center;
    }
    .footer-link__title{
        text-align: left;
    }
}
.questionnaire{
    margin-top: 100px;
}
.questionnaire__title{
    font-size: 37px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
}
.questionnaire label{
    color: #fff;
}
@media screen and (max-width: 768px){
    .questionnaire__title{
        font-size: 19px;
    }
}
.item-string{
    flex-direction: column;
}
.item-string__value{
    height: 19px;
    overflow: hidden;
}
.job-element__content{
    height: 275px;
}
.contacts__info{
    padding-top: 40px;
}
.footer-link__icons{
    justify-content: flex-start;
}
@media screen and (max-width: 1200px){
    .contacts__info{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width: 768px){
    .contacts__info{
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-link__icons a{
        margin-right: 29px;
    }
    .footer{
        margin-top: 0;
    }
}
@media screen and (max-width: 575px){
    .contacts__info{
        padding-left: 20px;
        padding-right: 20px;
    }
}
.about{
    width: 50%;
    float: left;
    padding-right: 10px;
}
.about img{
    display: block;
    max-width: 100%;
}
@media screen and (max-width: 992px){
    .about{
        width: 100%;
        float: none;
    }
}
.user-networks svg{
    color: #fff;
    opacity: 0.3;
    font-size: 20px;
    margin-right: 22px;
    transition: all .4s ease-in-out .1s;
}
.user-networks svg:hover{
    color: #039be5;
    opacity: 1;
}
.team-title{
    margin-top: 35px;
}
.team-container{
    max-width: 780px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 75px;
    margin-top: 30px;
}
.team-element{
    width: 220px;
    height: 181px;
    background-color: #f4ac0e;
    border-radius: 10px;
    padding: 90px 10px 10px 10px;
    position: relative;
    color: #000;
    margin: 0 10px 95px 10px;
}
.team-element__image{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: -75px;
    left: 0;
    right: 0;
    margin: auto;
}
.team-element__name{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
    padding: 0 10px;
}
.team-element__occupation{
    text-align: center;
    font-size: 13px;
}