/*========================================================
                    Main layout styles
=========================================================*/
body {
	font: 300 14px/20px 'Lato', sans-serif;
	color: #333333;
	background-color: #ffffff;
}

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

* {
	-webkit-text-size-adjust: none;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

a:hover {
	color: #777777;
}

h1 {
	display: inline-block;
	padding: 32px 34px;
	font: 900 52px/31px 'Roboto', sans-serif;
	letter-spacing: -0.025em;
	color: #ffffff;
	#text-transform: uppercase;
	/*background: #de3f18;*/
	background: #0087bf;
}

h1 a:hover {
	color: #ffffff;
}

h2 {
	padding: 36px 0 12px 0;
	font: 900 48px/48px 'Lato', sans-serif;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	text-align: center;
}

h3,
h4,
h5,
h6 {
	padding-bottom: 18px;
	font: 900 26px/26px 'Lato', sans-serif;
	letter-spacing: -0.025em;
}

h4 {
	padding-bottom: 0;
}

img {
	max-width: 100%;
}

/*global classes*/
.ta__l {
	text-align: left;
}

.ta__c {
	text-align: center;
}

.ta__r {
	text-align: right;
}

.fl__l {
	float: left;
}

.fl__r {
	float: right;
}

.ovf__h {
	overflow: hidden;
}

.td__udl {
	text-decoration: underline;
}

.fw__light {
	font-weight: 300;
}

/*========================================================
                    HEADER styles
=========================================================*/
#header {
	position: relative;
}

.header_top {
	width: 100%;
	/*background: #222222;*/
	background: #3a3a3a;
}

#stuck_container {
	/*background: #222222;*/
	background: #3a3a3a;
	z-index: 1;
}

.navigation {
	float: right;
	display: inline-block;
}

.search-block {
	float: right;
}

.search-block_icon {
	float: right;
	display: inline-block;
	cursor: pointer;
	margin: 26px 29px;
	padding: 6px 12px;
	font-size: 20px !important;
	line-height: 30px !important;
	color: #ffffff;
	border-radius: 50%;
	/*background: #de3f18;*/
	background: #0087bf;
}

.search-block_icon:hover {
	color: #ffffff;
	background: #333333;
}

#search {
	top: 120px;
	right: 50px;
	position: absolute;
	z-index: 2;
	border-radius: 20px;
	padding-right: 40px;
	background: #de3f18;
}

#search input {
	float: left;
	border-radius: 20px;
	font: 300 14px/20px 'Lato', sans-serif;
	color: #ffffff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	border: none;
	box-shadow: none;
	outline: none;
	height: 40px;
	width: 150px;
	background: #de3f18;
	padding: 6px 0 6px 13px;
}

#search input::-ms-clear {
	display: none;
}

#search input::-webkit-input-placeholder {
	color: #ffffff;
}

#search input:-moz-placeholder {
	color: #ffffff;
}

#search input::-moz-placeholder {
	color: #ffffff;
}

#search input:-ms-input-placeholder {
	color: #ffffff;
}

#search a > .search_icon {
	position: absolute;
	left: 158px;
	top: 8px;
	display: block;
	cursor: pointer;
}

#search a > .search_icon:hover:before {
	color: #333333;
}

#search a > .search_icon:before {
	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	content: '\f002';
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.slider {
	position: relative;
	height: 100%;
}

.slider_item {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -585px;
	margin-top: -223px;
	width: 1170px;
	color: #ffffff;
	text-align: center;
}

/* Main menu styles
========================================================*/
.menu {
	overflow: hidden;
}

nav {
	position: relative;
}

.menu {
	float: left;
	position: relative;
}

.menu .active-menu-item a {
	/*background: #323232;*/
	background: #3a3a3a;
}

.menu > li {
	position: relative;
	float: left;
}

.menu > li > a {
	display: inline-block;
	padding: 32px 10px;
	font: 24px/31px 'Roboto', sans-serif;
	color: #888888;
	letter-spacing: -0.025em;
	text-transform: uppercase;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.menu > li > a:hover {
	color: #ffffff;
	/*background: #323232;*/
	background: #3a3a3a;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.menu a {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.menu a:hover {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.hashAncor {
	position: absolute;
	top: -92px;
}

/*========================================================
                    CONTENT styles
=========================================================*/
#content {
	overflow: hidden;
	min-height: 500px;
}

