/*   Main   */
html{
}

body{
  padding-right: 0 !important;
}

body {
  background: #fff;
  font-family: 'Segoe UI', Arial, sans-serif;
  color:#444;
  font-size: 16px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Segoe UI', Arial, sans-serif;
  color:#333;
}

h1{
  font-size: 24px;
  color:#333;
}

h2{
  font-size: 22px;
}

h3{
  font-size: 20px;
  color: #787878;
  line-height: 24px;
}

h4{
  font-size: 18px;
}

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;
}

a:hover, a:focus {
  color: #533a2b;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 240px;
  background-color: #f9f9f9;
}

.modal-dialog {width:600px;}

.animated{
  visibility: hidden;
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.btn-primary:focus {
  box-shadow: none;
}

form input::-webkit-input-placeholder,  form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
  font-size: 13px;
 line-height: 20px;
}
form input::-moz-placeholder, form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  font-size: 13px;
   line-height: 20px;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #777;
  font-size: 13px;
   line-height: 20px;
}
form input:-moz-placeholder, form textarea:-moz-placeholder{ /* Firefox 18- */
  color: #777;
  font-size: 13px;
  line-height: 20px;
}

.slick-prev{
  right: 59px;
}
.slick-next{
  right: 25px;
}

blockquote{
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
  width: 98%;
  margin: 35px auto;
  font-style: italic;
  color: #111;
  padding: 1.2em 30px 1.2em 105px;
  position: relative;
  background: #f9f9f9;
  border-radius: 0 5px 0 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;
}

blockquote::before{
  font-family: Arial;
  content: "\201d";
  color: #f35d03;
  font-size: 110px !important;
  position: absolute;
  left: 10px;
  top: -50px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color: #111;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

#vb_mb{
  display: none;
}

#vb_pk{
  display: inline-block;	
}

/*--------------#header-----------*/

#header{
  position: relative;
  z-index: 1;
}

.header-dop{
  padding-top: 90px;
}

#carouselMain{
  z-index: 2;
  opacity: 1;
}

#carouselMain,
#carouselMain .carousel-inner,
#carouselMain .carousel-item,
#carouselMain .carousel-item.active {
   height: 650px;
}

#carouselMain img{
  width: 100%;
  height: 650px;
  object-fit: cover;
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

#carouselMain .carousel-inner .carousel-item img{
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}

#carouselMain .carousel-inner .carousel-item  img{
  opacity: 0.95;
}

@-webkit-keyframes zoom {
 from {
  -webkit-transform: scale(1, 1);
 }
 to {
  -webkit-transform: scale(1.1, 1.1);
 }
}

@keyframes zoom {
 from {
  transform: scale(1, 1);
 }
 to {
  transform: scale(1.1, 1.1);
 }
}


/*-------------------header-top----------------------*/

#header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 333;
  width: 100%;
  padding: 0;
  background: rgba( 26, 108, 172, 1);
  transition: top 0.2s ease-in-out;
  box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%);
}

.bl_top_phone, .bl_top_adress, .bl_top_email, .bl_top_seti{
  font-size: 24px;
  line-height: 26px;
  color: #fff;
}

.bl_top_phone i, .bl_top_adress i, .bl_top_email i{
  color: #f35d03;
  margin-right: 7px;
  font-size: 26px;
}

.bl_top_phone a{
  color: #f35d03;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  margin-right: 10px;
  padding-top: 8px;
}
.bl_top_phone a:hover, .bl_top_phone a:focus{
  text-decoration: underline;
}

.bl_offcanvas_phone a{
  color: #000;
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
}

.bl_top_seti a{
  border-right: 1px solid rgba(196,174,98, .45);
  padding: 0 4px;
}
.bl_top_seti a:last-child{
   border-right: 0;
}

.bl_top_seti  i{
  font-size: 18px !important;
  color: #bf9969;
  margin-right: 2px;
}

.bl_top_seti  i:hover, .bl_top_seti  i:focus{
   color: #3a3126 !important;
}

.bl_adress_offc{
   color: #777;
}

