@charset "UTF-8";
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-BoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'TT Norms';
  src: url('../fonts/TTNorms-ExtraBoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
  min-width: 320px;
  font-family: 'Open Sans', sans-serif;
  font-size: 9px;
  font-weight: 500;
  color: #ececec;
  background-color: #292c2d;
  overflow-x: hidden;
}
body.j-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
}
button {
  font-family: inherit;
  outline: none;
}
button:focus {
  outline: none;
}
a {
  text-decoration: none;
  outline: none;
  color: #5e91bd;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'TT Norms', sans-serif;
  margin-bottom: 15px;
}
.color-gray {
  color: #A9A9A9;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex--start {
  justify-content: flex-start;
}
.flex--center {
  justify-content: center;
}
.flex--end {
  justify-content: flex-end;
}
.flex--between {
  justify-content: space-between;
}
.flex--around {
  justify-content: space-around;
}
.flex--top {
  align-items: flex-start;
}
.flex--middle {
  align-items: center;
}
.flex--bottom {
  align-items: flex-end;
}
.flex--column {
  flex-direction: column;
}
.flex--nowrap {
  flex-wrap: nowrap;
}
.flex--grow {
  flex-grow: 1;
}
.flex .w50 {
  width: calc(50% - 5px);
}
@media (min-width: 1024px) {
  .flex .w50 {
    width: calc(50% - 12px);
  }
}
.button-burger {
  padding: 0;
  margin: 0;
  border: none;
  background-color: #292c2d;
  display: block;
  width: 41px;
  height: 44px;
  background-image: url("../images/icons/icon_burger.svg");
  background-repeat: no-repeat;
  background-size: 28px 14px;
  background-position: center;
}
.button-close {
  padding: 0;
  margin: 0;
  border: none;
  display: block;
  background-color: transparent;
  width: 30px;
  height: 30px;
  background-image: url("../images/icons/icon_close.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.button {
  padding: 0;
  border: none;
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  background-color: #ad8b68;
  border: 2px solid #ad8b68;
  border-radius: 100px;
  padding: 8px 20px;
  box-sizing: border-box;
  outline: none;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  cursor: pointer;
}
.button:hover,
.button:focus {
  color: #fff;
  background-color: #8e7256;
  border-color: #8e7256;
}
.button--white {
  color: #ffffff;
  background-color: transparent;
}
.button--white:hover,
.button--white:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
@media (min-width: 1024px) {
  .button-burger {
    display: none;
  }
  .button {
    font-size: 12px;
    padding: 10px 25px;
    border-width: 3px;
    white-space: nowrap;
  }
  .button:active {
    border-color: #715b44;
    background-color: #715b44;
  }
  .button--white:active {
    color: #fff;
    background-color: transparent;
    opacity: .5;
  }
}
@media (min-width: 1630px) {
  .button {
  padding: 12px 30px;
  }
}
.checkbox {
  display: flex;
  font-size: 11px;
  color: #ababab;
}
.checkbox input[type="checkbox"]:checked + .checkbox__indicator::before {
  display: block;
}
.checkbox__indicator {
  position: relative;
  display: block;
  width: 15px;
  min-width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #9F9F9F;
  margin-right: 10px;
}
.checkbox__indicator::before {
  content: "";
  position: absolute;
  display: none;
  width: 9px;
  height: 4px;
  top: 3px;
  left: 2px;
  transform: rotate(-45deg);
  border: 2px solid #4EAE92;
  border-top: none;
  border-right: none;
}
.checkbox__text {
  font-size: inherit;
  color: #ababab;
}
.link {
  color: #ad8b68;
  text-decoration: none;
  transition: all 0.2s;
}
.link:hover,
.link:active {
  color: #ad8b68;
}
@media (min-width: 1024px) {
  .link {
    font-size: 14px;
  }
}
.icon {
  transition: fill 0.2s;
}
.contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #e6e6e6;
}
.contacts__item {
  display: block;
}
.contacts__item:not(:last-child) {
  margin-bottom: 5px;
}
.contacts__link {
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  font-size: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.contacts__link:hover,
.contacts__link:focus {
  color: #ad8b68;
}
.contacts__link .icon {
  margin-right: 3px;
}
@media (min-width: 1024px) {
  .contacts__link {
    font-size: 14px;
  }
  .contacts__link .icon {
    transform: scale(1.5);
  }
}
.header {
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  height: 54px;
  max-width: 100%;
  background-color: #292c2d;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05);
  padding: 10px 15px;
  box-sizing: border-box;
}
.header--inner {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05)!important;
  background-color: #292c2d!important;
}
.header__logo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header__logo-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__lang {
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.header__nav {
  position: absolute;
  top: 4px;
  right: 7px;
}
@media (min-width: 1024px) {
  .header {
    height: 110px;
    background-color: transparent;
    box-shadow: none;
    padding-left: 170px;
    padding-right: 40px;
  }
  .header::before {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% + 30px);
    left: 0;
    top: 0;
    transition: opacity 0.4s;
    background-image: linear-gradient(to bottom, #292c2d 50%, rgba(255, 255, 255, 0) 100%);
  }
  .header--inner::before {
    opacity: 1;
  }
  .header.active::before {
    opacity: 1;
  }
  .header__logo-box {
    left: 40px;
    top: 20px;
    transform: translate(0, 0);
  }
  .header__logo {
    width: 100px;
  }
  .header__nav {
    order: 1;
    position: relative;
    top: auto;
    right: auto;
  }
  .header__contacts {
    order: 2;
    margin-left: auto;
  }
  .header__contacts .icon {
    transform: scale(3) translate(-4px, -1px);
  }
  .header__contacts .contacts__link {
    font-size: 16px;
  }
  .header__contacts .contacts__item {
    margin-bottom: 0;
  }
  .header__lang {
    position: relative;
    right: auto;
    bottom: auto;
    order: 2;
  }

  .contacts-block {
    flex-direction: row!important;
  }

  .contacts-map {
    width: 60%!important;
    overflow: hidden;
  }
  .contacts-content {
    width: 40%!important;
    padding: 40px 30px !important;
  }
}
@media (min-width: 1630px) {
  .header {
    padding-left: 235px;
  }
  .header__logo {
    width: 140px;
  }
}
.lang {
  color: #ad8b68;
}
.lang__button {
  padding: 0;
  border: none;
  color: inherit;
  font-weight: 500;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}
.lang__button:hover,
.lang__button:focus {
  color: #ad8b68;
}
@media (min-width: 1024px) {
  .lang__button {
    font-size: 13px;
  }
}
.nav {
  color: #4c4c4c;
}
.nav .button-burger.active + .nav__list {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s, visibility 0s 0s;
}
.nav .only-mobile .nav__link {
  font-size: 16px;
  color: #A9A9A9;
}
.nav__list {
  opacity: 0;
  margin: 0;
  list-style: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 54px;
  padding: 7px 13px;
  background-color: #202223;
  transition: opacity 0.2s, visibility 0s 0.2s;
  visibility: hidden;
}
.nav__item {
  margin-bottom: 7px;
}
.nav__link {
  position: relative;
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
  font-size: 15px;
  text-align: right;
  color: #c5c5c5;
}
.nav__link:hover,
.nav__link:focus {
  color: #AD8B71;
  opacity: 1!important;
}
.nav__link::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 2px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: #343434;
}
.nav__link.active {
  color: #ad8b68;
}
.nav__link.active::before {
  width: 92px;
  background-color: #ad8b68;
}
@media (min-width: 1024px) {
  .nav__list {
    display: flex;
    position: relative;
    opacity: 1;
    visibility: visible;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    background-color: transparent;
  }
  .nav__item {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .nav__link {
    font-size: 13px;
    font-weight: 600;
    transition: color 0.2s;
  }
  .nav__link:hover::before,
  .nav__link:focus::before {
    width: 44px;
    background-color: #ad8b68;
  }
  .nav__link::before {
    width: 0;
    top: auto;
    bottom: -5px;
    left: 0;
    height: 2px;
    transition: width 0.2s, bacground-color 0.2s;
  }
  .nav__link.active::before {
    width: 44px;
  }
}
@media (min-width: 1630px) {
  .nav__item {
    margin-right: 40px;
  }
}
.main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  padding-top: 54px;
  box-sizing: border-box;
}
.main--inner {
  height: auto;
}
.main--inner .main__title {
  position: relative;
  margin: 0;
  width: 100%;
  color: #2E8D71;
  font-size: 20px;
  text-align: right;
  font-weight: 400;
  padding: 0 13px;
  margin-top: 6px;
  box-sizing: border-box;
}
.main--inner .main__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 92px;
  height: 2px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-color: #2E8D71;
}
.main__block-wrapper {
  position: relative;
  z-index: 2;
  margin-top: -40px;
}
.main__block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  background-size: cover;
  background-position: center;
}
.main__block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  transition: background-color 0.4s 0.4s;
}
.main__block--first {
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
  margin-bottom: -5%;
}
.main__block--first .main__title:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url(../images/icons/bg-dots.svg);
  background-repeat: no-repeat;
  z-index: -1;
  top: -100%;
  left: -20px;
  opacity: 0.05;
}
.main__block--second {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  margin-top: -5%;
}
.main__block--second::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  transform: rotate(-5deg);
  transform-origin: top right;
}
.main__block--second .main__title:before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background-image: url(../images/icons/bg-lines.svg);
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
  top: -100%;
  right: -20px;
  opacity: 0.05;
}
.main__block.active {
  clip-path: none;
  flex-grow: 0;
  position: fixed;
  z-index: 3;
  top: 54px;
  left: 0;
  height: 53px;
  width: 100%;
  margin: 0;
}
.main__block.active::after {
  background-color: #292c2d;
  transition: opacity 0s 0s;
}
.main__block.active::before {
  display: none;
}
.main__block.active .main__title {
  margin-bottom: 2px;
}
.main__block.active .main__button-box {
  display: flex;
}
.main__block.active .main__button-box .button {
  min-width: 95px;
  margin: 0;
  padding: 5px;
}
.main__block.active .main__button-box .button:not(:last-child) {
  margin-right: 10px;
}
.main__block.active .main__block-wrapper {
  display: flex;
  align-items: center;
  margin-top: 0!important;
}
.main__block.active .main__block-wrapper .main__title-box {
  margin-right: 10px;
  padding-left: 20px;
}
.main__block.active .main__block-wrapper .button {
  /* font-size: 10px; */
  padding: 4px 0px;
  padding-bottom: 5px;
}
.main__block.active .main__block-wrapper .button--bid {
  padding: 0;
  order: 2;
  width: 27px;
  min-width: 27px;
  height: 27px;
  margin-left: 40px;
  margin-right: 0;
  border-width: 1px;
  background-image: url("../images/icons/icon_bid.svg");
  background-repeat: no-repeat;
  background-position: 70% center;
  display: none;
}
.main__block.active .main__block-wrapper .button--bid span {
  display: none;
}
.main__block.active .main__block-wrapper .button:not(:last-child) {
  margin-right: 0;
}
.main__block.active .main__block-button-arrow {
  opacity: 1;
  visibility: visible;
}
.main__title {
  position: relative;
  margin: 0;
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.main__button-box {
  justify-content: center;
}
.main__button-box .button {
  margin: 0 auto;
}
.main__button-box .button:not(:last-child) {
  margin-bottom: 7px;
}
.main__block-button-arrow {
  opacity: 0;
  visibility: hidden;
  padding: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  display: block;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-image: url("../images/icons/icon_arrow-left.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  outline: none;
  transition: opacity 0.2s;
  cursor: pointer;
}
.main__section-title {
  margin: 0;
  font-size: 24px;
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
}
.main__title-subtitle {
  color: #ad8b68;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.visit .main__title-subtitle {
  font-size: 16px!important;
}
.main__title-subtitle-right {
  text-align: right;
}
@media (min-width: 1024px) {
  .main {
    display: flex;
    justify-content: space-between;
    padding: 0;
    flex-direction: row;
    background-size: cover;
    background-position: center;
  }
  .main::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.25);
  }
  .main--inner {
    position: relative;
    flex-direction: column;
    background: #fff;
    padding-top: 110px;
  }
  .main--inner::before {
    display: none;
  }
  .main--inner .main__title {
    position: absolute;
    font-size: 250px;
    font-weight: 700;
    top: -600px;
    left: 300px;
    transform: rotate(90deg);
    transform-origin: top left;
    opacity: 0.3;
  }
  .main--inner .main__title::before {
    display: none;
  }
  .main--inner .section {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 100px;
    padding-top: 30px;
  }
  .main--inner .news__list {
    display: block;
    justify-content: flex-start;
    margin: 0 auto;
  }
  .main__title-bg {
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* transform: translate(-36%, -50%); */
    color: rgba(255, 255, 255, 0.5);
    font-size: 28vh;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
  }
  .main__block {
    position: relative;
    width: 35%;
    min-width: 500px;
    margin: 0;
    z-index: 3;
    padding: 0 64px;
    box-sizing: border-box;
  }
  .main__block::after {
    background-color: #292c2d;
  }
  .main__block--first {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    padding-right: 100px;
    margin-right: auto;
  }
  .main__block--first.active {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    transform: translateX(-70%);
    margin-right: auto;
  }
  .main__block--first .main__title,
  .main__block--first .main__block-text {
    text-align: left;
  }
  .main__block--first .main__button-box {
    justify-content: flex-start;
  }
  .main__block--first .main__block-button-arrow {
    right: -40px;
    left: auto;
    background-image: url("../images/icons/icon_arrow-right.svg");
    background-size: 20px;
    background-position: center;
    transform: translateY(4px);
  }
  .main__block--second {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    padding-left: 100px;
  }
  .main__block--second.active {
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(70%);
  }
  .main__block--second.main__block.active .main__block-wrapper {
    align-items: flex-end;
  }
  .main__block--second .main__title,
  .main__block--second .main__block-text {
    text-align: right;
  }
  .main__block--second .main__button-box {
    justify-content: flex-end;
  }
  .main__block--second .main__block-button-arrow {
    left: -40px;
    order: -1;
    background-image: url("../images/icons/icon_arrow-left.svg");
    background-size: 20px;
    background-position: center;
    transform: translateY(4px);
  }
  .main__block.active {
    position: relative;
    top: auto;
    left: auto;
    height: 100%;
    width: 33%;
  }
  .main__block.active::after {
    background-color: rgba(41, 44, 45, 0.9);
  }
  .main__block.active .main__block-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .main__block.active .main__block-wrapper .main__title-box {
    padding: 0;
    margin-right: 0;
  }
  .main__block.active .main__block-wrapper .main__button-box .button {
    /* font-size: 16px; */
    /* padding: 10px; */
    /* padding-bottom: 11px; */
  }
  .main__block.active .main__block-wrapper .main__button-box .button--bid {
    width: auto;
    height: auto;
    background-image: none;
    display: block;
  }
  .main__block.active .main__block-wrapper .main__button-box .button--bid span {
    display: block;
  }
  .main__block.active .main__button-box .button {
    min-width: 140px;
    padding: 12px 20px;
    padding-bottom: 13px;
  }
  .main__block.active .main__button-box .button:not(:last-child) {
    margin-right: 40px;
  }
  .main__block.active .main__title {
    margin-bottom: 20px;
  }
  .main__block.active .main__block-wrapper {
    opacity: 1;
  }
  .main__block.active .main__block-button-arrow {
    opacity: 1;
    visibility: visible;
  }
  .main__block.active .main__block-button-arrow:hover,
  .main__block.active .main__block-button-arrow:focus {
    opacity: 0.8;
  }
  .main__block.active .main__curator-box,
  .main__block.active .main__title-subtitle,
  .main__block.active .main__title,
  .main__block.active .main__block-text,
  .main__block.active .main__button-box {
    transition: opacity 0.2s;
    opacity: 0;
  }
  .main__block-wrapper {
    width: 100%;
    margin-top: 0;
  }
  .main__title {
    display: block;
    width: 100%;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .main__block-text {
    margin: 0;
    width: 100%;
    color: #a5a5a5;
    font-size: 14px;
    margin-bottom: 50px;
  }
  .main__button-box {
    display: flex;
  }
  .main__button-box .button {
    margin: 0;
  }
  .main__button-box .button:not(:last-child) {
    margin: 0;
    margin-right: 40px;
  }
  .main__block-button-arrow {
    width: 70px;
    height: 55px;
    top: auto;
    right: auto;
    transform: translateY(0);
    background-size: 50px;
    margin-top: -5px;
  }
  .main__curator-box {
    position: absolute;
    opacity: 0;
    top: -130px;
    max-width: 80%;
    transition: opacity 0.3s;
  }
  .main__section-title {
    font-size: 40px;
    text-align: left;
  }
}
@media (min-width: 1630px) {
  .main__title {
    font-size: 52px;
  }
  .main__block.active .main__button-box .button {
    /* min-width: 180px; */
  }
  .main__block.active .main__curator-box,
  .main__block.active .main__title-subtitle,
  .main__block.active .main__title,
  .main__block.active .main__block-text,
  .main__block.active .main__button-box,
  .main__block.active .main__block-wrapper {
    opacity: 1;
  }
  .main__block--first.active,
  .main__block--second.active {
    transform: none;
  }
  .main__block--first .main__block-button-arrow,
  .main__block--second .main__block-button-arrow {
    position: relative;
    right: auto;
    left: auto;
  }
  .main__block-button-arrow {
    background-size: 20px;
  }
  .main__title-box {
    position: relative;
    display: flex;
  }
}
.post__image-box {
  width: 100%;
  height: 144px;
}
.post__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post__content {
  padding: 7px 16px;
}
.post__title {
  margin: 0;
  color: #343434;
  font-size: 18px;
  margin-bottom: 7px;
}
.post__date {
  color: #2E8D71;
  font-size: 12px;
  margin-bottom: 12px;
}
.post__text {
  margin: 0;
  color: #000;
  font-size: 12px;
}
.contact-page__map-box {
  width: 100%;
  height: 144px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: 7px;
}
.contact-page__content {
  padding: 15px 19px;
}
.contact-page__box {
  margin-bottom: 8px;
}
.contact-page__name {
  display: block;
  color: #343434;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 2px;
}
.contact-page__link {
  display: block;
  color: #7AC5AF;
  font-size: 14px;
  font-weight: 300;
}
.contact-page__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 2px;
}
.contact-page__item {
  position: relative;
  font-weight: 300;
  padding-left: 4px;
}
.contact-page__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 2px;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #7AC5AF;
}
.contact-page__buttons {
  margin-top: 12px;
}
.contact-page__buttons .button {
  min-width: 0;
  width: 95px;
  font-size: 10px;
  padding: 7px 2px;
  margin-right: 11px;
  margin-bottom: 12px;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
  .swiper-slide {
    width: auto!important;
  }
}
@media (min-width: 1630px) {
  .curator {
    display: flex !important;
    align-items: center;
  }
  .curator__avatar-wrapper {
    width: 75px;
    min-width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
  }
  .curator__avatar {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .curator__name {
    position: relative;
    margin: 0;
    display: block;
    font-size: 16px;
    color: #343434;
    font-weight: 700;
    padding-right: 50px;
    margin-right: 50px;
  }
  .curator__name::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #4EAE92;
  }
  .curator__name span {
    display: block;
  }
  .curator__name span:first-child {
    font-weight: 400;
    font-size: 14px;
    opacity: 0.5;
  }
  .curator__link {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #8ab3a7;
    margin-bottom: 5px;
  }
  .curator__text {
    margin: 0;
    font-size: 10px;
    color: #7a7a7a;
    min-width: 180px;
  }
}
.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.popup--small .popup__box {
  max-width: 730px;
}
.popup--thin .popup__box {
  max-width: 500px;
  height: 200px;
}
.popup.active {
  display: block;
}
.popup.active .popup__close {
  animation: popupBoxShow 0.2s ease-in-out forwards;
}
.popup.active .popup__box {
  animation: popupShow 0.3s ease-in-out forwards;
}
.popup.active.removing .popup__close {
  animation: popupBoxHide 0.3s ease-in-out forwards;
}
.popup.active.removing .popup__box {
  animation: popupHide 0.3s ease-in-out forwards;
}
.popup__map {
  height: 400px;
  width: 100%;
}
.popup__close {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 6, 6, 0.75);
  padding: 10px;
  box-sizing: border-box;
}
.popup__close--white {
}
.popup__close--white .button-close {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.popup__box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  background-color: #292c2d;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  /* max-height: calc(100vh - env(safe-area-inset-bottom);); */
  /* overflow: scroll; */
  /* margin-bottom: env(safe-area-inset-bottom); */
}
.popup__box--column {
  align-items: center;
  justify-content: center;
}
.popup__box .button-close {
  position: absolute;
  top: -40px;
  right: 0;
}
.popup__header {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
.popup__header::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(52, 52, 52, 0.45);
}
.popup__title {
  position: relative;
  margin: 0;
  z-index: 2;
  font-size: 20px;
  color: #fff;
}
.popup__content {
  padding: 20px 10px;
  flex-grow: 1;
}
.popup__text {
  margin: 0;
  font-size: 14px;
  text-align: center;
  margin-bottom: 45px;
}
@media (min-width: 1024px) {
  .popup__box {
    flex-direction: row;
  }
  .popup__box--column {
    flex-direction: column;
  }
  .popup__header {
    width: 200px;
    min-width: 200px;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  }
  .popup__title {
    font-size: 24px;
    font-weight: 500;
  }
  .popup__content {
    padding: 40px 75px;
    padding-right: 125px;
  }
}
@keyframes popupShow {
  from {
    transform: scale(0.7);
  }
  to {
    transform: scale(1);
  }
}
@keyframes popupHide {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
@keyframes popupBoxShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popupBoxHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.crumbs {
  padding: 0;
  list-style: none;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}
.crumbs__item:not(:last-child) {
  display: flex;
  align-items: center;
}
.crumbs__item:not(:last-child)::after {
  content: "/";
  color: #C0C0C0;
  padding: 0 6px;
  font-size: inherit;
}
.crumbs__link {
  font-size: inherit;
  color: #ad8b68;
  transition: color 0.2s;
}

.crumbs__link:first-child {
  margin-left: 0;
}
.crumbs__link:hover,
.crumbs__link:focus,
.crumbs__link:active,
.crumbs__link.active {
  color: #8A8A8A;
}
@media (min-width: 1024px) {
  .crumbs {
    font-size: 14px;
  }
}
.cookie {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 45px;
  max-width: 400px;
  background-color: #fff;
  padding: 10px 15px;
  margin: 0 15px;
  opacity: 0;
  transform: translateX(150%);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease-in-out, opacity 0.5s;
  box-sizing: border-box;
}
.cookie.active {
  opacity: 1;
  transform: translateX(0);
}
.cookie__title {
  margin: 0;
  color: #525252;
  font-size: 14px;
  margin-bottom: 15px;
}
.cookie__text {
  margin: 0;
  color: #525252;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 15px;
}
.cookie .button {
  margin-right: auto;
}
.cookie .link {
  font-weight: 600;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .cookie {
    flex-wrap: nowrap;
    padding: 15px 25px;
    bottom: 45px;
    margin: 0 45px;
  }
  .cookie__text {
    margin: 0;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .cookie__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .cookie .link {
    font-size: 12px;
  }
  .cookie .button {
    padding: 5px 18px;
    font-size: 14px;
  }
}
.form .button {
  padding-left: 20px;
  padding-right: 20px;
}
.form__label {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 15px;
}
.form__label.active .form__label-text {
  color: #A9A9A9;
  transform: translateY(-110%) scale(0.8);
  transform-origin: top left;
}
.form__label-text {
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 15px;
  color: #515454;
  font-weight: 500;
  transform-origin: top left;
  transition: transform 0.2s ease-in-out, color 0.2s;
  cursor: pointer;
}
.form__input {
  border: none;
  width: 100%;
  color: #ececec;
  font-size: 15px;
  padding: 5px;
  border-bottom: 1px solid rgb(70, 74, 76);
  box-sizing: border-box;
  transition: border-color 0.2s;
  outline: none;
  background-color: #292c2d;
}
.form__input:focus {
  border-color: #ad8a68;
}
.form__input:focus + .form__label-text {
  color: #A9A9A9;
  transform: translateY(-110%) scale(0.8);
}
.form__box {
  margin-bottom: 20px;
}
.questionnaire-header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 13px 31px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2);
}
.questionnaire-header__title {
  margin: 0;
  font-size: 60px;
  color: #525252;
}
.questionnaire-header__image {
  position: absolute;
  top: 50%;
  right: 39px;
  transform: translateY(-50%);
}
.questionnaire-main {
  flex-grow: 1;
  padding-top: 102px;
}
.questionnaire-main__image {
  margin-bottom: 50px;
}
.questionnaire-main__text {
  margin: 0;
  font-size: 36px;
  font-weight: 300;
  color: #383838;
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
  margin-bottom: 140px;
}
.questionnaire-main .section {
  padding: 30px 35px;
}
.questionnaire-main .tarif__list {
  justify-content: space-between;
}
.questionnaire-main .tarif__item {
  margin: 0;
  width: calc(50% - 14px);
  margin-bottom: 21px;
}
.questionnaire-main .tarif__item .button {
  font-size: 22px;
  padding: 8px 25px;
  padding-top: 6px;
}
.questionnaire-main .form {
  flex-grow: 1;
  padding: 0 97px;
}
.questionnaire-main .form__label {
  margin-bottom: 40px;
}
.questionnaire-main .form__label-text,
.questionnaire-main .form__input {
  font-size: 36px;
  font-weight: 300;
  color: #989898;
}
.questionnaire-main .checkbox__indicator {
  width: 26px;
  min-width: 26px;
  height: 26px;
  margin-top: -3px;
  margin-right: 21px;
}
.questionnaire-main .checkbox__indicator::before {
  width: 18px;
  height: 8px;
  top: 5px;
  left: 3px;
}
.questionnaire-main .checkbox__text {
  font-size: 18px;
  color: #555555;
}
.questionnaire-main .checkbox {
  margin-bottom: 150px;
}
.questionnaire-main .button {
  font-size: 36px;
  font-weight: 600;
  padding: 20px 35px;
  padding-top: 16px;
  margin: 0 auto;
}
.tab {
  position: fixed;
  z-index: 9;
  top: 106px;
  left: auto;
  right: auto;
  height: calc(100vh - 106px + env(safe-area-inset-bottom));
  background-color: #292c2d;
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  box-sizing: border-box;
}
.tab.active {
  animation: up 0.4s ease-in-out forwards;
}
.tab.active.removing {
  animation: down 0.4s ease-in-out forwards;
}
.tab__box {
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.ios .tab__box {
  padding-bottom: 67px;
}
.tab__box.active {
  display: block;
}
.tab__nav {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  height: 25px;
  overflow-x: auto;
  width: 100%;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  background-color: #292c2d;
  display: none;
}
.tab__nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
}
.tab__nav-link {
  display: block;
  color: #000;
  font-size: 11px;
  text-decoration: none;
  font-weight: 400;
  white-space: nowrap;
  padding: 6px 6px;
}
.tab__nav-link.active,
.tab__nav-link:active,
.tab__nav-link:hover {
  color: #7AC5AF;
  font-weight: 600;
}
@keyframes up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes down {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes toLeftBig {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateX(0%);
  }
}
@media (min-width: 1024px) {
  .tab {
    padding-top: 0;
    transform: none;
    transition: none;
    height: 100vh;
    width: 95vw;
    display: none;
  }
  .tab.active {
    top: 0;
    height: 100vh;
    display: block;
  }
  .tab.to-left {
    animation: toLeft 0.4s ease-in-out forwards;
    clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
  }
  .tab.to-left.removing {
    animation: removingnLeft 0.4s ease-in-out forwards;
  }
  .tab.to-right {
    left: 0;
    animation: toRight 0.4s ease-in-out forwards;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
  }
  .tab.to-right.removing {
    animation: removingnRight 0.4s ease-in-out forwards;
  }
  .tab__nav {
    background-color: transparent;
    box-shadow: none;
    transform-origin: top right;
    width: auto;
    height: auto;
    overflow: hidden;
    top: 92%;
    right: 60px;
    left: auto;
    transform: translate(0, 100%) rotate(90deg);
    display: block;
  }
  .tab__nav-link {
    color: #5f5f5f;
    font-size: 1.8vh;
    padding: 12px 1.5vh;
    border-radius: 25px;
    transition: color 0.2s;
  }
  .tab__nav-link:hover,
  .tab__nav-link.active {
    font-weight: 400;
    color: #8e745a;
  }
  .tab__box {
    padding-top: 0;
  }
  .tab__box--first {
    padding-left: 100px;
    padding-right: 130px;
  }
  .tab__box--second {
    padding-left: 130px;
    padding-right: 100px;
  }
  .tab__box--second .tab__nav {
    transform-origin: top left;
    right: auto;
    left: 90px;
    top: 10%;
  }
  .tab__box--second .caworking .section__bg-text {
    right: auto;
    left: -200px;
  }
  .tab__box--second .footer {
    margin-left: -130px;
    margin-right: -100px;
    padding-right: 100px;
  }
}
@keyframes toLeft {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateX(5vw);
  }
}
@keyframes removingnLeft {
  from {
    transform: translateX(5vw);
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes toRight {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateX(-1vw);
  }
}
@keyframes removingnRight {
  from {
    transform: translateX(-1vw);
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@media (min-width: 1630px) {
  .tab {
    top: auto;
    right: 0;
    width: 70vw;
  }
  .tab.to-left {
    animation: toLeftBig 0.4s ease-in-out forwards;
    clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  }
  .tab.to-left.removing {
    animation: removingnLeftBig 0.4s ease-in-out forwards;
  }
  .tab.to-right {
    left: 0;
    animation: toRightBig 0.4s ease-in-out forwards;
    clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  }
  .tab.to-right.removing {
    animation: removingnRightBig 0.4s ease-in-out forwards;
  }
  .tab__box--first {
    padding-left: 120px;
  }
  .tab__box--first .footer {
    margin-left: -130px;
  }
  .tab__box--second .footer {
    padding-right: 150px;
  }
}
@keyframes removingnLeftBig {
  from {
    transform: translateX(0%);
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes toRightBig {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateX(0vw);
  }
}
@keyframes removingnRightBig {
  from {
    transform: translateX(-10%);
  }
  50% {
    opacity: 1;
  }
  to {
    transform: translateX(-100%);
    opacity: 0;
  }
}
.section {
  padding: 15px 15px;
  padding-top: 20px;
  width: 100%;
}
.section__list {
  padding: 0;
  margin: 0 -14px;
  list-style: none;
  justify-content: space-around;
}
.section__list.flex .section__item {
  width: 88px;
  height: 88px;
  margin: 0 5px;
  margin-bottom: 5px;
  flex-direction: column;
}
.section__list-link {
  display: block;
  max-width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__list-image {
  display: block;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.section__title {
  margin: 0;
  color: #ad8b68;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.section__text {
  margin: 0;
  font-size: 12px;
  color: #ececec;
  margin-bottom: 7px;
}
.section__images {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 7px;
}
.section__advantage-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #8e745a;
  margin: 0 auto;
  margin-bottom: 10px;
}
.section__item-text {
  margin: 0;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .section {
    position: relative;
    min-height: calc(100vh - 110px);
    padding: 11px 45px;
    padding-top: 110px;
  }
  .section__images {
    height: 330px;
    margin-bottom: 40px;
  }
  .section__text {
    position: relative;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .section__text::before {
    content: "";
    position: absolute;
    display: block;
    width: 82px;
    height: 3px;
    bottom: 0;
    background-color: #ad8b68;
  }
  .section__bg-text {
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    bottom: -10px;
    right: -370px;
    color: #6f6a65;
    font-size: 200px;
    font-weight: 600;
    white-space: nowrap;
    -ms-user-select: none;
    user-select: none;
  }
  .section__bg-text--left {
    right: auto;
    left: 0;
    transform: rotate(90deg) translate(-50%, -50%);
    transform-origin: top left;
  }
  .section__advantage-icon {
    width: 80px;
    height: 80px;
  }
  .section__advantage-icon .icon {
    transform: scale(1.2);
    transform-origin: center;
  }
  .section__item-text {
    font-size: 18px;
  }
  .section__list {
    justify-content: flex-start;
    max-width: 900px;
    margin: 0 -15px;
  }
  .section__list.flex .section__item {
    width: calc(33% - 30px);
    height: 290px;
    margin: 0 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .section__list.flex .section__item img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  }
  .section__list-link {
    height: 90px;
  }
}
.coworking__block {
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 500;
  width: 100%;
}

.coworking__block img {
  max-width:100%;
  width: 100%;
  height: auto!important;
}
@media (min-width: 1024px) {
  .coworking__tab-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex !important;
    margin-bottom: 28px;
  }
  .coworking__tab-item {
    font-size: 20px;
    color: #a3a3a3;
  }
  .coworking__tab-item:not(:last-child) {
    margin-right: 6px;
  }
  .coworking__tab-item:not(:last-child)::after {
    content: "";
    padding-left: 20px;
  }
  .coworking__tab-button {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s;
    outline: none;
  }
  .coworking__tab-button:hover,
  .coworking__tab-button:focus,
  .coworking__tab-button.active {
    color: #c1a78d;
  }
  .coworking__block {
    display: none;
    font-size: 18px;
  }
  .coworking__block.active {
    display: block;
  }
}
.advantages .section__list {
  justify-content: flex-start;
}
.advantages .section__list.flex .section__item {
  width: 33.333%;
  height: 103px;
  margin: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .advantages .section__list {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    margin: 0;
    margin-bottom: -65px;
  }
  .advantages .section__list.flex .section__item {
    width: 20%;
    height: 135px;
    margin: 0;
    margin-bottom: 65px;
  }
  .advantages .section__bg-text {
    right: auto;
    left: 60px;
    bottom: auto;
    top: 70%;
    transform: rotate(-90deg);
    font-size: 100px;
    color: #6f6a65;
    transform-origin: bottom left;
  }
}

.tarif__list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 0 auto;
}
.tarif__item {
  padding: 20px 0;
  padding-bottom: 18px;
  width: 100%;
  max-width: 500px;
  margin: 0 8px;
  margin-bottom: 8px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 15px 30px -15px rgba(122, 197, 175, 0.3);
}
.container-fluid .tarif__item {
  margin: 20px 20px;
  width: calc(50% - 40px);
}
.container-fluid .tarif__list {
  margin: 0!important;
  justify-content: center;
}
.tarif__item .button {
  margin: 0 auto;
  margin-top: auto!important;
}
.tarif__item-header {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f3f3f3;
}
.tarif__item-title {
  margin: 0;
  color: #343434;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
  padding: 0 15px;
}
.tarif__price {
  margin: 0;
  display: block;
  color: #39B7C2;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}
.tarif__text {
  margin: 0;
  font-size: 14px;
  text-align: center;
}
.tarif__item-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 25px;
}
.tarif__item-item {
  font-size: 14px;
  position: relative;
  padding: 10px 30px;
  text-align: center;
  border-bottom: 1px solid #f3f3f3;
  color: #434444;
}
@media (min-width: 1024px) {
  .tarif__list {
    justify-content: flex-start;
    margin: 0 -40px;
  }
  .tarif__item {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 30px 0px;
    padding-bottom: 34px;
    width: calc(50% - 80px);
    transition: box-shadow 0.2s;
    margin: 0 40px;
    margin-bottom: 50px;
    overflow: hidden;
  }
  .tarif__item::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    transform: translateY(-4px);
    background-color: #8e7256;
    transition: transform 0.2s;
  }
  .tarif__item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .tarif__item:hover::before {
    transform: translateY(0);
  }
  .tarif__item:hover .tarif__item-title {
    color: #8e7256;
  }
  .tarif__item .button:hover,
  .tarif__item .button:active {
    border-color: #8e7256;
    background-color: #8e7256;
  }
  .tarif__item-title {
    font-size: 24px;
    margin-bottom: 10px;
    transition: color 0.2s;
  }
  .tarif__item-header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .tarif__price-box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .tarif__price {
    font-size: 30px;
  }
  .tarif__text {
    color: #848484;
    padding-bottom: 5px;
  }
  .tarif__text::before {
    content: "/";
    padding: 0 5px 0 5px;
  }
  .tarif__item-list {
    margin-bottom: 25px;
  }
  .tarif .section__bg-text {
    right: auto;
    left: 60px;
    bottom: auto;
    top: 70%;
    transform: rotate(-90deg);
    transform-origin: bottom left;
  }
}
.hall__image-box {
  position: relative;
  margin-bottom: 5px;
}
.hall__image {
  position: relative;
  width: 100%;
}
.hall__image-button {
  padding: 0;
  border: none;
  background-color: transparent;
  display: block;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  padding-top: 1px;
}
.hall__image-button--1 {
  bottom: 20%;
  right: 40%;
}
.hall__image-button--2 {
  top: 14%;
  right: 40%;
}
.hall__image-button--3 {
  top: 15%;
  right: 3%;
}
.hall__image-button--4 {
  left: 20%;
  top: 14%;
}
.hall__tab {
  margin-bottom: 6px;
}
.hall__tab-button {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 65px;
  font-weight: 300;
  background-color: #fff;
  border: 1px solid #7AC5AF;
  cursor: pointer;
}
.hall__tab-button.active {
  color: #fff;
  background-color: #7AC5AF;
}
.hall__tab-button.active .hall__tab-button-name {
  color: #fff;
}
.hall__tab-button.active + .hall__tab-content {
  display: block;
}
.hall__tab-content {
  display: none;
}
.hall__tab-button-name {
  display: block;
  color: #7AC5AF;
  font-size: 24px;
  font-weight: 500;
}
.hall__text {
  margin: 0;
  border: 1px solid #7AC5AF;
  border-top: none;
  padding: 11px 15px;
}
.hall__tab-content-box {
  border: 1px solid #7AC5AF;
  border-top: none;
  padding: 3px;
}
@media (min-width: 1024px) {
  .hall__image-box {
    margin-bottom: 30px;
  }
  .hall__image-button {
    width: 58px;
    height: 58px;
    font-size: 34px;
    font-weight: 500;
    border-width: 3px;
    outline: none;
    transition: background 0.2s, color 0.2s;
    cursor: pointer;
  }
  .hall__image-button:hover,
  .hall__image-button:focus,
  .hall__image-button.active {
    background-color: #fff;
    color: #4EAE92;
  }
  .hall__tab-button {
    text-align: left;
    align-items: flex-start;
    font-size: 40px;
    font-weight: 300;
    height: auto;
    border: none;
    cursor: default;
    outline: none;
  }
  .hall__tab-button.active {
    background-color: #fff;
    color: #343434;
  }
  .hall__tab-button.active .hall__tab-button-name {
    color: #7AC5AF;
  }
  .hall__tab-button-name {
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
  }
  .hall__tab-button-text {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: 700;
  }
  .hall__tab-button-text::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #7AC5AF;
  }
  .hall__text {
    border: none;
    font-size: 18px;
    padding: 0;
    margin-bottom: 35px;
  }
  .hall__tab {
    display: none;
  }
  .hall__tab.active {
    display: block;
  }
  .hall__tab.active .hall__tab-content {
    display: block;
  }
  .hall .section__bg-text {
    right: -50px;
  }
}
.gallery__wrapper {
  width: calc(100vw - 28px);
}
.gallery__list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.gallery__item {
  width: 100%;
  max-width: 280px;
  background: #292c2d;
  /* box-shadow: 0px 15px 30px -15px rgba(122, 197, 175, 0.3); */
  margin-bottom: 10px;
}
.gallery__item:not(:last-child) {
  margin-right: 10px;
}
.gallery__image-box {
  display: block;
  width: 100%;
  height: 284px;
}
.gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__item-text {
  margin: 0;
  padding: 15px 5px;
  font-size: 11px;
  text-align: center;
  color: #ececec;
  font-weight: 300;
}
.gallery__item-text span {
  display: block;
}
@media (min-width: 1024px) {
  .gallery__wrapper {
    width: 100%;
  }
  .gallery__list {
    flex-wrap: wrap;
    min-width: 100%;
    margin: 0 -10px;
  }
  .gallery__item {
    margin: 0;
    max-width: 100%;
    max-width: calc(33% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
  }
  .gallery__item .gallery__image-box {
    height: 315px;
  }
  .gallery__item-text {
    font-size: 14px;
    font-weight: 400;
    color: #b3b3b3;
  }
}
.news__list {
  margin: 0 -9px;
  padding: 0;
  list-style: none;
}
.news__item {
  background: #FFFFFF;
  box-shadow: 0px 30px 30px -15px rgb(36, 38, 39);
  margin: 0 15px;
  margin-bottom: 30px;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
}
.news__item .button {
  font-size: 10px;
  min-width: 0;
  padding: 12px 40px;
  margin-right: auto;
}

.text-accent {
  color: #ad8b68;
}

.text-accent:hover {
  color: #ad8b68!important;
}

.news__image-box {
  width: 100%;
  position: relative;
  padding-top: calc(380 / 730 * 100%);
}
.news__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.news__item-content {
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  padding-bottom: 25px;
}
.news__item-title {
  margin: 0;
  color: #343434;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
}
.news__date {
  color: #b7b7b7;
  font-size: 10px;
  margin-bottom: 5px;
}
.news__date--inner {
  width: 100%;
  color: #A9A9A9;
  font-size: 12px;
  margin-bottom: 7px;
}
.news__text {
  margin: 0;
  color: #757575;
  font-size: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-img-blog-detail {
  border-radius: 3px;
  overflow: hidden;
}
.news__container {
  padding: 20px 15px;
  margin-bottom: 30px;
  background: #fff;
}
.news__title {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}

.news__content {
  font-size: 14px!important;
  color: #292c2d;
}

.news__content br {
  display: none;
}

.news__content p br {
  display: unset;
}

.news__content p {
  font-size: 12px;
  color: #292c2d;
  overflow: hidden;
}

.news__content img {
  width: 100%;
}

@media (min-width: 560px) {
  .news__list {
    justify-content: flex-end;
  }
  li.news__item {
    width: calc(50% - 30px);
    margin: 0 15px 40px;
  }
}

@media (min-width: 1024px) {
  .news__list {
    justify-content: flex-start;
    margin: 0 -25px;
  }
  li.news__item {
    width: calc(50% - 30px);
    margin: 0 15px 40px;
  }
  .news__item {
    position: relative;
  }
  .news__item::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    transform: translateY(-4px);
    background-color: #8e745a;
    transition: transform 0.2s;
  }
  .news__item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .news__item:hover::before {
    transform: translateY(0);
  }
  .news__item .button, .tarif__item .button {
    margin: 0 auto;
    padding: 12px 40px;
    font-size: 14px;
  }
  .news__image-box {
    display: block;
    margin-bottom: 0;
  }
  .news__item-content {
    flex-grow: 1;
    padding: 20px 20px;
    padding-bottom: 25px;
  }
  .news__item-title {
    font-size: 22px;
  }
  .news__date {
    font-size: 12px;
  }
  .news__date--inner {
    width: auto;
    margin-left: auto;
    color: #A9A9A9;
    font-size: 14px;
    font-weight: 500;
  }
  .news__text {
    font-size: 14px;
  }
  .news__container {
    padding: 20px 15px;
  }
  .news__title-box {
    margin-bottom: 15px;
  }
  .news__title {
    margin: 0;
    font-size: 30px;
  }
  .news__content p {
    font-size: 14px;
  }
}
.social {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.social__item {
  margin-right: 11px;
}

.social__item:last-child {
  margin-right: 0;
}
.social__link {
  display: block;
}
.social__link .icon {
  fill: #ad8b68;
}
.social__link:hover .icon,
.social__link:focus .icon {
  fill: #2E8D71;
}
.footer {
  position: relative;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.05);
  padding: 13px 21px;
  background-color: #292c2d;
}
.footer__contacts {
  margin-bottom: 15px;
}
.footer__logo-box {
  position: absolute;
  top: 12px;
  right: 31px;
}
.footer__buttons .link {
  color: #a5a5a5;
}
@media (min-width: 1024px) {
  .footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 9;
    margin-left: -100px;
    margin-right: -130px;
    padding: 24px 60px;
    padding-left: 190px;
  }
  .footer__logo-box {
    right: auto;
    top: 50%;
    left: 45px;
    transform: translateY(-50%);
  }
  .footer__logo {
    width: 100px;
  }
  .footer__buttons .button {
    font-size: 12px;
    padding-bottom: 9px;
    margin-bottom: 10px;
  }
  .footer__buttons .button:not(:last-child) {
    margin-right: 15px;
  }
  .footer__buttons .link {
    width: 100%;
    padding-left: 50px;
    box-sizing: border-box;
  }
  .footer__right {
    text-align: right;
  }
  .footer__right .footer__social {
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .clients .section__list {
    max-width: 100%;
  }
}
.only-desktop {
  display: none;
}
.inner {
  padding-top: 54px;
  padding-top: 80px;
}
.inner.visit {
  padding-top: 30px!important;
}
.visit img {
  margin: 80px auto;
}
.visit p {
  font-size: 12px
}
.inner .footer {
  margin: 0;
}
.inner__title {
}
.inner__title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.visit .inner__title {
  font-size: 30px;
  margin: 0 30px;
}
.hidden {
  display: none !important;
}
.container .news__item {
  position: relative;
  margin: 0;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 40px;
}
.container .news__item .button {color: #ad8b68;}
.container .news__date {
  font-weight: 500;
  color: #8A8A8A;
  margin-bottom: 5px;
  display: block;
}
.container .news__date span {
  color: #d6d6d6;
}
.inner__title + .news__date {
  margin-top: -10px;
  margin-bottom: 15px
}

.container .news__item-title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  margin-bottom: 10px;
}
.container .news__item-content {
  padding: 20px 15px;
}
.row__news {
  margin-top: 50px;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .only-mobile {
    display: none;
  }
  .only-desktop {
    display: inherit;
  }
  .title-contacts-info-txt .link {
    font-size: 16px;
  }
  .inner {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-top: 140px;
    box-sizing: border-box;
  }
  .inner.visit {
    min-height: unset!important;
  }
  .inner .crumbs {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .inner .footer {
    margin: 0;
    margin-top: auto;
  }
  .inner__title {
  font-size: 40px;
  }
}
@media (min-width: 1630px) {
  .inner__title {
    left: 185px;
  }
  .inner__title--contacts {
    left: -165px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li 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;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  /* width: 100%; */
  margin-top: 15px;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  margin-top: 15px;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
nav.menu__fix {
  height: 70px;
  display: flex;
  justify-content: center;
  margin: 0;
  float: left;
}
.row--width {
  max-width: 1570px;
  margin: 0 auto;
}
.gallery-left {
  padding-left: 0;
}
.active__mode {
  position: relative;
  display: inline-block;
}
.container {
}
.left-column-blog {
  left: -4px;
}
.map-popup {
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 640px;
  max-height: 360px;
  display: none;
  z-index: 5;
}
.map-popup-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.map-wrap iframe {
  width: 700px;
  height: 500px;
}
.map-popup-js {
  cursor: pointer;
}
@media (min-width: 992px) {
  .logo-head {
    margin-top: 7px;
  }
  .menu__item {
    margin-left: 15px;
  }
  .col-lg-4:hover .title-prev-news {
    color: #2e8d71;
    transition: 0.3s ease-out;
  }
  .col-lg-4 {
    cursor: pointer;
    overflow: hidden;
  }
  .col-lg-4:hover img {
    transition: 0.3s ease-out;
  }
  .lasted-news-block {
    max-width: 169px;
    max-height: 169px;
    overflow: hidden;
  }
}
a.menu__item__link:hover::before {
  content: '';
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  background: #2e8d71;
  left: 15px;
  bottom: 20px;
}
.header__menu {
  line-height: 70px;
}
.menu__fix a {
  color: #4c4c4c;
  font-size: 18px;
  transition: color 0.3s ease;
}
.menu__fix a:hover {
  transition: color 0.3s ease;
  color: #2e8d71;
}
.header_menu__mob {
  border: none;
  outline: none;
  background: none;
  color: #fffde1;
  display: none;
}
@media screen and (max-width: 991px) {
  .header__menu {
    justify-content: center;
    display: none;
    width: 100%;
    background: #fff;
    padding: 0 5vw 5vw 5vw;
    left: 0;
    flex-direction: column;
    height: auto;
    position: fixed;
  }
  .active__mode {
    display: inherit;
  }
  .phone-number {
    text-align: left;
    margin-top: 20px;
    display: block;
  }
  .header__menu .menu____item {
    padding: 20px 0 0;
  }
  .header__menu .menu____item a {
    font-size: 20px;
  }
  .header_menu__mob {
    display: block;
    font-size: 32px;
    color: #000;
    background: #fff;
    margin-left: 20px;
  }
}
@media screen and (max-width: 1680px) {
  .left--blog {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 15.5%;
  }
  .phone-number {
    margin-right: 0px;
  }
  .language {
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 1540px) {
  .move-content--left {
    /* padding-left: 134px; */
  }
}
@media screen and (max-width: 1440px) {
  .left--blog {
    display: flex;
    justify-content: flex-end;
    flex: 0 0 15.5%;
  }
  .move-content--left {
    padding-left: 155px;
  }
}
.move-content--left {
  padding-left: 156px;
}
@media screen and (max-width: 1365px) {
  .row--center {
    padding-left: 10px;
  }
  .left-column-blog {
    left: -5px;
  }
}
@media (min-width: 991px) {
  .menu__fix {
    display: block;
  }
}
/* </MENU css> */
/* <Language css> */
.language {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 15px;
  width: 90px;
  margin-left: 30px;
}
.language__btn {
  color: #7ac5af;
  font-size: 1.6rem;
  padding: 0 0 0 11px;
  border-radius: 45px;
  margin-top: 5px;
}
.language__btn:hover {
  color: #2E8D71;
  transition: all 0.3s ease-out;
}
.language__img {
  background: url(../img/main/language.png) no-repeat center center / contain;
  width: 9px;
  height: 30px;
  position: absolute;
  top: 9px;
  right: 13px;
}
.language__selection {
  display: none;
  text-align: center;
  position: absolute;
  background: #2e8d71;
  border-radius: 7px;
  padding: 1px 0;
  bottom: -22px;
  width: 83px;
}
.language__selection a:first-child {
  border-bottom: 1px solid #fff;
}
.language__selection a {
  color: #fff;
  font-size: 18px;
  display: block;
}
.language__selection a:last-child {
  padding: 0 0 4px 0;
}
.language__selection a:hover {
  background: #fff;
  color: #2e8d71;
}
.language:hover .language__selection {
  display: block;
}
@media screen and (max-width: 991px) {
  .language {
    display: none;
  }
  .move-content--left {
    padding-left: 0px;
  }
}
a.menu__item__link:hover::before {
  content: '';
  position: absolute;
  height: 4px;
  width: 40px;
  display: block;
  background: #2e8d71;
  left: 15px;
  bottom: 20px;
}
/* </Language css> */
/* <Phone number css> */
.phone-number a {
  text-decoration: none;
  font-size: 18px;
  color: #838383;
  vertical-align: middle;
}
.phone-number a:hover {
  text-decoration: none;
  color: #2E8D71;
}
.phone-number a img {
  margin-right: 15px;
  vertical-align: middle;
}
/* </Phone number css> */
.small-mobile-footer {
  position: relative;
}
/* <Adress number css> */
.adress-number {
  text-align: left;
  margin-top: 5px;
  display: none;
}
.adress-number span#adress__head {
  font-size: 18px;
  color: #838383;
  vertical-align: middle;
}
@media (min-width: 577px) and (max-width: 651px) {
  .adress-number span#adress__head {
    font-size: 14px;
  }
}
.adress-number img {
  margin-right: 15px;
  vertical-align: middle;
}
/* </Adress number css> */
/* <Content blog category css> */
section#content-blog-category {
  margin-top: 80px;
}
.left-column-blog {
  position: relative;
}
.left-column-blog::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  display: block;
  background: #e1f1ec;
  left: 0;
  z-index: -1;
}
.middle-container {
  border: 1px solid #e4e4e4;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
  cursor: pointer;
  background-color: #fff;
}
.middle-container:hover:after {
  content: '';
  position: absolute;
  height: 6px;
  width: 100%;
  display: block;
  background: #2E8D71;
  left: 0;
  top: 0;
}
.img-blog-cat {
  position: relative;
  width: 100%;
}
.img-blog-cat img {
  width: 100%;
}
.text-data {
  position: absolute;
  top: 11px;
  right: 6px;
  color: #ffffff;
  font-family: "TT Norms";
  font-size: 12px;
  font-weight: 700;
}
.title-blog-cat {
  margin-top: 15px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #7ac5af;
}
.title-blog-cat p,
.text-blog-cat p {
  margin-bottom: 5px;
}
.text-blog-cat {
  padding: 5px 10px;
  font-size: 12px;
  color: #676767;
}
.button-blog-cat {
  text-align: center;
}
.button-blog-cat a {
  margin: 28px 15%;
  padding: 5px 5px;
  background-color: #7ac5af;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50px;
  display: inline-block;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .left-column-blog {
    display: none;
  }
}
a.menu__item__link:active:before {
  display: none;
}
/* </Content blog category css> */
.h1-title-page {
  display: none;
}
/* <Footer blog category css> */
footer#main-footer-all {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}
.footer-links a {
  display: block;
  text-align: right;
  line-height: 1.5;
  color: #8f8f8f;
  font-size: 14px;
}
.footer-links a:hover {
  color: #2E8D71;
  transition: 0.3s ease-out;
}
.footer-social a {
  display: inline-block;
  float: right;
}
.footer-social a:last-child {
  margin-right: 10px;
}
.contacts-footer {
  float: left;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
.contacts-footer a,
.contacts-footer span {
  color: #8f8f8f;
}
.copy-detelegraph {
  margin-left: 17px;
  margin-top: 10px;
}
.envelo a img,
.phone-footer a img,
.map-you img,
.copy-detelegraph span {
  margin-right: 10px;
}
.phone-footer {
  margin: 10px 0;
}
.buttons-footer a,
.link-footer a {
  font-size: 10px;
}
.block-width {
  width: 340px;
}
.button-footer-call a {
  margin: 15px 0;
  padding: 10px 10px;
  background-color: #7ac5af;
  color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #7ac5af;
}
.link-footer {
  margin-left: 18px;
  width: 50%;
  text-align: left;
}
.link-footer a {
  color: #7ac5af;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-decoration: underline;
  display: block;
}
.logo-footer {
  margin-top: 20px;
}
/* </Footer blog category css> */
@media screen and (max-width: 991px) {
  .adress-number {
    display: block;
  }
  .logo-head {
    margin-top: 8px;
  }
  .header_menu__mob {
    color: #7ac5af;
  }
  a.menu__item__link:active:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 40px;
    display: none;
    background: #2e8d71;
    left: 0;
    bottom: 20px;
  }
  a.hover--line1:hover::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    display: block;
    background: #2e8d71;
    left: -135px;
    bottom: 8px;
  }
  a.hover--line1 {
    position: relative;
  }
  .header__menu {
    margin-top: 60px;
    z-index: 100;
    text-align: right;
    line-height: 40px;
  }
  .menu__item {
    display: block;
    height: 30px;
  }
  .menu__item:hover:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100px;
    display: block;
    right: 170px;
    top: 19px;
  }
  .left-column-off,
  .lang-disable,
  .footer-links-disable {
    display: none;
  }
  .button-footer-call a {
    margin: 5px 0;
  }
  section#content-blog-category {
    margin-top: 0;
  }
  .h1-title-page {
    display: block;
    position: relative;
    height: 70px;
    width: 89%;
  }
}
span#h1-title-page-up {
  color: #349e7f;
  float: right;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
