::-moz-selection {
	background: #131b28;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #131b28;
	color: #fff;
	text-shadow: none;
}

::-webkit-input-placeholder {
	color: #131b28;
}

:-moz-placeholder {
	color: #131b28;
}

::-moz-placeholder {
	color: #131b28;
}

:-ms-input-placeholder {
	color: #131b28;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

* {
	min-width: 0;
	min-height: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	box-sizing: border-box;
}

html {
	font-size: 16px;
	font-family: "Myriad Pro";
	font-weight: 400;
	color: #131b28;
	background-color: #fff;
	-webkit-font-feature-settings: kern, liga, onum;
					font-feature-settings: kern, liga, onum;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	color: inherit;
	background-color: inherit;
	line-height: 26px;
}

blockquote {
	font-style: normal;
	padding: 15px;
	padding-left: 20px;
	border-left: 5px solid #131b28;
	background-color: rgba(19,27,40,0.03);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "Myriad Pro";
	font-weight: 700;
	color: #131b28;
	text-transform: none;
	margin-bottom: 25px;
	text-align: center !important;
	line-height: 40px;
}

h1::-moz-selection,
.h1::-moz-selection,
h2::-moz-selection,
.h2::-moz-selection,
h3::-moz-selection,
.h3::-moz-selection,
h4::-moz-selection,
.h4::-moz-selection,
h5::-moz-selection,
.h5::-moz-selection,
h6::-moz-selection,
.h6::-moz-selection {
	background: #131b28;
	color: #fff;
	text-shadow: none;
}

h1::selection,
.h1::selection,
h2::selection,
.h2::selection,
h3::selection,
.h3::selection,
h4::selection,
.h4::selection,
h5::selection,
.h5::selection,
h6::selection,
.h6::selection {
	background: #131b28;
	color: #fff;
	text-shadow: none;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 37px;
}

h3,
.h3 {
	font-size: 35px;
}

h4,
.h4 {
	font-size: 33px;
	margin: 40px 0 30px;
	display: block;
}

h5,
.h5,
h6,
.h6 {
	font-size: 32px;
}

a {
	color: #30c3ea;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #30c3ea;
	text-decoration: none;
}

template,
[hidden] {
	display: none;
}

.font-thin {
	font-weight: 100;
}

.font-light {
	font-weight: 300;
}

.font-regular {
	font-weight: 400;
}

.font-medium {
	font-weight: 500;
}

.font-bold {
	font-weight: 700;
}

.font-black {
	font-weight: 900;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	-webkit-overflow-scrolling: touch;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.overflov-hidden {
	overflov: hidden;
}

.center{
	text-align: center;
}

.site-width {
	width: 100%;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

svg:not(:root) {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.main-svg-sprite {
	display: none;
}

.svg-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.svg-icon__spinner {
	fill: inherit;
	width: inherit;
	height: inherit;
	-webkit-animation-name: spinner;
					animation-name: spinner;
	-webkit-animation-duration: 0.7s;
					animation-duration: 0.7s;
	-webkit-animation-iteration-count: infinite;
					animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
					animation-timing-function: linear;
}

.svg-icon__link {
	vertical-align: top;
	fill: inherit;
	width: inherit;
	height: inherit;
}

@-webkit-keyframes spinner {
	from {
		-webkit-transform: rotate(0deg);
						transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

@keyframes spinner {
	from {
		-webkit-transform: rotate(0deg);
						transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
						transform: rotate(360deg);
	}
}

.main_page .app__main {
	margin-top:-20px; /* !!! */
}

.gallery {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
			flex-direction: row;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 20px 0 0 -15px;
}

.gallery a {
	display: block;
	background-image: none;
}

.gallery img,
.gallery .attachment-thumbnail {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.gallery .gallery-caption {
	padding: 15px 0;
}

.gallery.gallery-columns-1 .gallery-item {
	max-width: 100%;
	-ms-flex-preferred-size: 100%;
			flex-basis: 100%;
	padding: 0 0 15px 15px;
	margin: 0;
}

.gallery.gallery-columns-2 .gallery-item {
	max-width: 50%;
	-ms-flex-preferred-size: 50%;
			flex-basis: 50%;
	padding: 0 0 15px 15px;
	margin: 0;
}

.gallery.gallery-columns-3 .gallery-item {
	max-width: 33.333333333333336%;
	-ms-flex-preferred-size: 33.333333333333336%;
			flex-basis: 33.333333333333336%;
	padding: 0 0 15px 15px;
	margin: 0;
}

.gallery.gallery-columns-4 .gallery-item {
	max-width: 25%;
	-ms-flex-preferred-size: 25%;
			flex-basis: 25%;
	padding: 0 0 15px 15px;
	margin: 0;
}

.gallery.gallery-columns-5 .gallery-item {
	max-width: 20%;
	-ms-flex-preferred-size: 20%;
			flex-basis: 20%;
	padding: 0 0 15px 15px;
	margin: 0;
}

.gallery.gallery-columns-6 .gallery-item {
	max-width: 16.666666666666668%;
	-ms-flex-preferred-size: 16.666666666666668%;
			flex-basis: 16.666666666666668%;
	padding: 0 0 15px 15px;
	margin: 0;
}

.gallery.gallery-columns-7 .gallery-item {
	max-width: 14.285714285714286%;
	-ms-flex-preferred-size: 14.285714285714286%;
			flex-basis: 14.285714285714286%;
	padding: 0 0 15px 15px;
	margin: 0;
}

.gallery.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
	-ms-flex-preferred-size: 12.5%;
			flex-basis: 12.5%;
	padding: 0 0 15px 15px;
	margin: 0;
}

.gallery.gallery-columns-9 .gallery-item {
	max-width: 11.11111111111111%;
	-ms-flex-preferred-size: 11.11111111111111%;
			flex-basis: 11.11111111111111%;
	padding: 0 0 15px 15px;
	margin: 0;
}

.alignnone {
	margin: 0.5rem;
}

.aligncenter {
	display: block;
	margin: 0.5rem auto;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	padding-top: 5px;
}

.wp-caption img {
	width: 100%;
	height: auto;
}

.gallery-caption,
.wp-caption-text {
	font-size: 90%;
}

@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/MyriadPro-Regular.eot");
	src: url("../fonts/MyriadPro-Regular.woff") format('woff'), url("../fonts/MyriadPro-Regular.ttf") format('truetype'), url("../images/MyriadPro-Regular.svg#MyriadPro-Regular") format('svg'), url("../fonts/MyriadPro-Regular.eot#iefix") format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/MyriadPro-Semibold.eot");
	src: url("../fonts/MyriadPro-Semibold.woff") format('woff'), url("../fonts/MyriadPro-Semibold.ttf") format('truetype'), url("../images/MyriadPro-Semibold.svg#MyriadPro-Semibold") format('svg'), url("../fonts/MyriadPro-Semibold.eot#iefix") format('embedded-opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Myriad Pro';
	src: url("../fonts/MyriadPro-Bold.eot");
	src: url("../fonts/MyriadPro-Bold.woff") format('woff'), url("../fonts/MyriadPro-Bold.ttf") format('truetype'), url("../images/MyriadPro-Bold.svg#MyriadPro-Bold") format('svg'), url("../fonts/MyriadPro-Bold.eot#iefix") format('embedded-opentype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Myriad Pro";
	src: url("../fonts/MyriadPro-Black.eot");
	src: url("../fonts/MyriadPro-Black.woff") format('woff'), url("../fonts/MyriadPro-Black.ttf") format('truetype'), url("../images/MyriadPro-Black.svg#MyriadPro-Black") format('svg'), url("../fonts/MyriadPro-Black.eot#iefix") format('embedded-opentype');
	font-weight: 900;
	font-style: normal;
}

/* ==========================================================================
	 Browser Upgrade Prompt
	 ========================================================================== */

.browserupgrade {
	margin: 20px 0;
	background: #ccc;
	color: #000;
	padding: 20px 0;
}

.demo-box {
	background-color: #009688;
	color: #fff;
	text-align: center;
	padding: 20px;
}

.theme-color {
	color: #131b28;
}

.theme-bgc {
	background-color: #131b28;
}

.app-footer {
	-ms-flex: none;
			flex: none;
	background: #e4e9ef;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.app-footer__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
}

.app-footer__container--links {
	padding: 23px 0 30px 0;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	max-width: calc(100% - 300px);
}

.app-footer__container--info {
	background: #002d67;
	color: #fff;
	padding: 24px 60px 59px 32px;
	line-height: 1;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	-ms-flex-pack: justify;
			justify-content: space-between;
			flex: 0 0 300px;
			max-width: 300px;
}

.app-footer__container--info:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: -10000px;
	bottom: 0;
	background: #002d67;
}

.app-footer__container--info a {
	color: #fff;
}

.app-footer__categories {
/*	flex: 0 0 66.66%;
	max-width: 66.66%;  */
	flex: 0 0 100%;
	max-width: 100%;
	padding-right: 30px;
}

.app-footer__categories > ul {
column-count: 2;
column-gap: 30px;
}

.app-footer__categories > ul > li {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	margin-bottom: 30px;
}

.app-footer__categories > ul > li > span {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.app-footer__categories > ul > li > span a {
	color: inherit;
	text-decoration: none;
}

.app-footer__categories > ul > li > span a:hover {
	text-decoration: underline;
}

.app-footer__categories ul > li > ul > li {
	line-height: 16px;
	margin-bottom: 15px;
}

.app-footer__categories > ul > li > ul > li > a {
	text-decoration: none;
	font-size: 14px;
	color: #131b28;
}

.app-footer__categories > ul > li > ul > li > a:hover,
.app-footer__categories > ul > li > ul > li > a:focus {
	color: #30c3ea;
	text-decoration: underline;
}

.app-footer__menu {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	padding-right: 30px;
	padding-left: 50px;
}

.app-footer__menu ul li {
	margin-bottom: 15px;
}

.app-footer__menu ul li a {
	font-weight: 700;
	font-size: 18px;
	text-decoration: none;
	color: #131b28;
}

.app-footer__menu ul li a:hover, .app-footer__menu ul li a:focus {
	text-decoration: underline;
}

.app-footer__container-info-t {
	margin-bottom: 30px;
	position: relative;
}

.app-footer__mfu {
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 25px;
}

.app-footer__address {
	margin-bottom: 30px;
}

.app-footer__address .email {
	text-decoration: none;
}

.app-footer__address .email:hover, .app-footer__address .email:focus {
	text-decoration: underline;
}

.app-footer__phone {
	font-size: 28px;
	margin-bottom: 20px;
}

.app-footer__phone a {
	text-decoration: none;
}

a.app-footer__button {
	border: 1px solid #30c3ea;
	padding: 17px 37px 17px 54px;
	color: #0393cf;
	text-decoration: none;
	position: relative;
	transition: all 0.3s ease;
	display: inline-block;
}

a.app-footer__button .svg-icon {
	position: absolute;
	left: 18px;
	top: 50%;
	margin-top: -9px;
	width: 17px;
	height: 17px;
	color: #30c3ea;
	transition: all 0.3s ease;
}

a.app-footer__button:hover, a.app-footer__button:focus {
	background: #30c3ea;
	color: #fff;
}

a.app-footer__button:hover .svg-icon, a.app-footer__button:focus .svg-icon {
	color: #fff;
}

.app-footer__soc-icon {
	position: relative;
	font-size: 0;
}

.app-footer__soc-icon a {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
}

.app-footer__soc-icon a img {
	max-width: 31px;
}

.app-header {
	-ms-flex: none;
			flex: none;
	z-index: 2;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
}

.app-header__container--top {
	background: #fff;
}

.app-header__container--first {
	background: #131b28;
	color: #fff;
}

.app-header__container--second {
	background: #fff;
}

.app-header__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: center;
			align-items: center;
}

.app-header__address {
	display: none;
}

.app-header__feedback {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
}

.app-header__phone {
	font-size: 24px;
}

.app-header__phone a {
	color: #fff;
	text-decoration: none;
	margin-right: 24px;

	display: inline-block;
	position: relative;
	padding-left: 28px;
}

.app-header__phone a:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url("../images/ic_tel.png") no-repeat;
}

a.app-header__button {
	padding: 17px 25px 16px;
	font-size: 16px;
	transition: all 0.4s ease;
}

a.app-header__button:hover, a.app-header__button:focus {
	box-shadow: none;
	background: #55ceee;
}

.app-header__schedule {
	position: relative;
	padding-left: 27px;
}

.app-header__schedule::before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url("../images/ic_clock.png") no-repeat;
}

.app-header__email a {
	text-decoration: none;
	display: inline-block;
	position: relative;
	padding-left: 30px;
}

.app-header__email a:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 18px;
	height: 14px;
	background: url("../images/ic_email.png") no-repeat;
}

.app-header__email a:hover, .app-header__email a:focus {
	text-decoration: underline;
}

.app-header__soc-icons {
	font-size: 0;
}

.app-header__soc-icons a {
	display: inline-block;
	text-decoration: none;
	margin-left: 7px;
}

.app-header__soc-icons a:first-child {
	margin-left: 0;
}

.app-header__categories ul {
	display: -ms-flexbox;
	display: flex;
}

.app-header__categories ul li {
	position: relative;
	width: auto !important;
	flex-shrink: 0;
	flex-grow: 1;
}

.app-header__menu {
    flex-shrink: 0;
}

.app-header__categories ul li:last-child {
	margin-right: 0;
}

.app-header__categories ul li a {
	display: block;
	position: relative;
/*	padding: 26px 0 23px; */
	font-size: 16px;
	text-decoration: none;
	color: #013068;
	text-transform: uppercase;
	font-weight: 700;
	transition: all 0.4s ease;
	height: 100%; /* !!! */

	padding: 17px 10px 12px; /* !!! */
}
.app-header__categories {
	flex-grow: 1;
	padding-right: 20px; /* !!! */
}
@media (max-width: 1020px) {
	.app-header__categories ul li {
		text-align: left;  /* !!! */
	}
	.app-header__categories {
		padding-right: 0px; /* !!! */
	}
}

.app-header__categories ul li a:after {
	transition: all 0.3s ease;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px;
	width: 0;
	background: #30c3ea;
}

.app-header__categories ul li a .m-arrow {
	display: none;
}

.app-header__categories ul li:hover > a:after, .app-header__categories ul li:focus > a:after {
	width: 100%;
}

.app-header__categories ul li:hover ul, .app-header__categories ul li:focus ul {
	opacity: 1;
	visibility: visible;
}

.app-header__categories ul li ul {
	position: absolute;
	left: 0;
	top: 100%;
	display: block;
	background: #30c3ea;
	padding: 16px 5px 21px;
	width: 315px;  /* 414px;*/  /* !!! */
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.app-header__categories > ul > li > ul {
max-height: calc(100vh - 144px);
overflow-y: auto;
}

.app-header__categories ul li ul li {
	line-height: 21px;
	margin-right: 0;
}

.app-header__categories ul li ul li:last-child {
	margin-bottom: 0;
}

.app-header__categories ul li ul li a {
transition: all 0.4s ease;
    display: block;
    padding: 11px 23px 7px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.app-header__categories ul li ul li a:after {
	display: none;
}

.app-header__categories ul li ul li a:hover,
.app-header__categories ul li ul li a:focus {
	background: #21aed3;
}

.app-header__categories ul li ul li.has-dropdown > a:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    right: 13px;
    top: 50%;
    border-style: solid;
    border-width: 0 0 2px 2px;
    transform: translateY(-4px) rotate(-45deg);
}

.app-header__categories ul li ul li.is-open.has-dropdown > a:before {
	transform: translateY(-1px) rotate(135deg);
}

.app-header__categories ul li ul li ul {
position: static;
    background: none;
    padding: 2px 0 14px;
    width: auto;
    opacity: 1;
    visibility: visible;
    display: none;
}

.app-header__categories ul li ul li.is-open ul {
	display: block;
}

.app-header__categories ul li ul li ul li {

}

.app-header__categories ul li ul li ul li a {
    font-size: 16px;
    font-weight: normal;
    text-transform: none;
    padding: 5px 12px 2px 23px;
}

.app-header__categories ul li ul li ul li a:hover {

}

.app-header__smu {
		display: none;
		font-size: 20px;
		font-weight: 700;
		color: #013068;
		text-decoration: none;
		background: #131b28;
}

.app-header__smu:hover {
		color: #013068;
}



.app-header__menu ul {
	display: -ms-flexbox;
	display: flex;
	    padding-top: 4px;
}

.app-header__menu ul li {
	margin-left: 20px;
	white-space: nowrap;
	flex-shrink: 0;
}

.app-header__menu ul li:first-child {
	margin-left: 0;
}

.app-header__menu ul li a {
	color: #013068;
	font-size: 17px;
	text-decoration: none;
}

.app-header__menu ul li a:hover, .app-header__menu ul li a:focus {
	text-decoration: underline;
}

.app-header__burger {
	display: none;
	margin-left: -4px;
}

.app-header__burger .svg-icon {
	width: 33px;
	height: 33px;
}

.app-header__icon {
	display: none;
}

.app-header__icon--phone img,
.app-header__icon--address img {
	width: 30px;
}

.app-header.doc-scroll {
	box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}

.app-header.doc-scroll .app-header__phone {
	margin-top: 3px;
}

.app-header.doc-scroll .app-header__button {
	padding-top: 7px;
	padding-bottom: 7px;
}

.app-header.doc-scroll .app-header__categories > ul > li > a {
	padding-top: 9px;
	padding-bottom: 5px;
}

html,
body {
	margin: 0;
	padding: 0;
	min-width: 320px;
}

html {
	min-height: 100%;
	min-height: 100vh;
}

.s-button,
button {
	display: inline-block;
	text-decoration: none;
	border: 0;
	background: #30c3ea;
	cursor: pointer;
	outline: none;
	text-align: center;
	color: #fff;
	transition: all 0.3s ease;
	font-size: 24px;
	padding: 16px 25px 15px;
	flex-shrink: 0;
}

.s-button:hover,
button:hover,
.s-button:focus,
button:focus {
	color: #fff;
	box-shadow: 16px 12px 18px rgba(48,195,234,0.55);
}

.s-button.type-2,
button.type-2 {
	border-radius: 50px;
}

input {
	height: 30px;
	border: 0;
	border-bottom: 1px solid #eee;
	font-size: 14px;
	padding-top: 4px;
	height: 30px;
	background: none;
	outline: none;
	color: #eee;
}

input::-webkit-input-placeholder {
	color: #eee;
}

input::-moz-placeholder {
	color: #eee;
}

input:-ms-input-placeholder {
	color: #eee;
}

input::-ms-input-placeholder {
	color: #eee;
}

input::placeholder {
	color: #eee;
}

.app {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	height: 100%;
	height: 100vh;
}

.app__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	height: 100%;
	height: 100vh;
}

.app__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 auto;
			flex: 1 0 auto;
	transition: all 0.4s ease;
}

.app__main {
	-ms-flex: 1 1;
			flex: 1 1;
}

.app__aside--left {
	-ms-flex-order: -1;
			order: -1;
	-ms-flex: 0 0 300px;
			flex: 0 0 300px;
}

.app__aside--right {
	-ms-flex: 0 0 300px;
			flex: 0 0 300px;
}

.app__overlay {

}

.app__overlay.opened {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 3;
	cursor: pointer;
}

.app.inner-page .app-header {
	border-bottom: 1px solid #dadada;
}

.app.inner-page .app__content {
	margin-top: 15px;
}

.app.inner-page .app__content-banner ~ .app__content
{
    margin-top: 0;
}

.overflow-hidden {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.block-title {
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 22px;
	line-height: 35px;
}

.block-title span {
	display: block;
	font-size: 14px;
	font-weight: 400;
}

.b-price {
	margin-bottom: 64px;
	text-align: center;
}

.b-price__container {
	text-align: left;
	margin-left: -11px;
	margin-bottom: 28px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.b-price__item {
	padding-left: 11px;
	padding-bottom: 11px;
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
}

.b-price__item-in {
	background: #e4e9ef;
	padding: 20px 27px 30px 20px;
	-ms-flex: 1 1;
			flex: 1 1;
}

.b-price__item-title {
	font-size: 36px;
	margin-bottom: 23px;
	font-weight: 700;
	line-height: 40px;
}

.b-price__param-item {
	margin-bottom: 18px;
	font-size: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: baseline;
			align-items: baseline;
}

.b-price__param-item:last-child {
	margin-bottom: 0;
}

.b-price__param-line {
	border-bottom: 1px solid #b4b4b4;
	margin-left: 3px;
	margin-right: 3px;
	-ms-flex: 1 1;
			flex: 1 1;
}

.b-price__param-value {
	min-width: 100px;
}

.b-price__item-total {
	background: #002d67;
	color: #fff;
	padding: 31px 20px 28px;
	font-size: 24px;
}

.b-price__item--type-2 .b-price__item-in {
	padding-right: 8px;
}

.b-price__item--type-2 .b-price__param-value {
	min-width: 85px;
}

.b-price__button {
	font-size: 18px;
	font-weight: 400;
	padding: 19px 53px 17px;
}

.b-reviews {
	-ms-flex: none;
			flex: none;
}

.b-reviews__title {
	position: relative;
	margin-bottom: 34px;
}

a.b-reviews__link {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-53%);
					transform: translateY(-53%);
	font-size: 18px;
	padding: 7px 25px 5px;
}

a.b-reviews__link--mobile {
	position: relative;
	right: auto;
	top: auto;
	-webkit-transform: translateX(0);
					transform: translateX(0);
	font-size: 21px;
	padding: 13px 35px 11px;
	display: none;
		display: inline-block;
		margin-bottom: 45px;
		padding: 16px 25px 15px;
}

.b-reviews__items-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin-left: -20px;
}

.b-reviews__item {
	padding-left: 20px;
	width: 50%;
	margin-bottom: 39px;
	display: -ms-flexbox;
	display: flex;
}

.b-reviews__item-image-container {
	margin-right: 27px;
}

.b-reviews__item-image-container img {
	max-width: 100%;
}

.b-reviews__item-text-container {
	-ms-flex: 1 1;
			flex: 1 1;
}

.b-reviews__item-image {
	margin-bottom: 1px;
	position: relative;
}

.b-reviews__item-image span {
	position: absolute;
	left: 13px;
	top: 13px;
	padding: 8px 11px 4px;
	text-align: center;
	line-height: 1;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	background: #013068;
}

.b-reviews__item-desc {
	margin-bottom: 20px;
}

.b-reviews__item-title {
	font-size: 18px;
	font-weight: bold;
	color: #002d67;
}

.reviews {
	margin-bottom: 15px;
}

.reviews-slider {
	min-height: 1px;
	max-height: 1000px;
	position: relative;
	margin-bottom: 35px;
}

.reviews-slider .owl-prev,
.reviews-slider .owl-next {
	position: absolute;
	top: calc(50% - 32px);
	width: 63px;
	height: 63px;
	background: url("../images/ic-r-next.png") center center no-repeat;
	background-size: contain;
}

.reviews-slider .owl-prev:hover,
.reviews-slider .owl-next:hover {
	background: url("../images/ic-r-next-hover.png") center center no-repeat;
}

.reviews-slider .owl-prev {
	left: -33px;
}

.reviews-slider .owl-next {
	right: -33px;
}

.reviews-slider .owl-stage {
	display: flex;
	align-items: stretch;
}

.r-slide {
	padding: 35px 40px;
	border: #e6e6e6 solid 1px;
	height: 100%;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.r-slide__signature {
	font-weight: bold;
}

.reviews {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reviews__item {
	width: calc(50% - 9px);
	padding: 35px 40px;
	margin-bottom: 17px;
	border: #e6e6e6 solid 1px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.reviews__signature {
	font-weight: bold;
}

.rewiews-page .pagination .box {
	overflow: visible;
}

.rewiews-page .pagination a,
.rewiews-page .pagination .sep
{
		color: rgba(48, 195, 234, 255);
		font: 16px/22px "Myriad Pro";
		position: relative;
		display: block;
		float: left;
		transition: .2s linear;
		text-align: center;
		text-decoration: none;
		background: inherit;
		width: auto;
		height: auto;
}
.rewiews-page .pagination a + a,
.rewiews-page .pagination .sep,
.rewiews-page .pagination .sep + a
{
		margin-left: 15px;
}
.rewiews-page .pagination .sep
{
		padding: 0;
}
.rewiews-page .pagination a.active,
.rewiews-page .pagination a:hover
{
		color: #000000;
		background: inherit;
}
.rewiews-page .pagination a.prev
{
		margin-right: 19px;
}
.rewiews-page .pagination a.next
{
		margin-left: 19px;
}
.rewiews-page .pagination a.prev:after
{
		position: absolute;
		top: 10px;
		left: -95px;
		display: block;
		width: auto;
		height: auto;
		content: 'Предыдущая';
		color: rgba(48, 195, 234, 255);
		transition: none;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
		border-top: none;
		border-left: none;
}
.rewiews-page .pagination a.next:after
{
		position: absolute;
		top: 10px;
		right: -84px;
		display: block;
		width: auto;
		height: auto;
		content: 'Следующая';
		color: rgba(48, 195, 234, 255);
		transition: none;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
		border-bottom: none;
		border-right: none;
}
.rewiews-page .pagination a.prev:hover::after,
.rewiews-page .pagination a.next:hover::after
{
		border-color: #000000;
}

.reviews-form-block {
	padding: 35px 40px;
	border: #30c3ea 10px solid;
	margin-bottom: 35px;
}

.reviews-form-block h2 {
	font-size: 19px;
}

.reviews-form {
	display: flex;
	justify-content: space-between;
}

.reviews-form > div:nth-child(2) {
	flex-basis: 282px;
}

.reviews-form > div:last-child {
	flex-basis: calc(100% - 282px - 58px);
}

.reviews-form input:not([type="checkbox"]),
.reviews-form textarea {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 16px;
	color: #131b28;
	padding: 10px 0;
	border: none;
	border-bottom: #131b28 1px solid;
}

.reviews-form input {
	margin-bottom: 23px;
}

.reviews-form textarea {
	height: 97px;
	margin-bottom: 23px;
}

.reviews-form ::-webkit-input-placeholder {
	color:#131b28;
}

.reviews-form ::-moz-placeholder {
	color:#131b28;
}/* Firefox 19+ */

.reviews-form :-moz-placeholder {
	color:#131b28;
}/* Firefox 18- */

.reviews-form :-ms-input-placeholder {
	color:#131b28;
}

.reviews-form__duble {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reviews-form__duble .c-form__button {
	max-width: 253px;
	max-height: 57px;
}

.c-block {
	background: #333d49 url("../images/main-block-bg.jpg") center top no-repeat;
	background-size: cover;
	margin-bottom: 43px;
	-ms-flex: none;
			flex: none;
}

.c-block__content {
	padding-top: 102px;
	padding-bottom: 110px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
}

.c-block__text-container {
	max-width: 510px;
	color: #fff;
	text-align: center;
	-ms-flex-item-align: center;
			align-self: center;
	padding-left: 20px;
	padding-right: 20px;
}

.c-block__title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 51px;
	padding-left: 0;
	padding-right: 0;
}

.c-block__buttons {
	display: none;
}

.c-block--type-2 {
	background: #333d49 url("../images/m-bl-bg.jpg") center top no-repeat;
	background-size: cover;
	margin-top: 52px;
	margin-bottom: 0 !important;
}

.c-block--type-2 .c-block__content {
	padding-top: 25px;
	padding-bottom: 25px;
	-ms-flex-align: center;
			align-items: center;
	-ms-flex-align: inherit;
			align-items: inherit;
}

.c-form {
	border: 4px solid #fff;
	padding: 16px 20px 26px;
	color: #fff;
	width: 25.404%;
	min-width: 285px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	-ms-flex-pack: justify;
			justify-content: space-between;
}

.c-form__title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 28px;
}

.c-form__item {
	margin-bottom: 23px;
}

.c-form__item input {
	width: 100%;
}

.c-form__item--time {
	padding-top: 10px;
	margin-bottom: 17px;
}

.c-form__time-title {
	margin-bottom: 11px;
	line-height: 20px;
}

.c-form__time-items-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
}

.c-form__time-items-container input {
	width: 45.32%;
}

.c-form__text,
.c-form__item + .privacy {
	font-size: 13px;
	margin-bottom: 23px;
	line-height: 15px;
}

.c-form__button {
	width: 100%;
}

.c-form--type-2 .c-form__item--time {
	padding-top: 0;
}

.c-form--type-3 {
	border: 0;
	padding: 0;
	width: 20.726%;
}

.m-b-list {
	margin-bottom: 110px;
}

.m-b-list__items-container {
	margin-left: -20px;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.m-b-list__item {
	padding-left: 20px;
	-ms-flex: 1 0 20%;
	flex: 1 0 20%;
	margin-bottom: 20px;
}

.m-b-list__item-in {
	padding: 30px 20px 51px;
	 height: 100%; 
}

.m-b-list__item-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	min-height: 52px;
	font-weight: 900;
	margin-bottom: 30px;
	display: inline-block;
	text-decoration: none;
}

@media (max-width: 1270px) {
	.m-b-list__item {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

.m-b-list__links {
	padding-right: 22px;
}

.m-b-list__links ul li {
	margin-bottom: 17px;
	line-height: 21px;
}

.m-b-list__links ul li:last-child {
	margin-bottom: 0;
}

.m-b-list__links ul li a {
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.m-b-list__links ul li a:hover, .m-b-list__links ul li a:focus {
	color: #30c3ea;
}

.m-b-list__item-counter {
	position: absolute;
	bottom: 54px;
	left: 40px;
	font-size: 249px;
	color: #fff;
	opacity: 0.09;
	font-weight: 700;
	line-height: 200px;
}

.m-b-list--type-2 {
	margin-bottom: 41px;
}

.m-b-list--type-2 .m-b-list__title {
	text-align: left;
	margin-bottom: 19px;
}

.m-b-list--type-2 .m-b-list__item {
	color: #fff;
	line-height: 20px;
	position: relative;
}

.m-b-list--type-2 .m-b-list__item ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.m-b-list--type-2 .m-b-list__item ul li {
	margin-bottom: 20px;
}

.m-b-list--type-2 .m-b-list__item ul li:last-child {
	margin-bottom: 0;
}

.m-b-list--type-2 .m-b-list__item ul li:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	background: #30c3ea;
}

.m-b-list--type-2 .m-b-list__item ol {
	padding: 0;
	margin: 0;
	list-style: none;
	counter-reset: section;
}

.m-b-list--type-2 .m-b-list__item ol li {
	margin-bottom: 25px;
	position: relative;
	padding-left: 35px;
}

.m-b-list--type-2 .m-b-list__item ol li:last-child {
	margin-bottom: 0;
}

.m-b-list--type-2 .m-b-list__item ol li:before {
	position: absolute;
	left: 0;
	top: -4px;
	width: 25px;
	height: 25px;
	line-height: 28px;
	background: #30c3ea;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 50px;
	counter-increment: section;
	content: counter(section);
}

.m-b-list--type-2 .m-b-list__item p {
	margin-bottom: 20px;
}

.m-b-list--type-2 .m-b-list__item p:last-child {
	margin-bottom: 0;
}

.m-b-list--type-2 .m-b-list__item-title {
	text-transform: none;
	line-height: 35px;
	margin-bottom: 27px;
}

.m-c-list {
	-ms-flex: none;
			flex: none;
	margin-bottom: 60px;
}

.m-c-list__title {
	text-align: left;
	margin-bottom: 45px;
}

.m-c-list__items-container {
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
}

.m-c-list__item {
	position: relative;
	padding-left: 55px;
	padding-right: 10px;
	padding-top: 5px;
	padding-top: 2px;
	margin-bottom: 30px;
}

.m-c-list__item .l-count {
	position: absolute;
	left: 0;
	top: -1px;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	background: #30c3ea;
	border-radius: 50px;
}

.m-icons {
	margin-bottom: 70px;
}

.m-icons__items-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.m-icons__item {
	width: 16.666%;
	text-align: center;
	box-shadow: 0 0 0 1px #cdcdcd;
	text-decoration: none;
	padding-bottom: 25px;
}

.m-icons__item-icon {
	height: 130px;
	margin-bottom: 17px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
			align-items: flex-end;
	-ms-flex-pack: center;
			justify-content: center;
}

.m-icons__item-icon .svg-icon {
	color: #002d67;
	transition: all 0.3s ease;
}

.m-icons__item-icon--type-1 {
	padding-bottom: 12px;
}

.m-icons__item-icon--type-1 .svg-icon {
	width: 94px;
	height: 94px;
}

.m-icons__item-icon--type-2 {
	padding-bottom: 9px;
}

.m-icons__item-icon--type-2 .svg-icon {
	width: 87px;
	height: 88px;
}

.m-icons__item-icon--type-3 {
	padding-bottom: 2px;
}

.m-icons__item-icon--type-3 .svg-icon {
	width: 104px;
	height: 89px;
}

.m-icons__item-icon--type-4 {
	padding-bottom: 7px;
}

.m-icons__item-icon--type-4 .svg-icon {
	width: 99px;
	height: 77px;
}

.m-icons__item-icon--type-5 .svg-icon {
	width: 74px;
	height: 92px;
}

.m-icons__item-icon--type-6 {
	padding-bottom: 14px;
}

.m-icons__item-icon--type-6 .svg-icon {
	width: 94px;
	height: 80px;
}

.m-icons__item-title {
	padding: 0 13px;
	color: #002d67;
	font-size: 16px;
	font-weight: 600;
	line-height: 22px;
	transition: all 0.3s ease;
}

.m-icons__item:hover .m-icons__item-title, .m-icons__item:focus .m-icons__item-title {
	color: #30c3ea;
}

.m-icons__item:hover .m-icons__item-icon .svg-icon, .m-icons__item:focus .m-icons__item-icon .svg-icon {
	color: #30c3ea;
}

.m-projects {
	margin-bottom: 43px;
	-ms-flex: none;
			flex: none;
}

.m-projects__container-l {
	padding-right: 20px;
}

.m-projects__container-r {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	-ms-flex-pack: justify;
			justify-content: space-between;
}

.m-projects__items-container {
	display: -ms-flexbox;
	display: flex;
}

.m-projects__item {
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.m-projects__item:hover, .m-projects__item:focus {
	box-shadow: 20px 20px 20px rgba(15,57,105,0.55);
}

.m-projects__item-container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	padding: 57px 55px 41px;
	background: rgba(19,27,40,0.4);
	transition: all 0.3s ease;
}

.m-projects__item-container--first {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: start;
			align-items: flex-start;
}

.m-projects__item-container--first .m-projects__desc-button {
	-ms-flex-direction: column;
			flex-direction: column;
	-ms-flex: 1 1;
			flex: 1 1;
}

.m-projects__item-container:hover, .m-projects__item-container:focus {
	background: rgba(1,48,104,0.6);
}

.m-projects__item-title {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 25px;
	line-height: 43px;
}

.m-projects__button {
	padding-left: 56px;
	padding-right: 56px;
	font-size: 18px;
}

.m-projects__desc-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
			justify-content: space-between;
	-ms-flex-align: center;
			align-items: center;
}

.m-slider {
	-ms-flex: 1 1;
			flex: 1 1;
	color: #fff;
	padding: 0 52px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
			flex-direction: column;
}

.m-slider__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	margin-bottom: 25px;
}

.m-slider__desc {
	height: 172px;
	overflow: hidden;
	margin-bottom: 15px;
	-webkit-overflow-scrolling: touch;
}

.m-slider__link {
	font-size: 18px;
	text-decoration: none;
	color: #2fbadf;
}

.m-slider__link:hover, .m-slider__link:focus {
	text-decoration: underline;
}

.m-slider .owl-nav {
	-ms-flex-order: -1;
			order: -1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
	margin-bottom: 35px;
}

.owl-stage-outer {
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.owl-item {
	float: left;
}

.owl-prev,
.owl-next {
	width: 14px;
	height: 9px;
	cursor: pointer;
}

.owl-prev svg,
.owl-next svg {
	display: block;
}

.owl-prev {
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}

.owl-dots {
	display: -ms-flexbox;
	display: flex;
	padding: 0 50px;
}

.owl-dot {
	width: 31px;
	height: 31px;
	margin-left: 1px;
	margin-right: 1px;
	border-radius: 100px;
	border: 2px solid transparent;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}

.owl-dot span {
	width: 4px;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -2px;
	margin-top: -2px;
	border-radius: 10px;
	background: #fff;
}

.owl-dot:hover,
.owl-dot.active,
.owl-dot:focus {
	border-color: #fff;
}

.owl-dot:hover span,
.owl-dot.active span,
.owl-dot:focus span {
	background: #30c3ea;
}

.m-text {
	margin-bottom: 77px;
}

.m-text__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
			align-items: center;
}

.m-text__continer-l {
	background: #013068;
	color: #fff;
	padding: 33px 40px;
	margin-right: 20px;
	width: 32.259%;
	font-size: 18px;
}

.m-text__continer-r {
	-ms-flex: 1 1;
			flex: 1 1;
}

.m-text__continer-r p:last-child {
	margin-bottom: 0;
}

.mobile-panel {
	position: fixed;
	left: 0;
	top: 0;
	width: 272px;
	background: #fff;
	box-shadow: 2px 0 8px rgba(0,0,0,0.8);
	z-index: 3;
	transition: all 0.3s ease;
	-webkit-transform: translateX(-290px);
					transform: translateX(-290px);
}

.mobile-panel.opened {
	-webkit-transform: translateX(0);
					transform: translateX(0);
}

.mobile-panel__close {
	cursor: pointer;
}

.mobile-panel.opened .mobile-panel__close {
	display: block;
}

.mobile-panel__close {
	position: absolute;
	top: 7px;
	right: -40px;
	display: none;
}

.mobile-panel__close .svg-icon {
	width: 30px;
	height: 30px;
	color: #fff;
}

.mobile-panel__container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.mobile-panel .app-header__categories {
	margin-bottom: 20px;
}

.mobile-panel .app-header__categories ul {
	display: block;
	padding-top: 0;
}

.mobile-panel .app-header__categories ul li {
	margin-right: 0;
	border-bottom: 1px solid #dadada;
}

.mobile-panel .app-header__categories ul li a {
	padding: 11px 40px 7px 20px;
}

.mobile-panel .app-header__categories ul li a:after {
	display: none;
}

.mobile-panel .app-header__categories ul li a .m-arrow {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 35px;
	border-left: 1px solid #dadada;
}

.mobile-panel .app-header__categories ul li a .m-arrow .svg-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 0;
	margin-left: -7px;
	margin-top: -12px;
	width: 14px;
}

.mobile-panel .app-header__categories ul li ul {
	width: auto;
	opacity: 1;
	visibility: visible;
	display: none;
}

.mobile-panel .app-header__categories ul li.opened > a,
.mobile-panel .app-header__categories ul li.is-active > a {
	color: #fff;
	background: #30c3ea;
}

.mobile-panel .app-header__categories ul li.opened > a > .m-arrow .svg-icon,
.mobile-panel .app-header__categories ul li.is-active > a > .m-arrow .svg-icon {
	color: #fff;
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}

.mobile-panel .app-header__categories ul li.opened ul,
.mobile-panel .app-header__categories ul li.is-active ul {
	display: block;
	position: relative;
	left: auto;
	top: auto;
	padding: 0;
	background: none;
	max-height: none;
	overflow: visible;
}

.mobile-panel .app-header__categories ul li ul li ul {
	display: none !important;
}

.mobile-panel .app-header__categories ul li ul li.is-open ul {
    display: block !important;
}

.mobile-panel .app-header__categories ul li.opened ul li,
.mobile-panel .app-header__categories ul li.is-active ul li {
	border-bottom: 0;
	border-top: 1px solid #dadada;
}

.mobile-panel .app-header__categories ul li.opened ul li a,
.mobile-panel .app-header__categories ul li.is-active ul li a {
	font-size: 16px;
	color: #131b28;
	padding: 11px 27px 9px;
}

.mobile-panel .app-header__categories .is-open > a{
	color: #fff !important;
	background: #30c3ea  !important;
}


.mobile-panel .app-header__categories ul li.opened ul li a:hover,
.mobile-panel .app-header__categories ul li.is-active ul li a:hover,
.mobile-panel .app-header__categories ul li.opened ul li a:focus,
.mobile-panel .app-header__categories ul li.is-active ul li a:focus {
	background: rgba(0,0,0,0.06);
	color: #131b28;
}

.mobile-panel .app-header__smu {
	display: block;
	text-align: left;
	padding: 20px 20px 16px;
	border-bottom: 1px solid #dadada;
}

.mobile-panel .app-header__menu ul {
	display: block;
	padding-top: 0;
}

.mobile-panel .app-header__menu ul li {
	margin-left: 0;
	border-bottom: 1px solid #dadada;
}

.mobile-panel .app-header__menu ul li a {
	position: relative;
	display: block;
	padding: 9px 20px 7px;
}

.page-scroller {
	opacity: 0;
	position: fixed;
	z-index: 1050;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	height: 100vh;
	background-color: rgba(19,27,40,0.1);
	-webkit-user-select: none;
		 -moz-user-select: none;
			-ms-user-select: none;
					user-select: none;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	-webkit-transform: translateZ(0);
					transform: translateZ(0);
	transition: opacity 0.16s linear;
	pointer-events: none;
}

.page-scroller__ctrl {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -12px;
	transition: -webkit-transform 0.25s linear;
	transition: transform 0.25s linear;
	transition: transform 0.25s linear, -webkit-transform 0.25s linear;
	fill: #666;
	width: 24px;
	height: 24px;
}

.page-scroller:hover,
.page-scroller:focus {
	background-color: rgba(19,27,40,0.12);
}

.page-scroller:active {
	background-color: rgba(19,27,40,0.14);
}

.page-scroller--memorized .page-scroller__ctrl {
	-webkit-transform: rotate(180deg);
					transform: rotate(180deg);
}

.page-scroller--memorized,
.page-scroller--visible {
	opacity: 1;
	pointer-events: auto;
}

.b-path {
	margin-bottom: 25px;
	font-size: 14px;
}

.b-path a {
	text-decoration: none;
	color: #013068;
}

.b-path a:hover, .b-path a:focus {
	text-decoration: underline;
}

.b-path span {
	padding-left: 10px;
	padding-right: 10px;
}

.popup-form {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	overflow-y: auto;
	background: rgba(0,0,0,0.6);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
			justify-content: center;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	z-index: 10;
	-webkit-overflow-scrolling: touch;
}

.popup-form.opened {
	opacity: 1;
	visibility: visible;
}

.popup-form__container {
	position: relative;
	width: 100%;
	max-width: 500px;
	margin-top: auto;
	margin-bottom: auto;
	background: #fff;
	padding: 30px;
	text-align: center;
}

.popup-form__close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.popup-form__item,
.popup-form__item + .privacy {
	margin-bottom: 25px;
}

.popup-form input,
.popup-form__item input {
	width: 100%;
	color: #131b28;
	border-color: #131b28;
}

.popup-form input[placeholder="00:00"] {
	width: 45%
}

.popup-form__item input::-webkit-input-placeholder {
	color: #131b28;
}

.popup-form__item input::-moz-placeholder {
	color: #131b28;
}

.popup-form__item input:-ms-input-placeholder {
	color: #131b28;
}

.popup-form__item input::-ms-input-placeholder {
	color: #131b28;
}

.popup-form__item input::placeholder {
	color: #131b28;
}

.popup-form input::-webkit-input-placeholder {
	color: #131b28;
}

.popup-form input::-moz-placeholder {
	color: #131b28;
}

.popup-form input:-ms-input-placeholder {
	color: #131b28;
}

.popup-form input::-ms-input-placeholder {
	color: #131b28;
}

.popup-form input::placeholder {
	color: #131b28;
}

.popup-form .c-form__item + .privacy {
	margin-top: 10px;
}

.popup-form__item textarea {
	border: 0;
	border-bottom: 1px solid #131b28;
	width: 100%;
	padding: 0;
	outline: none;
	height: 35px;
	font-size: 14px;
	padding-top: 4px;
}

.popup-form .c-form__title,
.popup-form .c-form__time-title,
.popup-form p {
	color: #131b28;
}


.qote_service_block {
	position: relative;
}
.qote_service_block:after,
.qote_service_block:before {
	content: "";
	background: url(../images/quotes.png) no-repeat;
	-webkit-background-size: 40px;
	background-size: 40px;
	position: absolute;
	width: 65px;
	height: 100%;
	top: 0;
}
.qote_service_block:after {
	left: 0;
	background-position: 70% 5%;
}
.qote_service_block:before {
	right: 0;
	transform: rotate(180deg);
	background-position: 70% 95%;
}

.special_style_serv .cont_spec ol {
	counter-reset: li;
	list-style: none;
}
.special_style_serv .cont_spec ol li {
	position: relative;
	margin-bottom: 10px;
}
.special_style_serv .cont_spec ol li:before {
	content: counter(li);
	counter-increment: li;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	background: #30c3ea;
	position: absolute;
	left: -40px;
	height: 30px;
	width: 30px;
	top: -2px;
	border-radius: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}


.albums
{
		display: flex;
	margin-bottom: 20px;
		margin-left: -20px;
		justify-content: flex-start;
		align-items: stretch;
		align-content: flex-start;
		flex-wrap: wrap;
}

.albums .album
{
		width: calc(50% - 20px);
	margin-bottom: 20px;
		margin-left: 20px;
}

.gallery
{
		display: flex;
	margin-bottom: 20px;
		margin-left: -20px;
		justify-content: flex-start;
		align-items: stretch;
		align-content: flex-start;
		flex-wrap: wrap;
}

.gallery .item
{
		width: calc(25% - 20px);
	margin-bottom: 20px;
		margin-left: 20px;
}

.gallery .item a
{

}

.gallery .item img
{

}


.pagination
{
	text-align: center;
	margin-bottom: 30px;
}
.pagination .box
{
		display: inline-block;
		overflow: hidden;
		vertical-align: top;
}
.pagination a,
.pagination .sep
{
		color: #666;
		font: 18px/56px "Myriad Pro";
		position: relative;
		display: block;
		float: left;
		width: 56px;
		height: 56px;
		transition: .2s linear;
		text-align: center;
		text-decoration: none;
		border-radius: 5px;
		background: #ebf6fe;
}
.pagination a + a,
.pagination .sep,
.pagination .sep + a
{
		margin-left: 1px;
}
.pagination .sep
{
		padding: 0;
}
.pagination a.active,
.pagination a:hover
{
		color: #fff;
		background: #333;
}
.pagination a.prev
{
		margin-right: 19px;
}
.pagination a.next
{
		margin-left: 19px;
}
.pagination a.prev:after
{
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		margin-left: -6px;
		content: '';
		transition: border-color .2s linear;
		-webkit-transform: rotate(-45deg);
			 -moz-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				 -o-transform: rotate(-45deg);
						transform: rotate(-45deg);
		border-top: 2px solid #7e8a93;
		border-left: 2px solid #7e8a93;
}
.pagination a.next:after
{
		position: absolute;
		top: 50%;
		right: 50%;
		display: block;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		margin-right: -6px;
		content: '';
		transition: border-color .2s linear;
		-webkit-transform: rotate(-45deg);
			 -moz-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				 -o-transform: rotate(-45deg);
						transform: rotate(-45deg);
		border-right: 2px solid #7e8a93;
		border-bottom: 2px solid #7e8a93;
}
.pagination a.prev:hover:after,
.pagination a.next:hover:after
{
		border-color: #fff;
}


.b-services
{
	margin-bottom: 30px;
}




.modal
{
		display: none;
		width: 500px;
		max-width: calc(100% - 30px);
		padding: 45px 65px 55px;
		background: #fff;
		box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.modal_title
{
		color: #262626;
		font: 26px "Myriad Pro";
		margin-bottom: 30px;
		text-align: center;
		text-transform: uppercase;
}
.modal .text
{
		color: #000;
		font: 15px/22px "Myriad Pro";
		text-align: center;
}

span.error, label.error {
		display: block;
		color: #ff0000;
		font-size: 11px;
		line-height: 14px;
		margin-bottom: 0px;
}
input[type='email'].error, input[type='file'].error, input[type='password'].error, input[type='search'].error, input[type='tel'].error, input[type='text'].error, input[type='url'].error, textarea.error, select.error {
		border-color: #ff0000;
}


.creation{
		color: #fff;
		font-size: 13px;
		position: relative;
}

.creation a{
	color: #0393cf;
		text-decoration: none;
}


#to-top { /* to_toper */
	position: fixed;
	bottom: 55px;
	right: 30px;
	background: #30c3ea;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display:none;
	opacity: .8;
	z-index: 555555;
	border: 1px solid #fff;
}
#to-top:hover {
	opacity: 1;
}
#to-top:active {
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}
#to-top-btn {
	content: "";
	position: absolute;
	top: 7px;
	right: 0;
	left: 0;
	width: 20px;
	height: 17px;
	margin: auto;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}


