

/* Start:/local/assets/css/style_contacts.css?17627527207378*/

/* Подключение шрифта */
@font-face {
    font-family: 'Bebas Neue Cyrillic';
    src: url('/local/assets/css/fonts/BebasNeueCyrillic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #0E1727 !important;
}
header .header__top {
    background: #fff
}
.head {
    background-color: #0E1727 !important;
    background-image: none !important; 
}
.head .h1 {
    font-family: Bebas Neue Cyrillic, serif;
    font-size: 62px;
}

section, section div {
    display: flex;
}


.about-contacts h2,
.about-contacts h3,
.about-contacts p {
    margin: 0;
}

.about-contacts h2 {
    font-family: Bebas Neue Cyrillic, serif;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #0A111D;

}

.about-contacts h3 {
    font-family: Bebas Neue Cyrillic, serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: #0A111D;
}

.about-contacts p {
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #B7B9BE;
}



h2.contacts-title{
    font-size: 42px;
}


@media (max-width: 900px) {

    h2.contacts-title{
        font-size: 28px;
    }
}


/* Контакты */
.about-contacts{
    position: relative;
    align-items: center;
}
.about-contacts iframe{
    height: 755px;
}
.about-contacts-item{
    position: absolute;
    right: 50%;
    transform: translateX(640px);
    flex-direction: column;
    width: 498px;
    /*height: 434px;*/
    gap: 30px;
    padding: 60px 40px;
    border-radius: 8px;
    background: white;
    box-shadow: 0 4px 4px 0 #0000001A;
    z-index: 9;

}
.contacts-name,
.contacts-address{
    flex-direction: column;
    gap: 10px;
}
.about-contacts-item span,
.about-contacts-item p{
    font-family: Roboto, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0;
    color: #B7B9BE;
    margin: 0;
}
.about-contacts-item span{
    text-transform: uppercase;
    color: #0A111D;
}
.contacts-item-phone{
    text-decoration: none;
    font-family: Roboto, serif;
    font-weight: 500;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #0A111D;
}
@media (max-width: 1280px) {
    .about-contacts-item{
        transform: translateX(500px);
    }
}
@media (max-width: 1024px) {
    .about-contacts iframe{
        height: 720px;
    }
    .about-contacts-item{
        top:-180px;
        right: unset;
        transform: none;
    }
}
@media (max-width:900px) {
    section.about-contacts{
        margin-top: 60px;
        flex-direction: column;
        gap: 20px;
    }
    .about-contacts iframe{
        height: 470px;
    }
    .about-contacts-item{
        position: relative;
        max-width: 340px;
        width: 100%;
        height: auto;
        padding: 30px 15px;
        gap: 20px;
        top: 0;
    }
    .about-contacts-item span{
        font-size: 16px;
    }
    .about-contacts-item p{
        font-size: 14px;
    }
    .contacts-item-phone{
        font-size: 26px;
    }

}
.contacts-page{
    flex-direction: column;
    gap: 65px;
}
.contacts-page, .contacts-inner {
    position: relative;
    flex-wrap: wrap;
    width: 100%;
}
.left-block{
    width: 40%;
}
.left-block h4,
.text_block h4 {
    font-family: Bebas Neue Cyrillic, serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0.4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.right-block{
    width: 60%;
    flex-direction: column;
    gap: 15px;
}
.contacts-inner .right-block > div:first-child:not(.contacts-addresses){
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}
.contacts-phones.contacts-inner .right-block div:first-child{
    gap: 5px;
}
.contacts-addresses{
    width: 100%;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: left;
    gap: 32px;
}
.contacts-addresses div{
    flex-direction: column;
    gap: 10px;
}
.sub-title,.details-name,.details-content{
    font-family: Bebas Neue Cyrillic, serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;

}
.contacts-inner p{
    margin-top: 0;
}
.contacts-map{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.title-content{
    font-family: Bebas Neue Cyrillic, serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0.4px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    width: max-content;
}

.details-name{
    color: #C4C4C4;
    padding-right: 5px;
}

a.title-content{
    text-decoration: none;
}
a.contacts-social-link{
    text-decoration: none;
}
a.contacts-social-link img{
    height: 40px;
    width: 40px;
}
.social-contacts.contacts-inner .right-block > div:first-child{
    flex-direction: row;
}
.contacts-section{
    margin: 120px auto !important;
}

.bg_image_one {
    position: absolute;
    right: -246px;
    top: -120px;
    max-height: max-content;
}
.bg_images_two {
    position: absolute;
    left: -307px;
    top: 30px;
    max-height: max-content;
}
.bg_images_three {
    position: absolute;
    right: -301px;
    top: -35px;
    max-height: max-content;
}
.svg_click_soc {
	pointer-events: bounding-box;
	transition: 0.3s all;
	cursor: pointer;
}
@media (hover:hover) {
	.svg_click_soc:hover {
		opacity: 0.6;
	}
}

@media (max-width:1200px) {
    .bg_images_three {
        right: -401px;
    }
}
@media (max-width:900px) {
    .contacts-addresses {
        max-width: calc(calc(100%) - 150px);
    }
    .right-block,.left-block{
        width: 100%;
    }
    .left-block h4,
    .text_block h4 {
        margin-bottom: 20px;
    }
    .right-block > div{
        flex-wrap: wrap;
    }
    .contacts-page{
        gap: 20px;
    }
    section.contacts-page.about-contacts{
        margin-top: 0;
        gap: 30px;
    }
    .contacts-section{
        margin: 40px auto !important;
    }
    .bg_image_one {
        top: 0;
        right: 0;
        max-width: 150px;
    }
    .bg_images_two {
        max-width: 180px;
        left: inherit;
        right: 0;
        top: 80px;
    }
    .bg_images_three {
        right: 0;
        top: 200px;
        max-width: 270px;
    }
    .head .h1 {
        font-size: 56px;
    }
}
@media (max-width:600px) {
    .bg_images_three {
        max-width: 160px;
        top: 160px;
    }
    .bg_images_two {
        max-width: 100px;
        top: 120px;
    }
    .bg_image_one {
        max-width: 100px;
        top: -60px;
    }
    .contacts-addresses {
        max-width: inherit;
        gap: 15px;
        margin-bottom: 15px;
    }
    .left-block h4,
    .text_block h4 {
        font-size: 26px;
    }
    .head {
        min-height: 130px !important;
        margin-bottom: 0 !important;
    }
    .head .h1 {
        font-size: 32px;
    }
    .title-content {
        font-size: 18px;
    }
    .contacts-inner .right-block > div:first-child:not(.contacts-addresses) {
        margin-bottom: 0;
    }
    .sub-title, .details-name, .details-content {
        font-size: 18px;
    }
}

/* End */
/* /local/assets/css/style_contacts.css?17627527207378 */
