/*==============================================================================================*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

form,
p {
  margin: 0;
  padding: 0;
}

.h {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

*|*:-moz-any-link:focus {
  outline: none;
}

img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}

/*a{cursor: pointer;}*/
table img {
  max-width: none;
}

/*==============================================================================================*/

/*bold*/
@font-face {
  font-family: "cera_pro";
  src: url("font/cerapro-bold-webfont.eot");
  src: local("☺"), url("font/cerapro-bold-webfont.woff2") format("woff2"),
    url("font/cerapro-bold-webfont.ttf") format("truetype"),
    url("font/cerapro-bold-webfont.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

/*light*/
@font-face {
  font-family: "cera_pro";
  src: url("font/cerapro-light-webfont.eot");
  src: local("☺"), url("font/cerapro-light-webfont.woff2") format("woff2"),
    url("font/cerapro-light-webfont.ttf") format("truetype"),
    url("font/cerapro-light-webfont.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

/*reg*/
@font-face {
  font-family: "cera_pro";
  src: url("font/cerapro-regular-webfont.eot");
  src: local("☺"), url("font/cerapro-regular-webfont.woff2") format("woff2"),
    url("font/cerapro-regular-webfont.ttf") format("truetype"),
    url("font/cerapro-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #fff;
  /* min-width: 428px; */
  position: relative;
}

body,
td {
  color: #2f2f2f;
  font-family: "cera_pro", Tahoma, Arial;
  font-size: 18px;
  line-height: 120%;
}

b,
strong {
  font-weight: 700;
}

a {
  font-family: "cera_pro", Tahoma, Arial;
  font-size: inherit;
  line-height: inherit;
  color: #2f2f2f;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

p {
  margin-top: 26px;
}

p:first-child {
  margin-top: 0;
}

ul,
ol {
  margin: 0 0 0 29px;
  padding: 0;
}

/* TODO заменить */
li {
  margin: 0 0 0 13px;
  padding: 0;
}

/* TODO заменить */
label {
  cursor: none;
}

/*
input,select,textarea{display: block;padding: 0 3px;height: 52px;line-height: normal;margin: 25px 0 0;background: transparent;font-size: 21px;color: #000;font-family: "Circle",Tahoma,Arial,Verdana,sans-serif;border: none;position: relative;box-sizing: border-box;-webkit-appearance: none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
select{padding: 5px 0 4px 5px;height: auto;}
textarea{resize:none;padding-top: 14px;display: block;overflow-y:auto;height: 210px;overflow: hidden !important;-ms-overflow-style:none}
button:focus{outline:none;}
img[align="left"]{margin: 0 16px 30px 0;}
img[align="right"]{margin: 0 0 30px 16px;}
img[align="center"]{margin: 0 0 30px 0;}
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 64px 0 0 0;
  color: #2f2f2f;
  line-height: normal;
  font-weight: 900;
  font-family: "cera_pro", Tahoma, Arial, Verdana, sans-serif;
}

h1,
h2,
h3 {
  font-size: 100px;
  line-height: 93px;
}

h3 {
  font-size: 56px;
  font-weight: 700;
  color: #d77158;
}

h4 {
  font-size: 26px;
}

h5,
h6 {
  font-size: 16px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

/* input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #707070;
  padding: 0;
  margin: 0;
  display: block;
  font-family: "Roboto", Tahoma, Arial;
  font-size: 18px;
  color: #707070;
  transition: border-color 0.3s ease, color 0.3s ease;
} 
input[type="text"]:focus {
  border-color: #fff;
  color: #fff;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #000 inset;
  -webkit-text-fill-color: #fff;
  font-family: "Roboto", Tahoma, Arial;
  font-size: 18px;
}*/
/*==========================================================================================================*/

header {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.75s ease;
  user-select: none;
}

.firstload header {
  opacity: 1;
}

header .center {
  /* width: calc(1920px - (119px * 2)); */
  width: 100%;
  box-sizing: border-box;
  padding: 0 120px;
  margin: 0 auto;
  position: relative;
  min-height: 65px;
  /* transition: opacity 0.2s ease, background 0.2s ease; */
}

header .center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease, background 0.2s ease;
}

header.scrolled .center::before {
  opacity: 0.95;
  background: #fff;
  background-blend-mode: screen;
}

header .logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s ease, opacity 0.2s ease 0.05s;
}

header.scrolled .logo {
  visibility: visible;
  opacity: 1;
}

header .logo img {
  width: 122px;
  height: auto;
}

header .list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  max-width: calc(100% - (122px * 2));
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  transition: transform 0.2s ease;
  position: absolute;
  right: calc(120px - 24px);
  /* transform: translateX(-50vw) translateX(50%) translateX(-120px) translateX(24px); */
  transform: translate3d(-50vw, 0, 0) translate3d(50%, 0, 0)
    translate3d(120px, 0, 0) translate3d(-24px, 0, 0);
}

header.scrolled .list {
  transform: translate3d(0, 0, 0);
}

header .list li {
  padding: 21px 0;
  margin: 0 24px;
}

header .list li a {
  color: #fff;
  opacity: 0.6;
  line-height: normal;
  transition: opacity 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  display: inline-block;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}

header.scrolled .list li a {
  color: #2f2f2f;
}

body:not(.touch) header .list li a:hover {
  opacity: 1;
}

body:not(.touch) header.scrolled .list li a:hover {
  opacity: 0.6;
  /* border-bottom: 1px solid #e5007d; */
}
body:not(.touch) header.scrolled .list li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e5007d;
  transition: width 0.2s ease;
}
body:not(.touch) header.scrolled .list li a:hover:before {
  width: 100%;
}

header.scrolled .list li a:active {
  color: #e5007d;
}

header .x {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border: none;
  /* background-color: rgba(0, 0, 0, 0.2); */
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

header .x:active {
  outline: none;
}

header .x .menu {
  display: none;
  stroke: #fff;
  transition: opacity 0.2s ease;
}

body:not(.touch) header .x:hover .menu {
  opacity: 0.4;
}

header.scrolled .x .menu {
  stroke: #e5007d;
}

header .x .close {
  display: none;
  margin: -10px;
  stroke: #e5007d;
  transition: opacity 0.2s ease;
}

body:not(.touch) header .x:hover .close {
  opacity: 0.4;
}

#screen1 {
  position: relative;
  width: 100%;
  /* height: 960px; */
  height: 100vh;
  height: 100dvh;
  height: 100svh;
  background: url(./screen1/bg.png) no-repeat;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

#screen1 .left {
  position: absolute;
  left: -226px;
  /* bottom: 57px; */
  top: 50%;
  width: 795px;
  height: 766px;
  background: url(./screen1/left.svg) no-repeat;
  background-position: 50%;
  background-size: contain;

  opacity: 0;
  transform: translateY(-50%) translateY(78px) translateX(-10%);
  transition: opacity 1.25s ease 0.25s, transform 1.25s ease 0.25s;
}

#screen1 .right {
  position: absolute;
  right: -226px;
  /* bottom: 57px; */
  top: 50%;
  width: 795px;
  height: 766px;
  background: url(./screen1/right.svg) no-repeat;
  background-position: 50%;
  background-size: contain;

  opacity: 0;
  transform: translateY(-50%) translateY(78px) translateX(10%);
  transition: opacity 1.25s ease 0.25s, transform 1.25s ease 0.25s;
}

#screen1.inview .left,
#screen1.inview .right {
  opacity: 1;
  transform: translateY(-50%) translateY(78px);
}

