@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Raleway-Light.woff') format('woff'),
		 url('../fonts/Raleway-Light.ttf')  format('truetype'),
		 url('../fonts/Raleway-Light.svg#Raleway-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-SemiBold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Raleway-SemiBold.woff') format('woff'),
		 url('../fonts/Raleway-SemiBold.ttf')  format('truetype'),
		 url('../fonts/Raleway-SemiBold.svg#Raleway-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Raleway-Bold.woff') format('woff'),
		 url('../fonts/Raleway-Bold.ttf')  format('truetype'),
		 url('../fonts/Raleway-Bold.svg#Raleway-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway';
	src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Raleway-ExtraBold.woff') format('woff'),
		 url('../fonts/Raleway-ExtraBold.ttf')  format('truetype'),
		 url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/MuseoSansCyrl-300.otf')  format('opentype'),
		 url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
		 url('../fonts/MuseoSansCyrl-300.ttf')  format('truetype'),
		 url('../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl-300') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
		 url('../fonts/MuseoSansCyrl-500.ttf')  format('truetype'),
		 url('../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl-500') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrl-700.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/MuseoSansCyrl-700.woff') format('woff'),
		 url('../fonts/MuseoSansCyrl-700.ttf')  format('truetype'),
		 url('../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl-700') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSansCyrl';
	src: url('../fonts/MuseoSansCyrl-900.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/MuseoSansCyrl-900.woff') format('woff'),
		 url('../fonts/MuseoSansCyrl-900.ttf')  format('truetype'),
		 url('../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl-900') format('svg');
	font-weight: 900;
	font-style: normal;
}


/* font-family: 'Raleway', Arial, Helvetica, sans-serif; */
html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	margin:0;
	color: #3b4046;
	font:18px/25px 'MuseoSansCyrl', Arial, Helvetica, sans-serif;
	background:#fff;
	font-weight: 300;
	min-width: 320px;
}
img {
	border-style:none;
	vertical-align: top;
}
ol, ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	color:#000;
	outline:none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}
