@media (min-width: 1440px) {
  #daily-delicious .sec-title {
    font-size: calc(22px + (68 - 22)*(100vw - 375px)/(1920 - 375))
  }
}

@media (min-width: 2140px) {
  #daily-delicious .sec-title {
    font-size: calc(24px + (66 - 24)*(100vw - 375px)/(1920 - 375));
  }
}

#daily-delicious {
  overflow-y: hidden;
}

@media (max-width: 580px) {
  #daily-delicious {
    overflow-x: hidden;
  }
}

#daily-delicious .sec-title {
  color: #333f48;
  line-height: 1.25;
  font-weight: 400;
  font-family: 'bebasneuecyrillic';
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  #daily-delicious .mob-hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  #daily-delicious .desktop-hidden {
    display: none;
  }
}

#daily-delicious .span-bg span {
  display: inline-block;
  padding: 8px 14px 3px;
  background-color: #fa6926;
  border: 1px solid #fa6926;
}

#daily-delicious .span-bg span:first-of-type {
  padding-top: 16px;
}

#daily-delicious .span-bg.coral span {
  background-color: #f85274;
  border-color: #f85274;
}

@media (min-width: 768px) {
  #daily-delicious .span-bg span {
    padding: 14px 20px 3px;
  }

  #daily-delicious .span-bg span:first-of-type {
    padding-top: 20px;
  }
}

#daily-delicious .btn-play {
  -webkit-clip-path: polygon(0 1%, 0% 100%, 100% 50%);
          clip-path: polygon(0 1%, 0% 100%, 100% 50%);
  transform: translateX(4px);
}

#daily-delicious .video-img:hover .btn-big {
  transform: translate(-50%, -50%) scale(1.1);
}

#daily-delicious .animate-spin-custom {
  -webkit-animation: spin 20s linear infinite;
          animation: spin 20s linear infinite;
  zoom: 1.1;
}

#daily-delicious .span-bg {
  font-family: 'bebasneuecyrillic';
}

@media (min-width: 1280px) {
  #daily-delicious .span-bg {
    font-size: calc(26px + (80 - 26)*(100vw - 375px)/(1920 - 375));
    line-height: calc(26px + (88 - 26)*(100vw - 375px)/(1920 - 375));
  }
}

#daily-delicious .infinite-scroll-text {
  display: flex;
  font-size: 120px;
  -webkit-animation: scrollText 30s infinite linear;
          animation: scrollText 30s infinite linear;
}

@media (min-width: 1024px) {
  #daily-delicious .infinite-scroll-text {
    font-size: 260px;
    -webkit-animation: scrollText 35s infinite linear;
            animation: scrollText 35s infinite linear;
  }
}

@-webkit-keyframes scrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-50%);
  }
}

#daily-delicious .rcp-sec3 {
  background-image: url('/rcp/templates/daily-delicious-beauty-shake/images/bgSec-3.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#daily-delicious.safari .rcp-sec3 {
  background-attachment: scroll;
}

#daily-delicious .rcp-sec5 {
  background-color: #fdb2db;
  background-image: url('/rcp/templates/daily-delicious-beauty-shake/images/bgSec-5-girl.jpg');
  background-position: 92% 100%;
  background-repeat: no-repeat;
  background-size: 108%;
}

@media (min-width: 768px) {
  #daily-delicious .rcp-sec5 {
    background-attachment: fixed;
    background-position: 44% 72%;
    background-size: cover;
  }
}

@media (min-width: 1024px) {
  #daily-delicious .rcp-sec5 {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
  }
}

#daily-delicious .rcp-sec9-10 {
  background-image: url('/rcp/templates/daily-delicious-beauty-shake/images/bgSec-10new.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#daily-delicious.safari .rcp-sec9-10 {
  background-attachment: scroll;
}

#daily-delicious .rcp-sec14 .sec-title {
  color: #ffffff;
}

#daily-delicious .girlMob {
  background-image: url('/rcp/templates/daily-delicious-beauty-shake/images/girl-12.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -18px;
  margin-right: -18px;
}

