@charset "UTF-8";
@font-face {
	font-family: fontello;
	src: url(../fonts/fontello/fontello.woff2) format("woff2"), url(../fonts/fontello/fontello.woff) format("woff");
	font-weight: 400;
	font-style: normal
}

[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-search:before {
	content: '\e800'
}

.icon-down-open:before {
	content: '\e801'
}

.icon-twitter:before {
	content: '\f099'
}

.icon-facebook:before {
	content: '\f09a'
}

.icon-instagram:before {
	content: '\f16d'
}

.icon-vkontakte:before {
	content: '\f189'
}

.icon-telegram:before {
	content: '\f2c6'
}

.icon-facebook-squared:before {
	content: '\f308'
}

.icon-gplus:before {
	content: '\f30f'
}

.slick-slider {
	position: relative;
	display: block;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url(../img/ajax-loader.gif) center center no-repeat
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir=rtl] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

[dir=rtl] .slick-next:before {
	content: '←'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.custom-scroll_container {
	overflow: hidden!important;
	position: relative
}

.custom-scroll_inner {
	overflow: scroll;
	height: 100%
}

.custom-scroll_inner::-webkit-scrollbar {
	width: 0;
	height: 0
}

.custom-scroll_inner {
	-ms-overflow-style: none
}

.custom-scroll_bar-x,
.custom-scroll_bar-y {
	cursor: default;
	position: absolute;
	border-radius: 1px;
	z-index: 1;
	background: #888;
	opacity: .4;
	user-select: none;
	transition: opacity .2s
}

.custom-scroll_bar-y {
	top: 0;
	right: 1px;
	width: 8px
}

.custom-scroll_bar-x {
	left: 0;
	bottom: 1px;
	height: 8px
}

.custom-scroll_bar-x:hover,
.custom-scroll_bar-y:hover {
	opacity: .7
}

.custom-scroll_bar-x:active,
.custom-scroll_bar-y:active {
	opacity: 1
}

.custom-scroll_hidden-x>.custom-scroll_bar-x,
.custom-scroll_hidden-y>.custom-scroll_bar-y {
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s, visibility step-end .3s
}

.animated {
	animation-duration: 1s;
	animation-fill-mode: both
}

.animated.infinite {
	animation-iteration-count: infinite
}

.animated.hinge {
	animation-duration: 2s
}

@keyframes bounceInDown {
	0%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0)
	}
	75% {
		transform: translate3d(0, -10px, 0)
	}
	90% {
		transform: translate3d(0, 5px, 0)
	}
	100% {
		transform: none
	}
}

.bounceInDown {
	animation-name: bounceInDown
}

@keyframes bounceInLeft {
	0%,
	100%,
	60%,
	75%,
	90% {
		transition-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0)
	}
	75% {
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		transform: translate3d(5px, 0, 0)
	}
	100% {
		transform: none
	}
}

.bounceInLeft {
	animation-name: bounceInLeft
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.fadeIn {
	animation-name: fadeIn
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}

.fadeInLeft {
	animation-name: fadeInLeft
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}

.fadeInRight {
	animation-name: fadeInRight
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		transform: none
	}
}

.fadeInUp {
	animation-name: fadeInUp
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@font-face {
	font-family: Gotham;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/gotham/GothamPro.woff) format("woff")
}

@font-face {
	font-family: GothamLight;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/gotham/GothamPro-Light.woff) format("woff")
}

@font-face {
	font-family: GothamMedium;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/gotham/GothamPro-Medium.woff) format("woff")
}

@font-face {
	font-family: GothamBold;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/gotham/GothamPro-Bold.woff) format("woff")
}

@font-face {
	font-family: GothamBlack;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/gotham/GothamPro-Black.woff) format("woff")
}

@font-face {
	font-family: GothamBlackItalic;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/gotham/GothamPro-BlackItalic.woff) format("woff")
}

* {
	box-sizing: border-box
}

html {
	margin: 0;
	padding: 0
}

body.philin {
	margin: 0;
	padding: 0
}

body {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
	min-width: 320px;
	position: relative;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	color: red
}

body input:required:valid,
body textarea:required:valid {
	color: #161616
}

input,
textarea {
	outline: 0
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent
}

input:focus::-moz-placeholder,
textarea:focus::-moz-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
}

li,
ul {
	margin: 0;
	padding: 0
}

.container {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	max-width: 1200px;
	padding-left: 16px;
	padding-right: 16px;
	margin: 0 auto
}

.container-rel {
	position: relative
}

.container-wide {
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
	margin-left: 0;
	margin-right: 0
}

.button,
.decor-header-left,
.decor.calc-field__right-bottom-bg,
.decor.calc-field__right-bottom-sm,
.header-logo:before,
.header-menu a:active,
.header-menu a:hover,
.header-tel:active,
.header-tel:hover,
.in-digits-descr-left,
.infigures-top-left,
.infigures-top-left-white,
.marked:before,
.skew {
	position: relative
}

.button:before,
.decor-header-left:before,
.decor.calc-field__right-bottom-bg:before,
.decor.calc-field__right-bottom-sm:before,
.header-logo:before,
.header-menu a:active:before,
.header-menu a:hover:before,
.header-tel:active:before,
.header-tel:hover:before,
.in-digits-descr-left:before,
.infigures-top-left-white:before,
.infigures-top-left:before,
.marked:before,
.skew:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(-18deg);
	z-index: 0
}

.header-tel:active:before,
.header-tel:hover:before {
	z-index: -1
}

.button:before,
.decor-header-left:before,
.decor.calc-field__right-bottom-bg:before,
.decor.calc-field__right-bottom-sm:before,
.header-logo:before,
.header-menu a:active:before,
.header-menu a:hover:before,
.header-tel:active:before,
.header-tel:hover:before,
.in-digits-descr-left:before,
.infigures-top-left-white:before,
.infigures-top-left:before,
.skew-fill:before {
	background-color: #7ecd00
}

.skew-empty:before {
	background-color: transparent;
	border: 1px solid #28485b
}

.skew-dashed:before {
	background-color: transparent;
	border: 1px dashed #7ecd00
}

.skew-inner {
	position: relative;
	z-index: 2
}

.marked {
	position: relative
}

.marked:before {
	content: '';
	position: absolute;
	left: -34px;
	top: 0;
	width: 8px;
	height: 95%;
	background-color: #7ecd00;
	z-index: -1
}

.marked-inverse:before {
	background-color: #fff
}

.section-top {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

h1,
h2, .title-wrapper .marked, h3 {
	color: #28485b;
	font-family: GothamBold, sans-serif
}

h1 {
	margin-bottom: 20px;
	font-size: 48px;
	line-height: 58px
}

h2, .title-wrapper .marked {
	margin-top: 0;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 45px;
	text-indent: 7px;
	margin-bottom: 30px;
}

h3 {
	text-transform: uppercase;
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 20px;
}

.marked {
	margin-left: 55px
}

.marked.mini, .mini {
	font-size: 30px;
	line-height: 34px
}

.title-wrapper {
	width: 100%
}

.title-wrapper .header-right__title,
.title-wrapper h2, .title-wrapper .marked {
	display: inline-block
}

.title-wrapper.right {
	text-align: right
}

.title-wrapper.center {
	text-align: center
}

.title-wrapper--fl {
	display: flex;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px)
}

.title-wrap__descr {
	margin-top: 0
}

.title-margined {
	margin-top: 70px
}

.title-blue-mini {
	padding-left: 22px;
	font-size: 18px;
	color: #374a5b;
	text-indent: 6px;
	font-family: GothamMedium, sans-serif;
	text-transform: uppercase
}

.title-blue-mini:before {
	width: 6px;
	left: 5px;
	background-color: #374a5b
}

.button-wrapper {
	position: relative;
	padding: 0 5px
}

.button-wrapper:after,
.button-wrapper:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	width: 18px;
	height: 100%;
	background-color: #7ecd00;
	transform: skewX(-20deg)
}

.button-wrapper:before {
	left: -2px
}

.button-wrapper:after {
	width: 18px;
	right: -2px;
	left: auto
}

.button-wrapper:active a,
.button-wrapper:hover a {
	color: #7ecd00
}

.button-wrapper:active a .button-spreaded__left,
.button-wrapper:hover a .button-spreaded__left {
	transform: translateX(-100%)
}

.button-wrapper:active a .button-spreaded__right,
.button-wrapper:hover a .button-spreaded__right {
	transform: translateX(100%)
}

.button {
	display: inline-block;
	padding: 10px 26px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase
}

.button span {
	position: relative;
	z-index: 2
}

.button-violet:before {
	background-color: #28485b
}

.button-bordered:before {
	border: 1px solid #28485b;
	background-color: transparent
}

.button-bordered-green:before {
	background-color: #7ecd00
}

.button-wht span {
	color: #374a5b
}

.button-wht:before {
	background-color: #fff
}

.button-wht:after {
	content: '';
	position: absolute;
	display: block;
	background-image: url(../img/sprite.png);
	background-position: -267px -235px;
	width: 66px;
	height: 27px;
	bottom: -5px;
	right: -6px;
	background: url(../img/icons/button-wt-shdw.png) 0 0 no-repeat;
	background-size: 100% auto;
	z-index: 0
}

.button-blue-brd:before {
	content: '';
	background-color: #fff;
	border: 2px solid #9ec8e2
}

.button-blue-brd:active:before,
.button-blue-brd:hover:before {
	background-color: rgba(40, 72, 91, .2)
}

.button-blue-empty {
	padding: 12px 65px;
	color: #374a5b;
	font-size: 16px
}

.button-blue-empty:before {
	content: '';
	border: 2px solid #28485b
}

.button-blue-empty:active:before,
.button-blue-empty:hover:before {
	background-color: #7ecd00
}

.button-spreaded {
	position: relative
}

.custom-submit {
	background-color: transparent;
	border: none;
	font-size: 15px;
	color: #fff
}

.button-spreaded__left,
.button-spreaded__right {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 90%;
	height: 100%;
	transition: all .5s
}

.item {
	padding: 15px;
	height: 50px
}

.item p {
	position: relative;
	z-index: 2
}

.decor {
	position: absolute;
	display: block
}

.letter {
	display: inline-block
}

.header-quote {
	max-width: 380px;
	font-family: GothamMedium, sans-serif;
	font-size: 22px;
	color: #333
}

.header-quote span {
	font-family: GothamBold, sans-serif
}

.header-visual {
	position: absolute;
	bottom: -50px;
	right: -40px;
	z-index: 0
}

.toggle-mnu {
	display: none;
	padding: 5px;
	background-color: #fff;
	width: 38px;
	height: 38px;
	margin-top: 14px;
	z-index: 999
}

.toggle-mnu span:after,
.toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px
}

.toggle-mnu span:after {
	top: 18px
}

.toggle-mnu span {
	position: relative;
	display: block
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 100%;
	height: 2px;
	background-color: #000;
	transition: all .3s;
	backface-visibility: hidden;
	border-radius: 2px
}

.toggle-mnu.on span {
	background-color: transparent
}

.toggle-mnu.on span:before {
	transform: rotate(45deg) translate(-1px, 0)
}

.toggle-mnu.on span:after {
	transform: rotate(-45deg) translate(6px, -7px)
}

.marked-list {
	margin: 0;
	padding: 0
}

.marked-list li {
	position: relative;
	margin-bottom: 30px;
	list-style-type: none;
	font-family: GothamLight, sans-serif;
	font-size: 18px;
	color: #333
}

.justify {
	content: '';
	width: 100%;
	height: 0;
	display: inline-block;
	overflow: hidden;
	visibility: hidden;
	line-height: 0
}

.upper {
	text-transform: uppercase
}

.grad {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZ3JhZGllbnQiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdHlsZT0ic3RvcC1jb2xvcjojNDU2OUIyOyIgLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0eWxlPSJzdG9wLWNvbG9yOiMzNzRBNUI7IiAvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IGZpbGw9InVybCgjZ3JhZGllbnQpIiBoZWlnaHQ9IjEwMCUiIHdpZHRoPSIxMDAlIiAvPjwvc3ZnPg==);
	background-image: -webkit-gradient(linear, left top, 180deg, color-stop(0, #4569b2), color-stop(100%, #374a5b));
	background-image: -webkit-linear-gradient(180deg, #4569b2 0, #374a5b 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4569b2), to(#374a5b));
	background-image: -webkit-linear-gradient(top, #4569b2 0, #374a5b 100%);
	background-image: linear-gradient(180deg, #4569b2 0, #374a5b 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative
}

@keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		transform: translate3d(1000px, -3000px, 0)
	}
	60% {
		opacity: 1;
		transform: translate3d(-10px, 25px, 0)
	}
	75% {
		transform: translate3d(0, -10px, 0)
	}
	90% {
		transform: translate3d(0, 5px, 0)
	}
	to {
		transform: translate3d(0, 0, 0)
	}
}

.animated-hidden {
	opacity: 0
}

.text-center {
	text-align: center
}

.filin-paragraph {
	font-size: 16px;
	line-height: 24px
}

.rellax {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0
}

.hidden {
	display: none
}

.custom-check input {
	position: absolute;
	left: -9999px
}

.custom-check .radio-false {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #7ecd00
}

.custom-check .radio-false:after {
	content: '';
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #7ecd00
}

.custom-check input:checked+.radio-false:after {
	display: block
}

.custom-check__text {
	margin-left: 5px;
	font-size: 13px;
	font-family: GothamBold, sans-serif;
	color: #333;
	vertical-align: middle
}

.resp-img {
	display: block;
	width: 100%
}

.padded-left {
	padding-left: 47px
}

.header {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 94px
}

.header-bg {
	content: '';
	display: block;
	position: absolute;
	width: 65%;
	height: 99%;
	background: right 0 no-repeat;
	background-size: cover;
	z-index: 1;
	animation-delay: .2s;
	opacity: 0
}

.header-bg__wht {
	position: absolute;
	bottom: -100px;
	right: 100px;
	animation-delay: 1s
}

.header-bg-main {
	background-image: url(../img/header-bg-new.jpg)
}

.header-bg-clear {
	background-image: url(../img/header-bg-clear-green.jpg)
}

.header .container {
	position: relative;
	z-index: 2
}

.header .header-left,
.header .header-right {
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word
}

.header .header-left {
	width: calc(58.33333% - 16px);
	display: flex
}

.header .header-left__inner {
	position: relative;
	width: 100%;
	z-index: 2
}

.header .header-left h1 {
	animation-delay: 1s
}

.header .header-right {
	width: calc(41.66667% - 16px)
}

.header-top {
	position: relative;
	padding-top: 25px;
	z-index: 10
}

.header-top:before {
	content: '';
	position: absolute;
	right: 75%;
	left: 0;
	display: block;
	height: calc(100% - 25px);
	width: calc((100% - 1200px)/ 2 + 45px);
	background-color: #fff
}

.header-logo {
	position: relative;
	padding: 30px 30px 15px 0;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(25% - 16px);
	animation-delay: .5s
}

.header-logo img {
	position: relative;
	max-width: 100%;
	z-index: 2
}

.header-logo:before {
	background-color: #fff
}

.header-contacts {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(75% - 16px);
	margin-top: 14px
}

.soc-wrap {
    display: flex;
    margin: 30px 0 0 0;
}

.soc-wrap p {
    font-weight: 600;
    font-size: 16px;
}

.copyemail {
    display: inline-block;
    color: #000;
    font-size:13px;
    font-variant:small-caps;
    padding: 3px 6px;
    background: #ceec96;
    cursor: pointer;
    margin: 0 20px -8px 20px;
    border: 1px solid #c2c2c2;
    border-radius: 2px;
}

.copyemail:hover {
    color: #ceec96;
    background: #333;
}

.header-contacts__top,
.page-contacts-social {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	position:relative;
}

.header-contacts__top .icon,
.page-contacts-social .icon {
	margin-left: 16px;
	position: relative;
}

.header-contacts__top .icon:before,
.page-contacts-social .icon:before {
	content: '';
	display: block;
	width: 40px;
	height: 26px;
	position: relative;
	z-index: -1;
	transform: skewX(-18deg);
	transition: all 0.3s ease;
	border-radius: 2px;
}

.header-contacts__top .icon:hover:before,
.page-contacts-social .icon:hover:before {
    transform: skewX(0deg);
	border-radius: 50%;
}

.header-contacts__top .icon:after,
.page-contacts-social .icon:after {
	position: absolute;
	top: 0;
	font-size: 12px;
	width: 100%;
	white-space: nowrap;
	text-align: center;
	opacity: 0;
	transition: all 0.3s ease;
}

.header-contacts__top .icon:hover:after,
.page-contacts-social .icon:hover:after {
	opacity: 1;
	top: -16px;
}

.header-contacts__top .icon-telegram,
.page-contacts-social .icon-telegram {
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M98 175c-3.9 0-3.2-1.5-4.6-5.2L82 132.2 152.8 88l8.3 2.2-6.9 18.8L98 175z' fill='%23ddd'/%3E%3Cpath d='M98 175c3 0 4.3-1.4 6-3 2.6-2.5 36-35 36-35l-20.5-5-19 12-2.5 30v1z' fill='%23ccc'/%3E%3Cpath d='M100 144.4l48.4 35.7c5.5 3 9.5 1.5 10.9-5.1L179 82.2c2-8.1-3.1-11.7-8.4-9.3L55 117.5c-7.9 3.2-7.8 7.6-1.4 9.5l29.7 9.3L152 93c3.2-2 6.2-.9 3.8 1.3L100 144.4z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center;
	background-size: 34px;
}

.header-contacts__top .icon-whats,
.page-contacts-social .icon-whats {
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M421.915 345.457c-12.198-9.82-25.233-18.634-38.064-27.638-25.59-17.973-48.996-19.37-68.091 9.546-10.723 16.234-25.734 16.945-41.43 9.823-43.27-19.62-76.683-49.85-96.255-93.83-8.658-19.458-8.544-36.903 11.713-50.665 10.725-7.278 21.53-15.89 20.666-31.793-1.128-20.736-51.475-90.033-71.357-97.347-8.227-3.027-16.42-2.83-24.79-.017-46.62 15.678-65.93 54.019-47.437 99.417 55.17 135.442 152.26 229.732 285.91 287.282 7.62 3.277 16.085 4.587 20.371 5.763 30.428.306 66.073-29.01 76.367-58.104 9.911-27.99-11.035-39.1-27.603-52.437zM272.06 77.439c97.707 15.025 142.768 61.485 155.21 159.895 1.154 9.09-2.232 22.768 10.737 23.02 13.554.259 10.288-13.217 10.402-22.316 1.146-92.684-79.669-178.606-173.524-181.774-7.081 1.019-21.733-4.883-22.647 10.988-.609 10.7 11.727 8.942 19.822 10.187z' fill='%23fff'/%3E%3Cpath d='M291.172 104.422c-9.398-1.132-21.805-5.56-24.001 7.48-2.293 13.687 11.535 12.297 20.42 14.286 60.346 13.487 81.358 35.451 91.294 95.311 1.451 8.727-1.432 22.31 13.399 20.059 10.991-1.674 7.021-13.317 7.94-20.118.487-57.47-48.758-109.778-109.052-117.018z' fill='%23fff'/%3E%3Cpath d='M296.713 151.416c-6.273.155-12.43.834-14.736 7.538-3.463 10.02 3.822 12.409 11.237 13.6 24.755 3.974 37.783 18.571 40.256 43.257.668 6.7 4.92 12.129 11.392 11.365 8.969-1.07 9.78-9.053 9.505-16.634.443-27.734-30.904-59.79-57.654-59.126z' fill='%23fff'/%3E%3C/svg%3E") no-repeat center;
	background-size: 22px;
}

.header-contacts__top .icon.icon-whats:before,
.page-contacts-social .icon.icon-whats:before {
	background: #7b519d;
}

.header-contacts__top .icon.icon-telegram:before,
.page-contacts-social .icon.icon-telegram:before{
	background: #37aee2;
}

.header-contacts__top .icon.icon-whats:after,
.page-contacts-social .icon.icon-whats:after{
	content: 'Viber';
	left: 3px;
	color: #7b519d;
}

.header-contacts__top .icon.icon-telegram:after,
.page-contacts-social .icon.icon-telegram:after{
	content: 'Telegram';
	left: -3px;
	color: #37aee2;
}

.header-contacts__top .button-violet {
	margin-left: 7px
}

.header-divider {
	width: 5px;
	margin: 0 7px;
	align-self: stretch
}

.header-divider--white:before {
	background-color: #fff
}

.header-search {
	font-size: 24px;
    line-height: 42px;
    margin-right: 5px;
    color: #28485b;
    cursor: pointer;
    position: relative;
}

.header-search:after {
    font-size: 14px;
    font-weight: 600;
    content: 'Поиск';
    position: absolute;
    left: -6px;
    top:0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.header-search:hover:after {
    opacity: 1;
    top:-30px;
}

.header-search form {
    display: none;
    position: absolute;
    left:0;
    top: 100%;
    width:400px;
    z-index:100;
}
.header-search form input{
    width: 300px;
    padding: 5px;
    margin: 0;
    border: 1px solid #dce3e7;
}
.header-search form button{
    margin: 0;
    padding: 5px;
    background: #4ea3c8;
    border: none;
    color: #fff;
}
.simple-search {
    display: flex;
    margin-bottom: 6px;
}
/* .header-search form:before {
    content:'';
    position: fixed;
    left: 0;
    top:0;
    width:100%;
    height:100%;
    z-index:99;
    background:red;
} */

.header-tel {
	text-decoration: none;
	font-family: GothamBold, sans-serif;
	letter-spacing: -.2px
}

.header-tel:active,
.header-tel:hover {
	padding-left: 0;
	padding-right: 0;
	color: #fff
}

.header-tel:active:before,
.header-tel:hover:before {
	padding: 13px 10px;
	width: 105%;
	left: -12px;
	top: -14px;
	bottom: auto;
	height: 109%
}

.header-contacts__top .button {
	color: #fff;
	font-size: 12px;
	font-family: GothamLight, sans-serif
}

.header-contacts__top a {
	font-size: 13px;
	letter-spacing: 0;
	color: #000;
	font-family: GothamBold, sans-serif
}

.header-contacts__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-end
}

.header-menu {
	display: flex;
	margin: 0;
	padding: 0;
	margin-left: -13px
}

.header-menu li {
	margin-right: 30px;
	list-style-type: none
}

.header-menu li:last-child {
	margin-right: 0
}

.header-menu a {
	display: block;
	font-size: 16px;
	color: #212121;
	text-decoration: none
}

.header-menu a:active,
.header-menu a:hover {
	color: #fff
}

.header-menu a:active:before,
.header-menu a:hover:before {
	padding: 10px 15px;
	left: -15px;
	top: -10px;
	background-color: rgba(40, 72, 91, .85)
}

.header-menu li.active a {
	font-weight: 600
}

.header-email {
	margin-left: 8px;
	letter-spacing: -1px
}

.header-email:active,
.header-email:hover {
	color: #7ecd00
}

.localization {
	position: relative;
	margin-left: auto;
	right: -10px
}

.localization-list__dropdown {
	position: absolute;
	display: none;
	top: 35px;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 99
}

.localization-list__dropdown a {
	display: block
}

.localization-list__dropdown li {
	position: relative;
	padding: 3px 5px;
	list-style-type: none
}

.localization-list__dropdown li:before {
	background-color: #fff;
	border: 1px solid #7ecd00
}

.localization-list__dropdown li:nth-child(1) {
	left: -20px
}

.localization-list__dropdown li:nth-child(2) {
	left: -28px
}

.localization-list__dropdown li:nth-child(3) {
	left: -36px
}

.localization-list__dropdown li:nth-child(4) {
	left: -44px
}

.localization-list__dropdown li:active a,
.localization-list__dropdown li:hover a {
	opacity: .5
}

.localization__tri {
	background-image: url(../img/sprite.png);
	background-position: -503px -384px;
	width: 12px;
	height: 5px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	top: 100%;
	margin-top: 5px;
	cursor: pointer
}

.icon-flag-ru {
	display: block;
	background-image: url(../img/sprite.png);
	background-position: -471px -337px;
	width: 40px;
	height: 22px
}

.header-order {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px
}

.headet-left__subtitle,
.test-translate__subtitle {
	position: absolute;
	right: -11px;
	top: 125px;
	font-size: 28px;
	line-height: 32px;
	font-family: GothamBold, sans-serif;
	color: #fff
}

.header-text-animation.test-translate__subtitle,
.headet-left__subtitle.header-text-animation {
	animation-delay: 1.5s
}

.header-video {
	display: flex;
	align-items: center;
	margin-bottom: 27px
}

.header-video span {
	font-size: 12px;
	line-height: 16px;
	color: #fff
}

.sp-icon {
	display: inline-block
}

.icon-play {
	margin-right: 18px;
	background-image: url(../img/sprite.png);
	background-position: -471px -207px;
	width: 39px;
	height: 39px
}

.icon-play:active,
.icon-play:hover {
	background-image: url(../img/sprite.png);
	background-position: -471px -251px;
	width: 39px;
	height: 39px
}

.header-slogan {
	max-width: 480px;
	margin: 0;
	font-size: 30px;
	line-height: 36px
}

.header-slogan.header-text-animation {
	animation-delay: 2s
}

.header-right__title {
	margin-top: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 32px;
	color: #242424;
	font-family: GothamBold, sans-serif
}

.title-wrapper--index .header-right__title {
	margin-right: 45px;
	text-align: center
}

.header__price-form {
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 2;
	align-items: flex-start;
	margin-bottom: 20px
}

.header__price-form .file-masked {
	border: none
}

.header__price-form label {
	display: block;
	max-width: 330px;
	height: 40px;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	border: none;
	outline: 0;
	border-bottom: 2px solid #99a6af
}

.header__price-form label::-webkit-input-placeholder {
	color: #99a6af;
	opacity: 1
}

.header__price-form label::-moz-placeholder {
	color: #99a6af;
	opacity: 1
}

.header__price-form label:-moz-placeholder {
	color: #99a6af;
	opacity: 1
}

.header__price-form label:-ms-input-placeholder {
	color: #99a6af;
	opacity: 1
}

.header__price-form label.label-textarea {
	height: auto;
	margin-left: 38px
}

.header__price-form label.label-textarea span {
	margin-left: 28px
}

.header__price-form label.label-textarea textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	padding-left: 20px;
	height: 50px;
	max-height: 70px;
	border: none;
	background-color: transparent;
	font-family: GothamLight, sans-serif;
	font-size: 13px
}

.header__price-form label.label-textarea .custom-placeholder {
	position: static
}

.header__price-form label.label-submit {
	height: 53px;
    border-bottom: none;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top:0;
    padding-bottom:0;
}

.header__price-form label.label-submit button {
	color: #fff
}

.header__price-form label.label-submit--transp button {
	color: #28485b
}

.header__price-form label input[type=text] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	color: #99a6af;
	font-size: 18px;
	font-family: Gotham, sans-serif;
	border: none;
	background-color: transparent;
	z-index: 3
}

