@font-face {
	font-family: 'LVnumbers';
	src: url('/files/fonts/LVnumbers-Regular.otf');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'RFDewi';
	src: url('/files/fonts/RussianFontsRFDewiSemibold.otf');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'RFDewi';
	src: url('/files/fonts/RussianFontsRFDewiBold.otf');
	font-style: normal;
	font-weight: 600;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

:root {
	--color1: #F0C83C;
	--color1-rgb: 240, 200, 60;
	--color2: #2B4552;
	--color2-rgb: 43, 69, 82;
	--color3: #C37864;
	--color4: #FFFFFF;
	--color4-rgb: 255, 255, 255;
	--color5: #000000;
	--color6: #dedede;
	--color7: #E6E5E1;
}

html {
	width: 100%;
	min-height: 100vh;
	background: var(--color6);
	font-family: RFDewi, sans-serif;
	color: var(--color2);
	font-size: var(--font-default);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}

body {
	width: 100%;
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	display: -webkit-flex;
	-webkit-flex-flow: column nowrap;
	-webkit-flex: auto;
	display: flex;
	flex-flow: column nowrap;
	flex: auto;
}

body * {
	line-height: 1.4;
}

h1 {
	font-size: var(--font-xlarge);
	font-weight: normal;
	line-height: 110%;
	margin: var(--step5) 0 var(--step2) 0;
	max-width: 790px;
}

h1+div.text>p {
	font-size: var(--font-large);
	max-width: 900px;
}

h2 {
	font-size: var(--font-medium);
	font-weight: normal;
	line-height: 1.1;
	margin: var(--step5) 0 var(--step2) 0;
	max-width: 790px;
}

.text2>p {
	font-size: var(--font-medium);
	max-width: 900px;
}
.text2 ol {
	font-size: var(--font-medium);
	max-width: 900px;
}

a {
	color: var(--color2);
	text-decoration: none;
	border-bottom: 1px solid var(--color1);
}

a:hover {
	color: var(--color2);
	text-decoration: none;
	border-bottom: 1px solid var(--color2);
}

strong {
	font-weight: 900;
}

ul {
	margin-left: 0px;
	padding-left: var(--step3);
}

ul>li {
	padding-left: var(--step2);
}

*:focus {
	outline: none;
}

header {
	flex: 0 0 auto;
}

footer {
	flex: 0 0 auto;
}

.main-wrapper {
	background: var(--color4);
	flex: 1 1 auto;
	position: relative;
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
}

.main-wrapper>.page.main .way {
	margin-top: var(--step6);
}

.main-wrapper>.page.main .way>li {
	position: relative;
	line-height: 180%;
}

.main-wrapper>.page.main .way>li:not(:last-child) {
	margin-right: var(--step6);
}

.main-wrapper>.page.main .way>li:not(:last-child):after {
	background: url(/ext/Template/files/ico-way.svg) center center no-repeat;
	width: 14px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: -28px;
	content: '';
}

.main-wrapper>.page.main .way>li>a {
	padding: var(--step) 0px;
}

.main-wrapper>.page.main .dirs {
	margin-top: var(--step4);
	margin-bottom: var(--step4);
}

.main-wrapper>.page.main .dirs>li {
	text-transform: uppercase;
	border: 1px solid var(--color1);
	border-radius: var(--step);
	padding: 0;
	margin-right: var(--step2);
	margin-bottom: var(--step2);
	overflow: hidden;
}

.main-wrapper>.page.main .dirs>li:last-child {
	margin-right: 0;
}

.main-wrapper>.page.main .dirs>li>a {
	border: none;
	padding: var(--step) var(--step4);
	display: block;
}

.main-wrapper>.page.main .dirs>li.active {
	background: var(--color1)
}

div.page {
	width: 100%;
	max-width: 1900px;
	margin: 0 auto;
	position: relative;
}

div.page div.page2 {
	width: 100%;
	max-width: 1900px;
	position: relative;
	padding: 0 var(--step4);
	margin: 0 auto;
	overflow: inherit;
}

div.page.que {
	overflow: hidden;
	background: var(--color4);
	padding-bottom: var(--step6);
}

div.page.que>.page2>.title {
	font-size: var(--font-large);
	position: relative;
	margin-top: calc(var(--step) * 10);
	margin-bottom: var(--step5);
	padding-bottom: var(--step2);
	border-bottom: 2px solid var(--color1);
	max-width: max-content;
}

div.page.que p {
	max-width: 900px;
}

div.page.que div.btn>label>input {
	text-align: left;
	background-image: url(/ext/Template/files/contacts/email2.png);
	background-repeat: no-repeat;
	background-size: var(--step4) auto;
	background-position: left var(--step2) center;
	padding-left: calc(var(--step) * 8);
}

div.page.que div.btn>label:nth-child(2)>input {
	background-image: url(/ext/Template/files/contacts/phone.png);
}

div.page.que div.btn>label:nth-child(3)>input {
	background-image: url(/ext/Template/files/contacts/wa.png);
}

div.page.que div.btn>label:nth-child(4)>input {
	background-image: url(/ext/Template/files/contacts/tg.png);
}

div.page.footer-socials {
	background: var(--color1);
}

div.page.footer-socials>.page2 {
	display: block;
	min-height: 100px;
	width: 100%;
	overflow: hidden;
}

div.page.footer-socials #socials {
	margin-top: var(--step5);
	margin-bottom: var(--step5);
	min-width: 100%;

}

