@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff'),
         url('../fonts/lato-light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'muller';
    src: url('../fonts/mullerbold-webfont.eot');
    src: url('../fonts/mullerbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/mullerbold-webfont.woff2') format('woff2'),
         url('../fonts/mullerbold-webfont.woff') format('woff'),
         url('../fonts/mullerbold-webfont.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
/************************* reset *************************/
html{
	height: 100%;
	margin: 0;
	padding: 0;width: 100%;
	background: #fff;
}
body{
	height: 100%;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	font-family: 'lato', Arial, Helvetica, sans-serif;
	line-height: 24px;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
h1, h2, h3, h4, p, ul, li, a, span, div, input, textarea, select, form, fieldset, button, dl, dd, dt, figure, figcaption, blockquote, caption, aside, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}
img {
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: bottom;
}
input, textarea, select, button {
	font-weight: 300;
	font-family: 'lato', Arial, Helvetica, sans-serif;
	vertical-align:middle;
	border: 0;
	outline: 0;
	background: none;
}
button {font-weight: 400;}
a:hover {text-decoration: none;}
ul li {list-style: none;}
/************************* common styles *************************/
.holder {
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}
.holder:after {
	display: block;
	content: '';
	clear: both;
}
h1 {
	margin: 0 0 40px;
	font-size: 60px;
	font-family: 'muller';
	line-height: 60px;
}
h2 {
	margin: 0 0 74px;
	font-size: 48px;
	font-family: 'muller';
	line-height: 54px;
}
h3 {
	margin: 0 0 7px;
	font-size: 22px;
	font-family: 'muller';
	line-height: 27px;
}
h4 {
	margin: 0 0 13px;
	font-size: 25px;
	font-family: 'muller';
	line-height: 30px;
}
.title {
	margin: 0 0 74px;
	font-size: 48px;
	font-family: 'muller';
	line-height: 54px;
	text-align: center;
}
.subtitle {
	margin: 0 0 55px;
	font-size: 24px;
	font-weight: 300;
	line-height: 27px;
	text-align: center;
}
b, strong {font-family: 'muller';}
.blue {color: #0091ef;}
.grey {color: #c7d0d6;}
p {margin: 0 0 24px;}
p a, .article li a {color: #2aac18;}
.center {text-align: center;}
.upper {text-transform: uppercase;}
.button-holder {text-align: center;}
.button {
	position: relative;
	display: inline-block;
	padding: 10px 22px 11px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	font-family: 'muller';
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	background: #0091ef;
	-webkit-box-shadow: 0 5px 25px 0 rgba(0,145,239,0.4);
	box-shadow: 0 5px 25px 0 rgba(0,145,239,0.4);
	transition: all .3s linear;
}
.button:hover {
	background: #0286db;
}
.button-green {
	background: #11c776;
	-webkit-box-shadow: 0 5px 25px 0 rgba(13,202,129,0.4);
	box-shadow: 0 5px 25px 0 rgba(13,202,129,0.4);
}
.button-green:hover {
	background: #0eb66b;
}
/************************* form-block *************************/
.input {
	display: block;
	width: 100%;
	height: 49px;
	padding: 0 18px;
	margin: 0 0 23px;
	color: #000;
	font-size: 21px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}
.submit {
	display: inline-block;
	width: 100%;
	padding: 13px 22px 15px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	font-family: 'muller';
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	background: #11c776;
	-webkit-box-shadow: 0 5px 25px 0 rgba(13,202,129,0.4);
	box-shadow: 0 5px 25px 0 rgba(13,202,129,0.4);
	transition: all .3s linear;
}
.submit:hover {
	background: #0eb66b;
}
.submit span {position: relative;}
::-webkit-input-placeholder {color: #a1a1a1;}
:-moz-placeholder {color: #a1a1a1; opacity: 1;}
::-moz-placeholder {color: #a1a1a1; opacity: 1;}
:-ms-input-placeholder {color: #a1a1a1;}
.input.error, .textarea.error {
	color: rgb(255, 86, 71);
	background-color: rgb(255, 206, 202);
}
label.error {
	position: absolute;
	left: -9999px;
}
/************************* wrapper *************************/
#wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}
.page {
	min-height: 100vh;
}
/************************* header *************************/
.header {
	position: relative;
	padding: 106px 0 0;
	background: #eae8f9; /* Old browsers */
	background: -moz-linear-gradient(left, #eae8f9 0%, #e8f1f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #eae8f9 0%,#e8f1f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #eae8f9 0%,#e8f1f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae8f9', endColorstr='#e8f1f9',GradientType=1 ); /* IE6-9 */
}
/************************* header-top *************************/
.header-top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 400;
	height: 106px;
	padding: 28px 0 0;
	background: #eae8f9; /* Old browsers */
	background: -moz-linear-gradient(left, #eae8f9 0%, #e8f1f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #eae8f9 0%,#e8f1f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #eae8f9 0%,#e8f1f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae8f9', endColorstr='#e8f1f9',GradientType=1 ); /* IE6-9 */
	border-bottom: 1px solid #cad2e3;
	transition: all .3s linear;
}
.header-top.fixed {
	height: 62px;
	padding: 8px 0 0;
	background: #fff;
}
.header-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.header-logo {line-height: 20px;}
.header-logo img {
	width: 90px;
}
.header-nav {
	max-width: 640px;
	flex: 1;
	padding: 0 50px;
}
.header-nav ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-nav li {
	font-size: 18px;
}
.header-nav a {
	color: #000;
	text-decoration: none;
	transition: all .3s linear;
	border-bottom: 1px solid transparent;
}
.header-nav a:hover {color: #0091ef;}
.header-nav .active, .header-nav .active:hover {
	color: #000;
	border-bottom: 2px solid #0091ef;
}
.mob-nav-icon {
	position: absolute;
	right: 20px;
	top: 21px;
	z-index: 220;
	display: none;
	height: 15px;
	padding: 8px 0 8px;
    border-radius: 50%;
}
.mob-nav-block {
    position: relative;
	display: block;
    width: 21px;
    height: 1px;
	background: #000;
	border-radius: 3px;
	transition: all .5s ease;
}
.mob-nav-block:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
	width: 21px;
    height: 1px;
    background: #000;
	border-radius: 3px;
	transition: all .5s ease;
}
.mob-nav-block:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 21px;
    height: 1px;
    background: #000;
	border-radius: 3px;
	transition: all .5s ease;
}
.mob-nav-icon.active .mob-nav-block {
    background: none;
}
.mob-nav-icon.active .mob-nav-block:before {
    top: 0;
    transform: rotate(45deg);
}
.mob-nav-icon.active .mob-nav-block:after {
    top: 0;
    transform: rotate(-45deg);
}
/************************* header-main *************************/
.header-main {
	padding: 123px 0 130px;
	text-align: center;
}
.header-main-title {
	max-width: 840px;
	margin: 0 auto 33px;
	font-size: 60px;
	line-height: 60px;
	text-align: center;
}
.header-main-text {
	margin: 0 0 44px;
	font-size: 24px;
	line-height: 32px;
}
.header-type {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0 46px;
}
.header-type-item a {
	display: block;
	color: #000;
}
.header-type-img {margin: 0 0 23px;}
.header-type-img img {
	
}
.header-type-name {
	font-size: 16px;
	line-height: 22px;
}
/************************* info *************************/
.help {
	padding: 120px 0 252px;
	background: url(../images/media/help-bg.jpg) 50% 100% no-repeat;
	background-size: 100% auto;
}
.help-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.help-item {
	width: 47.5%;
	margin: 0 0 0 5%;
}
.help-item:nth-child(2n + 1){margin: 0;}
.help-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding: 0 0 40px;
}
.help-neg:before {
	position: absolute;
	top: 15px;
	left: 43px;
	bottom: 0;
	display: block;
	content: '';
	width: 3px;
	background: url(../images/neg-dott.png) 0 0 repeat-y;
}
.help-pos:before {
	position: absolute;
	top: 15px;
	left: 43px;
	bottom: 0;
	display: block;
	content: '';
	width: 3px;
	background: url(../images/pos-dott.png) 0 0 repeat-y;
}
.help-item-last:before {display: none;}
.help-item-icon {
	position: relative;
	z-index: 10;
	width: 90px;
	min-width: 90px;
	height: 90px;
	margin: 5px 30px 0 0;
	line-height: 84px;
	text-align: center;
	border-radius: 50%;
}
.help-item-icon img {
	vertical-align: middle;
}
.help-neg .help-item-icon {
	background: #ffd4df;
}
.help-pos .help-item-icon {
	background: #d1edff;
}
.help-neg img {width: 30px;}
.help-pos img {width: 30px;}
.help-item-content {
	flex: 1;
}
.help-item-content h4 {
	margin: 0 0 13px;
	font-size: 25px;
	line-height: 30px;
}
.help-item-content p {
	margin: 0;
}
.help-bottom {
	max-width: 760px;
	margin: 0 auto;
	padding: 200px 0 0;
	text-align: right;
}
/************************* info *************************/
.info {
	padding: 122px 0 0;
}
.info .title {
    margin: 0 0 35px;
}
.info-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.info-column {
	position: relative;
	width: 47.5%;
	margin: 0 0 0 5%;
}
.info-column:nth-child(2n + 1){margin: 0;}
.info-item {
	padding: 0 0 30px;
}
.info-item-min {max-width: 320px;}
.info-item li {
	margin: 0 0 10px;
}
.numbers {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 39px;
}
.numbers-item {
	margin: 0 20px 0 0;
}
.numbers-item:last-child {margin: 0;}
.numbers-digit {
	margin: 0 0 2px;
	font-size: 48px;
	font-family: 'muller';
	font-weight: 700;
	line-height: 40px;
}
.info-img {
	margin: 6px 0 45px -50px;
}
.info-img img {
	-webkit-box-shadow: 0 4px 73px 0 rgba(5,22,104,0.2);
	box-shadow: 0 4px 73px 0 rgba(5,22,104,0.2);
}
.info-form {
	position: absolute;
	left: -528px;
	bottom: 59px;
	width: 397px;
	padding: 58px 60px 60px;
	background: #fff;
	-webkit-box-shadow: 0 4px 73px 0 rgba(5,22,104,0.2);
	box-shadow: 0 4px 73px 0 rgba(5,22,104,0.2);
}
.info-form:after {
	position: absolute;
	bottom: 0;
	right: -62px;
	display: block;
	content: '';
	border-left: 31px solid #fff;
	border-bottom: 31px solid #fff;
	border-right: 31px solid transparent;
	border-top: 31px solid transparent;
}
.form-title {
	margin: 0 0 13px;
    font-size: 25px;
    font-family: 'muller';
    line-height: 30px;
	text-align: center;
}
.form-text {
	margin: 0 0 33px;
	text-align: center;
}
/************************* system *************************/
.system {
	padding: 90px 0 0;
}
.system-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.system-column {
	width: 47.5%;
	margin: 0 0 0 5%;
}
.system-column:nth-child(2n + 1){margin: 0;}
.system-item {
	padding: 0 0 30px;
}
.system-item li {
	margin: 0 0 10px;
}
.system-button {
	position: relative;
	max-width: 630px;
	margin: -10px auto 0;
	padding: 90px 0 60px;
	text-align: center;
}
.system-button:before {
	position: absolute;
	left: 0;
	top: 12px;
	display: block;
	content: '';
	width: 84px;
	height: 188px;
	background: url(../images/man1.png) 0 0 no-repeat;
}
.system-button:after {
	position: absolute;
	right: 20px;
	top: 0;
	display: block;
	content: '';
	width: 56px;
	height: 184px;
	background: url(../images/man2.png) 0 0 no-repeat;
}
/************************* review *************************/
.review {
	padding: 60px 0 0;
}
.review .title {
    margin: 0 0 18px;
}
.review-slider {
	padding: 0 20px;
}
.review-slide {
	padding: 30px 23px;
}
.review-item {
	padding: 79px 40px 77px;
	text-align: center;
	background: #fff;
	-webkit-box-shadow: 0 10px 25px 0 rgba(0,0,0,0.05);
	box-shadow: 0 10px 25px 0 rgba(0,0,0,0.05);
	border: 1px solid #e6e9ec;
	border-radius: 3px;
}
.review-text {
	position: relative;
	max-width: 840px;
	padding: 0 74px;
	margin: 0 auto 33px;
}
.review-text:before, .review-text:after {
	position: absolute;
	top: -8px;
	display: block;
	color: #dddddd;
	font-family: 'muller';
	font-weight: 700;
	font-size: 100px;
	line-height: 80px;
}
.review-text:before {
	left: 0;
	content: '“';
}
.review-text:after {
	right: 0;
	content: '”';
}
.review-photo {
	margin: 0 0 23px;
}
.review-photo img {
	width: 60px;
	border-radius: 50%;
}
.review-slider .slick-slide img {
    display: inline-block;
}
.review-author {
	margin: 0 0 8px;
	color: #0091ef;
	font-family: 'muller';
	font-weight: 700;
}
.review-status {
	max-width: 320px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 19px;
}
/************************* client *************************/
.client {
	padding: 90px 0 128px;
}
.client-slider {
	padding: 0 20px;
}
.client-slide {
	padding: 0 15px;
}
.client-item {
	overflow: hidden;
	display: block;
	width: 214px;
	height: 121px;
	margin: 0 auto;
	line-height: 115px;
	text-align: center;
	border: 1px solid #e6e9ec;
	border-radius: 3px;
}
.client-slider .slick-slide img {
    display: inline-block;
}
.client-slide img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	display: block;
	width: 20px;
	height: 36px;
	margin-top: -18px;
	cursor: pointer;
	font-size: 0;
}
.slick-prev {
	left: 0;
	background: url(../images/prev.svg) 0 0 no-repeat;
	background-size: cover;
}
.slick-next {
	right: 0;
	background: url(../images/next.svg) 0 0 no-repeat;
	background-size: cover;
}
/************************* footer *************************/
.footer {
	padding: 125px 0 163px;
	background: url(../images/media/footer-bg.jpg) 20% 0 no-repeat;
	background-size: cover;
}
.footer-phone {
    margin: 0 0 25px;
    font-size: 36px;
    font-family: 'muller';
    font-weight: 700;
    line-height: 36px;
}
.footer-phone a {
	color: #fff;
	text-decoration: none;
}
.footer-nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 0 50px;
}
.footer-nav ul {
	margin: 0 74px 0 0;
}
.footer-nav li {
	margin: 0 0 10px;
}
.footer-nav a {
	color: #5eecff;
}
.footer-webs a {
	display: inline-block;
	margin: 0 15px 0 0;
}
/************************* popups *************************/
.popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
	display: none;
	width: 100vw;
    height: 100vh;
    background: none;
    background-color: #fff;
}
.popup-close {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 20px;
    right: 20px;
	line-height: 64px;
	text-align: center;
	cursor: pointer;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 5;
}
.popup-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.popup-side {
    background-color: #fff;
    width: 460px;
    height: 100%;
	padding: 45px 40px;
	overflow-y: auto;
}
.popup-logo {margin: 0 0 50px;}
.popup-logo img {
    width: 90px;
}
.popup-title {
	margin: 0 0 13px;
    font-size: 25px;
    font-family: 'muller';
    line-height: 30px;
}
.popup-content {
	position: relative;
    overflow: hidden;
    width: -webkit-calc(100vw - 416px);
    width: calc(100vw - 416px);
    height: 100vh;
	padding: 120px 100px;
	background: #eae8f9; /* Old browsers */
	background: -moz-linear-gradient(left, #eae8f9 0%, #e8f1f9 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #eae8f9 0%,#e8f1f9 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #eae8f9 0%,#e8f1f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eae8f9', endColorstr='#e8f1f9',GradientType=1 ); /* IE6-9 */
}
.popup-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80%;
}
.popup-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 600px;
}
.popup-info-item {
	position: relative;
	width: 46%;
	margin: 0 8% 0 0;
}
.popup-info-item:last-child {margin: 0;}
.popup-info-item:before {
    position: absolute;
    top: 15px;
    left: -25px;
	display: block;
	content: '';
    width: 125px;
    height: 125px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.popup-info-content {
	position: relative;
}
.popup-info-icon {
	height: 62px;
	margin: 0 0 30px;
}
.popup-info-title {
	margin: 0 0 10px;
	font-size: 20px;
    font-family: 'muller';
	font-weight: 700;
	line-height: 24px;
}
.second-line {
	position: relative;
	padding: 58px 0 0;
}
.second-line:before {
    position: absolute;
    top: 58px;
    left: -25px;
	display: block;
	content: '';
    width: 225px;
    height: 225px;
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.second-line-content {
	position: relative;
}
.second-line-icon {
	height: 62px;
	margin: 0 0 30px;
}
.second-line-title {
	margin: 0 0 10px;
	font-size: 78px;
    font-family: 'muller';
	font-weight: 700;
	line-height: 70px;
}
.second-line-text {
	font-size: 24px;
	line-height: 30px;
}
.check-block {
	position: relative;
	padding: 13px 0 0;
	margin: 0 0 33px;
}
.check-input {
	position: absolute;
	left: 0;
	width: 1px;
	height: 1px;
	opacity: 0;
}
.check-label {
	position: relative;
	display: block;
	padding: 0 0 0 41px;
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
}
.check-label a {
	color: #000;
}
.check-label:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 25px;
	height: 25px;
	background: #fff;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.check-label:after {
	position: absolute;
	top: 6px;
	left: 6px;
	display: block;
	content: '';
	width: 13px;
	height: 13px;
	background: #fff;
}
.check-input:checked + .check-label:after {background: #11c776;}



.thnx {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	flex-direction: column;
	min-height: 100vh;
}
.thnx-text {
    padding: 60px 20px;
	margin: auto 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    text-align: center;
}
.thnx .footer {margin: auto 0 0;}
.thnx .header-top {
	box-shadow: 0px 0px 51px 0px rgba(5, 60, 107, 0.2);
}
.thnx .header-fixed {
	box-shadow: 0px 0px 51px 0px rgba(5, 60, 107, 0.2);
}
    
/************************* media *************************/
@media screen and (max-width: 1840px) {
	.help {
		background-size: auto;
	}
}
@media screen and (max-width: 1200px) {
	.popup-side {
		width: 380px;
		padding: 45px 40px;
	}
	.popup-content {padding: 100px 40px 100px 60px;}
}
@media screen and (max-width: 1023px) {
	body {
		font-size: 16px;
		line-height: 22px;
	}
	.header {padding: 58px 0 0;}
	.header-top, .header-top.fixed {
		height: 58px;
		padding: 18px 0 0;
	}
	.header-button {display: none;}
	.mob-nav-icon {display: block;}
	.header-nav {
		position: fixed;
		top: 58px;
		left: -105%;
		bottom: 0;
		width: 100%;
		max-width: none;
		padding: 50px 30px 0;
		background: #fff;
		transition: all .5s ease;
	}
	.header-nav.vis {
		left: 0;
	}
	.header-nav ul {
		display: block;
	}
	.header-nav li {
		margin: 0 0 25px;
		font-size: 20px;
		text-align: center;
	}
	.header-main {
		padding: 50px 0 60px;
	}
	.header-main-title {
		max-width: 840px;
		margin: 0 auto 30px;
		font-size: 30px;
		line-height: 36px;
	}
	.header-main-text {
		margin: 0 0 40px;
		font-size: 18px;
		line-height: 24px;
	}
	.header-type {
		max-width: 600px;
		margin: 0 auto;
		padding: 0 0 16px;
	}
	.header-type-item {
		width: 33.33%;
		margin: 0 0 30px;
	}
	.header-type-img {margin: 0 0 13px;}
	.header-type-img img {width: 100px;}
	.title, h2 {
		margin: 0 0 40px;
		font-size: 30px;
		line-height: 36px;
	}
	.help {
		padding: 50px 0 250px;
	}
	.help-item-icon {
		width: 70px;
		min-width: 70px;
		height: 70px;
		margin: 5px 20px 0 0;
		line-height: 66px;
	}
	.help-neg:before {
		left: 33px;
	}
	.help-pos:before {
		left: 33px;
	}
	.help-item-content h4 {
		margin: 0 0 13px;
		font-size: 18px;
		line-height: 24px;
	}
	h4 {
		margin: 0 0 13px;
		font-size: 18px;
		line-height: 24px;
	}
	.info {padding: 50px 0 10px;}
	.info-column {
		width: 100%;
		margin: 0;
		padding: 0 0 20px;
	}
	.info-img {
		margin: 0 0 40px;
	}
	.info-img img {max-width: 100%;}
	.info-column h2 {
		margin: 0 0 30px;
		font-size: 36px;
		line-height: 40px;
	}
	.numbers {padding: 0 0 35px;}
	.numbers-digit {
		margin: 0 0 2px;
		font-size: 36px;
		line-height: 40px;
	}
	.numbers-item {
		margin: 0 40px 0 0;
	}
	.info-form {
		position: relative;
		left: auto;
		bottom: auto;
		margin: -10px auto 0;
		width: auto;
		max-width: 400px;
		padding: 58px 60px 60px;
	}
	.info-form:after {display: none;}
	
	
	.system {padding: 50px 0 0;}
	.review {
		padding: 50px 0 0;
	}
	.review .title {
		margin: 0 0 8px;
	}
	.subtitle {
		margin: 0 0 35px;
		font-size: 18px;
		line-height: 24px;
	}
	.review-slider {margin: -20px 0 0;}
	.review-item {padding: 59px 20px 57px;}
	.client {
		padding: 50px 0 60px;
	}
	.footer {padding: 60px 0 200px;}
	.popup-content {display: none;}
	.popup-side {
		width: 100%;
	}
	.popup-side form {max-width: 400px;}
	
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 860px) {
	
}
@media screen and (max-width: 767px) {
	.help-item {
		width: 100%;
		margin: 0;
	}
	.help-neg:before, .help-pos:before {display: none;}
	.help-item-icon {
		width: 50px;
		min-width: 50px;
		height: 50px;
		margin: 5px 15px 0 0;
		line-height: 46px;
	}
	.help {
		padding: 50px 0 60px;
		background: none;
	}
	.help-bottom {
		padding: 10px 0 0;
		text-align: center;
	}
	.system-column {
		width: 100%;
		margin: 0;
	}
	.review-slider {
		margin: -20px -10px 0;
		padding: 0 10px;
	}
	.review-item {padding: 29px 15px 27px;}
	.review-text {
		padding: 0 30px;
		margin: 0 auto 23px;
	}
	.review-text:before, .review-text:after {
		top: -8px;
		font-size: 60px;
		line-height: 50px;
	}
	.footer {padding: 60px 0 150px;}
	.footer-phone {
		margin: 0 0 30px;
		font-size: 36px;
		line-height: 36px;
	}
	.footer-nav {padding: 0 0 30px;}
	.footer-nav ul {
		width: 100%;
		margin: 0;
	}
	.form-title {
		font-size: 21px;
		line-height: 27px;
	}
	
}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 560px) {
	.title, h2 {
		margin: 0 0 35px;
		font-size: 24px;
		line-height: 30px;
	}
	.review-text:before, .review-text:after {display: none;}
	.review-text {padding: 0;}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 479px) {
	.header-type-img img {width: 80px;}
	.system-button {
		margin: 0px auto 0;
		padding: 0 0 10px;
	}
	.system-button:before, .system-button:after {display: none;}
	.info-form {
		padding: 35px 30px 30px;
	}
}
@media screen and (max-width: 420px) {
	body {overflow-x: hidden;}
	
}


/*************************** calc styles 15.04.2019 ***************************/
.client {
    padding: 90px 0 68px;
}
.bottom_calc {
	padding: 50px 0 123px;
}
.bottom_calc .title {
    margin: 0 0 18px;
}
.calc_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 27px 30px 25px;
	color: #fff;
	background: #0091ef;
	border-radius: 4px;
}
.calc_num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	width: 180px;
	min-width: 180px;
	margin: 0 45px 0 0;
}
.calc_month {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	flex: 1;
}
.calc_num-text {
	width: 80px;
	min-width: 80px;
	padding: 0 10px 0 0;
	font-size: 16px;
	line-height: 20px;
}
.calc_month-text {
	width: 115px;
	min-width: 115px;
	padding: 0 10px 0 0;
	font-size: 16px;
	line-height: 20px;
}
.calc_num-content {flex: 1;}
.calc_quantity {
	position: relative;
}
.calc_quantity input {
	width: 100%;
	height: 47px;
	padding: 0 50px 0 0;
	text-align: center;
	background: #fff;
	border: 0;
	border-radius: 5px;
}
.plus {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 24px;
	padding: 8px 0 0;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #ccd0e1;
	border-bottom: 1px solid #ccd0e1;
}
.minus {
	position: absolute;
	top: 24px;
	right: 0;
	width: 50px;
	height: 23px;
	padding: 8px 0 0;
	cursor: pointer;
	text-align: center;
	border-left: 1px solid #ccd0e1;
}
.plus svg, .minus svg {
	width: 8px;
	height: 8px;
	vertical-align: top;
}
.calc_month-content {
	flex: 1;
}
.range_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.range_top-item {
	position: relative;
	text-align: center;
}
.range_top-item:first-child {
	text-align: left;
}
.range_top-item:last-child {
	text-align: right;
}
.range_top-line {
	position: absolute;
	top: 24px;
	left: 50%;
	width: 1px;
	height: 25px;
	background: #fff;
}
.range_top-item:nth-child(1) .range_top-line{margin-left: -4px;}
.range_top-item:nth-child(2) .range_top-line{margin-left: 2px;}
.range_top-item:nth-child(3) .range_top-line{margin-left: 4px;}
.range_top-item:nth-child(4) .range_top-line{margin-left: 6px;}
.range_top-month {
	margin: 0 0 36px;
	font-size: 16px;
	line-height: 19px;
}
.range_top-text {
	font-size: 12px;
	line-height: 14px;
}

.range_center {
	position: relative;
	z-index: 10;
	margin: -36px 0 34px;
	padding: 0 40px 0 15px;
}
.range_center:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	content: '';
	height: 6px;
	background: #fff;
	border-radius: 5px;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider:after {
	position: absolute;
	top: 0;
	right: -40px;
	display: block;
	content: '';
	width: 40px;
	height: 6px;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 25px;
	height: 25px;
	cursor: pointer;
	background: #0091ef;
	border: 5px solid #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 15px 0 rgba(8,23,81,0.5);
	box-shadow: 0 2px 15px 0 rgba(8,23,81,0.5);
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: 6px;
	background: #fff;
	border-radius: 5px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -10px;
	left: -12px;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.calc_result {
	padding: 42px 0 0;
}
.calc_result-right {
	text-align: center;
}
.calc_result-left {
	max-width: 265px;
	color: #808080;
	font-size: 16px;
	line-height: 19px;
}
.calc_result-month {
	margin: 0 0 15px;
	color: #808080;
	font-size: 16px;
	line-height: 19px;
}
.calc_result-all {
	font-size: 24px;
	font-weight: 700;
	font-family: 'muller';
	line-height: 30px;
}
.result-number {
	display: inline-block;
	padding: 0 0 0 15px;
}
.calc_result-all .result-number {color: #0091ef;}
@media screen and (max-width: 1023px) {
	.client {
		padding: 50px 0 0;
	}
	.bottom_calc {padding: 60px 0 60px;}
	.calc_block {
		display: block;
	}
	.calc_num {
		width: 250px;
		min-width: 250px;
		margin: 0 0 30px;
	}
	.calc_result {
		display: block;
		padding: 25px 0 0;
	}
	.calc_result-right {
		text-align: center;
	}
	.calc_result-left {
		margin: 0 0 40px;
		max-width: none;
		text-align: center;
	}
	.calc_button {text-align: center;}
	
}
@media screen and (max-width: 767px) {
	.calc_month {
		display: block;
	}
	.calc_month-text {
		width: auto;
		min-width: 1px;
		padding: 0 0 20px;
	}
	.calc_block {
		margin: 0 -20px;
		padding: 27px 15px 25px;
	}
	
}
@media screen and (max-width: 479px) {
	.range_top-text {
		font-size: 11px;
	}
}
#wrapper > section,
#wrapper > header,
#wrapper > footer {width: 100%;}