@charset "utf-8";
@font-face {
	font-family: 'Neo Sans Pro';
	src: local('☺'), url('../fonts/NeoSansPro-Light.woff') format('woff'), url('../fonts/NeoSansPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Neo Sans Pro';
	src: local('☺'), url('../fonts/NeoSansPro-Regular.woff') format('woff'), url('../fonts/NeoSansPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Neo Sans Pro';
	src: local('☺'), url('../fonts/NeoSansPro-Medium.woff') format('woff'), url('../fonts/NeoSansPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Neo Sans Pro';
	src: local('☺'), url('../fonts/NeoSansPro-Bold.woff') format('woff'), url('../fonts/NeoSansPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
html, body {
	height: 100%;
	box-sizing: border-box;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased;
}
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: 300 1.125rem/1.375rem "Neo Sans Pro", Helvetica, Arial, "sans-serif";
	color: #353849;
	-webkit-text-size-adjust: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
html {
	font-size: 1.049868vw;
}

@media only screen and (min-width: 1524px) {
html {
	font-size: 16px;
}
}
*, *:before, *:after {
	box-sizing: border-box;
	letter-spacing: 0.00em;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
input, select, textarea, button {
	font: normal 1rem "Neo Sans Pro", Helvetica, Arial, "sans-serif";
	color: #000;
	outline: none;
	text-align: left;
}
input[type="text"], input[type="password"], input[type="email"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], textarea, select {
	-webkit-appearance: none;
	border-radius: 0.125rem;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	background: #fff;
	margin: 0;
	padding: 0.75rem 0 0.75rem 1.0625rem;
	width: 100%;
	display: block;
}
textarea {
	padding-right: 1.0625rem;
	height: 5.8125rem;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
opacity: 1;
color: #626262;
}
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
color: #626262;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
opacity: 1;
color: #626262;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
opacity: 0.5!important;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
opacity: 0.5!important;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
opacity: 0.5!important;
}
input::-ms-clear {
 display: none;
}
button::-moz-focus-inner {
 border: 0;
}
textarea {
	resize: none;
}
.outtaHere {
	overflow: hidden;
	max-width: 100vw;
	position: fixed!important;
	-webkit-transform: scale(0)!important;
	        transform: scale(0)!important;
}
header, nav, section, article, aside, footer, menu, time, figure, figcaption, main {
	display: block;
}
img {
	border: 0;
	vertical-align: top;
}
a {
	color: #3a8bee;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
a[href^=tel] {
	color: inherit!important;
	cursor: inherit;
	text-decoration: none!important;
}
strong {
	font-weight: bold;
}
p, ol, ul {
	margin: 1.25rem 0 1.375rem 0;
	padding: 0;
}
ol, ul {
	padding-left: 2.444em;
}
ol, ul, li {
	list-style: none;
}
li {
	position: relative;
	margin: 0 0 0.375rem 0;
	padding: 0 0 0 1.5em;
}
ul > li:before {
	content: '•';
	position: absolute;
	top: -0.1em;
	left: 0;
	color: #3a8bee;
	font-weight: bold;
	font-size: 150%;
}
ol {
	counter-reset: li;
}
ol > li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	position: relative;
	display: inline-block;
	vertical-align: top;
	min-width: 1.5em;
	margin: 0 0 0 -1.5em;
	font-weight: bold;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, h6 {
	font-size: 1.5rem;
	line-height: 1.192;
	color: #353849;
	margin: 2em 0 1.35em 0;
}
h3, .h3 {
	text-transform: uppercase;
}
h1, .h1, h2, .h2 {
	font-weight: bold;
	text-transform: uppercase;
}
h3, .h3, h4, .h4, h5, h6 {
	font-weight: 500;
}
h1, .h1 {
	line-height: 1.166666;
	font-size: 3.75rem;
}
h2, .h2 {
	font-size: 2.25rem;
}
h3, .h3 {
	font-size: 1.625rem;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
.btn {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	max-width: 100%;
	text-align: center;
	white-space: normal;
	-webkit-appearance: none;
	font: 500 1rem "Neo Sans Pro", Helvetica, Arial, "sans-serif";
	text-decoration: none!important;
	text-transform: none;
	border-radius: 0.125rem;
	box-shadow: none;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	padding: 0.6875rem 1.0625rem;
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btn-small {
	font-size: 0.875rem;
	font-weight: normal;
}
.btn-blue {
	color: #fff;
	background: #3a8bee;
	border-color: #3a8bee;
}
.btn-blue:hover {
	color: #3a8bee;
	background: #fff;
}
.btn-border-white {
	color: #fff;
	background: none;
	border-color: #fff;
}
.btn-border-white:hover {
	color: #3a8bee;
	background: #fff;
}
.btn-border-blue {
	color: #3a8bee;
	background: #fff;
	border-color: #3a8bee;
}
.btn-border-blue:hover {
	color: #fff;
	background: #3a8bee;
}
.grey {
	color: #626262;
}
.blue {
	color: #3a8bee;
}
.dark {
	color: #000;
}
.break-word {
	word-break: break-all;
}
.nowrap {
	white-space: nowrap;
}
.uppercase {
	text-transform: uppercase;
}
.swiper-container {
	overflow: hidden;
}
.swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.swiper-slide {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
}
.swiper-arr {
	cursor: pointer;
	border: 0;
	outline: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: absolute;
	z-index: 5;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
	width: 3.25rem;
	height: 6.25rem;
}
.swiper-arr.swiper-button-disabled {
	cursor: default;
}
.swiper-arr svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}
.swiper-prev {
	left: 0;
}
.swiper-next {
	right: 0;
}
.swiper-next svg {
	-webkit-transform: translate3d(-50%, -50%, 0) scale(-1, 1);
	        transform: translate3d(-50%, -50%, 0) scale(-1, 1);
}
.swiper-arr .fill {
	fill: #8a8a8a;
}
.swiper-arr:not(.swiper-button-disabled) .fill {
	fill: #3a8bee;
}
.swiper-arr:not(.swiper-button-disabled):hover svg {
	-webkit-filter: drop-shadow(0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1));
}
.swiper-arr:not(.swiper-button-disabled):hover .fill {
	fill: #fff;
}
.inputs-row {
	margin: 0 0 0.9375rem 0;
}
.inputs-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -1.5625rem -2.1875rem 0 0;
}
.inputs-grid .inputs-row {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	padding: 1.5625rem 2.1875rem 0 0;
	margin: 0;
}
.inputs-grid .inputs-row.wid50 {
	width: 50%;
}
.inputs-submit {
	margin: 2.0625rem 0 0 0;
	font-weight: normal;
	font-size: 0.875rem;
}
.inputs-submit .btn {
	min-width: 12.9375rem;
}
.inputs-submit .check {
	margin: 1.375rem 0;
}
.inputs-submit .check:first-child {
	margin-top: -1.375rem;
}
.inputs-submit-link {
	margin: 0.875rem 0 0 0;
}
.check {
	text-align: left;
	position: relative;
	font-weight: normal;
	font-size: 0.75rem;
	line-height: 0.875rem;
	padding: 0.125rem 0 1px 1.625rem;
}
.check label {
	cursor: pointer;
}
.check .checkbox {
	position: absolute;
	top: 0.53125rem;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.checkbox {
	display: block;
	position: relative;
	border: 1px solid #e1e1e1;
	width: 1.0625rem;
	height: 1.0625rem;
	border-radius: 0.125rem;
	background: #fff;
}
.checkbox:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0.5rem;
	height: 0.25rem;
	border-style: solid;
	border-width: 0 0 0.125rem 0.125rem;
	border-color: #3a8bee;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 0;
}
input:checked + .checkbox:before {
	opacity: 1;
}
.list-contacts {
	font-size: 1rem;
	line-height: 1.375rem;
	text-align: left;
	font-weight: normal;
	padding: 0;
}
.list-contacts li {
	margin: 1.0625rem 0 0 0;
	padding: 0 0 0 2.75rem;
}
.list-contacts li:before {
	display: none;
}
.list-contacts li:first-child {
	margin-top: 0;
}
.list-contacts .pic {
	position: absolute;
	top: 0.6875rem;
	left: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 50%;
	background: #3a8bee;
}
.list-contacts .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 60%;
	max-height: 60%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}
.mainwrap {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.content {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.header, .footer {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 2.625rem;
	max-width: 1524px;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: #fafafa;
	border-bottom: 1px solid #e1e1e1;
}
.header-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 5.25rem;
	position: relative;
}
.header-logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 0.9375rem 0 0;
}
.header-logo img {
	width: auto;
	height: auto;
	max-width: 16.4375rem;
	max-height: 4.1875rem;
}
.toggle-menu {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 3rem;
	height: 3rem;
	border: 1px solid #ccc;
	border-radius: 0.3125rem;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.toggle-menu > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 1.25rem;
	height: 0.125rem;
	background: #3a8bee;
	margin: 0.125rem 0;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.open-menu .toggle-menu .pos1 {
	-webkit-transform: translate3d(0, 0.375rem, 0) rotate(-135deg);
	        transform: translate3d(0, 0.375rem, 0) rotate(-135deg);
}
.open-menu .toggle-menu .pos2 {
	opacity: 0;
}
.open-menu .toggle-menu .pos3 {
	-webkit-transform: translate3d(0, -0.375rem, 0) rotate(135deg);
	        transform: translate3d(0, -0.375rem, 0) rotate(135deg);
}
.header-menu {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (min-width: 1144px) {
.header-menu {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
}
.header-menu-grid {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header-menu-grid:before {
	content: '';
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.header-links, .header-lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-links {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.header-link-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.header-link {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: left;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 1rem;
	padding: 0.75rem 1.25rem;
	-webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-links .header-link {
	color: #3a8bee;
}
.header-lang .header-link {
	color: #626262;
}
.header-link.toggle {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.header-link-wrap:hover a.header-link, .header-link-wrap:hover .header-link.toggle {
	background: #fff;
}
.header-link.toggle:after {
	content: '';
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	background: url(../img/darr-grey.svg) no-repeat 50% 50%;
	width: 0.5rem;
	height: 0.3125rem;
	background-size: contain;
	margin: 0 0 0 0.625rem;
}
.header-menu-popup {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	background: #fff;
	border-left: 0.625rem solid #3a8bee;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
	white-space: nowrap;
	font-weight: normal;
	font-size: 1rem;
	text-align: left;
	padding: 0.9375rem 0;
	min-width: 100%;
	-webkit-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	-webkit-transform: scale(1, 0);
	        transform: scale(1, 0);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-link-wrap:hover .header-menu-popup {
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.header-menu-popup ul, .header-menu-popup li {
	margin: 0;
	padding: 0;
}
.header-menu-popup li:before {
	display: none;
}
.header-menu-popup li > * {
	display: block;
	padding: 0.5rem 0.75rem 0.5rem 1.4375rem;
	-webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	text-decoration: none;
}
.header-menu-popup li > a:hover {
	text-decoration: none;
	background-color: #f7f7f7;
}
.header-menu-popup li.with-bg {
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}
.header-menu-popup li.with-bg:last-child {
	margin-bottom: -0.9375rem;
}
.header-menu-popup li.with-bg > * {
	font-weight: 500;
	padding-top: 1.4375rem;
	padding-bottom: 1.4375rem;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: auto 100%;
	padding-right: 6.25rem;
}
.header-login {
	position: relative;
	-ms-flex-item-align: center;
	    align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 0 0.9375rem;
}
.header-login-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #fff;
	border: 1px solid #3a8bee;
	border-radius: 0.125rem;
	font-weight: normal;
	font-size: 1rem;
	color: #3a8bee;
	-webkit-transition-property: color, border-color, border-radius, background-color;
	transition-property: color, border-color, border-radius, background-color;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	padding: 0.375rem 1.4375rem 0.4375rem 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	z-index: 111;
}
.header-login-link:hover {
	color: #fff;
	background-color: #3a8bee;
}
.header-login-link .pic {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	position: relative;
	width: 1.875rem;
	height: 1.875rem;
	margin: 0 0.75rem 0 0;
}
.header-login-link .pic:before, .header-login-link .pic:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.header-login-link .pic:before {
	background-image: url(../img/helpdesk-blue.png);
}
.header-login-link .pic:after {
	background-image: url(../img/helpdesk-white.png);
	opacity: 0;
}
.header-login.open .header-login-link {
	color: #3a8bee;
	background-color: transparent;
	border-bottom-color: transparent;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.header-login .header-login-link:hover .pic:before {
	opacity: 0;
}
.header-login .header-login-link:hover .pic:after {
	opacity: 1;
}
.header-login.open .header-login-link .pic:before {
	opacity: 1;
}
.header-login.open .header-login-link .pic:after {
	opacity: 0;
}
.header-login-popup {
	position: absolute;
	top: 100%;
	right: 0;
	width: calc(100vw - 5.25rem);
	max-width: 809px;
	z-index: 110;
	background: #fff;
	border: 1px solid #3a8bee;
	margin: -1px 0 0 0;
	padding: 0.75rem 0;
	text-align: left;
	white-space: normal;
	font-size: 0.875rem;
	color: #626262;
	-webkit-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	-webkit-transform: scale(1, 0);
	        transform: scale(1, 0);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-login.open .header-login-popup {
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.header-login-popup .h4 {
	font-weight: normal;
	font-size: 1.25rem;
	margin: 0.4375rem 0 0.625rem 0;
}
.header-login-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-login-side {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	border-left: 1px solid #cccccc;
	margin: 0.75rem 0;
	padding: 0 2.5rem;
}
.header-login-popup .list-contacts {
	margin-top: 1.875rem;
	margin-bottom: 0.625rem;
}
.top-title {
	position: relative;
	overflow: hidden;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	font-weight: normal;
	font-size: 1.5rem;
	line-height: 1.1875;
	padding: 13.75rem 0 9.125rem 0;
}
.top-title h1, .top-title .h1 {
	margin: 0 0 1.125rem 0;
	min-height: 3.576em;
}
.top-title.no-bg {
	padding-top: 10.25rem;
	padding-bottom: 4.25rem;
}
.top-title.no-bg h1, .top-title.no-bg .h1 {
	min-height: 0;
	margin-bottom: 2.875rem;
}
.top-title.project-title {
	padding-top: 11.875rem;
	padding-bottom: 5.375rem;
	text-align: center;
}
.top-title.article-title {
	padding-top: 14.275rem;
	padding-bottom: 9.25rem;
	text-align: center;
}
.top-title.article-title:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.7;
}
.top-title.center {
	text-align: center;
	padding-top: 12.875rem;
	padding-bottom: 7.875rem;
}
.top-title.project-title .grid, .top-title.center .grid, .top-title.article-title .grid {
	display: block;
}
.top-title.project-title .side-l, .top-title.center .side-l, .top-title.article-title .side-l {
	width: auto!important;
	max-width: 980px;
	margin: 0 auto;
}
.top-title.project-title h1, .top-title.project-title .h1, .top-title.center h1, .top-title.center .h1, .top-title.article-title h1, .top-title.article-title .h1 {
	font-size: 3rem;
	min-height: 0;
	margin: 0 0 1.875rem 0;
	color: #353849;
}
.top-title.contacts-title {
	padding-top: 13.5rem;
	padding-bottom: 8.8125rem;
	text-align: center;
}
.top-title.contacts-title .grid {
	display: block;
}
.top-title.contacts-title .side-l {
	width: auto!important;
	max-width: 980px;
	margin: 0 auto;
}
.top-title.contacts-title h1, .top-title.contacts-title .h1 {
	min-height: 0;
	color: #353849;
}
.top-title.style-dark {
	background-color: #101010;
	color: #3a8bee;
}
.top-title.style-dark h1, .top-title.style-dark .h1 {
	color: #fff;
}
.top-title.style-dark a {
	color: #fff;
}
.top-title .img-place {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	margin-left: -7.5rem;
}
.top-title .img-place.wide {
	margin-left: -18.75rem;
}
.top-title .img-place img {
	position: absolute;
	bottom: 0;
	width: auto;
	height: auto;
	left: 0;
	max-width: 150%;
}
.top-title .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.top-title .side-l {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 66.666666%;
}
.top-title .side-r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 33.333333%;
	padding: 0 0 0 0.625rem;
}
.top-title .center-form {
	margin-top: -2.75rem;
	margin-bottom: 1.5rem;
}
.top-title ul {
	margin: 2.6875rem 0;
	padding: 0;
}
.top-title ul:last-child {
	margin-bottom: 0;
}
.top-title li {
	margin: 0 0 0.5em 0;
	padding: 0;
}
.top-title li:last-child {
	margin-bottom: 0;
}
.top-title li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0.65em;
	height: 0.65em;
	position: relative;
	top: -1px;
	margin: 0 0.25em 0 0;
	border-radius: 50%;
	background: #3a8bee;
}
.section {
	position: relative;
	padding: 4.6875rem 0 0.8125rem 0;
}
.section h2, .section .h2 {
	text-align: center;
	margin-top: 0;
}
.section .container {
	z-index: 2;
}
.bg-section-cloud-left {
	position: absolute;
	top: 0;
	right: 50%;
	width: 107.125rem;
	height: 107.125rem;
	max-width: 1714px;
	max-height: 1714px;
	-webkit-transform: translate3d(17%, -16.5%, 0);
	        transform: translate3d(17%, -16.5%, 0);
}
.bg-section-cloud-left2 {
	position: absolute;
	top: 0;
	right: 50%;
	width: 107.125rem;
	height: 107.125rem;
	max-width: 1714px;
	max-height: 1714px;
	-webkit-transform: translate3d(12%, -8%, 0);
	        transform: translate3d(12%, -8%, 0);
}
.bg-section-cloud-right {
	position: absolute;
	top: 0;
	left: 50%;
	width: 90.3125rem;
	height: 90.3125rem;
	max-width: 1445px;
	max-height: 1445px;
	-webkit-transform: translate3d(23.5%, -18.5%, 0);
	        transform: translate3d(23.5%, -18.5%, 0);
}
.bg-section-cloud-right2 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 90.3125rem;
	height: 90.3125rem;
	max-width: 1445px;
	max-height: 1445px;
	-webkit-transform: translate3d(9%, -29.5%, 0);
	        transform: translate3d(9%, -29.5%, 0);
}
.bg-section-cloud-left img, .bg-section-cloud-left2 img, .bg-section-cloud-right img, .bg-section-cloud-right2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}
.contact-us {
	position: relative;
	top: 3.4375rem;
	margin-top: -3.4375rem;
	padding: 11.375rem 0 0 0;
	font-size: 1rem;
}
.bottom-image {
	position: relative;
	z-index: 1;
	height: 15rem;
}
.contact-us .img, .bottom-image .img {
	position: absolute;
	top: 6.0625rem;
	bottom: 3.4375rem;
}
.contact-us .img img, .bottom-image .img img {
	position: absolute;
	bottom: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.bottom-image .img {
	top: 0;
	bottom: 0;
}
.bottom-image .img img {
	max-height: 200%;
}
.contact-us .img.pos-center-left, .bottom-image .img.pos-center-left {
	left: 0;
	right: 30.6%;
}
.contact-us .img.pos-center-left img, .bottom-image .img.pos-center-left img {
	max-width: 200%;
}
.contact-us .img.pos-left {
	left: 0;
	right: 63%;
}
.contact-us .img.pos-right {
	right: 0;
	left: 63%;
}
.bottom-image .img.pos-left {
	left: 0;
	right: 45%;
}
.bottom-image .img.pos-right {
	right: 0;
	left: 45%;
}
.contact-us .img.pos-center-left img, .bottom-image .img.pos-center-left img {
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
}
.contact-us .img.pos-left img, .bottom-image .img.pos-left img {
	right: 0;
	max-width: none;
}
.contact-us .img.pos-right img, .bottom-image .img.pos-right img {
	left: 0;
	max-width: none;
}
.contact-us .grid {
	color: #fff;
	background: #3a8bee;
	margin: 0 auto;
	max-width: 958px;
	padding: 2.4375rem 5.375rem 1.125rem 5.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.contact-us .grid > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 1.25rem;
}
.contact-us .side-l {
	width: 54.5%;
}
.contact-us .side-r {
	width: 45.5%;
}
.contact-us h2, .contact-us .h2 {
	color: inherit;
	margin: 0 0 1.75rem 0;
	font-size: 1.875rem;
}
.contact-us p:first-child {
	margin-top: 0;
}
.contact-us p:last-child {
	margin-bottom: 0;
}
.contact-us .inputs-submit .btn {
	width: 100%;
	min-width: 0;
}
.footer-body {
	background: #e5e5e5;
	padding: 6.25rem 0 3.375rem 0;
	font-size: 1rem;
}
.footer-body:first-child {
	padding-top: 5.375rem;
}
.footer-body a {
	color: inherit;
}
.footer-text {
	margin: 0 0 2.3125rem 0;
}
.footer-grid {
	font-weight: normal;
	line-height: 1.25rem;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1.15fr 4fr auto;
	    grid-template-columns: 1.15fr 4fr auto;
	-ms-grid-rows: auto 1fr;
	    grid-template-rows: auto 1fr;
	grid-template-areas: "l m m m m c" "t m m m m c";
}
*::-ms-backdrop, .footer-grid {/*IE*/
display: -ms-flexbox;
display: flex;
 -ms-flex-direction: column;
     flex-direction: column;
 margin: 0 0 -3rem 0;
}
*::-ms-backdrop, .footer-grid > * {/*IE*/
 -ms-flex: 0 0 auto;
     flex: 0 0 auto;
 margin: 0 0 3rem 0;
 padding: 0;
 width: auto;
 min-width: 0;
}
.footer-logo {
	grid-area: l;
}
.footer-menu {
	grid-area: m;
}
.footer-contacts {
	grid-area: c;
}
.footer-copy {
	grid-area: t;
}
.footer-logo {
	margin-bottom: 2rem;
}
.footer-logo img {
	width: auto;
	height: auto;
	max-width: 8.9375rem;
	max-height: 2.3125rem;
	opacity: 0.6;
}
.footer-menu {
	padding: 0.5rem 1.5rem;
}
.footer-menu > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: -1rem 0;
	padding: 0;
}
.footer-menu > ul > li:before {
	display: none;
}
.footer-menu > ul > li {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	padding: 1rem 0.5rem;
	margin: 0;
}
.footer-menu a {
	text-decoration: underline;
}
.footer-menu a:hover {
	text-decoration: none;
}
.footer-menu li ul {
	font-size: 0.875rem;
	line-height: 1.0625rem;
	opacity: 0.6;
	margin: 0.8125rem 0 0 0;
	padding: 0;
}
.footer-menu li ul li:before {
	position: static;
	margin: 0 0.225em 0 0;
	color: inherit;
	font-size: inherit;
}
.footer-menu li ul li {
	margin: 0.8125rem 0 0 0;
	padding: 0;
}
.footer-menu li ul li:first-child {
	margin-top: 0;
}
.footer-menu li ul a {
	text-decoration: none;
}
.footer-menu li ul a:hover {
	text-decoration: underline;
}
.footer-contacts {
	min-width: calc((100% - 958px) / 2);
	border-left: 1px solid #a0a0a0;
	text-align: right;
	padding: 0.5rem 0 0 2rem;
	font-size: 0.875rem;
}
*::-ms-backdrop, .footer-contacts {/*IE*/
text-align: left;
 border-width: 0;
}
.footer-contacts a {
	text-decoration: underline;
}
.footer-contacts a:hover {
	text-decoration: none;
}
.footer-contacts .tel {
	font-size: 1.25rem;
	margin: 0 0 0.25rem 0;
}
.footer-contacts .grey {
	opacity: 0.6;
	color: inherit;
}
.footer-contacts .email {
	margin-top: 1.25rem;
}
.footer-copy {
	font-size: 0.875rem;
	opacity: 0.6;
}
.footer-copy a {
	text-decoration: underline;
}
.footer-copy a:hover {
	text-decoration: none;
}
.types {
	font-size: 1rem;
}
.types h2, .types .h2 {
	margin-bottom: 5.1875rem;
}
.types h3, .types .h3 {
	margin: 0;
}
.types ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	margin: -2rem -1.5rem;
	padding: 0;
}
.types li:before {
	display: none;
}
.types li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 33.333333%;
	padding: 2rem;
	margin: 0;
}
.types li .max {
	margin: 0 auto;
	max-width: 336px;
}
.types .pic {
	position: relative;
	height: 10.3125rem;
	margin: 1rem 0;
}
.types .pic img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}
.services h2, .services .h2 {
	margin-bottom: 3.8125rem;
}
.service {
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 6.5rem auto 0 auto;
	max-width: 1206px;
}
.service:first-child {
	margin-top: 0;
}
.service h3, .service .h3 {
	margin: 0.1875rem 0 2.25rem 0;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.service p:first-child {
	margin-top: 0;
}
.service .text-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.service .text-second {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-weight: normal;
	font-size: 0.75rem;
	line-height: 0.875rem;
}
.service .text-second > * {
	max-width: 330px;
	margin: 0 1.3125rem;
}
.service .text-second .btn {
	-ms-flex-item-align: end;
	    align-self: flex-end;
	max-width: none;
	min-width: 12.9375rem;
}
.service .screens {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: normal;
	font-size: 0.875rem;
	text-align: center;
}
.service .screens > * {
	margin: 0;
}
.service .screen-bg {
	padding: 0.375rem;
	border-radius: 0.3125rem;
	background: #8aa7d1;
	box-shadow: 0 0.5rem 1.8125rem rgba(158, 158, 158, 0.75);
}
.service .screen-bg img {
	width: 100%;
	height: auto;
}
.service .screens .caption {
	margin: 0.75rem -0.625rem 0 -0.625rem;
}
.service .screens .btn {
	width: 100%;
	margin: 1.25rem auto 0 auto;
	max-width: 18.5625rem;
}
.service.hor {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.service.hor .text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.service.hor .text-grid {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.service.hor .text-main {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.service.hor .text-second {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 0 -1.3125rem;
}
.service.hor .text-second > * {
	margin: 0 1.3125rem;
}
.service.hor .screens {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% - 4.875rem);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: -3.0625rem 0;
}
.service.hor .screens > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 3.0625rem 0;
	width: 100%;
}
.service.vert {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.service.vert .text-grid {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.service.vert .text-main {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 70%;
}
.service.vert .text-second {
	width: 30%;
	text-align: right;
	padding: 0 0 0 1.5rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin: -1.5rem 0;
}
.service.vert .text-second > * {
	margin: 1.5rem 0;
}
.service.vert .screens {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -2.4375rem;
	padding-top: 2.1875rem;
}
.service.vert .screens > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 2.4375rem;
	width: 50%;
}
.center-form {
	margin: 0 auto;
	max-width: 391px;
	background: #fff;
	border-radius: 0.9375rem;
	padding: 1.8125rem 2.1875rem 1.8125rem 2.5rem;
	border-left: 0.375rem solid #3a8bee;
	color: #626262;
	box-shadow: -1.875rem 1.875rem 1.25rem rgba(0, 0, 0, 0.05);
}
.center-form .text {
	text-align: center;
	margin: -0.25rem 0 0.9375rem 0;
	font-weight: 500;
	font-size: 1rem;
	color: #000;
}
.center-form h2, .center-form .h2 {
	font-weight: 500;
	font-size: 1.5rem;
	color: #3a8bee;
	margin: 0;
}
.center-form .input input, .center-form .input textarea {
	font-weight: 300;
}
.center-form .input textarea {
	height: 5.3125rem;
}
.center-form .inputs-submit .btn {
	width: 100%;
}
.service-descr-top {
	font-size: 1rem;
}
.service-descr-top h2, .service-descr-top .h2 {
	text-align: inherit;
	margin-bottom: 3.25rem;
	margin-top: -0.1875rem;
}
.service-descr-top p:last-child {
	margin-bottom: 0;
}
.service-descr-top .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.service-descr-top .side-l {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 66.666666%;
}
.service-descr-top .side-l h2, .service-descr-top .side-l .h2 {
	padding-right: 2rem;
}
.service-descr-top .side-r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 33.333333%;
}
.service-descr-top .list-vert {
	max-width: 762px;
	padding: 0.5rem 2rem 0 0;
	margin: 0;
}
.service-descr-top .list-vert li:before {
	display: none;
}
.service-descr-top .list-vert li {
	position: relative;
	padding: 0 0 0 10.625rem;
	min-height: 7.3125rem;
	margin: 1.875rem 0 0 0;
}
.service-descr-top .list-vert li:first-child {
	margin-top: 0;
}
.service-descr-top .list-vert .pic {
	position: absolute;
	top: 0;
	left: 0;
	margin: -0.625rem 0.625rem;
	width: 7.3125rem;
	height: 7.3125rem;
	border-radius: 50%;
}
.service-descr-top .list-vert .pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.service-descr-top .list-vert h3, .service-descr-top .list-vert .h3 {
	margin: 0 0 0.8125rem 0;
}
.service-descr-top .list-vert-big {
	margin: 0;
	padding: 0.625rem 0;
}
.service-descr-top .list-vert-big h3, .service-descr-top .list-vert-big .h3 {
	margin: 0 0 0.8125rem 0;
}
.service-descr-top .list-vert-big li:before {
	display: none;
}
.service-descr-top .list-vert-big li {
	margin: 2.75rem 0 0 0;
	padding: 0 3.5rem 0 21.375rem;
	min-height: 16.375rem;
}
.service-descr-top .list-vert-big li:first-child {
	margin-top: 0;
}
.service-descr-top .list-vert-big .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 16.375rem;
	height: 16.375rem;
	margin: -1rem 0;
}
.service-descr-top .list-vert-big .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}
.service-descr-top .list-hor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -0.625rem 0 -4rem 0;
	padding: 0;
}
.service-descr-top .list-hor li:before {
	display: none;
}
.service-descr-top .list-hor li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	padding: 0 1.5rem 4rem 0;
}
.service-descr-top .list-hor .pic {
	position: relative;
	height: 10.9375rem;
	margin: 0 0 3.375rem 0;
}
.service-descr-top .list-hor .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}
.service-descr-top .list-hor h3, .service-descr-top .list-hor .h3 {
	margin: 0 0 1.25rem 0;
}
.service-descr-top .bg {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 0.125rem;
	box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
	padding: 1.875rem 0.625rem 3.25rem 1.875rem;
	position: relative;
}
.service-descr-top .bg strong {
	font-weight: 500;
}
.service-descr-top .bg > * {
	position: relative;
}
.service-descr-top .bg .pic {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.service-descr-top .bg .pic img {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.service-descr-top .bg h2, .service-descr-top .bg .h2 {
	font-weight: 500;
	font-size: 1.5rem;
	margin: -0.125rem 0 2.25rem 0;
}
.service-descr-top .bg ul, .service-descr-top .bg ol {
	padding: 0;
}
.service-descr-top .bg p:last-child, .service-descr-top .bg ul:last-child, .service-descr-top .bg li:last-child {
	margin-bottom: 0;
}
.service-descr-top .bg li:before {
	content: '';
	position: absolute;
	top: 0.6875rem;
	left: 0;
	background: url(../img/rarr-blue.png) no-repeat 50% 50%;
	background-size: contain;
	width: 0.5rem;
	height: 0.625rem;
	margin: -0.3125rem 0;
}
.service-descr-top .text {
	padding: 0 2rem 0 0;
	max-width: 922px;
}
.service-descr-top .text:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.service-descr-top .text .img {
	float: right;
	margin: 0 -2rem 0 1rem;
	width: 50%;
}
.service-descr-top .text .img img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.service-descr-top .text h3, .service-descr-top .text .h3 {
	margin: 3.125rem 0 1.25rem 0;
	clear: both;
}
.service-descr-top .text h3:first-child, .service-descr-top .text .h3:first-child {
	margin-top: 0;
}
.examples .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 0 2.125rem 0;
}
.examples .head h2, .examples .head .h2 {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	margin: 0;
	text-align: inherit;
}
.examples .head .btn {
	margin: -0.5rem 0 0 2rem;
	min-width: 12.9375rem;
}
.examples .mob-link-bottom {
	text-align: center;
	margin: 4rem 0 0 0;
	display: none;
}
.examples .mob-link-bottom .btn {
	min-width: 12.9375rem;
}
.grid-projects {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -5.0625rem -4rem -5.0625rem;
}
.grid-projects-el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	padding: 0 5.0625rem 4rem 5.0625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.project-mini {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font-size: 0.875rem;
}
.project-mini h3, .project-mini .h3 {
	font-size: 1.5rem;
	text-transform: none;
	margin: 0 0 0.75rem 0;
}
.project-mini h3 a, .project-mini .h3 a {
	color: inherit;
}
.project-mini .img {
	display: block;
	padding: 0.375rem;
	border-radius: 0.3125rem;
	background: #8aa7d1;
	box-shadow: 0 0.5rem 1.8125rem rgba(158, 158, 158, 0.75);
	margin: 0 -0.375rem 1.4375rem -0.375rem;
}
.project-mini .img img {
	width: 100%;
	height: auto;
}
.project-mini .t {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.project-mini .link {
	text-align: right;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	font-weight: normal;
}
.project-mini .link a {
	color: inherit;
	text-decoration: underline;
}
.project-mini .link a:hover {
	text-decoration: none;
}
.project-mini .link a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	background: url(../img/rarr-dark.png) no-repeat 50% 50%;
	width: 0.5rem;
	height: 0.625rem;
	background-size: contain;
	margin: 0 0 0 0.625rem;
}
.service-descr-bottom {
	font-size: 1rem;
}
.service-descr-bottom h2, .service-descr-bottom .h2 {
	text-align: inherit;
	margin-bottom: 4.125rem;
}
.service-descr-bottom p:last-child, .service-descr-bottom ul:last-child {
	margin-bottom: 0;
}
.service-descr-bottom .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.service-descr-bottom .text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	position: relative;
	z-index: 2;
}
.service-descr-bottom .grid.img-to-left .img, .service-descr-bottom .grid.img-to-left .example {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.service-descr-bottom .grid.img-to-left .img img {
	right: 0;
}
.service-descr-bottom .grid.img-to-left .text {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.service-descr-bottom .grid.img-to-right .img, .service-descr-bottom .grid.img-to-right .example {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.service-descr-bottom .grid.img-to-right .img img {
	left: 0;
}
.service-descr-bottom .grid.img-to-right .text {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}
.service-descr-bottom .text .max {
	max-width: 640px;
}
.service-descr-bottom .text h3, .service-descr-bottom .text .h3 {
	margin: 2.875rem 0 1rem 0;
}
.service-descr-bottom .text h3:first-child, .service-descr-bottom .text .h3:first-child {
	margin-top: 0;
}
.service-descr-bottom .text p {
	margin-top: 0;
}
.service-descr-bottom .text ol, .service-descr-bottom .text ul {
	padding: 0;
}
.service-descr-bottom .text li:before {
	content: '';
	position: absolute;
	top: 0.6875rem;
	left: 0;
	background: url(../img/rarr-blue.png) no-repeat 50% 50%;
	background-size: contain;
	width: 0.5rem;
	height: 0.625rem;
	margin: -0.3125rem 0;
}
.service-descr-bottom .img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% - 1.25rem);
	position: relative;
}
.service-descr-bottom .img:before {
	content: '';
	display: block;
	padding-top: 80%;
}
.service-descr-bottom .img img {
	position: absolute;
	top: 50%;
	width: auto;
	height: auto;
	max-width: 112%;
	max-height: 100%;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.service-descr-bottom .example {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% - 1.25rem);
}
.service-descr-bottom .list-hor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 -4rem 0;
	padding: 0.625rem 0 0 0;
}
.service-descr-bottom .list-hor > li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 0 4rem 0;
	padding: 0 2rem 0 0;
	width: 33.333333%;
}
.service-descr-bottom .list-hor .max {
	max-width: 405px;
}
.service-descr-bottom .list-hor > li:before {
	display: none;
}
.service-descr-bottom .list-hor ul {
	padding: 0;
}
.service-descr-bottom .list-hor ul li:before {
	content: '';
	position: absolute;
	top: 0.6875rem;
	left: 0;
	background: url(../img/rarr-blue.png) no-repeat 50% 50%;
	background-size: contain;
	width: 0.5rem;
	height: 0.625rem;
	margin: -0.3125rem 0;
}
.service-descr-bottom .list-hor .pic {
	position: relative;
	height: 17.8125rem;
	margin: 0 -2rem 2.875rem 0;
}
.service-descr-bottom .list-hor .pic img {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(-50%, 0, 0);
	        transform: translate3d(-50%, 0, 0);
}
.service-descr-bottom .list-hor h3, .service-descr-bottom .list-hor .h3 {
	margin: 0 0 1.0625rem 0;
}
.services-pricing {
	font-size: 1rem;
	padding-bottom: 2rem;
}
.services-pricing h2, .services-pricing .h2 {
	text-align: inherit;
	margin-bottom: 2.125rem;
}
.services-pricing-list {
	margin: 2.5rem 0 0 0;
}
.services-pricing-el {
	max-width: 990px;
	margin: 5.125rem auto 0 auto;
	border: 1px solid #d7dce0;
	background: #fff;
	position: relative;
	font-size: 1.0625rem;
	padding: 1.875rem;
}
.services-pricing-el:first-child {
	margin-top: 0;
}
.services-pricing-el .pic {
	float: right;
	margin: -1.875rem -1.875rem -2rem 1rem;
	max-width: 33%;
}
.services-pricing-el .pic img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.services-pricing-el h3, .services-pricing-el .h3 {
	font-weight: bold;
	font-size: 1.875rem;
	margin: 0.25rem 0 1.5rem 0;
}
.services-pricing-el p {
	margin: 1.25rem 0;
}
.services-pricing-el h4, .services-pricing-el .h4 {
	font-weight: 500;
	font-size: 1.125rem;
	margin: 1.25rem 0;
}
.services-pricing-el .prices {
	clear: both;
	color: #fff;
	margin: 2.0625rem -1.875rem 0 -1.875rem;
	background: #353849;
	font-size: 1rem;
	line-height: 1.1875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0.75rem 0.375rem 0.75rem 1.5rem;
}
.services-pricing-el .prices .prices-side {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 0.625rem 0;
	width: 50%;
	text-align: right;
}
.services-pricing-el .prices .prices-side:last-child {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.services-pricing-el .prices .big {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 0 0 1.5rem;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.875rem;
	letter-spacing: normal;
	text-align: left;
}
.services-pricing-el .prices .prices-side:last-child .big {
	min-width: 10.41666em;
}
.services-pricing-el .prices .big strong {
	font-weight: inherit;
	font-size: 1.875rem;
	letter-spacing: normal;
}
.services-pricing-el .go {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: normal;
	font-size: 0.875rem;
	line-height: 1.125rem;
	margin: 0 -1.875rem -1.875rem -1.875rem;
	padding: 0.375rem 0.5625rem 0.375rem 1.5rem;
}
.services-pricing-el .go > * {
	margin: 0.375rem 0.5625rem;
}
.services-pricing-el .go .file {
	position: relative;
	padding-left: 2rem;
}
.services-pricing-el .go .file a {
	color: inherit;
	text-decoration: underline;
}
.services-pricing-el .go .file a:hover {
	text-decoration: none;
}
.services-pricing-el .go .file a:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	height: 1.125rem;
	width: 2rem;
	margin: 0 0 0 -2rem;
	background: url(../img/file-dark.png) no-repeat 0 50%;
	background-size: auto 1rem;
	opacity: 0.52;
}
.services-pricing-el .go .btn {
	min-width: 32.666%;
}
.engine {
	font-size: 1rem;
}
.engine h2, .engine .h2 {
	text-align: inherit;
	margin-bottom: 0.875rem;
}
.engine .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.engine .text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 66.666666%;
	padding: 0 3.75rem 0 0;
}
.engine .img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 33.333333%;
}
.engine .img img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.steps {
	font-size: 1rem;
}
.steps h2, .steps .h2 {
	text-align: inherit;
	margin-bottom: 2.8125rem;
}
.steps p, .steps ul {
	margin: 1.875rem 0;
	padding: 0;
}
.steps ul {
	margin-left: 2.25rem;
}
.steps p:last-child, .steps ul:last-child {
	margin-bottom: 0;
}
.steps h3, .steps .grid .h3 {
	margin: 0 0 2.125rem 0;
}
.steps .grid li:before {
	content: '';
	position: absolute;
	top: 0.6875rem;
	left: 0;
	background: url(../img/rarr-blue.png) no-repeat 50% 50%;
	background-size: contain;
	width: 0.5rem;
	height: 0.625rem;
	margin: -0.3125rem 0;
}
.steps .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -3.75rem -5rem 0;
}
.steps .grid > * {
	margin-bottom: 5rem;
	padding-right: 3.75rem;
	width: 50%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}
.steps .step {
	position: relative;
}
.steps .step.big {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	padding-right: 4.6875rem;
}
.steps .step.big h3, .steps .step.big .h3 {
	margin-right: -1.25rem;
}
.steps .step.small {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
	padding-left: 12.6875rem;
}
.steps .step.small .pic {
	position: absolute;
	top: 0.75rem;
	left: 0;
	width: 12.6875rem;
	height: 7.25rem;
}
.steps .step.small .pic img {
	position: absolute;
	top: 50%;
	left: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
}
.steps .example {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.steps .screens {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -2.375rem -1.1875rem 2.875rem -1.1875rem;
	padding: 0;
}
.steps .screens li:before {
	display: none;
}
.steps .screens li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 2.375rem 1.1875rem 0 1.1875rem;
	margin: 0;
	width: 33.333333%;
}
.steps .screens img {
	width: 100%;
	height: auto;
}
.example-screens-hor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -2.5rem -2.5rem 0 0;
}
.example-screens-hor > * {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	padding: 2.5rem 2.5rem 0 0;
}
.example-screens-hor img {
	width: 100%;
	height: auto;
	box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
}
.example-screens-vert > * {
	margin: 3.5rem 0 0 0;
}
.example-screens-vert > *:first-child {
	margin-top: 0;
}
.example-screens-vert img {
	width: 100%;
	height: auto;
	box-shadow: 0 0.25rem 1.875rem rgba(0, 0, 0, 0.1);
}
.example-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 2.6875rem 0 -1rem 0;
}
.example-links .link {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0 1rem 1rem 0;
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.example-links .link img {
	height: 2.6875rem;
	width: auto;
}
.example-links .example-text {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
	margin-left: 0.875rem;
	margin-bottom: 1rem;
}
.example-links .example-name {
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.375rem;
	margin: -0.25rem 0 0.625rem 0;
}
.example-links .example-rating {
	font-weight: 300;
	font-size: 0.875rem;
	line-height: 1.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 -0.5rem -0.5rem 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.example-links .example-rating > * {
	margin: 0 0.5rem 0.5rem 0;
}
.example-links .example-rating img {
	height: 1.25rem;
	width: auto;
	margin: -1px 0;
}
.portfolio {
	padding: 4.4375rem 0;
}
.hor-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -1.375rem -1.375rem 0 0;
}
.hor-menu .link {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 1.375rem 1.375rem 0 0;
	text-align: center;
	text-decoration: none;
	color: #000;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.375rem;
	padding: 0.5rem 1.5625rem;
	border-radius: 0.125rem;
	background: #eeeeee;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
}
.hor-menu .link:hover, .hor-menu .link.active {
	color: #fff;
	background: #3a8bee;
}
.portfolio-el {
	padding: 4.0625rem 0 3.75rem 0;
	font-size: 1rem;
}
.portfolio-el:nth-child(even) {
	background: #f7f7f7;
}
.portfolio-el .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.portfolio-el .img {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% - 0.5rem);
	-ms-flex-item-align: start;
	    align-self: flex-start;
}
.portfolio-el .img img {
	width: 100%;
	height: auto;
	border-radius: 0.3125rem;
	box-shadow: 0 0.5rem 1.8125rem rgba(158, 158, 158, 0.6);
}
.portfolio-el .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% - 3.125rem);
}
.portfolio-el h3, .portfolio-el .h3 {
	margin: -0.25rem 0 1.125rem 0;
}
.portfolio-el h3 a, .portfolio-el .h3 a {
	color: inherit;
}
.portfolio-el p:last-child {
	margin-bottom: 0;
}
.portfolio-el .info {
	margin: 0 0 1.25rem 0;
	padding: 0;
	font-size: 0.875rem;
}
.portfolio-el .info strong {
	font-weight: 500;
}
.portfolio-el .info a {
	color: inherit;
}
.portfolio-el .info li:before {
	display: none;
}
.portfolio-el .info li {
	padding: 0;
}
.portfolio-el .text .top {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
}
.portfolio-el .text .bottom {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin-top: 1.25rem;
}
.portfolio-el .text .btn {
	min-width: 12.9375rem;
}
.tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: -0.8125rem -0.8125rem 2.5rem 0;
}
.tags .link {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0.8125rem 0.8125rem 0 0;
	text-align: center;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-size: 0.875rem;
	line-height: 1.125rem;
	border-radius: 0.125rem;
	background: #eeeeee;
	-webkit-transition-property: color, background;
	transition-property: color, background;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	padding: 0.25rem 1.0625rem;
}
.tags .link:hover {
	color: #fff;
	background: #3a8bee;
}
.pagination {
	margin: 4.375rem 0 3.5rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.pagination .link {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	text-align: center;
	text-decoration: none;
	width: 3.1875rem;
	height: 3.1875rem;
	line-height: 2.9375rem;
	font-weight: normal;
	font-size: 1rem;
	color: #fff;
	border-style: solid;
	border-width: 0.125rem;
	border-color: transparent;
	background: #3a8bee;
	-webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	position: relative;
	border-radius: 50%;
	margin: 0 0.3125rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.pagination .link.active {
	background-color: #a8a8a8;
}
.pagination .link svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 55%;
	max-height: 55%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}
.pagination .link svg .fill {
	-webkit-transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: fill 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.pagination .prev, .pagination .next {
	background-color: transparent;
	border-color: #a8a8a8;
	margin: 0 2.4375rem;
}
.pagination a.prev, .pagination a.next {
	border-color: #3a8bee;
}
.pagination a.prev:hover, .pagination a.next:hover {
	background-color: #3a8bee;
}
.pagination .prev svg {
	-webkit-transform: translate3d(-60%, -50%, 0);
	        transform: translate3d(-60%, -50%, 0);
}
.pagination .next svg {
	-webkit-transform: translate3d(-40%, -50%, 0) scale(-1, 1);
	        transform: translate3d(-40%, -50%, 0) scale(-1, 1);
}
.pagination .prev svg .fill, .pagination .next svg .fill {
	fill: #a8a8a8;
}
.pagination a.prev svg .fill, .pagination a.next svg .fill {
	fill: #3a8bee;
}
.pagination a.prev:hover svg .fill, .pagination a.next:hover svg .fill {
	fill: #fff;
}
.path {
	padding: 1rem 0;
	font-size: 0.875rem;
}
.path a {
	text-decoration: underline;
}
.path a:hover {
	text-decoration: none;
}
.center-max {
	margin: 0 auto;
	max-width: 958px;
}
.text-content {
	padding-top: 2.8125rem;
	padding-bottom: 2rem;
}
.text-content h3, .text-content .h3 {
	text-align: center;
	font-size: 1.875rem;
}
.photos {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 1.625rem -1.375rem 2.125rem -1.375rem;
}
.photos-el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 1.375rem;
	margin: 0;
	width: 100%;
}
.photos-el.wid50 {
	width: 50%;
}
.photos img {
	width: 100%;
	height: auto;
	border-radius: 0.125rem;
}
.portfolio-slider {
	background: #f7f7f7;
	padding-top: 3.75rem;
	padding-bottom: 3.375rem;
	margin-bottom: 2.0625rem;
}
.portfolio-slider .portfolio-el {
	padding-top: 3.375rem;
	padding-bottom: 3.125rem;
}
.portfolio-slider .portfolio-el .img {
	width: calc(50% + 2rem);
}
.portfolio-slider .portfolio-el .text {
	width: calc(50% - 4.9375rem);
}
.portfolio-slider .portfolio-el h3, .portfolio-slider .portfolio-el .h3 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}
.portfolio-slider .portfolio-el .info {
	margin-bottom: 0.75rem;
}
.portfolio-slider .portfolio-el .tags {
	margin-bottom: 2.875rem;
}
.portfolio-slider .swiper-arr {
	margin: 0 2.625rem;
}

