@font-face {
  font-family: "Korolev";
  font-display: swap;
  src: url("../fonts/Korolev-Bold.woff2") format("woff2"), url("../fonts/Korolev-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NotoSerif";
  font-display: swap;
  src: url("../fonts/NotoSerif-Regular.woff2") format("woff2"), url("../fonts/NotoSerif-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Raleway";
  font-size: 1.25rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

input,
button,
textarea {
  font-family: "Raleway";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

body {
  font-weight: 400;
  color: #5381AA;
}
p {
  line-height: 1.2;
  letter-spacing: 1px;
}
}

.lock body {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  display: -ms-grid;
  display: grid;
  overflow: hidden;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
}

[class*=__container] {
  max-width: 70.625rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.btn {
  width: 410px;
  height: 56px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1.6px;
  line-height: 56px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn svg {
  margin-left: 15px;
}

.btn-one-color {
  background-color: #C9503F;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.btn-two-color {
  background-color: #d69956;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.btn-three-color {
  background-color: #33465E;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.btn-accent-color {
  background-color: #C9503F;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.icon-arrow-btn {
  width: 23.826px;
  height: 17.386px;
}

.section-label {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.view-link {
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.view-link::after {
  content: "";
  background-color: #24646D;
  height: 1px;
  width: 0;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

.view-link svg {
  width: 23.132px;
  height: 16.693px;
}

.icon-arrow-slider {
  width: 30px;
  height: 22px;
}

.scroll-up-btn {
  background-color: #8CBBFF;
  border: 2px solid #5381AA;
  width: 50px;
  height: 50px;
  color: #5381AA;
  position: fixed;
  right: 25px;
  bottom: 30px;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0.3s, opacity 0.3s linear;
  transition: visibility 0.3s, opacity 0.3s linear;
  -webkit-transition: background-color, border-color, color, 0.3s ease-in-out;
  -o-transition: background-color, border-color, color, 0.3s ease-in-out;
  transition: background-color, border-color, color, 0.3s ease-in-out;
}

.scroll-up-btn.show {
  visibility: visible;
  opacity: 1;
}

.scroll-up-btn svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 30px;
  height: 22px;
}

.show-more-btn {
  border-bottom: 1px solid #5381AA;
  margin-top: 60px;
  padding-bottom: 15px;
  text-align: center;
}

.show-more-btn button,
.show-more-btn a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.28px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.form-btn {
  width: 100%;
  height: 48px;
  font-weight: 500;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.form-buttons {
  margin-top: 32px;
}

.form-buttons__submit {
  background-color: #d69956;
  color: #F9F7F2;
}

.form-buttons__reset {
  background: #71B5AF;
  font-size: 16px;
  color: #F9F7F2;
}

.paragraf-link {
  font-weight: 800;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.log-menu {
  background-color: #0D3F7C;
  padding: 90px 25px 115px 25px;
  margin: 0 auto 0 auto;
  position: relative;
}
.log-menu__error {
  font-size: 14px;
  margin-top: -18px;
  color: #e38620;
}
.log-menu__logo {
  width: 160px;
  height: 165px;
  margin: 0 auto 40px auto;
}

.log-menu__input {
  background-color: #5381AA;
  margin-bottom: 30px;
}

.log-menu__input input {
  background-color: transparent;
  width: 100%;
  height: 45px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 500;
  color: #F9F7F2;
}

.log-menu__input input::-webkit-input-placeholder {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 16px;
  font-weight: 500;
  color: #F9F7F2;
}

.log-menu__input input::-moz-placeholder {
  -moz-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 16px;
  font-weight: 500;
  color: #F9F7F2;
}

.log-menu__input input:-ms-input-placeholder {
  -ms-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 16px;
  font-weight: 500;
  color: #F9F7F2;
}

.log-menu__input input::-ms-input-placeholder {
  -ms-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 16px;
  font-weight: 500;
  color: #F9F7F2;
}

.log-menu__input input::placeholder {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 16px;
  font-weight: 500;
  color: #F9F7F2;
}

.log-menu__input input:focus {
  color: #F9F7F2;
}

.log-menu__buttons {
  margin-top: 50px;
  text-align: center;
}

.log-menu__login {
  background-color: #d69956;
  color: #F9F7F2;
}

.log-menu__login span {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.log-menu__forget {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
}

.hystmodal__opened {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.hystmodal__shadow {
  position: fixed;
  border: none;
  display: block;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 98;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  background-color: black;
}

.hystmodal__shadow--show {
  pointer-events: auto;
  opacity: 0.6;
  z-index: 1110;
}

.hystmodal {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
          z-index: 1111;
  
  visibility: hidden;
}

.hystmodal--active {
  opacity: 1;
}

.hystmodal--moved,
.hystmodal--active {
  pointer-events: auto;
  visibility: visible;
}

.hystmodal__wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 100%;
  min-height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hystmodal__window {
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 375px;
  width: 100%;
  overflow: visible;
  -webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0;
}

.hystmodal--active .hystmodal__window {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.hystmodal--active .hystmodal__close {
  -webkit-transition: color, 0.2s linear, -webkit-transform;
  transition: color, 0.2s linear, -webkit-transform;
  -o-transition: color, transform, 0.2s linear;
  transition: color, transform, 0.2s linear;
  transition: color, transform, 0.2s linear, -webkit-transform;
}

.hystmodal--active .log-menu__buttons button {
  -webkit-transition: border-color, background-color, color, 0.3s ease-in-out;
  -o-transition: border-color, background-color, color, 0.3s ease-in-out;
  transition: border-color, background-color, color, 0.3s ease-in-out;
}

.hystmodal__close {
  position: absolute;
  z-index: 10;
  top: 25px;
  right: 25px;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.13.0
 *
 * Copyright KingSora | Rene Haas.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.08.2020
 */

/*
OVERLAY SCROLLBARS CORE:
*/

html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

html.os-html > .os-host > .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}

body.os-dragging,
body.os-dragging * {
  cursor: default;
}

.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.os-host-flexbox {
  overflow: hidden !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.os-host-flexbox > .os-size-auto-observer {
  height: inherit !important;
}

.os-host-flexbox > .os-content-glue {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.os-host-flexbox > .os-size-auto-observer,
.os-host-flexbox > .os-content-glue {
  min-height: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

#os-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}

#os-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

/* fix restricted measuring */

#os-dummy-scrollbar-size:before,
#os-dummy-scrollbar-size:after,
.os-content:before,
.os-content:after {
  content: "";
  display: table;
  width: 0.01px;
  height: 0.01px;
  line-height: 0;
  font-size: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  visibility: hidden;
}

#os-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size,
.os-viewport-native-scrollbars-invisible.os-viewport {
  scrollbar-width: none !important;
}

.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#os-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}

.os-content-glue {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.os-padding {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.os-host-overflow > .os-padding {
  overflow: hidden;
}

.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  outline: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}

.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  height: 100%;
  width: 100%;
  visibility: visible;
}

.os-content > .os-textarea {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  direction: inherit !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border-radius: 0px !important;
  float: none !important;
  -webkit-filter: none !important;
  filter: none !important;
  border: none !important;
  resize: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
      transform: none !important;
  max-width: none !important;
  max-height: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  opacity: 1 !important;
  z-index: 1 !important;
  clip: auto !important;
  vertical-align: baseline !important;
  padding: 0px;
}

.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}

.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}

.os-content > .os-textarea[wrap=off] {
  white-space: pre !important;
  margin: 0px !important;
}

.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  -o-text-overflow: inherit;
     text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}

.os-resize-observer,
.os-resize-observer-host {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.os-resize-observer-host.observed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.os-resize-observer-host.observed > .os-resize-observer,
.os-resize-observer-host.observed > .os-resize-observer:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.os-resize-observer-host.observed > .os-resize-observer:before {
  content: "";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: inherit;
  border: inherit;
  margin: 0;
}

.os-size-auto-observer {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}

.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}

.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: os-resize-observer-dummy-animation;
  animation-name: os-resize-observer-dummy-animation;
}

object.os-resize-observer {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

@-webkit-keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

@keyframes os-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }

  to {
    z-index: -1;
  }
}

/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/

.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}

html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */
}

.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 1;
}

.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}

.os-scrollbar {
  pointer-events: none;
}

.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}

.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}

.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}

.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}

.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}

.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}

