@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul[class],
ol[class] {
  list-style: none;
}
a:not([class]) {
  color: #0c6239;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}
a:not([class]):hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  display: block;
}
section > * + *,
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 10px;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #202020;
  font-size: 1.4rem;
}
body.no-scroll {
  overflow: hidden;
}
.o-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.o-link:hover {
  text-decoration: underline;
}
.o-btn {
  display: inline-block;
  text-decoration: none;
  color: #313233;
  font-size: 1.4rem;
  padding: 1.5rem 3rem;
  box-shadow: 0 1px 4px #0000001a;
  font-weight: 600;
  border-radius: 3.5rem;
  transition: background-color 0.2s linear;
}
.o-btn--primary {
  background-color: #e78553;
}
.o-btn--primary:hover {
  background-color: #e57841;
}
.o-btn--default {
  color: #313233;
  background-color: #41b169;
}
.o-btn--default:hover {
  background-color: #4ebe76;
}
.o-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.o-section {
  padding: 5rem 0;
  display: block;
}
.o-section--green {
  background-color: #134326;
  color: rgba(255, 255, 255, 0.72);
}
.o-section--dark {
  background-color: #202020;
  color: #fff;
}
.o-margin {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.24;
}
.o-title-h1,
.o-title-h2,
h1,
h2 {
  text-align: center;
  color: #249752;
}
.o-title-h1,
h1 {
  font-size: 2.8rem;
  margin-bottom: 0.6em;
}
.o-title-h2,
h2 {
  font-size: 2.4rem;
  margin: 0.6em 0;
}
.o-title-h3,
h3 {
  font-weight: 600;
  margin: 0.7em 0;
  text-transform: uppercase;
}
.o-title-h2--white {
  color: #fff;
}
.o-table-wrap {
  overflow-x: auto;
}
@media (min-width: 768px) {
  .o-container {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
  }
  .o-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .o-title-h2,
  h2 {
    font-size: 3rem;
  }
  .o-title-h1,
  h1 {
    font-size: 3.3rem;
  }
}
@media (min-width: 992px) {
  .o-container {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .o-container {
    max-width: 1170px;
  }
  .o-title-h1,
  h1 {
    font-size: 4rem;
  }
  .o-title-h2,
  h2 {
    font-size: 3.6rem;
  }
}
.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 16px #00000066;
  background-color: #015536;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  z-index: 3;
}
.c-header__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100vw;
  min-height: 100vh;
  background: linear-gradient(180deg, #005433 0, #002e1c 100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}
.c-header__overlay.is-active {
  visibility: visible;
  opacity: 0.75;
}
.c-header__btn {
  padding: 0.8em 1em;
  margin-right: 1rem;
}
.c-burger {
  width: 24px;
  height: 28px;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.c-burger svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.c-logo {
  display: none;
}
.c-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  width: 85vw;
  height: 100%;
  z-index: 3;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-mobile-menu.is-active {
  transform: translateX(0);
}
.c-close-menu {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 1rem;
  cursor: pointer;
}
.c-close-menu svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}
.c-menu__list[class] {
  padding-top: 4rem;
}
.c-menu__item--border {
  border-bottom: 1px solid #ddd;
}
.c-menu__link {
  display: flex;
  align-items: center;
  color: #131415;
  font-weight: 600;
  text-decoration: none;
  padding: 1rem;
  transition: background-color 0.3s ease;
}
.c-menu__link:hover {
  background-color: rgba(212, 212, 212, 0.5);
}
.c-menu__link span {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .c-mobile-menu {
    width: 340px;
  }
}
@media (min-width: 992px) {
  .c-logo {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}
.c-main {
  margin-top: 70px;
}
.c-main ul:not([class]),
.c-main ol:not([class]) {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
}
@media (min-width: 767px) {
  .c-main ul:not([class]),
  .c-main ol:not([class]) {
    padding-left: 3rem;
  }
}
.c-main ul:not([class]) + p,
.c-main ol:not([class]) + p {
  margin-top: 1rem;
}
.c-main ul:not([class]) > li,
.c-main ol:not([class]) > li {
  padding: 7px 0 0 5px;
}
.c-main ul:not([class]) {
  list-style-type: none;
}
.c-main ul:not([class]) li {
  position: relative;
}
.c-main ul:not([class]) li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #0a7d41;
  border-radius: 50%;
  left: -12px;
  top: 13px;
}
.c-main table:not([class]) {
  text-align: center;
  border-collapse: collapse;
  margin: 2rem auto 1rem;
}
.c-main table:not([class]) td {
  border: 1px solid #000;
  padding: 1rem;
  min-width: 100px;
}
.o-table {
  padding: 3rem;
  background-color: #015536;
  border-radius: 1rem;
  width: 100%;
}
.o-table th,
.o-table td {
  padding: 1rem 0.5rem;
  text-align: center;
}
.o-table td {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  line-height: 3.3;
  color: #fff;
  min-width: 100px;
}
.o-table td:last-child {
  border-right: 2px solid #fff;
}
.o-table thead tr:hover {
  background-color: transparent;
}
.o-table tr {
  transition: background-color 0.3s ease;
}
.o-table tr:hover {
  background-color: #016e46;
}
.o-table th {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid #fff;
}
.c-content {
  background-color: #f9f9f9;
}
.c-section-header {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.c-section-header__descr p + p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .c-section-header {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-hero {
  min-height: 60vh;
  position: relative;
  display: flex;
  overflow: hidden;
}
.c-hero::before,
.c-hero::after {
  content: "";
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}
.c-hero::before {
  background-color: #015536;
  background-image: url(../img/photo_bg.jpg);
  width: 100%;
}
.c-hero::after {
  background-color: #404040;
  /* background-image: url(../img/bg-banner-2.jpg); */
  right: 0;
  width: 0%;
}
.c-hero__inner {
  height: 100%;
}
.c-hero__left {
  width: 72%;
  height: 100%;
  padding-left: 5%;
  padding-right: 2.6vh;
}
.c-hero__content {
  position: relative;
  z-index: 2;
  margin-top: 15%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #fff;
  font-weight: 700;
}
.c-hero__title {
  font-size: 3.5vh;
  margin-bottom: 2rem;
}
.c-hero__subtitle {
  font-size: 2.5vh;
  line-height: 1.5;
}
.c-hero__btn {
  margin: 2rem 0;
  font-size: 1.5rem;
  padding: 1rem 4rem;
}
.c-hero__box {
  font-size: 1rem;
}
.c-hero__box img {
  margin-top: 3rem;
}
.c-hero__img {
  width: 200px;
  height: 100%;
  position: absolute;
  right: calc(28% - 100px);
  bottom: -15px;
  z-index: 1;
}
.c-hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 374px) {
  .c-hero__left {
    width: 66.6666%;
  }
}
@media (min-width: 768px) {
  .c-hero {
    min-height: 75vh;
  }
  .c-hero::after {
    background-image: url("../img/photo_bg.jpg");
    background-size: cover;
    height: 100%;
    background-position-x: center;
  }
  .c-hero__left {
    display: flex;
    align-items: center;
  }
  .c-hero__content {
    padding-right: 15%;
  }
  .c-hero__img {
    width: 345px;
    height: 100vh;
    top: 0;
    bottom: -25%;
    right: calc(28% - 172.2px);
  }
  .c-hero__img img {
    height: auto;
    width: auto;
    -o-object-fit: initial;
    object-fit: initial;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .c-hero__left {
    padding-left: 6%;
    padding-right: 7.6vh;
  }
}
@media (min-width: 1024px) {
  .c-hero::before {
    width: 100%;
  }
  .c-hero::after {
    width: 0%;
  }
  .c-hero__left {
    padding-left: 10%;
    width: 65%;
  }
  .c-hero__img {
    right: calc(41% - 172.2px);
  }
}
@media (min-width: 1366px) {
  .c-hero {
    min-height: 85vh;
  }
  .c-hero::before {
    background-image: url("../img/photo_bg.jpg");
  }
  .c-hero::after {
    /* background-image: url("../img/bg-banner-2.jpg"); */
  }
  .c-hero__left {
    padding-left: 16%;
    width: 75%;
  }
  .c-hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.c-access__content {
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
}
.c-access__descr {
  margin-bottom: 2rem;
}
.c-access__btn {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .c-access__descr {
    font-size: 2.2rem;
  }
}
.o-section-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: #015536;
}
.o-section-bg::before {
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.o-section-bg__content {
  position: relative;
}
.o-bg-bonus.is-load {
  background-image: url("../img/bg-banner-4.jpg");
}
.o-bg-lobby.is-load {
  background-image: url("../img/bg-banner-4.jpg");
}
.c-sign-up.is-load {
  background-image: url("../img/bg-banner-4.jpg");
}
.c-sign-up.is-load::before {
  background-color: rgba(0, 0, 0, 0.2);
}
.c-sign-up {
  color: #fff;
}
.c-sign-up__title {
  text-transform: uppercase;
  text-shadow: 0 2px 3px #0000004d;
  color: #fff;
}
.c-sign-up__content {
  font-size: 1.6rem;
}
.c-sign-up__content p + p {
  margin-top: 1em;
}
@media (min-width: 992px) {
  .c-sign-up.is-load {
    background-image: url("../img/bg-banner-4.jpg");
  }
  .c-sign-up.is-load::before {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
.c-faq details[open] summary::before {
  transform: rotate(180deg);
}
.c-faq summary {
  position: relative;
}
.c-faq summary::before {
  content: "";
  position: absolute;
  background-image: url("../img/icons/arrow.svg");
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
}
.c-info__item {
  margin-top: 3rem;
}
.c-info__title {
  text-transform: uppercase;
  color: #015536;
  font-weight: 600;
  list-style-type: none;
  display: block;
  cursor: pointer;
  margin-bottom: 0.5rem;
}
.c-info__descr p + p {
  margin-top: 1em;
}
@media (min-width: 768px) {
  .c-info {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .c-info__item {
    width: 50%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-info__title {
    font-size: 1.6rem;
  }
}
.c-reviews__item {
  background: #015536;
  padding: 2.5rem 2rem 3.5rem;
  border-radius: 1.5rem;
  position: relative;
  color: #fff;
  margin-bottom: 4.5rem;
}
.c-reviews__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
}
.c-reviews__name {
  margin-left: 1rem;
}
.c-reviews__date {
  display: none;
}
@media (min-width: 555px) {
  .c-reviews__date {
    display: block;
    margin-left: auto;
  }
}
.c-reviews__btn {
  position: absolute;
  bottom: -17px;
  right: 25px;
}
.c-rating {
  display: block;
  width: 110px;
  height: 20px;
}
.c-rating__value {
  display: flex;
  width: 100%;
  height: 20px;
  overflow-x: hidden;
}
.c-footer {
  padding: 4rem 0;
  background-color: #202020;
}
.c-footer__content {
  color: #666;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.c-footer__content-descr {
  margin-top: 1rem;
}
.c-footer__content-descr p + p {
  margin-top: 1em;
}
.c-footer__bottom-descr {
  font-size: 1rem;
  color: #ababab;
}
.c-footer__bottom-descr p + p {
  margin-top: 1em;
}
.c-footer__bottom-right {
  margin-top: 1em;
}
.c-footer__col-item {
  margin-bottom: 2rem;
}
.c-footer__col-link img {
  width: auto;
  height: auto;
}
.c-nav {
  margin-bottom: 3rem;
}
.c-nav__link {
  display: block;
  text-decoration: none;
  color: #17bb6d;
  text-align: center;
  background-color: #242424;
  margin-bottom: 0.8rem;
  padding: 0.8rem;
}
.c-nav__link:hover {
  text-decoration: underline;
}
@media (min-width: 767px) {
  .c-footer {
    padding-top: 6rem;
    padding-bottom: 3.5rem;
  }
  .c-footer__content {
    flex-direction: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .c-footer__content-descr {
    width: 75%;
    padding-left: 2rem;
  }
  .c-footer__inner {
    display: flex;
  }
  .c-footer__col {
    width: 20%;
  }
  .c-footer__col[class] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-footer__bottom-descr {
    width: 80%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .c-nav {
    text-align: center;
  }
  .c-nav__item {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    margin-bottom: 1.5rem;
    display: inline-block;
  }
  .c-nav__link {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .c-footer__col {
    width: 17%;
  }
  .c-footer__bottom-descr {
    width: 83%;
    display: flex;
  }
  .c-footer__bottom-right {
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}