.header__price-form label:first-child {
	margin-left: 97px
}

.header__price-form label:nth-child(2) {
	margin-left: 82px
}

.header__price-form label:nth-child(3) {
	margin-left: 66px
}

.label-submit {
	height: 53px;
	margin-top: 10px;
	border-bottom: none;
	text-align: center
}

.label-submit button {
	color: #28485b
}

.label-submit--transp button {
	color: #28485b
}

.custom-placeholder-label {
	position: relative
}

.custom-placeholder-label.focused .custom-placeholder {
	transform: translateY(-10px) scale(.5)
}

.custom-placeholdered {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent
}

.custom-placeholder {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	right: auto;
	left: 10px;
	color: #99a6af;
	font-size: 18px;
	line-height: 40px;
	height: initial;
	font-family: Gotham, sans-serif;
	z-index: 2;
	transition: all .5s;
	transform-origin: top left
}

.header-form-download,
.header-form-submit {
	background-color: transparent
}

.header-form-submit {
	display: inline-block;
	padding: 15px 28px;
	margin-left: 32px;
	color: #374a5b;
	font-size: 16px;
	font-family: Gotham, sans-serif
}

.header-form-submit:before {
	border-width: 2px
}

.header-form-submit button {
	padding: 0;
	margin-top: 3px;
	border: none;
	outline: 0;
	font-family: Gotham, sans-serif;
	font-size: 16px;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
}

.header-form-submit--width {
	padding-left: 0;
	padding-right: 0;
	width: 311px;
	text-align: center
}

.header-form-submit:active:before,
.header-form-submit:hover:before {
	background-color: #7ecd00
}

.header-form-submit:active button,
.header-form-submit:hover button {
	color: #fff
}

.file-masked {
	display: inline-block;
	position: relative;
	margin-left: 56px;
	margin-top: 10px;
	margin-bottom: 30px
}

.file-masked span {
	display: inline-block;
	font-family: GothamLight, sans-serif;
	font-size: 12px;
	color: #036;
	text-transform: none
}

.file-masked span:before {
	background-color: rgba(40, 72, 91, .2)
}

.file-masked input {
	position: absolute;
	left: -9999px
}

.file-masked:active span:before,
.file-masked:hover span:before {
	background-color: transparent
}

.file-masked--transp span:before {
	background-color: transparent
}

.file-masked--transp:active span:before,
.file-masked--transp:hover span:before {
	background-color: rgba(40, 72, 91, .2)
}

.file-masked.file-masked--auto {
	display: inline-block;
	width: auto
}

.varranty {
	padding-right: 150px;
	color: #242424;
	font-size: 12px;
	line-height: 16px;
	margin-left: 50px;
	text-align: center
}

.decor-header-right {
	bottom: -115px;
	right: -209px
}

.decor-header-left {
	height: 249px;
	width: 116px;
	bottom: -100px;
	right: 248px
}

.decor-header-left:before {
	background-color: rgba(126, 205, 0, .5)
}

.header-order {
	display: block;
	overflow: hidden
}

.header-order:before {
	display: none
}

.float-menu {
	width: 100%;
	position: fixed;
	padding: 15px 0;
	left: 0;
	top: 0;
	z-index: 998;
	background-color: #fff;
	transition: all .5s;
	transform: translateY(-100%)
}

.float-menu.active {
	transform: translateY(0);
	box-shadow: 0 0 10px #ccc
}

.float-menu .container {
	justify-content: space-between;
	align-items: center
}

.services {
	position: relative;
	padding-bottom: 75px
}

.services-bottom,
.services-top {
	position: relative
}

.services h2 {
	margin-bottom: 56px
}

.services .title-wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.decor.decor-services-after,
.decor.decor-services-before {
	height: 496px;
	top: 50px;
	opacity: .14
}

.decor.decor-services-after:before,
.decor.decor-services-before:before {
	background-color: #28485b
}

.decor.decor-services-before {
	width: 9px;
	left: -300px
}

.decor.decor-services-after {
	width: 98px;
	right: 56px;
	right: -300px
}

.services-row {
	margin-bottom: 30px;
	justify-content: space-between
}

.services__false-item {
	margin: 0 5px;
	border: 1px solid transparent;
	opacity: 0
}

.services__false-item--lg {
	width: 70px
}

.services__false-item--lg:before {
	background-color: #dbedad
}

.services__false-item--xs {
	width: 20px
}

.services__false-item--xs:before {
	background-color: #ebeeef
}

.services__false-item--sm {
	width: 40px
}

.services__false-item--sm:before {
	background-color: #c5cace
}

.services__false-item--md {
	width: 44px
}

.services__false-item--md:before {
	background-color: #e2e5e8
}

.services__false-item--xxs {
	width: 16px
}

.services__false-item--xxs:before {
	background-color: #9ea7af
}

.services__false-item--gray:before {
	background-color: #9ea7af
}

.services__false-item--salat:before {
	background-color: #f1f8e1!important
}

.services__false-item--light-gray:before {
	background-color: #ebeeef
}

.services__false-item--light-green:before {
	background-color: #dbedad
}

.services__item {
	padding: 15px 0;
	margin: 0 5px;
	font-size: 18px;
	font-family: GothamMedium, sans-serif;
	text-align: center;
	color: #333;
	text-transform: none;
	opacity: 0
}

.services__item--lg {
	max-width: 450px;
	flex-grow: 1
}

.services__item--sm {
	max-width: 450px;
	flex-grow: 1
}

.in-digits-descr,
.services-descr {
	margin-top: 100px;
	position: relative;
	justify-content: space-around
}

.in-digits-descr__item,
.services-descr__item {
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(41.66667% - 16px)
}

.block-to-hidden--hidden {
	max-height: 43px;
	overflow: hidden
}

.services-descr__button {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px);
	margin-top: 30px;
	display: flex;
	justify-content: flex-end
}

.services-descr__button a {
	color: #28485b
}

.block-to-hidden__masc {
	position: absolute;
	display: block;
	width: 100%;
	height: 95px;
	left: 0;
	bottom: -5px;
	background: url(../img/gradient.png) 0 0 repeat-x
}

.decor.decor-services-left-bottom {
	position: absolute;
	left: -194px;
	bottom: -75px
}

.services-link {
	padding-top: 200px;
	justify-content: center
}

.services-link span {
	font-family: GothamBold, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #000
}

.price-calc {
	padding-top: 85px;
	padding-bottom: 78px;
	background-color: #eff1f3
}

.price-calc h2 {
	margin-bottom: 20px
}

.price-calc .title-wrap__descr {
	max-width: 592px;
	font-size: 18px;
	color: #333;
	display: inline-block
}

.price-calculations {
	margin-top: 60px;
	margin-bottom: 60px;
	position: relative;
	justify-content: center
}

.price-calculations .price-calculations-left {
	top: -190px;
	left: -50px
}

.price-calculations__left,
.price-calculations__right {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(41.66667% - 16px)
}

.price-calculations__right {
	padding-left: 40px
}

.price-calculations__item {
	margin-bottom: 30px
}

.price-calculations__item header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	color: #333;
	font-family: GothamBold, sans-serif
}

.price-calculations__item footer {
	display: flex;
	justify-content: space-between;
	color: rgba(51, 51, 51, .5);
	font-family: GothamBold, sans-serif;
	font-size: 14px
}

.price-calculations__title {
	font-size: 16px
}

.price-calculations__slide-val {
	font-size: 12px;
	opacity: .5
}

.price-calculations__slide {
	padding-left: 15px;
	margin-bottom: 15px
}

.price-calculations__theme {
	display: flex;
	justify-content: space-between
}

.price-calculations__theme .ik_select,
.price-calculations__theme label,
.price-calculations__theme select {
	width: 48%
}

.price-calculations__theme label input {
	position: absolute;
	left: -9999px
}

.price-calculations__theme label .radio-false {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid #7ecd00
}

.price-calculations__theme label .radio-false:after {
	content: '';
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #7ecd00
}

.price-calculations__theme label input:checked+.radio-false:after {
	display: block
}

.price-calculations__delivery {
	margin-left: 16px;
	font-size: 13px;
	font-family: GothamBold, sans-serif;
	color: #333
}

.custom-select--lang {
	width: 100%
}

.price-calculations__item-row {
	display: flex;
	align-items: center;
	font-size: 13px;
	margin-bottom: 10px;
	color: #333;
	font-family: GothamBold, sans-serif
}

.price-calculations__notice,
.price-calculations__print {
	margin-right: 30px
}

.price-calculations__notice span.skew-inner,
.price-calculations__print span.skew-inner {
	display: block;
	padding: 5px 15px
}

.price-calculations__notice:before,
.price-calculations__print:before {
	background-color: #eee
}

.final-count-wrap {
	justify-content: space-around;
	align-items: center
}

.final-count-wrap .button-wht:before {
	border: 2px solid #9ec8e2;
	background-color: #fff
}

.final-count-wrap .file-masked {
	margin: 0
}

.final-count-wrap .file-masked span {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 13px;
	color: #28485b;
	text-transform: uppercase
}

.final-count {
	padding: 2px 0;
}

.final-count:before {
	transition: background-color 0.3s ease
}

.final-count:hover:before {
	background-color: #6db100
}

.final-count a {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	text-decoration: none;
	padding: 0 37px
}

.final-count span.final-count__val {
	position: relative;
	margin-right: 2px;
	padding: 5px 15px;
	display: inline-block;
	vertical-align: middle;
	color: #28485b;
	font-family: GothamBlack, sans-serif;
	font-size: 24px;
	text-transform: none
}

.final-count span.final-count__val:before {
	background-color: #fff
}

.final-count span.final-count__val .small {
	font-size: 16px
}

.ik_select {
	padding: 5px;
	background-color: #eee
}

.ik_select_link_text:after {
	content: '';
	display: block;
	position: absolute;
	right: 5px;
	top: 40%;
	background-image: url(../img/sprite.png);
	background-position: -415px -361px;
	width: 9px;
	height: 6px
}

.ik_select_dropdown {
	background-color: #fff
}

.ik_select_option {
	list-style-type: none;
	padding: 5px 8px
}

.clients {
	padding: 145px 0;
	background: url(../img/world-map.png) center no-repeat
}

.clients .title-wrapper {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(25% - 16px)
}

.clients h2 {
	font-size: 30px;
	line-height: 34px
}

.clients p {
	width: 100%;
	margin-bottom: 50px;
	text-align: center
}

.clients-storage {
	justify-content: space-between;
	align-items: flex-start;
	position: relative
}

.clients-logos {
	width: calc(75% - 16px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center
}

.infigures {
	padding-top: 68px;
	background-color: #eff1f3
}

.infigures-top {
	position: relative
}

.infigures .rellax {
	z-index: 1
}

.infigures-top {
	padding-bottom: 109px
}

.infigures-top .container {
	position: relative
}

.infigures__top-text {
	padding: 40px 0;
	padding-right: 15%;
	position: relative
}

.infigures__top-text p {
	margin-top: 0;
	margin-bottom: 17px;
	font-size: 16px;
	color: #374a5b
}

/* .infigures__top-text p:nth-child(even) {
    font-family: GothamBlack, sans-serif
} */

.infigures__top-text p:nth-child(1) {
	margin-left: 17%
}

.infigures__top-text p:nth-child(2) {
	margin-left: 15%
}

.infigures__top-text p:nth-child(3) {
	margin-left: 13%
}

.infigures__top-text p:nth-child(4) {
	margin-left: 11%
}

.infigures-top-left {
	left: -66px;
	top: 47px;
	width: calc((100% - 1200px)/ 2 + 30px);
	height: 100%
}

.infigures-top-left:before {
	background-color: #28485b
}

.infigures-top-left-white {
	width: 36px;
	top: -57px;
	left: 57px;
	height: 100%;
	z-index: 10
}

.infigures-top-left-white:before {
	background-color: #fff
}

.infigures-top-white {
	top: -120px;
	right: 39px;
	z-index: 10
}

.infigures-statistic {
	display: flex;
	justify-content: space-between
}

.infigures-item__value {
	font-family: GothamBlack, sans-serif;
	font-size: 70px;
	line-height: 70px;
	color: #7ecd00
}

.infigures-item__value--mob {
	display: none
}

.infigures-item__inf {
	font-family: GothamLight, sans-serif;
	font-size: 17px;
	line-height: 19px;
	color: #374a5b;
	text-transform: uppercase
}

.in-digits__top {
	margin-bottom: 50px
}

.in-digits__top .container {
	align-items: flex-start
}

.in-digits__top .title-wrapper {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(25% - 16px)
}

.infigures-statistic {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(75% - 16px)
}

.in-digits {
	position: relative;
	padding-top: 63px;
	padding-bottom: 20px;
	background-color: #eff1f3
}

.in-digits-descr__item .block-to-hidden__masc {
	background-image: url(../img/gradient-gray.png)
}

.in-digits-descr-left {
	right: -167px;
	top: 0;
	height: 100%;
	width: calc((100% - 1200px)/ 2 + 100px)
}

.in-digits-descr-left:before {
	background-color: #28485b
}

.infigures-right-bottom {
	width: 30px;
	height: 168px;
	right: 0;
	top: 150px
}

.infigures-right-bottom:before {
	background-color: rgba(126, 205, 0, .3)
}

.calc-field {
	padding-top: 60px;
	margin-bottom: 185px
}

.calc-field .title-wrapper {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(33.33333% - 16px)
}

.calc-field .container {
	position: relative
}

.calc-field__load-field {
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(66.66667% - 16px);
	padding-top: 68px;
	padding-bottom: 45px;
	color: #a1a1a1;
	text-align: center;
	z-index: 2
}

.calc-field__load-field span {
	display: block
}

.calc-field__load-field:before {
	border-width: 3px
}

.calc-field__title {
	margin-left: 30px;
	margin-bottom: 5px;
	font-size: 30px;
	text-transform: uppercase
}

.calc-field__caption {
	margin-left: 30px;
	margin-bottom: 37px;
	font-size: 17px;
	text-transform: uppercase
}

.decor.calc-field__right-bottom-bg,
.decor.calc-field__right-bottom-sm {
	position: absolute
}

.decor.calc-field__right-bottom-bg {
	width: 31px;
	height: 116px;
	bottom: -8px;
	right: -31px
}

.decor.calc-field__right-bottom-bg:before {
	background-color: #28485b
}

.decor.calc-field__right-bottom-sm {
	width: 10px;
	height: 123px;
	bottom: -34px;
	right: -39px
}

.workers {
	margin-bottom: 140px
}

.workers .title-wrapper {
	margin-bottom: 134px
}

.workers h2 {
	position: relative;
	margin-left: 155px;
	text-indent: 20px
}

.workers h2:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -64px;
	display: block;
	height: 235px;
	width: 110px;
	background: url(../img/dec-workers-title.png) 0 0 no-repeat
}

.workers-person {
	justify-content: space-between
}

.workers-person__item {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(25% - 16px)
}

.workers-person__item p {
	font-size: 16px;
	line-height: 24px
}

.workers-person__avatar {
	margin-bottom: 25px
}

.workers-person__avatar img {
	max-width: 100%;
	max-height: 327px
}

.workers-person__personal {
	margin-left: 24px;
	color: #7ecd00
}

.workers-person__personal:before {
	left: -23px
}

.packages-item__head,
.workers-person__name {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 26px;
	font-family: GothamLight, sans-serif;
	letter-spacing: -1px
}

.packages-item__pack,
.workers-person__proff {
	font-size: 14px;
	font-family: GothamBlack, sans-serif
}

.risks {
	padding-bottom: 30px
}

.risks-top {
	position: relative
}

.decor.risks-left-bg {
	position: absolute;
	width: 79px;
	height: 537px;
	top: 0;
	left: -192px
}

.decor.risks-left-sm {
	position: absolute;
	width: 16px;
	height: 340px;
	top: 210px;
	left: -270px
}

.risks-top {
	justify-content: space-between
}

.risks__left {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(33.33333% - 16px)
}

.risks__left h2 {
	margin-left: 10px
}

.risks__left p {
	margin-bottom: 70px;
	margin-top: 7px;
	font-size: 17px;
	color: #7ecd00;
	font-family: GothamMedium, sans-serif
}

.risks__left p span {
	display: block
}

.risks__right {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(58.33333% - 16px)
}

.risks-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

.risks-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

.risks-list {
	margin: 0;
	padding: 0
}

.risks-list li {
	margin-bottom: 37px;
	list-style-type: none;
	color: #000;
	z-index: 14
}

.risks-list li:before {
	left: -20px;
	width: 7px
}

.risks-list li:last-child {
	font-size: 17px;
	color: #7ecd00;
	margin-bottom: 0
}

.risks-middle {
	margin-bottom: 20px
}

.risks-middle p {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(33.33333% - 16px);
	font-size: 14px;
	line-height: 25px;
	font-family: GothamBold, sans-serif;
	color: #000
}

.risks-bottom .block-to-hidden {
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px)
}

.test-translate {
	position: relative;
	padding-top: 25px;
	margin-bottom: 124px;
	background-color: #eff1f3
}

.test-translate .container {
	position: relative
}

.test-translate__inner {
	position: relative;
	padding-top: 250px;
	z-index: 3
}

.test-translate h1 {
	margin-left: -10px;
	color: #fff;
	animation-delay: .8s
}

.test-translate .header-right__title {
	margin-right: 0;
	margin-left: 22%;
	text-indent: 15px
}

.test-translate__left {
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(58.33333% - 16px);
	padding-bottom: 73px
}

.test-translate__right {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(41.66667% - 16px)
}

.test-translate__right .header__price-form input[type=text] {
	background-color: transparent
}

.test-translate__right .header-form-submit {
	padding-left: 0;
	padding-right: 0
}

.test-translate__right .header-form-submit button {
	min-width: 320px
}

.test-translate__left-bg {
	position: absolute;
	width: 126%;
	height: 100%;
	left: -50px;
	top: 0;
	background: url(../img/test-trsl.png) right top no-repeat;
	background-size: cover;
	z-index: 0
}

.test-translate__subtitle {
	animation-delay: 1.2s;
	top: auto;
	bottom: -20px;
	right: 23px;
	letter-spacing: -.5px;
	text-indent: 5px
}

.test-translate__subtitle:before {
	left: -27px
}

.test-translate-left {
	position: absolute;
	height: 100%;
	left: -100px;
	width: calc((100% - 1200px)/ 2 + 160px);
	z-index: 2
}

.test-translate-right {
	position: absolute;
	height: 110%;
	right: -350px;
	top: -30px;
	width: calc((100% - 1200px)/ 2 + 300px);
	z-index: 2
}

.test-translate-right:before {
	background-color: #28485b
}

.test-translate-right-sm {
	position: absolute;
	width: 27px;
	height: 431px;
	right: 8px;
	bottom: -80px
}

.test-translate-right-sm:before {
	background-color: #28485b
}

.performed {
	margin-bottom: 100px
}

.performed .carousel-nav {
	position: relative;
	top: -30px;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(25% - 16px)
}

.performed-top {
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 45px
}

.carousel-nav {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	margin:20px;
	justify-content: center;
}

.carousel-nav.paginate {
	justify-content: center;
	width: 100%
}

.carousel-nav li {
	margin: 10px;
	text-align: center;
	padding: 4px 10px;
	list-style-type: none;
	color: #7ecd00;
	font-family: GothamBold, sans-serif;
	cursor: pointer
}

.carousel-nav li a {
	text-decoration: none;
	color: #7ecd00
}

.carousel-nav li:before {
	display: none
}

.carousel-nav li.active,
.carousel-nav li.active a {
	color: #fff
}

.carousel-nav li.active:before {
	display: block
}

.carousel-nav li:first-child {
	margin-left: 0
}

.performed-item {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(25% - 16px);
	width: 25%;
	margin-left: 0;
	margin-right: 0;
	display: flex;
	position: relative;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	text-decoration: none;
	background-position: center;
	background-size: cover;
	height: 235px
}

.performed-item .performed-item__cover {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #28485b;
	opacity: .8;
	transition: all .2s;
	z-index: 1
}

.performed-item:active .performed-item__cover,
.performed-item:hover .performed-item__cover {
	transform: translateX(-100%)
}

.performed-item__title {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 12%;
	font-family: GothamBold, sans-serif;
	font-size: 18px;
	color: #fff;
	z-index: 0
}

.slick-performed .slick-slide .performed-item {
	display: flex!important
}

.booking-order {
	padding-bottom: 50px
}

.booking-order__top {
	position: relative;
	margin-bottom: 70px
}

.booking-order__content {
	position: relative
}

.booking-order__item {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	margin-bottom: 55px
}

.booking-order__item--long .booking-order__header {
	letter-spacing: -.9px
}

.booking-order__item:active .booking-order__item-number,
.booking-order__item:hover .booking-order__item-number {
	left: 100%
}

.booking-order__item-top {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	max-width: 80%
}

.booking-order__icon {
	display: block;
	flex-shrink: 0;
	margin-right: 15px
}

.icon-request {
	background-image: url(../img/sprite.png);
	background-position: -345px -160px;
	width: 64px;
	height: 75px
}

.icon-analize {
	background-image: url(../img/sprite.png);
	background-position: -161px -154px;
	width: 74px;
	height: 75px
}

.icon-translation {
	background-image: url(../img/sprite.png);
	background-position: -240px -154px;
	width: 74px;
	height: 75px
}

.icon-correction {
	background-image: url(../img/sprite.png);
	background-position: -77px -235px;
	width: 74px;
	height: 71px
}

.icon-layout {
	background-image: url(../img/sprite.png);
	background-position: -345px -80px;
	width: 64px;
	height: 75px
}

.icon-trans-ready {
	background-image: url(../img/sprite.png);
	background-position: 0 -235px;
	width: 72px;
	height: 75px
}

.booking-order__items {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px);
	position: relative;
	z-index: 5
}

.booking-order__item-number {
	position: absolute;
	left: -8px;
	top: 15px;
	font-family: GothamBlackItalic, sans-serif;
	font-size: 100px;
	color: rgba(126, 205, 0, .3);
	z-index: 0;
	transition: left .6s ease-out
}

.booking-order__header {
	position: relative;
	font-size: 30px;
	margin-left: 10px;
	font-family: GothamBold, sans-serif;
	line-height: 30px;
	color: #3f4b5b;
	text-transform: uppercase;
	animation-delay: .8s
}

.booking-order__body {
	padding-right: 30px;
	max-width: 456px;
	margin-top: 5px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-family: GothamLight, sans-serif;
	animation-delay: .8s
}

.booking-order-top {
	position: absolute;
	top: -51;
	right: -134px
}

.booking-order-left {
	position: absolute;
	left: -257px;
	bottom: 0
}

.booking-order--all-pages {
	padding-top: 100px;
	padding-bottom: 150px
}

