@charset "UTF-8";

/* removed rules for [data-aos: ] */

.si-float-wrapper {
	position: absolute;
	width: 100%
}

.si-float-wrapper,
.si-float-wrapper * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

[class*=si-wrapper] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	cursor: default
}

.si-wrapper-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: -40px;
	margin-left: 0;
	-webkit-transform: translate(-50%, -100%);
	transform: translate(-50%, -100%)
}

.si-wrapper-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin-top: 0;
	margin-left: 0;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.si-wrapper-left {
	margin-top: -20px;
	margin-left: -11px;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%)
}

.si-wrapper-right {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-top: -20px;
	margin-left: 11px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

[class*=si-shadow-wrapper] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .298039;
	z-index: 1
}

/*** !!!!!!!
::marker {
	content: " "
}
*/

.si-shadow-wrapper-bottom,
.si-shadow-wrapper-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1
}

.si-shadow-frame {
	-webkit-box-shadow: 0 1px 3px 0 #000;
	box-shadow: 0 1px 3px 0 #000
}

[class*=si-shadow-pointer] {
	position: relative;
	width: 15px;
	height: 15px;
	margin: auto
}

[class*=si-shadow-inner-pointer] {
	position: absolute;
	width: 141%;
	height: 141%;
	-webkit-box-shadow: -.7071067812px .7071067812px 3px 0 #000;
	box-shadow: -.7071067812px .7071067812px 3px 0 #000
}

.si-shadow-inner-pointer-top {
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.si-shadow-inner-pointer-bottom {
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%) rotate(-45deg);
	transform: translate(-50%, 50%) rotate(-45deg)
}

.si-shadow-inner-pointer-left {
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg)
}

.si-shadow-inner-pointer-right {
	top: 50%;
	right: 0;
	-webkit-transform: translate(50%, -50%) rotate(-45deg);
	transform: translate(50%, -50%) rotate(-45deg)
}

.si-frame {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	border-radius: 3px;
	overflow: hidden;
	z-index: 2
}

.si-content-wrapper {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	padding: 0;
	background-color: #fff
}

.si-has-border .si-content-wrapper {
	border: 1px solid #bbb
}

.si-content {
	overflow: auto
}

.si-close-button {
	position: absolute;
	top: 0;
	right: 8px;
	border: 0;
	outline: 0;
	background-color: transparent;
	color: inherit;
	font-family: Arial, Baskerville, monospace;
	font-size: 24px;
	cursor: pointer;
	opacity: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.si-close-button:focus,
.si-close-button:hover {
	opacity: .8
}

[class*=si-pointer-border] {
	position: absolute;
	border: 15px solid transparent;
	z-index: 3
}

[class*=si-pointer-bg] {
	position: relative;
	border: 15px solid transparent;
	z-index: 4
}

.si-has-border [class*=si-pointer-bg] {
	border-width: 15px
}

.si-pointer-border-bottom,
.si-pointer-border-top {
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.si-pointer-border-left,
.si-pointer-border-right {
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.si-pointer-top {
	border-bottom: 0
}

.si-pointer-border-top {
	bottom: 0;
	border-top-color: #bbb
}

.si-pointer-bg-top {
	border-top-color: #fff
}

.si-has-border .si-pointer-bg-top {
	top: -1px;
	margin-bottom: 0
}

.si-pointer-bottom {
	border-top: 0
}

.si-pointer-border-bottom {
	top: 0;
	border-bottom-color: #bbb
}

.si-pointer-bg-bottom {
	border-bottom-color: #fff
}

.si-has-border .si-pointer-bg-bottom {
	bottom: -1px;
	margin-top: 0
}

.si-pointer-left {
	border-right: 0
}

.si-pointer-border-left {
	right: 0;
	border-left-color: #bbb
}

.si-pointer-bg-left {
	border-left-color: #fff
}

.si-has-border .si-pointer-bg-left {
	left: -1px;
	margin-right: 0
}

.si-pointer-right {
	border-left: 0
}

.si-pointer-border-right {
	left: 0;
	border-right-color: #bbb
}

.si-pointer-bg-right {
	border-right-color: #fff
}

.si-has-border .si-pointer-bg-right {
	right: -1px;
	margin-left: 0
}

@font-face {
	font-family: DINPro;
	src: url(/fonts/dinpro/DINPro-Light.eot?#iefix) format("embedded-opentype"), url(/fonts/dinpro/DINPro-Light.otf) format("opentype"), url(/fonts/dinpro/DINPro-Light.woff) format("woff"), url(/fonts/dinpro/DINPro-Light.ttf) format("truetype"), url(/fonts/dinpro/DINPro-Light.svg#DINPro-Light) format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: DINPro;
	src: url(/fonts/dinpro/DINPro-Regular.eot?#iefix) format("embedded-opentype"), url(/fonts/dinpro/DINPro-Regular.otf) format("opentype"), url(/fonts/dinpro/DINPro-Regular.woff) format("woff"), url(/fonts/dinpro/DINPro-Regular.ttf) format("truetype"), url(/fonts/dinpro/DINPro-Regular.svg#DINPro-Regular) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: DINPro;
	src: url(/fonts/dinpro/DINPro-Medium.eot?#iefix) format("embedded-opentype"), url(/fonts/dinpro/DINPro-Medium.otf) format("opentype"), url(/fonts/dinpro/DINPro-Medium.woff) format("woff"), url(/fonts/dinpro/DINPro-Medium.ttf) format("truetype"), url(/fonts/dinpro/DINPro-Medium.svg#DINPro-Medium) format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: DINPro;
	src: url(../fonts/dinpro/DINPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/dinpro/DINPro-Bold.otf) format("opentype"), url(../fonts/dinpro/DINPro-Bold.woff) format("woff"), url(../fonts/dinpro/DINPro-Bold.ttf) format("truetype"), url(../fonts/dinpro/DINPro-Bold.svg#DINPro-Bold) format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: DINPro;
	src: url(../fonts/dinpro/DINPro-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/dinpro/DINPro-Black.otf) format("opentype"), url(../fonts/dinpro/DINPro-Black.woff) format("woff"), url(../fonts/dinpro/DINPro-Black.ttf) format("truetype"), url(../fonts/dinpro/DINPro-Black.svg#DINPro-Black) format("svg");
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: DINCyr;
	src: url(../fonts/dincyr/DINCyr-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/dincyr/DINCyr-Medium.woff) format("woff"), url(../fonts/dincyr/DINCyr-Medium.ttf) format("truetype"), url(../fonts/dincyr/DINCyr-Medium.svg#DINCyr-Medium) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

.icon-arw_left_g {
	background-image: url(sprite.png);
	background-position: -434px -65px;
	width: 38px;
	height: 15px
}

.icon-arw_left_g_black {
	background-image: url(sprite.png);
	background-position: -434px -195px;
	width: 38px;
	height: 15px
}

.icon-arw_left_g_green {
	background-image: url(sprite.png);
	background-position: -434px -130px;
	width: 38px;
	height: 15px
}

.icon-arw_right_g {
	background-image: url(sprite.png);
	background-position: -210px -306px;
	width: 38px;
	height: 15px
}

.icon-arw_right_g_black {
	background-image: url(sprite.png);
	background-position: -298px -306px;
	width: 38px;
	height: 15px
}

.icon-arw_right_g_green {
	background-image: url(sprite.png);
	background-position: -434px 0;
	width: 38px;
	height: 15px
}

.icon-i22 {
	background-image: url(sprite.png);
	background-position: -434px -335px;
	width: 19px;
	height: 25px
}

.icon-i22g {
	background-image: url(sprite.png);
	background-position: -434px -260px;
	width: 19px;
	height: 25px
}

.icon-i22greens {
	background-image: url(sprite.png);
	background-position: -522px -72px;
	width: 17px;
	height: 22px
}

.icon-i22gs {
	background-image: url(sprite.png);
	background-position: -522px 0;
	width: 17px;
	height: 22px
}

.icon-i3 {
	background-image: url(sprite.png);
	background-position: -105px -306px;
	width: 55px;
	height: 55px
}

.icon-i3h {
	background-image: url(sprite.png);
	background-position: 0 -306px;
	width: 55px;
	height: 55px
}

.icon-pclose {
	background-image: url(sprite.png);
	background-position: -144px -411px;
	width: 18px;
	height: 18px
}

.icon-pclose_h {
	background-image: url(sprite.png);
	background-position: -212px -411px;
	width: 18px;
	height: 18px
}

.icon-s {
	background-image: url(sprite.png);
	background-position: 0 -411px;
	width: 22px;
	height: 21px
}

.icon-sh {
	background-image: url(sprite.png);
	background-position: -72px -411px;
	width: 22px;
	height: 21px
}

.icon-sprite {
	background-image: url(sprite.png);
	background-position: 0 0;
	width: 384px;
	height: 256px
}

* {
	outline: 0;
	margin: 0;
	padding: 0
}

body,
html {
	font: 300 18px/25px DINPro;
	color: #464646;
	font-family: DINPro, Helvetica Neue, Helvetica, Arial, sans-serif
}

#header {
	background: url(../img/bg1.jpg) no-repeat 50% 0;
	width: 100%;
	height: 722px;
	padding-top: 147px
}

@media (max-width: 916px) {
	#header {
		height: 745px
	}
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
	padding: 0 0 120px
}

#footer {
	margin: 0;
	height: 175px;
	background-color: #f6f6f6;
	text-align: center
}

@media (max-width: 767px) {
	#footer {
		height: auto;
		min-height: 121px;
		padding-bottom: 10px
	}
}

#footer p {
	font: 300 13px/22px DINPro;
	color: #828282;
	max-width: 735px;
	margin: 0 auto 0
}

#footer p.copyright {
	margin-top: 20px;
	margin-bottom: 15px
}

#footer p a,
#footer p span {
	color: #506475;
	text-decoration: none
}

#footer p.developer {
	color: #8f8f8f
}

#footer p.developer a {
	color: #63676b
}

#footer p.ft_txt {
	text-transform: uppercase;
	margin: 0 auto 0;
	padding: 20px 0 0;
	text-align: center;
	max-width: none
}

#footer p.ft_txt span {
	display: block;
	text-transform: none;
	color: #828282
}

h1 {
	font: 600 44px/60px DINPro;
	color: #0a365c;
	letter-spacing: -2px
}

@media (max-width: 1350px) {
	h1 {
		font: 600 42px/60px DINPro
	}
}

@media (max-width: 480px) {
	h1 {
		font: 600 32px/38px DINPro
	}
}


h2 {
	font: 600 32px/60px DINPro;
	color: #0a365c
}

@media (max-width: 1350px) {
	h2 {
		font: 600 32px/54px DINPro
	}
}

@media (max-width: 480px) {
	h2 {
		font: 600 28px/42px DINPro
	}
}

h3 {
	font: 500 30px/36px DINPro;
	color: #0a365c
}

@media (max-width: 480px) {
	h3 {
		font: 500 24px/30px DINPro
	}
}

h5 {
	font: 500 17px/25px DINPro;
	color: #0a365c
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: DINPro;
	margin: 0
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic
}

p {
	margin: 0;
	padding: 0;
	font: 300 18px/25px DINPro;
	color: #464646
}

ul li {
	list-style: none;
	vertical-align: top
}

.mp {
	margin: 0
}

.pm {
	padding: 0
}

.hides {
	display: none
}

.main_menu {
	border-top: 1px solid #e4e4e3;
	padding: 17px 0 9px;
	margin: -1px 0 0;
	background: rgba(255, 255, 255, .77);
	display: none
}

.navbar-default {
	background-color: transparent;
	border-color: transparent
}

.navbar-static-top {
	border: 0
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0
}

.navbar-collapse.in {
	overflow-y: visible
}

.navbar {
	margin-bottom: 0
}

.navbar>.container .navbar-brand {
	margin-left: 0
}

.navbar-brand {
	padding: 0
}

.navbar-nav {
	text-align: center;
	float: none;
	margin: 0;
	font-size: 0
}

.navbar-nav>li {
	float: none;
	display: inline-block;
	border-bottom: 0 solid transparent;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	border-right: 1px solid #cfd1d3;
	-webkit-transition: all .3s;
	transition: all .3s
}

.navbar-nav>li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0
}

.navbar-nav>li .active,
.navbar-nav>li:hover {
	border-bottom: 3px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.navbar-default .navbar-nav li>a {
	color: #0a365c;
	background-color: transparent;
	font: normal 14px/18px DINPro;
	text-shadow: none;
	padding: 0;
	text-transform: uppercase
}

.navbar-default .navbar-nav li>a:focus,
.navbar-default .navbar-nav li>a:hover {
	color: #0a365c;
	background-color: transparent;
	font: normal 14px/18px DINPro;
	text-shadow: none
}

.navbar-default .navbar-nav .active>a {
	background-color: transparent;
	color: #000;
	font: normal 14px/18px DINPro;
	text-shadow: none
}

.navbar-default .navbar-nav .active>a:focus,
.navbar-default .navbar-nav .active>a:hover {
	background-color: transparent;
	color: #000;
	font: normal 14px/18px DINPro;
	text-shadow: none
}

.navbar {
	min-height: 0;
	margin-bottom: 0;
	border: 0 solid transparent
}

.selectize-input .item {
	color: #666
}

a.mbtn {
	font: 300 15px/15px DINPro;
	color: #0a365c;
	padding: 10px 20px;
	position: relative;
	border: 1px solid #9da4aa;
	-webkit-transition: all .5s;
	transition: all .5s
}

a.mbtn:hover {
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s
}

.gmb {
	width: 26px;
	height: 20px;
	float: right;
	margin: 15px;
	cursor: pointer;
	display: none;
	z-index: 1;
	position: relative
}

@media (max-width: 767px) {
	.gmb {
		display: block
	}
}

.gmb span {
	height: 2px;
	background: #ccdb2a;
	margin: 0 0 4px;
	display: block
}

#hdr_ti_adp {
	display: none
}

@media (max-width: 767px) {
	#hdr_ti_adp {
		display: block
	}
}

#hdr_ti_adp .logo {
	float: left
}

#hdr_ti_adp .hdr_right {
	display: none;
	width: auto
}

#hdr_ti_adp .hdr_right .hot_line {
	margin: 15px 0 35px
}

.hdr_top {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 500;
	height: 116px
}

.hdr_top .hdr_top_in {
	margin: 0 0 0;
	background: #fff
}

@media (max-width: 767px) {
	.hdr_top .hdr_top_in {
		display: none
	}
}

.logo {
	width: 305px;
	height: 147px;
	margin: auto;
	background: #ccdb2a;
	text-align: center;
	padding-top: 22px
}

@media (max-width: 990px) {
	.logo {
		width: 160px
	}
}

.logo .bgl,
.logo a {
	display: inline-block;
	width: 100px;
	height: auto;
	margin: auto
}

.hdr_left {
	float: left;
	margin: 30px 0 0;
	max-width: 400px;
	width: 400px
}

@media (max-width: 990px) {
	.hdr_left {
		width: 232px
	}
}

.select_office.mobile {
	padding-top: 10px;
	padding-left: 106px
}

.hdr_left .select_office span {
	float: left;
	color: #5a6167;
	font: normal 12px/15px DINPro;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 28px
}

.hdr_left .select_office span:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	background: url(../img/imap.svg) no-repeat 0 0;
	width: 16px;
	height: 20px
}

.hdr_left .select_office p {
	color: #0a365c;
	cursor: pointer;
	font: normal 13px/13px DINPro;
	margin: 0 0 0 12px;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	float: left;
	-webkit-transition: all .5s;
	transition: all .5s
}

.hdr_left .select_office p:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../img/dt.png) repeat-x 0 0;
	width: 100%;
	height: 1px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.hdr_left .select_office p:hover:before {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.hdr_left .hot_line {
	position: relative;
	margin: 20px 0 0;
	display: inline-block;
	margin: 30px 0 0
}

.hdr_left .hot_line a {
	font: 300 15px/15px DINPro;
	color: #0a365c;
	text-decoration: none;
	padding: 15px 97px 15px 33px;
	border: 1px solid #acc8e6;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s;
	box-sizing: border-box;
	display: block
}

.hdr_left .hot_line a:hover {
	color: #a7b700;
	border: 1px solid #ccdb2a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.hdr_left .hot_line a:after {
	content: "";
	top: 0;
	right: 53px;
	width: 1px;
	height: 44px;
	background: #acc8e6;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s
}

.hdr_left .hot_line a:hover:after {
	background: #ccdb2a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.hdr_left .hot_line a:before {
	content: "";
	top: 11px;
	right: 14px;
	width: 24px;
	height: 22px;
	background: url(../img/i25.png) no-repeat 0 0;
	position: absolute
}

.hdr_right {
	float: right;
	width: 270px
}

@media (max-width: 990px) {
	.hdr_right {
		width: 185px
	}
}

.hdr_right .hdr_rght_top {
	margin: 30px 0 0
}

.hdr_right .hdr_rght_top .hdr_search {
	position: relative;
	float: left;
	font: normal 13px/18px DINPro;
	color: #0a365c;
	cursor: pointer;
	padding: 0 35px 0 31px;
	margin: 0 35px 0 0;
	border-right: 1px solid #d7d6d6;
	display: none
}

.hdr_right .hdr_rght_top .hdr_search:after {
	content: "";
	background: url(../img/isearch.svg) no-repeat 0 0;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0
}

.hdr_right .hdr_rght_top .hdr_personal_area {
	margin: 0;
	float: left;
	float: right;
	font: normal 13px/18px DINPro
}

.hdr_right .hdr_rght_top .hdr_personal_area a {
	font: normal 13px/13px DINPro;
	color: #0a365c;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 31px
}

.hdr_right .hdr_rght_top .hdr_personal_area a:after {
	content: "";
	background: url(../img/iman.svg) no-repeat 0 0;
	width: 20px;
	height: 19px;
	position: absolute;
	top: 0;
	left: 0
}

.hdr_right .hdr_rght_btm {
	margin: 20px 0 0;
	text-align: right
}

.hdr_right .hdr_rght_btm {
	font: normal 21px/21px DINPro;
	color: #0a365c
}

.hdr_right .hdr_rght_btm a {
	position: relative;
	font: normal 21px/21px DINPro;
	color: #0a365c;
	display: block
}

.hdr_right .hdr_rght_btm a:hover {
	text-decoration: none
}

.hdr_right .hdr_rght_btm a:first-child {
	margin-bottom: 5px;
	display: inline-block
}

.hdr_right .hdr_rght_btm a:first-child:before {
	content: "";
	background: url(../img/Phone.svg) no-repeat -512px -381px;
	width: 16px;
	height: 22px;
	position: absolute;
	top: 15px;
	left: -28px
}

.medical_institutions_doctors {
	margin: 0;
	position: relative
}

.medical_institutions_doctors .mid_ttl {
	margin: 0;
	text-align: center
}

@media (max-width: 916px) {
	.medical_institutions_doctors .mid_ttl {
		margin-top: 115px
	}
}

.medical_institutions_doctors .mid_ttl h1 {
	max-width: 660px;
	margin: auto
}

@media (max-width: 1150px) {
	.medical_institutions_doctors .mid_ttl h1 {
		max-width: 575px
	}
}

.medical_institutions_doctors div .tr_top {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: #ccdb2a;
	height: 3px
}

.medical_institutions_doctors .top_rectangle {
	width: 305px;
	height: 109px;
	position: relative;
	margin: 70px auto -5px
}

@media (max-width: 916px) {
	.medical_institutions_doctors .top_rectangle {
		display: none
	}
}

.medical_institutions_doctors .top_rectangle #tr1 {
	width: 0;
	top: auto;
	right: auto;
	left: 92px;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0)
}

.medical_institutions_doctors .top_rectangle #tr2 {
	width: 3px;
	height: 109px;
	height: 0;
	right: auto;
	top: 109px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.medical_institutions_doctors .top_rectangle #tr3 {
	width: 305px;
	width: 0;
	height: 3px;
	bottom: auto;
	left: -305px;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0)
}

.medical_institutions_doctors .top_rectangle #tr4 {
	width: 3px;
	height: 109px;
	height: 0;
	top: -109px;
	left: auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

.medical_institutions_doctors .btm_rectangle {
	width: 305px;
	height: 109px;
	position: relative;
	margin: 3px auto 0
}

@media (max-width: 916px) {
	.medical_institutions_doctors .btm_rectangle {
		display: none
	}

	#header {
		padding-top: 230px
	}
}

.medical_institutions_doctors .btm_rectangle #tr5 {
	width: 3px;
	height: 109px;
	height: 0;
	top: -109px;
	right: auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

.medical_institutions_doctors .btm_rectangle #tr6 {
	width: 305px;
	width: 0;
	height: 3px;
	top: auto;
	left: -305px;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0)
}

.medical_institutions_doctors .btm_rectangle #tr7 {
	width: 3px;
	height: 109px;
	height: 0;
	left: auto;
	top: 109px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.medical_institutions_doctors .r_rectangle {
	max-width: 40%;
	height: 60px;
	position: relative;
	margin: 0 0 0 auto;
	top: -138px;
	right: 2%
}

@media (max-width: 916px) {
	.medical_institutions_doctors .r_rectangle {
		display: none
	}
}

.medical_institutions_doctors .r_rectangle #tr8 {
	width: 100%;
	width: 0;
	height: 3px;
	left: auto;
	left: -100%;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0)
}

.medical_institutions_doctors .r_rectangle #tr9 {
	width: 3px;
	height: 355px;
	height: 0;
	left: auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

.medical_institutions_doctors+.mid_list {
	margin-top: -35px
}

@media (max-width: 916px) {
	.medical_institutions_doctors+.mid_list {
		margin-top: 100px
	}
}

.mid_list {
	text-align: center;
	position: relative;
	z-index: 10
}

.mid_list li {
	width: 315px;
	margin: 0 135px 0 0;
	display: inline-block
}

.mid_list li:last-child {
	margin-right: 0
}

.mid_list li .desc {
	text-align: center
}

.mid_list li .desc .brdh {
	height: 1px;
	background: #acc8e6;
	margin: 15px 0 13px
}

.mid_list li .desc p {
	color: #434445;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	font-size: 18px;
	color: #202020;
	opacity: .9;
	line-height: 1.4
}

.mid_list li .desc a {
	color: #434445;
	font-size: 18px;
	color: #202020;
	text-decoration: none;
	display: block
}

.mid_list li .desc a .button-plus:before {
	-webkit-transition: .35s;
	transition: .35s
}

.mid_list li .desc a:hover .button-plus:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .35s;
	transition: .35s
}

@media (max-width: 1350px) {
	.mid_list li {
		margin: 0 65px 0 0
	}
}

@media (max-width: 1150px) {
	.mid_list li {
		margin: 0 35px 0 0;
		width: 280px
	}
}

.mid_list {
	max-width: 1240px;
	margin: auto
}

@media (max-width: 1250px) {
	.mid_list {
		max-width: 1100px
	}
}

.make_deal {
	margin: 0;
	position: relative
}

.make_deal .make_deal_list {
	text-align: center;
	margin: 0;
	font-size: 0
}

.make_deal .make_deal_list li {
	display: inline-block;
	width: 450px;
	padding: 75px 0 45px
}

.make_deal .make_deal_list li:first-child .desc p {
	max-width: 245px
}

.make_deal .make_deal_list li:nth-child(2) {
	border-right: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9
}

@media (max-width: 916px) {
	.make_deal .make_deal_list li:nth-child(2) {
		border: 0;
		border-top: 1px solid #d9d9d9;
		border-bottom: 1px solid #d9d9d9
	}
}

.make_deal .make_deal_list li:nth-child(2) .desc p {
	max-width: 190px
}

.make_deal .make_deal_list li:last-child .desc p {
	max-width: 245px
}

.make_deal .make_deal_list li .desc .md_in {
	margin-top: 75px;
	opacity: .35
}

.make_deal .make_deal_list li .desc a {
	text-decoration: none
}

.make_deal .make_deal_list li .desc a:hover {
	text-decoration: none
}

.make_deal .make_deal_list li .desc img {
	display: block;
	margin: auto;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.make_deal .make_deal_list li .desc h5 {
	margin: 25px 0 5px;
	text-transform: uppercase
}

.make_deal .make_deal_list li .desc p {
	color: #7d7d7d;
	margin: auto
}

@media (max-width: 1400px) {
	.make_deal .make_deal_list li {
		width: 350px
	}
}

@media (max-width: 1080px) {
	.make_deal .make_deal_list li {
		width: 300px
	}
}

@media (max-width: 916px) {
	.make_deal .make_deal_list li {
		display: block;
		margin: auto
	}
}

.make_deal .make_deal_line {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2%;
	margin: auto;
	background: #ccdb2a;
	height: 354px;
	height: 0;
	width: 3px;
	top: -354px;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%)
}

@media (max-width: 916px) {
	.make_deal .make_deal_line {
		display: none
	}
}

.make_deal #md_trigger {
	position: absolute;
	top: -150px;
	right: 0
}

.d3_tur {
	background: url(../img/bg2.jpg) no-repeat 50% 0;
	height: 509px;
	position: relative
}

@media (max-width: 916px) {
	.d3_tur {
		display: none
	}
}

.d3_tur .desc_txt {
	max-width: 220px;
	padding-top: 200px;
	float: left
}

.d3_tur .desc_txt p {
	font: 300 25px/36px DINPro;
	color: #fff
}

.d3_tur .d3c,
.d3_tur a {
	width: 351px;
	height: 351px;
	margin: auto;
	display: block;
	position: relative;
	top: 80px
}

@media (max-width: 916px) {

	.d3_tur .d3c,
	.d3_tur a {
		display: none
	}
}

.d3_tur .d3c .crc,
.d3_tur a .crc {
	position: relative;
	background: url(../img/crc.png) no-repeat 0 0;
	width: 351px;
	height: 351px;
	margin: auto
}

.d3_tur .d3c .crc .tur_txt,
.d3_tur a .crc .tur_txt {
	position: absolute;
	top: -9px;
	left: auto;
	right: 20px;
	right: -250px;
	bottom: 0;
	margin: auto;
	font: 300 36px/36px DINPro;
	text-transform: uppercase;
	color: #fff;
	color: #0a365c;
	letter-spacing: 27px;
	letter-spacing: 0;
	width: 100%;
	height: 25px;
	text-align: right;
	white-space: nowrap
}

.d3_tur .d3c .crc .tur_txt:before,
.d3_tur a .crc .tur_txt:before {
	content: "";
	background: url(../img/i2.png) no-repeat 0 0;
	width: 21px;
	height: 34px;
	position: absolute;
	top: 1px;
	left: 70px;
	left: -200px
}

.d3_tur .d3c .crc p.lab,
.d3_tur a .crc p.lab {
	text-transform: uppercase;
	position: absolute;
	top: -3px;
	left: 161px;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #0a365c;
	font: 300 36px/36px DINPro;
	width: 64px;
	height: 30px;
	z-index: 20;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.d3_tur .d3c .crc .of,
.d3_tur a .crc .of {
	text-transform: uppercase;
	position: absolute;
	top: 4px;
	left: 314px;
	right: 0;
	bottom: 0;
	margin: auto;
	color: #0a365c;
	font: 300 12px/54px DINPro;
	width: 64px;
	height: 30px;
	z-index: 20;
	border: 1px solid rgba(255, 255, 255, .7);
	border-radius: 100%;
	width: 54px;
	height: 54px;
	text-align: center
}

.d3_tur .d3c .crc .new_txt,
.d3_tur a .crc .new_txt {
	overflow: hidden;
	height: 67px;
	width: 200px;
	margin: auto;
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 49px;
	right: 0
}

.d3_tur .d3c .crc .new_txt div,
.d3_tur a .crc .new_txt div {
	position: relative;
	display: inline-block
}

.d3_tur .d3c .crc .n,
.d3_tur a .crc .n {
	top: -70px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 51px;
	height: 67px
}

.d3_tur .d3c .crc .e,
.d3_tur a .crc .e {
	top: 70px;
	left: 13px;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 43px;
	height: 67px
}

.d3_tur .d3c .crc .w,
.d3_tur a .crc .w {
	top: -70px;
	left: 13px;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 78px;
	height: 67px
}

.d3_tur .d3c .crc .play,
.d3_tur a .crc .play {
	background: url(../img/sprites/sprite.png) no-repeat 0 0;
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 55px;
	height: 55px;
	display: none
}

.d3_tur .d3c:hover .play,
.d3_tur a:hover .play {
	background-position: -105px 0
}

.d3_tur .crc_lines {
	position: relative;
	top: -143px;
	left: auto;
	right: 2%;
	bottom: 0;
	margin: auto 0 auto auto;
	max-width: 39%;
	height: 200px
}

@media (max-width: 916px) {
	.d3_tur .crc_lines {
		display: none
	}
}

.d3_tur .crc_lines div {
	position: absolute;
	background: #fff;
	top: 0;
	left: auto;
	right: 0;
	bottom: 0;
	margin: auto
}

.d3_tur .crc_lines .crc_ln0 {
	height: 3px;
	width: 31%;
	width: 0;
	bottom: auto;
	background: #ccdb2a;
	left: -6px;
	left: 226px;
	right: auto;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0)
}

@media (max-width: 1700px) {
	.d3_tur .crc_lines .crc_ln0 {
		left: 218px
	}
}

@media (max-width: 1600px) {
	.d3_tur .crc_lines .crc_ln0 {
		left: 215px
	}
}

@media (max-width: 1450px) {
	.d3_tur .crc_lines .crc_ln0 {
		left: 212px
	}
}

@media (max-width: 1300px) {
	.d3_tur .crc_lines .crc_ln0 {
		left: 207px
	}
}

@media (max-width: 1150px) {
	.d3_tur .crc_lines .crc_ln0 {
		left: 202px
	}
}

