.presents_page .list_info {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.presents_page .presents_inner {
  background-position: top 40% center;
  background-size: 100% auto;
  min-height: 900px;
  background-repeat: no-repeat;
  padding: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  align-items: center;
  justify-content: flex-end;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  animation-name: showWithOpacity;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.8s;
}
.presents_page .presents_inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.presents_page .text_block {
  width: 100%;
  padding-left: 40px;
}
.presents_page .bottom_block {
  width: 100%;
  background: #000000;
  padding: 15px 0;
}
.presents_page .bottom_block > .custom_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 815px;
}
.presents_page .bottom_date {
  font-size: 140%;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
}
.presents_page .bottom_date span {
  font-family: "bold";
}
.presents_page .sms_block {
  font-size: 130%;
  line-height: 15px;
  color: #ffffff;
  text-transform: uppercase;
}
.presents_page .block_description {
  font-size: 190%;
  line-height: 1.333em;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 440px;
  margin-bottom: 5px;
  transform: translate3d(-50vw, 0, 0) scale(0.5);
  -moz-transform: translate3d(-50vw, 0, 0) scale(0.5);
  -ms-transform: translate3d(-50vw, 0, 0) scale(0.5);
  -webkit-transform: translate3d(-50vw, 0, 0) scale(0.5);
  -o-transform: translate3d(-50vw, 0, 0) scale(0.5);
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  animation-name: showBotles;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
}
@media (max-width: 1439px) {
  .presents_page .block_description {
    font-size: 170%;
  }
}
@media (max-width: 1199px) {
  .presents_page .block_description {
    font-size: 150%;
  }
}
@media (max-width: 991px) {
  .presents_page .block_description {
    font-size: 140%;
  }
}
.presents_page .block_description a {
  color: inherit;
}
.presents_page .block_title {
  font-size: 350%;
  line-height: 1.2em;
  font-family: "bold";
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  margin-bottom: 5px;
  transform: translate3d(-50vw, 0, 0) scale(0.5);
  -moz-transform: translate3d(-50vw, 0, 0) scale(0.5);
  -ms-transform: translate3d(-50vw, 0, 0) scale(0.5);
  -webkit-transform: translate3d(-50vw, 0, 0) scale(0.5);
  -o-transform: translate3d(-50vw, 0, 0) scale(0.5);
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  animation-name: showBotles;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
}
.presents_page .block_title:before {
  content: "";
  position: absolute;
  top: 20px;
  left: -25px;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
}
@media (max-width: 1439px) {
  .presents_page .block_title {
    font-size: 300%;
  }
}
@media (max-width: 1199px) {
  .presents_page .block_title {
    font-size: 400%;
  }
}
@media (max-width: 991px) {
  .presents_page .block_title {
    font-size: 300%;
  }
}
@media (max-width: 767px) {
  .presents_page .block_title {
    font-size: 240%;
  }
  .presents_page .block_title:before {
    top: 10px;
    left: -18px;
  }
}
.presents_page .presents_blocks {
  background: rgba(244, 0, 9, 0.678);
  width: 100%;
  margin-top: 25px;
  transform: translate3d(-50vw, 0, 0) scale(0.5);
  -moz-transform: translate3d(-50vw, 0, 0) scale(0.5);
  -ms-transform: translate3d(-50vw, 0, 0) scale(0.5);
  -webkit-transform: translate3d(-50vw, 0, 0) scale(0.5);
  -o-transform: translate3d(-50vw, 0, 0) scale(0.5);
  z-index: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  animation-name: showblock1;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
}
.presents_page .list_info {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin: 0 -15px;
  padding: 36px 0 20px;
}
.presents_page .list_info li {
  padding: 0 15px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  opacity: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.presents_page .list_info li img {
  display: block;
  height: 100%;
  width: auto;
}
.presents_page .list_info li:first-child {
  animation-name: showWithOpacity;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.2s;
}
.presents_page .list_info li:nth-child(2) {
  animation-name: showWithOpacity;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.4s;
}
.presents_page .list_info li:nth-child(3) {
  animation-name: showWithOpacity;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.6s;
}
.presents_page .list_info li:nth-child(4) {
  animation-name: showWithOpacity;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.8s;
}
@media (max-width: 1199px) {
  .presents_page .list_info li img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .presents_page .text_block {
    padding-left: 20px;
  }
  .presents_page .list_info {
    padding: 30px 0;
  }
  .presents_page .list_info li {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .presents_page .list_info li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .presents_page .mob_logo {
    display: none;
  }
  .presents_page .presents_inner {
    height: auto !important;
    background-position: bottom left 25%;
    background-size: auto 130%;
    background-repeat: no-repeat;
    background-image: url("../css/images/mobile.jpg") !important;
  }
  .presents_page .bottom_block {
    padding: 7px 0;
  }
  .presents_page .bottom_block > .custom_container {
    flex-direction: column;
  }
  .presents_page .sms_block {
    font-size: 100%;
    margin-top: 3px;
  }
  .presents_page .bottom_date {
    font-size: 104%;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .presents_page .text_block {
    margin-top: 400px;
  }
  .presents_page .list_info {
    padding: 30px 10px;
  }
  .presents_page .list_info li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  .presents_page .list_info li:last-child {
    margin-bottom: 0;
  }
}

.web .presents_page .block_description a:hover {
  color: #ff0002;
}

.touch .presents_page .block_description a:active {
  color: #ff0002;
}

.web .presents_page .block_description a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.presents_page .list_info li {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .presents_page .block_description a {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

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