

/* Start:/local/templates/d1/css/pageContacts2.css?16341157365496*/
.contacts-left {
	float: left;
	width: calc(50% - 10px);
	margin-bottom: 45px;
}
.contacts-left-col {
	width: 50%;
	padding-right: 10px;
	margin-bottom: 25px;
	float: left;
}
.contacts-right {
	width: calc(50% - 10px);
	float: right;
	margin-bottom: 45px;
}
.contacts-right .contacts-map {
	height: 200px;
}
.contacts-mail-img {
	text-align: center;
	margin-bottom: 15px;
}
.contacts-mail-img img {
	vertical-align: top;
}
.contacts-mail-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.1;
	padding: 0;
	margin: 0 0 15px;
	text-align: center;
}
.contacts-mail-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contacts-mail-list li {
	padding: 0;
	margin: 0 0 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contacts-mail-list .left,
.contacts-mail-list .right {
	position: relative;
	z-index: 1;
	background-color: #f8f9f9;
	padding: 0 2px;
}
.contacts-mail-list .left {
	font-weight: 700;
}
.contacts-mail-list .dots {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	overflow: hidden;
}
.contacts-mail-list a {
	color: #171717;
	text-decoration: underline;
}
.contacts-mail-list a:hover {
	text-decoration: none;
	color: #296bb1;
}
.contacts-map {
	margin: 0 -10px 54px;
	height: 398px;
}
.contacts-requisites ul {
	width: 450px;
	display: block;
	margin: 0 auto !important;
}
.contacts-form,
.contacts-requisites {
	display: block;
	border: 1px solid #ebedee;
	background-color: #f8f9f9;
	padding: 35px 5px;
	margin: 0 -10px 57px;
}
.contacts-form-title,
.contacts-requisites-title {
	text-align: center;
	color: #171717;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 30px;
	padding: 0;
}
.contacts-form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 663px;
	margin: 0 auto;
}
.contacts-form-col {
	margin: 0 10px 15px;
	width: calc(100% - 20px);
	position: relative;
}
.contacts-form-col.col50 {
	width: calc(50% - 20px);
}
.contacts-form-input, .contacts-form-textarea {
	width: 100%;
}
.contacts-form-input::-webkit-input-placeholder, .contacts-form-textarea::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.contacts-form-input:-ms-input-placeholder, .contacts-form-textarea:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.contacts-form-input::-ms-input-placeholder, .contacts-form-textarea::-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.contacts-form-input::placeholder, .contacts-form-textarea::placeholder {
	color: #999;
	opacity: 1;
}
.contacts-form-input {
	padding: 0 18px;
}
.contacts-form-textarea {
	padding: 15px 18px;
	resize: none;
}
.contacts-form-checkbox {
	margin-top: 15px;
	text-align: center;
	margin-bottom: 22px;
	padding: 0 10px;
}
.contacts-form-checkbox label {
	line-height: 1.4;
	text-align: left;
}
.contacts-form-btn {
	width: 260px;
	height: 54px;
	border-width: 1px;
	line-height: 52px;
	border-radius: 27px;
	margin: 0 auto;
	display: block;
	font-size: 18px;
}
.contacts-phone .phone {
	color: #171717;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.1;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 3px;
}
.contacts-phone .phone:hover {
	color: #2e77c6;
}
.contacts-callback {
	color: #171717;
	text-decoration: underline;
	position: relative;
	padding-left: 25px;
}
.contacts-callback:before {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	width: 16px;
	height: 16px;
	background: url(/local/templates/d1/img/icon-phone.png) no-repeat center/contain;
}
.contacts-callback:hover, .contacts-callback:focus {
	color: #171717;
}
.contacts-callback:hover {
	text-decoration: none;
	color: #2e77c6;
}
.contacts-time {
	font-size: 30px;
	line-height: 1.1;
}
.contacts-text {
	font-size: 14px;
}
.contacts-text p {
	margin: 0 0 25px;
}
.contacts-text p:last-of-type {
	margin-bottom: 0;
}
.contacts-address-info {
	display: block;
	position: relative;
	font-size: 12px;
	padding-left: 25px;
	margin-top: 5px;
}
.contacts-address-info:before {
	content: "!";
	font-size: 14px;
	height: 19px;
	width: 19px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #2e77c6;
	text-align: center;
	color: #fff;
}
.table {
	display: table;
	background-color: #d9edf7;
	border-color: #3a87ad;
}
.row {
	display: table-row;
	background-color: #f2dede;
	border-color: #b94a48;
}
.cell {
	display: table-cell;
	background-color: #fbeed5;
	border-color: #c09853;
}
@media (max-width: 1279px) {
	.contacts-left-col {
		width: 100%;
		float: none;
	}
}
@media (max-width: 755px) {
	.contacts-map {
		height: 280px;
	}
	.contacts-left {
		width: auto;
		float: none;
	}
	.contacts-right {
		width: auto;
		float: none;
	}
}
@media (max-width: 550px) {
	#SDEK_info {
		width: 95% !important;
		height: 180px !important;
		left: auto;
	}
	#SDEK_wrapper {
		width: auto !important;
	}
	.contacts-form-col.col50 {
		width: calc(100% - 20px);
	}
	.contacts-phone .phone {
		font-size: 25px;
	}
	.contacts-time {
		font-size: 25px;
	}
	.contacts-mail-title {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.contacts-mail-list li {
		display: block;
		margin-bottom: 20px;
		text-align: center;
	}
	.contacts-mail-list li > span {
		display: block;
	}
	.contacts-mail-list li .dots {
		display: none;
	}
	.contacts-requisites ul {
		width: 100%;
	}
}

