﻿/*main*********************************************************************************************/
body{
	position: relative;
	padding: 0;
	margin: 0;
	font-family: 'OpenSans-Regular';
	font-size: 18px;
	width: 100%;
	background-color: white;
	color: white;
}
@font-face {
   font-family: 'OpenSans-Regular';
   src: local('OpenSans-Regular'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');		
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'OpenSans-Light';
   src: local('OpenSans-Light'),
        url('../fonts/OpenSans-Light.ttf') format('truetype');		
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'OpenSans-Bold';
   src: local('OpenSans-Bold'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype');		
   font-weight: normal;
   font-style: normal;
}

p{
	font-weight: bold;
}

.main{
	
}

.top_header{
	width: 1200px;
	background: url('../images/logo8new.png') left center no-repeat;
	margin: 0 auto;
	font-size: 16px;
	color: #71504d;
}

.top{
	height: 97px;
	padding: 20px 0;
}

.mbold{
	font-weight: bold;
}

.float_left{
	float: left;
}

.float_right{
	float: right;
}

.clear{
	clear: both;
}

.block{
	margin: 0 99px 0 394px; 
	width: 155px;
}

.block2{
	width: 180px;
}

.image_top_m{
	margin-top:15px;
}

.left_space{
	margin-left: 10px;
	cursor: pointer;
	font-size: 14px;
	color: #511d18;
	text-decoration: underline;
}

.block3{
	margin-top: 40px;
}

#fixblock{width:100%; z-index:300;}


.bottom_header1{
	background: white;
	border-color:white;
	height:1px;
	width: 100%;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.75);
}

.bottom_header2{
	background: #f76500;
	height: 53px;
	width: 100%;  
    overflow:hidden;	
	/*-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);*/
}

.menu{
	font-size: 16px;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

.zakaz {float:right; padding:19px 0 0 0;}
.zakaz  a {color:#fff; background: url('../images/ring_icon.png') no-repeat 0 0; padding:12px 0 5px 30px;}
.zakaz  a:hover {text-decoration:none;}

ul.css-menu-1 {
	list-style: none;
	margin:0;
	padding:0;
	height:53px;	
	float: left;	
}

ul.css-menu-1 li {
	float:left;
}

ul.css-menu-1 li a {
	text-decoration: none;
	color: white; 
	padding: 14px 70px 0 0;
	font-size:20px;
	display:block;
}

ul.css-menu-1 li a:hover {
	color: gray; 
}

ul.css-menu-1 li a.selected {
	color: white;
}

.smth_search{
	/*-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.51);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.51);
	color: black;
	border-style: none;
	width: 368px;
	height: 40px;
	font-size: 14px;
	padding: 11px 0 11px 15px;
	float: right;*/
	width: 370px;
	height: 37px;"
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,198,204,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,198,204,1);
	box-shadow: 0px 0px 5px 0px rgba(204,198,204,1);
	float: right;
	color: #ff8e58; 
	padding: 0 40px 0 9px;
	border-style: none;	
	color: #979797;
	font-size: 18px;
	margin:0 5px 5px 5px;
}

.smth_search_btn{
	/*margin: 8px 0;*/
	background: url('../images/seek_icon.png') center center no-repeat;
	width: 21px;
	height: 25px;
	cursor: pointer;
	position:absolute;
	top:6px;
	right:20px;
}

.smth_search_btn:hover {
	background: url('../images/seek_icon_hover.png') center center no-repeat;
	width: 21px;
	height: 25px;
}

.srch{
	width: 1200px;
	margin: 0 auto;	
	overflow:hidden;
}

.searching {position:relative; width:380px; float:right;}

.img_position2{
	position: absolute;
	float: right;
	top: 1px;
    right: 20px;
	bottom: -26px;
    top: 5px;
}

.img_position{
	position: absolute;
	float: right;
	top: 1px;
    right: 20px;
}

.slider{
	width: 1200px;
	margin: 35px auto 100px auto;
}

#raz { /* корпус */ 
  position: relative;
  height: 450px;
}
#raz > div { /* вкладка */ 
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  visibility: collapse;
  transition: 0s 9999999s;
  box-sizing: border-box;
  background: white !important;
  /*padding: 5px;*/
  color: black;
}
#raz > div:before { /* рамка вкладки */ 
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*border: #808080 solid 1px;
  border-top: none;*/
}
#raz > div:hover, #raz > div:nth-of-type(1) {
  visibility: visible;
  transition: 0s;
}
#raz:hover > div:not(:hover) {
  visibility: hidden;
  transition: 0s;
}
#raz > div > span { /* кнопка */ 
  position: absolute;
  top: 450px;
  line-height: 20px;
  font-size:16px;
  height: 100px;
  width: 25%; /* 4 вкладки, а значит 100/4 */ 
  text-align: center;
  box-sizing: border-box;
  /*border: 1px solid rgb(128,128,128);*/
  border-left-color: rgba(0,0,0,0);
  visibility: visible;
  /*transition: 0s 9999999s;*/
  cursor: pointer;
}

#raz > div > span:hover{ /* кнопка */ 
  background: white;
  color: black;
}

#raz > div:nth-of-type(1) > span {left: 0; border-left-color: rgb(128,128,128);}
#raz > div:nth-of-type(2) > span {left: 25%;}
#raz > div:nth-of-type(3) > span {left: 50%;}
#raz > div:nth-of-type(4) > span {left: 75%;}
#raz > div:hover > span, #raz > div:nth-of-type(1) > span {
  border-bottom-color: rgba(0,0,0,0);
  transition:  0s;
}
#raz:hover > div:not(:hover) > span {
  border-bottom-color: rgba(128,128,128,.99);
  transition:  0s;
}
#raz > div:not(:nth-of-type(1)):not(:hover):after { /* появляется нижняя граница у первой кнопки */ 
  content: "";
  left: 0;
  position: absolute;
  top: -1px;
  width: 25%;
  /*border-top: 1px solid rgb(128,128,128);*/
}