.d3_tur .crc_lines .crc_ln1 {
	height: 3px;
	width: 70%;
	width: 0;
	bottom: auto;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.d3_tur .crc_lines .crc_ln2 {
	height: 210px;
	height: 0;
	width: 3px;
	left: auto;
	margin: 0 0 auto auto;
	bottom: auto;
	top: -208px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

.service_support {
	background: #f2f2f2 url(../img/bg3.png) no-repeat 85% 0;
	width: 100%;
	height: 560px;
	background-size: cover
}

.service_support .ss_txt {
	max-width: 330px
}

.service_support .ss_txt h3 {
	margin: 95px 0 0
}

@media (max-width: 550px) {
	.service_support .ss_txt h3 {
		margin: 35px 0 0
	}
}

.service_support .ss_txt .brdh {
	height: 1px;
	background: #d6d6d6;
	margin: 27px 0 25px;
	max-width: 240px
}

.service_support .ss_txt p {
	line-height: 27px;
	color: #585e65;
	margin: 0 0 35px
}

.service_support .ss_txt .business_inquiry {
	font: 300 14px/14px DINPro;
	color: #0a365c;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	padding-left: 33px
}

.service_support .ss_txt .business_inquiry:before {
	content: "";
	background: url(../img/sprites/sprite.png) no-repeat -298px -75px;
	position: absolute;
	top: -6px;
	left: 0;
	width: 19px;
	height: 25px
}

.service_support .ss_txt .business_inquiry:hover {
	text-decoration: none;
	color: #0a365c
}

.service_support .ss_txt .business_inquiry:hover:before {
	background-position: -298px 0
}

@media (max-width: 1400px) {
	.service_support {
		background: #f2f2f2 url(../img/bg3.png) no-repeat 52% 0
	}
}

@media (max-width: 550px) {
	.service_support {
		height: auto;
		background: #f2f2f2;
		background-image: none;
		padding: 25px 0 55px
	}
}

.guide_forms {
	margin: 75px 0 0;
	text-align: center
}

.guide_forms .guide_forms_slr {
	position: relative;
	margin: 30px auto 0;
	max-width: 1170px
}

.guide_forms .guide_forms_slr .gfs_nav {
	width: 365px;
	position: relative;
	margin: 0 auto 55px;
	height: 45px;
	border-bottom: 1px solid #d9d9d9
}

@media (max-width: 380px) {
	.guide_forms .guide_forms_slr .gfs_nav {
		width: auto
	}
}

.guide_forms .guide_forms_slr .gfs_nav .swiper-pagination-fraction {
	bottom: 0;
	width: 100px;
	margin: auto;
	right: 0;
	height: 40px
}

.guide_forms .guide_forms_slr .gfs_nav .swiper-pagination-fraction span[class*=swiper] {
	font: 300 13px/40px DINPro;
	color: #b3b3b3;
	top: -14px;
	bottom: 0;
	margin: auto;
	position: relative
}

.guide_forms .guide_forms_slr .gfs_nav .swiper-pagination-fraction span.swiper-pagination-current {
	color: #7b7b7b
}

.guide_forms .guide_forms_slr .gfs_nav .swiper-pagination-fraction span.spr {
	display: inline-block;
	height: 40px;
	margin: 0 20px;
	background: #e2e2e2;
	width: 1px
}

.guide_forms .guide_forms_slr .gfs_nav .swiper-button-prev {
	background: url(../img/sprites/sprite.png) no-repeat 0 -105px;
	width: 38px;
	height: 15px;
	top: 19px;
	margin: 0;
	left: 89px
}

.guide_forms .guide_forms_slr .gfs_nav .swiper-button-prev:hover {
	background-position: -88px -105px
}

.guide_forms .guide_forms_slr .gfs_nav .swiper-button-next {
	background: url(../img/sprites/sprite.png) no-repeat -210px 0;
	width: 38px;
	height: 15px;
	top: 19px;
	margin: 0;
	right: 89px
}

.guide_forms .guide_forms_slr .gfs_nav .swiper-button-next:hover {
	background-position: 0 -170px
}

.gfs {
	height: auto
}

.gfs .swiper-wrapper .swiper-slide .gfs_list {
	text-align: center
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li {
	display: inline-block;
	width: 300px;
	margin: 0 0 60px 0
}

@media (max-width: 950px) {
	.gfs .swiper-wrapper .swiper-slide .gfs_list li {
		width: 45%
	}
}

@media (max-width: 560px) {
	.gfs .swiper-wrapper .swiper-slide .gfs_list li {
		width: 100%
	}
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li:last-child {
	margin-right: 0
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li:nth-child(3n+3) {
	margin-right: 0
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc {
	position: relative;
	background: url(../img/i12.png) no-repeat 50% 0;
	width: auto;
	height: 162px
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_txt {
	padding: 35px 0 0
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_txt .desc_txt_in {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 75px;
	background: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_txt .desc_txt_in p {
	max-width: 255px
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_txt .desc_txt_in p span {
	font-weight: 700
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_txt .desc_txt_in p b {
	font-weight: 700;
	display: inline !important
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_txt>span {
	font: 300 13px/13px DINPro;
	color: #8d8d8d;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn {
	position: relative;
	margin: 20px 0 0;
	display: inline-block;
	position: absolute;
	top: -17px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 75px;
	display: none;
	background: #fff;
	padding: 25px 0 0 0
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn:before {
	background: #fff;
	content: "";
	height: 1px;
	right: 50px;
	top: -9px;
	width: 4px;
	position: absolute;
	z-index: 10
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn:after {
	content: "";
	top: 36px;
	right: 55px;
	width: 4px;
	height: 1px;
	background: #fff;
	position: absolute
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn a {
	font: 300 15px/15px DINPro;
	color: #0a365c;
	text-decoration: none;
	padding: 12px 97px 12px 33px;
	border: 1px solid #acc8e6;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn a:hover {
	color: #a7b700;
	border: 1px solid #ccdb2a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn a:after {
	content: "";
	top: 0;
	right: 53px;
	width: 1px;
	height: 44px;
	background: #acc8e6;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn a:hover:after {
	background: #ccdb2a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn a:before {
	content: "";
	top: 11px;
	right: 14px;
	width: 24px;
	height: 22px;
	background: url(../img/i25.png) no-repeat 0 0;
	position: absolute
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn:before {
	right: 90px;
	top: 16px
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn:after {
	right: 95px;
	top: 59px
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn a {
	font: 300 14px/14px DINPro;
	text-transform: uppercase;
	color: #0a365c;
	border: 1px solid #acc8e6;
	top: -1px
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn a:hover {
	color: #0a365c;
	border: 1px solid #acc8e6
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn a:hover:after {
	background: #acc8e6
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn a:after {
	height: 43px;
	background: #acc8e6
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc .desc_btn a:before {
	background: url(../img/i14.png) no-repeat 0 0;
	width: 15px;
	height: 21px;
	right: 18px
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc:hover .desc_txt_in {
	display: none
}

.gfs .swiper-wrapper .swiper-slide .gfs_list li .desc:hover .desc_btn {
	display: block
}

.guide_forms_list {
	margin: 0 0 0;
	display: none
}

.guide_forms_list .gf_list {
	margin: 35px auto 0;
	max-width: 1255px
}

@media (max-width: 1300px) {
	.guide_forms_list .gf_list {
		max-width: 955px
	}
}

@media (max-width: 975px) {
	.guide_forms_list .gf_list {
		max-width: 655px
	}
}

@media (max-width: 680px) {
	.guide_forms_list .gf_list {
		max-width: none
	}
}

.guide_forms_list .gf_list li {
	border-bottom: 1px solid #d9d9d9;
	-webkit-transition: all .5s;
	transition: all .5s
}

.guide_forms_list .gf_list li:last-child {
	margin-bottom: 60px
}

.guide_forms_list .gf_list li:hover {
	background: #f5f7f9;
	-webkit-transition: all .5s;
	transition: all .5s
}

.guide_forms_list .gf_list li .desc {
	max-width: 1170px;
	margin: 0 auto 0;
	position: relative
}

@media (max-width: 1300px) {
	.guide_forms_list .gf_list li .desc {
		max-width: 870px
	}
}

@media (max-width: 975px) {
	.guide_forms_list .gf_list li .desc {
		max-width: 572px
	}
}

@media (max-width: 680px) {
	.guide_forms_list .gf_list li .desc {
		max-width: none;
		padding: 0 60px
	}
}

@media (max-width: 480px) {
	.guide_forms_list .gf_list li .desc {
		max-width: none;
		padding: 0 45px
	}
}

.guide_forms_list .gf_list li .desc a {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 21px 0 21px 44px
}

.guide_forms_list .gf_list li .desc a:hover {
	text-decoration: none
}

.guide_forms_list .gf_list li .desc a:after {
	content: "";
	background: url(../img/folder_list.svg) no-repeat 0 0;
	width: 23px;
	height: 30px;
	position: absolute;
	top: 17px;
	left: 0
}

.guide_forms_list .gf_list li .desc a h4 {
	font: 300 18px/24px DINPro;
	color: #202020;
	text-align: left;
	max-width: 88%;
	white-space: nowrap;
	padding-right: 0;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (max-width: 1300px) {
	.guide_forms_list .gf_list li .desc a h4 {
		max-width: 82%
	}
}

@media (max-width: 975px) {
	.guide_forms_list .gf_list li .desc a h4 {
		max-width: 75%
	}
}

@media (max-width: 680px) {
	.guide_forms_list .gf_list li .desc a h4 {
		max-width: 60%
	}
}

.guide_forms_list .gf_list li .desc a h4 b {
	font: bold 18px/24px DINPro;
	color: #202020
}

.guide_forms_list .gf_list li .desc a span {
	font: 300 13px/23px DINPro;
	color: #8d8d8d;
	position: absolute;
	top: 23px;
	right: 0;
	padding: 0 0 0 60px;
	width: 115px
}

.guide_forms_list .gf_list li .desc a span:before {
	content: "";
	background: url(../img/i23.png) no-repeat 0 0;
	width: 29px;
	height: 29px;
	position: absolute;
	top: -6px;
	left: 21px
}

.guide_forms_list .gf_list li .desc a span:after {
	content: "";
	background: #acc8e6;
	height: 1px;
	width: 175px;
	position: absolute;
	bottom: -21px;
	right: -42px
}

.show_btn_list {
	margin: 0 0 0
}

.show_btn_list button {
	position: relative;
	font: 300 15px/15px DINPro;
	color: #0a365c;
	background-color: #ccdb2a;
	border: 0 solid #9da4aa;
	padding: 19px 75px 18px 40px;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s
}

.show_btn_list button:hover {
	color: #fff;
	background-color: #0a365c;
	-webkit-transition: all .5s;
	transition: all .5s
}

.show_btn_list button:after {
	content: "";
	background: url(../img/i13.png) no-repeat 0 0;
	width: 16px;
	height: 9px;
	position: absolute;
	top: 23px;
	right: 51px
}

.show_btn_list .active {
	border-color: #0a365c
}

.show_btn_list .active:hover {
	border-color: #9da4aa
}

.five_people {
	height: 780px;
	margin: 85px 0 0;
	position: relative
}

@media (max-width: 916px) {
	.five_people {
		display: none
	}
}

.five_people .fp_bg {
	background: url(../img/people.jpg) no-repeat 50% 0;
	height: 780px;
	width: 100%;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.five_people .fp_bg .fp_bg_in {
	position: relative;
	top: 400px;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 1040px;
	height: 380px;
	margin: auto;
	text-align: center
}

.five_people .fp_bg .fp_bg_in .fp_txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	height: 115px
}

.five_people .fp_bg .fp_bg_in .fp_txt span {
	display: block;
	font: 300 14px/54px DINPro;
	color: #0a365c;
	border: 1px solid #a8aeb4;
	border-radius: 100%;
	width: 54px;
	height: 54px;
	margin: auto
}

.five_people .fp_bg .fp_bg_in .fp_txt p {
	margin: 7px 0 0
}

.five_people .fp_bg .fp_bg_in #fp_txt1 {
	width: 90px;
	top: 60px;
	left: 150px
}

.five_people .fp_bg .fp_bg_in #fp_txt2 {
	width: 170px;
	top: 60px;
	left: auto;
	right: 94px
}

.five_people .fp_bg .fp_bg_in #fp_txt3 {
	width: 155px;
	top: 195px;
	left: 118px
}

.five_people .fp_bg .fp_bg_in #fp_txt4 {
	width: 155px;
	top: 195px;
	left: auto;
	right: 101px
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in {
	position: relative;
	bottom: 0;
	top: 69px;
	left: 0;
	right: 0;
	width: 342px;
	height: 311px;
	margin: auto
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in .rl_img {
	width: 44px;
	margin: auto;
	padding-top: 34px
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in h2 {
	margin: 0 0 0
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in .brdh {
	width: 125px;
	height: 1px;
	background: #d6d6d6;
	margin: 12px auto 11px
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in p {
	color: #3c4955;
	max-width: 210px;
	margin: auto
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in .rl {
	background: #ccdb2a;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 3px;
	width: 10px
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl1 {
	width: 22px;
	right: auto;
	top: 64px;
	bottom: auto
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl2 {
	width: 3px;
	height: 67px;
	right: auto;
	top: 0;
	bottom: auto;
	left: 19px
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl3 {
	width: 304px;
	right: 0;
	top: 0;
	bottom: auto;
	left: 0
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl4 {
	width: 3px;
	height: 67px;
	right: 19px;
	top: 0;
	bottom: auto;
	left: auto
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl5 {
	width: 22px;
	left: auto;
	top: 64px;
	bottom: auto
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl6 {
	width: 3px;
	height: 111px;
	right: auto;
	left: 19px;
	top: -18px
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl7 {
	width: 3px;
	height: 111px;
	left: auto;
	right: 19px;
	top: -18px
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl8 {
	width: 22px;
	left: auto;
	top: 200px;
	bottom: auto
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl9 {
	width: 3px;
	height: 25px;
	left: auto;
	top: 228px;
	right: 19px;
	bottom: auto
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl10 {
	width: 304px;
	right: 0;
	top: auto;
	bottom: 58px;
	left: 0
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl11 {
	width: 3px;
	height: 25px;
	left: 19px;
	top: 228px;
	right: auto;
	bottom: auto
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl12 {
	width: 22px;
	right: auto;
	top: 228px;
	bottom: auto
}

.five_people .fp_bg .fp_bg_in .rec_line .rec_line_in #rl13 {
	width: 3px;
	height: 61px;
	top: auto;
	bottom: 0
}

.ask_your_question {
	background: #396792 url(../img/bg4.jpg) no-repeat 50% 0;
	height: 560px
}

.ask_your_question .lg {
	display: none
}

.ask_your_question .lg {
	display: none
}

.ask_your_question.inner .lg {
	display: block;
	background: url(../img/i35.png) no-repeat 0 0;
	width: 85px;
	height: 85px;
	margin: 0 0 15px
}

@media (max-width: 916px) {
	.ask_your_question {
		margin-top: 40px;
		height: auto;
		background-size: cover;
		padding-bottom: 40px
	}

	.ask_your_question.inner .lg {
		display: none
	}
}

@media (max-width: 480px) {
	.ask_your_question {
		height: auto;
		padding-bottom: 45px
	}
}

.ask_your_question .auq_in {
	max-width: 836px;
	margin: auto;
	position: relative
}

.ask_your_question .auq_in .auq_in_ttl {
	max-width: 249px;
	float: left;
	margin: 55px 0 0
}

@media (max-width: 916px) {
	.ask_your_question .auq_in .auq_in_ttl {
		float: none;
		max-width: none;
		text-align: center;
		margin: 55px 0 0
	}
}

@media (max-width: 480px) {
	.ask_your_question .auq_in .auq_in_ttl {
		margin: 55px 0 0
	}
}

.ask_your_question .auq_in .auq_in_ttl h3 {
	color: #ccdb2a
}

.ask_your_question .auq_in .auq_in_ttl h3.hd {
	display: none
}

.ask_your_question .auq_in .auq_in_ttl .brdh {
	height: 1px;
	background: rgba(255, 255, 255, .15);
	margin: 30px 0 0
}

.auq_form {
	float: left;
	width: 380px;
	margin: 111px 0 0 176px;
	position: relative
}

@media (max-width: 916px) {
	.auq_form {
		width: 400px;
		float: none;
		margin: 30px auto 0
	}
}

@media (max-width: 480px) {
	.auq_form {
		width: 265px
	}
}

.auq_form .af {
	position: absolute;
	background: #ccdb2a;
	height: 3px;
	width: 30px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

@media (max-width: 916px) {
	.auq_form .af {
		display: none
	}
}

.auq_form #af1 {
	bottom: auto;
	right: auto;
	top: -111px;
	width: 3px;
	height: 104px;
	left: -9px
}

.auq_form #af2 {
	bottom: auto;
	right: auto;
	top: -10px;
	width: 398px;
	left: -9px
}

.auq_form #af3 {
	bottom: auto;
	right: -9px;
	top: -10px;
	width: 3px;
	height: 68px;
	left: auto
}

.auq_form #af4 {
	bottom: auto;
	right: auto;
	top: 55px;
	width: 398px;
	left: -9px
}

.auq_form #af5 {
	bottom: auto;
	left: -9px;
	top: 55px;
	width: 3px;
	height: 68px;
	right: auto
}

.auq_form #af6 {
	bottom: auto;
	right: auto;
	top: 120px;
	width: 398px;
	left: -9px
}

.auq_form #af7 {
	bottom: auto;
	right: -9px;
	top: 120px;
	width: 3px;
	height: 145px;
	left: auto
}

.auq_form #af8 {
	bottom: auto;
	right: auto;
	top: 262px;
	width: 398px;
	left: -9px
}

.auq_form #af9 {
	bottom: auto;
	left: -9px;
	top: 262px;
	width: 3px;
	height: 59px;
	right: auto
}

.auq_form .afi_inp {
	margin: 0 0 17px;
	position: relative
}

.afi_txtr {
	position: relative
}

.auq_form .afi_inp label.error {
	top: 28px;
	left: 32px
}

.auq_form .afi_inp input {
	background: 0 0;
	border: 1px solid rgba(255, 255, 255, .5);
	padding: 13px 10px 13px 30px;
	font: 300 15px/20px DINPro;
	color: #cfddec;
	width: 100%
}

.auq_form .afi_inp input::-webkit-input-placeholder {
	color: #cfddec
}

.auq_form .afi_inp input::-moz-placeholder {
	color: #cfddec
}

.auq_form .afi_inp input:-ms-input-placeholder {
	color: #cfddec
}

.auq_form .afi_inp input:-moz-placeholder {
	color: #cfddec
}

.auq_form .afi_txtr textarea {
	background: 0 0;
	border: 1px solid rgba(255, 255, 255, .5);
	padding: 13px 10px 13px 30px;
	font: 300 15px/15px DINPro;
	color: #cfddec;
	width: 100%;
	height: 125px;
	resize: none
}

.auq_form .afi_txtr textarea::-webkit-input-placeholder {
	color: #cfddec
}

.auq_form .afi_txtr textarea::-moz-placeholder {
	color: #cfddec
}

.auq_form .afi_txtr textarea:-ms-input-placeholder {
	color: #cfddec
}

.auq_form .afi_txtr textarea:-moz-placeholder {
	color: #cfddec
}

.auq_form .afi_btn {
	position: relative;
	margin: 66px 0 0 -128px
}

@media (max-width: 916px) {
	.auq_form .afi_btn {
		margin: 20px auto 0;
		text-align: center
	}
}

.auq_form .afi_btn button {
	border: 0 solid #fff;
	background: #ccdb2a;
	padding: 17px 80px 16px;
	font: 300 15px/15px DINPro;
	color: #0a365c;
	-webkit-transition: all .35s;
	transition: all .35s
}

.auq_form .afi_btn button:hover {
	color: #fff;
	background: #0a365c;
	-webkit-transition: all .35s;
	transition: all .35s
}

.blc_news {
	margin: 75px 0 0
}

.blc_news .blc_news_ttl {
	text-align: center;
	margin: 0 0 45px
}

.news_slr {
	max-width: 1250px
}

.news_list {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1250px;
	margin: 0 auto
}

.news_list li {
	display: inline-block;
	width: 282px;
	margin: 0 25px 0 0;
	margin: 0
}

@media (max-width: 480px) {
	.news_list li {
		width: 300px
	}
}

.news_list li:last-child {
	margin-right: 0
}

.news_list li:hover .desc a .desc_date .date {
	background: #ccdb2a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.news_list li:hover .desc a .desc_date .date .date_in p {
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.news_list li .desc a {
	display: block;
	cursor: pointer
}

.news_list li .desc a:hover {
	text-decoration: none
}

.news_list li .desc a:hover .desc_txt h4 {
	font: normal 17px/26px DINPro
}

.news_list li .desc a:focus {
	outline: 0;
	text-decoration: none
}

.news_list li .desc a .desc_date {
	height: 114px
}

.news_list li .desc a .desc_date .date {
	width: 114px;
	height: 114px;
	float: left;
	position: relative;
	background: #e6edf4;
	-webkit-transition: all .5s;
	transition: all .5s
}

.news_list li .desc a .desc_date .date h3 {
	font: 500 58px/106px DINPro;
	color: #fff
}

.news_list li .desc a .desc_date .date .date_in {
	position: absolute;
	bottom: 0;
	right: 0
}

.news_list li .desc a .desc_date .date .date_in p {
	float: left;
	font: 300 9px/10px DINPro;
	text-transform: uppercase;
	color: #9ba2aa;
	margin: 12px 6px 0 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.news_list li .desc a .desc_date .date .date_in span {
	width: 17px;
	height: 17px;
	background: #fff;
	font: 300 9px/18px DINPro;
	display: inline-block;
	color: #9ba2aa;
	text-transform: uppercase
}

.news_list li .desc a .desc_date .d_img {
	float: left
}

.news_list li .desc a .desc_date .d_img img {
	max-width: 165px
}

.news_list li .desc a .desc_txt {
	max-width: 315px;
	margin: 404x auto 0;
	text-align: left;
	height: 290px;
	position: relative;
	padding: 0 0 30px;
	clear: both
}

.news_list li .desc a .desc_txt h4 {
	font: 300 17px/26px DINPro;
	color: #0a365c;
	text-transform: uppercase
}

.news_list li .desc a .desc_txt .brdh {
	height: 1px;
	max-width: 160px;
	background: #e3e3e3;
	margin: 20px 0
}

.news_list li .desc a .desc_txt .read_more {
	overflow: hidden;
	margin: 0 0 0;
	position: absolute;
	bottom: 0
}

.news_list li .desc a .desc_txt .read_more span {
	display: inline-block;
	font: 300 14px/14px DINPro;
	color: #0a365c;
	position: relative;
	padding-right: 30px;
	margin: 0 0 0 -85px
}

.news_list li .desc a .desc_txt .read_more span:after {
	content: "";
	background: url(../img/arw_news.svg) no-repeat 0 0;
	width: 16px;
	height: 23px;
	position: absolute;
	top: 3px;
	right: 0
}

.news_list li .desc a .desc_txt .read_more span {
	-webkit-transition: all .5s;
	transition: all .5s
}

.news_list li .desc a:hover .desc_txt .read_more span {
	margin: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

@media (max-width: 480px) {
	.news_list li .desc a .desc_date .date {
		width: 70px
	}

	.news_list li .desc a .desc_date .date h3 {
		font-size: 30px
	}
}

.blc_news_btn {
	text-align: center;
	margin: 80px 0 0
}

.blc_news_btn a {
	font: 300 15px/15px DINPro;
	color: #0a365c;
	text-decoration: none;
	position: relative;
	border: 0 solid #9da4aa;
	color: #0a365c;
	background: #ccdb2a;
	padding: 16px 80px 16px 50px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.blc_news_btn a:hover {
	color: #fff;
	background: #0a365c;
	-webkit-transition: all .5s;
	transition: all .5s
}

.blc_news_btn a:after {
	content: "";
	background: url(../img/i16.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 18px;
	right: 43px
}

.visit_career {
	margin: 110px 0 0
}

.visit_career .vc {
	width: 50%;
	float: left
}

.visit_career .vc h3 {
	max-width: 310px;
	margin-top: 60px
}

@media (max-width: 960px) {
	.visit_career .vc h3 {
		margin-top: 0;
		padding-top: 45px
	}
}

.visit_career .vc .brdh {
	max-width: 240px;
	height: 1px;
	background: rgba(255, 255, 255, .5);
	margin: 25px 0
}

.visit_career .vc p {
	max-width: 270px;
	color: #545c66
}

.visit_career .vc .submit_application {
	position: relative;
	margin: 20px 0 0;
	display: inline-block;
	margin: 55px 0 0
}

.visit_career .vc .submit_application:before {
	background: #fff;
	content: "";
	height: 1px;
	right: 50px;
	top: -9px;
	width: 4px;
	position: absolute;
	z-index: 10
}

.visit_career .vc .submit_application:after {
	content: "";
	top: 36px;
	right: 55px;
	width: 4px;
	height: 1px;
	background: #fff;
	position: absolute
}

.visit_career .vc .submit_application a {
	font: 300 15px/15px DINPro;
	color: #0a365c;
	text-decoration: none;
	padding: 12px 97px 12px 33px;
	border: 1px solid #acc8e6;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

.visit_career .vc .submit_application a:hover {
	color: #a7b700;
	border: 1px solid #ccdb2a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.visit_career .vc .submit_application a:after {
	content: "";
	top: 0;
	right: 53px;
	width: 1px;
	height: 44px;
	background: #acc8e6;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s
}

.visit_career .vc .submit_application a:hover:after {
	background: #ccdb2a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.visit_career .vc .submit_application a:before {
	content: "";
	top: 11px;
	right: 14px;
	width: 24px;
	height: 22px;
	background: url(../img/i25.png) no-repeat 0 0;
	position: absolute
}

.visit_career .vc .submit_application:before {
	background: #bad0e7
}

.visit_career .vc .submit_application:after {
	background: #bad0e7
}

.visit_career .vc .submit_application a {
	color: #0a365c;
	border-color: #fff
}

.visit_career .vc .submit_application a:hover {
	border-color: #fff;
	color: #0a365c
}

.visit_career .vc .submit_application a:hover:after {
	background: #fff
}

.visit_career .vc .submit_application a:after {
	background: #fff
}

.visit_career .vc .submit_application a:before {
	background: url(../img/i17.png) no-repeat 0 0;
	width: 23px;
	height: 18px;
	top: 15px;
	right: 14px
}

@media (max-width: 960px) {
	.visit_career .vc {
		width: 100%;
		float: none
	}
}

.visit_career #vc1 {
	background: url(../img/bg3.jpg) no-repeat 50% 0;
	height: 447px;
	background-size: cover
}

@media (max-width: 960px) {
	.visit_career #vc1 {
		padding-left: 75px !important
	}
}

@media (max-width: 550px) {
	.visit_career #vc1 {
		padding-left: 20px !important
	}
}

.visit_career #vc1 p {
	color: #435261
}

.visit_career #vc2 {
	background: url(../img/bg5.jpg) no-repeat 50% 0;
	height: 447px;
	background-size: cover;
	padding-left: 145px
}

@media (max-width: 960px) {
	.visit_career #vc2 {
		padding-left: 75px !important
	}
}

@media (max-width: 550px) {
	.visit_career #vc2 {
		padding-left: 20px !important
	}
}

.visit_career #vc2 .submit_application {
	position: relative;
	margin: 20px 0 0;
	display: inline-block;
	margin: 55px 0 0
}

.visit_career #vc2 .submit_application:before {
	background: #fff;
	content: "";
	height: 1px;
	right: 50px;
	top: -9px;
	width: 4px;
	position: absolute;
	z-index: 10
}

.visit_career #vc2 .submit_application:after {
	content: "";
	top: 36px;
	right: 55px;
	width: 4px;
	height: 1px;
	background: #fff;
	position: absolute
}

.visit_career #vc2 .submit_application a {
	font: 300 15px/15px DINPro;
	color: #0a365c;
	text-decoration: none;
	padding: 12px 97px 12px 33px;
	border: 1px solid #acc8e6;
	position: relative;
	-webkit-transition: all .5s;
	transition: all .5s
}

.visit_career #vc2 .submit_application a:hover {
	color: #a7b700;
	border: 1px solid #ccdb2a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.visit_career #vc2 .submit_application a:after {
	content: "";
	top: 0;
	right: 53px;
	width: 1px;
	height: 44px;
	background: #acc8e6;
	position: absolute;
	-webkit-transition: all .5s;
	transition: all .5s
}

.visit_career #vc2 .submit_application a:hover:after {
	background: #ccdb2a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.visit_career #vc2 .submit_application a:before {
	content: "";
	top: 11px;
	right: 14px;
	width: 24px;
	height: 22px;
	background: url(../img/i25.png) no-repeat 0 0;
	position: absolute
}

.visit_career #vc2 .submit_application:before {
	background: #e9eef4
}

.visit_career #vc2 .submit_application:after {
	background: #e9eef4
}

.visit_career #vc2 .submit_application a {
	color: #0a365c;
	border-color: #909aa4
}

.visit_career #vc2 .submit_application a:hover {
	border-color: #909aa4;
	color: #0a365c
}

.visit_career #vc2 .submit_application a:hover:after {
	background: #909aa4
}

.visit_career #vc2 .submit_application a:after {
	background: #909aa4
}

.visit_career #vc2 .submit_application a:before {
	background: url(../img/i17.png) no-repeat 0 0;
	width: 23px;
	height: 18px;
	top: 15px;
	right: 14px
}

.ftr {
	margin: 60px 0 0
}

@media (max-width: 767px) {
	.ftr {
		margin-top: 35px
	}
}

.ftr .flogo {
	float: left;
	width: 115px
}

@media (max-width: 767px) {
	.ftr .flogo {
		display: none
	}
}

.ftr .fphone {
	float: right;
	margin: 11px 0 0;
	position: relative;
	z-index: 20
}

.ftr .fphone>div {
	display: table-cell;
	height: 64px;
	vertical-align: middle
}

.ftr .fphone>div:before {
	content: "";
	background: url(../img/Phone.svg) no-repeat -512px -381px;
	width: 16px;
	height: 22px;
	position: absolute;
	top: calc(50% - 11px);
	left: -28px
}

@media (max-width: 780px) {
	.ftr .fphone {
		text-align: center;
		float: none !important;
		width: 215px;
		margin: auto
	}
}

@media (max-width: 550px) {
	.ftr .fphone {
		float: none;
		margin: auto;
		text-align: center
	}
}

.ftr .fphone a {
	position: relative;
	font: normal 27px/27px DINPro;
	color: #0a365c;
	display: block;
	text-decoration: none;
	-webkit-transition: all .35s;
	transition: all .35s
}

.ftr .fphone a:hover {
	color: #ccdb2a;
	-webkit-transition: all .35s;
	transition: all .35s
}

.ftr .fphone a:first-child {
	margin-bottom: 5px;
	display: inline-block
}

.ftr .fcnt {
	text-align: center;
	margin: 37px 0 0
}

@media (max-width: 550px) {
	.ftr .fcnt {
		float: none
	}
}

.ftr .fcnt a:not(.button) {
	font: 300 15px/15px DINPro;
	color: #0a365c;
	position: relative;
	padding: 18px 80px 18px 45px;
	border: 0 solid #0a365c;
	background: #ccdb2a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.ftr .fcnt a:hover {
	border-color: #0a365c;
	background: #0a365c;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s
}

.ftr .fcnt a:not(.button):hover:after {
	background: url(../img/folder_contr_green.svg) no-repeat 0 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.ftr .fcnt a:after {
	content: "";
	background: url(../img/folder_contr.svg) no-repeat 0 0;
	width: 17px;
	height: 22px;
	position: absolute;
	top: 18px;
	right: 40px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.ftr .ftr_btm {
	margin: 30px 0 0;
	position: relative;
	height: 189px
}

@media (max-width: 767px) {
	.ftr .ftr_btm {
		height: auto
	}
}

.ftr .ftr_btm:after {
	content: "";
	height: 24px;
	width: calc(100% - 474px);
	background: #f8f8f8;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}

.ftr .ftr_btm .pt_left {
	background: url(../img/pt_left.png) no-repeat 0 0;
	width: 238px;
	height: 190px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 1
}

@media (max-width: 480px) {
	.ftr .ftr_btm .pt_left {
		display: none
	}
}

.ftr .ftr_btm .pt_left:after {
	content: "";
	background: #fff;
	width: 26px;
	height: 24px;
	position: absolute;
	top: -24px;
	right: 24px
}

.ftr .ftr_btm .pt_right {
	background: url(../img/pt_right.png) no-repeat 0 0;
	width: 238px;
	height: 190px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1
}

@media (max-width: 480px) {
	.ftr .ftr_btm .pt_right {
		display: none
	}
}

.ftr .ftr_btm .pt_right:after {
	content: "";
	background: #fff;
	width: 26px;
	height: 24px;
	position: absolute;
	top: -24px;
	left: 24px
}

.ftr .ftr_btm .fb_cnt {
	margin: 0 0 0;
	position: relative;
	z-index: 20
}

.ftr .ftr_btm .fb_cnt .fb_cnt_list {
	text-align: center
}

.ftr .ftr_btm .fb_cnt .fb_cnt_list li {
	display: inline-block;
	width: 215px;
	margin: 0 120px 0 0
}

.ftr .ftr_btm .fb_cnt .fb_cnt_list li .desc img {
	position: relative;
	top: -3px
}

.ftr .ftr_btm .fb_cnt .fb_cnt_list li:first-child {
	width: 215px
}

.ftr .ftr_btm .fb_cnt .fb_cnt_list li:nth-child(2) {
	width: 135px
}

.ftr .ftr_btm .fb_cnt .fb_cnt_list li:nth-child(3) {
	width: 120px
}

.ftr .ftr_btm .fb_cnt .fb_cnt_list li:last-child {
	margin-right: 0;
	width: 135px
}

@media (max-width: 767px) {
	.ftr .ftr_btm .fb_cnt .fb_cnt_list li:last-child {
		margin-right: auto
	}
}

.ftr .ftr_btm .fb_cnt .fb_cnt_list li .desc .desc_img {
	display: inline-block;
	background: #e6edf4;
	height: 24px;
	width: 24px;
	margin: 0 0 24px
}

.ftr .ftr_btm .fb_cnt .fb_cnt_list li .desc p {
	color: #646464
}

.ftr .ftr_btm .fb_cnt .fb_cnt_list li .desc p a {
	color: #5c6f86
}

.ftr .ftr_btm .fb_cnt .fb_cnt_list li .desc p a:hover {
	text-decoration: none
}

@media (max-width: 1000px) {
	.ftr .ftr_btm .fb_cnt .fb_cnt_list li {
		margin: 0 50px 0 0
	}
}

@media (max-width: 800px) {
	.ftr .ftr_btm .fb_cnt .fb_cnt_list li {
		margin: 0 30px 0 0
	}
}

@media (max-width: 767px) {
	.ftr .ftr_btm .fb_cnt .fb_cnt_list li {
		margin: 0 auto 35px;
		display: block
	}
}

.ftr .ftr_btm .fb_cnt p.copyr {
	text-align: center;
	font: normal 13px/16px DINPro;
	color: #8f8f8f;
	margin: 50px 0 0
}

@media (max-width: 767px) {
	.ftr .ftr_btm .fb_cnt p.copyr {
		margin-bottom: 35px
	}
}

.ftr_top {
	margin-bottom: 35px
}

.fancybox-overlay {
	background-image: none;
	background: rgba(9, 25, 47, .56) repeat
}

.fancybox-close {
	background: url(../img/sprites/sprite.png) no-repeat -212px -235px;
	top: 18px;
	right: 18px;
	width: 18px;
	height: 18px
}

.fancybox-close:hover {
	background-position: -212px -235px
}

.win_popup {
	width: 910px;
	min-height: 655px;
	background: #fff
}

@media (max-width: 980px) {
	.win_popup {
		width: 750px !important
	}
}

@media (max-width: 800px) {
	.win_popup {
		width: 600px !important
	}
}

.win_popup .line_pp {
	min-height: 173px;
	text-align: center;
	background: #ccdb2a
}

#admission .line_pp {
	height: auto
}

#admission .line_pp h3 {
	padding: 39px 0
}

.win_popup .line_pp .title,
.win_popup .line_pp h3 {
	font: normal 41px/41px DINPro;
	color: #0a365c;
	margin: 0 0 10px;
	padding-top: 39px
}

.win_popup .line_pp p {
	font: normal 20px/28px DINPro;
	color: #0a365c;
	max-width: 560px;
	margin: auto
}

.win_popup .blc_pp_wt {
	padding: 36px 0 25px;
	width: 730px;
	margin: auto;
	text-align: left
}

@media (max-width: 800px) {
	.win_popup .blc_pp_wt {
		width: 530px
	}
}

.win_popup .blc_pp_wt .pp_in {
	border: 1px solid #b2b2b2;
	min-height: 53px;
	margin: 0 0 11px;
	position: relative
}

.win_popup .blc_pp_wt .pp_in.wtxt {
	height: auto;
	width: 100%
}

.win_popup .blc_pp_wt .tw_pp .pp_in.wtxt div:last-child span {
	margin-top: 13px
}

.win_popup .blc_pp_wt .pp_in span {
	display: inline-block;
	font: normal 16px/26px DINPro;
	color: #212121;
	padding: 0 0 0 30px;
	width: 147px;
	border-right: 1px solid #b2b2b2;
	margin: 0 15px 0 0
}

#covidpopup.win_popup .blc_pp_wt .pp_in span {
	width: 300px;
	font-size: 13px
}

.win_popup .blc_pp_wt .pp_name_med span {
	width: 365px
}

@media (max-width: 800px) {
	.win_popup .blc_pp_wt .pp_name_med span {
		width: 245px;
		height: auto;
		margin: 4px 15px 0 0;
		vertical-align: top;
		font: normal 16px/21px DINPro
	}
}

@media (max-width: 980px) {
	.win_popup .blc_pp_wt .pp_in span {
		padding: 0 0 0 10px
	}
}

.win_popup .blc_pp_wt .pp_in i {
	color: #ccdb2a;
	display: inline-block;
	margin: 0 0 0 -3px;
	font-size: 15px;
	position: relative;
	top: -4px
}

.win_popup.w {
	min-height: auto
}

.win_popup .blc_pp_wt .pp_in input {
	border: 0 solid #ccc;
	width: 77%;
	height: 51px;
	color: #212121;
	font: normal 16px/22px DINPro
}

#covidpopup.win_popup .blc_pp_wt .pp_in input {
	width: calc(100% - 325px)
}

.win_popup .blc_pp_wt .pp_in textarea {
	border: 0 solid #ccc;
	width: 77%;
	height: 51px;
	color: #212121;
	font: normal 16px/22px DINPro
}

.win_popup .blc_pp_wt .pp_name_med input {
	width: 45%
}

.win_popup.w .line_pp {
	height: 125px;
	text-align: center;
	background: #ccdb2a
}

.win_popup.w .blc_pp_wt {
	padding: 36px 0 45px
}

@media (max-width: 767px) {
	.win_popup.w .line_pp {
		padding: 0 15px 0
	}

	.win_popup.w .line_pp h3 {
		font: normal 24px/27px DINPro;
		color: #0a365c;
		margin: 0 0 10px;
		padding-top: 32px
	}
}

@media (max-width: 800px) {
	.win_popup .blc_pp_wt .pp_in input {
		width: 60%
	}

	.win_popup .blc_pp_wt .pp_name_med input {
		width: 45%
	}
}

.win_popup .blc_pp_wt .name_med span {
	width: auto;
	padding: 0 10px 0 30px
}

@media (max-width: 980px) {
	.win_popup .blc_pp_wt .name_med span {
		padding: 0 10px 0
	}
}

.win_popup .blc_pp_wt .name_med input {
	width: 320px
}

@media (max-width: 800px) {
	.win_popup .blc_pp_wt .name_med input {
		width: 165px
	}
}

.win_popup .blc_pp_wt .pp_name {
	position: relative
}

.win_popup .blc_pp_wt .tw_pp div {
	float: left;
	width: 359px
}

@media (max-width: 800px) {
	.win_popup .blc_pp_wt .tw_pp div {
		width: 100%
	}
}

.win_popup .blc_pp_wt .tw_pp div:first-child {
	margin-right: 11px
}

.win_popup .blc_pp_wt .tw_pp div:first-child span {
	padding: 0 0 0 30px
}

@media (max-width: 980px) {
	.win_popup .blc_pp_wt .tw_pp div:first-child span {
		padding: 0 0 0 10px
	}
}

.win_popup .blc_pp_wt .tw_pp div:first-child input {
	width: 189px
}

.win_popup .blc_pp_wt .tw_pp div:last-child span {
	padding: 0 30px;
	width: auto
}

.win_popup .blc_pp_wt .tw_pp div:last-child input {
	width: 200px
}

.win_popup input::-webkit-input-placeholder {
	color: #212121;
	font: normal 16px/22px DINPro
}

.win_popup input::-moz-placeholder {
	color: #212121;
	font: normal 16px/22px DINPro
}

.win_popup input:-ms-input-placeholder {
	color: #212121;
	font: normal 16px/22px DINPro
}

.win_popup input:-moz-placeholder {
	color: #212121;
	font: normal 16px/22px DINPro
}

.win_popup .blc_pp_wt .blc_tstar {
	margin: 10px 0 0;
	border: 1px solid #b2b2b2;
	padding: 0 0 10px;
	height: 108px;
	position: relative
}

.win_popup .blc_pp_wt .blc_tstar span {
	display: inline-block;
	font: normal 16px/22px DINPro;
	color: #212121;
	padding: 0 0 0 30px;
	border-right: 1px solid #b2b2b2;
	height: 26px;
	margin: 0 15px 0 0;
	width: 147px
}

@media (max-width: 800px) {
	.win_popup .blc_pp_wt .tw_pp div:last-child span {
		padding: 0 0 0 10px;
		width: 147px
	}
}

@media (max-width: 980px) {
	.win_popup .blc_pp_wt .blc_tstar span {
		padding: 0 0 0 10px
	}
}

.win_popup .blc_pp_wt .blc_tstar i {
	color: #ccdb2a;
	display: inline-block;
	margin: 0 0 0 -3px;
	font-size: 15px;
	position: relative;
	top: -4px
}

.win_popup .blc_pp_wt .blc_tstar textarea {
	border: 0;
	resize: none;
	width: 75%;
	height: 90px;
	color: #212121;
	font: normal 16px/22px DINPro
}

@media (max-width: 800px) {
	.win_popup .blc_pp_wt .blc_tstar textarea {
		width: 60%
	}
}

.win_popup .blc_pp_wt .blc_check_results {
	position: relative;
	text-align: center;
	margin: 35px 0 0
}

.win_popup .blc_pp_wt .blc_check_results button {
	font: normal 16px/22px DINPro;
	border: 1px solid #9da4aa;
	padding: 14px 76px 16px;
	cursor: pointer;
	color: #0a365c;
	background: 0 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.win_popup .blc_pp_wt .blc_check_results button:hover {
	color: #fff;
	border-color: #0a365c;
	background: #0a365c;
	-webkit-transition: all .5s;
	transition: all .5s
}

.win_popup .blc_pp_wt .blc_check_results button[disabled] {
	cursor: default;
	border: 1px solid #c8c8c8;
	background: 0 0;
	color: #b1b1b1
}

.win_popup .blc_pp_wt .blc_check_results button[disabled]:hover {
	cursor: default;
	border: 1px solid #c8c8c8;
	background: 0 0;
	color: #b1b1b1
}

/*
.win_popup .blc_pp_wt .blc_check_results p.pp_notis {
	position: absolute;
	top: 0;
	left: 30px;
	font: normal 16px/20px DINPro;
	color: #949494;
	max-width: 165px;
	text-align: left
}
*/
.win_popup .blc_pp_wt .blc_check_results p.pp_notis {
	position: relative;
	top: 0;
	left: 0;
	font: normal 16px/20px DINPro;
	color: #949494;
	text-align: left;
	display: block;
	margin: 0.5rem 0 1rem;
}

@media (max-width: 800px) {
	/*
	.win_popup .blc_pp_wt .blc_check_results p.pp_notis {
		position: static
	}
	*/
}

/*
.win_popup .blc_pp_wt .blc_check_results p.pp_notis i {
	color: #ccdb2a;
	display: inline-block;
	margin: 0 0 0 -11px;
	font-size: 15px;
	position: relative;
	top: -4px
}
*/

#thank_you {
	width: 910px;
	min-height: 175px;
	background: #fff
}

#thank_you2 {
	width: 910px;
	min-height: 125px;
	background: #fff
}

@media (max-width: 991px) {
	#thank_you {
		width: 100%
	}
}

#thank_you .line_pp {
	height: 125px
}

#thank_you2 .line_pp {
	height: 175px
}

#thank_you .blc_pp_wt {
	text-align: center;
	padding: 38px 0 72px
}

#thank_you .blc_pp_wt p {
	font: normal 24px/30px DINPro;
	color: #0a365c
}

#thank_you .blc_pp_wt span {
	font: 300 20px/30px DINPro
}

.fancybox-inner {
	overflow: visible !important;
	min-height: 175px
}

.blc_fole_upl {
	text-align: center;
	margin: 22px 0 0
}

.blc_fole_upl a.dwn {
	position: relative;
	font: normal 16px/16px DINPro;
	color: #0a365c;
	text-decoration: none;
	cursor: pointer;
	cursor: pointer;
	padding: 0 0 0 30px
}

.blc_fole_upl a.dwn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/sprites/sprite.png) no-repeat -72px -235px;
	width: 22px;
	height: 21px
}

.blc_fole_upl a.dwn:hover {
	color: #0a365c
}

.blc_fole_upl a.dwn:hover:before {
	background-position: 0 -235px
}

.blc_fole_upl p.desc {
	margin: 9px 0 0 20px;
	width: auto;
	font: normal 16px/16px DINPro;
	color: #0a365c;
	display: none
}

.blc_fole_upl .mulip {
	display: none
}

ul.list_dwn {
	margin: 0
}

ul.list_dwn li {
	position: relative
}

ul.list_dwn li:before {
	content: " ";
	display: table
}

ul.list_dwn li:after {
	content: " ";
	display: table;
	clear: both
}

ul.list_dwn li>div {
	display: none !important
}

ul.list_dwn li p {
	font: normal 16px/16px DINPro;
	color: #0a365c;
	margin: 15px 0 0 60px;
	float: left
}

ul.list_dwn li i {
	font: normal 13px/16px DINPro;
	color: #b2b2b2;
	margin: 15px 0 0 15px;
	float: left
}

ul.list_dwn li span {
	background: url(../img/sprites/sprite.png) no-repeat -212px -235px;
	top: 18px;
	right: 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 14px;
	left: 31px;
	cursor: pointer
}

#job_seekers .blc_pp_wt {
	padding: 36px 0 60px
}

#job_seekers .blc_pp_wt .blc_check_results {
	margin: 30px 0 0
}

#job_seekers .blc_pp_wt .blc_check_results p.pp_notis {
	position: static;
	float: left;
	margin: 6px 0 0 30px
}

#job_seekers .blc_pp_wt .blc_check_results .get_go {
	float: left;
	margin: 0 0 0 50px
}

.checkbox_radio {
	margin: 30px 0 0 30px;
	position: relative
}

.checkbox_radio input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

.checkbox_radio input[type=checkbox].css-checkbox:checked+label.css-label {
	background-position: 0 -150px
}

.checkbox_radio input[type=checkbox].css-checkbox+label.css-label {
	background: url(../img/sp_inpt.png) no-repeat;
	font: normal 16px/20px DINPro;
	color: #4c4c4c;
	margin-bottom: 0;
	padding-left: 25px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkbox_radio input[type=checkbox].error+label+label.css-label {
	background: url(../img/sp_inpt.png) no-repeat 0 0;
	font: normal 16px/20px DINPro;
	color: #4c4c4c;
	margin-bottom: 0;
	padding-left: 25px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkbox_radio input[type=radio].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

.checkbox_radio input[type=radio].css-checkbox:checked+label.css-label {
	background-position: 0 -150px
}

.checkbox_radio input[type=radio].css-checkbox+label.css-label {
	background: url(../img/sp_input_radio.png) no-repeat;
	font: normal 16px/20px DINPro;
	color: #4c4c4c;
	margin-bottom: 0;
	padding-left: 25px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.checkbox_radio input[type=radio].error+label+label.css-label {
	background: url(../img/sp_input_radio.png) no-repeat 0 0;
	font: normal 16px/20px DINPro;
	color: #4c4c4c;
	margin-bottom: 0;
	padding-left: 25px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.i_agree {
	margin: 30px 0 0 30px;
	position: relative
}

.i_agree input[type=checkbox].css-checkbox {
	position: absolute;
	z-index: -1000;
	left: -1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0
}

.i_agree input[type=checkbox].css-checkbox:checked+label.css-label {
	background-position: 0 -150px
}

.i_agree input[type=checkbox].css-checkbox:checked+label.css-label a {
	color: #0a365c;
	position: relative;
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree input[type=checkbox].css-checkbox:checked+label.css-label a:hover {
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree input[type=checkbox].css-checkbox:checked+label.css-label a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #91999f;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree input[type=checkbox].css-checkbox:checked+label.css-label a:hover:after {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree input[type=checkbox].css-checkbox+label.css-label {
	background: url(../img/sp_inpt.png) no-repeat;
	font: normal 16px/20px DINPro;
	color: #4c4c4c;
	margin-bottom: 0;
	padding-left: 25px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.i_agree input[type=checkbox].css-checkbox+label.css-label a {
	color: #0a365c;
	position: relative;
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree input[type=checkbox].css-checkbox+label.css-label a:hover {
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree input[type=checkbox].css-checkbox+label.css-label a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #91999f;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree input[type=checkbox].css-checkbox+label.css-label a:hover:after {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree .valid+label+label.css-label {
	background: url(../img/sp_inpt.png) no-repeat 0 -150px;
	font: normal 16px/20px DINPro;
	color: #4c4c4c;
	margin-bottom: 0;
	padding-left: 25px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.i_agree .valid+label+label.css-label a {
	color: #0a365c;
	position: relative;
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree .valid+label+label.css-label a:hover {
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree .valid+label+label.css-label a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #91999f;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree .valid+label+label.css-label a:hover:after {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree .error+label+label.css-label {
	background: url(../img/sp_inpt.png) no-repeat 0 0;
	font: normal 16px/20px DINPro;
	color: #4c4c4c;
	margin-bottom: 0;
	padding-left: 25px;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.i_agree .error+label+label.css-label a {
	color: #0a365c;
	position: relative;
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree .error+label+label.css-label a:hover {
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree .error+label+label.css-label a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1px;
	height: 1px;
	width: 100%;
	background: #91999f;
	-webkit-transition: all .5s;
	transition: all .5s
}

.i_agree .error+label+label.css-label a:hover:after {
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

#CALL_TIME-error,
#CITY-error,
#EMAIL-error,
#NAME-error,
#PHONE-error,
#TEXT-error {
	position: absolute;
	top: 31px;
	left: 30px;
	font: normal 12px/22px DINPro;
	color: red;
	font-weight: 300
}

label.error {
	position: absolute;
	top: 31px;
	left: 30px;
	font: normal 12px/22px DINPro;
	color: red !important;
	font-weight: 300;
	margin: 0
}

label[for=checkboxG10].error {
	top: 20px;
	left: 25px
}

#checkboxG1-error,
#checkboxG10-error,
#checkboxG11-error,
#checkboxG12-error,
#checkboxG13-error,
#checkboxG14-error,
#checkboxG3-error,
#checkboxG4-error,
#checkboxG5-error {
	position: absolute;
	top: 25px;
	left: 0;
	font: normal 12px/22px DINPro;
	color: red;
	font-weight: 300
}

#ORGANIZATION-error {
	position: absolute;
	top: 30px;
	left: 30px;
	font: normal 12px/22px DINPro;
	color: red;
	font-weight: 300
}

@media (max-width: 980px) {
	label.error {
		left: 11px
	}

	label[for=EMAIL].error {
		left: 30px
	}

	label[for=checkboxG10].error {
		top: 20px;
		left: 25px
	}
}

@media (max-width: 800px) {
	label.error {
		left: 11px
	}

	label[for=EMAIL].error {
		left: 11px
	}

	label[for=checkboxG10].error {
		top: 40px;
		left: 25px
	}
}

@media (max-width: 767px) {
	label.error {
		left: 105px;
		top: 4px
	}

	label[for=EMAIL].error {
		left: 105px;
		top: 4px
	}

	label[for=TEXT].error {
		left: 105px;
		top: 12px
	}

	label[for=checkboxG10].error {
		top: -25px;
		left: 0
	}
}

svg path {
	-webkit-transition: all .3s;
	transition: all .3s
}

body {
	overflow-x: hidden;
	position: relative
}

.icon-check {
	width: 11px;
	height: 10px;
	background-image: url(../img/check.png)
}

.icon-mark-map {
	width: 94px;
	height: 59px;
	background-image: url(../img/mark-map.png)
}

.icon-check-large {
	width: 24px;
	height: 15px;
	background-image: url(../img/check-big.png)
}

.icon-print {
	width: 20px;
	height: 20px;
	background-image: url(../img/print.png);
	display: inline-block
}

.icon-cart {
	width: 16px;
	height: 20px;
	background-image: url(../img/cart.png);
	display: inline-block
}

.section-heading {
	max-width: 1200px;
	margin: 0 auto 40px;
	text-align: center;
	font-size: 45px;
	line-height: 1.2
}

@media only screen and (max-width: 767px) {
	.section-heading {
		margin-bottom: 30px;
		font-size: 30px
	}
}

.icon-cubes {
	display: inline-block;
	position: relative;
	width: 14px;
	height: 14px
}

.icon-cubes .in:after,
.icon-cubes .in:before,
.icon-cubes:after,
.icon-cubes:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	top: 0;
	left: 0;
	border: 1px solid #4e5b67;
	border-radius: 1px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.icon-cubes:after {
	left: auto;
	right: 0
}

.icon-cubes .in:before {
	top: auto;
	bottom: 0
}

.icon-cubes .in:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0
}

.date {
	width: 157px;
	height: 157px;
	float: left;
	position: relative;
	background: #e6edf4;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-align: center
}

@media only screen and (max-width: 767px) {
	.date {
		width: 100px;
		height: 100px
	}
}

@media only screen and (max-width: 400px) {
	.date {
		width: 100%;
		float: none
	}
}

.date h3 {
	font: 500 80px/157px DINPro;
	color: #fff
}

@media only screen and (max-width: 767px) {
	.date h3 {
		font-size: 40px;
		line-height: 92px
	}
}

.date .date_in {
	position: absolute;
	bottom: 0;
	right: 0
}

.date .date_in p {
	float: left;
	font: 300 12px/23px DINPro;
	text-transform: uppercase;
	color: #9ba2aa;
	margin: 4px 10px 0 0;
	-webkit-transition: all .5s;
	transition: all .5s
}

.date .date_in span {
	width: 23px;
	height: 23px;
	background: #fff;
	font: 300 12px/23px DINPro;
	display: inline-block;
	color: #9ba2aa;
	text-transform: uppercase
}

@media only screen and (max-width: 767px) {
	#header {
		padding-top: 20px;
		height: 585px
	}
}

.custom-list li {
	margin: 4px 0;
	font-weight: 300
}

.custom-list span {
	display: inline-block
}

.custom-list span:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #ccdc45;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px
}

.custom-list-secondary li {
	margin: 4px 0;
	font-weight: 300;
	position: relative
}

.custom-list-secondary li:before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: #ccdc45;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px
}

.button-plus {
	width: 21px;
	height: 21px;
	display: block;
	background-color: #ccdc45;
	padding: 0;
	border: none;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

.button-plus:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	top: 50%;
	left: 50%;
	margin-top: -4.5px;
	margin-left: -4.5px;
	background-image: url(../img/plus.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all .3s;
	transition: all .3s
}

.centered-icon {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.lined {
	position: relative
}

.lined:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 212px;
	height: 1px;
	margin-left: -106px;
	background-color: #d4d4d4
}

.button {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 240px;
	height: 54px;
	line-height: 51px;
	background-color: transparent;
	padding: 0;
	border: 1px solid #acc8e6;
	font-size: 15px;
	color: #202020;
	border-radius: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.button.small {
	width: 120px
}

.button.active {
	color: #fff;
	background: #0a365c
}

.button svg path {
	fill: #232d37;
	-webkit-transition: all .3s;
	transition: all .3s
}

.button {
	border: 0;
	background: #ccdb2a;
	color: #0a365c;
	-webkit-transition: all .3s;
	transition: all .3s
}

.button:hover {
	color: #fff;
	background: #0a365c;
	-webkit-transition: all .3s;
	transition: all .3s
}

.button .ic {
	margin-left: 6px
}

.button:focus {
	text-decoration: none;
	color: inherit
}

.button:hover {
	text-decoration: none;
	border-color: #0a365c;
	background: #0a365c;
	text-decoration: none;
	color: #fff
}

.button.invert-button {
	border-color: #0a365c;
	background: #0a365c;
	color: #fff
}

.button.invert-button:hover {
	background: #ccdb2a;
	color: #0a365c
}

.button:hover svg path {
	fill: #ccdc45
}

.button-white {
	color: #fff;
	border-color: #fff
}

.button-gray {
	border-color: #a0a6ac
}

.button-icon-cubes .ic {
	margin-left: 14px
}

.button-icon-cubes svg {
	position: relative;
	top: 4px
}

.button-icon-cubes svg path {
	fill: transparent;
	stroke-width: .5px;
	stroke: #4e5b76
}

.button-icon-cubes:hover svg path {
	fill: transparent !important;
	stroke: #ccdc45 !important
}

.button-separate {
	border: none;
	text-align: left;
	width: auto
}

.button-separate .text {
	height: 100%;
	border: 1px solid #9da4aa;
	border-bottom: 0;
	display: inline-block;
	padding-left: 24px;
	padding-right: 20px;
	position: relative
}

.button-separate .text:after {
	content: '';
	position: absolute;
	background-color: #9da4aa;
	width: 96%;
	height: 1px;
	bottom: 0;
	left: 0
}

.button-separate .icon {
	display: inline-block;
	margin-left: -1px;
	height: 100%;
	border: 1px solid #9da4aa;
	border-top: 0;
	width: 54px;
	position: relative;
	vertical-align: top
}

.button-separate .icon:after {
	content: '';
	position: absolute;
	background-color: #9da4aa;
	width: 86%;
	height: 1px;
	top: 0;
	right: 0
}

.button-separate .icon svg {
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute
}

.button-separate:hover {
	background-color: transparent;
	color: #ccdc45
}

.button-separate:hover .icon,
.button-separate:hover .text {
	border-color: #ccdc45
}

.button-separate:hover .icon:after,
.button-separate:hover .text:after {
	background-color: #ccdc45
}

.button-separate:hover svg path {
	fill: #ccdc45
}

.button-rounded {
	background-color: #fff;
	width: auto;
	height: 40px;
	line-height: 37px;
	border-color: #a6acb3;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 30px;
	vertical-align: top
}

.button-rounded:hover {
	background-color: #fff;
	border-color: #ccdc45
}

.button-rounded .text {
	color: #202020
}

.button-rounded .icon {
	position: relative;
	top: 4px;
	margin-right: 10px
}

@media only screen and (max-width: 767px) {
	.logo {
		width: 90px;
		height: auto;
		height: 90px;
		padding: 0;
		position: relative
	}

	.logo .bgl {
		width: auto;
		display: block;
		position: absolute;
		width: 62px;
		height: 62px;
		left: 0;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto
	}
}

.hdr_top_in {
	-webkit-transition: all .3s;
	transition: all .3s
}

.hdr_top .hdr_top_in_transparent {
	background: rgba(255, 255, 255, .6)
}

.hdr_top_full .select_office {
	display: block
}

@media only screen and (max-width: 1079px) {

	.hdr_top_full .hdr_right .hdr_rght_top .hdr_search,
	.hdr_top_full .select_office {
		padding-right: 20px;
		position: relative;
		left: 30px
	}
}

@media only screen and (max-width: 1079px) {
	.hdr_top_full .hdr_right {
		width: 270px
	}
}

@media only screen and (max-width: 1079px) {
	.hdr_top_full .select_office span {
		overflow: hidden;
		width: 20px;
		white-space: nowrap;
		display: inline-block;
		padding-top: 4px;
		padding-bottom: 4px;
		margin-right: -10px
	}

	.hdr_top_full .select_office span:before {
		top: -2px
	}
}

.main-nav {
	border-top: 1px solid #dadad7;
	border-bottom: 1px solid #e5d8c7;
	clear: both
}

.main-nav .container {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	max-width: 1210px
}

@media only screen and (max-width: 1079px) {
	.main-nav .container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.main-nav a {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #0a365c;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 1300px) {
	.main-nav a {
		font-size: 13px
	}
}

@media only screen and (max-width: 1079px) {
	.main-nav a {
		width: 300px
	}

	.main-nav a:nth-child(3n+3):after {
		opacity: 0
	}
}

@media (max-width: 950px) {
	.main-nav a:nth-child(3n+3):after {
		opacity: 1
	}

	.main-nav a:nth-child(2n+2):after {
		opacity: 0
	}
}

.main-nav a.active,
.main-nav a:hover {
	text-decoration: none;
	color: #a3b205
}

.main-nav a.active:before,
.main-nav a:hover:before {
	opacity: 1;
	width: 100%
}

.main-nav a:after {
	content: '';
	right: 0;
	top: 50%;
	background-color: #d8d5d1;
	width: 1px;
	height: 18px;
	margin-top: -9px;
	position: absolute
}

.main-nav a:before {
	content: '';
	left: 50%;
	bottom: 0;
	background-color: #d8d5d1;
	width: 1px;
	opacity: 0;
	height: 2px;
	margin-top: -9px;
	position: absolute;
	background-color: #ccdb2a;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s;
	transition: all .3s
}

.main-nav a:last-child:after {
	display: none
}

#hdr_ti_adp .main-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none
}

#hdr_ti_adp .main-nav a {
	width: 50%;
	vertical-align: middle
}

#hdr_ti_adp .main-nav a:after {
	display: none
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px
}

@media only screen and (max-width: 767px) {
	.swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 20px
	}
}

.swiper-pagination {
	z-index: 20
}

.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	border: 2px solid #9fa1ab;
	background-color: transparent;
	padding: 0;
	opacity: 1;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s
}

.swiper-pagination-bullet:hover {
	background-color: #9fa1ab
}

.swiper-pagination-bullet:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -13px;
	background-color: #9fa1ab;
	width: 12px;
	margin-top: -1px;
	height: 2px
}

.swiper-pagination-bullet-active {
	border-color: #000
}

.swiper-pagination-bullet-active:hover {
	background-color: transparent
}

.swiper-pagination-bullet-active:after {
	background-color: #000
}

.swiper-pagination-bullet:last-child:after {
	display: none
}

.fraction-pagination {
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: -18px;
	width: 100%;
	text-align: center
}

@media only screen and (max-width: 767px) {
	.fraction-pagination {
		position: static
	}

	.hdr_top_full .select_office {
		left: 0;
		display: inline-block;
		padding-right: 0
	}

	.hdr_left {
		margin-top: 15px;
		padding-bottom: 20px;
		clear: both;
		float: none;
		text-align: center
	}
}

.fraction-pagination span {
	display: inline-block
}

.fraction-pagination .current,
.fraction-pagination .last {
	width: 50px;
	line-height: 40px;
	height: 40px;
	font-weight: 400
}

.fraction-pagination .current {
	border-right: 1px solid rgba(63, 63, 63, .15)
}

.fraction-pagination .last {
	color: #8d8785
}

.swiper-slide {
	overflow: hidden
}

.franchise-promo .promo-content,
.franchise-promo .swiper-slide,
.promo .promo-content,
.promo .swiper-slide {
	height: 455px;
	padding-top: 135px;
	position: relative;
	text-align: center;
	overflow: hidden
}

@media only screen and (max-width: 767px) {

	.franchise-promo .promo-content,
	.franchise-promo .swiper-slide,
	.promo .promo-content,
	.promo .swiper-slide {
		padding-top: 150px;
		padding-bottom: 50px;
		height: auto
	}
}

.franchise-promo .promo-content .bg,
.franchise-promo .swiper-slide .bg,
.promo .promo-content .bg,
.promo .swiper-slide .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 1s;
	transition: all 1s
}

.franchise-promo .promo-content .bg.noanim,
.franchise-promo .swiper-slide .bg.noanim,
.promo .promo-content .bg.noanim,
.promo .swiper-slide .bg.noanim {
	-webkit-transform: scale(1);
	transform: scale(1)
}

@media only screen and (max-width: 767px) {

	.franchise-promo .promo-content .bg,
	.franchise-promo .swiper-slide .bg,
	.promo .promo-content .bg,
	.promo .swiper-slide .bg {
		-webkit-transform: none;
		transform: none
	}
}

.franchise-promo .promo-content .bg:before,
.franchise-promo .swiper-slide .bg:before,
.promo .promo-content .bg:before,
.promo .swiper-slide .bg:before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute
}

.franchise-promo .promo-content .slide-content,
.franchise-promo .swiper-slide .slide-content,
.promo .promo-content .slide-content,
.promo .swiper-slide .slide-content {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	text-align: center
}

@media only screen and (max-width: 767px) {

	.franchise-promo .promo-content .slide-content,
	.franchise-promo .swiper-slide .slide-content,
	.promo .promo-content .slide-content,
	.promo .swiper-slide .slide-content {
		padding-left: 15px;
		padding-right: 15px
	}
}

.franchise-promo .promo-content .rect-first,
.franchise-promo .promo-content .rect-second,
.franchise-promo .swiper-slide .rect-first,
.franchise-promo .swiper-slide .rect-second,
.promo .promo-content .rect-first,
.promo .promo-content .rect-second,
.promo .swiper-slide .rect-first,
.promo .swiper-slide .rect-second {
	width: 306px;
	height: 70px;
	text-align: center;
	margin: 0 auto;
	position: relative
}

.promo.pklin .swiper-slide {
	height: 485px;
	padding-top: 90px !important
}

.promo.pklin .slide-top {
	margin-bottom: -58px
}

.promo.pklin .swiper-slide .rect-first {
	margin: 0 0 0 190px
}

.promo.pklin .swiper-slide .slide-middle {
	min-width: 306px;
	margin: 0 0 0 235px;
	text-align: left;
	line-height: 1.3
}

.promo.pklin .swiper-slide .rect-second {
	margin: 0 0 0 190px
}

.mobile-button {
	display: none
}

.promo.pklin .swiper-slide .rect-first .line5 {
	left: 0
}

.promo.pklin .swiper-slide .rect-first .line2 {
	display: none
}

.promo.pklin .swiper-slide .slide-middle .slide-heading {
	display: none
}

.promo.pklin .swiper-slide .slide-middle .line1 {
	font-size: 25px;
	color: #082d4e;
	font-weight: 400;
	text-transform: uppercase
}

.promo.pklin .swiper-slide .slide-middle .line2 {
	font-size: 36px;
	color: #082d4e;
	font-weight: 300;
	text-transform: uppercase;
	margin: 15px 0
}

.promo.pklin .swiper-slide .slide-middle .line2 strong {
	font-weight: 300;
	font-size: 55px
}

.promo.pklin .swiper-slide .slide-middle .line3 {
	font-size: 22px;
	color: #464646;
	font-weight: 300
}

.promo.pklin .slide-bottom {
	margin-top: 15px
}

.promo.pklin .fraction-pagination {
	display: none
}

.franchise-promo .promo-content .rect-first,
.franchise-promo .swiper-slide .rect-first,
.promo .promo-content .rect-first,
.promo .swiper-slide .rect-first {
	font-size: 14px;
	color: #a3b205;
	text-transform: uppercase
}

.franchise-promo .promo-content .rect-caption,
.franchise-promo .swiper-slide .rect-caption,
.promo .promo-content .rect-caption,
.promo .swiper-slide .rect-caption {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height: .7
}

.franchise-promo .promo-content .rect-line,
.franchise-promo .swiper-slide .rect-line,
.promo .promo-content .rect-line,
.promo .swiper-slide .rect-line {
	background-color: #ccdc45;
	position: absolute
}

@media only screen and (max-width: 767px) {

	.franchise-promo .promo-content .rect-line,
	.franchise-promo .swiper-slide .rect-line,
	.promo .promo-content .rect-line,
	.promo .swiper-slide .rect-line {
		display: none
	}
}

@media only screen and (max-width: 767px) {

	.franchise-promo .promo-content .rect-first,
	.franchise-promo .swiper-slide .rect-first,
	.promo .promo-content .rect-first,
	.promo .swiper-slide .rect-first {
		height: 40px
	}
}

.franchise-promo .promo-content .rect-first .line1,
.franchise-promo .swiper-slide .rect-first .line1,
.promo .promo-content .rect-first .line1,
.promo .swiper-slide .rect-first .line1,
.promo .swiper-slide .rect-first .line5 {
	width: 0;
	height: 3px;
	left: 68%;
	bottom: 0
}

.franchise-promo .promo-content .rect-first .line2,
.franchise-promo .swiper-slide .rect-first .line2,
.promo .promo-content .rect-first .line2,
.promo .swiper-slide .rect-first .line2 {
	width: 3px;
	height: 0;
	right: 0;
	bottom: 0
}

.franchise-promo .promo-content .rect-first .line3,
.franchise-promo .swiper-slide .rect-first .line3,
.promo .promo-content .rect-first .line3,
.promo .swiper-slide .rect-first .line3 {
	width: 0;
	height: 3px;
	right: 0;
	top: 0
}

.franchise-promo .promo-content .rect-first .line4,
.franchise-promo .swiper-slide .rect-first .line4,
.promo .promo-content .rect-first .line4,
.promo .swiper-slide .rect-first .line4 {
	width: 3px;
	height: 0;
	left: 0;
	top: 0
}

.franchise-promo .promo-content .slide-heading,
.franchise-promo .swiper-slide .slide-heading,
.promo .promo-content .slide-heading,
.promo .swiper-slide .slide-heading {
	font-size: 45px;
	margin-bottom: 13px;
	margin-top: 2px;
	opacity: 0;
	font: 300 45px/48px DINPro;
	color: #0a365c;
	letter-spacing: -2px;
	-webkit-transform: scale(.6);
	transform: scale(.6);
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 1079px) {

	.franchise-promo .promo-content .slide-heading,
	.franchise-promo .swiper-slide .slide-heading,
	.promo .promo-content .slide-heading,
	.promo .swiper-slide .slide-heading {
		font-size: 50px
	}
}

@media only screen and (max-width: 767px) {

	.franchise-promo .promo-content .slide-heading,
	.franchise-promo .swiper-slide .slide-heading,
	.promo .promo-content .slide-heading,
	.promo .swiper-slide .slide-heading {
		font-size: 30px;
		line-height: 1.3;
		margin-top: 10px;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@media only screen and (max-width: 400px) {

	.franchise-promo .promo-content .slide-heading,
	.franchise-promo .swiper-slide .slide-heading,
	.promo .promo-content .slide-heading,
	.promo .swiper-slide .slide-heading {
		font-size: 24px;
		text-transform: uppercase
	}
}

.franchise-promo .promo-content p,
.franchise-promo .swiper-slide p,
.promo .promo-content p,
.promo .swiper-slide p {
	font-size: 22px;
	opacity: 0;
	font-weight: 300;
	margin-bottom: 16px;
	-webkit-transform: scale(.6);
	transform: scale(.6);
	-webkit-transition: all .3s .3s;
	transition: all .3s .3s
}

@media only screen and (max-width: 1079px) {

	.franchise-promo .promo-content p,
	.franchise-promo .swiper-slide p,
	.promo .promo-content p,
	.promo .swiper-slide p {
		font-size: 20px
	}
}

@media only screen and (max-width: 767px) {

	.franchise-promo .promo-content p,
	.franchise-promo .swiper-slide p,
	.promo .promo-content p,
	.promo .swiper-slide p {
		font-size: 18px;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@media only screen and (max-width: 400px) {

	.franchise-promo .promo-content p,
	.franchise-promo .swiper-slide p,
	.promo .promo-content p,
	.promo .swiper-slide p {
		font-size: 16px
	}
}

.franchise-promo .promo-content .rect-second .line1,
.franchise-promo .swiper-slide .rect-second .line1,
.promo .promo-content .rect-second .line1,
.promo .swiper-slide .rect-second .line1 {
	width: 3px;
	height: 0;
	right: 0;
	top: 0
}

.franchise-promo .promo-content .rect-second .line2,
.franchise-promo .swiper-slide .rect-second .line2,
.promo .promo-content .rect-second .line2,
.promo .swiper-slide .rect-second .line2 {
	width: 0;
	height: 3px;
	right: 0;
	bottom: 0
}

.franchise-promo .promo-content .rect-second .line3,
.franchise-promo .swiper-slide .rect-second .line3,
.promo .promo-content .rect-second .line3,
.promo .swiper-slide .rect-second .line3 {
	width: 3px;
	height: 0;
	left: 0;
	bottom: 0
}

.franchise-promo .promo-content .rect-second .line4,
.franchise-promo .swiper-slide .rect-second .line4,
.promo .promo-content .rect-second .line4,
.promo .swiper-slide .rect-second .line4 {
	width: 0;
	height: 3px;
	right: 306px;
	top: 0
}

.pklin.promo .swiper-slide .rect-second .line4 {
	right: auto;
	left: 306px
}

.franchise-promo .promo-content .button,
.promo .promo-content .button,
.promo .swiper-slide .button {
	margin-top: 0;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .3s;
	transition: all .3s
}

.franchise-promo .swiper-slide .button {
	margin-top: 20px
}

.slide-bottom,
.slide-middle,
.slide-top {
	text-align: center
}

@media only screen and (max-width: 767px) {

	.franchise-promo .promo-content .button,
	.franchise-promo .swiper-slide .button,
	.promo .promo-content .button,
	.promo .swiper-slide .button {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

.promo .slide-top {
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	.promo .slide-top {
		margin-bottom: 10px
	}
}

.promo .sbb {
	margin-top: 5px
}

.promo .sbb p {
	font-size: 17px;
	margin-bottom: 0
}

.promo .slide-bottom {
	margin-top: 15px
}

@media only screen and (max-width: 767px) {
	.promo .slide-bottom {
		margin-top: 10px
	}
}

@media only screen and (max-width: 767px) {
	.promo .swiper-pagination {
		display: none
	}
}

.promo-no-slider .slide-content p a {
	text-decoration: none;
	font: 300 18px/25px DINPro;
	color: #464646;
	-webkit-transition: all .3s;
	transition: all .3s
}

.promo-no-slider .slide-content p a:hover {
	color: #0a365c;
	-webkit-transition: all .3s;
	transition: all .3s
}

.promo-no-slider .slide-content .slide-heading,
.promo-no-slider .slide-content p {
	-webkit-transform: none;
	transform: none;
	opacity: 1
}

.promo-no-slider .bg:before {
	display: none
}

.promo-no-slider .slide-bottom,
.promo-no-slider .slide-top {
	margin: 0
}

.promo-no-slider .swiper-slide {
	height: auto;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px
}

.promo-no-slider .promo-content .bg {
	-webkit-transform: none;
	transform: none
}

@media only screen and (max-width: 767px) {
	.promo-no-slider .promo-content .slide-bottom {
		display: none
	}
}

.promo-slider .swiper-pagination-bullet {
	background-color: #fff
}

.promo-direction-right .promo-content .rect-first .line1 {
	left: auto;
	right: 68%
}

.promo-direction-right .promo-content .rect-first .line2 {
	right: auto;
	left: 0
}

.promo-direction-right .promo-content .rect-first .line3 {
	right: auto;
	left: 0
}

.promo-direction-right .promo-content .rect-first .line4 {
	left: auto;
	right: 0
}

.promo-direction-right .promo-content .rect-second .line1 {
	left: 0;
	right: auto
}

.promo-direction-right .promo-content .rect-second .line2 {
	right: auto;
	left: 0
}

.promo-direction-right .promo-content .rect-second .line3 {
	right: 0;
	left: auto
}

.promo-direction-right .promo-content .rect-second .line4 {
	left: 306px;
	right: auto
}

.franchise-promo-slider .swiper-slide-active .slide-heading,
.promo-slider .swiper-slide-active .slide-heading,
.promo-slider2 .swiper-slide-active .slide-heading {
	-webkit-transition: all 1s 1s;
	transition: all 1s 1s;
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.franchise-promo-slider .swiper-slide-active p,
.promo-slider .swiper-slide-active p,
.promo-slider2 .swiper-slide-active p {
	-webkit-transition: all 1s 1.6s;
	transition: all 1s 1.6s;
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.franchise-promo-slider .swiper-slide-active .bg,
.promo-slider .swiper-slide-active .bg,
.promo-slider2 .swiper-slide-active .bg {
	-webkit-transition: all 10s linear;
	transition: all 10s linear;
	-webkit-transform: none;
	transform: none
}

.franchise-promo-slider .swiper-slide-active .button,
.promo-slider .swiper-slide-active .button,
.promo-slider2 .swiper-slide-active .button {
	-webkit-transition: opacity 1s 2s, background-color .3s, border-color .3s, -webkit-transform 1s 2s;
	transition: opacity 1s 2s, background-color .3s, border-color .3s, -webkit-transform 1s 2s;
	transition: transform 1s 2s, opacity 1s 2s, background-color .3s, border-color .3s;
	transition: transform 1s 2s, opacity 1s 2s, background-color .3s, border-color .3s, -webkit-transform 1s 2s;
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

@-webkit-keyframes dash {
	from {
		stroke-dashoffset: 1200
	}

	to {
		stroke-dashoffset: 0
	}
}

@keyframes dash {
	from {
		stroke-dashoffset: 1200
	}

	to {
		stroke-dashoffset: 0
	}
}

@-webkit-keyframes rotateCircle {
	from {
		-webkit-transform: rotate(-270.4deg);
		transform: rotate(-270.4deg)
	}

	to {
		-webkit-transform: rotate(-270.4deg);
		transform: rotate(-270.4deg)
	}
}

@keyframes rotateCircle {
	from {
		-webkit-transform: rotate(-270.4deg);
		transform: rotate(-270.4deg)
	}

	to {
		-webkit-transform: rotate(-270.4deg);
		transform: rotate(-270.4deg)
	}
}

.franchise-unique {
	text-align: center;
	overflow: hidden;
	padding: 60px 0 80px
}

@media only screen and (max-width: 767px) {
	.franchise-unique {
		padding-bottom: 40px
	}
}

.franchise-unique .container {
	max-width: 1400px;
	position: relative
}

.franchise-unique .container .row>div:nth-child(2n) {
	clear: left
}

.franchise-unique-item {
	max-width: 350px;
	margin: 30px auto;
	padding-bottom: 40px
}

.franchise-unique-item:after {
	width: 178px;
	margin-left: -89px;
	background-color: #d6d6d6
}

.franchise-unique-item .circle {
	border-color: rgba(11, 28, 43, .35);
	width: 53px;
	height: 53px;
	margin-bottom: 20px
}

.franchise-unique-item .circle span {
	display: block;
	height: 53px;
	line-height: 50px
}

.franchise-unique-item h5 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 4px
}

.franchise-unique-circle {
	width: 407px;
	height: 407px;
	margin: 0 auto;
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -204px;
	position: absolute
}

.franchise-unique-circle .svg-circle {
	max-width: 408px;
	max-height: 408px;
	position: absolute;
	left: 0;
	top: 0;
	fill: transparent;
	-webkit-transform: scaleX(-1) rotate(113.3deg);
	transform: scaleX(-1) rotate(113.3deg)
}

@media only screen and (max-width: 767px) {
	.franchise-unique-circle .svg-circle {
		width: 100%;
		height: 100%
	}
}

.franchise-unique-circle .svg-circle circle {
	stroke-dasharray: 1200;
	stroke-dashoffset: 1200
}

@media only screen and (max-width: 767px) {
	.franchise-unique-circle .svg-circle circle {
		stroke-dasharray: 0
	}
}

.franchise-unique-circle.aos-animate .svg-circle circle {
	-webkit-animation: dash 3s linear both;
	animation: dash 3s linear both
}

@media only screen and (max-width: 1079px) {
	.franchise-unique-circle {
		position: relative;
		margin-left: auto;
		left: auto;
		top: auto;
		margin-bottom: 120px
	}
}

@media only screen and (max-width: 767px) {
	.franchise-unique-circle {
		margin-bottom: 20px
	}
}

.franchise-unique-circle:after {
	content: '';
	width: 20px;
	height: 108px;
	background-image: url(../img/arr-green-down.png);
	background-position: 0 center;
	left: 50%;
	margin-left: -9px;
	top: 407px;
	position: absolute;
	opacity: 0;
	height: 1px;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 767px) {
	.franchise-unique-circle:after {
		display: none
	}
}

.franchise-unique-circle.aos-animate:after {
	opacity: 1;
	height: 108px;
	-webkit-transition: all 1s 3s linear;
	transition: all 1s 3s linear
}

.franchise-unique-circle .inner {
	width: 100%
}

.franchise-unique-circle .lined {
	padding-bottom: 10px;
	margin-bottom: 14px;
	font-size: 36px
}

.franchise-unique-circle .lined:after {
	width: 178px;
	margin-left: -89px;
	background-color: #d6d6d6
}

@media only screen and (max-width: 400px) {
	.franchise-unique-circle .lined {
		font-size: 26px
	}
}

.franchise-unique-circle .icon-mark-map {
	margin: 0 auto 30px
}

@media only screen and (max-width: 400px) {
	.franchise-unique-circle .icon-mark-map {
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 400px) {
	.franchise-unique-circle {
		width: 300px;
		height: 300px;
		margin-bottom: 60px
	}
}

.d3_tur .container {
	position: static
}

.d3_tur-secondary {
	background: url(../img/bg-3d.jpg) no-repeat center/cover
}

.d3_tur-secondary .crc_lines .crc_ln2 {
	height: 3px;
	right: -1900px;
	width: 0;
	top: 0
}

.d3_tur-secondary .crc_lines .crc_ln0 {
	left: 352px
}

.d3_tur-secondary .desc_txt {
	max-width: 300px
}

.formats {
	text-align: center;
	padding-top: 60px;
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 767px) {
	.formats {
		padding-top: 40px
	}
}

.formats .container {
	max-width: 1400px;
	margin: 0 auto
}

.formats-group {
	padding-bottom: 60px
}

.formats-item {
	width: 127px;
	height: 160px;
	background-image: url(../img/doc-medium.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	padding-top: 20px;
	z-index: 2;
	margin: 10px auto
}

.formats-item-arrowed:after {
	content: '';
	width: 20px;
	height: 108px;
	background-image: url(../img/arr-green-down.png);
	background-position: 0 center;
	left: 50%;
	margin-left: -10px;
	top: 158px;
	position: absolute;
	opacity: 0;
	height: 1px;
	-webkit-transition: all 1s 2.2s;
	transition: all 1s 2.2s
}

@media only screen and (max-width: 767px) {
	.formats-item-arrowed:after {
		display: none
	}
}

@media only screen and (max-width: 767px) {
	.formats-item {
		margin-bottom: 40px
	}
}

.formats-item:before {
	content: '';
	position: absolute;
	width: 232px;
	height: 74px;
	background-color: #fff;
	left: 50%;
	margin-left: -116px;
	top: 49px
}

.formats-item .circle,
.formats-item h4 {
	position: relative
}

.formats-item .circle {
	margin-bottom: 6px
}

.formats-item h4 {
	font-size: 22px;
	font-weight: 300;
	font-family: DINPro, Calibri, sans-serif
}

.formats-item span {
	font-size: 18px
}

.formats .col-lined {
	position: relative
}

.formats .col-lined.aos-animate .formats-item-arrowed:after {
	height: 108px;
	opacity: 1
}

.formats .col-lined:after,
.formats .col-lined:before {
	content: '';
	position: absolute;
	width: 50%;
	height: 1px;
	background-color: #d9d9d9;
	top: 92px;
	left: -25%
}

@media only screen and (max-width: 767px) {

	.formats .col-lined:after,
	.formats .col-lined:before {
		display: none
	}
}

.formats .col-lined:after {
	left: auto;
	right: -25%
}

.circle {
	width: 28px;
	height: 28px;
	border: 1px solid #abb2b7;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

.circle .icon {
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto
}

.circle-cart {
	background: #fff url(../img/cart.png) no-repeat center 9px;
	width: 43px;
	height: 43px
}

.nopad {
	padding: 0
}

.invest-price {
	padding: 50px 0 60px;
	background-color: #f2f2f2;
	background-image: url(../img/labirint1.png), url(../img/labirint1.png);
	background-repeat: no-repeat;
	background-position: 0 -26px, 100% -26px;
	background: url(../img/labirint1.png) no-repeat 0 -30px, url(../img/labirint1.png) no-repeat 0 right -30px
}

@media only screen and (max-width: 1600px) {
	.invest-price {
		background-position: -10% -26px, 110% -26px
	}
}

@media only screen and (max-width: 1300px) {
	.invest-price {
		background-position: -24% -26px, 130% -26px
	}
}

@media only screen and (max-width: 1079px) {
	.invest-price {
		background: #f2f2f2
	}
}

.invest-price .container {
	max-width: 1200px
}

.invest-price-item {
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 40px
}

.invest-price-item:after {
	content: '';
	height: 18px;
	width: 3000px;
	left: 50%;
	margin-left: -1500px;
	bottom: 0;
	position: absolute;
	background-color: #e2e2e2
}

@media only screen and (max-width: 767px) {
	.invest-price-item:after {
		display: none
	}
}

.invest-price-item:before {
	content: '';
	height: 18px;
	width: 18px;
	left: 50%;
	margin-left: -9px;
	bottom: 0;
	position: absolute;
	z-index: 1;
	background-color: #ccdb2a
}

.invest-price-item h3 {
	font-size: 27px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.4
}

.invest-price-item p {
	margin-top: 0
}

.invest-success {
	font-size: 36px;
	max-width: 680px;
	margin: 0 auto
}

.invest-success h3 {
	font-size: 36px;
	padding-bottom: 14px;
	position: relative;
	margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
	.invest-success h3 {
		font-size: 26px
	}
}

@media only screen and (max-width: 400px) {
	.invest-success h3 {
		font-size: 19px
	}
}

.invest-success p {
	font-size: 18px;
	line-height: 1.5;
	color: #202020;
	opacity: .8
}

.invest-success .button {
	margin-top: 40px
}

.franchise-steps {
	padding: 60px 0 40px;
	overflow: hidden
}

.franchise-steps-bottom {
	margin-top: 40px;
	display: none;
	text-align: center
}

@media only screen and (max-width: 1079px) {
	.franchise-steps-bottom {
		display: block
	}
}

.franchise-group:after {
	content: " ";
	display: table;
	clear: both
}

.franchise-step {
	height: 560px;
	float: left;
	width: 20%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	padding-top: 240px
}

@media only screen and (max-width: 1700px) {
	.franchise-step {
		padding-left: 0
	}
}

@media only screen and (max-width: 1300px) {
	.franchise-step {
		padding-top: 200px
	}
}

.franchise-step:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #091e35;
	-webkit-transition: all .3s;
	transition: all .3s
}

.franchise-step .inner {
	position: relative;
	z-index: 1;
	height: 100%
}

.franchise-step-content {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	padding-right: 20px;
	padding-left: 30px;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 1700px) {
	.franchise-step-content p {
		font-size: 15px
	}
}

.franchise-step-content p {
	color: inherit;
	margin-bottom: 10px
}

.franchise-step-content p:last-child {
	margin-bottom: 0
}

@media only screen and (max-width: 1300px) {
	.franchise-step-content {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: -40px;
		display: block
	}
}

@media only screen and (max-width: 1220px) {
	.swiper-wrapper {
		display: flex
	}

	.franchise-step {
		width: 100%
	}
}

.franchise-step-top {
	position: absolute;
	left: -6px;
	width: 100%;
	top: 400px;
	padding-left: 26px;
	padding-right: 10px;
	-webkit-transition: all .8s;
	transition: all .8s
}

@media only screen and (max-width: 1700px) {
	.franchise-step-top {
		top: 370px;
		left: 10px
	}
}

@media only screen and (max-width: 1300px) {
	.franchise-step-top {
		top: 260px;
		padding-left: 0;
		left: 15px
	}
}

.franchise-step-top:after {
	content: '';
	width: 240px;
	height: 1px;
	opacity: .15;
	background-color: #d6d6d6;
	bottom: -30px;
	left: 50%;
	position: absolute;
	width: 70%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media only screen and (max-width: 1300px) {
	.franchise-step-top:after {
		bottom: -20px
	}
}

.franchise-step-top .num {
	float: left;
	font-size: 76px;
	font-weight: 500;
	color: #fff;
	line-height: .8;
	margin-right: 20px
}

@media only screen and (max-width: 1700px) {
	.franchise-step-top .num {
		font-size: 60px;
		margin-top: 12px
	}
}

@media only screen and (max-width: 1300px) {
	.franchise-step-top .num {
		font-size: 48px;
		margin-top: 16px
	}
}

.franchise-step-top .num:after {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	vertical-align: bottom;
	background-color: #ccdb2a;
	margin-left: 0;
	margin-right: -6px
}

.franchise-step-top .num-1:after {
	margin-left: -4px
}

.franchise-step-top .content {
	overflow: hidden;
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 14px;
	padding-left: 20px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

.franchise-step-top .content:before {
	content: '';
	position: absolute;
	left: 0;
	top: 16px;
	width: 1px;
	height: 46px;
	opacity: .8;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 1300px) {
	.franchise-step-top .content {
		font-size: 14px;
		padding-right: 10px
	}
}

.franchise-step .button {
	border-width: 3px;
	max-width: 238px;
	width: 100%;
	display: block;
	margin: 0 auto;
	font: 300 15px/50px DINPro;
	color: #0a365c;
	-webkit-transition: all .35s;
	transition: all .35s
}

.franchise-step .button:hover {
	color: #fff;
	background: #0a365c;
	-webkit-transition: all .35s;
	transition: all .35s
}

.franchise-step-bottom {
	position: absolute;
	bottom: 40px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	left: 0;
	opacity: 0;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 1300px) {
	.franchise-step-bottom {
		padding-left: 20px;
		padding-right: 20px;
		position: relative;
		margin-top: 30px;
		bottom: 0
	}

	.franchise-step-bottom .button {
		color: rgba(255, 255, 255, .9)
	}
}

@media only screen and (max-width: 1079px) {
	.franchise-step-bottom {
		display: none
	}
}

.franchise-step:hover .franchise-step-top {
	-webkit-transform: translateY(-540px);
	transform: translateY(-540px)
}

@media only screen and (max-width: 1300px) {
	.franchise-step:hover .franchise-step-top {
		-webkit-transform: translateY(-390px);
		transform: translateY(-390px)
	}
}

.franchise-step:hover .franchise-step-top .content {
	color: #ccdb2a
}

.franchise-step:hover .franchise-step-content {
	-webkit-transition: all .6s .6s;
	transition: all .6s .6s;
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.franchise-step:hover .franchise-step-bottom {
	-webkit-transition: all .6s .8s;
	transition: all .6s .8s;
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.franchise-step:hover:after {
	opacity: .8
}

@media only screen and (max-width: 1300px) {
	.franchise-step {
		height: 600px
	}
}

.franchise-steps .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important
}

@media only screen and (max-width: 1079px) {
	.franchise-step {
		width: 50%;
		padding-top: 40px;
		height: auto;
		padding-bottom: 0
	}

	.franchise-steps.steps_all .swiper-wrapper {
		display: block;
		-webkit-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important
	}

	.franchise-steps.steps_all .franchise-step {
		width: 100%;
		margin-bottom: 1px;
		float: none
	}

	.franchise-steps.steps_all .franchise-step .franchise-step-bottom {
		display: block
	}

	.franchise-step .inner {
		padding-bottom: 60px
	}

	.franchise-step .franchise-step-top {
		position: relative;
		left: 0;
		top: 0;
		padding-left: 20px
	}

	.franchise-step:hover .franchise-step-top {
		-webkit-transform: none;
		transform: none
	}

	.franchise-step .franchise-step-top {
		margin-bottom: 60px
	}

	.franchise-step .franchise-step-top .content {
		color: #ccdb2a
	}

	.franchise-step .franchise-step-content {
		-webkit-transition: all .6s .6s;
		transition: all .6s .6s;
		opacity: .9;
		-webkit-transform: none;
		transform: none;
		font-weight: 300
	}

	.franchise-step .franchise-step-content p {
		font-weight: 300
	}

	.franchise-step .franchise-step-bottom {
		-webkit-transition: all .6s .8s;
		transition: all .6s .8s;
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}

	.franchise-step:after {
		opacity: .7
	}

	.franchise-step {
		width: 100%
	}
}

@media only screen and (max-width: 600px) {
	.franchise-step {
		width: 100%
	}
}

.franchise-priveleges {
	padding: 60px 0;
	border-bottom: 1px solid #d9d9d9
}

.franchise-priveleges .container {
	max-width: 1400px
}

.franchise-priveleges .circle {
	width: 85px;
	height: 85px;
	border-color: #ccdb2a;
	background-color: #ccdb2a
}

.franchise-priveleges .row>div:nth-child(3n+4) {
	clear: left
}

@media only screen and (max-width: 1200px) {
	.franchise-priveleges .row>div:nth-child(3n+4) {
		clear: none
	}

	.franchise-priveleges .row>div:nth-child(2n+1) {
		clear: left
	}
}

.franchise-privelege {
	text-align: center;
	max-width: 410px;
	margin: 30px auto
}

.franchise-privelege .circle {
	margin-bottom: 14px
}

.franchise-privelege h4 {
	font-weight: 400;
	text-transform: uppercase;
	font-family: DINPro;
	line-height: 1.5;
	padding-bottom: 20px;
	margin-bottom: 26px;
	color: #0a365c
}

.franchise-privelege h4:after {
	width: 160px;
	margin-left: -80px
}

.franchise-privelege p,
.franchise-privelege ul {
	font-size: 16px
}

@media only screen and (min-width: 1300px) {

	.franchise-privelege p,
	.franchise-privelege ul {
		font-size: 17px
	}
}

.business-features {
	background-color: #f3f5f8;
	padding: 60px 0 40px
}

.business-features .container {
	max-width: 1400px
}

.business-features .row>div:nth-child(3) {
	margin-top: -50px
}

@media only screen and (max-width: 1079px) {
	.business-features .row>div:nth-child(3) {
		margin-top: 0
	}
}

.business-feature {
	padding-left: 100px;
	margin: 40px auto;
	max-width: 560px
}

.business-feature .lined {
	padding-bottom: 26px;
	margin-bottom: 30px;
	color: #acbc07;
	font-size: 34px;
	max-width: 400px;
	line-height: 1.14
}

.business-feature .lined:before {
	content: '';
	width: 7px;
	height: 7px;
	left: -24px;
	top: 18px;
	position: absolute;
	background-color: #ccdb2a;
	border-radius: 50%
}

.business-feature .lined:after {
	left: 0;
	margin-left: 0
}

@media only screen and (max-width: 767px) {
	.business-feature .lined {
		font-size: 27px;
		margin-left: auto;
		margin-right: auto
	}

	.business-feature .lined:before {
		display: none
	}

	.business-feature .lined:after {
		left: 50%;
		margin-left: -106px
	}
}

.business-feature p {
	font-size: 18px;
	line-height: 1.5;
	color: #202020;
	opacity: 1
}

@media only screen and (max-width: 767px) {
	.business-feature {
		margin-bottom: 40px;
		padding-left: 0;
		text-align: center
	}
}

.laboratory-steps {
	padding: 60px 0;
	border-bottom: 1px solid #e7e7e7
}

@media only screen and (max-width: 767px) {
	.laboratory-steps {
		padding-bottom: 20px
	}
}

.laboratory-steps .section-heading {
	max-width: 700px;
	line-height: 1.13
}

@media only screen and (min-width: 1300px) {
	.laboratory-steps .section-heading {
		font-size: 45px
	}
}

.laboratory-steps .container {
	max-width: 100%
}

@media only screen and (max-width: 1079px) {
	.laboratory-steps .row>div:nth-child(2n+1) {
		clear: left
	}
}

.laboratory-step {
	text-align: center;
	text-decoration: none;
	display: block;
	width: 100%;
	color: inherit;
	position: relative;
	margin: 40px 0
}

.laboratory-step:after {
	content: '';
	right: -15px;
	top: 50%;
	background-color: #d8d5d1;
	width: 1px;
	height: 112px;
	margin-top: -56px;
	position: absolute
}

@media only screen and (max-width: 1300px) {
	.laboratory-step:after {
		display: none
	}
}

.laboratory-step.last:after {
	display: none
}

.laboratory-step .icon-wrap {
	height: 92px;
	position: relative;
	margin-bottom: 20px
}

.laboratory-step .icon-wrap img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.laboratory-step h4 {
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.5;
	font-family: DINPro, Calibri, sans-serif;
	margin-bottom: 6px
}

@media only screen and (max-width: 1300px) {
	.laboratory-step h4 {
		font-size: 16px
	}
}

.laboratory-step p {
	font-size: 17px;
	opacity: .7;
	color: #202020
}

.laboratory-step div.steps-text p {
	font-size: 22px;
	text-align: center;
	opacity: .9;
	color: #202020;
	margin-bottom: 1em
}

.laboratory-step .circle {
	width: 53px;
	height: 53px;
	margin-top: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.laboratory-step .circle svg {
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute
}

.laboratory-step .circle svg path {
	-webkit-transition: all .3s;
	transition: all .3s
}

.laboratory-step:hover {
	text-decoration: none
}

.laboratory-step:hover .circle {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	background-color: #0a365c
}

.laboratory-step:hover .circle svg path {
	fill: #ccdc45
}

.initiatives {
	padding-top: 40px
}

.initiatives-top {
	margin-bottom: 44px
}

.initiatives-top p {
	font-size: 22px;
	text-align: center;
	opacity: .9;
	color: #202020
}

.initiatives-top .section-heading {
	margin-bottom: 4px
}

.initiatives-items {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

.initiatives-items:after {
	content: " ";
	display: table;
	clear: both
}

.initiative {
	height: 750px;
	width: 16.6666%;
	float: left;
	position: relative;
	border-right: 1px solid #fff
}

.initiative:after,
.initiative:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #9bb9dd;
	opacity: .7;
	-webkit-transition: all .3s;
	transition: all .3s
}

.initiative:after {
	background-color: #fff;
	opacity: 0
}

.initiative:hover:after {
	opacity: .2
}

.initiative .inner {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	height: 100%;
	z-index: 1
}

.initiative-title,
.initiative-top {
	max-width: 236px;
	margin: 0 auto
}

.initiative-top {
	padding-top: 140px;
	margin-bottom: 20px
}

.initiative-top .circle {
	border-color: #fff;
	width: 53px;
	height: 53px
}

.initiative-top h5 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-top: 16px;
	position: relative;
	font-family: DINPro, Calibri, sans-serif;
	font-weight: 400
}

.initiative-top h5:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #fff;
	width: 68px;
	opacity: .8;
	left: 0;
	bottom: 0
}

.initiative-title {
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.5;
	color: #0a365c;
	font-family: DINPro, Calibri, sans-serif;
	font-weight: 400;
	min-height: 50px
}

.initiative-content {
	margin: 20px auto 0;
	padding: 30px 10px;
	background-color: rgba(255, 255, 255, .6);
	max-width: 310px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: rgba(255, 255, 255, 0)
}

.initiative-content-top,
.initiative-content-wrap {
	max-width: 230px;
	margin: 0 auto
}

.initiative-content-top {
	margin-bottom: 20px
}

.initiative-content-wrap {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all .3s;
	transition: all .3s
}

.initiative-content-wrap .button {
	margin-top: 30px;
	width: 100%
}

.initiative:hover .button-plus {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.initiative:hover .button-plus:before {
	-webkit-transform: translateZ(0) rotate(135deg);
	transform: translateZ(0) rotate(135deg)
}

.initiative:hover .initiative-content {
	-webkit-transition: all .4s .1s;
	transition: all .4s .1s;
	background-color: rgba(255, 255, 255, .6)
}

.initiative:hover .initiative-content-wrap {
	-webkit-transition: all .4s .3s;
	transition: all .4s .3s;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}

@media only screen and (max-width: 1500px) {
	.initiative {
		width: 33.3333%;
		height: 570px
	}

	.initiative-top {
		padding-top: 40px
	}
}

@media only screen and (max-width: 1079px) {
	.initiative-content {
		background-color: rgba(255, 255, 255, .7)
	}

	.initiative-content-wrap {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@media only screen and (max-width: 1079px) {
	.initiative {
		width: 50%
	}
}

@media only screen and (max-width: 767px) {
	.initiative {
		width: 100%
	}
}

.blc_news .desc_txt h4 {
	min-height: 50px
}

.blc_news_inner {
	padding-bottom: 10px
}

.blc_news_inner .gfs_nav {
	border-bottom: 0;
	margin-top: 30px;
	border-top: 1px solid #d9d9d9
}

.blc_news.padded-bottom {
	padding-bottom: 100px
}

@media only screen and (max-width: 767px) {
	.blc_news.padded-bottom {
		padding-bottom: 40px
	}
}

.mid_list .button-plus {
	margin: 0 auto;
	background-color: #b9c9dc
}

.services {
	padding: 50px 0 80px
}

.services .swiper-container {
	max-width: 1300px;
	margin: 0 auto;
	text-align: center
}

.service-item {
	max-width: 340px;
	margin: 0 auto
}

.service-item .circle {
	width: 85px;
	height: 85px;
	margin-bottom: 10px;
	border-color: #cfde51
}

.service-item .heading {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
	font-family: DINPro, Calibri, sans-serif;
	color: #0a365c;
	padding-bottom: 14px
}

.service-item .lined:after {
	width: 124px;
	margin-left: -62px
}

.service-item p {
	font-size: 18px;
	opacity: .9;
	color: #202020;
	margin-top: 10px;
	min-height: 110px
}

.service-item .button {
	margin-top: 20px;
	border-color: #abc8e4
}

.gfs_nav {
	width: 365px;
	position: relative;
	margin: 0 auto 55px;
	height: 45px;
	border-bottom: 1px solid #d9d9d9
}

@media (max-width: 380px) {
	.gfs_nav {
		width: auto
	}
}

.gfs_nav .swiper-pagination-fraction {
	bottom: 0;
	width: 100px;
	margin: auto;
	right: 0;
	height: 40px
}

.gfs_nav .swiper-pagination-fraction span[class*=swiper] {
	font: 300 13px/40px DINPro;
	color: #b3b3b3;
	top: -14px;
	bottom: 0;
	margin: auto;
	position: relative
}

.gfs_nav .swiper-pagination-fraction span.swiper-pagination-current {
	color: #7b7b7b
}

.gfs_nav .swiper-pagination-fraction span.spr {
	display: inline-block;
	height: 40px;
	margin: 0 20px;
	background: #e2e2e2;
	width: 1px
}

.gfs_nav .swiper-button-prev {
	background: url(../img/sprites/sprite.png) no-repeat 0 -105px;
	width: 38px;
	height: 15px;
	top: 19px;
	margin: 0;
	left: 89px
}

.gfs_nav .swiper-button-prev:hover {
	background-position: -88px -105px
}

.gfs_nav .swiper-button-next {
	background: url(../img/sprites/sprite.png) no-repeat -210px 0;
	width: 38px;
	height: 15px;
	top: 19px;
	margin: 0;
	right: 89px
}

.gfs_nav .swiper-button-next:hover {
	background-position: 0 -170px
}

.show3d {
	background: url(../img/bg2.jpg) no-repeat center/cover;
	color: #fff;
	padding: 90px 0 100px;
	overflow: hidden;
	position: relative
}

.show3d .container {
	position: relative
}

.show3d-desc {
	position: absolute;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4;
	width: 280px;
	top: 36%;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0
}

.show3d-desc.active {
	opacity: 1
}

.show3d .line1,
.show3d .line2 {
	height: 3px;
	position: absolute;
	top: 128px;
	width: 0
}

.show3d .line1 {
	background-color: #ccdc45;
	position: absolute;
	top: 128px;
	right: -279px
}

.show3d .line2 {
	background-color: #fff;
	right: -2245px
}

.show3d-circle {
	width: 347px;
	height: 349px;
	margin: 0 auto;
	display: table;
	position: relative
}

.show3d-circle.active:before {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.show3d-circle.active:after {
	opacity: 1
}

.show3d-circle:after {
	content: '';
	position: absolute;
	width: 20px;
	height: 34px;
	background-image: url(../img/chemistry.svg);
	background-repeat: no-repeat;
	background-position: center;
	left: 40px;
	top: 50%;
	margin-top: -16px;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.show3d-circle:before {
	content: '';
	background: url(../img/crc.png);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .8s;
	transition: all .8s;
	opacity: 0;
	-webkit-transform: rotate(-100deg);
	transform: rotate(-100deg)
}

.show3d-circle .middle {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 100%
}

.show3d-circle .big-words {
	text-align: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%
}

.show3d-circle .word-wrap {
	display: inline-block;
	overflow: hidden
}

.show3d-circle .d,
.show3d-circle .three {
	font-size: 130px;
	text-transform: uppercase;
	line-height: 1;
	-webkit-transition: -webkit-transform .8s;
	transition: -webkit-transform .8s;
	transition: transform .8s;
	transition: transform .8s, -webkit-transform .8s
}

.show3d-circle .d.active,
.show3d-circle .three.active {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.show3d-circle .three {
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%)
}

.show3d-circle .d {
	color: #ccdb2a;
	-webkit-transform: translateY(110%);
	transform: translateY(110%)
}

.show3d-circle .spaced {
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 40px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -20px;
	opacity: 0;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: all .8s;
	transition: all .8s
}

.show3d-circle .spaced.active {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.show3d-circle .play-link {
	border: 1px solid rgba(11, 28, 43, .7);
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 53px;
	height: 53px;
	margin-left: -27px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .3s;
	transition: all .3s
}

.show3d-circle .play-link.active {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.show3d-circle .play-link .centered-icon {
	right: -4px;
	top: -6px;
	width: 9px;
	height: 17px
}

.show3d-circle .play-link svg path {
	-webkit-transition: all .3s;
	transition: all .3s
}

.show3d-circle .play-link:hover {
	background-color: #0a365c
}

.show3d-circle .play-link:hover svg path {
	fill: #ccdc45
}

.show3d-circle .show3d-link {
	position: absolute;
	height: 52px;
	line-height: 52px;
	position: absolute;
	right: -260px;
	top: 50%;
	margin-top: -26px;
	font-size: 12px;
	text-transform: uppercase;
	color: #0a365c;
	text-transform: uppercase;
	opacity: 0;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: all .3s;
	transition: all .3s
}

.show3d-circle .show3d-link.active {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.show3d-circle .show3d-link .text {
	display: inline-block;
	line-height: 1;
	position: relative;
	vertical-align: middle
}

.show3d-circle .show3d-link .text:after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: -1px;
	height: 1px;
	background-color: #000;
	opacity: .4;
	left: 0
}

.show3d-circle .show3d-link .circle {
	width: 52px;
	height: 52px;
	border-color: #fff;
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s
}

.show3d-circle .show3d-link .circle svg {
	margin: auto;
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 0;
	right: 4px
}

.show3d-circle .show3d-link .circle svg path {
	-webkit-transition: all .3s;
	transition: all .3s
}

.show3d-circle .show3d-link:hover {
	text-decoration: none
}

.show3d-circle .show3d-link:hover .circle {
	background-color: #0a365c;
	border-color: #0a365c
}

.show3d-circle .show3d-link:hover svg path {
	fill: #ccdc45
}

@media only screen and (max-width: 767px) {
	.show3d {
		display: none
	}
}

.specials {
	padding: 60px 0;
	background-color: #f2f2f2;
	text-align: center;
	position: relative;
	overflow: hidden
}

.specials.aos-animate .container:after,
.specials.aos-animate .container:before {
	-webkit-transform: none;
	transform: none;
	opacity: 1
}

.specials .container {
	position: relative
}

.specials .container:after,
.specials .container:before {
	content: '';
	position: absolute;
	width: 262px;
	height: 482px;
	left: -262px;
	top: -31px;
	background-image: url(../img/labirint3.png);
	opacity: 0;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
	-webkit-transition: all .8s .4s;
	transition: all .8s .4s
}

.specials .container:after {
	left: auto;
	top: -33px;
	right: -262px;
	height: 460px;
	background-image: url(../img/labirint4.png);
	-webkit-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: all .8s .4s;
	transition: all .8s .4s
}

.specials .button {
	margin-top: 40px
}

.specials .section-heading {
	margin-bottom: 10px
}

@media only screen and (min-width: 1300px) {
	.specials .section-heading {
		font-size: 45px
	}
}

.specials .container {
	max-width: 1400px;
	text-align: center
}

.specials-item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-left: 64px;
	padding-right: 64px;
	margin: 30px 0;
	text-align: center
}

@media only screen and (max-width: 1300px) {
	.specials-item {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media only screen and (max-width: 767px) {
	.specials-item {
		display: block;
		padding-left: 0;
		padding-right: 0;
		margin-top: 60px;
		margin-bottom: 60px
	}
}

.specials-item:after {
	content: '';
	right: 0;
	top: 50%;
	background-color: #d8d5d1;
	width: 1px;
	height: 64px;
	margin-top: -32px;
	position: absolute
}

@media only screen and (max-width: 1300px) {
	.specials-item:after {
		display: none
	}
}

.specials-item .circle {
	height: 53px;
	width: 53px;
	line-height: 51px;
	margin-bottom: 12px
}

.specials-item.last:after {
	display: none
}

.specials-offer-link {
	text-align: center;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: #0a365c;
	margin-top: 20px;
	padding-bottom: 30px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

.specials-offer-link:hover {
	text-decoration: none;
	color: #ccdc45
}

.specials-offer-link:hover svg path {
	fill: #ccdc45
}

.specials-offer-link svg path {
	-webkit-transition: all .3s;
	transition: all .3s
}

.specials-offer-link:after,
.specials-offer-link:before {
	content: '';
	position: absolute;
	width: 1500px;
	height: 18px;
	background-color: #e2e2e2;
	left: 50%;
	bottom: 0;
	margin-left: -750px
}

.specials-offer-link:before {
	width: 18px;
	height: 18px;
	background-color: #ccdc45;
	margin-left: -9px;
	z-index: 1
}

.specials-offer-link span,
.specials-offer-link svg {
	vertical-align: middle
}

.specials-offer-link .text {
	margin-left: 10px
}

@media only screen and (max-width: 767px) {
	.specials-offer-link .text {
		display: block
	}
}

.specials-secondary .row {
	margin-left: 0;
	margin-right: 0
}

.specials-secondary .row>div {
	padding-left: 0;
	padding-right: 0
}

.specials-secondary .container {
	max-width: 1300px;
	text-align: center
}

.specials-secondary-item {
	border-right: 1px solid #d9d9d9;
	padding: 60px 14px
}

@media only screen and (max-width: 1079px) {
	.specials-secondary-item {
		border-right: 0
	}
}

.specials-secondary-item.last {
	border-right: 0
}

@media only screen and (max-width: 1079px) {
	.specials-secondary-item.last {
		clear: both
	}
}

.specials-secondary-item .icon-wrap {
	height: 80px;
	position: relative;
	margin-bottom: 20px
}

.specials-secondary-item .icon-wrap img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.specials-secondary-item .heading {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 6px
}

.vacancies {
	padding-bottom: 70px
}

.vacancies-promo {
	height: 442px;
	background: #fff url(../img/vacancies-bg.jpg) no-repeat center/cover;
	text-align: center;
	padding-top: 120px;
	margin-bottom: 44px
}

.vacancies-promo .circle {
	width: 71px;
	height: 71px;
	position: relative
}

.vacancies-promo .circle svg {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}

.vacancies-promo .lined {
	padding-bottom: 14px;
	margin-bottom: 18px
}

.vacancies-promo .lined:after {
	width: 124px;
	margin-left: -67px
}

@media only screen and (max-width: 767px) {
	.vacancies-promo {
		height: 300px;
		padding-top: 60px
	}
}

.vacancies>.button {
	display: block
}

.vacancies-bottom {
	margin-top: 60px;
	text-align: center
}

.tabs {
	text-align: center;
	border-bottom: 18px solid #f2f2f2;
	margin-bottom: 30px
}

.tabs .container {
	max-width: 1000px
}

@media only screen and (max-width: 400px) {
	.tabs .container {
		padding-left: 0;
		padding-right: 0
	}
}

.tab-pane:not(.no-default-style) {
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
	width: 49%;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
	color: rgba(10, 54, 92, .9);
	font-size: 19px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.tab-pane:not(.no-default-style):focus {
	outline: 0;
	text-decoration: none;
	color: rgba(10, 54, 92, .9)
}

@media only screen and (max-width: 1079px) {
	.tab-pane:not(.no-default-style) {
		font-size: 16px
	}
}

@media only screen and (max-width: 767px) {
	.tab-pane:not(.no-default-style) {
		min-height: 70px
	}
}

@media only screen and (max-width: 400px) {
	.tab-pane:not(.no-default-style) {
		padding-left: 0;
		padding-right: 0
	}
}

.tab-pane:not(.no-default-style):before {
	content: '';
	width: 18px;
	height: 18px;
	border: 2px solid #6d7780;
	margin-left: -9px;
	left: 50%;
	bottom: -18px;
	z-index: 1;
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s
}

.tab-pane:not(.no-default-style):hover {
	color: #ccdc45;
	text-decoration: none
}

.tab-pane:not(.no-default-style):hover:before {
	border-color: #ccdc45
}

.tab-pane:not(.no-default-style).js-active:before {
	background-color: #ccdc45;
	border-color: #ccdc45
}

.vacancies-slider {
	display: none
}

.vacancies-list {
	max-width: 1235px;
	margin: 0 auto
}

.vacancies-list ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none
}

.vacancies-list .container {
	max-width: 1120px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative
}

@media only screen and (max-width: 767px) {
	.vacancies-list .container {
		padding-left: 15px;
		padding-right: 15px
	}
}

.vacancies-list .gfs_nav {
	margin-bottom: 0;
	border-bottom: 0
}

@media only screen and (max-width: 767px) {
	.vacancy {
		font-size: 15px
	}
}

.vacancy-top {
	padding-top: 25px;
	padding-bottom: 27px;
	background-color: #eef1f5;
	text-decoration: none;
	display: block;
	color: inherit;
	font-weight: 400;
	-webkit-transition: all .3s;
	transition: all .3s
}

.vacancy-top:focus {
	text-decoration: none
}

.vacancy-top .inner {
	position: relative;
	padding-right: 50px
}

.vacancy-top .inner:after {
	content: '';
	width: 43px;
	height: 43px;
	border: 1px solid #aeb5bc;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -21px;
	background: url(../img/arr-down.png) no-repeat center;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 767px) {
	.vacancy-top .inner:after {
		width: 36px;
		height: 36px;
		margin-top: -18px
	}
}

.vacancy-top.active,
.vacancy-top:hover {
	background-color: #e0ea8f;
	text-decoration: none;
	color: inherit
}

.vacancy-top.active {
	background-color: #e0ea8f
}

.vacancy-top.active .inner:after {
	background-color: #fff;
	border-color: #fff;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.vacancy-top.active+div {
	border-color: #dadddf
}

.vacancy-info {
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.vacancy-info-item {
	margin: 20px 0 24px;
	padding-left: 28px;
	line-height: 1.4;
	position: relative;
	background-repeat: no-repeat
}

.vacancy-info-experience {
	background-image: url(../img/clock.svg);
	background-position: 0 3px
}

.vacancy-info-salary {
	background-image: url(../img/pig.png);
	background-position: 0 4px
}

.vacancy-info-city {
	background-image: url(../img/pointer.png);
	background-position: 4px 4px
}

.vacancy-details {
	padding: 10px 0 40px;
	display: none;
}

@media only screen and (max-width: 767px) {
	.vacancy-details {
		padding-bottom: 20px
	}
}

.vacancy-details .button {
	margin-top: 60px
}

@media only screen and (max-width: 767px) {
	.vacancy-details .button {
		text-align: center;
		display: block
	}
}

.vacancy-details .checkbox {
	margin-top: 1rem;
}

.vacancy-detail {
	line-height: 1.43;
	margin: 12px 0
}

.vacancy-detail span {
	color: #000
}

.checkbox {
	padding-left: 0;
	margin: 10px 0;
	display: inline-block;
	vertical-align: top
}

.checkbox.short {
	width: 49%;
	display: inline-block
}

.checkbox.short2 {
	width: 49%;
	display: inline-block
}

#order_form_div label.checkbox.short {
	display: inline-block
}

#order_form_div label.checkbox.short,
#order_form_div label.checkbox.short2 {
	display: inline-block
}

.checkbox+.checkbox {
	margin-top: 10px
}

.checkbox input {
	display: none;
	float: none;
	margin: 0
}

.checkbox input:checked+span:before {
	background: url(../img/check.png) no-repeat center/9px 8px;
	border-color: #000
}

.checkbox span {
	padding-left: 32px;
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: #212121;
	cursor: pointer
}

@media only screen and (max-width: 767px) {
	.checkbox span {
		font-size: 15px
	}
}

.checkbox span:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border: 2px solid #909090;
	left: 0;
	top: 50%;
	margin-top: -9px
}

.checkbox.err span {
	color: red
}

.checkbox a {
	text-decoration: underline;
	color: #0a365c
}

.checkbox a:hover {
	text-decoration: none
}

.our-location {
	height: 440px;
	position: relative
}

@media only screen and (max-width: 767px) {
	.our-location {
		height: 470px
	}
}

.our-location .container {
	height: 0
}

.our-location-content {
	position: relative;
	z-index: 10;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 463px;
	background-color: #fff;
	border: 1px solid #fcfcfc;
	padding: 50px 0;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .14);
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.our-location-content:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 14px 0 14px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -14px;
	z-index: 1
}

.our-location-content:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 15px 0 15px;
	border-color: #dfdfdf transparent transparent transparent;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -15px
}

.our-location-content h4 {
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 18px;
	font-family: DINPro, Calibri, sans-serif
}

.our-location-content .button {
	margin-top: 20px
}

.our-location-content .ic {
	vertical-align: middle;
	margin-left: 14px
}

.location-map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.our-style {
	text-align: center
}

@media only screen and (max-width: 767px) {
	.our-style {
		padding-bottom: 60px
	}
}

.our-style-download,
.our-style-files {
	height: 360px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	left: -64px
}

@media only screen and (max-width: 1079px) {

	.our-style-download,
	.our-style-files {
		left: 0;
		display: block;
		height: auto
	}
}

.our-style-download {
	text-decoration: none;
	color: inherit;
	padding-top: 70px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.our-style-download .img-wrap {
	height: 94px;
	position: relative;
	margin-bottom: 24px
}

.our-style-download .img-wrap img {
	margin: auto;
	position: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute
}

.our-style-download h4 {
	font-size: 22px;
	font-family: DINPro;
	font-weight: 300;
	-webkit-transition: all .3s;
	transition: all .3s
}

.our-style-download p {
	-webkit-transition: all .3s;
	transition: all .3s
}

.our-style-download .size {
	margin-top: 6px;
	font-size: 13px;
	color: #8d8d8d;
	opacity: .67;
	margin-bottom: 10px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.our-style-download svg path {
	-webkit-transition: all .3s;
	transition: all .3s
}

.our-style-download:focus {
	text-decoration: none
}

.our-style-download:hover {
	text-decoration: none
}

.our-style-download:hover .size,
.our-style-download:hover h4,
.our-style-download:hover p {
	color: #ccdc45
}

.our-style-download:hover svg path {
	fill: #ccdc45
}

.our-style-files {
	width: 330px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	margin-left: 100px;
	margin-right: 100px;
	padding-top: 20px
}

@media only screen and (max-width: 1300px) {
	.our-style-files {
		width: 280px;
		margin-left: 60px;
		margin-right: 60px;
		border-left: 0;
		border-right: 0
	}
}

@media only screen and (max-width: 1079px) {
	.our-style-files {
		margin-left: auto;
		margin-right: auto
	}
}

.our-style-file {
	margin: 40px 0;
	display: block;
	color: #0a365c;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.our-style-file svg path {
	-webkit-transition: all .3s;
	transition: all .3s
}

.our-style-file span {
	display: block
}

.our-style-file:focus,
.our-style-file:hover {
	text-decoration: none;
	color: #ccdc45
}

.our-style-file:focus svg path,
.our-style-file:hover svg path {
	fill: #ccdc45
}

.ftr-full {
	padding-top: 50px;
	margin-top: 50px;
	border-top: 1px solid #d9d9d9
}

.ftr .main-nav {
	border-top: 0;
	margin-top: -20px;
	margin-bottom: 10px
}

@media only screen and (max-width: 767px) {
	.ftr .main-nav {
		display: none
	}
}

.ftr .main-nav a {
	padding-bottom: 20px
}

.ftr .main-nav a:after {
	margin-top: -13px
}

.ftr .main-nav .container {
	max-width: 1310px
}

.ftr .main-nav-main-page .container {
	max-width: 1346px
}

.ftr .main-nav-about .container {
	max-width: 1356px
}

.ftr .main-nav-addresses-page .container {
	max-width: 1270px
}

.ftr .button-franchise {
	margin-top: -40px
}

.ftr .button-franchise:after {
	display: none
}

.layout {
	padding-top: 200px;
	position: relative;
	overflow: hidden
}

.layout-aside,
.layout-middle {
	padding-top: 37px;
	padding-bottom: 84px
}

@media only screen and (max-width: 767px) {
	.layout-aside {
		padding-top: 0
	}
}

.layout-wrapper>.container,
.layout>.container {
	max-width: 1340px;
	width: 100%
}

@media (max-width: 767px) {
	.layout {
		padding-top: 80px
	}
}

.page-top {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 30px
}

@media only screen and (max-width: 767px) {
	.page-top {
		padding-top: 10px
	}
}

.page-top .section-heading {
	margin-bottom: 10px
}

@media only screen and (max-width: 1079px) {
	.page-top .section-heading {
		width: 100%;
		max-width: none
	}
}

.blc_news_ttl,
.page-top {
	position: relative
}

.blc_news_ttl .container,
.page-top .container {
	position: relative
}

.blc_news_ttl .topic-label,
.page-top .topic-label {
	position: absolute;
	right: 15px;
	top: 8px
}

@media only screen and (max-width: 1079px) {

	.blc_news_ttl .topic-label,
	.page-top .topic-label {
		position: static
	}
}

.topic-label {
	font-size: 14px;
	text-decoration: none;
	display: inline-block
}

.topic-label-link .text {
	color: #0a365c;
	border-bottom: 1px dotted #0a365c
}

.topic-label-link:focus,
.topic-label-link:hover {
	text-decoration: none
}

.topic-label-link:focus .circle,
.topic-label-link:hover .circle {
	background-color: #202020;
	border-color: #202020
}

.topic-label-link:focus svg path,
.topic-label-link:hover svg path {
	fill: #ccdc45
}

.topic-label-link:focus .icon-cubes .in:after,
.topic-label-link:focus .icon-cubes .in:before,
.topic-label-link:focus .icon-cubes:after,
.topic-label-link:focus .icon-cubes:before,
.topic-label-link:hover .icon-cubes .in:after,
.topic-label-link:hover .icon-cubes .in:before,
.topic-label-link:hover .icon-cubes:after,
.topic-label-link:hover .icon-cubes:before {
	border-color: #ccdc45
}

.topic-label .circle {
	display: inline-block;
	vertical-align: middle;
	width: 53px;
	height: 53px;
	border-color: #ccdc45;
	position: relative;
	margin-right: 14px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.topic-label .circle .icon,
.topic-label .circle svg {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.topic-label .text {
	color: #0a365c
}

@media only screen and (max-width: 767px) {
	.topic-label-archive {
		margin-top: 20px
	}
}

.topic-label-archive svg {
	width: 14px;
	height: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.topic-label-archive .circle {
	margin-right: 0;
	margin-left: 14px
}

.years-filter {
	position: relative;
	text-align: center
}

.years-filter:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #dfdfdf;
	height: 1px;
	width: 100%
}

.year-filter-btn {
	height: 43px;
	line-height: 40px;
	width: 43px;
	display: inline-block;
	margin: 6px;
	border: 1px solid #cfd2d5;
	background-color: #fff;
	border-radius: 50%;
	color: #949494;
	font-size: 12px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s
}

.year-filter-btn.active {
	width: 53px;
	height: 53px;
	line-height: 50px;
	color: #000;
	border-color: #ccdc45
}

.year-filter-btn:focus,
.year-filter-btn:hover {
	text-decoration: none;
	color: #000;
	border-color: #ccdc45
}

@media only screen and (max-width: 767px) {
	.year-filter-btn {
		width: 40px;
		height: 40px;
		line-height: 40px
	}

	.year-filter-btn.active {
		width: 50px;
		height: 50px;
		line-height: 48px
	}
}

@media only screen and (max-width: 360px) {
	.year-filter-btn {
		margin-left: 2px;
		margin-right: 2px
	}
}

.month-filter {
	text-align: center;
	margin: 14px 0;
	display: none
}

.month-filter.active {
	display: block
}

.month-filter a,
.month-filter span {
	font-size: 17px;
	color: #4c4b4b;
	position: relative;
	display: inline-block;
	padding-left: 28px;
	padding-right: 28px;
	padding-top: 10px;
	padding-bottom: 20px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.month-filter span {
	color: #cfd2d5
}

.month-filter a:hover {
	color: #000
}

.month-filter a:before,
.month-filter span:before {
	content: '';
	right: 0;
	top: 14px;
	background-color: #d8d5d1;
	width: 1px;
	height: 18px;
	position: absolute
}

.month-filter a:after,
.month-filter span:after {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ccdc45;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -4px;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s
}

.month-filter a.active {
	color: #000
}

.month-filter a.active:after {
	opacity: 1
}

.month-filter a:focus,
.month-filter a:hover {
	text-decoration: none
}

.month-filter a:last-child:before,
.month-filter span:last-child:before {
	display: none
}

@media only screen and (max-width: 1300px) {

	.month-filter a,
	.month-filter span {
		padding-left: 20px;
		padding-right: 20px
	}
}

@media only screen and (max-width: 767px) {

	.month-filter a,
	.month-filter span {
		width: 32%;
		display: inline-block;
		font-size: 16px
	}

	.month-filter a:nth-child(3):before,
	.month-filter span:nth-child(3):before {
		display: none
	}

	.month-filter a:nth-child(6):before,
	.month-filter span:nth-child(6):before {
		display: none
	}

	.month-filter a:nth-child(9):before,
	.month-filter span:nth-child(9):before {
		display: none
	}
}

@media only screen and (max-width: 400px) {

	.month-filter a,
	.month-filter span {
		font-size: 14px
	}
}

.news .blc_news {
	margin-top: 0
}

.news .news_list {
	max-width: 1400px;
	margin: 0 auto
}

.news .news_list li {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 24px;
	margin-bottom: 24px
}

.back-link {
	display: block;
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 0 22px
}

.back-link:hover svg path {
	fill: #ccdc45
}

.article {
	padding-bottom: 50px;
	border-bottom: 1px solid #dfdfdf
}

.article-header {
	border-bottom: 1px solid #efefef;
	padding-bottom: 50px
}

.article .container-no-img {
	height: 0;
	padding-bottom: 24%
}

.article-img {
	background: url(../img/labirint-bg.jpg) no-repeat center/cover
}

.article-img.active {
	background: url(../img/labirint-bg.jpg) no-repeat center/cover;
	height: 300px
}

.article-img .container {
	max-width: 1215px
}

@media only screen and (max-width: 767px) {
	.article-img .container {
		padding-left: 0;
		padding-right: 0
	}
}

.article-header-content .container {
	max-width: 1215px
}

.article-header-content .container:after {
	content: " ";
	display: table;
	clear: both
}

.article-header-content .desc {
	padding-left: 40px;
	padding-top: 30px;
	overflow: hidden
}

@media only screen and (max-width: 767px) {
	.article-header-content .desc {
		padding-left: 20px;
		padding-top: 20px
	}
}

@media only screen and (max-width: 400px) {
	.article-header-content .desc {
		padding-left: 0
	}
}

.article-title {
	padding-bottom: 20px;
	font-size: 36px;
	max-width: 80%;
	line-height: 1.3;
	margin-bottom: 30px
}

@media only screen and (max-width: 767px) {
	.article-title {
		max-width: 100%;
		font-size: 20px
	}
}

.article-title:after {
	left: 0;
	margin-left: 0;
	background-color: #e3e3e3
}

.article-subtitle {
	opacity: .7;
	color: #202020;
	max-width: 80%;
	line-height: 1.5
}

@media only screen and (max-width: 767px) {
	.article-subtitle {
		max-width: 100%;
		font-size: 16px
	}
}

.article-text {
	padding-top: 40px;
	color: rgba(32, 32, 32, .9)
}

.article-text iframe {
	width: 100%;
	height: 54vw;
	max-height: 735px
}

.article-text ul:not(.list-unstyled) {
	margin: 0 0 1em 0;
	padding-left: 0.5em;
	list-style: none;
}

.article-text ul li {
	list-style: none !important;
	padding-left: 1.5em;
	position: relative;
}

.article-text ul li::before {
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	width: 10px;
	height: 10px;
	background: #ccdb2a;
	content: " "
}

.article-text p {
	text-align: justify
}

.article-text table tr th {
	background: #cade00;
	color: #071c2c;
	padding: 5px 10px
}

.article-text table td {
	padding: 5px 10px
}

.article-text table tr:nth-child(2n+1) {
	background: #ecf2fc;
}

.news_list_new.table-news .news-item .news-desc ul li {
	padding-left: 25px;
	position: relative
}

.news_list_new.table-news .news-item .news-desc ul li::before {
	display: block;
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	width: 10px;
	height: 10px;
	background: #f2f6ba;
	content: " "
}

.article-text .container {
	max-width: 1106px;
	margin: 0 auto
}

.article-text h1,
.article-text h2,
.article-text h3,
.article-text h4,
.article-text h5,
.article-text ol,
.article-text p,
.article-text ul {
	line-height: 1.4;
	margin: 15px 0
}

.article-text ol {
	padding-left: 20px
}

.article-text .img-row {
	margin-left: -40px;
	margin-right: -40px;
	margin-top: 30px;
	margin-bottom: 30px
}

@media only screen and (max-width: 1300px) {
	.article-text .img-row {
		margin-left: 0;
		margin-right: 0
	}
}

.article-footer {
	margin-top: 10px
}

.win_popup {
	padding-bottom: 0;
	border-bottom: 0
}

@media only screen and (max-width: 767px) {
	.win_popup .line_pp h3 {
		font-size: 24px
	}

	.win_popup .line_pp p {
		font-size: 17px
	}
}

@media only screen and (max-width: 767px) {
	.win_popup .blc_pp_wt .blc_check_results p.pp_notis {
		text-align: center;
		margin: 0 auto;
		margin-bottom: 10px
	}
}

@media only screen and (max-width: 767px) {
	.win_popup .blc_pp_wt .blc_tstar {
		height: auto;
		border: none
	}

	.win_popup .blc_pp_wt .blc_tstar span {
		border-right: 0;
		padding-left: 0;
		display: block
	}

	.win_popup .blc_pp_wt .blc_tstar textarea {
		width: 100% !important;
		border: 1px solid #b2b2b2;
		border-radius: 2px;
		margin-top: 4px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px
	}
}

@media only screen and (max-width: 767px) {
	.win_popup .blc_pp_wt {
		width: 90%;
		padding-left: 10px;
		padding-right: 10px
	}

	.win_popup .blc_pp_wt .blc_check_results p.pp_notis {
		max-width: none
	}

	.win_popup .blc_pp_wt .blc_check_results {
		margin: 10px 0 0
	}

	.win_popup .blc_pp_wt .pp_in input {
		height: 36px
	}
}

.win_popup .tabs {
	border-bottom: 0;
	margin-bottom: 0
}

.win_popup .tab-pane {
	padding: 0;
	width: auto;
	font-size: 35px;
	font-weight: 300;
	padding: 10px 30px;
	vertical-align: baseline;
	line-height: 1;
	color: #0a365c;
	-webkit-transition: none;
	transition: none
}

.win_popup .tab-pane:focus,
.win_popup .tab-pane:hover {
	color: #0a365c
}

@media only screen and (max-width: 767px) {
	.win_popup .tab-pane {
		font-size: 24px;
		padding-top: 10px;
		line-height: 1;
		min-height: auto
	}
}

.win_popup .tab-pane span {
	border-bottom: 1px dotted transparent;
	-webkit-transition: all .3s;
	transition: all .3s
}

.win_popup .tab-pane.js-active {
	font-weight: 400;
	font-size: 41px;
	color: inherit;
	color: #0a365c
}

@media only screen and (max-width: 767px) {
	.win_popup .tab-pane.js-active {
		font-size: 22px
	}
}

.win_popup .tab-pane.js-active span {
	border-color: #000
}

.win_popup .tab-pane:after,
.win_popup .tab-pane:before {
	display: none
}

.win_popup .tab-pane:first-child:after {
	content: '';
	width: 14px;
	height: 31px;
	background-image: url(../img/slash.png);
	position: absolute;
	right: -10px;
	display: block;
	top: 50%;
	margin-top: -13px
}

@media only screen and (max-width: 767px) {
	.win_popup .tab-pane:first-child:after {
		display: none
	}
}

#double-pp {
	min-height: 0;
	padding-bottom: 20px
}

#double-pp .line_pp {
	height: auto;
	padding: 40px 0 30px
}

#double-pp .name_sotr span {
	width: 300px;
	padding-right: 20px
}

@media only screen and (max-width: 767px) {
	#double-pp .name_sotr span {
		width: 100%
	}
}

#double-pp .name_sotr .ptt {
	width: 50%
}

@media only screen and (max-width: 767px) {
	#double-pp .name_sotr .ptt {
		width: 100%
	}
}

#double-pp .get_go {
	width: 238px;
	padding-left: 0;
	padding-right: 0
}

#choose-franchise {
	min-height: 0;
	padding-bottom: 20px
}

#choose-franchise .pp_in_calltime {
	margin-top: 20px
}

#choose-franchise .pp_in_calltime span {
	width: 250px
}

#choose-franchise .pp_in_calltime input {
	width: 450px
}

#choose-franchise .get_go {
	width: 238px;
	padding-left: 0;
	padding-right: 0
}

@media only screen and (max-width: 767px) {
	.win_popup .blc_pp_wt .pp_in:not(.pp_in_secondary) {
		border: none;
		float: none !important;
		height: auto;
		margin: 15px 0 0
	}

	.win_popup .blc_pp_wt .pp_in:not(.pp_in_secondary) span {
		width: 100%;
		display: block;
		padding-right: 0;
		border-right: 0;
		padding-left: 0 !important
	}

	.win_popup .blc_pp_wt .pp_in:not(.pp_in_secondary) span+input {
		width: 100% !important;
		border: 1px solid #b2b2b2;
		border-radius: 2px;
		margin-top: 4px;
		padding-left: 20px;
		padding-right: 20px
	}

	.win_popup .blc_pp_wt {
		padding: 0 0 25px
	}
}

#choose-franchise .line_pp {
	height: auto;
	padding-bottom: 32px
}

.checkbox-block .text {
	font-size: 16px;
	padding-left: 30px;
	display: inline-block;
	vertical-align: middle;
	width: 370px
}

@media only screen and (max-width: 767px) {
	.checkbox-block .text {
		width: auto;
		display: block;
		margin-bottom: 10px;
		padding-left: 0
	}
}

.checkbox-block .text i {
	color: #afbf04;
	font-style: normal;
	margin-left: 2px
}

.checkbox-block .content {
	display: inline-block;
	margin-right: -40px;
	vertical-align: middle
}

.checkbox-block .checkbox {
	margin-right: 20px
}

.checkbox-block:not(.inline) .text {
	margin-bottom: 10px
}

.checkbox-block:not(.inline) .content {
	padding-left: 30px
}

@media only screen and (max-width: 767px) {
	.checkbox-block:not(.inline) .content {
		padding-left: 0
	}
}

.checkbox-block:not(.inline) .checkbox {
	margin-right: 44px
}

@media only screen and (max-width: 767px) {
	.checkbox-block:not(.inline) .checkbox {
		display: block;
		margin: 4px 0
	}
}

.input-bl {
	margin: 10px 0
}

.input-bl .text {
	font-size: 16px;
	padding-left: 30px;
	display: block;
	vertical-align: middle;
	width: 370px;
	margin-bottom: 6px
}

@media only screen and (max-width: 767px) {
	.input-bl .text {
		padding-left: 0;
		margin-bottom: 20px;
		width: 100%
	}
}

.input-bl .text i {
	color: #afbf04;
	font-style: normal;
	margin-left: 2px
}

.inputs-double {
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.inputs-double:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 1px;
	background-color: #000;
	left: 50%;
	margin-left: -6px;
	top: 50%;
	margin-top: -4px
}

.inputs-double:last-child {
	margin-left: 11px
}

@media only screen and (max-width: 767px) {
	.inputs-double:last-child {
		margin-left: 0
	}
}

.inputs-double .pp_in.pp_in_range {
	width: 162px;
	display: inline-block
}

@media only screen and (max-width: 767px) {
	.inputs-double .pp_in.pp_in_range {
		width: 130px
	}
}

.inputs-double .pp_in.pp_in_range:last-child {
	margin-left: 28px
}

.inputs-double .pp_in.pp_in_range span {
	width: 60px !important
}

@media only screen and (max-width: 767px) {
	.inputs-double .pp_in.pp_in_range span {
		width: 40px !important
	}
}

.inputs-double .pp_in.pp_in_range input {
	width: 70px
}

@media only screen and (max-width: 767px) {
	.inputs-double .pp_in.pp_in_range input {
		width: 60px
	}
}

.banner-slider .swiper-slide {
	height: 148px;
	position: relative
}

.banner-slider .banner-image-link-left {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 3
}

.banner-slider .banner-image-link-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 3
}

.banner-slider .banner-image-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat
}

.banner-slider .swiper-pagination {
	bottom: 14px
}

.banner-slider .banner-image-link img {
	display: none
}

.banner-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	border-color: #d3e8fe
}

.banner-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):after {
	background-color: #d3e8fe
}

.banner-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
	background-color: #d3e8fe
}

@media only screen and (max-width: 1170px) {
	.banner-slider {
		margin-bottom: 20px
	}

	.banner-slider .banner-image-link {
		background: 0 0 !important
	}

	.banner-slider .swiper-slide {
		height: auto
	}

	.banner-slider .banner-image-link {
		position: relative
	}

	.banner-slider .banner-image-link img {
		display: block;
		width: 100%;
		height: auto
	}
}

.hdr_cart_link {
	float: left;
	margin-top: 24px;
	position: relative;
	z-index: 2
}

.hdr_cart_link .count {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	position: absolute;
	line-height: 24px;
	right: -9px;
	bottom: -6px;
	font-size: 15px;
	background-color: #ccdb2a;
	color: #fff;
	width: 24px;
	height: 24px;
	border-radius: 15px;
	z-index: 1
}

.hdr_cart_link .circle,
.hdr_cart_link .count {
	-webkit-transition: all .3s;
	transition: all .3s
}

.hdr_cart_link .circle {
	vertical-align: middle
}

.hdr_cart_link:focus,
.hdr_cart_link:hover {
	text-decoration: none
}

.hdr_cart_link:focus .count,
.hdr_cart_link:hover .count {
	opacity: 1
}

.hdr_cart_link:focus .circle,
.hdr_cart_link:hover .circle {
	border-color: #ccdc45
}

.hdr_cart_link_full .count {
	opacity: 1
}

.hdr_cart_link_full .circle {
	background-color: #ccdc45;
	border-color: #ccdc45
}

.tests-aside .tabs {
	border-bottom: 0;
	margin-bottom: 0
}

.tests-aside .tabs:after {
	content: " ";
	display: table;
	clear: both
}

.tests-aside .tab-item {
	float: left;
	width: 60%;
	height: 70px;
	line-height: 70px;
	text-align: left;
	padding-left: 20px;
	font-size: 17px
}

.tests-aside .tab-item:first-child {
	width: 40%;
	padding-left: 40px
}

@media only screen and (max-width: 1300px) {
	.tests-aside .tab-item:first-child {
		padding-left: 20px
	}
}

@media only screen and (max-width: 767px) {
	.tests-aside .tab-item:first-child {
		padding-left: 10px;
		width: 30%
	}
}

.tests-aside .tab-item span {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	border-bottom: 1px dotted #0a365c;
	color: #0a365c;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.tests-aside .tab-item span:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	left: -20px;
	top: 50%;
	background-color: #ced2d5;
	border-radius: 50%;
	margin-top: -6px
}

.tests-aside .tab-item.js-active {
	background-color: #eef1f5
}

.tests-aside .tab-item.js-active span {
	border-color: transparent;
	color: #202020;
	font-weight: 400
}

.tests-aside .tab-item.js-active span:before {
	background-color: #ccdc45
}

.tests-aside .tab-item:hover span {
	border-bottom: 0
}

.tests-aside .tab-item:hover span:before {
	background-color: #ccdc45
}

@media only screen and (max-width: 1300px) {
	.tests-aside .tab-item {
		font-size: 15px;
		text-align: center;
		padding-left: 0;
		padding-right: 0
	}
}

@media only screen and (max-width: 767px) {
	.tests-aside .tab-item {
		text-align: center;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		width: 70%
	}

	.tests-aside .tab-item span {
		border-bottom: 0
	}
}

@media only screen and (max-width: 400px) {
	.tests-aside .tab-item {
		width: 50% !important;
		line-height: 1;
		min-height: 90px;
		padding: 20px 10px
	}

	.tests-aside .tab-item span {
		margin-left: 0
	}

	.tests-aside .tab-item span:before {
		display: block;
		position: static;
		margin: 0 auto 10px
	}
}

.tests-aside .tab-pane {
	float: left;
	width: 60%;
	height: 70px;
	line-height: 70px;
	text-align: left;
	padding-left: 24px;
	font-size: 17px
}

.tests-aside .tab-pane:first-child {
	width: 40%;
	padding-left: 70px
}

@media only screen and (max-width: 1300px) {
	.tests-aside .tab-pane:first-child {
		padding-left: 20px
	}
}

@media only screen and (max-width: 767px) {
	.tests-aside .tab-pane:first-child {
		padding-left: 10px;
		width: 30%
	}
}

.tests-aside .tab-pane span {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	border-bottom: 1px dotted #0a365c;
	color: #0a365c;
	line-height: 1;
	-webkit-transition: all .3s;
	transition: all .3s
}

.tests-aside .tab-pane span:before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	left: -20px;
	top: 50%;
	background-color: #ced2d5;
	border-radius: 50%;
	margin-top: -6px
}

.tests-aside .tab-pane.js-active {
	background-color: #eef1f5
}

.tests-aside .tab-pane.js-active span {
	border-color: transparent;
	color: #202020;
	font-weight: 400
}

.tests-aside .tab-pane.js-active span:before {
	background-color: #ccdc45
}

.tests-aside .tab-pane:hover span {
	border-bottom: 0
}

.tests-aside .tab-pane:hover span:before {
	background-color: #ccdc45
}

@media only screen and (max-width: 1300px) {
	.tests-aside .tab-pane {
		font-size: 15px;
		text-align: center;
		padding-left: 0;
		padding-right: 0
	}
}

@media only screen and (max-width: 767px) {
	.tests-aside .tab-pane {
		text-align: center;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
		width: 70%
	}

	.tests-aside .tab-pane span {
		border-bottom: 0
	}
}

@media only screen and (max-width: 400px) {
	.tests-aside .tab-pane {
		width: 50% !important;
		line-height: 1;
		min-height: 90px;
		padding: 20px 10px
	}

	.tests-aside .tab-pane span {
		margin-left: 0
	}

	.tests-aside .tab-pane span:before {
		display: block;
		position: static;
		margin: 0 auto 10px
	}
}

.tests-search-form {
	margin-bottom: 20px
}

.input-search {
	background-color: transparent;
	border: none;
	height: 70px;
	border-bottom: 1px solid #d8dbe0;
	width: 100%;
	padding-right: 32px;
	padding-left: 38px;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 767px) {
	.input-search {
		padding-left: 10px;
		font-size: 15px
	}
}

.input-search::-webkit-input-placeholder {
	color: rgba(32, 32, 32, .4)
}

.input-search:-ms-input-placeholder {
	color: rgba(32, 32, 32, .4)
}

.input-search::placeholder {
	color: rgba(32, 32, 32, .4)
}

.input-search:focus {
	border-color: #202020
}

.input-search:focus+div {
	opacity: 1
}

.input-search-wrap {
	position: relative
}

.input-search-wrap .ic-search {
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(../img/search.png);
	right: 0;
	top: 50%;
	margin-top: -9px;
	opacity: .5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.tests-search-form {
	position: relative
}

.tests-search-form .ic-search {
	position: absolute;
	width: 18px;
	height: 18px;
	background-image: url(../img/search.png);
	right: 0;
	top: 50%;
	margin-top: -9px;
	opacity: .5;
	-webkit-transition: all .3s;
	transition: all .3s
}

.tests-menu {
	background-color: #eef1f5;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px
}

@media only screen and (max-width: 767px) {
	.tests-menu {
		padding-left: 10px
	}
}

.tests-nav {
	padding-left: 38px
}

@media only screen and (max-width: 767px) {
	.tests-nav {
		padding-left: 10px
	}
}

.tests-nav a {
	position: relative;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	color: #202020;
	line-height: 1;
	padding-right: 10px;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 767px) {
	.tests-nav a {
		font-size: 15px
	}
}

.tests-nav a:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 50%;
	background-color: #ccdc45;
	border-radius: 50%;
	margin-top: -3px
}

.tests-nav a:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 13px;
	background-image: url(../img/arr-small-right.svg);
	right: 0;
	top: 50%;
	margin-top: -6px;
	opacity: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	-webkit-transition: all .3s;
	transition: all .3s
}

.tests-nav a.active,
.tests-nav a:focus,
.tests-nav a:hover {
	text-decoration: none;
	color: #acbc07
}

.tests-nav a.active:after,
.tests-nav a:focus:after,
.tests-nav a:hover:after {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.tests-heading {
	font-size: 28px;
	padding-left: 30px;
	margin-bottom: 10px
}

.tests-headings-list {
	padding-left: 30px;
	padding-right: 50px
}

.tests-headings-list li {
	font-size: 15px;
	color: #0a365c;
	opacity: .5;
	display: inline-block;
	width: 25%
}

.tests-headings-list li:first-child {
	width: 59px
}

.tests-headings-list li:nth-child(2) {
	width: 50%
}

.tests-headings-list li:nth-child(3) {
	width: 19%
}

.tests-headings-list li:last-child {
	width: 50px
}

@media only screen and (max-width: 767px) {
	.tests-item {
		font-size: 15px
	}
}

.tests-item-top {
	padding-top: 25px;
	padding-bottom: 27px;
	text-decoration: none;
	display: block;
	color: inherit;
	font-weight: 400;
	border-top: 1px solid #eceeef;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 767px) {
	.tests-item-top {
		padding-top: 10px;
		padding-bottom: 12px
	}
}

.tests-item-top:focus {
	text-decoration: none
}

.tests-item-top .inner {
	position: relative;
	margin-right: 50px;
	margin-left: 30px;
	padding-right: 55px
}

@media only screen and (max-width: 1085px) {
	.tests-item-top .inner {
		margin-right: 10px;
		margin-left: 30px
	}
}

@media only screen and (max-width: 767px) {
	.tests-item-top .inner {
		margin-left: 30px;
		margin-right: 70px
	}
}

.tests-item-top .inner:after {
	content: '';
	width: 43px;
	height: 43px;
	border: 1px solid #aeb5bc;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -21px;
	background: url(../img/arr-down.png) no-repeat center;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 767px) {
	.tests-item-top .inner:after {
		width: 36px;
		height: 36px;
		margin-top: -18px;
		right: -40px
	}
}

.tests-item-top.active,
.tests-item-top:hover {
	background-color: #e0ea8f;
	text-decoration: none;
	color: inherit;
	border-color: transparent
}

.tests-item-top.active {
	background-color: #e0ea8f
}

.tests-item-top.active .inner:after {
	background-color: #fff;
	border-color: #fff;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.tests-item-top.active+div {
	border-color: #dadddf
}

.tests-item-content {
	display: none
}

.tests-item-list {
	font-size: 15px;
	line-height: 1.4
}

.tests-item-list .col-price {
	display: inline-block;
	vertical-align: top
}


.tests-item-list .card .row {
	display: flex;
	align-items: center;
  white-space: nowrap;
}

.tests-item-list li .row {
  display: flex;
	align-items: center;
}

.tests-item-list .price-and-buttons {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.tests-item-list .price-and-buttons>div,
.tests-item-list .price-and-buttons>a {
	margin-left: 0.35rem;
}

.tests-item-list li {
	padding-top: 22px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 50px;
	border-bottom: 1px solid #d1d6da;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 767px) {
	.tests-item-list li {
		padding-left: 10px;
		padding-right: 5px
	}

	.tests-headings-list {
		padding-left: 10px;
		padding-right: 5px
	}
}

.tests-item-list li a {
	color: rgba(10, 54, 92, .9)
}

.tests-item-list li:last-child {
	border-bottom: 0
}

.tests-item-list li:hover {
	background-color: #f5f7f9
}

.tests-item-list .row>div {
	padding-left: 10px;
	padding-right: 10px
}

.tests-item .col-test-name {
	padding-left: 10px;
	padding-bottom: 20px
}

@media only screen and (max-width: 1300px) {
	.tests-item .col-price {
		margin-right: -30px
	}
}

@media only screen and (max-width: 767px) {
	.tests-item .col-price {
		margin-top: 18px
	}
}

.tests-item .col-options {
	padding-right: 5px;
	margin-top: -8px;
	text-align: right
}

@media only screen and (max-width: 767px) {
	.tests-item .col-options {
		margin-top: 10px;
		text-align: left
	}
}

.circle-option {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	position: relative;
	margin-left: 2px;
	margin-top: -14px;
	display: inline-block;
	/*
	-webkit-transition: all .3s;
	transition: all .3s
*/
	-webkit-transition: none !important;
	transition: none !important;
}

@media only screen and (max-width: 767px) {
	.circle-option {
		margin-top: 5px
	}
}

.col-options .circle-option {
	margin-left: 10px
}

.option-car {
	background-image: url(/local/images/icn_Car_1.svg);
	border: 0
}

.option-car:hover {
	background-image: url(/local/images/icn_Car_3.svg)
}

.option-car.active {
	background-image: url(/local/images/icn_Car_2.svg)
}

.option-clock {
	background-image: url(../img/clock-dark.svg);
	background-position: 8px 8px
}

.option-cart {
	background-image: url(/local/images/icon_cart.svg);
	border: 0
}

.option-cart:hover {
	background-image: url(/local/images/icon_cart_hover.svg)
}

.option-cart.active {
	background-image: url(/local/images/icon_cart_active.svg)
}

.tooltip {
	pointer-events: none
}

.tooltip-inner {
	width: 143px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	border: 1px solid #cfcfcf;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: none;
	color: #202020;
	font-size: 15px
}

.tooltip-arrow {
	width: 35px;
	height: 11px;
	left: 50%;
	border: none;
	background-image: url(../img/tooltip-arr.png)
}

.tooltip.top {
	margin-top: 10px
}

.tooltip.top .tooltip-arrow {
	bottom: -5px;
	margin-left: -16px
}

.ask_your_question.inner .auq_in_ttl {
	max-width: 340px
}

.ask_your_question.inner .auq_form {
	margin-left: 100px
}

.test-single-top {
	font-size: 15px;
	padding-top: 23px;
	margin-bottom: 40px
}

@media only screen and (max-width: 767px) {
	.test-single-top {
		padding-bottom: 0
	}
}

.test-single-top .num {
	opacity: .5;
	padding-right: 20px;
	position: relative
}

.test-single-top .num:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 16px;
	right: 0;
	top: 50%;
	margin-top: -8px;
	background-color: #d9d9d9
}

.test-single h1,
.test-single h2 {
	font-size: 24px;
	line-height: 1.25;
	padding-right: 50px;
	padding-bottom: 1rem;
	margin-bottom: 0.25rem;
	border-bottom: 1px solid #dadddf;
	letter-spacing: 0
}

@media only screen and (max-width: 767px) {

	.test-single h1,
	.test-single h2 {
		font-size: 24px;
		padding-left: 10px;
		padding-right: 10px
	}
}

.test-single-bottom {
	padding: 30px 50px 30px 30px;
	background-color: #eef1f5;
	font-size: 15px
}

.test-single-bottom:after {
	content: " ";
	display: table;
	clear: both
}

@media only screen and (max-width: 767px) {
	.test-single-bottom {
		padding-left: 10px;
		padding-right: 10px;
		text-align: center
	}
}

.test-single-bottom .top {
	display: inline-block;
	line-height: 1.2;
	padding-right: 10px;
	width: 50%
}

.test-single-price-group {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	vertical-align: top;
	margin-right: 0
}

@media only screen and (max-width: 767px) {
	.test-single-bottom .top {
		display: block;
		width: 100%
	}
}

.test-single-bottom .top .price {
	margin-left: 0;
	font-size: 23px;
	color: #202020;
	font-weight: 500;
	display: block;
	margin-top: 5px
}

.test-single-bottom .top .price-additional {
	margin-left: 88px
}

@media only screen and (max-width: 767px) {
	.test-single-bottom .top .price-additional {
		margin-left: 0
	}
}

.test-single-options {
	display: inline-block;
	vertical-align: top
}

@media only screen and (max-width: 767px) {
	.test-single-options {
		display: block;
		margin-top: 20px
	}
}

.print {
	padding-left: 20px;
	color: rgba(11, 28, 43, .6);
	-webkit-transition: all .3s;
	transition: all .3s
}

.print .text {
	margin-right: 10px
}

.print:hover {
	color: #0a365c
}

@media only screen and (max-width: 767px) {
	.print {
		display: none
	}
}

.icon-print {
	vertical-align: middle
}

.back-link-secondary {
	float: right;
	color: #0a365c;
	padding-left: 50px;
	position: relative;
	font-size: 15px
}

.back-link-secondary:before {
	content: '';
	position: absolute;
	width: 38px;
	height: 15px;
	background-image: url(../img/sprites/arw_left_g_black.png);
	left: 0;
	top: 50%;
	margin-top: -7px;
	opacity: .4;
	-webkit-transition: all .3s;
	transition: all .3s
}

.back-link-secondary:hover:before {
	opacity: 1
}

.test-block {
	border-bottom: 1px solid #eceeef
}

.test-block-top {
	padding-top: 12px;
	text-decoration: none;
	display: block;
	color: inherit;
	font-weight: 400;
	-webkit-transition: all .3s;
	transition: all .3s
}

.test-block-top:focus {
	text-decoration: none
}

.test-block-top .inner {
	position: relative;
	margin-right: 50px;
}

@media only screen and (max-width: 767px) {
	.test-block-top .inner {
		margin-left: 10px;
		margin-right: 70px
	}
}

.test-block-top .inner:after {
	content: '';
	width: 43px;
	height: 43px;
	border: 1px solid #aeb5bc;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -21px;
	background: url(../img/arr-down.png) no-repeat center;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media only screen and (max-width: 767px) {
	.test-block-top .inner:after {
		width: 36px;
		height: 36px;
		margin-top: -18px;
		right: -40px
	}
}

.test-block-top.active {
	text-decoration: none;
	color: inherit
}

.test-block-top.active .inner:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.test-block-top.active+div {
	padding-bottom: 40px
}

.test-block p,
.test-block ul {
	padding-left: 0px;
	padding-right: 50px;
	line-height: 1.7;
	font-size: 16px
}

.test-block ul li {
	padding-left: 25px;
	position: relative;
	list-style: none !important;
}

.test-block ul li::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 10px;
	height: 10px;
	background: var(--lq-green);
	content: " "
}

@media only screen and (max-width: 767px) {

	.test-block p,
	.test-block ul {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px
	}
}

.test-block section {
	margin: 40px 0
}

.test-block section h4 {
	font-family: DINPro;
	font-weight: 400;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 50px
}

@media only screen and (max-width: 767px) {
	.test-block section h4 {
		padding-left: 10px;
		padding-right: 10px
	}
}

.test-block:last-child {
	border-bottom: 0
}

.test-block:last-child .custom-table {
	margin-bottom: 0
}

.test-block:last-child .active+div {
	padding-bottom: 0
}

.custom-table {
	width: 100%;
	font-size: 15px;
	margin: 20px 0
}

@media only screen and (max-width: 767px) {
	.custom-table {
		font-size: 14px
	}
}

.custom-table th {
	font-weight: 400;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e0ea8f
}

.custom-table tr {
	border-bottom: 1px solid #dfdfdf
}

.custom-table tr:last-child {
	border-bottom: 0
}

.custom-table td,
.custom-table th {
	padding-left: 5px;
	padding-right: 5px
}

.custom-table td {
	height: 65px;
	padding-top: 10px;
	padding-bottom: 10px
}

.custom-table td:first-child,
.custom-table th:first-child {
	padding-left: 30px
}

@media only screen and (max-width: 767px) {

	.custom-table td:first-child,
	.custom-table th:first-child {
		padding-left: 10px
	}
}

.custom-table-thead-grey th {
	background-color: #eef1f5
}

.addresses-tabs {
	padding-top: 40px
}

.addresses-tabs .container {
	max-width: 1100px
}

.addresses-tabs .tab-pane {
	width: 33.3333%
}

@media only screen and (max-width: 767px) {
	.addresses-tabs .tab-pane {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px
	}
}

.offices-sort {
	max-width: 1500px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	padding-bottom: 40px;
	text-align: center
}

.offices-sort .grid {
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s
}

.offices-sort .grid-closed {
	max-height: 84px
}

.offices-sort h2 {
	margin-bottom: 44px
}

.offices-sort form:after {
	content: " ";
	display: table;
	clear: both
}

.offices-sort .checkbox-col {
	display: inline-block;
	padding-left: 130px;
	padding-right: 130px;
	position: relative;
	text-align: left
}

@media only screen and (max-width: 1300px) {
	.offices-sort .checkbox-col {
		padding-left: 80px;
		padding-right: 80px
	}
}

@media only screen and (max-width: 1079px) {
	.offices-sort .checkbox-col {
		padding-left: 40px;
		padding-right: 40px
	}
}

@media only screen and (max-width: 767px) {
	.offices-sort .checkbox-col {
		padding-left: 0;
		padding-right: 0;
		display: block
	}
}

.offices-sort .checkbox-col:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #d9d9d9;
	top: 0;
	right: 0
}

@media only screen and (max-width: 767px) {
	.offices-sort .checkbox-col:after {
		display: none
	}
}

.offices-sort .checkbox-col:nth-child(3n+3):after {
	display: none
}

.offices-sort .checkbox {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	display: block;
	text-align: left
}

@media only screen and (max-width: 767px) {
	.offices-sort .checkbox {
		text-align: center
	}

	.offices-sort .checkbox span {
		display: inline-block
	}
}

.offices-sort .checkbox span {
	opacity: .7
}

.offices-sort .checkbox input:checked+span {
	opacity: 1
}

.offices-sort .show-all-filters {
	font-size: 14px;
	color: #0a365c;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	position: relative
}

.offices-sort .show-all-filters:focus,
.offices-sort .show-all-filters:hover {
	text-decoration: none
}

.offices-sort .show-all-filters span {
	border-bottom: 1px dotted #0a365c
}

.offices-sort .show-all-filters:after {
	content: '';
	position: absolute;
	width: 12px;
	height: 6px;
	top: 50%;
	margin-top: -2px;
	right: -24px;
	background: url(../img/arr-down.png) no-repeat center/100% 100%;
	-webkit-transition: all .3s;
	transition: all .3s
}

.offices-sort .show-all-filters.active:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.address-list {
	max-width: 1235px;
	margin: 0 auto
}

.address-list li {
	font-size: 17px
}

@media only screen and (max-width: 767px) {
	.address-list li {
		font-size: 15px
	}
}

.address-list li .top {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eef1f5;
	padding-left: 58px;
	padding-right: 58px
}

.address-list li .top:after {
	content: " ";
	display: table;
	clear: both
}

@media only screen and (max-width: 767px) {
	.address-list li .top {
		padding-left: 15px;
		padding-right: 15px
	}
}

.address-list li .address-name {
	float: left
}

@media only screen and (max-width: 767px) {
	.address-list li .address-name {
		float: none;
		text-align: center
	}
}

.address-list li .address-info-link {
	float: right;
	font-size: 14px;
	color: #0a365c;
	opacity: 1
}

@media only screen and (max-width: 767px) {
	.address-list li .address-info-link {
		float: none;
		text-align: center;
		opacity: 1;
		display: block
	}
}

.address-list li:hover .address-info-link {
	opacity: 1
}

.address-list li:hover .top {
	background-color: #e0ea8f
}

.address-list li .content {
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 58px;
	padding-right: 58px
}

@media only screen and (max-width: 767px) {
	.address-list li .content {
		padding-left: 15px;
		padding-right: 15px
	}
}

.address-list li .address-metros {
	padding-left: 30%
}

@media only screen and (max-width: 1300px) {
	.address-list li .address-metros {
		padding-left: 0
	}
}

@media only screen and (max-width: 767px) {
	.address-list li .address-metros {
		text-align: center;
		margin: 10px 0
	}
}

.address-list li .address-worktime {
	float: right
}

@media only screen and (max-width: 767px) {
	.address-list li .address-worktime {
		text-align: center;
		float: none;
		background: 0 0
	}
}

.address-location,
.address-worktime {
	background-repeat: no-repeat;
	padding-left: 28px
}

@media only screen and (max-width: 767px) {

	.address-location,
	.address-worktime {
		padding-left: 0
	}

	.row72 .address-worktime {
		padding-left: 28px
	}
}

.address-location {
	background-image: url(../img/pointer.png);
	background-position: 4px 4px
}

@media only screen and (max-width: 767px) {
	.address-location {
		text-align: center;
		background: 0 0;
		margin: 5px 0
	}
}

.address-worktime {
	background-image: url(../img/clock.svg);
	background-position: 4px 4px
}

.address-metro-link {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	text-align: left;
	margin: 2px 0;
	line-height: 1
}

.address-metro-link:focus,
.address-metro-link:hover {
	text-decoration: none
}

.address-metro-link .dot {
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-radius: 50%
}

.address-metro-link .text {
	color: #000;
	border-bottom: 1px dotted #000
}

.address-metro-link.color-red {
	color: #ed1b35
}

.address-metro-link.color-red .dot {
	background-color: #ed1b35
}

.address-metro-link.color-red .text {
	color: #ed1b35;
	border-color: #ed1b35
}

.address-metro-link.color-red {
	color: #44b85c
}

.address-metro-link.color-red .dot {
	background-color: #44b85c
}

.address-metro-link.color-red .text {
	color: #44b85c;
	border-color: #44b85c
}

.address-metro-link.color-blue {
	color: #0078bf
}

.address-metro-link.color-blue .dot {
	background-color: #0078bf
}

.address-metro-link.color-blue .text {
	color: #0078bf;
	border-color: #0078bf
}

.address-metro-link.color-light-blue {
	color: #19c1f3
}

.address-metro-link.color-light-blue .dot {
	background-color: #19c1f3
}

.address-metro-link.color-light-blue .text {
	color: #19c1f3;
	border-color: #19c1f3
}

.address-metro-link.color-brown {
	color: #894e35
}

.address-metro-link.color-brown .dot {
	background-color: #894e35
}

.address-metro-link.color-brown .text {
	color: #894e35;
	border-color: #894e35
}

.address-metro-link.color-orange {
	color: #f57f25
}

.address-metro-link.color-orange .dot {
	background-color: #f57f25
}

.address-metro-link.color-orange .text {
	color: #f57f25;
	border-color: #f57f25
}

.address-metro-link.color-purple {
	color: #8e479c
}

.address-metro-link.color-purple .dot {
	background-color: #8e479c
}

.address-metro-link.color-purple .text {
	color: #8e479c;
	border-color: #8e479c
}

.address-metro-link.color-yellow {
	color: #ffcb31
}

.address-metro-link.color-yellow .dot {
	background-color: #ffcb31
}

.address-metro-link.color-yellow .text {
	color: #ffcb31;
	border-color: #ffcb31
}

.address-metro-link.color-grey {
	color: #a1a2a3
}

.address-metro-link.color-grey .dot {
	background-color: #a1a2a3
}

.address-metro-link.color-grey .text {
	color: #a1a2a3;
	border-color: #a1a2a3
}

.address-metro-link.color-lime {
	color: #b3d445
}

.address-metro-link.color-lime .dot {
	background-color: #b3d445
}

.address-metro-link.color-lime .text {
	color: #b3d445;
	border-color: #b3d445
}

.address-metro-link.color-teal {
	color: #79cdcd
}

.address-metro-link.color-teal .dot {
	background-color: #79cdcd
}

.address-metro-link.color-teal .text {
	color: #79cdcd;
	border-color: #79cdcd
}

.address-metro-link.color-blue-gray {
	color: #acbfe1
}

.address-metro-link.color-blue-gray .dot {
	background-color: #acbfe1
}

.address-metro-link.color-blue-gray .text {
	color: #acbfe1;
	border-color: #acbfe1
}

.address-lists .gfs_nav {
	margin-bottom: 0;
	border-bottom: 0
}

.address-lists-bottom {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 70px
}

#metro-map,
.offices-map {
	height: 837px
}

@media only screen and (max-width: 1300px) {

	#metro-map,
	.offices-map {
		height: 600px
	}
}

@media only screen and (max-width: 1079px) {

	#metro-map,
	.offices-map {
		height: 500px
	}
}

@media only screen and (max-width: 767px) {

	#metro-map,
	.offices-map {
		height: 300px
	}
}

.si-content {
	font-size: 18px;
	width: 460px;
	font-family: DINPro;
	font-weight: 300;
	color: #202020
}

.si-content h4 {
	background-color: rgba(234, 238, 243, .8);
	padding-top: 8px;
	padding-bottom: 12px;
	font-weight: 400;
	padding-left: 36px;
	padding-right: 36px;
	color: #0a365c
}

.si-content .map-location,
.si-content .map-worktime {
	padding: 10px 0;
	margin-left: 36px;
	margin-right: 28px;
	background-repeat: no-repeat;
	padding-left: 28px;
	padding-right: 30px;
	line-height: 1.4
}

.si-content .map-metros {
	margin-left: 36px;
	margin-right: 28px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 0 16px
}

.si-content .map-location {
	background-image: url(../img/pointer.png);
	background-position: 4px 14px
}

.si-content .map-worktime {
	background-image: url(../img/clock.svg);
	background-position: 3px 16px
}

.si-content .address-metro-link {
	margin-right: 30px
}

.si-content .button {
	margin: 20px auto 30px;
	display: block
}

.si-content .button .ic {
	position: relative;
	top: 4px;
	margin-left: 10px
}

.address-single {
	padding-bottom: 80px
}

.address-single-top {
	padding-top: 50px;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	border-bottom: 1px solid #f3f3f3
}

@media only screen and (max-width: 1079px) {
	.address-single-top {
		padding-top: 10px
	}
}

.address-single-top .container {
	position: relative
}

.address-single-top .heading {
	font-size: 40px;
	max-width: 500px;
	margin: 0 auto;
	line-height: 1.2
}

@media only screen and (max-width: 767px) {
	.address-single-top .heading {
		font-size: 24px;
		width: 100%
	}
}

.address-single-details {
	padding-top: 34px;
	padding-bottom: 20px
}

.address-single-details .container {
	max-width: 1155px
}

.address-single-group {
	display: inline-block;
	vertical-align: top
}

@media only screen and (max-width: 1079px) {
	.address-single-group {
		max-width: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto
	}
}

.address-single-metros {
	padding-left: 7px;
	margin-top: 4px
}

@media only screen and (max-width: 767px) {
	.address-single-metros {
		padding-left: 0;
		text-align: center
	}
}

.address-single .address-metro-link {
	margin-right: 30px
}

.address-single .address-metro-link:last-child {
	margin-right: 0
}

.address-single .back-link-secondary {
	position: absolute;
	right: 20px;
	top: 18px
}

@media only screen and (max-width: 1079px) {
	.address-single .back-link-secondary {
		display: none
	}
}

.address-single .face-card-link {
	display: inline-block;
	padding-left: 30px;
	margin-left: 100px;
	background: url(../img/male-user.svg) no-repeat 0 2px
}

.address-single .face-card-link:focus,
.address-single .face-card-link:hover {
	text-decoration: none
}

.address-single .face-card-link span {
	color: rgba(10, 54, 92, .9);
	border-bottom: 1px dotted #0a365c
}

.address-single .face-card-link:hover span {
	border-bottom: 0
}

@media only screen and (max-width: 767px) {
	.address-single .face-card-link {
		width: 195px;
		margin: 0 auto;
		display: block;
		margin-top: 30px
	}
}

.address-single .print {
	float: right
}

.address-single .table-responsive {
	max-width: 1235px;
	margin: 0 auto
}

.address-single .table-responsive td:first-child,
.address-single .table-responsive th:first-child {
	padding-left: 60px
}

@media only screen and (max-width: 767px) {

	.address-single .table-responsive td:first-child,
	.address-single .table-responsive th:first-child {
		padding-left: 10px
	}
}

.address-single .table-responsive td:last-child,
.address-single .table-responsive th:last-child {
	padding-right: 24px
}

@media only screen and (max-width: 767px) {

	.address-single .table-responsive td:last-child,
	.address-single .table-responsive th:last-child {
		padding-right: 10px
	}
}

.address-single-button {
	text-align: center;
	margin-bottom: 30px
}

.address-single-button .button {
	margin: 20px auto 0
}

.table-responsive {
	border-bottom: 0
}

.table-responsive table {
	min-width: 600px
}

.address-single-map {
	height: 504px;
	margin-top: 70px;
	margin-bottom: 50px
}

@media only screen and (max-width: 1079px) {
	.address-single-map {
		height: 400px
	}
}

@media only screen and (max-width: 767px) {
	.address-single-map {
		height: 300px;
		margin-top: 30px;
		margin-bottom: 30px
	}
}

.address-way .tabs {
	display: inline-block;
	border-bottom: 0;
	vertical-align: top
}

.address-way .lined {
	display: inline-block;
	padding-bottom: 10px;
	font-size: 28px;
	line-height: 1.25
}

.address-way .lined:after {
	margin-left: 0;
	left: 0;
	width: 160px
}

.address-way .tab-pane {
	margin-left: 20px
}

.address-way .tab-pane .circle {
	display: inline-block;
	vertical-align: middle;
	margin-right: 14px;
	width: 40px;
	height: 40px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.address-way .tab-pane .circle svg {
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.address-way .tab-pane .circle-human svg {
	right: -3px;
	top: -1px
}

.address-way .tab-pane .circle svg path {
	fill: #121329
}

.address-way .tab-pane .text {
	color: rgba(159, 159, 159, .9);
	font-size: 15px
}

.address-way .tab-pane:focus,
.address-way .tab-pane:hover {
	text-decoration: none
}

.address-way .tab-pane.js-active .circle {
	background-color: #ccdc45;
	border-color: #ccdc45
}

.address-way .tab-pane.js-active svg path {
	fill: #fff
}

.address-way-slider {
	margin-bottom: 50px
}

.address-way-slider h4 {
	color: #9f9f9f;
	font-weight: 300;
	margin-bottom: 10px
}

.address-way-slider,
.address-way-top {
	margin-left: 60px;
	margin-right: 40px
}

@media only screen and (max-width: 1079px) {

	.address-way-slider,
	.address-way-top {
		margin-left: 10px;
		margin-right: 10px
	}
}

.address-way-gallery .img-link {
	float: left;
	width: 25%;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 4px;
	margin-bottom: 4px
}

.address-way-gallery .img-link img {
	display: block;
	width: 100%
}

@media only screen and (max-width: 767px) {
	.address-way-gallery .img-link {
		width: 50%
	}
}

.socials {
	text-align: center;
	margin-top: 14px;
	position: relative;
	left: 40px
}

@media only screen and (max-width: 1079px) {
	.socials {
		width: 240px;
		margin-left: auto;
		margin-right: auto;
		margin-top: -10px;
		left: 0
	}
}

@media only screen and (max-width: 767px) {
	.socials {
		margin-top: 40px
	}

	.hdr_cart_link {
		position: absolute;
		right: 15px;
		top: 20px
	}

	.hdr_cart_link .circle-cart {
		background: #fff url(../img/cart.png) no-repeat center center;
		width: 28px;
		height: 28px;
		background-size: 12px auto
	}

	.hdr_cart_link .count {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 20px;
		height: 20px;
		border-radius: 10px;
		background-color: #ccdb2a;
		color: #fff;
		text-align: center;
		font-size: 14px;
		z-index: 1;
		line-height: 20px;
		right: -6px;
		bottom: -6px;
		opacity: 1;
		margin: 0
	}
}

.social-link {
	width: 50px;
	height: 50px;
	border: 1px solid #9da4aa;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 4px 3px;
	-webkit-transition: all .3s;
	transition: all .3s
}

.social-link svg {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.social-link.vk svg {
	top: -2px
}

.social-link:hover {
	background-color: #202020;
	border-color: #202020
}

.social-link:hover svg path {
	fill: #ccdc45
}

.face-card-popup {
	padding: 40px 0 60px;
	width: 1075px;
	background-color: #fff;
	margin: auto
}

@media only screen and (max-width: 1300px) {
	.face-card-popup {
		width: 900px
	}
}

@media only screen and (max-width: 1079px) {
	.face-card-popup {
		width: 700px
	}
}

@media only screen and (max-width: 767px) {
	.face-card-popup {
		width: 280px
	}

	.face-card-popup {
		padding-left: 0;
		padding-right: 0
	}
}

.face-card-popup h2 {
	text-align: center;
	font-size: 45px;
	color: #0a365c;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px
}

@media only screen and (max-width: 767px) {
	.face-card-popup h2 {
		font-size: 23px;
		line-height: 1.4
	}
}

.face-card-popup table {
	width: 100%;
	max-width: 885px;
	margin: 0 auto;
	margin-top: 40px
}

@media only screen and (max-width: 767px) {
	.face-card-popup table {
		font-size: 15px
	}
}

@media only screen and (max-width: 400px) {
	.face-card-popup table {
		font-size: 14px
	}
}

.face-card-popup table td {
	padding-top: 6px;
	padding-bottom: 6px
}

.face-card-popup table td:first-child {
	padding-left: 66px;
	padding-right: 20px
}

@media only screen and (max-width: 767px) {
	.face-card-popup table td:first-child {
		padding-left: 10px
	}
}

.face-card-popup table td:last-child {
	padding-right: 61px;
	padding-left: 20px
}

@media only screen and (max-width: 767px) {
	.face-card-popup table td:last-child {
		padding-right: 10px
	}
}

.face-card-popup table tr:nth-child(2n+1) {
	background-color: #eef1f5
}

.popup-close {
	background: url(../img/sprites/sprite.png) no-repeat -212px -235px;
	top: 18px;
	right: 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	z-index: 8042;
	opacity: .6
}

.popup-close:hover {
	opacity: 1
}

.cross-button {
	position: absolute;
	background-color: #fff;
	border-radius: 50%;
	z-index: 100;
	border: none;
	padding: 0;
	width: 53px;
	height: 53px;
	right: 20px;
	top: 20px;
	text-align: center;
	border: 1px solid #9da4aa;
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	-webkit-transform: scale(.1);
	transform: scale(.1)
}

.cross-button.active {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.cross-button span {
	position: relative;
	margin-top: 6px;
	margin-bottom: 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	left: 18px;
	top: 18px
}

.cross-button span,
.cross-button span::after,
.cross-button span::before {
	display: block;
	width: 16px;
	height: 2px;
	background-color: #0a365c;
	outline: 1px solid transparent;
	border-radius: 2px;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.cross-button span::after,
.cross-button span::before {
	position: absolute;
	content: ""
}

.cross-button span::before {
	top: -6px
}

.cross-button span::after {
	top: 6px
}

.cross-button span {
	background-color: transparent
}

.cross-button span::before {
	-webkit-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg)
}

.cross-button span::after {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg)
}

.novosti_list {
	display: none
}

.novosti_list.active {
	display: block
}

.house_layout {
	padding-top: 194px
}

.house_layout.house_layout_vnd {
	padding-top: 0
}

.house_layout.house_layout_vnd .promo .sbb {
	margin-top: 40px
}

.bg {
	background-repeat: no-repeat;
	background-size: cover
}

#bg_house {
	background-image: url(../img/bg_house.jpg);
	height: 539px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

#bg_house .page-top {
	width: 100%;
	margin: 0;
	padding: 0
}

#bg_house .page-top h1 {
	font-size: 55px;
	line-height: 58px
}

#bg_house .page-top p {
	font-size: 22px;
	line-height: 56px
}

#bg_house .page-top p.txt {
	font-size: 17px;
	line-height: 22px
}

.home-visits-promo {
	text-align: center;
	margin: 60px 0 0
}

.home-visits-promo h4 {
	color: #202020;
	font: 300 21px/25px DINPro
}

.home-visits-promo h3 {
	color: #0a365c;
	font: 300 40px/40px DINPro;
	margin: 10px 0 15px
}

.bg_hvp {
	background: url(../img/bg_lab.jpg) no-repeat 50% 0;
	height: 416px;
	margin: 60px 0 0
}

.bg_hvp .left {
	float: left;
	width: 254px;
	margin: 35px 0 0;
	position: relative
}

.bg_hvp .right {
	float: right;
	width: 254px;
	margin: 35px 0 0;
	position: relative
}

.bg_hvp .home-visits-promo-item .isc {
	margin: 0 0 0
}

.bg_hvp .home-visits-promo-item .text {
	margin: 55px 0 20px;
	color: #7d7d7d;
	font: 300 18px/22px DINPro;
	position: relative;
	padding-bottom: 13px
}

.bg_hvp .home-visits-promo-item .text:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 125px;
	height: 1px;
	background: #d4d4d4
}

.bg_hvp .home-visits-promo-item .text.lined:after {
	content: '';
	display: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 212px;
	height: 1px;
	margin-left: -106px;
	background-color: #d4d4d4
}

.bg_hvp .home-visits-promo-item .mail-link {
	color: #0a365c;
	font: 300 19px/19px DINPro;
	display: inline-block;
	position: relative;
	-webkit-transition: .35s;
	transition: .35s
}

.bg_hvp .home-visits-promo-item .mail-link:hover {
	text-decoration: none;
	-webkit-transition: .35s;
	transition: .35s
}

.bg_hvp .home-visits-promo-item .mail-link:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(10, 54, 92, .5);
	height: 1px;
	width: 100%;
	-webkit-transition: .35s;
	transition: .35s
}