#screen1 .frame {
  background: url(./screen1/frame.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1201px;
  height: 696px;

  opacity: 0;
  transform: translateY(-50%) translateX(-50%) translateY(calc(474px / 2 / 3))
    translateY(10%);
  transition: opacity 1s ease, transform 1s ease;
}

#screen1.inview .frame {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) translateY(calc(474px / 2 / 3));
}

#screen1 .frame .bottle {
  position: absolute;
  left: -120px;
  bottom: 20px;
  width: 486px;
  height: 658px;
  background: url(./screen1/bottle.png) no-repeat;
  background-position: 50%;
  background-size: contain;

  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 0.75s ease 1.5s, transform 0.75s ease 1.5s;
}

#screen1 .frame .diagramm {
  position: absolute;
  right: -153px;
  top: -170px;
  width: 521px;
  height: 512px;
  background: url(./screen1/diagramm.png) no-repeat;
  background-position: 50%;
  background-size: contain;

  opacity: 0;
  transform: translateX(10%);
  transition: opacity 0.75s ease 1.5s, transform 0.75s ease 1.5s;
}

#screen1.inview .frame .bottle,
#screen1.inview .frame .diagramm {
  opacity: 1;
  transform: none;
}

#screen1 .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 82.83px;
  line-height: 100%;
  color: #fff;
  font-weight: 300;
  width: 1050px;
  margin: 0 auto;
  overflow: hidden;
  /* padding: 145px 0 100px; */
  padding: 98px 0 100px;
}

#screen1.inview .text div {
  white-space: nowrap;
}

#screen1 .text *:nth-child(1) {
  white-space: nowrap;
  overflow: hidden;

  opacity: 0;
  transform: translate3d(0, 5%, 0);
  transition: opacity 0.75s ease 0.5s, transform 0.75s ease 0.5s;
}
#screen1.inview .text *:nth-child(1) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#screen1 .text *:nth-child(2) {
  margin-top: 14px;
  font-size: 148.572px;

  opacity: 0;
  transform: translate3d(0, 5%, 0);
  transition: opacity 0.75s ease 1s, transform 0.75s ease 1s;
}
#screen1.inview .text *:nth-child(2) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#screen1 .text *:nth-child(3) {
  margin-top: 64px;
  font-size: 34px;
  line-height: 120%;
  text-align: center;
  font-weight: 400;

  opacity: 0;
  transform: translate3d(0, 5%, 0);
  transition: opacity 0.75s ease 1.5s, transform 0.75s ease 1.5s;
}
#screen1.inview .text *:nth-child(3) {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/*
#screen1 .text {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 82.83px;
  line-height: 100%;
  color: #fff;
  font-weight: 300;
  max-width: 600px;
  overflow: hidden;
  margin: 0 auto;

  opacity: 0;
  transform: translate3d(0, 5%, 0);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen1.inview .text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

#screen1.inview .text span {
  white-space: nowrap;
}

#screen1 .text *:nth-child(1) {
  white-space: nowrap;
  overflow: hidden;
}

#screen1 .text *:nth-child(2) {
  font-size: 148.572px;
}

#screen1 .text * + * {
  margin-top: 14px;
}
*/

#screen2 {
  position: relative;
  width: 100%;
  min-height: 666px;
  overflow: hidden;
}

#screen2 .right {
  background: url(./screen2/right.png) no-repeat;
  /* background-position: 50%; */
  background-size: contain;
  width: calc(1360px - 314px - 20px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;

  opacity: 0;
  transition: opacity 0.75s ease;
}

#screen2.inview .right {
  opacity: 1;
}

#screen2 .center {
  width: calc(1920px - (358px * 2));
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: space-between;
}

#screen2 .bottle {
  position: relative;
  width: 534px;
  height: 523px;
  margin: 83px 16px 0 0;

  opacity: 0;
  transform: translateX(10%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen2.inview .bottle {
  opacity: 1;
  transform: translateX(0);
}

#screen2 .content {
  width: 400px;
  padding-top: 114px;
  padding-bottom: 40px;
}

#screen2 .content > * {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen2 .content > *:nth-child(2) {
  transition-delay: 0.05s;
}

#screen2 .content > *:nth-child(3) {
  transition-delay: 0.3s;
}

#screen2.inview .content > * {
  opacity: 1;
  transform: translateY(0);
}

#screen2 .content .h4 {
  font-size: 50px;
  font-weight: 300;
  color: #e5007d;
  line-height: 100%;
  overflow: hidden;
}

#screen2 .content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-top: 25px;
  overflow: hidden;
}

#screen2 .content .text p {
  margin: 15px 0 0;
  padding: 0;
}

#screen2 .content .if {
  margin-top: 33px;
  padding: 30px 40px;
  width: 385px;
  box-sizing: border-box;
  border-radius: 36px;
  background: #fafafa;
  box-shadow: 0px 13px 25px 0px rgba(210, 45, 124, 0.13);
  color: #e5007d;
  overflow: hidden;
}

#screen3 {
  position: relative;
  min-height: 746px;
  background: #f4f4f4;
  overflow: hidden;
}

#screen3 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1218px;
  height: 1218px;
  background: url(./screen3/infographic.svg) no-repeat;
  background-position: 50%;
  background-size: contain;

  opacity: 0;
  /* transform: translateY(10%); */
  transition: opacity 0.75s ease 0.2s;
}

#screen3.inview .bg {
  opacity: 1;
}

#screen3 .content {
  width: 517px;
  margin: 243px auto;
  text-align: center;
  position: relative;
}

#screen3 .content > * {
  opacity: 0;
  transform: translateY(2vh);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen3 .content > *:nth-child(2) {
  transition-delay: 0.1s;
}

