/* Main styles */

*{
  outline: 0px none white;
  outline-style: none;
  outline-width: 0px;
  font-family: 'Open Sans', sans-serif;
}

.hidden{
  display: none !important;
}
body{
  margin:0px;
  font-size:12px;
  font-family: 'Tahoma CE', 'Arial CE', 'Helvetica CE', Tahoma, Arial, lucida, sans-serif;
  background-color:#f0f2f3;
  text-align: center;
}

body, html{
  height:100%;
}

a{
  text-decoration: none;
}

a img{
  border:none;
}

.div_center{
  width:1000px;
  margin:0 auto;
  text-align: left;
}

.avaibility{
  margin-top: 15px;
  font-size: 15px;
  background: #E8E8E8;
  padding: 10px;
}

.avaibility strong{
  display: block;
  margin-bottom: 5px;
}

#div_header{
  float:left;
  width:100%;
  height:220px;
  background-color:white;
  border-bottom:4px #98cce9 solid;
}

#a_logo_header{
  float:left;
  margin-top:24px;
}

.div_header_right{
  float:left;
  width:600px;
  margin-left:85px;
  margin-left:137px;
}

.div_header_right .div_name{
  float:left;
  width:100%;
  height:95px;
}

.div_header_right .div_name img{
  float:left;
  margin:15px 0 0 0;
}

.div_header_right .div_sub_titl_header{
  float:left;
  width:100%;
  color:#616161;
  font-size:25px;
  font-weight:300;
  text-transform: uppercase;
  margin-top:0px;
}

#div_middle_strip{
  float:left;
  width:100%;
  height:310px;
  background-color:#98cce9;
  background-image:url('../images/bg_blue_strip.png');
}

#div_top_part_header{
  float:left;
  width:100%;
  height:155px;
}

#div_menu_header{
  float:left;
  width:100%;
  border-top:1px #dadada solid;
  text-align: center;
  padding-top:21px;
}

#div_menu_header a{
  font-size:18px;
  color:#fe6000;
  font-weight:300;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

#div_menu_header a:hover, #div_menu_header a.selected{
  color:#59a2c9;
  text-decoration: underline;
}


#div_menu_header .shopping-menu{
  margin-left: 40px;
  background-color: #FE6000;
  color: white;
  padding: 8px 15px;
  border-radius: 3px;
}

#div_menu_header .shopping-menu:hover, #div_menu_header .shopping-menu.selected{
  color: white;
  background-color:#59a2c9;
}

#div_menu_header span{
  font-size:18px;
  color:#575757;
  font-weight:300;
  padding:0px 10px;
}

#div_middle_strip .div_left_part{
  float:left;
  width:432px;
  height:100%;
}

#div_middle_strip .div_left_part .div_title{
  float:left;
  width:100%;
  text-align: center;
  text-transform: uppercase;
  color:white;
  font-weight:300;
  font-size:34px;
  margin-top:46px;
}

.p_carousel_text{
  float:left;
  color:white;
  text-align: justify;
  font-weight:normal;
  font-size:17px;
  line-height:26px;
  margin-top:15px;
}

.p_carousel_text p{
  margin:0px;

}

#div_middle_strip .div_right_part{
  float:right;
  width:526px;
  height:100%;
}

#div_carousel_c{
  float:left;
  width:100%;
  height:284px;
  position:relative;
  background-color:white;
  border-radius:5px;
  margin-top:14px;
}

#div_carousel_c .div_arr_left{
  float:left;
  width:40px;
  height:40px;
  position:absolute;
  left:-20px;
  top:50%;
  margin-top:-20px;
  background-color:white;
  background-image:url('../images/bg_car_l.png');
  background-repeat: no-repeat;
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor:pointer;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
  z-index:2;
}

#div_carousel_c .div_arr_left:hover{
  background-color: #fe6000;
  background-position: left bottom;
}

