@font-face {
    font-family: 'pf_din_text_comp_proregular';
    src: url('fonts/pfdintextcomppro-regular-webfont.woff2') format('woff2'),
         url('fonts/pfdintextcomppro-regular-webfont.woff') format('woff'),
         url('fonts/pfdintextcomppro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 

body {
	font-family: 'Fira Sans Condensed', sans-serif;
	color: #053F62;
	font-size: .9375rem;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
@media (max-width: 1199.98px) {
	body {
		font-size: .875rem;
	}
}
body.home-page,
body.lang-home-page {
	background: #F9F9F9;
}
body.menu-open {
	overflow: hidden;
}
a, .btn, button {
/*
	-webkit-transition: all 0.1s ease-out;
	   -moz-transition: all 0.1s ease-out;
	    -ms-transition: all 0.1s ease-out;
		 -o-transition: all 0.1s ease-out;
		    transition: all 0.1s ease-out;
*/
}
a:hover, .btn:hover, button:hover {
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
		 -o-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
}
a:focus, .btn:focus, button:focus {
	outline: none !important;
	box-shadow: none;
}
a {
	color: #2496D4;
	text-decoration: none;
}
a:hover {
	color: #053F62;
	text-decoration: none;
}
.lead {
	font-size: 1rem;
	font-weight: 400;
}
.comment {
	font-size: .75rem;
	color: #93A2A8;
}
.col-main ul:not(.pagination):not(.nav) {
	list-style: none;
	padding: 0;
	counter-reset: li;
}
.col-main ul:not(.pagination):not(.nav) li {
	padding-left: 26px;
	position: relative;
}
.col-main ul:not(.pagination):not(.nav) li:before {
	content: '';
	display: block;
	position: absolute;
	left: 2px;
	top: 10px;
	width: 14px;
	height: 1px;
	background: #053F62;
}
.col-main ul:not(.pagination):not(.nav) li + li {
	margin-top: 12px;
}
.col-main ol {
	counter-reset: li;
	padding: 0;
	list-style: none;
}
.col-main ol > li {
	position: relative;
	padding-left: 26px;
}
.col-main ol > li:before {
	content: counter(li)".";
	counter-increment: li;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}
.col-main ol li + li {
	margin-top: 12px;
}
.nav-list {
	padding: 0;
	list-style: none;
}
@media (min-width: 1200px) {
	.lead {
		font-size: 1.0625rem;
	}
	.col-main ul:not(.pagination):not(.nav) li {
		padding-left: 32px;
	}
	.col-main ul:not(.pagination):not(.nav) li:before {
		width: 18px;
	}
	.col-main ul:not(.pagination):not(.nav) li + li {
		margin-top: 18px;
	}
}

/* PRELOADER */
.preloader {
	-webkit-pointer-events: none;
	        pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	z-index: 2000;
	position: fixed;
	margin: auto;
	top: 0; left: 0; right: 0; bottom: 0;
	border: 0px;
	overflow: hidden;
	background: transparent;
}
.preloader-promo,
.preloader-progress {
	-webkit-transition: transform 1s ease-in;
	   -moz-transition: transform 1s ease-in;
	    -ms-transition: transform 1s ease-in;
		 -o-transition: transform 1s ease-in;
		    transition: transform 1s ease-in;
	-webkit-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	   -moz-transition-delay: 1s;
	    -ms-transition-delay: 1s;
		 -o-transition-delay: 1s;
		    transition-delay: 1s;
}
.preloader-promo {
	height: 400px;
	min-height: 400px;
	padding-top: 50px;
	padding-bottom: 90px;
	color: #FFF !important;
	position: absolute;
	top: 0; left: 0; right: 0;
	z-index: 10;
}
.preloader-promo .container {
	position: relative;
	z-index: 3;
}
.preloader-promo svg {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0; left: 0; right: 0;
}
.preloader-promo svg path {
	fill: #053F62;
}
.preloader-done .preloader-promo {
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
		 -o-transform: translateY(-100%);
		    transform: translateY(-100%);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.preloader-promo {
		height: 284px;
		min-height: 284px;
		padding-top: 26px;
		padding-bottom: 68px;
	}
}
@media (max-width: 767.98px) {
	.preloader-promo {
		height: 400px;
		min-height: 400px;
		padding-top: 70px;
	}
	.preloader-done .preloader-promo {
		margin-top: 0;
	}
}
.preloader-promo-title {
	font-size: 2rem;
	line-height: 1;
	font-family: 'pf_din_text_comp_proregular';
	text-transform: uppercase;
	margin-bottom: 25px;
	-webkit-transition: opacity .5s ease-in;
	   -moz-transition: opacity .5s ease-in;
	    -ms-transition: opacity .5s ease-in;
		 -o-transition: opacity .5s ease-in;
		    transition: opacity .5s ease-in;
}
.preloader-done .preloader-promo-title {
	opacity: 0;
}
.preloader-progress {
	display: block;
	position: absolute;
	overflow: hidden;
	z-index: 5;
	top: 400px; right: 0; bottom: 0; left: 0;
	background: #C35A43;
}
.preloader-done .preloader-progress {
	background: transparent;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
		 -o-transform: translateY(100%);
		    transform: translateY(100%);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.preloader-progress {
		top: 284px;
	}
}
@media (max-width: 767.98px) {
	.preloader-progress {
		top: 352px;
	}
}
.preloader-progress-bar {
	background: #BBCBD5;
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	height: 120%;
	width: 100%;
	-webkit-transition: transform .5s ease-in;
	   -moz-transition: transform .5s ease-in;
	    -ms-transition: transform .5s ease-in;
		 -o-transition: transform .5s ease-in;
		    transition: transform .5s ease-in;
}
.preloader-progress-bar:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	left: 0;
	background: #BBCBD5;
}
.preloader-progress-bar:before {
	content: '';
	width: 100%;
	height: 60px;
	position: absolute;
	left: 0;
	bottom: calc(100% - 25px);
	background: url(images/waves.svg) center bottom repeat-x;
	-webkit-transition: background .5s ease-in;
	   -moz-transition: background .5s ease-in;
	    -ms-transition: background .5s ease-in;
		 -o-transition: background .5s ease-in;
		    transition: background .5s ease-in;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	        animation-timing-function: linear;
	-webkit-animation-name: wave;
	        animation-name: wave;
	-webkit-animation-duration: 2800ms;
	        animation-duration: 2800ms;
	-webkit-animation-delay: -2400ms;
	        animation-delay: -2400ms;
}
.preloader-done .preloader-progress-bar {
	opacity: 0;
}
.preloader-done .preloader-progress-bar:before {
	background: #BBCBD5;
}
.preloader-progress svg {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 0; left: 0; right: 0;
	opacity: 0;
}
.preloader-done .preloader-progress svg {
	opacity: 1;
}
.preloader-progress svg path {
	fill: #BBCBD5;
}
@-webkit-keyframes wave {
	0% {
		background-position: center bottom;
	}
	100% {
		background-position: center -1200px bottom;
	}
}
@keyframes wave {
	0% {
		background-position: 0 bottom;
	}
	50% {
		background-position: -600px bottom;
	}
	100% {
		background-position: -1200px bottom;
	}
}
.preloader-status {
	font-size: 10rem;
	height: 10rem;
	overflow: hidden;
	line-height: 1;
	margin-bottom: -5rem;
	display: block;
	position: absolute;
	bottom: 0; right: 50px;
	text-align: right;
	z-index: 10;
	color: #FFF;
	font-family: 'pf_din_text_comp_proregular';
	-webkit-transition: opacity .5s ease-in;
	   -moz-transition: opacity .5s ease-in;
	    -ms-transition: opacity .5s ease-in;
		 -o-transition: opacity .5s ease-in;
		    transition: opacity .5s ease-in;
}
.preloader-status.slide div {
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
		 -o-transform: translateY(-100%);
		    transform: translateY(-100%);
	-webkit-transition: transform .1s ease-in;
	   -moz-transition: transform .1s ease-in;
	    -ms-transition: transform .1s ease-in;
		 -o-transition: transform .1s ease-in;
		    transition: transform .1s ease-in;
}
.preloader-done .preloader-status {
	opacity: 0;
}
.preloader-status-line {
	content: '';
	display: block;
	position: absolute;
	right: 200px;
	width: 100px;
	height: 6px;
	z-index: 5;
	top: 100%;
	margin-top: -3px;
	background: #FFF;
	-webkit-transition: all .5s ease-in;
	   -moz-transition: all .5s ease-in;
	    -ms-transition: all .5s ease-in;
		 -o-transition: all .5s ease-in;
		    transition: all .5s ease-in;
}
.preloader-done .preloader-status-line {
	width: 320px;
	right: 50%;
	margin-right: -160px;
}
@media (min-width: 768px) {
	.preloader-done .preloader-status-line {
		width: 720px;
		margin-right: -360px;
	}
}
@media (min-width: 1200px) {
	.preloader-done .preloader-status-line {
		width: 1180px;
		margin-right: -590px;
	}
}

/* TABLES */
.table-responsive {
	margin-bottom: 32px;
}
.container-main table {
	border: none;
}
.container-main table td,
.container-main table th {
	border: none;
	padding: 12px 0;
}
.container-main table th {
	vertical-align: bottom;
}
.container-main table td {
	vertical-align: top;
}
.container-main table td + td,
.container-main table th + th {
	padding-left: 10px;
}
.container-main table tr + tr td,
.container-main table tr + tr th {
	border-top: #DAE0E3 solid 1px;
}
.container-main table td :last-child,
.container-main table th :last-child {
	margin-bottom: 0;
}
.container-main table thead th {
	color: #93A2A8;
	font-size: .6875rem;
	text-transform: uppercase;
}

/* CONTAINER */
.container {
	padding-left: 24px;
	padding-right: 24px;
}
.home-page .container-main {
	position: relative;
	z-index: 2;
}
.row {
	margin-left: -12px;
	margin-right: -12px;
}
.row.no-gutters {
	margin-left: 0;
	margin-right: 0;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	padding-left: 12px;
	padding-right: 12px;
}
@media (min-width: 768px) {
	.container {
		max-width: 768px;
	}
	.container-main {
		padding-top: 52px;
	}
	.col-main.col-main-with-sidebar {
		padding-left: 28px;
		padding-right: 28px;
	}
}
@media (min-width: 1200px) {
	.container-main {
		padding-top: 82px;
	}
	.row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.row-main {
		margin-left: 0;
		margin-right: 0;
	}
	.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
		padding-left: 20px;
		padding-right: 20px;
	}
	.col-main.col-main-with-sidebar {
		padding-right: 80px;
	}
}
@media (min-width: 1200px) and (max-width: 1219.98px) {
	.container {
		max-width: 1200px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 1220px) {
	.container {
		max-width: 1220px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* HEADERS */
h1, .h1
h2, .h2
h3, .h3 {
	font-weight: 500;
	line-height: 1.1;
	color: #053F62;
}
h1, .h1 {
	font-size: 1.875rem;
	margin-bottom: 30px;
}
h2, .h2 {
	font-size: 1.25rem;
	margin-top: 36px;
	margin-bottom: 16px;
}
h3, .h3 {
	font-size: 1rem;
	margin-top: 28px;
	margin-bottom: 10px;
}
h4, .h4 {
	font-size: .875rem;
	font-weight: 400;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	h1, .h1 {
		font-size: 2.125rem;
	}
	h2, .h2 {
		font-size: 1.375rem;
		margin-top: 48px;
		margin-bottom: 16px;
	}
	h3, .h3 {
		font-size: 1.375rem;
		margin-top: 34px;
		margin-bottom: 16px;
	}
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 2.75rem;
		margin-bottom: 48px;
	}
	h2, .h2 {
		font-size: 1.75rem;
		margin-top: 64px;
		margin-bottom: 22px;
	}
	h3, .h3 {
		font-size: 1.25rem;
		margin-top: 46px;
		margin-bottom: 16px;
	}
	h4, .h4 {
		font-size: 1.0625rem;
	}
}

/* BUTTONS */
.btn {
	border-radius: 5px;
	font-size: 0.875rem;
	line-height: 20px;
	padding: 13px 28px;
	white-space: nowrap;
}
.btn:not(:disabled):not(.disabled):not(.btn-link):not([data-toggle=dropdown]):active {
	-webkit-transform: scale(.95);
	   -moz-transform: scale(.95);
	    -ms-transform: scale(.95);
		 -o-transform: scale(.95);
		    transform: scale(.95);
}
.btn .icon {
	display: inline-block;
	width: 15px;
	height: 12px;
	margin: 4px 7px 0 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.btn .icon-mail {
	background-image: url(images/mail.svg);
}
.btn-primary {
	color: #FFF;
	border-color: #1F93D3;
	background: #1F93D3;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.show > .btn-primary.dropdown-toggle:focus {
	color: #FFF;
	border-color: #053F62;
	background: #053F62;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:focus {
	box-shadow: none;
}
.btn-light {
	color: #1F93D3;
	border-color: #FFF;
	background: #FFF;
}
.btn-light:hover,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle,
.show > .btn-light.dropdown-toggle:focus {
	color: #1F93D3;
	border-color: #EDF2F9;
	background: #EDF2F9;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:focus {
	box-shadow: none;
}
.btn-outline-light {
	color: #FFF;
	border-color: #FFF;
}
.btn-outline-light:hover,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle,
.show > .btn-outline-light.dropdown-toggle:focus {
	background: rgba(255, 255, 255, .2);
	color: #FFF;
	border-color: #FFF;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:focus {
	box-shadow: none;
}
.btn-outline-secondary {
	color: #1F93D3;
	border-color: #DAE0E3;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle,
.show > .btn-outline-secondary.dropdown-toggle:focus {
	background: rgba(0, 0, 0, .05);
	color: #1F93D3;
	border-color: #DAE0E3;
	box-shadow: none;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:focus {
	box-shadow: none;
}
.btn.dropdown-toggle {
	text-align: left;
	position: relative;
}
.btn.dropdown-toggle:after {
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -2px;
}
.btn.dropdown-toggle.btn-block + .dropdown-menu {
	right: 0px;
	padding: 0;
}
@media (min-width: 768px) {
	.btn.dropdown-toggle.btn-block + .dropdown-menu .col-md + .col-md {
		border-left: #ECEFF0 solid 1px;
	}
}
.btn-link {
	color: #1F93D3;
	text-decoration: none !important;
}
.btn-link:hover {
	color: #053F62;
	text-decoration: none !important;
}

/* FORMS */
form {
	counter-reset: legend;
}
fieldset {
	position: relative;
	margin-bottom: 24px;
}
.form-bg {
	background: #F9F9F9;
	border-radius: 3px;
	padding: 24px;
	margin-left: -8px;
	margin-right: -8px;
}
.grey_block {
	display: block;
	position: relative;
	background: #F9F9F9;
	border-radius: 3px;
	padding: 16px 24px;
	margin-left: -8px;
	margin-right: -8px;
}
.grey_block + .grey_block {
	margin-top: 16px;
}
.grey_block:before {
	content: '';
	display: block;
	position: absolute;
	width: 27px;
	height: 24px;
	right: 22px;
	top: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.grey_block.icon-education:before {
	background-image: url(images/education.svg);
}
.grey_block.icon-cources:before {
	background-image: url(images/cources.svg);
}
.grey_block.icon-work:before {
	background-image: url(images/work.svg);
}
.grey_block.icon-notes:before {
	background-image: url(images/notes.svg);
}
.grey_block legend {
	padding-right: 32px;
}
.grey_block input,
.grey_block textarea,
.grey_block select,
.grey_block .select2-container--default:not(.select2-container--open) .select2-selection--single {
	border-color: transparent;
}
.form-row {
	margin-left: -12px;
	margin-right: -12px;
}
.form-row > .col,
.form-row > [class*=col-] {
	padding-left: 12px;
	padding-right: 12px;
}
legend {
	font-size: 1.25rem;
	font-weight: 500;
	margin-bottom: 12px;
}
legend.fieldset-title:before {
	counter-increment: legend;
	content: counter(legend) ". ";
}
.form-input-set {
	display: block;
	position: relative;
	margin: 0 -24px;
	padding: 0 24px;
}
.form-input-set + .form-input-set {
	border-top: #E4E8E9 solid 1px;
	padding-top: 12px;
}
.form-input-set-title {
	font-size: 1rem;
}
.form-input-set-add {
	position: relative;
	border-top: #E4E8E9 solid 1px;
	margin: 0 -24px -16px -24px;
	padding: 16px;
	padding-left: 54px;
	cursor: pointer;
}
.form-input-set-add:before {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #4B646E url(images/plus.svg) center center no-repeat;
	background-size: 8px 8px;
	left: 24px;
	top: 50%;
	margin-top: -10px;
}
.form-group {
	margin-bottom: 16px;
	position: relative;
}
label {
	font-size: .9375rem;
}
.form-control,
.custom-select,
.select2-container--default .select2-selection--single {
	font-size: 1rem;
	border: #DAE0E3 solid 1px;
	border-radius: 4px;
	height: 40px;
	padding: 7px 16px;
	color: #053F62;
	width: 100%;
}
.select2-container {
	display: block;
	max-width: 100%;
}
.select2-dropdown {
	border-color: #DAE0E3;
}
.select2-search--dropdown {
	padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: none;
	border-bottom: #DAE0E3 solid 1px;
	padding: 8px;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
	outline: none !important;
}
.select2-container--default .select2-selection--single:focus {
	outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: #1F93D3;
	color: #FFF;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background: #053F62;
	color: #FFF;
}
.form-control[type=date],
.form-control[data-type=date] {
	padding-right: 40px;
	background-image: url(images/calendar.svg);
	background-position: right 12px center;
	background-repeat: no-repeat;
	background-size: 16px 17px;
}
.form-control:focus,
.custom-select:focus,
.select2-container--default.select2-container--open .select2-selection--single {
	box-shadow: none;
	border-color: #1F93D3;
	color: #053F62;
}
.select2-container--default.select2-container--open .select2-dropdown {
	border-color: #1F93D3;
}
.form-control::-webkit-input-placeholder {
	color: #93A2A8;
}
.form-control:-moz-placeholder {
	color: #93A2A8;
}
.form-control::-moz-placeholder {
	color: #93A2A8;
}
.form-control:-ms-input-placeholder {
	color: #93A2A8;
}
.form-bg .form-control,
.form-bg .custom-select,
.form-bg .select2-container--default .select2-selection--single {
	border-color: #FFF;
}
.invalid-feedback {
	display: block;
}
.form-check {
	position: relative;
	padding-left: 0;
	-webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.form-check + .form-check:not(.form-check-inline) {
	margin-top: 16px;
}
.form-check input {
	position: absolute !important;
	left: -9999px !important;
}
.form-check label {
	padding-left: 28px;
	cursor: pointer;
	color: #4B646E;
	font-size: .875rem;
}
.btn-block.dropdown-toggle + .dropdown-menu .form-check + .form-check {
	margin-top: 0;
}
.btn-block.dropdown-toggle + .dropdown-menu .form-check label {
	padding: 12px 60px 12px 24px;
	display: block;
}
.btn-block.dropdown-toggle + .dropdown-menu .form-check label:hover {
	background: #EDF2F9;
}
.search-sidebar-block .form-check label,
#mobile-search-filter .form-check label {
	padding-left: 42px;
}
.form-check input[type=checkbox] + label:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	background: #FFF;
	border: #B1BCC1 solid 1px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
}
.form-check input[type=checkbox]:checked + label:before {
	background: #1F93D3 url(images/check.svg) center center no-repeat;
	background-size: 11px 9px;
	border-color: #1F93D3;
}
.btn-block.dropdown-toggle + .dropdown-menu .form-check input[type=checkbox] + label:before {
	left: auto;
	right: 24px;
	top: 50%;
	margin-top: -8px;
	border-radius: 50%;
}
.btn-block.dropdown-toggle + .dropdown-menu .form-check input[type=checkbox]:checked + label:before {
	background-color: #053F62;
	border-color: #053F62;
}
.form-check input[type=radio] + label:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: #B1BCC1 solid 1px;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
}
.form-check input[type=radio] + label:after {
	content: '';
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 9px;
	left: 7px;
	background: #FFF;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
}
.form-check input[type=radio]:checked + label:before {
	background: #1F93D3;
	border-color: #1F93D3;
}
.form-check input[type=radio]:checked + label:after {
	opacity: 1;
}
.form-switch {
	display: block;
	position: relative;
	padding-left: 0;
	-webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.form-switch input {
	position: absolute;
	left: -9999px;
}
.form-switch label {
	padding-left: 42px;
	cursor: pointer;
	color: #4B646E;
	font-size: .875rem;
}
.form-switch label:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 20px;
	background: #FFF;
	border: #7D9099 solid 1px;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
}
.form-switch label:after {
	content: '';
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	width: 14px;
	height: 14px;
	background: #7D9099;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
}
.form-switch input:checked + label:before {
	background: #1F93D3;
	border-color: #1F93D3;
}
.form-switch input:checked + label:after {
	background: #FFF;
	left: 13px;
}
.form-separator {
	display: block;
	position: relative;
	margin: 16px 0;
	width: 100%;
	height: 1px;
	background: #E6E6E6;
}
.file-drop-area {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
		    transition: all 0.2s ease-in-out;
}
.file-drop-area input {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
}
.file-drop-area .text-right {
	float: right;
}
.file-input:focus {
	outline: none;
}
.file-msg {
	color: #93A2A8;
}
.text-muted {
	color: #4B646E;
	margin-top: 12px;
}
.check-fieldset {
	position: absolute;
	right: 0; top: -30px;
}
.form-tags:after {
	content: '';
	display: table;
	clear: both;
}
.form-tag {
	display: block;
	position: relative;
	float: left;
	border-radius: 4px;
	background: #053F62;
	color: #FFF;
	font-size: .875rem;
	line-height: 1.125rem;
	margin: 10px 10px 0 0;
	padding: 11px 42px 11px 18px;
}
.form-tag .delete {
	content: '';
	display: block;
	position: absolute;
	background: url(images/close-w.svg) center center no-repeat;
	background-size: contain;
	opacity: .4;
	right: 16px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	cursor: pointer;
}
@media (min-width: 768px) {
	.form-bg {
		margin-left: 0;
		margin-right: 0;
		padding: 24px 32px;
	}
	.grey_block {
		margin: 0;
		padding: 24px 32px;
	}
	.grey_block + .grey_block {
		margin-top: 42px;
	}
	.grey_block:before {
		width: 34px;
		height: 30px;
		right: 32px;
		top: 34px;
	}
	.grey_block legend {
		padding-right: 36px;
	}
	fieldset {
		margin-bottom: 30px;
	}
	legend {
		font-size: 1.375rem;
		margin-bottom: 32px;
	}
	.form-group {
		margin-bottom: 24px;
	}
	.form-input-set {
		margin: 0 -32px;
		padding: 0 32px;
	}
	.form-input-set + .form-input-set {
		padding-top: 18px;
	}
	.form-input-set-add {
		margin: 0 -32px -24px -32px;
		padding-left: 60px;
	}
	.form-input-set-add:before {
		left: 32px;
	}
	.form-check-switch {
		display: -ms-flexbox!important;
		display: flex!important;
	}
	.form-check-switch .form-check {
		margin-top: 0 !important;
		margin-right: -1px;
		-ms-flex: 1 1 auto!important;
		    flex: 1 1 auto!important;
	}
	.form-check-switch .form-check label {
		display: block;
		position: relative;
		padding: 12px;
		text-align: center;
		border: #053F62 solid 1px;
		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
		    -ms-transition: all 0.2s ease-in-out;
			 -o-transition: all 0.2s ease-in-out;
			    transition: all 0.2s ease-in-out;
	}
	.form-check-switch .form-check:first-child label {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	.form-check-switch .form-check:last-child label {
		border-top-right-radius: 4px;
		border-bottom-right-radius: 4px;
	}
	.form-check-switch .form-check input:checked + label {
		background: #053F62;
		color: #FFF;
	}
	.form-check-switch .form-check label:before,
	.form-check-switch .form-check label:after {
		content: none !important;
	}
	.file-drop-area {
		text-align: center;
		width: 100%;
		padding: 25px;
		border: #6B8B98 dashed 1px;
		border-radius: 4px;
	}
	.file-drop-area.is-active {
		border: #1F93D3 solid 1px;
	}
	.file-msg {
		color: #053F62;
	}
	.check-fieldset {
		top: -33px;
	}
}
@media (min-width: 1200px) {
	.form-bg {
		padding: 36px 46px;
	}
	.grey_block {
		padding: 36px 48px;
	}
	.grey_block + .grey_block {
		margin-top: 48px;
	}
	.grey_block:before {
		width: 43px;
		height: 33px;
		right: 42px;
		top: 42px;
	}
	.grey_block legend {
		padding-right: 48px;
	}
	fieldset {
		margin-bottom: 60px;
	}
	legend {
		font-size: 1.75rem;
		margin-bottom: 46px;
	}
	.form-input-set {
		margin: 0 -48px;
		padding: 0 48px;
	}
	.form-input-set + .form-input-set {
		padding-top: 24px;
	}
	.form-input-set-title {
		font-size: 1.125rem;
	}
	.form-input-set-add {
		margin: 0 -48px -36px -48px;
		padding: 22px;
		padding-left: 84px;
	}
	.form-input-set-add:before {
		left: 48px;
		width: 24px;
		height: 24px;
		margin-top: -12px;
		background-size: 10px 10px;
	}
	.form-control,
	.custom-select,
	.select2-container--default .select2-selection--single {
		padding: 11px 20px;
		height: 48px;
	}
	.form-control[type=date] {
		padding-right: 48px;
		background-position: right 16px center;
	}
	.form-check label,
	.form-switch label {
		font-size: .9375rem;
	}
	.check-fieldset {
		top: -42px;
	}
	.form-tag {
		font-size: .9375rem;
		line-height: 1.125rem;
		margin: 10px 10px 0 0;
		padding: 15px 42px 15px 18px;
	}
}

/* MODALS */
.modal-dialog.modal-fullscreen {
	max-width: 100% !important;
	min-height: 100% !important;
	margin: 0;
}
.modal-content {
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: 0 4px 20px 0 rgba(38,62,83,.14);
	        box-shadow: 0 4px 20px 0 rgba(38,62,83,.14);
}
.modal-fullscreen .modal-content {
	min-height: 100vh;
	border-radius: 0;
}
.modal-header {
	border-bottom: #E8ECED solid 1px;
	padding: 24px 64px 24px 32px;
	font-size: 1.375rem;
	color: #053F62;
	font-weight: 500;
}
.close {
	position: absolute;
	z-index: 5;
	padding: 0 !important;
	margin: 0 !important;
	right: 24px;
	top: 32px;
	width: 18px;
	height: 18px;
	background: url(images/close-g.svg) center center no-repeat;
	background-size: contain;
}
.modal-body {
	padding: 24px 32px;
}
.modal-body-fullscreen {
	padding: 0 !important;
}
.modal-body-fullscreen .video-js {
	width: 100%;
	height: 100vh;
}
.modal-backdrop {
	background: #FFF;
}
.modal-backdrop.show {
	opacity: .8;
}
@media (min-width: 768px) {
	.modal-dialog.modal-containered {
		max-width: 720px
	}
	.modal-header {
		padding-left: 24px;
	}
}
@media (min-width: 1200px) {
	.modal-dialog.modal-containered {
		max-width: 1180px
	}
	.modal-header {
		padding-left: 46px;
	}
}

/* OWL CAROUSEL */
.owl-carousel .owl-title {
	font-size: .75rem;
	color: #4B646E;
	margin-top: 26px;
	padding-right: 20px;
}
.owl-carousel .owl-page {
	display: block;
	float: left;
	margin-right: 0;
	line-height: 36px;
	font-size: .875rem;
	color: #92a2a8;
}
.owl-carousel .owl-page span {
	color: #92a2a8;
}
.owl-carousel .owl-nav {
	position: relative;
	right: 0;
	bottom: 0;
	float: right;
	margin-top: 18px;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	display: none;
	position: relative;
	float: left;
	width: 36px;
	height: 36px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 14px 11px;
	font-size: 0;
	text-indent: -9999px;
	border-radius: 50%;
}
.owl-carousel .owl-nav button.disabled {
	opacity: .15;
	cursor: auto;
}
.owl-carousel .owl-nav button.owl-prev {
	background-image: url(images/prev.svg);
	margin-right: 3px;
}
.owl-carousel .owl-nav button.owl-next {
	background-image: url(images/next.svg);
}
.owl-carousel .owl-nav button:hover {
	background-color: #EDF2F9;
}
@media (min-width: 768px) {
	.owl-carousel .owl-page {
		margin-right: 24px;
	}
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel .owl-nav button.owl-next {
		display: block;
	}
}

/* FANCYBOX */
.fancybox-img {
	display: block;
	position: relative;
}
@media (min-width: 768px) {
	.fancybox-img:before {
		content: '';
		display: block;
		position: absolute;
		z-index: 2;
		width: 90px;
		height: 90px;
		background: rgba(255,255,255,.6) url(images/zoom.svg) center center no-repeat;
		background-size: 21px 21px;
		top: 50%;
		left: 50%;
		margin: -45px;
		border-radius: 50%;
		opacity: 0;
		-webkit-transform: scale(0.5);
		   -moz-transform: scale(0.5);
		    -ms-transform: scale(0.5);
			 -o-transform: scale(0.5);
			    transform: scale(0.5);
		-webkit-transition: all 0.1s ease-out;
		   -moz-transition: all 0.1s ease-out;
		    -ms-transition: all 0.1s ease-out;
			 -o-transition: all 0.1s ease-out;
			    transition: all 0.1s ease-out;
	}
	.fancybox-img:hover:before {
		opacity: 1;
		-webkit-transform: scale(1);
		   -moz-transform: scale(1);
		    -ms-transform: scale(1);
			 -o-transform: scale(1);
			    transform: scale(1);
		-webkit-transition: all 0.2s ease-in;
		   -moz-transition: all 0.2s ease-in;
		    -ms-transition: all 0.2s ease-in;
			 -o-transition: all 0.2s ease-in;
			    transition: all 0.2s ease-in;
	}
}
@media (min-width: 1200px) {
	.fancybox-img:before {
		width: 112px;
		height: 112px;
		margin: -56px;
		background-size: 26px 26px;
	}
}

/* PROMO */
.promo {
	display: block;
	position: relative;
	width: 100%;
	height: 78px;
	color: #FFF;
	background: url(images/footer-bg.jpg) center center no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
		    transition: all 0.3s ease;
}
.lang-page .promo {
	height: auto;
	min-height: inherit;
	padding: 20px 0 50px 0;
}
.home-page .promo {
	height: 400px;
	padding-top: 50px;
	padding-bottom: 90px;
	background: url(images/promo-bg.jpg) center center no-repeat;
	background-size: cover;
}
.home-page.short-promo .promo {
	height: 78px;
	padding-top: 0;
	padding-bottom: 0;
}
.home-page .promo-bg {
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: url(images/footer-bg.jpg) center center no-repeat;
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
		    transition: all 0.3s ease;
}
.home-page.show-bg .promo-bg {
	opacity: 1;
	visibility: visible;
}
.promo > .container {
	position: relative;
	height: 100%;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
		 -o-transition: all 0.3s ease;
		    transition: all 0.3s ease;
}
.home-page.short-promo .promo > .container {
	opacity: 0;
	visibility: hidden;
}
.promo-title {
	font-size: 2rem;
	line-height: 1;
	font-family: 'pf_din_text_comp_proregular';
	text-transform: uppercase;
	margin-bottom: 25px;
}
.lang-page .promo-title {
	margin-bottom: 0;
}
.promo-subtitle {
	font-size: 1.125rem;
	line-height: 1;
}
.promo-phone {
	font-family: 'pf_din_text_comp_proregular';
	font-size: 2.0625rem;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.promo-phone a {
	color: #FFF;
}
.promo-phone-comment {
	font-size: 0.8125rem;
	line-height: 1.154;
	opacity: .8;
}
.promo-hotline {
	font-size: 0.8125rem;
	line-height: 1.154;
}
.promo-hotline a {
	display: block;
	position: relative;
	padding-left: 36px;
	background: url(images/hotline.svg) left center no-repeat;
	background-size: 24px 26px;
	color: #FFF;
	text-decoration: none;
}
.promo-play {
	position: absolute;
	min-width: 170px;
	bottom: 0;
	line-height: 1;
	padding: 10px 15px 10px 55px;
	text-align: left;
	right: 20px;
	border-radius: 2px;
}
.promo-play:before {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(images/play.svg) center center no-repeat;
	background-size: contain;
	left: 14px;
	top: 50%;
	margin-top: -12.5px;
}
.promo-play-time {
	opacity: .75;
	font-size: 0.5rem;
}
.promo-min {
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: .8125rem;
	line-height: 20px;
	padding-left: 20px;
	cursor: pointer;
	overflow: hidden;
	height: 20px;
}
.promo-min:before {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 11px;
	left: 0;
	top: 50%;
	margin-top: -5.5px;
	background: url(images/arrow-down-w.svg) center center no-repeat;
	background-size: contain;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
		 -o-transition: all 0.2s ease;
		    transition: all 0.2s ease;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
		    transform: rotate(180deg);
}
.short-promo .promo-min:before {
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
		    transform: rotate(0deg);
}
.promo-min div {
	display: block;
	-webkit-transition: all 0.2s ease;
	   -moz-transition: all 0.2s ease;
	    -ms-transition: all 0.2s ease;
		 -o-transition: all 0.2s ease;
		    transition: all 0.2s ease;
}
.short-promo .promo-min div {
	-webkit-transform: translateY(-100%);
	   -moz-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
		 -o-transform: translateY(-100%);
		    transform: translateY(-100%);
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.promo {
		height: 56px;
	}
	.home-page .promo {
		height: 284px;
		min-height: 284px;
		padding-top: 26px;
		padding-bottom: 68px;
		background-image: url(images/promo-bg-md.jpg);
	}
	.home-page.short-promo .promo {
		height: 56px;
		min-height: 56px;
	}
	.promo-play {
		right: 24px;
	}
	.promo-min {
		top: 5px;
	}
}
@media (max-width: 767.98px) {
	.promo,
	.lang-page .promo {
		background-image: none;
		height: 48px;
		margin-bottom: 14px;
		padding: 0;
	}
	.home-page .promo,
	.home-page.short-promo .promo {
		height: 352px;
		padding-top: 22px;
		margin-top: 48px;
		margin-bottom: -24px;
		background-image: url(images/promo-bg-xs.jpg);
	}
	.home-page.short-promo .promo > .container {
		opacity: 1;
		visibility: visible;
	}
	.promo-play {
		right: auto;
		position: relative;
		border: none !important;
		padding: 0 0 0 27px !important;
	}
	.promo-play:before {
		width: 20px;
		height: 20px;
		left: 0;
		margin-top: -10px;
	}
	.promo-play:hover,
	.promo-play:active {
		background: none !important;
	}
	.promo-min {
		display: none;
	}
}
@media (min-width: 1600px) {
	.home-page .promo {
		background-image: url(images/promo-bg-xl.jpg);
	}
}

/* NAVBAR */
#navbar {
	position: relative;
	z-index: 990;
	width: 100%;
}
.navbar-fixed:not(.service-detail) #navbar {
	position: fixed;
	top: 20px; left: 0; right: 0;
}
.service-detail #navbar {
	top: 0;
}
.navbar-container {
	position: relative;
}
.navbar {
	position: absolute;
	width: 100%;
	padding: 0;
	border-radius: 3px;
	background: #FFF;
	-webkit-box-shadow: 0 2px 24px 0 rgba(20,35,42,.12);
	        box-shadow: 0 2px 24px 0 rgba(20,35,42,.12);
}
.navbar-brand {
	display: block;
	position: relative;
	padding: 0;
	margin: 0 12px 0 24px;
}
.navbar-brand .logo {
	display: block;
	position: relative;
	    width: 28px;
    height: 28px;
    opacity: .66;
    margin-top: 2px;

/*	width: 40px;
	height: 40px;*/
	font-size: 0;
	text-indent: -9999px;
	background: url(images/logo_white.png) center center no-repeat;
	background-size: contain;
}
.navbar-nav .nav-link,
.nav-lang .dropdown-item {
	line-height: 20px;
}
.navbar-main .nav-link {
	font-size: 1.0625rem;
	color: #053F62;
}
.navbar-main .nav-item:hover .nav-link,
.navbar-main .nav-link:hover,
.navbar-main .active .nav-link {
	color: #1F93D3;
}
.navbar-main .icon-search {
	display: block;
	position: relative;
	width: 40px;
	height: 20px;
	background: url(images/icon-search.svg) center center no-repeat;
	background-size: 14px 14px;
}
.navbar-main .sub-nav {
	margin-top: 8px;
	padding-bottom: 20px;
	display: block;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	left: 0;
	width: 224px;
	border-radius: 3px;
	background: #F9F9F9;
	-webkit-box-shadow: 0 2px 24px 0 rgba(20,35,42,.12);
	        box-shadow: 0 2px 24px 0 rgba(20,35,42,.12);
	-webkit-transition: all 0.1s ease-out;
	   -moz-transition: all 0.1s ease-out;
	    -ms-transition: all 0.1s ease-out;
		 -o-transition: all 0.1s ease-out;
		    transition: all 0.1s ease-out;
}
.navbar-main .sub-nav:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 8px;
	bottom: 100%;
	left: 0;
	background: transparent;
}
.navbar-main .sub-nav-title {
	position: relative;
	font-size: 1.125rem;
	font-weight: 500;
	color: #053F62;
	line-height: 1;
	padding: 20px 0;
	margin: 0 24px 20px 24px;
}
.navbar-main .sub-nav-title:after {
	content: '';
	display: block;
	position: absolute;
	width: 34px;
	height: 2px;
	background: #1F93D3;
	bottom: 0;
	left: 0;
}
.navbar-main .sub-nav-nav {
	list-style: none;
	padding: 0;
}
.navbar-main .sub-nav-link,
.navbar-main .sub-sub-nav-link {
	padding: 7px 10px 7px 24px;
	display: block;
	font-size: 0.75rem;
	line-height: 1.334;
	color: #4B646E;
}
.navbar-main .sub-nav-link:hover,
.navbar-main .sub-sub-nav-link:hover {
	color: #053F62;
}
.navbar-main .sub-nav .has-sub-nav .sub-nav-link:after {
	content: "";
	display: inline-block;
	margin-left: 4px;
	vertical-align: .15em;
	border-top: 4px solid #4B646E;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
	-webkit-transition: all 0.1s ease-out;
	   -moz-transition: all 0.1s ease-out;
	    -ms-transition: all 0.1s ease-out;
		 -o-transition: all 0.1s ease-out;
		    transition: all 0.1s ease-out;
}
.navbar-main .sub-nav .has-sub-nav.show .sub-nav-link:after {
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
		 -o-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
		    transform: rotate(180deg);	
}
.navbar-main .sub-sub-nav {
/* 	display: none; */
}
.navbar-main .sub-sub-nav-nav {
	list-style: none;
	padding: 0;
}
.navbar-main .sub-sub-nav-link {
	position: relative;
}
.navbar-main .sub-sub-nav-link:before {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background: #D8D8D8;
	left: 25px;
	top: 13px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
		    transform: rotate(45deg);
}
.navbar-main .sub-sub-nav-link {
	padding-left: 40px;
}
.navbar-search {
	display: block;
	position: absolute;
	background: #FFF;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 10;
	border-radius: 3px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s ease-out;
	   -moz-transition: all 0.1s ease-out;
	    -ms-transition: all 0.1s ease-out;
		 -o-transition: all 0.1s ease-out;
		    transition: all 0.1s ease-out;
}
.search-open .navbar-search {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
		 -o-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
}
.navbar-search input {
	border: none;
	background: none;
	border-radius: 0;
	font-size: 1rem;
	color: #7D9099;
	height: 70px;
	line-height: 20px;
	padding: 25px 70px;
}
.navbar-search:before {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	z-index: 2;
	pointer-events: none;
	left: 28px;
	top: 50%;
	margin-top: -9px;
	background: url(images/icon-search-g.svg) center center no-repeat;
	background-size: contain;
}
.navbar-search .close {
	display: block;
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0; right: 0;
	background-size: 16px 16px;
	border-left: #E4ECF0 solid 1px;
	opacity: 1;
}
.navbar-second li + li {
	border-left: #E4ECF0 solid 1px;
}
.navbar-second .nav-link,
.navbar-lang .nav-link {
	color:white;
	/*color: #053F62;*/
}
.navbar-second .nav-link:hover,
.navbar-lang .nav-link:hover {
	color: #1F93D3;	
}
.nav-account {
	font-size: 0.75rem;
}
.nav-account .icon {
	padding-left: 18px;
	display: inline-block;
	position: relative;
}
.nav-account .icon:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 12px;
	margin-top: -6px;
	background: url(images/icon-account.svg) center center no-repeat;
	background-size: 12px 14px;
}
.nav-account .icon:after {
	content: '';
	display: block;
	position: absolute;
	left: -9999px;
	width: 0px;
	height: 0px;
	background-image: url(images/icon-account-hover.svg);
}
.nav-account .nav-link:hover .icon:before {
	background-image: url(images/icon-account-hover.svg);
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
		 -o-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
}
.nav-lang {
	font-size: 0.875rem;
	text-transform: uppercase;
}
.nav-lang.show {
	border-left-color: transparent;
}
.nav-lang .nav-link:hover {
	background: #f8fbff;
}
.nav-lang.show .nav-link {
	background: #053F62;
	color: #FFF;
}
.nav-lang .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	padding: 0;
	border-radius: 0;
	border: none;
	margin: 0;
	width: 100%;
	min-width: 100%;
	background: #053F62;
	border-top: #2F5F7B solid 1px;
	min-width: min-intrinsic;
	-webkit-transition: all 0.1s ease-out;
	   -moz-transition: all 0.1s ease-out;
	    -ms-transition: all 0.1s ease-out;
		 -o-transition: all 0.1s ease-out;
		    transition: all 0.1s ease-out;
}
.nav-lang .dropdown-menu:before,
.nav-lang .dropdown-menu:after {
	content: '';
	display: block;
	position: absolute;
	border-style: solid;
	border-width: 7px;
	left: 50%;
	margin-left: -7px;
}
.nav-lang .dropdown-menu:before {
	border-color: #2F5F7B transparent transparent transparent;
	top: -1px;
}
.nav-lang .dropdown-menu:after {
	border-color: #053F62 transparent transparent transparent;
	top: -2.5px;
}
.nav-lang .dropdown-menu.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
		 -o-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
}
.nav-lang .dropdown-item {
	color: #FFF;
	border-radius: 0 !important;
	padding-right: 0 !important;
}
.nav-lang .dropdown-item:hover,
.nav-lang .dropdown-item:active {
	background: #1F93D3;
	color: #FFF;
}
.nav-lang .icon {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.nav-lang .icon:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 8px;
	margin-top: -4px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	        box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
}
.nav-lang .dropdown-toggle:after {
	display: none;
}
.nav-lang .icon.flag-rus:before {
	background-image: url(images/flag-rus.png);
}
.nav-lang .icon.flag-eng:before {
	background-image: url(images/flag-eng.png);
}
.nav-lang .icon.flag-chn:before {
	background-image: url(images/flag-chn.png);
}
.nav-lang .icon.flag-kor:before {
	background-image: url(images/flag-kor.png);
}
.nav-lang .icon.flag-jpn:before {
	background-image: url(images/flag-jpn.png);
}
@media (min-width: 1200px) {
	#navbar {
		top: -30px;
	}
	.service-detail #navbar {
	/*	top: 48px;*/
		top:20px;
	}
	.navbar-expand-md .navbar-main .nav-link {
		padding: 25px 12px;
	}
	.navbar-main .nav-item.has-sub-nav {
		position: relative;
	}
	.navbar-expand-md .navbar-second .nav-link,
	.navbar-expand-md .navbar-lang .nav-link,
	.navbar-lang .dropdown-item {
		padding: 25px 28px;
	}
	.navbar-second li:not(.nav-lang) {
		border-left: none;
	}
	.nav-account {
		font-size: 0.9375rem;
	}
	.nav-account .icon {
		padding-left: 23px;
	}
	.nav-account .icon:before {
		width: 12px;
		height: 14px;
		margin-top: -7px;
	}
	.nav-lang .nav-link {
		border-radius: 0 3px 3px 0;
	}
	.nav-lang.show .nav-link {
		border-bottom-right-radius: 0;
	}
	.nav-lang .icon {
		padding-left: 24px;
	}
	.nav-lang .icon:before {
		width: 14px;
		height: 10px;
		margin-top: -5px;
	}
	.nav-lang .dropdown-toggle:after {
		display: inline-block;
		border-top-width: 4px;
		border-right-width: 4px;
		border-left-width: 4px;
		margin-left: 3px;
	}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	#navbar {
		top: -30px;
	}
	.service-detail #navbar {
		top: 26px;
	}
	.navbar-brand {
		margin-left: 16px;
		margin-right: 2px;
	}
	.navbar-brand .logo {
		width: 32px;
		height: 32px;
	}
	.navbar-expand-md .navbar-main .nav-link {
		font-size: 0.675rem;
		padding: 18px 5px;
	}
	.navbar-main .nav-item.has-sub-nav {
		position: relative;
	}
	.navbar-main .sub-nav {
		left: -10px;
	}
	.navbar-main .icon-search {
		width: 20px;
	}
	.navbar-search input {
		height: 56px;
		padding: 18px 56px;
	}
	.navbar-search:before {
		width: 16px;
		height: 16px;
		left: 22px;
		margin-top: -8px;
	}
	.navbar-search .close {
		width: 56px;
		height: 56px;
		background-size: 15px 15px;
	}
	.navbar-second li:not(.nav-lang) {
		border-left: none;
	}
	.navbar-expand-md .navbar-second .nav-link,
	.navbar-expand-md .navbar-lang .nav-link,
	.nav-lang .dropdown-item {
		padding: 18px 14px;
	}
	.nav-lang .nav-link,
	.nav-lang .dropdown-item {
		width: 72px;
	}
	.nav-lang.show .nav-link {
		
	}
}
@media (max-width: 767.98px) {
	#navbar {
		position: fixed;
		top: 0; left: 0; top: 0 !important;
		width: 100%;
	}
	#navbar > .container {
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.navbar {
		width: 100%;
		padding: 0;
		border-radius: 0;
		-webkit-box-shadow: 0 3px 12px 0 rgba(17,49,63,.15);
		        box-shadow: 0 3px 12px 0 rgba(17,49,63,.15);
	}
	.navbar-brand {
		margin: 9px 10px 9px 24px;
	}
	.navbar-brand .logo {
		width: 30px;
		height: 30px;
	}
	.navbar-title {
		color: #053F62;
		font-size: 0.875rem;
	}
	.navbar-toggler {
		position: relative;
		padding: 0;
		border: none;
		border-radius: 0;
		width: 30px;
		height: 30px;
		margin-right: 19px;
	}
	.navbar-toggler span {
		display: block;
		position: absolute;
		width: 20px;
		height: 2px;
		background: #B1BCC1;
		top: 50%;
		left: 5px;
		margin-top: -1px;
		-webkit-transition: all 0.2s ease-in-out;
		   -moz-transition: all 0.2s ease-in-out;
		    -ms-transition: all 0.2s ease-in-out;
			 -o-transition: all 0.2s ease-in-out;
			    transition: all 0.2s ease-in-out;
	}
	.navbar-toggler span:nth-child(1) {
		-webkit-transform: translateY(-6px);
		   -moz-transform: translateY(-6px);
		    -ms-transform: translateY(-6px);
			 -o-transform: translateY(-6px);
			    transform: translateY(-6px);
	}
	.navbar-toggler span:nth-child(2) {
		width: 15px;
	}
	.navbar-toggler span:nth-child(3) {
		-webkit-transform: translateY(6px);
		   -moz-transform: translateY(6px);
		    -ms-transform: translateY(6px);
			 -o-transform: translateY(6px);
			    transform: translateY(6px);
	}
	.navbar-toggler:hover span:nth-child(2) {
		width: 20px;
	}
	.menu-open .navbar-toggler span:nth-child(1) {
		-webkit-transform: rotate(45deg) translateX(0px);
		   -moz-transform: rotate(45deg) translateX(0px);
		    -ms-transform: rotate(45deg) translateX(0px);
			 -o-transform: rotate(45deg) translateX(0px);
			    transform: rotate(45deg) translateX(0px);
	}
	.menu-open .navbar-toggler span:nth-child(2) {
		opacity: 0;
	}
	.menu-open .navbar-toggler span:nth-child(3) {
		-webkit-transform: rotate(-45deg) translateX(0px);
		   -moz-transform: rotate(-45deg) translateX(0px);
		    -ms-transform: rotate(-45deg) translateX(0px);
			 -o-transform: rotate(-45deg) translateX(0px);
			    transform: rotate(-45deg) translateX(0px);
	}
	.navbar-collapse {
		background: #FFF;
		position: absolute;
		left: 0;
		top: 48px;
		height: calc(100vh - 48px);
		height: calc(var(--vh, 1vh) * 100 - 48px);
		padding-bottom: 98px;
		width: 100%;
		border-top: #C8CFD2 solid 1px;
		-webkit-transition: all 0.1s ease-out;
		   -moz-transition: all 0.1s ease-out;
		    -ms-transition: all 0.1s ease-out;
			 -o-transition: all 0.1s ease-out;
			    transition: all 0.1s ease-out;
		-webkit-transform: translateX(-100%);
		   -moz-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
			 -o-transform: translateX(-100%);
			    transform: translateX(-100%);
	}
	.menu-open .navbar-collapse {
		-webkit-transition: all 0.2s ease-in;
		   -moz-transition: all 0.2s ease-in;
		    -ms-transition: all 0.2s ease-in;
			 -o-transition: all 0.2s ease-in;
			    transition: all 0.2s ease-in;
		-webkit-transform: translateX(0);
		   -moz-transform: translateX(0);
		    -ms-transform: translateX(0);
			 -o-transform: translateX(0);
			    transform: translateX(0);
	}
	.navbar-main {
		padding-top: 14px;
		padding-left: 24px;
		height: -moz-calc(100vh - 100px);
		height: -webkit-calc(100vh - 100px);
		height: calc(100vh - 100px);
/*		height: 100%;*/
		overflow-y: scroll;
	}
	.navbar-main .nav-item + .nav-item {
		border-top: #EEF1F2 solid 1px;
	}
	.navbar-main .nav-link {
		padding: 17px 10px 17px 0;
	}
	.navbar-main .has-sub-nav .nav-link {
		padding-right: 45px;
		position: relative;
	}
	.navbar-main .has-sub-nav .nav-link:after {
		content: '';
		display: block;
		position: absolute;
		width: 11px;
		height: 19px;
		right: 24px;
		top: 50%;
		margin-top: -9.5px;
		background: url(images/chevron-right-g.svg) center center no-repeat;
		background-size: contain;
	}
	.navbar-main .sub-nav {
		opacity: 1;
		visibility: visible;
		top: 0;
		left: -100%;
		margin: 0;
		background: #FFF;
		height: 100%;
		width: 100%;
		overflow-y: scroll;
		padding-bottom: 98px;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.menu-open .navbar-main .sub-nav.show {
		z-index: 5;
		-webkit-transform: translateX(100%);
		   -moz-transform: translateX(100%);
		    -ms-transform: translateX(100%);
			 -o-transform: translateX(100%);
			    transform: translateX(100%);
	}
	.navbar-main .sub-nav:before {
		display: none;
	}
	.navbar-main .sub-nav .back {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		top: 26px;
		left: 15px;
		background: url(images/chevron-left-g.svg) center center no-repeat;
		background-size: 11px 19px;
		cursor: pointer;
	}
	.navbar-main .sub-nav-scroll {
		height: 100%;
		overflow-y: scroll;
	}
	.navbar-main .sub-nav-title {
		margin-left: 57px;
		margin-top: 14px;
		margin-bottom: 0;
		font-size: 1.0625rem;
		font-weight: 400;
		line-height: 20px;
		padding-top: 17px;
		padding-bottom: 17px;
	}
	.navbar-main .sub-nav-title:after {
		display: none;
	}
	.navbar-main .sub-nav-nav {
		padding-left: 57px;
	}
	.navbar-main .sub-nav-item + .sub-nav-item {
		border-top: #EEF1F2 solid 1px;
	}
	.navbar-main .sub-nav-link {
		padding-left: 0;
		font-size: 0.875rem;
		padding-top: 11px;
		padding-bottom: 11px;
	}
	.navbar-main .sub-sub-nav-link {
		font-size: 0.875rem;
		padding-left: 16px;
	}
	.navbar-main .sub-sub-nav-link:before {
		left: 1px;
	}
	.navbar-search {
		border-radius: 0;
		bottom: 49px; left: 0; right: 0; top: auto;
		border-top: #EEF1F2 solid 1px;
		opacity: 1;
		visibility: visible;
	}
	.navbar-search input {
		height: 48px;
		padding: 14px 24px 14px 48px;
	}
	.navbar-search:before {
		width: 15px;
		height: 15px;
		left: 24px;
		margin-top: -7.5px;
	}
	.navbar-search .close {
		display: none !important;
	}
	.navbar-second {
		position: absolute;
		z-index: 15;
		background: #FFF;
		border-top: #EEF1F2 solid 1px;
		bottom: 0; left: 0; right: 88px;
		-ms-flex-direction: row;
		    flex-direction: row;
	}
	.navbar-second .nav-link {
		white-space: nowrap;
	}
	.navbar-expand-md .navbar-second .nav-link,
	.navbar-lang .nav-link,
	.nav-lang .dropdown-item {
		padding: 14px 24px;
	}
	.nav-account {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.navbar-lang {
		position: absolute;
		z-index: 15;
		background: #FFF;
		border-top: #EEF1F2 solid 1px;
		bottom: 0; right: 0;
		-ms-flex-direction: row;
		    flex-direction: row;
	}
	.nav-lang .nav-link,
	.nav-lang .dropdown-item {
		width: 88px;
	}
	.nav-lang.show .nav-link {
		
	}
	.nav-lang .dropdown-menu {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		top: auto;
		bottom: 100%;
		border-top: none;
		border-bottom: #2F5F7B solid 1px;
	}
	.nav-lang .dropdown-menu:before {
		border-color: transparent transparent #2F5F7B transparent;
		top: auto;
		bottom: -1px;
	}
	.nav-lang .dropdown-menu:after {
		border-color: transparent transparent #053F62 transparent;
		top: auto;
		bottom: -2.5px;
	}
	.nav-lang .dropdown-item:nth-child(1) {
		order: 12;
	}
	.nav-lang .dropdown-item:nth-child(2) {
		order: 11;
	}
	.nav-lang .dropdown-item:nth-child(3) {
		order: 10;
	}
	.nav-lang .dropdown-item:nth-child(4) {
		order: 9;
	}
	.nav-lang .dropdown-item:nth-child(5) {
		order: 8;
	}
	.nav-lang .dropdown-item:nth-child(6) {
		order: 7;
	}
}

/* BREADCRUMBS */
.breadcrumb {
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	font-size: .6875rem;
	line-height: 14px;
	margin-bottom: 12px;
}
.breadcrumb,
.breadcrumb a {
	color: #4B646E;
}
.service-promo .breadcrumb,
.service-promo .breadcrumb a {
	color: #FFF;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 14px;
	margin-left: 10px;
	position: relative;
}
.breadcrumb-item:first-child a {
	font-size: 0;
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 14px;
	background: url(images/anchor.svg) center center no-repeat;
	background-size: contain;
}
.service-promo .breadcrumb-item:first-child a {
	background-image: url(images/anchor-w.svg);
}
.breadcrumb-item + .breadcrumb-item:before {
	content: '';
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 3px;
	height: 3px;
	background: #D8D8D8;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
		    transform: rotate(45deg);
}
.service-promo .breadcrumb-item + .breadcrumb-item:before {
	background: #FFF;
}
@media (min-width: 768px) {
	.breadcrumb {
		padding: 0 16px;
	}
}
@media (min-width: 1200px) {
	.breadcrumb {
		padding: 0 28px;
		font-size: .8125rem;
		line-height: 17px;
		margin-bottom: 36px;
	}
	.breadcrumb-item:first-child a {
		width: 14px;
		height: 17px;
	}
}

/* SERVICES MAIN */
.services-main {
	margin-bottom: 32px;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0 2px 24px 0 rgba(20,35,42,.04);
	        box-shadow: 0 2px 24px 0 rgba(20,35,42,.04);
}
.services-main-nav {
	background: #E4EAEE;
	margin-top: -1px;
}
.service-main-block {
	position: relative;
}
.service-main-block.square-block:after {
	content: '';
	display: block;
	padding-top: 100%;
}
.service-main-item {
	display: block;
	position: relative;
	background: #FFF;
	padding: 18px 10px 18px 72px;
	color: #053F62;
	font-size: .8125rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 1px 1px 0 0;
}
.service-main-block.square-block .service-main-item {
	position: absolute;
	top: 1px; right: 1px; bottom: 0; left: 0;
	padding: 14px 16px;
	margin: 0;
}
.service-main-block .service-main-item:hover,
.service-main-block .service-main-item.active {
	background: #053F62;
	color: #FFF;
}
.service-main-item .icon {
	display: block;
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -20.5px;
	background-position: center center;
	background-size: auto 41px;
	background-repeat: no-repeat;
	width: 48px;
	height: 41px;
}
.service-main-item:hover .icon,
.service-main-item.active .icon {
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
		 -o-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
}
.service-main-item .icon:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.service-main-block.square-block .service-main-item .icon {
	top: auto;
	margin-top: 0;
	bottom: 14px;
}
.service-main-item.service-main-ships .icon {
	background-image: url(images/service-icon-ships.png);
}
.service-main-item.service-main-ships:hover .icon,
.service-main-item.service-main-ships.active .icon,
.service-main-item.service-main-ships .icon:before {
	background-image: url(images/service-icon-ships-hover.png);
}
.service-main-item.service-main-objects .icon {
	background-image: url(images/service-icon-oilgas.png);
}
.service-main-item.service-main-objects:hover .icon,
.service-main-item.service-main-objects.active .icon,
.service-main-item.service-main-objects .icon:before {
	background-image: url(images/service-icon-oilgas-hover.png);
}
.service-main-item.service-main-land-objects .icon {
	background-image: url(images/service-icon-locator.png);
}
.service-main-item.service-main-land-objects:hover .icon,
.service-main-item.service-main-land-objects.active .icon,
.service-main-item.service-main-land-objects .icon:before {
	background-image: url(images/service-icon-locator-hover.png);
}
.service-main-item.service-main-technical-observation .icon {
	background-image: url(images/service-icon-technic.png);
}
.service-main-item.service-main-technical-observation:hover .icon,
.service-main-item.service-main-technical-observation.active .icon,
.service-main-item.service-main-technical-observation .icon:before {
	background-image: url(images/service-icon-technic-hover.png);
}
.service-main-item.service-main-online .icon {
	background-image: url(images/service-icon-online.png);
}
.service-main-item.service-main-online:hover .icon,
.service-main-item.service-main-online.active .icon,
.service-main-item.service-main-online .icon:before {
	background-image: url(images/service-icon-online-hover.png);
}
.service-main-item.service-main-publications .icon {
	background-image: url(images/service-icon-publications.png);
}
.service-main-item.service-main-publications:hover .icon,
.service-main-item.service-main-publications.active .icon,
.service-main-item.service-main-publications .icon:before {
	background-image: url(images/service-icon-publications-hover.png);
}
.service-main-item.service-main-certification .icon {
	background-image: url(images/service-icon-sertification.png);
}
.service-main-item.service-main-certification:hover .icon,
.service-main-item.service-main-certification.active .icon,
.service-main-item.service-main-certification .icon:before {
	background-image: url(images/service-icon-sertification-hover.png);
}
.service-main-item.service-main-containers .icon {
	background-image: url(images/service-icon-containers.png);
}
.service-main-item.service-main-containers:hover .icon,
.service-main-item.service-main-containers.active .icon,
.service-main-item.service-main-containers .icon:before {
	background-image: url(images/service-icon-containers-hover.png);
}
.service-main-all-items {
	padding-left: 16px;
}
.service-main-all-items .title {
	text-transform: uppercase;
	font-size: .875rem;
}
.service-main-block.square-block .service-main-all-items .title {
	position: absolute;
	bottom: 14px;
	left: 16px;
}
.service-main-all-items .count {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -8px;
	color: #C8CFD2;
	line-height: 16px;
	padding-left: 40px;
}
.service-main-all-items .count:before {
	content: '';
	display: block;
	position: absolute;
	width: 32px;
	height: 2px;
	left: 0px;
	top: 50%;
	margin-top: -1px;
	background: #1F93D3;
}
.service-main-block.square-block .service-main-all-items .count {
	position: relative;
	right: auto;
	top: auto;
	margin-top: 0;
}
.services-main-content {
	position: relative;
	height: 100%;
	background: #FFF;
}
.service-main-content {
	display: none;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
.service-main-content .mCSB_outside+.mCSB_scrollTools {
	right: 20px;
	top: 20px;
	bottom: 20px;
}
.service-main-content.active {
	display: block;
}
.service-main-content a {
	color: #053F62;
}
.service-main-content a:hover {
	color: #1F93D3;
}
.service-main-title {
	position: relative;
	font-weight: 500;
	font-size: 1.625rem;
	line-height: 1.25;
	color: #053F62;
	padding-bottom: 28px;
	margin-bottom: 46px;
}
.service-main-title:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 2px;
	background: #1F93D3;
}
.service-main-section-title {
	color: #92A1A7;
	font-size: .75rem;
	text-transform: uppercase;
	font-weight: 500;
}
.service-main-sections,
.service-main-sections-more {
	padding: 0;
	list-style: none;
	line-height: 1.4;
	margin-bottom: 24px;
}
.service-main-sections + .service-main-sections-more {
	margin-top: 24px;
	padding-top: 24px;
	border-top: #DAE0E3 solid 1px;
}
.service-main-sections p,
.service-main-sections li,
.service-main-sections-more li {
	margin-bottom: 10px;
}
.service-main-sections-more a {
	color: #7D9099;
}
@media (max-width: 767.98px) {
	.services-main {
		margin-left: -8px !important;
		margin-right: -8px !important;
	}
	.service-main-block.square-xs-block:after {
		content: '';
		display: block;
		padding-top: 100%;
	}
	.service-main-block .service-main-item {
		margin: 1px 0 0 0;
	}
	.service-main-block.square-xs-block .service-main-item {
		position: absolute;
		top: 1px; right: 1px; bottom: 0; left: 0;
		padding: 14px 16px;
		margin: 0;
	}
	.service-main-block.col-12.square-xs-block .service-main-item {
		right: 0;
	}
	.service-main-block.col-6.square-xs-block:nth-child(2n) .service-main-item {
		right: 0;
	}
	.service-main-block.square-xs-block .service-main-item .icon {
		top: auto;
		bottom: 14px;
		margin-top: 0;
	}
	.service-main-block.square-block .service-main-all-items .title,
	.service-main-block.square-xs-block .service-main-all-items .title {
		position: absolute;
		bottom: 14px;
		left: 16px;
	}
	.service-main-all-items .count {
		font-size: .8125rem;
	}
	.service-main-block.square-xs-block .service-main-all-items .count {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 0;
	}
	.service-main-content {
		display: none !important;
	}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.service-main-block.square-md-block:after {
		content: '';
		display: block;
		padding-top: 100%;
	}
	.service-main-block .service-main-item {
		margin-top: 1px;
	}
	.service-main-block.square-md-block .service-main-item {
		position: absolute;
		top: 1px; right: 1px; bottom: 0; left: 0;
		padding: 14px 16px;
		margin: 0;
	}
	.service-main-block:not(.square-md-block) .service-main-item:before {
		content: '';
		display: block;
		position: absolute;
		width: 72px;
		height: 1px;
		background: #FFF;
		bottom: 100%;
		left: 0;
	}
	.service-main-item .icon {
		width: 32px;
		height: 27px;
		margin-top: -13.5px;
		background-size: auto 27px;
	}
	.service-main-block.square-block .service-main-item .icon,
	.service-main-block.square-md-block .service-main-item .icon {
		top: auto;
		bottom: 14px;
		margin-top: 0;
		width: 57px;
		height: 48px;
		background-size: auto 48px;
	}
	.service-main-block:not(.square-block) .service-main-item.service-main-court .icon {
		left: 20px;
	}
	.service-main-block:not(.square-block) .service-main-item.service-main-objects .icon {
		left: 26px;
	}
	.service-main-block:not(.square-block) .service-main-item.service-main-land-objects .icon {
		left: 24.5px;
	}
	.service-main-block:not(.square-block) .service-main-item.service-main-technical-observation .icon {
		left: 21px;
	}
	.service-main-block:not(.square-block) .service-main-item.service-main-online .icon {
		left: 24.5px;
	}
	.service-main-block:not(.square-block) .service-main-item.service-main-publications .icon {
		left: 25.5px;
	}
	.service-main-block:not(.square-block) .service-main-item.service-main-certification .icon {
		left: 26px;
	}
	.service-main-block:not(.square-block) .service-main-item.service-main-containers .icon {
		left: 21px;
	}
	.service-main-all-items {
		padding-left: 20px;
	}
	.service-main-all-items .title {
		font-size: .9375rem;
	}
	.service-main-block.square-block .service-main-all-items .title,
	.service-main-block.square-md-block .service-main-all-items .title {
		position: absolute;
		bottom: 14px;
		left: 16px;
	}
	.service-main-all-items .count {
		font-size: .875rem;
	}
	.service-main-all-items:before {
		display: none !important;
	}
	.service-main-block.square-md-block .service-main-all-items .count {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 0;
	}
	.service-main-content {
		padding: 24px 30px;
	}
	.service-main-title {
		font-size: 1.375rem;
		padding-bottom: 14px;
		margin-bottom: 24px;
	}
	.service-main-sections,
	.service-main-sections-more {
		font-size: .875rem;
	}
}
@media (min-width: 1200px) {
	.service-main-block.square-xl-block:after {
		content: '';
		display: block;
		padding-top: 100%;
	}
	.service-main-item {
		font-size: 1rem;
		margin-top: 1px;
	}
	.service-main-block.square-block .service-main-item,
	.service-main-block.square-xl-block .service-main-item {
		position: absolute;
		top: 1px; right: 1px; bottom: 0; left: 0;
		padding: 24px 10px 24px 30px;
		margin: 0;
	}
	.service-main-item .icon {
		background-size: auto 55px;
		width: 64px;
		height: 55px;
		margin-top: -27.5px;
	}
	.service-main-block.square-block .service-main-item .icon,
	.service-main-block.square-xl-block .service-main-item .icon {
		top: auto;
		left: 29px;
		bottom: 24px;
		margin-top: 0;
	}
	.service-main-all-items .title {
		font-size: 1.375rem;
	}
	.service-main-block.square-block .service-main-all-items .title,
	.service-main-block.square-xl-block .service-main-all-items .title {
		position: absolute;
		bottom: 24px;
		left: 30px;
		max-width: 90px;
	}
	.service-main-block.square-xl-block .service-main-all-items .count {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 0;
	}
	.service-main-content {
		padding: 24px 40px;
	}
	.service-main-content-columns {
		-moz-column-count: 2;
		-moz-column-gap: 40px;
		-webkit-column-count: 2;
		-webkit-column-gap: 40px;
		column-count: 2;
		column-gap: 40px;
	}
	.service-main-content-block {
		display: block;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid-column;
	}
	.service-main-content-block:after {
		content: '';
		display: table;
		clear: both;
	}
}

/* MAIN BLOCKS */
.main-block-title {
	font-size: 1.375rem;
	color: #053F62;
	font-weight: 500;
	margin-bottom: 32px;
}
.main-block-subtitle {
	font-size: 1.125rem;
	font-weight: 500;
	margin-bottom: 32px;
}
.main-block-description {
	font-size: 1rem;
	color: #053F62;
	font-weight: 500;
	margin-bottom: 14px;
}
@media (min-width: 768px) {
	.main-block-title {
		font-size: 1.625rem;
	}
	.main-block-subtitle {
		font-size: 1.3125rem;
	}
	.main-block-description {
		font-size: 1.375rem;
	}
}

/* PUBLICATIONS MAIN */
.main-publications {
	margin-bottom: 40px;
}
.main-publications .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.main-publications-block {
	margin: -24px;
	margin-bottom: 40px;
	padding: 24px;
	padding-bottom: 0;
	overflow: hidden;
}
.main-publication {
	display: block;
	width: 92px;
}
.main-publication,
.main-publication:hover {
	color: #2496D4;
}
.main-publication .preview {
	display: inline-block;
	position: relative;
	-webkit-box-shadow: 6px 7px 20px 0 rgba(161,170,174,.46);
	        box-shadow: 6px 7px 20px 0 rgba(161,170,174,.46);
	-webkit-transition: all 0.1s ease-out;
	   -moz-transition: all 0.1s ease-out;
	    -ms-transition: all 0.1s ease-out;
		 -o-transition: all 0.1s ease-out;
		    transition: all 0.1s ease-out;
}
.main-publication:hover .preview {
	-webkit-box-shadow: 8px 9px 20px 0 rgba(135,152,159,.54);
	        box-shadow: 8px 9px 20px 0 rgba(135,152,159,.54);
	-webkit-transform: translateY(-8px);
	   -moz-transform: translateY(-8px);
	    -ms-transform: translateY(-8px);
		 -o-transform: translateY(-8px);
		    transform: translateY(-8px);
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
		 -o-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
}
.main-publication .preview-title {
	display: block;
	position: absolute;
	margin: 0;
	font-size: .625rem;
	width: 100%;
	text-align: center;
	top: 40%;
	padding: 0 10px;
}
.main-publication .title {
	margin-top: 14px;
	margin-bottom: 0px;
	color: #053F62;
	font-weight: 500;
	font-size: .8125rem;
}
.main-publication .comment {
	margin: 0;
}
@media (min-width: 768px) {
	.main-publications {
		margin-bottom: 42px;
	}
	.main-publication {
		width: 112px;
	}
	.main-publication .preview-title {
		font-size: 0.75rem;
	}
	.main-publication .title {
		margin-top: 16px;
	}
}
@media (min-width: 1200px) {
	.main-publications-block {
		margin-bottom: 0;
	}
	.main-publications {
		margin-bottom: 60px;
	}
	.main-publication {
		width: 128px;
	}
	.main-publication .preview-title {
		font-size: 0.875rem;
	}
	.main-publication .title {
		font-size: 1rem;
		margin-top: 24px;
	}
}

/* LANG PROMO */
.lang-promo {
	display: block;
	position: relative;
	background: url(images/promo-bg-xs.jpg) center center no-repeat;
	background-size: cover;
	color: #FFF;
	padding: 20px 0 30px 0;
	margin-bottom: 32px;
}
.lang-promo .title {
	font-size: 1.625rem;
	line-height: 1.27;
}
.lang-promo .description {
	font-size: .875rem;
	margin-bottom: 100px;
}
@media (min-width: 768px) {
	.lang-promo {
		background-image: url(images/promo-bg-md.jpg);
	}
	.lang-promo .title {
		font-size: 1.875rem;
		margin-bottom: 140px;
	}
	.lang-promo .description {
		font-size: 1rem;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.lang-promo {
		background-image: url(images/promo-bg.jpg);
		padding: 40px 0 50px 0;
		margin-bottom: 42px;
	}
	.lang-promo .title {
		font-size: 2.75rem;
		margin-bottom: 140px;
	}
	.lang-promo .description {
		font-size: 1.25rem;
	}
}
@media (min-width: 1600px) {
	.lang-promo {
		background-image: url(images/promo-bg-xl.jpg);
	}
}

/* LANG CONTACTS */
.lang-contacts-map {
	display: block;
	position: relative;
	margin-top: 32px;
}
.lang-contacts-map #map {
	display: block;
	position: relative;
	width: 100%;
	height: 320px;
}
.lang-contacts-block {
	background: #FFF;
	padding: 0 0 32px 0;
}
#lang-contacts-tabs {
	margin: 0 -24px 32px -24px;
	background: #EDF2F9;
	border: none;
}
#lang-contacts-tabs .nav-link {
	border: none;
	height: 100%;
	border-radius: 0;
	margin: 0;
	padding: 10px 24px;
}
#lang-contacts-tabs .nav-link.active {
	background: #FFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow: 0 -5px 15px 0 rgba(125,144,153,.2);
	        box-shadow: 0 -5px 15px 0 rgba(125,144,153,.2);
}
#lang-contacts-tabs .nav-item:first-child .nav-link.active {
	border-top-left-radius: 0;
}
#lang-contacts-tabs .nav-item:last-child .nav-link.active {
	border-top-right-radius: 0;
}
#lang-contacts-tabs .nav-link .point-subtitle {
	margin-bottom: 0;
}
.lang-contacts .tab-pane {
	display: none;
}
.lang-contacts .tab-pane.active {
	display: block;
}
.lang-contacts .point-info {
	display: block;
	position: relative;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.lang-contacts .point-info:after {
	content: '';
	display: block;
	position: absolute;
	background: #E4EAEE;
	right: auto; top: auto;
	left: 0; bottom: 0;
	width: 100%;
	height: 1px;
}
.lang-contacts .point-title {
	font-size: 1rem;
	font-weight: 800;
	margin-bottom: 5px;
}
.lang-contacts .active .point-title {
	color: #1F93D3;
}
.lang-contacts .point-subtitle {
	font-size: .75rem;
	color: #B1BCC1;
}
.lang-contacts .point-info .point-title,
.lang-contacts .point-info .point-subtitle {
	display: none;
}
.lang-contacts .point-info .icon {
	padding-left: 20px;
	margin-bottom: 5px;
	position: relative;
}
.lang-contacts .point-info .icon:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 3px;
	width: 14px;
	height: 14px;
	background-position: left center;
	background-repeat: no-repeat;
}
.lang-contacts .point-info .icon.address:before {
	background-image: url(images/point_g.svg);
	background-size: 10px 12px;
}
.lang-contacts .point-info .icon.phone:before {
	background-image: url(images/phone_g.svg);
	background-size: 9px 13px;
}
.lang-contacts .point-info .icon.messenger:before {
	background-image: url(images/messenger_g.svg);
	background-size: 12px 12px;
}
.lang-contacts .point-info .icon.fax:before {
	background-image: url(images/fax_g.svg);
	background-size: 14px 14px;
}
.lang-contacts .point-info .icon.work_time:before {
	background-image: url(images/work_time_g.svg);
	background-size: 13px 13px;
}
.lang-contacts .point-info .icon.email:before {
	background-image: url(images/mail-g.svg);
	background-size: 13px 9px;
}
@media (min-width: 768px) {
	.lang-contacts-map #map {
		height: 494px;
	}
	.lang-contacts-block {
		padding: 32px 0;
	}
	#lang-contacts-tabs {
		display: none;
	}
	.lang-contacts .tab-pane {
		display: block;
	}
	.lang-contacts .point-info {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.lang-contacts .point-info:after {
		right: -12px; top: 0;
		bottom: auto; left: auto;
		height: 100%;
		width: 1px;
	}
	.lang-contacts .point-info .point-title,
	.lang-contacts .point-info .point-subtitle {
		display: block;
	}
	.lang-contacts .point-info .icon {
		padding-left: 24px;
	}
}
@media (min-width: 1200px) {
	.lang-contacts-map #map {
		position: absolute;
		height: 100%;
		width: calc(50% + 200px);
		top: 0; right: 0; bottom: 0;
		overflow: hidden;
	}
	.lang-contacts-block {
		padding: 0;
		background: none;
		-webkit-user-select: none;
		   -moz-user-select: none;
		        user-select: none;
	}
	.lang-contacts-bg {
		background: #FFF;
		padding: 24px 28px;
	}
	.lang-contacts .point-info {
		padding-bottom: 24px;
		margin-bottom: 24px;
	}
	.lang-contacts .point-info:after {
		right: auto; top: auto;
		left: 0; bottom: 0;
		width: 100%;
		height: 1px;
	}
}