/* End */


/* Start:/local/components/d1/breadcrumb/templates/.default/style.css?1550084144617*/
.breadcrumbs {
	color: #272934;
	margin: 0 0 15px;
	padding: 15px 0 0;
	list-style: none;
}
.breadcrumbs li {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.breadcrumbs li::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 8px;
	width: 1px;
	height: 17px;
	background-color: #ebedee;
	position: relative;
	top: -1px;
}
.breadcrumbs li:last-of-type::after {
	display: none;
}
.breadcrumbs a {
	color: #999;
}
.breadcrumbs a:hover {
	color: #296bb1;
}
@media (max-width: 1144px) {
	.breadcrumbs {
		display: none;
	}
}
/* End */


/* Start:/local/templates/d1/components/ipol/ipol.sdekPickup/.default/style.css?15591581405565*/
#SDEK_pvz{
	background-color : white;
	padding          : 10px;
	overflow         : hidden;
	font-family      : Arial;
	width            : 100%;
	height           : 586px;
}
#SDEK_mask{
	width            : 100%;
	height           : 100%;
	opacity          : 0.8;
	position         : fixed;
	z-index          : 2000;
	background-color : black;
	display          : none;
	top              : 0px;
	padding          : 5px
}
#SDEK_head{
	height:35px;
	clear: both;
	padding-top: 7px;
	position: relative;
	top: -480px;
}
#SDEK_logo{
	background  : url('/bitrix/images/ipol.sdek/widjet/logo.png') no-repeat transparent;
	width       : 169px;
	height      : 11px;
}
#SDEK_logo:hover{
	background-position: 0px -12px;
}
#SDEK_logo a{
	text-decoration : none;
	width           : 100%;
	height          : 100%;
	display         : block;
}
#SDEK_closer{
	position   : absolute;
	background : url('/bitrix/images/ipol.sdek/widjet/close.png') no-repeat transparent;
	height     : 22px;
	width      : 22px;
	right      : 15px;
	top        : 18px;
	z-index    : 1000;
	cursor     : pointer;
}
#SDEK_closer:hover{
	background-position: 0px -22px;
}
#SDEK_map{
	float: left;
	height: 500px;
	width: 100%;
}
#SDEK_info{
	float:left;
	position:relative;
	height: 480px;
	overflow: hidden;
	width: 245px;
	color: black;
	top: -490px;
	left: 10px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 0 5px #5D5D5D;
}
#SDEK_sign{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding-left: 98px;
	background: url('/bitrix/images/ipol.sdek/widjet/widjetLogo.png') no-repeat;
}
#SDEK_delivInfo_PVZ,#SDEK_delivInfo_POSTOMAT{
	height: 30px;
	/* font-weight: bold; */
	font-size: 12px;
	/* border-bottom: 1px dashed #e3e3e3; */
	line-height: 35px;
	padding: 0px 11px;
	background-color: #fafafa;
	color: #808080;
	display: none;
	border-top: 1px solid #e3e3e3;
}
#SDEK_wrapper{
	height: 400px;
	overflow: auto;
	width: 245px;
	border: none;
	outline: none;
	background-color: #fafafa;
}
#SDEK_wrapper p{
	cursor : pointer;
	padding: 5px 6px;
	margin:  5px 6px;
	font-size: 12px;
}
#SDEK_wrapper p span{
	font-size: 12px;
	white-space: nowrap;
	display: inline-block;
	line-height: 10px;
}
#SDEK_wrapper p .IPOLSDEK_subPunct{
	width: 130px;
	overflow: hidden;
}
.IPOLSDEK_subPunct_detail_PVZ, .IPOLSDEK_subPunct_detail_POSTOMAT{
	color: #bfbfbf;
}
.sdek_chosen{
	background-color : #ebebeb;
}
#SDEK_ten{
	position: relative;
	top: -5px;
	background-color: white;
	height: 10px;
	box-shadow: 0 0 5px 5px white;
	width: 235px;

	opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}
