@charset "UTF-8";
@import url("/templates/assets/fonts/Parimatch/include.css");
@import url("/templates/assets/fonts/Parimatch-kz/include.css");
@import url("/templates/assets/fonts/Circe/include.css");
@import url("/templates/assets/fonts/Gilroy/include.css");
@import url("/templates/assets/fonts/Gilroy-kz/include.css");
@import url("/templates/assets/fonts/DrukCyr/include.css");
:root {
  font-size: 16px;
  --desc-height: 1080;
  --tab-width: 768;
  --mob-width: 320;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

img.img-max {
  width: 100%;
}

.m-t-30 {
  margin-top: 30px !important;
}

.btn-brand {
  background: #197899;
  box-shadow: 0px 4px 13px rgba(108, 111, 0, 0.3);
  border-radius: 5px;
  padding: 1.5vh 2.5vh;
  text-align: center;
  color: #000000;
  margin-top: -2.5vh;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
}

/**
 * Задает отступы текущим элементам, всем кроме краних, на крайних элементах крайние отступы не зыдаються
 */
.dc__modal-back .dc__modal-container {
  font-family: "Gilroy", sans-serif;
}
.dc__modal-back .dc__modal-footer .btn-dc__modal span {
  font-family: "Parimatch", sans-serif;
  font-weight: bold;
  font-style: italic;
}

.c-form {
  font-family: "Roboto", sans-serif;
}
.c-form .c-form__group {
  line-height: 0;
  position: relative;
  margin: 0 auto 0.5vw;
  max-width: 100%;
  text-align: center;
}
.c-form input, .c-form button, .c-form textarea {
  font-family: "Roboto", sans-serif;
}
.c-form .c-form__input::-webkit-input-placeholder {
  color: #fff;
}
.c-form .c-form__input::-moz-placeholder {
  color: #fff;
}
.c-form .c-form__input:-ms-input-placeholder {
  color: #fff;
}
.c-form .c-form__input:-moz-placeholder {
  color: #fff;
}
.c-form .c-form__input,
.c-form .c-form__select {
  height: 2.8vw;
}
.c-form .c-form__input,
.c-form .c-form__select,
.c-form .c-form__textarea {
  color: #C2BDB2;
  font-size: 1.06vw;
  text-align: left;
}
.c-form .background-checkbox {
  height: 2.8vw;
  background: #0B4B5E;
  border-radius: 0.5vw;
  flex: none;
  align-self: stretch;
  flex-grow: 0;
}
.c-form .c-form__checkbox {
  padding: 0.4vw 1vw;
  width: 100%;
  margin-left: 0;
  display: flex;
  height: 100%;
}
.c-form .c-form__checkbox .rules {
  margin-top: 0;
}
.c-form .c-form__checkbox input[type=checkbox] + label {
  color: #FAF9F8;
  font-size: 0.85vw;
  font-style: normal;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.c-form .c-form__checkbox input[type=checkbox] + label a {
  color: #197899;
  font-style: normal;
  font-size: 0.75vw;
}
.c-form .c-form__checkbox input[type=checkbox] + label:before {
  content: "";
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 1.2vw;
  height: 1.2vw;
  right: 1vw;
  left: inherit;
  top: 0.75vw;
  background: #403C34;
  border-radius: 4px;
  border: none;
  outline: none;
  font-size: 1.1vh;
  color: #919191;
}
.c-form .c-form__checkbox input[type=checkbox]:checked + label:before {
  background: #F8FF13;
  content: "";
}
.c-form .c-form__checkbox input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  width: 0.2vw;
  height: 0.2vw;
  right: 1.9vw;
  left: inherit;
  top: 1.3vw;
  background: #000000;
  box-shadow: 0.2vw 0 0 #000000, 0.3vw 0 0 #000000, 0.4vw 0 0 #000000, 0.4vw -0.2vw 0 #000000, 0.4vw -0.4vw 0 #000000, 0.4vw -0.6vw 0 #000000, 0.4vw -0.8vw 0 #000000;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-form .c-form__footer {
  padding-top: 1vw;
  margin-bottom: 0;
}
.c-form .c-form__footer .button-reg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8vw;
  background: #F8FF13;
  border-radius: 0.5vw;
  border: none;
  font-size: 0.85vw;
  font-weight: 600;
  margin-bottom: 1vw;
  color: #000000;
}
.c-form .c-form__footer .button-reg.active {
  background: #197899;
  color: #000;
}
.c-form .c-form__footer .button-log {
  width: 100%;
  font-weight: 600;
  font-size: 0.85vw;
}
.c-form .c-form__footer .button-log a {
  color: #197899;
}
.c-form .js-phone-mask {
  padding-left: 3.5vw;
}
.c-form .phone_code {
  height: 2.8vw;
  top: 0;
  bottom: inherit;
}
.c-form .passwordMessages, .c-form .phoneMessages {
  display: none;
  position: relative;
  padding: 0;
  top: 100%;
  margin: 0.2vw 0 0;
  background: #000;
  z-index: 10;
  box-shadow: 0 0.2vw 0.5vw rgb(248, 255, 19);
  visibility: inherit;
  opacity: 1;
  transition: opacity 0.1s ease 0s;
  text-align: left;
  border-radius: 0.5vw;
}
.c-form .passwordMessages span, .c-form .phoneMessages span {
  line-height: 1;
  display: block;
  width: 100%;
  font-size: 0.95vw;
  color: #fff;
  padding: 0.3vw;
  font-weight: bold;
  text-align: left;
}
.c-form .passwordMessages span:not(:last-child), .c-form .phoneMessages span:not(:last-child) {
  margin-bottom: 0.4vw;
}
.c-form .passwordMessages.is-shown, .c-form .phoneMessages.is-shown {
  display: block;
}