@media (max-width: 1280px) {
	.app-header__categories > ul > li {
		margin-right: 15px;

	}

	.app-header__menu {

	}

	.app-header__menu > ul > li {
		margin-left: 10px;
	}

	.app-footer__menu {
		padding-left: 0;
	}

	.b-reviews__item-image-container {
		margin-right: 20px;
		max-width: 230px;
	}

	.m-projects__item-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.m-projects__item img {
		max-width: 100%;
	}

	.m-slider {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 1120px) {
	.app-footer__content {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	.app-footer__container--links {
		display: none;
	}

	.app-footer__container--info {
		padding: 30px 20px 20px;
		max-width: none;
	}

	.app-footer__container--info:before {
		display: none;
	}

	.app-footer__container-info-t {
		text-align: center;
	}

	.app-footer__soc-icon {
		text-align: center;
	}
}

@media (max-width: 1020px) {
	.c-block .c-form
	{
		display: none;
	}

	#modal_specialist_form_noborder .c-form,
	#modal_consultation_form_noborder .c-form {
		width: 100%;
	}

	.c-block__content.two-forms {
		justify-content: center;
	}

	.c-block__buttons {
		display: flex;
		justify-content: space-around;
	}

	.c-block__link {
		/* border: 1px solid #ffffff;
		padding: 10px 15px;
		color: #ffffff;
		text-decoration: none;
		position: relative;
		transition: all 0.3s ease; */

		margin-top: 30px;
	}

	.c-block__link:hover {
		color: #ffffff;
		background: #30c3ea;
	}

	.app-header {
		box-shadow: 0 3px 8px rgba(0,0,0,0.4);
	}

	.app-header__container--top {
		display: none;
	}

	.app-header__container--second {
		display: none;
	}

	.app-header__content {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.app-header__burger {
		display: block;
	}

	.app-header__icon {
		display: block;
	}

	.app-header__logo,
	.app-header__schedule,
	.app-header__address,
	.app-header__feedback,
	.app-header__email {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		text-align: center;
		background: #fff;
		color: #000;
		padding: 10px 20px;
		box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	}

	.app-header__address.opened,
	.app-header__feedback.opened,
	.app-header__email.opened {
		display: block;
	}

	.app-header__feedback {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.app-header__phone {
		display: inline-block;
		margin-top: 3px;
		vertical-align: middle;
	}

	.app-header__phone a {
		color: #000;
	}

	a.app-header__button {
		padding: 8px 25px 6px;
	}

	.app__content {
		padding-top: 45px;
	}
        
        .app__content-banner ~ .app__content
        {
            padding-top: 0;
        }

	.app.inner-page .app-header {
		border-bottom: 0;
	}

	.app.inner-page .app__content {
		margin-top: 35px;
	}
        
        .app.inner-page .app__content-banner ~ .app__content
        {
            margin-top: 0;
        }

	.s-button,
	button {
		font-size: 21px;
		padding-top: 13px;
		padding-bottom: 11px;
	}

	.b-price {
		margin-bottom: 45px;
	}

	.b-price__item--type-2 .b-price__item-in {
		padding-right: 20px;
	}

	.b-price__item-in {
		padding-right: 20px;
	}

	.b-price__param-item {
		position: relative;
		-ms-flex-pack: justify;
				justify-content: space-between;
	}

	.b-price__param-line {
		position: absolute;
		left: 0;
		right: 0;
		top: 16px;
	}

	.b-price__param-name,
	.b-price__param-value {
		position: relative;
		z-index: 1;
	}

	.b-price__param-name span {
		background: #e4e9ef;
		padding-right: 4px;
	}

	.b-price__param-value {
		background: #e4e9ef;
	}

	.b-price__param-name {
		max-width: 61%;
	}

	.b-price__param-value {
		min-width: 0;
		padding-left: 4px;
	}

	.b-price__item--type-2 .b-price__param-value {
		min-width: 85px;
	}

	.b-reviews {
		text-align: center;
		margin-bottom: 45px;
	}

	.b-reviews__title {
		margin-bottom: 20px;
	}

	.b-reviews__items-container {
		display: block;
		margin-left: 0;
	}

	.b-reviews__item {
		text-align: left;
		padding-left: 0;
		margin-bottom: 35px;
		width: 100%;
		display: block;
		padding-bottom: 20px;
		border-bottom: 1px solid #dadada;
	}

	.b-reviews__item-image-container {
		max-width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
				justify-content: space-between;
	}

	.b-reviews__item-image {
		width: 49.8%;
	}

	.b-reviews__item-image img {
		width: 100%;
		max-width: 100%;
	}

	.b-reviews__item-desc {
		margin-bottom: 15px;
	}

	.b-reviews__slider {
		margin-left: 15px;
		margin-right: 15px;
	}

	.r-slide__text p,
	.reviews__text,
	.r-slide__signature {
		text-align: left;
	}

	a.b-reviews__link {
		/* display: none; */
	}

	a.b-reviews__link--mobile {
		display: inline-block;
	margin-bottom: 0px;
	padding: 13px 35px 11px;
	}

	.c-block__content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.c-block--type-2 {
		margin-bottom: 35px;
	}

	.c-block--type-2 .c-block__title {
		font-size: 38px;
		line-height: 44px;
	}

	.c-form {
		min-width: 210px;
	}

	.c-form__title {
		font-size: 22px;
	}

	.m-b-list {
		margin-bottom: 60px;
		/* margin-top: 30px; */
	}

	.m-b-list__item-in {
		padding-bottom: 35px;
	}

	.m-b-list__item-counter {
		font-size: 200px;
		left: 20px;
		right: 0;
		text-align: center;
	}

	.m-c-list {
		margin-bottom: 25px;
	}

	.m-c-list__title {
		margin-bottom: 30px;
	}

	.m-icons {
		margin-bottom: 40px;
	}

	.m-icons__item {
		width: 33.33%;
	}

	.m-projects__item-container {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.m-projects__item-title {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.m-projects__button {
		padding-left: 50px;
		padding-right: 50px;
		font-size: 21px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 9px;
		font-size: 17px;
		justify-content: center;
	}

	.m-slider__title {
		font-size: 38px;
		line-height: 44px;
	}

	.m-slider__desc {
		height: 183px;
	}

	.m-text {
		margin-bottom: 45px;
	}

	.m-text__continer-l {
		padding: 25px 20px 10px;
	}

	.reviews-form__duble .c-form__button {
		max-width: 150px;
	}

	.b-reviews .reviews-form label {
		text-align: left;
	}
}

@media (max-width: 940px) {
	.b-price__item-title {
		max-width: 280px;
	}
}

@media (max-width: 870px) {
	.m-projects__item img {
		max-width: 120%;
	}
	#to-top {
			bottom: 15px;
			right: 50%;
			margin-right: -20px;
	}
	.reviews-form__duble {
		display: block;
	}
}

@media (max-width: 840px) {
	.m-b-list {
		margin-bottom: 45px;
	}

	.m-b-list__items-container {
		margin-left: 0;
		display: block;
	}

	.m-b-list__item {
		padding-left: 0;
		width: 100%;
		max-width: none;
		margin-bottom: 25px;
	}

	.m-b-list__item-in {
		padding-bottom: 32px;
	}

	.m-b-list__item-title {
		margin-bottom: 26px;
	}
}

@media (max-width: 767px) {
	img{
		width: 100%;
		height: auto;
	}
	h1, .h1 {
		font-size: 32px;
	}
	h2, .h2{
		font-size: 30px;
		line-height: 1.1;
	}
	.c-block__content {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
	}

	.c-block--type-2 .c-block__title {
		font-size: 31px;
		line-height: 38px;
	}

	.c-block--type-2 .c-block__text-container {
		max-width: 100%;
		-ms-flex-order: -1;
				order: -1;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 40px;
	}

	.c-form {
		width: 48.5%;
	}

	.c-form__title {
		font-size: 26px;
	}

	.m-c-list__items-container {
		display: block;
	}

	.m-c-list__item {
		padding-right: 0;
	}

	.m-icons__item {
		width: 50%;
	}

	.m-projects__items-container {
		display: block;
	}

	.m-projects__item-container {
		position: relative;
	}

	.m-projects__item-container--first .m-projects__desc-button {
		-ms-flex: none;
				flex: none;
		-ms-flex-direction: row;
				flex-direction: row;
		-ms-flex-pack: justify;
				justify-content: space-between;
		width: 100%;
	}

	.m-projects__container-l {
		padding-right: 0;
	}

	.m-projects__container-l .m-projects__item img {
		position: absolute;
	}

	.m-projects__item {
		margin-bottom: 25px;
	}

	.m-projects__item img {
		width: 100%;
		position: absolute;
	}

	.m-projects__container-r .m-projects__item:last-child {
		margin-bottom: 0;
	}

	.m-slider {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 45px;
		width: 100%;
		-ms-flex: none;
				flex: none;
		-ms-flex-order: -1;
				order: -1;
	}

	.m-slider__desc {
		height: auto;
	}

	.m-text__container {
		-ms-flex-direction: column;
				flex-direction: column;
	}

	.m-text__continer-l {
		width: 100%;
		-ms-flex-order: 1;
				order: 1;
		margin-right: 0;
	}

	.m-text__continer-r {
		margin-bottom: 25px;
	}



	.albums
	{

	}

	.albums .album
	{
		width: calc(100% - 20px);
		margin-bottom: 20px;
		margin-left: 20px;
	}

	.gallery .item
	{
		width: calc(33.333% - 20px);
		margin-bottom: 20px;
		margin-left: 20px;
	}

	.reviews__item {
		width: 100%;
	}

	.reviews-form-block {
		padding-left: 15px;
		padding-right: 15px;
	}

	.reviews-form {
		display: block;
	}

	.reviews-form > div {
		width: 100%;
	}

	.reviews-form__duble .c-form__button {
		max-width: 250px;
	}

	.reviews-form__item.privacy {
		margin-bottom: 25px;
	}

}

@media (max-width: 730px) {
	.b-price__container {
		margin-left: 0;
		display: block;
	}

	.b-price__item {
		width: 100%;
		padding-left: 0;
		padding-bottom: 0;
		margin-bottom: 25px;
	}

	.b-price__item-title {
		max-width: 100%;
	}
}

@media (max-width: 635px) {
	.c-block__content {
		padding-bottom: 15px;
	}

	.c-form {
		width: 100%;
		margin-bottom: 25px;
	}

	.c-form__title br {
		display: none;
	}
}

@media (max-width: 520px) {
	.b-reviews__item-image-container {
		display: block;
	}

	.b-reviews__item-image {
		width: 100%;
	}

	a.b-reviews__link--mobile {
		padding-left: 25px;
		padding-right: 25px;
	}

	.m-projects__item img {
		max-width: none;
		margin-top: 0%;
	}

	.m-projects__item-title {
		font-size: 23px;
	}

	.m-projects__container-l .m-projects__item {
		height: auto;
	}

	.m-projects__container-r .m-projects__item {
		height: auto;
	}
}

@media (max-width: 440px) {
	.m-icons__items-container {
		display: block;
	}

	.m-icons__item {
		display: block;
		width: 100%;
	}

	.m-projects__item-desc {
		margin-bottom: 25px;
	}

	.m-projects__desc-button {
		display: block;
	}

	.m-projects__container-r .m-projects__item img {
		width: auto;
		height: 100%;
	}

	.albums .album img
	{
		width: auto;
		height: 100%;
	}

	.gallery .item
	{
		width: calc(50% - 20px);
		margin-bottom: 20px;
		margin-left: 20px;
	}

	.r-slide__text p,
	.reviews__text {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 420px) {
	.app-header__phone {
		display: block;
	}

	.app-header__phone a {
		margin-right: 0;
	}

	.app-header__icon--phone img {
		width: 26px;
	}

	.app-header__icon--address img {
		width: 26px;
	}

	.app-header__icon--email img {
		width: 28px;
	}

	.m-c-list__item {
		padding-left: 40px;
	}

	.m-c-list__item .l-count {
		width: 30px;
		height: 30px;
		line-height: 34px;
	}

	.c-block__buttons {
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 400px) {
	.popup-form__title {
		font-size: 26px;
		margin-bottom: 15px;
	}
}

.privacy input {
		position: absolute;
		z-index: 2;
		opacity: 0;
}
.privacy p,
.privacy label {
	margin: 0!important;
	padding: 0!important;
}
.privacy label {
	position: relative;
	padding-left: 30px!important;
	cursor: pointer;
	user-select: none;
}
.privacy label:before {
		position: absolute;
		z-index: 1;
		top: 2px;
		left: 0;
		display: block;
		width: 20px;
		height: 20px;
		content: '';
		border: 1px solid #dedede;
		background: #fff;
		cursor: pointer;
}
.privacy input + label:after {
	cursor: pointer;
	position: absolute;
		z-index: 1;
		top: 2px;
		left: 0;
		display: block;
		width: 20px;
		height: 20px;
		content: '';
		transition: opacity .2s linear;
		opacity: 0;
		background: url(../images/ic_checkbox.png) 50% 50% no-repeat;
}
.privacy input:checked + label:after {
	opacity: 1;
}
.privacy label.error:before,
.privacy label.error:after {
		display: none!important;
}

.content_icons {
		display: flex;
		margin-bottom: 30px;
		counter-reset: counter;
}

.content_icons .item {
		flex-grow: 1;
		flex-basis: 0;
		display: flex;
		flex-direction: column;
		/* align-items: center; */
		font-size: 15px;
		font-weight: 400;
		line-height: 20px;
}

.content_icons .item div {
		min-height: 95px;
		display: flex;
		align-items: center;
}

.content_icons .item div:after {
		counter-increment: counter;
		content: counter(counter);
		color: #e4e4e4;
		font-size: 48px;
		font-weight: 700;
		line-height: 13.4px;
		position: relative;
		right: -20px;
}

.content_icons .item span {
		margin-top: 30px;
}

.content_icons .item:not(:last-child) {
		margin-right: 35px;
}

@media screen and (max-width: 1024px) {
	.content_icons {
		flex-wrap: wrap;
		flex-direction:row;
		margin-bottom: 0;
	}
	.content_icons .item {
		width: 50%;
		flex-grow: unset;
		flex-basis: unset;
		margin: 0 0 30px!important;
		padding: 0 20px;
	}
}

.content_icons_krovlya {
	text-align: center;
}
.content_icons .item div {
	align-items: flex-end;
	min-height: 110px;
	justify-content: center;
}
.content_icons_krovlya .item div:after {
	content: unset;
}

.user-cookie {
		background-color: #fff;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1000;
		padding: 20px 40px;
		text-align: center;
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
		font-size: 14px;
		box-sizing: border-box;
		transform: translateY(100%);
		transition: all 0.5s ease-in;
}

.user-cookie.active {
	transform: translateY(0);
}

.user-cookie p {
		margin-bottom: 20px;
}

.user-cookie a {
		color: #30c3ea;
}

.user-cookie-close {
		position: absolute;
		right: 10px;
		top: 0;
		text-decoration: none;
		font-size: 40px;
		font-family: Arial;
		font-weight: 200;
		color: #30c3ea;
}

.user-cookie-close i:before {
		content: '×';
}

.user-cookie-confirm {
		font-size: 16px;
		display: inline-block;
		line-height: 1;
		padding: 10px 20px;
		color: white!important;
		border-radius: 5px;
		background: #30c3ea;
		box-shadow: none;
		text-decoration: none;
}

.user-cookie-confirm:hover {
		text-decoration:underline;
}

.features {
		display: flex;
		margin: 30px 0;
		justify-content: center;
}

.features_list {
		padding-top: 70px;
}

.features_list_min {
		padding-left: 100px;
}

.features_list ol {
	counter-reset: myCounter;
}

.features_list li{
	list-style: none;
}

.features_list li:not(:last-child) {
	margin-bottom: 10px;
}

.features_list li:before {
		display: inline-flex;
		width: 35px;
		height: 35px;
		counter-increment: myCounter;
		content:counter(myCounter);
		background-color: #30c3ea;
		color: #ffffff;
		font-size: 18px;
		font-weight: 400;
		line-height: 28px;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		margin-right: 10px;
}

.features_header {
		color: #ffffff;
		font-size: 30px;
		font-weight: 700;
		line-height: 42px;
		text-align: center;
}

.features_icons {
		display: flex;
		justify-content: space-around;
		align-items: flex-end;
		flex-wrap: wrap;
}

.features_icon {
		text-align: center;
		margin: 70px 0 0;
}

.features_icon > div:last-child {
		margin-top: 30px;
		color: #ffffff;
		font-size: 16px;
		font-weight: 700;
}

.features_block {
		padding: 60px 0 60px;
		margin-bottom: 30px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
}

.features_icons_firth {
align-items: baseline;
}

.features_icons_fourth {
		align-items: baseline;
		justify-content: center;
		padding: 0 130px;
}

.features_icons_fourth .features_icon {
		width: calc(25% - 80px);
		margin: 70px 40px 0;
}

.features_icons_firth .features_icon {
		width: calc(33.33% - 80px);
		margin: 70px 40px 0;
}

.features_icon > div:first-child {
		height: 90px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
}

@media screen and (max-width: 1023px) {
	.features_list_min {
			padding-left: 0px;
	}

	.features_img img {
			width: 100%;
	}

	.features {
			flex-direction: column;
	}

	.features_list {
			padding-top: 30px;
	}

	.features_list ol {
		padding: 0;
	}
	.features_icons {
			padding: 0;
			flex-wrap: wrap;
	}

	.features_icon {
			width: calc(50% - 20px)!important;
			margin: 10px!important;
	}
	.m-text img {
			width: 100%;
			height: 100%;
	}
}
@media screen and (max-width: 479px) {
	.features_icons_firth .features_icon {
    width: calc(100% - 20px) !important;
}
}


.m-b-list__items-container_serv {
	line-height: 1.2;
	flex-wrap: wrap;
	justify-content: center;
}
.m-b-list__items-container_serv a {
	text-decoration: none;
}
.m-b-list__items-container_serv .m-b-list__item {
	margin-bottom: 20px;
}
.m-b-list__items-container_serv .m-b-list__item>a>div {
	position: relative;
	z-index: 1;
	padding: 30px 20px !important;
	height: 100% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 225px !important;
}
.m-b-list__items-container_serv .m-b-list__item>a>div:after {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.45);
}
.m-b-list__items-container_serv .m-b-list__item>a:hover>div:after {
	background: rgba(0,0,0,.6);
}
.m-b-list__items-container_serv .m-b-list__item-title {
	position: relative;
	z-index: 3;
	margin-bottom: 0 !important;
}

.kaska_man {
	background: url("../images/kaska_man.png") no-repeat;
	background-size: cover;
	width: 26%;
}

.c-block--type-2-without-padding > div{
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}

.c-block--type-2-without-padding .send_form{
	margin-bottom: 20px;
	margin-top: 20px;
}

.c-block--type-2-without-padding .c-block__text-container{
	padding-right:0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.c-block--type-2-without-padding .modal_specialist_form_noborder {
	display:none !important;
}


@media screen and (max-width: 1023px) {

}

.qote_service_block {
	background-color: #E4E9EF;
}

.qote_service_block_content {
	padding: 20px 75px 10px;
	margin-bottom: 55px;
}

.app__content_custom .b-price{
	margin-bottom: 34px;
}

.m-b-list--how_block  .m-b-list__title{
	text-align: center;
}

.app__content_custom .c-block--type-2-without-padding{
	margin-top: 0;
}
.video_link{
	position: relative;
}

.video_link:after {

	 content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../images/video_link.png");
  background-repeat: no-repeat;
  width: 100%;

height: 100%;
background-size: 40%;
background-position: center;
}

.articles {

}

.article-excerpt {
	margin-bottom: 68px;
}

.article-excerpt:after {
	content: '';
	display: table;
	clear: both;
}

.article-excerpt__image {
	float: left;
	width: 40.807%;
	margin: 0 36px 20px 0;
}

.article-excerpt__title {
	text-align: left !important;
}

.article-excerpt__title a {
	color: inherit;
	text-decoration: none;
}

.article-excerpt__title a:hover {
	color: #30c3ea;
	text-decoration: none;
}

.article-excerpt__date {
	margin: -19px 0 19px 0;
}

.article-excerpt__text {
	margin-bottom: 32px;
}

.article-excerpt__btn {
	font-size: 18px;
	padding-left: 50px;
	padding-right: 50px;
}

@media screen and (max-width: 767px) {
	.article-excerpt__image {
		float: none;
		width: 100%;
		margin-right: 0;
	}
}


.grid_services{
	display: flex;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;

	--service_count: 4;

	margin: -28px 0 0 -4px;
}

.grid_services .service{
	width: calc(25% - 4px);
	margin: 28px 0 0 4px;
}

.grid_services .service .box{
	position: relative;
}

.grid_services .service .img{
	background: #151c26;
	position: relative;
	padding-bottom: 80.46%;
	display: block;
}

.grid_services .service img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	opacity: .38;
}

.grid_services .service .block{
	position: absolute;
	bottom: 0;
	letter-spacing: 0;
	max-width: 230px;
	width: 100%;
	border: 4px solid #3bc3e8;
	border-bottom: none;

	padding: 14px 22px;
}

.grid_services .service .name{
	color: #fff;
	font-size: 23px;
	font-weight: 700;
	line-height: 24px;
}

.grid_services .service .name a{
	color: #fff;
	text-decoration: none;
	transition: .2s linear;
}

.grid_services .service .name a:hover{
	color: #3bc3e8;
}

.grid_services .service .more{
	margin-top: 16px;

	font-size: 17px;
	color: #3bc3e8;
	line-height: normal;
}

.grid_services .service .more a{
	color: #3bc3e8;
	transition: .2s linear;
	text-decoration: none;
}

.grid_services .service .more a:hover{
	color: #fff;
}

.grid_services .service .price{
	border: 4px solid #3bc3e8;
	border-top: none;
	max-width: 230px;

	padding: 18px 22px 6px;

	color: #3bc3e8;
	font-size: 20px;
	font-weight: 700;
	line-height: normal;

	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: flex-end;
	flex-wrap: wrap;
}

.grid_services .service .price sup{
	font-size: 12px;
}


@media (max-width: 1023px) {
	.grid_services{
		--service_count: 3;
	}

	.grid_services .service{
		width: calc(33.333% - 4px);
	}

	.grid_services .service .block{
		max-width: 210px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.grid_services .service .price{
		max-width: 210px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 767px) {
	.grid_services{
		--service_count: 2;
	}

	.grid_services .service{
		width: calc(50% - 4px);
	}

	.grid_services .service .block{
		max-width: 190px;
		padding-left: 11px;
		padding-right: 11px;
	}

	.grid_services .service .name{
		font-size: 20px;
		line-height: 22px;
	}

	.grid_services .service .price{
		max-width: 190px;
		padding-left: 11px;
		padding-right: 11px;

		font-size: 18px;
	}
}

@media (max-width: 479px)
{
	.grid_services .service .img{
		padding-bottom: 90%;
	}

	.grid_services .service .block{
		max-width: 150px;
		padding: 6px 11px;
	}

	.grid_services .service .name{
		font-size: 16px;
		line-height: 18px;
	}

	.grid_services .service .more{
		font-size: 14px;
		margin-top: 12px;
	}

	.grid_services .service .price{
		max-width: 150px;

		font-size: 16px;
	}
}

@media (max-width: 374px)
{
	.grid_services .service .block{
		max-width: none;
		padding: 6px;
	}

	.grid_services .service .name{
		font-size: 14px;
		line-height: 16px;
	}

	.grid_services .service .more{
		font-size: 12px;
	}

	.grid_services .service .price{
		max-width: none;

		font-size: 14px;
		padding: 10px 6px 6px;
	}
}
.other_services {
	margin-top: 35px;
    margin-bottom: 60px;
}
.other_services .block-title{
	font-size: 33px;
}

.other_services a{
	margin-right: 20px;
	    font-size: 21px;
    padding: 16px 25px 10px;
}

.last_link{
	color: black !important;
}

.img_name {
	display: none !important;
}


.wrap
{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-width: 320px;
    margin-bottom: 43px;
    margin-top: 10px;

    background: #fff;
}


.main
{
    flex: 1 0 auto;
}


.cont
{
    width: 100%;
    max-width: 1288px;
    margin: 0 auto;
    padding: 0 24px;
}


.row
{
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

/*-------------------
    First section
-------------------*/
.first_section
{
    position: relative;
    z-index: 1;

    overflow: hidden;

    background: #ddd;
}


.first_section .bg
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.first_section .cont
{
    display: flex;

    min-height: 643px;
    padding-top: 87px;
    padding-bottom: 87px;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}


.first_section .info
{
    color: #fff;

    width: 680px;
    max-width: calc(100% - 426px);
}

.first_section .info .title
{
    font-family: 'Myriad Pro';
    font-size: 48px;
    font-weight: bold;
    line-height: 58px;
}

.first_section .info .desc
{
    font-family: 'Myriad Pro';
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;

    margin-top: 52px;
}

.first_section .info .desc > * + *
{
    margin-top: 29px;
}


.first_section .form
{
    width: 374px;
    max-width: 100%;
    margin-left: auto;
    padding: 24px 28px 36px;

    border: 5px solid #fff;

    --form_border_color: #fff;
    --form_focus_color: #fff;
    --form_bg_color: none;
    --form_placeholder_color: #fff;
}


.first_section .form .title
{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 26px;
    font-weight: 900;
    line-height: 31px;

    margin-bottom: 27px;
}


.first_section .form ::-webkit-input-placeholder
{
    color: var(--form_placeholder_color);
}

.first_section .form :-moz-placeholder
{
    color: var(--form_placeholder_color);
}

.first_section .form :-ms-input-placeholder
{
    color: var(--form_placeholder_color);
}


.first_section .form .line
{
    margin-bottom: 28px;
}


.first_section .form .label
{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 16px;
    line-height: 19px;

    margin-bottom: 14px;
}


.first_section .form .field
{
    position: relative;
}

.first_section .form .field.row
{
    justify-content: space-between;
    align-items: center;
    align-content: center;
}


.first_section .form .input
{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 16px;
    line-height: 19px;

    display: block;

    width: 100%;
    height: 31px;
    padding: 0 0 10px;

    border: none;
    border-bottom: 2px solid var(--form_border_color);
    border-radius: var(--form_border_radius);
    background: var(--form_bg_color);
}

.first_section .form .field.row .input
{
    width: calc(50% - 13px);
}

.first_section .form .input:-webkit-autofill
{
    -webkit-box-shadow: inset 0 0 0 50px var(--form_bg_color) !important;
}


.first_section .form input[type=checkbox]
{
    display: none;
}

.first_section .form input[type=checkbox] + label
{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 14px;
    line-height: 15px;

    position: relative;

    display: table-cell;

    height: 22px;
    padding-left: 37px;

    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.first_section .form input[type=checkbox] + label a
{
    color: #44c3e6;

    text-decoration: none;
}

.first_section .form input[type=checkbox] + label:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 22px;
    height: 22px;

    content: '';
    transition: .2s linear;

    background: #fff;
}

.first_section .form input[type=checkbox] + label:after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: block;

    width: 22px;
    height: 22px;

    content: '';
    transition: opacity .2s linear;

    opacity: 0;
    background: url(../images/ic_check.svg) 50% no-repeat;
}

.first_section .form input[type=checkbox]:checked + label:after
{
    opacity: 1;
}


.first_section .form .agree
{
    margin-top: -10px;
}


.first_section .form .submit
{
    margin-top: -10px;
}

.first_section .form .submit_btn
{
    color: #fff;
    font-family: 'Myriad Pro';
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;

    display: block;

    width: 100%;
    padding: 16px 32px;

    border-radius: 31px;
    background: #44c3e6;
}

.svg-icon--m-ico5-custom .svg-icon__link {
	background: url("../images/guarantee-2_1.svg") no-repeat;
}

.m-icons__item:hover .svg-icon--m-ico5-custom .svg-icon__link {
	background: url("../images/guarantee-2_1-1.svg") no-repeat;
}

.m-icons__item-icon--type-5 .svg-icon--m-ico5-custom {
    width: 94px;
}

.svg-icon--m-ico6-custom .svg-icon__link {
	background: url("../images/master_1.svg") no-repeat;
}

.m-icons__item:hover .svg-icon--m-ico6-custom .svg-icon__link {
	background: url("../images/master_1-1.svg") no-repeat;
}

.m-icons__item-icon--type-6 .svg-icon--m-ico6-custom {
    height: 87px;
}

.m-icons__item-icon--type-6 {
    padding-bottom: 2px;
}

.how-make-order-button-container .b-reviews__link {
    
    width: 294px;
   
}