#div_carousel_c .div_arr_right{
  float:left;
  width:40px;
  height:40px;
  position:absolute;
  right:-20px;
  top:50%;
  margin-top:-20px;
  background-color:white;
  background-image:url('../images/bg_car_r.png');
  -moz-border-radius: 30px;
  border-radius: 30px;
  cursor:pointer;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
  z-index:2;
}

#div_carousel_c .div_arr_right:hover{
  background-color: #fe6000;
  background-position: left bottom;
}

#div_carousel_main{
  float:left;
  width:504px;
  height:262px;
  position:relative;
  margin:11px 0 0 11px;
  z-index:1;
  cursor: default;
}

#div_carousel_main.active{
  cursor:pointer;
}

.div_gallery_item{
  float:left;
  position:absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*display:none;*/
}

#div_carousel_bottom_image{
  float:left;
  width:504px;
  height:262px;
  position:absolute;
  top:11px;
  left:11px;
  z-index:0;
}

#div_carousel_title_c{
  float:left;
  width:100%;
  height:40px;
  position:absolute;
  z-index:3;
  bottom:17px;
  left:0px;
  text-align: center;
}

#div_carousel_title_c span{
  display:inline-block;
  background-image:url('../images/bg_transp_white.png');
  padding:10px 20px;
  border-radius:5px;
  color:#656565;
  font-size:14px;
}

#div_main_left{
  float:left;
  width:657px;
  overflow:hidden;
}

.div_header_right h1{
  float:left;
  width:100%;
  color:#2989bc;
  font-size:48px;
  margin:45px 0 0 0;

  font-weight:300;
}

#div_main_left h1{
  float:left;
  width:100%;
  color:#2989bc;
  font-size:35px;
  margin-bottom:13px;
  font-weight:300;
}

#div_main_left h2{
  float:left;
  width:100%;
  color:#2989bc;
  font-size:25px;
  margin-bottom:13px;
  margin-top:35px;
  font-weight:300;
}

.p_main{
  display:block;
  padding-right:30px;
  color:#3c3c3c;
  text-align: justify;
  font-size:15px;
  font-weight:300;
  line-height:25px;
  margin:1em 0px;
}

.p_main a{
  color:#fe6000;
}

.p_main a:hover{
  color:#59a2c9;
}

.a_category_home{
  float:left;
  width:289px;
  margin-right:60px;
  padding-bottom:25px;
}

.a_category_home .span_title{
  float:left;
  width:100%;
  font-size:18px;
  padding-bottom:15px;
  margin-top:8px;
  text-align: center;
  color:#fe6000;
  max-height:59px;
  overflow:hidden;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

.a_category_home .span_title.sm{
  font-size:14px;
}

.a_category_home:hover .span_title{
  text-decoration: underline;
  color:#59a2c9;
}

.a_category_home:hover .div_image_c{
  border-color:#B3D0DD;
}

.a_category_home .div_image_c{
  float:left;
  width:100%;
  height:216px;
  border-radius:5px;
  background-color: white;
  border:3px white solid;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
  overflow:hidden;
  text-align: center;
}

.a_category_home .div_image_c img{
  height:100%;
}

#div_main_right, #div_main_right_2{
  float:right;
  width:342px;
  min-height:500px;
  background-color:#f7f8f9;
  padding-bottom:50px;
}


#div_main_right_2{
width:300px;
/*background-color:#8BC5E6;*/
}

#div_main_right .h3_right, #div_main_right_2 .h3_right{
  margin:25px 0 0 20px;
  color:#5F5F5F;
  font-weight:300;
  font-size:25px;
}
/*
#div_main_right_2 .h3_right{
  color:white;
  font-weight:normal;
} */

.div_actuality_container{
  float:left;
  width:100%;
}

