/*   Main   */

body{
  padding-right: 0 !important;
}

body {
  background: #fff;
  font-family: "OpenSansRegular", Arial, sans-serif;
  color:#444;
  font-size: 13px;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: "OpenSansRegular", Arial, sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 20px;
  color:#333;
  line-height: 30px;
}

h2{
  font-size: 18px;
  line-height: 28px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 26px;
}

h4{
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #003333;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 320px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 5px;
}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}


.img-responsive2{
  height: auto;
  max-width: 100%;
}

.img-responsive{
  height: auto !important;
  max-width: 100%;
}



/*---------- #header-top ---------*/

#header-top{
  padding: 5px 0 3px;
  margin: 0;
  background: #0060aa;
}

.bl_top_phone{
  position: absolute;
  top: 22px;
  right: 10px;
  text-align: right;
  margin-right: -35px;
}

.bl_top_phone a{
  color: #fef926;
  font-size: 26px;
  line-height: 26px;
  text-decoration: none;
  font-family: 'OpenSansSemiBold', Helvetica, Arial;
  padding-right: 35px;
  text-shadow: 1px 1px 2px black;
}

.bl_top_phone a:hover{
  text-decoration: underline;
}

.bl_top_phone > span{
  padding-right: 10px;
  color: #999;
}

/*------------------- header ---------------------*/

#header{
  background-color: #063f6c;
  padding: 0;
  height: 70px;
}

.navbar-brand{
  padding: 4px 4px 0;
  padding-right: 20px;
  padding-left: 20px;
}

.navbar-brand img{
  height: 60px;
  width: auto;
}

.navbar{
  min-height: auto;
}

.navbar-nav, .navbar{
  margin: 0;
  border:0;
}

.navbar-fixed-top{
  background-color: rgba(0, 96, 170, .8);
}

.navbar  .container{
  position: relative;
  padding-left: 5px;
  padding-right: 0;
}

.navbar-nav > li > a > i{
  font-size: 20px;
}

.navbar-nav > li > a{
  font-family: "HelveticaRegular", Arial, sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
}

.navbar-nav > li > a:hover{
  color: #ddd !important;
  background: #0060aa !important; 
}

.navbar-nav > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
   color: #0060aa;
   background: #fff;
}

.active-hover{
  background: #4081e5;
  color: #fff;
}

.navbar-toggle{
  border:1px solid #fff;
  margin-right: 20px;
}

.navbar-toggle > span{
  color: #eee;
  background: #fff;
  border:1px solid #fff;
}

.btn-social > span{
  font-size: 22px;
}

.navbar-right > li > a.btn-social {
   padding: 7px;
}


.dropdown-menu {
  min-width: 200px;
  background: #4081e5;
  max-height: 500px;
  overflow: auto;
}
.dropdown-menu.columns-2 {
  min-width: 400px;
}
.dropdown-menu.columns-3 {
  min-width: 600px;
  margin: -1px 0 0 0px;
}

.dropdown-menu li a {
  font-size: 13px;
  padding: 5px 15px;
  color: #fff;
}

.dropdown-menu li a:hover{
  color: #4081e5;
  background: #fff;
}

.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a, .navbar-nav .open .dropdown-menu>li>a {
  display: block;
  clear: both;
  padding-left: 35px;
  line-height: 1.428571429;
  color: #fff;
  white-space: normal;
}
.multi-column-dropdown li a:hover, .navbar-nav .open .dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #4081e5;
  background: #fff;
}

.navbar-nav > .open > a{
  color: #4081e5 !important;
  background: #fff !important;
}

.navbar-nav > .dropdown > a:hover{
  background: #fff;
  color: #4081e5;
}


/*------------------menu-into-carusel-----------*/

#menu-into-carusel{
  position: absolute;
  z-index: 8;
  background: radial-gradient(at center center, rgba(0, 158, 226, 0.9) 0%, rgba(0, 50, 100, 0.9) 100%);
  color: rgb(255, 255, 255);
  visibility: hidden;
}

#menu-into-carusel ul{
  list-style-type: none;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