#screen3 .content > *:nth-child(3) {
  transition-delay: 0.2s;
}

#screen3 .content > *:nth-child(4) {
  transition-delay: 0.3s;
}

#screen3.inview .content > * {
  opacity: 1;
  transform: translateY(0);
}

#screen3 .content .h5 {
  color: #e5007d;
  font-size: 40px;
  font-weight: 300;
  line-height: 100%;
  max-height: 120px;
  overflow: hidden;
}

#screen3 .content .text {
  width: 460px;
  margin: 23px auto 0;
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  max-height: 43.19px;
  overflow: hidden;
}

#screen3 .content .watch {
  position: relative;
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  padding: 15px 28px;
  border-radius: 70px;
  background: linear-gradient(157deg, #fd6b23 0%, #e93946 100%),
    linear-gradient(0deg, #e5007d 0%, #e5007d 100%),
    linear-gradient(157deg, #fd6b23 0%, #e93946 100%);
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#screen3 .content .watch2 {
  background: #b5b5b5 !important;
}

#screen3 .content .watch:before {
  /* display: none; */
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #fff;
  border-radius: 70px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* body:not(.touch) #screen3 .content .watch:hover:before,
#screen3 .content .watch:active:before {
  opacity: 1;
} */

#screen3 .content .watch span {
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease, background-image 0.3s ease;
}

/* body:not(.touch) #screen3 .content .watch:hover {
  color: #2f2f2f;
} */

/* #screen3 .content .watch:active span {
  background-color: #fd6b23;
  background-image: linear-gradient(157deg, #fd6b23 0%, #e93946 100%),
    linear-gradient(0deg, #e5007d 0%, #e5007d 100%),
    linear-gradient(157deg, #fd6b23 0%, #e93946 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
} */

#screen4 {
  position: relative;
  width: 100%;
  min-height: 535px;
  overflow: hidden;
}

#screen4 .left {
  background: url(./screen4/left.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 886px;
  height: 881px;
  position: absolute;
  left: 0;
  top: 0;

  opacity: 0;
  transition: opacity 0.75s ease;
}

#screen4.inview .left {
  opacity: 1;
}

#screen4 .center {
  width: calc(1920px - (432px * 2));
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: space-between;
}

#screen4 .box {
  position: relative;
  width: 558px;
  height: auto;
  margin: 54px 0 0 40px;

  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen4.inview .box {
  opacity: 1;
  transform: translateX(0);
}

#screen4 .content {
  width: 414px;
  padding-top: 192px;
}

#screen4 .content > * {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen4 .content > *:nth-child(2) {
  transition-delay: 0.05s;
}

#screen4 .content > *:nth-child(3) {
  transition-delay: 0.1s;
}

#screen4 .content > *:nth-child(4) {
  transition-delay: 0.15s;
}

#screen4 .content > *:nth-child(5) {
  transition-delay: 0.2s;
}

#screen4 .content > *:nth-child(6) {
  transition-delay: 0.25s;
}

#screen4.inview .content > * {
  opacity: 1;
  transform: translateY(0);
}

#screen4 .content .h4 {
  font-size: 50px;
  font-weight: 300;
  color: #e5007d;
  line-height: 100%;
  overflow: hidden;
}

#screen4 .content .text {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

#screen4 .content .text p {
  margin: 15px 0 0;
  padding: 0;
}

#screen4 .content .text b,
#screen4 .content .text strong {
  color: #e5007d;
  font-weight: 400;
}

#screen5 {
  background: #f4f4f4;
  position: relative;
  width: 100%;
  min-height: 706px;
  overflow: hidden;
}

#screen5 .bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateX(-41px);
  width: 1889px;
  height: 706px;
  background: url(./screen5/bg.svg) no-repeat;
  background-position: 50%;
  background-size: contain;
}

#screen5 .center {
  width: 1202px;
  margin: 0 auto;
  position: relative;
  padding: 91px 0 0;
}

#screen5 .center .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  width: 371px;

  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen5.inview .center .text {
  opacity: 1;
  transform: translateY(0);
  overflow: hidden;
}

#screen5 .center .text p {
  margin: 15px 0 0;
  padding: 0;
}

#screen5 .center .text p:first-child {
  margin-top: 0;
}

#screen5 .center .text b,
#screen5 .center .text strong {
  color: #e5007d;
  font-weight: 400;
}

#screen5 .center .list {
  list-style: none;
  margin: 40px 0 95px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 26px;
}

#screen5 .center .list li {
  padding: 0;
  margin: 0;
  height: 194px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0px 13px 25px 0px rgba(210, 45, 124, 0.13);

  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen5 .center .list li:nth-child(2) {
  transition-delay: 0.05s;
}

#screen5 .center .list li:nth-child(3) {
  transition-delay: 0.1s;
}

#screen5 .center .list li:nth-child(4) {
  transition-delay: 0.15s;
}

#screen5 .center .list li:nth-child(5) {
  transition-delay: 0.5s;
}

#screen5 .center .list li:nth-child(6) {
  transition-delay: 0.55s;
}

#screen5 .center .list li:nth-child(7) {
  transition-delay: 0.6s;
}

#screen5 .center .list li:nth-child(8) {
  transition-delay: 0.65s;
}

#screen5.inview .center .list li {
  opacity: 1;
  transform: translateY(0);
}

#screen5 .center .list li .img1 {
  max-width: none;
  margin: -4px 0 25px -22px;
}

#screen5 .center .list li .img2 {
  max-width: none;
  margin: 6px 0 12px 0px;
}

#screen5 .center .list li .img3 {
  max-width: none;
  margin: -6px 0 23px 0px;
}

#screen5 .center .list li .img4 {
  max-width: none;
  margin: 10px 0 20px 0px;
}

#screen5 .center .list li .img5 {
  max-width: none;
  margin: 7px 0 26px 0px;
}

#screen5 .center .list li .img6 {
  max-width: none;
  margin: 10px 0 28px 0px;
}

#screen5 .center .list li .img7 {
  max-width: none;
  margin: 2px 0 22px 0px;
}

#screen5 .center .list li .img8 {
  max-width: none;
  margin: 0px 0 19px 0px;
}

#screen5 .center .list li span {
  color: #e5007d;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  max-height: 46px;
  overflow: hidden;
  max-width: 90%;
}

#screen6 {
  position: relative;
  width: 100%;
  min-height: 700px;
  overflow: hidden;
}

#screen6 .left {
  background: url(./screen6/left.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 878px;
  height: 575px;
  position: absolute;
  left: 0;
  bottom: 0;

  opacity: 0;
  transition: opacity 0.75s ease;
}

