@charset "UTF-8";

/*
    код разработан научно-технической лабораторией http://алгория.рф
*/
body {
	margin: 0;
	font-family: 'Open Sans';
	background-color: #f6f6f6;
}

a {
	text-decoration: none;
}

p {
	padding: 15px;
}

.mobile_only {
	display: none;
}

.pc_only {
	display: block;
}

.button.pc_only {
	display: block;
}

@media (max-width: 640px) {
	.mobile_only {
		display: block;
	}

	.pc_only {
		display: none;
	}

	.button.pc_only {
		display: none;
	}
}

.button {
	background: linear-gradient(93.78deg, #55B9C6 8.38%, #33A8B7 80.53%);
	border-radius: 10px;
	margin: 27px 0 0 130px;
	padding: 16px 37px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
}

.button_center {
	margin: 0 auto;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.button_full_width {
	display: block;
	margin: 20px 100px;
	text-align: center;
}

@media (max-width: 640px) {
	.button {
		margin: 38px auto 43px auto;
		display: block;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}
}

.page_slot {
	width: 100%;
	/*background: linear-gradient(174.66deg, #F8FEFF 13.05%, #FFFFFF 80.6%);*/
	/*background: linear-gradient(174.66deg, #F8FEFF 13.05%, #FFFFFF 80.6%);*/
}

@media (max-width: 640px) {
	.page_slot {
		background-color: #e5e5e5;
	}
}

.container {
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.half_width {
	width: 50%;
	float: left;
}

@media (max-width: 800px) {
	.half_width {
		width: 100%;
		float: left;
	}
}

h2 {
	text-align: center;
	font-size: 36px;
	font-family: Inter;
	color: #2C3E50;
	padding: 88px 190px 73px 190px;
}

@media (max-width: 850px) {
	h2 {
		font-size: 25px;
		padding: 50px 150px;
	}
}

@media (max-width: 640px) {
	h2 {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
		text-align: center;
		color: #2C3E50;
		margin: 55px 40px 52px 40px;
		padding: 0;
	}
}

/*@media (max-width: 550px) {
	h2 {
		font-size: 20px;
		padding: 25px 50px;
	}
}*/
.center {
	text-align: center;
}

.info_block {
	/*height: 56px;*/
	font-size: 24px;
	font-family: Inter;
	color: #fff;
	margin: 20px 10%;
	padding: 30px 45px 30px 122px;
	background: url(../img/error.png), linear-gradient(93.78deg, #0DC2DA 8.38%, #2CA4B3 80.53%);
	-webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	background-position: 54px center, 0;
	background-repeat: no-repeat;
	font-weight: bold;
}

.info_block_alert {
	background-image: url(../img/attent.png);
	background-color: #FFD0CA80;
	padding: 30px 45px 30px 195px;
	color: #2C3E50;
	font-weight: normal;
	font-size: 16px;
	margin: 20px 10% 60px 10%;
}

.info_block_alert a {
	color: #2C3E50;
	font-weight: bold;
}

@media (max-width: 900px) {
	.info_block {
		font-size: 20px;
		margin: 20px 24px;
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 116%;
		/* or 19px */
		text-align: center;
		letter-spacing: 0.01em;
		color: #FFFFFF;
		padding: 80px 20px 40px 20px;
		/*background: linear-gradient(93.78deg, #0DC2DA 8.38%, #2CA4B3 80.53%);*/
		background-position: center 20px, center;
	}

	.info_block_alert {
		font-size: 16px;
		padding: 30px 15px 30px 85px;
		background-size: 50px;
		background-position: 20px center;
	}
}

@media (max-width: 900px) {
	.info_block_alert {
		background-image: url(../img/attent.png);
		background-color: #FFD0CA80;
		padding: 160px 27px 88px 27px;
		color: #2C3E50;
		font-weight: normal;
		font-size: 16px;
		margin: 20px 15px 78px 15px;
		/* color: pink; */
		background-position: center 40px;
		background-repeat: no-repeat;
		background-size: 115px;
	}
}

.header {
	height: 60px;
	padding: 19px 0;
	background-color: #fff;
}

.header_logo {
	width: 255px;
	height: 60px;
	background-image: url(../img/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 40px 0 0;
	float: left;
}

.header_menu {
	list-style-type: none;
}

.header_menu li {
	float: left;
	margin: 0 10px 0 0;
	padding: 7px;
}

.header_menu li a,
.header_menu li span {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.03em;
	color: #96A2AE;
}

.header_menu li a:active,
.header_menu li span:active {
	color: #2C3E50;
}

.header_submenu {
	padding-right: 20px;
	background-image: url(../img/spoyler_down.png);
	background-position: right;
	background-size: 12px;
	background-repeat: no-repeat;
	cursor: default;
}

.header_submenu_list {
	display: none;
	padding: 5px 15px;
	position: absolute;
	background-color: #fff;
}

.header_submenu_list li {
	float: none;
	margin: 0;
	padding: 5px;
	color: #96A2AE;
	list-style-type: none;
}

.header_submenu_list li a:active {
	color: #2C3E50;
}

.header_submenu_holder:active .header_submenu_list {
	display: block;
}

/*.header_submenu:hover + .header_submenu_list {color:red;}*/
.lk_button {
	float: right;
	color: #2C3E50;
	padding: 3px 20px 0 0;
	font-size: 18px;
	font-weight: bold;
}

.header_menu_button {
	display: none;
}

.header_menu_button.active {
	background-image: url(../img/menu_button_close.png);
}

@media (max-width: 1380px) {
	.header_logo {
		width: 195px;
		height: 60px;
		background-image: url(../img/logo.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		margin: 0;
		float: left;
	}

	.header_menu {
		list-style-type: none;
	}

	.header_menu li {
		float: left;
		margin: 0 0px 0 0;
		padding: 7px 5px;
	}

	.header_menu li a,
	.header_menu li span {
		font-style: normal;
		font-weight: 600;
		font-size: 12px;
		line-height: 19px;
		letter-spacing: 0.03em;
		color: #96A2AE;
	}

	.header_menu li a:hover,
	.header_menu li span:hover {
		color: #2C3E50;
	}

	.header_submenu {
		padding-right: 20px;
		background-image: url(../img/spoyler_down.png);
		background-position: right;
		background-size: 12px;
		background-repeat: no-repeat;
		cursor: default;
	}

	.header_submenu_list {
		display: none;
		padding: 5px 15px;
		position: absolute;
		background-color: #fff;
	}

	.header_submenu_list li {
		float: none;
		margin: 0;
		padding: 5px;
		color: #96A2AE;
		list-style-type: none;
	}

	.header_submenu_list li a:hover {
		color: #2C3E50;
	}

	.header_submenu_holder:hover .header_submenu_list {
		display: block;
	}

	/*.header_submenu:hover + .header_submenu_list {color:red;}*/
	.lk_button {
		float: right;
		color: #2C3E50;
		padding: 20px 20px 0 0;
		font-size: 12px;
		font-weight: bold;
	}
}

@media (max-width: 950px) {
	.header_menu_button {
		width: 75px;
		height: 60px;
		margin: 0;
		padding: 0;
		background-image: url(../img/menu_button.png);
		background-position: right;
		background-size: 43px;
		background-repeat: no-repeat;
		display: block;
		float: left;
		position: absolute;
		z-index: 10;
	}

	.header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}

	.header_menu {
		position: fixed;
		left: 0;
		top: -200%;
		padding: 100px 30px;
		width: 100%;
		background-color: #fffe;
		-webkit-transition: 0.75s;
		transition: 0.75s;
	}

	.header_menu.active {
		top: 0;
	}

	.header_menu li {
		float: none;
		margin: 0;
		padding: 12px;
	}

	.header_menu li a,
	.header_menu li span {
		font-size: 20px;
		padding: 0;
		background-size: 20px;
		padding-right: 40px;
	}

	.header_logo {
		margin-left: 80px;
	}

	.top_banner {
		margin-top: 100px;
	}
}

@media (max-width: 600px) {
	.lk_button {
		float: right;
		color: #2C3E50;
		padding: 24px 30px 0 0;
		font-size: 12px;
	}
}

.header_video_holder {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000;
}

.header_video {
	width: 100%;
	z-index: -1;
	opacity: 0.4;
}

.top_banner {
	min-height: 508px;
	/*background-color: #000;*/
	/*background-image: url(../img/top_banner_bg.png);*/
	background-position: center;
	background-size: cover;
	padding-bottom: 25px;
	color: #fff;
	position: relative;
}

.top_banner h2 {
	/*color: #2c3e5075;*/
	color: #fff;
	font-size: 18px;
	margin: 80px 0 0 130px;
	text-align: left;
	font-family: Inter;
	padding: 0;
}

.top_banner h1 {
	/*color: #2c3e50;*/
	color: #fff;
	font-size: 33px;
	margin: 20px 0 0 130px;
}

.top_banner p {
	margin: 15px 0 0 130px;
	padding: 0;
}

.top_banner ul {
	margin: 5px 0 0 130px;
	padding: 0;
	list-style-type: none;
}

.top_banner ul li svg {
	margin: 4px 10px 4px 0;
	display: inline;
	fill: #fff;
}

@media (max-width: 700px) {
	.top_banner {
		background-position: center;
		background-image: url(../img/top_banner_bg_mobile.png);
	}

	.top_banner h2 {
		text-align: center;
		font-size: 18px;
		line-height: 116%;
		letter-spacing: 0.01em;
		color: rgba(255, 255, 255, 0.45);
		margin: 66px 15px 0 15px;
	}

	.top_banner h1 {
		font-style: normal;
		font-weight: normal;
		font-size: 26px;
		line-height: 112%;
		text-align: center;
		letter-spacing: -0.003em;
		color: #EAF4FF;
		margin: 28px 15px 0 15px;
	}

	.top_banner p {
		font-size: 16px;
		line-height: 157%;
		text-align: center;
		letter-spacing: 0.01em;
		color: #EAF4FF;
		margin: 27px 86px 0 86px;
		text-align: center;
	}

	.top_banner ul {
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 157%;
		text-align: center;
		letter-spacing: 0.01em;
		color: #EAF4FF;
		margin: 15px;
		/*background-color: #fff7;*/
	}

	.top_banner ul li {
		margin: 0 80px;
	}

	.top_banner ul li svg {
		display: block;
		margin: 20px auto 7px auto;
		fill: #fff;
	}
}

.lang-switcher {
	position: absolute;
	top: 10%;
	right: 10%;
}

.lang-switcher .lang-switcher__link {
	color: rgba(255, 255, 255, 0.45);
	padding: 0 5px;
	transition: all .3s ease;
}

.lang-switcher .lang-switcher__link:hover {
	color: #EAF4FF;
}

.lang-switcher .lang-switcher__link:first-child {
	padding-right: 8px;
	border-right: 1px solid rgba(255, 255, 255, 0.45);
}


@media all and (max-width: 768px) {
	.lang-switcher {
		top: 5%;
		right: 5%;
	}
}

@media all and (max-width: 479px) {
	.lang-switcher {
		top: 10%;
		right: 15%;
	}
}

.result_list_header {
	text-align: left;
}

.result_list {
	width: 80%;
	list-style-type: none;
}

.result_list_left {
	float: right;
}

.result_list_right {
	float: left;
}

.result_list li {
	font-size: 18px;
	color: #54676B;
	margin: 0 0 36px 0;
	padding: 0 0 5px 35px;
	background-image: url(../img/confirm1.png);
	background-position: left;
	background-repeat: no-repeat;
}

@media (max-width: 550px) {
	.result_list {
		width: 80%;
		list-style-type: none;
	}

	.result_list_left {
		float: left;
	}

	.result_list_right {
		float: left;
	}

	.result_list li {
		font-size: 14px;
		margin: 0 0 26px 0;
		padding: 0 0 5px 35px;
	}
}

.flower_slot {
	padding: 60px 60px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flower_slot_short {
	padding: 60px 100px;
}

.flower_petal {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 140px;
	font-size: 16px;
	padding: 20px 18px;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	width: 30%;
	text-align: center;
	position: static;
}

.flower_petal_large {
	margin: 0 80px;
}

.flower_petal_small {
	margin: 0 10px;
}

.flower_petal_video {
	margin: -60px 0;
	padding: 0;
	height: 268px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: url(../img/laptop.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #0000;
}

.flower_petal_video_video {
	/*background-color: #f00;*/
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 15.4%;
}

.flower_left,
.flower_right {
	width: 50px;
	height: 50px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 99999999999;
	display: none;
}

.flower_left {
	background-image: url(../img/slider/button_left.png);
	top: 150px;
	left: 10px;
}

.flower_left:hover {
	background-image: url(../img/slider/button_left_active.png);
}

.flower_right {
	background-image: url(../img/slider/button_right.png);
	float: right;
	right: 10px;
	top: 100px;
}

.flower_right:hover {
	background-image: url(../img/slider/button_right_active.png);
}

@media (max-width: 1300px) {

	/*.flower_petal {
		flex: 1;
		height: 140px;
		font-size: 16px;
		padding: 20px 18px;
		background-color: #fff;
		border-radius: 20px;
		box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.5);
		width: 30%;
		text-align: center;
	}*/
	.flower_petal_large {
		margin: 0 30px;
	}

	.flower_petal_video {
		height: 268px;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
	}
}

@media (max-width: 1050px) {
	.flower_petal {
		padding: 10px 10px;
		-webkit-transition: .75s;
		transition: .75s;
	}

	.flower_petal p {
		padding: 0;
		margin: 0;
	}

	.flower_petal_video {
		padding: 0;
	}
}

@media (max-width: 850px) {

	/*.bg_flowers .container {height: 300px;}*/
	.flower_holder {
		height: 300px;
	}

	.flower_slot {
		margin: 0;
		padding: 0;
		display: block;
		position: absolute;
		width: 100%;
		height: 410px;
	}

	.flower_petal {
		margin: 10px;
		padding: 40px 0;
		width: auto;
		height: auto;
		position: absolute;
		top: 220px;
	}

	.flower_petal_video {
		height: 200px;
		width: 100%;
		margin: 0;
		padding: 0;
		top: 0;
		z-index: 100;
	}

	.mobile_margin_120 {
		margin-top: 120px;
	}

	.flower_left,
	.flower_right {
		z-index: 200;
		display: block;
	}
}

.for_you_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.for_you_slot {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 50px;
}

.for_you_img {
	height: 260px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.for_you_slot p {
	text-align: center;
}

@media (max-width: 750px) {
	.for_you_list {
		display: block;
	}

	.for_you_slot {
		-webkit-box-flex: 0;
		-ms-flex: none;
		flex: none;
		margin: 0 50px;
	}
}

.card_author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 50px 0 0 0;
}

.card_author_text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 50px;
}

.card_author_text h2 {
	margin: 0;
	padding: 20px;
	font-size: 36px;
	text-align: left;
}

.card_author_text_header {
	padding: 40px 0 40px 20px;
	overflow: hidden;
}

.card_author_text_header h3 {
	float: left;
	font-size: 24px;
	color: #2C3E50;
	margin: 0;
}

.card_author_text_header .button {
	padding: 7px 16px;
	-webkit-box-shadow: 0px 4px 25px rgba(145, 243, 255, 0.81);
	box-shadow: 0px 4px 25px rgba(145, 243, 255, 0.81);
	margin: 0;
	float: right;
}

.card_author_text ul {
	color: #4CD2E3;
}

.card_author_text ul li {
	margin: 0 0 20px 0;
}

.card_author_text ul li span {
	color: #54676B;
}

.card_author_image {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0 25px;
}

@media (max-width: 900px) {
	.card_author_text {
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2;
	}

	.card_author_image {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

@media (max-width: 750px) {
	.card_author {
		display: block;
	}

	.card_author_image {
		height: 400px;
	}

	.card_author_text {
		text-align: center;
	}

	.card_author_text h2 {
		font-style: normal;
		font-weight: 500;
		font-size: 24px;
		line-height: 29px;
		color: #2C3E50;
		text-align: center;
	}

	.card_author_text h3 {
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 116%;
		color: #2C3E50;
		float: none;
		text-align: center;
	}

	.card_author_text ul {
		text-align: left;
		margin: 0;
		padding-left: 25px;
	}

	.card_author_text .button {
		float: none;
		margin: 15px auto 0 auto;
		display: block;
		max-width: -webkit-max-content;
		max-width: -moz-max-content;
		max-width: max-content;
	}
}

.count_circle {
	width: 150px;
	height: 28px;
	margin: 80px 40px 80px 100px;
	padding: 55px 0 67px 0;
	font-size: 28px;
	text-align: center;
	border: 5px solid;
	border-radius: 80px;
	float: left;
}

.count_circle_light {
	background-color: #fff;
	border: 5px solid #49CEDE;
}

.count_circle_dark {
	background: linear-gradient(103.44deg, #3E3E3E 18.03%, #303030 98.36%);
	border: 5px solid #fff;
	color: #fff;
}

.count_circle_text {
	font-size: 18px;
	padding: 110px 0 0 0;
	color: #2c3e50;
}

@media (max-width: 940px) {
	.count_circle {
		float: none;
		margin: 80px auto 10px auto;
	}

	.count_circle_text {
		width: auto;
		text-align: center;
		padding: 30px 30px 0 30px;
		display: block;
	}
}

.slider {
	height: 620px;
	/*background-color: #ccc;*/
	width: 1150px;
	margin: 0 auto;
}

.slider_button {
	width: 50px;
	height: 50px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 100000;
	position: absolute;
	/*display: none;*/
}

.slider_button_left {
	margin: 255px 0 0 0;
	background-image: url(../img/slider/button_left.png);
}

.slider_button_left:hover {
	background-image: url(../img/slider/button_left_active.png);
}

.slider_button_right {
	margin: 255px 0 0 1100px;
	background-image: url(../img/slider/button_right.png);
}

.slider_button_right:hover {
	background-image: url(../img/slider/button_right_active.png);
}

.slider_button_large {
	z-index: 5000000;
}

.slider_button_large_right {
	/*margin: -278px 0 0 1100px;*/
}

.slide {
	width: 1000px;
	height: 470px;
	margin: 0 auto;
	padding: 50px;
	background-color: #fff;
	border-radius: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	right: 0;
	/*border: 1px solid #ccc;*/
	-webkit-transition: .75s;
	transition: .75s;
}

.slide_image {
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	margin: 0 40px 0 0;
	border-radius: 20px;
	overflow: hidden;
	background-color: #000;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide_text {
	-webkit-box-flex: 4;
	-ms-flex: 4;
	flex: 4;
}

.slide_text h3 {
	margin: 50px 0;
	font-size: 24px;
	color: #2C3E50;
	padding: 10px 0;
}

.slide_text h3 span {
	background-color: #ECF1F7;
	border-radius: 10px;
	padding: 10px;
	color: #33A8B7;
	font-size: 18px;
	float: right;
}

.slide_text p {
	font-size: 16px;
	line-height: 115.5%;
	text-align: justify;
	letter-spacing: 0.01em;
	color: #54676B;
}

.was_removed_list {
	padding: 0 0 50px 0;
}

.was_removed_list h4 {
	font-size: 18px;
	color: #FF8271;
}

.was_removed_item {
	font-size: 18px;
	color: #FF8271;
	padding: 0 0 0 30px;
	background-image: url(../img/plusik.png);
	background-position: left;
	/*background-size: contain;*/
	background-repeat: no-repeat;
}

.slider_large_cover {
	width: 353px;
	height: 533px;
	background-image: url(../img/slider/phone.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1500000;
}

.slide_large {
	width: 229px;
	height: 494px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: .75s;
	transition: .75s;
	-webkit-box-shadow: 0 0 30px -5px #aaa;
	box-shadow: 0 0 30px -5px #aaa;
}

@media (max-width: 1150px) {
	.slider {
		width: auto;
		height: 740px;
		overflow: hidden;
		background-color: #fff;
	}

	.slider_button {
		/*display: none;*/
	}

	.slider_button_left {
		left: 20px;
	}

	.slider_button_right {
		/*float: right;*/
		margin: 255px 0 0 0;
		right: 20px;
	}

	.slide {
		display: block;
		float: left;
		margin: 0 30px 50px 30px;
		padding: 25px;
		width: auto;
		height: auto;
		/*position: static;*/
	}

	.slide_image {
		height: 350px;
		margin: 0;
	}

	.slider_large {
		height: 600px;
	}

	.slider_button_large {
		display: block;
	}

	.slider_button_large_left {
		left: 10px;
	}

	.slider_button_large_right {
		right: 10px;
	}
}

@media (max-width: 640px) {
	.slider_large_cover {
		display: none;
	}

	.was_removed_list {
		display: none;
	}
}

.how_it_will_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 100px;
}

.how_it_will_slot {
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
}

.how_it_will_img {
	height: 320px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.how_it_will_text {
	padding: 0 20%;
	text-align: center;
	margin: -10px 0 60px 0;
}

@media (max-width: 650px) {
	.how_it_will_list {
		display: block;
	}

	.how_it_will_text {
		padding: 0;
	}
}

.nums_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 100px 0;
}

.nums_list_item {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.nums_list_num {
	font-size: 48px;
	color: #2CA4B3;
}

.nums_list_text {
	font-size: 18px;
	color: #2C3E50;
}

@media (max-width: 640px) {
	.nums_list {
		display: block;
	}

	.nums_list_item {
		margin: 30px auto;
	}

	.nums_list_num {
		font-size: 48px;
		color: #2CA4B3;
	}

	.nums_list_text {
		font-size: 18px;
		color: #2C3E50;
	}
}

.spoyler {
	margin: 30px 100px 0 100px;
	padding: 20px 60px;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
	color: #2C3E50;
	overflow: hidden;
}

.spoyler_header {
	padding: 20px 0;
	background-image: url(../img/spoyler_down.png);
	background-position: right;
	background-repeat: no-repeat;
	cursor: pointer;
}

.spoyler_header h3 {
	float: left;
	font-size: 18px;
	margin: 0;
}

.spoyler_header h4 {
	font-size: 18px;
	margin: 0 0 0 100px;
}

.spoyler_bonus {
	/*background-color: #ccc;*/
	background-image: url(../img/spoyler_bonus.png);
	background-position: right -20px;
	background-repeat: no-repeat;
}

.spoyler_text {
	display: none;
	float: left;
}

.spoyler_info_item {
	float: left;
	padding: 10px 0 20px 40px;
	font-size: 16px;
	overflow: hidden;
}

.spoyler_info_item_time {
	float: none;
	float: none;
	background-image: url(../img/spoyler_clock.png);
	background-repeat: no-repeat;
	background-position: 45px 11px;
	padding-left: 75px;
}

.spoyler_list {
	color: #54676B;
	padding-left: 5px;
}

.spoyler_list li {
	margin: 10px;
}

.spoyler_bous_title {
	margin: 60px 100px;
	color: #2C3E50;
	font-size: 24px;
}

.spoyler_bous_title h3 {
	color: #2CA4B3;
	margin: 0;
}

@media (max-width: 750px) {
	.spoyler {
		margin: 30px 15px 0 15px;
		padding: 20px;
	}

	.spoyler_header {
		padding: 20px 0px 30px 0;
		background-position: bottom;
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 116%;
		letter-spacing: 0.01em;
	}

	.spoyler_header h3 {
		padding: 0 0 10px 0;
		text-align: center;
		display: block;
		float: none;
	}

	.spoyler_header h4 {
		margin: 0;
		padding: 0 0 0 0;
		text-align: center;
		display: block;
		float: none;
	}

	.spoyler_bous_title {
		margin: 40px 15px 25px 15px;
		color: #2C3E50;
		font-size: 18px;
		text-align: left;
	}

	.spoyler_faq_header {
		padding: 20px 50px 40px 0;
	}
}

.tarif_choice {
	background-color: #3E3E3E;
	/*padding: 0 100px;*/
	padding-bottom: 130px;
}

.tarif_choice .container {
	padding: 0 100px;
	width: auto;
}

.tarif_cards_title {
	font-weight: 300;
	font-size: 50px;
	line-height: 116%;
	letter-spacing: 0.55em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	margin: 100px 0 0 0;
}

.tarif_card {
	background: #FFFFFF;
	border-radius: 20px;
	margin: 160px 25px 25px 25px;
}

.tarif_card_image {
	height: 300px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	width: inherit;
	top: -240px;
}

.tarif_card_image_light {
	width: 50px;
	height: 70px;
	position: relative;
	top: -50px;
	/*background-color: #33A8B7;*/
	margin: 0 auto;
	z-index: 0;
	-webkit-box-shadow: 0 0 150px 10px #33A8B7;
	box-shadow: 0 0 150px 10px #33A8B7;
}

.tarif_card_stars {
	width: 193px;
	height: 26px;
	margin: -270px auto 0 auto;
}

.tarif_card_star {
	width: 26px;
	height: 26px;
	margin: 0 6px;
	float: left;
	background-image: url(../img/tarifs/star.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.tarif_card_star_empty {
	background-image: url(../img/tarifs/star_empty.png);
}

.tarif_card h2 {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 33px;
	line-height: 116%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #2C3E50;
	padding: 0;
}

.tarif_card ul {
	padding: 0 20px 0 40px;
}

.tarif_card ul li {
	color: #4CD2E3;
	margin-bottom: 20px;
}

.tarif_card ul li span {
	color: #2C3E50;
}

.tarif_card ul .tarif_card_list_crossed {
	color: #54676B;
	text-decoration: line-through;
}

.tarif_card_price {
	font-family: sans-serif;
	text-align: center;
	color: #2c3e50;
	font-size: 44px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.tarif_card_price_last {
	font-family: sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 28px;
	line-height: 116%;
	letter-spacing: 0.01em;
	color: #96A2AE;
	text-align: center;
	text-decoration: line-through;
	padding-top: 0;
	margin-top: 0;
}

.tarif_card .button {
	margin: 0 auto;
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.tarif_card_discount {
	width: 198px;
	height: 198px;
	position: relative;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	top: 50px;
}

.tarif_card_slide_button {
	width: 100%;
	height: 70px;
	background-image: url(../img/spoyler_down.png);
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 700px) {
	.tarif_choice {
		padding-bottom: 55px;
	}

	.tarif_choice .container {
		padding: 0 15px;
	}

	.tarif_cards_title {
		font-size: 30px;
	}

	.tarif_card_discount {
		display: none;
	}

	.tarif_card ul {
		display: none;
	}

	.tarif_card h2 {
		margin: 20px;
	}

	.tarif_card_price {
		margin-top: 20px;
	}
}

.counters_holder {
	-webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
	border-radius: 22px;
	margin: 120px 120px 40px 120px;
	padding: 20px 25px;
}

.counters_holder_ok_mark {
	width: 202px;
	height: 226px;
	background-image: url(../img/ok_mark.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	left: -100px;
	top: -60px;
}

.counters {
	-webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
	border-radius: 19px;
	padding: 0 90px;
}

.counters h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 36px;
	line-height: 116%;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #2C3E50;
	margin: -200px 0 0 0;
	padding: 100px 50px 0 50px;
}

.counters p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 116%;
	text-align: center;
	letter-spacing: 0.01em;
	color: #54676B;
	margin: 8px 0 90px 0;
}

.counters_nums_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.counter {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 25px;
}

.counter_nums_holder {
	height: 120px;
	background-image: url(../img/bottom_shadow.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% 17px;
	margin: 0 auto;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}

.counter_num {
	float: left;
	font-size: 56px;
	line-height: 116%;
	text-align: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	padding: 10px 17px;
	background: linear-gradient(93.78deg, #55B9C6 8.38%, #33A8B7 80.53%);
	border-radius: 4px;
	margin: 0 2px;
}

.counter h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 116%;
	text-align: center;
	letter-spacing: 0.01em;
	color: #54676B;
	padding: 0 0 110px 0;
}

@media (max-width: 1500px) {
	.counters {
		padding: 0 30px;
	}

	.counter {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0 25px;
	}

	.counter_num {
		font-size: 25px;
	}

	.counter_nums_holder {
		height: 80px;
	}
}

@media (max-width: 1100px) {
	.counters_holder {
		margin: 10px;
		padding: 10px 15px;
	}

	.counters {
		padding: 0 15px;
	}

	.counters h2 {
		margin: 0;
		padding: 50px 0 0 0;
		margin: -50px 0 0 0;
	}

	.counters p {
		margin: 8px 0 40px 0;
	}

	.counters_nums_holder {
		display: block;
	}

	.counter {
		margin: 0 20px;
	}

	.counter_nums_holder {
		height: 110px;
	}

	.counter_num {
		font-size: 56px;
	}

	.counter h3 {
		padding: 0 0 50px 0;
	}

	.counters_holder_ok_mark {
		left: -50px;
		top: -30px;
	}
}

@media (max-width: 650px) {
	.counters_holder {
		margin-bottom: 230px;
	}

	.counters h2 {
		margin: -200px 0 0 0;
	}

	.counter_nums_holder {
		height: 90px;
	}

	.counter_num {
		font-size: 36px;
		padding: 10px;
	}

	.counters_holder_ok_mark {
		top: 820px;
	}
}

.simple_inform {
	text-align: center;
	height: 289px;
	margin: 0;
	padding: 100px 0 0 500px;
	background-image: url(../img/info_block.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
}

.simple_inform .button {
	font-size: 18px;
	line-height: 22px;
	color: #33A8B7;
	padding: 11px 24px;
	background: #ECF1F7;
	margin: 52px 0 0 0;
}

@media (max-width: 1100px) {
	.simple_inform {
		padding-top: 20px;
		height: 369px;
	}
}

@media (max-width: 870px) {
	.simple_inform {
		height: auto;
		padding: 200px 15px 20px 15px;
		background-position: top center;
		background-size: auto 200px;
	}

	.simple_inform .button {
		font-size: 18px;
		line-height: 22px;
		color: #33A8B7;
		padding: 11px 24px;
		background: #ECF1F7;
		margin: 52px 0 0 0;
		display: block;
		text-align: center;
	}
}

@media (max-width: 640px) {
	.simple_inform {
		height: auto;
		padding: 20px 15px 20px 15px;
		background: none;
	}

	.simple_inform .button {
		font-size: 18px;
		line-height: 22px;
		color: #33A8B7;
		padding: 11px 24px;
		background: #ECF1F7;
		margin: 27px auto 0px auto;
		display: block;
		text-align: center;
	}
}

.page_slot_medical {
	padding: 100px 0;
}

.inform_medical {
	background: linear-gradient(93.78deg, rgba(13, 194, 218, 0.1) 8.38%, #2CA4B311 80.53%);
	border-radius: 20px;
	margin: 0 auto;
	/*width: auto;*/
	padding: 0 0 58px 0;
}

.inform_medical h2 {
	margin: 66px auto 40px auto;
	padding: 0;
	font-weight: normal;
	font-size: 36px;
	line-height: 44px;
	color: #2C3E50;
}

.medical_inform_confirm {
	margin: 0 auto 24px auto;
	width: 20px;
	height: 20px;
	background-image: url(../img/confirm1.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.medical_inform_text {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #54676B;
	text-align: center;
	margin: 0;
	padding: 0 15px 40px 15px;
}

@media (max-width: 635px) {
	.page_slot_medical {
		padding: 20px 0;
	}

	.inform_medical {
		margin: 15px;
		padding: 0 0 58px 0;
	}

	.inform_medical h2 {
		font-size: 25px;
	}
}

.spoyler_faq_holder {
	margin-top: 7px;
	margin-bottom: 0;
	border-radius: 0;
}

.spoyler_faq_holder_top {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.spoyler_faq_holder_bottom {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 30px;
}

.spoyler_faq_header {
	padding: 20px 0 40px 0;
	background-image: url(../img/spoyler_plus.png);
}

@media (max-width: 750px) {
	.spoyler_faq_header {
		padding: 10px 50px 10px 0;
		background-position: right;
	}
}

.footer {
	background: linear-gradient(103.44deg, #3E3E3E 18.03%, #303030 98.36%);
}

.footer .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 70px 160px 0 160px;
	width: auto;
}

.footer .colums {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px;
}

.footer_slider_menu a {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 190%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	font-family: 'Lato', sans-serif;
}

.footer_menu {
	list-style-type: none;
	padding: 0;
	margin: 0 0 40px 0;
}

.footer_menu li a {
	font-size: 16px;
	line-height: 179%;
	letter-spacing: 0.05em;
	color: #BABABA;
	font-weight: 400;
}

.footer_menu li a:hover {
	color: #fff;
}

.footer_contacts_logo {
	width: 316px;
	height: 62px;
	background-image: url(../img/logo_footer.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
}

.footer_contacts_logo a {
	width: inherit;
	height: inherit;
	display: block;
}

.footer_contacts_social {
	padding: 120px 0 80px 0;
}

.footer_contacts_social a {
	width: inherit;
	height: inherit;
	display: block;
}

.footer_contacts_social .contact {
	width: 35px;
	height: 25px;
	margin: 0px 0px 0px 60px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	opacity: 0.5;
}

.footer_contacts_social .contact:hover {
	opacity: 1;
}

.footer_contacts_number {
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 123.5%;
	text-align: right;
	letter-spacing: 0.05em;
	text-align: right;
}

.footer_contacts_number a {
	color: #FFFFFF;
}

.footer_copyright {
	text-align: center;
	padding: 30px;
}

.footer_copyright a {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 179.5%;
	letter-spacing: 0.05em;
	color: rgba(186, 186, 186, 0.58);
}

.footer_copyright a:hover {
	color: #fff;
}

.footer_copyright span {
	font-weight: 500;
	font-size: 18px;
	line-height: 179.5%;
	letter-spacing: 0.05em;
	color: #BABABA;
	display: block;
}

.footer_link_individual {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 179.5%;
	letter-spacing: 0.05em;
	color: #FFFFFF;
}

@media (max-width: 1100px) {
	.footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 70px 60px 0 60px;
		width: auto;
	}
}

@media (max-width: 830px) {
	.footer .container {
		display: block;
	}

	.footer_slider_menu {
		text-align: center;
	}

	.footer_link_individual {
		text-align: center;
		display: block;
	}

	.footer_contacts_logo {
		width: auto;
		float: none;
		margin: 50px auto 0 auto;
	}

	.footer_contacts_social {
		padding: 50px 0 80px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer_contacts_social .contact {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.footer_contacts_number {
		text-align: center;
		font-size: 25px;
	}
}

@media (max-width: 640px) {
	.footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer_slider_menu {
		text-align: center;
	}

	.footer_link_individual {
		text-align: center;
		display: block;
	}

	.footer_contacts_logo {
		width: auto;
		float: none;
		margin: 50px auto 50px auto;
	}

	.footer_contacts_social {
		padding: 50px 0 80px 0;
		display: none;
	}

	.footer_contacts_social .contact {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.footer_contacts_number {
		text-align: center;
		font-size: 25px;
		padding: 25px -0;
	}

	/*.footer_copyright span {text-align: left;}*/
	.footer_menu1 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align-last: left;
	}

	.footer_menu2 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		text-align-last: left;
	}

	.footer_menu3 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		text-align-last: left;
		padding: 30px 0;
	}

	.footer_menu4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
}

.review_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 50px;
}

.review_block {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px;
}

.review_block iframe {
	width: 100%;
	height: 300px;
}

.review_block h3 {
	text-align: center;
}

@media (max-width: 700px) {
	.review_holder {
		display: block;
		padding-bottom: 50px;
	}

	.review_block {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 20px;
	}

	.review_block iframe {
		width: 100%;
		height: 300px;
	}

	.review_block h3 {
		text-align: center;
	}
}

.bonus__button {
	cursor: pointer;
}

.closeBtn {
	top: 0px;
	right: 20px;
	position: absolute;
	cursor: pointer;
	float: right;
	font-size: 60px;
	color: white;
	z-index: 300;
}

.modal {
	background: rgba(0, 0, 0, 0.2);
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	-webkit-perspective: 500px;
	perspective: 500px;
	z-index: 200;
}

.modal .modal-wrapper {
	width: 60%;
	max-width: 60%;
	top: 15%;
	padding: 50px;
	background: white;
	position: absolute;
	text-align: left;
	-webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.4);
	-webkit-animation-name: modalopen;
	animation-name: modalopen;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

@media screen and (max-width: 800px) {
	.modal .modal-wrapper {
		width: 80%;
		max-width: 80%;
		padding: 25px 15px;
	}
}

@-webkit-keyframes modalopen {
	from {
		opacity: 0;
		top: 5%;
		-webkit-transform: rotateX(15deg);
		transform: rotateX(15deg);
	}

	to {
		opacity: 1;
		top: 15%;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

@keyframes modalopen {
	from {
		opacity: 0;
		top: 5%;
		-webkit-transform: rotateX(15deg);
		transform: rotateX(15deg);
	}

	to {
		opacity: 1;
		top: 15%;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

.modal__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal__input {
	margin-top: 20px;
	width: 550px;
	display: block;
	height: 60px;
	border: 1px solid grey;
}

.modal__payment {
	padding: 30px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal__link-payment {
	color: white;
	padding: 20px 45px;
	border-radius: 35px;
	background: linear-gradient(93.78deg, #55B9C6 8.38%, #33A8B7 80.53%);
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
}

.modal__policy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 800px) {
	.modal__policy {
		padding-bottom: 30px;
	}
}

.modal__content {
	width: 550px;
	font-size: 14px;
}

.modal__checkbox {
	margin-right: 6px;
}