@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-image: url("/img/Desktope.png");
  color: #222222;
}

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-f-header.is-open .t-f-header-background {
  left: 0;
}
.t-f-header-button-wrapper {
  margin-left: auto;
}
.t-f-header-icon {
  display: none;
}

.t-f-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.t-f-navigation-list.is-open {
  right: 0;
}
.t-f-header-icon-menu {
  display: block;
}

.t-f-header-icon-button.is-open .t-f-header-icon-menu {
  display: none;
}

.t-f-header-icon-button.is-open .t-f-header-icon-close {
  display: block;
}

.t-f-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: auto;
}

.t-f-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
}
.t-f-header.is-open .t-f-header-background {
  left: 0;
}
.t-f-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.t-f-header-icon-menu {
  display: block;
}

.t-f-header-icon-button.is-open .t-f-header-icon-menu {
  display: none;
}

.t-f-header-icon-button.is-open .t-f-header-icon-close {
  display: block;
}

.t-f-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: 20px 16px;
  position: relative;
}

.t-f-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: 557px;
  transition: 0.3s;
  z-index: 999;
  padding: 133px 0 0;
  gap: 28px;
  background: #31cdc6;
  box-shadow: 0px 2px 8px 0px #00000040 inset, 0px -2px 8px 0px #00000040 inset,
    0px 4px 4px 0px #00000040;

  height: 496px;

  border-radius: 50px;
}

.t-f-navigation-list.is-open {
  right: 0;
}

.t-f-navigation-link {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0%;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #000000;
}

.t-f-navigation-link:hover,
.t-f-navigatioт-link:focus {
  font-weight: 700;
  font-size: 20px;
}

.t-f-header.is-open {
  background-color: transparent;
}

.t-f-navigation-img {
  display: none;
}

@media screen and (min-width: 1201px) {
  .t-f-navigation-img {
    display: flex;
  }
  .t-f-policy-terms-header-icon-menu {
    display: none;
  }
  .w-b-header-button-wrapper {
    display: none;
  }
  .t-f-header {
    width: 100%;
    height: 58px;
    padding: 10px 0px 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background: #ef9193;
    box-shadow: 0px 1px 4px 0px #00000040;
  }

  .t-f-header-background {
  }
  .t-f-header-icon-button {
    display: none;
  }
  .t-f-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .t-f-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 40px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .t-f-navigation-link {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0%;
  }

  .t-f-navigation-item-desk {
    display: none;
  }
}
.t-f-home {
  width: 375px;
  height: 1029px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/home/Frame\ 294.png");
  margin: auto;
  margin-bottom: -57px;
}
.t-f-home-container {
  width: 375px;
  padding: 281px 50px 0px;
  margin: auto;
}

.t-f-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000000;
}
.t-f-home-title-img {
  width: 276px;
}
.t-f-home-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 27px 0 16px;
}

.t-f-home-text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 10px;
}

@media screen and (min-width: 1201px) {
  .t-f-home {
    width: 1440px;
    height: 867px;
    margin: auto;
    background-image: url("/img/home/Frame\ 295.png");
  }
  .t-f-home-container {
    width: 1440px;
    padding: 227px 487px 0px;
  }

  .t-f-home-title-img {
    width: 454px;
  }
  .t-f-home-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding: 27px 0 16px;
  }

  .t-f-home-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding: 0;
  }
}

.t-f-about-container {
  width: 375px;
  padding: 28px 15px;
  margin: auto;
  margin-top: 57px;
  background: #5dd3c9;
  border-width: 8px 0px 8px 0px;
  border-style: solid;
  border-color: #ffffff;
  color: #000000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.t-f-about-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.t-f-about-text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 16px;
}
.t-f-about-img {
  width: 100px;
}