.a_actuality_title{
  float:left;
  width:300px;
  margin:20px 0 0 20px;
  color:#fe6000;
  font-size:15px;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

.div_date_of{
  float:left;
  width:100%;
  font-size:12px;
  margin-top:6px;
  color:#757575;
  margin-left:20px;
}

.div_date_of_b{
  float:left;
  width:46%;
  margin:10px 0 10px 0;
  color:#757575;
}

a.a_actuality_title:hover{
  text-decoration: underline;
  color:#59a2c9;
}

.p_actuality_content{
  float:left;
  width:300px;
  color:#666666;
  font-size:13px;
  line-height:20px;
  text-align: justify;
  margin:5px 20px 0 20px;
}

.div_actuality_date{
  float:left;
  margin:10px 0 0 20px;
  font-size:11px;
  color:#989898;
}

.a_more_actuality{
  float:right;
  color:#fe6000;
  margin:10px 20px 0 0;
}

.a_more_actuality:hover{
  text-decoration: underline;
  color:#59a2c9;
}

.div_categories_r_c{
  float:left;
  width:262px;
  margin:19px 0 0 20px;
  padding-bottom:35px;
}
.div_categories_r_c .div_category_r{
  float:left;
  width:100%;
  border-bottom:1px #E7E7E7 solid;
  position:relative;

}

.div_categories_r_c .div_category_r a{
  float:left;
  font-size:15px;
  color:#fe6000;
  /*color:white;*/
  padding:7px 0px 7px 25px;
  /*text-transform: uppercase;*/
  background-image:url('../images/ico_arr_r.png');
  background-repeat: no-repeat;
  background-position: 10px center;
  width:235px;
}



.div_categories_r_c .div_category_r:hover .div_arr{
  border-left: 10px solid #2989bc;
}

.div_categories_r_c .div_category_r .div_arr{
  float:left;
  position:absolute;
  display:none;
  left:0px;
  top:50%;
  margin-top:-10px;
  width:0px;
  height:0px;
  border-left: 10px solid #fe6000;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
}

.div_categories_r_c .div_category_r:hover, .div_categories_r_c .div_category_r.selected{
  background-color: white;
}

.div_categories_r_c .div_category_r a:hover, .div_categories_r_c .div_category_r.selected a{
  color:#2989bc;
  /*font-weight:300;*/
}

.div_categories_r_c .div_category_r .sub{
  padding-left:40px;
  background-position: 25px center;
  font-size:14px;
  width:230px;
  color:#323232;
}


.div_categories_r_c .div_category_r .div_category_r.selected{
  background-color: white;
}
.div_categories_r_c .div_category_r:hover{
  background-color: rgba(255, 255, 255, 0.6);
}

.div_categories_r_c .div_category_r a:hover, .div_categories_r_c .div_category_r .div_category_r.selected a{
  color:#2989bc;
  /*font-weight:300;*/
}

#div_footer{
  float:left;
  width:100%;
  height:40px;
  background-color:#BEB7A6;
}

.div_footer_menu{
  float:left;
  margin-top:10px;
}

.div_footer_menu a{
  color:white;
  padding:0px 8px 0 0;
}

.div_footer_menu a:hover{
  text-decoration: underline;
}

.div_footer_menu span{
  color:#726A4F;
  padding:0px 8px 0 0;
}

.div_copyright{
  float:right;
  margin:10px 0 0 0;
  color:white;
}

.table_contacs{
  float:left;
  width:50%;
  border-collapse:collapse;
  color:#3c3c3c;
  font-size:15px;
  font-weight:300;
}

.table_contacs td{
  vertical-align: top;
  padding-top:4px;
  line-height:30px;
}

.div_c_fotm_l{
  float:left;
  width:100%;
  margin-top:10px;
}

.div_c_fotm_l label{
  float:left;
  font-size:15px;
  color:#3c3c3c;
  width:160px;
  margin-top:12px;
  margin-left:20px;
}

.div_c_fotm_l input{
  float:left;
  width:350px;
  border:1px #c6c6c6 solid;
  padding:10px;
  font-size: 14px;
}

.div_c_fotm_l textarea{
  float:left;
  width:350px;
  font-size: 14px;
  height:80px;
  border:1px #c6c6c6 solid;
  padding:10px;
  resize: vertical;
}

