@charset "UTF-8";
:__not(.bvi-body) * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.bvi-body * {
  font-family: unset;
}

html, body {
  overflow-x: hidden;
  background: #ffffff;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.compensate-for-scrollbar {
  padding-right: 0 !important;
}

html.not-scroll {
  overflow: hidden !important;
  -ms-touch-action: none;
  touch-action: none;
  height: 100vh;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}

input::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder {
  color: #000;
}

/* Firefox 19+ */
input:-moz-placeholder {
  color: #000;
}

/* Firefox 18- */
input:-ms-input-placeholder {
  color: #000;
}

a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

button {
  display: block;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  display: block;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

input,
textarea,
select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
}

li {
  display: block;
  list-style: none;
}

label {
  display: block;
}

/* Top block */
.top {
  background: #2c2c2c;
  padding-top: 8px;
  padding-bottom: 8px;
}

.top__address-item,
.footer__middle-address-item {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
  background: url(/assets/img/location-icon.png) left top no-repeat;
  background-size: 12px auto;
  padding-left: 20px;
}
.top__address-item:after,
.footer__middle-address-item:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #4b4b4b;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(75, 75, 75, 0)), color-stop(50%, #4b4b4b), to(rgba(75, 75, 75, 0)));
  background: -o-linear-gradient(bottom, rgba(75, 75, 75, 0) 0%, #4b4b4b 50%, rgba(75, 75, 75, 0) 100%);
  background: linear-gradient(0deg, rgba(75, 75, 75, 0) 0%, #4b4b4b 50%, rgba(75, 75, 75, 0) 100%);
}
.top__address-item:last-child:after,
.footer__middle-address-item:last-child:after {
  display: none;
}

.top__address-title,
.footer__middle-address-title {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
}

.top__address-value,
.footer__middle-address-value {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
}

.top__menu li,
.footer__middle-menu li {
  position: relative;
  padding-right: 16px;
  margin-right: 15px;
}
.top__menu li:after,
.footer__middle-menu li:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #4b4b4b;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(75, 75, 75, 0)), color-stop(50%, #4b4b4b), to(rgba(75, 75, 75, 0)));
  background: -o-linear-gradient(bottom, rgba(75, 75, 75, 0) 0%, #4b4b4b 50%, rgba(75, 75, 75, 0) 100%);
  background: linear-gradient(0deg, rgba(75, 75, 75, 0) 0%, #4b4b4b 50%, rgba(75, 75, 75, 0) 100%);
}
.top__menu li:last-child,
.footer__middle-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.top__menu li:last-child:after,
.footer__middle-menu li:last-child:after {
  display: none;
}
.top__menu li a,
.footer__middle-menu li a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid transparent;
}
.top__menu li a:hover,
.footer__middle-menu li a:hover {
  color: #98c21d;
  border-color: #98c21d;
}

/* Header */
header {
  position: relative;
  background: #fff;
  z-index: 500;
}
header:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background: rgba(255, 255, 255, 0.32);
  bottom: -5px;
}

.header__content {
  position: relative;
}
.header__content:before {
  position: absolute;
  display: block;
  content: "";
  width: 10000px;
  height: 100%;
  top: 0;
  left: -9700px;
  background: #f5fddd;
  border-radius: 0px 30px 30px 0px;
}

.header__logo,
.footer__logo {
  width: 260px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  z-index: 5;
}
.header__logo img,
.footer__logo img {
  width: 73px;
}

.header__logo-info,
.footer__logo-info {
  width: calc(100% - 73px);
  padding-left: 15px;
}

.header__logo .header__logo-title img,
.footer__logo .footer__logo-title img {
  width: 100%;
}

.header__logo-description,
.footer__logo-description {
  display: block;
  color: #90aa41;
  font-size: 15px;
  line-height: 17px;
  font-weight: 600;
}

.menu__link_new {
  padding: 50px 32px;
  position: relative;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border-bottom: 5px solid transparent;
}
.menu__link_new:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  right: 0;
  opacity: 0.3;
  background: #4b4b4b;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(75, 75, 75, 0)), color-stop(50%, #4b4b4b), to(rgba(75, 75, 75, 0)));
  background: -o-linear-gradient(bottom, rgba(75, 75, 75, 0) 0%, #4b4b4b 50%, rgba(75, 75, 75, 0) 100%);
  background: linear-gradient(0deg, rgba(75, 75, 75, 0) 0%, #4b4b4b 50%, rgba(75, 75, 75, 0) 100%);
}

.menu__item.pos-relative {
  position: relative;
}
.menu__item:last-child .menu__link_new:after {
  display: none;
}

.submenu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #e8f1cc;
  padding: 10px 20px;
  background: #fcfcfc;
  border-radius: 0px 0px 8px 8px;
  -webkit-box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.27);
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.27);
  display: none;
  z-index: 10;
}

.submenu__item {
  border-bottom: 1px dotted #8bb314;
}
.submenu__item:last-child {
  border: none;
}

.submenu__link {
  ___padding: 8px 10px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  color: #2c2c2c;
}
.submenu__link:hover {
  -webkit-text-decoration-color: #8bb314;
  text-decoration-color: #8bb314;
  color: #8bb314;
}

.mega {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 0px 4px 62px 0px rgba(131, 129, 129, 0.2);
  box-shadow: 0px 4px 62px 0px rgba(131, 129, 129, 0.2);
  border: 1px solid #e8f1cc;
  background: #fcfcfc;
  border-radius: 0px 0px 8px 8px;
  border: 1px solid #e8f1cc;
  overflow: hidden;
  z-index: 10;
}

.menu__item:hover .menu__link_new {
  background: #f5fddd;
  border-color: #84ab13;
}
.menu__item:hover .submenu {
  display: block;
}
.menu__item.active .mega {
  display: block;
}

.mega__item {
  width: 330px;
  background: #f5fddd;
  border-right: 1px solid #e8f1cc;
  border-bottom: 1px solid #e8f1cc;
}
.mega__item:last-child {
  border-bottom: none;
}

