.head {
    background-color: #375E67;
    height: 852px;
    overflow: hidden;
}
.head__container {
    height: 100%;
    position: relative;
}
.head__wrap {
    height: 100%;
    display: flex;
    align-items: center;
}

.head__img {
    position: absolute;
    top: 0;
    right: -200px;
}
.head__img img {
    display: block;
}

.head__title {
    max-width: 460px;
    font-weight: 800;
    font-size: 40px;
    line-height: 51px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.head__descr {
    margin-top: 13px;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
}
.head__img_mob {
    display: none !important;
}

@media(max-width:1310px) {
    .head {
        height: 628px;
    }
    .head__title {
        font-size: 28px;
        line-height: 36px;
    }
    .head__descr {
        font-size: 15px;
        line-height: 19px;
    }
    .head__img{
        right: -142px;
    }
    .head__img img {
        width: 870px;
    }
}
@media(max-width:910px) {
    .head {
        height: auto;
        padding: 102px 0 62px;
    }
    .head__img {
        position: static;
    }
    .head__img img {
        width: 768px;
        max-width: calc(100% + 30px);
        position: relative;
        left: -15px;
    }
    .head__content {
        width: 100%;
    }
    .head__wrap {
        flex-direction: column;
        align-items: center;
    }
    .head__img_desctop {
        display: none !important;
    }
    .head__img_mob {
        display: block !important;
    }
    .head__title {
        text-align: center;
        max-width: none;
        display: inherit;
    }
    .head__descr {
        text-align: center;
        display: inherit;
    }
    .head__btn {
        margin: 0 auto;
    }
    .head__descr {
        margin-top: 8px;
        margin-bottom: 32px;
    }
    .head__img {
        margin-top: 43px;
    }
}
@media(max-width:520px) {
    .head__title {
        font-size: 24px;
        line-height: 31px;
    }
    .head {
        height: auto;
        padding: 45px 0 46px;
    }
    .head__descr {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 0;
    }
    .head__img {
        margin-top: 31px;
    }
    .head__img img {
        max-width: 334px;
        left: 9px;
        right: auto;
        min-height: 200px;
    }
    .head__btn {
        margin-top: 29px;
    }
}