#screen6 .right {
  background: url(./screen6/right.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 794px;
  height: 700px;
  position: absolute;
  right: 0;
  top: 0;

  opacity: 0;
  transition: opacity 0.75s ease;
}

#screen6.inview .left,
#screen6.inview .right {
  opacity: 1;
}

#screen6 .center {
  width: 1202px;
  margin: 0 auto;
  position: relative;
  padding: 90px 0 93px;
}

#screen6 .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 26px;
}

#screen6 .grid .box {
  padding: 35px 99px;
  border-radius: 36px;
  background: #fafafa;
  box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.1);

  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen6.inview .grid .box {
  opacity: 1;
  transform: translateY(0);
}

#screen6 .grid .title {
  color: #e5007d;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  overflow: hidden;
}

#screen6 .grid .text {
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

#screen6 .grid .text p {
  margin: 15px 0 0;
  padding: 0;
}

#screen6 .center .mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  width: 1202px;
  position: relative;
  padding: 61.5px 333px 60.5px 333px;
  border-radius: 36px;
  background: url(./screen6/bg.png) no-repeat;
  background-position: 50%;
  background-size: cover;
  box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;

  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.75s ease 0.5s, transform 0.75s ease 0.5s;
}

#screen6.inview .center .mail {
  opacity: 1;
  transform: translateY(0);
}

#screen6 .center .mail .text {
  width: 536px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

#screen6 .center .mail .button {
  margin-top: 15px;
  color: #e5007d;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  padding: 15px 28px;
  border-radius: 70px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%),
    linear-gradient(157deg, #fd6b23 0%, #e93946 100%);
  border: 1px solid #fff;
  transition: box-shadow 0.3s ease;
}

body:not(.touch) #screen6 .center .mail .button:hover {
  box-shadow: 0px 7px 7px 0px #e93747;
}

#screen6 .center .mail .button:active,
body:not(.touch) #screen6 .center .mail .button:active {
  box-shadow: none;
}

#screen6 .center .mail .button span {
  display: inline-block;
  position: relative;
}
#screen6 .center .mail .button span span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #fd6b23;
  background-image: linear-gradient(157deg, #fd6b23 0%, #e93946 100%),
    linear-gradient(0deg, #e5007d 0%, #e5007d 100%),
    linear-gradient(157deg, #fd6b23 0%, #e93946 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  transition: opacity 0.3s ease;
}

#screen6 .center .mail .button:active span span,
body:not(.touch) #screen6 .center .mail .button:hover span span,
body:not(.touch) #screen6 .center .mail .button:active span span {
  opacity: 1;
}

#screen6 .center .mail .envelope {
  position: absolute;
  top: -40px;
  right: -3px;
  background: url(./screen6/envelope.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 277px;
  height: 268px;

  opacity: 0;
  transform: translateY(-10%);
  transition: opacity 0.75s ease 1.25s, transform 0.75s ease 1.25s;
}

#screen6 .center .mail .bell {
  position: absolute;
  bottom: -90px;
  left: 50px;
  background: url(./screen6/bell.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 201px;
  height: 209px;

  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.75s ease 1.25s, transform 0.75s ease 1.25s;
}

#screen6.inview .center .mail .envelope,
#screen6.inview .center .mail .bell {
  opacity: 1;
  transform: translateY(0);
}

#screen7 {
  position: relative;
  width: 100%;
  min-height: 750px;
  overflow: hidden;
  background: url(./screen7/bg.png) no-repeat;
  background-position: 50%;
  background-size: cover;
}

#screen7 .center {
  width: calc(1920px - (359px * 2));
  margin: 0 auto;
  position: relative;
  padding: 70px 0 55px;

  overflow: hidden;
}

#screen7 .center .title {
  width: 415px;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  line-height: 90%;

  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen7.inview .center .title {
  opacity: 1;
  transform: translateY(0);
}

#screen7 .center .list {
  list-style: none;
  margin: 40px auto 0;
  width: 974px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 50px 37px;
}

#screen7 .center .list li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  background: #fafafa;
  box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.1);
  height: 220px;

  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen7 .center .list li:nth-child(2) {
  transition-delay: 0.05s;
}

#screen7 .center .list li:nth-child(3) {
  transition-delay: 0.1s;
}

#screen7 .center .list li:nth-child(4) {
  transition-delay: 0.4s;
}

#screen7 .center .list li:nth-child(5) {
  transition-delay: 0.45s;
}

#screen7 .center .list li:nth-child(6) {
  transition-delay: 0.5s;
}

#screen7.inview .center .list li {
  opacity: 1;
  transform: translateY(0);
}

#screen7 .center .list li .img1 {
  margin: -38px 0 -20px 0;
  width: 267px;
}

#screen7 .center .list li .img2 {
  margin: -48px 0 -7px 92px;
  width: 221px;
}

#screen7 .center .list li .img3 {
  margin: -64px 0 5px -82px;
  width: 218px;
}

#screen7 .center .list li .img4 {
  margin: -68px 0 -21px 0px;
  width: 291px;
}

#screen7 .center .list li .img5 {
  margin: -74px 0 0px -6px;
  width: 141px;
}

#screen7 .center .list li .img6 {
  max-width: none;
  width: 318px;
  height: auto;
  margin: -102px 0 0px -8px;
}

#screen7 .center .list span {
  color: var(--pink, #e5007d);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  word-wrap: break-word;
  max-width: 100%;
  max-height: 46px;
  overflow: hidden;
}

#screen8 {
  position: relative;
  width: 100%;
  min-height: 625px;
  overflow: hidden;
}

#screen8 .right {
  background: url(./screen8/right.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 1142px;
  height: 475px;
  position: absolute;
  right: 30px;
  top: 0;

  opacity: 0;
  transition: opacity 0.75s ease;
}

#screen8.inview .right {
  opacity: 1;
}

#screen8 .center {
  width: calc(1920px - (358px * 2));
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  justify-content: space-between;
}

#screen8 .img {
  max-width: none;
  position: relative;
  width: 1281px;
  height: 625px;
  margin: 0 0 0 -301px;
  background: url(./screen8/img.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  flex-shrink: 0;

  opacity: 0;
  transform: translateX(4%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen8.inview .img {
  opacity: 1;
  transform: translateX(0);
}

#screen8 .content {
  width: 572px;
  padding-top: 87px;
  padding-bottom: 60px;
  flex-shrink: 0;
  position: relative;
}

#screen8 .content > * {
  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen8 .content > *:nth-child(2) {
  transition-delay: 0.05s;
}

#screen8 .content > *:nth-child(3) {
  transition-delay: 0.3s;
}

