html, body{
  position:relative;
  height:100%;
}

body{
  background-color: #f7f9fa;
  min-width:320px;
  line-height:28px;
  font-size:17px;
  color:#1e0f1c;
  padding:0px;
  margin:0px;
  font-family: 'Ubuntu';
  font-weight: normal;
  font-style: normal;
}

img{
  max-width:100%;
  height:auto;
}

ul{
  padding:0px;
  list-style:none;
  margin-bottom:0px;
}

a{
  text-decoration:none;
  color:inherit;
  transition:all 0.1s ease;
}
h2{
    border-left: 2px solid #7aa95c;
    background-color: #f7f9fa;
    margin-bottom: 30px;
    width: 105%;
    font-size: 25px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    padding-right: 12px;
    padding-left: 12px;
}

a:hover{
  color:inherit;
  text-decoration:none;
  transition:all 0.1s ease;
}

p{
  margin-bottom:0px;

}
input:focus,textarea:focus,select:focus,a:focus{
  outline:none;
}

/**
* Header
*/
#header{
  /*padding: 30px 0px;*/
  background-color: #fff;
  position: relative;
}
#header:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 40%;
  top: 42px;
  bottom: 0;
  margin: auto;
  height: 3px;
  background-color: #7aa95c;
}
  /**
  * Header top
  */
  .header-top{
    padding-top: 30px;
    padding-bottom: 30px;
    height: 110px;
    position: relative;
  }

  .header-top:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #7aa95c;
    width: 100%;
  }

  .text-center{
    text-align:center;-o-text-align:center;-moz-text-align:center;text-align:-moz-center;text-align:-webkit-center;
  }

  .contact-part ul li{
    font-size: 16px;
    line-height: 18px;
  }

  .contact-part ul li i{
    color: #7aa95c;
  }

  .lang a.active-lang,.lang a:hover{
    font-weight: 500;
    color: #1e0f1c;
  }

  .lang a:first-child{
    margin-right: 8px;
  }

  .lang a{
    font-size: 16px;
    color: #6e7d7b;
  }

  .sub-menu-phone{
    opacity: 0;
    position: absolute;
    z-index: -999;
    display: block;
   /* transition-duration: 200ms; */
    transition-timing-function: ease-in;
    transition-property: opacity, margin-top, visibility;
    left: 25px;
  }

  .number-list{
    position: relative;
  }

  .number-list:hover .sub-menu-phone{
    opacity: 1;
    z-index: 1;
    background-color: #fff;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    transition-property: opacity, margin-top, visibility;
  }

  .icon:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
  }

  .number-list:hover .dropdown-toggle:after{
      transform: rotate(180deg);
      margin-top: -3px;
      -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -khtml-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .dropdown-toggle:after{
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    content: "\f0dd";
    font-size: 16px;
    color: #6e7d7b;
    margin-left: 5px;

    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -khtml-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
  }

  .operator{
    position: relative;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    display: inline-flex;
  }

  .operator-links {
    padding-top: 3px;
  }

  .operator:before{
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
  }

  .life:before{
    background-image: url(../img/lifecell1.png);
    width: 22px;
    height: 22px;
  }

  .viber:before{
    background-image: url(../img/viber.png);
  }

  .vodaphone:before{
    background-image: url(../img/vodaphone.png);
    width: 22px;
    height: 22px;
  }

  .number-list a{
    font-weight: 500;
  }

  .title-part{
    color: #6e7d7b;
  }

  .operator-links i{
    color: #7aa95c;
  }

  .number-list a:hover{
    text-decoration: underline;
  }

  .btn{
    color: #fff;
    background-color: #a7001e;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    text-align: center;
    border: none;
    font-size: 14px;
    padding: 4px 10px;
  }

  .btn:hover,.btn:focus,.btn:active{
    background-color: #890019;
    color: #fff;
    cursor: pointer;
  }

  .btn-header{
    font-size: 13px;
    width: 100%;
    padding: 15px;
  }

  /**
  * Menu
  */
  .navbar-menu{
    height: 65px;
    -webkit-box-shadow: 0px 15px 24px 0px rgba(217,226,229,0.88);
    -moz-box-shadow: 0px 15px 24px 0px rgba(217,226,229,0.88);
    box-shadow: 0px 15px 24px 0px rgba(217,226,229,0.88);
  }

  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .menu-link,.disable {
    line-height: 65px;
  }

  .disable{
    padding-right: 20px;
    font-size: 16px;
    color: #6e7d7b;
  }

  .menu-link{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 19px;
    display: block;
  }

  .navbar-cat li a:hover,li.active-menu-cat a{
    background-color: #ecf0f2;
  }

  .navbar-cat li a.disable:hover{
    background-color: transparent;
    color: #6e7d7b;
    cursor: inherit;
  }

  /**
  * Menu
  */
  .navbar-nav-menu{
    justify-content: center;
  }

  .navbar-nav-menu li .menu-link{
    font-size: 17px;
    color: #6e7d7b;
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-nav-menu li .menu-link:hover,.navbar-nav-menu li.active-menu a{
    color: #7aa95c;
  }

  .header-text p{
    font-size: 15px;
    color: #7aa95c;
    line-height: 18px;
  }

  .header-text {
    height: 100%;
    padding: 15px 0px;
    position: relative;
  }

  .header-text:before{
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    width: 30px;
    height: 30px;
    background-image: url(../img/bank.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
  }

/**
* Magnific popup
*/
.form-select{
    height: 50px;
    border: 1px solid #e5ecee;
    font-style: italic;
    width: 100%;
    color: #6e7d7b;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    background-color: #f7f9fa;
}
.input-bg{
  background-color: #f7f9fa;
}
#order textarea.modal-form__input{
  height: 50px;
}
::-webkit-inner-spin-button { display: none; }
#order{background:white;padding:50px 100px;text-align:left;max-width:750px;margin:40px auto;position:relative;}
#callback{background:white;padding:50px;text-align:left;max-width:360px;margin:40px auto;position:relative;}
.my-mfp-zoom-in .zoom-anim-dialog{opacity:0;-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0;}
.my-mfp-zoom-in.mfp-bg{opacity:0;-webkit-transition:opacity 0.3s ease-out;-moz-transition:opacity 0.3s ease-out;-o-transition:opacity 0.3s ease-out;transition:opacity 0.3s ease-out;}
.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:0.3;}
.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0;}
.mfp-close-btn-in .mfp-close:hover{color: #890019;}
.btn-order-modal{
  width: 265px!important;
  margin: 0 auto;
}
.modal-head {
    margin-bottom: 30px;
    font-size: 25px;
    border-left: 3px solid #7aa95c;
    padding-left: 10px;
}
.modal-form_submit {
    width: 100%;
    border: none;
    padding: 10px;
    font-size: 13px;
    margin-top: 10px;
}

.modal-form__input{
  height: 50px;
  border: 1px solid #e5ecee;
  font-style: italic;
  width: 100%;
  color: #6e7d7b;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.modal-form_submit:hover{
  cursor: pointer;
}

/**
* Footer
*/
#footer{
  background-color: #2d3332;
  padding-top: 45px;
  padding-bottom: 40px;
  color: #fff;
  position: relative;
}

