*, ::after, ::before {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    border: none;
    transition: all 0.3s;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	font-size: 14px;
    background: #fff;
    color: #414141;
}
img {
    max-width: 100%;
}
a {
    text-decoration: inherit;
	color: inherit;
}
ul {
	list-style: none;
}
h1 {
	font-size: 42px;
	text-transform: uppercase;
	position: relative;
}
h1 .light {
	font-size: 28.45px;
    position: relative;
	top: -10px;
}
h1:before {
    content: '';
    width: 53px;
    height: 54px;
    position: absolute;
    top: -15px;
    left: -30px;
    background: url(../img/epilops.png) center no-repeat;
    z-index: -1;
}
h2 {
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
	color: rgb(46, 65, 144);
	display: inline-block;
	position: relative;
    margin-left: 33px;
	font-weight: 900;
}
h2:before {
    content: '';
    width: 53px;
    height: 54px;
    position: absolute;
    top: -10px;
    left: -32px;
    background: url(../img/epilops.png) center no-repeat;
    z-index: -1;
}
h2.wb:before  {
	 background: url(../img/epilops-white.png) center no-repeat;
}
h3 {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
}
@media (min-width: 480px) {
	h2 {
		font-size: 36px;
	}
	h2:before {
		top: -5px;
	}
}
@media (min-width: 1480px) {
	h1 {
		font-size: 52px;
	}
	h1 .light {
		font-size: 36.45px;
		top: -20px;
	}
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.flex {
	display: flex;
}
.row {
	margin-left: auto;
	margin-right: auto;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}
@media (min-width: 1700px) {
	.container {
		width: 1690px;
	}
}
.text-center {
	text-align: center;
}
.text-transform {
    text-transform: uppercase;
}
.text-large {
    font-size: 18px;
}
.text-medium {
    font-size: 16px;
}
.light {
	font-weight: 300;
}
.bold {
	font-weight: 900;
}
.white {
    color: white;
}
.mcolor {
	color: #2e4190
}
.btn {
	border-radius: 4px;
	background-color: #304391;
	width: 100%;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}
.btn:hover {
	box-shadow: 0 3px 10px rgba(48, 67, 145, 0.6);
}
.btn img {
	width: 11px;
	margin-right: 15px;
}
.btn.white {
	background-color: #fff;
	color: #304391;
}

.btn.white:hover {
	box-shadow: 0 3px 10px rgba(255, 255, 255, 0.6);
}
@media (min-width: 480px) {
	.btn {
		width: 276px;
	}
}
.tab-panel {
	display: none;
}
.tab-panel.active {
	display: flex;
}
/****/
.all-menu-wrapper {
	position: fixed;
    right: 5px;
    z-index: 1000;
    color: #fff;
    top: 0;
    width: 230px;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 2;
}
.all-menu-wrapper nav {
	width: 100%;
}
#qmenu .flex {
	align-items: center;
	width: 62px;
	position: relative;
}
#qmenu li.nav-item {
	margin-bottom: 50px;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#qmenu li.nav-item .epilops {
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	width: 9px;
	height: 9px;
	display: block;
	margin-right: 20px;
	position: relative;
}
#qmenu li.nav-item .numb-epi:before {
    content: '';
    background-color: rgb(255, 255, 255);
    position: absolute;
    right: 75px;
    width: 0;
    height: 1px;
	transition: all 0.6s;
}
#qmenu li.nav-item a {
    position: relative;
	display: block;
    width: 125px;
}
#qmenu li.nav-item .txt {
    left: 0px;
	position: relative;
    z-index: 1;
}
#qmenu li.nav-item a:before {
    content: '';
    position: absolute;
    bottom: -26px;
    right: 0;
    background: url(../img/bkg-menu.png) center no-repeat;
    width: 185px;
    height: 65px;
    z-index: 1;
	transition: all 0.6s;
	opacity: 0;
}
#qmenu li.nav-item:hover a:before {
    opacity: 1;
	right: 35px;
}
#qmenu li.nav-item:hover .txt {
    left: -70px;
	color: #fff;
}
#qmenu li.nav-item:hover .numb-epi:before  {
    width: 51px;
}
#qmenu li.nav-item .epilops:after, #qmenu li.nav-item .epilops:before {
	content: '';
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	position: absolute;
	transition: all 0.6s;
}
#qmenu li.nav-item.active .epilops:after {
	opacity: 0.102;
	left: -10px;
    top: -10px;
	width: 29px;
	height: 29px;
}
#qmenu li.nav-item.active .epilops:before {
	opacity: 0.502;
    left: -5px;
    top: -5px;
	width: 19px;
	height: 19px;
}
#qmenu li.nav-item .number {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.2;
	width: 23px;
}
#qmenu li:last-child {
	margin-bottom: 0px;
}
@media (min-width: 992px) {	
	.nav-icon {
		display: none;
	}
	.all-menu-wrapper.nofixed {
		position: absolute;
	}
	.all-menu-wrapper.black .txt {
		color: #414141;
	}
	.all-menu-wrapper.white .txt {
		color: #fff;
	}
	.all-menu-wrapper.black:after {
		background-color: #414141;
		opacity: 0.2;
	}
	.all-menu-wrapper.white:after {
		background-color: #fff;
	}
	.all-menu-wrapper.black #qmenu li.nav-item .numb-epi:before {
		background-color: #414141;
		opacity: 0.2;
	}	
	.all-menu-wrapper.black #qmenu li.nav-item .epilops:after, 
	.all-menu-wrapper.black #qmenu li.nav-item .epilops:before {
		background-color: #414141;
	}
	.all-menu-wrapper.black #qmenu li.nav-item .epilops {
		background-color: #414141;
		opacity: 0.2;
	}
	.all-menu-wrapper.black #qmenu li.nav-item.active .epilops {
		background-color: #414141;
		opacity: 0.9;
	}
	.all-menu-wrapper.white #qmenu li.nav-item .epilops {
		background-color: #fff;
		opacity: 1;
	}
	.all-menu-wrapper.black #qmenu li.nav-item .number {
		color: #414141;
		opacity: 0.2;
	}
	.all-menu-wrapper.white #qmenu li.nav-item .number {
		color: #fff;
		opacity: 1;
	}
	.all-menu-wrapper:after {
		content: '';
		background-color: #ffffff;
		opacity: 0.302;
		position: absolute;
		right: 57px;
		top: 0px;
		width: 1px;
		height: 100%;
	}
}
@media (min-width: 1440px) {
	#qmenu li.nav-item.active a:before {
		opacity: 1;
		right: 35px;
	}
	#qmenu li.nav-item.active .txt {
		left: -70px;
		color: #fff;
	}
	
	#qmenu li.nav-item.active .numb-epi:before {
		width: 51px;
	}
	#qmenu li.nav-item.active .txt {
		opacity: 1;
	}
}
@media (min-width: 1680px) {
	.all-menu-wrapper {
		right: 135px;
	}
	.all-menu-wrapper {
		transition: all 0s;
	}
	#qmenu li.nav-item .epilops {
		margin-right: 30px;
	}
	#qmenu li.nav-item.active .number {
		font-size: 36px;
	}
}
@media (max-width: 1679px) {
	#qmenu li.nav-item .txt {
		opacity: 0;
	}
	#qmenu li.nav-item:hover .txt {
		opacity: 1;
	}
}
@media (max-width: 991px) {
	.all-menu-wrapper {
		background: #304391;
		padding: 0 30px;
		width: 285px;
		right: -100%;
	}
	#qmenu li.nav-item .txt {
		opacity: 1;
	}
	#qmenu li.nav-item:hover a:before {
		opacity: 0;
	}
	#qmenu li.nav-item:hover .txt {
		left: 0;
	}
	#qmenu li.nav-item:hover .numb-epi:before, 
	#qmenu li.nav-item.active .numb-epi:before {
		width: 25px;
	}
	.nav-icon {
		min-width: 40px;
		min-height: 40px;
		width: 40px;
		height: 40px;
		position: fixed;
		z-index: 600;
		cursor: pointer;
		top: 100px;
		right: 0;
		background: #304391;
		box-shadow: 0px 1px 3px rgba(66, 66, 66, 0.65);
	}
	.nav-icon span {
		width: 100%;
		height: 2px;
		position: absolute;
		display: block;
		-webkit-transform: scaleX(0.55);
		-ms-transform: scaleX(0.55);
		transform: scaleX(0.55);
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		background: #fff;
		cursor: pointer;
	}
	.nav-icon span:nth-child(1) {
		top: 13px;
	}
	.nav-icon span:nth-child(2), .nav-icon span:nth-child(4) {
		top: 19px;
	}
	.nav-icon span:nth-child(3) {
		top: 25px;
	}
	
	.nav-icon.in span:nth-child(1) {
		-webkit-transform: translate3d(0, -12px, 0) scale(0.55);
		transform: translate3d(0, -12px, 0) scale(0.55);
		opacity: 0
	}
	.nav-icon.in span:nth-child(2) {
		-webkit-transform: rotate(-45deg) scale(0.55);
		-ms-transform: rotate(-45deg) scale(0.55);
		transform: rotate(-45deg) scale(0.55)
	}
	.nav-icon.in span:nth-child(3) {
		-webkit-transform: translate3d(0, 12px, 0) scale(0.55);
		transform: translate3d(0, 12px, 0) scale(0.55);
		opacity: 0
	}
	.nav-icon.in span:nth-child(4) {
		-webkit-transform: rotate(45deg) scale(0.55);
		-ms-transform: rotate(45deg) scale(0.55);
		transform: rotate(45deg) scale(0.55)
	}
	.nav-icon.in {
		right: 285px;
	}
	.nav-icon.in+.all-menu-wrapper {
		right: 0;
	}
}
/****/
#header {
    top: 40px;
    position: absolute;
    width: 100%;
    z-index: 3;  
}
@media (min-width: 992px) {
	#header {
    text-shadow: 0 0 1px #304391, 0 0 1px #304391, 0 0 1px #304391, 0 0 1px #304391, 0 0 1px #304391, 0 0 1px #304391;
}
}
@media (max-width: 768px) {
	#header .lang-cover-box{margin: 15px 0 10px 10px;}
}
#header .row {
    justify-content: space-between;
	align-items: center;
}
#header .logo img {
    width: 200px;
}
#header .item-cont {
    align-items: center;
	text-transform: uppercase;
	font-size: 12px;
}
#header .item-cont img {
    margin-right: 20px;
}
@media (min-width: 640px) {	
	#header .item-cont:first-child {
		margin-right: 50px;
	}
	
}
	
