body {
	font-family: OpenSans, sans-serif;
	font-size: 15px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	min-width: 320px;
}

*, *:before, *:after {
	box-sizing: border-box;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

h2 {
  font-weight: 400;
}

.wrap {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	position: relative;
}

@media(max-width: 1190px) {
	.wrap {
		margin: 0 40px;
		width: calc(100% - 80px);
	}
}

@media(max-width: 640px) {
	.wrap {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
}

.space {
	flex: 1;
}

.fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.top-bar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 100;

	/* box-shadow: 0 2px 2px rgba(0,0,0,0.05); */

	
}

section.main {
	margin-top: 0;
}

section.top-bar .wrap {
	width: 100%;
	max-width: 100%;
	display: -webkit-flex;
	display: 		 flex;
	align-items: center;

	height: 100%;
	padding-top: 15px;
	margin: 0;
}

section.top-bar .logo {
	width: 339px;
	height: 130px;
	/* position: absolute;
	top: 0;
	left: 0; */

	/* z-index: 1; */

	/* background: transparent url("/images/site/logo-06.png") no-repeat; */
	background: white url("/images/v2/logo-01.svg") no-repeat center center;

	/* box-shadow: 0 2px 2px rgba(0,0,0,0.05); */
	border-radius: 0 10px 10px 0;
	z-index: 1;
	position: relative;
}

nav.nav-top {
	font-size: 18px/23px;
	/* margin-left: 153px; */
	margin-left: 75px;

	display: -webkit-flex;
	display: 		 flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;

	z-index: 1;
	position: relative;
}

@media(max-width: 1454px) {
	section.top-bar .logo {
		width: 230px;
		height: 80px;

		background: white url("/images/v2/logo-02.svg") no-repeat center center;
	}

	nav.nav-top {
		margin-left: 37px;
	}
}

nav.nav-top a {
	text-decoration: none;
}

nav.nav-top .item {
	/* padding: 0 12px; */
	color: white;

	cursor: pointer;

	margin-right: 17px;
	white-space: nowrap;
}

nav.nav-top a:last-child .item {
	margin-right: 0;
}

.no-fonts-ready nav.nav-top .item-active {
	border-bottom: 5px solid #ffd23c;
}

nav.nav-top .active-spot {
	top: 81px;
	height: 5px;
	background: #34C0CB;
	position: absolute;

	-webkit-transition: width 0.3s ease, left 0.3s ease;
			transition: width 0.3s ease, left 0.3s ease;
}

.no-fonts-ready nav.nav-top .active-spot {
	display: none;
}

section.top-bar .button-enter {
	width: 80px;
	height: 35px;
	position: absolute;
	top: 21px;
	right: 0;

	border: 3px solid #ffd23c;
	padding: 1px 0 0 0;

	font: 20px OpenSansCond;

	color: #203b6d;
	text-align: center;

	cursor: pointer;

	display: none;
}


section.top-bar .lang {
	/* position: absolute;
	right: 0;
	top: 10px; */

	/* font-size: 22px; */
	color: white;
	cursor: pointer;

	flex-grow: 0;
	flex-shrink: 0;
	margin-left: 37px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;

	z-index: 1;
	position: relative;
}

section.top-bar .lang .caption {
	margin-right: 7px;
	display: none;
}

@media(min-width: 1488px) {
	section.top-bar .lang {
		margin-left: 60px;
	}

	section.top-bar .lang .caption {
		display: block;
	}
}

section.top-bar .lang .image {
	width: 40px;
	height: 40px;

	flex: 0 0 40px;

	/* position: absolute;
	top: 10px;
	right: 10px; */
}

section.top-bar .lang-ru .image {
	background: transparent url("/images/v2/rus-menu.png") no-repeat center center;
	background-size: cover;
}

section.top-bar .lang-en .image {
	background: transparent url("/images/v2/eng-menu.png") no-repeat center center;
	background-size: cover;
}

section.top-bar .lang-de .image {
	background: transparent url("/images/v2/deu-menu.png") no-repeat center center;
	background-size: cover;
}

section.top-bar .mobile-lang {
	/* position: absolute;
	right: 50px;
	top: 0; */

	/* font: 22px OpenSansCond;
	color: #203b6d; */
	cursor: pointer;

	/* width: 100px;
	height: 50px;
	padding: 10px; */
	margin-top: 45px;
	display: none;
	align-items: center;
}

section.top-bar .mobile-lang .caption {

}

section.top-bar .mobile-lang .image {
	width: 35px;
	height: 35px;

	/* position: absolute;
	top: 8px;
	right: 10px; */
	margin-left: 10px;
}

section.top-bar .mobile-lang-ru .image {
	background: transparent url("/images/v2/rus-menu.png") no-repeat center center;
	background-size: cover;
}

section.top-bar .mobile-lang-en .image {
	background: transparent url("/images/v2/eng-menu.png") no-repeat center center;
	background-size: cover;
}

section.top-bar .mobile-lang-de .image {
	background: transparent url("/images/v2/deu-menu.png") no-repeat center center;
	background-size: cover;
}

section.top-bar .socials {
	width: 133px;
	flex: 0 0 133px;
	display: none;
	justify-content: space-between;
	align-items: center;
	margin-left: 76px;

	z-index: 1;
	position: relative;
}

@media(min-width: 1882px) {
	section.top-bar .socials {
		display: flex;
	}
}

section.top-bar .social {
	padding: 9px 0;
}

section.top-bar .social a {
	-webkit-transition: -webkit-transform 0.3s;
	transition:			transform 0.3s;
}

section.top-bar .social:hover a {
	-webkit-transform: translateY(-9px);
			transform: translateY(-9px);
}

section.top-bar .socials .li a {
	display: inline-block;
	background: transparent url("/images/v2/li.svg") no-repeat center center;
	background-size: cover;
	width: 35px;
	height: 35px;
}

section.top-bar .socials .fb a {
	display: inline-block;
	background: transparent url("/images/v2/fb.svg") no-repeat center center;
	background-size: cover;
	width: 35px;
	height: 35px;
}

section.top-bar .socials .in a {
	display: inline-block;
	background: transparent url("/images/v2/in.svg") no-repeat center center;
	background-size: cover;
	width: 35px;
	height: 35px;
}

section.top-bar .numbers {
	display: none;
	white-space: nowrap;
	color: white;
	margin: 0 40px 0 15px;

	z-index: 1;
	position: relative;
}

@media(min-width: 1676px) {
	section.top-bar .numbers {
		display: block;
	}
}

@media(max-width: 1232px) {
	section.top-bar .space {
		flex-grow: 1;
	}

	section.top-bar .numbers {
		display: block;
	}

	section.top-bar .socials {
		display: flex;
		margin-left: 37px;
	}
}

@media(max-width: 780px) {
	section.top-bar .socials {
		display: none;
	}
}

@media(max-width: 596px) {
	section.top-bar .numbers {
		display: none;
	}
}

@media(max-width: 414px) {
	section.top-bar .lang {
		display: none;
	}

	section.top-bar .mobile-lang {
		display: flex;
	}
}

section.top-bar .mobile-menu {
	width: 80px;
	height: 80px;

	background: white url("/images/v2/menu-01.svg") no-repeat center center;
	cursor: pointer;
	/* position: absolute;
	right: 10px;
	top: 8px; */

	border-radius: 10px 0 0 10px;

	display: none;

	z-index: 1;
}

section.top-bar .mobile-menu-items {
	background: #005AA2;
	color: white;
	/* box-shadow: 0 2px 2px rgba(0,0,0,0.05); */
	position: absolute;
	top: 0;
	right: 0;
	padding: 110px 0 45px;
	width: 100%;
	overflow-y: auto;
	
	display: flex;
	flex-direction: column;
	align-items: center;

	opacity: 0;
	-webkit-transform: scale(0);
			transform: scale(0);

	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
			transition: opacity 0.3s ease,  	   transform 0.3s ease;

	-webkit-transform-origin: center top;
			transform-origin: center top;
}

.mob-menu section.top-bar .mobile-menu-items {
	-webkit-transform: scale(1);
			transform: scale(1);

	opacity: 1;
}

section.top-bar .mobile-menu-items a {
	color: white;
	text-decoration: none;

	display: inline-block;
	min-width: 0;
}

section.top-bar .mobile-menu-items .mobile-item {
	font-size: 18px/37px;
	/* font: 22px/20px OpenSansCond; */
	
	/* color: #203b6d; */
	padding: 10px 0;
	/* text-align: right; */
	text-decoration: none;
	position: relative;
}

section.top-bar .mobile-menu-items .mobile-item-active {
	font-weight: bold;
}

section.top-bar .mobile-menu-items .mobile-item-active:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: #34C0CB;
	left: 0;
	bottom: 2px;
	/* right: 0; */
}