#screen8.inview .content > * {
  opacity: 1;
  transform: translateY(0);
}

#screen8 .content .h4 {
  font-size: 50px;
  font-weight: 300;
  color: #e5007d;
  line-height: 120%;
  overflow: hidden;
}

#screen8 .content .text {
  width: 427px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

#screen8 .content .text p {
  margin: 32px 0 0;
  padding: 0;
}

#screen8 .content .if {
  margin-top: 30px;
  padding: 30px 40px;
  width: 456px;
  box-sizing: border-box;
  border-radius: 36px;
  background: #fafafa;
  box-shadow: 0px 13px 25px 0px rgba(210, 45, 124, 0.13);
  color: #e5007d;
  overflow: hidden;
}

#screen9 {
  background: #f4f4f4;
  position: relative;
  width: 100%;
  min-height: 629px;
  overflow: hidden;
}

#screen9 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1682px;
  height: 629px;
  background: url(./screen9/bg.svg) no-repeat;
  background-position: 50%;
  background-size: contain;
}

#screen9 .center {
  width: 680px;
  margin: 0 auto;
  position: relative;
  padding: 61px 0;
}

#screen9 .center .list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 28px;
}

#screen9 .center .list li {
  padding: 0 40px 4px;
  margin: 0;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  background: #fff;
  box-shadow: 0px 13px 25px 0px rgba(210, 45, 124, 0.13);
  box-sizing: border-box;

  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen9 .center .list li:nth-child(2) {
  transition-delay: 0.05s;
}

#screen9 .center .list li:nth-child(3) {
  transition-delay: 0.3s;
}

#screen9 .center .list li:nth-child(4) {
  transition-delay: 0.35s;
}

#screen9.inview .center .list li {
  opacity: 1;
  transform: translateY(0);
}

#screen9 .center .list li .title {
  color: #e5007d;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
}

#screen9 .center .list li .text {
  margin-top: 2px;
  color: #2f2f2f;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  max-width: 100%;
  overflow: hidden;
}

#screen9 .center .list li .text b,
#screen9 .center .list li .text strong {
  font-weight: 400;
  color: #e5007d;
}

#screen9 .center .list li .text p {
  margin-top: 15px;
}

#screen10 {
  position: relative;
  width: 100%;
  padding: 80px 0 58px;
  overflow: hidden;
}

#screen10 .mail {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: 1202px;
  position: relative;
  padding: 46.5px 333px 48.5px 333px;
  border-radius: 36px;
  background: url(./screen6/bg.png) no-repeat;
  background-position: 50%;
  background-size: cover;
  box-shadow: 0px 13px 25px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;

  opacity: 0;
  transform: translateY(10%);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

#screen10.inview .mail {
  opacity: 1;
  transform: none;
}

#screen10 .mail .text {
  width: 536px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
}

#screen10 .mail .button {
  margin-top: 15px;
  color: #e5007d;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  padding: 15px 28px;
  border-radius: 70px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%),
    linear-gradient(157deg, #fd6b23 0%, #e93946 100%);
  border: 1px solid #fff;
  transition: box-shadow 0.3s ease;
}

body:not(.touch) #screen10 .mail .button:hover {
  box-shadow: 0px 7px 7px 0px #e93747;
}

#screen10 .mail .button:active,
body:not(.touch) #screen10 .mail .button:active {
  box-shadow: none;
}

#screen10 .mail .button span {
  display: inline-block;
  position: relative;
}
#screen10 .mail .button span span {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #fd6b23;
  background-image: linear-gradient(157deg, #fd6b23 0%, #e93946 100%),
    linear-gradient(0deg, #e5007d 0%, #e5007d 100%),
    linear-gradient(157deg, #fd6b23 0%, #e93946 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  transition: opacity 0.3s ease;
}

#screen10 .mail .button:active span span,
body:not(.touch) #screen10 .mail .button:hover span span,
body:not(.touch) #screen10 .mail .button:active span span {
  opacity: 1;
}

#screen10 .mail .img1 {
  position: absolute;
  top: -40px;
  left: -4px;
  background: url(./screen10/img1.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 260px;
  height: 224px;

  opacity: 0;
  transform: translateX(-10%);
  transition: opacity 0.75s ease 0.75s, transform 0.75s ease 0.75s;
}

#screen10 .mail .img2 {
  position: absolute;
  bottom: -114px;
  right: 32px;
  background: url(./screen10/img2.png) no-repeat;
  background-position: 50%;
  background-size: contain;
  width: 320px;
  height: 224px;

  opacity: 0;
  transform: translateX(10%);
  transition: opacity 0.75s ease 0.75s, transform 0.75s ease 0.75s;
}

#screen10.inview .mail .img1,
#screen10.inview .mail .img2 {
  opacity: 1;
  transform: translateX(0);
}

footer {
  width: 100%;
}

footer .center {
  /* width: 1730px; */
  /* margin: 0 auto; */
  padding: 0 95px;
  display: flex;
  flex-direction: row;
}

footer .center .logo {
  margin: 35px 0 32px;
  line-height: 0;
  font-size: 0;
  display: flex;
  flex-shrink: 0;
}

footer .center .logo img {
  width: 197px;
  height: auto;
  vertical-align: top;
  margin: 0;
}

footer .center .text {
  color: #a1a1a1;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin: 57px 0 45px 21px;
  flex-shrink: 0;
}

footer .center .but {
  margin: 52px 0 32px auto;
  opacity: 1;
  max-width: 700px;
  flex-shrink: 1;
}

footer .center .but a {
  opacity: 0.5;
  transition: 0.5s;
}
footer .center .but a:hover {
  opacity: 1;
}

footer .center .adress {
  margin: 53px 0 32px auto;
  color: #2f2f2f;
  font-size: 25px;
  font-weight: 300;
  line-height: normal;
  opacity: 0.5;
  white-space: nowrap;
  max-width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  flex-shrink: 1;
  padding-left: 15px;
}

