@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #fbe280;

  color: #1e1e1e;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.button:hover {
  scale: 120%;
}

.t-d-header.is-open .t-d-header-background {
  left: 0;
}
.t-d-header-button-wrapper {
  margin-left: auto;
}
.t-d-header-icon {
  display: none;
}

.t-d-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.t-d-navigation-list.is-open {
  right: 0;
}
.t-d-header-icon-menu {
  display: block;
}

.t-d-header-icon-button.is-open .t-d-header-icon-menu {
  display: none;
}

.t-d-header-icon-button.is-open .t-d-header-icon-close {
  display: block;
}

.t-d-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 56px;
  background: #414a2b;
}

.t-d-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #414a2b;
}
.t-d-header.is-open .t-d-header-background {
  left: 0;
}
.t-d-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t-d-header-icon-menu {
  display: block;
}

.t-d-header-icon-button.is-open .t-d-header-icon-menu {
  display: none;
}

.t-d-header-icon-button.is-open .t-d-header-icon-close {
  display: block;
}

.t-d-navigation {
  display: -ms-flexbox;
  -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-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 16px;
  position: relative;
}

.t-d-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  transition: 0.3s;
  z-index: -1;
  background: #414a2b;
  box-shadow: -6px 8px 4px 0px #10004e40;
  width: 264px;
  height: 416px;
  padding-top: 20px;
  padding-left: 40px;
  gap: 36px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-top: -56px;
}

.t-d-navigation-list.is-open {
  right: 0;
}

.t-d-navigation-link {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;
}

.t-d-navigation-link:hover,
.t-d-navigatioт-link:focus {
  color: #fbe280;
}

.t-d-header.is-open {
  background-color: transparent;
}

.t-d-navigation-img {
  display: none;
}

@media screen and (min-width: 1200px) {
  .t-d-navigation-img {
    display: flex;
    margin-right: 140px;
  }
  .t-d-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .t-d-header {
    width: 100%;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .t-d-header-background {
  }
  .t-d-header-icon-button {
    display: none;
  }
  .t-d-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .t-d-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 80px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 0;
    padding-left: 24px;
  }

  .t-d-navigation-link {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    text-decoration: none;
  }

  .t-d-navigation-item-desk {
    display: none;
  }
}
.t-d-home {
  width: 375px;
  height: 701px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Hero.png");
  margin: auto;
}
.t-d-home-container {
  width: 375px;
  padding: 146px 9px 0px;
  margin: auto;
}

.t-d-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.t-d-home-title-img {
  width: 356px;
}

@media screen and (min-width: 1200px) {
  .t-d-home {
    width: 1440px;
    height: 1024px;
    background-image: url("/img/home/Hero\ \(1\).png");
  }
  .t-d-home-container {
    width: 1440px;
    padding: 170px 0px 0px;
  }
  .t-d-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .t-d-home-title-img {
    width: 894px;
  }
}
.t-d-about {
  margin: auto;
  width: 375px;
  padding: 32px 20px;
}
.t-d-about-container {
  background: #5eb56b;
  border-radius: 30px;
  gap: 24px;
  padding: 24px;
}
.t-d-about-title {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 32px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: bottom;
}
.t-d-about-text {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding-top: 24px;
}

@media screen and (min-width: 1200px) {
  .t-d-about {
    margin: auto;
    width: 1440px;
    padding: 90px 72px;
  }
  .t-d-about-container {
    border-radius: 50px;
    padding: 40px;
  }
  .t-d-about-title {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: bottom;
  }
  .t-d-about-text {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    padding-top: 36px;
  }
}