.bl_adress_offc span{
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.bl_top_location{

}
#bl_top_location .dropdown-toggle{
  background: transparent;
  border: 0;
}
#bl_top_location .dropdown-toggle.offc{
  background: rgba( 26, 108, 172, 1);
  border: o
}

#bl_top_location .dropdown-menu {
  right: 0;
  margin-top: -1px;
  min-width: 80px;
  background: rgba( 26, 108, 172, 1);
  color: #fff;
}
#bl_top_location .dropdown-item{
  color: #fff;
}
#bl_top_location .dropdown-item:hover, #bl_top_location .dropdown-item:focus{
  background: #f35d03;
}

.svg-white{
  width: 22px;
  height: 22px;
  fill: #fff !important;
}

/*--------------------bl_topcontacts------------------------*/

#bl_topcontacts{
  background: #fff;
}

/*-------------nav-main-----------------------*/

.nav-main{
  margin-top: 14px;
}

.nav-main .nav-link {
  font-size: 15px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-main .nav-link:hover, .nav-main .nav-link:focus, 
.nav-main .nav-link.nav-dop:hover,
.nav-main .nav-link.nav-dop:focus{
  color: #f35d03;
}

.nav-main .nav-link.active{
  color: #f35d03;
}

.nav-main .nav-link.nav-dop{
  color: #000;
}

.btn-navbar{
  padding: 0.55rem;
  border-radius: 3px;
  margin-top: 10px;
}

.btn-navbar i{
  font-size: 1.1rem;
}

.navbar-toggler-icon {
  background-image: none;
    color: #fff;
}
.navbar-toggler-icon::before {
  font-family: FontAwesome;
  content: "\f0c9"; /* fa-bars, fa-navicon */
}

.dropdown-item {
  padding: 0.35rem 1rem 0.45rem;
  font-weight: 400;
  color: #1a6cac;
  font-size: 0.85rem;
  line-height: 0.9rem;
  white-space: normal;
  border-bottom: 1px solid rgba(85,90,96, .05);
}

.dropdown-item:hover, .dropdown-item:focus{
  color: #fff;
  background: #1a6cac;
}

.navbar-nav .nav-link {
  color: #fff;
  background: rgba( 26, 108, 172, .85);
  border-bottom: 1px solid #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus{
  color: #f35d03;
}

.offcanvas-body{
  background: #eee;
  font-size: 13px;
}

.offcanvas-body .navbar-nav .nav-link{
   font-size: 15px;
}

#offcanvasExampleLabel{
  font-weight: 300;
}

.bl_top_seti_offc a i{
  font-size: 22px;
  color: #3a3126;
  margin: 3px 4px;
}
.bl_top_seti_offc a i:hover{
  color: #f35d03;
}

/*----------------header-wrapper---------------------*/

#header-wrapper{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 700px;
 z-index: 3;
 color: #fff;
 background: linear-gradient(to top, rgba(26, 108, 172, .9) 0%, rgba(26, 108, 172, .15) 70%, transparent 100%);
}

.bl_maininfo{
  width: 80%;
  margin-left: 10%;
  padding-top: 190px;
}

.menu_into_carusel {
 position: relative;
  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);
  width: 500px;
  border-radius: 5px;
}
.menu_into_carusel a{
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  letter-spacing: 2px;
}
.menu_into_carusel a:hover, .menu_into_carusel a:focus{
  color: #f35d03;
}

.menu_into_carusel_price{
	position: absolute;
	right: 15px;
	top: 15px;
}

.btn-cprice{
	font-size: 10px !important;
	background: rgba( 243, 93, 3, 1 );
}
.btn-cprice i{
	font-size: 16px !important;
}

/*--------------------sect_prormo------------------------*/

#sect_prormo{
  background: #035799;
}

.bl_promo1{
  width: 5%;
  background: #035799;
}

.bl_promo2{
  width: 45%;
  background: #eee;
  border-left: 10px solid #f35d03;
}
.bl_promo2 h2{
  font-size: 28px;
  line-height: 34px;
  color: #1a1a1a;
  text-transform: uppercase;
}