@media only screen and (min-width: 0) and (orientation: portrait) {
  .c-form .background-checkbox {
    height: 13.8vw;
    font-size: 4.06vw;
    padding: 0 4.625vw;
    border-radius: 3.5vw;
  }
  .c-form .c-form__input, .c-form .c-form__select {
    height: 13.8vw;
  }
  .c-form .c-form__input, .c-form .c-form__select, .c-form .c-form__textarea {
    font-size: 4.06vw;
    padding: 0 4.625vw;
  }
  .c-form .c-form__group {
    margin: 0 auto 2.5vw;
  }
  .c-form .c-form__checkbox {
    padding: 2.4vw 1vw;
  }
  .c-form .c-form__checkbox input[type=checkbox] + label {
    font-size: 3.4vw;
  }
  .c-form .c-form__checkbox input[type=checkbox] + label:before {
    width: 6.2vw;
    height: 6.2vw;
    top: 3.75vw;
  }
  .c-form .c-form__checkbox input[type=checkbox] + label a {
    font-size: 3.25vw;
    text-decoration: none;
  }
  .c-form .c-form__checkbox input[type=checkbox]:checked + label:after {
    width: 0.8vw;
    height: 0.8vw;
    right: 4.9vw;
    top: 6.6vw;
    box-shadow: 0.6vw 0 0 #000000, 0.9vw 0 0 #000000, 1.2vw 0 0 #000000, 1.2vw -0.6vw 0 #000000, 1.2vw -1.2vw 0 #000000, 1.2vw -1.8vw 0 #000000, 1.2vw -2.2vw 0 #000000;
  }
  .c-form .c-form__footer .button-reg {
    height: 13.8vw;
    border-radius: 3.5vw;
    font-size: 4.06vw;
    margin-bottom: 3vw;
  }
  .c-form .c-form__footer .button-log {
    font-size: 4.06vw;
  }
  .c-form .js-phone-mask {
    padding-left: 20vw;
  }
  .c-form .phone_code {
    height: 13.8vw;
  }
  .c-form .phone_code__flag {
    left: 2vw;
  }
  .c-form .passwordMessages span, .c-form .phoneMessages span {
    font-size: 3.5vw;
    padding: 0.3vw;
  }
  .c-form .passwordMessages span:not(:last-child), .c-form .phoneMessages span:not(:last-child) {
    margin-bottom: 0.4vw;
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, select,
figure, figcaption, picture {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

input[type=text], input[type=password], input[type=email], input[type=number] {
  background: #fff;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

textarea {
  resize: none;
  overflow: auto;
}

address {
  font-style: normal;
}

a {
  -webkit-transition: 0.5s all ease-out;
  transition: 0.5s all ease-out;
  cursor: pointer;
}

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

select, input, textarea {
  vertical-align: middle;
}

textarea {
  vertical-align: top;
}

:focus {
  outline: none;
}

input[type=submit] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div, p, a, span, em, strong, img, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, form, fieldset, label, select, input, textarea {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  line-height: 1;
}

section, footer {
  text-align: center;
  z-index: 2;
}

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

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #197899;
  outline: 1px solid #197899;
}

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #197899;
}

::selection {
  color: #fff;
  background: #197899;
}

/*--------------------------для шапки------------------------------------*/
/*-если в хедере есть элемент с высотой большей чем лого или кнопки то юзаем код ниже -*/
/*--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: "Gilroy", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 106%;
  background-color: #000;
  color: #fff;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo img {
  height: 6.5vh;
}

.owl-view-item3 .owl-nav {
  display: flex !important;
}

.gold-color, .pm-color {
  color: #197899;
}

.container {
  padding: 0 3.7037037037vh;
}

html[lang=ru] .btn-main.btn {
  background-image: url(../images/btn.png);
}
html[lang=ru] .btn-main.btn:hover {
  background-image: url(../images/btn.png);
}
html[lang=ru] .btn-main.btn-cn {
  background-image: url(../images/btn-cn.png);
}
html[lang=ru] .btn-main.btn-cn:hover {
  background-image: url(../images/btn-cn.png);
}
html[lang=kz] .btn-main.btn {
  background-image: url(../images/btn-kz.png);
}
html[lang=kz] .btn-main.btn:hover {
  background-image: url(../images/btn-kz.png);
}
html[lang=kz] .btn-main.btn-cn {
  background-image: url(../images/btn-cn-kz.png);
}
html[lang=kz] .btn-main.btn-cn:hover {
  background-image: url(../images/btn-cn-kz.png);
}
html[lang=ru] .btn-modal.btn-no {
  background-image: url(../images/btn-modal-no.png);
}
html[lang=ru] .btn-modal.btn-no:hover {
  background-image: url(../images/btn-modal-no-hover.png);
}
html[lang=ru] .btn-modal.btn-yes {
  background-image: url(../images/btn-modal-yes.png);
}
html[lang=ru] .btn-modal.btn-yes:hover {
  background-image: url(../images/btn-modal-yes-hover.png);
}
html[lang=kz] .btn-modal.btn-no {
  background-image: url(../images/btn-modal-no-kz.png);
}
html[lang=kz] .btn-modal.btn-no:hover {
  background-image: url(../images/btn-modal-no-hover-kz.png);
}
html[lang=kz] .btn-modal.btn-yes {
  background-image: url(../images/btn-modal-yes-kz.png);
}
html[lang=kz] .btn-modal.btn-yes:hover {
  background-image: url(../images/btn-modal-yes-hover-kz.png);
}

.btn-modal.btn-no, .btn-modal.btn-yes {
  background-repeat: no-repeat;
  background-size: contain;
  width: 20vw;
  display: block;
  height: 16vw;
  background-color: inherit;
  transform: initial;
}
.btn-modal.btn-no:hover, .btn-modal.btn-yes:hover {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
}

.btn-main {
  height: auto;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #003247;
  filter: drop-shadow(0px 4px 10px #4D3319);
  font-family: "Parimatch", sans-serif;
  font-style: italic;
  font-weight: 600;
  transform: skewX(-14deg);
  text-transform: uppercase;
  padding: 0.5vw 3.5vw 0.9vw;
  font-size: 1.9vw;
  margin: auto;
}
.btn-main.btn, .btn-main.btn-cn {
  background-repeat: no-repeat;
  background-size: contain;
  width: 18vw;
  display: block;
  height: 7vw;
  background-color: inherit;
  transform: initial;
}
.btn-main.btn:hover, .btn-main.btn-cn:hover {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
}

.btn-main--small {
  height: 3.5185185185vh;
  font-size: 1.6666666667vh;
  font-style: normal;
  text-transform: none;
  margin-bottom: 0;
  padding: 0.5vw 2.5vw 1.4vw 2.5vw;
  transform: skewX(-14deg);
  min-width: 5em;
}
.btn-main--small:hover {
  text-shadow: none;
}

.btn-main--transparent {
  border-color: #000;
  background-color: inherit;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
}

.btn-main--transparent:hover {
  background-color: #fff !important;
  text-shadow: none;
  color: #000 !important;
  border-color: #fff !important;
}

.btn-main__text {
  position: relative;
  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;
  width: 100%;
  color: inherit;
  text-transform: uppercase;
  transform: skewX(14deg);
}

.btn-main:hover {
  color: #000000;
  border-color: #ffffff;
}

.btn-skew {
  position: relative;
  display: inline-block;
  width: auto;
  min-width: 0;
  line-height: 1;
  cursor: pointer;
  border: calc(2 / var(--desc-height) * 100vh) solid #FFFF14;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #FFFF14;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  padding: 0 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-transform: skewX(-14deg);
  transform: skewX(-14deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "Parimatch", sans-serif;
  height: 5.8333333333vh;
  font-size: 2.2222222222vh;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn-skew--small {
  height: 3.5185185185vh;
  font-size: 1.6666666667vh;
  font-weight: normal;
  border-width: calc(1 / var(--desc-height) * 100vh);
  padding: 0 1.6em;
  padding-top: 0.05em;
  padding-bottom: 0 !important;
  margin-left: 0.7em;
}

.btn-skew--small .btn-skew__text {
  -webkit-transform: skewX(14deg) translateY(-0.1em);
  transform: skewX(14deg) translateY(-0.1em);
}

.btn-skew--small:hover {
  text-shadow: 0 0 0.25em black;
}

.btn-skew__text {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  color: inherit;
  -webkit-transform: skewX(14deg);
  transform: skewX(14deg);
}

.btn-skew.black {
  background-color: #000;
  color: #fff;
  text-shadow: none;
  border-color: #000;
}

.btn-skew.black:hover {
  background-color: transparent !important;
  color: #000 !important;
  border-color: #000 !important;
}

.btn-skew--transparent {
  border-color: #fff;
  background-color: transparent !important;
  color: #fff !important;
  text-shadow: 0 0 0.25em black;
  font-weight: normal;
}

.btn-skew--transparent:hover {
  background-color: #fff !important;
  text-shadow: none;
  color: #000 !important;
  border-color: #fff !important;
}

.btn-skew--transparent.black {
  border-color: #000;
  color: #000 !important;
  text-shadow: none;
}

.btn-skew--transparent.black:hover {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.btn-skew:hover {
  background-color: transparent;
  border-color: #FFFF14;
  color: #FFFF14;
}

.header__left picture {
  display: none;
}

.header-lang {
  display: flex;
  align-items: center;
  margin-right: 2vw;
  margin-left: auto;
  margin-top: 0.9259259259vh;
  color: #197899;
}
.header-lang .lang {
  font-size: 1.2vw;
  line-height: 113%;
  padding: 5px 5px;
  color: #197899;
}
.header-lang .lang.active {
  color: #197899;
  text-decoration: underline;
}

.header {
  padding: 1vw 0;
  height: 6vw;
  position: relative;
  z-index: 5;
  margin-bottom: -8vw;
}

.header .container {
  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;
  position: relative;
  z-index: 2;
  height: 100%;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.logo img {
  width: auto;
  height: 4.5vw;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}

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

.header-right .btn-main, .header-right .btn-skew {
  margin-left: 0.6em;
}

.header-right .btn-main:first-child, .header-right .btn-skew:first-child {
  margin-left: 0;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}
.header-left .header__logo-link {
  height: 100%;
}
.header-left .header__logo-link img {
  height: 100%;
}
.header-left picture {
  height: 100%;
  margin-left: 1vw;
}
.header-left picture img {
  height: 100%;
}

.header .container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.h3 {
  font-family: "Parimatch", sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 4.5vw;
  line-height: 113.5%;
  text-align: center;
  color: #fff;
}

.h4 {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.5vw;
  line-height: 113.5%;
  text-align: center;
  color: #fff;
}

.phone {
  display: none;
}

.body_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  height: 100%;
}

.body_bg_2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(../images/bg_2.jpg);
  background-size: cover;
  height: 100%;
}

.bg-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 66vw;
  /*
  &.ru {
    background-image: url(../images/bg_ru.jpg);
  }
  &.kz {
    background-image: url(../images/bg_kz.jpg);
  }
  &.mobru {
    background-image: url(../images/bg_mob_ru.jpg);
  }
  &.mobkz {
    background-image: url(../images/bg_mob_kz.jpg);
  }
   */
}

.bg-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 123vw;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  background: url("../images/bg1.jpg") no-repeat left top;
  background-size: 100% auto;
  background-position-y: 2vw;
  height: 82vw;
  width: 100%;
}
.main .main__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 4;
  flex-direction: column;
  margin-top: 1.5vw;
  height: 52vw;
  padding-left: 11vw;
}
.main .main__center .bonus img {
  width: 38vw;
}
.main .main__center .bonus-text {
  line-height: 106%;
  text-align: center;
  font-size: 1.6vw;
  width: 27vw;
  margin: auto auto 1.5vw;
}
.main .main__center .btn-n-rules {
  margin-top: 1vw;
}