/*Переключатель режимов*/
#SDEK_modController{
	padding: 0px 10px;
	padding-bottom: 10px;
}
.SDEK_mC_block {
	float: left;
	height: 30px;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #e3e3e3;
	cursor: pointer;
}
.SDEK_mC_block.active{
	border: 1px solid #e98535;
	background-color: #f8ece1;
	color: #e98535;
}
#SDEK_mC_ALL{
	border-radius: 5px 0px 0px 5px;
	width: 34px;
}
#SDEK_mC_PVZ{
	width: 105px;
}
#SDEK_mC_POSTOMAT{
	border-radius: 0px 5px 5px 0px;
	width: 80px;
}

/*балун*/
#SDEK_baloon{
	background-color:white;
	max-width: 258px;
	font-family: Arial;
	font-size: 12px;
	padding-left: 3px;
}
#SDEK_baloon > div{
	margin-top: 5px;
}
.sdek_baloonInfo{
	color: #666666;
	max-height: 80px;
	overflow: hidden;
}
.sdek_baloonDiv{
	max-width: 235px;
	padding-left:8px;
	float:left;
}
.sdek_baloonPrice{
	height: 20px;
	text-align: center;
}
.sdek_icon{
	float:left;
	width:12px;
	min-height: 12px;
	margin-top:4px;
}
.SDEK_iAdress{
	margin-top: 0px !important;
	font-size: 14px;
}
.SDEK_iTelephone{background: url('/bitrix/images/ipol.sdek/widjet/phone.png') no-repeat;}
.SDEK_iTime{background: url('/bitrix/images/ipol.sdek/widjet/clock.png') no-repeat;}
.SDEK_iPrTerm{background: url('/bitrix/images/ipol.sdek/widjet/prTerm.png') no-repeat;}
#SDEK_button{
	width:130px;
	height:25px;
	background: url('/bitrix/images/ipol.sdek/widjet/chooze.png') no-repeat;
	display: block;
	margin: auto;
	text-decoration:none;
}
#SDEK_button:hover{
	background-position: 0px -25px;
}
#SDEK_title{
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
	width: 898px;
}
#SDEK_title > div,#SDEK_cityPicker > div{
	font-size: 12px;
	font-family: Arial;
	float:left;
}
#SDEK_cityPicker > div:first-child{
	padding-top:9px;
	margin-bottom: 10px;
}
#SDEK_cityPicker{
	width: 300px;
}
#SDEK_citySel{
	display:none;
}
#SDEK_cityName{
	text-decoration:none;
	border-bottom:1px dotted #007ACF;
}
#SDEK_cityLabel{
	padding: 9px 12px 0px 12px;
}
#SDEK_cityLabel a{
	margin-bottom: 9px;
	color: #3366CC;
	display:block;
}
#SDEK_cityLabel a:hover{
	color: #24478F;
	text-decoration: none !important;
}
#SDEK_cityLabel:hover {
	background: #FFFFFF;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.506);
	position: absolute;
	z-index: 100;
}
#SDEK_cityLabel:hover > #SDEK_citySel{
	display: block;
}
#SDEK_cityLabel:hover > #SDEK_cityName{
	text-decoration:underline;
	border-bottom:none;
}
.SDEK_mark{
	height: 32px;
	padding-left: 460px;
	line-height: 20px;
	cursor: default;
	text-align: right;
}
.SDEK_mark .SDEK_courierInfo{
	float: left;
	padding: 0px 2px;
}
#SDEK_logoPlace{
	width: 300px;
	height: 38px;
	background-image: url("/bitrix/images/ipol.sdek/SDEKogo.png");
	background-repeat:no-repeat;
	background-position: 241px 2px;
}
#SDEK_separator{
	background-color: #e3e3e3;
	width: 1px;
	height: 38px;
}
#SDEK_citySearcher{
	margin-bottom: 5px;
}
.sdek_baloonDiv a{
	cursor: help;
}
/* End */
/* /local/templates/d1/css/pageContacts2.css?16341157365496 */
/* /local/components/d1/breadcrumb/templates/.default/style.css?1550084144617 */
/* /local/templates/d1/components/ipol/ipol.sdekPickup/.default/style.css?15591581405565 */
