@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Noto+Sans:wght@300;400;500;700&display=swap");
@import "../libs/vanilla-calendar/vanilla-calendar.min.css";
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

input, button {
  border: none;
  font-family: inherit;
  font-size: inherit;
}

button, input[type=submit] {
  background: none;
  cursor: pointer;
}

button,
textarea,
input {
  outline: none;
  border: none;
}

input [type=radio],
input [type=checkbox],
input [type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input:focus, button:focus {
  outline: none;
}

ul, li {
  list-style: none;
}

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

address {
  font-style: normal;
}

label {
  display: inline-block;
  cursor: pointer;
}

legend {
  display: block;
}

html {
  scroll-behavior: smooth;
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  width: 100%;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  background-image: url("../img/globys.jpg");
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  scroll-behavior: smooth;
  height: 100vh;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(123.41% 355.13% at -3.94% -5.38%, #0C0C0C 0%, rgba(12, 12, 12, 0.9) 43.75%, #0C0C0C 100%);
  z-index: -1;
}

body.noscroll {
  overflow: hidden;
}

#overlay {
  /* Tablet */
}
@media (max-width: 899px) {
  #overlay {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    background: radial-gradient(123.41% 355.13% at -3.94% -5.38%, #0C0C0C 0%, rgba(12, 12, 12, 0.9) 43.75%, #0C0C0C 100%);
    transition: all 0.3s ease-in-out;
  }
}

#overlay.active {
  opacity: 1;
  pointer-events: unset;
}

a {
  display: inline-block;
  outline: none;
}

a, a:link, a:visited {
  text-decoration: none;
}

a,
a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

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

svg {
  max-width: 100%;
}

button,
textarea,
input {
  outline: none;
}

input [type=radio],
input [type=checkbox],
input [type=radio] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

button {
  display: inline-block;
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  /* Desktop */
  /* Tablet */
  /* Mobile XS */
  /* Mobile XS */
}
.container--no-padding {
  padding: 0;
}
@media (max-width: 1139px) {
  .container {
    width: 900px;
  }
}
@media (max-width: 899px) {
  .container {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .container--fluid {
    max-width: unset;
    width: 100%;
  }
}

.border-grad {
  display: inline;
  background-repeat: no-repeat;
  background-position: left bottom 15px;
  background-size: 100% 12px;
  background-image: linear-gradient(to left, rgb(251, 220, 77), rgb(251, 220, 77));
}

/* Utility */
.none {
  display: none !important;
}

.nav-icon {
  position: relative;
  width: 40px;
  height: 25px;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 115;
  cursor: pointer;
  /* Tablet */
}
@media (max-width: 899px) {
  .nav-icon {
    display: flex;
    position: absolute;
    top: 15px;
    right: 50%;
    transform: translateX(50%);
  }
}

.nav-icon__middle {
  position: relative;
  width: 40px;
  height: 5px;
  background-color: rgb(0, 0, 0);
}
.nav-icon__middle::before, .nav-icon__middle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 40px;
  height: 5px;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  background-color: rgb(0, 0, 0);
}
.nav-icon__middle::before {
  top: -10px;
}
.nav-icon__middle::after {
  top: 10px;
}

/* Active state */
/* Tablet */
@media (max-width: 889px) {
  .nav-icon.nav-icon--active {
    position: fixed;
    top: 40px;
    right: 35px;
  }
}
.nav-icon.nav-icon--active .nav-icon__middle {
  background-color: transparent;
}
.nav-icon.nav-icon--active .nav-icon__middle::before, .nav-icon.nav-icon--active .nav-icon__middle::after {
  top: 0;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  background-color: rgb(0, 0, 0);
}
.nav-icon.nav-icon--active .nav-icon__middle::before {
  transform: rotate(45deg);
}
.nav-icon.nav-icon--active .nav-icon__middle::after {
  transform: rotate(-45deg);
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 320px;
  background-color: #fff;
  z-index: 5;
  transform: translate(100%);
  transition: 0.3s ease-in-out;
  /* Desktop */
}
@media (max-width: 899px) {
  .mobile-menu {
    z-index: 5;
    padding: 37px 14px 40px;
  }
}

