

/* Start:/local/templates/two_col/components/bitrix/news.list/dealer/style.css?17379837212452*/
.dealers{
	margin: 40px 0 0;
	position: relative;
	height: 601px;
}
.dealers .bx-yandex-view-layout{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 37px;
	bottom: 0px;
}
.dealers .tabs {
    position: relative;
	z-index: 1;
	max-width: 465px;
	height: 601px;
	float: right;
	background: #E03E3D;
	margin-bottom: 64px;
	padding: 0 40px;
}
.tabs input[type=radio] {
    display:none;
}
.tabs label p {
    padding: 5px;
    margin-right: 0;
}
.tabs label {
    display: block;
    float: left;
    /*width: 50%;*/
	width: 100%;
	cursor: pointer;
	height: 41px;
	/*z-index: -1;*/
	position: relative;
	text-align: center;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	/* identical to box height */

	text-transform: uppercase;

	color: #FFFFFF;

	opacity: 0.5;
	margin: 64px 0 45px;
	border-bottom: 2px solid #FFFFFF;
}
.tabs label:hover,
.tabs [id^="tab"]:checked + label {
	opacity: 1;
}
.tab-content {
    display: none;
    padding: 50px;
    box-sizing: border-box;
	background: #212121;
	flex-wrap: wrap;
	width: 595px;
	left: -140px;
position: relative;
	height: 451px;
	overflow-y: auto;
}
.tab-content .contact-item{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
	width: 45%;
	color: #FFFFFF;
	padding: 10px 20px;
	margin-bottom: 0px;
}
.tab-content .contact-item:nth-child(2n-1){
	margin-right: 5%;
}
.tab-content .contact-item a{
	color: #E03E3D;
}
.tab-content .contact-item:hover{
	background: #353232;
	cursor: pointer
}

#tab-first:checked ~ #tab-content-1,
#tab-second:checked ~ #tab-content-2{
    display: flex;
}
@media screen and (max-width: 1400px) {
	.dealers .container{
		max-width: 1100px;
	}
}
@media screen and (max-width: 1200px) {
	.dealers .tabs{
		padding: 0 15px;
	}
	.tab-content{
		padding: 20px;
		width: 100%;
		left: 0px;
	}
}
@media screen and (max-width: 768px) {
	.dealers {
		height: 1165px;
	}
	.dealers .tabs{
		max-width: none;
		float: none;
		height: auto;
		margin: 0px;
		padding-bottom: 15px;
	}
	.dealers .bx-yandex-view-layout{
		top: 0px;
		position: relative;
	}
	.tabs label{
		margin-top: 45px;
	}
	.tab-content .contact-item{
		font-size: 13px;
		line-height: 19px;
		padding: 5px;
	}
}
/* End */


/* Start:/local/templates/two_col/components/bitrix/news.list/dealer/bitrix/map.yandex.view/.default/style.css?1737983721166*/
.ymaps-layers-pane {
    filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1737983575666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/two_col/components/bitrix/main.feedback/opt/style.css?17379837212470*/
.opt_form{
	background: #F8F8F8;
	padding: 90px 0;
	position: relative;
}
.opt_form .container{
	position: relative;
	z-index: 1;
}
.opt_form .name{
	font-weight: 700;
	font-size: 44px;
	line-height: 123%;
	margin: auto auto 15px;
	text-align: center;
	text-transform: uppercase;
	max-width: 1000px;
	color: #231916;
}
.opt_form .description{
	font-style: normal;
	font-weight: 300;
	font-size: 32px;
	line-height: 46px;
	text-align: center;

	color: #A6A6A6
}
.opt_form form{
	max-width: 833px;
	margin: 60px auto 0;
}
.opt_form form .form-group{
	display: flex;
}
.opt_form form .group{
	width: 50%;
}
.opt_form form .group:first-child{
	margin-right: 5%;
}
.opt_form .group input{
	height: 62px;
	background: #FFF;
	border-color: #D9D9D9;
	padding: 0 10px;
	margin-bottom: 30px;
	width: 100%;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	color: #616161;
}
.opt_form .group input.parsley-error,
.opt_form .group textarea.parsley-error {
  border: 1px solid #FF0000 !important;
}
.opt_form textarea{
	background: #FFF;
	border: 1px solid #D9D9D9;
	padding: 10px;
	margin-bottom: 10px;
	width: 100%;
	height: 114px;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 23px;
	resize: none;
	color: #616161;
}
.opt_form textarea:focus{
	outline: none;
}
.opt_form form .wrapper__submit{
	width: 100%;
}
.opt_form form .wrapper__submit .main-button{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.17em;
	text-transform: uppercase;
	color: #FFF;
	height: 61px;
	width: 100%;
	background: #E60013;
	border: none;
	margin-top: 30px;
}
.message-error-opt{
	color: #FF0000;
}
@media screen and (max-width: 992px) {
	.opt_form{
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.opt_form::after,
	.opt_form::before{
		content: none;
	}
}
@media screen and (max-width: 768px) {
	.opt_form{
		padding: 56px 15px;
	}
	.opt_form .name{
		font-size: 22px;
	}
	.opt_form .description{
		font-size: 16px;
		line-height: 23px;
	}
	.opt_form form .form-group{
		flex-direction: column;
	}
	.opt_form form .group:first-child{
		margin: 0px;
	}
	.opt_form form .group{
		width: 100%;
	}
	.opt_form .group input{
		margin-bottom: 13px;
	}
	.opt_form form .wrapper__submit .main-button{
		margin-top: 13px;
	}
}
/* End */
/* /local/templates/two_col/components/bitrix/news.list/dealer/style.css?17379837212452 */
/* /local/templates/two_col/components/bitrix/news.list/dealer/bitrix/map.yandex.view/.default/style.css?1737983721166 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1737983575666 */
/* /local/templates/two_col/components/bitrix/main.feedback/opt/style.css?17379837212470 */
