@import url(http://fonts.googleapis.com/css?family=Roboto:100,400,300,500&subset=latin,cyrillic);

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

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

@font-face {
    font-family: 'gotham_prolight';
    src: url('../fonts/gothaprolig-webfont.eot');
    src: url('../fonts/gothaprolig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothaprolig-webfont.woff2') format('woff2'),
         url('../fonts/gothaprolig-webfont.woff') format('woff'),
         url('../fonts/gothaprolig-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* Общие стили*/

* { margin:0; padding:0; }

html, body {
height: 100%;
font-family: 'gotham_proregular';
font-weight: normal;
font-style: normal;
font-size: 14px;
color: #333;
}

html {
overflow-y: scroll;
}

img {
    max-width:100%;
    height:auto;
    border:0;
}

.header-top {
	height: auto;
}

.header-box {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;    
}

.logo {
text-align: left;
padding-top: 10px;
padding-bottom: 10px;
}

.name {
	line-height: 1.2em;
	padding-top: 25px;
}

.phone {
text-align: right;
font-family: 'gotham_proregular';
font-size: 14px;
color: #333;
}

.phone span#phone {
font-family: 'gotham_promedium';
font-weight: normal;
font-style: normal;
color: #e22c3b;
font-size: 18px;	
}

.phone span {
color: #666;
}

/*----------------------------------------*/
/*  Меню
/*----------------------------------------*/
.mainmenu {
margin: auto 0;
text-align: center;
}

.mainmenu-area {
    background: #fff none repeat scroll 0 0;
    border-bottom: 0px solid #ececef;
    border-top: 1px solid #ececef;
    position: relative;
    z-index: 20;
font-family: 'Roboto';
font-weight: 500;
font-size: 14px;
line-height: normal;
text-transform: uppercase 
}
.mainmenu ul#nav li {
    display: inline-block;
    position: relative;
    padding: 15px 0;
}
.mainmenu ul#nav > li > a {
    display: block;
    text-decoration: none;
    transition: all 4ms linear 0s;
    border-left: 1px solid #e1e1e1;
    display: block;
    padding: 2px 20px;
font-family: 'Roboto';
color: #000;
font-weight: 500;
font-size: 14px;
line-height: normal;
text-transform: uppercase    
}
.mainmenu ul#nav > li:first-child a {border: 0}
.mainmenu ul#nav > li:hover > a {
color: #999;
text-decoration: underline;
}

/*----------------------------------------*/
/*  Выпадающие блоки меню
/*----------------------------------------*/
.mainmenu ul.sub-menu {
    left: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    width: 215px;
    top: 60px;
    z-index: -99;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    padding: 30px 20px; 
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.6s ease 0s;
}
.mainmenu ul#nav li ul.sub-menu > li  {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
.mainmenu ul#nav li ul.sub-menu > li a, .mainmenu ul#nav li .megamenu span > a {
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: normal;
    line-height: 32px;
}
.mainmenu > nav > ul#nav > li:hover ul.sub-menu, .mainmenu ul#nav li:hover .megamenu {
    margin-top: 0;
    transform: rotateX(0deg);
    visibility: visible;
    z-index: 99999;
}
.mainmenu ul#nav li ul.sub-menu > li {padding: 0}
.mainmenu ul#nav li.drop-down {position: relative}
/*----------------------------------------*/
/*  Расширенное меню
/*----------------------------------------*/
.mainmenu ul#nav li .megamenu {
    left: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 60px;
    visibility: hidden;
    width: 300px;
    z-index: -99;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    padding: 20px 20px; 
    transform: rotateX(90deg);
    transform-origin: center top 0;
    transition: all 0.6s ease 0s;
}

.mainmenu ul#nav li .megamenu span > a.mega-title, .mainmenu ul#nav li .sub-menu a.mega-title {
    color: #000;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    line-height: 30px;
    display: block;
    text-decoration: none;
    padding-right: 10px
}
.mainmenu ul#nav li .megamenu span {
    float: left;
    margin-right: 10px;
    width: 270px;
}