* {
	outline:none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
button, input, textarea, select {
	font:100% 'MuseoSansCyrl', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	font-weight: normal;
	appearance: none;
	-webkit-border-radius: 0;
}
input::-ms-clear {
	display: none;
}
input:not([type="checkbox"]), textarea {
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #3b4046;
	opacity:1;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #3b4046;
	opacity:1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #3b4046;
	opacity:1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #3b4046;
	opacity:1;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color:transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color:transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color:transparent;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
	display: block;
}
h1 {
  font: 90px/80px 'Raleway', "Arial", "Helvetica", sans-serif;
  margin: 0 0 14px;
  font-weight: 700;
}

h2 {
  font: 60px/88px 'Raleway', "Arial", "Helvetica", sans-serif;
  margin: 3px 0 26px;
  font-weight: 800;
  color: #17273b;
}

h3 {
  font: 36px/42px 'Raleway', "Arial", "Helvetica", sans-serif;
  margin: 0 0 32px;
  font-weight: bold;
  color: #17273b;
}

h4 {
  font: 32px/42px 'Raleway', "Arial", "Helvetica", sans-serif;
  margin: 0 0 24px;
  font-weight: 600;
  color: #17273b;
}

h5 {
  font: 24px/30px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: normal;
  margin: 0 0 27px;
  color: #183c62;
  font-weight: 500;
}
#wrapper{
	min-height: 100%;
	margin:0 auto;
	overflow: hidden;
}
.container {
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto;
}
#header {
  height: 140px;
  position: relative;
  z-index: 100;
}
#header .container {
  height: 100%;
  position: relative;
}
#header .burger {
  display: none;
}
#header #navigation {
  position: relative;
  height: 57px;
}
#header #navigation:after {
  position: absolute;
  bottom: 0;
  content: "";
  left: -100vw;
  right: -100vw;
  height: 1px;
  background: rgba(255,255,255,.11);
}
#header #navigation ul {
  font: 16px/18px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  height: 100%;
  padding: 0 0 1px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#header #navigation ul a {
  color: #fff;
  border: 0;
  letter-spacing: -0.01em;
}
#header #navigation ul a:hover {
  color: #dce6f3;
}
#header .logo {
  position: absolute;
  top: 75px;
  left: 20px;
  background: url("../images/logo.svg") 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 98px;
  height: 59px;
  text-indent: -9999px;
  overflow: hidden;
}
#header .logo a {
  display: block;
  height: 100%;
  border: 0;
}
#header em, #header span {
  font: 12px/16px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-style: normal;
  position: absolute;
  color: #e0e8f2;
  top: 83px;
  font-weight: 500;
}
#header .slogan {
  font-size: 14px;
  line-height: 18px;
  left: 147px;
  top: 83px;
}
#header .phone {
  font: 24px/28px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  border: 0;
  color: #fff;
  position: absolute;
  top: 87px;
  right: 600px;
  font-weight: 700;
}
#header .phone-info {
  right: 500px;
}
#header .btn_callback {
  font: 16px/50px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  position: absolute;
  top: 73px;
  right: 151px;
  height: 55px;
  border: 1px solid rgba(227,230,236,.68);
  color: #fff;
  padding: 0 28px 0 55px;
  font-weight: 500;
}
#header .btn_callback:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 18px;
  left: 25px;
  background: url("../images/icon-01.png") 0 0 no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  content: "";
  opacity: 1;
}
#header .btn_callback:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 18px;
  left: 25px;
  background: url("../images/icon-01_hover.png") 0 0 no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  content: "";
  opacity: 0;
}
#header .btn_callback:hover {
  background: #fff;
  border-color: #fff;
  color: #18283c;
}
#header .btn_callback:hover:before {
  opacity: 0;
}
#header .btn_callback:hover:after {
  opacity: 1;
}
#header .call-info {
  right: 20px;
}
#promo {
  margin-top: -140px;
  background: url("../images/img-bg-01.jpg") 50% 100% no-repeat;
  background-size: cover;
}
#promo .container {
  position: relative;
  min-height: 876px;
  padding-bottom: 30px;
  padding-top: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#promo h1 {
  margin: 0 0 37px;
  padding: 0;
  color: #ffffff;
  letter-spacing: -0.027em;
}
#promo h1 span{
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
#promo h1 span:after{
  position: absolute;
  content: '';
  bottom: 8px;
  left: 12px;
  right: -5px;
  height: 23px;
  background: #0da083;
  z-index: -1;
}
#promo strong {
  display: block;
  font: 66px/80px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 30px;
  color: #1455ad;
}
#promo p {
  font: 20px/33px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  margin: 0 0 140px;
  padding: 0 51% 0 0;
  color: #d9dce0;
  font-weight: 500;
}
#promo p span{ font-family: 'MuseoSansCyrl'; font-weight: 700; }
#promo .panel {
  display: flex;
  justify-content: space-between;
}
#promo .btn_callback {
  font: 18px/70px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  height: 72px;
  border: 1px solid #ff2329;
  background: #ff2329;
  color: #fff;
  flex: 0 1 270px;
  margin: 0 30px 0 0;
  width: 270px;
  text-align: center;
  display: block;
  font-weight: 700;
}
#promo .btn_callback:hover {
  background: #fff;
  color: #ff2329;
}
#promo .order-form {
  flex: 0 1 870px;
  height: 72px;
  background: #fff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(48, 96, 143, 0.1);
  box-shadow: 0 2px 10px 0 rgba(48, 96, 143, 0.1);
  position: relative;
}
#promo .order-form .form-row {
  display: flex;
}
#promo .order-form .form-row .col {
  position: relative;
  height: 72px;
  flex: 0 1 31%;
  width: 31%;
}
#promo .order-form .form-row .col:first-child {
  z-index: 10;
  margin: 0 21px 0 0;
}
#promo .order-form .form-row .col:first-child:after {
  position: absolute;
  content: "";
  background: url("../images/icon-02.png") 0 0 no-repeat;
  background-size: 32px 72px;
  width: 32px;
  height: 72px;
  right: -30px;
  top: 0;
}
#promo .order-form .form-row .col input {
  background: url("../images/icon-03.svg") 27px 24px no-repeat;
  background-size: 18px 21px;
}
#promo .order-form .form-row .col:last-child {
  margin: 0 0 0 auto;
}
#promo .order-form label {
  font: 20px/24px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  position: absolute;
  color: #fff;
  left: 1px;
  top: -29px;
  font-weight: 700;
}
#promo .order-form .form-row .col input[type=text] {
  font: 18px/20px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  height: 100%;
  border: 0;
  width: 100%;
  padding: 0 30px 2px 57px;
  font-weight: 700;
}
#promo .order-form .form-row button {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 100%;
  display: block;
  width: 100%;
  font: 18px/70px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  color: #fff;
  position: relative;
  background-color: #0da083;
  border: 1px solid #0da083;
  padding: 0 0 2px 41px;
  margin: 0;
  text-align: left;
  cursor: pointer;
  font-weight: 700;
}
#promo .order-form .form-row button:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 24px;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#promo .order-form .form-row button:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 24px;
  width: 7px;
  height: 7px;
  content: "";
  opacity: 0;
  border-top: 2px solid #0da083;
  border-right: 2px solid #0da083;
}
#promo .order-form .form-row button:hover {
  color: #0da083;
  background: #fff;
}
#promo .order-form .form-row button:hover:before {
  opacity: 0;
}
#promo .order-form .form-row button:hover:after {
  opacity: 1;
}
.advantages-section{
	padding: 29px 0 45px;
	background: #f9f9fa;
}
.advantages {
  display: flex;
  margin: 0 -30px 8px 0;
  font: 14px/20px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}
.advantages li {
  flex: 0 1 270px;
  margin: 0 30px 37px 0;
  background: #fff;
  padding: 27px 15px 37px 20px;
}
.advantages .icon {
  line-height: 70px;
  text-align: center;
  height: 70px;
  margin: 0 0 22px;
}
.advantages .icon img {
  display: inline-block;
  vertical-align: middle;
}
.advantages strong {
  font: 18px/22px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  display: block;
  margin: 0 0 15px;
  color: #17273b;
}
.advantages p {
  margin: 0;
}
.action {
  width: 570px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.action span {
  color: #17273b;
  background: url("../images/icon-35.svg") 2px 26% no-repeat;
  background-size: 30px 30px;
  padding: 0 30px 0 56px;
  font: 20px/24px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  display: block;
  flex: 1 0 270px;
  width: 270px;
  font-weight: 500;
}
.action .btn {
  font: 18px/66px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  height: 72px;
  border: 2px solid #235ca9;
  background: transparent;
  color: #235ca9;
  flex: 0 1 270px;
  width: 270px;
  display: block;
  text-align: center;
  font-weight: 700;
}
.action .btn:hover {
  background: #235ca9;
  color: #fff;
}
#map {
  position: relative;
  z-index: 2;
  padding: 49px 0 16px;
}
#map .container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.info-box{
	width: 30%;
}
#map h2 {
  margin-bottom: 35px;
  line-height: 60px;
  width: 100%;
}
#map .info {
  display: flex;
  font: 14px/20px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  margin: 0 0 29px;
}
#map .info li {
  display: block;
  margin: 0 27px 0 0;
  padding: 9px 10px 4px 0;
  /* background: url("../images/icon-08.svg") 0 9px no-repeat;
  background-size: 23px 27px; */
}
#map .info li strong{
  display: block;
  margin: 0 0 24px;
  font: 20px/22px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}
