.vector_bg_2 {
    right: 0;
    top: 0;
}

.contacts__hero .container {
    padding-top: 120px;
    padding-bottom: 203px;
}

.contacts__content {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.contacts__content .h2 {
    font-family: "Livret_Subhead_Light", sans-serif;
    line-height: 120%;
}

.contacts__content .h2 span {
    font-family: "Livret_Subhead_Light_Italic", sans-serif;
}

.contacts__content .h3 {
    font-family: "Livret_Subhead_Light", sans-serif;
}

.contacts__content .h3 a {
    font-family: "Livret_Subhead_Light_Italic", sans-serif;
}

.contacts__press {
    background: linear-gradient(270deg, #FFFFFF 0%, #EEF0F8 95.8%);
    padding: 160px 0;
}

.contacts__press .h2 {
    margin-bottom: 60px;
    font-family: "Livret_Subhead_Light", sans-serif;
}

.contacts__press-cards {
    display: flex;
    margin-left: 360px;
    gap: 20px;
}

.contacts__press-cards div {
    width: 330px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contacts__press-cards div .h3 {
    font-family: "Livret_Subhead_Light", sans-serif;
}

.card-cont {
    justify-content: center;
}

.card-cont a {
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: underline;
    text-decoration-thickness: .5px;
    text-underline-offset: 4px;
}

.contacts__addres {
    padding: 160px 0 180px 0;
}

.addres__list {
    margin-left: 360px;
    display: flex;
    gap: 20px;
}

.addres_item {
    width: 330px;
    display: flex;
    flex-direction: column;

}

.addres_item p {
    line-height: 120%;
}

.address-desc {
    margin-bottom: 28px;
    margin-top: 32px;
    height: 60px;
}

.address-name,
.addres_item a {
    font-family: "Livret_Subhead_Light", sans-serif;
}

.line {
    margin-top: 12px;
    width: 100%;
    height: 1px;
    background-color: #1B1B1B;
}

.addres_item a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: underline;
    text-decoration-thickness: .5px;
    text-underline-offset: 4px;
}

.vector_bg_2_mob {
    display: none;
}

@media (max-width: 1303px) {

    .addres__list {
        margin-left: inherit;
    }

    .addres_item {
        width: 33%;
    }

    .contacts__press {
        padding-top: 100px;
        padding-bottom: 114px;
    }

    .contacts__addres {
        padding-top: 110px;
        padding-bottom: 117px;
    }
}

@media(max-width: 1050px) {
    .contacts__press-cards {
        margin-left: inherit;
        width: 334px;
        flex-direction: column;
        gap: 28px;
    }

    .address-desc {
        margin-top: 28px;
    }

    .vector_bg_2 {
        height: 100%;
    }
}

@media(max-width: 800px) {
    .vector_bg_2 {
        position: relative;
        width: 100%;
    }

    .contacts__hero .container {
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 118px;
        padding-right: 0;
    }

    .vector_bg_2 {
        display: none;
    }

    .vector_bg_2_mob {
        display: block;
    }

    .contacts__content {
        gap: 40px;
        padding-right: 20px;
    }
}

@media(max-width: 767px) {
    .contacts__hero .container {
        padding-top: 136px;
    }

    .addres__list {
        flex-wrap: wrap;
    }

    .addres__list .addres_item {
        width: 100%;
        max-width: calc(50% - 10px);
    }

    .contacts__addres {
        padding: 80px 0;
    }

    .contacts__press {
        padding-top: 80px;
        padding-bottom: 114px;
    }

    .contacts__press-cards {
        width: 100%;

    }

    .contacts__press .h2 {
        margin-bottom: 44px;
    }

    .contacts__content {
        gap: 28px;
        padding-left: 20px;
    }

    .contacts__hero .container {
        gap: 101px;
        padding-left: 0;
    }

    .contacts__press-cards div {
        width: 100%;
    }
}

@media(max-width: 540px) {


    .addres__list {
        gap: 60px;
    }

    .addres__list .addres_item {
        width: 100%;
        max-width: 100%;
    }

    .address-desc {
        margin-bottom: 24px;
        margin-top: 24px;
        height: 54px;
    }
}