.bg_hvp .home-visits-promo-item .mail-link:hover:after {
	opacity: 0;
	-webkit-transition: .35s;
	transition: .35s
}

.exit_medical_service {
	margin: 0 0 0;
	background: #f2f2f2;
	padding: 60px 0 75px
}

.exit_medical_service .ems_ttl {
	text-align: center
}

.exit_medical_service .ems_ttl h2 {
	font: 300 40px/47px DINPro;
	color: #0a365c;
	max-width: 540px;
	margin: 0 auto
}

.exit_medical_service .ems_desc {
	text-align: center;
	margin: 50px 0 0
}

.exit_medical_service .ems_desc .ems_desc_list {
	font-size: 0;
	text-align: center
}

.exit_medical_service .ems_desc .ems_desc_list li {
	display: inline-block;
	position: relative;
	width: 33.333%
}

.exit_medical_service .ems_desc .ems_desc_list li:after {
	content: "";
	height: 115px;
	width: 1px;
	background: #d6d6d6;
	position: absolute;
	top: 0;
	right: 0
}

.exit_medical_service .ems_desc .ems_desc_list li:last-child:after {
	display: none
}

.exit_medical_service .ems_desc .ems_desc_list li .desc {
	margin: 0
}

.exit_medical_service .ems_desc .ems_desc_list li .desc .desc_img {
	margin: 0 auto 22px;
	border-radius: 100%;
	border: 1px solid #a5abb0;
	text-align: center;
	position: relative;
	width: 54px;
	height: 54px
}

