/*   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: 280px;
  background-color: #fff;
}

.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: 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: #fff;
  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: #d0ae76;
  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: 14px;
    font-weight: 500;
    line-height: 1.5;
}

/*--------------#header-----------*/

#header{
  position: relative;
  z-index: 1;
}

.header-dop{
  padding-top: 110px;
}

/*-------------------header-top----------------------*/

#header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 333;
  width: 100%;
  padding: 0;
  background: rgba( 21, 58, 27, .85);
  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{
  border-right :1px solid rgba(21, 58, 27, .45);
  font-size: 14px;
  line-height: 16px;
  color: #3a3126;
  font-weight: 600;
}

.bl_top_phone i, .bl_top_adress i, .bl_top_email i{
  color: #175621;
  margin-right: 7px;
  font-size: 16px;
}

.bl_top_email a{
  color: #3a3126;
  font-size: 14px;
  line-height: 16px;  
  text-decoration: none;
  font-weight: 600;
}
.bl_top_email a:hover, .bl_top_email a:focus{
  text-decoration: underline;
}

.bl_top_phone a{
  color: #000;
  font-size: 17px;
  line-height: 17px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
}
.bl_top_phone a:hover, .bl_top_phone a:focus{
  text-decoration: underline;
}

.bl_offcanvas_phone a{
  color: #000;
  font-size: 26px;
  line-height: 26px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
}

.bl_top_seti a{
  padding: 0 5px;
}
.bl_top_seti a:last-child{
   border-right: 0;
}

.bl_top_seti  i{
  font-size: 18px !important;
  color: #175621;
  margin-right: 2px;
}

.bl_top_seti  i:hover, .bl_top_seti  i:focus{
   color: #c4ae62 !important;
}

.bl_adress_offc{
   color: #777;
}

.bl_adress_offc span{
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

/*--------------------bl_topcontacts------------------------*/

#bl_topcontacts{
  border-top: 1px solid rgba( 208, 174, 118, .35);
  background: #f1f1f1;
}

/*-------------nav-main-----------------------*/

.nav-main{
  margin-top: 14px;
}

.nav-main .nav-link {
  font-size: 18px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  letter-spacing: 1px;
}

.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: #c1aa90;
}

.nav-main .nav-link.active{
  color: #c4ae62;
}

.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: #333;
  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: rgba( 21, 58, 27, .95);
}

.navbar-nav .nav-link {
  color: #fff;
  background: rgba( 21, 58, 27, .95);
  border-bottom: 1px solid #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus{
  color: #c8a752;
}

.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: #c1aa90;
}

ul#submenu1 .nav-link {
    font-size: 13px !important;
	line-height: 16px !important;
	background: rgba( 21, 58, 27, .85 ) !important;
}
ul#submenu1 .nav-link:hover{
	background: rgba( 21, 58, 27, .95 ) !important;
}
ul#submenu1 .nav-link:focus{
	background: #164f1f !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;
}



/*-------------------section_mainabout-------------*/

#section_mainabout{
  position: relative;
background: linear-gradient(to bottom, rgba(184, 158, 116, .85) 0%, rgba(184, 158, 116,.55) 90%, transparent 100%),url(../img/bg-mainabout-4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  padding: 70px 0 70px;
  width: 100%;
  margin-top: 110px;
}


.maintitle h3{
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 2px #114157;
}

.maintitle h2{
  font-size: 46px;
  line-height: 56px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
  border-bottom:1px solid #eee;
  font-family: "Roboto Flex";
  letter-spacing: 2px;
}

.maintext_top{
  text-align: justify;
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin: 10px 0;
}

.mainbtn{
  margin: 40px 0;
}

.mainbtn a.consult-button{
  color: #fff;
  padding: 8px 25px 9px;
  letter-spacing: 2px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  text-decoration: none;
  border-radius: 3px;
  border:1px solid transparent;
  text-transform: uppercase;
  font-size: 14px;
}

.mainbtn a.consult-button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b0915e;
    z-index: -2;
    border-radius: 3px;
    border: 1px solid rgba( 255, 255, 255, .45);
  }