.mobile-menu.active {
  display: block;
  transform: translate(0);
}

.mobile-menu-item {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}
.mobile-menu-item.border-grad {
  background-position: left bottom 4px;
  background-size: 0% 12px;
  transition: all 0.3s ease-in-out;
}
.mobile-menu-item.border-grad:hover {
  background-position: left bottom -5px;
  background-size: 100% 12px;
  color: rgba(3, 122, 240, 0.6);
}

.mobile-menu__nav-list > * + * {
  margin-top: 34px;
}

.mobile-menu-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.mobile__social {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 20px;
}

.mobile__social-item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 38px;
  transition: all 0.3s ease-in-out;
}
.mobile__social-item i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
}
.mobile__social-item--vk i {
  color: #fff;
  border-radius: 50%;
  background-color: #4D76A1;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
}
.mobile__social-item:not(:last-child) {
  margin-right: 20px;
}
.mobile__social-item:hover {
  opacity: 0.75;
}

.info-text, .info-desc {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .info-text, .info-desc {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .info-text, .info-desc {
    font-size: 16px;
  }
}

.info-desc {
  color: #e0fa0b;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .info-desc {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .info-desc {
    font-size: 16px;
  }
}

.info-white {
  color: #fff;
}

.methodicalpiggy {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 173px);
  width: 100%;
  justify-content: center;
  text-align: center;
}

.methodicalpiggy-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.methodicalpiggy-wrapper a {
  display: flex;
  align-items: center;
  width: 51px;
  gap: 15px;
  flex-direction: row;
}

.additional__materials {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.additional__materials::-webkit-scrollbar {
  width: 0;
}

.additional__materials-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.additional__materials-wrapper a {
  display: flex;
  align-items: center;
  width: 51px;
  flex-direction: row;
}

.info__olymp {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: calc(100vh - 173px);
  width: 100%;
  justify-content: center;
  text-align: center;
}

.info-title {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}

.info__olymp-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 15px;
}
.info__olymp-wrapper a {
  display: flex;
  align-items: center;
  width: 51px;
  height: 51px;
  gap: 15px;
  color: #007bff;
}
.info__olymp-wrapper a:hover {
  color: #0056b3;
  text-decoration: underline;
}

.info__oge {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  text-align: center;
  transform: translateY(50%);
}

.info__oge-wrapper {
  display: flex;
  justify-content: center;
}