.booking-order-left-top {
	top: -100px;
	left: -250px
}

.booking-order-right-top {
	top: -100px;
	right: -134px
}

.booking-order-right-midle-lg,
.hot-vac-right-big,
.techology-right-middle-lg {
	width: 147px;
	height: 452px;
	top: -100px;
	right: -297px
}

.booking-order-right-midle-lg:before,
.hot-vac-right-big:before,
.techology-right-middle-lg:before {
	background-color: #28485b
}

.booking-order-right-bottom-sm {
	width: 26px;
	height: 304px;
	bottom: 271px;
	right: -145px
}

.booking-orders-bottom-center {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	top: auto;
	bottom: -100px;
	right: auto;
	left: 30%
}

.flags-list {
	position: relative;
	padding-top: 61px;
	margin-bottom: 110px
}

.flags-list .container {
	position: relative;
	justify-content: flex-end
}

.flags-list .title-wrapper {
	position: relative;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(25% - 16px)
}

.flags-list .title-wrapper .mini {
    font-weight:700;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
    margin-bottom: 30px;
    font-family: GothamBold, sans-serif;
}

.flags-list .title-wrapper .langs-to-animate {
	display: block;
	position: absolute;
	bottom: -10px;
	left: 64px;
	font-size: 176px;
	font-family: GothamBlackItalic, sans-serif;
	color: #7ecd00;
	z-index: 0
}

.flags-list .title-wrapper .langs-to-animate--mob {
	display: none
}

.decor-flags {
	position: absolute;
	width: calc((100% - 1200px)/ 2 + (1200px * 72)/ 100);
	height: 50px;
	left: 0;
	bottom: 35px;
	background: url(../img/lang-flags-bg.jpg) right 0 no-repeat;
	background-size: cover
}

.flags-list-left-bottom {
	position: absolute;
	left: -360px;
	bottom: -317px
}

.decor.flags-list-right,
.decor.honor-content-right-bottom,
.decor.packages-items-right-lg.button,
.decor.packages-items-right-lg.calc-field__right-bottom-bg,
.decor.packages-items-right-lg.calc-field__right-bottom-sm,
.decor.packages-items-right-lg.decor-header-left,
.decor.packages-items-right-lg.header-logo:before,
.decor.packages-items-right-lg.header-tel:active,
.decor.packages-items-right-lg.header-tel:hover,
.decor.packages-items-right-lg.in-digits-descr-left,
.decor.packages-items-right-lg.infigures-top-left,
.decor.packages-items-right-lg.infigures-top-left-white,
.decor.packages-items-right-lg.marked.button:before,
.decor.packages-items-right-lg.marked.calc-field__right-bottom-bg:before,
.decor.packages-items-right-lg.marked.calc-field__right-bottom-sm:before,
.decor.packages-items-right-lg.marked.decor-header-left:before,
.decor.packages-items-right-lg.marked.header-logo:before,
.decor.packages-items-right-lg.marked.header-tel:active:before,
.decor.packages-items-right-lg.marked.header-tel:hover:before,
.decor.packages-items-right-lg.marked.in-digits-descr-left:before,
.decor.packages-items-right-lg.marked.infigures-top-left-white:before,
.decor.packages-items-right-lg.marked.infigures-top-left:before,
.decor.skew-fill.packages-items-right-lg.marked:before,
.decor.skew.skew-fill.packages-items-right-lg,
.header-menu a.decor.packages-items-right-lg.marked:active:before,
.header-menu a.decor.packages-items-right-lg.marked:hover:before,
.header-menu a.decor.packages-items-right-lg:active,
.header-menu a.decor.packages-items-right-lg:hover {
	position: absolute;
	right: -260px;
	top: auto;
	bottom: 0;
	width: 177px;
	height: 672px
}

.decor.flags-list-right:before,
.decor.honor-content-right-bottom:before,
.decor.packages-items-right-lg.button:before,
.decor.packages-items-right-lg.calc-field__right-bottom-bg:before,
.decor.packages-items-right-lg.calc-field__right-bottom-sm:before,
.decor.packages-items-right-lg.decor-header-left:before,
.decor.packages-items-right-lg.header-logo:before,
.decor.packages-items-right-lg.header-tel:active:before,
.decor.packages-items-right-lg.header-tel:hover:before,
.decor.packages-items-right-lg.in-digits-descr-left:before,
.decor.packages-items-right-lg.infigures-top-left-white:before,
.decor.packages-items-right-lg.infigures-top-left:before,
.decor.packages-items-right-lg.marked.button:before,
.decor.packages-items-right-lg.marked.calc-field__right-bottom-bg:before,
.decor.packages-items-right-lg.marked.calc-field__right-bottom-sm:before,
.decor.packages-items-right-lg.marked.decor-header-left:before,
.decor.packages-items-right-lg.marked.header-logo:before,
.decor.packages-items-right-lg.marked.in-digits-descr-left:before,
.decor.packages-items-right-lg.marked.infigures-top-left-white:before,
.decor.packages-items-right-lg.marked.infigures-top-left:before,
.decor.skew-fill.packages-items-right-lg.marked:before,
.decor.skew.skew-fill.packages-items-right-lg:before,
.header-menu a.decor.packages-items-right-lg:active:before,
.header-menu a.decor.packages-items-right-lg:hover:before {
	background-color: #28485b
}

.pay-logos {
	padding-top: 17px;
	padding-bottom: 94px
}

.pay-logos .container {
	align-items: center;
	justify-content: center;
	position: relative
}

.pay-logos .container p {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px);
	font-size: 16px;
	color: #737373;
	text-align: center
}

.pay-logos--payment-page {
	margin-top: 111px;
	margin-bottom: 79px
}

.header-menu a.subscribe-left-lg:active,
.header-menu a.subscribe-left-lg:hover,
.pay-logos-left-big,
.skew-fill.subscribe-left-lg,
.subscribe-left-lg.button,
.subscribe-left-lg.decor-header-left,
.subscribe-left-lg.decor.calc-field__right-bottom-bg,
.subscribe-left-lg.decor.calc-field__right-bottom-sm,
.subscribe-left-lg.header-logo:before,
.subscribe-left-lg.header-tel:active,
.subscribe-left-lg.header-tel:hover,
.subscribe-left-lg.in-digits-descr-left,
.subscribe-left-lg.infigures-top-left,
.subscribe-left-lg.infigures-top-left-white {
	height: 523px;
	width: 80px;
	top: 0;
	left: -250px
}

.header-menu a.subscribe-left-md:active,
.header-menu a.subscribe-left-md:hover,
.pay-logos-left-sm,
.skew-fill.subscribe-left-md,
.subscribe-left-md.button,
.subscribe-left-md.decor-header-left,
.subscribe-left-md.decor.calc-field__right-bottom-bg,
.subscribe-left-md.decor.calc-field__right-bottom-sm,
.subscribe-left-md.header-logo:before,
.subscribe-left-md.header-tel:active,
.subscribe-left-md.header-tel:hover,
.subscribe-left-md.in-digits-descr-left,
.subscribe-left-md.infigures-top-left,
.subscribe-left-md.infigures-top-left-white {
	width: 30px;
	height: 432px;
	top: 150px;
	left: -190px
}

.header-menu a.subscribe-left-md:active:before,
.header-menu a.subscribe-left-md:hover:before,
.pay-logos-left-sm:before,
.skew-fill.subscribe-left-md:before,
.subscribe-left-md.button:before,
.subscribe-left-md.decor-header-left:before,
.subscribe-left-md.decor.calc-field__right-bottom-bg:before,
.subscribe-left-md.decor.calc-field__right-bottom-sm:before,
.subscribe-left-md.header-logo:before,
.subscribe-left-md.header-tel:active:before,
.subscribe-left-md.header-tel:hover:before,
.subscribe-left-md.in-digits-descr-left:before,
.subscribe-left-md.infigures-top-left-white:before,
.subscribe-left-md.infigures-top-left:before {
	background-color: #28485b
}

.pay-logos-left-xs {
	height: 297px;
	width: 30px;
	top: -115px;
	left: 40px
}

.pay-logos-left-xs:before {
	background-color: #e1f2be
}

.pay-logos-right-xs {
	top: -100px;
	right: 50px
}

.pay-logos__content {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(83.33333% - 16px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 44px
}

.pay-logos__icon {
	display: block
}

.gratitudes {
	padding-top: 40px;
	padding-bottom: 60px
}

.gratitudes-top {
	position: relative
}

.gratitudes .rellax {
	z-index: 1
}

.decor.gratitudes-top-left-sm .decor.gratitudes-top-left-lg {
	position: absolute
}

.decor.gratitudes-top-left-sm {
	width: 25px;
	height: 305px;
	top: -15px;
	right: -224px
}

.decor.gratitudes-top-left-lg {
	width: 48px;
	height: 356px;
	top: 45px;
	right: -259px;
	opacity: .5
}

.gratitudes-item {
	justify-content: start;
	align-items: flex-start
}

.gratitudes-bottom .container {
	position: relative;
	justify-content: space-between
}

.gratitudes-item__left {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px);
	/* width: 100%; */
	position: relative;
	background-color: #fff
}

.gratitudes-item__left .title-wrapper {
	flex-basis: 100%;
	margin-top: 30px
}

.gratitudes-item__left .title-wrapper .gratitudes-title {
	margin-left: 206px;
	display: inline-block;
	text-align: right
}

.gratitudes-item__left * {
	position: relative;
	z-index: 1
}

/* .gratitudes-item__left .carousel-nav {
    margin-left: 186px
} */

.gratitudes-item__right {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(41.66667% - 16px);
	/* width:100%; */
	position: relative;
	top: -100px;
/*     top:0; */
	z-index: 1;
	background-color: #fff
}

.gratitudes-letter {
	flex-basis: 45%;
	position: relative;
	text-align: right;
	/* padding: 0 20px; */
	/* box-shadow: 0 0 10px #eee; */
}

.gratitudes-letter img {
	max-width: 90%
}

.gratitudes-letter .gratitudes-logo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: auto
}

.gratitudes-item__expand,
.reviews-filter__expand {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	background: 0 0
}

.gratitudes-item__expand:hover,
.reviews-filter__expand:hover {
	background: rgba(0, 0, 0, .3)
}

.gratitudes-logos {
	display: flex;
	justify-content: space-between;
	flex-basis: 100%;
	margin-bottom: 20px
}

.gratitudes-logos .gratitudes-letter {
	text-align: right;
	flex-basis: 45%
}

.gratitudes-logos .gratitudes-letter img {
	display: inline-block
}

.gratitudes-title {
	margin-bottom: 32px;
	font-size: 26px;
	font-family: GothamBold, sans-serif;
	color: #28485b;
	text-indent: 0px;
	text-transform: uppercase
}

.gratitudes-reviews {
	max-height: 553px
}

.gratitudes-reviews__item {
	display: flex;
	margin-bottom: 20px
}

.gratitudes-reviews__avatar {
	width: 145px;
	height: 145px;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
	margin-right: 22px
}

.gratitudes-reviews__text header {
	display: flex
}

.icon-fb {
	display: inline-block;
	vertical-align: top;
	background-image: url(../img/sprite.png);
	background-position: -440px -336px;
	width: 19px;
	height: 20px;
	margin-right: 15px;
	text-decoration: none;
	flex-shrink: 0
}

.gratitudes-reviews__username {
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 22px;
	font-family: GothamBold, sans-serif;
	color: #7ecd00;
	text-transform: uppercase
}

.gratitudes-left-bottom {
	position: absolute;
	left: 110px;
	bottom: 50px;
	z-index: 1
}

.gratitudes-right-top {
	position: absolute;
	left: 44%;
	top: -162px;
	z-index: 0
}

.slick-gratitudes .gratitudes-item {
	display: flex!important;
	flex-wrap: wrap
}

.custom-scroll-advanced_track-y {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 16px;
	background: #d8f0b2;
	border-radius: 2px
}

.custom-scroll_bar-y {
	width: 16px;
	background: #bccf9e
}

.custom-scroll_inner {
	padding-right: 30px!important
}

.gratitudes-bottom-center {
	width: 27px;
	height: 300px;
	bottom: -50px;
	left: 50%;
	z-index: 1
}

.gratitudes-bottom-center:before {
	background-color: #e0f2be
}

.headet-left__subtitle--servisec {
	position: relative;
	margin-left: 100px;
	top: 0;
	z-index: 1
}

.header__products-list {
	margin: 0;
	padding: 0;
	margin-top: 70px
}

.header__products-list li {
	margin-bottom: 20px;
	list-style-type: none
}

.header__products-list li a {
	font-size: 21px;
	color: #333;
	font-family: GothamMedium, sans-serif
}

.header__products-list li:nth-child(1) {
	margin-left: 27%
}

.header__products-list li:nth-child(2) {
	margin-left: 25%
}

.header__products-list li:nth-child(3) {
	margin-left: 23%
}

.header__products-list li:nth-child(4) {
	margin-left: 21%
}

.header__products-list li:nth-child(5) {
	margin-left: 19%
}

.header__products-list li:nth-child(6) {
	margin-left: 17%
}

.header__products-list li:nth-child(7) {
	margin-left: 15%
}

.delivery {
	margin-bottom: 60px
}

.delivery .title-wrapper {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px);
	padding-top: 43px;
	text-align: center
}

.delivery .container {
	position: relative;
	z-index: 1
}

.delivery-top {
	position: relative
}

.delivery-top-right {
	position: absolute;
	width: 110%;
	height: 100%;
	left: -10%;
	top: 0;
	z-index: 0
}

.delivery-top__inner {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(83.33333% - 16px);
	position: relative;
	z-index: 3
}

.delivery-top__inner p {
	color: #fff;
	font-size: 18px;
	margin-bottom: 50px
}

.delivery__courier {
	position: absolute;
	right: -124px;
	bottom: 0;
	z-index: 1
}

.delivery-top-left {
	height: 100%;
	width: calc((100% - 1200px)/ 2 + 100px);
	top: -50px;
	left: -250px
}

.delivery-top-left:before {
	background-color: #28485b
}

.delivery-top-left-sm {
	width: 43px;
	height: 216px;
	left: -92px;
	top: -50px
}

.delivery-top-left-sm:before {
	background-color: #fff
}

.delivery-top-left-db {
	top: 0;
	right: -50px;
	z-index: 0
}

.delivery-logos {
	padding-bottom: 80px;
	position: relative;
	justify-content: space-between
}

.delivery-logos__item {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	margin-bottom: 15px;
	text-align: center
}

.delivery-logos__item img {
	max-width: 100%
}

.delivery-bottom .title-wrapper {
	margin-top: 42px;
	margin-bottom: 20px
}

.decor.delivery-bottom-left-bg {
	width: 37px;
	height: 157px;
	opacity: .36;
	top: 0;
	left: -35px
}

.decor.delivery-bottom-left-sm {
	width: 13px;
	height: 215px;
	top: 0;
	left: 0
}

.delivery-bottom-right {
	right: -250px;
	top: -84px
}

.booking-orders-services__top {
	position: relative
}

.booking-orders-services__content {
	position: relative
}

.booking-orders-services__item {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(25% - 16px);
	position: relative
}

.booking-orders-services__item p {
	margin-top: 5px;
	position: relative;
	z-index: 1;
	font-size: 14px
}

.booking-orders-services__num {
	position: absolute;
	top: 0;
	left: -30px;
	font-size: 210px;
	line-height: 205px;
	font-family: GothamBlackItalic, sans-serif;
	color: #daf0b0;
	z-index: 0
}

.booking-orders-services__title {
	position: relative;
	margin-left: 10px;
	z-index: 1;
	font-size: 28px;
	letter-spacing: .6px;
	line-height: 30px;
	font-family: GothamBlack, sans-serif;
	color: #000;
	text-transform: uppercase
}

.booking-orders-services-right {
	height: 100%;
	right: -100px;
	width: calc((100% - 1200px)/ 2)
}

.booking-orders-services-right:before {
	background-color: #28485b
}

.booking-orders-services-left-top {
	left: -133px;
	top: -170px
}

.booking-orders-services-bottom {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	top: auto;
	bottom: -230px;
	transform: translateX(-100px)
}

.pay-logos--page-services {
	padding-top: 250px
}

.pay-logos--page-services .container {
	position: relative
}

.pay-logos--page-services .pay-logos-left-lg {
	width: 81px;
	height: 528px;
	top: -110px;
	left: -247px
}

.pay-logos--page-services .pay-logos-left-md {
	height: 431px;
	width: 12px;
	top: 0;
	left: -163px
}

.pay-logos--page-services .pay-logos-left-md:before {
	background-color: #28485b
}

.pay-logos__content {
	position: relative;
	align-items: center
}

.pay-logos__content-left {
	width: 28px;
	height: 296px;
	left: -51px;
	top: -109px
}

.pay-logos__content-left:before {
	background-color: #e0f2be
}

.pay-logos__content-right-sm {
	width: 14px;
	height: 223px;
	right: 0;
	top: -50px
}

.pay-logos__content-right-sm:before {
	background-color: #c8e987
}

.pay-logos__content-right-xs {
	width: 12px;
	height: 177px;
	right: -40px;
	top: -100px
}

.pay-logos__content-right-xs:before {
	background-color: #e5f4c8
}

.latest-news {
	margin-bottom: 105px
}

.latest-news .title-wrapper {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px);
	margin-bottom: 28px
}

.latest-news .container {
	position: relative
}

.latest-news__item {
	margin-bottom: 15px;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(25% - 16px)
}

.latest-news__img {
	margin-bottom: 7px
}

.latest-news__img img {
	width: 100%
}

.latest-news__capt {
	text-decoration: none;
	color: #28485b
}

.latest-news-right-xs {
	width: 9px;
	height: 64px;
	top: 226px;
	right: -138px
}

.latest-news-right-md {
	width: 47px;
	height: 350px;
	top: 15px;
	right: -247px
}

.latest-news-right-md:before {
	background-color: #d4eda4
}

.subscribe {
	margin-bottom: 100px
}

.subscribe .container {
	position: relative;
	justify-content: space-between
}

.subscribe h2 {
	font-size: 37px;
	letter-spacing: -.8px
}

.subscribe-left,
.subscribe-right {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px)
}

.subscribe-right {
	padding-bottom: 33px
}

.subscribe-right:before {
	width: 120%;
	height: 120%;
	left: -10%;
	top: -15%
}

.subscribe-socials {
	display: flex;
	margin-top: 50px
}

.subscribe-socials a {
	margin-left: 58px;
	margin-bottom: 15px;
	text-decoration: none;
	color: #454545;
	font-size: 35px
}

.subscribe-socials a:first-child {
	margin-left: 0
}

.subscribe-form {
	display: flex;
	flex-direction: column;
	align-items: center
}

.subscribe-form .custom-placeholder-label {
	height: 40px;
	display: block;
	width: 100%;
	max-width: 336px;
	margin-bottom: 40px
}

.subscribe-form .custom-placeholder {
	left: 0;
	right: 0;
	color: #fff;
	font-size: 25px;
	line-height: 40px
}

.subscribe-form .button,
.subscribe-form input {
	background-color: transparent;
	border: none
}

.subscribe-form input {
	font-size: 25px;
	border-bottom: 2px solid #ccc
}

.subscribe-form .button {
	width: 290px;
	color: #333
}

.subscribe-form .button:before {
	background-color: #fff
}

.header-menu a.subscribe-left-lg:active,
.header-menu a.subscribe-left-lg:hover,
.skew-fill.subscribe-left-lg,
.subscribe-left-lg.button,
.subscribe-left-lg.decor-header-left,
.subscribe-left-lg.decor.calc-field__right-bottom-bg,
.subscribe-left-lg.decor.calc-field__right-bottom-sm,
.subscribe-left-lg.header-logo:before,
.subscribe-left-lg.header-tel:active,
.subscribe-left-lg.header-tel:hover,
.subscribe-left-lg.in-digits-descr-left,
.subscribe-left-lg.infigures-top-left,
.subscribe-left-lg.infigures-top-left-white {
	top: -150px;
	left: -300px
}

.header-menu a.subscribe-left-md:active,
.header-menu a.subscribe-left-md:hover,
.skew-fill.subscribe-left-md,
.subscribe-left-md.button,
.subscribe-left-md.decor-header-left,
.subscribe-left-md.decor.calc-field__right-bottom-bg,
.subscribe-left-md.decor.calc-field__right-bottom-sm,
.subscribe-left-md.header-logo:before,
.subscribe-left-md.header-tel:active,
.subscribe-left-md.header-tel:hover,
.subscribe-left-md.in-digits-descr-left,
.subscribe-left-md.infigures-top-left,
.subscribe-left-md.infigures-top-left-white {
	top: 0;
	left: -242px
}

.subscribe--about {
	margin-top: 227px
}

.news {
	padding-bottom: 50px
}

.news .container {
	position: relative
}

.news-portfolio {
	margin-bottom: 150px
}

.news-item {
	margin-bottom: 60px;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(33.33333% - 16px);
	padding: 0 15px;
	font-family: GothamLight, sans-serif
}

.news-item p {
	font-size: 18px;
	color: #333;
	height: 40px;
	overflow: hidden;
	text-align: center
}

.news-item__title {
	padding-left: 22px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: GothamBold, sans-serif;
	color: #374a5b;
	text-transform: uppercase;
	text-indent: 6px
}

.news-item__title:before {
	width: 6px;
	left: 0;
	background-color: #374a5b
}

.news-item__img {
	width: 100%;
	display: block;
	background: center no-repeat;
	background-size: cover
}

.news-item__more {
	text-align: center
}

.news-item__more a {
	font-family: GothamLight, sans-serif;
	font-size: 18px;
	color: #374a5b
}

.news-item__more-wrap {
	width: 100%;
	text-align: center
}

.news-item__more-wrap a {
	font-size: 18px;
	color: #374a5b
}

.ed1-left {
	top: 515px;
	left: -387px
}

.ed2-left {
	top: 364px;
	left: -350px
}

.ed2-right {
	top: 100px;
	right: -200px
}

.news-left-lg {
	width: 92px;
	height: 428px;
	top: 291px;
	left: -200px;
	z-index: 1
}

.news-left-lg:before {
	background-color: rgba(126, 205, 0, .52)
}

.news-left-sm {
	top: 350px;
	left: -280px;
	z-index: 0
}

.news-left-md {
	width: 36px;
	height: 285px;
	top: 618px;
	left: -181px
}

.news-left-md:before {
	background-color: #ceec96
}

.news-right-lg {
	width: 97px;
	height: 484px;
	right: -214px;
	top: 147px
}

.news-right-lg:before {
	background-color: #eef7d9
}

.news-right-bottom {
	right: -240px;
	top: 279px
}

.news-right-bot-bottom {
	right: -200px;
	bottom: 170px
}

.header-visual--phone {
	right: 40px;
	bottom: -80px
}

.headet-left__subtitle--contacts {
	margin-left: 100px;
	max-width: 527px;
	margin-top: 140px;
	position: relative;
	z-index: 10;
	top: 0
}

.title-contacts {
	margin-left: 50px
}

.header-quote--contacts {
	max-width: initial;
	position: absolute;
	right: 250px;
	bottom: 0
}

.address {
	padding-bottom: 170px
}

.address-cards,
.address-top {
	position: relative
}

.address-cards {
	padding-left: 47px
}

.address-data {
	padding-left: 47px;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px)
}

.address-data__item {
	margin-bottom: 28px;
	font-size: 16px;
	font-family: GothamMedium, sans-serif
}

.address-data__item p {
	margin-top: 0;
	margin-bottom: 10px;
	font-family: GothamLight, sans-serif
}

.address-data__title {
	color: #333;
	margin-bottom: 10px
}

.address-cards__item {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(33.33333% - 16px);
	margin-bottom: 38px;
	text-align: center;
	display: flex;
	justify-content: center
}

.address-cards__item--left,
.address-cards__item--right {
	display: flex
}

.address-cards__item--left {
	justify-content: flex-start
}

.address-cards__item--right {
	justify-content: flex-end
}

.address-cards__item-block {
	width: 300px;
	height: 162px;
	padding: 20px 17px;
	border: 1px solid #28495b;
	font-size: 20px;
	text-align: left
}

.address-cards__item-block a {
	display: block;
	margin: 10px 0;
	font-family: GothamLight, sans-serif;
	color: #0060ff;
	text-decoration: none
}

.address-cards__title {
	font-family: GothamMedium, sans-serif;
	color: #3f4b5b
}

.address-socials__item {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(33.33333% - 16px);
	text-align: center;
	font-family: GothamLight, sans-serif;
	font-size: 15px;
	color: #0060ff
}

.address-socials__item span {
	vertical-align: middle
}

.address-socials__icon {
	margin-right: 7px;
	color: #333;
	font-size: 20px
}

.address-socials__icon.icon-facebook {
	margin-right: 0
}

