/*   Main   */
html{
}

body{
  padding-right: 0 !important;
}

body {
  background: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  color:#444;
  font-size: 14px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Montserrat', 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: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
}

.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;
}


blockquote{
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  width: 90%;
  margin: 30px auto;
  font-style: italic;
  color: #000;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #47c652 ;
  position: relative;
  background: #fff;
  border-radius: 0 15px 0 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

blockquote::before{
  font-family: Arial;
  content: "\201c";
  color: #47c652;
  font-size: 100px !important;
  position: absolute;
  left: 10px;
  top: -34px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

blockquote p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
	color: #000;
}



/*--------------#header-----------*/

#header{
background: linear-gradient(to bottom,#fff, #fff);
}

#header-menu{
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*---------------top-logo-block------------------------*/

#top-logo-block{
  position: relative;
  background: url( ../img/bg-header-2.jpg);
  background-size: cover;
}

.bl_top_logo img{
  max-height: 78px;
}

.bl_top_phone a{
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-family: Tahoma;
  margin-right: 10px;
  font-weight: 400;
  text-decoration: none;
}

.bl_top_phone a:hover, .bl_top_phone a:focus{
  text-decoration: underline;
}

.bl_top_grafik{
 font-size: 13px;
 line-height: 16px;  
 font-weight: 500;
 color: #fff;
}

.bl_top_title{
  font-size: 12px;
  line-height: 20px; 
  color: #3faf49;
  font-weight: 600;
  margin: -1px 0 3px;
}

.bl_top_adress{
 font-size: 13px;
 line-height: 16px;
 font-weight: 500;
 color: #fff;
}

.bl_top_adress a{
 font-size: 12px;
 line-height: 18px;
 font-weight: 500;
 color: #fff;
}

/*-------------nav-main-----------------------*/

.nav-main{
  margin-top: 0;
}

.nav-main .nav-item{
  border-right: 1px solid rgba(63, 175, 73, .45);
}
.nav-main .nav-item:last-child{
  border-right: 0;
}

.nav-main .nav-link {
  font-size: 15px;
  color: #111;
  padding: 1px 15px;
  letter-spacing: 0;
  font-weight: 500;
}

.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: #47c652;
}

.nav-main .nav-link.active{
  color: #47c652;
}

.nav-main .nav-link.nav-dop{
  color: #000;
}

.btn-navbar{
  padding: 0.05rem;
  padding-left: 1.5rem;
  border-radius: 3px;
  margin-top: 0;
}
.btn-navbar span{
  color: #47c652;
  font-size: 15px;
  line-height: 35px;
}

.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: #333;
  font-size: 0.75rem;
  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: #3faf49;
}

.navbar-nav .nav-link {
  color: #fff;
  background: rgba( 63, 175, 73, 1);
  border-bottom: 1px solid #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus{
  background: #36963f;
}

.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: #3faf49;
}

.bl_adress_offc{
   color: #777;
}

.bl_adress_offc span{
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.bl_offcanvas_phone a{
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
}
.bl_offcanvas_phone a:hover, .bl_offcanvas_phone a:focus{
  text-decoration: underline;
  color: #3faf49;
}

ul#submenu2 .nav-link {
    font-size: 13px !important;
	line-height: 16px !important;
	background: rgba( 31, 52, 31, .65 ) !important;
}
ul#submenu2 .nav-link:hover{
	background: rgba( 31, 52, 31, .95 ) !important;
}
ul#submenu2 .nav-link:focus{
	background: #379b40 !important;
}

/*------------------------------dropdown-submenu--------------------------------------*/


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a::after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.5rem;
  margin-right: 0.55em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.35em solid transparent;
  border-right: 0;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
}

.dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: 2px;
  left: 100%;
  margin-top: 1px;
  margin-left: -2px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #1d5971;
    margin-top: 5px;
    margin-right: 5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}


/*---------------------------------------*/
#mainCarousel{
  position: relative;
  z-index: 1;
}

#carouselMain{
  z-index: 2;
  opacity: 1;
}

#carouselMain,
#carouselMain .carousel-inner,
#carouselMain .carousel-item,
#carouselMain .carousel-item.active {
   height: 750px;
}