#daily-delicious.safari .girlMob {
  background-attachment: scroll;
}

#daily-delicious .sec-shaker .img img {
  position: absolute;
  transition: all 1.3s ease 0.7s;
  width: 100%;
}

#daily-delicious.safari .sec-shaker .img img {
  transition: all 1.3s ease 0.3s;
}

#daily-delicious .sec-shaker .img .shaker-1 {
  top: 0;
}

#daily-delicious .sec-shaker .img .shaker-2 {
  top: 25%;
}

#daily-delicious .sec-shaker .img .shaker-3 {
  top: 60%;
}

#daily-delicious .sec-shaker .img .shaker-4 {
  top: 70%;
  width: 76%;
}

#daily-delicious .sec-shaker.visible .img .shaker-1 {
  top: 0;
  z-index: 102;
}

#daily-delicious .sec-shaker.visible .img .shaker-2 {
  top: 10%;
  z-index: 100;
}

#daily-delicious .sec-shaker.visible .img .shaker-3 {
  top: 8%;
  z-index: 101;
}

#daily-delicious .sec-shaker.visible .img .shaker-4 {
  top: 35%;
  z-index: 100;
  width: 100%;
}

@media (min-width: 480px) {
  #daily-delicious .sec-shaker .img img {
    width: 60%;
  }

  #daily-delicious .sec-shaker.visible .img .shaker-4 {
    top: 35%;
    width: 60%;
  }
}

@media (min-width: 640px) {
  #daily-delicious .sec-shaker .img img {
    width: 50%;
  }

  #daily-delicious .sec-shaker.visible .img .shaker-4 {
    top: 32%;
    width: 60%;
  }
}

@media (min-width: 1024px) {
  #daily-delicious .sec-shaker .img img {
    width: 70%;
  }

  #daily-delicious .sec-shaker.visible .img .shaker-4 {
    top: 38%;
    width: 68%;
  }
}

#daily-delicious-overlay {
  -webkit-animation: transVisibility .4s ease;
          animation: transVisibility .4s ease;
}

@-webkit-keyframes transVisibility {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes transVisibility {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.daily-delicious-modal {
  visibility: hidden;
  opacity: 0;
  transition: all .55s;
  pointer-events: none;
}

.daily-delicious-modal.opened {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#daily-delicious .modal-enter {
  -webkit-animation: scaleUp 0.55s;
          animation: scaleUp 0.55s;
}

#daily-delicious .modal-leave {
  -webkit-animation: scaleDown 0.55s;
          animation: scaleDown 0.55s;
}

@-webkit-keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px) translateX(-50%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px) translateX(-50%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translateY(-50%) translateX(-50%);
    opacity: 1;
  }
}

@-webkit-keyframes scaleDown {
  0% {
    transform: scale(1) translateY(-50%) translateX(-50%);
    opacity: 1;
  }

  100% {
    transform: scale(0.8) translateY(1000px) translateX(-50%);
    opacity: 0;
  }
}

@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(-50%) translateX(-50%);
    opacity: 1;
  }

  100% {
    transform: scale(0.8) translateY(1000px) translateX(-50%);
    opacity: 0;
  }
}

#daily-delicious .mdi-heart-outline {
  line-height: 1;
}

.daily-delicious-modal .images {
  width: 66%;
  margin-bottom: 20px;
}

.daily-delicious-modal .images .milk {
  background-color: #ffffff;
}

.daily-delicious-modal .images .soy {
  background-color: #dbb18f;
  left: 45%;
}

.daily-delicious-modal .images .whey {
  background-color: #f2c99d;
  left: 89%;
}

.daily-delicious-modal .images > div {
  width: calc(33% + 50px);
  aspect-ratio: 1;
}

@supports not (aspect-ratio: 1 / 1) {
  .daily-delicious-modal .images {
    position: relative;
  }

  .daily-delicious-modal .images:after {
    content: '';
    display: block;
    padding-bottom: 41%;
  }

  .daily-delicious-modal .images > div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
}

