@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Unbounded:wght@200;300;400;500;600;700;800;900&display=swap);
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: Unbounded, cursive;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
textarea {
  resize: none;

}
::-webkit-scrollbar {
  display: none;
}
ul {
  list-style-type: none;
}
li {
  /* display: block; */
}
.fit{
  width: min-content;
}
:root {
  --main-color: #f2ff0b;
  --second-color: #64408e;
  --placeholder_cl: #d4d4d4;
  --black: #060606;
  --onActive: #4a2f68;
  --onHover: #8556bc;
  --fz-first: 1.2rem;
  --fz-second: 1rem;
  --fz-third: 1.6rem;
  --fz-title: 4rem;
  --fz-subtitle: 2.6rem;
  --fz-header: 3.2rem;
}
* {
  font-family: Unbounded, sans-serif;
  margin: 0;
  padding: 0;
}
.btn-anim::before {
  -webkit-animation: shine var(--shine-time) ease-in-out infinite;
  animation: shine var(--shine-time) ease-in-out infinite;
}

@-webkit-keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%,
  100% {
    left: 100%;
    transition-property: left;
  }
}

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left;
  }
  11.5044247788%,
  100% {
    left: 100%;
    transition-property: left;
  }
}
.container {
  padding: 0 60px 0 60px;
  max-width: 1920px;
  margin: 0 auto;
}
.pictures {
  background-color: #fff;
  margin-top: 0;
}
.pictures__header {
  margin-top: 80px;
  color: #64408e;
  font-weight: 900;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
}
.pictures__wrapper {
  margin-top: 40px;
  display: grid;
  grid-template: 1fr / repeat(4, 1fr);
  grid-auto-rows: 1fr;
  gap: 20px;
}
.pictures__item {
  transition: 0.6s all;
}
.pictures__item:hover {
  transform: scale(1.05);
}
.pictures__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.description {
  margin-top: 100px;
  margin-bottom: 100px;
}
.description h2 {
  color: #64408e;
  font-weight: 900;
  font-size: 40px;
}
.description p {
  margin-top: 30px;
  color: #060606;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 32px;
}
.description h3 {
  margin-top: 50px;
  color: #64408e;
  font-size: 25px;
  font-weight: 400;
}
.description ul,
.description ol {
  padding-left: 30px;
  font-weight: 400;
  line-height: 32px;
}
:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.element_animation {
  opacity: 0;
}
.logo > img {
  fill: #fff;
}
.element_animation.element-show {
  opacity: 1;
  transition: opacity 0.8s ease;
}
.wrapper {
  margin: 0 auto;
}
.smallLogo {
  display: none;
}
header {
  position: relative;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

/* Header Bar */

.header_filler {
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.2);
  border-bottom-left-radius: 35px;
  border-bottom-right-radius: 35px;
  background-color: var(--main-color);
  height: 153px;
}

.header_container {
  height: 153px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: height 0.3s ease-in-out;
}

.social {
  margin-right: 40px;
}
.social .social_content:hover {
  background-color: var(--onHover);
}
.social .social_content:active {
  background-color: var(--onActive);
}
.logo > img {
  width: 256px;
  height: 38px;
}

header nav .dropdown {
  display: none;
  z-index: 300;
}
header nav .dropdown {
  width: 64px;
}

header nav .menu {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  font-size: var(--fz-first);
  transition: 1s all;
}

.bar_link:hover {
  transform: scale(1.1);
}

.bar_link {
  font-weight: normal;
  color: #060606;
  transition: 0.2s all ease-in-out;
}
.menu {
  display: flex;
}

.menu-link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}
.contact__block-link{
  display: inline-flex;
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}
.menu-link:hover,
.lang_container .lang_text:hover {
  color: #64408e;
  transition: all 0.3s ease;
  font-weight: 700;
}

.menu .menu-link::after,
.lang_container .lang_text::after {
  content: attr(data-text);
  content: attr(data-text) / "";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}
.p-wrapper{
  margin: 0 auto;
  width: 70%;
  text-align: center;
}
@media speech {
  .menu .menu-link::after {
    display: none;
  }
}

.lang_container {
  font-size: var(--fz-first);
}

.lang_container .lang_text {
  color: #060606;
  padding: 10px 5px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}

.social_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 15px;
}