#carouselMain img{
  width: 100%;
  height: 750px;
  object-fit: cover;
}

@-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);
 }
}

#carouselMain .carousel-inner .carousel-item img{
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}

#carouselMain .carousel-inner .carousel-item  img{
  opacity: 0.95;
}

/*----------------header-wrapper---------------------*/

#header-wrapper{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 750px;
 z-index: 3;
 color: #ccc;
 background: linear-gradient(to right, rgba(2,2,2,.9) 30%, rgba(9,9,9,.85) 50%, transparent 100%);
}

.bl_maininfo{
  width: 60%;
}

.bl_maininfo_slogan_s{
  margin-bottom: 80px;
  color: #3faf49;
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 58px;
  line-height: 64px;
  font-weight: 600;
  letter-spacing: normal;
}

.bl_maininfo_slogan_s span{
  color: #e5da7a;
}

.bl_maininfo_info_s{
  padding-right: 50px;
}

.bl_maininfo_info_s span{
  color: #fff;
}

/*--------------------------------*/

.bl_maininfo_form{
  width: 460px;
  margin-left: 10px;
}

.bl_maininfo_form h3{
  color: #fff;
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

#top_form input{
  background: transparent;
  border:0;
  border-bottom: 1px solid rgba(255,255,255, .4);
  border-radius: 0;
  color: #fff;
}

#top_submit, #top_submit2{
  background-color:rgba( 63, 175, 73, 1);
  letter-spacing: 1px;
  border:1px solid rgba(255,255,255, .05);
  border-radius:0;
  padding-top: 7px;
  padding-bottom: 5px;
}

#top_submit:hover, #top_submit:focus,
#top_submit2:hover, #top_submit2:focus{
  background-color: rgba( 64, 139, 70, .75);
}

#result_topform_callback{
     display: none;
     text-align: center;
	 font-size: 15px;
	 color: #fff;
	 line-height: 28px;
	 padding: 0 20px 20px;	
	 margin: -10px 0 0 0;
}

#top_form label.error{
   display: none !important;
}

#top_form input.error{
	border: 1px solid rgba( 255, 255, 255, 0.75 );
}


/*----------------bl_top_lg--------------------*/

#bl_top_lg{

}

#bl_top_lg a {
  padding: 2px 6px 3px;
  background: #ddd;
  border-radius: 4px;
  border: 0;
  margin: 0 1px;
  font-size: 11px;
  line-height: 12px;
  color: #111;
  cursor: pointer;
  text-decoration: none;
}
#bl_top_lg a:hover{
 color: #3faf49;
 background: #fff;
}

#bl_top_lg a.active {
  padding: 3px 6px 3px;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  background-color: #3faf49;
  font-weight: 500;
}

/*---------------------sect_maincatalog---------------*/

#sect_maincatalog{
 
}

#sect_maincatalog h2{
  font-size: 34px;
  line-height: 54px;
  font-weight: 500;
  color: #2a2a2a;
}

#sect_maincatalog .container{
  padding: 0;
}

.bl_mcatalog{
  position: relative;
  display: block;
  z-index: 1;
  width: 33.1%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bl_mcatalog::before {
  position: absolute;
  z-index: 100000;
  left: 15px;
  top: 15px;
  border-top: 15px solid rgba( 255, 255, 255, .35 );
  border-bottom: 15px solid rgba( 255, 255, 255, .35 );
  content: "";
  opacity: .3;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  transform: scale(0);
  transition: all .3s;
}
.bl_mcatalog:hover::before{
  opacity: 1;
  transform: scale(1);
}

.bl_mcatalog img{
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.bl_mcatalog:hover img{
  -webkit-animation: zoom 5s;
  animation: zoom 5s;
}

@-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);
 }
}

.bl_mcatalog_wr{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: rgba( 6, 1, 6, .55 );
}
.bl_mcatalog:hover .bl_mcatalog_wr{
  background: rgba( 33, 125, 42, .95 );
}

.bl_mcatalog_wr h3{
  text-transform: uppercase;
  color: #fff;
  font-size: 28px;
  line-height: 34px;
  padding: 10px;
  letter-spacing: 1px;
  text-shadow: #111 1px 0 10px;
  margin-bottom: -20px;
  transition: all .3s linear;
}

