@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,900;1,900&display=swap');
html,
body {
  line-height: 1.2;
  background: #b9d4e4;
  color: #010101;
  font-family: 'Roboto Slab', serif;
}
a,
a:link,
a:active,
a:visited {
  color: black;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	color: #416c9c;
}
/* Fonts */
.mp-zero {
  margin: 0;
  padding: 0;
  list-style: none;
}
.no-scroll {
  overflow: hidden;
}
.trans {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.section-title {
  font-weight: 900;
  font-style: normal;
  font-size: 48px;
  margin: 20px 0 10px 0;
  font-family: 'Montserrat', sans-serif;
}
/* Button */
.btn {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 0;
}
/* Form */
.form-control {
  background: #fff;
  border-radius: 0;
  border-color: transparent; /*#717777;*/
  margin-bottom: 20px;
}
.form-control:focus {
  border-color: rgba(204, 105, 62, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 196, 0, 0.25);
}
.form-control-promo {
  background: none;
  border-radius: 50px;
  border-color: black;
  margin-top: 10px;
  margin-bottom: 50px;
  width: 60%;
  padding: 10px;
  color: black;
  font-weight: bold;
}
.form-control-promo:focus {
  border-color: rgba(204, 105, 62, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(255, 196, 0, 0.25);
  outline: none;
}
input::-webkit-input-placeholder {
  color: #000;
}
.btn,
a.btn {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 0;
  outline: none;
  box-shadow: none;
}
.btn:focus,
a.btn:focus {
  outline: none;
  box-shadow: none;
}
a.btn-orange,
.btn-orange {
  background: #cc693e;
  border-radius: 100px;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  font-family: Tahoma, sans-serif;
  padding: 12px 30px;
  font-weight: 600;
  letter-spacing: 2px;
}
a.btn-orange:hover,
.btn-orange:hover {
  background: #000000;
}
.box-overflow {
  position: relative;
  background: url("../img/box-top.png") no-repeat top center, url("../img/box-btm.png") no-repeat bottom center;
  background-size: 100% auto;
}
.box-overflow > .inner {
	background: url("../img/snow.png") repeat-y top center;
	background-size: 100% auto;
}
.parallax {
  position: absolute;
}
.parallax.form {
  top: 115px;
  left: -40px;
  z-index: 1;
}
.parallax.conditions {
  right: 0px;
  bottom: -90px;
}
.parallax.gift {
  z-index: 90;
  left: 50px;
  margin-top: 200px;
}
header {
  background: #000000;
  padding: 35px 0;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .h-nav > li {
  display: inline-block;
  margin-right: 15px;
}
header .h-nav > li:last-child {
  margin-right: 0;
}
header .h-nav > li > a {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
header .h-nav > li > a:hover,
header .h-nav > li > a.invert {
  color: #cc693e;
}
header .h-nav > li > a.invert:hover {
	color: #fff;
}
header .sidebar {
  position: fixed;
  top: 0;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  bottom: 0;
  left: -100%;
  z-index: 100;
  padding: 0;
  background: #000000;
}
header .sidebar .sidebar-sticky {
  position: relative;
  top: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
header .sidebar .sidebar-sticky .nav {
  display: block;
  list-style: none;
}
header .sidebar .sidebar-sticky .nav > .nav-item > .nav-link {
  color: white;
  display: block;
  font-size: 18px;
}
header .sidebar .sidebar-sticky .nav > .nav-item > .nav-link:hover,
header .sidebar .sidebar-sticky .nav > .nav-item > .nav-link.invert {
  color: #cc693e;
}
header .sidebar .sidebar-sticky .nav > .nav-item > .nav-link.invert:hover {
  color: #fff;
}
header .navbar-toggler {
  outline: none;
  color: black;
  padding: 0;
  margin: 10px 0;
  width: 25px;
  height: 18px;
  text-align: center;
  position: relative;
  z-index: 5;
}
header .navbar-toggler:focus {
  outline: none;
  border: 0;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
header .navbar-toggler.hider span {
  background: white;
}
header .navbar-toggler.hider span:before,
header .navbar-toggler.hider span:after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
header .navbar-toggler.hider span:before {
  top: -5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
header .navbar-toggler.hider span:after {
  bottom: -5px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
header .navbar-toggler span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: none;
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}
header .navbar-toggler span:before,
header .navbar-toggler span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
header .navbar-toggler span:before {
  top: 0;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .navbar-toggler span:after {
  bottom: 0;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.h-soc > li {
  display: inline-block;
}
.h-soc > li > a {
  background: #333;
  border-radius: 50%;
  display: block;
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
}
.h-soc > li > a:hover {
  background: #cc693e;
}
#banner {
  position: relative;
}
#banner .banner-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: white;
}
#banner .banner-cont h1 {
  font-weight: bold;
  font-style: normal;
  font-size: 82px;
  text-transform: uppercase;
}
#banner .banner-cont p {
  font-size: 48px;
  display: block;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.76);
}
#banner .banner-cont p.desc {
  font-size: 48px;
  display: block;
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.76);
  font-weight: bold;
}
#banner .banner-cont .link a {
  margin: 0 15px;
}
#banner .img img {
	width: 100%;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-about {
  margin-bottom: 20px;
}
#digits-form-wrapper {
  background: url('../img/digits-form-bg.png') no-repeat top left;
  position: relative;
  z-index: 2;
  padding-bottom: 86px;
  background-size: 100% auto;
}
#digits-form-wrapper.no-form {
	padding-bottom: 0;
}
#digits-form-wrapper.no-form #counter {
	padding-bottom: 100px;
}
#digits-form-wrapper [class*="digit-img"] {
	position: absolute;
	bottom: 10px;
}
#digits-form-wrapper .digit-img {
	left: 8%;
}
#digits-form-wrapper .digit-img-2 {
	left: 56%;
}
#digits-form-wrapper.no-form [class*="digit-img"] {
	/*height: 70%;
	left: 3%;
	bottom: 1%;*/
	display: none;
}
#counter {
  padding: 55px;
  padding-top: 94px;
  font-size: 20px;
  font-weight: bold;
}
#counter .section-title {
  color: #000000;
}
#counter .count {
  font-size: 60px;
}
#form {
	background: url('../img/form-block.png') no-repeat bottom center;
	padding-top: 132px;
	padding-bottom: 90px;
}
#form .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
	margin-bottom: 40px;
}
#form .section-title .age {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 7px 5px;
}
#form .btn-orange {
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
}
.white-popup {
	position: relative;
	background: #FFF;
	padding: 30px 60px;
	width: fit-content;
	max-width: 500px;
	margin: 20px auto;
	text-align: center;
	border-radius: 15px;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
	font-size: 16px;
}
#conditions {
  background: #40738b;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.28);
  font-size: 18px;
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
  color: #fff;
  overflow: hidden;
}
#conditions .cond-img {
	position: absolute;
	right: 5%;
	bottom: -40%;
}
#conditions .container {
  position: relative;
  z-index: 2;
}
#conditions .section-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 40px;
}
#conditions .section-title p {
  margin-bottom: 70px;
}
#conditions .image {
  position: relative;
}
#conditions .image img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#conditions .cond-info {
  font-size: 22px;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  color: white;
}
#conditions .cond-info a {
  color: white;
  text-decoration: underline;
}
#conditions ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
#conditions ul li {
  margin-bottom: 10px;
}
#conditions .rules-link {
  font-size: 0.9em;
  text-decoration: underline;
}
#conditions .rules-link:hover {
  text-decoration: none;
}
#gift {
  margin: 0;
}
#gift .section-title {
  color: #000000;
  margin-top: 0;
  margin-bottom: 120px;
  padding-top: 80px;
}
#gift .shadow-gift {
  box-shadow: 0px 0px 20.64px 3.36px rgba(0, 0, 0, 0.18);
  min-height: 175px;
  position: absolute;
  bottom: 100px;
  right: 0;
  left: 0;
  margin: 0 15px;
}
#gift .title {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
  font-size: 18px;
  background: #000000;
  color: white;
  padding: 14px;
  flex-grow: 1;
  box-shadow: 0 10px 10px 0px rgba(0,0,0,0.3);
}
#gift .title.no-shadow {
	box-shadow: none;
}
#gift .title span {
  display: block;
  font-size: 14px;
  color: #727272;
}
#gift .title a {
  color: #fff;
  text-decoration: underline;
}
#gift .title a:hover {
  color: #cc693e;
}
#gift .gifts-list > div {
	margin-bottom: 30px;
}
#gift .gifts-list .gift {
	display: flex;
	flex-direction: column;
	height: 100%;
}
#gift .gifts-list .gift.first,
#gift .gifts-list .gift.second {
	position: relative;
}
#gift .gifts-list .gift.first .title {
	position: absolute;
	background: none;
	font-size: 16px;
	padding: 0 0 4% 4%;
	left: 0;
	right: 0;
	bottom: 5px;
}
#gift .gifts-list .gift.first .title a {
	color: #fff;
	text-decoration: underline;
}
#gift .gifts-list .gift.first .title a:hover {
	color: #000;
}
#gift .gifts-list .gift.second .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	background: none;
}
#gift .gift .img {
	flex-grow: 1;
	position: relative;
	min-height: 250px;
}
#gift .gift .img img {
	position: absolute;
	left: 0;
	bottom: 0;
}
#results {
	padding-bottom: 12%;
	width: 66%;
	margin: 0 auto;
}
#results .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
#results .desc {
  margin-top: 15px;
  font-size: 14px;
}
footer {
  padding: 25px;
  background: #000000;
}
footer p {
  color: #cc693e;
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 15px;
}
footer a,
footer a:link,
footer a:active,
footer a:visited {
  color: white;
  font-family: Tahoma, sans-serif;
  font-weight: bold;
}
footer span {
  color: white;
}
footer .oferta {
  font-size: 14px;
}
footer .f-soc {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .f-soc > li {
  display: inline-block;
}
footer .f-soc > li > a {
  background: #333;
  border-radius: 50%;
  display: block;
  width: 34px;
  height: 34px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
}
footer .f-soc > li > a:hover {
  background: #cc693e;
}
@media (max-width: 1799px) {
	#digits-form-wrapper .digit-img {
		left: 4%;
	}
}
@media (max-width: 1599px) {
	#banner .banner-cont h1 {
		font-size: 70px;
	}
	#digits-form-wrapper [class*="digit-img"] {
		width: 28%;
	}
	#digits-form-wrapper .digit-img {
		left: 1%;
	}
	#digits-form-wrapper .digit-img-2 {
		left: 60%;
	}
}
@media (max-width: 1499px) {
	#conditions .cond-img {
		width: 550px;
		bottom: -35%;
	}
}
@media (max-width: 1220px) {
  .parallax {
    display: none;
  }
  #form {
	background-size: auto 100%;
  }
  #form .section-title,
  .form-control-promo {
	  margin-bottom: 20px;
  }
  #conditions {
	  padding-top: 70px;
  }
  #gift .shadow-gift {
    box-shadow: none;
  }
  #banner .banner-cont .link a {
    margin: 5px 15px;
  }
  #banner .banner-cont h1 {
    font-size: 50px;
  }
  #banner .banner-cont p {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
	#conditions .cond-img {
		width: 500px;
		right: 1%;
		bottom: -30%;
	}
	#conditions .section-title {
		font-size: 36px;
	}
	#gift .section-title {
	  margin-bottom: 20px;
	}
	#gift .gifts-list .gift.second .title {
		bottom: 8px;
	}
}
@media (max-width: 1024px) {
  #banner .banner-cont h1 {
    font-size: 40px;
  }
  #banner .banner-cont p,
  #banner .banner-cont p.desc {
    font-size: 30px;
  }
  #conditions .image {
    display: none;
  }
}
@media (max-width: 991px) {
  .parallax {
    display: none;
  }
  #banner .banner-cont p,
  #banner .banner-cont p.desc {
    font-size: 20px;
  }
	#form .section-title {
		font-size: 34px;
	}
	#conditions .cond-img {
		width: 50%;
		bottom: -20%;
	}
  #conditions .cond-info {
    font-size: 18px;
  }
  #gift .section-title {
    padding-top: 50px;
  }
  #gift .title span {
    font-size: 16px;
  }
  #gift .shadow-gift {
    box-shadow: none;
  }
	#gift .gift .img {
		min-height: inherit;
	}
	#gift .gift .img img {
		position: static;
	}
	#gift .gifts-list .gift.second .title {
		bottom: 18px;
	}
}
@media (max-width: 775px) {
  #banner .img {
    max-height: 600px;
    overflow: hidden;
  }
  #banner .img .img-fluid {
    max-width: inherit;
  }
  #banner .banner-cont p,
  #banner .banner-cont p.desc {
    font-size: 28px;
  }
  footer .f-soc {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #banner .banner-cont h1 {
    font-size: 30px;
  }
	#counter {
		padding-top: 70px;
	}
	#conditions {
		padding-bottom: 50px;
	}
	#conditions .cond-img {
		width: 30%;
		top: 0;
		bottom: inherit;
	}
	.section-title {
		font-size: 40px;
	}
	#form .section-title .age {
		font-size: 14px;
	}
	#gift .section-title {
	  margin-bottom: 30px;
	  padding-top: 30px;
	}
}
@media (max-width: 575px) {
  .parallax {
    display: none;
  }
  #banner .img {
    max-height: 600px;
    overflow: hidden;
  }
  #banner .img .img-fluid {
    max-width: inherit;
  }
  #banner .banner-cont h1 {
    font-size: 24px;
  }
  #banner .banner-cont p,
  #banner .banner-cont p.desc {
    font-size: 28px;
  }
  #banner a.btn-orange,
  #banner .btn-orange {
	  font-size: 14px;
	  padding: 6px 20px;
  }
  #counter {
    padding: 50px;
  }
  #counter .count {
    font-size: 40px;
  }
  .section-title {
    font-size: 34px;
  }
	#digits-form-wrapper .digit-img-2 {
		bottom: 50%;
		left: inherit;
		right: 1%;
		width: 50%;
	}
  #conditions {
    padding-top: 10px;
  }
  #conditions .section-title {
	  font-size: 32px;
  }
  #conditions .image {
    display: none;
  }
  #conditions .cond-info {
    font-size: 16px;
  }
  #gift .title {
    font-size: 16px;
  }
  #gift .title span {
    font-size: 14px;
  }
  #gift .shadow-gift {
    box-shadow: none;
  }
	#gift .gifts-list .gift.first .title {
		position: static;
		background: #000;
		padding: 14px;
		margin-top: -3px;
	}
	#gift .gifts-list .gift.first .title a:hover {
		color: #cc693e;
	}
  #results .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
	#banner .banner-cont h1 {
		font-size: 18px;
	}
	#banner a.btn-orange,
	#banner .btn-orange {
	  font-size: 10px;
	}
	#counter {
		padding-top: 30px;
	}
	#form .section-title {
		font-size: 24px;
	}
	#form .section-title .age {
		font-size: 12px;
	}
	#conditions .section-title {
		font-size: 26px;
	}
	#conditions .section-title img {
		width: 60%;
	}
	#gift .title,
	#gift .gifts-list .gift.first .title {
		font-size: 14px;
	}
	#gift .title span {
		font-size: 12px;
	}
	#results {
		width: 90%;
		padding-bottom: 30%;
	}
}
@media (max-width: 400px) {
	#banner .banner-cont h1 {
		font-size: 14px;
	}
}