/*Descriptions for sprite
$path - url to sprite img
$width - width of the single image in target sprite
$height - height of the single image
$row and $cell - amount of rows and cells in sprite
0 - eq. the first
1 - second, etc
( look at your sprite like it would be the table )*/
@font-face {
	font-family: 'Myriad Pro Light';
	src: url('fonts/myriadpro/MyriadPro-Light.woff2') format('woff2'),
		url('fonts/myriadpro/MyriadPro-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Myriad Pro Regular';
	src: url('fonts/myriadpro/MyriadPro-Regular.woff2') format('woff2'),
		url('fonts/myriadpro/MyriadPro-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Myriad Pro Semibold';
	src: url('fonts/myriadpro/MyriadPro-Semibold.woff2') format('woff2'),
		url('fonts/myriadpro/MyriadPro-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Myriad Pro Bold';
	src: url('fonts/myriadpro/MyriadPro-Bold.woff2') format('woff2'),
		url('fonts/myriadpro/MyriadPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Myriad Pro Black';
	src: url('fonts/myriadpro/MyriadPro-Black.woff2') format('woff2'),
		url('fonts/myriadpro/MyriadPro-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
/* Fonts */
/* Colors */
body {
	margin: 0 auto;
	max-width: 1920px;
	min-width: 320px;
	width: 100%;
	background-color: #f9f9f9;
	font: 400 14px/24px 'Myriad Pro Regular', sans-serif;
	color: #191919;
	cursor: default;
}

b,
strong {
	font-family: 'Myriad Pro Bold', sans-serif;
	font-weight: 700;
}

hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-color: #ddd;
}

a,
button {
	outline: none !important;
	box-shadow: none;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
}

.clearfix {
	clear: both;
}

.wrapper {
	overflow: hidden;
}
.wrapper > *:nth-child(1) {
	margin-top: 90px;
}
@media (max-width: 767px) {
	.wrapper > *:nth-child(1) {
		margin-top: 70px;
	}
}
@media (max-width: 550px) {
	.wrapper > *:nth-child(1) {
		margin-top: 58px;
	}
}
.wrapper > .line {
	border-top: 10px solid #68cef8;
}

.navbar {
	margin-bottom: 0;
}

.button {
	position: relative;
	cursor: pointer;
	outline: none !important;
	display: block;
	width: auto;
	min-width: 200px;
	height: auto;
	margin: 0 auto;
	padding: 15px 40px;
	background: transparent;
	border: 2px solid #68cef8;
	border-radius: 0;
	box-shadow: none;
	font: 700 14px/14px 'Myriad Pro Bold', sans-serif;
	color: #68cef8;
	text-align: center;
	text-transform: uppercase;
	-moz-osx-font-smoothing: unset;
	-webkit-font-smoothing: antialiased;
	z-index: 1;
	-webkit-transition: 0.25s ease-out;
	transition: 0.25s ease-out;
	text-decoration: none !important;
}
.button-line {
	position: relative;
}
.button-line:before,
.button-line:after {
	content: '';
	position: relative;
	top: -4px;
	display: inline-block;
	width: 40px;
	height: 1px;
	background: #68cef8;
	-webkit-transition: 1s ease;
	transition: 1s ease;
}
.button-line:before {
	width: 0;
	margin-right: 0;
}
.button-line:after {
	width: 35px;
	margin-left: 10px;
}
.button:hover {
	background: #68cef8;
	color: #fff;
	text-decoration: none;
}
.button:hover .button-line:before,
.button:hover .button-line:after {
	background: #fff;
}
.button:hover .button-line:before {
	width: 35px;
	margin-right: 10px;
}
.button:hover .button-line:after {
	width: 0;
	margin-left: 0;
}
.button_reverse .button-line:before {
	width: 35px;
	margin-right: 10px;
}
.button_reverse .button-line:after {
	width: 0;
	margin-left: 0;
}
.button_reverse:hover .button-line:before {
	width: 0;
	margin-right: 0;
}
.button_reverse:hover .button-line:after {
	width: 35px;
	margin-left: 10px;
}
.button_white {
	border-color: #fff;
	color: #fff;
}
.button_white .button-line:before,
.button_white .button-line:after {
	background: #fff;
}
.button_white:hover {
	background: #fff;
	color: #68cef8;
}
.button_white:hover .button-line:before,
.button_white:hover .button-line:after {
	background: #68cef8;
}
.button_slide {
	border: 1px solid #191919;
	min-width: auto;
	width: 50px;
	height: 50px;
}
.button_slide svg path {
	fill: #191919 !important;
	stroke: #191919 !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.button_slide:hover {
	border-color: #68cef8;
	background: #68cef8;
}
.button_slide:hover svg path {
	fill: #fff !important;
	stroke: #fff !important;
}
.button_link {
	min-width: auto;
	padding: 0;
	border: none;
}
.button_link:hover {
	background: transparent;
	color: #68cef8;
}
.button_link:hover > .button-line:before,
.button_link:hover > .button-line:after {
	background: #68cef8;
}
.button_arrow svg path {
	stroke: #68cef8 !important;
}

/*-----------------------------------*/
form .form-group {
	margin-bottom: 20px !important;
}
@media (max-width: 991px) {
	form .form-group {
		margin-bottom: 15px !important;
	}
}

form .form-control {
	height: auto;
	padding: 16px 35px 14px;
	border: none;
	border-bottom: 1px solid #191919;
	border-radius: 0;
	font-size: 16px;
	line-height: 18px;
	color: #7c7c7c;
	box-shadow: none !important;
	outline: none !important;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0px center;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
form .form-control:focus {
	border-color: #68cef8;
}
@media (max-width: 991px) {
	form .form-control {
		padding: 10px 35px 6px;
	}
}
form .form-control[name='name'] {
	background-image: url('../img/icon-form-name.png');
}
form .form-control[name='email'] {
	background-image: url('../img/icon-form-email.png');
}
form .form-control[name='tel'] {
	background-image: url('../img/icon-form-tel.png');
}
form .form-control[name='question'] {
	background-image: url('../img/icon-form-question.png');
}
form .form-control[name='message'] {
	background-image: url('../img/icon-form-message.png');
}

form .form-control::-webkit-input-placeholder {
	color: #7c7c7c;
	opacity: 1;
	transition: opacity 0.3s ease;
}

form .form-control::-moz-placeholder {
	color: #7c7c7c;
	opacity: 1;
	transition: opacity 0.3s ease;
}

form .form-control:-moz-placeholder {
	color: #7c7c7c;
	opacity: 1;
	transition: opacity 0.3s ease;
}

form .form-control:-ms-input-placeholder {
	color: #7c7c7c;
	opacity: 1;
	transition: opacity 0.3s ease;
}

form .form-control::placeholder {
	color: #7c7c7c;
	opacity: 1;
	transition: opacity 0.3s ease;
}

form .form-control:focus::-webkit-input-placeholder {
	color: #7c7c7c;
	opacity: 0;
	transition: opacity 0.3s ease;
}

form .form-control:focus::-moz-placeholder {
	color: #7c7c7c;
	opacity: 0;
	transition: opacity 0.3s ease;
}

form .form-control:focus:-moz-placeholder {
	color: #7c7c7c;
	opacity: 0;
	transition: opacity 0.3s ease;
}

form .form-control:focus:-ms-input-placeholder {
	color: #7c7c7c;
	opacity: 0;
	transition: opacity 0.3s ease;
}

form .form-control:focus::placeholder {
	color: #7c7c7c;
	opacity: 0;
	transition: opacity 0.3s ease;
}

form textarea.form-control {
	height: 50px;
	resize: none;
}

.pswp__bg {
	background: rgba(8, 186, 239, 0.5);
}

#back-top {
	position: fixed;
	bottom: 60px;
	right: 50px;
	margin-bottom: 0;
	z-index: 55;
}
@media (max-width: 767px) {
	#back-top {
		right: 5px;
		bottom: 30px;
	}
}
#back-top a {
	/* padding: 6px 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #68cef8;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #68cef8;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4); */
}
/* #back-top a:hover {
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
} */
#back-top a svg {
	position: relative;
	top: 4px;
	width: 40px;
	height: 40px;
}
#back-top a svg polygon {
	fill: #68cef8;
}

.modal-dialog {
	margin: 50px auto;
	width: 90%;
	max-width: 535px;
	background-color: transparent;
}
.modal-dialog .close {
	position: absolute;
	top: -5px;
	right: -45px;
	margin: 0;
	width: 32px;
	height: 32px;
	box-shadow: none !important;
	background: transparent url('../img/close.png') no-repeat center;
	border: none !important;
	opacity: 1;
	z-index: 3;
}
@media (max-width: 767px) {
	.modal-dialog .close {
		top: 0;
		right: 0;
		background-image: url('../img/close-dark.png');
	}
}
.modal-content {
	padding: 45px 45px 55px;
	border-radius: 0;
	background: #fff url('../img/bg-modal.png') no-repeat 145px 50px;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
	border: none;
}
@media (max-width: 479px) {
	.modal-content {
		padding: 25px 15px;
	}
}
.modal-header {
	position: relative;
	width: 100%;
	z-index: 2;
	margin: 0 0 35px;
	padding: 0;
	border: none;
	text-align: center;
}
@media (max-width: 767px) {
	.modal-header {
		margin-bottom: 20px;
	}
}
.modal-header__title {
	position: relative;
	display: block;
	margin: 0;
	font: 700 20px/25px 'Myriad Pro Bold', sans-serif;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #191919;
}
.modal-header__title_sub {
	color: #68cef8;
}
.modal-body {
	margin: 0;
	padding: 0;
	width: 100%;
}
.modal .button {
	background: #68cef8;
	color: #fff;
}
.modal .button .button-line:before,
.modal .button .button-line:after {
	background: #fff;
}
.modal .button:hover {
	background: #fff;
	color: #68cef8;
}
.modal .button:hover .button-line:before,
.modal .button:hover .button-line:after {
	background: #68cef8;
}
.modal form .form-control {
	height: auto;
	padding: 10px 50px;
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 13px;
	line-height: 15px;
	color: #7c7c7c;
	box-shadow: none !important;
	outline: none !important;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 15px 5px;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}
.modal form .form-control:focus {
	border-color: #68cef8;
}
.modal form textarea.form-control {
	height: 79px;
}

.policy {
	float: none;
	text-align: center;
}
@media (max-width: 767px) {
	.policy {
		font-size: 12px;
		line-height: 16px;
	}
}
.policy a {
	float: none;
	margin: 0;
	color: #68cef8;
	text-decoration: underline;
}
.policy a:hover {
	color: #68cef8;
	text-decoration: none;
}
.policy + .button {
	margin-top: 15px;
}

.btn-wrap {
	margin-top: 20px;
}
@media (max-width: 767px) {
	.btn-wrap {
		margin-top: 0;
	}
}

.modal-dialog .policy {
	font-size: 12px;
	line-height: 18px;
}
.modal-dialog .policy .btn-wrap {
	margin-top: 0;
}

.modal-backdrop.fade {
	background-color: rgba(28, 22, 22, 0.5);
	opacity: 0 !important;
}

.modal-backdrop.fade.in {
	background-color: rgba(28, 22, 22, 0.5);
	opacity: 1 !important;
}

#modal-policy .modal-dialog {
	width: 90%;
}

#modal-policy .modal-dialog .modal-body {
	width: 100%;
}

#modal-policy .modal-dialog .modal-header {
	width: 100%;
}

#modal-policy .modal-dialog,
.modal.in #modal-policy .modal-dialog {
	margin: 50px auto;
	background-image: none;
}

#modal-policy .modal-dialog .modal-content {
	height: auto;
	padding: 15px;
}

.modal-order-2 .modal-header__title_sub {
	font-size: 13px;
}