.a-btn-buy{
  display: block;
  padding:15px 0 15px 30px;
  background-color: #fe6000;
  font-size:15px;
  margin: 20px 10px 0 10px;
  color:white;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
  transition:all 0.2s;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-image: url('../images/icon-cart.png');
}

.empty-cart{
  float: left;
  width: 600px;
  padding: 15px;
  background-color: #E7E7E7;
  margin-top: 20px;
  color: #8C8C8C;
  font-size: 17px;
  border-radius: 2px;
}

.a-btn-buy:hover{
  background-color:#59a2c9;
}

.a_btn_send{
  float:left;
  padding:15px 35px;
  background-color: #fe6000;
  font-size:15px;
  margin:30px 0 0 280px;
  color:white;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
  transition:all 0.2s;
}

.a_btn_send:hover{
  background-color:#59a2c9;
}

.a_btn_send.active{
  background-color:#59a2c9;
}

.a_btn_send.active:hover{
  background-color: #2989BC;
}

.pay-type{
  float: left;
  width: 284px;
  background: white;
  border-radius: 2px;
  border: 1px white solid;
  cursor: pointer;
  margin: 10px !important;
}

.pay-type .cont{
  float: left;
  margin: 9px 0 0 6px;
}
.pay-type .cont .title{
  font-weight: bold;
  font-size: 15px;
}

.pay-type:hover:not(.active) .check-con .check{
  display: block;
  opacity: 0.2;
}

.payment-type-2{
  margin-left: 25px;
}


.ship-type{
  float: left;
  width: 284px;
  background: white;
  border-radius: 2px;
  border: 1px white solid;
  cursor: pointer;

  margin: 10px !important;
}

.ship-type .cont{
  float: left;
  margin: 9px 0 0 6px;
}
.ship-type .cont .title{
  font-weight: bold;
  font-size: 15px;
  width: 210px;
}

.ship-type .cont .title span{
  font-weight: normal;
  font-size: 80%;
  font-style: italic;
}

.ship-type .cont .title .description{
  font-weight: normal;
  font-size: 11px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.shippment-type-2{
  margin-left: 25px;
}

.ship-type:hover:not(.active) .check-con .check{
  display: block;
  opacity: 0.2;
}


.items-total{
  float: left;
  width: 640px;
  margin-top: 0px;
  background: white;
}

.items-total .item{
  float: left;
  width: 100%;
  border-bottom: 1px #CCC solid;
  padding: 8px 0;
}

.items-total .item.total{
  border-top: 2px #98CCE9 solid;
}

.items-total .item .name{
  float: left;
  font-weight: bold;
  padding: 0 10px;
}

.items-total .item .price{
  float: right;
  margin-right: 15px;
}

.items-total .total{
  float: left;
  width: 100%;
  height: 2px;
  background: #98CCE9;
}



.check-con{
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: 2px #DEDEDE solid;
  background: #FBFBFB;
  float: left;
  margin: 10px;
}

.check{
  width: 23px;
  height: 23px;
  background: #FE6000;
  border-radius: 3px;
  margin: 6px 0 0 6px;
  display: none;
}

.active .check-con .check{
  display: block;
}




.a_more_info_href{
  float:left;
  padding:15px 25px;
  background-color: #fe6000;
  color:white;
  font-size:14px;
  margin-top:20px;
}

.a_more_info_href:hover{
  text-decoration: underline;
  background-color:#2989bc;
}

#div_product_detail_image{
  float:left;
  width:452px;
  height:332px;
  overflow:hidden;
  background-color: white;
  border:4px white solid;
  border-radius:4px;
  position:relative;
  cursor:pointer;
  text-align: center;
}

#div_product_detail_image

#div_product_detail_image:hover .div_zoom_icon{
  opacity:0.6;
}

.div_zoom_icon{
  float:left;
  width:70px;
  height:70px;
  bottom:10px;
  right:10px;
  position:absolute;
  background-image:url('../images/ico_zoom.png');
  background-position: center center;
  background-repeat: no-repeat;
  opacity:0.4;
}