#map .info li p{
  margin: 0;
  font: 15px/22px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}
#map .map-holder {
  height: 427px;
  position: relative;
  width: 70%;
}
#map .map-holder:after {
  background: url("../images/img-01.png") 0 0 no-repeat;
  width: 941px;
  height: 553px;
  position: absolute;
  left: 50%;
  transform: translateX(-29%);
  top: -138px;
  content: "";
  z-index: -1;
  pointer-events: none;
}
#map .map-holder .points {
  position: absolute;
  width: 1170px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#map .map-holder .points li {
  position: absolute;
  width: 33px;
  height: 40px;
}
#map .map-holder .points li:before {
  position: absolute;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  content: "";
  pointer-events: none;
}
#map .map-holder .points li:after {
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 33px 40px;
  width: 33px;
  height: 40px;
  content: "";
  /* cursor: pointer; */
}
#map .map-holder .points li.red:before {
  box-shadow: 0 12px 18px rgba(24, 111, 94, 0.4);
}
#map .map-holder .points li.red:after {
  background-image: url("../images/icon-08.svg");
}
#map .map-holder .points li .desc-point {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  left: 100%;
  top: 27px;
  /* pointer-events: none; */
  margin: -20px 0 0 10px;
  width: 210px;
}
#map .map-holder .points li .desc-point.left {
  right: 100%;
  left: auto;
  margin: -46px 20px 0 0;
  text-align: right;
  top: 0;
}
#map .map-holder .points li .desc-point.left-bottom{
  top: auto;
  bottom: 0;
  margin: 0 0 -23px 17px;
}
#map .map-holder .points li .desc-point.bottom{
  top: 100%;
  left: 50%;
  margin: 21px 0 0 -96px;
}
#map .map-holder .points li .desc-point strong {
  font: 15px/20px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 5px;
  color: #17273b;
  letter-spacing: -0.025em;
}
#map .map-holder .points li .desc-point p{
  color: #76797d;
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 11px;
}
#map .map-holder .points li .desc-point .buttons a {
  font: 13px/20px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  border: 1px solid #536277;
  color: #172d4b;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  width: 85px;
  height: 22px;
  text-align: center;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#map .map-holder .points li .desc-point .buttons a:hover {
  background: #536277;
  color: #fff;
}
#map .notice {
  display: flex;
  font: 14px/20px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}
#map .notice li {
  flex: 0 1 300px;
  padding: 88px 0 0 0;
}
#map .notice li:nth-child(1) {
  background: url("../images/icon-09.svg") 0 5px no-repeat;
  background-size: 61px 63px;
}
#map .notice li:nth-child(2) {
  background: url("../images/icon-10.svg") 8px 5px no-repeat;
  background-size: 85px 79px;
}
#map .notice li strong {
  color: #17273b;
  font: 30px/24px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: bold;
  display: block;
  margin: 0 0 13px;
  font-weight: 700;
}
#map .notice li p {
  font: 14px/20px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  margin: 0;
  font-weight: 500;
}
.benefit-section{
	padding: 37px 0 10px;
}
.features {
  padding: 20px 0 0;
  margin: 0 -30px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font: 16px/22px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}
.features li {
  flex: 0 1 50%;
  width: 50%;
  padding: 17px 20px 0 99px;
  margin: 0 0 34px;
}
.features li:nth-child(1) {
  background: url("../images/icon-11.svg") 1px 0 no-repeat;
  background-size: 74px 85px;
}
.features li:nth-child(2) {
  background: url("../images/icon-12.svg") 0 9px no-repeat;
  background-size: 75px 76px;
}
.features li:nth-child(3) {
  background: url("../images/icon-13.svg") 8px 8px no-repeat;
  background-size: 63px 76px;
}
.features li:nth-child(4) {
  background: url("../images/icon-14.svg") 2px 13px no-repeat;
  background-size: 71px 71px;
}
.features li:nth-child(5) {
  background: url("../images/icon-15.svg") 8px 8px no-repeat;
  background-size: 77px 71px;
}
.features li:nth-child(6) {
  background: url("../images/icon-16.svg") 2px 13px no-repeat;
  background-size: 87px 71px;
}
.features strong {
  display: block;
  color: #183c62;
  font: 30px/27px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: 600;
  margin: 0 0 19px;
}
.features p {
  margin: 0;
}
.services-section{
	padding: 6px 0 10px;
}
.services {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 31px 0 38px;
  border-collapse: collapse;
  margin: -11px 0 0;
}
.services:after {
  position: absolute;
  top: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/img-bg-03.jpg") 50% 100% no-repeat;
  background-size: cover;
  content: "";
  bottom: 0;
}
.services li {
  flex: 1 1 33.33333%;
  width: 33.33333%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  z-index: 10;
  padding: 40px 55px 35px 81px;
}
.services li .icon {
  position: absolute;
  top: 39px;
  left: 5px;
  width: 71px;
  height: 71px;
}
.services li .icon img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.services li:hover .more {
  border-bottom-color: transparent;
}
.services li:hover .more:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.services li strong {
  font: 20px/24px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  display: block;
  color: #fff;
  margin: 0 0 10px;
}
.services li .more {
  font: 13px/18px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  color: #ccdee2;
  border-bottom: 1px solid rgba(10,124,102,.4);
  position: relative;
}
.services li .more:after {
  position: absolute;
  right: -20px;
  top: 6px;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #ccdee2;
  border-right: 1px solid #ccdee2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#about {
  padding: 64px 0 0;
}
#about h2 {
  font: 80px/72px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: 800;
  margin: 0 0 29px;
}
#about h2 span {
  font-weight: bold;
}
#about h2 span i {
  font-style: normal;
  color: #ff2329;
}
#about .holder {
  display: flex;
  margin: 0 0 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#about .holder .content {
  flex: 1 1 600px;
  width: 600px;
  padding: 0 7% 0 0;
}
#about .holder aside {
  font: 20px/24px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  flex: 0 1 370px;
  width: 370px;
  font-weight: 700;
}
#about .holder aside ul li {
  background: url("../images/icon-23.png") 0 34px no-repeat;
  background-size: 40px 40px;
  padding: 29px 0 42px 68px;
  margin: 0 0 5px;
  color: #17273b;
  position: relative;
}
#about .holder aside ul li:after {
  content: "";
  background: #e0e8f2;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 97px;
  left: 0;
}
#about .holder aside ul li i {
  font: 20px/24px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-style: normal;
  color: #ff2329;
  font-weight: 900;
}