span#h1-title-page-up::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 94px;
  display: block;
  background: #349e7f;
  left: 20px;
  top: 33px;
}
.slider_item {
  padding: 0 70px;
}
@media screen and (max-width: 576px) {
  a.menu__item__link:hover:before {
    display: none;
  }
  a.hover--line1:hover::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 80px;
    display: block;
    background: #2e8d71;
    left: -135px;
    bottom: 8px;
  }
  a.hover--line1 {
    position: relative;
  }
  .rowsall {
    display: flex;
    flex-flow: wrap;
  }
  .element1 {
    width: 40%;
  }
  .element2 {
    width: 20%;
  }
  .element3 {
    width: 40%;
  }
  .element3 {
    order: 0;
  }
  .element2 {
    order: 2;
  }
  .element1 {
    order: 1;
  }
  .phone-number {
    margin-top: 15px;
    margin-bottom: -10px;
  }
  nav.menu__fix {
    margin-top: 0px;
  }
  .header_menu__mob {
    margin-left: 0;
    margin-top: -10px;
    font-size: 24px;
    color: #7ac5af;
  }
  .adress-number {
    margin-top: 0;
  }
  .adress-number img,
  .phone-number img {
    width: 10px;
    height: 10px;
    margin-right: 0;
  }
  .adress-number span#adress__head {
    font-size: 7.5px;
  }
  .phone-number a {
    font-size: 7.5px;
  }
  .phone-number a img {
    margin-right: 5px;
  }
  .logo-head img {
    width: 68px;
    height: 40px;
    margin-top: 10px;
  }
  .footer-social a img {
    width: 30px;
    height: 30px;
  }
  .footer-social {
    margin-top: 20px;
  }
  nav.menu__fix {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .footer-links-disable1 {
    display: none;
  }
  .slider_item {
    padding: 0 30px 0 0;
  }
  .h1-title-page {
    width: 100%;
  }
  .info-gallery-show {
    width: 100%;
  }
  /*
    .name-gallery{
        margin: 0 auto;
    }
*/
  .gallery-left {
    padding-left: 0px;
  }
  .h1--padding {
    padding: 0 15px;
  }
  .map-wrap iframe {
    width: 400px;
    height: 250px;
  }
  .phone-number {
    display: block;
  }
  nav.menu__fix {
    float: none;
    justify-content: flex-end;
  }
  .logo-head {
    text-align: center;
  }
  .row--center {
    display: flex;
    justify-content: center;
  }
  .contact-btn-form a:first-child {
    margin-bottom: 10px;
  }
  .block--left {
    align-self: center;
    flex: none;
    max-width: none;
    display: flex;
    margin-top: 25px;
  }
  .small-mobile-footer::after {
    content: url(../img/main/TELEGRAPH%20logo.svg);
    position: absolute;
    right: 15px;
  }
  .small-mobile-footer {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .header__menu {
    margin-top: 90px;
  }
}
/* <Contacts map section css> */
.contacts-block {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
}

.contacts-map {
  width: 100%;
}

.contacts-content {
  width: 100%;
  padding: 20px 15px 30px;
}
section#contact-map-info {
  
}
.mapp-yaca {
  margin-bottom: 0;
}
.contacts-txt-left {
  position: relative;
}
.contacts--left {
  left: 10px;
}
.contacts-txt-left::before {
  content: '';
  position: absolute;
  height: 140%;
  width: 1px;
  display: block;
  background: #e1f1ec;
  left: 0;
}
.title-contacts-info-txt {
  margin-bottom: 15px;
}