footer.page-footer {
  margin-top: 90px;
}

footer.page-footer .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer.page-footer .logo {
	width: 252px;
  height: 80px;
  
  flex: 0 0 252px;

  margin-right: 30px;
  margin-top: -2px;

  align-self: flex-start;
  
  background: white url("/images/v2/logo-01.svg") no-repeat center center;
}

footer.page-footer .links {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0;
}

footer.page-footer .links a {
  flex: 0 0 33.3%;
  padding: 10px 0;

  color: #263238;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px; 
}

footer.page-footer a.phone {
	color: #064F9A;
}

footer.page-footer aside {
  flex: 0;
  display: flex;
  margin-left: 20px;
}

@media (max-width: 1190px) {
  footer.page-footer .wrap {
    justify-content: space-between;
  }

  footer.page-footer .links {
    display: none;
  }

  footer.page-footer aside { 
    margin-left: 0;
  }
}



footer.page-footer aside .socials {
  display: flex;
  margin: 0 -8px;
  margin-right: 8px;
}

footer.page-footer aside .socials > div {
  padding: 0 8px;
}

footer.page-footer .numbers {
  white-space: nowrap;
}

@media (max-width: 660px) {
  footer.page-footer .wrap {
    align-items: flex-start;
  }

  footer.page-footer .logo {
    margin-top: -14px;
  }

  footer.page-footer aside { 
    flex-wrap: wrap;
  }

  footer.page-footer .numbers {
    flex: 0 0 100%;
    margin-top: 15px;
  }
}

