@font-face {
    font-family: 'Century-Gothic-Regular';
    src: url('../fonts/Century-Gothic-Regular.eot');
    src: url('../fonts/Century-Gothic-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Century-Gothic-Regular.woff') format('woff'),
         url('../fonts/Century-Gothic-Regular.ttf') format('truetype'),
         url('../fonts/Century-Gothic-Regular.svg#Century-Gothic-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century-Gothic-Bold';
    src: url('../fonts/Century-Gothic-Bold.eot');
    src: url('../fonts/Century-Gothic-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Century-Gothic-Bold.woff') format('woff'),
         url('../fonts/Century-Gothic-Bold.ttf') format('truetype'),
         url('../fonts/Century-Gothic-Bold.svg#Century-Gothic-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Lemon Tuesday';
	src: url('../fonts/Lemon Tuesday.eot');
	src: local('☺'), url('../fonts/Lemon Tuesday.woff') format('woff'), url('../fonts/Lemon Tuesday.ttf') format('truetype'), url('../fonts/Lemon Tuesday.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}




@font-face {
    font-family: 'Propisi2';
    src: url('../fonts/Propisi.eot');
    src: url('../fonts/Propisi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Propisi.woff2') format('woff2'),
        url('../fonts/Propisi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
	font-family: 'propisi_regular';
	src: url('../fonts/propisi_regular.eot');
	src: local('☺'), url('../fonts/propisi_regular.woff') format('woff'), url('../fonts/propisi_regular.ttf') format('truetype'), url('../fonts/propisi_regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'FuturaMediumC';
    src: url('../fonts/FuturaMediumC.eot');
    src: url('../fonts/FuturaMediumC.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaMediumC.woff2') format('woff2'),
        url('../fonts/FuturaMediumC.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Semibold.eot');
    src: url('../fonts/MyriadPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

#page {
	 font-family: 'Century-Gothic-Regular';
	 color: #0E70B5;
	 overflow: hidden;
	 line-height: 1.3;
}

#page * {
	box-sizing: border-box;
}

body #page h2 {
	font-family: 'Century-Gothic-Bold';
	font-weight: normal;
	font-size: 32px;
	margin: 0px 0px 10px 0px;
	color: #0E70B5;
}

.container {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}
#career-bn {
	position: relative;
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 60px;
}
#career-bn:after {
	display: block;
	content: '';
	width: 100%;
	height: 50%;
	background: url(../images/car-bn_2.svg) bottom left repeat-x;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 20;
}
#career-bn:before {
	display: block;
	content: '';
	width: 100%;
	height: 50%;
	background: url(../images/car-bn_1.svg) top left repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}
#career-bn .container {
	position: relative;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#career-bn video {
	position: absolute;
	top: 0px;
	right: -300px;
	height: 100%;
	object-fit: contain;
	z-index: 10;
}
.career-bn_text {
	width: 50%;
	position: relative;
	z-index: 100;
}
.career-bn_text p {
	margin: 0px;
	text-align: center;
	line-height: 1.1;
}
.career-bn_text p {
	color: #2770AE;
	font-size: 40px;
}
.career-bn_text p span {
	font-family: 'Century-Gothic-Bold';
	text-transform: uppercase;
}
.career-bn_text p:last-child {
	padding-top: 10px;
	font-family: 'Century-Gothic-Bold';
	font-size: 40px;
	color: #2770AE;
	text-transform: uppercase;
}
#career-slider {
	margin-bottom: 90px;
}
.car-slider_item {
	position: relative;
	padding: 20px 30px;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	min-height: 350px;
	border-radius: 10px;
}
.action-wrapper:before,
.share-wrapper:before,
.car-slider_item:before {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #DBECFC;
	border-radius: 10px;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 9;
	outline: 7px solid #DBECFC;
	filter: blur(10px);
}
.action-wrapper:after,
.share-wrapper:after,
.car-slider_item:after {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #585857;
	border-radius: 10px;
	background: #fff;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 10;
}
.car-slider_text {
	font-family: 'Myriad Pro';
	width: 45%;
	padding: 0px 30px;
	color: #000;
	font-size: 28px;
	line-height: 1.2;
}
.car-slider_video {
	width: 55%;
	height: 350px;
	border-radius: 15px;
	border: 1px solid #585857;
	overflow: hidden;
	line-height: 1;
}
.car-slider_video video {
	max-width: unset;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.car-slider_video.car-slider_pic {
	height: auto;
	border: 0px;
	border-radius: 0px;
}
.car-slider_text p {
	margin: 0px;
}
.car-slider_text p:first-child {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #1369AF;
	font-family: 'Century-Gothic-Bold';
	padding: 40px 0px 0px 60px;
	background: url(../images/car-we.png) left bottom no-repeat;
	background-size: 60px;
}
.car-slider_item > div {
	position: relative;
	z-index: 20;
}
.car-nav {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	padding: 0px 0px 30px 70px;
}
.car-nav > a {
	display: block;
	cursor: pointer;
	margin-right: 15px;
}
.car-nav img {
	width: 35px;
	height: auto;
}
.car-count {
	color: #000;
	font-size: 32px;
}
.car-slider_2 .slick-slide,
.car-slider .slick-slide {
	padding: 10px;
}
.career-geo {
	margin-bottom: 90px;
}
.geo-wrapper {
	position: relative;
}
.geo-before {
	display: block;
	content: '';
	width: 330px;
	height: 266px;
	background: url(../images/career-cities.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 180px;
	top: 110px;
}
body #page .geo-wrapper h2 {
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
	color: #000;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 1.3;
	margin-top: -20px;
}
.h-geo {
	position: absolute;
	top: -20px;
	right: 250px;
	display: flex;
	align-items: center;
	line-height: 1.2;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Century-Gothic-Bold';
}
.h-geo:before {
	display: block;
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 100%;
	background: #F2D393;
	position: absolute;
	top: -10px;
	left: -10px;
}
.h-geo span:first-child {
	position: relative;
	font-family: 'Century-Gothic-Bold';
	font-size: 89px;
	line-height: 1;
	display: block;
	color: #2770AE;
	margin-right: 10px;
	z-index: 10;
}
.geo-link {
	position: fixed;
	top: auto;
	right: 20px;
	z-index: 20;
	bottom: 40px;
	z-index: 100;
}
.geo-link img {
	max-width: 150px;
	height: auto;
}
.geo-stat {
	position: absolute;
	bottom: -20px;
	left: 15px;
	display: flex;
	flex-wrap: wrap;
}
.geo-stat > div {
	margin-right: 25px;
	line-height: 1.2;
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Century-Gothic-Bold';
}
.geo-stat > div span {
	font-family: 'Century-Gothic-Bold';
	border-top: 1px solid #000;
	padding-top: 0px;
	margin-top: 10px;
	font-size: 70px;
	display: block;
	text-align: center;
	color: #2770AE;
}
.career-wrapper {
	margin-bottom: 40px;
}
.block-title {
	text-align: center;
	font-size: 30px;
	padding-bottom: 30px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Century-Gothic-Bold';
}
#career-if {
	margin-bottom: 90px;
}
.career-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.career-list > div {
	width: calc(33.333% - 10px);
	margin: 0px 5px 10px 5px;
	display: flex;
	align-items: flex-end;
	padding: 15px 5px 15px 5px;
	border: 1px solid #9C9B9B;
	border-radius: 10px;
	font-size: 18px;
	font-family: 'Myriad Pro';
	line-height: 1.1;
}
.career-list > div img {
	/*max-height: 80px;
	width: auto;*/
	margin-right: 15px;
}
.career-list > div p {
	margin: 0px;
}
#middle-form .block-title {
	margin: 0px !important;
	padding: 0px;
	display: flex;
	justify-content: center;
}
#car-more .block-title {
	display: flex;
	justify-content: center;
}
#car-more .block-title span,
#middle-form .block-title span {
	display: block;
	position: relative;
	padding-bottom: 30px;
}
#car-more .block-title span:before,
#middle-form .block-title span:before {
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #C9DA9D;
	position: absolute;
	top: -15px;
	left: -20px;
}
#middle-form .block-title span:after {
	display: block;
	content: '';
	width: 95px;
	height: 111px;
	background: url(../images/route-icon.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0px;
	right: -110px;
}
#car-more .block-title span em,
#middle-form .block-title span em {
	position: relative;
	z-index: 10;
	font-style: normal;
}
.middle-form_bg {
	width: 100%;
	background: #DBECFC;
	padding: 60px 0px;
}
.mk-policy {
	padding-bottom: 0px !important;
	margin: 20px 0px 0px 0px !important;
}
.car-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.car-row > .form-item {
	width: 33.333%;
	padding: 0px 15px 25px 15px;
	margin: 0px;
}
.form-actions {
	display: flex;
	justify-content: center;
}
#page input[type="text"],
#page input[type="email"],
#page input[type="tel"] {
	width: 100%;
	height: 35px;
	padding: 0px;
	border: 0px;
	border-bottom: 1px solid #000;
	color: #000;
	font-family: 'Century-Gothic-Regular';
	font-size: 16px;
	box-shadow: unset;
	background: none;
	margin: 0px;
}
#page input[type="text"]::placeholder,
#page input[type="email"]::placeholder,
#page input[type="tel"]::placeholder {
	opacity: 1;
	color: #000;
}
body .wpcf7-tel {
	padding: 0px !important;
}
.car-row > .form-item select {
	width: 100%;
	height: 35px;
	padding: 0px;
	border: 0px;
	border-bottom: 1px solid #000;
	color: #000;
	font-family: 'Century-Gothic-Regular';
	font-size: 16px;
	box-shadow: unset;
	background: none;
	margin: 0px;
}
input[type="submit"] {
	width: 100%;
	height: 45px;
	margin: 0 auto;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-family: 'Century-Gothic-Regular';
	font-size: 16px;
	text-align: center;
	padding: 10px 15px;
	border-radius: 5px;
	padding: 0px;
	cursor: pointer;
	transition: all 0.2s ease;
}
input[type="submit"]:hover {
	opacity: 0.8;
}
#car-reviews .block-title {
	padding-bottom: 10px;
}
.block-subtitle {
	font-family: 'Myriad Pro';
	text-align: center;
	font-size: 25px;
	padding-bottom: 15px;
}
.car-nav_end {
	display: flex;
	justify-content: flex-end;
	padding-top: 30px;
}
.car-nav_end a {
	display: block;
	margin-left: 15px;
	cursor: pointer;
}
.car-nav_end img {
	width: 35px;
	height: auto;
}
.career-reviews {
	margin-left: -5px;
	margin-right: -5px;
}
.car-rev_item {
	padding-left: 5px;
	padding-right: 5px;
}
.car_rev_bg {
	border: 1px solid #585857;
	border-radius: 5px;
}
.rev-video {
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}
.rev-video video {
	width: 100%;
	min-height: 200px;
	object-fit: cover;
	height: auto;
}
.rev-name {
	font-family: 'Myriad Pro';
	padding: 20px 15px;
	text-align: right;
	font-size: 18px;
	/*background: url(../images/car-play.png) 20px 15px no-repeat;
	background-size: 30px;*/
	cursor: pointer;
}
.rev-name span {
	font-family: 'Myriad Pro';
	font-weight: 600;
	display: block;
	font-size: 24px;
}
.car-slider_2 .car-slider_item {
	align-items: center;
}
.car-slider_2 .car-slider_text {
	font-size: 24px;
}
.car-slider_2 .car-slider_text img {
	display: inline-block;
	margin-top: -70px;
	margin-left: 10px;
}
.car-more {
	display: flex;
	font-family: 'Myriad Pro';
	font-size: 20px;
}
.car-more > div:first-child {
	position: relative;
	white-space: pre;
	margin-right: 50px;
}
.car-more > div:first-child:before {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: -10px;
	right: -20px;
	content: '';
	background: #C9DA9D;
}
.car-more > div:first-child span {
	display: block;
	position: relative;
	z-index: 10
}
.car-more_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.car-more_list > div {
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	width: 50%;
}
.car-more_list > div img {
	margin-right: 10px;
}
.team-city {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	color: #000;
	font-size: 20px;
	font-family: 'Myriad Pro';
}
.team-city > div {
	width: 25%;
	padding: 0px;
	text-align: center;
}
.team-city img {
	max-width: 260px;
	height: auto;
	margin: -20px 0px -20px -10px;
	display: block;
}
.team-city a {
	color: #000 !important;
	text-decoration: none;
}
.student-item {
	text-align: center;
}
.student-pic {
	padding-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 240px;
}
.student-pic img {
	max-width: 224px;
	height: auto;
	margin: 0 auto;
}
.student-name {
	color: #222221;
	font-size: 13px;
	font-family: 'Myriad Pro';
}
.student-name span {
	font-size: 20px;
	display: block;
}
#car-footer .car-row > .form-item {
	width: 50%;
}
#car-footer .car-row > .form-item:nth-child(6) {
	order: 4;
}
#car-footer .car-row > .form-item:nth-child(4) {
	order: 5;
}
#car-footer .car-row > .form-item:nth-child(5) {
	order: 6;
}
#car-footer .middle-form_bg .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#car-footer > .container {
	justify-content: center;
}
#car-footer .middle-form_bg .container > div:first-child {
	width: 60%;
	padding-right: 25px;
}
#car-footer .middle-form_bg .container > div:last-child {
	width: 40%;
	padding-left: 0px;
	margin-bottom: -4px;
}
#car-footer input[type="submit"] {
	width: 100%;
}
#car-footer .middle-form_bg {
	padding-bottom: 0px;
}
.route-block {
	width: 100%;
	height: 350px;
	position: relative;
	background: url(../images/car-route.png) center bottom no-repeat;
	background-size: contain;
}
.route-block > div {
	position: absolute;
	bottom: 40px;
	left: 0px;
	display: flex;
	align-items: flex-end;
	font-size: 18px;
	line-height: 1.1;
	font-family: 'Myriad Pro';
}
.route-block > div p {
	margin: 0px;
}
.route-block img {
	max-width: 51px;
	height: auto;
	margin-left: 10px;
}
.route-block > div:nth-child(2) {
	left: 280px;
	bottom: 190px;
}
.route-block > div:nth-child(3) {
	left: 520px;
	bottom: 280px;
}
.route-block > div:nth-child(3) span {
	padding-bottom: 20px;
}
.route-block > div:nth-child(4) {
	left: 750px;
	bottom: 220px;
}
.route-block_2 {
	font-size: 22px;
	font-family: 'Myriad Pro';
	padding-left: 285px;
	margin-top: -100px;
	padding-bottom: 40px;
	line-height: 1.1;
}
.route-block_2 p:first-child {
	margin-bottom: 15px;
}
.route-block_2 p:last-child {
	display: flex;
	flex-wrap: wrap;
	font-size: 20px;
}
.route-block_2 p:last-child span {
	display: block;
	padding: 5px 15px;
	background: #C9DA9D;
	border-radius: 15px;
	margin-right: 10px;
}
.route-block_2 p:last-child span:nth-child(2) {
	background: #F2D393;
}
.route-block_2 p:last-child span:nth-child(3) {
	background: #DBECFC;
}
.car-slider_more {
	padding: 30px 10px 0px 10px;
}
.car-slider_nobr .car-more > div:first-child:before,
.car-slider_nobr:after,
.car-slider_nobr:before {
	display: none;
}
.car-slider_nobr .car-more {
	margin-right: 0px;
}
.car-more_list > div {
	display: flex;
	align-items: center;
}
.car-more_list p {
	margin: 0px;
}
.car-more_list p:first-child {
	width: 170px;
	display: flex;
	justify-content: center;
	margin-right: 20px;
}
#car-route_mob {
	display: none;
}
.action-wrapper,
.share-wrapper {
	position: relative;
	padding: 30px 20px;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
}
.action-wrapper {
	flex-wrap: wrap;
	background: #fffdee;
}
.action-wrapper:after,
.share-wrapper:after {
	background: #fff url(../images/share-bg.png) center center no-repeat;
	background-size: cover;
}
.action-wrapper:after {
	background: #fff;
}
.action-wrapper > div,
.share-wrapper > div {
	position: relative;
	z-index: 20;
}
.share-text {
	width: 45%;
	text-align: center;
}
.share-text p {
	margin: 0px;
}
.share-text p:first-child {
	font-family: 'Century-Gothic-Regular';
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.share-text p:first-child span {
	font-family: 'Century-Gothic-Bold';
}
.share-text p:first-child em {
	font-family: 'Century-Gothic-Bold';
	font-style: normal;
	font-size: 44px;
}
a.share-link,
.share-text a {
	display: inline-block;
	padding: 10px 50px;
	text-decoration: none;
	border-radius: 10px;
	color: #000 !important;
	font-size: 18px;
	border: 1px solid #000;
	background: #fff;
	box-shadow: 0px 0px 5p #DBECFC;
	transition: all 0.2s ease;
}
a.share-link:hover,
.share-text a:hover {
	color: #fff !important;
	background: #2770AE;
	border-color: #2770AE;
}
a.share-link {
	display: none;
}
.share-list p {
	margin-bottom: 15px;
	font-size: 15px;
	font-family: 'Myriad Pro';
	background: url(../images/share-icon1.png) right top no-repeat;
	background-size: 15px;
	padding-right: 25px;
}
.share-list p:last-child {
	margin-bottom: 0px;
	background: url(../images/share-icon2.png) right top no-repeat;
	background-size: 15px;
}
.car-row_action {
	display: flex;
	flex-wrap: wrap;
}
.car-row_action > div:first-child {
	width: 66.66%;
	display: flex;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}
.car-row_action > div:first-child .form-item {
	width: 50%;
	padding-right: 30px;
}
.car-row_action .form-actions {
	display: block;
}
.car-row_action .mk-policy {
	padding-bottom: 20px !important;
	margin-top: 0px !important;
}
.car-row_action input[type="submit"] {
	width: 100%;
}
.action-wrapper {
	align-items: flex-start;
}
.action-left {
	width: 40%;
	text-align:center;
}
.action-form {
	padding-top: 100px;
}
/*.action-date {
	background: url(../images/car-calendar.png) left center no-repeat;
	background-size: 52px;
	padding-left: 65px;
	font-size: 24px;
	color: #000;
	position: relative;
	font-family: 'Century-Gothic-Bold';
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
}
.action-date span {
	font-size: 20px;
	text-align: left;
}*/
.action-date span {
	display: block;
	background: #DBECFC;
	border-radius: 10px;
	border: 1px solid #000000;
	font-size: 24px;
	color: #000;
	padding: 8px 65px 8px 20px;
	position: relative;
	font-family: 'Century-Gothic-Bold';
	text-transform: uppercase;
	margin-bottom: 25px;
}
.action-date span:after {
	display: block;
	content: '';
	background: url(../images/car-calendar.png) center center no-repeat;
	background-size: contain;
	width: 55px;
	height: 52px;
	position: absolute;
	bottom: 8px;
	right: -5px;
}
.action-wrapper:before {
	background: #fff;
}
.action-text {
	font-size: 22px;
	color: #000000;
	font-family: 'Century-Gothic-Regular';
}
.action-text span {
	font-family: 'Century-Gothic-Bold';
}
.action-text div:first-child {
	margin-bottom: 20px;
	font-size: 27px;
	/*padding: 10px 15px;*/
	text-transform: uppercase;
	/*background: #ffc001;
	border-radius: 20px;*/
}
.action-text div:nth-child(2) {
	margin-bottom: 5px;
}
.action-list {
	text-align: right;
}
.action-list p:last-child {
	background: url(../images/share-icon2.png) right top no-repeat;
	background-size: 15px;
}
.action-right {
	position: relative;
	width: 60%;
}
.action-pic {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 350px;
}
.action-pic:before,
.action-pic:after {
	position: absolute;
	display: block;
	content: '';
}
.action-pic:before {
	background: url(../images/car-action_1.png) left top no-repeat;
	background-size: contain;
	width: 106px;
	height: 60px;
	bottom: 29px;
	left: -80px;
}
.action-pic:after {
	background: url(../images/car-action_2.png) left top no-repeat;
	background-size: contain;
	width: 103px;
	height: 70px;
	top: 145px;
	right: -48px;
}
.apic_text {
	position: absolute;
	bottom: 10px;
	left: 250px;
	border: 1px solid #585857;
	border-radius: 10px;
	padding: 10px;
	width: 276px;
	line-height: 1.4;
	font-size: 15px;
	font-family: 'Century-Gothic-Regular';
	box-shadow: 0px 0px 20px #DBECFC;
	background: #fff;
}
.apic_text strong {
	font-family: 'Century-Gothic-Bold';
	font-weight: normal;
}
.review-item,
.event-item {
	background: #fff;
	margin: 15px 20px;
}
.event-item:after,
.review-item:after {
	background: #fff;
}
.event-pic {
	display: flex;
	justify-content: center;
	padding: 15px 0px 10px 0px;
}
.event-pic img {
	border-radius: 50%;
	border: 1px solid #585857;
	padding: 3px;
	max-width: 130px;
	height: auto;
}
.event-date {
	padding-bottom: 10px;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Century-Gothic-Bold';
	color: #000;
	text-align: center;
}
.event-name {
	text-align: center;
	margin-bottom: 10px;
}
.event-name span {
	display: block;
	background: #C1EAE0;
	padding: 5px 15px;
	border-radius: 15px;
	text-transform: uppercase;
	color: #000;
	font-family: 'Century-Gothic-Bold';
}
.event-item_2 .event-name span {
	background: #DBECFC;
}
.event-text {
	color: #000;
	font-size: 15px;
	text-align: center;
	min-height: 80px;
}
.event-text p {
	margin: 0px;
}
.event-text strong {
	font-family: 'Century-Gothic-Bold';
	font-weight: normal;
}
.reviews-head {
	position: relative;
	display: flex;
	align-items: center;
}
.reviews-head:after {
	display: block;
	content: '';
	width: 28px;
	height: 27px;
	background: url(../images/career-corner.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: -16px;
	right: -20px;
	border-radius: 0px;
	z-index: 10;
}
.reviews-head:before {
	display: block;
	content: '';
	width: 28px;
	height: 27px;
	background: #e6f2fd;
	position: absolute;
	top: -18px;
	right: -20px;
	border-radius: 0px 0px 0px 15px;
}
.reviews-letter span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	min-width: 50px;
	height: 50px;
	background: #DBECFC;
	color: #fff;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 21px;
	line-height: 1;
	text-transform: uppercase;
	font-family: 'Century-Gothic-Bold';
}
.reviews-name {
	font-size: 15px;
	color: #000;
}
.reviews-name span {
	display: block;
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Century-Gothic-Bold';
}
.reviews-text {
	padding-top: 15px;
	font-size: 14px;
	line-height: 1.6;
	min-height: 200px;
}
.reviews-text p {
	margin: 0px;
}
.review-item {
	padding: 15px 20px;
}
.events-list,
.reviews-list {
	margin-left: -20px;
	margin-right: -20px;
}
.review-item:after {
	border-radius: 10px 30px 10px 10px;
}
.youtube-wrapper {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
}
.youtube-wrapper iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#page h1.block-title {
	color: #000;
}
.reviews-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.reviews-row .review-item {
	display: block;
	width: calc(50% - 15px);
	margin: 0px 0px 30px 0px;
}
.reviews-row .reviews-head {
	width: 100%;
}
.reviews-row .youtube-wrapper {
	margin-top: 15px;
}

