/* media height */
@media screen and (max-height: 790px){
	h1, h1.h1, .h1 {
		font-size: 2.25em !important;
	}
    .block-logo{
        padding-top: 0.4375em !important;
    }
    .block-text-inner{
        padding-top: 1em !important;
    }
    h2, h2.h2, .h2{
        font-size: 1.3em !important;
    }
    .block-text-inner .btn-orange{
        font-size: 20px !important;
    }
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

 html {
 	line-height: 1.15;
 	/* 1 */
 	-ms-text-size-adjust: 100%;
 	/* 2 */
 	-webkit-text-size-adjust: 100%;
 	/* 2 */
 }

/* Sections
========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

 body {
 	margin: 0;
 }

/**
 * Add the correct display in IE 9-.
 */

 article,
 aside,
 footer,
 header,
 nav,
 section {
 	display: block;
 }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

 h1 {
 	font-size: 2em;
 	margin: 0.67em 0;
 }

/* Grouping content
========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

 figcaption,
 figure,
 main {
 	/* 1 */
 	display: block;
 }

/**
 * Add the correct margin in IE 8.
 */

 figure {
 	margin: 1em 40px;
 }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

 hr {
 	-webkit-box-sizing: content-box;
 	box-sizing: content-box;
 	/* 1 */
 	height: 0;
 	/* 1 */
 	overflow: visible;
 	/* 2 */
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 pre {
 	font-family: monospace, monospace;
 	/* 1 */
 	font-size: 1em;
 	/* 2 */
 }

/* Text-level semantics
========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

 a {
 	background-color: transparent;
 	/* 1 */
 	-webkit-text-decoration-skip: objects;
 	/* 2 */
 }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

 abbr[title] {
 	border-bottom: none;
 	/* 1 */
 	text-decoration: underline;
 	/* 2 */
 	-webkit-text-decoration: underline dotted;
 	text-decoration: underline dotted;
 	/* 2 */
 }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

 b,
 strong {
 	font-weight: inherit;
 }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

 b,
 strong {
 	font-weight: bolder;
 }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

 code,
 kbd,
 samp {
 	font-family: monospace, monospace;
 	/* 1 */
 	font-size: 1em;
 	/* 2 */
 }

/**
 * Add the correct font style in Android 4.3-.
 */

 dfn {
 	font-style: italic;
 }

/**
 * Add the correct background and color in IE 9-.
 */

 mark {
 	background-color: #ff0;
 	color: #000;
 }

/**
 * Add the correct font size in all browsers.
 */

 small {
 	font-size: 80%;
 }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

 sub,
 sup {
 	font-size: 75%;
 	line-height: 0;
 	position: relative;
 	vertical-align: baseline;
 }

 sub {
 	bottom: -0.25em;
 }

 sup {
 	top: -0.5em;
 }

/* Embedded content
========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

 audio,
 video {
 	display: inline-block;
 }

/**
 * Add the correct display in iOS 4-7.
 */

 audio:not([controls]) {
 	display: none;
 	height: 0;
 }

/**
 * Remove the border on images inside links in IE 10-.
 */

 img {
 	border-style: none;
 }

/**
 * Hide the overflow in IE.
 */

 svg:not(:root) {
 	overflow: hidden;
 }

/* Forms
========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
 	font-family: sans-serif;
 	/* 1 */
 	font-size: 100%;
 	/* 1 */
 	line-height: 1.15;
 	/* 1 */
 	margin: 0;
 	/* 2 */
 }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

 button,
 input {
 	/* 1 */
 	overflow: visible;
 }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

 button,
 select {
 	/* 1 */
 	text-transform: none;
 }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

 button,
 html [type="button"],
 [type="reset"],
 [type="submit"] {
 	-webkit-appearance: button;
 	/* 2 */
 }

/**
 * Remove the inner border and padding in Firefox.
 */

 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
 	border-style: none;
 	padding: 0;
 }

/**
 * Restore the focus styles unset by the previous rule.
 */

 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
 	outline: 1px dotted ButtonText;
 }

/**
 * Correct the padding in Firefox.
 */

 fieldset {
 	padding: 0.35em 0.75em 0.625em;
 }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

 legend {
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	/* 1 */
 	color: inherit;
 	/* 2 */
 	display: table;
 	/* 1 */
 	max-width: 100%;
 	/* 1 */
 	padding: 0;
 	/* 3 */
 	white-space: normal;
 	/* 1 */
 }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

 progress {
 	display: inline-block;
 	/* 1 */
 	vertical-align: baseline;
 	/* 2 */
 }

/**
 * Remove the default vertical scrollbar in IE.
 */

 textarea {
 	overflow: auto;
 }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

 [type="checkbox"],
 [type="radio"] {
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	/* 1 */
 	padding: 0;
 	/* 2 */
 }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
 	height: auto;
 }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

 [type="search"] {
 	-webkit-appearance: textfield;
 	/* 1 */
 	outline-offset: -2px;
 	/* 2 */
 }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

 [type="search"]::-webkit-search-cancel-button,
 [type="search"]::-webkit-search-decoration {
 	-webkit-appearance: none;
 }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

 ::-webkit-file-upload-button {
 	-webkit-appearance: button;
 	/* 1 */
 	font: inherit;
 	/* 2 */
 }

/* Interactive
========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

 details,
 menu {
 	display: block;
 }

/*
 * Add the correct display in all browsers.
 */

 summary {
 	display: list-item;
 }

/* Scripting
========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

 canvas {
 	display: inline-block;
 }

/**
 * Add the correct display in IE.
 */

 template {
 	display: none;
 }