.address-top-right {
	width: 36px;
	height: 285px;
	top: -100px;
	right: -36px
}

.address-top-right:before {
	background-color: #ceec96
}

.address-cards-left-lg {
	width: 84px;
	height: 533px;
	top: 0;
	left: -230px
}

.address-cards-left-lg:before {
	background-color: #7fcd00
}

.address-cards-left-md {
	top: 84px;
	left: -278px
}

.offices .container {
	position: relative
}

.offices-cards {
	justify-content: space-between;
	margin-bottom: 242px
}

.offices-card {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	position: relative;
	z-index: 2
}

.offices-card:first-of-type {
	width: calc(41.66667% - 16px)
}

.offices-card:last-of-type {
	width: calc(58.33333% - 16px)
}

.offices-card__img {
	max-width: 100%;
	margin-bottom: 10px
}

.offices-card__caption {
	font-family: GothamLight, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #333
}

.offices-top {
	top: -95px;
	left: -180px
}

.address-cards-right {
	top: 115px;
	right: -200px
}

.offices-cards-inner-center {
	top: -103px;
	left: 390px;
	z-index: 1
}

.offices-cards-inner-right {
	right: 50px;
	top: -110px;
	z-index: 1
}

.offices-left-bottom {
	bottom: -60px;
	left: -200px
}

.office-attention {
	padding: 22px 0;
	position: relative;
	font-size: 30px
}

.office-attention .container {
	position: relative
}

.office-attention .container div {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px);
	position: relative;
	color: #fff;
	font-family: Gotham, sans-serif;
	text-align: center;
	z-index: 1
}

.office-attention .container div span {
	font-family: GothamBold, sans-serif
}

.office-attention__cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0
}

.office-attention-left {
	top: -100px;
	left: -176px
}

.office-attention-right {
	top: 0;
	right: -176px
}

.price-order-calc {
	padding-top: 40px
}

.subtitle {
	margin-bottom: 29px;
	font-size: 22px;
	font-family: GothamMedium, sans-serif;
	color: #374a5b;
	text-align: center;
	text-transform: uppercase
}

.price-order-calc {
	padding-bottom: 100px
}

.price-order-calc-tabs {
	position: relative
}

.price-order-calc-tabs__inner {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px)
}

.price-order-calc__tabs-list {
	display: flex;
	justify-content: center;
	margin-bottom: 36px
}

.price-order-calc__contacts {
	display: flex;
	justify-content: space-around
}

.price-order-calc__contacts.hidden {
	display: none
}

.price-order-calc__contacts .custom-placeholder-label {
	height: 20px;
	display: block;
	width: 100%;
	width: 232px;
	margin-bottom: 23px
}

.price-order-calc__contacts .custom-placeholder {
	font-size: 15px;
	font-family: GothamLight, sans-serif;
	color: #999;
	top: 0;
	line-height: initial
}

.price-order-calc__contacts .custom-placeholdered {
	border: none;
	border-bottom: 1px solid #28495b;
	bottom: 0
}

.price-order-calc__tabs-content li,
.price-order-calc__tabs-item {
	list-style-type: none
}

.price-order-calc__tabs-item.tabs__item--active .price-order-calc__tabs-link .price-order-calc__link-cover:before {
	background-color: #efefef
}

.price-order-calc__file {
	position: relative
}

.price-order-calc__file input {
	position: absolute;
	left: -9999px
}

.price-order-calc__tabs-link {
	position: relative
}

.tab-caption {
	position: relative;
	z-index: 2
}

.price-order-calc__file span,
.price-order-calc__tabs-link {
	display: block;
	padding: 22px 55px;
	font-family: GothamMedium, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #374a5b;
	text-decoration: none;
	cursor: pointer
}

.price-order-calc__link-cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1
}

.price-order-calc__link-cover:before {
	background-color: transparent
}

.calc-tabs-left {
	top: 150px;
	left: -200px
}

.price-order-calc__form-bottom {
	text-align: center
}

.price-order-calc__form-bottom .skew-inner {
	color: #28485b
}

.price-order-calc__textarea-label {
	width: 50%;
	display: block;
	margin: 0 auto
}

.price-order-calc__textarea-label span {
	display: block;
	margin-bottom: 8px;
	font-size: 20px;
	color: #666
}

.price-order-calc__textarea-label textarea {
	width: 100%;
	max-width: 100%;
	height: 150px;
	padding: 10px 5px;
	margin-bottom: 15px;
	border: 2px solid #c5deff;
	font-family: Gotham, sans-serif;
	font-size: 14px;
	color: #cecece
}

.header-quote--langs {
	margin-top: 80px;
	position: relative;
	z-index: 2;
	letter-spacing: -.5px
}

.headet-left__subtitle--langs {
	position: relative;
	z-index: 5;
	margin-top: 50px;
	margin-left: 80px;
	max-width: 477px;
	top: 0
}

.fz35 {
	font-size: 35px
}

.lang-features {
	margin-top: 150px;
	margin-bottom: 192px;
	background-color: #f8fbee
}

.lang-features__item {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(25% - 16px);
	padding-top: 28px;
	padding-bottom: 22px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	position: relative
}

.lang-features__item-line {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 14px
}

.lang-features__item-line:before {
	background-color: #fff
}

.lang-features__icon {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px
}

.icon-portmone {
	background-image: url(../img/sprite.png);
	background-position: -81px -154px;
	width: 75px;
	height: 75px
}

.icon-return {
	background-image: url(../img/sprite.png);
	background-position: 0 -315px;
	width: 76px;
	height: 55px
}

.icon-terms {
	background-image: url(../img/sprite.png);
	background-position: 0 -154px;
	width: 76px;
	height: 76px
}

.icon-stamp {
	background-image: url(../img/sprite.png);
	background-position: -345px 0;
	width: 65px;
	height: 75px
}

.lang-features__caption {
	display: inline-block;
	text-align: left;
	margin-top: auto;
	text-transform: uppercase;
	color: #374a5b
}

.lang-list {
	padding-bottom: 43px
}

.lang-list-content {
	margin-top: 40px;
	position: relative
}

.lang-list-content ul {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(33.33333% - 16px);
	padding-left: 30px
}

.lang-list-content ul li {
	position: relative;
	margin-bottom: 25px;
	list-style-type: none
}

.lang-list-content ul a {
	font-family: GothamLight, sans-serif;
	color: #374a5b;
	text-decoration: none;
	letter-spacing: -.4px
}

.lang-list-content .lang-list-bottom-left,
.lang-list-content .lang-list-bottom-right {
	bottom: -243px
}

.marked-mini {
	position: absolute;
	top: 4px;
	left: -24px;
	width: 6px;
	height: 14px
}

.lang-list-top-right {
	width: 100px;
	height: 336px;
	top: -353px;
	right: -197px
}

.lang-list-top-right:before {
	background-color: #eef7d9
}

.lang-list-left {
	top: -154px;
	left: -370px
}

.lang-list-bottom-right {
	bottom: -180px;
	right: -200px
}

.lang-list-bottom-left {
	bottom: -180px;
	left: -167px
}

.lang-descript {
	padding-bottom: 180px
}

.lang-descript .title-wrapper {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px);
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.lang-descript .title-wrapper img {
	align-self: center
}

.lang-descript__text {
	position: relative
}

.lang-descript__text p {
	font-family: GothamLight, sans-serif;
	color: #333
}

.lang-descript__text p span {
	font-family: GothamMedium, sans-serif
}

.lang-descript__more {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px);
	text-align: center
}

.lang-descript__more a {
	font-size: 18px;
	color: #374a5b;
	font-family: GothamLight, sans-serif
}

.lang-descript__wrap {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px);
	padding-left: 47px
}

.lang-descript__wrap p {
	margin-top: 0;
	margin-bottom: 28px
}

.headet-left__subtitle--business {
	margin-top: 40px;
	position: relative;
	top: 0;
	left: 0;
	margin-left: 40px;
	max-width: 500px;
	z-index: 2
}

.offer-download {
	margin-left: 12%;
	margin-top: 30px
}

.offer-download span {
	font-size: 12px;
	color: #036;
	text-transform: none
}

.header-quote--business {
	right: 285px;
	max-width: initial;
	position: absolute;
	bottom: 0
}

.complex {
	padding-bottom: 100px;
	margin-top: 150px
}

.complex .container {
	position: relative
}

.complex-parts {
	justify-content: space-between
}

.complex-part {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px);
	padding-left: 47px
}

.complex-item {
	display: flex;
	align-items: center;
	margin-bottom: 50px
}

.complex-item__icon {
	display: block;
	flex-shrink: 0;
	margin-right: 10px
}

.complex-item__icon.icon-trans-docs {
	background-image: url(../img/sprite.png);
	background-position: -219px -375px;
	width: 46px;
	height: 36px
}

.complex-item__icon.icon-cuts {
	background-image: url(../img/sprite.png);
	background-position: -113px -375px;
	width: 48px;
	height: 40px
}

.complex-item__icon.icon-locals {
	background-image: url(../img/sprite.png);
	background-position: -166px -375px;
	width: 48px;
	height: 36px
}

.complex-item__icon.icon-chats {
	background-image: url(../img/sprite.png);
	background-position: -361px -315px;
	width: 48px;
	height: 43px
}

.complex-item__icon.icon-decoding {
	background-image: url(../img/sprite.png);
	background-position: -55px -375px;
	width: 53px;
	height: 41px
}

.complex-item__icon.icon-charts {
	background-image: url(../img/sprite.png);
	background-position: -471px 0;
	width: 45px;
	height: 45px
}

.complex-item__caption {
	font-family: GothamBold, sans-serif;
	font-size: 18px;
	color: #333
}

.decor.complex-top-left-1.button,
.decor.complex-top-left-1.calc-field__right-bottom-bg,
.decor.complex-top-left-1.calc-field__right-bottom-sm,
.decor.complex-top-left-1.decor-header-left,
.decor.complex-top-left-1.header-logo:before,
.decor.complex-top-left-1.header-tel:active,
.decor.complex-top-left-1.header-tel:hover,
.decor.complex-top-left-1.in-digits-descr-left,
.decor.complex-top-left-1.infigures-top-left,
.decor.complex-top-left-1.infigures-top-left-white,
.decor.complex-top-left-1.marked.button:before,
.decor.complex-top-left-1.marked.calc-field__right-bottom-bg:before,
.decor.complex-top-left-1.marked.calc-field__right-bottom-sm:before,
.decor.complex-top-left-1.marked.decor-header-left:before,
.decor.complex-top-left-1.marked.header-tel:active:before,
.decor.complex-top-left-1.marked.header-tel:hover:before,
.decor.complex-top-left-1.marked.in-digits-descr-left:before,
.decor.complex-top-left-1.marked.infigures-top-left-white:before,
.decor.complex-top-left-1.marked.infigures-top-left:before,
.decor.complex-top-left-2.button,
.decor.complex-top-left-2.calc-field__right-bottom-bg,
.decor.complex-top-left-2.calc-field__right-bottom-sm,
.decor.complex-top-left-2.decor-header-left,
.decor.complex-top-left-2.header-logo:before,
.decor.complex-top-left-2.header-tel:active,
.decor.complex-top-left-2.header-tel:hover,
.decor.complex-top-left-2.in-digits-descr-left,
.decor.complex-top-left-2.infigures-top-left,
.decor.complex-top-left-2.infigures-top-left-white,
.decor.complex-top-left-2.marked.button:before,
.decor.complex-top-left-2.marked.calc-field__right-bottom-bg:before,
.decor.complex-top-left-2.marked.calc-field__right-bottom-sm:before,
.decor.complex-top-left-2.marked.decor-header-left:before,
.decor.complex-top-left-2.marked.header-tel:active:before,
.decor.complex-top-left-2.marked.header-tel:hover:before,
.decor.complex-top-left-2.marked.in-digits-descr-left:before,
.decor.complex-top-left-2.marked.infigures-top-left-white:before,
.decor.complex-top-left-2.marked.infigures-top-left:before,
.decor.skew-fill.complex-top-left-1.marked:before,
.decor.skew-fill.complex-top-left-2.marked:before,
.decor.skew.skew-fill.complex-top-left-1,
.decor.skew.skew-fill.complex-top-left-2,
.header-menu a.decor.complex-top-left-1.marked:active:before,
.header-menu a.decor.complex-top-left-1.marked:hover:before,
.header-menu a.decor.complex-top-left-1:active,
.header-menu a.decor.complex-top-left-1:hover,
.header-menu a.decor.complex-top-left-2.marked:active:before,
.header-menu a.decor.complex-top-left-2.marked:hover:before,
.header-menu a.decor.complex-top-left-2:active,
.header-menu a.decor.complex-top-left-2:hover {
	width: 54px;
	height: 354px
}

.decor.complex-top-left-1.button:before,
.decor.complex-top-left-1.calc-field__right-bottom-bg:before,
.decor.complex-top-left-1.calc-field__right-bottom-sm:before,
.decor.complex-top-left-1.decor-header-left:before,
.decor.complex-top-left-1.header-logo:before,
.decor.complex-top-left-1.header-tel:active:before,
.decor.complex-top-left-1.header-tel:hover:before,
.decor.complex-top-left-1.in-digits-descr-left:before,
.decor.complex-top-left-1.infigures-top-left-white:before,
.decor.complex-top-left-1.infigures-top-left:before,
.decor.complex-top-left-2.button:before,
.decor.complex-top-left-2.calc-field__right-bottom-bg:before,
.decor.complex-top-left-2.calc-field__right-bottom-sm:before,
.decor.complex-top-left-2.decor-header-left:before,
.decor.complex-top-left-2.header-logo:before,
.decor.complex-top-left-2.header-tel:active:before,
.decor.complex-top-left-2.header-tel:hover:before,
.decor.complex-top-left-2.in-digits-descr-left:before,
.decor.complex-top-left-2.infigures-top-left-white:before,
.decor.complex-top-left-2.infigures-top-left:before,
.decor.skew-fill.complex-top-left-1.marked:before,
.decor.skew-fill.complex-top-left-2.marked:before,
.decor.skew.skew-fill.complex-top-left-1:before,
.decor.skew.skew-fill.complex-top-left-2:before,
.header-menu a.decor.complex-top-left-1:active:before,
.header-menu a.decor.complex-top-left-1:hover:before,
.header-menu a.decor.complex-top-left-2:active:before,
.header-menu a.decor.complex-top-left-2:hover:before {
	background-color: #d4eda4
}

.decor.complex-top-left-1.button,
.decor.complex-top-left-1.calc-field__right-bottom-bg,
.decor.complex-top-left-1.calc-field__right-bottom-sm,
.decor.complex-top-left-1.decor-header-left,
.decor.complex-top-left-1.header-logo:before,
.decor.complex-top-left-1.header-tel:active,
.decor.complex-top-left-1.header-tel:hover,
.decor.complex-top-left-1.in-digits-descr-left,
.decor.complex-top-left-1.infigures-top-left,
.decor.complex-top-left-1.infigures-top-left-white,
.decor.complex-top-left-1.marked.button:before,
.decor.complex-top-left-1.marked.calc-field__right-bottom-bg:before,
.decor.complex-top-left-1.marked.calc-field__right-bottom-sm:before,
.decor.complex-top-left-1.marked.decor-header-left:before,
.decor.complex-top-left-1.marked.header-tel:active:before,
.decor.complex-top-left-1.marked.header-tel:hover:before,
.decor.complex-top-left-1.marked.in-digits-descr-left:before,
.decor.complex-top-left-1.marked.infigures-top-left-white:before,
.decor.complex-top-left-1.marked.infigures-top-left:before,
.decor.skew-fill.complex-top-left-1.marked:before,
.decor.skew.skew-fill.complex-top-left-1,
.header-menu a.decor.complex-top-left-1.marked:active:before,
.header-menu a.decor.complex-top-left-1.marked:hover:before,
.header-menu a.decor.complex-top-left-1:active,
.header-menu a.decor.complex-top-left-1:hover {
	top: 0;
	left: -250px
}

.decor.complex-top-left-2.button,
.decor.complex-top-left-2.calc-field__right-bottom-bg,
.decor.complex-top-left-2.calc-field__right-bottom-sm,
.decor.complex-top-left-2.decor-header-left,
.decor.complex-top-left-2.header-logo:before,
.decor.complex-top-left-2.header-tel:active,
.decor.complex-top-left-2.header-tel:hover,
.decor.complex-top-left-2.in-digits-descr-left,
.decor.complex-top-left-2.infigures-top-left,
.decor.complex-top-left-2.infigures-top-left-white,
.decor.complex-top-left-2.marked.button:before,
.decor.complex-top-left-2.marked.calc-field__right-bottom-bg:before,
.decor.complex-top-left-2.marked.calc-field__right-bottom-sm:before,
.decor.complex-top-left-2.marked.decor-header-left:before,
.decor.complex-top-left-2.marked.header-tel:active:before,
.decor.complex-top-left-2.marked.header-tel:hover:before,
.decor.complex-top-left-2.marked.in-digits-descr-left:before,
.decor.complex-top-left-2.marked.infigures-top-left-white:before,
.decor.complex-top-left-2.marked.infigures-top-left:before,
.decor.skew-fill.complex-top-left-2.marked:before,
.decor.skew.skew-fill.complex-top-left-2,
.header-menu a.decor.complex-top-left-2.marked:active:before,
.header-menu a.decor.complex-top-left-2.marked:hover:before,
.header-menu a.decor.complex-top-left-2:active,
.header-menu a.decor.complex-top-left-2:hover {
	top: -130px;
	left: -130px
}

.complex-top-rigt-sm {
	width: 25px;
	height: 300px;
	top: -200px;
	right: -200px
}

.complex-top-rigt-md {
	width: 48px;
	height: 356px;
	top: -80px;
	right: -112px
}

.complex-top-rigt-md:before {
	background-color: #d4eda4
}

.complex-bottom-right {
	width: 35px;
	height: 194px;
	bottom: -200px;
	right: -130px
}

.complex-bottom-right:before {
	background-color: #d4eda4
}

.business-visual {
	padding-bottom: 37%;
	background: 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed
}

.techology {
	margin-top: 50px;
	margin-bottom: 40px
}

.techology .container {
	position: relative
}

.technology-part {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px);
	padding-left: 50px
}

.technology-item {
	margin-bottom: 55px
}

.technology-item__header,
.treasure-item__header {
	display: flex;
	align-items: center
}

.technology-item__icon,
.treasure-item__icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
	flex-shrink: 0
}

.icon-smart-cat.treasure-item__icon,
.technology-item__icon.icon-smart-cat {
	background-image: url(../img/sprite.png);
	background-position: -345px -240px;
	width: 51px;
	height: 51px
}

.icon-formats.treasure-item__icon,
.technology-item__icon.icon-formats {
	background-image: url(../img/sprite.png);
	background-position: -415px -56px;
	width: 51px;
	height: 51px
}

.icon-mech-trans.treasure-item__icon,
.technology-item__icon.icon-mech-trans {
	background-image: url(../img/sprite.png);
	background-position: -415px -168px;
	width: 51px;
	height: 51px
}

.icon-integer.treasure-item__icon,
.technology-item__icon.icon-integer {
	background-image: url(../img/sprite.png);
	background-position: -415px -112px;
	width: 51px;
	height: 51px
}

.icon-croud.treasure-item__icon,
.technology-item__icon.icon-croud {
	background-image: url(../img/sprite.png);
	background-position: -305px -315px;
	width: 51px;
	height: 51px
}

.technology-item__title {
	max-width: 363px;
	display: inline-block;
	vertical-align: middle;
	font-family: GothamBold, sans-serif;
	font-size: 30px;
	line-height: 27px;
	color: #374a5b
}

.tecnology-item__body {
	max-width: 400px
}

.technology-part-left {
	top: 111px;
	left: -250px
}

.hot-vac-right-big,
.techology-right-middle-lg {
	right: -360px
}

.techology-right-xs {
	width: 30px;
	height: 130px;
	top: -130px;
	right: -240px
}

.techology-right-xs:before {
	background-color: #d3eda0
}

.techology-right-md {
	width: 44px;
	height: 350px;
	right: 0;
	bottom: 0
}

.techology-right-md:before {
	background-color: #d4eda4
}

.techology-right-sm {
	width: 28px;
	height: 303px;
	right: 0;
	top: 50px
}

.sphere-features {
	margin-bottom: 114px
}

.sphere-features .container {
	position: relative
}

.sphere-features .title-wrapper {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px);
	display: flex;
	justify-content: space-between
}

.sphere-features .title-wrapper h2 {
	flex-shrink: 0
}

.sphere-features__descr {
	margin: 0;
	padding-right: 10px;
	font-size: 16px;
	line-height: 22px;
	color: #333
}

.spheres {
	margin-top: 25px
}

.spheres ul {
	padding-left: 30px;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(33.33333% - 16px)
}

.spheres ul li {
	position: relative;
	margin-bottom: 24px;
	list-style-type: none;
	font-size: 18px;
	font-family: GothamLight, sans-serif;
	color: #333
}

.sphere-featuress__bottom {
	justify-content: flex-end
}

.sphere-featuress__bottom a {
	margin-right: 150px
}

.sphere-featuress__bottom a:before {
	border-width: 2px
}

.sphere-features-left {
	width: 33px;
	height: 283px;
	top: -111px;
	left: -200px
}

.sphere-features-left:before {
	background-color: #ceeb96
}

.download-offer .download-offer__form,
.download-offer .title-wrapper {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px);
	position: relative;
	z-index: 1
}

.download-offer h2 {
	color: #fff;
	text-transform: none
}

.download-offer .container {
	position: relative;
	padding-top: 23px;
	padding-bottom: 21px;
	z-index: 1
}

.download-offer__cover {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0
}

.download-offer__form-top {
	display: flex;
	justify-content: center;
	margin-bottom: 20px
}

.download-offer__form-top .custom-placeholder-label {
	width: 200px;
	height: 30px;
	margin: 0 25px
}

.download-offer__form-top .custom-placeholder {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	z-index: 2
}

.download-offer__form-top .custom-placeholdered {
	border: none;
	border-bottom: 1px solid #fff;
	z-index: 2
}

.download-offer__form-bottom {
	text-align: center
}

.download-offer__form-bottom .button-bordered {
	position: relative;
	padding-right: 55px
}

.download-offer__form-bottom .button-bordered:before {
	background-color: #426a83
}

.download-offer__form-bottom .button-bordered button {
	font-family: Gotham, sans-serif;
	font-size: 15px
}

.icon-down-arrow {
	display: block;
	background-image: url(../img/sprite.png);
	background-position: -503px -364px;
	width: 13px;
	height: 15px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	left: auto;
	right: 25px
}

.packages-items {
	position: relative;
	align-items: center;
	justify-content: space-around;
	margin-top: 20px;
	margin-bottom: 131px
}

.packages-item {
	width: 283px;
	min-height: 223px;
	position: relative;
	padding: 25px;
	padding-bottom: 0;
	text-align: center
}

.packages-item--main {
	width: 342px;
	height: 266px;
	padding-top: 37px
}

.packages-item--main .packages-item__title {
	color: #e0d925
}

.packages-item__border {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute
}

.packages-item__title {
	margin-bottom: 20px;
	font-family: GothamMedium, sans-serif;
	font-size: 22px;
	color: #374a5b
}

.hidden-blocks--packages {
	margin-bottom: 179px
}

.hidden-blocks--packages .in-digits-descr__item,
.hidden-blocks--packages .services-descr__item {
	width: calc(100% - 16px);
	max-height: 189px
}

.hidden-blocks--packages .block-to-hidden__masc {
	height: 120px;
	bottom: -10px
}

.decor.packages-items-right-md.button,
.decor.packages-items-right-md.calc-field__right-bottom-bg,
.decor.packages-items-right-md.calc-field__right-bottom-sm,
.decor.packages-items-right-md.decor-header-left,
.decor.packages-items-right-md.header-logo:before,
.decor.packages-items-right-md.header-tel:active,
.decor.packages-items-right-md.header-tel:hover,
.decor.packages-items-right-md.in-digits-descr-left,
.decor.packages-items-right-md.infigures-top-left,
.decor.packages-items-right-md.infigures-top-left-white,
.decor.packages-items-right-md.marked.button:before,
.decor.packages-items-right-md.marked.calc-field__right-bottom-bg:before,
.decor.packages-items-right-md.marked.calc-field__right-bottom-sm:before,
.decor.packages-items-right-md.marked.decor-header-left:before,
.decor.packages-items-right-md.marked.header-tel:active:before,
.decor.packages-items-right-md.marked.header-tel:hover:before,
.decor.packages-items-right-md.marked.in-digits-descr-left:before,
.decor.packages-items-right-md.marked.infigures-top-left-white:before,
.decor.packages-items-right-md.marked.infigures-top-left:before,
.decor.skew-fill.packages-items-right-md.marked:before,
.decor.skew.skew-fill.packages-items-right-md,
.header-menu a.decor.packages-items-right-md.marked:active:before,
.header-menu a.decor.packages-items-right-md.marked:hover:before,
.header-menu a.decor.packages-items-right-md:active,
.header-menu a.decor.packages-items-right-md:hover {
	width: 42px;
	height: 353px;
	top: -326px;
	right: -165px
}

