@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: 30px 0 10px 0;
	max-width: 790px;
}
h1+div.text>p {
	font-size: var(--font-large);
	max-width: 900px;
}
h2 {
	font-size: var(--font-meium);
	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;
}
a {
	color: var(--color2);
	text-decoration: none;
	border-bottom: none;
}
a:hover {
	color: var(--color2);
	text-decoration: none;
	border-bottom: 1px solid var(--color2);
}
strong {
	font-weight: 900;
}
ul {
	margin-left: 0px;
	padding-left: 15px;
}
ul>li {
	padding-left: 10px;
}
*:focus {
    outline: none;
}
header {
	flex: 0 0 auto;
}
footer {
	flex: 0 0 auto;
}
.main-wrapper {
	background: #ffffff;
	flex: 1 1 auto;
    position: relative;
    width: 100%;
    max-width: 1900px;
    margin: 0 auto;
}
.main-wrapper>.page.main .way {
	margin-top: 40px;
}
.main-wrapper>.page.main .way>li {
	position: relative;
	line-height: 180%;
}
.main-wrapper>.page.main .way>li:not(:last-child) {
	margin-right: 40px;
}
.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: 5px 0px;
}
.main-wrapper>.page.main .dirs {
	margin-top: 20px;
	margin-bottom: 20px;
}
.main-wrapper>.page.main .dirs>li {
	text-transform: uppercase;
	border: 1px solid var(--color1);
	border-radius: 5px;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.main-wrapper>.page.main .dirs>li:last-child {
	margin-right: 0;
}
.main-wrapper>.page.main .dirs>li>a {
	border: none;
	padding: 7px 20px;
	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 15px;
	margin: 0 auto;
	overflow: inherit;
}
div.page.que {
	overflow: hidden;
	background: var(--color4);
	padding-bottom: 40px;
}
div.page.que > .page2 > .title {
  font-size: var(--font-large);
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #B8CB44;
  max-width: max-content;
}
div.page.que p {
	max-width: 900px;
}
div.page.que div.btn>label>input {
	text-align: left;
	background-image: url(files/contacts/email2.png);
	background-repeat: no-repeat;
	background-size: 26px auto;
	background-position: left 10px center;
	padding-left: 45px;
}
div.page.que div.btn>label:nth-child(2)>input {
	background-image: url(files/contacts/phone.png);
}
div.page.que div.btn>label:nth-child(3)>input {
	background-image: url(files/contacts/wa.png);
}
div.page.que div.btn>label:nth-child(4)>input {
	background-image: url(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: 60px;
	margin-bottom: 60px;
	min-width: 100%;
}
div.page.footer-socials a {
	font-size: 48px;
	color: var(--color4);
	text-decoration: none;
	border: none;
	display: inline-block;
	margin: 0 40px;
}
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: 75px;
}
div.page.footer .nav>li {
	margin-right: 20px;
}
div.page.footer .nav>li>a {
	padding: 3px 0px;
	display: block;
}
div.page.footer .contacts {
	margin-top: 45px;
}
div.page.footer .contacts>div {
	margin-bottom: 10px;
}
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 {
	border-top: 1px solid #E6E5E1;
	margin-top: 45px;
	padding-top: 20px;
	padding-bottom: 10px;
}
div.page.footer .copyrights>div {
	margin-bottom: 10px;
}
/***/

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: #B8CB44;
	padding: 10px 15px;
	display: inline-block;
	border-width: 0;
	outline: 1px solid #B8CB44;
	border-radius: 3px;
	white-space: nowrap;
}
a.btn1:hover,
a.btn1.active {
	color: #27bba5;
	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: 15px 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: 40px;
	height: 40px;
	border-radius: 50% 50% 0 0;
	text-align: center;
	color: var(--color2);
	background: #27bba5;
	background-size: 100% auto;
	color: #fff;
	text-decoration: none;
	border: 0;
	position: fixed;
	bottom: 0px;
	right: 65px;
	display: none;
	overflow: hidden;
	z-index: 101;
}
a.scrollToTop:after {
	content: '🠕';
	/*font-family: 'FontAwesome';*/
	font-size: 30px;
	text-align: center;
	color: var(--color2);
	display: block;
	position: absolute;
	padding-top: 10px;
	width: 100%;
}