.info__oge-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 56px;
  color: #000;
  /* Desktop */
  /* Mobile XS */
}
.info__oge-text a {
  color: #007bff;
  /* Desktop */
  /* Mobile XS */
}
@media (max-width: 1139px) {
  .info__oge-text a {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
@media (max-width: 767px) {
  .info__oge-text a {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
}
.info__oge-text a:hover {
  color: #0056b3;
  text-decoration: underline;
}
@media (max-width: 1139px) {
  .info__oge-text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .info__oge-text {
    width: 100%;
    font-size: 16px;
    line-height: 40px;
  }
}

.main-politica > * {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 173px);
  color: #fff;
  background: #fff;
  width: 940px;
  margin: 1em auto;
  border: 1px solid #ccc;
  padding: 1em 2%;
  transition: all 0.3s ease-in-out;
}
.main-politica > * h1 {
  color: #006dad;
  font-size: 2.2em;
  text-align: center;
}
.main-politica > * h2 {
  color: #444;
  font-size: 1.8em;
  text-align: center;
  margin-bottom: 15px;
}
.main-politica > * h3 {
  color: #222;
  font-size: 1.6em;
  text-align: center;
}
.main-politica > * p {
  color: #333;
  padding: 0 0 0.5em;
  font-family: "Montserrat", sans-serif;
  line-height: 150%;
}
.main-politica > * a:hover {
  color: #007bff;
  text-decoration: underline;
}

.cards-accrods {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}

.card-item {
  width: 220px;
  border-radius: 20px 20px 0 0;
  transform: translateX(0%);
  /* Mobile XS */
}
.card-item--w {
  width: 375px;
  padding-bottom: 15px;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .card-item--w {
    width: 432px;
  }
}
@media (max-width: 767px) {
  .card-item--w {
    width: 100%;
  }
}
.card-item--aw {
  width: 510px;
  display: flex;
  flex-direction: column;
}
.card-item--mp {
  width: 480px;
}
@media (max-width: 767px) {
  .card-item {
    width: 100%;
  }
}

.cards-title-header {
  display: flex;
  padding: 20px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #d7d7d7;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cards-title-header:hover {
  background-color: #fff;
  color: #000;
}

.card-item.active .cards-title-header {
  background-color: #fff;
  color: #000;
}

.cards-title {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.55;
  color: #000;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .cards-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cards-title {
    font-size: 18px;
  }
}
.cards-title:hover {
  color: #007bff;
}

.card-item.active .cards-title-header .cards-title {
  color: #007bff;
}

.active {
  overflow: visible;
}

.cards-subtitle {
  display: none;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.7;
  color: #000;
  cursor: pointer;
  text-align: center;
  /* Mobile XS */
}
@media (max-width: 767px) {
  .cards-subtitle {
    margin: 0;
  }
}
.cards-subtitle a {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #007bff;
  transition: all 0.3s ease-in-out;
}
.cards-subtitle a:hover {
  text-decoration: underline;
}
.cards-subtitle--text {
  text-align: left;
}

.cards-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 51px;
  row-gap: 15px;
  color: #007bff;
  transform: translateX(60px);
  margin-top: 10px;
}
.cards-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.card-item.active .cards-subtitle {
  display: block;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
  background-color: rgba(0, 0, 0, 0.75);
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

textarea#message.form-control {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 70px;
  width: 100%;
  resize: none;
  border: 1px solid green;
  border-radius: 5px;
}

textarea#message.form-control:focus {
  border: 1px solid green;
  box-shadow: 0 0 30px rgba(0, 128, 0, 0.4);
}

.form-wrapper {
  display: flex;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.75);
  min-height: 90px;
}

.form-wrapper label {
  margin-bottom: 10px;
  font-weight: 500;
  color: #1f1f1f;
}
.form-wrapper label.error {
  color: rgba(255, 0, 0, 0.6);
}

.form-wrapper input {
  border: 1px solid green;
  border-radius: 5px;
}

.form-wrapper input:focus {
  box-shadow: 0 0 30px rgba(0, 128, 0, 0.4);
}

.form-wrapper input {
  width: 100%;
}

.form-wrapper .form-control:focus {
  border: 1px solid green;
}

