

/* Start:/bitrix/templates/istok/css/kontakty/kontakty.css?16660779454708*/
.cont__row{
	display: flex;
    flex-wrap: wrap;
    margin: 45px 0 0 0;
    font-family: 'Roboto Condensed';
}
.cont__item{
	display: flex;
    flex-direction: column;
    width: 33%;
    margin-bottom: 30px;
}
.cont__item:nth-child(3n-2){
	width: 40%;
}
.cont__item:nth-child(3n-1){
	width: 30%;
}
.cont__item:nth-child(3n){
	width: 30%;
}
.cont__header{
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}
.cont__header .cont__item{
	width: 33%;
}
.cont__header .cont__item{
	margin-bottom: 40px;
}
.cont__header .cont__item{
	flex-direction: row;
	align-items: center;
}
.cont__item-icon{
	background: #efeeeb;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
}
.cont__item-icon.icon-1{
	background-image: url('/bitrix/templates/istok/img/icons/kontakty-icon-phone.svg');
}
.cont__item-icon.icon-2{
	background-image: url('/bitrix/templates/istok/img/icons/kontakty-icon-email.svg');
}
.cont__item-icon.icon-3{
	background-image: url('/bitrix/templates/istok/img/icons/kontakty-icon-form.svg');
}
.cont__item-info{
	display: flex;
	flex-direction: column;
	padding-left: 30px;
}
.cont__item-name{
	font-size: 18px;
    margin: 0 0 10px 0;
    color: #000;
}
.cont__item-link{
	display: block;
    color: #F16137;
    text-decoration: none;
    font-size: 18px;
    line-height: 170%;
    font-weight: 600;
    width: fit-content;
}
.cont__item-link:hover{
	cursor: pointer;
	text-decoration: underline;
}
.cont__header .cont__item .cont__item-name{
	margin-bottom: 5px;
	color: #666;
	font-size: 16px;
}
.cont__header .cont__item:nth-child(1) .cont__item-link{
	font-size: 24px;
    line-height: 24px;
}
.cont__header .cont__item:nth-child(1),
.cont__header .cont__item:nth-child(2){
	padding-right: 20px;
}
.cont__item-btn {
    background-color: #F16137;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 10px;
    max-width: 140px;
    border-radius: 3px;
    transition: 0.3s;
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-decoration: none
}
.cont__item-btn:hover{
	cursor: pointer;
	opacity: 0.7
}
.cont__maps{
	display: flex;
    justify-content: space-between;
    margin: 0 0 50px 0;
    border-top: 1px solid #dddddf;
    border-bottom: 1px solid #dddddf;
    padding: 20px 0;
}
.cont__maps-block{
	width: 30%;
    padding-right: 30px;
}
.cont__map{
	width: 70%;
	height: 400px;
}
.cont__map-karta{
	width: 100%;
	height: 100%
}
.cont__sel-title{
	padding-bottom: 8px;
    color: #666;
    font-size: 14px;
    line-height: 17px;
}
.cont__sel-row{
	padding: 10px 0 0 0
}
.cont__sel-row .l_vv{
	font-size: 14px;
	line-height: 150%
}
.inner-pages .cont__sel-row .l_vv ul{
	margin: 13px 0 25px 0
}
.cont__contact-item{
	margin-top: 30px;
}
.cont__contact-item:first-child{
	margin-top: 10px;
}
.cont__contact-item-title{
	color: #666;
    text-transform: uppercase;
    font: 700 17px/22px 'Roboto Condensed',Arial,sans-serif;
}
.cont__contact-item-row{
	margin-top: 15px;
	padding-left: 15px;
	position: relative;
}
.cont__contact-item-row::after{
	position: absolute;
	content: '';
	left: 0;
	top: 7px;
	width: 7px;
	height: 7px;
	background: #F16137;
	border-radius: 50%
}
.cont__contact-item-row:nth-child(2){
	margin-top: 0;
}
.cont__contact-item-val{
	margin-top: 5px;
    color: #000;
    font-size: 14px;
    line-height: 135%
}
.cont__contact-item-val span{
	color: #666;
}
.cont__contact-item-link{
	color: #F16137;
    text-decoration: none;
    padding-left: 5px;
}
@media only screen and (max-width: 1130px){
	.cont__header{
		flex-wrap: wrap;
	}
	.cont__header .cont__item,
	.cont__header .cont__item:nth-child(1), 
	.cont__header .cont__item:nth-child(2){
		padding-right: 0;
		width: 50%
	}
	.cont__map{
		width: 60%
	}
	.cont__maps-block{
		width: 40%
	}
}
@media only screen and (max-width: 710px){
	.cont__header .cont__item,
	.cont__header .cont__item:nth-child(1), 
	.cont__header .cont__item:nth-child(2){
		width: 100%;
		margin-bottom: 25px;
	}
	.cont__item-info{
		padding-left: 15px;
	}
	.cont__maps{
		flex-direction: column;
		margin-bottom: 25px;
	}
	.cont__maps-block{
		width: 100%;
		padding-right: 0
	}
	.cont__map{
		width: 100%;
		height: 300px;
		padding-top: 20px;
	}
	.cont__row{
		margin-top: 25px;
		flex-direction: column;
	}
	.cont__item,
	.cont__item:nth-child(3n-2),
	.cont__item:nth-child(3n-1),
	.cont__item:nth-child(3n){
		width: 100%;
	}
}
@media screen and (max-width: 663px){
	.cont__item-icon{
		width: 60px;
		height: 60px;
		background-size: 28px 28px;
	}
}
/* End */
/* /bitrix/templates/istok/css/kontakty/kontakty.css?16660779454708 */
