/*   Main   */
html{
}

body{
  padding-right: 0 !important;
}

body {
  background: #f9f9f9;
  font-family: 'FuturaBookC', Arial, sans-serif;
  color:#444;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'FuturaMediumC', Arial, sans-serif;
  color:#333;
}

h1{
  font-size: 24px;
  color:#333;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 18px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #5c675e;
  -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: #139fd4;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 240px;
  background-color: #fff;
}

.animated{
	visibility: hidden;
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.btn-primary:focus {
  box-shadow: none;
}


h2.view{
  position: relative;
  display: block;
  z-index:1;
}

h2.view:before{
  content: '';
  height: 1px;
  left: 15%;
  right: 15%;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
  position: absolute;
  background-color: #eee;
}

h2.view span {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  color: #2e7d09;
  background: #f9f9f9;
  z-index: 2;
  padding: 0 30px;
}

blockquote{
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 400;
  width: 90%;
  margin: 50px auto;
  font-style: italic;
  color: #3a3a3a;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #3ec301 ;
  position: relative;
  background:#f9f9f9;
  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: #3ec301;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color: #333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}



/*--------------#header-----------*/

#header{
  height: 103px;
}

#logo-address {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
}

.top-logo-menu{
  background: #3f9816;
  border-radius: 0;
}

.brand-logo img{
  height: 60px;
  width: auto;
}

.btn-ordertop{
  background-color: #f61f7e;
  border-color: transparent;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-family: 'FuturaDemiC';
  border-radius: 15px;
}

.btn-ordertop:hover, .btn-ordertop:focus{
  background-color: #fff;
  border-color: #ff61f7e;
  color: #f61f7e;
}


/*-------------nav-main-----------------------*/

.nav-main .nav-link {
  font-size: 18px;
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  letter-spacing: 1px;
  font-weight: 400;
}

.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: #f9cb42;
}

.nav-main .nav-link.nav-dop{
  color: #000;
}

.btn-navbar{
  background: #41c007;
  padding: 0.55rem;
  border-radius: 15px;
}

.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.4rem 1rem;
  font-weight: 400;
  color: #333;
  font-size: 0.9rem;
  line-height: 1rem;
  white-space: normal;
}

.dropdown-item:hover, .dropdown-item:focus{
  color: #fff;
  background: #3f9816;
}

.navbar-nav .nav-link {
  color: #fff;
  background: #3f9816;
  border-bottom: 1px solid #fff;
}

.navbar-nav .nav-link:hover {
  background: #2e7d09;
}



/*------------------------------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;
}

.nav-main .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;
}

.navbar-nav .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.navbar-nav .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: #ddd;
    margin-top: 5px;
    margin-right: -10px;
}

.navbar-nav .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.navbar-nav .dropdown-submenu.pull-left {
    float: none;
}

.navbar-nav .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;
}


/*---------------top-address--------------------*/

.top-address{
  font-size: 0.9rem;
  color: #2a2a2a;
  font-family: 'FuturaBookC';
}

.top-address i{
  color: #3f9816;
  margin-right: 3px;
}

.top-address a{
  font-size: 1.1rem;
  font-family: 'FuturaMediumC';
  color: #000;
  font-weight: 500;
  text-decoration: none; 
  margin-right: 15px;
}

.top-address a:hover, .top-address a:focus{
  text-decoration: underline;
}

.top-address a.adri > i, .top-address a.adri{
   font-size: 1rem !important;
   margin-right: 3px !important;
}

.top-seti a{
  margin-left: 1px !important;
}

.top-seti a > i{
  font-size: 1.3rem;
  color: #139fd4;
   margin-top: 4px;
}

.top-seti a > i:hover{
  color: #999;
}

/*-------------carouselMain-------------------*/

#sect-carousel{
  background: #fff;
}

#carouselMain .carousel-caption {
  top: auto;
  bottom: 35%;
}