.form-wrapper p {
  color: #1f1f1f;
  transition: all 0.3s ease-in-out;
}
.form-wrapper p a:hover {
  color: #007bff;
  text-decoration: underline;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group:last-child {
  margin-bottom: 0;
}

.form-control {
  display: block;
  padding: 7px 14px;
}

input[type=submit] {
  display: inline-block;
  padding: 7px 14px;
  height: 64px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  border: none;
  background: #28a745;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
  width: 50%;
  transform: translateX(50%);
  cursor: pointer;
}
input[type=submit]:hover {
  color: #fff;
  background: rgba(40, 167, 69, 0.7);
}

.form-title {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.form-title:hover {
  color: #B79109;
  border-bottom: 1px solid;
}

.form1 {
  background-color: rgba(95, 199, 151, 0.7);
  padding: 50px;
  margin-top: 40px;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.85);
  border: 3px solid #000;
}

.form1 input[type=radio]:checked + label {
  color: orange;
}

.form1 h4 {
  color: #212121;
  font-size: 22px;
  font-weight: 700;
}

.vanilla-calendar-month, .vanilla-calendar-year {
  color: #000 !important;
}

.vanilla-calendar-arrow::before {
  background: #000 !important;
}

.vanilla-calendar-day__btn.vanilla-calendar-day__btn_selected {
  background-color: rgb(6, 182, 212) !important;
}

.vanilla-calendar-day__popup {
  display: flex !important;
  border-radius: 50px !important;
  background-color: white !important;
  color: black !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 15px !important;
  box-shadow: 0 3px 15px rgba(6, 6, 6, 0.2) !important;
  font-size: 12px !important;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out;
}
.vanilla-calendar-day__popup:hover {
  color: rgba(203, 0, 0, 0.6) !important;
}
.vanilla-calendar-day__popup::after {
  display: none !important;
}

.header {
  display: block;
  position: sticky;
  top: 0;
  background-color: rgb(255, 255, 255);
  margin-bottom: 40px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 2;
  /* Mobile */
}
@media (max-width: 899px) {
  .header {
    min-height: 56px;
  }
}

.header__nav {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 15px;
}

.header__nav-list {
  display: flex;
  transition: all 0.3s ease-in;
  /* Mobile */
}
.header__nav-list svg {
  transition: svg 0.3s ease-in;
}
.header__nav-list svg:hover {
  fill: #1e8be5;
}
@media (max-width: 899px) {
  .header__nav-list {
    display: none;
  }
}

.header__nav-list li {
  position: relative;
}
.header__nav-list li:not(:last-child) {
  margin-right: 30px;
}

.header__nav-item {
  font-weight: 700;
  white-space: nowrap;
  color: #343a40;
}
.header__nav-item.border-grad {
  background-position: left bottom 4px;
  background-size: 0% 12px;
  transition: all 0.3s ease-in-out;
}
.header__nav-item.border-grad:hover {
  background-position: left bottom -5px;
  background-size: 100% 12px;
  color: rgba(3, 122, 240, 0.6);
}

.header__nav-list a:hover:after {
  width: 100%;
}

.header_nav-link, .mobile-menu-link {
  display: inline-block;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease-in;
}
.header_nav-link svg, .mobile-menu-link svg {
  transition: svg 0.3s ease-in;
}
.header_nav-link svg:hover, .mobile-menu-link svg:hover {
  fill: #1e8be5;
}

.main-center {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(10%);
  /* Tablet */
}
@media (max-width: 899px) {
  .main-center {
    transform: translateY(0%);
  }
}

.center__row {
  position: relative;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(355px, 0.1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  text-align: center;
  color: #fff;
  /* Desktop */
  /* Tablet */
}
@media (max-width: 1139px) {
  .center__row {
    grid-template-columns: repeat(auto-fit, minmax(276px, 0.1fr));
  }
}
@media (max-width: 899px) {
  .center__row {
    display: flex;
    row-gap: 20px;
    padding-bottom: 40px;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}

.center__row > * + *:not(:last-child) {
  padding: 0 20px;
}

.menu-center {
  font-weight: 700;
  font-size: 24px;
  /* Desktop */
  /* Tablet */
  /* Tablet */
}
@media (max-width: 1139px) {
  .menu-center {
    font-size: 19px;
  }
}
@media (max-width: 899px) {
  .menu-center {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .menu-center {
    width: 100%;
  }
}

.center-text {
  transition: all 0.3s ease-in-out;
}
.center-text:hover {
  color: #B79109;
}

.main-text {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  width: 100%;
  transition: all 0.3s ease-in-out;
  /* Desktop */
}
.main-text::after {
  position: absolute;
  content: "";
  bottom: -3px;
  background: #B79109;
  height: 1px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.5s linear;
}
.main-text:hover {
  color: #B79109;
}
.main-text:hover::after {
  opacity: 1;
}
@media (max-width: 1139px) {
  .main-text {
    font-size: 19px;
  }
}

.navigation__site .cener-calendar {
  position: relative;
  z-index: 2;
}

.navigation__site .menu-item {
  border: 1px solid #B79109;
  border-radius: 8px;
  background-color: #6C6755;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.navigation__site .menu-item:hover {
  background-color: #B79109;
}

.navigation__site-list {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}

.menu-item {
  display: block;
  padding: 14px 9px;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  text-align: left;
  /* Desktop */
}
@media (max-width: 1139px) {
  .menu-item {
    font-size: 16px;
  }
}

.center-calendar .center-calendar-wrapper {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.75);
  max-width: 300px;
  width: 100%;
  height: 285px;
  margin: 0 auto;
}

#calendar2 {
  width: 100%;
  line-height: 1.2em;
  font-size: 15px;
  text-align: center;
}

#calendar2 thead tr:last-child {
  font-size: small;
  color: rgb(85, 85, 85);
}

#calendar2 thead tr:nth-child(1) td:nth-child(2) {
  color: rgb(50, 50, 50);
  font-weight: 700;
}

