<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer{
    margin-top: 120px;
}
.contacts-page a:hover{
    color: var(--tealblue);
}
.contacts-heading{
    position: relative;
    justify-content: space-between;
    margin-bottom: 56px;
}
.contacts-heading__img img{
    height: 15rem;
    position: absolute;
    right: 0;
    top: -55%;
    width: 10rem;
    z-index: -1;
}

.contacts-text.heading-2{
    margin-top: 0;
    margin-bottom: 56px;
}
.contacts-text{
    margin-top: 56px;
    margin-bottom: 96px;
}
.contacts-list__item{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #d0cfd4;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 100px 24px 0;
    position: relative;
}
.contacts-list__item:hover .contacts-list__item-arrow{
    opacity: 1;
    right: 0;
    -webkit-transition: right 0.4s ease 0.2s, opacity 0.4s ease;
    transition: right 0.4s ease 0.2s, opacity 0.4s ease;
}
.contacts-list__item:hover .contacts-list__item-salary {
    color: #130f26;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.contacts-list__item:hover .contacts-list__item-city {
    color: #130f26;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.contacts-list__item:last-of-type{
    border-bottom: 1px solid #d0cfd4;
}
.contacts-list__item-link{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.contacts-list__item-block{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contacts-list__item-arrow{
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: right 0.4s ease, opacity 0.4s ease 0.2s;
    transition: right 0.4s ease, opacity 0.4s ease 0.2s;
}
.contacts-list__item-city{
    color: rgba(19, 15, 38, 0.5);
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.contacts-list__item-name{
    margin-right: 24px;
}
.contacts-list__item-salary{
    color: rgba(19, 15, 38, 0.5);
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.contacts-big-img{
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 80px;
}
.contacts-conditions__list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    /*gap: 40px;*/
}
.contacts-conditions__item{
    margin-bottom: 96px;
    margin-right: 40px;
    width: calc((100% - 80px) / 3);
}
.contacts-conditions__item:nth-child(3n){
    margin-right: 0;
}
.contacts-conditions__item-heading{
    margin-bottom: 24px;
    font-weight: bold;
}
.contacts-conditions__item-text{

}
.contacts-conditions__item .btn-font-medium{
    padding: 16px 40px;
}
.contacts-conditions__item-show{
    cursor: pointer;
    font-weight: bold;
}
.contacts-conditions__item-show:hover{
    color: var(--tealblue);
}
.contacts-page-container .btn{
    margin-bottom: 120px;
}
.contacts-socials{
    display: flex;
    gap: 30px;
}

@media(max-width: 1440px){
    footer{
        margin-top: 30px;
    }
    .contacts-text.heading-2{
        margin-bottom: 36px;
    }
    .contacts-text{
        margin-top: 36px;
        margin-bottom: 48px;
    }
    .contacts-page-container .btn{
        margin-bottom: 80px;
    }
    .contacts-conditions__item .btn-font-medium{
        font-size: 14px;
        letter-spacing: 0.5px;
        line-height: 22px;
        margin-top: 40px;
    }
    .contacts-conditions__list{
        /*gap: 20px;*/
        margin-bottom: 32px;
    }
    .contacts-conditions__item{
        margin-right: 20px;
        margin-bottom: 48px;
        width: calc((100% - 40px) / 3);
    }
    .contacts-heading__text{
        max-width: 916px;
    }
    .contacts-heading__img img{
        width: 114px;
        height: 171px;
    }
    .contacts-page-container{
        margin: 0 120px;
    }

    }
@media(max-width: 1365px) {
.contacts-conditions__item{
    width: calc((100% - 20px) / 2);

}.contacts-conditions__item:nth-child(3n){
     margin-right: 20px;
 }
    .contacts-conditions__item:nth-child(2n){
        margin-right: 0;
    }
    .contacts-page-container{
        margin: 0 60px;
    }
    .contacts-conditions__item .btn-font-medium{
        margin-top: 10px;
    }
    .contacts-big-img{
        width: unset;
        margin: 0 100px 80px;
    }
    .contacts-big-img img{
        width: unset;
        border-radius: 80px;
    }

    .contacts-heading__text{
        max-width: 700px;
    }
    .contacts-heading__img img{
        width: 86px;
        height: 129px;
    }
    .contacts-list__item-arrow{
        opacity: unset;
    }
}
@media(max-width: 1023px){
    .contacts-heading__text{
        max-width: 500px;
    }
    .contacts-list__item-city{
        display: none;
    }
    .contacts-big-img{
        margin: 0 -20px 80px;
    }
    .contacts-page-container{
        margin: 0;
    }

}
@media(max-width: 767px) {
    .contacts-conditions__list{
        margin-bottom: 24px;
    }
    .contacts-page-container .btn{
        width: 100%;
        padding: 12px 0;
        margin-bottom: 48px;
    }
    .contacts-conditions__item-heading{
        margin-bottom: 16px;
    }
    .contacts-text.heading-2{
        margin-bottom: 24px;
    }
    .contacts-text{
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .contacts-list__item-block{
        flex-direction: column;
        align-items: unset;
    }
    .contacts-list__item{
        padding: 24px 100px 24px 0;
    }
    .contacts-list__item-arrow{
        right: 0;
    }
    .contacts-heading__img{
        display: none;
    }
    .contacts-heading__text{
        max-width: unset;
    }

    .contacts-heading{
        margin-bottom: 48px;
    }
    .contacts-conditions__item{
        margin-bottom: 24px;
        margin-right: 0;
        width: 100%;
    }
    .contacts-conditions__item-heading br{
        display: none;
    }
    .contacts-conditions__item .btn{
        width: 100%;
    }

    .contacts-big-img img{
        border-radius: 40px;
    }
}
@media(max-width: 576px) {
    .contacts-big-img{
        margin: unset;
        margin-bottom: 48px;
    }
}
</pre></body></html>