#carouselMain .carousel-caption h5{
  font-weight: 900;
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3f9816;
  text-shadow: #fff 2px 0 14px;
}

#carouselMain .carousel-caption p{
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 1px; 
  color: #1a1a1a;
  text-shadow: #fff 2px 0 12px;
}

.btn_carusel{
  background: rgba( 63, 152, 22,  0.85);
  color: #fff;
  text-decoration: none !important;
  padding: 12px 45px;
  transition: all .5s linear;
  font-size: 14px;
  line-height: 14px;
  border: 0;
  letter-spacing: 1px; 
  margin-top: 30px;
  border-radius: 15px;
}

.btn_carusel:hover{
  background: #3f9816;
  color: #fff;
}

/*-----------------------block_rightfixed-------------------------------*/

#block_rightfixed{
   position: fixed;
   top: 140px;
   right: 5px;
   z-index: 999999999999999999999999999999999999;
}

.rightfixed {
    position: relative;
    margin-bottom: 4px;
    width: 34px;
    height: 34px;
    background: #2e8d02;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all .25s linear;
    margin-left: 5px;
  text-align:center;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.rightfixed > a > i {
    color: #fff;
    font-size: 26px;
    padding: 3px 0 0;
}

#seti_4 > a > i{
    color: #fff;
    font-size: 20px;
    padding: 5px 0 0 ;  
}

#seti_1, #seti_2, #vb_pk, #vb_mb, #seti_3, #seti_4, #seti_5{
  transition: all 3s jump-start;
}

#seti_1:hover, #seti_2:hover, #vb_pk:hover, #vb_mb:hover, #seti_3:hover, #seti_4:hover, #seti_5:hover{
  margin-left: 1px;
}

#vb_mb {
    display: none;
}

/*--------------sect-poslugy--------------------*/

.bl-posluga{
  position: relative;
  background: #fff;
  border-radius: 1px;
  transition: all .5s linear;
  cursor: pointer;
  padding: 0;
  border: 1px solid #fff;
}

.bl-posluga-info{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3f9816;
  padding: 1rem;
  border-radius: 0 0 1px 1px;
  transition: all .3s linear;
}

.bl-posluga-info:after{
  position: absolute;
  content: "";
  right: 0;
  top: -10px;
  width: 100px;
  height: 20px;
  background: #3f9816;
  transition: all .3s linear;
}

.bl-posluga:hover .bl-posluga-info:after{
  top: -20px;
  background: #f4ad13;
}

.bl-posluga-info h5{
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.bl-posluga img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(0); 
  filter: grayscale(0);
  border-radius: 1px;
  opacity: .85;
  min-height: 346px;
}

.bl-posluga:hover img{
  opacity: 1;
}

