/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

fieldset,hr {
	border: 0;
	padding: 0;
}

hr {
	display: block;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 1em 0;
}

audio,canvas,iframe,img,svg,video {
	vertical-align: middle;
}

.wpcf7-form p,fieldset {
	margin: 0;
}

.browserupgrade {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0;
}

@font-face {
	font-family:'CentSchbkCyrill BT';src:url(../fonts/CenturySchlbkCyrillicBT-Bold.eot);src:url(../fonts/CenturySchlbkCyrillicBT-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/CenturySchlbkCyrillicBT-Bold.woff2) format("woff2"),url(../fonts/CenturySchlbkCyrillicBT-Bold.woff) format("woff"),url(../fonts/CenturySchlbkCyrillicBT-Bold.ttf) format("truetype"),url(../fonts/CenturySchlbkCyrillicBT-Bold.svg#CenturySchlbkCyrillicBT-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap;
}

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

@font-face {
	font-family:'Acrom';src:url(../fonts/Acrom-Medium.eot);src:local("Acrom Medium"),local("Acrom-Medium"),url(../fonts/Acrom-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/Acrom-Medium.woff2) format("woff2"),url(../fonts/Acrom-Medium.woff) format("woff"),url(../fonts/Acrom-Medium.ttf) format("truetype"),url(../fonts/Acrom-Medium.svg#Acrom-Medium) format("svg");font-weight:500;font-style:normal;
}

@font-face {
	font-family:'Acrom';src:url(../fonts/Acrom-ExtraBold.eot);src:local("Acrom ExtraBold"),local("Acrom-ExtraBold"),url(../fonts/Acrom-ExtraBold.eot?#iefix) format("embedded-opentype"),url(../fonts/Acrom-ExtraBold.woff2) format("woff2"),url(../fonts/Acrom-ExtraBold.woff) format("woff"),url(../fonts/Acrom-ExtraBold.ttf) format("truetype"),url(../fonts/Acrom-ExtraBold.svg#Acrom-ExtraBold) format("svg");font-weight:800;font-style:normal;
}

@font-face {
	font-family:'Acrom';src:url(../fonts/Acrom-Thin.eot);src:local("Acrom Thin"),local("Acrom-Thin"),url(../fonts/Acrom-Thin.eot?#iefix) format("embedded-opentype"),url(../fonts/Acrom-Thin.woff2) format("woff2"),url(../fonts/Acrom-Thin.woff) format("woff"),url(../fonts/Acrom-Thin.ttf) format("truetype"),url(../fonts/Acrom-Thin.svg#Acrom-Thin) format("svg");font-weight:100;font-style:normal;
}

@font-face {
	font-family:'Acrom';src:url(../fonts/Acrom-Regular.eot);src:local("Acrom"),local("Acrom-Regular"),url(../fonts/Acrom-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/Acrom-Regular.woff2) format("woff2"),url(../fonts/Acrom-Regular.woff) format("woff"),url(../fonts/Acrom-Regular.ttf) format("truetype"),url(../fonts/Acrom-Regular.svg#Acrom-Regular) format("svg");font-weight:400;font-style:normal;
}

@font-face {
	font-family:'Acrom';src:url(../fonts/Acrom-Light.eot);src:local("Acrom Light"),local("Acrom-Light"),url(../fonts/Acrom-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/Acrom-Light.woff2) format("woff2"),url(../fonts/Acrom-Light.woff) format("woff"),url(../fonts/Acrom-Light.ttf) format("truetype"),url(../fonts/Acrom-Light.svg#Acrom-Light) format("svg");font-weight:300;font-style:normal;
}

.btn {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	border-radius: 4px;
	padding: 20px 35px;
	color: #fff;
	background: #17bceb;
	background: url(../img/button-bg.png) center top no-repeat,-webkit-gradient(linear,left top,right top,from(#17bceb),to(#bf45ed));
	background: url(../img/button-bg.png) center top no-repeat,linear-gradient(to right,#17bceb 0%,#bf45ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17bceb', endColorstr='#bf45ed', GradientType=1);
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.btn:hover {
	background: #bf45ed;
	background: url(../img/button-bg.png) center top no-repeat,-webkit-gradient(linear,left top,right top,from(#bf45ed),to(#17bceb));
	background: url(../img/button-bg.png) center top no-repeat,linear-gradient(to right,#bf45ed 0%,#17bceb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf45ed', endColorstr='#17bceb', GradientType=1);
}

.btn:hover,.page-content a:hover,a {
	text-decoration: none;
}

.btn--rose,.portfolio-single-firstscreen__form input[type=submit],.simple-popup input[type=submit] {
	background: #f55eac;
	background: url(../img/button-bg.png) center top no-repeat,-webkit-gradient(linear,left top,right top,color-stop(1%,#f55eac),to(#f29778));
	background: url(../img/button-bg.png) center top no-repeat,linear-gradient(to right,#f55eac 1%,#f29778 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55eac', endColorstr='#f29778', GradientType=1);
}

.btn--rose:hover,.portfolio-single-firstscreen__form input[type=submit]:hover,.simple-popup input[type=submit]:hover {
	background: #f29778;
	background: url(../img/button-bg.png) center top no-repeat,-webkit-gradient(linear,left top,right top,color-stop(1%,#f29778),to(#f55eac));
	background: url(../img/button-bg.png) center top no-repeat,linear-gradient(to right,#f29778 1%,#f55eac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29778', endColorstr='#f55eac', GradientType=1);
}

.btn--transparent {
	background: 0 0;
	border: 1px solid #4ec8ee;
	color: #4ec8ee;
	position: relative;
}

.btn--transparent:hover {
	background: #4ec8ee;
	color: #fff;
}

* {
	outline: 0;
	box-sizing: border-box;
}

a {
	color: #17bceb;
}

a:hover {
	text-decoration: underline;
}

body {
	max-width: 2500px;
	min-width: 320px;
	margin: 0 auto;
	color: #0a3b4f;
	font-size: 16px;
	font-family: 'Acrom',sans-serif;
	-webkit-transition: right .3s linear 0s;
	transition: right .3s linear 0s;
	right: 0;
	position: relative;
}

.wow {
    visibility: hidden;
}

body.inner-page {
	padding-top: 140px;
}

.center-wrap {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1170px;
	margin: 0 auto;
}

.mobile-menu-wrap {
	display:none;
}

::-webkit-input-placeholder {
	color: #0a3b4f;
}

:-moz-placeholder,::-moz-placeholder {
	color: #0a3b4f;
	opacity: 1;
}

:-ms-input-placeholder,::-ms-input-placeholder {
	color: #0a3b4f;
}

a,a:active,a:hover,a:visited {
	outline: 0;
}

table img {
	max-width: 600px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

p {
	margin: 0 0 20px;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	margin: 0 0 20px;
	line-height: 1.2;
	font-family: 'CentSchbkCyrill BT';
}

.h4,h4 {
	font-size: 24px;
}

.h5,h5 {
	font-size: 18px;
}

.h6,h6 {
	font-size: 16px;
}

.home .h1,.home .h2,.home .h3,.home .h4,.home .h5,.home .h6,.home h1,.home h2,.home h3,.home h4,.home h5,.home h6 {
	font-weight: 400;
	text-transform: none;
}
.wpcf7 form .wpcf7-response-output {
	display: none !important;
}
.h2,.home .h4,.home .h5,.home h4,.home h5,h2 {
	font-size: 36px;
}

.home .h1,.home h1 {
	font-size: 72px;
}

.home .h2,.home .new_title .h1,.home .new_title h1,.home h2 {
	font-size: 60px;
}

.h1,.home .h3,.home h3,h1 {
	font-size: 48px;
}

.h3,.home .h6,.home h6,h3 {
	font-size: 30px;
}

input[type=email],input[type=password],input[type=tel],input[type=text], input[type=url] {
	height: 60px;
	border-radius: 5px;
	border: 1px solid #d9d9ea;
	padding: 0 25px;
	font-size: 14px;
	text-transform: uppercase;
	width: 100%;
	font-family: 'Acrom',sans-serif;
}

[type=submit],input[type=button],textarea {
	text-transform: uppercase;
	width: 100%;
	font-family: 'Acrom',sans-serif;
}

textarea {
	height: 130px;
	resize: vertical;
	border-radius: 5px;
	border: 1px solid #d9d9ea;
	font-size: 14px;
	padding: 15px 30px 10px;
}

[type=submit],input[type=button] {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	border-radius: 4px;
	padding: 20px 35px;
	color: #fff;
	background: #17bceb;
	background: url(../img/button-bg.png) center top no-repeat,-webkit-gradient(linear,left top,right top,from(#17bceb),to(#bf45ed));
	background: url(../img/button-bg.png) center top no-repeat,linear-gradient(to right,#17bceb 0%,#bf45ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17bceb', endColorstr='#bf45ed', GradientType=1);
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	border: 0;
}

[type=submit]:hover,input[type=button]:hover {
	background: #bf45ed;
	background: url(../img/button-bg.png) center top no-repeat,-webkit-gradient(linear,left top,right top,from(#bf45ed),to(#17bceb));
	background: url(../img/button-bg.png) center top no-repeat,linear-gradient(to right,#bf45ed 0%,#17bceb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf45ed', endColorstr='#17bceb', GradientType=1);
}

.attachment img,img,img.size-auto,img.size-full,img.size-large,img.size-medium {
	height: auto;
	max-width: 100%;
}

.alignleft {
	margin-right: 16px;
}

.alignleft,.alignright,img.alignleft,img.alignright {
	float: left;
	display: inline;
	margin-top: 4px;
}

.alignright,img.alignright {
	float: right;
	margin-left: 16px;
}

.aligncenter,img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter,img.alignleft,img.alignnone,img.alignright {
	margin-bottom: 12px;
}

img.alignleft,img.alignnone {
	margin-right: 10px;
}

.page_content table {
	max-width: 100%!important;
	border-collapse: collapse;
	font-size: 16px;
}

.page_content table td,.page_content table th {
	width: auto!important;
	padding: 5px;
}

.page_content ol,.page_content ul {
	margin-left: 25px;
}

.page_content>ol,.page_content>table,.page_content>ul {
	margin-bottom: 20px;
}

.page_content ol li {
	list-style: decimal!important;
}

.page_content ul li {
	list-style: disc!important;
}

.page_content ul ul li {
	list-style: circle!important;
}

.page_content ul ul ul li {
	list-style: square!important;
}

pre {
	page-break-inside: avoid;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 20px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.wpcf7-form-control-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
}

.wpcf7-not-valid-tip {
	position: absolute;
	right: 5px;
	top: 5px;
	display: none !important;
}
input.wpcf7-not-valid {
	-webkit-box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.5) inset;
    -moz-box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.5) inset;
    box-shadow: 0px 5px 20px 0px rgba(255, 56, 56, 0.5) inset;
    border: 1px solid rgba(255, 56, 56, 0.5);
}
.ajax-loader, .wpcf7-spinner {
	display: none!important;
}

.page-content {
	font-family: 'Acrom',sans-serif;
	font-size: 18px;
	line-height: 1.6;
}

.page-content p:not([class]),.page-content ul:not([class]) {
	margin-bottom: 15px;
}

.page-content ul:not([class]) li {
	padding-left: 30px;
	background: url(../img/li-marker.png) 0 5px no-repeat;
}

.page-content table {
	max-width: 1160px;
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.page-content table tr th {
	padding: 20px;
	font-weight: 400;
	font-size: 16px;
	background: #5968cd;
	color: #fff;
	border: 0;
	border-bottom: 10px solid #fff;
	text-align: left;
}

.page-content table tr td:first-child,.page-content table tr th:first-child {
	border-left: none;
}

.page-content table tr td {
	padding: 20px;
	border-bottom: 2px solid #fff;
	background: #fafaf9;
	font-size: 16px;
	background: #f6f6fb;
}

.page-content table tr:nth-child(2n) td {
	background: #f1f1f7;
}

.page-content a {
	text-decoration: underline;
}

.page-content .btn,.personal-agree a:hover,.subservices-column a {
	text-decoration: none;
}

.page-content a:not([class]):visited {
	color: #7a12bb;
}

.page-content ul li {
	margin-top: 20px;
	padding-left: 40px;
	position: relative;
}

.page-content ul li::before {
	display: block;
	content: "";
	position: absolute;
	width: 17px;
	height: 3px;
	left: 0;
	top: 10px;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
}

.page-content ul li:first-child {
	margin-top: 0;
}

.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

body.fancybox-active .header {
	right: 17px;
}

.inner-page .header {
	padding: 30px 0;
}

.header.fixed {
	padding: 20px 0;
	background: #fff;
}

.header__content {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.header__menu,.mobile-menu .menu-item-has-children>div {
	position: relative;
}

.header__nav {
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.header__phone {
	-webkit-box-flex: 0;
	flex: 0 0 243px;
	font-size: 18px;
	font-weight: 700;
	position: relative;
}



.header__phone a {
	color: #0a3b4f;
}

.header__phone a:hover, .header__phone a:focus {
	text-decoration: none;
	color:#FF9678;
}

.header__phone img {
	margin-right: 5px;
}

.header__order {
	-webkit-box-flex: 0;
	flex: 0 0 160px;
}

.header__order .btn {
	width: 160px;
	height: 50px;
	background: url(../img/button-border.png) 0 0 no-repeat;
	border: 0;
	border-radius: 5px;
	padding: 16px 10px 14px;
	font-size: 12px;
	text-indent: -9999px;
}

.header__order .btn:hover {
	background: url(../img/call-order-hover.png) 0 0 no-repeat;
}

.gradient-text {
	background: -webkit-gradient(linear,left top,right top,from(#17bceb),to(#bf45ed));
	background: linear-gradient(to right,#17bceb 0%,#bf45ed 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.btn:hover .gradient-text {
	opacity: 0;
}

.menu-opener {
	cursor: pointer;
}




body.opened,html.opened {
	overflow: hidden;
}

body.opened .inner-page .header {
	right: 330px;
	-webkit-transition: right .3s linear 0s;
	transition: right .3s linear 0s;
}

body.opened {
	right: 330px;
}

body.opened .header {
	right: 330px;
	left: auto;
}



.mobile-menu-footer {
	width: 100%;
	z-index: 100;
	text-align: center;
	padding: 10px;
	background: #fff;
}

.mobile-menu-wrap .btn {
	padding: 16px 10px 14px;
	font-size: 12px;
	width: 150px;
	min-width: 150px;
}







.main-menu li a,.mobile-menu li a {
	font-size: 13px;
	color: #0a3b4f;
	text-transform: uppercase;
	font-weight: 700;
}


.main-menu {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
}

.main-menu li {
	margin-left: 20px;
}
.main-menu li.menu-item-has-children {
    position: relative;
}
.main-menu li.menu-item-has-children ul li {
    margin:0;
}
.main-menu li.menu-item-has-children ul {
    background: rgba(255,255,255, 0.9);
    width: max-content;
    padding:10px;
}
.main-menu li.menu-item-has-children ul li a {
    padding:5px 10px;
    display: block;
}
.main-menu li.menu-item-has-children ul li.menu-item-has-children {
    position: relative;
}

.main-menu li.menu-item-has-children > a {
    position: relative;
    padding-right: 20px;
}
.main-menu li.menu-item-has-children > a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
}
.main-menu li.menu-item-has-children ul li.menu-item-has-children > a::after {
    transform: rotate(-45deg);
    top:8px;
    right: 10px;
}
.main-menu li.menu-item-has-children ul li.menu-item-has-children ul.sub-menu {
    position: absolute;
    opacity: 0;
    left: 0;
    top: -9999px;
    background: rgba(255,255,255, 0.9);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 9px 11px 9px 0;
    min-width: 180px;
    border-top: 1px solid #bf45ed;
    transition: opacity .3s linear 0s;
    z-index: 99;
    white-space: nowrap;
}
.main-menu li.menu-item-has-children ul li.menu-item-has-children:hover ul.sub-menu  {
    top: 0;
    opacity: 1;
    left:100%;
}
.main-menu li:first-child {
	margin-left: 0;
}

.main-menu ul.sub-menu {
    position: absolute;
    opacity: 0;
    left: 0;
    top: -9999px;
    background: rgba(255,255,255, 0.5);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 9px 11px 9px 0;
    min-width: 275px;
    border-top: 1px solid #bf45ed;
    transition: opacity .3s linear 0s;
    z-index: 99;
    white-space: nowrap;
	border-radius: 10px;
}

.main-menu li.menu-item-has-children:hover > ul.sub-menu  {
    top: 100%;
    opacity: 1;
}




.first-screen__buttons .btn span::before,.mobile-menu .menu-item-has-children>div span.opener {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



.simple-popup.menu-popup {
	max-width: 100%;
	height: 100vh;
	max-height: 100%;
	background: linear-gradient(45deg,#17bceb,#bf45ed);
}

.menu-modal-row {
	display: -webkit-box;
	display: flex;
	align-content: center;
	-webkit-box-align: center;
	align-items: center;
	height: 100%;
}

.menu-modal-heading {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	width: 100%;
	text-align: center;
}

.menu-modal-content-column {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.menu-column {
	-webkit-box-flex: 0;
	flex: 0 0 33.33333%;
	max-width: 33.3333%;
	padding: 10px;
	color: #fff;
}

.menu-modal-content-fill {
	background: linear-gradient(32deg,#f55eac,#ff9678);
	height: 100%;
	padding: 25px;
	border-radius: 10px;
	background-size: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.menu-column p.h3 {
	font-size: 28px;
}

.menu-column a {
	color: #fff;
}

.menu-column-footer ul li {
	margin-bottom: 10px;
}

.menu-column:hover .menu-modal-content-fill {
	background-size: 400%;
}

.subservices {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.subservices-column-bg {
	min-height: 190px;
	background: linear-gradient(45deg,#17bceb,#bf45ed);
	overflow: hidden;
	position: relative;
	padding: 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.subservices-column {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	overflow: hidden;
	padding: 15px 15px 0;
	margin-bottom: 15px;
	align-self: flex-end;
}

.subservices-short-desc {
	position: absolute;
	left: -100%;
	width: 40%;
	bottom: 20px;
}

.subservices-header p.h3 {
	font-size: 25px;
}

.subservices-header p {
	color: #fff;
	text-decoration: none;
}

.subservices-header {
	margin-top: 10px;
	padding-left: 20px;
	height: 100%;
	z-index: 2;
}

.service-img {
	position: absolute;
	top: 60%;
	right: 0;
	z-index: 0;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
}

.subservices-column:hover .subservices-column-bg {
	min-height: 275px;
}

.subservices-column:hover .subservices-short-desc {
	left: 30px;
	-webkit-transition: left .3s ease;
	transition: left .3s ease;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.subservices-column:hover .service-img {
	top: 20%;
}

.subservices.slider .subservices-column {
	-webkit-box-flex: 0;
	flex: 0 0 100%;
	max-width: 100%;
}

.first-screen {
	background: url(../img/first-screen-bg.jpg) center top no-repeat;
	height: 760px;
	padding-top: 175px;
	position: relative;
}

.first-screen__content h1 {
	font-size: 56px;
	line-height: 1.2;
	font-family: 'CentSchbkCyrill BT';
}

.first-screen__info {
	margin-top: 35px;
	font-size: 24px;
	max-width: 840px;
	margin-bottom: 90px;
}

.first-screen__buttons,.first-screen__buttons .btn {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.first-screen__buttons {
	flex-wrap: wrap;
}

.first-screen__buttons .btn {
	margin-right: 30px;
	-webkit-box-pack: center;
	justify-content: center;
	height: 60px;
	width: 300px;
	padding: 0 20px;
}

.first-screen__buttons .btn span {
	margin-left: 15px;
	padding-left: 25px;
	position: relative;
}

.first-screen__buttons .btn span::before {
	display: block;
	width: 1px;
	height: 39px;
	background: #89c8f3;
	left: 0;
}

.to-top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	width: 52px;
	height: 52px;
	background: url(../img/next-slide.png) center center no-repeat;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	z-index: 100;
	display: none;
	cursor: pointer;
}

.down-arrow {
	display: inline-block;
	width: 42px;
	height: 42px;
	background: url(../img/down-arrow.png);
	position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
	bottom: 40px;
    animation: down 1s infinite;
}
@keyframes down {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateY(15px);
    }
    40% {
        transform: translateX(0);
    }
  }

.main-slider-wrap {
	position: relative;
	z-index: 20;
	height: 740px;
	background: url(../img/main-slider-bg.png) center top no-repeat;
	padding-top: 65px;
	margin-top: -30px;
	color: #fff;
}

.main-slider-wrap .owl-carousel .owl-nav button.owl-prev {
	-webkit-transform: translateX(-112px);
	transform: translateX(-112px);
}

.main-slider-wrap .owl-carousel .owl-nav button.owl-next {
	-webkit-transform: translateX(112px);
	transform: translateX(112px);
}

.main-slider__title {
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 90px;
}

.main-slider .owl-dots {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}

.main-slide,.main-slide__info {
	display: -webkit-box;
	display: flex;
}

.main-slide__info {
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding-top: 50px;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
}

.main-slide__info .btn {
	margin-top: auto;
}

.main-slide__title {
	font-size: 40px;
	font-family: 'CentSchbkCyrill BT';
	margin-bottom: 40px;
	line-height: 1;
}

.main-slide__text {
	font-size: 24px;
}

.main-slide__img {
	-webkit-box-flex: 0;
	flex: 0 0 500px;
	text-align: right;
}

.main-slide .btn {
	width: 210px;
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev {
	display: inline-block;
	width: 52px;
	height: 52px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
}

.owl-carousel .owl-nav button.owl-prev {
	background: url(../img/prev-slide.png);
	left: 0;
}

.owl-carousel .owl-nav button.owl-next {
	background: url(../img/next-slide.png);
	right: 0;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	margin: 0 16px;
	position: relative;
}

.owl-carousel .owl-dots .owl-dot::after {
	display: block;
	content: "";
	width: 8px;
	height: 8px;
	border: 1px solid #6da5da;
	opacity: 0;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.owl-carousel .owl-dots .owl-dot.active::after {
	display: block;
	content: "";
	width: 28px;
	height: 28px;
	border: 1px solid #6da5da;
	opacity: 1;
}

.programm {
	padding: 80px 0 50px;
	background: #e9e9f3;
	margin-top: -30px;
	position: relative;
	z-index: 10;
}

.owl-carousel .owl-dots,.programm__content {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.advantages {
    padding:70px 0 90px 0;
    position: relative;
}
.advantages::after {
    content:"";
    position: absolute;
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    border:35px solid;
    border-color: #fff transparent transparent transparent;
}
.advantages .block-title {
    text-align: center;
}
.advantages_wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.advantages_item {
    -webkit-box-flex: 0;
    flex: 0 0 33%;
    text-align: center;
    margin-top: 30px;
}
.ico-wrap {
	height: 200px;
	width: 200px;
	object-fit: contain;
	border:1px solid #3EBBC4;
	border-radius: 50%;
	margin:0 auto;
	padding:30px;
}
.ico-wrap img {
	width: 100%;
	height: 100%;
}
.advantages_item_title {
    font-family: 'CentSchbkCyrill BT';
    font-weight: bold;
    margin:15px 0;
    font-size: 26px;
}






.programm__text {
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding-right: 60px;
	font-size: 18px;
	line-height: 30px;
}

.programm__text p {
	margin: 20px 0 0;
}

.programm__text p:first-child {
	margin: 0;
}

.programm__button {
	-webkit-box-flex: 0;
	flex: 0 0 240px;
}

.programm__button .btn {
	text-indent: -9999px;
	border: 0;
	border-radius: 5px;
	width: 240px;
	height: 60px;
	background: url(../img/program-button-bg-new.png) 0 0 no-repeat;
}

.programm__button .btn:hover {
	background: url(../img/program-button-bg-new-hover.png) 0 0 no-repeat;
}

.order-block {
	padding: 60px 0 65px;
	background: url('../img/why-bg.jpg') center top no-repeat;
	text-align: center;
}

.order-block form {
	margin-top: 55px;
}

.block-title {
	font-family: 'CentSchbkCyrill BT';
	font-size: 60px;
}

.block-title--middle {
	font-size: 48px;
}

.block-title--mini {
	font-size: 36px;
}

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

.text-white {
	color: #fff;
}

.question-wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    grid-gap:30px;
}

.question-wrap .form-thirds {
    flex-direction: column;
}
.question-wrap .question-right form input[type=submit] {
    width: 100%;
}
.question-wrap .question-right form input[type=submit]:hover {
    width: 100%;
}

.question-left {
    text-align: left;
    color:#000;
    font-family: 'CentSchbkCyrill BT';
}
.question_title {
    font-size: 60px;
    text-transform: uppercase;
}
.question_title span {
    color:#FF9677;
}
.question_podzag {
    font-size: 34px;
    text-transform: uppercase;
}

.question_podzag span {
    color:#FF9677; 
}

.question_desc {
    font-size: 21px;
}
.question_desc span {
    color:#FF9677; 
}
.form-thirds {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin: 0 -10px;
}

.form-thirds .form-third {
	-webkit-box-flex: 0;
	flex: 0 0 33.333333%;
	padding: 0 10px;
}

.personal-agree {
	margin-top: 25px;
	font-size: 14px;
}

.personal-agree a {
	text-decoration: underline;
}

.problems {
	padding: 60px 0 80px;
	background: url(../img/problems-bg.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
}

.problem-blocks {
	margin-top: 50px;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.problem-block {
	-webkit-box-flex: 0;
	flex: 0 0 25%;
	text-align: center;
	margin-top: 30px;
}

.problem-block:first-child,.problem-block:nth-child(2),.problem-block:nth-child(3),.problem-block:nth-child(4) {
	margin-top: 0;
}

.problem-block__icon {
	margin-bottom: 20px;
}

.problem-block__title {
	font-size: 18px;
	margin: 0;
}

.why-work {
	padding: 65px 0;
	background: url(../img/why-bg.jpg) center top no-repeat;
	background-size: cover;
}

.why-work-blocks {
	margin: 65px -15px 0;
	display: -webkit-box;
	display: flex;
}

.why-work-block {
	-webkit-box-flex: 0;
	flex: 0 0 calc(33.333333% - 30px);
	margin: 0 15px;
	background: #fff;
	border-radius: 0 10px;
	padding: 30px 30px 50px;
	box-shadow: 3px 18px 27px rgba(146,146,177,.28);
	font-size: 16px;
	line-height: 1.5;
}

.why-work-block__num {
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: flex;
	border-radius: 50%;
	border: 1px solid #b3c0c5;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-family: 'CentSchbkCyrill BT';
	margin-bottom: 25px;
	font-size: 48px;
}

.why-work-block__title {
	font-size: 24px;
	font-family: 'CentSchbkCyrill BT';
	line-height: 1.2;
	margin-bottom: 15px;
}

.why-work-block:first-child {
	background: #f55fac;
	background: -webkit-gradient(linear,left top,right top,from(#f55fac),to(#f29679));
	background: linear-gradient(to right,#f55fac 0%,#f29679 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55fac', endColorstr='#f29679', GradientType=1);
	color: #fff;
}

.why-work-block:first-child .why-work-block__num {
	border-color: #fff;
}

.result {
	padding: 60px 0 95px;
	background: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
}

.result .block-title {
	margin: 35px 0 40px;
}

.examples {
	height: 830px;
	background: url(../img/examples-bg.png) center top no-repeat;
	color: #fff;
	margin-top: -30px;
	position: relative;
	z-index: 20;
	padding-top: 55px;
}
.examples .tabs {
    margin-bottom: 25px;
}
.project-blocks .ul_title {
	font-size: 24px;
	font-weight: bold;
	color:#bf45ed;
}
.project-blocks ul li {
	margin-top: 10px;
    padding-left: 40px;
    position: relative;
	background: url('../img/li-marker.png') 0 5px no-repeat;
}

.examples__title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 48px;
}
.examples .project-blocks {
	overflow: visible;
}
.examples .project-blocks .project-block {
	padding:0 40px;
}
.examples .owl-carousel .owl-dots {
	margin:40px 0 0 30px;
}
.examples .owl-carousel .owl-nav button.owl-prev {
	left: -70px;
}
.examples .owl-carousel .owl-nav button.owl-next {
	right:-70px;
}
.examples__slider-wrap {
	margin: 100px 0 50px;
}

.example__slide {
	overflow: hidden;
}

.portfolio-columns {
	display: -webkit-box;
	display: flex;
	margin: 0 5px;
}

.portfolio-column {
	-webkit-box-flex: 0;
	padding: 0 5px;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex: 0 0 26%;
}

.portfolio-column:nth-child(2) {
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.examples__slider-wrap .owl-carousel .owl-nav button.owl-prev {
	-webkit-transform: translateX(-112px);
	transform: translateX(-112px);
}

.examples__slider-wrap .owl-carousel .owl-nav button.owl-next {
	-webkit-transform: translateX(112px);
	transform: translateX(112px);
}

.services-and-prices {
	padding: 90px 0 50px;
	background: url(../img/services-bg.png) center -300px no-repeat;
}

.services-and-prices h2 {
	font-size: 60px;
	font-family: 'Acrom',sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -.03em;
}

.service-block {
	display: -webkit-box;
	display: flex;
	border-radius: 0 10px;
	box-shadow: 7px 18px 25px rgba(16,18,63,.17);
	margin: 60px 0 90px;
}

.service-block__info {
	-webkit-box-flex: 1;
	flex-grow: 1;
	background: #fff;
	padding: 40px 60px 40px 40px;
	border-radius: 0 0 0 10px;
}

.service-block__info p {
	font-size: 24px;
}

.service-block__info p:first-child {
	line-height: 30px;
}

.service-block__info ul {
	margin: 20px 0 30px;
	font-size: 18px;
}

.service-block__info ul li {
	padding-left: 30px;
	background: url(../img/li-marker.png) 0 5px no-repeat;
	margin-bottom: 5px;
}

.service-block__buttons,.service-block__price,.service-column li {
	display: -webkit-box;
	display: flex;
}

.service-block__buttons .btn {
	font-size: 12px;
	margin-right: 20px;
	padding: 16px 20px 15px;
}

.service-block__price {
	-webkit-box-flex: 0;
	flex: 0 0 350px;
	border-radius: 0 10px 0 0;
	color: #fff;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background: #f55fac;
	background: -webkit-gradient(linear,left top,right top,from(#f55fac),to(#f29679));
	background: linear-gradient(to right,#f55fac 0%,#f29679 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55fac', endColorstr='#f29679', GradientType=1);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
	text-align: center;
}

.service-block__price span {
	font-size: 60px;
	display: block;
}

.services-title {
	margin-top: 50px;
	font-size: 30px;
	font-family: 'CentSchbkCyrill BT';
}

.service-columns {
	display: -webkit-box;
	display: flex;
	margin: 0 -15px;
}

.service-column {
	-webkit-box-flex: 0;
	flex: 0 0 calc(33.33333% - 30px);
	margin: 0 15px;
}

.service-column li {
	height: 60px;
	border-radius: 5px;
	margin-bottom: 10px;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 10px;
	box-shadow: 3px 8px 18px rgba(14,14,62,.15);
	font-size: 18px;
	cursor: pointer;
	background: #eff2f4;
	background: -webkit-gradient(linear,left top,right top,from(#eff2f4),to(#fff));
	background: linear-gradient(to right,#eff2f4 0%,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff2f4', endColorstr='#ffffff', GradientType=1);
}

.service-column li:last-child {
	margin: 0;
}

.service-column li.active,.service-column li:hover {
	background: #f55fac;
	background: -webkit-gradient(linear,left top,right top,from(#f55fac),to(#f29679));
	background: linear-gradient(to right,#f55fac 0%,#f29679 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55fac', endColorstr='#f29679', GradientType=1);
}

.service-column li .check {
	display: block;
	width: 30px;
	height: 30px;
	-webkit-box-flex: 0;
	flex: 0 0 30px;
	border: 1px solid #d9d9ea;
	background: #fff;
	margin-right: 20px;
}

.service-column li.active .check {
	background: #fff url(../img/galka.png) center center no-repeat;
}

.service-form-wrap {
	border-radius: 10px;
	padding: 30px 30px 40px;
	background: #5c6bce;
	color: #fff;
	height: 100%;
}

.service-form-wrap form {
	color: #000;
}

.service-form-wrap form input:not([type=submit]) {
	margin-bottom: 10px;
	padding: 0 20px;
}

.service-form-wrap form textarea {
	height: 120px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.service-form-wrap form input[type=submit] {
	background: #f55fac;
	background: url(../img/button-bg.png) center top no-repeat,-webkit-gradient(linear,left top,right top,from(#f55fac),to(#f29679));
	background: url(../img/button-bg.png) center top no-repeat,linear-gradient(to right,#f55fac 0%,#f29679 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55fac', endColorstr='#f29679', GradientType=1);
}

.service-form-wrap form input[type=submit]:hover {
	background: #f29679;
	background: url(../img/button-bg.png) center top no-repeat,-webkit-gradient(linear,left top,right top,from(#f29679),to(#f55fac));
	background: url(../img/button-bg.png) center top no-repeat,linear-gradient(to right,#f29679 0%,#f55fac 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29679', endColorstr='#f55fac', GradientType=1);
}

.service-form-wrap .personal-agree {
	margin-top: 20px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 0;
}

.question {
	padding: 50px 0 65px;
	background: #fff;
	text-align: center;
}

.question.rose-bg {
	background: #f1f1f7;
}

.question form {
	margin-top: 25px;
}

.question form input:not([type=submit]) {
	margin-bottom: 20px;
}

.question form textarea {
	height: 110px;
	margin-bottom: 20px;
}

.question form input[type=submit],.question form input[type=submit]:hover {
	cursor: pointer;
	width: 300px;
	background: url(../img/button-bg.png) center top no-repeat,-webkit-gradient(linear,left top,right top,from(#f55fac),to(#f29679));
	background: url(../img/button-bg.png) center top no-repeat,linear-gradient(to right,#f55fac 0%,#f29679 100%);
}

.question form input[type=submit] {
	background: #f55fac;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55fac', endColorstr='#f29679', GradientType=1);
}

.question form input[type=submit]:hover {
	background: #f29679;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f29679', endColorstr='#f55fac', GradientType=1);
}

.footer {
	padding: 0 0 20px;
	background: #e9e9f3;
}

.footer a {
	font-size: 14px;
	color: #0a3b4f;
}

.footer__content {
	display: -webkit-box;
	display: flex;
}

.footer-column {
	padding-right: 40px;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.footer-column:first-child {
	-webkit-box-flex: 0;
	flex: 0 0 160px;
}

.footer-column:last-child {
	-webkit-box-flex: 0;
	flex: 0 0 290px;
	max-width: 290px;
	margin: 0;
}

.footer-column ul {
	text-transform: uppercase;
}

.footer-column ul ul {
	margin-top: 10px;
	text-transform: none;
}

.footer-column li,.portfolio-single-firstscreen__form form input,.simple-popup input {
	margin-bottom: 10px;
}

.footer-column:first-child li {
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-column:first-child li:last-child {
	margin-bottom: 0;
}

.simple-popup {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	padding: 50px 30px;
	text-align: center;
	background: #5c6bce;
	color: #fff;
	border-radius: 10px;
}

.simple-popup form {
	color: #000;
}

.popup-title {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
}

.inner-first-screen {
	background: url(../img/seo-first-screen-bg.jpg) center bottom no-repeat;
}

.breadcrumbs ul,.inner-first-screen__content {
	display: -webkit-box;
	display: flex;
}

.inner-first-screen__info {
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding: 45px 30px 45px 0;
}

.inner-first-screen__info p {
	line-height: 1.6;
}

.inner-first-screen__info h1 {
	font-size: 48px;
	line-height: 1.2;
	color: #0a3b4f;
	margin-bottom: 25px;
	text-transform: none;
	font-family: 'CentSchbkCyrill BT';
}

.inner-first-screen__info-text {
	font-size: 18px;
	line-height: 1.2;
	color: #0a3b4f;
	font-family: 'Acrom',sans-serif;
	min-height: 155px;
	margin-bottom: 20px;
}

.inner-first-screen__form {
	-webkit-box-flex: 0;
	flex: 0 0 420px;
	padding: 45px 40px 40px;
	background: #f55eac;
	background: -webkit-gradient(linear,left top,right top,from(#f55eac),to(#f29778));
	background: linear-gradient(to right,#f55eac 0%,#f29778 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f55eac', endColorstr='#f29778', GradientType=1);
}

.inner-first-screen__form-title {
	color: #fff;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 30px;
	font-family: 'CentSchbkCyrill BT';
	font-weight: 700;
}

.inner-first-screen__form input[type=email],.inner-first-screen__form input[type=password],.inner-first-screen__form input[type=tel],.inner-first-screen__form input[type=text],.inner-first-screen__form textarea {
	border: 0;
	margin-bottom: 10px;
	font-family: 'Acrom';
	font-size: 14px;
}

.inner-first-screen__form .present-button {
	margin-top: 10px;
	position: relative;
	cursor: pointer;
}

.inner-first-screen__form .present-button::after,.inner-first-screen__form .present-button::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}

.inner-first-screen__form .present-button::before {
	background: url(../img/present-icon.png) center center no-repeat;
	width: 34px;
	height: 39px;
	left: 20px;
}

.inner-first-screen__form .present-button::after {
	width: 1px;
	height: 40px;
	left: 75px;
	background: #a7bfe6;
}

.inner-first-screen__form .present-button input[type=submit] {
	text-align: left;
	padding-left: 115px;
	font-family: 'Acrom';
	font-weight: 700;
	cursor: pointer;
}

.inner-first-screen__form .personal-agree {
	margin: 15px 0 0;
	font-size: 12px;
	line-height: 1.25;
	color: #fff;
}

.inner-first-screen__form .personal-agree a {
	color: #ffe1a8;
}

.inner-first-screen__akciya {
	margin-top: 25px;
}

.inner-first-screen__akciya-title {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: 'CentSchbkCyrill BT';
}

.portfolio-single-firstscreen__info .breadcrumbs {
	color: #7599a8;
	font-size: 16px;
	font-family: 'Acrom',sans-serif;
	margin-bottom: 25px;
}

.portfolio-single-firstscreen__info .breadcrumbs .center-wrap {
	padding: 0;
}

.breadcrumbs ul {
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumbs ul li {
	padding-right: 8px;
	margin-right: 7px;
	position: relative;
	font-size: 14px;
}

.breadcrumbs ul li:last-of-type {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumbs ul li:last-of-type::after {
	display: none;
}

.breadcrumbs ul li::after {
	display: block;
	content: "";
	width: 1px;
	height: 12px;
	background: #7599a8;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.breadcrumbs ul li a {
	color: #7599a8;
}

.inner-content {
	padding: 60px 0;
}

.inner-content__wrap {
	display: -webkit-box;
	display: flex;
}

.inner-content__info {
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding-right: 50px;
	line-height: 1.2;
}

.inner-content__info ul li {
	margin-top: 15px;
}

.inner-content__info ul li:first-child {
	margin-top: 0;
}

.inner-content__sidebar {
	-webkit-box-flex: 0;
	flex: 0 0 420px;
}

.inner-content h1,.inner-content h2,.inner-content h3,.inner-content h4,.inner-content h5,.inner-content h6 {
	font-weight: 700;
	font-family: 'CentSchbkCyrill BT';
	color: #0a3b4f;
	line-height: 1;
	text-transform: none;
}

.inner-content h2 {
	font-size: 48px;
}

.article-block {
	background: #fff;
	border-radius: 10px;
	box-shadow: 3px 18px 27px rgba(146,146,177,.28);
	padding: 30px;
	margin-bottom: 30px;
}

.article-block__img {
	margin-bottom: 15px;
}

.article-block__info>a {
	text-decoration: underline;
	padding-right: 25px;
	background: url(../img/more-arrow.png) right center no-repeat;
}

.article-block__info>a:hover,.project-block.visible+.project-block.visible .project-block__link:hover {
	text-decoration: none;
}

.article-block__title {
	color: #0a3b4f;
	font-size: 18px;
	line-height: 1.2;
	font-family: 'CentSchbkCyrill BT';
	font-weight: 700;
	margin-bottom: 10px;
}

.article-block__title a {
	color: #0a3b4f;
}

.article-block__description {
	font-family: 'Acrom',sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #0a3b4f;
	margin-bottom: 10px;
}

.simple-grow {
	padding: 70px 0 80px;
	background: url(../img/sale-grow-bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
}

.simple-grow__title {
	font-size: 48px;
	font-weight: 700;
	font-family: 'CentSchbkCyrill BT';
	margin-bottom: 25px;
}

.simple-grow__text {
	font-size: 24px;
	font-family: 'Acrom',sans-serif;
	margin-bottom: 35px;
	line-height: 1.4;
}

.inner-steps {
	padding: 65px 0 95px;
	background: #e9e9f3;
}

.inner-steps__title {
	text-align: center;
	font-weight: 700;
	font-family: 'CentSchbkCyrill BT';
	font-size: 48px;
	line-height: 1.2;
}

.inner-steps__anchors {
	display: -webkit-box;
	display: flex;
	margin: 40px -4px 0;
	position: relative;
	z-index: 1;
}

.inner-steps__anchor,.inner-steps__anchor-title,.inner-steps__content ul li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.inner-steps__anchor {
	cursor: pointer;
	flex: 0 0 calc(25% - 8px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	background: #eeeef7;
	border-radius: 5px 5px 0 0;
	box-shadow: 3px 18px 27px rgba(146,146,177,.28);
	padding: 40px 20px 20px;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
	-webkit-box-flex: 0;
	margin: 0 4px;
}

.inner-steps__anchor.active,.inner-steps__anchor:hover {
	background: #fff;
}

.inner-steps__anchor-title {
	-webkit-box-flex: 1;
	flex-grow: 1;
	color: #0a3b4f;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
}

.inner-steps__tabs {
	background: #fff;
	min-height: 400px;
	position: relative;
	z-index: 2;
}

.inner-steps__content {
	padding: 45px 30px 15px;
}

.inner-steps__content-title {
	font-weight: 700;
	font-family: 'CentSchbkCyrill BT';
	font-size: 30px;
	line-height: 1.2;
	color: #0a3b4f;
	margin-bottom: 20px;
}

.inner-steps__content ul li {
	font-size: 18px;
	line-height: 1.2;
	font-family: 'Acrom',sans-serif;
	margin: 15px 0;
	padding-left: 60px;
	min-height: 25px;
	background: url(../img/big-galka.png) left center no-repeat;
}

.inner-steps__content ul.two-columns {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
}

.inner-steps__content ul.two-columns li {
	-webkit-box-flex: 0;
	flex: 0 0 calc(50% - 15px);
	margin-left: 15px;
}

.inner-steps__content ul.two-columns li:nth-child(2n+1) {
	margin-left: 0;
	margin-right: 15px;
}

.tabs .tab {
	display: none;
}

.tabs .tab.visible {
	display: block;
}

.footer-top {
	padding: 30px 0;
	margin-bottom: 25px;
	background: #dfdfed;
	font-family: 'Acrom',sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color: #0a3b4f;
	font-size: 12px;
}

.footer-top-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.footer-top__logo {
	-webkit-box-flex: 0;
	flex: 0 0 160px;
}

.footer-top__logo img {
	max-width: 110px;
}

.footer-top__address {
	-webkit-box-flex: 1;
	flex-grow: 1;
	margin: 0;
}

.footer-top__phone,.footer-top__rezhim {
	-webkit-box-flex: 0;
	flex: 0 0 175px;
	margin: 0;
}

.footer-top__rezhim {
	flex: 0 0 290px;
}

.footer-socials {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 25px;
}

.footer-socials a {
	margin-right: 20px;
	width:35px;
	height: 35px;
}

.footer-socials a svg {
	width: 100%;
	height: 100%;
	transition: 0.3s all;
}

.footer-socials a:hover svg {
	scale:1.2;
}
.enddate,.flipdown .rotor-group::after,.flipdown .rotor-group::before,.page-content .tarif-block__title .opener.opened::after {
	display: none;
}

.flipdown {
	width: 347px;
	margin-right: -10px;
}

.flipdown .rotor {
	width: 40px;
	margin-right: 0;
	font-size: 54px;
	font-family: 'Roboto';
	font-weight: 700;
}

.flipdown .rotor-group {
	padding: 0 9px 30px 0;
}

.flipdown.flipdown__theme-light .rotor,.flipdown.flipdown__theme-light .rotor-bottom,.flipdown.flipdown__theme-light .rotor-leaf-front,.flipdown.flipdown__theme-light .rotor-leaf-rear,.flipdown.flipdown__theme-light .rotor-top {
	color: #0a3b4f;
	background: #fff;
}

.flipdown.flipdown__theme-light .rotor::after {
	border-top: solid 1px #0a3b4f;
	width: 40px;
}

.flipdown .rotor-bottom,.flipdown .rotor-leaf,.flipdown .rotor-leaf-front,.flipdown .rotor-leaf-rear,.flipdown .rotor-top {
	width: 40px;
}

.flipdown .rotor:nth-child(2) {
	border-radius: 4px 0 0 4px;
	background: #fff;
}

.flipdown .rotor:nth-child(2) .rotor-leaf-front {
	border-radius: 4px 0 0 0;
}

.flipdown .rotor:nth-child(3) {
	border-radius: 0 4px 4px 0;
	background: #fff;
}

.flipdown .rotor:nth-child(3) .rotor-leaf-front {
	border-radius: 0 4px 0 0;
}

.flipdown .rotor:nth-child(2) .rotor-bottom {
	border-radius: 0 0 0 4px;
}

.flipdown .rotor:nth-child(3) .rotor-bottom {
	border-radius: 0 0 4px 0;
}

.rotor-group-heading {
	font-family: 'Acrom',sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 9px;
	bottom: 0;
}

.page-content .big {
	font-size: 24px;
}

.inner-page .breadcrumbs {
	padding-top: 40px;
	margin-bottom: 10px;
}

.inner-page-bg {
	background: url(../img/inner-page-bg.png) center top no-repeat;
	padding: 25px 0;
}

.inner-page-bg .breadcrumbs {
	padding: 0;
}

.inner-page-bg h1 {
	margin: 0;
	padding-bottom: 0;
}

.inner-page-bg.portfolio-bg {
	background: url(../img/portfolio-firstscreen-bg.jpg) center top no-repeat;
}

.inner-first-screen__info .breadcrumbs .center-wrap {
	padding-left: 0;
	padding-right: 0;
}

.content-with-sidebar {
	display: -webkit-box;
	display: flex;
}

.content-with-sidebar aside {
	-webkit-box-flex: 0;
	flex: 0 0 425px;
}

.content-with-sidebar main {
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding-right: 50px;
}

.article-thumb {
	margin-bottom: 35px;
}

.article-thumb img,.page-content .service-group__img img,.project-block.visible img {
	width: 100%;
    border-radius: 10px;
}

.page-content .contact-block {
	margin-top: 35px;
}

.page-content .contact-block:first-child,.page-content .service-group__info ul li:first-child {
	margin-top: 0;
}

.page-content .contact-block p {
	margin: 5px 0 0;
}

.page-content .contact-block p:first-child {
	margin: 0;
	font-family: 'CentSchbkCyrill BT';
	font-size: 24px;
}

.contacts-map {
	margin: 25px 0 40px;
	height: 350px;
}

.contacts-halfs {
	display: -webkit-box;
	display: flex;
}

.contacts-halfs .contacts-half {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	padding-left: 15px;
}

.contacts-halfs .contacts-half:nth-child(2n+1) {
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	padding-left: 0;
	padding-right: 15px;
}

.content {
	padding: 40px 0;
}

.page-content .tarif-block {
	margin-top: -1px;
}

.page-content .tarif-block:first-child .tarif-block__title {
	border-top: none;
}

.page-content .tarif-block__title {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 25px 0 30px;
	border-top: 1px solid #ededf3;
	border-bottom: 1px solid #ededf3;
}

.page-content .tarif-block__title p {
	margin: 0;
	color: #0a3b4f;
	font-size: 36px;
	font-family: 'CentSchbkCyrill BT';
}

.page-content .tarif-block__title .opener {
	color: #f0907c;
	cursor: pointer;
	border-bottom: 1px dotted #f0907c;
	margin-right: 35px;
	position: relative;
}

.page-content .tarif-block__title .opener::after,.page-content .tarif-block__title .opener::before {
	display: block;
	content: "";
	width: 20px;
	height: 4px;
	position: absolute;
	top: 50%;
	right: -35px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #f0907c;
}

.page-content .tarif-block__title .opener::after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.page-content .tarif-block__title .opener:hover {
	border-color: transparent;
}

.page-content .tarif-block__content {
	display: none;
}

.service-groups {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	margin: 30px -20px 0;
}

.page-content .service-group {
	-webkit-box-flex: 0;
	flex: 0 0 calc(33.333333% - 40px);
	margin: 0 20px 40px;
}

.page-content .service-group__img {
	margin-bottom: 10px;
}

.page-content .service-group__info ul {
	margin: 0;
	padding: 0;
}

.page-content .service-group__info ul li {
	margin-top: 5px;
	font-size: 16px;
	padding: 0;
	background: 0 0;
}

.page-content .service-group__title {
	font-family: 'CentSchbkCyrill BT';
	color: #0a3b4f;
	font-size: 24px;
	margin-bottom: 10px;
}

.page-content .service-group__title a,.page-content .service-group__title a:visited {
	color: #0a3b4f;
	text-decoration: none;
}

.page-content .service-group__title a:hover,.page-content .service-group__title a:visited:hover {
	text-decoration: underline;
}

.portfolio-single-content {
	padding: 60px 0;
}

.portfolio-single-characteristics {
	padding: 55px 0 65px;
	background: #5968cd;
}

.portfolio-single-techs {
	display: -webkit-box;
	display: flex;
	margin: 0 -15px;
	color: #fff;
}

.portfolio-single-tech {
	-webkit-box-flex: 0;
	flex: 0 0 calc(33.333333% - 30px);
	margin: 0 15px;
	text-align: center;
}

.portfolio-single-tech__img {
	height: 140px;
}

.portfolio-single-tech .portfolio-single-tech__title {
	font-size: 24px;
	font-family: 'CentSchbkCyrill BT';
	margin-bottom: 25px;
}

.portfolio-single-tech p {
	font-size: 18px;
	margin: 0;
}

.portfolio-single-firstscreen {
	background: url(../img/portfolio-firstscreen-bg.jpg) center top no-repeat;
}

.portfolio-single-firstscreen__content {
	display: -webkit-box;
	display: flex;
}

.portfolio-single-firstscreen__info {
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.portfolio-single-firstscreen__info .center-wrap {
	padding: 0;
}

.portfolio-single-firstscreen__form {
	-webkit-box-flex: 0;
	flex: 0 0 420px;
	padding: 40px;
	color: #fff;
	background: #a033d0;
	background: -webkit-gradient(linear,left top,right top,from(#a033d0),to(#0ea1cb));
	background: linear-gradient(to right,#a033d0 0%,#0ea1cb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a033d0', endColorstr='#0ea1cb', GradientType=1);
}

.portfolio-single-firstscreen__form .form-title {
	font-size: 30px;
	font-family: 'CentSchbkCyrill BT';
	line-height: 1.2;
	margin-bottom: 10px;
}

.portfolio-single-firstscreen__form .form-description {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.portfolio-single-firstscreen__form form input[type=submit] {
	margin: 0;
}

.portfolio-single-firstscreen__form .personal-agree {
	font-size: 12px;
	margin: 15px 0 0;
}

.portfolio-single-firstscreen__form .personal-agree a {
	color: #ffe1a8;
}

.single-portfolio__description {
	font-size: 18px;
	margin-bottom: 25px;
}

.portfolio-head {
	padding-bottom: 20px;
}

.portfolio-anchors {
	margin:20px 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.portfolio-anchors li {
	position: relative;
	padding: 10px;
	cursor: pointer;
	margin: 0 20px 10px 0;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.portfolio-anchors li span,.portfolio-anchors li.active,.portfolio-anchors li::before {
	background: -webkit-gradient(linear,left top,right top,from(#17bceb),to(#bf45ed));
	background: linear-gradient(to right,#17bceb,#bf45ed);
}

.portfolio-anchors li span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #17bceb;
	display: table;
	position: relative;
	z-index: 3;
}

.portfolio-anchors li.active,.portfolio-anchors li::before {
	border-radius: 5px;
}

.portfolio-anchors li::before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1px;
	-webkit-mask: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fff)) content-box,-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff));
	-webkit-mask: linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
}

.portfolio-anchors li.active {
	padding-left: 10px;
	padding-right: 10px;
	border: 0;
}

.portfolio-anchors li.active::before {
	display: none!important;
}

.portfolio-anchors li.active span {
	background: 0 0;
	color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
	display: inline;
}

.portfolio-projects {
	padding: 20px 0 70px 0;
	background: #fff;
}

.project-blocks {
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap:50px 30px;
}

.project-block {
	display: none;
}


.project-block__info {
	padding: 15px 0 0;
}

.project-block__img {
    position: relative;
}
.project-block__img a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: 1.5s all;
	border-radius: 10px;
}

.project-block__img a:hover img {
	transition: 1.5s all;
	transform: scale(1.2);
}
.project-block__video {
    height:100%;
    left: 0;
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .5s cubic-bezier(.22,1,.36,1);
    width: 100%;
    z-index: 1;
    border-radius: 40px;
}
.project-block:hover .project-block__video {
    opacity: 1;
}
.project-block:hover .project-block__tag {
	bottom:40px;
}
.project-block__tag {
	font-size: 16px;
	font-weight: 700;
	color: #17bceb;
	margin-bottom: 10px;
    position: absolute;
    bottom:15px;
    left:15px;
    background:#fff;
    border-radius: 15px;
    padding:5px 10px;
	transition: 1.5s all;
}

.project-block__tag a {
	color: #17bceb;
}

.project-block__title {
	font-size: 30px;
	height: 45px;
	margin-bottom: 0;
    font-weight: bold;
}

.project-block__link {
	display: inline;
	width: auto;
	text-decoration: underline;
	padding: 0 25px 0 0;
	font-weight: 400;
	color: #17bceb;
	text-transform: none;
	background: url(../img/more-arrow.png) right center no-repeat;
}

.project-block.visible {
	display: block;
}





.num_list.three {
	-webkit-box-pack: center;
	justify-content: center;
}

.num_list {
	flex-wrap: wrap;
	display: -webkit-box;
	display: flex;
}

.four .num_list-elem,.three .num_list-elem,.two .num_list-elem {
	display: block;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	padding: 15px;
}

.four .num_list-elem,.three .num_list-elem {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}

.four .num_list-elem {
	flex: 0 0 25%;
	max-width: 25%;
}

.num_list-elem .count {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 130px;
	line-height: 1;
	font-weight: 700;
	background: linear-gradient(305deg,rgba(245,94,172,.25),rgba(255,150,120,.25));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.num_list-elem img {
	width: 64px;
	display: block;
	margin: auto;
}

.header__logo,.header__menu {
	-webkit-box-flex: 0;
	flex: 0 0 70px;
}

.header__logo {
	flex: 0 0 200px;
}









.single-service-head {
	display: -webkit-box;
	display: flex;
}

.single-service-head__info {
	-webkit-box-flex: 1;
	flex-grow: 1;
	padding-right: 30px;
}

.single-service-head__info .center-wrap {
	padding: 0;
}

.single-service-head__form {
	-webkit-box-flex: 0;
	flex: 0 0 360px;
}

@media (max-width:1499px) {
	.examples__slider-wrap .owl-carousel .owl-nav button.owl-prev,.main-slider-wrap .owl-carousel .owl-nav button.owl-prev {
		-webkit-transform: translateX(-92px);
		transform: translateX(-92px);
	}

	.examples__slider-wrap .owl-carousel .owl-nav button.owl-next,.main-slider-wrap .owl-carousel .owl-nav button.owl-next {
		-webkit-transform: translateX(92px);
		transform: translateX(92px);
	}
}

@media (max-width:1365px) {
	.examples__slider-wrap .owl-carousel .owl-nav button.owl-next,.examples__slider-wrap .owl-carousel .owl-nav button.owl-prev,.main-slider-wrap .owl-carousel .owl-nav button.owl-next,.main-slider-wrap .owl-carousel .owl-nav button.owl-prev {
		-webkit-transform: none;
		transform: none;
		opacity: 0;
		-webkit-transition: all .3s linear 0s;
		transition: all .3s linear 0s;
	}

	.examples__slider-wrap:hover .owl-carousel .owl-nav button.owl-next,.examples__slider-wrap:hover .owl-carousel .owl-nav button.owl-prev,.main-slider-wrap:hover .owl-carousel .owl-nav button.owl-next,.main-slider-wrap:hover .owl-carousel .owl-nav button.owl-prev {
		opacity: 1;
	}

	.service-groups {
		margin: 50px -15px 0;
	}

	.page-content .service-group {
		-webkit-box-flex: 0;
		flex: 0 0 calc(33.333333% - 30px);
		margin: 0 15px 30px;
	}
}

@media (max-width:1169px) {
	.header__logo {
		-webkit-box-flex: 0;
		flex: 0 0 120px;
		padding-right: 0;
		margin-right: 10px;
	}

	.header__menu,.header__phone {
		-webkit-box-flex: 0;
		flex: 0 0 50px;
	}

	.header__phone {
		flex: 0 0 210px;
	}

	.footer-column {
		margin-right: 30px;
	}

	.first-screen {
		padding-top: 135px;
	}

	.block-title,.services-and-prices h2 {
		font-size: 50px;
	}

	.service-form-wrap form input:not([type=submit]) {
		height: 55px;
	}

	.project-blocks {
		margin-left: -10px;
		margin-right: -10px;
	}


}

@media (min-width:1024px) {
	.header__menu {
		display: none;
	}
}

@media (max-width:1023px) {
    .question_title {
        font-size: 50px;
    }
    .question_podzag {
        font-size: 30px;
    }
	.subservices-short-desc {
		width: 90%;
		bottom: auto;
		z-index: 2;
	}

	.subservices-column:hover .service-img {
		top: 50%;
	}

	.subservices-column:hover .subservices-column-bg {
		min-height: 410px;
	}

	.header__nav,.inner-first-screen__form .present-button::after,.inner-first-screen__form .present-button::before,.simple-grow__text br {
		display: none;
	}

	.header__phone {
		margin-left: auto;
	}

	.first-screen {
		height: 650px;
	}

	.first-screen__content h1 {
		font-size: 50px;
	}

	.first-screen__info {
		margin-top: 0;
		margin-bottom: 50px;
	}

	.main-slider__title {
		font-size: 26px;
	}

	.main-slide__img {
		-webkit-box-flex: 0;
		flex: 0 0 300px;
	}

	.main-slide__title {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.programm__content {
		flex-wrap: wrap;
	}

	.form-thirds .form-third,.programm__text {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.programm__text {
		margin-bottom: 30px;
	}

	.programm__button {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		text-align: center;
	}

	.form-thirds {
		flex-wrap: wrap;
		margin: 0;
	}

	.order-block form {
		width: 100%;
	}

	.why-work-blocks {
		flex-wrap: wrap;
		margin: 30px 0 0;
	}

	.why-work-block {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		margin: 0 0 20px;
	}

	.block-title,.services-and-prices h2 {
		font-size: 40px;
	}

	.service-columns {
		flex-wrap: wrap;
		max-width: 768px;
		margin: 0 auto;
	}

	.service-column {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		margin: 0 0 10px;
	}

	.order-block form,.question form {
		max-width: 500px;
		margin: 0 auto;
	}

	.footer__content {
		flex-wrap: wrap;
	}

	.footer-column {
		margin: 0 0 30px;
	}

	.service-block {
		flex-wrap: wrap;
		border-radius: 10px;
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.service-block__info,.service-block__price {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		border-radius: 10px 10px 0 0;
	}

	.service-block__price {
		border-radius: 0 0 10px 10px;
		padding: 30px 0;
	}

	.service-block__price p {
		margin: 0;
	}

	.services-and-prices {
		padding: 60px 0 30px;
	}

	.services-title {
		margin-top: 30px;
	}

	.problem-blocks {
		margin-top: 0;
	}

	.problem-block {
		margin-top: 50px!important;
		padding-left: 10px;
		padding-right: 10px;
	}

	.problem-block__title {
		font-size: 16px;
	}

	.examples {
		height: auto;
		padding: 50px 0;
		background: #17bceb;
		background: -webkit-gradient(linear,left top,right top,from(#17bceb),to(#bf45ed));
		background: linear-gradient(to right,#17bceb 0%,#bf45ed 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17bceb', endColorstr='#bf45ed', GradientType=1);
	}

	.examples__slider-wrap {
		margin: 50px 0;
	}

	.main-slider-wrap {
		height: auto;
		padding: 50px 0;
		background: #17bceb;
		background: -webkit-gradient(linear,left top,right top,from(#17bceb),to(#bf45ed));
		background: linear-gradient(to right,#17bceb 0%,#bf45ed 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17bceb', endColorstr='#bf45ed', GradientType=1);
	}

	.main-slider__title {
		margin-bottom: 50px;
	}

	.inner-content__wrap {
		flex-wrap: wrap;
	}

	.inner-content__info {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		padding-right: 0;
	}

	.inner-content__sidebar {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.inner-steps__anchor-title {
		font-size: 15px;
	}

	.flipdown {
		width: 287px;
	}

	.flipdown .rotor {
		width: 30px;
		height: 60px;
		font-size: 40px;
	}

	.flipdown .rotor-leaf-front,.flipdown .rotor-top {
		line-height: 60px;
	}

	.flipdown .rotor-bottom,.flipdown .rotor-leaf,.flipdown .rotor-leaf-front,.flipdown .rotor-leaf-rear,.flipdown .rotor-top,.flipdown.flipdown__theme-light .rotor::after {
		width: 30px;
		height: 30px;
	}

	.inner-first-screen {
		background: #e3f6fc;
	}

	.inner-first-screen__form {
		padding: 20px;
		-webkit-box-flex: 0;
		flex: 0 0 300px;
		max-width: 300px;
	}

	.inner-first-screen__form-title {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.inner-first-screen__form .present-button input[type=submit] {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}

	.inner-first-screen__akciya-title {
		font-size: 18px;
	}

	.inner-first-screen__akciya {
		margin-top: 15px;
	}

	.inner-first-screen__info h1,.portfolio-single-firstscreen__info h1 {
		font-size: 36px;
	}

	.flipdown {
		height: 90px;
	}

	.rotor-group-heading {
		font-size: 12px;
	}

	.simple-grow {
		padding: 30px 0 35px;
	}

	.inner-steps__anchor {
		padding: 15px;
	}

	.inner-steps__anchor img {
		max-height: 60px;
		width: auto;
	}

	.inner-steps__content {
		padding: 30px 15px;
	}

	.inner-steps__content-title {
		font-size: 20px;
	}

	.inner-steps__content ul li {
		font-size: 14px;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.inner-steps__tabs {
		min-height: 420px;
	}

	.footer-top {
		padding: 20px 0;
	}

	.footer-top-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		height: 100px;
		flex-wrap: wrap;
	}

	.footer-top__logo {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		width: 130px;
	}

	.content-with-sidebar aside,.footer-top__address,.footer-top__logo {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
	}

	.footer-top__phone {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		width: 250px;
	}

	.footer-top__address,.footer-top__rezhim {
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
	}

	.footer-top__rezhim {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		width: 250px;
	}

	.footer-top__address {
		width: calc(100% - 380px);
	}

	.footer-column {
		-webkit-box-flex: 0!important;
		flex: 0 0 50%!important;
	}

	.inner-content h2,.inner-steps__title,.simple-grow__title {
		font-size: 40px;
	}

	.content-with-sidebar {
		flex-wrap: wrap;
	}

	.content-with-sidebar aside .article-blocks {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.content-with-sidebar aside .article-blocks .article-block {
		-webkit-box-flex: 0;
		flex: 0 0 calc(50% - 20px);
		margin-left: 10px;
		margin-right: 10px;
	}

	.content-with-sidebar main {
		padding-right: 0;
	}

	.service-groups {
		margin: 40px -10px 0;
	}

	.page-content .service-group {
		-webkit-box-flex: 0;
		flex: 0 0 calc(33.333333% - 20px);
		margin: 0 10px 20px;
	}

	.page-content .service-group__img {
		margin-bottom: 20px;
	}

	.page-content .service-group__title {
		line-height: 1.2;
	}

	.portfolio-single-firstscreen__form {
		-webkit-box-flex: 0;
		flex: 0 0 300px;
		padding: 20px;
	}

	.portfolio-single-firstscreen__form .form-title {
		font-size: 22px;
	}

	.project-block.visible .project-block__title {
		line-height: 1.2;
		margin-bottom: 20px;
	}

	.project-block.visible .project-block__tag {
		line-height: 1.2;
	}

	.project-block.visible+.project-block.visible .project-block__title {
		margin-bottom: 10px;
	}

	.num_list.four .num_list-elem {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}
}

@media (max-width:991px) {
	.num_list-elem {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width:769px) {
	.examples .project-blocks .project-block {
		padding:15px;
	}
	.examples .owl-carousel .owl-dots {
		margin: 20px auto 35px auto;
   	    justify-content: center;
	}
	.examples .owl-carousel .owl-nav button.owl-prev, .examples .owl-carousel .owl-nav button.owl-next {
		display: none;
	}
    
    .question-wrap {
        grid-template-columns: 1fr 1fr;
    }
    .advantages_item {
        -webkit-box-flex: 0;
         flex: 0 0 50%;
    }
    .advantages_item_title {
        font-size: 20px;
    }
	.first-screen {
		height: auto;
		padding-bottom: 50px;
	}

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

	.first-screen__buttons .btn {
		margin-bottom: 10px;
	}

	.down-arrow,.inner-steps__content-title br,.main-slider-wrap .owl-carousel .owl-nav button.owl-next,.main-slider-wrap .owl-carousel .owl-nav button.owl-prev {
		display: none;
	}

	.subservices-header {
		padding-left: 0;
	}

	.subservices-column:hover .subservices-short-desc {
		left: 15px;
	}

	.main-slide {
		flex-wrap: wrap;
	}

	.main-slide__img {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		text-align: left;
		display: none;
	}

	.main-slide__img img {
		max-width: 300px;
	}

	.main-slide__info {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		-webkit-box-ordinal-group: 2;
		order: 1;
		padding-top: 0;
	}

	.main-slider .owl-dots {
		left: 0;
		right: 0;
		bottom: -40px;
		top: auto;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.main-slider-wrap {
		padding: 50px 0 90px;
	}

	.problem-block {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
	}

	.problems .block-title {
		text-align: center;
	}

	.block-title,.services-and-prices .h2,.services-and-prices h2 {
		font-size: 30px;
		line-height: 1.2;
	}

	.examples__title,.page-content .h1,.page-content .tarif-block__title p,.page-content h1 {
		font-size: 30px;
	}

	.inner-first-screen__content {
		flex-wrap: wrap;
	}

	.contacts-halfs .contacts-half,.inner-first-screen__info {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
	}

	.inner-first-screen__info {
		padding: 30px 0 50px;
	}

	.inner-first-screen__form {
		-webkit-box-flex: 0;
		flex: 0 0 100vw;
		max-width: 100vw;
		padding: 30px 15px;
		margin-left: -15px;
		margin-right: -15px;
	}

	.inner-first-screen__info-text {
		min-height: 0;
		margin-bottom: 30px;
	}

	.inner-first-screen__akciya {
		margin-left: auto;
		margin-right: auto;
		width: 267px;
	}

	.inner-first-screen__akciya-title {
		text-align: center;
	}

	.inner-first-screen__form-title {
		font-size: 30px;
		text-align: center;
	}

	.inner-steps__content ul.two-columns li {
		-webkit-box-flex: 0!important;
		flex: 0 0 100%!important;
		margin-right: 0!important;
		margin-left: 0!important;
		font-size: 16px;
	}

	.inner-steps__anchors {
		flex-wrap: wrap;
	}

	.inner-steps__anchor {
		-webkit-box-flex: 0;
		flex: 0 0 calc(50% - 8px);
		border-radius: 5px;
		margin-bottom: 8px;
	}

	.inner-steps__anchors {
		margin-top: 30px;
	}

	.content-with-sidebar aside .article-blocks {
		margin: 0;
	}

	.content-with-sidebar aside .article-blocks .article-block {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.content-with-sidebar aside .article-blocks .article-block img {
		width: 100%;
	}

	.content-with-sidebar main {
		padding-right: 0;
	}

	.page-content .h2,.page-content h2 {
		font-size: 27px;
	}

	.page-content .h3,.page-content h3 {
		font-size: 24px;
	}

	.page-content .h4,.page-content h4 {
		font-size: 21px;
	}

	.page-content .h5,.page-content h5 {
		font-size: 18px;
	}

	.page-content .h6,.page-content h6 {
		font-size: 16px;
	}

	.contacts-halfs,.portfolio-single-firstscreen__content {
		flex-wrap: wrap;
	}

	.contacts-halfs .contacts-half {
		margin-top: 30px;
		padding: 0;
	}

	.contacts-halfs .contacts-half:first-child {
		margin-top: 0;
	}

	.contacts-halfs .contacts-half:nth-child(2n+1) {
		padding: 0;
	}

	.page-content .service-group {
		-webkit-box-flex: 0;
		flex: 0 0 calc(50% - 20px);
		margin-bottom: 30px;
	}

	.portfolio-single-firstscreen__form {
		-webkit-box-flex: 0;
		flex: 0 0 calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		padding: 30px 15px;
	}

	.portfolio-single-firstscreen__form .form-title {
		font-size: 30px;
		text-align: center;
	}

	.portfolio-single-firstscreen__form .form-description {
		text-align: center;
	}

	.portfolio-single-techs {
		flex-wrap: wrap;
		margin-left: 0;
		margin-right: 0;
	}

	.portfolio-single-tech {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.portfolio-single-tech__img {
		height: auto;
		margin-bottom: 20px;
	}

	.project-block.visible .project-block__info {
		padding: 15px 0 0;
		background: 0 0;
	}

	.project-block.visible .project-block__title {
		margin-bottom: 10px;
	}

	.project-block.visible .project-block__link {
		display: inline;
		width: auto;
		text-decoration: underline;
		padding: 0 25px 0 0;
		font-weight: 400;
		color: #17bceb;
		text-transform: none;
		background: url(../img/more-arrow.png) right center no-repeat;
	}



	.num_list.three .num_list-elem {
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.subservices-column {
		max-width: 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
	}
}

@media (max-width:599px) {
	.examples__title, .page-content .h1, .page-content .tarif-block__title p, .page-content h1 {
		font-size: 24px;
	}
	.project-block.visible img {
		height: 200px;
		object-fit: cover;
	}
	.project-blocks ul li {
		font-size: 14px;
	}
	.portfolio-single-firstscreen ul.list li {
		font-size:14px;
	}
    .question_title {
        font-size: 35px;
    }
    .question_podzag {
        font-size: 20px;
    }
    .question_desc {
        font-size: 14px;
    }
    .question-wrap {
        grid-template-columns: 1fr;
    }
    .question-wrap .form-third {
        width: 100%;
    }
    .project-block__title {
        height: auto;
    }
    .project-blocks {
        grid-template-columns: 1fr;
    }
	.num_list-elem {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.examples__slider-wrap .owl-carousel .owl-nav button.owl-next,.examples__slider-wrap .owl-carousel .owl-nav button.owl-prev,.header__order,.main-slide__text br {
		display: none;
	}

	.first-screen__content .h1,.first-screen__content h1 {
		font-size: 32px;
	}

	.first-screen__info {
		font-size: 20px;
		margin-bottom: 30px;
	}

	.main-slider-wrap {
		padding: 30px 0 70px;
	}

	.main-slide__title {
		font-size: 25px;
	}

	.main-slide__text {
		font-size: 20px;
	}

	.btn {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.main-slider__title {
		margin-bottom: 30px;
	}

	.problems {
		padding: 30px 0;
	}

	.problem-block {
		margin-top: 30px!important;
	}

	.order-block,.why-work {
		padding: 30px 0;
	}

	.why-work-block {
		padding: 30px 20px;
	}

	.why-work-block__num {
		width: 50px;
		height: 50px;
		font-size: 24px;
	}

	.result {
		padding: 30px 0 50px;
		font-size: 20px;
		line-height: 24px;
	}

	.result .block-title {
		margin: 25px 0;
	}

	.service-block__info {
		padding: 30px;
	}

	.service-block__info p:first-child {
		font-size: 20px;
		line-height: 24px;
	}

	.service-block__price {
		font-size: 24px;
	}

	.service-block__price span {
		font-size: 40px;
	}

	.question form input:not([type=submit]) {
		margin-bottom: 0;
	}

	.inner-content .h2,.inner-content h2,.inner-steps__title,.simple-grow__title {
		font-size: 32px;
	}

	.inner-content {
		padding: 40px 0;
	}

	.simple-grow__text {
		margin-bottom: 30px;
	}

	.footer-top-content {
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-wrap: wrap;
		-webkit-box-align: start;
		align-items: flex-start;
	}

	.footer-top__logo {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		-webkit-box-pack: center;
		justify-content: center;
		margin-bottom: 20px;
	}

	.footer-top__address {
		margin-bottom: 30px;
	}

	.page-content .tarif-block__title {
		-webkit-box-pack: start;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.page-content .tarif-block__title p {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		margin-bottom: 10px;
	}

	.portfolio-anchors {
		margin-left: -5px;
		margin-right: -5px;
	}

	.portfolio-anchors li {
		-webkit-box-flex: 0;
		flex: 0 0 calc(50% - 10px);
		margin: 0 5px 10px;
		padding: 10px;
	}
}

@media (max-width:558px) {
    .advantages_item {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
    }
	.inner-page .header {
		padding: 15px 0;
	}

	.mobile-menu-wrap {
		position: fixed;
		top: 0;
		left:0;
		background: rgba(255,255,255, 0.9);
		width: 100%;
		height: 100%;
		z-index: 9999;
		padding: 20px 15px;
		visibility: hidden;
		opacity: 0;
		transition: 0.5s all;
		display:block;
	}

	.mobile-menu-wrap .header__menu {
		background: #fff;
	}

	.inner-page .mobile-menu-wrap {
		padding:15px 15px;
	}

	.mobile-menu-wrap.opened {
		right: 0;
		width: 100%;
	}

	.mobile-menu {
		min-width: 100%;
		margin:25px 0;
	}
	.mobile-menu li {
		margin:5px 0;
	}

	.mobile-menu li.menu-item-has-children {
		padding-left: 25px;
	}

	.header {
		padding: 20px 0;
	}

	.header__content {
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}

	.header__phone {
		padding-left: 0;
		margin: 10px 0 0;
		-webkit-box-flex: 0;
		flex: 0 0 41%;
		-webkit-box-ordinal-group: 3;
		order: 2;
		text-align: center;
	}



	.first-screen__content .h1,.first-screen__content h1 {
		font-size: 29px;
	}

	.main-slide__title,.service-block__info p {
		font-size: 20px;
	}

	.btn,[type=submit],input[type=button] {
		padding-left: 20px;
		padding-right: 20px;
	}

	.service-block__buttons {
		flex-wrap: wrap;
	}

	.service-block__buttons .btn {
		margin-bottom: 15px;
		width: 260px;
		margin-right: 0;
	}

	.service-block__info {
		padding: 15px;
	}

	.h6,.services-title,h6 {
		font-size: 21px;
	}

	.block-title,.services-and-prices .h2,.services-and-prices h2 {
		font-size: 24px;
	}

	.problem-block__icon {
		margin-bottom: 10px;
	}

	.why-work-block {
		padding: 20px;
	}

	.why-work-block__num {
		margin-bottom: 15px;
	}

	.why-work-block__title {
		font-size: 20px;
	}

	.examples {
		padding: 30px 0;
	}

	.examples__title {
		font-size: 24px;
	}

	.examples__slider-wrap {
		margin: 30px -15px;
	}

	.portfolio-column {
		padding: 0 1px;
	}

	.service-form-wrap {
		padding: 15px;
	}

	.to-top {
		right: 30px;
		bottom: 30px;
	}

	.question form input[type=submit] {
		width: 290px;
	}

	.question {
		padding-bottom: 30px;
	}

	.inner-first-screen__info .h1,.inner-first-screen__info h1,.portfolio-single-firstscreen__info .h1,.portfolio-single-firstscreen__info h1 {
		font-size: 28px;
	}

	.inner-first-screen__form-title {
		font-size: 24px;
	}

	.inner-content .h2,.inner-content h2,.inner-steps__title {
		font-size: 22px;
	}

	.page-content {
		font-size: 16px;
	}

	.article-block {
		padding: 15px;
	}

	.simple-grow__text {
		font-size: 20px;
	}

	.h5,.simple-grow__title,h5 {
		font-size: 24px;
	}

	.inner-steps {
		padding: 40px 0;
	}

	.inner-steps__anchor {
		padding-left: 5px;
		padding-right: 5px;
	}

	.inner-steps__anchor-title {
		font-size: 13px;
	}

	.footer-column {
		-webkit-box-flex: 0!important;
		flex: 0 0 100%!important;
		padding-right: 0;
	}

	.page-content table tr td,.page-content table tr th {
		padding: 10px;
		font-size: 14px;
	}

	.page-content .tarif-block__title {
		padding: 15px 0;
	}

	.page-content .tarif-block__title p {
		font-size: 20px;
		line-height: 1.2;
	}

	.service-groups {
		margin-left: 0;
		margin-right: 0;
	}

	.page-content .service-group,.portfolio-anchors li {
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		margin: 0 0 40px;
	}

	.portfolio-anchors li {
		margin: 0 0 10px;
	}

	.inner-page .breadcrumbs {
		padding-top: 20px;
		margin-bottom: 15px;
	}

	body.inner-page {
		padding-top: 82px;
	}

	.portfolio-single-content {
		padding: 30px 0;
	}

	.portfolio-anchors,.project-blocks {
		margin-left: 0;
		margin-right: 0;
	}



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

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

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

	.h4,h4 {
		font-size: 27px;
	}

	.page-content p:not([class]), .page-content ul:not([class]) {
		font-size: 14px;
	}

	.num_list .num_list-elem {
		-webkit-box-flex: 100%!important;
		flex: 100%!important;
		max-width: 100%!important;
		margin-bottom: 0!important;
	}


	.header__logo {
		-webkit-box-flex: 0;
		flex: 0 0 100px;
		padding-right: 0;
		margin-right: 0;
	}

	.header__logo img {
		max-width: 100px;
	}

	.header__phone {
		font-size: 15px;
	}
    .header__phone img {
		width: 30px;
	}
	.header__menu {
		-webkit-box-flex: 0;
		flex: 0 0 35px;
	}
}

.grecaptcha-badge,.hidden {
	display: none!important;
}

.hidden {
	visibility: hidden;
}

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

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

.invisible {
	visibility: hidden;
}

.clearfix:after,.clearfix:before {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

@media (max-width:520px) {
   
	.header__menu {
		-webkit-box-ordinal-group: 4;
		order: 3;
	}

	.header__logo {
		-webkit-box-ordinal-group: 2;
		order: 1;
	}

	.header__phone {
		-webkit-box-ordinal-group: 3;
		order: 2;
	}
}

@media print {
	*,:after,:before {
		background: 0 0!important;
		color: #000!important;
		box-shadow: none!important;
		text-shadow: none!important;
	}

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

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="#"]:after,a[href^="javascript:"]:after {
		content: "";
	}

	blockquote,pre {
		border: 1px solid #999;
	}

	thead {
		display: table-header-group;
	}

	blockquote,img,pre,tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100%!important;
	}

	.h2,.h3,h2,h3,p {
		orphans: 3;
		widows: 3;
	}

	.h2,.h3,h2,h3 {
		page-break-after: avoid;
	}
}

@media (max-width:420px) {
	.header__phone {
		flex: 0 0 55%;
	}
	.header__phone img {
		width: 25px;
	}
	.header__logo img {
		max-width: 90px !important;
	}
}
@media (max-width:340px) {
	.header__phone {
		flex: 0 0 50%;
	}
	.header__phone a {
		font-size: 12px;
	}
	.menu-opener img {
		padding:5px;
	}
	.menu-close img {
		padding: 5px;
	}
}
/*# sourceMappingURL=main.css.map */