.title-contacts-info-txt:last-child {
  margin-bottom: 0!important;
}

.title-contacts-info-txt .link {
  color: #292c2d;
  font-size: 16px;
}

.title-contacts-info-txt .button--white {
  color: #292c2d;
}

.title-contacts-info-txt span.title___1 {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #929292;
}
.title-contacts-info-txt span.content___1 {
  display: block;
  color: #292c2d;
  font-size: 16px;
  font-weight: 600;
}
.title-contacts-info-txt span.title___1 + div.flex {
  margin-top: 10px;
}
.title-contacts-info-txt span.ban__ul {
  display: block;
  font-size: 12px;
  color: #ad8b68;
  margin-top: 5px;
  margin-bottom: 20px;
}

.title-contacts-info-txt ul {
  padding-left: 0;
}

.title-contacts-info-txt ul li {
  display: block;
}
.title-contacts-info-txt ul li::before {
  font-weight: 400;
  color: #ad8b68;
  content: "•";
  padding-right: 7px;
  display: none;
}
.last-cont {
  margin-bottom: 0 !important;
}
span.ban__ul {
  margin-bottom: 30px;
}
/* </Contacts map section css> */
/* BUTTONS CONTACT */
.contact-btn-form {
  margin-top: 15px;
}
.contact-btn-form a {
  display: inline-block;
  padding: 9px 15px;
  border: 3px solid #349e7f;
  border-radius: 50px;
  color: #fff;
  background-color: #349e7f;
  font-size: 1.125rem;
  font-weight: 700;
  transition: 0.4s ease-out;
}
.contact-btn-form a:hover {
  transform: scale(1.06);
}
.contact-btn-form a:first-child {
  margin-right: 10px;
}
.contact-btn-form a:hover {
  background-color: #7ac5af;
}
.contact-btn-callback {
  margin-top: 20px;
}
.contact-btn-callback a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 15px;
  background-color: #fff;
  color: #b8ded3;
  border: 3px solid #b8ded3;
  border-radius: 50px;
}
.contact-btn-callback a:hover {
  background: #7ac5af;
  color: #fefefe;
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-btn-callback a,
  .contact-btn-form a {
    padding: 7px 11px;
  }
}
@media screen and (max-width: 767px) {
  .mapp-yaca {
    margin-bottom: 0;
  }
  .contacts-info-txt {
    margin-bottom: 0;
  }
  .col-md-7 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 329px) {
  .contact-btn-form a:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  section#contact-map-info {
    margin-top: 0;
  }
  .shares {
    margin-bottom: 20px;
  }
}
section#blog-news-detail {
  margin-top: 70px;
}
.main-img-blog-detail img {
  width: 100%;
  height: auto;
}

