@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #231f20;
}

ul,
ol,
dl {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

html {
	overflow-x: hidden;
}

img {}

header {
	width: 100%;
	height: 145px;
	display: block;
	position: relative;
	background: #FFFFFF;
	text-align: center;
}

footer {
	width: 80%;
	display: block;
	position: relative;
	float: left;
	background: #FFFFFF;
	text-align: center;
	padding: 30px 10% 70px 10%;
}

.logo {
	width: 346px;
	height: 100px;
	padding-bottom: 5px;
	display: inline-block;
	position: relative;
	background: url("../img/logo.jpg") no-repeat;
}

.logo_wrapper {
	display: block;
	text-align: center;
}

.logo_mini {
	width: 200px;
	padding-bottom: 5px;
}

/*----------------------------------------------------CONTENT----------------------------------------------------*/

main {
	display: block;
	position: relative;
	min-height: 60%;
}

.row {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.small-7 {
	width: 50%;
}

.display-flex {
	display: flex;
	position: relative;
	justify-content: flex-start;
}

.float-left {
	float: left;
}

.content__left-part {
	display: block;
	position: relative;
	width: 45%;
	padding: 10px;
}

.content__right-part {
	display: block;
	position: relative;
	width: 55%;
	padding: 10px;
}

/*----------------------------------------------------FORMS---------------------------------------------------- */

.form_spc {
	margin: 10px;
	padding-top: 14px;
}

.form_spc .form_title:first-child {
	margin-top: 0;
	margin-bottom: 30px;
}

.form_spc .form_title {
	font-size: 20px;
	margin: 40px 0 30px 0;
}

.form_spc .form_field {
	margin-top: 20px;
	clear: both;
}

.form_spc [type=text] {
	color: #000;
	letter-spacing: .4px;
	display: block;
	margin: 0;
	width: 80%;
	padding: 11px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 1px solid #d2d2d2;
	box-shadow: none;
	transition: all .2s;
	box-sizing: border-box;
}

.form_spc [type=text].error {
	border-color: #ff0032;
}

.form_spc [type=radio] {
	width: 15px;
	clear: both;
	float: left;
	height: 20px;
	color: #202020;
	border: solid 1px #bababa;
	background-color: transparent;
	margin: 9px 9px 9px 0;
}


.form_spc select.error {
	border-color: #ff0032;
}

.form_spc [type=checkbox] {
	width: 15px;
	clear: both;
	float: left;
	height: 20px;
	color: #202020;
	border: solid 1px #bababa;
	background-color: transparent;
	margin: 9px 9px 9px 0;
}


.form_spc select {
	width: 50%;
	color: #202020;
	text-align: center;
	cursor: default;
	overflow: hidden;
	border: 1px solid #bababa;
	padding: 9px;
}

option {
	color: #222;
	box-sizing: content-box;
	filter: hue-rotate(125deg);
	font-size: 14px !important;
	padding: 10px;
}

.form_spc .form_text {
	font-size: 14px;
	margin: 10px 0 10px 0;
}

.form_spc span.error {
	font-style: italic;
	font-size: 11px;
	color: #ff0032;
	display: none;
	position: relative;
	width: 100%;
	padding: 10px;

}

.btn {
	margin-top: 20px;
	height: 40px;
	border: none;
	background-color: #000;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 30px;
}

.btn:disabled {
	cursor: default;
	opacity: 0.5;
	margin-left: 15px;
}

.refund-link {
	color: #cc2c1e;
	text-decoration: none;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

.refund-link:hover {
	color: #ff4231;
	text-decoration: none;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}

#scroll_content {
	width: 100%;
	border-bottom: 16px solid #f0f0f0;
	padding-bottom: 0px;
	text-align: justify;
	background-color: #f0f0f0;
	position: relative;
	z-index: 200;
}

.js-show {
	display: none;
	outline: none;
	top: 185px;
	left: 0;
	position: absolute;
	border: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .4px;
	cursor: pointer;
	width: 100%;
	background: #f0f0f0;
	padding: 10px 10px 16px 15px;
	text-align: left;
	z-index: 200;
}

.content__right-part {
	position: relative;
}

.js-show::after {
	content: '>';
	position: absolute;
	left: 101px;
	top: 11px;
}

#legal_content {
	margin: 16px;

}

.new_legal_content {
	overflow: hidden;
	height: auto;
}

.form_spc .tel_plus-seven {
	font-size: 16px;
	margin: 10px;
	float: left;
}

.form_spc .tel {
	width: 70%;
	float: left;
}

.form_spc .error.is-show {
	display: block;
}

/*----------------------------------------------------FOOTER MENU----------------------------------------------------*/

.footer-wraper {
	width: 100%;
	height: 70px;
	display: block;
	position: relative;
	border-top: 1px #dddcdd solid;
	border-bottom: 1px #dddcdd solid;
}

.footermenu {
	margin: 0 auto;
	width: 100%;
	display: block;
	height: 70px;
	float: left;
	position: relative;
}

.footercell1 {
	vertical-align: top;
	display: inline-block;
	position: relative;
	height: 30px;
	width: 16.9%;
	text-align: center;
	margin: 20px 0px;
	border-right: 1px #000000 dotted;
}

.footercell2 {
	vertical-align: top;
	display: inline-block;
	position: relative;
	height: 30px;
	width: 28%;
	margin: 20px 0px;
	text-align: center;
}

.footercell_block a {
	color: #000000;
	text-decoration: none;
	display: inline-block;

}

.footercell_block {
	position: relative;
}

.footercell_innerblock {
	display: table;
	vertical-align: middle;
	height: 30px;
	width: auto;
}



.footercell_img {
	width: 30px;
	height: 30px;
	display: block;
	vertical-align: middle;
	position: relative;
	margin-right: 10px;
}

.footercell_text {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	height: 30px;
}


.copyright {
	display: inline-block;
	position: relative;
	padding-top: 50px;
}

.color_pink {
	color: #d30b54;
}

.page_pay_sbp,
.page_pay_sbp footer,
.page_pay_sbp header {
	background-color: #f4f4f4;
}

.page_pay_sbp header {
	height: 125px;
}

.page_pay_sbp .logo {
	margin-top: 30px;
	width: 248px;
	background: url(../img/Logo-Incanto2.png) no-repeat;
}

.pay_result_success {
	width: 100%;
	text-align: center;
}

.pay_result_success hr {
	border: none;
	color: #d2d2d2;
	background-color: #d2d2d2;
	height: 2px;
}

.pay_result_success .title {
	margin: 130px 0 30px;
	font-size: 26px;
	text-transform: uppercase;
}

.pay_result_success .text {
	font-size: 16px;
	line-height: 26px;
}

.pay_result_success .btn {
	margin: 30px 0 70px;
	font-size: 13px;
	display: inline-block;
	height: auto;
	text-decoration: none;
	padding: 13px 54px;
}


.pay_result_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto 100px;
}