@media only screen and (min-width: 1524px) {
.portfolio-slider .swiper-arr {
	margin: 0 -720px;
}
.portfolio-slider .swiper-prev {
	left: 50%;
}
.portfolio-slider .swiper-next {
	right: 50%;
}
}
.portfolio-slider h2, .portfolio-slider .h2 {
	margin: 0;
}
.portfolio-slider .container {
	padding-left: 10.125rem;
	padding-right: 10.125rem;
}
.contact-us-big {
	color: #fff;
	background: #3a8bee;
	padding-top: 4.3125rem;
	padding-bottom: 6rem;
	font-size: 1rem;
	line-height: 1.1875rem;
}
.contact-us-big h2, .contact-us-big .h2, .contact-us-big h3, .contact-us-big .h3 {
	color: inherit;
	text-align: inherit;
}
.contact-us-big h3, .contact-us-big .h3 {
	font-weight: normal;
	font-size: 1.5rem;
	margin: 0 0 1.125rem 0;
}
.contact-us-big .grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.contact-us-big .side-l {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% + 2.9375rem);
}
.contact-us-big .side-r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(50% - 2.9375rem);
	background: #fff;
	color: #000;
	border-radius: 0.9375rem;
	box-shadow: 0 1.875rem 1.25rem rgba(0, 0, 0, 0.05);
	padding: 2.1875rem 2.4375rem;
}
.contact-us-big .side-l h2, .contact-us-big .side-l .h2 {
	padding-right: 2rem;
	margin: -0.9375rem 0 2.9375rem 0;
}
.contact-us-big .side-r h2, .contact-us-big .side-r .h2 {
	font-weight: 500;
	font-size: 1.5rem;
	color: #3a8bee;
	margin: -0.3125rem 0 2.375rem 0;
	text-align: center;
}
.contact-us-big .list-hor {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 -4rem 0;
	padding: 0;
}
.contact-us-big .list-hor li:before {
	display: none;
}
.contact-us-big .list-hor li {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	padding: 0 2.1875rem 0 0;
	width: 50%;
	margin: 0 0 4rem 0;
}
.contact-us-big .list-hor .pic {
	width: 9.25rem;
	height: 9.25rem;
	margin: 0 0 2.4375rem 0;
}
.contact-us-big .list-hor .pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}
.contact-us-big .list-hor .max {
	max-width: 310px;
}
.contact-us-big textarea {
	height: 7.0625rem;
}
.contact-us-big .inputs-submit {
	text-align: center;
	margin-top: 2.75rem;
}
.contact-us-big .inputs-submit .check {
	margin-bottom: 2.0625rem;
}
.contact-us-big .inputs-submit .btn {
	min-width: 52.5%;
}
.about-text {
	position: relative;
	margin: -1.0625rem 0 5.5rem 0;
	background: #fafafa;
	border-radius: 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 3.3125rem 4.375rem;
}
.about-text:before, .about-text:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: -0.1875rem;
	border-style: solid;
	border-width: 0.1875rem;
	border-color: #3a8bee;
	width: 1.5625rem;
}
.about-text:before {
	left: 0;
	border-right-width: 0;
	border-radius: 1.0625rem 0 0 1.0625rem;
}
.about-text:after {
	right: 0;
	border-left-width: 0;
	border-radius: 0 1.0625rem 1.0625rem 0;
}
.about-text h2, .about-text .h2 {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	margin: 0;
	margin: 0 3.4375rem 0 0;
	max-width: 50%;
}
.about-text p:first-child {
	margin-top: 0;
}
.about-text p:last-child {
	margin-bottom: 0;
}
.contacts {
	padding-top: 0;
	padding-bottom: 17.0625rem;
	font-size: 1rem;
}
.contacts h2, .contacts .h2 {
	text-align: inherit;
	margin: 2em 0 2.125rem 0;
	font-weight: 500;
	font-size: 1.625rem;
}
.contacts .email {
	position: relative;
	z-index: 5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: normal;
	font-size: 1.875rem;
	line-height: 1.2;
	margin: -4.5625rem 0 6rem 0;
	text-align: center;
}
.contacts .email .bg {
	background: #fff;
	position: relative;
	box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
	border-radius: 0.625rem;
	padding: 1.4375rem 4rem 2.125rem 4rem;
}
.contacts .email .bg:before, .contacts .email .bg:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	border-style: solid;
	border-width: 0.1875rem;
	border-color: #3a8bee;
	width: 1.5625rem;
}
.contacts .email .bg:before {
	left: 0;
	border-right-width: 0;
	border-radius: 0.625rem 0 0 0.625rem;
}
.contacts .email .bg:after {
	right: 0;
	border-left-width: 0;
	border-radius: 0 0.625rem 0.625rem 0;
}
.contacts .email h2, .contacts .email .h2 {
	font-weight: normal;
	font-size: 1.25rem;
	line-height: inherit;
	text-transform: none;
	margin: 0 0 1.0625rem 0;
}
.contacts ul {
	padding: 0;
}
.contacts ul a {
	color: inherit;
}
.contacts li {
	padding: 0 0 0 3.875rem;
	margin: 0 0 1.125rem 0;
}
.contacts li:before {
	display: none;
}
.contacts h3, .contacts .h3 {
	font-weight: normal;
	font-size: 1.5rem;
	text-transform: none;
	margin: 0 0 0.125rem 0;
}
.contacts li .pic {
	position: absolute;
	top: 0.875rem;
	left: 0;
	width: 2.3125rem;
	height: 2.3125rem;
	border-radius: 50%;
	background: #3a8bee;
	margin: -1.15625rem 0;
}
.contacts li .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 60%;
	max-height: 70%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
}
.index-articles .max {
	margin: 0 auto;
	max-width: 1206px;
}
.index-articles h2, .index-articles .h2 {
	margin-top: -0.33rem;
	margin-bottom: 2.33rem;
}
.index-articles .top-text {
	margin: 0 auto 3.25rem auto;
	text-align: center;
	max-width: 67rem;
	font-size: 1rem;
	line-height: 1.1875;
}
.grid-articles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -3rem -3.75rem 0;
}
.grid-articles-el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 33.333333%;
	padding: 0 3rem 3.75rem 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.article-mini {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	position: relative;
	background-color: #E5E5E5;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	text-decoration: none!important;
	color: #fff;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.1875;
	border-radius: 0.1875rem;
	box-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.1);
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.article-mini:hover {
	opacity: 0.8;
}
.article-mini:before, .article-mini .text:before {
	content: '';
	display: block;
	padding-top: 22%;
}
.article-mini .text:before {
	margin: 0 -1rem;
}
.article-mini .text {
	width: 100%;
	padding: 0 1rem 1.125rem 1rem;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 100%);
	border-bottom-left-radius: inherit;
	border-bottom-right-radius: inherit;
}
.guide-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 4.6875rem -3rem 0 0;
}
.guide-wrap-title {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(33.333333% - 3rem);
	padding: 0 1rem 0 0;
}
.guide-wrap-title h3, .guide-wrap-title .h3 {
	text-align: right;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: -0.125rem 0 0 0;
	padding: 0 1.625rem 0 0;
}
.guide-wrap-title h3:after, .guide-wrap-title .h3:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0.1875rem 0;
	width: 0.625rem;
	background: #3a8bee;
}
.guide-wrap .guide-in {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: calc(66.666666% + 3rem);
	padding: 0 3rem 0 0;
}
.guide-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -2.5rem -2.75rem 0;
}
.guide-grid-el {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 50%;
	padding: 0 2.5rem 2.75rem 0;
}
.guide-mini {
	text-decoration: none!important;
	display: block;
	text-align: left;
	color: inherit;
	font-weight: normal;
	font-size: 1rem;
	line-height: 1.1875;
	-webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.guide-mini:hover {
	opacity: 0.75;
}
.guide-mini .photo {
	border-radius: 0.1875rem;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	margin: 0 0 1.35rem 0;
}
.guide-mini .photo:before {
	content: '';
	display: block;
	padding-top: 31.32%;
}
.articles {
	padding: 5.875rem 0 4.375rem 0;
	position: relative;
	z-index: 2;
}
.articles h2, .articles .h2, .articles h3, .articles .h3 {
	margin: 0 0 2.5rem 0;
}
.articles .max {
	margin: 0 auto;
	max-width: 1200px;
}
.articles .pagination {
	margin-top: 7.875rem;
}
.vacancies {
	position: relative;
	z-index: 2;
	padding: 4.25rem 0;
	font-size: 1rem;
	line-height: 1.1875;
}
.vacancies h2, .vacancies .h2 {
	margin-bottom: 1.875rem;
}
.vacancies-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin: 4.375rem 0 0 0;
}
.vacancies-l {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	padding: 0 1.5rem 0 0;
	max-width: 830px;
}
.vacancies-r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 33.333333%;
}
.vacancies-block {
	margin: 0 0 3.5rem 0;
	border: 1px solid #e1e1e1;
	border-radius: 0.1875rem;
	background: #fff;
	box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
	position: relative;
	padding: 1.875rem 1.5rem 2.5rem 1.875rem;
	line-height: 1.375;
}
.vacancies-block:last-child {
	margin-bottom: 0;
}
.vacancies-block > * {
	position: relative;
}
.vacancies-block > *:last-child {
	margin-bottom: 0!important;
}
.vacancies-block strong {
	font-weight: 500;
}
.vacancies-block .pic {
	position: absolute;
	top: 1rem;
	right: 0;
	bottom: 0;
	left: 0;
}
.vacancies-block .pic img {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.vacancies-block h3, .vacancies-block .h3 {
	font-size: 1.5rem;
	margin: -0.125rem 0 1.675rem 0;
	min-height: 2.384em;
}
.vacancies-block h3 + *, .vacancies-block .h3 + * {
	padding-right: 1.5rem;
}
.vacancies-block.bg-blue {
	color: #fff;
	background: #3a8bee;
}
.vacancies-block.bg-blue a, .vacancies-block.bg-blue h3, .vacancies-block.bg-blue .h3 {
	color: inherit;
}
.vacancy {
	font-size: 1rem;
	line-height: 1.1875;
	border-style: solid;
	border-width: 1px 0;
	border-color: #e8e8e8;
	margin: 0 0 -1px 0;
}
.vacancy-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	font-weight: normal;
	position: relative;
	padding: 1.75rem 0 1.75rem 2.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.vacancy-head > * {
	max-width: 50%;
}
.vacancy-head > *:last-child {
	text-align: right;
}
.vacancy-head h3, .vacancy-head .h3 {
	font-size: 18px;
	text-transform: none;
	margin: 0;
	text-align: left;
	padding: 0.0.5rem 0 0;
}
.vacancy-head .plus {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.5625rem;
	height: 1.5625rem;
	border-radius: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	        transform: translate3d(0, -50%, 0);
	background: #3a8bee;
	-webkit-transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: background 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.vacancy.open .vacancy-head .plus {
	background-color: #000;
}
.vacancy-head .plus:before, .vacancy-head .plus:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	width: 0.6875rem;
	-webkit-transform: translate3d(-50%, -50%, 0);
	        transform: translate3d(-50%, -50%, 0);
	background: #fff;
}
.vacancy-head .plus:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-90deg);
	        transform: translate3d(-50%, -50%, 0) rotate(-90deg);
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.vacancy.open .vacancy-head .plus:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg);
	        transform: translate3d(-50%, -50%, 0) rotate(0deg);
}
.vacancy-in {
	display: none;
}
.vacancy.open .vacancy-in {
	display: block;
}
.vacancy-ind {
	padding: 0 0 1.875rem 2.5rem;
}
.vacancy-ind p, .vacancy-ind ol, .vacancy-ind ul, .vacancy-ind h4, .vacancy-ind .h4, .vacancy-ind li {
	margin: 1.1875em 0;
}
.vacancy-ind li:before {
	top: -0.1em;
}
.vacancy-ind ol, .vacancy-ind ul {
	padding-left: 0.75em;
}
.vacancy-ind > *:first-child {
	margin-top: 0!important;
}
.vacancy-ind > *:last-child, .vacancy-ind > *:last-child li:last-child {
	margin-bottom: 0!important;
}
.vacancy h4, .vacancy .h4 {
	font-weight: 500;
	font-size: inherit;
	line-height: inherit;
}
.article {
	line-height: 1.222;
	padding: 3rem 0 1rem 0;
	position: relative;
	z-index: 2;
}
.article h2, .article .h2 {
	font-size: 1.875rem;
	font-weight: 500;
	margin-top: 4.25rem;
	text-align: center;
}
.article h2:first-child, .article .h2:first-child {
	margin-top: 0;
}
.article-r:not(:only-child) h2, .article-r:not(:only-child) .h2 {
	text-align: left;
}
.article-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.article-l {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
	margin-right: auto;
	width: calc(33.333333% - 1.5rem);
	max-width: 394px;
}
.article-r {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 100%;
	max-width: 960px;
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.article-r:not(:only-child) {
	width: 66.666666%;
}
.fixed .sticky-block {
	position: fixed;
	top: 0;
}
.article-nav {
	margin: 0;
	padding: 1.5rem 0;
}
.article-nav li {
	margin: 0;
	padding: 0;
}
.article-nav li:before {
	display: none;
}
.article-nav li > * {
	text-decoration: none!important;
	display: block;
	font-weight: normal;
	color: inherit;
	line-height: 1.111111;
	padding: 0.925rem 1.225rem;
	border-style: solid;
	border-width: 0 0 0 0.5rem;
	-webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.article-nav .small {
	font-weight: 300;
	font-size: 14px;
	margin: 0 0 0.75em 0;
}
.article-nav li:nth-child(odd) > * {
	background-color: #f8f8f8;
	border-color: #c3c3c3;
}
.article-nav li:nth-child(even) > * {
	background-color: #fff;
	border-color: #ededed;
}
.article-nav li > *:hover {
	border-color: #3a8bee;
}



.results-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.next-pager,
.prev-pager {
  border: 1px solid #0096dd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.prev-pager {
  padding-right: 4px;
}
.prev-pager:before {
  background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABGAAD/4QMpaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQTYzMDExQTAwMTgxMUU4OTI5RUY1QkJDMzQyOEIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEQTYzMDExQjAwMTgxMUU4OTI5RUY1QkJDMzQyOEIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkRBNjMwMTE4MDAxODExRTg5MjlFRjVCQkMzNDI4QjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkRBNjMwMTE5MDAxODExRTg5MjlFRjVCQkMzNDI4QjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABAMDAwMDBAMDBAYEAwQGBwUEBAUHCAYGBwYGCAoICQkJCQgKCgwMDAwMCgwMDQ0MDBERERERFBQUFBQUFBQUFAEEBQUIBwgPCgoPFA4ODhQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgAGgAPAwERAAIRAQMRAf/EAIkAAAMBAAAAAAAAAAAAAAAAAAYHCAUBAQEBAQAAAAAAAAAAAAAAAAYFBAcQAAEDAwEFBgcAAAAAAAAAAAECAwUREgQGACEiMgdBYhMjMzVRgRQ0FRc3EQABAgMFBgIJBQAAAAAAAAABAgMRMQQAIRIyBUFRYcEiYuEzgaGx0UJSchMjUyQ0JTX/2gAMAwEAAhEDEQA/ALl1TqmG0dDPzs6/4OGzuSkULjrhBtbbTUXLVTcPmaAE7a6SkcqXA22Ik+rieFp2oagzQsl10wAkNqjuG8nxMACbKvTUhreYck+smo15GBAx0flvwOlmXC2h/GQ0py56oNQq0EKKaqVRQohKQUtU3TNBNE1BS1KSFrhIx2e6NwumTYTQuVr5Xqb5KUIQottAwChhM+3uIipUFABKUi2HCH9kdWMzE6nH6HJgyTCaQd3sLpxFRVyu0SErVT1RQjy027bH/wBjQg0vUF5nNvhu7fqMbTaP+01RQr+hTeRky3kblXQUf1LiPxpw2oi0UtoLaUp2U2B26xCwL1J6bYmucRnMw3vxurY2jkRLtkoWhaDcltxSeKy7eCN6DxJ7Qq1pmpqpFFKhibVmTzHH2yOwgzrmhpr0haDgeRkXKV8DC+EZGaTeNoUN6W6kagl4ya0RNNCN6sx2HkN4LbgbQjMyEMqLTrd3l3VtUochHGnhqE0KvTGm1ofQcVOpQjPpEbwdvPYb5yNP1x95pyldGCsQlQTIYlBN0I9OKR+UjqT0xg39itn1gaT/AKpB+y+25P3HvXMfQ7nw7vi7Wmv4K8+YSyenjzw2LVH+s15ORU/N+LLy7fu2/9k=) no-repeat;
  content: "";
  width: 15px;
  height: 26px;
}
.next-pager:before {
  content: "";
  background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABGAAD/4QMpaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMzQxM0YwQjAwMTgxMUU4OEZBMEZBMjdBNDJEOEU5NCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMzQxM0YwQzAwMTgxMUU4OEZBMEZBMjdBNDJEOEU5NCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMzNDEzRjA5MDAxODExRTg4RkEwRkEyN0E0MkQ4RTk0IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMzNDEzRjBBMDAxODExRTg4RkEwRkEyN0E0MkQ4RTk0Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABAMDAwMDBAMDBAYEAwQGBwUEBAUHCAYGBwYGCAoICQkJCQgKCgwMDAwMCgwMDQ0MDBERERERFBQUFBQUFBQUFAEEBQUIBwgPCgoPFA4ODhQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQU/8AAEQgAGgAPAwERAAIRAQMRAf/EAH8AAAIDAAAAAAAAAAAAAAAAAAYHAgMIAQACAwEAAAAAAAAAAAAAAAAFBgECBwMQAAEDAwMCBAcAAAAAAAAAAAECAwQRBQYhMQcAEkFCEzUiUjNjFDQVEQABAgQFAgYDAAAAAAAAAAABAgMAETEEIUFREgXwE2EiMmLCM9FyQ//aAAwDAQACEQMRAD8A0rcrvk/EGUSLjepMm+ccX2SXHJblXZFukOnY08ngEjQjaihRTa2yzyTISgBDzYpksfnqlM/euLnh7krdKnbZ1ValBPVKEUxwhupu1sXa/wC2iW0q0egZf5oWCz6CU95c7tu0JFa9K5ZWF9uR3TlLOekPAuGy13QobJbt2Uqzic+BCukJ+3XFhEmDJQWn2HR3IWhW4I6htxTagpJkRFnmUPIKFjclVRCAw1X87Mci4wsMhd+4yfYkIuTyl9ibWl9taXUpfOhGpSabnUahVXe989u3dODtvgjb75Uw600jMuNPbunbJpXdtSFbjOXbBBn5qeHjXWCTMcxvWeXp7jfjh3sSj4MjyJNS1GaJopttQ3UdRoak6DzED7KybtGxc3I/RGZOpgtyXIvcg8bKzOH9HMgNB1jQZmDa08dY/Y8MmYVbEqYhz4r0WZLFDIdXJaLS3VEihVQ6eA226EPck67cB9WJSQQMhIzlDDb8MwxaKtkYBaSCrMzEiYp4++pkvtHu8j2XfZP7P3vm6vyNG/X6B6/j4Rx4ar31/Yr6/l7oNOhEMUf/2Q==) no-repeat;
  width: 15px;
  height: 26px;
}
.next-pager {
  padding-left: 4px;
}
.next-pager:hover,
.prev-pager:hover {
  opacity: 0.7;
}
.results-pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 35px;
}
.results-pager ul li {
  margin: 0 5px;
  padding: 5px!important;
}
.results-pager ul li .active,
.results-pager ul li a {
  background: #0096dd;
  color: #fff;
  display: block;
  font-size: 15.94px;
  text-decoration: none;
  padding: 14px 18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all .1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  border: 1px solid #0096DD;
}
.results-pager ul li .active {
  background: #aaa;
  border-color: #aaa;
}
.results-pager ul li a:hover {
  background: none;
  color: #0096dd;
}