.mainmenu ul#nav li .megamenu span > a:hover, .mainmenu ul#nav li .megamenu span a.mega-title:hover, .mainmenu ul#nav li ul.sub-menu > li a:hover {
    color: #000
}
.mainmenu ul#nav li .megamenu span:nth-child(5) {width: 180px}
.mega-banner img {max-width: 100%}
/*----------------------------------------*/
/*  Плавающее меню
/*----------------------------------------*/
.mainmenu-area .sticky-wrapper.is-sticky #sticker, .mainmenu-area-home-two .sticky-wrapper.is-sticky #sticker, .mainmenu-area-home-three .sticky-wrapper.is-sticky #sticker {
    background: #fff;
    transition: background 300ms ease 0s;
    top: -50px;;
    z-index: 9999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2)
}
/*----------------------------------------*/
/*  Мобильное меню
/*----------------------------------------*/
.mobile-menu-area {
    background: #fff;
    display: none;
}
.mean-container .mean-bar::after {display: none}
.mean-container .mean-nav ul li a:hover {
    color: #000;
    background: none;
}
.mean-container a.meanmenu-reveal span {background: #fff}
.mean-container .mean-nav ul li a {
    background: #fff;
    color: #303030;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
    background: none;
    top: -4px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {background: none}
.mean-container .mean-nav ul li {background: #fff}
.mean-container .mean-nav ul li li a {
    color: #303030;
    opacity: .90;
    border-top: 0;
}
.mean-container a.meanmenu-reveal {color: #444}

.meanmenu-reveal.meanclose:hover {
color: #999 !important;
font-family: "gotham_promedium";
font-weight: normal;
font-style: normal;
}

.mean-container a.meanmenu-reveal:hover span {background: #303030}
.mobile-menu-area .mean-nav {background: #fff none repeat scroll 0 0}
.mean-last {margin-bottom: 20px}
.mobile-menu {position: relative}
.mean-container .mean-bar::before {
    color: #ffffff;
    content: "МЕНЮ";
    font-size: 16px;
    left: 0;
    position: absolute;
    top: 13px;
}
.home-two-header .mean-container a.meanmenu-reveal, .home-three-header .mean-container a.meanmenu-reveal {
    padding: 13px 20px;
}
.home-two-header .mean-container .mean-bar::before, .home-three-header .mean-container .mean-bar::before {
    left: 20px;
}
.home-two-header .mobile-menu-area, .home-three-header .mobile-menu-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.home-two-header .mean-bar, .home-three-header .mean-bar {background: #fff}
.home-two-header .mobile-menu-area .mean-nav, .home-three-header .mobile-menu-area .mean-nav {background: #fff none repeat scroll 0 0}
.home-two-header .mean-last, .home-three-header .mean-last {margin-bottom: 0px}

/*----------------------------------------*/
/*  Слайдер
/*----------------------------------------*/
.banner-content {
    height: 100%;
    position: relative;
    text-align: left;
}
.slider-area .text-content {
    margin: auto 0;
    position: absolute;
    top: 30%;
    text-align: center;
    left: 0;
    right: 0;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.banner-content h1, .banner-content h2, .banner-content h3 {text-transform: uppercase}
.banner-content h1 {
    animation: 1500ms ease-in-out 0s normal none 1 running bounceInLeft;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.banner-content h2 {
    animation: 2000ms ease-in-out 0s normal none 1 running bounceInLeft;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
}
.banner-content h3 {
    animation: 2500ms ease-in-out 0s normal none 1 running bounceInLeft;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 10px;
    text-transform: none;
}
.banner-content .banner-readmore {
    animation: 3000ms ease-in-out 0s normal none 1 running bounceInLeft;
    clear: both;
    display: inline-block;
    line-height: 41px;
}
.banner-content .banner-readmore a {
    background: #222222 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    padding: 13px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease-in
}
.banner-content .banner-readmore a:hover {
    background-color: #fff;
    color: #000;
}


/*----------------------------------------*/
/*  Блок бренды
/*----------------------------------------*/

.owl-theme .owl-controls {
    margin-top: 0;
    opacity: 0;
}
.owl-theme:hover .owl-controls {opacity: 1}
.owl-theme .owl-controls .owl-buttons div {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #e1e1e0;
    border-radius: 0;
    color: #69686c;
    display: inline-block;
    font-size: 0;
    height: 40px;
    left: -5px;
    line-height: 40px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 34%;
    width: 40px;
    opacity: 1
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    left: auto;
    right: -5px;
}
.owl-theme .owl-controls .owl-buttons div::before {
    content: "?";
    display: block;
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    line-height: 37px;
}
.owl-theme .owl-controls .owl-buttons .owl-next::before {content: "?"}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    border-color: #e03550;
    color: #e03550;
}

.brand-carousel.owl-carousel .col-md-2, .blog-carousel .col-md-4 {
    width: 90%;
}

.brand-content H2 {
text-align: center;
font-family: 'Roboto';
color: #000;
font-weight: 400;
font-size: 28px;
line-height: 1.7em;
}

.single-brand {
    border: 1px dotted #eeeeee;
}
.single-brand a{display:block}
.single-brand a img{margin-bottom:1px;}
.brand-content::after, .brand-content-home-two::after, .brand-content-home-three::after {
    border-top: 1px solid #f3f3f3;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
}
.brand-area .owl-theme .owl-controls .owl-buttons div {top: 22%}

.brand-area {
	text-align: center;
}

.brand-area a img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: url(../images/grayscale.svg#greyscale); /* Firefox 4+ */
filter: gray; /* IE 6-9 */
-webkit-filter: grayscale(1);
}

.brand-area a img:hover {
transform: scale(1.05);
transition: all 300ms ease-in-out 0s;
	-webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);	
}

div.brand-content {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* Контент */

.content-area {
position: relative;
background-color: #f1f5f8;
}

.content-area H1 {
text-align: center;
font-family: 'Roboto';
color: #000;
font-weight: 400;
font-size: 30px;
line-height: 1.7em;
}

.content-area H2 {
text-align: center;
font-family: 'Roboto';
color: #000;
font-weight: 400;
font-size: 28px;
line-height: 1.7em;
}

.content-area ul {
padding-left: 15px;
}

div.content-box {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	font-family: 'Roboto';
color: #000;
font-weight: 400;
	font-size: 14px;
	line-height: 1.8em;
}

.advantage {
text-align: center;
font-family: 'Roboto';
color: #000;
font-weight: 600;
font-size: 14px;
line-height: 1.7em;
}

.blok-box H2 {
font-family: 'Roboto';
color: #000;
font-weight: 400;
font-size: 28px;
line-height: 1.7em;
text-align: center;
}

.blok-box, .footer-box, .copy-box {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;    
}

.info-blok {
font-family: 'gotham_proregular';
font-style: normal;
font-weight: normal;
font-size: 13px;
color: #666;
border-bottom: 1px dotted #e2e2e2;
padding-bottom: 10px;
}

div.info-blok a {
font-family: 'Roboto';
color: #000;
font-weight: 400;
font-size:20px;
line-height: 1.7em;
text-decoration: none;
}

.info-blok img {
	padding: 2px;
	border: 1px solid #f2f2f2;
}

.info-blok img:hover {
transform: scale(1.05);
transition: all 300ms ease-in-out 0s;	
}

/* Футер */

.footer-area {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #dae2e5;
}

.footer_logo img {
width: 120px;
-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(../images/grayscale.svg#greyscale); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
  -webkit-filter: grayscale(1);
}

.footer_pay img {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: url(../images/grayscale.svg#greyscale); /* Firefox 4+ */
filter: gray; /* IE 6-9 */
-webkit-filter: grayscale(1);
}

.footer_phone {
text-align: right;
font-family: 'gotham_promedium';
font-style: normal;
font-weight: normal;
font-size: 14px;	
color: #111;
}

.copy-area {
background-color: #3a3a3a;
padding-top: 20px;
padding-bottom: 20px;
}

.copy_copy {
color: #999;
text-align: left;	
font-size: 11px;
}

.copy_text {
color: #999;
font-size: 11px;
}

.overlib_body                       {font-size:11px; background-color:#fff; color:#333}
.item_title                         {font-weight:normal; background-color:#ddd; color:#666}
.overlib_border                     {background-color:#eec00a}

.mod_gal_imgcontainer   {
float:left;
padding:0px;
border: 1px dotted #e2e2e2;
margin:1px;
}

.mod_gal_header                     {
color:#333; 
background-color:#F4F4F4; 
padding:2px; 
border-bottom:1px solid #e2e2e2;
font-size: 10px;
}

.mod_gal_img {
padding:2px;
}

.news-area {
	background-color: #f6f6f6;
}

.news_box {
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;    
}

.news-area h3 {
text-align: center;
font-family: 'Roboto';
color: #000;
font-weight: 400;
font-size: 26px;
line-height: 1.7em;
}

.news-box span {
font-size: 12px;
color: #999;	
}

div.news-box a {
font-family: 'Roboto';
font-weight: 400;
font-size: 16px;
line-height: 1.7em;	
}

div#module_content div.mod_contact_left label {
font-family: 'Roboto';
font-weight: 400;
font-size: 14px;
line-height: 1.7em;
color: #333;
padding-top: 10px;
}

div#module_content div.mod_contact_left label .mod_contact_left_star {
font-family: 'Roboto';
font-weight: 600;
font-size: 14px;
line-height: 1.7em;
color: #cc0000;
padding-top: 10px;
}

div#module_content div.mod_contact_right input,
div#module_content div.mod_contact_right textarea {
	border: 1px solid #e2e2e2;
	background-color: #fff;
	padding: 6px;
font-family: 'Roboto';
font-weight: 400;
font-size: 16px;
line-height: 1.7em;
color: #000;
}

div#module_content div.mod_contact_left .button {
border: 1px solid #333;
background-color: #666;
padding: 6px;
padding-left: 15px;
padding-right: 15px;
font-family: 'Roboto';
font-weight: 400;
font-size: 16px;
line-height: 1.7em;
color: #fff;	
}