

/* Start:/contact/style.css?17643391871947*/
.head {
    background: url(/contact/bg2.jpg) no-repeat right center / 100%;
    color: white;
}
header + .content h1 {
    display: none;
}
header + .content .head h1 {
    display: initial;
}
.head h1 {
    margin: 0;
    padding: 60px 0;
}
/* .contacts__in {
    position: relative;
    display: flex;
    flex-wrap: wrap;
} */
.object {
    position: absolute;
}
.contacts__object-2 {
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
    display: none;
}
.contacts-view{
    margin-top:40px;
}
.contacts-view img {
    width: 100%;
}
.contacts__info {
    display: flex;
    flex-direction: row;
    gap: 32px;
    position: relative;
    padding: 32px 0 0;
}
.contacts__info-item .label-item {
    font-size: 17px;
    color: #82a1d7;
    font-weight: 500;
    margin: 0 0 10px;
}
.contacts__info-item .desc-item, .contacts__info-item .desc-item a {
    font-size: 17px;
    font-weight: 700;
    line-height: 150%;
}

.contacts__info-item .desc-item,
.contacts__info-item .desc-item a,
.contacts__info-item .desc-item b {
    color: #333;
}
.contacts__info-item .desc-item b {
    font-weight: 700;
}
.contacts__info-item {
    flex: 1 1 25%;
}
.contacts__map {
    position: relative;
    flex: 0 0 100%;
}

.contacts__map {
    height: 450px;
}
.contacts__map #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}
@media(max-width:1024px){
    p.desc-item {
        word-break: break-word;
    }
    body .contacts__map {
        margin-left: 0;
        margin-right: 0;
    }
    body .contacts__info-item .desc-item {
        word-break: break-word;
        font-size: 16px;
        line-height: 1.2;
    }
}
@media(max-width:740px){
    .contacts__info-item {
        padding: 0 10px;
        display: inline-block;
        width: 43%;
    }
}
/* End */
/* /contact/style.css?17643391871947 */
