
.section-contact-us {
    padding-top: 1rem
}

@media (min-width: 1024px) {
    .section-contact-us {
        padding-top:4rem
    }
}

.section-contact-us__info-banner-wrapper {
    margin-bottom: 24px
}

@media (min-width: 1024px) {
    .section-contact-us__info-banner-wrapper {
        margin-bottom:49px
    }
}

@media (min-width: 1024px) {
    .section-contact-us .section__description {
        margin-bottom:3rem
    }
}

@media (min-width: 768px) {
    .section-contact-us .contacts {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.section-contact-us .contacts__item {
    margin-bottom: 1.5rem;
    width: 100%
}

@media (min-width: 768px) {
    .section-contact-us .contacts__item {
        max-width:calc(50% - 1rem)
    }
}

@media (min-width: 1024px) {
    .section-contact-us .contacts__item {
        max-width:calc(50% - 2.5rem);
        margin-bottom: 0
    }
}

.section-contact-us .contacts__item a:not(.btn) {
    color: #05ada3;
    font-weight: 700
}

.section-contact-us .contacts__item a:not(.btn):hover {
    text-decoration: underline
}

.section-contact-us .contacts__item h3 {
    position: relative;
    min-height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: .5rem;
    padding-left: 4.25rem
}

@media (min-width: 1024px) {
    .section-contact-us .contacts__item h3 {
        min-height:73px;
        padding-left: 6rem;
        margin-bottom: 1rem
    }
}

.section-contact-us .contacts__item h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 52px;
    height: 53px;
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 1024px) {
    .section-contact-us .contacts__item h3:before {
        width:72px
    }
}

.section-contact-us .contacts__item--location,.section-contact-us .contacts__item--phone {
    margin-bottom: 50px
}

.section-contact-us .contacts__item--phone h3:before {
    background-image: url(../images/ico_phone-contacts.svg)
}

@media (min-width: 1024px) {
    .section-contact-us .contacts__item--phone h3:before {
        height:74px
    }
}

.section-contact-us .contacts__item--phone .description {
    font-size: .875rem;
    line-height: 1.57;
    color: #394a58;
    margin-bottom: .5rem
}

@media (min-width: 1024px) {
    .section-contact-us .contacts__item--phone br {
        display:none
    }
}

.section-contact-us .contacts__item--location h3:before {
    background-image: url(../images/ico_location.svg);
    height: 59px
}

@media (min-width: 1024px) {
    .section-contact-us .contacts__item--location h3:before {
        height:83px;
        top: -9px
    }
}

.section-contact-us .contacts__item--chat h3:before {
    background-image: url(../images/ico_chat.svg);
    height: 55px
}

@media (min-width: 1024px) {
    .section-contact-us .contacts__item--chat h3:before {
        height:77px;
        top: -9px
    }
}

.section-contact-us .contacts__item--chat .btn {
    font-size: .875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 20px;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1rem 1rem 0
}

@media (min-width: 1024px) {
    .section-contact-us .contacts__item--chat .btn {
        padding-left:2rem;
        padding-right: 2rem;
        margin-right: 1rem
    }
}

.section-contact-us .contacts__item--chat .btn:before {
    content: "";
    width: 23px;
    height: 24px;
    background-repeat: no-repeat;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.section-contact-us .contacts__item--chat .btn--facebook:before {
    content: "";
    background-image: url(../images/ico_facebook-btn.svg)
}

.section-contact-us .contacts__item--chat .btn--whatsapp:before {
    content: "";
    background-image: url(../images/ico_whatsapp-btn.svg)
}

.section-contact-us .contacts__item--chat .btn--chat {
    padding: 14.5px 20px
}

.section-contact-us .contacts__item--chat .btn--chat:before {
    content: "";
    height: 19px;
    background-image: url(../images/ico_livechat-btn.svg)
}

.section-contact-us .contacts__item--chat .description {
    font-size: .875rem;
    line-height: 1.57;
    color: #394a58;
    margin-bottom: .5rem
}

.section-contact-us .contacts__item--email h3:before {
    background-image: url(../images/ico_email.svg)
}

@media (min-width: 1024px) {
    .section-contact-us .contacts__item--email h3:before {
        height:73px
    }
}

.section-contact-us .contacts__item--email a {
    font-size: 1.25rem;
    line-height: 1.7
}

.section-contact-us .contacts__item__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 1024px) {
    .section-contact-us .contacts__item__buttons {
        max-width:430px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 768px) {
    .section-banner__content {
        padding-right:42%
    }
}

.section-banner__img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1024px) {
    .section-banner__img {
        width:42%
    }
}

.section-banner__heading span {
    line-height: 1.1;
    display: block;
    letter-spacing: .2px;
    font-size: 38px
}

@media (min-width: 1024px) {
    .section-banner__heading span {
        font-size:74px
    }
}

.section-banner__buttons {
    margin-top: 1.75rem
}

.info-ukr-banner {
    padding: 24px 20px;
    background-color: #eff8ff;
    border-radius: 4px
}

@media (min-width: 1024px) {
    .info-ukr-banner {
        padding:28px;
        position: relative
    }
}

.info-ukr-banner__content__title {
    color: #1b577f;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 12px
}

.info-ukr-banner__content__text {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    color: #1b577f
}

@media (min-width: 1024px) {
    .info-ukr-banner__content__text {
        max-width:30rem
    }
}

@media (min-width: 1280px) {
    .info-ukr-banner__content__text {
        max-width:37rem
    }
}

.info-ukr-banner__img {
    display: none
}

@media (min-width: 1024px) {
    .info-ukr-banner__img {
        display:inline-block;
        position: absolute;
        right: 2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media (min-width: 1280px) {
    .info-ukr-banner__img {
        right:5.5rem;
        top: -8px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}