.btn-mcatalog{
  font-size: 12px;
  line-height: 12px;
  border: 0;
  opacity: 0;
  transition: all .3s linear;
  margin-bottom: -20px;
  color: #4ace55;
}

.bl_mcatalog:hover .btn-mcatalog{
  opacity: 1;
  margin-bottom: 0;
}

.bl_mcatalog:hover .bl_mcatalog_wr h3{
  margin-bottom: 0;
}


/*---------------------------section_callback------------------------------------*/

#section_callback{
 position: relative;
 color: #000;
 overflow: hidden;
}

#section_callback::before {
    content: "";
    position: absolute;
    width: 62.5vw;
    height: 62.5vw;
    right: 0;
    bottom: -56.875vw;
    background: linear-gradient(to top, #3faf49, #3d8443);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: -1;
}

#section_callback h2{
 color: #3d8443;
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 68px;
  line-height: 74px;
  font-weight: 600;
  letter-spacing: normal;  
}

#section_callback p{
  font-size: 16px;
  letter-spacing: 2px;
  font-family: 'Nunito', Arial, sans-serif;
}

#section_callback input, #section_callback textarea{
  border-radius: 0;
}

.btn-callback{
  position: relative;
  overflow-x: hidden;
  background: #3faf49;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0 !important;
  padding: .35rem  1.85rem;
  border: 2px solid transparent;
}

.btn-callback:hover, .btn-callback:focus{
  background: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}

.btn-callback i{
  font-size: 13px;
  margin-left: 7px;
}

.btn-callback .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  transform: skewX(-65deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

#mainback_form label.error{
	display: none !important;
}

#result_order_main_callback{
  display: none;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
}

/*----------------maintext_first---------------------*/

#maintext_first{
 background-image: linear-gradient(to right top, #999,  #fff);
}

#maintext_second{
 background-image: linear-gradient(to left bottom, #999,  #fff);
}

.bl_maintext_foto{
  position: relative;
  width: 100%;
  height: 100%;
}

.bl_maintext_foto > img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.mainpage_text {
  background-color: rgba(255, 255, 255, 1);
  font-size: .9rem;
  line-height: 1.6rem;
  color: #111;
  border-radius: 3px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  padding: 1.5rem;
}

#maintext_second .slick-next {
    right: 25px;
}
#maintext_second .slick-prev {
    left: 25px;
    z-index: 1;
}

.top_btninfom {
  background-color: rgba( 63, 175, 73, 1);
  letter-spacing: 0;
  border: 1px solid rgba(255,255,255, .05);
  border-radius: 0;
  padding-top: 7px;
  padding-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
}
.top_btninfom:hover, .top_btninfom:focus{
  background-color: rgba( 64, 139, 70, 1);
  color: #fff;
}

/*----------------------topCallBackModal---------------------------*/

.modal.fade.show{}

#topCallBackModal{
  background: rgba(32,67, 35, .85);
  font-size: 14px;
}

.modal-content{
  border-radius: 0;
}

label[for=zak_phoneserv]{
  font-weight: 500;
}

#addBtnServiceLabel{
  color: #3faf49;
  line-height: 1.4;
  font-size: 1.4rem;
  text-transform: uppercase;
}

#serv_submit{
  width: 100%;
  letter-spacing: 1px;
  background-color: rgba(63, 175, 73, 1);
  border-color: rgba(63, 175, 73, 1);
  font-size: 1.1rem; 
  color: #fff;  
  border-radius: 0;
}

#serv_submit:hover, #serv_submit:focus{
  background-color: #3a3a3a;
  border-color: #3a3a3a;
  color: #fff;
}

#order_loading_2, #order_loading_1, #order_loading{
  display: none;
}

#result_order_serv{
  display: none;
  color: #111;
  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: #222;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
  margin-right: 7px;
}
.modal-body-contact{
  background: rgba( 193, 170, 144, .3 );
}

/*------------------section_partner------------------------*/

#section_partner{
  background: #fff;
}

#section_partner .slick-prev, #section_partner .slick-next{
  top: 40%;
}

.partner_slider{
  padding-bottom: 30px;
}