@media all and (min-width: 980px) {
#career-bn video {
  position: absolute;
  top: -50px;
  right: -230px;
  height: 550px;
  object-fit: contain;
  z-index: 10;
}

}
@media all and (max-width: 960px) {
#career-bn video {
	right: -200px;
}
.geo-before {
	width: 300px;
	height: 200px;
	right: 100px;
}
.h-geo {
	top: -50px;
	right: 80px;
}
.geo-wrapper h2 {
	top: -30px;
}
.geo-stat {
	bottom: -40px;
}
.geo-stat > div span {
	font-size: 40px;
}
.geo-stat > div {
	font-size: 17px;
}
.geo-link {
	position: fixed;
	top: auto;
	right: 20px;
	z-index: 20;
	bottom: 20px;
	z-index: 100;
}
.car-slider_text {
	padding: 0px;
	font-size: 24px;
}
.career-list > div {
	width: calc(50% - 10px);
}
.team-city img {
	max-width: 200px;
	height: auto;
	margin: -20px 0px -20px -10px;
	display: block;
}
#car-footer .middle-form_bg .container > div:first-child {
	position: relative;
	top: -25px;
}
.route-block {
	height: auto;
	background: none;
}
.route-block > div {
	position: relative;
	bottom: 0px !important;
	left: 0px !important;
	display: flex;
	align-items: flex-end;
	font-size: 18px;
	padding-bottom: 15px;
}
.route-block_2 {
	font-size: 18px;
	font-family: 'Myriad Pro';
	padding-left: 0px;
	margin-top: 30px;
	padding-bottom: 0px;
	line-height: 1.1;
}
.route-block_2 p:last-child {
	font-size: 18px;
}
.share-text p:first-child {
	font-size: 26px;
}
.share-wrapper:after {
	background-size: 600px;
}
.action-pic:before,
.action-pic:after {
	display: none;
}
.action-pic {
	width: 200px;
}
.apic_text {
	bottom: -100px;
	left: 100px;
	font-size: 14px;
}
.apic_text br {
	display: none;
}
.action-date span {
	font-size: 16px;
}
.action-text {
	font-size: 18px;
}
.action-text div:first-child {
	font-size: 20px;
}

}

