/*-------------------------------------------------------------------------------------------------------Page Контакты*/
.kontakty .first-screen .first-screen__content h1{
    font-weight: 500;
    line-height: 1.4;
}
.kontakty__article-body{
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: auto;
    min-width: 400px;
    max-width: 500px;
    background-color: rgba(255, 255, 255, .9);
    padding: 32px 30px;
}
.kontakty-item{
    position: relative;
    text-align: center;
}
.kontakty-item__title{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 2px;
}
.kontakty-item__text{
    font-size: 16px;
    line-height: 1.2;
    white-space: pre-line;
}
/*iPhone 14 Pro Max landscape*/
@media only screen and (max-width : 932px) and (orientation: landscape){
}
/*//iPhone 14 Pro Max landscape*/
/*iPhone 14 Pro Max portrait*/
@media only screen and (max-width : 430px) and (orientation:portrait){
    .kontakty__article-body{
        display: block;
        position: relative;
        z-index: 1;
        height: auto;
        min-width: 100%;
        max-width: none;
        background-color: rgba(255, 255, 255, 1);
        padding: 40px 0 30px !important;
    }
    .kontakty-item{
        margin-bottom: 30px;
    }
    .kontakty-item__title {
        font-size: calc(16px + 1.5vw);
    }
    .kontakty-item__text {
        font-size: calc(10px + 1.5vw);
    }
}
/*//iPhone 14 Pro Max portrait*/
/*-----------------------------------------------------------------------------------------------------//Page Контакты*/