@media (min-width: 768px) {
  .daily-delicious-modal .images {
    width: 100%;
    margin-bottom: 16px;
  }

  .daily-delicious-modal .images > div {
    width: calc(33% + 35px);
  }

  .daily-delicious-modal .images .soy {
    left: calc(33% - 20px);
  }

  .daily-delicious-modal .images .whey {
    left: calc(66% - 40px);
  }
}

#daily-delicious .strela {
  line-height: 0;
}

#daily-delicious .buy-button:hover .strela {
  transform: translateX(16px);
}

#daily-delicious .preanim {
  transition: all .3s ease;
  opacity: 0;
  transform: translateY(50px);
}

#daily-delicious .preanim.active {
  opacity: 1;
  transform: none;
}

#daily-delicious img, #daily-delicious video {
  max-width: 100%;
  height: auto;
}

#daily-delicious.lang-ro .sec-shaker {
  display: none;
}

#daily-delicious img.max-w-verisol {
  max-width: 180px;
}

@media (min-width: 768px) {
  #daily-delicious .rcp-sec6 .image img {
    max-width: 500px;
  }
}

@supports not (aspect-ratio: 3 / 2) {
  #daily-delicious .productImageBig_cell img {
    width: 100%;
    height: 100%;
  }
}

/* Tailwind CLI - npx tailwindcss -i ./css/style.css -o ./css/output.css --watch
https://tailwindcss.com/docs/installation */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  
}

.container {
  width: 100%
}

@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px
  }
}

.visible {
  visibility: visible
}

.static {
  position: static
}

.fixed {
  position: fixed
}

.absolute {
  position: absolute
}

.relative {
  position: relative
}

.sticky {
  position: -webkit-sticky;
  position: sticky
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px
}

.top-6 {
  top: 1.5rem
}

.right-6 {
  right: 1.5rem
}

.top-1\/2 {
  top: 50%
}

.left-1\/2 {
  left: 50%
}

.top-0 {
  top: 0px
}

.-left-4 {
  left: -1rem
}

.left-1\/4 {
  left: 25%
}

.bottom-4 {
  bottom: 1rem
}

.top-16 {
  top: 4rem
}

.right-0 {
  right: 0px
}

.bottom-0 {
  bottom: 0px
}

.z-1000 {
  z-index: 1000
}

.z-40 {
  z-index: 40
}

.z-0 {
  z-index: 0
}

.z-10 {
  z-index: 10
}

