@font-face {
  font-family: "Pobeda";
  src: url("../fonts/pobeda.eot");
  src: url("../fonts/pobeda.eot?#iefix") format("embedded-opentype"), url("../fonts/pobeda.woff2") format("woff2"), url("../fonts/pobeda.woff") format("woff"), url("../fonts/pobeda.ttf") format("truetype"), url("../fonts/pobeda.svg#pobeda") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Bold.eot");
  src: url("../fonts/Stolzl-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Bold.woff2") format("woff2"), url("../fonts/Stolzl-Bold.woff") format("woff"), url("../fonts/Stolzl-Bold.ttf") format("truetype"), url("../fonts/Stolzl-Bold.svg#Stolzl-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Medium.eot");
  src: url("../fonts/Stolzl-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Medium.woff2") format("woff2"), url("../fonts/Stolzl-Medium.woff") format("woff"), url("../fonts/Stolzl-Medium.ttf") format("truetype"), url("../fonts/Stolzl-Medium.svg#Stolzl-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Thin.eot");
  src: url("../fonts/Stolzl-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Thin.woff2") format("woff2"), url("../fonts/Stolzl-Thin.woff") format("woff"), url("../fonts/Stolzl-Thin.ttf") format("truetype"), url("../fonts/Stolzl-Thin.svg#Stolzl-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Light.eot");
  src: url("../fonts/Stolzl-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Light.woff2") format("woff2"), url("../fonts/Stolzl-Light.woff") format("woff"), url("../fonts/Stolzl-Light.ttf") format("truetype"), url("../fonts/Stolzl-Light.svg#Stolzl-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Stolzl";
  src: url("../fonts/Stolzl-Book.eot");
  src: url("../fonts/Stolzl-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Stolzl-Book.woff2") format("woff2"), url("../fonts/Stolzl-Book.woff") format("woff"), url("../fonts/Stolzl-Book.ttf") format("truetype"), url("../fonts/Stolzl-Book.svg#Stolzl-Book") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  position: relative;
  font-family: "Stolzl";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.scroll {
  overflow-y: hidden;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

button {
  border: none;
  cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  border: none;
  -moz-appearance: textfield;
}

input[type=number]:focus {
  outline: none;
}

input[type=tel] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=text] {
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=tel]:focus {
  outline: none;
}

input[type=text]:focus {
  outline: none;
}

.drum_block_left_form_error {
  color: #fff;
  font-family: "Stolzl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: none;
  margin-top: 3px;
}

.drum_block_left_form.error .drum_block_left_form_error {
  display: inline-block;
}

.drum_block_left_form_exist {
  color: #fff;
  font-family: "Stolzl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: none;
  margin-top: 3px;
}

.drum_block_left_form.exis .drum_block_left_form_exist {
  display: inline-block;
}

label {
  position: relative;
  display: block;
}

.show_password {
  position: absolute;
  right: 0px;
  top: 39px;
  cursor: pointer;
  display: flex;
}

label .required {
  color: #F00;
  font-family: "Stolzl";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: none;
  margin-top: 3px;
}

label.empty .required {
  display: inline-block;
}

label .exist {
  color: #F00;
  font-family: "Stolzl";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: none;
  margin-top: 3px;
}

label.error_mail .exist {
  display: inline-block;
}


.login .error_login {
  color: #F00;
  font-family: "Stolzl";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  display: none;
  margin-top: 3px;
}

.login.empty .error_login {
  display: inline-block;
}

textarea:focus {
  outline: none;
}

textarea {
  border: none;
  overflow: auto;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

select {
  outline: none;
}

button {
  border: none;
  outline: none;
  padding: 0px;
}

button:focus {
  border: none;
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

div {
  -webkit-tap-highlight-color: transparent;
}

input {
  border: none;
}

input:focus {
  outline: none;
}

.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    padding: 0px 40px;
  }
}
@media (min-width: 1360px) {
  .container {
    padding: 0px 0px;
    max-width: 1200px;
  }
}
h2 {
  font-family: "Stolzl";
  font-size: 32px;
  line-height: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
@media (min-width: 480px) {
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 48px;
    line-height: 58px;
  }
}

.dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #00A311;
  position: fixed;
  top: 80px;
  right: 0px;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.dropdown ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.dropdown ul li span {
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-family: "Stolzl";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.4px;
}
.dropdown ul li a {
  color: #FFF;
  text-align: center;
  font-family: "Stolzl";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.4px;
}
.dropdown.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.copy-notification {
  display: none;
  position: absolute;
  background: #F3F3F3;
  top: -37px;
  right: 0px;
  padding: 6px;
  border-radius: 12px;
  color: #101820;
}

form input {
  width: 100%;
  color: #000;
  font-family: "Stolzl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #999 !important;
  padding-bottom: 8px;
  margin-top: 38px;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 80px;
  background: #00A311;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3;
}
.header_block {
  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_block_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_block_left_logo img {
  max-width: 154px;
}
.header_block_left_age {
  margin-left: 15px;
}
.header_block_left_age img {
  max-width: 100px;
}
.header_block ul {
  display: none;
}
.header_block_btn {
  width: 33px;
  height: 19px;
  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;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
.header_block_btn span {
  background: #fff;
  width: 100%;
  position: absolute;
  height: 3px;
  right: 0px;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header_block_btn span:first-child {
  top: 0px;
}
.header_block_btn span:nth-child(2) {
  width: 50%;
  top: 8px;
}
.header_block_btn span:nth-child(3) {
  top: 16px;
}
.header_block_btn.active span {
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header_block_btn.active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.header_block_btn.active span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.header_block_btn.active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .header_block_left_logo img {
    max-width: 174px;
  }
  .header_block_left_age {
    margin-left: 15px;
  }
  .header_block_left_age img {
    max-width: 117px;
  }
}
@media (min-width: 1200px) {
  .header {
    height: 100px;
  }
  .header_block_left_logo img {
    max-width: 180px;
  }
  .header_block_left_age {
    margin-left: 25px;
  }
  .header_block_left_age img {
    max-width: 100px;
  }
  .header_block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_block ul li {
    margin-left: 20px;
  }
  .header_block ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    max-width: 14ch; /* ch - единица измерения ширины символа */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header_block ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_block ul li a svg {
    margin-right: 10px;
  }
  .header_block ul li a svg path {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header_block ul li:hover a {
    color: #FF0000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .header_block ul li:hover span {
    color: #FF0000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header_block ul li:hover a svg path {
    stroke: #FF0000;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .header_block_btn {
    display: none;
  }
}
@media (min-width: 1360px) {
  .header_block_left_logo img {
    max-width: 187px;
  }
  .header_block_left_age {
    margin-left: 25px;
  }
  .header_block_left_age img {
    max-width: 102px;
  }
}

.home {
  margin-top: 80px;
  background: url(../img/home/back_mob.png);
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 110px;
}
.home_top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
}
.home_block img:first-child {
  width: 100%;
}
.home_block img:last-child {
  width: 70px;
  margin-left: 20px;
}
.home_bottom {
  width: 100%;
  position: relative;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
@media (min-width: 768px) {
  .home {
    background: url(../img/home/back_desktop.webp);
    background-size: cover;
    background-position: 50%;
    height: 400px;
  }
  .home_block {
    max-width: 300px;
  }
  .home_bottom {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .home {
    height: 500px;
  }
  .home_block {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .home {
    margin-top: 100px;
    height: calc(100vh - 100px);
    padding-top: 220px;
  }
  .home_top {
    width: auto;
  }
  .home_block {
    max-width: 500px;
  }
  .home_block img:last-child {
    width: 140px;
  }
}
@media (min-width: 1360px) {
  .home {
    padding-top: 180px;
  }
  .home_block {
    max-width: 600px;
  }
  .home_block img:last-child {
    width: 200px;
  }
}
@media (min-width: 1600px) {
  .home_block {
    max-width: 700px;
  }
}

.faq {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 60px 0px;
}
.faq_block h2 {
  color: #FF0000;
  text-align: center;
}
.faq_block_list {
  margin-top: 50px;
}
.faq_block_list_item {
  position: relative;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 10px;
}
.faq_block_list_item::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: rgba(153, 153, 153, 0.3);
}
.faq_block_list_item_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;
  cursor: pointer;
}
.faq_block_list_item_top_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq_block_list_item_top_left span {
  color: #00A400;
  font-family: "Stolzl";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  display: block;
  min-width: 38px;
}
.faq_block_list_item_top_left h4 {
  color: #171C21;
  font-family: "Stolzl";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  margin-left: 15px;
}
.faq_block_list_item_top_arrow {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #00A400;
  width: 22px;
  min-width: 22px;
  height: 22px;
  border-radius: 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;
  margin-left: 25px;
  cursor: pointer;
}
.faq_block_list_item_top_arrow img {
  width: 8px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.faq_block_list_item_body {
  color: #171C21;
  font-family: "Stolzl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  display: none;
}
.faq_block_list_item_body strong {
  font-weight: 500;
}
.faq_block_list_item_body p {
  margin-top: 10px;
}
.faq_block_list_item_body a {
  color: #F00;
  text-decoration: underline;
}
.faq_block_list_item_body a:hover {
  text-decoration: none;
}
.faq_block_list_item_body ul {
  list-style-type: disc;
  list-style-position: inside;
}
.faq_block_list_item_body ul li {
  margin-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.faq_block_list_item_body ul li::marker {
  color: #F00;
}
.faq_block_list_item.open .faq_block_list_item_top_arrow img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 480px) {
  .faq_block_list_item_top_left h4 {
    font-size: 16px;
  }
  .faq_block_list_item_top_arrow {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
  .faq_block_list_item_top_arrow img {
    width: 12px;
  }
  .faq_block_list_item_body {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .faq_block {
    margin: 0 auto;
  }
  .faq_block_list_item_top_left span {
    font-size: 36px;
    min-width: 62px;
  }
}

.gallery-columns-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.gallery-item {
  width: calc(33.3333333333% - 5px);
  position: relative;
  margin-bottom: 5px;
}
.gallery-item a {
  display: block;
}
.gallery-item a img {
  width: 100%;
}

.attachment-medium {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .gallery-item {
    width: calc(33.3333333333% - 15px);
    margin-bottom: 15px;
  }
}
.video {
  background: #00A311;
  padding: 60px 0px;
}
.video_title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video_title h2 {
  text-align: center;
  color: #fff;
  margin-top: 32px;
}
.video_block {
  margin-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video_block iframe {
  width: 100%;
  max-width: 853px;
}
@media (min-width: 1024px) {
  .video_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .video_title h2 {
    margin-top: 0px;
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .video {
    padding: 75px 0px;
  }
}

.partners {
  background: linear-gradient(107.04deg, #F2F2F2 65.98%, #CDCDCD 132.99%, #B3B3B3 175.87%);
  padding: 60px 0px 105px 0px;
  position: relative;
}
.partners_one {
  display: block;
  position: absolute;
  right: 0px;
  top: -8px;
  width: 108px;
}
.partners_two {
  display: block;
  position: absolute;
  left: 20px;
  bottom: -30px;
  width: 93px;
}
.partners_three {
  display: block;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 106px;
}
.partners h2 {
  text-align: center;
  color: #00A400;
}
.partners_block_item {
  margin-top: 45px;
}
.partners_block_item_arrow {
  display: none;
}
.partners_block_item_text {
  margin-top: 15px;
}
.partners_block_item_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .partners_block_item {
    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;
  }
  .partners_block_item_img {
    min-width: 210px;
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .partners_block_item_arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 32px;
    margin: 0px 30px;
  }
  .partners_block_item_text {
    margin-top: 0px;
    width: 100%;
    max-width: 736px;
  }
}
@media (min-width: 1200px) {
  .partners {
    padding: 104px 0px 74px 0px;
  }
  .partners_one {
    width: auto;
    top: 0px;
  }
  .partners_two {
    width: 153px;
    bottom: 20px;
  }
  .partners_three {
    width: 250px;
  }
  .partners_block {
    margin: 0 auto;
    max-width: 880px;
    margin-top: 60px;
  }
  .partners_block_item_arrow {
    margin: 0px 25px;
  }
}
@media (min-width: 1360px) {
  .partners_two {
    width: 200px;
    bottom: 40px;
  }
  .partners_three {
    width: 300px;
  }
}
@media (min-width: 1600px) {
  .partners_two {
    width: auto;
    bottom: 40px;
  }
  .partners_three {
    width: 400px;
  }
}
@media (min-width: 1900px) {
  .partners_block {
    max-width: 100%;
  }
  .partners_three {
    width: auto;
  }
}

.rules {
  background: #00A311;
  padding: 60px 0px;
}
.rules h2 {
  text-align: center;
  color: #fff;
}
.rules_block_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.rules_block_item_img {
  min-width: 96px;
  height: 96px;
  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;
  background: #E42313;
  border-radius: 4px;
}
.rules_block_item_img img {
  height: 60px;
}
.rules_block_item p {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  margin-left: 24px;
}
.rules_block_item p b {
  font-weight: 700;
}
.rules_block_item.other .rules_block_item_img {
  background-color: #fff;
}
.rules_action {
  margin-top: 30px;
}
.rules_action button {
  width: 100%;
  height: 65px;
  background-color: #fff;
  text-align: center;
  line-height: 65px;
  font-family: "Stolzl";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  color: #00A311;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 4px;
  text-transform: uppercase;
}
.rules_action button:hover {
  background-color: #E42313;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.rules_action ul {
  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;
  margin-top: 40px;
}
.rules_action ul li {
  margin-right: 50px;
}
.rules_action ul li:last-child {
  margin-right: 0px;
}
@media (min-width: 768px) {
  .rules_action {
    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;
  }
  .rules_action button {
    width: 400px;
  }
  .rules_action ul {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .rules_block {
    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-top: 30px;
    max-width: 1174px;
  }
  .rules_block_item {
    margin-top: 0px;
  }
  .rules_block_item p {
    margin-left: 10px;
  }
  .rules_action {
    margin-top: 50px;
    max-width: 1174px;
  }
}
@media (min-width: 1200px) {
  .rules {
    padding: 100px 0px;
  }
  .rules_action button {
    width: 590px;
  }
}

.gifts {
  background: linear-gradient(107.04deg, #F2F2F2 65.98%, #CDCDCD 132.99%, #B3B3B3 175.87%);
  padding: 60px 0px 80px 0px;
  position: relative;
}
.gifts_one {
  display: none;
}
.gifts_two {
  display: none;
}
.gifts h2 {
  text-align: center;
  color: #00A400;
}
.gifts_block {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gifts_block_item {
  width: 100%;
  max-width: 380px;
  height: 304px;
  background-color: #fff;
  border-radius: 13px;
  position: relative;
  margin-top: 134px;
}
.gifts_block_item_main {
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: 0px;
}
.gifts_block_item p {
  position: absolute;
  left: 0px;
  bottom: 60px;
  width: 100%;
  padding: 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #6D6D6D;
}
.gifts_block_item_feature {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
}
.gifts_block_item:first-child .gifts_block_item_main {
  bottom: 146px;
}
.gifts_block_item:nth-child(2) p {
  bottom: 50px;
}
.gifts_block_item:nth-child(2) .gifts_block_item_main {
  bottom: 132px;
}
.gifts_block_item:nth-child(3) .gifts_block_item_main {
  bottom: 80px;
}
.gifts_links {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 24px;
}
.gifts_links a {
  font-family: Stolzl;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000;
  text-decoration: underline;
  margin-top: 20px;
  cursor: pointer;
}
.gifts_links a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .gifts_block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .gifts_block_item {
    width: calc(50% - 10px);
  }
  .gifts_links {
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gifts_links a {
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  .gifts_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gifts_block_item {
    margin: 134px 10px 0px 10px;
  }
}
@media (min-width: 1200px) {
  .gifts {
    padding: 100px 0px;
  }
  .gifts_one {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 180px;
  }
  .gifts_block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 160px;
  }
  .gifts_block_item {
    width: calc(33.3333333333% - 13.3333333333px);
    margin: 0px 0px 0px 0px;
  }
}
@media (min-width: 1440px) {
  .gifts_two {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 180px;
  }
}
@media (min-width: 1600px) {
  .gifts_two {
    width: 200px;
  }
}
@media (min-width: 1920px) {
  .gifts_one {
    width: auto;
  }
  .gifts_two {
    width: auto;
  }
}

.drum {
  background: url(../img/drum/back.png);
  background-position: 50%;
  background-size: cover;
  padding: 80px 0px;
}
.drum_block_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.drum_block_left h2 {
  text-align: center;
  color: #fff;
}
.drum_block_left .text_shadow {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 26px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.drum_block_left .text_shadow span {
  color: #FAC409;
}
.drum_block_left_form {
  flex-direction: column;
  background: #00A311;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 26px;
}

.drum_block_left_form.center {
  justify-content: center;
}
.drum_block_left_form input {
  font-family: "Stolzl";
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  padding: 0px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.drum_block_left_form button {
  font-family: "Stolzl";
  width: 100%;
  margin-top: 12px;
  height: 48px;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 48px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0%;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.drum_block_left_form.center button {
  margin-top: 0px;
}
.drum_block_left_form button:hover {
  background: #FF0000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.drum_block_left_find {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.drum_block_left_find_help {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  cursor: pointer;
}
.drum_block_left_find_help p {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #fff;
}
.drum_block_left_find_help img {
  margin-left: 12px;
}
.drum_block_left_find .hover {
  display: none;
}
.drum_block_right {
  position: relative;
  margin-top: 40px;
  padding-top: 20px;
  overflow: hidden;
}
.drum_block_right_one {
  position: absolute;
  width: 36px;
  left: 0px;
  top: 52px;
}
.drum_block_right_two {
  position: absolute;
  width: 36px;
  left: 32px;
  top: 16px;
}
.drum_block_right_three {
  position: absolute;
  width: 24px;
  left: 75px;
  top: 0px;
}
.drum_block_right_wrap {
  position: relative;
}
.drum_block_right_wrap img {
  max-width: 100%;
}
.drum_block_right_wrap_main {
  position: absolute;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  max-width: 102%;
}
.drum_block_right_wrap_cursor {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55px;
}
@media (min-width: 768px) {
  .drum_block_left_form {
    flex-direction: row;
    justify-content: space-between;
  }
  .drum_block_left_form input {
    width: calc(50% - 8px);
  }
  .drum_block_left_form button {
    width: calc(50% - 8px);
    margin-top: 0px;
  }
  .drum_block_right {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    padding-top: 40px;
  }
  .drum_block_right_one {
    width: auto;
    left: 0px;
    top: 97px;
  }
  .drum_block_right_two {
    width: auto;
    left: 73px;
    top: 23px;
  }
  .drum_block_right_three {
    width: auto;
    left: 168px;
    top: 8px;
  }
  .drum_block_right_wrap_cursor {
    width: 110px;
  }
}
@media (min-width: 1200px) {
  .drum {
    padding: 134px 0px 180px 0px;
  }
  .drum_block {
    position: relative;
  }
  .drum_block_left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 490px;
  }
  .drum_block_left .text_shadow {
    font-size: 32px;
    line-height: 38px;
    margin-top: 72px;
  }
  .drum_block_left_form {
    width: 100%;
    margin-top: 82px;
  }
  .drum_block_left_find {
    margin-top: 10px;
  }
  .drum_block_left_find_help {
    margin-top: 0px;
  }
  .drum_block_left_find_help p {
    font-size: 24px;
    line-height: 30px;
  }
  .drum_block_right {
    display: block;
    position: absolute;
    right: 0px;
    top: -80px;
    margin-top: 0px;
    overflow: visible;
  }
  .drum_block_right_one {
    left: -31px;
    top: 140px;
  }
  .drum_block_right_two {
    left: 37px;
    top: 60px;
  }
  .drum_block_right_three {
    left: 129px;
    top: 27px;
  }
  .drum_block_right_wrap {
    overflow: hidden;
  }
}
@media (min-width: 1400px) {
  .drum {
    padding: 134px 0px 300px 0px;
  }
  .drum_block_right {
    max-width: 690px;
  }
}

@keyframes rotateWheel {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

#wheelImage {
  animation: rotateWheel 24s linear infinite;
}


#wheelDrum {
  -webkit-transition: -webkit-transform 8s ease-out;
  transition: -webkit-transform 8s ease-out;
  transition: transform 8s ease-out;
  transition: transform 8s ease-out, -webkit-transform 8s ease-out;
}


.modal {
  display: none;
  -webkit-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px -5px 0px 0px #00A400;
          box-shadow: 0px -5px 0px 0px #00A400;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  background-color: #fff;
  width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 90px 30px 38px 30px;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal img {
  max-width: 100%;
}
.modal_yandex_logo {
  margin-bottom: 20px;
}
.modal_feature {
  position: absolute;
  left: -4px;
  top: -1px;
}
.modal_close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00A400;
}
.modal_info {
  margin-top: 22px;
}
.modal_info_right {
  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;
}
.modal_info_gastro {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal_info_gastro span {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000;
  margin: 12px 0px;
}
.modal_copy {
  margin-top: 25px;
}
.modal_copy span {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #000;
}
.modal_copy_block {
  cursor: pointer;
  background: #F3F3F3;
  height: 50px;
  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;
  padding: 0px 16px;
  margin-top: 12px;
  position: relative;
}
.modal_copy_block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #4E4E4E;
}
.modal_description {
  margin-top: 20px;
}
.modal_description span {
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  color: #000;
  display: inline-block;
}
.modal_description p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #000000;
  margin-top: 10px;
}
.modal_description ul {
  margin-top: 10px;
}
.modal_description ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0%;
  color: #000000;
}
.modal_description ul li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}
.modal_grey {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #999999;
  margin-top: 20px;
}
.modal_grey br {
  display: none;
}
.modal_footer {
  margin-top: 20px;
}
.modal_footer_left {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal_footer_left span {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #FF0000;
  margin-bottom: 5px;
}
.modal_footer_left_close {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #00A400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  font-family: "Stolzl";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-top: 10px;
}
.modal_footer_left_close:hover {
  background: #009000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal_footer_left_link {
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #00A400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  font-family: "Stolzl";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-top: 10px;
  display: none;
}
.modal_footer_left_link:hover {
  background: #009000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.modal_footer p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #000;
  margin-top: 15px;
}
.modal_footer p a {
  color: #00A400;
}
.modal_footer img {
  margin-top: 20px;
}
.modal_copyright {
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0%;
  color: #999999;
  margin-top: 20px;
}
.modal.active {
  display: block;
}


#yandex.last .modal_footer_left span {
  display: none;
}

#yandex.last .modal_footer_left .modal_footer_left_close {
  display: none;
}

#yandex.last .modal_footer_left .modal_footer_left_link {
  display: block;
}

@media (min-width: 768px) {
  .modal_grey br {
    display: block;
  }
  .modal {
    max-width: 870px;
  }
  .modal_copy {
    max-width: 328px;
    width: 328px;
  }
  .modal_info {
    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;
  }
  .modal_info.modal_info_yandex {
    margin-top: 0px;
  }
  .modal_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal_footer_left_close {
    max-width: 264px;
    padding: 0px 20px;
    margin-top: 0px;
  }
  .modal_footer_left_link {
    max-width: 264px;
    padding: 0px 20px;
    margin-top: 0px;
  }

  .modal_footer p {
    margin-top: 0px;
    transform: translateY(-7px);
  }
  .modal_footer img {
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media (min-width: 1024px) {
  .modal {
    padding: 64px 90px 40px 90px;
  }
  .modal h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .modal_info {
    margin-top: 26px;
  }
  .modal_copy {
    margin-top: 32px;
  }
  .modal_description {
    margin-top: 35px;
  }
  .modal_grey {
    margin-top: 34px;
  }
  .modal_footer {
    margin-top: 34px;
  }
  .modal_footer img {
    margin-left: 30px;
  }
}

.back_modal {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 4;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: none;
}
.back_modal.active {
  display: block;
}

.login {
  display: none;
  -webkit-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px -5px 0px 0px #00A400;
          box-shadow: 0px -5px 0px 0px #00A400;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  background-color: #fff;
  width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 30px 100px 30px;
}
.login h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00A400;
  text-transform: uppercase;
}
.login_close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login form input {
  width: 100%;
}
.login form .login_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.login form .login_bottom button {
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 40px;
  font-family: "Stolzl";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  background: #00A400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.login form .login_bottom button:hover {
  background: #009000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.login form .login_bottom_links {
  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;
  width: 100%;
  margin-top: 30px;
}
.login form .login_bottom_links_item {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #999999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.login form .login_bottom_links_item:hover {
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.login.active {
  display: block;
}
@media (min-width: 768px) {
  .login {
    max-width: 870px;
  }
  .login h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .login form .login_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .login form .login_bottom_links {
    width: auto;
    margin-top: 0px;
  }
  .login form .login_bottom_links_item {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  .login {
    padding: 72px 120px;
  }
}

.congrat {
  display: none;
  -webkit-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px -5px 0px 0px #00A400;
          box-shadow: 0px -5px 0px 0px #00A400;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  background-color: #fff;
  width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 78px 30px 44px 30px;
}
.congrat h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00A400;
  text-transform: uppercase;
}
.congrat_close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.congrat p.bold {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #171C21;
  margin-top: 20px;
}
.congrat p.bold a {
  color: #FF0000;
  text-decoration: underline;
}
.congrat_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
}
.congrat_bot p {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0%;
  color: #00A400;
  margin-top: 16px;
}
.congrat_bot button {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  height: 50px;
  background: #00A400;
  line-height: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: "Stolzl";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}
.congrat_bot button:hover {
  background: #009000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.congrat_img {
  margin-top: 45px;
}
.congrat.active {
  display: block;
}
@media (min-width: 768px) {
  .congrat {
    max-width: 870px;
  }
  .congrat h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1024px) {
  .congrat {
    padding: 66px 190px 52px 120px;
  }
  .congrat h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .congrat p.bold {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
  }
  .congrat_bot {
    margin-top: 15px;
  }
  .congrat_bot p {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 16px;
    line-height: 20px;
    max-width: 464px;
  }
  .congrat_bot button {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 240px;
    margin-top: 15px;
  }
  .congrat_img {
    margin-top: 0px;
    position: absolute;
    right: 78px;
    bottom: 46px;
  }
}

.drum_modal {
  background: radial-gradient(86.18% 112.25% at 50.05% 50%, #E46F14 12.22%, #E44513 38.14%, #E42313 57.13%, #DF2314 67.63%, #CE2316 82.72%, #BE2318 93.64%);
  -webkit-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px -5px 0px 0px #00A400;
          box-shadow: 0px -5px 0px 0px #00A400;
  padding: 72px 30px 30px 30px;
  border-radius: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: none;
}
.drum_modal.active {
  display: block;
}
.drum_modal_close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drum_modal_title {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.drum_modal_title h3 {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0%;
  color: #fff;
  text-align: center;
}
.drum_modal_title p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-top: 12px;
}
.drum_modal_main {
  margin-top: 40px;
}
.drum_modal_main_one {
  display: none;
}
.drum_modal_main_two {
  display: none;
}
.drum_modal_main_three {
  display: none;
}
.drum_modal_main_four {
  display: none;
}
.drum_modal_main_five {
  display: none;
}
.drum_modal_main_six {
  display: none;
}
.drum_modal_main_wrap {
  position: relative;
  overflow: hidden;
}
.drum_modal_main_wrap_border {
  width: 100%;
}
.drum_modal_main_wrap_main {
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: -1px;
}
.drum_modal_main_wrap_cursor {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 55px;
}
.drum_modal_roll {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00A400), to(#007800));
  background: linear-gradient(90deg, #00A400 0%, #007800 100%);
  height: 70px;
  text-align: center;
  line-height: 70px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2509803922);
  font-family: "Stolzl";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  margin-top: 36px;
}
@media (min-width: 768px) {
  .drum_modal {
    max-width: 870px;
  }
  .drum_modal_main_wrap {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .drum_modal {
    padding: 50px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drum_modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .drum_modal_title h3 {
    font-size: 36px;
    line-height: 44px;
  }
  .drum_modal_title p {
    font-size: 24px;
    line-height: 29px;
    margin-top: 10px;
  }
  .drum_modal_main {
    margin-top: 20px;
  }
  .drum_modal_main_wrap {
    max-width: 450px;
  }
  .drum_modal_roll {
    margin-top: 20px;
    width: 300px;
  }
}
@media (min-width: 1600px) {
  .drum_modal_main_wrap {
    max-width: 500px;
  }
}

.modal_registration {
  display: none;
  -webkit-box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.0392156863);
  -webkit-box-shadow: 0px -5px 0px 0px #00A400;
          box-shadow: 0px -5px 0px 0px #00A400;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  background-color: #fff;
  width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 78px 30px 44px 30px;
}
.modal_registration.active {
  display: block;
}
.modal_registration h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00A400;
  text-transform: uppercase;
}
.modal_registration_close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal_registration form label input {
  border-bottom: 1px solid #999;
}
.modal_registration form label .warning {
  display: none;
  cursor: pointer;
}
.modal_registration form .modal_registration_btn {
  width: 100%;
  background: #00A400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 30px;
  font-family: "Stolzl";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  color: #fff;
  cursor: pointer;
}
.modal_registration form .modal_registration_btn:hover {
  background: #009000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.modal_registration_logo {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .modal_registration {
    max-width: 870px;
  }
  .modal_registration h3 {
    font-size: 24px;
    line-height: 29px;
  }
}
@media (min-width: 1024px) {
  .modal_registration {
    padding: 78px 120px;
  }
  .modal_registration form label.address {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .modal_registration form label.address input {
    padding-right: 220px;
  }
  .modal_registration form .modal_registration_btn {
    width: 230px;
    margin-top: 40px;
  }
  .modal_registration_bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .modal_registration_logo {
    margin-top: 0px;
  }
}

.form_block_list {
  display: none;
  height: 240px;
  overflow-y: scroll;
  width: 100%;
  z-index: 20;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 4px 4px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.form_block_list::-webkit-scrollbar {
  display: none;
}

.form_block_list ul li {
  padding: 5px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  cursor: pointer;
  color: #000;
  font-family: "Stolzl";
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.form_block_list ul li:hover {
  background: #00A400;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.form_block_list ul li.active {
  background: #00A400;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.form_block_list ul li.hidden {
  display: none;
}

.modal_registration_checkbox {
  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  color: #171C21;
  font-family: "Stolzl";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 18px;
}
.modal_registration_checkbox a {
  color: #171C21;
  text-decoration: underline;
}
.modal_registration_checkbox-first {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .modal_registration_checkbox {
    margin-top: 30px;
  }
}

.modal_registration_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.modal_registration_checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #00A400;
  border-radius: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal_registration_checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 2px;
  width: 3px;
  height: 6px;
  border: solid #00A400;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal_registration_checkbox input:checked ~ .checkmark:after {
  display: block;
}

.modal_registration_checkbox.empty {
  color: #F00;
}

.modal_registration_checkbox.empty a {
  color: #F00;
}
.modal_registration_checkbox.empty .checkmark {
  border-color: #F00;
}


.account {
  padding: 120px 0px 60px 0px;
}
.account_title {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.account_title_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.account_title_right p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #878787;
  margin-right: 15px;
}
.account_title_right span {
  font-weight: 400;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: #000;
}
.account_title_right img {
  margin-left: 15px;
}
.account_wrap {
  margin-top: 50px;
}
.account_wrap_top {
  height: 60px;
  background: #00A400;
  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;
  padding: 0px 20px;
}
.account_wrap_top p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #fff;
}
.account_wrap_top p:last-child {
  display: none;
}
.account_wrap_block_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0px;
  border-bottom: 1px solid #D4D4D4;
}
.account_wrap_block_item_head_left_img {
  position: relative;
}
.account_wrap_block_item_head_left_img img {
  max-width: 50%;
}
.account_wrap_block_item_head_left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #000;
  margin-top: 10px;
}
.account_wrap_block_item_head_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.account_wrap_block_item_head_right.gastro {
  align-items: flex-start;
}
.account_wrap_block_item_head_right_coupon {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
}
.account_wrap_block_item_head_right_coupon span {
  font-weight: 500;
  font-size: 16px;
  line-height: 22.4px;
  letter-spacing: 0%;
  color: #000;
}
.account_wrap_block_item_head_right_coupon_wrap {
  width: 100%;
  cursor: pointer;
  height: 50px;
  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;
  background: #F3F3F3;
  padding: 0px 16px;
  margin-top: 6px;
}
.account_wrap_block_item_head_right_coupon_wrap p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #4E4E4E;
}
.account_wrap_block_item_head_right_coupon .copy-notification {
  top: -10px;
}
.account_wrap_block_item_head_right_btn {
  min-width: 50px;
  height: 50px;
  width: 50px;
  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;
  background: #F3F3F3;
  margin-left: 10px;
  cursor: pointer;
}
.account_wrap_block_item_head_right_btn img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.account_wrap_block_item_head_right_btn.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.account_wrap_block_item_body {
  display: none;
}
.account_codes {
  margin-top: 30px;
}
.account_codes_title {
  height: 60px;
  background: #FF0000;
  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;
  padding: 0px 20px;
}
.account_codes_title p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #fff;
}
.account_codes_list {
  margin-top: 30px;
}
.account_codes_list_item {
  width: 100%;
  height: 50px;
  background: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 20px;
  margin-top: 15px;
}
.account_codes_list_item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #4E4E4E;
}
@media (min-width: 768px) {
  .account_codes_list {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
  }
  .account_codes_list_item {
    width: calc(50% - 8px);
  }
}
@media (min-width: 1024px) {
  .account_title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .account_title_right {
    margin-top: 0px;
  }
  .account_wrap_block_item_body .modal_grey {
    margin-top: 15px;
  }
  .account_codes_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .account_codes_list_item {
    width: calc(33.3333333333% - 13.3333333333px);
    margin-top: 20px;
    margin-right: 20px;
  }
  .account_codes_list_item:nth-child(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .account {
    padding: 180px 0px 60px 0px;
  }
  .account_wrap_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;
  }
  .account_wrap_top p:last-child {
    display: block;
    width: 300px;
  }
  .account_wrap_block_item_head {
    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;
  }
  .account_wrap_block_item_head_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .account_wrap_block_item_head_left_img {
    max-width: 200px;
    width: 200px;
  }
  .account_wrap_block_item_head_left_img img {
    max-width: 100%;
  }
  .account_wrap_block_item_head_left p {
    margin-top: 0px;
    font-size: 16px;
    line-height: 22px;
    max-width: 530px;
    margin-left: 20px;
  }
  .account_wrap_block_item_head_right {
    margin-top: 0px;
  }
  .account_wrap_block_item_head_right_coupon span {
    display: none;
  }
  .account_wrap_block_item_head_right_coupon_wrap {
    margin-top: 0px;
    width: 260px;
  }
  .account_wrap_block_item_head_right_coupon_wrap .copy-notification {
    top: -37px;
  }
  .account_wrap_block_item_head_right.gastro {
    width: 320px;
  }
}
@media (min-width: 1360px) {
  .account_wrap_top p:last-child {
    width: 350px;
  }
  .account_wrap_block_item_head_right_coupon_wrap {
    width: 320px;
  }
  .account_wrap_block_item_head_right.gastro {
    width: 380px;
  }
}

.footer {
  background: linear-gradient(107.04deg, #F2F2F2 65.98%, #CDCDCD 132.99%, #B3B3B3 175.87%);
  padding: 60px 0px 46px 0px;
}
.footer_block_soc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
.footer_block_soc a:hover svg path {
  fill: #00A311;
}
.footer_block_left_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer_block_left_images img:first-child {
  max-width: 194px;
}
.footer_block_left_images img:last-child {
  width: 124px;
  margin-left: 20px;
}
.footer_block_left_link {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_block nav {
  margin-top: 35px;
}
.footer_block nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.footer_block nav ul li {
  width: 50%;
  margin-top: 15px;
}
.footer_block nav ul li span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  cursor: pointer;
}
.footer_block nav ul li span:hover {
  color: #FF0000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_block nav ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-transform: uppercase;
  cursor: pointer;
}
.footer_block nav ul li a:hover {
  color: #FF0000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_block_right {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 50px;
}
.footer_block_right a {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: right;
  color: #FF0000;
  margin-bottom: 2px;
}
.footer_block_right a:hover {
  color: #00A311;
}
.footer_block_right span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #171C21;
  opacity: 0.7;
}
.footer_block_mob_link {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_down {
  margin-top: 86px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer_down::after {
  content: "";
  position: absolute;
  left: 0px;
  top: -35px;
  width: 100%;
  height: 1px;
  background: #999999;
  opacity: 0.2;
}
.footer_down a {
  font-weight: 400;
  font-size: 14px;
  opacity: 0.7;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  color: #171C21;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_down a:hover {
  opacity: 1;
  color: #FF0000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.footer_down p {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0%;
  color: #171C21;
  opacity: 0.7;
  margin-top: 25px;
}
@media (min-width: 1200px) {
  .footer {
    padding: 50px 0px;
  }
  .footer_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_block_left {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer_block_left_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
  .footer_block_left_images img:first-child {
    max-width: 250px;
  }
  .footer_block_left_images img:last-child {
    width: 162px;
    margin-left: 50px;
  }
  .footer_block nav {
    max-width: 366px;
    margin-top: 0px;
    margin-left: 40px;
  }
  .footer_block nav ul li {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .footer_block_right {
    margin-top: 0px;
  }
  .footer_block_mob_link {
    display: none;
  }
  .footer_down {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_down p {
    margin-top: 0px;
  }
}
@media (min-width: 1360px) {
  .footer_block_right {
    margin-left: 144px;
  }
}

.modal_registration_hide {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
}

.account .um-um_password_id.um {
  max-width: 500px !important;
  color: #000 !important;
}

.um-field-block {
  color: #000 !important;
}

.account #username_b {
  background: transparent;
  color: #000;
  font-family: "Stolzl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none !important;
  border-bottom: 1px solid #999 !important;
  padding: 0px 0px 8px 0px !important;
  margin-top: 38px;
}

.account #username_b::placeholder {
  color: transparent;
}

.account #um-submit-btn {
  height: 50px !important;
  line-height: 50px !important;
  box-sizing: border-box !important;
  padding: 0px 40px !important;
  font-family: "Stolzl" !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  letter-spacing: 0% !important;
  text-align: center !important;
  color: rgb(255, 255, 255) !important;
  background: rgb(0, 164, 0) !important;
  transition: 0.3s linear !important;
}

.account #um-submit-btn:hover {
  background: rgb(0, 144, 0) !important;
  transition: 0.3s linear !important;
}

.modal_registration_text {
  margin-top: 15px;
}

.link_modal {
  margin-top: 20px;
}

.link_modal_item {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F4F4F4;
  border-radius: 100px;
  margin-top: 10px;
  cursor: pointer;
}

.link_modal_item svg {
  margin-right: 10px;
}


.link_modal_item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #171C21;
}


.link_modal_item.active {
  background: #00A400;
}

.link_modal_item.active span {
  color: #fff;
}

.link_modal_item.active svg path{
  fill: #fff;
}

@media (min-width: 768px) {
  .link_modal {
    display: flex;
    align-items: stretch;
    margin-top: 25px;
  }
  .link_modal_item {
    width: 50%;
    margin-top: 0px;
  }
  .link_modal_item:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .link_modal_item:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

.home_link {
  height: 50px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 40px;
  font-family: "Stolzl";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  background: #00A400;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.home_link:hover {
  background: #009000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}



.politic {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 50px 0px;
  margin-top: 80px;
}
.politic_block h1 {
  font-family: "Stolzl";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #171C21;
}
.politic_block h4 {
  font-family: "Stolzl";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #171C21;
  margin-top: 40px;
}
.politic_block p {
  font-family: "Stolzl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #171C21;
  margin-top: 20px;
}
.politic_block ul {
  list-style: disc;
}
.politic_block ul li {
  font-family: "Stolzl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #171C21;
  margin-left: 20px;
  margin-top: 20px;
}
.politic_block ul li::marker {
  color: #F00;
}
@media (min-width: 1200px) {
  .politic {
    padding: 100px 0px;
  }
  .politic_block h1 {
    font-size: 36px;
  }
  .politic_block h4 {
    font-size: 24px;
  }
  .politic_block p {
    font-size: 16px;
  }
}

.drum_block_left_find_help {
  position: relative;
  cursor: pointer;
}
.hover {
  display: none;
  position: absolute;
  left: 0px;
  bottom: 35px;
  max-width: 300px;
}

.hover_close {
  position: absolute;
  right: -5px;
  top: -30px;
  cursor: pointer;
}
.drum_block_left_find img.hover_window {
  margin-left: 0px;
  width: 100%;
  display: flex;
  border-radius: 10px;
  border: 2px solid #999;
}

.drum_block_left_find.active .hover {
  display: block;
}

.modal_registration form label .warning {
  display: flex;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 40px;
}

.modal_registration form label .warning span {
  display: none;
}

.address_window {
  position: absolute;
  right: 30px;
  top: 50%;
  max-width: 200px;
  width: 200px;
  border: 2px solid #999;
  border-radius: 10px;
  transform: translateY(-50%);
  z-index: 21;
  display: none;
  background-color: #fff;
}

.address_window_main {
  width: 100%;
  border-radius: 10px;
}

.address_window_close {
  position: absolute;
  right: -4px;
  top: -28px;
  cursor: pointer;
}

.modal_registration form label .warning.active .address_window {
  display: block;
}

@media (min-width: 768px) {
  .address_window {
    right: 224px;
    width: 300px;
    max-width: 300px;
  }
  .warning_btn {
    display: flex;
    align-items: center;
  }
  .modal_registration form label.address .warning {
    position: absolute;
    right: 0px;
    top: 16px;
    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;
    min-width: 202px;
    width: 202px;
    height: 44px;
    border: 1px solid #00A400;
    background-color: #fff;
  }
  .modal_registration form label.address .warning span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0%;
    color: #00A400;
    display: block;
  }
  .modal_registration form label.address .warning img {
    margin-left: 10px;
  }
  .modal_registration form label.address .warning img.address_window_main {
    margin-left: 0px;
  }
}

label {
  position: relative;
}

.placeholder-text {
  position: absolute;
  left: 0px;
  top: 23px;
  color: gray;
  pointer-events: none;
  font-size: 14px;
  max-width: 220px;
}

input:focus + .placeholder-text,
input:not(:placeholder-shown) + .placeholder-text {
  display: none; /* Скрываем текст, если пользователь вводит данные */
}

/* На экранах больше 768px скрываем placeholder-text и показываем стандартный placeholder */
@media (min-width: 577px) {
  .placeholder-text {
    display: none;
  }
  #password_reg::placeholder {
      opacity: 1 !important; /* Прячем стандартный placeholder */
    }
    #city::placeholder {
        opacity: 1 !important; /* Прячем стандартный placeholder */
    }
    #address::placeholder {
        opacity: 1 !important; /* Прячем стандартный placeholder */
    }
}

/* На экранах до 768px скрываем стандартный placeholder и показываем placeholder-text */
@media (max-width: 576px) {
  #password_reg::placeholder {
    opacity: 0 !important; /* Прячем стандартный placeholder */
  }
  #city::placeholder {
      opacity: 0 !important; /* Прячем стандартный placeholder */
  }
  #address::placeholder {
      opacity: 0 !important; /* Прячем стандартный placeholder */
  }
  .placeholder-text {
    display: block;
  }
}

.g-recaptcha {
  margin-top: 30px;
}


.champions {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 100px 0px;
}
.champions h2 {
  color: #00A400;
  text-align: center;
  font-family: "Stolzl";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.champions_search {
  position: relative;
  margin-top: 50px;
}
.champions_search::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background-color: #999;
}
.champions_search img {
  position: absolute;
  left: 0px;
  top: 3px;
}
.champions_search input {
  color: #999;
  font-family: "Stolzl";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 32px;
}
@media (min-width: 480px) {
  .champions h2 {
    font-size: 28px;
  }
  .champions_search {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .champions {
    padding: 150px 0px;
  }
  .champions h2 {
    font-size: 36px;
  }
}

#winnerTable {
  text-align: left;
}

.champions_wrap {
  margin-top: 38px;
  width: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 0.3rem;
  overflow-x: auto;
}

.champions_wrap {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color-light-gray)), to(var(--color-light-gray))), -webkit-gradient(linear, left top, right top, from(var(--color-light-gray)), to(var(--color-light-gray))), -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 20, 0.5)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 20, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, var(--color-light-gray), var(--color-light-gray)), linear-gradient(to right, var(--color-light-gray), var(--color-light-gray)), linear-gradient(to right, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 20, 0.5), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: var(--color-light-gray);
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}

