*,
*::before,
*::after {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	font-family: ProximaNova, sans-serif;
	font-size: var(--font-default);
	font-weight: 400;
	line-height: 1.4;
	background: #dedede;
	color: #1D1D1B;
	width: 100%;
	min-height: 100vh;	
	display: -webkit-flex;
	display: flex;
	flex-flow: column nowrap;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100vh;
	overflow-y: scroll;	
	display: flex;
	flex-flow: column nowrap;
	flex: auto;
	
}

h1 {
	margin: var(--s10) auto var(--s6) auto;
	max-width: max-content;
	color: var(--color-00);
	font-size: var(--font-large);
	font-weight: 800;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	line-height: 120%;
}

h2 {
	margin: 50px 0 20px 0;
	max-width: max-content;
	color: var(--color-00);
	font-size: var(--font-large);
	font-weight: 800;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	line-height: 120%;
}

h3 {
	max-width: max-content;
	color: var(--color-00);
	font-size: var(--font-extra);
	font-weight: 700;
	line-height: 120%;
}

header {
	flex: 0 0 auto;
}

footer {
	background: #fff;
	padding-top: 0px;
	flex: 0 0 auto;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	margin: var(--s2) 0;
}

.main-wrapper {
	flex: 1 1 auto;
	background: #fff;
	position: relative;
}

.main-parent ul.pps_list {
	margin-top: var(--s10);
	margin-right: var(--s10);
	margin-left: var(--s10);
}