div.page.footer-socials a {
	font-size: var(--font-xlarge);
	text-decoration: none;
	line-height: 0.8;
	color: var(--color4);
	margin: 0 var(--step6);
	border: none;
	display: inline-block;

}

div.page.footer-socials a:hover {
	text-decoration: none;
	outline: none;
}

div.page.footer {
	height: auto;
	min-height: 200px;
	background: var(--color4);
	overflow: hidden;
}

div.page.footer .nav {
	margin-top: calc(var(--step) * 12);
}

div.page.footer .nav>li {
	margin-right: var(--step4);
}

div.page.footer .nav>li>a {
	padding: var(--stepHalf) 0px;
	display: block;
}

div.page.footer .contacts {
	margin-top: calc(var(--step) * 7);
}

div.page.footer .contacts>div {
	margin-bottom: var(--step2);
}

div.page.footer .contacts>div.qr>div {
	text-align: center;
}

div.page.footer .contacts>div.qr>div img {
	width: 120px;
	max-width: 100%;
	height: auto;
	border: 1px solid var(--color1);
}

div.page.footer .copyrights {
	font-size: var(--font-small);
	border-top: 1px solid var(--color7);
	margin-top: calc(var(--step) * 7);
	padding-top: var(--step4);
	padding-bottom: var(--step2);
}

div.page.footer .copyrights>div {
	margin-bottom: var(--step2);
}

/***/

a.btn {
	font-size: var(--font-default);
	text-decoration: none;
	color: var(--color4);
	background: transparent;
	padding: var(--step2) var(--step4);
	display: inline-block;
	border-width: 0;
	outline: 1px solid var(--color1);

}

a.btn:hover {
	color: var(--color2);
	background: var(--color1);
}

a.btn1 {
	font-size: var(--font-tiny);
	text-decoration: none;
	color: var(--color2);
	background: var(--color1);
	padding: var(--step2) var(--step3);
	display: inline-block;
	border-width: 0;
	outline: 1px solid var(--color1);
	border-radius: var(--stepHalf);
	white-space: nowrap;
}

a.btn1:hover,
a.btn1.active {
	color: var(--color1);
	background: var(--color2);
}

.price>span {
	position: relative;
}

.price>span:after {
	position: relative;
	content: ' ₽'
}

/***/
p.video {
	background: transparent;
}

p.video {
	position: relative;
	padding-bottom: 56.25% !important;
	padding-top: 25px !important;
	height: 0;
}

p.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/***/
table.table-attr {
	border-collapse: collapse;
	border: 0;
	margin-top: 10px;
	width: 100% !important;
}

table.table-attr p {
	text-align: left;
}

table.table-attr img {
	display: block;
	margin: 5px auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}

table.table-attr tr {
	height: inherit !important;
	cursor: pointer;
}

table.table-attr th {
	border: 0;
}

table.table-attr td {
	border: none;
	border-bottom: 1px solid rgba(var(--color4-rgb), 0.5);
	padding: var(--step2) 0px;
	height: inherit !important;
}

table.table-attr td:first-child {
	width: 60% !important;
}

table.table-attr td:last-child {
	width: 40% !important;
	text-align: right;
}

table.table-attr tr:hover {
	background: rgba(255, 255, 255, .3);
}

.style1text {
	opacity: 0.5;
}

p.video {
	background: transparent;
}

p.video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

p.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

a.scrollToTop {
	width: var(--step6);
	height: var(--step6);
	border-radius: 50% 50% 0 0;
	text-align: center;
	color: var(--color2);
	background: var(--color1);
	background-size: 100% auto;
	color: #fff;
	text-decoration: none;
	border: 0;
	position: fixed;
	bottom: 0px;
	right: var(--step6);
	display: none;
	overflow: hidden;
	z-index: 101;
}

a.scrollToTop:after {
	content: '\f106';
	font-family: 'FontAwesome';
	font-size: var(--font-medium);
	text-align: center;
	line-height: 0.8;
	color: var(--color2);
	display: block;
	position: absolute;
	padding-top: var(--step);
	width: 100%;
}

.privacy-note {
	color: var(--color2);
	background: rgba(255,255,255,.95);
	padding: var(--step4);
	width: calc(100% - var(--step4) * 2);
	max-width: 500px;
	box-shadow: 0 0px var(--step4) rgba(0,0,0,0.2);
	position: fixed;
	z-index:5;
	border-radius: var(--step4);
	bottom: var(--step4);
	right: var(--step4);
	/* transform: translate(-50%, 0); */
}
.privacy-note.telegram-note {
	left: var(--step4);
	right: inherit;
	bottom: var(--step4);
}
.privacy-note:hover {
	background: rgba(255,255,255,1);
}

.privacy-note .text {
	line-height: 1.6;
}

.privacy-note div.btn {
	padding: 0;
	max-width: max-content;
	margin: var(--step2) auto 0 0;
}

.privacy-note div.btn>a.btn {
	text-decoration: none;
	color: var(--color2);
	max-width: max-content;
}

.privacy-note div.btn {
	display: flex;
}

.privacy-note .title {
	font-weight: 600;
} 
.privacy-note .btn a {
	margin-left: var(--step);
	margin-bottom: var(--step);
}
.privacy-note .close {
	background: url(files/ico-close.svg) center center no-repeat;
	width: var(--step4);
	height: var(--step4);
	position: absolute;
	top: var(--step2);
	right: var(--step2);
	cursor: pointer;
}