html {
  height: 100%;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {
  display: block;
}

audio, canvas {
  display: inline-block;
}

video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

address {
  font-style: normal;
}

ul, ol, li, form, fieldset, a, img, div, figure, address {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: inside;
}

ol {
  list-style: inside;
}

ul li {
  list-style: none;
}

ol li {
  list-style: decimal inside;
}

ol {
  padding: 10px 0;
}

ol li {
  margin: 0 0 20px 0;
}

body {
  height: 100%;
  position: relative;
  background: #fff;
}

body, td, input, textarea, button {
  margin: 0px;
  padding: 0px;
}

body * {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
}

a, a:active, a:focus {
  outline: none;
}


strong {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main {
  position: relative;
}

.cbc {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

input::-moz-placeholder {
  opacity: 0.7;
  color: #333333;
}

input::placeholder {
  opacity: 0.7;
  color: #333333;
}

textarea::-moz-placeholder {
  opacity: 0.7;
  color: #333333;
}

textarea::placeholder {
  opacity: 0.7;
  color: #333333;
}

input[type=submit] {
  cursor: pointer;
}

textarea,
button,
input[type=text],
input[type=password] {
  -webkit-appearance: none;
  outline: none;
}

body, td, input, textarea, button {
  color: #333333;
  font-family: "Manrope", Arial;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
@media (max-width: 1200px) {
  .row {
    margin: -10px;
  }
}
@media (max-width: 767px) {
  .row {
    margin: -7.5px;
  }
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding: 20px;
}
@media (max-width: 1200px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding: 7.5px;
  }
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
}
/* elements */
.title-h1,
.title-h2,
.title-h3,
.title-h4 {
  padding: 0;
  margin: 0;
  font-family: "Cormorant Infant";
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 40px;
}

.title-h1 {
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title-h1 {
    font-size: 36px;
    line-height: 1.1;
  }
}
@media (max-width: 568px) {
  .title-h1 {
    font-size: 38px;
  }
}

.title-h2 {
  font-size: 76px;
  line-height: 86px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .title-h2 {
    font-size: 64px;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .title-h2 {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .title-h2 {
    font-size: 28px;
  }
}

.title-h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.title-h4 {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .title-h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}
.title-h4:last-child {
  margin-bottom: 0;
}

hr {
  border: none;
  display: block;
  margin: 40px 0;
  height: 1px;
  background: #dedede;
}

.cms_submit,
.button {
  display: inline-flex;
  padding: 0 50px;
  height: 70px;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid #62BD69;
  background: #62BD69;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cms_submit,
  .button {
    padding: 0 15px;
    height: 58px;
    font-size: 16px;
  }
}
.cms_submit:hover,
.button:hover {
  color: #62BD69;
  background: #E5F6DF;
}
.cms_submit._sm,
.button._sm {
  padding: 2px 20px 0 20px;
  font-size: 14px;
}
.cms_submit._sm::before,
.button._sm::before {
  position: relative;
  top: -1px;
}
.cms_submit._photo,
.button._photo {
  position: relative;
}
.cms_submit._photo::before, .cms_submit._photo::after,
.button._photo::before,
.button._photo::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background: url(../../images/icon-camera.svg) center no-repeat;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}
.cms_submit._photo::after,
.button._photo::after {
  opacity: 0;
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(0, -50%);
  filter: none;
}
.cms_submit._photo:hover::before,
.button._photo:hover::before {
  opacity: 0;
}
.cms_submit._photo:hover::after,
.button._photo:hover::after {
  opacity: 1;
}

.hr {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 50px -50px;
}

.space-bottom {
  padding-bottom: 60px;
}

.typography {
  font-size: 16px;
  line-height: 26px;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4 {
  padding: 0;
  margin: 0;
  font-family: "Cormorant Infant";
  margin: 25px 0;
  line-height: 1.3;
  text-transform: uppercase;
}
.typography h1:first-child,
.typography h2:first-child,
.typography h3:first-child,
.typography h4:first-child {
  margin-top: 0;
}
.typography h1:last-child,
.typography h2:last-child,
.typography h3:last-child,
.typography h4:last-child {
  margin-bottom: 0;
}
.typography h1 {
  font-size: 76px;
  line-height: 86px;
}
@media (max-width: 1200px) {
  .typography h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .typography h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .typography h1 {
    font-size: 26px;
  }
}
.typography h1:first-child {
  margin-top: 0;
}
.typography h2 {
  font-size: 46px;
  line-height: 56px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .typography h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
@media (max-width: 568px) {
  .typography h2 {
    font-size: 28px;
  line-height: 36px;
  }
}
.typography h2:first-child {
  margin-top: 0;
}
.typography h3 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .typography h3 {
    font-size: 28px;
    line-height: 1.2;
  }
}
.typography h3:first-child {
  margin-top: 0;
}
.typography h3:last-child {
  margin-bottom: 0;
}
.typography h4 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .typography h4 {
    font-size: 20px;
    line-height: 1.2;
  }
}
.typography P {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px;
  color: #4F4F4F;
}
.typography P:last-child {
  margin-bottom: 0;
}
.typography figure {
  display: block;
  margin: 40px 0 10px;
}
.typography figure:first-child {
  margin-top: 0;
}
.typography figure:last-child {
  margin-bottom: 0;
}
.typography img {
  max-width: 100%;
}
.typography a:not(.button) {
  text-decoration: underline;
}
.typography a:not(.button):hover {
  text-decoration: none;
}
.typography ul {
  margin-bottom: 15px;
}
.typography ul li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 40px;
  margin-bottom: 20px;
  position: relative;
  color:#4F4F4F;
}
.typography ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: url(../../images/icon-check.svg) left center no-repeat;
  background-size: contain;
}
.typography ol {
  margin-bottom: 15px;
  padding-left: 15px;
  counter-reset: custom-counter;
  list-style: none;
}
.typography ol:last-child {
  margin-bottom: 0;
}
.typography ol li {
  font-size: 16px;
  line-height: 26px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
  list-style: none;
}
.typography ol li::before {
  content: counter(custom-counter) ".";
  counter-increment: custom-counter;
  position: absolute;
  left: 0;
  top: 0;
}
.typography table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}
.typography table th {
  height: 60px;
  padding: 15px 30px;
  border-top: 1px solid #828282;
  border-bottom: 1px solid #828282;
  text-align: left;
  color: #b13e28;
  font-weight: normal;
}
@media (max-width: 767px) {
  .typography table th {
    white-space: nowrap;
    font-size: 16px;
    padding: 15px;
  }
}
.typography table th:first-child {
  border-radius: 15px 0 0 15px;
  border-left: 1px solid #828282;
}
.typography table th:last-child {
  border-radius: 0 15px 15px 0;
  border-right: 1px solid #828282;
}
.typography table td {
  height: 60px;
  font-size: 16px;
  line-height: 26px;
  padding: 15px 30px;
  background: #b13e28;
}
@media (max-width: 767px) {
  .typography table td {
    font-size: 16px;
    padding: 15px;
  }
}
.typography table td:first-child {
  border-radius: 15px 0 0 15px;
}
.typography table td:last-child {
  border-radius: 0 15px 15px 0;
}
.typography .section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 568px) {
  .typography .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.typography .section:not(.full-bg):last-child {
  padding-bottom: 0;
}
.typography .row {
  margin-top: 40px;
  margin-bottom: 20px;
}

.table-scroll {
  overflow: auto;
}
@media (max-width: 767px) {
  .table-scroll {
    margin: 0 -30px;
    padding: 0 0 0 30px;
  }
}

.breadcrumb {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 55px;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin: 20px 0;
    padding: 0;
    white-space: nowrap;
    overflow: auto;
    font-weight: 300;
    font-size: 12px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .breadcrumb::-webkit-scrollbar {
    display: none;
  }
}
.breadcrumb span {
  color: #62BD69;
}
.breadcrumb a:hover {
  color: #62BD69;
}
.breadcrumb + .section {
  padding-top: 0;
}

.forms label:not([class]) {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.forms__label {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .forms__label {
    margin-bottom: 5px;
  }
}
.forms__label span {
  color: #b13e28;
}
.forms__row {
  display: flex;
  margin: 0 -4px 15px;
}
.forms__row:last-child {
  margin-bottom: 0;
}
.forms__field {
  width: 100%;
  margin-bottom: 20px;
}
.forms .checkbox {
  font-weight: 300;
  font-size: 12px;
}
.forms .checkbox sup {
  margin-right: 10px;
}
.forms textarea,
.forms input[type=text],
.forms input[type=password],
.forms input[type=email],
.forms input[type=tel] {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  background: #fff;
  border: 1px solid #E0E0E0;
}
.forms textarea {
  padding: 20px;
  resize: none;
  height: 260px;
}
.forms .field {margin:15px 0}
@media (max-width: 568px) {
  .forms textarea {
    height: 200px;
  }
}
.forms .jq-selectbox {
  width: 100%;
}
.forms._white textarea,
.forms._white input[type=text],
.forms._white input[type=password],
.forms._white input[type=email],
.forms._white input[type=tel] {
  border: none;
}

.checked-list__item {
  margin-bottom: 15px;
}
.checked-list__item:last-child {
  margin-bottom: 0;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  transition: 0.3s;
  position: relative;
}
.checkbox input[type=checkbox] {
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #E3E3E3;
}
.checkbox.stylization input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.checkbox sup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  min-width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #BDBDBD;
  margin-right: 14px;
  position: relative;
  top: 1px;
}
.checkbox input:checked ~ sup {
  background: #fff;
}
.checkbox input:checked ~ sup::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  display: block;
  background: #b13e28;
}
.checkbox a {
  color: #b13e28;
}
.checkbox a:hover {
  text-decoration: underline;
}