.main-parent ul li {
	text-transform: uppercase;
	text-align: right;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-parent ul li a {
	font-weight: 600;
	text-decoration: none;
	color: var(--color-05);
	padding: var(--s2) 0;
	display: block;
}

.main-parent ul li.active a {
	font-weight: 800;
}

.main-text .text {
	max-width: 800px;
}

.main-text img {
	max-width: 100%;
	height: auto;
}

.main-text h1 {
	margin-left: 0;
}

div.page {
	width: 100%;
	background: #fff;
}

div.page div.page2 {
	width: 100%;
	max-width: 1920px;
	background: transparent;
	position: relative;
	padding: 0;
	margin: 0 auto;
}

div.page div.page2.page2normal {
	padding-top: var(--s10);
}

div.page.main {
	background: var(--color-100);
}

div.page.footer.copyrights .page2 {
	font-size: 14px;
	color: #727778;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.page.footer.copyrights .page2>div {
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

div.page.footer.nav {
	background: var(--color-00);
}

div.page.footer.nav div.page2 {
	max-width: 1280px;
	padding-top: 30px;
	padding-bottom: 10px;
}

div.page.footer.nav .logo {
	padding-top: 5px;
}

div.page.footer.nav .logo img {
	max-width: 150px;
	height: auto;
}

div.page.footer.nav .pay {}

div.page.footer.nav .pay img {
	max-width: 100%;
	height: auto;
}

div.page.footer.nav ul {
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 120%;
}

div.page.footer.nav ul li {
	margin-bottom: 10px;
}

div.page.footer.nav ul a {
	color: #C4C4C4;
	text-decoration: none;
}

div.page.footer.nav ul a:hover {
	color: #e1e1e1;
}

div.page.footer.nav div.soc>.item:not(:first-child) {
	margin-left: 20px;
}

div.page.footer.nav div.contacts {
	text-align: right;
	color: #C4C4C4;
	padding-bottom: 5px;
}

div.page.footer.nav div.contacts .title {
	font-size: 14px;
}

div.page.footer.nav div.contacts .phone {
	font-size: var(--font-medium);
	font-weight: 700;
}

div.page.footer.nav div.contacts .phone>a {
	color: #C4C4C4;
	text-decoration: none;
}

/****/
a {
	color: var(--color-turquoise-dark);
}

a.btn,
a.pps_custom_link_1 {
	display: block;
	width: max-content;
	padding: 15px 25px;
	font-size: var(--font-default);
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	line-height: 160%;
	background: var(--color-turquoise-dark);
	background: linear-gradient(8deg, var(--color-turquoise-dark) 0%, var(--color-turquoise-dark) 100%);
	margin-top: 35px;
	border-radius: 25px;
	border: none
}

a.btn:hover,
a.pps_custom_link_1:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

a.btn.btn-disable {
	background: linear-gradient(8deg, rgba(200, 200, 200, 1) 0%, rgba(150, 150, 150, 1) 100%);
	color: #f0f0f0;
	cursor: default;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

a.btn-small {
	display: block;
	width: max-content;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	background: var(--color-turquoise-dark);
	background: linear-gradient(8deg, var(--color-turquoise-dark) 0%, var(--color-turquoise-dark) 100%);
	border-radius: 25px;
}

a.btn-small:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

a.btn-small.btn-disable {
	background: linear-gradient(8deg, rgba(200, 200, 200, 1) 0%, rgba(150, 150, 150, 1) 100%);
	color: #f0f0f0;
	cursor: default;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

a.btn-black {
	display: block;
	width: max-content;
	font-size: var(--font-default);
	font-weight: 700;
	color: var(--color-00);
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 35px;
}

a.btn-black:after {
	content: '\f18e';
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: var(--font-medium);
	display: inline-block;
	padding-left: 8px;
	margin-top: 1px;
	position: absolute;
}

a.btn-black:hover {
	opacity: 0.8;
}

a.btn-black-2 {
	display: block;
	width: max-content;
	font-size: var(--font-default);
	font-weight: 700;
	font-style: italic;
	color: var(--color-00);
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 35px;
	padding: 15px 25px;
	border-radius: 25px;
	border: 3px solid rgba(0, 0, 0, 0.9);
}

a.btn-black-2:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

a.btn-small.btn-black-2,
span.btn-small.btn-black-2 {
	display: block;
	width: max-content;
	font-size: var(--font-default);
	font-weight: 700;
	font-style: italic;
	color: var(--color-00);
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 0px;
	padding: 5px 10px;
	border-radius: 25px;
	border: 3px solid rgba(0, 0, 0, 0.9);
	background: #fff;
}

a.btn-small.btn-black-2.active,
span.btn-small.btn-black-2.active {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

a.btn-gray {
	font-size: var(--font-default);
	color: var(--color-00);
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 80px;
	max-width: 100%;
	margin-bottom: 20px;
	background: rgba(196, 196, 196, 0.44);
}

a.btn-gray:hover {
	color: var(--color-turquoise-dark);
	background: rgba(99, 207, 227, 0.4);
}

/***/
.page.page-promt {
	background: rgba(229, 229, 229, 0.56);
	overflow: hidden;
}

.page.page-promt>.page2 {
	padding-top: 100px;
	padding-bottom: 100px;
	max-width: 1440px;
}

.page.page-promt .img {
	position: relative;
}

.page.page-promt .img>img:first-child {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

.page.page-promt .img>img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 50px;
}

.page.page-promt .title {
	font-family: 'SweetMavkaScript';
	font-size: var(--font-extra);
	font-weight: 500;
	color: var(--color-00);
	line-height: 100%;
	position: relative;
}

.page.page-promt .title>span:after {
	content: attr(data-after);
	position: absolute;
	left: 100px;
	bottom: -20px;
	color: rgba(99, 207, 227, 0.1);
	;
	filter: blur(3px);
}

.page.page-promt .text {
	margin-top: 60px;
	padding-left: 60px;
}

.page.page-promt .text p {
	color: var(--color-blue-dark);
	font-size: var(--font-medium);
	margin-bottom: var(--s4);
}

.page.page-promt .text a {
	margin-top: var(--s2);
}

.prices {
	display: flex;
}

.prices>div {
	margin-right: var(--s2);
}

.prices>div:last-child {
	margin-right: 0px;
}

.price>span {
	font-weight: 700;
	color: var(--color-orange);
	display: block;
}

.price>span:after {
	content: " byn";
	font-size: 80%;
	text-transform: none !important;
}

.price.price-old>span {
	text-decoration: line-through;
	color: #A0A8A9;
}

div.points {
	color: var(--color-turquoise-dark);
}

div.points>span {
	font-weight: 700;
	color: var(--color-turquoise-dark);
	display: block;
}

.form {
	background: #f5f5f5;
	padding: 20px 30px 10px 30px;
	border-radius: 40px;
}

.form .forms-item {
	margin-bottom: 20px;
}

.form .forms-item .title {
	padding: 0;
	margin-bottom: 5px;
	color: #c4c4c4;
}

.form .forms-item .title ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
}

.form .forms-item .title ul>li {
	color: var(--color-turquoise-dark);
	margin-right: 15px;
	border-bottom: 1px dashed var(--color-turquoise-dark);
	cursor: pointer;
}

.form .forms-item .title ul>li:last-child {
	margin-right: 0;
}

.form .forms-item .title ul>li.active {
	font-weight: 700;
	color: #9a9a9a;
	border-color: transparent;
	cursor: default;
}

.form .forms-item .notice {
	font-size: 16px;
	text-align: right;
	background: #fff;
	height: 50px;
	padding: 0 10px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.form .forms-item .notice a {
	color: var(--color-turquoise-dark);
}

.form .forms-item .notice a:hover {
	color: var(--color-turquoise-dark);
}

.form .forms-item .pps.pps_input input,
.form .forms-item .pps.pps_area textarea {
	border-color: transparent;
	outline: none;
	resize: none;
}

.form .forms-item div.btn {
	margin-top: 30px;
}

.form .forms-item div.btn a.btn {
	margin-top: 0;
}

/***/
p.pps_custom_video_1 {
	background-color: var(--color-50);
	padding: var(--s2);
}

p.pps_custom_video_1 iframe {
	max-width: 100%;
	width: 100%;
	min-width: 100%;
}

div.pps_custom_cite_1 {
	background: #ededed;
	margin: 60px 0;
	padding: 40px 60px 40px 120px;
}

div.pps_custom_cite_2 {
	padding: 40px 0px 20px 120px;
}

div.pps_custom_cite_2+div.pps_custom_cite_2 {
	padding-top: 0px;
}

div.pps_custom_cite_2+div.pps_custom_cite_2 img {
	max-width: 100%;
	height: auto;
}

div.pps_custom_header_1 {
	font-weight: 700;
	font-size: var(--font-medium);
	font-style: italic;
}

div.page.notice-top {
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: repeating-linear-gradient(60deg, #f0f0f0, #f0f0f0 15px, #f9f9f9 0, #f9f9f9 30px);
	padding: 20px 20px;
}

div.page.notice-top p {
	margin: 0;
}

div.page.notice-top2 {
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: repeating-linear-gradient(90deg, #f0f0f0, #f0f0f0 5px, #f9f9f9 0, #f9f9f9 10px);
	padding: 5px 5px;
}

.scrollToTop {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	background: transparent;
	color: #fff;
	text-decoration: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	display: none;
	overflow: hidden;
	z-index: 10;
}

.scrollToTop:after {
	content: '\f0aa';
	font-family: 'FontAwesome';
	font-size: var(--font-xlarge);
	text-align: center;
	color: var(--color-orange);
	width: 100%;
	line-height: 120%;
	position: absolute;
	left: 0;
	top: 0;
}

div.block-items>div.block-item {
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

div.block-items>div.block-item .title {
	font-size: var(--font-medium);
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}

div.page.nav>div.page2.cookies-rules {
	font-size: 85%;
	color: #fff;
	background: var(--color-turquoise-dark);
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 100;
	border-radius: 10px 10px 0 0;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

div.page.nav>div.page2.cookies-rules a {
	color: #fff;
}

div.page.nav>div.page2.cookies-rules a.btn.btn-small {
	margin: 0;
}

.privacy-note {
	font-size: var(--font-small);
	color: #fff;
	background: var(--color-turquoise-dark);
	padding: var(--s4);
	width: calc(100% - var(--s4) * 2);
	max-width: 890px;
	box-shadow: 0 0px var(--s4) rgba(0, 0, 0, 0.2);
	position: fixed;
	z-index: 5;
	border-radius: var(--s4);
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
}

.privacy-note a {
	color: #fff;
}

.privacy-note div.btn {
	display: flex;

}

.privacy-note .title {
	font-weight: 600;
}

.privacy-note .btn a {
	margin-left: var(--s);
	margin-bottom: var(--s);
}