footer.page-footer footer {
  flex: 0 0 100%;
  border-top: 2px solid #34C0CB;
  margin-top: 24px;
  padding-top: 20px;
  padding-bottom: 40px;

  display: flex;
  justify-content: space-between;

  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 540px) {
  footer.page-footer {
    margin-top: 30px;
  }

  footer.page-footer .wrap {
    justify-content: center;
    text-align: center;
  }

  footer.page-footer .logo {
    display: none;
  }

  footer.page-footer footer {
    flex-direction: column;
    padding-bottom: 20px;
  }

  footer.page-footer footer .copy {
    margin-bottom: 15px;
  }
}

section.contact-form {
  background: #064F9A url(/images/v2/contact-form-bg.svg) no-repeat right bottom 40px;
  min-height: 380px;
  padding: 35px 0;
  margin-top: 90px;

  color: white;
}

section.contact-form .row {
  display: flex;
  flex-wrap: wrap;
}

section.contact-form .col-gutter-30 {
  margin: -15px;
}

section.contact-form .col-gutter-30 > .col-4 {
  padding: 15px;
}

section.contact-form .col-gutter-30 > .col-6 {
  padding: 15px;
}

section.contact-form .col-gutter-30 > .col-8 {
  padding: 15px;
}

section.contact-form .col-gutter-30 > .col-12 {
  padding: 15px;
}

section.contact-form .col-gutter-30 > .col {
  padding: 15px;
}

section.contact-form .col-gutter-30 > .col-auto {
  padding: 15px;
}

section.contact-form .col-8 {
  flex: 0 0 66.7%
}

section.contact-form .col-4 {
  flex: 0 0 33.3%
}

section.contact-form .col-6 {
  flex: 0 0 50%;
}

section.contact-form .col-12 {
  flex: 0 0 100%;
}

section.contact-form .col {
  flex: 1;
}

section.contact-form .col-auto {
  flex: 0;
}

section.contact-form h2 {
  margin: 0 0 20px 0;
  font-size: 28px;
  line-height: 36px;
}

section.contact-form .sub-caption {
  font-size: 18px;
  line-height: 23px;
}