.mainbtn a.consult-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2%;
    height: 100%;
    background-color: rgba( 21, 58, 27, .95);
    opacity: 0;
    transition: all .3s;
    z-index: -1;
    border-radius: 3px;
    border: 1px solid rgba( 255, 255, 255, .45);
  }

.mainbtn a.consult-button:hover::before,
.mainbtn a.consult-button:focus::before {
  width: 100%;
  opacity: 1;
}

.mainphone, .mainemail{
  color: #000;
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 10px;
  font-weight: 500;
}

.mainemail{
  margin-bottom: 3px;
}

.mainphone a, .mainemail a{
  padding-left: 15px;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
   white-space: nowrap;
   font-weight: 600;
}

.mainphone a:hover, .mainphone a:focus,
.mainemail a:hover, .mainemail a:focus{
  text-decoration: underline;
}

/*---------------------sect_maincatalog---------------*/

#sect_maincatalog{
 background: #f9f9f9;
}

#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;
  width: 33.1%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.bl_mcatalog::before {
  position: absolute;
  z-index: 100;
  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;
  filter: grayscale(100%);
}

.bl_mcatalog:hover img{
  -webkit-animation: zoom 5s;
  animation: zoom 5s;
  filter: grayscale(0);
}

@-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( 21, 58, 27, .75 );
}
.bl_mcatalog:hover .bl_mcatalog_wr{
  background: rgba( 21, 58, 27, .45 );
}

.bl_mcatalog_wr h3{
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  padding: 10px;
  letter-spacing: 1px;
  text-shadow: #111 1px 0 10px;
  margin-bottom: -20px;
  transition: all .3s linear;
}

.bl_mcatalog:hover .bl_mcatalog_wr h3{
  margin-bottom: 0;
}

.bl_mcat_more{
  position: absolute;
  bottom: 50px;
  right: -4px;
  background: #fff;
  z-index: 11;
  border-radius: 5px;
  transform: rotate(90deg);
  transition: all .4s;
  opacity: 0;
}
.bl_mcatalog:hover .bl_mcat_more{
  opacity: 1;
  transform: rotate(360deg);
}

/*------------------------sect_preim-----------------------------*/

#sect_preim{
}

.block_preim > div{
  width: 48%;
}

.bl_preim_item{
  border-bottom: 1px dotted rgba( 176, 145, 94, .65);
}

.bl_preim_title h2{
  font-size: 44px;
  line-height: 54px;
  color: #b89e74;
}

.bl_preim_item_text{
  font-size: 14px;
  line-height: 18px;
}

.bl_preim_item_text h3{
  font-size: 20px;
  line-height: 26px;
  color: #000;
}

.bl_preim_item_icon img{
	width: 80px;
	height: auto;
}

/*---------------------------section_callback------------------------------------*/

#section_callback{
  background: linear-gradient(to top,#1b6026, #153a1b);
 color: #ffff;
}

#section_callback h2{
 color: #b89e74;
  font-size: 68px;
  line-height: 74px;
  font-weight: 600;
  letter-spacing: normal;  
}

#section_callback p{
  font-size: 16px;
  letter-spacing: 2px;
}

.btn-callback{
  position: relative;
  overflow-x: hidden;
  background: #b89e74;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 3px !important;
  padding: .35rem  1.85rem;
  border: 1px solid rgba( 255, 255, 255, 0.45 );
}

.btn-callback:hover, .btn-callback:focus{
  background: rgba( 21, 58, 27, .95);
  color: #b89e74;
}

.btn-callback i{
  font-size: 13px;
  margin-left: 7px;
}

button.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%;
    }
}

label[for="phone-cback"]{
	display: none !important;
}

/*-------------------block_spravy-----------------------*/

#sect_mvygrani{
}

#sect_mvygrani h2 {
  font-size: 34px;
  line-height: 44px;
  color: #1a1a1a;
  font-weight: 500;
}

.bl_spravy{
  background: rgba( 21, 58, 27, 0.95 );
  font-size: 13px;
  line-height: 16px;
  color: #fff;
}

.bl_spravy_img{
  width: 45%;
}

.bl_spravy_img img{
  min-height: 250px;
}

.bl_spravy_infos{
  width: 55%;
  color: #fff;
}

