

/* Start:/local/assets/css/jquery.fancybox.css?15494563534852*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: none;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
    padding:0 !important;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {

}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	/*overflow: hidden;*/
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 0px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/assets/css/../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/assets/css/../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	background: url('/local/assets/css/../img/x.png') center center no-repeat;
	position: absolute;
	top: 5px;
	right: 5px;
	
	
	width: 17px;
	height: 16px;
	cursor: pointer;
	background-position:0px 0px;
	z-index: 8040;
	transition:all linear 0.5s;
}
.fancybox-close:hover {opacity:0.7;}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/assets/css/../img/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
   /* overflow: hidden !important;*/
    width: auto;
}

.fancybox-lock body {
   /* overflow: hidden !important;*/
}

.fancybox-lock-test {
   /* overflow-y: hidden !important;*/
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	/*overflow: hidden;*/
	display: none;
	z-index: 8010;
	background: url('/local/assets/css/../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	/*overflow-y: scroll;*/
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 0px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 0px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 0px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 0px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
/*
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/assets/css/../img/fancybox_sprite@2x.png');
		background-size: 44px 152px;  
	}

	#fancybox-loading div {
		background-image: url('/local/assets/css/../img/fancybox_loading@2x.gif');
		background-size: 24px 24px; 
	}
}
*/




/* End */


/* Start:/local/assets/css/flexslider.css?15494563533421*/
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0px; background: none; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
/*.loading .flex-viewport {max-height: 300px;}*/
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}
/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 0 0;  }
.flex-direction-nav .flex-prev {}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {}
.flex-direction-nav .flex-disabled {opacity: .0!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/* End */


/* Start:/local/assets/css/ezmark.css?1549456353868*/
/**
 * CSS File for ezMark jQuery Plugin
 *
 **/
.ez-hide { opacity: 0; filter:alpha(opacity=0); }
.ez-checkbox {
	background: url('/local/assets/css/../img/checkbox.png') 0 0px no-repeat;
	display:inline-block;
	width: 30px;
	  height: 30px;
	  border-radius: 0px;
	  margin-right:18px;
	vertical-align:top; background-position: 0px 0px; 
}
.ez-radio {
	background: transparent url('/local/assets/css/../img/radio.png') 0px 0px no-repeat;
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	z-index:4;
	position:relative;
}
.ez-checked { background-position: 0px -30px; }
.ez-selected { background-position: 0px -20px; }
.ez-checkbox-green {
	background: transparent url('/local/assets/css/../img/filter_checkbox.png') 0 1px no-repeat;
	display:inline-block;
	*display: inline;
}
.ez-checked-green { background-position: 0 8px; }
.ez-checkbox, .ez-radio { zoom: 1; *display:inline; _height:17px; }

/* End */


/* Start:/local/assets/css/style.css?1598615613113042*/
* {
    margin: 0;
    padding: 0;
}

p {
    -webkit-text-size-adjust: none !important;
    padding: 0;
    margin: 0;
}

a img {
    border: 0;
}

input[type='submit']:hover {
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right !important;
}

.cleared {
    clear: both;
}

form label.error {
    display: none !important;
}

.clearfix:after {
    content: " ";
    display: block;
    width: 100%;
    height: 0px;
    clear: both;
}

.hide {
    display: none !important;
}

.disable {
    pointer-events: none !important;
}

label.error {
    display: none !important;
}

@font-face {
    font-family: "Futura";
    src: url("/local/assets/css/../fonts/FuturaLightC.eot");
    src: url("/local/assets/css/../fonts/FuturaLightC.eot?#iefix") format("embedded-opentype"), url("/local/assets/css/../fonts/FuturaLightC.woff") format("woff"), url("/local/assets/css/../fonts/FuturaLightC.ttf");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Futura";
    src: url("/local/assets/css/../fonts/FuturaBookC.eot");
    src: url("/local/assets/css/../fonts/FuturaBookC.eot?#iefix") format("embedded-opentype"), url("/local/assets/css/../fonts/FuturaBookC.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Futura";
    src: url("/local/assets/css/../fonts/FuturaMediumC.eot");
    src: url("/local/assets/css/../fonts/FuturaMediumC.eot?#iefix") format("embedded-opentype"), url("/local/assets/css/../fonts/FuturaMediumC.woff") format("woff"), url("/local/assets/css/../fonts/FuturaMediumC.ttf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Futura";
    src: url("/local/assets/css/../fonts/FuturaDemi.eot");
    src: url("/local/assets/css/../fonts/FuturaDemi.eot?#iefix") format("embedded-opentype"), url("/local/assets/css/../fonts/FuturaDemi.otf");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Europa";
    src: url("/local/assets/css/../fonts/Europe.eot");
    src: url("/local/assets/css/../fonts/Europe.eot?#iefix") format("embedded-opentype"), url("/local/assets/css/../fonts/Europe.otf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Europa";
    src: url("/local/assets/css/../fonts/EuropeDemi.eot");
    src: url("/local/assets/css/../fonts/EuropeDemi.eot?#iefix") format("embedded-opentype"), url("/local/assets/css/../fonts/EuropeDemi.otf");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Europa";
    src: url("/local/assets/css/../fonts/Europe-Bold.eot");
    src: url("/local/assets/css/../fonts/Europe-Bold.eot?#iefix") format("embedded-opentype"), url("/local/assets/css/../fonts/Europe-Bold.ttf");
    font-style: normal;
    font-weight: bold;
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row.col {
    -ms-flex-direction: column;
    flex-direction: column;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.start-xs {
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.end-xs {
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 48em) {
    .container_norm {
        max-width: 100%;
    }

    .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 15px;
    }

    .col-sm {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-sm {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .middle-sm {
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .bottom-sm {
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-sm {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-sm {
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 64em) {
    .container_norm {
        max-width: 65rem;
        padding: 0 15px;
    }

    .row {
        margin: 0 -15px;
    }

    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 15px;
    }

    .col-md {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-md {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .middle-md {
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .bottom-md {
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-md {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .first-md {
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .container_norm {
        max-width: 76rem;
        padding: 0 15px;
    }

    .row {
        margin: 0 -15px;
    }

    .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 15px;
    }

    .col-lg {
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .start-lg {
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }

    .middle-lg {
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

    .bottom-lg {
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .between-lg {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

body {
    overflow-x: hidden;
    font-family: "Europa";
    font-weight: 500;
    min-width: 320px; /*background:url(/local/assets/css/../service.jpg) no-repeat center 0;*/
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.container {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    opacity: 1;
}

a.button {
    font-family: "Futura";
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    background: #e8eaec;
    background: url(/local/assets/css/../img/button.png) no-repeat 0 0;
    background-size: 100% 100%;
    color: #fff;
    width: 165px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    text-decoration: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

a.button:hover {
    background-image: url(/local/assets/css/../img/button_hover.png)
}

.main {
    clear: both;
    position: relative;
}

.inner_section {
    width: 1170px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    z-index: 500;
    background: #fff;
}

.inner_header {
    padding-top: 20px;
    min-height: 90px;
}

.logo {
    width: 300px;
    float: left;
    position: relative;
    max-width: 100%;
    padding-top: 0px;
}

.logo a {
    display: block;
    text-decoration: none;
    font-size: 0;
}

.logo img {
    width: 90px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
}

.logo a span {
    letter-spacing: 1px;
    width: 180px;
    display: inline-block;
    line-height: 20px;
    padding-top: 5px;
    vertical-align: middle;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    font-weight: normal;
    font-family: "Futura";
    text-transform: uppercase;
}

.header_right {
    width: 670px;
    float: right;
}

.header_right a.button.callback_button {
    display: block;
    float: right;
    width: 165px;
    height: 50px;
    line-height: 50px;
}

.header_phones {
    width: 386px;
    float: right;
}

.mobile_menu_toggler {
    position: relative;
    float: left;
    z-index: 501;
    top: 0px;
    right: 0px;
    background: url(/local/assets/css/../img/menu_open.svg) no-repeat center center;
    width: 43px;
    height: 33px;
}

.mobile_menu_toggler:hover {
    cursor: pointer;
}

.mobile_menu_toggler.active {
    background-image: url(/local/assets/css/../img/menu_close.svg);
}

.header_menu_wrap {
    display: block;
    z-index: 500;
    height: 64px;
    border-top: 1px solid #f3f8fb;
    clear: both;
    position: relative;
}

nav.header_menu { /*padding:0px 0px 0px 0px;*/
    max-width: 100%;
}

nav.header_menu > ul {
    list-style: none;
    padding: 0 0px;
    text-align: justify;
    font-size: 0;
}

nav.header_menu > ul:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 0px;
}

nav.header_menu > ul > li {
    padding: 0px 21px 0px 21px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

nav.header_menu > ul > li > a {
    display: block;
    text-decoration: none;
    padding: 14px 0px 16px 0px;
    background-position: right center;
    text-align: center;
    box-sizing: border-box;
    line-height: 34px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.4s;
    border-radius: 0px;
    position: relative;
}

nav.header_menu > ul > li:first-child {
    padding-left: 0;
}

nav.header_menu > ul > li:last-child {
    padding-right: 0;
}

nav.header_menu > ul > li > a:before {
    content: " ";
    display: none;
    width: 100%;
    background: #009ae4;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 3;
}

nav.header_menu > ul > li > a:after {
    content: " ";
    display: none;
    width: 100%;
    background: #009ae4;
    height: 3px;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 3;
}

nav.header_menu > ul > li > a:hover:before {
    display: block;
}

nav.header_menu > ul > li:hover > a:after {
    display: block;
}

nav.header_menu > ul > li.current > a:before {
    display: block;
}

nav.header_menu > ul > li.current > a:after {
    display: block;
}

nav.header_menu > ul > li.has_ul > a {
    background: url(/local/assets/css/../img/arrow_down.png) no-repeat right center;
    padding-right: 22px;
}

nav.header_menu > ul > li.has_ul:hover > a:after {
    display: block;
}

@media (max-width: 1170px) {
    .disabled_menu {
        pointer-events: none;
    }
}

nav.header_menu > ul > li > ul {
    margin-left: -7px;
    display: none;
    list-style: none;
    padding: 10px 0;
    width: 270px; /*min-width:200px;*/
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 0px; /*border-top:2px solid #263948;*/
    background: #009ae4;
}

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

nav.header_menu > ul > li > ul > li > a {
    display: block;
    padding: 9px 10px 9px 25px;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 18px;
    font-size: 18px;
    color: #fff;
    text-decoration: underline;
}

nav.header_menu > ul > li > ul > li:hover > a {
    text-decoration: none;
}

a.ref {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-decoration: none;
    display: block;
}

.the_form {
    padding: 20px 15px;
    width: 300px;
    box-sizing: border-box;
    max-width: 100%;
}

.the_form p.form_title {
    display: block;
    font-size: 22px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 22px 0;
}

.the_form .the_form_div {
    width: 270px;
    margin-bottom: 27px;
}

.the_form .the_form_div.the_form_div_textarea {
    width: 100%;
}

.the_form .the_form_div label {
    display: block;
    position: static;
    margin: 0 0 10px 0;
    font-weight: 300;
    font-weight: normal;
    font-size: 16px;
    color: #668597;
    font-family: "Futura";
}

.the_form .the_form_div .inputText {
    font-weight: 300;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    font-family: "Futura";
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    background: #fff;
    height: 50px;
    border: 1px solid #e6f1f8;
    box-sizing: border-box;
}

.the_form .the_form_div .inputText.captcha {
    height: 65px;
}

.the_form .the_form_div .inputText:focus {
    border-color: #668597;
}

.the_form .the_form_div textarea {
    font-weight: 300;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    font-family: "Futura";
    display: block;
    box-sizing: border-box;
    padding: 10px 20px;
    background: #fff;
    height: 80px;
    border: 1px solid #e6f1f8;
    box-sizing: border-box;
}

.the_form .the_form_div textarea:focus {
    border-color: #668597;
}

.the_form .the_form_div input[type="submit"] {
    width: 231px;
    box-shadow: none;
    height: 65px;
    background: url(/local/assets/css/../img/submit.png) no-repeat 0 0;
    text-transform: uppercase;
    background-size: 100% 100% !important;
    transition: all 0.4s;
    outline: none;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    font-family: "Futura";
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.the_form .the_form_div input[type="submit"]:hover {
    box-shadow: 0px 9px 35px 0px rgba(0, 154, 227, 0.3);
    background-image: url(/local/assets/css/../img/submit_hover.png);
}

.the_form p.note {
    clear: both;
    color: #668597;
    font-weight: 300;
    font-weight: normal;
    font-size: 14px;
    font-family: "Futura";
    display: block;
    padding: 0 0 10px 0;
}

.the_form p.note a {
    color: #0177b5;
}

.the_form p.note a:hover {
    text-decoration: none;
}

.main {
    clear: both;
    position: relative;
}

.section {
    clear: both;
    position: relative;
}

.section p.section_title {
    display: block;
    font-size: 36px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 54px 0;
}

.top_banner_section { /*background:url(/local/assets/css/../img/top_bg.png) no-repeat center 0;*/
    padding-top: 0;
    overflow: hidden;
}

.top_banner_section .inner_section {
    position: relative;
    height: 100%;
}

.top_banner_slider ul.slides > li {
    height: 806px;
    height: 750px;
    padding-top: 85px;
    box-sizing: border-box;
    background-position: center top !important;
    position: relative;
    z-index: 100;
}

.top_banner_block {
    height: 100%;
}

.top_banner_div {
    height: 100%;
    position: relative;
    text-align: left;
    max-width: 100%;
    margin: 0 0 0px;
    position: relative;
}

.top_banner_div p {
    color: #fff;
    position: relative;
    font-size: 44px;
    text-transform: uppercase;
    line-height: 58px;
    padding-bottom: 52px;
}

@media (max-width: 767px) {
    .top_banner_div p {
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }
}

.top_banner_div_text {
    width: 460px;
    min-height: 400px;
    box-sizing: border-box;
    max-width: 100%;
    background: #0177b5;
    padding: 54px 50px 20px 50px;
    bottom: 0px;
    left: 50%;
    position: absolute;
    margin: 0 0 0px 110px;
}

.top_banner_div_text p {
    font-family: "Futura";
    line-height: 26px;
    display: block;
    padding-bottom: 30px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
}

.top_banner_div_text p b {
    font-weight: 500;
}

.flex-direction-nav a {
    width: 60px;
    height: 70px;
    margin: 0px 0 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 100px;
    left: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background: #fff url(/local/assets/css/../img/dir1-next.png) no-repeat center;
    margin-left: 50px;
}

.flex-direction-nav .flex-prev {
    background: #fff url(/local/assets/css/../img/dir1-prev.png) no-repeat center;
    margin-left: -10px;
}

.flex-direction-nav .flex-next:hover {
    background: #fff url(/local/assets/css/../img/dir1-next-hover.png) no-repeat center;
}

.flex-direction-nav .flex-prev:hover {
    background: #fff url(/local/assets/css/../img/dir1-prev-hover.png) no-repeat center;
}

.categories_section {
    padding: 10px 0 101px 0;
}

.categories_tabs {
    clear: both;
}

.categories_tabs .the_tabs_head {
    border-bottom: 3px solid #e5eef3;
    margin-bottom: 36px;
}

.categories_tabs .the_tabs_head a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #666666;
    font-size: 22px;
    line-height: 30px;
    padding: 0 0 25px 0;
    font-weight: 500;
    position: relative;
    margin-right: 55px;
}

.categories_tabs .the_tabs_head a:before {
    background: url(/local/assets/css/../img/grey_border.png) repeat-x 0 0;
    height: 3px;
    width: 100%;
    content: " ";
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 3;
}

.categories_tabs .the_tabs_head a:after {
    background: #0177b5;
    height: 3px;
    width: 100%;
    content: " ";
    display: none;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 3;
}

.categories_tabs .the_tabs_head a:hover:before {
    display: block;
}

.categories_tabs .the_tabs_head a.active {
    color: #0177b5;
}

.categories_tabs .the_tabs_head a.active:after {
    display: block;
}

.categories_tabs .the_tabs_head a.active:hover {
    color: #0177b5;
}

.categories_tabs .the_tabs_head a.active:before {
    display: none;
}

.categories_tabs .the_tabs_head a.active:hover:before {
    display: none;
}

.categories_list_wrap {
    font-size: 0;
    clear: both;
}

.categories_list_column {
    width: 292px;
    display: inline-block;
    vertical-align: top;
}

.categories_list_column:nth-child(4n+4) {
    width: 254px;
}

.categories_list > ul {
    list-style: none;
}

.categories_list > ul > li {
    margin: 0 0 36px 0;
}

.categories_list > ul > li > a {
    display: block;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    padding: 0 0 17px 0;
}

.categories_list > ul > li > a:hover {
    color: #0177b5;
}

.categories_list > ul > li > ul {
    list-style: none;
}

.categories_list > ul > li > ul > li {
    margin-bottom: 10px;
    display: block;
}

.categories_list > ul > li > ul > li > a {
    display: inline;
    position: relative;
    font-family: "Futura";
    border-bottom: 1px solid #b2d5e8;
    text-decoration: none;
    padding: 0;
    font-size: 18px;
    color: #0079b6;
    font-weight: 300;
    font-weight: normal;
}

.categories_list > ul > li > ul > li > a:after {
    content: " ";
    display: none;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #b2d5e8;
    position: absolute;
    top: 100%;
    left: 0;
}

.categories_list > ul > li > ul > li > a:hover {
    border-color: transparent;
}

.categories_list > ul > li > ul > li > a:hover:after {
    border-color: transparent;
}

.about_section {
    height: 700px;
    background: #f3f8fb url(/local/assets/css/../img/about_bg.jpg) no-repeat center bottom;
}

.about_section .inner_section {
    height: 100%;
}

.about_section_left {
    width: 565px;
    max-width: 100%;
    float: left;
    padding: 110px 0 0 0;
}

.about_section_left p:not(.section_title) {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    font-weight: normal;
    font-family: "Futura";
    line-height: 29px; /*padding-bottom:26px;*/
}

.about_section_left a.read_more {
    clear: both;
    display: inline-block;
    font-weight: 500;
    font-size: 20px;
    color: #0079b6;
    font-family: "Futura";
    text-decoration: none;
    padding: 0 48px 0 0;
    background: url(/local/assets/css/../img/expand_link.png) no-repeat right 0;
    line-height: 30px;
    margin-top: 30px;
}

.about_section_left a.read_more:hover {
    background-image: url(/local/assets/css/../img/expand_link_hover.png);
}

.about_slider_wrap {
    height: 100%;
    width: 450px;
    float: right;
    position: relative;
}

.about_slider {
    width: 847px;
    position: absolute;
    top: -50px;
    left: 0;
}

.about_slider .flex-direction-nav .flex-prev {
    right: auto;
    left: -120px;
    margin: 0;
    top: auto;
    bottom: 0;
}

.about_slider .flex-direction-nav .flex-next {
    right: auto;
    left: -60px;
    margin: 0;
    top: auto;
    bottom: 0;
}

.digits_section .inner_section {
    padding: 125px 0 109px 0;
}

.digits_block {
    clear: both;
    font-size: 0;
    padding-left: 18px;
    box-sizing: border-box;
}

.digits_div {
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
}

.digits_div:nth-child(1) {
    width: 310px;
}

.digits_div:nth-child(2) {
    width: 504px;
}

.digits_div:nth-child(3) {
    width: 315px;
}

.digits_div p {
    display: block;
    padding: 0;
}

.digits_div p b {
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    font-weight: bold;
    font-size: 85px;
    background: linear-gradient(45deg, #0177b5 33%, #009be4 66%, #8AA9D6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0182c3;
}

.digits_div p span {
    display: inline-block;
    vertical-align: middle;
    width: 183px;
    font-weight: 500;
    font-size: 18px;
    color: #0079b6;
    font-family: "Futura";
    text-transform: uppercase;
}

.digits_div:nth-child(3) p span {
    width: 175px;
}

.digits_div:nth-child(2) b {
    min-width: 240px;
}

.clients_section {
    padding: 0 0 135px 0;
}

.clients_slider { /*width:1120px;*/
    margin: 0 auto;
    max-width: 100%;
}

.clients_slider ul.slides > li {
    text-align: center;
}

.clients_slider ul.slides > li a {
    display: inline-block;
    text-decoration: none;
    position: relative;
}

.clients_slider ul.slides > li a img {
    display: block;
    margin: 0 auto;
}

@media (min-width: 360px) {
    .clients_slider ul.slides > li a img {
        height: 180px;
    }
}

@media (min-width: 768px) {
    .clients_slider ul.slides > li {
        margin-right: 30px;
        border: 15px solid #f3f8fb;
    }

    .clients_slider ul.slides > li a img {
        height: 280px;
    }
}

@media (min-width: 1170px) {
    .clients_slider ul.slides > li a img {
        height: 380px;
    }
}

.clients_slider ul.slides > li a .caption {
    position: absolute;
    transition: all 0.5s;
    background: rgba(1, 119, 181, 0.8) url(/local/assets/css/../img/plus.png) no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.clients_slider ul.slides > li a:hover .caption {
    opacity: 1;
}

.clients_slider ul.slides > li a .caption span {
    display: block;
    width: 100%;
    text-align: center;
    left: 0;
    position: absolute;
    bottom: 50px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Futura";
    font-size: 16px;
    color: #fff;
}

.clients_slider .flex-direction-nav a {
    width: 15px;
    height: 24px;
    margin: 0px 0 0;
    background: url(/local/assets/css/../img/dir1.png) no-repeat 0 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 50px;
    left: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 1;
    -webkit-transition: all 0s ease;
}

.clients_slider .flex-direction-nav .flex-next {
    background: url(/local/assets/css/../img/dir1.png) no-repeat 0 0;
    background-position: 0 -24px;
    top: 0;
    margin-top: -85px;
    left: auto;
    right: 0px;
}

.clients_slider .flex-direction-nav .flex-prev {
    background: url(/local/assets/css/../img/dir1.png) no-repeat 0 0;
    background-position: 0 0px;
    top: 0;
    margin-top: -85px;
    left: auto;
    right: 45px;
}

.clients_slider .flex-direction-nav .flex-next:hover {
    opacity: 0.8;
    background: url(/local/assets/css/../img/dir1.png) no-repeat 0 0;
    background-position: 0 -72px;
}

.clients_slider .flex-direction-nav .flex-prev:hover {
    opacity: 0.8;
    background: url(/local/assets/css/../img/dir1.png) no-repeat 0 0;
    background-position: 0 -48px;
}

.order_section .inner_section {
    padding-bottom: 100px;
}

.order_section .inner_section > p:not(.section_title) {
    padding-bottom: 52px;
    line-height: 28px;
}

.order_section p.section_title {
    padding-bottom: 16px;
}

.order_form {
    background: #f3f8fb;
    padding: 50px 40px 40px;
    margin-top: 5px;
    width: 656px;
    box-sizing: border-box;
    max-width: 100%;
    float: left;
}

.order_form .the_form_div {
    width: 275px;
    margin-bottom: 24px;
}

.order_form .the_form_div.the_form_div_textarea {
    width: 100%;
}

.order_form .the_form_div label {
    display: block;
    position: static;
    margin: 0 0 10px 0;
    font-weight: 300;
    font-weight: normal;
    font-size: 16px;
    color: #668597;
    font-family: "Futura";
}

.order_form .the_form_div .inputText {
    display: block;
    width: 100%;
    outline: none;
    font-weight: 300;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    font-family: "Futura";
    display: block;
    box-sizing: border-box;
    padding: 0 20px;
    background: #fff;
    height: 50px;
    border: 1px solid #e6f1f8;
    box-sizing: border-box;
}

.order_form .the_form_div .inputText.captcha {
    height: 65px;
}

.order_form .the_form_div .inputText:focus {
    border-color: #668597;
}

.order_form .the_form_div textarea {
    display: block;
    width: 100%;
    outline: none;
    font-weight: 300;
    font-weight: normal;
    resize: none;
    font-size: 18px;
    color: #000;
    font-family: "Futura";
    display: block;
    box-sizing: border-box;
    padding: 10px 20px;
    background: #fff;
    height: 80px;
    border: 1px solid #e6f1f8;
    box-sizing: border-box;
}

.order_form .the_form_div textarea:focus {
    border-color: #668597;
}

.order_form .the_form_div input[type="submit"] {
    letter-spacing: 1px;
    width: 231px;
    box-shadow: none;
    height: 65px;
    background: url(/local/assets/css/../img/submit.png) no-repeat 0 0;
    text-transform: uppercase;
    background-size: 100% 100% !important;
    transition: all 0.4s;
    outline: none;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    font-family: "Futura";
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.order_form .the_form_div input[type="submit"]:hover {
    box-shadow: 0px 9px 35px 0px rgba(0, 154, 227, 0.3);
    background-image: url(/local/assets/css/../img/submit_hover.png);
}

.order_form p.note {
    clear: both;
    color: #668597;
    font-weight: 300;
    font-weight: normal;
    font-size: 14px;
    font-family: "Futura";
    display: block;
    padding: 0 0 10px 0;
}

.order_form p.note a {
    color: #0177b5;
}

.order_form p.note a:hover {
    text-decoration: none;
}

.order_section_right {
    width: 427px;
    float: right;
    max-width: 100%;
}

.our_managers_block {
    font-size: 0;
    padding-bottom: 38px;
}

.our_managers_block p {
    display: block;
    font-weight: 300;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    line-height: 24px;
    font-family: "Futura";
    padding-bottom: 28px;
}

.our_managers_block img {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-right: 15px;
}

.contacts_mini_block {
    padding-bottom: 14px;
}

.contacts_mini_block p.phone {
    letter-spacing: 1px;
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #000;
    padding-bottom: 28px;
}

.contacts_mini_block p.phone a {
    color: #000;
    text-decoration: none;
}

.contacts_mini_block p.adress {
    background: url(/local/assets/css/../img/pin1.png) no-repeat 0 center;
    display: block;
    padding-left: 35px;
    font-weight: 300;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    font-family: "Futura";
    line-height: 20px;
    padding-bottom: 0;
    margin-bottom: 16px;
}

.contacts_mini_block p.time {
    background: url(/local/assets/css/../img/clock.png) no-repeat 0 center;
    display: block;
    padding-left: 35px;
    font-weight: 300;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    font-family: "Futura";
    line-height: 20px;
    padding-bottom: 0;
    margin-bottom: 16px;
}

.social {
    text-align: left;
    font-size: 0;
}

.social a {
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 39px;
    margin-right: 14px;
    box-sizing: border-box;
    border: 1px solid #0099e1;
    border-radius: 100%;
    transition: all 0.4s;
}

.social a.vk {
    background: url(/local/assets/css/../img/vk.png) no-repeat center center;
}

.social a.fb {
    background: url(/local/assets/css/../img/fb.png) no-repeat center center;
}

.social a.insta {
    background: url(/local/assets/css/../img/insta.png) no-repeat center center;
}

.social a.twi {
    background: url(/local/assets/css/../img/twi.png) no-repeat center center;
}

.social a.vk:hover {
    background-image: url(/local/assets/css/../img/vk_h.png);
}

.social a.fb:hover {
    background-image: url(/local/assets/css/../img/fb_h.png);
}

.social a.insta:hover {
    background-image: url(/local/assets/css/../img/insta_h.png);
}

.social a.twi:hover {
    background-image: url(/local/assets/css/../img/twi_h.png);
}

.social a:hover {
    background-color: #0099e1;
}

footer {
    clear: both;
    position: relative;
    background: #10232d url(/local/assets/css/../img/footer_bg.jpg) no-repeat center bottom;
}

footer .inner_footer {
    padding: 57px 15px 0 15px;
    box-sizing: border-box;
}

.footer_contacts {
    width: 630px;
    max-width: 100%;
    float: left;
}

.footer_contacts p {
    display: inline-block;
    vertical-align: top;
    float: left;
    font-weight: 300;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    line-height: 26px;
    font-family: "Futura";
}

.footer_contacts p.phone_p {
    margin-right: 85px;
}

.footer_contacts p a.phone {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    font-family: "Europa";
}

.footer_contacts p a.order_call_a {
    display: block;
    font-weight: 300;
    font-weight: normal;
    font-size: 15px;
    color: #20b8ff;
}

.footer_contacts p a.order_call_a:hover {
    color: #0177b5;
}

footer .social {
    width: 240px;
    float: left;
}

footer .made_by {
    width: 245px;
    float: right;
    box-sizing: border-box;
    text-align: right;
    height: 53px;
    padding-right: 151px;
    padding-top: 13px;
    margin-top: -7px;
    background: url(/local/assets/css/../img/made_by.png) no-repeat right 0;
}

footer .made_by p {
    font-weight: 300;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-family: "Futura";
}

.footer_bottom {
    clear: both;
    padding-top: 50px;
}

.footer_bottom p {
    display: block;
    font-weight: 300;
    font-weight: normal;
    font-size: 14px;
    color: #668597;
    padding: 0 0 18px 0;
    font-family: "Futura";
}

.footer_bottom p.copy {
    float: left;
}

.footer_bottom p.policy {
    float: right;
}

.footer_bottom p.policy a {
    color: #668597;
}

.footer_bottom p.policy a:hover {
    text-decoration: none;
}

.popup {
    display: none;
    background: #fff;
    width: 380px;
    max-width: 100%;
}

.popup .the_form {
    width: 300px;
    width: 100%;
    margin: 0 auto;
}

.popup .the_form .the_form_div {
    width: 100%;
}

.popup .the_form .the_form_div .inputText {
    width: 100%;
}

.popup .the_form .the_form_div textarea {
    width: 100%;
    resize: none;
}

.popup .the_form .the_form_div input[type="submit"] {
    margin: 0 auto;
    display: block;
}

.mobile_menu_toggler {
    opacity: 1;
    z-index: 199;
    transition: all 0.4s;
    display: none;
    width: 50px;
    height: 50px;
    background: url(/local/assets/css/../img/menu.png) no-repeat center center;
}

.mobile_menu_toggler:hover {
    opacity: 1;
}

.mobile_menu_toggler.active {
    background-image: url(/local/assets/css/../img/menu_close.png);
    opacity: 1;
}

/*faq*/
.top_banner_section_on_inner_page ul.slides > li {
    height: 253px;
    padding-top: 82px;
}

.top_banner_section_on_inner_page .top_banner_div p.title {
    font-size: 40px;
    color: #fff;
    text-transform: none;
}

.top_banner_section_on_inner_page .breadcrumbs {
    padding: 0px 0 25px 0;
}

.top_banner_section_on_inner_page .breadcrumbs a {
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    font-family: "Futura";
}

.top_banner_section_on_inner_page .breadcrumbs a:hover {
    text-decoration: none;
}

.top_banner_section_on_inner_page .breadcrumbs a:after {
    margin: 0 11px;
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 19px;
    background: url(/local/assets/css/../img/crumb.png) no-repeat center center;
}

.top_banner_section_on_inner_page .breadcrumbs span {
    color: #698797;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    font-family: "Futura";
}

.content_section {
    padding: 0 0 100px 0;
}

.download_block {
    padding-top: 92px;
    padding-bottom: 50px;
}

.download_block a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 50px 12px 0;
    padding-left: 50px;
    background: url(/local/assets/css/../img/download.png) no-repeat 0 0;
    line-height: 28px;
    font-size: 18px;
    color: #229bd7;
}

.download_block a span {
    display: inline-block;
    line-height: 20px;
    border-bottom: 1px solid #90cdeb;
}

.download_block a:hover span {
    border-color: transparent;
}

.faq_div {
    background: #f3f8fb;
    padding: 29px 0px 0px 50px;
    margin-bottom: 7px;
    box-sizing: border-box;
    border: 1px solid #f3f8fb;
    position: relative;
    transition: all 0.4s;
}

.faq_div.active {
    background: #fff;
}

.faq_div .question {
    padding-right: 110px;
    box-sizing: border-box;
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

.faq_div .question:hover {
    cursor: pointer;
}

.faq_div .arrow_toggler:hover {
    cursor: pointer;
}

.faq_div .answer {
    display: block;
    font-weight: 300;
    font-weight: normal;
    font-size: 18px;
    color: #6e7478;
    font-family: "Futura";
    line-height: 21px;
    padding-bottom: 35px;
    padding-right: 20px;
    box-sizing: border-box;
}

.faq_div .arrow_toggler {
    width: 46px;
    height: 46px;
    background: url(/local/assets/css/../img/toggler_down.png) no-repeat center center;
    right: 35px;
    top: 23px;
    position: absolute;
    transition: all 0.4s;
}

.faq_div.active .arrow_toggler {
    background-image: url(/local/assets/css/../img/toggler_up.png)
}

/*contacts*/
.map_section .map {
    height: 506px;
}

.contacts_page_block {
    padding-top: 90px;
}

.contacts_page_div {
    float: left;
}

.contacts_page_div:nth-child(1) {
    width: 390px;
    max-width: 100%;
}

.contacts_page_div:nth-child(2) {
    width: 490px;
    max-width: 100%;
}

.contacts_page_div:nth-child(3) {
    width: 260px;
    max-width: 100%;
}

.contacts_page_div p {
    display: block;
    font-weight: 300;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #000;
    font-family: "Futura";
}

.contacts_page_div .phone {
    padding-bottom: 28px;
}

.contacts_page_div .phone .phone_a {
    font-family: "Europa";
    display: block;
    font-size: 22px;
    color: #000;
    line-height: 26px;
    font-weight: bold;
    text-decoration: none;
}

.contacts_page_div .phone span {
    display: block;
    font-weight: 300;
    font-weight: normal;
    font-size: 20px;
    color: #5b6b74;
    padding-top: 4px;
}

.contacts_page_div p.adress {
    margin-bottom: 35px;
    padding-bottom: 0;
    padding-left: 30px;
    background: url(/local/assets/css/../img/pin1.png) no-repeat 0 0;
}

.contacts_page_div .download_block {
    width: 100%;
    padding: 0;
}

.contacts_page_div .download_block a {
    font-family: "Futura";
    font-weight: 300;
    font-weight: normal;
    font-size: 18px;
    color: #017ab8;
    background-image: url(/local/assets/css/../img/download1.png);
    padding-left: 30px;
    line-height: 20px;
}

.contacts_page_div p.time {
    margin-bottom: 0px;
    min-height: 97px;
    padding-bottom: 0;
    padding-left: 30px;
    background: url(/local/assets/css/../img/clock.png) no-repeat 0 0;
}

.contacts_page_div .social {
    float: none;
    text-align: left;
    clear: both;
}

/*seo*/
.seo_section {
    padding: 0;
    background: #f3f8fb;
    background: #f3f8fb url(/local/assets/css/../img/seo_bg.png) no-repeat center bottom;
}

.seo_section .inner_section {
    padding-top: 80px;
    padding-bottom: 45px;
}

.to_left_article {
    padding-top: 5px;
    width: 720px;
    float: left;
    max-width: 100%;
}

.to_left_article p:not(.section_title) {
    padding-right: 25px;
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 25px;
    padding-bottom: 25px;
    font-family: "Futura";
    font-weight: 300;
    font-weight: normal;
}

.to_left_article p.section_title {
    text-transform: none;
    font-size: 30px;
    color: #000;
    padding: 0 0 40px 0;
}

.seo_section .digits_block {
    width: 420px;
    max-width: 100%;
    float: right;
    clear: none;
    padding: 0;
}

.seo_section .digits_div {
    width: 210px;
    margin: 0 auto 55px;
}

.seo_section .digits_div p b {
    display: block;
    margin: 0 auto 6px;
    text-align: center;
    font-size: 50px;
    line-height: 65px;
    width: 100%;
}

.seo_section .digits_div p span {
    display: block;
    margin: 0 auto 0px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    padding: 0;
}

.categories_section_inner {
    padding-top: 90px;
    padding-bottom: 75px;
}

/*delivery*/
.order_section.order_section_mark2 .inner_section > p:not(.section_title) {
    font-size: 20px;
    font-weight: normal;
    font-family: "Futura";
}

.order_section.order_section_mark2 p.section_title {
    font-size: 30px;
    color: #000;
    text-transform: none;
}

.right_content_section {
    width: 264px;
    float: right;
}

body .right_content_section h2 {
    padding-bottom: 38px;
}

.right_content_section_div {
    margin-bottom: 36px;
}

.right_content_section_div p.head {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 23px;
    padding-bottom: 23px;
    font-weight: 500;
}

.right_content_section p.adress {
    font-family: "Futura";
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 26px;
    background: url(/local/assets/css/../img/pin1.png) no-repeat 0 center;
}

.right_content_section .download_block {
    width: 100%;
    padding: 0;
}

.right_content_section .download_block a {
    margin-bottom: 28px;
    text-decoration: none;
    font-family: "Futura";
    font-weight: 300;
    font-weight: normal;
    font-size: 16px;
    color: #017ab8;
    background-image: url(/local/assets/css/../img/download1.png);
    padding-left: 28px;
    line-height: 20px;
}

.right_content_section .download_block a span {
    display: inline;
}

.right_content_section p.time {
    font-family: "Futura";
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 18px;
    padding-left: 26px;
    background: url(/local/assets/css/../img/clock.png) no-repeat 0 center;
}

.content_section.content_section_mark2 {
    padding-top: 92px;
    padding-bottom: 30px;
}

.content_section .inner_section > p {
    display: block;
    font-weight: normal;
    font-family: "Futura";
    font-size: 18px;
    line-height: 24px;
    color: #000;
    padding-bottom: 25px;
}

.content_section h1 {
    display: block;
    font-size: 30px;
    color: #000;
    line-height: 34px;
    padding-bottom: 28px;
    font-weight: 500;
}

.content_section h2 {
    display: block;
    font-size: 30px;
    color: #000;
    line-height: 29px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
}

.content_section h3 {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: 23px;
    padding-bottom: 23px;
    font-weight: 500;
}

.content_section ol {
    list-style: none;
    counter-reset: point;
    margin-bottom: 10px;
}

.content_section ol li {
    margin-bottom: 20px;
    padding: 0 0 0 54px;
    font-size: 18px;
    color: #6e7478;
    font-weight: normal;
    font-family: "Futura";
    position: relative;
}

.content_section ol li:before {
    content: counter(point);
    counter-increment: point 1;
    border-radius: 100%;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: #0185c7;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.left_content_section {
    float: left;
    width: 758px;
    max-width: 100%;
}

.left_content_section h2 {
    padding: 15px 0 10px 0;
    font-size: 28px;
}

.left_content_section > p {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    padding-bottom: 34px;
}

.left_content_section > p {
    font-family: "Futura";
    font-size: 19px;
}

.delivery_icons_block {
    padding-bottom: 25px;
}

.delivery_icons_block a.delivery_icons_div {
    background: url(/local/assets/css/../img/truck.png) no-repeat 0 0;
    display: block;
    text-decoration: none;
    margin-bottom: 25px;
    padding-left: 48px;
    box-sizing: border-box;
    width: 375px;
    float: left;
    max-width: 100%;
}

.delivery_icons_block a.delivery_icons_div b {
    display: inline;
    font-size: 18px;
    color: #229bd7;
    border-bottom: 1px dotted #229bd7;
    font-weight: 500;
}

.delivery_icons_block a.delivery_icons_div:hover b {
    border-color: transparent;
}

.delivery_icons_block a.delivery_icons_div span {
    padding-top: 13px;
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
    font-family: "Futura";
}

.delivery_icons_block a.delivery_icons_div:nth-child(odd) {
    width: 390px;
}

.delivery_icons_block a.delivery_icons_div:nth-child(even) {
    width: 360px;
}

.delivery_types_block {
    clear: both;
}

.delivery_types_div {
    width: 355px;
    float: left;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 60px;
}

.delivery_types_div:nth-child(even) {
    float: right;
}

.delivery_types_div:nth-last-child(1) {
    margin-bottom: 0px;
}

.delivery_types_div:nth-last-child(2) {
    margin-bottom: 0px;
}

.delivery_types_div .img {
    width: 110px;
    float: left;
}

.delivery_types_div .img img {
    display: block;
    max-width: 100%;
}

.delivery_types_div p {
    width: 230px;
    padding: 0;
    float: right;
}

.delivery_types_div p b {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    display: block;
    padding-bottom: 20px;
}

.delivery_types_div p span {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    display: block;
    font-family: "Futura";
}

.delivery_services_block {
    clear: both;
    background: #f3f8fb;
    padding: 40px 40px 10px 40px;
    margin-bottom: 25px;
}

.delivery_services_div {
    width: 100%;
    float: left;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 45px;
}

.delivery_services_div:nth-child(even) {
    float: right;
}

.delivery_services_div .img {
    width: 90px;
    float: left;
}

.delivery_services_div .img img {
    display: block;
    max-width: 100%;
}

.delivery_services_div p {
    width: 580px;
    max-width: 100%;
    padding: 0;
    float: right;
}

.delivery_services_div p b {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    display: block;
    padding-bottom: 20px;
}

.delivery_services_div p span {
    font-weight: 500;
    font-size: 18px;
    color: #6e7478;
    display: block;
    font-family: "Futura";
}

/*gallery*/
.gallery_section {
    padding: 94px 0 60px 0;
}

.gallery_section p.section_title.section_subtitle {
    padding-bottom: 70px;
}

.gallery_block a {
    display: block;
    text-decoration: none;
    position: relative;
    width: 360px;
    float: left;
    max-width: 100%;
    margin-right: 30px;
    margin-bottom: 30px;
}

.gallery_block a:nth-child(3n+3) {
    margin-right: 0;
}

.gallery_block a:after {
    content: " ";
    position: absolute;
    transition: all 0.5s;
    background: rgba(1, 119, 181, 0.8) url(/local/assets/css/../img/plus.png) no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.gallery_block a:hover:after {
    opacity: 1;
}

.gallery_block a img {
    display: block;
    width: 100%;
}

.gallery_block a:nth-child(6n+4) {
    margin-top: -100px;
}

.gallery_block a:nth-child(6n+6) {
    margin-top: -100px;
}

.section p.section_title.section_subtitle {
    text-transform: none;
    font-size: 30px;
    padding-bottom: 60px;
}

.digits_block.digits_block_mark2 {
    padding-left: 0;
}

.digits_block.digits_block_mark2 .digits_div {
    width: 50%;
    margin-bottom: 20px;
}

.digits_block.digits_block_mark2 .digits_div p span {
    font-size: 16px;
}

.digits_block.digits_block_mark2 .digits_div p b {
    font-size: 75px;
}

.digits_block.digits_block_mark2 .digits_div:nth-child(2) b {
    min-width: 200px;
}

.digits_block.digits_block_mark2 .digits_div:nth-child(2) p span {
    width: 143px;
}

.you_get_section {
    background: #f3f8fb;
}

.you_get_section .inner_section {
    padding: 87px 0 78px 0;
}

.you_get_section p.section_title.section_subtitle {
    padding-bottom: 85px;
}

.icons_block {
    font-size: 0;
}

.icons_block .icons_div {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    margin-bottom: 20px;
}

.icons_block .icons_div .img {
    width: 70px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}

.icons_block .icons_div .img img {
    display: block;
    max-width: 100%;
}

.icons_block .icons_div .text {
    width: 190px;
    display: inline-block;
    vertical-align: top;
    margin-top: -5px;
}

.icons_block .icons_div .text p:not(.title) {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-weight: normal;
    font-family: "Futura";
}

.icons_block .icons_div .text p.title {
    display: block;
    font-size: 18px;
    color: #000;
    padding-bottom: 15px;
}

/*tents*/
.content_section .img_to_right {
    float: right;
    display: block;
    max-width: 100%;
}

.detailText {
    padding-right: 15px;
    font-family: "Futura";
    font-size: 19px;
    font-weight: normal;
    line-height: 28px;
    color: #000;
    padding-bottom: 34px;
}

/*.detailText p:first-child {display:block;font-size:24px;line-height: 1.4;color:#000;padding:0 0 30px 0;font-weight:500;font-family: "Europa";margin-bottom: 0;}*/
.content_section .inner_section > p.section_title {
    font-weight: 500;
}

.any_questions_block {
    margin-bottom: 89px;
}

.any_questions_block p.head {
    display: block;
    padding-bottom: 26px;
    font-size: 18px;
    color: #000;
}

.any_questions_block p.phone {
    width: 296px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 0 0 64px;
    background: url(/local/assets/css/../img/phone.png) no-repeat 0 0;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: normal;
    font-family: "Futura";
}

.any_questions_block p.phone b {
    font-weight: normal;
}

.any_questions_block p.phone a {
    text-decoration: none;
    color: #000;
    display: block;
    font-weight: 600;
}

.any_questions_block p.mail {
    width: 296px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 0 0 64px;
    background: url(/local/assets/css/../img/mail.png) no-repeat 0 0;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: normal;
    font-family: "Futura";
}

.any_questions_block p.mail b {
    font-weight: normal;
}

.any_questions_block p.mail a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    border-bottom: 1px dotted #bdbdbd;
}

.any_questions_block p.mail a:hover {
    border-color: transparent;
}

.advantages_block {
    padding-bottom: 40px;
    padding-top: 7px;
}

.advantages_div {
    width: 50%;
    float: left;
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 56px;
}

.advantages_div:nth-child(even) {
    float: right;
}

.advantages_div .img {
    width: 100px;
    float: left;
}

.advantages_div .img img {
    display: block;
    max-width: 100%;
}

.advantages_div .text {
    width: 460px;
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
    padding-right: 20px;
    float: right;
    padding-top: 8px;
}

.advantages_div .text p:not(.title) {
    font-weight: normal;
    font-size: 18px;
    color: #6e7478;
    display: block;
    font-family: "Futura";
}

.advantages_div .text p.title {
    font-weight: 500;
    font-size: 18px;
    color: #000;
    display: block;
    padding-bottom: 20px;
}

.img_with_title_block {
    padding-bottom: 8px;
    clear: both;
    font-size: 0;
    padding-top: 7px;
}

.img_with_title_div {
    width: 265px;
    margin-right: 25px;
    margin-bottom: 35px;
    display: inline-block;
    vertical-align: top;
}

.img_with_title_div:nth-child(4n+4) {
    margin-right: 0;
}

.img_with_title_div .img {
    height: 200px;
    overflow: hidden;
    margin-bottom: 22px;
}

.img_with_title_div a {
    display: block;
    text-decoration: none;
}

.img_with_title_div .img a {
    display: block;
    text-decoration: none;
}

.img_with_title_div .img img {
    display: block;
    width: 100%;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.img_with_title_div .img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.img_with_title_div p.title {
    display: block;
    font-size: 20px;
    color: #0184c7;
    text-align: center;
    font-family: "Futura";
}

.img_with_title_div p.title a {
    color: #0184c7;
}

.mini_banner_block {
    position: relative;
    margin-bottom: 65px;
}

.mini_banner_block .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 55px 0 0 50px;
}

.mini_banner_block .text p:not(.title) {
    max-width: 600px;
    font-family: "Futura";
    display: block;
    font-size: 20px;
    color: #000;
    padding-bottom: 35px;
    line-height: 28px;
}

.mini_banner_block .text p.title {
    font-size: 24px;
    color: #000;
    padding-bottom: 25px;
    display: block;
}

.mini_banner_block .img img {
    display: block;
    width: 100%;
}

.mini_banner_block a.button.learn_more_button {
    width: 235px;
    height: 65px;
    line-height: 65px;
    font-family: "Futura";
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.top_banner_section_on_inner_page_mark2 ul.slides > li {
    height: 300px;
}

.padd_top40 {
    padding-top: 60px;
}

.padd_top0 {
    padding-top: 0;
}

/*tents2*/
.prices_table_block {
    padding-bottom: 50px;
    clear: both;
}

.prices_table {
    position: relative;
}

.prices_table_head {
    background: #f3f8fb;
    padding: 15px 0;
}

.prices_table span {
    font-size: 16px;
    line-height: 20px;
    color: #6d808b;
    font-family: "Futura";
    font-weight: normal;
    display: block;
    float: left;
    width: 11.1%;
    text-align: center;
}

.prices_table div.prices_table_row_inner span:nth-child(1) {
    width: 150px;
}

.prices_table div.prices_table_row_inner span:nth-child(2) {
    width: 105px;
}

.prices_table div.prices_table_row_inner span:nth-child(3) {
    width: 90px;
}

.prices_table div.prices_table_row_inner span:nth-child(4) {
    width: 85px;
}

.prices_table div.prices_table_row_inner span:nth-child(5) {
    width: 135px;
}

.prices_table div.prices_table_row_inner span:nth-child(6) {
    width: 140px;
}

.prices_table div.prices_table_row_inner span:nth-child(7) {
    width: 165px;
}

.prices_table div.prices_table_row_inner span:nth-child(8) {
    width: 145px;
}

.prices_table span:last-child {
    width: 105px;
    text-align: right;
}

.prices_table div.prices_table_row_inner span:nth-child(8) {
    width: 145px;
    text-align: center;
}

.prices_table_row {
    border-bottom: 2px solid #f3f8fb;
}

.prices_table_row:last-child {
    border: 0;
}

.prices_table_row.active {
    background: #e1eff7;
}

.prices_table_row > div {
    float: left;
    width: 11.1%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    font-family: "Futura";
}

.prices_table_row > div.active {
    font-size: 0;
}

.prices_table_row > div .all_colors {
    display: none;
}

.prices_table_row > div.active .all_colors {
    display: block;
}

.prices_table_row div.prices_table_row_inner > div {
    float: left;
    width: 11.1%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    font-family: "Futura";
}

.prices_table_row div.prices_table_row_inner > div.active {
    font-size: 0;
}

.prices_table_row div.prices_table_row_inner > div .all_colors {
    display: none;
}

.prices_table_row div.prices_table_row_inner > div.active .all_colors {
    display: block;
}

.price_row_toggler {
    display: inline-block;
    font-size: 16px;
    color: #017fbf;
    border-bottom: 1px dotted #017fbf;
    text-decoration: none;
}

.price_row_toggler:hover {
    border-color: transparent;
    cursor: pointer;
}

.prices_table a.all_colors_toggler {
    border-bottom: 1px dotted #000;
    color: #000;
    display: inline-block;
    padding-right: 15px;
    text-decoration: none;
    background: url(/local/assets/css/../img/arrow_down.png) no-repeat right center;
}

.prices_table a.all_colors_toggler:hover {
    cursor: pointer;
    border-color: transparent;
}

.prices_table_row > div.active a.all_colors_toggler {
    display: none;
}

.prices_table_row div.prices_table_row_inner > div.active a.all_colors_toggler {
    display: none;
}

.prices_table_row div.prices_table_row_inner > div:nth-child(1) {
    width: 150px;
}

.prices_table_row div.prices_table_row_inner > div:nth-child(2) {
    width: 105px;
}

.prices_table_row div.prices_table_row_inner > div:nth-child(3) {
    width: 90px;
}

.prices_table_row div.prices_table_row_inner > div:nth-child(4) {
    width: 85px;
}

.prices_table_row div.prices_table_row_inner > div:nth-child(5) {
    width: 135px;
}

.prices_table_row div.prices_table_row_inner > div:nth-child(6) {
    width: 140px;
}

.prices_table_row div.prices_table_row_inner > div:nth-child(7) {
    width: 165px;
}

.prices_table_row div.prices_table_row_inner > div:nth-child(8) {
    width: 145px;
}

.prices_table_row > div:nth-child(2) {
    width: 105px;
    text-align: right;
}

.prices_table_row div.prices_table_row_inner > div:nth-child(8) {
    width: 145px;
    text-align: center;
}

.prices_table div.prices_table_row_inner_wrap {
    width: 1015px;
    overflow: hidden;
    max-width: 100%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
}

.prices_table div.prices_table_row_inner {
    width: 1015px;
    padding-top: 0;
    padding-bottom: 0;
}

.prices_table_row div .all_colors span {
    text-align: center;
}

.prices_table .prices_table_form {
    clear: both;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    padding: 20px 20px;
    background: #e1eff7;
    z-index: 15;
    position: relative;
}

.prices_table_form form {
    display: block;
    width: 100%;
}

.prices_table_form .inputText {
    border: 0;
    display: block;
    outline: none;
    float: left;
    margin-right: 23px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 17px;
    width: 180px;
    height: 46px;
}

.prices_table_form .inputText:-moz-placeholder {
    font-size: 14px;
    color: #668597;
    font-family: "Futura";
}

.prices_table_form .inputText::-webkit-input-palceholder {
    font-size: 14px;
    color: #668597;
    font-family: "Futura";
}

.prices_table_form input[type="submit"] {
    width: 150px;
    height: 46px;
    margin-right: 23px;
    font-family: "Futura";
    float: left;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    background: #e8eaec;
    background: url(/local/assets/css/../img/button.png) no-repeat 0 0;
    background-size: 100% 100%;
    color: #fff;
    line-height: 46px;
    outline: none;
    border: 0;
    box-sizing: border-box;
    text-decoration: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.prices_table_form input[type="submit"]:hover {
    background-image: url(/local/assets/css/../img/button_hover.png)
}

.prices_table_form p.note {
    font-size: 14px;
    color: #668597;
    font-weight: normal;
    display: block;
    float: left;
    padding: 17px 0 0 0;
    font-family: "Futura";
}

.prices_table_mobile_scroll {
    display: none; /*background:#fff;*/
    height: 100%;
    width: 50px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 9;
}

.prices_table_mobile_scroll a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.05) url(/local/assets/css/../img/arrow_right.png) no-repeat center 16px;
}

.prices_table_mobile_scroll a:hover {
    background: rgba(0, 0, 0, 0.08) url(/local/assets/css/../img/arrow_right.png) no-repeat center 16px;
}

.prices_table_mobile_scroll a.back {
    background-image: url(/local/assets/css/../img/arrow_left.png);
}

.goods_block {
    font-size: 0;
    clear: both;
    padding-bottom: 30px;
}

.goods_div {
    border: 1px solid #f3f8fb;
    box-sizing: border-box;
    padding: 25px 30px;
    display: inline-block;
    vertical-align: top;
    width: 360px;
    max-width: 100%;
    margin: 0 25px 28px 0;
}

.goods_div:nth-child(3n+3) {
    margin-right: 0;
}

.goods_div p {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

.goods_div p.title {
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 0 0 20px 0;
}

.goods_div p.price {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: normal;
    padding: 0 0 27px 0;
    font-family: "Futura";
}

.goods_div p.price span {
    font-weight: 600;
}

.goods_div .img {
    height: 230px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.goods_div .img a {
    display: block;
    text-decoration: none;
}

.goods_div .img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.goods_div .img:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.goods_div a.button.send_request_button {
    width: 232px;
    height: 68px;
    line-height: 68px;
    background-size: 100% 100%;
    text-transform: uppercase;
}

.goods_div .description {
    position: relative;
    clear: both;
    overflow: hidden;
    margin-bottom: 5px;
}

.goods_div .description:before {
    content: " ";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.goods_div .description.active:before {
    display: none;
}

.description p {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    font-family: "Futura";
    overflow: hidden;
    padding: 0;
    margin: 0 0 10px 0;
}

.goods_div .description p b {
    clear: both;
    width: 110px;
    float: left;
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: normal;
}

.goods_div .description p span {
    width: 188px;
    float: left;
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: normal;
}

.goods_div a.description_toggler {
    font-family: "Futura";
    font-weight: normal;
    font-size: 16px;
    color: #0087c9;
    border-bottom: 1px dotted #0087c9;
    padding: 0;
    margin: 0 0 30px 0;
    display: inline-block;
    text-decoration: none;
}

.goods_div a.description_toggler:hover {
    border-color: transparent;
}

@media only screen and (max-width: 1170px) {
    .mobile_menu_toggler {
        display: block;
    }

    .header_menu_wrap {
        position: absolute;
        left: -1000px;
        top: 0px;
        background: #fff;
        z-index: 198;
        width: 310px;
        padding: 98px 0 12px 0;
        height: auto;
    }

    .header_menu_wrap.active {
        left: 0;
    }

    nav.header_menu {
        padding-left: 0;
    }

    nav.header_menu > ul {
        text-align: left;
    }

    nav.header_menu > ul > li {
        padding: 0 0 16px 40px;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: left;
    }

    nav.header_menu > ul > li:first-child {
        padding: 0 0 16px 40px;
    }

    nav.header_menu > ul > li > a {
        display: inline-block;
        padding: 0 0 16px 0;
        font-size: 15px;
        text-align: left;
    }

    nav.header_menu > ul > li > a:before {
        display: none !important;
    }

    nav.header_menu > ul > li > a:after {
        display: none !important;
    }

    nav.header_menu > ul > li.has_ul > a {
        background-position: right 12px;
    }

    nav.header_menu > ul > li > ul {
        position: static;
        margin-left: 0;
        left: 0;
        background: none;
        padding: 0;
    }

    nav.header_menu > ul > li > ul > li > a {
        padding-top: 0;
        text-align: left;
        font-size: 16px;
        padding-bottom: 13px;
        color: #0177b5;
        font-weight: 300;
        font-weight: normal;
        padding-left: 0;
    }

    .inner_section {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .logo {
        padding-left: 70px;
        width: 235px;
    }

    .logo a span {
        width: 120px;
        font-size: 13px;
    }

    .logo a img {
        margin-right: 13px;
        width: 75px;
    }

    .header_right a.button.callback_button {
        width: 150px;
        height: 40px;
        line-height: 40px;
    }

    .headerPhonesPhone {
        padding-top: 10px;
    }

    .inner_header {
        min-height: 80px;
    }

    .header_right {
        width: 360px;
        max-width: 100%;
    }

    .header_phones {
        width: 100%;
    }

    .headerRightAdress {
        display: none;
    }

    .section p.section_title {
        font-size: 30px;
        padding-bottom: 35px;
    }

    .categories_list_column {
        width: 240px;
    }

    .categories_list_column:nth-child(3n+3) {
        width: 210px;
    }

    .categories_tabs .the_tabs_head a {
        font-size: 20px;
        margin-right: 65px;
    }

    .top_banner_slider ul.slides > li {
        padding-top: 50px;
        height: auto;
    }

    .top_banner_div p.title {
        font-size: 36px;
        line-height: 45px;
        padding-left: 30px;
    }

    .top_banner_div_inner {
        min-height: 450px;
    }

    .top_banner_div_text {
        position: relative;
        top: 0;
        left: 0;
        margin-left: auto;
        bottom: auto;
        width: 100%;
        height: auto;
        min-height: 0px;
        padding: 25px 30px;
    }

    .top_banner_div_text:before {
        content: " ";
        z-index: -1;
        display: block;
        background: #fff;
        position: absolute;
        left: -30px;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 30px;
    }

    .top_banner_div_text p {
        font-weight: 300;
        font-weight: normal;
    }

    .top_banner_div_text p b {
        font-weight: 500;
    }

    .categories_section {
        padding-top: 50px;
    }

    .top_banner_slider .flex-direction-nav .flex-next {
        bottom: auto;
        top: 430px;
        left: auto;
        right: 30px;
    }

    .top_banner_slider .flex-direction-nav .flex-prev {
        bottom: auto;
        top: 430px;
        left: auto;
        right: 90px;
    }

    .about_section {
        height: auto;
    }

    .about_slider {
        width: 100%;
        float: none;
        position: relative;
        top: -50px;
        left: 0;
        clear: both;
    }

    .about_section_left {
        clear: both;
        float: none;
        padding-bottom: 60px;
        padding-top: 22px;
    }

    .about_slider_wrap {
        height: auto;
        width: 100%;
        clear: both;
        float: none;
    }

    .about_slider .flex-direction-nav .flex-prev {
        left: auto;
        right: 60px;
    }

    .about_slider .flex-direction-nav .flex-next {
        left: auto;
        right: 0px;
    }

    .digits_div {
        margin-bottom: 40px;
    }

    .digits_div p b {
        font-size: 75px;
    }

    .digits_div p span {
        font-size: 16px;
    }

    .digits_div:nth-child(1) {
        width: 300px;
    }

    .digits_div:nth-child(2) {
        width: 390px;
    }

    .digits_div:nth-child(3) {
        width: 310px;
    }

    .digits_div:nth-child(2) p span {
        width: 160px;
    }

    .digits_div:nth-child(3) p span {
        width: 160px;
    }

    .digits_div:nth-child(2) b {
        min-width: 120px;
        margin-right: 10px;
    }

    .clients_slider {
        width: 705px;
        margin: 0 auto;
    }

    .clients_slider ul.slides > li img {
        margin: 0 auto;
    }

    .order_form {
        width: 330px;
        padding: 25px 30px;
    }

    .order_section_right {
        width: 330px;
    }

    .our_managers_block img:nth-child(3n+3) {
        margin-right: 0;
    }

    .order_form .order_form_body .the_form_div {
        float: none;
        clear: both;
        width: 100%;
    }

    .order_form .order_form_body .the_form_div:nth-child(odd) {
        margin-right: 0;
    }

    .the_form_div_captcha {
        display: none;
    }

    .order_form p.note {
        font-size: 12px;
    }

    .order_form .the_form_div .inputText {
        height: 40px;
    }

    .order_form .the_form_div input[type="submit"] {
        width: 100%;
    }

    .order_form .order_form_body .the_form_div {
        margin-bottom: 20px;
    }

    .our_managers_block p {
        font-size: 16px;
    }

    .order_form .the_form_div textarea {
        height: 60px;
    }

    footer {
        background: #10232d;
    }

    footer .inner_footer {
        padding: 40px 30px 0 30px;
    }

    .footer_contacts {
        width: 280px;
        float: left;
    }

    footer .social {
        width: 280px;
        float: right;
        margin-bottom: 35px;
        text-align: right;
    }

    .footer_bottom {
        padding-top: 35px;
    }

    .footer_contacts p a.order_call_a {
        padding-bottom: 28px;
    }

    .top_banner_section_on_inner_page ul.slides > li {
        height: 253px;
        padding-top: 82px;
    }

    .top_banner_section_on_inner_page .top_banner_div p.title {
        padding-left: 0;
        font-size: 36px;
    }

    .download_block a {
        margin-right: 42px;
        font-size: 16px;
    }

    .faq_div .question {
        font-size: 16px;
    }

    .faq_div .answer {
        font-size: 16px;
    }

    header {
        z-index: 500;
    }

    .mobile_menu_toggler {
        z-index: 501;
    }

    .contacts_page_div:nth-child(1) {
        width: 50%;
    }

    .contacts_page_div:nth-child(2) {
        width: 50%;
    }

    .contacts_page_div:nth-child(3) {
        clear: both;
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .contacts_page_div p.time {
        float: left;
        width: 50%;
        box-sizing: border-box;
        min-height: 0px;
    }

    .contacts_page_div .social {
        float: left;
        clear: none;
    }

    .contacts_page_block {
        padding-top: 60px;
    }

    .content_section {
        padding: 0 0 60px 0;
    }

    .seo_section .digits_block {
        float: none;
        width: 100%;
        clear: both;
        text-align: center;
    }

    .seo_section .digits_block .digits_div {
        min-width: 280px;
        width: 50%;
        max-width: 100%;
    }

    .to_left_article p:not(.section_title) {
        padding-right: 0;
    }

    .right_content_section {
        display: none;
    }

    .left_content_section {
        width: 100%;
        float: none;
    }

    .delivery_icons_block a.delivery_icons_div:nth-child(odd) {
        width: 50%;
    }

    .delivery_icons_block a.delivery_icons_div:nth-child(even) {
        width: 50%;
    }

    .delivery_types_div {
        width: 50%;
    }

    .delivery_services_block {
        padding: 25px 30px;
    }

    .delivery_services_div .img {
        width: 80px;
    }

    .delivery_services_div p {
        width: 560px;
    }

    .delivery_icons_block a.delivery_icons_div span {
        font-size: 16px;
    }

    .icons_block .icons_div {
        width: 50%;
    }

    .section p.section_title.section_subtitle {
        font-size: 30px;
        text-transform: none;
        text-align: left;
    }

    .you_get_section .inner_section {
        padding: 45px 30px 25px 30px;
    }

    .icons_block .icons_div {
        margin-bottom: 40px;
    }

    .gallery_block a {
        margin-top: 0;
        width: 48%;
        margin-right: 2% !important;
        margin-bottom: 2% !important;
        margin-top: 0 !important;
        height: 200px;
        overflow: hidden;
    }

    .gallery_block a:nth-child(odd) {
        clear: both;
        margin-right: 2% !important;
        margin-bottom: 2% !important;
    }

    .gallery_block a:nth-child(even) {
        margin-right: 0 !important;
        margin-bottom: 2% !important;
    }

    .digits_block.digits_block_mark2 .digits_div:nth-child(odd) {
        width: 295px;
    }

    .digits_block.digits_block_mark2 .digits_div:nth-child(even) {
        width: 365px;
    }

    .digits_block.digits_block_mark2 .digits_div:nth-child(2) b {
        margin-right: 5px;
    }

    .content_section.content_section_mark2 {
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .content_section .img_to_right {
        margin-left: 15px;
    }

    .advantages_div {
        width: 100%;
    }

    .advantages_div .text {
        float: left;
    }

    .mini_banner_block .img {
        display: none;
    }

    .mini_banner_block .text {
        position: static;
        padding-bottom: 20px;
    }

    .img_with_title_div .img {
        height: auto;
    }

    .img_with_title_div {
        width: 30%;
        margin-right: 3% !important;
    }

    .services_section {
        padding-top: 35px;
    }

    .goods_div {
        margin-right: 20px;
        width: 335px;
        max-width: 100%;
    }

    .goods_div:nth-child(3n+3) {
        margin-right: 20px;
    }

    .goods_div:nth-child(even) {
        margin-right: 0px;
    }

    .goods_div .description p span {
        width: 160px;
    }

    .prices_table_mobile_scroll {
        display: block;
        left: 80%;
    }

    .prices_table_row {
        position: relative;
    }

    .prices_table_head {
        position: relative;
    }

    .prices_table_row > div:nth-child(2) {
        position: absolute;
        right: 15px;
        top: 0;
    }

    .prices_table_head > span:nth-child(2) {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .prices_table div.prices_table_row_inner_wrap {
        width: 605px;
        width: 585px;
        width: 80%;
    }

    .prices_table div.prices_table_row_inner {
        width: 1015px;
        position: relative;
    }
}

@media only screen and (max-width: 1023px) {
    .prices_table_mobile_scroll {
        display: block;
        left: 550px;
        left: 540px;
    }

    .prices_table div.prices_table_row_inner_wrap {
        width: 605px;
        width: 585px;
    }

    .prices_table div.prices_table_row_inner {
        width: 1015px;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .inner_section {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .inner_footer {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo {
        width: 74px;
        margin: 0 auto;
        float: none;
        padding-left: 0;
    }

    .logo a img {
        width: 74px;
        display: block;
        padding-left: 0;
        margin: 0 auto;
    }

    .logo a span {
        display: none;
    }

    .header_right {
        width: 40px;
        position: absolute;
        top: 22px;
        right: 15px;
    }

    .headerPhonesPhoneLink {
        display: none;
    }

    .header_right a.button.callback_button {
        font-size: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 100%;
        background: url(/local/assets/css/../img/phone_icon.png) no-repeat 0 0;
    }

    .top_banner_div p.title {
        text-align: center;
        padding-left: 0;
        font-size: 24px;
        line-height: 29px;
    }

    .top_banner_div_inner {
        min-height: 345px;
    }

    .top_banner_section .inner_section {
        padding-left: 0;
        padding-right: 0;
    }

    .top_banner_slider .flex-direction-nav a {
        display: none;
    }

    .top_banner_div_text:before {
        display: none;
    }

    .top_banner_div_text {
        text-align: center;
        padding: 25px 15px 10px 15px;
    }

    .categories_list_column {
        width: 100% !important;
        box-sizing: border-box;
        padding-right: 15px;
    }

    .section p.section_title {
        font-size: 22px;
        text-align: center;
        padding-bottom: 25px;
    }

    .categories_tabs .the_tabs_head a {
        font-size: 14px;
        margin-right: 22px;
        padding-bottom: 5px;
    }

    .categories_tabs .the_tabs_head a:nth-child(even) {
        margin-right: 0;
    }

    .categories_tabs .the_tabs_head a:before {
        margin-top: -4px;
    }

    .about_slider ul.slides > li img {
        width: 100%;
    }

    .about_section_left {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .about_section_left a.read_more {
        margin-top: 0;
    }

    .digits_section .inner_section {
        padding: 37px 0 10px 0;
    }

    .digits_div {
        margin: 0 auto 35px;
        display: block;
        text-align: center;
        width: 100% !important;
    }

    .digits_div p b {
        width: 100%;
    }

    .digits_div p span {
        width: 100%;
    }

    .clients_slider {
        width: 300px;
        margin: 0 auto;
    }

    .clients_slider ul.slides > li {
        width: 150px !important;
    }

    .clients_slider ul.slides > li img {
        width: 135px !important;
    }

    .clients_section {
        padding: 0 0 90px 0;
    }

    .clients_slider .flex-direction-nav .flex-prev {
        top: auto;
        bottom: -50px;
        right: auto;
        left: 50%;
        margin-left: -30px;
    }

    .clients_slider .flex-direction-nav .flex-next {
        top: auto;
        bottom: -50px;
        right: auto;
        left: 50%;
        margin-left: 15px;
    }

    .order_section .inner_section > p:not(.section_title) {
        font-weight: 300;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 25px;
    }

    .order_form {
        float: none;
        margin: 0 auto 30px;
    }

    .order_section_right {
        float: none;
        margin: 0 auto 0px;
    }

    .order_section .inner_section {
        padding-bottom: 40px;
        text-align: center;
    }

    .contacts_mini_block p.adress {
        background-image: none;
        padding-left: 0;
    }

    .contacts_mini_block p.time {
        background-image: none;
        padding-left: 0;
    }

    .social {
        text-align: center;
    }

    .footer_contacts {
        float: none;
        text-align: center;
        width: 300px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .footer_contacts p {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
        float: none;
    }

    .footer_contacts p a {
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
    }

    footer .social {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-top: 24px;
        text-align: center;
        margin-bottom: 23px;
    }

    footer .made_by {
        margin-left: auto;
        margin-right: auto;
        clear: both;
        max-width: 100%;
        width: 300px;
        padding-right: 0;
        text-align: center;
        padding-bottom: 60px;
        background-position: center bottom;
        padding-top: 26px;
        height: auto;
        margin-top: 0;
        float: none;
    }

    footer .made_by p br {
        display: none;
    }

    .footer_bottom {
        clear: both;
    }

    .footer_bottom p.policy {
        float: none;
        text-align: center;
    }

    .footer_bottom p.policy a {
        display: block;
    }

    .footer_bottom p.copy {
        float: none;
        text-align: center;
    }

    .digits_block {
        padding-left: 0;
    }

    .digits_section {
        overflow: hidden;
    }

    .download_block {
        padding-top: 28px;
        padding-bottom: 20px;
    }

    .download_block a {
        margin-bottom: 18px;
    }

    .top_banner_section_on_inner_page .breadcrumbs {
        text-align: center;
        padding-bottom: 15px;
    }

    .top_banner_section_on_inner_page ul.slides > li {
        padding-top: 34px;
        height: 150px;
    }

    .faq_div {
        padding-left: 14px;
        padding-top: 20px;
    }

    .faq_div .question {
        padding-bottom: 20px;
        font-size: 14px;
        padding-right: 64px;
    }

    .faq_div .answer {
        padding-bottom: 20px;
        font-size: 14px;
    }

    .faq_div .arrow_toggler {
        width: 36px;
        height: 36px;
        background-size: 100% 100%;
        right: 10px;
    }

    .content_section {
        padding-bottom: 20px;
    }

    .contacts_page_block {
        padding-top: 40px;
    }

    .contacts_page_div:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    .contacts_page_div:nth-child(2) {
        width: 100%;
        text-align: center;
    }

    .contacts_page_div:nth-child(3) {
        width: 100%;
        text-align: center;
    }

    .contacts_page_div p {
        text-align: center;
        background-image: none !important;
        padding-left: 0 !important;
    }

    .contacts_page_div .download_block a {
        margin: 0 auto 28px;
    }

    .contacts_page_div .social {
        text-align: center;
    }

    .map_section .map {
        height: 360px;
    }

    .contacts_page_div p.time {
        float: none;
        width: 100%;
        padding-bottom: 25px;
    }

    .contacts_page_div .social {
        float: none;
    }

    .content_section.content_section_mark2 {
        padding-top: 40px;
    }

    .delivery_icons_block a.delivery_icons_div:nth-child(odd) {
        width: 100%;
    }

    .delivery_icons_block a.delivery_icons_div:nth-child(even) {
        width: 100%;
    }

    .delivery_types_div {
        width: 100%;
    }

    .delivery_types_div {
        margin-bottom: 50px !important;
    }

    .delivery_types_div:last-child {
        margin-bottom: 0px !important;
    }

    .delivery_services_div {
        position: relative;
    }

    .delivery_services_div p b {
        position: absolute;
        top: 10px;
        left: 75px;
    }

    .delivery_services_div p {
        padding-top: 20px;
    }

    .delivery_services_block {
        padding: 25px 20px 0px;
    }

    .order_section.order_section_mark2 .inner_section > p:not(.section_title) {
        text-align: left;
        font-size: 16px;
    }

    .order_section.order_section_mark2 p.section_title {
        text-align: left;
        font-size: 20px;
        font-weight: 500;
    }

    .icons_block .icons_div {
        width: 100%;
        margin-bottom: 25px;
    }

    .gallery_block a {
        width: 100%;
        margin-bottom: 18px !important;
        height: auto !important;
    }

    .img_with_title_div {
        width: 47%;
        margin-right: 3% !important;
    }

    .mini_banner_block .text {
        padding-top: 35px;
        padding-left: 20px;
    }

    .advantages_div .text {
        width: 230px;
        padding-right: 0;
    }

    .any_questions_block p.phone {
        margin-bottom: 15px;
    }

    .content_section .img_to_right {
        float: none;
        margin: 0 auto 15px;
    }

    .top_banner_section_on_inner_page.top_banner_section_on_inner_page_mark2 ul.slides > li {
        height: 190px;
    }

    .any_questions_block {
        margin-bottom: 45px;
    }

    .goods_div {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .prices_table_mobile_scroll {
        display: block;
        left: 185px;
    }

    .prices_table div.prices_table_row_inner_wrap {
        width: 605px;
        width: 170px;
    }

    .prices_table div.prices_table_row_inner span:nth-child(1) {
        width: 85px;
        word-break: break-all;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
    }

    .prices_table div.prices_table_row_inner span:nth-child(2) {
        width: 85px;
        word-break: break-all;
    }

    .prices_table_row div.prices_table_row_inner > div:nth-child(1) {
        width: 85px; /*word-break:break-all;*/
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
    }

    .prices_table_row div.prices_table_row_inner > div:nth-child(2) {
        width: 85px; /*word-break:break-all;*/
    }

    .prices_table_form .inputText {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .prices_table_form input[type="submit"] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 360px) {
    .our_managers_block img {
        width: 90px;
        height: 90px;
        margin-right: 10px;
    }

    .our_managers_block img:nth-child(3n+3) {
        margin-right: 0px;
    }

    .categories_tabs .the_tabs_head a {
        margin-right: 15px;
    }

    .img_with_title_div {
        width: 100%;
        margin-right: 0% !important;
    }

    .advantages_div .text {
        width: 190px;
        padding-right: 0;
    }

    .delivery_types_div p {
        width: 180px;
        padding-top: 6px;
    }

    .delivery_types_div p b {
        padding-bottom: 15px;
    }

    .goods_div .description p span {
        width: 110px;
    }

    .prices_table_mobile_scroll {
        display: block;
        left: 170px;
    }

    .prices_table div.prices_table_row_inner_wrap {
        width: 605px;
        width: 155px;
    }

    .prices_table_row > div:nth-child(2) {
        width: 65px;
    }

    .price_row_toggler {
        border-color: transparent;
    }
}

/*NEW (NORMAL) STYLES*/
.header_inner_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1170px;
    max-width: 100%;
    height: 253px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.breadcrumbs {
    padding: 0px 0 25px 0;
    font-family: "Futura";
    font-weight: normal;
}

.breadcrumbsLink {
    color: #fff;
    font-size: 15px;
}

.breadcrumbsLink:hover {
    text-decoration: none;
}

.breadcrumbsLink:after {
    margin: 0 11px;
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 19px;
    background: url(/local/assets/css/../img/crumb.png) no-repeat center center;
}

.breadcrumbsNotLink {
    color: #698797;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    font-family: "Futura";
}

.header_inner_title {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}

@media only screen and (max-width: 1170px) {
    .header_inner_container {
        padding: 0 30px;
    }

    .header_inner_title {
        font-size: 36px;
    }

    .g-recaptcha {
        margin-left: -20px;
    }
}

@media only screen and (max-width: 767px) {
    .header_inner_container {
        height: 150px;
        align-items: center;
    }

    .breadcrumbs {
        padding-bottom: 15px;
    }

    .header_inner_title {
        font-size: 24px;
    }
}

.headerRightAdress {
    float: left;
    margin-top: -4px;
    padding-left: 26px;
    line-height: 25px;
    background: url(/local/assets/css/../img/pin.png) no-repeat 0 4px;
    font-size: 16px;
    color: #000;
    font-family: "Futura";
    font-weight: 300;
    font-weight: normal;
}

.headerPhonesPhone {
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #0164ab;
    line-height: 20px;
}

.headerPhonesPhoneLink {
    color: #000;
    text-decoration: none;
    letter-spacing: 0.6px;
}

.catalogContainer {
    width: 1170px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 90px;
    padding-bottom: 75px;
}

.the_tabs_div .catalogContainer {
    padding-left: 0;
    padding-right: 0;
}

.catalogList, .catalogListSecond {
    list-style: none;
}

.catalogList {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 35vw;
}

.catalogListItemTop { /*width: 292px;*/
    width: 20%;
    margin: 0 0 36px 0;
}

.catalogListItemTopLink {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    margin: 0 0 17px 0;
    display: block;
}

.catalogListItemSecondLink {
    font-family: "Futura";
    border-bottom: 1px solid #b2d5e8;
    text-decoration: none;
    padding: 0;
    font-size: 18px;
    color: #0079b6;
    font-weight: normal;
}

.catalogListItemSecond {
    margin-bottom: 10px;
}

.catalogListItemTopLink:hover {
    color: #0177b5;
}

.catalogListItemSecondLink:hover {
    border-color: transparent;
}

.mini_banner_block {
    background: #f3f8fb;
}

.serviceLinkBlock {
    background-color: #f3f8fb;
    display: flex;
    justify-content: space-between;
}

.serviceLinkText {
    width: 57.457%;
    margin: 55px;
    margin-right: 0;
}

.serviceLinkImgWrap {
    width: 45.543%;
}

.serviceLinkImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serviceLinkTitle {
    font-size: 24px;
    color: #000;
    padding-bottom: 25px;
}

.serviceLinkText p {
    max-width: 600px;
    font-family: "Futura";
    display: block;
    font-size: 20px;
    color: #000;
    padding-bottom: 35px;
    line-height: 28px;
}

.serviceLinkButton {
    width: 235px;
    height: 65px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 500 16px "Futura";
    background: url(/local/assets/css/../img/button.png) no-repeat 0 0;
    background-size: 100% 100%;
    color: #fff;
    text-decoration: none;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.serviceLinkButton:hover {
    background-image: url(/local/assets/css/../img/button_hover.png);
}

@media (max-width: 1639px) {
    .catalogList {
        height: 754px;
    }
}

@media (max-width: 1002px) {
    .catalogList {
        height: 1000px;
        padding: 0 15px;
    }
}

@media (max-width: 1170px) {
    .catalogListItemTop {
        width: 240px;
    }

    .serviceLinkImgWrap {
        display: none;
    }

    .serviceLinkImgWrap {
        display: none;
    }

    .serviceLinkText {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .catalogListItemTop {
        width: 49%;
        padding-right: 10px;
    }

    .catalogList {
        height: 1754px;
        padding: 0;
    }

    .serviceLinkText {
        margin: 35px 0 20px 20px;
    }

    .headerPhonesPhone {
        display: none;
    }
}

.detailText {
    font-weight: normal;
}

@media screen and (min-width: 1171px) {
    .gallery_block a {
        overflow: hidden;
    }

    .gallery_block a img {
        object-fit: cover;
    }

    .gallery_block a:nth-child(odd) img {
        height: 230px;
    }

    .gallery_block a:nth-child(even) img {
        height: 330px;
    }
}

.bottomFormBody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.order_form .the_form_div.g-recaptcha {
    width: 304px;
}

.order_form .the_form_div.the_form_div_submit {
    width: 221px;
}

.respTitle {
    text-transform: uppercase;
    margin: 20px 0;
    color: #13b82f;
    letter-spacing: 2px;
    text-align: center;
    font-size: 20px;
}

.respText {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.respText a {
    color: #000;
    transition: all .3s ease-out;
}

.respText a:hover {
    color: #ed3638;
}

.formRespContainer {
    background-color: #edf0f7;
    margin-bottom: 10vw;
    max-width: 780px;
    padding: 70px 100px;
    border-radius: 10px;
    box-shadow: 0 14px 40px 0 rgba(105, 112, 128, .28);
}

.formRespContainerCallback {
    background-color: #edf0f7;
    padding: 20px 20px;
    border-radius: 10px;
    box-shadow: 0 14px 40px 0 rgba(105, 112, 128, .28);
}

.lds-svg.ng-scope {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-spinner {
    width: 50px;
    height: 50px;
}

.jsAjaxSubmitWrapper {
    position: relative;
}

.consult_form .formRespContainer {
    padding: 20px 15px;
}

.ajaxFailStatus {
    color: #ff0000;
}

.seo_section {
    margin-bottom: 60px;
}

.detailText p {
    margin-bottom: 15px;
}

.detailText ul {
    margin-bottom: 20px;
    margin-top: 0px;
}

.detailText li {
    margin-bottom: 10px;
    margin-left: 20px;
}

.flexslider .slides img { /*max-height: 372px;*/
}

.header_fixed {
    position: fixed;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}

.header_fixed .header_menu_wrap {
    position: absolute;
    left: -1000px;
    top: 0px;
    background: #fff;
    z-index: 198;
    width: 310px;
    padding: 98px 0 12px 0;
    height: auto;
}

.header_fixed .header_menu_wrap.active {
    left: 0;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}

.header_fixed nav.header_menu {
    padding-left: 0;
}

.header_fixed nav.header_menu > ul {
    text-align: left;
}

.header_fixed nav.header_menu > ul > li {
    padding: 0 0 16px 40px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.header_fixed nav.header_menu > ul > li:first-child {
    padding: 0 0 16px 40px;
}

.header_fixed nav.header_menu > ul > li > a {
    display: inline-block;
    padding: 0 0 16px 0;
    font-size: 15px;
    text-align: left;
}

.header_fixed nav.header_menu > ul > li > a:before {
    display: none !important;
}

.header_fixed nav.header_menu > ul > li > a:after {
    display: none !important;
}

.header_fixed nav.header_menu > ul > li.has_ul > a {
    background-position: right 12px;
}

.header_fixed nav.header_menu > ul > li > ul {
    position: static;
    margin-left: 0;
    left: 0;
    background: none;
    padding: 0;
}

.header_fixed nav.header_menu > ul > li > ul > li > a {
    padding-top: 0;
    text-align: left;
    font-size: 16px;
    padding-bottom: 13px;
    color: #0177b5;
    font-weight: 300;
    font-weight: normal;
    padding-left: 0;
}

.header_fixed .logo {
    padding-left: 70px;
}

.header_fixed .mobile_menu_toggler {
    display: block;
}

.main_push {
    margin-top: 85px;
}

@media screen and (min-width: 1171px) {
    .main_push {
        margin-top: 155px;
    }
}

.page404text {
    padding: 50px 15px;
    font-size: 18px;
}

.page404text p {
    margin-bottom: 10px;
}

.menu404__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    height: 93px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    align-content: flex-start;
    margin: 0 -15px 50px;
}

.menu404__item {
    margin-bottom: 10px;
    padding: 0 15px;
}

.properties {
    font-size: 16px;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    font-family: "Futura";
    width: 100%;
}

.property {
    align-items: center;
    margin-bottom: 5px;
}

.property__description {
    margin-top: 10px;
}

.our_works {
    padding-top: 30px;
    margin-bottom: 30px;
}

.videoBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
}

.videoBtnShape {
    opacity: 0.8;
    fill: #212121;
}

.videoBtnIcon {
    fill: #fff;
}

.vidoList__item:hover, .videoBtn:hover {
    cursor: pointer;
}

.vidoList__item:hover .videoBtnShape {
    fill: #ff0000;
    opacity: 1;
}

.videoBtn:focus {
    outline: none;
}

.videoList__preview {
    display: block;
    width: 100%;
    object-fit: cover;
}

.vidoList__item {
    margin-bottom: 30px;
    position: relative;
}

.photoList__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.photoList__item {
    margin-bottom: 30px;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}

.photoList__name {
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    color: #0184c7;
}

.photoList__item:hover .photoList__img {
    transform: scale(1.05);
}

.photoList__imgWrap {
    width: 100%;
    max-height: 310px;
    height: 77%;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.vidoList__item iframe {
    width: 100%;
    height: 100%;
}

.galleryContainer {
    padding-top: 30px;
    margin-bottom: 30px;
}

.photoList__imgWrap:after {
    content: " ";
    position: absolute;
    transition: all 0.5s;
    background: rgba(1, 119, 181, 0.8) url(/local/assets/css/../img/plus.png) no-repeat center center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.detailPhotoListItem:hover .photoList__imgWrap:after {
    opacity: 1;
}

.header__time {
    position: relative;
    margin-top: 6px;
}

.header__time::before {
    position: absolute;
    top: 2px;
    left: -28px;
    content: url(/local/assets/img/clock.png);
}

.headerSocial {
    text-align: center;
    margin-top: 5px;
}

.headerSocial a {
    width: 25px;
    height: 25px;
    border: none;
}

.detailText td {
    border-bottom: 1px solid #E1E1E1;
    border-width: 0 1px 1px 0 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 10px;
}

.detailText table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0 0 1px;
    border-spacing: 0;
}

.detailText tbody {
    border: 0;
}

.detailText tr:hover {
    background-color: #f3f8fb;
}

input.openTable,
table.openTable {
    display: none;
}

label.openTable,
label.openTable:after {
    color: #0164ab;
    cursor: pointer;
    content: " (Открыть)";
}

input.openTable:checked ~ label.openTable:after {
    content: " (Закрыть)";
}

input.openTable:checked ~ table.openTable {
    display: table;
} 
.header__time {
	margin-bottom: 12px;
}
.inner-header {
padding-bottom: 20px}

.headerRightAdress {
	float: left;
    margin-top: -2px;
    padding-left: 33px;
    line-height: 25px;
    background: url(/local/assets/css/../img/pin.png) no-repeat 6px 4px;
    font-size: 16px;
    color: #000;
    font-family: "Futura";
    font-weight: 300;
    font-weight: normal;
    position: absolute;
    margin-left: -131px;
}

.headerSocial {
	text-align: center;
    margin-left: -372px;
    margin-top: -19px;
}
.header_fixed .mobile_menu_toggler {
margin-right : 15px
}

.header_fixed .logo {
    padding-left: 0px;
}
.logo2 {width: 165px;margin-top: 4px;margin-left: 387px;position: absolute;font-size: 16px;font-weight: 600;}

/*new our works page*/
/*#bigImg {
    width: 100%;
    overflow: hidden;
    max-height: 550px;
}
#bigImg ul {
    list-style-type: none;
    display: flex;
}
#bigImg li {
    flex: 0 0 100%;
    text-align: center;
}
#bigImg li.active {
    display: block;
}
#bigImg img {
    max-width: 100%;
    height: auto;
}
#smallImg {
    width: 100%;
    overflow: hidden;
    max-height: 500px;
    padding: 25px 0;
    position: relative;
}
#smallImg ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .5s;
}
#smallImg li {
    flex: auto;
    height: 105px;
    padding: 10px 0;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
}
#smallImg img {
    width: 100%;
    height: 100%;
}
#smallImg li.active img {
    box-sizing: border-box;
    border: 4px solid #337DC2;
}
#smallImgPrev {
    display: block;
    width: 100%;
    height: 25px;
    background: #fff url(/local/assets/css/../img/dir1-prev-alt.png) no-repeat center;
    position: absolute;
    top: 0;
}
#smallImgNext {
    display: block;
    width: 100%;
    height: 25px;
    background: #fff url(/local/assets/css/../img/dir1-next-alt.png) no-repeat center;
    position: absolute;
    bottom: 0;
}*/
#bigImg {
    margin-bottom: 10px;
}
#bigImg img {
    max-width: 800px;
    max-height: 600px;
    margin: auto;
}
#bigImg .flex-direction-nav a {
    bottom: calc(50% - 35px);
}
#bigImg .flex-direction-nav .flex-prev {
    margin-left: 0;
    left: 0;
    background: #fff url(/local/assets/css/../img/dir1-prev-hover.png) no-repeat center;
}
#bigImg .flex-direction-nav .flex-next {
    margin-left: -60px;
    left: 100%;
    background: #fff url(/local/assets/css/../img/dir1-next-hover.png) no-repeat center;
}
/*#smallImg {
    max-height: 200px;
    overflow: hidden;
}*/
#smallImg li {
    cursor: pointer;
}
#smallImg .flex-active-slide img {
    box-sizing: border-box;
    border: 4px solid #337DC2;
}
.photoInfo {
    font-family: "Futura";
    font-size: 19px;
    margin-top: 30px;
}
.photoInfo table {
    width: 100%;
}
.photoInfo td {
    width: 50%;
    padding-bottom: 15px;
}
.photoInfo td:first-of-type {
    font-weight: normal;
}
.photoInfo p {
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 29px;
}
.photoInfo ul {
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 29px;
}
.photoInfo li {
    margin-bottom: 10px;
    margin-left: 20px;
}
@media (max-width: 1023px) {
    /*#bigImg {
        max-height: 250px;
    }
    #smallImg {
        padding: 0;
    }
    #smallImg ul {
        flex-direction: row;
        padding: 0 20px;
    }
    #smallImg li {
        box-sizing: border-box;
        flex: 0 0 50%;
        height: auto;
        padding: 0 10px;
    }
    #smallImgPrev {
        width: 25px;
        height: 100%;
        background: #fff url(/local/assets/css/../img/dir1-prev.png) no-repeat center;
        left: -5px;
    }
    #smallImgNext {
        width: 25px;
        height: 100%;
        background: #fff url(/local/assets/css/../img/dir1-next.png) no-repeat center;
        right: -5px;
    }*/
    #smallImg {
        max-height: 100px;
    }
    .photoInfo {
        font-size: 12px;
    }
    a.buttonFullWidth {
        width: 100%;
    }
}
@media (max-width: 859px) {
    #bigImg .flex-direction-nav .flex-prev {
        margin-left: 0;
        left: 0;
    }
    #bigImg .flex-direction-nav .flex-next {
        left: auto;
        right: 0;
        margin-left: 0;
    }
}
/* End */


/* Start:/local/templates/main/styles.css?17479829483624*/
#overlay .popup {
    padding: 0 !important
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto
}

#overlay .popup {
    display: block;
    top: 25%;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    background: #ffffff;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -ms-box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    box-shadow: 0 15px 20px rgba(0, 0, 0, .22), 0 19px 60px rgba(0, 0, 0, .3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    border-radius: 35px 35px 35px 35px
}

#overlay .popup h2, .popup h3 {
    margin: 0 0 1rem 0;
    font-weight: 300;
    line-height: 1.3;
    color: #000000;
    text-shadow: 1px 2px 4px #ddd
}

#overlay .popup .popup__info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px
}

#overlay .popup__info p {
    font-family: "Futura";
    line-height: 26px;
    display: block;
    padding-bottom: 30px;
    font-size: 20px;
    color: #000000 !important;
    font-weight: 500;
    width: 80%;
    letter-spacing: inherit;
    text-align: left;
    font-style: normal;
    text-decoration: none;
    color: rgba(54, 54, 54, 0.7)
}

@media (max-width: 400px) {
    #overlay .popup__info p {
        font-size: 16px !important;
    }
}

#overlay .close {
    font-family: "Futura";
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    background: #e8eaec;
    background: url(/local/assets/css/../img/button.png) no-repeat 0 0;
    background-size: 100% 100%;
    color: #fff;
    line-height: 50px;
    box-sizing: border-box;
    text-decoration: none;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: 0;
    min-width: 0;
    max-width: none;
    min-height: 0;
    max-height: none;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: absolute;
    padding: 0;
    z-index: 39;
    top: -20px;
    bottom: auto;
    right: -14px;
    left: auto;
    transform: none;
    margin: 0
}

#overlay .close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

#overlay .close:hover {
    background: url(/local/assets/css/../img/button_hover.png);
}
/* End */
/* /local/assets/css/jquery.fancybox.css?15494563534852 */
/* /local/assets/css/flexslider.css?15494563533421 */
/* /local/assets/css/ezmark.css?1549456353868 */
/* /local/assets/css/style.css?1598615613113042 */
/* /local/templates/main/styles.css?17479829483624 */