#menu-into-carusel ul li{
     display: block;
   padding-top: 21px;
   padding-bottom: 21px; 
   border-bottom: 1px dotted #eee; 
   text-align: center;
}

#menu-into-carusel ul li:last-child{
     border-bottom: 0; 
}

#menu-into-carusel ul li a{
   color: #fff;
   font-size: 20px;
   line-height: 26px;
   font-family: "OpenSansRegular";
}

#menu-into-carusel ul li a:hover{
  color: #000;
}


/*-------------- sect_carusel ---------------------*/

#sect_carusel{
  padding: 0;
  background: #edeeef;
  position: relative;
}

.carousel-bg  .carousel-inner .item {
   background-color: transparent;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   background-position: center;
   min-height: 600px;
}

.carousel-bg  .carousel-caption{
   right: 10%;
   width: auto;
   margin: 0;
   bottom: 100px;
   text-align: right;
   padding: 0;
   z-index: 1;
}

.carousel-bg  .carousel-caption h2{
  font-family: "HelveticaMedium", Arial, sans-serif; 
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 10px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.9)
}

.carousel-bg  .carousel-caption p{
  font-size: 22px;
  color: #fff;
  margin-bottom: 50px;
  margin-top: 30px;
}

.btn_carusel{
    background: rgba(0, 96, 170, 0.7);
    color: #fff;
    text-decoration: none !important;
    padding: 12px 15px 12px;
    font-family: "HelveticaMedium", sans-serif;
    transition: all 3s lenear;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
}

.btn_carusel:hover{
  background: rgba(0,0,0, .7);
  color: #fff;
}

.carousel-bg  .carousel-control{
  bottom: 0;
  padding: 20% 0 0 0;
}

.carousel-bg  .carousel-indicators{
  bottom: 10px;
  height: 20px;
  text-align: right;
}



/*------------------sect_recomend------------*/

#sect_recomend{
  background-color: #fffff1;
}

#sect_recomend .col-md-4{
  padding-left: 10px;
  padding-right: 10px;
}

#sect_recomend h2{
  font-size: 22px;
  color: #0060aa;
  margin-bottom: 60px;
}

.bl_recomend{
  margin-bottom: 50px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(218,214,58,0.9);
}

.bl_recomend:hover{
  box-shadow: 0 0 8px rgba(0,96,170,0.7);  
}

.bl_recomend_title{
  display: flex;
  justify-content: center;
  text-align: center;
  height: 50px;
  overflow: hidden;
  background: #FFFA00;
  padding: 1em;
}

.bl_recomend_title h3{
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #000;
  font-family: "OpenSansBold";
}

.bl_recomend_img{
  height: 250px;
  overflow: hidden;
  text-align: center;
  margin-top: 0;
}

.bl_recomend_img img{
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.bl_recomend_price{
  margin: 0 0 5px 0;
  background: #FFFA00;
  padding: 1em;
  font-size: 16px;
  line-height: 18px;
  color: #0060aa;
  text-align: center;
  font-family: "OpenSansBold";
}

.bl_recomend_service{
  width: calc( 100% - 30px);
  text-align: center;
  font-family: "OpenSansBold";
  font-size: 18px;
  line-height: 18px;
  border-bottom: 1px dotted #0592ff;
  color: #000;
  margin: 5px 15px 10px;
  padding: 1em;
}

.bl_recomend ul{
  list-style-type: none;
  padding: .5em .5em 1.5em 3.5em;
}

.bl_recomend ul li{
  position: relative;
  list-style-type: none;
  padding: .5em;
  font-size: 16px;
  line-height: 24px;
  font-family: "HelveticaRegular";
  color: #000;
}

.bl_recomend ul li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -19px;
  width: 17px;
  height: 17px;
  background-image: url(../img/icon-li-recom.png);
}

.bl_recomend_btn{
  padding: .5em;
}

.tbn-busket-recom{
  width: 100%;
  border-radius: 0;
}


/*-------------- sect_betonjob-----------*/

#sect_betonjob{
  background-image: url(../img/bg-betonjob.jpg);
  padding: 40px 0 30px;
}

#sect_betonjob h2{
   font-size: 22px;
   line-height: 28px;
   color: #000;
}