#section_partner .slick-prev:before, #section_partner .slick-next:before{
  color: #000;
}

#section_partner h2{
  font-size: 34px;
  line-height: 54px;
  font-weight: 500;
  color: #2a2a2a;  
}

/*------------------footer------------------------------*/

#footer{
 background: url(../img/bg-footer.jpg) no-repeat center center; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
  background-size: cover;  
  padding: 50px 0 30px;
  font-size: 14px;
  line-height: 26px; 
  color: #fff;
}

#footer .col-xl-3, #footer .col-xl-2, #footer .col-xl-4, #footer .col-md-6{
  padding: 0;
}

.footer-title{
  font-size: 18px;
  line-height: 24px; 
  letter-spacing: 1px;
  color: #3faf49;
  padding: 15px 0;
  border-bottom: 1px solid rgba( 63, 175, 73, 0.45 );
  margin-bottom: 15px;
}

.footer-title.dop{
  border-bottom: 0;
}

.niz_logo img{
  max-height: 90px;
}

.niz_grafik, .niz_adress{
  color: #fff;
  padding-right: 15px;
}

.niz_phone a{
  font-size: 22px;
  line-height: 24px; 
  letter-spacing: 1px;
  color: #3faf49;  
  text-decoration: none;
}

.niz_phone a:hover, .niz_phone a:focus{
  text-decoration: underline;
}

.niz_email  a{
  font-size: 13px;
  line-height: 15px; 
  letter-spacing: 0;
  color: #fff;  
  text-decoration: none;  
}

.niz_email  a:hover, .niz_email  a:focus{
  text-decoration: underline;
}

ul.niz-nav{
  margin: 0;
  padding: 0;
  padding-right: 30px;
}

ul.niz-nav li{
  position: relative;
  list-style-type: none;
  font-size: 12px;
  line-height: 15px; 
  padding-bottom: 11px;
  padding-left: 1.3rem;
}
ul.niz-nav 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: #3faf49;
    font-size: 14px;
    font-style: normal;
}

ul.niz-nav li > a{
  font-size: 13px;
  line-height: 15px; 
  letter-spacing: 1px;
  color: #fff;  
  text-decoration: none;  
}

ul.niz-nav li > a:hover, ul.niz-nav li > a:focus{
  text-decoration: underline;
}

.niz_seti a{
  display: inline-block;
  text-align: center;
  color: #3faf49;
  margin-right: 9px;
}

.niz_seti a > i{
  font-size: 24px;
  line-height: 24px;
  color:#3faf49;
}

.niz_seti a:hover i{
   color: #999;
}

.footer-copy{
  margin-top: 20px;
  padding: 25px 0 0;
  border-top: 1px solid rgba( 63, 175, 73, 0.45 );
  font-size: 12px;
  line-height: 16px; 
  color: #999;
}

.prosite{
  
}

.prosite a{
  font-size: 12px;
  line-height: 16px; 
  color: #999;
  text-decoration: none;  
}

.prosite a:hover, .prosite a:focus{
  text-decoration: underline;
}

.scroll-to-top-button {
  z-index: 1000;
  bottom: 30px;
  background: rgba( 63, 175, 73, .65 );
  color: #fff;
  font-size: 20px;
  height: 35px;
  right: 54px;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  line-height: 36px;
  cursor: pointer;
}

.map-footer a {
  font-size: 13px;
  line-height: 26px;
  text-decoration: none;
  color: #fff;
  text-decoration: underline;
}
.map-footer a:hover{
  color: #3faf49;
}
.map-footer i {
  color: #3faf49;
  font-size: 26px;
  margin-right: 5px;
}

#vb_mb{
  display: none;
}

#vb_pk{
  display: inline-block;  
}

/*------------------------------------------------------------*/

#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;
}

.table-price{
    font-size: 13px;
    line-height: 16px;	
}

.text_block_page{
	 font-size: 14px;
}

/*-------------------back_form--------------------------*/

.backf{
	font-weight: 500;
	color: #379b40;
	font-size: 15px;
	text-transform: uppercase;
}

#back_submit{
	background-color: rgba( 63, 175, 73, 1);
	border-color: rgba( 63, 175, 73, 1);
	color: #fff;
}