.gallery {
  margin: -14px -30px 29px;
  padding: 0 30px;
  overflow: hidden;
  position: relative;
}
.swiper-button-next,
.swiper-button-prev{
  margin: -40px 0 0;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.gallery .frame {
  display: flex;
  margin: 0 0 37px;
}
.gallery .frame .item {
  flex: 0 0 170px;
  width: 170px;
  margin: 0 30px 0 0;
}
.gallery .pagination {
  display: flex;
  justify-content: center;
}
.gallery .pagination .swiper-pagination-bullet {
  flex: 0 0 8px;
  margin: 0 12px 0 13px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: block;
  background: #dbe7f2;
}
.gallery .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #388df6;
}

.list-more{
  -webkit-columns: 2;
  -moz-columns: 2;
  -o-columns: 2;
  columns: 2;
  margin: -5px 0 60px;
}
.list-more li{
  margin: 0 0 10px;
  color: #3b4046;
  font: 16px/20px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  padding: 0 0 0 32px;
  position: relative;
}
.list-more li:after{
  position: absolute;
  content: '';
  top: 5px;
  left: 3px;
  width: 15px;
  height: 14px;
  background: url("../images/icon-36.svg") no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}

.licens {
  padding: 2px 0 0;
  display: flex;
  flex-wrap: wrap;
  margin: -9px -30px 5px 0;
}
.licens li {
  flex: 0 0 170px;
  margin: 0 30px 30px 0;
}
.licens li img {
  width: 170px;
  height: 243px;
  object-fit: cover;
}
.cases-section{
	padding: 0 0 0;
}
.cases {
  margin: -7px 0 -40px;
  padding: 36px 0 18px;
  position: relative;
}
.cases:after {
  position: absolute;
  top: 0;
  left: -100vw;
  right: -100vw;
  bottom: 0;
  content: "";
  z-index: -1;
  background: #f7fafd;
}
.cases .button-next,
.cases .button-prev {
  width: 41px;
  height: 41px;
  position: absolute;
  top: 229px;
  left: -98px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/btn_prev.svg") 0 0 no-repeat;
  background-size: 41px 41px;
  cursor: pointer;
  z-index: 10;
}
.cases .button-next {
  background: url("../images/btn_next.svg") 0 0 no-repeat;
  background-size: 41px 41px;
  right: -98px;
  left: auto;
}
.cases .holder {
  overflow: hidden;
}
.cases .frame {
  display: flex;
}
.cases .frame .item {
  position: relative;
  flex: 0 0 570px;
  width: 570px;
  padding: 0 0 26px 0;
  margin: 0 30px 30px 0;
  z-index: 10;
  background: #fff;
}
.cases .frame .item:last-child {
  margin: 0;
}
.cases .frame .item .heading {
  display: flex;
  padding: 6px 50px 23px 40px;
  border-bottom: 1px solid #eff3f6;
  margin: 0;
  align-items: center;
}
.cases .frame .item .heading .logotype {
  height: 50px;
  line-height: 50px;
  margin: 0 0 19px;
}
.cases .frame .item .heading .logotype img {
  max-height: 100%;
  width: auto;
  vertical-align: bottom;
}
.cases .frame .item .heading strong {
  display: block;
  font: 20px/24px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  color: #17273b;
  margin: 0 0 6px;
}
.cases .frame .item .heading .from-to {
  font: 15px/20px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 700;
}
.cases .frame .item .heading .from-to i {
  font-style: normal;
  background: url("../images/icon-ship.svg") 100% 50% no-repeat;
  background-size: 23px 19px;
  padding: 0 30px 0 0;
  margin: 0 5px 0 0;
}
.cases .frame .item .heading .from-to i:last-child {
  background: none;
  padding: 0;
  margin: 0;
}
.cases .frame .item .image {
  flex: 0 0 175px;
  width: 175px;
  height: 126px;
  /* margin: 24px 22px 0 0; */
  margin: 0 22px 0 0;
}
.cases .frame .item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases .frame .text {
  padding: 20px 20px 20px 40px;
  font: 14px/20px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}
