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

html,
body {
    /* Prevent scroll on narrow devices */
    margin: 0 !important;
    padding: 0 !important;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #262a30;
    background: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.5px;
    overflow: overlay;
}

body.modal-open .bottomSections {
    display: none;
}

/* Стили заголовок */

h1 {
    font-family: 'Adelle Cyrillic', 'Adelle Cyrillic IE';
    font-size: 50px;
    color: #262a30;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: normal;
}

h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #262a30;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: normal;
}


/* Стили ссылок */

a {
    text-decoration: none;
    background-color: transparent;
}

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

a,
input,
textarea {
    outline: none !important;
    box-shadow: none;
}

button:active,
button:focus {
    outline: none !important;
    box-shadow: none;
}

button::-moz-focus-inner {
    border: 0 !important;
}

/* Общий стиль кнопки */

.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  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:hover {
  color: #FFC600;
  text-decoration: none;
}

.btn:focus,
.btn:active,
.btn-link:focus {
  outline: none;
  box-shadow: none;
}

.btn-lang {
  color: #fff;
  padding-top: 0.5rem;
  background-color: transparent !important;
  border: none !important;
}

.text-muted {
    color: #cecdcd!important;
}

/* Скроллбар */
/* width */
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #898c8e;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #53575a;
}
/* Подвал */

@media (max-width: 1365.98px) {
  .container {
      max-width: 1200px;
  }
  .main__carousel__info .container {
      max-width: 1100px;
  }
}

@media (min-width: 1366px) and (max-width: 1599.98px) {
  .container {
    max-width: 1400px;
  }
  .main__carousel__info .container {
    max-width: 1300px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}