#back_submit:hover, #back_submit:focus{
	background-color: #1a1a1a;
	border-color: #1a1a1a;
}

#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: #111;
	font-size: 14px;
}


/*-------------------------------------------------*/

h1.view{
  font-size: 24px;
  color: #2a2a2a;
  font-weight: normal;
  text-transform: uppercase;
}

h2.view{
  font-size: 24px;
  color: #2a2a2a;
  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 #c1aa90;
  border-radius: 3px;
  font-size: 13px;
  margin: 3px;
  text-decoration: none;
}
.tt_tovar_page > a i{
	font-size: 12px;
}
.tt_tovar_page > a:hover{
	background: #c1aa90;
}

.tt_tovar_page > a.active{
  color: #675445;
  border: 1px solid #c1aa90;
}


.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: #379b40;
}
.mrc-btn:hover{
	color: #111;
}

.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: #379b40;
	font-size: 18px;
	font-style: normal;
}


/*----------------------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: #383127;
	text-decoration: underline;
}

ul.menuSubView li.active {
    color: #383127;
    font-size: 13px;
	letter-spacing: 1px;
}

.divider i{
	font-size: 8px;
	padding-right: 7px;
	padding-left: 7px;
}

/*-----------------------------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; 
}

#article_foto .ramka_img_border2{
  position: relative;
  flex: 90%;
  text-align: center;
  padding: 0;
  margin: 0.2em;
  margin-bottom: 3px;
   border:1px solid #eee; 
}

#article_foto .ramka_img_border img{
  height: 270px;
  width: auto;
  object-fit: cover; 
}

#article_foto .ramka_img_border2 img{
  height: 200px;
  width: 100%;
  object-fit: cover; 
}

.ramka_img_dopinfo{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: calc(100% - 20px);
	background: rgba(5,2,2, .7);
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.table-price{
	font-size: 13px !important;
	color: #000;
}

/*-------------------- razdel ------------------*/

#razdel-containe{
	display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
	margin: 20px 0;
}

#razdel-containe .slick-prev {
    left: 25px;
	z-index: 10;
}
#razdel-containe  .slick-next {
    right: 25px;
	z-index: 10;
}

.razdel-title{
	font-size: 18px;
	line-height: 24px;
	background: #47c652;
	color: #fff;
	position: relative;
	z-index: 1;
}
.razdel-title:before{
 content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #ccc;
  transform-origin: center;
  transform: translateY(-50%) rotate(135deg);
  background: #47c652;
  margin-top: 1px;
}

#razdel-containe a.bl_razdel, #razdel-containe2 a.bl_razdel {
	position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
    flex-basis: 32.4%;
    background: #fff;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    border: 0 solid transparent;
    transition: all linear .3s;
    margin: 0 3px 2px;
	font-weight: 500;
	transition: all .5s linear;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#razdel-containe a.bl_razdel img, #razdel-containe2 a.bl_razdel img{
	height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 0;
}


#razdel-containe a.bl_razdel span, #razdel-containe2 a.bl_razdel span{
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: calc( 100% - 20px );
	text-align: center;
	background-color: rgba( 4, 4, 4, .85 );
	color: #fff;
	padding: .7em;
	transition: all .5s linear;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	border-bottom: 3px solid #47c652;
	text-transform: uppercase;
}

#razdel-containe a.bl_razdel:hover span, #razdel-containe2 a.bl_razdel:hover span{
	background-color: rgba( 63, 175, 73, 1 );
	color: #fff;
	bottom: 30px;
}

#razdel-containe a.bl_razdel:hover, #razdel-containe2 a.bl_razdel:hover{
	box-shadow: 0 0 14px -2px #333;
	color: #037fa7;
}

/*---------------------------------accordionQuestionsArt---------------------------------*/

 #accordionQuestionsArt .ui-corner-all, #accordionQuestionsArt .ui-corner-top{
	position: relative;
	font-family: 'FuturaMediumC';
	font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
	padding: 0.9em 0.5em 0.9em 1em;
	background: #fff;
	border-radius: 0;
	color: #000;
	letter-spacing: 0;
	box-shadow: rgba(0, 0, 0, 0.05) 0px -50px 36px -28px inset;
	border: 1px solid #eee;
	cursor: pointer;
}

 #accordionQuestionsArt .ui-corner-all  div, #accordionQuestionsArt .ui-state-active div, #accordionQuestionsArt .ui-state-focus div{
	 margin-right: 50px;
 }