@media (max-width: 1023px) {
  section.contact-form h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
  }

  section.contact-form .sub-caption {
    font-size: 16px;
    line-height: 20px;
  }
}

section.contact-form input {
  height: 50px;
  padding: 0 20px;
  border-radius: 10px;
  border: 0;
  width: 100%;
  color: #263238;
}

section.contact-form textarea {
  height: 140px;
  width: 100%;
  border-radius: 10px;
  border: 0;
  padding: 15px 20px;
  color: #263238;
}

section.contact-form .btn { 
  width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  background: white;
  border-radius: 10px;
  color: #0A68B3;

  font-size: 20px;
}

section.contact-form a {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 800px) {
  .form-row {
    flex-direction: column;
  }

  .form-row > .col-4 {
    flex: 0 0 100%;
  }

  .form-row > .col-8 {
    flex: 0 0 100%;
  }
}

@media (max-width: 480px) {
  section.contact-form .col-gutter-30 > .col-6 {
    flex: 0 0 100%;
  }

  section.contact-form .col-gutter-30 > .col {
    flex: 0 0 100%;
  }

  section.contact-form .col-gutter-30 > .col-auto {
    flex: 0 0 100%;
  }
}


#shade {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background: rgba(0,0,0,0.8);
	z-index: 1000;
	display: none;
}

#modal {
	position: fixed;
	width: 1170px;
	left: 50%;
	margin-left: -585px;
	height: 740px;
	top: 50%;
	margin-top: -370px;
	z-index: 1100;

	background: white;
	display: none;
}

.show-modal #shade {
	display: block;
}

.show-modal #modal {
	display: block;
}

#modal .close {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	cursor: pointer;
	z-index: 1;

	background: transparent url("/images/site/close-01.png") no-repeat center center;
}

#modal .left {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100px;
	cursor: pointer;

	background: transparent url("/images/site/modal-left-01.png") no-repeat center center;
}

#modal .left:hover {
	background: transparent url("/images/site/modal-left-02.png") no-repeat center center;
}

#modal .right {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100px;
	cursor: pointer;

	background: transparent url("/images/site/modal-right-01.png") no-repeat center center;
}

#modal .right:hover {
	background: transparent url("/images/site/modal-right-02.png") no-repeat center center;
}

#modal .slider {
	position: absolute;
	top: 50px;
	bottom: 50px;
	left: 100px;
	right: 100px;
}

#modal .slider .slide {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#modal footer.modal-footer {
	font: 18px OpenSans;

	color: #203b6d;
	position: absolute;
	bottom: 0;
	height: 50px;
	left: 100px;
	right: 100px;
	padding: 10px 0 0 0;
	text-align: center;
}

#lang {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 160px;

	background: rgba(0,0,0,0.8);
	z-index: 90;
	display: none;
}

.show-lang #lang {
	display: block;
}

#lang .wrap {
	width: 1170px;
	margin: 0 auto;
}

#lang header {
	color: white;
	font: 60px OpenSansExtra;

	width: 1170px;
	margin: 60px 0;
}

#lang .lang-item {
	float: right;
	margin-left: 30px;
	cursor: pointer;
}

#lang .lang-item:last-child {
	margin-left: 0;
}

#lang .lang-item .image {
	width: 270px;
	height: 270px;
}

#lang .lang-item-english .image {
	background: transparent url("/images/site/eng-max.png") no-repeat center center;
	background-size: cover;
}

#lang .lang-item-russian .image {
	background: transparent url("/images/site/rus-max.png") no-repeat center center;
	background-size: cover;
}

#lang .lang-item-deutsch .image {
	background: transparent url("/images/site/deu-max.png") no-repeat center center;
	background-size: cover;
}

#lang .lang-item .caption {
	color: white;

	font: 20px OpenSans;
	text-align: center;
	padding: 20px 0;
}

@media (max-width: 1169px) {
	#modal {
		width: auto;
		left: 0;
		right: 0;
		margin-left: 0;
	}

	#modal .left {
		width: 10%;
		background-size: 30px;
	}

	#modal .left:hover {
		background-size: 30px;
	}

	#modal .right {
		width: 10%;
		background-size: 30px;
	}

	#modal .right:hover {
		background-size: 30px;
	}

	#modal .slider {
		left: 10%;
		right: 10%;
	}

	#lang .wrap {
		width: 100%;
		padding: 0 10%;
	}
}