.exit_medical_service .ems_desc .ems_desc_list li .desc .desc_img span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.exit_medical_service .ems_desc .ems_desc_list li .desc .desc_img.di1 span {
	background-image: url(../img/i27.png)
}

.exit_medical_service .ems_desc .ems_desc_list li .desc .desc_img.di2 span {
	background-image: url(../img/i28.png)
}

.exit_medical_service .ems_desc .ems_desc_list li .desc .desc_img.di3 span {
	background-image: url(../img/i29.png)
}

.exit_medical_service .ems_desc .ems_desc_list li .desc h6 {
	color: #0a365c;
	font: 300 20px/20px DINPro
}

.exit_medical_service .ems_desc .ems_desc_list li .desc .brdh {
	height: 1px;
	width: 125px;
	background: #d6d6d6;
	margin: 22px auto 16px
}

.exit_medical_service .ems_desc .ems_desc_list li .desc p {
	color: #202020;
	font: 300 18px/27px DINPro;
	margin: 0 0 33px
}

.exit_medical_service .ems_desc .ems_desc_list li .desc p span {
	display: block
}

.helpful_information {
	margin: 55px 0 0
}

.helpful_information .hi_ttl {
	text-align: center;
	margin: 0 0 0
}

.helpful_information .hi_ttl h2 {
	font: 300 40px/47px DINPro;
	color: #0a365c;
	max-width: 540px;
	margin: 0 auto
}