.burger-btn {
  width: 30px;
  height: 21px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  background: none;
  border: none;
  position: relative;
  outline: none;
}
.burger-btn span {
  position: absolute;
  left: 0;
  top: 9px;
  width: 30px;
  height: 3px;
  background-color: #b13e28;
  transition: 0.3s;
}
.burger-btn::before, .burger-btn::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background-color: #b13e28;
  transition: 0.3s;
}
.burger-btn::before {
  top: 0;
}
.burger-btn::after {
  bottom: 0;
}
.burger-btn.open {
  height: 30px;
}
.burger-btn.open span {
  opacity: 0;
}
.burger-btn.open::before, .burger-btn.open::after {
  width: 28px;
  background: #b13e28;
}
.burger-btn.open::before {
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
}
.burger-btn.open::after {
  bottom: 50%;
  margin-bottom: -2px;
  transform: rotate(45deg);
}

.next-toggle {
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.next-toggle::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 17px;
  height: 13px;
  background: url(../../images/toggle-arrow-down.svg) center no-repeat;
}
.next-toggle.open::after {
  background: url(../../images/toggle-arrow-up.svg) center no-repeat;
}

.counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 120px;
  height: 40px;
}
.counter__btn {
  display: flex;
  width: 40px;
  min-width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #E0E0E0;
  position: relative;
}
.counter__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  filter: grayscale(1) brightness(2);
  transition: 0.3s;
}
.counter__btn:hover::before {
  filter: none;
}
.counter__btn._down::before {
  background: url(../../images/minus.svg) center no-repeat;
}
.counter__btn._down.disable {
  cursor: default;
}
.counter__btn._up::before {
  background: url(../../images/plus.svg) center no-repeat;
}
.counter__btn._up.disable {
  cursor: default;
}
.counter__text {
  width: 100%;
  height: 40px;
  display: block;
  border: none;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-family: "Cormorant Infant";
  background-color: #fff;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.more-link {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Cormorant Infant";
  transition: 0.3s;
}
.more-link::after {
  content: "";
  width: 41px;
  height: 12px;
  background: url(../../images/more-arrow.svg) right center no-repeat;
  margin-left: 40px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .more-link::after {
    margin-left: 20px;
  }
}
.more-link:hover {
  color: #b13e28;
}
.more-link._black::after {
  filter: brightness(0);
}
.more-link._black:hover::after {
  filter: none;
}

.tabs__header {
  display: flex;
  align-items: center;
}

.tabs__item {
  cursor: pointer;
}

.tabs__item:first-child {
  margin-left: 0;
}

.tabs__item:hover,
.tabs__item.active {
  opacity: 1;
}

.tabs__box {
  display: none;
}

.tabs__box.visible {
  display: block;
}

/* plugins */
.swiper-button {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 100;
  width: 70px;
  height: 70px;
  border: 1px solid #62BD69;
  border-radius: 50%;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  transition: 0.3s;
  background-color: #62BD69;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button:hover:not(.swiper-button-disabled) {
  background-color: #E5F6DF;
}
.swiper-button-prev {
  left: 0;
  background-image: url(../../images/slider-arrow-prev-white.svg);
}
.swiper-button-prev.swiper-button-disabled {
  background-image: url(../../images/slider-arrow-prev.svg);
}
.swiper-button-prev:hover {
  background-image: url(../../images/slider-arrow-prev.svg);
}
.swiper-button-next {
  right: 0;
  background-image: url(../../images/slider-arrow-next-white.svg);
}
.swiper-button-next.swiper-button-disabled {
  background-image: url(../../images/slider-arrow-next.svg);
}
.swiper-button-next:hover {
  background-image: url(../../images/slider-arrow-next.svg);
}
.swiper-button-disabled {
  filter: none;
  cursor: default;
  border-color: #E0E0E0;
  background-color: transparent;
  opacity: 1 !important;
  pointer-events: initial !important;
}
.swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 3px;
  background: #E0E0E0;
  opacity: 1;
}
.swiper-pagination-bullet:hover {
  background-color: #62BD69;
}
.swiper-pagination-bullet-active {
  width: 80px;
  background-color: #62BD69;
}

.swiper-horizontal > .swiper-scrollbar {
  left: 0;
  width: 100%;
  height: 1px;
  background: #BDBDBD;
}
.swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background: #62BD69;
  top: -2px;
  cursor: pointer;
}

.slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
}
.slick-dots li {
  width: 40px;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
  list-style: none;
  transition: 0.3s;
  cursor: pointer;
}
.slick-dots li::before {
  display: none;
}
@media (max-width: 767px) {
  .slick-dots li {
    margin: 0 5px !important;
  }
}
.slick-dots li.slick-active {
  width: 80px;
  background: #62BD69;
}
.slick-dots button {
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
}
.slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 100;
  height: 12px;
  border: none;
  cursor: pointer;
  text-indent: 1000px;
  overflow: hidden;
  transition: 0.3s;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(0);
}
.slick-arrow:hover:not(.slick-disabled) {
  filter: none;
}
.slick-prev {
  width: 41px;
  left: 0;
  background-image: url(../../images/slider-arrow-prev.svg);
}
.slick-next {
  width: 121px;
  right: 0;
  background-image: url(../../images/slider-arrow-next.svg);
}
.slick-disabled {
  filter: grayscale(100%) brightness(2);
  cursor: default;
}
.slick-disabled::before {
  color: #333333 !important;
}

/* support class style */
.full-bg {
  margin-left: calc((100vw - 1520px) / -2);
  margin-right: calc((100vw - 1520px) / -2);
  padding-left: calc((100vw - 1520px) / 2);
  padding-right: calc((100vw - 1520px) / 2);
}
@media (max-width: 1580px) {
  .full-bg {
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) {
  .full-bg {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .full-bg {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.green-light-bg {
  background: rgba(229, 246, 223, 0.3);
}

.container {
  margin: 0 auto;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1580px;
  width: 100%;
}
@media (max-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container._inner {
  max-width: 1325px;
}
.container._inner .breadcrumb {
  margin-left: -127.5px;
}
@media (max-width: 1580px) {
  .container._inner .breadcrumb {
    margin-left: 0;
  }
}
.container._inner .full-bg {
  margin-left: -1000px;
  margin-right: -1000px;
  padding-left: 1000px;
  padding-right: 1000px;
}

/* header */
.header {
  padding-bottom: 14px;
  padding-top: 11px;
  border-bottom: 1px solid #F2F2F2;
}
@media (max-width: 767px) {
  .header {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
.header__burger {
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .header__burger {
    margin-left: 10px;
  }
}
@media (max-width: 992px) {
  .header__burger {
    margin: 0;
    position: absolute;
    right: -10px;
  }
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  position: relative;
}
@media (max-width: 992px) {
  .header__wrap {
    height: 45px;
    margin-bottom: 0;
  }
}
.header__left {
  display: flex;
  align-items: center;
}
.header__right {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header__right {
    padding-right: 70px;
  }
}
.header__nav {
  width: 100%;
  padding: 0 55px;
}
@media (max-width: 1580px) {
  .header__nav {
    padding: 0 60px;
  }
}
@media (max-width: 1200px) {
  .header__nav {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .header__nav {
    display: none;
  }
}
.header-buttons {
  display: flex;
  align-items: center;
  margin-right: 55px;
}
@media (max-width: 992px) {
  .header-buttons {
    display: flex;
  }
}
.header-buttons__item {
  margin-right: 34px;
}
.header-buttons__item:last-child {
  margin-right: 0;
}
.header-button {
  display: inline-flex;
  cursor: pointer;
}
.header-button img {
  display: block;
  filter: brightness(0);
  transition: 0.3s;
}
.header-button:hover img {
  filter: none;
}
.header-links {
  display: flex;
  align-items: center;
}
.header-links__item {
  margin-right: 30px;display:flex;
}
@media (max-width: 1200px) {
  .header-links__item {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .header-links__item {
    margin-right: 20px;
  }
}
.header-links__item:last-child {
  margin-right: 0;
}
.header-link {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Cormorant Infant";
  line-height: 24px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .header-link {
    font-size: 14px;
  }
}
.header-link:hover {
  color: #b13e28;
}
.header-link:hover::after {
  filter: none;
}
.header-link::after {
  width: 24px;
  height: 24px;
  margin-left: 14px;
  filter: brightness(0);
  transition: 0.3s;
}
.header-link._spec {
  cursor: pointer;
}
@media (max-width: 992px) {
  .header-link._spec {
    display: none;
  }
}
@media (max-width: 992px) {
  .header-link._chat img {
    width: 30px;
  }
}

.header-logo {
  display: flex;
  align-items: center;
  width: 190px;
}
@media (max-width: 1200px) {
  .header-logo {
    width: 180px;
  }
}
.header-logo__slogan {
  font-size: 16px;
  line-height: 18px;
  padding-left: 20px;
}
@media (max-width: 1200px) {
  .header-logo__slogan {
    padding-left: 10px;
  }
}
@media (max-width: 992px) {
  .header-logo__slogan {
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .header-logo img {
    /*width: 35px;*/
  }
}

.burger-button {
  cursor: pointer;
  padding-left: 60px;
  background: url(../../images/burger.svg) left center no-repeat;
}
@media (max-width: 992px) {
  .burger-button {
    overflow: hidden;
    display: block;
    text-indent: -1000px;
    width: 41px;
    height: 41px;
    background: url(../../images/burger-button.svg) center no-repeat;
  }
}
.burger-button:hover {
  color: #62BD69;
}

.main-nav {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .main-nav {
    line-height: 1.4;
  }
}
.main-nav__item {
  font-size: 18px;
}
@media (max-width: 1200px) {
  .main-nav__item {
    font-size: 16px;
  }
}
.main-nav a:hover {
  color: #62BD69;
}
@media (max-width: 992px) {
  .main-nav {
    display: block;
  }
  .main-nav__item {
    font-size: 20px;
    margin-bottom: 15px;
    font-family: "Cormorant Infant";
    text-transform: uppercase;
  }
  .main-nav a:hover {color:#4A9150}
}

.burger-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: calc((100vw - 1500px) / 2 + 430px);
  padding: 50px 50px 30px calc((100vw - 1500px) / 2);
  z-index: 999;
  color: #fff;
  background: url(../../images/menu-decor-bg.svg) left top no-repeat #62BD69;
  border-radius: 0 0 80px 0;z-index:9999;
}
@media (max-width: 1580px) {
  .burger-box {
    width: 360px;
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .burger-box {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    border-radius: 0;
  }
}
.burger-box::after {
  content: "";
  position: absolute;
  right: 29px;
  bottom: 38px;
  width: 36px;
  height: 54px;
  background: url(../../images/logo.svg) center no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  opacity: 0.3;
}
.burger-box__phone {
  margin-top: 95px;
}

.burger-close {
  position: absolute;
  top: 32px;
  right: 33px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: url(../../images/button-close.svg) center no-repeat;
  background-size: contain;
  border: none;
  opacity: 0.5;
  transition: 0.5s;
}
.burger-close:hover {
  opacity: 1;
}

.burger-nav {
  font-family: "Cormorant Infant";
  font-size: 22px;
  line-height: 42px;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .burger-nav {
    line-height: 1.4;
  }
}
.burger-nav__item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .burger-nav__item {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.burger-nav__item:last-child {
  margin-bottom: 0;
}

.burger-phone {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
}
.burger-phone::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../../images/icon-phone.svg) center no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  opacity: 0.5;
  margin-right: 15px;
}

/* pages */
.section {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 992px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .section__header {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section__header {
    margin-bottom: 20px;
  }
}
.section__title {
  margin-bottom: 0;
}
.section__footer {
  display: flex;
  justify-content: flex-end;
}

.promo-box {
  position: relative;
  z-index: 9;
}

.promo-slider {
  padding-right: 30%;
}
@media (max-width: 1200px) {
  .promo-slider {
    padding-right: 0;
  }
}
.promo-slider__item {
  position: relative;
}
.promo-slider__item::after {
  content: "";
  width: 150px;
  height: 150px;
  background: url(../../images/slider-sticker.svg) center no-repeat;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  transition: 2s;
}
@media (max-width: 1200px) {
  .promo-slider__item::after {
    display: none;
  }
}
.promo-slider .slick-slide {
  position: relative;
}
.slick-slide.slick-current.slick-active .promo-slider__item::after {
  opacity: 0;
}
.promo-slider .slick-list {
  overflow: visible;
}
.promo-slider .slick-dots {
  left: calc((100vw - 1500px) / 2);
  right: auto;
}
@media (max-width: 1580px) {
  .promo-slider .slick-dots {
    left: 40px;
  }
}
@media (max-width: 1200px) {
  .promo-slider .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 992px) {
  .promo-slider .slick-dots {
    bottom: 30px;
  }
}
.promo-slider .slick-dots li button {
  display: none;
  width: auto;
  height: auto;
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  left: 0;
  text-indent: 0;
  overflow: visible;
  margin: 0 10px 12px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-transform: uppercase;
}
.promo-slider .slick-dots li.slick-active button {
  display: block;
}
@media (max-width: 992px) {
  .promo-slider .slick-dots li.slick-active button {
    display: none;
  }
}
.promo-slider .slick-dots li.slick-active button::before {
  content: "0";
}

.promo-slide {
  display: block;
  position: relative;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  z-index: 1;
  border-right: 20px solid #fff;
}

.slick-slide::before {display:block;position:absolute;content:"";width:100%;height:100%;background:#000}

@media (max-width: 1200px) {
  .promo-slide {
    height: 600px;
    padding-top: 30px;
    border-right: none;
  }
}
@media (max-width: 992px) {
  .promo-slide {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .promo-slide {
    height: calc(100vh - 66px);
  }
}
.promo-slide::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(89.95deg, rgba(0, 0, 0, 0.5) -7.58%, rgba(0, 0, 0, 0) 119.87%);
  z-index: -1;
}
.promo-slide::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 680px;
  height: 700px;
  background: url(../../images/deer-slide-bg.svg) top right no-repeat;
  background-size: contain;opacity:0.5;
}
@media (max-width: 1200px) {
  .promo-slide::after {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .promo-slide::after {
    width: 220px;
    height: 400px;
    top: auto;
    bottom: 0;
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .promo-slide::after {
    width: 120px;
    opacity: 0.5;
  }
}
.promo-slide__wrap {
  padding-left: calc((100vw - 1500px) / 2);
  padding-right: 40px;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .promo-slide__wrap {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .promo-slide__wrap {
    padding: 40px 20px 0 20px;
  }
}
.promo-slide__part {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
  background-color: #62BD69;
  border-radius: 80px;
}
@media (max-width: 992px) {
  .promo-slide__part {
    line-height: 1;
    height: 44px;
    padding: 0 15px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .promo-slide__part {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }
}
.promo-slide__title {
  width: 600px;
  font-weight: 700;
  font-size: 56px;
  line-height: 62px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Cormorant Infant";
  margin-bottom: 18px;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .promo-slide__title {
    font-size: 44px;
    line-height: 1.3;
    width: auto;
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .promo-slide__title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .promo-slide__title {
    color: #fff;
    padding-right: 0;
  }
}
.promo-slide__text {
  max-width: 600px;
  width: 100%;
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .promo-slide__text {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .promo-slide__text {
    color: #fff;
    font-size: 17px;
    line-height: 1.4;
  }
}
.promo-slide__note {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #828282;
}
@media (max-width: 992px) {
  .promo-slide__note {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .promo-slide__note {
    color: #fff;
  }
}
.promo-slide__date {
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  background: url(../../images/icon-calendar.svg) left center no-repeat;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .promo-slide__date {
    font-size: 16px;
    background-size: 20px;
    padding-left: 30px;
  }
}

.news {
  position: relative;
  display: flex;
  margin-top: -35px;
  margin-bottom: -20px;
  z-index: 10;
}
@media (max-width: 992px) {
  .news {
    display: block;
  }
}
.news__info {
  position: absolute;
  top: 85px;
  color: #fff;
  padding-left: 110px;
  z-index: 1;
}
.news__label {
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}
.news__title {
  font-family: "Cormorant Infant";
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
}
.news__list {
  width: 100%;
}

.news-card {
  position: relative;
  height: 100%;
  display: block;
  padding: 0 20px 20px 20px;
  background: #E5F6DF;
}
.news-card__thumb {
  margin: 0 -20px 20px;
  overflow: hidden;
}
.news-card__thumb img {
  display: block;
  width: 100%;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1s;
  transform: scale(1.000001);
}
@media (max-width: 1200px) {
  .news-card__thumb img {
    height: 360px;
  }
}
.news-card__title {
  font-family: "Cormorant Infant";
  font-size: 32px;
  line-height: 42px;
  height: 126px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 110px;
}
@media (max-width: 1200px) {
  .news-card__title {
    font-size: 28px;
    line-height: 1.2;
    height: 100px;
    padding-right: 80px;
  }
}
@media (max-width: 767px) {
  .news-card__title {
    font-size: 20px;
    line-height: 1.2;
    padding-right: 0;
    height: 70px;
  }
}
.news-card__descr {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #4F4F4F;
  margin-bottom: 20px;
  margin-top: 8px;
  transition: 0.3s;
  padding-right: 110px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .news-card__descr {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .news-card__descr {
    padding-right: 0;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.4;
  }
}
.news-card__label {
  position: absolute;
  top: 35px;
  left: 45px;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  background: #62BD69;
  display: flex;
  align-items: center;
  padding: 6px 20px;
  border-radius: 80px;
}
@media (max-width: 1200px) {
  .news-card__label {
    left: 20px;
    top: 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .news-card__label {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }
}
.news-card__date {
  position: absolute;
  top: 0;
  right: 0;
}
.news-card:hover {
  color: #fff;
  background: #62BD69;
}
.news-card:hover .news-card__descr {
  color: #fff;
}
.news-card:hover .news-card__thumb img {
  transform: scale(1.05);
}

.news-date {
  width: 80px;
  height: 103px;
  padding: 11px 15px 20px 14px;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  color: #333333;
  background: url(../../images/date-bg.svg) top center no-repeat;
}
@media (max-width: 767px) {
  .news-date {
    width: 65px;
    height: 85px;
    padding: 5px 15px;
    font-size: 18px;
    background-size: contain;
  }
}
.news-date__day {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #BDBDBD;
}
@media (max-width: 767px) {
  .news-date__day {
    margin-bottom: 0;
    padding-bottom: 3px;
  }
}

.news-slider {
  position: relative;
  height: 100%;
  padding-bottom: 55px;
}
.news-slider__item {
  width: 613px;
}
@media (max-width: 1200px) {
  .news-slider__item {
    width: 480px;
  }
}
@media (max-width: 992px) {
  .news-slider__item {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .news-slider__item {
    width: 90%;
  }
}
.news-slider__item._lg {
  width: 858px;
}
@media (max-width: 1200px) {
  .news-slider__item._lg {
    width: 740px;
  }
}
@media (max-width: 992px) {
  .news-slider__item._lg {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .news-slider__item._lg {
    width: 90%;
  }
}

.left-decor-1 {
  position: relative;
  z-index: 1;
}
.left-decor-1::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -354px;
  left: 0;
  bottom: 0;
  width: 974px;
  background: url(../../images/decor-left-gray-bg-1.svg) left top no-repeat;
}

@media (max-width: 767px) {
  .left-decor-1::before {
    display: none;
  }
}

.right-decor-1 {
  position: relative;
}
.right-decor-1::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -11px;
  right: 0;
  bottom: -63px;
  width: 1298px;
  background: url(../../images/decor-right-line-white-bg.svg) right top no-repeat;
}

.event-slider {
  position: relative;
}
@media (max-width: 992px) {
  .event-slider {
    overflow: visible;
  }
}
.event-slider__item {
  padding-bottom: 60px;
  width: 380px;
}
@media (max-width: 1200px) {
  .event-slider__item {
    width: calc((100vw - 30px) / 3);
  }
}
@media (max-width: 992px) {
  .event-slider__item {
    padding-bottom: 40px;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .event-slider__item {
    width: 90%;
  }
}
.event-slider__footer {
  position: relative;
}
@media (max-width: 992px) {
  .event-slider__footer {
    text-align: center;
    margin-top: 40px;
  }
  .event-slider__footer .button {
    width: 100%;
  }
}
.event-slider__footer .swiper-button-prev {
  left: auto;
  right: 80px;
}
.event-slider__footer .swiper-button-next {
  left: auto;
  right: 0;
}
.event-slider .swiper-scrollbar {
  display: none;
}
@media (max-width: 992px) {
  .event-slider .swiper-scrollbar {
    display: block;
    position: static;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .event-slider .swiper-button {
    display: none;
  }
}
.event-slider .event-card:hover {
  box-shadow: none !important;
}
@media (min-width: 1201px) {
  .event-slider._inner {
    margin-bottom: -160px;
  }
  .event-slider._inner .swiper-button {
    bottom: 80px;
  }
}

.event-card {
  display: block;
}
.event-card__thumb {
  overflow: hidden;
  margin-bottom: 30px;
  height: 350px;
}
.afisha {height:auto}
@media (max-width: 992px) {
  .event-card__thumb {
    margin-bottom: 20px;
    height: 250px;
  }
  .event-card img {width:100%}
}
.sobitija .event-card__thumb img {
max-width: 400px;
}

.event-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 1s;
  transform: scale(1.000001);
}

.event-card iframe {
    margin-bottom: 30px;
    height: 350px;
}
@media (max-width: 992px) {
  .event-card iframe {
    margin-bottom: 20px;
    height: 250px;
  }
}
.event-card__title {
  height: 108px;
  font-family: "Cormorant Infant";
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-right: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 992px) {
  .event-card__title {
    font-size: 22px;
    line-height: 1.3;
    height: 85px;
    padding-right: 0;
    margin-bottom:0;
  }
}
@media (max-width: 767px) {
  .event-card__title {
    font-size: 18px;
    line-height: 1.3;
    height: auto;
  }
}
.event-card__date {
  font-size: 16px;
  line-height: 26px;
  color: #828282;
  padding-left: 30px;
  background: url(../../images/icon-calendar-mini.svg) left center no-repeat;
}
@media (max-width: 767px) {
  .event-card__date {
    font-size: 13px;
    line-height: 26px;
    padding-left: 26px;
    background-position: 0 4px;
  }
}
.event-card:hover .event-card__thumb img {
  transform: scale(1.05);
}
.event-card:hover .event-card__title {
  color: #62BD69;
}

.advantage {
  position: relative;
  z-index: 1;
  height: 644px;
  background: url(../../uploads/advantage-box-bg.jpg) center no-repeat;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 150px;
  z-index: 2;
}
@media (max-width: 992px) {
  .advantage {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .advantage {
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.advantage__title {
  font-family: "Cormorant Infant";
  font-weight: 700;
  font-size: 86px;
  line-height: 96px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1200px) {
  .advantage__title {
    font-size: 72px;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .advantage__title {
    font-size: 64px;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .advantage__title {
    font-size: 44px;
  }
}
.advantage__list {
  position: absolute;
  display: flex;
  left: 50%;
  bottom: -72px;
  max-width: 1580px;
  width: 100%;
  justify-content: space-between;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .advantage__list {
    position: static;
    flex-wrap: wrap;
    transform: none;
    justify-content: center;
  }
}
.advantage__item {
  width: 20%;
  padding: 0 45px;
}
@media (max-width: 1580px) {
  .advantage__item {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .advantage__item {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .advantage__item {
    width: 50%;
    margin: 0 0 40px;
  }
}
.advantage::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(181.03deg, rgba(0, 0, 0, 0.4) -23.04%, rgba(0, 0, 0, 0) 105.52%);
  transform: rotate(180deg);
  z-index: -1;
}
@media (max-width: 992px) {
  .advantage::after {
    background: linear-gradient(181.03deg, rgba(0, 0, 0, 0.6) -23.04%, rgba(0, 0, 0, 0) 105.52%);
  }
}
@media (max-width: 767px) {
  .advantage::after {
    background: linear-gradient(181.03deg, rgba(0, 0, 0, 0.8) -23.04%, rgba(0, 0, 0, 0) 105.52%);
    transform: rotate(360deg);
  }
}
.advantage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 628px;
  height: 422px;
  background: url(../../images/line-2.svg) top left no-repeat;
  background-size: contain;
}
@media (max-width: 1200px) {
  .advantage::before {
    left: -150px;
  }
}
@media (max-width: 992px) {
  .advantage::before {
    width: 320px;
  }
}
@media (max-width: 992px) {
  .advantage::before {
    font-size: 64px;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .advantage::before {
    display: none;
  }
}

.advantage-card {
  color: #fff;
  text-align: center;
}
.advantage-card__title {
  font-family: "Cormorant Infant";
  font-size: 62px;
  line-height: 52px;
  padding-bottom: 15px;
}
@media (max-width: 1580px) {
  .advantage-card__title {
    font-size: 58px;
  }
}
@media (max-width: 1200px) {
  .advantage-card__title {
    font-size: 46px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .advantage-card__title {
    font-size: 38px;
    line-height: 1;
  }
}
.advantage-card__descr {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .advantage-card__descr {
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .advantage-card__descr {
    font-weight: 400;
    font-size: 12px;
  }
}
.advantage-card__icon img {
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  border: 2px solid #62BD69;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .advantage-card__icon img {
    width: 120px;
    height: 120px;
  }
}

.activity {
  padding-top: 225px;
  padding-bottom: 130px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .activity {
    padding-top: 180px;
  }
}
@media (max-width: 992px) {
  .activity {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .activity {
    padding-top: 60px;
  }
}
.activity__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  position: relative;
}
.activity__tabs {
  margin-bottom: 75px;
}
@media (max-width: 1200px) {
  .activity__tabs {
    margin-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .activity__tabs {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -15px;
    padding: 0 15px 35px;
  }
  .activity__tabs::-webkit-scrollbar {
    display: none;
  }
}
.activity::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1500px;
  background: url(../../images/decor-left-line-white-bg.svg) left top no-repeat;
  z-index: -1;
}

.tab-button {
  display: inline-flex;
  align-items: center;
  height: 52px;
  font-weight: 500;
  font-size: 22px;
  line-height: 52px;
  background-color: transparent;
  border: 1px solid #62BD69;
  border-radius: 80px;
  margin-right: 20px;
  padding: 0 20px;
  position: relative;
  transition: 0.2s;
}
@media (max-width: 1200px) {
  .tab-button {
    height: 48px;
    font-size: 16px;
    line-height: 1.2;
    margin-right: 20px;
    padding: 0 15px;
  }
}
.tab-button::before, .tab-button::after {
  transition: 0.2s;
}
.tab-button::after {
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0, -50%);
  filter: brightness(0) invert(1);
}
.tab-button._param-1::before, .tab-button._param-1::after {
  content: "";
  width: 30px;
  height: 30px;
  padding-right: 15px;
  background: url(../../images/icon-footsteps.svg) left center no-repeat;
}
.tab-button._param-2::before, .tab-button._param-2::after {
  content: "";
  width: 30px;
  height: 30px;
  padding-right: 15px;
  background: url(../../images/icon-bench.svg) left center no-repeat;
}
.tab-button._param-3::before, .tab-button._param-3::after {
  content: "";
  width: 30px;
  height: 30px;
  padding-right: 15px;
  background: url(../../images/icon-horse.svg) left center no-repeat;
}
.tab-button._param-4::before, .tab-button._param-4::after {
  content: "";
  width: 30px;
  height: 30px;
  padding-right: 15px;
  background: url(../../images/icon-food.svg) left center no-repeat;
}
.tab-button._param-5::before, .tab-button._param-5::after {
  content: "";
  width: 30px;
  height: 30px;
  padding-right: 15px;
  background: url(../../images/icon-ball.svg) left center no-repeat;
}
.tab-button:last-child {
  margin-right: 0;
}
.tab-button:hover, .tab-button.active {
  color: #fff;
  background-color: #62BD69;
}
.tab-button:hover::before, .tab-button.active::before {
  opacity: 0;
}
.tab-button:hover::after, .tab-button.active::after {
  opacity: 1;
}

.about {
  text-align: center;
  padding-top: 70px;
  z-index: 1;
}
@media (max-width: 992px) {
  .about {
    padding-top: 50px;
  }
}
.about__header {
  margin-bottom: 30px;
}
.about__logo {
  margin-bottom: 40px;
}
.about__logo img {
  display: block;
  margin: 0 auto;
}
.about__descr {
  font-size: 18px;
  line-height: 28px;
  color: #4F4F4F;
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .about__descr {
    font-size: 16px;
    line-height: 1.6;
  }
  .about__descr br {
    display: none;
  }
}
.about__descr p {
  margin-bottom: 20px;
}
.about__descr p:last-child {
  margin-bottom: 0;
}
.about__descr .button {
  margin-top: 30px;
}

.left-decor-2::after {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  bottom: 0;
  width: 1205px;
  background: url(../../images/decor-left-gray-bg-2.svg) left top no-repeat;
  z-index: -1;
}

.right-decor-2::before {
  content: "";
  position: absolute;
  top: 55px;
  right: 0;
  bottom: 0;
  width: 1205px;
  background: url(../../images/decor-right-gray-bg.svg) right top no-repeat;
  z-index: -1;
}

.catalog-page {
  padding-bottom: 90px;
}
.catalog-page__header {
  margin-bottom: 90px;
}
@media (max-width: 1600px) {
  .catalog-page__header {
    margin-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .catalog-page__header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .catalog-page__header {
    margin-bottom: 30px;
  }
}
.catalog-page__footer {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .catalog-page__footer {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-page__footer .button {
    width: 100%;
  }
}
.catalog-page .event-card {
  margin-bottom: 35px;
}

.review-slider {
  position: relative;
  z-index: 10;
}
.review-slider__item {
  width: 25%;
}
@media (max-width: 1200px) {
  .review-slider__item {
    width: 33.33%;
  }
}
@media (max-width: 992px) {
  .review-slider__item {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .review-slider__item {
    width: 90%;
  }
}
@media (min-width: 993px) {
  .review-slider__item._lg {
    width: 50%;
  }
}
.review-slider__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
}
@media (max-width: 767px) {
  .review-slider__footer .button {
    width: 100%;
  }
}
.review-slider .swiper-button {
  top: 215px;
  bottom: auto;
  z-index: 10;
}
@media (max-width: 992px) {
  .review-slider .swiper-button {
    display: none;
  }
}
.review-slider .swiper-button-prev {
  transform: translate(-50%, -50%);
}
.review-slider .swiper-button-next {
  transform: translate(50%, -50%);
}
.review-slider .swiper-button-disabled {
  background-color: #F7F8F2;
}
.review-slider .swiper-pagination {
  position: static;
  width: auto;
}
@media (max-width: 767px) {
  .review-slider .swiper-pagination {
    display: none;
  }
}
.review-slider .swiper-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .review-slider .swiper-scrollbar {
    display: block;
    position: static;
    margin-top: 40px;
  }
}

.review-card__thumb {
  overflow: hidden;
}
.review-card__thumb img {
  display: block;
  width: 100%;
  height: 390px;
  transition: 1s;
  -o-object-fit: cover;
     object-fit: cover;
}
.review-card:hover .review-card__thumb img {
  transform: scale(1.05);
}
.review-card__info {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  margin-top: 12px;
}
.review-card__year {
  margin-right: 15px;
  color: #828282;
}
.review-card__autor {
  color: #333333;
  font-weight: 500;
  padding-left: 25px;
  background: url(../../images/icon-autor.svg) left center no-repeat;
}
@media (max-width: 568px) {
  .review-card__autor {
    padding-left: 0;
    background: none;
  }
}
.review-card__autor span {
  margin-right: 8px;
  font-weight: 400;
  color: #828282;
}
@media (max-width: 568px) {
  .review-card__autor span {
    display: none;
  }
}
.review-card__soc {
  display: flex;
}
@media (max-width: 568px) {
  .review-card__soc {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.review-card__soc img {
  display: block;
  margin-left: 15px;
}
.review-card__soc a:hover {
  transform: scale(1.3);
}

.page-header__info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .page-header__info {
    flex-wrap: wrap;
  }
}
.page-header__info._inner {
  justify-content: center;
}
.page-header__title {
  font-size: 76px;
  line-height: 86px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .page-header__title {
    font-size: 56px;
    line-height: 1.2;
  }
}
@media (max-width: 992px) {
  .page-header__title {
    font-size: 48px;
  }
}
@media (max-width: 568px) {
  .page-header__title {
    font-size: 35px;
  }
}
.page-header._inner {
  text-align: center;
}

.info-tag {
  display: inline-flex;
  align-items: center;
  height: 38px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  border-radius: 80px;
  padding: 0 20px;
  background: #E5F6DF;
  margin-right: 15px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .info-tag {
    line-height: 1;
    height: 38px;
    padding: 0 12px;
    font-size: 14px;
    margin: 5px;
  }
}
@media (max-width: 568px) {
  .info-tag {
    height: 32px;
    padding: 0 10px;
    font-size: 12px;
  }
}
.info-tag:last-child {
  margin-right: 0;
}
.info-tag span {
  padding-left: 28px;
  min-height: 24px;
  display: flex;
  align-items: center;
}
.info-tag._date span {
  background: url(../../images/icon-calendar-18px.svg) left center no-repeat;
}
.info-tag._time span {
  background: url(../../images/icon-clock.svg) left center no-repeat;
}
.info-tag._ticket span {
  background: url(../../images/icon-wallet.svg) left center no-repeat;
}
.info-tag._gps span {
  background: url(../../images/icon-map.svg) left center no-repeat;
}

.page-content ._inner .typography:last-child {
  margin-bottom: 60px;
}

.page-intro {
  position: relative;
  z-index: 10;
  padding-bottom: 90px;
}
@media (max-width: 568px) {
  .page-intro {
    padding-bottom: 40px;
  }
}
.page-intro p {
  font-size: 18px;
  line-height: 28px;
  color: #4F4F4F;
  margin-bottom: 20px !important;
}
@media (max-width: 568px) {
  .page-intro p {
    font-size: 16px;
    line-height: 1.6;
  }
}
.page-intro p:last-child {
  margin-bottom: 0;
}
.page-intro._inner p {
  text-align: center;
  max-width: 975px;
  margin: 0 auto;
}
.page-intro__cover {
  margin-top: 70px;
}
.page-intro__cover img {
  display: block;
  text-align: center;
  width: 100%;
}

.descr-box {
  position: relative;
  margin-top: -415px;
  padding-top: 440px;
  padding-bottom: 110px;
}
@media (max-width: 992px) {
  .descr-box {
    margin-top: -200px;
    padding-top: 150px;
  }
}
@media (max-width: 568px) {
  .descr-box {
    margin-top: -120px;
    padding-top: 100px;
  }
}
.descr-box::before {
  top: 500px;
  height: 1000px;
}
.descr-box::after {
  top: 375px;
  height: 1500px;
}

.columns {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .columns {
    margin-bottom: 60px;
  }
}

.columns-row {
  display: flex;
  align-items: center;
  margin: 0 -40px;
}
@media (max-width: 992px) {
  .columns-row {
    display: block;
    margin: 0;
  }
}
.columns-row .columns-col {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .columns-row .columns-col {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .columns-row .columns-col:last-child {
    margin-bottom: 0;
  }
}

.close-button {
  border: none;
  width: 24px;
  height: 24px;
  background: url(../../images/icon-cross.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
}

/* popup */
.popup {
  display: none;
  width: 100%;
  max-width: 640px;
  padding: 50px 60px;
  font-family: "Manrope";
}

.popup .title-h3 {font-size: 45px;line-height: 45px;}

@media (max-width: 992px) {
  .popup {
    padding: 30px;
  }
  .popup .title-h3 {font-size: 35px;line-height: 40px;}
}
@media (max-width: 568px) {
  .popup {
    padding: 20px;
  }
}
.popup__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 30px;
}
.popup .button {
  width: 100%;
}

/* footer */
.footer {
  position: relative;
  background: rgba(229, 246, 223, 0.3);
  margin-top: 25px;
}
@media (max-width: 992px) {
  .footer {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
}
.footer::after {
  content: "";
  position: absolute;
  top: -25px;
  right: 15px;
  width: 782px;
  height: 525px;
  background: url(../../images/line.svg) top right no-repeat;
  background-size: contain;
  z-index: 1;
}
.footer__top {
  position: relative;
  padding: 45px 0;
  display: flex;
  justify-content: space-between;
  z-index: 999;
}
@media (max-width: 767px) {
  .footer__top {
    display: block;
    padding: 0;
    margin-bottom: 20px;
  }
}
.footer__top:last-child {
  padding-bottom: 0;
}
.footer__bottom {
  position: relative;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  z-index: 999;
}
@media (max-width: 767px) {
  .footer__bottom {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  right: -1000px;
  height: 1px;
  background: #E0E0E0;
}
@media (max-width: 992px) {
  .footer__bottom::before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .footer__logo {
    width: auto;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer__soc {
    margin-top: 30px;
  }
}
.footer__nav {
  display: flex;
  width: 30%;
  justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 1200px) {
  .footer__nav {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .footer__nav {
    display: none;
  }
}

.footer-logo img {
  display: block;
  width: 71px;
  height: 107px;
}

.footer-contacts {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #4F4F4F;margin-bottom:40px;
}
.footer-contacts a {text-decoration:none !important}
.footer-contacts a:hover {}
@media (max-width: 1200px) {
  .footer-contacts {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .footer-contacts {
    text-align: left;
    width: 300px;
    margin: auto;
  }
}
.footer-contacts__item {
  margin-bottom: 20px;
  padding-left: 34px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 568px) {
  .footer-contacts__item {
    display: inline-block;
    margin: 0 30px 20px;
  }
  .footer-contacts__item span {display:block}
}
@media (max-width: 375px) {
  .footer-contacts__item {
    display: inline-block;
    margin: 0 0 20px;
  }
}
.footer-contacts__item:last-child {
  margin-bottom: 0;
}
.footer-contacts__item._phone {
  background-image: url(../../images/icon-phone.svg);
}
.footer-contacts__item._mail {
  background-image: url(../../images/icon-mail.svg);
}
.footer-contacts__item._addr {
  background-image: url(../../images/icon-map.svg);
}
.footer-contacts__item._clock {
  background-image: url(../../images/icon-clock.svg);
}
.footer-contacts__item a:hover {
  color: #62BD69;
}

.footer-nav__item {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .footer-nav__item {
    margin-bottom: 15px;
  }
}
.footer-nav__item:last-child {
  margin-bottom: 0;
}
.footer-nav__item a {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #4F4F4F;
}
@media (max-width: 1200px) {
  .footer-nav__item a {
    font-size: 16px;
    line-height: 1.4;
  }
}
.footer-nav__item a:hover {
  color: #62BD69;
}

.footer-more-nav__item {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .footer-more-nav__item {
    margin-bottom: 15px;
  }
}
.footer-more-nav__item:last-child {
  margin-bottom: 0;
}
.footer-more-nav__item a {
  font-size: 16px;
  line-height: 28px;
  color: #4F4F4F;
}
@media (max-width: 1200px) {
  .footer-more-nav__item a {
    line-height: 1.4;
  }
}
.footer-more-nav__item a:hover {
  color: #62BD69;
}

@media (max-width: 992px) {
  .footer-info {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-info__item {
  margin-right: 28px;
}
.footer-info__item:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .footer-info__item:first-child {
    margin-right: 0;
    order: 10;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer-info__item:first-child {
    margin-top: 0;
  }
}
.footer-info a:hover {
  text-decoration: underline;
}

.soc-list {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .soc-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .soc-list {
    margin-bottom: 0;
  }
}
.soc-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #E0E0E0;
  border-radius: 100%;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .soc-list__item {
    margin: 0 10px 20px;
  }
}
.soc-list__item:last-child {
  margin-right: 0;
}
.soc-list__item:hover {
  transition: 0.5s;
  background-color: #62BD69;
  border: 1px solid #62BD69;
}
.soc-list__item:hover img {
  filter: brightness(0) invert(1);
}
.soc-list__item img {
  display: block;
}

.footer-info {
  text-align: right;
  font-size: 14px;
  line-height: 24px;
  color: #828282;
}
.footer-info a {
  text-decoration-line: underline;
}
.footer-info a:hover {
  text-decoration: none;
  color: #62BD69;
}

@media (max-width: 767px) {
  .footer-dev {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-dev img {
    height: 14px;
  }
}

@media (max-width: 767px) {
  .footer-spec {
    padding-bottom: 10px;
    display: none;
  }
}
.footer-spec__link {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  background: url(../../images/icon-glasses-green.svg) left center no-repeat;
  padding-left: 55px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .footer-spec__link {
    font-weight: 400;
    font-size: 14px;
    background-size: 30px;
    padding-left: 40px;
  }
}
.footer-spec__link:hover {
  text-decoration: none;
  color: #62BD69;
}


.footer-more-nav__item.active a {
   color: #62BD69;
}

.burger-nav__item.active a {
   color: #333333;
}

.main-nav div.main-nav__item.active a {
   color: #62BD69;
}

.footer-nav__item.active a {
   color: #62BD69;
}

.error {
   background: pink!important;
}


.file-box {
background: #f9f9f9;
border: 1px solid #d2d2d2;
padding: 20px;
}

.file-box__label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
  color: black;
}


.jq-file {
  display: inline-flex;
  height: 40px;
  align-items: center;
  padding: 0 12px;
  border: 1px solid #333;
  border-radius: 4px;
  transition: 0.5s;
}

.jq-file__name::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  left: 0;
  top: 50%;
  margin-top: -1px;
  background: #333;
}

.jq-file__name::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  left: 5px;
  top: 50%;
  margin-top: -6px;
  background: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  display: none;
}

.form_head {font-family: "Cormorant Infant";font-size: 46px;margin-bottom: 30px;}

.whattodo {margin:40px 0 75px;display:flex}

.news_inner h2, .news_inner li {color:#4f4f4f}
.news_inner h2 {font-family: "Cormorant Infant";}
.news_inner a {color:#62bd69}
.news_inner a:hover {color:#4F4F4F}
.news_inner li {line-height: 28px;list-style: disc;margin-left: 20px;font-size: 18px;}
.back_url {margin-top:40px;margin-bottom:20px}

.post_pic {height:auto}

.post_pic img {transform: inherit !important;}

.art_open .green-light-bg {background: none;}
.art_open .page-intro {padding-bottom:0}

.tbl_card {display: flex;}
.tbl_card .field {margin-right: 20px;}
.tbl_card input[type="text"] {width: 100%;height: 54px;padding: 0 20px;font-weight: 400;font-size: 16px;text-align: left;background: #fff;border: 1px solid #E0E0E0;}
.tbl_card input[type="submit"] {display: inline-flex;padding: 0 50px;height: 54px;align-items: center;justify-content: center;text-align: center;text-decoration: none;transition: none;cursor: pointer;font-weight: 600;font-size: 18px;line-height: 28px;border: 1px solid #62BD69;background: #62BD69;color: #fff;transition: 0.3s;}
.tbl_card input[type="submit"]:hover {color: #62BD69;background: #E5F6DF;}

@media (max-width: 767px) {
.form_head {font-size: 38px;}
iframe {width:100%}
.map img {width:100%}
.main-nav div.main-nav__item.active a {color: #62BD69;}
.whattodo {display: flex;overflow-x: auto;}
.burger-box__nav .main-nav {display:none}
.contacts_info {display:none}
.news_inner li {font-size: 16px;line-height: 1.6;}
.art_open .swiper-horizontal>.swiper-scrollbar {bottom: -27px;}
.art_open .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag {top:0}
.docs {margin-bottom: 0 !important;}
.tbl_card {justify-content: center;flex-wrap: wrap;}
.tbl_card .field {margin-right:0;margin-bottom:20px;width: 100%;display: flex;justify-content: center;}
}
.normal-version {
  display: none;
}

.time {text-align: center;padding:30px}
.leto img {height:50px;}

.map {display:flex}
.map_icons {display: flex;flex-wrap: wrap;justify-content: space-between;}
.map_icons .icon_sign {font-size:14px;}
.map_icons .item {display:flex;align-items: center;width:48%}
.map_icons .item figure {width:87px;margin-right:18px;}
.map_icons .item figure img {width:87px}

.art_list {display:flex;justify-content:space-between;margin:50px 0;}
.art_list .col {width:32%;padding: 0;}
.art_list .item {display: flex;margin-bottom:30px;}
.art_list .item figure {margin-right:15px;}
.art_list .item .name {font-size: 20px;font-weight: 700;margin-bottom: 10px;}
.art_list .item .descr {min-height:66px;}
.art_list .circle {background:#62BD69;border-radius:50%}
.art_list .orange {width:24px;height:24px;}

@media (max-width: 767px) {
.time {font-size:14px}
.time span {display:block}
.map {display:block}
.map_icons .item {margin-bottom: 10px;}
.map_icons .item figure {width: 50px;}
.map_icons .item figure img {width: 50px;}
.map_icons .item .icon_sign {font-size:12px;}
.art_list {display: block;}
.art_list .col {width: 100%;}
.art_list .item .descr {min-height: auto;}
}

/* Stylesheet: Стиль Modified On 2026-01-30 21:11:38 */
#map { width: 100%; height: 600px; }
.map-controls {display: flex;justify-content: space-between;margin: 20px 0;}
.map-controls-inner .title {font-size:14px;font-weight:500;font-size: 20px;font-weight: 700;}
.map-controls-inner label {margin-right:20px;}
.map-controls-inner label input {margin-right:5px;}

.location .button {height:30px;padding:0 30px;margin:15px 0 10px;}
.gh {margin-bottom:15px;font-size:13px;}

.winter {text-align:center;/*margin: 40px 0;*/}
.winter img {width: 100%;max-width: 1920px;}


@media (max-width: 767px) {
.map-controls {display: block;}
.map-controls-inner {margin-bottom:10px;}
.map-controls-inner label {display: block;}
}
.header__logo {display: flex;}
.header__logo img {max-height: 80px; margin: 0px 10px 0 10px;}
.header-logo {width: auto;}
.header-logo::before {
  content: "";
  width: 1px;
  height: 80px;
  background-color: #000;
margin-top: 20px;
}
.park_items .event-card {color: #4F4F4F;}
.park_items h2 {font-size: 46px;line-height: 56px;margin-bottom: 20px;font-family: "Cormorant Infant";color: #4f4f4f;}
.park_items a {color: #62BD69;}
.park_items a:hover {color: #4F4F4F;}
.news_inner h2 {font-size: 46px;line-height: 56px;margin-bottom: 20px;}
.first {font-size: 23px !important;line-height: 33px !important;font-weight: 600;width:70%}
.news_inner .row {margin: 0 -20px}

@media (max-width: 767px) {
.header__logo img {max-height: 35px;}
.news_inner h2 {font-size: 36px;line-height: 46px;}
.first {font-size: 21px !important;line-height: 29px !important;width:100%}
}


.mj_ddf img {
 max-width: 100%;
}


.row h2.nmg {
  clear: both;
  width: 100%;
  margin-left: 20px;
  margin-top: 0px;
}
.page-intro img {width: 100%; max-width: 1245px;}
.map img {width:auto}



.wrap div.list div.list--item.location a.button {
  color: white;
}

.logo_rp {margin:2px 10px 0 10px !important}

.services {display:flex;gap:30px;flex-wrap:wrap;}
.services .item {width:45%}
@media (max-width: 767px) {
.services {flex-wrap:wrap}
.services .item {width:100%}
}
/* Stylesheet: Наш стиль (Все изменения только сюда) Modified On 2026-04-10 14:39:32 */
