@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Medium.eot');
	src: local('HelveticaNeueCyr-Medium'),
		url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Roman.eot');
	src: local('HelveticaNeueCyr-Roman'),
		url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HelveticaNeueCyr';
	src: url('../fonts/HelveticaNeueCyr-Light.eot');
	src: local('HelveticaNeueCyr-Light'),
		url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
		url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
    font-family: 'Artegra Sans Extended SC';
    src: url('../fonts/ArtegraSansExSCSemiBold.eot');
    src: local('Artegra Sans Extended SC SemiBold'), local('ArtegraSansExSCSemiBold'),
        url('../fonts/ArtegraSansExSCSemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArtegraSansExSCSemiBold.woff2') format('woff2'),
        url('../fonts/ArtegraSansExSCSemiBold.woff') format('woff'),
        url('../fonts/ArtegraSansExSCSemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
*, 
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
	background: #fff;
	font-family: 'HelveticaNeueCyr', sans-serif;
	font-size:16px;
	line-height:1;
	color: #282828;
}
strong {
	font-weight: bold;
}
a {
	color: #005AA7;
	text-decoration: none;
}
a:hover {
	color: #282828;
}
.container {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}
.clearfix:after, .container:after {
	content: '';
	display: table;
	clear: both;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
.left-block {
	float: left;
}
.right-block {
	float: right;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.header {
	padding: 25px 0 75px;
}
.first-screen {
	background: url(../img/fsbg.jpg) 50% 0 no-repeat;
	background-size: cover;
}
.header .tel {
	color: #282828;
	line-height: 46px;
	margin-right: 50px;
}
.header .call {
	display: inline-block;
	font-size: 13px;
	line-height: 44px;
	color: #005AA7;
	border: 1px solid #005AA7;
	padding: 0 30px 0 53px;
}
.header .call img {
	display: inline-block;
	margin-right: 75px;
}
.header .call:hover {
	text-decoration: none;
	border-color: #282828;
}
.first-screen .content {
	margin-bottom: 260px;
}
.first-screen .content h1 {
	font-weight: 600;
	font-family: 'Artegra Sans Extended SC', sans-serif;
	font-size: 54.2941px;
	line-height: 95%;
	text-transform: uppercase;
	text-align: right;
	color: #005AA7;
	float: left;
}
.first-screen .descriptor {
	float: right;
	width: 540px;
	padding-top: 20px;
}
.first-screen .descriptor ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.first-screen .form-block {
	background: #fff;
	padding: 43px 99px;
	margin-bottom: -45px;
}
.form-title {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 3px;
}
.form .result {
	min-height: 20px;
}
.form .item {
	width: 33.33%;
	display: block;
	float: left;
}
.form .item.input {
	padding-right: 22px;
}
.form input {
	width: 100%;
	display: block;
	padding: 0;
	font-size: 15px;
	line-height: 56px;
	border: none;
	border-bottom: 1px solid #282828;
	background: #fff;
	color: #282828;
}
.form select {
	width: 100%;
	display: block;
	padding: 0;
	font-size: 15px;
	line-height: 56px;
	height: 57px;
	border: none;
	border-bottom: 1px solid #282828;
	background: url(../img/selarrow.svg) 100% 50% no-repeat #fff;
	color: #282828;
	color: rgba(0, 0, 0, 0.35);
	-moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
	 padding-right: 15px;
}
.form button {
	width: 100%;
	display: block;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	background: #005AA7;
	border: 1px solid #005AA7;
	letter-spacing: 0.03em;
	font-weight: 500;
}
.form button:hover {
	background: #fff;
	color: #005AA7;
	border: 1px solid #005AA7;
}
input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.services {
	padding: 132px 0 119px 0; 
}
.services .block-title {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #A9A9A9;
	padding-bottom: 148px;
	border-bottom: 1px solid #282828;
	margin-bottom: 17px;
}
.services .category {
	border-bottom: 1px solid #282828;
	margin-bottom: 17px;
}
.services .category-items {
	margin-left: 264px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.services .item {
	font-size: 13px;
	margin-bottom: 21px;
}
.services .item img {
	margin-bottom: 8px;
}
.services .item a {
	color: #282828;
}
.services .item a span:hover {
	text-decoration: underline;
}
.footer {
	padding: 219px 0 45px 0;
	background: url(../img/fbg.jpg) 0 100% no-repeat #EAECED;
	background-size: contain;
	position: relative;
	z-index: 1;
}
.footer .block-title {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #A9A9A9;
}
.footer .item {
	margin-bottom: 48px;
	font-size: 28px;
	line-height: 28px;
	color: #282828;
}
.footer .item span {
	display: block;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #A9A9A9;
}
.footer .item a {
	color: #282828;
}
.footer .map {
	border: 2px solid #282828;
}
.eglit {
	color: #989898;
	font-size: 12px;
	padding-left: 36px;
	background: url(../img/eglit.png) 0 0 no-repeat;
	position: absolute;
	bottom: 0px;
	left: 350px;
}
.eglit a {
	color: #989898;
	text-decoration: underline;
}
.popup {
	width: 320px;
}
.success {
	width: 320px;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
}
.popup .form {
	margin: 0 auto;
}
.popup .form input {
	margin-bottom: 40px;
}
.popup .form input.error {
	border-bottom-color: #FF8B8B;
}
.popup .form input.error::placeholder {
	border-bottom-color: #FF8B8B;
}
.popup button[type="submit"] {
	font-weight: 500;
	-webkit-box-shadow: 0px 24px 32px rgba(0, 90, 167, 0.14), 0px 16px 24px rgba(0, 90, 167, 0.1), 0px 2px 6px rgba(0, 90, 167, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 24px 32px rgba(0, 90, 167, 0.14), 0px 16px 24px rgba(0, 90, 167, 0.1), 0px 2px 6px rgba(0, 90, 167, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.success .title, .popup .formtitle {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 19px;
	padding-top: 40px;
}
.success .title span, .popup .formtitle span {
	color: #005AA7;
}
.success .ok {
	width: 100%;
	display: block;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
	line-height: 55px;
	text-align: center;
	color: #fff;
	background: #005AA7;
	border: 1px solid #005AA7;
	letter-spacing: 0.03em;
	font-weight: 500;
	display: block;
	margin-top: 30px;
}
.zayavka {
	background: #ECF1F2;
	padding: 70px 0 90px 0;
}
.zayavka.second {
	background: #fff;
	padding: 116px 0 45px 0;
}
.zayavka .block-title {
	font-size: 36px;
	line-height: 36px;
}
.zayavka .block-title span {
	color: #005AA7;
}
.zayavka.second .block-title span {
	color: #AE9675;
}
.zayavka .form {
	margin-left: 480px;
	padding-top: 40px;
}
.zayavka .form .item.text {
	padding-left: 16px;
}
.zayavka .form input {
	background: #ECF1F2;
}
.zayavka.second .form input {
	background: #fff;
}
.zayavka.second button[type="submit"] {
	background: #AE9675;
	border-color: #AE9675;
	-webkit-box-shadow: 0px 24px 32px rgba(174, 150, 117, 0.14), 0px 16px 24px rgba(174, 150, 117, 0.1), 0px 2px 6px rgba(174, 150, 117, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 24px 32px rgba(174, 150, 117, 0.14), 0px 16px 24px rgba(174, 150, 117, 0.1), 0px 2px 6px rgba(174, 150, 117, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.zayavka.second button[type="submit"]:hover {
	color: #AE9675;
	background: #fff;
}
.zayavka.second img {
	position: absolute;
	left: 0;
	top: -164px;
}
.zayavka.third {
	padding: 230px 0 60px 0;
}
.who-we {
	padding: 125px 0;
	background: #ECF1F2;
	position: relative;
}
.who-we .white {
	background: #fff;
	padding: 67px 0;
	height: 213px;
	position: relative;
	z-index: 1;
}
.who-we .block-title {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #A9A9A9;
}
.who-we .benefits {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-left: 389px;
}
.who-we .benefits .item {
	color: #A9A9A9;
}
.who-we .benefits .item span {
	font-weight: 300;
	font-size: 50px;
	line-height: 49px;
	text-transform: uppercase;
	display: block;
	color: #282828;
}
.who-we .flys {
	position: absolute;
	top: 17px;
	z-index: 2;
	left: 50%;
	margin-left: -480px;
}
.who-we .thebest {
	font-size: 15.2178px;
	line-height: 15px;
	text-align: right;
	color: #FFFFFF;
	background: url(../img/thebest.svg) no-repeat 50% 50%;
	position: absolute;
	left: 0;
	bottom: -111px;
	padding: 32px 29px 32px 22px;
}
.more-services {
	padding: 30px 0 50px 0;
}
.more-services .block-title {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #A9A9A9;
}
.more-services ul {
	margin: 0;
	margin-left: 480px;
	list-style: none;
	padding: 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}
.more-services li {
	margin-bottom: 30px;
	line-height: 39px;
	display: inline-block;
	padding-left: 60px;
}
.more-services li.s1 {
	background: url(../img/s1.svg) 0 50% no-repeat;
}
.more-services li.s2 {
	background: url(../img/s2.svg) 0 50% no-repeat;
}
.more-services li.s3 {
	background: url(../img/s3.svg) 0 50% no-repeat;
}
.more-services li.s4 {
	background: url(../img/s4.svg) 0 50% no-repeat;
}
.more-services li.s5 {
	background: url(../img/s5.svg) 0 50% no-repeat;
}
.more-services li.s6 {
	background: url(../img/s6.svg) 0 50% no-repeat;
}
.more-services li.s7 {
	background: url(../img/s7.svg) 0 50% no-repeat;
}
.more-services li.s8 {
	background: url(../img/s8.svg) 0 50% no-repeat;
}
.direction {
	background: url(../img/directions.png) 50% 100% repeat-x #ECF1F2;
	position: relative;
	padding: 90px 0 60px 0;
}
.direction .container{
	min-height: 550px;
	background: url(../img/directions2.png) 50% 100% no-repeat;
	background-size: contain;
}
.direction .block-title {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #A9A9A9;
	margin-bottom: 34px;
}
.direction .text {
	text-align: center;
	line-height: 24px;
	display: inline-block;
	background: url(../img/dugi.svg) 50% 34px no-repeat;
	width: 236px;
}
.whywe {
	background: url(../img/nebo.jpg) 50% 0 no-repeat #005AA7;
	background-size: cover;
	color: #fff;
	position: relative;
	padding: 150px 0;
}
.whywe .block-title {
	font-family: Artegra Sans Extended SC;
	font-weight: 600;
	font-size: 52px;
	line-height: 95%;
	text-transform: uppercase;
	color: #FFFFFF;
}
.whywe ul {
	margin: 0;
	margin-left: 480px;
	list-style: none;
	padding: 10px 0 0 0;
}
.whywe li {
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 20px;
}
.whywe li a {
	color: #fff;
}
.whywe li span {
	display: inline-block;
	margin-right: 13px;
	font-size: 12.5672px;
	line-height: 24px;
	text-align: center;
	width: 24px;
	height: 24px;
	background: url(../img/li.svg) 50% 50% no-repeat;
	color: #00397A;
	font-weight: 500;
}
.whywe .samol {
	position: absolute;
	right: 0;
	bottom: -162px;
}
.how-work {
	padding: 75px 0;
	background: #ECF1F2;
}
.how-work .block-title {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #A9A9A9;
}
.how-work ul {
	margin: 0;
	margin-left: 530px;
	list-style: none;
	padding: 10px 0 0 0;
}
.how-work ul li {
	padding-left: 190px;
	height: 88px;
	padding-top: 30px;
	margin-bottom: 20px;
}
.how-work ul li.w1 {
	background: url(../img/w1.svg) 0 50% no-repeat;
}
.how-work ul li.w2 {
	background: url(../img/w2.svg) 0 50% no-repeat;
}
.how-work ul li.w3 {
	background: url(../img/w3.svg) 0 50% no-repeat;
}
.how-work ul li.w4 {
	background: url(../img/w4.svg) 0 50% no-repeat;
}
.reviews {
	padding: 45px 0 120px 0;
	background: #ECF1F2;
	overflow: hidden;
}
.reviews .block-title {
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #A9A9A9;
	padding-top: 30px;
}
.reviews .revblock {
	margin-left: 480px;
	width: 100%;
}
.reviews .review {
	background: #fff;
	position: relative;
	padding: 37px 40px 40px 76px;
	margin-bottom: 42px;
	margin-top: 30px;
	width: 640px;
}
.reviews .owl-item.active {
	background: radial-gradient(50% 50% at 50% 50%, rgba(125, 125, 125, 0.38) 0%, rgba(236, 241, 242, 0) 100%);
}
.reviews .review hr {
	background: #ECF1F2;
	width: 1px;
	height: 100%;
	margin: 0;
	top:0;
	left: 38px;
	position: absolute;
	border: none;
	z-index: 1;
}
.reviews .review:after, .reviews .review:before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #ECF1F2;
	position: absolute;
	z-index: 2;
	left: 32px;
}
.reviews .owl-dots {
	padding-left: 76px;
}
.reviews .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff !important;
	margin-right: 8px;
}
.reviews .owl-dots .owl-dot.active {
	background: #00397A !important;
}
.reviews .review:after {
	bottom: -6px; 
}
.reviews .review:before {
	top: -6px; 
}
.reviews .review img {
	width: 46px;
	height: 46px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-top: -65px;
	margin-bottom: 21px;
}
.reviews .review .author {
	font-weight: 550;
	font-size: 16px;
	line-height: 108%;
	text-transform: capitalize;
	color: #000000;
	margin-bottom: 11px;
}
.finalform {
	background: #00397A;
	padding: 103px 0 0 0;
	position: relative;
	z-index: 2;
}
.finalform .best-price {
	font-size: 15.2178px;
	line-height: 15px;
	text-align: right;
	color: #FFFFFF;
	background: url(../img/bestprice.svg) no-repeat 50% 50%;
	position: absolute;
	left: 0;
	top: -151px;
	padding: 34px 31px 34px 23px;
}
.finalform .block-title {
	font-family: Artegra Sans Extended SC;
	font-weight: 600;
	font-size: 52px;
	line-height: 95%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: -54px;
}
.finalform .form-block {
	background: #fff;
	margin: 0 -60px;
	padding: 45px 60px;
	position: relative;
	bottom:-120px;
}
.finalform .form-block img {
	position: absolute;
	right: 60px;
	bottom: 147px;
}
.finalform .form-block .col1, .finalform .form-block .col2, .finalform .form-block .col3 {
	width: 700px;
	float: left;
}
.finalform .form-block .col3 {
	width: 500px;
}
.finalform .form-block .input.text {
	padding-right: 16px;
}
.finalform .form-block .col2 .input {
	width: 100%;
}
.finalform .form-block input, .finalform .form-block select {
	border-bottom-color: #A9A9A9;
	margin-bottom: 18px;
}
.finalform .form-block input:focus, .finalform .form-block input:active, .finalform .form-block select:focus, .finalform .form-block select:active {
	border-bottom-color: #282828;
}
.finalform button[type="submit"] {
	-webkit-box-shadow: 0px 24px 32px rgba(0, 90, 167, 0.14), 0px 16px 24px rgba(0, 90, 167, 0.1), 0px 2px 6px rgba(0, 90, 167, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 24px 32px rgba(0, 90, 167, 0.14), 0px 16px 24px rgba(0, 90, 167, 0.1), 0px 2px 6px rgba(0, 90, 167, 0.08), 0px 0px 1px rgba(0, 0, 0, 0.04);
}

#callback-wrapper-mediaguru {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	
	z-index: 1000;
	display: none;
}
.callback-wrapper-mediaguru-btns {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	height: 60px;
}
#callback-wrapper-mediaguru .callback-item {
	width: 50%;
	border-right: 1px solid #fff;
	background: #005AA7;
}
#callback-wrapper-mediaguru .callback-item:hover {
	background: #25D366;
}
#callback-wrapper-mediaguru .callback-item:last-child {
	border-right: none;
}
#callback-wrapper-mediaguru .callback-item a {
	font-weight: 500;
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.03em;
	width: 100%;
	height: 60px;
	padding: 0 0 0 52px;
	display: flex;
	align-items: center;
}
#callback-wrapper-mediaguru .callback-item.whatsapp a {
	background: url(../img/whatsapp.svg) 18px 50% no-repeat;
}
#callback-wrapper-mediaguru .callback-item.call a {
	background: url(../img/phone.svg) 18px 50% no-repeat;
}
#callback-wrapper-mediaguru .callback-item.whatsapp a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../img/whatsapp.svg) 18px 50% no-repeat #25D366;
}
#callback-wrapper-mediaguru .callback-item.call a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../img/phone.svg) 18px 50% no-repeat #25D366;
}
.mobmenu {
	display: none;
}
@media (max-width: 1650px){
	.whywe .samol {
		width: 800px;
		bottom:-120px;
	}
}
@media (max-width: 1350px){
	.finalform .form-block {
		margin: -40px;
	}
	.whywe .samol {
		width: 800px;
		bottom:-120px;
	} 
}
@media (max-width: 1199px){
	.container {
		width: 100%;
		padding: 0 20px;
	}
}
@media (max-width: 1024px){
	.first-screen .content h1 {
		font-size: 32px;
		padding-left: 60px;
	}
	.header {
		padding: 25px 0 35px 0;
	}
	.first-screen .content {
		margin-bottom: 199px;
	}
	.form button {
		padding: 0 10px;
	}
	.finalform .form-block {
		margin: 0;
	}
	.finalform .form-block img {
		width: 300px;
		bottom: 0;
		right: 0;
	}
	.whywe .samol {
		width: 600px;
		bottom: -82px;
	}
}
@media (max-width: 991px){
	body.menu {
		overflow: hidden;
	}
	.container {
		padding: 0 20px;
		width: 100%;
	}
	.success, .popup {
		widows: auto;
		padding: 15px;
	}
	.success {
		text-align: left;
	}
	.success .title, .popup .formtitle {
		text-align: left;
		width: 75%;
	}
	.eglit {
		left: auto;
		right: 20px;
		bottom: -230px;
	}
	.popup .form {
		width: 100%;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	.left-block {
		float: none;
	}
	.first-screen {
		background: none;
	}
	.first-screen .header {
		background: #F8FDFE;
		padding: 21px 0 45px 0;
	}
	.first-screen .logo {
		float: left;
		width: 78px;
		height: auto;
		position: relative;
		z-index: 1002;
	}
	.first-screen .burger {
		float: right;
		position: relative;
		z-index: 1002;
		width: 37px;
		height: 21px;
		background: url(../img/burger.svg) 0 0 no-repeat;
		cursor:pointer;
		margin-top: 11px;
	}
	.first-screen .burger.active {
		background-position: 0 -21px;
	}
	.first-screen .logo object {
		width: 78px;
		height: auto;
	}
	.first-screen .content {
		background: url(../img/fsbgm.jpg) 50% 100% no-repeat;
		background-size: 100%;
	}
	.first-screen .content h1 {
		font-size: 25.5752px;
		line-height: 95%;
		text-align: center;
		font-weight: bold;
		float: none;
		padding-left: 0;
	}
	.first-screen .form-block {
		margin: 0;
		padding: 40px 0 0 0;
	}
	.first-screen .form .item.input {
		margin-bottom: 40px;
	}
	.first-screen .content {
		margin: 0;
		min-height: 200px;
	}
	.first-screen .descriptor {
		float: none;
		width: 100%;
		padding: 15px 0 17px 0;
		background: #ECF1F2;
	}
	.first-screen .descriptor ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		font-size: 12px;
		line-height: 12px;
	}
	.first-screen .descriptor li {
		padding-top: 22px;
		background: url(../img/star.svg) 0 0 no-repeat;
	}
	.mobmenu {
		position: fixed;
		z-index: 1001;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../img/mobmenu.jpg) 0 100% no-repeat #fff;
		background-size: 100% auto;
		padding-top: 120px;
		display: none;
	}
	.mobmenu.active {
		display: block;
	}
	.mobmenu .text {
		font-size: 12px;
		margin-bottom: 65px;
	}
	.mobmenu .text a {
		display: block;
		color: #000;
		font-size: 24px;
		text-decoration: underline;
		margin-top: 17px;
	}
	.mobmenu .text a:hover {
		text-decoration: none;
	}
	.mobmenu .buttons a {
		display: block;
		color: #fff;
		font-weight: 500;
		letter-spacing: 0.03em;
		font-size: 14px;
		padding: 19px 60px;
		text-align: center;
		margin-bottom: 9px;
		-webkit-box-shadow: 0px 22.1435px 29.5246px rgba(0, 90, 167, 0.14), 0px 14.7623px 22.1435px rgba(0, 90, 167, 0.1), 0px 1.84529px 5.53587px rgba(0, 90, 167, 0.08), 0px 0px 0.922645px rgba(0, 0, 0, 0.04);
		box-shadow: 0px 22.1435px 29.5246px rgba(0, 90, 167, 0.14), 0px 14.7623px 22.1435px rgba(0, 90, 167, 0.1), 0px 1.84529px 5.53587px rgba(0, 90, 167, 0.08), 0px 0px 0.922645px rgba(0, 0, 0, 0.04);

	}
	.mobmenu .buttons a.whatsapp {
		background: url(../img/whatsapp.svg) 20px 50% no-repeat #25D366;
	}
	.mobmenu .buttons a.phone {
		background: url(../img/phone.svg) 20px 50% no-repeat #005AA7;
	}
	.br {
		display: inline-block;
	}
	.footer {
		padding:115px 0 245px 0;
	}
	.footer .block-title {
		margin-bottom: 40px;
	}
	.footer .item {
		border-top: 1px solid #000;
		padding-top: 25px;
		margin-bottom: 25px;
		font-size: 20px;
		line-height: 20px;
	}
	.footer .item span {
		margin-bottom: 8px;
	}
	.finalform {
		background: linear-gradient(180deg, #00397A 0%, rgba(0, 57, 122, 0) 100%);
	}
	.finalform .best-price {
		left: 20px;
	}
	.finalform .block-title {
		font-size: 36px;
		margin-bottom: 65px;
	}
	.finalform .block-title span {
		font-size: 18px;
		display: block;
	}
	.finalform .form-block {
		margin: 0;
		bottom: 0;
		position: relative;
		padding: 100px 30px 0 30px;
	}
	.finalform .form-block .col1, .finalform .form-block .col2, .finalform .form-block .col3 {
		float: none;
		width: 100%;
	}
	.finalform .form-block img {
		right: -15px;
		width: 320px;
		height: auto;
		bottom: auto;
		top:-35px;
	}
	.form button {
		padding: 0 10px;
		white-space: nowrap;
	}
	.form .item {
		float: none;
		width: 100%;
	}
	.form .item.input {
		padding-right: 0;
	}
	.finalform .form-block .col2 .input {
		padding-top: 30px;
	}
	.finalform button[type="submit"] {
		position: relative;
		bottom: -48px;
	}
	.reviews {
		padding: 45px 0 120px 0;
	}
	.reviews .container {
		padding: 0;
	}
	.reviews .block-title {
		padding-top: 0;
		margin-bottom: 58px;
		padding-left: 20px;
	}
	.reviews .revblock {
		margin: 0;
	}
	.reviews .review {
		width: 100%;
		padding: 35px 57px 53px 15px;
		margin-bottom: 20px;
	}
	.reviews .owl-dots {
		padding-left: 15px;
	}
	.reviews .owl-item.active {
		background: radial-gradient(50% 50% at 50% 50%, rgba(125, 125, 125, 0.38) 0%, rgba(236, 241, 242, 0) 100%);
	}
	.reviews .review hr {
		left: auto;
		right: 15px;
	}
	.reviews .review::after {
		left: auto;
		right: 8px;
	}
	.reviews .review::before {
		left: auto;
		right: 8px;
	}
	.reviews .review .text {
		font-size: 14px;
	}
	.how-work {
		padding: 40px 0;
	}
	.how-work .block-title {
		padding-bottom: 40px;
		border-bottom: 1px solid #000;
	}
	.how-work ul {
		margin: 0;
		padding: 0;
	}
	.how-work ul li {
		border-bottom: 1px solid #000;
		margin: 0;
		font-size: 14px;
		padding: 30px 130px 30px 0;
		background-size: 93px 88px !important;
		background-position: 100% 50% !important;
		min-height: 88px;
		height: auto;
	}
	.how-work ul li.w1 {
		background-image: url(../img/w1m.svg);
	}
	.how-work ul li.w2 {
		background-image: url(../img/w2m.svg);
	}
	.how-work ul li.w3 {
		background-image: url(../img/w3m.svg);
	}
	.how-work ul li.w4 {
		background-image: url(../img/w4m.svg);
	}
	.zayavka.third {
		padding: 160px 0 40px 0;
	}
	.zayavka .block-title {
		font-size: 28px;
		line-height: 28px;
	}
	.zayavka .form {
		margin: 0;
		padding-top: 20px;
	}
	.zayavka.third .input {
		margin-bottom: 25px;
	}
	.services {
		padding: 110px 0 0 0;
	}
	.services .block-title {
		padding-bottom: 45px;
		margin-bottom: 12px;
	}
	.services .category-title {
		margin-bottom: 25px;
	}
	.services .category-items {
		margin: 0 0 12px 0;
		flex-wrap: wrap;
	}
	.services .category:last-child {
		border-bottom: none;
	}
	.services .item {
		width: 48%;
	}
	.first-screen .form-title {
		font-size: 28px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.first-screen .form-title span {
		color: #005AA7;
	}
	.who-we {
		padding: 90px 0 0 0;
	}
	.who-we .white {
		padding: 0;
		background: none;
		height: auto;
	}
	.who-we .benefits {
		margin-left: 50%;
		flex-direction: column;
	}
	.who-we .benefits .item {
		font-size: 14px;
		margin-bottom: 40px;
	}
	.who-we .benefits .item span {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 2px;
	}
	.who-we .thebest {
		position: static;
		background: url(../img/flysm.png) 50% 0 no-repeat;
		text-align: center;
		color: #00397A;
		padding: 82px 29px 62px 22px;
		margin-bottom: 30px;
		margin-top: 10px;
	}
	.who-we .thebest span {
		display: inline-block;
		text-align: right;
	}
	.direction {
		padding: 60px 0;
	}
	.direction .container {
		min-height: 415px;
	}
	.direction .text {
		line-height: 18px;
		background: url(../img/dugim.svg) 50% 24px no-repeat;
	}
	.direction .text span {
		color: #005AA7;
	}
	.zayavka.second img {
		width: 98px;
		height: auto;
		left: 20px;
	}
	.zayavka.second .input {
		margin-bottom: 40px;
	}
	.more-services {
		background: #ECF1F2;
		padding: 100px 0 0 0;
	}
	.more-services .block-title {
		margin-bottom: 49px;
	}
	.more-services ul {
		margin: 0;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.more-services li {
		display: list-item;
		border-top: 1px solid #000;
		padding: 28px 64px 28px 0;
		margin: 0;
		line-height: 1;
		background-position: 100% 50% !important;
		background-size: 36px 36px !important
	}
	.whywe {
		padding: 90px 0 150px 0;
	}
	.whywe .block-title {
		font-size: 36px;
		line-height: 95%;
		margin-bottom: 55px;
	}
	.whywe ul {
		margin: 0;
		padding: 0;
	}
	.whywe li {
		position: relative;
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 16px;
		padding-left: 48px;
	}
	.whywe li span {
		position: absolute;
		line-height: 34px;
		width: 34px;
		height: 34px;
		left:0;
		top: 1px;
		font-size: 18px;
		background-size: 34px 34px;
	}
	.whywe .samol {
		z-index: 2;
		bottom: -40px;
	}
	.whywe .clouds {
		width: 100%;
		position: absolute;
		bottom: -130px;
		z-index: 1;
	}
}

@media (max-width: 640px){
	.first-screen .content {
		min-height: 250px;
	}
}
@media (max-width: 567px){
	
}
@media (max-width: 480px){
	body {
		padding-bottom: 60px;
	}
	#callback-wrapper-mediaguru{
		display: block;
	}
	.first-screen .content {
		min-height: 200px;
	}
}

@media (min-width: 640px) {
.whatsapp-widjet-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.whatsapp-widjet-icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}
.whatsapp-widjet {
  position: fixed;
  bottom: 25px;
  right: 25px;
  border: 1px solid #25D366;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 140;
  transition: all .5s ease;
  background: #25D366;
  cursor: pointer;
}
.whatsapp-widjet-circle-left {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  left: 0;
}
.whatsapp-widjet-circle-left {
  border: 1px solid #25D366;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(37, 211, 102);
  position: absolute;
  top: -7px;
  bottom: 0;
  left: -7px;
  right: 0;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-left 4s both linear infinite;
  -moz-animation: pie-left 4s both linear infinite;
  -ms-animation: pie-left 4s both linear infinite;
  -o-animation: pie-left 4s both linear infinite;
  animation: pie-left 4s both linear infinite;
}
.whatsapp-widjet-circle-right {
  position: absolute;
  width: 50%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  right: 0;
}
.whatsapp-widjet-circle-right {
  border: 1px solid transparent;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: transparent;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: 0;
  right: -7px;
  background-clip: padding-box;
  width: 36px;
  height: 72px;
  border-radius: 76px 0 0 76px;
  border-right: none;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: pie-right 4s both linear infinite;
  -moz-animation: pie-right 4s both linear infinite;
  -ms-animation: pie-right 4s both linear infinite;
  -o-animation: pie-right 4s both linear infinite;
  animation: pie-right 4s both linear infinite;
}
.whatsapp-widjet-icon {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
}
@keyframes pie-left{
    0%{
        -webkit-transform:rotate(-180deg);
        -moz-transform:rotate(-180deg);
        -ms-transform:rotate(-180deg);
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg)
    }
    10%{
        -webkit-transform:rotate(-180deg);
        -moz-transform:rotate(-180deg);
        -ms-transform:rotate(-180deg);
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg)
    }
    20%{
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -ms-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    30%{
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -ms-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    40%{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg)
    }
    50%{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg)
    }
}