.bl_promo3{
  width: 50%;
  color: #eee;
}
.bl_promo3 h3{
  font-size: 26px;
  line-height: 28px;
  color:#f35d03;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-callback{
  position: relative;
  overflow-x: hidden;
  background: #f35d03;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 3px !important;
  padding: .35rem  1.85rem;
  border: 1px solid rgba( 255, 255, 255, 0.15 );
  font-weight: 600;
}

.btn-callback:hover, .btn-callback:focus{
  background: #1a6cac;
  color: #fff;
}

.btn-callback i{
  font-size: 13px;
  margin-left: 7px;
}

a.btn-callback .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-65deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

#mainback_form_top label.error {
	display: none !important;
}

#result_order_main_callbacktop{
	color: #f35d03;
    font-size: 18px;
	font-weight: 500;
}

/*------------------sect-recom-------------------------------*/

#sect-recom {
  border-top: 280px solid #eee;
  padding-bottom: 30px;
  background-color: #424f59;
}

#sect-recom .col-xl-3{
  padding: 0 3px;
}

#recomend {
  margin-top: -320px;
}

.bl_recom {
  position: relative;
  background: #eee;
  margin: 0 2px 40px;
  padding: 0;
  text-align: center;
  border-bottom: 5px solid #fff;
  transition: all .25s linear;
  min-height: 415px;
}
.bl_recom:hover{
  border-color: #f35d03;
}

.recom_foto {
  width: 100%;
  overflow: hidden;
}

.recom_foto img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  overflow: hidden;
}

.bl_recom h4, .bl_recom a {
  padding-top: 10px;
  font-size: 14px;
  color: #111;
  line-height: 22px;
  text-decoration: none;
}

.recom_price {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px 15px;
  background: #f35d03;
  font-size: 18px;
  color: #fff;
  transition: all .3s linear;
}

.bl_recom:hover .recom_price{
   top: -10px;
}

/*-----------------sect_avtopark ----------*/

#sect_avtopark{
  padding: 0;
  background: #f9f9f9;
}

#sect_avtopark h2{
  width: calc(80% - 40px);
  font-size: 30px;
  line-height: 38px;
  color: #000;
  padding: 20px 20px 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f35d03;
  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;
  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-size: 18px;
  line-height: 24px;
  background-color: #f35d03;
  color: #fff;
  padding: 1.5em;
  font-weight: 500;
  margin-left: -150px;
  border-left: 5px solid #fff;
}

#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-1.jpg) no-repeat center bottom; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.right_avtopark{
  flex: 50%;
  padding: 15px;
}


/*------------ sect_preim -----------*/

#sect_preim{
  background-color: #f1f1f1;
  background-image: url(../img/bg-betonjob.jpg);
}

#sect_preim h2{
  color: #fff;
  font-size: 34px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;  
  margin-bottom: 40px;
  text-shadow: 2px 1px #111;
}

.main-preim{
  margin: 150px auto;
}

#sect_preim ul{
  list-style-type: none;
}

#sect_preim ul li{
  display: flex;
  background-color: #fff;
  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: #f35d03;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size:  54px;
  line-height: 98px;
  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: #fff;
  padding: .5em .5em .5em .5em;
  color: #000;
  font-size: 14px;
}

.preim_info h4 {
  font-size: 16px;
  line-height: 24px;
  color: #f35d03;
}

/*---------------------------section_callback------------------------------------*/

#section_callback{
  background: linear-gradient(to bottom,#035799, #003f70);
 color: #ffff;
}

#section_callback h2{
 color: #f35d03;
  font-size: 74px;
  line-height: 74px;
  font-weight: 600;
  letter-spacing: normal;  
}

#section_callback h2.hinpage{
  font-size: 64px;
  line-height: 74px;	
}

#section_callback p{
  font-size: 16px;
  letter-spacing: 2px;
}

#section_callback img{
  height: 60px;
  width: auto;
}

#mainback_form label.error {
	display: none !important;
}

#result_order_main_callback{
	color: #f35d03;
    font-size: 20px;
	font-weight: 500;
}

/*---------------------sect-mainphotos-------------------------------*/

#sect-mainphotos h2{
  font-size: 36px;
  font-weight: 500;
}

.bl_mainphotos{
  width: 25%;
}