@media (max-height: 739px) {
	#modal {
		height: auto;
		top: 0;
		bottom: 0;
		margin-top: 0;
	}
}

@media (max-width: 1259px) {
	body {
		/* min-width: 1365px; */
		/* width: 100%; */
		/* zoom: 0.75; */
	}

	/* .wrap {
		width: 100%;
	} */

	/* nav.nav-top {
		font: 15px OpenSansCond;
	} */

	/* nav.nav-top .item {
		padding-top: 30px;
	} */

	/* section.top-bar .wrap {
		padding: 0 10%;
	} */

	/* section.top-bar .logo {
		left: 10%;
	} */

	/* section.top-bar .button-enter {
		font: 15px OpenSansCond;
	} */

	/* footer.page-footer {
		padding: 0 10%;
	}

	footer.page-footer .links {
		margin-left: 100px;
		margin-right: 400px;
		width: auto;
	}

	footer.page-footer .links a {
		width: 50% !important;
	}

	footer.page-footer .numbers {
		font: bold 19px OpenSansCond;
	} */
}

@media (max-width: 1232px) {
	nav.nav-top {
		display: none;
	}

	/* section.top-bar {
		height: 50px;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;

		box-shadow: none;
	} */

	/* section.top-bar .logo {
		height: 105px;
		width: 95px;
		background-size: contain;
	} */

	section.top-bar .button-enter {
		display: none;
	}

	section.top-bar .mobile-menu {
		display: block;
	}

	/* section.top-bar .lang {
		display: none;
	} */

	/* section.main {
		margin-top: 0;
	} */

	#lang {
		top: 0;
		padding-top: 50px;
	}

	/* footer.page-footer .links {
		display: none;
	}

	footer.page-footer .logo {
		float: none;
	} */
}

@media (max-width: 729px) {
	#lang header {
		font-size: 40px;
	}

	#lang .lang-item .image {
		width: 200px;
		height: 200px;
	}
}

@media (max-width: 647px) {
	/* footer.page-footer .logo {
		margin-bottom: 90px;
	}

	footer.page-footer .socials {
	    right: 80px;
	    top: 88px;
	} */
}

@media (max-width: 555px) {
	#lang header {
		font-size: 30px;
		margin-bottom: 20px;
	}

	#lang .lang-item {
		/* float: none; */
		/* margin: 0 0 20px 0; */
	}
	#lang .lang-item .image {
		width: 120px;
		height: 120px;
		margin: 0 auto;
	}
}

@media (max-height: 581px) {
	#lang .lang-item .image {
		width: 120px;
		height: 120px;
	}
}


@media (max-width: 439px) {
	#lang header {
		font-size: 27px;
	}

	#lang .lang-item .image {
		width: 100px;
		height: 100px;
	}
}

@media (max-height: 427px) {
	#lang header {
		font-size: 30px;
		margin-bottom: 20px;
	}
}


@media (max-height: 339px) {
	#lang header {
		font-size: 24px;
		margin-bottom: 10px;
	}

	#lang .lang-item .image {
		width: 100px;
		height: 100px;
	}

	#lang .lang-item .caption {
		padding: 8px 0;
	}
}

@media (max-width: 480px) {
	/* footer.page-footer .numbers {
		border: 0;
	}

	footer.page-footer .numbers .phone {
		text-align: right;
		padding-right: 0;
	}

	footer.page-footer .copy {
		width: 110px;
	}

	footer.page-footer .developer {
		width: 110px;
		text-align: right;
	} */

	#modal .left {
		background-size: 24px;
	}

	#modal .left:hover {
		background-size: 24px;
	}

	#modal .right {
		background-size: 24px;
	}

	#modal .right:hover {
		background-size: 24px;
	}
}

@media (max-width: 437px) {
	/* footer.page-footer .numbers:before {
		display: none;
	}

	footer.page-footer .socials {
		right: 0;
	} */
}

@media (max-height: 320px) {
	section.top-bar .mobile-menu-items .mobile-item {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	section.top-bar .mobile-menu-items .mobile-item-active:after {
		height: 19px;
	}
}