.img_betonjob{
  text-align: right;
  margin-top: -90px;
}

#sect_betonjob ul{
  list-style-type: none;
  padding: .5em .5em 1.5em 3.5em;  
}

#sect_betonjob ul li{
  position: relative;
  list-style-type: none;
  padding: .5em;
}

#sect_betonjob ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -19px;
  width: 17px;
  height: 11px;
  background-image: url(../img/icon-li-job.png);
}

#sect_betonjob ul li a{
  font-size: 16px;
  line-height: 24px;
  font-family: "HelveticaRegular";
  color: #000;
}


/*-------------------- sect-zayavka------*/

#sect-zayavka{

}

#sect-zayavka h3{
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  color: #000;
}

.bl_zayavka_form{
  background-color: #fffff1;
  border: 5px solid #fef926;
  padding: 1em;
}

#sect-zayavka p{
  font-size: 15px;
  line-height: 24px;
  color:  #0a5188;
  text-align: center;
  font-family: "HelveticaRegular";
}

.btn-zayavka, .bl_zayavka_form input{
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
}


#result_zayavka_form{
     display: none;
     text-align: center;
	 font-size: 15px;
	 color: #0c5894;
	 line-height: 28px;
	 padding: 0 20px 20px;	
	 margin: -10px 0 0 0;
}

#sect-zayavka label.error{
   display: none !important;
}


/*-----------------sect_avtopark ----------*/

#sect_avtopark{
  padding: 0;
  background: #f9f9f9;
}

#sect_avtopark h2{
  width: calc(50% - 40px);
  font-size: 30px;
  line-height: 38px;
  color: #000;
  padding: 20px 20px 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
  text-align: left;
  margin-bottom: 50px;
}

#sect_avtopark ul{
  list-style-type: none;
  padding: .5em .5em 1.5em 3.5em;  
}

#sect_avtopark ul li{
  position: relative;
  list-style-type: none;
  padding: .5em;
  font-size: 16px;
  line-height: 24px;
  font-family: "HelveticaRegular";
  color: #000;
}

#sect_avtopark ul li:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -19px;
  width: 17px;
  height: 11px;
  background-image: url(../img/icon-li-job.png);
}

.avtopark_sale{
  text-align: center;
  font-family: "HelveticaRegular";
  font-size: 16px;
  line-height: 24px;
  background-color: #fef926;
  color: #000;
  padding: 1.5em;
}

#sect_avtopark img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#block_avtopark{
  display: flex;
  justify-content: center;
  flex-wrap:wrap; 
}

.left_avtopark{
  flex: 50%;
  width: 100%;
  height: auto;
  background: url(../img/img-avtopark.jpg) no-repeat center bottom; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
}

.right_avtopark{
  flex: 50%;
  padding: 15px;
}


/*---------------- sect_aboutnasos ----------*/

#sect_aboutnasos{
  background-color: #fffff1;
}

#sect_aboutnasos .container-fluid{
  padding-left: 15px;
  padding-right: 15px;
}

#sect_aboutnasos h2{
  color: #0a5188;
  font-family: "HelveticaRegular";
  font-size: 26px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase; 
}

#sect_aboutnasos .center p{
  font-size: 16px;
  line-height: 26px;
}

#block_aboutnasos{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  margin: 30px 0 0;
}

.bl_aboutnasos{
  flex: 1;
  text-align: center;
  padding: 1em 0.5em;
  margin: 0 .2em;
  margin-bottom: 30px;
}

.bl_aboutnasos img{
  width: 160px;
  height: 160px;
  border-radius: 160px;
  margin: 10px auto;
}

.bl_aboutnasos h4{
  font-size: 18px;
  line-height: 26px;
  color: #0a5188;
  padding: .5em;
  font-family: "HelveticaThin";
}

.bl_aboutnasos h4 a{
  font-size: 18px;
  line-height: 26px;
  color: #0a5188;
  font-family: "HelveticaThin";
  text-decoration: none;  
}

.bl_aboutnasos h4 a:hover, .bl_aboutnasos h4 a:focus{
	text-decoration: underline;
}





