@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "REM", sans-serif;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.title {
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .title {
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 60px;
  }
}

h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 5;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.header .logo {
  width: 201px;
}
.header__button-wrapper {
  margin-left: auto;
  padding: 9px 26px;
  background: #5bd2ff;
  border-radius: 24px;
}
.header__icon {
  display: none;
  width: 24px;
  height: 24px;
}
.header__icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  border: none;
  padding: 0;
}

.header__icon--menu {
  display: block;
  width: 30px;
}

.header__icon-button.is-open .header__icon--menu {
  display: none;
}

.header__icon-button.is-open .header__icon--close {
  display: block;
}

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 20px;
}
.navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  padding: 166px 60px;
  background: #006086;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}
.navigation__list.is-open {
  right: 0;
}
.navigation__link {
  display: inline-block;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: 1.5px solid transparent;
}
.navigation__link:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media screen and (min-width: 1200px) {
  .header__button-wrapper {
    display: none;
  }
  .navigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 1280px;
    margin: 0 auto;
    margin-left: auto;
  }
  .navigation__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #003d55;
    background: #5bd2ff;
    padding: 9px 26px;
    border-radius: 24px;
  }
  .navigation__link:hover {
    -webkit-transform: none;
            transform: none;
    border-color: #1177ff;
  }
  .navigation__link.active {
    content: "";
    font-weight: 600;
  }
  .navigation__list {
    background: none;
    backdrop-filter: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: static;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    padding: 0;
    margin: 0;
    gap: 0;
  }
}
.home {
  background: -webkit-gradient(linear, left bottom, left top, from(#7fe1f3), color-stop(8.75%, #92f2f6), color-stop(69.19%, #00aaed));
  background: linear-gradient(360deg, #7fe1f3 0%, #92f2f6 8.75%, #00aaed 69.19%);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  position: relative;
  padding: 132px 20px 30px 20px;
}
@media screen and (min-width: 1200px) {
  .home {
    padding-top: 196px;
    padding-bottom: 125px;
  }
}
.home .box {
  max-width: 650px;
}
.home .home-1 {
  width: 357px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .home .home-1 {
    width: auto;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.home h2 {
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1200px) {
  .home h2 {
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
  }
}
.home p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 36px;
}
@media screen and (min-width: 1200px) {
  .home p {
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
  }
}
.home span {
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #0E74FF;
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .home span {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
}
.home a {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #E3E1EB;
  text-decoration: none;
  max-width: 326px;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: radial-gradient(49.35% 94.55% at 49.82% 50.91%, #5bd2ff 0%, #0d73ff 100%);
  border: 1px solid #5bd2ff;
  -webkit-box-shadow: 0px 21px 39.3px #0098d4;
          box-shadow: 0px 21px 39.3px #0098d4;
  border-radius: 50px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.home a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.how-to-play {
  background-image: url("../../images/bg-howto.png");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  padding: 64px 20px;
  border-radius: 40px;
}
@media screen and (min-width: 1200px) {
  .how-to-play {
    background-position: center;
    padding-block: 50px;
  }
}
.how-to-play .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .how-to-play .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.how-to-play h3 {
  color: #6866ca;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 28px;
}
@media screen and (min-width: 1200px) {
  .how-to-play h3 {
    font-size: 28px;
    margin-bottom: 36px;
  }
}
.how-to-play ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.how-to-play li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.how-to-play li img {
  width: 44px;
}
@media screen and (min-width: 1200px) {
  .how-to-play li img {
    width: 56px;
  }
}
.how-to-play li p {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}
@media screen and (min-width: 1200px) {
  .how-to-play li p {
    font-size: 20px;
  }
}

.tasks {
  background-image: url("../../images/bg-tasks.jpg");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 64px 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .tasks {
    padding-top: 100px;
    padding-bottom: 130px;
    background-position: center top;
  }
}
.tasks h2 {
  color: #1278ff;
}
.tasks .box-img {
  margin: 0 auto;
  margin-top: 28px;
}
@media (min-width: 1200px) {
  .tasks .box-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(53%, -12%);
            transform: translate(53%, -12%);
    -webkit-animation: jump 1s ease-in-out infinite;
            animation: jump 1s ease-in-out infinite;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate(53%, -12%) translateY(0);
            transform: translate(53%, -12%) translateY(0);
  }
  20% {
    -webkit-transform: translate(53%, -12%) translateY(-12px);
            transform: translate(53%, -12%) translateY(-12px);
  }
  40% {
    -webkit-transform: translate(53%, -12%) translateY(0);
            transform: translate(53%, -12%) translateY(0);
  }
  60% {
    -webkit-transform: translate(53%, -12%) translateY(-6px);
            transform: translate(53%, -12%) translateY(-6px);
  }
  100% {
    -webkit-transform: translate(53%, -12%) translateY(0);
            transform: translate(53%, -12%) translateY(0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate(53%, -12%) translateY(0);
            transform: translate(53%, -12%) translateY(0);
  }
  20% {
    -webkit-transform: translate(53%, -12%) translateY(-12px);
            transform: translate(53%, -12%) translateY(-12px);
  }
  40% {
    -webkit-transform: translate(53%, -12%) translateY(0);
            transform: translate(53%, -12%) translateY(0);
  }
  60% {
    -webkit-transform: translate(53%, -12%) translateY(-6px);
            transform: translate(53%, -12%) translateY(-6px);
  }
  100% {
    -webkit-transform: translate(53%, -12%) translateY(0);
            transform: translate(53%, -12%) translateY(0);
  }
}
.tasks h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: #2a2a2a;
  text-align: center;
  margin-block: 28px;
}
@media screen and (min-width: 1200px) {
  .tasks h3 {
    margin-block: 40px;
  }
}
.tasks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .tasks ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .tasks .list-2 {
    width: 730px;
  }
}
.tasks li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  width: 336px;
  height: 111px;
  border-radius: 60px;
  border: 4px dashed #fcc265;
  padding: 13px 28px;
  background-color: #fff;
}
.tasks li img {
  width: 56px;
}
.tasks li p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #2a2a2a;
}

.features {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ceffab));
  background: linear-gradient(180deg, #ffffff 0%, #ceffab 100%);
  position: relative;
  color: #3bc92d;
  padding: 64px 20px;
}
@media screen and (min-width: 1200px) {
  .features {
    padding-block: 100px;
  }
  .features .list-right {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .features .feat-l {
    bottom: 48px;
    left: 50%;
    -webkit-transform: translate(-115%);
            transform: translate(-115%);
  }
  .features .feat-r {
    top: 100px;
    left: 50%;
    -webkit-transform: translate(38%);
            transform: translate(38%);
  }
}
.features .feat-l,
.features .feat-r {
  display: none;
}
@media screen and (min-width: 1200px) {
  .features .feat-l,
  .features .feat-r {
    display: block;
    position: absolute;
  }
}
.features .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}
@media screen and (min-width: 1200px) {
  .features .container {
    gap: 113px;
  }
}
@media screen and (min-width: 1200px) {
  .features .features-1 {
    display: none;
  }
}
.features ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  max-width: 633px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .features ul {
    gap: 28px;
  }
}
.features li {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 1200px) {
  .features li {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}

.form {
  background-image: url("../../images/bg-form.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 64px 20px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .form {
    padding-block: 100px;
  }
}
.form h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
  word-break: break-all;
}
@media screen and (min-width: 1200px) {
  .form h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
  }
}
.form .contact-2 {
  max-width: 335px;
}
@media screen and (min-width: 1200px) {
  .form .contact-2 {
    max-width: none;
  }
}
.form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .form .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 57px;
  }
}