.participation2 {
  margin-top: 0 !important;
}

.btn-group-actions2 {
  margin-top: -7vw !important;
}

.participation {
  z-index: 2;
  margin-top: 2vw;
}
.participation .h3 {
  text-transform: none;
  margin: auto;
  width: 62vw;
  text-align: center;
}
.participation img {
  width: 70vw;
}
.participation .text {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6vw;
  line-height: 113.5%;
  text-align: center;
  color: #FFFFFF;
}
.participation .section-steps {
  width: 75vw;
  display: flex;
  margin: 3vw auto 2vw auto;
}
.participation .section-steps .step {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  text-align: center;
}
.participation .section-steps .step .image-block {
  width: 15vw;
  max-height: 11.5vw;
  text-align: center;
  margin: auto;
}
.participation .section-steps .step img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: auto;
}
.participation .section-steps .step .text {
  margin: 2vw auto 0;
}
.participation .section-steps .text {
  line-height: 113.5%;
  padding: 0 1.1vw;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1vw;
}
.participation .btn-n-rules {
  margin: auto;
}
.participation .btn-n-rules .rules2 {
  margin-top: 1vw;
}
.participation .btn-n-rules .rules2 a {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4vw;
  line-height: 113.5%;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 0.5vw;
  padding: 0.5vw 2vw 0.5vw 2vw;
}
.participation .btn-n-rules .links {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.participation .btn-n-rules .instruction {
  background-color: inherit;
  color: #197899;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2vw;
}
.participation .btn-n-rules .instruction img {
  margin-right: 1vw;
  width: 0.75vw;
}

.bg_participation_2 {
  background: none;
}

.div_participation_2 {
  background-color: #000;
}

.subtitle {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  font-size: 1.7vw;
  line-height: 113.5%;
  text-align: center;
  color: #C5C5C5;
  margin-bottom: 1vw;
}

.slider {
  display: block;
  width: 100%;
  margin-top: 0;
  background-size: cover;
  text-align: center;
  padding-top: 2vw;
  height: 46vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider .h3 {
  color: #fff;
  position: relative;
  text-align: center;
}
.slider .title3 {
  margin-top: 1vw;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6vw;
  line-height: 113.5%;
  color: #C5C5C5;
}
.slider .owl-theme .owl-nav {
  display: flex;
  margin: 0 auto -5vw;
  height: 4vw;
  align-items: center;
  justify-content: space-between;
  width: 27vw;
  transform: translateY(-18vw);
}
.slider .owl-theme .owl-nav button {
  z-index: 1;
  position: relative;
}
.slider .owl-theme .owl-nav button svg {
  width: 2.5vw;
  height: 2.5vw;
}
.slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: inherit;
}
.slider .owl-theme.owl-view-item3 .owl-nav {
  margin: 0 auto -11vw;
}
.slider .owl-carousel .owl-stage {
  height: 25vw;
}
.slider .owl-carousel .owl-item {
  filter: blur(5px);
}
.slider .owl-carousel .owl-item img {
  width: 60%;
  margin: auto;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}
.slider .owl-carousel .owl-item.active {
  margin-top: 2vw;
}
.slider .owl-carousel .owl-item.active img {
  width: 75%;
  margin: auto;
}
.slider .owl-carousel .owl-item.active.center {
  margin-top: 0;
  filter: inherit;
}
.slider .owl-carousel .owl-item.active.center img {
  width: 100%;
  margin: auto;
}
.slider .owl-carousel .owl-item.active.center p {
  display: flex !important;
  justify-content: center;
  align-items: flex-start;
  font-weight: normal;
  position: relative;
  width: 20vw;
  height: 4vw;
  margin: auto;
  font-size: 1.2vw;
  color: #F8FF13;
  text-align: center;
}
.slider .owl-carousel .owl-item.active.center p span {
  display: flex;
  font-weight: bold;
  font-size: 1.5vw;
  color: #fff;
}
.slider .owl-carousel .owl-item.active.center p span .info {
  margin: auto auto auto 0.5vw;
}
.slider .owl-carousel .owl-item.active.center p span img {
  width: 2vw;
}
.slider.slider1 {
  background-image: url("../images/bg2.jpg");
}
.slider.slider2 {
  background-image: url("../images/bg4.jpg");
}
.slider.slider2 .owl-carousel .owl-item.active.center {
  background-image: none !important;
}
.slider.slider2 .owl-carousel .owl-item.active.center img {
  width: 120%;
  margin: auto -10% -3vw;
}
.slider.slider2 .owl-carousel .owl-item.active.center p.p2 {
  display: block !important;
}
.slider.slider2 .owl-carousel .owl-item.active.center p.p2 span {
  display: block;
}
.slider.slider2 .owl-carousel .owl-item.active.center p.p2 span:last-child {
  margin-top: 0.5vw;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 113.5%;
  text-align: center;
  color: #BEBEBE;
}
.slider.slider3 {
  height: 35vw;
}
.slider.slider3 .btn-group-actions {
  margin-top: 5vw;
}
.slider.slider3 .btn-group-actions .btn-cn {
  height: 5vw;
}

.switch {
  display: block;
  width: 100%;
  padding-top: 2vw;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.switch .h3 {
  color: #fff;
  position: relative;
}
.switch .img {
  margin-top: 1vw;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  height: 36vw;
  flex-direction: column;
}
.switch .img img {
  width: 40vw;
}
.switch .images {
  display: flex;
  width: 85%;
  margin: 2vw auto 0;
}
.switch .images .img.right {
  margin-top: 1vw;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.switch .images .img.right img {
  height: auto;
  max-width: 100%;
  width: auto;
  transform: translateY(-2vw);
  display: block;
  margin: auto;
}
.switch .btn-group-actions {
  margin-top: 2vw;
}
.switch .rules a {
  color: #fff;
}

#owl_carusel_image_text {
  position: relative;
  display: none;
  width: 20vw;
  height: 4vw;
}

#owl_carusel_image_text {
  font-weight: bold;
}
#owl_carusel_image_text span {
  font-weight: normal;
  font-size: 1vw;
}