/* Hidden
========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

 [hidden] {
 	display: none;
 }

 .hamburger .line {
 	width: 39px;
 	height: 2px;
 	background-color: #e5420b;
 	display: block;
 	margin: 5px auto;
 	-webkit-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
 }

 .hamburger:hover {
 	cursor: pointer;
 }

 .hamburger {
 	-webkit-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
 }

 @-webkit-keyframes smallbig {
 	0%, 100% {
 		-webkit-transform: scale(1);
 		-ms-transform: scale(1);
 		transform: scale(1);
 	}

 	50% {
 		-webkit-transform: scale(0);
 		-ms-transform: scale(0);
 		transform: scale(0);
 	}
 }

 @keyframes smallbig {
 	0%, 100% {
 		-webkit-transform: scale(1);
 		-ms-transform: scale(1);
 		transform: scale(1);
 	}

 	50% {
 		-webkit-transform: scale(0);
 		-ms-transform: scale(0);
 		transform: scale(0);
 	}
 }

 @-webkit-keyframes animate-circle {
 	from {
 		-webkit-transform: scale(0);
 		transform: scale(0);
 		opacity: 1;
 	}

 	to {
 		-webkit-transform: scale(1);
 		transform: scale(1);
 		opacity: 0;
 	}
 }

 @keyframes animate-circle {
 	from {
 		-webkit-transform: scale(0);
 		transform: scale(0);
 		opacity: 1;
 	}

 	to {
 		-webkit-transform: scale(1);
 		transform: scale(1);
 		opacity: 0;
 	}
 }




 body {
 	background: #A53860;
 }

 .loader {
 	--size: 10rem;
 	position: fixed;
 	top: 50%;
 	left: 50%;
 	height: var(--size);
 	width: var(--size);
 	-webkit-transform: translateX(-50%) translateY(-50%);
 	-ms-transform: translateX(-50%) translateY(-50%);
 	transform: translateX(-50%) translateY(-50%);
 }

 .loader > .circle {
 	--duration: 2s;
 	position: absolute;
 	height: inherit;
 	width: inherit;
 	background: #FFA5AB;
 	-webkit-border-radius: 50%;
 	border-radius: 50%;
 	-webkit-animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
 	animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
 }

 .loader > .circle:nth-of-type(1) {
 	-webkit-animation-delay: 0;
 	animation-delay: 0;
 }

 .loader > .circle:nth-of-type(2) {
 	-webkit-animation-delay: -webkit-calc(var(--duration) / -3);
 	animation-delay: calc(var(--duration) / -3);
 }

 .loader > .circle:nth-of-type(3) {
 	-webkit-animation-delay: -webkit-calc(var(--duration) / -6);
 	animation-delay: calc(var(--duration) / -6);
 }

 @font-face {
 	font-family: "Roboto";
 	src: url("bebasneuethin.eot");
 	src: url("bebasneuethind41d.eot?#iefix") format("embedded-opentype"), url("bebasneuethin.woff") format("woff"), url("bebasneuethin.ttf") format("truetype"), url("bebasneuethin.svg#BebasNeueThin") format("svg");
 	font-weight: 100;
 	font-style: normal;
 }

 @font-face {
 	font-family: "Roboto";
 	src: url("bebasneuelight.eot");
 	src: url("bebasneuelightd41d.eot?#iefix") format("embedded-opentype"), url("bebasneuelight.woff") format("woff"), url("bebasneuelight.ttf") format("truetype"), url("bebasneuelight.svg#BebasNeueLight") format("svg");
 	font-weight: 300;
 	font-style: normal;
 }

 @font-face {
 	font-family: "Roboto";
 	src: url("bebasneueregular.eot");
 	src: url("bebasneueregulard41d.eot?#iefix") format("embedded-opentype"), url("bebasneueregular.woff") format("woff"), url("bebasneueregular.ttf") format("truetype"), url("bebasneueregular.svg#BebasNeueRegular") format("svg");
 	font-weight: 400;
 	font-style: normal;
 }

 @font-face {
 	font-family: "Roboto";
 	src: url("bebasneuebook.eot");
 	src: url("bebasneuebookd41d.eot?#iefix") format("embedded-opentype"), url("bebasneuebook.woff") format("woff"), url("bebasneuebook.ttf") format("truetype"), url("bebasneuebook.svg#BebasNeueBook") format("svg");
 	font-weight: 600;
 	font-style: normal;
 }

 @font-face {
 	font-family: "Roboto";
 	src: url("bebasneuebold.eot");
 	src: url("bebasneueboldd41d.eot?#iefix") format("embedded-opentype"), url("bebasneuebold.woff") format("woff"), url("bebasneuebold.ttf") format("truetype"), url("bebasneuebold.svg#BebasNeueBold") format("svg");
 	font-weight: 700;
 	font-style: normal;
 }

 @font-face {
 	font-family: "Lato";
 	src: url("lato-regular.eot");
 	src: url("lato-regulard41d.eot?#iefix") format("embedded-opentype"), url("lato-regular.woff") format("woff"), url("lato-regular.ttf") format("truetype"), url("lato-regular.svg#Lato-Regular") format("svg");
 	font-weight: 400;
 	font-style: normal;
 }

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

 html,
 body {
 	margin: 0;
 	padding: 0;
 	background: #fff;
 	font-family: "Lato", sans-serif;
 	font-weight: 400;
 	line-height: 1.4em;
 	color: #2d2d2d;
 }

 .preloader {
 	background-color: #8b8e92;
 	position: fixed;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 	z-index: 99999;
 }

 .loader > .circle {
 	background-color: #4c4e51;
 }

 .inner-wrap {
 	width: 1170px;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	padding-left: 15px;
 	padding-right: 15px;
 	margin: 0 auto;
 }
 
 #mapii{
	 width:100%;
	 height:700px !important;
 }
 

 #mapii-conta{
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0px 0px 0px 0px;
    background: url(opac.png) repeat;
    color: white;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 3;
 }
 
 #mapii-conta .footer-inner-col{
	 font-size:16px;
	
	 text-align:left;
 }
 
h3 span{
	color:#e5420b;
}
 


 img {
 	max-width: 100%;
 }

 .link-reset,
 .block-logo--contact a,
 .aboutus-slider-itm,
 .aboutus-slider-itm a,
 .footer a,
 .link-reset:visited,
 .block-logo--contact a:visited,
 .aboutus-slider-itm:visited,
 .aboutus-slider-itm a:visited,
 .footer a:visited,
 .link-reset:active,
 .block-logo--contact a:active,
 .aboutus-slider-itm:active,
 .aboutus-slider-itm a:active,
 .footer a:active,
 .link-reset:focus,
 .block-logo--contact a:focus,
 .aboutus-slider-itm:focus,
 .aboutus-slider-itm a:focus,
 .footer a:focus {
 	text-decoration: none;
 	color: inherit;
 	font-size: inherit;
 	display: inline-block;
 	outline: none;
 }

 figure {
 	padding: 0;
 	margin: 0;
 }

 .justify,
 .prevjob-items,
 .footer-inner {
 	text-align: justify;
 }

 .justify:after,
 .prevjob-items:after,
 .footer-inner:after {
 	content: "";
 	display: inline-block;
 	width: 100%;
 	font-size: 0;
 	visibility: hidden;
 	opacity: 0;
 }

 h1,
 h1.h1,
 .h1 {
 	font-size: 3.9em;
 	font-family: "Roboto";
 	font-weight: 700;
 	line-height: 1.2em;
 	letter-spacing: 0.05em;
 	margin: .3em 0;
 }

 h2,
 h2.h2,
 .h2 {
 	margin: .85em 0;
 	line-height: 1.3em;
	font-size: 2em;
 }

 h2 > span,
 h2.h2 > span,
 .h2 > span {
 	color: #e5420b;
 }

 h3,
 h3.h3,
 .h3 {
 	font-family: "Roboto";
 	font-weight: 700;
 	font-size: 60px;
 	line-height: 1.2em;
 	margin: 0;
 	margin-top: 1.16667em;
 	margin-bottom: 0.5em;
 	text-align: center;
 	letter-spacing: 2px;
 }

 h4,
 h4.h4,
 .h4 {
 	text-align: center;
 	margin: 1em;
 	margin-right: .9em;
 	margin-left: .9em;
 	font-size: 22px;
 	font-weight: 400;
 	line-height: 1.2em;
 }

 h5,
 h5.h5,
 .h5 {
 	font-family: "Roboto";
 	font-size: 22px;
 	text-align: center;
 	margin-top: 1.25em;
 	margin-right: 0.31667em;
 	margin-left: 0.31667em;
 	margin-bottom: 0.36667em;
 	letter-spacing: 1px;
 }

 h6,
 .h6 {
 	font-size: 22px;
 	text-align: center;
 	font-family: "Roboto";
 	margin: 1em .3em;
 }

 .fz,
 html,
 body,
 .top-nav,
 .hamburger,
 .block-logo--logo,
 .block-logo--contact,
 .products-col,
 .advantage-loop-item,
 .advantagenum-item,
 .brand-slider:after,
 .map-inner .map-col-r,
 .map-inner .map-col-l {
 	font-size: 16px;
 }

 .fz2,
 .call-btn,
 .block-logo--contact__mail,
 .block-logo--contact__phone,
 .prevjob-item {
 	font-size: 16px;
	border-radius: 40px;
	-moz-border-radius: 40px;
-webkit-border-radius: 40px;
 }

 .fz3,
 .block-logo--contact__phone {
 	font-size: 23px;
 }

 h6,
 .h6 {
 	font-size: 22px;
 }

 .top-nav a {
 	font-size: 14px;
 }

 .modal-w .formblock-info-politic{
 	max-width: 420px;
 	margin: 0 auto;
 }

 .modal-w .formblock-form{
 	padding-left: 1.5em;
 	padding-right: 1.5em;
 }

 .formblock-info-politic {
 	font-size: 14px;
 }

 .formblock-info-call {
 	font-size: 22px;
 	font-family: "Roboto";
 	letter-spacing: 1px;
 	line-height: 1em;
 }

 .formblock-info-call span{
		white-space: nowrap;
 }
 
 
   div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}

#block1_form .your-phone {
    display: inline-block;
    height: 55px;
    vertical-align: top;
}

#block1_form .link_conditions{
	color:#fff;
	border-bottom:none;
	text-align:none;
	text-decoration:none;
}

.wpcf7-form-control-wrap {
    position: relative;
}

#block1_form .your-phone input {
    width: 360px;
    height: 55px;
    border: 1px solid #e4e4e4;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 24px;
    font-size: 16px;
    color: #707070;
		border-radius: 40px;
	-moz-border-radius: 40px;
-webkit-border-radius: 40px;
}

#block1_form .wpcf7-submit { 
    width: 360px;
    height: 55px;
    background: #e5420b;
    color: #fefefe;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 15px;
    border: none;
    margin-left: 20px;
    font-weight: bold;
    cursor: pointer;
		border-radius: 40px;
	-moz-border-radius: 40px;
-webkit-border-radius: 40px;
	
	text-transform: uppercase;
color: #fff;
font-family: "Roboto";
font-weight: 700;
letter-spacing: 1px;
font-size:14px;
}

#block1_form  .btn-orange{
	margin-top:0px !important;
}

#block1_form .conditions_wrap {
    margin-top: 15px;
    padding-left: 0;
}

#block1_form  p {
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 20px;
	margin: 0 auto;
}

#block1_form .conditions_wrap {
    margin-top: 15px;
    padding-left: 0;
}
.conditions_wrap {
    font-size: 13px;
    font-weight: 400;
    color: #bbbec6;
    line-height: 20px;
    padding-left: 29px;
    position: relative;
    margin-top: 15px;
}

.conditions_wrap label {
    left: 0;
    top: 0;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.conditions_wrap span.wpcf7-list-item {
    margin: 0;
    vertical-align: top;
}
span.wpcf7-list-item {
    display: inline-block;
}

.conditions_wrap input {
    display: none;
}

.conditions_wrap input + span {
    font-size: 0;
    width: 18px;
    height: 18px;
    display: block;
    border: 1px solid #e4e4e4;
    background: #fff;
    margin-right: 9px;
    cursor: pointer;
}

span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after {
    content: " ";
}

.conditions_wrap input + span {
    font-size: 0;
    cursor: pointer;
}



.conditions_wrap input:checked + span {
    background: #fff url(check.png) no-repeat center;
}

 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	font-weight: 400;
 	color: inherit;
 	transition: color .20s ease;
 }
 ::-moz-placeholder { /* Firefox 19+ */
 	font-weight: 400;
 	color: inherit;
 	transition: color .20s ease;
 }
 :-ms-input-placeholder { /* IE 10+ */
 	font-weight: 400;
 	color: inherit;
 	transition: color .20s ease;
 }
 :-moz-placeholder { /* Firefox 18- */
 	font-weight: 400;
 	color: inherit;
 	transition: color .20s ease;
 }

 .formblock .btn-orange {
 	font-size: 16px;
 }

 .my-head {
 	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	background: url(tpz.png) repeat;
 }

 .my-head-inner {
 	height: 50px;
 	font-size: 0;
 	text-align: justify;
 }

 .my-head-inner:after {
 	content: "";
 	display: inline-block;
 	font-size: 0;
 	line-height: 0;
 	width: 100%;
 }

 .top-nav {
 	display: inline-block;
 	vertical-align: middle;
 	width: -webkit-calc(100% - 200px);
 	width: calc(100% - 200px);
 	padding-top: 15px;
 }

 .top-nav a {
 	text-decoration: none;
 	color: inherit;
 	font-family: "Roboto";
 	font-weight: 700;
 	letter-spacing: 1px;
 }

 .top-nav ul {
 	display: table;
 	width: 100%;
 	padding: 0;
 	margin: 0;
 	list-style-type: none;
 	border-collapse: collapse;
 }

 .top-nav ul li {
 	text-transform: uppercase;
 	display: table-cell;
 	padding-right: 37px;
 	text-align: center;
 	vertical-align: middle;
 	-webkit-box-sizing: border-box;
 	box-sizing: border-box;
 	-webkit-transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
 	-o-transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
 	transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
 }

 .top-nav ul li a {
 	position: relative;
 	-webkit-transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
 	-o-transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
 	transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
 }

 .top-nav ul li a:after {
 	content: "";
 	position: absolute;
 	width: 0%;
 	bottom: -5px;
 	left: 0;
 	height: 1px;
 	background-color: #e5420b;
 	-webkit-transition: width 0.25s cubic-bezier(0.21, 0, 0.37, 1);
 	-o-transition: width 0.25s cubic-bezier(0.21, 0, 0.37, 1);
 	transition: width 0.25s cubic-bezier(0.21, 0, 0.37, 1);
 }

 .top-nav ul li a:hover {
 	color: #e5420b;
 }

 .top-nav ul li a:hover:after {
 	width: 100%;
 }

 .top-nav ul li.active a {
 	color: #e5420b;
 }

 .top-nav ul li.active a:after {
 	width: 100%;
 }

 .btn-orange {
 	display: inline-block;
 	outline: none;
 	opacity: 1;
 	position: relative;
 	z-index: 0;
 	overflow: hidden;
 	cursor: pointer;
 	line-height: 1.1em;
 	border: none;
 	text-transform: uppercase;
 	background-color: #e5420b;
 	padding: 16px;
 	color: #fff;
 	font-family: "Roboto";
 	font-weight: 700;
 	letter-spacing: 1px;
 	-webkit-transition: background-color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
 	-o-transition: background-color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
 	transition: background-color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
 }

 .btn-orange:hover {
 	background-color: #f56332;
 }

 .call-btn {
 	display: inline-block;
 	vertical-align: top;
 	width: 200px;
 }

 .blick {
 	display: block;
 	position: absolute;
 	background: rgba(255, 255, 255, 0.3);
 	-webkit-border-radius: 100%;
 	border-radius: 100%;
 	-webkit-transform: scale(0);
 	-ms-transform: scale(0);
 	transform: scale(0);
 	z-index: 20;
 	opacity: 0;
 }

 .blick.animate {
 	opacity: 1;
 	-webkit-animation: ripple 1.2s ease-in-out;
 	animation: ripple 1.2s ease-in-out;
 }

 @-webkit-keyframes ripple {
 	100% {
 		opacity: 0;
 		-webkit-transform: scale(2.5);
 	}
 }

 @keyframes ripple {
 	100% {
 		opacity: 0;
 		-webkit-transform: scale(2.5);
 		transform: scale(2.5);
 	}
 }

 .hamburger {
 	display: none;
 	background: none;
 	border: none;
 	outline: none;
 	margin: 0;
 	margin-right: 4px;
 	margin-top: 12px;
 	position: relative;
 	top: 10px;
 	z-index: 999;
 }

 .hamburger > span {
 	background-color: #e5420b;
 }

 .hamburger p {
 	line-height: 1.2em;
 	font-weight: 700;
 	color: #51585A;
 	text-transform: uppercase;
 	font-size: 14px;
 	text-align: center;
 }

 .fixed-nav {
 	background-color: #2d2d2d;
	
 	border-bottom: 1px solid #000;
  /* -webkit-box-shadow: 0 0 8px rgba(20, 20, 20, 0.2);
  box-shadow: 0 0 8px rgba(20, 20, 20, 0.2); */
  position: relative;
  /*z-index: 1000;*/
  top: -50px;
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: top 0.35s cubic-bezier(0.21, 0, 0.37, 1), opacity 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  -o-transition: top 0.35s cubic-bezier(0.21, 0, 0.37, 1), opacity 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  transition: top 0.35s cubic-bezier(0.21, 0, 0.37, 1), opacity 0.35s cubic-bezier(0.21, 0, 0.37, 1);
}