.bl-posluga-more{
  position: relative;
  padding: 0.35rem .75rem;
  border-left: 5px solid #f4ad13;
  color: #fff;
  margin-top: 15px;
  background: linear-gradient(to right, rgba(32,93,4,.75) 0%,  #3f9816 60%, transparent 100%);
}

.bl-posluga-more a{
  color: #fff;
  font-weight: 500; 
  letter-spacing: 1px;
  font-size: .75rem;
  text-decoration: none; 
}

.bl-posluga-more:hover a{
  color: #f4ad13;
}

.bl-posluga-more:after{
  font-family: FontAwesome;
  content: "\f0f0"; /* fa-bars, fa-navicon */ 
  position: absolute; 
  right: 0;
  top: 0;
  opacity: 0.45;
  font-size: 2rem;
}

.bl-posluga-all{
   color:  #2e7d09;
   font-weight: 600;
   background: #fff;
   border-radius: 10px;
   border-color: rgba(9,9,9, .15);
}

.bl-posluga:hover .bl-posluga-more a{
	color: #f9cb42;
}


/*-----------------uzd----------------------*/

.sect_uzd_all > div{
  width: 50%;
}

.sect_uzd_image{
  position: relative;
  padding: 10px 0 0 1px;
}

.sect_uzd_image img{
   min-height: 460px;
   object-fit: cover;
}

.sect_uzd_image p{
  color: #383a3c;
  font-weight: 300;
  transform: rotate(270deg);
  transform-origin: bottom left;
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: 16px;
  left: -10px;
  bottom: 0;  
  color: #000;
}

.sect_uzd_image p > span{
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #3f9816;
}

.sect_uzd_price{
  background: #3f9816;
  padding: 1.5rem;
}

.sect_uzd_order{
  background: #f4ad13; 
  padding: 1.5rem;
  border-right: 17px solid #3f9816;
}

.sect_uzd_info{
  padding: 1.5rem 3rem 1.5rem 1.5rem;
}

.sect_uzd_info h2{
  font-weight: 400;
}

.sect_uzd_info ul{
  list-style: none;
  padding: 0 0 0 20px;
}

.sect_uzd_info ul li{
  position: relative;
  padding-left: 30px;
}

.sect_uzd_info ul li:before{
  font-family: FontAwesome;
  content: "\f00c"; /* fa-bars, fa-navicon */ 
  position: absolute; 
  left: 0;
  top: 0;
  color: #3ec301;
}

.sect_uzd_order{
  padding-top: 30px;
  padding-bottom: 30px;
}

.sect_uzd_order1{
  display: block;
  font-size: 68px;
  line-height: 76px;
  color: #fff;
  position: relative;
  font-weight: 500;
}

.sect_uzd_order2{
 font-size: 26px;
 line-height: 36px;
 color: #fff;
 font-weight: 400;  
}

.sect_uzd_price{
  display: block;
  font-size: 36px;
  line-height: 46px;
  color: #eee;
  position: relative;
  font-weight: 300;
}

.sect_uzd_price a{
  font-size: 20px;
  line-height: 46px;
  color: #fff;  
  text-decoration: none;
}

.sect_uzd_price a:hover{
  text-decoration: underline;
}

/*-----------------sect-aksii------------------------*/

.bl-main-aksia{
 position: relative;
 padding: 2px;
 overflow: hidden;
 transition: all .3s linear;
}

#sect-aksii .slick-next {
  right: 35px;
  z-index: 50;
}

#sect-aksii .slick-prev {
  left: 35px;
  z-index: 50;
}

.main-aksii img{
  height: 360px;
  width: 100%;
  object-fit: cover;
  opacity: 0.85;
}

.bl-main-aksia_title{
  position: absolute;
  z-index: 11;
  bottom: 20px;
  left: 15px;
  width: calc( 100% - 30px);
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, 
  rgba(255,255,255, .7) 85%, 
  transparent 99%);
  padding: 1em;
  border-radius: 7px;
  transition: all .4s linear;
}

.bl-main-price{
  color: red;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 7px;
  font-family: 'FuturaDemiC';
}

.bl-main-aksia_title h3{
  font-size: 16px;
  line-height: 20px;
  color: #000;
  padding-left: 15px;
  border-left: 5px solid #3f9816;
}

.bl-main-aksia_hidden{
  position: absolute;
  z-index: 10;
  left: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(63, 152, 22, .85);
  transition: all .3s linear;
}

.bl-main-aksia_hidden_btn{
  height: 50px;
}

.bl-main-aksia:hover .bl-main-aksia_hidden{
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
}

.bl-main-aksia:hover .bl-main-aksia_title{
  bottom: 60px;
  background: #fff;
}

.btn-aksii{
   border-radius: 7px;
   font-family: 'FuturaDemiC';
}

.btn-aksii:hover{
  color:  #3f9816;
}

/*---------------------section-main----------------------*/

#section-main{
}

.smainfoto img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.maintext {
  text-align: justify;
  background-color: rgba(255, 255, 255, .85);
  color: #3a3a3a;
  border-radius: 10px;
  font-size: 1.1rem;
}

.maintext ul{
  margin-left: 20px;
}

/*------------------footer------------------*/

