@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap");
@font-face {
	font-family: "SFPro";
	src: url("../fonts/SFPro/SFProDisplay-Regular.eot");
	src: url("../fonts/SFPro/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SFPro/SFProDisplay-Regular.woff") format("woff"), url("../fonts/SFPro/SFProDisplay-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "SFPro";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "SFPro";
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	background-color: #fff;
	color: #000;
	font-size: 14px;
}
h2 {
	color: #10c3fe;
	font-family: "Playfair Display";
	font-size: 48px;
	font-weight: 700;
	text-align: center;
	line-height: 60px;
}
@media (max-width: 767.98px) {
	h2 {
		font-size: 30px;
		font-weight: 700;
		line-height: 35px;
	}
}

h3 {
	color: #000000;
	font-family: "Playfair Display";
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
}
@media (max-width: 767.98px) {
	h3 {
		font-size: 16px;
		line-height: 18px;
	}
}

.btn-cont {
	text-align: center;
}

.wrapper {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}
.container {
	max-width: 1450px;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}
@media (max-width: 1462px) {
	.container {
		/* max-width: 970px; */
	}
}
@media (max-width: 991.98px) {
	.container {
		max-width: 750px;
	}
}
@media (max-width: 767.98px) {
	.container {
		max-width: none;
		padding: 0 33px !important;
	}
}
@media (max-width: 330px) {
	.container {
		padding: 0 20px !important;
	}
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0px -15px;
}

.form__column {
	padding: 0px 15px;
}

.btn {
	cursor: pointer;
	-webkit-box-shadow: 0 13px 32px rgba(0, 81, 133, 0.21);
	        box-shadow: 0 13px 32px rgba(0, 81, 133, 0.21);
	border-radius: 28px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#42effe), to(#26a0fe));
	background-image: -o-linear-gradient(top, #42effe 0%, #26a0fe 100%);
	background-image: linear-gradient(to bottom, #42effe 0%, #26a0fe 100%);
	color: #ffffff;
	font-size: 24px;
	display: inline-block;
	padding: 15px 41px 17px 44px;
	margin: 0 auto;
	display: inline-block;
}
.btn:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, from(#17edff), color-stop(1%, #17edff), to(#0090fe));
	background-image: -o-linear-gradient(top, #17edff 0%, #17edff 1%, #0090fe 100%);
	background-image: linear-gradient(to bottom, #17edff 0%, #17edff 1%, #0090fe 100%);
}
.btn.fw {
	width: 100%;
}
@media (max-width: 767.98px) {
	.btn {
		font-size: 22px;
		padding: 15px 35px 17px 35px;
	}
}
@media (max-width: 340px) {
	.btn {
		font-size: 22px;
		padding: 15px 30px 17px 30px;
	}
}

.select-block {
	position: relative;
}

.select__label {
	z-index: 2;
	position: absolute;
	top: -8px;
	background-color: #f7f7f7;
	padding: 0 5px;
	color: #979797;
	font-weight: 600;
	font-size: 13px;
	line-height: 16px;
	left: 20px;
}

.select {
	position: relative;
	cursor: pointer;
}
.select .select-title {
	z-index: 1;
	width: 100%;
	height: 55px;
	border: 1px solid #dedede;
	position: relative;
	background-color: #fff;
}
.select .select-title__arrow {
	position: absolute;
	top: 0;
	right: 0px;
	width: 45px;
	height: 100%;
	background: url("../img/icons/select-arrow.svg") center no-repeat;
}
.select .select-title__value {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	line-height: 53px;
	display: block;
	overflow: hidden;
	padding: 0 45px 0 25px;
	white-space: nowrap;
	text-transform: none;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}
.select .select-options {
	position: absolute;
	z-index: 10;
	top: 54px;
	display: none;
	overflow: hidden;
	min-width: 100%;
	background-color: #fff;
	border: 1px solid #dedede;
	padding: 10px 20px 10px 25px;
}
.select .select-options-scroll {
	max-height: 80px;
	overflow: auto;
}
.select .select-options-list {
	padding: 0px 0px 0px 0px;
}
.select .select-options__value {
	color: #000;
	font-size: 20px;
	margin: 0px 0px 15px 0px;
}
.select .select-options__value:last-child {
	margin: 0px 0px 0px 0px;
}
.select .select-options__value:hover {
	color: #000;
}

input[type=text], input[type=email], input[type=tel], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input {
	border-radius: 0 !important;
	width: 100%;
	display: block;
	padding: 0px 20px;
}
textarea.input {
	resize: none;
	padding: 0px 0px;
}

.check {
	position: relative;
	padding-left: 25px;
	color: #5f5f5f;
	line-height: 18px;
	cursor: pointer;
}
.check input {
	display: none;
}
.check:before {
	content: "";
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #a3a3a3;
	position: absolute;
}
.check.active:before {
	background: url("../img/icons/check.png") center no-repeat;
}

.option {
	position: relative;
	cursor: pointer;
	padding-left: 25px;
	line-height: 16px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 300;
}
.option:last-child {
	margin-bottom: 0px;
}
.option input {
	display: none;
}
.option:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	content: "";
	border: 1px solid #7f7f7f;
	border-radius: 50%;
}
.option.active:before {
	background: url("../img/icons/option.png") center no-repeat;
}

.rating-block {
	display: table;
	font-size: 0;
}

.rating {
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.rating.edit .star {
	cursor: pointer;
}
.rating .star {
	width: 17px;
	height: 14px;
	display: inline-block;
	position: relative;
	z-index: 3;
}

.rating__line {
	position: absolute;
	width: 85px;
	height: 14px;
	top: 0;
	left: 0;
	background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
	z-index: 1;
	background-size: 85px 100%;
}

.rating__activeline {
	position: absolute;
	width: 0px;
	height: 14px;
	top: 0;
	left: 0;
	background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
	z-index: 2;
	background-size: 85px 100%;
}

.rating__value {
	display: inline-block;
	color: #1b3139;
	font-size: 14px;
	line-height: 13px;
	vertical-align: middle;
}

.quantity {
	position: relative;
	width: 73px;
	height: 47px;
	border: 1px solid #cfcfcf;
	background-color: #ffffff;
}

.quantity__input {
	height: 45px;
	width: 50px;
	text-align: center;
	color: #101010;
	font-weight: 300;
}

.quantity__btn {
	position: absolute;
	top: 11px;
	right: 15px;
	cursor: pointer;
}
.quantity__btn:before {
	font-size: 25px;
	display: inline-block;
	line-height: 10px;
	color: #a9a9a9;
}
.quantity__btn:hover:before {
	color: #da0005;
}
.quantity__btn.dwn {
	top: 25px;
}

.category-params-item-price-table {
	margin-bottom: 25px;
}
.category-params-item-price-table .cell:first-child {
	padding-right: 15px;
	position: relative;
}
.category-params-item-price-table .cell:first-child:after {
	content: "-";
	position: absolute;
	right: -4px;
	top: 8px;
	font-size: 20px;
}
.category-params-item-price-table .cell:last-child {
	padding-left: 15px;
}
.category-params-item-price-table .cell input {
	height: 37px;
	border: 2px solid #393939;
	background-color: #ffffff;
	text-align: center;
	font-size: 12px;
	color: #393939;
	font-weight: 500;
	width: 100%;
}

.category-params-item-price-range {
	margin: 0 12px 40px 12px;
	background-color: #c9cecf;
	height: 2px;
	position: relative;
}
.category-params-item-price-range .ui-slider-range {
	background-color: #000;
	height: 2px;
	position: relative;
}
.category-params-item-price-range .ui-slider-handle {
	width: 23px;
	height: 28px;
	border: 3px solid #fbfbfb;
	background-color: #ea5922;
	display: block;
	position: absolute;
	top: -14px;
	margin-left: -12px;
	cursor: pointer;
}
.category-params-item-price-range .ui-slider-handle span {
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 50px;
	text-align: center;
	font-size: 10px;
	margin-left: -25px;
	font-weight: 500;
	color: #94a6aa;
}

.form__info {
	position: absolute;
	width: 60px;
	height: 60px;
	right: 0;
	top: 0;
	line-height: 60px;
	text-align: center;
	color: #888;
	z-index: 2;
	font-size: 14px;
}
@media (max-width: 767.98px) {
	.form__info {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
}

.form-range-line {
	position: relative;
	height: 5px;
	border-radius: 0 0 4px 4px;
	background-color: #e0e0e0;
	margin: -2px 0px 0px 0px;
}
.form-range-line .ui-slider-range {
	background-color: #093454;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 4px 4px;
}
.form-range-line .ui-slider-handle {
	background: url("../img/icons/range.svg") 0 0 no-repeat;
	width: 28px;
	height: 28px;
	position: absolute;
	margin: -9px 0px 0px -14px;
	top: 0;
	left: 0;
	cursor: pointer;
}
.form-range-line .ui-state-hover {
	background: url("../img/icons/range_a.svg") 0 0 no-repeat;
}

.form-range-values {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 14px 0px 0px 0px;
}

.form-range-values__item {
	font-size: 12px;
	color: #888;
}

.row:after {
	display: block;
	content: "";
	clear: both;
}

.rub:after {
	content: "₽";
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}
ol.counter li {
	position: relative;
	padding: 0px 0px 0px 45px;
}
ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}

.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.table {
	display: table;
	font-size: 0;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}
.cell.full {
	width: 100%;
}

.ibg {
	position: relative;
}
.ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.ie .ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie .ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
.video video,
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}
.moretext__more span {
	font-style: normal;
}
.moretext__more span:first-child {
	display: block;
}
.moretext__more span:last-child {
	display: none;
}
.moretext__more.active span {
	font-style: normal;
}
.moretext__more.active span:first-child {
	display: none;
}
.moretext__more.active span:last-child {
	display: block;
}

.graystyle {
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.graystyleoff {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
}

.slick-slider {
	position: relative;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slick-slider .slick-track {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
.slick-slider .slick-slide {
	position: relative;
}
.slick-slider .slick-dots {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.slick-slider .slick-dots li button {
	position: relative;
	width: 15px;
	height: 15px;
	margin: 0 6.5px;
}
.slick-slider .slick-dots li button:after {
	content: "";
	background: url(../img/icons/radio.png) center/cover no-repeat;
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.slick-slider .slick-dots li.slick-active button:after {
	content: "";
	background: url(../img/icons/radio-active.png) center/cover no-repeat;
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}

.tab__item {
	display: none;
}
.tab__item.active {
	display: block;
}

.mirror {
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}

.nicescroll-rails {
	z-index: 1000 !important;
}

.gm-style-iw-t {
	opacity: 0;
}

.baloon {
	opacity: 1;
	right: -7px !important;
	bottom: 80px !important;
}
.baloon button {
	display: none !important;
}
.baloon:after {
	display: none !important;
}

.baloon-style {
	display: none;
}

.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0px !important;
	max-width: 300px !important;
	padding: 0 !important;
	left: 0 !important;
	width: 100% !important;
	overflow: visible !important;
}
.baloon-content.gm-style-iw > .gm-style-iw-d {
	overflow: hidden !important;
	max-width: none !important;
}
.baloon-content.gm-style-iw:after {
	display: none !important;
}

.baloon-close {
	top: 18px !important;
}

.popup {
	-webkit-overflow-scrolling: touch;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed !important;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 100;
}
.popup.active .popup-content {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.popup.show {
	display: block;
}
.popup.show .popup-content {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.popup-table {
	height: 100%;
	table-layout: fixed;
}
.popup-table > .cell {
	height: 100%;
	vertical-align: middle;
	padding: 30px 10px;
}

.popup-content {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	max-width: 1230px;
	margin: 0px auto;
	background-color: #fff;
}

.popup-close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	background: url("../img/icons/close.png") 0 0 no-repeat;
}

.popup-video .popup-close {
	width: 40px;
	height: 40px;
	background-color: #000;
	top: 0;
	right: 0;
}

.header {
	background: url(../img/header/bg-desktop.jpg) center/cover no-repeat;
	text-align: center;
	padding: 0 0 140px 0;
}
.header .container {
	max-width: 1360px;
}
@media (max-width: 1023px) {
	.header {
		padding: 0 0 85px 0;
		background: url(../img/header/bg-tablet.jpg) center/cover no-repeat;
	}
}
@media (max-width: 767.98px) {
	.header {
		background: url(../img/header/bg-mobile.jpg) center/cover no-repeat;
	}
}
.header h1 {
	margin-top: 80px;
	color: #42d0fe;
	font-family: "Playfair Display";
	font-size: 60px;
	font-weight: 800;
	text-transform: uppercase;
	margin-bottom: 47px;
	line-height: 70px;
}
@media (max-width: 1300px) {
	.header h1 {
		font-size: 50px;
	}
}
@media (max-width: 913px) {
	.header h1 {
		font-size: 40px;
		line-height: 50px;
	}
}
@media (max-width: 767.98px) {
	.header h1 {
		margin-top: 56px;
		margin-bottom: 47px;
		font-size: 25px;
		line-height: 35px;
		max-width: 310px;
		margin-left: auto;
		margin-right: auto;
	}
}
.header .header__undertitle {
	color: #ffffff;
	font-family: "Playfair Display";
	font-size: 48px;
	line-height: 57px;
}
@media (max-width: 1300px) {
	.header .header__undertitle {
		font-size: 36px;
		line-height: 46px;
	}
}
@media (max-width: 767.98px) {
	.header .header__undertitle {
		font-size: 21px;
		line-height: 25px;
		max-width: 310px;
		margin: 0 auto;
	}
}

.header__row {
	padding: 150px 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
@media (max-width: 767.98px) {
	.header__row {
		padding: 100px 0 50px 0;
	}
}

.header__column {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
}
@media (max-width: 1023px) {
	.header__column {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.header__column--left {
		display: none;
	}
	.header__column--right {
		display: none;
	}
}

@media (max-width: 767.98px) {
	.header-menu--right {
		margin-bottom: 45px;
	}
}

.header-menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media (max-width: 767.98px) {
	.header-menu-list {
		display: block;
	}
	.header-menu-list li {
		margin-bottom: 16px;
	}
}

.header-menu__link {
	color: #ffffff;
	font-family: "Playfair Display";
	font-size: 24px;
	font-weight: 500;
	-webkit-transition: all 2s;
}
.header-menu__link:hover {
	border-bottom: 1px #fff solid;
}
@media (max-width: 1300px) {
	.header-menu__link {
		font-size: 20px;
	}
}
@media (max-width: 1023px) {
	.header-menu__link {
		font-size: 24px;
	}
}
@media (max-width: 913px) {
	.header-menu__link {
		font-size: 20px;
	}
}
@media (max-width: 767.98px) {
	.header-menu__link {
		font-size: 24px;
	}
}

.header-logo {
	position: relative;
	margin-top: -37px;
	text-align: center;
	display: block;
}
.header-logo:before {
	content: "";
	position: absolute;
	background: url(../img/icons/logo-decor-top.png);
	height: 20px;
	width: 139px;
	top: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media (max-width: 767.98px) {
	.header-logo:before {
		top: -30px;
		height: 18px;
		width: 127px;
		background: url(../img/icons/logo-decor-top.png) no-repeat;
		background-size: cover;
	}
}
.header-logo:after {
	content: "";
	position: absolute;
	background: url(../img/icons/logo-decor-bot.png);
	height: 20px;
	width: 139px;
	bottom: -44px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media (max-width: 767.98px) {
	.header-logo:after {
		bottom: -39px;
		height: 18px;
		width: 127px;
		background: url(../img/icons/logo-decor-bot.png) no-repeat;
		background-size: cover;
	}
}

.header-logo__name {
	color: #ffffff;
	font-family: "Playfair Display";
	font-size: 48px;
	font-weight: 700;
}
@media (max-width: 1300px) {
	.header-logo__name {
		font-size: 38px;
	}
}
@media (max-width: 1023px) {
	.header-logo__name {
		font-size: 48px;
	}
}
@media (max-width: 767.98px) {
	.header-logo__name {
		font-size: 42px;
	}
}

.header-logo__text {
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	margin-top: 10px;
}

.menu {
	position: relative;
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.menu__title {
	display: none;
	cursor: pointer;
	color: #ffffff;
	font-family: "Playfair Display";
	font-size: 24px;
	font-weight: 500;
	z-index: 4;
}
@media (max-width: 767.98px) {
	.menu__title {
		display: block;
	}
}

.menu__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
@media (max-width: 1023px) {
	.menu__body {
		margin-top: 70px;
	}
	.menu__body a {
		margin: 0 10px;
	}
}
@media (max-width: 913px) {
	.menu__body a {
		margin: 0 7px;
	}
}
@media (max-width: 767.98px) {
	.menu__body {
		overflow: auto;
		display: block;
		left: -130%;
		position: absolute;
		background-color: #0e1723;
		width: calc(100% + 66px);
		margin: -25px 0px 0px -33px;
		padding: 90px 0 50px 0;
		top: 0;
		height: auto;
		z-index: 3;
	}
	.menu__body a {
		margin: 0;
	}
	.menu__body.active {
		left: 0;
	}
}

.icon-menu {
	display: none;
}

.menu-phone-link {
	display: none;
	color: #ffffff;
	font-size: 33px;
}
@media (max-width: 767.98px) {
	.menu-phone-link {
		display: inline-block;
	}
}

.menu-social {
	display: none;
}
@media (max-width: 767.98px) {
	.menu-social {
		margin-top: 35px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.menu-social a {
		margin-right: 28px;
	}
	.menu-social a:last-child {
		margin-right: 0;
	}
}

.header__undertitle-mbr {
	display: none;
}

@media (max-width: 767.98px) {
	.header__undertitle-mbr {
		display: block;
	}

	.icon-menu {
		display: block;
		position: relative;
		width: 29px;
		height: 22px;
		cursor: pointer;
		z-index: 5;
		margin-left: 18px;
		margin-top: 5px;
	}
	.icon-menu span {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		top: 10px;
		border-radius: 20%;
		left: 0px;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #fff;
	}
	.icon-menu span:first-child {
		top: 0px;
	}
	.icon-menu span:last-child {
		top: auto;
		bottom: 0px;
	}
	.icon-menu.active span {
		-ms-transform: scale(0);
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.icon-menu.active span:first-child {
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 9.5px;
	}
	.icon-menu.active span:last-child {
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: 9.5px;
	}
}
.footer {
	padding: 50px 0 70px 0;
	text-align: center;
	background: url(../img/footer/bg-desktop.jpg) center/cover no-repeat;
}
.footer h2 {
	margin-bottom: 58px;
}
.footer .menu-social {
	display: block;
	margin: 52px -14px 106px -14px;
}
.footer .menu-social__item {
	padding: 0 14px;
	margin: 0;
}
@media (max-width: 1240px) {
	.footer {
		background: url(../img/footer/bg-tablet.jpg) center/cover no-repeat;
	}
}
@media (max-width: 767.98px) {
	.footer {
		background: url(../img/footer/bg-mobile.jpg) center/cover no-repeat;
		padding: 40px 0 50px 0;
	}
	.footer h2 {
		margin-bottom: 42px;
	}
	.footer .menu-social {
		display: block;
		margin: 46px -14px 106px -14px;
	}
	.footer .menu-social__item {
		padding: 0 14px;
		margin: 0;
	}
}
@media (max-width: 340px) {
	.footer .menu-social {
		margin: 52px -10px 106px -10px;
	}
	.footer .menu-social__item {
		padding: 0 10px;
		margin: 0;
	}
}

.footer__item {
	margin-bottom: 15px;
}
.footer__item p, .footer__item a {
	display: inline-block;
	color: #ffffff;
	font-size: 33px;
}
@media (max-width: 767.98px) {
	.footer__item p, .footer__item a {
		font-size: 22px;
	}
}
@media (max-width: 340px) {
	.footer__item p, .footer__item a {
		font-size: 20px;
	}
}
.footer__item p {
	margin-right: 5px;
}

.copyright {
	color: #ffffff;
	font-size: 14px;
}

.what-is {
	padding: 100px 0 30px 0;
}
@media (max-width: 1240px) {
	.what-is {
		padding: 60px 0 30px 0;
	}
}
@media (max-width: 767.98px) {
	.what-is {
		padding: 50px 0 15px 0;
	}
}

.container {
	max-width: 1400px;
	padding: 0 20px;
}

.what-is__top-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 80px;
}
@media (max-width: 900px) {
	.what-is__top-row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-bottom: 50px;
	}
}
@media (max-width: 767.98px) {
	.what-is__top-row {
		margin-bottom: 18px;
	}
}

.what-is__item {
	text-align: center;
}
.what-is__item p {
	margin-top: 10px;
	color: #343434;
	font-family: "Playfair Display";
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}
@media (max-width: 1240px) {
	.what-is__item p {
		font-size: 18px;
		line-height: 20px;
	}
}
.what-is__item:nth-child(1) p {
	max-width: 130px;
}
.what-is__item:nth-child(2) p {
	max-width: 150px;
}
.what-is__item:nth-child(3) p {
	max-width: 240px;
}
.what-is__item:nth-child(4) p {
	max-width: 192px;
}
.what-is__item:nth-child(5) p {
	max-width: 195px;
}
.what-is__item:nth-child(6) p {
	max-width: 160px;
}
@media (max-width: 900px) {
	.what-is__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33.33%;
		        flex: 0 0 33.33%;
		margin-bottom: 30px;
	}
	.what-is__item p {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
@media (max-width: 767.98px) {
	.what-is__item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin-bottom: 26px;
	}
	.what-is__item img {
		width: 62px;
		margin-bottom: 0px;
	}
	.what-is__item p {
		margin-top: 13px;
		font-size: 24px;
		line-height: 24px;
	}
	.what-is__item:nth-child(1) p {
		max-width: 260px;
	}
	.what-is__item:nth-child(2) p {
		max-width: 280px;
	}
	.what-is__item:nth-child(3) p {
		max-width: 240px;
	}
	.what-is__item:nth-child(4) p {
		max-width: 225px;
	}
	.what-is__item:nth-child(5) p {
		max-width: 230px;
	}
	.what-is__item:nth-child(6) p {
		max-width: 260px;
	}
}

.what-is__bottom-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
@media (max-width: 900px) {
	.what-is__bottom-row {
		-ms-flex-wrap: wrap-reverse;
		    flex-wrap: wrap-reverse;
	}
}

.what-is__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	margin-top: 15px;
}
.what-is__img img {
	-webkit-box-shadow: 0 15px 30px rgba(104, 150, 180, 0.3);
	        box-shadow: 0 15px 30px rgba(104, 150, 180, 0.3);
	border-radius: 20px;
	max-width: 450px;
	width: 100%;
	overflow: hidden;
}
@media (max-width: 1240px) {
	.what-is__img {
		margin-top: 0;
	}
}
@media (max-width: 900px) {
	.what-is__img {
		margin-top: 18px;
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding: 0;
		text-align: center;
	}
}

.what-is__content {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 66.666%;
	        flex: 0 0 66.666%;
	padding: 0 0 0 29px;
	margin-bottom: 85px;
}
.what-is__content h2 {
	text-align: left;
	margin-bottom: 15px;
}
.what-is__content p {
	color: #000000;
	font-size: 18px;
	margin-bottom: 30px;
}
.what-is__content p:last-child {
	margin-bottom: 0;
}
@media (max-width: 1240px) {
	.what-is__content {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 0;
	}
}
@media (max-width: 900px) {
	.what-is__content {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		padding: 0;
	}
}
@media (max-width: 767.98px) {
	.what-is__content h2 {
		margin-bottom: 20px;
	}
}

.what-is__content-responsive-cont p {
	color: #000000;
	font-size: 18px;
}
@media (max-width: 1240px) {
	.what-is__content-responsive-cont {
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 50px;
		margin-top: 30px;
	}
}

.what-is__button-addmobile {
	display: none;
}
@media (max-width: 767.98px) {
	.what-is__button-addmobile {
		display: block;
		margin-bottom: 47px;
	}
}

.problems {
	padding: 40px 0 50px 0;
}
.problems .container {
	max-width: 1450px;
	padding: 0 20px;
}
.problems h2 {
	margin-bottom: 62px;
}
@media (max-width: 767.98px) {
	.problems h2 {
		margin-bottom: 20px;
	}
}
@media (max-width: 1240px) {
	.problems {
		padding: 30px 0 40px 0;
	}
}
.problems__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -15px;
	margin-bottom: 60px;
}
@media (max-width: 1240px) {
	.problems__row {
		margin-bottom: 35px;
	}
}
@media (max-width: 767.98px) {
	.problems__row {
		margin: 0 -15px;
		margin-bottom: 18px;
	}
}

.problems__item-cont {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 0 15px;
	margin-bottom: 30px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.problems__item-cont:nth-child(3) .problems__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.problems__item-cont:nth-child(4) .problems__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
@media (max-width: 1240px) {
	.problems__item-cont {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		margin-bottom: 28px;
	}
	.problems__item-cont:nth-child(even) .problems__item {
		margin-left: auto;
	}
}
@media (max-width: 767.98px) {
	.problems__item-cont {
		margin-bottom: 26px;
	}
	.problems__item-cont:nth-child(odd) .problems__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.problems__item-cont:nth-child(even) .problems__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.problems__item-cont:nth-child(even) .problems__item .problems__content {
		text-align: right;
	}
}

.problems__item {
	-webkit-box-shadow: 0 15px 30px rgba(104, 150, 180, 0.3);
	        box-shadow: 0 15px 30px rgba(104, 150, 180, 0.3);
	border-radius: 20px;
	background-color: #ffffff;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	min-height: 290px;
	max-width: 691px;
}
@media (max-width: 767.98px) {
	.problems__item {
		min-height: 117px;
	}
}
@media (max-width: 767.98px) {
	.problems__item {
		width: 100% !important;
		max-width: 390px;
		margin: 0 auto !important;
	}
}

.problems__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 48%;
	        flex: 0 0 48%;
}
@media (max-width: 767.98px) {
	.problems__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 44.5%;
		        flex: 0 0 44.5%;
	}
}

.problems__content {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 52%;
	        flex: 0 0 52%;
	padding: 23px 17px 35px 30px;
}
.problems__content h3 {
	margin-bottom: 20px;
}
@media (max-width: 767.98px) {
	.problems__content h3 {
		margin-bottom: 0;
		width: 100%;
	}
}
.problems__content p {
	color: #000000;
	font-size: 18px;
	line-height: 22px;
}
@media (max-width: 767.98px) {
	.problems__content p {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.problems__content {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 55.5%;
		        flex: 0 0 55.5%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 10px 20px 10px 16px;
	}
}

.how {
	padding: 2px 0 70px 0;
}
.how .container {
	max-width: 1450px;
	padding: 0 20px;
}
@media (max-width: 767.98px) {
	.how {
		padding: 0px 0 30px 0;
	}
}

.how__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0 -15px;
}
@media (max-width: 1240px) {
	.how__row {
		margin-bottom: 25px;
	}
}
@media (max-width: 900px) {
	.how__row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.how__content {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 0 15px;
}
.how__content h2 {
	margin-bottom: 30px;
	text-align: left;
}
@media (max-width: 767.98px) {
	.how__content h2 {
		margin-bottom: 15px;
	}
}
.how__content p {
	color: #000000;
	font-size: 18px;
	line-height: 22px;
}
.how__content p:nth-child(2) {
	margin-bottom: 20px;
}
.how__content p:nth-child(3) {
	display: inline-block;
}
@media (max-width: 1240px) {
	.how__content p:nth-child(3) {
		margin-bottom: 0;
	}
}
@media (max-width: 1040px) {
	.how__content {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 60%;
		        flex: 0 0 60%;
	}
}
@media (max-width: 900px) {
	.how__content {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.how__img-cont {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 0 15px;
	margin-top: 26px;
}
@media (max-width: 1040px) {
	.how__img-cont {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 40%;
		        flex: 0 0 40%;
	}
}
@media (max-width: 900px) {
	.how__img-cont {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.how__img {
	width: 100%;
	-webkit-box-shadow: 0 15px 30px rgba(104, 150, 180, 0.3);
	        box-shadow: 0 15px 30px rgba(104, 150, 180, 0.3);
	border-radius: 20px;
	overflow: hidden;
}
.how__img img {
	width: 100%;
}
@media (max-width: 900px) {
	.how__img {
		max-width: 690px;
		margin: 0 auto;
	}
}

.how__content-responsive-cont {
	display: none;
}
@media (max-width: 1240px) {
	.how__content-responsive-cont {
		display: block;
	}
	.how__content-responsive-cont p {
		color: #000000;
		font-size: 18px;
		line-height: 22px;
	}
}

.results {
	padding: 53px 0 70px 0;
	background-color: #0176bc;
}
.results .container {
	max-width: 1450px;
	padding: 0 20px;
}
.results h2 {
	color: #fefefe;
	margin-bottom: 50px;
}
@media (max-width: 767.98px) {
	.results h2 {
		text-align: left;
		max-width: 245px;
		margin-bottom: 30px;
	}
}
@media (max-width: 1240px) {
	.results {
		padding: 53px 0 30px 0;
	}
	.results .btn-cont {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.results {
		padding: 47px 0 48px 0;
	}
	.results .btn-cont {
		display: block;
	}
}

.results__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -15px 57px -15px;
}
@media (max-width: 1240px) {
	.results__row {
		margin: 0 -15px 0px -15px;
	}
}
@media (max-width: 767.98px) {
	.results__row {
		margin-bottom: 60px;
	}
}

.results__item-cont {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	margin-bottom: 30px;
	padding: 0 15px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.results__item-cont:nth-child(3) .results__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.results__item-cont:nth-child(3) .results__item .results__content {
	padding: 0 37px 0 5px;
}
.results__item-cont:nth-child(4) .results__item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.results__item-cont:nth-child(4) .results__item .results__content {
	padding: 0 37px 0 5px;
}
@media (max-width: 1240px) {
	.results__item-cont {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
	.results__item-cont:nth-child(even) .results__item {
		margin-left: auto;
	}
}
@media (max-width: 767.98px) {
	.results__item-cont {
		margin-bottom: 25px;
	}
	.results__item-cont:nth-child(3) .results__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.results__item-cont:nth-child(3) .results__item .results__content {
		padding: 0 0 0 26px;
	}
	.results__item-cont:nth-child(4) .results__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.results__item-cont:nth-child(4) .results__item .results__content {
		padding: 0 0 0 26px;
	}
}

.results__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	padding: 30px 30px 37px 30px;
	-webkit-box-shadow: 0 15px 30px rgba(104, 150, 180, 0.69);
	        box-shadow: 0 15px 30px rgba(104, 150, 180, 0.69);
	border-radius: 20px;
	background-color: #ffffff;
	overflow: hidden;
	max-width: 691px;
}
@media (max-width: 767.98px) {
	.results__item {
		padding: 15px 15px 12px 13px;
		width: 100%;
		margin: 0 auto;
	}
}

.results__img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 222px;
	        flex: 0 0 222px;
	height: 222px;
	border-radius: 50%;
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.results__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 90px;
		        flex: 0 0 90px;
		height: 90px;
	}
}

.results__content {
	padding: 0 0 0 37px;
}
.results__content h3 {
	margin-bottom: 25px;
}
@media (max-width: 767.98px) {
	.results__content h3 {
		margin-bottom: 0;
	}
}
.results__content p {
	font-size: 18px;
	color: #000;
}
@media (max-width: 767.98px) {
	.results__content p {
		display: none;
	}
}
@media (max-width: 767.98px) {
	.results__content {
		padding: 0 0 0 26px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 0;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin-bottom: 3px;
	}
}
@media (max-width: 479.98px) {
	.results__content {
		max-width: 150px;
	}
}

.results__content-mbr {
	display: none;
}
@media (max-width: 479.98px) {
	.results__content-mbr {
		display: block;
	}
}

.about {
	padding: 115px 0 139px 0;
	background: url(../img/block_5/bg-desktop.jpg) center/cover no-repeat;
}
.about .container {
	max-width: 1450px;
	padding: 0 20px;
}
.about h2 {
	color: #fff;
	margin-bottom: 42px;
	text-align: left;
}
@media (max-width: 1240px) {
	.about {
		padding: 54px 0 42px 0;
	}
}
@media (max-width: 767.98px) {
	.about {
		padding: 46px 0 0px 0;
	}
	.about h2 {
		margin-bottom: 17px;
	}
}

.about__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0 -15px;
}
@media (max-width: 767.98px) {
	.about__row {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

.about__img {
	margin-top: 14px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 33.333%;
	        flex: 0 0 33.333%;
	padding: 0 15px;
}
.about__img img {
	width: 100%;
}
@media (max-width: 1240px) {
	.about__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 41.6%;
		        flex: 0 0 41.6%;
	}
}
@media (max-width: 767.98px) {
	.about__img {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 420px;
		margin: 0 0 27px 0;
	}
}

.about__content {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 66.666%;
	        flex: 0 0 66.666%;
	padding: 0 15px 0 55px;
}
.about__content p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 26px;
	padding: 0 0 0 42px;
}
@media (max-width: 1240px) {
	.about__content p {
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.about__content p {
		padding: 0 0 0 35px;
	}
}
@media (max-width: 1240px) {
	.about__content {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 58.4%;
		        flex: 0 0 58.4%;
		padding: 0 15px 0 15px;
	}
}
@media (max-width: 767.98px) {
	.about__content {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
	}
}

.about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 26px;
}
.about__item img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 23px;
	        flex: 0 0 23px;
	height: 23px;
	margin-right: 19px;
}
@media (max-width: 767.98px) {
	.about__item img {
		margin-right: 12px;
	}
}
.about__item p {
	margin-bottom: 0;
	padding: 0;
}



.price {
	padding: 73px 0 0 0;
	text-align: center;
}
.price .container {
	max-width: 1450px;
	padding: 0 20px;
}
.price h2 {
	margin-bottom: 45px;
	font-weight: 600;
}
@media (max-width: 767.98px) {
	.price h2 {
		margin-bottom: 22px;
	}
}
@media (max-width: 1240px) {
	.price {
		padding: 43px 0 35px 0;
	}
}
@media (max-width: 767.98px) {
	.price {
		padding: 40px 0 41px 0;
	}
}
.price .btn-cont {
	display: none;
}
@media (max-width: 767.98px) {
	.price .btn-cont {
		display: block;
		margin-bottom: 45px;
	}
}

.price__item {
	width: 100%;
	text-align: center;
	margin-bottom: 18px;
}

.price__title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 27px;
}
@media (max-width: 767.98px) {
	.price__title {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 23px;
	}
}

.price__body {
	color: #000000;
	font-size: 18px;
	margin-bottom: 22px;
	line-height: 22px;
}
@media (max-width: 767.98px) {
	.price__body {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 17px;
	}
}




.review {
	padding: 73px 0 77px 0;
	text-align: center;
}
.review .container {
	max-width: 1450px;
	padding: 0 20px;
}
.review h2 {
	margin-bottom: 45px;
	font-weight: 600;
}
@media (max-width: 767.98px) {
	.review h2 {
		margin-bottom: 22px;
	}
}
@media (max-width: 1240px) {
	.review {
		padding: 43px 0 35px 0;
	}
}
@media (max-width: 767.98px) {
	.review {
		padding: 40px 0 41px 0;
	}
}
.review .btn-cont {
	display: none;
}
@media (max-width: 767.98px) {
	.review .btn-cont {
		display: block;
		margin-bottom: 45px;
	}
}

.review__slider-cont {
	width: 100%;
	margin-bottom: 34px;
}

.review__item {
	width: 100%;
	text-align: center;
	margin-bottom: 18px;
}

.review__title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 27px;
}
@media (max-width: 767.98px) {
	.review__title {
		font-size: 22px;
		line-height: 24px;
		margin-bottom: 23px;
	}
}

.review__body {
	color: #000000;
	font-size: 18px;
	margin-bottom: 22px;
	line-height: 22px;
}
@media (max-width: 767.98px) {
	.review__body {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 17px;
	}
}

.review__avatar {
	max-width: 112px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 17px auto;
}
.review__avatar img {
	width: 100%;
}

.review__name {
	color: #2a5885;
	font-size: 18px;
	font-weight: 600;
	text-decoration: underline;
}

.review__more-link {
	color: #10c3fe;
	font-size: 18px;
	text-decoration: underline;
}