/*------------ sect_preim -----------*/

#sect_preim{
  background-color: #f1f1f1;
  background-image: url(../img/bg-betonjob.jpg);
}

#sect_preim h2{
  color: #1a1a1a;
  font-family: "HelveticaRegular";
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;  
  margin-bottom: 40px;
}

.main-preim{
  margin: 150px auto;
}

#sect_preim ul{
  list-style-type: none;
}

#sect_preim ul li{
  display: flex;
  background-color: #fbf9aa;
  margin: 1em 0;
}

#sect_preim ul li.pr2{
  margin-left: 8%;
}

#sect_preim ul li.pr3{
  margin-left: 16%;
}

#sect_preim ul li.pr4{
  margin-left: 24%;
  flex: 2;
}

#sect_preim ul li.pr5{
  margin-left: 16%;
}

#sect_preim ul li.pr6{
  margin-left: 8%;
}

.preim_img{
  background-color: #fef926;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  text-align: center;
  font-size:  54px;
  line-height: 98px;
  font-family: "OpenSansExtraBold";
  color: #fff;
  text-shadow: 0 0 2px #999;
  box-shadow: 0 0 8px rgba(2,2,5, 0.3);
  margin-right: 10px;
  margin-left: -50px;
  padding-left: 90px;
}

.preim_img > span{
  margin-left: -90px;
}

.preim_info{
  background-color: #fbf9aa;
  padding: .5em .5em .5em .5em;
}

.preim_info h4 {
  font-size: 16px;
  line-height: 24px;
}


/*-------------sect_maingallery--------------*/

#sect_maingallery{
   padding: 70px 0 70px;
   background-color: #eee;
}

#sect_maingallery h2{
  color: #1a1a1a;
  font-family: "HelveticaRegular";
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;  
  margin-bottom: 40px; 
}

#block_maingallery{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  margin: 30px 0 0;
}

.bl_mgall{
  flex: 24.5%;
  text-align: center;
  padding: 0.1;
  margin: 0 .2em;
  margin-bottom: 30px;
}

.bl_mgall img{
  height: 220px;
  width: 100%;
  object-fit: cover;
}




/*------------------- section_callback ----------------------*/

#section_callback{
  position: relative;
  min-height: 10vh;
  margin: 0;
  padding: 70px 0;
  width: 100%;
}

#section_callback h2{
  font-family: "OpenSansRegular";
  font-weight: 400;
  color: #fff;
  margin: 10px 0 30px;
  font-size: 20px;
  line-height: 22px;
}

#section_callback form input, #section_callback form button{
  width: 100%;
  border-radius: 0;
}

#section_callback form button{
  background-color: #121212;
  border-color: #444;
}

#section_callback form button:hover, #section_callback form button:focus{
  background-color: #197bc7;
  border-color: #197bc7;
}

#section_callback form input{
  padding: 6px 10px;
  font-size: 14px;
  line-height: 20px;
}

 #section_callback form button > i{
  position: absolute;
  top: 0;
  left: 15px;
  padding: 5px 12px 5px 15px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  background: #197bc7;
 }



#section_callback form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}
#section_callback form input::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}
#section_callback form input:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}
#section_callback form input:-moz-placeholder { /* Firefox 18- */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}


 #result_order_main_callback{
     display: none;
     text-align: center;
	 font-size: 15px;
	 color: #fff;
	 line-height: 28px;
	 padding: 0 20px 0;	
	 margin: -10px 0 0 0;
}

#section_callback label.error{
   display: none !important;
}



/*-------------- main-section ------------*/

#main-section{
  padding: 70px 0 50px;
}

#main-section h2{
  font-weight: 400;
  font-family: "HelveticaMedium";
  font-size: 16px;
  color: #1a1a1a;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom:1px solid #eee;
}

.bl_text_main{
  padding: 0 0 20px 0;
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
}




/*----------------- footer---------------*/

#footer{
  padding: 90px 0 70px;
}

#footer h3{
  font-size: 18px;
  color: #ffff11;
  margin-top:0;
  margin-left: 10px;
  font-family: "OpenSansRegular";
  font-weight: normal;
}