#accordionQuestionsArt .ui-state-focus, #accordionQuestionsArt .ui-state-active, #accordionQuestionsArt .ui-accordion .ui-accordion-header{
    border: 1px solid #000;
    background: #fff;
	color: #000;
	font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
}

#accordionQuestionsArt .ui-state-focus > p, #accordionQuestionsArt .ui-state-active > p{
	margin: 0;
}

#accordionQuestionsArt .ui-corner-all div, #accordionQuestionsArt .ui-state-active div, #accordionQuestionsArt .ui-state-focus div{
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

 #accordionQuestions .ui-corner-all, #accordionQuestions .ui-corner-top{
  position: relative;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  padding: 0.9em 0.5em 0.9em 1em;
  background: transparent;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0;
  border: 0;
  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: 0 !important;
  background: transparent;
  color: #be944c;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  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: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  letter-spacing: 1px;
}

.ui-accordion .ui-accordion-header-active:after{
  float:right;
  position: absolute;
  right: 15px;
  top: 19px;
  content:"-";
  font-size: 34px;
  font-family: "KelsonSansLight";
  padding-right: 10px;
}

.ui-accordion .ui-accordion-header-collapsed:after{
  float:right;
  position: absolute;
  right: 15px;
  top: 19px;
  content:"+";
  font-size: 34px;
  font-family: "KelsonSansLight";
  padding-right: 10px;
}

.ui-icon {
    display: none;
}

.ui-accordion .ui-accordion-content{
  font-size: 13px;
  line-height: 22px;
  color: #000;
  border: 0;
  background: #f1f1f1;
  font-weight: 500;
  padding: 15px;
}

.ui-accordion .ui-accordion-content ul{
	margin-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,0,0,0.3); 
}

.ui-accordion .ui-accordion-content ul {
  list-style: none;
  padding: 20px 0 0 0;
}
.ui-accordion .ui-accordion-content li {
  position:relative;
  letter-spacing: 1px;
}

.ui-accordion .ui-accordion-content li:first-letter {
  font-size: 1.3em;
  color:  #153a1b;
}

.ui-accordion .ui-accordion-content 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:  #153a1b;
}

.ui-widget {
    font-family: "Montserrat", Helvetica, sans-serif;
  
}

/*-------------------------price-service-----------------------------*/

#price-service img.main{
	width: 100%;
	height: 390px;
	min-height: 100%;
	object-fit: cover;
}

#price-service > .row{
	background-color: #fff;	
}

.pr-service{
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;   
}

.pr-service{
  flex-wrap: wrap;
}

.pr-service-img{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 1 50px;
  margin-right: 20px;  
}

.pr-service-img img{
	height: 40px;
}

.pr-service-info{
    display: flex;
    align-items: center;
    justify-content: flex-start;
	flex-grow: 1; 
	font-size: 22px;
    color: #2e2e2e;
}

.pr-service-text{
   display: flex;
   align-items: center;
   justify-content: flex-end;
   flex-grow: 1;  
   font-size: 28px;
   color: #308238;  
   font-weight: 400;   
}

.btn-addservice{
  width: 100%;
  letter-spacing: 1px;
  background-color: rgba( 63, 175, 73, 1);
  border-color: rgba( 63, 175, 73, 1);
  font-size: 1.1rem;
  color: #fff;
  border-radius: 0;
}

.btn-addservice:hover, .btn-addservice:focus{
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #47c652;  
}

/*--------------------- BLOG ----------------*/

.all_blog_user{
	position: relative;
	margin: 60px 0 30px;
    width: 250px;
    border-top: 2px solid #603141;
    padding-top: 1px;
    float: left;	
}

#bl_login_form{
	width: 300px;
	margin: 30px auto 50px;
}

#order_loading_1{
	display: none;
}

#result_login{
   display: none;
   margin: 50px auto;
   width: 300px;
   font-size: 13px; 
   line-height: 24px;
   text-align: center;   
}

