/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
  font-family: "font42f6ab04f7a6d5b619c023ce26c788d3";

  src: url("https://nomail.com.ua/files/eot/42f6ab04f7a6d5b619c023ce26c788d3.eot?#iefix")
      format("embedded-opentype"),
    url("https://nomail.com.ua/files/woff/42f6ab04f7a6d5b619c023ce26c788d3.woff")
      format("woff"),
    url("https://nomail.com.ua/files/woff2/42f6ab04f7a6d5b619c023ce26c788d3.woff2")
      format("woff2");
}

@font-face {
  font-family: "Intro-Black-Caps";
  src: url("https://nomail.com.ua/files/woff/42f6ab04f7a6d5b619c023ce26c788d3.woff")
    format("woff");
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  padding: 0;
}

/* 320 320 320 320 320 320 320 320 320 320 320 320 320 320 
  320 320 320 320 320 320 320 320 320 320 320 320 320 320 
  320 320 320 320 320 320 320 320 320 320 320 320 320 320 
  320 320 320 320 320 320 320 320 320 320 320 320 320 320 
  320 320 320 320 320 320 320 320 320 320 320 320 320 320 
  320 320 320 320 320 320 320 320 320 320 320 320 320 320  */

@media screen and (min-width: 320px) {
  .may-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
  }

  #bag,
  #cart,
  #giftcontain,
  #platform,
  #shadow {
    visibility: hidden;
  }

  svg {
    margin: 0 auto;
    display: table;
  }

  .may-header {
    padding: 80px 32px;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .may-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 452px;
  }

  .may-header-text-title {
    font-family: "Intro-Black-Caps";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    color: #00adee;
  }
  .may-header-text-paragraph {
    margin: 10px 0 0 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
  }

  .may-header-image {
    margin: 0px 0px 0 0;
    display: none;
  }

  .may-gifts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 32px;
  }

  .may-gifts-list-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #00adee;
    margin: 0 0 20px 0;
  }

  .may-gifts-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2fbfe),
      to(#f5fcff)
    );
    background: -o-linear-gradient(top, #f2fbfe 0%, #f5fcff 100%);
    background: linear-gradient(180deg, #f2fbfe 0%, #f5fcff 100%);
    border-radius: 15px;
  }

  .may-gifts-list-items a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #00adee;
    margin: 20px 0 0 0;
  }

  .may-gifts-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 194px;
  }

  .may-gifts-list-item img {
    max-width: 64px;
    -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.3));
    filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.3));
  }

  .may-gifts-cards-title {
    margin: 50px 0 20px 8px;
    font-family: "Intro-Black-Caps";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    color: #00adee;
  }

  .may-gifts-cards {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .may-gifts-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0 8px 8px;
  }

  .may-gifts-card {
    background: -o-radial-gradient(
      50% 0%,
      118.01% 118.01%,
      #ffffff 0%,
      #ebf9ff 100%
    );
    background: radial-gradient(
      118.01% 118.01% at 50% 0%,
      #ffffff 0%,
      #ebf9ff 100%
    );
  }
  .may-gift-card-benefitions-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #00adee;
    text-shadow: 0px 4px 4px #ffffff;
  }

  .may-gift-card-benefitions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .may-gift-card-benefit {
    margin: 15px 20px 0 0;
    padding: 3px 20px 3px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2fbfe),
      to(#f5fcff)
    );
    background: -o-linear-gradient(top, #f2fbfe 0%, #f5fcff 100%);
    background: linear-gradient(180deg, #f2fbfe 0%, #f5fcff 100%);
    border-radius: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 125%;
    color: #333333;
  }

  .may-gift-card-benefit-text {
    padding: 0 0 0 15px;
  }

  .may-gift-slider {
    mix-blend-mode: multiply;
    padding: 0 0 0 0;
  }

  .may-gift-slider img {
    max-width: 304px;
  }

  .may-gift-free-price {
    margin: 20px 0 0 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #00adee;
  }

  .may-gift-old-price {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #ff0a00;
  }

  .ruble {
    font-family: Roboto;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }

  .may-gift-main-items-list {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2fbfe),
      to(#f5fcff)
    );
    background: -o-linear-gradient(top, #f2fbfe 0%, #f5fcff 100%);
    background: linear-gradient(180deg, #f2fbfe 0%, #f5fcff 100%);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 8px;
  }

  .may-gift-main-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
  }

  .may-gift-main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 200px;
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
    margin: 20px 10px 0 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .may-gift-main-item:hover {
    -webkit-box-shadow: 0px 0px 25px rgba(0, 173, 238, 0.2);
    box-shadow: 0px 0px 25px rgba(0, 173, 238, 0.2);
  }

  .may-gift-main-item-img img {
    -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.1));
    filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.1));
    border-radius: 5px;
    padding: 1px 0 0 0;
	width:199px !important;
  }

  .may-gift-main-item-text {
    padding: 0 0 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
  }
  .may-gift-main-item-title {
    font-size: 18px;
    line-height: 25px;
    color: #00adee;
  }

  .may-gift-main-item-desc {
    font-size: 14px;
    line-height: 135%;
    color: #4f4f4f;
  }

  .may-gift-main-item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12px 0;
  }
  .may-gift-main-item-btn {
    padding: 13px 20px 12px 45px;
    background: url(https://madeindream.com/image/data/news/may-sale-2021/12.svg) no-repeat,
      -o-radial-gradient(50% 0%, 140.5% 140.5%, #ff0a00 0%, #eb5757 100%);
    background: url(https://madeindream.com/image/data/news/may-sale-2021/12.svg) no-repeat,
      radial-gradient(140.5% 140.5% at 50% 0%, #ff0a00 0%, #eb5757 100%);
    background-position: 20px center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: white;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .may-gift-main-item-btn:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(238, 0, 0, 0.4);
    box-shadow: 0px 0px 30px rgba(238, 0, 0, 0.4);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .may-gift-main-items-video {
    margin: 32px;
    display: block;
    padding: 12px 45px 12px 20px;
    border: 1px solid #00adee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background: url(https://madeindream.com/image/data/news/may-sale-2021/13.svg) no-repeat;
    background-position: right;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135%;
    color: #000000;
  }

  .may-gift-main-items-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #00adee;
  }

  .may-gift-card-benefitions-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .may-gift-card-benefitions-border {
    margin: 0 0 0 -45px;
    width: 0;
    height: 50px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 173, 238, 0.4));
    filter: drop-shadow(0px 0px 10px rgba(0, 173, 238, 0.4));
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .may-gift-card-benefitions-title-2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #00adee;
    text-shadow: 0px 4px 4px #ffffff;
  }

  .may-gift-slider-2 {
    margin: 0;
    padding: 0;
  }

  .may-gift-main-item-wide {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .may-gift-main-item-sec-img {
    margin: 20px 0 0 20px;
  }

  .may-gifts-for-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    margin: 20px 8px;
    background: url(https://madeindream.com/image/data/news/may-sale-2021/48.svg) no-repeat,
      -o-radial-gradient(50% 0%, 140.5% 140.5%, #ff0a00 0%, #20bf6b 0.01%, #26de81
            100%);
    background: url(https://madeindream.com/image/data/news/may-sale-2021/48.svg) no-repeat,
      radial-gradient(
        140.5% 140.5% at 50% 0%,
        #ff0a00 0%,
        #20bf6b 0.01%,
        #26de81 100%
      );
    background-position: -700% 50%;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 101, 139, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 101, 139, 0.15);
    border-radius: 10px;
    padding: 30px;
  }

  .may-gift-main-item-btn-white {
    background: url(https://madeindream.com/image/data/news/may-sale-2021/49.svg) no-repeat,
      -o-radial-gradient(50% 0%, 118.01% 118.01%, #ffffff 0%, #ebf9ff 100%);
    background: url(https://madeindream.com/image/data/news/may-sale-2021/49.svg) no-repeat,
      radial-gradient(118.01% 118.01% at 50% 0%, #ffffff 0%, #ebf9ff 100%);
    background-position: 50% 23%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: #23ce76;
    padding: 32px 20px 12px 20px;
    width: 200px;
  }

  .may-gifts-for-review-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #ffffff;
    display: block;
  }

  .may-gifts-for-review-text {
    font-family: Open Sans;
    font-style: normal;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    color: #ffffff;
    margin: 0 0 20px 0;
  }
}

/* 
  750 750 750 750 750 750 750 750 750 750 750 750 750 750 
  750 750 750 750 750 750 750 750 750 750 750 750 750 750 
  750 750 750 750 750 750 750 750 750 750 750 750 750 750 
  750 750 750 750 750 750 750 750 750 750 750 750 750 750 
  750 750 750 750 750 750 750 750 750 750 750 750 750 750  */

@media screen and (min-width: 750px) {
  .may-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
  }

  #bag,
  #cart,
  #giftcontain,
  #platform,
  #shadow {
    visibility: hidden;
  }

  svg {
    margin: 0 auto;
    display: table;
  }

  .may-header {
    padding: 80px 32px;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .may-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 452px;
  }

  .may-header-text-title {
    font-family: "Intro-Black-Caps";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    color: #00adee;
  }
  .may-header-text-paragraph {
    margin: 10px 0 0 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
  }

  .may-header-image {
    margin: -120px -40px 0 0;
    display: block;
  }

  .may-gifts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 32px;
  }

  .may-gifts-list-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #00adee;
    margin: 0 0 20px 0;
  }

  .may-gifts-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2fbfe),
      to(#f5fcff)
    );
    background: -o-linear-gradient(top, #f2fbfe 0%, #f5fcff 100%);
    background: linear-gradient(180deg, #f2fbfe 0%, #f5fcff 100%);
    border-radius: 15px;
  }

  .may-gifts-list-items a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #00adee;
    margin: auto;
  }

  .may-gifts-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 194px;
  }

  .may-gifts-list-item img {
    max-width: 64px;
    -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.3));
    filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.3));
  }

  .may-gifts-cards-title {
    margin: 50px 0 20px 32px;
    font-family: "Intro-Black-Caps";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    color: #00adee;
  }

  .may-gifts-cards {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .may-gifts-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0 32px 32px;
  }

  .may-gifts-card {
    background: -o-radial-gradient(
      50% 0%,
      118.01% 118.01%,
      #ffffff 0%,
      #ebf9ff 100%
    );
    background: radial-gradient(
      118.01% 118.01% at 50% 0%,
      #ffffff 0%,
      #ebf9ff 100%
    );
  }
  .may-gift-card-benefitions-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #00adee;
    text-shadow: 0px 4px 4px #ffffff;
  }

  .may-gift-card-benefitions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .may-gift-card-benefit {
    margin: 15px 20px 0 0;
    padding: 3px 20px 3px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2fbfe),
      to(#f5fcff)
    );
    background: -o-linear-gradient(top, #f2fbfe 0%, #f5fcff 100%);
    background: linear-gradient(180deg, #f2fbfe 0%, #f5fcff 100%);
    border-radius: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 125%;
    color: #333333;
  }

  .may-gift-card-benefit-text {
    padding: 0 0 0 15px;
  }

  .may-gift-slider {
    mix-blend-mode: multiply;
    padding: 0 0 0 0;
  }

  .may-gift-slider img {
    max-width: 350px;
  }

  .may-gift-free-price {
    margin: 20px 0 0 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #00adee;
  }

  .may-gift-old-price {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #ff0a00;
  }

  .ruble {
    font-family: Roboto;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }

  .may-gift-main-items-list {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2fbfe),
      to(#f5fcff)
    );
    background: -o-linear-gradient(top, #f2fbfe 0%, #f5fcff 100%);
    background: linear-gradient(180deg, #f2fbfe 0%, #f5fcff 100%);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 66px;
  }

  .may-gift-main-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
  }

  .may-gift-main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 200px;
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
    margin: 20px 10px 0 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .may-gift-main-item:hover {
    -webkit-box-shadow: 0px 0px 25px rgba(0, 173, 238, 0.2);
    box-shadow: 0px 0px 25px rgba(0, 173, 238, 0.2);
  }

  .may-gift-main-item-img img {
    -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.1));
    filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.1));
    border-radius: 5px;
    padding: 1px 0 0 0;
	width:199px !important;
  }

  .may-gift-main-item-text {
    padding: 0 0 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
  }
  .may-gift-main-item-title {
    font-size: 18px;
    line-height: 25px;
    color: #00adee;
  }

  .may-gift-main-item-desc {
    font-size: 14px;
    line-height: 135%;
    color: #4f4f4f;
  }

  .may-gift-main-item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12px 0;
  }
  .may-gift-main-item-btn {
    padding: 13px 20px 12px 45px;
    background: url(https://madeindream.com/image/data/news/may-sale-2021/12.svg) no-repeat,
      -o-radial-gradient(50% 0%, 140.5% 140.5%, #ff0a00 0%, #eb5757 100%);
    background: url(https://madeindream.com/image/data/news/may-sale-2021/12.svg) no-repeat,
      radial-gradient(140.5% 140.5% at 50% 0%, #ff0a00 0%, #eb5757 100%);
    background-position: 20px center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: white;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .may-gift-main-item-btn:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(238, 0, 0, 0.4);
    box-shadow: 0px 0px 30px rgba(238, 0, 0, 0.4);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .may-gift-main-items-video {
    margin: 32px;
    display: block;
    padding: 12px 45px 12px 20px;
    border: 1px solid #00adee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background: url(https://madeindream.com/image/data/news/may-sale-2021/13.svg) no-repeat;
    background-position: 268px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135%;
    color: #000000;
  }

  .may-gift-main-items-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #00adee;
  }

  .may-gift-card-benefitions-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .may-gift-card-benefitions-border {
    margin: 0 0 0 -45px;
    width: 0;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 173, 238, 0.4));
    filter: drop-shadow(0px 0px 10px rgba(0, 173, 238, 0.4));
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  .may-gift-card-benefitions-title-2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #00adee;
    text-shadow: 0px 4px 4px #ffffff;
  }

  .may-gift-slider-2 {
    margin: 0;
    padding: 0;
  }

  .may-gift-main-item-wide {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .may-gift-main-item-sec-img {
    margin: 20px 0 0 20px;
  }

  .may-gifts-for-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    margin: 20px 64px;
    background: url(https://madeindream.com/image/data/news/may-sale-2021/48.svg) no-repeat,
      -o-radial-gradient(50% 0%, 140.5% 140.5%, #ff0a00 0%, #20bf6b 0.01%, #26de81
            100%);
    background: url(https://madeindream.com/image/data/news/may-sale-2021/48.svg) no-repeat,
      radial-gradient(
        140.5% 140.5% at 50% 0%,
        #ff0a00 0%,
        #20bf6b 0.01%,
        #26de81 100%
      );
    background-position: -700% 50%;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 101, 139, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 101, 139, 0.15);
    border-radius: 10px;
    padding: 30px;
  }

  .may-gift-main-item-btn-white {
    background: url(https://madeindream.com/image/data/news/may-sale-2021/49.svg) no-repeat,
      -o-radial-gradient(50% 0%, 118.01% 118.01%, #ffffff 0%, #ebf9ff 100%);
    background: url(https://madeindream.com/image/data/news/may-sale-2021/49.svg) no-repeat,
      radial-gradient(118.01% 118.01% at 50% 0%, #ffffff 0%, #ebf9ff 100%);
    background-position: 50% 23%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: #23ce76;
    padding: 32px 20px 12px 20px;
    width: 200px;
  }

  .may-gifts-for-review-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #ffffff;
    display: block;
  }

  .may-gifts-for-review-text {
    font-family: Open Sans;
    font-style: normal;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    color: #ffffff;
    margin: 0 0 20px 0;
  }
}

/* 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 
  1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 
  1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 
  1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 
  1000 1000 1000 1000 1000 1000 1000 1000 1000 1000 1000  */

@media screen and (min-width: 1000px) {
  .may-wrapper {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
  }

  #bag,
  #cart,
  #giftcontain,
  #platform,
  #shadow {
    visibility: hidden;
  }

  svg {
    margin: 0 auto;
    display: table;
  }

  .may-header {
    padding: 80px 32px;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .may-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 452px;
  }

  .may-header-text-title {
    font-family: "Intro-Black-Caps";
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 130%;
    color: #00adee;
  }
  .may-header-text-paragraph {
    margin: 10px 0 0 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
  }

  .may-header-image {
    margin: -120px -60px 0 0;
  }

  .may-gifts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 32px;
  }

  .may-gifts-list-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #00adee;
    margin: 0 0 20px 0;
  }

  .may-gifts-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2fbfe),
      to(#f5fcff)
    );
    background: -o-linear-gradient(top, #f2fbfe 0%, #f5fcff 100%);
    background: linear-gradient(180deg, #f2fbfe 0%, #f5fcff 100%);
    border-radius: 15px;
  }

  .may-gifts-list-items a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #00adee;
  }

  .may-gifts-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 194px;
  }

  .may-gifts-list-item img {
    max-width: 64px;
    -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.3));
    filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.3));
  }

  .may-gifts-cards-title {
    margin: 50px 0 20px 32px;
    font-family: "Intro-Black-Caps";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    color: #00adee;
  }

  .may-gifts-cards {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .may-gifts-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding: 32px;
  }

  .may-gifts-card {
    background: -o-radial-gradient(
      50% 0%,
      118.01% 118.01%,
      #ffffff 0%,
      #ebf9ff 100%
    );
    background: radial-gradient(
      118.01% 118.01% at 50% 0%,
      #ffffff 0%,
      #ebf9ff 100%
    );
  }
  .may-gift-card-benefitions-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #00adee;
    text-shadow: 0px 4px 4px #ffffff;
  }

  .may-gift-card-benefitions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .may-gift-card-benefit {
    margin: 15px 20px 0 0;
    padding: 3px 20px 3px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2fbfe),
      to(#f5fcff)
    );
    background: -o-linear-gradient(top, #f2fbfe 0%, #f5fcff 100%);
    background: linear-gradient(180deg, #f2fbfe 0%, #f5fcff 100%);
    border-radius: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 125%;
    color: #333333;
  }

  .may-gift-card-benefit-text {
    padding: 0 0 0 15px;
  }

  .may-gift-slider {
    mix-blend-mode: multiply;
    padding: 0 0 0 0;
  }

  .may-gift-slider img {
    max-width: 100%;
  }

  .may-gift-free-price {
    margin: 20px 0 0 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #00adee;
  }

  .may-gift-old-price {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #ff0a00;
  }

  .ruble {
    font-family: Roboto;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }

  .may-gift-main-items-list {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2fbfe),
      to(#f5fcff)
    );
    background: -o-linear-gradient(top, #f2fbfe 0%, #f5fcff 100%);
    background: linear-gradient(180deg, #f2fbfe 0%, #f5fcff 100%);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 66px;
  }

  .may-gift-main-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 920px;
    margin: 0 auto;
  }

  .may-gift-main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 200px;
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
    margin: 20px 10px 0 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .may-gift-main-item:hover {
    -webkit-box-shadow: 0px 0px 25px rgba(0, 173, 238, 0.2);
    box-shadow: 0px 0px 25px rgba(0, 173, 238, 0.2);
  }

  .may-gift-main-item-img img {
    -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.1));
    filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.1));
    border-radius: 5px;
    padding: 1px 0 0 0;
	width:199px !important;
  }

  .may-gift-main-item-text {
    padding: 0 0 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
  }
  .may-gift-main-item-title {
    font-size: 18px;
    line-height: 25px;
    color: #00adee;
  }

  .may-gift-main-item-desc {
    font-size: 14px;
    line-height: 135%;
    color: #4f4f4f;
  }

  .may-gift-main-item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12px 0;
  }
  .may-gift-main-item-btn {
    padding: 13px 20px 12px 45px;
    background: url(https://madeindream.com/image/data/news/may-sale-2021/12.svg) no-repeat,
      -o-radial-gradient(50% 0%, 140.5% 140.5%, #ff0a00 0%, #eb5757 100%);
    background: url(https://madeindream.com/image/data/news/may-sale-2021/12.svg) no-repeat,
      radial-gradient(140.5% 140.5% at 50% 0%, #ff0a00 0%, #eb5757 100%);
    background-position: 20px center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: white;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .may-gift-main-item-btn:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(238, 0, 0, 0.4);
    box-shadow: 0px 0px 30px rgba(238, 0, 0, 0.4);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .may-gift-main-items-video {
    margin: 32px;
    display: block;
    padding: 12px 45px 12px 20px;
    border: 1px solid #00adee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background: url(https://madeindream.com/image/data/news/may-sale-2021/13.svg) no-repeat;
    background-position: 268px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135%;
    color: #000000;
  }

  .may-gift-main-items-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #00adee;
  }

  .may-gift-card-benefitions-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .may-gift-card-benefitions-border {
    margin: 0 0 0 -45px;
    width: 0;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 173, 238, 0.4));
    filter: drop-shadow(0px 0px 10px rgba(0, 173, 238, 0.4));
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  .may-gift-card-benefitions-title-2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #00adee;
    text-shadow: 0px 4px 4px #ffffff;
  }

  .may-gift-slider-2 {
    margin: 0;
    padding: 0;
  }

  .may-gift-main-item-wide {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .may-gift-main-item-sec-img {
    margin: 20px 0 0 20px;
  }

  .may-gifts-for-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    margin: 20px 64px;
    background: url(https://madeindream.com/image/data/news/may-sale-2021/48.svg) no-repeat,
      -o-radial-gradient(50% 0%, 140.5% 140.5%, #ff0a00 0%, #20bf6b 0.01%, #26de81
            100%);
    background: url(https://madeindream.com/image/data/news/may-sale-2021/48.svg) no-repeat,
      radial-gradient(
        140.5% 140.5% at 50% 0%,
        #ff0a00 0%,
        #20bf6b 0.01%,
        #26de81 100%
      );
    background-position: 300%;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 101, 139, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 101, 139, 0.15);
    border-radius: 10px;
    padding: 30px;
  }

  .may-gift-main-item-btn-white {
    background: url(https://madeindream.com/image/data/news/may-sale-2021/49.svg) no-repeat,
      -o-radial-gradient(50% 0%, 118.01% 118.01%, #ffffff 0%, #ebf9ff 100%);
    background: url(https://madeindream.com/image/data/news/may-sale-2021/49.svg) no-repeat,
      radial-gradient(118.01% 118.01% at 50% 0%, #ffffff 0%, #ebf9ff 100%);
    background-position: 50% 23%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: #23ce76;
    padding: 32px 20px 12px 20px;
    width: 200px;
  }

  .may-gifts-for-review-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #ffffff;
    display: block;
  }

  .may-gifts-for-review-text {
    font-family: Open Sans;
    font-style: normal;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    color: #ffffff;
    margin: 0 0 20px 0;
  }
}

/* 1300 1300 1300 1300 1300 1300 1300 1300 1300 
  1300 1300 1300 1300 1300 1300 1300 1300 1300 
  1300 1300 1300 1300 1300 1300 1300 1300 1300 
  1300 1300 1300 1300 1300 1300 1300 1300 1300 
  1300 1300 1300 1300 1300 1300 1300 1300 1300  */

@media screen and (min-width: 1300px) {
  .may-wrapper {
    width: 1180px;
    margin: 0 auto;
    padding: 0;
  }

  #bag,
  #cart,
  #giftcontain,
  #platform,
  #shadow {
    visibility: hidden;
  }

  svg {
    margin: 0 auto;
    display: table;
  }

  .may-header {
    padding: 80px 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .may-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 452px;
  }

  .may-header-text-title {
    font-family: "Intro-Black-Caps";
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 130%;
    color: #00adee;
  }
  .may-header-text-paragraph {
    margin: 10px 0 0 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
  }

  .may-header-image {
    margin: -120px 0 0 0;
  }

  .may-gifts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 64px;
  }

  .may-gifts-list-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #00adee;
    margin: 0 0 20px 0;
  }

  .may-gifts-list-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0px;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2fbfe),
      to(#f5fcff)
    );
    background: -o-linear-gradient(top, #f2fbfe 0%, #f5fcff 100%);
    background: linear-gradient(180deg, #f2fbfe 0%, #f5fcff 100%);
    border-radius: 15px;
  }

  .may-gifts-list-items a {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #00adee;
  }

  .may-gifts-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 194px;
  }

  .may-gifts-list-item img {
    max-width: 64px;
    -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.3));
    filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.3));
  }

  .may-gifts-cards-title {
    margin: 50px 0 20px 64px;
    font-family: "Intro-Black-Caps";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 130%;
    color: #00adee;
  }

  .may-gifts-cards {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .may-gifts-card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    padding: 64px;
  }

  .may-gifts-card {
    background: -o-radial-gradient(
      50% 0%,
      118.01% 118.01%,
      #ffffff 0%,
      #ebf9ff 100%
    );
    background: radial-gradient(
      118.01% 118.01% at 50% 0%,
      #ffffff 0%,
      #ebf9ff 100%
    );
  }
  .may-gift-card-benefitions-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 49px;
    color: #00adee;
    text-shadow: 0px 4px 4px #ffffff;
  }

  .may-gift-card-benefitions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .may-gift-card-benefit {
    margin: 15px 20px 0 0;
    padding: 3px 20px 3px 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2fbfe),
      to(#f5fcff)
    );
    background: -o-linear-gradient(top, #f2fbfe 0%, #f5fcff 100%);
    background: linear-gradient(180deg, #f2fbfe 0%, #f5fcff 100%);
    border-radius: 10px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 125%;
    color: #333333;
  }

  .may-gift-card-benefit-text {
    padding: 0 0 0 15px;
  }

  .may-gift-slider {
    mix-blend-mode: multiply;
    padding: 0 80px 0 0;
  }
  .may-gift-slider img {
    max-width: 100%;
  }

  .may-gift-free-price {
    margin: 20px 0 0 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #00adee;
  }

  .may-gift-old-price {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #ff0a00;
  }

  .ruble {
    font-family: Roboto;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
  }

  .may-gift-main-items-list {
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#f2fbfe),
      to(#f5fcff)
    );
    background: -o-linear-gradient(top, #f2fbfe 0%, #f5fcff 100%);
    background: linear-gradient(180deg, #f2fbfe 0%, #f5fcff 100%);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 66px;
  }

  .may-gift-main-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 920px;
    margin: 0 auto;
  }

  .may-gift-main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 400px;
    padding: 20px;
    background: #ffffff;
    border-radius: 5px;
    margin: 20px 10px 0 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .may-gift-main-item:hover {
    -webkit-box-shadow: 0px 0px 25px rgba(0, 173, 238, 0.2);
    box-shadow: 0px 0px 25px rgba(0, 173, 238, 0.2);
  }

  .may-gift-main-item-img img {
    -webkit-filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.1));
    filter: drop-shadow(0px 0px 25px rgba(0, 173, 238, 0.1));
    border-radius: 5px;
    padding: 1px 0 0 0;
	width:199px !important;
  }

  .may-gift-main-item-text {
    padding: 0 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
  }
  .may-gift-main-item-title {
    font-size: 18px;
    line-height: 25px;
    color: #00adee;
  }

  .may-gift-main-item-desc {
    font-size: 14px;
    line-height: 135%;
    color: #4f4f4f;
  }

  .may-gift-main-item-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .may-gift-main-item-btn {
    padding: 13px 20px 12px 45px;
    background: url(https://madeindream.com/image/data/news/may-sale-2021/12.svg) no-repeat,
      -o-radial-gradient(50% 0%, 140.5% 140.5%, #ff0a00 0%, #eb5757 100%);
    background: url(https://madeindream.com/image/data/news/may-sale-2021/12.svg) no-repeat,
      radial-gradient(140.5% 140.5% at 50% 0%, #ff0a00 0%, #eb5757 100%);
    background-position: 20px center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: white;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
  }
  .may-gift-main-item-btn:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(238, 0, 0, 0.4);
    box-shadow: 0px 0px 30px rgba(238, 0, 0, 0.4);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .may-gift-main-items-video {
    margin: 32px;
    display: block;
    padding: 12px 45px 12px 20px;
    border: 1px solid #00adee;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    background: url(https://madeindream.com/image/data/news/may-sale-2021/13.svg) no-repeat;
    background-position: 268px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 135%;
    color: #000000;
  }

  .may-gift-main-items-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #00adee;
  }

  .may-gift-card-benefitions-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .may-gift-card-benefitions-border {
    margin: 0 0 0 -45px;
    width: 0;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 173, 238, 0.4));
    filter: drop-shadow(0px 0px 10px rgba(0, 173, 238, 0.4));
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  .may-gift-card-benefitions-title-2 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #00adee;
    text-shadow: 0px 4px 4px #ffffff;
  }

  .may-gift-slider-2 {
    margin: 0;
    padding: 0;
  }

  .may-gift-main-item-wide {
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .may-gift-main-item-sec-img {
    margin: 0 0 0 20px;
  }

  .may-gifts-for-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    margin: 20px 64px;
    background: url(https://madeindream.com/image/data/news/may-sale-2021/48.svg) no-repeat,
      -o-radial-gradient(50% 0%, 140.5% 140.5%, #ff0a00 0%, #20bf6b 0.01%, #26de81
            100%);
    background: url(https://madeindream.com/image/data/news/may-sale-2021/48.svg) no-repeat,
      radial-gradient(
        140.5% 140.5% at 50% 0%,
        #ff0a00 0%,
        #20bf6b 0.01%,
        #26de81 100%
      );
    background-position: 150%;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 101, 139, 0.15);
    box-shadow: 0px 10px 20px rgba(0, 101, 139, 0.15);
    border-radius: 10px;
    padding: 30px;
  }

  .may-gift-main-item-btn-white {
    background: url(https://madeindream.com/image/data/news/may-sale-2021/49.svg) no-repeat,
      -o-radial-gradient(50% 0%, 118.01% 118.01%, #ffffff 0%, #ebf9ff 100%);
    background: url(https://madeindream.com/image/data/news/may-sale-2021/49.svg) no-repeat,
      radial-gradient(118.01% 118.01% at 50% 0%, #ffffff 0%, #ebf9ff 100%);
    background-position: 50% 23%;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
    color: #23ce76;
    padding: 32px 20px 12px 20px;
    width: 200px;
  }

  .may-gifts-for-review-title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #ffffff;
    display: block;
  }

  .may-gifts-for-review-text {
    font-family: Open Sans;
    font-style: normal;
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 135%;
    color: #ffffff;
    margin: 0 0 20px 0;
  }
}

a:hover {
text-decoration:none;
}

a[name] {
    padding-top: 0px;
    margin-top: 0px;
    display: inline-block;
}