header .social_container .social_content {
  width: 48px;
  height: 48px;
  background-color: #64408e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all ease;
}
header .social_container .social_content:hover {
  background-color: #8556bc;
}
.instagram {
  width: 30px;
  height: 30px;
}
.facebook {
  width: 17px;
  height: 32px;
}
.youtube {
  width: 30px;
  height: 21px;
}

.btn {
  width: fit-content;
  padding: 4px;
  border: 2px dashed #64408e;
  border-radius: 50px;
}
.btns{
  width: fit-content;
  padding: 4px;
  border: 2px dashed #64408e;
  border-radius: 50px;
  margin: 50px auto;
  margin-bottom: 30px;
}

@keyframes ants {
  to {
    background-position: 100%;
  }
}

.header_btn:hover {
  border: 2px dashed transparent;
  background: linear-gradient(#f2ff0b, #f2ff0b) padding-box,
    repeating-linear-gradient(
        -45deg,
        #64408e 0,
        #64408e 25%,
        #f2ff0b 0,
        #f2ff0b 50%
      )
      0 / 0.6em 0.6em;
  animation: ants 6s linear infinite;
}

.make {
  display: block;
  width: fit-content;
  padding: 14px 28px;
  border: none;
  border-radius: 50px;
  background-color: #64408e;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: "Unbounded", cursive;
  transition: 0.5s all ease;
  cursor: pointer;
}

.make:hover {
  background-color: #8556bc;
}
@media speech {
  .menu .menu-link::after {
    display: none;
  }
}
.lang_container {
  font-size: var(--fz-first);
}
.lang_container .lang_text {
  color: #060606;
  padding: 10px 5px;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}
.lang_container .lang_text:hover {
  color: #64408e;
  transition: all 0.3s ease;
  font-weight: 700;
}
.lang_container .lang_text::after {
  content: attr(data-text);
  content: attr(data-text) / "";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-weight: 700;
}
@media speech {
  .menu .menu-link::after {
    display: none;
  }
}
.social_container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
header .social_container .social_content {
  width: 48px;
  height: 48px;
  background-color: #64408e;
  color: #f2ff0b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.5s all ease;
}
header .social_container .social_content:hover {
  background-color: #8556bc;
}
.instagram {
  width: 30px;
  height: 30px;
}
.facebook {
  width: 17px;
  height: 32px;
}
.youtube {
  width: 30px;
  height: 21px;
}
.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px;
  border: 2px dashed #64408e;
  border-radius: 50px;
}
@-webkit-keyframes ants {
  to {
    background-position: 100%;
  }
}
@keyframes ants {
  to {
    background-position: 100%;
  }
}
.header_btn:hover {
  border: 2px dashed rgba(0, 0, 0, 0);
  background: linear-gradient(#f2ff0b, #f2ff0b) padding-box,
    repeating-linear-gradient(
        -45deg,
        #64408e 0,
        #64408e 25%,
        #f2ff0b 0,
        #f2ff0b 50%
      )
      0/0.6em 0.6em;
  -webkit-animation: ants 6s linear infinite;
  animation: ants 6s linear infinite;
}
.make {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 18px 25px;
  border: none;
  border-radius: 50px;
  background-color: #64408e;
  font-size: var(--fz-first);
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: Unbounded, cursive;
  transition: 0.5s all ease;
  cursor: pointer;
}
.make:hover {
  background-color: #8556bc;
}
.forms {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
.forms__figure1 {
  z-index: -20;
  position: absolute;
  left: 35px;
  top: 150px;
}
.forms__figure2 {
  position: absolute;
  left: 107px;
  bottom: 50px;
}
.forms__figure3 {
  position: absolute;
  right: 35px;
  top: 420px;
}
.forms_head {
  margin-top: 30px;
  z-index: 10;
  font-size: var(--fz-title);
  font-weight: 700;
  color: var(--second-color);
  padding-bottom: 20px;
}
.forms_head_sub {
  z-index: 10;
  font-size: var(--fz-third);
  color: var(--second-color);
  font-weight: 700;
  padding-bottom: 56px;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 28px;
  line-height: 42px;
}
.forms_wrapper {
  width: 44%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.forms_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  letter-spacing: 0.5px;
}
.forms_items_text {
  font-size: var(--fz-first);
  font-weight: 500;
  color: #060606;
  padding-left: 50px;
}
.forms_input {
  padding: 30px 50px;
  border-radius: 50px;
  border: 2px solid #64408e;
  color: #060606;
  font-size: var(--fz-first);
  font-weight: 300;
  font-family: Unbounded, cursive;
  outline: 0;
}
.forms_input:hover {
  border-color: #8556bc;
}
.forms_input::-webkit-input-placeholder {
  font-family: Unbounded, cursive;
  color: #d4d4d4;
  font-size: var(--fz-first);
  font-weight: 300;
}
.forms_input::-moz-placeholder {
  font-family: Unbounded, cursive;
  color: #d4d4d4;
  font-size: var(--fz-first);
  font-weight: 300;
}
.error{
  min-height: 600px;
  padding: 50px 30px  0 50px;
}
.forms_input:-ms-input-placeholder {
  font-family: Unbounded, cursive;
  color: #d4d4d4;
  font-size: var(--fz-first);
  font-weight: 300;
}
.forms_input::-ms-input-placeholder {
  font-family: Unbounded, cursive;
  color: #d4d4d4;
  font-size: var(--fz-first);
  font-weight: 300;
}
.forms_input::placeholder {
  font-family: Unbounded, cursive;
  color: #d4d4d4;
  font-size: var(--fz-first);
  font-weight: 300;
}
.item_checkbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.chek_input {
  display: none;
}
.checkbox_label {
  position: relative;
  cursor: pointer;
  margin-left: 60px;
}
.checkbox_label::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -60px;
  width: 40px;
  height: 40px;
  border: 2px solid #64408e;
  border-radius: 11px;
  background-image: url(../assets/Done.png);
  background-repeat: no-repeat;
  background-color: white;
  transition: 0.2s all;
}
.chek_input:checked + .checkbox_label::after {
  background-color: var(--second-color);;
}
.checkbox_label:hover:after {
  border-color: #8556bc;
}
.footer {
  background-color: #f2ff0b;
  position: relative;
  z-index: 2;
}
.footer_logo {
  width: 267px;
  height: 38px;
}
.footer_content {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_content .link {
  display: flex;
  justify-content: space-between;
  width: 40%;
}
.footer_text {
  font-size: var(--fz-first);
  font-weight: 300;
  color: #060606;
  margin-top: 40px;
  padding-bottom: 100px;
}
.footer_text a {
  color: inherit;
  font-size: 0.8rem;
  margin: 10px 0;
  transition: color 0.3s ease-in-out;
}
.footer_text a:hover {
  color: var(--onHover);
}
.footer .navigation {
  margin: 0;
}
.footer .navigation ul > li > a {
  padding: 1rem 1.5rem;
  cursor: pointer;
}
footer .menu > li {
  font-size: 1.2rem;
}

#checkInForm {
  position: relative;
  background-color: var(--second-color);
}
#checkInForm .item_checkbox {
  margin-top: 20px;
  gap: 30px;
}
#checkInForm .check_label {
  color: var(--main-color);
  font-size: 1rem;
  margin-left: 60px;
}
#checkInForm .check_label > a {
  color: inherit;
  text-decoration: underline;
}
#checkInForm .forms_wrapper {
  width: 100%;
  gap: 15px;
}
#checkInForm .forms_wrapper .forms_head {
  color: var(--main-color);
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 0;
}
#checkInForm .forms_wrapper .forms_input,
#checkInForm .forms_wrapper .forms_input::placeholder,
#checkInForm .forms_wrapper .forms_items_text {
  font-size: 1rem;
}
#checkInForm .forms_wrapper .forms_input {
  padding: 20px 30px;
  color: black;
  width: 100%;
  background-color: #fff;
}
#checkInForm .forms_wrapper .btn .make {
  font-size: 1.2rem;
}
#checkInForm .forms_wrapper .forms_items {
  width: 80%;
  gap: 5px;
  align-items: center;
  position: relative;
}
#checkInForm .forms_wrapper .forms_items > label {
  position: absolute;
  top: -25px;
  left: 0;
}
#checkInForm .forms_wrapper .forms_items > p {
  align-self: flex-start;
  color: var(--main-color);
}
#checkInForm .forms_wrapper .forms_items textarea {
  height: 180px;
  padding: 20px;
}
#checkInForm .is-close-btn {
  position: absolute;
  background-color: var(--main-color);
  color: #64408e;
  opacity: 1;
  border-radius: 0;
  right: 15px;
  top: 15px;
}
#checkInForm .forms_wrapper .item_checkbox {
  padding-bottom: 0;
}
#checkInForm .forms_wrapper .btn {
  margin-top: 40px;
}
#checkInForm .forms_wrapper .checkbox_label {
  color: var(--main-color);
}
#checkInForm .forms_wrapper .checkbox_label a {
  color: inherit;
  text-decoration: underline;
}