#footer .container{
  background: #33890b;
  border-radius: 10px;
  padding: 70px 0;
  color: #fff;
}

#result_order_back{
  display: none;
}

#back_submit{
  background-color: #2b7b06;
  border-color: #3ec301;
  color: #fff;
  font-family: 'FuturaDemiC';
  border-radius: 0;
}

#back_submit:hover, #back_submit:focus{
  background-color: #3ec301;
  border-color: #3ec301;
  color: #fff;  
}

#back_form .form-control{
  background: rgba(255, 255, 255, 1);
  border-color: #fff;
  border-radius: 0;
}

#back_form  input::-webkit-input-placeholder, #back_form  textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
  font-size: 15px;
 line-height: 20px;
  font-style: italic;
}
#back_form input::-moz-placeholder, #back_form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
}
#back_form input:-ms-input-placeholder, #back_form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #777;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
}
#back_form input:-moz-placeholder, #back_form textarea:-moz-placeholder{ /* Firefox 18- */
  color: #777;
  font-size: 15px;
  line-height: 20px;
  font-style: italic;
}

#footer h3{
  color: #f9cb42;
  margin-bottom: 20px;
  font-size: 20px;
}

.seti-footer a{
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px solid #ddd;
  text-align: center;
  background: #f2f3f5;
}

.seti-footer a > i{
  font-size: 30px;
  line-height: 50px;
  color: #01c1fe;
}

.seti-footer a:hover i{
   color: #139fd4;
}

.phone-footer a{
  font-size: 18px;
  line-height: 26px; 
  text-decoration: none;
  color: #fff; 
  font-weight: 600;
  letter-spacing: 2px;
}

.phone-footer a:hover, .phone-footer a:focus{
  text-decoration: underline;
}

.email-footer a{
  font-size: 14px;
  line-height: 26px; 
  text-decoration: none;
  color: #fff; 
  font-weight: 600;
  letter-spacing: 0;
}

.email-footer a:hover, .email-footer a:focus{
  text-decoration: underline;
}

/*--------------footer_copy--------------------*/

#footer_copy .container{
   background: #33890b;
   padding: 7px 0;
   border-radius: 5px;
   margin-bottom: 10px;
}

 #footer_copy p {
   margin: 0;
   padding:0;
}

.copy{
   margin: 0;
   padding:0;
   font-size: 13px;
   color: #fff;
   line-height: 18px;
   letter-spacing: 1px;
}

.copy > a{
  font-size: 13px;
  color: #fff;
  line-height: 18px;
  letter-spacing: 1px;  
  text-decoration: underline;
}

.copy > a:hover, .copy > a:focus{
  color: #139fd4;
}

p.prosite {
  text-align: right;
}

p.prosite a{
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-decoration: none;
}

p.prosite a:hover{
    text-decoration: underline;
}

.scroll-to-top-button {
  z-index: 1000;
  font-size: 40px;
  color: #333;
  font-family: verdana;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  margin: 10px;
  background: transparent;
  text-align: center;
}

/*------------------- sect_shorOrder -----------------------*/

#sect_shorOrder{
  padding: 20px 0 10px;
}

#sect_shorOrder .container {
    box-shadow: 0 10px 20px rgb(1 1 55 / 35%);
    border-radius: 5px;
    background-image: linear-gradient(to right,#3f9816 0%,#3ec301 100%);
    padding: 50px 50px;
}

.shorOrderTitle{
  font-family: "RobotoMedium", Arial, sans-serif;
  line-height: 38px;
  font-size: 30px;
  color: #f9cb42;
  margin-bottom: 20px;
}

#sect_shorOrder p.shortOrderP, #sect_shorOrder p.shortOrderP > a {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
	margin-bottom: 20px;
}

#sect_shorOrder p.shortOrderP > a{
	text-decoration: underline;
}

#sect_shorOrder p.shortOrderP > a:hover{
	color: #000;
}

