@charset "utf-8";
@font-face {
	font-family: 'Avenir Next';
	src: local('☺'), url('../fonts/AvenirNextCyr-Regular.woff') format('woff'), url('../fonts/AvenirNextCyr-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next';
	src: local('☺'), url('../fonts/AvenirNextCyr-Medium.woff') format('woff'), url('../fonts/AvenirNextCyr-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next';
	src: local('☺'), url('../fonts/AvenirNextCyr-Demi.woff') format('woff'), url('../fonts/AvenirNextCyr-Demi.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Avenir Next';
	src: local('☺'), url('../fonts/AvenirNextCyr-Bold.woff') format('woff'), url('../fonts/AvenirNextCyr-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html, body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
}
html {
	font-size: 16px;
}

@media only screen and (max-width: 1230px) {
html {
	font-size: 1.300813vw;
}
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal 13px/18px "Avenir Next", Helvetica, Arial, "sans-serif";
	color: #2b2b3c;
	-webkit-text-size-adjust: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
*, *:before, *:after {
	box-sizing: border-box;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea, button {
	font: normal 15px "Avenir Next", Helvetica, Arial, "sans-serif";
	letter-spacing: -0.035em;
	color: #2b2b3c;
	outline: none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	-webkit-appearance: none;
	border-radius: 5px;
	box-shadow: none;
	border: 0;
	background: rgba(230, 236, 238, 0.5);
	margin: 0;
	padding: 0 0 0 19px;
	width: 100%;
	height: 60px;
	display: block;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
color: #a0b6c2;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: #a0b6c2;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
color: #a0b6c2;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0.5!important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0.5!important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0.5!important;
}
input::-ms-clear {
 display: none;
}
button::-moz-focus-inner {
 border: 0;
}
textarea {
	resize: none;
}
.outtaHere {
	max-width: 100vw;
	position: fixed!important;
	left: -100vw!important;
}
.radio {
	display: block;
	cursor: pointer;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #e5ebee;
	box-shadow: inset 0px 0px 3px 0px rgba(161, 179, 191, 0.34);
}
.radio:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	margin: 25%;
	background: #4245c5;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
input:checked + .radio:before {
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.btn {
	-webkit-appearance: none;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	font: 500 14px/18px "Avenir Next", Helvetica, Arial, "sans-serif";
	letter-spacing: 0.005em;
	color: #fff;
	text-decoration: none!important;
	border: 0;
	border-radius: 5px;
	padding: 21px 30px;
	text-align: center;
	text-transform: none;
	white-space: normal;
}
.btn-small {
	font-size: 10px;
	border-radius: 20px;
	padding: 10px 20px 11px 20px;
}
.btn-blue {
	color: #fff!important;
	background: #4245c5;
}
.btn-white {
	color: #000!important;
	background: #fff;
}
.btn-dark {
	color: #fefafd !important;
	background: #2b2b3c;
}
.btn-danger {
	color: #fefafd!important;
	background: #e73939;
}

header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
	display: block;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #4245c5;
	text-decoration: underline;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}
strong, .bold {
	font-weight: bold;
}
.h1 {
	font-weight: bold;
	font-size: 3.75rem;
	line-height: 1.2;
	letter-spacing: -0.04em;
	margin: 0;
}
.h2 {
	font-weight: 500;
	font-size: 3rem;
	line-height: 1;
	letter-spacing: -0.04em;
	margin: 0;
}
.h2 a {
	color: inherit;
}
p, ol, ul {
	margin: 0 0 18px 0;
	padding: 0;
}
ol, ul, li {
	list-style: none;
}
li {
	position: relative;
	margin: 0 0 9px 0;
	padding: 0 0 0 18px;
}
ul > li:before {
	content: '•';
	position: absolute;
	top: 0;
	left: 0;
}
ol {
	counter-reset: li;
}
ol > li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 18px;
	margin: 0 0 0 -18px;
	padding: 0 4px 0 0;
	text-align: right;
}
.slick-slide {
	outline: none;
}
.slick-arrow {
	z-index: 5;
	cursor: pointer;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	border: 0;
	border-radius: 50%;
	background: none;
	overflow: hidden;
	text-align: left;
	text-indent: -100vw;
	margin: -16px;
}
.slick-arrow.slick-disabled {
	display: none!important;
}
.slick-arrow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/slider-arr-grey.svg) no-repeat 50% 50%;
	background-size: auto 15px;
	opacity: 0.36;
}
.slick-prev {
	left: 0;
}
.slick-prev:before {
	-webkit-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.slick-next {
	right: 0;
}
.break-word {
	word-break: break-all;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.mainwrap {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.header, .footer {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.header {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.content {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.footer {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
.container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1230px;
	padding: 0 30px;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	color: #fff;
}
.header a {
	color: #fff;
	text-decoration: none;
}
.header a:hover {
	text-decoration: underline;
}
.header .container {
	max-width: 1780px;
}
.header .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header .grid, .header-place {
	height: 160px;
}
.header .logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin-right: auto;
}
.header .logo img {
	width: 146px;
	height: auto;
}
.header .menu {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin-left: auto;
	font-size: 14px;
	font-weight: 600;
}
.header .menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0;
	padding: 0;
}
.header .menu li:before {
	display: none;
}
.header .menu li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 0 0 28px;
	padding: 0;
}
.header .link-login {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	text-align: right;
	padding: 0 0 0 30px;
	min-width: calc((100vw - 1230px) / 2);
}
.header .link-login .btn {
	min-width: 159px;
}

@media only screen and (min-width: 1780px) {
.header .link-login {
	min-width: calc((1780px - 1230px) / 2);
}
}
.header .toggle-menu {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #fff;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	position: absolute;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.header .toggle-menu > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	background: #fff;
	width: 9px;
	height: 2px;
	margin: 2px 0 0 0;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}
.header .toggle-menu > *:first-child {
	margin-top: 0;
}
.open-menu .header .toggle-menu {
	position: fixed;
}
.open-menu .header .toggle-menu .pos1 {
	-webkit-transform: translate3d(0, 2px, 0) rotate(-135deg);
	        transform: translate3d(0, 2px, 0) rotate(-135deg);
}
.open-menu .header .toggle-menu .pos2 {
	-webkit-transform: translate3d(0, -2px, 0) rotate(135deg);
	        transform: translate3d(0, -2px, 0) rotate(135deg);
}
.hold-top {
	position: relative;
	background-image: url(../img/top-map.png), -webkit-linear-gradient(top, #53a0ff 0%, #53a0ff 50%, #44a9fe 70%, #44a9fe 100%);
	background-image: url(../img/top-map.png), linear-gradient(to bottom, #53a0ff 0%, #53a0ff 50%, #44a9fe 70%, #44a9fe 100%);
	background-repeat: no-repeat, repeat-x;
	background-position: 50% 0;
	background-size: 1919px auto, 100% 100%;
}
.hold-top .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
.hold-top .bg .cloud1, .hold-top .bg .cloud2, .hold-top .bg .cloud3 {
	position: absolute;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.hold-top .bg .cloud1 {
	opacity: 0.6;
	background-image: url(../img/cloud1.png);
	width: 138px;
	height: 62px;
	top: 33.7%;
	left: 14.2%;
}
.hold-top .bg .cloud2 {
	background-image: url(../img/cloud2.png);
	width: 233px;
	height: 117px;
	top: 41%;
	left: 9.3%;
}
.hold-top .bg .cloud3 {
	background-image: url(../img/cloud3.png);
	width: 283px;
	height: 148px;
	top: 49%;
	left: 92%;
}
.top-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 37px 0 0 0;
	color: #fff;
	min-height: 100vh;
}
.top-block a {
	color: #fff;
}
.top-block .container {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.top-block .top, .top-block .bottom {
	margin: auto 0;
	width: 100%;
	padding: 38px 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.top-block .top .h1 {
	width: 50%;
	max-width: 500px;
	position: relative;
	z-index: 2;
}
.top-block .top .plane {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/plane.png) no-repeat 50% 50%;
	background-size: contain;
	width: 56.0625rem;
	height: 28.125rem;
	-webkit-transform: translate3d(0, -42%, 0);
	        transform: translate3d(0, -42%, 0);
}
.slider-products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}
.slider-products .el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	display: none;
}
.slider-products .el:first-child {
	display: block;
}
.slider-products .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
}
.slider-products .grid .image {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% - 10px);
	height: 17.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 4px 30px;
}
.slider-products .grid .image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.slider-products .grid .text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% + 10px);
	max-width: 470px;
	min-height: 110px;
}
.slider-products .name {
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.01em;
	margin: 0 0 22px 0;
}
.slider-products .name a {
	text-decoration: none;
}
.slider-products .name a:hover {
	text-decoration: underline;
}
.slider-products.slick-initialized {
	display: block;
	overflow: visible;
}
.slider-products .slick-arrow {
	top: auto;
	bottom: 0;
	margin: 50px 10px;
}
.slider-products .slick-arrow:before {
	background-image: url(../img/slider-arr-white.svg);
	opacity: 1;
}
.slider-products .slick-prev {
	left: calc((100vw - 1230px) / 2);
}
.slider-products .slick-next {
	right: calc((100vw - 1230px) / 2);
}

@media only screen and (max-width: 1230px) {
.slider-products .slick-prev {
	left: 0;
}
.slider-products .slick-next {
	right: 0;
}
}
.calculator {
	position: relative;
	padding: 0 0 8px 0;
}
.calculator:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	background: #4145c3;
	height: 256px;
}
.calculator.order-form:before {
	background: #fff !important;
}
.calculator.order-form {
	padding: 0 0 30px 0 !important;
}
.calculator.order-form .h2 {
	margin: 0!important;
}

.order-form textarea {
	padding: 15px 0 0 19px !important;
	height: 100px;
}

.calculator .calc-bg {
	box-shadow: 0px 1px 111px 0px rgba(5, 42, 65, 0.19);
	border-radius: 5px;
	background: #fafdfe;
	padding: 82px;
}
.calculator .grid {
	margin: 0 auto;
	width: 100%;
	max-width: 921px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.calculator .grid .l {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 57.32899%;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.calculator .grid .r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 31.378935%;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.calculator .h2 {
	font-size: 30px;
	letter-spacing: -0.03em;
	padding: 0 0 40px 0;
	margin: -3px 0 auto 0;
}
.calculator .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 14px 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.calculator .row .col {
	width: 100%;
}
.calculator .row .wid-weight {
	width: calc(100% - 103px);
}
.calculator .row .wid-type {
	width: 91px;
}
.calculator .row .wid-type input {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.calculator .submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.calculator .check {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	max-width: calc(50% - 30px);
	font-weight: bold;
	font-size: 14px;
	color: #151515;
	padding: 0 0 0 36px;
}
.calculator .check label {
	cursor: pointer;
}
.calculator .check .radio {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.calculator .submit .btn {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 50%;
	min-width: 175px;
}
.calculator .hold-delivery {
	position: relative;
	width: 100%;
}
.calculator .hold-delivery .corner:before {
	border-color: #fafdfe;
}
.corner {
	width: 6px;
	height: 6px;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	margin: -1px;
}
.corner:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	border-width: 6px;
	border-style: solid;
	position: absolute;
	border-radius: 50%;
}
.corner.tl {
	top: 0;
	left: 0;
}
.corner.tl:before {
	top: -5px;
	left: -5px;
}
.corner.tr {
	top: 0;
	right: 0;
}
.corner.tr:before {
	top: -5px;
	right: -5px;
}
.corner.bl {
	bottom: 0;
	left: 0;
}
.corner.bl:before {
	bottom: -5px;
	left: -5px;
}
.corner.br {
	bottom: 0;
	right: 0;
}
.corner.br:before {
	bottom: -5px;
	right: -5px;
}
.slider-delivery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
}
.slider-delivery .el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 33.333333%;
	display: none;
}
.slider-delivery .el:nth-child(1), .slider-delivery .el:nth-child(2), .slider-delivery .el:nth-child(3) {
	display: block;
}
.slider-delivery label > span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	overflow: hidden;
	height: 91px;
	font-weight: normal;
	font-size: 14px;
	color: #2b2b3c;
	background: #f0f4f6;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	padding: 0 10px;
	text-align: center;
	cursor: pointer;
}
.slider-delivery label > input:checked + span {
	cursor: default;
	color: #fff;
	background-color: #529ffe;
}
.slider-delivery.slick-initialized {
	display: block;
	overflow: visible;
}
.slider-delivery .slick-arrow {
	margin-left: -52px;
	margin-right: -52px;
}
.calculator .result {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-radius: 10px;
	box-shadow: 0px 1px 70px 0px rgba(5, 42, 65, 0.13);
	text-align: center;
	line-height: 16px;
}
.calculator .result .t {
	border-radius: 10px 10px 0 0;
	background: #fff;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	padding: 16px 30px 0 30px;
	font-size: 12px;
	letter-spacing: -0.025em;
	color: #535353;
}
.calculator .result .t:before, .calculator .result .t:after {
	content: '';
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: block;
}
.calculator .result .t .text {
	margin: 9px 0;
}
.calculator .result .big {
	font-weight: bold;
	font-size: 4.5rem;
	letter-spacing: -0.1em;
	line-height: 1;
	color: #4245c5;
	margin: 9px 0;
}
.calculator .result .b {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 20px;
	min-height: 119px;
	border-radius: 0 0 10px 10px;
	background: #e5eaed;
	font-size: 14px;
	letter-spacing: -0.025em;
	color: #529ffe;
}
.calculator .result .b > * {
	width: 100%;
	margin: 0 auto;
	max-width: 200px;
}
.info-blocks {
	padding: 120px 0 104px 0;
}
.info-blocks .top {
	margin: 0 0 80px 0;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}
.info-blocks .h2 {
	letter-spacing: normal;
	font-weight: 600;
	font-size: 30px;
	margin: 0 0 12px 0;
}
.info-blocks .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -18px;
	text-align: center;
	font-size: 12px;
}
.info-blocks .grid .el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 33.333333%;
	padding: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.info-blocks .grid .bg {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	border-radius: 5px;
	box-shadow: 0px 1px 70px 0px rgba(5, 42, 65, 0.19);
	background: #fff;
	padding: 55px 30px 55px 30px;
}
.info-blocks .grid .pic {
	width: 100%;
	max-width: 11.5rem;
	height: 11.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto 26px auto;
}
.info-blocks .grid .pic img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.info-blocks .grid .pic img:not(:only-child):first-child {
	display: none;
	visibility: hidden;
}
.info-blocks .grid .big {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 32px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	min-height: 66px;
}
.info-blocks .grid .max {
	margin: 0 auto;
	max-width: 280px;
}
.info-blocks.bg-blue {
	color: #fff;
	background-color: #4245c5;
}
.info-blocks.bg-blue .grid .bg {
	background-color: #4245c5;
	box-shadow: 0px 1px 70px 0px rgba(5, 42, 65, 0.58);
}
.info-blocks.bg-blue a {
	color: #fff;
}
.info-blocks .link {
	text-align: center;
	margin: 92px 0 0 0;
}
.info-blocks .link .btn {
	min-width: 213px;
}
.reasons {
	padding: 101px 0 16px 0;
	background: #f4f4fa;
}
.reasons .h2 {
	margin: 0 0 84px 0;
}
.reasons ul {
	list-style: none;
	margin: -18px -48px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
	font-size: 14px;
}

@media only screen and (max-width: 1230px) {
.reasons ul {
	margin-left: -18px;
	margin-right: -18px;
}
}
.reasons li:before {
	display: none;
}
.reasons li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 20%;
	padding: 18px;
	margin: 0;
}
.reasons ul .max {
	margin: 0 auto;
	max-width: 180px;
}
.reasons .pic {
	width: 100%;
	max-width: 8.625rem;
	height: 8.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 auto 16px auto;
}
.reasons .pic img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.reviews {
	position: relative;
	padding: 72px 0 0 0;
	z-index: 2;
}
.reviews:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	height: 382px;
	background: #f4f4fa;
}
.reviews .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.reviews .l {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin-right: auto;
	width: 40.17094%;
	padding-right: 30px;
	max-width: 405px;
}
.reviews .r {
	width: 59.555%;
	margin-left: auto;
}
.reviews .h2 {
	margin: 0 0 42px 0;
}
.reviews .l .btn {
	min-width: 213px;
}
.slider-reviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -100vw 0 -20px;
	padding: 68px 0 0 0;
}
.slider-reviews .slick-list {
	margin: -20px -100vw -20px 0;
	padding: 20px 0;
}
.slider-reviews .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slider-reviews .slick-slide {
	height: auto!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.slider-reviews .slick-slide > *, .slider-reviews .slick-slide > * > * {
	-webkit-box-flex: 1!important;
	    -ms-flex: 1 0 auto!important;
	        flex: 1 0 auto!important;
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.slider-reviews .el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 32.3125rem!important;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.slider-reviews.slick-initialized {
	display: block;
	margin-right: -20px;
}
.slider-reviews .slick-arrow {
	left: auto;
	right: 0;
	top: 0;
	margin: -2px 8px;
}
.slider-reviews .slick-prev {
	right: 30px;
}
.review {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	border-radius: 10px;
	box-shadow: 0px 1px 20px 0px rgba(43, 43, 60, 0.14);
	background: #fff;
	padding: 58px 41px 43px 49px;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.01em;
	text-align: left;
	white-space: normal;
	text-transform: none;
}
.review .photo {
	width: 10rem;
	height: 10rem;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 0 33px 0;
}
.review .photo img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.review .review-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin: 0 0 21px 0;
}
.review .review-top .name {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: normal;
}
.review .review-top .stars {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 1px 0 1px 10px;
}
.stars {
	width: 80px;
	height: 16px;
	position: relative;
	background: url(../img/stars.svg) no-repeat 100% 0;
	background-size: auto 200%;
}
.stars > * {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../img/stars.svg) no-repeat 100% 100%;
	background-size: auto 200%;
}
.more-qu {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 264px 0 105px 0;
}
.more-qu:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	background: url(../img/ellipse.svg) no-repeat 50% 50%;
	width: 650px;
	height: 635px;
	background-size: contain;
	margin: 0 -337px;
}
.more-qu .h2 {
	margin: 0 0 55px 0;
}
.more-qu .btn {
	min-width: 213px;
}
.footer {
	position: relative;
	z-index: 2;
	background: #2b2b3c;
	color: #fff;
	padding: 101px 0;
}
.footer .container {
	max-width: 1582px;
}
.footer .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: -30px -15px;
}
.footer .grid .el {
	padding: 30px 15px;
}
.footer a {
	color: inherit;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer p {
	margin: 0 0 18px 0;
}
.footer p:last-child {
	margin-bottom: 0;
}
.footer .h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: inherit;
	text-transform: uppercase;
	margin: 0 0 43px 0;
	letter-spacing: 0.08em;
}
.footer input {
	background-color: #3a3a4f;
	color: #fff;
}
 .footer input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.47);
}
.footer input::-moz-placeholder {
color: rgba(255, 255, 255, 0.47);
}
.footer input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.47);
}
.footer ul {
	list-style: none;
	margin: 0 0 43px 0;
	padding: 0;
}
.footer ul:last-child {
	margin-bottom: 0;
}
.footer li:before {
	display: none;
}
.footer li {
	margin: 4px 0 0 0;
	padding: 0;
}
.footer li:first-child {
	margin-top: 0;
}
.footer .grey {
	color: rgba(255, 255, 255, 0.5);
}
.footer .text {
	max-width: 24%;
	font-size: 13px;
	letter-spacing: -0.005em;
}
.footer .logo {
	margin: -2px 0 36px 0;
}
.footer .logo img {
	width: 102px;
	height: auto;
}
.footer .links {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.01em;
}
.footer .links strong, .footer .links .bold {
	font-weight: 600;
}
.footer .contacts {
	font-weight: 500;
	font-size: 12px;
	max-width: 304px;
}
.footer .join {
	width: 27.37%;
}
.footer .join .h2 {
	margin-bottom: 46px;
}
.footer .submit {
	margin: 26px 0 0 0;
}
.footer .submit .btn {
	min-width: 175px;
}
.footer .soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 65px -10px 0 0;
}
.footer .soc .label {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 100%;
	margin: 0 27px 10px 0;
	font-weight: bold;
	font-size: 12px;
}
.footer .soc .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -3px 7px 0;
}
.footer .soc .list > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 3px 3px 0;
}
.footer .soc .list img {
	height: 17px;
	width: auto;
}
.footer .soc .list a {
	opacity: 0.55;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer .soc .list a:hover {
	opacity: 1;
}