.helpful_information .hi_list {
	text-align: center;
	font-size: 0;
	margin: 60px 0 75px
}

.helpful_information .hi_list li {
	display: inline-block;
	width: 33.333%;
	position: relative
}

.helpful_information .hi_list li:nth-child(1),
.helpful_information .hi_list li:nth-child(2) {
	width: 50%;
	margin: 0 0 60px
}

.helpful_information .hi_list li:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #d9d9d9
}

.helpful_information .hi_list li:last-child:after,
.helpful_information .hi_list li:nth-child(2):after {
	display: none
}

.helpful_information .hi_list li .desc {
	margin: 0
}

.helpful_information .hi_list li .desc .desc_img {
	margin: 0 auto 22px;
	text-align: center;
	position: relative;
	width: 91px;
	height: 84px
}

.helpful_information .hi_list li .desc .desc_img span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
	background-position: 50% 50%;
	background-repeat: no-repeat
}

.helpful_information .hi_list li .desc .desc_img.di1 {
	left: 15px
}

.helpful_information .hi_list li .desc .desc_img.di1 span {
	background-image: url(../img/i30.png)
}

.helpful_information .hi_list li .desc .desc_img.di2 span {
	background-image: url(../img/i31.png)
}

.helpful_information .hi_list li .desc .desc_img.di3 span {
	background-image: url(../img/i32.png)
}