@media (min-width: 992px) {	
	#header .item-cont {
		margin-right: 5%;
	}
}
@media (min-width: 1480px) {	
	#header .item-cont {
		margin-right: 200px;
	}
}
@media (max-width: 991px) {
	#header .contact {
		color: #000
	}
	#header .item-cont img {
		display: none;
	}
}
@media (max-width: 639px) {	
	#header .contact {
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	#header .item-cont {
		margin: 0 7px;
	}
}
@media (max-width: 459px) {	
	#header .row {
		flex-wrap: wrap;
		justify-content: center;
	}
	#header .logo {
		margin-bottom: 25px;
	}
	#header .item-cont img {
		margin-right: 10px;
	}
}
/****/
#first #box {
	background-color: #414141;
	left: 0;
	bottom: 0;
	width: 130px;
	height: 80px;
}
#first #box:after, #first #box:before {
	content: '';
    position: absolute;
    top: 15px;
}
#first #box:after {
    right: 0;
    background: #fff;
    width: 65px;
    height: 1px;
}
#first #box:before {
    left: 130px;
    background: rgb(46, 65, 144);
    width: 105px;
    height: 1px;
}
#first .row {
	align-items: center;
	justify-content: space-between;
	height: 971px;
}
#first .row h1 .bold {
	background: #fff;
    display: block;
    line-height: 1;
}
#first .row .box.left .btn {
    margin-top: 60px;
}
#first .row .box.right {
	position: relative;
	height: 100%;
    width: 50%;
}
#first .row .box.right:after, #first .row .box.right:before {
    content: '';
    background-color: #ffffff;
    opacity: 0.302;
    position: absolute;
    left: 0;
    top: 0px;
    width: 1px;
    height: 100%;
}
#first .row .box.right:before {
    left: 365px;
}
@media (min-width: 480px) {	
	#first .row .box.left {
		padding-left: 25px;
	}
}
@media (min-width: 992px) {
	#first:after {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		background: url('../img/bkg-one.png') right no-repeat;
		background-attachment: fixed;
		width: 50%;
		height: 975px;
	}
}
@media (min-width: 1480px) {
	#first:after {
		width: 59.65%;
	}
}
@media (max-width: 1199px) {
	#first .row .box.right:after, 
	#first .row .box.right:before {
		display: none;
	}
}
@media (max-width: 991px) {
	h1:before {
		top: -8px;
		left: -28px;
		background: url(../img/epilops-white.png) center no-repeat;
	}
	#first .row {
		height: 770px;
	}
	#first .row h1 .bold {
		background: transparent;
	}
	#first .row .box.right {
		display: none;
	}
}
@media (max-width: 479px) {
	h1 {
		font-size: 9vw;
	}
	h1:before {
		display: none;
	}
	#first:after {
		height: 690px;
	}
	#first .row .box.left {
		width: 100%;
	}
}
/****/
#work {
	padding-top: 100px;
	margin-bottom: 100px;
}
#work h2 {
	margin-bottom: 100px;
	background: #fff;
}
#work:before {
	content: '';
	position: absolute;
	bottom: -80px;
	right: 0;
	background: url('../img/bkg-work.png') center no-repeat;
    width: 50%;
    height: 770px;
	z-index: 2;
}
#work .box.one {
	background-color: rgb(232, 232, 232);
	width: 100%;
	height: 712px;
	padding: 117px 53px;
}
#work .box.one h3 {
	margin-bottom: 65px;
}
#work .box.two {
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
    width: 614px;
    height: 530px;
    padding: 30px;
    z-index: 2;
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center
}
#work .images-wrap {
	overflow: hidden;
    height: 100%;
	border-radius: 4px;
}
#work .images-wrap img {
    width: 100%;
}
#work .items {
	margin-bottom: 80px;
}
#work .items .item {
	margin-bottom: 20px;
	cursor: pointer;
}
#work .items .item:before {
    content: '';
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 17px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 30px;
}
#work .items .item.active:before {
    background-color: #2e4190;
}
@media (min-width: 992px) {
	#work {
		margin-bottom: 150px;
	}
}
@media (min-width: 1200px) {
	#work:before {
		top: 0;
		height: 851px;
	}
	#work .box.one {
		width: 1159px;
	}
	#work .box.two {
		position: absolute;
		top: 100px;
		left: 520px;
	}
}
@media (min-width: 1440px) {	
	#work:before {
		width: 59.65%;
	}
	#work .box.two {
		width: 707px;
		height: 614px;
		left: 680px;
	}
}
@media (max-width: 1199px) {
	#work .container {
		padding: 0;
	}
	#work .box.two {
		margin-top: -75px;
		position: relative;
	}
}
@media (max-width: 767px) {
	#work:before {
		display: none;
	}
	#work .box.one {
		width: 100%;
		height: 100%;
	}
	#work .box.two {
		margin-top: 0px;
		width: 100%;
		height: 100%;
		box-shadow: 3px 12px 24px rgba(65, 65, 65, 0.3);
	}
}
@media (max-width: 479px) {
	#work .box.one {
		padding: 40px 20px;
	}
	#work .box.two {
		padding: 15px;
	}
}
/****/
#project {
	padding-bottom: 45px;
}
#project h2 {
	margin-bottom: 55px;
	background: #fff;
}
#project .items {
	flex-wrap: wrap;
    width: 100%;
}
#project .item {
	background-color: rgb(255, 255, 255);
    width: 332px;
    box-shadow: 0 0px 20px rgba(48, 65, 136, 0.3);
    margin: 0px 20px 56px;
    font-size: 16px;
    text-align: center;
    padding: 40px 35px;
}
#project .item:hover {
	background-color: #304391;
}
#project .item:hover .title {
	color: #fff;
}
#project .item .icon {
	margin-bottom: 25px;
	opacity: 0.5;
}
#project .item:hover .icon {
    filter: brightness(0) invert(1);
	opacity: 1;
}
#project .item .title {
	min-height: 80px;
	margin-bottom: 10px;
}
#project .item .check {
	border-radius: 50%;
	background-color: rgb(46, 65, 144);
	width: 49px;
	height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: auto;
}
#project .item .check svg {
	width: 19px;
	height: 19px;
}
#project .item .check svg path {
	fill: #fff;
}
#project .item:hover .check {
	background-color: #fff;
}
#project .item:hover .check svg path {
	fill: #2e4190;
}
@media (min-width: 640px) {
	#project h2 {
		margin-bottom: 120px;
	}
}
@media (min-width: 1320px) {
	#project .items {
		width: 1230px;
		margin: 0 -20px;
	}
}
@media (max-width: 1199px) {
	#project .items {
		justify-content: center;
	}
}
@media (max-width: 479px) {
	#project .item {
		width: 100%;
		margin: 0px 0px 30px;
	}
}
/****/
#service {
    padding-bottom: 100px;
}
#service h2 {
    margin-bottom: 100px;
    background: #fff;
}
#service hr {
    background: rgb(232, 232, 232);
	height: 1px;
	width: 100%;
	display: block;
    margin: 25px 0 80px;
}
#service .content .tabs {
    justify-content: space-between;
	margin: 0 -15px;
}
#service .tab-panel {
    justify-content: center;
    flex-wrap: wrap;
	align-items: center;
}
#service .btn-tab {
	background-color: rgb(255, 255, 255);
	width: 270px;
	height: 60px;
	color: #414141;
	text-transform: uppercase;
	line-height: 1.2;
	box-shadow: 0 0px 20px rgba(48, 67, 145, 0.3);
	margin: 0 15px 55px;
	cursor: pointer;
}
#service .btn-tab.active {
	background-color: #304391;
	color: #fff;
	box-shadow: 0 6px 20px rgba(48, 67, 145, 0.4);
}
#service .tab-panel>img {
	margin-bottom: 65px;
}
#service .tab-panel p {
	margin-bottom: 20px;
}
#service .detailed {
	margin-bottom: 30px;
	width: 100%;
}
#service .list-wrap {
	width: 50%;
	padding: 0 15px;
}
#service .list-wrap li {
	margin-bottom: 15px;
	display: inline-flex;
}
#service .list-wrap li span {
	display: inline-block;
}
#service .list-wrap li span:before {
    content: '';
    border-radius: 50%;
    background-color: rgb(48, 67, 145);
    width: 6px;
    height: 6px;
    display: inline-block;
    margin: 9px 12px 9px 0;
    float: left;
}
#service .items {
	justify-content: space-between;
	flex-wrap: wrap;
}
#service .item {
    display: flex;
    align-items: flex-start;
    width: 338px;
    padding: 20px 0;
    margin: 0 15px;
}
#service .item img {
    width: 50px;
    opacity: 0.5;
    margin: 0 20px 0 0;
}
#service form {
    width: 100%;
    margin-top: 15px;
}
#service input {
    opacity: 0.5;
	height: 52px;
}
#service input:focus {
    opacity: 1;
}
@media (min-width: 767px) {
	#service form input[name="name"] {
		width: 286px;
		margin-right: 15px;
	}
	#service form input[name="tel"] {
		width: 330px;
		border-radius: 4px 0px 0px 4px;
	}
	#service form .btn {
		border-radius: 0px 4px 4px 0px;
	}
	#service .form-control {
		float: left;
	}
}
@media (min-width: 992px) {
	#service .btn-tab {
		width: 475px;
		height: 75px;
		font-size: 16px;
	}
}
@media (min-width: 1200px) {	
	#service form input[name="tel"] {
		width: 506px;
	}
}
@media (min-width: 1260px) {	
	#service .content {
		width: 1210px;
		padding-left: 65px;
	}
	#service .tab-panel {
		padding: 0 20px;
	}
}
@media (max-width: 767px) {
	#service .list {
		flex-wrap: wrap;
	}
	#service .list-wrap {
		width: 100%;
	}
	#service .form-control {
		margin-bottom: 10px;
	}
}
@media (max-width: 519px) {
	#service .content .tabs {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	#service .btn-tab {
		width: 100%;
		margin-bottom: 20px;
	}
}
/****/
#whyme {
	padding: 65px 0 15px;
	background: #304391;
	margin-bottom: 50px;
}
#whyme:after {
    content: '';
    position: absolute;
    width: 143px;
    height: 355px;
    background: url(../img/bkg-whyme.png) bottom no-repeat;
    top: 0;
    left: 37px;
}
#whyme h2 {
    margin-bottom: 60px;
}
#whyme .box {
	width: 100%;
	margin-bottom: 30px;
}
#whyme .nav-but [class*="but-"] {
	position: absolute;
	right: 235px;
	cursor: pointer;
}
#whyme .nav-but [class*="but-"].disabled {
	pointer-events: none;
	opacity: 0.2;
}
#whyme .nav-but [class*="but-"] img {
	width: 20px;
}
#whyme .nav-but .but-up {
	top: -40px
}
#whyme .nav-but .but-down {
	bottom: -40px
}
#whyme .images {
	width: 100%;
    border-radius: 4px 0px 0px 4px;
}
#whyme .items {
	width: 100%;
}
#whyme .item {
    background-color: rgb(255, 255, 255);
    width: 100%;
    min-height: 100px;
    margin-bottom: 11px;
	display: flex;
    align-items: center;
    padding: 11px 38px;
	cursor: pointer;
	font-weight: 500;
}
#whyme .item p {
	opacity: 0.5;
}
#whyme .item.active p, #whyme .item:hover p {
	opacity: 1;
}
@media (min-width: 640px) {	
	#whyme {
		padding: 115px 0 100px;
	}
	#whyme h2 {
		margin-bottom: 140px;
	}
	#whyme .images {
		height: 554px;
		overflow: hidden;
	}
}
@media (min-width: 992px) {
	#whyme {
		margin-bottom: 100px;
	}
	#whyme .box {
		width: 90%;
	}
	#whyme .items {
		width: 450px;
	}
	#whyme .images {
		width: 770px;
	}
	#whyme .item {
		border-radius: 0px 4px 4px 0px;
	}
}
@media (min-width: 1360px) {
	#whyme .box {
		width: 1267px;
	}
	#whyme .item {
		padding: 15px 38px;
	}
}
@media (max-width: 1319px) {
	#whyme .images img {
		max-width: inherit;
	}
}
@media (max-width: 1199px) {
	#whyme .items {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
	#whyme .nav-but {
		display: none;
	}
	#whyme .box {
		flex-wrap: wrap;
	}
	#whyme .images img {
		width: 100%;
	}
}
@media (max-width: 639px) {
	#whyme .images {
		margin-bottom: 8px;
	}
}
/****/
#decision {
	background: #304391 url(../img/bkg-decision.png) top no-repeat;
	background-attachment: fixed;
	padding: 80px 0;
}
#decision h3 {
	font-size: 30px;
	margin-bottom: 40px;
}
#decision a {
	margin: auto;
}
@media (min-width: 768px) {
	#decision {
		padding: 115px 0;
	}
}
@media (min-width: 1200px) {
	#decision {
		padding: 165px 0 115px;
	}
}
@media (max-width: 991px) {
	#decision h3 {
		font-size: 20px;
	}
}
/****/
#with_us {
	padding: 70px 0;
}
#with_us .row {
	justify-content: center;
}
#with_us .box.left {
	justify-content: flex-end;
	margin-bottom: 65px
}
#with_us .quotes {
    width: 100%;
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom: 25px;
}
#with_us h3 {
	margin-bottom: 20px;
}
#with_us h3 .bold {
	font-size: 30px;
}
@media (min-width: 480px) {
	#with_us .quotes {
		background: url(../img/bkg-quotes.png) center no-repeat;
		background-size: contain;
		padding: 105px 30px;
	}
}
@media (min-width: 768px) {
	#with_us .quotes {
		width: 590px;
		padding: 105px 155px 105px 110px;
	}
}
@media (min-width: 1200px) {
	#with_us {
		padding: 185px 0 150px;
	}
	#with_us:after {
		content: '';
		background-color: #414141;
		opacity: 0.102;
		position: absolute;
		right: 0;
		top: 180px;
		width: 725px;
		height: 512px;
	}
	#with_us .box.left {
		margin-right: 65px
	}
}
@media (min-width: 1440px) {
	#with_us:after {
		width: 1060px;
	}
	#with_us .quotes {
		width: 671px;
		padding: 105px 155px 105px 165px;
	}
	#with_us .box.right {
		top: -45px;
	}
}
@media (max-width: 1199px) {
	#with_us .row {
		flex-wrap: wrap;
	}
}
/****/
#contact {
	padding-top: 90px;
	background: #304391;
}
#contact h2 {
	margin-bottom: 45px;
}
#contact .bkg-contact {
    width: 50.5%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../img/bkg-contact3.png) left no-repeat;
    background-attachment: fixed;
}
#contact .bkg-contact:before, #contact:after {
	content: '';
	position: absolute;
}
#contact .bkg-contact:before {
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bkg-contact2.png) left no-repeat;
}
#contact:after {
    height: 495px;
    width: 95px;
    bottom: 0;
    right: 0;
    background: url(../img/euro.png) right no-repeat;
}
#contact .box.right h3 span {
    font-size: 30px;
}
#contact .direct {
    align-items: center;
	margin-bottom: 35px;
}
#contact .direct .icon {
	border-radius: 50%;
	background-color: rgb(255, 255, 255);
	width: 39px;
	height: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 25px;
}
#contact .direct .name span {
    display: block;
    margin-bottom: 2px;
}
#contact .contacts {
	flex-wrap: wrap;
}
#contact .item {
    display: flex;
    align-items: flex-start;
	margin-bottom: 35px;
	float: left;
    width: 100%;
	font-size: 16px;
}
#contact .item .icon {
    margin-right: 25px;
	width: 19px;
	height: 19px;
	text-align: center;
}
#contact .box.right {
	width: 561px;
}
#contact .box.right:after {
    content: '';
    background-color: rgb(255, 255, 255);
    opacity: 0.502;
    position: absolute;
    left: -175px;
    top: 17px;
    width: 141px;
    height: 1px;
}
#contact .box.right h3 {
    margin-bottom: 50px;
}
.form-control input {
    border: 0.51px solid rgba(65, 65, 65, 0.5);
    background: transparent;
    border-radius: 4px;
    width: 100%;
    height: 54px;
    color: #fff;
    padding: 10px 25px;
    font-size: 16px;
}
#contact .form-control input {
    border: 0.51px solid rgba(255, 255, 255, 0.5);
}
#contact input:focus {
    border: 0.5px solid transparent;
    border-radius: 0px;
    opacity: 1;
}
#contact .form-control {
	position: relative;
    margin-bottom: 25px;
}
#contact .form-control:after {
    content: '';
    background: #fff;
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0px;
    transition: all 0.3s;
    z-index: 10;
}
#contact .form-control.in:after {
    width: 100%;
}
#contact .btn {
    margin-top: 45px;
}
#contact iframe {
    width: 100%;
	height: 219px;
}
#contact input::-webkit-input-placeholder {
	color: #fff;
}
#contact input::-moz-placeholder {
	color: #fff;
}
#contact input:-ms-input-placeholder {
	color: #fff;
}
#contact input:-moz-placeholder {
	color: #fff;
}
@media (min-width: 768px) {	
	#contact .box.right h3 {
		margin-bottom: 90px;
	}
	#contact .direct {
		margin-bottom: 50px;
	}
	#contact .box.left {
		width: 810px;
		padding: 15px 35px;
	}
	#contact .box.right {
		margin: 0 15px;
	}
	#contact iframe {
		width: 625px;
	}
}
@media (min-width: 992px) {
	#contact {
		height: 787px;
	}
}
@media (min-width: 1200px) {
	#contact .box.left {
		padding: 95px 40px;
	}
	#contact .item {
		width: 50%;
	}
	#contact .box.right {
		margin: 0 65px;
	}
}
@media (min-width: 1620px) {
	#contact .box.left {
		width: 970px;
		padding: 95px 85px 95px 135px;
	}
	#contact .box.right {
		margin: 0;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#contact .item {
		width: 49%;
	}
}
@media (max-width: 991px) {
	#contact {
		padding-bottom: 90px;
	}
	#contact .bkg-contact, #contact .box.right:after { 
		display: none;
	}
	#contact .row {
		flex-wrap: wrap;
	}
	#contact .box.left {
		width: 100%;
		margin-bottom: 50px;
	}
	#contact .box.right {
		width: 100%;
	}
}
@media (max-width: 639px) {
	#contact .direct .name {
		font-size: 12px;
	}
	#contact .box.right h3, #contact .box.right h3 span {
		font-size: 22px
	}
}
/****/
#footer {
	background-color: #263780;
	width: 100%;
	padding: 42px 0;
}
#footer .row {
    align-items: center;
    justify-content: center;
	font-size: 12px;
}
#footer span {
    opacity: 0.5;
}
#footer .top {
	opacity: 0.5;
}
@media (min-width: 640px) {	
	#footer .top {
		position: absolute;
		right: 15px;
	}
}
@media (max-width: 639px) {	
	#footer span {
		margin-right: 20px;
	}
}
.hidden {
	display: none;
} 
@media (min-width: 2000px) {
	.wrapper-all {
		width: 1920px;
		margin: auto;
		position: relative;
	}
	#contact .bkg-contact, #first:after {
		background-attachment: inherit;
	}
	.all-menu-wrapper {
		right: 14%;
	}
	.all-menu-wrapper.nofixed {
		right: 35px;
	}
}