#div_gallery_item_container{
  float:right;
  width:184px;
  height:340px;
  overflow:hidden;
}

#div_gallery_item_container .div_p_gallery_item{
  float:left;
  width:178px;
  height:127px;
  overflow:hidden;
  text-align: center;
  background-color: white;
  border:3px white solid;
  overflow:hidden;
  border-radius:4px;
  margin-bottom:7px;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
  transition:all 0.2s;
  cursor:pointer;
}

#div_gallery_item_container .div_p_gallery_item:hover, #div_gallery_item_container .div_p_gallery_item.active{
  border-color:#6EBCDF;
}

.div_gallery_move_t{
  float:left;
  width:100%;
  background-image:url('../images/arr_t_gall.png');
  background-repeat: no-repeat;
  background-position: center top;
  height:24px;
  cursor:pointer;
}

.div_gallery_move_t:hover{
  background-position: center center;
}

.div_gallery_move_t.dis{
  background-position: center bottom;
}

.div_gallery_move_b{
  float:left;
  width:100%;
  background-image:url('../images/arr_b_gall.png');
  background-repeat: no-repeat;
  background-position: center top;
  height:24px;
  cursor:pointer;
}

.div_gallery_move_b:hover{
  background-position: center center;
}

.div_gallery_container_m{
  float:left;
  width:100%;
  height:292px;
  overflow:hidden;
  position:relative;
}

.div_moover{
  float:left;
  width:100%;
  position:absolute;
  left:0px;
  top:0px;
}

.div_add_info{
  float:left;
  width:100%;
  margin-top:20px;
}

.table_add_info{
  float:left;
  width:100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table_add_info td{
  padding:0px;
}

.table_add_info td p{
  margin:0px;
}

.table_add_info td.left{
  width:69%;
  border-right:1px #D1D1D1 solid;
  padding-right:20px;
  font-size:15px;
  color:#3c3c3c;
  text-align: justify;
  font-weight:300;
  line-height:23px;
}

.table_add_info td.full{
  padding-right:20px;
  font-size:15px;
  color:#3c3c3c;
  text-align: justify;
  font-weight:300;
  line-height:23px;
}

.table_add_info .span_price{
  display:inline-block;
  background-color:white;
  padding:8px 15px;
  border-radius:3px;
  text-align: center;
  font-size:25px;
  color:#fe6000;
}

.div_cont_home{
  float:left; margin-left:0px; margin-top:10px; width:710px;
}

.div_wrong_correct{
  float:left;
  width:372px;
  background-color: #9fd80b;
  background-repeat: no-repeat;
  background-position: 15px center;
  margin:25px 0 0 180px;
  padding:15px 0px;
  display:none;
  border-radius:2px;
}

.div_wrong_correct span{
  float:left;
  margin:0px 0 0 80px;
  color:#ffffff;
  line-height:1.5;
  font-size:17px;
}

.div_wrong_correct.correct{
  background-image:url('../images/ico_correct.png');
}

.div_wrong_correct.alert{
  background-color:#ac2a2a;
  background-image:url('../images/ico_alert.png');
}

#div_fade_page{
  float:left;
  width:100%;
  height:100%;
  position:fixed;
  background-color:#E9E9E9;
  opacity:0.6;
  z-index:3;
  display:none;
}

#div_gallery_popup{
  float:left;
  width:60%;
  height:60%;
  background-color: white;
  border:6px white solid;
  border-radius:12px;
  position:fixed;
  left:50%;
  top:50%;
  display:none;
  z-index:4;
}

.div_close{
  float:left;
  width:60px;
  height:60px;
  background-color:white;
  position:absolute;
  right:-2px;
  top:-2px;
  cursor:pointer;
  border-radius:4px;
  background-image:url('../images/ico_close_popup.png');
  background-repeat: no-repeat;
  background-position: center center;
}

.div_close:hover{
  background-color:#c6c6c6;
}