.cases .frame .text .title {
  font: 14px/20px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 6px;
  color: #3b4046;
}
.cases .frame .text p {
  margin: 0 0 14px;
}
.cases .frame .text .note {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 18px;
}
.cases .frame .text .note li {
  color: #7a7c7d;
  margin: 0 32px 0 0;
}
.cases .frame .text .note li.secure {
  background: url("../images/icon-24.svg") 0 50% no-repeat;
  background-size: 16px 18px;
  padding: 0 0 0 27px;
}
.cases .frame .text .note li.time {
  background: url("../images/icon-25.svg") 0 50% no-repeat;
  background-size: 16px 16px;
  padding: 0 0 0 25px;
}
.cases .frame .text .note li.dec {
  background: url("../images/icon-39.svg") 0 50% no-repeat;
  background-size: 16px 16px;
  padding: 0 0 0 25px;
}
.solutions-section{
	padding: 65px 0 11px;
}
.offers {
  padding: 0;
  margin: -7px -30px 0 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.offers .item {
  flex: 0 0 33.33333%;
  width: 33.33333%;
  padding: 0 40px 10px 38px;
  position: relative;
  margin: 0 28px 13px -28px;
  font: 14px/20px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}
.offers .item:before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 1px;
  height: 237px;
  content: "";
  background: #e0e8f2;
}
.offers .item .icon {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  margin: 0 0 12px 17px;
  padding: 0;
}
.offers .item .icon img {
  vertical-align: middle;
}
.offers .item strong {
  font: 24px/24px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: 800;
  color: #17273b;
  display: block;
  margin: 0 0 17px;
}
.offers .item strong span {
  display: inline-block;
  vertical-align: top;
  background: #69b410;
  font-size: 18px;
  color: #fff;
  margin: -1px 0 0 11px;
  padding: 0 4px 1px;
}
.offers .item p {
  margin: 0 0 18px;
}
.offers .more {
  font: 13px/18px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #395e85;
  border-bottom: 1px solid #dce6f3;
}
.offers .more:after {
  position: absolute;
  right: -20px;
  top: 6px;
  content: "";
  border-top: 1px solid #395e85;
  border-right: 1px solid #395e85;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#scheme {
  position: relative;
  padding: 53px 0 76px;
  margin: 0;
}
#scheme:after {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  background: url("../images/img-bg-04.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#scheme h2 {
  font: 60px/55px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: 800;
  color: #fff;
  margin: 0 0 58px;
  letter-spacing: -0.005em;
}
#scheme .slider {
  position: relative;
  padding: 0 0 76px;
}
#scheme .slider .frame {
  display: flex;
}
#scheme .slider .frame .item {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  opacity: 0.3;
  flex: 0 0 281.25px;
  width: 281.25px;
  padding: 0 0 0 76px;
  margin: 0 20px 0 0;
  position: relative;
  color: #fff;
  font: 14px/20px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}
#scheme .slider .frame .item:last-child {
  margin: 0;
}
#scheme .slider .frame .item span {
  position: absolute;
  top: 3px;
  left: 2px;
  font: 44px/44px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  color: #fff;
  z-index: 10;
  font-weight: 900;
}
#scheme .slider .frame .item span:after {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 57px;
  height: 14px;
  background: url("../images/icon-32.png") 0 0 no-repeat;
  background-size: 57px 14px;
  z-index: -1;
  content: "";
}
#scheme .slider .frame .item strong {
  font: 27px/24px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: 800;
  display: block;
  margin: 0 0 13px;
}
#scheme .slider .frame .item p {
  margin: 0;
}
#scheme .slider .frame .item.swiper-slide-visible {
  opacity: 1;
}
#scheme .slider:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 43%;
  height: 1px;
  background: rgba(255,255,255,.18);
}
#scheme .slider:before {
  content: "";
  position: absolute;
  bottom: 13px;
  right: 0;
  width: 43%;
  height: 1px;
  background: rgba(255,255,255,.18);
}
#scheme .slider .button-prev {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -45px;
  background: url("../images/btn-prev_02.png") 0 0 no-repeat;
  background-size: 28px 27px;
  width: 28px;
  height: 27px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#scheme .slider .button-next {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 16px;
  background: url("../images/btn-next_02.png") 0 0 no-repeat;
  background-size: 28px 27px;
  width: 28px;
  height: 27px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
}
#scheme .slider .swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}
.partners-section{
	padding: 40px 0 0;
}
.partners {
  overflow: hidden;
  padding: 0 30px;
  margin: -7px -30px 59px;
  position: relative;
}
.partners .frame {
  display: flex;
  margin: 0 0 39px;
}
.partners .frame .item {
  flex: 0 0 170px;
  width: 170px;
  margin: 0 30px 0 0;
}
.partners .frame .item img {
  width: 170px;
  height: 123px;
  object-fit: cover;
}
.partners .pagination {
  display: flex;
  justify-content: center;
}
.partners .pagination .swiper-pagination-bullet {
  flex: 0 0 8px;
  margin: 0 12px 0 13px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  display: block;
  background: #dbe7f2;
}
/* .swiper-button-next,
.swiper-button-prev{
  margin: -40px 0 0;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
} */
.partners .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #388df6;
}

.cunsult {
  padding: 0;
  position: relative;
}
.cunsult:after {
  position: absolute;
  top: -1px;
  right: -131px;
  background: url("../images/img-bg-05.png") 0 0 no-repeat;
  background-size: 592px 592px;
  width: 592px;
  height: 592px;
  content: "";
  z-index: -1;
}
.cunsult h2 {
  font: 60px/60px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: 800;
  margin: 0 0 10px;
}
.cunsult h2 span {
  font: 60px/60px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  display: block;
}
.cunsult h3 {
  font: 30px/60px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  font-weight: normal;
  color: #1b4e83;
  margin: 0;
}
.cunsult-section{
	padding: 0 0 35px;
}
.cunsult-form {
  padding: 9px 0 95px;
  width: 67.1%;
}
.cunsult-form .form-row {
  display: flex;
  margin: 0 0 20px;
}
.cunsult-form .form-row .col {
  flex: 0 1 33.3333%;
  width: 33.3333%;
  padding: 0 15px 0 0;
}
.cunsult-form .form-row .col-3 {
  width: 100%;
  padding: 0 15px 0 0;
}
.cunsult-form .form-row span {
  font: 12px/16px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  display: block;
  color: #767676;
  padding: 7px 0 0 2px;
  font-weight: 500;
}
.cunsult-form label {
  display: block;
  color: #183c62;
  font: 12px/16px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  margin: 0 0 2px;
  padding: 0 0 0 2px;
  font-weight: 700;
}
.cunsult-form input[type=text],
.cunsult-form input[type=email] {
  width: 100%;
  border: 1px solid #e8f0f7;
  height: 61px;
  padding: 2px 30px 0;
  font: 17px/19px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}