#footer:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 40%;
  top: 40px;
  bottom: 0;
  margin: auto;
  height: 3px;
  background-color: #7aa95c;
}

#footer .dropdown-toggle:after{
  color: #fff;
}

#footer .number-list:hover .sub-menu-phone{
  background-color: #2d3332;
  left: 0;
  right: 0;
}

.footer-btn-callback{
  color: #7aa95c;
}

.footer-btn-callback:hover,.footer-btn-callback:focus,.footer-btn-callback:active{
  color: #fff;
}

.footer-bottom{
  padding-top: 30px;
  margin-top: 30px;
  /*border-top: 3px solid #7aa95c;*/
  position: relative;
}

.footer-bottom:before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  height: 3px;
  background-color: #7aa95c;
}

.text-footer p,.text-footer ul li a{
  font-size: 15px;
  color: #6e7d7b;
}

.text-footer ul li a{
  margin-right: 15px;
  position: relative;
}

.text-footer ul li a:hover{
  color: #7aa95c;
}

.text-footer ul li:last-child a{
  margin-right: 0px;
}

.text-footer ul li:last-child a:before{
  content:"|";
  display: block;
  position: absolute;
  left: -10px;
  font-size: 16px;
}

.nav-right{
  justify-content: flex-end;
}

.nav-center{
  justify-content: center;
}