.bl_spravy_infos h4{
  color: #b89e74;
  font-weight: 500;
}

.bl_spravy .btn-outline-secondary{
  font-size: 13px;
  line-height: 16px;
  color: #b89e74;  
  border-color: #b89e74;
}
.bl_spravy .btn-outline-secondary:hover,
.bl_spravy .btn-outline-secondary:focus{
  color: #fff;
  background-color: #b89e74;
}

#sect_mvygrani .slick-prev{
  right: 59px;
  top: -20px;
}
#sect_mvygrani .slick-next{
  right: 25px;
  top: -20px;
}

/*------------------sect_maininfo------------------*/

#sect_maininfo{
}

.mainpage_text {
  background-color: rgba(255, 255, 255, 1);
  font-size: .9rem;
  line-height: 1.6rem;
  color: #111;
  border-radius: 7px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  padding: 1.5rem;
}

/*------------------- sect_shorOrder -----------------------*/

#sect_shorOrder{
  background-position: center center;
  background-image: url(../img/bg-shortorder.jpg);
  background-size: cover;
}

#sect_shorOrder .container {
  border-radius: 0;
  background: transparent;
  padding: 50px 50px;
}

.shorOrderTitle{
  line-height: 38px;
  font-size: 30px;
  color: #b89e74;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

#sect_shorOrder p.shortOrderP, #sect_shorOrder p.shortOrderP > a {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
  margin-bottom: 20px;
}

#sect_shorOrder p.shortOrderP > a{
  text-decoration: underline;
}

#sect_shorOrder p.shortOrderP > a:hover{
  color: #b89e74;
}

#formShortOrder .form-group{
  position: relative;
}

#formShortOrder input, #formShortOrder textarea{
  height: 48px;
  border-radius: 0;
  background-color: #fff;
  width: 100%;
  outline: none;
  padding: 4px 15px 0 48px;
  border: 1px solid transparent;
  color: #b89e74;  
}

#formShortOrder textarea{
  height: 104px;
  padding-top: 12px;
}

.add-info > i, .hide-info > i{
  margin-right: 15px;
}

#formShortOrder a.shor_more:hover{
  background-color: #fff;
}

.bl_label{
  position: relative;
}

#formShortOrder label {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 50px;
  color: #b89e74;
  font-size: 22px;
}

#sect_shorOrder form input::-webkit-input-placeholder, #sect_shorOrder form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size: 16px;
 line-height: 20px;
}
#sect_shorOrder form input::-moz-placeholder, #sect_shorOrder form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 16px;
   line-height: 20px;
}
#sect_shorOrder form input:-ms-input-placeholder, #sect_shorOrder form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-size: 16px;
   line-height: 20px;
}
#sect_shorOrder form input:-moz-placeholder, #sect_shorOrder form textarea:-moz-placeholder{ /* Firefox 18- */
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

#formShortOrder input.submit_shorOrder{
  width: 100%;
  color: #fff;
  border-color: rgba( 255, 255, 255, .45);
  background-color: #b89e74;
  border-radius: 1px;
  padding-left: 15px;
}

#formShortOrder input.submit_shorOrder:hover, #formShortOrder input.submit_shorOrder:focus{
  background-color: rgba( 21, 58, 27, .95);
  color: #b89e74;
}

#formShortOrder label.error{
  display: none !important;
}

#formShortOrder input.error, #formShortOrder textarea.error  {
  border: 1px solid #cc0000;
  background-image: linear-gradient(to right,#f6c1c1 0%,#fff 100%);
}

#result_shorOrder{
  display: none;
  margin: 5px auto 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

#order_loading{
  display: none;
}

/*------------------footer------------------------------*/

#footer{
  background: linear-gradient(to bottom, rgba( 21, 58, 27, .95), #0f2a13);
  padding: 50px 0 20px;
  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: #b89e74;
  padding: 15px 0;
  border-bottom: 1px solid rgba( 193, 170, 144, 0.45 );
  margin-bottom: 15px;
}

.footer-title.dop{
  border-bottom: 0;
}

.niz_logo img{
  max-height: 50px;
}