#content article {
	position: relative;
}

.content_inset__1 {
	padding-bottom: 58px;
}

.content_inset__2 {
	padding-bottom: 33px;
}

.content_inset__3 {
	padding-bottom: 126px;
}

.content_bg__1 {
	background: url(/scroll/images/page1_img1.jpg) 50% 0 no-repeat;
}

.content_bg__2 {
	background: url(/scroll/images/page1_img6.jpg) 50% 0 no-repeat;
	min-height: 599px;
}

.content_bg__3 {
	/*background: #de3f18;*/
	background: #0087bf;
	color: #ffffff;
}

.content_bg__4 {
	background: url(/scroll/images/page1_img25.jpg) 50% 100% no-repeat;
}

.content_bg__5 {
	background: #333333;
}

.content_map {
	position: relative;
	min-height: 467px;
}

.content_map .google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.content_map #map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.content_map iframe {
	width: 100%;
}

.block-item-1 {
	text-align: center;
}

.block-item-1_heading {
	padding: 0 0 62px 0;
}

.block-item-1_description {
	padding: 0 0 69px 0;
}

.block-item-2 {
	padding: 0 0 60px 0;
	text-align: center;
}

.block-item-2_heading {
	padding: 36px 0 11px 0;
}

.block-item-2_description {
	width: 770px;
	margin: 0 auto;
}

.block-item-2__indent-1 {
	padding: 38px 0 60px 0;
}

.block-item-2__indent-2 {
	padding: 38px 0 42px 0;
}

.block-item-3 {
	padding: 0 0 59px 0;
}

.block-item-3_img {
	float: left;
	margin-right: 30px;
}

.block-item-3_content {
	overflow: hidden;
}

.block-item-3_heading {
	padding: 0 0 18px 0;
}

.block-item-4 {
	padding: 27px 0 20px 0;
}

.block-item-4:before,
.block-item-4:after {
	content: " ";
	display: table;
}

.block-item-4:after {
	clear: both;
}

.block-item-4_img {
	float: left;
	margin-right: 5px;
}

.block-item-4_content {
	padding: 10px 0 0 0;
	overflow: hidden;
}

.block-item-5 {
	padding: 0 0 16px 0;
	text-align: center;
}

.block-item-5_heading {
	/*padding: 36px 0 8px 0;*/
	padding: 30px 0 12px 0;
}

.block-item-5_description {
	width: 780px;
	margin: 0 auto;
}

.block-item-5_description:before,
.block-item-5_description:after {
	content: " ";
	display: table;
}

.block-item-5_description:after {
	clear: both;
}

.block-item-5_description li {
	float: left;
}

.block-item-5_description li:first-child:before {
	content: "";
	padding: 0;
}

.block-item-5_description li:before {
	content: "//";
	padding: 0 12px;
}

.block-item-6 {
	text-align: center;
	padding: 0 0 57px 0;
}

.block-item-6_img {
	max-width: 100%;
	padding: 0 0 10px 0;
}

.block-item-6_img__indent-2 {
	padding: 0 0 25px 0;
}

.block-item-6_heading {
	padding: 0 0 22px 0;
}

.block-item-6_description {
	margin: 0 auto;
	width: 210px;
}

.block-item-6_extension .fa {
	font-size: 28px;
	padding: 0 6px;
}

.block-1 {
	display: block;
	text-align: center;
	margin-bottom: 50px;
}

.block-1 img {
	border-radius: 4px;
	border: 1px solid #d4d4d4;
}

.block-1:hover img {
	/*opacity: 0.5;
	filter: alpha(opacity=50);*/
}

.block-2 {
	float: right;
	right: 50%;
	position: relative;
	padding-bottom: 27px;
	margin: 0 auto;
}

.block-2:before,
.block-2:after {
	content: " ";
	display: table;
}

.block-2:after {
	clear: both;
}

.block-2_wrapper {
	float: left;
	left: 50%;
	position: relative;
}

.block-2 a {
	float: left;
	display: block;
	width: 59px;
	height: 59px;
	margin: 0 4px;
	font-size: 29px;
	line-height: 59px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	color: #2eaeb7;
	background: #ffffff;
}

.block-2 a:hover {
	color: #ffffff;
	background-color: #de3f18;
}

.block-privacy {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
}

.block-privacy_heading {
	color: #de3f18;
}