.nav-social li a i{
  color: #fff;
  font-size: 20px;
  vertical-align: -webkit-baseline-middle;
}

.nav-social li a:before{
  display: none!important;
}

.nav-social li a {
    background-color: #4e5756;
    border-radius: 50%;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.nav-social li a:hover{
  background-color: #7aa95c;
}

/**
* Main
*/
main{
  padding-top: 15px;
  padding-bottom: 80px;
}

/**
* Sidebar
*/
.sidebar-widget{
  margin-bottom: 50px;
}

.widget-title{
  text-transform: uppercase;
  color: #1c1e18;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  padding: 12px 18px;
}

.widget-border{
  border: 1px solid #e5ecee;
}

.widget-list li a{
  display: block;
  border-top: 1px dashed #e5ecee;
  border-bottom: 1px dashed #e5ecee;
  padding: 5px 19px;
  background-color: #f7f9fa;
  font-size: 16px;
  color: #6e7d7b;
  position: relative;
}

.widget-list li a:hover{
  color: #7aa95c;
}

.widget-title-df{
  background-color: transparent;
  font-size: 21px;
  padding: 0px 0px 0px 10px;
  border-left: 2px solid #7aa95c;
  text-transform: inherit;
  font-weight: 400;
  margin-bottom: 25px;

}

.widget-list-articles li{
  margin-bottom: 25px;
}

.widget-list-articles li a{
  border: none;
  padding: 0px;
}

.widget-article-title{
  line-height: 24px;
  margin-top: 10px;
}

.text-right{
  text-align:right;-o-text-align:right;-moz-text-align:right;text-align:-moz-right;text-align:-webkit-right;
}

.btn-link{
  font-size: 16px;
  color: #7aa95c;
}

/* 
* Main content
*/
.title-block{
  position: relative;
  border-left: 2px solid #7aa95c;
  margin-bottom: 10px;
}

.title-block:before{
  content: "";
  display: block;
  position: absolute;
  width: 89%;
  height: 1px;
  background-color: #d9e2e5;
  top: 55%;
  margin: auto;
  z-index: 0;
  left: 0;
}

.title-block h4{
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0px;
  background-color: #f7f9fa;
  position: relative;
  z-index: 2;
  padding-right: 12px;
  padding-left: 12px;
  width: max-content;
}

/**
* Slick
*/
.slider {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
  margin: 0px 15px 0px 15px;
}

.slick-slide:focus{
  outline: none;
  border: none;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

/**
* Item block
*/
.item{
  background-color: #fff;
  position: relative;
  transition:all 0.1s ease;
  margin-bottom: 30px;
}

.item:after{
  content: "";
  transition:all 0.1s ease;
  width: 0%;
  left: 0;
}

.item:hover:after{
  content: "";
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #7aa95c;
  position: absolute;
  transition:all 0.1s ease;
}

.item-caption{
  padding: 15px 0px;
  border: 1px solid #e5ecee;
  border-top: none;
}

.item-name,.item-location{
  font-size: 19px;
  line-height: 24px;
}

.item-location{
  margin-top: 10px;
}

.share{
  top: 15px;
  right: -15px;
  position: absolute;
  background-color: #a7001e;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  padding: 2px 5px;
  z-index: 9;
}

.item:hover a{
  color: #7aa95c;
}

/**
* Banner
*/
.banner{
  margin: 50px 0px;
}

.banner .slick-slide{
  margin: 0px;
}

.banner-body{
  position: relative;
}

.banner-body a{
  display: block;
}

.caption-banner{
  bottom: 0px;
  z-index: 5;
  position: absolute;
  width: 100%;
  padding: 30px 30px 20px 30px;
}

.title-slide{
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  font-weight: 100;
}

.banner-link-more{
  position: relative;
}

.banner-link-more:before{
  content: "";
  display: block;
  position: absolute;
  width: 89%;
  height: 1px;
  background-color: #7aa95c;
  top: 55%;
  margin: auto;
  z-index: 0;
  left: -30px;
  transition:all 0.1s ease;
}

.banner-link-more:hover:before{
  background-color: #fff;
  transition:all 0.1s ease;
  left: 0;
  width: 86%;
}

.banner-link-more a:hover{
  color: #fff;
}

.banner .slick-prev {
    left: 0px;
    right: auto;
}

.banner .slick-prev,.banner .slick-next{
  top: 50%;
  z-index: 9;
  width: 44px;
  height: 44px;
  background-color: rgba(255,255,255,0.5);
  opacity: 1;
  text-align: center;
  transition:all 0.1s ease;
}

.banner .slick-prev:hover,.banner .slick-next:hover{
  background-color: #7aa95c;
  transition:all 0.1s ease;
}

.banner button.slick-prev:before{
  background-image: url(../img/arr-left-w.png);
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.banner button.slick-next:before{
  background-image: url(../img/arr-right-w.png);
  opacity: 1;
  left: 0;
  right: 0;
  margin: auto;
}

/**
* Catalog
*/
.title-block.title-block-full:before{
  width: 100%;
}

.desc-item{
  position: absolute;
  left: 0px;
  bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.rating {
    padding-right: 10px;
}

.price{
  background-color: #7aa95c;
  color: #fff;
  padding: 3px 3px;
}

.linkb{
  display: block;
}

.price{
  font-size: 16px;
  margin-right: 13px;
}

.item-photo{
  position: relative;;
}

.rating a{
  font-size: 11px;
  color: #fff;
}

.item:hover .rating a {
    color: #fff;
}

.section-bt{
  border-top: 3px solid #7aa95c;
  padding-top: 50px;
}

/**
* Pagination
*/
.pagination {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #d9e2e5;
}

.pagination a:hover:not(.active) {background-color: #d9e2e5;}

/**
* Tabs
*/
.section-mt{
  margin-top: 50px;
}

ul.tabs{
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  list-style: none;
  -webkit-box-shadow: 0px 10px 40px -17px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 40px -17px rgba(0,0,0,0.3);
  box-shadow: 00px 10px 40px -17px rgba(0,0,0,0.3)
}
ul.tabs li{
  background: #ffffff;
  padding: 10px 15px;
  cursor: pointer;
  color: #6e7d7b;
  font-size: 16px;
  border: 1px solid #ecf0f2;
  border-bottom: 2px solid #ecf0f2;
  width: 100%;
}
ul.tabs li:first-child,ul.tabs li:nth-child(2){
  border-right: none;
}
ul.tabs li.current,ul.tabs li:hover{
  background: #fff;
  color: #7aa95c;
  border-bottom: 2px solid #7aa95c;
}
.tab-content{
  display: none;
  padding: 30px 0px 0px 0px;
}
.tab-content.current{
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 10px 40px -17px rgba(0,0,0,0.3);
  display: inherit;
}

.tab-content p:last-child{
  margin-bottom: 0px;
}

.tab-content h4{
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}

.tab-content p{
  font-size: 16px;
  color: #1e0f1c;
  line-height: 24px;
  margin-bottom: 24px;
}

/**
* About
*/
.about{
  border-top: 1px solid #ecf0f2;
  border-bottom: 1px solid #ecf0f2;
  padding: 30px 0px;
}

.about-text{
  border-left: 2px solid #7aa95c;
  border-right: 2px solid #7aa95c;
  padding: 0px 65px;
  background-color: #f7f9fa7a;
}

/**
* Top place
*/
.caption-over-item{
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  padding: 20px;
}

.item-banner:hover:after{
  height: 0;
}

.caption-over-item .banner-link-more:before{
  left: -20px;
}

.caption-over-item .banner-link-more:hover:before{
  left: -0px;
  width: 80%;
}

.item.caption-over-item:hover a {
    color: #fff;
}


.row-top > * .item{
  margin-bottom: 0px;
}

.row-top .item-caption{
  height: 123px!important;
}

/**
* Sub
*/


ul.sub-menu.sub-menu-phone.active {
    opacity: 1;
    z-index: 9;
    background-color: #fff;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    transition-property: opacity, margin-top, visibility;
    left: 0px;
    min-width: 220px;
    border-top: 2px solid #7aa95c;
    -webkit-box-shadow: 0px 15px 24px 0px rgb(217 226 229 / 88%);
    -moz-box-shadow: 0px 15px 24px 0px rgba(217,226,229,0.88);
    box-shadow: 0px 15px 24px 0px rgb(217 226 229 / 88%);
}
.sub-menu-phone.active{
	  opacity: 1;
    z-index: 9;
    background-color: #fff;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    transition-property: opacity, margin-top, visibility;
    left: 0px;
    min-width: 220px;
    border-top: 2px solid #7aa95c;
    -webkit-box-shadow: 0px 15px 24px 0px rgb(217 226 229 / 88%);
    -moz-box-shadow: 0px 15px 24px 0px rgba(217,226,229,0.88);
    box-shadow: 0px 15px 24px 0px rgb(217 226 229 / 88%);
}

.sub-menu li{
  border-bottom: 1px dashed #d9e2e5;
}

.sub-menu li a{
  width: 100%;
  display: block;
  padding: 5px 10px;
  background-color: #fff;
}

.sub-menu li a:hover{
  background-color: #ecf0f2;
}

.sub-menu li:last-child{
  border-bottom: none;
}

.navbar-nav li{
  position: relative;
}

/***************
** Page sanatoriums
***************/
.tab-content-titel{
  font-size: 25px;
  color: #1e0f1c;
  border-left: 2px solid #7aa95c;
  padding-left: 12px;
  margin-bottom: 30px;
}

.desc-cat{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9e2e5;
}

.desc-cat p{
  color: #1e0f1c;
  line-height: 24px;
}

.medium-18{
  font-weight: 500;
  color: #1e0f1c;
  font-size: 18px;
}

.sorting{
  margin-bottom: 30px;
  display: flex;
}

.sorting a{
  background-color: #fff;
  border: 1px solid #e5ecee;
  display: block;
  width:60px;
  padding: 7px;
  text-align: center;
  color: #e5ecee;
}

a.sorting-active{
  border-right: none;
}

a.sorting-active,.sorting a:hover{
  background-color: #7aa95c;
  color: #fff;
}

/*According*/
h4.accordLink.widget-title.active{
  /*cursor: pointer;*/
  /*border-left: 3px solid #7aa95c;*/
}

.accordLink {
    margin-bottom: 0px;
    padding: 0px;
    border-bottom: 1px dashed #e5ecee;
}

.accord-block:last-child .accordLink{
  border-bottom: none;
}

.accordLink a {
    display: block;
    width: 100%;
    padding: 12px 30px;
}

.share-sidebar{
    font-size: 14px;
    top: 0;
    right: 5px;
    padding: 0px 5px;
    height: 28px;
    bottom: 0;
    margin: auto;
}

.share-green{
  background-color: #7aa95c;
}

.activeToggle .accord-container{
  display: block!important;
}
.activeToggle .accordLink.widget-title{
  border-left: 2px solid #7aa95c;
}

.breadcrumb li {
    position: relative;
    padding-right: 17px;
    padding-left: 10px;
}

.breadcrumb li:first-child{
  padding-left: 0px;
}

.breadcrumb li:after{
  content: '/';
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 14px;
  color: #6e7d7b;
}

.breadcrumb li:last-child:after{
  display: none;
}

.breadcrumb{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10px;
}

.breadcrumb a,.breadcrumb span{
  color: #6e7d7b;
  font-size: 14px;
}

.breadcrumb a:hover,.breadcrumb span:hover,.breadcrumb span{
  color: #7aa95c;
}


/**************
***** News page
***************/
.date{
  padding: 3px 35px; 
}

.news-caption{
  padding: 20px 15px;
}

.news-caption .item-name{
  margin-bottom: 10px;
}

.desc-news{
  color: #6e7d7b;
  font-size: 16px;
  line-height: 22px;
}

/**************
***** Singe product page
***************/
.h4{
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 0px;
    background-color: #f7f9fa;
    position: relative;
    z-index: 2;
    padding-right: 12px;
    padding-left: 12px;
    width: max-content;
}

.single-lining-section{
  background-color: #fff;
}

div.lSSlideOuter .lSPager.lSGallery li.active, div.lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
}

div.lSSlideOuter .lSPager.lSGallery li a img {
    border-radius: 0px;
    border: 3px solid #d9e2e5;
}

div.lSSlideOuter .lSPager.lSGallery li.active a img, div.lSSlideOuter .lSPager.lSGallery li:hover a img {
    border-radius: 0px;
    border: 3px solid #7aa95c;
}

div.lSAction>.lSPrev{
  background-image: url(../img/arr-left-w.png);
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.5);
  width: 40px;
  height: 40px;
  background-position: center;
  opacity: 1;
}

div.lSAction>.lSNext{
  background-image: url(../img/arr-right-w.png);
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.5);
  width: 40px;
  height: 40px;
  background-position: center;
  opacity: 1;
}

div.lSAction a:hover{
  background-color: #7aa95c;
}

.single-excerpt-info{
  padding: 38px 15px 38px 0px;
}

.single-price{
  margin-bottom: 5px;
}

.single-price p{
  font-size: 22px;
}

.single-price p span{
  font-size: 27px;
  font-weight: 500;
}

.single-rating a{
  color: #7aa95c;
  font-size: 16px;
}

.single-overall-rating{
  color: #6e7d7b;
  font-size: 14px;
  margin-left: 5px;
}

.single-excerpt-info_list li{
  font-size: 16px;
  color: #6e7d7b;
}

.single-excerpt-info_list li span{
  color: #1e0f1c;
}

.single-excerpt-info_list li a{
  color: #7aa95c;
}

.single-excerpt-info_list li a:hover{
  text-decoration: underline;
}

.single-excerpt-info__block-border{
  border-top: 1px solid #d9e2e5;
  border-bottom: 1px solid #d9e2e5;
  padding: 15px 0px;
  margin: 15px 0px;
}

.single-excerpt-info_list-number li img {
    width: 17px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.single-excerpt-info_list-number li a:hover{
  color: #7aa95c;
  text-decoration: underline;
}

.single-excerpt-info_list-number li a{
  font-weight: 500;
  font-size: 18px;
}

.single-excerpt-btn{
  max-width: 100%;
  margin-top: 15px;
}

div.lSSlideOuter .lSPager.lSGallery{
  margin-top: 0px!important;
  padding-top: 5px;
  background: #f7f9fa;
}

.lSSlideOuter .lSGallery li:hover, .lSSlideOuter .lightSlider>*:hover{
  cursor: pointer;
}

.single-section-share{
  background-color: #fff;
  margin: 30px 0px;
  padding: 30px 30px 50px 30px;
  -webkit-box-shadow: 0px 10px 40px -17px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 40px -17px rgba(0,0,0,0.3);
  box-shadow: 00px 10px 40px -17px rgba(0,0,0,0.3)
}

.share-name{
  color: #7aa95c;
  font-size: 28px;
  margin-bottom: 15px;
}

.single-section-share p{
  font-size: 18px;
}

.bold{
  font-weight: bold;
}

.single-tabs{
  margin-top: 15px;
  padding-top: 15px;
}

.single-tab-content p{
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.tab-content__title-block{
  border-left: 2px solid #7aa95c;
  background-color: #f7f9fa;
  margin-bottom: 30px;
  width: 110%;
}

.single-tab-content{
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
  -webkit-box-shadow: 0px 10px 40px -17px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 10px 40px -17px rgba(0,0,0,0.3);
  box-shadow: 00px 10px 40px -17px rgba(0,0,0,0.3)
}

.single-tab-content .text-mb-0{
  margin-bottom: 0px;
}

.single-tab-content ul{
  margin-bottom: 30px;
}

.single-tab-content ul li{
      line-height: 24px;
    margin-bottom: 10px;
}

.single-tab-content ul li:before{
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  content: "\f00c";
  color: #7aa95c;
  margin-right: 5px;
}

.info-block-text{
  padding-left: 30px;
  padding-right: 30px;
}

.info-block-text ul{
  margin-bottom: 0px;
}

.info-block{
  margin-bottom: 30px;
}

.question{
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding: 15px 0px;
  border-bottom: 1px solid #d9e2e5;
}

.question:hover{
  cursor: pointer;
  color: #7aa95c;
}

.answer{
  padding: 30px 65px;
}

.answer ul li{
  color: #6e7d7b;
}

.answer ul li:before{
  display: none;
}

.answer p{
  color: #6e7d7b;
}

.faq .answer{
  display: none;
}

.plus:before{
  content: "\f055";
  color: #6e7d7b;
}

.opened .plus:before{
  content: "\f056";
  color: #7aa95c;
}

.fa-question{
  position: absolute;
  right: 0px;
  top: 25px;
}

.question:hover .fa-question.plus:before{
  color: #7aa95c!important;
}

.fa-question:before{
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  transform: translateY(-50%);
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -khtml-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  font-size: 24px;
}

.faq{
  margin-bottom: 30px;
}

iframe{
  max-width: 100%;
  width: 635px;
  height: 365px;
  margin: 0 auto;
  display: block;
}

.review{
  background-color: #fff;
  padding: 20px 30px 30px 30px;
  border:1px solid #e5ecee;
  margin-bottom: 10px;
}

.review:last-child{
  margin-bottom: 0px;
}

.review-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
}

.review-name{
  font-size: 16px;
  color:#1e0f1c!important;
}

.review-date{
  color: #6e7d7b;
  font-size: 13px;
}

.review p{
  color: #6e7d7b;
  font-size: 16px;
  line-height: 24px;
}

.review-name i{
  color: #7aa95c;
  margin-right: 5px;
}

.add-comment{
  margin-top: 30px;
}

.add-comment-title{
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.rating-add-form{
  margin-bottom: 15px;
}

textarea.modal-form__input{
  padding-top: 10px;
  height: 110px;
}

.btn-add-form{
  width: 100%;
  height: 50px;
}

ul.tabs-in{
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  list-style: none;
  position: relative;
}

ul.tabs-in:before {
    content: "Выберите тариф:";
    font-size: 16px;
    color: #6e7d7b;
    line-height: 34px;
    margin-right: 30px;
}

ul.tabs-in li{
  background: #ffffff;
  padding: 5px 15px;
  margin-bottom: 0px;
  cursor: pointer;
  color: #6e7d7b;
  font-size: 16px;
  border: 1px solid #ecf0f2;
  border-bottom: 2px solid #ecf0f2;
  width: 230px;
  max-width: 100%;
}

ul.tabs-in li:before{
  display: none;
}

ul.tabs-in li:first-child,ul.tabs-in li:nth-child(2){
  border-right: none;
}

ul.tabs-in li.current-in,ul.tabs-in li:hover{
  background: #fff;
  color: #7aa95c;
  border-bottom: 2px solid #7aa95c;
}

.tab-content.current-in{
  display: inherit;
  box-shadow: none;
  padding: 0px;
}


.lSSlideOuter ul li:before{
  display: none;
}

.lSSlideOuter ul li{
  margin-bottom: 0px;
}

.tab-content div.lSSlideOuter .lSPager.lSGallery{
  background-color: #fff;
  margin-top: -30px!important;
}

.room-name{
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 30px;
}

.room{
  margin-bottom: 30px;
  border-bottom: 1px solid #d9e2e5;
}

/*Humburger*/
.hamburger {
  display: none;
}
.hamburger-toggler {
  width: 80px;
  height: 100%;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
}
.hamburger-toggler .hamburger-lines {
  width: 40px;
  height: 20px;
  position: relative;
}
.hamburger-toggler .hamburger-lines > div {
  width: 100%;
  height: 0.2em;
  background: #000;
  position: absolute;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -khtml-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  left: 0;
}
.hamburger-toggler .hamburger-lines .mt-1 {
  top: 0;
}
.hamburger-toggler .hamburger-lines .mt-2 {
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-toggler .hamburger-lines .mt-3 {
  bottom: 0;
}
.hamburger-toggler.opened .hamburger-lines .mt-1 {
  transform: rotate(45deg);
  top: 8px;
}
.hamburger-toggler.opened .hamburger-lines .mt-2 {
  display: none;
}
.hamburger-toggler.opened .hamburger-lines .mt-3 {
  transform: rotate(135deg);
  bottom: 8px;
}
.hamburger-menu {
  display: none;
  width: 100vw;
  background: #fff;
  padding: 0 40px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 15px 24px 0px rgba(217,226,229,0.88);
    -moz-box-shadow: 0px 15px 24px 0px rgba(217,226,229,0.88);
    box-shadow: 0px 15px 24px 0px rgba(217,226,229,0.88);
}
.hamburger-menu li:before {
  display: none;
}
.hamburger-menu li a {
  font-size: 18px;
}
.hamburger-menu > ul > li > ul {
  display: none;
  background: #1A3C8D;
  margin: 0 -40px;
  padding: 20px 40px;
  margin-top: 23px;
}
.hamburger-menu > ul > li > ul > li + li {
  margin-top: 20px;
}
.hamburger-menu > ul > li > ul > li > a {
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}
.hamburger-menu > ul > li > ul > li > a img {
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 23px;
}
.hamburger-menu .hamburger-contacts {
  border-top: 1px solid rgba(255,255,255,0.05);
  padding: 26px 40px;
  margin: 0 -40px;
}
.hamburger-menu .hamburger-contacts p {
  margin-bottom: 0;
}
.hamburger-menu .hamburger-contacts a {
  color: #000;
  font-size: 22px;
}
.hamburger-menu .hamburger-contacts i{
  color: #7aa95c;
}
.hamburger-menu .hamburger-contacts li {
    line-height: 34px;
}
.hamburger-menu .hamburger-contacts .email {
  color: #000;
  opacity: 0.5;
  margin-top: 15px;
}
.hamburger-header {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 40px;
  height: 100%;
  width: 100vw;
  background: #fff;
  z-index: 99;
  display: none;
  border-bottom: 1px solid #d9e2e5;
  padding: 18px 40px;
}
.hamburger p.title-part{
  font-size: 16px;
}
.hamburger-menu .hamburger-contacts li img {
        width: 25px;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.hamburger-contacts .list-numbers{
  margin-bottom: 20px;
}
.hamburger-header a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin-right: 15px;
  opacity: 0.5;
}
.hamburger-header a:hover {
  text-decoration: none;
  opacity: 1;
}
.hamburger-header a.active {
  opacity: 1;
  font-weight: 500;
}
.hamburger-toggler.opened .hamburger-lines div{
  background-color: #d9e2e5;
}
.content ul,{
margin-bottom: 30px;
}

.content ul li{
line-height: 24px;
margin-bottom: 10px;
color: #1e0f1c;
font-size: 16px;
}

.content ul li:before{
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f00c";
  color: #7aa95c;
margin-right: 5px;
}
.share1 {
    top: 5px;
    right: -5px;
    position: absolute;
    background-color: #7aa95ce0;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 1px 5px;
    z-index: 8;
}
.share1green_dsc
{
    top: 5px;
    right: -5px;
    position: absolute;
    background-color: #a7001e;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    padding: 0px 5px;
    z-index: 8;
}
table {
    width: 100%;
    font-family: Segoe UI;
    border-collapse: collapse;
    margin: 7px 0px;
}

table th {
    padding: 5px;
    border: 1px solid #7aa95c;
}

table td {
    padding: 5px;
    border: 1px solid #7aa95c;
}

table th {
    background: rgba(189, 198, 195, 0.18);
    color: #626262;
    font-weight: bold;
}
 tbody tr:hover { 
    background: #e5ebed; /* Цвет фона */
   }

.table_scroll {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
}

@media screen and (min-width:1360px) {
	#imageGallery li{
		height: 360px;
	}
}

@media screen and (max-width: 640px) {
	table {
		overflow-x: auto;
		display: block;
	}
	.micro a{
		display: none;
	}
	.micro img{
		display: none;
	}
	.collapse-title + .widget-cat-mobile .fm .widget-list .widget-title{
		display: none; 
	}

}


.youtube {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}
.youtube .play {
    background: url('../images/youtube-play-btn.png') no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube:hover .play {
    background-position: 0 0;
}


@media screen and (max-width: 640px){
	.youtube {
		background-size: contain;
        height: 220px !important;
	}
}

@media screen and (max-width: 380px){
	.item-photo{
		min-height: 180px;
	}
	
	.col-slider{
		height: 233px;
		overflow: hidden;
	}
	
	.widget-title{
		min-height: 52px;
	}
	
	.title-block h1.h4{
		font-size: 20px;
	}

}