.niz_grafik, .niz_adress{
  color: #fff;
  padding-right: 15px;
}

.niz_phone a{
  font-size: 22px;
  line-height: 24px; 
  letter-spacing: 1px;
  color: #b89e74;  
  text-decoration: none;
}

.niz_phone a:hover, .niz_phone a:focus{
  text-decoration: underline;
}

.niz_email  a{
  font-size: 14px;
  line-height: 15px; 
  letter-spacing: 1px;
  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: #b89e74;
    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: #b89e74;
  margin-right: 9px;
}

.niz_seti a > i{
  font-size: 24px;
  line-height: 24px;
  color:#b89e74;
}

.niz_seti a:hover i{
   color: #eee;
}

.footer-copy{
  margin-top: 20px;
  padding: 25px 0 0;
  border-top: 1px solid rgba( 193, 170, 144, 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( 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;
}

#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;
}

/*----------------------topCallBackModal---------------------------*/

.modal.fade.show{}

#topCallBackModal{
  background: rgba(2, 2, 2, .55);
  font-size: 14px;
}

.modal-content{
  background-color: rgba( 66, 70, 159, 1 );
  color: #fff;
}

label[for=zak_phoneserv]{
  font-weight: 500;
}

#addBtnServiceLabel{
  color: #c9ac88;
  line-height: 1.4;
  font-size: 1.4rem;
  text-transform: uppercase;
}

#serv_submit{
  width: 100%;
  letter-spacing: 1px;
  background: #bca180;
  border-color: #bca180;
  border-radius: 18px;
  font-size: 1.1rem; 
  color: #fff;  
}

#serv_submit:hover, #serv_submit:focus{
  background-color: #42469f;
  border-color: #fff;
}

#result_order_serv{
  display: none;
  color: #c2c5f9 ;
  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{
}


/*------------------------------------------------------------*/

#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;
}

/*-------------------back_form--------------------------*/

.backf{
	font-weight: 500;
	color: #b89e74;
	font-size: 16px;
	text-transform: uppercase;
}

#back_submit{
	background-color: #b89e74;
	border-color: #b89e74;
	color: #fff;
}

#back_submit:hover, #back_submit:focus{
	background-color: rgba( 21, 58, 27, .95);
	border-color: rgba( 21, 58, 27, .95);
	color: #b89e74;
}

#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 #42469f;
  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: #42469f;
	color: #fff;
}

.tt_tovar_page > a.active{
  color: #1a6a27;
  border: 1px solid #1a6a27;
}


.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: #1a6a27;
}
.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: #d0ae76;
	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: #d0ae76;
	text-decoration: underline;
}

ul.menuSubView li.active {
    color: #d0ae76;
    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;
}

/*---------------------------sprava-full-----------------------------------*/

.bl_sprava_title{
/*	background: linear-gradient(to top, rgba(  52, 66, 127, 1 ) 0%, rgba(  52, 66, 127, .75 ) 100%); */
    background: #eee;
	border-radius: 0;
	font-size: 14px;
	line-height: 18px !important;
	color: #000;
	border-left: 9px solid #1b5725;
}

.bl_sprava_title a{
	font-size: 20px;
	line-height: 24px !important;
	color: #1b5725;	
	text-decoration: none;
}

.bl_sprava_title a:hover, .bl_sprava_title a:focus{
	text-decoration: underline;
}

.bl_sprava_title i{
	font-size: 24px;
	color: #c9ac88;	
	margin-right: 10px;
}


.bl_sprava_full_foto{
	position: relative;
	width: 36%;	
}
.bl_sprava_full_info{
	width: 56%;
   font-size: 12px;
   line-height: 18px;
   color: #000;
}
.sprava-full-foto{
	border: 1px solid rgba( 107, 48, 62, .15 );
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;	
	background: #fff;
}
.bl_sprava_full_foto_hd{
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 4;
	font-size: 40px;
	line-height: 40px !important;
	color: rgba( 21, 58, 27, .95 );	
}
.sprava-full-infotitle{
	background: linear-gradient(to top, rgba(  27, 93, 38, 1 ) 0%, rgba(  27, 93, 38, .85 ) 100%);
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px !important;
	color: #fff;	
}
.bl_sprava_full .btn-outline-secondary{
	width: 100%;
}