.bl_mainphotos img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 450px;
}

.bl_mainphotos img:hover{
  -webkit-animation: zoom 1s;
  animation: zoom 1s;
}

/*----------------section-main-------------*/

#section-main{
  background: #eee;
}

.mainpage_text {
  background-color: rgba(255, 255, 255, 1);
  font-size: .9rem;
  line-height: 1rem;
  color: #111;
  border-radius: 5px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  padding: 1.5rem;
}

.mainpage_text ul {
  list-style: none;
  padding: 20px 0 0 0;
  margin-left: 30px;
}

.mainpage_text ul li {
  position: relative;
  padding-bottom: 0.7rem;
  padding-left: 1.5rem;
  letter-spacing: 0;
  line-height: 20px;
}

.mainpage_text ul li:before {
  position: absolute;
  left: 10px;
  top: 0;
  content: "\f00c";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em;
  margin-right: 0.5em;
  width: 1.4rem;
  color: #f35d03;
  font-size: 18px;
  font-style: normal;
}

.mainpage_text ol {
  list-style: none;
  padding: 20px 0 0 30px;
  counter-reset: li;
  list-style-type: none;
}

.mainpage_text ol li{
  position:relative;
  padding-left: 1.5em;
  padding-bottom: 15px;
}

.mainpage_text ol li:before {	
    position: absolute;
	content: counter(li);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    content: counter(li);
    counter-increment: li;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    left: -10px;
    top: 1px;
    background-color: #f35d03;	
}


/*-------------------------#marka-betona-------------*/

#marka-betona{
  position: relative;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 90px;
  background-color: #777;
}

#marka-betona:before {
   content:""; 
   position: absolute;
   z-index: -1;
   bottom:0;
   right:0;
   width:100%;
   min-height: 100%;
   background: url(../img/bg-marka-betona.jpg) no-repeat center bottom fixed; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;
   opacity: 0.45;
}

#marka-betona h2{
  font-size: 34px;
  color: #fff;
}

#marka-betona h2.vvv{
  color: #fff;
  font-size: 34px;
  font-weight: 500;
}


#marka-betona .col-lg-3, #marka-betona .col-6{
  padding: 0;
}

.bl_mbetona{
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 250px;
  width: 100%;
  z-index: 0;
  padding: 1.5em;
  background: #333; 
}

.bl_mbetona h3{
  padding-left: .2em;
    font-size: 30px;
    line-height: 40px;
  color: #fff;
}

.bl_mbetona h3:before{
    content: '';
    position: absolute;
    left: 25px;
    top: 15px;
    width: 30px;
    height: 3px;
    background-color: #f35d03;
  transition: all .3s linear;
}

.bl_mbetona_img{
    position: absolute;
    right: -75px;
    top: 40px;
    width: 150px;
    height: 150px;
    overflow: hidden;
  border-radius: 50%;
  z-index:10;
}

.bl_mbetona_isp{
  display: block;
  padding-left: .5em;
  color: #f35d03;
    font-size: 12px;
    line-height: 30px;
}

.bl_mbetona_dopinfo{
  display: block;
  padding-left: .5em;
  padding-right: 80px;
    font-size: 12px;
    line-height: 14px;  
  color: #fff;
}

.bl_mbetona_wrp{
   position: absolute;
   left: 0;
   top: 0;
   z-index: 2;  
   width: 100%;
   height: 100%;
   background: transparent;   
   padding:1em;
   overflow: hidden;
   transition: all .3s linear;
}

.bl_mbetona_btn{
  position: absolute;
  z-index: 3;
  width: 100%;
   bottom: 60px;
   left: 0;
   text-align: center;
   padding: 5px;
}

.btn-mbeton{
  padding: 2px 20px;
  font-size: 12px;
  background-color: #f35d03;
  border-color: #f35d03;
  border-radius: 5px;
  color: #fff;
  opacity: 0;
   transition: all .4s linear;
}
.btn-mbeton:hover, .btn-mbeton:focus{
  background: #1a6cac;
}

.bl_mbetona:hover .bl_mbetona_wrp{
  top: -30px;
  background: rgba(0,0,0, .9);
  height: calc(100% + 60px);
}