.fixed-nav ul li a{
	color:#fff;
}

.fixed-nav .btn-orange {
	color: #fff;
}

.fixed-nav .btn-orange:after {
	background-color: #51585A;
}

.fixed-nav.fixed-active {
	position: fixed;
	top: 0;
	height: 50px;
	visibility: visible;
	opacity: 1;
	width: 100%;
	z-index: 999;
}

.green-panel-mob {
	display: none;
	background-color: #f25619;
	color: #fff;
	height: 50px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.green-panel-mob .block-logo--contact__phone {
	margin: 13px 0;
	font-size: 1.5625em;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.green-panel-mob .icon-phone:before {
	width: 25px;
	height: 25px;
	margin-bottom: -4px;
	margin-right: 8px;
	background-image: url(phone-white.png);
}

#my-menu-mobile {
	position: fixed;
	display: none;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(52, 52, 52, 0.97);
	z-index: 9999;
}

#my-menu-mobile ul {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	color: #fff;
}

#my-menu-mobile ul a {
	padding: 5px 25px;
	text-align: left;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 30px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.5;
	font-family: "Roboto";
	letter-spacing: 1px;
	-webkit-transition: background-color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
	-o-transition: background-color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
	transition: background-color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
}

#my-menu-mobile ul a:hover,
#my-menu-mobile ul a:active {
	background-color: rgba(105, 105, 105, 0.95);
}