.results-pager .next-pager.disabled,
.results-pager .prev-pager.disabled {
    display: none;
}

.results-pager li:before {
	display: none;
}

.popup {
	background: rgba(0,0,0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;	
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
        padding-top: 10%;
}

.popup-container {
    background: #fff;
    width: 400px;
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    /*margin: -200px 0 0 -400px;*/
    margin: 0 auto;
    padding: 35px 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
}

.bread-crumbs li {
	margin-left: 3px!important;
}

/*added 30.03.21 start*/
.service-pricing {
	padding-bottom: 0;
}
.service-pricing h2, .service-pricing .h2 {
	text-align: inherit;
}
.service-pricing .links {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.service-pricing .links:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
	background: #fff;
}
.service-pricing .links .link {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 1%;
	        flex: 1 1 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	text-decoration: none;
	border-style: solid;
	border-width: 1px;
	border-color: transparent transparent #ededed transparent;
	background: #e7f2fc;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 1.375;
	position: relative;
	z-index: 2;
	padding: 1.625rem;
	-webkit-transition-property: background, border;
	transition-property: background, border;
	-webkit-transition-duration: 0.2s;
	        transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.service-pricing .links .link.active {
	cursor: default;
	background-color: #fff;
	border-color: #ededed #ededed #fff #ededed;
}
.service-pricing .links .pic {
	display: block;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 1.375rem;
	height: 1.375rem;
	margin-right: 2.25rem;
	position: relative;
}
.service-pricing .links .pic img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.service-pricing .text-wrap {
	position: relative;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #ededed;
	background: #fff;
	box-shadow: 0 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
	padding: 2.25rem 4.375rem;
	font-size: 1rem;
	line-height: 1.375;
}
.service-pricing .text-wrap .folded-tab:not(.visible) {
	display: none;
}
.service-pricing .text-wrap .folded-tab > *:first-child, .service-pricing .text-wrap li:first-child {
	margin-top: 0!important;
}
.service-pricing .text-wrap .folded-tab > *:last-child, .service-pricing .text-wrap li:last-child {
	margin-bottom: 0!important;
}
.service-pricing .text-wrap p, .service-pricing .text-wrap ul, .service-pricing .text-wrap ol, .service-pricing .text-wrap li {
	margin: 1.375em 0;
}
.service-pricing .text-wrap ul, .service-pricing .text-wrap ol {
	padding: 0;
}
.service-pricing .text-wrap li {
	padding-left: 2.5rem;
}
.service-pricing .text-wrap li:before {
	width: 2.5rem;
	text-align: center;
}
.service-pricing .text-wrap strong {
	font-weight: 500;
}
/*added 30.03.21 end*/