.health_protect{
	background: #ff7d42;
	color: white;
	padding-top: 20px;
}

.white_smile{
	background: #ff5000;
	color: white;
	padding-top: 20px;
	font-family: 'OpenSans-Regular';
    font-size: 18px;
}

.health_teeth{
	background: #ff6a26;
	color: white;
	padding-top: 20px;
	font-family: 'OpenSans-Regular';
    font-size: 18px;
}

.simposium{
	background: #ff7d42;
	color: white;
	padding-top: 20px;
	font-family: 'OpenSans-Regular';
    font-size: 18px;
}

.picone_text{
	background: #0081bb;
	width: 450px;
font-size:16px;	
line-height:18px;
	padding: 25px 20px 0 25px;
	height: 420px;
	color:white;
	font-family: 'OpenSans-Light';
}

.picone{
	width: 100%;	
	height: 100%;
	background: url('../images/pict_main.jpg') no-repeat;
}

.picone_for{
	width:705px;
	height:100%;
}

.picture{
	padding-left: 5px;
}

.catalogue{
	width: 1200px;
	margin: 0 auto;
	height: 433px;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.24);
	position: relative;
	padding-bottom: 40px;
}

.circle_active{
	/*border: 20px solid black;
	border-radius: 20px;*/
	/*position: absolute;*/
	
}

.catalog_txt{
	padding: 35px 0 40px 0;
	text-align: center;
	font-size: 34px; 
    line-height:40px;		
	color: #0081bb;
	font-family: 'OpenSans-Bold';
}

.circle {
    /*background: red;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    
    height: 50%;
    margin: 0 24px;
    width: 20%;*/
	/*-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px; 
    border: 3px solid green;
    box-shadow: 0 0 7px #666; 
	*/
	height: 55%;
	float: left;
    margin: 20px;
    width: 20%;
}

.hover_c1{
	height: 265px;
	float: left;
    margin: 10px 10px 10px 30px;
    width: 265px;
}

.hover_c2{
	height: 265px;
	float: left;
    margin: 10px;
    width: 265px;
}

 /*
.hover_c:hover {
  
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
    border: 3px solid green;
    box-shadow: 0 0 7px #666;	
	position: absolute;
	background: url('../images/to_roll_over.png') no-repeat;
	width: 20%;
	height: 55%;
}*/

.circle_main{
	margin: 0 0 60px 21px;
	width: 100%;
	height: 100%;
	position: relative;
}

/*
.circle_border1{
	background: #0985bd;
    border-radius: 50%;
    float: left;
    height: 52%;
    width: 22%;
}*/

.how_we_work{
	background: url('../images/ph_main.png') repeat-x;
	width: 100%;
	height: 915px;
	margin-top: 50px;
}

.how_we_work1{
	margin: 0 auto;
	width: 1200px;
	position: relative;
	padding-right: 0px;
}

.how_we_work1 b {margin:0 5px 0 0;font-size:20px;}

.how_we_work1:not(span){
	text-align: center;
}
.how_we_works_txt{
	text-align: center;
	color: white;
	margin: 0 0 45px 0;
	padding-top: 32pt;
	font-size: 34px; 
    line-height:40px;
	font-family: 'OpenSans-Bold';
}

.how_we_works_txt2{
	padding-left: 0px;
}

.how_circle{
	margin: 0 auto;
	display: block;
}
.one span, .two span,.three span,.four span,.five span,.six span{
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;
}

.one{
	position: absolute;
	left: 362px;
    top: 242px;
	font-size: 12px;
}
.two{
	position: absolute;
	left: 697px;
    top: 242px;
	font-size: 12px;
}
.three{
	position: absolute;
	left: 216px;
    top: 510px;
	font-size: 12px;
}
.four{
	position: absolute;
	left: 830px;
    top: 510px;
	font-size: 12px;
}
.five{
	position: absolute;
	left: 334px;
    top: 777px;
	font-size: 12px;
}
.six{
	position: absolute;
	left: 689px;
    top: 777px;
	font-size: 12px;
}
.ex{
	position: absolute;
	left: 515px;
    top: 510px;
	font-size: 16px;
}

.forma .order {height:auto !important;}
.forma .catalog_txt {
font-family:arial !important;
font-size:24px !important;
line-height:28px !important;
padding:35px 0 0px 0 !important;
}
.forma .form_call {border:none !important; height:auto !important;}

.forma input {width:265px !important;height:25px !important; padding: 5px !important;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
}

.forma .send_btn {font-size:18px !important;
-webkit-border-radius: 5px !important;
-moz-border-radius: 5px !important;
border-radius: 5px !important;
}

.forma .order_form {margin:100px 0 0 0 !important;}

.forma .take_order {font-size:24px !important;}

.order{
	width: 100%;
	height: 488px;
	-webkit-box-shadow: inset 0px 0px 10px -4px rgba(0,0,0,0.44);
	-moz-box-shadow: inset 0px 0px 10px -4px rgba(0,0,0,0.44);
	box-shadow: inset 0px 0px 10px -4px rgba(0,0,0,0.44);
	margin-top: -98px;
}

.order_form{
	margin: 100px 0 70px 0;
}

.form_call{
	width: 800px;
	height: 317px;
	margin:0 auto;
	border: 7px solid #0081bb;
}


.take_order{
	color: black;
	font-size: 26px;
	text-align: center;
	margin: 30px 0 30px 0;
	font-family:arial;
}
.main_form{
	margin: 0 auto;
	display: table;
}

.input_class{
	width: 274px;
	height: 36px;
	border-radius: 5px;
	border-style: solid;
	border-color: #a3a3a3;
	border-width: 1px;
	padding-left: 10px;
	margin-right: 15px;
}

.btn_style{
	margin: 40px auto;
	display: table;
}

.send_btn{
	 width: 220px;
	 height: 42px;
	 font-size: 20px;
	 background: #f76500;
	 border: none;
	 color: white;
	 cursor:pointer;
}