#formShortOrder .form-group{
	position: relative;
}

#formShortOrder input, #formShortOrder textarea{
    height: 48px;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    outline: none;
    padding: 4px 15px 0 48px;
    border: 1px solid transparent;
	color: #3f9816;
}

#formShortOrder textarea{
	height: 104px;
	padding-top: 12px;
}

#formShortOrder a.shor_more{
	display: block;
    border: 1px dashed #111;
	position: relative;
    height: 48px;
    border-radius: 5px;
    background-color: #f9f9f9;
    width: 100%;
    font-size: 16px;
    line-height: 46px;
	color: #33830e;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.add-info > i, .hide-info > i{
	margin-right: 15px;
}

#formShortOrder a.shor_more:hover{
	background-color: #fff;
}

#formShortOrder label {
    position: absolute;
    top: 5px;
    left: 1px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 50px;
    color: #3f9816;
    font-size: 18px;
}

 form input::-webkit-input-placeholder,  form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
  font-size: 16px;
 line-height: 20px;
}
 form input::-moz-placeholder,  form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  font-size: 16px;
   line-height: 20px;
}


#shor_date, label.shor_date, #shor_time, label.shor_time, #shor_mess, label.shor_mess, .form-group-mess, .hide-info{
	display: none;
}


#formShortOrder input.submit_shorOrder{
    width: 100%;
    background-color: #fff;
    border-color: #fff;
    color: #3f9816;
    font-family: 'FuturaDemiC';
}

#formShortOrder input.submit_shorOrder:hover, #formShortOrder input.submit_shorOrder:focus{
  background-color: #33830e;
  border-color: #33830e;
  color: #fff; 	
}

#formShortOrder label.error{
	display: none !important;
}

#formShortOrder input.error {
    border: 1px solid #cc0000;
	background-image: linear-gradient(to right,#f6c1c1 0%,#fff 30%) !important;
}

#result_shorOrder{
	display: none;
	margin: -20px auto 50px;
	text-align: center;
	color: #fff;
    font-size: 20px;
    line-height: 28px;
}

/*-------------------------order-------------------------------------*/

#datepicker, .dorder{
	position: relative;
}

.ui-datepicker-trigger{
	position: absolute;
	top: 17px;
	left: 19px;
	width: 30px;
	height: 20px;
}

#datepicker{
	padding-left: 50px;
}

#order_submit{
	background-color: #3f9816;
	border-color: #3f9816;
}

#order_submit:hover, #order_submit:focus{
	background-color: #3ec301;
	border-color: #3ec301;	
}

#result_order_tour{
	color: #3f9816;
    font-size: 16px;
    line-height: 26px;	
    font-family: 'FuturaDemiC';
}

/*-------------------------------sectShortInfo----------------------------*/

#sectShortInfo{
	padding: 20px 0 4px;
}

#sectShortInfo h2{
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 28px;
  text-align: center;
}

#block_ShortInfo{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
	margin: 0;
	background: #f9f9f9;
	height: auto;
	box-shadow: 1px 1px 8px #909f93;
}


.block_ShortInfo_foto{
   display: flex;
   width: 40%;
   overflow: hidden;
   align-items: flex-end;
   margin: 15px;
}

.block_ShortInfo_foto img{
	min-width: 100%;
	height: 390px;
	width: auto;
	object-fit: cover;
}

.block_ShortInfo_text{
	padding: 15px;
	width: 60%;
}

.bl_ShortInfo_text{
  padding: 10px 15px 20px;
  text-align: justify;
  font-family: "Montserrat",sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #4a4d5d;
  height: 255px;
  overflow: hidden;  
  overflow-y: auto;
  background: #fff;
}

.bl_ShortInfo_text::-webkit-scrollbar {
  width: 5px;  
}
.bl_ShortInfo_text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    background: #e9fcf3; 
}
.bl_ShortInfo_text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 16px #3f9816; 
}

