/* Eric Meyer's CSS Reset */
/* font-family: "MyriadProRegular"; */
@font-face {
    font-family: "MyriadProRegular";
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot");
    src: url("../fonts/MyriadProRegular/MyriadProRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProRegular/MyriadProRegular.woff") format("woff"),
    url("../fonts/MyriadProRegular/MyriadProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBold"; */
@font-face {
    font-family: "MyriadProBold";
    src: url("../fonts/MyriadProBold/MyriadProBold.eot");
    src: url("../fonts/MyriadProBold/MyriadProBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProBold/MyriadProBold.woff") format("woff"),
    url("../fonts/MyriadProBold/MyriadProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProItalic"; */
@font-face {
    font-family: "MyriadProItalic";
    src: url("../fonts/MyriadProItalic/MyriadProItalic.eot");
    src: url("../fonts/MyriadProItalic/MyriadProItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProItalic/MyriadProItalic.woff") format("woff"),
    url("../fonts/MyriadProItalic/MyriadProItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProBoldItalic"; */
@font-face {
    font-family: "MyriadProBoldItalic";
    src: url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot");
    src: url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.woff") format("woff"),
    url("../fonts/MyriadProBoldItalic/MyriadProBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "MyriadProSemiBoldItalic"; */
@font-face {
    font-family: "MyriadProSemiBoldItalic";
    src: url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot");
    src: url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.woff") format("woff"),
    url("../fonts/MyriadProSemiBoldItalic/MyriadProSemiBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

strong {
	font-weight: bold;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

.logo {display:block;margin:22px 0 0;}

a {outline:none;}
a:hover {
	color: #df3e3e; 
}

section, header, footer {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;	
	overflow: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
}

header.top {
	background: url(../img/bg.jpg) center top no-repeat;
}

nav.nav_top {
	height: 100px;
	width: 100%;
	max-width: 1920px;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.head_nav {
	background: none repeat scroll 0 0 #2f2f2f;
	width: 100%;
	height: 52px;
}

.foot_nav {
	background: #c42c2b;
	width: 100%;
	height: 41px;
}

.logo img{
	margin-top: 3px;
}

.head_nav p{
	color: #fff;
	font-size: 15px;
	line-height: 55px;
	float: left;
  font-style:italic;
  padding-left:22px;
}

.social_buttons {
	float: right;
	margin-top: 13px;
}

.social_buttons ul li{
	float: left;
	list-style: none;
	margin-left: 7px;
}

.social_buttons ul li .mail{
	margin-right: 5px;
}

.phone_top {
	float: left;
	background: url(../img/icon/phone_icon.png) 0 30% no-repeat;
	padding-left: 20px;
	color: #fff;
	font-size: 18px;
  text-transform:uppercase;
	margin-left: 62px;
	margin-top: 14px;
}

.mnu {
	float: left;
	display: block;
	margin-left: -37px;
	margin-top: 8px;
  font-family: "MyriadProRegular";
  font-size:14px;
}

.mnu ul li {
	display: inline-block;
	list-style-type: none;
	margin-right: 13px;
	margin-left: 7px;   
}

.mnu ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
  text-transform:uppercase;
}

.mnu ul li button{
	color: #fff;
	background: transparent;
	border: none;
	font-size: 14px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	font-family: "MyriadProRegular";
  text-transform:uppercase;
}

.mnu ul li button:hover{
	/*color: #df3e3e;
	-webkit-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;   */
	border-bottom:1px solid #fff;
	color:#fff;
}

.mnu ul li a:hover{
	/*color: #df3e3e;
	-webkit-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;    */
	border-bottom:1px solid #fff;
	color:#fff;
}

.entred_block{
	float: right;
}

.btn {
  background: #ff605d;
  background-image: -webkit-linear-gradient(top, #ff605d, #e21418);
  background-image: -moz-linear-gradient(top, #ff605d, #e21418);
  background-image: -ms-linear-gradient(top, #ff605d, #e21418);
  background-image: -o-linear-gradient(top, #ff605d, #e21418);
  background-image: linear-gradient(to bottom, #ff605d, #e21418);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: "MyriadProRegular";
  color: #ffffff;
  font-size: 16px;
  padding: 9px 52px;
  border: solid #ed4949 1px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline;
  font-weight: bold;
  cursor:pointer;
  /*display: inline-block;
  font-size: 18px;*/
}

.btn:hover {
  background: #e21418;
  background-image: -webkit-linear-gradient(top, #e21418, #FF605D);
  background-image: -moz-linear-gradient(top, #e21418, #FF605D);
  background-image: -ms-linear-gradient(top, #e21418, #FF605D);
  background-image: -o-linear-gradient(top, #e21418, #FF605D);
  background-image: linear-gradient(to bottom, #e21418, #FF605D);
  text-decoration: none;
  color: #fff;
}

.btn_gr {
  background: #D4D0CF;
  background-image: -webkit-linear-gradient(top, #D4D0CF, #9F9D9E);
  background-image: -moz-linear-gradient(top, #D4D0CF, #9F9D9E);
  background-image: -ms-linear-gradient(top, #D4D0CF, #9F9D9E);
  background-image: -o-linear-gradient(top, #D4D0CF, #9F9D9E);
  background-image: linear-gradient(to bottom, #D4D0CF, #9F9D9E);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #000000;
  font-size: 11px;
  padding: 8px 12px 8px 12px;
  border: solid #adb0aa 1px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

.btn_gr:hover {
  background: #9F9D9E;
  background-image: -webkit-linear-gradient(top, #9F9D9E, #D4D0CF);
  background-image: -moz-linear-gradient(top, #9F9D9E, #D4D0CF);
  background-image: -ms-linear-gradient(top, #9F9D9E, #D4D0CF);
  background-image: -o-linear-gradient(top, #9F9D9E, #D4D0CF);
  background-image: linear-gradient(to bottom, #9F9D9E, #D4D0CF);
  text-decoration: none;
  color: #000;
}

.reg,.sing {
	font-size: 11px;
	margin-top: 5px;
	padding: 5px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5;
  -moz-border-radius: 5;
}

.reg {margin-top:2px;padding:7px 15px;}

.sing {
	margin-right: 10px;
}

.top_content {
	text-align: center;
	padding-top: 148px;
}

.top_content h2{
	color: #fff;
	font-size: 24px;
	font-family: "MyriadProBold";
	text-transform: uppercase;
  line-height:1.1;
  margin-bottom: 33px;
}

.top_content p{
	color: #fff;
	font-size: 18px;
  line-height:1.4;
}

.now {
	margin-top: 20px;
	padding: 12px 20px;
	font-size: 15px;
}

/*End head*/

section.jobs {
	/*min-height: 285px;*/
	min-height: 340px;
	background: #2f2f2f;
}

.jobs_content h1{
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-top: 49px;
  font-family: "MyriadProRegular";
}

.jobs_blocks {
	width: 960px;
	margin: 35px auto 0;
	height: 150px;
}

.item_block {
	width: 235px;
	height: 150px;
	border-left: 1px solid rgba(0,0,0,.2);
	border-right: 1px solid rgba(155,155,155,.2);
	float: left;
	text-align: center;
	color: #fff;
  padding-top:12px;
}

.item_block p{
	margin-top: 13px;
}

.last {
	border-right: none;
}

.first {
	border-left: none;
}

/*End Jobs*/

section.oficial {
	min-height: 330px;
}
.of_content h1{
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	font-family: "MyriadProBold";
	text-align: center;
	padding-top: 35px;
}

.of_blocks {
	width: 980px;
	margin: 30px auto 0;
}

.of_main {
	float: left;
	width: 670px;
	margin-right: 80px;
}

.of_main img{
	float: left;
	margin: 0 24px 80px 0;
}

.of_main h2{
	font-size: 20px;
	margin-bottom: 31px;
}

.o_sebe {font-size:18px;font-weight:bold;margin-bottom:21px;}

.of_main p{
	font-size: 18px;
	font-family: "MyriadProRegular";
	font-style: italic;
}

.of_blocks .strong_title {
	font-family: "MyriadProBold";
	font-size: 18px;
	margin-top: 0;
}

.of_right {
	float: left;
	width: 230px;
}

.of_rep {
	width: 450px;
	float: left;
}

.of_right p{
	margin-top: 10px;
	font-family: "MyriadProRegular";
	font-size: 18px;
}

.of_contacts {
	margin-bottom: 20px;
}

.of_social,.of_social ul {
	margin-top: 10px;
}

.of_social ul li{
	list-style-type: none;
	float: left;
	margin-right: 7px;
}

/*End oficial*/

section.people {
	text-align: center;
	position: relative;
	z-index: 0;
}

.people h1{
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
	text-align: center;
	padding-top: 35px;
  font-family:"MyriadProBold";
}

.people h2{
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
	font-family: "MyriadProSemiBold";
	text-align: center;
	padding-top: 35px;
}

.people_block {
	max-width: 1920px;
	margin-top: 35px;
	height: 320px;
	overflow: hidden;
	width: 200%;
	
}

.people_block img {
	padding: 0;
	margin: 0;
	float: left;
	-webkit-filter:  grayscale(100%); 
	filter:  grayscale(100%); 
	cursor: pointer;
	
}

.people_block img:hover {
	-webkit-filter:  grayscale(0%); 
	filter:  grayscale(0%);
	-webkit-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
}

.now_1 {
	margin-top: 25px;
	padding: 12px 20px;
	font-size: 15px;
}

/*End people*/

section.waypoint {
	min-height: 555px;
}

.waypoint h1{
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
	text-align: center;
	padding-top: 35px;
}

.item_way {
	width: 450px;
	float: left;
	min-height: 150px;
	font-family: "MyriadProItalic";
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 45px;
	padding-right: 10px;
	text-align: left;
	margin-left: 30px;
}

.item_way img{
	float: left;
	margin-right: 10px;
}

.item_way span {
	font-family: "MyriadProRegular";
}

.way_block {
	margin-top: 40px;
	text-align: center;
}

.repost {
	text-transform: uppercase;	
	color: #000;
}

/*End waypoint*/

section.video_cont {
	min-height: 425px;
	background: #E4E4E4;
}

.video_block {
	margin-top: 55px;
}

.video_content h2{
	text-transform: uppercase;
	color: #000;
	font-size: 21px;
	font-family: "MyriadProBold";
}

.video_content {
	margin-top: 55px;
	margin-bottom: 35px;
}

.video_content p{
	margin-top: 30px;
	font-size: 17px;
	line-height: 30px;
}

.club {
	color: #000;
	text-transform: uppercase;
	margin-top: 10px;
	display: inline-block;
}

/*End video*/

section.news {
	min-height: 520px;
}

.news_cont h1{
	text-transform: uppercase;
	color: #000;
	font-size: 24px;
	text-align: center;
	padding-top: 35px;
}

.cons_news {
	width: 385px;
	float: left;
}

.date {
	width: 70px;
	height: 70px;
	background: #FA3B33;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border-radius: 3px;
	float: left;
	margin-right: 20px;
}

.date p{
	border-top: 1px solid #fff;
	padding-top: 3px;
	font-weight: normal;
}

.date span{
	font-size: 35px;
	font-weight: normal;
}


.news_blocks {
    height: 180px;
    margin: 40px auto 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 1000px;
}

.item_news {
	width: 490px;
	float: left;
	color: #1C5E6C;
	font-weight: bold;
	margin-bottom: 30px;

}

.more {
	color: #000;
	text-transform: uppercase;
	margin-top: 12px;
	display: inline-block;
	font-weight: normal;
}

.all_n_block {
	text-align: center;

}

.all_news {
	color: #000;
	text-transform: uppercase;
	margin-top: 2px;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
}

.partners {
	margin-top: 60px;
	margin-bottom: 35px;
	display: inline-block;
}

.partners h2{
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
	margin-right: 30px;
}

.partners img{
	float: left;
}

/*End news*/

footer.main {
	min-height: 1045px;
	background: #8e8e90 url("../img/bg.jpg") no-repeat scroll 0 0 / cover;
}

footer.main h1{
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-top: 35px;
}

.rotator {
	height: 698px;
	overflow: hidden;
	margin-top: 30px;
}

.navi_block {
	width: 100%;
	float: left;
	height: 698px;
	overflow: hidden;
	position: relative;
}

.navi_block ul li {
	list-style-type: none;
	text-align: center;
	width: 220px;	
}

.navi_block ul li .active div.navi_cont{
	display: block;
}


.navi_block ul li div.navi_cont{
	display: none;
}

.navi_block ul li a{
	text-transform: uppercase;
	color:#fff;
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	height: 40.9px;
	width: 220px;
	padding-top:23px;
	cursor: pointer;
}

.navi_block ul li a.active,.navi_block ul li a:hover{
	background: rgba(255,255,255,.8);
	color: #000;
}

.navi_block ul li a:hover {
	-webkit-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
}



.navi_cont {
	width: 700px;
	background: rgba(255,255,255,.8);
	height: 663px;
	float: left;
	padding-left: 70px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: left;
	overflow-y: scroll;
}
.navi_cont b, .navi_cont strong{
	font-weight:bold;
}

.navi_block ul li .navi_cont a, #stub a, #club a {
    color: #E72124;
    cursor: pointer;
    display: auto;
    font-size: 16px;
    height: auto;
    padding-top: 0;
    text-decoration: none;
    text-transform: none;
    width: auto;
}

.act {
	display: block !important;
}



.navi_cont ul {
	padding-left: 20px;
}

.navi_cont ul li{
	width: auto;
	text-align: left;
	list-style: disc;
}

.kreatory {
	text-align: center;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 10px;
}

.kreatory h2{
	text-transform: uppercase;
	color: #fff;
	font-size: 30px;
	padding-top: 32px;
	font-family: "MyriadProBold";
}

.kreatory p{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 20px;
}

.now_2 {
	margin-top: 5px;
	padding: 12px 20px;
	font-size: 15px;
	margin-bottom: 39px;
}

.foot_sect {
	height: 65px;
	background: #000;
	width: 100%;
	color: #8E8E90;
	font-size: 12px;
	padding-top: 25px;
	font-family: "MyriadProBold";
	line-height: 1.7;
}

.copy_right {
	text-align: right;
}

#club,#reps,#stub,#cont {
	display: none;
	width: 1000px;
	height: 400px;
}

.dat {
    background: none repeat scroll 0 0 #fa3b33;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    padding: 3px;
    width: 85px;
}
.tit {color: #1c5e6c; font-weight: bold;margin-bottom: 5px; margin-top: 2px;}
#bx_incl_area_2 > b {
    font-weight: bold;
}
.t {color:#F64746; font-size: 20px; margin-bottom: 10px;}
#zayav input[type=text] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width:250px;
margin-bottom: 5px;
border: gray 1px solid;
padding:3px;
}
#zayav textarea {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width:500px;
margin-bottom: 5px;
border: gray 1px solid;
padding:3px;
}
#zayav span {color:#F64746;}
#zayav input[type=submit] {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
    font-size: 11px;
    margin-top: 7px;
    padding: 6px 10px;
float:right;
cursor:pointer;
 background: linear-gradient(to bottom, #ff605d, #e21418) repeat scroll 0 0 #ff605d;
    border: 1px solid #ed4949;
    border-radius: 10px;
    color: #ffffff;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
	
}
#zayav div {
 overflow:hidden;
}
#zayav {display: none;}
table.sf{margin: 15px auto;   padding: 0; margin-top:2px;}
table.sf td {padding: 0 3px}
table.sf td input {padding:10px; width: 150px;}
.navi_cont p {padding: 3px 0;}

.soc {float:right;padding:17px 0 0;}

.mod_title {font-family: "MyriadProBold";font-size:18px;color:#fff;text-transform:uppercase;padding-bottom:36px;}
.reg_text {padding:52px 0 60px;}

.head_reg {background:url(../img/head_reg.png) left center repeat-x;font-family: Arial, Helvetica, sans-serif;text-decoration:none;color:#fff;font-size:11px;text-transform:uppercase;}
.treug {background:url(../img/treug.png) top center no-repeat;width:100%;height:75px;} 
.head_reg:hover {color:#fff;
  background-image: -webkit-linear-gradient(top, #8C8C8C, #3A3A3A);
  background-image: -moz-linear-gradient(top, #8C8C8C, #3A3A3A);
  background-image: -ms-linear-gradient(top, #8C8C8C, #3A3A3A);
  background-image: -o-linear-gradient(top, #8C8C8C, #3A3A3A);
  background-image: linear-gradient(to bottom, #8C8C8C, #3A3A3A);
}

#slider {width:980px;margin:0 auto;}
#slides2 .slick-slide {border:0 none;text-align:center;width:auto;padding:15px 10px;}
#slides2 .slick-slide img {display:inline-block;}

#slides2 .slick-slider {padding:0 50px;}

#slides2 {
	position:absolute;
  width:980px;
}

#slides2 .slick-next,#slides2 .slick-prev {
	position:absolute;
	top:40px;
	left:0;
	width:14px;
	height:22px;
	display:block;
	z-index:101;
  text-indent:-9999px;
  border:0 none;
  cursor:pointer;
}

#slider2 {height:150px;padding:40px 0;}
#slider2 .pagination {display:none;}

#slider2 .slides_container {
	width:980px;
	height:102px;
	overflow:hidden;
	position:relative;
}
#slides2 .slick-next {background: url("../images/right2.png") no-repeat center;}
#slides2 .slick-prev {background: url("../images/left1.png") no-repeat center;}
#slides2 .slick-next:hover {background: url("../images/right2a.png") no-repeat center;}
#slides2 .slick-prev:hover {background: url("../images/left1a.png") no-repeat center;}

#slides2 .slick-next {
	left:965px;
}

#slider2 h2, .preim h2, .coups h2 {font-family:"MyriadProBold";font-size:24px;color:#000;text-align:center;text-transform:uppercase;padding-bottom:20px;}
.preim h2 {font-size:26px;}
.coups a {color:#c42c2b;}

.gi {background:url(../img/g.jpg) left bottom no-repeat;padding-left:490px;overflow:hidden;}
.gi ul {margin-left:25px;}
.gi li {color:#c42c2b;padding-bottom:7px;}
.gi li span {color:#000;}
.gi p {font-family:"MyriadProBold";font-size:20px;text-transform:uppercase;padding-bottom:20px;}

.but_grey {font-size:11px;text-transform:uppercase;padding:7px 15px;border:1px solid #b3b3b3;background:#e1e1e1;border-radius:5px;color:#000;text-decoration:none;margin:30px 0 50px 0;display:block;float:left;}

.special_tabs {background:url(../img/spez.jpg) center top no-repeat;}

.tab_controls {display:block;}
.tab_controls li {outline:none;cursor:pointer;position:relative;background:#e1e1e1;margin:0 0 0 13px;padding:10px 17px;display:block;float:left;border-radius:5px 5px 0 0;-webkit-border-radius: 5px 5px 0 0;	-moz-border-radius: 5px 5px 0 0;}
.tab_controls li a {color:#000;text-decoration:none;cursor:pointer;font-size:14px;}
#hot_offers li.ui-state-active {background:#fff;border-width:1px 1px 0 1px;border-style:solid;border-color:#d0d0d0;}
#hot_offers li.ui-state-active a {color:#c42c2b;}
.tab_controls li:hover a {color:#c42c2b;}
.tab_controls li li {
    width: 100px;
}
.tab_controls li li:hover a {color:#c42c2b;}
#hot_offers .ui-widget-content {padding:25px;background:#fff;border-radius:10px;overflow:hidden;}
#hot_offers .ui-widget-content .special-image {float:left;width:205px;text-align:center;}
.tab_content {float:left;width:700px;font-size:16px;height:260px;}
.tab_content p {padding-bottom:15px;}
.tab_content .but_red {margin-top:28px;padding:8px 0;width:113px;float:left;font-size:11px;}
.tab_content .infos_podr {display:block;margin:28px 0 0 18px;color:#000;text-decoration:none;float:left;font-size:11px;padding:7px 6px;}
.tab_controls li ul {display:none;width:150px;padding-bottom:10px;z-index:1;}
.tab_controls li:hover ul {display:block;position:absolute;top:35px;right:0;border-radius:0 0 5px 5px;-webkit-border-radius: 0 0 5px 5px;-moz-border-radius: 0 0 5px 5px;background:#e1e1e1;}
.tab_controls li:hover ul li {margin:0;border:0 none;padding:10px 10px 0 15px;display:block;clear:both;}
.tab_controls li:hover ul li a {color:#000;}
.tab_controls li:hover ul li:hover a {color:#c42c2b;}
#hot_offers {position:relative;padding:23px 0 0;}
#hot_offers  .tab_controls {position:absolute;top:3px;margin-left: 32px;}
.h_tab {display:none;}
#hot_offers  .tab_controls li[aria-controls=tabs-9], #hot_offers  .tab_controls li[aria-controls=tabs-10], #hot_offers  .tab_controls li[aria-controls=tabs-11], 
#hot_offers  .tab_controls li[aria-controls=tabs-12], #hot_offers  .tab_controls li[aria-controls=tabs-13], #hot_offers  .tab_controls li[aria-controls=tabs-14],
#hot_offers  .tab_controls li[aria-controls=tabs-15], #hot_offers  .tab_controls li[aria-controls=tabs-16], #hot_offers  .tab_controls li[aria-controls=tabs-17],
#hot_offers  .tab_controls li[aria-controls=tabs-7], #hot_offers  .tab_controls li[aria-controls=tabs-8] {display:none;}

.hot_offers {margin-bottom:50px;}
.hot_offers .module_title {font-family:"MyriadProBold";font-size:24px;text-transform:uppercase;padding:40px 0 30px 0;text-align:center;color:#fff;}

.inspeztab {position:relative;}
#inspeztab {position:absolute;bottom:30px;left:240px;width:100%;}
#inspeztab .mod_title {font-size:18px;color:#000;}
#inspeztab .btn {margin:0 0 0 190px;}

.steps {color:#fff;font-family:"MyriadProRegular";font-size:18px;background:#2f2f2f;padding:60px 0;}
.white_title, .bot_form p {font-family:"MyriadProBold";font-size:24px;text-transform:uppercase;text-align:center;padding-bottom:40px;}

.psteps img {float:left;margin-left:50px;}
.psteps div {
    float: left;
    margin-left: 23px;
    width: 100px;
}
.steps .btn {margin:40px 0 0 380px;}

.mark_address {padding-bottom:15px;font-weight:bold;}
.mark_img {float:left;margin-right:10px;}
#bodyContent {float:left;max-width:300px;}
#bodyContent h1 {font-size:13px;background-position:left center;padding:5px 0;}

.mark_content .but_red {
    font-size: 11px;
    margin: 10px auto;
    padding: 10px 0;
    width: 110px;
    color: #fff;
}
.but_red {
    background: #c42c2b none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 12px;
    margin-top: 55px;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 192px;
}
#bodyContent h1 {
   background-position: left center;
    font-size: 13px;
    padding: 5px 0 5px 27px;
	background: rgba(0, 0, 0, 0) url("https://www.auto-club.biz/bitrix/templates/new/images/arrow.png") no-repeat scroll ;
    color: #000000;
    font-family: "MyriadProBold"; 
    font-weight: normal;
    margin-bottom: 10px; 
    text-transform: uppercase;
}
.mark_content {min-width:430px;overflow:hidden;}

.preim
{
	/*padding:60px 0 0;*/
	padding:20px 0 0;
	background:url(../images/preim.jpg) center top no-repeat;
}
.preim_inner {background:url(../images/w1.png) center top repeat;padding:35px 0;border-radius:10px;overflow:hidden;}
.preim_inner p {text-align:center;}

.eng_form .btn {margin-left:20px;padding:9px 15px;}

.snami_item {
    float: left;
    margin: 10px 0;
    text-align: center;
    width: 33%;
}
.snami_item p:first-child { margin-bottom: 14px;}
.snami_item p:last-child { margin-top: 14px;}
.snami_item span:hover {text-decoration:none;}

.infos_title {font-size:18px;color:#c42c2b;text-transform:uppercase;font-family:"MyriadProRegular";}
.snami_item p {font-size:16px;}

.preim_form_wrap {background:url(../images/w1.png) center top repeat;padding:40px 0;margin:73px 0 0;}
.preim_form_wrap p {text-align:center;color:#000;font-family:"MyriadProRegular";font-size:24px;text-transform:uppercase;padding-bottom:25px;}
.eng_form {margin-left:37px;}
.eng_form input[type=text] {border-radius:7px;border:0 none;padding:11px 15px;font-family:"MyriadProRegular";font-size:18px;margin-left:15px;}

.regards {} 
.one_regard {float:left;width:50%;padding-top:45px;text-align:left;}
.regard_img {width:150px;text-align:center;float:left;}
.regard_title {font-weight:bold;font-size:14px;}
.regard_date {font-weight:bold;font-size:12px;padding-bottom:15px;}
.regard_date span {color:#c42c2b;}
.regard_text p {font-style:italic;font-size:13px;}
.regards_buttons {overflow:hidden;padding:30px 0 45px 0;text-align:center;}
.regards_buttons a {margin:0 auto;display:inline-block;margin:0 8px;}
.regards_buttons .infos_podr {color:#000;font-size:11px;padding:px 0;text-decoration:none;width:113px;padding:8px 0;}
.regards_buttons .but_red {font-size:11px;padding:9px 0;text-decoration:none;width:132px;}

.way_block .but_grey {padding:7px 40px;white-space:nowrap;}

.oficial {background:#2f2f2f;color:#fff;padding:17px 0;}

.bot_form {
	background:#3f3f3f;
	padding:60px 0;
	color:#fff;
	padding: 38px 0 30px;
}
.bot_form_nobg {background: none;}

#footer {background:#e1e1e1;}
.footer {width:1140px;margin:0 auto;padding:15px 30px 45px;background:#e1e1e1;}
.footer_column {float:left;width:16.5%;}
.footer_column ul {padding-top:14px;}
.footer_column ul li {list-style:none;padding-bottom:5px;width:80%;line-height:1;}
.footer_column ul li a {font-size:12px;color:#555;text-decoration:none;}
.footer_column ul li a:hover {font-size:12px;color:#C42C2B;text-decoration:underline;}
.footer_column ul li:first-child a {color:#000;font-weight:bold;}
.footer_column p {padding-top:10px;font-weight:bold;}
.footer b {font-size: 12px;}

.rights {float:right;color:#6a6a6a;font-size:12px;text-align:right;padding-top:30px;}
.copy {color:#6a6a6a;font-size:12px;padding-top:30px;}

.top_contact, .top_skype {float:right;}
.top_contact {background: url("../images/letter.png") no-repeat scroll left center;position:relative;z-index:1;margin-right:20px;margin-top:19px;}
.top_contact a {display:block;width:18px;height:13px;}
.top_contact a, .top_skype a {color:#fff;text-decoration:none;font-size:13px;}
.top_skype {background: url("../images/skype1.png") no-repeat scroll left center;position:relative;z-index:1;padding-left:23px;margin-right:40px;margin-top:15px;}

.video_block {float:left;margin-top:30px;}

#kupony {padding:45px 0 0;}
#kupony h2 a {border-bottom:1px dashed #c42c2b;}
#kupony a {text-decoration:none;}
#kupony a p {font-size:14px;font-weight:bold;color:#000;height:44px;}
.kupon_percent {position:absolute;top:70px;background: url("../images/akz.png") no-repeat center left;left:4px;height:35px;padding:7px 20px;color:#fff;width:65px;font-size:12px;text-transform:uppercase;font-weight:bold;}
.kupon_city {position:absolute;left:10px;bottom:28px;width:280px;background:#fff;opacity:0.8;text-align:center;font-weight:bold;padding:5px 0;font-size:12px;}
.kup .slick-next,.kup .slick-prev {
	position:absolute;
	top:114px;
	left:0;
	width:14px;
	height:22px;
	display:block;
	z-index:101;
	text-indent:-9000px;
	border:0 none;
  cursor:pointer;
}

.kup .slick-next {background: url("../images/right2.png") no-repeat center;}
.kup .slick-prev {background: url("../images/left1.png") no-repeat center;}
.kup .slick-next:hover {background: url("../images/right2a.png") no-repeat center;}
.kup .slick-prev:hover {background: url("../images/left1a.png") no-repeat center;}

.kup .slick-next {
	left:965px;
}

.kup.in_news .slick-next {
	left:860px;
}

#region h3 {
    color: #c42c2b;
}
.regions_table td {
    padding: 10px 15px;
    vertical-align: top;
}
.regions_table a {
    color: #929292;
    font-size:13px;
}
.regions_table span {
    color: #c42c2b;
    font-weight: bold;
}

#region {
 /* background-color: #f7f7f7;*/
 /* border: 1px solid #c50b0b;*/
 /* display: none;*/
 /* height: 500px;*/
 /*margin-left: 25%;*/
  margin-left: -450px;
 /* overflow-y: auto;*/
  padding: 5px;
  position: fixed;
  top: 40px;
  left: 50%;
	margin-top: -300px;
 /* width: 650px;*/
  z-index: 9999; 
}

/* Подложка */
#overlay {
	z-index: 1001; 
	position: fixed; 
	background-color: #011; 
	opacity: 0.65; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	cursor: pointer;
	display: none;
}

.soc a {margin-left:5px;}

/*  Всплывашка по городам */

.blockBanner {
    width: 228px;
}
.bannerItem {

}
.bannerItem img{
    margin-bottom:5px;
    left:0px;
    top:0px;
    z-index:10;
}
a.bannerLeftArrow {
    background-image: url("/bitrix/templates/new/images/arrow2.png");
    background-position: 0 40px;
    display: none;
    height: 40px;
    left: 15px;
    position: absolute;
    top: 235px;
    width: 40px;
	 z-index: 1;
}
a.bannerRightArrow {
    background-image: url("/bitrix/templates/new/images/arrow2.png");
    display: none;
    height: 40px;
    left: 180px;
    position: absolute;
    top: 235px;
    width: 40px;
	 z-index: 1;
}
.hideElement {
    display:none;
}
.showElement {
    display:block;
}

/*  ВСПЛЫВАШКА В ХИДЕРЕ */
.cBlock {
	
}
.cBlock .cBlockHeader{
	background-color: #e1e1e1;
    float: left;
    width: 100%; 
	height: 38px;
}
.cBlock .cBlockHeader ul.liketabs{
	float: left;
    margin-left: 30px;
    width: 325px;
	line-height: 41px;
}
.cBlock .cBlockHeader ul.liketabs li{
	display: inline;
    margin: 0 7px;
}
.cBlock .cBlockHeader ul.liketabs li a{
	color: #000000 !important;
	font-size: 13px;
}
.cBlock .cBlockHeader ul.liketabs li a.active{
	background-color: #ffffff;
    border-radius: 4px 4px 0 0;
    color: #c42c2b !important;
    font-weight: bold;
	padding: 4px 8px 11px;
    text-decoration: none;
}
.cBlock .cBlockHeader .countrychoose{
    color: #8c8c8c;
    font-size: 15px;
    font-weight: bold;
    margin-left: 364px;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 238px;
}

.cBlock .cBlockHeader .countrychoose select.selectBoxCities{
    background-color: #ffffff;
    border: 1px solid #b1b1b1;
    padding: 10px;
    position: relative;
    z-index: 10; 
	width: 238px; 
} 
.cBlock .cBlockHeader .countrychoose select.selectBoxCities a{
	color: #000000;
    display: block;
    font-size: 12px;
    font-weight: 100;
    height: 26px;
}
.cBlock .cBlockHeader .countrychoose .selectBox{
	background-color: #ffffff;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    height: 23px;
    margin-top: 7px;
}
.cBlock .cBlockHeader .countrychoose .selectBox span{
	color: #8c8c8c;
    font-weight: bold;
    left: 17px;
    position: absolute;
    top: -1px;
}
.cBlock .cBlockHeader .countrychoose .selectBox div.buttonArrow{
	background-color: #e1e1e1;
    background-image: url("arrow_down.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    float: right;
    height: 23px;
    width: 35px;
}
.cBlock .cBlockYours {
	float: left;
    margin-top: 31px;
    width: 878px;  
	line-height: 41px;
}
.cBlock .cBlockYours .cBlockIsCity{
    float: left;
    margin-left: 33px;
    width: 250px;
}
.cBlock .cBlockYours .cBlockIsCity .isCity{
	color: #c42c2b;
    font-size: 16px;
    font-weight: bold;
    height: 31px; 
}
.cBlock .cBlockYours .cBlockIsCity .isCity span{
    color: #878787;
    font-size: 18px;
    font-weight: bold;
    padding-right: 12px;
}
.cBlock .cBlockYours .cBlockIsCity .isRegion{
	color: #000000;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    margin-top: -8px;
}
.cBlock .cBlockYours .cBlockChooseCity{
    float: left;
    padding-left: 68px;
    width: 516px;
}
.cBlock .cBlockYours .cBlockChooseCity span{
    color: #a8a7a7;
    display: block;
    font-size: 12px;
    margin-left: 14px;
    margin-top: -8px;
    position: relative;
}
.cBlock .cBlockYours .cBlockChooseCity a{
		text-decoration:underline!important;;   
		color: #a8a7a7!important;
		font-size: 13px;
	}
.cBlock .cBlockYours .cBlockChooseCity input {
    border: 1px solid #a8a7a7;
    border-radius: 5px;
    color: #a8a7a7;
    font-size: 18px;
    height: 33px;
    margin-top: 13px;
    padding-left: 14px;
    width: 100%;
}
.cBlockMain{
    float: left;
    margin-top: 20px;
    padding: 0 25px;
    width: 829px;
	line-height: 41px;
}
.cBlockMain .cBlockCity{
    float: left;
    height: 315px; 
    width: 500px;
	padding-left:6px;
/*	visibility:hidden;*/
}
.cBlockMain .cBlockRegion{
	/*float: left;
    height: 320px;
    padding-left: 10px;
    width: 250px;*/
   float: left;
    height: 320px;
    width: 285px;
	padding-left:10px;
	/*visibility:hidden;*/
}
.cBlockMain .cBlockRegion ul{
	/*height: 300px;
    list-style: outside none none;
    overflow-x: hidden; 
    width: 242px;*/
    list-style: outside none none;  
	width: 242px;
	height: 300px; 
}
.cBlockMain .cBlockRegion ul li{
	display: block;
    line-height: 18px;
    margin-top: 16px;
}
.cBlockMain .cBlockRegion ul li a{
    border-bottom: 2px dotted #000000;
    color: #000000 !important;
    font-size: 14px;
 /*   font-weight: bold;*/
    height: 37px;
    line-height: 17px;
    text-decoration: none;
}
#region .cBlockMain .cBlockRegion ul li a:hover{
    border-bottom: none;
    color: #cb4b4a; 
    text-decoration: none;
}
.cBlockMain .cBlockRegion ul li a.active{
    border-bottom: none;
    color: #c42c2b !important; 
	font-weight: bold; 
	font-weight: bold;
}
#region .cBlockMain h3{
	color: #000000;
    font-size: 17px;
}
.cBlockMain .cBlockCity .cityList{
	/*height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-top: 6px;
    width: 600px;*/
    height: 300px;
    width: 545px;
	padding-top: 6px;
}
.cBlockMain .cBlockCity .cityList .cityListRow{
	float: left;
    width: 180px;
	}
.cBlockMain .cBlockCity .cityList span{
    color: #c42c2b;
    float: left;
    font-weight: bold;
    line-height: 24px;    
		/*margin-bottom: 17px;*/
}
.cBlockMain .cBlockCity .cityList a.active  span{ 
    border-bottom: none;
    color: #c42c2b; 
	font-weight: bold; 
}
.cBlockMain .cBlockCity .cityList a {

    display: table;
    line-height: 15px;
    margin-left: 20px;
    padding-top: 3px;
    text-decoration: none;   
	margin-bottom: 17px;
	 font-size: 14px;
/*	font-weight:bold;*/
}
.cBlockMain .cBlockCity .cityList a span{
    border-bottom: 2px dotted #000000;
    color: #000000;
	  float: none;
    font-weight: 100;
    line-height: 16px;
    margin-bottom: 17px;
/*	font-weight:bold;*/
}
#region .cBlockMain .cBlockCity .cityList a:hover{
 
    text-decoration: none;
}
#region .cBlockMain .cBlockCity .cityList a span:hover{
 
    padding-bottom: 2px; 
	border-bottom: none;
    color: #cb4b4a; 
    text-decoration: none;
}
.cBlockFooter{
    color: #000000;
    float: left;
    margin-top: 50px;
    text-align: center;
    width: 100%;
	font-size:16px;
}
.cBlockFooter a{
    color: #c42c2b; 
}
.top_head_inner #region {
    background-color: #ffffff;
    border: medium none;
    border-radius: 2px;
    height: 600px;
   /* margin-left: -323px;*/
    padding: 0;
    top: 99px;
    width: 900px;
	left:50%;
	margin-left:-450px;
}
.closebut {
    float: right;
    position: relative;
    right: 13px;
    top: 8px;
}
.closebut .closebutlink{

}
.closebut .closebutlink img{

}
  #region {
    background-color: #ffffff;
    border: medium none;
    border-radius: 2px;
    height: 600px;
		margin-left: -450px;
		margin-top: -300px;
    padding: 0;
    top: 50%;
    left: 50%;
    width: 900px;
}
.hidden {
	display:none;
}
.countrychoose .chosen-container {
	width:238px;
		background-color: #ffffff;
    border: 1px solid #b3b3b3;
    border-radius: 7px;
    height: 23px;
    margin-top: 7px;
}
.cBlockLoader {
   /* background-image: url("/images/gears.gif");
    background-position: center center;
    background-repeat: no-repeat;*/
    display: none;
    height: 600px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.cBlockLoader img{
    left: 450px;
    position: absolute;
    top: 300px;
   }
.cBlockLoaderbg {
	background-color: #ffffff;
    display: none;
    height: 600px;
    opacity: 0.45;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.searchlist {
	background-color: #ffffff;
    border-bottom: 1px solid #a8a7a7;
    border-left: 1px solid #a8a7a7;
    border-right: 1px solid #a8a7a7;
    display: none;
    line-height: 25px;
    margin-left: 5px;
    min-width: 160px;
    padding: 5px;
    position: absolute;
    z-index: 100;
}
.searchlist a{
  display: block;
}
.cBlock .cBlockYours .cBlockChooseCity span.orDel {
	display: inline;
	margin-left: 0;
}

select#countryID {
	min-width:250px;
}

/*  КОНЕЦ ВСПЛЫВАШКИ В ХИДЕРЕ */

/*  Конец всплывашке по городам */

/*	Начало стилей блока скидок	*/
section.coups
{
	background-image: url("../images/discountbg.jpg");
}
.coupsDiv
{
	margin-top: 57px;
	margin-bottom: 57px;
	background: #fff;
}

div.yourTownBlck
{
	text-align: center;
	margin-bottom: 10px;
	margin-top: -15px;
	height: 33px;
	margin-left: -145px;
	position: absolute;
	width: 500px;
	left: 50%;
	
}
div.yourTownBlck span.townTitle
{
	font-family: "MyriadProRegular";
	font-size: 18px;
	color: #2f2f2f;
	margin-right: 7px;
	margin-top: 5px;
	float: left;
}
div.yourTownBlck span.townNameSelect
{
	margin-left: 10px;
	min-width: 158px;
	display: inline-block;
  border-width: 1px;
  border-color: rgb(183, 183, 183);
  border-style: solid;
  border-radius: 5px;
	padding: 5px 15px 5px 0;
	float: left;
	text-align: left;
	position: relative;
	height: 22px;
}
div.yourTownBlck span.townNameSelect a.cityName
{
	font-family: "MyriadProBold";
	font-size: 19px;
	color: #2f2f2f;
	float: left;
	display: inline-block;
	top: -7px;
	padding: 5px 6px 5px 10px;
	width: 100%;
	position: relative;
	z-index: 100;
	height: 25px;
}
div.yourTownBlck span.townNameSelect .check
{
	float: right;
	color: #b7b7b7;
	display: inline-block;
	padding-right: 0px;
	position: relative;
	right: -10px;
	z-index: 0;
	top: -36px;
}

div.one_kup
{
	width: 279px;
	margin: 5px;
	float: left;
}

/*	Конец стилей блока скидок	*/

/*	Начало стилей блока дисконтных карт	*/
#discountCard
{
	margin-top: 50px;
}
#discountCard h2
{
	font-family:"MyriadProBold";
	font-size:24px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	padding-bottom:20px;
	margin-top: 30px;
	margin-bottom: 27px;
}
#discountCard .cardList
{
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 44px;
	margin-bottom: 53px;
}
#discountCard .cardList .one_card
{
	display: inline-block;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#discountCard .cardList .one_card .img
{
	/*display: inline-block;*/
	float: left;
}
#discountCard .cardList .one_card .text
{
	/*display: inline-block;*/
	margin-left: 70px;
	float: left;
	width: 450px;
}
#discountCard .cardList .one_card .text h3
{
	font-family: "MyriadProBold";
	font-size: 20px;
	color: #2f2f2f;
	text-transform: uppercase;
	margin-bottom: 22px;
}
#discountCard .cardList .one_card .text p
{
	font-family: Arial;
	font-size: 14px;
	color: #2f2f2f;
	line-height: 1.2;
	margin: 8px 0;
}
#discountCard .slick-slide
{
	border: none;
}
#discountCard .slick-list
{
	margin: 0 40px 0 20px;
}
#discountCard .slick-next, #discountCard .slick-prev {
	position:absolute;
	top:114px;
	left:0;
	width:14px;
	height:22px;
	display:block;
	z-index:101;
	text-indent:-9000px;
	border:0 none;
  cursor:pointer;
}

#discountCard .slick-next {background: url("../images/right2.png") no-repeat center;}
#discountCard .slick-prev {background: url("../images/left1.png") no-repeat center;}
#discountCard .slick-next:hover {background: url("../images/right2a.png") no-repeat center;}
#discountCard .slick-prev:hover {background: url("../images/left1a.png") no-repeat center;}

#discountCard .slick-next {
	left:965px;
}

#discountCard .slick-dots
{
	margin:	0 auto;
	display: inline-block !important;
	width: 300px;
	/*height: 16px;*/
	height: 0;
	position: absolute;
	left: 351px;
	text-align: center;
	bottom: 0px;
}
#discountCard .slick-dots li
{
	/*float: left;*/
	list-style-type: none;
	margin: 0 8px;
  width: 15px;
  height: 16px;
	display: inline;
}
#discountCard .slick-dots li button
{
	background: none;
	border: none;
  background-color: rgb(47, 47, 47);
  border-radius: 50%;
  width: 16px;
  height: 16px;
	cursor: pointer;
}
#discountCard .slick-dots li.slick-active button
{
  background-color: rgb(209, 38, 39);
}

/*	Конец стилей блока дисконтных карт	*/
/*	Начало стилей блока формы обратной связи в футере	*/
.footerFeedbckFrm
{
	background-image: url("../images/feedbackBG.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
}
.footerFeedbckFrm .bg
{
	opacity: 0.502;
	background-color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}
.footerFeedbckFrm .container_12
{
	position: relative;
}
.dopFooterText
{
	position: relative;
}
.dopFooterText h4
{
  font-size: 18px;
	font-family: "MyriadProBold";
	text-align: center;
	text-transform: uppercase;
}
.dopFooterText .big_phone
{
  font-size: 48px;
	font-family: "MyriadProRegular";
	text-align: center;
	padding-bottom: 0;
}
.footerFeedbckFrm div.confirmTxt
{
	position: relative;
	color: #fff;
	margin-bottom: 20px;
	/*visibility: hidden;*/
}
.bot_form div.confirmTxt
{
	position: relative;
	color: #fff;
}
.discForm div.confirmTxt
{
	position: relative;
	color: #2f2f2f !important;
}

.discForm .feedbackFormBlck div, .discForm .feedbackFormBlck div a {color: #2f2f2f !important;}
/*	Конец стилей блока формы обратной связи в футере	*/

/*	Начало стилей блока кнопки и формы заказа звонок в блоке "Консультант"	*/
.callback_btn_div
{
	margin-left: 0;
}
#callback_btn
{
	height: 20px !important;
	width: 154px !important;
	margin-left: 0;
}
div#callback_frm
{
	display: none;
	width: 300px;
}
.callback_frm
{
	width: 300px;
}
.callback_frm p
{
  font-size: 20px;
	font-family: "MyriadProBold";
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 25px;
}
.callback_frm .container_12
{
	width: 280px;
}
.callback_frm input
{
	margin: 9px 30px !important;
}
/*	Конец стилей блока кнопки и формы заказа звонок в блоке "Консультант"	*/
.slider-line .owl-carousel .owl-nav {
    position: relative;
    top: -52px;
}
.slider-line .owl-carousel .owl-nav .owl-prev,
.slider-line .owl-carousel .owl-nav .owl-next {
    display: block;
    width: 20px;
    height: 20px;
    background: #444;
}
.slider-line .owl-carousel .owl-nav .owl-prev {
    float: left;
    margin-left: -7px;
}
.slider-line .owl-carousel .owl-nav .owl-next {
    float: right;
    margin-right: -7px;
}
.slider-line .owl-carousel .owl-nav .owl-prev:before,
.slider-line .owl-carousel .owl-nav .owl-next:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.slider-line .owl-carousel .owl-nav .owl-prev:before {
    content: "<";
}
.slider-line .owl-carousel .owl-nav .owl-next:before {
    content: ">";
}
h2.module_title b,h2.module_title a
{
	font-size: 24px;
}
em
{
	font-style: italic;
}

.tid a {color:#c42c2b !important;}

a.coupons_link
{
	font-size: 16px!important;
	color: #c42c2b!important;
}
a.coupons_link:hover
{
	text-decoration: underline!important;
}