.contact-section {
  max-width: 546px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#00aaec), to(#ffffff));
  background: linear-gradient(180deg, #00aaec 0%, #ffffff 100%);
  padding: 40px 20px;
  border-radius: 30px;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

/* поля */
.field input,
.field textarea {
  width: 80%;
  height: 76px;
  border: none;
  background: #fff;
  padding: 18px 20px;
  font-size: 16px;
  outline: none;
  border-radius: 10px;
  color: #504e4e;
}
@media screen and (min-width: 1200px) {
  .field input,
  .field textarea {
    width: 50%;
  }
}

.field textarea {
  min-height: 124px;
  resize: vertical;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .field textarea {
    min-height: 170px;
    width: 100%;
  }
}

.field input::-webkit-input-placeholder, .field textarea::-webkit-input-placeholder {
  font-family: "REM", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #504e4e;
}

.field input::-moz-placeholder, .field textarea::-moz-placeholder {
  font-family: "REM", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #504e4e;
}

.field input:-ms-input-placeholder, .field textarea:-ms-input-placeholder {
  font-family: "REM", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #504e4e;
}

.field input::-ms-input-placeholder, .field textarea::-ms-input-placeholder {
  font-family: "REM", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #504e4e;
}

.field input::placeholder,
.field textarea::placeholder {
  font-family: "REM", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #504e4e;
}

.btn-submit {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #e3e1eb;
  text-decoration: none;
  max-width: 326px;
  width: 100%;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: radial-gradient(49.35% 94.55% at 49.82% 50.91%, #5bd2ff 0%, #0d73ff 100%);
  border: 1px solid #5bd2ff;
  -webkit-box-shadow: 0px 21px 39.3px #0098d4;
          box-shadow: 0px 21px 39.3px #0098d4;
  border-radius: 50px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-submit:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.modal-form {
  position: fixed;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #222221;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-form.show {
  opacity: 1;
}

.hidden {
  display: none;
}

#cookiePopup {
  display: none;
}

#cookiePopup.is-open {
  display: block;
}

.popup {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  max-width: 380px;
  width: calc(100% - 20px);
  background: #000303;
  color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1803921569);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1803921569);
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px;
}
@media screen and (min-width: 1200px) {
  .popup {
    max-width: 1240px;
  }
}

