﻿/*
Description:
		1 - Including files ("fonts.css", "reset.css" and others)
		2 - Tags styles and General styles
		3 - header
		4 - .content
		5 - footer
		* - @media rules
*/

/* 1 - BEGIN of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato/Lato-Regular.eot');
  src: url('fonts/Lato/Lato-Regular.woff') format('woff'),
	   url('fonts/Lato/Lato-Regular.ttf') format('truetype'),
	   url('fonts/Lato/Lato-Regular.svg#Lato') format('svg'),
	   url('fonts/Lato/Lato-Regulard41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('fonts/Lato/Lato-Bold.eot');
  src: url('fonts/Lato/Lato-Bold.woff') format('woff'),
	   url('fonts/Lato/Lato-Bold.ttf') format('truetype'),
	   url('fonts/Lato/Lato-Bold.svg#Lato') format('svg'),
	   url('fonts/Lato/Lato-Boldd41d.eot?#iefix') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Sentinel';
  src: url('fonts/Sentinel/Sentinel-SemiboldItalic.eot');
  src: url('fonts/Sentinel/Sentinel-SemiboldItalic.woff') format('woff'),
	   url('fonts/Sentinel/Sentinel-SemiboldItalic.ttf') format('truetype'),
	   url('fonts/Sentinel/Sentinel-SemiboldItalic.svg#Sentinel') format('svg'),
	   url('fonts/Sentinel/Sentinel-SemiboldItalicd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Tungsten';
  src: url('fonts/Tungsten/Tungsten-Semibold.eot');
  src: url('fonts/Tungsten/Tungsten-Semibold.woff') format('woff'),
	   url('fonts/Tungsten/Tungsten-Semibold.ttf') format('truetype'),
	   url('fonts/Tungsten/Tungsten-Semibold.svg#Tungsten') format('svg'),
	   url('fonts/Tungsten/Tungsten-Semiboldd41d.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/ProximaNova/ProximaNova-Regular.eot');
	src: url('fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
		 url('fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype'),
		 url('fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova') format('svg'),
		 url('fonts/ProximaNova/ProximaNova-Regulard41d.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/ProximaNova/ProximaNova-Bold.eot');
	src: url('fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'),
		 url('fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype'),
		 url('fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova') format('svg'),
		 url('fonts/ProximaNova/ProximaNova-Boldd41d.eot?#iefix') format('embedded-opentype');
	font-weight: 700;
	font-style: normal;
}

/* BEGIN of CSS RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

/* END of CSS RESET */

/* 1 - END of Including files ("fonts.css", "reset.css" and others) ---------------------------------------------------------- */
/* 2 - BEGIN of Tags and General styles ---------------------------------------------------------- */

body {
	min-height: 500px;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.57;
	font-weight: normal;
	color: #535353;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover {
	opacity: 0.7;
	text-decoration: none;
	color: inherit;
	outline: none;
}

a:active {
	opacity: 0.6;
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: none;
	color: inherit;
	text-decoration: none;
}

button, input, textarea, select {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

button:hover, input:hover, textarea:hover, select:hover {
	opacity: 0.8;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

img {
	max-width: 100%;
}

h1 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 70px;
	line-height: 1.05;
	font-weight: 400;
	font-family: 'Tungsten';
}

h2 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 52px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Tungsten';
}

h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 26px;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Sentinel';
	letter-spacing: -.02em;
	color: #043c5e;
}

h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 26px;
	line-height: 1.23;
	font-weight: 400;
	font-family: 'Sentinel';
	letter-spacing: -.02em;
}

h5 {
	margin: 0 0 0;
	padding: 0 0 28px;
	font-size: 20px;
	line-height: 1.6;
}

h6 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 15px;
}

blockquote {
	display: block;
	margin: 20px auto 20px;
	max-width: 840px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}

p {
	padding: 0 0 25px;
}

ul, ol {
	padding: 0 0 15px 20px;
}

ul ol, ul ul, ol ul, ol ol {
	padding-bottom: 0;
}
.hey-honey { left: -9999px; position: absolute; }

.clear:before, .clear:after {
	content: "";
	display: block;
	clear: both;
}

.hide, .hidden {
	display: none;
}
.disclaimer{
    position: relative;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    font-size: 14px;
    color: black;
    transform: scale(0.95);
    transition: transform 0.15s ease-out;
}

.content-wrapper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}

.alignleft, img.alignleft {
	float: left;
	display: block;
	margin: 0 5px 0 0;
}

.alignright, img.alignright {
	float: right;
	display: block;
	margin: 0 0 0 5px;
}

.aligncenter, img.aligncenter {
	float: none;
	display: block;
	margin: 0 auto 0;
}

.alignnone, img.alignnone {
	margin: 0 0 0;
	display: block;
}

/* 2 - END of Tags styles and General styles ---------------------------------------------------------- */
/* 3 - BEGIN of header ---------------------------------------------------------- */

header {
	padding: 18px 0 0;
	font-size: 14px;
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0px 1px 8px 0px #555555;
	color: #efefef;
	font-family: 'ProximaNova';
	background: rgba(19,124,172,1);
	background: -moz-linear-gradient(top, rgba(19,124,172,1) 0%, rgba(11,68,107,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,124,172,1)), color-stop(100%, rgba(11,68,107,1)));
	background: -webkit-linear-gradient(top, rgba(19,124,172,1) 0%, rgba(11,68,107,1) 100%);
	background: -o-linear-gradient(top, rgba(19,124,172,1) 0%, rgba(11,68,107,1) 100%);
	background: -ms-linear-gradient(top, rgba(19,124,172,1) 0%, rgba(11,68,107,1) 100%);
	background: linear-gradient(to bottom, #ffd893 0%, #b98d42 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137cac', endColorstr='#0b446b', GradientType=0 );
}

header + * {
	padding-top: 117px;
}

