/*
.logo_wrap{border: 2px solid red;} 
.info_wrap{border: 2px solid red;}
.contact_img{border: 2px solid red;}
*/


/*========= PRIVATE (Ты мне нужен тут, и больше нигде) =========*/

/* блоки */

.contact, .one {display: flex;}

.one {padding-top: 30px;}


.contact-flex {
    display: flex;
	border-bottom: 1px solid #e7e7e7;
}

.cont-socials, .contact-flex{
    padding: 35px 0 30px;
}

.contact-flex_item {
    width: 50%;
}

.info_wrap {
	padding-right: 20px;
    padding-left: 20px;
}


/* логотип */

.logo_wrap {
     text-align: center;
}
.logo_wrap img {
    max-width: 50%;
}

.contact_img {
    width: calc(50% - 15px);
    background-image: url(img/zastavka_4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}


/* тексты */
.contact h2 {
    font-size: 32px;
	color: #1c2d48;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: left;
	font-family: 'OpenSans-Regular';
}

.contact-title {
    font-size: 14px;
	color: #2761d1;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom: 3px;
	font-family: 'OpenSans-Medium';
}

.contact-address {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.03em;
}

.contact-address img {
    height: auto;
    max-width: 7%;
}

.contact h3 {
    font-size: 18px;
    margin-top: 15px;
	text-transform: uppercase;
}

.contact-address > span {
    font-size: 20px;
}

.contact-address > span, .contact-time span, .contact-contact > span {
    color: #1c2d48;
	font-family: 'OpenSans-Medium';
}


/* время */

.contact-flex .contact-flex_item:nth-child(2) {
    margin-left: 55px;
}

.contact-time table tr td:first-child {
    padding-right: 20px;
}

.contact-time_item, .contact-time table tr td {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    padding-bottom: 4px;
}


/* телефон, почта */

.contact-contact {
    text-decoration: none;
    border: 0;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    color: rgba(41, 41, 41, 0.9);
}


/* соцсети */

.contact-socials {
    display: flex;
    padding: 8px 0 18px;
}

.contact-socials_img {
    background: #2761d1;
	display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;	
}

/* мобильник */

@media (max-width: 1366px){
   
   .logo_wrap {
		display: none;}
	
}

@media (max-width: 992px){
   
    .contact{flex-direction: column;}
	.one {display: block;}
	.contact_img {
		position: relative;
		width: 100%;
		height: 400px;}	
}


@media (max-width: 767px){
   
   .contact-flex {
		flex-wrap: wrap;}
	
	.contact-flex_item {
		width: 100%;
		margin-bottom: 20px;}
	
	.contact-flex .contact-flex_item:nth-child(2) {
		margin-left: unset;}
	
}

@media (max-width: 320px){
 
.contact h2 {
    font-size: 25px;}

}

/* блок интерактивеая карта */

.contact--section {
    position: relative;
}

.contact--section__map {
    height: 550px;
    padding: 0;
	display:block;
}

#contact-map-place {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}



.scroll-img {
    background-image: url(img/zastavka_7.jpg);
}