#winnerTable > thead > tr > th {
  background-color: #00A400;
  color: #FFF;
  font-family: "Stolzl";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%; /* 15px */
}

#winnerTable > thead > tr > th, #winnerTable > tbody > tr > td {
  padding: 12px;
}

#winnerTable > tbody > tr > td {
  word-wrap: break-word;
  border-bottom: 1px solid #999;
  color: #171C21;
  font-family: "Stolzl";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
}

.winners-paginator {
  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;
  margin-top: 50px;
}

.winners-paginator .pag-item {
  margin: 0px 5px;
}

.winners-paginator .pag-item span {
  color: #171C21;
  font-family: "Stolzl";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  cursor: pointer;
}

.winners-paginator .pag-item.active span {
  color: #00A311;
  font-weight: 500;
}

#winnerTable {
  background-color: #fff;
}

@media (min-width: 480px) {
  #winnerTable > thead > tr > th {
    font-size: 14px;
  }
  #winnerTable > tbody > tr > td {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  #winnerTable > thead > tr > th {
    font-size: 16px;
  }
  #winnerTable > tbody > tr > td {
    font-size: 16px;
  }
}

.winner_video {
  background: #00A311;
  box-sizing: border-box;
  padding: 50px 0px;
}

.winner_video_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.winner_video_block h2 {
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.winner_video_block iframe {
  margin: 50px 0px 20px 0px;
  max-width: 100%;
}

.winner_video_block a {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

.winner_video_block a span {
  font-family: "Stolzl";
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #00A311;
}



@media (min-width: 768px) {
  .winner_video_block h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .winner_video_block a {
    max-width: 590px;
  }
}

@media (min-width: 1024px) {
  .winner_video_block iframe {
    margin: 50px 0px 30px 0px;
  }
}

@media (min-width: 1200px) {
  .winner_video {
    padding: 75px 0px 50px 0px;
  }
  .winner_video_block h2 {
    font-size: 48px;
    line-height: 58px;
    max-width: 724px;
  }
}

.account_wrap_block_item_special_head img {
  width: 100%;
  border-radius: 12px;
}

.account_wrap_block_item_special_head h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19.2px;
  letter-spacing: 0%;
  color: #000;
  margin-top: 20px;
}

.account_wrap_block_item_special_body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 15px;
}

.account_wrap_block_item_special_body p {
  font-family: "Stolzl";
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #000;
}

.account_wrap_block_item_special_body_balance {
  max-width: 100%;
  width: auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #F3F3F3;
  padding: 0px 10px;
  margin-top: 20px;
}

.account_wrap_block_item_special_body_balance span {
  font-family: "Stolzl";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #4E4E4E;
}

.account_wrap_block_item_special_body_balance span b {
  font-family: "Stolzl";
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;
  color: #00A400;
}

@media (min-width: 768px) {
  .account_wrap_block_item_special_head {
    display: flex;
    align-items: center;
  }
  .account_wrap_block_item_special_head img {
    width: 184px;
    min-width: 184px;
  }
  .account_wrap_block_item_special_head h4 {
    margin-top: 0px;
    margin-left: 20px;
  }
  .account_wrap_block_item_special_body {
    margin-top: 30px;
  }
}

.drum_block_left_form_end {
  font-family: "Stolzl";
  width: auto;
  height: 48px;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background:rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 48px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0%;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0px 10px;
}

@media (min-width: 768px) {
  .drum_block_left_form_end {
    padding: 0px 20px;
  }
}