.z-20 {
  z-index: 20
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.col-span-3 {
  grid-column: span 3 / span 3
}

.col-span-2 {
  grid-column: span 2 / span 2
}

.col-span-8 {
  grid-column: span 8 / span 8
}

.mx-auto {
  margin-left: auto;
  margin-right: auto
}

.mb-4 {
  margin-bottom: 1rem
}

.mb-1 {
  margin-bottom: 0.25rem
}

.mb-2 {
  margin-bottom: 0.5rem
}

.mb-6 {
  margin-bottom: 1.5rem
}

.mb-8 {
  margin-bottom: 2rem
}

.ml-3 {
  margin-left: 0.75rem
}

.mb-5 {
  margin-bottom: 1.25rem
}

.ml-2 {
  margin-left: 0.5rem
}

.mr-3 {
  margin-right: 0.75rem
}

.mb-10 {
  margin-bottom: 2.5rem
}

.mb-12 {
  margin-bottom: 3rem
}

.mt-1 {
  margin-top: 0.25rem
}

.ml-auto {
  margin-left: auto
}

.mb-3 {
  margin-bottom: 0.75rem
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.flex {
  display: flex
}

.grid {
  display: grid
}

.hidden {
  display: none
}

.aspect-square {
  aspect-ratio: 1 / 1
}

.h-full {
  height: 100%
}

.h-8 {
  height: 2rem
}

.h-20 {
  height: 5rem
}

.h-7 {
  height: 1.75rem
}

.h-450px {
  height: 450px
}

.h-6 {
  height: 1.5rem
}

.h-10 {
  height: 2.5rem
}

.h-600px {
  height: 600px
}

.max-h-96 {
  max-height: 24rem
}

.max-h-girlMob {
  max-height: 400px
}

.w-full {
  width: 100%
}

.w-8 {
  width: 2rem
}

.w-1 {
  width: 0.25rem
}

.w-2\/3 {
  width: 66.666667%
}

.w-20 {
  width: 5rem
}

.w-7 {
  width: 1.75rem
}

.w-6 {
  width: 1.5rem
}

.w-40 {
  width: 10rem
}

.w-10 {
  width: 2.5rem
}

.min-w-popupMin {
  min-width: 320px
}

.max-w-lg {
  max-width: 32rem
}

.max-w-5xl {
  max-width: 64rem
}

.max-w-screen-xl {
  max-width: 1280px
}

.max-w-md {
  max-width: 28rem
}

.max-w-btnBuy {
  max-width: 230px
}

.max-w-xl {
  max-width: 36rem
}

.max-w-verisol {
  max-width: 180px
}

.flex-\[0_0_4px\] {
  flex: 0 0 4px
}

.flex-\[0_0_14px\] {
  flex: 0 0 14px
}

.flex-\[0_0_40px\] {
  flex: 0 0 40px
}

.flex-\[0_0_72px\] {
  flex: 0 0 72px
}

.flex-grow {
  flex-grow: 1
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-x-1\/4 {
  --tw-translate-x: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
  cursor: pointer
}

.list-inside {
  list-style-position: inside
}

.list-disc {
  list-style-type: disc
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr))
}

.flex-col {
  flex-direction: column
}

.place-items-center {
  place-items: center
}

.items-start {
  align-items: flex-start
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.gap-6 {
  gap: 1.5rem
}

.overflow-hidden {
  overflow: hidden
}

.overflow-y-auto {
  overflow-y: auto
}

.rounded-full {
  border-radius: 9999px
}

.border {
  border-width: 1px
}

.border-solid {
  border-style: solid
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity))
}

.border-mainColor {
  --tw-border-opacity: 1;
  border-color: rgb(51 63 72 / var(--tw-border-opacity))
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity))
}

.bg-milkColor {
  --tw-bg-opacity: 1;
  background-color: rgb(240 235 225 / var(--tw-bg-opacity))
}

