@import url('https://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic');
@import url("/files/fonts/PFSquareSansPro/stylesheet.css");

*, *::before, *::after {
	box-sizing: border-box;
}

html {
	background: white;
	min-height: 100%;
	font: var(--font-default) "PT Sans", sans-serif;
	box-sizing: border-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
	color: #3d3d3d;
}

body {
	margin: 0px;
	padding: 0px;
	display: -webkit-flex;
	-webkit-flex-flow: column nowrap;
	-webkit-flex: auto;
	display: flex;
	flex-flow: column nowrap;
	flex: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'PF Square Sans Pro';
    font-weight: bold;
}

div.titleh1, h1, h2, h3, h4 {
	font-family: 'PF Square Sans Pro';
    font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 32px;
	line-height: 42px;
	margin: 0 10px 15px 10px;
	color: #444444;
}

div.h1Line {
	width: 50px;
	height: 3px;
	background: #b9845b;
	margin: 0 auto 15px auto;
}

em , strong {
	color: inherit;
}

div.page {
	width: 100%;
	background-color: #fff;
}

div.page div.page2 {
	width: 100%;
	max-width: 1440px;
	background-color: transparent;
	position: relative;
	margin: 0 auto;
}

div.page.header2 {
	min-height: 0px;
}

div.page.header {
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	background: #d0e3ec;
	position: relative;
	z-index:10;
}

/*********************/
div.page.main {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	background-color: white;
}

div.page.main.normalView1 {
	min-height: 470px;
	height: 470px;
}

div.page.main.normalView2 * {
	color: white;
}

div.page.main.normalView2 a {
	text-decoration: underline;
}

div.page.main.normalView2 a:hover {
	text-decoration: none;
}

div.page .price span:after {
	content: ' \f158';
	font-size: 80%;
	font-family: 'FontAwesome';
}

div.page.main div.text {
	padding: 20px 20px 0 20px;
}

div.page.main div.page2.page2header {
	overflow: hidden;	
}

div.page.main div.page2.page2header div.descr {
	text-align: center;
}

div.page.main div.page2.page2header div.descr div.descr2 {
	width: auto;
	display: inline-block;
	max-width: 730px;
	padding: 40px 50px;
}

div.page.main div.page2.page2header div.descr div.descr2bg {
	background: rgba(51,55,60,.6);
}

div.page.main div.page2.page2header div.descr div.descr2 div.descrTop {
	font-size: 100%;
	line-height: 160%;
	width: auto;
	margin: 0 auto 15px auto;
	text-align: center;
}

div.page.main div.page2.page2normal h2 {
	text-align: center;
	font-size: 180%;
	color: #37100a;
	padding: 50px 0 20px 0;
	font-weight: normal;
}

div.page.pagetext div.text {
	padding: 20px 20px 0 20px;
}

div.page ul.way {
	margin:0;
	padding-left: 20px;
	color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	height: 60px;
	font-size: 90%;
	width: auto;
}

div.page ul.way li {
	list-style-type: none;
	padding-right: 20px;
	position: relative;
	z-index: 1;
	background: transparent;
}

div.page ul.way li:after {
	content: '\f105';
	font-family: 'FontAwesome';
	line-height: 50%; position : absolute;
	top: 7px;
	right: 2px;
	width: 10px;
	height: 10px;
	background: transparent;
	z-index: 2;
	position: absolute;
}

div.page ul.way li:last-child:after {
	content: '';
}

div.page ul.way li a {
	color: black;
	text-decoration: underline;
}

div.page.footer {
	width: auto;
	height: auto;
	background: #3C4147;
	color: #FFFFFF;
}

div.page.footer.footer1>.page2.line1 {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,.11);
}

div.page.footer.footer1>.page2.line1>div>.item {
	margin-bottom: 25px;
}

div.page.footer.footer1>.page2.line1 .title {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	opacity: 0.15; 
	margin-bottom: 15px;
}

div.page.footer.footer1>.page2.line1 .descr,
div.page.footer.footer1>.page2.line1 .descr a {
	color: #D6E7F0;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

div.page.footer.footer1>.page2.line1 .descr.soc a {
	display: inline-block;
	margin: 0 5px 5px 0;
}

div.page.footer.footer1>.page2.line1 .logo {
	position: absolute;
	bottom: -50px;
	right: -88px;
	background: #3C4147;
	padding: 0px 20px;
		
}

div.page.footer.footer1>.page2.line2 {
	margin-top: 60px;
	margin-bottom: 60px
}

div.page.footer.footer1>.page2.line2 .title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	margin-bottom: 15px;
}