#my-mobile-hamburger {
	position: absolute;
	right: 15px;
	top: 11px;
}

.section-1 {
	overflow: hidden;
	background-color: #2d2d2d;
	min-height: 100vh;
	position: relative;
	padding-bottom: 10em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	-webkit-background-size: cover;
	background-size: cover;
}

.section-1 .section-1-bg{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: .25;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center top;
}




/*.section-1:after {
  background-image: url(../img/bg-s1.jpg);
  z-index: 2;
  opacity: .25;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center top;
  }*/

/*.section-1:before {
  background-image: url(../img/gradient1sect.png);
  z-index: 3;
  }*/

  .section-1 .inner-wrap {
  	position: relative;
  	z-index: 999;
  }

  .listing {
  	text-align: center;
  	position: absolute;
  	width: 100%;
  	bottom: 0;
  }

  .listing-inner {
  	cursor: pointer;
  	text-transform: uppercase;
  	display: inline-block;
  	font-size: 0.875em;
  	-webkit-transform-origin: 0 100%;
  	-ms-transform-origin: 0 100%;
  	transform-origin: 0 100%;
  	-webkit-transform: rotate(-90deg) translateY(350%);
  	-ms-transform: rotate(-90deg) translateY(350%);
  	transform: rotate(-90deg) translateY(350%);
  	-webkit-animation: shakeListing 0.6s cubic-bezier(0.43, 0.57, 0.37, 0.58) 0s infinite alternate both;
  	animation: shakeListing 0.6s cubic-bezier(0.43, 0.57, 0.37, 0.58) 0s infinite alternate both;
  	position: relative;
  }

  .listing-inner:before {
  	content: "";
  	display: inline-block;
  	width: 45px;
  	margin-bottom: .2em;
  	margin-right: 10px;

  }
  

.listing-inner .fa{
	padding:0px 10px 0px 10px;
	color:#e5420b;
}


  @-webkit-keyframes shakeListing {
  	0% {
  		-webkit-transform: rotate(-90deg) translateY(350%) translateX(0px);
  		transform: rotate(-90deg) translateY(350%) translateX(0px);
  	}

  	100% {
  		-webkit-transform: rotate(-90deg) translateY(350%) translateX(-8px);
  		transform: rotate(-90deg) translateY(350%) translateX(-8px);
  	}
  }

  .block-logo {
  	margin: 0;
  	padding: 0;
  	padding-top: 1.4375em;
  }

  .block-logo a {
  	display: inline-block;
  }
  
  .block-logo a:hover{
	  color:#e5420b;
  }

  .block-logo-inner {
  	font-size: 0;
  	margin: 0;
  	padding: 0;
  }

  .block-logo--logo,
  .block-logo--contact {
  	display: inline-block;
  	vertical-align: top;
  }

  .block-logo--logo {
  	width: 13.6%;
  }



  .block-logo--contact {
  	width: 86.4%;
  	font-size: 0;
  	text-align: right;
  }

  .block-logo--contact__mail,
  .block-logo--contact__phone {
  	display: inline-block;
  	vertical-align: top;
  	margin-top: 2.5525em;
  }

  .block-logo--contact__phone {
  	font-family: "Roboto";
  	font-weight: 400;
  	margin-top: 1.73077em;
  	margin-left: 2.15385em;
  	letter-spacing: 1px;
  }

  .block-logo--contact__mail {
  	margin-right: 0.25em;
  	letter-spacing: .25px;
  }

  .icon-mail:before,
  .icon-phone:before {
  	content: "";
  	display: inline-block;
  	height: 26px;
  	width: 20px;
  	margin-right: 8px;
  }

  .icon-mail:before {
  	background-image: url(mail.png);
  	-webkit-background-size: contain;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: bottom;
  }

  .icon-phone:before {
  	background-image: url(phone.png);
  	-webkit-background-size: contain;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: bottom;
  }

  .block-text-inner {
  	padding-top: 5em;
  	text-align: center;
  	max-width: 810px;
  	margin: 0 auto;
  }

  .block-text-inner .btn-orange {
  	outline: none;
  	padding: 1em;
  	padding-left: 1.125em;
  	padding-right: 1.125em;
  	font-size: 1.375em;
  	margin-top: 0.375em;
  }

  .block-text-inner .btn-orange:active,
  .block-text-inner .btn-orange:focus {
  	outline: none;
  }

  .products {
  	padding-bottom: 2.8125em;
  	position: relative;
  	overflow: hidden;
  	background-color: #f3f3f3;
	
  }

  .products:after {
  	content: "";
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-image: url(bg-s2.jpg);
  	background-repeat: no-repeat;
  	background-position: bottom;
  	opacity: .15;
  }

  .products .inner-wrap {
  	position: relative;
  	z-index: 2;
  }

  .products-loop {
  	font-size: 0;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0 -15px;
  }

  .products-col {
  	display: inline-block;
  	vertical-align: top;
  	width: 33.33333%;
  	padding: 15px;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  }

  .products-product,
  .products-product:visited,
  .products-product:focus {
  	display: block;
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
			border-radius: 20px;
	-moz-border-radius: 20px;
-webkit-border-radius: 20px;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-webkit-box-pack: justify;
  	-webkit-justify-content: space-between;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	background-color: #fff;
  	overflow: hidden;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	padding-right: 1.5625em;
  	padding-left: 1.5625em;
  	padding-bottom: 1.5625em;
  	text-align: center;
  	position: relative;
  	height: 367px;
  }

  .products-product:after,
  .products-product:visited:after,
  .products-product:focus:after {
  	content: "";
  	opacity: 0;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	background-color: rgba(45, 45, 45, 0.7);
  	-webkit-transition: opacity 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	-o-transition: opacity 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	transition: opacity 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  }