#loginForm input{
	width: 100%;
    padding: 5px 12px;
}

#bl_login_form .btn-block{
    width: 100%;
}

#art_submit{
	width: 100%;
}

.auth_data{
	position: relative;
	margin: 1.5em 1em 1.5em 1em;
	padding:1em;
	border:1px dotted #999;
	font-size: 13px;
	color: #444;
	background: #f9f9f9;
}

.auth_data > div{
	margin: 10px 0;
}

.auth_data > div > a{
	display: block;
	text-align: right;
	color: #ff0000;
	font-size: 14px;
}

.auth_data_marker{
	position: absolute;
	width: 40px;
	height: 40px;
	top: -20px;
	right: 0;
}

.auth_data_marker > img{
	max-width: 40px;
	height: auto;
}

.blog_adm_art_title{
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
}

.blog_adm_art{
	margin: 10px 0;
	background: #f7f7f7;
	padding: 1em;
}

.blog_adm_art input, .blog_adm_art textarea{
	padding-top: 0;
	padding-bottom: 0;
}

.blog_adm_art textarea{
	height: 60px;
}

.tb-adm-blog .grey{
	background: #eee;
}

.bl_short{
	font-size: 11px;
	color: #336666;
	margin:7px;
	text-align: justify;
}

.bl_red{
	color: #990000;
}

.blog_last_update{
	text-align: right;
	font-size: 11px;
}

.blog_result_edit{
	text-align: center;
	margin: 15px auto;
	color: green;
}


.bl_menu, .bl_menu_aktive{
	padding: 5px 10px;
	border-radius: 5px;
	border:1px solid #ddd;
	margin: 3px;
	text-decoration: none;
	cursor: pointer;
}

.bl_menu_aktive{
	color: #383127;
	border:1px solid #47c652;
}

.bl_menu:hover, .bl_menu_aktive:hover{
	background: #eee;
}

.news{
    font: 14px/22px Tahoma, sans-serif;
    color: #982e83;
	font-weight: 700;
}

h1.blog{
    font-weight: 400;
    font-size: 16px;
    margin: 20px 0;
	text-align: center;
    padding: 0px 0 10px;
    color: #fe5e00;  
}

.blog_data, .blog_prosmotr, .blog_theme{
	text-align: right;
	color: #777;
	font-size: 12px;
	line-height: 14px;
}

.blog_prosmotr{
	margin-bottom: 30px;
}

.btn-review{
	width: 100%;
}

.review_title{
  font-size: 22px;
  line-height: 30px;
  color: #555;
  text-align: center; 
  margin-top: 30px;  
}

#result_review{
	display: none;
	color: #153a1b;
	font-size: 14px;
	line-height: 26px;
	margin: 50px auto;
	text-align: center;
	font-weight: 500;
}

#all_review_blog{
	margin: 0 0 1em;
}

#kod_1{
	margin-top: 4px;
}

.blog_review_info{
	margin: .5em 0;
	padding: .5em;
	border-bottom:1px dotted #ddd;
	border-top:1px dotted #ddd;
}

.blog_review_info_author{
   background: #f7f7f7;
   font-size: 12px;
   padding: .5em 0;
   color: #000;
}

.blog_review_info p{
   padding: .5em .5em .5em 1em;
   color: #111;	
   font-size: 13px;
   line-height: 18px;
   text-align: justify;
   font-weight: 500;
}

.blog_review_info_date{
	font-size: 12px;
	color: #356069;
}

.blog_review_info_otvet{
	text-align: right;
}

.author_otvet{
	display: none;
}

.btn-otvet, .btn-otvet:focus{
  padding: 2px 15px;
  margin: 0;
  font-size: 12px; 
  border-radius: 0;  
  background: transparent;
  border-color: transparent;
  color: #428bca;
}

.btn-auth-otvet{
	width: 100%;
    padding: 2px 15px;
    font-size: 12px;	
}

.block_author_otvet{
	margin: .2em 0 .2em 1.5em;
	padding: .1em .5em;	
	border:1px dotted rgba( 193, 170, 144, 1 );
}

.block_author_otvet_title{
	background: rgba( 63, 175, 73, 1 );
	padding: .3em .5em;
	color: #fff;
}

