

/* Start:/bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.css?17878124096417*/
/* absolute path to images is required to make crm-sale proxy work */

.bx-sls .dropdown-block {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px #ebebeb;
	box-shadow: inset 0 1px 2px #ebebeb;
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
}

.bx-sls .dropdown-block-ui {
	font-size: 14px;
	padding: 0 22px 0 30px;
	position: relative;
	background-color: #fff;
	margin-top: 5px;
}

.bx-sls .dropdown-arrow {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/dropdown-errow.png) no-repeat center center;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	width: 22px;
}

.bx-sls .bx-ui-sls-container {
	overflow: hidden;
	min-height:25px;
}

.bx-sls .bx-ui-sls-pane {
	border: 1px solid #bdbdbd;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 3px #c7c7c7;
	box-shadow: 0 2px 3px #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	max-height: 200px;
	overflow-y: auto;
	left: 0;
	top: 35px;
	padding: 5px 5px 3px 5px;
	position: absolute;
	width: 100%;
}

.bx-sls .dropdown-active .bx-ui-sls-pane {
	display: block;
}

.bx-sls .bx-ui-sls-variants {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bx-sls .dropdown-item {
	border-radius: 2px;
	padding: 7px 4px 7px 10px;
	margin-bottom: 2px;
}

.bx-sls .dropdown-item:hover {
	background-color: #f1f3f5;
	cursor: pointer;
}

.bx-sls .dropdown-img {
	border: none;
	display: inline-block;
	height: 12px;
	margin: 3px 12px 0 0;
	vertical-align: top;
	width: 16px;
}

.bx-sls .dropdown-item-text {
	/*makeup:color: #212121;*/
	color: #aba8ac;
	display: inline-block;
	/*max-width: 220px;*/ /*silly limitation*/
	vertical-align: top;
}

.bx-sls .dropdown-item-text span{
	color: #25282c;
}

.bx-sls .dropdown-list-title {
	border-bottom: 1px solid #e5e5e5;
	height: 37px;
	line-height: 37px;
	padding-left: 8px;
}

.bx-sls .dropdown-icon {
	background: url(/bitrix/components/bitrix/sale.location.selector.search/templates/.default/images/lens.png) no-repeat center center;
	height: 14px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 14px;
}

.bx-sls .quick-locations{
	margin-bottom: 5px;
}
.bx-sls .quick-location-tag {
	background-color: #f2f5f8;
	border: 1px solid #cad3dc;
	border-radius: 3px;
	color: #1e55b9;
	display: inline-block;
	font-size: 15px;
	height: 27px;
	line-height: 26px;
	margin: 0 3px;
	padding: 0 14px;
	text-decoration: none;
	margin-bottom: 10px;
}
.bx-sls .quick-location-tag:hover{
	background-color: #fafafa;
}

.bx-sls .dropdown-fade2white{
	width: 46px;
	height: 31px;
	position: absolute;
	top: 2px;
	right: 0;

	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}

.bx-sls .bx-ui-sls-clear{
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -3386px no-repeat scroll;
	width: 30px;
	height: 30px;
	cursor: pointer;
	cursor: hand;
	margin-top: 2px;

	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}
.bx-sls .bx-ui-sls-clear:hover{
	background-position: 6px -3418px;
}

.bx-sls .bx-ui-sls-loader{
	background-image: url(/bitrix/panel/main/images/waiter-white.gif) !important;
	background-repeat: no-repeat !important;
	background-position: right -1px !important;

	width: 30px;
	height: 30px;

	position: absolute;
	top: 3px;
	right: 2px;
	display: none;
}

.bx-sls .bx-ui-sls-go-edit{
	display: none;
}

.bx-sls .bx-ui-sls-pane{
	max-height: 300px;
}

.bx-sls input::-ms-clear {
	display: none;
}

.bx-sls input[type="text"]{
	position: relative;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	position: absolute !important;
	top: 0;
	left: 0;

	color: #000 !important;

	opacity: 1 !important;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;

	padding:0 22px 0 0 !important;
	background-position: right 1px;
	background-repeat: no-repeat;

	font-family: var(--ui-font-family-primary, var(--ui-font-family-helvetica));
	font-size: 14px;
	height: 33px;
	width: 100%;
	outline: none;
	z-index:10;
}
.bx-sls .bx-ui-sls-route{
	color: #aba8ac !important;
	z-index:5;
}

.bx-sls .bx-ui-sls-pane{
	background-color: #fff;
	z-index: 999;
	border: 1px solid #87919c;
}

.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant,
.bx-sls .bx-ui-sls-error{
	padding: 10px 10px;
}
.bx-sls .bx-ui-sls-error{
	color: #ff2222;
	padding-left: 30px;
	position: relative;
}
.bx-sls .bx-ui-sls-error div{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(/bitrix/panel/main/images/bx-admin-sprite-small.png) 6px -2895px no-repeat scroll;
}
.bx-sls .bx-ui-sls-variants .bx-ui-sls-variant:hover,
.bx-sls .bx-ui-sls-variant-active{
	background-color: #E0E8EA;
}

.adm-sls-edit-link{
	margin-top: 10px;
}

/* CSS-modes below: admin, public; */
.bx-admin-mode .bx-sls-go-edit{
	margin-left: 10px;
	display: none;
}

.bx-admin-mode .dropdown-block {
	border-color: #87919c #959ea9 #9ea7b1;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3), 0 2px 2px -1px rgba(180, 188, 191, 0.7) inset;
	height: 25px;
}

.bx-sls.bx-admin-mode .bx-ui-sls-fake,
.bx-sls.bx-admin-mode .bx-ui-sls-route {
	height: 25px;
}

.bx-admin-mode .dropdown-icon {
	top: 7px;
}

.bx-admin-mode .dropdown-fade2white {
	height: 22px;
}

.bx-admin-mode .dropdown-fade2white {
	right: 1px;
}

.bx-admin-mode .bx-ui-sls-clear {
	background-position: 6px -3389px;
	height: 22px;
}

.bx-admin-mode .bx-ui-sls-clear:hover{
	background-position: 6px -3421px;
}

.bx-admin-mode .bx-ui-sls-loader {
	background-position: right -4px !important;
	height: 21px;
}

.bx-admin-mode .bx-ui-sls-pane {
	top: 27px;
}
/* End */


/* Start:/local/templates/main/components/ipol/ipol.sdekPickup/order/style.css?17878128565743*/
#SDEK_pvz{
	position         : absolute;
	z-index          : 2100;
	display          : none;
	background-color : white;
	padding          : 10px;
	overflow         : hidden;
	font-family             : Arial;
	width            : 900px;
	height           : 543px;
}
#SDEK_mask{
	width            : 100%;
	height           : 100%;
	opacity          : 0.8;
	position         : fixed;
	z-index          : 2000;
	background-color : black;
	display          : none;
	top              : 0px;
	left             : 0px;
	padding          : 5px
}
#SDEK_head{
	height:35px;
	clear: both;
	padding-top: 7px;
}
#SDEK_logo{
	background : url('/bitrix/images/ipol.sdek/widjet/logo.png') no-repeat transparent;
	width      : 169px;
	height     : 11px;
	margin-top : 15px;
}
#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        : 15px;
	z-index    : 1000;
	cursor     : pointer;
}
#SDEK_closer:hover{
	background-position: 0px -22px;
}
#SDEK_map{
	float: left;
	height: 500px;
	width: 900px;
}
#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;
	border-bottom: 1px solid #e3e3e3;
}
#SDEK_delivInfo_PVZ,#SDEK_delivInfo_POSTOMAT{
	/* height: 30px; */
	/* font-weight: bold; */
	font-size: 12px;
	/* border-bottom: 1px dashed #e3e3e3; */
	line-height: 35px;
	padding: 0px 9px;
	background-color: #fafafa;
	color: #808080;
	display: none;
}
#SDEK_wrapper{
	height: 405px;
	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_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_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;
	text-align: left;
}
.sdek_icon{
	float:left;
	width:12px;
	min-height: 12px;
}
.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_button{
	width:130px;
	height:25px;
	background: url('/bitrix/images/ipol.sdek/widjet/chooze.png') no-repeat;
	display: block;
	margin: 0px auto 5px;
	text-decoration:none;
}
#SDEK_button:hover{
	background-position: 0px -25px;
}
#SDEK_head > div{
	font-size: 12px;
	font-family: Arial;
	float:left;
}
#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_mark{
	margin-left:12px;
}
.sdek_baloonDiv a{
	cursor: help;
}