.mega__link {
  padding: 20px 30px;
  border-left: 5px solid transparent;
  color: #2c2c2c;
}
.mega__link img {
  width: 76px;
  border-radius: 8px;
}
.mega__link span {
  display: block;
  width: calc(100% - 76px);
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
.mega__link span:after {
  position: absolute;
  display: block;
  content: "";
  font-size: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #2c2c2c;
  border-right: 2px solid #2c2c2c;
  right: -10px;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.mega__submenu {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 330px);
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  display: none;
}
.mega__submenu ul {
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  column-count: 2;
}
.mega__submenu ul li {
  border-bottom: 1px dotted #8bb314;
}
.mega__submenu ul li a {
  font-size: 15px;
  color: #2c2c2c;
  padding: 10px 5px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  font-weight: 600;
}
.mega__submenu ul li a:hover {
  color: #8bb314;
  -webkit-text-decoration-color: #8bb314;
  text-decoration-color: #8bb314;
}

.mega__item:hover .mega__submenu {
  display: block;
}
.mega__item:hover .mega__link {
  color: #fff;
  border-color: #a6cf2e;
  background: #8bb314;
}
.mega__item:hover .mega__link span:after {
  border-color: #fff;
}

.header__tel,
.footer__tel {
  margin-bottom: 8px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #2c2c2c;
  font-size: 24px;
  line-height: 20px;
}
.header__tel:hover,
.footer__tel:hover {
  color: #8bb314;
}
.header__tel img,
.footer__tel img {
  width: 22px;
  margin-right: 8px;
}
.header__tel span,
.footer__tel span {
  display: block;
  font-weight: 700;
}

.footer__tel {
  color: #fff;
}

.header__contacts-app,
.footer__contacts-app {
  margin-right: 15px;
}
.header__contacts-app a,
.footer__contacts-app a {
  width: 22px;
  margin-bottom: 4px;
  -webkit-transition: all ease 0.7s;
  -o-transition: all ease 0.7s;
  transition: all ease 0.7s;
}
.header__contacts-app a:last-child,
.footer__contacts-app a:last-child {
  margin-bottom: 0;
}
.header__contacts-app a:hover,
.footer__contacts-app a:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.header__contacts-app a img,
.footer__contacts-app a img {
  width: 100%;
}

.btn {
  background: #8bb314;
  color: #fff;
  border-radius: 50px;
  border-bottom: 3px solid #98c21d;
  padding: 12px 10px;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}

.btn:after {
  display:none!important;
}

.btn:hover {
  background: #67850f;
}

.navbar-tog {
  display: none;
}

/* Баннер */
.main {
  background: url(/assets/img/main-bg.png) center bottom no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 140px;
}

.main__block {
  padding: 30px 45px 40px 45px;
  border-radius: 0px 45px 0px 45px;
  -webkit-box-shadow: 0px 16px 29px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 16px 29px 0px rgba(0, 0, 0, 0.1);
  background: url(/assets/img/logo.png) #fff right 30px bottom 20px no-repeat;
  width: 590px;
  margin-left: auto;
  border-left: 8px solid #f5af01;
}

.main__title {
  margin-bottom: 12px;
  color: #2c2c2c;
  font-size: 32px;
  line-height: 39px;
  font-weight: 800;
}

.main__list, .main__block ul {
  margin-bottom: 20px;
}
.main__list li,  .main__block ul li {
  margin-bottom: 10px;
  padding-left: 28px;
  background: url(/assets/img/arrow-1.png) left 7px no-repeat;
  background-size: 17px 9px;
  color: #666666;
  font-size: 17px;
  line-height: 23px;
}
.main__list li:last-child, .main__block ul li:last-child {
  margin-bottom: 0;
}

.main__btn a {
  padding: 15px 35px;
  background: #f7b001;
  border-bottom: 3px solid #e8a604;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  border-radius: 30px;
  text-shadow: 1px 1px 1px rgba(22, 29, 0, 0.5);
}
.main__btn a:hover {
  background: #c48c01;
}

/* Пансионат Аннушка - это */
.description {
  padding-top: 60px;
  padding-bottom: 10px;
}

.description__items {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 30px;
  position: relative;
}
.description__items:after {
  position: absolute;
  display: block;
  content: "";
  width: 335px;
  height: 335px;
  background: url(/assets/img/advantages-bg.png) center center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  right: -390px;
  bottom: 0;
}

.description__item {
  width: 159px;
  margin-bottom: 30px;
}
.description__item img {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 7px;
}

.description__item-title {
  text-align: center;
  padding-top: 35px;
  background: url(/assets/img/checkmark-icon.png) center top no-repeat;
  background-size: 27px auto;
  color: #2c2c2c;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}

.description__block {
  background: url(/assets/img/description-block-bg.png) #ecf2ee center center no-repeat;
  background-size: cover;
  padding: 40px;
  border: 1px solid #f2f1f1;
  border-bottom: 4px solid #8bb314;
  border-radius: 0px 50px 0px 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.description__block-img {
  margin-right: 35px;
  width: 180px;
}
.description__block-img img {
  width: 100%;
  border-radius: 7px;
}

.description__block-info {
  width: 395px;
}

.description__block-title {
  margin-bottom: 10px;
  color: #2c2c2c;
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}

/* Преимущества */
.section__title {
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 24px;
  color: #2c2c2c;
  font-size: 32px;
  font-weight: 700;
  background: url(/assets/img/section-title-icon.png) center bottom no-repeat;
}
.section__title.white {
  color: #fff;
}

.section__title-signature {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 775px;
  color: #2c2c2c;
  font-size: 18px;
  line-height: 27px;
}
.section__title-signature.white {
  color: #fff;
}

.advantages_new {
  padding-top: 60px;
  padding-bottom: 20px;
}
.advantages_new .section__title-signature {
  margin-bottom: 70px;
}
.advantages_new .container:before {
  position: absolute;
  display: block;
  content: "";
  width: 335px;
  height: 335px;
  background: url(/assets/img/advantages-bg.png) center center no-repeat;
  background-size: 100% 100%;
  left: -390px;
  top: -30px;
}
.advantages_new .container:after {
  position: absolute;
  display: block;
  content: "";
  width: 335px;
  height: 335px;
  background: url(/assets/img/advantages-bg.png) center center no-repeat;
  background-size: 100% 100%;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  right: -390px;
  bottom: 0;
}

.advantages__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.advantage_new {
  margin-left: 15px;
  margin-right: 15px;
  width: calc(25% - 30px);
  position: relative;
  border-radius: 8px;
  border: 1px solid #f5f3f3;
  background: #f9fafb;
  margin-bottom: 80px;
  padding: 50px 10px 28px 10px;
}

.advantage__icon_new {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background: #ace464;
  left: 50%;
  margin-left: -40px;
  top: -40px;
}

.advantage__title {
  text-align: center;
  margin-bottom: 5px;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.advantage__description {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  color: #2c2c2c;
  font-size: 15px;
  line-height: 22px;
}

/* Цены на услуги */
.price {
  background: url(/assets/img/price-bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding-top: 90px;
  padding-bottom: 130px;
  position: relative;
  z-index: 2;
}

.price__item {
  width: 360px;
  background: #fff;
  border-radius: 8px;
  padding-top: 25px;
  padding-bottom: 40px;
}

.price__item-title {
  margin-bottom: 5px;
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

.price__item-value {
  text-align: center;
  color: #98c21d;
  font-size: 22px;
  font-weight: 600;
  padding-left: 25px;
  padding-right: 25px;
}

.price__item-list {
  background: url(/assets/img/price-list-bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 60px 25px 65px 25px;
}
.price__item-list li {
  margin-bottom: 10px;
  color: #666666;
  font-size: 15px;
  line-height: 20px;
  background: url(/assets/img/checkmark-icon.png) left 2px no-repeat;
  background-size: 16px 16px;
  padding-left: 25px;
}
.price__item-list li:last-child {
  margin-bottom: 0;
}

.price__item-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
}

.price__item_big {
  width: 385px;
  background: #98c21d;
}
.price__item_big .price__item-title {
  font-size: 30px;
  color: #fff;
}
.price__item_big .price__item-value {
  font-size: 25px;
  color: #fff;
}
.price__item_big .price__item-list {
  padding: 75px 35px;
}
.price__item_big .price__item-btn .btn {
  color: #8bb314;
  background: #fff;
  border-color: #8bb314;
}
.price__item_big .price__item-btn .btn:hover {
  background: #e6e6e6;
}

/* Порядок оформления в пансионат */
.order {
  padding-top: 160px;
  margin-top: -100px;
  padding-bottom: 120px;
  background: url(/assets/img/order-bg.png) center center no-repeat;
  background-size: 100% 100%;
}
.order .section__title {
  margin-bottom: 40px;
}

.order__items {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.order__item {
  width: 260px;
  margin-bottom: 30px;
}
.order__item:nth-child(odd) .order__icon:after {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.order__item:last-child .order__icon:after {
  display: none;
}

.order__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
  margin-bottom: 15px;
  width: 115px;
  height: 115px;
  border-radius: 115px;
  background: #98c21d;
  margin-left: auto;
  margin-right: auto;
}
.order__icon:after {
  position: absolute;
  display: block;
  content: "";
  background: url(/assets/img/time-arrow.png) center center no-repeat;
  background-size: 100% 100%;
  width: 74px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  right: -130px;
}

.order__number {
  position: absolute;
  border: 3px solid #f9fafb;
  width: 36px;
  height: 36px;
  background: #98c21d;
  border-radius: 36px;
  top: -3px;
  right: -3px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 19px;
  font-weight: 700;
}

.order__item-title {
  text-align: center;
  margin-bottom: 8px;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.order__item-description {
  text-align: center;
  color: #2c2c2c;
  font-size: 15px;
  line-height: 22px;
}
.order__item-description a {
  display: inline;
  color: #98c21d;
  font-weight: 600;
  text-decoration: underline;
}
.order__item-description a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.order__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Info */
.info {
  padding-top: 75px;
  padding-bottom: 50px;
}
.info .container:before {
  position: absolute;
  display: block;
  content: "";
  background: url(/assets/img/info-dots.png) center center no-repeat;
  background-size: 100% 100%;
  width: 371px;
  height: 387px;
  bottom: 100px;
  left: -450px;
}

.info__img-1 {
  float: right;
  width: 475px;
  margin-left: 35px;
  margin-bottom: 20px;
  position: relative;
}
.info__img-1:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  background: url(/assets/img/info-dots.png) center center no-repeat;
  background-size: 100% 100%;
  width: 371px;
  height: 387px;
  -webkit-transform: translate(50%, 30%) scale(0.5);
  -ms-transform: translate(50%, 30%) scale(0.5);
  transform: translate(50%, 30%) scale(0.5);
}
.info__img-1 img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.info__title {
  margin-bottom: 10px;
  color: #2c2c2c;
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
}

.info__text {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px;
}
.info__text:last-child {
  margin-bottom: 0;
}
.info__text.mb-big {
  margin-bottom: 45px;
}
.info__text b {
  color: #2c2c2c;
  font-weight: 700;
}

.info__list-1 {
  padding-bottom: 15px;
}
.info__list-1 li {
  margin-bottom: 15px;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
  background: url(/assets/img/checkmark-icon.png) left 4px no-repeat;
  background-size: 16px 16px;
  padding-left: 25px;
}
.info__list-1 li b {
  font-weight: 600;
  color: #2c2c2c;
}

.info__list-1-title,
.info__list-3-title {
  margin-bottom: 15px;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.info__subtitle {
  margin-bottom: 15px;
  color: #2c2c2c;
  font-size: 26px;
  font-weight: 700;
}

.info__list-2 {
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 5px;
  padding-left: 5px;
  margin-left: -5px;
}
.info__list-2 li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 60px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
.info__list-2 li b {
  color: #2c2c2c;
  font-weight: 600;
}
.info__list-2 li:last-child {
  z-index: 1;
  margin-bottom: 0;
}
.info__list-2 li:last-child span:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 10000px;
  bottom: calc(100% + 5px);
  left: 50%;
  background: #98c21d;
  z-index: -5;
}
.info__list-2 li span {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background: #98c21d;
  border: 5px solid #fff;
  top: -5px;
  left: -5px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  font-size: 22px;
  z-index: 10;
}

.info-2 {
  padding-top: 80px;
  padding-bottom: 85px;
  background: url(/assets/img/info-2-bg.png) center top no-repeat;
  background-size: 100% auto;
}

.info__list-3 ul {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.info__list-3 ul li {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  width: calc(25% - 30px);
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.info__list-3 ul li b {
  display: block;
  text-align: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  background: #98c21d;
}
.info__list-3 ul li span {
  display: block;
  width: calc(100% - 60px);
  color: #2c2c2c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.info__block {
  margin-bottom: 60px;
  -webkit-box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 14px 35px 0px rgba(0, 0, 0, 0.09);
  border-radius: 0px 10px 10px 0px;
  padding: 25px;
  border-left: 5px solid #f7b001;
  background: #fff;
}

.info__list-4 li {
  margin-bottom: 10px;
  padding-left: 25px;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 24px;
  background: url(/assets/img/arrow-1.png) left 8px no-repeat;
  background-size: 16px 8px;
}

.info__img-2 {
  position: relative;
  width: 482px;
}
.info__img-2:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  background: url(/assets/img/info-dots.png) center center no-repeat;
  background-size: 100% 100%;
  width: 371px;
  height: 387px;
  -webkit-transform: translate(-50%, 30%) scale(0.5);
  -ms-transform: translate(-50%, 30%) scale(0.5);
  transform: translate(-50%, 30%) scale(0.5);
}
.info__img-2 img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.info__block-2-description {
  width: 640px;
}

.info__list-5 li {
  margin-bottom: 18px;
  color: #666666;
  font-size: 15px;
  line-height: 22px;
  padding-left: 22px;
  background: url(/assets/img/checkmark-icon-orange.png) left 3px no-repeat;
  background-size: 16px 16px;
}

/* Наши услуги */
.services {
  background: url(/assets/img/services-bg.png) center top no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 125px;
}
.services .section__title-signature {
  margin-bottom: 25px;
}

.services__items {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -10px;
  margin-right: -10px;
}

.service {
  width: calc(25% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 35px;
}
.service img {
  width: 129px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
}

.service__title {
  margin-bottom: 8px;
  text-align: center;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.service__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service__link a {
  color: #98c21d;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
.service__link a:hover {
  color: #759616;
}

/* Наши спецалисты */
.team {
  padding-top: 110px;
  padding-bottom: 120px;
  background: url(/assets/img/team-bg.png);
  background-size: 100% 100%;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
.team .section__title {
  margin-bottom: 32px;
}
.team .dots span {
  background: #fff;
}
.team .arrow {
  margin-top: 12px;
}
.team .arrow.swiper-button-disabled {
  border-color: #3e3c3c;
}
.team .arrow.swiper-button-disabled:before {
  border-color: #3e3c3c;
}

.team__slider-wrapper {
  position: relative;
}

.arrow {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 2px solid #98c21d;
  top: 50%;
  margin-top: -20px;
}
.arrow:before {
  position: absolute;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-top: 2px solid #98c21d;
  border-right: 2px solid #98c21d;
  top: 50%;
  left: 50%;
  margin-top: -7px;
}
.arrow.swiper-button-disabled {
  cursor: default;
  border-color: #eff0f1;
}
.arrow.swiper-button-disabled:before {
  border-color: #eff0f1;
}

.arrow_prev {
  left: -110px;
}
.arrow_prev:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  margin-left: -4px;
}

.arrow_next {
  right: -110px;
}
.arrow_next:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: -8px;
}

.team__slider {
  overflow: hidden;
  margin-bottom: 50px;
  padding-top: 65px;
}
.team__slider .swiper-slide {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.person {
  height: auto;
  background: #f9fafb;
  padding: 0 30px 30px 30px;
  border-radius: 8px;
}

.person__img {
  border: 5px solid #fff;
  border-radius: 130px;
  overflow: hidden;
  width: 130px;
  border-radius: 130px;
  height: 130px;
  margin-top: -65px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  margin-bottom: 8px;
}
.person__img img {
  width: 100%;
}

.person__name {
  margin-bottom: 5px;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #2c2c2c;
}

.person__experience {
  text-align: center;
  margin-bottom: 15px;
  padding: 8px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  background: #98c21d;
  border-radius: 4px;
}

.person__position {
  color: #2c2c2c;
  text-align: center;
  font-style: italic;
  font-size: 15px;
}

.dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dots span {
  display: block;
  background: #e8e9e9;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  margin-right: 6px;
  opacity: 1;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.dots span.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  background: #98c21d;
}

/* Фотогалерея */
.gallery {
  padding-top: 70px;
  padding-bottom: 70px;
}
.gallery .section__title {
  margin-bottom: 35px;
}

.gallery .container {
  padding:0;
}

.gallery__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery__block:after {
  display: block;
  content: "";
  clear: both;
  width: 100%;
}

.gallery__img {
  margin-bottom: 35px;
  overflow: hidden;
  float: left;
  position: relative;
  border-radius: 8px;
}
.gallery__img:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: url(/assets/img/zoom-icon.png) rgba(0, 0, 0, 0.2) center center no-repeat;
  background-size: 55px 55px;
}
.gallery__img:hover:before {
  opacity: 1;
}
.gallery__img img {
  width: 100%;
}

.gallery__img_big {
  width: 650px;
  margin-right: 35px;
}

.gallery__img_small {
  width: 465px;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #98c21d;
}

/* Запишитесь на бесплатную экскурсию! */
.excursion {
  padding-top: 120px;
  padding-bottom: 150px;
  background: url(/assets/img/excursion-bg.png) center center no-repeat;
  background-size: 100% 100%;
}
.excursion .section__title-signature {
  margin-bottom: 20px;
}

.form {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.79);
}
.form .btn {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.form__input {
  margin-bottom: 12px;
  width: 100%;
  height: 50px;
  border: 1px solid #e8e8e8;
  border-radius: 50px;
  font-size: 15px;
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  color: #666666;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.form__input::-webkit-input-placeholder {
  color: #999999;
}
.form__input::-moz-placeholder {
  color: #999999;
}
.form__input:-moz-placeholder {
  color: #999999;
}
.form__input:-ms-input-placeholder {
  color: #999999;
}

.form__privacy {
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.form__privacy input {
  position: absolute;
  top: 50%;
  left: -1000000px;
}
.form__privacy input:checked + label:before {
  position: absolute;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #98c21d;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
}
.form__privacy label {
  width: 18px;
  height: 18px;
  border: 1px solid #98c21d;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  top: -1px;
  background: #fff;
}
.form__privacy p {
  width: calc(100% - 25px);
  color: #666666;
  font-size: 13px;
  line-height: 17px;
}
.form__privacy p a {
  color: #2c2c2c;
  display: inline;
  text-decoration: underline;
}
.form__privacy p a:hover {
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

/* Расписание */
.time {
  padding-top: 80px;
  padding-bottom: 100px;
}
.time .section__title {
  margin-bottom: 28px;
}
.time .container:before {
  position: absolute;
  display: block;
  content: "";
  width: 371px;
  height: 387px;
  background: url(/assets/img/info-dots.png) center center no-repeat;
  background-size: 100% 100%;
  top: -80px;
  left: -550px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.time .container:after {
  position: absolute;
  display: block;
  content: "";
  width: 371px;
  height: 387px;
  background: url(/assets/img/info-dots.png) center center no-repeat;
  background-size: 100% 100%;
  bottom: -200px;
  right: -500px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.time__slider-wrapper {
  position: relative;
  margin-bottom: 40px;
}

.time__slider {
  overflow: hidden;
  padding-top: 40px;
}

.time__item {
  background: #f9fafb;
  border: 1px solid #f5f3f3;
  border-radius: 8px;
  padding: 0 15px 35px 15px;
  text-align: center;
}
.time__item:after {
  position: absolute;
  display: block;
  content: "";
  width: 74px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  background: url(/assets/img/time-arrow.png) center center no-repeat;
  background-size: 100% 100%;
  right: -92px;
}
.time__item:nth-child(even):after {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
.time__item:last-child:after {
  display: none;
}

.time__icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  margin-left: auto;
  margin-right: auto;
  background: #ace464;
  margin-bottom: 12px;
}

.time__value {
  margin-bottom: 2px;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.time__description {
  color: #2c2c2c;
  font-size: 15px;
  line-height: 22px;
}

.scrollbar {
  position: relative;
  height: 2px;
  background: #f2f1f1;
}

.swiper-scrollbar-drag {
  height: 8px;
  top: -3px;
  border-radius: 8px;
  background: #ace464;
  cursor: move;
}

/* Безопасность прежде всего */
.safety {
  background: url(/assets/img/safety-bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding-top: 110px;
  position: relative;
}
.safety:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 63px;
  background: url(/assets/img/safety-wave.png) center center no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.safety .section__title-signature {
  margin-bottom: 50px;
}

.safety__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  padding-bottom: 140px;
}

.safety__img {
  position: absolute;
  width: 375px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1px;
}

.safety__item {
  width: 430px;
  background: #fff;
  margin-bottom: 20px;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid #f5f3f3;
  position: relative;
  z-index: 2;
}

.safety__item-icon {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background: #ace464;
}

.safety__item-info {
  width: calc(100% - 100px);
}

.safety__item-title {
  margin-bottom: 3px;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
}

.safety__item-description {
  color: #2c2c2c;
  font-size: 15px;
  line-height: 22px;
}

/* Отзывы */
.testimonials {
  padding-top: 70px;
  padding-bottom: 70px;
}
.testimonials .section__title {
  margin-bottom: 30px;
}

.testimonials__slider-wrapper {
  margin-bottom: 40px;
  position: relative;
}
.testimonials__slider-wrapper .arrow {
  top: 80px;
  z-index: 10;
}
.testimonials__slider-wrapper .arrow_prev {
  left: 50%;
  margin-left: -150px;
}
.testimonials__slider-wrapper .arrow_next {
  right: auto;
  left: 50%;
  margin-left: 110px;
}

.testimonials__slider {
  width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial {
  opacity: 0.5;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.testimonial.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.testimonial__photo {
  margin-left: auto;
  margin-right: auto;
  width: 160px;
  height: 160px;
  border-radius: 160px;
  overflow: hidden;
  margin-bottom: 12px;
}
.testimonial__photo img {
  width: 100%;
}

.testimonial__name {
  text-align: center;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 700;
}

.testimonial__position {
  text-align: center;
  font-style: italic;
  color: #666666;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}

.testimonial__text {
  text-align: center;
  color: #999999;
  font-size: 15px;
  line-height: 24px;
}

.testimonials__dots {
  margin-bottom: 40px;
}

.testimonials__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonials__btn .btn {
  min-width: 220px;
}

/* Мы проконсультируем */
.connect {
  padding-top: 85px;
  background: url(/assets/img/connect-bg.png) center top no-repeat;
  background-size: cover;
}

.connect__content {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: center;
}

.connect__img {
  width: 783px;
  margin-right: -30px;
  position: relative;
  z-index: 1;
  margin-left: -95px;
}

.connect__block {
  width: 510px;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

.connect__title {
  margin-bottom: 4px;
  color: #98c21d;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.connect__title-2 {
  margin-bottom: 8px;
  color: #2c2c2c;
  font-size: 36px;
  font-weight: 800;
  line-height: 100%;
}

.connect__description {
  margin-bottom: 12px;
  color: #2c2c2c;
  font-size: 18px;
  line-height: 30px;
}
.connect__description span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 800;
  position: relative;
  z-index: 2;
}
.connect__description span:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 6px;
  border-radius: 6px;
  background: #98c21d;
  z-index: -1;
  bottom: 6px;
  left: 0;
}

.connect__form .btn {
  width: 220px;
}
.connect__form .form__privacy {
  width: calc(100% - 235px);
  margin: 0;
}

.connect__input {
  margin-bottom: 12px;
  width: calc(50% - 6px);
  height: 50px;
  border: 1px solid #e8e8e8;
  border-radius: 25px;
  font-size: 15px;
  background: #fff;
  padding-left: 25px;
  padding-right: 25px;
  color: #666666;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.connect__input::-webkit-input-placeholder {
  color: #999999;
}
.connect__input::-moz-placeholder {
  color: #999999;
}
.connect__input:-moz-placeholder {
  color: #999999;
}
.connect__input:-ms-input-placeholder {
  color: #999999;
}

textarea.connect__input {
  width: 100%;
  resize: none;
  height: 120px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

/* Footer */
footer {
  background: #2c2c2c;
  border-top: 8px solid #363636;
}

.footer__up {
  display: none;
}

.footer__top {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #373737;
}

.footer__top-menu li {
  padding: 30px;
  position: relative;
}
.footer__top-menu li:after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background: #4b4b4b;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(75, 75, 75, 0)), color-stop(50%, #4b4b4b), to(rgba(75, 75, 75, 0)));
  background: -o-linear-gradient(bottom, rgba(75, 75, 75, 0) 0%, #4b4b4b 50%, rgba(75, 75, 75, 0) 100%);
  background: linear-gradient(0deg, rgba(75, 75, 75, 0) 0%, #4b4b4b 50%, rgba(75, 75, 75, 0) 100%);
}
.footer__top-menu li:last-child:after {
  display: none;
}
.footer__top-menu li a {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.footer__top-menu li a:hover {
  color: #98c21d;
}

.footer__middle {
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer__bottom {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #333333;
}

.footer__copy {
  color: #a4a4a4;
  font-size: 13px;
  line-height: 17px;
  margin-right: 50px;
}

.footer__links a {
  margin-right: 24px;
  color: #a4a4a4;
  font-size: 13px;
  line-height: 17px;
  border-bottom: 1px solid #a4a4a4;
}
.footer__links a:hover {
  color: #fff;
  border-color: #fff;
}
.footer__links a:last-child {
  margin-right: 0;
}

.footer__separator {
  display: none;
}

/* Модальные окна */
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  width: 100%;
  height: 100vh;
  display: none;
}

.modal__block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.modal__blackout {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal {
  position: relative;
  z-index: 2;
  background: #ededed;
  width: 475px;
  max-width: calc(100% - 30px);
  padding: 25px 35px 30px 35px;
  border-radius: 10px;
}
.modal.modal_thanks {
  padding-top: 40px;
  padding-bottom: 40px;
}
.modal .section__title {
  margin-bottom: 5px;
}

.modal__title-signature {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.modal__form {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal__form .connect__input {
  width: 100%;
}
.modal__form .btn {
  width: 280px;
  max-width: 100%;
  margin-bottom: 10px;
}

.modal__close {
  position: absolute;
  cursor: pointer;
  top: 8px;
  right: 8px;
  z-index: 5;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  border: 2px solid #98c21d;
}
.modal__close:before, .modal__close:after {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 2px;
  background: #98c21d;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  left: 4px;
}
.modal__close:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.modal__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-thanks__icon {
  margin-left: auto;
  margin-right: auto;
  width: 37px;
  margin-bottom: 8px;
}

footer .container>[class^='footer_'] {
    float: unset;
}

.reserv__data input {
	width:unset;
	background:#fff;
}


@media (min-width:768px){
	.form__item {
		display: inline-flex;
		align-items: center;
	}
	
	.form__item label {
		padding-right:15px;
	}
}

.nops {
	display:none;	
}


.anchor {
    background-image: url(/nd/d/img/totop.png);
    background-position: 0;
    width: 40px;
    height: 40px;
    position: fixed;
    top: calc(100% - 80px);
    right: 3%;
    z-index: 100;
}

.mfp-close {
	position: absolute;
    cursor: pointer;
    top: 8px;
    right: 8px;
    z-index: 5;
    width: 30px!important;
    height: 30px!important;
    border-radius: 24px;
    border: 2px solid #98c21d!important;
}

.mfp-close:before, .mfp-close:after {
  position: absolute;
  display: block;
  content: "";
  width: 13px;
  height: 2px;
  background: #98c21d;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
      top: 12px;
    left: 6px;
}
.mfp-close:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mfp-close-btn-in .mfp-close {
    font-size: 0;
}


.mfp-content .icon.element {
	background: url(/nd/d/img/section-title-icon.png) center bottom no-repeat!important;
	width: 100%!important;
}


.mfp-content .element:before, .mfp-content .element:after {
	display:none!important;
}

.modal .popup__form__name {
	float:left!important;
	width:100%!important;
}

.modal .select {
	display: flex;
}

.modal .popup__form__item {
    margin-top: 0px!important;
}

.vacancies__contacts {
  justify-content: center;
}

.vacancies__items  {
  align-items:start;
}


.banners {
  padding-bottom: 85px;
}

.banner {
  background: url(../assets/img/banner-bg.jpg) #f3f9e2 center center no-repeat;
  padding: 40px 90px;
  border-radius: 20px;
  margin-bottom: 50px;
  border: 1px solid #ededed;
  -webkit-box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 81px 0px rgba(0, 0, 0, 0.08);
}
.banner:last-child {
  margin-bottom: 0;
}
.banner:nth-hild(even) {
  background-image: url(../assets/img/banner-bg-2.jpg);
}

.banner__img {
  width: 500px;
}
.banner__img img {
  display: block;
  width: 100%;
}

.banner__info {
  width: calc(100% - 504px);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner__info hr {
  width: 100%;
  height: 0;
  border: none;
  background: transparent;
}

.banner__title {
  font-size: 55px;
  line-height: 50px;
  font-weight: 700;
  color: #8bb314;
  width: 100%;
}

.banner__subtitle {
  width: 100%;
  color: #000000;
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
}

.banner__description {
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 8px 24px;
  color: #4e4c4d;
  font-size: 16px;
  font-weight: 700;
  border-radius: 15px;
  border: 2px solid #000;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.banner__bottom {
  width: 100%;
  color: #4e4c4d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  max-width: 220px;
}

.banner__date {
  width: 100%;
  color: #4e4c4d;
  font-size: 20px;
  font-weight: 700;
}

.banner-section {
    background: url(/assets/img/banner-section-bg.png) center top no-repeat;
    padding-top: 90px;
    padding-bottom: 130px;
    position: relative;
    z-index: 1;
    min-height: 496px;
    margin-bottom: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-section .banner {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.picture_with_line {
  display:flex;
  justify-content:space-between;
  padding:20px;
}
.picture-col {
  width:438px;
}
.picture_with_line .left-col, .picture_with_line .right-col {
  width:calc(50% - 220px);
}
.picture_with_line .title {
  color:#2c2c2c;
  text-align:left;
  font-size:18px;
  position:relative;
  padding:0;
}
.left-col .title:before {
  position:absolute;
  content:'';
  background:#8bb314;
  width:10px;
  left:-20px;
  bottom:-18px;
  height:10px;
  border-radius:50%;
}
.right-col .title:before {
  position:absolute;
  content:'';
  background:#8bb314;
  width:10px;
  right:-20px;
  bottom:-18px;
  height:10px;
  border-radius:50%;
}
.left-col .line, .right-col .line {
  position:relative;
}
.right-col, .right-col .title {
  text-align:right;
}
.left-col .line:before {
  position:absolute;
  content:'';
  background:#8bb314;
  width:calc(100% + 20px);
  left:-20px;
  bottom:2px;
  height:2px;
}
.right-col .line:before {
  position:absolute;
  content:'';
  background:#8bb314;
  width:calc(100% + 20px);
  right:-20px;
  bottom:2px;
  height:2px;
}
.picture_with_line .txt, .picture_with_line .hidden {
  font-size:14px;
  line-height:23px;
  color:#666;
  margin-top:10px;
}
.with_line-item {
  min-height:240px;
}

.with_line-item + .with_line-item {
  margin-top:60px;
  min-height:180px;
}
.num-list {
  margin:40px 0 130px;
}
.num-list-item {
  display:flex;
  justify-content:space-between;
  gap:20px;
  min-height:120px;
  margin-bottom:10px;
  position:relative;
}
.num-list-item:after {
  position:absolute;
  content:'';
  background:#8bb314;
  width:2px;
  height:calc(100% - 83px);
  top:83px;
  left:36px;
}
.num-list-item:last-child:after {
  display:none;
}
.num-list-number {
  width:73px;
  height:72px;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#8bb314;
  font-weight:600;
  font-size:29px;
  background:url(/assets/img/check-list.png);
}
.num-list-desc {
  width:calc(100% - 73px - 20px);
}
.list-title {
  font-size:16px;
  font-weight:600;
  color:#2c2c2c;
  margin-bottom:15px;
}
.num-list-desc .txt {
  font-size:14px;
  color:#666666;
  line-height:23px;
}
.four-items-section {
  background:url(/assets/img/bg_sustavy.png) no-repeat;
  background-size:cover;
  padding:50px;
  margin:30px 0;
  border-radius:5px;
}
.four-items-content {
  max-width:515px;
}
.four-items-content h2 {
  font-size:25px;
  font-weight:700;
  color:#2c2c2c;
  margin-bottom:25px;
  line-height:35px;
}
.four-items-content .flex-box {
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.four-item {
  background:#fff;
  border-radius:5px;
  padding:15px 15px 15px 30px;
  position:relative;
  font-size:14px;
  line-height:20px !important;
  color:#666;
  text-align:left;
  margin-bottom:20px;
  box-shadow:3px 9px 27px rgba(0,0,0,0.05);
}
.four-item .txt {
  line-height:20px;
}
.four-item .title {
  font-size:16px;
  color:#2c2c2c;
  margin-bottom:10px;
  text-align:left;
  padding-top:0;
}
.four-item.first {
  margin-right:30px;
  width:calc(50% - 15px);
}
.four-item.first:before {
  position:absolute;
  content:'';
  background:url(/assets/img/shildik_1.png);
  width:25px;
  height:48px;
  left:-4px;
  top:calc(50% - 24px);
  box-shadow:3px 9px 27px rgba(0,0,0,0.05);
}
.four-item.second:before {
  position:absolute;
  content:'';
  background:url(/assets/img/shildik_2.png);
  width:25px;
  height:48px;
  left:-4px;
  top:calc(50% - 24px);
  box-shadow:3px 9px 27px rgba(0,0,0,0.05);
}
.four-item.third:before {
  position:absolute;
  content:'';
  background:url(/assets/img/shildik_3.png);
  width:25px;
  height:48px;
  left:-4px;
  top:calc(50% - 24px);
  box-shadow:3px 9px 27px rgba(0,0,0,0.05);
}
.four-item.fourth:before {
  position:absolute;
  content:'';
  background:url(/assets/img/shildik_4.png);
  width:25px;
  height:48px;
  left:-4px;
  top:calc(50% - 24px);
  box-shadow:3px 9px 27px rgba(0,0,0,0.05);
}
.four-item.second {
  width:calc(50% - 15px);
}
.four-item.third, .four-item.fourth {
  width:100%;
}
.big-text {
  font-size:16px;
  font-weight:600;
  color:#4e4f4e;
  line-height:23px
}

.img-number {
  margin:30px 0;
}
.img-number-item {
  display:flex;
  justify-content:space-between;
  background:#fff;
  border-radius:5px;
  box-shadow:3px 9px 27px rgba(0,0,0,0.05);
  margin-bottom:20px;
  position:relative;
}
.img-number-item .img {
  width:236px;
}
.img-number-item .img img {
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:5px;
}
.img-number-item .text {
  width:calc(100% - 236px);
  padding:30px 40px 30px 30px;
}
.img-number-title {
  color:#2c2c2c;
  font-size:18px;
  font-weight:700;
  position:relative;
  padding-bottom:15px;
  margin-bottom:15px;
  border-bottom:1px solid #ecedee;
}
.img-number-title:after {
  position:absolute;
  content:'';
  background:#8bb314;
  width:100px;
  height:3px;
  left:0;
  bottom:0;
}
.img-number-item .txt {
  font-size:14px;
  line-height:20px;
  color:#666;
}
.img-number-item .number {
  font-size:34px;
  font-weight:700;
  color:#666;
  opacity:0.12;
  position:absolute;
  top:15px;
  right:15px;
}
.three-items-section .four-item.first {
  margin-right: 9;
  width: 100%;
}
.three-items-section .four-item.second {
  width: 100%;
}
.three-items-content {
  max-width:530px;
}
.three-items-section .four-item.third {
  margin-bottom:0;
}
.three-items-section {
  display:flex;
  justify-content:flex-end;
  background: url(/assets/img/bg_nevroz.png) no-repeat;
  background-size: cover;
  padding: 50px;
  margin: 30px 0;
  border-radius: 5px;
}
.three-items-section.slepota {
  background: url(/assets/img/main_slepota.png) no-repeat;
  background-position:100%;
  background-size:cover;
  padding:80px 50px;
}
.three-items-section.slepota .four-item {
  min-height:96px;
}
.number-list {
  display:flex;
  gap:33px;
  flex-wrap:wrap;
  margin-bottom:50px;
  position:relative;
}
.number-list-item {
  width:calc(25% - 25px);
  position:relative;
}
.number-list:after {
  position:absolute;
  content:'';
  background:url(/assets/img/vector-object.svg);
  width:272px;
  height:312px;
  bottom:0;
  right:0;
}
.number-list-item .desc-text {
  margin-top:40px;
  background:#f9fafb;
  border-radius:7px;
  box-shadow:0px 7px 29px rgba(0,0,0,0.03);
  border:1px solid rgba(0,0,0,0.05);
  padding:60px 24px 30px 24px;
  min-height:272px;
  
}
.desc-title {
  font-size:16px;
  font-weight:700;
  line-height:22px;
  text-align:center;
  margin-bottom:10px;
}
.number-list-item .txt {
  font-size:14px;
  text-align:center;
  color:#666;
  line-height:22px;
}
.number-list-item .num {
  width:84px;
  height:84px;
  border-radius:50%;
  background:#98c21d;
  border:6px solid #fff;
  font-size:34px;
  font-weight:600;
  position:absolute;
  left:calc(50% - 42px);
  top:0;
  color:#fff;
  display:flex;
  justify-content:center;
  align-items:center;
}

.symptoms-section {
  margin:50px -30px 10px;
  display:flex;
  flex-wrap:wrap;
}
.symptoms-item {
  background:#f9f9f9;
  border-radius:40px 0 40px 0;
  border:1px solid #f4f3f3;
  margin:0 30px 46px;
  width:calc(25% - 60px);
  position:relative;
}
.symptoms-item:after {
  position:absolute;
  content:'';
  border:1px dashed #b8b7b7;
  width:30px;
  height:1px;
  top:50%;
  right:-45px;
  opacity:0.4;
}
.symptoms-item-wrap {
  position:relative;
  padding:30px;
  height:100%;
}
.symptoms-item-wrap:before {
  position:absolute;
  content:'';
  background:url(/assets/img/orange-corner.png);
  width:32px;
  height:32px;
  bottom:-3px;
  left:-3px;
}
.symptoms-item-wrap:after {
  position:absolute;
  content:'';
  background:url(/assets/img/green-corner.png);
  width:60px;
  height:60px;
  top:-7px;
  right:-7px;
}
.symptoms-item-wrap .num {
  font-size:36px;
  color:#2c2c2c;
  font-weight:700;
  margin-bottom:10px;
}
.txt {
  font-size:14px;
  color:#666;
  line-height:20px;
}


.checked-item {
  background:#f9f9f9;
  border-radius:40px 0 40px 0;
  border:1px solid #f4f3f3;
  padding:25px 45px 25px 30px;
  width:240px;
  overflow:hidden;
  position:relative;
}
.checked-item:before {
  position:absolute;
  content:'';
  background:url(/assets/img/check_white.png);
  width:19px;
  height:13px;
  right:12px;
  top:17px;
  z-index:1;
}
.checked-item:after {
  position:absolute;
  content:'';
  background:#97c11d;
  width:90px;
  height:90px;
  right:-40px;
  top:-39px;
  border-radius:50%;
}
.checked-title {
  font-size:15px;
  line-height:20px;
  color:#2c2c2c;
  font-weight:700;
  margin-bottom:10px;
}

.circle-section {
  position:relative;
  text-align:center;
  margin:50px 0;
  padding:30px 0;
}
.circle-section img {
  display:block;
  margin:50px auto;
}
.circle-item {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  box-sizing:border-box;
  font-size:15px;
  font-weight:700;
  line-height:20px;
  -webkit-filter: drop-shadow(3px 3px 20px rgba(135,176,13,0.10)); 
  filter: drop-shadow(3px 3px 20px rgba(135,176,13,0.10));
}
.color-check {
  display:flex;
  gap:20px;
  margin:50px 0;
}
.check-item {
  background:#fff;
  border-radius:10px;
  border:1px solid rgba(0,0,0,0.03);
  box-shadow:3px 9px 32px rgba(0,0,0,0.03);
  padding:25px 65px 25px 25px;
  box-sizing:border-box;
  font-size:17px;
  font-weight:700;
  line-height:20px;
  width:calc(25% - 10px);
  position:relative;
  color:#2c2c2c;
  margin-top:54px;
}
.check-item .num {
  font-size:25px;
  font-weight:700;
  opacity:0.11;
  position:absolute;
  right:15px;
  top:15px;
}
.check-item.green {
  border-bottom:5px solid #88af14;
}
.check-item.orange {
  border-bottom:5px solid #f2ad01;
}
.check-item.green:before {
  background:url(/assets/img/green_check.png);
  width:45px;
  height:45px;
  top:-54px;
  left:0;
  position:absolute;
  content:'';
}
.check-item.green:after {
  border:1px dashed #88af14;
  width:calc(100% - 55px);
  height:1px;
  top:-32.5px;
  right:0;
  position:absolute;
  content:'';
}
.check-item.orange:before {
  background:url(/assets/img/orange_check.png);
  width:45px;
  height:45px;
  top:-54px;
  left:0;
  position:absolute;
  content:'';
}
.check-item.orange:after {
  border:1px dashed #f2ad01;
  width:calc(100% - 55px);
  height:1px;
  top:-32.5px;
  right:0;
  position:absolute;
  content:'';
}
.consequences-pain__img.ins:after {
  display:none;
}

@media screen and (max-width: 1200px) {
  .banner {
    padding: 40px;
  }

  .banner__img {
    width: 400px;
  }

  .banner__info {
    width: calc(100% - 440px);
  }

  .banner-section .banner {
    max-width: 740px;
  }
  .with_line-item {
    min-height:330px;
  }
  .three-items-section {
    background-position:100%;
  }
  .three-items-content {
    max-width: 500px;
  }
  .number-list-item {
    width: calc(33% - 20px);
  }
  .check-item {
    width:calc(50% - 10px);
  }
  .color-check {
    flex-wrap:wrap;
  }
}
@media only screen and (min-width:993px) {
  .left-col .line_bottom:after {
    position:absolute;
    content:'';
    background:#8bb314;
    width: 80px;
    height: 2px;
    bottom: -23px;
    right: -69px;
    transform: rotate(40deg);
  }
  .left-col .line_top:after {
    position:absolute;
    content:'';
    background:#8bb314;
    width: 80px;
    height: 2px;
    bottom: 27px;
    right: -69px;
    transform: rotate(-40deg);
  }
  .right-col .line_bottom:after {
    position:absolute;
    content:'';
    background:#8bb314;
    width: 80px;
    height: 2px;
    bottom: -23px;
    left: -69px;
    transform: rotate(-40deg);
  }
  .right-col .line_top:after {
    position:absolute;
    content:'';
    background:#8bb314;
    width: 80px;
    height: 2px;
    bottom: 27px;
    left: -69px;
    transform: rotate(40deg);
  }
  .more-link {
    color:#8bb314;
    text-decoration:underline;
    font-weight:600;
    cursor:pointer;
  }
  .symptoms-item:nth-of-type(4):after, .symptoms-item:last-child:after {
    display:none;
  }
  .symptoms-item:nth-of-type(1):before, .symptoms-item:nth-of-type(2):before, .symptoms-item:nth-of-type(3):before, .symptoms-item:nth-of-type(4):before {
    position:absolute;
    content:'';
    border:1px dashed #b8b7b7;
    width:1px;
    height:30px;
    bottom:-40px;
    left:50%;
    opacity:0.4;
  }
  .absolute-checked:after {
    position:absolute;
    content:'';
    background:url(/assets/img/green_line.png);
    width:632px;
    height:411px;
    top:18%;
    right:10%;
  }
  .checked-wrap {
    position:relative;
    height:535px;
    z-index:1;
  }
  .absolute-checked .img {
    position:relative;
    z-index:1;
  }
  .checked-item {
    position:absolute;
  }
  .checked-item.first {
    left:20px;
    top:0;
  }
   .checked-item.second {
    right:0;
    top:20px;
    width:280px;
  }
  .checked-item.third {
    left:40px;
    top:205px;
  }
  .checked-item.fourth {
    right:30px;
    top:223px;
  }
  .uhod2 .checked-item.fourth {
    top:265px;
  }
  .checked-item.fifth {
    left:00px;
    bottom:0;
    width:280px;
  }
  .checked-item.sixth {
    right:20px;
    bottom:70px;
  }
  .checked-wrap {
    width: 60%;
 }
 .absolute-checked .img {
    width: 40%;
 }
 .absolute-checked {
    display:flex;
    margin:30px 0;
    position:relative;
    align-items:center;
 }
 .circle-item, .circle-item .num {
   position:absolute;
 }
 .circle-item .num {
   font-size:19px;
   font-weight:700;
   color:#fff;
 }
 .circle-item.first {
   width:300px;
   height:251px;
   background:url(/assets/img/yellow_circle.png);
   top:200px;
   left:0;
   padding:20px 85px 20px 45px;
 }
 .circle-item.first .num {
   right:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.second {
   width:252px;
   height:299px;
   background:url(/assets/img/green_circle.png);
   top:0px;
   left:calc(50% - 126px);
   padding:30px 45px 85px 45px;
 }
 .circle-item.second .num {
   bottom:27px;
   right:calc(50% - 9.5px);
 }
 .circle-item.third {
   width:299px;
   height:251px;
   background:url(/assets/img/green_circle_left.png);
   top:200px;
   right:0;
   padding:20px 65px 20px 105px;
 }
 .circle-item.third .num {
   left:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.fourth {
   width:299px;
   height:251px;
   background:url(/assets/img/green_circle_left.png);
   bottom:200px;
   right:0;
   padding:20px 65px 20px 105px;
 }
 .circle-item.fourth .num {
   left:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.fifth {
   width:252px;
   height:299px;
   background:url(/assets/img/green_circle_top.png);
   bottom:0px;
   left:calc(50% - 126px);
   padding:85px 45px 30px 45px;
 }
 .circle-item.fifth .num {
   top:27px;
   right:calc(50% - 9.5px);
 }
 .circle-item.sixth {
   width:300px;
   height:251px;
   background:url(/assets/img/green_circle_right.png);
   bottom:200px;
   left:0;
   padding:20px 85px 20px 45px;
 }
 .circle-item.sixth .num {
   right:27px;
   top:calc(50% - 9.5px);
 }
}
@media screen and (min-width: 1201px) {
  .checked-item.third {
    left: 80px;
    top: 205px;
  }
  .checked-item.sixth {
    right: 40px;
    bottom: 70px;
 }
 .checked-wrap {
    width: 55%;
 }
 .absolute-checked .img {
    width: 45%;
 }
 .circle-item, .circle-item .num {
   position:absolute;
 }
 .circle-item .num {
   font-size:19px;
   font-weight:700;
   color:#fff;
 }
 .circle-item.first {
   width:300px;
   height:251px;
   background:url(/assets/img/yellow_circle.png);
   top:200px;
   left:70px;
   padding:20px 85px 20px 45px;
 }
 .circle-item.first .num {
   right:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.second {
   width:252px;
   height:299px;
   background:url(/assets/img/green_circle.png);
   top:0px;
   left:calc(50% - 126px);
   padding:30px 45px 85px 45px;
 }
 .circle-item.second .num {
   bottom:27px;
   right:calc(50% - 9.5px);
 }
 .circle-item.third {
   width:299px;
   height:251px;
   background:url(/assets/img/green_circle_left.png);
   top:200px;
   right:70px;
   padding:20px 65px 20px 105px;
 }
 .circle-item.third .num {
   left:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.fourth {
   width:299px;
   height:251px;
   background:url(/assets/img/green_circle_left.png);
   bottom:200px;
   right:70px;
   padding:20px 65px 20px 105px;
 }
 .circle-item.fourth .num {
   left:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.fifth {
   width:252px;
   height:299px;
   background:url(/assets/img/green_circle_top.png);
   bottom:0px;
   left:calc(50% - 126px);
   padding:85px 45px 30px 45px;
 }
 .circle-item.fifth .num {
   top:27px;
   right:calc(50% - 9.5px);
 }
 .circle-item.sixth {
   width:300px;
   height:251px;
   background:url(/assets/img/green_circle_right.png);
   bottom:200px;
   left:70px;
   padding:20px 85px 20px 45px;
 }
 .circle-item.sixth .num {
   right:27px;
   top:calc(50% - 9.5px);
 }
}
@media screen and (max-width: 992px) {
  .banner__img {
    width: 300px;
  }

  .banner__info {
    width: calc(100% - 340px);
  }

  .banner__title {
    font-size: 50px;
  }

  .banner__description {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .banner {
    margin-bottom: 40px;
  }

  .banners {
    padding-bottom: 60px;
  }

  .banner-section .banner {
    max-width: 620px;
  }

  .banner-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .picture_with_line {
    display: block;
  }
  .picture_with_line .left-col, .picture_with_line .right-col {
    width:100%;
  }
  .with_line-item {
    min-height:unset;
  }
  .with_line-item + .with_line-item {
    margin-top:0;
  }
  .with_line-item {
    margin-bottom:30px;
  }
  .picture-col {
    text-align:center;
    margin:auto;
  }
  .picture-col img {
    margin:auto;
    display:block;
  }
  .picture_with_line {
    padding:0;
  }
  .left-col .line:before {
    left:0;
    width:100%;
  }
  .right-col .line:before {
    right:0;
    width:100%;
  }
  .left-col .title:before {
    left:0;
  }
  .right-col .title:before {
    right:0;
  }
  .picture-col {
    width:unset;
    margin-bottom:30px;
  }
  .picture-col img {
    max-width:100%;
  }
  .more-link {
    display:none;
  }
  .with_line-item .hidden {
    display:unset;
  }
  .num-list-item {
    margin-bottom:20px;
  }
  .four-items-section {
    padding:30px;
  }
  .three-items-section {
    padding:30px;
  }
  .number-list-item {
    width: calc(50% - 18px);
  }
  .symptoms-item {
    width: calc(33% - 60px);
  }
  .absolute-checked .img {
    text-align:center;
  }
  .absolute-checked .img img {
    margin:10px auto 30px;
  }
  .checked-wrap {
    display:flex;
    flex-wrap:wrap;
    gap:30px;
  }
  .checked-item {
    width:calc(50% - 15px);
  }
  .absolute-checked {
    margin:30px 0;
  }
}
@media only screen and (max-width:992px) and (min-width:769px) {
  .symptoms-item:nth-of-type(3):after, .symptoms-item:nth-of-type(6):after, .symptoms-item:last-child:after {
    display:none;
  }
  .symptoms-item:nth-of-type(1):before, .symptoms-item:nth-of-type(2):before, .symptoms-item:nth-of-type(3):before, .symptoms-item:nth-of-type(4):before, .symptoms-item:nth-of-type(5):before {
    position:absolute;
    content:'';
    border:1px dashed #b8b7b7;
    width:1px;
    height:30px;
    bottom:-40px;
    left:50%;
    opacity:0.4;
  }
  .circle-item, .circle-item .num {
   position:absolute;
 }
 .circle-item .num {
   font-size:19px;
   font-weight:700;
   color:#fff;
 }
 .circle-item.first {
   width:300px;
   height:251px;
   background:url(/assets/img/yellow_circle.png);
   top:170px;
   left:0;
   padding:20px 85px 20px 45px;
 }
 .circle-item.first .num {
   right:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.second {
   width:252px;
   height:299px;
   background:url(/assets/img/green_circle.png);
   top:0px;
   left:calc(50% - 126px);
   padding:30px 45px 85px 45px;
 }
 .circle-item.second .num {
   bottom:27px;
   right:calc(50% - 9.5px);
 }
 .circle-item.third {
   width:299px;
   height:251px;
   background:url(/assets/img/green_circle_left.png);
   top:170px;
   right:0;
   padding:20px 65px 20px 105px;
 }
 .circle-item.third .num {
   left:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.fourth {
   width:299px;
   height:251px;
   background:url(/assets/img/green_circle_left.png);
   bottom:170px;
   right:0;
   padding:20px 65px 20px 105px;
 }
 .circle-item.fourth .num {
   left:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.fifth {
   width:252px;
   height:299px;
   background:url(/assets/img/green_circle_top.png);
   bottom:0px;
   left:calc(50% - 126px);
   padding:85px 45px 30px 45px;
 }
 .circle-item.fifth .num {
   top:27px;
   right:calc(50% - 9.5px);
 }
 .circle-item.sixth {
   width:300px;
   height:251px;
   background:url(/assets/img/green_circle_right.png);
   bottom:170px;
   left:0;
   padding:20px 85px 20px 45px;
 }
 .circle-item.sixth .num {
   right:27px;
   top:calc(50% - 9.5px);
 }
}
@media screen and (max-width: 768px) {
  .section-page-inner {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .banner__info {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }

  .banner__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .banner {
    margin-bottom: 30px;
  }

  .banner-section {
    background-position: center bottom;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .four-items-section {
    padding:20px;
  }
  .img-number-item {
    flex-wrap:wrap;
  }
  .img-number-item .text {
    width: 100%;
  }
  .img-number-item .img {
    margin:30px 40px 0px 30px;
    width:100%;
  }
  .img-number-item .text {
    position:relative;
  }
  .img-number-item .number {
    top:20px;
  }
  .number-list-item {
    width: 100%;
  }
  .number-list-item .desc-text {
    min-height:unset;
  }
  .number-list:after {
    display:none;
  }
  .circle-section {
    padding:0;
  }
  .circle-item {
   position:relative;
   margin:0 auto 30px;
 }
 .circle-item .num {
   font-size:19px;
   font-weight:700;
   color:#fff;
   position:absolute;
 }
 .circle-item.first {
   width:300px;
   height:251px;
   background:url(/assets/img/yellow_circle.png);
   padding:20px 85px 20px 45px;
 }
 .circle-item.first .num {
   right:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.second {
   width:299px;
   height:251px;
   background:url(/assets/img/green_circle_left.png);
   padding:20px 65px 20px 105px;
 }
 .circle-item.second .num {
   left:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.third {
   width:300px;
   height:251px;
   background:url(/assets/img/green_circle_right.png);
   padding:20px 85px 20px 45px;
 }
 .circle-item.third .num {
   right:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.fourth {
   width:299px;
   height:251px;
   background:url(/assets/img/green_circle_left.png);
   padding:20px 65px 20px 105px;
 }
 .circle-item.fourth .num {
   left:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.fifth {
   width:300px;
   height:251px;
   background:url(/assets/img/green_circle_right.png);
   padding:20px 85px 20px 45px;
 }
 .circle-item.fifth .num {
   right:27px;
   top:calc(50% - 9.5px);
 }
 .circle-item.sixth {
   width:299px;
   height:251px;
   background:url(/assets/img/green_circle_left.png);
   padding:20px 65px 20px 105px;
 }
 .circle-item.sixth .num {
   left:27px;
   top:calc(50% - 9.5px);
 }
 .check-item {
    width:100%;
 }
 .three-items-section.slepota  {
   padding:50px 30px;
 }
}



@media screen and (max-width: 576px) {
  .section-page-inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .section__title.mb-big {
    margin-bottom: 45px;
  }

  .breadcrumbs li {
    font-size: 14px;
  }

  .banner {
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .banner__info {
    margin-bottom: 15px;
  }

  .banner__title {
    font-size: 40px;
    line-height: 40px;
  }

  .banner__subtitle {
    font-size: 40px;
    line-height: 40px;
  }

  .banner-section {
    padding-top: 40px;
    padding-bottom: 110px;
  }
  .four-items-content h2 {
    font-size:20px;
    line-height:1.2;
  }
}



.footer__middle-address, .footer__middle-content {
      align-items: flex-start;
}

.footer__middle-content iframe {
      margin-top:15px;
}




@media (max-width:768px){
  
  .footer__middle-content {
         justify-content: center; 
  }
  .footer__middle-menu {
    margin-bottom:0px!important;
  }
	
	.footer__middle-content iframe {
    margin-top: 15px;
    margin-left: 15px;
}

	.mega__item:hover .mega__submenu {
		display: none;
	}
	
	.mega__item.active .mega__submenu {
		display: block;
	}
	
}

@media only screen and (max-width:768px) and (min-width:481px) {
  .symptoms-item:nth-of-type(2):after, .symptoms-item:nth-of-type(4):after, .symptoms-item:nth-of-type(6):after, .symptoms-item:last-child:after {
    display:none;
  }
  .symptoms-item:nth-of-type(1):before, .symptoms-item:nth-of-type(2):before, .symptoms-item:nth-of-type(3):before, .symptoms-item:nth-of-type(4):before, .symptoms-item:nth-of-type(5):before, .symptoms-item:nth-of-type(6):before {
    position:absolute;
    content:'';
    border:1px dashed #b8b7b7;
    width:1px;
    height:30px;
    bottom:-40px;
    left:50%;
    opacity:0.4;
  }
  .symptoms-item {
    width: calc(50% - 60px);
  }
}

@media only screen and (max-width:480px) {
  .num-list-number {
    width:55px;
    height:55px;
    background-size:55px 55px;
  }
  .num-list-desc {
    width:calc(100% - 55px - 20px);
  }
  .num-list-item:after {
    height:calc(100% - 65px);
    top:65px;
    left:27.5px;
  }
  .four-item.first {
      margin-right: 0;
      width: 100%;
  }
  .four-item.second {
     width: 100%;
  }
  .symptoms-item {
    width: 100%;
  }
  .symptoms-item:after {
    display:none;
  }
  .symptoms-item::before {
    position:absolute;
    content:'';
    border:1px dashed #b8b7b7;
    width:1px;
    height:30px;
    bottom:-40px;
    left:50%;
    opacity:0.4;
  }
  .symptoms-item:last-child:before {
    display:none;
  }
  .checked-item {
    width:100%;
  }
}


.info_analizy {
  justify-content:space-between;
  display:flex;
  padding:30px 0;
}

.info_analizy .item {
  width:calc(33% - 20px);
  background:#fbfbfb;
  border:#f4f3f3 1px solid;
  border-radius:40px 0 40px 0;
  padding:20px 30px;
  position:relative;
}

.info_analizy .name {
  color:#2c2c2c;
  font-size:17px;
  font-weight:bold;
  padding-bottom:10px;
}

.info_analizy .text {
  color:#666666;
  font-size:14px;
}

.info_analizy .ugol {
    background:url("/nd/d/img/ugol.png");
    width: 57px;
    height: 59px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: -10px;
    padding-bottom: 20px;
    text-align: center;
    padding-left: 9px;
}

@media (max-width:968px){
  
  .info_analizy {
    flex-wrap:wrap;
  }
  
  .info_analizy .item {
    width:100%;
    margin-bottom:15px;
  }
  
}




.docs_info {
  padding-top:0px;
  display:flex;
  margin:0 -15px;
}

.docs_info .item {
  padding-top:30px;
  margin:0 15px 15px 15px;
  width:33.3333%;
  flex: 33.3333%;
}


.docs_info .texts {
  padding:25px;
}


.docs_info .name {
  font-weight:bold;
  font-size:18px;
  color:#2c2c2c;
  padding-bottom:15px;
  margin-bottom:15px;
  border-bottom:#ecedee 1px solid;
  position:relative;
}

.docs_info .text {
  font-size:14px;
  color:#666666;
  line-height:1.3;
}



.docs_info .name:after {
  content:"";
  background:#8bb314;
  max-width:97px;
  height:3px;
  display:block;
  position:absolute;
  bottom:0;
  width:100%;
}

.info_steps {
  padding-top: 30px;
}

.info_steps .item {
  position:relative;
  display:flex;
  align-items:center;
  padding-bottom:40px;
}

.info_steps .item:after {
  content:"";
  display:block;
  width:23px;
  height:23px;
  background:url("/assets/img/plus1.png");
  position:absolute;
  margin-top: -181px;
  margin-left: calc(50% - 11px);
  
}

.info_steps .item:first-child::after {
  width:9px;
  height:18px;
  background:url("/assets/img/arrow1.png");
  margin-left: calc(50% - 4px);
  margin-top: -180px;
}

.info_steps .item .img {
  width:143px;
  height:143px;
  max-width:143px;
  max-height:143px;
  min-width:143px;
  min-height:143px;
  overflow:hidden;
  display:block;
  order:1;
  margin-left:calc(50% - 71.5px);
  border-radius:50%;
}

.info_steps .item .img img {
  width:143px;
  height:143px;
}

.info_steps .item .texts {
  order:2;
  width:calc(50% - 71.5px);
  padding-left:20px;
}


.info_steps .item:nth-child(odd) .img {
  order:2;
  margin-left:calc(50% - 71.5px);
  margin-left:0;
}


.info_steps .item:nth-child(odd) .texts {
  order:1;
  margin-left:calc(50% - 71.5px);
  margin-left:0;
  padding-right:20px;
}

.info_steps .item:nth-child(odd) .texts * {
  text-align:right;
}


.info_steps .item .texts .name {
  font-size:17px;
  font-weight:bold;
  color:#2c2c2c;
  padding-bottom:10px;
}

.info_steps .item .texts .text {
  font-size:15px;
  color:#2c2c2c;
  line-height:1.2;
}

.info_steps_center > * {
  text-align:center;
}

.info_steps_center h2 {
  font-weight:bold;
  font-size:24px;
  padding-bottom:15px;
}

.info_steps_center p {
  color:#666666;
  font-size:14px;
  padding:5px 0;
}


@media ( max-width:768px){
  
  .docs_info {
    flex-wrap:wrap;
  }
  .docs_info .item {
    margin:0 15px 0px 15px;
    width:100%;
    flex: 100%;
  }
  
  .info_steps .item .img {
    order:1!important;
    margin-left:0!important;
  }
  
  
  .info_steps .item .texts {
    order:2!important;
    margin-left:0!important;
    width: calc(100% - 71.5px)!important;
  }
  
  .info_steps .item .texts * {
    text-align:left!important;
  }
  
  .info_steps .item:first-child::after {
    margin-left: 68.5px!important;
  }
  
  .info_steps {
    padding-top: 10px!important;
  }
  
  .info_steps .item:after {
    display:none!important;
  }
  
}


.fotogallereya {
  display:flex;
  margin:0 -15px;
  flex-wrap:wrap;
}

.fotogallereya > * {
  padding:15px;
  width:calc(33.333333% - 0px);
}

.fotogallereya img {
  width: 100%;
}

    

.gallery_category h2 {
  color:#67850f;
  margin:0 15px 15px 15px;
  font-weight:bold;
  border-bottom:#67850f 1px solid;
  width: 100%;
  padding-bottom:10px;
}

.category_gallery a div {
  padding-top:5px;
  min-height:40px;
}

.gallery_category .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.gallery_category .row .category_gallery {
    padding: 0 15px;
    width:33.3333333333333333333%;
}

.gallery_category .row .category_gallery img {
     width: 100%;
}

.video_gal {
  width: 100%;
  display: flex;
  margin: 0 -15px;
}

.video_gal video {
  margin: 0 15px;
  width: calc(50% - 15px);
}

.choose_city {
  display:flex;
  flex-wrap:wrap;
  padding:5px 0 15px;
}

.choose_city div {
  width:50%;
  padding:10px 0;
}

@media ( max-width:768px ){
  
  .gallery_category .row .category_gallery {
      padding: 0 15px;
      width:100%;
  }
  
  .fotogallereya > * {
    padding:15px;
    width:100%;
  }
  
  .fotogallereya a img {
      width: 100%;
      min-height: 94px;
  }
  
    
  .video_gal  {
    flex-wrap: wrap;
  }
  
  .video_gal video {
    width: 100%;
    margin: 0 15px 15px;
    
  }
  
}

   
   
[data-bvi-lineheight="normal"] .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) {
    line-height: 1.2;
}

.bvi-body .header__content:before {
  background:#000!important;
}

.bvi-body .header__logo:hover {
  background:none!important;
  background-color:000!important;
}

.bvi-body .header__logo-title img {
  display:none;
}

.bvi-body .header__logo-description {
  font-size:21px!important;
}

.bvi-body .top__menu {
  padding: 30px 20px;
}

body .bvi-body[data-bvi-theme=black] .menu__link_new {
  border:0!important;
}

.bvi-body .float_service.bvi-background-image {
  background: #000!important;
  z-index: 1111;
}

.bvi-body .float_service .el.phone a {
    height: 40px;
}

.bvi-body .element_vms-section {
    background: #000;
}

.bvi-body .description__block {
    background: #000;
}

.bvi-body .pansionat_sidelka {
    background: #000;
}

.bvi-body .banner-section {
    background: #000;
}

.bvi-body .price {
    background: #000;
}

.bvi-open {
      padding: 20px;
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    border-bottom:#fff 3px solid;
}

.bvi-body .price__item-list {
    background: #000;
}

.bvi-body section {
    background: #000!important;
}

.bvi-body .safety:after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 10px;
    background: #fff;
}

.bvi-body .footer__middle-menu {
  padding: 30px 20px;
}

.bvi-body .header__tel img, .bvi-body .footer__tel img {
  display:none;
}

body .bvi-body[data-bvi-lineheight=big]:not(.bvi-no-styles) * {
    line-height: 2.5 !important;
}

body .bvi-body[data-bvi-lineheight=average]:not(.bvi-no-styles) * {
    line-height: 2 !important;
}

body .bvi-body[data-bvi-fontfamily=times]:not(i):not(span):not(.bvi-no-styles) {
    font-family: "Times New roman", serif !important;
}

a.scroll-to-top {
  
  -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 1;
    position: fixed;
    text-align: center;
    text-decoration: none;
    display: block;
    background: #8bb314 url(/assets/img/scroll.svg) no-repeat scroll center 14px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    right: 25px;
    left: inherit;
    bottom: 85px;
    z-index: 995;
    cursor: pointer;
    display:none;
}