.pay_result_info .col-n3+.col {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.pay_result_info .col-n3 {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	margin: 90px 0 60px;
}

.pay_result_info .col {
	width: 50%;
}

.pay_result_info ul {
	padding-left: 20px;
}

.pay_result_info .title {
	font-size: 26px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.pay_result_info .title_bold {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: bold;
}

.pay_result_info .text_small {
	font-size: 13px;
	color: #4c4b4b;
	margin-top: 20px
}

.pay_result_info li::marker {
	color: #d30c54;
}

.pay_result_info .text {
	line-height: 30px;
	font-size: 16px;
	color: #4c4b4b;
}

.qr_block {
	display: flex;
	background-color: #fff;
	padding: 30px 45px;
	align-items: center;
	justify-content: space-between;
	box-shadow: 2px 2px 12px rgb(0 0 0 / 10%);
	border-radius: 10px;
}

.qr_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.qr_body table {
	font-size: 16px;
}

.qr_body table tr {
	line-height: 25px;
}

.qr_body table td:first-of-type {
	padding-right: 10px;
}

.qr_summa {
	font-weight: bold;
	width: 100%;
	display: flex;
	font-size: 15px;
	text-transform: uppercase;
	justify-content: space-between;
	border-top: 1px solid #d2d2d2;
	margin-top: 20px;
	padding-top: 20px;
}

@media screen and (max-width: 1200px) {
	header {
		height: auto;
	}

	.js-show {
		display: block;
	}

	.new_legal_content {
		height: 188px;
	}

	.dot_line+p {
		padding: 40px 0;
	}

	.row {
		width: auto;
		padding: 0 15px;
		flex-wrap: wrap;
	}

	.row>div {
		width: 100%;
	}

	.content__left-part {
		margin-top: 40px;
		order: 1;
	}

	.form_spc [type=text] {
		width: 60%;
	}

	.form_spc .tel {
		width: calc(60% - 39px);
	}

	.footer {
		margin-top: 50px !important;
		text-align: center;
	}

	.arrow {
		display: none;
	}

	.copyright {
		padding-top: 0;
	}

	footer {
		padding: 10px 10% 50px 10%;
	}

	.form_spc .error.is-show {
		clear: both;
	}

	.pay_result_info .title {
		text-align: center;
	}

	.pay_result_info .col:first-of-type {
		order: -2
	}

	.pay_result_info .col:first-of-type .text {
		text-align: center;
		line-height: 26px;
		margin: 0 30px;
	}

	.pay_result_info {
		max-width: 450px;
	}

	.pay_result_info .col {
		width: 100%;
	}

	.pay_result_info .col-n3+.col {
		order: -1;
	}

	.qr_block {
		justify-content: space-around;
		flex-wrap: wrap;
		margin-top: 40px;
		padding-top: 40px;
	}

	.qr_summa {
		margin-left: -10px;
		width: calc(100% + 20px);
	}

	.qr_title {
		margin-top: 50px;
		/*text-align: center;*/
	}

	.pay_result_info .col-n3 {
		margin-top: 60px;
	}
}

@media screen and (max-width: 425px) {
	.dot_line+p {
		padding: 30px 0;
		font-size: 13px !important;
	}

	.logo {
		width: 256px;
		background-position: center;
		background-size: contain;
	}

	.content__right-part img {
		padding-top: 0 !important;
	}

	.content__left-part {
		margin-top: 20px;
	}

	.form_spc select {
		width: 100%;
	}

	.form_spc [type=text] {
		width: 100%;
	}

	.form_spc .tel {
		width: calc(100% - 63px);
	}

	.display-flex {
		margin-top: 50px !important;
		flex-wrap: wrap;
	}

	.small-7 {
		margin-bottom: 40px;
		width: 100%;
	}

	.small-7:last-of-type {
		margin-bottom: 0;
	}

	.form_spc .form_title:first-child {
		margin-bottom: 10px;
	}

	#button_complete {
		width: 100%;
	}

	.footer img {
		width: 60px;
	}

	.page_pay_sbp .logo {
		background-size: 40%;
		background-position: center;
		margin-top: 0px;
		height: 70px;
	}

	.page_pay_sbp header {
		height: 65px;
	}

	.pay_result_info {
		margin-top: 30px;
		padding: 0 35px;
		margin-bottom: 0;
	}

	.pay_result_info .title {
		font-size: 18px;
	}

	.pay_result_info .col:first-of-type .text {
		font-size: 14px;
		line-height: 22px;
		margin: 0;
	}

	.qr_block {
		padding: 30px 25px;
	}

	.qr_block img {
		width: 140px;
	}

	.qr_title {
		margin-top: 30px;
		font-size: 16px;
	}

	.qr_body table {
		font-size: 14px;
	}

	.qr_summa {
		margin-top: 15px;
		width: 100%;
		margin-left: auto;
	}

	.pay_result_info .col-n3 {
		margin-top: 30px;
	}

	.pay_result_info .text {
		line-height: 26px;
		font-size: 14px;
	}

	.qr_body {
		max-width: 100%;
		overflow: auto;
	}

	.pay_result_info .title_bold {
		font-size: 16px;
	}
}

@media screen and (min-width: 1200px) {
	.page_pay_sbp footer {
		position: absolute;
		bottom: 0;
	}

	.qr_body {
		margin-left: 12px;
	}
}

/*
input
{
	width: 60%;
	height:20px;
	color: #202020;
	border: solid 1px #bababa;
	background-color: transparent;
	margin-bottom:10px;
}

input[name="delivery"]
{
	width: 15px;
	clear:both;
	float:left;
}

input[name="payment"]
{
	width: 15px;
	clear:both;
	float:left;
}

input[name="check"]
{
	width: 15px;
	float:left;
	margin-bottom:3px;
}


#tel_country
{
	padding-right:16px;
	font-size:16px;
	clear:both;
	padding-top: 3px;
}




*/
.hide {
	display: none !important;
}

.preloader {
	margin-top: 20px;
	height: 40px;
	display: inline-block;
}

.preloader_inner {
	content: '';
	border: 4px solid #000;
	border-radius: 100%;
	border-color: #000 #000 transparent transparent;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #000;
	width: 28px;
	height: 28px;
}

.rotating {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: rotating 1000ms linear infinite;
	animation: rotating 1000ms linear infinite
}

@keyframes rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotating {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.switcher {
	display: block;
}

.switcher__check {
	display: none;
}

.switcher__label {
	display: grid;
	align-items: center;
	grid-auto-flow: column;
	justify-content: start;
	justify-items: start;
	align-items: center;
	gap: 8px;
}

.switcher__label::before {
	content: '';
	grid-column: 1/2;
	grid-row: 1/2;
	width: 30px;
	height: 18px;
	background-color: var(--before-background-color, #ffffff);
	border: 1px solid #0075FF;
	border-radius: 100vmax;
	transition: background-color .2s;
}

.switcher__label::after {
	content: '';
	grid-column: 1/2;
	grid-row: 1/2;
	place-self: center start;
	width: 12px;
	height: 12px;
	margin-left: 3px;
	background-color: var(--after-background-color, #0075FF);
	border-radius: 100vmax;
	transition: background-color .2s, translate .2s;
	translate: var(--after-translate);
}


.switcher__check:checked+.switcher__label {
	--before-background-color: #0075FF;
	--after-background-color: #ffffff;
	--after-translate: 100%;
}

.gift-reciever {
	display: grid;
	grid-template-rows: 0fr;
	margin-top: 0px;
	transition-property: grid-template-rows, margin-top;
	transition-duration: .2s;
}

.gift-reciever__inner {
	overflow: hidden;
	height: 100%;
}

.switcher:has(.switcher__check:checked)+.gift-reciever {
	grid-template-rows: 1fr;
	margin-top: 20px;
}

.form_field :is([disabled], [readonly]) {
	background-color: #fafafa;
}

.rule_link [type="checkbox"]+label a {
	color: gray;
	text-decoration: none;
}

.rule_link [type="checkbox"]+label a:hover {
	color: black;
}

.rule_link label span {
	text-decoration: underline;
}

.form_text--email {
	display: grid;
}

.email-recivier {
	grid-area: 1/1/-1/-1;
	opacity: var(--email-recivier-opacity, 1);
	pointer-events: var(--email-recivier-pointer-events, auto);
	transition: opacity .2s;
}

.email-sender {
	grid-area: 1/1/-1/-1;
	opacity: var(--email-sender-opacity, 0);
	pointer-events: var(--email-sender-pointer-events, none);
	transition: opacity .2s;

	small {
		color: #999;
	}
}

.content__left-part:has(.switcher__check:checked) {
	--email-recivier-opacity: 0;
	--email-recivier-pointer-events: none;
	--email-sender-opacity: 1;
	--email-sender-pointer-events: auto;
}

.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 15px;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer__img {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 calc(25% - 15px);
	flex: 1 1 calc(25% - 15px);
	min-width: 60px;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	max-width: 100px;
	max-height: 50px;
}