.bl_mbetona:hover .btn-mbeton{
  opacity: 1; 
}

.bl_mbetona:hover h3:before{
  width: 120px;
}

.bl_fullbeton_hr{
  background: #e7e7e7;
  padding: 1.5em;
}

.bl_fullbeton_hr i{
  font-size: 18px;
  color: #f35d03;
}

.tooltip-inner {
   white-space: pre-line;
  min-width: 320px;
  text-align: left;
  color: #fff;
  padding: 9px;
}

table.table_markabetona td{
  padding: 1.5em !important;
}

.bt_hr{
  padding-left: 20px;
  color: #555;
}

.bt_hr_info{
  color: #000; 
}




/*------------------footer---------------------------*/

#footer{
 background: linear-gradient(to bottom, #035799 1.41%, #003f70 104.31%); 
}

#footer h2{
  font-size: 54px;
  line-height: 68px; 
  color: #fff;
  font-weight: 500; 
  text-transform: uppercase;
}

.niz_adress{
  font-size: 22px;
  line-height: 34px;
  color: #fff;
}

.niz_phone a{
  font-size: 32px;
  line-height: 34px;
  color: #fff;
  text-decoration: none; 
}
.niz_phone a:hover, .niz_phone a:focus{
  text-decoration: underline;
}

.niz_email a{
  font-size: 22px;
  line-height: 34px;
  color: #fff;
  text-decoration: none; 
}
.niz_email a:hover, .niz_email a:focus{
  text-decoration: underline;
}

.bl_niz_seti i{
  color: #f35d03;
  font-size: 40px;
  line-height: 20px;
  margin: 5px 10px 0 10px;
}
.bl_niz_seti i:hover, .bl_niz_seti i:focus{
  color: #fff;
}

.footer-map{
  height: 450px;
  border-radius: 1px;
}

.footer-map iframe{
  border-radius: 1px;
}
  

.footer-copy {
  margin-top: 20px;
  padding: 25px 0 0;
  border-top: 1px solid rgba( 221, 199, 162, .85 );
  font-size: 12px;
  line-height: 16px;
  color: #eee;
}

.footer-copy a{
   font-size: 12px;
  line-height: 16px;
  color: #eee; 
}

.scroll-to-top-button {
  z-index: 1000;
  bottom: 30px;
  background: rgba( 193, 170, 144, .65 );
  color: #fff;
  font-size: 20px;
  height: 35px;
  right: 54px;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  line-height: 36px;
  cursor: pointer;
}

/*------------------------------------------------------------*/

#order_loading, #order_loading_1, #order_loading_2{
  display: none;
  text-align: center;
}

label.error {
    font-weight: 400;
    color: #cc0000;
    font-size: 11px;
    line-height: 12px;
}

input.error, select.error, textarea.error {
    border: 1px solid #cc0000;
}

/*----------------------topCallBackModal---------------------------*/

.modal.fade.show{}

#topCallBackModal{
  background: rgba(2, 2, 2, .55);
  font-size: 14px;
}

.modal-content{
  background-color: rgba( 58, 49, 38, 1 );
  color: #fff;
}

label[for=zak_phoneserv]{
  font-weight: 500;
}

#addBtnServiceLabel{
  color: #bf9969;
  line-height: 1.4;
  font-size: 1.4rem;
  text-transform: uppercase;
}

#serv_submit{
  width: 100%;
  letter-spacing: 1px;
  background: #bf9969;
  border-color: #bf9969;
  border-radius: 18px;
  font-size: 1.1rem; 
  color: #fff;  
}

#serv_submit:hover, #serv_submit:focus{
  background-color: rgba( 58, 49, 38, 1);
  border-color: #fff;
}

#result_order_serv{
  display: none;
  color: #bf9969 ;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 10px;
    text-align: center; 
}

#topCallBackModal form input::-webkit-input-placeholder, 
#topCallBackModal form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}
#topCallBackModal form input::-moz-placeholder, 
#topCallBackModal form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}

.modal-body-contact a{
  color:  #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
  margin-right: 7px;
}
.modal-body-contact{
}



/*-------------------back_form--------------------------*/