.decor.packages-items-right-md.button:before,
.decor.packages-items-right-md.calc-field__right-bottom-bg:before,
.decor.packages-items-right-md.calc-field__right-bottom-sm:before,
.decor.packages-items-right-md.decor-header-left:before,
.decor.packages-items-right-md.header-logo:before,
.decor.packages-items-right-md.header-tel:active:before,
.decor.packages-items-right-md.header-tel:hover:before,
.decor.packages-items-right-md.in-digits-descr-left:before,
.decor.packages-items-right-md.infigures-top-left-white:before,
.decor.packages-items-right-md.infigures-top-left:before,
.decor.skew-fill.packages-items-right-md.marked:before,
.decor.skew.skew-fill.packages-items-right-md:before,
.header-menu a.decor.packages-items-right-md:active:before,
.header-menu a.decor.packages-items-right-md:hover:before {
	background-color: #d4eea4
}

.decor.packages-items-right-lg.button,
.decor.packages-items-right-lg.calc-field__right-bottom-bg,
.decor.packages-items-right-lg.calc-field__right-bottom-sm,
.decor.packages-items-right-lg.decor-header-left,
.decor.packages-items-right-lg.header-logo:before,
.decor.packages-items-right-lg.header-tel:active,
.decor.packages-items-right-lg.header-tel:hover,
.decor.packages-items-right-lg.in-digits-descr-left,
.decor.packages-items-right-lg.infigures-top-left,
.decor.packages-items-right-lg.infigures-top-left-white,
.decor.packages-items-right-lg.marked.button:before,
.decor.packages-items-right-lg.marked.calc-field__right-bottom-bg:before,
.decor.packages-items-right-lg.marked.calc-field__right-bottom-sm:before,
.decor.packages-items-right-lg.marked.decor-header-left:before,
.decor.packages-items-right-lg.marked.header-tel:active:before,
.decor.packages-items-right-lg.marked.header-tel:hover:before,
.decor.packages-items-right-lg.marked.in-digits-descr-left:before,
.decor.packages-items-right-lg.marked.infigures-top-left-white:before,
.decor.packages-items-right-lg.marked.infigures-top-left:before,
.decor.skew-fill.packages-items-right-lg.marked:before,
.decor.skew.skew-fill.packages-items-right-lg,
.header-menu a.decor.packages-items-right-lg.marked:active:before,
.header-menu a.decor.packages-items-right-lg.marked:hover:before,
.header-menu a.decor.packages-items-right-lg:active,
.header-menu a.decor.packages-items-right-lg:hover {
	bottom: 0;
	right: -400px
}

.packages-items-left {
	top: 111px;
	left: -186px
}

.standart-right {
	right: -250px;
	top: -400px
}

.standart-left {
	top: -200px;
	left: -150px
}

.download-offer {
	margin-bottom: 109px
}

.packages-item p {
	text-align: left
}

.packages-items {
	align-items: flex-start
}

.packages-item__text {
	color: #7ecd00;
	text-align: left
}

.packages {
	padding-bottom: 130px
}

.packages-icon {
	display: block;
	margin-bottom: 27px;
	transition: transform .3s
}

.packages-icon:active,
.packages-icon:hover {
	transform: scale(1.05)
}

.icon-base {
	background-image: url(../img/sprite.png);
	background-position: -117px 0;
	width: 109px;
	height: 145px
}

.icon-stand {
	background-image: url(../img/sprite.png);
	background-position: 0 0;
	width: 112px;
	height: 149px
}

.icon-vip {
	background-image: url(../img/sprite.png);
	background-position: -231px 0;
	width: 109px;
	height: 145px
}

.standart {
	padding-bottom: 106px
}

.standart .in-digits-descr__item,
.standart .services-descr__item {
	width: calc(50% - 16px)
}

.standart .in-digits-descr__item:first-child,
.standart .services-descr__item:first-child {
	padding-right: 15px
}

.header-visual--been {
	bottom: -48px;
	right: -5px
}

.headet-left__subtitle--about {
	max-width: 340px;
	margin-left: 117px
}

.header-quote--about {
	position: absolute;
	z-index: 5;
	bottom: 100px;
	left: 80px;
	font-size: 16px;
	margin-bottom: 0
}

.header-quote--about .header-quote--about__bottom {
	display: block;
	font-family: Gotham, sans-serif
}

.petition {
	margin-bottom: 100px
}

.petition-text__left,
.petition-text__right {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word
}

.petition-text__left {
	width: calc(75% - 16px);
	padding-left: 47px
}

.petition-text__left p {
	margin-top: 0;
	margin-bottom: 27px;
	font-size: 18px;
	color: #333
}

.petition-text__left p span {
	display: block
}

.honor-content {
	position: relative;
	padding-bottom: 60px
}

.honor-content__text {
	padding-right: 47px
}

.honor-content__text p {
	margin-bottom: 25px;
	margin-top: 0;
	font-size: 16px;
	line-height: 24px;
	color: #333
}

.petition-text__right {
	width: calc(25% - 16px);
	text-align: center
}

.petition-text__right img {
	max-width: 100%
}

.petition-text {
	position: relative
}

.petition-text-right-md {
	width: 44px;
	height: 356px;
	top: -20px;
	right: -85px
}

.petition-text-right-md:before {
	background-color: #d4eea4
}

.petition-text-right-sm {
	width: 25px;
	height: 307px;
	top: -200px;
	right: -193px
}

.treasure {
	margin-top: 80px
}

.treasure-items {
	position: relative;
	margin-top: 20px;
	padding-bottom: 40px;
	justify-content: space-around
}

.treasure-items__block {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(41.66667% - 16px)
}

.treasure-item {
	margin-bottom: 68px;
	color: #333;
	font-size: 18px
}

.treasure-item p {
	font-family: GothamLight, sans-serif;
	line-height: 18px
}

.treasure-item__icon.icon-mission {
	background-image: url(../img/sprite.png);
	background-position: -415px 0;
	width: 51px;
	height: 51px
}

.treasure-item__icon.icon-develop {
	background-image: url(../img/sprite.png);
	background-position: -81px -315px;
	width: 51px;
	height: 51px
}

.treasure-item__icon.icon-team {
	background-image: url(../img/sprite.png);
	background-position: -249px -315px;
	width: 51px;
	height: 51px
}

.treasure-item__icon.icon-profit {
	background-image: url(../img/sprite.png);
	background-position: -415px -280px;
	width: 51px;
	height: 51px
}

.treasure-item__title {
	font-size: 30px;
	color: #3f4b5b;
	font-family: GothamBold, sans-serif
}

.treasure-items-left-top {
	width: 30px;
	height: 284px;
	top: -215px;
	left: -200px
}

.treasure-items-left-top:before {
	background-color: #ceec96
}

.treasure-items-left-bottom {
	bottom: 0;
	left: -200px
}

.treasure-items-right-xs {
	top: -50px;
	right: -50px
}

.treasure-items-right-md {
	width: 48px;
	height: 354px;
	top: 0;
	right: -250px
}

.treasure-items-right-md:before {
	background-color: #d4eea4
}

.treasure-items-botom-right,
.treasure-items-top-right {
	width: 34px;
	height: 163px;
	top: -340px;
	right: -145px
}

.treasure-items-botom-right:before,
.treasure-items-top-right:before {
	background-color: #ceec96
}

.treasure-items-top-sm {
	width: 14px;
	height: 217px;
	bottom: 50px;
	right: 0
}

.treasure-items-botom-right {
	bottom: 0;
	top: auto;
	right: -200px
}

.treasure-items-botom-right:before {
	background-color: #d4eea4
}

.confirm-content {
	position: relative;
	margin-bottom: 42px
}

.confirm-content .marked-list {
	padding-left: 60px
}

.confirm-list {
	margin-bottom: 136px
}

.confirm-list .marked-list {
	padding-left: 47px;
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px)
}

.confirm-list .marked-list__text {
	font-size: 16px;
	line-height: normal
}

.confirm-video {
	margin-bottom: 120px;
	position: relative
}

.confirm-video__block {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px);
	background: 0 0 no-repeat;
	background-size: cover
}

.confirm-video__wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.confirm-video__wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none
}

.confirm-video-left {
	top: -70px;
	left: -350px
}

.confirm-content-left-top {
	width: 23px;
	height: 429px;
	top: -600px;
	right: -300px
}

.confirm-content-left-top:before {
	background-color: #28485b
}

.confirm-content-right-bottom {
	bottom: -80px;
	right: -190px
}

.honor {
	padding-top: 70px;
	background-color: #fafbfb
}

.honor-content__text,
.honor-content__video {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word
}

.honor-content__text {
	width: calc(66.66667% - 16px)
}

.honor-content__video {
	width: calc(33.33333% - 16px);
	padding-top: 70px
}

.honor-content-left-top {
	top: -200px;
	left: -200px
}

.honor-content-right-top {
	top: -200px;
	right: -200px
}

.decor.honor-content-right-bottom {
	bottom: 40px;
	right: -400px
}

.honor-content-left-bottom {
	width: 33px;
	height: 161px;
	bottom: -150px;
	left: -100px
}

.honor-content-left-bottom:before {
	background-color: #d3eea0
}

.blog {
	padding-bottom: 30px;
	padding-top: 184px
}

.blog h2 {
	margin-bottom: 50px
}

.blog-item {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(33.33333% - 16px);
	padding: 0 15px;
	margin-bottom: 60px
}

.blog-item p {
	font-family: GothamLight, sans-serif;
	color: #333
}

.blog-item__header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px
}

.blog-item__visib {
	margin-left: auto;
	margin-right: 27px
}

.blog-item__img img {
	width: 100%
}

.blog-item__date {
	font-size: 16px;
	color: #999
}

.blog-item__vis-icon {
	display: inline-block;
	background-image: url(../img/sprite.png);
	background-position: -319px -202px;
	width: 18px;
	height: 20px;
	vertical-align: middle
}

.blog-item__vis-val {
	display: inline-block;
	vertical-align: middle
}

.blog-item__share {
	display: block;
	background-image: url(../img/sprite.png);
	background-position: -500px -397px;
	width: 15px;
	height: 17px
}

.pagination {
	list-style: none;
	display: flex;
	justify-content: center;
	width: 100%;
	margin-bottom: 30px
}

.pagination li {
	margin: 10px 5px 20px 5px
}

.pagination li a {
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	background: #7fcd00;
	text-align: center;
	min-width: 22px;
	color: #fff;
	padding: 4px;
	display: block
}

.pagination a.active,
.pagination a:hover {
	background: #3d5881
}

.payment {
	padding-bottom: 360px
}

.payment .container {
	justify-content: space-between
}

.payment-left {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(25% - 16px)
}

.payment-left .title-blue-mini {
	margin-bottom: 20px
}

.payment-right {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px)
}

.payment-dec-left {
	left: -300px;
	top: 143px
}

.payment-dec-center {
	width: 15px;
	height: 224px;
	left: 438px;
	top: 110px
}

.payment-dec-center:before {
	background-color: #c8e987
}

.payment-dec-right {
	width: 36px;
	height: 284px;
	right: -197px;
	top: 80px
}

.payment-dec-right:before {
	background-color: #c8e987
}

.payment-form label {
	padding-left: 20px;
	display: block;
	margin-bottom: 32px
}

.payment-form label span {
	display: block;
	margin-bottom: 12px;
	font-size: 18px;
	color: #666
}

.payment-form label input {
	display: block;
	padding: 10px 5px;
	width: 100%;
	font-size: 14px;
	border: none;
	border-bottom: 2px solid #d7eaff
}

.payment-form label input::-webkit-input-placeholder {
	color: #cecece;
	opacity: 1
}

.payment-form label input::-moz-placeholder {
	color: #cecece;
	opacity: 1
}

.payment-form label input:-moz-placeholder {
	color: #cecece;
	opacity: 1
}

.payment-form label input:-ms-input-placeholder {
	color: #cecece;
	opacity: 1
}

.ik-payment {
	padding: 10px 7px;
	border: 2px solid #c5deff;
	background: 0 0
}

.ik-payment-link .ik_select_link_text::after {
	background-image: url(../img/sprite.png);
	background-position: -345px -296px;
	width: 20px;
	height: 11px
}

.payment-option.vacancy {
	margin-bottom: 50px
}

.payment-option.vacancy .vacancy-toggle {
	text-align: right
}

.payment-option.vacancy p {
	padding-left: 25px;
	color: #333
}

.vac-subtitle {
	margin-bottom: 25px;
	margin-left: 30px;
	font-size: 18px;
	font-family: GothamMedium, sans-serif;
	color: #374a5b
}

.vac-subtitle:before {
	width: 5px;
	left: -12px;
	background-color: #28485b
}

.vac-subtitle span {
	display: block
}

.vac-subtitle span:first-child {
	margin-left: 7px
}

.vacancy {
	margin-bottom: 100px
}

.vac-about {
	margin-bottom: 88px
}

.vac-about .filin-paragraph {
	margin-top: 0;
	margin-bottom: 0;
	color: #333
}

.vac-about .filin-paragraph a {
	color: #374a5b;
	font-family: GothamBold, sans-serif
}

.vac-attach {
	padding-bottom: 93px
}

.vac-attach h2 {
	text-transform: none
}

.vacancy-block {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(33.33333% - 16px);
	margin-bottom: 33px;
	padding-left: 47px;
	color: #333
}

.vacancy-block p {
	margin-bottom: 16px;
	font-family: GothamLight, sans-serif;
	font-size: 16px
}

.vacancy-block li {
	padding-left: 20px
}

.vacancy-block .marked-mini {
	left: 0
}

.vacancy-block__title {
	margin-bottom: 25px;
	font-size: 18px;
	font-family: GothamBold, sans-serif;
	color: #333
}

.vacancy-toggle {
	justify-content: flex-end;
	padding-bottom: 8px
}

.vacancy-toggle a {
	font-size: 16px;
	font-family: GothamLight, sans-serif;
	color: #001376
}

.vacancy-toggle:after {
	content: '';
	position: absolute;
	width: calc(100% - 52px);
	height: 1px;
	bottom: -2px;
	right: 0;
	background-color: #7ecd00
}

.vacancy-content {
	display: none;
	overflow: visible!important
}

.state-vac-left {
	top: -250px;
	left: -250px
}

.state-vac-top-center {
	top: -300px;
	right: 300px
}

.state-rigt-md {
	width: 37px;
	height: 286px;
	bottom: -500px;
	right: 0
}

.state-rigt-md:before {
	background-color: #ceeb96
}

.state-rigt-lg {
	width: 93px;
	height: 485px;
	bottom: -350px;
	right: -250px
}

.state-rigt-lg:before {
	background-color: #eef7d9
}

.state-vac-bottom {
	bottom: -200px;
	right: -200px
}

.hot-vac {
	padding-top: 45px;
	margin-bottom: 93px;
	background-color: #eff1f3
}

.hot-vac h2 {
	font-size: 30px
}

.hot-vac__title {
	margin-bottom: 28px;
	font-family: GothamMedium, sans-serif;
	font-size: 18px;
	color: #333
}

.hot-vac__item .vacancy-block {
	width: calc(50% - 16px)
}

.hot-vac-left {
	top: -150px;
	left: -350px
}

.hot-vac-right-big {
	top: -500px
}

.hot-vac-right-md {
	width: 80px;
	height: 320px;
	top: -48px;
	right: -250px
}

.advantages {
	margin-bottom: 140px
}

.advantages .title-wrapper {
	display: flex;
	justify-content: flex-end
}

.vac-paragraph {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 16px;
	line-height: 17px;
	color: #333
}

.advantages-right {
	top: 0;
	right: -250px
}

.vac-reviewes {
	margin-bottom: 103px
}

.vac-reviewes h2 {
	margin-bottom: 98px
}

.vac-reviewes-item {
	margin-bottom: 85px
}

.vac-reviewes-item .workers-person__item {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(25% - 16px)
}

.vac-reviewes-item__text {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(75% - 16px)
}

.vac-reviewes__more {
	justify-content: center
}

.vac-reviewes__more a {
	font-family: 18px;
	color: #7ecd00
}

.vac-reviews-top {
	width: 29px;
	height: 298px;
	top: -150px;
	right: 146px
}

.vac-reviews-top:before {
	background-color: #e1f2be
}

.vac-reviews-top-left {
	top: 144px;
	left: -200px
}

.vac-reviews-top-right {
	top: -30px;
	right: -150px
}

.vac-reviewes-middle-left {
	top: 0;
	left: -200px
}

.vac-reviewes-middle-right {
	width: 30px;
	height: 297px;
	top: -200px;
	right: -150px
}

.vac-reviewes-middle-center {
	bottom: 0;
	left: 50%
}

.vac-reviewes-bottom-rigt-xs {
	width: 8px;
	height: 65px;
	top: 0;
	right: -132px
}

.vac-reviewes-bottom-rigt-md {
	top: -200px;
	right: -216px;
	width: 50px;
	height: 357px
}

.vac-reviewes-bottom-rigt-md:before {
	background-color: #d4eda4
}

.vacancy-big-left {
	top: -206px;
	left: -350px
}

.dec-vacancy-merged {
	bottom: -250px;
	right: 50px
}

.vacancy-bottom-left-md {
	width: 50px;
	height: 356px;
	top: 177px;
	left: -188px
}

.vacancy-bottom-left-md:before {
	background-color: #d4eda4
}

.vacancy-bottom-left-sm {
	width: 30px;
	height: 308px;
	top: 377px;
	left: -165px
}

.vacancy-bottom-right-lg {
	right: -150px;
	top: 114px
}

.send-resume {
	margin-right: 109px
}

.headet-left__subtitle--reviews {
	max-width: 336px;
	position: relative;
	top: 0;
	right: 0;
	margin-left: 55px;
	margin-top: 50px;
	z-index: 10
}

.header-bg-clear--reviews {
	height: 94%
}

.header-visual--honey {
	right: 36px
}

.header__price-form--reviews {
	padding-top: 0px
}

.header-quote--reviews {
	left: 50px
}

.clients-rev-row {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(83.33333% - 16px);
	margin-bottom: 42px
}

.clients-rev-row__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 256px;
	margin-bottom: 18px
}

.clients-rev {
	margin-bottom: 178px
}

.clients-rev-row__title {
	font-family: GothamMedium, sans-serif;
	font-size: 19px;
	color: #333
}

.rating-star-lg,
.rating-star-sm {
	display: block
}

.rating-star-sm {
	margin: 0 4px
}

.clients-rev-row__rating {
	display: flex;
	flex-shrink: 0;
	margin-left: 15px;
	position: relative;
	top: -3px
}

.rating {
	display: flex;
	margin-left: 26px;
	margin-top: 82px;
	margin-bottom: 15px
}

.rating-star-sm--empty {
	background-image: url(../img/sprite.png);
	background-position: -179px -279px;
	width: 15px;
	height: 15px
}

.rating-star-sm--active {
	background-image: url(../img/sprite.png);
	background-position: -199px -279px;
	width: 15px;
	height: 15px
}

.rating-star-lg--empty {
	background-image: url(../img/sprite.png);
	background-position: -319px -178px;
	width: 19px;
	height: 19px
}

.rating-star-lg--active {
	background-image: url(../img/sprite.png);
	background-position: -319px -154px;
	width: 19px;
	height: 19px
}

.rating-star-lg {
	margin: 0 8px
}

.clients-rev-row__content {
	display: flex
}

.clients-rev-row__content p {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: GothamLight, sans-serif;
	color: #444
}

.client-image {
	max-width: 150px;
	margin-right: 23px;
	flex-shrink: 0
}

.revs-top-right-md {
	width: 44px;
	height: 358px;
	top: 0;
	right: -50px
}

.revs-top-right-md:before {
	background-color: #d4eda4
}

.revs-top-right-sm {
	width: 23px;
	height: 300px;
	top: -100px;
	right: -130px
}

.revs-middle-left {
	width: 36px;
	height: 286px;
	top: 50%;
	left: -200px
}

.revs-middle-left:before {
	background-color: #ceeb96
}

.rev-middle-right {
	top: 15%;
	right: -250px
}

.rev-bottom-right {
	bottom: 0;
	right: -250px
}

.in-digits-descr,
.services-descr {
	margin-top: 0
}

.delivery-logos--reviews {
	padding-bottom: 30px
}

.hidden-blocks--reviews {
	margin-top: 0
}

.hidden-blocks--reviews p {
	line-height: 28px
}

.hidden-blocks--reviews .block-to-hidden__masc {
	background-position: 0 bottom
}

.subscribe-reviews {
	margin-top: 170px
}

.label-reviews {
	margin-left: 0
}

.reviews-filter {
	padding-bottom: 160px
}

.reviews-filter h2 {
	margin-bottom: 56px
}

.reviews-filter__top {
	margin-bottom: 60px;
	justify-content: center
}

.reviews-filter__top .custom-check {
	margin-left: 48px
}

.reviews-filter__item {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(16.66667% - 16px);
	margin-bottom: 67px;
	padding: 0 30px;
	position: relative;
	text-align: center
}

.reviews-filter__item .reviews-filter__img {
	max-width: 100%
}

.reviews-filter__item .reviews-filter__logo {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 50%
}

.reviews-filter__expand {
	right: 15%
}

.reviews-filter-left {
	left: -196px;
	top: 329px;
	width: 34px;
	height: 281px
}

.reviews-filter-left:before {
	background-color: #ceeb96
}

.reviews-filter-right {
	right: -200px;
	top: 50px;
	width: 33px;
	height: 287px
}

.reviews-filter-right:before {
	background-color: #ceeb96
}

.reviews-filter__pagination {
	justify-content: flex-end
}

.case-description {
	padding-bottom: 164px
}

.case-description .title-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 47px
}

.case-description .title-wrapper h2 {
	margin-bottom: 0
}

.case-logo {
	max-width: 273px;
	flex-shrink: 0;
	padding-right: 62px
}

.case-logo img {
	max-width: 100%
}

.case-description__column {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px)
}

.case-description__column p {
	margin-top: 0;
	margin-bottom: 26px;
	color: #333
}

.case-description__text {
	margin-bottom: 88px
}

.case-graphics {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px);
	display: flex;
	justify-content: space-between
}

.case-graphics__item {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(20% - 30px)
}

.case-icon {
	display: block;
	flex-shrink: 0
}

.case-icon--lang {
	background-image: url(../img/sprite.png);
	background-position: -415px -224px;
	width: 51px;
	height: 51px
}

.case-icon--country {
	background-image: url(../img/sprite.png);
	background-position: -137px -315px;
	width: 51px;
	height: 51px
}

.case-icon--value {
	background-image: url(../img/sprite.png);
	background-position: -471px -50px;
	width: 39px;
	height: 51px
}

.case-icon--value {
	background-image: url(../img/sprite.png);
	background-position: -471px -50px;
	width: 39px;
	height: 51px
}

.case-icon--terms {
	background-image: url(../img/sprite.png);
	background-position: -193px -315px;
	width: 51px;
	height: 51px
}

.case-icon--result {
	background-image: url(../img/sprite.png);
	background-position: -249px -315px;
	width: 51px;
	height: 51px
}

.case-graphics__header {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.case-graphics__header p {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20px;
	font-family: GothamMedium, sans-serif;
	font-size: 18px;
	color: #333
}

.case-description-right-bottom,
.case-description-right-top {
	top: 0;
	right: -200px
}

.case-description-left {
	width: 33px;
	height: 285px;
	left: -220px;
	top: 0
}

.case-description-left:before {
	background-color: #ceec96
}

.calculator {
	padding-bottom: 160px
}

.calculator-top {
	justify-content: center;
	margin-bottom: 43px
}

.calculator-top__displ {
	padding: 24px 69px;
	margin-left: 64px;
	color: #333;
	font-family: GothamMedium, sans-serif;
	font-size: 16px
}

.calculator-top__displ:before {
	border-color: #333
}

.calculator-top__displ.active {
	color: #7ecd00
}

.calculator-top__displ.active:before {
	border-color: #7ecd00
}

.calculator-top__displ:first-child {
	margin-left: 0
}

.calculator-screen__content .file-display {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px)
}

.calculator-screen__content .button span {
	text-transform: uppercase
}

.calculator-screen__content .file-display {
	margin-bottom: 0
}

.calculator-screen__content .files-download-form__manual {
	margin-bottom: 12px
}

.calculator-screen__content .form-button {
	margin: 0
}

.calculator-screen__content .file-masked {
	margin: 0
}

.calculator-screen--1 .form-button {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px
}

.calculator-screen--1 form {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px);
	margin-bottom: 40px
}

