*, *::before, *::after {
	box-sizing: border-box;
}
*:focus {
    outline: none;
}

html {
	width: 100%;
	min-height: 100vh;
	background: #dedede;
	font-family: ProximaNova,sans-serif;
	color: #1D1D1B;
	font-size: var(--font-default);
	font-weight: 400;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap;
}
body {
	width: 100%;
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
	display: -webkit-flex;
	-webkit-flex-flow: column nowrap;
	-webkit-flex: auto;
	display: flex;
	flex-flow: column nowrap;
	flex: auto;
	overflow-y: scroll;
	line-height: 140%;
}
h1 {
	margin: 100px auto 40px auto;
	max-width: max-content;
	color: #000;
	font-size: 35px;
	font-weight: 800;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	line-height: 120%;
}
h2 {
	margin: 50px 0 20px 0;
	max-width: max-content;
	color: #000;
	font-size: 35px;
	font-weight: 800;
	letter-spacing: 0.5rem;
	text-transform: uppercase;
	line-height: 120%;
}
h3 {
	max-width: max-content;
	color: #000;
	font-size: 49px;
	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(--step2) 0;
}
.main-wrapper {
	flex: 1 1 auto;
    background: #fff;
    position: relative;
}
.main-parent ul.pps_list {
	margin-top: 170px;
	margin-right: 40px;
	margin-left: 80px;
}
.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-size: 20px;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	padding: 10px 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 20px;
	margin: 0 auto;
}

div.page div.page2.page2normal {
	padding-top: 50px;
}

div.page.main {
	background: white;
}
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: #000;	
}
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: 22px;
	font-weight: 700;
}
div.page.footer.nav div.contacts .phone>a {
	color: #C4C4C4;
	text-decoration: none;
}
/****/
a {
	color: rgb(51,172,194);
}
a.btn,
a.pps_custom_link_1 {
	display: block;
	width: max-content;
	padding: 15px 25px;
	font-size: 18px;
	font-weight:700;
	font-style: italic;
	color: #fff;
	text-decoration: none;
	line-height: 160%;
	background: rgb(51,172,194);
	background: linear-gradient(8deg, rgba(51,172,194,1) 0%, rgba(96,205,225,1) 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: rgb(51,172,194);
	background: linear-gradient(8deg, rgba(51,172,194,1) 0%, rgba(96,205,225,1) 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: 18px;
	font-weight:700;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
	margin-top: 35px;
}
a.btn-black:after {
	content: '\f18e';
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 25px;
	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: 18px;
	font-weight:700;
	font-style: italic;
	color: #000;
	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: #000;
	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: 18px;
	color: #000;
	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: #0E8FA7;
	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: 63px;
    font-weight: 500;
    color: #000;
    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: #507278;
	font-size: 22px;
	line-height: 140%;
	margin-bottom: 30px;	
}
.page.page-promt .text a {
	margin-top: 15px
}
.prices {
	display: flex;
}
.prices>div {
	margin-right: 10px;
}
.prices>div:last-child {
	margin-right: 0px;
}
.price>span {
	font-weight: 700;
	color: #FF4004;
	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: #2da8be;
}
div.points>span {
	font-weight: 700;
	color: #2da8be;
	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: rgba(96,205,225,1);
	margin-right: 15px;
	border-bottom: 1px dashed rgba(96,205,225,1);
	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: rgba(96,205,225,1);
}
.form .forms-item .notice a:hover {
	color: #63CFE3;
}
.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: tomato;
	padding: 10px;
}
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: 28px;
	font-style: italic;
}
div.pps_custom_text_1 {
	background: #ededed;
}
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: 40px;
	text-align: center;
	color: #FF4004;
	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: 25px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
div.page.nav>div.page2.cookies-rules {
	font-size: 85%;
	color: #fff;
	background: #00AED5;
	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: #00AED5;
	padding: var(--step4);
	width: calc(100% - var(--step4) * 2);
	max-width: 890px;
	box-shadow: 0 0px var(--step4) rgba(0,0,0,0.2);
	position: fixed;
	z-index:5;
	border-radius: var(--step4);
	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(--step);
	margin-bottom: var(--step);
}