.block_author_otvet p{
   padding: .5em .5em .5em 1em;
   color: #000;	
   font-size: 12px;
   line-height: 16px;
   text-align: justify;	
}

.otvet_edit{
   padding: .5em;
   text-align: right;
}

.otvet_edit a.del{
	color: #ff0000;
	text-decoration: underline;
	font-size: 11px;
}

.otvet_edit a.del:hover{
	color: #990000;
}

.txt1{
	font-size: 11px;	
}

h3.blogh3{
	margin: 10px 0 10px;
	color: #47c652;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}

.bloger_info{
	background-color: #f9f9f9;
}

.bloger_info p{
	font-size: 13px;
	line-height: 18px;
}

.foto_bloger_adm{
	margin: 0 auto;
	text-align: center;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.foto_bloger_adm img{
	min-height: 80px;
    min-width: 80px;
}

.btn-del-comment{
  padding: 3px 7px;	
  margin-right: 5px;
}

.leftmenu_title {
    padding: 15px 20px;
    background: #2e7e36;
    text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}

.drop_vert_menu {
    position: relative;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    z-index: 100;
    background: #fff;
}

.bl_blog_tb{
	width: 100%;
	padding: 1em .5em;
	margin: 0 0 1em;
	background: transparent;
	border-bottom:1px solid #eee;
	float: left;
}

.bl_blog_tb_photo{
	padding:5px;
	text-align: center;
}

.bl_blog_tb_photo img{
	width: 80px;
	height: auto;
}

label[for="blog-themes"]{
  font-size: 13px;
}

.bl_blog_tb a{
	display: block;
	text-decoration: none;
}

.bl_blog_tb_info h2{
    display: inline;
    font-size: 18px;
    color: #252525;
    font-weight: 500;
    line-height: 1.2em;
	text-decoration: none;
    margin: 0;
}

.bl_blog_tb_info p {
    font-size: 14px;
    color: #252525;
    padding: 3px 0;
    margin: 7px  0 0;
}

.bl_blog_tb_info span, .bl_blog_tb span{
   display: block;
   font-size: 13px;
   color: #47c652;
   line-height: 1em;
   padding: 0 0 4px 0;
   font-weight: 600;
}

.bl_blog_tb_info  .bdate {
    display: block;
	width: 50%;
    font-size: 12px;
    color: #888;
    font-style: italic;
    line-height: 1.1em;
    padding: 3px 0 0 0;
	float: left;
}

.bl_mart{
	width: 45%;
	border-bottom: 1px solid rgba( 53, 58, 65, .45 );
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	background: #fff;
}

.bl_mart_data{
	font-size: 12px;
	color: #356069;	
}

.bl_mart_title a{
	font-size: 16px;
	font-weight: 500;
}
.bl_mart_title a:hover, .bl_mart_title a:focus{
  color: #356069;	
}

.btnmart{
	color: #356069;
	font-size: 13px;
}

.bl_mart_short{
	font-size: 13px;
}

.bl_blog_tb_info{
	position: relative;
}

.bcoment{
	position: absolute;
	right: 10px;
	bottom: -5px;	
}

.bcoment a{
    display: block;
	padding-right: 10px;
	 color: #47c652;
	float: right;
}

.bcoment i{
	padding-right: 5px;
	font-size: 15px;
}

.bl_blog_tb:hover{
	background: #f7f7f7;
	color: #000;
}

.bl_blog_tb:hover .bl_blog_tb_info h2{
	text-decoration: underline;	
}

#middle-content{
	padding: 70px 0;
}

.drop_vert_menu {
    position: relative;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    z-index: 100;
    background: #fff;
}

.drop_vert_menu > li{
	padding: 7px;
	border-bottom: 1px solid #999;
}

.all-news{
	color: #3a3126;
	font-weight: 600;
}

#blog-themes{
	font-size: 14px;
    font-weight: 400;	
	color: #47c652;
}

#review_submit{
	border-radius: 0;
	width: 100%;
	background-color: #47c652;
	border-color: #47c652;
	padding: 5px;
	color: #fff;
}

#review_submit:hover, #review_submit:focus{
  background-color: #3a3a3a;
  border-color: #3a3a3a;
  color: #47c652;  
}