#footer .address, #footer .phone, #footer .email_footer{
  margin:0 20px 30px 10px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}

 #footer .phone{
   font-size: 20px;
  line-height: 30px;
}

 #footer .phone a{
  color: #fff;
  text-decoration: none;
 }

 #footer .phone a:hover{
  text-decoration: underline;
 }

#footer .email_footer a{
   color: #fff;
   text-decoration: underline;
   cursor: pointer;
}

#footer .email_footer a:hover{
  color: #97befb;
}

#footer form{
  padding: 10px 0 50px;
}

#footer .worktime{
    margin:0 20px 30px 10px;
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}

#footer .navbar-soseti{
  text-align: left !important;
  padding:15px 0 15px 10px;
}

#footer input, #footer textarea{
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.btn-niz{
  background: #344258;
  border:1px solid #fff;
  color:  #fff;
  border-radius: 0;
  width: 100%;
  font-family: "OpenSansRegular";
  letter-spacing: 1px;
}

.btn-niz:hover{
  background: #4081e5;
  border:1px solid #eee;
  color: #fff;
}

.bl-podpiska{
  padding: 0 1em 1em;
}

.bl_niz_seti{
   text-align: left;
   padding-left: 20px;
}


.bl_niz_seti > a > i{
  padding: 10px 2px 30px;
  font-size: 36px;
  color: #ddd;
}

.bl_niz_seti > a > i:hover{
  color: #97befb;
}

.address > div{
  margin-bottom: 15px;
}

.footer_logo{
  text-align: center;
  margin-bottom: 40px;
  padding: 0 40px;
}

ul.footer_menu{
   list-style-type: none;
   margin: 0;
   padding: 0;
}

ul.footer_menu li{
  padding-left: 20px;
}

ul.footer_menu li a{
   font-size: 16px;
   line-height: 32px;
   color: #fff;
   text-decoration: none;
   cursor: pointer;
}

ul.footer_menu li a:hover{
  text-decoration: underline;
}


/*-----------------main-map ------------------*/

#main-map{
  padding: 0;
  height: 450px;
}




/*-------------------scroll-to-top-button---------------------*/

.scroll-to-top-button{
  z-index: 1000;
  color: #333;
  font-family: verdana;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  margin: 10px;
  background: transparent;
  text-align: center;
}

.scroll-to-top-button i{
    font-size: 40px;
}

/*---- #footer-copy----*/

#footer_copy{
   background: #111;
   margin: 0;
   padding: 7px 0;
}

 #footer_copy p {
   margin: 0;
   padding: 0;
}

.copy{
   margin: 0;
   padding: 5px 0 0 !important;
   font-size: 12px;
   color: #fff;
   line-height: 18px;
}

p.prosite {
   text-align: right;
}

p.prosite a{
    font-size: 12px;
  line-height: 18px;
    color: #777;
    text-decoration: none;
}

p.prosite a:hover{
    text-decoration: underline;
}



/*---------------modal-dialog------------*/

#modal-transparent .modal-title{
  color: #0060aa;
    font-size: 20px;
    padding-bottom: 10px;
}

#zamer_submit{
  width: 100%;
  font-weight: 400;
  letter-spacing: 2px;  
  background-color: #0060aa;
  border-color: #0060aa;
}

#zamer_submit:hover, #zamer_submit:focus{
  background-color: #0a4470;
  border-color: #0a4470;  
}

/* .modal-transparent */

.modal-transparent {
  background: rgba(0,0,0, .7);
}
.modal-transparent .modal-content {
  background: #fff;
  border-radius: 0;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #fff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

#modal-transparent .modal-body{
    background: #fff;
}

#modal-transparent h4{
    color: #9b1427;
}

#result_order_zamer{
  display: none;
  margin: 20px auto 50px;
  text-align: center;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-family: "UbuntuRegular", Tahoma;
}


/*---------------------- error --------------*/

label.error{
  font: 11px Arial, Verdana, sans-serif;
  color: #ff0000;  
}

input.error, textarea.error{
   border-color: #ff0000;
}


/*--------------back_form --------------*/

#back_submit{
	width: 100%;
	background-color: #0060aa;
	border-color: #0060aa;
}

