.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 1000;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.75);
	text-align: center;
}

.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}

.blocker.behind {
	background-color: transparent;
}

.modal {
	display: none;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	max-width: 665px;
	box-sizing: border-box;
	width: 90%;
	background: #fff;
	padding: 15px 30px;
	/*-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;*/
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left;
}

.modal a.close-modal {
	position: absolute;
	top: 9px;
	right: 9.5px;
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(/local/templates/2020_region/images/close-black-icon.png);
	/* background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=='); */
}

.modal-spinner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 12px 16px;
	border-radius: 5px;
	background-color: #111;
	height: 20px;
}

.modal-spinner>div {
	border-radius: 100px;
	background-color: #fff;
	height: 20px;
	width: 2px;
	margin: 0 1px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.modal-spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.modal-spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.5)
	}
	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.5);
		-webkit-transform: scaleY(0.5);
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

/***/

/*botstrap scss*/

.qty-n {
	width: 70px;
	height: 48px;
	border-radius: 4px;
	border: 1px solid #e8eaef;
	background-color: #ffffff;
	display: flex;
	flex-wrap: wrap;
}

.qty-n__input-wrap {
	width: 100%;
	float: left;
	margin-right: -30px;
	padding-right: 30px;
}

.qty-n__input-wrap input {
	height: 100%;
	width: 100%;
	border: none;
	outline: none;
	color: #354052;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	border-radius: 4px;
}

.qty-n__arrow {
	float: left;
	width: 30px;
	border-left: 1px solid #e8eaef;
}

.modal-body__title-pr-buy {
	color: #354052;
	font-size: 24px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 20px;
}

.modal-content-pr-buy_ml40 {
	margin-left: 40px;
}

.form-check-label a {
	color: #c1145e;
	text-decoration: none;
}

.form-check-label a:hover {
	text-decoration: underline;
}

input[name="popup-not-available-email"]:invalid {
	border-color: #d3cfc2;
}

.modal-button-default,
.modal-content-pr-buy,
.new-one-click-submit {
	border: none;
	outline: none;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 40px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	background-color: #c1145e;
	text-decoration: none;
	text-align: center;
}

.modal-button-default:hover,
.new-one-click-submit:hover,
.modal-content-pr-buy:hover {
	background-color: #78002b !important;
	opacity: .8;
	cursor: pointer;
}

@media (max-width: 991px) {
	.modal-button-default {
		width: 100%;
	}
}

.modal-content-pr-buy {
	margin-top: 7px;
}

.fastorder-modals-input-error {
	border: 1px solid #d60000 !important;
}

.qty-n__arrow-minus, .qty-n__arrow-plus {
	border: none;
}