.btn-spravalink{
  background: linear-gradient(to top, rgba(  27, 93, 38, 1 ) 0%, rgba(  27, 93, 38, .85 ) 100%);
  color: #be944c;	
}

.bl_sprava_full .btn-outline-secondary{
    color: #1b5d26;
    border-color: #1b5d26;	
	border-radius: 18px;
	background-color: #eee;
}
.bl_sprava_full .btn-outline-secondary:hover{
    color: #fff;
    background-color: #1b5d26;
    border-color: #1b5d26;	
}

.bl_sprava_full .btn-outline-secondary i{
	font-size: 10px;	
}

.bl_sprava_full_info .text_block_page{
	font-size: 13px;
	line-height: 20px !important;	
}

.bl_sprava_full_foto .slick-prev {
    right: 55px !important;
    left: auto;
    top: -19px;
}

.bl_sprava_full_foto  .slick-next {
    right: 20px !important;
    top: -19px;
}

/*-----------------------------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;
}

.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 a.bl_razdel {
	position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
    flex-basis: 32.4%;
    background: rgba( 21, 58, 27, 1);
    border-radius: 1px;
    padding: 0;
    text-align: center;
    border: 0 solid transparent;
    transition: all linear .3s;
    margin: 0 3px 20px;
	font-weight: 500;
	transition: all .5s linear;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 12px;
}

#razdel-containe a.bl_razdel img{
	height: 270px;
	width: 100%;
	object-fit: cover;
	border-radius: 1px;
	filter: grayscale(100%);
}


#razdel-containe a.bl_razdel span{
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: calc( 100% - 20px );
	text-align: left;
	background-color: rgba( 21, 58, 27, .85 );
	color: #fff;
	padding: .7em;
	transition: all .5s linear;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
}

#razdel-containe a.bl_razdel:hover span{
	background-color: rgba( 21, 58, 27, 1 );
	color: #b89e74;
	bottom: 30px;
}

#razdel-containe a.bl_razdel:hover{
	box-shadow: 0 0 14px -2px #333;
	color: #037fa7;
}
#razdel-containe a.bl_razdel:hover img{
	filter: grayscale(0);
}

/*---------------------------------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: #fff;
	border-radius: 0;
	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 0;
}
.ui-accordion .ui-accordion-content li {
  position:relative;
  padding-left: 1.5em;
  letter-spacing: 1px;
}

.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:  #c4ae62;
}

.ui-widget {
    font-family: "Montserrat", Helvetica, sans-serif;
	
}

/*--------------------- 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: 5px;
	text-decoration: none;
	cursor: pointer;
}

.bl_menu_aktive{
	color: #111;
	border: 1px solid #d0ae76;
}

.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: #221b40;
}

.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 #fff;
	background: #f9f9f9;
}

.block_author_otvet_title{
	background: #fff;
	padding: .3em .5em;
	color: #d0ae76;
	font-weight: 600;
}

.block_author_otvet p{
   padding: .5em .5em .5em 1em;
   color: #000;	
   font-size: 13px;
   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 5px;
	color: #d0ae76;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

.bloger_info{
	background-color: #f9f9f9;
}

.bloger_info p{
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.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: #c9ac88 !important;
    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;
}

.bl_blog_tb a{
	display: block;
}

.bl_blog_tb_info h2{
    display: inline;
    font-size: 15px;
    color: #252525;
    font-weight: bold;
    line-height: 1.2em;
	text-decoration: none;
    margin: 0;
}

.bl_blog_tb_info p {
    font-size: 12px;
    color: #252525;
    padding: 3px 0;
    margin: 7px  0 0;
}

.bl_blog_tb_info span, .bl_blog_tb span{
   display: block;
   font-size: 12px;
   color: #466030;
   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-right: 1px dotted #d0ae76;
  margin-bottom: 40px;
  background: #fff;
}

.bl_mart_data{
	font-size: 12px;
	color: #221b40;	
}

.bl_mart_title a{
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.bl_mart_title a:hover, .bl_mart_title a:focus{
  color: #d0ae76;	
}

.btnmart{
	color: #d0ae76;
	font-size: 13px;
}

.bl_mart_short{
	font-size: 13px;
}

.bcoment{
	position: absolute;
	left: 10px;
	top: 5px;	
}

.bcoment a{
    display: block;
	padding-right: 10px;
	 color: #10b6e6;
	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: #203152 !important;
	font-weight: 500;
}

#blog-themes{
	font-size: 14px;
    font-weight: 400;	
	color: #203152;
}

#review_submit{
	border-radius: 0;
	width: 100%;
    background-color: #d0ae76;
    border-color: #d0ae76;
    color: #fff;
	padding: 5px;
}

#review_submit:hover, #review_submit:focus{
  background-color: #1b5d26;
  border-color: #1b5d26;
  color: #fff;  
}

.text_blog_page{
  text-align: justify;
  background-color: rgba(255, 255, 255, .95);
  border-radius: 7px;
  padding: 30px 15px;
  font-size: 14px;
}

.text_blog_page ul {
    list-style: none;
    padding: 20px 0 0 0;
	margin-left: 30px;
}

.text_blog_page ul li {
    position: relative;
	padding-bottom: 0.7rem;
    padding-left: 1.5rem;
    letter-spacing: 0;
	line-height: 20px;
}

.text_blog_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: #c9ac88;
	font-size: 18px;
	font-style: normal;
}

/*-------------------google_reviews---------------------*/