.news__container img {
  width: 100%;
}
.box-right-img-detail img {
  width: 70%;
  margin: 0 auto;
}
.box-right-img-detail img:first-child {
  margin-bottom: 25px;
}
.detail-block {
  position: relative;
  margin-bottom: 15px;
}
.detail-block a {
  display: block;
  width: 100%;
  height: 100%;
}
.detail-block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-coworking {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('/assets/images/pictures/coworking-promo-bg.png');
  background-color: rgba(41, 44, 45, 0.75);
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  transition: all 0.2s ease-in-out;
}
.promo-coworking:hover {
  background-size: 125%;
}
.promo-coworking-content {
  text-align: center;
  font-size: 14px;
  width: 100%;
  padding: 0 15px;
}
.promo-coworking-content p {
  margin-bottom:5px;
  text-shadow: 0px 0px 2px rgba(38,38,38,0.4);
}

.promo-coworking-content h3 {
  margin-bottom: 20px;
  text-shadow: 0px 0px 2px rgba(38,38,38,0.4);
}

.promo-coworking-content a {
  width: unset!important;
  display: inline-block;
  height: unset!important;
}
.promo-events {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('/assets/images/pictures/events-promo-bg.png');
  background-color: rgba(41, 44, 45, 0.85);
  background-position: center;
  background-size: 120%;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  transition: all 0.2s ease-in-out;
}
#prev-post {
  /* display: none; */
  margin-top: 20px;
}
.promo-events:hover {
  background-size: 125%;
}
.promo-events-content {
  text-align: center;
  font-size: 14px;
  width: 100%;
  padding: 0 15px;
}
.promo-events-content p {
  margin-bottom:5px;
  text-shadow: 0px 0px 2px rgba(38,38,38,0.4);
}