.navbar-toggle {
	position: relative;
	float: right;
	display: none !important;
	height: 50px;
	width: 60px;
	margin: 0 15px;
	padding: 0;
	background-color: transparent !important;
	border: solid 1px #474747 !important;
	border-radius: 0;
	z-index: 5;
}
@media (max-width: 991px) {
	.navbar-toggle {
		display: block !important;
		order: 4;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 4;
		-ms-flex-order: 4;
	}
}
@media (max-width: 767px) {
	.navbar-toggle {
		height: 40px;
		width: 50px;
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
.navbar-toggle .sandwich {
	display: block;
	width: 60%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.navbar-toggle .sandwich span {
	display: block;
	position: relative;
	margin-top: 14px;
	width: 100%;
	height: 4px;
	background: #474747;
	border: none;
	border-radius: 1px;
	transition: transform 0.5s, top 0.2s;
}
@media (max-width: 767px) {
	.navbar-toggle .sandwich span {
		margin-top: 10px;
	}
}
.navbar-toggle .sandwich span.sw-bottom {
	margin-top: 4px;
	transition-delay: 0.2s, 0s;
}
.navbar-toggle .sandwich span.sw-footer {
	margin-top: 4px;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.navbar-toggle .sandwich.active .sw-topper {
	top: 8px;
	transform: rotate(140deg);
}
.navbar-toggle .sandwich.active .sw-bottom {
	top: 0;
	transform: rotate(-140deg);
}
.navbar-toggle .sandwich.active .sw-footer {
	opacity: 0;
	top: 0;
	transform: rotate(180deg);
}

.navbar {
	position: relative;
	border: none;
	background: transparent;
}
@media screen and (min-width: 992px) {
	.navbar {
		display: block !important;
	}
}
@media screen and (min-width: 1200px) {
	.navbar {
		padding-right: 30px;
	}
}
@media (max-width: 991px) {
	.navbar {
		/*position: fixed;*/
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		display: none;
		width: 100% !important;
		margin: 0;
		padding: 0;
		background: #fff;
	}
}
@media (max-width: 767px) {
	.navbar {
		top: 70px;
		order: 5;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 5;
		-ms-flex-order: 5;
	}
}
@media (max-width: 550px) {
	.navbar {
		top: 58px;
	}
}
.navbar .navbar-collapse {
	float: left;
	width: 100%;
	margin: 0 !important;
	padding: 0;
}
@media (max-width: 991px) {
	.navbar .navbar-collapse {
		margin: 0 !important;
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		padding: 0 50px;
	}
}
@media (max-width: 767px) {
	.navbar .navbar-collapse {
		position: relative;
		top: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		display: block !important;
		height: 100% !important;
		padding-bottom: 0;
		overflow: auto !important;
		border: none;
		box-shadow: none;
	}
}
.navbar .nav {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (max-width: 767px) {
	.navbar .nav {
		margin: 15px 0;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	}
}
.navbar .nav:after,
.navbar .nav:before {
	display: none;
}
.navbar .nav > li {
	position: relative;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.navbar .nav > li {
		width: 100%;
	}
}
.navbar .nav > li > a {
	position: relative;
	display: block;
	padding: 0 !important;
	background-color: transparent;
	color: #191919;
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navbar .nav > li > a:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width: 0;
	height: 1px;
	background: #68cef8;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	-ms-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}
.navbar .nav > li > a:hover:after {
	width: 80%;
}
@media (max-width: 991px) {
	.navbar .nav > li > a {
		display: inline-block;
		margin: 0;
		padding: 5px 0 !important;
		font-size: 18px;
		line-height: 22px;
		color: #474747;
	}
}
.navbar .nav > li.active > a {
	color: #68cef8;
}
.navbar .nav > li.active > a:after {
	width: 100%;
}
@media (max-width: 767px) {
	.navbar .nav > li > .button {
		margin: 0;
		display: inline-block;
		padding: 10px 15px;
	}
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-top: 0;
	z-index: 6;
	background-color: #fff;
	box-shadow: 0 0 0 black;
	-webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease,
		height 0.3s ease, margin-top 0.3s ease;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, height 0.3s ease,
		margin-top 0.3s ease;
	transition-property: opacity, transform, background-color, box-shadow, height !important;
	transition-delay: 0s !important;
	transition-duration: 0.3s !important;
	-moz-osx-font-smoothing: unset;
	-webkit-font-smoothing: antialiased;
	/*---------------------------------------------*/
	/*---------------------------------------------*/
	/*---------------------------------------------*/
}
.header > .container {
	padding: 0;
}
.header__wrapper {
	margin: 14px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 991px) {
	.header__wrapper {
		justify-content: space-between;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
	}
}
@media (max-width: 767px) {
	.header__wrapper {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		margin: 4px 0;
	}
}
.header__logo {
	float: left;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 991px) {
	.header__logo {
		order: 1;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		-ms-flex-order: 1;
	}
}
@media (max-width: 479px) {
	.header__logo {
		max-width: 240px;
	}
}
.header__logo .navbar-brand {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	padding: 0;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header__logo .navbar-brand img {
	max-width: 100%;
	max-height: 100%;
}
.header__button {
	min-width: auto;
	width: 100%;
	padding: 11px 10px 9px;
	border-color: #191919;
	font-size: 12px;
	color: #191919;
}
@media (max-width: 550px) {
	.header__button {
		width: auto;
	}
}
.header__button-block {
	text-align: center;
}
@media screen and (min-width: 1200px) {
	.header__button-block {
		padding-left: 0;
	}
}
@media (max-width: 991px) {
	.header__button-block {
		order: 1;
		-webkit-box-ordinal-group: 1;
		-webkit-order: 1;
		-ms-flex-order: 1;
	}
}
@media (max-width: 550px) {
	.header__button-block {
		margin: 15px 0;
	}
}
.header__button-block a {
	font: 700 16px/20px 'Myriad Pro Bold', sans-serif;
	color: #191919;
	text-decoration: none;
}
@media (max-width: 1199px) {
	.header__button-block a {
		font-size: 14px;
		line-height: 18px;
	}
}
.header__button-block a b,
.header__button-block a strong,
.header__button-block a span {
	font-size: 20px;
	color: #68cef8;
}
@media (max-width: 1199px) {
	.header__button-block a b,
	.header__button-block a strong,
	.header__button-block a span {
		font-size: 16px;
	}
}
.header__button-block a:hover {
	color: #68cef8;
}
.header.scroll {
	position: fixed;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
}
.header.scroll .header__wrapper {
	margin: 5px 0;
}
@media (max-width: 767px) {
	.header.scroll .header__wrapper {
		margin: 4px 0;
	}
}

@media screen and (min-width: 551px) {
	.hidden-550px {
		display: block !important;
	}

	.visible-550px {
		display: none !important;
	}
}
@media screen and (max-width: 550px) {
	.hidden-550px {
		display: none !important;
	}

	.visible-550px {
		display: block !important;
	}
}
.footer {
	position: relative;
	background: #191919;
	color: #fff;
}
.footer__wrapper {
	position: relative;
	padding: 25px 0;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.footer__logo {
	float: left;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 767px) {
	.footer__logo {
		margin-bottom: 15px;
		text-align: center;
	}
}
.footer__logo .navbar-brand {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	padding: 0;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer__logo .navbar-brand img {
	max-width: 100%;
	max-height: 100%;
}
.footer__navbar {
	margin: 0;
}
.footer__navbar .nav {
	display: block;
	width: calc(100% + 30px);
	margin: 0 -15px;
	column-count: 2;
}
.footer__navbar .nav:before,
.footer__navbar .nav:after {
	display: none !important;
}
.footer__navbar .nav > li {
	margin: 0;
	padding: 3px 0;
	text-align: left;
}
@media (max-width: 1199px) {
	.footer__navbar .nav > li {
		padding: 2px 15px;
	}
}
.footer__navbar .nav > li > a {
	padding: 0 !important;
	line-height: 18px;
	color: #fff;
}
.footer__navbar .nav > li > a:after {
	display: none;
}
.footer__navbar .nav > li > a:hover {
	text-decoration: underline;
}
.footer__contact {
	font-size: 16px;
	text-align: right;
}
@media (max-width: 767px) {
	.footer__contact {
		margin-bottom: 15px;
		text-align: center;
	}
}
.footer__contact_list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer__contact_list a {
	font: 700 16px/20px 'Myriad Pro Bold', sans-serif;
	color: #fff;
	text-decoration: none;
}
.footer__contact_list a b,
.footer__contact_list a strong,
.footer__contact_list a span {
	font-size: 20px;
	color: #fff;
}
.footer__contact_list a:hover {
	text-decoration: underline;
}
.footer__button {
	display: inline-block;
	border-color: #fff;
	color: #fff;
}
.footer__button_wrapper {
	text-align: right;
}
@media (max-width: 767px) {
	.footer__button_wrapper {
		text-align: center;
	}
}

.flex {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.flex:before,
.flex:after {
	display: none;
}
.flex-inline {
	display: inline-flex;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
}
.flex-column {
	flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
.flex-align-items-center {
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.flex-align-items-start {
	align-items: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
}
.flex-align-items-end {
	align-items: end;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
}
.flex-justify-between {
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}
.flex-justify-around {
	justify-content: space-around;
	-webkit-box-pack: distribute;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
}
.flex-justify-center {
	justify-content: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.flex-justify-start {
	justify-content: start;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
}
.flex-justify-end {
	justify-content: end;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
}

.back-text {
	position: absolute;
	font-family: 'Myriad Pro Bold', sans-serif;
	color: #d0d0d0;
	text-transform: uppercase;
	opacity: 0.2;
	z-index: 0;
}
@media (max-width: 767px) {
	.back-text {
		display: none;
	}
}

.title {
	position: relative;
	margin-top: 0;
	margin-bottom: 45px;
	padding-left: 120px;
	padding-right: 15px;
	font: 700 35px/40px 'Myriad Pro Bold', sans-serif;
	text-transform: uppercase;
}
@media (max-width: 767px) {
	.title {
		margin-bottom: 25px;
		padding-left: 65px;
		font-size: 30px;
		line-height: 35px;
	}
}
.title:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 15px;
	display: block;
	width: 80px;
	height: 1px;
	background: #191919;
}
@media (max-width: 767px) {
	.title:before {
		left: 15px;
		width: 40px;
	}
}
.title-page {
	margin-top: 10px;
	padding-left: 15px;
	text-align: center;
}
@media (max-width: 767px) {
	.title-page {
		padding-left: 15px;
		text-align: left;
	}
}
.title-page:before {
	display: none;
}
.title-page span {
	position: relative;
	display: inline-block;
	padding-left: 120px;
}
@media (max-width: 767px) {
	.title-page span {
		padding-left: 50px;
	}
}
.title-page span:before {
	content: '';
	position: absolute;
	top: 20px;
	left: 15px;
	display: block;
	width: 80px;
	height: 1px;
	background: #68cef8;
}
@media (max-width: 767px) {
	.title-page span:before {
		left: 0;
		width: 40px;
	}
}

.play {
	position: relative;
	width: 320px;
	height: 320px;
	border-radius: 50%;
	cursor: pointer;
}
.play:before {
	content: url('../img/play-2.png');
	position: absolute;
	left: 180px;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 767px) {
	.play:before {
		left: 152px;
	}
}
.play__image {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0.3;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media (max-width: 767px) {
	.play__image {
		width: 180px;
	}
}
.play__circle {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: inherit;
	pointer-events: none;
	z-index: 1;
}
.play__circle-outer {
	width: 244px;
	height: 244px;
	border: 3px solid #fff;
}
@media (max-width: 767px) {
	.play__circle-outer {
		width: 134px;
		height: 134px;
	}
}
.play__circle-inner {
	width: 388px;
	height: 388px;
	border: 1px solid #68cef8;
	opacity: 0.5;
}
@media (max-width: 767px) {
	.play__circle-inner {
		width: 198px;
		height: 198px;
	}
}
.play:hover:before {
	opacity: 1;
}
.play:hover .play__image {
	opacity: 0.75;
}

.breadcrumb {
	padding: 0 15px;
	margin: 25px 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}
@media (max-width: 991px) {
	.breadcrumb {
		margin: 15px 0 0;
	}
}
.breadcrumb > li {
	display: inline-block;
}
.breadcrumb > li > a {
	color: #000;
}
.breadcrumb > li + li:before {
	padding: 0 5px;
	color: #000;
	content: '> ';
}
.breadcrumb > .active {
	color: #68cef8;
}

.slick-dots {
	display: none !important;
	position: absolute;
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 0;
	list-style: none;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 4px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 0;
	background: transparent;
	display: block;
	width: 24px;
	height: 24px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 0;
	cursor: pointer;
	-webkit-transition: none;
	transition: none;
}
.slick-dots li button:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
}
.slick-dots li button:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.slick-dots li:hover button:after {
	width: 10px;
	height: 10px;
	opacity: 1;
}
.slick-dots li.slick-active {
	width: 24px;
	height: 24px;
}
.slick-dots li.slick-active button:after {
	width: 12px;
	height: 12px;
	opacity: 1;
}

.pagination {
	margin-top: 30px;
	margin-bottom: 30px;
}
.pagination > li {
	padding: 3px 3px 0;
	line-height: 20px;
}
.pagination > li:first-child {
	margin-right: 30px;
	padding: 0;
	line-height: 0;
}
.pagination > li:last-child {
	margin-left: 30px;
	padding: 0;
	line-height: 0;
}
.pagination > li > a,
.pagination > li > span {
	font: 700 16px/25px 'Myriad Pro Bold', sans-serif;
	color: #191919;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
	font-size: 24px;
}
.pagination > .active > a,
.pagination > .active > span {
	font-size: 24px;
	color: #68cef8;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	font-size: 16px;
}
.pagination-wrapper {
	line-height: 0;
	text-align: center;
}
.pagination .button_slide {
	padding: 12px 0;
}

.screen-main {
	position: relative;
	z-index: 1;
}
.screen-main__content {
	margin-top: 35px;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 300px;
}
@media (max-width: 991px) {
	.screen-main__content {
		min-height: 200px;
		max-height: 300px;
	}
}
@media (max-width: 767px) {
	.screen-main__content {
		min-height: auto;
		max-height: none;
		margin: 30px 0 45px;
	}
}
.screen-main__title {
	/*margin-bottom: 15px;
    padding: 0 1px;
    font: 700 35px/40px "Myriad Pro Bold", sans-serif;
    color: #68cef8;
    text-transform: uppercase; */
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	/* or 133% */

	text-align: center;

	color: transparent;
}
@media (max-width: 1200px) {
	.screen-main__title {
		font-size: 24px;
		line-height: 32px;
	}
	.screen-main__descr p,
	.screen-main__descr ul,
	.screen-main__descr ol {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.adaptive_margin {
		margin-top: 27px !important;
	}
	.screen-main__button {
		margin-top: 250px !important ;
	}
}
@media (max-width: 991px) {
	.screen-main__button {
		margin-top: 15px !important ;
	}
}
@media (max-width: 767px) {
	.screen-main__title {
		display: block;
		font-size: 30px;
		line-height: 35px;
		color: #fff;
	}
	.screen-main__button {
		margin-top: 15px !important ;
	}
}
.screen-main__descr {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-grow: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	color: #fff;
}
.screen-main__descr p,
.screen-main__descr ul,
.screen-main__descr ol {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	line-height: 42px;
	text-align: center;
	color: #ffffff;
	margin: 0;
}
.screen-main__descr p span {
	font-weight: bold;
	color: #8ad3ff;
}
.adaptive_margin {
	margin-top: 70px;
}
.screen-main__button {
	max-width: 355px;
	background: #76c3f1;
	border: none;
	border-radius: 6px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin: 15px 0 0;
	margin-top: 280px;
}
.screen-main__button:hover {
	border-color: #68cef8;
	background: #68cef8;
	color: #fff;
	background: #00355d !important;
}
.screen-main__button:hover .button-line:before,
.screen-main__button:hover .button-line:after {
	background: #fff;
}
.screen-main__slider {
	position: relative;
}
.screen-main__slider .slider {
	opacity: 0;
}
.screen-main__slider .slider .container,
.screen-main__slider .slider .row {
	height: 100%;
}
.screen-main__slider .slider-item {
	position: relative;
	height: 608px;
	outline: none;
	overflow: hidden;
}
@media (max-width: 1199px) {
	.screen-main__slider .slider-item {
		height: 500px;
		padding: 100px 0 0;
	}
}
@media (max-width: 991px) {
	.screen-main__slider .slider-item {
		/* height: 400px; */
	}
}
@media (max-width: 767px) {
	.screen-main__slider .slider-item {
		height: auto;
		background: #01283f;
		padding: 150px 0 0;
	}
}
@media (max-width: 480px) {
	.screen-main__slider .slider-item {
		/* height: 500px; */
		padding: 50px 0 0;
	}
}
.screen-main__slider .slider-item-image {
	display: block;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
@media (max-width: 1199px) {
	.screen-main__slider .slider-item-image {
		left: 50%;
		width: 1580px;
	}
}
@media (max-width: 991px) {
	.screen-main__slider .slider-item-image {
		left: 50.4%;
		width: 1040px;
	}
}
@media (max-width: 767px) {
	.screen-main__slider .slider-item-image {
		display: none;
		position: relative;
		left: 0;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		width: 100%;
	}
}
.screen-main__slider .slider__dots-current {
	position: absolute;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
	width: 265px;
}
@media (max-width: 767px) {
	.screen-main__slider .slider__dots-current {
		bottom: 35px;
	}
}
.screen-main__slider .slider__dots-current .current {
	display: none;
	position: absolute;
	top: -10px;
	right: 100%;
	font: 700 40px/40px 'Myriad Pro Bold', sans-serif;
	color: #fff;
}
.screen-main__slider .slider__dots-current .current:before {
	content: '';
	position: absolute;
	top: 20px;
	right: 100%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 50px;
	height: 3px;
	background: #fff;
}

.screen-about {
	position: relative;
	z-index: 0;
}
.screen-about .back-text {
	right: -30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 288px;
	line-height: 288px;
	letter-spacing: 30px;
}
@media (max-width: 1199px) {
	.screen-about .back-text {
		font-size: 208px;
		line-height: 208px;
	}
}
@media (max-width: 991px) {
	.screen-about .back-text {
		font-size: 178px;
		line-height: 178px;
	}
}
.screen-about__image {
	position: relative;
	text-align: center;
	z-index: -1;
}
.screen-about__image img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
	max-width: 119%;
	width: 90%;
}
.screen-about__content,
.screen-about__image {
	margin-top: 115px;
	padding-left: 55px;
}
@media (max-width: 1199px) {
	.screen-about__content,
	.screen-about__image {
		margin-top: 55px;
	}
}
@media (max-width: 991px) {
	.screen-about__content,
	.screen-about__image {
		padding-left: 15px;
		margin-top: 0;
	}
}
.screen-about__title {
	padding-left: 0;
}
.screen-about__title:before {
	display: none;
	left: auto;
	right: calc(100% + 30px);
}
@media (max-width: 991px) {
	.screen-about__title {
		padding-left: 120px;
	}
	.screen-about__title:before {
		left: 0;
		right: auto;
	}
}
@media (max-width: 767px) {
	.screen-about__title {
		padding-left: 50px;
		padding-right: 0;
	}
}
.screen-about__descr {
	position: relative;
}
@media (max-width: 991px) {
	.screen-about__descr {
		padding-left: 0;
	}
}
.screen-about__descr:before {
	display: none !important;
	content: '';
	position: absolute;
	top: 9px;
	right: calc(100% + 30px);
	display: block;
	width: 45px;
	height: 4px;
	background: #68cef8;
}
@media (max-width: 991px) {
	.screen-about__descr:before {
		right: auto;
		left: 0;
		width: 35px;
		display: none;
	}
}
.screen-about__descr p,
.screen-about__descr ul,
.screen-about__descr ol {
	margin: 0;
}
.screen-about__dopcontent p,
.screen-about__dopcontent ul,
.screen-about__dopcontent ol {
	margin: 0;
}

.screen-product {
	padding: 60px 0;
}
@media (max-width: 767px) {
	.screen-product__slider {
		margin-bottom: 20px;
	}
}

.product-slider {
	position: relative;
}
.product-slider:before,
.product-slider:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 25vw;
	background: #f9f9f9;
	opacity: 0.9;
	z-index: 1;
}
.product-slider:before {
	right: 100%;
}
.product-slider:after {
	left: 100%;
}
.product-slider .slick-list {
	overflow: visible;
}
.product-slider .slide-arrow {
	position: absolute;
	top: -85px;
	min-width: auto;
	width: 50px;
	padding: 12px 0;
	line-height: 0;
}
.product-slider .slide-arrow_prev {
	right: 75px;
}
.product-slider .slide-arrow_next {
	right: 15px;
}
@media (max-width: 767px) {
	.product-slider .slide-arrow {
		top: auto;
		bottom: -60px;
	}
}
.product-slider__item {
	padding: 5px 15px;
	outline: none;
}
.product-slider__image {
	position: relative;
	display: block;
	margin-bottom: 25px;
}
@media (max-width: 991px) {
	.product-slider__image {
		margin-bottom: 15px;
	}
}
.product-slider__image img {
	width: 100%;
}
.product-slider__image:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	-ms-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
	display: block;
	background: #68cef8;
	opacity: 0;
	pointer-events: none;
}
.product-slider__image:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	-ms-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
	display: block;
	background: url('../img/icon-zoom.png') no-repeat center;
	opacity: 0;
	pointer-events: none;
}
.product-slider__image:hover:before {
	opacity: 0.6;
}
.product-slider__image:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.product-slider__title {
	display: block;
	font: 700 20px/22px 'Myriad Pro Bold', sans-serif;
	color: #191919 !important;
	text-transform: uppercase;
	text-align: center;
}
@media (max-width: 991px) {
	.product-slider__title {
		font-size: 16px;
		line-height: 20px;
	}
}
.product-slider__descr {
	text-align: center;
	overflow: hidden;
	height: 70px;
}
.product-slider__descr p,
.product-slider__descr ul,
.product-slider__descr ol {
	margin: 0;
}
.product-slider__price {
	display: none;
	margin-top: 20px;
}
@media (max-width: 1199px) {
	.product-slider__price {
		margin-top: 10px;
	}
}
.product-slider__price .price {
	position: relative;
	top: 2px;
	font-size: 25px;
	line-height: 25px;
}
@media (max-width: 1199px) {
	.product-slider__price .price {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}
}
@media (max-width: 991px) {
	.product-slider__price .price {
		font-size: 20px;
		line-height: 20px;
	}
}
.product-slider__price .price span {
	font-family: 'Myriad Pro Bold', sans-serif;
	font-weight: 700;
}
.product-slider__price .button {
	margin: 0;
}
@media (max-width: 1199px) {
	.product-slider__price .button {
		margin: 0 auto;
	}
}

.screen-service {
	position: relative;
	background: #68cef8;
}
.screen-service__title {
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	.screen-service__title {
		margin-bottom: 0;
	}
}
.screen-service__tabs .tab-prev,
.screen-service__tabs .tab-next {
	display: inline-block;
	margin: 0 13px;
	padding: 9px 3px;
	line-height: 0;
	cursor: pointer;
}
.screen-service__tabs .tab-prev svg path,
.screen-service__tabs .tab-next svg path {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.screen-service__tabs .tab-prev:hover svg path,
.screen-service__tabs .tab-next:hover svg path {
	fill: #fff;
	stroke: #fff;
}
.screen-service__tabs .tab {
	margin: 0;
	padding: 0 15px;
	list-style: none;
}
.screen-service__tabs .tab li {
	padding-left: 50px;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 479px) {
	.screen-service__tabs .tab li {
		padding-left: 30px;
	}
}
.screen-service__tabs .tab li a {
	position: relative;
	display: flex;
	align-items: center;
	text-decoration: none;
}
.screen-service__tabs .tab li h2 {
	font: 700 16px/30px 'Myriad Pro Bold', sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
@media (max-width: 767px) {
	.screen-service__tabs .tab li a {
		font-size: 14px;
		line-height: 20px;
	}
}
.screen-service__tabs .tab li a:after {
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	display: block;
	width: 0;
	height: 1px;
	background: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (max-width: 991px) {
	.screen-service__tabs .tab li a:after {
		display: none;
	}
}
.screen-service__tabs .tab li a .point {
	position: absolute;
	left: -40px;
	top: 52%;
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fff;
}
@media (max-width: 479px) {
	.screen-service__tabs .tab li a .point {
		left: -20px;
	}
}
.screen-service__tabs .tab li.active {
	opacity: 1;
}
.screen-service__tabs .tab li.active a {
	font-size: 20px;
	color: #191919;
}
@media (max-width: 767px) {
	.screen-service__tabs .tab li.active a {
		font-size: 16px;
	}
}
.screen-service__tabs .tab li.active a .point {
	-webkit-transform: translateY(-50%) scale(2.15);
	-moz-transform: translateY(-50%) scale(2.15);
	-o-transform: translateY(-50%) scale(2.15);
	-ms-transform: translateY(-50%) scale(2.15);
	transform: translateY(-50%) scale(2.15);
	background: #191919;
}
.screen-service__tabs .tab li.opacity-50 {
	opacity: 0.5;
}
.screen-service__tabs .tab li.opacity-50 a .point {
	-webkit-transform: translateY(-50%) scale(1);
	-moz-transform: translateY(-50%) scale(1);
	-o-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
}
.screen-service__tabs .tab li.opacity-75 {
	opacity: 1;
}
.screen-service__tabs .tab li + li {
	margin-top: 30px;
}
@media (max-width: 991px) {
	.screen-service__tabs .tab li + li {
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.screen-service__tabs .tab li + li {
		margin-top: 0;
	}
}
.screen-service__tabs .tab-content {
	color: #fff;
}
.screen-service__tabs .tab-content p,
.screen-service__tabs .tab-content ul,
.screen-service__tabs .tab-content ol {
	margin: 0;
}
.screen-service__tabs .tab-content .back-text {
	left: 0;
	bottom: -10px;
	font-size: 83px;
	line-height: 83px;
	color: #fff;
	white-space: nowrap;
	opacity: 0.05;
}
@media (max-width: 991px) {
	.screen-service__tabs .tab-content .back-text {
		font-size: 53px;
		line-height: 53px;
	}
}
.screen-service__tabs .tab-content__image {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1070px;
	z-index: 0;
	background: #191919;
	overflow: hidden;
}
@media (max-width: 991px) {
	.screen-service__tabs .tab-content__image {
		width: 100%;
	}
}
.screen-service__tabs .tab-content__image img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}
@media (max-width: 991px) {
	.screen-service__tabs .tab-content__image img {
		width: 100%;
		height: 100%;
	}
	.schedule-slider-descr__item .content {
		font: 400 14px/1.75 'Myriad Pro Regular', sans-serif !important;
	}
}
.screen-service__tabs .tab-content__title {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
	font: 700 25px/30px 'Myriad Pro Bold', sans-serif;
	text-transform: uppercase;
	color: black;
}
@media (max-width: 767px) {
	.screen-service__tabs .tab-content__title {
		margin-bottom: 15px;
	}
}
.screen-service__tabs .tab-content__text {
	position: relative;
	z-index: 1;
	/* height: 288px; */
}
@media (max-width: 991px) {
	.screen-service__tabs .tab-content__text {
		height: 240px;
	}
}
.screen-service__tabs .tab-content__text ul {
	list-style: none;
}
.screen-service__tabs .tab-content__text p,
.screen-service__tabs .tab-content__text ul,
.screen-service__tabs .tab-content__text ol {
	margin: 0;
	padding: 0;
}
.screen-service__tabs .tab-content__price {
	position: relative;
	z-index: 1;
	margin-top: 30px;
	margin-right: -25px;
}
@media (max-width: 1199px) {
	.screen-service__tabs .tab-content__price {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.screen-service__tabs .tab-content__price {
		margin-top: 15px;
	}
}
.screen-service__tabs .tab-content__price .price {
	position: relative;
	top: 2px;
	margin-right: 30px;
	font-size: 27px;
	line-height: 30px;
	display: none;
}
.screen-service__tabs .tab-content__price .price span {
	font-family: 'Myriad Pro Bold', sans-serif;
	font-weight: 700;
	font-size: 30px;
}
.screen-service__tabs .tab-content__price .button {
	display: none;
	margin: 0;
}
.screen-service .left-side {
	position: relative;
	padding: 75px 0 105px;
}
@media (max-width: 991px) {
	.screen-service .left-side {
		padding: 50px 0 15px;
	}
}
.screen-service .left-side:before {
	content: url('../img/bg-screen-service.png');
	position: absolute;
	right: 100%;
	top: 57%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1199px) {
	.screen-service .left-side:before {
		display: none;
	}
}
.screen-service .right-side {
	position: relative;
	left: -15px;
	margin-top: -15px;
	margin-bottom: -15px;
	padding: 95px 40px 30px 95px;
	background: #191919;
}
@media (max-width: 1199px) {
	.screen-service .right-side {
		left: 0;
		padding: 95px 40px 30px 40px;
	}
}
@media (max-width: 991px) {
	.screen-service .right-side {
		margin: 0;
		padding: 50px 40px;
	}
}
@media (max-width: 767px) {
	.screen-service .right-side {
		padding: 20px 15px;
	}
}
.screen-service .right-side:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1070px;
	background: #191919;
}
@media (max-width: 991px) {
	.screen-service .right-side:before {
		width: 100%;
	}
}

.screen-steps {
	position: relative;
	height: 620px;
	padding: 80px 0 100px;
}
@media (max-width: 991px) {
	.screen-steps {
		height: auto;
		padding: 60px 0 0;
	}
}
.screen-steps .container {
	position: relative;
}
.screen-steps .container:after {
	content: url('../img/bg-screen-steps.jpg');
	position: absolute;
	right: -380px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}
@media (max-width: 1199px) {
	.screen-steps .container:after {
		right: -430px;
	}
}
@media (max-width: 991px) {
	.screen-steps .container:after {
		display: none;
	}
}
.screen-steps .back-text {
	left: 0;
	top: 48%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 112px;
	line-height: 92px;
	letter-spacing: 10px;
	z-index: 1;
}
@media (max-width: 1199px) {
	.screen-steps .back-text {
		font-size: 82px;
		line-height: 72px;
		letter-spacing: 5px;
	}
}
@media (max-width: 991px) {
	.screen-steps .back-text {
		top: 0%;
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-o-transform: translateY(0%);
		-ms-transform: translateY(0%);
		transform: translateY(0%);
		font-size: 62px;
		line-height: 62px;
	}
}
.screen-steps__title {
	position: absolute;
	left: 0;
	top: 200px;
	margin-bottom: 0;
	z-index: 2;
}
@media (max-width: 991px) {
	.screen-steps__title {
		position: relative;
		top: auto;
	}
}
.screen-steps__list {
	position: relative;
	width: 482px;
	height: 482px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	z-index: 0;
}
@media (max-width: 991px) {
	.screen-steps__list {
		width: 100%;
		height: auto;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		justify-content: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	}
}
.screen-steps__list:after {
	content: url('../img/bg-screen-steps__list.png');
	position: absolute;
	left: 50%;
	top: 51%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media (max-width: 991px) {
	.screen-steps__list:after {
		display: none;
	}
}
.screen-steps__list li {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-left: -47px;
	margin-top: -47px;
}
.screen-steps__list li:nth-child(1) {
	transform: rotate(86deg) translateX(-241px) rotate(-86deg) !important;
}
@media (max-width: 991px) {
	.screen-steps__list li:nth-child(1) {
		transform: rotate(0deg) translateX(0px) rotate(0deg) !important;
	}
}
.screen-steps__list li:nth-child(2) {
	transform: rotate(152deg) translateX(-241px) rotate(-152deg) !important;
}
@media (max-width: 991px) {
	.screen-steps__list li:nth-child(2) {
		transform: rotate(0deg) translateX(0px) rotate(0deg) !important;
	}
}
.screen-steps__list li:nth-child(3) {
	transform: rotate(208deg) translateX(-241px) rotate(-208deg) !important;
}
@media (max-width: 991px) {
	.screen-steps__list li:nth-child(3) {
		transform: rotate(0deg) translateX(0px) rotate(0deg) !important;
	}
}
.screen-steps__list li:nth-child(4) {
	transform: rotate(274deg) translateX(-241px) rotate(-274deg) !important;
}
@media (max-width: 991px) {
	.screen-steps__list li:nth-child(4) {
		transform: rotate(0deg) translateX(0px) rotate(0deg) !important;
	}
}
.screen-steps__list li:nth-child(5) {
	transform: rotate(332deg) translateX(-241px) rotate(-332deg) !important;
}
@media (max-width: 991px) {
	.screen-steps__list li:nth-child(5) {
		transform: rotate(0deg) translateX(0px) rotate(0deg) !important;
	}
}
@media (max-width: 991px) {
	.screen-steps__list li {
		position: relative;
		top: auto;
		left: auto;
		width: calc(50% - 30px);
		margin: 15px;
		transform: rotate(0deg) translateX(0px) rotate(0deg) !important;
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		align-items: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
	}
}
@media (max-width: 640px) {
	.screen-steps__list li {
		width: 100%;
		margin: 15px 0;
	}
}
.screen-steps__list-image {
	position: relative;
	width: 94px;
	height: 94px;
	background: #68cef8;
	border-radius: 50%;
}
@media (max-width: 991px) {
	.screen-steps__list-image {
		margin: 0 auto 15px;
	}
}
.screen-steps__list-image:before {
	content: '';
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	display: block;
	border: 5px solid #fff;
	border-radius: 50%;
	pointer-events: none;
}
.screen-steps__list-image b,
.screen-steps__list-image strong {
	position: absolute;
	left: 28%;
	top: 64%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font: 700 36px/20px 'Myriad Pro Bold', sans-serif;
	color: #fff;
	z-index: 0;
}
.screen-steps__list-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}
.screen-steps__list-text {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: calc(100% + 10px);
	width: 270px;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
}
@media (max-width: 991px) {
	.screen-steps__list-text {
		position: relative;
		left: 0%;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		top: auto;
		width: 100%;
	}
}

.screen-gallery {
	padding: 60px 0 25px;
}

.gallery-slider {
	position: relative;
}
.gallery-slider:before,
.gallery-slider:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 25vw;
	background: #f9f9f9;
	opacity: 0.9;
	z-index: 1;
}
.gallery-slider:before {
	right: 100%;
}
.gallery-slider:after {
	left: 100%;
}
.gallery-slider .slick-list {
	overflow: visible;
}
.gallery-slider .slide-arrow {
	position: absolute;
	top: 13px;
	min-width: auto;
	width: 50px;
	padding: 12px 0;
	line-height: 0;
}
.gallery-slider .slide-arrow_prev {
	right: 74px;
}
.gallery-slider .slide-arrow_next {
	right: 14px;
}
@media (max-width: 1199px) {
	.gallery-slider .slide-arrow {
		top: 11px;
	}
	.gallery-slider .slide-arrow_prev {
		right: 72px;
	}
	.gallery-slider .slide-arrow_next {
		right: 12px;
	}
}
@media (max-width: 991px) {
	.gallery-slider .slide-arrow {
		top: 8px;
	}
	.gallery-slider .slide-arrow_prev {
		right: 69px;
	}
	.gallery-slider .slide-arrow_next {
		right: 9px;
	}
}
@media (max-width: 767px) {
	.gallery-slider .slide-arrow {
		top: auto;
		bottom: -50px;
	}
}
.gallery-slider__item {
	display: flex !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	outline: none !important;
}
.gallery-slider__image {
	position: relative;
	float: left;
	display: block;
	margin: 13px;
	margin: 1.11%;
}
.gallery-slider__image:nth-child(1) {
	width: 382px;
	width: 32.7%;
	order: 1;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 1;
	-ms-flex-order: 1;
}
.gallery-slider__image:nth-child(2) {
	width: 319px;
	width: 27.3%;
	order: 2;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 2;
	-ms-flex-order: 2;
}
.gallery-slider__image:nth-child(3) {
	width: 390px;
	width: 33.3%;
	margin-top: 97px;
	order: 3;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 3;
	-ms-flex-order: 3;
}
@media (max-width: 1199px) {
	.gallery-slider__image:nth-child(3) {
		margin-top: 81px;
	}
}
@media (max-width: 991px) {
	.gallery-slider__image:nth-child(3) {
		margin-top: 62px;
	}
}
@media (max-width: 767px) {
	.gallery-slider__image:nth-child(3) {
		margin-top: 1.11%;
	}
}
.gallery-slider__image:nth-child(4) {
	width: 735px;
	width: 62.82%;
	margin-top: -47px;
	order: 5;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 5;
	-ms-flex-order: 5;
}
@media (max-width: 1199px) {
	.gallery-slider__image:nth-child(4) {
		margin-top: -40px;
	}
}
@media (max-width: 991px) {
	.gallery-slider__image:nth-child(4) {
		margin-top: -31px;
	}
}
@media (max-width: 767px) {
	.gallery-slider__image:nth-child(4) {
		margin-top: -4%;
	}
}
.gallery-slider__image:nth-child(5) {
	width: 382px;
	width: 32.7%;
	order: 4;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 4;
	-ms-flex-order: 4;
}
.gallery-slider__image img {
	width: 100%;
}
.gallery-slider__image:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	-ms-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
	display: block;
	background: #68cef8;
	opacity: 0;
}
.gallery-slider__image:after {
	content: url('../img/icon-zoom.png');
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(2);
	-moz-transform: translate(-50%, -50%) scale(2);
	-o-transform: translate(-50%, -50%) scale(2);
	-ms-transform: translate(-50%, -50%) scale(2);
	transform: translate(-50%, -50%) scale(2);
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	-ms-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
	display: block;
	opacity: 0;
}
.gallery-slider__image:hover:before {
	opacity: 0.6;
}
.gallery-slider__image:hover:after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.screen-price {
	padding: 40px 0;
}
.screen-price__title {
	margin-bottom: 25px;
}

.price__item {
	width: calc(33.33333% - 30px);
	margin: 15px;
	border: 1px solid #191919;
}
@media (max-width: 991px) {
	.price__item {
		width: calc(50% - 30px);
	}
}
@media (max-width: 640px) {
	.price__item {
		width: calc(100% - 30px);
	}
}
.price__item_header {
	width: 100%;
	height: 72px;
	background: #191919;
	font: 700 25px/32px 'Myriad Pro Bold', sans-serif;
	color: #fff;
	text-transform: uppercase;
}
.price__item_header > img {
	margin-right: 20px;
}
.price__item_header span {
	position: relative;
	top: 2px;
}
.price__item_body {
	width: 100%;
	height: calc(100% - 72px);
	padding: 30px;
	background: #fff url('../img/diamond-bg.png') no-repeat center 65px;
}
@media (max-width: 1199px) {
	.price__item_body {
		padding: 20px;
	}
}
.price__item_content {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	color: #000;
	flex-grow: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
}
.price__item_content:after {
	content: '';
	position: absolute;
	bottom: -24px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 50px;
	height: 2px;
	background: #68cef8;
}
.price__item_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.price__item_content ul li {
	position: relative;
	color: #9f9f9f;
	padding-right: 10px;
}
.price__item_content ul li + li {
	margin-top: 10px;
}
.price__item_content ul li:after {
	content: '';
	position: absolute;
	left: calc(100% - 5px);
	top: 6px;
	display: block;
	width: 17px;
	height: 12px;
	background-image: url('../img/un-check.png');
	background-repeat: no-repeat;
	background-position: center;
}
.price__item_content ul li.check {
	color: #000;
}
.price__item_content ul li.check:after {
	background-image: url('../img/check.png');
}
.price__item_price {
	width: 100%;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
}
.price__item_price span,
.price__item_price b,
.price__item_price strong {
	font-family: 'Myriad Pro Bold', sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
}

.screen-advantage {
	min-height: 440px;
	padding: 80px 0;
	background: #191919 url('../img/bg-screen-advantage.jpg') no-repeat center;
	background-size: cover;
}
.screen-advantage__title {
	margin-bottom: 40px;
	color: #fff;
}
.screen-advantage__title:before {
	background: #fff;
}

.advantage {
	position: relative;
	padding: 0;
}
@media (max-width: 991px) {
	.advantage {
		justify-content: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
	}
}
.advantage:before,
.advantage:after {
	content: '';
	position: absolute;
	left: 10%;
	right: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block !important;
	z-index: 0;
}
@media (max-width: 991px) {
	.advantage:before,
	.advantage:after {
		display: none !important;
	}
}
.advantage:before {
	border-top: 2px solid #68cef8;
	z-index: 0;
}
.advantage:after {
	padding: 9px;
	border: 1px solid #d5d5d5;
	border-radius: 20px;
}
.advantage__item {
	position: relative;
	width: 14%;
	margin: 65px 0;
	padding: 0 15px;
	text-align: center;
	z-index: 1;
}
@media (max-width: 991px) {
	.advantage__item {
		width: 33.33333%;
		margin: 15px 0;
	}
}
@media (max-width: 767px) {
	.advantage__item {
		width: 50%;
	}
}
@media (max-width: 479px) {
	.advantage__item {
		width: 100%;
	}
}
.advantage__item_image {
	position: relative;
	width: 78px;
	height: 78px;
	margin: 0 auto;
	background: #68cef8;
	border-radius: 50%;
}
.advantage__item_image:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 88px;
	height: 88px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #191919;
	z-index: -1;
}
.advantage__item_image:after {
	content: '';
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 9px;
	height: 9px;
	background: url('../img/advantage-after.png') no-repeat center;
}
.advantage__item_image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.advantage__item_descr {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}
@media (max-width: 991px) {
	.advantage__item_descr {
		position: relative;
		left: auto;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-o-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		margin-top: 25px;
	}
}
@media (max-width: 767px) {
	.advantage__item_descr {
		padding: 0 15px;
	}
}
.advantage__item:nth-child(odd) .advantage__item_image:after {
	top: -12px;
	-webkit-transform: translateX(-50%) rotate(0deg);
	-moz-transform: translateX(-50%) rotate(0deg);
	-o-transform: translateX(-50%) rotate(0deg);
	-ms-transform: translateX(-50%) rotate(0deg);
	transform: translateX(-50%) rotate(0deg);
}
@media (max-width: 991px) {
	.advantage__item:nth-child(odd) .advantage__item_image:after {
		top: auto;
		bottom: -12px;
		-webkit-transform: translateX(-50%) rotate(180deg);
		-moz-transform: translateX(-50%) rotate(180deg);
		-o-transform: translateX(-50%) rotate(180deg);
		-ms-transform: translateX(-50%) rotate(180deg);
		transform: translateX(-50%) rotate(180deg);
	}
}
.advantage__item:nth-child(odd) .advantage__item_descr {
	bottom: calc(100% + 25px);
}
@media (max-width: 991px) {
	.advantage__item:nth-child(odd) .advantage__item_descr {
		bottom: auto;
	}
}
.advantage__item:nth-child(even) .advantage__item_image:after {
	bottom: -12px;
	-webkit-transform: translateX(-50%) rotate(180deg);
	-moz-transform: translateX(-50%) rotate(180deg);
	-o-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	transform: translateX(-50%) rotate(180deg);
}
.advantage__item:nth-child(even) .advantage__item_descr {
	top: calc(100% + 25px);
}
@media (max-width: 991px) {
	.advantage__item:nth-child(even) .advantage__item_descr {
		top: auto;
	}
}

.screen-ourprogress {
	position: relative;
	min-height: 690px;
	padding: 50px 0;
	background: #fff url('../img/bg-screen-progress.jpg') no-repeat center;
	background-size: cover;
}
.screen-ourprogress .back-text {
	left: 0;
	right: 0;
	top: -30px;
	font-size: 178px;
	line-height: 178px;
	letter-spacing: 10px;
	white-space: nowrap;
}
@media (max-width: 1199px) {
	.screen-ourprogress .back-text {
		font-size: 118px;
		line-height: 118px;
		letter-spacing: 5px;
	}
}
@media (max-width: 991px) {
	.screen-ourprogress .back-text {
		font-size: 98px;
		line-height: 98px;
	}
}

.ourprogress__item {
	position: relative;
}
.ourprogress__item_numb {
	position: relative;
	width: 108px;
	height: 108px;
	margin-right: 40px;
	border: 1px solid #68cef8;
	border-radius: 50%;
	font: 700 45px/45px 'Myriad Pro Bold', sans-serif;
	color: #191919;
}
@media (max-width: 991px) {
	.ourprogress__item_numb {
		margin-right: 20px;
	}
}
.ourprogress__item_numb > svg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	-moz-transform: translate(-50%, -50%) rotate(-90deg);
	-o-transform: translate(-50%, -50%) rotate(-90deg);
	-ms-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	width: calc(100% + 8px);
	height: calc(100% + 8px);
}
.ourprogress__item_numb > svg path {
	fill: none;
	stroke-width: 4;
	stroke-dasharray: 308;
	stroke-dashoffset: 308;
	stroke: #68cef8;
}
.ourprogress__item_numb > span {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ourprogress__item_descr {
	position: relative;
	top: 2px;
	width: calc(100% - (108px + 40px));
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #191919;
}
@media (max-width: 991px) {
	.ourprogress__item_descr {
		width: calc(100% - (108px + 20px));
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width: 767px) {
	.ourprogress__item_descr {
		font-size: 16px;
		line-height: 20px;
	}
}
.ourprogress__item:nth-child(1) {
	left: 50px;
}
@media (max-width: 767px) {
	.ourprogress__item:nth-child(1) {
		left: 0;
	}
}
.ourprogress__item:nth-child(1) svg path {
	stroke-dashoffset: 210px;
}
.ourprogress__item:nth-child(2) svg path {
	stroke-dashoffset: 30px;
}
.ourprogress__item:nth-child(3) svg path {
	stroke-dashoffset: 74px;
}
.ourprogress__item:nth-child(4) {
	left: 50px;
}
@media (max-width: 767px) {
	.ourprogress__item:nth-child(4) {
		left: 0;
	}
}
.ourprogress__item:nth-child(4) svg path {
	stroke-dashoffset: 164px;
}
.ourprogress__item + .ourprogress__item {
	margin-top: 25px;
}
@media (max-width: 991px) {
	.ourprogress__item + .ourprogress__item {
		margin-top: 15px;
	}
}
.ourprogress-image {
	height: 505px;
	margin-top: -115px;
}
@media (max-width: 1199px) {
	.ourprogress-image {
		height: auto;
		margin-top: 5px;
	}
}
@media (max-width: 991px) {
	.ourprogress-image {
		margin-top: 55px;
	}
}
.ourprogress-image img {
	max-width: 107%;
}

.screen-video {
	position: relative;
	padding: 80px 0 40px;
}
@media (max-width: 991px) {
	.screen-video {
		padding: 60px 0 20px;
	}
}
.screen-video__title {
	margin-bottom: 55px;
}
@media (max-width: 767px) {
	.screen-video__title {
		margin-bottom: 25px;
	}
}
.screen-video .back-text_1 {
	left: -130px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
	font-size: 180px;
	line-height: 180px;
	color: #68cef8;
	letter-spacing: 10px;
	opacity: 0.3;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.screen-video .back-text_2 {
	right: -60px;
	bottom: 0;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	font-size: 80px;
	line-height: 80px;
	color: #000;
	letter-spacing: 4px;
	white-space: nowrap;
	opacity: 0.07;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.video {
	position: relative;
}
.video-wrapper {
	position: relative;
}
.video-wrapper .youtube-video {
	border-radius: 60px;
	overflow: hidden;
	background: #000;
}
.video-wrapper .thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
	background-color: #000;
	background-size: cover;
	background-position: center;
	border-radius: 60px;
	overflow: hidden;
	opacity: 0.5;
}
.video-wrapper .play {
	position: absolute;
	left: -80px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.screen-schedule {
	position: relative;
	padding: 40px 0 0;
}
.screen-schedule .container {
	position: relative;
}
.screen-schedule .slide-arrow {
	position: absolute;
	top: 0;
	min-width: auto;
	width: 50px;
	padding: 12px 0;
	line-height: 0;
}
.screen-schedule .slide-arrow_prev {
	right: -60px;
}
.screen-schedule .slide-arrow_next {
	right: -120px;
}

.schedule-slider-info {
	display: none;
	position: absolute;
	left: 0;
	top: 35px;
	padding: 0 15px;
	z-index: 2;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}

.schedule-slider-date {
	position: relative;
	left: -10px;
	max-width: 540px;
	padding: 0 5px;
	z-index: 2;
}
@media (max-width: 1199px) {
	.schedule-slider-date {
		width: 440px;
	}
}
@media (max-width: 991px) {
	.schedule-slider-date {
		width: calc(100% - 125px);
		max-width: none;
	}
}
.schedule-slider-date__item {
	margin: 0 5px;
	padding: 19px 20px 18px;
	border: 1px solid #191919;
	font: 700 20px/22px 'Myriad Pro Bold', sans-serif;
	color: #191919;
	text-align: center;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	outline: none;
	cursor: pointer;
}
@media (max-width: 1199px) {
	.schedule-slider-date__item {
		padding: 20px 10px 16px;
	}
}
.schedule-slider-date__item:hover {
	color: #68cef8;
}
.schedule-slider-date__item.slick-current {
	display: none;
	background: #191919;
	color: #68cef8;
}

.schedule-slider-descr {
	position: relative;
	min-height: 500px;
	margin-top: -61px;
	z-index: 1;
}
.schedule-slider-descr__item {
	margin-top: 60px;
	background-image: url('../img/schedule-back.png');
	outline: none;
}
.schedule-slider-descr__item .back-text {
	display: none;
	position: absolute;
	top: 40px;
	right: -25px;
	width: 57vw;
	font: 700 70px/72px 'Myriad Pro Bold', sans-serif;
	color: #fff;
	opacity: 0.1;
	z-index: -1;
}
@media (max-width: 1199px) {
	.schedule-slider-descr__item .back-text {
		font-size: 60px;
		line-height: 62px;
	}
}
.schedule-slider-descr__item .baron {
	height: fit-content;
	margin-bottom: 55px;
}
@media (max-width: 1199px) {
	.schedule-slider-descr__item .baron {
		margin-bottom: 35px;
	}
}
.schedule-slider-descr__item .title {
	margin-bottom: 25px;
	padding-left: 70px;
	padding-right: 0;
	font-size: 25px;
	line-height: 24px;
	color: #fff;
}
@media (max-width: 991px) {
	.schedule-slider-descr__item .title {
		margin-bottom: 15px;
		padding-left: 50px;
		font-size: 16px;
		line-height: 20px;
	}
}
.schedule-slider-descr__item .title:before {
	top: 11px;
	left: 0;
	width: 48px;
	height: 2px;
	background: #68cef8;
}
@media (max-width: 991px) {
	.schedule-slider-descr__item .title:before {
		width: 38px;
	}
}
.schedule-slider-descr__item .content {
	font: 400 22px/1.75 'Myriad Pro Regular', sans-serif;
	color: black;
}
.schedule-slider-descr__item .content p,
.schedule-slider-descr__item .content ul,
.schedule-slider-descr__item .content ol {
	margin: 0;
}
.schedule-slider-descr__text {
	padding: 105px 75px 55px 15px;
}
@media (max-width: 1199px) {
	.schedule-slider-descr__text {
		padding: 45px 75px 35px 15px;
	}
}
@media (max-width: 991px) {
	.schedule-slider-descr__text {
		padding: 25px 15px 35px;
	}
}
.schedule-slider-descr__image {
	margin-top: 30px;
	padding: 0;
}
@media (max-width: 991px) {
	.schedule-slider-descr__image {
		margin-top: 0;
	}
}
@media (max-width: 991px) {
	.schedule-slider-descr__image img {
		max-width: 100%;
	}
}
.schedule-slider-descr__btn-wrp {
	display: none !important;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	margin-left: -10px;
	margin-right: -10px;
}
.schedule-slider-descr__btn-wrp .button {
	margin: 0 10px;
}
.schedule-slider-descr__start,
.schedule-slider-descr__price {
	position: relative;
	top: 2px;
	margin: 7.5px 10px;
	font: 400 18px/24px 'Myriad Pro Regular', sans-serif;
	color: #fff;
}
.schedule-slider-descr__start b,
.schedule-slider-descr__start strong,
.schedule-slider-descr__price b,
.schedule-slider-descr__price strong {
	font-family: 'Myriad Pro Bold', sans-serif;
	font-weight: 700;
	font-size: 25px;
}
#mini_cart {
	display: none !important;
}
.screen-callback {
	display: none;
	position: relative;
	min-height: 690px;
	padding: 120px 0 0;
}
@media (max-width: 1199px) {
	.screen-callback {
		min-height: auto;
		padding: 90px 0;
	}
}
@media (max-width: 991px) {
	.screen-callback {
		padding: 60px 0 0;
	}
}
.screen-callback__title {
	margin-bottom: 15px;
	padding: 0 0 0 50px;
	text-align: right;
	letter-spacing: 2.4px;
}
@media (max-width: 991px) {
	.screen-callback__title {
		text-align: left;
	}
}
.screen-callback__title:before {
	left: -55px;
}
@media (max-width: 767px) {
	.screen-callback__title:before {
		left: 0;
	}
}
.screen-callback__after-title {
	margin-bottom: 30px;
	padding: 0 15px 0 45px;
	line-height: 20px;
}
@media (max-width: 991px) {
	.screen-callback__after-title {
		margin-bottom: 10px;
		padding: 0;
	}
}
.screen-callback__image {
	margin-top: -70px;
}
@media (max-width: 1199px) {
	.screen-callback__image {
		margin-top: 0;
	}
}
.screen-callback__image img {
	position: relative;
	left: -40px;
	max-width: 107%;
}

.callback__form {
	padding: 0 15px 0 45px;
}
@media (max-width: 991px) {
	.callback__form {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.callback__form {
		max-width: 420px;
		margin: 0 auto;
	}
}

.screen-promo {
	padding: 60px 0;
}
@media (max-width: 767px) {
	.screen-promo__slider {
		margin-bottom: 20px;
	}
}

.promo-slider {
	position: relative;
}
.promo-slider:before,
.promo-slider:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 25vw;
	background: #f9f9f9;
	opacity: 0.9;
	z-index: 1;
}
.promo-slider:before {
	right: 100%;
}
.promo-slider:after {
	left: 100%;
}
.promo-slider .slick-list {
	overflow: visible;
}
.promo-slider .slick-track {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
@media (max-width: 620px) {
	.promo-slider .slick-track {
		display: block;
	}
}
.promo-slider .slide-arrow {
	position: absolute;
	top: -85px;
	min-width: auto;
	width: 50px;
	padding: 12px 0;
	line-height: 0;
}
.promo-slider .slide-arrow_prev {
	right: 75px;
}
.promo-slider .slide-arrow_next {
	right: 15px;
}
@media (max-width: 767px) {
	.promo-slider .slide-arrow {
		top: auto;
		bottom: -60px;
	}
}
.promo-slider__item {
	height: auto;
	padding: 5px 15px;
	outline: none;
}
.promo-slider__item > .flex {
	height: 100%;
}
@media (max-width: 620px) {
	.promo-slider__item > .flex {
		height: auto;
	}
}
.promo-slider__item .button {
	margin: 15px auto 0;
}
.promo-slider__image {
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 25px;
}
@media (max-width: 991px) {
	.promo-slider__image {
		margin-bottom: 15px;
	}
}
.promo-slider__image img {
	width: 100%;
}
.promo-slider__title {
	width: 100%;
	margin-bottom: 15px;
	padding: 0 15px;
	font: 700 20px/22px 'Myriad Pro Bold', sans-serif;
	text-transform: uppercase;
	text-align: center;
}
@media (max-width: 991px) {
	.promo-slider__title {
		padding: 0;
		font-size: 16px;
		line-height: 20px;
	}
}
.promo-slider__descr {
	width: 100%;
	padding: 0 30px;
	flex-grow: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	text-align: center;
}
@media (max-width: 991px) {
	.promo-slider__descr {
		padding: 0;
	}
}
@media (max-width: 620px) {
	.promo-slider__descr {
		flex-grow: 0;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
	}
}
.promo-slider__descr p,
.promo-slider__descr ul,
.promo-slider__descr ol {
	margin: 0;
}

.screen-news {
	padding: 60px 0;
}
@media (max-width: 767px) {
	.screen-news__slider {
		margin-bottom: 20px;
	}
}

.news-slider {
	position: relative;
}
.news-slider:before,
.news-slider:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 25vw;
	background: #f9f9f9;
	opacity: 0.9;
	z-index: 1;
}
.news-slider:before {
	right: 100%;
}
.news-slider:after {
	left: 100%;
}
.news-slider .slick-list {
	overflow: visible;
}
.news-slider .slick-track {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
}
.news-slider .slide-arrow {
	position: absolute;
	top: -85px;
	min-width: auto;
	width: 50px;
	padding: 12px 0;
	line-height: 0;
}
.news-slider .slide-arrow_prev {
	right: 75px;
}
.news-slider .slide-arrow_next {
	right: 15px;
}
@media (max-width: 767px) {
	.news-slider .slide-arrow {
		top: auto;
		bottom: -60px;
	}
}
.news-slider__item {
	height: auto;
	padding: 5px 15px;
	outline: none;
}
.news-slider__item > .flex {
	height: 100%;
}
.news-slider__image {
	width: 100%;
	position: relative;
	display: block;
	margin-bottom: 0;
}
.news-slider__image img {
	width: 100%;
}
.news-slider__date {
	width: 100%;
	margin-bottom: 25px;
	font-size: 16px;
}
@media (max-width: 991px) {
	.news-slider__date {
		margin-bottom: 15px;
		font-size: 14px;
	}
}
.news-slider__date span {
	padding: 0 10px;
	background: #68cef8;
	color: #fff;
}
.news-slider__title {
	width: 100%;
	margin-bottom: 0;
	padding: 0 15px;
	font: 700 20px/25px 'Myriad Pro Bold', sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.2px;
}
@media (max-width: 991px) {
	.news-slider__title {
		padding: 0;
		font-size: 16px;
		line-height: 22px;
	}
}
.news-slider__descr {
	width: 100%;
	height: 24px;
	padding: 0 15px;
	text-align: center;
	letter-spacing: 0.5px;
	overflow: hidden;
	pointer-events: none;
	-webkit-transition: height 0.5s ease;
	-moz-transition: height 0.5s ease;
	-o-transition: height 0.5s ease;
	-ms-transition: height 0.5s ease;
	transition: height 0.5s ease;
}
@media (max-width: 991px) {
	.news-slider__descr {
		height: 48px;
		padding: 0;
	}
}
.news-slider__descr.collapsed {
	height: 168px;
	pointer-events: auto;
}
.news-slider__descr p,
.news-slider__descr ul,
.news-slider__descr ol {
	margin: 0;
}
.news-slider__descr .baron__bar {
	height: 24px !important;
}
.news-slider__descr .baron__scroller {
	text-align: center;
}
.news-slider__button {
	margin-top: 20px;
	text-align: right;
}
@media (max-width: 991px) {
	.news-slider__button {
		margin-top: 10px;
	}
}
.news-slider__button .button {
	display: inline-block;
}
.news-slider__button .button:focus {
	color: #68cef8;
}

.screen-certificate {
	padding: 60px 0 100px;
	background: #191919 url('../img/bg-screen-certificate.jpg') no-repeat center;
	background-size: cover;
}
@media (max-width: 767px) {
	.screen-certificate {
		padding: 60px 0 130px;
	}
}
.screen-certificate__title {
	margin-bottom: 30px;
	color: #fff;
}
@media (max-width: 767px) {
	.screen-certificate__title {
		margin-bottom: 10px;
	}
}
.screen-certificate__title:before {
	background: #fff;
}
@media (max-width: 767px) {
	.screen-certificate__slider .slick-list {
		overflow: visible;
	}
}
.screen-certificate__slider .slick-list:before,
.screen-certificate__slider .slick-list:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 60px;
	z-index: 1;
}
.screen-certificate__slider .slick-list:before {
	left: 0;
}
.screen-certificate__slider .slick-list:after {
	right: 0;
}
.screen-certificate__slider .button_slide {
	border-color: #68cef8;
}
.screen-certificate__slider .button_slide svg path {
	fill: #68cef8 !important;
	stroke: #68cef8 !important;
}
.screen-certificate__slider .button_slide:hover svg path {
	fill: #fff !important;
	stroke: #fff !important;
}
.screen-certificate + .screen-reviews {
	position: relative;
	margin-top: -76px;
	z-index: 0;
}

.certificate-slider {
	position: relative;
	padding: 0 15px;
}
.certificate-slider .slide-arrow {
	position: absolute;
	top: -70px;
	min-width: auto;
	width: 50px;
	padding: 12px 0;
	line-height: 0;
}
.certificate-slider .slide-arrow_prev {
	right: 75px;
}
.certificate-slider .slide-arrow_next {
	right: 15px;
}
@media (max-width: 767px) {
	.certificate-slider .slide-arrow {
		top: auto;
		bottom: -30px;
	}
}
.certificate-slider__item {
	padding: 15px 15px 45px;
	outline: none;
}
.certificate-slider__item:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.certificate-slider__image {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
}
.certificate-slider__image img {
	width: 100%;
	box-shadow: 15px 15px 14px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.screen-reviews {
	position: relative;
	padding: 60px 0;
}
.screen-reviews .container {
	position: relative;
}
@media (max-width: 767px) {
	.screen-reviews__slider {
		margin-bottom: 20px;
	}
}
.screen-reviews .back-text {
	top: -75px;
	left: 55%;
	font-size: 124px;
	line-height: 124px;
	letter-spacing: 3px;
	color: #191919;
	white-space: nowrap;
	opacity: 0.07;
}
@media (max-width: 1199px) {
	.screen-reviews .back-text {
		top: -35px;
		font-size: 100px;
		line-height: 100px;
	}
}
@media (max-width: 991px) {
	.screen-reviews .back-text {
		top: -55px;
		font-size: 75px;
		line-height: 75px;
	}
}
.screen-reviews .row {
	position: relative;
}
.screen-reviews .row:before {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	top: -60px;
	bottom: -60px;
	display: block;
	background: #68cef8 url('../img/bg-screen-reviews.jpg') no-repeat center -25px;
	background-size: cover;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
	z-index: -1;
}

.reviews-slider {
	position: relative;
}
.reviews-slider:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	display: block;
	width: 1px;
	background: #191919;
}
@media (max-width: 991px) {
	.reviews-slider:before {
		display: none;
	}
}
.reviews-slider .slide-arrow {
	position: absolute;
	top: -85px;
	min-width: auto;
	width: 50px;
	padding: 12px 0;
	line-height: 0;
}
.reviews-slider .slide-arrow:hover {
	border-color: #191919;
	background: #191919;
}
.reviews-slider .slide-arrow:hover svg path {
	fill: #fff !important;
	stroke: #fff !important;
}
.reviews-slider .slide-arrow_prev {
	left: calc(50% - 51px);
}
.reviews-slider .slide-arrow_next {
	left: calc(50% + 1px);
}
@media (max-width: 767px) {
	.reviews-slider .slide-arrow {
		top: auto;
		bottom: -60px;
	}
}
.reviews-slider__item {
	position: relative;
	height: auto;
	padding: 0 125px 10px;
	outline: none;
	text-align: center;
}
@media (max-width: 1199px) {
	.reviews-slider__item {
		padding: 0 85px 10px;
	}
}
@media (max-width: 479px) {
	.reviews-slider__item {
		padding: 0 30px 10px;
	}
}
.reviews-slider__title {
	width: 100%;
	margin-bottom: 5px;
	font: 700 20px/20px 'Myriad Pro Bold', sans-serif;
}
.reviews-slider__date {
	position: relative;
	width: 100%;
	margin-bottom: 35px;
	font-size: 14px;
	line-height: 20px;
}
.reviews-slider__date:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 50px;
	height: 1px;
	background: #2e4954;
}
.reviews-slider__descr {
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.reviews-slider__descr:before,
.reviews-slider__descr:after {
	content: '';
	position: absolute;
	display: block;
	width: 22px;
	height: 17px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
@media (max-width: 479px) {
	.reviews-slider__descr:before,
	.reviews-slider__descr:after {
		display: none;
	}
}
.reviews-slider__descr:before {
	background-image: url('../img/quot-top.png');
	left: -45px;
	top: -10px;
}
.reviews-slider__descr:after {
	background-image: url('../img/quot-bottom.png');
	right: -45px;
	bottom: -10px;
}
.reviews-slider__descr p,
.reviews-slider__descr ul,
.reviews-slider__descr ol {
	margin: 0;
}

.screen-faq {
	padding: 80px 0 30px;
}
@media (max-width: 767px) {
	.screen-faq__title {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.screen-faq__slider {
		margin-bottom: 20px;
	}
}

.faq-slider {
	position: relative;
}
.faq-slider:before,
.faq-slider:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	width: 25vw;
	background: #f9f9f9;
	opacity: 0.9;
	z-index: 1;
}
.faq-slider:before {
	right: 100%;
}
.faq-slider:after {
	left: 100%;
}
.faq-slider .slick-list {
	overflow: visible;
}
.faq-slider .slide-arrow {
	position: absolute;
	top: -90px;
	min-width: auto;
	width: 50px;
	padding: 12px 0;
	line-height: 0;
}
.faq-slider .slide-arrow_prev {
	right: 75px;
}
.faq-slider .slide-arrow_next {
	right: 15px;
}
@media (max-width: 767px) {
	.faq-slider .slide-arrow {
		top: auto;
		bottom: -60px;
	}
}
.faq-slider__item {
	position: relative;
	height: auto;
	padding: 5px 5px 10px;
	outline: none;
}
@media (max-width: 767px) {
	.faq-slider__item {
		padding: 0 15px;
	}
}
.faq-slider__item-wrapper {
	padding: 35px 55px;
	background: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1199px) {
	.faq-slider__item-wrapper {
		padding: 25px 25px;
	}
}
@media (max-width: 1199px) {
	.faq-slider__header {
		margin-bottom: 10px;
	}
}
.faq-slider__title {
	width: 100%;
	font: 700 25px/27px 'Myriad Pro Bold', sans-serif;
	color: #68cef8;
	text-transform: uppercase;
}
.faq-slider__image {
	position: relative;
	width: 90px;
	height: 60px;
	margin-right: -35px;
}
@media (max-width: 1199px) {
	.faq-slider__image {
		width: 70px;
		height: 40px;
		margin-right: -20px;
	}
}
.faq-slider__image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
}
.faq-slider__descr {
	position: relative;
	width: 100%;
	height: 96px;
	padding-left: 70px;
	overflow: hidden;
}
@media (max-width: 479px) {
	.faq-slider__descr {
		padding-left: 40px;
	}
}
.faq-slider__descr p,
.faq-slider__descr ul,
.faq-slider__descr ol {
	margin: 0;
}
.faq-slider__descr ul {
	padding-left: 35px;
	list-style-image: url('../img/dot-ul.svg');
}
.faq-slider__descr:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	display: block;
	width: 45px;
	height: 3px;
	background: #68cef8;
}
@media (max-width: 479px) {
	.faq-slider__descr:before {
		width: 30px;
		height: 2px;
	}
}
.faq-slider__descr .baron__bar {
	height: 24px !important;
}

.screen-partners {
	padding: 40px 0;
}
@media (max-width: 767px) {
	.screen-partners__slider {
		margin-bottom: 20px;
	}
}

.partners-slider {
	position: relative;
}
.partners-slider .slick-list {
	overflow: visible;
}
.partners-slider .slick-track {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}
.partners-slider .slide-arrow {
	position: absolute;
	top: -90px;
	min-width: auto;
	width: 50px;
	padding: 12px 0;
	line-height: 0;
}
.partners-slider .slide-arrow_prev {
	right: 75px;
}
.partners-slider .slide-arrow_next {
	right: 15px;
}
@media (max-width: 767px) {
	.partners-slider .slide-arrow {
		top: auto;
		bottom: -60px;
	}
}
.partners-slider__item {
	height: auto;
	padding: 0 30px;
	outline: none;
}
.partners-slider__item img {
	width: auto;
	max-width: 100%;
}

.screen-team {
	position: relative;
	padding: 30px 0;
}
.screen-team .container {
	position: relative;
}
.screen-team__title {
	margin-bottom: 55px;
}
@media (max-width: 767px) {
	.screen-team__title {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	.screen-team__slider {
		margin-bottom: 20px;
	}
}
.screen-team .back-text {
	top: -15px;
	left: 55%;
	font-size: 108px;
	line-height: 108px;
	letter-spacing: 3px;
	color: #d0d0d0;
	white-space: nowrap;
}
@media (max-width: 1199px) {
	.screen-team .back-text {
		top: -5px;
		font-size: 88px;
		line-height: 88px;
	}
}

.team-slider {
	position: relative;
	padding: 0 15px;
}
.team-slider .slide-arrow {
	position: absolute;
	top: -90px;
	min-width: auto;
	width: 50px;
	padding: 12px 0;
	line-height: 0;
}
.team-slider .slide-arrow_prev {
	right: 90px;
}
.team-slider .slide-arrow_next {
	right: 30px;
}
@media (max-width: 767px) {
	.team-slider .slide-arrow {
		top: auto;
		bottom: -60px;
	}
}
.team-slider__item {
	padding: 0 15px;
	text-align: center;
	outline: none;
}
.team-slider__image {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 20px;
}
.team-slider__image img {
	width: 100%;
}
.team-slider__title {
	margin-bottom: 5px;
	font: 700 16px/18px 'Myriad Pro Black', sans-serif;
	color: #191919;
	text-transform: uppercase;
}
.team-slider__descr {
	line-height: 18px;
}

.screen-seo {
	padding: 30px 0;
}
@media (max-width: 991px) {
	.screen-seo {
		padding: 30px 0 0;
	}
}
.screen-seo .container {
	position: relative;
}
.screen-seo .container:before {
	content: url('../img/bg-screen-seo.png');
	position: absolute;
	left: -500px;
	bottom: -50px;
	z-index: -1;
}
@media (max-width: 767px) {
	.screen-seo .container:before {
		display: none;
	}
}
.screen-seo .container:after {
	content: url('../img/bg-screen-seo-round.png');
	position: absolute;
	right: -1080px;
	bottom: -250px;
	z-index: -1;
}
@media (max-width: 767px) {
	.screen-seo .container:after {
		display: none;
	}
}

.seo__item {
	margin-bottom: 30px;
}
.seo__item-wrapper {
	padding: 35px 25px;
	background: #fff;
	box-shadow: 6px 6px 7px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
	.seo__item-wrapper {
		padding: 25px 15px;
	}
}
.seo__item_title {
	position: relative;
	margin-bottom: 50px;
	padding-left: 100px;
	font: 700 35px/40px 'Myriad Pro Bold', sans-serif;
	text-transform: uppercase;
}
@media (max-width: 1199px) {
	.seo__item_title {
		margin-bottom: 25px;
		padding-left: 70px;
		font-size: 30px;
		line-height: 36px;
	}
}
@media (max-width: 767px) {
	.seo__item_title {
		margin-bottom: 15px;
		padding-left: 35px;
		font-size: 24px;
		line-height: 28px;
	}
}
.seo__item_title:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	display: block;
	width: 70px;
	height: 13px;
	background: url('../img/seo__item_title-before.png') no-repeat center;
	background-size: contain;
}
@media (max-width: 1199px) {
	.seo__item_title:before {
		top: 12px;
		width: 60px;
	}
}
@media (max-width: 767px) {
	.seo__item_title:before {
		top: 7px;
		width: 30px;
		background-position: center;
		background-size: contain;
	}
}
.seo__item_descr {
	height: 250px;
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 0.5px;
	text-align: justify;
}
@media (max-width: 1199px) {
	.seo__item_descr {
		height: 200px;
	}
}
.seo__item_descr p,
.seo__item_descr ul,
.seo__item_descr ol {
	margin: 0;
}

.screen-contact {
	position: relative;
	min-height: 480px;
}
@media (max-width: 991px) {
	.screen-contact {
		background: #68cef8;
		min-height: 300px;
		margin: 30px 0 0;
	}
}
.screen-contact__map {
	position: absolute;
	left: 0;
	right: 0;
	top: 25px;
	bottom: 0;
}
@media (max-width: 991px) {
	.screen-contact__map {
		position: relative;
		top: auto;
		height: 300px;
	}
}
@media (max-width: 767px) {
	.screen-contact__title {
		margin-left: -15px;
		margin-right: -15px;
	}
}
.screen-contact .back-text {
	top: 35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 86px;
	line-height: 100px;
	letter-spacing: 3px;
	color: #191919;
	opacity: 0.07;
}
@media (max-width: 991px) {
	.screen-contact .back-text {
		top: 20px;
		font-size: 76px;
		line-height: 80px;
	}
}
@media (max-width: 479px) {
	.screen-contact .back-text {
		top: 30px;
		font-size: 56px;
		line-height: 60px;
	}
}

.contact__wrapper {
	position: relative;
	padding: 80px 40px;
	background: #68cef8;
}
@media (max-width: 991px) {
	.contact__wrapper {
		padding: 50px 25px;
	}
}
@media (max-width: 479px) {
	.contact__wrapper {
		padding: 50px 0;
	}
}
.contact__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact__list-item {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	margin-bottom: 20px;
}
.contact__list-item:last-child {
	margin-bottom: 0;
}
.contact__list-item-image {
	position: relative;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 4px 4px 12px 3px rgba(0, 0, 0, 0.15);
}
.contact__list-item-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}
.contact__list-item-text {
	width: calc(100% - 42px);
	padding-left: 20px;
	font-size: 16px;
}
.contact__list-item-text a {
	color: #191919;
}
.screen-about__image_about-page {
	margin-top: -40px;
}

.screen-about__content_about-page .back-text {
	right: -405px;
	top: 20%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 288px;
	line-height: 288px;
	letter-spacing: 30px;
	white-space: nowrap;
}
@media (max-width: 1199px) {
	.screen-about__content_about-page .back-text {
		font-size: 208px;
		line-height: 208px;
	}
}
@media (max-width: 991px) {
	.screen-about__content_about-page .back-text {
		font-size: 178px;
		line-height: 178px;
	}
}

.screen-about__dopcontent {
	margin-bottom: 70px;
}

.screen-advantage_about-page {
	background-image: url('../img/bg-screen-advantage-about.jpg');
}
.screen-advantage_about-page .title {
	color: #191919;
}
.screen-advantage_about-page .afvantage:after {
	border-color: #59a6c6;
}
.screen-advantage_about-page .advantage__item_descr {
	color: #191919;
}
.screen-advantage_about-page .advantage__item_image {
	background: #fff;
}
.screen-advantage_about-page .advantage__item_image:before {
	background: #68cef8;
}
.screen-advantage_about-page .advantage__item_image:after {
	background: url('../img/advantage-after-blue.png') no-repeat center;
}

.screen-video_about-page {
	padding-bottom: 80px;
}

.screen-ourprogress_about-page {
	background-image: url('../img/bg-screen-progress-about.jpg');
}

.screen-office {
	position: relative;
	padding: 60px 0;
}
.screen-office .back-text {
	top: -10px;
	left: -18%;
	font-size: 170px;
	line-height: 170px;
	letter-spacing: 3px;
	color: #d0d0d0;
	white-space: nowrap;
}
@media (max-width: 1199px) {
	.screen-office .back-text {
		top: -5px;
		font-size: 128px;
		line-height: 128px;
	}
}

.office-slider {
	position: relative;
}
.office-slider:before,
.office-slider:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	display: none;
	width: 25vw;
	background: #f9f9f9;
	opacity: 0.9;
	z-index: 1;
}
.office-slider:before {
	right: 100%;
}
.office-slider:after {
	left: 100%;
}
.office-slider .slide-arrow {
	position: absolute;
	top: -90px;
	min-width: auto;
	width: 50px;
	padding: 12px 0;
	line-height: 0;
}
.office-slider .slide-arrow_prev {
	right: 75px;
}
.office-slider .slide-arrow_next {
	right: 15px;
}
@media (max-width: 767px) {
	.office-slider .slide-arrow {
		top: auto;
		bottom: -50px;
	}
}
.office-slider__item {
	display: flex !important;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	outline: none !important;
	height: 472px;
}
@media (max-width: 1199px) {
	.office-slider__item {
		height: 392px;
	}
}
@media (max-width: 991px) {
	.office-slider__item {
		height: 304px;
	}
}
@media (max-width: 767px) {
	.office-slider__item {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
		height: auto;
	}
}
.office-slider__image {
	position: relative;
	float: left;
	display: block;
	margin: 15px;
	margin: 1.25%;
}
.office-slider__image:nth-child(1) {
	width: 64.1%;
	order: 1;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 1;
	-ms-flex-order: 1;
}
@media (max-width: 767px) {
	.office-slider__image:nth-child(1) {
		width: 100%;
	}
}
.office-slider__image:nth-child(2) {
	width: 30.85%;
	order: 2;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 2;
	-ms-flex-order: 2;
}
@media (max-width: 767px) {
	.office-slider__image:nth-child(2) {
		width: calc(50% - 2.5%);
		margin-top: 0;
	}
}
.office-slider__image:nth-child(3) {
	width: 30.85%;
	margin-top: 0;
	order: 3;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 3;
	-ms-flex-order: 3;
}
@media (max-width: 767px) {
	.office-slider__image:nth-child(3) {
		width: calc(50% - 2.5%);
		margin-top: 0;
	}
}
.office-slider__image img {
	width: 100%;
}
.office-slider__image:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	-ms-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
	display: block;
	background: #68cef8;
	opacity: 0;
}
.office-slider__image:after {
	content: url('../img/icon-zoom.png');
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(2);
	-moz-transform: translate(-50%, -50%) scale(2);
	-o-transform: translate(-50%, -50%) scale(2);
	-ms-transform: translate(-50%, -50%) scale(2);
	transform: translate(-50%, -50%) scale(2);
	-webkit-transition: all 0.3s 0s ease;
	-moz-transition: all 0.3s 0s ease;
	-o-transition: all 0.3s 0s ease;
	-ms-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
	display: block;
	opacity: 0;
}
.office-slider__image:hover:before {
	opacity: 0.6;
}
.office-slider__image:hover:after {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.contact-page {
	padding-bottom: 10px;
}
.contact-page__wrapper {
	position: relative;
	padding: 0;
}
.contact-page__list {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}
.contact-page__list-item {
	margin: 15px 0;
	text-align: center;
}
.contact-page__list-item-image {
	position: relative;
	width: 42px;
	height: 42px;
	margin: 0 auto;
	border-radius: 50%;
	background: #fff;
	box-shadow: 4px 4px 12px 3px rgba(0, 0, 0, 0.15);
}
.contact-page__list-item-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 80%;
	max-height: 80%;
}
.contact-page__list-item-text {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
}
.contact-page__list-item-text a {
	color: #191919;
}
.contact-page .back-text {
	top: -20px;
	left: 80%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 204px;
	line-height: 204px;
	letter-spacing: 3px;
	color: #191919;
	opacity: 0.05;
}
@media (max-width: 991px) {
	.contact-page .back-text {
		font-size: 145px;
		line-height: 145px;
	}
}
@media (max-width: 479px) {
	.contact-page .back-text {
		font-size: 100px;
		line-height: 100px;
	}
}

.screen-blog {
	padding-bottom: 20px;
}

.blog__item {
	width: 100%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	outline: none;
}
.blog__item > .flex {
	height: 100%;
}
.blog__image {
	position: relative;
	display: block;
	margin-bottom: 0;
}
.blog__image img {
	width: 100%;
}
.blog__date {
	width: 100%;
	margin-bottom: 35px;
	font-size: 16px;
}
@media (max-width: 1199px) {
	.blog__date {
		margin-bottom: 15px;
	}
}
@media (max-width: 991px) {
	.blog__date {
		margin-bottom: 15px;
		font-size: 14px;
	}
}
.blog__date span {
	padding: 3px 10px 0;
	background: #68cef8;
	color: #fff;
}
.blog__title {
	width: 100%;
	margin-bottom: 30px;
	font: 700 20px/25px 'Myriad Pro Bold', sans-serif;
	color: #191919 !important;
	text-transform: uppercase;
	letter-spacing: 1.2px;
}
@media (max-width: 1199px) {
	.blog__title {
		margin-bottom: 15px;
	}
}
@media (max-width: 991px) {
	.blog__title {
		font-size: 16px;
		line-height: 22px;
	}
}
.blog__descr {
	width: 100%;
	height: 72px;
	overflow: hidden;
	letter-spacing: 0.5px;
}
@media (max-width: 991px) {
	.blog__descr {
		height: 48px;
	}
}
.blog__descr p,
.blog__descr ul,
.blog__descr ol {
	margin: 0;
}
.blog__button {
	margin-top: 30px;
}
@media (max-width: 991px) {
	.blog__button {
		margin-top: 15px;
	}
}
@media (max-width: 767px) {
	.blog__button {
		margin-top: 0;
	}
}
.blog__button .button {
	display: inline-block;
}
.blog__button .button:focus {
	color: #68cef8;
}

.screen-content {
	padding-bottom: 35px;
}

.content {
	position: relative;
	z-index: 2;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-family: 'Myriad Pro Bold', sans-serif;
	font-weight: 700;
	clear: both;
}
.content h1,
.content h2,
.content h3 {
	margin-top: 25px;
	margin-bottom: 25px;
}
@media (max-width: 991px) {
	.content h1,
	.content h2,
	.content h3 {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
.content h4,
.content h5,
.content h6 {
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.content h4,
	.content h5,
	.content h6 {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}
.content h1 {
	font-size: 22px;
	line-height: 22px;
}
.content h2 {
	font-size: 20px;
	line-height: 20px;
}
.content h3 {
	font-size: 17px;
	line-height: 17px;
}
.content h4 {
	font-size: 15px;
	line-height: 15px;
}
.content h5 {
	font-size: 14px;
	line-height: 14px;
}
.content h6 {
	font-size: 12px;
	line-height: 12px;
}
.content p {
	margin-top: 15px;
	margin-bottom: 15px;
}
.content ul,
.content ol {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 0;
	list-style-position: inside;
}
.content ul {
	list-style-image: url('../img/list-disk.png');
}
.content a {
	font-weight: 500;
	color: #68cef8 !important;
	text-decoration: underline;
}
.content a:hover {
	text-decoration: none;
}
.content strong,
.content b {
	font-family: 'Myriad Pro Bold', sans-serif;
	font-weight: 700;
}
.content img {
	max-width: 100% !important;
	height: auto !important;
}
.content table {
	max-width: 100%;
}
.content table tr {
	background: #fff;
}
.content table tr td {
	padding: 9px 20px 5px;
	border: 2px solid #191919;
	font-size: 15px;
	color: #191919;
	text-align: center;
}
@media (max-width: 991px) {
	.content table tr td {
		font-size: 13px;
	}
}
.content table tr:first-child {
	background: #68cef8;
	border-left: 2px solid #191919;
	border-top: 2px solid #191919;
	border-right: 2px solid #191919;
	font-family: 'Myriad Pro Semibold', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
}
@media (max-width: 991px) {
	.content table tr:first-child {
		font-size: 13px;
	}
}
.content table tr:first-child td {
	border: none;
	color: #fff;
}
.content table tr:first-child td + td {
	border-left: 2px solid #191919;
}
.content__date {
	width: 100%;
	margin: 5px 0;
	font-size: 17px;
	line-height: 25px;
}
@media (max-width: 991px) {
	.content__date {
		font-size: 14px;
		line-height: 20px;
	}
}
.content__date span {
	padding: 6px 10px 3px;
	background: #68cef8;
	color: #fff;
}

.catalog {
	padding: 0 0 25px;
}
@media (max-width: 767px) {
	.catalog {
		padding: 0 0 15px;
	}
}
.catalog__product .product-slider__item {
	margin: 30px 0;
	padding: 0 15px;
}
@media (max-width: 767px) {
	.catalog__product .product-slider__item {
		margin: 15px 0;
	}
}

.filter__toggle {
	padding: 5px 15px;
	background: #68cef8;
	font: 600 16px/20px 'Myriad Pro Semibold', sans-serif;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
}
@media screen and (min-width: 992px) {
	.filter__form {
		display: block !important;
	}
}
@media (max-width: 991px) {
	.filter__form {
		display: none;
	}
}
.filter__row {
	width: 100%;
}
.filter__item {
	margin: 9.5px 15px;
}
.filter__item label {
	margin: 3px 10px 0 0;
	font-family: 'Myriad Pro Bold', sans-serif;
	color: #383838;
	white-space: nowrap;
}
.filter__item input {
	padding: 7px 20px 5px 20px;
	border-radius: 0;
	background: #fff;
	border: 1px solid #e8e8e8;
	font: 400 12px/16px 'Myriad Pro Regular', sans-serif;
	color: #383838;
}
.filter__item input:focus {
	outline: none;
}

.screen-card {
	padding: 20px 0 60px;
}
.screen-card .title {
	padding: 0;
	text-align: left;
}
@media (max-width: 991px) {
	.screen-card .title {
		padding: 0 15px;
	}
}
.screen-card .title span {
	padding-left: 110px;
}
@media (max-width: 767px) {
	.screen-card .title span {
		padding-left: 50px;
	}
}
.screen-card .title span:before {
	left: 0;
}
.screen-card__left {
	padding-right: 0;
}
@media (max-width: 991px) {
	.screen-card__left {
		padding-right: 15px;
	}
}
.screen-card__right {
	padding-top: 5px;
	padding-left: 55px;
}
@media (max-width: 991px) {
	.screen-card__right {
		padding-top: 0;
		padding-left: 15px;
	}
}
.screen-card + .screen-product {
	margin-top: -60px;
}

.card-slider {
	margin-bottom: 20px;
}
.card-slider__item {
	display: block;
	outline: none;
}
.card-slider__item img {
	width: 100%;
}
.card-thumb {
	margin-bottom: 20px;
	padding: 0 50px;
}
.card-thumb__item {
	padding: 0 9px;
	outline: none;
}
.card-thumb__item img {
	width: 100%;
}
.card-thumb .slide-arrow {
	position: absolute;
	top: 50%;
	min-width: auto;
	width: 50px;
	margin-top: -25px;
	padding: 12px 0;
	line-height: 0;
}
.card-thumb .slide-arrow_prev {
	left: 0;
}
.card-thumb .slide-arrow_next {
	right: 0;
}
.card-content p,
.card-content ul,
.card-content ol {
	margin: 0;
}
.card-price {
	margin-bottom: 25px;
	font: 700 25px/30px 'Myriad Pro Bold', sans-serif;
	text-align: right;
	color: #68cef8;
}
.card-button {
	float: right;
}

.card-characteristic__title {
	margin-bottom: 15px;
	font: 700 20px/24px 'Myriad Pro Bold', sans-serif;
	text-transform: uppercase;
}
.card-characteristic__list {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	color: #383838;
}
.card-characteristic__list li {
	position: relative;
	padding: 8px 0;
}
.card-characteristic__list li:after {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
	display: block;
	border-bottom: 1px solid #e8e8e8;
}
.card-characteristic__list li:last-of-type:after {
	border-bottom: none;
}

.characteristic__title {
	max-width: 50%;
	padding: 0 15px;
	font: 700 16px/24px 'Myriad Pro Bold', sans-serif;
}
.characteristic__descr {
	max-width: 50%;
	padding: 0 15px;
	text-align: right;
}

.custom-select-wrapper {
	position: relative;
	display: block;
	width: 100%;
	user-select: none;
}

.custom-select-wrapper select {
	display: none !important;
	font: 400 12px/14px 'Myriad Pro Regular', sans-serif;
	color: #191919;
}

.custom-select {
	position: relative;
	display: block;
	width: 100%;
}

.custom-select-trigger {
	position: relative;
	display: block;
	width: 100%;
	padding: 7px 30px 5px 20px;
	border-radius: 0;
	background: #fff;
	border: 1px solid #e8e8e8;
	font: 400 12px/16px 'Myriad Pro Regular', sans-serif;
	color: #383838;
	text-align: right;
	cursor: pointer;
}

.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 18px;
	height: 30px;
	top: -1px;
	right: -1px;
	background: #68cef8 url('../img/select-arrow.png') no-repeat center;
	transform: rotateX(0deg);
	transition: all 0s ease-in-out;
	transform-origin: 50% 50%;
}

.custom-select.opened .custom-select-trigger:after {
	transform: rotateX(180deg);
}

.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	width: fit-content;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	height: 106px;
	margin: -1px 0 0;
	border: 1px solid #e8e8e8;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
	background: #fff;
	transition: all 0.4s ease-in-out;
	z-index: 123;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}
.custom-options .baron__scroller {
	width: auto !important;
	min-width: auto !important;
	max-width: none !important;
}

.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}

.custom-option {
	position: relative;
	display: inline-block;
	min-width: 100%;
	margin: 0 !important;
	padding: 5px 20px 5px 20px;
	font: 400 12px/16px 'Myriad Pro Regular', sans-serif;
	color: #383838;
	white-space: nowrap;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
}

.custom-option:last-of-type {
	border-bottom: 0;
}

.custom-option.selection {
	font-family: 'Myriad Pro Semibold', sans-serif;
	font-weight: 600;
	color: #191919;
}

.modal-cart .modal-dialog {
	width: 90%;
	max-width: 750px;
}
@media (max-width: 991px) {
	.modal-cart .modal-dialog .close {
		top: 0;
		right: 0;
		background-image: url('../img/close-dark.png');
	}
}
.modal-cart .modal-content {
	padding: 45px 30px 55px;
	background-position: -275px 360px;
}
@media (max-width: 767px) {
	.modal-cart .modal-content {
		padding: 25px 15px;
	}
}

.form-group {
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
}

.btn-wrap {
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
}

.cart__item {
	position: relative;
	margin-bottom: 40px;
}
@media (max-width: 767px) {
	.cart__item {
		flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
}
.cart__item-count {
	width: 50%;
	padding-right: 20px;
}
@media (max-width: 767px) {
	.cart__item-count {
		width: 100%;
		padding-right: 0;
	}
}
.cart__item-sum {
	width: 50%;
	padding-right: 20px;
}
@media (max-width: 767px) {
	.cart__item-sum {
		width: 100%;
		padding-right: 0;
	}
}
.cart__item-sum .price {
	font-size: 18px;
	color: #68cef8;
}
.cart__info {
	width: calc(100% - (129px + 26px));
	padding: 15px 20px;
}
@media (max-width: 767px) {
	.cart__info {
		width: 100%;
		padding: 10px 0;
	}
}
.cart__image {
	width: 129px;
	height: 88px;
	overflow: hidden;
}
.cart__image img {
	width: 100%;
}
.cart__title {
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
}
.cart__dismiss {
	width: 26px;
	height: 26px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 26px;
	outline: none;
	box-shadow: none;
	align-self: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
}
.cart__dismiss:hover {
	opacity: 0.5;
}
@media (max-width: 767px) {
	.cart__dismiss {
		position: absolute;
		top: 0;
		right: 0;
	}
}
.cart__total {
	margin-bottom: 60px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}
.cart__total .price {
	font: 700 25px/24px 'Myriad Pro Bold', sans-serif;
	color: #68cef8;
}
.cart__total .price b,
.cart__total .price strong {
	font-size: 25px;
}
.cart .minus {
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	background: url('../img/cart-minus.png');
}
.cart .minus:hover {
	opacity: 0.5;
}
.cart .plus {
	width: 22px;
	height: 22px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	background: url('../img/cart-plus.png');
}
.cart .plus:hover {
	opacity: 0.5;
}
.cart input[name='count'] {
	width: 20px;
	padding: 0;
	margin: 0 5px;
	background: #fff;
	border: 1px solid transparent;
	box-shadow: none;
	outline: none;
	font-size: 16px;
	text-align: center;
}
.cart input[name='count']:focus {
	border-color: #68cef8;
}

/*# sourceMappingURL=style.css.map */

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

button.img-btn {
	min-width: auto;
	width: 100%;
	padding: 5px 40px;
	border-color: #191919;
	font-size: 14px;
	color: #191919;
	background-color: transparent;
}

button.img-btn:hover {
	background: #68cef8;
	color: #fff;
	text-decoration: none;
}

.loaderArea {
	background: linear-gradient(90deg, #68cdf7 10%, #191919 90%);
	overflow: hidden;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
}

.loader {
	height: 40px;
	width: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 50%;
	margin-top: -20px;
}

.loader:before,
.loader:after {
	content: '';
	height: 40px;
	width: 40px;
	border: 8px solid rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	position: absolute;
	top: 0;
}

.loader:before {
	animation: animate 2s infinite linear;
}

@keyframes animate {
	0% {
		transform: rotate(0) skew(0);
	}

	100% {
		transform: rotate(180deg) skew(360deg);
	}
}

.loader:after {
	animation: animate2 2s infinite linear;
}

@keyframes animate2 {
	0% {
		transform: rotate(0) skew(0);
	}

	100% {
		transform: rotate(-180deg) skew(-360deg);
	}
}

.screen-service2 {
	margin: 60px 0;
	background-color: #68cef8;
}

.screen-service2 .left-side {
	position: relative;
	padding: 75px 0 105px;
}
@media (max-width: 991px) {
	.screen-service2 .left-side {
		padding: 50px 0 15px;
	}
}
.screen-service2 .left-side:before {
	content: url('../img/bg-screen-service2.png');
	position: absolute;
	right: 100%;
	top: 57%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 1199px) {
	.screen-service2 .left-side:before {
		display: none;
	}
}
.screen-service2 .right-side {
	position: relative;
	left: -15px;
	margin-top: -15px;
	margin-bottom: -15px;
	padding: 95px 40px 30px 95px;
	background: #191919;
}
@media (max-width: 1199px) {
	.screen-service2 .right-side {
		left: 0;
		padding: 95px 40px 30px 40px;
	}
}
@media (max-width: 991px) {
	.screen-service2 .right-side {
		margin: 0;
		padding: 50px 40px;
	}
}
@media (max-width: 767px) {
	.screen-service2 .right-side {
		padding: 20px 15px;
	}
}
.screen-service2 .right-side:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1070px;
	background: #191919;
}
@media (max-width: 991px) {
	.screen-service2 .right-side:before {
		width: 100%;
	}
}