.sertificate{
	width: 100%;
	height: 580px;
	-webkit-box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.6);
	background-color: #fff6ea;
}
.sert_type{
	width: 1080px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.sertif_border1{
	background: url('../images/border_sertif2.png') no-repeat;
	width: 270px;
	height: 380px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0px;
}

.sertif_border2{
	background: url('../images/border_sertif2.png') no-repeat;
	width: 270px;
	height: 380px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 275px;
}

.sertif_border3{
	background: url('../images/border_sertif2.png') no-repeat;
	width: 270px;
	height: 380px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 550px;
}

.sertif_border4{
	background: url('../images/border_sertif2.png') no-repeat;
	width: 270px;
	height: 380px;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 825px;
}
.sert_float{
	float: left;
	/*margin-left: 50px;*/
}

.sert_float22{
	margin-left: 20px;
}

.sert_img{
	height: 340px;
    margin: 15px 0 0 14px;
    width: 230px;
}

.sert_img2{
	margin: 20px 0 0 15px !important;
}

.sert_type2{
	/*margin: 0 auto;
	display: table;*/
	position: relative;
}

.reviews{
	width: 1200px;
	height: 430px;
	margin: 0 auto;
}

.l_corner{
	background: url('../images/right_corner.png') no-repeat;
	width: 18px;
	height: 121px;
	margin: 0 45px 0 120px;
	float: left;
}
.r_corner{
	background: url('../images/left_corner.png') no-repeat;
	width: 18px;
	height: 121px;
	margin: 0 45px;
	float: left;
}

.addmargin{
	margin-bottom: 20px;
}

.pic_prop{
	border-radius: 200px; /* Радиус скругления */
    border: 14px solid #ff7f44; /* Параметры рамки */
}

.pic_reviews{
	float: left;
	margin-top: -70px;
}

.txt_reviews{
	float: left;
	width: 590px;
	font-size: 18px;
	color: #494949;
	margin:0 25px;
}

.txt_reviews span{
	/*font-weight: bold;*/
	font-size: 22px;
}

.red_circle{
	background: #ff5000;
	width: 12px;
	height: 12px;
	border-radius: 20px;
	float: left;
	margin: 0 5px;
}

.red_circle_selected{
	background: #ff5000;
	width: 15px;
	height: 15px;
	border-radius: 20px;
	float: left;
	margin: 0 5px;
	margin-top: -1px;
}
.point{
	width: 150px;
	height: 20px;
	margin: 0 auto;
}

.main_reviews{
	margin-top: 100px;
}

.contacts{
	background: url('../images/back_contacts.png') repeat-x;
	width: 100%;
	height: 500px; 
	-webkit-box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.6);
	box-shadow: 0px 2px 7px -1px rgba(0,0,0,0.6);
}

.addcontact{
	color: white;
}

.main_contacts{
	margin: 0 auto;
	width: 1200px;
	height: 550px;	
}

.card{
	/*background: url('../images/card.png') no-repeat;*/
	width: 954px;
	height: 284px; 
	float: left;
	border: 10px solid white;
}

.adress{
	color: white;	
	float: left;
	margin: 0 0 0 25px;
	font-size:14px;
}
.adress p {font-weight:bold;}

.adress a{
	color: white;
	float: left;
}

.line{
	background: #3b1714;
	width: 100%;
	height: 1px;
	margin: 50px 0 30px 0;
}

.partners{
	width: 1200px;
	height: 264px;
	margin: 0 auto;
}

.category_part{
	margin-top: 50px;
}

.partners, .partners a{
	color: #9c9c9e;
}

.partners ul{
	list-style-type: none;
	padding-left:0;
}
.partners li a {font-size:17px;}

.partner1{
	width: 280px;
	height: 100%;
	float: left;
}
.partner1 img {margin-top:45px;}

.partner2{
	width: 330px;
	height: 100%;
	float: left;
	margin-top: 0px;
}
.partner2 img {margin-top:26px;}

.partner3{
	width: 250px;
	height: 100%;
	float: left;
	margin-top: 5px;
	padding-right:30px;
}
.partner3 img {margin-top:33px;}

.partner4{
	width: 280px;
	height: 100%;
	float: left;
	margin-top: 0px;
}

.footer{
	width: 100%;
	height: 130px;
	background: #f76500;
	-webkit-box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.43);
	-moz-box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.43);
	box-shadow: inset 0px 1px 5px 0px rgba(0,0,0,0.43);
}

.footer_main{
	width: 1200px;
	height: 110px;
	margin: 0 auto;
	color: white;
	font-size: 16px;
	padding: 20px 0 0 0;
}

.call_us{
	float: left;
	margin-right: 115px;
}

.time_us{
	float: left;
	margin-right: 520px;
}

.questions_us{
	float: left;
}

.order_call_btn{
	width: 196px;
	height: 39px;
	margin-left: -10px;
	color: white;
	background: #3b1714;
	border-color: #c55005;
	margin-top:25px;
}

.header_sliders{
	font-size: 24px;
	line-height:26px;
	padding-bottom: 0px;
	margin-bottom:15px;
	display:block;
	font-weight: bold;
	font-family: 'OpenSans-Light';
}

.picone_text a {
	color: white;
}