.helpful_information .hi_list li .desc .desc_img.di4 span {
	background-image: url(../img/i33.png)
}

.helpful_information .hi_list li .desc .desc_img.di5 span {
	background-image: url(../img/i34.png)
}

.helpful_information .hi_list li .desc h6 {
	color: #0a365c;
	font: 300 20px/20px DINPro
}

.helpful_information .hi_list li .desc p {
	color: #747474;
	font: 300 18px/25px DINPro;
	margin: 7px 0 20px
}

.helpful_information .hi_list li .desc a {
	position: relative;
	display: inline-block;
	font: 300 15px/15px DINPro;
	color: #3b444d;
	padding: 0 12px 0 0;
	text-decoration: none
}

.helpful_information .hi_list li .desc a:hover {
	text-decoration: none
}

.helpful_information .hi_list li .desc a:after {
	content: "";
	position: absolute;
	top: 2px;
	right: 0;
	background: url(../img/arr-small-right_g.svg) no-repeat 0 0;
	width: 7px;
	height: 14px
}

@media (max-width: 1200px) {
	.hdr_left {
		max-width: 310px;
		width: auto
	}

	.bg_hvp {
		height: 322px;
		background-size: cover
	}

	.bg_hvp .left,
	.bg_hvp .right {
		margin: 15px 0 0
	}
}

@media (max-width: 991px) {
	.bg_hvp {
		height: 218px;
		background-size: cover
	}

	.bg_hvp .left,
	.bg_hvp .right {
		margin: 0 0 0
	}

	.bg_hvp .home-visits-promo-item .text {
		margin: 40px 0 20px
	}

	.exit_medical_service .ems_desc .ems_desc_list li {
		display: block;
		width: 100%;
		margin: 0 0 50px
	}

	.exit_medical_service .ems_desc .ems_desc_list li:after {
		display: none
	}

	.exit_medical_service .ems_desc .ems_desc_list li:last-child {
		margin-bottom: 0
	}
}

@media (max-width: 767px) {
	.bg_hvp {
		height: 218px;
		background-size: cover;
		background-image: none
	}

	.helpful_information .hi_list li:nth-child(1),
	.helpful_information .hi_list li:nth-child(2) {
		width: 100%;
		margin: 0 0 60px
	}

	.helpful_information .hi_list li {
		display: block;
		width: 100%;
		margin: 0 0 60px
	}

	.helpful_information .hi_list li:last-child {
		margin-bottom: 0
	}

	.helpful_information .hi_list li:after {
		display: none
	}
}

@media (max-width: 600px) {
	.bg_hvp {
		height: auto;
		padding: 25px 0 60px;
		margin: 40px 0 0
	}

	.bg_hvp .left,
	.bg_hvp .right {
		width: 100%;
		float: none
	}

	.bg_hvp .right {
		margin-top: 25px
	}

	.bg_hvp .home-visits-promo-item .text {
		margin: 10px 0 20px
	}

	.bg_hvp .right {
		margin-top: 45px
	}
}

.breadcrumbs {
	margin: 44px 0 0
}

.breadcrumbs ul {
	margin: 0;
	font-size: 0
}

.breadcrumbs ul li {
	margin: 0;
	display: inline-block;
	padding: 0 31px 0 0;
	margin: 0 24px 0 0;
	position: relative
}

.breadcrumbs ul li:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 0;
	background: url(../img/i37.png) no-repeat 0 0;
	width: 8px;
	height: 12px
}

.breadcrumbs ul li:nth-last-child(2):after {
	background: url(../img/i38.png) no-repeat 0 0
}

.breadcrumbs ul li a {
	color: #858d95;
	font: 300 13px/16px DINPro
}

.breadcrumbs ul li:last-child:after {
	display: none
}

.breadcrumbs ul li:last-child a {
	pointer-events: none;
	color: #0a365c
}

.win_pop_up {
	display: none
}

.win_pop_up {
	height: auto;
	width: 90vw;
	max-width: 980px;
	min-height: 50px;
	padding: 0 40px 20px
}

.win_pop_up .popup-header {
	padding: 0.6rem 0;
}

.win_pop_up .w_ttl {
	padding: 1.25rem 0 1rem;
}

.win_pop_up .w_ttl span {
	font: normal 18px/25px DINPro;
	color: #464646;
	display: inline-block
}

.win_pop_up .w_ttl h3 {
	font: normal 27px/27px DINPro;
	color: #0a365c;
	display: inline-block;
	margin: 0 0 0 20px
}

.close_fbox_event {
	background: url(../img/sprites/sprite.png) no-repeat -212px -235px
}

.win_pop_up .w_desc {
	margin: 20px 0 0 113px;
}

.win_pop_up .w_desc .change_btn {
	font: normal 18px/18px DINPro;
	color: #0a365c;
	display: inline-block;
	margin: 0 0 0;
	text-decoration: none;
	-webkit-transition: .35s;
	transition: .35s;
}

.win_pop_up .w_desc .change_btn:hover {
	color: #ccdb2a;
	-webkit-transition: .35s;
	transition: .35s
}

.win_pop_up .w_desc .сonfirm_btn {
	font: normal 18px/18px DINPro;
	color: #fff;
	display: inline-block;
	margin: 0 0 0 30px;
	text-decoration: none;
	background: #ccdb2a;
	padding: 9px 19px 12px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.win_pop_up .w_desc .сonfirm_btn:hover {
	color: #fff;
	background: #0a365c;
	-webkit-transition: all .5s;
	transition: all .5s
}

.win_pop_up .w_ttl a {
	font: normal 18px/18px DINPro;
	color: #0a365c;
	display: inline-block;
	margin: 0 0 0;
	text-decoration: none;
	-webkit-transition: .35s;
	transition: .35s
}

.win_pop_up .w_ttl .sublist a {
	margin-bottom: 10px;
	display: block
}

.win_pop_up .w_ttl a:hover {
	color: #ccdb2a;
	-webkit-transition: .35s;
	transition: .35s
}

@media (max-width: 650px) {
	.win_popup {
		width: 420px !important;
	}

	.win_pop_up .w_ttl {
		padding-top: 1rem;
	}

	.win_popup .line_pp {
		height: auto;
		padding: 0 4px 25px;
	}

	.win_popup .line_pp .title,
	.win_popup .line_pp h3 {
		font: normal 26px/26px DINPro
	}

	.win_popup .line_pp p {
		font: normal 20px/24px DINPro
	}

	#job_seekers .blc_pp_wt {
		padding: 0 0 60px
	}

	#ORGANIZATION-error {
		top: 32px;
		left: 10px;
		font: normal 10px/10px DINPro
	}

	#CALL_TIME-error,
	#CITY-error,
	#EMAIL-error,
	#NAME-error,
	#PHONE-error,
	#TEXT-error {
		top: 32px;
		left: 10px;
		font: normal 10px/10px DINPro;
		margin: 0
	}

	.i_agree {
		margin: 30px 0 0 10px
	}

	#job_seekers .blc_pp_wt .blc_check_results p.pp_notis {
		float: none;
		margin: 6px 0 25px 0
	}

	#job_seekers .blc_pp_wt .blc_check_results .get_go {
		float: none;
		margin: 0
	}

	.i_agree label.error {
		left: 25px;
		top: 100%
	}

	.i_agree {
		margin-bottom: 20px
	}

	#checkboxG1-error,
	#checkboxG10-error,
	#checkboxG11-error,
	#checkboxG12-error,
	#checkboxG13-error,
	#checkboxG14-error,
	#checkboxG3-error,
	#checkboxG4-error,
	#checkboxG5-error {
		left: 25px;
		top: 100%
	}
}

@media (max-width: 550px) {
	.win_pop_up {
		min-height: 130px;
		padding: 0 1.5rem;
	}

	.win_pop_up .w_desc {
		margin: 20px 0 0 5px
	}

	.socials {
		margin-top: 40px
	}
}

@media (max-width: 475px) {
	.win_pop_up {
		padding: 0 1rem;
	}

	.win_pop_up .w_desc {
		margin: 20px 0 0 20px
	}

	.win_popup {
		width: 325px !important
	}

	.win_popup .blc_pp_wt .name_med i {
		margin: 0 0 0 125px;
		top: -26px
	}

	.win_pop_up .w_desc .сonfirm_btn {
		margin: 0 0 0 15px
	}

	.i_agree input[type=checkbox].css-checkbox+label.css-label a:after {
		display: none
	}
}

@media (max-width: 320px) {
	.win_popup {
		width: 310px !important
	}

	.fancybox-opened {
		left: 5px !important;
		top: 5px !important
	}
}

@media (max-width: 767px) {
	#hdr_ti_adp .hdr_rght_btm {
		float: left;
		margin: 22px 0 0 45px
	}

	#hdr_ti_adp .hdr_rght_btm a {
		position: relative;
		font: normal 21px/21px DINPro;
		color: #0a365c;
		display: block
	}

	#hdr_ti_adp .hdr_rght_btm a:first-child {
		margin-bottom: 5px;
		display: inline-block
	}

	#hdr_ti_adp .hdr_rght_btm a:first-child:before {
		content: "";
		background: url(../img/Phone.svg) no-repeat -512px -381px;
		width: 16px;
		height: 22px;
		position: absolute;
		top: 15px;
		left: -28px
	}
}

a:focus {
	outline: 0;
	text-decoration: none
}

.tabs_hd {
	display: none
}

.toa_link {
	display: inline-block;
	font: 300 18px/25px DINPro;
	color: #0a365c;
	margin: 15px 0 0;
	-webkit-transition: .35s;
	transition: .35s
}

.toa_link:focus,
.toa_link:hover {
	color: #a3b205;
	text-decoration: none;
	-webkit-transition: .35s;
	transition: .35s
}

@media (max-width: 1179px) {
	.layout {
		padding-top: 225px
	}

	.layout .breadcrumbs {
		margin: 0
	}
}

@media (max-width: 950px) {
	.layout {
		padding-top: 270px
	}

	.layout_ac .page-top {
		margin-bottom: 30px
	}
}

@media (max-width: 991px) {
	.layout .breadcrumbs {
		margin: 0 0 10px;
		display: none
	}

	#anl_tabs_hd {
		padding-top: 50px
	}

	.layout-aside {
		padding-bottom: 20px
	}

	.tabs_hd {
		display: block
	}

	.th_list {
		text-align: center;
		font-size: 0;
		margin: 0
	}

	.th_list li {
		display: inline-block;
		width: 50%;
		cursor: pointer;
		padding: 20px 0 17px
	}

	.th_list li.active {
		background-color: #eef1f5
	}

	.th_list li span {
		position: relative;
		display: inline-block;
		margin-left: 20px;
		border-bottom: 1px dotted #0a365c;
		color: #0a365c;
		font: normal 18px/25px DINPro;
		-webkit-transition: all .3s;
		transition: all .3s
	}

	.th_list li.active span {
		border-color: transparent;
		color: #202020;
		font-weight: 400
	}

	.th_list li span:before {
		content: '';
		position: absolute;
		width: 12px;
		height: 12px;
		left: -20px;
		top: 50%;
		background-color: #ced2d5;
		border-radius: 50%;
		margin-top: -6px
	}

	.th_list li.active span:before {
		background-color: #ccdc45
	}

	.tabs_hd_desc {
		display: none
	}

	.tabs_hd_desc.active {
		display: none
	}
}

@media (max-width: 916px) {
	.ask_your_question .auq_in .auq_in_ttl h3.vs {
		display: none
	}

	.ask_your_question .auq_in .auq_in_ttl h3.hd {
		display: block
	}

	.ask_your_question.inner .auq_in_ttl {
		max-width: none
	}

	.ask_your_question.inner .auq_form {
		margin-left: auto
	}
}

@media (max-width: 767px) {
	.layout {
		padding-top: 130px
	}

	#hdr_ti_adp .logo {
		margin: 0
	}

	.house_layout {
		padding-top: 90px
	}

	#hdr_ti_adp .main-nav a:after {
		content: '';
		right: 0;
		top: 50%;
		background-color: #d8d5d1;
		width: 1px;
		height: 18px;
		margin-top: -9px;
		position: absolute;
		display: block
	}

	#hdr_ti_adp .main-nav a:last-child:after {
		display: none
	}

	#hdr_ti_adp .main-nav a:nth-child(2n+2):after {
		opacity: 0
	}
}

@media (max-width: 730px) {
	.layout .breadcrumbs {
		display: none
	}

	#hdr_ti_adp .main-nav a {
		width: 100%;
		vertical-align: middle
	}

	#hdr_ti_adp .main-nav a:after {
		display: none
	}
}

@media (max-width: 600px) {
	#bg_house .page-top h1 {
		font-size: 40px;
		line-height: 46px
	}
}

@media (max-width: 550px) {
	.th_list li {
		display: block;
		width: 100%;
		padding: 10px 0 5px
	}

	.tests-headings-list li:first-child {
		width: 25px
	}

	.tests-headings-list li:nth-child(2) {
		width: 75px
	}

	.tests-headings-list li:nth-child(3) {
		width: 75px
	}

	.page-top {
		margin-bottom: 15px
	}
}

@media (max-width: 420px) {
	#hdr_ti_adp .hdr_rght_btm a {
		font: normal 16px/21px DINPro
	}

	#hdr_ti_adp .hdr_rght_btm {
		margin: 22px 0 0 40px
	}
}

.ui-helper-hidden-accessible {
	display: none
}

.ui-menu {
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
	z-index: 100;
	background: #eef1f5;
	float: left;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
	max-height: 400px;
	overflow-y: auto;
	overflow-x: hidden
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	padding-left: 17px
}

.ui-menu .ui-menu-item-wrapper:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	left: 0;
	top: 50%;
	background-color: #ccdc45;
	border-radius: 50%;
	margin-top: -3px
}

.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 10px 10px 10px 20px;
	line-height: 1
}

.ui-menu .ui-state-active {
	color: #acbc07
}

@media (max-width: 767px) {

	.hdr_right,
	.main-nav {
		display: none
	}

	.open_menu {
		display: block !important
	}
}

.mn_tabs {
	margin: 0
}