.calculator-screen--1 form textarea {
	height: 100px;
	width: 100%;
	padding: 14px 8px;
	border: 2px solid #9ec8e2;
	font-family: Gotham, sans-serif
}

.calculator-screen--1 form textarea::-webkit-input-placeholder {
	color: #999;
	opacity: 1
}

.calculator-screen--1 form textarea::-moz-placeholder {
	color: #999;
	opacity: 1
}

.calculator-screen--1 form textarea:-moz-placeholder {
	color: #999;
	opacity: 1
}

.calculator-screen--1 form textarea:-ms-input-placeholder {
	color: #999;
	opacity: 1
}

.calculator__count-inps {
	display: flex;
	justify-content: space-between
}

.calculator__count-inps .custom-placeholder-label {
	margin-left: 19px;
	width: 228px;
	height: 35px;
	border-bottom: 2px solid #9ec8e2
}

.calculator__count-inps .custom-placeholder-label .custom-placeholdered {
	border: none
}

.calculator__count-inps .custom-placeholder-label .custom-placeholder {
	font-size: 14px;
	color: #999
}

.calculator__count-inps .custom-placeholder-label:first-child {
	margin-left: 0
}

.calculator__current-val,
.calculator__pages-count {
	color: #374a5b;
	font-family: GothamLight, sans-serif;
	text-transform: uppercase
}

.calculator__overal {
	margin-left: 5px;
	font-family: GothamMedium, sans-serif
}

.calculator__current-val {
	margin-left: auto;
	margin-right: 115px
}

.calculator-screen__bottom {
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap
}

.calculator-screen__bottom .final-count span.final-count__val {
	padding: 12px 30px
}

.calculator-screen__bottom .final-count a {
	padding-bottom: 17px;
	padding-top: 17px
}

.calculator-next,
.calculator-prev {
	padding: 16px 65px;
	margin-top: 0;
	height: auto;
	cursor: pointer
}

.calculator-next span,
.calculator-prev span {
	line-height: 16px
}

.calculator-next {
	margin-right: 30px
}

.calculator-prev {
	margin-left: 20px
}

.pare-select {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(33.33333% - 16px);
	margin-bottom: 35px
}

.pare-select .custom-check {
	position: relative
}

.pare-select .custom-check .radio-false {
	position: relative;
	vertical-align: top;
	display: inline-block;
	width: 34px;
	height: 34px;
	border: 2px solid #c5deff;
	border-radius: 0
}

.pare-select .custom-check .radio-false:after {
	content: '';
	display: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	right: auto;
	left: 4px;
	top: auto;
	bottom: 0;
	background-color: transparent;
	background-image: url(../img/sprite.png);
	background-position: -471px -156px;
	width: 33px;
	height: 46px
}

.pare-select .custom-check__text {
	font-size: 30px;
	margin-left: 13px;
	font-family: GothamBold, sans-serif;
	color: #374a5b;
	vertical-align: top
}

.pare-select p {
	margin-left: 49px;
	margin-top: -10px;
	margin-bottom: 0;
	font-family: GothamLight, sans-serif;
	line-height: 18px;
	color: #666
}

.pare-select__list span {
	display: block;
	margin-bottom: 7px;
	color: #666
}

.calculator-row {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(100% - 16px);
	margin-bottom: 38px;
	display: flex;
	align-items: flex-start
}

.calculator-row:last-child {
	margin-bottom: 0
}

.calculator-row__name {
	width: 127px;
	flex-shrink: 0;
	font-family: GothamLight, sans-serif;
	color: #666
}

.calculator-row__val {
	margin-left: 30px;
	font-family: GothamMedium, sans-serif;
	color: #333;
	text-transform: uppercase
}

.calculator-screen--3 .calculator-screen__content {
	margin-bottom: 128px
}

.calculator-right {
	top: 200px;
	right: -250px
}

.calculator-left {
	top: 360px;
	left: -300px
}

.calculator-screen--2 form {
	width: 100%
}

.calculator-screen--2 .calculator-row {
	margin-bottom: 50px
}

.calculator-screen--2 .calculator-row__name {
	width: auto
}

.calculator-screen--2 .calculator-row__val {
	margin-left: 10px
}

.pare-select__ques {
	width: 16px;
	height: 16px;
	padding-left: 2px;
	position: absolute;
	right: -20px;
	top: -8px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	font-family: GothamLight, sans-serif;
	line-height: 14px;
	color: #666;
	border: 1px solid #666
}

.calculator-tip .tooltipster-box {
	background-color: transparent;
	border: none;
	border-radius: 0
}

.calculator-tip .tooltipster-content {
	position: absolute;
	background-color: #fff;
	border: 1px solid #a1a1a1;
	max-height: initial;
	padding: 22px 29px;
	color: #666;
	font-size: 16px;
	font-family: GothamLight, sans-serif;
	overflow: visible
}

.calculator-tip .tooltipster-content:before {
	content: '';
	width: 22px;
	height: 25px;
	position: absolute;
	left: -1px;
	bottom: -25px;
	background: url(../img/icons/tooltip-arrow.png) 0 0 no-repeat
}

.order-form {
	margin: 0 auto;
	position: relative;
	width: calc(83.33333% - 16px);
	max-width: 1000px;
	padding: 20px calc(8.33333% - 16px);
	border: 2px solid #00a7e2;
	background-color: #fff;
	box-shadow: -8px 8px 21px 3px rgba(0, 0, 1, .53)
}

.order-form h2 {
	font-family: Gotham, sans-serif
}

.order-form label {
	display: block;
	margin-bottom: 20px;
	position: relative
}

.order-form label.custom-placeholder-label {
	height: 52px;
	margin-bottom: 25px
}

.order-form label span {
	display: block;
	margin-bottom: 8px;
	font-size: 18px;
	color: #666
}

.order-form label input {
	display: block;
	width: 100%;
	padding: 5px;
	color: #000;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #c5deff;
	font-family: inherit
}

.order-form label textarea {
	width: 100%;
	max-width: 100%;
	max-height: 150px;
	padding: 0;
	border: none;
	border-bottom: 2px solid #c5deff;
	font-family: Gotham, sans-serif;
	font-size: 16px;
	color: #000;
	font-family: inherit
}

.order-form label input:-moz-placeholder,
.order-form label input:-ms-input-placeholder,
.order-form label input::-moz-placeholder,
.order-form label input::-webkit-input-placeholder,
.order-form label textarea:-moz-placeholder,
.order-form label textarea:-ms-input-placeholder,
.order-form label textarea::-moz-placeholder,
.order-form label textarea::-webkit-input-placeholder {
	color: #cecece;
	opacity: 1
}

.order-form .file-masked {
	display: inline-block;
	margin-left: 0;
	margin-top: 0;
	width: auto
}

.order-form .file-masked span {
	padding-right: 40px;
	padding-left: 40px;
	font-size: 13px;
	color: #28485b;
	text-transform: uppercase
}

.order-form .file-masked span:before {
	border-width: 2px;
	border-color: #9ec8e2
}

.order-form .file-masked input {
	width: auto
}

.order-form .custom-placeholder-label input[type=text] {
	position: absolute;
	top: 20px;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	font-size: 18px;
	background-color: transparent;
	z-index: 3
}

.order-form .custom-placeholder-label.focused .custom-placeholder {
	transform: translateY(-10px) scale(.8)
}

.order-form .custom-placeholder {
	display: inline-block;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	line-height: inherit;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: #cecece
}

.icon-check-form {
	display: inline-block;
	background-image: url(../img/sprite.png);
	background-position: 0 -375px;
	width: 50px;
	height: 52px
}

.order-form__files {
	margin-bottom: 27px
}

.order-form__filename {
	font-size: 16px;
	font-family: GothamLight, sans-serif;
	color: #333
}

.order-form__buttons {
	display: flex;
	align-items: flex-start;
	justify-content: space-between
}

.order-form__buttons .button-bordered .skew-inner {
	color: #374a5b
}

button.mfp-arrow,
button.mfp-close {
	background-image: url(../img/sprite.png);
	background-position: -471px -397px;
	width: 24px!important;
	height: 24px;
	top: 15px;
	right: 20px;
	font-size: 0
}

.translators-form {
	width: 100%;
	max-width: 592px;
	margin: 0 auto;
	text-align: center;
	background-color: #004471;
	color: #fff
}

.translators-form h2 {
	margin-bottom: 42px;
	font-family: Gotham, sans-serif;
	color: #fff;
	font-size: 50px;
	text-transform: uppercase
}

.translators-form .custom-placeholder-label {
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 35px
}

.translators-form .custom-placeholder-label.focused .custom-placeholder {
	transform: translateY(-25px) scale(.5)
}

.translators-form .custom-placeholder {
	left: 0;
	line-height: 40px;
	font-family: GothamLight, sans-serif;
	font-size: 25px;
	color: #fff
}

.translators-form .custom-placeholdered {
	top: 0;
	left: 0;
	line-height: 40px;
	font-family: GothamLight, sans-serif;
	font-size: 25px;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff
}

.translators-form__bottom {
	display: flex;
	justify-content: flex-end
}

.translators-form__bottom .button {
	width: 200px;
	box-shadow: 6px -4px 5px 4px #00395f
}

.translators-form__registration-block {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between
}

.translators-form__registration-block a {
	font-size: 16px;
	color: #fff
}

.translators-form__registration-block .translators-form__registration {
	font-size: 18px;
	text-decoration: none
}

.translators-popup-cover {
	background-color: #004471
}

.translators-form button.mfp-close,
button.mfp-arrow {
	background-image: url(../img/sprite.png);
	background-position: -471px -295px;
	width: 37px;
	height: 37px;
	top: 15px;
	right: 20px;
	font-size: 0
}

.files-download-form,
.resume-form {
	max-width: 1037px;
	padding-bottom: 38px
}

.files-download-form .form-div,
.resume-form .form-div {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px)
}

.files-download-form .form-div--files,
.resume-form .form-div--files {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(41.66667% - 16px)
}

.files-download-form .resume-form__wrap,
.resume-form .resume-form__wrap {
	justify-content: space-between
}

.files-download-form .form-button,
.files-download-form .order-form__buttons,
.resume-form .form-button,
.resume-form .order-form__buttons {
	display: block;
	text-align: right
}

.files-download-form .form-button label,
.files-download-form .order-form__buttons label,
.resume-form .form-button label,
.resume-form .order-form__buttons label {
	display: inline-block
}

.files-download-form .order-form__buttons,
.resume-form .order-form__buttons {
	margin-top: 82px
}

.files-download-form .order-form__buttons .button,
.resume-form .order-form__buttons .button {
	margin: 0;
	padding: 12px 65px
}

.file-item {
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px
}

.file-item__del-icon,
.file-item__icon {
	display: block;
	flex-shrink: 0
}

.file-item__icon {
	background-image: url(../img/sprite.png);
	background-position: -471px -106px;
	width: 43px;
	height: 45px
}

.file-item__icon--sm {
	position: relative;
	top: 5px;
	margin-right: 20px;
	background-image: url(../img/sprite.png);
	background-position: -471px -364px;
	width: 27px;
	height: 28px
}

.file-item__del-icon {
	margin-left: 12px;
	cursor: pointer;
	background-image: url(../img/sprite.png);
	background-position: -156px -279px;
	width: 18px;
	height: 18px
}

.file-item__dots {
	flex: 1 1 auto;
	border-bottom: 1px dashed #333
}

.file-item__name {
	font-family: GothamLight, sans-serif;
	color: #333
}

.file-display {
	margin-bottom: 45px
}

.file-display--download {
	padding: 17px 0;
	padding-right: 20px;
	margin-bottom: 14px;
	max-height: 172px;
	overflow: auto;
	border-top: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6
}

.files-download-form .mini {
	margin-bottom: 46px
}

.files-download-form .form-button {
	margin-bottom: 30px;
	text-align: left
}

.files-download-form .order-form__buttons {
	margin-top: 0
}

.form-button .file-masked span::before {
	background-color: #fff
}

.form-button .file-masked span {
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px
}

.files-download-form__manual {
	margin-bottom: 28px;
	font-size: 14px;
	font-family: GothamLight, sans-serif;
	color: #999
}

.popup-regard {
	max-width: 1098px;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	justify-content: space-between;
	border: 2px solid #00a7e2;
	background-color: #fff;
	box-shadow: -8px 8px 21px 3px rgba(0, 0, 1, .53)
}

.popup-regard__left {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px)
}

.popup-regard__right {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(41.66667% - 16px)
}

.popup-regard__person p {
	max-width: 328px;
	font-family: GothamLight, sans-serif;
	font-size: 16px;
	line-height: 17px
}

.popup-thanks .mini {
	font-size: 25px;
	text-transform: none
}

.popup-thanks .files-download-form__manual {
	color: #333;
	text-align: center
}

.popup-thanks .form-button {
	text-align: center
}

.footer {
	position: relative
}

.footer:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: calc((100% - 1200px)/ 2 + 16px);
	background: #7ecd00;
	z-index: 1
}

.footer .rellax {
	z-index: 1
}

.footer-left {
	margin-left: 8px;
	margin-right: 8px;
	word-wrap: break-word;
	width: calc(50% - 16px);
	position: relative;
	padding-top: 84px
}

.footer-left__decor-top {
	position: absolute;
	right: -31px;
	top: -40px;
	width: 35px;
	height: 80px;
	z-index: 5
}

.footer-left__decor-top--left {
	width: 18px;
	height: 96px;
	left: -20px;
	top: 0
}

.footer-left__decor-top--left:before {
	background-color: #a9dc3b
}

.footer-left__decor-top--bottom {
	width: 52px;
	height: 255px;
	left: -20px;
	bottom: -30px;
	top: auto
}

.footer-left__decor-top--bottom:before {
	background-color: #a9dc3b
}

.footer-left__decor-top--bottom-right {
	width: 20px;
	height: 130px;
	left: auto;
	right: 171px;
	bottom: 44px;
	top: auto
}

.footer-left__decor-top--bottom-right:before {
	background-color: #c2e77a
}

.footer-top {
	position: relative;
	z-index: 2;
	display: flex
}

.footer-socials {
	margin-right: 40px
}

.footer-socials a {
	text-decoration: none
}

.footer-socials .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, .58);
	border-radius: 50%;
	text-align: center;
	box-shadow: 0 0 7px #8b8b8b;
	transition: background 0.3s ease
}

.footer-socials .icon:before {
	color: #2a477a!important;
}

.footer-socials .icon:hover {
	background: #fff;
}

.footer-socials .icon-twitter:before {
	color: #00b3eb
}

.footer-socials .icon-facebook-squared:before {
	color: #28485b
}

.footer-green {
	position: absolute;
	width: 100%;
	height: 100%;
	left: -8px;
	top: 0;
	background: url(../img/footer-bg.png) right 0 no-repeat;
	background-size: cover;
	z-index: 1
}

#footer-map {
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 40px;
	left: 0;
	top: 0;
	overflow: hidden
}

#footer-map img {
	position: absolute;
	width: 1920px;
	height: 1080px;
	cursor: move
}

.footer-contacts {
	color: #374a5b;
	padding-bottom: 130px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.footer-contacts a {
	display: block;
	color: #374a5b;
	text-decoration: none;
	font-weight: 600;
}

.footer-contacts * {
	margin-bottom: 10px
}

.footer-maile {
	border-bottom: 1px solid #374a5b;
	max-width: 276px
}

.footer-adress {
	position: relative;
	margin-left: 124px;
	margin-bottom: 41px;
	margin-top: 15px;
	font-size: 18px;
	line-height: 22px;
	color: #fff
}

.footer-adress:before {
	content: '';
	display: block;
	position: absolute;
	left: -72px;
	top: 4px;
	width: 63px;
	height: 100px;
	background: url(../img/stripes-f-adress.png) 0 0 no-repeat
}

.footer-right {
	position: absolute;
	right: 0;
	top: 40px;
	width: 240px;
	height: 91%;
	background: url(../img/footer-bg-right.png) 0 0 no-repeat;
	z-index: 1
}

.bottom {
	position: relative;
	margin-top: -50px;
	padding-top: 77px;
	padding-bottom: 32px;
	background-color: #28485b;
	z-index: 0
}

.bottom .container {
	justify-content: flex-end
}

.bottom .copyright {
	color: #bfbfbf
}

.bottom .copyright a {
	text-decoration: none;
	color: #bfbfbf
}

.price-calc {
	position: relative
}

.price-calc .overload {
	display: none
}

.price-calc.loading .overload {
	position: absolute;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: #eff1f3;
	text-align: center;
	color: #666;
	font-size: 28px
}

#errors {
	color: red
}

.ik_select_link,
.ik_select_option {
	cursor: pointer
}

@media only screen and (min-width:1201px) {
	.header-menu {
		display: flex!important
	}
}

@media only screen and (min-width:1350px) {
	.header-bg-clear--reviews {
		width: 63%
	}
}

@media only screen and (min-width:1500px) {
	.header-bg,
	.header-bg-clear--reviews {
		width: 62%
	}
}

@media only screen and (min-width:1700px) {
	.header-bg,
	.header-bg-clear--reviews {
		width: 61%
	}
}

@media only screen and (min-width:2000px) {
	.header-bg,
	.header-bg-clear--reviews {
		width: 57%
	}
}

@media only screen and (min-width:2500px) {
	.header-bg,
	.header-bg-clear--reviews {
		width: 55%
	}
}

@media only screen and (min-width:3000px) {
	.header-bg,
	.header-bg-clear--reviews {
		width: 54%
	}
}

@media only screen and (max-width:1200px) {
	.download-offer__cover {
		display: none
	}
	.animated {
		transition-property: none!important;
		transform: none!important;
		animation: none!important;
		opacity: 1
	}
	.header-bg-clear--reviews {
		width: 62%
	}
	.decor:not(.decor-flags) {
		display: none
	}
	.header-divider,
	.header-email,
	.header-tel {
		display: none
	}
	.upper {
		margin-left: 50px
	}
	.float-menu .button-wrapper {
		margin-right: 60px
	}
	.packages {
		margin-top: 100px
	}
	.header-contacts__top {
		justify-content: flex-end
	}
	.localization {
		margin-left: 10px;
		margin-right: 10px;
		right: 0
	}
	.toggle-mnu {
		margin-top: 0;
		display: block;
		position: fixed;
		top: 10px;
		right: 15px
	}
	.header-top {
		z-index: 99
	}
	.header-menu {
		position: fixed;
		display: none;
		top: 0;
		left: 0;
		flex-direction: column;
		background-color: #7ecd00;
		width: 100%;
		z-index: 100
	}
	.header-menu li {
		margin-right: 0
	}
	.header-menu li a {
		padding: 10px 20px;
		display: block;
		transition: all .3s;
		text-align: center;
		border-bottom: 1px solid rgba(255, 255, 255, .4)
	}
	.header-menu li a:active,
	.header-menu li a:hover {
		background-color: #fff;
		color: #374a5b
	}
	.header-menu li a:active:before,
	.header-menu li a:hover:before {
		display: none
	}
	.header-menu li:last-child a {
		padding-bottom: 20px;
		border-bottom: none
	}
	.header-contacts__bottom {
		justify-content: flex-end
	}
	.title-wrapper--index .header-right__title {
		margin-right: 0
	}
	.headet-left__subtitle,
	.test-translate__subtitle {
		position: relative;
		top: 0;
		right: 0;
		margin-left: 30px;
		margin-bottom: 30px
	}
	.header-top:before {
		width: 20%
	}
	.header__price-form {
		padding-right: 30px
	}
	.header__price-form label:first-child {
		margin-left: 13%
	}
	.header__price-form label:nth-child(2) {
		margin-left: 10%
	}
	.header__price-form label:nth-child(3) {
		margin-left: 7%
	}
	.header__price-form label.label-textarea {
		margin-left: -2%
	}
	.file-masked {
		margin-left: 4%
	}
	.header-form-submit {
		margin-left: -2%
	}
	.offer-download {
		margin-left: 2%
	}
	.footer-adress {
		margin-left: 31px
	}
	.footer:before {
		width: 20%
	}
	.infigures__top-text {
		width: 90%
	}
	.infigures-statistic {
		flex-wrap: wrap;
		justify-content: space-around
	}
	.infigures-item {
		flex-basis: 40%;
		margin-bottom: 30px
	}
	.infigures__top-text {
		width: 100%;
		padding-left: 30px;
		background-color: #7ecd00
	}
	.infigures__top-text p:nth-child(1),
	.infigures__top-text p:nth-child(2),
	.infigures__top-text p:nth-child(3),
	.infigures__top-text p:nth-child(4) {
		margin-left: 0
	}
	.infigures__top-text:before {
		display: none
	}
	.calc-field__load-field:before {
		width: 90%
	}
	.risks__left h2 {
		margin-left: 55px
	}
	.risks-list {
		margin-left: 30px
	}
	.delivery__courier {
		right: 0
	}
	.delivery-top {
		background-color: #7ecd00
	}
	.delivery-top-right {
		display: none
	}
	.subscribe-right {
		position: relative;
		top: -30px;
		padding: 30px;
		background-color: #7ecd00
	}
	.subscribe-right:before {
		display: none
	}
	.delivery-logos {
		padding-bottom: 0
	}
	.pay-logos--page-services {
		padding-top: 50px
	}
	.office-attention__cover {
		display: none
	}
	.office-attention {
		background-color: #7ecd00
	}
	.download-offer {
		background-color: #7ecd00
	}
	.label-reviews {
		margin-left: -14%
	}
	.rating {
		margin-left: -14%
	}
	.pay-logos__icon {
		margin-left: 8px;
		margin-right: 8px;
		word-wrap: break-word;
		margin-bottom: 20px
	}
	.payment-left {
		width: calc(41.66667% - 16px)
	}
	.case-description {
		padding-bottom: 70px
	}
	.calculator-prev {
		margin-left: 20px
	}
	.calculator-next {
		margin-left: 0
	}
}

@media screen and (max-width:1100px) {
	.container {
		padding-left: 8px;
		padding-right: 8px
	}
	.in-digits__top .title-wrapper {
		width: calc(33.33333% - 16px)
	}
	.infigures-statistic {
		width: calc(66.66667% - 16px)
	}
	.gratitudes-item__left,
	.gratitudes-item__right,
	.lang-list-content ul,
	.news-item,
	.risks-middle p,
	.risks__left,
	.risks__right {
		width: calc(50% - 16px)
	}
	.booking-order__item {
		width: calc(100% - 16px)
	}
	.flags-list .title-wrapper {
		width: calc(41.66667% - 16px)
	}
	.case-graphics__item,
	.delivery-logos__item,
	.reviews-filter__item {
		width: calc(25% - 16px)
	}
	.booking-orders-services__item {
		width: calc(33.33333% - 16px)
	}
	.payment-left {
		width: calc(41.66667% - 16px)
	}
}

@media only screen and (max-width:1100px) {
	.technology-item__title,
	.tecnology-item__body {
		max-width: initial
	}
	.technology-item__title div {
		display: inline
	}
	.vac-subtitle {
		margin-left: 30px
	}
	.booking-order__body {
		max-width: none
	}
	.delivery-logos {
		justify-content: flex-start
	}
	.case-graphics {
		flex-wrap: wrap;
		justify-content: flex-start
	}
	.case-description__text {
		margin-bottom: 40px
	}
	.case-graphics__item {
		margin-bottom: 30px
	}
	.lang-features__item-line {
		display: none
	}
	.calculator-screen--1 .form-button {
		display: block
	}
}

@media only screen and (max-width:992px) {
	.header-top {
		padding-top: 0
	}
	.header-top:before {
		height: 100%
	}
	.header-right__title {
		font-size: 20px
	}
	h1 {
		font-size: 45px;
		line-height: 50px
	}
	.headet-left__subtitle,
	.test-translate__subtitle {
		font-size: 21px;
		line-height: 24px
	}
	.header-slogan {
		max-width: 80%;
		font-size: 22px;
		line-height: 28px
	}
	.header-contacts {
		margin-top: 30px
	}
	.clients-logos {
		justify-content: space-around
	}
	.clients-storage {
		flex-direction: column
	}
	.clients-storage .clients-logos {
		order: 1
	}
	.clients-storage h2 {
		order: 0
	}
	.clients {
		padding: 50px 0
	}
	.calc-field .container {
		justify-content: center
	}
	.calc-field__load-field:before {
		transform: skew(0);
		width: 100%
	}
	.booking-order__body {
		padding-right: 0
	}
	.decor-flags {
		width: 50%
	}
	.flags-list .title-wrapper {
		display: flex;
		justify-content: flex-end
	}
	.flags-list .title-wrapper span {
		right: 0;
		left: auto
	}
	.flags-list .title-wrapper h2 {
		position: relative;
		left: -100px
	}
	.gratitudes-item__left {
		margin-bottom: 50px;
		justify-content: center;
		top: 0
	}
	.gratitudes-item__right {
		top: 0
	}
	.gratitudes-item__left .title-wrapper {
		order: -1
	}
	.slick-gratitudes {
		top: 0
	}
	.gratitudes-item__left .title-wrapper .gratitudes-title {
		margin-left: 0;
		margin-bottom: 15px;
		text-align: left
	}
	.gratitudes-item__left .carousel-nav {
		margin-left: 0
	}
	.gratitudes {
		padding-bottom: 30px
	}
	.booking-orders-services__num {
		left: -5px;
		font-size: 80px;
		line-height: 75px
	}
	.latest-news {
		margin-bottom: 50px
	}
	.subscribe-left {
		margin-bottom: 15px
	}
	.subscribe-right {
		position: relative;
		padding-left: 0;
		top: 0;
		background-color: transparent
	}
	.subscribe-right:before {
		display: block;
		width: calc(100% + 30px);
		-ms-transform: skew(0);
		transform: skew(0);
		top: 0;
		left: -15px;
		height: 100%
	}
	.performed-items--not-slide {
		padding: 8px
	}
	.performed-items--not-slide .performed-item {
		width: 50%
	}
	.address-cards__item--left,
	.address-cards__item--right {
		justify-content: center
	}
	.payment {
		padding-bottom: 50px
	}
}