.os-scrollbar-vertical {
  top: 0;
  right: 0;
}

.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}

.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}

.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}

.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}

.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}

.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}

.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}

.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}

.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}

.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal,
.os-host-rtl.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}

.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}

.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}

.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

.os-host-overflow {
  overflow: hidden !important;
}

/*
THEMES:
*/

/* NONE THEME: */

.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}

.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}

/* DARK & LIGHT THEME: */

.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}

.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}

.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}

.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}

.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}

.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}

.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  border-radius: 10px;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.4);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background-color: #e8cfaa;
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(0, 0, 0, 0.55);
}

.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  background: rgba(255, 255, 255, 0.55);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(0, 0, 0, 0.7);
}

.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  background: rgba(255, 255, 255, 0.7);
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}

.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}

.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}

.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}

.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}

.header__top {
  background-color: #F9F7F2;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  padding: 18px 0;
  position: relative;
  z-index: 50;
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  width: 128px;
  height: 29.173px;
}

.header__logo svg {
  width: 100%;
  height: 100%;
}

.header__actions-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__bottom {
  background-color: #9DBBCE;
}

.actions-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.actions-header__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.actions-header__lang-item {
  font-size: 14px;
  font-weight: 800;
  font-stretch: normal;
  line-height: 1.07;
  letter-spacing: 1.12px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.actions-header__lang-item:not(:last-child) {
  margin-right: 15px;
}

.actions-header__lang-item.active {
  color: #C9503F;
}

.actions-header__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.actions-header__user-icon {
  margin-right: 10px;
  position: relative;
}

.actions-header__user-login {
  background-color: #c9503f;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -1px;
  left: -5px;
}

.actions-header__user-name {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.06;
  letter-spacing: 1.28px;
  text-align: center;
}

header {
  z-index: 111;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-links__item:not(:last-child) {
  margin-right: 25px;
}

.social-links__link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.header-mob {
  height: 24px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  display: none;
}

.header-mob__search {
  margin-right: 30px;
}

.header-mob__menu {
  width: 24px;
  height: 24px;
  position: relative;
}

.header-mob__menu span {
  background-color: #5381AA;
  -webkit-transition: background-color, -webkit-transform 0.4s linear;
  transition: background-color, -webkit-transform 0.4s linear;
  -o-transition: background-color, transform 0.4s linear;
  transition: background-color, transform 0.4s linear;
  transition: background-color, transform 0.4s linear, -webkit-transform 0.4s linear;
  display: block;
  width: 24px;
  height: 4px;
  position: absolute;
  left: 0;
}

.header-mob__menu span:nth-child(1) {
  top: 0;
}

.header-mob__menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-mob__menu span:nth-child(3) {
  bottom: 0;
}

.header-nav__menu-desctop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-nav__item {
  margin-right: 40px;
}

.header-nav__link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #33465E;
  position: relative;
}

.header-nav__link::after {
  content: "";
  background-color: #5381AA;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -12px;
  left: 0;
  display: none;
}

.header-nav__link.current::after {
  display: block;
}

.nav-accordion {
  color: #F9F7F2;
}

.nav-accordion__item {
  border-bottom: 1px solid #fff;
}

.nav-accordion__button {
  width: 100%;
  padding: 15px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-accordion__button span {
  font-weight: bold;
  letter-spacing: 1px;
}

.nav-accordion__button > img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 17.386px;
  height: 9.799px;
}

.nav-accordion__button._spoller-active > img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.nav-accordion__list {
  padding: 0 0 15px 15px;
}

.nav-accordion__link {
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
}

.nav-accordion__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-accordion__login img {
  margin-right: 15px;
}

.lang-mob-menu {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lang-mob-menu__item {
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
}

.lang-mob-menu__item:not(:last-child) {
  margin-right: 45px;
}

.lang-mob-menu__item.active {
  color: #33465E;
}

.search-header {
  background-color: #5381AA;
  height: 48px;
  padding: 12px 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(380px + (100% - 1170px) / 2);
          flex: 0 1 calc(380px + (100% - 1170px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-header__icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  color: #33465E;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.search-header__field input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #33465E;
}

.search-header__field input::-webkit-input-placeholder {
  color: #33465E;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.search-header__field input::-moz-placeholder {
  color: #33465E;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.search-header__field input:-ms-input-placeholder {
  color: #33465E;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.search-header__field input::-ms-input-placeholder {
  color: #33465E;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.search-header__field input::placeholder {
  color: #33465E;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.search-header__field input:focus {
  color: #33465E;
}

.menu-open .icon-menu span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}

.menu-open .icon-menu span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}

.menu-open .icon-menu span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

.menu-open .header__bottom {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.mob-search {
  background-color: #0D3F7C;
  width: 100%;
  height: 100%;
  padding: 80px 0px;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 40;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.mob-search.active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

.footer {
  background-color: #33465E;
  padding: 80px 0 200px 0;
  color: #F9F7F2;
}

.footer__wrap {
  max-width: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__item:last-child .footer__title {
  display: block;
}

.footer__item a {
  line-height: 1.6;
  letter-spacing: 1px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer__title {
  font-family: "Korolev";
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

.footer__title:first-child {
  margin-bottom: 25px;
}

.footer__text {
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

.footer__enter-field {
  background-color: #9DBBCE;
  width: 100%;
  height: 48px;
  padding: 15px;
}

.footer__enter-field input {
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #0D3F7C;
  width: 100%;
}

.footer__enter-field input::-webkit-input-placeholder {
  color: #0D3F7C;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer__enter-field input::-moz-placeholder {
  color: #0D3F7C;
  line-height: 1;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer__enter-field input:-ms-input-placeholder {
  color: #0D3F7C;
  line-height: 1;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer__enter-field input::-ms-input-placeholder {
  color: #0D3F7C;
  line-height: 1;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer__enter-field input::placeholder {
  color: #0D3F7C;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.footer__company-name {
  line-height: 1.2;
  letter-spacing: 1px;
}

.footer__address {
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 1px;
}

.footer__phone {
  display: block;
  margin-top: 30px;
}

.first-screen {
  padding-top: 90px;
}

.first-screen__content {
  max-width: 575px;
}

.first-screen__label {
  margin-bottom: 25px;
}

.first-screen__label::after {
  content: "";
  background-color: #71b5af;
  width: 85px;
  height: 1px;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.first-screen__title {
  font-size: 48px;
  font-weight: normal;
  line-height: 1.17;
  letter-spacing: 0.48px;
  margin-bottom: 30px;
  color: #F9F7F2;
}

.first-screen__text {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #F9F7F2;
}

.first-screen__buttons {
  margin-top: 100px;
}

.first-screen__family-btn {
  margin-right: 25px;
}

.main-sreen-mobile img {
  width: 100%;
  height: auto;
}

.inner-section {
  padding: 80px 0px;
}

.inner-section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-section__image img {
  max-height: 336px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-section__label::after {
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.inner-section__title {
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: 0.48px;
}

.inner-section__text {
  line-height: 1.2;
  letter-spacing: 1px;
}

.history {
  background-color: #9DBBCE;
}

.history .inner-section__label {
  color: #23929e;
}

.history .inner-section__label::after {
  content: "";
  background-color: #2b929d;
  width: 135px;
  right: -70px;
}

.history .inner-section__title {
  color: #24646D;
}

.history .inner-section__text {
  color: #24646D;
}

.history .inner-section__btn {
  color: #F9F7F2;
}

.travel {
  background-color: #F7C666;
}

.travel .inner-section__info {
  color: #33465E;
}

.travel .inner-section__label::after {
  content: "";
  background-color: #33465E;
  width: 220px;
  right: -190px;
}

.posts {
  background-color: #F9F7F2;
  padding: 80px 0px;
}

.posts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.posts__title {
  color: #24646D;
}


.posts__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100px;
          flex: 0 1 100px;
}

.posts__arrows .button-prev {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.posts__arrows button {
  color: #24646D;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.posts__link-view {
  color: #24646D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.posts__link-view svg {
  margin-left: 16px;
}

.cards-posts {
  width: calc(1150px + (100vw - 1170px) / 2);
  margin-left: auto;
  margin-top: 50px;
}

.cards-posts__image img {
  max-height: 255px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cards-posts__info {
  color: #F9F7F2;
  padding: 20px 25px 30px 25px;
}

.cards-posts__title {
  font-weight: bold;
  line-height: 1.17;
  letter-spacing: 1.92px;
  margin-bottom: 10px;
}

.cards-posts__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.cards-posts__bottom {
  border-top: 2px solid #f9f7f2;
  margin-top: 22px;
  padding-top: 22px;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1.28px;
}

.cards-posts__date {
  font-weight: 800;
  margin-bottom: 5px;
}

.cards-posts__description {
  font-weight: 500;
}

.info-article-one {
  background-color: #23929e;
}

.info-article-two {
  background-color: #9b3a35;
}

.info-article-three {
  background-color: #d69956;
}

.accordion-home {
  background-color: #F9F7F2;
  padding: 80px 0px;
}

.accordion-home__top {
  margin-bottom: 55px;
}

.accordion-home__item-text {
  line-height: 1.33;
  letter-spacing: 1.92px;
  padding-bottom: 20px;
}

.faq-accordion {
  padding-top: 45px;
}

.faq-accordion__top {
  border-bottom: 1px solid #27646c;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.faq-accordion__text {
  line-height: 1.2;
  letter-spacing: 1px;
}

.faq-accordion__item-text {
  line-height: 1.2;
  letter-spacing: 1px;
  padding-bottom: 20px;
}

.faq-accordion .accordion__title {
  margin-bottom: 15px;
}

.accordion__link-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion__link-view svg {
  margin-left: 15px;
}

.menu-accordion__item {
  border-bottom: 1px solid #27646c;
}

.menu-accordion__item:not(:last-child) {
  margin-bottom: 20px;
}

.menu-accordion__title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1.92px;
  padding-bottom: 20px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.inner-page {
  background-color: #F9F7F2;
}

.content-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-inner__image {
  width: 100%;
  position: relative;
}

.content-inner__image::before {
  content: "";
  background-color: #0C3E7A;
  opacity: 0.4;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.content-inner__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.content-inner__wrap {
  padding-bottom: 100px;
}

.text-first-screen .content-inner__wrap {
  padding-top: 50px;
}

.inner-main-text p a {
  text-decoration: underline;
}

.inner-main-text {
  border-bottom: solid 1px #24646d;
  padding-bottom: 40px;
}

.inner-main-text__label {
  margin-bottom: 15px;
  position: relative;
  z-index: 5;
}


.inner-main-text__title {
  font-size: 47px;
  line-height: 1.04;
  letter-spacing: 0.47px;
  margin-bottom: 20px;
}

.inner-main-text__paragraf,
.inner-main-text__paragraf p{
  line-height: 1.2;
  letter-spacing: 1px;
}

.inner-main-text__paragraf:not(:last-child) {
  margin-bottom: 20px;
}

.inner-articles {
  margin-top: 30px;
}

.inner-articles__top {
  margin-bottom: 30px;
}

.inner-articles__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.21;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: #24646D;
}

.sort-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sort-menu-inner__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0.8px;
  color: #24646D;
  margin-right: 15px;
}

.sort-menu-inner__select {
  position: relative;
  z-index: 20;
}

.sort-menu-inner__enter-field {
  background-color: #9DBBCE;
  width: 200px;
  height: 32px;
  padding: 5px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.sort-menu-inner__enter-field.open svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.sort-menu-inner__enter-field input {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0.8px;
  color: #24646D;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.sort-menu-inner__enter-field svg {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sort-menu-inner__list {
  -webkit-transition: visibility 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0.3s, opacity 0.3s linear;
  transition: visibility 0.3s, opacity 0.3s linear;
  background-color: #9DBBCE;
  width: 100%;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 500;
  color: #24646D;
  position: absolute;
  top: 120%;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.sort-menu-inner__list.open {
  visibility: visible;
  opacity: 1;
}

.sort-menu-inner__item {
  background-color: transparent;
  padding: 5px 15px;
  cursor: pointer;
  -webkit-transition: background-color, color, 0.4s linear;
  -o-transition: background-color, color, 0.4s linear;
  transition: background-color, color, 0.4s linear;
}

.card-articles__image img {
  width: auto;
  max-height: 320px;
  max-width: 360px;
}

.card-articles__title {
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 1.92px;
  margin-bottom: 5px;
}

.card-articles__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.card-articles__link {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-articles__link svg {
  margin-left: 15px;
}

.card-articles__date {
  font-size: 16px;
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 1.28px;
  margin-bottom: 5px;
}

.card-articles__description {
  font-size: 15px;
  font-weight: 500;
  line-height: 0.93;
  letter-spacing: 1.2px;
}

.aside {
  background-color: #5381AA;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 265px;
          flex: 0 0 265px;
  padding: 10px 0 50px 0;
  position: relative;
}

.entry_add {
  display: flex;
  width: 100%;
  margin-top: 25px !important;
}

.mt-50 {
  margin-top: 50px;
}



.entry_add .sort-menu-inner__enter-field {
  width: 230px;
  color: #467290;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .entry_add {
    flex-direction: column;
    margin-top: 10px !important;
  }

  .entry_add .sort-menu-inner__enter-field {
    width: 100%;
    margin-top: 15px;
  }

}

.upload-form__footer.form-buttons {
  display: flex;
  justify-content: space-between;
}
.aside::before {
  content: "";
  background-color: #5381AA;
  display: block;
  height: 100%;
  width: calc(385px + (100vw - 1170px) / 2);
  position: absolute;
  top: 0;
  right: 0;
}

.aside.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.aside__nav {
  position: relative;
  z-index: 10;
}

.aside__nav.sticky {
  position: fixed;
  top: 0;
}

.aside__wrap li {
  padding: 18px 0px;
}

.aside__item {
  border-bottom: 1px solid #fff;
  color: #F9F7F2;
  position: relative;
}

.aside__item button {
  padding: 18px 30px 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aside_single {
  padding: 18px 30px 18px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aside__item button svg {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.aside__item button._spoller-active svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.aside__title {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-align: left;
}

.aside__title::after {
  content: "";
  background-color: #a7d3ce;
  width: 8px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.aside__title.current {
  color: #a7d3ce;
}

.aside__title.current::after {
  display: block;
}

.aside__list {
  padding: 0 0 20px 30px;
}

.aside__list-item {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.aside__list-item:not(:last-child) {
  margin-bottom: 10px;
}

.aside__link {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
}

.profile-side {
  padding-top: 30px;
}

.profile-side .aside__title {
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.profile-side .aside__title span {
  background-color: #C9503F;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  visibility: hidden;
}

.profile-side .aside__title.active span {
  visibility: visible;
}

.user {
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  position: relative;
  z-index: 10;
}

.user__photo {
  margin-bottom: 10px;
}

.user__photo img {
  border-radius: 100%;
  width: 72px;
  height: 72px;
  -o-object-fit: cover;
     object-fit: cover;
}

.user__info {
  color: #F9F7F2;
}

.user__name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 1.28px;
  margin-bottom: 10px;
}

.user__bottom {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.96px;
}

.advanced-search {
  padding-top: 50px;
}

.advanced-search__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: #33465E;
  margin-bottom: 15px;
}

.advanced-search__text {
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.form-search__row {
  margin-bottom: 25px;
}

.keywords-field {
  background-color: #f5ead9;
  height: 48px;
  padding: 15px;
}

.keywords-field textarea {
  background-color: transparent;
  width: 100%;
  height: 100%;
  overflow: hidden;
  resize: none;
  outline: none;
}

.text-field input {
  background-color: #f5ead9;
  width: 100%;
  height: 48px;
  padding: 15px;
}

.text-field input:first-child {
  margin-right: 25px;
}

.keywords-field,
.text-field input {
  border: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

#form-keywords,
#input-autor,
#input-village {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

#form-keywords::-webkit-input-placeholder, #input-autor::-webkit-input-placeholder, #input-village::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  color: #d69956;
}

#form-keywords::-moz-placeholder, #input-autor::-moz-placeholder, #input-village::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  color: #d69956;
}

#form-keywords:-ms-input-placeholder, #input-autor:-ms-input-placeholder, #input-village:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  color: #d69956;
}

#form-keywords::-ms-input-placeholder, #input-autor::-ms-input-placeholder, #input-village::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  color: #d69956;
}

#form-keywords::placeholder,
#input-autor::placeholder,
#input-village::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.8px;
  color: #d69956;
}

#form-keywords:focus,
#input-autor:focus,
#input-village:focus {
  color: #d69956;
}

.select-form {
  background-color: transparent;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.select-form.open .select-form__list {
  visibility: visible;
  opacity: 1;
}

.select-form__field {
  -webkit-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
  border: solid 1px #5381AA;
  height: 32px;
  padding: 6px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.select-form__field input {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  background-color: transparent;
  width: 100%;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0.8px;
  color: #5381AA;
  cursor: pointer;
}

.select-form__field input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #a7d3ce;
}

.select-form__field input::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #a7d3ce;
}

.select-form__field input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #a7d3ce;
}

.select-form__field input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #a7d3ce;
}

.select-form__field input::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  color: #a7d3ce;
}

.select-form__field svg {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.select-form__field.open svg {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.select-form__list {
  -webkit-transition: visibility 0.3s, opacity 0.3s linear;
  -o-transition: visibility 0.3s, opacity 0.3s linear;
  transition: visibility 0.3s, opacity 0.3s linear;
  background-color: #9DBBCE;
  border: 1px solid #24646D;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0.8px;
  color: #33465E;
  position: absolute;
  top: 120%;
  left: 0;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
}

.select-form__option {
  padding: 8px 25px;
  cursor: pointer;
  -webkit-transition: background-color, color, 0.4s linear;
  -o-transition: background-color, color, 0.4s linear;
  transition: background-color, color, 0.4s linear;
}

.radio-btns__title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.28px;
  margin-bottom: 15px;
}

.radio-btns__item {
  background-color: #9DBBCE;
  height: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.radio-btns__label {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid transparent;
  height: 100%;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.radio-btns__label svg {
  display: none;
}

.radio-btns__label span {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  font-size: 16px;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0.8px;
  color: #33465E;
  margin-left: 8px;
}

.radio-btns__label::before {
  content: "";
  border: solid 1px #33465E;
  border-radius: 50%;
  display: block;
  width: 16px;
  height: 16px;
}

input[name=radio]:checked + .radio-btns__label {
  background-color: #24646D;
}

input[name=radio]:checked + .radio-btns__label::before {
  display: none;
}

input[name=radio]:checked + .radio-btns__label svg {
  display: block;
}

input[name=radio]:checked + .radio-btns__label span {
  color: #a7d3ce;
}

input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.page-search {
  max-width: 785px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 0 auto;
  padding-bottom: 300px;
}

.names {
  padding-top: 30px;
}

.names__letters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.names__letters li {
  width: 7.6923076923%;
  padding: 10px 0px;
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 1.92px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.names__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 25px;
}

.column-names__top {
  border-bottom: 1px solid #24646D;
  margin-bottom: 15px;
}

.column-names__letter {
  font-size: 48px;
  line-height: 1.13;
  letter-spacing: 0.48px;
}

.column-names__item {
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: 0.8px;
}

.column-names__number {
  color: #8CBBFF;
}

.entry-page {
  padding-top: 50px;
}

.entry-card {
  margin-bottom: 20px;
}

.entry-card__image {
  margin-bottom: 30px;
}

.entry-card__image img {
  max-width: 552px;
  max-height: 392px;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-card__date {
  font-size: 16px;
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 1.28px;
  margin-bottom: 10px;
}

.entry-card__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 1.28px;
}

.entry-card__views {
  font-size: 16px;
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 1.28px;
  margin-bottom: 10px;
}

.entry-card__comments {
  font-size: 16px;
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: 1.28px;
}

.entry-comments {
  border-bottom: 1px solid #24646D;
  padding-top: 15px;
}

.entry-comments__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.entry-comments__top svg {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.entry-comments__top.active svg {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.entry-comments__show-all {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.28px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.entry-comments__item {
  padding-bottom: 15px;
}

.entry-comments__item:not(:last-child) {
  border-bottom: 1px solid #24646D;
  margin-bottom: 25px;
}

.entry-comments__title {
  font-size: 16px;
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 1.28px;
  margin-bottom: 13px;
}

.entry-comments__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.post-comment {
  padding-top: 30px;
}

.post-comment__title {
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.post-comment__field {
  background-color: #f5ead9;
  padding: 15px 0px;
}

.post-comment__field .os-host-textarea {
  height: 165px;
  padding: 0 15px;
}

.post-comment__field comment {
  padding-right: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #d69956;
  resize: none;
  outline: none;
}

.post-comment__field comment::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #d69956;
}

.post-comment__field comment::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #d69956;
}

.post-comment__field comment:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #d69956;
}

.post-comment__field comment::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #d69956;
}

.post-comment__field comment::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.8px;
  color: #d69956;
}

.post-comment__field comment:focus {
  color: #d69956;
}

.post-comment__footer button {
  background-color: #d69956;
  color: #F9F7F2;
  width: 360px;
  margin-top: 30px;
}

.entry-content {
  padding-top: 45px;
}

.entry-content__card {
  margin-top: 50px;
}

.entry-content__form {
  margin-top: 30px;
}

.post-entry {
  margin-top: 35px;
}

.post-entry__checkbox input {
  width: 1px;
  height: 1px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.post-entry__label {
  line-height: 0.75;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.post-entry__label::before {
  content: "";
  border: solid 2px #24646d;
  border-radius: 100%;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 25px;
}

.post-entry__label svg {
  width: 24px;
  height: 24px;
  display: none;
  margin-right: 25px;
}

.post-entry__label span {
  display: block;
  font-weight: 800;
  margin-left: 10px;
}

.post-entry__buttons {
  margin-top: 30px;
}

.post-entry__buttons button {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-entry__post-btn {
  margin-left: 20px;
}

input[name=conditions]:checked + .post-entry__label::before {
  display: none;
}

input[name=conditions]:checked + .post-entry__label svg {
  display: block;
}

.upload-form__row:not(:last-child) {
  margin-bottom: 25px;
}

.upload-form__instruction {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  margin-bottom: 15px;
}

.upload-form__instruction span {
  font-weight: bold;
}

.upload-form__label {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.28px;
  margin-bottom: 15px;
}

.drag-drop__field {
  background-color: #f5ead9;
  min-height: 160px;
  padding: 15px;
  margin-bottom: 15px;
}

.drag-drop__box {
  border: 2px dashed #d69956;
  display: block;
  min-height: 130px;
  padding: 10px;
  cursor: pointer;
}

.drag-drop__placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.8px;
  color: #d69956;
}

.drop-files-input {
  width: 1px;
  height: 1px;
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.list-files__item {
  position: relative;
}

.list-files__item:not(:last-child) {
  margin-bottom: 15px;
}

.list-files__wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-files__picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-files__marker {
  margin-right: 15px;
}

.list-files__file-name {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}

.list-files__file-name.invalid {
  color: red;
}

.list-files__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-files__view {
  margin-right: 30px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.list-files__delete {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.preview-box {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: none;
}

.preview-box__wrap {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.preview-box__window {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(96, 83, 83, 0.7);
          box-shadow: 0px 0px 20px 5px rgba(96, 83, 83, 0.7);
  background-color: #C9503F;
  max-width: 700px;
  width: 100%;
  position: relative;
}

.preview-box__close {
  width: 24px;
  height: 24px;
  color: #5381AA;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 20;
}

.preview-box__close svg {
  width: 100%;
  height: 100%;
}

.preview-box__file audio {
  display: block;
  width: 100%;
}

.preview-box__file img,
.preview-box__file video {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.preview-box.active {
  display: block;
}

.entry-info__input {
  background-color: #f5ead9;
  padding: 15px;
}

.entry-info__input:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.entry-info__input input {
  background-color: transparent;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

.entry-info__input input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

.entry-info__input input::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

.entry-info__input input:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

.entry-info__input input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

.entry-info__input input::placeholder {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

.entry-info__input input:focus {
  color: #d69956;
}

.entry-text__field {
  background-color: #f5ead9;
  padding: 15px 0px;
}

.entry-text__field .os-host-textarea {
  height: 250px;
  padding: 0 15px;
}

.entry-text__field comment {
  padding-right: 15px;
  resize: none;
  outline: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

.entry-text__field textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

.entry-text__field textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

.entry-text__field textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

.entry-text__field textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

.entry-text__field textarea::placeholder {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #d69956;
}

.entry-text__field textarea:focus {
  color: #d69956;
}

.profile-page .profile-top__text {
  max-width: 700px;
}

.profile-content__top {
    border-bottom: 2px solid #24646d3d;
    padding: 45px 0 35px 0;
}



.profile-top__title {
  font-weight: 700;
  line-height: 1.21;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.profile-top__text {
  line-height: 1.2;
  letter-spacing: 1px;
}

.profile-top__upload-btn {
  margin-top: 30px;
}

.activity {
  padding-top: 30px;
}

.activity__top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.activity__title {
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}

.item-activity:not(:last-child) {
  border-bottom: 1px solid #24646D;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.item-activity__info {
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.item-activity__info h5,
.item-activity__info time,
.item-activity__info span {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.item-activity__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.item-activity__image {
  margin-right: 15px;
}

.item-activity__image img {
  width: 64px;
  height: 48px;
}

.item-activity__title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
}

.item-activity__date {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
}

.item-activity__description {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
}

.item-activity__publication {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.item-activity__time {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-bottom: 4px;
}

.item-activity__commented {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 0.96px;
}

.about-cards {
  margin: 40px 0;
}

.about-cards__image {
  margin-bottom: 20px;
}

.about-cards__image img {
  max-height: 345px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-cards__title {
  font-weight: bold;
  line-height: 1.21;
  letter-spacing: 1.92px;
  margin-bottom: 15px;
}

.about-cards__text {
  line-height: 1.2;
  letter-spacing: 1px;
}

.thanks {
  border-top: 1px solid #24646D;
  padding-top: 40px;
}

.thanks__title {
  font-weight: bold;
  letter-spacing: 1.92px;
  margin-bottom: 15px;
}

.thanks__item {
  font-weight: 500;
  letter-spacing: 1px;
}

.thanks__item:not(:last-child) {
  margin-bottom: 20px;
}

.page {
  min-width: 0;
}

.swiper {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@media (min-width: 29.99875em) {
  .form-buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0 25px;
  }

  .lang-mob-menu {
    display: none;
  }

  .footer__title {
    font-size: 24px;
  }

  .first-screen__label::after {
    display: none;
  }

  .inner-section__label::after {
    display: none;
  }

  .history .inner-section__label {
    margin-bottom: 10px;
  }

  .history .inner-section__title {
    margin-bottom: 15px;
  }

  .travel .inner-section__label {
    margin-bottom: 15px;
  }

  .travel .inner-section__title {
    margin-bottom: 20px;
  }

  .cards-posts__item {
    max-width: 360px;
  }

  .cards-posts__title {
    font-size: 24px;
  }

  .card-articles__title {
    font-size: 24px;
  }

  .entry-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .entry-comments__wrap {
    padding-left: 30px;
  }

  .post-comment__title {
    font-size: 24px;
  }

  .post-entry__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .post-entry__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .preview-box__window {
    padding: 50px 25px 25px 25px;
  }

  .profile-top__title {
    font-size: 24px;
  }

  .activity__title {
    font-size: 24px;
  }

  .about-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 50px 40px;
  }

  .thanks__title {
    font-size: 24px;
    line-height: 1.21;
  }

  .thanks__item {
    line-height: 1.2;
  }
}

@media (min-width: 47.99875em) {
  .header-mob__search {
    display: none;
  }

  .footer__item:first-child {
    max-width: 360px;
  }

  .footer__item:last-child .footer__title:not(:last-child) {
    margin-bottom: 60px;
  }

  .footer__enter-field {
    margin-bottom: 70px;
  }

  .no-webp .first-screen {
    background-image: url(../img/main-screen-bg.jpg); }

  .first-screen {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .first-screen__label {
    color: #71B5AF;
  }

  .first-screen__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }

  .main-sreen-mobile {
    display: none;
  }

  .inner-section__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .inner-section__image img {
    max-width: 552px;
  }

  .history .inner-section__text {
    margin-bottom: 30px;
  }

  .travel .inner-section__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .travel .inner-section__text {
    margin-bottom: 35px;
  }

  .accordion-home__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .accordion-home .menu-accordion__title {
    font-size: 24px;
  }

  .faq-accordion .menu-accordion__title {
    font-size: 22px;
  }

  .inner-articles__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .card-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .card-articles:not(:last-child) {
    margin-bottom: 50px;
  }

  .card-articles__info {
    margin-left: 25px;
  }

  .card-articles__footer {
    border-top: 1px solid #24646D;
    padding-top: 15px;
    margin-top: 15px;
  }

  .row-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .select-form:not(:last-child) {
    margin-right: 25px;
  }

  .radio-btns__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .radio-btns__item:not(:last-child) {
    margin-right: 25px;
  }

  .names__letters li {
    font-size: 24px;
  }

  .about-cards__title {
    font-size: 24px;
  }
}

@media (min-width: 61.99875em) {
  .btn-one-color:hover {
    background-color: #df6958;
  }

  .btn-two-color:hover {
    background-color: #e4ac6f;
  }

  .btn-three-color:hover {
    background-color: #83c4be;
  }

  .btn-accent-color:hover {
    background-color: #3f8892;
  }

  .view-link:hover::after {
    width: 100%;
  }

  .scroll-up-btn:hover {
    border-color: #33465E;
    color: #33465E;
  }

  .show-more-btn button:hover,
  .show-more-btn a:hover {
    color: #0D3F7C;
  }

  .form-buttons__submit:hover {
    background-color: #e4ac6f;
  }

  .form-buttons__reset:hover {
    background-color: #a7d3ce;
  }

  .paragraf-link:hover {
    color: #0D3F7C;
  }

  .log-menu__input input:hover::-webkit-input-placeholder {
    color: #d69956;
  }

  .log-menu__input input:hover::-moz-placeholder {
    color: #d69956;
  }

  .log-menu__input input:hover:-ms-input-placeholder {
    color: #d69956;
  }

  .log-menu__input input:hover::-ms-input-placeholder {
    color: #d69956;
  }

  .log-menu__input input:hover::placeholder {
    color: #d69956;
  }

  .log-menu__login:hover {
    background-color: #eda456;
    color: #0D3F7C;
  }

  .log-menu__forget:hover {
    color: #fff;
  }

  .hystmodal__close:hover {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    color: #d69956;
  }

  .header__logo:hover {
    color: #0D3F7C;
  }

  .header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .actions-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 380px;
            flex: 0 1 380px;
  }

  .actions-header__lang-item:hover {
    color: #0D3F7C;
  }

  .actions-header__login:hover {
    color: #0D3F7C;
  }

  .social-links__link:hover {
    color: #0D3F7C;
  }

  .header-nav__link:hover {
    color: #F9F7F2;
  }

  .nav-accordion {
    display: none;
  }

  .search-header__icon:hover {
    color: #F9F7F2;
  }

  .search-header__field input:hover::-webkit-input-placeholder {
    color: #F9F7F2;
  }

  .search-header__field input:hover::-moz-placeholder {
    color: #F9F7F2;
  }

  .search-header__field input:hover:-ms-input-placeholder {
    color: #F9F7F2;
  }

  .search-header__field input:hover::-ms-input-placeholder {
    color: #F9F7F2;
  }

  .search-header__field input:hover::placeholder {
    color: #F9F7F2;
  }

  .footer__item a:hover {
    color: #5381AA;
  }

  .footer__enter-field input:hover::-webkit-input-placeholder {
    color: #F9F7F2;
  }

  .footer__enter-field input:hover::-moz-placeholder {
    color: #F9F7F2;
  }

  .footer__enter-field input:hover:-ms-input-placeholder {
    color: #F9F7F2;
  }

  .footer__enter-field input:hover::-ms-input-placeholder {
    color: #F9F7F2;
  }

  .footer__enter-field input:hover::placeholder {
    color: #F9F7F2;
  }

  .inner-section__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 450px;
            flex: 0 1 450px;
  }

  .history .inner-section__info {
    margin-left: 30px;
  }

  .travel .inner-section__info {
    margin-right: 30px;
  }

  .posts__arrows button:hover {
    color: #d69956;
  }

  .accordion-home__item-text {
    font-size: 24px;
  }

  .menu-accordion__title:hover {
    color: #d69956;
  }

  .inner-page__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .content-inner__image::before {
    display: none;
  }

  .image-first-screen .content-inner__wrap {
    padding-top: 30px;
  }

  .sort-menu-inner__item:hover {
    background: #33465E;
    color: #F9F7F2;
  }

  .aside__title:hover {
    color: #A7D3CE;
  }

  .aside__list-item:hover {
    color: #A7D3CE;
  }

  .keywords-field:hover,
  .text-field input:hover {
    border-color: #d69956;
  }

  .select-form:hover {
    background-color: #9DBBCE;
  }

  .select-form:hover .select-form__field {
    border-color: #33465E;
  }

  .select-form:hover input {
    color: #33465E;
  }

  .select-form__option:hover {
    background: #33465E;
    color: #F9F7F2;
  }

  .radio-btns__label:hover {
    border-color: #33465E;
  }

  .radio-btns__label:hover span {
    color: #F9F7F2;
  }

  .names__letters li:hover {
    color: #0D3F7C;
  }

  .entry-comments__show-all:hover {
    color: #0D3F7C;
  }

  .post-comment__footer button:hover {
    background-color: #e4ac6f;
  }

  .list-files__view:hover {
    color: #0D3F7C;
  }

  .list-files__delete:hover {
    color: #C9503F;
  }

  .preview-box__close:hover {
    color: #d69956;
  }

  .item-activity__info:hover h5,
  .item-activity__info:hover time,
  .item-activity__info:hover span {
    color: #0D3F7C;
  }
}

@media (min-width: 61.99875em) and (min-width: 61.99875em) {
  .sort-menu-inner__enter-field:hover input {
    color: #F9F7F2;
  }
}

@media (min-width: 73.125em) {
  .content-inner__image img {
    width: calc(885px + (100vw - 1170px) / 2);
  }

  .content-inner__wrap {
    max-width: 740px;
    margin-left: auto;
  }
}

@media (min-width: 441px) {
  .footer__wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 621px) {
  .activity__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .item-activity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 661px) {
  .list-files__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .list-files__wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 560px;
            flex: 0 1 560px;
  }

  .list-files__file-name {
    margin-left: 10px;
  }

  .list-files__buttons {
    margin-left: 10px;
  }

  .entry-info__fields {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
}

@media (min-width: 1100px) {
  .column-names__item {
    font-size: 15px;
  }
}

@media (min-width: 1601px) {
  .content-inner__image {
    padding-top: 56.25%;
  }
}

@media (max-width: 1600px) {
  .content-inner__image {
    padding-top: 40%;
  }
}

@media (max-width: 660px) {
  .list-files__item {
    padding-left: 70px;
  }

  .list-files__picture {
    position: absolute;
    top: 0;
    left: 0;
  }

  .list-files__buttons {
    margin-top: 5px;
  }

  .entry-info__input:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 620px) {
  .activity__title {
    margin-bottom: 15px;
  }

  .item-activity__info {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 580px) {
  .names__wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 440px) {
  .footer__wrap {
    padding-bottom: 60px;
  }

  .footer__item {
    width: 100%;
  }

  .footer__item:last-child {
    margin-top: 15px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
    gap: 10px;
    display: flex;
    flex-direction: column
  }

  .footer__item:last-child .footer__title {
    margin-bottom: 0;
  }
}

@media (max-width: 73.125em) {
  .search-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 380px;
            flex: 0 1 380px;
  }

  .cards-posts {
    width: calc(100% - 20px);
  }

  .content-inner__image img {
    width: calc(100% + 20px);
  }

  .card-articles__text {
    line-height: 1.3;
  }

  .aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
            flex: 0 0 225px;
  }

  .aside__item button {
    padding-right: 15px;
  }

  .select-form__field {
    padding: 6px 15px;
  }
}

@media (max-width: 61.99875em) {
  .scroll-up-btn {
    width: 40px;
    height: 40px;
  }

  .scroll-up-btn svg {
    width: 20px;
    height: 15px;
  }

  .header__bottom {
    background-color: #0D3F7C;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    overflow: auto;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 40;
    width: 100%;
    height: 100%;
    padding: 60px 25px 45px 25px;
  }

  .actions-header {
    width: 150px;
  }

  .actions-header__login {
    display: none;
  }

  .header-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-nav__menu-desctop {
    display: none;
  }

  .search-header {
    background-color: #9DBBCE;
    margin-top: 30px;
  }

  .footer {
    padding: 50px 0px;
  }

  .first-screen__buttons a {
    width: 100%;
  }

  .inner-section {
    padding: 50px 0px;
  }

  .inner-section__image {
    width: 50%;
  }

  .inner-section__info {
    width: 47%;
  }

  .inner-section__title {
    font-size: 38px;
  }

  .inner-section__text {
    font-size: 18px;
  }

  .inner-section__btn {
    width: 100%;
  }

  .posts {
    padding: 50px 0px;
  }

  .posts__title::after {
    width: 55px;
    right: -25px;
  }

  .accordion-home {
    padding: 50px 0px;
  }

  .accordion-home__top {
    margin-bottom: 30px;
  }

  .faq-accordion {
    padding-top: 20px;
  }

  .content-inner__image {
    height: calc(200px + 280 * (100vw - 320px) / 447);
    width: auto;
    margin: 0 -20px 0 -20px;
    padding-top: 0;
  }

  .content-inner__image img {
    width: 100%;
  }

  .content-inner__wrap {
    padding-bottom: 50px;
  }

  .image-first-screen .content-inner__wrap {
    margin-top: -50px;
    position: relative;
    z-index: 10;
  }

  .image-first-screen .inner-main-text__label {
    margin-bottom: 50px;
    color: #8CBBFF;
  }

  .inner-main-text__label::before {
    background-color: #8CBBFF;
    width: 125px;
    right: -70px;
  }

  .inner-main-text__title {
    margin-bottom: 30px;
  }

  .aside {
    display: none;
  }

  .page-search {
    padding-bottom: 100px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .post-comment__footer button {
    margin: 30px auto 0 auto;
  }

  .entry-content {
    padding-top: 20px;
  }
}

@media (max-width: 47.99875em) {
  [class*=__container] {
    padding: 0px 15px;
  }

  .scroll-up-btn {
    width: 35px;
    height: 35px;
    right: 15px;
    bottom: 20px;
  }

  .show-more-btn {
    margin-top: 30px;
  }

  .header__logo {
    width: 105.3px;
    height: 24px;
  }

  .search-header {
    margin-top: 0;
  }

  .footer__wrap {
    max-width: 500px;
    padding-bottom: 50px;
    position: relative;
  }

  .footer__item:first-child {
    margin-bottom: 40px;
  }

  .footer__company-name {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .footer__phone {
    margin-top: 15px;
  }

  .first-screen {
    background-color: #0D3F7C;
    padding-top: 0;
  }

  .first-screen__container {
    margin-top: -50px;
  }

  .first-screen__label {
    margin-bottom: 50px;
    color: #8CBBFF;
  }

  .first-screen__title {
    color: #8CBBFF;
  }

  .first-screen__text {
    color: #D2E9FF;
  }

  .first-screen__buttons {
    margin-top: 30px;
    margin-left: -25px;
    margin-right: -25px;
  }

  .first-screen__family-btn {
    background-color: #FCB138;
  }

  .first-screen__upload-btn {
    background-color: #4BAA6D;
  }

  .inner-section__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 80px;
    position: relative;
  }

  .inner-section__image {
    width: 100%;
  }

  .inner-section__info {
    width: 100%;
    margin-bottom: 30px;
  }

  .inner-section__btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .posts {
    padding: 50px 0 100px 0;
    position: relative;
  }

  .posts__title::after {
    display: none;
  }

  .posts__link-view {
    position: absolute;
    right: 25px;
    bottom: 30px;
  }

  .cards-posts__info {
    padding: 15px 15px 20px 15px;
  }

  .accordion-home {
    padding: 50px 0 100px 0;
    position: relative;
  }

  .accordion-home__item-text {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.8px;
  }

  .faq-accordion__top {
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .faq-accordion__text {
    font-size: 16px;
  }

  .faq-accordion__item-text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .accordion__link-view {
    position: absolute;
    right: 25px;
    bottom: 30px;
  }

  .menu-accordion__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .menu-accordion__title {
    padding-bottom: 15px;
  }

  .content-inner__image {
    margin: 0 -25px 0 -25px;
  }

  .content-inner__wrap {
    padding-bottom: 30px;
  }

  .text-first-screen .content-inner__wrap {
    padding-top: 30px;
  }

  .main-title-category {
    width: 370px;
  }

  .inner-articles__title {
    margin-bottom: 10px;
  }

  .card-articles:not(:last-child) {
    border-bottom: 1px solid #24646D;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .card-articles__image {
    margin-bottom: 20px;
  }

  .card-articles__image img {
    width: 100%;
    height: 280px;
  }

  .card-articles__link {
    font-weight: 500;
  }

  .card-articles__footer {
    margin-top: 20px;
  }

  .advanced-search {
    padding-top: 30px;
  }

  .text-field input:first-child {
    margin: 0 0 25px 0;
  }

  .select-form__field {
    height: 48px;
    padding: 15px;
  }

  .page-search {
    padding-bottom: 50px;
  }

  .names__letters {
    margin-bottom: 10px;
  }

  .names__wrap {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .entry-page {
    padding-top: 30px;
  }

  .entry-comments__text {
    font-size: 15px;
    letter-spacing: 0.8px;
    line-height: 1.2;
  }

  .post-comment__field .os-host-textarea {
    height: 200px;
  }

  .post-comment__footer button {
    width: 100%;
    margin: 15px auto 0 auto;
  }

  .entry-content__card {
    margin-top: 30px;
  }

  .upload-form__select:not(:last-child) {
    margin-bottom: 20px;
  }

  .drag-drop__field {
    min-height: 130px;
  }

  .drag-drop__box {
    min-height: 100px;
  }

  .entry-text__field .os-host-textarea {
    height: 200px;
  }

  .profile-content__top {
    padding: 20px 0 30px 0;
  }

  .about-cards {
    gap: 30px 20px;
    margin: 30px 0 25px 0;
  }

  .about-cards__image {
    margin-bottom: 15px;
  }

  .about-cards__title {
    margin-bottom: 8px;
  }

  .about-cards__text {
    font-size: 16px;
  }

  .thanks {
    padding-top: 20px;
  }

  .thanks__item {
    font-size: 16px;
  }

  .thanks__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 29.99875em) {
  .btn {
    font-size: 16px;
  }

  .btn svg {
    margin-left: 10px;
  }

  .icon-arrow-btn {
    width: 18.4px;
    height: 15px;
  }

  .section-label {
    font-size: 16px;
    line-height: 1.8;
  }

  .section-label::after {
    display: none;
  }

  .view-link {
    font-size: 16px;
  }

  .view-link svg {
    width: 18px;
    height: 15px;
  }

  .icon-arrow-slider {
    width: 26px;
    height: 18px;
  }

  .show-more-btn {
    margin-top: 20px;
  }

  .form-buttons__reset {
    margin-top: 20px;
  }

  .log-menu {
    padding-bottom: 0;
    height: 100%;
  }

  .hystmodal__window {
    max-width: none;
    padding: 0;
    height: 100%;
  }

  .header__top {
    border-bottom: 1px solid transparent;
  }

  .header__logo {
    position: relative;
    z-index: 60;
  }

  .actions-header {
    display: flex;
    justify-content: flex-end;

  }

  .header-mob {
    position: relative;
    z-index: 60;
  }

  .menu-open .header__top {
    background-color: #5381AA;
    border-color: #F9F7F2;
  }

  .menu-open .header__logo,
  .menu-open .header-mob {
    color: #F9F7F2;
  }

  .menu-open .icon-menu span {
    background-color: #F9F7F2;
  }

  .footer {
    padding: 30px 0px;
  }

  .footer__item:first-child {
    margin-bottom: 25px;
  }

  .footer__item a {
    line-height: 1.4;
  }

  .footer__title:first-child {
    margin-bottom: 10px;
  }

  .footer__text {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
  }

  .footer__address {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.8px;
  }

  .footer__phone {
    margin-top: 5px;
  }

  .first-screen__container {
    margin-top: -40px;
  }

  .first-screen__label {
    margin-bottom: 30px;
  }

  .first-screen__title {
    width: 270px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.24px;
  }

  .first-screen__text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .first-screen__buttons a {
    padding-left: 25px;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }

  .inner-section {
    padding: 30px 0px;
  }

  .inner-section__info {
    margin-bottom: 15px;
  }

  .inner-section__title {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.24px;
    margin-bottom: 10px;
  }

  .inner-section__text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .posts {
    padding: 30px 0 60px 0;
  }

  .posts__arrows {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70px;
            flex: 0 1 70px;
  }

  .posts__link-view {
    bottom: 20px;
  }

  .cards-posts {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-top: 20px;
  }

  .cards-posts__text {
    line-height: 1.2;
    letter-spacing: 0.8px;
  }

  .cards-posts__bottom {
    line-height: 1.4;
    margin-top: 15px;
    padding-top: 10px;
  }

  .accordion-home {
    padding: 30px 0 60px 0;
  }

  .accordion-home__top {
    margin-bottom: 20px;
  }

  .faq-accordion {
    padding-top: 0;
  }

  .accordion__link-view {
    bottom: 20px;
  }

  .menu-accordion__title {
    font-size: 16px;
  }

  .image-first-screen .content-inner__wrap {
    margin-top: -40px;
  }

  .image-first-screen .inner-main-text__label {
    margin-bottom: 30px;
  }

  .text-first-screen .content-inner__wrap {
    padding-top: 15px;
  }

  .inner-main-text {
    padding-bottom: 20px;
  }

  .inner-main-text__label {
    margin-bottom: 5px;
  }

  .inner-main-text__label::before {
    display: none;
  }

  .inner-main-text__title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 0.24px;
  }

  .inner-main-text__paragraf {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .inner-main-text__paragraf:not(:last-child) {
    margin-bottom: 15px;
  }

  .main-title-category {
    width: 190px;
  }

  .inner-articles {
    margin-top: 20px;
  }

  .inner-articles__title {
    font-size: 18px;
  }

  .sort-menu-inner__text {
    font-size: 15px;
  }

  .sort-menu-inner__enter-field {
    width: 180px;
    padding: 5px 10px;
  }

  .sort-menu-inner__enter-field input {
    font-size: 14px;
  }

  .sort-menu-inner__list {
    font-size: 15px;
  }

  .card-articles__image {
    margin-bottom: 15px;
  }

  .card-articles__image img {
    height: 200px;
  }

  .card-articles__text {
    line-height: 1.2;
    letter-spacing: 0.8px;
  }

  .card-articles__footer {
    margin-top: 15px;
  }

  .card-articles__date {
    line-height: 1.4;
  }

  .card-articles__description {
    line-height: 1.4;
  }

  .advanced-search__title {
    font-size: 18px;
  }

  .advanced-search__text {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
  }

  .keywords-field {
    height: 85px;
    margin-bottom: 15px;
  }

  .text-field input:first-child {
    margin: 0 0 15px 0;
  }

  .select-form:not(:last-child) {
    margin-bottom: 20px;
  }

  .radio-btns__item {
    height: 48px;
  }

  .radio-btns__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .radio-btns__label {
    padding: 15px;
  }

  .page-search {
    padding-bottom: 30px;
  }

  .names {
    padding-top: 20px;
  }

  .names__letters li {
    width: 11.1111111111%;
    font-size: 18px;
    padding: 5px 0px;
  }

  .names__wrap {
    gap: 20px 15px;
  }

  .column-names__letter {
    font-size: 38px;
  }

  .column-names__item {
    font-weight: 500;
    font-size: 16px;
  }

  .entry-page {
    padding-top: 0;
  }

  .entry-card__image {
    margin-bottom: 15px;
  }

  .entry-card__publication {
    margin-bottom: 15px;
  }

  .entry-card__date {
    font-size: 15px;
  }

  .entry-card__description {
    font-size: 15px;
  }

  .entry-card__views {
    font-size: 15px;
  }

  .entry-card__comments {
    font-size: 15px;
  }

  .entry-comments__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .entry-comments__title {
    margin-bottom: 5px;
    line-height: 1;
  }

  .post-comment {
    padding-top: 20px;
  }

  .post-comment__title {
    margin-bottom: 20px;
  }

  .entry-content {
    padding-top: 0;
  }

  .entry-content__card {
    margin-top: 15px;
  }

  .entry-content__form {
    margin-top: 15px;
  }

  .post-entry {
    margin-top: 15px;
  }

  .post-entry__label {
    display: block;
    padding-left: 35px;
    font-size: 18px;
    position: relative;
  }

  .post-entry__label::before {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .post-entry__label svg {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .post-entry__label span {
    margin: 10px 0 0 0;
  }

  .post-entry__buttons {
    margin-top: 10px;
  }

  .post-entry__buttons button {
    height: 48px;
  }

  .post-entry__post-btn {
    margin: 20px 0 0 0;
  }

  .drag-drop__placeholder {
    font-size: 15px;
  }

  .list-files__item {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding-left: 60px;
  }

  .list-files__marker {
    margin-right: 10px;
  }

  .preview-box__close {
    background-color: #C9503F;
    border-radius: 100%;
    top: 12px;
    right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .preview-box__close svg {
    width: 15px;
    height: 15px;
  }

  .preview-box__file.audio-file {
    padding: 40px 15px 15px 15px;
  }

  .profile-page .profile-top__title {
    width: 220px;
  }

  .profile-content__top {
    padding: 0 0 20px 0;
  }

  .profile-top__text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  .profile-top__upload-btn {
    width: 100%;
    height: 48px;
    margin-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .activity {
    padding-top: 20px;
  }

  .item-activity:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .item-activity__time {
    font-size: 13px;
  }

  .about-cards {
    margin: 25px 0 20px 0;
  }

  .about-cards__item:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 47.99875em) and (min-width: 441px) {
  .footer__item:last-child .footer__title:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 61.99875em) and (min-width: 29.99875em) {
  .inner-section__label {
    font-size: 20px;
  }
}

@media (max-width: 73.125em) and (min-width: 61.99875em) {
  .content-inner__wrap {
    padding-left: 30px;
  }
}

@media (max-width: 47.99875em) and (min-width: 29.99875em) {
  .selects-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 25px;
  }

  .radio-btns__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px 25px;
  }
}

@media (min-width: 47.99875em) {

  .webp .first-screen { background-image: url(../img/main-screen-bg.webp); }
}
.pull-pagination {
  display: flex;
  flex-direction: row-reverse;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 40px 0;
  border-radius: 4px;
}
.pagination li {
  display: inline;
}
.pagination li a,
.pagination li span {
  border-radius: 4px;
background-color: #33465E;
border: 1px solid #ccc;
color: #fff;
float: left;
line-height: 1.42857;
margin-left: -1px;
padding: 6px 9px;
position: relative;
text-decoration: none;
margin: 0 2px;
}
.pagination .active span {
  background-color: #5381AA;
}
.main-sreen-mobile, .main-login {
  margin-top: -50px;
}
.openOnMobile {
  display: none;
}

.uploadEtry {
  width: 100%;
  height: 43px;
  font-size: 13px;
  position: absolute;
  top: 109px;
  right: 0px;
  z-index: 50;
  text-align: left;
  justify-content: flex-start;
  padding-left: 56px;
}

@media screen and (max-width: 991px) {
  .page {
    max-width: 100vw;
   /* margin-top: 50px;*/
  }
  .openOnMobile {
    display: flex;
  }

  .hideOnMobile {
    display: none;
  }

}

.mobileSearch {
  margin-bottom: 50px;
}

.btn-action-c {
  display: flex;
  background: #c9503f;
  font-size: 13px;
  width: auto;
  margin-right: 10px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.toolbar-action-c {
  display: flex;
  flex-direction: column;
}

.actionDiv {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
}

.register-status {
font-size: 16px;
    color: white;
  line-height: 27px;
}
#resend-activation-mail.disabled {
  background-color: #ccc !important;
  color: #666;
  cursor: not-allowed;
}

#resend-activation-mail {
  padding: 0px 20px;
}