.products-product:hover:after,
		.products-product:visited:hover:after,
		.products-product:focus:hover:after {
			opacity: 1;
		}


  .products-product:hover p,
  .products-product:hover h5,
  .products-product:hover .h5,
  .products-product:hover h5.h5,
  .products-product:visited:hover p,
  .products-product:visited:hover h5,
  .products-product:visited:hover .h5,
  .products-product:visited:hover h5.h5,
  .products-product:focus:hover p,
  .products-product:focus:hover h5,
  .products-product:focus:hover .h5,
  .products-product:focus:hover h5.h5 {
  	color: #fff;
  }

  .products-product h5,
  .products-product .h5,
  .products-product:visited h5,
  .products-product:visited .h5,
  .products-product:focus h5,
  .products-product:focus .h5 {
  	-webkit-transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	-o-transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	position: relative;
  	z-index: 2;
  }

  .products-product p,
  .products-product:visited p,
  .products-product:focus p {
  	margin: 0;
  	line-height: 1.7em;
  	margin-top: 0em;
  	margin-bottom: 0em;
  	z-index: 2;
  	position: relative;
  	-webkit-transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	-o-transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  }

  .products-product img,
  .products-product:visited img,
  .products-product:focus img {
  	height: 140px;
  	display: block;
  	margin: auto;
  	margin-top: 0em;
  	margin-bottom: 0.75em;
  }

  .products-product .btn-orange,
  .products-product:visited .btn-orange,
  .products-product:focus .btn-orange {
  	padding: 1em;
  	padding-right: 1.8125em;
  	padding-left: 1.8125em;
  	font-size: 1.0625em;
  	z-index: 2;
  	position: relative;
				border-radius: 40px;
	-moz-border-radius: 40px;
-webkit-border-radius: 40px;
  }

  
  
	
  .formblock .graphic {
  	position: absolute;
  	top: 0;
  	left: 0;
  	fill: none;
  	-webkit-transition: stroke 0.3s cubic-bezier(0.21, 0, 0.37, 1);
  	-o-transition: stroke 0.3s cubic-bezier(0.21, 0, 0.37, 1);
  	transition: stroke 0.3s cubic-bezier(0.21, 0, 0.37, 1);
  }

  .formblock .graphic--madoka {
  	-webkit-transform: scale3d(1, -1, 1);
  	transform: scale3d(1, -1, 1);
  	-webkit-transition: stroke-dashoffset 0.3s;
  	-o-transition: stroke-dashoffset 0.3s;
  	transition: stroke-dashoffset 0.3s;
  	pointer-events: none;
  	stroke: #fff;
  	stroke-width: 4px;
  	stroke-dasharray: 962;
  	stroke-dashoffset: 558;
  }

  .formblock .icon {
  	color: #ddd;
  	font-size: 150%;
  }

  .formblock .input {
  	position: relative;
  	z-index: 1;
  	display: inline-block;
  	margin: 0;
  	max-width: 337px;
  	margin-bottom: 0;
  	margin-right: 1.25em;
  	width: -webkit-calc(100% - 2em);
  	width: calc(100% - 2em);
  	vertical-align: bottom;
  	font-size: 16px;
  }

  .formblock .input__field {
  	position: relative;
  	display: block;
  	float: right;
  	padding: 0.8em;
  	width: 60%;
  	border: none;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-border-radius: 0;
  	border-radius: 0;
  	background: #f0f0f0;
  	color: #aaa;
  	font-weight: bold;
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	-webkit-appearance: none;
  }


  .formblock .input__field:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: transparent;
  }
  .formblock .input__field:focus::-moz-placeholder { /* Firefox 19+ */
  	color: transparent;
  }
  .formblock .input__field:focus:-ms-input-placeholder { /* IE 10+ */
  	color: transparent;
  }
  .formblock .input__field:focus:-moz-placeholder { /* Firefox 18- */
  	color: transparent;
  }


  .formblock .input__field:focus {
  	outline: none;
  }

  .formblock .input__field--madoka {
  	width: 100%;
  	background: transparent;
  	-webkit-transition: color 0.3s cubic-bezier(0.21, 0, 0.37, 1);
  	-o-transition: color 0.3s cubic-bezier(0.21, 0, 0.37, 1);
  	transition: color 0.3s cubic-bezier(0.21, 0, 0.37, 1);
  	color: #fff;
  	border-bottom: 2px dashed;
  }

  .formblock .input__field--madoka:focus{
  	color: #e5420b !important;
  }

  .formblock .input__label {
  	display: inline-block;
  	float: right;
  	padding: 0 1em;
  	width: 40%;
  	color: #e5420b;
  	font-weight: bold;
  	font-size: 70.25%;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-touch-callout: none;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  }

  .formblock .input__label--madoka {
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	color: inherit;
  	text-align: left;
  	cursor: text;
  }

  .formblock .input__label-content {
  	position: relative;
  	display: block;
  	padding: .3em 0;
  	width: 100%;
  	font-size: 1.75em;
  }

  .formblock .input__label-content--madoka {
  	-webkit-transform-origin: 0% 50%;
  	-ms-transform-origin: 0% 50%;
  	transform-origin: 0% 50%;
  	-webkit-transition: -webkit-transform 0.3s;
  	transition: -webkit-transform 0.3s;
  	-o-transition: transform 0.3s;
  	transition: transform 0.3s;
  	transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .formblock.white {
  	color: inherit;
  	background-color: #fff;
  	background-image: none;
  	padding-bottom: 0;
  }

  .formblock.white input{
  	border-bottom-color: #b0b0b0;
  	color: #aaa;
  }
  .formblock.white input:focus{
  	border-bottom-color: #f56332
  }

  .formblock.white input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #686868;
  }
  .formblock.white input::-moz-placeholder { /* Firefox 19+ */
  	color: #686868;
  }
  .formblock.white input:-ms-input-placeholder { /* IE 10+ */
  	color: #686868;
  }
  .formblock.white input:-moz-placeholder { /* Firefox 18- */
  	color: #686868;
  }

  .formblock.white .h4 {
  	max-width: 100%;
  }

  .formblock.white .inner-wrap {
  	background-position: 100% 100%;
  	-webkit-background-size: 32em 32em;
  	background-size: 32em;
  	background-repeat: no-repeat;
  	padding-bottom: 2.5em;
  }

  .formblock.white .graphic {
  	stroke: #2d2d2d;
  }

/*.formblock.white .input--filled .graphic {
  stroke: #e5420b;
  }*/

/*.input--filled .graphic {
  stroke: #e5420b;
  }*/

/*.input--filled .input__label-content {
  color: #e5420b;
  }*/

/*.input--filled .input__field--madoka {
  color: #e5420b;
  }*/
  
  div.first-slider {
    position: relative;
    background: #fff;
}



.slick-slider .slick-track, .slick-slider .slick-list {

    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);

}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track::before, .slick-track::after {
    display: table;
    content: '';
}

::after, ::before {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

div.first-slider div.first-block.cover {

    background-size: cover !important;

}

div.first-slider div.first-block {

    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 800px;

}

.slick-initialized .slick-slide {

    display: block;

}

.slick-slide {

    display: none;
    float: left;
    height: 100%;
    min-height: 1px;

}

.container {

    position: relative;

}


.container {

    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;

}

.row {

    margin-right: -15px;
    margin-left: -15px;

}

div.first-slider div.first-block div.first-block-container {

    width: 100%;
    table-layout: fixed;
    display: table;

}

div.first-slider div.first-block div.first-block-container div.first-block-cell {

    display: table-cell;
    vertical-align: top;
    float: none;
    padding-top: 260px;
    padding-bottom: 130px;

}

.col-lg-12 {

    width: 100%;

}





  .input__field--madoka:focus + .input__label--madoka,
  .input--filled .input__label--madoka {
  	cursor: default;
  	pointer-events: none;
  }

  .input__field--madoka:focus + .input__label--madoka .graphic--madoka,
  .input--filled .graphic--madoka {
  	stroke-dashoffset: 0;
  }

  .input__field--madoka:focus + .input__label--madoka .input__label-content--madoka,
  .input--filled .input__label-content--madoka {
  	-webkit-transform: scale3d(0.8, 0.8, 1) translate3d(0, -2.5em, 0);
  	transform: scale3d(0.8, 0.8, 1) translate3d(0, -2.5em, 0);
  }

  .input--filled input{
  	/*border-color: #e5420b !important;*/
  }

  .formblock {
  	background-image: url(bg-form.jpg);
  	-webkit-background-size: cover;
  	background-size: cover;
  	background-position: bottom;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	overflow: hidden;
  	text-align: center;
  	padding-bottom: 2.5em;
  	position: relative;
  	background-color: rgba(45, 45, 45, 0.7);
  	color: #fff;
  }

  .formblock h3,
  .formblock .h3 {
  	margin-top: .8em;
  }

  .formblock h4,
  .formblock .h4 {
  	max-width: 692px;
  	margin: 0 auto;
  }

  .formblock .inner-wrap {
  	position: relative;
  	z-index: 2;
  }

  .formblock-form {
  	margin-top: 3.4375em;
  	padding-left: 2.7em;
  	padding-right: 2.7em;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	text-align: justify;
  }

  .formblock-form:after {
  	display: inline-block;
  	line-height: 0;
  	font-size: 0;
  	width: 100%;
  }

  .formblock .btn-orange { 
  	padding: 1.22727em;
  	padding-left: 2.72727em;
  	padding-right: 2.72727em;
  	margin-bottom: 0;
  	vertical-align: bottom;
					border-radius: 40px;
	-moz-border-radius: 40px;
-webkit-border-radius: 40px;
  }

  .modal-w .formblock .btn-orange{
  	padding: 1.02727em
  }

  .modal-w .formblock{
  	padding-bottom: 0;
  }
  #modal-4 .h3{
  	padding-top: 1.8em;
    margin-top: 0;
  }
  .formblock-info {
  	text-align: center;
  	margin-top: 1.625em;
  }

  .formblock-info-politic {
  	color: #9d9d9d;
  }

  .formblock-info-call {
  	margin-top: 1.375em;
  }

  .advantage {
  	margin-bottom: 1.875em;
  }

  .advantage-loop {
  	font-size: 0;
  	margin-top: 66px;
  }

  .advantage-loop-item {
  	display: inline-block;
  	vertical-align: top;
  	width: 33.33333%;
  	text-align: center;
  	margin-bottom: 3em;
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	padding: 0 2.6em;
  }