.mn_tabs .mn_tabs_list {
	margin: 0 0 40px;
	text-align: center;
	font-size: 0
}

.mn_tabs .mn_tabs_list li {
	display: inline-block;
	margin: 0 80px 0 0
}

.mn_tabs .mn_tabs_list li:last-child {
	margin-right: 0
}

.mn_tabs .mn_tabs_list li span {
	cursor: pointer;
	font: 300 54px/60px DINPro;
	color: #0a365c
}

.mn_tabs .mn_tabs_list li.active span {
	cursor: default;
	pointer-events: none;
	color: #a3b205
}

.mn_tabs .mn_tabs_desc {
	display: none
}

.mn_tabs .mn_tabs_desc.active {
	display: block
}

.field_s {
	position: relative;
	width: 70%;
	margin: 0 auto;
	border: 1px solid #bbb;
	text-align: left
}

.field_s input[type=text] {
	width: 100%;
	padding: 5px 40px 5px 10px;
	border: 0;
	border-radius: 3px 0 0 3px;
	font: 300 17px/17px Calibri;
	color: #353535
}

.field_s .btm {
	background: url(../img/search.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 6px;
	right: 12px;
	border: 0
}

.promo-slider2 .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important
}

.address-way-slider p {
	margin: 15px 0 0
}

.address-way-slider h4 {
	color: #9f9f9f;
	margin-bottom: 13px;
	font: 300 27px/27px DINPro
}

.address-way-slider ul {
	margin: 20px 0 0
}

.address-way-slider ul li {
	list-style: none;
	vertical-align: top;
	color: #464646;
	margin-bottom: 13px;
	font: 300 16px/24px DINPro
}

.franchise-block1 {
	text-align: center;
	padding: 60px 0 0 0
}

.franchise-block1 .container {
	max-width: 1290px;
	margin: 0 auto
}

.franchise-block1 .container .item {
	width: 28%;
	float: left;
	max-width: 350px;
	text-align: center
}

.franchise-block1 .container .item:nth-child(1) {
	margin-left: 0
}

.franchise-block1 .container .item {
	margin-left: 8%
}

.franchise-block1 .container .item .title {
	background-color: #ccdb2a;
	padding: 10px 0;
	color: #1f262f;
	font-size: 20px;
	margin-bottom: 40px
}

.franchise-block2 {
	text-align: center;
	padding: 0
}

.franchise-block2 .container {
	max-width: 1290px;
	margin: 0 auto
}

.franchise-block2 .container .item {
	width: 25%;
	float: left;
	text-align: center;
	padding: 70px 15px 0 15px;
	border-left: 1px solid #d9d9d9;
	min-height: 350px;
	font-weight: 300
}

.franchise-block2 .container .item:nth-child(1) {
	padding: 70px 15px 0 0;
	border: 0
}

.franchise-block2 .container .item:nth-child(4) {
	padding: 70px 15px 0 0
}

.franchise-block2 .container .item img {
	height: 120px;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.franchise-block2 .container .item .text {
	margin-top: 50px;
	opacity: .35
}

.franchise-buisness-case {
	padding: 0;
	position: relative
}

.button.allmat {
	width: 240px;
	height: 54px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	position: fixed;
	margin-top: -40px;
	right: 0;
	font-size: 18px;
	line-height: 46px;
	color: #2c3642;
	z-index: 5;
	bottom: 20%;
	z-index: 1000;
	text-decoration: none
}

@media only screen and (max-width: 1079px) {
	.button.allmat {
		bottom: 100px
	}
}

.button.allmat:hover {
	color: #c4d350;
	text-decoration: none
}

.franchise-buisness-case .green-title {
	text-align: center;
	padding: 20px;
	width: 100%;
	background-color: #ccdb2a;
	color: #2c3642;
	font-size: 45px;
	line-height: 34px
}

.franchise-buisness-case .item {
	height: 935px;
	width: 33.33%;
	float: left;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden
}

.franchise-buisness-case .item .wrap-top {
	position: relative;
	transform: translateY(400px);
	left: 25%;
	transition: all 1s
}

.franchise-buisness-case .item:hover {
	background: #001528 !important
}

.franchise-buisness-case .item:hover .wrap-top {
	transform: translateY(60px)
}

.clear {
	clear: both
}

.franchise-buisness-case .item .wrap-top .hover {
	padding-left: 80px;
	margin-top: 15px;
	width: 380px;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(200px);
	transition: all 1s;
	transition-delay: .5s
}

.franchise-buisness-case .item:hover .wrap-top .hover {
	opacity: 1;
	transform: translateY(0)
}

.franchise-buisness-case .item .wrap-top .hover .sep {
	margin-bottom: 15px;
	background-color: #c4d04f;
	height: 1px;
	display: block
}

.franchise-buisness-case .item .wrap-top .hover .hrow {
	margin-bottom: 10px;
	position: relative;
	font-size: 20px;
	color: #fff;
	font-weight: 300
}

.franchise-buisness-case .item .wrap-top .hover .hrow .leftnum {
	position: absolute;
	left: -120px;
	width: 100px;
	text-align: right;
	font-size: 41px;
	font-weight: 500;
	color: #556276;
	top: 10px
}

.franchise-buisness-case .item .wrap-top>.title {
	color: #2c3642;
	font-size: 52px;
	font-weight: 700;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
	font-weight: 500;
	line-height: 1.1;
	padding-left: 20px;
	text-align: left;
	transition: all .3s
}

.franchise-buisness-case .item:hover .wrap-top>.title {
	color: #fff
}

.franchise-buisness-case .item .wrap-top .price {
	color: #fff;
	position: relative;
	margin-bottom: 30px;
	padding-left: 80px;
	font-size: 33px;
	line-height: 1.1;
	text-align: left;
	transition: all .3s
}

.franchise-buisness-case .item:hover .wrap-top .price {
	color: #c4d350
}

.franchise-buisness-case .item .wrap-top>.text>.image {
	margin-right: 34px;
	float: left
}

.franchise-buisness-case .item .wrap-top>.text>.image>img {
	width: 46px;
	height: 46px
}

.franchise-buisness-case .item .wrap-top>.text>.content {
	float: left;
	text-align: left;
	font-size: 20px;
	transition: all .3s
}

.franchise-buisness-case .item:hover .wrap-top>.text>.content {
	color: #fff
}

.invest-price2 {
	padding: 20px 0 0 0;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: 0 -26px, 100% -26px
}

@media only screen and (max-width: 1600px) {
	.franchise-buisness-case .item .wrap-top .hover .hrow {
		margin-bottom: 10px;
		font-size: 17px
	}

	.franchise-buisness-case .item .wrap-top .hover .sep {
		margin-bottom: 10px
	}

	.invest-price2 {
		background-position: -10% -26px, 110% -26px
	}

	.franchise-buisness-case .item .wrap-top {
		left: 50px
	}

	.franchise-buisness-case .item .wrap-top .price {
		font-size: 27px
	}

	.franchise-buisness-case .item .wrap-top .hover {
		width: 80%
	}

	.franchise-buisness-case .item .wrap-top .hover .hrow .leftnum {
		font-size: 35px
	}
}

@media only screen and (max-width: 1300px) {
	.invest-price2 {
		background-position: -24% -26px, 130% -26px
	}

	.franchise-buisness-case .item .wrap-top .hover .hrow {
		margin-bottom: 5px;
		font-size: 16px
	}

	.franchise-buisness-case .item .wrap-top .hover .sep {
		margin-bottom: 5px
	}
}

@media only screen and (max-width: 1200px) {
	.franchise-buisness-case .item .wrap-top .hover .hrow {
		margin-bottom: 0
	}

	.franchise-buisness-case .item .wrap-top .hover .sep {
		margin-bottom: 0
	}
}

@media only screen and (max-width: 1079px) {
	.invest-price2 {
		background: #f2f2f2
	}

	.franchise-buisness-case .item .wrap-top .hover .hrow {
		margin-bottom: 20px;
		font-size: 20px
	}

	.franchise-buisness-case .item .wrap-top .hover .sep {
		margin-bottom: 15px
	}
}

.invest-price2 .container .invest-price-item {
	padding-bottom: 40px;
	position: relative
}

.invest-price2 .container .invest-price-item:after {
	content: '';
	height: 18px;
	width: 3000px;
	left: 50%;
	margin-left: -1500px;
	top: -20px;
	position: absolute;
	background-color: #e2e2e2
}

@media only screen and (max-width: 767px) {
	.invest-price2 .container .invest-price-item:after {
		display: none
	}
}

.invest-price2 .container .invest-price-item:before {
	content: '';
	height: 18px;
	width: 18px;
	left: 50%;
	margin-left: -9px;
	top: -20px;
	position: absolute;
	z-index: 1;
	background-color: #ccdb2a
}

.invest-price2 .container .invest-price-item h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 1.4
}

.invest-price2 .container .invest-price-item p {
	margin-top: 0;
	font: normal 18px/25px DINPro;
	color: #464646
}

.unique-new {
	position: relative;
	overflow: hidden
}

.unique-new .container {
	margin: 0 auto
}

.unique-new .unique-cont {
	padding: 40px 0;
	background-color: #f1f2f1;
	min-height: 565px;
	position: relative
}

.unique-new .unique-cont:before {
	padding: 40px 0;
	background-image: url(/local/images/labirint1_franchise.png), url(/local/images/labirint2_franchise.png);
	background-repeat: no-repeat;
	background-position: left bottom, right bottom;
	background: url(/local/images/labirint1_franchise.png) no-repeat 0 -30px, url(/local/images/labirint2_franchise.png) no-repeat 0 right -30px;
	min-height: 565px;
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%
}

.unique-new .unique-new-success .line {
	width: 100%;
	height: 18px;
	background-color: #e2e1e2;
	position: relative;
	margin-bottom: 36px
}

.unique-new .unique-cont .unique-new-item {
	position: relative;
	height: 290px;
	z-index: 2
}

.unique-new .unique-new-success .button {
	position: relative;
	z-index: 11
}

.unique-new .unique-cont .unique-new-item p {
	transform: matrix(1, 0, 0, 1, 0, 100);
	opacity: 0;
	font: normal 18px/25px DINPro;
	color: #464646;
	margin-top: 20px;
	padding: 0 35px
}

.unique-new .unique-cont .unique-new-item .sq {
	content: " ";
	position: absolute;
	bottom: -18px;
	display: block;
	width: 18px;
	height: 18px;
	left: 50%;
	margin-left: -10px;
	background-color: #c7d550;
	transform: scale(0);
	opacity: .35
}

@media only screen and (max-width: 1600px) {
	.unique-new .unique-cont:before {
		background-position: -10% bottom, 110% bottom
	}
}

@media only screen and (max-width: 1300px) {
	.unique-new .unique-cont:before {
		background-position: -24% bottom, 130% bottom
	}
}

@media only screen and (max-width: 1079px) {
	.unique-new .unique-cont:before {
		display: none
	}

	.unique-new .unique-cont .unique-new-item p {
		padding: 0 10px
	}

	.unique-new .unique-cont .unique-new-item .sq {
		bottom: -40px
	}
}

.grey-title {
	font-size: 45px;
	padding: 50px 20px;
	text-align: center;
	background-color: #e2e1e2;
	color: #2c3642;
	line-height: 1.1
}

.unique-new .unique-cont .title {
	font-size: 34px;
	color: #697b96;
	text-align: center;
	padding-bottom: 40px;
	line-height: 1.1
}

.unique-new .unique-cont .unique-new-item {
	text-align: center
}

.unique-new .unique-cont .unique-new-item .circle {
	width: 54px;
	height: 54px;
	border: 2px solid #c4d350;
	line-height: 50px;
	font-size: 22px
}

.unique-new .unique-new-success {
	text-align: center
}

.unique-new .unique-new-success .line:before {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 50%;
	margin-left: -10px;
	background-color: #c7d550
}

.fran-block-supp {
	padding: 50px 0 85px;
	background-color: #f1f2f1;
	position: relative
}

.fran-block-supp .title {
	text-align: center;
	font-size: 45px;
	line-height: 1.1;
	margin-bottom: 35px;
	padding: 0 20px
}

.fran-block-supp .block-supp-list {
	position: relative;
	padding-top: 15px;
	padding-left: 100px
}

.fran-block-supp .line {
	height: 20px;
	width: 100%;
	background: #e1e0e1
}

.fran-block-supp .block-supp-list .item {
	width: 20%;
	float: left;
	padding-right: 15px;
	position: relative
}

.fran-block-supp .block-supp-list .item .sq {
	display: block;
	content: " ";
	position: absolute;
	top: -35px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #c4d04f;
	opacity: 0;
	transform: scale(0)
}

.fran-block-supp .block-supp-list .item:last-child {
	padding-right: 0
}

.franchise-steps {
	padding-bottom: 0
}

.tour3d-new {
	padding-bottom: 60px;
	position: relative
}

.tour3d-new .title {
	padding: 45px 20px;
	font-size: 45px;
	color: #1f1d21;
	line-height: 1.1;
	background: #e1e9f1;
	text-align: center
}

.tour3d-new .buttons {
	padding: 40px 0;
	text-align: center
}

.tour3d-new .buttons a {
	display: inline-block;
	width: 240px;
	line-height: 40px;
	font-size: 24px;
	height: 54px;
	transition: all .3s;
	text-align: center;
	text-decoration: none;
	margin: 0 18px
}

.tour3d-new .buttons a.button_3dtour1 {
	color: #1f1d21;
	border: 6px solid #1f1d21;
	background-color: #fff;
	margin-right: 60px
}

.tour3d-new .buttons a.button_3dtour2 {
	color: #1f1d21;
	border: 6px solid #ccdb2a;
	background-color: #fff
}

.tour3d-new .buttons a.button_3dtour1.active,
.tour3d-new .buttons a.button_3dtour1:hover {
	color: #fff;
	border-color: #1f1d21;
	background-color: #1f1d21
}

.tour3d-new .buttons a.button_3dtour2.active,
.tour3d-new .buttons a.button_3dtour2:hover {
	color: #fff;
	border-color: #ccdb2a;
	background-color: #ccdb2a
}

.tour3d-new .imglink {
	height: 705px;
	text-align: center;
	position: relative
}

.tour3d-new .imglink a {
	display: block;
	position: absolute;
	text-align: center;
	opacity: 0;
	z-index: 1;
	transition: all .3s
}

.tour3d-new .imglink a.active {
	opacity: 1;
	z-index: 10
}

.tour3d-new .imglink a.button {
	opacity: 0;
	left: 50%;
	margin-left: -120px;
	top: 0;
	transition: top .5s
}

.tour3d-new .imglink a.active.button {
	top: 50%;
	opacity: 1
}

.brand-new {
	padding-bottom: 60px
}

.brand-new .title {
	padding: 25px 20px 40px;
	font-size: 45px;
	color: #2c3642;
	text-align: center;
	line-height: 1.1
}

.brand-new .video-inner {
	text-align: center;
	width: 100%
}

.brand-new .video-inner video {
	width: 100%
}

.franchise-priveleges {
	background-color: #f9faf9
}

@media only screen and (max-width: 1079px) {
	.franchise-block1 .container .item {
		width: 100%;
		float: none;
		max-width: none;
		margin-left: 0;
		margin-bottom: 20px
	}

	.franchise-block2 .container .item {
		min-width: auto;
		max-width: none;
		width: 50%
	}

	.franchise-block2 .container .item:nth-child(3) {
		border-left: 0
	}

	.franchise-buisness-case .item {
		width: 100%;
		float: none
	}

	.tour3d-new .imglink {
		height: auto
	}

	.tour3d-new .imglink a {
		position: relative;
		display: none
	}

	.tour3d-new .imglink a.active {
		position: relative;
		display: block
	}

	.tour3d-new .buttons a {
		width: 280px;
		margin-bottom: 10px
	}

	.fran-block-supp .block-supp-list .item::before {
		display: block;
		top: 4px;
		left: -30px
	}

	.fran-block-supp .block-supp-list .item {
		width: 100%;
		float: none;
		margin-bottom: 25px;
		padding-left: 30px
	}

	.fran-block-supp .block-supp-list .item .sq {
		top: 5px
	}

	.fran-block-supp .line {
		display: none
	}

	.unique-new .nopad {
		margin-bottom: 20px
	}
}

@media only screen and (max-width: 767px) {
	.franchise-block2 .container .item {
		padding-top: 15px;
		min-height: 300px
	}

	.franchise-step {
		width: 100%
	}

	.franchise-block2 .container .item:nth-child(1) {
		padding-top: 15px
	}

	.franchise-block2 .container .item:nth-child(4) {
		padding-top: 15px
	}

	.franchise-buisness-case .item {
		background: #001528 !important
	}

	.franchise-buisness-case .item .wrap-top .hover {
		opacity: 1;
		transform: translateY(0)
	}

	.franchise-buisness-case .item .wrap-top>.title {
		color: #fff
	}

	.franchise-buisness-case .item .wrap-top .price {
		color: #c4d350
	}

	.franchise-buisness-case .item .wrap-top>.text>.content {
		color: #fff
	}

	.franchise-buisness-case .green-title {
		font-size: 32px;
		padding-top: 60px
	}

	.franchise-buisness-case .item .wrap-top {
		left: 25px
	}

	.franchise-buisness-case .item .wrap-top,
	.franchise-buisness-case .item:hover .wrap-top {
		transform: translateY(15px)
	}

	.franchise-buisness-case .item .wrap-top>.title {
		margin-bottom: 10px
	}

	.franchise-buisness-case .item .wrap-top .price {
		padding-left: 40px;
		margin-bottom: 10px
	}

	.franchise-buisness-case .item .wrap-top>.text>.image {
		margin-right: 15px
	}

	.franchise-buisness-case .item .wrap-top>.text>.content {
		font-size: 14px
	}

	.franchise-buisness-case .item .wrap-top .hover {
		padding-left: 40px
	}

	.franchise-buisness-case .item .wrap-top .hover .hrow {
		font-size: 12px;
		margin-bottom: 5px
	}

	.franchise-buisness-case .item .wrap-top .hover .hrow .leftnum {
		font-size: 20px;
		left: -110px;
		width: 100px;
		top: 5px
	}

	.franchise-buisness-case .item {
		height: auto;
		padding-bottom: 50px
	}

	.grey-title {
		font-size: 32px;
		padding: 25px 20px
	}

	.unique-new .unique-cont .title {
		font-size: 25px
	}

	.fran-block-supp .title {
		font-size: 32px
	}

	.fran-block-supp .block-supp-list {
		padding-left: 25px
	}

	.fran-block-supp {
		padding-bottom: 45px
	}

	.brand-new .title {
		font-size: 32px
	}

	.tour3d-new .title {
		padding: 25px 20px;
		font-size: 32px
	}

	.tour3d-new .buttons a {
		margin: 0 0 10px
	}

	.unique-new .unique-cont .unique-new-item {
		height: auto
	}

	.unique-new .unique-cont .nopad .unique-new-item .sq {
		display: none
	}

	.unique-new .unique-cont .nopad:last-child .unique-new-item .sq {
		display: block
	}
}

#fbsup_trigger {
	position: absolute;
	margin-top: -300px
}

.franchise-buisness-case .button {
	position: absolute;
	bottom: -10px;
	left: 25%;
	margin-left: -120px
}

.franchise-buisness-case .item .wrap-top {
	height: 850px
}

.franchise-promo .swiper-slide .bg.nowhite:before {
	display: none
}

.order-steps {
	padding-top: 30px
}

.order-steps .step {
	width: 33%;
	display: inline-block;
	text-align: center;
	position: relative
}

.order-steps .step:before {
	border: 2px solid #464646;
	background: 0 0;
	position: absolute;
	bottom: -35px;
	display: block;
	width: 20px;
	height: 20px;
	content: " ";
	left: 50%;
	margin-left: -10px
}

.order-steps .step.active:before {
	border: none;
	background-color: #c7d550
}

.order-steps .line {
	height: 20px;
	width: 100%;
	background-color: #e2e1e2;
	margin: 15px 0 50px
}

.bx_ordercart .bx_ordercart_order_table_container {
	border: 0;
	border-radius: 0
}

.bx_ordercart .bx_ordercart_order_table_container table thead td {
	background: #e1e9f1;
	color: #428bca
}

.bx_ordercart .bx_ordercart_order_table_container table thead td.num {
	text-align: center
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.num {
	text-align: center
}

.bx_ordercart .bx_ordercart_order_table_container tbody td a {
	color: #0a365c
}

.bx_ordercart .bx_ordercart_order_table_container table thead td.item {
	padding-left: 25px;
	position: relative
}

.bx_ordercart .bx_ordercart_order_table_container table thead td.item:before {
	position: absolute;
	width: 1px;
	height: 20px;
	top: 10px;
	background: #428bca;
	content: " ";
	display: block;
	left: 0
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td {
	line-height: 1.2
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td.item {
	padding-left: 25px;
	line-height: 1.2
}

.bx_ordercart .bx_ordercart_order_table_container table thead td.price {
	padding-left: 25px;
	position: relative;
	text-align: center
}

.bx_ordercart .bx_ordercart_order_table_container table thead td.price:before {
	position: absolute;
	width: 1px;
	height: 20px;
	top: 10px;
	background: #428bca;
	content: " ";
	display: block;
	left: 0
}

.bx_ordercart .bx_ordercart_order_table_container table tbody td.price {
	padding-left: 25px;
	text-align: center
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.price .current_price {
	font-weight: 400;
	color: #464646
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a img {
	width: 12px;
	height: 12px
}

.bx_ordercart .bx_ordercart_order_sum {
	float: none;
	width: 100%
}

.bx_ordercart .bx_ordercart_order_sum tr td {
	padding: 15px 65px;
	background-color: #ccdb2a;
	font-size: 25px;
	text-align: left
}

.bx_ordercart .bx_ordercart_order_sum p.cart_summary__row {
	padding: 15px 65px;
	background-color: #ccdb2a;
	font-size: 25px;
	text-align: left;
	font-weight: 400
}

.bx_ordercart .bx_ordercart_order_sum p.cart_summary__row span {
	font-weight: 700
}

.emptycart {
	text-align: center;
	font-size: 40px;
	margin-bottom: 3rem;
}

.emptycart font.errortext {
	font-size: 40px
}

.bx_ordercart .bx_ordercart_order_sum tr td span {
	font-weight: 700
}

.bx_ordercart .bx_ordercart_order_pay_center {
	margin-top: 40px;
	padding: 0;
	border: 0;
	text-align: center
}

.bx_ordercart .bx_ordercart_order_pay {
	padding: 0
}

.bx_ordercart .bx_ordercart_order_pay_center a.button {
	position: relative
}

.order-checkout2 {
	padding-bottom: 10px;
	margin-bottom: 30px
}

.bx_ordercart .bx_ordercart_order_pay_center a.button:after {
	content: "";
	background: url(../img/arw_news.svg) no-repeat 0 0;
	width: 25px;
	height: 31px;
	position: absolute;
	top: 18px;
	right: 23px
}

.bx_ordercart .bx_ordercart_order_pay {
	position: relative
}

a.witharr.button {
	right: 0;
	position: absolute
}

a.witharr.button:after {
	content: "";
	background: url(../img/arw_news.svg) no-repeat 0 0;
	width: 25px;
	height: 31px;
	position: absolute;
	top: 18px;
	right: 23px
}

.order-sbm.button {
	position: relative;
	display: block;
	margin: 40px auto 0
}

.order-sbm.button:after {
	content: "";
	background: url(../img/arw_news.svg) no-repeat 0 0;
	width: 25px;
	height: 31px;
	position: absolute;
	top: 18px;
	right: 23px
}

#order_form_content.blc_pp_wt .pp_in {
	border: 1px solid #b2b2b2;
	height: 53px;
	margin: 0 0 11px;
	position: relative
}

#order_form_content.blc_pp_wt .pp_in span {
	display: inline-block;
	font: normal 16px/26px DINPro;
	color: #212121;
	padding: 0 0 0 30px;
	width: 147px;
	border-right: 1px solid #b2b2b2;
	height: 26px;
	margin: 0 15px 0 0
}

#order_form_content.blc_pp_wt .pp_name_med span {
	width: 365px
}

@media (max-width: 800px) {
	#order_form_content.blc_pp_wt .pp_name_med span {
		width: 245px;
		height: auto;
		margin: 4px 15px 0 0;
		vertical-align: top;
		font: normal 16px/21px DINPro
	}
}

@media (max-width: 980px) {
	#order_form_content.blc_pp_wt .pp_in span {
		padding: 0 0 0 10px
	}
}

#order_form_content.blc_pp_wt .pp_in i {
	color: #ccdb2a;
	display: inline-block;
	margin: 0 0 0 -3px;
	font-size: 15px;
	position: relative;
	top: -4px
}

#order_form_content.blc_pp_wt .pp_in input {
	border: 0 solid #ccc;
	width: 74%;
	height: 51px;
	color: #212121;
	font: normal 16px/22px DINPro;
	box-shadow: none
}

#order_form_content.blc_pp_wt .pp_in input.datevalid {
	width: 49%
}

#order_form_content.blc_pp_wt .pp_in {
	float: left;
	width: calc(50% - 11px)
}

#order_form_content.blc_pp_wt .pp_in.one {
	width: calc(100% - 11px);
	float: none
}

@media (max-width: 800px) {
	#order_form_content.blc_pp_wt .pp_in {
		width: 100%
	}

	#order_form_content.blc_pp_wt .pp_in.one {
		width: 100%;
		margin-right: 0;
		float: none
	}
}

#order_form_content.blc_pp_wt .pp_in {
	margin-right: 11px
}

#order_form_content.blc_pp_wt .pp_in span {
	padding: 0 0 0 30px
}

@media (max-width: 980px) {
	#order_form_content.blc_pp_wt .pp_in span {
		padding: 0 0 0 10px
	}
}

#order_form_content.blc_pp_wt .pp_in input {
	width: 74%
}

#order_form_content.blc_pp_wt .pp_in .line {
	display: inline-block;
	line-height: 51px;
	margin-right: 20px
}

#order_form_content.blc_pp_wt .pp_in .line input {
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	position: relative;
	top: 3px
}

#order_form_content.blc_pp_wt .pp_in span {
	padding: 0 30px;
	width: auto
}

#order_form_content.blc_pp_wt .pp_in input {
	width: 74%
}

.otitle {
	font-size: 20px;
	color: #0a365c;
	font-weight: 700;
	margin: 0 0 20px
}

.order-cont {
	margin-bottom: 50px
}

.order-info {
	margin-bottom: 50px
}

.order-office {
	margin-bottom: 50px
}

.basket-list td {
	padding: 5px
}

.basket-list .td1 {
	width: 250px;
	color: #0a365c
}

.basket-list .td2 {
	text-align: right;
	color: #0a365c
}

.greenline {
	padding: 10px;
	background-color: #c7d550;
	text-transform: uppercase
}

.sale_order_full_table {
	width: 100%
}

.order-office span {
	color: #bbb
}

.gallery {
	margin: 0 0 50px
}

.metrolist {
	margin: 10px 0
}

.metrolist span {
	position: relative
}

#order_form_div .location-block-wrapper {
	border: 0 solid #ccc;
	width: 100%;
	max-width: none;
	height: 51px;
	color: #212121;
	font: normal 16px/22px DINPro;
	box-shadow: none;
	display: inline-block;
	padding-right: 11px;
	margin: 0 0 11px
}

.bx-slst .dropdown-block {
	height: 53px;
	font: normal 16px/26px DINPro
}

.bx-slst .bx-ui-combobox-container {
	height: 53px
}

.bx-ui-combobox-container .bx-combobox-fake-as-input {
	padding-top: 0;
	height: 53px;
	line-height: 53px !important;
	font: normal 16px/26px DINPro
}

.bx-slst .dropdown-icon {
	top: 19px
}

.bx-slst .bx-ui-combobox-toggle {
	top: 10px
}

.bx_logotype {
	position: relative;
	top: -20px
}

.delivery-list {
	display: inline-block;
	width: 100%;
	margin: 0 0 20px;
	vertical-align: top
}

.choose-office {
	padding-top: 20px;
	display: block;
	width: 100%;
	margin-bottom: 10px
}

.pay_choose {
	display: inline-block;
	width: 49%;
	margin: 0 0 20px;
	vertical-align: top
}

.fa-info-circle {
	position: relative;
	color: #ccdb2a
}

.fa-info-circle .tooltip {
	opacity: 0;
	font: normal 18px/25px DINPro;
	color: #464646;
	right: 0;
	bottom: 18px
}

.fa-info-circle:hover .tooltip {
	opacity: 1
}

.chk-block {
	display: inline-block;
	width: 49%
}

.chk-block label {
	width: 100%;
	position: relative
}

.chk-block.green {
	padding: 5px;
	background-color: #ccdb2a
}

@media (max-width: 1350px) {
	#order_form_content.blc_pp_wt .pp_in input {
		width: 59%
	}

	.order-steps .step {
		width: 32%
	}
}

@media (max-width: 767px) {
	.chk-block {
		display: inline-block;
		width: 100%
	}

	.select_office.mobile {
		padding-left: 70px
	}

	.order-steps .step {
		font-size: 14px
	}

	#order_form_div .location-block-wrapper {
		padding-right: 0
	}

	#order_form_content.blc_pp_wt .pp_in span {
		padding: 0 5px;
		font-size: 12px;
		width: 40%;
		box-sizing: border-box;
		margin-right: 0
	}

	#order_form_content.blc_pp_wt .pp_in input {
		width: 58%;
		font-size: 12px
	}

	#order_form_content.blc_pp_wt .pp_in .line {
		margin-right: 5px
	}

	.checkbox.short {
		width: 100%
	}

	.checkbox.short2 {
		width: 100%
	}

	.choose-office,
	.delivery-list {
		width: 100%
	}

	.bx_ordercart .bx_ordercart_order_sum p.cart_summary__row {
		padding: 15px 25px;
		font-size: 18px
	}

	.bx_ordercart_order_pay .button {
		position: relative;
		margin: 10px 0
	}

	a.witharr.button {
		position: relative
	}

	.franchise-buisness-case .button {
		bottom: 0;
		left: 20px;
		position: relative;
		margin: 20px auto 0
	}

	.franchise-group.swiper-wrapper {
		display: block
	}

	.tour3d-new .buttons a.button_3dtour1,
	.tour3d-new .buttons a.button_3dtour1.active,
	.tour3d-new .buttons a.button_3dtour1:hover {
		margin: 0 auto 15px
	}

	.tour3d-new .imglink a.active.button {
		top: calc(50% - 20px);
		opacity: 1;
		position: absolute
	}

	.franchise-buisness-case .item .wrap-top {
		height: auto
	}
}

.spinner {
	width: 200px;
	height: 200px;
	position: fixed;
	z-index: 2000;
	left: calc(50% - 100px);
	top: calc(50% - 100px);
	background: url(../img/Spinner.gif) center center no-repeat;
	display: none
}

.cart-popup {
	position: fixed;
	width: 580px;

	right: 50%;
	transform: ;
	top: 50%;
	margin-top: -200px;
	background-color: #fff;
	height: auto;
	-webkit-box-shadow: 0 1px 3px 0 #000;
	box-shadow: 0 1px 3px 0 #000;
	z-index: 15000;
	transform: translateX(50%) scale(1);
	transition: all .5s
}

.cart-popup.closed {
	transform: scale(0);
	top: 180px;
	right: calc(50% - 350px)
}

.cart-popup .img {
	display: inline-block;
	width: 185px;
	vertical-align: top;
	text-align: center
}

.cart-popup .info {
	display: inline-block;
	width: 380px;
	vertical-align: top
}

.cart-popup .info .name {
	margin-bottom: 15px;
	text-align: left
}

.cart-popup .info .hint {
	margin-top: 15px;
	font-size: 16px;
	color: #999
}

.cart-popup .buttons {
	text-align: center;
	margin-top: 20px
}

.cart-popup .buttons .button {
	margin: 0;
	float: none
}

.cart-popup .buttons .button:first-child {
	margin-right: 20px
}

.cart-popup.win_popup {
	width: auto;
	height: auto;
	min-height: 0
}

.cart-popup.win_popup .blc_pp_wt {
	width: auto;
	padding: 35px;
	box-sizing: border-box
}

@media (max-width: 990px) {
	.cart-popup.closed {
		transform: scale(0);
		top: 180px;
		right: calc(50% - 110px)
	}
}

.video-franchise {
	width: auto;
	min-height: 100%;
	min-width: 100%
}

@media (max-width: 767px) {
	.cart-popup.win_popup {
		width: 300px;
		height: auto;
		min-height: 0;

		top: 10px;
		margin-top: 0
	}

	.cart-popup.closed {
		transform: scale(0);
		top: -100px;
		right: 50%
	}

	.cart-popup.win_popup .blc_pp_wt {
		padding: 10px
	}

	.cart-popup .img {
		width: 100%;
		margin-right: 0
	}

	.cart-popup .info .name {
		text-align: center
	}

	.cart-popup .img img {
		width: 120px
	}

	.cart-popup .buttons {
		width: 100%;
		text-align: center
	}

	.cart-popup .buttons .button:first-child {
		margin-right: 0;
		margin-bottom: 10px
	}

	.cart-popup .info {
		font-size: 15px;
		margin-top: 10px;
		width: 100%
	}

	.cart-popup .buttons .button {
		width: 100%
	}

	.video-franchise {
		height: 100%;
		width: auto
	}
}

#city_all .sublist {
	padding: 15px
}

#city_all .sublist a {
	font-size: 14px
}

#city_all .sublist a.active {
	color: #ccdb2a
}

.w_ttl {
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 30px;
}

.changecity-popup {
	width: 300px;
	height: auto;
	position: absolute;
	z-index: 1000;
	top: 50px;
	background: #ebf2fd;
	left: calc(50% - 515px);
	-webkit-box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .48);
	-moz-box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .48);
	box-shadow: 4px 0 15px 0 rgba(0, 0, 0, .48);
	padding: 30px;
	font-size: 16px;
	border-radius: 12px;
	display: none
}

.changecity-popup a {
	font-size: 1rem;
	border: 3px solid #082d4e;
	padding: 6px 20px;
	border-radius: 20px;
}

.changecity-popup .w_desc {
	margin-top: 10px
}

.changecity-popup span {
	font-size: 1rem;
}

.changecity-popup .сonfirm_btn {
	color: #ccdb2a;
	font-weight: 700;
	margin-left: 20px;
	border-radius: 20px;
	background: #082d4e;
	padding: 6px 20px;
}

.listleft {
	width: 48%;
	float: left
}

.win_pop_up#city_all {
	width: 800px
}

@media (max-width: 990px) {
	.win_pop_up#city_all {
		width: 600px
	}
}

@media (max-width: 768px) {
	.win_pop_up#city_all {
		width: 280px
	}

	.listleft {
		width: 100%;
		float: none
	}
}

.office_current {
	position: relative;
	right: 0;
	top: 15px;
	font-size: 16px;
	z-index: 10;
	text-align: center
}

.office_current span {
	color: #555752;
	position: relative
}

.office_current span:before {
	background: url(/img/geomark.svg) left center no-repeat;
	width: 20px;
	height: 38px;
	position: absolute;
	left: -32px;
	top: -5px;
	display: block;
	content: " "
}

.office_current .office_current-wrap {
	display: inline-block;
	background: #f6f9f2;
	padding: 15px 60px 15px 80px;
	border-radius: 15px;
	box-sizing: border-box;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .25);
	-moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .25);
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .25)
}

.office_current a {
	margin-left: 20px;
	color: #0a2339
}

.office_current.cartofchange {
	top: 0
}

@media (max-width: 767px) {
	.office_current {
		top: -15px;
		font-size: 14px;
		z-index: 100
	}

	.office_current .office_current-wrap {
		padding: 8px 20px 8px 30px
	}

	.office_current .office_current-wrap span {
		display: block;
		margin-bottom: 0.5rem;
	}

	.office_current .office_current-wrap a {
		margin: 0 0 0.25rem;
	}

	.office_current span::before {
		left: -25px
	}
}

.red {
	color: #e14312
}

.test-block-content li,
.test-block-content p {
	margin: 0.5em 0
}

.test-block-content ul li {
	list-style: none;
}

.test-block-content h3,
.test-block-content h4,
.test-block-content h5 {
	margin: 1.5rem 0 0.75rem;
}

.menu-reports {
	text-align: center
}

.menu-reports a {
	font-size: 14px;
	margin: 0 10px
}

.filter-form {
	margin: 20px 0
}

.filter-form .ac-row {
	display: inline-block;
	margin-right: 20px;
	vertical-align: top
}

.ac-endDate,
.ac-startDate,
.filter-form select {
	height: 54px;
	line-height: 51px;
	border: 1px solid #ccc;
	padding: 0 10px;
	box-sizing: border-box
}

div.bx-auth {
	margin: 210px auto 0 auto !important;
	max-width: 600px;
}

div.bx-auth input {
	padding: 0.125rem 0.4rem;
}

div.bx-auth input[type="submit"] {
	padding: 0.3rem 1rem;
	background-color: var(--lq-green);
	color: var(--lq-blue-text);
	border: none 0 transparent;
}

div.bx-auth input[type="submit"]:hover {
	background-color: var(--lq-blue-hover);
	color: #fff;
}

div.bx-auth .bx-registration-table tr td {
	padding: 0.25rem 0;
}

div.bx-auth .bx-registration-table tr td:first-child {
	width: 40%;
}

div.bx-auth .bx-registration-table tr td:nth-child(2) {
	width: 60%;
}

div.bx-auth .main-user-consent-request-announce-link {
	font-size: 0.8rem;
	line-height: 1.1;
}

.onlytext {
	margin-top: 50px;
	margin-bottom: 50px
}

.onlytext p {
	margin: 10px 0
}

.onlytext h2 {
	margin: 40px 0 10px 0
}

.prazdniki {
	max-width: 340px;
	margin: 0 auto 50px;
	font-size: 14px
}

.prazdniki_vnd {
	font-size: 14px
}