#calendar2 thead tr:nth-child(1) td:nth-child(1):hover,
#calendar2 thead tr:nth-child(1) td:nth-child(3):hover {
  cursor: pointer;
}

#calendar2 tbody td {
  color: rgb(44, 86, 122);
  font-weight: 500;
}

#calendar2 tbody td:nth-child(n+6),
#calendar2 .holiday {
  color: #d2691e;
}

#calendar2 tbody td.today {
  background: rgb(220, 0, 0);
  color: #fff;
}

#calendar2 thead tr:nth-child(1) td:nth-child(1) {
  color: red;
}

#calendar2 thead tr:nth-child(1) td:nth-child(3) {
  color: red;
}

.menu-img {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  animation-name: rotate;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(45deg);
  }
}

.info__vbr-wrapper {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 211px);
  margin-bottom: 40px;
  text-align: center;
}

.info__vbr-desc {
  color: #fff;
  margin-bottom: 15px;
}

.row {
  position: relative;
  min-height: calc(100vh - 173px);
  color: #fff;
  display: flex;
  align-items: center;
}

.row__wrapper {
  display: flex;
  justify-content: center;
}

.contact-form__success {
  font-size: 18px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: rgb(255, 0, 0);
}
.contact-form__success:hover {
  color: rgba(203, 0, 0, 0.6);
}

.background-information {
  position: relative;
  color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.background-information p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  /* Mobile XS */
}
@media (max-width: 767px) {
  .background-information p {
    font-size: 16px;
  }
}

.info-list {
  list-style-type: none;
  margin: 0 auto;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  width: 88%;
  margin-bottom: 40px;
  text-align: left;
  white-space: nowrap;
  /* Desktop */
  /* Mobile XS */
}
.info-list.info-list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
  /* Mobile XS */
}
.info-list.info-list li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #e0fa0b;
  left: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .info-list.info-list li {
    font-size: 14px;
  }
}
@media (max-width: 1139px) {
  .info-list {
    white-space: inherit;
  }
}
@media (max-width: 767px) {
  .info-list {
    width: 100%;
    padding: 25px;
  }
}

.info-block {
  display: flex;
  width: 86%;
  margin: 0 auto;
  text-align: left;
  gap: 20px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* Desktop */
}
.info-block .info-block-img:nth-last-child(-n+3) {
  flex-direction: column;
}
@media (max-width: 899px) {
  .info-block {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .info-block {
    grid-template-columns: 1fr;
  }
}

.info-block-img {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 10px;
}
.info-block-imgfigcaption:first-child {
  display: flex;
  flex-direction: column;
}

.info-geo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.footer {
  position: relative;
  height: 80px;
  line-height: 80px;
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: auto;
  z-index: 2;
  /* Mobile */
}
@media (max-width: 899px) {
  .footer {
    height: unset;
    line-height: 40px;
  }
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 500;
  -moz-column-gap: 30px;
       column-gap: 30px;
  transition: all 0.3s ease-in-out;
  /* Mobile */
}
.footer-content p {
  margin: 0;
}
.footer-content a:hover {
  color: #007bff;
  text-decoration: underline;
}
@media (max-width: 899px) {
  .footer-content {
    flex-direction: column;
  }
}