.instagram_icon{
	width: 60px;
	height: 60px;
	background-image: url('../images/inst.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
	position: fixed;
	z-index:200;
}

.other_icon{
	width: 50px;
	height: 50px;
	background-image: url('../images/order_qs.png');
    background-repeat: no-repeat;
	position: fixed;
	z-index:200;
	right:7px;
}
/*
#some_id{
	z-index: 1000;
}

#main_id{
	z-index: 1;
}*/

.some_place{
	/*margin-left: 25px;*/
	
	padding:0 !important;
}

.icons{
	/*width: 60px;
	margin: 0 auto;
	position: absolute;
	top: 180px;
    left: 8px;*/
	display: none;
}

.icons2{
	width: 81px;
	margin: 0 auto;
	position: absolute;
	/*float:right;
	margin-top: -30px;*/
	top: 180px;
    right: 8px;
}

/*catalog****************************************************************************************************************************/
.banner_pic{
	width: 250px;
	height: 70px;
	margin: 0 auto 25px auto;
}

.main_catalog_content{
	width: 1200px;
	margin: 0 auto;
	color: #2c1f23;
}

.text_par{
	font-size: 24px;
	padding-left: 25px;
}



.select2{
	width: 255px;
	height: 35px;
	border: 1px solid black;
}

.select3{
	width: 250px;
	height: 35px;
	border: 1px solid black;
}
.show_filter_btn{
	width: 135px;
	height: 35px;
	border: none;
	background: #f76500;
	color: white;
}

.lider_buy_btn{
	width: 81px;
	height: 28px;
	border: none;
	background: #f76500;
	color: white;
	margin-left: 10px;
    margin-top: 18px;
}
.show_filter_btn:hover, .show_share_btn:hover, .show_shopcart_btn:hover ,.lider_buy_btn:hover{
	background: #60afe1;
}

.main_product{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	color: #231f20;
	padding-bottom: 35px;	
}

.filter_date{
	margin-left: 24px;
	float: left;
	margin-top: 15px;
}

.sort_in_catalog{
	margin-right: 130px;
    margin-top: 40px;
	float: right;
	color: #323333;
	font-size: 16px;
	margin-bottom: 25px;
}

.sort_in_catalog span, .sort_in_catalog2 span{
	color: #979797;
	padding-left: 40px;
}

.sort_in_catalog2{
	float: right;
	color: #323333;
	font-size: 16px;
	margin: 14px 0 0 0;
}

.filter{
	width: 1200px;
	height: 280px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.18);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.18);
}


.img_news_border_cat{
	width: 1px;
	height: 42px;
	position: absolute;
	padding: 0 20px;
	top: 935px;
}


.founded_txt{
	color: #231f20;
	font-size: 30px;
	float: left;
}

.founded{
	color: #414042;
	font-size: 14px;
	padding-bottom: 20px;
    padding-top: 40px;
}

.forward_menu_cat{
	margin: 0;
}

ul.forward_menu_cat li a {
	list-style-type: none;
    text-decoration: none;
	color: #5bb4ed; 
	padding: 0 3px;
        font-size:16px;
}


ul.forward_menu_cat li {
	display: inline
}

ul.forward_menu_cat li a:hover {
	color: #676767; 
}

ul.forward_menu_cat li a.selected {
	color: #676767;
}

.rd_line{
	width: 1200px;
	height: 3px;
	margin-top: 40px;
	background: url('../images/red_lines.png') repeat-x;
}

.product{
	margin: 32px 0 42px 0;
	color: #231f20;
	width: 100%;	
	overflow:hidden;
}


.product_pic{
	float: left;
	margin-right: 75px;
}

.product_pic span{
	font-size: 18px;
	color: #231f20;
}

.product_desc{
	float: left;
	margin-right: 75px;
	width: 420px;
	font-size:14px;
}

.product_time{
	float: left;
	margin-right: 75px;
	margin-top: 50px;
}

.product_btn{
	float: left;
	margin-right: 75px;
	margin-top: 80px;
}

.pic_img_cat2{
	width: 220px;
	height: 180px;
	margin-top: 0px;
}

.product_desc span{font-size: 18px;}

.product_desc li{
	font-size: 14px;
	color: #414042;
}

.price_cat span{
	font-family: Roboto;
	font-size: 24px;
}

.price_cat{
	font-size: 16px;
}

.get_product{
	padding-top: 26px;
}

.show_share_btn,.show_shopcart_btn{
	background: #f76500;
	color: white;
	border: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	height: 30px;
}

.price_download{
	width: 100%;
	height: 90px;
}

.get_kz{
	float: right;
	color: #f76500;
	font-size: 30px;
	width: 215px;
}

.number_price{
	float: right;
	margin-top: 30px;
}

.download_price{
	float: left;
	margin-top: 20px;
}

.dw_class{
	color: #f76500;
	font-size: 24px;
}

.download_price a{
	color: #f76500;
}

ul.other_color li a {
    color: #f76500 ;
    list-style-type: none;
    padding: 0 3px;
    text-decoration: none;
}


ul.other_color li a:hover {
	color: #676767; 
}

ul.other_color li a.selected {
	color: #676767;
}

.other_color{
	margin: 0;
}

ul.other_color li {
	display: inline
}

.one_select select{
	/*border-radius: 0;*/
    background: transparent;
   /*height: 34px;*/
    padding: 5px;
    /*border: 0;*/
    /*font-size: 16px;*/
    line-height: 1;
    -webkit-appearance: none;
   /* width: 268px;*/
    width: 330px;
	height: 35px;
	border: 1px solid black;
}

.one_select{
	border: 1px solid #CCC;
    overflow: hidden; 
    height: 34px;
    background:#fff url('../images/sort_by_pic.png') no-repeat 96% 50%;
    width: 230px;
	margin-right: 5px;
}

.title{
	font-size: 18px;
	color: #231f20;
	font-weight: bold;
	width: 500px;
	height: 62px;
	margin-top: 55px;
}

.product_code{
	font-size: 18px;
	color: #231f20;
}

.product_about{
	width: 100%;
	overflow:hidden;
}

.pro_pic{
	width: 425px;
	height: 280px;
	border: 1px solid black;
	float: left;
}

.pic_true{
	
	width: 100%;
	height: 100%;
	/*width: 300px;
	height: 225px;
	margin: 0 auto;
	text-align: center; 
	background-position: center center;
	display: block;*/
}

.pro_about_title{
	font-size: 24px;
	font-weight: bold;
}

.pro_about span{
	font-size: 18px;
}