.check_input {
  display: none;
}
.check_label {
  position: relative;
  font-size: 1.2rem;
  color: var(--main-color);
}
.check_label a {
  color: inherit;
  text-decoration: underline;
}
.check_label::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -60px;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  border-radius: 11px;
  background-image: url("../assets/Done.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--second-color);

  transition: 0.2s all;
}

.check_label.checked::after {
  background-color: white;
  background-position: center;
}


  @import "https://dedity.com.ua/wp-content/themes/tdedity/css/vars.css";
header nav .dropdown{
  position: relative;
}

.dropdown a {
  text-decoration: none;
  padding: 10px;
  text-transform: uppercase;
  font-size: inherit;
}
.dropdown [data-toggle="dropdown"] {
  position: relative;
  display: block;
  color: inherit;
  padding: 10px;
}
.dropdown .dropdown-menu {
  position: absolute;
  width: fit-content;
  z-index: 10;
  left: -75px;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  margin: 0;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.dropdown .dropdown-menu li a {
  text-align: center;
  display: block;
  color: inherit;
  padding: 10px;
}
.dropdown .show,
.dropdown .hide {
  width: 250px;
  border-radius: 50px;
  background: var(--main-color);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.dropdown .show {
  display: block;
  max-height: 9999px;
  margin-top: 10px;
  padding: 10px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
}
.dropdown .hide {
  max-height: 0;
  margin-top: 10px;
  padding: 10px;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}


@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
.yellowBG {
  background-color: var(--main-color) !important;
  color: var(--second-color) !important;
}
.yellowBG:hover {
  background-color: #ccd700 !important;
}
.yellowBG:hover .yellow {
border: 2px dashed #ccd700 !important;
}
#checkInForm .item_checkbox .btn {
  border: 2px dashed var(--main-color);
}


@media screen and (max-width: 1399px) {
  .wrapper {
    max-width: 1140px;
  }

  #checkInForm .forms_wrapper .forms_head {
    font-size: 2rem;
  }
  #checkInForm .item_checkbox {
    margin-top: 20px;
  }

  #checkInForm .forms_wrapper .forms_input,
  #checkInForm .forms_wrapper .forms_input::placeholder,
  #checkInForm .forms_wrapper .forms_items_text {
    font-size: 1rem;
  }
  #checkInForm .item_checkbox .check_label {
    width: 80%;
    text-align: left;
    padding-left: 80px;
    font-size: 1rem;
  }
  #checkInForm .item_checkbox .check_label::after {
    left: 20px;
    top: 0;
  }
  #checkInForm .is-close-btn {
    width: 24px;
    height: 24px;
  }
  #checkInForm .forms_wrapper .forms_items:last-child {
    height: 150px;
  }

  header nav .menu {
    display: none;
  }
  header nav .dropdown {
    display: block;
    position: relative;
  }
  header .header_container .make {
    font-size: 1rem;
  }
  .content_head {
    font-size: 3rem;
  }
  .offer .offer_container .offer_head {
    font-size: 3rem;
  }
  .offer .offer_container .offer_text {
    font-size: 1.2rem;
  }
  .offer .offer_container .offers {
    font-size: 2rem;
  }
  .offer .offer_container .offer_list {
    font-size: 1.2rem;
    list-style-type: disc;
  }

  .gallery .gallery_items > .items_text {
    font-size: 1.4rem;
  }

  .reviews .reviews_head {
    font-size: 3rem;
  }

  .forms_head {
    font-size: 3.5rem;
  }
  .forms .checkbox_label {
    font-size: 1.1rem;
  }
  .forms .checkbox_label {
    top: 50%;
    transform: translateY(-50%);
  }

  .contact .contact_content .contact_head {
    font-size: 3rem;
  }
  .contact .contact_content .contact_text {
    font-size: 1.2rem;
  }
  .contact .contact_social {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper {
    max-width: 960px;
  }
  header .content_head {
    font-size: 2.5rem;
  }
  header .header_dash {
    width: 400px;
    top: -130px;
    left: 40%;
    pointer-events: none;
  }
  .offer .offer_container .offer_head {
    font-size: 2.5rem;
  }
  .offer .offer_container .offer_text {
    font-size: 1rem;
  }
  .offer .offer_container .offers {
    font-size: 2rem;
  }
  .offer .offer_container .offer_list > li {
    font-size: 1rem;
  }
  .forms .checkbox_label::after {
    top: 0;
  }

  .gallery .gallery_head {
    font-size: 3rem;
  }
  .gallery .gallery_items > .items_text {
    font-size: 1.2rem;
  }
  .forms .checkbox_label {
    margin-left: 80px;
  }

  .contact .contact_content {
    margin-left: 120px;
    margin-top: 100px;
    padding: 0;
  }

  footer .footer_content .menu {
    padding: 0;
  }

  footer .footer_content .menu > li a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .wrapper {
    max-width: 720px;
  }
  header .content_text br {
    display: initial;
  }

  #checkInForm .forms_wrapper .forms_head {
    font-size: 2rem;
  }
  #checkInForm .item_checkbox {
    margin-top: 20px;
  }
  #checkInForm .forms_wrapper .forms_input,
  #checkInForm .forms_wrapper .forms_input::placeholder,
  #checkInForm .forms_wrapper .forms_items_text {
    font-size: 1rem;
  }
  #checkInForm .item_checkbox .check_label {
    width: 80%;
    text-align: left;
    padding-left: 80px;
    font-size: 1rem;
  }
  #checkInForm .item_checkbox .check_label::after {
    left: 20px;
    top: 0;
  }
  #checkInForm .is-close-btn {
    width: 24px;
    height: 24px;
  }
  #checkInForm .forms_wrapper .forms_items:last-child {
    height: 150px;
  }

  header .header_container .social_container {
    display: none;
  }
  header .content_head {
    font-size: 2.5rem;
  }
  header .header_content > .heade_r {
    background-position: center;
  }
  header .header_ellipse {
    left: 20%;
  }

  header .lang_container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 40%;
  }
  .lang_container {
    display: flex;
    align-items: center;
  }
  header .lang_container .lang_text {
    padding: 0;
  }

  .offer .offer_container {
    margin-left: 40px;
  }
  .offer .offer_wrapper {
    padding-left: 40px;
    padding-top: 260px;
  }
  .offer .circle_offer {
    width: 300px;
    top: 350px;
    right: 0;
  }

  .gallery .gallery_content {
    margin-bottom: 25px;
  }
  .gallery .gallery_content .gallery_items > p {
    font-size: 1rem;
  }

  .reviews .reviews_head {
    font-size: 2.7rem;
  }

  .forms_head {
    font-size: 2.8rem;
  }
  .forms .forms_items .forms_items_text,
  .forms .forms_items .forms_input::placeholder {
    font-size: 1rem;
  }

  .contact .contact_content {
    padding: 0;
    margin-top: 250px;
  }

  footer .footer_content {
    flex-direction: column;
    align-items: baseline;
    gap: 25px;
  }
  footer .footer_content .menu {
    display: block;
  }
  footer .footer_text {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 540px;
  }
  #checkInForm {
    gap: 10px;
    width: 60%;
  }
  #checkInForm .forms_wrapper .forms_head {
    font-size: 1rem;
  }
  #checkInForm .forms_wrapper .forms_items_text {
    font-size: 0.7rem;
    padding-left: 0;
  }
  #checkInForm .forms_wrapper .forms_input {
    padding: 8px;
    font-size: 0.7rem;
    border-radius: 15px;
  }
  #checkInForm .forms_wrapper .forms_input::placeholder {
    font-size: 0.7rem;
  }
  #checkInForm .item_checkbox .check_label {
    font-size: 0.8rem;
  }
  #checkInForm .item_checkbox .check_label::after {
    width: 32px;
    height: 32px;
    background-size: cover;
  }
  #checkInForm .item_checkbox .make {
    font-size: 1rem;
    padding: 10px;
  }
  #checkInForm .item_checkbox {
    margin-top: 0;
  }

  header .wrapper .header_container .btn {
    display: none;
  }
  header .heade_l {
    position: absolute;
    margin-top: 40px;
    margin-left: 20px;
  }
  header .content_head {
    font-size: 2rem;
  }
  header .header_dash {
    display: none;
  }
  header .header_sharp {
    pointer-events: none;
    left: 0;
    top: 250px;
  }
  header .heade_l .btn button {
    font-size: 1rem;
  }
  header .header_container .btn {
    display: none;
  }
  .offer .offer_container .offer_head {
    font-size: 2rem;
  }
  .offer .offer_container .offer_text {
    font-size: 0.8rem;
    font-weight: 400;
  }
  .offer .offer_container .offers {
    font-size: 1.5rem;
  }
  .offer .offer_container .offer_list > li {
    font-size: 0.8rem;
    font-weight: 400;
    position: relative;
  }
  .offer .offer_container .offer_list > li::before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    background-color: var(--main-color);
    border-radius: 50%;
  }
  .offer .yellowEllipse {
    left: 120px;
    top: 60px;
    width: 200px;
  }
  .offer .square_offer {
    left: 40px;
    top: 600px;
  }
  .offer .circle_offer {
    display: none;
  }
  .offer .btn {
    margin: 0 auto;
  }
  .offer .btn > button {
    font-size: 1rem;
  }

  .reviews .owlReviews .owl-item {
    width: 60%;
  }
  .reviews_btn {
    margin-top: 50px;
  }

  .forms_head {
    font-size: 30px;
  }
  .forms_head_sub{
    font-size: 20px;
  }

  .forms .forms_wrapper {
    width: 80%;
  }
  .forms .checkbox_label::after {
    top: 50%;
    transform: translateY(-50%);
  }
  .gallery_items > img {
    margin: 0 auto;
  }

  .reviews .owlReviews .video_items {
    width: 60%;
    margin: 0 auto;
  }

  .mobileContact {
    display: block;
    background-color: var(--second-color);
  }
  .mobileContact .contact_container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    gap: 25px;
  }
  .mobileContact .contact_container .iMap {
    border-radius: 25px;
  }
  .mobileContact .contactInfo h2 {
    font-size: 2rem;
  }
  .mobileContact .contactInfo a > p {
    font-size: 1rem;
  }
  .mobileContact .social_container {
    width: 40%;
    align-items: center;
    justify-content: baseline;
  }
  .mobileContact .contact_social {
    margin-top: 20px;
  }
  .mobileContact {
    box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.5),
      inset 0px -5px 5px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 575px) {
  .wrapper {
    max-width: 90%;
  }

  .iMap {
    width: 80%;
    height: 50%;
  }

  #checkInForm {
    width: 100%;
  }
  #checkInForm .forms_wrapper {
    gap: 10px;
  }
  #checkInForm .is-close-btn {
    width: 15px;
    height: 15px;
  }
  #checkInForm .forms_wrapper .forms_head {
    font-size: 0.8rem;
  }
  #checkInForm .forms_wrapper .forms_items_text {
    font-size: 0.5rem;
    padding-left: 0;
  }
  #checkInForm .forms_wrapper .forms_input {
    padding: 4px;
    font-size: 0.5rem;
    border-radius: 15px;
  }
  #checkInForm .forms_wrapper .forms_input::placeholder {
    font-size: 0.5rem;
  }
  #checkInForm .item_checkbox .check_label {
    font-size: 0.5rem;
  }
  #checkInForm .item_checkbox .check_label::after {
    width: 16px;
    height: 16px;
    left: 10px;
    border-radius: 4px;
  }
  #checkInForm .item_checkbox .check_label {
    padding-left: 40px;
  }
  #checkInForm .item_checkbox .make {
    font-size: 0.5rem;
  }

  header {
    position: relative;
  }
  header .header_filler {
    height: 100px;
    z-index: 2;
  }
  header .header_content {
    display: none;
  }
  header .header_container .logo {
    display: none;
  }
  header .header_container {
    z-index: 10;
  }
  header .wrapper .header_container {
    height: 100px;
  }
  header .header_container .smallLogo {
    display: block;
  }
  header .header_content .btn > button {
    font-size: 0.6rem;
  }

  .mobileHeader {
    display: block;
  }
  .mobileHeader .filler {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1007px;
    background-color: rgba(100, 64, 142, 0.7);
    z-index: 1;
    overflow: hidden;
  }
  .mobileHeader .filler .firstFigure {
    position: absolute;
    top: 90px;
    right: -90px;
  }
  .mobileHeader .filler .secondFigure {
    position: absolute;
    bottom: -25px;
    left: -25px;
    stroke-width: 3px;
  }
  .mobileHeader .header-container {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: white;
  }
  .mobileHeader .location-container {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .mobileHeader .location-container h2 {
    font-weight: 400;
    color: white;
    font-size: 1.3rem;
  }
  .mobileHeader .header-container .text-container h1 {
    font-size: 2rem;
  }

  .space {
    background-image: url("../assets/_MG_6594.jpg");
    height: 400px;
    background-position: center;
    background-size: cover;
  }

  .mobileContact .contact_container {
    padding: 20px;
    gap: 50px;
  }

  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: auto;
    bottom: -100px;
  }

  .offer {
    display: none;
  }
  .mobileOffer {
    display: block;
    padding: 120px 30px;
    box-shadow: inset 0px 5px 5px rgba(0, 0, 0, 0.5),
      inset 0px -5px 5px rgba(0, 0, 0, 0.5);
    background-color: var(--second-color);
  }
  .mobileOffer .offer_container .offer_head {
    font-size: 2.5rem;
  }
  .mobileOffer .offer_container .offer_text {
    font-size: 1rem;
  }
  .mobileOffer .offer_container .offers {
    font-size: 2rem;
  }
  .mobileOffer .offer_list .list_item {
    position: relative;
    font-size: 1rem;
  }
  .mobileOffer .offer_list > li::before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    background-color: var(--main-color);
    border-radius: 50%;
  }
  .mobileOffer .btn {
    margin: 0 auto;
  }

  .reviews .owlReviews .video_items {
    width: 100%;
  }

  .gallery .gallery_wrapper {
    margin-bottom: 120px;
  }

  footer .footer_text {
    font-size: 1rem;
  }
  footer .footer_text a {
    font-size: 0.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .wrapper {
    max-width: 1380px;
  }

  .forms .checkbox_label::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -12px;
    left: -60px;
    width: 40px;
    height: 40px;
    border: 2px solid #64408e;
    border-radius: 11px;
    background-image: url(../assets/Done.png);
    background-repeat: no-repeat;
    background-color: white;
    transition: 0.2s all;
  }

  #checkInForm {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 25px 0 25px;
  }
  .pictures__wrapper {
    margin-top: 70px;
    gap: 10px;
  }
  .pictures__header {
    font-size: 37px;
    line-height: 45px;
  }
  .description {
    margin-top: 50px;
  }
  .description h2 {
    font-size: 35px;
  }
  .description p {
    margin-top: 15px;
  }
  .description h3 {
    margin-top: 35px;
  }
}
@media (max-width: 992px) {
  .forms {
    padding: 0 0 50px 0;
  }
  .forms__figure1 {
    display: none;
  }
  .forms__figure2 {
    display: none;
  }
  .forms__figure3 {
    display: none;
  }
  .container {
    padding: 0 20px 0 20px;
  }
  .pictures__wrapper {
    margin-top: 55px;
    grid-template: 1fr / repeat(3, 1fr);
    gap: 10px;
  }
  .pictures__header {
    font-size: 34px;
    line-height: 40px;
  }
  .description {
    margin-top: 40px;
  }
  .description h2 {
    font-size: 30px;
  }
  .description p {
    margin-top: 13px;
    font-size: 15px;
  }
  .description h3 {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .contact__block{
    display: none;
  }
  .container {
    padding: 0 15px 0 15px;
  }
  .pictures__wrapper {
    margin-top: 45px;
    gap: 6px;
  }
  .pictures__header {
    margin-top: 35px;
    font-size: 30px;
    line-height: 35px;
  }
  .description {
    margin-top: 35px;
  }
  .description h2 {
    font-size: 28px;
  }
  .description p {
    margin-top: 10px;
    font-size: 13px;
  }
  .description h3 {
    margin-top: 20px;
    font-size: 20px;
  }
  .description ul,
  .description li {
    font-size: 13px;
  }
}
.make { 

  width: fit-content; 
  padding: 14px 28px; 
  border: none; 
  border-radius: 50px; 
  background-color: #64408e; 
  font-size: 1.3rem; 
  font-weight: 700; 
  text-transform: uppercase; 
  color: #fff; 
  font-family: "Unbounded", cursive; 
  transition: 0.5s all ease; 
  cursor: pointer; 
} 
 
.make:hover { 
  background-color: #8556bc; 
}
@media (max-width: 576px) {
  .container {
    padding: 0 5px 0 5px;
  }
  .pictures__wrapper {
    grid-template: 1fr / repeat(2, 1fr);
    margin-top: 30px;
    gap: 6px;
  }
  .pictures__header {
    font-size: 20px;
    line-height: 25px;
  }
  .description {
    margin-top: 25px;
  }
  .description h2 {
    font-size: 25px;
  }
  .description p {
    margin-top: 0;
    font-size: 13px;
  }
  .description h3 {
    margin-top: 20px;
    font-size: 20px;
  }
  .description ul {
    font-size: 13px;
  }
  .forms_head{
    font-size: 22px;
  }
  .forms_head_sub{
    line-height: 25px;
    font-size: 17px;
  }
}


.thanks__header, .thanks__subheader {
  margin-top: 100px;
  color: #64408e;
  font-weight: 900;
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 2px;
}
.thanks__subheader{
  margin-top: 10px;
  font-size: 20px;
  line-height: 25px;
}
.thanks__descr, .thanks__link{
  margin-top: 10px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 1px;
}

.thanks .btn {
  margin: 100px auto;
}
.description ul li {
  font-size: 13px;
  display: list-item;
}

.header_container .lang_container{
  display: flex;
  align-items: center;
}
.header_container .lang_container p {
  cursor: default;
}
.mtl{
  margin-top: 70px;
}

.error .thanks__descr{
  margin: 0 auto;
  margin-top: 30px ;
  width: 70%;
  line-height: 25px;
  font-weight: 400;

}

.links__title{
  font-weight: 700;
  color: var(--second-color);
  font-size: 50px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.category__item-title{
  font-size: 18px;
  color: var(--second-color);
  text-decoration: none;
}
.category__item-title:hover{
  text-decoration: underline;
}

.category__item{
  padding: 10px;
  transition: 0.4s all;
}

.category__item:hover{
  transform: scale(1.1); 
}
.category__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}

.category__margin{
  margin: 0 auto;
}

.preview_image_wrapper{
  width: 300px;
}

.preview_image_wrapper img{
  width: 100%;
}



@media(max-width: 1200px){
  .links__title{
    font-size: 40px;
  }
}

@media(max-width: 768px){
  .links__title{
    font-size: 30px;
  }
  .category__item{
    width: 70%;
  }
}

@media(max-width: 600px){
  .category__item{
    width: 75%;
  }
  .category__item-title{
    font-size: 20px;
  }
  @media(max-width: 450px){
    .links__title{
      font-size: 23px;
      margin-bottom: 20px;
    }
    .category__item{
      width: 80%;
    }
  }
}

.category__item-none:not(:last-child) {
  border-bottom: none;
  max-width: calc(25% - 20px);

}

.category__wrapper {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(4, minmax(20%, 1fr)); 
  gap: 20px; 
  margin: 0 auto;
  justify-items: center;
  margin-bottom: 50px;
  grid-auto-flow: row;
}


.p_image{
  width: 100%;
}

.category__block{
  padding: 10px;
  transition: 0.4s all;
  width: 350px;
  text-align: center;
}

.category__block:hover{
  transform: scale(1.1); 
}

.category__preview{
  width: 300px;
  margin: 0 auto;
}
.category__preview img{
  width: 100%;
}


@media(max-width: 1440px){
  .category__block{
    width: 300px; 
  }
  .category__preview{
    width: 250px;
  }
}
@media(max-width: 1300px){
  .category__wrapper{
    grid-template-columns: repeat(3, minmax(20%, 1fr));
  }
}

@media(max-width: 1024px){
  .links__title {
    margin-top: 0;
  }
  .category__block{
    width: 250px; 
  }
  .category__preview{
    width: 225px;
  }
}

@media(max-width: 810px){
  .category__block{
    width: 225px; 
  }
  .category__preview{
    width: 200px;
  }
  .forms{
    padding: 0;
  }
}

@media(max-width: 768px){
  .category__item-title{
      font-size: 15px;
  }
}

@media(max-width: 715px){
  .category__wrapper {
    grid-template-columns: repeat(2, minmax(20%, 1fr));
  }
}

@media(max-width: 480px){
  .category__preview {
    width: 180px;
  }
  .category__block{
    width: 205px;
  }
  .links__title {
    margin-bottom: 20px;
  }
}

@media(max-width: 425px){
  .category__wrapper {
    grid-template-columns: repeat(1, minmax(20%, 1fr));
  }
  .category__preview {
    width: 200px;
  }
  .category__block{
    width: 225px;
  }

}

.category__theme{
  margin-top: 15px;
  color: #060606;
  font-size: 16px;
}

.category__theme a{
  color: #060606;
}

.category__theme a{
  text-decoration: none;
}

.category__theme a:hover{
  text-decoration: underline;
}

@media(max-width: 1024px){
  .category__theme{
    font-size: 25px;
  }
}

@media(max-width: 768px){
  .category__theme{
    font-size: 20px;
  }
}



