section, main, p, div {
  margin: 0;
  padding: 0;
}
body{
  min-height: 100vh;
}

/* form-style*/
.kc-container {
  padding-left: 15px !important;
}

.show-480 {
  display: none;
}

.hidden {
  display: none !important;
}

#popup-form div.popup-form-content-wrap > div div {
  border: none;
}

.show-480 {
  display: block;
}
#formfooter {
  margin-bottom: 0 !important;
  border: none;
  background: transparent;
  padding: 0 15px !important;
}

#formfooter .formfooter-text {
  font-size: 16px;
}

.hide-480 {
  display: none;
}

:focus {
  outline: 0;
}

input[type='checkbox'], input[type='radio'] {
  display: none;
}

.disable-selection {
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
}

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

.headerSup1 {
  font-size: 12px;
  color: #fb5a5e;
  top: -2em;
}

sup {
  top: -1em;
  font-size: .4em;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

html {
  font-size: 14px;
  padding: 0;
  margin: 0;
	min-height: 100vh;
	background: #F1F6FA;
}

body {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 0;
  margin: 0;
  color: #333333;
  font-weight: normal;
	background: #F1F6FA;
  line-height: 1.15;
}

h2, h3 {
  font-family: inherit;
  color: inherit;
  margin: 0;
}

.nobr {
  white-space: nowrap;
}

.big {
  font-size: 1.3em;
}

.bigger {
  font-size: 1.1em;
}

.fz-title {
	font-size: 1.14rem;
	font-weight: 400;
}

.smaller {
  font-size: 0.9em;
}

.small {
  font-size: 0.7em;
}

.bold {
  font-weight: 700;
}

.fw500 {
  font-weight: 500;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw600 {
  font-weight: 600;
}

.white {
  color: #fff;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.list_default {
  padding: 0;
  margin: 0;
  list-style-type: none;
  counter-reset: item;
}

.main-bg {
  background-color: #F1F6FA;
}

.attention {
  color: #FF4141;
}

.alerting {
  color: #2445A6;
}

.center {
  text-align: center;
}

.section__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.section__bg > * {
  position: absolute;
}

.setion-header__warning {
  margin-top: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.25);
}

.header__logo {
  width: 97px;
}

.hamburger {
  width: 21px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
  width: 21px;
  height: 2px;
  background-color: #FF4141;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before {
  top: 5px;
  -webkit-transition: all .8s, top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all .8s, top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all .8s, top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all .8s, top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner::after {
  top: 10px;
  -webkit-transition: all .8s, top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all .8s, top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all .8s, top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all .8s, top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger.active .hamburger-inner::after {
  top: 0;
  background-color: #FFF;
  -webkit-transition: all .8s, top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .8s, top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .8s, top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .8s, top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger.active .hamburger-inner::before {
  top: 0;
  background-color: #FFF;
  -webkit-transition: all .8s, top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .8s, top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .8s, top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all .8s, top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger.active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

/* checkbox and radiobtn  */
.form_input__check {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-weight: 300;
  font-size: 14px;
	cursor: pointer;
	margin-bottom: .5rem;
}

.form_input__check .form_input__check-checkmark::before {
  content: '';
  width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #505050;
  position: absolute;
  left: 0;
  top: 0;
}

.form_input__checkbox input:checked + .form_input__check-checkmark::after {
  content: '';
  top: 0;
  position: absolute;
  left: 6px;
  width: 9px;
  height: 17px;
  border: 1px solid #505050;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form_input__radio .form_input__check-checkmark::before {
  border-radius: 50%;
}

.form_input__radio input:checked + .form_input__check-checkmark::after {
  content: '';
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 50%;
}

/*end checkbox and radiobtn  */
.btn_decor {
  width: 200px;
  padding: 12px 24px;
	position: relative;
	display: inline-block;
	text-align: center;
	position: relative;
	color: #FFF;
	font-size: 16px;
	padding: 15px 45px;
	line-height: 1;
	background: #FF4141;
	min-width: 200px;
	border-radius: 40px;
	cursor: pointer;
	-webkit-transition: .8s;
	transition: .8s;
	background-size: 200%;
	background-position: right;
	border: none;
	outline: none;
}

.btn_decor::before, .btn_decor::after {
  content: '';
  position: absolute;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.btn_decor::before {
  top: -15px;
  right: -20px;
  width: 20px;
  height: 20px;
  background: url(../img/btn_decor1.svg) no-repeat;
  background-size: cover;
  -webkit-animation: jello 1s .5s infinite;
          animation: jello 1s .5s infinite;
}

.btn_decor::after {
  left: -20px;
  bottom: -2px;
  width: 20px;
  height: 7px;
  background: url(../img/btn_decor2.svg) no-repeat;
  background-size: cover;
  -webkit-animation: jello 1s infinite;
          animation: jello 1s infinite;
}


.header_menu_mob{
  position: absolute;
  z-index: 5;
  display: grid;
  grid-gap: 0;
  top: -10px;
  right: -200px;
  background: #FF4141;
  border: 2px solid #FFFFFF;
  padding: 0 35px 0 15px;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  max-height: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 1s, right .5s, max-height .5s, opacity .4s;
}
.header_menu_mob.active{
  visibility: visible;
  opacity: 1;
  right: -10px;
  grid-gap: 10px;
}
.header_menu_mob.delay{
  padding: 35px 35px 15px 15px;
  max-height: 150px;
}
.header_menu_mob>li{
  list-style: none;
  color: #fff;
  font-size: 16px;
  margin-top: -10px;
  transition: 1s;
}
.active.header_menu_mob>li{
  margin-top: 0;
}
.lang_switch{
  position: relative;
}
.lang_switch a{
  text-decoration: none!important;
  color: inherit!important;
}
.lang_screen{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
}

.lang_switch>span{
  position: relative;
  z-index: 2;
  transition: .4s;
}
.lang_switch>span:nth-child(2){
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transform: translateX(0);
}
.lang_switch:hover > span:nth-child(2){
  transform: translateY(calc(100% + 5px));

  /*z-index: 3;*/
  opacity: 1;
}

.lang_switch-arrow{
  color: #FF4141;
}


.header {
  background: #F1F6FA;
  position: relative;
  z-index: 7;
}

.header__nav {
  padding-top: 20px;
  position: relative;
}

.header__menu {
  color: #555;
}

.header__menu li {
  font-size: 1rem;
	cursor: pointer;
	display: none;
}

.header__title {
  margin-top: 45px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.71rem;
}

.header__title--small {
  margin-bottom: 10px;
}

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

.header__girls {
  margin: 40px -10px 0;
  text-align: center;
}

.header__girls--margin {
  margin-top: 10px;
}

.header__prize {
  background-color: #fff;
  padding: 10px;
  font-weight: 300;
  border-radius: 10px;
  margin-bottom: 10px;
}

.header__prize:nth-last-child(2) {
  margin-bottom: 20px;
}

.timer__title {
  background: #FFFFFF;
  position: relative;
  border-radius: 10px 10px 0px 10px;
  padding: 10px;
  font-size: 1.15rem;
  font-size: 1.15rem;
}

.timer__title::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -6px;
  right: -6px;
  bottom: -2px;
  border: 0.5px dashed #FF4141;
  border-radius: 10px 10px 0px 10px;
}

.timer__countdown {
  position: relative;
  background: #FFFFFF;
  border-radius: 10px 10px 10px 0px;
  padding: 10px 13px 12px;
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.timer__countdown .uk-countdown-number {
  line-height: inherit;
}

.timer__countdown-item {
  border: 2px solid #F1F6FA;
  font-weight: 300;
  padding: 5px 9px;
  min-width: 55px;
  border-radius: 5px;
  text-align: center;
  margin-right: 5px;
}

.timer__countdown-item:last-child {
  margin-right: 0;
}

.timer__countdown-time {
  color: #FF4141;
  font-size: 1.43rem;
  line-height: 1;
}

.header__text-item {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.header__text-item:nth-child(2n) {
  padding-right: 0;
}

.header__text-item img {
  width: 30px;
}

.header__text-item--wrap {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.header__text-item-notice {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  display: inline-block;
}

.instruction {
  background-color: #FF4141;
  padding: 30px 0;
}

.instruction h2 {
  margin-bottom: 10px;
}

.instruction ol {
  position: relative;
  padding: 15px 0;
  margin-top: 15px;
}

.instruction ol::before {
  content: '';
  position: absolute;
  top: 0;
  left: 23.5px;
  height: 100%;
  width: 1px;
  border-left: 1px dashed #FFFFFF;
}

.instruction li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  position: relative;
  font-size: 1.1rem;
}

.instruction li:last-child {
  margin-bottom: 0;
}

.instruction li::before {
  content: counter(item) " ";
  counter-increment: item;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  font-size: 36px;
  background-color: #fff;
  color: #FF4141;
}

.winners {
  background-color: #F1F6FA;
  padding: 30px 0;
}

.winners h2 {
  margin-bottom: 10px;
}

.winners__slides {
  overflow: hidden;
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  position: relative;
}

.winners__slides-item {
  padding: 0 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.winners__slides-item

.winners__slides-item p {
  margin-top: 5px;
}

.winners__slides input {
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: 20px;
  left: 0;
  background-color: #fff;
  -webkit-appearance: none;
  cursor: pointer;
}

.winners__slides input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 2px;
  background: #FF4141;
}

.winners__slides input::-moz-range-thumb {
  width: 50px;
  height: 2px;
  background: #FF4141;
}

.blog {
  background-color: #F1F6FA;
  padding-top: 40px;
}


.tovarka_section_header{
  text-align: center;
  font-size: 40px;
  margin-top: 25px;
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
	margin-bottom: 20px;
	font-family: inherit;
}


@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@media (hover), (min-width: 0\0), (min--moz-device-pixel-ratio: 0) {
  .btn_decor:hover::after {
    bottom: 100%;
  }
  .btn_decor:hover::before {
    top: 75%;
  }
}

@media only screen and (min-width: 768px) {
  html, body {
    font-size: 16px;
  }

  .header_menu_mob{
    display: none;
  }
  .lang_switch span{
    background: transparent;
  }
  .lang_switch>span:nth-child(2){
    left: 50px;
  }
  .lang_switch:hover > span:nth-child(2){
    /*z-index: 3;*/
    opacity: 1;
  }


  
  .header__menu li {
    /* display: inline-block; */
    padding: 0 50px;
  }
  .header__menu li:nth-child(3) {
    padding-right: 0;
  }
  .header__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header__flex--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header__flex--reverse .header__text {
    margin-bottom: 30px;
  }
  .header__text {
    width: 60%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .header__girls {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .header__girls1 {
    width: 57%;
    margin-right: -5%;
  }
  .header__girls2 {
    width: 55%;
    margin-right: 55px;
    margin-left: -5%;
  }
  .header__title {
    text-align: left;
  }
  .header__button {
    text-align: left;
  }
  .timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .timer__title {
    padding: 36.5px 35px;
    width: 40%;
    border-radius: 20px 20px 0px 20px;
  }
  .timer__title::before {
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 20px 20px 0px 20px;
  }
  .timer__countdown {
    margin: 0;
    width: 60%;
    border-radius: 30px 30px 30px 0px;
    padding: 20px;
  }
  .timer__countdown-item {
    padding: 5px 30px;
  }
  .header__title--small {
    margin-top: 50px;
  }
  .instruction {
    padding: 40px 0;
  }
  .instruction ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 30px;
    padding: 0;
  }
  .instruction ol::before {
    left: 0;
    width: 100%;
    border-top: 2px dashed #fff;
    border-left: none;
    top: 25px;
  }
  .instruction li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .instruction li::before {
    margin-bottom: 10px;
  }
  .instruction p {
    width: 50%;
  }
  .winners__slides-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }

  .footer_grid{
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer_logo{
    grid-column: unset;
    text-align: left;
  }
  .footer_logo img{
    max-width: 200px;
  }
  .footer_phone{
    text-align: center;
    font-size: 24px;
  }
  .footer_links{
    font-size: 18px;
  }


}

@media only screen and (min-width: 992px) {
  html, body {
    font-size: 18px;
  }
  .btn_decor {
    font-size: 18px;
    width: 250px;
    padding: 16px 24px;
  }
  .header__nav {
    padding-top: 35px;
  }
  .header__logo {
    width: 192px;
  }
  .header__girls1 {
    width: 65%;
  }
  .header__title {
    font-size: 48px;
  }
  .timer__countdown-time {
    font-size: 48px;
  }
  .timer__title {
    padding: 47.5px 35px;
    font-size: 24px;
  }
  .header__title--small {
    margin-top: 90px;
    margin-bottom: 20px;
  }
  .header__text-item {
    padding-right: 40px;
  }
  .header__text-item img {
    height: 60px;
    width: 60px;
  }
  .header__prize {
    margin-bottom: 20px;
    padding: 20px;
  }
  .header__prize:nth-last-child(2) {
    margin-bottom: 30px;
  }
  .instruction {
    padding: 80px 0;
  }
  .winners {
    padding-top: 90px;
  }
  .winners h2 {
    margin-bottom: 20px;
  }
  .winners__slides {
    margin: 0 -15px;
    padding-bottom: 0px;
  }
  .winners__slides-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    padding: 0 15px;
  }
  .winners__slides-item p {
    margin-top: 10px;
  }
  .winners__slides input {
    bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .header__girls1 {
    width: 65%;
    margin-right: -7%;
  }
  .fz-title {
    font-size: 36px;
  }
  .timer__countdown {
    padding: 20px 35px;
  }
  .header__flex--reverse .header__text {
    margin-bottom: 90px;
  }
  .instruction p {
    width: 25%;
  }
}
