@media screen and (min-width: 768px) {
  .content {
    width: 744px;
  }

  .xs {
    display: none;
  }

  .title {
    font-size: 40px;
  }

  .mark {
    display: inline-block;
  }

  .head__title span {
    font-size: 50px;
    letter-spacing: 3px;
    text-shadow: 0 -2px 0 #000000, 0 -2px 0 #000000, 0 2px 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000, 2px 0 0 #000000, -2px 0 0 #000000, 2px 0 0 #000000, -1px -2px 0 #000000, 1px -2px 0 #000000, -1px 2px 0 #000000, 1px 2px 0 #000000, -2px -1px 0 #000000, 2px -1px 0 #000000, -2px 1px 0 #000000, 2px 1px 0 #000000, -2px -2px 0 #000000, 2px -2px 0 #000000, -2px 2px 0 #000000, 2px 2px 0 #000000, -2px -2px 0 #000000, 2px -2px 0 #000000, -2px 2px 0 #000000, 2px 2px 0 #000000, 8px 6px 0 #000000;
  }
  .head__box {
    position: relative;
    padding-right: 50%;
  }
  .head__product--mob {
    width: 320px;
    position: absolute;
    right: 40px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .discovery .mob {
    display: none;
  }
  .discovery .desk {
    display: block !important;
  }
  .discovery__table {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .discovery__row {
    display: table-row;
  }
  .discovery__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }
  .discovery__img--desk1:after {
    position: absolute;
    content: "";
    background: url("../img/nanoparticle_blue.png") center no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    top: 0;
    right: 0;
    margin: -5px -15px 0 0;
    animation: discovery1 linear 60s infinite;
  }

  .benefits__table {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 40px;
  }
  .benefits__cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }
  .benefits__cell:last-child {
    border-left: 1px solid #fff;
  }
  .benefits__subtitle {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .benefits__subtitle2 {
    display: block;
  }

  .works__title .mark {
    display: block;
  }
  .works__table {
    text-align: center;
  }
  .works__table:before, .works__table:after {
    display: none;
  }
  .works__cell {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 280px;
    text-align: left;
  }
  .works__delimiter {
    width: 41px;
    height: 240px;
    margin: 0;
  }
  .works__delimiter--d2 {
    position: absolute;
  }
  .works__delimiter--d2:before {
    display: none;
  }
  .works__delimiter--dop + div {
    padding-top: 90px;
  }
  .works__delimiter:before {
    position: absolute;
    width: 1px;
    height: 10px;
    bottom: -25px;
    left: 50%;
    margin: 0;
    box-shadow: 0 -20px 0 rgba(255, 255, 255, 0.2), 0 -40px 0 rgba(255, 255, 255, 0.18), 0 -60px 0 rgba(255, 255, 255, 0.16), 0 -80px 0 rgba(255, 255, 255, 0.14), 0 -100px 0 rgba(255, 255, 255, 0.12), 0 -120px 0 rgba(255, 255, 255, 0.1), 0 -140px 0 rgba(255, 255, 255, 0.08), 0 -160px 0 rgba(255, 255, 255, 0.06), 0 -180px 0 rgba(255, 255, 255, 0.04), 0 -200px 0 rgba(255, 255, 255, 0.02);
  }
  .works__delimiter:after {
    position: absolute;
    content: "";
    width: 850%;
    height: 1px;
    bottom: -20px;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 5%, #fff 10%, #fff 90%, rgba(255, 255, 255, 0) 95%);
  }
  .works__cup {
    top: auto;
    bottom: -50px;
    left: -44px;
  }
  .works__text {
    padding: 20px 0 40px;
  }
  .works__label {
    right: auto;
    left: 15px;
    transform: none;
    bottom: 5px;
  }

  .composition .mark {
    display: block;
  }
  .composition__slider {
    text-align: center;
  }
  .composition__item {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-bottom: 30px;
  }
  .composition__item--5 {
    display: block;
    margin: 0 auto;
    padding: 0 110px!important;
  }
  .expert {
    background-image: url("../img/bg4.jpg");
  }
  .expert:before {
    display: none;
  }
  .expert__title {
    text-align: left;
  }
  .expert__title .mark {
    display: block;
  }
  .expert__item {
    position: relative;
    width: 60%;
    margin: 40px 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 40px 30px;
  }
  .expert__item:before {
    position: absolute;
    content: "";
    bottom: 17px;
    left: 17px;
    right: 17px;
    height: 150px;
    border: 2px solid #efd815;
    border-left: none;
    border-top: none;
  }
  .expert__item:after {
    position: absolute;
    content: "";
    bottom: 17px;
    left: 17px;
    height: 70px;
    border-left: 2px solid #efd815;
  }
  .expert .mob {
    display: none;
  }
  .expert .desk {
    display: block !important;
  }
  .expert__img {
    position: absolute;
    left: 55%;
    top: 50px;
    bottom: 0;
    height: auto;
    margin-left: 50px;
  }
  .expert__img img {
    max-height: 100%;
    max-width: none;
  }
  .expert__author {
    position: relative;
  }
  .expert__author:before {
    position: absolute;
    content: "";
    top: -23px;
    left: -23px;
    right: 59px;
    height: 150px;
    border: 2px solid #efd815;
    border-right: none;
    border-bottom: none;
  }
  .expert__author svg {
    right: -23px;
  }

  .use .slider--box {
    width: 400px;
    margin: 0 auto 40px;
  }

  .reviews__box {
    font-size: 0;
  }
  .reviews__item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1% 20px;
  }

  .pre-order__title .mark {
    display: block;
  }

  .order__title span {
    font-size: 70px;
    letter-spacing: 8px;
    text-shadow: 0 -2px 0 #000000, 0 -2px 0 #000000, 0 2px 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000, 2px 0 0 #000000, -2px 0 0 #000000, 2px 0 0 #000000, -1px -2px 0 #000000, 1px -2px 0 #000000, -1px 2px 0 #000000, 1px 2px 0 #000000, -2px -1px 0 #000000, 2px -1px 0 #000000, -2px 1px 0 #000000, 2px 1px 0 #000000, -2px -2px 0 #000000, 2px -2px 0 #000000, -2px 2px 0 #000000, 2px 2px 0 #000000, -2px -2px 0 #000000, 2px -2px 0 #000000, -2px 2px 0 #000000, 2px 2px 0 #000000, 8px 8px 0 #000000;
  }
  .order__table {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .order__cell {
    display: table-cell;
    vertical-align: middle;
  }
  .order .mob {
    display: none;
  }
  .order .desk {
    display: block !important;
  }
  .mob {
    display: none !important;
  }
}
@media screen and (min-width: 990px) {
  .content {
    width: 960px;
  }

  body {
    font-size: 16px;
  }

  .desk {
    display: block !important;
  }

  .button b {
    font-size: 24px;
  }
  .button span {
    font-size: 14px;
  }

  .head {
    background-image: url("../img/bg1_d.jpg");
    background-size: cover;
    padding: 70px 0 50px;
  }
  .head:before, .head:after {
    height: 150px;
  }
  .head__title span {
    font-size: 70px;
  }
  .head__box {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
    margin: 0 auto 40px;
  }
  .head .slider--box {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
  }
  .head__item {
    margin-left: auto;
    height: 107px;
  }
  .head__item--left {
    width: 97px;
    height: auto;
  }
  .head__item--right {
    font-size: 14px;
    width: 280px;
  }
  .head__ico--1 {
    width: 67px;
    height: 67px;
  }
  .head__ico--2 {
    width: 70px;
    height: 64px;
  }
  .head__ico--3 {
    width: 66px;
    height: 66px;
  }
  .head__ico--4 {
    width: 67px;
    height: 67px;
  }
  .head__ico--bg {
    width: 130px;
    height: 102px;
  }
  .head__button {
    position: relative;
  }
  .head__button .button {
    z-index: 4;
  }
  .head__product--desk {
    display: table-cell;
    vertical-align: middle;
  }
  .head__product--desk1 {
    position: relative;
    max-width: none;
    margin-left: -15px;
    z-index: 5;
    height: 480px;
  }
  .head__product--desk2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 200px;
    margin-top: -30px;
    z-index: 1;
  }
  .head__product--desk3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 100px;
  }
  .head__button .head__product--desk {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 0;
    width: 100%;
  }

  .discovery {
    padding: 100px 0 50px;
    overflow: hidden;
  }
  .discovery:before {
    width: 1180px;
    height: 1180px;
    margin-right: -200px;
  }
  .discovery__img--decor {
    width: 52px;
    animation-name: gem1-3;
  }
  .discovery__img--desk1:after {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    margin: -14px -24px 0 0;
  }

  .benefits {
    padding: 70px 0 50px;
    position: relative;
  }
  .benefits__title .mark {
    display: block;
  }
  .benefits__subtitle {
    margin-bottom: 70px;
  }
  .benefits__img {
    display: none !important;
    position: absolute;
    top: 20px;
    bottom: 0;
  }
  .benefits__img img {
    max-height: 100%;
    max-width: none;
  }
  .benefits__img--left {
    right: 50%;
  }
  .benefits__img--right {
    left: 50%;
  }
  .benefits__cell:first-child {
    padding-right: 50px;
  }
  .benefits__cell:last-child {
    padding-left: 50px;
  }

  .works {
    padding: 70px 0 50px;
  }
  .works__table {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 1324px;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .works__table:before {
    top: 260px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 5%, #fff 15%, #fff 85%, rgba(255, 255, 255, 0) 95%);
  }
  .works__cell {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 240px;
  }
  .works__delimiter {
    width: 31px;
  }
  .works__delimiter:before {
    display: block !important;
    top: 250px;
    bottom: auto;
  }
  .works__delimiter:after {
    display: none;
  }
  .works__delimiter--dop + div {
    padding-top: 0;
  }
  .works__cup {
    top: 110px;
    bottom: auto;
    left: -48px;
  }
  .works__label {
    bottom: auto;
    top: 245px;
    left: auto;
    right: 15px;
  }
  .works__decor {
    width: 661px;
    margin-left: 40px;
    transform: translateX(-50%);
  }

  .composition {
    position: relative;
    padding: 70px 0 50px;
  }

  .expert {
    padding: 70px 0 50px;
  }

  .use {
    padding: 70px 0 50px;
  }
  .use__title .mark {
    display: block;
  }
  .use .slider--box {
    width: auto;
  }
  .use__slider {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .use__item {
    display: table-cell;
    vertical-align: top;
  }

  .reviews {
    padding: 70px 0 50px;
  }

  .pre-order {
    padding: 70px 0 50px;
    background-image: url("../img/bg.JPG");
    background-size: cover;
  }
  .pre-order__slider {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .pre-order__item {
    display: table-cell;
    vertical-align: top;
  }
  .pre-order__item:not(:last-child):before {
    width: 46px;
    top: 146px;
    margin-left: 126px;
  }
  .pre-order__item:not(:last-child):after {
    top: 142px;
    margin-left: 170px;
  }
  .pre-order__item:nth-child(2) .pre-order__circle:after {
    animation-delay: 3s;
  }
  .pre-order__item:nth-child(3) .pre-order__circle:after {
    animation-delay: 6s;
  }
  .pre-order__img {
    margin: 9px auto 40px;
    width: 234px;
    height: 234px;
  }
  .pre-order__circle {
    width: 252px;
    height: 252px;
    margin-left: -126px;
  }
  .pre-order__circle:after {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    transform: translate(-50%, -50%) rotateZ(0) translate(126px, 0) rotateZ(0);
    animation-name: preOrder2;
    opacity: 0;
  }
  .pre-order__text {
    max-width: 252px;
  }

  .order__arrow--left:before, .order__arrow--right:before {
    background-image: url("../img/bg1_d.jpg");
  }
  .order__cell:last-child {
    width: 40%;
  }

  .decor {
    display: block;
    position: absolute;
  }
  .decor img {
    max-width: none;
  }
  .decor--box {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .decor--item1 {
    bottom: 25px;
    right: 50%;
    margin-right: 430px;
  }
  .decor--item2 {
    top: 30px;
    left: 50%;
    margin-left: 450px;
  }
  .decor--item3 {
    top: 100px;
    right: 50%;
    margin-right: 450px;
    filter: blur(5px);
  }
  .decor--item3 > img {
    width: 150px;
  }
  .decor--item4 {
    bottom: 100px;
    left: 50%;
    margin-left: 610px;
    filter: blur(3px);
  }
  .decor--item4 > img {
    width: 100px;
  }
  .decor--item5 {
    top: 50px;
    right: 50%;
    margin-right: 500px;
    filter: blur(7px);
  }
  .decor--item5 > img {
    width: 100px;
  }
  .decor--item6 {
    top: 130px;
    right: 50%;
    margin-right: 430px;
  }
  .decor--item6 > img {
    width: 400px;
  }
  .decor--item7 {
    bottom: -100px;
    left: 50%;
    margin-left: 500px;
  }
  .decor--item8 {
    top: 130px;
    left: 50%;
    margin-left: 370px;
    filter: blur(3px);
  }
  .decor--item8 > img {
    width: 50px;
  }
  .decor--item9 {
    top: 50px;
    left: 50%;
    margin-left: 500px;
    filter: blur(3px);
  }
  .decor--item9 > img {
    width: 30px;
  }
  .decor--item10 {
    bottom: 70px;
    right: 50%;
    margin-right: 430px;
    filter: blur(3px);
  }
  .decor--item10 > img {
    width: 50px;
  }
  .decor--img1 {
    animation: globe linear 60s infinite;
  }
  .decor--img2 {
    width: 86px;
    height: 82px;
    top: 50%;
    left: 50%;
    margin: -41px 0 0 -43px;
  }
  .decor--img2 img {
    animation: globe1 linear 60s infinite;
  }
  .decor--img3 {
    animation: globe1 linear 60s infinite;
  }
  .decor--img4 {
    width: 66px;
    height: 62px;
    top: 50%;
    left: 50%;
    margin: -31px 0 0 -33px;
  }
  .decor--img4 img {
    animation: globe linear 60s infinite;
  }
  .decor--img5 {
    animation: globe1 linear 60s infinite;
  }
  .decor--img6 {
    animation: globe linear 60s infinite;
  }
  .decor--img7 {
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
  }
  .decor--img7 img {
    animation: globe linear 60s infinite;
  }
  .new-pre-order__img {
    bottom: 20px;
    left: 40px;
    border-radius: initial;
	  max-width: 100%;
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .content {
    width: 1170px;
  }

  .discovery__title {
    width: 70%;
    margin: 0 auto 40px;
  }
  .discovery__img--decor {
    animation-name: gem1-4;
  }
  .discovery__cell:first-child {
    padding-right: 20px;
  }
  .discovery__cell:last-child {
    padding-left: 20px;
  }

  .benefits__table {
    width: 80%;
    margin: 0 auto 40px;
  }
  .benefits__img {
    top: 50px;
    display: block !important;
  }
  .benefits__img--left {
    margin-right: 450px;
  }
  .benefits__img--right {
    margin-left: 450px;
  }

  .works__table {
    width: 1564px;
  }
  .works__table:before {
    top: 300px;
  }
  .works__cell {
    width: 280px;
  }
  .works__img {
    width: 280px;
  }
  .works__delimiter {
    width: 41px;
  }
  .works__delimiter:before {
    top: 295px;
  }
  .works__cup {
    top: 152px;
    left: -43px;
  }
  .works__smile {
    right: 15px;
    margin-bottom: -65px;
  }

  .composition .slider--box {
    position: relative;
  }
  .composition .slider--box:before {
    position: absolute;
    content: "";
    top: 200px;
    left: 50%;
    margin-left: -206px;
    width: 471px;
    height: 486px;
    background: url("../img/keto-matcha.png") center no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .composition__slider {
    position: relative;
    z-index: 2;
  }
  .composition__img {
    position: relative;
  }
  .composition__img svg {
    display: block;
    position: absolute;
    width: 395px;
    height: 187px;
  }
  .composition__img img {
    position: relative;
  }
  .composition__item--1 svg {
    top: 100%;
    left: 100%;
    margin: -80px 0 0 -80px;
  }
  .composition__item--2 svg {
    top: 100%;
    right: 100%;
    transform: scale(-1, 1);
    margin: -77px -107px 0 0;
  }
  .composition__item--3 svg {
    bottom: 100%;
    left: 100%;
    margin: 0 0 -174px -178px;
    transform: scale(1, -1) rotateZ(-15deg);
  }
  .composition__item--4 svg {
    bottom: 100%;
    right: 100%;
    margin: 0 -141px -154px 0;
    transform: scale(-1, -1) rotateZ(-20deg);
  }
  .composition__item:nth-child(2n+1) {
    padding-right: 220px;
    text-align: left;
  }
  .composition__item:nth-child(2n+1) .composition__img {
    margin-left: 0;
  }
  .composition__item:nth-child(5) .composition__img {
    margin: 0 auto;
  }
  .composition__item:nth-child(2n+1) .composition__text {
    text-align: left;
  }
  .composition__item:nth-child(2n) {
    padding-left: 220px;
    text-align: right;
  }
  .composition__item:nth-child(2n) .composition__img {
    margin-right: 0;
  }
  .composition__item:nth-child(2n) .composition__text {
    text-align: right;
  }

  .expert__item {
    width: 50%;
  }

  .reviews__box {
    text-align: center;
  }
  .reviews__item {
    width: 490px;
    text-align: left;
  }

  .order__table {
    padding-right: 10%;
  }
}
@media screen and (min-width: 1900px) {
  .expert {
    background-size: cover;
  }
}
@keyframes gem1-3 {
  0% {
    transform: rotate(0deg) translateX(36px) rotate(0deg);
  }
  25% {
    transform: rotate(90deg) translateX(28px) rotate(-90deg);
  }
  50% {
    transform: rotate(180deg) translateX(32px) rotate(-180deg);
  }
  75% {
    transform: rotate(270deg) translateX(50px) rotate(-270deg);
  }
  100% {
    transform: rotate(360deg) translateX(36px) rotate(-360deg);
  }
}
@keyframes gem1-4 {
  0% {
    transform: rotate(0deg) translateX(50px) rotate(0deg);
  }
  25% {
    transform: rotate(90deg) translateX(42px) rotate(-90deg);
  }
  50% {
    transform: rotate(180deg) translateX(46px) rotate(-180deg);
  }
  75% {
    transform: rotate(270deg) translateX(68px) rotate(-270deg);
  }
  100% {
    transform: rotate(360deg) translateX(50px) rotate(-360deg);
  }
}
@keyframes preOrder2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateZ(0) translate(126px, 0) rotateZ(0);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) rotateZ(360deg) translate(126px, 0) rotateZ(-1440deg);
  }
}
