﻿/*
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: 'Gotham';
  src: url('fonts/Gotham/Gotham-Book.eot');
  src: url('fonts/Gotham/Gotham-Book.woff2') format('woff2'),
	   url('fonts/Gotham/Gotham-Book.woff') format('woff'),
	   url('fonts/Gotham/Gotham-Book.ttf') format('truetype'),
	   url('fonts/Gotham/Gotham-Book.svg#Gotham') format('svg'),
	   url('fonts/Gotham/Gotham-Book.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova/ProximaNova-Regular.eot');
  src: url('fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
	   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-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

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

@font-face {
  font-family: 'ProximaNova';
  src: url('fonts/ProximaNova/ProximaNova-Bold.eot');
  src: url('fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'),
	   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-Bold.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: 'ProximaNova', sans-serif;
	font-size: 14px;
	line-height: 1.55;
	font-weight: normal;
	color: #939598;
}

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: 68px;
	line-height: 1.0;
	font-weight: 700;
	font-family: 'Gotham';
}

h2 {
	margin: 0 0 0;
	padding: 0 0 23px;
	font-size: 49px;
	line-height: 1.05;
	font-weight: 600;
	font-family: 'Gotham';
	letter-spacing: -.04em;
	position: relative;
}

h2:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 13px;
	width: 70px;
	margin: 0 auto;
	border-bottom: 4px solid;
}

h3 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 42px;
	line-height: 1.0;
	font-weight: 400;
	font-family: 'Gotham';
}

h4 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 32px;
	line-height: 1.05;
	font-weight: 400;
	font-family: 'Gotham';
	letter-spacing: -.04em;
}

h5 {
	margin: 0 0 0;
	padding: 0 0 15px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
}

h6 {
	margin: 0 0 0;
	padding: 0 0 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 15px;
	color: #6c6c6c;
}

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

ul ol, ul ul, ol ul, ol ol {
	padding-bottom: 0;
}

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

.hide, .hidden {
	display: none;
}

.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 {
	/* display: none; */
	padding: 27px 0 27px;
	background: #FFFFFF;
	background: rgba(255,255,255,.75);
	position: fixed;
	z-index: 60;
	left: 0;
	right: 0;
	top: 0;
	box-shadow: 0px 1px 8px 0px #555555;
}

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

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

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

.logo img {
	display: block;
}

.navbar {
	margin: 0 0 0;
	padding: 15px 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: 5px 0 5px;
	margin: 0 0 0 45px;
	letter-spacing: .025em;
	font-size: 14px;
	line-height: 20px;
	color: #787878;
	font-weight: 700;
	text-transform: none;
	position: relative;
	background-color: transparent;
}

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

.nav > li > a:focus, .nav > li > a:hover {
	color: #787878;
	background-color: transparent;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: #008d36;
}

.navbar-nav > li > .dropdown-menu {
	background-color: #e5e1d4;
}

.dropdown-menu li {
	position: relative;
}

.dropdown-menu li a {
	margin: 0 0 0;
	padding: 5px 20px 5px;
}

/* 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: #f9a131;
	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: 50px 0 50px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

html body .color-white {
	color: #ffffff;
}

body .bg-transparent {
	background-color: transparent;
}

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

.img-wr {
	position: relative;
}

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

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

.img-wr:hover a img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

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

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

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

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

.box-top-banner h6 {
	padding: 0 0 0;
	font-size: 16px;
	font-weight: 600;
}

.box-top-banner h5 {
	padding: 0 0 0;
	font-size: 22px;
	font-weight: 700;
}

.top-slider .slide-item img {
	margin: 0 auto;
	width: 100%;
}

.text-vertical {
	padding: 0 0 0;
	margin: 0 0 0;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 700;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.text-vertical li {
	padding: 10px 0 10px;
	position: relative;
}

.text-vertical li:after {
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
	border-bottom: 1px solid;
	width: 120px;
}

.text-vertical li:last-child:after {
	content: none;
}

.text-vertical i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.box-top-banner .text-vertical {
	position: absolute;
	right: 208px;
	bottom: 0;
	list-style: none;
	height: 208px;
	margin: 0 70px 0;
}

.pos-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	max-width: 690px;
	margin: 0 0 0 auto;
	padding: 20px 15px 35px;
}

.top-slider .slide-item {
	color: #ffffff;
}

.top-slider .img-overlay {
	padding: 305px 0 200px;
	padding: 23.5% 0 200px;
	min-height: 872px;
	/* min-height: 100vh; */
	position: relative;
	background-color: rgba(0, 0, 0, .32);
}