.popup-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 12px;
}

.popup p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 38px;
}

.popup .button-wrap button {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.popup .button-wrap button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.popup-bottom a {
  color: #fff;
}

#acceptCookiesBtn {
  background: #1177FF;
  padding: 7px 15px;
  border-radius: 20px;
}

.button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 1200px) {
  .button-wrap {
    gap: 60px;
  }
}

.reviews {
  background-image: url("../../images/bg-rev.jpg");
  background-size: cover;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 146px;
  padding-bottom: 206px;
}
@media screen and (min-width: 1200px) {
  .reviews {
    background-position: center bottom;
    padding-top: 186px;
    padding-bottom: 162px;
  }
}
.reviews h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 52px;
  margin-bottom: 48px;
  color: #fff;
  text-align: center;
  word-break: break-all;
}
@media screen and (min-width: 1200px) {
  .reviews h1 {
    font-weight: 800;
    font-size: 64px;
    line-height: 76px;
  }
}
.reviews li {
  border: 1px solid #fefefe;
  border-radius: 20px;
  background: #a47aff;
  color: #fff;
  width: 335px;
  height: 230px;
  padding: 28px;
  margin: 0 10px;
  opacity: 0.5;
  -webkit-transition: 1.5s ease;
  transition: 1.5s ease;
}
@media screen and (min-width: 1200px) {
  .reviews li {
    width: 493px;
    height: 200px;
    margin-inline: -50px;
  }
}
.reviews .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}
.reviews li img {
  width: 60px;
}
.reviews h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
}
.reviews p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .reviews .btn-container {
    gap: 540px;
    bottom: 185px;
  }
}

.reviews__list .slick-active {
  opacity: 1;
  background: #fa72be;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1200px) {
  .reviews__list .slick-active {
    margin-top: 170px;
  }
}