@media screen and (max-width:992px) {
    .calc-field {
    	padding-top: 30px;
    	margin-bottom: 45px
    }
	.container {
		padding-left: 8px;
		padding-right: 8px
	}
	.header-logo {
		width: calc(41.66667% - 16px)
	}
	.booking-order__items,
	.calc-field .title-wrapper,
	.clients .title-wrapper,
	.clients-logos,
	.files-download-form .form-div,
	.files-download-form .form-div--files,
	.gratitudes-item__left,
	.gratitudes-item__right,
	.news-item,
	.resume-form .form-div,
	.resume-form .form-div--files,
	.risks-middle p,
	.subscribe-left,
	.subscribe-right,
	.technology-part,
	.vacancy-block {
		width: calc(100% - 16px)
	}
	.calc-field__load-field {
		width: calc(83.33333% - 16px)
	}
	.case-graphics__item,
	.delivery-logos__item,
	.header-logo,
	.lang-features__item,
	.reviews-filter__item,
	.vac-reviewes-item .workers-person__item,
	.workers-person__item {
		width: calc(33.33333% - 16px)
	}
	.address-cards__item,
	.address-socials__item,
	.blog-item,
	.booking-orders-services__item,
	.flags-list .title-wrapper,
	.offices-card:first-of-type,
	.offices-card:last-of-type,
	.pare-select,
	.performed-item,
	.price-calculations__left,
	.price-calculations__right,
	.spheres ul,
	.vac-attach .workers-person__item {
		width: calc(50% - 16px)
	}
	.header-contacts,
	.vac-reviewes-item__text {
		width: calc(66.66667% - 16px)
	}
	.footer-left {
		width: calc(58.33333% - 16px)
	}
}

@media only screen and (max-width:980px) {
	.clients-logos img {
		margin-left: 8px;
		margin-right: 8px;
		word-wrap: break-word;
		margin-bottom: 30px
	}
	.pay-logos {
		padding-top: 0
	}
	.pay-logos__content {
		justify-content: center
	}
	.custom-check {
		margin-bottom: 20px
	}
	.resume-form .order-form__buttons {
		margin-top: 30px;
		text-align: center
	}
	.case-graphics__header p {
		margin-left: 10px
	}
	.address {
		padding-bottom: 60px
	}
	.blog {
		padding-top: 70px
	}
	.calculator-tip .tooltipster-content:before {
		display: none
	}
}

@media only screen and (max-width:960px) {
	.booking-order__body {
		max-width: initial
	}
	.booking-order__header div {
		display: inline-block
	}
	.header-quote--business {
		right: auto
	}
	.booking-order__item-top {
		align-items: center
	}
	.address-socials__item {
		text-align: left
	}
	.offices-card__img {
		width: 100%
	}
	.price-order-calc__file span,
	.price-order-calc__tabs-link {
		padding: 15px 20px
	}
	.offices-cards {
		margin-bottom: 40px
	}
	.address-socials__item {
		margin-bottom: 15px
	}
	.complex-item {
		align-items: flex-start
	}
	.sphere-features .title-wrapper {
		flex-direction: column-reverse
	}
	.packages-items {
		justify-content: flex-start
	}
	.packages-item {
		margin-left: 8px;
		margin-right: 8px;
		word-wrap: break-word;
		width: calc(50% - 16px);
		margin-bottom: 30px;
		min-height: initial
	}
	.pay-logos--payment-page {
		margin-bottom: 0
	}
	.workers-person__item {
		margin-bottom: 30px
	}
	.workers-person__item:last-child {
		margin-bottom: 0
	}
	.calculator {
		padding-bottom: 80px
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		transform: scale(.75)
	}
	.mfp-arrow-left {
		transform-origin: 0
	}
	.mfp-arrow-right {
		transform-origin: 100%
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

@media only screen and (max-width:800px) {
	.header-visual {
		display: none
	}
	.calculator__current-val {
		margin-left: 0;
		margin-right: 0
	}
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media screen and (max-width:780px) {
	.container {
		padding-left: 8px;
		padding-right: 8px
	}
	.price-calculations__left,
	.price-calculations__right,
	.risks__left {
		width: calc(83.33333% - 16px)
	}
	.workers-person__item {
		width: calc(41.66667% - 16px)
	}
	.flags-list .title-wrapper {
		width: calc(66.66667% - 16px)
	}
	.booking-orders-services__item {
		width: calc(91.66667% - 16px)
	}
	.case-graphics__item,
	.delivery-logos__item,
	.in-digits-descr__item,
	.lang-features__item,
	.latest-news__item,
	.popup-regard__right,
	.reviews-filter__item,
	.services-descr__item {
		width: calc(50% - 16px)
	}
	.case-description__column,
	.clients-rev-row,
	.complex-part,
	.confirm-list .marked-list,
	.confirm-video__block,
	.footer-left,
	.header .header-left,
	.header .header-right,
	.honor-content__text,
	.honor-content__video,
	.hot-vac__item .vacancy-block,
	.in-digits__top .title-wrapper,
	.infigures-statistic,
	.lang-descript__wrap,
	.lang-list-content ul,
	.offices-card:first-of-type,
	.offices-card:last-of-type,
	.pare-select,
	.payment-left,
	.payment-right,
	.performed .carousel-nav,
	.petition-text__left,
	.petition-text__right,
	.risks__right,
	.test-translate__left,
	.test-translate__right,
	.vac-reviewes-item .workers-person__item,
	.vac-reviewes-item__text {
		width: calc(100% - 16px)
	}
}

@media only screen and (max-width:780px) {
	.packages {
		margin-top: 50px
	}
	.complex {
		margin-top: 50px;
		padding-bottom: 70px
	}
	.complex-item {
		align-items: center
	}
	.header-bg {
		display: none
	}
	.header-quote {
		position: static
	}
	.header .header-left {
		padding-left: 30px;
		padding-bottom: 30px;
		background: url(../img/header-main-vis.jpg) center no-repeat;
		background-size: 150% contain
	}
	.lang-features {
		margin-top: 0;
		margin-bottom: 70px
	}
	.booking-order--all-pages {
		padding-bottom: 0
	}
	.header .header-right {
		display: flex;
		flex-direction: column;
		align-items: center
	}
	.header__price-form label:first-child,
	.header__price-form label:nth-child(2),
	.header__price-form label:nth-child(3) {
		margin-left: 0
	}
	.decor-header-left {
		top: 100%;
		left: 0
	}
	.varranty {
		padding-right: 0
	}
	.footer {
		background-color: #7ecd00
	}
	#footer-map {
		position: relative;
		height: 300px;
		display: none;
	}
	.footer:before {
		display: none
	}
	.footer-left__decor-top {
		display: none
	}
	.footer-right {
		display: none;
		top: 0;
		height: 100%
	}
	.footer-contacts {
		padding-bottom: 0
	}
	.bottom {
		margin-top: 0;
		padding-top: 32px
	}
	.bottom .container {
		justify-content: center
	}
	.services__item {
		font-size: 12px;
		padding: 8px 0
	}
	.price-calculations__right {
		padding-left: 0
	}
	.infigures-statistic {
		order: 1
	}
	.infigures-top {
		padding-bottom: 0
	}
	.workers {
		margin-bottom: 50px
	}
	.test-translate h1 {
		margin-left: 0
	}
	.test-translate__left-bg {
		display: none
	}
	.test-translate__left {
		padding-bottom: 0
	}
	.test-translate__left h1 {
		margin-top: 0
	}
	.test-translate__inner {
		padding: 30px 0 15px 30px;
		background: url(../img/test-trsl.png) center no-repeat;
		background-size: 150%
	}
	.header-right .title-wrapper.right,
	.test-translate__right .title-wrapper.right {
		text-align: center
	}
	.test-translate .header-right__title {
		margin-left: 0
	}
	.test-translate__right .header__price-form {
		align-items: center
	}
	.test-translate__right .header-form-submit {
		padding: 15px 28px
	}
	.test-translate__right .header-form-submit button {
		min-width: initial
	}
	.test-translate {
		padding-top: 0;
		margin-bottom: 60px
	}
	.booking-order__top {
		margin-bottom: 30px
	}
	.pay-logos__content {
		flex-direction: column;
		align-items: center
	}
	.pay-logos__icon {
		margin-bottom: 20px
	}
	.flags-list {
		padding-top: 100px
	}
	.performed .carousel-nav {
		margin-top: 30px
	}
	.header__products-list {
		text-align: center
	}
	.header__products-list li {
		width: 100%;
		display: inline-block
	}
	.header__products-list li:nth-child(1),
	.header__products-list li:nth-child(2),
	.header__products-list li:nth-child(3),
	.header__products-list li:nth-child(4),
	.header__products-list li:nth-child(5),
	.header__products-list li:nth-child(6),
	.header__products-list li:nth-child(7) {
		margin-left: 0
	}
	.delivery__courier,
	.header-visual,
	.performed-item--tohidden {
		display: none
	}
	.offices-card,
	.subscribe {
		margin-bottom: 30px
	}
	.services-link {
		padding-top: 50px
	}
	.order-form__buttons {
		flex-direction: column;
		align-items: center
	}
	.calc-field__caption,
	.calc-field__title {
		margin-left: 0
	}
	.header-quote--contacts {
		position: static;
		right: 0
	}
	.price-order-calc__file span,
	.price-order-calc__tabs-link {
		font-size: 13px
	}
	.headet-left__subtitle--contacts,
	.headet-left__subtitle--langs,
	.headet-left__subtitle--overal {
		margin-top: 0
	}
	.offer-download {
		margin-left: 0
	}
	.techology {
		margin-bottom: 30px;
		margin-top: 50px
	}
	.download-offer__form-top {
		flex-direction: column;
		align-items: center
	}
	.download-offer__form-top .custom-placeholder-label {
		margin-bottom: 15px
	}
	.sphere-features {
		margin-bottom: 50px
	}
	.sphere-featuress__bottom {
		justify-content: center
	}
	.sphere-featuress__bottom a {
		margin-right: 0
	}
	.sphere-featuress__bottom a span {
		text-align: center
	}
	.packages-items {
		margin-bottom: 0
	}
	.hidden-blocks--packages {
		margin-top: 0;
		margin-bottom: 50px
	}
	.hidden-blocks--packages .block-to-hidden__masc {
		height: 100%;
		background-position: 0 bottom
	}
	.petition-text__left {
		order: 1
	}
	.treasure {
		margin-top: 50px
	}
	.treasure-items {
		padding-bottom: 50px
	}
	.confirm-video {
		margin-bottom: 50px
	}
	.confirm-video__block--img {
		padding-bottom: 56.25%;
		margin-bottom: 30px
	}
	.honor-content {
		padding-bottom: 70px
	}
	.download-offer {
		margin-bottom: 50px
	}
	.subscribe--about {
		margin-top: 0
	}
	.clients-rev-row__content {
		flex-direction: column
	}
	.client-image {
		margin-bottom: 20px
	}
	.clients-rev-row {
		margin-bottom: 5px
	}
	.header__price-form label.label-textarea span {
		margin-left: 0
	}
	.header__price-form label.label-textarea textarea {
		padding-left: 0
	}
	.rating {
		margin-top: 20px
	}
	.header {
		margin-bottom: 0
	}
	.header__price-form {
		width: 100%
	}
	.header__price-form label {
		max-width: 90%
	}
	.rating {
		margin-left: 20px
	}
	.header__price-form label.label-textarea {
		margin-left: 0
	}
	.header-form-submit {
		margin-left: 0
	}
	.clients-rev {
		margin-bottom: 50px
	}
	.risks__left {
		margin-bottom: 30px
	}
	.risks__left p span {
		display: inline
	}
	.petition-text__right {
		margin-bottom: 20px
	}
	.honor-content__video {
		padding-top: 0
	}
	.honor-content__text {
		padding-right: 0
	}
	.address-cards,
	.address-data {
		padding-left: 0
	}
	.news-item {
		padding: 0
	}
	.news-item p {
		text-align: left
	}
	.payment-left {
		margin-bottom: 30px;
		text-align: center
	}
	.payment-left .title-blue-mini {
		text-align: left
	}
	.payment-form label {
		text-align: left
	}
	.payment-left {
		width: calc(100% - 16px)
	}
	.case-description .title-wrapper {
		display: block
	}
	.case-description .title-wrapper h2 {
		margin-bottom: 30px
	}
	.case-logo {
		margin-left: 47px
	}
	.calculator-screen--1 .form-button {
		flex-wrap: wrap
	}
	.calculator-screen--1 .form-button .file-masked {
		margin-bottom: 15px
	}
	.calculator-top__displ {
		padding: 13px 37px
	}
	.calculator-screen--3 .calculator-screen__content {
		margin-bottom: 40px
	}
	.calculator-screen--3 .calculator-screen__bottom {
		flex-direction: column;
		align-items: center
	}
	.calculator-screen--3 .calculator-screen__bottom .final-count {
		margin-top: 15px
	}
	.header__price-form {
		margin-right: 0
	}
	.header__price-form label {
		max-width: initial
	}
	.infigures-item__value--desk {
		display: none
	}
	.infigures-item__value--mob {
		display: block
	}
	.flags-list .title-wrapper .langs-to-animate--desk {
		display: none
	}
	.flags-list .title-wrapper .langs-to-animate--mob {
		display: block
	}
	.performed-top .section-top {
		flex-direction: column
	}
	.blog {
		padding-top: 50px
	}
	.calculator__count-inps {
		flex-wrap: wrap
	}
	.calculator__count-inps .custom-placeholder-label {
		width: calc(50% - 20px);
		margin: 0 10px
	}
	.calculator__count-inps .custom-placeholder-label:first-child {
		margin: 0 10px
	}
}

@media only screen and (max-width:768px) {
	.header-top {
		margin-bottom: 15px
	}
	.final-count-wrap {
		flex-direction: column
	}
	.final-count-wrap .file-masked {
		margin-bottom: 20px
	}
}

@media screen and (max-width:560px) {
	.container {
		padding-left: 8px;
		padding-right: 8px
	}
	.in-digits-descr__item,
	.services-descr__item {
		width: calc(91.66667% - 16px)
	}
	.workers-person {
		justify-content: center
	}
	.workers-person__item {
		width: calc(58.33333% - 16px)
	}
	.address-cards__item,
	.address-socials__item,
	.booking-orders-services__item,
	.case-graphics__item,
	.delivery-logos__item,
	.delivery-top__inner,
	.header-contacts,
	.header-logo,
	.lang-features__item,
	.latest-news__item,
	.performed-item,
	.popup-regard__left,
	.popup-regard__right,
	.price-calculations__left,
	.price-calculations__right,
	.risks__left,
	.spheres ul,
	.standart .in-digits-descr__item,
	.standart .services-descr__item,
	.treasure-items__block,
	.vac-attach .workers-person__item {
		width: calc(100% - 16px)
	}
	.treasure-items {
		justify-content: flex-start
	}
}

@media only screen and (max-width:560px) {
	.header {
		margin-bottom: 50px
	}
	h2 {
		font-size: 20px;
		line-height: 26px
	}
	.header-contacts,
	.header-logo {
		display: flex;
		justify-content: center
	}
	.header-logo:before {
		display: none
	}
	.header-contacts {
		flex-wrap: wrap;
		margin-top: 0
	}
	.header-contacts__top {
		flex-wrap: wrap;
		justify-content: center
	}
	.header-contacts__bottom {
		align-items: flex-start
	}
	.services-row {
		flex-wrap: wrap;
		margin-bottom: 0;
		justify-content: center
	}
	.in-digits-descr,
	.services-descr {
		margin-top: 30px
	}
	.services__item {
		flex-basis: 80%;
		flex-grow: 0;
		margin-bottom: 15px
	}
	.services__false-item {
		display: none
	}
	.services__false-item--lg,
	.services__false-item--md,
	.services__false-item--sm,
	.services__false-item--xs,
	.services__false-item--xxs {
		width: 10%;
		margin-bottom: 15px
	}
	.block-to-hidden {
		margin-bottom: 15px;
		display: none
	}
	.block-to-hidden:last-child {
		margin-bottom: 0
	}
	.block-to-hidden:first-child,
	.open .block-to-hidden {
		display: block
	}
	.price-calculations__theme {
		flex-wrap: wrap
	}
	.price-calculations__theme .ik_select,
	.price-calculations__theme label {
		width: 100%
	}
	.price-calculations__theme .ik_select {
		margin-bottom: 15px
	}
	.price-calculations {
		margin-bottom: 30px
	}
	.clients-storage {
		flex-direction: column
	}
	.clients-storage .clients-logos {
		order: 1
	}
	.clients-storage h2 {
		order: 0
	}
	.clients {
		padding: 50px 0
	}
	.infigures-statistic {
		flex-direction: column;
		align-items: center
	}
	.infigures-item {
		flex-basis: initial
	}
	.workers-person__avatar,
	.workers-person__bottom {
		text-align: center
	}
	.workers-person__personal {
		display: inline-block
	}
	.packages-item__head,
	.packages-item__pack,
	.workers-person__name,
	.workers-person__proff {
		text-align: left
	}
	.performed-items--not-slide .performeditem {
		width: 100%
	}
	.gratitudes-letter {
		flex-basis: 100%;
		margin-bottom: 15px
	}
	.gratitudes-letter img {
		max-width: auto;
		width: 100%
	}
	.gratitudes-logos {
		flex-wrap: wrap
	}
	.gratitudes-logos .gratitudes-letter {
		flex-basis: 100%;
		text-align: center
	}
	.gratitudes-logos .gratitudes-letter img {
		display: inline-block;
		max-width: 100%;
		width: auto
	}
	.latest-news__item {
		margin-bottom: 30px
	}
	.subscribe h2 {
		font-size: 30px
	}
	.subscribe-socials {
		justify-content: space-between
	}
	.subscribe-socials a {
		margin-left: 0
	}
	.pay-logos {
		padding-bottom: 50px
	}
	.section-top {
		flex-direction: column
	}
	.booking-order__item:active .booking-order__item-number,
	.booking-order__item:hover .booking-order__item-number {
		left: 80%
	}
	.booking-order__header {
		font-size: 24px
	}
	.address-cards__item-block {
		width: 100%
	}
	.price-order-calc__tabs-list {
		flex-wrap: wrap
	}
	.price-order-calc__contacts {
		flex-wrap: wrap
	}
	.price-order-calc__contacts-item {
		width: 100%
	}
	.price-order-calc__contacts .custom-placeholder-label {
		width: 100%
	}
	.lang-features__item-line {
		display: none
	}
	.lang-features {
		margin: 50px 0
	}
	.lang-descript .title-wrapper {
		flex-direction: column
	}
	.technology-part {
		padding-left: 0
	}
	.complex {
		margin-top: 0;
		padding-bottom: 0
	}
	.techology {
		margin-top: 50px
	}
	.technology-item__title {
		font-size: 20px
	}
	.packages {
		padding-bottom: 50px
	}
	.packages-item {
		height: auto
	}
	.packages-item--main {
		min-height: initial
	}
	.petition-text__left {
		padding-left: 0
	}
	.complex-part {
		padding-left: 24px
	}
	.packages-item {
		width: calc(100% - 16px)
	}
	.lang-descript__wrap {
		padding-left: 0
	}
	.lang-descript .title-wrapper img {
		margin-bottom: 20px
	}
	.reviews-filter__top {
		display: block
	}
	.reviews-filter__top .custom-check {
		margin-left: 47px;
		display: block
	}
	.vacancy-block {
		padding-left: 0
	}
	.resume-form .form-button {
		text-align: center
	}
	.popup-regard__person p {
		max-width: 228px;
		margin-left: auto;
		margin-right: auto;
		font-family: GothamLight, sans-serif;
		font-size: 11.26px;
		line-height: 17px
	}
	.popup-regard__left {
		margin-bottom: 30px
	}
	.padded-left {
		padding-left: 0
	}
	.case-logo {
		margin-left: 30px;
		margin-right: 0
	}
	.case-description {
		padding-bottom: 40px
	}
	.calculator-next,
	.calculator-prev,
	.calculator-top__displ {
		padding: 6px 22px;
		margin-left: 11px;
		font-size: 11px
	}
	.calculator-prev {
		margin-left: 30px
	}
	.vac-about p {
		margin-left: 15px;
		margin-right: 15px
	}
	.gratitudes-letter {
		margin-bottom: 30px
	}
}

@media screen and (max-width:480px) {
	.container {
		padding-left: 8px;
		padding-right: 8px
	}
	.in-digits-descr__item,
	.reviews-filter__item,
	.services-descr__item {
		width: calc(100% - 16px)
	}
	.workers-person__item {
		width: calc(75% - 16px)
	}
}

@media only screen and (max-width:480px) {
	.file-masked,
	.header-form-submit,
	.header__price-form input[type=text]:first-child,
	.header__price-form input[type=text]:nth-child(2),
	.header__price-form input[type=text]:nth-child(3) {
		margin-left: 0;
		max-width: 100%
	}
	.upper {
		margin-left: 20px
	}
	.float-menu .container {
		flex-direction: column;
		align-items: center
	}
	.float-menu .header-order {
		margin-right: 0
	}
	h1 {
		font-size: 24px;
		line-height: 40px
	}
	.title-margined {
		margin-top: 30px
	}
	.header__price-form {
		align-items: center;
		padding-right: 0
	}
	.footer-top {
		display: block
	}
	.footer-logo {
		display: flex;
		flex-direction: column;
		align-items: center
	}
	.services .title-wrapper {
		flex-direction: column
	}
	.services .title-wrapper .button {
		margin-bottom: 15px;
		align-self: center
	}
	.services h2 {
		margin-bottom: 30px
	}
	.final-count {
		display: flex;
		flex-direction: column;
		align-items: center
	}
	.final-count .final-count__val,
	.final-count a {
		display: block;
		margin: 5px 0
	}
	.clients-logos {
		flex-direction: column;
		align-items: center
	}
	.clients-logos * {
		margin-bottom: 15px
	}
	.workers h2 {
		margin-left: 80px
	}
	.workers .title-wrapper {
		margin-bottom: 50px
	}
	.gratitudes-reviews__item {
		align-items: center;
		flex-direction: column
	}
	.gratitudes-reviews__avatar {
		width: 250px;
		height: 250px;
		margin-bottom: 15px
	}
	.gratitudes-reviews__text {
		text-align: center
	}
	.gratitudes-reviews__text header {
		flex-direction: column;
		align-items: center
	}
	.gratitudes-reviews__text header .icon-fb {
		margin-bottom: 15px
	}
	.subscribe-form {
		padding-left: 15px
	}
	.subscribe-form .button,
	.subscribe-form input {
		width: 95%
	}
	.headet-left__subtitle,
	.test-translate__subtitle {
		font-size: 17px;
		margin-left: 20px
	}
	.subscribe h2 {
		font-size: 24px
	}
	.order-form {
		width: calc(100% - 16px)
	}
	.order-form .header-form-submit {
		padding-right: 10px;
		padding-left: 10px
	}
	.booking-order__item-top {
		flex-direction: column
	}
	.booking-order__icon {
		margin-bottom: 15px
	}
	.booking-order__header {
		text-align: center
	}
	.booking-order__header .booking-order__item-number {
		display: none
	}
	.office-attention {
		font-size: 20px
	}
	.header-quote {
		font-size: 15px
	}
	.technology-item__header,
	.treasure-item__header {
		flex-direction: column;
		justify-content: center
	}
	.technology-item__title {
		margin-bottom: 10px;
		text-align: center
	}
	.reviews-filter__item .reviews-filter__img {
		width: 100%
	}
	.reviews-filter__expand {
		right: 10%
	}
	.vacancy-toggle {
		justify-content: flex-start
	}
	.calculator-prev {
		margin-left: 20px
	}
	.booking-order__item-top {
		max-width: initial
	}
	.booking-order__icon {
		margin-right: 0
	}
	.booking-order__header {
		margin-left: 0
	}
	.calculator__count-inps .custom-placeholder-label {
		width: 100%;
		margin: 0
	}
	.calculator__count-inps .custom-placeholder-label:first-child {
		margin: 0
	}
}

@media only screen and (max-width:320px) {
	.toggle-mnu {
		right: 10px
	}
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
	.header-form-submit {
		margin-right: 160px;
		padding-bottom: 10px
	}
	.grad {
		background-image: none
	}
}

label.invalid {
	position: absolute;
	left: 0;
	top: -6px;
	border: none;
	width: 100%;
	display: block;
	color: red;
	font-size: 12px;
	text-align: right;
	margin-left: 0!important
}

.order-form label.invalid {
	position: relative;
	width: auto;
	top: -10px;
	margin-right: 10px;
	display: inline-block
}

.strong {
	font-weight: 600
}

.italic {
	font-style: italic
}

.header-menu li {
	position: relative
}

.header-menu li ul {
	display: none;
	position: absolute;
	left: -20px;
	top: 100%;
	margin-top: 8px;
	background: #28485b;
	padding: 8px
}

.header-menu li:hover ul {
	display: block
}

.header-menu li ul li a {
	color: #fff;
	padding: 5px 5px 8px 5px;
	white-space: nowrap;
	font-weight: 400!important
}

.header-menu li ul li a:before {
	display: none
}

.header-menu li ul li:hover a {
	color: #7ecd00
}

.services__item {
	max-width: 25%!important;
	padding: 10px;
	justify-content: center;
	display: flex;
	align-items: center
}

.services__item:hover:before {
	background: #f6f6f6;
	box-shadow: inset 0 0 17px #bcbdb9
}

.rellax {
	pointer-events: none
}

.petition-text,
.txt {
	display: block
}

.txt ol,
.txt ul {
	list-style-position: inside;
	margin-left: 14px;
	padding: 0
}

.txt ol li,
.txt ul li {
	margin-left: 6px;
	margin-bottom: 4px;
	padding: 0
}

.txt h2 {
	font-size: 36px;
	line-height: 42px;
	text-indent: 0;
	margin-top: 40px;
    margin-bottom: 20px;
}

.txt a {
	color: #1d59b5
}

.txt a:hover {
	color: #c95843
}



.packages {
	padding-bottom: 0;
	padding-top: 30px
}

.packages-items {
	margin-bottom: 31px
}

.lang-features {
	margin-top: 100px;
	margin-bottom: 90px
}

.test-translate h3, .test-translate .h-3 {
	margin-left: -10px;
	color: #fff;
	animation-delay: .8s;
	margin-bottom: 20px;
	font-size: 59px;
	line-height: 65px;
	text-shadow: 2px 2px 4px #4a4848
}

.header__price-form label.langs-select,
.langs-select {
	display: flex;
	margin-left: 50px;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: space-evenly;
	align-items: center;
	border: none;
	font-size: 16px
}

.ik_select:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	border: 1px solid #ccc;
	transform: skewX(-18deg);
	z-index: -1
}

.langs-select .ik_select {
	padding: 8px 20px 8px 15px;
	background: 0 0
}

.ik_select_dropdown {
	min-width: 200px
}

.uploaded-files {
	display: flex!important;
	margin: 5px 0;
	flex-direction: column;
	padding: 0!important
}

.fileitem {
	display: inline-block!important;
	margin-right: 10px;
	color: #0471e1!important;
	padding: 0!important
}

.header__price-form .file-masked {
	height: auto!important
}

.button,
button {
	cursor: pointer
}

.lang-end,
.lang-start {
	padding: 10px 5px;
	border: none;
	border-bottom: 2px solid #c5deff;
	margin: 8px;
	font-family: inherit;
	outline: 0;
	font-size: 16px;
	cursor: pointer
}

.order-form label {
	margin-left: 0!important
}

.order-form .file-masked {
	display: flex!important;
	align-items: baseline;
	flex-wrap: wrap;
	flex-direction: column
}

.order-form label textarea {
	max-height: 70px
}

@media only screen and (max-width:1200px) {
	.header-menu {
		display: none
	}
	.header-menu li:hover ul {
		display: none
	}
	.float-menu,
	.float-menu.active {
		transform: translateY(0)
	}
	.float-menu .button-spreaded {
		display: none
	}
	.header-logo,
	.header-top:before {
		display: none
	}
	.header-contacts {
		margin-top: 60px;
		width: 100%
	}
	.header-divider,
	.header-email,
	.header-tel {
		display: inline-block;
		margin-top: 10px
	}
	.header-contacts__top {
		flex-wrap: wrap
	}
	.header-contacts__top .icon {
		margin: 10px 10px 0 10px
	}
	
	.header__price-form label.langs-select,
    .langs-select {
	    margin-left: 0px;
    }
}



@media only screen and (max-width:992px) {
	.header-contacts {
		margin-top: 90px
	}
	.header-contacts__top .button {
		margin-bottom: 20px
	}
	.services__item {
		flex-basis: 80%;
		flex-grow: 0;
		max-width: unset!important;
		margin-bottom: 15px
	}
	.services-row {
		margin-bottom: 0;
		justify-content: center
	}
	.services__false-item {
		display: none
	}
	
	.header-contacts__top {
	   align-items: flex-start; 
	}
	
	.header-divider {
	   position: relative;
	   top: -10px;
	}
}

@media (max-width:600px) {
	.txt h2, h2, .title-wrapper .marked {
    	font-size: 26px;
    	line-height: 32px;
	}
	
	h3 {
	    font-size: 22px;
	    line-height: 30px;
	}
	
	.header-divider {
	   opacity: 0!important;
	}
	
}

.h-one,
h1.h-one {
	font-weight: 600;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #28485b;
	font-family: GothamBold, sans-serif
}

.h-one svg,
h1.h-one svg {
	margin-right: 20px
}

.step {
	display: none
}

.step.active {
	display: block
}

.price-calculations__theme .ik_select,
.price-calculations__theme label,
.price-calculations__theme select {
	width: 100%
}

.price-calculations__item {
	margin-bottom: 20px
}

.price-calculations__item.right {
	text-align: right
}

.price-calculations__title {
	font-size: 15px
}

.price-calculations__item .error,
.v-err {
	color: #e40505;
	display: block;
	margin-top: 3px;
	font-size: 13px
}

#alisa-calk .button .skew-inner {
	padding-left: 20px;
	padding-right: 20px
}