@media all and (max-width: 767px) {
#career-bn .container {
	flex-wrap: wrap;
	height: auto;
}
#career-bn video {
	position: relative;
	right: 0px;
	max-height: 300px;
	width: auto;
}
.career-bn_text {
	width: 100%;
	padding-bottom: 20px;
	padding-top: 20px;
}
.career-bn_text p {
	font-size: 20px;
}
.career-bn_text p:last-child {
	font-size: 26px;
}
.car-slider_2 .slick-slide,
.car-slider .slick-slide {
	padding: 10px;
}
.car-nav {
	position: relative;
	bottom: 0px;
	left: 0px;
	z-index: 100;
	padding: 20px 0px 0px 0px;
}
.car-slider_item {
	padding: 20px;
	display: block;
}
.car-slider_text {
	width: 100%;
	padding: 20px 0px;
	font-size: 18px;
}
.car-slider_video {
	width: 100%;
}
.geo-wrapper h2 {
	top: 0px;
	position: relative;
}
.h-geo {
	top: 0px;
	right: 0px;
	position: relative;
}
.geo-stat {
	bottom: 0px;
	position: relative;
	left: 0px;
	padding-top: 20px;
}
.geo-before {
	width: 150px;
	height: 100px;
	top: auto;
	bottom: 76px;
	right: 38px;
}
.geo-wrapper {
	max-width: 345px;
	margin: 0 auto;
}
.h-geo {
	font-size: 18px;
}
.h-geo span:first-child {
	font-size: 70px;
}
.geo-link {
	bottom: 100px;
}
.geo-link img {
	max-width: 100px;
}
body #page .geo-wrapper h2 {
	position: relative;
	margin-bottom: 30px;
	font-size: 20px;
}
.career-list > div {
	width: 100%;
	margin: 5px 0px;
}
input[type="submit"] {
	width: 100%;
}
.car-row > .form-item {
	width: 100%;
}
.car-slider_2 .car-slider_text img {
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	float: right;
	max-width: 150px;
	position: absolute;
	top: 15px;
	right: 15px;
}
.car-slider_2 .car-slider_text {
	font-size: 22px;
	padding-right: 0px;
	padding-top: 150px;
}
.car-more {
	display: block;
}
.car-more > div:first-child {
	display: inline-block;
	margin-bottom: 20px;
}
.car-more_list > div {
	padding-bottom: 20px;
	width: 100%;
	font-size: 18px;
}
.car-more_list > div img {
	margin-right: 20px;
	max-height: 70px;
	height: auto;
	width: auto;
}
.car-more_list > div p {
	margin: 0px;
}
.team-city > div {
	width: 50%;
	padding-bottom: 30px;
}
#car-footer .middle-form_bg .container > div:first-child {
	width: 100%;
	padding-right: 0px;
	top: 0px;
}
#car-footer .middle-form_bg .container > div:last-child {
	width: 100%;
	padding-top: 30px;
}
#car-footer .car-row > .form-item {
	width: 100%;
}
#car-footer input[type="submit"] {
	width: 100%;
}
#career-if,
.career-wrapper {
	margin-bottom: 40px;
}
.block-title {
	font-size: 26px;
}
.route-block_2 p:last-child span {
	margin-bottom: 10px;
}
.car-slider_video {
	height: auto;
}
.car-slider_video video {
	max-width: unset;
	width: 100%;
	height: auto !important;
	object-fit: cover;
}
.car-more_list {
	display: flex !important;
	flex-wrap: wrap;
}
.car-more_list > div {
	padding: 15px 0px;
}
.car-more_list p:first-child {
	width: 100px;
}
.car-slider_nobr {
	padding: 0px 15px;
}
.car-slider_nobr .car-more > div:first-child {
	display: block;
	margin-bottom: 0px;
	margin: 0px;
}
#car-route {
	display: none;
}
#car-route_mob {
	display: block;
}
.route-block {
	width: 340px;
	height: 450px;
	background: url(../images/route-mob.png) right top no-repeat;
	background-size: 230px;
	margin: 0 auto;
	position: relative;	
}
.route-block > div {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 14px;
	bottom: auto !important;
}
.route-block > div:nth-child(1) {
	left: 165px !important;
	top: 5px;
}
.route-block > div:nth-child(2) {
	top: 100px;
	left: 20px;
}
.route-block > div:nth-child(3) span,
.route-block > div:nth-child(2) span {
	order: 2;
	padding-left: 10px;
}
.route-block > div:nth-child(3) span {
	padding-left: 0px;
	padding-bottom: 10px;
}
.route-block > div:nth-child(3) img,
.route-block > div:nth-child(2) img {
	margin-left: 0px;
}
.route-block > div:nth-child(3) {
	top: 200px;
}
.route-block > div:nth-child(4) {
	top: 330px;
	left: 150px !important;
}
.route-block img {
	max-width: 40px;
}
.route-block_2 p:first-child {
	font-size: 16px;
	margin-top: -30px;
}
.route-block_2 p:last-child {
	font-size: 16px;
	justify-content: center;
}
.route-block_2 p:last-child span {
	margin: 0px 5px 10px 5px;
}
.share-wrapper {
	flex-wrap: wrap;
	max-width: 375px;
	margin: 0 auto;
	padding-top: 15px;
}
.share-wrapper:after {
	background: #fff url(../images/share-bg_mob.png) center top no-repeat;
	background-size: 375px;
}
.share-text {
	width: 100%;
}
.share-text p:first-child {
	font-size: 20px;
}
.share-text p:first-child em {
	font-size: 28px;
}
.share-text p:last-child {
	display: none;
}
.share-list {
	padding-top: 300px;
}
.share-list p {
	background: url(../images/share-icon1.png) left top no-repeat;
	background-size: 15px;
	padding-left: 25px;
	padding-right: 0px;
}
.share-list p br {
	display: none;
}
.share-list a.share-link {
	display: block;
	text-align: center;
	padding: 10px 15px;
}
.action-left,
.action-right {
	width: 100%;
}
.action-left {
	padding-bottom: 20px;
}
.car-row_action > div:first-child {
	width: 100%;
}
.car-row_action > div:first-child .form-item {
	width: 100%;
	padding-right: 0px;
}
.action-form {
	padding-top: 30px;
}
.car-row_action .mk-policy {
	padding-top: 15px !important;
}
.action-date span::after {
	width: 40px;
	height: 36px;
}
.action-date span {
	padding-right: 50px;
}
.action-pic {
	position: relative;
	width: 250px;
	margin: 0 auto;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
.apic_text {
	position: relative;
	top: 0px;
	right: 0px;
	left: 0px;
	margin: 15px auto 0px auto;
	width: 100%;
	text-align: center;
}
.action-list {
	padding: 20px 0px 0px 0px;
	text-align: center;
}
.action-list.share-list p {
	background-position: right center;
	padding-left: 0px;
	padding-right: 30px;
}
.action-date {
	font-size: 20px;
}
.reviews-row .review-item {
	width: 100%;
}

}

.rev-more {
	display: none;
}
.rev-short span {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-top: 10px;
	background: url(../images/rev-plus.png) left center no-repeat;
	padding-left: 50px;
	background-size: 40px;
	height: 40px;
	color: #6F6F6E;
	font-size: 17px;
}