#back_submit:hover, #back_submit:focus{
	background-color: #106eb6;
	border-color: #106eb6;
}

#result_order_back{
     display: none;
     text-align: center;
	 font-size: 15px;
	 color: #0d4f83;
	 line-height: 28px;
	 padding: 0 20px 0;		
}


#block_forma_about label.error{
	display: none !important;
}


/*------------------------ modal shopping cart -------------------*/

#recomend-info-cart {
    display: none;
    border-bottom: 1px solid #4081e5;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-family: "UbuntuRegular", Tahoma;
    color: #4081e5;
}

#recomend-info-cart span {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    font-family: "UbuntuRegular", Tahoma;
}


/*------------------- middle-content --------------*/

#middle-content{
	padding: 0 0 70px;
	background: #f9f9f9;
}

#middle-content-titleblock{
	padding: 50px 0 70px;
	text-align: center;
	background: url(/img/bg-titleblock.jpg) no-repeat;
	margin: 0 0 50px;
}

h1.view{
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 0;
	color: #035594;
}

h2.view{
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px black;
}

h4.view{
	font-size: 14px;
	color: #cb7e0b;
}

.bl_text_main{
	text-align: justify;
	font-size: 13px;
}


.tt_tovar_page{
   margin: 10px auto 20px;
   text-align: center;
}

.tt_tovar_page > a{
  padding:5px 8px;
  background: #f6f6f6;
  border:1px solid #999;
  border-radius: 3px;
  font-size: 15px;
  margin: 3px;
}

.tt_tovar_page > a.active{
  color: #ff0000;
  border:1px solid #ff0000;
}


.razdel_path {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
    color: #999;
    padding: 3px 0;
    background-color: #f7f7f7;
}

.razdel_path > a {
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
    color: #555;
}

.razdel_path > a:hover{
	color: #4081e5;
}

.razdel_path i {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}



/*-------------- articles-------------*/

#bl_articles_all{
	margin: 10px 0 30px;
}

.bl_article_tb{
  padding: 1em 1em;
  border:1px solid #ddd;
  margin-bottom: 20px;
}

.article_tb_title a{
    font: 14px/1em Tahoma, Arial;
    color: #000;
    text-decoration: underline;
}

.article_tb_title a:hover{
	color: #0060aa;
}

.bl_article_tb p{
	padding: 12px 0 3px;
    font: 12px/18px Tahoma, Arial;
    color: #313131;	
}


.in_bl_article_img{
   margin: 1em 1.5em 1em 0;
   max-width: 300px;
   height: auto;
   float: left;
}

.kl{
  font-size: 12px;
  color: #0060aa;
  text-decoration: none;
}

.kl:hover{
  text-decoration: underline;
}

.post_date {
    display: block;
    margin: 10px 0 3px;
    font-size: 12px;
    color: #0060aa;
}

span.cl_green{
	color: #5bb10e;
}

span.cl_red{
	color: #c57d0a;
}

.r_item_hr {
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px dotted #999;
}

.r_item_hr span.itm_green{
  font-size: 13px;
}

.col-sm-nd{
  text-align: right !important;
}

.main_text_info{
	text-align:  justify;
}


/*---------------------- catalog-razdel -------------------*/

#catalog-razdel{
	margin: 30px 0;
}

#catalog-razdel .col-md-4{
	padding-left: 5px;
	padding-right: 5px;
}

#catalog-razdel .bl_cat_item{
	margin-bottom: 30px;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	border: 1px solid #fff;
}


/*------------------------------ view catalog -----------------*/

#catalog_razdel{
   margin: 10px 0  25px 0;
}

#catalog_razdel .crazd{
    width: 100%;
	min-height: 360px;
	margin: 0 0 30px 0;
	background: #eee;
	border:1px dotted #eee;
	padding-bottom: 10px;
	float: left;
}

#catalog_razdel .crazd:hover{
  	background: rgba(229,229,229, .8);
}

#catalog_razdel .col-xs-6, #catalog_razdel .col-sm-6, #catalog_razdel .col-md-4{
	padding-left: 5px;
	padding-right: 5px;
}