.block-privacy_paragraph {
	padding: 0 0 28px 0;
}

.block-privacy_link {
	color: #de3f18;
}

.element {
	width: 20%;
	float: left;
	margin-bottom: 1px;
}

.block-gall {
	width: inherit;
}

.block-gall .element {
	width: 20%;
	float: left;
	margin-bottom: 1px;
}

.block-gall_item {
	display: block;
	position: relative;
	cursor: pointer;
}

.block-gall_item img {
	transition: opacity 0.5s ease;
}

.block-gall_item:hover:before {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.block-gall_item:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.block-gall_item:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
	transition: opacity 0.5s ease;
}

.block-gall_item:after {
	content: "";
	display: block;
	font: 65px/65px FontAwesome;
	color: #ffffff;
	position: absolute;
	margin-left: -33px;
	left: 50%;
	margin-top: -33px;
	top: 50%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 1;
	transition: opacity 0.5s ease;
}

.block-stellar {
	padding: 59px 0 40px 0;
	position: relative;
	box-sizing: border-box;
	color: #ffffff;
	background-repeat: no-repeat;
}

.btn {
	display: inline-block;
	padding: 18px 56px;
	border: 4px solid #ffffff;
	font: 900 24px/24px 'Lato', sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	transition: background-color 0.4s ease;
}

.btn:hover {
	background: #de3f18;
	color: #ffffff;
}

.btn-2 {
	display: inline-block;
	padding: 22px 84px;
	font: 900 26px/26px 'Lato', sans-serif;
	color: #de3f18;
	text-transform: uppercase;
	background: #ffffff;
	transition: background-color 0.4s ease;
}

.btn-2:hover {
	background: #de3f18;
	color: #ffffff;
}

.color-1 {
	color: #ffffff;
}

.color-2 {
	color: #de3f18;
}

.color-3 {
	color: #092832;
}

.text__light {
	font-weight: 300 !important;
}

.text__regular {
	font-weight: 400 !important;
	font-size: 44px;
}

.text__black {
	font-weight: 900 !important;
}

.text__lower-spacing {
	letter-spacing: -0.025em !important;
}

.text__upercase {
	text-transform: uppercase !important;
}

.text-1 {
	/*font-size: 100px;*/
	font-size: 90px;
	line-height: 153px;
	font-weight: 900;
}

.text-2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	min-height: 60px;
}

.text-3 {
	font-size: 18px;
	line-height: 31px;
	font-weight: 400;
}
.text-3.wm_block {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
}

.text-4 {
	font-size: 60px;
	line-height: 66px;
	font-weight: 400;
}

.text-5 {
	font-size: 16px;
	line-height: 28px;
}

/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
	/*background: #de3f18;*/
	background: #0087bf;
}

.footer_copyright {
	text-align: center;
	/*padding: 82px 0 69px 0;*/
	line-height: 106px;
	color: #ffffff;
}

/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	/*color: #de3f18;*/
	color: #0087bf;
	font-size: 37px;
	line-height: 37px;
	text-align: center;
	z-index: 20;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}

#toTop:hover {
	outline: none;
	color: #333333;
}

@media only screen and (max-width: 1199px) {
	#toTop {
		display: none !important;
	}
}

/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
	position: relative;
	padding-top: 11px;
	width: 880px;
	margin: 0 auto;
}

#contact-form .btn1 {
	margin-top: 25px;
}

#contact-form label,
.popup-commom [id^="popup-form-"] label,
#contact-form div.captcha,
.popup-commom [id^="popup-form-"] div.captcha {
	display: block;
	float: left;
	position: relative;
	display: inline-block;
	width: 49%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 50px;
	margin: 0 0 16px 0;
}

#contact-form label + label {
	margin-left: 2%;
}

#contact-form label.message,
.popup-commom [id^="popup-form-"] label.message,
#contact-form div.captcha,
.popup-commom [id^="popup-form-"] div.captcha {
	margin-left: 0;
	margin-bottom: 24px;
	width: 100%;
	position: relative;
}

/*#contact-form label.message:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(/scroll/images/text-area_decoration.png);
	position: absolute;
	right: 26px;
	bottom: 26px;
}*/

#contact-form fieldset {
	border: none;
	width: 100%;
}