.slide-item {
	outline: none;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}

body .btn-scroll-down {
	position: absolute;
	z-index: 5;
	display: block;
	left: 88px;
	bottom: 0;
	width: 50px;
	height: 146px;
	margin: 0 auto;
	padding: 0 0 0;
	color: #ffffff;
	background-color: #f9a131;
	text-align: center;
}

body .btn-scroll-down:hover {
	opacity: 1;
	-moz-animation: bounce 1.5s infinite;
	-webkit-animation: bounce 1.5s infinite;
	animation: bounce 1.5s infinite;
}

.btn-scroll-down i {
	display: block;
	position: relative;
	width: 15px;
	height: 21px;
	margin: 30px auto 30px;
	text-align: center;
	background: url('img/i-arr-down-white.png') no-repeat center;
	-webkit-background-size: contain;
	background-size: contain;
	animation: MoveUpDown 3s linear infinite;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

@keyframes MoveUpDown {
  0% {
	bottom: 0;
	opacity: 1;
  }
  50% {
	bottom: 30px;
	opacity: .2;
  }
  100% {
	bottom: 0;
	opacity: 1;
  }
}

.box-services {
	padding: 205px 0 50px;
}

.box-services .text-wr {
	padding: 65px 35px 35px 0;
	margin: 0 0 0;
}

.box-services .text-wr.text-left {
	padding-left: 60px;
	padding-right: 0;
}

.box-services .img-wr {
	padding: 0 0 0;
	margin: 0 -40px 0;
}

.services-slider {
	margin: 0 0 65px;
}

.slick-dots li button:before {
	font-size: 16px;
	opacity: 1;
	color: #c8c7c5;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #f7a632;
}

.slick-dots {
	bottom: -44px;
}

.box-how-it-works {
	padding: 150px 0 150px;
	background-position: center top;
}

.box-how-it-works p {
	text-align: left;
}

.box-how-it-works img {
	margin: 25px 0 0;
}

.box-how-it-works .text-left img {
	margin: 83px 0 40px;
}

.container-1050 {
	max-width: 1080px;
}

.box-cost {
	padding: 85px 0 35px;
	background-position: left top;
}

.box-cost h2 {
	color: #85a5c8;
}

.box-cost h2:after {
	content: none;
}

.box-cost p {
	color: #2d4c69;
}

.table-cost {
	text-align: center;
	color: #ffffff;
	font-weight: 600;
	width: 100%;
	margin: 37px auto 47px;
	font-size: 16px;
	table-layout: fixed;
	position: relative;
}

.table-cost tr {
	border-bottom: 1px solid;
}

.table-cost td {
	padding: 4px 6px 3px;
}

.table-cost i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 6px 0 0;
}