/* #### <1900 */
@media screen and (max-width: 1899px) {
  #screen1 .frame {
    background: url(./screen1/frame1440.png) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 1003px;
    height: 575px;

    transform: translateY(-50%) translateX(-50%) translateY(calc(376px / 2 / 3))
      translateY(10%);
  }

  #screen1.inview .frame {
    transform: translateY(-50%) translateX(-50%) translateY(calc(376px / 2 / 3));
  }

  #screen1 .frame .bottle {
    left: -109px;
    bottom: 2px;
    width: 413px;
    height: 558px;
    background: url(./screen1/bottle1440.png) no-repeat;
    background-position: 50%;
    background-size: contain;
  }

  #screen1 .frame .diagramm {
    right: -133px;
    top: -142px;
    width: 435px;
    height: 428px;
    background: url(./screen1/diagramm1440.png) no-repeat;
    background-position: 50%;
    background-size: contain;
  }

  #screen1 .text {
    font-size: 71.6px;
    line-height: 100%;
    width: 876px;
    padding: 78px 0 100px;
  }

  #screen1 .text *:nth-child(2) {
    margin-top: 14px;
    font-size: 128.43px;
  }

  #screen1 .text *:nth-child(3) {
    margin-top: 50px;
    font-size: 28.82px;
    line-height: 120%;
  }

  #screen2 .right {
    right: auto;
    left: calc(50% - 80px);
  }

  #screen4 .left {
    left: auto;
    right: calc(50% + 75px);
  }

  #screen6 .left {
    left: auto;
    right: calc(50% + 85px);
  }

  #screen6 .right {
    right: auto;
    left: calc(50% + 135px);
  }

  #screen8 .right {
    right: auto;
    left: calc(50% - 220px);
  }

  footer .center {
    padding: 0 120px;
  }
}

/* #### <1440 */
@media screen and (max-width: 1439px) {
  header .x {
    display: block;
    margin-right: 25px;
  }

  header .center {
    padding: 0;
    min-height: 75px;
  }

  header .logo {
    margin-left: 25px;
  }

  header .list {
    display: none;
  }

  header .x .menu {
    display: block;
  }

  header.openmenu .x .menu {
    display: none;
  }

  header.openmenu .x .close {
    display: block;
  }

  header.openmenu .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    margin: 0;
    transform: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    max-width: none;
    background-color: #fff;
    overflow: auto;
  }

  header.openmenu .list li {
    padding: 0;
    margin: 64px 0;
    width: 374px;
    overflow: hidden;
    flex-shrink: 0;
  }

  header.openmenu .list li a {
    font-size: 48.086px;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
    border-bottom: none;
    color: #2f2f2f;
  }

  header.openmenu .list li a,
  header.scrolled.openmenu .list li a {
    color: #2f2f2f;
  }
  header.scrolled.openmenu .list li a:before {
    display: none;
  }

  body:not(.touch) header.openmenu .list li a:hover {
    opacity: 0.6;
    border-bottom: none;
    color: #e5007d;
  }

  #screen1 .left {
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-10%);
    width: 571px;
    height: 341px;
    background: url(./screen1/left768.svg) no-repeat;
    background-position: 50%;
  }

  #screen1 .right {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%) translateY(10%);
    width: 571px;
    height: 361px;
    background: url(./screen1/right768.svg) no-repeat;
    background-position: 50%;
  }

  #screen1.inview .left,
  #screen1.inview .right {
    opacity: 1;
    transform: translateX(-50%);
  }

  @media screen and (max-height: 1024px) {
    #screen1 .left {
      top: auto;
      /* bottom: 683px; */
      bottom: 67vh;
    }

    #screen1 .right {
      bottom: auto;
      /* top: 666px; */
      top: 65vh;
    }
  }

  #screen1 .frame {
    background: url(./screen1/frame768.png) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 768px;
    height: 702px;

    transform: translateY(-50%) translateX(-50%) translateY(calc(397px / 2 / 3))
      translateY(10%);
  }

  #screen1.inview .frame {
    transform: translateY(-50%) translateX(-50%) translateY(calc(397px / 2 / 3));
  }

  #screen1 .frame .bottle {
    left: 0px;
    bottom: -4px;
    width: 271px;
    height: 421px;
    background: url(./screen1/bottle768.png) no-repeat;
    background-position: 50%;
    background-size: contain;
  }

  #screen1 .frame .diagramm {
    right: 0px;
    top: -180px;
    width: 316px;
    height: 382px;
    background: url(./screen1/diagramm768.png) no-repeat;
    background-position: 50%;
    background-size: contain;
  }

  #screen1 .text {
    font-size: 63.7px;
    line-height: 100%;
    width: 715px;
    padding: 155px 0 100px;
  }
  #screen1 .text *:nth-child(2) {
    margin-top: 12px;
    font-size: 114.3px;
  }
  #screen1 .text *:nth-child(3) {
    margin-top: 43px;
    font-size: 25.6px;
    line-height: 120%;
  }

  #screen2 {
    min-height: 612px;
  }

  #screen2 .center {
    width: calc(768px - (26px * 2));
  }

  #screen2 .content {
    width: 394px;
    flex-shrink: 0;
    padding-top: 93px;
  }

  #screen2 .content .text {
    margin-top: 19px;
  }

  #screen2 .bottle {
    width: 443px;
    margin: 143px 0 0 17px;
    flex-shrink: 0;
    height: 441px;
  }

  #screen3 {
    min-height: 1024px;
  }

  #screen3 .bg {
    width: 1190px;
    height: 1190px;
    background: url(./screen3/infographic768.svg) no-repeat;
    background-position: 50%;
    background-size: contain;
  }

  #screen3 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 388px auto 378px;
  }

  #screen4 .left {
    /* right: calc(50% + 75px); */
    right: calc(50% - 59px);
  }

  #screen4 .center {
    width: calc(768px - (26px * 2));
  }

  #screen4 .box {
    flex-shrink: 0;
    width: 482px;
    margin: 88px -22px 0 -27px;
  }

  #screen4 .content {
    padding-top: 169px;
    flex-shrink: 0;
    width: 283px;
  }

  #screen5 .bg {
    bottom: auto;
    top: 0;
    left: 0;
    background: url(./screen5/bg768.svg) no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    transform: none;
  }

  #screen5 .center {
    padding: 70px 0 0;
    width: calc(768px - (26px * 2));
  }

  #screen5 .center .list {
    margin: 40px auto 95px;
    width: 596px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 26px;
  }

  #screen5 .center .list li:nth-child(2) {
    transition-delay: 0.05s;
  }

  #screen5 .center .list li:nth-child(3) {
    transition-delay: 0.3s;
  }

  #screen5 .center .list li:nth-child(4) {
    transition-delay: 0.35s;
  }

  #screen5 .center .list li:nth-child(5) {
    transition-delay: 0.6s;
  }

  #screen5 .center .list li:nth-child(6) {
    transition-delay: 0.65s;
  }

  #screen5 .center .list li:nth-child(7) {
    transition-delay: 0.9s;
  }

  #screen5 .center .list li:nth-child(8) {
    transition-delay: 0.95s;
  }

  #screen6 .center {
    width: calc(768px - (26px * 2));
    padding: 78px 0 119px;
  }

  #screen6 .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 30px;
  }

  #screen6 .center .mail {
    width: 100%;
    margin-top: 84px;
    padding: 61.5px 90px 60.5px;
  }

  #screen6 .center .mail .envelope {
    top: -66px;
    right: -25px;
    background: url(./screen6/envelope768.png) no-repeat;
    background-size: contain;
    width: 197px;
    height: 226px;
  }

  #screen6 .center .mail .bell {
    bottom: -110px;
    left: -6px;
    /* background: url(./screen6/bell768.png) no-repeat; */
    background-size: contain;
    width: 194px;
    height: 202px;
  }

  #screen6 .left {
    right: calc(50% + -190px);
  }

  #screen7 .center {
    width: calc(768px - (26px * 2));
    padding: 70px 0 72px;
  }

  #screen7 .center .list {
    width: 596px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px 26px;
  }

  #screen7 .center .list span {
    line-height: normal;
  }

  #screen7 .center .list li {
    height: 208px;
  }

  #screen7 .center .list li .img1 {
    width: 252px;
    margin: -32px 0 -18px 0;
  }

  #screen7 .center .list li .img2 {
    width: 208px;
    margin: -40px 0 -8px 92px;
  }

  #screen7 .center .list li .img3 {
    width: 205px;
    margin: -54px 0 5px -82px;
  }

  #screen7 .center .list li .img4 {
    width: 275px;
    margin: -60px 0 -21px 0px;
  }

  #screen7 .center .list li .img6 {
    width: 313px;
  }

  #screen7 .center .list li:nth-child(2) {
    transition-delay: 0.05s;
  }

  #screen7 .center .list li:nth-child(3) {
    transition-delay: 0.3s;
  }

  #screen7 .center .list li:nth-child(4) {
    transition-delay: 0.35s;
  }

  #screen7 .center .list li:nth-child(5) {
    transition-delay: 0.6s;
  }

  #screen7 .center .list li:nth-child(6) {
    transition-delay: 0.65s;
  }

  #screen8 .right {
    background: url(./screen8/right768.png) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 616px;
    height: 658px;
    right: 0;
    left: auto;
  }

  #screen8 .center {
    width: calc(768px - (26px * 2));
    flex-wrap: wrap;
  }

  #screen8 .content {
    width: 427px;
    padding-top: 57px;
    padding-bottom: 0;
  }

  #screen8 .img {
    width: 768px;
    height: 353px;
    margin: 47px -26px 0;
    background: url(./screen8/img768.png) no-repeat;
    background-position: 50%;
    background-size: contain;
  }

  #screen9 .center {
    width: calc(768px - (26px * 2));
  }

  #screen9 .bg {
    top: 0;
    width: 100%;
    height: 100%;
    background: url(./screen9/bg768.svg) no-repeat;
    background-position: 50%;
    background-size: cover;
  }

  #screen10 {
    padding: 123px 0 115px;
  }

  #screen10 .mail {
    width: calc(768px - (26px * 2));
    padding: 61.5px 0;
  }

  #screen10 .mail .img1 {
    top: -106px;
    left: -12px;
    background: url(./screen10/img1768.png) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 207px;
    height: 282px;
  }

  #screen10 .mail .img2 {
    position: absolute;
    bottom: -115px;
    right: -14px;
    background: url(./screen10/img2768.png) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 251px;
    height: 168px;
  }

  footer .center {
    padding: 0 26px;
  }

  footer .center .logo {
    margin: 30px 0 27px;
  }

  footer .center .text {
    margin: 52px 0 40px 21px;
  }

  footer .center .adress {
    margin: 48px 0 27px auto;
  }
}

