

/* Start:/bitrix/components/onelab/oneclickbuy.max/templates/shop/style.css?17738596236968*/
#click-buy {
	height: 40px;
}
.btn-click-buy {
	width: 100%;
	height: 40px;
}
.telephone__window {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.telephone__window.hidden {
	display: none;
}
.telephone__popup {
	width: 320px;
	-webkit-box-flex: 0;
		-ms-flex: 0 0 320px;
			flex: 0 0 320px;
	background-color: #fff;
	padding: 20px;
	position: relative;
}
.telephone__cross {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
}
.telephone__cross::before,
.telephone__cross::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
}
.telephone__cross::before {
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
		-ms-transform: translate(-50%,-50%) rotate(45deg);
			transform: translate(-50%,-50%) rotate(45deg);
}
.telephone__cross::after {
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
		-ms-transform: translate(-50%,-50%) rotate(-45deg);
			transform: translate(-50%,-50%) rotate(-45deg);
}
.one_click_buy_result_success,
.one_click_buy_result_fail {
	
}
.one_click_buy_result_text {
	margin-bottom: 20px;
	font-weight: bold;
	color: #bc8a7e;
}
.one_click_buy_result_fail {
	color: red;
}
.one_click_buy_result_success {
	color: green;
}
.telephone__title {
	padding-right: 40px;
	margin-top: 0;
}
.telephone__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.telephone__subcontainer {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.telephone__subcontainer.telephone__subcontainer_mid {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.telephone__subcontainer.telephone__subcontainer_hid {
	display: none;
}
.telephone__subcontainer.telephone__subcontainer_end {
	margin-top: 20px !important;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
.telephone__subcontainer + .telephone__subcontainer {
	margin-top: 10px;
}
.telephone__btncontainer {
	margin-top: 20px;
}
.telephone__description {
	display: inline-block;
	margin-bottom: 5px;
}
.telephone__description .star {
	color: red;
}
.telephone__subcontainer label {
	font-weight: bold;
}
.telephone__subcontainer .captcha_image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 10px;
}
.telephone__subcontainer .captcha_reload {
	height: 40px;
	padding: 0 10px;
}
.telephone__addfield {
	margin-top: 20px;
}
.telephone__addfield label {
	padding-left: 28px;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}
.telephone__addfield .jq-radio {
	left: 0;
}
.telephone__addfield .jq-checkbox {
	left: 0;
}
.telephone__note {
	font-size: 14px;
	line-height: 18px;
}
.telephone__note div {
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #bc8a7e;
}
#oneclickpopupsuccess:not(.hidden) {
	display: flex;
}
#oneclickpopupsuccess .telephone__title {
	color: #bc8a7e;
}
#oneclickpopupsuccess p {
	margin-top: 6px;
	font-size: 18px;
}

@media (max-width: 759px) {
	#click-buy {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		width: calc(50% - 42px);
		height: 54px;
		padding: 0 16px;
		background-color: #0089d0;
		border-radius: 12px;
		position: absolute;
		top: 0;
		right: 70px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
		line-height: 18px;
		color: #fff;
	}
	.telephone__popup {
		background-color: rgb(239,239,239);
		border-radius: 12px;
	}
	.telephone__description {
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 16px;
	}
	.telephone__addfield label {
		font-size: 16px;
		line-height: 16px;
	}
	.telephone__note {
		font-size: 16px;
		line-height: 20px;
	}
	.telephone__addfield .jq-checkbox {
		top: -2px;
	}
	.telephone__subcontainer + .telephone__subcontainer {
		margin-top: 20px;
	}
	.telephone__subcontainer input[type="text"],
	.telephone__subcontainer input[type="tel"],
	.telephone__subcontainer input[type="email"] {
		height: 54px;
		background-color: #fff;
		padding: 0 16px;
		border-radius: 12px;
		border-color: #fff;
		font-size: 18px;
		line-height: 18px;
	}
	.btn-click-buy {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		height: 54px;
		padding: 0 16px;
		background-color: #0089d0;
		border-radius: 12px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
		line-height: 18px;
		color: #fff;
	}
	.telephone__addfield {
		margin-top: 30px;
	}
	.telephone__btncontainer {
		margin-top: 30px;
	}
}

@media (max-width: 575px) {
	#click-buy {
		width: calc(50% - 34px);
		padding: 0 8px;
		right: 62px;
		font-size: 16px;
		line-height: 16px;
	}
	.telephone__description {
		font-size: 14px;
		line-height: 14px;
	}
	.telephone__addfield label {
		font-size: 14px;
		line-height: 18px;
	}
	.telephone__note {
		font-size: 14px;
		line-height: 14px;
	}
	.telephone__subcontainer input[type="text"],
	.telephone__subcontainer input[type="tel"],
	.telephone__subcontainer input[type="email"] {
		padding: 0 8px;
		font-size: 16px;
		line-height: 16px;
	}
}

@media (max-width: 490px) {
	#click-buy {
		font-size: 14px;
		line-height: 14px;
	}
	.telephone__description {
		font-size: 12px;
		line-height: 12px;
	}
	.telephone__subcontainer input[type="text"],
	.telephone__subcontainer input[type="tel"],
	.telephone__subcontainer input[type="email"] {
		font-size: 14px;
		line-height: 14px;
	}
}
/* End */
/* /bitrix/components/onelab/oneclickbuy.max/templates/shop/style.css?17738596236968 */