/* NEWS MAIN */
.news-main-block {
	margin-bottom: 60px;
}
.news-main-item {
	display: block;
	position: relative;
	width: 240px;
	color: #053F62;
}
.news-main-item.with-preview {
	width: 380px;
}
.news-main-item:after {
	content: '';
	display: table;
	clear: both;
}
.news-main-item .preview {
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
	border-radius: 2px;
	max-width: 120px;
	margin-right: 24px;
}
.news-main-content {
	overflow: hidden;
}
.news-main-content .date {
	font-size: .865rem;
	color: #A1A1A1;
	margin-bottom: 0px;
}
.news-main-content .title {
	margin-bottom: 0;
	line-height: 1.375;
}
.news-main-item:hover .news-main-content .title {
	color: #1F93D3;
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
		 -o-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
}
.news-main-last-news .owl-page {
	line-height: 28px;
}
.news-main-last-news .owl-nav {
	position: absolute;
	top: -54px;
	bottom: auto;
	margin-top: 0;
	float: none;
}
.news-main-last-news.owl-carousel .owl-nav button.owl-prev,
.news-main-last-news.owl-carousel .owl-nav button.owl-next {
	width: 28px;
	height: 28px;
	border: #053F62 solid 2px;
	background-size: 8px 13px;
}
.news-main-last-news.owl-carousel .owl-nav button.owl-prev {
	margin-right: 10px;
}
.news-main-last-news.owl-carousel .owl-nav button.owl-prev {
	background-image: url(images/prev-chevron.svg);
	background-position: 44% center;
}
.news-main-last-news.owl-carousel .owl-nav button.owl-next {
	background-image: url(images/next-chevron.svg);
	background-position: 56% center;
}
.news-main-last-news.owl-carousel .owl-nav button:hover {
	background-color: transparent;
}
@media (max-width: 1199.98px) {
	.news-main-item.with-preview {
		width: 330px;
	}
	.news-main-content .date {
		font-size: .75rem;
	}
	.news-main-content .title {
		font-size: .865rem;
	}
}
@media (max-width: 767.98px) {
	.news-main-item {
		width: 100% !important;
	}
	.news-main-item .preview {
		max-width: 100%;
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 16px;
		border-radius: 3px;
	}
	.news-main-item + .news-main-item {
		margin-top: 16px;
		padding-top: 16px;
		border-top: #DDE3E7 solid 1px;
	}
}
@media (min-width: 768px) {
	.news-main-last-news .owl-stage-outer:after {
		content: '';
		display: block;
		position: absolute;
		top: 0; right: 0; bottom: 0;
		width: 50px;
		background: -moz-linear-gradient(left, rgba(249,249,249,0) 0%, rgba(249,249,249,1) 95%, rgba(249,249,249,1) 100%);
		background: -webkit-linear-gradient(left, rgba(249,249,249,0) 0%,rgba(249,249,249,1) 95%,rgba(249,249,249,1) 100%);
		background: linear-gradient(to right, rgba(249,249,249,0) 0%,rgba(249,249,249,1) 95%,rgba(249,249,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f9f9f9', endColorstr='#f9f9f9',GradientType=1 );
	}
}

/* NEWS LIST */
.news-list {
	display: block;
	position: relative;
	margin-bottom: 24px;
	color: #053F62;
}
.news-list-preview {
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	margin-bottom: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.news-list-preview:after {
	content: '';
	display: block;
	padding-top: 68.125%;
}
.news-list-preview.no-image {
	background-image: url(images/no-image.jpg);
}
.news-list-info {
	display: block;
	position: relative;
	font-size: .6875rem;
	line-height: 20px;
	color: #93A2A8;
	margin-bottom: 10px;
}
.news-list-info:after {
	content: '';
	display: table;
	clear: both;
}
.news-list-date {
	float: left;
}
.news-list-video,
.news-list-photos {
	float: right;
	position: relative;
	display: block;
	margin-left: 18px;
}
.news-list-video {
	padding-left: 25px;
}
.news-list-video:before {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	top: 50%;
	margin-top: -9px;
	background: url(images/play-g.svg) center center no-repeat;
	background-size: contain;
}
.news-list-photos .count {
	display: block;
	position: relative;
	font-size: .5625rem;
	line-height: 1;
	float: left;
	width: 21px;
	height: 17px;
	padding: 3px 4px 5px 1px;
	text-align: center;
	background: url(images/photos.svg) center center no-repeat;
	background-size: contain;
	margin-right: 7px;
}
@media (min-width: 768px) {
	.news-list-preview {
		margin-bottom: 15px;
	}
	.news-list-info {
		font-size: .75rem;
	}
	.news-list-video,
	.news-list-photos {
		float: left;
	}
}
@media (min-width: 1200px) {
	.news-list {
		margin-bottom: 40px;
	}
	.news-list-video,
	.news-list-photos {
		margin-left: 22px;
	}
	.news-list-video {
		padding-left: 28px;
	}
	.news-list-video:before {
		width: 20px;
		height: 20px;
		margin-top: -10px;
	}
	.news-list-title {
		font-size: 1.0625rem;
	}
}

/* COMMON BLOCKS */
.common-block {
	margin-top: 36px;
}
.sidebar .common-block {
	margin-top: 0;
}
.sidebar .common-block + .common-block {
	margin-top: 20px;
	padding-top: 20px;
	border-top: #E8E9EA solid 1px;
}
.common-block-title {
	margin-top: 0;
}
@media (min-width: 768px) {
	.common-block {
		margin-top: 48px;
	}
}
@media (min-width: 1200px) {
	.common-block {
		margin-top: 64px;
	}
}

/* PERSON */
.person-block {
	display: block;
	position: relative;
}
.person-block:after {
	content: '';
	display: table;
	clear: both;
}
.person-photo {
	display: block;
	max-width: 152px;
	margin-bottom: 10px;
}
.person-info {
	display: block;
	overflow: hidden;
}
.person-name {
	font-size: .875rem;
	margin-bottom: 10px;
}
.person-position {
	font-size: .875rem;
	color: #93A2A8;
}
@media (min-width: 768px) {
	.person-photo {
		float: left;
		margin-right: 24px;
	}
}
@media (min-width: 1200px) {
	.person-photo {
		max-width: 152px;
	}
	.person-name {
		font-size: 1.0625rem;
	}
	.person-position {
		font-size: .9375rem;
	}
}

/* DEPARTMENT */
.department-block {
	margin-bottom: 24px;
}
.department-contacts {
	display: table;
	width: 100%;
}
.department-info {
	display: table-row;
}
.department-label,
.department-value {
	display: table-cell;
	padding-top: 3px;
	padding-bottom: 3px;
}
.department-label {
	padding-right: 12px;
	color: #93A2A8;
}
.department-value {
	width: 100%;
}
.department-value a,
.sidebar-block .department-value a {
	white-space: nowrap;
	color: #2496D4;
}
@media (min-width: 768px) {
	.department-label {
		padding-right: 18px;
	}
}
@media (min-width: 1200px) {
	.department-block {
		margin-bottom: 32px;
	}
	.department-label {
		padding-right: 24px;
	}
}

/* CERTIFICATES */
.certificates-block {
	display: block;
}
.certificate a {
	display: block;
	position: relative;
	width: 152px;
}
.certificate a {
	background: url(images/frame.jpg) center center no-repeat;
	background-size: cover;
	margin-bottom: 12px;
	width: 152px;
	padding: 15px;
	-webkit-box-shadow: 0 4px 4px 0 rgba(67,79,111,.24);
	        box-shadow: 0 4px 4px 0 rgba(67,79,111,.24);
}
@media (max-width: 767.98px) {
	.certificates-block {
		margin-left: -24px;
		margin-right: -24px;
		padding-left: 24px;
		padding-right: 24px;
		overflow: hidden;
	}
	.certificates-block .owl-stage-outer {
		overflow: visible;
	}
}
@media (min-width: 768px) {
	.certificates-block {
		margin-left: -8px;
		margin-right: -8px;
	}
	.certificates-block:after {
		content: '';
		display: table;
		clear: both;
	}
	.certificate {
		float: left;
		margin-right: 8px;
		margin-left: 8px;
	}
	.certificates-block .fancybox-img:before {
		width: 74px;
		height: 74px;
		margin: -37px;
	}
	.certificate a {
		width: 160px;
		padding: 16px;
	}
}
@media (min-width: 1200px) {
	.certificates-block {
		margin-left: -12px;
		margin-right: -12px;
	}
	.certificates-block .fancybox-img:before {
		width: 94px;
		height: 94px;
		margin: -47px;
	}
	.certificate {
		margin-right: 12px;
		margin-left: 12px;
	}
	.certificate a {
		width: 208px;
		padding: 21px;
		margin-bottom: 22px;
	}
}

/* DOCUMENTS */
.document {
	display: block;
}
.document + .document {
	margin-top: 20px;
	padding-top: 20px;
	border-top: #DAE0E3 solid 1px;
}
.document a,
.document .document-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	padding-left: 32px;
	color: #053F62;
}
.document a:before,
.document .document-content:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	background: url(images/document.svg) left top no-repeat;
	background-size: 16px 19px;
	width: 16px;
	height: 19px;
}
.document-pdf a:before,
.document-pdf .document-content:before {
	background-image: url(images/document-pdf.svg);
}
.document-doc a:before,
.document-doc .document-content:before,
.document-docx a:before,
.document-docx .document-content:before {
	background-image: url(images/document-doc.svg);
}
.document-jpg a:before,
.document-jpg .document-content:before {
	background-image: url(images/document-jpg.svg);
}
.document-text,
.document-title {
	display: block;
	width: 100%;
}
.document-description {
	color: #4B646E;
	margin-top: 16px;
}
.document-description .highlight {
	background: rgba(31,147,211,.14);
	padding: 2px;
	margin: -2px;
}
.document-info {
	font-size: .75rem;
	color: #93A2A8;
	padding: .125rem 0;
}
@media (min-width: 768px) {
	.document-text,
	.document-title {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.document-info {
		padding-left: 30px;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.document a {
		padding-left: 40px;
	}
	.document a:before {
		width: 20px;
		height: 24px;
		background-size: 20px 24px;
	}
}

/* PRESIDIUM COMPOSITION */
.presidium-composition-row + .presidium-composition-row {
	margin-top: 20px;
	padding-top: 20px;
	border-top: #DAE0E3 solid 1px;
}
.presidium-composition-header {
	display: none;
}
.presidium-composition-num {
	display: none;
}
.presidium-composition-person,
.presidium-composition-info {
	display: block;
}
.presidium-composition-position {
	font-size: .75rem;
	color: #93A2A8;
}
@media (max-width: 767.98px) {
	.presidium-composition-header + .presidium-composition-row {
		margin-top: 0;
		padding-top: 0;
		border-top: 0;
	}
}
@media (min-width: 768px) {
	.presidium-composition-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.presidium-composition-header {
		color: #93A2A8;
		text-transform: uppercase;
		font-size: .6875rem;
		font-weight: 600;
	}
	.presidium-composition-num {
		display: block;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
		width: 30px;
	}
	.presidium-composition-person,
	.presidium-composition-info {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.presidium-composition-person {
		padding-right: 15px;
	}
	.presidium-composition-info {
		padding-left: 15px;
	}
}
@media (min-width: 1200px) {
	.presidium-composition-num {
		width: 40px;
	}
}

/* SERVICES */
.services a {
	color: #053F62;
}
.services-lvl-1 {
	border-radius: 3px;
	overflow: hidden;
	background: #FFF;
	margin-left: -8px;
	margin-right: -8px;
	border: rgba(218, 224, 227, .38);
	-webkit-box-shadow: 0 0 12px 0 rgba(20,35,42,.09);
	        box-shadow: 0 0 12px 0 rgba(20,35,42,.09);
}
.services-lvl-1 + .services-lvl-1 {
	margin-top: 32px;
}
.services-lvl-1-title {
	display: block;
	position: relative;
	font-size: 1.375rem;
	font-weight: 500;
	background: #EDF2F9;
	padding: 16px 24px;
}
.services-lvl-2 {
	margin-left: 24px;
	padding: 16px 16px 11px 0;
}
.services-lvl-2 + .services-lvl-2 {
	border-top: #F0F2F3 solid 1px;
}
.services-lvl-2-title {
	display: block;
	position: relative;
	font-size: .875rem;
	font-weight: 500;
	margin-bottom: 5px;
}
.services-lvl-3-title {
	display: block;
	position: relative;
	font-size: .875rem;
	margin-bottom: 5px;
	padding-left: 12px;
}
.services-lvl-3-title:before {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background: #D8D8D8;
	left: 0px;
	top: 9px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
		    transform: rotate(45deg);
}
.services-comment {
	margin-top: 24px;
	font-size: .875rem;
}
.services-comment a {
	color: #4B646E;
}
@media (min-width: 768px) {
	.services-lvl-1 {
		margin-left: -16px;
		margin-right: -16px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.services-lvl-1 + .services-lvl-1 {
		margin-top: 16px;
	}
	.services-lvl-1-title {
		padding-left: 16px;
		padding-right: 16px;
		font-size: 1.125rem;
		border-radius: 3px;
	}
	.services-lvl-2 {
		margin-left: 0;
		padding-left: 16px;
	}
	.services-lvl-3-title {
		padding-left: 0;
	}
	.services-lvl-3-title:before {
		content: none;
	}
}
@media (min-width: 1200px) {
	.services-lvl-1 {
		margin-left: 0; 
		margin-right: 0;
		border-bottom: #DAE0E3 solid 1px;
	}
	.services-lvl-1-title {
		background: none;
		font-size: 1.25rem;
		padding-left: 0;
		padding-top: 12px;
	}
	.services-lvl-2 {
		padding-right: 0;
		padding-left: 0;
	}
}

/* SEARCH */
.search-field {
	display: block;
	position: relative;
}
.search-field .form-field {
	border: #C8CFD2 solid 1px;
	border-radius: 4px;
	margin-bottom: 18px;
}
.search-field .form-control {
	border: none;
}
.search-field-submit {
	display: none;
	position: relative;
	right: 0; top: 0;
	width: 40px;
	min-width: 40px;
	height: 40px;
	padding: 0;
	background: none;
	border: none;
	font-size: 0;
	text-indent: -9999px;
	background: url(images/search-g.svg) center center no-repeat;
	background-size: 13px 13px;
}
.search-field-submit:before {
	content: '';
	display: block;
	position: absolute;
	left: 0; top: 50%;
	width: 1px;
	height: 24px;
	margin-top: -12px;
	background: #ECECEC;
}
.search-field-where {
	display: none;
	position: relative;
}
.search-field-where .dropdown-toggle {
	font-size: .75rem;
	padding: 9px 12px;
	white-space: nowrap;
}
.search-field-where .dropdown-toggle:after {
	content: none;
}
.search-field-where .dropdown-menu {
	left: auto !important;
	right: -40px;
	width: 190px;
	margin: 8px 0;
	padding: 0;
	border: none;
	border-radius: 3px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 13px 0 rgba(28,56,91,.08);
	        box-shadow: 0 0 13px 0 rgba(28,56,91,.08);
}
.search-field-where .dropdown-menu .dropdown-item {
	font-size: .875rem;
	color: #4B646E;
	padding: 6px 20px;
	white-space: normal;
	line-height: 1.2;
}
.search-field-where .dropdown-menu .dropdown-item:first-child,
.search-field-where .dropdown-menu .dropdown-item:last-child {
	border-radius: 0;
}
.search-field-where .dropdown-menu .dropdown-item:hover {
	background: #F9F9F9;
}
.search-field-where .dropdown-menu .dropdown-item.active {
	background: none;
	color: #1F93D3;
}
.search-filter {
	display: block;
	position: relative;
	width: 48px;
	min-width: 48px;
	height: 40px;
	padding: 0;
	background: none;
	border: none;
	font-size: 0;
	text-indent: -9999px;
	background: url(images/filter-g.svg) center center no-repeat;
	background-size: 16px 14px;
}
.search-filter.active {
	background-image: url(images/filter-b.svg);
}
#mobile-search-filter {
	background: #F9F9F9;
	border-radius: 3px;
	padding: 16px 24px 0 24px;
}
.search-result {
	margin-top: 30px;
}
.search-result-item {
	display: block;
	position: relative;
	margin-bottom: 16px;
	padding-left: 26px;
}
.search-result .number {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #93A2A8;
	font-size: .8125rem;
	line-height: 1.3125rem;
}
.search-result .content {
	overflow: hidden;
}
.search-result .title {
	color: #053F62;
	font-size: .875rem;
	margin-bottom: 5px;
}
.search-result a:hover .title {
	color: #1F93D3;
}
.search-result .description {
	font-size: .75rem;
	color: #93A2A8;
	overflow: hidden;
}
.search-result .doc {
	display: block;
	float: right;
	color: #93A2A8;
	font-size: .625rem;
	line-height: 19px;
	min-height: 19px;
	padding-left: 21px;
	width: 60px;
	white-space: nowrap;
	text-align: left;
	background: url(images/document.svg) left center no-repeat;
	background-size: 16px 19px;
	margin-left: 20px;
}
.search-result .doc-pdf {
	background-image: url(images/document-pdf.svg);
}
.search-result .doc-doc,
.search-result .doc-docx {
	background-image: url(images/document-doc.svg);
}
@media (min-width: 768px) {
	.search-field-submit {
		display: block;
	}
	.search-field-where {
		display: block;
	}
	.search-filter {
		display: none;
	}
	#search-filter {
		display: block !important;
		margin-top: -127px;
	}
	.search-result-item {
		margin-bottom: 24px;
	}
}
@media (min-width: 1200px) {
	.search-field .form-field {
		margin-bottom: 24px;
	}
	.search-field-submit {
		width: 48px;
		height: 48px;
		min-width: 48px;
		background-size: 18px 18px;
	}
	.search-field-submit:before {
		height: 28px;
		margin-top: -14px;
	}
	.search-field-where .dropdown-toggle {
		padding: 13px 16px;
	}
	.search-field-where .dropdown-menu {
		right: -48px;
	}
	#search-filter {
		margin-top: -170px;
	}
	.search-result-item {
		margin-bottom: 34px;
	}
	.search-result .number {
		line-height: 1.6rem;
	}
	.search-result .title {
		font-size: 1.0625rem;
	}
	.search-result .description {
		font-size: .9375rem;
	}
}

/* SERVICE */
.service-promo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 48px;
	padding-bottom: 24px;
	padding-top: 24px;
}
.service-promo h1 {
	color: #FFF;
	font-size: 1.875rem;
}
.service-promo-feedback {
	display: inline-block;
	position: relative;
	color: #FFF;
	padding-left: 52px;
	line-height: 42px;
}
.service-promo-feedback:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #1F93D3 url(images/mail.svg) center center no-repeat;
	background-size: 18px 13px;
}
.service-nav {
	display: none;
}
.service-detail .container-main {
	padding-top: 28px;
}
.service-detail .block {
	margin-bottom: 28px;
}
.service-detail .sidebar-block + .block {
	margin-top: 28px;
}
.service-detail .block .sidebar-block {
	margin-bottom: 20px;
}
.service-detail .block-title {
	margin-top: 0;
}
@media (min-width: 768px) {
	.service-promo {
		margin-top: 0;
	}
	.service-promo .promo-container {
		padding-top: 80px;
	}
	.service-promo h1 {
		font-size: 2.125rem;
		padding: 0 16px;
	}
	.service-promo-feedback {
		display: none;
	}
	.service-nav {
		display: block;
		background: #FFF;
		z-index: 500;
		border-bottom: #E0E5E6 solid 1px;
	}
	.service-nav.fixed {
		position: fixed;
		top: 0; left: 0; right: 0;
	}
	.service-nav .container {
		padding-left: 40px;
		padding-right: 24px;
	}
	.service-nav .nav-scroll .nav-item + .nav-item {
		margin-left: 24px;
	}
	.service-nav .nav-scroll .nav-link {
		padding: 14px 0 10px 0;
		font-size: .6875rem;
		text-transform: uppercase;
		font-weight: 600;
		color: #6B8B98;
		border-bottom: transparent solid 4px;
		line-height: 20px;
		margin-bottom: -1px;
	}
	.service-nav .nav-scroll .nav-link.active {
		color: #053F62;
		border-bottom-color: #053F62;
	}
	.service-nav .nav-right .nav-item {
		text-align: left;
	}
	.service-nav .nav-right .nav-item + .nav-item {
		text-align: right;
	}
	.service-nav .nav-right .nav-link {
		display: inline-block;
		position: relative;
		padding: 0;
		line-height: 20px;
		padding: 14px 0;
		font-size: .75rem;
		color: #053F62;
	}
	.service-nav .nav-right .nav-feedback {
		padding-left: 24px;
	}
	.service-nav .nav-right .nav-feedback:before {
		content: '';
		display: block;
		position: absolute;
		width: 14px;
		height: 10px;
		left: 0;
		top: 50%;
		margin-top: -5px;
		background: url(images/mail-g.svg) center center no-repeat;
		background-size: contain;
	}
	.service-nav .nav-right .nav-all-services {
		padding-left: 22px;
	}
	.service-nav .nav-right .nav-all-services:before {
		content: '';
		display: block;
		position: absolute;
		width: 12px;
		height: 10px;
		left: 0;
		top: 50%;
		margin-top: -5px;
		background: url(images/list-g.svg) center center no-repeat;
		background-size: contain;
	}
	.service-detail .container-main {
		padding-top: 42px;
	}
	.service-detail .block {
		margin-bottom: 40px;
	}
	.service-detail .sidebar-block + .block {
		margin-top: 40px;
	}
}
@media (min-width: 1200px) {
	.service-promo {
		padding-top: 48px;
		padding-bottom: 40px;
	}
	.service-promo .promo-container {
/*		padding-top: 112px;*/
		padding-top: 80px;
	}
	.service-promo h1 {
		font-size: 3.125rem;
		padding: 0 28px;
	}
	.service-nav .container {
		padding-left: 40px;
		padding-right: 40px;
	}
	.service-nav .nav-scroll .nav-link {
		font-size: .75rem;
	}
	.service-nav .nav-right .nav-link {
		font-size: .875rem;
	}
	.service-nav .nav-right .nav-feedback {
		padding-left: 28px;
	}
	.service-nav .nav-right .nav-feedback:before {
		width: 18px;
		height: 13px;
		margin-top: -6.5px;
	}
	.service-nav .nav-right .nav-all-services {
		padding-left: 25px;
	}
	.service-nav .nav-right .nav-all-services:before {
		width: 15px;
		height: 13px;
		margin-top: -6.5px;
	}
	.service-detail .container-main {
		padding-top: 72px;
	}
}