.btn-shortinfo{
	width: 100%;
	margin-top: 20px;
	cursor: pointer;
    box-shadow: 0 10px 20px rgb(231 148 166 / 3%);
    border-radius: 5px;
    background-color: #3f9816;
    height: 44px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .9px;
}

.btn-shortinfo:hover, .btn-shortinfo:focus{
	 background-color: #276e07;
	 color: #fff;
}

/*------------------------------------------------------------*/

#order_loading, #order_loading_1, #order_loading_2{
	display: none;
	text-align: center;
}

label.error {
    font-weight: 400;
    color: #ff0000;
    font-size: 11px;
    line-height: 12px;
}

input.error, select.error, textarea.error {
    border: 1px solid #ff0000 !important;
	background: rgba(255, 255, 255, 1) !important;
}

 #result_order_back{
     display: none;
     text-align: center;
	 font-size: 16px;
	 color: #fff;
	 line-height: 28px;
	 padding: 0 20px 20px;	
}

#back_form label.error{
   display: none !important;
}

.text_block_page{
	text-align: justify;
	font-size: 16px;
	line-height: 26px;
    box-shadow: 0 0.2rem 4.3rem rgb(98 104 112 / 11%);
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    background-color: #fff;
	padding: 1rem;
	margin-bottom: 15px;
}


.text-offcdop i{
	color: #009ed0 !important;
}

.bl_text_main{
	text-align: justify;
}

/*---------------------price table--------------------------------*/

.pricetable_hidd{
	display: none;
	margin-top: 7px;
	background: #fff;
}

.btn-table-price{
	position: relative;
	text-align: left;
	padding-right: 40px;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 20px;
	line-height: 22px;
	background-color: #fff;
	border-color: transparent;
	color: #3f9816;
	box-shadow: rgba(67, 71, 85, 0.05) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
}

.btn-table-price:hover, .btn-table-price:focus{
	background-color: #3f9816;
	border-color: #3ec301;	
}

.btn-table-price > span{
	position: absolute;
    right: 10px;
	top: 13px;
	font-size: 30px;
}

/*-------------------------news------------------------------*/

.all-news > div{
	position: relative;
	background: #fff;
	border-radius: 7px;
	border: 1px solid #ddd;
	margin-bottom: 30px;
}

.all-news > div:hover{
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
}

.all-news > div h3{
	position: absolute;
	bottom: 120px;
	left: 20px;
	width: calc( 100% - 40px);
	padding: 1rem;
	font-weight: 600;
	background: rgba( 255, 255, 255, .95 );
	border-left: 5px solid #3ec301;
	font-size: 17px;
	line-height: 20px;
	color: #000;
}

.all-news > div img{
	height: 250px;
	width: 100%;
	object-fit: cover;
	border-radius: 7px;
}

.news-dopinfo-date{
  color: #3ec301;
  font-size: 11px;
  line-height: 16px;
  text-align: right;
  margin-bottom: 9px;
  font-family: 'FuturaDemiC';
}

.news-dopinfo{
  height: 115px;
  overflow: hidden;
  padding: 1rem;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;  
}

.news-dopinfo a{
  font-size: 14px;
  line-height: 16px !important;	
  text-align: justify;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.news-dopinfo a:hover, .news-dopinfo a:focus{
	text-decoration: underline;
}

/*-------------------- menuSubView -----------------------*/

ul.menuSubView {
    margin: 20px 0 10px 0;
    padding: 0;
}

ul.menuSubView li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
}