.pro_about{
	width: 340px;
	height: 100%;
	color: #414042;
	font-size: 14px;
	float: left;
	margin: 0 65px 0 45px;
}

.pro_price{
	width: 200px;
	height: 310px;
	border: 3px solid #f76500;
	float: right;
}

.pro_price a{
	color: #231f20;
	font-weight: bold;
}

.cat_pad{
	padding-left: 40px;
    padding-top: 35px;
}

.description{
	font-size: 16px;
	width: 700px;
	height: 100%;
}

.description table {margin:20px 0 0 0; width:100%;}
.description table td {padding:5px;border:1px solid #000;}

.description span{
	font-size: 24px;
	margin-top:30px;
	display:block;
}

.lider_buy{
	height: 450px;
	width: 1200px;
	margin: 0 auto;
	padding-top:30px;
 }

 .lider_buy span{
	font-size: 30px;
	padding-bottom: 55px;
	color: #181719;
 }
 
 .main_lider_product, .main_lider_product a{
	color: #424143;
	font-size: 15px;
	margin-top: 55px;
 }
 
 .pr_lider{
	color: #424143;
	font-weight: bold;
	font-size: 19px;
 }
 .main_lider_product span{
	color: #424143;
	font-size: 19px;
	font-weight: bold;
 }
 
 .img_left{
	/*
    overflow: hidden; 
    height: 34px;
    background: url('../images/sort_by_pic.png') no-repeat right white;
    width: 230px;
	margin-right: 5px;*/
	background: url('../images/left_hand.png') no-repeat;
    width: 24px;
	height: 255px;
	float: left;
	margin-right: 20px;
 }
 
 .img_right{
	background: url('../images/right_hand.png') no-repeat;
    width: 24px;
	height: 255px;
	float: right;
 }
 
 .img_p{
	width: 180px;
	height: 130px;
	border: 2px solid #fe904d;
 }
 
 .product_lider_1{
	 width: 180px;
	 height: 100%;
	 float: left;
	 margin-left: 35px;
 }
 
 

/*personnel*************************************************************************************************************************************************/
.personnel_content{
	width: 1200px;
	margin: 0 auto;
	color: #303030;
}
.personnel_content a{
	color: #303030;
}

.header_pr{
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 40px;
}

.per_data{
	width: 230px;
	height: 100%;
	font-size: 18px;
	float: left;
	margin-bottom: 75px;
}

.menu_pr{
	border: 3px solid #f76500;
	float: left;
}

.menu_about{
	/*padding: 35px;*/
}


ul.menu_about {
	list-style: none;
	padding-left: 1px;
	/*margin-left: 15px;
	float: right;
	margin-top: 0;*/
}

ul.menu_about li {
	display: block;
	border-bottom: 1px solid #d6d6d6;
	padding: 18px 0;
}

ul.menu_about li:nth-child(5){
	border-bottom: 1px solid white;
	padding-bottom: 0;
}

ul.menu_about li:nth-child(1){
	padding-top: 0;
}

ul.menu_about li a {
	text-decoration: none;
	padding: 0 30px;
	/*color: white; 
	padding: 0 32px;*/
	
}

ul.menu_about li a:hover {
	color: gray; 
}

ul.menu_about li a.selected {
	/*color: white;*/
}

.forms{
	float: left;
}

.header_form{
	font-size: 24px;
	font-weight: bold;
	padding: 33px 33px 20px 33px;
}

.test{
	font-size: 14px;
	padding-left: 70px;
}

.pers span{
	font-size: 18px;
	padding-bottom: 3px;
	padding-right: 10px;
	color: red;
}

.pers3 span{
	font-size: 18px;
	padding-bottom: 3px;
	padding-right: 10px;
	color: red;
}

.pers2{
	padding-bottom: 3px;
	padding-right: 10px;
	padding-left: 30px;
}

.pers{
	margin-left: 80px;
}

.input_pr{
	width: 283px;
	height: 22px;
}

.per_data_form{
	float: left;
}

.form_txt_pr{
	text-align: right;
}

.txt_height{
	height: 30px;
	font-size:16px;
	margin:0 15px 0 0;
	vertical-align:top;
}

.btn_style_pr{
	float: right;
	width: 95px;
	height: 24px;
	border: none;
	background: #f76500;
	color: white;
	margin: 12px 0 75px 0;
}

.btn_style_pr:hover, .btn_style_pr2:hover{
	background: #60afe1;
}

.form_txt_pr_more{
	text-align: left;
}

.btn_style_pr2{
	float: left;
	width: 95px;
	height: 24px;
	border: none;
	background: #f76500;
	color: white;
	margin: 12px 0 75px 0;
}

.msg{
	font-size: 18px;
	padding-left: 30px;
}
.form_input_pr2{
	padding-left: 70px;
}

.table_history{
	margin-left: 33px;
	table-layout: auto;
}

.table_history table{
	border-collapse: collapse !important;
	/*border-spacing: 20px;*/
	width: 930px;
}

.table_history td{
	padding: 12px 0;
	border-bottom: 1px solid #a3a3a3;
	font-size: 12px;
}

.tb_zakl td:nth-child(3), .tb_zakl th:nth-child(3){
	text-align: right;
}

.tb_zakl th:nth-child(3){
	padding-right: 118px;
}

.table_history th{
	padding: 12px 0;
	border-bottom: 3px solid #f76500;
	text-align: left;
	font-size: 14px;
}

.tb_zakl th{
	font-weight: normal;
}

.acive_tb{
	color: #a3a3a3;
}

.pic_g{
	width: 88px;
	height: 66px;
}

.history_p th{
	font-weight: normal;
}

.number_p{
	border: 1px solid #707070;
    padding: 5px 15px 5px 5px;
}

.price_pg{
	font-family: Roboto;
	font-size: 24px;
}

.zakl{
	width: 93px;
	height: 25px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background: #f76500;
	border: none;
	border-radius: 5px;
}

.zakl2{
	width: 180px;
	height: 35px;
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	background: #f76500;
	border: none;
	border-radius: 5px;
	float: right;
	margin-top: 25px;
	margin-left:50px;
}
.zakl:hover, .del_gb:hover, .zakl2:hover {
	background: rgb(96, 175, 225);
}

.del_gb{
	width: 80px;
	height: 25px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background: #511d18;
	border: none;
	border-radius: 5px;
}

.table_history span, .thens span{
	font-family: Roboto;
	font-size: 18px;
}

.thens{
	font-size: 14px;
	margin-left: 33px;
}

.thens2{
	margin-bottom: 33px;
    margin-left: 258px;
	color: #231f20;
	font-size: 14px;
}

.select_some{
	border: 1px solid #707070;
	background: white;
	color: black;
}

.thens select{
	/*border-radius: 0;
    background: transparent;*/
   /*height: 34px;*/
    padding: 5px;
    /*border: 0;*/
    /*font-size: 16px;*/
    line-height: 1;
    -webkit-appearance: none;
   /* width: 268px;
    width: 106px;
	height: 23px;*/
	border: 1px solid black; 
	height: 28px; 
	width: 110;
}

.select_some{
		border: 1px solid #CCC;
	   overflow: hidden; 
	   height: 23px; /**/
	   background:#fff url('../images/samovyzov.png') no-repeat 93% 50%;
	   width: 106;
	   margin-right: 240px;
	   margin-top: 30px;
	   margin-bottom: 80px;
}

.sec_det{
	text-align: right;
}

.table_history2{
	font-size: 14px !important;
}

.table_history2 td:nth-child(2){
	text-align: right;
	padding-right: 50px;
}

.space_gb a{
	color: #f76500;
}

.gb_img{
	margin-top: 40px;
    margin-right: 30px;
	background: url('../images/el.png') no-repeat right bottom;
}

.product_number{
	color: white;
}

/*service******************************************************************************************************************************************/
 
.service_menu{
	color: #251a1e;
	width: 1200px;
	/*height: 100%;*/
	margin: 0 auto;
	background: white;
	
}

.ser_title{
	font-size: 36px;
	text-align:center;
	margin:0 0 50px 0;
}

.content span{
	font-weight:    bold;
	font-size: 18px;
	
}

.some_border{
	border: 4px solid #f76500;
	padding: 15px 40px;
}

.order_main{
	/*margin-top: 1200px;*/
}

.end_content{
	
}

/*news********************************************************************************************************************************************/
 .menu_item{
	-webkit-box-shadow: 0px 0px 5px 0px rgba(204,198,204,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(204,198,204,1);
	box-shadow: 0px 0px 5px 0px rgba(204,198,204,1);
}


p {
    font-weight: normal;
}

ul.menu_news_css {
	list-style: none;
	padding: 8px 0;
	font-size: 16px;
	margin-top: 30px;
}

ul.menu_news_css li {
	display: inline;
}

.menu_news_css li:nth-child(3){
	/*border-right: 1px solid gray;*/
	float: right;
}

.img_news_border{
	width: 1px;
	height: 38px;
	background: url('../images/line_news_menu.png') no-repeat;
	position: absolute;
    top: 220px;
}

ul.menu_news_css li a {
	text-decoration: none;
	color: #ff8e58; 
	padding: 0 32px;
}

ul.menu_news_css li a:hover {
	color: gray; 
}

ul.menu_news_css li a.selected {
	color: black;	
}

ul.menu_news_css li a.selected a {padding:0;}

.news_header{
	color: #f76500;
	font-size: 28px;
	line-height:28px;
	letter-spacing:0.1px;
	text-align: left;
	margin-top: 55px;
}

.news_date{
	color: #323333;
	font-size: 20px;
	margin: 25px 0;
}

.news_pic{
	background: url('../images/news_photo.png') no-repeat;
	width: 1200px;
	height: 630px;
}

.content_news{
	margin: 0 auto;
	width: 1200px;
	height: 100%;
	text-align: justify;	
}

.news_text{
	color: #323333;
	font-size: 18px;
	line-height:18px;
}

.news_text span{
	color: #f76500;
	font-size: 24px;
	font-style:italic;
}

.menu_item{
	width: 1200px;
	margin: 0 auto;
}

.smth_search2{
	/*-webkit-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.51);
	-moz-box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.51);
	box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.51);
	
	border-style: none;
	height: 40px;	
	padding: 11px 0 11px 15px;*/
	
	width: 353px;
	color: #979797;
	font-size: 14px;
	float: right;
	/*margin-top: -15px;
    padding-bottom: 17px;
    padding-top: 14px;*/
	font-size: 18px;
	border: none;
	border-color: #979797;
	padding: 2px 4px 4px 4px;
}

.smth_search_btn2{
	background: url('../images/seek_icon.png') center center no-repeat;
	width: 21px;
	height: 25px;
	cursor: pointer;
}

.smth_search_btn2:hover {
	background: url('../images/seek_icon_hover.png') center center no-repeat;
	width: 21px;
	height: 25px;
}

.srch2{
	position: relative;	
}

.sch {border-left:1px solid #EEEEEE;margin-top:-8px;padding:8px 0 3px 23px;}

.img_other_border{
	margin-left: 550px;
}


.main_news_header{
	color: black;
	font-size: 16px;
}

.header_mn{
	float: left;
	color: #323333;
	font-size: 30px;
}

.sortby_mn span{
	color: #979797;
	padding-left: 40px;
}
.sortby_mn{
	float: right;
	color: #323333;
	font-size: 16px;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 25px;
}

.img_news_mn{
	width: 11px;
	height: 8px;
	padding-left: 10px;
}

.img_news_border_mn{
	width: 1px;
	height: 42px;
	/*background: url('../images/line_news_menu.png') no-repeat;*/
	position: absolute;
    top: 265px;
	padding: 0 20px;
}

.news_mini_pic{
	width: 270px;
	height: 190px;
	position: relative;
}

.news_pic_date_mn{
	position: absolute;
}

.news_shape{
	width: 270px;
	height: 5px;
	background: url('../images/shape.png') no-repeat;
	position: absolute;
	bottom: 0;
    left: 0;
}

.news_rect_day{
	width: 43px;
	height: 43px;
	background: url('../images/rect_4.png') no-repeat;
	position: absolute;
	bottom: 5px;
    left: 53px;
	color: white;
	font-size: 30px;
	padding-left: 5px;
}

.news_rect_date{
	width: 121px;
	height: 43px;
	background: url('../images/rect_3.png') no-repeat;
	position: absolute;
	bottom: 5px;
    left: 96px;
	color: white;
	font-size: 18px;
	padding-left: 10px;
	line-height: 1.3;
}

.news_pic_mn_text{
	color: #676767;
	font-size: 24px;
	text-align: justify;
	float: left;
	width: 700px;
	margin-top: -25px;
    padding-left: 25px;
	margin-bottom: 42px;
}

.header_news_text_mn{
	color: #323333;
    font-size:22px;
	line-height:22px;
	text-align:left;
}

.content_news_text_mn {
font-size:18px;
line-height:18px;
}

.then_news_text_mn a {
	color: #5bb4ed;
	font-size:18px;
	text-decoration:none;
}

.news_pic_mn{
	float: left;
	height: 100%;
    width: 270px;
}

.line_news_mn{
	
}

.line_news_mn{
	background: #eeeeee;
	width: 1200px;
	height: 1px;
	margin-left: -42px;
	margin-top:40px;
}

.news{
	margin-bottom: 42px;
	margin-top:20px;
}

.forward_news_mn{
	margin: 0 auto;
	display: table;
}

.forward_news_mn{
	font-size: 20px;
	color: #5bb4ed;
}

ul.forward_menu li a {
	list-style-type: none;
    text-decoration: none;
	color: #5bb4ed; 
	padding: 0 6px;
}

ul.forward_menu li {
	display: inline
}

ul.forward_menu li a:hover {
	color: #676767; 
}

ul.forward_menu li a.selected {
	color: #676767;
}
 
 
 /*popup****************************************************************************************/

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

.popup {
    display: inline-block;
    position: relative;
    max-width: 80%;
    padding: 20px;
    border: 3px solid white;
    border-radius: 15px;
    /*box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4);*/
/*
	-webkit-box-shadow: inset -2px -2px 2px 2px rgba(0,0,0,.4);
-moz-box-shadow: inset -2px -2px 2px 2px rgba(0,0,0,.4);
box-shadow: inset -2px -2px 2px 2px rgba(0,0,0,.4);*/
-webkit-box-shadow: inset -2px -2px 19px -5px rgba(0,0,4,0.34);
-moz-box-shadow: inset -2px -2px 19px -5px rgba(0,0,4,0.34);
box-shadow: inset -2px -2px 19px -5px rgba(0,0,4,0.34);
    background: #fff;
    vertical-align: middle;
	color: black;
    }
	
.popup-form__row {
    margin: 1em 0 1em 2em;
    }
	
.popup label {
    display: inline-block;
    width: 120px;
    text-align: left;
    }
	
.popup input[type="text"], .popup input[type="password"] {
    /*margin: 0 0 15px 0;*/
    padding: 2px;
    border: 1px solid;
    border-color: #999 #ccc #ccc;
    border-radius: 2px;
	/*display:block;*/
    }
	/*
.popup input[type="button"] {
    padding: 6px 16px;
    border: 0;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.3);
    box-shadow:         inset 0 1px 1px rgba(255,255,255,.3);
    cursor: pointer;
    background: #444;
    background: -webkit-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    background:    -moz-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    background:     -ms-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    background:      -o-linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    background:         linear-gradient(90deg, #515151, #333 48%, #333 52%, #515151 100%);
    color: black;
    }
	*/
.popup__close {
    display: block;
    position: absolute;
    top: -20px;
    right: 10px;
    width: 12px;
    height: 12px;
    padding: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4),
                              0 3px 3px     rgba(0,0,0,.4);
    box-shadow:         inset 0 2px 2px 2px rgba(0,0,0,.4),
                              0 3px 3px     rgba(0,0,0,.4);
    cursor: pointer;
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #444;
    text-decoration: none;
    font-weight: bold;
	left: 470px;
    }

.popup__close:hover {
        background: #ddd;
        }
 
 
 #wrap{
		display: none;
		opacity: 0.8;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 16px;
		background-color: rgba(1, 1, 1, 0.725);
		z-index: 100;
		overflow: auto;
	}
	
#window{
		width: 280px;
		height: 350px;
		border-radius: 25px;
		margin: 50px auto;
		display: none;
		z-index: 200;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
}

 #wrapContacts{
		display: none;
		opacity: 0.8;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		padding: 16px;
		background-color: rgba(1, 1, 1, 0.725);
		z-index: 100;
		overflow: auto;
	}
	