/*.advantage-loop-item img{
  height: 70px;
  }*/

  .advantage-loop-item p {
  	margin: .4em;
  	line-height: 1.3em;
  }

  .advantage-loop-item p.advantage-loop-item-title {
  	margin-top: .9em;
  	font-family: "Roboto";
  	font-weight: 700;
  	font-size: 1.3em;
  }

  .advantagenum {
  	background-position: center bottom;
  	-webkit-background-size: cover;
  	background-size: cover;
  	padding: 2.7em 0;
  	position: relative;
  }

  .advantagenum-items {
  	font-size: 0;
  	text-align: center;
  }

  .advantagenum-item {
  	display: inline-block;
  	vertical-align: top;
  	width: 33.33333%;
  	margin-bottom: 1.8em;
  }

  .advantagenum-item p {
  	line-height: 1.8em;
  	margin-bottom: 0;
  	margin-top: .75em;
  }

  .politic{
  	cursor: pointer;
  	transition: color .35s ease
  }
  .politic:hover{
  	color: #e5420b;
  }
  .advantagenum-item p:first-child {
  	color: #e5420b;
  	font-size: 40px;
  	font-family: "Roboto";
  	font-weight: 700;
  }

  .modal_title {
  	font-size: 24px;
  	color: #26272a;
  	text-align: center;
  	font-family: 'BebasNeue';
  	font-weight: 700;
  }

  .advantagenum-item p:first-child span {
  	font-size: 2.85em;
  }

  .advantagenum-item p:last-child {
  	margin: 0;
  	padding: 0 3.7em;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	line-height: 1.4em;
  	font-size: 1.1em;
  }

  .aboutus .inner-wrap {
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  }

  .aboutus .h4 {
  	max-width: 840px;
  	margin: 0 auto;
  }

  .aboutus-slider-wrap {
  	position: relative;
  	margin-top: 2em;
  }

  .aboutus-slider-container {
  	margin-top: 3em;
  }

  .aboutus-slider-itm {
  	text-align: center;
  }

  .aboutus-slider-itm img {
  	max-width: 100%;
  }

  .aboutus-slider-itm a {
  	border: 15px solid #d2d2d2;
  	margin: 0 1em;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-transition: border-color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	-o-transition: border-color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	transition: border-color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  							border-radius: 20px;
	-moz-border-radius: 20px;
-webkit-border-radius: 20px;
  }

  .aboutus-slider-itm a:hover {
  	border-color: #e5420b;
  }

  .aboutus-slider-arrows {
  	position: absolute;
  	top: 50%;
  	height: 35px;
  	margin-top: -70px;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
  	-webkit-transform-origin: 50% 100%;
  	-ms-transform-origin: 50% 100%;
  	transform-origin: 50% 100%;
  	background-color: transparent;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	background-repeat: no-repeat;
  	-webkit-background-size: contain;
  	background-size: contain;
  }

  .aboutus-slider-arrows:hover svg {
  	fill: #e5420b;
  }

  .aboutus-slider-arrows svg {
  	-webkit-transition: fill 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	-o-transition: fill 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	transition: fill 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	width: 45px;
  	height: 32px;
  	fill: #d2d2d2;
  }

  .aboutus-slider-arrows-prev {
  	left: 15px;
  }

  .aboutus-slider-arrows-next {
  	margin-top: -107px;
  	right: 15px;
  	-webkit-transform: translateY(-50%) rotate(180deg);
  	-ms-transform: translateY(-50%) rotate(180deg);
  	transform: translateY(-50%) rotate(180deg);
  }

  .aboutus-slider .slick-dots {
  	padding: 0;
  	text-align: center;
  	margin-top: 2em;
  }

  .aboutus-slider .slick-dots li {
  	display: inline-block;
  }

  .aboutus-slider .slick-dots li button {
  	display: inline-block;
  	background-color: #d2d2d2;
  	-webkit-border-radius: 50%;
  	border-radius: 50%;
  	border: none;
  	font-size: 0;
  	line-height: 0;
  	height: 8px;
  	width: 8px;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	cursor: pointer;
  	margin: 0 8px;
  	outline: none;
  	padding: 0;
  }

  .aboutus-slider .slick-dots li button:hover {
  	background-color: #e5420b;
  }

  .aboutus-slider .slick-dots li.slick-active button {
  	background-color: #e5420b;
  }
  
  


  .brand {
  	padding: 2em 0;
  }

  .brand-slider {
  	text-align: justify;
  	font-size: 0;
  }

  .brand-slider:after {
  	content: "";
  	display: inline-block;
  	width: 100%;
  	font-size: 0;
  	visibility: hidden;
  	opacity: 0;
  }



  .brand-slider-itm {
  	display: inline-block;
  	vertical-align: middle;
  	width: auto;
  	margin: 0 15px;
  	text-align: center;
  }

  .brand-slider-itm a {
  	display: inline-block;
  }

  .prevjob {
  	-webkit-background-size: cover;
  	background-size: cover;
  	overflow: hidden;
  	color: #fff;
  	text-align: center;
  	padding-bottom: 4.5em;
  }

  .prevjob .btn-orange { 
  	padding: 1em 3em;
  	font-size: 1.375em;
						border-radius: 40px;
	-moz-border-radius: 40px;
-webkit-border-radius: 40px;
  }

  .prevjob-items {
  	font-size: 0;
  }

  .prevjob-item {
  	display: inline-block;
  	vertical-align: top;
  	width: 20%;
  	text-align: center;
  }

  .prevjob-item span {
  	color: #e5420b;
  }

  .prevjob-item p {
  	line-height: 1.35em;
  }

  .prevjob-item p:nth-child(2) {
  	font-size: 1.2em;
  	text-transform: uppercase;
  	font-family: "Roboto";
  	font-weight: 700;
  	margin-bottom: 0;
  	margin-top: .4em;
  }

  .map {
  	overflow: hidden;
  	padding-bottom: 4.5em;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	background-size: cover;
  }

  .map-inner {
  	font-size: 0;
  }

  .map-inner .map-col-r,
  .map-inner .map-col-l {
  	display: inline-block;
  	vertical-align: top;
  }

  .map-inner .map-col-l {
  	width: 100%;
  	position: relative;
  	z-index: 3;
  }

  .map-inner .map-col-l .h3 {
  	text-align: left;
  }

  .map-inner .map-col-l ul {
  	list-style-type: none;
  	padding: 0;
	text-align:center;
  }

  .map-inner .map-col-l ul li {
  	font-size: 1.4375em;
  	font-family: "Roboto";
  	letter-spacing: 1px;
  	margin: 15px;
  	padding-left: 20px;
  	background-image: url(fl.png);
  	-webkit-background-size: contain;
  	background-size: contain;
  	background-repeat: no-repeat;
	display: inline-block;
	text-align:center;
  }

  .map-inner .map-col-r {
  	width: 60%;
  	padding-top: 48%;
  	position: relative;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  }

  .map-img {
  	position: absolute;
  	top: 0%;
  	left: 0%;
  	width: 140%;
  	height: 110%;
  }

  .map-img-lay__select,
  .map-img-lay__flags,
  .map-img-lay__map {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	-webkit-background-size: contain;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: center center;
  }

  .map-img-lay__map {
  	background-image: url(map.png);
  	z-index: 2;
  }

  .map-img-lay__select {
  	background-image: url(map-select.png);
  	z-index: 1;
  }

  .map-img-lay__flags {
  	
  	z-index: 3;
  }

  .footer {
  	color: #fff;
  	background-color: #2d2d2d;
  	padding: 2em;
  	padding-bottom: 0;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  }

  .footer img {
  	min-width: 135px;
  }

  .footer-soc p {
  	display: inline-block;
  	vertical-align: middle;
  	margin-right: 5px;
  }

  .footer .soc-ic {
  	height: 40px;
  	width: 40px;
  	display: inline-block;
  	vertical-align: middle;
  	background-color: #3d3d3d;
  	background-position: center center;
  	background-repeat: no-repeat;
  	transition: opacity ease 0.3s;
  }

  .footer .soc-ic:hover {
  	opacity: 0.5;
  }

  .footer .soc-ic.vk {
  	background-image: url(vk.png);
  }

  .footer .soc-ic.inst {
  	background-image: url(inst.png);
  }

  .footer span {
  	color: #cacaca;
  }

  .footer i {
  	font-style: normal;
  	color: #e5420b;
  	font-weight: 700;
  }

  .footer i a{
  	position: relative;
  }

  .footer i a:after{
  	content: "";
  	position: absolute;
  	width: 0%;
  	bottom: -1px;
  	left: 0;
  	height: 1px;
  	background-color: #e5420b;
  	-webkit-transition: width 0.25s cubic-bezier(0.21, 0, 0.37, 1);
  	-o-transition: width 0.25s cubic-bezier(0.21, 0, 0.37, 1);
  	transition: width 0.25s cubic-bezier(0.21, 0, 0.37, 1);
  }


  .footer i:hover a:after{
  	width: 100%;
  }

  .footer-inner {
  	font-size: 0;
  	overflow: hidden;
  }

  .footer-inner-col {
  	display: inline-block;
  	vertical-align: middle;
  	width: 25%;
  	font-size: 14px;
  }
  
  .footer-inner-col   a:hover{
	  color:#e5420b;
  }

  .footer p {
  	text-align: left;
  }

  .footer .block-logo--contact__mail.icon-mail {
  	margin: 0;
  }

  .footer .block-logo--contact__phone.icon-phone {
  	margin: 0;
  	margin-bottom: 0.3125em;
  }

  .footer .block-logo--contact__phone.icon-phone + p {
  	margin: 0;
  	padding-left: 28px;
  }

  .modal-w {
  	max-width: 555px;
  }

  .modal-w .formblock .input__field--madoka{
  	color: #aaa;
  	transition: color .25s ease;
  	text-align: center;
  }

  .modal-w .h4{
  	font-size: 18px;
  	letter-spacing: normal;
  }