.a_author{
  float:right;
  margin:10px 10px 0 0;
  color: white;
}

.a_author:hover{
  text-decoration: underline;
}

.div_vodoznak{
  float:left;
  position:absolute;
  left:0px;
  bottom:20px;
  width:86px;
  height:50px;
  background-image:url('../images/ico_vodoznak.png');
  display:none;
}

.div_vodoznak_b{
  float:left;
  position:absolute;
  left:0px;
  bottom:20px;
  width:151px;
  height:89px;
  background-image:url('../images/ico_vodoznak2.png');
  display:none;
}

.a_next_button{
  float:right;
  width:100%;
  text-align: center;
  background-color: #59a2c9;
  padding:10px 0;
  color:white;
  font-size:16px;
  border-radius:4px;
  background-image:url('../images/ico_top.png');
  width:200px;
  margin-top: 40px;
  margin-right: 25px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.a_next_button:hover{
  background-color:#fe6000;
}

.a_go_to_top{
  float:left;
  width:100%;
  text-align: center;
  background-color: #59a2c9;
  padding:10px 0;
  color:white;
  font-size:16px;
  border-radius:4px;
  background-image:url('../images/ico_top.png');
  width:200px;
  margin-left:240px;
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}

.a_go_to_top:hover{
  background-color:#fe6000;
}

.shopping-cart-items{
  float: left;
  width: 100%;
}

.shopping-cart-item{
  float: left;
  width: 630px;
  margin-top: 10px;
  padding-bottom: 10px;
}

.shopping-cart-item:not(:last-child){
  border-bottom: 1px #98CCE9 dashed;
}

.shopping-cart-item .right{
  margin-top: 25px;
}

.shopping-cart-item .image{
  float: left;
  background-color: white;
  border-radius: 4px;
  padding: 3px;
  margin-right: 10px;
}

.shopping-cart-item .image img{
  float: left;
  border-radius: 2px;
  max-width: 90px;
}

.shopping-cart-item .title{
  float: left;
  font-weight: bold;
  font-size: 15px;
  width: 305px;
}

.shopping-cart-item .title a{
  color: #2989BC;
}

.shopping-cart-item .title a:hover{
  text-decoration: underline;
}

.shopping-cart-item .count{
  float: left;
  width:40px;
}

.shopping-cart-items .header{
  float: left;
  width: 630px;
  padding: 10px 0 7px 0;
  border-bottom: 1px #98CCE9 dashed;
}

.shopping-cart-items .header .item{
  float: left;
  font-weight: bold;
}

.shopping-cart-item .count input{
  width: 100%;
  border:1px #98CCE9 solid;
  border-radius: 3px;
  text-align: center;
  font-weight: bold;
  height: 25px;
  margin-top: -3px;
}

.shopping-cart-item .price{
  float: left;
  font-weight: bold;
  font-size: 15px;
  color: #F09000;
  margin-left: 45px;
}

.shopping-cart-item .a_btn_remove{
  float: right;
  width:27px;
  background-color: #EA6969;
  height:27px;
  cursor: pointer;
  margin-top: -3px;

  background-repeat: no-repeat;
  background-position: center center;
  background-image:url('../images/icon-trash.png');
}

.shopping-cart-item .a_btn_remove:hover{
  background-color: red;
}

.conclusion{
  float: left;
  width: 630px;
  border-top: 1px #98CCE9 dashed;
  margin-top: 1px;
  text-align: right;
  padding-top: 15px;
  font-size: 17px;
}

.alert-message{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.58);
  display: none;
}

.alert-message .white{
  background-color: white;
  width: 450px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -55px 0 0 -225px;
  border-radius: 5px;
  border: 3px #98CCE9 solid;
  text-align: left;
  background-image: url('../images/icon-check.png');
  background-repeat: no-repeat;
  background-position: 25px center;
}

.alert-message .message{
  font-size: 20px;
  padding: 15px;
  margin-left: 100px;
  line-height: 1.8;
}