.promo-events-content h3 {
  margin-bottom: 20px;
  text-shadow: 0px 0px 2px rgba(38,38,38,0.4);
}

.promo-events-content a {
  width: unset!important;
  display: inline-block;
  height: unset!important;
}
span.named-block {
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 25%;
  font-size: 16px;
  text-transform: uppercase;
  color: #838383;
}
.name-post {
  float: left;
  margin-top: 30px;
  font-size: 30px;
  font-weight: bold;
}
.date-post {
  float: right;
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
}
.news-content-full {
  font-size: 14px;
  margin-top: 30px;
  line-height: 1.3;
}
.shares {
  margin-top: 20px;
}
.shares a {
  vertical-align: middle;
}
.shares img {
  width: 33px;
  height: 33px;
}
span#share-soc {
  font-size: 12px;
  font-weight: 500;
  vertical-align: middle;
  display: block;
  margin-right: 20px;
  margin-bottom: 5px;
  color: #909292;
}
@media (max-width: 325px) {
  span#share-soc {
    font-size: 18px;
    margin-right: 10px;
  }
}
.lasted-news-block,
.prev-news-txt {
  width: 50%;
  float: left;
}
.prev-news-txt {
  padding-left: 7px;
}
.title-prev-news {
  color: #8a8a8a;
  line-height: 0.9;
  font-size: 24px;
  font-weight: bold;
}
.date-prev-news {
  position: relative;
}
.date-prev-news span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #8a8a8a;
  line-height: 0.9;
  margin-top: 7px;
  margin-bottom: 5px;
}
.date-prev-news span::before {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  display: block;
  background: #e1f1ec;
  left: 0;
  bottom: -2px;
}
.text-prev-news {
  word-wrap: break-word;
  margin-top: 8px;
  font-size: 14px;
  color: #8a8a8a;
  line-height: 0.9;
}
@media screen and (max-width: 576px) {
  .info-gallery-show {
    width: inherit;
    margin-bottom: 20px;
  }
  .slider_item {
    width: 100% !important;
  }
  .descript-gallery {
    margin: 0 !important;
    width: 100% !important;
  }
  section#blog-news-detail .col-sm-6 {
    width: 50%;
  }
  .date-post {
    margin-top: 40px;
  }
  .adress-number {
    margin-top: 8px;
  }
  .location-mobile {
    width: 10px;
    height: 10px;
  }
  .map-wrap iframe {
    width: 320px;
    height: 500px;
  }
  .custom-arrow-slider {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  section#blog-news-detail {
    margin-top: 0px;
  }
  section#blog-news-detail .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