/* Contact Form Placeholder Styles
========================================================*/
#contact-form ._placeholder,
.popup-commom [id^="popup-form-"] ._placeholder {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 29px;
	padding: 12px 0 0 26px;
	color: #adadad;
	width: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: text;
	font-weight: 300;
}

#contact-form ._placeholder.focused,
.popup-commom [id^="popup-form-"] ._placeholder.focused {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#contact-form ._placeholder.hidden,
.popup-commom [id^="popup-form-"] ._placeholder.hidden {
	display: none;
}

#contact-form .file ._placeholder {
	display: none;
}

/* Contact Form Input
========================================================*/
#contact-form input[type='text'],
.popup-commom input[type='text'],
.popup-commom input[type='password'] {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 29px;
	padding: 10px 25px;
	border: 1px solid #8d8d8d;
	border-radius: 4px;
	width: 100%;
	outline: none;
	height: 51px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-weight: 300;
	color: #adadad;
	background: #333333;
}

.popup-commom input[type='text'],
.popup-commom input[type='password'] {
	background: #ffffff;
	color: #000000;
}

/* Contact Form File Input
========================================================*/
#contact-form .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact-form input.form-control[disabled] {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

#contact-form input.form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding: 6px 12px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#contact-form .input-group-btn:first-child > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin: 0 -1px 0 0;
}

#contact-form .input-group .form-control:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

#contact-form .input-group-btn:last-child > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

#contact-form .input-group .form-control:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

#contact-form input.form-control,
#contact-form .input-group-btn {
	display: table-cell;
	border-collapse: separate;
	float: none !important;
}

#contact-form .input-group-btn label {
	width: auto;
	margin-left: -1px;
}

#contact-form .input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
}

#contact-form .btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}

#contact-form .btn-default:hover {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}

#contact-form .btn-default:active,
#contact-form .btn-default:focus {
	outline-offset: -2px;
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* Contact Form Textarea
========================================================*/
#contact-form textarea,
.popup-commom textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 29px;
	padding: 9px 24px;
	border: 1px solid #8d8d8d;
	width: 100%;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	height: 200px;
	font-weight: 300;
	border-radius: 4px;
	background: #333333;
	color: #adadad;
	margin: 0;
}

.popup-commom textarea {
	background: 0;
}

/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message,
.popup-commom .empty-message,
.popup-commom .error-message {
	position: absolute;
	right: 3px;
	top: 2px;
	color: red;
	height: 0;
	overflow: hidden;
	font-size: 11px;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	z-index: 99;
}

#contact-form .invalid .error-message,
#contact-form .empty .empty-message,
.popup-commom [id^="popup-form-"] .invalid .error-message,
.popup-commom [id^="popup-form-"] .empty .empty-message {
	height: 20px;
}

/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader,
.popup-commom [id^="popup-form-"] .login-form-loader {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #333333;
	background-image: url('/scroll/images/form-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
}

#contact-form.processing .contact-form-loader {
	opacity: 1;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

/* Contact Form Modal
========================================================*/
.modal-open {
	overflow: hidden;
}

#contact-form .modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

#contact-form .modal h4 {
	font-size: 24px;
	text-transform: none;
	padding: 0;
	margin: 0;
	color: #000;
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none;
	color: #000;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}

.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16px;
}

.modal-header .close {
	margin-top: -2px;
	position: relative;
	z-index: 10;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 20px;
}

.modal-dialog {
	width: 600px;
	margin: 10px auto;
}

@media only screen and (max-width: 768px) {
	.modal-dialog {
		position: relative;
		width: auto;
		margin: 10px;
	}
}

/* Contact Form Close icon
========================================================*/
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

@media only screen and (max-width: 979px) {
	#contact-form {
		padding-right: 0;
		width: 100%;
	}

	#contact-form label {
		width: 100%;
		margin-left: 0 !important;
		clear: left;
	}
}

/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1340px) {
	.menu > li > a {
		font-size: 23px;
	}
}

@media only screen and (max-width: 1310px) {
	.menu > li > a {
		font-size: 22px;
	}
}

@media only screen and (max-width: 1275px) {
	.menu > li > a {
		font-size: 21px;
	}
}

