* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow: hidden;
}
.lap-dn {
  display: none;
}
.fp-scrollable {
  -ms-overflow-style: none;  /* IE and Edge */
   scrollbar-width: none;  /* Firefox */
}
.fp-scrollable::-webkit-scrollbar {
  display: none;
}
.screen {
  position: relative;
  height: 100vh;
  width: 100vw;
  padding-top: 88px;
  overflow: hidden;
}
.absolute {
  position: absolute;
  display: block;
}
div.red, div.green {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
div.red {
  background-color: #EE2E24;
}
div.green {
  background-color: #13913E;
}
.content-title {
  position: relative;
  z-index: 10;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  line-height: 87px;
  color: #080F29;
}
.content-title-horizontal {
  position: relative;
  z-index: 10;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  color: #080F29;
}
.content-img__margin {
  margin-bottom: 8%;
}
.top-right {
  top: 0;
  right: 0;
}
.top-left {
  top: 0;
  left: 0;
}
.bottom-left {
  bottom: 0;
  left: 0;
}
.bottom-right {
  bottom: 0;
  right: 0;
}
/* party */
.party .top-right,
.party .bottom-left,
.party .bottom-right {
  transition: opacity 0.5s;
  opacity: 0;
  will-change: opacity;
}
.party.active .top-right {
  transition-delay: 0.9s;
  opacity: 1;
}
.party.active .bottom-left {
  transition-delay: 1s;
  opacity: 1;
}
.party.active .bottom-right {
  transition-delay: 1.1s;
  opacity: 1;
}
.animate__circle1 {
  transition: 0.6s;
  transition-delay: 0.7s;
  will-change: opacity, transform;
  opacity: 0;
  transform: scale(0);
  bottom: -110px;
  left: 40%;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}
.animate__circle2 {
  transition: 0.6s;
  transition-delay: 0.7s;
  will-change: opacity, transform;
  opacity: 0;
  transform: scale(0);
  top: -60px;
  right: 280px;  
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
}
.animate__circle3 {
  transition: 0.6s;
  transition-delay: 0.7s;
  will-change: opacity, transform;
  opacity: 0;
  transform: scale(0);
  top: 120px;
  right: 100px;
}
.party.active .animate__circle1,
.party.active .animate__circle2,
.party.active .animate__circle3 {
  opacity: 1;
  transform: scale(1);
}
.party-content-element {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.party-content-element .content-title {
  margin-left: 3%;
  position: absolute;
  will-change: right, transform;
  right: 200px;
  transform: scale(0);
}
.party.active .party-content-element .content-title {
  animation-delay: 0.6s;
  animation-duration: 1s;
  animation-name: partyTitle;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.party-content-element .ananas-wrapper {
  position: absolute;
  left: 0;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.ananas-wrapper .ananas-img {
  position: relative;
}
.ananas-wrapper img.ananas-bg {
  will-change: transform;
  transition: transform 0.5s;
  transition-delay: .6s;
  left: 65px;
  top: 0;
  transform: rotate(40deg);
}
.ananas-wrapper img.ananas {
  will-change: left, top, opacity;
  transition: 0.3s;
  transition-delay: 2.1s;
  left: -61%;
  top: 64%;
  opacity: 0;
}
.gift1 {
  will-change: left, top, opacity;
  top: 0;
  left: 70%;
  opacity: 0;
}
.gift2 {
  will-change: left, bottom, opacity;
  bottom: 26%;
  left: 30%;  
  opacity: 0;
}
.gift3 {
  will-change: top, opacity;
  top: 14%;
  opacity: 0;
}
.gift4 {
  will-change: right, top, opacity;
  right: -20%;
  top: 26%;
  opacity: 0;
}
.party.active .gift1{
  animation-name: fadeSalat;
  animation-delay: .9s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.party.active .gift2{
  animation-name: fadeSalat;
  animation-delay: 1.2s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.party.active .gift3{
  animation-name: fadeSalat;
  animation-delay: 1.4s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.party.active .gift4{
  animation-name: fadeSalat;
  animation-delay: 1.6s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.party.active .ananas-wrapper img.ananas-bg {
  transform: rotate(1440deg);
}
.party.active .ananas-wrapper img.ananas {
  left: -36%;
  top: 0;
  opacity: 1;
}
@keyframes partyTitle {
  0% {
    right: 200px;
    transform: scale(0);
  }
  10% {
    right: 200px;
    transform: scale(1);
  }
  20% {
    right: 200px;
    transform: scale(1);
  }
  30% {
    right: 200px;
    transform: scale(1);
  }
  70% {
    right: 200px;
    transform: scale(1);
  }
  100% {
    right: 105px;
    transform: scale(1);
  }
}
/* ----------------------------------- */
/* LOGOS */
.logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
}
.logos .logos-wrapper {
  will-change: background-position;
  display: flex;
  align-items: center;
  width: 480px;
  height: 160px;
  background-image: url(../assets/images/main/pi.svg),
                    url(../assets/images/main/flag01.png), 
                    url(../assets/images/main/A.svg), 
                    url(../assets/images/main/logos-heartPi.svg),
                    url(../assets/images/main/flag.png),
                    url(../assets/images/main/logos-heartA.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 117px 137px, 117px 137px, 117px 137px, 125px 137px, 105px 105px, 125px 137px;
  background-position: 0% 50%,
                       50% 50%,
                       100% 50%,
                       50% 1500%,
                       50% 1500%,
                       50% 1500%;
}
.logos.focused .logos-wrapper {
  animation-name: logosHearts;
  animation-timing-function: cubic-bezier(0.19, 0.7, 0.22, 1);
  animation-duration: 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.logos-heading {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.5s;
}
.logos.focused .logos-heading {
  transition-delay: 2.5s;
  opacity: 1;
}
@keyframes logosHearts {
  0% {
    background-position: 0% 50%,
                         50% 50%,
                         100% 50%,
                         50% 1500%,
                         50% 1500%,
                         50% 1500%;
  }
  40% {
    background-position: 0% -1500%,
                         50% -1500%,
                         1000% -1500%,
                         7% 27%,
                         50% 50%,
                         92% 23%;
  }
  70% {
    background-position: 0% -1500%,
                         50% -1500%,
                         1000% -1500%,
                         7% 27%,
                         50% 50%,
                         92% 23%;
  }
  100% {
    background-position: 0% -1500%,
                         50% -1500%,
                         1000% -1500%,
                         20% 27%,
                         50% 50%,
                         79% 23%;
  }
}
/* together not */
.tomato1 {
  bottom: 28%;
  left: 14%;
  opacity: 0;
}
.tomato2 {
  top: 10%;
  left: 20%;
  opacity: 0;
}
.tomato3 {
  top: 30%;
  left: 5%;
  opacity: 0;
}
.basil1 {
  left: 20%;
  top: 40%;  
  opacity: 0;
}
.basil2 {
  top: 20%;
  left: 11%;
  transform: rotate(230deg);
  opacity: 0;
}
.basil3 {
  left: 20%;
  top: 5%;
  transform: rotate(-50deg);
  opacity: 0;
}
.together.active .tomato1,
.together.active .tomato2,
.together.active .tomato3 {
  animation-name: fadeSalat;
  animation-delay: 1.2s;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
}
.together.active .basil1,
.together.active .basil2,
.together.active .basil3 {
  animation-name: fadeSalat;
  animation-delay: 0.6s;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
}
@keyframes fadeSalat {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.together .together-content-element {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.together-content-element > .screen-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.together-content-element .content-title {
  margin-left: 12%;
  opacity: 0;
  top: 0;
  position: relative;
}
.together.active .together-content-element .content-title {
  animation-delay: 0.6s;
  animation-duration: 0.6s;
  animation-name: titleJump;
  animation-fill-mode: forwards;
}
.together .screen-container {
  height: 100%;
}
.together .dog {
  opacity: 0;
  transition: 1s;
  position: relative;
  left: 71px;
}
.together.active .dog {
  transition-delay: 0.5s;
  opacity: 1;
  transform: rotate(1440deg);
}
.together .cat {
  transition: 0.8s;
  opacity: 0;
  top: 273px;
  left: 130px;
  transform: scale(0);
  position: absolute;
}
.together.active .cat {
  transition-delay: 0.5s;
  top: 0;
  left: 192px;
  opacity: 1;
  transform: scale(1);
}
.animate__circle4 {
  top: 30px;
  left: 34%;
  display: none;
}
.animate__circle5 {
  opacity: 0;
  transform: scale(0);
  left: 320px;
  bottom: 40px;
  width: 194px;
  height: 194px;
  border-radius: 50%;
}
.together.active .animate__circle5 {
  animation-delay: 0.6s;
  animation-duration: 0.6s;
  animation-name: scaleCircle;
  animation-fill-mode: forwards;
}
.animate__circle6 {
  opacity: 0;
  transform: scale(0);
  top: 55px;
  left: 65px;
}
.together.active .animate__circle6 {
  animation-delay: 0.6s;
  animation-duration: 0.6s;
  animation-name: scaleCircle;
  animation-fill-mode: forwards;
}
.animate__circle7 {
  opacity: 0;
  transform: scale(0);
  top: 20px;
  left: 50%;
}
.together.active .animate__circle7 {
  animation-delay: 0.6s;
  animation-duration: 0.6s;
  animation-name: scaleCircle;
  animation-fill-mode: forwards;
}
.together .top-right {
  width: 303px;
  height: 280px;
  transition: opacity 0.7s;
  opacity: 0;
  will-change: opacity;
}
.together.active .top-right {
  transition-delay: 0.9s;
  opacity: 1;
}
.together .top-right-img {
  opacity: 0;
  transform: scale(0);
  width: 242px;
  height: 242px;
  right: 0;
  top: -85px;
}
.together.active .top-right-img {
  animation-delay: 0.6s;
  animation-duration: 0.6s;
  animation-name: scaleCircle;
  animation-fill-mode: forwards;
}
.together .top-right .red:nth-child(1) {
  top: 5px;
  left: 52px;
}
.together .top-right .red:nth-child(2) {
  top: 13px;
  right: 172px;
}
.together .top-right .red:nth-child(3) {
  top: 130px;
  right: 63px;
}
.together .top-right .red:nth-child(4) {
  top: 164px;
  right: 33px;
}
.together .top-right .red:nth-child(5) {
  top: 59px;
  right: 194px;
}
.together .top-right .green:nth-child(1) {
  right: 17px;
  top: 191px;
}
.together .top-right .green:nth-child(2) {
  top: 97px;
  right: 166px;
}
.together .bottom-right {
  width: 325px;
  height: 223px;
  overflow: hidden;
  transition: opacity 0.7s;
  opacity: 0;
  will-change: opacity;
}
.together.active .bottom-right {
  transition-delay: 0.9s;
  opacity: 1;
}
.together .bottom-right-img {
  opacity: 0;
  transform: rotate(0deg) scale(0);
  width: 195px;
  height: 195px;
  right: 150px;
  bottom: 49px;
}
.together.active .bottom-right-img {
  animation-delay: 0.6s;
  animation-duration: 0.6s;
  animation-name: scaleRotateCircle;
  animation-fill-mode: forwards;
}
.together .bottom-right .red:nth-child(1) {
  bottom: 20px;
  right: 230px;
}
.together .bottom-right .red:nth-child(2) {
  bottom: 10px;
    right: 90px;
}
.together .bottom-right .red:nth-child(3) {
  bottom: 27px;
    right: 15px;
}
.together .bottom-right .green:nth-child(4) {
  bottom: 10px;
  right: 170px;
}
.together .bottom-right .green:nth-child(5) {
  bottom: 59px;
  right: 125px;
}
.together .bottom-right .green:nth-child(6) {
  bottom: 40px;
  right: 54px;
}
.together .bottom-right .green:nth-child(7) {
  bottom: 150px;
    right: 20px;
}

.together .bottom-left {
  width: 313px;
  height: 83px;
  overflow: hidden;
  transition: opacity 0.7s;
  opacity: 0;
  will-change: opacity;
}
.together .bottom-left .red:nth-child(1) {
  bottom: 55px;
  left: 82px;
}
.together .bottom-left .green:nth-child(2) {
  bottom: 41px;
  left: 54px;
}
.together .bottom-left .green:nth-child(3) {
  bottom: 55px;
  right: 0;
}
.together.active .bottom-left {
  transition-delay: 0.9s;
  opacity: 1;
}
@keyframes scaleCircle {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  25% {
    opacity: 0.7;
    transform: scale(0.9);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleRotateCircle {
  0% {
    opacity: 0;
    transform: rotate(-0deg) scale(0);
  }
  25% {
    opacity: 0.7;
    transform: rotate(-230deg) scale(0.7);
  }
  50% {
    opacity: 1;
    transform: rotate(-360deg) scale(1);
  }
  100% {
    opacity: 1;
    transform: rotate(-410deg) scale(1);
  }
}
@keyframes titleJump {
  0% {
    opacity: 0;
    top: 100px;
  }
  25% {
    opacity: 1;
    top: -200px;
  }
  50% {
    opacity: 1;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
/* present */
.present {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.present-wrapper {
  will-change: background-position;
  display: flex;
  align-items: center;
  width: 480px;
  height: 200px;
  background-image: url(../assets/images/main/pi.svg),
                    url(../assets/images/main/ZZ.svg), 
                    url(../assets/images/main/A.svg), 
                    url(../assets/images/main/present-baloon.svg),
                    url(../assets/images/main/present-zz.svg),
                    url(../assets/images/main/present-box.svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 117px 137px, 117px 137px, 117px 137px, 180px 180px, 65px 50px, 180px 180px;
  background-position: 0% 50%,
                       50% 50%,
                       100% 50%,
                       5% 1000%,
                       50% 1000%,
                       100% 1000%;
}
.present.active .present-wrapper {
  animation-name: presentHearts;
  animation-timing-function: cubic-bezier(0.19, 0.7, 0.22, 1);
  animation-duration: 2s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
.present-heading {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.5s;
}
.present.active .present-heading {
  transition-delay: 2.5s;
  opacity: 1;
}
@keyframes presentHearts {
  0% {
    background-position: 0% 50%,
                         50% 50%,
                         100% 50%,
                         5% 1000%,
                         50% 1000%,
                         100% 1000%;
  }
  40% {
    background-position: 0% -1500%, 50% -1500%, 100% -1500%,
    0% 0%, 50% 50%, 100% 10%
  }
  70% {
    background-position: 0% -1500%, 50% -1500%, 100% -1500%,
    0% 0%, 50% 50%, 100% 10%
  }
  100% {
    background-position: 0% -1500%, 50% -1500%, 100% -1500%,
    16% 0%, 50% 50%, 83% 10%
  }
}
/* relationship not */
.relationship-content-element {
  height: 100%;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: center;
}
.relationship-content-element .content-title {
  margin-left: 10%;
}
.relationship-content-element img.top {
  transition: 0.4s;
  transition-delay: 1s;
  left: 207px;
  top: 500px;
  opacity: 0;
  z-index: 1;
}
.relationship.active .relationship-content-element img.top{
  top: 114px;
  opacity: 1;
}
.relationship-content-images {
  position: relative;
  width: 380px;
  height: 380px;
  overflow: hidden;
  border-radius: 50%;
}
.relationship-content-images .wave{
  transition: 0.5s;
  transition-delay: 0.3s;
  width: 100%;
  transform: rotate(0deg) scale(0);
}
.relationship-content-images img.bottom{
  transition: 0.5s;
  transition-delay: 0.3s;
  left: 0;
  bottom: -300px;
}
.relationship.active .relationship-content-images .wave{
  transform: rotate(1440deg) scale(1);
}
.relationship.active .relationship-content-images img.bottom{
  bottom: 0;
}
.animate__circle8 {
  left: -20px;
  bottom: -11px;
}
.animate__circle9 {
  transition: 0.6s;
  transition-delay: 0.8;
  transform: scale(0);
  right: 5%;
  bottom: 0;
}
.animate__circle10 {
  transition: 0.6s;
  transition-delay: 0.5;
  width: 194px;
  height: 194px;
  right: -100%;
  top: 7%;
}
.relationship.active .animate__circle8 {
  left: -20px;
  bottom: -11px;
}
.relationship.active .animate__circle9 {
  transform: scale(1);
}
.relationship.active .animate__circle10 {
  right: -4%;
}
.animate__circle10 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.relationship .bottom-right {
  transition: opacity 0.7s;
  opacity: 0;
  will-change: opacity;
}
.relationship.active .bottom-right {
  transition-delay: 0.8s;
  opacity: 1;
}
.relationship .top-right {
  transition: opacity 0.7s;
  opacity: 0;
  will-change: opacity;
}
.relationship.active .top-right {
  transition-delay: 0.8s;
  opacity: 1;
}
.relationship .bottom-left {
  transition: opacity 0.7s;
  opacity: 0;
  will-change: opacity;
}
.relationship.active .bottom-left {
  transition-delay: 0.8s;
  opacity: 1;
}
/* slice not */
.slice {
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slice-wrapper {
  position: relative;
  overflow: hidden;
}
.slice-wrapper .slice-item {
  transition: bottom 0.3s;
  position: relative;
  width: 115px;
  bottom: -100%;
}
.slice.active .slice-wrapper .slice-item.pi {
  transition-delay: 1s;
  bottom: 0;
}
.slice.active .slice-wrapper .slice-item.ZZ {
  transition-delay: 1.2s;
  bottom: 0;
}
.slice.active .slice-wrapper .slice-item.A {
  transition-delay: 1.4s;
  bottom: 0;
}
.slice-heading img {
  height: 40px;
}
.slice-heading {
  margin-top: 20px;
  transition: opacity 0.4s;
  transition-delay: 1s;
  opacity: 0;
}
.slice.active .slice-heading {
  opacity: 1;
}
/* NEWS */
.screen.news {
  height: auto;
  /*padding-top: 88px;*/
}
.screen.news .screen-container {
  /*padding-top: 118px;*/
  /*padding-top: 88px;*/
  /*padding-bottom: 88px;*/
}
.animate__circle19 {
  bottom: -15%;
}
.news .red-wave {
  will-change: width, right, bottom;
  position: absolute;
  transition-duration: 1s;
  transition-delay: 1s;
  width: 400px;
  right: 24px;
  bottom: -200%;
}
.news .circle-halfgreen {
  will-change: width, left, bottom;
  position: absolute;
  transition-duration: 1s;
  transition-delay: 1s;
  left: 35%;
  /* top: -31px; */
  bottom: -200%;
  width: 297px;
}
.news .circle-halfred {
  will-change: left, bottom;
  position: absolute;
  transition-duration: 1s;
  transition-delay: 1s;
  bottom: -200%;
  /* bottom: -100px; */
  left: -37px;
}
.news-main {
  will-change: opacity;
  padding-top: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  transition-duration: 1.5s;
  transition-delay: 1s;
  opacity: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.news.active .news-main {
  opacity: 1;
}
.news.active .red-wave {
  width: 400px;
  right: 24px;
  bottom: 62%;
}
.news.active .circle-halfgreen {
  left: 35%;
  bottom: 62%;
  width: 297px;
}
.news.active .circle-halfred {
  bottom: 0;
  left: -37px;
}
/*.news-main .content-title-horizontal {
  margin-left: 60px;
}*/
.news-main-wrap {
  /*margin: 54px 60px 0;*/
  /*max-height: 70vh;*/
  margin-top: 54px;
  margin-bottom: 84px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  position: relative;
}
.iScrollVerticalScrollbar {display: none !important;}
.news-main-container {
  max-width: 600px;
  width: 100%;
  border-radius: 32px;
  background-color: #080F29;
  padding: 40px 32px;
  position: relative;
}
.news-main-last {
  padding: 0;
}
.news-main-title h2 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.news-main-title h2 .aside-title__prefix {
  max-width: 38px;
}
.news-meta__about {
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 17px;
  color: #989daf;
}
.news-element-excerpt {
  margin-top: 32px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255, .8);
}
.main-news {
  width: 100%;
  height: 100%;
}
.news-main-content {
  padding: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.news-main-thumbnail {
  /*max-height: 380px;*/
  display: flex;
  max-height: 415px;
  height: 100%; 
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;  
}
.news-main-thumbnail img {
  /*height: 100%;*/
  height: auto;
  width: 100%;
  /*object-fit: cover;*/
}
.news-scroll {
    /*height: 380px;*/
    /*max-height: 370px;*/
    /*height: 100%;*/
    /*overflow-y: scroll;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin: 0 -32px;
  padding: 0px 32px;
}
.news-scroll::-webkit-scrollbar {
  width: 12px;
  background-color: transparent;
  cursor: pointer;
}
/* Track */
.news-scroll::-webkit-scrollbar-track {
  background-color: #080F29;
  /*margin-top: 32px;
  margin-bottom: 32px;*/
}
/* Handle */
.news-scroll::-webkit-scrollbar-thumb {
  background-color: #3F4765;
  border-radius: 32px;
}
.news-all-element {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  margin: 0 -32px;
  padding: 20px 32px;
  box-sizing: content-box;
  min-height: 86px;
}
.news-all-element:nth-child(odd) {
  background-color: rgba(255,255,255, .1);
}
.news-all-thumnail {
  max-width: 138px;
  min-width: 138px;
  width: 100%;
  max-height: 97px;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 24px;
}
.news-all-thumnail img {
  height: 100%;
}
.news-all-element__title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
  color: #FFFFFF;
}
.news-all-element__title a {
  color: #fff;
}
.news-main-more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 26px;
  justify-content: flex-end;
  margin-right: 24px;
}
.news-main-more a {
  position: relative;
}
.news-main-more a img {
  position: absolute;
  left: 15px;
  top: 10px;
}
/* restaurant-screen */
.restaurant-screen {
  display: flex;
  /* border: 1px solid red; */
}
.restaurant-screen .col-8 {
  will-change: right;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 67%;
  right: 100%;
  margin: 0;
  padding: 0 15px;
  transition: 0.5s;
}
.restaurant-screen .col-4 {
  will-change: right;
  position: absolute;
  right: 0%;
  height: 100%;
  width: 100%;
  max-width: 100%;
  transition: 0.5s;
}
.restaurant-screen.active .col-4 {
  transition-delay: 0.6s;
  right: -67%;
}
.restaurant-screen.active .col-8 {
  transition-delay: 0.6s;
  right: 33%;
}
.restaurant-screen .col-img {
  object-fit: cover;
  width: 100%;  
  height: 100%;
}
.animate__circle11 {
  will-change: left, bottom;
  left: -88%;
  bottom: 4%;
}
.animate__circle12 {
  will-change: top, left;
  top: 8%;
  left: -62%;
}
.animate__circle13 {
  will-change: top, right;
  top: 4%;
  right: 64%;
}
.restaurant-screen.active .animate__circle11 {
  transition-delay: 1.5s;
  transition: 2.5s;
  left: 38%;
  bottom: 4%;
}
.restaurant-screen.active .animate__circle12 {
  transition-delay: 1.5s;
  transition: 2.5s;
  top: 8%;
  left: 2%;
}
.restaurant-screen.active .animate__circle13 {
  transition-delay: 1.5s;
  transition: 2.5s;
  top: 4%;
  right: 4%;
}
.restaurant-content-element .button-blue {
  display: inline-block;
  background-image: url(../assets/images/main/search.svg);  
  background-position: 20px 14px;
  margin-top: 40px;
}
/* delivery-screen */
.scroll-conatainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  position: relative;
  background: #fff;
}
.circle-element {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;
}
.delivery-screen .circle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.delivery-title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  color: #FFFFFF;  
  max-width: 200px;
}
.delivery-title span {
  display: inline;
  vertical-align: middle;
}
.delivery-screen .circle.one {
  width: 320px;
  height: 320px;
  position: relative;
  background-position: center;
  overflow: hidden;
  background-size: 200% 200%;
  border-radius: 50%;
}
.delivery-screen .circle.one {
  will-change: left;
  position: relative;
  transition: all 0.5s;
  transition-delay: 0.4s;
  left: 0;
}
.delivery-screen .circle.three {
  will-change: right;
  position: relative;
  transition: all 0.5s;
  transition-delay: 0.4s;
  right: 0;
}
.delivery-screen.active .circle.one {
  left: 6%;
}
.delivery-screen.active .circle.three {
  right: 6%;
}
.Z-fixed {
  z-index: 4;
  top: 27%;
  left: 36.2%;
}
.circle.two {
  margin: auto;
  width: 400px;
  height: 400px;
  background-color: #080F29;
  border-radius: 50%;
  display: inline-flex;
  z-index: 222;
}
.delivery-screen {
  overflow: hidden;
}
.delivery-screen .circle.two svg {
  max-width: 280px;
}
.delivery-screen.active .circle.two {
  /*top: 16%;*/
}

.delivery-screen .circle.three {
  width: 320px;
  height: 320px;
  background-position: center;
  background-size: 200% 200%;
  border-radius: 50%;
  overflow: hidden;
}
.delivery-element {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 999;
  margin-bottom: 48px;
}
.delivery-element .button-blue {
  position: relative;
  background-position: 14px 16px;
  background-image: url(../assets/images/delivery.svg);
}
.delivery-element .button-blue img {
  position: absolute;
  left: 20px;
  top: 12px;
}
.animate__circle16 {
  will-change: transform;
  transition: 1s;
  width: 127px;
  height: 127px;
  bottom: -50%;
  left: 30px;
  transform: rotate(-57deg);
}
.animate__circle17{
  transition: 1s;
  bottom: -50%;
  right: -3%;
  width: 230px;
  height: 230px;  
}
.animate__circle17 img {
  width: 100%;
  height: 100%;
}
.delivery-screen.active .animate__circle16 {
  width: 127px;
  height: 127px;
  bottom: 10%;
  left: 30px;
  transform: rotate(-57deg);
}
.delivery-screen.active .animate__circle17{
  bottom: -2%;
  right: -3%;
  width: 230px;
  height: 230px;  
}
/* VACANCY */
.vacancy-screen .col-8 {
  will-change: right;
  background-color: #fff;
  transition: 0.5s;
  transition-delay: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 67%;
  right: -100%;
  margin: 0;
  z-index: 2;
}
.vacancy-screen .col-4 {
  will-change: right;
  transition: 0.5s;
  transition-delay: 0.6s;
  position: absolute;
  right: 0%;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.vacancy-screen.active .col-4 {
  right: 2%;
}
.vacancy-screen.active .col-8 {
  right: 0;
}
.vacancy-screen .col-img {
  object-fit: cover;
  width: 100%;  
  height: 100%;
}
.vacancy-content-element .button-blue {
  background-image: url(../assets/images/vacancy.svg);  
  background-position: 20px 17px;
  margin-top: 40px;
  display: inline-block;
}
.animate__circle14 {
  will-change: top, right;
  transition: 1.5s;
  top: 20%;
  right: -22%;
}
.animate__circle15 {
  will-change: bottom, right, width;
  transition: 1.5s;
  bottom: 2%;
  right: -22%;
  width: 150px;
}
.vacancy-screen.active .animate__circle14 {
  top: 20%;
  right: -2%;
}
.vacancy-screen.active .animate__circle15 {
  bottom: 2%;
  right: -2%;
  width: 150px;
}
/* FIRST */
.header.main {
  transition: 0.2s;
  will-change: transform;
  position: fixed;
  background-color: #080F29;
}
.header.main.out {
  transform: translateY(-100%);
}
.header.main.animated {
  /* position: fixed;  */
  background-color: #fff;
  border-bottom: 1px solid #fff;
  opacity: 1;
  transition: all .4s;
}
/*.header.main.animated:hover {
  opacity: 1;
}*/
.header.animated .header-logo-white {
  display: none;
}
.header.animated .header-logo {
  display: inline-block;
}
.main .navigation ul li a {
  transition: 0.2s;
  color: #fff;
}
.main.animated .navigation ul li a {
  color: #000;
}
.first {
  background-color: #080F29;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  /*padding-bottom: 86px;*/
}
.first.bgc-white {
  background-color: #fff;
  position: relative;
}
.baloons {
  display: flex;
  /* display: none; */
  width: 40vw;
  align-items: center;
  position: relative;
}
.baloons .main-baloon {
  left: 0%;
  transform: translateX(0%);
}
.baloons .main-star {
  left: 49%;
  transform: translateX(-50%) scale(1);
}
.baloons .main-heart {
  left: 100%;
  transform: translateX(-100%);
}
.first.loaded .baloons .main-baloon {
  transition: 0.5s;
  transition-delay: .5s;
  left: 50%;
  transform: translateX(-50%);
}
.first.loaded .baloons .main-star {
  transition: 0.5s;
  transition-delay: .5s;
  transform: translateX(-50%) scale(0);
}
.first.loaded .baloons .main-heart {
  transition: 0.5s;
  transition-delay: .5s;
  left: 50%;
  transform: translateX(-50%);
}
.circles {
  width: 300px;
  height: 300px;
  position: absolute;
  transition: 0.5s linear;
}
.circles > div {
  width: 151px;
  height: 151px;
  will-change: transform;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  shape-rendering: crispEdges;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}
.circles > div .circle {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  will-change: width, height;
}
 .first.loaded .circles .wrapper1 {
  animation-name: circle1;
  animation-delay: 1.2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
} 
.first.loaded .circles .wrapper2 {
  animation-name: circle2;
  animation-delay: 1.2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.first.loaded .circles .wrapper3 {
  animation-name: circle3;
  animation-delay: 1.2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
} 
.first.loaded .circles .wrapper4 { 
  animation-name: circle4;
  animation-delay: 1.2s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.first.loaded .circles.rotate {
  transition-delay: 0.7s;
  transform: scale(1) rotate(-1800deg);
}
.first.loaded .circles.none {
  display: none;
}
.wrapper1 {
  z-index: 1;
  transform: translate3d(74px, 106px, 0) scale(0);
}
.wrapper2 {
  z-index: 2;
  transform: translate3d(67px, 52px, 0) scale(0);
}
.wrapper3 {
  z-index: 3;
  transform: translate3d(99px, 46px, 0) scale(0);
}
.wrapper4 {
  z-index: 4;
  transform: translate3d(73px, 68px, 0) scale(0);
} 

.first .circles .circle5 {
  transform: translate3d(40px, 36px, 0) scale(0);
  transition: .2s;
  transition-delay: 0s;
}
.first.loaded .circles .circle5 {
  transition-delay: 2.4s; 
  transform: translate3d(40px, 36px, 0) scale(23);
}

@keyframes circle1 {
  0% {
    transform: translate3d(74px, 106px, 0) scale(0);
  }
  25% {
    transform: translate3d(74px, 106px, 0) scale(0.8);
  }
  50% {
    transform: translate3d(80px, 43px, 0) scale(1);
  }
  75% {
    transform: translate3d(48px, 43px, 0) scale(0.8);
  }
  100% {
    transform: translate3d(80px, 43px, 0) scale(0.8);
  }
}
@keyframes circle2 {
  0% {
    transform: translate3d(67px, 52px, 0) scale(0);
  }
  25% {
    transform: translate3d(67px, 52px, 0) scale(0.5);
  }
  50% {
    transform: translate3d(55px, 95px, 0) scale(0.8);
  }
  75% {
    transform: translate3d(55px, 95px, 0) scale(0.8);
  }
  100% {
    transform: translate3d(55px, 95px, 0) scale(0.8);
  }
}
@keyframes circle3 {
  0% {
    transform: translate3d(99px, 46px, 0) scale(0);
  }
  25% {
    transform: translate3d(99px, 46px, 0) scale(0.8);
  }
  50% {
    transform: translate3d(112px, 100px, 0) scale(0.8);
  }
  75% {
    transform: translate3d(112px, 45px, 0) scale(0.8);
  }
  100% {
    transform: translate3d(112px, 45px, 0) scale(0.8);
  }
}

@keyframes circle4 {
  0% {
    transform: translate3d(73px, 68px, 0) scale(0);
  }
  25% {
    transform: translate3d(73px, 68px, 0) scale(0.5);
  }
  50% {
    transform: translate3d(73px, 68px, 0) scale(0.5);
  }
  75% {
    transform: translate3d(84px, 101px, 0) scale(1);
  }
  100% {
    transform: translate3d(84px, 101px, 0) scale(1);
  }
}

.chelik {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.first.loaded .chelik.active {
  z-index: 1;
}
.chelik.scaled {
  animation-name: chelikScaled;
  animation-timing-function: linear;
  animation-duration: .3s;
  animation-fill-mode: backwards;
}
.chelik .center {
  display: flex;
  position: relative;
}
.left-wrapper {
  left: 0;
}
.right-wrapper {
  right: 0;
}
.left-wrapper,
.middle-wrapper,
.right-wrapper {
  will-change: transform, opacity;
  transition: 0.3s;
  transition-delay: 0.1s;
  position: relative;
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%;
  transform: scale(20);
  opacity: 0;
}
.left-wrapper.active,
.middle-wrapper.active,
.right-wrapper.active {
  transform: scale(1);
  opacity: 1;
}

.left-wrapper .center-left,
.middle-wrapper .center-middle,
.right-wrapper .center-right {
  transition: 0.5s;
  transform: translateY(-315%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  padding-top: 25px;
}
.left-wrapper.active .center-left,
.middle-wrapper.active .center-middle,
.right-wrapper.active .center-right {
  transition-delay: 0.2s;
  transform: translateY(0%);
}
.center-left .center-img.green,
.center-middle .center-img.grey,
.center-right .center-img.red {
  display: block;
  width: 160px;
}
.center-left .center-img.pi,
.center-middle .center-img.zz,
.center-right .center-img.a {
  width: 110px;
  margin: 0 auto 50px;
  display: block;
}
.center-middle .center-img.zz,
.center-right .center-img.a {
  width: 117px;
  background: transparent;
}

.left-wrapper.active.moved {
  transition-delay: 0.1s;
  left: 50px;
}
.right-wrapper.active.moved {
  transition-delay: 0.1s;
  right: 41px;
}
.chelik-logo img {
  transition: 0.2s;
  transition-delay: 0.1s;
  height: 40px;
  opacity: 0;
}
.chelik-logo.active img {
  opacity: 1;
}

.first .scroll-img {
  z-index: 10;
  transition: 0.2s;
  transition-delay: 2s;
  cursor: pointer;
  position: absolute;
  opacity: 0;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
}
.first .scroll-img.active {
  opacity: 1;
  bottom: 42px;
  transition-duration: 0.4s;
  transition-delay: .3s;
}

.home-footer {
  height: auto !important;
  padding: 0 !important;
}

@keyframes chelikScaled {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(30);
  }
}
@keyframes circleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(30);
  }
}


/* .first .center {
  width: 228px;
  height: 75px;
  position: relative;
  overflow: hidden;
}

.chelik {
  opacity: 0;
}
.chelik.active {
  transition: all 0.5s;
  opacity: 1;
}
.chelik-logo {
  opacity: 0;
  text-align: center;
  margin-top: 10px;
}
.chelik.active .chelik-logo {
  transition-delay: 0.8s;
  transition-duration: 0.4s;
  opacity: 1;
}

.chelik.active .center {
  animation: center;
  animation-delay: 1.8s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

.scroll-img {
  cursor: pointer;
  position: absolute;
  bottom: -42px;
  opacity: 0;
}
.chelik.active + .scroll-img {
  opacity: 1;
  bottom: 42px;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 1.8s;
}

.center-img {
  position: absolute;
  transition-duration: 0.4s;
}
.green {
  transform: translate(0, 0);
}
.grey {
  transform: translate(75px, 0px);
}
.red {
  transform: translate(152px, 0);
}
.first .pi {
  transform: translate(0, -75px);
}
.first .zz {
  transform: translate(75px, -75px);
}
.first .a {
  transform: translate(152px, -75px);
}
.chelik.active .green {
  transform: translate(0, 75px);
  transition-delay: 0.8s;
}
.chelik.active .grey {
  transform: translate(75px, 75px);
  transition-delay: 0.9s;
}
.chelik.active .red {
  transform: translate(152px, 75px);
  transition-delay: 1s;
}
.chelik.active .pi {
  transform: translate(0, 0);
  transition-delay: 0.8s;
}
.chelik.active .zz {
  transform: translate(75px, 0);
  transition-delay: 0.9s;
}
.chelik.active .a {
  transform: translate(152px, 0);
  transition-delay: 1s;
}

.second {
  background-color: lightpink;
}
.third {
  background-color: lightsteelblue;
}
.fourth {
  background-color: lightsalmon;
  min-width: 100%;
}
.five {
  background-color: #fe2;
  min-width: 100%;
}
.six {
  background-color: #faadee;
  min-width: 100%;
}

.hor-container {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
} */

@keyframes stretch {
  0% {
    transform:translate(-39%, -50%) scale(1);
  }
  100% {
    transform:translate(-39%, -50%) scale(23);
  }
}

@keyframes center {
  0%, 100%  {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}


























/* 
body {
  overflow-x: hidden;
}

div.red, div.green {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
div.red {
  background-color: #EE2E24;
}
div.green {
  background-color: #13913E;
}

main .first {
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .first.bgc-white {
  background-color: #fff;
  position: relative;
}

main .first img {
  max-width: none;
}

main .first .center {
  width: 228px;
  height: 75px;
  position: relative;
  overflow: hidden;
}

main .first .chelik {
  opacity: 1;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
main .first .chelik.active {
  transition: all 0.5s;
  opacity: 1;
}
main .first .chelik-logo {
  opacity: 0;
  text-align: center;
  margin-top: 10px;
}
main .first .chelik.active .chelik-logo {
  transition-delay: 0.8s;
  transition-duration: 0.4s;
  opacity: 1;
}

main .first .chelik.active .center {
  animation: center;
  animation-delay: 1.8s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}



main .first .scroll-img {
  cursor: pointer;
  position: absolute;
  opacity: 0;
}
main .first .chelik.active + .scroll-img {
  opacity: 1;
  bottom: 42px;
  transition-property: all;
  transition-duration: 0.4s;
  transition-delay: 1.8s;
}

main .first .center-img {
  position: absolute;
  transition-duration: 0.4s;
}
main .first .green {
  transform: translate(0, 0);
}
main .first .grey {
  transform: translate(75px, 0px);
}
main .first .red {
  transform: translate(152px, 0);
}
main .first .pi {
  transform: translate(0, -75px);
}
main .first .zz {
  transform: translate(75px, -75px);
}
main .first .a {
  transform: translate(152px, -75px);
}
main .first .chelik.active .green {
  transform: translate(0, 75px);
  transition-delay: 0.8s;
}
main .first .chelik.active .grey {
  transform: translate(75px, 75px);
  transition-delay: 0.9s;
}
main .first .chelik.active .red {
  transform: translate(152px, 75px);
  transition-delay: 1s;
}
main .first .chelik.active .pi {
  transform: translate(0, 0);
  transition-delay: 0.8s;
}
main .first .chelik.active .zz {
  transform: translate(75px, 0);
  transition-delay: 0.9s;
}
main .first .chelik.active .a {
  transform: translate(152px, 0);
  transition-delay: 1s;
}





@keyframes stretch {
  0% {
    transform:translate(-39%, -50%) scale(1);
  }
  100% {
    transform:translate(-39%, -50%) scale(23);
  }
}

@keyframes center {
  0%, 100%  {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
} */










/*CHABAN*/
/* .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    position: relative;
    height: 100%;
    width: 100%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-img {
    object-fit: cover;
    width: 100%;  
    height: 100%;
}
.content-element {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.content-title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 70px;
  line-height: 87px;

  color: #080F29;
}
.content-title-horizontal {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;

  color: #080F29;
}
.content-img__margin {
  margin-bottom: 8%;
}
.absolute {
  position: absolute;
  display: block;
}
.top-right {
  top: 0;
  right: 0;
}
.top-left {
  top: 0;
  left: 0;
}
.bottom-left {
  bottom: 0;
  left: 0;
}
.bottom-right {
  bottom: 0;
  right: 0;
}
.screen {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.screen-container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.horizontal-scrolling .content-element {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 0 8%;
} */

 

/*FIRST SECTION*/
/* .party-content-element,
.animate__circle1,
.animate__circle2,
.animate__circle3,
.together-content-element,
.animate__circle8,
.animate__circle9,
.animate__circle10,
.relationship-content-element,
.animate__circle16,
.animate__circle17,
.delivery-element,
.circle.two,
.take-out,
.circle.three
{visibility: hidden;}
.party-content-element.animate__fadeInUp,
.animate__circle1.animate__fadeInBottomRight,
.animate__circle2.animate__fadeInBottomLeft,
.animate__circle3.animate__fadeInUpBig,
.together-content-element.animate__fadeInUpBig,
.animate__circle8.animate__fadeInBottomRight ,
.animate__circle9.animate__fadeInUp,
.animate__circle10.animate__fadeInBottomLeft,
.relationship-content-element.animate__fadeInUp,
.animate__circle16.animate__fadeInBottomRight,
.animate__circle17.animate__fadeInBottomLeft,
.delivery-element.animate__fadeInUpBig,
.take-out.animate__fadeInUpBig,
.circle.two.animate__fadeInUpBig,
.circle.three.animate__fadeInRight
{visibility: visible;}


.animate__circle1 {
  bottom: -110px;
}
.animate__circle2 {
  top: -60px;
  right: 280px;  
}
.animate__circle3 {
  top: 120px;
  right: 100px;
}
.party-content-element .content-title {
  margin-left: 3%;
}




.animate__circle4 {
  top: 30px;
  left: 34%;
}
.animate__circle5 {
  right: 0;
  top: 10%;
}
.animate__circle6 {
  right: 22%;
  top: 44%;
}
.animate__circle7 {
  bottom: -2%;
  right: 3%;
}
.animate__circle8 {
  left: -20px;
  bottom: 0;
}
.animate__circle9 {
  right: 5%;
  bottom: 0;
}
.animate__circle10 {
  width: 194px;
  height: 194px;
  right: -4%;
  top: 7%;
}
.animate__circle10 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.animate__circle11 {
  left: 38%;
  bottom: 4%;
}
.animate__circle12 {
  top: 8%;
  left: 2%;
}
.animate__circle13 {
  top: 4%;
  right: 4%;
}
.animate__circle14 {
  top: 20%;
  right: -2%;
}
.animate__circle15 {
  bottom: 2%;
  right: -6%;
  width: 150px;
}
.animate__circle16 {
  width: 126px;
  height: 126px;
  bottom: 10%;
  left: 6%;  
}
.animate__circle17{
  bottom: -2%;
  right: -3%;
  width: 230px;
  height: 230px;  
}
.animate__circle17 img {
  width: 100%;
  height: 100%;
}
 */
/*SECOND SECTION*/
/* .together-content-element {
  width: 100%;
}
.together-content-element > .screen-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.together-content-element .content-title {
  margin-left: 12%;
} */
/*THIRD SECTION*/
/* 
.relationship-content-element .content-title {
  margin-left: 10%;

} */



/*LAST SECTION*/
/* .fp-auto-height {
  height: auto !important;
}
.circle-element {
  height: 85vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.scroll-conatainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 50px 0;
  position: relative;
}

.delivery-title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 36px;

  color: #FFFFFF;  
  max-width: 200px;
}
.delivery-title span {
  display: inline;
  vertical-align: middle;
}
.circle.one {
  left: 6%;
  width: 390px;
  height: 390px;
  background-position: center;
  overflow: hidden;
}
.Z-fixed {
  z-index: 4;
  top: 27%;
  left: 36.2%;
}
.circle.two {
  left: 0;
  right: 0;
  margin: auto;
  width: 540px;
  height: 540px;
  background-color: #080F29;
  border-radius: 50%;
  z-index: 2;
}
.circle.three .take-out {
  max-width: 240px;
}
.circle.three {
  right: 6%;
  width: 390px;
  height: 390px;
  background-position: center;
  overflow: hidden;
}
.delivery-element {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.news-main {
  padding: 100px 0;
}
.news-main-wrap {
  margin-top: 54px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-main-container {
  max-width: 600px;
  width: 100%;
  border-radius: 32px;
  background-color: #080F29;
  padding: 40px 32px;
  position: relative;
}
.news-main-last {
  padding: 0;
}
.news-main-title h2 {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.news-element-excerpt {
  margin-top: 32px;
  font-family: Gilroy;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;

  color: rgba(255,255,255, .8);
}
.main-news {
  width: 100%;
  height: 100%;
}
.news-main-content {
  padding: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.news-main-thumbnail {
  max-height: 380px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;  
}
.news-main-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-scroll {
  height: 370px;
  overflow: scroll;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin: 0 -32px;
  padding: 0px 32px;
}
.news-all-element {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  margin: 0 -32px;
  padding: 20px 32px;
  box-sizing: content-box;
}
.news-all-element:nth-child(odd) {
  background-color: rgba(255,255,255, .1);
}
.news-all-thumnail {
  max-width: 140px;
  width: 100%;
  max-height: 86px;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 24px;
}
.news-all-thumnail img {
  height: 100%;
}
.news-all-element__title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;

  color: #FFFFFF;
}
.news-main-more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 26px;
  justify-content: flex-end;
  margin-right: 24px;
}

.restaurant-content-element .button-blue {
  background-image: url(../assets/images/main/search.svg);  
  background-position: 20px 14px;
  margin-top: 40px;
}
.vacancy-content-element .button-blue {
  background-image: url(../assets/images/vacancy.svg);  
  background-position: 20px 17px;
  margin-top: 40px;
} */












@media screen and (max-width: 1290px) {
  /*.screen.news {
    padding-top: 0 !important;
  }*/
  .content-title {
    font-size: 60px;
    line-height: 60px;
  }
  .together.active .cat {
    left: 15%;
  }
  .delivery-screen.active .circle.two {
    top: 10%;
    width: 400px;
    height: 400px;
  }
  .delivery-screen.active .circle.two svg {
    height: 300px;
  }
  .circle.three .take-out {
    position: relative;
    left: 8%;
  }
  .relationship.active .relationship-content-element img.top {
    left: 85px;
  }
  .news-main-container {
    width: 47%;
  }


 }
@media screen and (max-width: 1160px) { 
  .news-main-wrap {
    margin-top: 15px;
  }
  .content-title {
    font-size: 50px;
  }
  .delivery-screen .circle.one {
    left: 0;
    width: 300px;
    height: 300px;
  }
  .delivery-screen .circle.three {
    right: 0;
    width: 300px;
    height: 300px;
  }
  .relationship.active .relationship-content-element img.top {
    left: -5px;
  }
  .together.active .cat {
    top: 10px;
    left: 15%;
    transform: scale(0.8);
  }
  .together.active .dog {
    transition-delay: 0.5s;
    opacity: 1;
    transform: rotate(1440deg) scale(0.8);
  }
}

/* 
2975884
маковецький володимир`
*/