.table-heading-vertical {
	position: absolute;
	left: -125px;
	top: 95px;
	width: 200px;
	height: 25px;
	margin: 0 0 0;
	padding: 0 0 0;
	white-space: nowrap;
	text-align: left;
	font-family: 'Gotham';
	font-weight: 600;
	font-size: 18px;
	letter-spacing: -.04em;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.table-heading-vertical span {
	display: block;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}

.text-left .table-cost {
	text-align: left;
}

.text-left .table-cost td:last-child {
	text-align: right;
}

body .btn-main, form input[type="submit"], form button {
	padding: 11px 9px 10px;
	margin: 0 auto 0;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
	width: auto;
	font-style: normal;
	background: #1b2030;
	border: 2px solid #1b2030;
	font-weight: 700;
	text-align: center;
	position: relative;
	display: inline-block;
	border-radius: 0;
}

body .btn-main:hover {
	color: #1b2030;
	background: #FFFFFF;
	opacity: 1;
}

.box-map {
	padding: 40px 0 30px;
}

.box-map .table-cost td {
	padding: 10px 0 10px;
}

.box-map .table-cost {
	margin: 25px 0 25px;
}

.box-map .table-cost tr:last-child {
	border-bottom: none;
}

.box-contacts {
	padding: 130px 0 78px;
}

.box-contacts img {
	margin: 12px auto 12px;
}

.box-contacts h2 {
	padding: 0 0 47px;
}

.box-contacts h2:after {
	bottom: 25px;
	margin: 0;
	border-bottom: 3px solid;
}

.box-contacts h4 {
	color: #f9a131;
}

.box-contacts a {
	color: inherit
}

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

form {
	margin: 0 0 0;
	padding: 0 0 0;
}

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

form input, form textarea, form select {
	display: block;
	margin: 0 0 0;
	padding: 5px 10px 5px;
	font-size: 14px;
	line-height: 16px;
	color: #1b2030;
	background-color: #FFFFFF;
	clear: both;
	outline: none;
	width: 100%;
	border: 1px solid #c0c0c0;
	border-radius: 3px;
}

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

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

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

form label {
	display: block;
}

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

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

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

*:-ms-input-placeholder {
	color: #999999;
	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;
}

body .btn-enlarge {
	padding: 8px 18px 5px;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	z-index: 2;
	min-width: 168px;
	text-align: left;
	right: 106px;
	top: 60px;
	text-transform: uppercase;
	display: inline-block;
	color: #ffffff;
	border: 1px solid;
}

body .btn-enlarge i {
	margin: -3px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

body .btn-enlarge i img {
	display: block;
}
















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

footer {
	color: #2d4c69;
	background: transparent;
}

footer ul {
	padding: 0 0 0;
	margin: 0 0 0;
}

footer li {
	display: inline-block;
	vertical-align: middle;
}

footer h6 {
	padding: 0 0 0;
}

.footer-top {
	padding: 20px 0 20px;
	background-color: #939598;
	color: #ffffff;
}

.footer-top ul a {
	margin: 0 20px 0 0;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
}

.logo-links a {
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.logo-links a img {
	display: inline-block;
	vertical-align: middle;
}

.footer-top ul {
	padding: 27px 0 23px;
	margin: 0 0 0;
}

.footer-bottom {
	padding: 10px 0 10px;
}

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

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

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

@media screen and (max-width: 1199px) {
.navbar-nav > li > a {
	padding: 5px 0 5px;
	margin: 0 0 0 20px;
	font-size: 14px;
}
.navbar {
	padding: 8px 0 0;
}
header {
	padding: 15px 0 15px;
}
.logo {
	margin: 0 0 0;
	max-width: 274px;
}
body {
	font-size: 14px;
	line-height: 1.55;
}
h1 {
	padding: 0 0 15px;
	font-size: 50px;
	line-height: 1.2;
}
h2 {
	padding: 0 0 23px;
	font-size: 34px;
	line-height: 1.2;
}
h2:after {
	bottom: 13px;
	width: 70px;
	border-bottom: 4px solid;
}
h3 {
	padding: 0 0 15px;
	font-size: 28px;
	line-height: 1.2;
}
h4 {
	padding: 0 0 15px;
	font-size: 22px;
	line-height: 1.2;
}
h5 {
	padding: 0 0 15px;
	font-size: 15px;
	line-height: 1.2;
}
h6 {
	padding: 0 0 15px;
}
.box-wr {
	padding: 60px 0 60px;
}
.box-services .text-wr, .box-services .text-wr.text-left {
	padding: 60px 0 30px;
}
.box-services .img-wr {
	padding: 0 0 0;
	margin: 0 0 0;
}
.table-cost {
	margin: 37px auto 47px;
	font-size: 13px;
}
.table-heading-vertical {
	left: -125px;
	top: 95px;
	width: 200px;
	height: 25px;
	margin: 0 0 0;
	padding: 0 0 0;
	font-size: 14px;
	letter-spacing: 0;
}
.top-slider .img-overlay {
	min-height: 630px;
}
.footer-top ul a {
	margin: 0 10px 0 0;
	font-size: 13px;
}

















}

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

@media screen and (max-width: 991px) {
body {
	font-size: 13px;
	line-height: 1.55;
}
h1 {
	padding: 0 0 15px;
	font-size: 36px;
	line-height: 1.2;
}
h2 {
	padding: 0 0 15px;
	font-size: 28px;
	line-height: 1.2;
}
h2:after {
	bottom: 8px;
	width: 70px;
	border-bottom: 3px solid;
}
h3 {
	padding: 0 0 15px;
	font-size: 22px;
	line-height: 1.2;
}
h4 {
	padding: 0 0 15px;
	font-size: 18px;
	line-height: 1.2;
}
h5 {
	padding: 0 0 15px;
	font-size: 14px;
	line-height: 1.2;
}
h6 {
	padding: 0 0 15px;
}
.box-wr {
	padding: 35px 0 35px;
}
.logo {
	max-width: 160px;
}
.navbar {
	padding: 2px 0 0;
}
.navbar-nav > li > a {
	padding: 2px 0 2px;
	margin: 0 0 0 15px;
	font-size: 12px;
}
.text-vertical li {
	padding: 5px 0 5px;
}
.box-top-banner .text-vertical {
	position: absolute;
	right: 100px;
	bottom: 0;
	list-style: none;
	height: 150px;
	margin: 0 70px 0;
	font-size: 13px;
}
.box-top-banner h6 {
	font-size: 12px;
}
.box-top-banner h5 {
	font-size: 16px;
}
.pos-bottom {
	max-width: 500px;
	margin: 0 0 0 auto;
	padding: 18px 15px 18px;
}
body .btn-scroll-down {
	left: 15px;
	bottom: 0;
	width: 40px;
	height: 80px;
}
.btn-scroll-down i {
	margin: 15px auto 15px;
}
.box-services .text-wr, .box-services .text-wr.text-left {
	padding: 15px 0 10px;
	text-align: center;
}
.box-wr {
	padding: 35px 0 35px;
}
.box-map .table-cost {
	margin: 5px 35px 5px;
	max-width: 250px;
}
.logo-links a img {
	max-width: 50px;
	max-height: 40px;
}
.footer-top ul a {
	margin: 0 8px 0 0;
	font-size: 11px;
}
.footer-top ul {
	padding: 10px 0 9px;
}















}

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

@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 {
	margin: 0;
	height: 3px;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
	top: 10px;
	-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) {
	background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
	top: -10px;
	-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: 0 0 0;
	border: none;
	min-height: 25px;
	position: relative;
	z-index: 5;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 7px;
}
.navbar-toggle .icon-bar {
	width: 36px;
	height: 3px;
	background: #f9a131;
}
body {
	font-size: 12px;
	line-height: 1.55;
}
h1 {
	padding: 0 0 15px;
	font-size: 30px;
	line-height: 1.2;
}
h2 {
	padding: 0 0 15px;
	font-size: 24px;
	line-height: 1.2;
}
h2:after {
	bottom: 8px;
	width: 50px;
	border-bottom: 2px solid;
}
h3 {
	padding: 0 0 15px;
	font-size: 18px;
	line-height: 1.2;
}
h4 {
	padding: 0 0 15px;
	font-size: 16px;
	line-height: 1.2;
}
h5 {
	padding: 0 0 15px;
	font-size: 13px;
	line-height: 1.2;
}
h6 {
	padding: 0 0 15px;
}
.box-wr {
	padding: 35px 0 35px;
}
.navbar {
	padding: 0 0 0;
	position: static;
}
.services-slider {
	margin: 0 0 20px;
}
.slick-dots {
	bottom: -25px;
}
.box-how-it-works img {
	margin: 10px 0 0;
}
.box-how-it-works .text-left img {
	margin: 20px 0 15px;
}
.box-cost {
	background-position: right top;
	text-align: center;
}
.box-map .table-cost {
	margin: 0 auto 15px;
	max-width: 200px;
}
.table-cost {
	margin: 15px 0 20px auto;
	font-size: 12px;
	width: 90%;
}
.box-how-it-works p {
	text-align: center;
}
.table-heading-vertical {
	top: 90px;
	font-size: 12px;
}
.navbar-collapse {
	margin: 0 0 0;
	padding: 0 0 0;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #ffffff;
	box-shadow: 0px 2px 3px 0px #cccccc;
}
.navbar-nav > li > a {
	padding: 10px 0 10px;
	margin: 0 0 0;
	font-size: 16px;
}
.navbar-nav {
	padding: 25px 0 25px;
}
.footer-top .text-left, .footer-top .text-right {
	text-align: center;
}
.logo-links a {
	margin: 0 5px 0;
}
.footer-top ul a {
	margin: 0 5px 0;
	font-size: 11px;
}
footer {
	text-align: center;
}
.box-contacts {
	text-align: center;
}
.box-contacts h2:after {
	bottom: 25px;
	margin: 0 auto;
	border-bottom: 3px solid;
}
.box-contacts img {
	margin: 0 auto 45px;
	max-width: 80%;
}
body .btn-enlarge {
	right: 15px;
	top: 15px;
}















}

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

@media screen and (max-width: 570px) {
.box-top-banner .text-vertical {
	position: relative;
	z-index: 5;
	right: 0;
	bottom: 0;
	list-style: none;
	height: auto;
	margin: 0 auto 0;
	font-size: 10px;
}
.pos-bottom {
	max-width: 100%;
	margin: 0 0 0 auto;
	padding: 18px 15px 18px;
	text-align: right;
}
.text-vertical li:after {
	left: auto;
	right: 0;
	width: 90px;
}
.text-vertical {
	font-size: 12px;
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.top-slider .img-overlay {
	padding: 100px 0 280px;
	min-height: 65vh;
}
.box-how-it-works img {
	width: 100%;
}










}

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