ul.menuSubView i {
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

ul.menuSubView li a {
    font-size: 15px;
	color: #3f9816;
	 text-decoration: none;
}

ul.menuSubView li a:hover, ul.menuSubView li a:focus{
	text-decoration: underline;
}

ul.menuSubView li.active {
    color: #999;
    font-size: 15px;
}

h2.inarticle{
    text-align: center;
    font-family: "OpenSansRegular", Arial, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #4a4d5f;
    margin-bottom: 40px;
    font-weight: 400;	
}


/*---------------------------------accordionQuestions---------------------------------*/

#accordionQuestions{
	margin-bottom: 40px;
}

 #accordionQuestions .ui-corner-all, #accordionQuestions .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: 7px;
	color: #3f9816;
	letter-spacing: 0;
	box-shadow: rgba(0, 0, 0, 0.05) 0px -50px 36px -28px inset;
}

 #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: 1px solid #000;
    background: #fff;
	color: #000;
	font-weight: 500;
    font-style: normal;
    font-size: 17px;
    line-height: 26px;
}

#accordionQuestions .ui-state-focus > p, #accordionQuestions .ui-state-active > p{
	margin: 0;
}

.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: 13px;
	line-height: 24px;
}

.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:first-letter {
	font-size: 1.3em;
	color: #0192c0;
}

.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: #0192c0;
}

.ui-widget {
    font-family: "Montserrat", Helvetica, sans-serif;
	
}


/*-----------------------------article_foto -------------------------*/

#article_foto{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}


#article_foto .ramka_img_border{
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0.2em;
  margin-bottom: 5px;
  margin-top: 20px;
   border:1px solid transparent; 
}

#article_foto .ramka_img_border2{
  position: relative;
  flex: 90%;
  text-align: center;
  padding: 0;
  margin: 0.2em;
  margin-bottom: 30px;
   border:1px solid #eee; 
}

#article_foto .ramka_img_border img{
  height: 260px;
  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;
}

/*-------------------- 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%;
    background: #fff;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    border: 1px solid #fff;
    transition: all linear .3s;
    margin: 0 3px 20px;
	font-weight: 500;
	transition: all .5s linear;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#razdel-containe a.bl_razdel img{
	height: 340px;
	width: 100%;
	object-fit: cover;
	border-radius: 3px;
}


#razdel-containe a.bl_razdel span{
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: calc( 100% - 20px );
	text-align: center;
	background-color: rgba(63, 152, 22, .85);
	color: #fff;
	padding: .7em;
	transition: all .5s linear;
	line-height: 16px;
	letter-spacing: 1px;
	font-weight: 400;
}

#razdel-containe a.bl_razdel:hover span{
	background-color: #3f9816;
}

#razdel-containe a.bl_razdel:hover{
	box-shadow: 0 0 14px -2px #333;
	color: #3f9816;
}

/*------------------sect-doctor----------------------*/

.doctor-slider{
}

.bl-doctor{
  position: relative;
  background: #fff;
  margin: 20px 10px;
  padding-bottom: 160px;
  transition: all .3s linear;
  border-bottom: 2px solid  #3ec301 ;
}

.bl-doctor:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02); 
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.35);
  border-bottom: 2px solid  #fff ;
}

.bl-doctor-name{
  height: 70px;
  border: 0;
  padding: 16px 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}

.bl-doctor p{
  display: block;
  padding: 16px 20px;
  height: 70px;
}

.bl-doctor-data{
  position: absolute;
  left: 0;
  bottom: 65px;
  width: 100%; 
  height: 94px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin: 20px 0 0;
  padding: 15px 20px 5px;
  font-size: 14px;
  line-height: 16px;
}

.bl-doctor i{
  font-size: 20px;
  color: #0094da;
  margin-right: 15px;
}

.bl-doctor-price{
  position: absolute;
  padding: 16px 20px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
}

.bl-doctor-price .value > span{
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
}

.btn-orderdoc {
  background-color:  #52ea0c ;
  border-color:  #52ea0c ;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
}

.btn-orderdoc:hover, .btn-orderdoc:focus{
  background-color: #3ec301;
  border-color: #3ec301;
  color: #fff;  
}

#sect-doctor .slick-prev:before, #sect-doctor .slick-next:before{
  width: 35px;
  height: 35px;
  font-size: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 14px -2px #acacac;
  color:  #52ea0c ;
}

#sect-doctor .slick-next {
  right: 5px;
  z-index: 50;
}