#sect_googlereviews h2 {
    font-size: 30px;
    line-height: 40px;
    color: #1b544b;
	text-transform: uppercase;
	font-weight: 500;
}

.review_item{
	width: 32%;
	background: #f1f1f1;
	border-radius: 7px;
	  min-height: 264px;
}

img.avatar{
	width: 70px;
}

.review_item h4{
    font-size: 24px;
    line-height: 30px;
    color: #050706;	
}

.review_item_data{
    font-size: 15px;
    line-height: 16px;
    color: #838383;		
}

.review_item_text{
    font-size: 14px;
    line-height: 20px;
   letter-spacing: 1px;	
   color: #050706;	
}

.review_item_rating svg{
	width: 10px;
	height: auto;
}

.review_item_author{
	position: relative;
	text-decoration: none;
}

.review_item_author_hd{
	position: absolute;
	right: 5px;
	top: 35px;
	
}

.review_item_text .content{
  display: -webkit-box; /* Required for line-clamp */
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical; /* Required for line-clamp */
  overflow: hidden;
  text-overflow: ellipsis; /* Optional: adds ellipsis for truncated text */
}

.review_item_text .content.expanded {
  -webkit-line-clamp: unset; /* Remove line clamp when expanded */
  overflow: visible; /* Show full content */
}

.toggle-text{
	width: 100%;
	border-top: 1px solid #999;
	color: #153a1b;
}

#sect_googlereviews .slick-dots li.slick-active button:before {
    opacity: .95;
    color: rgba( 66, 70, 159, .95);
	font-size: 15px;
}
#sect_googlereviews .slick-next {
  right: 20px !important;
  top: -7px;
}
#sect_googlereviews .slick-prev {
  right: 55px !important;
  left: auto;
  top: -7px;
}

#sect_googlereviews  .slick-prev:before, #sect_googlereviews  .slick-next:before{
	color: #999;
}


.reviews_rating_all{
   background: #f9f9f9;
   border-radius: 7px;
   border:1px solid #eee;	
}

.reviews_rating_all svg.injected-svg{
	height: 36px;
	width: auto;
}

.reviews_rating_all h2{
	font-weight: 600;
}

.star-empty {
  clip-path: inset(0 50% 0 0);
}

.btn-google-reviews{
	padding: 0.25rem 1.5rem;
	border-radius: 15px;
	font-size: 15px;
	background: rgba( 21, 58, 27, .95);
	border-color: rgba( 21, 58, 27, .95);
}
.btn-google-reviews:hover, .btn-google-reviews:focus{
	background: #b89e74;
	border-color: #b89e74;	
}

.header-wrapper-reviews{
	position: absolute;
	z-index: 4;
	bottom: 15px;
	right: 5%;
}