.backf{
	font-weight: 500;
	color: #f35d03;
	font-size: 16px;
	text-transform: uppercase;
}

#back_submit{
	background-color: #f35d03;
	border-color: #f35d03;
	color: #fff;
}

#back_submit:hover, #back_submit:focus{
	background-color: rgba( 26, 108, 172, 1);
	border-color: rgba( 26, 108, 172, 1);
	color: #fff;
}

#back_form input::-webkit-input-placeholder, #back_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}
#back_form input::-moz-placeholder, #back_form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}
#back_form input:-ms-input-placeholder, #back_form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}
#back_form input:-moz-placeholder , #back_form textarea:-moz-placeholder { /* Firefox 18- */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}

#result_order_back{
	display: none;
	color: ##1d1916;
}


/*-------------------------------------------------*/

h1.view{
  font-size: 28px;
  color: #2b3043;
  font-weight: normal;
  text-transform: uppercase;
}

h2.view{
  font-size: 28px;
  color: #2b3043;
  font-weight: normal;
}

#block_teampage .team_slider_item{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#block_teampage h5 {
    font-size: 0.8rem;
    color: #d0a879;
}

.tt_tovar_page{
   margin: 10px auto 20px;
   text-align: center;
}

.tt_tovar_page > a{
  padding:5px 8px;
  background: #f6f6f6;
  border:1px solid rgba( 26, 108, 172, 1);
  border-radius: 7px;
  font-size: 13px;
  margin: 3px;
  text-decoration: none;
}
.tt_tovar_page > a i{
	font-size: 12px;
}
.tt_tovar_page > a:hover{
	background: rgba( 26, 108, 172, 1);
	color: #fff;
}

.tt_tovar_page > a.active{
  color: #f35d03;
  border: 1px solid #f35d03;
}


.mrc-shadow {
  pointer-events: none;
  position: absolute;
  height: 100px; 
  left: 0; right: 0; bottom: 0;
  z-index: 999;
  background: linear-gradient(to top, #fff 14%, rgba(0, 0, 0, 0) 100%);
}
.mrc-controls{
	text-align: center;
	margin-bottom: 30px;
}

.mrc-btn{
	border: 0;
	background: transparent;
	color: #1a6cac;
}
.mrc-btn:hover{
	color: #111;
}

.text_block_page{
  border-radius: 7px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  padding: 1.5rem  1.5rem  1.5rem  1.5rem;	
}

.text_block_page ul {
    list-style: none;
    padding: 20px 0 0 0;
	margin-left: 30px;
}

.text_block_page ul li {
    position: relative;
	padding-bottom: 0.7rem;
    padding-left: 1.5rem;
    letter-spacing: 0;
	line-height: 20px;
}

.text_block_page ul li:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1em;
    margin-right: 0.5em;
    width: 1.4rem;
    color: #f35d03;
	font-size: 18px;
	font-style: normal;
}

.text_block_page ol {
  list-style: none;
  padding: 20px 0 0 30px;
  counter-reset: li;
  list-style-type: none;
}

.text_block_page ol li{
  position:relative;
  padding-left: 1.5em;
  padding-bottom: 15px;
}

.text_block_page ol li:before {	
    position: absolute;
	content: counter(li);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    content: counter(li);
    counter-increment: li;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    left: -10px;
    top: 1px;
    background-color: #f35d03;	
}

/*----------------------menuSubView---------------------------*/

ul.menuSubView {
    margin: 0 0 15px 0;
    padding: 0 10px 5px;
	border-bottom: 1px dotted #eee;
	background: #fff;
}

ul.menuSubView li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
	padding-right: 1px;
	padding-left: 1px;
}

ul.menuSubView li a {
    font-size: 13px;
	color: #333;
	letter-spacing: 1px;
	text-decoration: none;
}

ul.menuSubView li a:hover{
	color: #1a6cac;
	text-decoration: underline;
}

ul.menuSubView li.active {
    color: #1a6cac;
    font-size: 13px;
	letter-spacing: 1px;
}

.divider i{
	font-size: 8px;
	padding-right: 7px;
	padding-left: 7px;
}