.crazd .razdfoto{
	text-align: center;
	height: 250px;
	margin: 10px 10px 0;
	overflow: hidden;
}

.crazd .razdfoto img{
	height: 250px;
	width: auto;
	object-fit: cover;
}

.crazd  .razdtext{
  	margin: 10px 10px 10px;
	text-align: center;
}

.razdtext a{
    font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	color: #111;
	font-weight: 700;
	letter-spacing:1px;
}

.razdtext a:hover{
   color: #0060aa;
   text-decoration: underline;
}

.ramka_img_border{
   position: relative;
   margin: 10px 0 10px;
   max-width: 300px;
   max-height: 300px;
   padding: 0;
   border: 1px solid #e5e5e5;
   border-radius: 5px;
   background: #f6f6f6;
   overflow: hidden;
   text-align: center;
}

.ramka_img{
   margin: 3px;
   border: 3px solid transparent;
}

.ramka_img_border img{
  opacity: 1;
  width: 100%;
  height: 190px !important;
  object-fit: cover;
}

.ramka_img_border img:hover{
  opacity: .7;
}

.ramka_img_dopinfo{
   position: absolute;
   width: 100%;
   margin:0;
   left: 0;
   bottom: 3px;
   padding: 7px 10px;
   font: 11px/14px Tahoma, sans-serif;
   color: #fff;
   background: rgba(0,0,0, .7);
}

#cat_photo_full .col-md-4, #cat_photo_full .col-md-3{
	padding-left: 5px;
	padding-right: 5px;
}


a.all_r{
   font: 11px/14px Tahoma, sans-serif;
   color: #3f7734;
   text-decoration: underline;   
}

a.all_r:hover{
  	color: #000;
}

table.shop{
      width: calc(100% - 20px);
   margin-left:10px;
   margin-bottom: 20px;
   border: 2px solid #fff;
}

table.shop td{
    padding: 5px;
    border: 1px solid #eee;
    font-size: 13px;
	font-family: Tahoma, sans-serif;
}

.table-responsive{
   padding: 0 0 20px;
   overflow-x: auto;
}

.block_forma_about{
   margin: 30px 0 50px;
}


/*---------------------bl_cat_item----------------------------*/


.bl_cat_item{
  position: relative;
  transition: all .5s linear;
}

.bl_cat_item_text{
  position: absolute;
  bottom: 5px;
  left: 0;
  width: calc(100% - 20px);
  text-align: center;
  background-color: rgba(0,0,0, .55);
  color: #fff;
  padding: 8px 10px;
  margin: 0 10px;
  transition: all .5s linear;
}

.bl_cat_item_text a{
  color: #fff;
  font-family: "HelveticaRegular";
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px black;
}

.bl_cat_item:hover img{
  opacity: .8;
}

.bl_cat_item:hover .bl_cat_item_text{
   background-color: rgba(0, 96, 170, .95);
   bottom: 20px;
}

.bl_cat_item_img img{
  height: 300px !important;
  width: 100% !important;
  object-fit: cover;
}


/*----------------- call-into-page---------------*/

#block_cllbacl_inpage {
    margin: 30px 0 20px;
    padding: 1em;
    background: #fff;
    border: 1px dotted #ddd;
	border-radius: 5px;
    text-align: center;
	border-radius: 0;
}

.block_cllbacl_inpage_title {
    font-size: 18px;
    line-height: 42px;
    color: #dd0000;
    font-family:  Arial, sans-serf;
}

#block_cllbacl_inpage p {
    font-size: 13px;
    line-height: 22px;
	padding: 5px;
	color: #0d558e;
}

.btn-back-inpage {
    width: 100%;
	letter-spacing: 2px;
	font-weight: 400;
	background-color: #0d558e;
	border-color: #0d558e;
	border-radius: 0;
}

.btn-back-inpage:hover, .btn-back-inpage:focus{
	background-color: #444;
	border-color: #444;	
}

#form-back-inpage input{
	border-radius: 0;
}

#result_order_back_inpage{
	display: none;
	color: #0d558e;
	font-size: 15px;
	line-height: 24px;
	padding-bottom: 10px;
    text-align: center;
}