div.page.footer.footer1>.page2.line2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.page.footer.footer1>.page2.line2 ul li {
	margin-bottom: 10px;
}

div.page.footer.footer1>.page2.line2 ul li,
div.page.footer.footer1>.page2.line2 ul li a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

div.page.footer.footer1>.page2.line2 ol {
	counter-reset: myCounter;
	padding-left: 0;
}
div.page.footer.footer1>.page2.line2 ol li {
	margin-bottom: 10px;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

div.page.footer.footer1>.page2.line2 ol li:before {
  counter-increment: myCounter;
  content:'0' counter(myCounter) '.';
  color: #E7C7B1;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0px 10px 0px 0;
  font-size: 15px;
}


div.page.footer.footer1>.page2.line2 ol li a {
	font-size: 15px;
	color: #fff;
	opacity: 0.36;
}

div.page.footer.footer1>.page2.line2 ol+div.more>a {
	color: #E7C7B1;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background: url(files/ico-more.svg) right center no-repeat;
	padding-right: 60px;
}

div.page.footer.footer2 {
	background:url(files/footer-wood.svg) center center no-repeat;
	background-size: cover;
}

div.page.footer.footer2 div.page2 {
	text-align: center;
	font-size: var(--font-small);
	color: var(--color-100);
	padding-top: var(--step4);
	padding-bottom: var(--step4);
	opacity: .27;
}


/*****************************************/

div.page.footer.block1 {
	padding-bottom: 30px;
	min-height: 385px;
	background: #172f3a url(/files/template/iz/footer.jpg) center center no-repeat;
	background-size: cover;
	overflow: auto;
}

div.page.footer.block1 div.block1Item {
	margin-top: 65px;
	color: white;
	
}

div.page.footer.block1 div.block1Item div.title {
	font-weight: 700;
	font-size: 125%;
	text-transform: uppercase;
}


div.page.footer.block1 div.block1Item ul {
	list-style-type: none;
	margin: 0px 0 0 0;
	padding: 0 0px 0 0;
}

div.page.footer.block1 div.block1Item_del ul:first-of-type {
	margin: 35px 0 0 0;
}

div.page.footer.block1 div.block1Item ul li {
	padding: 4px 0 4px 0;
	position: relative;
	font-size: 95%;
	letter-spacing: -0.1px;
}

div.page.footer.block1 div.block1Item ul li a {
	text-decoration: none;
	color: white;
}

div.page.footer.block1 div.block1Item div.phone i {
	position: absolute;
	left: -30px;
	top: 5px;
}

div.page.footer.block2 div.copy {
	color: white;
	font-size: 90%;
}

div.page.footer div.soc {
	margin-top: 10px;
}

div.page.footer div.soc a {
	color: #6c6c6c;
}

div.page.footer div.soc a img {
	max-width: 30px;
	height: auto;
}


.anchor {
	position: absolute;
	margin-top: -100px;
	z-index: 100;
}


p.video {
	background: transparent;
	border-radius: var(--step2);
	overflow: hidden;
}

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%;
}

#jvlabelWrap__,
.wrap_ffbc__ {
	bottom: -500px !important;
	right: -500px !important;
}
#pps_contactus {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index:10;
}
#pps_contactus>.open {
	background: #fff url(/ext/Template/files/icons/chat2.png) center center no-repeat;
	background-size: 100% auto;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	margin-right: 50px;
	margin-bottom: 50px;
	cursor: pointer;
	position: relative;
	z-index: 21;
}
#pps_contactus>.open.active {
	background-image: url(/ext/Template/files/close-black.svg);
	background-size: 40% auto;
}
#pps_contactus>.open+.items {
	display: none;
}
#pps_contactus>.open.active+.items {
	background: rgba(208,227,236,0.7);
	padding: 50px 160px 50px 50px;
	width: max-content;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: 0;
}
#pps_contactus>.open.active+.items>a {
	margin-right: 20px;
	display: inline-block;
}

#pps_contactus>.open.active+.items>a>img {
	width: auto;
	height: 80px;
	border-radius: 50%;
}
#pps_contactus>.open.active+.items>a:hover>img {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.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;
}