@import "../fonts/stylesheet.css";
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Mirza";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Mirza";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

html.lock,
body._lock {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

body {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#29a5da),
    color-stop(70.4%, #a8d8ff)
  );
  background: -o-linear-gradient(top, #29a5da 0%, #a8d8ff 70.4%);
  background: linear-gradient(180deg, #29a5da 0%, #a8d8ff 70.4%);
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

._container {
  max-width: 1768px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 480px) {
  ._container {
    padding: 0 15px;
  }
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}

.hero__header {
  position: absolute;
  z-index: 10;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.hero__header .btn {
  width: 108px;
  height: 63px;
  background: url("../img/icons/btn.svg") no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (min-width: 1024px) {
  .hero__header .btn:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 700px) {
  .hero__header .btn {
    width: 74px;
    height: 46px;
  }
}
@media (max-width: 1768px) {
  .hero__header {
    padding: 0px 20px;
    top: 40px;
  }
}
@media (max-width: 700px) {
  .hero__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.hero__block {
  position: relative;
}
@media (max-width: 700px) {
  .hero__block {
    margin: 0px 0px 20px 0px;
  }
}

.hero__ca {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin: 0px 0px 3px 0px;
}
@media (max-width: 700px) {
  .hero__ca {
    font-size: 16px;
  }
}
@media (max-width: 360px) {
  .hero__ca {
    font-size: 14px;
  }
}

.hero__name {
  font-weight: 700;
  font-size: 30px;
  color: #fff;
}
@media (max-width: 1220px) {
  .hero__name {
    margin: 0px 0px 20px 0px;
  }
}

.hero__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero__icons a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hero__icons a img {
  width: 100%;
}
.hero__icons a:nth-child(1) {
  width: 52px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 52px;
  flex: 0 0 52px;
}
@media (max-width: 1440px) {
  .hero__icons a:nth-child(1) {
    width: 32px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
  }
}
.hero__icons a:nth-child(2) {
  width: 66px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66px;
  flex: 0 0 66px;
}
@media (max-width: 1440px) {
  .hero__icons a:nth-child(2) {
    width: 42px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42px;
    flex: 0 0 42px;
  }
}
.hero__icons a:nth-child(3) {
  width: 53px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53px;
  flex: 0 0 53px;
}
@media (max-width: 1440px) {
  .hero__icons a:nth-child(3) {
    width: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
  }
}
.hero__icons a:nth-child(4) {
  width: 49px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49px;
  flex: 0 0 49px;
}
@media (max-width: 1440px) {
  .hero__icons a:nth-child(4) {
    width: 36px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
  }
}
@media (min-width: 1024px) {
  .hero__icons a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
.hero__icons > *:not(:last-child) {
  margin: 0px 30px 0px 0px;
}
@media (max-width: 1220px) {
  .hero__icons {
    position: relative;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    left: 0;
    top: 0;
  }
}
@media (max-width: 700px) {
  .hero__icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero__main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.clouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.clouds__cloud {
  position: absolute;
}

.clouds__cloud_1 {
  top: 20%;
  margin-left: -373px;
  -webkit-animation: cloud 20s infinite linear;
  animation: cloud 20s infinite linear;
}
.clouds__cloud_1 img {
  width: 373px;
}
@media (max-width: 1919px) {
  .clouds__cloud_1 img {
    width: calc(150px + 223 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1919px) {
  .clouds__cloud_1 {
    margin-left: calc(-150px + -223 * ((100vw - 320px) / 1600));
  }
}

.clouds__cloud_2 {
  top: 25%;
  margin-left: -309px;
  -webkit-animation: cloud 20s 5s infinite linear;
  animation: cloud 20s 5s infinite linear;
}
.clouds__cloud_2 img {
  position: relative;
  width: 309px;
}
@media (max-width: 1919px) {
  .clouds__cloud_2 img {
    width: calc(140px + 169 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1919px) {
  .clouds__cloud_2 {
    margin-left: calc(-140px + -169 * ((100vw - 320px) / 1600));
  }
}

.clouds__cloud_3 {
  top: 40%;
  margin-left: -347px;
  -webkit-animation: cloud 20s 17s infinite linear;
  animation: cloud 20s 17s infinite linear;
}
.clouds__cloud_3 img {
  width: 347px;
}
@media (max-width: 1919px) {
  .clouds__cloud_3 img {
    width: calc(150px + 197 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1919px) {
  .clouds__cloud_3 {
    margin-left: calc(-150px + -197 * ((100vw - 320px) / 1600));
  }
}

.clouds__cloud_4 {
  top: 60%;
  margin-left: -275px;
  -webkit-animation: cloud 20s 12s infinite linear;
  animation: cloud 20s 12s infinite linear;
}
.clouds__cloud_4 img {
  width: 275px;
}
@media (max-width: 1919px) {
  .clouds__cloud_4 img {
    width: calc(120px + 155 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1919px) {
  .clouds__cloud_4 {
    margin-left: calc(-120px + -155 * ((100vw - 320px) / 1600));
  }
}

.clouds__cloud_5 {
  top: 80%;
  margin-left: -386px;
  -webkit-animation: cloud 20s 10s infinite linear;
  animation: cloud 20s 10s infinite linear;
}
.clouds__cloud_5 img {
  width: 386px;
}
@media (max-width: 1919px) {
  .clouds__cloud_5 img {
    width: calc(150px + 236 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1919px) {
  .clouds__cloud_5 {
    margin-left: calc(-150px + -236 * ((100vw - 320px) / 1600));
  }
}

.leafs {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.leafs__leaf {
  position: absolute;
}

.leafs__leaf_1 {
  top: 30%;
  left: 10%;
  -webkit-animation: l1 33s infinite linear;
  animation: l1 33s infinite linear;
}
.leafs__leaf_1 img {
  width: 32px;
}
@media (max-width: 480px) {
  .leafs__leaf_1 img {
    width: 20px;
  }
}

.leafs__leaf_2 {
  top: 60%;
  left: 16%;
  -webkit-animation: l2 33s infinite linear;
  animation: l2 33s infinite linear;
}
.leafs__leaf_2 img {
  width: 70px;
}
@media (max-width: 480px) {
  .leafs__leaf_2 img {
    width: 35px;
  }
}

.leafs__leaf_3 {
  top: 30%;
  left: 25%;
  -webkit-animation: l3 33s infinite linear;
  animation: l3 33s infinite linear;
}
.leafs__leaf_3 img {
  width: 70px;
}
@media (max-width: 480px) {
  .leafs__leaf_3 img {
    width: 35px;
  }
}

.leafs__leaf_4 {
  top: 30%;
  left: 16%;
  -webkit-animation: l4 33s infinite linear;
  animation: l4 33s infinite linear;
}
.leafs__leaf_4 img {
  width: 60px;
}
@media (max-width: 480px) {
  .leafs__leaf_4 img {
    width: 35px;
  }
}

.leafs__leaf_5 {
  top: 80%;
  left: 40%;
  -webkit-animation: l5 33s infinite linear;
  animation: l5 33s infinite linear;
}
.leafs__leaf_5 img {
  width: 70px;
}
@media (max-width: 480px) {
  .leafs__leaf_5 img {
    width: 35px;
  }
}

.leafs__leaf_6 {
  top: 20%;
  left: 60%;
  -webkit-animation: l6 33s infinite linear;
  animation: l6 33s infinite linear;
}
.leafs__leaf_6 img {
  width: 70px;
}
@media (max-width: 480px) {
  .leafs__leaf_6 img {
    width: 35px;
  }
}

.leafs__leaf_7 {
  top: 60%;
  left: 60%;
  -webkit-animation: l7 33s infinite linear;
  animation: l7 33s infinite linear;
}
.leafs__leaf_7 img {
  width: 70px;
}
@media (max-width: 480px) {
  .leafs__leaf_7 img {
    width: 35px;
  }
}

.leafs__leaf_8 {
  top: 40%;
  left: 80%;
  -webkit-animation: l8 33s infinite linear;
  animation: l8 33s infinite linear;
}
.leafs__leaf_8 img {
  width: 70px;
}
@media (max-width: 480px) {
  .leafs__leaf_8 img {
    width: 35px;
  }
}

.leafs__leaf_9 {
  top: 20%;
  left: 60%;
  -webkit-animation: l8 33s infinite linear;
  animation: l8 33s infinite linear;
}
.leafs__leaf_9 img {
  width: 50px;
}
@media (max-width: 480px) {
  .leafs__leaf_9 img {
    width: 20px;
  }
}

.hero__cat {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 618px;
  height: 618px;
  -webkit-animation: cat 2s infinite linear;
  animation: cat 2s infinite linear;
}
@media (max-width: 1919px) {
  .hero__cat {
    width: calc(300px + 318 * ((100vw - 320px) / 1600));
    height: calc(300px + 318 * ((100vw - 320px) / 1600));
  }
}

@-webkit-keyframes cloud {
  100% {
    margin-left: 100%;
  }
}

@keyframes cloud {
  100% {
    margin-left: 100%;
  }
}
@-webkit-keyframes l1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(30vw, 20vh);
    transform: translate(30vw, 20vh);
  }
  50% {
    -webkit-transform: translate(60vw, 10vh);
    transform: translate(60vw, 10vh);
  }
  75% {
    -webkit-transform: translate(30vw, 40vh);
    transform: translate(30vw, 40vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes l1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(30vw, 20vh);
    transform: translate(30vw, 20vh);
  }
  50% {
    -webkit-transform: translate(60vw, 10vh);
    transform: translate(60vw, 10vh);
  }
  75% {
    -webkit-transform: translate(30vw, 40vh);
    transform: translate(30vw, 40vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes l2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10vw, 60vh);
    transform: translate(10vw, 60vh);
  }
  50% {
    -webkit-transform: translate(60vw, 50vh);
    transform: translate(60vw, 50vh);
  }
  75% {
    -webkit-transform: translate(30vw, 40vh);
    transform: translate(30vw, 40vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes l2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10vw, 60vh);
    transform: translate(10vw, 60vh);
  }
  50% {
    -webkit-transform: translate(60vw, 50vh);
    transform: translate(60vw, 50vh);
  }
  75% {
    -webkit-transform: translate(30vw, 40vh);
    transform: translate(30vw, 40vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes l3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10vw, 40vh);
    transform: translate(10vw, 40vh);
  }
  50% {
    -webkit-transform: translate(20vw, 60vh);
    transform: translate(20vw, 60vh);
  }
  75% {
    -webkit-transform: translate(30vw, 10vh);
    transform: translate(30vw, 10vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes l3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(10vw, 40vh);
    transform: translate(10vw, 40vh);
  }
  50% {
    -webkit-transform: translate(20vw, 60vh);
    transform: translate(20vw, 60vh);
  }
  75% {
    -webkit-transform: translate(30vw, 10vh);
    transform: translate(30vw, 10vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes l4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(40vw, 10vh);
    transform: translate(40vw, 10vh);
  }
  50% {
    -webkit-transform: translate(-20vw, 80vh);
    transform: translate(-20vw, 80vh);
  }
  75% {
    -webkit-transform: translate(80vw, 10vh);
    transform: translate(80vw, 10vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes l4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(40vw, 10vh);
    transform: translate(40vw, 10vh);
  }
  50% {
    -webkit-transform: translate(-20vw, 80vh);
    transform: translate(-20vw, 80vh);
  }
  75% {
    -webkit-transform: translate(80vw, 10vh);
    transform: translate(80vw, 10vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes l5 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(30vw, -20vh);
    transform: translate(30vw, -20vh);
  }
  50% {
    -webkit-transform: translate(60vw, 10vh);
    transform: translate(60vw, 10vh);
  }
  75% {
    -webkit-transform: translate(30vw, 40vh);
    transform: translate(30vw, 40vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes l5 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(30vw, -20vh);
    transform: translate(30vw, -20vh);
  }
  50% {
    -webkit-transform: translate(60vw, 10vh);
    transform: translate(60vw, 10vh);
  }
  75% {
    -webkit-transform: translate(30vw, 40vh);
    transform: translate(30vw, 40vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes l6 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(30vw, 20vh);
    transform: translate(30vw, 20vh);
  }
  50% {
    -webkit-transform: translate(40vw, 20vh);
    transform: translate(40vw, 20vh);
  }
  75% {
    -webkit-transform: translate(-20vw, -10vh);
    transform: translate(-20vw, -10vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes l6 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(30vw, 20vh);
    transform: translate(30vw, 20vh);
  }
  50% {
    -webkit-transform: translate(40vw, 20vh);
    transform: translate(40vw, 20vh);
  }
  75% {
    -webkit-transform: translate(-20vw, -10vh);
    transform: translate(-20vw, -10vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes l7 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-10vw, 20vh);
    transform: translate(-10vw, 20vh);
  }
  45% {
    -webkit-transform: translate(20vw, 10vh);
    transform: translate(20vw, 10vh);
  }
  85% {
    -webkit-transform: translate(-30vw, -10vh);
    transform: translate(-30vw, -10vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes l7 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  25% {
    -webkit-transform: translate(-10vw, 20vh);
    transform: translate(-10vw, 20vh);
  }
  45% {
    -webkit-transform: translate(20vw, 10vh);
    transform: translate(20vw, 10vh);
  }
  85% {
    -webkit-transform: translate(-30vw, -10vh);
    transform: translate(-30vw, -10vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes l8 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(30vw, 10vh);
    transform: translate(30vw, 10vh);
  }
  50% {
    -webkit-transform: translate(50vw, 10vh);
    transform: translate(50vw, 10vh);
  }
  80% {
    -webkit-transform: translate(20vw, 40vh);
    transform: translate(20vw, 40vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes l8 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(30vw, 10vh);
    transform: translate(30vw, 10vh);
  }
  50% {
    -webkit-transform: translate(50vw, 10vh);
    transform: translate(50vw, 10vh);
  }
  80% {
    -webkit-transform: translate(20vw, 40vh);
    transform: translate(20vw, 40vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes l9 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(10vw, 40vh);
    transform: translate(10vw, 40vh);
  }
  65% {
    -webkit-transform: translate(40vw, 60vh);
    transform: translate(40vw, 60vh);
  }
  78% {
    -webkit-transform: translate(10vw, 10vh);
    transform: translate(10vw, 10vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes l9 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(10vw, 40vh);
    transform: translate(10vw, 40vh);
  }
  65% {
    -webkit-transform: translate(40vw, 60vh);
    transform: translate(40vw, 60vh);
  }
  78% {
    -webkit-transform: translate(10vw, 10vh);
    transform: translate(10vw, 10vh);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@-webkit-keyframes cat {
  0% {
    background: url("../img/1.webp") no-repeat;
    background-size: contain;
    top: 50%;
  }
  33.333333333% {
    background: url("../img/2.webp") no-repeat;
    background-size: contain;
    top: calc(50% - 10%);
  }
  66.666666666% {
    background: url("../img/3.webp") no-repeat;
    background-size: contain;
    top: calc(50% - 10%);
  }
  99.999999999% {
    background: url("../img/1.webp") no-repeat;
    background-size: contain;
    top: 50%;
  }
}
@keyframes cat {
  0% {
    background: url("../img/1.webp") no-repeat;
    background-size: contain;
    top: 50%;
  }
  33.333333333% {
    background: url("../img/2.webp") no-repeat;
    background-size: contain;
    top: calc(50% - 10%);
  }
  66.666666666% {
    background: url("../img/3.webp") no-repeat;
    background-size: contain;
    top: calc(50% - 10%);
  }
  99.999999999% {
    background: url("../img/1.webp") no-repeat;
    background-size: contain;
    top: 50%;
  }
}
.marquee-container {
  overflow-x: hidden !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0) rotate(-25deg);
  -ms-transform: translate(-50%, 0) rotate(-25deg);
  transform: translate(-50%, 0) rotate(-25deg);
  width: 150%;
}

.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll var(--duration) linear var(--delay)
    var(--iteration-count);
  animation: scroll var(--duration) linear var(--delay) var(--iteration-count);
  -webkit-animation-play-state: var(--play);
  animation-play-state: var(--play);
  -webkit-animation-delay: var(--delay);
  animation-delay: var(--delay);
  -webkit-animation-direction: var(--direction);
  animation-direction: var(--direction);
}
.marquee .child {
  margin-right: 50px;
}
.marquee .child img {
  height: 300px;
}
@media (max-width: 1919px) {
  .marquee .child img {
    height: calc(280px + 20 * ((100vw - 320px) / 1600));
  }
}
@media (max-width: 1919px) {
  .marquee .child {
    margin-right: calc(30px + 20 * ((100vw - 320px) / 1600));
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.initial-child-container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.hero__cat-new {
  position: absolute;
  height: 30vh;
  width: 20vh;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 998px) {
  .hero__cat-new {
    left: 40%;
  }
}
.hero__cat-new._animation {
  animation: kotoo 1s 1s infinite;
  -webkit-animation: kotoo 1s 1s infinite;
}
@media (max-width: 998px) {
  .hero__cat-new._animation {
    animation: kotoo 1s infinite;
    -webkit-animation: kotoo 1s infinite;
  }
}

@keyframes kotoo {
  0% {
    top: 45%;
  }
  50% {
    top: 56%;
  }
  100% {
    top: 45%;
  }
}

@-webkit-keyframes kotoo {
  0% {
    top: 45%;
  }
  50% {
    top: 56%;
  }
  100% {
    top: 45%;
  }
}

.hero__cat-new img {
  height: 100%;
  position: absolute;

  /* transition: 0.1s; */
}

.hero__cat-new._one img:nth-child(2),
.hero__cat-new._one img:nth-child(3) {
  opacity: 0;
}
.hero__cat-new._one img:nth-child(1) {
  display: block;
  z-index: 3;
}

.hero__cat-new._two img:nth-child(1),
.hero__cat-new._two img:nth-child(3) {
  opacity: 0;
}
.hero__cat-new._two img:nth-child(2) {
  display: block;
  z-index: 3;
}

.hero__cat-new._three img:nth-child(1),
.hero__cat-new._three img:nth-child(2) {
  opacity: 0;
}
.hero__cat-new._three img:nth-child(3) {
  display: block;
  z-index: 3;
}

.hero__sveci {
  position: absolute;
  height: 60vh;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 998px) {
  .hero__sveci {
    bottom: -50px;
  }
}
.hero__sveci img {
  position: absolute;
  top: 0;
  right: 0;
  height: 70%;
  transform: translate(100%);
  -webkit-transform: translate(100%);
  animation: svecia 3s linear infinite;
  -webkit-animation: svecia 3s linear infinite;
}

@keyframes svecia {
  0% {
    top: 0;
    right: 0;
    transform: translate(100%);
    -webkit-transform: translate(100%);
  }
  100% {
    bottom: 0;
    transform: translate(0px, 180%);
    -webkit-transform: translate(0px, 180%);
    right: 100%;
  }
}
@-webkit-keyframes svecia {
  0% {
    top: 0;
    right: 0;
    transform: translate(100%);
    -webkit-transform: translate(100%);
  }
  100% {
    bottom: 0;
    transform: translate(0px, 180%);
    -webkit-transform: translate(0px, 180%);
    right: 100%;
  }
}