/*--------------------block_recomend_owl--------------*/ 


#block_recomend_owl{
	margin: .5em 1em 1em;
}

.item-owl-main{
	height: 270px;
	overflow: hidden;
}
	
.item-owl-main img{
   height: 270px;
   width: auto;
   object-fit: cover;
}

.owl-theme .owl-nav [class*='owl-prev']{
	position: absolute;	
    left: -5px;
    top: -35px;
}

.owl-theme .owl-nav [class*='owl-next']{
	position: absolute;	
    right: -5px;
    top: -35px;
}


/*----------------------zakaz--------------------------*/


.shopping-cart-button, .shopping-cart-button-page {
	display: block;
    text-align: center;
    color: #fff;
    background-color: #0060aa;
    border-color: #0060aa;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    padding: 6px 20px;
    cursor: pointer;
    white-space: nowrap;
	text-decoration: none;
}

.shopping-cart-button:hover, .shopping-cart-button-page:hover, .shopping-cart-button:focus, .shopping-cart-button-page:focus {
    background-color: #444;
    border-color: #444;	
	color: #fff;
	text-decoration: none;
}


#myZakazLabel{
   color: #0060aa;
   font-size: 18px;
   padding-bottom: 10px;
}

#order_loading2{
	display: none;
	text-align: center;
}

/* .modal-transparent */

.modal-transparent {
  background: rgba(0,0,0, .7);
}
.modal-transparent .modal-content {
  background: #fff;
  border-radius: 0;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #fff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

#modal-transparent .modal-body{
    background: #fff;
}

#modal-transparent h4{
    color: #9b1427;
}



/*------------------------------shop-info-cart------------------------------*/

#result_order_zakaz{
  display: none;
  margin: 20px auto 50px;
  text-align: center;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-family: "UbuntuRegular", Tahoma;
}

#zakaz_submit{
  background-color: #0060aa;
  border-color: #0060aa;
  width: 100%;
  font-family: "UbuntuRegular", Tahoma;
  letter-spacing: 1px;
}

#zakaz_submit:hover, #zakaz_submit:focus{
    background-color: #444;
    border-color:#444;	
	color: #fff;
}

#shop-info-cart{
	display: none;
	border-bottom:1px solid #0060aa;
	padding-bottom: 10px;
	margin-bottom:20px;
	font-size: 14px;
	font-family: "UbuntuRegular", Tahoma;
	color: #0060aa;
}

#shop-info-cart span{
	font-size: 12px;
	color: #555;
	font-weight: 400;
	font-family: "UbuntuRegular", Tahoma;
}

.hidden_info{
	padding-left:5px; 
	padding-right:5px;
	font-family: "UbuntuRegular", Tahoma;
	font-weight: 600;
	color: #000;
}


/*-----------------------video-archive-------------------------------------*/

.vdv{
	margin: 20px auto;
	text-align: center;
}

#videoinrazdel{
	display: flex;
	flex-flow: wrap;
 	margin: 20px auto 30px;	
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
}

#videoinrazdel .bl_video{
	width: 48%;
	margin: 10px 5px;
	border: 1px dotted #999;
	background-color: #f1f1f1;
	border-bottom:3px solid #01589d;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#videoinrazdel .bl_video_youtube{
	
}

#videoinrazdel .bl_video_text{
	padding: 10px 10px 1px;
	font-family: "OpenSansSemiBold", Tahoma;
	font-size: 16px;
	color: #000;
	line-height: 20px;
}

#videoinrazdel span.bl_video_data{
	display: block;
	color: #01589d;
	font-size: 10px;
	line-height: 14px;
	padding: 7px 0 0;
}

.bl_video_razdel{
	padding: 7px 0;
}

.razdvideo{
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
	font-family: Tahoma;
	font-weight: 600;
	cursor:pointer;
	background: #fff;
	border-radius: 5px;
	border:1px solid #999;
	padding: 5px;
	margin: 3px 3px;
	white-space: nowrap;
}

.razdvideo:hover{
	color: #01589d;
}

.vdaktive{
	border-color: red;
}