.SDEK_arrow{
	width: 23px;
	height: 14px;
	/*background: #000 none repeat scroll 0% 0%;*/
	background: url("/bitrix/images/ipol.sdek/arr.png") no-repeat bottom left;
	display: block;
	float: right;
	margin-top: 12px;
	/* margin-right: 5px; */
	display: none;
}

.SDEK_arrow:hover{
	background-position: bottom right;
}

.SDEK_arrow.up{
	background-position: top left;

}

.SDEK_arrow.up:hover{
	background-position: top right;
}

.SDEK_labelMode_SHORT{
	display:none;
}
.SDEK_labelMode_FULL{
	display:inline;
}

@media screen and (max-width: 919px){
	/* .SDEK_labelMode_SHORT{
		display:inline;
	}
	.SDEK_labelMode_FULL{
		display:none;
	} */
	#SDEK_pvz{
		width: 700px;
		padding: 0;
	}
	#SDEK_closer{
		right: 11px;
		top: 11px;
	}

	#SDEK_logo{
		display: none;
	}

	#SDEK_info{
		box-shadow: none;
		left: 0px;
		top: -538px;
		width: 270px;
		height: auto;
		overflow: auto;
	}

	#SDEK_sign{
		padding-left: 124px;
	}

	#SDEK_wrapper{
		width: 100% !important;
		height: 460px;
	}

	/*.jspContainer{
		width: 100% !important;
		height: 452px !important;
	}*/

	#SDEK_ten{
		width: 256px;
		height: 17px;
		top: -9px;
	}

	#SDEK_delivInfo_PVZ,#SDEK_delivInfo_POSTOMAT{
		border: none;
		font-size: 15px;
		text-shadow: 0px 0px 0px rgb(0, 0, 0);
		font-weight: normal;

	}

	#SDEK_wrapper p{
		font-size: 15px;
	}

	/*.jspPane{
		width: 100% !important;
	}*/

	.SDEK_all-items{
		border-top: 1px dashed #E3E3E3;
		display: none;
	}

	.SDEK_arrow{
		display: block;
	}
}

@media screen and (max-width: 700px){
	#SDEK_pvz{
		width: 100%;
		min-width: 195px;
	}
}

@media screen and (max-width: 294px){
	#SDEK_sign {
		padding-left: 103px;
	}

	#SDEK_info{
		width: 100%;
		min-width: 195px;
	}

	#SDEK_closer{
		right: 12px;
	}

	.SDEK_arrow{
		margin-right: 2px;
	}
}

@media screen and (max-width: 268px){
	#SDEK_sign span{
		display: none;
	}
}

@media screen and (max-width: 222px){
	#SDEK_delivInfo_POSTOMAT,#SDEK_delivInfo_PVZ{
		font-size: 12px;
	}

	#SDEK_pPrice{
		font-size: 14px;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/sale.order.ajax/new/style.css?178781285640569*/
