.presents_page .list_info {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.presents_page .presents_inner {
  background-repeat: no-repeat;
  height: 680px;
  background-size: cover;
  background-position: bottom;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation-name: showWithOpacity;
  animation-duration: 1.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.8s; }
.presents_page .gift_block {
  font-size: 22px;
  line-height: 1.33em;
  color: #ffffff;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 30px;
  bottom: 10px;
  -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 .gift_block:hover {
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #ff0002; }
.presents_page .presents_tour {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse; }
  .presents_page .presents_tour .presents_inner {
    background-position-x: right;
    width: 850px; }
.presents_page .cap_block {
  height: 100%;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
  opacity: 0;
  padding-bottom: 70px;
  animation-name: showWithOpacity;
  animation-duration: 1.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-delay: 1.8s; }
  .presents_page .cap_block img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto; }
.presents_page .cola_logo {
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  padding-bottom: 5px;
  background-size: 165px;
  background-position: top left;
  width: 165px;
  height: 165px;
  position: absolute;
  right: 44px;
  bottom: 90px; }
.presents_page .list_info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin: 20px -10px; }
  .presents_page .list_info li {
    padding: 20px 10px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    opacity: 0; }
    .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%; }
  .presents_page .presents_tour .presents_inner {
    background-position-x: center;
    width: 660px; } }
@media (max-width: 991px) {
  .presents_page .presents_tour .presents_inner {
    background-position-x: center;
    width: 660px; }
  .presents_page .presents_tour .cap_block img {
    max-width: 325px; }
  .presents_page .presents_inner {
    height: 510px; }
  .presents_page .cap_block img {
    max-width: 400px; }
  .presents_page .cola_logo {
    width: 123px;
    height: 123px;
    background-size: 120px; }
  .presents_page .list_info {
    flex-wrap: wrap; }
    .presents_page .list_info li {
      width: 50%;
      display: flex;
      justify-content: flex-end; }
      .presents_page .list_info li:first-child {
        justify-content: end; }
        .presents_page .list_info li:first-child .block_info {
          margin-top: 7px; }
      .presents_page .list_info li:nth-last-of-type(2) {
        justify-content: end; } }
@media (max-width: 767px) {
  .presents_page .presents_tour {
    flex-direction: column; }
    .presents_page .presents_tour .presents_inner {
      width: 100%;
      height: 350px; }
    .presents_page .presents_tour .cap_block {
      margin-right: 0;
      margin-top: 15px;
      padding: 0 20px 150px; }
      .presents_page .presents_tour .cap_block img {
        max-width: 100%; }
  .presents_page .presents_inner {
    height: 676px;
    padding: 15px 15px; }
  .presents_page .gift_block {
    right: 20px;
    padding-right: 40px;
    font-size: 18px;
    left: 20px;
    justify-content: end; }
  .presents_page .cap_block {
    padding-bottom: 90px; }
    .presents_page .cap_block img {
      max-width: 340px; }
  .presents_page .cola_logo {
    display: none; }
  .presents_page .custom_container {
    padding: 0; }
  .presents_page .list_info {
    padding: 0 25px; } }
@media (max-width: 575px) {
  .presents_page .list_info {
    flex-wrap: wrap; }
    .presents_page .list_info li:first-child,
    .presents_page .list_info li:nth-last-of-type(2),
    .presents_page .list_info li {
      width: 100%;
      justify-content: center;
      padding: 15px 0; }
      .presents_page .list_info li:first-child img,
      .presents_page .list_info li:nth-last-of-type(2) img,
      .presents_page .list_info li img {
        width: 203px; } }
@media (max-width: 399px) {
  .presents_page .cap_block img {
    max-width: 280px; } }
@media (max-width: 359px) {
  .presents_page .presents_inner {
    height: 500px; } }

@keyframes elipseScale {
  0% {
    background-size: auto 0; }
  100% {
    background-size: auto 100%; } }
@keyframes showBotles {
  0% {
    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); }
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1); } }
@keyframes showWithOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes showHeader {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0); } }
.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; }

/*# sourceMappingURL=presents.css.map */