@media screen and (min-width: 1200px) {
  .reviews__list .slick-track {
    height: 400px;
  }
}
.faq {
  background-image: url("../../images/bg-faq.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 132px 20px 48px 20px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  /* ПЛЮС за замовчуванням */
  /* МІНУС прихований */
}
@media screen and (min-width: 1200px) {
  .faq {
    padding-block: 160px;
  }
}
.faq ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 1200px) {
  .faq ul {
    gap: 24px;
  }
}
.faq__item {
  width: 100%;
  background: #ff9d00;
  border-radius: 40px;
  padding: 24px 20px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media screen and (min-width: 1200px) {
  .faq__item {
    padding: 32px 40px;
  }
}
.faq__question-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-bottom: 6px;
}
.faq__question {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 1200px) {
  .faq__question {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
  }
}
.faq__answer {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.6s cubic-bezier(0.5, 0.25, 0, 1), padding 0.6s cubic-bezier(0.5, 0.25, 0, 1), opacity 0.6s ease, margin-top 0.6s cubic-bezier(0.5, 0.25, 0, 1);
  transition: max-height 0.6s cubic-bezier(0.5, 0.25, 0, 1), padding 0.6s cubic-bezier(0.5, 0.25, 0, 1), opacity 0.6s ease, margin-top 0.6s cubic-bezier(0.5, 0.25, 0, 1);
  padding: 0;
}
.faq__button {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.faq .faq__icon {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.25s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.25s ease, transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.faq .icon-open {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}
.faq .icon-close {
  opacity: 0;
  -webkit-transform: rotate(-90deg) scale(0.6);
          transform: rotate(-90deg) scale(0.6);
}

.faq__item.active {
  background: #03dbff;
}

.faq__item.active .icon-open {
  opacity: 0;
  -webkit-transform: rotate(90deg) scale(0.6);
          transform: rotate(90deg) scale(0.6);
}

.faq__item.active .icon-close {
  opacity: 1;
  -webkit-transform: rotate(0deg) scale(1);
          transform: rotate(0deg) scale(1);
}

.faq__item.active .faq__answer {
  max-height: 200px;
  opacity: 1;
  padding: 8px 0;
  margin-top: 12px;
}

.gallery {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(8.17%, #ffffff), to(#ffe2ff));
  background: linear-gradient(180deg, #ffffff 8.17%, #ffe2ff 100%);
  position: relative;
  padding-block: 64px;
}
@media screen and (min-width: 1200px) {
  .gallery {
    padding-block: 100px;
  }
}
.gallery .dog {
  width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .gallery .dog {
    position: absolute;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    top: 140px;
  }
}
.gallery .title-wrap {
  margin-bottom: 0;
}
.gallery .gal-1 {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translate(-9%);
          transform: translate(-9%);
}
.gallery .gal-2 {
  position: absolute;
  top: 100px;
  left: 20%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.gallery__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1200px) {
  .gallery__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-top: 90px;
  }
}
.gallery__item {
  margin: 0 15px;
  opacity: 0.5;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.gallery__image {
  width: 335px;
}
@media screen and (min-width: 1200px) {
  .gallery__image {
    width: 436px;
  }
}

.gallery__list .slick-active {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .gallery__list .slick-active {
    margin-top: 170px;
  }
}

@media screen and (min-width: 1200px) {
  .gallery__list .slick-track {
    height: 900px;
  }
}
.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 92px;
  margin-top: 36px;
}
@media screen and (min-width: 1200px) {
  .btn-container {
    gap: 500px;
    position: absolute;
    bottom: 140px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    margin-top: 0;
  }
}
.btn-container button {
  background-color: transparent;
  border: none;
  width: 120px;
  height: 37px;
  padding: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 1200px) {
  .btn-container button {
    width: 161px;
    height: 48px;
  }
}
.btn-container button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.disclaimer {
  padding: 40px 20px;
}
@media screen and (min-width: 1200px) {
  .disclaimer {
    padding-block: 48px;
  }
}
.disclaimer .container {
  max-width: 1280px;
}
.disclaimer p {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  color: #1278ff;
}

.about {
  background-image: url("../../images/bg-about.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 132px 20px 48px 20px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media screen and (min-width: 1200px) {
  .about {
    padding-top: 172px;
    padding-bottom: 64px;
  }
}
.about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (min-width: 1200px) {
  .about .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.about .about-1 {
  width: 340px;
}
@media screen and (min-width: 1200px) {
  .about .about-1 {
    width: 550px;
  }
}
.about p {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media screen and (min-width: 1200px) {
  .about p {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
  }
}
.about .txt-btm {
  margin-top: 28px;
  font-weight: 600;
}

.contact {
  background-image: url("../../images/bg-contact.webp");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 132px 20px 70px 20px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media screen and (min-width: 1200px) {
  .contact {
    padding-top: 160px;
    padding-bottom: 142px;
  }
}
.contact h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  word-break: break-all;
}
@media screen and (min-width: 1200px) {
  .contact h1 {
    font-weight: 800;
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 45px;
  }
}
.contact .contact-1 {
  width: 268px;
}
@media screen and (min-width: 1200px) {
  .contact .contact-1 {
    width: auto;
  }
}
.contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
}
@media screen and (min-width: 1200px) {
  .contact .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 57px;
  }
}
.contact .box {
  max-width: 659px;
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
@media screen and (min-width: 1200px) {
  .contact .box {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
  }
}
.contact p {
  padding-bottom: 28px;
}
.contact .mail {
  color: #fff;
  text-decoration: none;
  word-break: break-all;
}

.footer {
  background: #006086;
  padding: 48px 20px 44px 20px;
}
@media screen and (min-width: 1200px) {
  .footer {
    padding-block: 58px;
  }
}
.footer .logo {
  width: 201px;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}
@media screen and (min-width: 1200px) {
  .footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: unset;
  }
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 1200px) {
  .footer ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
.footer li a {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.footer .copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

.policies {
  background: linear-gradient(315.24deg, #03DBFF 24.8%, #048DB7 99.11%);
  padding: 142px 15px 42px 15px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
}
.policies h1 {
  word-break: break-all;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .policies h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
  }
}
.policies h2 {
  line-height: 100%;
  font-size: 18px;
  margin-block: 10px;
}
@media screen and (min-width: 1200px) {
  .policies h2 {
    margin-block: 20px;
  }
}
.policies p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}
.policies a {
  color: inherit;
  text-decoration: none;
  font-weight: 800;
}
.policies ul {
  list-style: disc;
  padding-left: 20px;
}/*# sourceMappingURL=main.css.map */