.cunsult-form input[type=text].error,
.cunsult-form input[type=email].error {
  border-color: red;
}
.cunsult-form .form-action {
  display: flex;
  padding: 11px 0 0;
  align-items: center;
}
.cunsult-form .form-action span {
  display: block;
  font: 12px/16px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  color: #aeafb1;
}
.cunsult-form button {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font: 18px/70px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  height: 72px;
  border: 1px solid #ff2329;
  background: #ff2329;
  color: #fff;
  flex: 0 1 270px;
  margin: 0 40px 0 0;
  width: 270px;
  text-align: center;
  cursor: pointer;
}
.cunsult-form button:hover {
  background: #fff;
  color: #ff2329;
}

#footer {
  border-top: 2px solid #154585;
}
#footer .container {
  position: relative;
  padding: 0;
}
#footer .container:before {
  background: #fff url("../images/icon-doc.svg") 50% 50% no-repeat;
  background-size: 19px 19px;
  content: "";
  width: 46px;
  height: 25px;
  position: absolute;
  top: -14px;
  left: 283px;
}
#footer .panel {
  height: 138px;
  position: relative;
  border-bottom: 1px solid #eaf0f6;
}
#footer .panel .logo {
  position: absolute;
  top: 32px;
  left: 20px;
  background: url("../images/logo-foot.svg") 0 0 no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  width: 98px;
  height: 69px;
  text-indent: -9999px;
  overflow: hidden;
}
#footer .panel .logo a {
  display: block;
  height: 100%;
  border: 0;
}
#footer .panel em, #footer .panel span {
  font: 12px/16px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
  color: #767676;
  top: 53px;
}
#footer .panel .slogan {
  font-size: 14px;
  line-height: 18px;
  left: 147px;
  top: 52px;
}
#footer .panel .phone {
  font: 24px/28px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 700;
  border: 0;
  color: #18283c;
  position: absolute;
  top: 57px;
  right: 600px;
}
#footer .panel .phone-info {
  right: 421px;
}
#footer .panel .btn_callback {
  font: 16px/50px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
  position: absolute;
  top: 43px;
  right: 151px;
  height: 55px;
  border: 1px solid #c5d9ee;
  color: #18283c;
  padding: 0 28px 0 55px;
}
#footer .panel .btn_callback:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 18px;
  left: 25px;
  background: url("../images/icon-01_hover.png") 0 0 no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  content: "";
  opacity: 1;
}
#footer .panel .btn_callback:after {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 18px;
  left: 25px;
  background: url("../images/icon-01.png") 0 0 no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  content: "";
  opacity: 0;
}
#footer .panel .btn_callback:hover {
  background: #c5d9ee;
  color: #18283c;
}
#footer .panel .btn_callback:hover:before {
  opacity: 0;
}
#footer .panel .btn_callback:hover:after {
  opacity: 1;
}
#footer .panel .call-info {
  right: 20px;
}
#footer .bottom {
  padding: 23px 38px 23px 24px;
  margin-bottom: 23px;
    padding: 23px 50px 23px 24px;
  display: flex;
  justify-content: space-between;
  font: 12px/16px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}
/* .mwi_dev{    margin-top: 8px;} */
#footer .bottom .copyright {
  color: #aeafb1;
  font-style: normal;
}
#footer .bottom a {
  color: #18283c;
  border: 0;
}
.btn_top {
  background: url("../images/btn-top.png") 0 0 no-repeat;
  background-size: 42px 81px;
  width: 42px;
  height: 81px;
  text-indent: -9999px;
  overflow: hidden;
  position: fixed;
  bottom: 40px;
  right: 40px;
  border: 0;
  z-index: 1000;
}
.popup {
  position: fixed;
  z-index: 99999;
  display: none;
}
.popup .bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.popup .popup-holder {
  z-index: 200;
  position: fixed;
  width: 767px;
  padding: 0;
  left: 50%;
  top: 50%;
  background: #fff;
  max-height: 95vh;
  overflow-y: auto;
  transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 5px 49px 0 rgba(2, 10, 23, 0.36);
  box-shadow: 0 5px 49px 0 rgba(2, 10, 23, 0.36);
}
.popup .btn_close {
  background: url("../images/btn-close.png") 0 0 no-repeat;
  background-size: 70px 70px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-indent: -9999px;
  overflow: hidden;
}
.popup .content {
  width: 570px;
  margin: 0 auto;
  padding: 49px 0 30px;
}
.popup h3 {
  background: url("../images/icon-33.png") 26px 0 no-repeat;
  background-size: 58px 57px;
  font-size: 44px;
  line-height: 72px;
  margin: 0 0 16px;
  padding: 70px 0 0;
  font: 36px/36px 'Raleway', "Arial", "Helvetica", sans-serif;
  font-weight: 600;
}
.popup p {
  margin: 0 0 38px;
  font-size: 20px;
  line-height: 30px;
  color: #1b4e83;
}
.popup .form-row {
  max-width: 430px;
  margin: 0 auto 10px;
}
.popup .form-row span {
  font: 12px/16px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  display: block;
  color: #767676;
  padding: 7px 0 0 2px;
  font-weight: 500;
}
.popup label {
  display: block;
  color: #183c62;
  font: 12px/16px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  margin: 0 0 2px;
  padding: 0 0 0 2px;
  font-weight: 700;
}
.popup input[type=text],
.popup input[type=email] {
  width: 100%;
  border: 1px solid #e8f0f7;
  height: 61px;
  padding: 2px 30px 0;
  font: 17px/59px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  font-weight: 500;
}
.popup input[type=text].error,
.popup input[type=email].error { border-color: #ff0000; }
.popup .form-action {
  max-width: 430px;
  margin: 0 auto 10px;
  padding: 31px 0 0;
}
.popup .form-action span {
  display: block;
  font: 11px/16px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  color: #aeafb1;
  text-align: center;
  font-weight: 500;
}
.popup button {
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font: 18px/70px 'MuseoSansCyrl', "Arial", "Helvetica", sans-serif;
  height: 72px;
  border: 1px solid #ff2329;
  background: #ff2329;
  color: #fff;
  margin: 0 0 21px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
}
.popup button:hover {
  background: #fff;
  color: #ff2329;
}
#confirm h3 {
  background-position: 50% 0;
  text-align: center;
}