.t-d-why-container {
  width: 375px;
  margin: auto;
  padding: 32px 20px;
}
.t-d-why-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.t-d-why-item {
  gap: 24px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 20px 16px;
  background: linear-gradient(90deg, #ee8428 0%, #f19e35 100%);
}
.t-d-why-img {
  width: 63px;
}

.t-d-why-text {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media screen and (min-width: 1200px) {
  .t-d-why-container {
    width: 1440px;
    padding: 90px 72px;
  }
  .t-d-why-list {
    padding-top: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 36px;
  }
  .t-d-why-item {
    width: 416px;
    height: 204px;
    border-radius: 10px;
    padding: 16px;
    flex-direction: column;
    gap: 24px;
  }
  .t-d-why-img {
    width: 106px;
  }

  .t-d-why-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
  .t-d-why-item-two {
    width: 636px;
    height: 190px;
    border-radius: 10px;
    padding: 16px;
  }
}

.t-d-reviews-container {
  margin: auto;
  padding: 32px 20px;
  width: 375px;
}
.t-d-reviews-list {
  padding: 32px 0;
}

.t-d-reviews-item {
  margin: 50px 10px 0;
  width: 335px;
  height: 164px;
  border-radius: 10px;
  background: #fac646;
  padding: 0 16px;
}

.t-d-reviews-img {
  height: 141px;
  margin: -60px auto 0;
}
.t-d-reviews-text-bold {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  margin-top: -10px;
}

.t-d-reviews-text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding-top: 8px;
}

@media screen and (min-width: 1200px) {
  .t-d-reviews-container {
    margin: auto;
    padding: 90px 72px;
    width: 1440px;
  }
  .t-d-reviews-list {
    padding: 36px 0;
  }

  .t-d-reviews-item {
    margin: 100px 12px 0;
    width: 416px;
    height: 188px;
    border-radius: 10px;
  }

  .t-d-reviews-img {
    height: 170px;
    margin: -100px auto 0;
  }
  .t-d-reviews-text-bold {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    margin-top: -10px;
  }

  .t-d-reviews-text {
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

    padding-top: 16px;
  }
}

.t-d-gallery-container {
  width: 375px;
  margin: auto;
  padding: 32px 20px;
}
.t-d-gallery-list {
  padding: 24px 0;
}

.t-d-gallery-item {
  width: 335px;
  height: 188px;

  overflow: hidden;
  position: relative;
  margin: 0 10px;
}

.t-d-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.t-d-gallery-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.t-d-gallery-button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.t-d-gallery-button-icon {
  width: 36px;
}
.t-d-gallery-button:hover {
  scale: 120%;
}

@media screen and (min-width: 1200px) {
  .t-d-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 90px 72px;
  }
  .t-d-gallery-item {
    width: 908px;
    height: 511px;

    margin: 0 10px;
  }

  .t-d-gallery-list {
    padding: 36px 0;
  }
}

.t-d-features-container {
  width: 375px;
  margin: auto;
  padding: 32px 20px;
}
.t-d-features-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.t-d-features-item {
  border-radius: 10px;
  padding-top: 16px;
  padding-right: 24px;
  padding-bottom: 16px;
  padding-left: 24px;
  gap: 16px;
  background: #fac646;
  display: flex;
  align-items: center;
}

.t-d-features-img {
  width: 48px;
  height: 48px;
}

.t-d-features-text {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
}

@media screen and (min-width: 1200px) {
  .t-d-features-container {
    width: 1440px;
    margin: auto;
    padding: 90px 72px;
  }
  .t-d-features-list {
    padding-top: 36px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  .t-d-features-item {
    width: 416px;
    height: 120px;
    border-radius: 10px;
    gap: 24px;
    padding: 24px;
  }

  .t-d-features-img {
    width: 72px;
    height: 72px;
  }

  .t-d-features-text {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}

.t-d-policy-terms-container {
  padding: 96px 20px 40px;
  width: 375px;
  margin: auto;
  font-family: Roboto;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
}

.t-d-policy-terms-container h1 {
  margin-bottom: 24px;
  font-family: Fredoka;
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  letter-spacing: 0%;
}
.t-d-policy-terms-container h2 {
  margin-bottom: 16px;
  font-family: Fredoka;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
}
.t-d-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 16px;
}
.t-d-policy-terms-container p {
  margin-bottom: 16px;
}
.t-d-email-link {
  color: inherit;
}
@media screen and (min-width: 1200px) {
  .t-d-policy-terms-container {
    padding: 166px 72px 90px;
    width: 1440px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .t-d-policy-terms-container h1 {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 36px;
  }
  .t-d-policy-terms-container h2 {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 24px;
  }
  .t-d-policy-terms-container p {
    margin-bottom: 16px;
  }
}

.t-d-footer-container {
  width: 375px;
  background: #414a2b;

  padding: 24px 20px 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #ffffff;
}

.t-d-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.t-d-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.t-d-footer-copyright {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.t-d-footer-text-two {
  display: none;
}
@media screen and (min-width: 1200px) {
  .t-d-footer-container {
    width: 1440px;
    padding: 24px 72px;

    align-items: stretch;
    gap: 24px;
  }

  .t-d-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 12px;
  }

  .t-d-footer-text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
  .t-d-footer-text-two {
    display: block;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
  .t-d-footer-copyright {
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.t-d-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 36px 20px;
  background: #fbe280;

  z-index: 1000;
  display: none;
}

.t-d-cookie-popup-text-two {
  font-family: Fredoka;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
}

.t-d-cookie-button-container {
  padding: 42px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.t-d-cookie-button {
  background-color: transparent;
  width: 156px;
  height: 40px;
  border: 3px solid #1e1e1e;
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}

#accept-cookies {
  border: none;
  background: #621378;
  color: #ffffff;
}

.t-d-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .t-d-cookie-popup-text-two {
    font-family: Fredoka;
    font-weight: 500;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .t-d-cookie-button-container {
    padding-top: 64px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 48px;
  }

  .t-d-cookie-button {
    width: 227px;
    height: 62px;
    gap: 8px;
    border-width: 3px;
    font-family: Roboto;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
  .t-d-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 902px;
    padding: 90px 72px;
    display: none;
  }
}