.navbar, header, .logo, header + * {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-fixed {
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
}

.logo {
	float: left;
	display: block;
	margin: 0 auto 0;
	padding: 0 0 0;
	max-width: 273px;
}

.logo img {
	display: block;
	margin: 0 auto;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.logo:hover {
	opacity: 1;
}

.logo:hover img {
	-webkit-filter: drop-shadow(5px 5px 10px #3a9fca);
	filter: drop-shadow(5px 5px 10px #3a9fca);
}

header a {
	margin: 0 2px;
	color: inherit;
}

body .btn-tel {
	margin: 0 10px 0 0;
	display: inline-block;
}

body .btn-tel strong {
	font-size: 20px;
	margin: 0 0 0 5px;
	display: inline-block;
	vertical-align: middle;
}

body .btn-tel .fa {
	font-size: 18px;
	margin: -2px 2px 0 0;
	display: inline-block;
	vertical-align: middle;
}

body header .btn-main {
	margin: 0 0 0 23px;
}

header a .fa {
	font-size: 20px;
}

.nav .color-blue {
	color: #6ad2fd;
}

.header-contacts {
	padding: 4px 0 0;
	margin: 0 0 0;
	text-align: right;
}

/*  */

.navbar {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	clear: none;
	border: none;
	min-height: 0;
	float: right;
}

.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
}

.navbar-nav {
	margin: 0 0 0;
	padding: 0 0 0;
	border-radius: 0;
	border: none;
	min-height: 0;
	float: none;
}

.navbar-nav > li {
	outline: none;
}

.navbar-nav > li > a {
	padding: 14px 10px 21px;
	margin: 0 0 0 18px;
	font-size: 15px;
	line-height: 20px;
	color: #efefef;
	font-weight: 700;
	text-transform: none;
	position: relative;
	background: transparent;
}

.navbar-nav > li.active > a {
	color: #ffffff;
	background: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
	color: #ffffff;
	background: transparent;
	opacity: 1;
}

.nav > li > a:hover {
	color: #6ad2fd;
}

.navbar-nav > li > a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-bottom: 3px solid #6ad2fd;
}

.navbar-nav > li > a:hover:after, .navbar-nav > li > a.active:after {
	width: 100%;
}

.navbar-nav li:hover > ul {
	display: block;
}

.navbar-nav li ul {
	display: none;
	position: absolute;
	left: 0;
	top: 99%;
	padding: 0 0 0;
	margin: -3px 0 0;
	white-space: nowrap;
	background: rgba(19,124,172,1);
	background: -moz-linear-gradient(top, rgba(19,124,172,1) 0%, rgba(11,68,107,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,124,172,1)), color-stop(100%, rgba(11,68,107,1)));
	background: -webkit-linear-gradient(top, rgba(19,124,172,1) 0%, rgba(11,68,107,1) 100%);
	background: -o-linear-gradient(top, rgba(19,124,172,1) 0%, rgba(11,68,107,1) 100%);
	background: -ms-linear-gradient(top, rgba(19,124,172,1) 0%, rgba(11,68,107,1) 100%);
	background: linear-gradient(to bottom, rgba(19,124,172,1) 0%, rgba(11,68,107,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#137cac', endColorstr='#0b446b', GradientType=0 );
}

.navbar-nav li ul li {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
}

.navbar-nav li ul a {
	padding: 5px 10px 5px;
	margin: 0 0 0;
	display: block;
}

.navbar-nav li ul a:hover {
	opacity: 1;
	background: #6ad2fd;
}

/* spinner css start */

.spinner-wr {
	background: #FFFFFF;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	/*!!!!!!!!!!!!!!!!!!!!!!!*/
	/* display: none; */
}

.spinner {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50px;
	border-radius: 50%;
	background-color: #043c5e;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;

	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
	0%, 100% {
	transform: scale(0.0);
	-webkit-transform: scale(0.0);
	} 50% {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	}
}

/* spinner css end */
/* back-to-top css start */

.back-to-top {
	position: fixed;
	bottom: 5px;
	right: 4px;
	z-index: 99;
	width: 44px;
	height: 44px;
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	line-height: 1;
	background: transparent url('img/i-arr-up.png') no-repeat center center;
	cursor: pointer;
	text-decoration: none;
	text-indent: -9999px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	opacity: 0;
}

.back-to-top.show {
	opacity: 1;
}

.back-to-top:not(.show):hover {
	opacity: 0;
	cursor: default;
}

.back-to-top:hover {
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

@-moz-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	60% {
		-moz-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

/* back-to-top css end */

#ho_adv {
	display: none;
	position: absolute;
	width: 0;
	height: 0;
	left: -9999px;
}

/* 3 - END of header ---------------------------------------------------------- */
/* 4 - BEGIN of .content ---------------------------------------------------------- */

.content {
	min-height: 200px;
	position: relative;
}

.box-wr {
	padding: 80px 0 80px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

/*  */

body .bg-gray {
	background-color: #f0efef;
}

body .bg-blue {
	background-color: #b98d42;
	color: #ffffff;
}

body .bg-blue-light {
	background-color: #209ed3;
	color: #ffffff;
}

body .bg-blue-middle {
	background-color: #2783b3;
	color: #ffffff;
}

/*  */

.img-wr {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

.img-wr img {
	display: block;
	margin: 0 auto 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.img-wr > a {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}

.img-wr:hover a {
	opacity: 1;
}

.img-wr:hover a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.img-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.display-inline-block {
	display: inline-block;
	vertical-align: middle;
}

.list-simple {
	padding: 0 0 25px 35px;
}

.list-styled {
	padding: 0 0 0;
	margin: 0 0 0;
	list-style: none;
}

.list-styled li {
	padding: 0 0 0 30px;
	margin: 0 0 0;
	position: relative;
}

.list-styled li:before {
	content: "\f101";
	padding: 0 0 0;
	margin: 0 0 0;
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 140%;
	line-height: 1;
}

.columns-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
}

/*  */

.img-angle-down {
	position: relative;
}

/*.img-angle-down:after {
	content: "";
	display: block;
	position: absolute;
	z-index: 5;
	left: 0;
	bottom: 0;
	right: 0;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url('img/bg-angle-bottom-white.png');
}
*/
.bg-gray .img-angle-down:after {
	background-image: url('img/bg-angle-bottom-gray.png');
}

/*  */

.bordered-bottom {
	padding: 0 0 10px;
	margin: 0 0 33px;
	position: relative;
}

.bordered-bottom:after {
	content: "";
	display: block;
	max-width: 295px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border-bottom: 2px solid;
}

/*  */

body .box-top-banner {
	padding: 0 0 25px;
	margin-top: -35px;
	color: #000000;
	/*text-shadow: 1px 1px 2px #444444;*/
}

.box-top-banner .img-wr {
	padding: 360px 0 160px;
	/*min-height: 668px;*/
	margin: 0 0 0;
	box-shadow: inset 0px -400px 400px -100px rgba(7, 60, 94, 0.5);
	background-attachment: fixed;
}

.box-top-banner .img-overlay {
	position: relative;
}

.box-top-banner h1 {
	padding: 3px 0 0;
}

.box-top-banner h4 {
	padding: 0 0 0;
}

body .box-top-banner .container {
	position: relative;
}

body .box-top-banner-small {
	padding: 0 0 0;
}

body .box-top-banner-small .img-wr {
	padding: 135px 0 135px;
	min-height: 325px;
	box-shadow: inset 0px -200px 300px -50px rgba(7, 60, 94, 0.6);
}

/*  */

.box-grid .col-sm-8 {
	padding-left: 65px;
}

.box-grid p:last-child {
	padding-bottom: 0;
}

.typed-cursor {
	display: none;
}

/*  */

.team-items-wr {
	padding: 0 0 50px;
	margin: 0 -15px 0;
}

.team-thumb-item {
	margin: 22px 15px 10px 15px;
	width: 190px;
	padding: 0 0 0;
	color: #043c5e;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: center;
}

.team-thumb-item .img-wr {
	margin: 0 0 37px;
	max-width: 186px;
	padding: 0 0 0;
	box-shadow: 20px 20px 0px 0px #28608d;
}

.team-thumb-item .img-wr img {
	display: block;
	padding: 0 0 0;
	margin: 0 0 0;
	width: 100%;
	box-shadow: 4px 4px 0px 0px #f4f3f3;
}

.team-thumb-item a {
	color: inherit;
}

.team-thumb-item h4 {
	margin: 0 -15px 0 0;
	padding: 0 0 10px;
	font-size: 20px;
}

.btns-prev-next {
	padding: 35px 0 0;
}

.btns-prev-next a {
	font-size: 26px;
	margin: 0 80px 0 0;
	padding: 0 0 0;
	color: #043c5e;
	display: inline-block;
	line-height: 1.3;
	font-weight: 400;
	font-family: 'Sentinel';
	letter-spacing: -.02em;
}

h3.bordered-bottom {
	padding: 20px 0 20px;
}

h3.bordered-bottom:after {
	border-bottom-width: 1px;
}

/* BEGIN of content of FAQ Page */

.accordion-wr {
	padding: 0 0 0;
}

.accordion-item {
	padding: 25px 0 25px;
	margin: 0 0 0;
	border-bottom: 2px solid #d5d5d5;
}

.accordion-item-nav a {
	padding: 10px 15px 10px 35px;
	font-size: 22px;
	line-height: 1.2;
	margin: 0 0 0;
	display: block;
	color: #043c5e;
	font-family: "Sentinel";
	letter-spacing: -.02em;
	position: relative;
}

.accordion-item-nav a:hover {
	opacity: 1;
}

.accordion-item-nav a:before {
	content: "\f055";
	display: inline-block;
	position: absolute;
	left: 0;
	font-size: 22px;
	line-height: 1;
	font-weight: 100;
	top: 12px;
	bottom: 0;
	margin: auto;
	color: #000000;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-family: "FontAwesome";
}

.accordion-item.active .accordion-item-nav a:before {
	content: "\f056";
}

.accordion-item-content {
	display: none;
	padding: 2px 0 14px;
}

.accordion-item-content p:last-child {
	padding-bottom: 0;
}

/* END of content of FAQ Page */

.box-contacts p {
	padding: 0 0 0;
}

.box-contacts p+h2 {
	padding-top: 45px;
}

.box-contacts a {
	color: inherit;
}

.box-contacts a:hover {
	text-decoration: underline;
}

.box-contacts ul {
	padding: 0 0 35px 35px;
}

.box-contacts ul a {
	color: #043c5e;
}

iframe {
	min-height: 530px;
	padding: 0 0 0;
	margin: 55px auto 55px;
	width: 100%;
	display: block;
	border: none;
}

/*  */

.link-items-wr {
	padding: 8px 0 0;
}

.link-item {
	padding: 10px 10px 12px;
	margin: 30px 0 0;
	background-color: #ececec;
	text-align: center;
	display: block;
	color: inherit;
}

.link-item .img-wr {
	height: 130px;
	width: 800px;
	padding: 10px 10px 10px;
	display: table-cell;
	vertical-align: middle;
}

.link-item .img-wr img {
	display: block;
	margin: 0 auto;
	padding: 0 0 0;
	max-height: 100px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.link-item p {
	padding: 0 0 0;
}

.link-item:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.heading-blue {
	padding: 16px 10px 11px 53px;
	margin: 47px 0 40px;
	font-size: 36px;
	line-height: 1.2;
	background: #043c5e url('img/bg-dots.png') no-repeat 15px center;
	color: #ffffff;
}

.heading-gray {
	padding: 25px 10px 10px 32px;
	margin: 0 0 0;
	font-size: 42px;
	line-height: 1.2;
	text-shadow: none;
	position: relative;
	color: #646464;
	background: #e1e2e2;
	background: rgba(248,246,246,1);
	background: -moz-linear-gradient(top, rgba(254,255,252,1) 0%, rgba(245,245,239,1) 0%, rgba(174,174,174,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,255,252,1)), color-stop(0%, rgba(245,245,239,1)), color-stop(100%, rgba(174,174,174,1)));
	background: -webkit-linear-gradient(top, rgba(254,255,252,1) 0%, rgba(245,245,239,1) 0%, rgba(174,174,174,1) 100%);
	background: -o-linear-gradient(top, rgba(254,255,252,1) 0%, rgba(245,245,239,1) 0%, rgba(174,174,174,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,255,252,1) 0%, rgba(245,245,239,1) 0%, rgba(174,174,174,1) 100%);
	background: linear-gradient(to bottom, rgba(254,255,252,1) 0%, rgba(245,245,239,1) 0%, rgba(174,174,174,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f6', endColorstr='#aeaeae', GradientType=0 );
}

.box-top-banner-home .heading-gray:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -25px;
	width: 96px;
	height: 112px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('img/bg-ssl-secure.png');
	-webkit-background-size: contain;
	background-size: contain;
}

.box-top-banner-ds .heading-gray:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -25px;
	width: 96px;
	height: 112px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('img/bg-ssl-secure.png');
	-webkit-background-size: contain;
	background-size: contain;
}

.heading-gray span {
	font-size: 16px;
	line-height: 20px;
	max-width: 90%;
	padding: 0 0 35px;
	margin: 0 0 0;
	font-family: "Lato";
	display: block;
	font-weight: normal;
	letter-spacing: 0;
}

.heading-gray span a {
	text-decoration: underline;
	color: inherit;
}

/*  */

.block-info {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.box-top-banner .block-info {
	margin: 70px 40px 0 auto;
	width: 450px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 1px 0 0;
	z-index: 50;
}

.box-top-banner-home .block-info {
	margin: -15px 22px 0 auto;
}

.box-top-banner-ds .block-info {
	margin: -15px 22px 0 auto;
}

.block-info form {
	padding: 21px 28px 30px;
	margin: 0 0 0;
}

.block-info input, .block-info textarea, .block-info select {
	margin: 0 0 18px;
}

body .box-top-banner:last-child {
	margin-bottom: 200px;
}

body .link-lg {
	font-size: 36px;
	padding: 4px 0 2px;
	margin: 0 0 0;
	line-height: 1.2;
	display: inline-block;
	font-family: 'Tungsten';
	color: inherit;
	letter-spacing: .01em;
}

body .link-lg+.link-lg {
	border-top: 1px solid #497c9b;
}

.block-info-links {
	padding: 10px 20px 10px 52px;
	background: #043c5e url('img/bg-dots-2.png') no-repeat 15px center;
	margin: 0 0 0;
	position: relative;
}

/*  */

body .btn-main {
	padding: 7px 19px 5px;
	margin: 0 auto 0;
	font-size: 16px;
	line-height: 20px;
	color: #efefef;
	width: auto;
	font-style: normal;
	background: #0e82b2;
	border: 1px solid #0e82b2;
	font-weight: 700;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
	font-family: 'ProximaNova';
}

body .btn-main:hover {
	color: #043c5e;
	border-color: #043c5e;
	opacity: 1;
}

body .btn-main > * {
	position: relative;
	z-index: 2;
}

body .btn-main:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: #efefef;
}

body .btn-main:hover:before {
	width: 100%;
}

body .btn-dark {
	padding: 13px 25px 11px;
	margin: 7px 26px 7px 0;
	font-size: 16px;
	line-height: 20px;
	min-width: 190px;
	color: #ffffff;
	width: auto;
	font-style: normal;
	background: #043c5e;
	border: 1px solid #043c5e;
	font-weight: 700;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 0;
	overflow: hidden;
	font-family: 'ProximaNova';
	outline: none;
}

body .btn-blue {
	padding: 13px 25px 11px;
	margin: 0 0 0;
	font-size: 16px;
	line-height: 20px;
	min-width: 190px;
	color: #ffffff;
	width: auto;
	font-style: normal;
	background: #0e82b2;
	border: 1px solid #0e82b2;
	font-weight: 700;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 0;
	overflow: hidden;
	font-family: 'ProximaNova';
	outline: none;
}

/*  */

form {
	padding: 12px 0 44px;
	margin: 0 0 0;
}

form:after {
	content: "";
	display: block;
	clear: both;
}

form input, form textarea, form select {
	display: block;
	margin: 0 0 0;
	padding: 15px 27px 12px;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #000000;
	background-color: #dcdcdc;
	font-family: "ProximaNova";
	outline: none;
	width: 100%;
	border: 1px solid #dcdcdc;
	border-radius: 0px;
}

form input[type="submit"] {
	margin: 0 0 0;
	width: auto;
}

textarea {
	min-height: 165px;
}

form input:hover, form textarea:hover, form select:hover {
	color: #000000;
	border-color: #1b2030;
	opacity: .65;
}

form input:focus, form textarea:focus, form select:focus {
	color: #000000;
	border-color: #1b2030;
	opacity: 1;
}

form label {
	display: block;
}

*::-webkit-input-placeholder {
	color: #000000;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-moz-placeholder {
	color: #000000;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*::-moz-placeholder {
	color: #000000;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:-ms-input-placeholder {
	color: #000000;
	text-indent: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

*:focus::-webkit-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus::-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-moz-placeholder {
	text-indent: 220px;
	opacity: 0;
}

*:focus:-ms-input-placeholder {
	text-indent: 220px;
	opacity: 0;
}

/*  */

.form-row [class*="col-"] {
	padding-bottom: 26px;
}

.box-services {
	padding: 0px;
}

.box-services h3.text-center {
	margin: 0 auto;
	max-width: 550px;
}

.box-services h3.text-center + .bordered-bottom {
	padding-top: 80px;
}

.step-items-wr {
	padding: 0 0 0;
	margin: 42px 0 45px 0;
	position: relative;
}

.step-items-wr:after {
	content: "";
	display: block;
	clear: both;
}

.step-item {
	width: 33.333%;
	padding: 0 0 30px;
	margin: 0 0 0;
	position: relative;
	float: left;
	overflow: hidden;
}

.step-item .bg-blue {
	background-color: #28608d;
}

.step-item h4 {
	text-align: center;
	color: #28608d;
	line-height: 1.0;
}

.step-item ul {
	padding: 0 0 22px 20px;
	margin: 0 0 0;
	font-size: 20px;
	line-height: 1.5;
}

.step-item + .step-item {
	border-left: 1px solid #ffffff;
}

.step-item-header {
	padding: 10px 30px 7px;
	margin: 0 0 0;
	font-size: 36px;
	letter-spacing: .01em;
	line-height: 1.2;
	position: relative;
	z-index: 2;
	font-family: 'Tungsten';
}

.step-item-header:after {
	content: "";
	display: block;
	border: 26px solid transparent;
	border-top: 15px solid;
	position: absolute;
	top: 100%;
	right: 32px;
}

.bg-blue-light.step-item-header:after {
	border-top-color: #209ed3;
}

.bg-blue-middle.step-item-header:after {
	border-top-color: #2783b3;
}

.bg-blue.step-item-header:after {
	border-top-color: #28608d;
}

.step-item-body {
	padding: 18px 30px 10px;
	min-height: 223px;
	margin: 0 0 0;
	position: relative;
}

.step-number {
	width: 60px;
	height: 60px;
	font-family: 'Tungsten';
	text-align: center;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.step-item .step-number:before, .step-item .step-number:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 10px;
	width: 300px;
	background: #88c2e1;
	z-index: 3;
}

.step-item .step-number:before {
	right: 100%;
	left: auto;
}

.step-item .step-number:after {
	right: auto;
	left: 100%;
}

.step-item:first-child .step-number:before {
	content: none;
}

.step-item:last-child .step-number:after {
	content: none;
}

.step-number span {
	padding: 15px 5px 0;
	width: 60px;
	height: 60px;
	font-size: 28px;
	line-height: 1;
	display: block;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	border: 2px solid #219ecf;
	background-color: #49c6e7;
	border-radius: 50px;
	border-radius: 50%;
	z-index: 13;
	background: rgba(64,201,235,1);
	background: -moz-linear-gradient(top, rgba(64,201,235,1) 0%, rgba(28,128,168,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(64,201,235,1)), color-stop(100%, rgba(28,128,168,1)));
	background: -webkit-linear-gradient(top, rgba(64,201,235,1) 0%, rgba(28,128,168,1) 100%);
	background: -o-linear-gradient(top, rgba(64,201,235,1) 0%, rgba(28,128,168,1) 100%);
	background: -ms-linear-gradient(top, rgba(64,201,235,1) 0%, rgba(28,128,168,1) 100%);
	background: linear-gradient(to bottom, rgba(64,201,235,1) 0%, rgba(28,128,168,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40c9eb', endColorstr='#1c80a8', GradientType=0 );
}

/*  */

.offers-items-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.offers-items-wr:after {
	content: "";
	display: block;
	clear: both;
}

.offers-item {
	width: 50%;
	padding: 6px 13px 30px;
	margin: 0 0 0;
	float: left;
	position: relative;
}

.offers-item .img-wr {
	padding: 0 0 0;
	margin: 0 15px 0 0;
	width: 95px;
	float: left;
}

.offers-item .img-wr img {
	display: block;
	margin: 0 auto;
}

.offers-item .text-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	overflow: hidden;
}

.offers-item h5 {
	line-height: 25px;
	padding: 0 0 0;
}

.box-img {
	padding: 67px 0 80px;
	background-attachment: fixed;
}

.box-img h3 {
	margin: 0 auto;
	max-width: 550px;
	color: inherit;
}

.box-img h2 {
	padding: 0 0 0;
}

.gallery-items-wr {
	padding: 27px 28px 3px;
}

.gallery-items-wr .row {
	margin: 0 0 0;
}

.gallery-items-wr [class*="col-"] {
	padding: 0 0 0;
}

.gallery-item {
	display: block;
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
}

.gallery-item img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

/* New loading spinner starts */

.lds-css {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: #ffffff;
}

@keyframes lds-blocks {
	0% {
		background: #71dbf8;
	}
	12.5% {
		background: #71dbf8;
	}
	12.625% {
		background: #015c8c;
	}
	100% {
		background: #015c8c;
	}
}

@-webkit-keyframes lds-blocks {
	0% {
		background: #71dbf8;
	}
	12.5% {
		background: #71dbf8;
	}
	12.625% {
		background: #015c8c;
	}
	100% {
		background: #015c8c;
	}
}

.lds-blocks div {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #015c8c;
	-webkit-animation: lds-blocks 1.6s linear infinite;
	animation: lds-blocks 1.6s linear infinite;
}

.lds-blocks {
	width: 95px !important;
	height: 95px !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transform: translate(-47.5px, -47.5px) scale(0.475) translate(47.5px, 47.5px);
	transform: translate(-47.5px, -47.5px) scale(0.475) translate(47.5px, 47.5px);
}





/* New loading spinner End */













/* 4 - END of .content ---------------------------------------------------------- */
/* 5 - BEGIN of footer ---------------------------------------------------------- */

footer {
	padding: 0 0 0;
	margin: 0 0 0;
	position: relative;
	overflow: hidden;
}

footer a {
	color: inherit;
}

footer a:hover {
	text-decoration: underline;
}

footer a img {
	max-width: 273px;
	padding: 15px 0 10px;
}

footer p {
	padding: 0 0 0;
}

footer ul {
	padding: 0 0 10px;
	line-height: 23px;
}

footer li {
	list-style: none;
}

footer [class*="col-"]+[class*="col-"] {
	padding-left: 50px;
}

footer h5 {
	font-size: 15px;
	padding: 15px 0 10px;
	color: #1aa0d7;
	font-weight: bold;
	font-family: "ProximaNova";
}

footer .fa {
	color: #bbcad3;
	font-size: 20px;
}

.footer-top {
	padding: 100px 0 0;
	margin: 0 0 0;
	position: relative;
	overflow: hidden;
}

.footer-top .container {
	min-height: 283px;
	position: relative;
}

.footer-middle {
	padding: 55px 0 25px;
	margin: 0 0 0;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
}

.footer-bottom {
	padding: 25px 0 35px;
	margin: 0 0 0;
	font-size: 12px;
	line-height: 21px;
	border-top: 2px solid #57809c;
}

.footer-bottom .container {
	max-width: 1160px;
	position: relative;
}

.footer-img {
	padding: 0 0 0;
	margin: 0 0 0;
	bottom: 0;
	right: 300px;
	left: -90px;
	display: block;
	position: absolute;
}

.footer-img img {
	padding: 0 0 0;
	margin: 0 0 0;
	display: block;
}

.block-logos {
	padding: 0 0 0;
	margin: 48px 35px 48px auto;
	max-width: 400px;
	color: #28608d;
}

.block-logos h4 {
	padding: 0 0 11px;
}

.logos-items-wr {
	padding: 0 0 0;
	margin: 0 0 0;
	border-top: 1px solid;
	border-bottom: 2px solid;
	text-align: center;
}

.logos-item {
	padding: 0 0 0;
	margin: 20px 8px 20px;
	display: inline-block;
	vertical-align: middle;
}

body .logos-item img {
	display: block;
	margin: 0 auto;
	padding: 0 0 0;
}

.text-disclaimer {
	padding: 0 5px;
	position: absolute;
	left: 10px;
	top: -37px;
	margin: auto;
	text-transform: uppercase;
	font-weight: bold;
	background: #083c5d;
}

a [class*="facebook"]:hover {
	color: #3B5898;
}

a [class*="twitter"]:hover {
	color: #42C8F4;
}

a [class*="youtube"]:hover {
	color: #ca3737;
}

a [class*="play"]:hover {
	color: #ca3737;
}

a [class*="google-plus"]:hover {
	color: #e3411f;
}

a [class*="linkedin"]:hover {
	color: #1686b0;
}

a [class*="pinterest"]:hover {
	color: #ef4430;
}

a [class*="camera"]:hover {
	color: #aaaaaa;
}

a [class*="instagram"]:hover {
	color: #517ea4;
}

a [class*="envelope"]:hover {
	color: #999999;
}

a .fa {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/* 5 - END of footer ---------------------------------------------------------- */
/* * - BEGIN of @media ---------------------------------------------------------- */

@media (min-width: 1230px) {
	.container {
		width: 1200px;
	}
}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 1199px) {
body {
	font-size: 14px;
	line-height: 1.57;
}
h1 {
	padding: 0 0 15px;
	font-size: 60px;
	line-height: 1.05;
}
h2 {
	padding: 0 0 15px;
	font-size: 40px;
	line-height: 1.3;
}
h3 {
	padding: 0 0 15px;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
}
h4 {
	padding: 0 0 15px;
	font-size: 20px;
	line-height: 1.23;
}
h5 {
	padding: 0 0 15px;
	font-size: 18px;
	line-height: 1.6;
}
h6 {
	padding: 0 0 15px;
	font-size: 13px;
}
p {
	padding: 0 0 15px;
}
.box-wr {
	padding: 30px 0 30px;
}
body .box-top-banner {
	padding: 0 0 0;
}
.navbar-nav > li > a {
	padding: 14px 10px 21px;
	margin: 0 0 0 10px;
	font-size: 15px;
	line-height: 20px;
}
.box-top-banner .img-wr {
	padding: 200px 0 150px;
	min-height: 500px;
	box-shadow: inset 0px -300px 300px -100px rgba(7, 60, 94, 0.5);
}
body .box-top-banner-small .img-wr {
	padding: 60px 0 100px;
	min-height: 270px;
	box-shadow: inset 0px -200px 300px -50px rgba(7, 60, 94, 0.6);
}
.box-grid .col-sm-8 {
	padding-left: 15px;
}
.bordered-bottom {
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.footer-top {
	padding: 50px 0 0;
}
body .logos-item img {
	max-height: 60px;
}
.logos-item {
	padding: 0 0 0;
	margin: 10px 10px 10px;
}
.block-logos h4 {
	padding: 0 0 5px;
}
.block-logos {
	margin: 30px 0 30px auto;
	max-width: 350px;
}
.footer-top .container {
	min-height: 250px;
}
.footer-img {
	right: 350px;
	left: -150px;
}
footer a img {
	max-width: 200px;
	padding: 10px 0 10px;
}
footer [class*="col-"]+[class*="col-"] {
	padding-left: 15px;
}
footer h5 {
	font-size: 14px;
	padding: 10px 0 10px;
}
.footer-middle {
	padding: 30px 0 30px;
	font-size: 12px;
}
.footer-bottom {
	padding: 30px 0 30px;
	font-size: 12px;
}
.text-disclaimer {
	padding: 0 5px;
	left: 10px;
	top: -42px;
}
h3.bordered-bottom {
	padding: 10px 0 15px;
}
.heading-blue {
	padding: 15px 10px 10px 50px;
	margin: 15px 0 25px;
	font-size: 34px;
	background: #043c5e url('img/bg-dots.png') no-repeat 13px center;
}
.heading-gray {
	padding: 15px 10px 10px 20px;
	margin: 0 0 0;
	font-size: 34px;
}
form {
	padding: 12px 0 12px;
}
.block-info form {
	padding: 20px 20px 20px;
}
.box-top-banner .block-info {
	margin: -15px 15px 0 auto;
	width: 400px;
}
body .box-top-banner:last-child {
	margin-bottom: 150px;
}
.step-items-wr {
	margin: 10px 0 20px;
}
.step-item-header {
	padding: 10px 20px 6px;
	font-size: 30px;
}
.step-item ul {
	padding: 0 0 20px 15px;
	font-size: 16px;
}
.box-services h3.text-center + .bordered-bottom {
	padding-top: 15px;
}
.offers-item {
	width: 50%;
	padding: 5px 5px 5px;
}








}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 991px) {
body {
	font-size: 13px;
	line-height: 1.57;
}
h1 {
	padding: 0 0 15px;
	font-size: 50px;
	line-height: 1.1;
}
h2 {
	padding: 0 0 15px;
	font-size: 35px;
	line-height: 1.3;
}
h3 {
	padding: 0 0 15px;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400;
}
h4 {
	padding: 0 0 15px;
	font-size: 18px;
	line-height: 1.23;
}
h5 {
	padding: 0 0 15px;
	font-size: 15px;
	line-height: 1.6;
}
h6 {
	padding: 0 0 15px;
	font-size: 12px;
}
p {
	padding: 0 0 15px;
}
body .btn-tel strong {
	font-size: 15px;
	margin: 0 0 0 5px;
}
.logo {
	max-width: 200px;
}
.navbar-nav > li > a {
	padding: 10px 5px 10px;
	margin: 0 0 0 10px;
	font-size: 14px;
	line-height: 20px;
}
body header .btn-main {
	margin: 0 0 0 10px;
}
.header-contacts {
	padding: 0 0 0;
	margin: 0 0 0;
}
body .btn-main {
	padding: 6px 15px 4px;
	font-size: 14px;
	line-height: 20px;
}
header {
	padding: 15px 0 0;
	font-size: 12px;
}
body .btn-tel {
	margin: 0 6px 0 0;
}
body .btn-tel strong {
	font-size: 15px;
	margin: 0 0 0 5px;
}
header + * {
	padding-top: 92px;
}
.img-angle-down:after {
	height: 200px;
	-webkit-background-size: contain;
	background-size: contain;
}
.box-top-banner .img-wr {
	padding: 100px 0 100px;
	min-height: 330px;
	box-shadow: inset 0px -200px 200px -50px rgba(7, 60, 94, 0.5);
}
.bordered-bottom:after {
	max-width: 200px;
}
.footer-top {
	padding: 0 0 0;
}
footer a img {
	max-width: 100%;
	padding: 10px 0 10px;
}
.footer-middle {
	padding: 30px 0 35px;
	font-size: 11px;
}
.back-to-top {
	width: 24px;
	height: 24px;
	-webkit-background-size: contain;
	background-size: contain;
}
.team-thumb-item .img-wr img {
	box-shadow: 2px 2px 0px 0px #f4f3f3;
}
.team-thumb-item .img-wr {
	margin: 0 0 20px;
	box-shadow: 10px 10px 0px 0px #28608d;
}
.team-items-wr {
	padding: 0 0 0;
	margin: 0 -15px 0;
}
.team-thumb-item {
	margin: 15px 10px 10px;
	width: 160px;
}
.team-thumb-item h4 {
	margin: 0 -10px 0 0;
	font-size: 15px;
}
.btns-prev-next a {
	font-size: 20px;
	margin: 0 50px 0 0;
}
.btns-prev-next {
	padding: 15px 0 0;
}
.list-simple {
	padding: 0 0 15px 25px;
}
.accordion-item-nav a:before {
	font-size: 20px;
	top: 4px;
}
.accordion-item-nav a {
	padding: 5px 10px 5px 30px;
	font-size: 16px;
}
.accordion-item-content {
	padding: 5px 0 10px;
}
.accordion-item {
	padding: 15px 0 15px;
}
.box-contacts p+h2 {
	padding-top: 20px;
}
iframe {
	min-height: 350px;
	margin: 25px auto 25px;
}
form input, form textarea, form select {
	padding: 10px 15px 7px;
	font-size: 13px;
	line-height: 25px;
}
.form-row [class*="col-"] {
	padding-bottom: 15px;
}
body .btn-dark {
	padding: 13px 20px 11px;
	margin: 0 15px 0 0;
	font-size: 14px;
	line-height: 20px;
	min-width: 120px;
}
body .btn-blue {
	padding: 13px 20px 11px;
	margin: 0 15px 0 0;
	font-size: 14px;
	line-height: 20px;
	min-width: 120px;
}
.box-top-banner-home .block-info {
	margin: -15px 15px 0 auto;
	width: 300px;
}
.box-top-banner-ds .block-info {
	margin: -15px 15px 0 auto;
	width: 300px;
}
.box-top-banner h4 {
	max-width: 400px;
}
.heading-gray span {
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 10px;
}
body .link-lg {
	font-size: 26px;
	padding: 4px 0 2px;
}
.box-top-banner-home .heading-gray:after {
	bottom: -25px;
	width: 70px;
	height: 100px;
}
.box-top-banner-ds .heading-gray:after {
	bottom: -25px;
	width: 70px;
	height: 100px;
}
.step-item-header {
	padding: 10px 13px 5px;
	font-size: 25px;
}
.step-item-header:after {
	border: 15px solid transparent;
	border-top: 10px solid;
	right: 15px;
}
.step-item-body {
	padding: 15px 15px 10px;
	min-height: 190px;
}
.step-number span {
	padding: 6px 5px 0;
	width: 40px;
	height: 40px;
	font-size: 24px;
}
.step-number {
	width: 40px;
	height: 40px;
}
.step-item {
	width: 33.333%;
	padding: 0 0 20px;
}
.step-item .step-number:before, .step-item .step-number:after {
	height: 5px;
}
.offers-item .img-wr {
	margin: 8px 13px 0 0;
	width: 70px;
}







}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 767px) {
.navbar-toggle .icon-bar {
	position: relative;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 4px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2), .navbar-toggle.active .icon-bar:nth-of-type(3) {
	background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(4) {
	top: -3px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-toggle {
	padding: 0 0 0;
	margin: 9px 0 0;
	border: none;
	min-height: 25px;
	position: relative;
	z-index: 5;
}
.navbar-toggle:hover {
	opacity: 1;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}
.navbar-toggle .icon-bar {
	width: 30px;
	height: 2px;
	border-radius: 3px;
	background: #ffffff;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
	width: 22px;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	width: 28px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
	width: 24px;
}
body .navbar-toggle.active .icon-bar {
	margin: 0;
	height: 2px;
	width: 30px;
}
body {
	font-size: 12px;
	line-height: 1.57;
}
h1 {
	padding: 0 0 15px;
	font-size: 35px;
	line-height: 1.1;
}
h2 {
	padding: 0 0 15px;
	font-size: 25px;
	line-height: 1.3;
}
h3 {
	padding: 0 0 15px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 400;
}
h4 {
	padding: 0 0 15px;
	font-size: 16px;
	line-height: 1.23;
}
h5 {
	padding: 0 0 15px;
	font-size: 14px;
	line-height: 1.6;
}
h6 {
	padding: 0 0 15px;
	font-size: 10px;
}
p {
	padding: 0 0 15px;
}
.box-wr {
	padding: 40px 0 40px;
}
header {
	padding: 10px 0 15px;
	font-size: 12px;
}
.logo {
	max-width: 150px;
}
.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #135b86;
	text-align: center;
	height: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.navbar {
	margin: 0 0 0;
	padding: 0 0 0;
	position: static;
}
header .display-inline-block {
	display: block;
	padding: 8px 0 8px;
}
body .btn-tel {
	margin: 0 0 0;
}
.header-contacts {
	padding: 20px 0 10px;
	margin: 0 0 0;
	text-align: center;
}
.navbar-nav > li > a {
	padding: 10px 10px 10px;
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
}
.navbar-nav {
	margin: 0 0 0;
	padding: 0 15px 40px;
}
.navbar-collapse.in {
	overflow-y: auto;
	height: 100vh;
}
header + * {
	padding-top: 64px;
}
.bordered-bottom:after {
	max-width: 150px;
}
.list-styled li {
	padding: 0 0 0 20px;
}
body .logos-item img {
	max-height: 45px;
}
.footer-top .container {
	min-height: 240px;
}
.block-logos {
	margin: 10px 0 10px auto;
	max-width: 290px;
}
.footer-img {
	right: 15px;
	left: -90px;
}
.footer-img img {
	max-height: 115px;
}
footer a img {
	max-width: 200px;
	padding: 0 0 0;
}
footer {
	text-align: center;
}
footer h5 {
	font-size: 14px;
	padding: 20px 0 5px;
}
.team-items-wr {
	padding: 0 0 0;
	margin: 0 -10px 0;
	text-align: center;
}
.team-thumb-item {
	margin: 15px 10px 0;
	width: 130px;
}
.team-thumb-item h4 {
	margin: 0 -10px 0 0;
	font-size: 14px;
}
body .box-top-banner-small .img-wr {
	padding: 50px 0 70px;
	min-height: 200px;
	box-shadow: inset 0px -100px 200px -50px rgba(7, 60, 94, 0.6);
}
.accordion-item-nav a {
	padding: 5px 10px 5px 25px;
	font-size: 14px;
}
.accordion-item-nav a:before {
	font-size: 18px;
	top: 4px;
}
.box-contacts ul {
	padding: 0 0 20px 20px;
}
textarea {
	min-height: 100px;
}
.box-top-banner .block-info {
	margin: -15px 15px 0 auto;
	width: 300px;
}
body .box-top-banner:last-child {
	margin-bottom: 100px;
}
body .box-top-banner-home .block-info {
	margin: 50px 0 0 auto;
	width: auto;
	max-width: 350px;
	position: relative;
}
body .box-top-banner-ds .block-info {
	margin: 50px 0 0 auto;
	width: auto;
	max-width: 350px;
	position: relative;
}
.gallery-items-wr {
	padding: 15px 0 0;
}
.navbar-nav li ul {
	padding: 10px 0 0;
	font-size: 13px;
	position: relative;
	background: transparent;
}








}

/* ----------------------------------------------------------------------------------- */

@media screen and (max-width: 550px) {
iframe {
	min-height: 250px;
	margin: 25px auto 25px;
}
.box-top-banner .block-info {
	margin: 25px 0 -40px auto;
	width: auto;
	max-width: 290px;
	position: relative;
}
.step-number {
	width: 40px;
	height: 40px;
	bottom: auto;
	top: 0;
	left: auto;
	right: 0;
	margin: 60px 10px 0;
}
.step-item .step-number:before, .step-item .step-number:after {
	content: none;
}
.step-item {
	width: auto;
	padding: 0 0 0;
	float: none;
}
.step-item-body {
	padding: 25px 15px 10px;
	min-height: 0;
}
.offers-item .img-wr {
	margin: 8px 13px 0 0;
	width: 45px;
}
.offers-item h5 {
	line-height: 1.5;
	font-size: 12px;
}








}

/* ----------------------------------------------------------------------------------- */
/* * - END of @media ---------------------------------------------------------- */

.white-font {
	color:white !important;
}