/*.modal-w .formblock .input--filled .input__field--madoka{
  color: #e5420b;
  }*/

  .modal-w .formblock .input__field--madoka:focus{
  	color: #e5420b !important;
  }

  /* close btn*/
  .fancybox-close-small{
  	width: 40px;
  	height: 40px;
  	padding: 0;
  	right: 15px;
  	top: 15px;
  }


  .fancybox-close-small:hover:after,
  .fancybox-close-small:hover:before{
  	border-color: #e5420b !important;
  }

  .fancybox-close-small:after,
  .fancybox-close-small:before,
  .fancybox-close-small:focus:after,
  .fancybox-close-small:focus:before{
  	background: none;
  	content: "";
  	position: absolute;
  	outline: none;
  	border: none;
  	top: 0;
  	border-radius: 0;
  	right: 15px;
  	width: auto;
  	height: 100%;
  	border-right: 1px solid #b2b2b2;
  	transition: border-color 0.35s cubic-bezier(0.21, 0, 0.37, 1)
  }

  #modal-1 .fancybox-close-small:after,
  #modal-1 .fancybox-close-small:before{
  	border-color: #fff;
  }

  #modal-1 .fancybox-close-small:hover:after,
  #modal-1 .fancybox-close-small:hover:before{
  	border-color: #e5420b;
  }

  .fancybox-close-small:after{
  	transform: rotate(-44deg)
  }

  .fancybox-close-small:before{
  	transform: rotate(45deg);
  }
  /**/

  .modal-w h3 {
  	font-size: 30px;
  	margin-top: .7em;
  }

  .modal-w h3 span {
  	color: #e5420b;
  }

  .modal-w form {
  	text-align: center;
  }

  .modal-w .formblock {
  	background: none;
  	color: inherit;
  }

  .modal-w .formblock-form {
  	margin-top: 1.4375em;
  }

  .modal-w .formblock .input__label-content {
  	text-align: center;
  }

  .modal-w .formblock .input{
  	max-width: 100%
  }

  .modal-w .input {
  	color: #b0b0b0;
  	letter-spacing: 1px;
  	width: 100%;
  	max-width: 100%;
  	margin-bottom: 2em;
  }

  .modal-w .input .input__label {
  	font-weight: 400;
  }

  .modal-w .input:nth-child(1) {
  	margin-top: .3em;
  }
  .modal-w .input:nth-child(2) {
  	margin-bottom: 2em;
  }

  .modal-w .graphic {
  	stroke: #b0b0b0;
  }

  .modal-w .input--filled .graphic {
  	stroke: #e5420b;
  }

  .modal-w .btn-orange {
  	width: 100%;
  	padding-right: 1em;
  	padding-left: 1em;
	border-radius: 40px;
	-moz-border-radius: 40px;
-webkit-border-radius: 40px;
  }

  .modal-top {
  	background-image: url(bg-top.jpg);
  	padding-top: 42%;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	background-size: cover;
  	margin: -24px;
  	margin-bottom: 0;
  }

  @media screen and (max-width: 1200px) {
  	.inner-wrap {
  		width: 970px;
  		padding-left: 15px;
  		padding-right: 15px;
  	}
	


  	.prevjob-item p:nth-child(2){
  		font-size: 1.575em;
  	}

  	.fz,
  	html,
  	body,
  	.top-nav,
  	.hamburger,
  	.block-logo--logo,
  	.block-logo--contact,
  	.products-col,
  	.advantage-loop-item,
  	.advantagenum-item,
  	.brand-slider:after,
  	.map-inner .map-col-r,
  	.map-inner .map-col-l {
  		font-size: 14px;
  	}

  	.formblock .btn-orange {
  		font-size: 18px;
  	}

  	.top-nav ul li {
  		padding-right: 0;
  	}

  	.formblock .input {
  		max-width: 271px;
  	}

  	.formblock .input__label-content {
  		font-size: 1.375em;
  	}

  	.map-img {
  		;
  	}

  	.footer .soc-ic {
  		height: 30px;
  		width: 30px;
  	}

  	.footer-inner-col:first-child {
  		width: 20%;
  	}
  }

  @media screen and (max-width: 992px) {
  	.inner-wrap {
  		width: 750px;
  		padding-left: 15px;
  		padding-right: 15px;
  	}


  	.fixed-nav.fixed-active{
  		height: auto;
  	}


  	h3,
  	h3.h3,
  	.h3 {
  		font-size: 47px;
  	}

  	h4,
  	h4.h4,
  	.h4 {
  		font-size: 16px;
  	}

  	.fz2,
  	.call-btn,
  	.block-logo--contact__mail,
  	.block-logo--contact__phone,
  	.prevjob-item {
  		font-size: 16px;
  	}

  	.prevjob-item{
  		width: 23%;
  	}

  	.my-head-inner {
  		text-align: center;
  		height: auto;
  	}

  	.top-nav {
  		width: 100%;
  	}

  	.btn-orange {
  		padding: 10px;
  		margin-top: 12px;
  	}

  	.block-logo--contact__mail,
  	.block-logo--contact__phone {
  		margin-top: 2.40235em;
  	}

  	.products-col {
  		width: 50%;
  	}

  	.formblock-form {
  		text-align: center;
  	}

  	.formblock .btn-orange {
  		margin-top: 1em;
  	}

  	.advantagenum-item p:last-child {
  		padding: 0 1em;
  	}

  	.aboutus .inner-wrap {
  		padding: 0 4em;
  	}

  	.map-inner .map-col-l {
  		width: 45%;
  	}

  	.map-inner .map-col-r {
  		width: 55%;
  	}

  	.map-img {
  		left: -37%;
  		top: 25%;
  	}

  	.footer-inner-col {
  		width: 41.66667%;
  	}

  	.modal-w h3 {
  		font-size: 28px;
  	}
  }

  @media screen and (max-width: 768px) {
		.footer{
			margin-bottom: 50px;
		}
		#block1_form{
			display:none;
		}
  	.footer .block-logo--contact__phone.icon-phone + p{
  		padding: 0;
  	}
	
	