@media screen and (min-width: 1201px) {
  .t-f-about {
    width: 1440px;
    margin: auto;
  }

  .t-f-about-container {
    padding: 28px 15px;
    margin: 0;
    margin-top: 100px;

    flex-direction: row-reverse;
    gap: 84px;
    width: 1260px;
    border-top-width: 8px;
    border-right-width: 8px;
    border-bottom-width: 8px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 33px 148px 32px 93px;
  }
  .t-f-about-title {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 40px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .t-f-about-text {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    width: 747px;
    padding-top: 16px;
  }
  .t-f-about-img {
    width: 170px;
  }
}

.t-f-how-container {
  margin: auto;
  margin-top: 80px;
  width: 375px;
  padding: 28px 16px;
  background: #fcd752;
  border-width: 8px 0px 8px 0px;

  border-style: solid;

  border-color: #ffffff;
}
.t-f-how-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #000000;
}

.t-f-how-text-bold {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 30px;
  line-height: 150%;
  letter-spacing: 0%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5dd3c9;

  border-radius: 8px;
}

.t-f-how-text {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 16px 0 10px;
}
.t-f-how-text-two {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.t-f-how-img {
  margin: auto;
  width: 100px;
  margin-top: 4px;
}
@media screen and (min-width: 1201px) {
  .t-f-how {
    width: 1440px;
    margin: auto;
  }
  .t-f-how-container {
    margin: 0;
    margin-top: 120px;
    margin-left: 180px;
    width: 1260px;
    border-width: 8px 0px 8px 8px;

    border-style: solid;

    border-color: #ffffff;

    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 33px 68px 42px 91px;
  }
  .t-f-how-list {
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    gap: 27px;
    color: #000000;
  }

  .t-f-how-text-two {
    width: 276px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .t-f-how-img {
    margin: -40px 0 0 41px;
    width: 170px;
  }
}

.t-f-faq-container {
  padding: 28px 11px;
  width: 375px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 96px;
  background: #43a970;
  border-width: 8px 0px 8px 0px;

  border-style: solid;

  border-color: #ffffff;
}
.t-f-faq-div {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.t-f-faq-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.t-f-faq-item {
  border-radius: 36px;
  padding: 16px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px #6b6b6b40;
}

.t-f-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.t-f-faq-answer {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.t-f-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.t-f-toggle-button img {
  transition: transform 0.3s ease;
  width: 36px;
}
.t-f-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.t-f-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 18px;
}

.t-f-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1201px) {
  .t-f-faq {
    width: 1440px;
    margin: auto;
  }

  .t-f-faq-container {
    margin: 0;
    margin-top: 120px;
    margin-bottom: 73px;

    width: 1260px;
    border-top-width: 8px;
    border-right-width: 8px;
    border-bottom-width: 8px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 57px 158px 57px 93px;
  }
  .t-f-faq-div {
    display: flex;
    flex-direction: row-reverse;
    gap: 84px;
  }
  .t-f-faq-img {
    content: url("/img/Frame\ 276\ \(1\).png");
    margin-top: 20px;
    width: 170px;
    height: 562px;
  }
  .t-f-faq-list {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .t-f-faq-item {
    width: 728px;
    border-radius: 36px;
    padding: 16px;
    color: #000000;
    background: #ffffff;
    box-shadow: 0px 4px 10px 0px #6b6b6b40;
  }

  .t-f-faq-question {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .t-f-faq-answer {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.t-f-gallery-container {
  width: 375px;
  margin: auto;
  margin-top: 80px;
  padding: 28px 16px;
  background: #ef9195;
  border-width: 8px 0px 8px 0px;

  border-style: solid;

  border-color: #ffffff;
}
.t-f-gallery-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 40px;
  align-items: center;
}

.t-f-gallery-item {
  overflow: hidden;
  position: relative;
}

.t-f-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.t-f-gallery-imageq {
  width: 100px;
  margin-top: 4px;
}

@media screen and (min-width: 1201px) {
  .t-f-gallery {
    width: 1440px;
    margin: auto;
  }
  .t-f-gallery-container {
    margin: 0;
    margin-top: 120px;
    margin-left: 180px;
    width: 1260px;
    border-width: 8px 0px 8px 8px;
    border-style: solid;
    border-color: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 28px 68px 28px 84px;
  }
  .t-f-gallery-list {
    display: flex;
    flex-direction: row;
    gap: 21px;
    padding-top: 100px;
    align-items: start;
  }

  .t-f-gallery-item {
    overflow: hidden;
    position: relative;
  }

  .t-f-gallery-image {
    width: 162.75193786621094px;
    height: 221px;

    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .t-f-gallery-imageq {
    width: 170px;
    margin: -20px 0 0 10px;
  }
}

.t-f-features-container {
  width: 375px;
  margin: auto;
  margin-top: 80px;
  padding: 28px 16px;
  background: #43a970;
  border-width: 8px 0px 8px 0px;

  border-style: solid;

  border-color: #ffffff;
}
.t-f-features-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.t-f-features-item {
  width: 197px;
  height: 197px;
  padding: 71.5px 31px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
}

.t-f-features-img {
  width: 100px;
  margin-top: -4px;
}
.t-f-features-imgq {
  display: none;
}
@media screen and (min-width: 1201px) {
  .t-f-features {
    width: 1440px;
    margin: auto;
  }
  .t-f-features-container {
    margin: 0;
    margin-top: 120px;

    width: 1260px;
    border-top-width: 8px;
    border-right-width: 8px;
    border-bottom-width: 8px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 27px 102px 27px 93px;
  }
  .t-f-about-title-two {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .t-f-features-list {
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }
  .t-f-features-imgq {
    display: block;
    width: 170px;
    margin: -60px 3px 0 0;
  }

  .t-f-features-img {
    display: none;
  }
}

.t-f-policy-terms-container {
  padding: 124px 22px 45px;
  width: 375px;
  margin: auto;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

.t-f-policy-terms-container h1 {
  margin-bottom: 36px;
  padding: 0 60px;
  font-family: Montserrat;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.t-f-policy-terms-container h2 {
  margin-bottom: 16px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}
.t-f-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 16px;
}
.t-f-policy-terms-container p {
  margin-bottom: 16px;
}
.t-f-email-link {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1201px) {
  .t-f-policy-terms-container {
    padding: 138px 108px 85px;
    width: 1440px;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .t-f-policy-terms-container h1 {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
  .t-f-policy-terms-container h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.t-f-footer-container {
  width: 375px;
  background: #ffffff;

  padding: 25px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  color: #000000;
}

.t-f-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.t-f-footer-text {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 1%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;

  color: inherit;
}

.t-f-footer-copyright {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 1%;
}

@media screen and (min-width: 1201px) {
  .t-f-footer-container {
    width: 1440px;
  }

  .t-f-footer-wrapper {
    display: flex;
    flex-direction: row;
    gap: 19px;
  }

  .t-f-footer-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  .t-f-footer-copyright {
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1%;
  }
}

.t-f-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 40px 28px;
  background: #ffffff;

  z-index: 1000;
  display: none;
  font-family: Montserrat;
}
.t-f-cookie-popup-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}
.t-f-cookie-popup-text-two {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 24px;
}

.t-f-cookie-button-container {
  padding: 24px 0 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.t-f-cookie-button {
  background-color: transparent;
  border: 1px solid #000000;
  box-shadow: 0px 1px 3px 0px #87614c;
  width: 319px;

  padding-top: 15px;

  padding-bottom: 15px;

  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

#accept-cookies {
  border: none;
  background: #f2989d;
}

.t-f-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1201px) {
  .t-f-cookie-popup-text {
    font-weight: 700;
    font-size: 36px;
    line-height: 22px;
    letter-spacing: 0%;
  }
  .t-f-cookie-popup-text-two {
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .t-f-cookie-button {
    width: 269px;

    padding-top: 14px;

    padding-bottom: 14px;
    border-radius: 8px;
  }

  .t-f-cookie-button-container {
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 16px;
  }

  .t-f-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 32px;
    display: none;
  }
}