.alert__order {
  margin-top: 41px;
}
body .is_order {
  /* глобальные насстройки*/
  font-family: Acrom, Helvetica Neue;
  /* карта сайта */
  /* основные стили */
}
body .is_order ._title {
  font-family: RoadRadio;
  font-weight: 700;
}
body .is_order ._flex--sb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body .is_order .icon-rouble {
  font-size: 13px;
}
@media (max-width: 1178px) {
  body .is_order .icon-rouble {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  body .is_order .icon-rouble {
    font-size: 10px;
  }
}
body .is_order [hidden],
body .is_order ._hidden {
  display: none;
}
body .is_order__link {
  font-family: Acrom, Helvetica Neue;
  font-size: 14px;
  line-height: normal;
  color: #71441B;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body .is_order__link {
    font-size: 12px;
  }
}
body .is_order__link:hover {
  text-decoration: none;
}
body .is_order__link:not(:last-child) {
  margin-right: 1rem;
}
body .is_order ._required {
  position: relative;
}
body .is_order ._required:before {
  content: '*';
  color: #f9593a;
  position: absolute;
  top: -5px;
  right: -8px;
}
body .is_order__btn-simple {
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: #71441B;
  border: 1px solid #71441B;
  border-radius: 25px;
  padding: 13px 48px;
  background-color: unset;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  display: table;
}
@media (max-width: 1178px) {
  body .is_order__btn-simple {
    font-size: 14px;
    padding: 13px 38px;
  }
}
@media (max-width: 768px) {
  body .is_order__btn-simple {
    font-size: 12px;
    padding: 14px 38px;
    width: 100%;
    text-align: center;
  }
}
body .is_order__btn-simple:hover {
  background-color: #71441B;
  color: #fff;
}
body .is_order .map {
  font-weight: bold;
  font-size: 13px;
}
@media (max-width: 992px) {
  body .is_order .map {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  body .is_order .map {
    font-size: 11px;
  }
}
body .is_order .map__maintitle {
  color: #71441B;
}
body .is_order .map__title {
  color: #343434;
}
body .is_order .map__props {
  margin-top: 15px;
}
@media (max-width: 992px) {
  body .is_order .map__props {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  body .is_order .map__props {
    margin-top: 6px;
  }
}
body .is_order .map__props--element label {
  color: rgba(52, 52, 52, 0.5);
}
body .is_order .map__actions--btn {
  max-width: 184px;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  color: #71441B;
  border: 1px solid #71441B;
  border-radius: 25px;
  padding: 16px 26px;
  background-color: unset;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  display: table;
  text-align: center;
  margin: 20px auto 0 auto;
  cursor: pointer;
}
@media (max-width: 992px) {
  body .is_order .map__actions--btn {
    font-size: 12px;
    padding: 10px 16px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  body .is_order .map__actions--btn {
    font-size: 11px;
    margin-top: 6px;
  }
}
body .is_order .map__actions--btn:hover {
  background-color: #71441B;
  color: #fff;
}
body .is_order ._no-margin {
  margin: 0;
}
body .is_order input[type="number"] {
  -moz-appearance: textfield;
}
body .is_order input[type="number"]::-webkit-outer-spin-button,
body .is_order input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .is_order ._counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .is_order ._counter__btn {
  width: 28px;
  height: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 678px) {
  body .is_order ._counter__btn {
    width: 18px;
  }
}
body .is_order ._counter__btn.disabled {
  opacity: 0.5;
}
body .is_order ._counter__minus {
  justify-content: flex-start;
}
body .is_order ._counter__plus {
  justify-content: flex-end;
}
body .is_order ._counter__input {
  border: unset;
  width: auto;
  height: 22px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 1178px) {
  body .is_order ._counter__input {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body .is_order ._counter__input {
    font-size: 16px;
  }
}
body .is_order .ui-alert {
  font-family: Acrom, Helvetica Neue;
}
body .is_order [class*="balloon"] {
  box-shadow: unset;
}
body .is_order [class*="map-copyrights-promo"] {
  display: none;
}
body .is_order [class*="ymaps-2-1-"][class*="-ground-pane"] {
  /* Полное обесцвечивание + сильное осветление для подложки */
  /* 1 — полностью ч/б, 0 — цветная */
  filter: grayscale(1);
  /* Чтобы карта была светлой (как на скрине), добавьте яркость */
  brightness: 1.2;
  mix-blend-mode: multiply;
  /* Чтобы линии были мягче, можно чуть убавить контраст */
  contrast: 0.9;
}
body .is_order [class*="balloon__layout"] {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
body .is_order [class*="balloon__content"] {
  padding: 20px !important;
  font-family: Acrom, Helvetica Neue;
  color: #343434;
}
body .is_order [class*="searchbox-input__input"],
body .is_order [class*="searchbox-button"] {
  font-family: Acrom, Helvetica Neue;
  height: 40px;
}
@media (max-width: 768px) {
  body .is_order [class*="searchbox-input__input"],
  body .is_order [class*="searchbox-button"] {
    height: 39px;
  }
}
body .is_order [class*="searchbox-button-text"] {
  line-height: 38px;
}
body .is_order [class*="balloon__close-button"] {
  background: url('/local/templates/main/img/map-close.svg') 50% no-repeat;
  opacity: 1;
}
@media (max-width: 768px) {
  body .is_order [class*="searchbox__normal-layout"] {
    width: calc(100% - 60px);
  }
}
body .is_order__heading {
  width: calc(100% - 413px);
}
@media (max-width: 1178px) {
  body .is_order__heading {
    width: calc(100% - 343px);
  }
}
@media (max-width: 992px) {
  body .is_order__heading {
    width: 100%;
  }
}
body .is_order__heading--action {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body .is_order__heading--link {
  font-family: Acrom, Helvetica Neue;
  font-size: 14px;
  line-height: normal;
  color: #71441B;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 0;
}
body .is_order__heading--link:hover {
  text-decoration: none;
}
body .is_order__heading--link:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  body .is_order__heading--link {
    font-size: 12px;
  }
}
body .is_order__title {
  font-size: 24px;
  line-height: normal;
  color: #71441B;
  margin-bottom: 40px;
}
@media (max-width: 1178px) {
  body .is_order__title {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  body .is_order__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body .is_order__title {
    font-size: 18px;
  }
}
body .is_order__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 992px) {
  body .is_order__block {
    flex-direction: column;
  }
}
body .is_order__block--content {
  width: calc(100% - 413px);
}
@media (max-width: 1178px) {
  body .is_order__block--content {
    width: calc(100% - 343px);
  }
}
@media (max-width: 992px) {
  body .is_order__block--content {
    width: 100%;
  }
}
body .is_order__block--element {
  padding: 35px 40px 40px 40px;
  background-color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 1178px) {
  body .is_order__block--element {
    padding: 25px 30px 30px 30px;
  }
}
@media (max-width: 992px) {
  body .is_order__block--element {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  body .is_order__block--element {
    padding: 10px 15px 15px 15px;
  }
}
body .is_order__block--element-title {
  color: #454545;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (max-width: 1178px) {
  body .is_order__block--element-title {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  body .is_order__block--element-title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
body .is_order__block--element--final {
  padding-top: 0;
}
@media (max-width: 768px) {
  body .is_order__block--element--final {
    display: none;
  }
}
@media (max-width: 992px) {
  body .is_order__block--element--final .is_order__total {
    display: none;
  }
}
body .is_order__block--element--final .is_order__total--title,
body .is_order__block--element--final .is_order__total--summary,
body .is_order__block--element--final .is_order__total--result {
  display: none;
}
body .is_order__block--element--final .is_order__total--btn {
  margin-top: 0;
}
body .is_order__block--element--final .is_order__total--end {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 45px;
}
@media (max-width: 1205px) {
  body .is_order__block--element--final .is_order__total--end {
    column-gap: 20px;
  }
}
body .is_order__block--element--final .is_order__total--end .is_order__total--btn {
  width: 353px;
  order: 2;
}
body .is_order__block--element--final .is_order__total--end ._consent {
  width: 340px;
  order: 1;
}
@media (max-width: 1205px) {
  body .is_order__block--element--final .is_order__total--end ._consent {
    width: 100%;
  }
}
body .is_order__block--sidebar {
  position: relative;
  width: 393px;
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 1178px) {
  body .is_order__block--sidebar {
    width: 323px;
  }
}
@media (max-width: 992px) {
  body .is_order__block--sidebar {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body .is_order__block--sidebar {
    padding: 15px;
    margin-top: 10px;
  }
}
body .is_order__block--sidebar ._payment {
  display: none;
}
@media (max-width: 992px) {
  body .is_order__block--sidebar ._payment {
    display: flex;
  }
}
body .is_order__basket--item {
  padding: 20px;
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  body .is_order__basket--item {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  body .is_order__basket--item {
    padding: 15px;
  }
}
body .is_order__basket--item-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 50px;
}
@media (max-width: 1178px) {
  body .is_order__basket--item-wrapper {
    column-gap: 20px;
  }
}
body .is_order__basket--item .alert {
  margin-top: 1rem;
}
body .is_order__basket--img {
  width: 109px;
}
@media (max-width: 1178px) {
  body .is_order__basket--img {
    width: 90px;
  }
}
@media (max-width: 992px) {
  body .is_order__basket--img {
    height: 90px;
  }
}
@media (max-width: 768px) {
  body .is_order__basket--img {
    width: 80px;
    height: 80px;
  }
}
body .is_order__basket--img a {
  width: 100%;
}
body .is_order__basket--img img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  body .is_order__basket--img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
body .is_order__basket--info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 109px);
  margin-top: 74px;
}
@media (max-width: 1178px) {
  body .is_order__basket--info {
    width: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  body .is_order__basket--info {
    width: calc(100% - 80px);
    margin-top: 64px;
  }
}
@media (max-width: 676px) {
  body .is_order__basket--info {
    margin-top: 0;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 25px;
  }
}
body .is_order__basket--price {
  color: #71441B;
}
body .is_order__basket--price-old {
  font-size: 16px;
  opacity: 0.6;
  text-decoration: line-through;
  line-height: normal;
  text-align: right;
}
body .is_order__basket--price-old .icon-rouble {
  font-size: 9px;
}
@media (max-width: 1178px) {
  body .is_order__basket--price-old .icon-rouble {
    font-size: 8px;
  }
}
@media (max-width: 768px) {
  body .is_order__basket--price-old .icon-rouble {
    font-size: 6px;
  }
}
@media (max-width: 1178px) {
  body .is_order__basket--price-old {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body .is_order__basket--price-old {
    font-size: 12px;
  }
}
body .is_order__basket--price-current {
  text-align: right;
  font-size: 24px;
  line-height: normal;
}
body .is_order__basket--price-current .icon-rouble {
  font-size: 13px;
}
@media (max-width: 1178px) {
  body .is_order__basket--price-current .icon-rouble {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  body .is_order__basket--price-current .icon-rouble {
    font-size: 9px;
  }
}
@media (max-width: 1178px) {
  body .is_order__basket--price-current {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body .is_order__basket--price-current {
    font-size: 16px;
  }
}
body .is_order__basket--name {
  position: absolute;
  top: 20px;
  left: 169px;
  width: 389px;
  color: #343434;
  font-size: 16px;
  line-height: normal;
  transition: all 0.35s ease-in-out;
  font-weight: bold;
  max-height: 40px;
  overflow: hidden;
}
@media (max-width: 1178px) {
  body .is_order__basket--name {
    font-size: 14px;
    left: 126px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  body .is_order__basket--name {
    font-size: 12px;
    left: 112px;
    width: calc(100% - 200px);
  }
}
@media (max-width: 676px) {
  body .is_order__basket--name {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    max-height: unset;
    margin-top: 15px;
    display: table;
  }
}
body .is_order__basket--name:hover {
  color: #71441B;
}
body .is_order__basket--btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 20px;
  right: 12px;
  column-gap: 7px;
}
@media (max-width: 1178px) {
  body .is_order__basket--btn {
    right: 10px;
    top: 17px;
    column-gap: 0;
  }
}
@media (max-width: 768px) {
  body .is_order__basket--btn {
    column-gap: 7px;
  }
}
body .is_order__basket--icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 1178px) {
  body .is_order__basket--icon {
    width: 28px;
    height: 26px;
  }
}
body .is_order__basket--icon-favorite {
  width: 22px;
  height: 19px;
}
@media (max-width: 1178px) {
  body .is_order__basket--icon-favorite {
    width: 18px;
    height: 22px;
  }
}
@media (max-width: 768px) {
  body .is_order__basket--icon-favorite {
    width: 18px;
    height: 16px;
  }
}
body .is_order__basket--icon svg {
  width: 100%;
  height: 100%;
}
body .is_order__basket--icon svg path {
  stroke: #71441B;
}
body .is_order__basket--icon.is-active svg path {
  stroke: #f9593a;
}
body .is_order__basket--icon:hover {
  opacity: 0.7;
}
body .is_order__basket--expanded {
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: none;
}
@media (max-width: 992px) {
  body .is_order__basket--expanded {
    display: block;
  }
}
@media (max-width: 244px) {
  body .is_order__basket--expanded {
    left: 0;
    text-align: center;
    width: 100%;
    -webkit-transform: unset;
    transform: unset;
  }
}
body .is_order__basket._is_expanded {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
body .is_order__basket._is_expanded .is_order__basket--name,
body .is_order__basket._is_expanded .is_order__basket--btn,
body .is_order__basket._is_expanded .is_order__basket--info {
  display: none;
}
body .is_order__coupon {
  margin: 40px 0 100px 0;
}
@media (max-width: 992px) {
  body .is_order__coupon {
    margin: 67px 0 70px 0;
  }
}
body .is_order__coupon .alert {
  margin-top: 1rem;
}
body .is_order__coupon--title {
  color: rgba(52, 52, 52, 0.5);
  font-size: 12px;
  line-height: normal;
  margin-bottom: 15px;
}
body .is_order__coupon--action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
@media (max-width: 768px) {
  body .is_order__coupon--action {
    flex-direction: column;
    align-items: flex-start;
  }
}
body .is_order__coupon--action .is_order__input {
  background: none;
}
body .is_order__coupon--action .is_order__input::-webkit-input-placeholder {
  color: #343434 !important;
  opacity: 1;
}
body .is_order__coupon--action .is_order__input::-moz-placeholder {
  color: #343434 !important;
  opacity: 1;
}
body .is_order__coupon--action .is_order__input::-ms-input-placeholder {
  color: #343434 !important;
  opacity: 1;
}
body .is_order__coupon--action .is_order__input::-moz-placeholder {
  color: #343434 !important;
  opacity: 1;
}
body .is_order__coupon--action .is_order__input::placeholder {
  color: #343434 !important;
  opacity: 1;
}
@media (max-width: 768px) {
  body .is_order__coupon--action .is_order__input {
    margin-bottom: 15px;
  }
}
body .is_order__coupon--remove {
  width: 22px;
  height: 22px;
  cursor: pointer;
}
body .is_order__coupon--remove svg {
  width: 100%;
  height: 100%;
  fill: #71441B;
  stroke: #71441B;
}
body .is_order__coupon--info {
  margin-top: 1rem;
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 768px) {
  body .is_order__coupon--info {
    font-size: 12px;
  }
}
body .is_order__coupon--info-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
}
@media (max-width: 768px) {
  body .is_order__coupon--info-item span {
    width: calc(100% - 27px);
  }
}
body .is_order__coupon--info-item:not(:last-child) {
  margin-bottom: 10px;
}
body .is_order__total--summary {
  font-weight: bold;
  margin: 30px 0;
}
@media (max-width: 1178px) {
  body .is_order__total--summary {
    margin: 25px 0;
  }
}
@media (max-width: 768px) {
  body .is_order__total--summary {
    margin: 20px 0;
  }
}
body .is_order__total--summary > div > span:first-child {
  color: rgba(52, 52, 52, 0.5);
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 768px) {
  body .is_order__total--summary > div > span:first-child {
    font-size: 12px;
    width: 100px;
  }
}
body .is_order__total--element {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body .is_order__total--element:not(:first-child) {
  margin-top: 8px;
}
body .is_order__total--price {
  font-size: 21px;
  line-height: normal;
  color: #343434;
}
@media (max-width: 1178px) {
  body .is_order__total--price {
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  body .is_order__total--price {
    font-size: 16px;
  }
}
body .is_order__total--result {
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  border-top: 1px solid #45454533;
  padding-top: 16px;
}
@media (max-width: 1178px) {
  body .is_order__total--result {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  body .is_order__total--result {
    font-size: 18px;
  }
}
body .is_order__total--result > div > span:first-child {
  color: #343434;
}
body .is_order__total--result-price {
  color: #71441B;
  font-size: 24px;
}
@media (max-width: 1178px) {
  body .is_order__total--result-price {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  body .is_order__total--result-price {
    font-size: 18px;
  }
}
body .is_order__total--result-price .icon-rouble {
  font-size: 15px;
}
@media (max-width: 1178px) {
  body .is_order__total--result-price .icon-rouble {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  body .is_order__total--result-price .icon-rouble {
    font-size: 10px;
  }
}
body .is_order__total--btn {
  margin: 30px 0;
}
body .is_order__total--btn button.btn.primary-btn-inverse {
  margin: 0 auto;
  display: table;
  width: 100%;
}
@media (max-width: 1178px) {
  body .is_order__total--btn button.btn.primary-btn-inverse {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body .is_order__total--btn button.btn.primary-btn-inverse {
    font-size: 12px;
  }
}
@media (max-width: 334px) {
  body .is_order__total--btn button.btn.primary-btn-inverse {
    margin: 20px 0;
    padding: 11px 0 13px;
    text-align: center;
  }
}
@media (max-width: 1178px) {
  body .is_order__total--btn {
    margin: 25px 0;
  }
}
@media (max-width: 768px) {
  body .is_order__total--btn {
    margin: 20px 0;
  }
}
body .is_order__total--info {
  background-color: #4545451A;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body .is_order__total--info i {
  margin-right: 15px;
}
body .is_order__total--info span {
  font-size: 14px;
  color: rgba(52, 52, 52, 0.5);
  font-weight: bold;
}
@media (max-width: 768px) {
  body .is_order__total--info span {
    font-size: 12px;
  }
}
body .is_order__total ._payment {
  margin-top: 50px;
}
@media (max-width: 992px) {
  body .is_order__total ._payment {
    margin-top: 20px;
  }
}
body .is_order__info--bonus {
  display: none;
}
body .is_order__info--props .is_order__props--element:not(:last-child) {
  margin-bottom: 20px;
}
body .is_order__delivery .icon-rouble {
  font-size: 10px;
}
body .is_order__delivery--location {
  margin-bottom: 2rem;
}
body .is_order__delivery--location .bx-sls .bx-ui-sls-container {
  height: 34px;
  min-height: 25px;
}
body .is_order__delivery--location .bx-sls .dropdown-block {
  border: 1px solid #E1E1E1;
  border-radius: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  line-height: 100%;
  padding: 0 22px 0 30px;
  height: auto;
  font-family: Acrom, Helvetica Neue;
}
body .is_order__delivery--location .bx-sls .bx-ui-sls-fake,
body .is_order__delivery--location .bx-sls .bx-ui-sls-route {
  height: 100%;
  font-family: Acrom, Helvetica Neue;
}
body .is_order__delivery--location .bx-sls .bx-ui-sls-clear {
  background: url("/local/templates/main/img/close.svg") no-repeat scroll;
  background-size: 25px 25px;
  background-position: center;
  height: 34px;
  margin-top: 0;
}
body .is_order__delivery--location .bx-sls .bx-ui-sls-clear:hover {
  opacity: 0.7;
}
body .is_order__delivery--location .bx-sls .dropdown-fade2white {
  height: 100%;
  top: 0;
}
body .is_order__delivery--location .bx-sls .dropdown-icon {
  height: 17px;
  left: 7px;
  top: 9px;
  width: 17px;
}
body .is_order__delivery--location-name {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 768px) {
  body .is_order__delivery--location-name {
    font-size: 12px;
    display: block;
  }
}
body .is_order__delivery--location-label {
  color: rgba(52, 52, 52, 0.5);
  font-weight: inherit;
  font-size: inherit;
  margin-right: 10px;
}
@media (max-width: 768px) {
  body .is_order__delivery--location-label {
    margin-right: 0;
    display: table;
    margin-bottom: 6px;
  }
}
body .is_order__delivery--location-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #343434;
  font-weight: inherit;
  font-size: inherit;
}
body .is_order__delivery--location-link ._icon {
  margin-right: 5px;
  height: 15px;
}
body .is_order__delivery--location-link span {
  color: #71441B;
  border-bottom: 1px dashed #71441B;
}
body .is_order__delivery--location-link:hover span {
  border-bottom-style: solid;
}
body .is_order__delivery--location-input {
  margin-top: 1rem;
  display: none;
}
body .is_order__delivery--location-link-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}
body .is_order__delivery--location-confirm {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 9;
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  animation: cityConfirmShow 0.18s ease-out both;
}
body .is_order__delivery--location-confirm::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 14px;
  border: 6px solid transparent;
  border-bottom-color: #ddd;
}
body .is_order__delivery--location-confirm::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 15px;
  border: 5px solid transparent;
  border-bottom-color: #fff;
}
body .is_order__delivery--location-confirm-text {
  display: block;
  font-size: 13px;
  color: #343434;
  font-weight: normal;
  margin-bottom: 10px;
}
body .is_order__delivery--location-confirm-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
body .is_order__delivery--location-confirm-btn {
  font-family: Acrom, Helvetica Neue;
  font-size: 13px;
  line-height: 1;
  padding: 5px 14px;
  border-radius: 25px;
  border: 1px solid #71441B;
  background: #71441B;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
body .is_order__delivery--location-confirm-btn._no {
  background: transparent;
  color: #71441B;
}
body .is_order__delivery--location-confirm-btn:hover {
  opacity: 0.85;
}
body .is_order__delivery--wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(239px, 1fr));
  grid-gap: 10px;
}
body .is_order__delivery--wrapper ._items-1,
body .is_order__delivery--wrapper ._items-2 {
  justify-content: flex-start;
}
body .is_order__delivery--wrapper ._items-3,
body .is_order__delivery--wrapper ._items-4,
body .is_order__delivery--wrapper ._items-5,
body .is_order__delivery--wrapper ._items-6,
body .is_order__delivery--wrapper ._items-7 {
  justify-content: space-between;
}
@media (max-width: 1178px) {
  body .is_order__delivery--wrapper {
    grid-template-columns: 1fr;
    grid-gap: 6px;
  }
}
body .is_order__delivery--item {
  width: 239px;
  flex: 1 1 0;
}
@media (max-width: 1178px) {
  body .is_order__delivery--item {
    width: 100%;
  }
}
body .is_order__delivery--sdek {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E1E1E1;
  padding: 5px;
  row-gap: 5px;
}
body .is_order__delivery--sdek .is_order__radio--info-title,
body .is_order__delivery--sdek .is_order__radio {
  margin: 0;
}
body .is_order__delivery--sdek .is_order__radio--info-title {
  text-align: center;
}
body .is_order__delivery--sdek .is_order__radio--info::before {
  border: unset;
}
body .is_order__error--item:not(:last-child) {
  margin-bottom: 10px;
}
body .is_order__radio {
  height: 100%;
  display: block;
}
body .is_order__radio--info {
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  body .is_order__radio--info {
    padding: 13px;
  }
}
@media (max-width: 768px) {
  body .is_order__radio--info {
    padding: 10px;
  }
}
body .is_order__radio--info-title {
  color: #343434;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 24px;
}
@media (max-width: 1178px) {
  body .is_order__radio--info-title {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  body .is_order__radio--info-title {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body .is_order__radio--info-title {
    font-size: 12px;
  }
}
body .is_order__radio--info-content {
  color: rgba(52, 52, 52, 0.5);
  font-size: 14px;
  line-height: normal;
}
@media (max-width: 768px) {
  body .is_order__radio--info-content {
    font-size: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  body .is_order__radio--info {
    transition: 0.2s;
  }
}
body .is_order__radio--info::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  border: 1px solid #71441B;
  transition: 0.1s;
}
body .is_order__radio--info:hover::before {
  background-color: #71441B;
}
body .is_order__radio--info:hover .is_order__radio--info-title {
  color: #fff;
}
body .is_order__radio--info:hover .is_order__radio--info-content {
  color: #fff;
}
body .is_order__radio input:checked + .is_order__radio--info::before,
body .is_order__radio input._virtual-checked + .is_order__radio--info::before {
  background-color: #71441B;
}
body .is_order__radio input:checked + .is_order__radio--info .is_order__radio--info-title,
body .is_order__radio input._virtual-checked + .is_order__radio--info .is_order__radio--info-title {
  color: #fff;
}
body .is_order__radio input:checked + .is_order__radio--info .is_order__radio--info-content,
body .is_order__radio input._virtual-checked + .is_order__radio--info .is_order__radio--info-content {
  color: #fff;
}
body .is_order__extend {
  margin-top: 35px;
}
body .is_order__extend--heading,
body .is_order__extend--body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
body .is_order__extend--body {
  margin-top: 30px;
  justify-content: flex-start;
  column-gap: 40px;
}
@media (max-width: 768px) {
  body .is_order__extend--body {
    row-gap: 10px;
    margin-top: 25px;
    column-gap: unset;
    flex-direction: column;
  }
}
body .is_order__extend--title {
  color: #71441B;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 768px) {
  body .is_order__extend--title {
    font-size: 14px;
  }
}
body .is_order__extend--label {
  color: rgba(52, 52, 52, 0.5);
  font-weight: 700;
}
@media (max-width: 768px) {
  body .is_order__extend--label {
    font-size: 12px;
  }
}
body .is_order__extend--text {
  color: #343434;
  font-weight: 700;
}
@media (max-width: 768px) {
  body .is_order__extend--text {
    font-size: 12px;
  }
}
body .is_order__extend--phone {
  color: #343434;
  font-weight: 700;
}
body .is_order__extend--phone:hover {
  color: #71441B;
}
@media (max-width: 768px) {
  body .is_order__extend--phone {
    font-size: 12px;
  }
}
body .is_order__extend--actions {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 1178px) {
  body .is_order__extend--actions {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  body .is_order__extend--actions {
    margin-top: 10px;
    flex-direction: column;
  }
}
body .is_order__extend--actions-price {
  font-size: 14px;
  line-height: normal;
  color: rgba(52, 52, 52, 0.5);
  width: 225px;
  font-weight: bold;
}
@media (max-width: 768px) {
  body .is_order__extend--actions-price {
    width: 100%;
    margin-bottom: 15px;
    font-size: 12px;
  }
  body .is_order__extend--actions-price .icon-rouble {
    font-size: 8px;
  }
}
body .is_order__input {
  height: 43px;
  border: 1px solid #E1E1E1;
  padding: 10px 14px;
  line-height: 100%;
  width: 100%;
}
body .is_order__props {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 20px;
}
@media (max-width: 1178px) {
  body .is_order__props {
    column-gap: 10px;
  }
}
@media (max-width: 768px) {
  body .is_order__props {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  body .is_order__props--element:not(:last-child) {
    margin-bottom: 20px;
  }
}
body .is_order__props--element:first-child {
  flex-grow: 2;
}
@media (max-width: 1178px) {
  body .is_order__props--element:first-child {
    flex-grow: 0;
  }
}
@media (max-width: 768px) {
  body .is_order__props--element:first-child {
    flex-grow: 1;
    width: 100%;
  }
}
body .is_order__props--element:not(:first-child) {
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 768px) {
  body .is_order__props--element:not(:first-child) {
    flex-grow: 1;
    width: 100%;
  }
}
body .is_order__props--validate {
  color: #f9593a;
  display: none;
  font-size: 1.2rem;
}
body .is_order__props--label {
  display: table;
  color: #343434;
  font-size: 12px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  body .is_order__props--label {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
body .is_order__props--element._error .is_order__input {
  border-color: #f9593a;
}
body .is_order__props--element._error .is_order__props--validate {
  display: block;
}
body .is_order__sdek {
  margin-bottom: 20px;
}
body .is_order__sdek--title {
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (max-width: 1178px) {
  body .is_order__sdek--title {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  body .is_order__sdek--title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body .is_order__sdek--title {
    font-size: 14px;
  }
}
body .is_order__pvz--list {
  display: none;
}
body .is_order__pvz .is_order__link {
  margin-top: 20px;
  display: table;
}
body .is_order__map {
  height: 385px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  body .is_order__map {
    height: 300px;
  }
}
body .is_order__map > * {
  height: calc(100% + 40px);
  width: 100%;
}
body .is_order__map--mobile {
  position: relative;
}
body .is_order__map--mobile:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: grba(0, 0, 0, 0.1);
  content: unset;
  z-index: 19;
}
@media (max-width: 768px) {
  body .is_order__map--mobile:before {
    content: '';
  }
}
@media (max-width: 768px) {
  body .is_order__map--mobile [class*="controls__control_toolbar"],
  body .is_order__map--mobile [class*="controls__control"] {
    opacity: 0;
  }
}
body .is_order__map--mobile-close {
  background-color: #71441B;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  border: 1px solid #71441B;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 334px) {
  body .is_order__map--mobile-close {
    top: 11px;
    height: 39px;
    width: 29px;
  }
}
body .is_order__map--mobile-close:hover {
  background-color: #fff;
}
body .is_order__map--mobile-close:hover svg path {
  stroke: #71441B;
}
body .is_order__map--mobile-show {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #71441B;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  border: 1px solid #71441B;
  border-radius: 25px;
  padding: 16px 26px;
  transition: all 0.35s ease-in-out;
  text-decoration: none;
  display: none;
}
@media (max-width: 992px) {
  body .is_order__map--mobile-show {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body .is_order__map--mobile-show {
    font-size: 12px;
  }
}
@media (max-width: 409px) {
  body .is_order__map--mobile-show {
    width: 165px;
    padding: 16px 0;
    text-align: center;
  }
}
body .is_order__map--mobile-show:hover {
  background-color: #fff;
  color: #71441B;
}
@media (max-width: 768px) {
  body .is_order__map--mobile-show {
    display: table;
  }
}
body .is_order__map--mobile._show {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}
body .is_order__map--mobile._show .is_order__map {
  height: 100vh;
  width: 100%;
}
body .is_order__map--mobile._show .is_order__map > * {
  height: 100vh;
  width: 100%;
}
body .is_order__map--mobile._show [class*="controls__control_toolbar"],
body .is_order__map--mobile._show [class*="controls__control"] {
  opacity: 1;
}
body .is_order__map--mobile._show:before {
  content: unset;
}
body .is_order__map--mobile._show .is_order__map--mobile-close {
  display: inline-flex;
}
body .is_order__map--mobile._show .is_order__map--mobile-show {
  display: none;
}
body .is_order__list {
  height: 440px;
  overflow-x: hidden;
  padding-right: 5px;
  /* полоса прокрутки (скроллбар) */
  /* ползунок скроллбара */
}
@media (max-width: 768px) {
  body .is_order__list {
    height: auto;
    overflow-y: visible;
  }
}
body .is_order__list::-webkit-scrollbar {
  width: 1.2px;
  /* ширина для вертикального скролла */
  height: 30px;
  /* высота для горизонтального скролла */
  background: rgba(0, 0, 0, 0.1);
  transition: all 300ms ease 0s;
}
body .is_order__list::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #D5D5D5;
}
body .is_order__list::-webkit-scrollbar-thumb {
  background: #71441B;
  border-radius: 10px;
  transition: all 300ms ease 0s;
}
body .is_order__list::-webkit-scrollbar-thumb:hover {
  background: #71441B;
  transition: all 300ms ease 0s;
}
body .is_order__list--item {
  padding: 15px 0;
  border-bottom: 1.2px solid #D5D5D5;
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  grid-gap: 40px;
  align-items: center;
  /* Вертикально */
}
body .is_order__list--item:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  body .is_order__list--item:nth-child(n+6) {
    display: none;
  }
}
@media (max-width: 610px) {
  body .is_order__list--item {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 20px;
    grid-template-areas: "item1 item4" "item2 item3";
  }
  body .is_order__list--item > *:nth-child(1) {
    grid-area: item1;
  }
  body .is_order__list--item > *:nth-child(2) {
    grid-area: item2;
  }
  body .is_order__list--item > *:nth-child(3) {
    grid-area: item3;
  }
  body .is_order__list--item > *:nth-child(4) {
    grid-area: item4;
  }
}
body .is_order__list--item .is_order__link {
  margin-top: 0;
  display: inline;
  float: right;
}
@media (max-width: 610px) {
  body .is_order__list--item .is_order__link {
    float: unset;
  }
}
body .is_order__list--expand {
  display: none;
  margin: 30px 0;
}
@media (max-width: 768px) {
  body .is_order__list--expand {
    display: block;
  }
}
body .is_order__list .map__props {
  margin-top: 0;
}
body .is_order__list .map__props .map__props--element label {
  margin: 0;
}
body .is_order__list .map__props .map__props--element span {
  display: block;
}
body .is_order__bonus--wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  column-gap: 20px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  body .is_order__bonus--wrapper {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
@media (max-width: 768px) {
  body .is_order__bonus--wrapper {
    flex-wrap: wrap;
    row-gap: 0;
    flex-direction: column;
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  body .is_order__bonus--item:first-child {
    width: 100%;
    flex-grow: 0;
  }
}
@media (max-width: 768px) {
  body .is_order__bonus--item:first-child {
    margin-bottom: 35px;
  }
}
body .is_order__bonus--item:not(:nth-child(odd)) {
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 768px) {
  body .is_order__bonus--item:not(:nth-child(odd)) {
    flex-basis: auto;
  }
}
body .is_order__bonus--item:nth-child(2) {
  flex-grow: 2;
}
@media (max-width: 768px) {
  body .is_order__bonus--item:nth-child(2) {
    width: 100%;
  }
}
body .is_order__bonus--item .is_order__props--element {
  width: 100%;
}
@media (max-width: 768px) {
  body .is_order__bonus--item .is_order__props--element {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  body .is_order__bonus--item {
    width: 100%;
    margin-bottom: 15px;
  }
}
body .is_order__bonus--label {
  color: rgba(52, 52, 52, 0.5);
  margin-bottom: 15px;
  font-size: 12px;
}
@media (max-width: 768px) {
  body .is_order__bonus--label {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
body .is_order__bonus--value {
  background-color: #F7D753;
  color: #71441B;
  display: table;
  line-height: 22px;
  padding: 10.5px 21px;
  font-size: 26px;
}
@media (max-width: 768px) {
  body .is_order__bonus--value {
    display: block;
    text-align: center;
  }
}
body .is_order__personal--props {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  body .is_order__personal--props {
    margin-top: 30px;
  }
}
body .is_order__personal--props .is_order__props--element {
  display: flex;
  flex-direction: column;
}
body .is_order__personal--props .is_order__props--element._triple {
  flex: 1 1 calc((100% - 2 * 20px) / 3);
  min-width: 200px;
}
@media (max-width: 340px) {
  body .is_order__personal--props .is_order__props--element._triple {
    min-width: unset;
    width: 100%;
  }
}
body .is_order__personal--props .is_order__props--element._double {
  flex: 1 1 calc((100% - 1 * 20px) / 2);
  min-width: 280px;
}
@media (max-width: 340px) {
  body .is_order__personal--props .is_order__props--element._double {
    min-width: unset;
    width: 100%;
  }
}
body .is_order__error {
  margin-bottom: 20px;
}
@keyframes cityConfirmShow {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */
/* End */
/* /bitrix/components/bitrix/sale.location.selector.search/templates/.default/style.css?17878124096417 */
/* /local/templates/main/components/ipol/ipol.sdekPickup/order/style.css?17878128565743 */
/* /local/templates/main/components/bitrix/sale.order.ajax/new/style.css?178781285640569 */
