@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");

body, html {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
}

p, ol, ul {
  font-size: var(--normal-font-size);
  margin-bottom: 16px;
  line-height: 28px;
  text-align: start;
}


/*p {
    margin: 0;
    padding: 0;
}*/

h1, h2, h3, h4, h5 {
    margin: 0;
  text-align: center;
}

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


picture img {
  border-radius: 14px;
  margin: 20px auto;
}

/*img {
    color: transparent;
}*/

img:not([src]) {
    visibility: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.padding {
    padding: 0 20px;
}

a {
    text-decoration: none;
}

main {
    min-height: calc(100vh - 80px);
}

/*# sourceMappingURL=const.css.map */
body, html {
  background: #1b2038;
}
header {
  background: red;
}

.widget_mslswidget {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 17px;
  margin-left: 15px;
  z-index: 999;
  top: -5px
}

.widget_mslswidget a {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #fff;
  padding: 5px 10px;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  z-index: 9;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
}

.widget_mslswidget img {
  margin: 0 5px 0 0;
  height: 14px;
  width: 20px;
}

.widget_mslswidget .current_language {
  order: -1;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  z-index: 9;
}

.widget_mslswidget .active-lang {
  opacity: 1;
  pointer-events: auto;
}

.active-lang::after {
  content: '';
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  background: #054146;
  opacity: .9;
  display: block;
  z-index: -1;
}

.lang-switcher {
  display: none !important;
}

@media (max-width: 990px) {
  .widget_mslswidget {
    margin-left: auto;
  }
}

@media (max-width: 990px) {
  .bg-lang-active {
    opacity: .3 !important;
  }
}
.lang-switcher {
  position: relative;
  margin-left: 15px;
  z-index: 99;
}

.lang-switcher::after {
  content: '';
  display: block;
  height: 30px;
  width: 52px;
  background: transparent;
  position: absolute;
  top: -5px;
  left: -7px;
}

.lang-switcher__main {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.lang-switcher__main p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.lang-switcher__main img {
  margin: 0 5px 0 0;
  height: 16px;
  width: 24px;
}

.lang-switcher__hide {
  padding: 8px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: flex-start;
  top: 100%;
  right: 15px;
  width: 107px;
  box-sizing: border-box;
  opacity: 0;
  left: -6.5px;
  pointer-events: none;
}

.lang-switcher__hide::after {
  content: '';
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  background: #054146;
  opacity: .9;
  display: block;
}

.lang-switcher__hide a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-bottom: 5px;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
  z-index: 9;
  font-weight: 700;
}

.lang-switcher__hide a:last-child {
  margin: 0;
}

.lang-switcher__hide a img {
  margin: 0 5px 0 0;
  height: 16px;
  width: 24px;
}

.lang-switcher {
  cursor: pointer;
}

.lang-switcher svg {
  position: relative;
  left: -3px;
}

@media (max-width: 990px) {
  .lang-switcher__hide {
    top: 108%;
  }

  .lang-switcher {
    margin-left: auto;
    position: relative;
    left: 7px;
  }

  .header .call-menu {
    margin-left: 10px;
    display: flex;
    align-items: center;
  }
}

.header__sign {
  background: #ff3a75;
  color: #ffffff;
  border: 2px solid #ff3a75;
}

.header__sign:hover {
  background: transparent;
}

.header__log {
  background: #ff3a75;
  color: #ffffff;
  border: 2px solid #ff3a75;
}

.header__log:hover {
  background: transparent;
}

@media (max-width: 990px) {
  .header__btn {
    background: #111525;
  }
}

nav a {
  color: #ffffff;
}

.info__wrap a {
  color: #ffffff;
}

.info__wrap table {
  border-collapse: collapse;
}

@media (max-width: 990px) {
  .info__wrap table {
    width: 100%;
    box-sizing: border-box;
  }
}

.info__wrap td {
  border: 1px solid #ff3a75;
  padding: 5px;
}

.btn_output {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}

.btn_output button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  max-width: 180px;
  border-radius: 50px;
  font-weight: 700;
  padding: 15px;
  font-size: 13px;
  text-align: center;
  border: 1px solid transparent;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none !important;
}

.btn-redirect {
  appearance: none;
  box-shadow: none;
  cursor: pointer;
}

.active-lang {
  opacity: 1;
  pointer-events: auto;
}

main .btn-redirect {
  color: #ffffff !important;
}

.promo__bottom-text {
  color: #ffffff !important;
}

.btn-redirect {
  font-size: 17px !important;
}

.bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background: #000;
  opacity: .8;
  display: none;
  pointer-events: none;
  z-index: 999;
}

.bg-lang {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  background: #000;
  opacity: 0;
  display: none;
  z-index: 99;
  pointer-events: none;
}

.bg-lang-active {
  pointer-events: auto;
  display: block;
}

@media (max-width: 990px) {
  .bg-lang-active {
    opacity: .8;
  }
}

.bg-active {
  pointer-events: auto;
  display: block;
}
.info__btn button {
  border: 2px solid #ff3a75;
  background: #ff3a75;
}

.info__btn button:hover {
  background: transparent;
}

.info__block-title {
  background: ;
}

.info__block-text {
  background: ;
}
.benifest__info button {
  border: 2px solid #ff3a75;
  background: #ff3a75;
}

.benifest__info button:hover {
  background: transparent;
}
.info__btn button {
  border: 2px solid #ff3a75;
  background: #ff3a75;
}

.info__btn button:hover {
  background: transparent;
}

.info__block-title {
  background: ;
}

.info__block-text {
  background: ;
}