#windowContacts{
		width: 1030px;
		height: auto;
		border-radius: 25px;
		margin: 50px auto;
		display: none;
		z-index: 200;
		position: fixed;
		left: 0;
		right: -150px;
		top: 0;
		bottom: 0;
}
.popup__closeContacts {
    display: block;
    position: absolute;
    top: -20px;
    right: 10px;
    width: 12px;
    height: 12px;
    padding: 8px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 2px 2px 2px rgba(0,0,0,.4),
                              0 3px 3px     rgba(0,0,0,.4);
    box-shadow:         inset 0 2px 2px 2px rgba(0,0,0,.4),
                              0 3px 3px     rgba(0,0,0,.4);
    cursor: pointer;
    background: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    color: #444;
    text-decoration: none;
    font-weight: bold;
	left: 825px;
    }

.popup__closeContacts:hover {
        background: #ddd;
        }
 
.close{
	margin-left: 364px;
	margin-top: 4px;
	cursor: pointer;
}
 
 
 .enter_style{
	/*margin-right: 25px;*/
 }
 
 .enters{
	margin-right: 70px;
    width: 90px;
 }

 #notification {
	display: none;
	padding: 10px;
	border-radius: 3px;
	position: fixed;
	bottom:5px;
	right:5px;
	width: auto;
	background-color: green;
	color: white;
 }
 
 
 /*************************************/
 .ui-carousel {
	height: 100px;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	height: 100px;
	overflow: hidden;
	width: 100px;	
}
#container {
				width: 940px;
				position: relative;
				margin: 0 auto;
			}
			
			#carousel {
				width: 780px;
				margin: 0 auto;
			}
			
			#ui-carousel-next, #ui-carousel-prev {
				width: 18px;
				height: 121px;
				background: url(../images/arrow-left.png) #fff center center no-repeat;
				display: block;
				position: absolute;
				top: 55px;
				z-index: 0;
			}

			#ui-carousel-next {
				right: 0;
				background-image: url(../images/arrow-right.png);
			}

			#ui-carousel-prev {
				left: 0;
			}
			
			#ui-carousel-next > span, #ui-carousel-prev > span {
				display: none;
			}
			
			.slide {
				margin: 0;
				position: relative;
			}
			
			.slide  h1 {
				font-size: 22px;
				color: #494949;
				font-family:'OpenSans-Regular';
				font-weight:bold;
				margin: 45px 0 0 0;
				padding: 0;
			}
			
			.slide  p {
				font-size: 17px;
				color: #494949;
				font-family:'OpenSans-Regular';				
				margin: 20px 0 0 0;
				padding: 0;
			}
			
			.slide img {float:left;border:10px solid #ff7f44;
			-webkit-border-radius: 200px;
            -moz-border-radius: 200px;
            border-radius: 200px;}
			
			.text {float:left;margin-left:30px;width:515px;}				
			
			#pages {
				width: 150px;
				margin: 0 auto;
			}
			
			.bullet {
				background: url(../images/page-off.png) center center no-repeat;
				display: block;
				width: 14px;
				height: 14px;
				margin: 0;
				margin-right: 5px;
				float: left;				
			}
			
			
			
			
			/******/

