* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

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

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html, body {
  height: 100%;
  overflow: hidden;
  background-color: #F5F1EE;
  color: #58626C;
  position: fixed;
  bottom: 0%;
  left: 0%;
  min-width: 300px;
}

nav {
  position: absolute;
  bottom: 25%;
  left: -6%;
  height: 50%;
  width: 150px;
  background-color: #DAC8BE;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20%;
  z-index: 3;
}
nav div.nav_panel {
  height: 100%;
  width: 100%;
  position: relative;
}
nav div.nav_panel div.nav_item {
  position: absolute;
  top: 45%;
  right: -5%;
  border-radius: 50%;
  background-color: #ECC1A1;
  height: 25%;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.5s;
  box-shadow: 0px 1px 6px 0px rgb(158, 129, 254);
  border: 2px solid rgb(50, 50, 50);
  transform: scale(1);
  transition: 0.2s;
  transition-timing-function: linear;
}
nav div.nav_panel div.nav_item img {
  flex: 0 1 auto;
  height: 85%;
  width: 85%;
  filter: contrast(40%);
}
nav div.nav_panel div.nav_item:hover {
  transform: scale(1.1) !important;
  border: 1px solid rgb(50, 50, 50) !important;
  cursor: pointer !important;
}
@media screen and (max-device-width: 1200px) {
  nav {
    left: -8%;
  }
  nav div.nav_panel div.nav_item {
    height: 24%;
    width: 48%;
  }
}
@media screen and (max-device-width: 1200px) and (max-device-width: 920px) {
  nav {
    left: -10%;
    height: 40%;
    bottom: 35%;
  }
}
@media screen and (max-device-width: 1200px) and (max-device-width: 920px) and (max-device-width: 600px) {
  nav {
    height: 40%;
    width: 120px;
  }
  nav div.nav_panel div.nav_item {
    height: 24%;
    width: 60%;
  }
}
@media screen and (max-device-width: 1200px) and (max-device-width: 920px) and (max-device-width: 600px) and (max-device-width: 500px) {
  nav {
    left: -70px;
  }
}

.start_animate_span {
  animation: for_span 0.6s;
}

@keyframes for_span {
  0% {
    transform: translateY(0rem) scale(1);
    color: #58626C;
  }
  50% {
    transform: translateY(-0.8rem) scale(1.2);
    color: hsl(19, 90%, 52%);
  }
  100% {
    transform: translateY(0rem) scale(1);
    color: #58626C;
  }
}
main {
  overflow: hidden;
  transition-duration: 1.5s;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}