.fslink {
	padding-top: 20px;
	text-align: right;
	font-size: 16px
}

.fslink a {
	font-size: 16px;
	color: #0a365c;
	border-bottom: 1px dashed #0a365c;
	text-decoration: none;
	transition: all .3s
}

.fslink a:hover {
	color: #a0b800;
	border-bottom: 0;
	text-decoration: none
}

@media (max-width: 980px) {
	.promo.pklin .swiper-slide .rect-first {
		margin: 0 auto
	}

	.promo.pklin .swiper-slide .slide-middle {
		margin: 0 auto;
		width: 306px;
		padding-left: 45px
	}

	.promo.pklin .swiper-slide .rect-second {
		margin: 0 auto
	}
}

.mobmenu-wrap-new {
	height: 80px;
	position: relative;
	width: 100%;
	display: none
}

@media (max-width: 1100px) {
	.mobmenu-wrap-new {
		display: block
	}
}

.mobmenu-new {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 400;
	background: #fff;
	width: 100%;
	-webkit-box-shadow: 0 7px 5px 0 rgba(79, 98, 120, .2);
	-moz-box-shadow: 0 7px 5px 0 rgba(79, 98, 120, .2);
	box-shadow: 0 7px 5px 0 rgba(79, 98, 120, .2)
}

.mobmenu-new.fixed {
	position: fixed;
	left: 0;
	top: 0
}

.mobmenu-new .curline {
	height: 80px;
	line-height: 80px;
	padding-left: 60px;
	font-size: 18px;
	text-transform: uppercase;
	color: #082d4e;
	cursor: pointer
}

.mobmenu-new .curline .gmb {
	left: 11px;
	top: 22px
}

.mobmenu-new .subline {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	top: 80px;
	background: #fff;
	padding: 35px 20px 30px;
	box-sizing: border-box;
	font-size: 18px;
	color: #565656;
	font-weight: 500;
	text-transform: uppercase;
	height: calc(100vh - 80px);
	overflow: auto
}

.mobmenu-new .subline a {
	font-size: 18px;
	color: #565656;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px
}

.mobmenu-new .subline a:hover {
	text-decoration: none;
	color: #082d4e
}

@media (max-width: 1340px) {
	a.witharr.button {
		right: 0;
		position: relative
	}
}

@media (max-width: 990px) {
	.tests-headings-list li:first-child {
		width: 25%;
		padding-left: 0
	}

	.tests-headings-list li:nth-child(2) {
		padding-left: 0
	}
}

@media (max-width: 550px) {
	.tests-headings-list li:first-child {
		width: 16%
	}

	.tests-headings-list li:nth-child(2) {
		width: 33%
	}
}

.tempmain .news-actions {
	padding: 50px 0
}

.tempmain .news-actions div.h1 {
	font-size: 42px;
	color: #767f87;
	font-weight: 300;
	margin: 0 0 40px;
	text-align: center
}

.tempmain .news-actions div.h1 a {
	font-size: 42px;
	color: #0a365c;
	font-weight: 300;
	text-decoration: underline
}

.tempmain .news-actions div.h1 a.active {
	font-size: 42px;
	color: #767f87;
	font-weight: 300;
	text-decoration: none
}

.tempmain .news-actions .news-type {
	display: none
}

.tempmain .news-actions .news-type.active {
	display: block
}

.tempmain .news-actions .news-type .news-item {
	width: 255px;
	margin-right: 55px;
	display: inline-block;
	vertical-align: top
}

.tempmain .news-actions .news-type .news-item:hover {
	text-decoration: none
}

.tempmain .news-actions .news-type .news-item .date {
	width: 125px;
	height: 125px;
	background: #fff;
	line-height: 125px;
	font-size: 60px;
	color: #767f87;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	position: relative;
	font-weight: 300
}

.tempmain .news-actions .news-type .news-item .date .month {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #000;
	text-transform: uppercase
}

.tempmain .news-actions .news-type .news-item .date .month div {
	display: inline-block;
	vertical-align: top;
	padding: 0 3px;
	font-weight: 700
}

.tempmain .news-actions .news-type .news-item .date .month div:nth-child(2) {
	background: #e6ebee
}

.tempmain .news-actions .news-type .news-item .img {
	width: 130px;
	height: 125px;
	vertical-align: top;
	display: inline-block
}

.tempmain .news-actions .news-type .news-item .name {
	font-size: 14px;
	color: #4a545d;
	margin: 15px 0;
	text-transform: uppercase
}

.tempmain .news-actions .news-type .news-item .text {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-bottom: 20px;
	line-height: 1.3
}

.tempmain .news-actions .news-type .news-item .link {
	color: #0a365c;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	border-radius: 0;
	width: 155px;
	border: 1px solid #bac7d1;
	text-decoration: underline;
	height: 40px;
	line-height: 40px
}

.tempmain .news-actions .news-type .more {
	display: inline-block;
	padding: 25px 60px 25px 25px;
	border: 1px solid #bac7d1;
	border-radius: 0;
	font-size: 24px;
	color: #0a365c;
	width: 205px;
	box-sizing: border-box;
	text-decoration: underline;
	font-weight: 300;
	line-height: 1.4;
	vertical-align: top;
	margin-top: 90px;
	background: url(../img/office/arrr.svg) 160px 40px no-repeat
}

.tempmain .news-actions__title {
	color: #a3b9d4;
	font-size: 36px;
	font-weight: 700;
	text-align: center
}

.tempmain .news-actions__title .chtype {
	color: #a3b9d4
}

.tempmain .news-actions__title .chtype:hover {
	text-decoration: none
}

.tempmain .news-actions__title .active {
	color: #082d4e;
	border-bottom: 2px solid #000
}

.tempmain .news-actions-item {
	background-color: #f9fcff;
	border-bottom: 4px solid #f9fcff;
	cursor: pointer;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	width: 279px;
	min-height: 380px;
	margin: 60px 35px
}

.tempmain .news-actions-item:hover {
	-webkit-box-shadow: 0 10px 36px 4px rgba(79, 98, 120, .2);
	box-shadow: 0 10px 36px 4px rgba(79, 98, 120, .2);
	background-color: #f9fcff;
	border-bottom: 4px solid #ccdb2a;
	text-decoration: none
}

.tempmain .news-actions-item__img {
	display: block;
	width: 100%;
	height: 186px
}

.tempmain .news-actions-item__title {
	color: #082d4e;
	height: 130px;
	font-size: 22px;
	font-weight: 300;
	margin: 10px 10px 0;
	display: block;
	position: relative;
	overflow: hidden
}

.tempmain .news-actions-item__title:before {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0, #f9fcff 100%);
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0, #f9fcff 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0, #f9fcff 100%);
	transition: all 1s
}

.tempmain .news-actions-item:hover .news-actions-item__title:before {
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0, #f9fcff 100%);
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0, #f9fcff 100%);
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0, #f9fcff 100%)
}

.tempmain .news-actions-item__title:hover {
	text-decoration: none
}

.tempmain .news-actions-item__info {
	font-size: 8px
}

.news-actions-item__info,
.tempmain .news-actions-item__date {
	text-transform: uppercase;
	color: #a3b9d4;
	text-align: left;
	font-weight: 700;
	margin-left: 20px
}

.tempmain .news-actions-item__date {
	font-size: 12px
}

.tempmain .news-actions-item__full-title {
	color: #082d4e;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	padding-top: 80px;
	margin-bottom: 80px
}

.tempmain .news-actions-item__full-title span {
	display: block;
	text-align: center
}

.tempmain .news-actions-item__full-button {
	display: block;
	width: 220px;
	color: #0a365c;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: 400;
	background-color: #ccdb2a;
	padding: 0 15px;
	text-align: center;
	margin: 15px auto;
	transition: all .3s;
	text-decoration: none
}

.tempmain .news-actions-item__full-button:hover {
	color: #fff;
	background-color: #0a365c;
	text-decoration: none
}

@media (max-width: 1290px) {
	.tempmain .news-actions .news-type .news-item {
		margin-right: 10px
	}

	.tempmain .news-actions .news-type .more {
		width: 145px;
		font-size: 16px;
		background: url(../img/office/arrr.svg) 110px 40px no-repeat
	}
}

@media (max-width: 1100px) {
	.tempmain .news-actions .news-type {
		text-align: center
	}

	.tempmain .news-actions .news-type .news-item {
		margin: 0 20px 30px
	}

	.tempmain .news-actions .news-type .more {
		width: 255px;
		font-size: 16px;
		background: url(../img/office/arrr.svg) 210px 15px no-repeat;
		vertical-align: top;
		margin-top: 0
	}
}

@media (min-width: 767px) {
	.tempmain .news-actions__title {
		margin-top: 80px;
		margin-bottom: 50px;
		display: block
	}
}

@media (max-width: 767px) {
	.tempmain .news-actions h1 {
		font-size: 26px;
		margin: 0 0 20px
	}

	.tempmain .news-actions h1 a {
		font-size: 26px
	}

	.tempmain .news-actions h1 a.active {
		font-size: 26px
	}

	.tempmain .news-actions .news-type .news-item {
		margin-right: 0;
		width: 100%;
		margin: 0 0 50px
	}

	.tempmain .news-actions .news-type .more {
		margin-top: 30px;
		width: 200px;
		font-size: 16px;
		background: url(../img/office/arrr.svg) 150px 25px no-repeat
	}

	.tempmain .news-actions-item {
		background: #fff;
		-webkit-box-shadow: 0 10px 36px 4px rgba(79, 98, 120, .2);
		box-shadow: 0 10px 36px 4px rgba(79, 98, 120, .2)
	}
}

.tempmain .news-actions .news-type .slick-prev {
	position: absolute;
	left: 15px;
	bottom: 0;
	display: inline-block;
	width: 70px;
	height: 50px;
	border: 1px solid #a3b9d4;
	border-right: 0;
	background: #fff url(/img/hello/left-arrow.svg) center center no-repeat;
	background-size: auto 26px;
	z-index: 4;
	cursor: pointer;
	transition: all .3s;
	text-indent: -9999px
}

.tempmain .news-actions .news-type .slick-prev:hover {
	border-color: #ccdb2a;
	background-color: #f6f8fb
}

.tempmain .news-actions .news-type .slick-next {
	position: absolute;
	left: 85px;
	bottom: 0;
	display: inline-block;
	width: 70px;
	height: 50px;
	border: 1px solid #a3b9d4;
	border-left: 0;
	background: #fff url(/img/hello/right-arrow.svg) center center no-repeat;
	background-size: auto 26px;
	z-index: 4;
	cursor: pointer;
	text-indent: -9999px
}

.tempmain .news-actions .news-type .slick-next:hover {
	border-color: #ccdb2a;
	background-color: #f6f8fb
}

.tempmain .news-actions .news-type .slick-dots {
	display: inline-block;
	position: absolute;
	bottom: 5px;
	text-align: right;
	width: 100%;
	right: 15px;
	margin: 0;
	padding: 0
}

.tempmain .news-actions .news-type .slick-dots button {
	opacity: 0;
	width: 10px;
	height: 10px;
	font-size: 0;
	padding: 0;
	vertical-align: top
}

.tempmain .news-actions .news-type .slick-dots li {
	list-style: none;
	width: 10px;
	height: 10px;
	padding: 0;
	display: inline-block;
	margin: 0;
	margin-left: 16px;
	vertical-align: top;
	background: #a3b9d4
}

.tempmain .news-actions .news-type .slick-dots li.slick-active {
	background: #ccdb2a
}

@media (max-width: 1024px) {
	.tempmain .news-actions .news-type .slick-dots {
		bottom: -5px
	}

	.tempmain .news-actions .news-type .slick-prev {
		width: 40px;
		height: 30px;
		background-size: auto 16px
	}

	.tempmain .news-actions .news-type .slick-next {
		left: 55px;
		width: 40px;
		height: 30px;
		background-size: auto 16px
	}
}

@media (max-width: 768px) {
	.tempmain .news-actions .container {
		padding: 0
	}

	.tempmain .news-actions-item__title:before {
		background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0, #fff 100%);
		background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0, #fff 100%);
		background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0, #fff 100%)
	}

	.i_agree input[type=checkbox].css-checkbox {
		left: 0;
		z-index: 1;
		width: auto;
		height: auto;
		clip: auto;
		margin: 5px 0 0
	}

	.i_agree input[type=checkbox].css-checkbox+label.css-label {
		background: 0 0
	}
}

@media (max-width: 500px) {
	.si-content {
		max-width: calc(100vw - 40px);
	}

	.si-content ymaps {
		width: 100% !important;
	}

	.si-content ymaps .map-location,
	.si-content ymaps .map-worktime {
		display: block;
		width: 100%;
	}
}

@media (max-width: 600px) {
	.mobile-button {
		display: block;
		position: absolute;
		bottom: 70px;
		left: calc(50% - 120px);
		z-index: 100000
	}

	.pmain .slide-content .sbb,
	.pmain .slide-content .slide-bottom {
		display: none
	}

	@media (max-width: 480px) {
		.tempmain .news-actions-item {
			margin: 60px 10px;
			max-width: 279px
		}

		.tempmain .news-actions .news-type.active {
			margin: 0 auto
		}
	}

	.formdata td,
	.formdata th {
		border: 1px solid #ccc;
		padding: 5px;
		font-size: 12px
	}
}

div#officepage {
	margin: 0 auto
}

.price-additional {
	padding: 25px;
	background: #eef1f5;
	margin: 10px 0;
	font-weight: 500;
}

#offices_all .sublist:not(.short-list) {
	column-count: 2;
	column-gap: 2rem;
}

#offices_all a.active {
	color: var(--lq-link-blue);
}

.footer1 .payment-logos img {
	width: 250px;
	height: auto;
}

@media (max-width: 918.98px) {
	#offices_all .sublist {
		column-count: 1;
		column-gap: default;
	}
}

.fw-bold {
	font-weight: bold !important;
}

.test-block.test-block-full .test-block-top {
	pointer-events: none;
}

.test-block.test-block-full .test-block-top .inner:after {
	display: none;
}


.header__new {
	font-family: 'DINCyr';
}

.header__new .header__top {
	background: #F1F5F9;
	padding: 13px 0;
}

.header__new .header__top .header__city .city__link {
	color: #666;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14.4px;
	display: flex;
	align-items: center;
}

.header__new .header__top .header__city .city__link:hover {
	text-decoration: none;
}

.header__new .header__top .header__city .city__link:after {
	content: "";
	background-image: url(/img/arr-info.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 21px;
	height: 21px;
}

.header__new .header__user .user__link {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #234765;
	transition: all .3s;
}

.header__new .header__top .header__content {
	display: flex;
	justify-content: space-between;
	margin: 0 -15px;
}

.header__new .header__user a:hover {
	text-decoration: none;
	color: #2a6496;
}

.header__new .header__user .user__link.profile {
	margin-right: 24px;
	display: flex;
	align-items: center;
}

.header__new .header__user .user__link.profile:before {
	content: "";
	background-image: url(/img/profile.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 3px;
}

.header__new .header__user .user__link.basket:before {
	content: "";
	background-image: url(/img/basket.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 3px;
}


.header__new .header__user .user__link.basket img {
	display: none;
}

.header__new .header__user .user__link {
	display: flex;
	align-items: center;
}

.header__new .header__user {
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.header__new .header__city {
	padding: 0 15px;
}

.header__new .header__middle {
	padding: 15px 0 20px;
}

.header__new .header__middle .bx-form-control,
.bx-searchtitle .bx-input-group .bx-form-control {
	min-width: 100%;
	height: 40px;
	border-radius: 12px;
	background-color: #E2E8F0 !important;
	border: none;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px;
	color: #64748B;
	padding-left: 50px;
	padding-right: 155px;
}

.header__new .header__middle .header__search:before {
	content: "";
	background-image: url(/img/search-01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 20px;
	height: 20px;
	top: 10px;
	left: 30px;
	z-index: 10;
	margin-right: 3px;
	position: absolute;
}

.header__new .header__middle .header__logo {
	padding: 0 15px;
}

.header__new .header__middle .header__search {
	padding: 0 15px;
	position: relative;
	flex-grow: 1;
}

.header__new .header__middle .header__content {
	display: flex;
	align-items: center;
	margin: 0 -15px;
}

.header__new .header__middle .header__search .search__clean {
	position: absolute;
	right: 135px;
	top: 5px;
	display: none;
}

.header__new .header__middle .header__search .search__btn {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.42px;
	color: #1E293B;
	min-width: 122px;
	height: 40px;
	padding: 6px 12px;
	border: 1px solid #CADE00;
	background: #fff;
	border-radius: 0px 12px 12px 0px;
	position: absolute;
	right: 0;
	top: 0;
}

.header__new .header__middle .header__search form {
	position: relative;
}

.header__new .header__middle .button.notify__btn {
	width: 175px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.42px;
	position: relative;
	padding: 5px 10px;
}

.header__new .header__middle .button.notify__btn span {
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px;
	width: 68px;
	height: 23px;
	padding: 2px 5px;
	background: #D6ECFF;
	border-radius: 8px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	position: absolute;
	bottom: -13px;
	right: -8px;
	color: #0a365c;
}

.header__new .header__middle .button.notify__btn:hover span {
	color: #1E293B;
}

.header__new .header__middle .header__notify {
	padding: 0 15px;
}

.header__new .header__middle .header__phone {
	padding: 0 15px;
}

.header__new .header__middle .header__phone a {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #1E293B;
	transition: all .3s;
	display: flex;
	align-items: center;
}

.header__new .header__middle .header__phone a:hover {
	text-decoration: none;
	color: #2a6496;
}

.header__new .header__middle .header__phone a:before {
	content: "";
	background-image: url(/img/phone-01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 3px;
}

.header__new .header__top .header__user .count_items {
	height: 13px;
	background: #D6ECFF;
	font-size: 10px;
	width: 13px;
	border-radius: 10px;
	position: absolute;
	text-align: center;
	left: 17px;
	top: -4px;
}

.header__new .header__user .user__link.basket {
	position: relative;
}

.header__new .header__bottom {
	padding-bottom: 20px;
}

.header__new .header__bottom .header__btns {
	padding: 0 15px;
}

.header__new .header__bottom .header__btns .button {
	border-radius: 8px;
	height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16.8px;
	letter-spacing: 0.42px;
	transition: all .3s;
	max-width: 213px;
}

.header__new .header__bottom .header__btns .button.special__btn {
	background: #B80E80;
	color: #FFFFFF;
	transition: all .3s;
}

.header__new .header__bottom .header__btns .button.special__btn:hover {
	background-color: #a6006f;
}

.header__new .header__bottom .header__btns .button.info__btn {
	margin-bottom: 10px;
}

.header__new .header__desk .header__tabs.peculiar {
	margin-bottom: 7px;
	text-align: center;
}

.header__new .header__desk .header__tabs.peculiar .tabs__item {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	color: #1E293B;
	border-radius: 4px;
	background: linear-gradient(93deg, rgba(202, 222, 0, 0.50) 10.98%, rgba(255, 88, 188, 0.50) 110.25%);
	transition: all .3s;
	padding: 4px 8px;
	display: inline-block;
	margin-right: 8px;
}

.header__new .header__desk .header__tabs.peculiar .tabs__item:last-child {
	margin-right: 0;
}

.header__new .header__desk .header__tabs.peculiar .tabs__item:hover {
	text-decoration: none;
	background: linear-gradient(93deg, rgb(238 255 71 / 50%) 10.98%, rgb(231 24 148 / 69%) 110.25%);
}

.header__new .header__desk .header__tabs.peculiar .tabs__item img {
	margin-right: 4px;
}

.header__new .header__bottom .header__content {
	display: flex;
	margin: 0 -15px;
	justify-content: space-between;
}

.header__new .header__bottom .header__menu {
	display: flex;
}

.header__new .header__bottom .header__menu .menu__item {
	margin-right: 9px;
	display: flex;
	align-items: center;
}

.header__new .header__bottom .header__menu .menu__item:last-child {
	margin-right: 0;
}

.header__new .header__bottom .header__menu .menu__item a {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	color: #1E293B;
	display: block;
	transition: all .3s;
}

.header__new .header__bottom .header__menu .menu__item:hover>a {
	text-decoration: none;
	color: #2a6496;
}

.header__new .header__bottom .header__menu--second {
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.header__new .header__bottom .header__menu--second .menu__item {
	margin-right: 12px;
	position: relative;
	display: flex;
	align-items: center;
}

.header__new .header__bottom .header__menu--second .menu__item:last-child {
	margin-right: 0;
}

.header__new .header__bottom .header__menu--second .menu__item .menu__link {
	display: inline-flex;
	position: relative;
	padding-right: 21px;
}


.header__new .header__bottom .header__menu--second .menu__item a {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: #475569;
	transition: all .3s;
	display: inline-flex;
	align-items: center;
	line-height: 14.4px;
}

.header__new .header__bottom .header__menu--second .menu__item a:hover {
	text-decoration: none;
	color: #2a6496;
}

.header__new .header__bottom .header__menu--second .menu__item:hover>.menu__link a {
	text-decoration: none;
	color: #2a6496;
}

.header__new .header__bottom .header__menu--second .menu__item.parent>.menu__link>span {
	content: "";
	background-image: url(/img/arr-info.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 21px;
	height: 21px;
	top: -2px;
	position: absolute;
	right: 0;
	z-index: 10;
}

.header__new .header__bottom .header__menu--second .submenu-title {
	position: relative;
	padding-left: 20px;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: none;
	margin-bottom: 20px;
	margin-top: 4px;
}

.header__new .header__bottom .header__menu--second .submenu-title>span {
	content: "";
	background-image: url(/img/arr-info.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 34px;
	height: 34px;
	top: -3px;
	position: absolute;
	left: -12px;
	z-index: 10;
	transform: rotate(90deg);
}


.header__new .header__content .submenu {
	display: none;
	position: absolute;
	background-color: white;
	z-index: 1000;
	transform: translateY(100%);
	min-width: 280px;
	border: 1px solid #e6ebee;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
}

.header__new .header__desk .header__tabs.peculiar .tabs__item span {
    position: relative;
    top: 2px;
}

@media(min-width: 1200px) {
	.header__new .header__content .menu__item:hover>.submenu {
		display: block;
	}

}

.header__new .header__bottom .button.notable__btn {
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14.4px;
	color: #1E293B;
	border-radius: 8px;
	border: 1px solid #CBD5E1;
	padding: 6px 10px 7px 10px;
	background: transparent;
	position: relative;
	transition: all .3s;
	max-width: 185px;
	text-align: center;
	padding-left: 34px;
	letter-spacing: 0.1px;
}

.header__new .header__bottom .button.notable__btn:hover {
	border: 1px solid #ccdb2a;
}

.header__new .header__bottom .button.notable__btn:first-child {
	margin-bottom: 10px;
}

.header__new .header__bottom .button.notable__btn img {
	position: absolute;
	left: 10px;
}

.mobile__menu {
	position: fixed;
	bottom: 0;
	left: 0;
	border-radius: 12px 12px 0px 0px;
	background: #CADE00;
	display: none;
	align-items: flex-start;
	box-shadow: 0px -20px 26px 0px rgba(255, 255, 255, 0.75);
	padding: 10px 13px;
	z-index: 1000;
	justify-content: space-between;
	width: 100%;
	min-height: 71px;
}

.mobile__menu a {
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #234765;
	display: flex;
	flex-direction: column;
	padding: 0 4px;
	text-align: center;
	max-width: 82px;
}

.mobile__menu a img {
	width: 24px;
	height: 24px;
	margin: auto;
}

.header__new .header__content .submenu .item a:hover {
	text-decoration: none;
	color: #2a6496;
}

.header__new .header__content .submenu .submenu-inner {
	padding: 0 0 10px;
	max-height: 200px;
	overflow-y: auto
}

.header__new .header__content .submenu .submenu-inner .menu-item {
	display: none;
}

.header__new .header__bottom .header__menu .menu__item img {
	margin-right: 6px;
}

.header__new .header__logo.mob {
	display: none;
}

.header__new .header__logo.mob img {
	height: 40px;
	margin-bottom: -3px;

}

.header__new .header__button {
	padding: 0 15px;
	display: none;
}

.header__new .burger {
	width: 27px;
	height: 27px;

	cursor: pointer;
	z-index: 20;
	display: flex;
	align-items: center;
}

.header__new .burger span {
	width: 100%;
	height: 3px;
	background-color: #1E293B;
	border-radius: 12px;
	display: block;
	transition: background-color 0.2s ease-in-out;
}

.header__new .burger span::before,
.header__new .burger span::after {
	content: "";
	width: 100%;
	background-color: #1E293B;
	display: block;
	transition: all 0.2s ease-in-out;
	border-radius: 12px;
	height: 3px;
}

.header__new .burger span::before {
	transform: translateY(-8px);

}

.header__new .burger span::after {
	transform: translateY(8px);
	margin-top: -3px;
}


.header__new .burger.is-active span {
	background-color: transparent;
}

.header__new .burger.is-active span::before {
	transform: rotateZ(45deg) translateY(0);
}

.header__new .burger.is-active span::after {
	transform: rotateZ(-45deg) translateY(0);
}

@media(max-width:1215px) {
	.header__new .header__bottom .header__btns .button {
		max-width: 190px;
	}

	.header__new .header__content .submenu .submenu-inner {
		padding-bottom: 0;
	}
}

@media(max-width: 1199px) {

	fstrk-widget {
		bottom: 100px;
	}

	.header__new .header__bottom .header__menu .menu__item.no_mobile {
		display: none;
	}

	.header__new {
		z-index: 1000;
	}

	.header__new .header__content .submenu {
		/* transform: translateY(0);
		position: relative; */
		border: none;
		width: 100%;
		padding-left: 15px;
		display: block;
		position: absolute;
		transform: translate3d(-100%, 0, 0);
		top: 50px;
		transition: transform 0.35s;
	}

	.header__new .header__bottom .header__menu--second {
		margin-top: 0;
	}

	.header__new .header__content .submenu .submenu-inner {
		max-height: unset;
	}

	.header__new .header__bottom .header__menu--second .menu__item.parent.is-active .submenu {
		transform: translate3d(0, 0, 0);
	}

	.header__new .header__content .submenu .submenu-inner .menu-item {
		display: block;
	}

	.header__new .header__content .submenu .submenu-inner .item {
		margin-bottom: 12px;
	}

	.header__new .header__content .submenu .submenu-inner .item:last-child {
		margin-bottom: 0;
	}

	/* .header__new .header__bottom .header__menu--second .menu__item.parent.is-active > .menu__link > span {
		transform: rotate(0deg);
	} */

	.header__new .header__middle #search__input {
		padding-right: 40px;
	}

	.header__new .header__middle .header__search .search__clean {
		right: 15px;
	}

	.header__new .header__bottom {
		padding-bottom: 20px;
		position: absolute;
		z-index: 100;
		background: #fff;
		left: 0;
		width: 100%;
		display: none;
		top: 135px;
		height: 100%;
	}

	.header__new .header__button {
		display: block;
	}

	.header__new .header__desk {
		padding: 0 15px;
		overflow-y: auto;
		height: calc(100vh - 250px);
	}

	.mobile__menu {
		display: flex;
	}

	.header__bottom .header__content {
		flex-direction: column;
	}

	.header__new .header__desk .header__tabs.peculiar {
		display: flex;
		flex-direction: column;
		border-radius: 8px;
		background: linear-gradient(93deg, rgba(202, 222, 0, 0.50) 10.98%, rgba(255, 88, 188, 0.50) 110.25%);
		overflow: hidden;
		padding: 10px;
		margin-bottom: 12px;
	}

	.header__new .header__desk .header__tabs.peculiar .tabs__item {
		background: transparent;
		border-radius: 0;
		margin-right: 0;
		font-size: 17px;
		text-align: left;
		align-items: center;
		display: flex;
	}

	.header__new .header__bottom .header__btns {
		display: flex;
	}

	.header__new .header__bottom .header__btns .button.info__btn {
		margin-right: 7px;
	}

	.header__new .header__bottom .header__btns .button {
		flex-grow: 1;
	}

	.header__new .header__bottom .header__menu {
		flex-direction: column;
	}

	.header__new .header__bottom .header__menu--second {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;
	}

	.header__new .header__bottom .header__btns.notable {
		display: none;
	}

	.header__new .header__bottom .header__menu .menu__item {
		margin-bottom: 10px;
	}

	.header__new .header__bottom .header__menu--second .menu__item {
		margin-bottom: 13px;
		flex-direction: column;
		align-items: flex-start;
		position: unset;
	}

	.header__new .header__bottom .header__menu .menu__item a {
		font-size: 17px !important;
	}

	.header__new .header__bottom .header__menu--second .menu__item a {
		font-size: 17px !important;
		color: #1E293B;
	}

	.header__new .header__bottom .header__menu .menu__item:last-child {
		margin-bottom: 10px;
	}

	.header__new .header__bottom .header__menu--second .menu__item.parent>.menu__link>span {
		transform: rotate(-90deg);
	}

	.header__new .header__middle .header__search {
		order: 4;
		flex: 0 0 100%;
		width: 100%;
		padding: 14px 15px;
		border-top: 1px solid #E2E8F0;
		border-bottom: 1px solid #E2E8F0;
		margin-top: 25px;
	}

	.header__new .header__middle .header__content {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.header__new .header__middle .header__search:before {
		top: 24px;
	}

	.header__new .header__top {
		padding: 10px 0;
	}

	.header__new .header__logo {
		display: none;
	}

	.header__new .header__logo.mob {
		display: block;
		margin-right: auto;
		flex-grow: 1;
	}

	.header__new .header__middle .header__search .search__btn {
		display: none;
	}

	.header__new .header__middle .bx-form-control {
		padding-right: 10px;
	}

	.header__new .header__bottom .header__btns .button {
		font-size: 14px;
	}

	.header__new .header__logo.mob img {
		max-width: 120px;
		width: 100%;
		height: auto;
	}

	.header__new .header__bottom .header__menu--second .submenu-title {
		display: block;
	}

	.header__new .header__bottom .header__menu .menu__item a,
	.header__new .header__bottom .header__menu--second .menu__item a {
		font: 500 18px/25px DINPro;
	}

	.header__new .header__bottom .header__menu--second .menu__item.parent>.menu__link span {
		top: 2.5px !important;
	}
}

@media(max-width: 640px) {
	.header__new .header__user .user__link.basket .basket__title {
		display: none;
	}

	.header__new .header__middle .button.notify__btn {
		padding: 4px 9px 6px 9px;
		font-size: 10px;
		font-style: normal;
		font-weight: 400;
		line-height: 13px;
		border-radius: 8px;
		height: 23px;
		width: auto;
	}

	.header__new .header__logo.mob img {
		min-width: unset;
	}

	.header__new .header__middle .button.notify__btn span {
		width: 54px;
		height: 17px;
		bottom: -12px;
	}

	.header__new .header__middle .header__phone a {
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
	}

	.header__new .header__bottom .header__btns .button {
		min-height: 40px;
		padding: 0 5px;
		line-height: 15px;
	}

	.header__new .header__button {
		padding-right: 9px;
	}

	.header__new .header__logo.mob {
		padding-left: 0;
		padding-right: 6.5px;
	}

	.header__new .header__middle .header__notify {
		padding-left: 0;
		padding-right: 0;
	}

	.header__new .header__middle .header__phone {
		padding-left: 5px;
	}

	.header__new .header__bottom {
		top: 130px;
	}
}

@media(max-width: 353px) {
	.header__new .header__middle .header__notify {
		display: none;
	}
}

.header__content .header__phone>*:not(:last-child) {
	margin-bottom: 4px;
}

.header__new .header__desk .header__tabs.peculiar {
	margin-bottom: 10px;
	text-align: left;
}

.header__new .header__bottom .header__menu--second {
	margin-top: 12px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header__new .header__bottom .header__menu .menu__item,
.header__new .header__bottom .header__menu--second .menu__item {
	margin-right: 17px;
}

.header__new .header__bottom .header__menu .menu__item a,
.header__new .header__bottom .header__menu--second .menu__item a {
	font-size: 14px;
	font-family: DINPro, sans-serif;
	font-weight: 500;
	color: #0F172A;
}

.header__new .header__bottom .header__menu--second .menu__item.parent>.menu__link span {
	top: -1.5px;
}

.header__new .header__bottom .header__btns .button.info__btn {
	margin-bottom: 16px;
}

.header__new .header__middle .header__search .search__btn,
.header__new .header__middle .header__search .search__btn span,
.header__new .header__middle .button.notify__btn,
.header__new .header__middle .header__phone a,
.header__new .header__bottom .header__btns .button,
.header__new .header__bottom .button.notable__btn {
	font-family: DINPro, sans-serif;
	font-weight: 500;
	color: #0F172A;
	letter-spacing: 0.42px;
}

.header__new .header__bottom .button.notable__btn {
	max-width: 214px;
	height: auto;
	padding: 13px 10px 13px 38px;
	font-size: 14px;
	text-align: left;
}

.header__new .header__bottom .button.notable__btn:not(:last-child) {
	margin-bottom: 16px;
}

.header__new .header__desk .header__tabs.peculiar .tabs__item {
	color: #0F172A;
}

.header__new .header__bottom .header__btns .button:hover,
.header__new .header__middle .button.notify__btn:hover {
	text-decoration: none;
	border-color: #0a365c;
	background: #0a365c;
	text-decoration: none;
	color: #fff;
}

#smart-title-search .bx-input-group {
	width: 100%;
}

#smart-title-search .bx-input-group .search__btn {
	z-index: 10;
}

.header__search .bx-searchtitle {
	margin: 0;
}

@media screen and (max-width: 1199px) {
	.header__new .header__bottom .header__menu--second {
		margin-top: 0;
	}

	.header__new .header__desk .header__tabs.peculiar {
		margin-bottom: 12px;
	}
}

@media screen and (max-width: 640px) {
	.header__notify {
		margin-right: 18px;
	}
}

@media screen and (max-width: 400px) {
	.header__notify {
		margin-right: 0;
	}
}


body.no-scroll {
	overflow-y: hidden;
}

body.no-scroll .mobile__menu {
	box-shadow: none;
}

body.no-scroll .header__new .header__bottom .header__menu--second .menu__item a {
	color: #0F172A !important;
}

.slider--custom .slide {
	padding: 0 !important;
	min-height: auto !important;
}

.hero-main {
	padding-bottom: 50px;
    position: relative;
}

.hero-main__slide {
	display: flex;
	height: auto;
	border-radius: 24px;
	overflow: hidden;
	background: #CADE00;
}

.hero-main__wrapper {
	display: flex;
    flex-direction: column;
	padding: 40px;
	height: auto;
	flex: 0 0 50%;
}

.hero-main__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 57px;
	margin-bottom: 18px;
	color: #0F172A;
}

.hero-main__text {
	margin-bottom: auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.hero-main__text p {
	color: #0F172A;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
}

.hero-main__text p:not(:last-child) {
	margin-bottom: 10px;
}

.hero-main__prices-wrapper {
  display: flex;
  align-items: center;
}

.hero-main__prices-wrapper .btn__primary {
  font-size: 24px;
  width: 200px;
  height: 56px;
}

.hero-main__price {
  font-size: 60px;
  font-weight: 600;
  padding-left: 34px;
}

.hero-main__prices-container {
  display: flex;
}

.hero-main__old-price {
  padding-left: 16px;
  font-size: 32px;
  padding-bottom: 10px;
  text-decoration: line-through;
}

.hero-main__btn {
	/* margin-top: 38px; */
	border-radius: 30px;
	background: white;
	color: #0F172A;
	font-size: 16px;
	font-weight: 500;
}

.hero-main__img {
	/* display: flex;
	align-items: center;
	flex: 0 0 50%;
	height: auto; */
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 30%;
}

.hero-main__img img {
	/* width: 100%;
	height: 100%;
	max-height: 400px;
	object-fit: contain; */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-main .swiper-pagination-bullet {
	border: none;
	background: #CBD5E1;
}

.hero-main .swiper-pagination-bullet-active {
	background: #CADE00;
}

.hero-main .swiper-pagination-bullet::after {
	display: none;
}

.new-company.newhome .vacancies {
	margin-bottom: 0;
}

.new-company .vacancies .vacancies-promo {
	padding-left: 25px;
	padding-right: 25px;
}

@media screen and (max-width: 1200px) {
	.hero-main__wrapper {
		flex: 0 0 calc(100% - 500px);
	}

	.hero-main__title {
		font-size: 26px;
		line-height: 31px;
	}

	.hero-main__text p {
		font-size: 18px;
		line-height: 18px;
	}

	.hero-main__img {
		min-width: 500px;
	}

	.hero-main__btn {
		margin-top: 24px;
		width: 170px;
		height: 37px;
        line-height: 34px;
	}
}

@media screen and (max-width: 768px) {
	.hero-main__slide {
		flex-direction: column-reverse;
		border-radius: 8px;
	}

	.hero-main__img {
		padding-top: 58%;
    min-width: auto;
    height: 100%;
	}

	.hero-main__wrapper {
		padding: 17px 15px;
	}

  .hero-main__prices-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .hero-main__prices-container {
    display: flex;
    align-items: baseline;
    width: fit-content;
  }

  .hero-main__text p {
    padding-bottom: 23px;
	}
	.hero-main__btn {
		width: 100%;
	}

  .hero-main__price {
    font-size: 40px;
    padding-left: 0;
  }

  .hero-main__prices-wrapper .btn__primary {
    width: 100%;
    line-height: 2;
}

  .hero-main__old-price {
    font-size: 25px;
    padding-bottom: 0;
}

	.si-wrapper-top {
		max-width: 80vw;
	}

	.si-content {
        max-width: calc(80vw - 40px);
    }

	#map_contact .si-content .map-location,
	#map_contact .si-content .map-worktime {
		width: auto !important;
		display: block !important;
	}

	#map_contact .map-office-link {
		right: 130px;
	}
}

#order_form_content.blc_pp_wt .choose-office .pay_choose .pp_in span {
	padding:0 2px;
	margin: 0 2px 0 0;
}