/* CONTACTS */
.contacts-block {
	background: #F9F9F9;
	padding: 30px 6px;
	margin: 0 -24px 10px -24px;
}
.contacts-phone,
.contacts-worktime,
.contacts-hotline,
.contacts-block-nav {
	padding-left: 18px;
	padding-right: 18px;
}
.contacts-phone {
	margin-bottom: 16px;
}
.contacts-phone-num {
	font-family: 'pf_din_text_comp_proregular';
	font-size: 2.0625rem;
	line-height: 1;
	text-transform: uppercase;
	white-space: nowrap;
	color: #053F62;
}
.contacts-phone-num a {
	color: inherit
}
.contacts-phone-comment {
	font-size: .6875rem;
}
.contacts-worktime {
	font-size: .75rem;
	white-space: nowrap;
}
.contacts-worktime dl,
.contacts-worktime dt,
.contacts-worktime dd {
	margin-bottom: 0;
}
.contacts-worktime dt {
	font-weight: 400;
	background: url(images/dots.png) right center repeat-x;
	background-size: 4px 22px;
	padding-right: 12px;
}
.contacts-worktime dt span {
	display: inline-block;
	background: #F9F9F9;
}
.contacts-hotline {
	border-left: #E6E6E6 solid 1px;
}
.contacts-hotline-text {
	display: block;
	position: relative;
	font-size: .6875rem;
	padding-top: 24px;
	color: #053F62;
	text-decoration: none;
}
.contacts-hotline-text:before {
	content: '';
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 20px;
	height: 20px;
	background: url(images/hotline-c.svg) center center no-repeat;
	background-size: contain
}
.contacts-nav {
	border-bottom: #E0E4E6 solid 1px;
	font-size: .75rem;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.contacts-nav .nav li + li {
	margin-left: 30px;
}
.contacts-nav .nav li a {
	display: block;
	color: #93A2A8;
	padding: 13px 0;
}
.contacts-nav .nav li a.active {
	color: #053F62;
	padding-bottom: 10px;
	border-bottom: #053F62 solid 3px;
}
.map-block {
	display: block;
	position: relative;
}
.map-block #map {
	display: block;
	position: relative;
	width: 100%;
	height: 520px;
}
.contact-info {
	display: block;
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s ease-out;
	   -moz-transition: all 0.1s ease-out;
	    -ms-transition: all 0.1s ease-out;
		 -o-transition: all 0.1s ease-out;
		    transition: all 0.1s ease-out;
}
.contact-info.show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
		 -o-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
}
.contact-info-content {
	background: #FFF;
	border-radius: 3px;
	padding: 16px 24px;
	-webkit-box-shadow: 0 2px 16px 0 rgba(57,68,81,.26);
	        box-shadow: 0 2px 16px 0 rgba(57,68,81,.26);
}
.contact-info .close {
	width: 14px;
	height: 14px;
	right: 24px;
	top: 22px;
}
.contact-info-name {
	font-size: 1rem;
	font-weight: 500;
}
.contact-info-company {
	margin-top: 10px;
	font-size: .875rem;
	text-transform: uppercase;
	color: #B1BCC1;
	font-weight: 500;
}
.contact-info-manager,
.contact-info-address,
.contact-info-contacts,
.contact-info-worktime {
	font-size: .875rem;
	margin-top: 16px;
}
.contact-info-manager {
	border-bottom: #E0E4E6 solid 1px;
	padding-bottom: 16px;
	margin-top: 10px;
}
.contact-info-worktime {
	white-space: nowrap;
}
.contact-info-worktime dl,
.contact-info-worktime dt,
.contact-info-worktime dd {
	margin-bottom: 0;
}
.contact-info-worktime dt {
	font-weight: 400;
	background: url(images/dots.png) right center repeat-x;
	background-size: 4px 22px;
	padding-right: 12px;
}
.contact-info-worktime dt span {
	display: inline-block;
	background: #FFF;
}
@media (max-width: 767.98px) {
	.contacts-nav .container {
		padding: 0;
	}
	.contacts-nav .nav {
		display: block;
		white-space: nowrap;
		overflow: auto;
		padding-left: 24px;
		padding-right: 24px;
	}
	.contacts-nav .nav li {
		display: inline-block;
	}
}
@media (min-width: 768px) {
	.contacts-block {
		margin: 0 0 24px 0;
	}
	.contacts-phone {
		margin-bottom: 0;
	}
	.contacts-phone-num {
		font-size: 1.75rem;
	}
	.contacts-phone-comment {
		font-size: .625rem;
	}
	.contacts-hotline {
		border: none;
	}
	.contacts-hotline-text {
		padding-top: 0;
		padding-left: 26px;
	}
	.contacts-block-nav {
		border-left: #E6E6E6 solid 1px;
		font-size: .75rem;
	}
	.contacts-block-nav li + li {
		margin-top: 10px;
	}
	.contacts-block-nav a {
		color: #4B646E;
		white-space: nowrap;
	}
	.contacts-nav .nav li + li {
		margin-left: 38px;
	}
	.contacts-nav {
		font-size: .6875rem;
	}
	.contacts-nav .nav li a {
		padding: 10px 0;
	}
	.contacts-nav .nav li a.active {
		padding-bottom: 7px;
	}
	.contacts-places-search .container {
		padding-top: 24px;
		padding-bottom: 8px;
	}
	.contacts-places-search .container:after {
		content: '';
		display: table;
		clear: both;
	}
	.contacts-places-block {
		display: inline-block;
		float: left;
		margin-right: 16px;
		margin-bottom: 16px;
	}
	.contacts-places-text {
		font-size: .75rem;
	}
	.contacts-places-city,
	.contacts-places-choose {
		width: 240px;
	}
	.contacts-places-choose {
		margin-right: 0 !important;
	}
	.contacts-places-choose input {
		padding-right: 40px;
		background-image: url(images/chevron-down-g.svg);
		background-position: right 15px center;
		background-repeat: no-repeat;
		cursor: pointer;
	}
	#contacts-places-choose-modal .modal-body {
		padding: 0;
	}
	.contacts-places-tag {
		position: relative;
		font-size: .75rem;
		background: #053F62;
		border-radius: 4px;
		color: #FFF;
		padding: 10px 42px 10px 16px;
		line-height: 20px;
	}
	.contacts-places-tag .delete {
		content: '';
		display: block;
		position: absolute;
		background: url(images/close-w.svg) center center no-repeat;
		background-size: contain;
		opacity: .4;
		right: 16px;
		top: 50%;
		width: 10px;
		height: 10px;
		margin-top: -5px;
		cursor: pointer;
	}
	.choose-place {
		display: block;
		position: relative;
		font-size: .75rem;
		line-height: 1.334;
		-webkit-transition: height .2s ease;
		   -moz-transition: height .2s ease;
		    -ms-transition: height .2s ease;
			 -o-transition: height .2s ease;
			    transition: height .2s ease;
	}
	.choose-place ul {
		display: block;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.choose-place a {
		display: block;
		position: relative;
		padding: 14px 32px 14px 16px;
		color: #053F62;
	}
	.choose-place-nav {
		width: 224px;
		height: 100%;
		border-right: #F3F4F5 solid 1px;
	}
	.choose-place li + li {
		border-top: #F3F4F5 solid 1px;
	}
	.choose-place-nav-link {
		padding-left: 24px !important;
	}
	.choose-place-nav-item.has-subnav .choose-place-nav-link:after,
	.choose-place-sub-nav-item.has-subnav .choose-place-sub-nav-link:after {
		content: '';
		display: block;
		position: absolute;
		width: 5px;
		height: 10px;
		background: url(images/chevron-right-g.svg) center center no-repeat;
		background-size: contain;
		right: 16px;
		top: 50%;
		margin-top: -5px;
	}
	.choose-place-2nd {
		position: absolute;
		left: 224px;
		top: 0;
		background: #FFF;
		opacity: 0;
		height: 100%;
		visibility: hidden;
		-webkit-transition: opacity .2s ease-in-out;
		   -moz-transition: opacity .2s ease-in-out;
		    -ms-transition: opacity .2s ease-in-out;
			 -o-transition: opacity .2s ease-in-out;
			    transition: opacity .2s ease-in-out;
	}
	.choose-place-sub-nav {
		width: 200px;
		height: 100%;
		border-right: #F3F4F5 solid 1px;
	}
	.choose-place-3rd {
		position: absolute;
		left: 200px;
		top: 0;
		background: #FFF;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity .2s ease-in-out;
		   -moz-transition: opacity .2s ease-in-out;
		    -ms-transition: opacity .2s ease-in-out;
			 -o-transition: opacity .2s ease-in-out;
			    transition: opacity .2s ease-in-out;
	}
	.choose-place-sub-sub-nav {
		width: 296px;
	}
	.choose-place-nav-item.active .choose-place-2nd,
	.choose-place-sub-nav-item.active .choose-place-3rd {
		opacity: 1;
		visibility: visible;
	}
	.choose-place-nav-item.active .choose-place-nav-link,
	.choose-place-sub-nav-item.active .choose-place-sub-nav-link,
	.choose-place a.chosen {
		background: #EDF2F9;
	}
	#map {
		height: 456px;
	}
	.contact-info {
		position: absolute;
		z-index: 5;
		top: 40px;
		right: 40px;
		width: 224px;
	}
	.contact-info .close {
		top: 16px;
		right: 16px;
	}
}
@media (min-width: 1200px) {
	.contacts-block {
		margin-bottom: 32px;
	}
	.contacts-phone-num {
		font-size: 2.6875rem;
	}
	.contacts-phone-comment {
		font-size: .6875rem;
	}
	.contacts-worktime {
		font-size: .9375rem;
	}
	.contacts-hotline-text {
		font-size: .8125rem;
		padding-left: 42px;
	}
	.contacts-hotline-text:before {
		width: 30px;
		height: 30px;
	}
	.contacts-block-nav {
		font-size: .9375rem;
	}
	.contacts-nav .nav li + li {
		margin-left: 65px;
	}
	.contacts-nav .nav li a {
		padding: 16px 0;
	}
	.contacts-nav .nav li a.active {
		padding-bottom: 13px;
	}
	.contacts-places-search .container {
		padding-top: 32px;
	}
	.contacts-places-block {
		margin-right: 24px;
		margin-bottom: 24px;
	}
	.contacts-places-text {
		font-size: .9375rem;
	}
	.contacts-places-city,
	.contacts-places-choose {
		width: 300px;
	}
	.contacts-places-tag {
		font-size: .9375rem;
		padding: 14px 50px 14px 20px;
	}
	.contacts-places-tag .delete {
		right: 20px;
	}
	.choose-place {
		font-size: .9375rem;
	}
	.choose-place-nav {
		width: 320px;
	}
	.choose-place-nav-link {
		padding-left: 46px !important;
	}
	.choose-place-2nd {
		left: 320px;
	}
	.choose-place-sub-nav {
		width: 300px;
	}
	.choose-place-3rd {
		left: 300px;
	}
	.choose-place-sub-sub-nav {
		width: 560px;
	}
	#map {
		height: 550px;
	}
	.contact-info {
		top: 32px;
		right: 32px;
		width: 288px;
	}
	.contact-info-content {
		padding: 24px 40px;
	}
}

