@charset "UTF-8";
@font-face {
  font-family: "NeoSansW1G-Bold";
  font-display: swap;
  src: url("../fonts/NeoSansW1G-Bold.eot");
  src: url("../fonts/NeoSansW1G-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/NeoSansW1G-Bold.woff2") format('woff2'), url("../fonts/NeoSansW1G-Bold.woff") format('woff'), url("../fonts/NeoSansW1G-Bold.otf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NeoSansW1G-Regular";
  font-display: swap;
  src: url("../fonts/NeoSansW1G-Regular.eot");
  src: url("../fonts/NeoSansW1G-Regular.eot?#iefix") format('embedded-opentype'), url("../fonts/NeoSansW1G-Regular.woff2") format('woff2'), url("../fonts/NeoSansW1G-Regular.woff") format('woff'), url("../fonts/NeoSansW1G-Regular.otf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
body {
  color: #3E404D;
  font-family: 'Raleway', sans-serif !important;
  font-size: 16px;
  line-height: 20px;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  color: #0085CF;
}
img {
  width: 100%;
}
.button {
  background: linear-gradient(90.02deg, #008E5B 0.02%, #3CB87B 54.69%, #FFC672 99.98%);
  border-radius: 30px;
  text-align: center;
  line-height: 22px;
  padding: 11px 25px;
  width: 100%;
  border: none;
  transition: 0.5s;
  max-width: 270px;
  font-size: 16px;
    font-weight: 600;
    font-family: Raleway, sans-serif;
  }
.button:hover {
  opacity: 0.9;
  background: linear-gradient(90.02deg, #FFC672 0.02%, #3CB87B 54.69%, #008E5B 99.98%);
}
.button.btn-outline-primary {
  border: 2px solid #0085CF;
  background: #FFFFFF;
  color: #0085CF;
}
.button.btn-outline-primary:hover {
  background: #0085CF;
  color: #FFFFFF;
}
.galka::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  background-image: url(../img/galka.svg);
  left: 0;
  top: 6px;
}
.pagination {
  justify-content: center;
  margin: 70px 0;
}
.nav-links {
  text-align: center;
  line-height: 2;
}
.page-numbers {
  padding: 0 10px;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;;
}
.button_filled {
  margin: 70px auto;
  display: block;
  color: #fff;
}
.header {
  padding-top: 20px;
  background-color: #fff;
  min-height: 120px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (max-width: 767px) {
  .header {
    position: relative;
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .header {
    margin-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .logo {
    order: 1;
  }
}
@media (max-width: 767px) {
  .logo {
    text-align: center;
    position: fixed;
    height: 85px;
    background-color: #fff;
    top: 0;
    left: 0;
    padding-top: 7px;
    z-index: 99;
  }
}
@media (max-width: 575px) {
  .logo {
    height: 75px;
    display: flex;
    align-items: center;
    padding-top: 0;
  }
}
.logo__link {
  width: 100%;
}
.logo__img {
  max-width: 302px;
}
@media (max-width: 575px) {
  .logo__img {
    max-width: 260px;
  }
}
@media (max-width: 400px) {
  .logo__img {
    max-width: 70%;
  }
}
.preim {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .preim {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.preim__text {
  text-transform: uppercase;
  padding-left: 10px;
  max-width: 135px;
  line-height: 19px;
  color: #3E404D;
}
@media (max-width: 1199px) {
  .preim__text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .preim__text {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .preim__item1 {
    order: 3;
  }
}
.preim__item1 img {
  max-width: 45px;
}
@media (max-width: 991px) {
  .preim__item1 img {
    max-width: 30px;
  }
}
@media screen and (max-width: 991px) {
  .preim__item2 {
    order: 4;
  }
}
.preim__item2 img {
  max-width: 51px;
}
@media (max-width: 991px) {
  .preim__item2 img {
    max-width: 35px;
  }
}
.contacts {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .contacts {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .contacts {
    justify-content: center;
    margin-top: 15px;
  }
}
.contacts__block {
  min-width: 272px;
}
@media (max-width: 1199px) {
  .contacts__block {
    min-width: 225px;
  }
}
.contacts__items {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}
.whatapp__link {
  display: block;
  position: relative;
  color: #A1A1A1;
  padding-left: 37px;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .whatapp__link {
    font-size: 14px;
    padding-left: 24px;
  }
}
.whatapp__link::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  background-image: url(../img/whatsapp.svg);
  left: 0;
  top: -3px;
}
@media (max-width: 1199px) {
  .whatapp__link::before {
    width: 20px;
    height: 20px;
    top: 0;
  }
}
.phone__link {
  color: #3E404D;
}
.phone__fix-menu {
  margin-top: 10px;
  margin-bottom: 15px;
}
.h-phone {
  position: fixed;
  top: 26px;
  left: 25px;
  width: 29px;
  text-decoration: none;
  height: 50px;
  background: url(../img/phone.png) no-repeat;
  background-size: contain;
  z-index: 100;
}
@media (min-width: 768px) {
  .h-phone {
    display: none;
  }
}
@media (max-width: 575px) {
  .h-phone {
    top: 25px;
    width: 22px;
    left: 15px;
  }
}
.fix-menu {
  display: flex;
  align-items: center;
  transition: 0.5s;
  width: 0;
  overflow: hidden;
}
.navbar-toogler__fix-menu {
  margin-left: 10px;
  background-image: url(../img/toog.svg);
  margin-left: 10px;
  padding: 0;
  width: 40px;
  height: 34px;
  background-image: url(../img/toog.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .navbar-toogler__fix-menu {
    top: 24px;
    right: 20px;
    width: 30px;
  }
}
.fix-navbar__wraper {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 101%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}
.fix-navbar__block {
  height: 100%;
  width: 360px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.fix-navbar__list {
  background: #fff;
  height: 110%;
  position: absolute;
  right: 0;
  overflow: auto;
  width: 360px;
  padding: 20px 20px;
}
.fix-navbar__list .nav-link {
  color: #3E404D;
  border-bottom: 1px solid #A1A1A1;
}
.fix-navbar__close.btn-close {
  top: 5px;
  z-index: 99;
}
.fix-navbar .dropdown-menu {
  border: none;
}
.fix-navbar .dropdown-menu > .nav-item {
  border-bottom: 1px solid #A1A1A1;
}
.fix-navbar .dropdown-menu > .nav-item > .dropdown-item.active, .fix-navbar .dropdown-menu > .nav-item > .dropdown-item:active {
  color: #0085CF;
  background-color: transparent;
}
.top {
  margin-top: 120px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ECF0F0;
  border-bottom: 1px solid #ECF0F0;
}
.top + .wrapper {
  padding-top: 0;
}
@media (max-width: 767px) {
  .top + .wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .top {
    display: none;
  }
}
.top .main-nav .nav-link {
  color: #3E404D;
}
.banner .main-nav .menu-item-has-children > .nav-link.active:not(.show) {
  opacity: 0.8;
  color: #FFFFFF;
  background-color: transparent;
  font-family: 'NeoSansW1G-Regular';
}
.main-nav .dropdown-menu {
  width: 100%;
  padding: 55px 25px 15px;
  left: -18px !important;
  top: -10px !important;
  border-radius: 20px;
  min-width: 250px;
}
.main-nav .dropdown-menu.show {
  color: #3E404D;
}
.main-nav .dropdown-menu .dropdown-item {
  color: #3E404D;
  padding: 7px 0;
  border-bottom: 1px solid #ECF0F0;
  white-space: normal;
  font-size: 16px;
}
.main-nav .dropdown-menu .dropdown-item:hover, .main-nav .dropdown-menu .dropdown-item:focus {
  background: none;
  font-family: 'Raleway', sans-serif;;
  opacity: 1;
}
.main-nav .dropdown-menu .dropdown-item.active, .main-nav .dropdown-menu .dropdown-item:active {
  color: #3E404D;
  background-color: transparent;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}
.main-nav__item:last-child .dropdown-item {
  border: none;
}
.main-nav .dropdown-toggle.show {
  color: #3E404D;
  z-index: 1001;
  position: relative;
}
.main-nav .dropdown-toggle.show::after {
  border: none;
  width: 12px;
}
.main-nav .nav-link {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  padding-right: 1.6rem !important;
}
.top_menu .main-nav .nav-link {
color: #312E2E;
font-size:18px;
padding-right: 0rem !important;
}
.lic_c .preim__text{
padding-left:0px;
color: #8E8F9E;
}
.paddint_top_scroll {
  margin-top:85px;
}
.top_menu
{
     box-shadow: 0px 14px 100px rgb(21 105 153 / 20%);
    position: fixed;
    top: 0px;
    z-index: 10000001;
    margin-bottom: 30px;
    background: #fff;
    width: 100%;
    box-sizing: unset;
}
.lic_c img {
     width: 29px;
    margin-right: 35px;
}
.hj_c {
  margin-top:15px;
}
.lic_c {
  display:flex;
  margin-right:30px;
}
.logo_b {
  text-align:center;
}
.logo_b img {
     max-width: 130px;
}
.loc_cc {
  display: flex;
    height: 100%;
    align-items: center;
    margin-top: -35px;
}
.phone_top {
 display: flex;
    justify-content: space-between;
        margin-top: 8px;
}
.page-template-main-page .banner {
  width: calc(100% - 200px);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
.glav_title_home {
  font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    line-height: 1.2;
}
.phone_top .phone {
  font-size:17px;
}
.sub_glav_title_home {
  font-weight: 600;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
.phone_top .button {
  max-width: 170px;
  max-height: 50px;
  padding: 11px 10px;
  background: linear-gradient(90.02deg, #008E5B 0.02%, #3CB87B 54.69%, #FFC672 99.98%);
  font-size: 16px;
    font-weight: 600;
        font-family: Raleway, sans-serif;
}
.rasp-col__item.active {
  background: linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/ linear-gradient(to right, #D4BC8B, #65ACA1) border-box;
    color: #313149;
    border: 1px solid transparent;
    border-radius: 10px;
}
.soc_btn_top {
  display: flex;
    justify-content: end;
    margin-top: 5px;
}
.soc_btn_top a.pp_v {
      margin-right: 10px;
}
@media(min-width:993px) and (max-width:1024px){
  .phone_top .button {
    max-width: 130px;
    font-size:12px;
  }
}
.phone_top .button:hover {
  background: linear-gradient(90.02deg, #FFC672 0.02%, #3CB87B 54.69%, #008E5B 99.98%);
}
.whatapp__link_v img {
  max-width:22px;
}
.slogan_v {
  text-align: center;
    font-weight: 700;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    margin-top: 70px;
    margin-bottom:30px;
}
.widht_news {
  width: calc(100% - 16%);
}
.slogan_b
{
  font-weight: 600;
font-size: 24px;
font-family: 'Raleway', sans-serif;
    text-align: center;
}
.logo_mir::before {
  content: url('../img/mir-logo-h229px 1.png');
      position: absolute;
    top: 10px;
  }
  .logo_mir {
    position:relative;
  }
  .logo_mir .nav-link  {
    margin-left:30px;
  }
 .top_menu #navbar-menu {
  justify-content: space-between;
    width: 100%;
 }
 @media(min-width:768px) and (max-width:992px){
  .top_menu .main-nav .nav-link {
    font-size:13px;
  }
  .bg_v {
    min-width: 195px;
  }
  .phone_top {
    display:block;
    margin-top:15px;
  }
  .soc_btn_top {
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.phone_top {
  text-align:center;
}
  .logo_mir::before {
    top: 7px;
    left: -5px;
}
.loc_cc {
  display: block;
  margin-top:15px;
}
.logo_b img {
    max-width: 150px;
}
.lic_c {
  margin-bottom:15px;
}
 }
@media (min-width: 768px) {
.navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
}
 .mobil_phone {
  display:none;
  }
  .mobil_bn {
    display: none;
  }
.fix-menu {
    display:none;
    overflow: initial;
  }
.top_menu #navbar-menu {
    flex-direction: inherit;
}
}
@media(max-width:767px){
  #top {
    display:none;
  }
  .mobil_bn .left_text_n {
    display: block;
  }
  #map {
    height:700px !important;
  }
  .set-descr__txt {
    font-size: 14px!important;
    margin-bottom: 15px!important;
    text-align:center;
}
.set-descr {
    right: 15px!important;
    top: 230px!important;
    left: 15px!important;
}
.set-descr a {
  max-width: 100%!important;;
}
  .mobil_bn  .right_bn {
    margin-right: 0px;
  }
  .mobil_bn .need-doks__item--right {
    position: relative;
    bottom: 0px;
  }

.mobil_bn .need-doks__item
  {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
        padding: 15px 15px 15px 30px;
    margin-left: 15px;
  }
  .mobile_right_border {
   margin-left: 0px !important;
    margin-top: 15px;
    border-left: none !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-right: 1px solid transparent !important;
   right: 15px !important;
   padding: 15px 15px 15px 25px !important;
  }
  .mobile_right_border .need-doks__title {
        padding-left: 30px;
  }
  .mobile_right_border .need-doks__text {
        padding-left: 30px;
  }
  .img_pass_mobile {
    text-align: center;
    margin-left: -50px;
  }
  .img_pass_mobile img {
    width: 60%;
        padding-bottom: 0px;
  }
  .need-doks__text {
    margin-bottom: 15px;
    font-size: 15px;
}
  .strelka_fo::before{
       content: '';
    background-image: url(../img/footer_strelka.svg);
    position: absolute;
    top: 10px;
    width: 14px;
    height: 8px;
    left: 10px;

  }
  .strelka_fo {
    position: relative;
  }
  .border_s {
    padding-left: 30px;
  }
  .padding_left_slider .slick-slide{
    padding-right: 10px;
  }
  .cenim {
    margin-bottom: 40px!important;
  }
  .ourpreim-slider-v .cenim-item__img {
    margin: 20px 0px;
  }
   .ourpreim-slider-b .slick-dots {
    display: flex;
    justify-content: center;
   }
   .ourpreim-slider-b .slick-dots li{
    width: 6px;
    height: 6px;
    margin-left: 5px;
    color: #DFE9EF;
   }
    .ourpreim-slider-b .slick-dots li.slick-active{
    color: #333;
   }
  .ourpreim-slider-с .cenim-item__img {
    margin: 20px 0px;
  }
  .ourpreim-slider-с .cenim-item__list {
    padding-left: 10px;
  }
 .ourpreim-slider-b .slick-list{padding: 0 15% 0 0 !important;}
  .mobile_none {
    display:none;
  }
    .ourpreim-slider-с .slick-dots {
    display: flex;
    justify-content: center;
   }
   .ourpreim-slider-с .slick-dots li{
    width: 6px;
    height: 6px;
    margin-left: 5px;
    color: #DFE9EF;
   }
    .ourpreim-slider-с .slick-dots li.slick-active{
    color: #333;
   }
   .indvideo + .fosmotr {
    margin-top: -40px!important;
}
.ourpreim-slider-с .slick-dots {
  margin-top: -60px;
}
   .ourpreim-slider-с .stand-infr__item{
    font-size: 14px;
   }
   .ourpreim-slider-с .stand-infr__ico {
max-width: inherit;
   }
  .ourpreim-slider-с .cenim-item__img {
    margin: 20px 0px;
  }
  .ourpreim-slider-с .cenim-item__list {
    padding-left: 10px;
  }
 .ourpreim-slider-с .slick-list{padding: 0 30% 0 0 !important;}
  .mobile_none {
    display:none;
  }

  .ourpreim-slider-v .cenim-item__list {
    padding-left: 10px;
  }
 .ourpreim-slider-v .slick-list{padding: 0 15% 0 0 !important;}
  .mobile_none {
    display:none;
  }
  .mobil_phone {
    padding: 10px;
    display: flex;
    justify-content: space-between;
  }
  .df_v {
    display:flex;
  }
  .pansionat-template-default #banner
  {
   min-height: 484px!important;
    background-size: cover;
    margin-bottom: 0px;
    width: 100% !important;
    margin-top: 125px;
    background-position: -900px;
  }
  .carousel-photo__minisider .slick-next{
    display: none!important;
  }
  .carousel-photo__minisider .slick-prev {
    display: none!important;
  } 
  .title_fgh {
   font-size: 38px !important;
    line-height: 1 !important;
    padding-top: 0px !important;
  }
.vb_footer {
  display: block!important;
}
  .pp_v {
   margin-right: 10px;
  }
  .navbar-toogler__fix-menu {
    margin-left:0px;
  }
  .fix-menu {
    overflow:inherit;
    width: 100%;
    display:block;
     box-shadow: 0px 14px 100px rgba(21, 105, 153, 0.2);
     padding: 10px;
  }
  .navbar-toggler{
    margin-top:3px;
  }
  .navbar {
    position: absolute;
  }
  .mobile_fix
  {
    height: 100px;
    width: 100%;
    left: 0px;
    max-height: inherit;
    background: #fff;
    z-index: 100;
    top: 0px;
    position: fixed;
    top: 0;
  }
}
@media (max-width: 1199px) {
  .main-nav .nav-link {
    font-size: 16px;
    line-height: 20px;
  }
}
.main-nav .nav-link.active {
  color: #3E404D;
  background-color: transparent;
}
.main-nav .nav-link.active.show {
  color: #3E404D;
}
.banner {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .banner {
    margin-top: 5px;
  }
  .pansionat-template-default #banner::before {
background-size: cover !important;

  }
 .page-id-1019 #header_mobil {
  display: none;
 } 
 .page-id-1019 .mobil {
  padding-top: 10px;
 }
  .page-id-3413 .mobil {
  padding-top: 10px;
 }
 .page-id-3413 #header_mobil {
  display: none;
 } 
 .page-id-3595 .mobil {
  padding-top: 10px;
 }
 .page-id-3595 #header_mobil {
  display: none;
 } 
 .page-id-3427 .mobil {
  padding-top: 10px;
 }
  .page-id-3427 #header_mobil {
  display: none;
 } 
 .page-id-3518 .mobil {
  padding-top: 10px;
 }
   .page-id-3518 #header_mobil {
  display: none;
 } 
 .page-id-3493 .mobil {
  padding-top: 10px;
 }
 .page-id-3493 #header_mobil {
  display: none;
 } 
 .page-id-1105 .mobil {
  padding-top: 10px;
 }
 .page-id-1105 #header_mobil {
  display: none;
 } 
}
@media (max-width: 575px) {
  .banner {
    margin-bottom: 220px;
    background-size: 1000px;
    background-position: center top;
  }
}
.banner-slider {
  padding-right: 0;
  padding-left: 0;
}
.banner-slider__item {
  padding-bottom: 90px;
  padding-top: 105px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .menu-container {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
.banner .slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.banner .slick-dots li {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.banner .slick-dots li.slick-active button:before {
  color: #FFFFFF;
  opacity: 1;
}
.banner .slick-dots button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.banner .slick-dots button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pre-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  color: #FFFFFF;
}
.main-title {
  max-width: 70%;
  font-size: 130px;
  line-height: 110px;
  color: #FFFFFF;
  padding-top: 75px;
  padding-bottom: 250px;
}
@media (max-width: 1199px) {
  .main-title {
    padding-top: 25px;
    padding-bottom: 170px;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .main-title {
    font-size: 110px;
    line-height: 0.9;
  }
}
@media (max-width: 767px) {
  .main-title {
    font-size: 85px;
    line-height: 95px;
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .main-title {
    font-size: 60px;
    line-height: 61px;
    padding-top: 15px;
    padding-bottom: 195px;
  }
}
@media (max-width: 434px) {
  .main-title {
    padding-bottom: 235px;
    font-size: 50px;
  }
}
.main-sectitle {
  font-size: 36px;
  font-family: 'Raleway', sans-serif;;
  margin-bottom: 20px;
  line-height: 36px;
}
.loc-items {
  position: absolute;
  display: flex;
  bottom: -80px;
  width: auto;
}
@media (max-width: 767px) {
  .loc-items {
    left: 0;
  }
}
@media (max-width: 575px) {
  .loc-items {
    flex-wrap: wrap;
    bottom: -180px;
  }
}
.loc-item {
  width: 337px;
  height: 180px;
  background: #FFFFFF;
  box-shadow: 0px 14px 100px rgba(26, 46, 45, 0.1);
  border-radius: 20px;
  margin-right: 40px;
  padding: 25px 25px;
}
@media (max-width: 991px) {
  .loc-item {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .loc-item {
    width: 50%;
    margin-right: 10px;
    margin-left: 10px;
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .loc-item {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    height: auto;
    margin-bottom: 10px;
  }
}
.loc-item__adres {
  font-family: 'Raleway', sans-serif;;
  font-size: 22px;
  margin-top: 13px;
  line-height: 30px;
  min-height: 67px;
}
@media (max-width: 767px) {
  .loc-item__adres {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .loc-item__adres {
    height: auto;
    margin-bottom: 5px;
  }
}
.loc-item__link {
  color: #0085CF;
}
.slogan {
  border-radius: 20px;
  max-width: 480px;
  padding: 16px 20px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 24px;
  margin-left: 0px;
}
.page-template-main-page .banner {
  background-size: cover;
}
.banner-slider {
  position: relative;
} 
.banner-slider__container {
  z-index: 1;
    position: relative;
}
#banner-slider .banner-slider__item::before{
   content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    background-image: url(../img/bg_slider_e.png);
    left: 0px;
    top: 0px;
    border-radius: 15px;
    width: inherit;
    z-index: 1;
}
.banner-slider__item {
  position: relative;
}
@media screen and (max-width: 575px) {
  .page-template-main-page .banner {
    margin-bottom: 40px;
    background-position: center;
    min-height: 530px;
  }
}
.page-template-main-page .main-title {
  padding-bottom: 40px;
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
}@media screen and (min-width: 767px) {
.mobil {
    display:none;
  }
}
@media screen and (max-width: 767px) {
  .page-template-main-page .main-title {
    font-size: 90px;
  }
  .glav_title_home {
    display: none;
  } 
  .sub_glav_title_home {
    display: none;
  }
  .page-template-main-page .banner {
    width:100%;
  }
  .phone__link {
    font-weight:600;
  }
  .banner_mobil {
    display: flex;
    margin-bottom: 20px;
  }
.sub_title_r{
  color:#8E8F9E;
  font-size: 12px;
}
.label_img{
     position: absolute;
    top: 11px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(331deg);
    background: #fff;
    width: 76%;
    text-align: center;
    left: -24px;
    font-size: 12px;
    z-index: 2;
}
.custom_title_d {
  line-height: 1.2;
} 
.depth_0 .dropdown-item  {
  font-size: 14px;
}
  .img_mobile_h{
    position: relative;
  }
  .img_mobile_h img {
    border-radius: 15px;
    height: 145px;
    object-fit: cover;
  }
  .title_mob_video .custom_title {
    position: absolute;
    z-index: 1;
    color: #fff;
    bottom: 5px;
  }
  .df_v_mobile {
   position: absolute;
    top: 45%;
    width: inherit;
   text-align: center;
   z-index: 4;
   width: 100%;
  }
  .img_jk{
    position: absolute;
    bottom: 15px;
    left:18px;
    color:#fff;
  }
  .old_price{
    font-size: 15px;
    font-weight: 600;
    text-decoration: line-through;
  }
  .news_price{
    font-size: 20px;
    font-weight: 700;
  }
  .img_mobil_n:first-child {
    margin-right: 5px;
    z-index: 3;
  }
  .mobil_video #video {
    margin-top: 110px;
  }
  .mobil_video .video-container {
    margin-bottom: 0px;
  }
   .mobil .lic_c {
    justify-content: center;
    margin-right: 0px;
    padding: 10px;
    align-items: center;
   }
  .title_mob{
    font-size: 15px;
font-weight: 600;
margin-top: 10px;
  }
.img_mobil_n {
    margin-left: 5px;
    width: 50%;
  }
  .decop {
    display:none;
  }
  .custom_title_d {
    font-size:36px!important;
  }
  .cenim {
    width:100%!important;
  }
  .page-template-main-page .main-title {
    font-size:34px!important;
  }
  .custom_title {
    margin-bottom: 15px!important;
  }
  .cenim-txt {
    margin-bottom: 37px!important;
}
  .mlic-item__in > img {
    position: relative !important;
    top: 0px !important;
  }
    .button_v
  {
    background: linear-gradient(90.02deg, #008E5B 0.02%, #3CB87B 54.69%, #FFC672 99.98%);
    border-radius: 30px;
    text-align: center;
    line-height: 22px;
    padding: 11px 25px;
    width: 100%;
    border: none;
    transition: 0.5s;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    font-family: Raleway, sans-serif;
  }
  .button_f {
      width: 100%;
    color: #333!important;
    font-size: 15px;
    font-weight: 600;
    background: linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/ linear-gradient(to right, #D4BC8B, #65ACA1) border-box;
    border: 1px solid transparent;
    border-radius: 30px;
  }
  #header_mobil
  {
        padding-left: 10px;
    padding-right: 10px;
    background: #FFFFFF;
    box-shadow: 0px 14px 100px rgba(21, 105, 153, 0.2);
    border-radius: 20px;
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .mobil_video .video-container__item-file{
    border-radius: 0px;
  }
  .mlic-item__in {
    padding:10px 0px!important;
    box-shadow: none!important;
  }
  .mlic-blk {
    padding-left:0px!important;
  }
  .mlic-blk__ttl {
    font-size:15px!important;
  }
  .mlic-blk__txt {
    font-size:12px!important;
  }
  .home .banner-slider__item {
    min-height:485px;
  }
  .mlic-item__in p {
    font-size:14px;
  }
#banner-slider .slick-arrow {
  display: none!important;
}
#banner-slider .banner-slider__item::before {
  background-image: url(../img/Group_1320.png);
      background-size: cover;
}
.position_r {
  display: none;
}
}
@media screen and (max-width: 575px) {
  .page-template-main-page .main-title {
    font-size: 48px;
    line-height: 50px;
  }
}
.home .banner-slider__item {
  min-height: 578px;
  border-radius:20px;
}
.mlic-blk img {
  max-width:170px;
  margin-bottom:10px;
}
.mlic-blk {
  text-align:center;
}
.mlic-item__in {
  border-radius: 20px;
padding: 30px 40px 0px 40px;
  box-shadow: 0px 14px 100px rgba(21, 105, 153, 0.2);
  font-size: 18px;
  line-height: 26px;
  min-height: 120px;
  margin-bottom: 30px;
  position: relative;
      display: flex;
    align-items: center;
}
@media screen and (max-width: 1399px) and (min-width: 992px) {
  .mlic-item__in {
    min-height: 176px;
  }
}
@media screen and (max-width: 767px) {
  .mlic-item__in {
    min-height: auto;
    padding: 20px 40px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .mlic-item__in {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    min-height: 60px;
    padding: 10px 40px;
    margin-bottom: 10px;
    line-height: 20px;
  }
}
.mlic-item__in > img {
max-width: 55px;
    margin-bottom: 10px;
    margin-right: 20px;
    position: absolute;
    top: -23px;
}
.mlic-item__in > p {
  margin: 0;
}
.mlic-wrap {
  margin-top: 50px;
  margin-bottom: 80px;
}
.mlic-title {
  font-size: 36px;
  font-family: 'Raleway', sans-serif;;
  margin-bottom: 40px;
  max-width: 365px;
  line-height: 43px;
}
.mlic-blk {
  padding-left: 60px;
  position: relative;
  margin-bottom: 40px;
}
.mlic-blk__ttl {
  font-family: 'Raleway', sans-serif;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}
.mlic-blk__txt {
      font-weight: 400;
    font-size: 18px;
    color: #3E404D;
}
.mlic-img {
  max-width: 300px;
  padding: 0 30px 12px 0;
  border-radius: 20px;
  background-image: url(../img/lic-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left 20px;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .mlic-img {
    background-position: bottom left 10px;
  }
}
.mlic-img__lic {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  max-width: 130px;
  margin: 10px auto 0;
  height: 28px;
}
.cenim {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .cenim {
    margin-bottom: 40px;
  }
}
.cenim-txt {
  margin-bottom: 80px;
  text-align:center;
}
@media screen and (max-width: 767px) {
  .cenim-item {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
  }
}
.cenim-item__img {
  max-width: 270px;
  margin-bottom: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .cenim-item__img {
    order: 2;
    margin: 0 auto 20px;
  }
  #sertspec .content-title {
    font-size: 22px !important;
}
#poziv .custom_title {
  margin-bottom: 30px!important;
}
.sertspec-blk {
  order:3;
}
#sertspec .col-sm-4 {
  order: 2;
}
.sertspec-img {
  padding-left: 0px!important;
  padding-right: 0px!important;
}
}
.cenim-item__ttl {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;;
  min-height: 30px;
  margin-bottom: 30px;
  line-height: 30px;
  font-weight:600;
}
@media screen and (max-width: 991px) {
  .cenim-item__ttl {
    min-height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .cenim-item__ttl {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .cenim-item__ttl {
    width: 100%;
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .cenim-item__list {
    order: 3;
  }
}
.galka_v::before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 33px;
    height: 43px;
    background-image: url(../img/Protect-1.png);
    left: -5px;
    top: 0px;
}
.cenim-item__list-item {
  position: relative;
    padding-left: 40px;
    min-height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 80px;
}
.stand-wrap {
  padding: 60px 70px;
  box-shadow: 0px 14px 100px rgba(26, 46, 45, 0.1);
  border-radius: 20px;
  background-color: #FFFFFF;
  margin-bottom: 285px;
}
@media screen and (max-width: 767px) {
  .stand-wrap {
    margin-bottom: 75px;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 575px) {
  .stand-wrap {
    padding: 40px 20px;
  }
}
.stand-wrap .content-title {
  margin-bottom: 20px;
}
.stand-link {
  margin-bottom: 40px;
}
.stand-link > a {
  font-size: 22px;
  line-height: 26px;
  color: #0085CF;
}
.stand-list__item {
        background: #F6FAFC;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 18px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
    min-height: 375px;
}
#stand a {
  color:#333;
  text-align:center;
}
#stand .stand-link {
  text-align:center;
}
.custom_title_d {
font-weight: 700;
    font-size: 65px;
    text-align: center;
    margin-bottom: 35px;
}
.stand-list__item img {
  margin-bottom:10px;
  border-radius: 20px;
}
.stand-list__link {
  color: #3E404D;
  text-decoration: underline;
}
.stand-list__ico {
  max-width: 22px;
  max-height: 22px;
  position: absolute;
  left: 0;
  top: 5px;
}
#stand .stand-list__col {
      padding-left: 30px;
    padding-right: 30px;
}
.stand-infr {
  padding: 60px 70px;
  box-shadow: 0px 14px 100px rgba(26, 46, 45, 0.1);
  border-radius: 20px;
  background-color: #FFFFFF;
  margin-bottom: 135px;
}
@media screen and (max-width: 767px) {
  .stand-infr {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 575px) {
  .stand-infr {
    padding: 40px 20px;
  }
}
.stand-infr__ico {
  max-width: 50px;
  height: 50px;
  margin-bottom:15px;
}
.stand-infr__link {
  color: #3E404D;
  text-decoration: underline;
}
.stand-infr__item {
  font-size: 18px;
    /* line-height: 20px; */
    margin-bottom: 57px;
    position: relative;
    text-align: center;
    font-weight: 700;
}
@media (max-width: 575px) {
  .stand-infr__item {
    font-size: 20px;
  }
}
.wrapper {
  padding-top: 40px;
}
.mont:before {
     background: linear-gradient(179.29deg, #008E5B -67.41%, #3CB87B 39.14%, #FFC672 127.42%);
    border-radius: 20px 0px 0px 20px;
    width: 6px;
    content: '';
    position: absolute;
    height: 100%;
    top: 0px;
    left: -6px;
}
.mont {
  position:relative;
}
.pod_v {
  color:#312E2E;
}
.text_pod {
  margin-bottom:10px;
}
.block__item img {
  width:20px;
 margin-right: 10px;
}
.col_b {
  columns: 150px 2;
}
.width_pan_list {
  min-width: 38%;
}
.ttt {
  min-width: 210px;
}
.fg_dtt{
  width: 100%;
}
.block__item {
  display:flex;
  margin-bottom:10px;
    font-size: 15px;
    font-family: 'Helvetica';
}
@media(min-width: 991px) and (max-width:1024px){
  .button {
    padding: 11px 15px;
    font-size: 14px;
  }
}
.rating_ya img {
  width:20px;
  margin-right:10px;
}
.pans_flex_v {
  display:flex;
  justify-content: space-between;
}
.bg_v
{
  background: #F5F9FB;
border-radius: 0px 20px 20px 20px;
color:#333;
min-height: 125px;
margin-bottom: 55px;
}
.star-rating {
  margin-left:10px;
}
.rating_ya {
  display:flex;
  font-size:22px;
  justify-content: center;
}
.pansionat-template-default #banner::before {
    content: '';
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-image: url(../img/bg_slider_e.png);
    left: 0px;
    top: 0px;
    border-radius: 15px;
    width: inherit;
    z-index: 1;
}
.text_rating
{
  font-size:11px;
  color: #8E8F9E;
  margin-top:10px;
  text-align: center;
}
.price_mont {
  font-family: 'Raleway';
    font-weight: 600;
    font-size: 18px;
}
.price_days {
    font-family: 'Raleway';
    font-weight: 600;
    font-size: 18px;
}
.screen-reader-text{ 
  position: absolute; 
  margin: -1px; padding: 0;
   height: 1px; width: 1px; overflow: hidden; 
   clip: rect(0 0 0 0); border: 0; 
   word-wrap: normal!important; }
.star-rating .star-full:before { content: "\f005"; font-family: 'FontAwesome'; }
.star-rating .star-half:before { content: "\f006"; font-family: 'FontAwesome'; }
.star-rating .star-empty:before { content: "\f154";  font-family: 'FontAwesome';}
.star-rating .star {
  color: #FECA00;
    display: inline-block;
    font-family: dashicons;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    height: 17px;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 17px;
}
.btn_pan {
  margin-right:10px;
margin-left:5px;
margin-top:10px;
margin-bottom:10px;
}
.bg_vv {
display:flex;
}
.mont {
    padding: 11px 14px;
    border-right: 1px solid #DFE9EF;
    border-bottom: 1px solid #DFE9EF;
}
.days {
    padding: 11px 14px;
    border-bottom: 1px solid #DFE9EF;
}
.panss-txt {
  margin-right:auto;
  margin-left:auto;
  text-align:center;
}
#panss h1 {
  text-align:center;
}
.page-template-main-page .wrapper {
  padding-top: 0;
}
@media (max-width: 767px) {
  .content {
    margin-bottom: 40px;
  }
  .pans_flex_v {
    display: grid;
  }
  .width_pan_list {
    order:1;
  }
  .pans_flex_v a {
    order: 2;
  }
  .width_pan_list {
    display: flex;
  }
  .width_pan_list .bg_v {
    order: 2;
    position: absolute;
    top: 175px;
    right: 0px;
  }
  .panss-item {
    position: relative;
  }
  .fg_dtt {
    margin-top: 45px;
  }
  .panss-item__addr {
    font-size: 12px !important;
  } 
  .panss-item__addr::before {
    width: 20px!important;
  }
  .col_b {
    columns: 110px 2;
}
.ttt {
    min-width: auto;
    font-size: 11px;
}
.block__item img {
    max-height: 15px;
    margin-right: 5px;
        width: 15px;
}
.button {
      padding: 11px 10px;
    max-width: 160px;
    font-size: 14px;
}
.rating_ya {
  font-size: 19px;
  margin-top: -5px;
} 
.knokpka_mobile_right {
  position: fixed;
    z-index: 1;
    text-align: end;
    width: 100%;
}
.text_rating {
  word-wrap: break-word;
    width: 100px;
    text-align: left;
    line-height: 1.2;
}
.panss-item__name {
  font-size: 20px !important;
} 
.days {
    padding: 11px 5px!important;
}
.mont {
    padding: 11px 5px!important;
}
.panss-txt {
      margin-bottom: 10px !important;
    font-size: 16px !important;
}
.rating_ya {
  display: block;
}
.rating_ya .star-rating {
  margin-left: 0px;
}
}
.content__text {
  margin-bottom: 75px;
}
@media (max-width: 575px) {
  .content__text {
    margin-bottom: 50px;
  }
}
.content__text p {
  margin-bottom: 8px;
}
.content__text-block {
  margin-bottom: 65px;
}
@media (max-width: 575px) {
  .content__text-block {
    margin-bottom: 40px;
  }
}
.content__img {
  border-radius: 20px;
}
@media (max-width: 575px) {
  .content__img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
  }
}
.content-title {
  font-family: 'Raleway', sans-serif;;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 40px;
}
.content-subtitle {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;;
  line-height: 30px;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .content-subtitle br {
    display: none;
  }
}
@media (max-width: 575px) {
  .content-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
.content-subtitle--center {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .page-template-main-page .content-title {
    font-size: 26px;
    font-weight: 600;
  }
}
.content-slider {
  padding-bottom: 45px;
}
.carousel-photo__items .slick-arrow {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 70%;
  transform: translate(0, -100%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  background-color: transparent;
  background-image: url(../img/arrow-white.svg);
}
.carousel-photo__items .slick-arrow.slick-prev {
  left: 25px;
  transform: translate(0, -100%) rotate(180deg);
}
.carousel-photo__items .slick-arrow.slick-next {
  right: 25px;
}
.carousel-photo__arrow {
  width: 10%;
  opacity: 1;
}
.carousel-photo__icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-size: 25px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 575px) {
  .carousel-photo__icon {
    width: 30px;
    height: 30px;
  }
}
.carousel-photo__item img {
  border-radius: 20px;
}
.carousel-photo__miniitems {
  position: relative;
  margin: auto;
  justify-content: space-between;
  margin-top: 20px;
}
.carousel-photo__miniitem {
  padding: 0 10px;
}
.carousel-photo__miniitem img {
  border-radius: 20px;
  cursor: pointer;
}
.slick-current .carousel-photo__miniitem img {
  border: 3px solid #47BB6E;
}
.form-block {
  background: #FFFFFF;
  box-shadow: 0px 14px 100px rgba(26, 46, 45, 0.1);
  border-radius: 20px;
  text-align: center;
  padding: 42px 55px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .form-block {
    padding: 30px 55px;
  }
}
@media (max-width: 575px) {
  .form-block {
    padding: 25px 25px;
  }
}
.form-block__title {
  font-family: 'Raleway', sans-serif;;
  font-size: 26px;
  font-weight:700;
  line-height: 32px;
  margin-bottom: 20px;
}
.form-block__subtitle {
  margin-bottom: 37px;
}
.form__control {
  border-radius: 20px;
  background-color: #ECF0F0;
}
@media (max-width: 767px) {
  .form__control {
    margin-bottom: 20px;
  }
  .svyaz-wrapper {
    background-image: url(../img/bf-d.jpg)!important;
  }
  .svyaz-blk {
    order:3;
  }
  .svyaz-blk__blue {
    order:1;
  }
}
.form__control::placeholder {
  color: #A1A1A1;
  font-size: 16px;
}
.form__control:focus {
  box-shadow: none;
  border-color: #0085CF;
}
.form__control.error {
  border-color: red;
}
label.error {
  font-size: 12px;
  color: red;
  text-align: center;
  display: block;
}
.indvideo + .fosmotr {
  margin-top: -120px;
}
.fosmotr .form-block__subtitle {
  max-width: 615px;
  margin: 0 auto 40px;
   font-size:18px;
}

.fosmotr .form-wrapper {
  position: relative;
}
@media screen and (max-width: 1500px) {
  .fosmotr .form-wrapper {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .fosmotr .form-wrapper {
    max-width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .fosmotr .form-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .fosmotr .form-wrapper::before {
    display: none;
  }
}
#fosmotr{
  position:relative;
}
.list {
    display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  background-image: url(../img/list1.svg);
}
@media screen and (max-width: 991px) {
  .fosmotr .form-wrapper::after {
    display: none;
  }
}
.fosmotr .form-block {
  position: relative;
  z-index: 50;
}
@media (max-width: 575px) {
  .indvideo {
    display: none;
  }
}
.video-container {
  margin-top: 40px;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .video-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.video-container__item {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  /* &::before {
                    @include before-after(100%, 100%);
                    top: 0;
                    left: 0;
                    z-index: 2;
                }*/
}
.video-container__item-file {
  width: 100%;
  border-radius: 20px;
}
.video-container__icon-play {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.55);
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  z-index: 5;
  display: block;
  position: absolute;
}
.video-container__icon-play::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 18px 24px;
  background-image: url(../img/play.svg);
  background-position: center;
}
.video-container__video-img {
  width: 100%;
}
.frameVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.indvideo {
  background-color: #F5F9FB;
  padding-top: 55px;
  padding-bottom: 195px;
     width: calc(100% - 200px);
    margin: auto;
    border-radius: 40px;
}
.cenim {
  background-color: #F5F9FB;
    padding-top: 90px;
    padding-bottom: 90px;
    width: calc(100% - 200px);
    margin: auto;
    border-radius: 40px;
    margin-bottom: 110px;
}
.indvideo .content-title {
  text-align: center;
  margin-bottom: 55px;
}
.mob-video__icon {
  width: 20px;
  height: 20px;
}
.mob-video__link {
  color: #FFFFFF;
  text-decoration: underline;
  margin-top: 20px;
  padding-left: 5px;
}
#modalVideo iframe {
  width: 100%;
  min-height: 250px;
}
.vrachi {
  margin-bottom: 55px;
}
.vrachi__items .slick-arrow {
  border: none;
  content: '';
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -100%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  background-color: transparent;
  background-image: url(../img/arrow-blue.svg);
}
.vrachi__items .slick-arrow.slick-prev {
  left: 25px;
  transform: translate(0, -100%) rotate(180deg);
}
.vrachi__items .slick-arrow.slick-next {
  right: 25px;
}
.vrachi__item {
  padding: 0 10px;
}
.vrachi__img {
  margin-bottom: 18px;
  max-width: 310px;
}
.vrachi__img img {
  border-radius: 20px;
}
.vrachi__name {
  font-family: 'Raleway', sans-serif;;
  margin-bottom: 7px;
}
.vrachi__dolgnost {
  color: #A1A1A1;
}
.vrachi .content-subtitle {
  margin-bottom: 18px;
}
.vrachi .content__text {
  margin-bottom: 40px;
}
.sertspec {
  margin-bottom: 80px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sertspec-img {
    margin-bottom: 30px;
  }
}
.sertspec-img > img {
  border-radius: 20px;
  max-width: 500px;
}
.sertspec-txt {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
  padding-left:30px;
}
.sertspec-list__item {
  font-family: 'Raleway', sans-serif;;
  position: relative;
  padding-left: 60px;
  line-height: 40px;
  margin-bottom: 20px;
}
.obrcenter {
  padding: 80px 0 60px;
  margin-bottom: 80px;
  margin-top: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.obrcenter-txt {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Raleway';
}
.lookslide {
  margin-bottom: 80px;
}
.lookslide .content-title {
  text-align: center;
}
.lookslide-slider {
  padding: 0 100px;
}
@media screen and (max-width: 575px) {
  .lookslide-slider {
    padding: 0;
  }
}
.lookslide-slider .slick-arrow {
  border: none;
  content: '';
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 55%;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  background-color: transparent;
  background-image: url(../img/arrow-blue.svg);
}
.lookslide-slider .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translate(0, -100%) rotate(180deg);
  -ms-transform: translate(0, -100%) rotate(180deg);
  transform: translate(0, -100%) rotate(180deg);
}
.lookslide-slider .slick-arrow.slick-next {
  right: 0;
}
.lookslide .slick-slide {
  text-align: center;
}
.lookslide-item {
  max-width: 470px;
}
@media screen and (max-width: 1399px) {
  .lookslide-item {
    max-width: 430px;
  }
}
@media screen and (max-width: 1199px) {
  .lookslide-item {
    max-width: 340px;
  }
}
@media screen and (max-width: 991px) {
  .lookslide-item {
    max-width: 470px;
  }
}
.lookslide-video {
  display: block;
  height: 230px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background-color: #000000;
}
.lookslide-video__file {
  width: 100%;
  height: 100%;
}
.lookslide-video i {
  left: 50%;
  margin: -20px 0 0 -25px;
  position: absolute;
  top: 50%;
  background: rgba(0, 0, 0, 0.2) url(../img/play.svg) center / 15px no-repeat;
  width: 50px;
  height: 40px;
  border-radius: 10px;
}
.ourpreim {
  padding: 40px 0 120px;
}
.ourpreim-slider {
  padding-left: 0px;
  padding-right: 0px;
  background-image: url(../img/ourpr.png);
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .ourpreim-slider {
    background-position: right -170px center;
  }
}
@media (max-width: 991px) {
  .ourpreim-slider {
    background-image: none;
  }
}
.ourpreim-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  z-index: 99;
  border: 2px solid #0085CF;
  border-radius: 50%;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='26' viewBox='0 0 13 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.49994 1.75L11.4999 13L1.49994 24.25' stroke='%230085CF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  font-size: 0;
}
.ourpreim-slider .slick-arrow.slick-prev {
  left: 50%;
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .ourpreim-slider .slick-arrow.slick-prev {
    left: 20%;
  }
}
@media (max-width: 575px) {
  .ourpreim-slider .slick-arrow.slick-prev {
    left: 5%;
  }
}
.ourpreim-slider .slick-arrow.slick-next {
  left: calc(50% + 80px);
}
@media (max-width: 991px) {
  .ourpreim-slider .slick-arrow.slick-next {
    left: auto;
    right: 20%;
  }
}
@media (max-width: 991px) {
  .ourpreim-slider .slick-arrow.slick-next {
    left: auto;
    right: 20%;
  }
}
@media (max-width: 575px) {
  .ourpreim-slider .slick-arrow.slick-next {
    right: 5%;
  }
}
.ourpreim-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: calc(50% + 160px);
  display: flex;
  justify-content: flex-end;
  height: 50px;
  margin: 0;
  padding-right: 70px;
  align-items: center;
  width: 100%;
  max-width: 490px;
}
@media (max-width: 1399px) {
  .ourpreim-slider .slick-dots {
    max-width: 400px;
  }
}
@media (max-width: 1199px) {
  .ourpreim-slider .slick-dots {
    padding-right: 0;
    max-width: 300px;
  }
}
@media (max-width: 1199px) {
  .ourpreim-slider .slick-dots {
    width: auto;
  }
}
@media (max-width: 991px) {
  .ourpreim-slider .slick-dots {
    left: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    justify-content: center;
  }
}
.ourpreim-slider .slick-dots > li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  list-style: none;
  background-color: #DBDBDB;
  cursor: pointer;
  margin: 0 10px;
}
.ourpreim-slider .slick-dots > li.slick-active {
  background-color: #0085CF;
}
.ourpreim-item {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .ourpreim-item {
    display: block;
  }
}
.ourpreim-item__img {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  margin-right: 110px;
  max-width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .ourpreim-item__img {
    margin-right: 60px;
  }
}
@media (max-width: 991px) {
  .ourpreim-item__img {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    max-height: 250px;
  }
}
.ourpreim-item__txt {
  padding-top: 60px;
  width: 100%;
  max-width: 50%;
}
@media (max-width: 991px) {
  .ourpreim-item__txt {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .ourpreim-item__txt {
    max-width: 540px;
  }
}
@media (max-width: 575px) {
  .ourpreim-item__txt {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 20px;
  }
}
.ourpreim-item__txt-in {
  font-size: 28px;
  line-height: 39px;
  max-width: 515px;
  max-height: 360px;
  overflow: hidden;
  margin-bottom: 90px;
}
@media (max-width: 1399px) {
  .ourpreim-item__txt-in {
    max-width: 80%;
    max-height: 230px;
  }
}
@media (max-width: 1199px) {
  .ourpreim-item__txt-in {
    font-size: 24px;
    line-height: 30px;
    max-height: 215px;
  }
}
@media (max-width: 991px) {
  .ourpreim-item__txt-in {
    max-width: 100%;
    margin-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .ourpreim-item__txt-in {
    max-height: 100%;
    font-size: 22px;
  }
}
.rasp {
  margin-bottom: 80px;
}
@media (max-width: 575px) {
  .rasp {
    display: none;
  }
}
.rasp .content-title {
  margin-bottom: 20px;
}
.rasp-wrapper {
  box-shadow: 0px 4px 100px rgba(26, 46, 45, 0.1);
  border-radius: 20px;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .rasp-wrapper {
    padding: 60px 20px;
  }
}
.rasp-col__item {
  padding: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .rasp-col__item {
    padding: 20px 12px;
  }
}
@media screen and (max-width: 575px) {
  .rasp-col__item {
    padding: 15px 12px;
  }
}
.rasp-col__item-time {
  font-size: 26px;
  line-height: 31px;
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .rasp-col__item-time {
    padding-bottom: 5px;
  }
}
.rasp-col__item.active {
  background-color: #ECF0F0;
}
.rasp-col__item.active > .rasp-col__item-time, .rasp-col__item.active > .rasp-col__item-descr {
  font-family: 'Raleway', sans-serif;;
}
.set {
  margin-bottom: 80px;
}
.set-map {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .set-map {
    min-height: 400px;
  }
}
.dest_r {
  position:relative;
}
.set-descr {
     margin: 20px 0;
    border-radius: 20px;
    background-color: rgb(255 255 255);
    padding: 40px 60px 45px 60px;
}
@media screen and (max-width: 991px) {
  .set-descr {
    margin: 0 auto;
    width: 90%;
    border-radius: 0 0 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .set-descr {
    padding: 40px 20px 45px 20px;
  }
}
.set-descr__txt {
 font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
}
.problems__wraper {
  box-shadow: 0px 14px 100px rgba(26, 46, 45, 0.1);
  border-radius: 20px;
  padding-top: 55px;
  padding-bottom: 40px;
  margin-bottom: 75px;
}
.problems .content-subtitle {
  margin-bottom: 5px;
}
.problems__subtitle {
  color: #A1A1A1;
  text-align: center;
  margin-bottom: 37px;
}
.problems__items--col {
  padding-left: 35px;
}
@media screen and (min-width: 1400px) {
  .problems__items--col {
    padding-left: 65px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .problems__items--left {
    border-right: 1px solid #ECF0F0;
  }
}
.problems__item {
  margin-bottom: 13px;
}
.problems__link {
  color: #3E404D;
  text-decoration: underline;
}
.reviews-block {
  margin-bottom: 40px;
}
.review-items {
  margin-bottom: 25px;
}
.review-item__top {
  align-items: center;
  margin-bottom: 40px;
}
.review-item__logo--w {
  width: 100%;
}
.review-item__stars {
  display: flex;
  align-items: center;
  font-family: 'Raleway', sans-serif;;
}
@media (max-width: 575px) {
  .review-item__stars {
    justify-content: center;
  }
}
.review-item__stars img {
  max-width: 156px;
  margin-right: 15px;
}
.review-item__kol {
  text-align: center;
}
.review-item__mapicon {
  max-width: 40px;
}
.review-item__img {
  border-radius: 20px;
  overflow: hidden;
}
.review-item__link {
  display: block;
  position: relative;
}
.review-item__link img {
  width: 100%;
}

.review-item__link:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  background-image: url(../img/plus.svg);
  top: calc(50% - 20px);
  left: calc(50% - 20px);
}
.review-item__text {
  margin-bottom: 20px;
}
.review-item__text p {
  margin-bottom: 10px;
}
.review-item__info {
  display: flex;
}
.review-item__name {
  font-family: 'Raleway', sans-serif;;
}
.review-item__date {
  margin-left: 20px;
  color: #A1A1A1;
  font-size: 15px;
}
.review-minilist__item {
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .review-minilist__item {
    padding: 0 5px;
  }
}
.review-minilist__img {
  max-width: 120px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 12px;
}
.review-minilist__date {
  font-size: 14px;
  color: #A1A1A1;
}
.review-minilist .slick-arrow {
  border: none;
  content: '';
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -100%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url(../img/arrow-white.svg);
}
.review-minilist .slick-arrow.slick-prev {
  left: 25px;
  transform: translate(0, -100%) rotate(180deg);
}
.review-minilist .slick-arrow.slick-next {
  right: 25px;
}
.add-rev {
  border: 1px solid #ECF0F0;
  border-radius: 20px;
  padding: 37px 35px;
  align-items: center;
  margin-bottom: 70px;
}
.add-rev__title {
  text-align: right;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .add-rev__title {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .add-rev__btn {
    margin-bottom: 20px;
  }
}
/*Reviews page*/
.revs-title {
  font-size: 36px;
  font-family: 'Raleway', sans-serif;;
  margin-bottom: 20px;
  line-height: 36px;
}
.revs-txt {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 60px;
}
.revs .slick-arrow {
  border: none;
  content: '';
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 55%;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../img/arrow-white.svg);
}
.revs .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: translate(0, -100%) rotate(180deg);
  -ms-transform: translate(0, -100%) rotate(180deg);
  transform: translate(0, -100%) rotate(180deg);
}
.revs .slick-arrow.slick-next {
  right: 0;
}
.revs-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #ECF0F0;
  margin-bottom: 40px;
}
.revs-item:last-child {
  border: none;
  margin-bottom: 60px;
}
.revs-item__row {
  margin-bottom: 10px;
}
.revs-item__name {
  font-family: 'Raleway', sans-serif;;
  font-size: 20px;
  line-height: 28px;
  margin-right: 20px;
}
.revs-item__date {
  font-size: 12px;
  line-height: 14px;
}
.revs-item__stars {
  max-width: 140px;
  margin-bottom: 20px;
}
.revs-item__text {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.revs-item__img-item {
  margin-bottom: 20px;
  margin-right: 30px;
}
.revs-item__img-item img {
  display: block;
  border-radius: 20px;
  max-width: 170px;
}
.revs-item__pans {
  padding-left: 34px;
  position: relative;
  font-size: 12px;
  line-height: 24px;
  margin-right: 40px;
}
.revs-item__pans::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  background-image: url(../img/fi_map-pin.svg);
  left: 0;
  top: 0;
}
.revs-item__link > a {
  font-size: 12px;
  line-height: 24px;
  color: #29A6EF;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .revs-item__link {
    padding-left: 34px;
    margin-top: 5px;
  }
}
.need {
  margin-bottom: 85px;
}
.need .content-subtitle {
  margin-bottom: 20px;
}
.need-steps {
  margin-bottom: 55px;
}
@media (max-width: 575px) {
  .need-steps {
    margin-bottom: 35px;
  }
}
.need-steps__item {
  border: 1px solid #ECF0F0;
  border-radius: 20px;
  padding: 55px 11px 20px;
  min-height: 167px;
}
@media (max-width: 575px) {
  .need-steps__item {
    padding: 20px 15px 20px;
    margin-bottom: 15px;
  }
}
.need-steps__title {
  font-family: 'Raleway', sans-serif;;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}
.need-doks {
  margin-bottom: 35px;
}
.need-doks__title {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Raleway', sans-serif;;
  margin-bottom: 15px;
}
.need-doks__item {
background: linear-gradient(#fff 0 0) padding-box, /*this is your grey background*/ linear-gradient(to right, #D4BC8B, #65ACA1) border-box;
    color: #313149;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 15px;
    display: inline-block;
}
.need-doks__item--right {
 position: absolute;
    right: 0px;
    bottom: -75px;
    min-height: 235px;
    padding: 65px 45px 40px 200px;
}
.set-descr {
 position: absolute;
    z-index: 1;
    right: 0px;
    top: 35px;
}
.set-map {
  position:relative;
}
.right_bn
{
  margin-right:110px;
}
.need-doks {
  position: relative;
    width: 100%;
}
.need-img {
    z-index: 1;
    max-width: 310px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -30px;
}
.left_text_n {
  display:flex;
}
.need-doks__item--left {
  z-index:1;
  padding: 40px 65px 40px 100px;
}
@media (max-width: 767px) {
  .need-doks__text {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .need-imgs__item {
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .page-template-main-page .need {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-template-main-page .need-doks__item--right {
    padding-left: 12px;
  }
}
.page-template-main-page .need-btn {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  .page-template-main-page .need-btn {
   padding-left: 0;
    margin-top: -15px;
    text-align: center;
    margin-bottom: 20px;

  }
}
.knokpka_mobile_right a {
  height: 100%;
    display: inline-block;
}
.location {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .location__button {
    margin: 0 auto;
    display: block;
  }
}
.location .content-subtitle {
  margin-bottom: 35px;
}
.location__adres {
  font-family: 'Raleway', sans-serif;;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
.location__adres:before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  background-image: url(../img/fi_map-pin-blue.svg);
  left: 0;
}
@media (max-width: 767px) {
  .location__adres:before {
    top: -11px;
  }
}
.location__img {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .location__img {
    display: none;
  }
}
.location__img img {
  border-radius: 20px;
}
.location__text {
  margin-bottom: 20px;
}
.location-vawe {
  margin-bottom: 20px;
}
.location-vawe__title {
  font-family: 'Raleway', sans-serif;;
  margin-bottom: 8px;
}
.location-vawe__text {
  margin-bottom: 35px;
}
.location-map__map {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .location-map--left {
    order: 2;
    margin-bottom: 20px;
  }
  .location-map--right {
    order: 1;
    margin-bottom: 40px;
  }
}
.svyaz-wrapper {
  border-radius: 20px;
  background-image: url(../img/svyz.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .svyaz-wrapper {
    padding: 20px 20px;
  }
}
.svyaz-blk {
  padding: 20px 35px;
}
@media screen and (max-width: 767px) {
  .svyaz-blk {
    border: none;
  }
  .svyaz-blk:last-child {
    border-left: 1px solid #ECF0F0;
  }
}
@media screen and (max-width: 575px) {
  .svyaz-blk:last-child {
    border: none;
  }
}
.svyaz-blk:first-child {
  border: none;
}
.svyaz-blk__blue {
  font-size: 26px !important;
  font-weight:700;
      line-height: 1.3;
  text-align: right;
  text-transform: uppercase;
}
.svyaz-blk__span {
  font-family: 'Raleway', sans-serif;;
  display: block;
}
.svyaz-blk__img {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 20px;
  margin-right:auto;
  margin-left:auto;
}
@media screen and (min-width: 1200px) {
  .maincalc-form__row {
    max-width: 915px;
    margin: 0 auto;
  }
}
.maincalc .form-block__title {
  max-width: 470px;
  margin: 0 auto 50px;
}
.maincalc-select {
  text-align: left;
  position: relative;
}
.maincalc-select::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 27px;
  top: 37px;
  border-left: 2px solid #3E404D;
  border-bottom: 2px solid #3E404D;
  transform: rotate(-45deg);
}
.maincalc-select__label {
  font-size: 12px;
  line-height: 14px;
  padding-left: 14px;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .maincalc-select__label {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .maincalc-select__label {
    padding-bottom: 5px;
  }
}
.maincalc-select__select {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .maincalc-select__select {
    margin-bottom: 15px;
  }
}
.maincalc .form-wrapper {
  position: relative;
}
@media screen and (max-width: 1500px) {
  .maincalc .form-wrapper {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .maincalc .form-wrapper {
    max-width: 85%;
  }
}
@media screen and (max-width: 991px) {
  .maincalc .form-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .maincalc .form-wrapper::before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .maincalc .form-wrapper::after {
    display: none;
  }
}
.maincalc .form-block {
  z-index: 50;
  position: relative;
}
.panss {
  margin-bottom: 80px;
}
.panss-title {
  font-size: 36px;
  font-family: 'Raleway', sans-serif;;
  margin-bottom: 20px;
  line-height: 36px;
}
.panss-txt {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 60px;
}
.panss-item {
  margin-bottom: 40px;
  border-radius: 20px;
  box-shadow: 0px 4px 100px rgba(26, 46, 45, 0.1);
  background-color: #FFFFFF;
  overflow: hidden;
}
@media (max-width: 767px) {
  .panss-item__left {
    min-height: 230px;
  }
}
@media (max-width: 500px) {
  .panss-item__left {
    min-height: 190px;
  }
}
.panss-item__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
}
.panss-item__block {
  padding: 35px 10px 35px 20px;
  min-height: 270px;
}
@media (max-width: 767px) {
  .panss-item__block {
    padding: 20px 40px 40px;
  }
}
.panss-item__name {
  font-size: 26px;
  font-family: 'Raleway', sans-serif;;
  line-height: 28px;
  margin-bottom: 10px;
  color:#333;
}
.panss-item__descr {
  margin-bottom: 20px;
}
.panss-item__addr {
padding-left: 30px;
    position: relative;
    font-size: 16px;
    margin-bottom: 30px;
  color:#8E8F9E;
}
.panss-item__addr::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  background-image: url(../img/fi_map-pin.svg);
  left: 0;
  top: 0;
}
@media (min-width: 768px) {
  .home .panss {
    display: none;
  }
  .knokpka_mobile_right  {
    display:none;
  }
}
@media (max-width: 991px) {
  .aside {
    display: flex;
    flex-wrap: wrap;
  }
}
.aside__title {
  font-family: 'Raleway', sans-serif;;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .news {
    order: 2;
    width: 50%;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .news {
    padding-right: 20px;
  }
}
@media (max-width: 500px) {
  .news {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}
.news-block {
  margin-bottom: 40px;
}
.news-block__link {
  color: #000000;
}
@media (max-width: 1199px) {
  .news-block__link {
    font-size: 14px;
    line-height: 1;
  }
}
.news-block__img {
  position: relative;
  max-width: 70px;
}
.news-block__img:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #ECF0F0;
}
.news-block__img > img {
  border-radius: 15px;
}
.news-block__title {
  margin-bottom: 10px;
  min-height: 60px;
}
.news-block__date {
  font-size: 12px;
  line-height: 14px;
  color: #A1A1A1;
}
.rekl-banner {
  border-radius: 20px;
  min-height: 370px;
  max-width: 270px;
  margin-bottom: 75px;
  background-repeat: no-repeat;
  background-image: url(../img/car.png);
  background-position: bottom;
  background-color: #ecf0f0;
}
@media (max-width: 500px) {
  .rekl-banner {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 991px) {
  .rekl-banner__desc {
    display: none;
  }
}
.rekl-banner__mob {
  display: none;
}
@media (max-width: 991px) {
  .rekl-banner__mob {
    display: block;
  }
}
.rekl-banner__title {
  font-family: 'Raleway', sans-serif;;
  margin-bottom: 15px;
  padding: 26px 5px 0 20px;
}
.rekl-banner__top {
  font-family: 'Raleway', sans-serif;;
  text-align: center;
  height: 48px;
  display: flex;
  align-items: center;
  line-height: 17px;
  color: #FFFFFF;
  max-width: 245px;
  margin: 0 auto;
  font-size: 15px;
  background-repeat: no-repeat;
  background-image: url(../img/flag.png);
  background-position: center;
}
.rekl-banner__text {
  font-size: 12px;
  line-height: 14px;
  padding: 18px 10px 117px 20px;
}
.rekl-banner__text p {
  margin-bottom: 8px;
}
.pansions {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .pansions {
    order: 3;
    width: 50%;
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .pansions {
    padding-left: 20px;
  }
}
@media (max-width: 500px) {
  .pansions {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
.pansion {
  margin-bottom: 38px;
  padding-bottom: 17px;
  border-bottom: 1px solid #ECF0F0;
}
.pansion:last-child {
  border-bottom: none;
}
.pansion__link {
  color: #3E404D;
}
.pansion__img {
  margin-bottom: 17px;
  border-radius: 20px;
  overflow: hidden;
}
.pansion__title {
  font-family: 'Raleway', sans-serif;;
  margin-bottom: 8px;
}
.pansion__descr {
  margin-bottom: 10px;
}
.pansion__adr {
  font-size: 12px;
  line-height: 14px;
  padding-left: 35px;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 24px;
}
.pansion__adr::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  background-image: url(../img/fi_map-pin.svg);
  left: 0;
  top: 0;
}
.calc {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .calc {
    order: 1;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .calc {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .calc {
    width: 95%;
  }
}
.calc__title {
  font-family: 'Raleway', sans-serif;;
  margin-bottom: 25px;
}
.calc__subtitle {
  font-family: 'Raleway', sans-serif;;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.calc__button {
  margin: 0 auto;
  display: block;
}
.calc-form {
  border-radius: 20px;
  background-color: #ECF0F0;
  padding: 20px;
}
.calc-form__line {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFFFFF;
}
@media (max-width: 991px) {
  .calc-form__line {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.calc-select-pans__label {
  display: block;
}
.calc-select-pans__select-block {
  position: relative;
}
.calc-select-pans__select-block::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 7px;
  border-left: 2px solid #3E404D;
  border-bottom: 2px solid #3E404D;
  transform: rotate(-45deg);
}
.calc-select-pans__select {
  border: 1px solid #A1A1A1;
  border-radius: 20px;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  appearance: none;
}
.calc-select-age {
  display: flex;
  align-items: center;
}
.calc-select-age__label {
  width: 55%;
  margin-bottom: 0;
}
.calc-select-age__select-block {
  width: 45%;
  position: relative;
}
.calc-select-age__select-block::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 7px;
  border-left: 2px solid #3E404D;
  border-bottom: 2px solid #3E404D;
  transform: rotate(-45deg);
}
.calc-select-age__select {
  border: 1px solid #A1A1A1;
  border-radius: 20px;
  height: 40px;
  padding: 0 20px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
@media (max-width: 1199px) {
  .calc-check {
    margin-bottom: 10px;
  }
}
.calc-check__radio {
  width: 20px;
  height: 20px;
  margin-top: 0;
  border: 1px solid #0085CF;
  background-color: transparent;
}
.calc-check__radio:checked {
  border: 1px solid #0085CF;
  background-color: transparent;
}
.calc-check__radio:checked[type=radio] {
  background-image: url(../img/dot.svg);
  background-size: 12px;
}
.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
.modal-content {
  padding: 50px 0;
  border-radius: 20px;
}
.modal-content::after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 148px;
  height: 34px;
  bottom: -30px;
  left: 50%;
  margin: 0 0 0 -74px;
  background-size: cover;
  background-image: url(../img/corner.png);
  background-position: 0 0;
}
.modal-content__button {
  max-width: 100%;
}
.modal-title {
  text-align: center;
  margin: 0 auto;
  width: 90%;
  font-size: 35px;
  margin-bottom: 40px;
  line-height: 1.1;
}
.btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.form-modal__line {
  margin-bottom: 20px;
}
.form-modal__label {
  font-size: 14px;
  padding-bottom: 5px;
}
.form-modal__textarea--hidden {
  display: none;
}
.modal-hidden {
  display: none;
}
#mapM {
  width: 100%;
  height: 100%;
  min-height: 400px;
}
.wrapper-text .content {
  margin-bottom: 50px;
}
.wrapper-text .content h2 {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 45px;
}
.footer {
  background-color: #ECF0F0;
  margin-top: 20px;
  padding: 40px 0px 0px 0px;
}
.logo_footer img {
  width: 35px;
}
.foooetr_r {
     display: flex;
    width: 100%;
    justify-content: space-between;

}
.logo_footer {
  display:flex;
}
.soc_footer_f {
  display: flex;
  align-items: center;
}
.logo_mir_f::before {
    content: url(../img/mir-logo-h229px 1.png);
    position: absolute;
    top: 22px;
    left: -42px;

}
.footer__pay-link  {
  position: relative;
}
.footer__pay {
  display: flex;
  align-items: center;
  height: 100%;
} 
.footer__pay-link {
  color:#fff !important;
  text-decoration: none!important;
}
.pansionat-template-default #banner {
  min-height: 580px;
  background-repeat: no-repeat;
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    padding-top: 105px;
        background-position: bottom;
}
.carousel-photo__miniitems {
  width: 92%;
}
.carousel-photo__minisider .slick-prev:before {
  content: url(../img/strelka_vv.png);
}
.carousel-photo__minisider .slick-next:before {
  content: url(../img/strelka_rr.png);
}
.carousel-photo__minisider .slick-prev {
 font-size: 0px;
    background: none;
    position: absolute;
    left: -60px;
    top: 10px;
}
img.fg_img {
  min-height: 484px;
    object-fit: cover;
}
#gallery {
  position: relative;
}
.carousel-photo__minisider .slick-next {
 font-size: 0px;
    background: none;
    position: absolute;
    right: -60px;
    top: 10px;
}
.title_fgh
{
  padding-bottom: 40px;
    font-size: 65px;
    font-weight: 700;
    line-height: 65px;
    color: #FFFFFF;
    padding-top: 75px;
}
.footer-nav .footer-nav__item > a:visited{
  color: #3E404D;
}
.height_custom {
  height: 227px;
}
.bg_video_mobile
{
  width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
    z-index: 1;
}
.height_custom .lookslide-video__file {
      object-fit: fill;
}
.height_custom .custom_title {
  position: absolute;
  bottom: 15px;
  color: #fff;
  z-index: 6;
}
.vb_footer {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer {
   padding: 40px 0 20px;
  }
  .knokpka_mobile_right {
    max-width: 100px;
    right: 0px;
  }
  .foooetr_r {
    display: grid !important;
    justify-content: center;
  }
  .logo_footer {
    order:3;
  }
  footer .border_s ul {
   border: none;
    background: none !important;
    margin-bottom: 0px !important;
  }
  footer .sub-menu {
    display: none !important;
  }
  .footer-nav {
    display: block;
    margin-top: 0px !important;
  }
}
.footer__logo-img {
  max-width: 302px;
}
@media (max-width: 767px) {
  .footer__logo-img {
    margin: 0 auto 20px;
    display: block;
  }
}
.footer__copyright {
  font-family: 'Raleway', sans-serif;;
  font-size: 20px;
}
#need {
  position: relative;
}
.need-doks__item--left_g {
    z-index: 1;
    padding: 40px 60px 40px 60px;
    position: relative;
}
.pans_flex_v a:hover, a:active {
  text-decoration: none;
}
.need-doks__item--right_f {
    position: absolute;
    right: 0px;
    bottom: -58px;
    min-height: 200px;
    padding: 44px 45px 40px 100px;
}
@media (max-width: 767px) {
  .footer__copyright {
 text-align: center;
    margin-top: 10px;
    opacity: 0.7;
    font-size: 12px !important;
    margin-left: 0px !important;
    justify-content: center;
  }
}
.footer__pay {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .footer__pay {
    text-align: center;
    justify-content: center;
  }
  .bg_footer {
    padding: 30px 0px!important;
}
.d-lg-none {
  display: none;
}
.logo_footer {
    display: inline-block;
    text-align: center;
}
}
.footer__pay-link {
  color: #0085CF;
  text-decoration: underline;
}
.footer__icons {
  display: flex;
}
@media (max-width: 767px) {
  .footer__icons {
    justify-content: center;
    margin-bottom: 45px;
  }
}
.footer__soc {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .footer__soc {
    margin: 0 12px;
  }
}
.footer__icon {
  width: 40px;
  height: 40px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__icon--insta {
  background-image: url(../img/instagram-fill.svg);
}
.footer__icon--youtube {
  background-image: url(../img/youtube-fill.svg);
}
.footer__icon--face {
  background-image: url(../img/facebook-circle-fill.svg);
}
.footer-nav {
  margin-top: 60px;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.footer-nav__link {
  color: #3E404D;
  margin-bottom: 25px;
  display: block;
}
.footer-nav .footer-nav__item > a {
  font-size: 18px;
}
.non_click a{
  cursor: auto;
}
.non_click a:hover{
  color:#333;
}
.bg_footer
{
  background: #2F3838;
  padding: 10px 0px;
}
.footer__copyright {
color: #fff;
    font-size: 16px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
footer .border_s ul {
  background: linear-gradient(#ecf0f0 0 0) padding-box, /*this is your grey background*/ linear-gradient(to right, #D4BC8B, #65ACA1) border-box;
    color: #313149;
    padding: 10px;
    border-top: 1px solid transparent;
    display: inline-block;
        margin-bottom: 20px;
}
.footer-nav__item {
  margin-bottom: 15px;
}
.footer-nav__subitems {
  list-style: none;
  padding-left: 0;
}
.footer-nav .sub-menu {
  list-style: none;
  padding-left: 0;
}
.error-404__header {
  font-size: 200px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .error-404__header {
    font-size: 150px;
  }
}
.error-404__subheader {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .error-404__subheader {
    font-size: 40px;
  }
}
.error-404__descr {
  text-align: center;
  margin-bottom: 30px;
}
.error-404__descr > a {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .error-404__descr {
    margin-bottom: 0;
  }
  .error-404__descr > br {
    display: none;
  }
}
.art-content {
  padding-bottom: 50px;
}
.art .blocks-gallery-grid {
  padding-left: 0px;
}
.art .blocks-gallery-grid img {
  border-radius: 20px;
}
.art .slick-arrow {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: calc(50% + 10px);
  transform: translate(0, -100%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  background-color: transparent;
  background-image: url(../img/arrow-white.svg);
}
.art .slick-arrow.slick-prev {
  left: 25px;
  transform: translate(0, -100%) rotate(180deg);
}
.art .slick-arrow.slick-next {
  right: 25px;
}
.art img {
  height: 100%;
  border-radius: 20px;
}
.art h2 {
  font-family: 'Raleway', sans-serif;;
  font-size: 30px;
  line-height: 36px;
  margin-top: 37px;
  margin-bottom: 37px;
}
.art h3 {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;;
  line-height: 30px;
  margin-top: 45px;
  margin-bottom: 45px;
}
.art h4 {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;;
  line-height: 26px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.art h5 {
  font-size: 18px;
  font-family: 'Raleway', sans-serif;;
  line-height: 22px;
  margin-top: 35px;
  margin-bottom: 35px;
}
.art h6 {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;;
  line-height: 20px;
  margin-bottom: 25px;
}
.art .alignleft {
  float: left;
  max-width: 30%;
  margin: 0 30px 50px 0;
}
@media screen and (max-width: 767px) {
  .art .alignleft {
    float: none;
    max-width: 100%;
  }
}
.art .aligncenter {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .art .aligncenter {
    max-width: 100%;
  }
}
.art .alignright {
  float: right;
  max-width: 30%;
  margin: 0 0 50px 30px;
}
@media screen and (max-width: 767px) {
  .art .alignright {
    float: none;
    max-width: 100%;
  }
}
.art .gallery-item {
  padding: 0 10px;
}
.art .gallery-columns-1 img {
  border-radius: 20px;
}
.art-block {
  padding: 40px 20px 20px;
  box-shadow: 0px 14px 100px rgba(26, 46, 45, 0.1);
  border-radius: 20px;
  margin-bottom: 35px;
}
.art ul {
  padding-left: 0;
}
.art ul li {
  position: relative;
  display: flex;
  padding-left: 40px;
  min-height: 30px;
  align-items: center;
  margin-bottom: 15px;
  list-style: none;
}
.art ul li::before {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  background-image: url(../img/list.svg);
  left: 0;
  top: 0;
}
.art-list__title {
  font-size: 36px;
  font-family: 'Raleway', sans-serif;;
  margin-bottom: 20px;
  line-height: 36px;
}
.art-list__item {
  margin: 40px 0;
  border-radius: 20px;
  box-shadow: 0px 4px 100px rgba(26, 46, 45, 0.1);
  background-color: #FFFFFF;
  overflow: hidden;
  max-height: 204px;
}
@media screen and (max-width: 991px) {
  .art-list__item {
    max-height: 100%;
  }
}
.art-list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .art-list__item-left {
    min-height: 220px;
  }
}
.art-list__item-left img {
  max-width: 380px;
  height: auto;
}
.art-list__item-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 100%;
}
.art-list__item-block {
  padding: 35px 40px 35px 20px;
}
@media (max-width: 767px) {
  .art-list__item-block {
    padding: 20px 40px 40px;
  }
}
.art-list__item-name {
  font-size: 22px;
  font-family: 'Raleway', sans-serif;;
  line-height: 28px;
  margin-bottom: 10px;
}
.art-list__item-name a {
  color: #3E404D;
}
.art-list__item-post {
  font-size: 14px;
  margin-bottom: 20px;
}
.zasell {
  text-align:center;
}
#wpadminbar {
  z-index: 9999999999;
}
.svyaz-blk {
  color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
    padding-left: 45px;
    padding-right: 45px;
}
.custom_title {
  text-align:center;
  font-size: 36px;
  font-weight:700;
  line-height: 1.3;
}
.banner-container {
  z-index: 1;
    position: relative;
}
.banner-slider__item {
  border-radius: 15px;
} 
#poziv {
  margin-bottom: 80px;
    margin-top: 80px;
}
.banner-slider .slick-prev {
    font-size: 0px;
    background: none;
    position: absolute;
    left: -60px;
    top: 40%;
}
.banner-slider .slick-prev:before {
    content: url(../img/strelka_vv.png);
}
.banner-slider .slick-next {
    font-size: 0px;
    background: none;
    position: absolute;
    right: -60px;
    top: 40%;
}
.banner-slider .slick-next:before {
    content: url(../img/strelka_rr.png);
}
@media(max-width:768px) {
  .dec_vidos {
    display: none;
  }
}
.dec_vidos {
  position: absolute;
    z-index: 100;
    background: #fff;
    width: 217px;
    text-align: center;
    right: 0px;
    box-shadow: 0px 14px 90px rgba(115, 131, 140, 0.4);
border-radius: 20px;
font-weight: 600;
font-size: 18px;
padding: 0px 27px 22px 27px;
font-family: 'Raleway';
top: -60px;
}
.dec_vidos img {
  margin-top: -80px;
    margin-bottom: 15px;
}
#closer_videopopup {
  color:#fff;
}
#vidBox {
  max-width: inherit;
    margin-left: auto;
    margin-right: auto;
}
#vidBox #closer_videopopup {
  position: absolute;
   top: 25px;
    right: 30px;
    font-size: 60px;
    cursor: default;
}
#vidBox {
      margin-top: 66px;
}
.position_r {
  position: relative;
}
.position_r {
  display: none;
}
.page-id-718 .position_r {
  display: block;
}
@media(max-width:768px){
  .block_need_mob {
    display: none;
  }
  .custom__f {
    margin-right: -15px;
  }
}
.btn_pansionat__top {
  margin-top: -100px;
    position: relative;
    z-index: 1;
}
.btn_pansionat_top {
  display: flex;
}
#hero .content {
  background: linear-gradient(90.02deg, #008E5B 0.02%, #3CB87B 54.69%, #FFC672 99.98%);
    border-radius: 30px;
    text-align: center;
    line-height: 22px;
    padding: 11px 25px;
    width: 100%;
    border: none;
    transition: 0.5s;
    min-width: 254px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-left: 20px;
}
#hero {
  border-radius: 20px;
    padding: 0px 40px 0px 40px;
    box-shadow: 0px 14px 100px rgba(21, 105, 153, 0.2);
    font-size: 18px;
    line-height: 26px;
    min-height: 120px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
}
#her{
    border-radius: 20px;
    padding: 0px 40px 0px 40px;
    box-shadow: 0px 14px 100px rgba(21, 105, 153, 0.2);
    font-size: 18px;
    line-height: 26px;
    min-height: 120px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    margin-right: 20px;
}
/*# sourceMappingURL=style.css.map */