#sect-doctor .slick-prev {
  left: 5px;
  z-index: 50;
}

.bl-inpage-doctors{
	position: relative;
	width: 100%;
	height: 700px;
}

.bl-inpage-doctor{
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #3f9816;
  width: 100%;
  height: 400px;
  padding: 1.5rem;
  color: #52ea0c;
  font-weight: 500;
  font-size:  1.5rem;
  line-height: 2rem;
}

.bl-inpage-doctor h3{
	font-size:  4.5rem;
	line-height: 6rem;
	color: #fff;
}

/*---------------------bl-prices inpage-------------------------*/

.bl-prices{
	background: #3f9816;
  font-weight: 500;
  font-size:  1.5rem;
  line-height: 2rem;
  color: #fff;
  border-radius: 9px 9px 0 0;
}

*--------------------- 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: 18px;
	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: #009ed0;
	border:1px solid #009ed0;
}

.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: 11px;
	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: #3b5e98;
	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: 15px;
   padding: .5em 0;
   color: #000;
}

.blog_review_info p{
   padding: .5em .5em .5em 1em;
   color: #111;	
   font-size: 15px;
   line-height: 20px;
   text-align: justify;
   font-weight: 500;
}

.blog_review_info_date{
	font-size: 10px;
	color: #3b5e98;
}

.blog_review_info_otvet{
	text-align: right;
}

.author_otvet{
	display: none;
}

.btn-otvet, .btn-otvet:focus{
  padding: 2px 15px;
  margin: 0;
  font-size: 15px; 
  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(0,0,0, .25);
}

.block_author_otvet_title{
	background: #fff;
	padding: .3em .5em;
	color: #3b5e98;
	font-size: 15px;
	color: #009ed0;
}

.block_author_otvet p{
   padding: .5em .5em .5em 1em;
   color: #000;	
   font-size: 15px;
   line-height: 18px;
   text-align: justify;	
}

.otvet_edit{
   padding: .5em;
   text-align: right;
}

.otvet_edit a.del{
	color: #ff0000;
	text-decoration: underline;
	font-size: 14px;
	line-height: 20px;
}

.otvet_edit a.del:hover{
	color: #990000;
}

.txt1{
	font-size: 11px;	
}

h3.blogh3{
	margin: 10px 0 10px;
	color: #3f9816;
	font-size: 15px;
	line-height: 18px;
	font-weight: 500;
}

.bloger_info{
	background-color: #fff !important;
	border-radius: 0.5rem;
}

.bloger_info p{
	font-size: 14px;
	line-height: 16px;
}

.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: #009ed0;
    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_info{
	
}
.bl_blog_tb_info a{
	text-decoration: none !important;	
}

.bl_blog_tb_info a:hover{
	text-decoration: underline !important;	
}

.bl_blog_tb_info a > h2{
    display: inline;
    font-size: 20px;
    color: #3f9816;
    font-weight: 400;
    line-height: 1.7rem;
	text-decoration: none !important;
    margin: 0;
}

.bl_blog_tb_info p {
    font-size: 15px;
    color: #252525;
    padding: 3px 0;
    margin: 7px  0 0;
}

.bl_blog_tb_info span, .bl_blog_tb span{
   display: block;
   font-size: 15px;
   color: #3f9816;
   line-height: 1.4em;
   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;
}

.bcoment a{
    display: block;
	width: 20%;
	text-align: right;
	padding-right: 10px;
	 color: #3f9816;
	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: #3f9816;
	font-weight: 600;
}

#blog-themes{
	font-size: 16px;
    font-weight: 500;	
}

#review_submit{
	border-radius: 7px;
	width: 100%;
	background-color: #3f9816;
	border-color: #fff;
	font-size: 15px;
	line-height: 26px;
}

#review_submit:hover, #review_submit:focus{
  background-color: #3ec301;
  border-color: #3ec301;
  color: #fff;  
}