/*------------------table.shop----------------------*/

table.shop{
    width: calc(100% - 20px);
	margin-left:10px;
	border-radius: 0;
	border-collapse: separate !important;
}

/*-----------------------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: #f9f9f9;
	border-bottom:3px solid #f35d03;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#videoinrazdel .bl_video_youtube{
	
}

#videoinrazdel .bl_video_text{
	padding: 10px 10px 1px;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: 500;
}

#videoinrazdel span.bl_video_data{
	display: block;
	color: #f35d03;
	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: #f35d03;
}

.vdaktive{
	border-color: #f35d03;
	background: #f35d03;
	color: #fff !important;
}

label[for="reg"]{
	color: #f35d03;
	font-weight: 500;
	font-size: 14px;
}

#video_in_art .bl_video{
	margin: 10px 5px;
	border: 1px dotted #999;
	background-color: #f9f9f9;
	border-bottom:3px solid #c9ac88;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
#video_in_art .bl_video_text{
	padding: 10px 10px 1px;
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: 500;
}
#video_in_art span.bl_video_data{
	display: block;
	color: #c9ac88;
	font-size: 10px;
	line-height: 14px;
	padding: 7px 0 0;
}

#video_in_art .slick-dots li.slick-active button:before {
    opacity: .95;
    color: #c9ac88;
	font-size: 10px;
}

#video_in_art .slick-prev, #video_in_art .slick-next{
	top: -15px;
}

/*-------------------- razdel ------------------*/

#razdel-containe{
	display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
	margin: 20px 0;
}


#razdel-containe a.bl_razdel {
	position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
    flex-basis: 33%;
    background: #fff;
    border-radius: 1px;
    padding: 0;
    text-align: center;
    border: 1px solid transparent;
    transition: all linear .3s;
    margin: 0 1px 20px;
	font-weight: 500;
	transition: all .5s linear;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#razdel-containe a.bl_razdel img{
	height: 280px;
	width: 100%;
	object-fit: cover;
	border-radius: 1px;
	filter: grayscale(50%);
}
#razdel-containe a.bl_razdel:hover img{
	filter: grayscale(0);
}


#razdel-containe a.bl_razdel span{
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: calc( 100% - 20px );
	text-align: center;
	background-color: #1a6cac;
	color: #fff;
	padding: .7em;
	transition: all .5s linear;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 1px;
	text-transform: uppercase;
}

#razdel-containe a.bl_razdel:hover span{
	background-color: rgba( 243, 93, 3, 1);
	bottom: 50px;
}

#razdel-containe a.bl_razdel:hover{
	box-shadow: 0 0 14px -2px #333;
	color: #037fa7;
}


/*---------------------------------accordionQuestions---------------------------------*/

#accordionQuestions{

}

 #accordionQuestions .ui-corner-all, #accordionQuestions .ui-corner-top{
	position: relative;
	font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
	padding: 0.9em 0.5em 0.9em 1em;
	background: #f9f9f9;
	border-radius: 1px;
	color: #1a1a1a;
	letter-spacing: 0;
	border-bottom: 1px solid rgba(5,5,5,.15);
	margin-bottom: 20px;
	cursor:pointer;
}

 #accordionQuestions .ui-corner-all  div, #accordionQuestions .ui-state-active div, #accordionQuestions .ui-state-focus div{
	 margin-right: 50px;
 }

#accordionQuestions .ui-state-focus, #accordionQuestions .ui-state-active, #accordionQuestions .ui-accordion .ui-accordion-header{
    border-bottom: 1px solid #000;
    background: #fff;
	color: #000;
	font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}

#accordionQuestions .ui-state-focus > p, #accordionQuestions .ui-state-active > p{
	margin: 0;
}

#accordionQuestions .ui-corner-all div, #accordionQuestions .ui-state-active div, #accordionQuestions .ui-state-focus div{
	font-size: 17px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 600;
}

.ui-accordion .ui-accordion-header-active:after{
	float:right;
	position: absolute;
	right: 15px;
	top: 15px;
	content:"-";
	font-size: 40px;
	font-family: "Montserrat";
	padding-right: 10px;
}