.step-btn {
	text-transform: uppercase;
	margin-bottom: 20px;
	cursor: pointer;
	color: #2074b3;
	display: inline-block
}

.price-info {
	font-size: 14px;
	margin-bottom: 15px;
	display: flex;
	justify-content: center;
	white-space: nowrap;
	position: relative
}

.price-label {
	width: 50%;
	text-align: right;
	margin-right: 10px;
	font-weight: 600
}

.price-value {
	width: 50%;
	text-align: left;
	white-space: normal
}

.hard-tasks {
	text-align: center;
	font-size: 16px;
	margin: 0 0 50px 0
}

#dnd {
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	font-size: 15px;
	color: #57657b;
	font-weight: 400;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease-out
}

#dnd:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	border: 3px dashed #aaa;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(-10deg);
	backdrop-filter: blur(4px)
}

#dnd span {
	position: relative;
	display: block;
	margin-bottom: 20px;
	z-index: 10
}

#alisa-calk .file-masked {
	z-index: 10;
	width: 100%;
	display: flex;
	align-items: center
}

#alisa-calk .file-masked:active span:before,
#alisa-calk .file-masked:hover span:before {
	background-color: #eee
}

#alisa-calk.dnd #dnd {
	opacity: 1
}

.step-total {
	color: #4a4747;
	display: flex;
	flex-direction: column
}

.final-count-wrap .file-masked .step-total span {
	font-size: 12px;
	text-transform: none;
	font-weight: 600
}

#filename {
	margin-top: 10px;
	color: #999;
	max-height: 200px;
	overflow: auto
}

.fname {
	max-width: 70%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 13px;
	color: #000
}

.finfo {
	display: flex;
	align-items: center
}

.info {
	font-size: 11px;
	color: #fff;
	padding: 2px 6px;
	border-radius: 24px;
	display: inline-block;
	line-height: 1
}

.warning-info {
	margin-top: -15px;
	display: block;
	padding-left: 6px;
	color: #d81e10;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.4;
	font-variant: small-caps
}

.reset-btn {
	border: 1px solid #ccc;
	background: #eee;
	color: #333;
	font-variant: small-caps
}

.file-item .error {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	font-size: 14px;
	color: #d81e10;
	font-variant: small-caps;
	font-weight: 600
}

.black {
	color: #000
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
	transition: background-color 5000s ease-in-out 0s
}

.thanks {
	text-align: center
}

.thanks .thank-title {
	font-size: 48px;
	font-weight: 600;
	color: #80ce03;
	font-variant: all-small-caps;
	margin: 0
}

.thanks .thank-info {
	font-size: 22px;
	font-weight: 600;
	font-variant: all-small-caps
}

.thanks .new-calk-btn {
	display: flex;
	justify-content: center;
	width: auto;
	cursor: pointer;
	margin: 20px
}

.btn-text {
	position: relative;
	z-index: 2;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 20px
}

.thanks .new-calk-btn:hover .skew-fill:before {
	background-color: #6d9fc7
}

@media (max-width:1200px) {
	.price-info {
		white-space: normal
	}
}

#alisa-calk {
	min-height: 300px;
	margin: 10px 40px 40px 40px;
	padding: 20px 0;
	position: relative;
	user-select: none
}

#alisa-calk:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	border: 1px solid #eee;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(-10deg);
	filter: drop-shadow(16px 16px 10px #ccc);
	z-index: -1
}

#alisa-calk:after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
	border: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 0;
	transform: skewX(-10deg);
	backdrop-filter: blur(8px);
	box-shadow: 0 0 30px #999;
	z-index: 10;
	display: none
}

#alisa-calk.wait:after {
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	font-size: 24px;
	background: linear-gradient(110deg, #dfebf5 8%, #f3f3f3 18%, #dfebf5 33%);
	background-size: 200% 400%;
	animation: 1.5s shine linear infinite;
	content: "пожалуйста подождите";
	font-variant: small-caps
}

.ik_select {
	padding: 8px 8px 8px 15px;
	background-color: transparent
}

.input {
	position: relative;
	margin-bottom: 20px
}

.input input,
.input textarea {
	border: none;
	background: 0 0;
	width: 100%;
	font-family: inherit;
	font-size: 14px
}

.input textarea {
	height: 100px;
	resize: none
}

.ik_select:before {
	background-color: #fff;
	border: 1px solid #ccc
}

.ik_select_option.ik_select_active,
.ik_select_option:hover {
	background-color: #eee
}

.ik_select_list_inner {
	height: 200px!important;
	overflow: auto;
	overflow-x: hidden
}

.ik_select_link_text {
	padding-right: 5px
}

.price-calculations {
	margin-top: 10px;
	margin-bottom: 0
}

.price-calculations__delivery {
	margin-left: 8px
}

.price-calculations__theme {
	margin-bottom: 10px;
	justify-content: start
}

.price-calculations__theme label {
	cursor: pointer;
	display: flex;
	align-items: center
}

.price-calculations__item header {
	margin-bottom: 10px
}

.price-calculations__right .price-calculations__theme .ik_select,
.price-calculations__right .price-calculations__theme label,
.price-calculations__right .price-calculations__theme select {
	width: 100%
}

.conf,
.price-calculations__title.normal {
	font-family: Gotham, sans-serif;
	font-weight: 400;
	color: #999
}

.final-count-wrap span.del {
	box-sizing: border-box;
	margin-left: 6px;
	margin-right: 4px;
	cursor: pointer;
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative
}

.final-count-wrap span.del:after,
.final-count-wrap span.del:before {
	position: absolute;
	left: 8px;
	content: " ";
	height: 15px;
	width: 2px;
	background-color: #333
}

.final-count-wrap span.del:before {
	transform: rotate(45deg)
}

.final-count-wrap span.del:after {
	transform: rotate(-45deg)
}

.final-count-wrap span.del:hover:before {
	background-color: #d81e10
}

.final-count-wrap span.del:hover:after {
	background-color: #d81e10
}

.final-count-wrap span.stop {
	box-sizing: border-box;
	margin-left: 9px;
	margin-right: 4px;
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 13px;
	border-color: #333;
	border-style: solid;
	border-width: 0 3px 0 3px
}

.final-count-wrap span.stop:hover {
	border-color: #d81e10
}

#filename .file-item {
	align-items: center;
	margin-bottom: 10px;
	border-bottom: 2px dotted #bcd6ea;
	padding: 3px;
	justify-content: space-between;
	background: #fff;
	position: relative;
	border-radius: 4px
}

#filename .file-item.wait {
	background: linear-gradient(110deg, #dfebf5 8%, #bcd6ea 18%, #dfebf5 33%);
	background-size: 200% 100%;
	animation: 1.5s shine linear infinite
}

@keyframes shine {
	to {
		background-position-x: -200%
	}
}

#filename .file-item.wait .info {
	background: #0265b3
}

#filename .file-item.error {
	margin-bottom: 20px;
	background: #f7e3e3;
	border-bottom: 2px dotted #f1857d
}

#filename .file-item.error .info {
	background: #d81e10
}

#filename .file-item.ready {
	background: #eff1da
}

#filename .file-item.ready .info {
	background: #4caf50
}

#filename .file-item.cancel {
	background: #eee
}

#filename .file-item.cancel .info {
	background: #666
}

@media (max-width:1000px) {
	#alisa-calk:after,
	#alisa-calk:before,
	#dnd:before {
		transform: none;
		display: none
	}
}

.ik_select.txa:before {
	transform: skewX(-14deg) translateX(-14px)
}

.help {
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 16px;
	border: 1px solid #9ec8e2;
	margin: 0 10px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	font-family: GothamBold, sans-serif
}

.help:before {
	content: "?";
	color: #5798bf
}

.help-text {
	display: none;
	position: absolute;
	width: 200px;
	left: -100px;
	top: 100%;
	background: #fff;
	font-size: 14px;
	font-variant-caps: all-small-caps;
	font-weight: 400;
	padding: 6px 6px 10px 6px;
	box-shadow: 0 7px 15px #aaa;
	color: #222;
	z-index: 99;
	font-family: GothamBold, sans-serif
}

.help:hover .help-text {
	display: block
}

.price-calculations__item header {
	justify-content: start!important
}

.datepicker--cells {
	display: flex;
	flex-wrap: wrap
}

.datepicker--cell {
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	height: 32px;
	z-index: 1
}

.datepicker--cell.-focus- {
	background: #f0f0f0
}

.datepicker--cell.-current- {
	color: #4EB5E6
}

.datepicker--cell.-current-.-focus- {
	color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
	color: #4EB5E6
}

.datepicker--cell.-in-range- {
	background: rgba(92, 196, 239, .1);
	color: #4a4a4a;
	border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
	background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
	cursor: default;
	color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
	color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
	color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
	color: #aeaeae
}

.datepicker--cell.-range-from- {
	border: 1px solid rgba(92, 196, 239, .5);
	background-color: rgba(92, 196, 239, .1);
	border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
	border: 1px solid rgba(92, 196, 239, .5);
	background-color: rgba(92, 196, 239, .1);
	border-radius: 0 4px 4px 0
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
	color: #fff;
	background: #81b537
}

.datepicker--cell.-range-from-.-range-to- {
	border-radius: 4px
}

.datepicker--cell.-selected- {
	border: none
}

.datepicker--cell.-selected-.-focus- {
	background: #45bced
}

.datepicker--cell:empty {
	cursor: default
}

.datepicker--days-names {
	display: flex;
	flex-wrap: wrap;
	margin: 8px 0 3px
}

.datepicker--day-name {
	color: #528600;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	text-transform: uppercase;
	font-size: .8em
}

.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
	display: none
}

.datepicker--cell-day {
	width: 14.28571%
}

.datepicker--cells-months {
	height: 170px
}

.datepicker--cell-month {
	width: 33.33%;
	height: 25%
}

.datepicker--cells-years,
.datepicker--years {
	height: 170px
}

.datepicker--cell-year {
	width: 25%;
	height: 33.33%
}

.datepickers-container {
	position: absolute;
	left: 0;
	top: 0
}

@media print {
	.datepickers-container {
		display: none
	}
}

.datepicker {
	background: #fff;
	border: 1px solid #dbdbdb;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-sizing: content-box;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	width: 250px;
	position: absolute;
	left: -100000px;
	opacity: 0;
	transition: opacity .3s ease, left 0s .3s;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s;
	transition: opacity .3s ease, transform .3s ease, left 0s .3s;
	z-index: 100
}

.datepicker.-from-top- {
	transform: translateY(-8px)
}

.datepicker.-from-right- {
	transform: translateX(8px)
}

.datepicker.-from-bottom- {
	transform: translateY(8px)
}

.datepicker.-from-left- {
	transform: translateX(-8px)
}

.datepicker.active {
	opacity: 1;
	transform: translate(0);
	transition: opacity .3s ease, left 0s 0s;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s;
	transition: opacity .3s ease, transform .3s ease, left 0s 0s
}

.datepicker-inline .datepicker {
	border-color: #d7d7d7;
	box-shadow: none;
	position: static;
	left: auto;
	right: auto;
	opacity: 1;
	transform: none
}

.datepicker--content {
	box-sizing: content-box;
	padding: 4px
}

.datepicker--pointer {
	position: absolute;
	background: #fff;
	border-top: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
	width: 10px;
	height: 10px;
	z-index: -1
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
	background: #f0f0f0
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
	top: calc(100% - 4px);
	transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
	right: calc(100% - 4px);
	transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
	bottom: calc(100% - 4px);
	transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
	left: calc(100% - 4px);
	transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
	left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
	right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
	left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
	top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
	bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
	top: calc(50% - 10px / 2)
}

.datepicker--body.active {
	display: block
}

.datepicker--nav {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #efefef;
	min-height: 32px;
	padding: 4px
}

.-only-timepicker- .datepicker--nav {
	display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
	display: flex;
	cursor: pointer;
	align-items: center;
	justify-content: center
}

.datepicker--nav-action {
	width: 32px;
	border-radius: 4px;
	user-select: none
}

.datepicker--nav-action.-disabled- {
	visibility: hidden
}

.datepicker--nav-action svg {
	width: 32px;
	height: 32px
}

.datepicker--nav-action path {
	fill: none;
	stroke: #9c9c9c;
	stroke-width: 2px
}

.datepicker--nav-title {
	border-radius: 4px;
	padding: 0 8px
}

.datepicker--buttons,
.datepicker--time {
	border-top: 1px solid #efefef;
	padding: 4px
}

.datepicker--nav-title i {
	font-style: normal;
	color: #9c9c9c;
	margin-left: 5px
}

.datepicker--nav-title.-disabled- {
	cursor: default;
	background: 0 0
}

.datepicker--buttons {
	display: flex
}

.datepicker--button {
	color: #4EB5E6;
	cursor: pointer;
	border-radius: 4px;
	flex: 1;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 32px
}

.datepicker--button:hover {
	color: #4a4a4a;
	background: #f0f0f0
}

.datepicker--time {
	display: flex;
	align-items: center;
	position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
	flex: 0 1 138px;
	max-width: 138px
}

.-only-timepicker- .datepicker--time {
	border-top: none
}

.datepicker--time-sliders {
	flex: 0 1 153px;
	margin-right: 10px;
	max-width: 153px
}

.datepicker--time-label {
	display: none;
	font-size: 12px
}

.datepicker--time-current {
	display: flex;
	align-items: center;
	flex: 1;
	font-size: 14px;
	text-align: center;
	margin: 0 0 0 10px
}

.datepicker--time-current-colon {
	margin: 0 2px 3px;
	line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
	line-height: 1;
	font-size: 19px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
	position: relative;
	z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
	content: '';
	background: #f0f0f0;
	border-radius: 4px;
	position: absolute;
	left: -2px;
	top: -3px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
	opacity: 1
}

.datepicker--time-current-ampm {
	text-transform: uppercase;
	align-self: flex-end;
	color: #9c9c9c;
	margin-left: 6px;
	font-size: 11px;
	margin-bottom: 1px
}

.datepicker--time-row {
	display: flex;
	align-items: center;
	font-size: 11px;
	height: 17px;
	background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
	margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
	background: 0 0;
	cursor: pointer;
	flex: 1;
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
	display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
	border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
	border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
	border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
	outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
	background: #5cc4ef;
	border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s;
	margin-top: -6px
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
	box-sizing: border-box;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	border: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
	transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
	border: none;
	height: 1px;
	cursor: pointer;
	color: transparent;
	background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
	background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
	background: 0 0
}

.datepicker--time-row span {
	padding: 0 12px
}

.datepicker--time-icon {
	color: #9c9c9c;
	border: 1px solid;
	border-radius: 50%;
	font-size: 16px;
	position: relative;
	margin: 0 5px -1px 0;
	width: 1em;
	height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
	content: '';
	background: currentColor;
	position: absolute
}

.datepicker--time-icon:after {
	height: .4em;
	width: 1px;
	left: calc(50% - 1px);
	top: calc(50% + 1px);
	transform: translateY(-100%)
}

.datepicker--time-icon:before {
	width: .4em;
	height: 1px;
	top: calc(50% + 1px);
	left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
	color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
	color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
	color: #fff;
	background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
	background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .1);
	color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
	background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
	background: 0 0;
	border: none
}

.localization a {
	display: flex;
	align-items: flex-end;
	text-decoration: none;
	color: #9d9d9d;
}

.localization a:before {
	content: '';
	position: relative;
	display: block;
	width: 32px;
	height: 22px;
	background-color: #eee;
	margin-right: 6px;
	box-shadow: 0 0 10px #c9c9c9;
	transform: skewX(-18deg);
}

.localization a.ru:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%23fff' d='M0 0h640v480H0z'/%3E%3Cpath fill='%230039a6' d='M0 160h640v320H0z'/%3E%3Cpath fill='%23d52b1e' d='M0 320h640v160H0z'/%3E%3C/svg%3E")
}

.localization a.new:before,
.localization a.ua:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 480'%3E%3Cpath fill='%23ffd500' d='M0 0h640v480H0z'/%3E%3Cpath fill='%23005bbb' d='M0 0h640v240H0z'/%3E%3C/svg%3E")
}

@media (max-width:1200px) {
    .localization a {
        margin-top: 10px;
    }
}

table.tab {
    width: 100%;
    border-collapse: collapse;
}

table.tab th {
    text-align: left;
    border: 1px solid #ccc;
    padding: 8px;
    background: #f1f1f1;
}

table.tab td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 8px;
}

table.tab td:first-child,
table.tab th:first-child {
    text-align: center;
    width: 50px;
}

table.tab td:last-child,
table.tab th:last-child {
    text-align: center;
    width: 200px;
}

ol.breadcrumb {
    display: flex;
    padding: 5px 15px;
    margin: 15px 0 0 0;
    position: relative;
    font-size: 18px;
    z-index: 9;
    list-style: none;
    font-variant-caps: all-small-caps;
    background: rgba(255,255,255,.1);   

}
ol.breadcrumb li {
    cursor: default;
}
ol.breadcrumb li.sep {
    margin: 0 10px;
}

ol.breadcrumb li a {
    text-decoration: none;
    color: inherit;
}
ol.breadcrumb li a:hover {
    text-decoration: underline;
}

.faqlist {display: flex; flex-direction: column; margin-top:20px;margin-bottom:40px;}
.seo-faq-title{font-size:26px; color: #28485b;
    font-family: GothamBold, sans-serif;
    text-transform:uppercase; line-height: 36px;
    margin-bottom: 20px;
}
.seo-faq {display: flex; flex-direction: column; padding:10px; margin-bottom:10px;background: #fff;
    border-radius: 6px;
    user-select: none;
    box-shadow: 0 1px 2px #aaa;}
.faq-name {text-align: left;font-weight:600; cursor:pointer;}
.faq-answer {text-align: left;font-size:16px; display:none;padding-top:10px;user-select: none;font-weight:400;}

.price-list {
    flex-direction: column; 
    margin-top:80px;
    margin-bottom:40px;
}

.price-row {
    display: flex;
    justify-content: space-between;
}

.price-row div {
    flex:1;
    text-align: left;
    border: 1px solid #ccc;
    padding: 4px 8px;
}

.price-row div:nth-child(2) {
    border-left: none;
    border-right: none;
}

.form-order {
    position: relative;
}
.form-order.working:after {
    backdrop-filter: blur(5px);
    content: 'loading';
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 31%);
    z-index: 99;
    font-weight: 600;
    box-shadow: 0 0 100px #e3e3e3;
    border-radius: 20px;
}