.qty-n__arrow-plus {
	width: 100%;
	height: 50%;
	cursor: pointer;
	display: block;
	background: url(/new2/images/arrow-icon-s-n.svg) center center no-repeat;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.qty-n__arrow-minus {
	width: 100%;
	height: 50%;
	cursor: pointer;
	display: block;
	background: url(/new2/images/arrow-icon-s-n.svg) center center no-repeat;
}

.modal {
	display: none;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	/* background: rgba(0, 0, 0, 0.5); */
}

.modal * {
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
}

.modal.fade .modal-dialog {
	/* -moz-transform: translate(0, -25%); */
	/* -ms-transform: translate(0, -25%); */
	/* -webkit-transform: translate(0, -25%); */
	/* transform: translate(0, -25%); */
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	background: #fff;
	padding: 40px;
	padding-top: 5px;
	margin-top: 0px;
	margin: auto;
	/* margin: 100px auto; */
	margin-bottom: 0px;
	max-width: 665px;
}

@media (max-width: 767px) {
	.modal-dialog {
		width: 95%;
		padding: 0px;
	}
}

.modal-dialog .form-row {
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
}

.modal-dialog .form-row fieldset {
	padding: 0;
	border: none;
	outline: none;
}

.modal-dialog .form-row label {
	color: #354052;
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: left;
}

.modal-dialog .form-row input, .modal-dialog .form-row textarea {
	width: 100%;
	height: 48px;
	line-height: 46px;
	border-radius: 4px;
	border: 1px solid #e8eaef;
	background-color: #fff;
	padding: 0 20px;
}

.modal-dialog .form-row textarea {
	height: 121px;
	line-height: 20px;
	padding: 12px 20px;
}

.modal-dialog .form-col {
	width: 100%;
	float: left;
	padding: 0 20px;
	margin-top: 25px;
}

.modal-dialog .form-col_half {
	width: 50%;
}

@media (max-width: 767px) {
	.modal-dialog .form-col_half {
		width: 100%;
	}
}

.modal-dialog .form-col__add-form {
	position: relative;
	color: #c1145e;
	font-size: 14px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	vertical-align: top;
	background: url('../images/docs-icon-n.png') center left no-repeat;
	padding-left: 38px;
	margin-left: 5px;
	min-height: 30px;
}

.modal-dialog .form-col__add-form input.inputfile {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	color: #c1145e;
	font-size: 14px;
	font-weight: 400;
}

.modal-dialog .form-col__add-form label {
	font-weight: normal;
	margin: 0;
	color: #c1145e;
	font-size: 14px;
	font-weight: 400;
}

.modal-content {
	position: relative;
	background-clip: padding-box;
	outline: 0;
}

.modal-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-content {
	position: relative;
}

.modal-content a.close, .modal-content a:link.close, .modal-content a:hover.close, .modal-content a:visited.close, .modal-content a:active.close, .modal-content a:focus.close, .modal-content button.close {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 19px;
	height: 19px;
	border: none;
	outline: none;
	background: url('../images/close-black-icon.png') center center no-repeat;
	background-size: contain;
}

.modal-body {
	position: relative;
}

.modal-body__title {
	color: #354052;
	font-size: 32px;
	font-weight: 600;
	text-align: left;
}

#fits-modals a.close, #fits-modals a:link.close, #fits-modals a:hover.close, #fits-modals a:visited.close, #fits-modals a:active.close, #fits-modals a:focus.close, #fits-modals button.close {
	top: 16px;
	right: 16px;
}

#fits-modals .modal-dialog {
	padding: 0;
	max-width: 920px;
}

#compare-modals .modal-dialog {
	max-width: 584px;
}

#compare-modals a.close, #compare-modals a:link.close, #compare-modals a:hover.close, #compare-modals a:visited.close, #compare-modals a:active.close, #compare-modals a:focus.close, #compare-modals button.close {
	top: -45px;
}

.modal-body__compare-icon {
	margin-top: 30px;
	text-align: center;
}

.modal-body__compare-title {
	text-align: center;
	color: #354052;
	margin-top: 25px;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
}

.modal-body__compare-text {
	margin-top: 13px;
	text-align: center;
	color: #7f8fa4;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.modal-body__compare-text span {
	color: #c1145e;
	font-weight: 600;
}

.modal-body__compare-other {
	color: #b7c0cd;
	margin-top: 65px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.modal-body__compare-other-list {
	display: inline-block;
	vertical-align: top;
	color: #354052;
	margin: 15px 10px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.fits__wrap {
	display: flex;
	flex-wrap: wrap;
}

.fits__left {
	width: 100%;
	float: left;
	margin-right: -335px;
	padding: 40px;
	padding-right: 375px;
}

@media (max-width: 767px) {
	.fits__left {
		margin-right: 0;
		padding: 40px;
	}
}

.fits__left-subtitle {
	color: #354052;
	font-size: 16px;
	font-weight: 500;
	margin-top: 40px;
}

.fits__right {
	width: 335px;
	float: left;
	padding: 40px;
	background: #587eff;
}

@media (max-width: 767px) {
	.fits__right {
		width: 100%;
	}
}

.fits__right-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

.fits__right-subtitle {
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
}

#quick-order-modals a.close, #quick-order-modals a:link.close, #quick-order-modals a:hover.close, #quick-order-modals a:visited.close, #quick-order-modals a:active.close, #quick-order-modals a:focus.close, #quick-order-modals button.close {
	top: 16px;
	right: 16px;
}

#quick-order-modals .modal-dialog {
	padding: 0;
	max-width: 1000px;
}

.quick-order-m__top {
	display: flex;
	flex-wrap: wrap;
	padding: 40px;
	border-bottom: 1px solid #e8eaef;
}

.quick-order-m__top-img {
	width: 128px;
	height: 128px;
	float: left;
	text-align: center;
}

@media (max-width: 640px) {
	.quick-order-m__top-img {
		width: 100%;
	}
}

.quick-order-m__top-img img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.quick-order-m__top-content {
	float: left;
	width: 100%;
	margin-left: -128px;
	padding-left: 160px;
}