.ui-accordion .ui-accordion-header-collapsed:after{
	float:right;
	position: absolute;
	right: 15px;
	top: 15px;
	content:"+";
	font-size: 30px;
	font-family: "Montserrat";
	padding-right: 10px;
}

.ui-icon {
    display: none;
}

.ui-accordion .ui-accordion-content{
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
}

.ui-accordion .ui-accordion-content::-webkit-scrollbar {
  width: 7px;  
}
.ui-accordion .ui-accordion-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    background: #e9fcf3; 
}

.ui-accordion .ui-accordion-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 16px rgba(0,100,55,0.9); 
}

.ui-accordion .ui-accordion-content ul {
  list-style: none;
  padding: 20px 0 0 20px;
}
.ui-accordion .ui-accordion-content ul li{
  position:relative;
  padding-left: 1.5em;
  letter-spacing: 1px;
}

.ui-accordion .ui-accordion-content ul li:before {
  position:absolute;
  left:10px;
  top:2px;
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em; 
  margin-right: .5em;
  width: 1.2em; 
  color:  #f35d03;
}

.ui-accordion .ui-accordion-content ol {
  list-style: none;
  padding: 20px 0 0 0;
  counter-reset: li;
  list-style-type: none;
}

.ui-accordion .ui-accordion-content ol li{
  position:relative;
  padding-left: 1.5em;
  padding-bottom: 15px;
}

.ui-accordion .ui-accordion-content ol li:before {	
    position: absolute;
	content: counter(li);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    content: counter(li);
    counter-increment: li;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    left: -10px;
    top: 1px;
    background-color: #bf9969;	
}

.ui-widget {
    font-family: "Montserrat", Helvetica, sans-serif;
	
}

/*-----------------------------article_foto -------------------------*/

#article_foto{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}


#article_foto .ramka_img_border{
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0.2em;
  margin-bottom: 5px;
  margin-top: 20px;
   border:1px solid transparent; 
   border-radius: 1px;
}

#article_foto .ramka_img_border img{
  height: 300px;
  width: auto;
  object-fit: cover; 
   border-radius: 1px;
}

#article_foto .ramka_img_border2{
  position: relative;
  flex: 90%;
  text-align: center;
  padding: 0;
  margin: 0.2em;
  margin-bottom: 3px;
   border:1px solid #eee; 
     border-radius: 10px;
}


#article_foto .ramka_img_border2 img{
  height: 240px;
  width: 100%;
  object-fit: cover; 
  border-radius: 1px;
}

.ramka_img_dopinfo{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: calc(100% - 20px);
	background: rgba(5,2,2, .7);
	color: #fff;
	text-align: center;
	border-radius: 1px;
}

/*---------------------bl_pdfprice----------------------*/

.bl_pdfprice{
	width: 800px;
	margin-left: 300px;
}
.bl_pdfprice > div{
	width: 50%;
}
.bl_pdfprice_icon{
   background: url(../img/bg-pdfprice.jpg) no-repeat center center; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   background-size: cover;	
}

.bl_pdfprice_file{
	position: relative;
}
.bl_pdfprice_file:before{
	content: "PRICE";
	z-index: -1;
	position: absolute;
	font-size: 150px;
	color: #eee;
	font-weight: 700;
}

.btn-pdfprice{
	padding: 14px 15px;
	font-size: 26px;
	background: #f35d03;
	color: #fff;
	border-color: #f35d03;
	border-radius: 15px;
}
.btn-pdfprice:hover, .btn-pdfprice:focus{
	background: #1a6cac;
	color: #fff;
	border-color: #1a6cac;
}

/*-----------------blog-articles---------------*/

.bl_mart{
  width: 45%;
  border-right: 1px dotted #1a6cac;
  margin-bottom: 40px;
  background: #f9f9f9;
}

.bl_mart_data{
	font-size: 12px;
	color: #f35d03;	
}

.bl_mart_title a{
	font-size: 18px;
	color: #111;
	font-weight: 500;
}
.bl_mart_title a:hover, .bl_mart_title a:focus{
  color: #1a6cac;	
}

.btnmart{
	color: #f35d03;
	font-size: 13px;
}