.border {border:1px solid #231f20; width:800px !important;}			
.border td{border:1px solid #231f20; padding:5px;text-align:center;}

.shir {width:560px !important;}
.shir table {width:70%; margin:0 auto; margin-top:40px;}
.shir table  td {vertical-align:top; padding:5px 0;}

/**** tabs  ****/
.section {
	width: 1200px;	
	margin: 0 auto;
}
ul.tabs {
	height: 40px;
	line-height: 25px;
	list-style: none;
	margin-top:50px;
	padding:0 !important;
	background: #FFF;
}
.tabs li {
	float: left;
	display: inline;
	margin:0 40px 0 0px;
	padding: 2px 17px;
	color: #000;
	cursor: pointer;
	background: #fff;
	border: 3px solid #F76500;	
	position: relative;
}
.tabs li:hover
 {	
	padding: 2px 17px;	
	color: #fff;
	background: #F76500;
}
.tabs li.current {
	color: #fff;
	background: #F76500;
	padding: 2px 17px;
	
}
.box {
	display: none;
	font-family: 'OpenSans-Regular';
	color:#000;
	font-size:16px;
	padding: 0 0 40px 0;
	margin:55px 0 0 0;	
   
}
.box.visible {display: block;}

.box h3 {margin:0 0 50px 0;font-family: 'OpenSans-Regular';font-size:36px;}

.b_tab {font-size:18px; font-weight:bold; margin:40px 0 50px 0; text-align:center; width:100%; overflow:hidden;}

.b_tab td {width:355px; border:1px solid #F76500; padding:10px 0; margin:0 20px; display:block; float:left;}


.ar {padding:0 !important; margin:0px 0 0 0;}
.ar li {background: url(../images/ar.png) no-repeat 0 10%; padding:0 0 0 20px; margin:0 0 10px 0;}



.ar3 {/*padding:0 !important; margin:0px 0 0 0;*/}
.ar3 li {/*background: url(../images/ar.png) no-repeat 0 10%; padding:0 0 0 20px; margin:0 0 10px 0;*/text-decoration: none;
    list-style-type: none; display: inline-block;}

.ar3 li:nth-child(2) {
    margin-left: 120px;
}

.ar3 li:nth-child(3) {
    margin-left: 120px;
}

.cls_ar3{
text-align:center; margin: 0 auto; display: block;}

.ar2 {/*padding:0 !important; margin:0px 0 0 0;*/}
.ar2 li {/*background: url(../images/ar.png) no-repeat 0 10%; padding:0 0 0 20px; margin:0 0 10px 0;*/text-decoration: none;
    list-style-type: none; display: inline-block;}
	
.ar2 li:nth-child(1) {
    padding-right: 0px;
    padding-left: 15px;
}

.ar2 li:nth-child(2) {
    margin-left: 160px;
    padding-right: 30px;
}

.ar2 li:nth-child(3) {
    margin-left: 150px;
    padding-right: 40px;
}

.cls_ar2{
text-align:center; margin: 0 auto; display: block;}
	
	
.catalogNote {margin:50px 0 0 0;font-size:18px;font-weight:bold;font-style:italic;}

.dost_tit {font-family: 'OpenSans-Regular';font-size:26px;text-transform:uppercase;color:#f76500;margin:0 0 35px 0;}

.dost_block {overflow:hidden;margin:0 0 40px 0;}

.dost_block .right {width:377px; float:right;}
.dost_block .left {width:650px; float:left;}

.dost_block  p {margin:0 0 20px 0!important;}

.dost_border {font-family: 'OpenSans-Bold';font-size:18px;text-transform:uppercase; padding:10px 15px;
border:3px solid #f76500; display:table; text-align:center;margin:0 auto;margin-top:90px;margin-bottom:50px;overflow:hidden;}