/* #### <768 */
@media screen and (max-width: 767px) {
  header.openmenu .list li {
    margin: 40px 0;
    width: 234px;
  }

  header.openmenu .list li a {
    font-size: 30px;
    line-height: normal;
  }

  #screen1 .left {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 320px;
    height: 205px;
    background: url(./screen1/left360.svg) no-repeat;
    background-position: 50%;
  }

  #screen1 .right {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 0);
    width: 320px;
    height: 206px;
    background: url(./screen1/right360.svg) no-repeat;
    background-position: 50%;
  }

  @media screen and (max-height: 640px) {
    #screen1 .left {
      bottom: 67.96vh;
    }

    #screen1 .right {
      top: 67.81vh;
    }
  }

  #screen1 .frame {
    background: url(./screen1/frame360.png) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 360px;
    height: 467px;

    transform: translateY(-50%) translateX(-50%) translateY(calc(244px / 2 / 3))
      translateY(10%);
  }

  #screen1.inview .frame {
    transform: translateY(-50%) translateX(-50%) translateY(calc(244px / 2 / 3));
  }

  #screen1 .frame .bottle {
    left: 0px;
    bottom: 18px;
    width: 128px;
    height: 189px;
    background: url(./screen1/bottle360.png) no-repeat;
    background-position: 50%;
    background-size: contain;
  }

  #screen1 .frame .diagramm {
    right: 0px;
    top: -70px;
    width: 179px;
    height: 207px;
    background: url(./screen1/diagramm360.png) no-repeat;
    background-position: 50%;
    background-size: contain;
  }

  #screen1 .text {
    font-size: 33.9px;
    line-height: 100%;
    width: 321px;
    padding: 124px 0 100px;
  }
  #screen1 .text *:nth-child(2) {
    margin-top: -6px;
    font-size: 60.8px;
    line-height: 100%;
  }
  #screen1 .text *:nth-child(3) {
    margin-top: 10px;
    font-size: 13.6px;
    line-height: 120%;
  }

  #screen2 .right {
    background: url(./screen2/right360.png) no-repeat;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    width: 360px;
    height: 488px;
    background-size: contain;
  }

  #screen2 .center {
    width: calc(360px - (20px * 2));
    flex-direction: column;
  }

  #screen2 .content {
    width: 100%;
    padding-top: 73px;
    padding-bottom: 0;
  }

  #screen2 .content .h4 {
    text-align: center;
    font-size: 40px;
  }

  #screen2 .content .text {
    text-align: center;
  }

  #screen2 .content .text p {
    margin-top: 10px;
  }

  #screen2 .content .if {
    width: 100%;
    text-align: center;
  }

  #screen2 .bottle {
    max-width: none;
    width: 388px;
    margin: 35px 0 -10px 23px;
    height: 380px;
  }

  #screen3 {
    min-height: 898px;
  }

  #screen3 .bg {
    width: 908px;
    height: 908px;
    background: url(./screen3/infographic360.svg) no-repeat;
    background-position: 50%;
    background-size: contain;
  }

  #screen3 .content {
    width: calc(360px - (20px * 2));
    margin: 383px auto 383px;
  }

  #screen3 .content .h5 {
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    max-height: 72px;
  }

  #screen3 .content .text {
    width: 96%;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    max-height: 64.78px;
  }

  #screen4 .left {
    background: url(./screen4/left360.png) no-repeat;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 360px;
    height: 602px;
    background-size: contain;
  }

  #screen4 .center {
    width: calc(360px - (10px * 2));
    flex-direction: column;
    justify-content: center;
  }

  #screen4 .box {
    max-width: none;
    width: 424px;
    order: 1;
    margin: 25px 0 -63px -29px;
  }

  #screen4 .content {
    text-align: center;
    width: 100%;
    padding-top: 67px;
  }

  #screen4 .content .h4 {
    font-size: 40px;
    line-height: normal;
  }

  #screen4 .content .text {
    margin-top: 13px;
  }

  #screen4 .content .text p {
    margin-top: 10px;
  }

  #screen5 .bg {
    background: url(./screen5/bg360.svg) no-repeat;
    background-position: 0 0;
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  #screen5 .center {
    width: calc(360px - (10px * 2));
  }

  #screen5 .center .text {
    width: 100%;
    text-align: center;
  }

  #screen5 .center .list {
    margin: 32px auto 65px;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 17px 19px;
  }

  #screen5 .center .list li {
    height: 130px;
    border-radius: 24.282px;
  }

  #screen5 .center .list li span {
    font-size: 12px;
    line-height: 100%;
    max-height: 24px;
  }

  #screen5 .center .list li .img1 {
    width: 48px;
    margin: -4px 0 19px -17px;
  }

  #screen5 .center .list li .img2 {
    width: 52px;
    margin: -2px 0 10px 0px;
  }

  #screen5 .center .list li .img3 {
    width: 50px;
    margin: -6px 0 17px 0px;
  }

  #screen5 .center .list li .img4 {
    width: 52px;
    margin: -2px 0 13px 0px;
  }

  #screen5 .center .list li .img5 {
    width: 54px;
    margin: 7px 0 21px 0px;
  }

  #screen5 .center .list li .img6 {
    width: 41px;
    margin: 10px 0 22px 0px;
  }

  #screen5 .center .list li .img7 {
    width: 46px;
    margin: -2px 0 18px 0px;
  }

  #screen5 .center .list li .img8 {
    width: 33px;
    margin: -4px 0 16px 0px;
  }

  #screen6 .left {
    background: url(./screen6/left360.png) no-repeat;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    width: 161px;
    height: 881px;
    background-size: cover;
  }

  #screen6 .right {
    background: url(./screen6/right360.png) no-repeat;
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    width: 311px;
    height: 710px;
    background-size: cover;
  }

  #screen6 .center {
    width: calc(360px - (10px * 2));
    padding: 82px 0 119px;
  }

  #screen6 .grid {
    grid-gap: 45px;
  }

  #screen6 .grid .box {
    padding: 40px;
    text-align: center;
  }

  #screen6 .center .mail {
    margin-top: 56px;
    padding: 91px 25px 85px;
  }

  #screen6 .center .mail .text {
    width: 100%;
  }

  #screen6 .center .mail .bell {
    bottom: -96px;
    left: -21px;
    /* background: url(./screen6/bell360.png) no-repeat; */
    width: 124px;
    height: 150px;
  }

  #screen6 .center .mail .envelope {
    top: -44px;
    right: -31px;
    background: url(./screen6/envelope360.png) no-repeat;
    background-size: contain;
    width: 169px;
    height: 191px;
  }

  #screen7 .center {
    width: calc(360px - (20px * 2));
  }

  #screen7 .center .title {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 90%;
  }

  #screen7 .center .list {
    margin: 60px auto 0;
    width: 284px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 30px;
  }

  #screen7 .center .list li {
    border-radius: 34px;
  }

  #screen7 .center .list li:nth-child(2) {
    transition-delay: 0.1s;
  }

  #screen7 .center .list li:nth-child(3) {
    transition-delay: 0.2s;
  }

  #screen7 .center .list li:nth-child(4) {
    transition-delay: 0.3s;
  }

  #screen7 .center .list li:nth-child(5) {
    transition-delay: 0.4s;
  }

  #screen7 .center .list li:nth-child(6) {
    transition-delay: 0.5s;
  }

  #screen8 .right {
    background: url(./screen8/right360.png) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 180px;
    height: 873px;
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
  }

  #screen8 .center {
    width: calc(360px - (20px * 2));
  }

  #screen8 .content {
    width: 100%;
    text-align: center;
  }

  #screen8 .content .h4 {
    font-size: 40px;
    line-height: 120%;
  }

  #screen8 .content .text {
    width: 100%;
  }

  #screen8 .content .if {
    padding: 30px 18px;
    width: 100%;
  }

  #screen8 .img {
    width: 560px;
    height: 401px;
    margin: -95px -120px 0;
    background: url(./screen8/img360.png) no-repeat;
    background-position: 50%;
    background-size: contain;
  }

  #screen9 .center {
    width: calc(360px - (20px * 2));
    padding: 70px 0;
  }

  #screen9 .center .list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 25px;
  }

  #screen9 .center .list li:nth-child(2) {
    transition-delay: 0.1s;
  }

  #screen9 .center .list li:nth-child(3) {
    transition-delay: 0.2s;
  }

  #screen9 .center .list li:nth-child(4) {
    transition-delay: 0.3s;
  }

  #screen10 {
    padding: 80px 0 54px;
  }

  #screen10 .mail {
    width: calc(360px - (20px * 2));
    padding: 90px 0;
  }

  #screen10 .mail .text {
    width: 100%;
    font-size: 20px;
    line-height: 120%;
  }

  #screen10 .mail .img1 {
    top: -40px;
    left: -20px;
    background: url(./screen10/img1360.png) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 148px;
    height: 172px;
  }

  #screen10 .mail .img2 {
    position: absolute;
    bottom: -106px;
    right: -20px;
    background: url(./screen10/img2360.png) no-repeat;
    background-position: 50%;
    background-size: contain;
    width: 183px;
    height: 164px;
  }

  footer .center {
    padding: 0 20px;
  }

  footer .center .text {
    display: none;
  }

  footer .center .logo {
    margin: 18px 0;
  }

  footer .center .logo,
  footer .center .logo img {
    width: 111px;
    height: 26px;
  }

  footer .center .but {
    display: none;
  }

  footer .center .adress {
    font-size: 18px;
    line-height: 100%;
    margin: 21px 0 15px auto;
  }
}