#mapii .ymaps-2-1-72-map	.ymaps-2-1-72-controls__control{
		top:310px !important;
		
	}
	
	 #mapii-conta h3{
margin-top:1em;
 }
 
 #mapii-conta .inner-wrap{
	 padding-bottom: 1em;
 }
 
 #mapii-conta .footer-inner-col{
	 font-size:14px;
	
	 text-align:left;
 }

		.section-1 .section-1-bg{
			background-image: url(bg-s1-mob.jpg) !important;
		}


  	.fancybox-slide>div{
  		padding: 20px 15px;
  		overflow: hidden;
  		margin-top: 0;
  	}
		
  	.products-product .btn-orange,
  	.products-product:visited .btn-orange,
  	.products-product:focus .btn-orange {
  		z-index: 0;
  	}


		.products-product:hover:after,
		.products-product:visited:hover:after,
		.products-product:focus:hover:after {
			opacity: 0;
		}


  	.wow{
  		visibility: visible !important
  	}
  	.hamburger.is-active {
  		-webkit-animation: smallbig 0.6s forwards;
  		animation: smallbig 0.6s forwards;
  	}

  	.hamburger.is-active .line:nth-child(1),
  	.hamburger.is-active .line:nth-child(2),
  	.hamburger.is-active .line:nth-child(3) {
  		-webkit-transition-delay: 0.2s;
  		-o-transition-delay: 0.2s;
  		transition-delay: 0.2s;
  	}

  	.hamburger.is-active .line:nth-child(2) {
  		opacity: 0;
  	}

  	.hamburger.is-active .line:nth-child(1) {
  		-webkit-transform: translateY(7px) rotate(45deg);
  		-ms-transform: translateY(7px) rotate(45deg);
  		transform: translateY(7px) rotate(45deg);
  	}

  	.hamburger.is-active .line:nth-child(3) {
  		-webkit-transform: translateY(-7px) rotate(-45deg);
  		-ms-transform: translateY(-7px) rotate(-45deg);
  		transform: translateY(-7px) rotate(-45deg);
  	}

  	.inner-wrap {
  		width: 100%;
  		padding-left: 15px;
  		padding-right: 15px;
  	}

  	h1,
  	h1.h1,
  	.h1 {
  		font-size: 13px;
  	}

  	h2,
  	h2.h2,
  	.h2 {
  		font-size: 16px;
  	}

  	h3,
  	h3.h3,
  	.h3 {
  		font-size: 40px;
  	}

  	.my-head-inner {
  		text-align: justify;
  	}

  	.my-head-inner:after {
  		content: "";
  		width: 100%;
  		display: inline-block;
  		font-size: 0;
  		line-height: 0;
  		height: 0;
  	}

  	.top-nav {
  		width: 100%;
  	}

  	.top-nav {
  		display: none;
  	}

  	.call-btn {
  		width: 100%;
  	}

  	.call-btn {
  		width: auto;
  		background: none;
  		position: relative;
  		font-size: 18px;
  		-webkit-transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  		-o-transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  		transition: color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	}

  	.call-btn:hover {
  		background: none;
  		color: #e5420b;
  	}

  	.call-btn:hover:after {
  		background-color: #e5420b;
  	}

  	.call-btn:after,
  	.call-btn:before {
  		content: "";
  		position: absolute;
  		width: -webkit-calc(100% - 20px);
  		width: calc(100% - 20px);
  		bottom: 5px;
  		left: 10px;
  		height: 1px;
  		background-color: #fff;
  		-webkit-transition: background-color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  		-o-transition: background-color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  		transition: background-color 0.35s cubic-bezier(0.21, 0, 0.37, 1);
  	}

  	.hamburger {
  		display: inline-block;
  	}

  	.fixed-nav .btn-orange {
  		color: inherit;
		color: #fff;
  	}

  	.fixed-nav .btn-orange:hover {
  		color: #e5420b;
  	}

  	.green-panel-mob {
  		display: block;
  	}

  	.listing {
  		display: none;
  	}

  	.block-logo--logo,
  	.block-logo--contact {
  		width: 100%;
  	}

  	.block-logo--logo {
  		text-align: center;
  	}

  	.block-logo--contact {
  		display: none;
  	}

  	.block-logo--contact__mail,
  	.block-logo--contact__phone {
  		width: 100%;
  	}

  	.block-text-inner .btn-orange {
  		font-size: 16px;
  	}

  	.products-col {
  		width: 100%;
  	}

  	.products-col {
  		width: 100%;
  	}

  	.formblock .input:first-child {
  		margin-top: 2em;
  	}

  	.formblock .input {
  		width: 100%;
  		max-width: 100%;
  		margin-bottom: 2.5em;
  	}

  	.formblock .btn-orange {
  		margin-top: 0;
  	}

  	.advantage-loop-item {
  		width: 100%;
  	}

  	.advantagenum-item {
  		width: 100%;
  	}

  /*.brand-slider-itm {
    width: 100%;
    }*/

    .brand-slider-itm {
    	margin-bottom: 15px;
    }

    .prevjob-item {
    	width: 100%;
    	margin-bottom: 30px;
    }

    .prevjob-item {
    	width: 100%;
    }

    .map-inner .map-col-r,
    .map-inner .map-col-l {
    	width: 100%;
    }

    .map-inner .map-col-l {
    	width: 100%;
    }

    .map-inner .map-col-l .h3 {
    	text-align: center;
    }

    .map-inner .map-col-l ul li {
    	background: none;
    	padding-left: 0;
    	text-align: center;
    }

    .map-inner .map-col-l ul li:before {
    	content: "";
    	background-image: url(flag.png);
    	-webkit-background-size: contain;
    	background-size: contain;
    	background-repeat: no-repeat;
    	height: 18px;
    	width: 18px;
    	margin-right: px;
    	display: inline-block;
    }

    .map-inner .map-col-r {
    	width: 100%;
		display:none;
    }

    .map-img {
    	width: 100%;
    	height: 90%;
    	left: 50%;
    	top: 10%;
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	transform: translateX(-50%);
    }

    .footer-inner-col {
    	width: 100%;
    }

    .footer-inner-col {
    	text-align: center;
    }

    .footer-inner-col:first-child {
    	width: 100%;
    }

    .footer p {
    	text-align: center;
    }
    .products-product:hover p,
  .products-product:hover h5,
  .products-product:hover .h5,
  .products-product:hover h5.h5,
  .products-product:visited:hover p,
  .products-product:visited:hover h5,
  .products-product:visited:hover .h5,
  .products-product:visited:hover h5.h5,
  .products-product:focus:hover p,
  .products-product:focus:hover h5,
  .products-product:focus:hover .h5,
  .products-product:focus:hover h5.h5 {
  	color: #2d2d2d;
  }
  .section-1{
		min-height: auto;
		padding-bottom: 52px;
	}
}

@media screen and (max-width: 576px) {
	
	.formblock .btn-orange{
		padding: 17px 20px;
		width: 100%;
	}
	.inner-wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#block1_form{
		display:none;
	}
	
	.green-panel-mob {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
	}
	h3,
	h3.h3,
	.h3 {
		font-size: 26px;
	}
	.advantage-loop {
		margin-top: 20px;
	}
	.formblock-form {
		padding: 0 1em;
		margin-top: 1.5em;
	}
	.formblock h3, .formblock .h3 {
		margin-top: 2em;
	}
	.modal-w .formblock-form {
		padding: 0;
	}

	a {
		-webkit-appearance: none;
		-webkit-appearance: none;
		-moz-appearance:    none;
		appearance:         none;
	}


	.scrollingHotSpotLeft,
	.scrollingHotSpotRight{
		opacity: 0 !important;
	}