@media screen and (max-width: 1200px){
  .gallery{
    margin: -14px 0 29px;
  }
  .partners{
    margin: -7px 0 59px;
  }
}
@media screen and (max-width: 1124px) {
  #header #navigation ul {
    font-size: 14px;
  }
  #header .call-info {
    display: none;
  }
  #header .btn_callback {
    right: 20px;
  }
  #header .phone-info {
    right: 360px;
  }
  #header .phone {
    right: 460px;
  }

  .cases .button-prev {
    left: -20px;
  }
  .cases .button-next {
    right: -20px;
  }

  #footer .panel .call-info {
    display: none;
  }
  #footer .panel .btn_callback {
    right: 20px;
  }
  #footer .panel .phone-info {
    right: 280px;
  }
  #footer .panel .phone {
    right: 460px;
  }
  #footer .bottom .copyright {
    padding: 0 10% 0 0;
  }
}
@media screen and (max-width: 1023px) {
  #header #navigation ul {
    line-height: 16px;
    align-items: flex-start;
    padding-top: 10px;
  }
  #header #navigation ul li {
    padding: 0 15px 0 0;
  }
  #header #navigation ul li:last-child {
    padding: 0;
  }
  #header .phone-info {
    display: none;
  }
  #header .phone {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #header .slogan {
    display: none;
  }

  #promo h1 {
    font-size: 70px;
    line-height: 70px;
  }
  #promo strong {
    font-size: 56px;
    line-height: 70px;
  }
  #promo p {
    padding: 0 20% 0 0;
  }
  #promo .panel {
    display: block;
  }
  #promo .panel .btn_callback {
    margin-bottom: 40px;
  }

  .popup .popup-holder {
    width: 90vw;
  }

  ul.advantages {
    flex-wrap: wrap;
  }
  ul.advantages li {
    flex: 1 0 300px;
    width: 300px;
  }

  h2 {
    font-size: 50px;
    line-height: 78px;
  }

  .features li {
    padding: 17px 30px 0 93px;
  }

  #map {
    display: none;
  }

  .services li {
    flex: 1 1 50%;
    width: 50%;
  }

  #about h2 {
    font-size: 70px;
    line-height: 62px;
  }

  .solutions .item .text {
    padding: 20px;
  }

  .offers .item {
    flex: 0 0 50%;
    width: 50%;
  }

  #scheme h2 {
    font-size: 50px;
    line-height: 45px;
  }

  .cunsult:after {
    display: none;
  }

  .cunsult-form {
    width: 100%;
  }

  #footer .panel .phone-info {
    display: none;
  }
  #footer .panel .phone {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #footer .panel .slogan {
    display: none;
  }

  .popup .content {
    width: auto;
    max-width: 570px;
  }
}
@media screen and (max-width: 768px) {
  #header .logo {
    top: 10px;
    background-size: 70%;
  }
  #header .phone {
    top: 12px;
    font-size: 16px;
    margin: 0 0 0 20px;
  }
  #header .btn_callback {
    display: none;
  }
  #header .burger {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 7px;
    top: 0;
    z-index: 110;
    border: 0;
  }
  #header .burger span {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    height: 2px;
    width: 24px;
    margin: -1px 0 0 -12px;
    transition: background-color 0.3s ease;
  }
  #header.navigation-open .burger span {
    background-color: transparent;
  }
  #header .burger span:before,