@media only screen and (max-width: 1245px) {
	.menu > li > a {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1210px) {
	.menu > li > a {
		font-size: 19px;
	}
}

@media only screen and (max-width: 1199px) {
	.slider_item {
		margin-top: -163px;
	}

	h1 {
		font-size: 44px;
	}

	.text-1 {
		/*font-size: 106px;*/
		font-size: 78px;
		line-height: 106px;
	}

	.text__regular {
		font-size: 38px;
	}

	.text-4 {
		/*font-size: 56px;*/
		font-size: 40px;
		line-height: 56px;
	}

	.block-item-1_heading {
		padding: 0 0 22px 0;
	}

	.block-item-1_description {
		padding: 0 0 29px 0;
	}

	.block-item-4 .text-3 {
		font-size: 12px;
	}

	.menu > li > a {
		padding: 32px 6px;
		font-size: 17px;
	}
}

@media only screen and (max-width: 1030px) {
	.menu > li > a {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1000px) {
	.menu > li > a {
		font-size: 15px;
	}
}

@media only screen and (max-width: 979px) {
	h1 {
		font-size: 38px;
		padding: 32px 14px;
	}

	.text-1 {
		/*font-size: 106px;*/
		font-size: 62px;
		line-height: 106px;
	}

	.text__regular {
		font-size: 34px;
	}

	.search {
		margin: 26px 10px;
	}

	.block-item-4_img {
		width: 72px;
	}

	.block-item-4_content {
		padding: 0;
	}

	.block-item-2_description {
		width: 740px;
	}

	.block-item-6_description {
		width: 100%;
	}

	.content_map {
		min-height: 367px;
	}

	.menu > li > a {
		padding: 32px 3px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 830px) {
	.menu > li > a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 800px) {
	.menu > li > a {
		font-size: 12px;
	}
}

@media only screen and (max-width: 767px) {
	#stuck_container {
		height: 136px;
		/*background: #222222;*/
		background: #3a3a3a;
		z-index: 1;
	}

	h1 {
		padding: 24px 0;
		text-align: center;
		width: 100%;
	}

	.navigation {
		position: absolute;
		top: 96px;
		left: 50%;
		margin-left: -150px;
		float: none;
	}

	.search-block {
		position: absolute;
		top: 85px;
		right: 50%;
		margin: 0 -145px 0 0;
		float: none;
	}

	.search-block_icon {
		margin: 0;
	}

	h2 {
		font-size: 32px;
	}

	.text-1 {
		/*font-size: 48px;*/
		font-size: 38px;
		line-height: 58px;
	}

	.text__regular {
		font-size: 24px;
	}

	.block-item-2 {
		padding-bottom: 20px;
	}

	.block-item-2_description {
		width: 100%;
	}

	.block-item-4_img {
		width: auto;
	}

	.block-item-4 .text-3 {
		font-size: 18px;
	}

	.text-4 {
		font-size: 66px;
		line-height: 66px;
	}

	.block-item-5_description {
		width: 100%;
	}

	.block-item-6 {
		padding-bottom: 20px;
	}

	.block-item-6_heading {
		padding-bottom: 10px;
	}

	.block-stellar {
		padding: 0;
	}

	.content_map {
		min-height: 267px;
	}

	nav {
		width: 240px;
	}

	.menu {
		display: none;
	}

	.select-menu {
		margin-left: 0;
		display: block;
		width: 100%;
	}

	.btn-2 {
		width: 100%;
		text-align: center;
		padding: 22px 0;
	}
}

@media only screen and (max-width: 480px) {
	.block-2 a {
		width: 46px;
		height: 46px;
		font-size: 29px;
		line-height: 46px;
	}

	.slider_item {
		margin-top: -203px;
	}

	.block-item-3_img {
		display: block;
		margin: 0 auto 15px auto;
		text-align: center;
		float: none;
	}

	.btn {
		padding: 16px 24px;
	}

	.btn-2 {
		font-size: 21px;
	}

	.text-1 {
		font-size: 38px;
		line-height: 42px;
	}
}

/*Core variables and mixins*/

.popup-commom {
	display: none;
	/*overflow: auto;
	overflow-y: scroll;*/
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.btn-popup-commom {
	padding: 16px 22px;
	font-size: 18px;
	margin: 0 10px 10px;
}

form .error-string {
	display: none;
	font: 900 14px/0 'Lato', sans-serif;
	color: #de3f18;
	padding-left: 25px;
}

form .form_answer {
	display: none;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 29px;
	padding: 10px 25px;
	/*border: 1px solid #8d8d8d;*/
	/*border-radius: 4px;*/
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-weight: 300;
}