/* PAGINATION */
.pagination,
.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
}
.pagination {
	margin-top: 40px;
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}
.page-item {
	margin-right: 8px;
}
.page-link {
	font-size: .75rem;
	padding: 0;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #93A2A8;
	border: none;
	border-radius: 50% !important;
	text-align: center;
}
.page-item.active .page-link {
	font-weight: 500;
	background: #93A2A8;
	color: #FFF;
}
@media (min-width: 1200px) {
	.page-link {
		font-size: .9375rem;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
}

/* INLINE SCROLLED NAV */
.inline-scrolled-nav {
	border-bottom: #E0E4E6 solid 1px;
	font-size: .75rem;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.inline-scroll {
	display: block;
	overflow: hidden;
	width: 100%;
}
.inline-scrolled-nav .nav {
	display: inline-block;
	white-space: nowrap;
}
.inline-scrolled-nav .nav li {
	display: inline-block;
}
.inline-scrolled-nav .nav li + li {
	margin-left: 30px;
}
.inline-scrolled-nav .nav li a {
	display: block;
	color: #93A2A8;
	padding: 13px 0;
}
.inline-scrolled-nav .nav li a.active {
	color: #053F62;
	padding-bottom: 10px;
	border-bottom: #053F62 solid 3px;
}
.mCSB_scrollTools_horizontal.mCS-none {
	opacity: 0;
	visibility: hidden;
}
@media (min-width: 768px) {
	.inline-scrolled-nav {
		margin-bottom: 42px;
	}
}
@media (min-width: 1200px) {
	.inline-scrolled-nav {
		margin-bottom: 55px;
	}
}

/* SIDEBAR */
.sidebar-block {
	background: #F9F9F9;
	border-radius: 3px;
	padding: 20px 22px;
	margin-bottom: 8px;
}
.sidebar-block a {
	color: #053F62;
}
.sidebar-text {
	font-size: .875rem;
}
.sidebar-text + .sidebar-text {
	border-top: #E8E9EA solid 1px;
	margin-top: 20px;
	padding-top: 20px;
}
.sidebar-comment {
	font-size: .875rem;
	color: #4B646E;
}
.sidebar-comment a {
	color: #4B646E;
}
.sidebar-title {
	position: relative;
	font-weight: 500;
	color: #053F62;
	font-size: 1.125rem;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.sidebar-title:before {
	content: '';
	display: block;
	position: absolute;
	width: 42px;
	height: 2px;
	bottom: 0;
	left: 0;
	background: #1F93D3;
}
.sidebar-block-title {
	font-size: .875rem;
	font-weight: 500;
	color: #053F62;
}
.sidebar-nav-block ul {
	list-style: none !important;
	padding: 0;
	margin: 0;
	font-size: .75rem;
}
.sidebar-nav-block ul ul {
	list-style: none !important;
}
.sidebar-nav a {
	display: block;
	position: relative;
	color: #4B646E;
	padding: 7px 0;
}
.sidebar-nav a.active {
	font-weight: 500;
	color: #053F62;
}
.sidebar-nav-item.has-sub-nav .sidebar-nav-link:after {
	content: "";
	display: inline-block;
	margin-left: 4px;
	vertical-align: .15em;
	border-top: 4px solid #4B646E;
	border-right: 4px solid transparent;
	border-bottom: 0;
	border-left: 4px solid transparent;
	-webkit-transition: all 0.1s ease-out;
	   -moz-transition: all 0.1s ease-out;
	    -ms-transition: all 0.1s ease-out;
		 -o-transition: all 0.1s ease-out;
		    transition: all 0.1s ease-out;
}
.sidebar-nav-item.has-sub-nav.show .sidebar-nav-link:after {
	-webkit-transition: all 0.2s ease-in;
	   -moz-transition: all 0.2s ease-in;
	    -ms-transition: all 0.2s ease-in;
		 -o-transition: all 0.2s ease-in;
		    transition: all 0.2s ease-in;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
		    transform: rotate(180deg);	
}
.sidebar-nav-block .sidebar-sub-nav-link {
	padding-left: 16px;
}
.sidebar-sub-nav-link:before {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background: #D8D8D8;
	left: 0px;
	top: 14px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
		    transform: rotate(45deg);
}
.sidebar-subtitle {
	font-size: 1.25rem;
	line-height: 1.2;
	color: #053F62;
	font-weight: 500;
	margin-bottom: 8px;
}
.sidebar-nav + .sidebar-subtitle {
	border-top: #E5E8E9 solid .8px;
	margin-top: 16px;
	padding-top: 16px;
}
.date-search {
	display: block;
	position: relative;
}
.date-search .form-control {
	background: #FFF url(images/calendar.svg) left 8px center no-repeat;
	background-size: 13px 14px;
	border: none;
	height: auto;
	font-size: .75rem;
	color: #4B646E;
	padding-left: 28px;
}
.date-search + .btn {
	margin-top: 16px;
}
.news-subscribe {
	display: block;
	position: relative;
	background-image: url(images/subscribe.png);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 56px 12px;
}
.news-subscribe:before {
	content: '';
	display: block;
	position: absolute;
	width: 90px;
	height: 82px;
	right: 0;
	top: 0;
	background: url(images/stamp.png) right top no-repeat;
	background-size: contain;
}
.news-subscribe .sidebar-subtitle {
	padding-right: 68px;
	margin-top: 4px;
	margin-bottom: 30px;
}
.news-subscribe form {
	display: block;
	position: relative;
}
.news-subscribe .form-control {
	border: none;
	background: #FFFFFF;
	border-radius: 5px;
	color: #93A2A8;
	height: 48px;
}
.news-subscribe .btn {
	position: absolute;
	right: 8px;
	top: 8px;
	border: none;
	padding: 0;
	width: 32px;
	height: 32px;
	background: url(images/arrow-right-g.svg) center center no-repeat;
	background-size: 14px 11px;
	font-size: 0;
	text-indent: -9999px;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
	.sidebar-block .department-label,
	.sidebar-block .department-value {
		display: block;
	}
}
@media (min-width: 1200px) {
	.sidebar-block {
		padding: 35px 40px;
		margin-bottom: 16px;
	}
	.sidebar-title {
		font-size: 1.4375rem;
		padding-bottom: 22px;
		margin-bottom: 22px;
	}
	.sidebar-block-title {
		font-size: .9375rem;
	}
	.sidebar-nav-block ul {
		font-size: .9375rem;
	}
	.sidebar-nav a {
		padding: 10px 0;
	}
	.sidebar-sub-nav-link:before {
		top: 18px;
	}
	.sidebar-text {
		font-size: 1.0625rem;
	}
	.date-search .form-control {
		font-size: .875rem;
		padding-left: 42px;
		background-size: 16px 17px;
		background-position: left 16px center;
	}
	.news-subscribe:before {
		width: 149px;
		height: 136px;
	}
	.news-subscribe .sidebar-subtitle {
		padding-right: 110px;
		margin-top: 32px;
		margin-bottom: 40px;
	}
}

/* FOOTER */
.footer {
	font-size: .875rem;
	color: #FFF;
}
.footer-bg {
	margin-top: 60px;
	display: block;
	position: relative;
	padding: 32px 0;
	background: url(images/footer-bg.jpg) center top no-repeat;
	background-size: cover;
	overflow: hidden;
}
@media (max-width: 1199.98px) {
	.lang-page .footer-bg {
		margin-top: 0;
	}
}
.contacts-page .footer-bg {
	margin-top: 0;
}
.footer a {
	color: #FFF;
	opacity: .8;
}
.footer a:hover {
	opacity: 1;
}
.footer-title {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 1rem;
}
.footer-nav {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	line-height: 2;
}
.footer-nav-title {
	font-weight: 700;
	line-height: 2;
	margin: 0;
}
.footer-nav .active a {
	opacity: 1;
}
.footer-phone {
	font-size: 2rem;
	margin-top: 20px;
	line-height: 1;
	font-family: 'pf_din_text_comp_proregular';
}
.footer-phone-comment {
	font-size: .75rem;
	opacity: .7;
}
.footer-copyright {
	margin-top: 20px;
	border-top: rgba(255, 255, 255, .3) solid 1px;
	padding-top: 20px;
	opacity: .75;
}
.footer-brand {
	display: block;
	position: relative;
	width: 45px;
	height: 45px;
	background: url(images/logo_white.png) center center no-repeat;
	background-size: contain;
	opacity: .66;
	float: left;
	margin-right: 15px;
}
.footer-copyright-info {
	overflow: hidden;
	font-size: .75rem;
}
.footer-copyright-info p {
	margin-bottom: 5px;
}
@media (max-width: 767.98px) {
	.footer-title {
		display: none;
	}
	.footer-nav-title {
		display: none;
	}
}
@media (min-width: 768px) {
	.row-footer {
		margin-left: 4px;
	}
	.footer-nav-columns {
		-webkit-column-count: 2;
		-webkit-column-gap: 24px;
		   -moz-column-count: 2;
		   -moz-column-gap: 24px;
		        column-count: 2;
		        column-gap: 24px;
	}
	.footer-nav-column {
		display: block;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid-column;
	}
	.footer-nav-title {
		position: relative;
		padding-top: 15px;
		margin-top: 15px;
	}
	.footer-nav-title:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 40px;
		height: 1px;
		background: #FFF;
		opacity: .3;
	}
	.footer-copyright {
		margin-top: 30px;
	}
	.footer-copyright.border-md-none {
		border: none;
		margin-top: 0;
		padding-top: 0;
	}
	.footer-brand {
		width: 34px;
		height: 34px;
	}
	.footer-copyright-info {
		overflow: hidden;
		font-size: .75rem;
		min-height: 34px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
}
@media (min-width: 1200px) {
	.footer {
		font-size: .9375rem;
	}
	.footer-bg {
		padding: 50px 0;
		margin-top: 80px;
	}
	.row-footer {
		margin-left: 8px;
	}
	.footer-phone {
		font-size: 2.4375rem;
	}
	.footer-phone-comment {
		font-size: .875rem;
	}
	.footer-nav-columns {
		-webkit-column-count: 3;
		-webkit-column-gap: 40px;
		   -moz-column-count: 3;
		   -moz-column-gap: 40px;
		        column-count: 3;
		        column-gap: 40px;
	}
	.footer-nav-title {
		margin-top: 0;
		padding-top: 0;
	}
	.footer-nav-title:before {
		display: none;
	}
	.footer-copyright {
		margin-top: 40px;
	}
	.footer-copyright-info {
		padding-top: 8px;
	}
}

/* IE FIX */
input::-ms-clear {
	display: none;
}

/* BITRIX */
@media (max-width: 767.98px) {
	#bx-panel {
		display: none !important;
	}
}