#header .burger span:after {
    content: "";
    background-color: #fff;
    height: 2px;
    width: 24px;
    left: 0;
    top: -8px;
    position: absolute;
    transition: transform 0.3s ease, background 0.3s ease;
  }
  #header .burger span:after {
    top: 8px;
  }
  #header.navigation-open .burger span:before {
    transform: rotate(45deg);
    top: 0;
    background-color: #235ca9;
  }
  #header.navigation-open .burger span:after {
    transform: rotate(-45deg);
    background-color: #235ca9;
    top: 0;
  }
  #header #navigation {
    display: none;
    position: absolute;
    z-index: 100;
    padding: 20px;
    top: 0;
    height: auto;
    left: 0;
    right: 0;
    background: #fff;
  }
  #header #navigation ul {
    display: block;
  }
  #header #navigation ul li {
    margin: 0 0 15px 0;
  }
  #header #navigation ul li:last-child {
    margin: 0;
  }
  #header #navigation ul li a {
    color: #235ca9;
    display: block;
    padding: 2px 0;
  }
  #header #navigation ul li a:hover {
    color: #235ca9;
  }
  #header.navigation-open #navigation {
    display: block;
  }

	#promo {
		min-height: 360px;
	}
  #promo .container {
    display: block;
    padding: 100px 20px 20px;
    min-height: 0;
  }
  #promo h1 {
    font-size: 30px;
    line-height: 30px;
  }
  #promo strong {
    font-size: 28px;
    line-height: 28px;
  }
  #promo p {
    padding: 0;
    font-size: 16px;
    line-height: 18px;
    margin: 0 0 70px;
  }
  #promo .btn_callback {
    display: none;
  }
  #promo .order-form {
    padding: 0 0 0;
    height: auto;
    width: 100%;
    flex: 1 1 100%;
    background: none;
    box-shadow: none;
  }
  #promo .order-form label{
  	position: static;
  	top: auto;
  	left: auto;
  	margin: 0 0 15px;
  	display: block;
  }
  #promo .order-form .form-row {
    flex-direction: column;
  }
  #promo .order-form .form-row .col {
    flex: 1 1 100%;
    width: 100%;
    height: auto;
    margin: 0 0 10px !important;
  }
  #promo .order-form .form-row .col input {
    background-color: #fff !important;
    border: 1px solid #e8f0f7 !important;
  }
  #promo .order-form .form-row .col input[type=text] {
    height: 72px;
  }
  #promo .order-form .form-row .col:first-child:after {
    display: none;
  }
  #promo .order-form .form-row .col label {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin-bottom: 5px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  ul.advantages {
    margin: 0 0 8px;
  }

  ul.advantages li {
    width: 100%;
    flex: 1 1 100%;
    margin: 0 0 20px;
  }

  .action {
    width: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .action span {
    margin-bottom: 20px;
  }

  .features {
    margin-right: 0;
  }
  .features li {
    flex: 1 1 100%;
    width: 100%;
    padding: 100px 0 0 0 !important;
    margin-bottom: 30px;
  }

  .services li {
    flex: 1 1 100%;
    width: 100%;
    padding: 95px 20px 20px;
  }
  .services li .icon {
    top: 20px;
    left: 20px;
  }
  .services li strong {
    margin-bottom: 15px;
    min-height: auto;
  }
  .services li .more {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    vertical-align: top;
  }

  #about .holder .content {
    flex: 1 1 100%;
    padding: 0;
    width: 100%;
  }
  #about .holder h2 {
    font-size: 35px;
    line-height: 30px;
  }
  #about .holder h5 {
    font-size: 20px;
    line-height: 26px;
  }
  #about .holder aside {
    width: 100%;
  }
  #about .holder aside ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    background-position: 0 50%;
  }

  body {
    font-size: 16px;
    line-height: 20px;
  }

  .gallery .pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .licens {
    margin-right: 0;
    justify-content: center;
  }
  .licens li {
    margin: 0 8px 30px;
  }

  .cases .frame .item {
    flex: 1 0 100%;
    width: 100%;
    padding-bottom: 0;
  }
  .cases .frame .item .heading {
    padding: 20px;
    flex-direction: column;
  }
  .cases .frame .item .heading .image {
    margin: 0 0 30px;
    flex: 1 1 100%;
    width: 100%;
    height: auto;
  }
  .cases .frame .item .text {
    padding: 20px;
  }
  .cases .frame .item .text .note li {
    margin-bottom: 10px;
  }
  .cases .button-prev,
  .cases .button-next{
  	-webkit-background-size: 31px 31px;
  	background-size: 31px 31px;
  	top: 50%;
  	margin: -20px 0 0;
  }
  .cases .button-next{
  	right: -30px;
  }

  .solutions {
    margin-right: 0;
    flex-wrap: wrap;
  }
  .solutions .item {
    flex: 0 0 100%;
    width: 100%;
  }
  .solutions .item .text {
    margin: -50px 15px 0;
  }

  .offers {
    margin-right: 0;
  }
  .offers .item {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 0 20px;
  }
  .offers .item:before {
    display: none;
  }
  .offers .item p {
    margin-bottom: 15px;
  }
  .offers .more {
    position: relative;
    left: auto;
    bottom: auto;
    display: inline-block;
    vertical-align: top;
  }

  #scheme {
    padding-bottom: 30px;
  }
  #scheme h2 {
    font-size: 28px;
    line-height: 28px;
  }

  #scheme .slider .frame .item strong {
    font-size: 24px;
    line-height: 26px;
  }

  #scheme .slider:before {
    display: none;
  }

  #scheme .slider:after {
    display: none;
  }

  .cunsult h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .cunsult h2 span {
    font-size: 30px;
    line-height: 28px;
  }
  .cunsult h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .cunsult-form {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .cunsult-form .form-row {
    flex-direction: column;
    margin: 0;
  }
  .cunsult-form .form-row .col {
    flex: 0 0 100%;
    margin: 0 0 20px;
    width: 100%;
    padding: 0;
  }
  .cunsult-form .form-row .col-3 {
    padding: 0;
  }
  .cunsult-form .form-action {
    flex-direction: column;
    justify-content: flex-start;
  }
  .cunsult-form .form-action button {
    flex: 0;
    display: block;
    margin: 0 0 20px;
  }
  .cunsult-form .form-action span {
    text-align: center;
  }

  #footer .container:before {
    left: 20px;
  }

  #footer .panel .btn_callback {
    display: none;
  }
  #footer .panel .phone {
    right: 20px;
    left: auto;
    transform: translateX(0);
    font-size: 20px;
  }
  #footer .bottom {
    flex-direction: column;
  }
  #footer .bottom .copyright {
    display: block;
    margin-bottom: 20px;
  }

  .btn_top {
    display: none !important;
  }

  .popup .content {
    padding: 49px 20px 20px;
  }

  .popup h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .popup p {
    font-size: 18px;
    line-height: 20px;
  }
  #promo h1 span:after{
    display: none;
  }
  .list-more{
    -webkit-columns: 1;
    -moz-columns: 1;
    -o-columns: 1;
    columns: 1;
  }
}

.phone-bottom { color: #dedede; font-size: 11px; }

input[type="checkbox"] { appearance: auto; }
.cunsult-form .form-action label { margin-right: 40px; }
.smart-captcha { width: 300px; }
@media (max-width: 768px)
{
  .cunsult-form .form-action { display: block; }
  .cunsult-form .form-action br { display: none; }
  .cunsult-form .form-action label { margin: 15px 0; }
}
label.error { color: #ff0000; }
label.error a { color: #ff0000; }
.popup label { margin-bottom: 15px; }