.uForm__extended {
  display: none;
 } 
.uForm__error-msg {
  display: none;
  color: red;
}
.uForm__preload {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-color: #304391;
    border-radius: 10px;
}
.lds-ring {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    margin: 6px;
    border: 9px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
}
.lang-cover-box {
	margin-top: -28px;
	margin-left: 10px;
}
.lang-cover-box .btn.white {
	border: 1px solid white;
	padding: 5px;
	margin: 0 0 10px 0;
	background: transparent;
	width: 145px;
	height: auto;
	color: #fff; 
}

.lang-cover {
	background: transparent;
	text-align: center;
}

.lang-link {
	padding: 0 5px;
}
.active-lang {
	border: 1px solid #fff;
}
.form-control>.bl-col {
	color: #444;
}
.modal-wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000000;
	background: rgba(0,0,0,0.9); 
}
.modal-wrapper .flex{
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-thanks {
  display: none;
  position: fixed; 
  top: 0;
  left: 0;
  z-index: 1200;  
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  outline: 0;
}
.modal-thanks .inner{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(48,37,145,.9);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-thanks .wrapper{
  background: #fff;
  padding: 40px 35px 30px;
  position: relative;
  width: calc(100% - 30px);
  max-width: 320px;
}
.modal-thanks .close{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: .5;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: .3s;
}
 @media (max-width: 350px) {
.modal-thanks .wrapper{padding: 30px 15px 20px;}
}


 @media (max-width: 1480px) {
	#header .item-cont:first-child {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
	.active-lang {
		border-color: #444;
	}
	.lang-cover-box .btn.white {
		border-color: #444;
		color: #444;
	}
}
@media (max-width: 426px) {
	.lang-cover {
		width: 100%;
		text-align: center;
		margin-left: 0;
		margin-top: 15px;
	}
}
@media (max-width: 640px) {
	#header .lang-cover-box{width: 100%; margin: 15px 0 0 10px; display: flex; justify-content: space-between; align-items: center;}
	.lang-cover-box .btn.white{min-width: 160px; margin: 0 10px 10px 0;}
	#header .lang-cover{margin: 0;}	
}