@media (max-width: 640px) {
	.quick-order-m__top-content {
		margin-left: 0;
		padding-left: 0;
		margin-top: 20px;
	}
}

.quick-order-m__top-content .cart-n__top-bot {
	margin-top: 15px;
}

.quick-order-m__top-title {
	color: #354052;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
}

.modal-dialog .form-row label.main-input-checkbox {
	display: grid;
	font-size: 14px;
}

.modal-dialog .form-row label.main-input-checkbox .main-input-checkbox__description {
	font-size: 14px !important;
	color: #354052 !important;
}

.modal-dialog .form-row label.main-input-checkbox .main-input-checkbox__description a {
	color: #c1145e !important;
	text-decoration: none;
}

.modal-dialog .form-row label.main-input-checkbox .main-input-checkbox__input-checkbox {

}

.modal-dialog .form-row input.main-input-checkbox__input-checkbox {
	width: 0;
	height: 0;

}

.modal-body__check-success {
	display: none;
}

.modal-body__check-success.active {
	display: block;
}

.modal-body__wrapper.hide {
	display: none;
}

/*.modal-dialog .form-row label.main-input-checkbox .main-input-checkbox__input-wrap {
	width: 20px;
	height: 23px;
}

.modal-dialog .form-row label.main-input-checkbox .main-input-checkbox__style {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("/bitrix/templates/.default/images/checkbox.svg");
	background-repeat: no-repeat;
	background-position: -45px -63px;
}

.modal-dialog .form-row label.main-input-checkbox .main-input-checkbox__input-checkbox:checked + .main-input-checkbox__style  {
	background-position: -45px -31px;
}*/

.quick-order-m__top-main {
	display: flex;
	flex-wrap: wrap;
}

.quick-order-m__top-main-left {
	width: 100%;
	float: left;
	margin-right: -230px;
	padding-right: 250px;
}

@media (max-width: 800px) {
	.quick-order-m__top-main-left {
		margin-right: 0;
		padding-right: 0;
	}
}

.quick-order-m__top-main-right {
	width: 230px;
	float: left;
}

@media (max-width: 800px) {
	.quick-order-m__top-main-right {
		width: 100%;
		margin-top: 25px;
	}
}

.quick-order-m__top-info {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 45px;
}

.quick-order-m__top-info-item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	margin-top: 5px;
}

.quick-order-m__top-info-item img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.quick-order-m__top-info-item .title {
	display: inline-block;
	vertical-align: middle;
}

.quick-order-m__top-info-left {
	width: 100%;
	float: left;
	margin-right: -230px;
	padding-right: 250px;
}

@media (max-width: 800px) {
	.quick-order-m__top-info-left {
		margin-right: 0;
		padding-right: 0;
	}
}

.quick-order-m__top-info-right {
	width: 230px;
	float: left;
}

@media (max-width: 800px) {
	.quick-order-m__top-info-right {
		width: 100%;
		margin-top: 25px;
	}
}

.quick-order-m__bot {
	padding: 20px 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.quick-order-m__bot-left {
	width: 200px;
	float: left;
}

@media (max-width: 800px) {
	.quick-order-m__bot-left {
		width: 100%;
	}
}

.quick-order-m__bot-left a {
	text-decoration: none;
	color: #5b6779;
}

.quick-order-m__bot-left a span {
	display: inline-block;
	vertical-align: middle;
}

.quick-order-m__bot-left a svg {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.quick-order-m__bot-right {
	width: 100%;
	float: left;
	margin-left: -200px;
	padding-left: 220px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}

@media (max-width: 800px) {
	.quick-order-m__bot-right {
		margin-left: 0;
		padding-left: 0;
		justify-content: flex-start;
	}
}

.quick-order-m__bot-right a.mini-cart__add-fav {
	text-decoration: none;
	color: #5b6779;
}

.quick-order-m__bot-right a.mini-cart__add-fav span {
	display: inline-block;
	vertical-align: middle;
}

.quick-order-m__bot-right a.mini-cart__add-fav svg {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.quick-order-m__bot-item {
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}

@media (max-width: 800px) {
	.quick-order-m__bot-item {
		margin: 15px 20px 0 0;
	}
}

@media (max-width: 640px) {
	.quick-order-m__bot-item {
		width: 100%;
	}
}