section#gallery-main {
  margin-bottom: 70px;
}
.number-gallery {
  font-size: 48px;
  color: #349e7f;
}
.name-gallery {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin-bottom: 15px;
}
.name-gallery span {
  color: #ad8b68;
  padding-right: 15px;
}

.descript-gallery {
  width: 100%;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}
.slider img {
  width: 90%;
}
/*
.slick-slide div{
   width: 440px!important;
}
.slick-slide div{
   width: 440px!important;
}
*/
/* slider*/
/* slider*/
.slider_item {
  width: 440px;
}
.slider_item1 img {
  height: 300px;
}
.slider_item1 {
  padding-right: 20px;
}
.button-blog-cat a:hover {
  background-color: #2E8D71;
}
.button-footer-call a:hover {
  background-color: #2E8D71;
}
.slick-gallery .slick-slide:first-child {
  width: 500px;
}
.slick-vertical .slick-slide {
  height: auto;
  display: block;
  width: 100%;
}
.swiper__main {
  height: 577px;
}
.swiper__main p {
  margin-top: 15px;
  font-size: 16px;
}
.main-slider {
  position: relative;
}
.custom-arrow-slider {
  width: 100%;
  display: flex;
  position: absolute;
  justify-content: flex-end;
  padding-right: 60px;
  top: -30px;
}
.custom-arrow-slider img {
  height: 100%;
}
.arrow--style {
  padding-right: 20px;
}
.rigtharrow, .left-arrow {
  cursor: pointer;
  height: 15px;
  opacity: .7;
  transition: all 0.2s ease-in-out;
}
.rigtharrow:hover, .left-arrow:hover {
  opacity: 1;
}
.show {
  display: block;
}
.none {
  display: none;
}
.relative {
  position: relative;
}
.slick-gallery .slick-slide_first {
  width: 500px;
}
.gallery-mobile-nav {
  display: none;
}
.gallery-des-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
  position: absolute;
  z-index: 1000;
  bottom: 50px;
  left: 20px;
}
.gallery-des-nav__btn {
  width: 22px;
  height: 14px;
  background-image: url('../images/icons/arr_up.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  outline: none!important;
  box-shadow: none!important;
  opacity: .8;
  transition: all 0.2s ease-in-out;
}
.gallery-des-nav__btn:hover {
  opacity: 1;
}
.gallery-des-nav__next {
  background-image: url('../images/icons/arr_down.svg');
}
.gallery-des-nav__number {
  color: rgba(255, 255, 255, 0.18);
  font-size: 50px;
  margin: 15px 0;
  font-weight: 500;
  position: relative;
  left: 1px;
}

.gallery__link-view {
  font-size: 16px;
  color: #ad8b68;
  margin-left: auto;
  margin-right: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .gallery__link-view {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .gallery-des-nav {
    bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .info-gallery-show {
    /* display: none; */
  }
  .swiper__main {
    height: auto;
  }
  .swiper__main .swiper-wrapper {
    flex-direction: column;
  }
  .gallery-mobile-nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
  .gallery-mobile-nav__item {
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    border: 0.8px solid #7AC5AF;
    background-color: #fff;
    padding: 7px 0;
    transition: all 0.3s ease;
  }
  .gallery-mobile-nav__item.active,
  .gallery-mobile-nav__item:hover {
    background-color: #7AC5AF;
  }
  .gallery-mobile-nav__number {
    font-size: 24px;
    line-height: 28px;
    color: #7AC5AF;
  }
  .gallery-mobile-nav__title {
    color: #343434;
  }
  .gallery-mobile-nav__item.active > .gallery-mobile-nav__number,
  .gallery-mobile-nav__item.active > .gallery-mobile-nav__title,
  .gallery-mobile-nav__item:hover > .gallery-mobile-nav__number,
  .gallery-mobile-nav__item:hover > .gallery-mobile-nav__title {
    color: #fff;
  }
  .slick-slide_first {
    width: 100%;
  }
  .slick-slide a {
    width: 100%;
  }
  .slider_item1 {
    padding-right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .slider_item1 img {
    height: auto;
    width: 100%;
    min-width: 100%;
  }
  .slider_item1 p {
    margin-top: 6px;
    text-align: left;
    width: 100%;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
  }
  .slick-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fw-norm-mobile {
    font-weight: 400 !important;
    font-size: 20px;
  }
  .gallery-des-nav {
    display: none;
  }
  .slick-gallery {
    /* visibility: hidden; */
    /* opacity: 0; */
    transition: all 0.4s ease;
    transform: translate3d(0, 10px, 0);
    /* height: 0; */
  }
  .slick-gallery.active {
    display: flex;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
    height: auto;
  }
}


/*EDITED D*/

a {
  transition: all 0.2s ease-in-out;
}

a:hover {
  opacity: .7;
}

.point-description {
  position: absolute;
  bottom: 50px;
  left: 70px;
  width: calc(50% - 250px);
  flex-direction: column;
  z-index: 50;
  display: none;
  transition: opacity 0.2s ease-in-out;
}

.main.active .point-description {
  opacity: 0;
  pointer-events: none;
}

.main.active .main__block-text {
}

.point-description-text {
  font-size: 14px;
  color: #7b7b7b;
  width: 60%;
}

.point-description-text h1 {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.point-description-text span {
  color: #fff;
  font-weight: 700;
}

.point-description-line {
  font-weight: 700;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background: rgba(185, 183, 181, 0.2);
  z-index: 99999;
  position: relative;
}

.point-description-line:after {
  content: '';
  width: 12px;
  height: 12px;
  /* box-shadow: 0 0 0 16px rgba(220, 220, 220, 0.19); */
  background: #e4d9cf;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  transform: translate(50%, -50%);
  animation-duration: 2s;
  animation-name: pulse;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.point-description-offer {
  font-size: 14px;
  color: #7b7b7b;
}

.point-description-offer a {
  color: #ac8a68;
}

.main-socials {
  position: absolute;
  bottom: 50px;
  right: 70px;
  z-index: 1000;
  font-size: 14px;
}

.main__block.active .main-socials,.main__block.active .mobile-mail {
  display: none;
}

.main-socials ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.main-socials ul li {
  padding: 0 40px;
  position: relative;
}

.main-socials ul li a {
  color: #ac8a68;
}

.main-socials ul li:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #f1f1f0;
  position: absolute;
  right: -10px;
  top: calc(50% - 1px);
}

.main-socials ul li:last-child {
  padding-right: 0;
}

.main-socials ul li:last-child:after {
  display: none;
}


.mobile-mail {
  font-size: 11px;
  position: absolute;
  bottom: 20px;
  color: #b5b3b2;
  z-index: 1000;
  margin-bottom: env(safe-area-inset-bottom);
}

.mobile-mail a {
  color: #ac8a68;
}

.clip-text {
    font-size: 18vh;
    line-height: 33vh;
    font-weight: bold;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    height: 100vh;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: url("../images/pictures/bg_main.jpg");
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.clip-text:before,
.clip-text:after {
    position: absolute;
    content: '';
}

/* Background */
.clip-text:before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
    background-repeat: inherit;
    background-size: inherit;
    background-color: rgba(58, 55, 53, 0.4);
    background-blend-mode: color-burn;
}

.clip-text:after {
    position: absolute;
    z-index: -1;
    top: .125em;
    right: .125em;
    bottom: .125em;
    left: .125em;
    background-color: #000;
}

.clip-text--no-textzone:before {
    background-position: inherit;
}

.clip-text--no-textzone:after {
    content: none;
}

.clip-text--cover,
.clip-text--cover:before {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  background-position: 50% 50%;
}

.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.slideshow > div img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.announcement {
  position: relative;
}

.announcement-block {
  display: none!important;
  position: absolute;
  top: -20px;
  left: 0;
  transform: translate(-50%,100%);
  background-color: #fff;
  width: 300px;
  font-size: 11px;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.announcement-block.active {
  transform: translate(-50%,-100%);
}

.announcement-block .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-image: url('../images/icons/close.svg');
  background-color: rgba(255, 255, 255, 0.27);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  cursor: pointer;
}

.announcement-block:after {
  content: '';
  position: absolute;
  bottom: 0;
  transform: translate(-50%,100%);
  right: 25%;
  height: 16px;
  width: 24px;
  background: url('../images/icons/triangle.svg');
  z-index: 9999;
  background-size: cover;
}

.announcement-block-img {
  width: 100%;
}

.announcement-block-img img {
  width: 100%;
}

.announcement-block-body {
  padding: 10px 15px;
}

.announcement-block-body h6 {
  font-size: 14px;
  position: relative;
}

.announcement-block-body h6 + span {
  padding: 3px 9px;
  font-size: 10px;
  background-color: #de7474;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 5px;
}

.announcement-block-body h6:after {
  content: '';
  position: absolute;
  right: 5px;
  height: 3px;
  width:3px;
  background: red;
  animation-duration: 1500ms;
  animation-name: inair;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.announcement-block-body p {
  color: #686969;
  margin-top: 10px;
  margin-bottom: 5px;
}

.announcement-block-body p a {
  
}

@media screen and (min-width: 1024px) {
  .header__contacts {
    display: flex;
  }

  .main__block-text {
    font-size: 12px!important;
  }

  .main__title {
    font-size: 40px!important;
  }

  .header__contacts .contacts__link {
    font-size: 13px!important;
  }

  .main__title-subtitle {
    font-size: 15px!important;
  }

  .point-description-text {
    font-size: 12px!important;
  }

  .point-description-offer {
    font-size: 12px;!important;
  }

  .header__contacts .contacts__item {
    padding: 0 40px;
    position: relative;
    font-weight: 500!important;
  }

  .header__contacts .contacts__item:after {
    content: '';
    width: 20px;
    height: 1px;
    background: #f1f1f0;
    position: absolute;
    right: -10px;
    top: calc(50% - 1px);
  }

  .header__contacts .contacts__item:last-child {
    padding-right: 0;
  }

  .header__contacts .contacts__item:last-child:after {
    display: none;
  }

  .point-description {
    display: flex;
  }
}

@media screen and (min-width: 1680px) {
  .header__contacts .contacts__link {
    font-size: 16px!important;
  }

  .main__block-text {
    font-size: 14px!important;
  }

  .main__title {
    font-size: 46px!important;
  }

  .main__title-subtitle {
    font-size: 18px!important;
  }

  .point-description-text {
    font-size: 14px!important;
  }

  .point-description-offer {
    font-size: 14px!important;
  }
}

@media screen and (max-width: 1024px) {
  .main__title {
    color: #fff;
    font-size: 26px;
  }

  .main__title:before {
    display: none;
  }

  .main__block::after {
    background-color: rgba(41, 44, 45, 0.85);
  }

  .main__title-subtitle {
    font-size: 11px;
  }

  .main__block-text {
    font-size: 10px;
    color: #d6d5d5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .main__title-subtitle, .main__block-text {
    padding: 0 30px;
    text-align: center;
  }

  .main.active .main__block-text, .main.active .main-socials, .main.active .mobile-mail {
    display: none;
  }

  .main-socials {
    display: flex;
    justify-content: center;
    right: unset;
    font-size: 12px;
    margin-bottom: env(safe-area-inset-bottom);
  }

  .main-socials ul li:first-child {
    padding-left: 0;
  }

  .announcement-block-body h6:after {
    display: none;
  }

  .announcement-block-img {
    display: none;
  }

  .announcement-block .close {
    background-color: #ccc;
  }

  /*.announcement-block {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  .announcement-block.active {
    transform: translate(-50%,-50%)
  }*/
}

input[type="date"]:in-range::-webkit-datetime-edit-year-field, input[type="date"]:in-range::-webkit-datetime-edit-month-field, input[type="date"]:in-range::-webkit-datetime-edit-day-field, input[type="date"]:in-range::-webkit-datetime-edit-text {
   color: transparent; 
}
input[type="date"]:focus::-webkit-datetime-edit-year-field, input[type="date"]:focus::-webkit-datetime-edit-month-field, input[type="date"]:focus::-webkit-datetime-edit-day-field, input[type="date"]:focus::-webkit-datetime-edit-text {
   color: #ececec!important; 
}
input[type="date"]:focus {
  color: #ececec;
}

input::-webkit-calendar-picker-indicator{
  color: #ad8b68;
}
input::-webkit-calendar-picker-indicator:hover{
  background-color: transparent;
  cursor: pointer;
  color: #c59f77;
}
.spacepass-block.spacepass-tariffs {
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(220, 220, 220, 0.10);
  }

  50% {
    box-shadow: 0 0 0 13px rgba(220, 220, 220, 0.20);
  }

  100% {
    box-shadow: 0 0 0 0px rgba(220, 220, 220, 0.10);
  }
}

@keyframes inair {
  0% {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