main * {
  font-family: Vollkorn;
  font-style: italic;
  letter-spacing: normal;
  line-height: normal;
}
main * .header_wrapper {
  font-weight: 500;
}
main section {
  overflow: hidden;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  transition-duration: 1s;
  position: absolute;
  bottom: -100%;
  left: 0%;
  opacity: 0;
}
main section.section_1 {
  bottom: 0%;
}
main .section_1 {
  opacity: 1;
}
main .section_1 div {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
main .section_1 div div.wrapper_text {
  flex: 0 1 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
main .section_1 div div.wrapper_text div.wrapper_text_2 {
  margin-left: 10%;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
}
main .section_1 div div.wrapper_text div.wrapper_text_2 div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  height: 48px;
  width: 90%;
}
main .section_1 div div.wrapper_text div.wrapper_text_2 div:hover {
  cursor: grab;
}
main .section_1 div div.wrapper_text div.wrapper_text_2 div span {
  transition: 0.4s;
}
main .section_1 div div.wrapper_text div.wrapper_text_2 div span:hover {
  transform: translateY(-0.8rem) scale(1.2);
  color: hsl(19, 90%, 52%);
}
@media screen and (max-device-width: 1024px) {
  main .section_1 div div.wrapper_text div.wrapper_text_2 {
    margin-left: 15%;
  }
}
@media screen and (max-device-width: 1024px) and (max-device-width: 768px) {
  main .section_1 div div.wrapper_text div.wrapper_text_2 {
    margin-left: 0%;
    gap: 12px;
    margin-top: 10%;
  }
  main .section_1 div div.wrapper_text div.wrapper_text_2 div {
    justify-content: flex-end;
  }
  main .section_1 div div.wrapper_text div.wrapper_text_2 div span {
    font-size: 36px;
  }
}
@media screen and (max-device-width: 1024px) and (max-device-width: 768px) and (max-device-width: 600px) {
  main .section_1 div div.wrapper_text div.wrapper_text_2 {
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-device-width: 1024px) and (max-device-width: 768px) and (max-device-width: 600px) and (max-device-width: 500px) {
  main .section_1 div div.wrapper_text div.wrapper_text_2 {
    gap: 10px;
  }
  main .section_1 div div.wrapper_text div.wrapper_text_2 div span {
    font-size: 30px;
    background-color: #DAC8BE;
    border-radius: 50%;
  }
}
@media screen and (max-device-width: 1024px) and (max-device-width: 768px) and (max-device-width: 600px) and (max-device-width: 500px) and (max-device-width: 368px) {
  main .section_1 div div.wrapper_text div.wrapper_text_2 {
    gap: 6px;
  }
  main .section_1 div div.wrapper_text div.wrapper_text_2 div span {
    font-size: 24px;
  }
}
main .section_1 div div.wrapper_image {
  flex: 0 1 50%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
main .section_1 div div.wrapper_image img {
  flex: 0 1 auto;
  height: 300px;
  width: 750px;
}
@media screen and (max-device-width: 890px) {
  main .section_1 div div.wrapper_image img {
    height: 280px;
    width: 650px;
  }
}
@media screen and (max-device-width: 890px) and (max-device-width: 760px) {
  main .section_1 div div.wrapper_image img {
    height: 250px;
    width: 575px;
  }
}
@media screen and (max-device-width: 890px) and (max-device-width: 760px) and (max-device-width: 680px) {
  main .section_1 div div.wrapper_image img {
    height: 210px;
    width: 500px;
  }
}
@media screen and (max-device-width: 890px) and (max-device-width: 760px) and (max-device-width: 680px) and (max-device-width: 590px) {
  main .section_1 div div.wrapper_image img {
    height: 150px;
    width: 375px;
  }
}
@media screen and (max-device-width: 600px) {
  main .section_1 div div.wrapper_text {
    flex: 0 1 65%;
  }
  main .section_1 div div.wrapper_image {
    flex: 0 1 35%;
  }
}
main .section_2 div.content {
  height: 100%;
  width: 100%;
  display: flex;
  perspective: 1000px;
}
main .section_2 div.content div.wrapper_text {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
main .section_2 div.content div.wrapper_text div {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding-top: 25%;
}
@media screen and (max-device-width: 1200px) {
  main .section_2 div.content div.wrapper_text div {
    padding-top: 40%;
    padding-left: 30%;
  }
}
main .section_2 div.content div.wrapper_text div h1 {
  font-size: 36px;
  letter-spacing: 5px;
}
main .section_2 div.content div.wrapper_text div li {
  letter-spacing: 2px;
  line-height: 1.3;
  font-size: 26px;
}
main .section_2 div.content div.wrapper_text div li::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 20px;
  left: -15px;
  position: relative;
  background-color: #58626C;
}
main .section_2 div.content div.wrapper_image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 2s;
}
main .section_2 div.content div.wrapper_image:hover {
  transform: rotateX(20deg) rotateY(180deg);
}
main .section_2 div.content div.wrapper_image img {
  flex: 0 1 auto;
  margin-bottom: 18%;
  height: 65%;
  width: 55%;
  border-radius: 5%;
  box-shadow: -8px 10px 5px 2px #DAC8BE;
}
@media screen and (max-device-width: 1300px) {
  main .section_2 div.content div.wrapper_image img {
    height: 45.5%;
    width: 60%;
    margin-bottom: 40%;
  }
}
@media screen and (max-device-width: 1300px) and (max-device-width: 900px) {
  main .section_2 div.content div.wrapper_image img {
    width: 80%;
    margin-bottom: 80%;
  }
}
@media screen and (max-device-width: 700px) {
  main .section_2 div.content {
    flex-direction: column-reverse;
  }
  main .section_2 div.content div.wrapper_image {
    align-items: flex-end;
  }
  main .section_2 div.content div.wrapper_image img {
    margin-bottom: 0%;
    height: 71.5%;
    width: 55%;
    margin-left: 10%;
    box-shadow: -8px 10px 5px 2px #DAC8BE;
  }
  main .section_2 div.content div.wrapper_text {
    justify-content: center;
    align-items: center;
  }
  main .section_2 div.content div.wrapper_text div {
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding-top: 0%;
    padding-left: 20%;
  }
  main .section_2 div.content div.wrapper_text div h1 {
    font-size: 34px;
    letter-spacing: 2px;
  }
  main .section_2 div.content div.wrapper_text div li {
    letter-spacing: 0px;
    line-height: 1;
    font-size: 24px;
  }
  main .section_2 div.content div.wrapper_text div li::before {
    height: 6px;
    width: 6px;
    top: 15px;
    left: -10px;
  }
}
main .section_3 div.content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .section_3 div.content div.header_wrapper {
  height: 100%;
  width: 100%;
  flex: 0 1 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
main .section_3 div.content div.header_wrapper p {
  letter-spacing: 3px;
  justify-self: center;
  padding-bottom: 10%;
  transition: 0.4s;
  transform: translateX(0);
}
@media screen and (max-device-width: 1024px) {
  main .section_3 div.content div.header_wrapper p {
    padding-bottom: 0%;
  }
}
@media screen and (max-device-width: 770px) {
  main .section_3 div.content div.header_wrapper p {
    letter-spacing: 2px;
    padding-top: 5%;
    font-size: 34px;
  }
}
main .section_3 div.content div.header_wrapper p:hover {
  transform: translateY(-0.5rem) scale(1.2);
  color: hsl(19, 90%, 52%);
  cursor: grab;
}
main .section_3 div.content div.list_wrapper li {
  cursor: pointer;
}
@media screen and (min-device-width: 1024px) {
  main .section_3 div.content div.list_wrapper div.lists {
    flex: 0 1 60%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  main .section_3 div.content div.list_wrapper div.lists div {
    flex: 1;
  }
  main .section_3 div.content div.list_wrapper div.lists div.list_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  main .section_3 div.content div.list_wrapper div.lists div.list_1 h2 {
    align-self: flex-start;
  }
  main .section_3 div.content div.list_wrapper div.lists div.list_1 ul {
    letter-spacing: 2px;
    line-height: 1.3;
    font-size: 24px;
  }
  main .section_3 div.content div.list_wrapper div.lists div.list_1 ul li::before {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: 15px;
    left: -10px;
    position: relative;
    background-color: #58626C;
  }
  main .section_3 div.content div.list_wrapper div.lists div.list_2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  main .section_3 div.content div.list_wrapper div.lists div.list_2 ul {
    letter-spacing: 2px;
    line-height: 1.3;
    font-size: 24px;
  }
  main .section_3 div.content div.list_wrapper div.lists div.list_2 ul li::after {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: -19px;
    left: -10px;
    position: relative;
    background-color: #58626C;
  }
  main .section_3 div.content div.list_wrapper div.lists div.list_3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  main .section_3 div.content div.list_wrapper div.lists div.list_3 ul {
    letter-spacing: 2px;
    line-height: 1.3;
    font-size: 24px;
  }
  main .section_3 div.content div.list_wrapper div.lists div.list_3 ul li::after {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    top: -19px;
    left: -10px;
    position: relative;
    background-color: #58626C;
  }
}
@media screen and (max-device-width: 1023px) {
  main .section_3 div.content div.list_wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .section_3 div.content div.list_wrapper div.lists {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  main .section_3 div.content div.list_wrapper div.lists div {
    top: 0%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition-duration: 1s;
    gap: 16px;
  }
  main .section_3 div.content div.list_wrapper div.lists div ul {
    letter-spacing: 2px;
    line-height: 1.3;
    font-size: 36px;
    opacity: 0;
    transition-duration: 2s;
  }
  main .section_3 div.content div.list_wrapper div.lists div ul li::before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: 25px;
    left: -15px;
    position: relative;
    background-color: #58626C;
  }
  main .section_3 div.content div.list_wrapper div.lists div:hover {
    top: 15%;
    left: 45%;
  }
  main .section_3 div.content div.list_wrapper div.lists div:hover ul {
    opacity: 1;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_1 {
    left: -10%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_1:hover {
    left: 10%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_1 ul {
    padding-left: 36%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_2 {
    left: 50%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_3 {
    left: 75%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_3 ul {
    padding-left: 30%;
  }
}
@media screen and (max-device-width: 1023px) and (max-device-width: 660px) {
  main .section_3 div.content div.list_wrapper div.lists div h2 {
    font-size: 36px;
  }
  main .section_3 div.content div.list_wrapper div.lists div ul {
    font-size: 30px;
  }
  main .section_3 div.content div.list_wrapper div.lists div ul li::before {
    height: 7px;
    width: 7px;
    top: 22px;
    left: -12px;
  }
  main .section_3 div.content div.list_wrapper div.lists div:hover {
    top: 18%;
    left: 42%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_1 {
    left: -5%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_1:hover {
    left: 0%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_1 ul {
    padding-left: 36%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_2 {
    left: 50%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_3 {
    left: 78%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_3 ul {
    padding-left: 30%;
  }
}
@media screen and (max-device-width: 1023px) and (max-device-width: 520px) {
  main .section_3 div.content div.list_wrapper div.lists div h2 {
    font-size: 24px;
  }
  main .section_3 div.content div.list_wrapper div.lists div ul {
    font-size: 20px;
  }
  main .section_3 div.content div.list_wrapper div.lists div ul li::before {
    height: 6px;
    width: 6px;
    top: 15px;
    left: -10px;
  }
  main .section_3 div.content div.list_wrapper div.lists div:hover {
    top: 20%;
    left: 40%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_1 {
    left: 0%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_1:hover {
    left: 0%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_1 ul {
    padding-left: 36%;
  }
}
@media screen and (max-device-width: 1023px) and (max-device-width: 520px) and (max-device-width: 390px) {
  main .section_3 div.content div.list_wrapper div.lists .list_1 {
    left: -10%;
  }
}
@media screen and (max-device-width: 1023px) and (max-device-width: 520px) {
  main .section_3 div.content div.list_wrapper div.lists .list_2 {
    left: 50%;
  }
}
@media screen and (max-device-width: 1023px) and (max-device-width: 520px) {
  main .section_3 div.content div.list_wrapper div.lists .list_3 {
    left: 70%;
  }
  main .section_3 div.content div.list_wrapper div.lists .list_3 ul {
    padding-left: 30%;
  }
}
@media screen and (max-device-width: 1023px) and (max-device-width: 520px) and (max-device-width: 390px) {
  main .section_3 div.content div.list_wrapper div.lists .list_3 {
    left: 75%;
  }
}
@media screen and (max-device-width: 1023px) and (max-device-width: 340px) {
  main .section_3 div.content div.list_wrapper div.lists div.list_1 {
    left: -5%;
  }
  main .section_3 div.content div.list_wrapper div.lists div h2 {
    font-size: 20px;
  }
  main .section_3 div.content div.list_wrapper div.lists div ul {
    font-size: 16px;
  }
  main .section_3 div.content div.list_wrapper div.lists div ul li::before {
    height: 4px;
    width: 4px;
    top: 12px;
    left: -7px;
  }
}
main .section_4 div.content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .section_4 div.content div.header_wrapper {
  height: 100%;
  width: 100%;
  flex: 0 1 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .section_4 div.content div.header_wrapper p {
  letter-spacing: 3px;
  z-index: 2;
  transform: translateX(0);
  transition: 0.4s;
}
main .section_4 div.content div.header_wrapper p:hover {
  transform: translateY(-0.5rem) scale(1.2);
  color: hsl(19, 90%, 52%);
  cursor: grab;
}
@media screen and (max-device-width: 1150px) {
  main .section_4 div.content div.header_wrapper p {
    letter-spacing: 0px;
  }
}
@media screen and (max-device-width: 1150px) and (max-device-width: 1024px) {
  main .section_4 div.content div.header_wrapper p {
    font-size: 42px;
  }
}
@media screen and (max-device-width: 800px) {
  main .section_4 div.content div.header_wrapper {
    align-items: flex-start;
    padding-top: 8%;
  }
  main .section_4 div.content div.header_wrapper p {
    font-size: 36px;
    letter-spacing: 1px;
  }
}
@media screen and (max-device-width: 800px) and (max-device-width: 770px) {
  main .section_4 div.content div.header_wrapper {
    align-items: center;
    padding-top: 0%;
    padding-bottom: 5%;
  }
  main .section_4 div.content div.header_wrapper p {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media screen and (max-device-width: 800px) and (max-device-width: 770px) and (max-device-width: 400px) {
  main .section_4 div.content div.header_wrapper p {
    font-size: 28px;
    letter-spacing: 0px;
  }
}
main .section_4 div.content div.slider {
  flex: 0 1 70%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 80%;
}
main .section_4 div.content div.slider .swiper {
  width: 80%;
  height: 98%;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-device-width: 1200px) {
  main .section_4 div.content div.slider .swiper {
    height: 88%;
    padding-top: 5%;
    width: 90%;
  }
}
@media screen and (max-device-width: 1200px) and (max-device-width: 800px) {
  main .section_4 div.content div.slider .swiper {
    height: 85%;
    padding-top: 10%;
  }
}
@media screen and (max-device-width: 1200px) and (max-device-width: 800px) and (max-device-width: 760px) {
  main .section_4 div.content div.slider .swiper {
    height: 80%;
  }
}
main .section_4 div.content div.slider .swiper .swiper-slide {
  display: flex;
  height: 100%;
  width: 100%;
}
@media screen and (max-device-width: 1200px) {
  main .section_4 div.content div.slider .swiper .swiper-slide {
    padding-left: 5%;
  }
}
@media screen and (max-device-width: 1200px) and (max-device-width: 800px) {
  main .section_4 div.content div.slider .swiper .swiper-slide {
    padding-left: 10%;
  }
}
main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper {
  flex: 0 1 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10%;
  padding-bottom: 5%;
  perspective: 500px;
}
main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
  width: 80%;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform 0.5s;
}
main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper a img {
  height: 100%;
  width: 100%;
  border-radius: 15%;
  box-shadow: -4px 5px 6px 3px #58626C;
  transition: transform 0.5s;
}
main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper a .card_img_title {
  color: #ECC1A1;
  position: absolute;
  top: 8%;
  right: 20px;
  transform: translateY(-50%);
  transition-duration: 0.5s;
  font-size: 36px;
  text-shadow: 0.1px 1px 0 #e0b899, 0.3px 1.75px 0 #cea88c, 0.5px 2.5px 0 #bb987f, 0.7px 3.25px 0 #ac8b74, 0.9px 4px 0 #977a65;
}
main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper a:hover {
  transform: translateZ(10px) rotateX(25deg) rotateY(25deg);
}
main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper a:hover .card_img_title {
  transform: translateZ(50px);
}
@media screen and (max-device-width: 1024px) {
  main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper a {
    height: 65%;
  }
  main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper a .card_img_title {
    display: none;
  }
  main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper a:hover {
    transform: translateZ(0px) rotateX(0deg) rotateY(0deg);
  }
  main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper a:hover .card_img_title {
    transform: translateZ(0px);
  }
}
main .section_4 div.content div.slider .swiper .swiper-slide .text_wrapper {
  flex: 0 1 65%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .section_4 div.content div.slider .swiper .swiper-slide .text_wrapper p {
  text-align: center;
  letter-spacing: 2.5px;
  line-height: 1.3;
  background-color: #ECC1A1;
  border-radius: 50%;
}
@media screen and (max-device-width: 1200px) {
  main .section_4 div.content div.slider .swiper .swiper-slide .text_wrapper p {
    letter-spacing: 1px;
    font-size: 44px;
  }
}
@media screen and (max-device-width: 1200px) and (max-device-width: 1024px) {
  main .section_4 div.content div.slider .swiper .swiper-slide .text_wrapper p {
    letter-spacing: 1px;
    font-size: 36px;
  }
}
@media screen and (max-device-width: 1200px) and (max-device-width: 1024px) and (max-device-width: 800px) {
  main .section_4 div.content div.slider .swiper .swiper-slide .text_wrapper p {
    font-size: 28px;
  }
}
@media screen and (max-device-width: 1200px) and (max-device-width: 1024px) and (max-device-width: 800px) and (max-device-width: 760px) {
  main .section_4 div.content div.slider .swiper .swiper-slide .text_wrapper p {
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 1.1;
  }
}
@media screen and (max-device-width: 760px) {
  main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper {
    flex: 0 1 55%;
  }
  main .section_4 div.content div.slider .swiper .swiper-slide .text_wrapper {
    flex: 0 1 45%;
  }
}
@media screen and (max-device-width: 760px) and (max-device-width: 500px) {
  main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper {
    flex: 1;
  }
  main .section_4 div.content div.slider .swiper .swiper-slide .img_wrapper a {
    height: 90%;
  }
  main .section_4 div.content div.slider .swiper .swiper-slide .text_wrapper {
    display: none;
  }
}
main .section_6 div.content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
main .section_6 div.content div.header_wrapper {
  height: 100%;
  width: 100%;
  flex: 0 1 35%;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .section_6 div.content div.header_wrapper p {
  letter-spacing: 10px;
  justify-self: center;
  z-index: 0;
  font-size: 64px;
  transition: 0.4s;
  transform: translateX(0);
}
main .section_6 div.content div.header_wrapper p:hover {
  transform: translateY(-0.5rem) scale(1.2);
  color: hsl(19, 90%, 52%);
  cursor: grab;
}
@media screen and (max-device-width: 1024px) {
  main .section_6 div.content div.header_wrapper p {
    font-size: 46px;
    letter-spacing: 6px;
  }
}
@media screen and (max-device-width: 1024px) and (max-device-width: 768px) {
  main .section_6 div.content div.header_wrapper p {
    font-size: 38px;
    letter-spacing: 4px;
  }
}
@media screen and (max-device-width: 1024px) and (max-device-width: 768px) and (max-device-width: 480px) {
  main .section_6 div.content div.header_wrapper p {
    font-size: 32px;
    letter-spacing: 2px;
  }
}
main .section_6 div.content div.contacts_wrapper {
  z-index: 2;
  height: 100%;
  width: 100%;
  flex: 0 1 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 36px;
}
main .section_6 div.content div.contacts_wrapper div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 2%;
}
main .section_6 div.content div.contacts_wrapper div.messangers {
  flex: 0 1 50%;
  display: flex;
  align-items: flex-end;
}
main .section_6 div.content div.contacts_wrapper div.messangers img {
  margin-bottom: 3%;
}
main .section_6 div.content div.contacts_wrapper div.messangers #viber_icon {
  margin-left: 5%;
  height: 45%;
  width: 10%;
}
main .section_6 div.content div.contacts_wrapper div.messangers #viber_icon:hover {
  cursor: pointer;
}
main .section_6 div.content div.contacts_wrapper div.messangers #telegram_icon {
  height: 52%;
  width: 15%;
}
main .section_6 div.content div.contacts_wrapper div.messangers #telegram_icon:hover {
  cursor: pointer;
}
@media screen and (max-device-width: 1024px) {
  main .section_6 div.content div.contacts_wrapper div.messangers img {
    padding-top: 3%;
  }
}
@media screen and (max-device-width: 1024px) and (max-device-width: 600px) {
  main .section_6 div.content div.contacts_wrapper div.messangers img {
    padding-top: 8%;
  }
}
@media screen and (max-device-width: 1024px) and (max-device-width: 600px) and (max-device-width: 480px) {
  main .section_6 div.content div.contacts_wrapper div.messangers #viber_icon {
    width: 20%;
  }
  main .section_6 div.content div.contacts_wrapper div.messangers #telegram_icon {
    width: 30%;
  }
}
main .section_6 div.content div.contacts_wrapper div.phone {
  flex: 0 1 25%;
}
main .section_6 div.content div.contacts_wrapper div.phone #phone_icon {
  height: 55%;
  width: 5%;
}
@media screen and (max-device-width: 600px) {
  main .section_6 div.content div.contacts_wrapper div.phone #phone_icon {
    height: 40%;
    width: 5%;
  }
}
@media screen and (max-device-width: 600px) and (max-device-width: 480px) {
  main .section_6 div.content div.contacts_wrapper div.phone #phone_icon {
    width: 8%;
  }
}
main .section_6 div.content div.contacts_wrapper div.mail {
  flex: 0 1 25%;
}
main .section_6 div.content div.contacts_wrapper div.mail #mail_icon {
  height: 65%;
  width: 10%;
}
@media screen and (max-device-width: 600px) {
  main .section_6 div.content div.contacts_wrapper div.mail #mail_icon {
    height: 50%;
    width: 10%;
  }
}
@media screen and (max-device-width: 600px) and (max-device-width: 480px) {
  main .section_6 div.content div.contacts_wrapper div.mail #mail_icon {
    width: 15%;
  }
}
@media screen and (max-device-width: 330px) {
  main .section_6 div.content div.contacts_wrapper div.mail {
    font-size: 18px;
    padding-right: 20px;
  }
  main .section_6 div.content div.contacts_wrapper div.mail #mail_icon {
    height: 40%;
  }
}
@media screen and (max-device-width: 800px) {
  main .section_6 div.content div.contacts_wrapper {
    font-size: 30px;
    flex: 0 1 60%;
  }
}
@media screen and (max-device-width: 800px) and (max-device-width: 600px) {
  main .section_6 div.content div.contacts_wrapper {
    font-size: 24px;
  }
}
@media screen and (max-device-width: 800px) and (max-device-width: 600px) and (max-device-width: 480px) {
  main .section_6 div.content div.contacts_wrapper {
    font-size: 20px;
  }
}
main .circles {
  transition-duration: 1s;
  position: absolute;
  background-color: #ECC1A1;
  border-radius: 50%;
  opacity: 0.7;
  z-index: 2;
}
main #bubels {
  transition-duration: 1s;
  position: absolute;
  height: 25%;
  width: 25%;
  opacity: 0.9;
  top: 200%;
  z-index: -1;
}/*# sourceMappingURL=style.css.map */