.participation-image {
  margin-top: 2vw;
  text-align: center;
}

.participation-image2 {
  display: inline-flex;
  width: 56vw;
}
.participation-image2 img:first-child {
  margin-right: 2vw;
}
.participation-image img {
  height: 4vw;
}

.text-small {
  font-size: 1vw;
}

.btn-group-actions {
  position: relative;
  margin-bottom: 2vw;
  z-index: 2;
}
.btn-group-actions .btn-n-rules {
  margin: auto;
}
.btn-group-actions .btn-n-rules .links {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq {
  margin-top: 5vw;
  z-index: 5;
  background-color: transparent;
  padding-bottom: 8vw;
}
.faq .h3 {
  color: #fff;
  width: 60vw;
  margin: auto;
  text-align: center;
}
.faq .container-center {
  width: 60vw;
  margin: 2vw auto auto auto;
}
.faq .btn-n-rules {
  margin: 2vw auto auto auto;
  text-align: center;
}
.faq .faq-list {
  width: 100%;
}
.faq .faq-list .faq-item {
  margin-bottom: 1.5vw;
  z-index: 1;
}
.faq .faq-list .faq-item .faq-item__question {
  border-radius: 0.2vw;
  padding: 1.1vw 1.7vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  opacity: 0.9;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  /* filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.25)); */
  border: solid 1px #fff;
  border-radius: 5px;
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
.faq .faq-list .faq-item .faq-item__question .minus, .faq .faq-list .faq-item .faq-item__question .plus {
  width: 1.1vw;
}
.faq .faq-list .faq-item .faq-item__question .minus {
  display: none;
  filter: invert(1);
}
.faq .faq-list .faq-item .faq-item__question .plus {
  display: block;
  filter: invert(1);
}
.faq .faq-list .faq-item .faq-item__answer {
  font-style: normal;
  font-weight: normal;
  font-size: 0.85vw;
  line-height: 1.25;
  padding: 2vw 2vw 0;
  width: 70%;
  display: none;
  margin-left: 8vw;
  color: #000;
}
.faq .faq-list .faq-item .faq-item__answer li, .faq .faq-list .faq-item .faq-item__answer p {
  margin-bottom: 0.3vw;
  list-style: circle;
}
.faq .faq-list .faq-item .faq-item__answer a {
  font-weight: bold;
  color: #197899;
}
.faq .faq-list .faq-item__open .faq-item__question {
  filter: drop-shadow(0px 4px 11px rgba(0, 0, 0, 0.25));
  border-color: transparent;
  background: #F0F0F0;
  -webkit-transition: all ease-out 0.5s;
  -moz-transition: all ease-out 0.5s;
  -o-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
  color: #000;
}
.faq .faq-list .faq-item__open .faq-item__question .minus {
  display: block;
  filter: invert(0);
}
.faq .faq-list .faq-item__open .faq-item__question .plus {
  display: none;
  filter: invert(0);
}
.faq .faq-list .faq-item__open .faq-item__answer {
  display: inline-block;
  color: #fff;
}
.faq .faq-list .faq-item__icon {
  height: 1.5vw;
  position: absolute;
  top: 0.9vw;
  right: 1.1vw;
}
.faq .faq-list .faq-item__open .faq-item__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0.6vw;
}
.faq .faq-list .faq-item__answer__link {
  color: #F8FF13;
}
.faq .faq-list .faq-item__answer__link:hover {
  text-decoration: underline;
}
.faq .faq-list .faq-bg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.modal__form.show, .modal__form2.show, .modal__form3.show {
  display: flex;
}

.modal__form {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.modal__form .modal_background {
  background: url("../images/modal/modal_bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 1vw;
  height: auto;
  min-height: 25vw;
  width: 45vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal__form .modal_background .close {
  z-index: 20;
}
.modal__form .modal_background .close img {
  width: 1vw;
}
.modal__form .modal_background .img {
  position: absolute;
  top: 50%;
  right: 0.5vw;
  transform: translateY(-50%);
  z-index: 10;
}
.modal__form .modal_background .img img {
  width: 20vw;
  transform: translateX(4vw);
}
.modal__form .modal_background .content {
  width: 50%;
  margin: auto 50% auto 15%;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-size: 1vw;
  line-height: 109.5%;
  font-weight: 400;
  color: #D7E0E0;
}
.modal__form .modal_background .content .title {
  font-weight: 600;
  font-size: 1.8vw;
  color: #fff;
}
.modal__form .modal_background .content .txt-top {
  margin-top: 1vw;
  display: flex;
  align-items: flex-end;
}
.modal__form .modal_background .content .txt-down {
  margin-top: 1vw;
  display: flex;
  align-items: flex-end;
}
.modal__form .modal_background .content table {
  margin-top: 1vw;
  width: 90%;
}
.modal__form .modal_background .content table td {
  border: 1px solid #4B6766;
  text-align: center;
  width: 50%;
  font-size: 0.8vw;
  padding: 0.5vw 1vw;
}

.modal__form2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.modal__form2 .background {
  background: #031B22;
  border: 1px solid #487783;
  border-radius: 0.5vw;
}
.modal__form2 .c-form .c-form__group {
  margin: 0 auto 1vw;
}
.modal__form2 .modal_background {
  height: auto;
  min-height: 28vw;
  width: 50vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal__form2 .modal_background .text__modal {
  font-family: "Parimatch";
  font-style: italic;
  font-weight: 400;
  font-size: 3vw;
  margin-bottom: 1vw;
}
.modal__form2 .modal_background .content {
  display: flex;
}
.modal__form2 .modal_background .content div:first-child {
  margin-right: 1vw;
}

.modal__form3 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 999;
  justify-content: center;
  align-items: center;
}
.modal__form3 .background {
  background: #031B22;
  border: 1px solid #487783;
  border-radius: 0.5vw;
}
.modal__form3 .c-form .c-form__group {
  margin: 0 auto 1vw;
}
.modal__form3 .modal_background {
  background: linear-gradient(180deg, #1B3645 0%, #03242F 100%);
  border-radius: 1vw;
  height: auto;
  min-height: 34vw;
  width: 45vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal__form3 .modal_background .close {
  z-index: 20;
}
.modal__form3 .modal_background .close img {
  width: 1vw;
}
.modal__form3 .modal_background .img {
  position: absolute;
  top: 50%;
  right: 0.5vw;
  transform: translateY(-50%);
  z-index: 10;
}
.modal__form3 .modal_background .img img {
  width: 20vw;
  transform: translateX(4vw);
}
.modal__form3 .modal_background .content {
  width: 78%;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-size: 1vw;
  line-height: 109.5%;
  font-weight: 400;
  color: #D7E0E0;
}
.modal__form3 .modal_background .content .title {
  font-weight: 600;
  font-size: 1.8vw;
  color: #fff;
}
.modal__form3 .modal_background .content .txt-top {
  margin-top: 1vw;
  display: flex;
  align-items: flex-end;
}
.modal__form3 .modal_background .content .txt-down {
  margin-top: 1vw;
  display: flex;
  align-items: flex-end;
}
.modal__form3 .modal_background .content table {
  margin-top: 1vw;
  width: 90%;
}
.modal__form3 .modal_background .content table td {
  border: 1px solid #4B6766;
  text-align: center;
  width: 50%;
  font-size: 0.8vw;
  padding: 0.5vw 1vw;
}
.modal__form3 .modal_background .text__modal {
  font-family: "Parimatch";
  font-style: italic;
  font-weight: 400;
  font-size: 4vw;
  margin-bottom: 3vw;
}

.bonus-0-desk img {
  height: 8vw;
}

.team__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 100vh;
  text-align: center;
  font-family: "Parimatch", sans-serif;
  font-style: italic;
  width: 100%;
}

.team__wrap--left {
  -webkit-transform: translate(-42%, -50%);
  transform: translate(-42%, -50%);
}

.team__wrap--left .team__logo img {
  -webkit-transform: translateX(4%);
  transform: translateX(4%);
}

.team__wrap--right {
  -webkit-transform: translate(-58%, -50%);
  transform: translate(-58%, -50%);
}

.team__wrap--right .team__logo img {
  -webkit-transform: translateX(-4%);
  transform: translateX(-4%);
}

.team__logo img {
  display: block;
  margin: 0 auto;
  width: calc(493 / var(--desc-height) * 1em);
  max-width: 100%;
}

.team__name {
  font-size: calc(48 / var(--desc-height) * 1em);
  font-weight: bold;
  margin-top: -0.25em;
  margin-bottom: 0.25em;
}

.team__koef {
  font-weight: 300;
  font-size: calc(48 / var(--desc-height) * 1em);
}

.date {
  font-size: calc(36 / var(--desc-height) * 100vh);
  font-family: "Parimatch", sans-serif;
  font-style: italic;
  font-weight: 300;
  margin-bottom: calc(5 / var(--desc-height) * 100vh);
}

.club img {
  height: 13.7vh;
}

.bonus img {
  display: block;
  margin: 0 auto;
  width: 45vw;
  max-width: 100%;
}

.rules {
  font-size: 1vw;
  font-family: "Gilroy", sans-serif;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  margin-top: 0.7em;
}
.rules span {
  font-size: 1.2vw;
  font-style: normal;
}
.rules a {
  text-decoration: underline;
  font-weight: 300;
  color: #fff;
}

.rules2 a {
  color: #fff;
}

.rules a:hover {
  text-decoration: none;
}

.teams-portrait {
  display: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: calc(36 / var(--desc-height) * 100vh);
  font-family: "Parimatch", sans-serif;
  font-style: italic;
  margin-bottom: calc(42 / var(--desc-height) * 100vh);
}

.teams-portrait__left {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.teams-portrait__left .teams-portrait__name {
  margin-right: -0.12em;
}

.teams-portrait__name {
  font-size: 1.6em;
  font-weight: normal;
}

.teams-portrait__koef {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1em;
  height: 1.11em;
  padding: 0 0.25em;
  background-color: #FFFF14;
  color: black;
  border-radius: 0.11em;
  font-weight: 300;
  align-items: center;
  margin: 1vh 0.5vw 0;
}

.teams-portrait__center {
  text-align: center;
  text-decoration: underline;
  font-weight: 300;
  padding: 0 0.145em 0 0.245em;
  line-height: 1em;
  text-transform: uppercase;
}

.teams-portrait__right {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
}

.teams-portrait__right .teams-portrait__name {
  margin-left: 0.05em;
}

.for-mob, .for-tablet, .for-mobile {
  display: none !important;
}

.for-desk {
  display: inline-block;
}

.for-desk.title {
  display: block;
}

.for-desk.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.25vw;
}

.footer-apps__item img {
  width: auto !important;
  height: 2.2vw !important;
}

table {
  margin-bottom: 0.5vw;
}
table td {
  border: 1px solid #197899;
  padding: 0.3vw 1vw;
}

.dc__modal-back-instruction {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.dc__modal-back-instruction .cross-instruction {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  cursor: pointer;
}
.dc__modal-back-instruction.open {
  display: block;
}
.dc__modal-back-instruction.slide .dc__modal-rules {
  opacity: 1;
  transition: opacity 0.3s linear;
}

.footer {
  z-index: 20;
  background: transparent;
}

body {
  /*background: url("images/footer.jpg") no-repeat left bottom;*/
}

.img-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img {
  opacity: 1;
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
}

.img-color {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -moz-box;
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.img-box:hover .img {
  opacity: 0;
}

.img-box:hover .img-color {
  opacity: 1;
}

.footer {
  width: 100%;
  z-index: 102;
  font-size: 2.4vh;
  position: absolute;
  padding: 1.4vh 1vh;
  bottom: 0;
}

.footer img {
  display: block;
  max-width: 100%;
  /*height: 2em;*/
}

.footer .container {
  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;
  position: relative;
  width: auto;
}

.footer__item {
  display: flex;
  align-items: center;
  width: 25%;
}

.footer__item:nth-child(2) {
  width: 50%;
}

.footer-payments {
  margin-right: auto;
}

.footer-payments__item {
  margin: 0 0.86em 0 0;
  display: inline-block;
  vertical-align: top;
}

.footer-payments__item > div {
  position: relative;
}

.footer-apps {
  display: flex;
  align-items: center;
  margin: auto auto;
}

.footer-apps__item {
  margin: 0 0.32em;
}

.footer-info {
  flex-shrink: 0;
  margin-right: 4vh;
  margin-left: auto;
}

.footer-social {
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.footer-social__item:not(:first-child) {
  margin-left: 1em;
}

.footer-text {
  padding: 1em 0.5em 0;
  font-size: 1.2vh;
  font-family: "Circe", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  text-align: center;
  flex: 1;
  line-height: 1.2;
}

.bonus-1 {
  position: absolute;
  top: 12vw;
  left: 3vw;
  z-index: 5;
}
.bonus-1 img {
  width: 30vw;
}

.bonus-2 {
  position: absolute;
  top: 13vw;
  right: 3vw;
  z-index: 5;
}
.bonus-2 img {
  width: 25vw;
}
.bonus-2 .indicator2 {
  position: absolute;
  left: 0.7vw;
  bottom: 1.55vw;
}
.bonus-2 .indicator2 img {
  width: 0;
  height: 0.2vw;
}
.bonus-2 .indicator {
  position: absolute;
  left: -0.5vw;
  bottom: 1.45vw;
}
.bonus-2 .indicator img {
  width: 2vw;
  transform: translateX(0);
}

@media only screen and (max-width: 142vh) and (orientation: landscape) {
  .footer {
    font-size: 2vh;
  }
  .footer-info {
    margin-right: 1.6vh;
  }
  .footer-social__item:not(:first-child) {
    margin-left: 0.6em;
  }
}
@media only screen and (orientation: portrait) {
  .modal__form2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    justify-content: center;
    align-items: center;
  }
  .modal__form2 .background {
    background: #031B22;
    border: 1px solid #487783;
    border-radius: 0.5vw;
  }
  .modal__form2 .c-form .c-form__group {
    margin: 0 auto 2vw;
  }
  .modal__form2 .modal_background {
    border-radius: 4vw;
    height: auto;
    min-height: 34vw;
    width: 92vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modal__form2 .modal_background .close {
    top: 1vh;
    right: 1vh;
    z-index: 20;
  }
  .modal__form2 .modal_background .close img {
    width: 4vw;
  }
  .modal__form2 .modal_background .img {
    position: absolute;
    top: 50%;
    right: 0.5vw;
    transform: translateY(-50%);
    z-index: 10;
  }
  .modal__form2 .modal_background .img img {
    width: 20vw;
    transform: translateX(4vw);
  }
  .modal__form2 .modal_background .content {
    width: 78%;
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-size: 1vw;
    line-height: 109.5%;
    font-weight: 400;
    color: #D7E0E0;
  }
  .modal__form2 .modal_background .content .title {
    font-weight: 600;
    font-size: 1.8vw;
    color: #fff;
  }
  .modal__form2 .modal_background .content .txt-top {
    margin-top: 1vw;
    display: flex;
    align-items: flex-end;
  }
  .modal__form2 .modal_background .content .txt-down {
    margin-top: 1vw;
    display: flex;
    align-items: flex-end;
  }
  .modal__form2 .modal_background .content table {
    margin-top: 1vw;
    width: 90%;
  }
  .modal__form2 .modal_background .content table td {
    border: 1px solid #4B6766;
    text-align: center;
    width: 50%;
    font-size: 0.8vw;
    padding: 0.5vw 1vw;
  }
  .modal__form2 .modal_background .text__modal {
    font-family: "Parimatch";
    font-style: italic;
    font-weight: 400;
    font-size: 12vw;
    margin-block: 7vw;
  }
  .modal__form3 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    justify-content: center;
    align-items: center;
  }
  .modal__form3 .background {
    background: #031B22;
    border: 1px solid #487783;
    border-radius: 0.5vw;
  }
  .modal__form3 .c-form .c-form__group {
    margin: 0 auto 2vw;
  }
  .modal__form3 .modal_background {
    background: linear-gradient(180deg, #1B3645 0%, #03242F 100%);
    border-radius: 4vw;
    height: auto;
    min-height: 34vw;
    width: 92vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .modal__form3 .modal_background .close {
    z-index: 20;
  }
  .modal__form3 .modal_background .close img {
    width: 4vw;
  }
  .modal__form3 .modal_background .img {
    position: absolute;
    top: 50%;
    right: 0.5vw;
    transform: translateY(-50%);
    z-index: 10;
  }
  .modal__form3 .modal_background .img img {
    width: 20vw;
    transform: translateX(4vw);
  }
  .modal__form3 .modal_background .content {
    width: 90%;
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-size: 1vw;
    line-height: 109.5%;
    font-weight: 400;
    color: #D7E0E0;
  }
  .modal__form3 .modal_background .content .title {
    font-weight: 600;
    font-size: 1.8vw;
    color: #fff;
  }
  .modal__form3 .modal_background .content .txt-top {
    margin-top: 1vw;
    display: flex;
    align-items: flex-end;
  }
  .modal__form3 .modal_background .content .txt-down {
    margin-top: 1vw;
    display: flex;
    align-items: flex-end;
  }
  .modal__form3 .modal_background .content table {
    margin-top: 1vw;
    width: 90%;
  }
  .modal__form3 .modal_background .content table td {
    border: 1px solid #4B6766;
    text-align: center;
    width: 50%;
    font-size: 0.8vw;
    padding: 0.5vw 1vw;
  }
  .modal__form3 .modal_background .text__modal {
    font-family: "Parimatch";
    font-style: italic;
    font-weight: 400;
    font-size: 12vw;
    margin-block: 7vw;
  }
  .c-form, .c-form__footer {
    padding-top: 1vw;
    margin-bottom: 30px;
  }
  .c-form .background-checkbox {
    padding: 0 2.625vw;
  }
  .bonus-1 {
    position: relative;
    top: 0;
    left: 0;
  }
  .bonus-1 img {
    width: 90vw;
  }
  .bonus-2 {
    position: relative;
    top: 0;
    left: 0;
  }
  .bonus-2 img {
    width: 90vw;
  }
  .bonus-2 .indicator2 {
    position: absolute;
    left: 7vw;
    bottom: 7.5vw;
  }
  .bonus-2 .indicator2 img {
    width: 0;
    height: 1vw;
  }
  .bonus-2 .indicator {
    position: absolute;
    left: 0;
    bottom: 6.5vw;
  }
  .bonus-2 .indicator img {
    width: 12vw;
    transform: translateX(0);
  }
  .footer {
    position: relative;
    font-size: 8.125vw;
    padding: 6.125vw 0;
  }
  .footer img {
    max-width: unset;
  }
  .footer .container {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 0;
  }
  .footer__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer__item:not(:last-child) {
    margin-bottom: 6vw;
  }
  .footer__item:nth-child(1) {
    display: none;
  }
  .footer__item:nth-child(2) {
    width: 100%;
  }
  .footer-payments {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }
  .footer-payments__item {
    margin: 0 3vw;
  }
  .footer-apps {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 4vw;
  }
  .footer-apps__item {
    margin: 2vw 2vw !important;
  }
  .footer-info {
    width: 100%;
    margin: 0 0 9.375vw;
  }
  .footer-info img {
    margin: auto;
  }
  .footer-social {
    width: 100%;
    margin-left: 0;
    justify-content: center;
  }
  .footer-social__item {
    margin: 0 3vw;
  }
  .footer-social__item:not(:first-child) {
    margin: 0 3vw;
  }
  .footer-text {
    order: 4;
    margin-top: 0;
    text-align: center;
    font-size: 3.1vw;
    line-height: 3.75vw;
    padding: 6.125vw 5.6vw 0;
    font-family: "Roboto", sans-serif;
  }
  .participation-image-mobile {
    width: 100%;
  }
}
.img_fon_left {
  position: absolute;
  top: 188vw;
  left: 0;
  z-index: 2;
}
.img_fon_left img {
  width: 10vw;
}

.img_fon_right {
  position: absolute;
  top: 235vw;
  right: 0;
  z-index: 2;
}
.img_fon_right img {
  width: 15vw;
}

.image-fon-3 {
  position: absolute;
  top: 123.5vw;
  left: 0;
  z-index: 3;
}
.image-fon-3 img {
  width: 10vw;
}

.image-fon-4 {
  position: absolute;
  top: 57vw;
  left: 0;
  z-index: 2;
}
.image-fon-4 img {
  width: 8vw;
}

.image-fon-5 {
  position: absolute;
  top: 53vw;
  left: 0;
  z-index: 1;
}
.image-fon-5 img {
  width: 2vw;
}

.image-fon-6 {
  position: absolute;
  top: 76vw;
  right: 5vw;
  z-index: 2;
}
.image-fon-6 img {
  width: 3vw;
}

.image-fon-7 {
  position: absolute;
  top: 76vw;
  right: 0;
  z-index: 2;
}
.image-fon-7 img {
  width: 8vw;
}

.image-fon-8 {
  position: absolute;
  top: 87vw;
  right: 5vw;
  z-index: 2;
}
.image-fon-8 img {
  width: 3vw;
}

.image-fon-9 {
  position: absolute;
  top: 88vw;
  right: 0;
  z-index: 2;
}
.image-fon-9 img {
  width: 1vw;
}

.image-fon-10 {
  position: absolute;
  top: 148vw;
  right: 0;
  z-index: 3;
}
.image-fon-10 img {
  width: 5vw;
}

.image-fon-11 {
  position: absolute;
  top: 146vw;
  right: 0;
  z-index: 2;
}
.image-fon-11 img {
  width: 20vw;
}

.image-fon-12 {
  position: absolute;
  top: 171vw;
  right: 0;
  z-index: 2;
}
.image-fon-12 img {
  width: 10vw;
}

.close {
  position: absolute;
  top: 2vh;
  right: 2vh;
  height: 2.87vh;
  cursor: pointer;
}

.c-form__input {
  border-color: #000;
  color: #000;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: unset;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: unset;
  }
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: unset;
  }
}
@media only screen and (max-width: 165vh) and (orientation: landscape) {
  .participation3 {
    margin-top: 4vw;
  }
  .faq {
    padding-bottom: 12vw;
  }
}
@media only screen and (max-width: 150vh) and (orientation: landscape) {
  .participation3 {
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 135vh) and (orientation: landscape) {
  .participation3 {
    margin-top: 2vw;
  }
  .participation2 {
    margin-top: -1vw !important;
  }
}
@media (max-width: 991px) and (orientation: portrait) {
  body {
    background-color: #000;
  }
  .helmet-left-image {
    display: none;
  }
  .helmet-right-image {
    display: none;
  }
  .for-desktop, .for-desk {
    display: none !important;
  }
  .for-mobile {
    display: inline-block !important;
  }
  .for-mob, .for-tablet {
    display: block !important;
  }
  .participation2 {
    margin-top: 10vw !important;
  }
  .participation-image-mobile {
    margin-top: 4vw;
    text-align: center;
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .participation-image-mobile img {
    max-width: 100%;
  }
  .participation-image-mobile img:last-child {
    margin-top: 2vw;
  }
  .h3 {
    font-size: 12vw;
    text-transform: none;
    margin-top: 1vw;
    padding: 0 10vw;
  }
  .rules2 {
    padding-bottom: 8vw;
  }
  .btn-main2 {
    width: 70vw;
    padding: 3vw;
    font-weight: 400;
    margin-top: 8vw;
  }
  .participation-title-2 {
    font-size: 12vw;
    font-family: "Parimatch", sans-serif;
    font-style: italic;
    font-weight: normal;
    padding: 5vw 10vw 5vw 10vw;
  }
  .owl-prev svg, .owl-next svg {
    height: 9vw;
    width: 9vw;
  }
  .owl-nav {
    display: flex;
    margin: -10vw auto 0;
    height: 10vw;
    align-items: center;
    justify-content: space-between;
    max-width: 80vw;
    transform: translateY(-8vw);
  }
  .phone {
    display: block;
  }
  .desktop {
    display: none;
  }
  .header-right img {
    width: 8vw;
  }
  .header-right img:last-child {
    margin-left: 1vw;
  }
  .main {
    height: auto;
    padding-top: 26vw;
    background-image: url(../images/bg1-phone.jpg);
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .main .main__center {
    margin: 0vw auto auto auto;
    padding: 0;
    height: auto;
  }
  .main .main__center .btn-n-rules {
    order: unset;
    margin-bottom: 5vw;
    margin-top: 95vw;
  }
  .main .main__center .bonus {
    margin-top: -14vw;
    margin-bottom: 0;
    margin-left: 0;
    position: relative;
  }
  .main .main__center .bonus img {
    width: 100vw;
  }
  .main .main__center .bonus img:last-child {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .main .main__center .bonus-text {
    font-size: 4.7vw;
    width: 80vw;
    margin: auto auto 5.5vw;
  }
  .bonus-0-mob img {
    width: 80vw;
  }
  #owl_carusel_image_text {
    position: relative;
    display: inline-block;
    width: 60vw;
    height: 20vw;
  }
  .bg_participation_2 {
    display: block;
    width: 100%;
    height: 110vw;
    background: url("../images/bg_participation_2_mob.jpg") no-repeat left top;
    background-size: 100% 100%;
  }
  .div-participation-title-2 {
    margin-top: -110vw;
  }
  .header {
    position: relative;
    z-index: 100;
    padding: 3.25521vw 0;
    height: 20vw;
    margin-bottom: -22vw;
  }
  .logo {
    display: block;
  }
  .logo img {
    height: 5.20833vw;
  }
  .btn-icon img {
    display: block;
    height: 4.94792vw;
  }
  .icon-user {
    height: 5.20833vw;
  }
  .header-right .btn-main, .header-right .btn-skew {
    margin-left: 0.6em;
  }
  .header-right .btn-main:first-child, .header-right .btn-skew:first-child {
    margin-left: 0;
  }
  .main__center {
    width: 100%;
  }
  .text-small {
    font-size: 4vw;
  }
  .participation2 .btn-n-rules {
    margin-bottom: 5vw;
  }
  .participation {
    margin-top: 2vw;
  }
  .participation .h3 {
    margin: auto;
    width: 100%;
    text-align: center;
    font-size: 12vw;
    padding: 0;
  }
  .participation img {
    width: 96vw;
  }
  .participation .text {
    margin-top: 5vw;
    font-size: 4.6vw;
  }
  .participation .section-steps {
    flex-direction: column;
    width: 100%;
  }
  .participation .section-steps .step {
    flex: 0 0 100%;
    width: 100%;
    margin-top: 6vh;
    max-width: 100%;
    text-align: center;
  }
  .participation .section-steps .step img {
    margin: -3vw auto 2vw;
    width: 70vw;
    display: block;
  }
  .participation .section-steps .step .text {
    font-size: 4.1vw;
    width: 100%;
    margin-top: 0;
    transform: translateY(-6vw);
  }
  .participation .section-steps .step .image-block {
    width: 70%;
    max-height: initial;
    text-align: center;
    margin: auto;
  }
  .participation .section-steps .step:first-child {
    width: 100%;
    /*
    img {
      margin-left: 30%;
    }
    */
  }
  .participation .section-steps .step:first-child .text {
    width: 100%;
  }
  .participation .section-steps .step:not(:first-child) {
    margin-left: 0;
  }
  .participation .section-steps .step:not(:first-child) .text {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .participation .btn-n-rules {
    margin-top: 10vw;
    padding-bottom: 4vw;
  }
  .participation .btn-n-rules .rules2 a {
    font-size: 3.6vw;
    border: 1px solid #fff;
    border-radius: 1.5vw;
    padding: 1.5vw 6vw 1.5vw 6vw;
  }
  .participation .btn-n-rules .links {
    flex-direction: column;
  }
  .participation .btn-n-rules .instruction {
    margin-left: 0;
    margin-top: 3vw;
  }
  .participation .btn-n-rules .instruction img {
    margin-right: 3vw;
    width: 3.75vw;
  }
  .express {
    margin-top: 5vw;
    width: 83vw;
    border-width: 1px;
    border-radius: 3vw;
    padding: 1vw 0vw;
  }
  .express h2 {
    font-size: 8vw;
    margin-bottom: 3vw;
  }
  .express .col p {
    font-size: 3.8vw;
    margin-bottom: 1.8vw;
  }
  .express .col p:first-child {
    font-size: 4vw;
    margin-bottom: 2.3vw;
  }
  .express .col:first-child:before, .express .col:nth-child(2):before {
    height: 12vw;
    width: 0.1vw;
    top: 7.5vw;
  }
  .prize {
    background-size: 200vw;
    background-position: center top;
    background-repeat: inherit;
  }
  .prize .container-center {
    width: 83vw;
  }
  .prize .container-center .row {
    display: flex;
    flex-direction: row;
    padding: 2vw 7vw;
  }
  .prize .container-center .row .col {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2vw;
    padding: 0 3%;
  }
  .prize .container-center .row .image-block {
    height: 30vw;
    margin-bottom: 2vw;
  }
  .prize .container-center .row .text {
    font-size: 3.45vw;
    width: 29vw;
    height: inherit;
  }
  .prize .btn-main {
    margin: auto 5vw;
  }
  .btn-main {
    min-width: 30vh;
    height: 16.25vw;
    padding: 3vw;
  }
  .btn-main.btn {
    width: 65vw;
    height: 25vw;
  }
  .btn-main.btn-cn {
    height: 18vw;
    width: 65vw;
    margin-bottom: 3vw;
  }
  .btn-modal {
    min-width: 30vh;
    height: 16.25vw;
    padding: 3vw;
  }
  .btn-modal.btn-no {
    width: 80vw;
    height: 58vw;
  }
  .btn-modal.btn-yes {
    width: 80vw;
    height: 58vw;
    margin-bottom: 3vw;
  }
  .btn {
    width: 70vw;
  }
  .btn-main__text {
    font-size: 7.5vw;
  }
  .bg-top {
    height: 100vw;
  }
  .faq {
    margin-top: 7vw;
    /*
    .h3 {
      margin-bottom: 6.5vw !important;
    }

     */
  }
  .faq .h3 {
    color: #fff;
    width: 100vw;
    margin: auto;
    text-align: center;
    font-size: 10vw;
    padding-bottom: 3vw;
  }
  .faq .container-center {
    width: 83vw;
  }
  .faq .faq-list .faq-item {
    margin-bottom: 3.5vw;
  }
  .faq .faq-list .faq-item .faq-item__question {
    font-size: 4vw;
    text-align: center;
    padding: 3.1vw 4.7vw;
    border-radius: 1.2vw;
    align-items: center;
    justify-content: center;
  }
  .faq .faq-list .faq-item .faq-item__question .plus, .faq .faq-list .faq-item .faq-item__question .minus {
    display: none;
  }
  .faq .faq-list .faq-item .faq-item__answer {
    font-size: 3.5vw;
    padding: 3vw 15vw 3vw 1vw;
    width: 100%;
  }
  .header-lang {
    color: #fff;
    margin-top: 0;
  }
  .header-lang .lang {
    font-size: 4.5vw;
    color: #fff;
  }
  .header-lang .lang.active {
    font-weight: normal;
    color: #197899;
  }
  .container {
    padding: 0 1.3888888889vh;
  }
  .section-one .container img {
    width: 95vw;
  }
  .div_participation_3 {
    display: block;
    width: 100%;
    height: auto;
  }
  .div_participation_3 .owl-carousel .owl-item {
    display: flex;
    justify-content: center;
  }
  .div_participation_3 .owl-carousel .owl-item img {
    width: 70%;
    margin: auto !important;
  }
  #owl_carusel_image_text {
    display: none;
    font-weight: bold;
  }
  #owl_carusel_image_text span {
    font-weight: normal;
    font-size: 5vw;
  }
  .header-left .header__logo-link img {
    height: 60%;
  }
  .header-left picture img {
    height: 60%;
  }
  .btn-group-actions2 {
    margin-top: -22vw !important;
  }
  #slider_left {
    height: 65vw;
  }
  #slider_right {
    height: 65vw;
  }
  .slider {
    height: auto;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .slider .h3 {
    margin: auto;
    text-align: center;
  }
  .slider .h3-mob {
    font-size: 10vw;
    text-transform: none;
  }
  .slider .title2 {
    font-size: 10vw;
    text-align: center;
    margin-left: 0;
  }
  .slider .title3 {
    margin-top: 3vw;
    font-size: 5vw;
    text-align: center;
    margin-left: 0;
  }
  .slider .owl-carousel .owl-stage {
    height: 64vw;
  }
  .slider .owl-carousel .owl-item img {
    max-height: 80vw;
    width: auto !important;
    max-width: 100%;
    margin: auto !important;
    text-align: center;
  }
  .slider .owl-carousel .owl-item.active.center {
    background-image: none;
  }
  .slider .owl-carousel .owl-item.active.center p {
    display: flex !important;
    font-weight: normal;
    position: relative;
    width: 65vw;
    height: 16vw;
    margin: auto;
    font-size: 4.2vw;
  }
  .slider .owl-carousel .owl-item.active.center p span {
    font-weight: bold;
    font-size: 5vw;
  }
  .slider .owl-carousel .owl-item.active.center p span .info {
    margin: auto auto auto 1.5vw !important;
  }
  .slider .owl-carousel .owl-item.active.center p span img {
    width: 6vw !important;
  }
  .slider .owl-theme .owl-nav {
    display: flex;
    margin: 0 auto -9vw;
    height: 8vw;
    align-items: center;
    justify-content: space-between;
    width: 75vw;
    transform: translateY(0);
  }
  .slider .owl-theme .owl-nav button {
    z-index: 1;
    position: relative;
    transform: translateY(-18vw);
  }
  .slider .owl-theme .owl-nav button svg {
    width: 7.5vw;
    height: 7.5vw;
  }
  .slider.slider1 {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .slider.slider1 .title3 {
    font-size: 5vw;
  }
  .slider.slider2 .owl-carousel .owl-item.active.center p.p2 span:last-child {
    margin-top: 2vw;
    font-size: 3.6vw;
  }
  .slider.slider3 {
    height: auto;
  }
  .slider.slider3 .btn-group-actions .btn-cn {
    height: 18vw;
  }
  .rules a {
    font-size: 5vw;
  }
  .rules span {
    max-width: 80%;
    font-size: 4.2vw;
    font-style: normal;
    display: block;
    margin: auto;
  }
  .subtitle {
    font-size: 5.7vw;
  }
  .switch {
    display: block;
    width: 100%;
    background-image: url(../images/bg3-phone.jpg);
    background-position: top center;
    background-size: cover;
    padding-top: 6vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .switch .h3 {
    position: relative;
    font-size: 10vw;
    padding: 0;
  }
  .switch .img {
    margin-top: 1vw;
    display: flex;
    justify-content: flex-end;
    height: auto;
  }
  .switch .img img {
    margin-right: 0;
    width: 100%;
  }
  .switch .btns {
    margin-top: 3vw;
    display: flex;
    justify-content: center;
    width: 100vw;
  }
  .switch .btns .btn {
    margin: 0 1.5vw;
    padding: 1.5vw 0;
    border-radius: 1.5vw;
    min-width: 45vw;
  }
  .switch .btns .btn .title {
    font-size: 4.2vw;
  }
  .switch .btns .btn .date {
    margin-top: 1.2vw;
    font-size: 3vw;
  }
  .switch .btn-group-actions {
    margin-top: 5vw;
  }
  .switch .rules a {
    color: #fff;
  }
  .switch .images {
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 67vw;
  }
  .h4 {
    font-size: 5vw;
  }
  .modal__form .modal_background {
    background: url("../images/modal/modal_bg_mob.png") no-repeat;
    background-size: 100% 100%;
    height: auto;
    width: 90vw;
  }
  .modal__form .modal_background .close img {
    width: 5vw;
  }
  .modal__form .modal_background .img {
    position: absolute;
    top: -18vw;
    left: 29%;
    transform: translateX(-29%);
    z-index: 10;
  }
  .modal__form .modal_background .img img {
    width: 70vw;
    margin: auto;
  }
  .modal__form .modal_background .content {
    width: 75vw;
    margin: 45vw auto 9vw;
    font-family: "Gilroy", sans-serif;
    font-style: normal;
    font-size: 5vw;
    line-height: 109.5%;
    font-weight: 400;
    color: #D7E0E0;
  }
  .modal__form .modal_background .content .title {
    font-weight: 600;
    font-size: 6vw;
    color: #fff;
  }
  .modal__form .modal_background .content .txt-top {
    margin-top: 3vw;
    display: flex;
    align-items: flex-end;
  }
  .modal__form .modal_background .content .txt-down {
    margin-top: 3vw;
    display: flex;
    align-items: flex-end;
  }
  .modal__form .modal_background .content table {
    margin-top: 3vw;
    width: 100%;
  }
  .modal__form .modal_background .content table td {
    border: 1px solid #4B6766;
    text-align: center;
    width: 50%;
    font-size: 3vw;
    padding: 1.5vw 1vw;
  }
  .modal__form2 .modal_background .text__modal {
    font-size: 10vw;
    text-align: center;
  }
  .modal__form2 .modal_background .content {
    display: block;
  }
  .modal__form2 .modal_background .content div:first-child {
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .modal__content__bg {
    width: 90vw;
  }
  .footer-apps__item img {
    height: 10.2vw !important;
  }
  body .footer-social a img {
    height: 10vw;
  }
}
@media only screen and (max-width: 991px) and (orientation: portrait) and (min-width: 58vh) and (orientation: portrait) {
  .participation3 {
    margin-top: 15vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .participation .section-steps {
    margin: 1vw auto 1vw;
  }
}
@media only screen and (min-width: 0) and (orientation: portrait) {
  .close-scroll {
    height: 100vh;
    overflow: hidden;
  }
}
@media only screen and (min-height: 135.1vw) and (orientation: portrait) {
  /*для мобилок кроме iphone 4, nexus 7 etc*/
}
@media only screen and (min-height: 135.1vw) and (orientation: portrait) {
  /*для мобилок кроме iphone 4, nexus 7 etc*/
}
@media only screen and (min-height: 135.1vw) and (orientation: portrait) {
  /*для мобилок кроме iphone 4, nexus 7 etc*/
}

/*# sourceMappingURL=main.css.map */
