@font-face {
  font-family: "Blogger Sans";
  src: url("../fonts/Blogger Sans/Blogger_Sans.otf");
  src: url("../fonts/Blogger Sans/Blogger_Sans.eot?#iefix") format("embedded-opentype"), url("../fonts/Blogger Sans/Blogger_Sans.otf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Blogger Sans";
  src: url("../fonts/Blogger Sans/Blogger_Sans-Light.otf");
  src: url("../fonts/Blogger Sans/Blogger_Sans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Blogger Sans/Blogger_Sans-Light.otf");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "Blogger Sans";
  src: url("../fonts/Blogger Sans/Blogger_Sans-Medium.otf");
  src: url("../fonts/Blogger Sans/Blogger_Sans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Blogger Sans/Blogger_Sans-Medium.otf");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Blogger Sans";
  src: url("../fonts/Blogger Sans/Blogger_Sans-Bold.otf");
  src: url("../fonts/Blogger Sans/Blogger_Sans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Blogger Sans/Blogger_Sans-Bold.otf");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: "Karton";
  src: url("../fonts/Karton/Karton-Regular.ttf");
  src: url("../fonts/Karton/Karton-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Karton/Karton-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

body, html {
  min-height: 100%;
  position: relative;
}

img {
  border: none;
  max-width: 100%;
}

input, textarea, select, option, button, label {
  outline: none;
  font-family: inherit;
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

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

fieldset {
  border: none;
}

i[class^='icon-'] {
  display: inline-block;
  position: relative;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.oh {
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .oh {
    position: fixed;
  }
}

/*
  SASS variables are information about icon's compiled state, stored under its original file name

  .icon-home
    width: $icon-home-width

  The large array-like variables contain all information about a single icon
  $icon-home: x y offset_x offset_y width height total_width total_height image_path

  At the bottom of this section, we provide information about the spritesheet itself
  $spritesheet: width height image $spritesheet-sprites
  */
/*
  The provided mixins are intended to be used with the array-like variables

  .icon-home
    @include sprite-width($icon-home)

  .icon-email
    @include sprite($icon-email)

  Example usage in HTML:
    `display: block` sprite:
    <div class="icon-home"></div>

  To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class: */
/*
  The `sprites` mixin generates identical output to the CSS template
    but can be overridden inside of SASS

  @include sprites($spritesheet-sprites)
  */
body {
  font: 16px Arial, Verdana;
  background: #ffdc00;
  width: 100%;
}

body::after {
  display: none;
}

.row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.clearfix::before, .clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.oh-mob {
  overflow: hidden;
  position: fixed;
}

.notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.ttu {
  text-transform: uppercase;
}

.icon-confidentiality {
  width: 59px;
  height: 59px;
  background: url("../img/konfid-icon.svg") center no-repeat;
  background-size: cover;
}

.icon-rules {
  width: 59px;
  height: 59px;
  background: url("../img/pravila-icon.svg") center no-repeat;
  background-size: cover;
}

.icon-family {
  width: 59px;
  height: 59px;
  background: url("../img/roditeli-icon.svg") center no-repeat;
  background-size: cover;
}

.icon-contacts {
  width: 59px;
  height: 59px;
  background: url("../img/contact-icon.svg") center no-repeat;
  background-size: cover;
}

.icon-owner {
  width: 59px;
  height: 59px;
  background: url("../img/vladelec-icon.svg") center no-repeat;
  background-size: cover;
}

.icon-nav-open {
  width: 34px;
  height: 34px;
  background: url("../img/nav-open.png") center no-repeat;
  background-size: cover;
}

.icon-nav-close {
  width: 34px;
  height: 34px;
  background: url("../img/nav-close.png") center no-repeat;
  background-size: cover;
}

.icon-checkbox {
  width: 28px;
  height: 28px;
  border: 1px solid #b7b7b7;
  background: #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 18px;
}

.icon-checkbox::before {
  content: '';
  width: 16px;
  height: 12px;
  background: url("../img/mark.png") center no-repeat;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: 7px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

.icon-magnit {
  width: 230px;
  height: 44px;
  background: url("../img/magnit.png") center no-repeat;
  background-size: cover;
  vertical-align: top;
  top: 1px;
}

.icon-pag-prev {
  width: 10px;
  height: 17px;
  background: url("../img/pagination-arrow.png") center no-repeat;
  background-size: cover;
}

.icon-pag-next {
  width: 10px;
  height: 17px;
  background: url("../img/pagination-arrow.png") center no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-close {
  width: 28px;
  height: 28px;
  background: url("../img/close.png") center no-repeat;
  background-size: cover;
}

.icon-tip {
  width: 24px;
  height: 24px;
  background: url("../img/tip-icon.png") center no-repeat;
  background-size: cover;
}

.icon-rules-pdf {
  width: 15px;
  height: 21px;
  background: url("../img/pdf.png") center no-repeat;
  background-size: cover;
  vertical-align: middle;
}

.header-row {
  max-width: 1180px;
  margin: 0 auto;
  padding: 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .header-row {
    padding-top: 25px;
  }
}

@media screen and (max-width: 480px) {
  .header-row {
    padding-top: 14px;
  }
}

.logo-head {
  width: 373px;
}

@media screen and (max-width: 1200px) {
  .logo-head {
    width: 273px;
  }
}

@media screen and (max-width: 991px) {
  .logo-head {
    margin-top: 3px;
  }
}

@media screen and (max-width: 480px) {
  .logo-head {
    width: 224px;
  }
}

.main-nav {
  padding-top: 4px;
}

@media screen and (max-width: 991px) {
  .main-nav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 51;
    width: 100%;
    height: 100%;
    padding-top: 0;
    background: #399dd8;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}

.main-nav ul {
  padding-top: 4px;
}

@media screen and (max-width: 1200px) {
  .main-nav ul {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .main-nav ul {
    overflow: hidden;
    padding-bottom: 30px;
  }
}

.main-nav li {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .main-nav li {
    display: block;
    text-align: center;
    padding: 14px 0;
  }
  .main-nav li[data-animate-scroll] {
    -webkit-transition: opacity 2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: opacity 2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 2s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  .main-nav li.animate-scroll {
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    opacity: 1;
  }
}

.main-nav li:not(:first-child) a::before {
  content: '';
  width: 1px;
  height: 14px;
  background: #194a96;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 991px) {
  .main-nav li:not(:first-child) a::before {
    display: none;
  }
}

.main-nav li:first-child {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.main-nav li:nth-child(2) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.main-nav li:nth-child(3) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.main-nav li:nth-child(4) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.main-nav li:nth-child(5) {
  -webkit-transition-delay: .20s;
          transition-delay: .20s;
}

.main-nav li:nth-child(6) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.main-nav li:nth-child(7) {
  -webkit-transition-delay: .30s;
          transition-delay: .30s;
}

.main-nav li:nth-child(8) {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

.main-nav li:nth-child(9) {
  -webkit-transition-delay: .40s;
          transition-delay: .40s;
}

.main-nav li:nth-child(10) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

.main-nav a {
  display: block;
  font: 15px 'Karton';
  color: #194a96;
  padding: 0 20px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .main-nav a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .main-nav a {
    color: #fff;
    font-size: 15px;
  }
}

.main-nav .magnit-link {
  color: #cd0024;
}

@media screen and (max-width: 991px) {
  .main-nav .magnit-link {
    background: #cd0024;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
  }
}

.main-nav.opened {
  opacity: 1;
  pointer-events: auto;
}

.main-nav .login-head__item {
  display: inline-block;
  font: bold 14px 'Blogger Sans';
  text-transform: uppercase;
  padding: 0 10px;
}

@media screen and (max-width: 991px) {
  .main-nav__list {
    overflow-y: auto;
    height: -webkit-calc(100% - 80px);
    height: calc(100% - 80px);
  }
}

.login-head__mob {
  display: none;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .login-head__mob {
    display: block;
  }
}

.login-head__item {
  position: relative;
}

.login-head__item:not(:last-child)::after {
  content: '';
  width: 1px;
  height: 14px;
  background: #fff;
  position: absolute;
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px);
  right: 0;
}

.main-nav__header--hide {
  display: none;
  height: 80px;
  padding: 25px 20px 0;
}

.main-nav__header--hide::before, .main-nav__header--hide::after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 991px) {
  .main-nav__header--hide {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .main-nav__header--hide {
    padding: 14px 20px 0;
  }
}

.main-nav__header--hide .logo-head {
  float: left;
}

.main-nav__header--hide .main-nav__close {
  float: right;
}

.main-nav__open {
  display: none;
}

@media screen and (max-width: 991px) {
  .main-nav__open {
    display: block;
  }
}

.main-nav .main-nav__close-link {
  padding: 0;
}

.footer {
  background: #07b5e7;
  color: #fff;
}

.footer .footer-links__icon {
  display: block;
  margin: 0 auto 13px;
}

.footer-links__list {
  font-size: 0;
  text-align: center;
  padding: 55px 0 25px;
}

.footer-links__item {
  display: inline-block;
  text-decoration: underline;
  font: bold 18px 'Blogger Sans';
  text-align: center;
  width: 225px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .footer-links__item {
    width: 50%;
    font-size: 14px;
    font-weight: 300;
  }
}

.footer-links__item:hover {
  text-decoration: none;
}

.footer-info::before, .footer-info::after {
  content: '';
  display: table;
  clear: both;
}

.footer-info__col {
  float: left;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .footer-info__col {
    float: none;
    width: auto;
  }
  .footer-info__col:not(:last-child) {
    padding-bottom: 17px;
  }
}

.footer-info__title {
  font: bold 24px 'Blogger Sans';
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media screen and (max-width: 480px) {
  .footer-info__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.footer-info__description {
  font: 300 17px/22px 'Blogger Sans';
  padding-right: 31px;
}

@media screen and (max-width: 768px) {
  .footer-info__description {
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .footer-info__description {
    font-size: 14px;
    line-height: 18px;
  }
}

.footer-info__description p {
  margin-bottom: 1em;
}

.footer-copyright {
  padding: 36px 0 20px;
  font: 300 17px/22px 'Blogger Sans';
}

@media screen and (max-width: 768px) {
  .footer-copyright {
    padding-top: 10px;
    padding-bottom: 28px;
  }
}

@media screen and (max-width: 480px) {
  .footer-copyright {
    font-size: 14px;
    line-height: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.section__title {
  font: 38px 'Karton';
  text-shadow: 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .section__title {
    font-size: 24px;
  }
}

.form-input {
  width: 100%;
  height: 42px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font: 300 18px 'Blogger Sans';
  color: #194a96;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0 20px;
  margin: 5px 0 6px;
}

@media screen and (max-width: 480px) {
  .form-input {
    height: 52px;
  }
}

.form-input:focus {
  border-color: #194a96;
  -webkit-box-shadow: inset 0 0 0 1px #194a96;
          box-shadow: inset 0 0 0 1px #194a96;
}

.form-textarea {
  width: 100%;
  height: 230px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font: 300 18px 'Blogger Sans';
  color: #194a96;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 9px 20px;
  margin: 5px 0 6px;
  resize: none;
}

.form-textarea:focus {
  border-color: #194a96;
  -webkit-box-shadow: inset 0 0 0 1px #194a96;
          box-shadow: inset 0 0 0 1px #194a96;
}

.form-select {
  width: 100%;
  height: 42px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font: 300 18px 'Blogger Sans';
  color: #194a96;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0 20px;
  margin: 5px 0 6px;
  cursor: pointer;
}

.form-select option {
  font: 300 18px 'Blogger Sans';
}

@media screen and (max-width: 767px) {
  .selectric-wrapper {
    margin-bottom: 5px;
  }
}

.selectric {
  width: 100%;
  height: 42px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font: 300 18px 'Blogger Sans';
  color: #194a96;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0 50px 0 20px;
  cursor: pointer;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .selectric {
    height: 52px;
  }
}

.selectric .label {
  height: 42px;
  margin: 0;
  font: 300 18px/42px 'Blogger Sans';
  color: #194a96;
}

@media screen and (max-width: 480px) {
  .selectric .label {
    height: 52px;
    line-height: 52px;
  }
}

.selectric-items li {
  font: 300 18px/42px 'Blogger Sans';
  padding: 0 20px;
  color: #194a96;
}

.selectric-items li:not(:last-child) {
  border-bottom: 1px solid #f6f6f6;
}

.selectric-items {
  background: #fff;
  border-color: #f6f6f6;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 12px rgba(12, 7, 8, 0.2);
          box-shadow: 0 5px 12px rgba(12, 7, 8, 0.2);
}

.selectric-items li.selected, .selectric-items li.highlighted, .selectric-items li:hover {
  background: #efefef;
  color: #194a96;
}

.selectric-open .selectric, .selectric-hover .selectric {
  border-color: #b7b7b7;
}

.selectric .button {
  background: none;
  height: 42px;
}

@media screen and (max-width: 480px) {
  .selectric .button {
    height: 52px;
  }
}

.selectric .button:after {
  width: 12px;
  height: 12px;
  border-top: 1.4px solid #194a96;
  border-right: 1.4px solid #194a96;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 9px;
  right: 21px;
}

@media screen and (max-width: 480px) {
  .selectric .button:after {
    top: 14px;
  }
}

.checkbox {
  font: 300 15px/24px 'Blogger Sans';
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: middle;
  margin-bottom: 6px;
}

.checkbox-input {
  display: none;
  opacity: 0;
}

.checkbox-input:checked ~ .icon-checkbox::before {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.checkbox-text {
  display: inline-block;
}

.btn {
  height: 52px;
  padding: 0 35px;
  font: 300 18px 'Blogger Sans';
  line-height: 52px;
  background: #cb2030;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  border: none;
}

.form-input__birthday-d, .form-input__birthday-m, .form-input__birthday-y {
  text-align: center;
  padding: 0 5px;
}

.form-input__birthday-d, .form-input__birthday-m {
  width: 54px;
}

@media screen and (max-width: 480px) {
  .form-input__birthday-d, .form-input__birthday-m {
    width: -webkit-calc(30% - 10px);
    width: calc(30% - 10px);
  }
}

.form-input.form-input__birthday-y {
  width: 84px;
}

@media screen and (max-width: 480px) {
  .form-input.form-input__birthday-y {
    width: -webkit-calc(40% - 10px);
    width: calc(40% - 10px);
  }
}

.fancybox-slide .fancybox-image-wrap {
  padding: 8px;
  background: #fff;
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 15px;
          border-radius: 15px;
}

.fancybox-image {
  position: static;
}

.fancybox-show-nav .fancybox-arrow, .fancybox-arrow {
  width: 38px;
  height: 67px;
  opacity: 1;
}

.fancybox-show-nav .fancybox-arrow::after, .fancybox-arrow::after {
  display: none;
}

.fancybox-arrow--left {
  left: 15%;
  background: url("../img/arrow-right.png") center no-repeat;
  background-size: cover;
}

.fancybox-arrow--right {
  right: 15%;
  background: url("../img/arrow-right.png") center no-repeat;
  background-size: cover;
}

.fancybox-close {
  width: 52px;
  height: 52px;
  position: absolute;
  right: 0;
  top: 0;
  background: #fff url("../img/close.png") center no-repeat;
  background-size: 28px;
  border: none;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  cursor: pointer;
}

.remodal {
  background: #ffdc00;
  border: 2px solid #fff;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-shadow: 0 10px 27px rgba(12, 7, 8, 0.4);
          box-shadow: 0 10px 27px rgba(12, 7, 8, 0.4);
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.remodal-title {
  font: 24px 'Karton';
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 24px;
  text-shadow: 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030;
}

.remodal-subtitle {
  font: 16px/38px 'Karton';
  color: #cd0024;
}

@media screen and (max-width: 480px) {
  .remodal-subtitle {
    line-height: 28px;
  }
}

.remodal-close {
  width: 28px;
  height: 28px;
  background: url("../img/close.png") center no-repeat;
  background-size: cover;
  left: auto;
  right: 12px;
  top: 12px;
}

.remodal-close::before {
  display: none;
}

.remodal-text {
  font: 400 17px/20px 'Blogger Sans';
  text-align: center;
  color: #194a96;
}

.remodal-btn-list {
  margin-top: 15px;
}

.remodal-btn-list .btn {
  width: 124px;
  margin: 20px 13px 0;
}

.remodal-age {
  max-width: 400px;
}

.magnit-countdown__title {
  line-height: 40px;
}

@media screen and (max-width: 480px) {
  .magnit-countdown__title {
    font-size: 18px;
  }
}

.mCSB_scrollTools {
  opacity: 1;
  background: #fff;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #fedf00;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 62px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 22px;
  margin: 20px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  opacity: 1;
  background: #030373;
  height: 22px;
  margin: 20px 0;
}

.remodal-reg {
  max-width: 400px;
}

.remodal-title {
  text-shadow: 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030;
}

.start-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: 100vh;
}

.start-action .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  background: url(../img/girl.png) 10% bottom no-repeat;
  background-size: 45%;
}

@media screen and (max-height: 800px) {
  .start-action .row {
    background-position-y: -50%;
  }
}

@media screen and (max-width: 1050px) {
  .start-action .row {
    background-position-y: bottom;
  }
}

@media screen and (max-width: 991px) {
  .start-action .row {
    background-image: none;
  }
}

.start-action_header {
  width: 50%;
  margin-left: auto;
  padding: 30px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 991px) {
  .start-action_header {
    width: auto;
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 480px) {
  .start-action_header {
    padding-top: 18px;
  }
}

.start-action_header img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .start-action_header img {
    max-width: 650px;
  }
}

.start-action_body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .start-action_body {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .start-action_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 0;
  }
}

.start-action_girl {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  line-height: 0;
  padding-right: 20px;
  margin-top: -100px;
}

@media screen and (max-width: 1200px) {
  .start-action_girl {
    margin-top: 0;
  }
}

.girl-img {
  display: none;
  margin-top: 20px;
  max-width: 450px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .girl-img {
    display: block;
  }
}

.timer_title {
  font: 28px 'Karton';
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030;
}

@media screen and (max-width: 991px) {
  .timer_title {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .timer_title {
    font-size: 18px;
    text-shadow: 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030;
  }
}

.start-action_timer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  padding: 38px 60px 0;
}

@media screen and (max-width: 991px) {
  .start-action_timer {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .start-action_timer {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .start-action_timer {
    padding-top: 15px;
  }
}

.timer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  margin: 15px auto 0;
  max-width: 450px;
}

@media screen and (max-width: 480px) {
  .timer {
    padding: 0 20px;
    margin-top: 20px;
  }
}

.timer_item {
  font-family: 'Karton';
  color: #fff;
  position: relative;
}

.timer_item-number {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  background: #cd0024;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .timer_item-number {
    width: 95px;
    height: 95px;
    font-size: 42px;
  }
}

@media screen and (max-width: 480px) {
  .timer_item-number {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}

.timer_item-text {
  font-size: 18px;
  text-shadow: 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030;
}

@media screen and (max-width: 480px) {
  .timer_item-text {
    font-size: 12px;
    text-shadow: 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030, 0 0 2px #cb2030;
  }
}

.start-action_form {
  font: 18px 'Blogger Sans';
  color: #c70424;
  padding-top: 45px;
}

@media screen and (max-width: 480px) {
  .start-action_form {
    font-size: 14px;
    line-height: 16px;
    padding-top: 17px;
  }
}

.start-action_form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 10px;
}

.start-action_form-input {
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
  height: 40px;
  background: #fff;
  border: 2px solid #c2c2c2;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 18px;
  padding: 0 75px 0 30px;
}

.start-action_form-input::-webkit-input-placeholder {
  color: #b0b0b0;
}

.start-action_form-input::-moz-placeholder {
  color: #b0b0b0;
}

.start-action_form-input:-moz-placeholder {
  color: #b0b0b0;
}

.start-action_form-input:-ms-input-placeholder {
  color: #b0b0b0;
}

@media screen and (max-width: 480px) {
  .start-action_form-input {
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px);
    font-size: 14px;
    padding: 0 55px 0 15px;
  }
}

.start-action_form-submit {
  width: 145px;
  height: 40px;
  background: #cb2030;
  color: #fff;
  border: none;
  font: 17px 'Blogger Sans';
  text-transform: uppercase;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 480px) {
  .start-action_form-submit {
    width: 100px;
    font-size: 14px;
  }
}

.start-action_footer {
  background: #00b6ea;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .start-action_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.start-action_footer::before {
  content: '';
  position: absolute;
  top: -75px;
  width: 100%;
  height: 76px;
  background: url("../img/cloud-blue.png") left top no-repeat;
}

.special-prize {
  width: 100%;
  max-width: 400px;
  height: 200px;
  background-image: url("../img/cloud-red.svg");
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font: 18px/24px 'Karton';
  padding: 20px 50px 0;
  margin-top: -35px;
  position: relative;
  z-index: 1;
  text-align: right;
}

.special-prize p {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .special-prize {
    margin: 30px auto 10px;
    padding-top: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .special-prize {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
  }
}

@media screen and (max-width: 385px) {
  .special-prize {
    background-size: cover;
  }
}

.rules-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
  max-width: 900px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .rules-list {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .rules-list {
    width: 100%;
    max-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rules-item {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  .rules-item {
    padding-right: 0;
  }
}

.rules-item_title {
  font: 22px/24px 'Karton';
  white-space: nowrap;
  text-shadow: 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030;
}

.rules-item_title-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .rules-item_title-block {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.rules-item_title {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .rules-item_title {
    margin-top: 25px;
  }
}

.rules-item_text {
  font: 14px/22px 'Karton';
}

.gum-img {
  width: 160px;
  margin-left: 15px;
  -webkit-filter: drop-shadow(-4px 0 0 rgba(12, 7, 8, 0.35));
          filter: drop-shadow(-4px 0 0 rgba(12, 7, 8, 0.35));
}

@media screen and (max-width: 767px) {
  .gum-img {
    margin-left: 25px;
  }
}

.start-action_footer-info {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 60px;
  margin-top: -30px;
}

@media screen and (max-width: 1200px) {
  .start-action_footer-info {
    padding-right: 60px;
  }
}

@media screen and (max-width: 991px) {
  .start-action_footer-info {
    padding: 0 20px;
  }
}

.start-action_footer-text {
  font: 100 13px/22px 'Blogger Sans';
}

.wait, input[type="submit"].wait {
  cursor: wait;
}

.error {
  border-color: #cb2030;
}

@media screen and (max-width: 1200px) {
  .mob-lg-hide {
    display: none;
  }
}

.mob-md-show {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mob-md-show {
    display: block;
  }
}

.footer-mob {
  background: #00b6ea;
  color: #fff;
  padding: 0 20px 17px;
}

.separator {
  font: 22px 'Karton';
  text-shadow: 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030, 0 0 3px #cb2030;
  color: #fff;
  padding-bottom: 32px;
}

@media screen and (max-width: 480px) {
  .separator {
    font-size: 14px;
    padding-bottom: 24px;
  }
}

.start-action_footer__row {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  .start-action_footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.girl-section::before, .girl-section::after {
  content: '';
  display: table;
  clear: both;
}

.girl-section-row {
  padding-bottom: 76px;
  background: url("../img/girl.png") left top no-repeat;
  background-size: 45%;
}

.girl-section-row::before, .girl-section-row::after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 991px) {
  .girl-section-row {
    background-size: 50%;
  }
}

@media screen and (max-width: 767px) {
  .girl-section-row {
    background: none;
    padding-bottom: 0;
  }
}

.girl-section__col {
  float: right;
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .girl-section__col {
    float: none;
    width: auto;
  }
}

.girl-section__title {
  font: 52px/46px 'Karton';
  color: #fff;
  margin-bottom: 12px;
  text-shadow: 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030;
}

@media screen and (max-width: 991px) {
  .girl-section__title {
    font-size: 42px;
  }
}

@media screen and (max-width: 480px) {
  .girl-section__title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}

.girl-section__subtitle {
  font: 28px/46px 'Karton';
  color: #fff;
  margin-bottom: 20px;
  text-shadow: 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030;
}

@media screen and (max-width: 991px) {
  .girl-section__subtitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .girl-section__subtitle {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 9px;
  }
}

.girl-section__text {
  padding: 25px 0 0;
}

@media screen and (max-width: 480px) {
  .girl-section__text {
    padding-top: 8px;
  }
}

.girl-section__description {
  font: 18px/26px 'Karton';
  text-transform: uppercase;
  color: #cd0024;
}

@media screen and (max-width: 480px) {
  .girl-section__description {
    font-size: 14px;
    line-height: 19px;
  }
}

.prizes-image {
  margin-bottom: 16px;
}

@media screen and (max-width: 480px) {
  .prizes-image {
    width: 230px;
    margin-bottom: 5px;
  }
}

.girl-image {
  display: none;
  width: 280px;
  margin: 15px auto 0;
}

@media screen and (max-width: 767px) {
  .girl-image {
    display: block;
  }
}

.rules-main-section {
  background: #07b5e7;
  color: #fff;
  position: relative;
  padding-top: 40px;
}

@media screen and (max-width: 1200px) {
  .rules-main-section {
    display: block;
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .rules-main-section {
    padding-top: 50px;
  }
}

.rules-main-section::before {
  content: '';
  position: absolute;
  top: -75px;
  left: 0;
  width: 100%;
  height: 76px;
  background: url(../img/cloud-blue.png) left top no-repeat;
}

.rules-main-section__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .rules-main-section__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.rules-main__list {
  max-width: 780px;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .rules-main__list {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .rules-main__list {
    display: block;
  }
}

.rules-main__item {
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  .rules-main__item {
    width: 200px;
    margin: 0 auto 25px;
  }
}

@media screen and (max-width: 480px) {
  .rules-main__item {
    width: 100%;
  }
}

.rules-main__title {
  font: 22px/24px 'Karton';
  text-transform: uppercase;
  margin-bottom: 11px;
  position: relative;
  white-space: nowrap;
  text-shadow: 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030;
}

.rules-main__subtitle {
  font: 14px/22px 'Karton';
  text-transform: uppercase;
}

.rules-main__item-gum .rules-main__title::after {
  content: '';
  width: 160px;
  height: 88px;
  background: url("../img/gum.png") center no-repeat;
  background-size: cover;
  -webkit-filter: drop-shadow(-4px 0 0 rgba(12, 7, 8, 0.35));
          filter: drop-shadow(-4px 0 0 rgba(12, 7, 8, 0.35));
  position: absolute;
  bottom: 0;
  margin-left: 17px;
}

.rules-main__description {
  font: 300 14px 'Blogger Sans';
}

@media screen and (max-width: 1200px) {
  .rules-main__description {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .rules-main__description {
    width: 200px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .rules-main__description {
    width: 100%;
  }
}

.rules-main-section__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.rules-main-section__prize {
  margin-top: -60px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .rules-main-section__prize {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .rules-main-section__prize {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.magnit-prize {
  width: 100%;
  max-width: 400px;
  height: 200px;
  padding: 20px 50px 0px;
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../img/cloud-red.svg") center no-repeat;
  font: 18px/24px 'Karton';
}

@media screen and (max-width: 1200px) {
  .magnit-prize {
    margin: 30px auto 10px;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .magnit-prize {
    font-size: 14px;
    background-size: cover;
  }
}

.magnit-prize p {
  width: 100%;
}

.parade-section {
  background: #07b5e7;
  padding: 63px 0 85px;
  position: relative;
}

.parade-section::after {
  content: '';
  width: 100%;
  height: 64px;
  background: url("../img/cloud-blue-reverse.png") left repeat-x;
  position: absolute;
  left: 0;
  bottom: -64px;
}

.parade-section .btn {
  float: right;
}

@media screen and (max-width: 767px) {
  .parade-section .btn {
    display: none;
    float: none;
  }
}

@media screen and (max-width: 480px) {
  .parade-section .btn {
    padding: 0 21px;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }
}

.parade-section .btn__bottom {
  display: table;
  margin: 10px auto 0;
}

.parade-section .btn--hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .parade-section .btn--hide {
    display: table;
  }
}

.parade-section__top {
  margin-bottom: 24px;
}

.parade-section__top::before, .parade-section__top::after {
  content: '';
  display: table;
  clear: both;
}

.parade-section__title {
  float: left;
  margin-top: 15px;
  padding-left: 3px;
}

.parade {
  width: 100%;
  height: 610px;
  border: 4px solid #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: url("../img/parade-bg.jpg");
  position: relative;
}

@media screen and (max-width: 768px) {
  .parade {
    height: 390px;
  }
}

@media screen and (max-width: 480px) {
  .parade {
    height: 305px;
  }
}

.parade-wrap {
  position: relative;
  height: 610px;
  padding-bottom: 62px;
}

.parade_balloon {
  width: 161px;
  height: 249px;
  display: block;
  position: absolute;
  background: url("../img/balloon.png") center no-repeat;
  background-size: cover;
  padding: 18px 16px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  outline: none;
}

@media screen and (max-width: 768px) {
  .parade_balloon {
    width: 102px;
    height: 158px;
    padding: 8px 10px;
  }
}

@media screen and (max-width: 480px) {
  .parade_balloon {
    width: 50px;
    height: 78px;
    padding: 5px;
  }
}

.parade_balloon.init {
  opacity: 1;
}

.parade_balloon__image {
  width: 121px;
  height: 121px;
  border: 4px solid white;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .parade_balloon__image {
    width: 83px;
    height: 83px;
  }
}

@media screen and (max-width: 480px) {
  .parade_balloon__image {
    width: 40px;
    height: 40px;
  }
}

.parade_balloon__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prizes-section {
  position: relative;
  padding: 160px 0 0;
  background-size: contain;
}

@media screen and (max-width: 480px) {
  .prizes-section {
    padding-top: 20px;
  }
}

.prizes__item {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 35px;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .prizes__item {
    float: none;
    width: auto;
  }
}

.prizes__title {
  font: 24px 'Karton';
  color: #fff;
  margin-bottom: 8px;
  text-shadow: 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030;
}

@media screen and (max-width: 480px) {
  .prizes__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.prizes__image {
  min-height: 220px;
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .prizes__image {
    min-height: 1px;
  }
}

.prizes__text {
  font: 300 18px/21px 'Blogger Sans';
  color: #cb2030;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .prizes__text {
    font-size: 14px;
    line-height: 18px;
  }
}

.quote-section {
  background: url("../img/cloud-blue.png") left bottom repeat-x;
  padding-left: 17px;
}

@media screen and (max-width: 480px) {
  .quote-section {
    padding-left: 0;
  }
}

.quote {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  font: 300 13px/18px 'Blogger Sans';
  background: #fff;
  color: #194a96;
  border: 4px solid #399dd8;
  padding: 26px 40px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .quote {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 480px) {
  .quote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 31px 13px 10px;
    font-size: 12px;
  }
}

.quote::before {
  content: '';
  width: 36px;
  height: 36px;
  background: #fff url("../img/warning.png") center no-repeat;
  background-size: cover;
  position: absolute;
  left: -25px;
  top: -25px;
  border: 4px solid #399dd8;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

@media screen and (max-width: 480px) {
  .quote::before {
    left: 0;
    right: 0;
    margin: auto;
  }
}

.basket-image {
  margin-right: 28px;
}

@media screen and (max-width: 480px) {
  .basket-image {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.parade_balloon {
  -webkit-animation: balloon 6s ease-in-out infinite;
          animation: balloon 6s ease-in-out infinite;
}

.parade_balloon:nth-child(2n+2) {
  -webkit-animation: balloon2 6s ease-in-out infinite;
          animation: balloon2 6s ease-in-out infinite;
}

.parade_balloon:nth-child(3n+3) {
  -webkit-animation: balloon3 6s ease-in-out infinite;
          animation: balloon3 6s ease-in-out infinite;
}

.parade_balloon:nth-child(4n+4) {
  -webkit-animation: balloon4 6s ease-in-out infinite;
          animation: balloon4 6s ease-in-out infinite;
}

@-webkit-keyframes balloon {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-6deg);
            transform: translateY(0) rotate(-6deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
            transform: translateY(-20px) rotate(8deg);
  }
}

@keyframes balloon {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-6deg);
            transform: translateY(0) rotate(-6deg);
  }
  50% {
    -webkit-transform: translateY(-20px) rotate(8deg);
            transform: translateY(-20px) rotate(8deg);
  }
}

@-webkit-keyframes balloon2 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
  50% {
    -webkit-transform: translateY(-30px) rotate(-8deg);
            transform: translateY(-30px) rotate(-8deg);
  }
}

@keyframes balloon2 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(6deg);
            transform: translateY(0) rotate(6deg);
  }
  50% {
    -webkit-transform: translateY(-30px) rotate(-8deg);
            transform: translateY(-30px) rotate(-8deg);
  }
}

@-webkit-keyframes balloon3 {
  0%, 100% {
    -webkit-transform: translate(0, -10px) rotate(6eg);
            transform: translate(0, -10px) rotate(6eg);
  }
  50% {
    -webkit-transform: translate(-20px, 30px) rotate(-8deg);
            transform: translate(-20px, 30px) rotate(-8deg);
  }
}

@keyframes balloon3 {
  0%, 100% {
    -webkit-transform: translate(0, -10px) rotate(6eg);
            transform: translate(0, -10px) rotate(6eg);
  }
  50% {
    -webkit-transform: translate(-20px, 30px) rotate(-8deg);
            transform: translate(-20px, 30px) rotate(-8deg);
  }
}

@-webkit-keyframes balloon4 {
  0%, 100% {
    -webkit-transform: translate(10px, -10px) rotate(-8eg);
            transform: translate(10px, -10px) rotate(-8eg);
  }
  50% {
    -webkit-transform: translate(-15px, 10px) rotate(10deg);
            transform: translate(-15px, 10px) rotate(10deg);
  }
}

@keyframes balloon4 {
  0%, 100% {
    -webkit-transform: translate(10px, -10px) rotate(-8eg);
            transform: translate(10px, -10px) rotate(-8eg);
  }
  50% {
    -webkit-transform: translate(-15px, 10px) rotate(10deg);
            transform: translate(-15px, 10px) rotate(10deg);
  }
}

.questionnaire-section {
  padding: 110px 20px 125px;
}

@media screen and (max-width: 480px) {
  .questionnaire-section {
    padding: 23px 20px 80px;
  }
}

.questionnaire-raw {
  max-width: 730px;
  margin: 0 auto;
}

.questionnaire__title {
  text-align: center;
  margin-bottom: 16px;
}

.questionnaire-form {
  font-size: 0;
  max-width: 666px;
  margin: 0 auto;
}

.questionnaire-form .checkbox {
  color: #194a96;
}

.questionnaire-submit {
  display: table;
  margin: 0 auto;
  padding: 0 65px;
}

.questionnaire-form__label {
  display: inline-block;
  font: 300 13px 'Blogger Sans';
  color: #7d7d7d;
  width: 100%;
  max-width: 212px;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .questionnaire-form__label {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 480px) {
  .questionnaire-form__label {
    max-width: none;
  }
}

.questionnaire-form__label-birthday {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.questionnaire__description {
  font: 300 18px/24px 'Blogger Sans';
  color: #194a96;
  text-align: center;
  margin-bottom: 29px;
}

.form-required-text {
  display: block;
  text-align: center;
  color: #194a96;
  font: 300 15px/24px 'Blogger Sans';
  font-style: italic;
}

.questionnaire-form__checkbox-list {
  max-width: 440px;
  width: 100%;
  margin: 17px auto 11px;
}

.contacts-section {
  padding: 110px 20px 125px;
}

@media screen and (max-width: 480px) {
  .contacts-section {
    padding: 23px 20px 80px;
  }
}

.contacts__title {
  margin-bottom: 36px;
}

@media screen and (max-width: 480px) {
  .contacts__title {
    font-size: 28px;
    text-align: center;
  }
}

.contacts-form {
  width: 100%;
  max-width: 805px;
  margin: 0 auto;
}

.contacts-form__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .contacts-form__wrap {
    display: block;
  }
}

.contacts-form__label {
  display: block;
  padding: 0 5px;
}

@media screen and (max-width: 480px) {
  .contacts-form__label {
    padding: 0;
  }
}

.contacts-form__col-subject {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contacts-form__col-subject .contacts-form__label p {
  padding: 15px 0 15px 23px;
  margin-bottom: 4px;
  font: bold 18px/24px 'Blogger Sans';
  color: #194a96;
}

@media screen and (max-width: 767px) {
  .contacts-form__col-subject .contacts-form__label p {
    padding-left: 0;
  }
}

@media screen and (max-width: 480px) {
  .contacts-form__col-subject .contacts-form__label p {
    padding: 8px 0 5px;
  }
}

.contacts-form__button-group {
  padding: 0 5px;
}

.contacts-form__button-group::before, .contacts-form__button-group::after {
  content: '';
  display: table;
  clear: both;
}

.contacts-form__submit {
  float: right;
  padding: 0 50px;
}

@media screen and (max-width: 767px) {
  .contacts-form__submit {
    float: none;
    display: table;
    margin: 0 auto 25px;
  }
}

.contacts-form__info {
  float: left;
  font: bold 20px/24px 'Blogger Sans';
  color: #194a96;
}

@media screen and (max-width: 767px) {
  .contacts-form__info {
    float: none;
    text-align: center;
  }
}

.contacts-form__tel {
  color: #cb2030;
}

.contacts-form__tel:hover {
  text-decoration: underline;
}

.faq-section {
  padding: 110px 20px 125px;
}

@media screen and (max-width: 480px) {
  .faq-section {
    padding: 23px 20px 80px;
  }
}

.faq-row {
  max-width: 1180px;
  margin: 0 auto;
}

.faq__title {
  margin-bottom: 40px;
  padding: 0 20px;
}

@media screen and (max-width: 970px) {
  .faq__title {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .faq__title {
    text-align: center;
    font-size: 31px;
  }
}

@media screen and (max-width: 480px) {
  .faq__title {
    font-size: 19px;
  }
}

.faq-accordion {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

.faq-accordion__item {
  margin-bottom: 18px;
  font: 300 20px/24px 'Blogger Sans';
  color: #194a96;
}

@media screen and (max-width: 480px) {
  .faq-accordion__item {
    font-size: 18px;
  }
}

.faq-accordion__item.open .faq-accordion__toggle::before, .faq-accordion__item.open .faq-accordion__toggle::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.faq-accordion__item.open .faq-accordion__toggle::before {
  opacity: 0;
}

.faq-accordion__toggle {
  display: block;
  background: #fff;
  padding: 13px 45px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  position: relative;
}

@media screen and (max-width: 480px) {
  .faq-accordion__toggle {
    padding-left: 15px;
  }
}

.faq-accordion__toggle::before, .faq-accordion__toggle::after {
  content: '';
  background: #194a96;
  position: absolute;
  -webkit-transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: opacity 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.faq-accordion__toggle::before {
  width: 16px;
  height: 2px;
  right: 25px;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
}

.faq-accordion__toggle::after {
  width: 2px;
  height: 16px;
  right: 32px;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px);
}

.faq-accordion__text {
  padding: 30px 45px 18px;
}

@media screen and (max-width: 480px) {
  .faq-accordion__text {
    padding-left: 15px;
  }
}

.faq-accordion__text p:not(:last-child) {
  margin-bottom: 1em;
}

.rules-section {
  padding: 110px 20px 125px;
}

@media screen and (max-width: 480px) {
  .rules-section {
    padding: 23px 20px 80px;
  }
}

.rules-section-row {
  max-width: 1180px;
  margin: 0 auto;
}

.rules__title {
  margin-bottom: 33px;
  padding: 0 20px;
}

@media screen and (max-width: 1110px) {
  .rules__title {
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .rules__title {
    font-size: 28px;
    line-height: 42px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .rules__title .icon-magnit {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .rules__title .icon-magnit {
    width: 280px;
    height: 53px;
    max-width: 100%;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
  }
}

.rules-section-list {
  list-style-type: none;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
}

.rules-section-list::before, .rules-section-list::after {
  content: '';
  display: table;
  clear: both;
}

.rules-section-item {
  counter-increment: step-counter;
  position: relative;
  padding-top: 11px;
  padding-left: 65px;
  display: block;
  margin-bottom: 43px;
}

@media screen and (max-width: 480px) {
  .rules-section-item {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.rules-section-item::before {
  content: counter(step-counter) ".";
  width: 45px;
  height: 45px;
  font: 22px/45px 'Karton';
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background: #cb2030;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

@media screen and (max-width: 480px) {
  .rules-section-item::before {
    width: 34px;
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    top: 8px;
  }
}

.rules-section-item__title {
  font: 22px/24px 'Karton';
  text-shadow: 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 9px;
}

@media screen and (max-width: 480px) {
  .rules-section-item__title {
    font-size: 18px;
    line-height: 28px;
    padding-left: 45px;
  }
}

.rules-section-item__subtitle {
  font: 18px/22px 'Karton';
  color: #c70424;
  text-transform: uppercase;
}

@media screen and (max-width: 480px) {
  .rules-section-item__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
}

.rules-section__image-list {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .rules-section__image-list {
    margin-left: -65px;
  }
}

@media screen and (max-width: 480px) {
  .rules-section__image-list {
    margin-left: 0;
  }
}

.rules-section__image-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 37px;
  font-size: 0;
}

@media screen and (max-width: 480px) {
  .rules-section__image-item {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 480px) {
  .rules-section__image-item:nth-child(2n+2) {
    margin-left: 24px;
  }
}

.rules-section__image-item__image {
  min-height: 228px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 480px) {
  .rules-section__image-item__image {
    min-height: 1px;
    display: block;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .rules-section__image-item__image img {
    width: 100%;
  }
}

.rules-section__image-item__title {
  font: 400 20px/24px 'Blogger Sans';
  color: #194a96;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .rules-section__image-item__title {
    font-size: 14px;
    line-height: 16px;
  }
}

.rules-section__image-item--tel {
  margin: 40px 0 22px;
}

.rules-section__image-list--prizes .rules-section__image-item__image {
  max-width: 221px;
  margin: 0 auto;
}

.rules-section__image-list--prizes .rules-section__image-item {
  margin-left: 5px;
  margin-right: 5px;
}

.rules-section__image-list--magnit {
  margin-top: 30px;
}

.rules-pdf {
  font: 18px/22px 'Karton';
  color: #c70424;
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;
}

.rules-pdf:not(:last-child) {
  margin-bottom: 82px;
}

.rules-pdf--magnit {
  margin-top: 11px;
}

.rules-pdf__link {
  display: inline-block;
  background: #194a96;
  color: #fff;
  font: 300 20px/40px 'Blogger Sans';
  padding: 0 18px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-left: 10px;
}

@media screen and (max-width: 480px) {
  .rules-pdf__link {
    display: block;
    max-width: 170px;
    margin: 15px auto 0;
  }
}

.rules-pdf__link .icon-rules-pdf {
  margin-left: 9px;
  top: -1px;
}

.gallery-section {
  padding: 110px 20px 125px;
}

@media screen and (max-width: 480px) {
  .gallery-section {
    padding: 23px 20px 80px;
  }
}

.gallery-row {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.gallery-header::before, .gallery-header::after {
  content: '';
  display: table;
  clear: both;
}

.gallery__title {
  float: left;
}

@media screen and (max-width: 650px) {
  .gallery__title {
    float: none;
    margin-bottom: 10px;
  }
}

.gallery__select-label {
  float: right;
}

@media screen and (max-width: 650px) {
  .gallery__select-label {
    float: none;
    display: block;
  }
  .gallery__select-label::before, .gallery__select-label::after {
    content: '';
    display: table;
    clear: both;
  }
}

.gallery__select-label p, .gallery__select-label .gallery__select, .gallery__select-label .selectric-gallery__select {
  display: inline-block;
  vertical-align: middle;
}

.gallery__select-label p {
  font: bold 18px/24px 'Blogger Sans';
  color: #194a96;
  margin-right: 30px;
}

@media screen and (max-width: 650px) {
  .gallery__select-label p {
    padding-top: 12px;
  }
}

@media screen and (max-width: 480px) {
  .gallery__select-label p {
    font-size: 14px;
    line-height: 24px;
    padding-top: 7px;
    margin-right: 5px;
  }
}

.gallery__select-label .selectric-gallery__select {
  min-width: 181px;
}

@media screen and (max-width: 650px) {
  .gallery__select-label .selectric-gallery__select {
    float: right;
  }
}

@media screen and (max-width: 480px) {
  .gallery__select-label .selectric-gallery__select {
    min-width: 150px;
  }
}

.gallery__select-label .selectric-gallery__select .selectric {
  height: 52px;
}

@media screen and (max-width: 480px) {
  .gallery__select-label .selectric-gallery__select .selectric {
    height: 42px;
  }
}

.gallery__select-label .selectric-gallery__select .selectric .label {
  height: 52px;
  line-height: 52px;
}

@media screen and (max-width: 480px) {
  .gallery__select-label .selectric-gallery__select .selectric .label {
    height: 42px;
    line-height: 42px;
  }
}

.gallery__select-label .selectric-gallery__select .selectric .button {
  height: 52px;
}

@media screen and (max-width: 480px) {
  .gallery__select-label .selectric-gallery__select .selectric .button {
    height: 42px;
  }
}

.gallery__select-label .selectric-gallery__select .selectric .button::after {
  top: 14px;
}

@media screen and (max-width: 480px) {
  .gallery__select-label .selectric-gallery__select .selectric .button::after {
    top: 9px;
  }
}

.gallery-list, .winners-list {
  font-size: 0;
  margin: 34px 0 18px;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  line-height: 0;
  width: -webkit-calc(16.667% - 15px);
  width: calc(16.667% - 15px);
  height: 175px;
  border: 3px solid #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-right: 18px;
  margin-bottom: 18px;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .gallery-item {
    height: 14.563vw;
  }
}

@media screen and (max-width: 1140px) {
  .gallery-item {
    height: 14.342vw;
  }
}

@media screen and (max-width: 768px) {
  .gallery-item {
    width: -webkit-calc(33.33% - 12px);
    width: calc(33.33% - 12px);
    height: 29.3vw;
  }
}

@media screen and (max-width: 480px) {
  .gallery-item {
    width: -webkit-calc(33.33% - 6px);
    width: calc(33.33% - 6px);
    height: 28.1vw;
    margin-right: 9px;
    margin-bottom: 9px;
  }
}

.gallery-item:nth-child(6n+6) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .gallery-item:nth-child(6n+6) {
    margin-right: 18px;
  }
}

@media screen and (max-width: 480px) {
  .gallery-item:nth-child(6n+6) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .gallery-item:nth-child(3n+3) {
    margin-right: 0;
  }
}

.gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery-pagination__item {
  display: inline-block;
  vertical-align: top;
  width: 39px;
  height: 39px;
  font: 300 18px/39px 'Blogger Sans';
  text-align: center;
  color: #fff;
  background: #194a96;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}

@media screen and (max-width: 480px) {
  .gallery-pagination__item {
    width: 29px;
    height: 29px;
    font-size: 14px;
    line-height: 29px;
  }
}

.gallery-pagination__item:not(:last-child) {
  margin-right: 2px;
}

@media screen and (max-width: 480px) {
  .gallery-pagination__item:not(:last-child) {
    margin-right: 0;
  }
}

.gallery-pagination__item a {
  display: block;
}

.gallery-pagination__item.active {
  background: #e42328;
}

.gallery-pagination__item .icon-pag-prev, .gallery-pagination__item .icon-pag-next {
  top: 2px;
}

@media screen and (max-width: 480px) {
  .gallery-pagination__item .icon-pag-prev, .gallery-pagination__item .icon-pag-next {
    width: 7px;
    height: 12px;
    top: 1px;
  }
}

.winners-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: 0;
  width: -webkit-calc(20% - 17px);
  width: calc(20% - 17px);
  height: 211px;
  border: 3px solid #fff;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-right: 21px;
  margin-bottom: 49px;
  outline: none;
}

@media screen and (max-width: 1200px) {
  .winners-item {
    height: 15.447vw;
  }
}

@media screen and (max-width: 1140px) {
  .winners-item {
    width: -webkit-calc(25% - 16px);
    width: calc(25% - 16px);
    height: 22.474vw;
  }
}

@media screen and (max-width: 991px) {
  .winners-item {
    width: -webkit-calc(33.33% - 14px);
    width: calc(33.33% - 14px);
    height: 29.97vw;
  }
}

@media screen and (max-width: 768px) {
  .winners-item {
    width: -webkit-calc(50% - 11px);
    width: calc(50% - 11px);
    height: 44.685vw;
  }
}

@media screen and (max-width: 480px) {
  .winners-item {
    width: 100%;
    height: 85.926vw;
    margin-right: 0;
  }
}

.winners-item:nth-child(5n+5) {
  margin-right: 0;
}

@media screen and (max-width: 1140px) {
  .winners-item:nth-child(5n+5) {
    margin-right: 21px;
  }
}

@media screen and (max-width: 480px) {
  .winners-item:nth-child(5n+5) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1140px) {
  .winners-item:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .winners-item:nth-child(4n+4) {
    margin-right: 21px;
  }
}

@media screen and (max-width: 480px) {
  .winners-item:nth-child(4n+4) {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .winners-item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .winners-item:nth-child(3n+3) {
    margin-right: 21px;
  }
}

@media screen and (max-width: 480px) {
  .winners-item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .winners-item:nth-child(2n+2) {
    margin-right: 0;
  }
}

.winners-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.winners-item__text {
  position: absolute;
  bottom: -22px;
  left: -3px;
  width: 100%;
  background: #fff;
  font: 400 14px/16px 'Blogger Sans';
  color: #194a96;
  border: 2px solid #194a96;
  -webkit-border-radius: 17px;
          border-radius: 17px;
  padding: 9px 17px;
}

.winners-item--rug::after {
  content: '';
  width: 57px;
  height: 51px;
  background: url("../img/winner-rug.png") center no-repeat;
  background-size: cover;
  position: absolute;
  right: -3px;
  bottom: -28px;
}

.winners-item--bag::after {
  content: '';
  width: 58px;
  height: 52px;
  background: url("../img/winner-bag.png") center no-repeat;
  background-size: cover;
  position: absolute;
  right: -3px;
  bottom: -29px;
}

.winners-item--kite::after {
  content: '';
  width: 54px;
  height: 59px;
  background: url("../img/winner-kite.png") center no-repeat;
  background-size: cover;
  position: absolute;
  right: -3px;
  bottom: -30px;
}

.winners-item--sofa::after {
  content: '';
  width: 64px;
  height: 51px;
  background: url("../img/winner-sofa.png") center no-repeat;
  background-size: cover;
  position: absolute;
  right: -3px;
  bottom: -29px;
}

.magnit-section, .magnit-cabinet-section {
  padding: 110px 20px 125px;
}

@media screen and (max-width: 480px) {
  .magnit-section, .magnit-cabinet-section {
    padding: 23px 20px 80px;
  }
}

.magnit-row {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.magnit-icon {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.magnit-list {
  font-size: 0;
  text-align: center;
  padding: 70px 0 120px;
}

@media screen and (max-width: 480px) {
  .magnit-list {
    padding-bottom: 70px;
  }
}

.magnit-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 23px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .magnit-item {
    display: block;
    margin: 0 0 30px;
  }
}

.magnit-item--product::before {
  content: '';
  position: absolute;
  left: -189px;
  top: -35px;
  width: 180px;
  height: 146px;
  background: url("../img/magnit-product.png") center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1150px) {
  .magnit-item--product::before {
    display: none;
  }
}

.magnit-form__success {
  display: none;
  padding: 20px 0;
}

.magnit-form__success .btn {
  margin-top: 25px;
}

.magnit-item__title {
  font: 22px/32px 'Karton';
  color: #fff;
  text-shadow: 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030, 0 0 5px #cb2030;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .magnit-item__title {
    text-align: center;
  }
}

.magnit-item__subtitle {
  font: 14px/22px 'Karton';
  color: #c70424;
  text-align: left;
  padding-left: 25px;
}

@media screen and (max-width: 991px) {
  .magnit-item__subtitle {
    text-align: center;
  }
}

.magnit-btn {
  padding: 0 45px;
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .magnit-btn {
    padding: 0 30px;
  }
}

.remodal-magnit {
  max-width: 745px;
  padding-bottom: 0;
  overflow: hidden;
}

.remodal-magnit .questionnaire-form {
  text-align: left;
}

.magnit-form__label {
  max-width: none;
  width: -webkit-calc(100% - 232px);
  width: calc(100% - 232px);
}

@media screen and (max-width: 768px) {
  .magnit-form__label {
    width: auto;
  }
}

.magnit-form__label .form-required-text {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .magnit-form__label .form-required-text {
    text-align: center;
  }
}

.magnit-form__footer {
  font: 300 15px/24px 'Blogger Sans';
  text-align: center;
  color: #194a96;
  background: #fbb91d;
  margin: 20px -35px 0;
}

.magnit-modal-icon {
  width: 100%;
  max-width: 240px;
  margin: 0 auto 20px;
}

.magnit-remodal-title {
  margin-bottom: 15px;
}

.magnit-form .questionnaire-form__label:not(.magnit-form__label) {
  text-transform: uppercase;
}

.remodal-magnit-login {
  max-width: 400px;
}

.remodal-magnit-login__form {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.remodal-magnit-login__form-input {
  width: 100%;
  height: 42px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  font: 300 18px 'Blogger Sans';
  color: #194a96;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0 20px;
  text-align: center;
}

.remodal-magnit-login__form-input:not(:first-child) {
  margin-top: 15px;
}

.remodal-magnit-login__form-input:focus {
  border-color: #194a96;
  -webkit-box-shadow: inset 0 0 0 1px #194a96;
          box-shadow: inset 0 0 0 1px #194a96;
}

.remodal-magnit-login__form-forgot-pas {
  padding-bottom: 47px;
}

.remodal-magnit-login__link {
  font: 100 15px/20px 'Blogger Sans';
  color: #194a96;
  text-decoration: underline;
  display: table;
  margin: 8px auto 0;
}

.remodal-magnit-login__link:hover {
  text-decoration: none;
}

.remodal-magnit-login__form-submit {
  display: table;
  margin: 0 auto;
}

.magnit-section-form {
  text-align: center;
  font-size: 0;
}

@media screen and (max-width: 480px) {
  .magnit-section-form {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
  }
}

.magnit-section-form .icon-tip {
  margin-left: 15px;
  top: 4px;
}

.magnit-section-form__label {
  display: inline-block;
  vertical-align: top;
  font: 300 24px 'Blogger Sans';
  text-transform: uppercase;
  color: #194a96;
  margin: 0 17px 34px;
}

@media screen and (max-width: 480px) {
  .magnit-section-form__label {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.magnit-section-form__label p {
  margin-bottom: 17px;
}

.magnit-section-form__input {
  width: 100%;
  height: 42px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  font: 300 18px 'Blogger Sans';
  color: #194a96;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0 20px;
  text-align: center;
}

.magnit-section-form__input:focus {
  border-color: #194a96;
  -webkit-box-shadow: inset 0 0 0 1px #194a96;
          box-shadow: inset 0 0 0 1px #194a96;
}

.magnit-section-form__submit {
  display: table;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  .magnit-section-form__submit {
    padding: 0 20px;
    width: 100%;
  }
}

.magnit-cabinet-section .magnit-icon {
  max-width: 240px;
}

.magnit-cabinet-title {
  text-align: center;
  margin-bottom: 10px;
}

.magnit-cabinet {
  width: 100%;
  max-width: 760px;
  margin: 20px auto 30px;
}

.magnit-cabinet__tabs-menu {
  font-size: 0;
  padding: 0 10px;
}

.magnit-cabinet__tabs-menu__item {
  display: inline-block;
  vertical-align: top;
  width: 186px;
  font: 400 18px 'Blogger Sans';
  text-align: center;
  text-transform: uppercase;
  color: #194a96;
  background: #e1e1e1;
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  -webkit-border-top-left-radius: 15px;
          border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
          border-top-right-radius: 15px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  position: relative;
}

@media screen and (max-width: 480px) {
  .magnit-cabinet__tabs-menu__item {
    width: 50%;
    font-size: 16px;
  }
}

.magnit-cabinet__tabs-menu__item a {
  display: block;
  padding: 16px 0;
}

@media screen and (max-width: 480px) {
  .magnit-cabinet__tabs-menu__item a {
    padding: 8px 0;
  }
}

.magnit-cabinet__tabs-menu__item.active {
  background: #fff;
  -webkit-box-shadow: 0 10px 16px rgba(12, 7, 8, 0.2);
          box-shadow: 0 10px 16px rgba(12, 7, 8, 0.2);
  z-index: 1;
}

.magnit-cabinet__tabs-content {
  padding: 25px 45px 20px;
  background: #fff;
  position: relative;
  z-index: 4;
  border-bottom: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  -webkit-box-shadow: 0 10px 16px rgba(12, 7, 8, 0.2);
          box-shadow: 0 10px 16px rgba(12, 7, 8, 0.2);
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .magnit-cabinet__tabs-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.magnit-cabinet-form {
  font-size: 0;
}

.magnit-cabinet-form__label {
  display: inline-block;
  width: -webkit-calc(33.33% - 20px);
  width: calc(33.33% - 20px);
  margin: 0 10px 12px;
  font: 300 13px/24px 'Blogger Sans';
  color: #7d7d7d;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .magnit-cabinet-form__label {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 580px) {
  .magnit-cabinet-form__label {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .magnit-cabinet-form__label {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.magnit-cabinet-form__input {
  width: 100%;
  height: 42px;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font: 300 18px 'Blogger Sans';
  color: #194a96;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding: 0 20px;
}

.magnit-cabinet-form__input:focus {
  border-color: #194a96;
  -webkit-box-shadow: inset 0 0 0 1px #194a96;
          box-shadow: inset 0 0 0 1px #194a96;
}

.timer-magnit {
  max-width: 450px;
  text-align: center;
}

.main-nav__list-magnit {
  text-align: right;
  font-size: 0;
  padding-right: 18px;
  margin-top: 4px;
}

@media screen and (max-width: 1300px) {
  .main-nav__list-magnit {
    padding-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  .main-nav__list-magnit {
    display: none;
  }
}

.main-nav__list-magnit li {
  display: inline-block;
}

.main-nav__list-magnit li:not(:first-child) a::before {
  top: -webkit-calc(50% - 7px);
  top: calc(50% - 7px);
  background: #cb2030;
}

.main-nav__list-magnit a {
  display: block;
  font: bold 14px/38px 'Blogger Sans';
  text-transform: uppercase;
  color: #cb2030;
  position: relative;
  padding: 0 10px;
}

.magnit-preview-section__title {
  text-align: center;
  margin: 45px 0 30px;
  font-size: 32px;
  line-height: 48px;
}

.magnit-preview-section__subtitle {
  font: 16px/38px 'Karton';
  color: #cd0024;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .magnit-preview-section__subtitle {
    line-height: 28px;
  }
}

.winners-section {
  padding: 110px 20px 125px;
}

@media screen and (max-width: 480px) {
  .winners-section {
    padding: 23px 20px 80px;
  }
}

.winners-row {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.winners-title {
  text-align: center;
  margin-bottom: 45px;
}

.winner-text {
  font: 300 18px/24px 'Blogger Sans';
  text-align: center;
  color: #194a96;
  max-width: 560px;
  margin: 0 auto 17px;
}

.winner-cabinet-form {
  margin-bottom: 30px;
}

.winner-link {
  font: 300 18px/24px 'Blogger Sans';
  color: #cb2030;
  display: table;
  margin: 0 auto;
  text-decoration: underline;
}

.winner-link:hover {
  text-decoration: none;
}

.winners-data-submit {
  margin: 28px auto 14px;
}

.winners-data__title {
  text-align: center;
  margin-bottom: 35px;
}

.winners-login__title {
  text-align: center;
  margin-bottom: 35px;
}

.winners-login__subtitle, .winners-login__description {
  font: 300 22px/28px 'Blogger Sans';
  color: #194a96;
  text-align: center;
}

.winners-login__subtitle {
  text-transform: uppercase;
  margin-bottom: 28px;
}

.winners-login__description {
  margin-bottom: 33px;
}

.winners-login-form {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.winners-login-form__input {
  font: 300 18px 'Blogger Sans';
  color: #194a96;
  display: block;
  margin: 0 auto 14px;
  height: 52px;
  width: 100%;
  border: 1px solid #b7b7b7;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  padding: 0 20px;
  text-align: center;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.winners-login-form__input:focus {
  border-color: #194a96;
  -webkit-box-shadow: inset 0 0 0 1px #194a96;
          box-shadow: inset 0 0 0 1px #194a96;
}

.winners-login-form__submit {
  display: block;
  width: 100%;
  margin: 0 auto 28px;
}

.remodal-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.remodal-footer-title {
  margin-bottom: 37px;
}

.remodal-footer-text {
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 1.2em;
}

.remodal-footer-link {
  font: 18px 'Karton';
  color: #c70424;
  display: table;
  margin: 10px auto 43px;
  text-decoration: underline;
}

.remodal-footer-link:hover {
  text-decoration: none;
}

.remodal-footer-text__link {
  color: #cb2030;
  text-decoration: underline;
}

.remodal-footer-text__link:hover {
  text-decoration: none;
}

.remodal-btn {
  margin-left: 10px;
  margin-right: 10px;
}