.bg-popupSic {
  --tw-bg-opacity: 1;
  background-color: rgb(250 105 38 / var(--tw-bg-opacity))
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-baseColor {
  --tw-bg-opacity: 1;
  background-color: rgb(250 105 38 / var(--tw-bg-opacity))
}

.bg-coral {
  --tw-bg-opacity: 1;
  background-color: rgb(248 82 116 / var(--tw-bg-opacity))
}

.bg-transparent {
  background-color: transparent
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover
}

.object-center {
  -o-object-position: center;
     object-position: center
}

.p-4 {
  padding: 1rem
}

.p-3 {
  padding: 0.75rem
}

.p-flexSmall {
  padding: calc(70px + (200 - 70)*(100vw - 370px)/(1920 - 370))
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem
}

.pt-0 {
  padding-top: 0px
}

.pt-12 {
  padding-top: 3rem
}

.pb-12 {
  padding-bottom: 3rem
}

.pl-3 {
  padding-left: 0.75rem
}

.pr-1 {
  padding-right: 0.25rem
}

.pr-5 {
  padding-right: 1.25rem
}

.pb-48 {
  padding-bottom: 12rem
}

.pl-0 {
  padding-left: 0px
}

.pb-32 {
  padding-bottom: 8rem
}

.text-center {
  text-align: center
}

.font-bebasCyrillic {
  font-family: bebasneuecyrillic
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.font-normal {
  font-weight: 400
}

.uppercase {
  text-transform: uppercase
}

.tracking-3px {
  letter-spacing: 3px
}

.tracking-widest {
  letter-spacing: 0.1em
}

.text-mainColor {
  --tw-text-opacity: 1;
  color: rgb(51 63 72 / var(--tw-text-opacity))
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.text-milkColor {
  --tw-text-opacity: 1;
  color: rgb(240 235 225 / var(--tw-text-opacity))
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline
}

.underline-offset-2 {
  text-underline-offset: 2px
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.duration-150 {
  transition-duration: 150ms
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1)
}

@media (min-width: 640px) {
  .sm\:-bottom-4 {
    bottom: -1rem
  }

  .sm\:col-span-6 {
    grid-column: span 6 / span 6
  }

  .sm\:w-56 {
    width: 14rem
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr))
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .sm\:p-28 {
    padding: 7rem
  }

  .sm\:pb-96 {
    padding-bottom: 24rem
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
}

@media (min-width: 768px) {
  .md\:left-0 {
    left: 0px
  }

  .md\:order-2 {
    order: 2
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem
  }

  .md\:mb-12 {
    margin-bottom: 3rem
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem
  }

  .md\:ml-4 {
    margin-left: 1rem
  }

  .md\:mb-8 {
    margin-bottom: 2rem
  }

  .md\:mb-0 {
    margin-bottom: 0px
  }

  .md\:mr-5 {
    margin-right: 1.25rem
  }

  .md\:mb-20 {
    margin-bottom: 5rem
  }

  .md\:mb-16 {
    margin-bottom: 4rem
  }

  .md\:h-600px {
    height: 600px
  }

  .md\:h-9 {
    height: 2.25rem
  }

  .md\:max-h-girlLaptop {
    max-height: 800px
  }

  .md\:w-9 {
    width: 2.25rem
  }

  .md\:w-auto {
    width: auto
  }

  .md\:min-w-popupMax {
    min-width: 720px
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .md\:gap-8 {
    gap: 2rem
  }

  .md\:gap-6 {
    gap: 1.5rem
  }

  .md\:p-8 {
    padding: 2rem
  }

  .md\:p-40 {
    padding: 10rem
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem
  }

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .md\:pr-16 {
    padding-right: 4rem
  }

  .md\:pt-20 {
    padding-top: 5rem
  }

  .md\:pr-12 {
    padding-right: 3rem
  }

  .md\:pt-16 {
    padding-top: 4rem
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem
  }

  .md\:text-biggestTitle {
    font-size: calc(68px + (108 - 68)*(100vw - 500px)/(1920 - 500));
    line-height: calc(74px + (112 - 74)*(100vw - 500px)/(1920 - 500))
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
  }

  .md\:text-9xl {
    font-size: 8rem;
    line-height: 1
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute
  }

  .lg\:-bottom-16 {
    bottom: -4rem
  }

  .lg\:order-1 {
    order: 1
  }

  .lg\:order-2 {
    order: 2
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9
  }

  .lg\:mr-12 {
    margin-right: 3rem
  }

  .lg\:ml-0 {
    margin-left: 0px
  }

  .lg\:mb-0 {
    margin-bottom: 0px
  }

  .lg\:block {
    display: block
  }

  .lg\:max-h-full {
    max-height: 100%
  }

  .lg\:w-auto {
    width: auto
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr))
  }

  .lg\:gap-12 {
    gap: 3rem
  }

  .lg\:gap-10 {
    gap: 2.5rem
  }

  .lg\:object-contain {
    -o-object-fit: contain;
       object-fit: contain
  }

  .lg\:p-28 {
    padding: 7rem
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .lg\:pt-8 {
    padding-top: 2rem
  }

  .lg\:pb-8 {
    padding-bottom: 2rem
  }

  .lg\:pr-28 {
    padding-right: 7rem
  }

  .lg\:pb-48 {
    padding-bottom: 12rem
  }

  .lg\:pl-4 {
    padding-left: 1rem
  }

  .lg\:pr-20 {
    padding-right: 5rem
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .lg\:text-260 {
    font-size: 260px
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }
}

@media (min-width: 1280px) {
  .xl\:mr-28 {
    margin-right: 7rem
  }

  .xl\:h-750px {
    height: 750px
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
  }
}

@media (min-width: 1536px) {
  .\32xl\:max-w-screen-2xl {
    max-width: 1536px
  }
}
