@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

:root {
  --app-height: 100%;
  --app-height-min: 60%;
  --app-height-top: 40%;
  --app-height-slide: 70%;
}

html,
body {
  overflow-x: hidden !important;
}

body {
  margin: 1.1vw;
  padding: 0;
  position: relative;
}

* {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  outline: none !important;
}

a {
  text-decoration: none;
}



@media (min-width: 768px) {
  .standart_title {
    font-family: "Nunito", Sans-serif;
    font-size: 2.3vmax;
    font-weight: 900;
    line-height: 2.6vmax !important;
    text-transform: uppercase;
    color: #ff94b8;
  }

  .elementor-heading-title.elementor-size-default {
    font-family: "Nunito", Sans-serif;
    font-size: 2.3vmax !important;
    font-weight: 900 !important;
    line-height: 2.6vmax !important;
    text-transform: uppercase;
    color: #ff94b8;
  }

  header {
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 2.5vw;
    z-index: 99;
  }

  .flex_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header_nav {
    display: flex;
    align-items: center;
    background-color: #232c6b;
    border-radius: 80px;
    padding: 0.6vmax 2vmax;
    flex: 1;
  }

  .header_nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    flex: 1;
    justify-content: space-between;
    padding: 0.5vmax 1vmax;
  }

  .main_page .header_nav a {
    color: #232c6b;
    font-weight: 700;
    font-size: 0.9vw;
    padding: 0.4vw 1.3vw;
    border-radius: 60px;
  }

  .pc_none {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .standart_title {
    font-family: "Nunito", Sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 28px !important;
    text-transform: uppercase;
    color: #ff94b8;
  }

  .elementor-heading-title.elementor-size-default {
    font-family: "Nunito", Sans-serif;
    font-size: 25px !important;
    font-weight: 900 !important;
    line-height: 28px !important;
    text-transform: uppercase;
    color: #ff94b8;
  }

  header {
    padding: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 5vw;
    z-index: 99;
  }

  .flex_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4vw;
  }

  .m_none {
    display: none !important;
  }

  .burger_menu svg {
    width: 8vw;
  }

  .header_nav {
    position: fixed;
    right: -100vw;
    top: 12px;
    display: flex;
    align-items: center;
    background-color: #232c6b;
    padding: 0.6vmax 2vmax;
    flex: 1;
    flex-direction: column;
    height: calc(var(--app-height) - 22px);
    box-shadow: 1px 1px 7px 3px #ffffff12;
    border-radius: 30px;
    padding-top: 12vh;
    transition: all 0.5s;
  }

  .header_nav.show {
    right: 20px;
  }

  .header_nav ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    justify-content: space-between;
    padding: 0.5vmax 1vmax;
    flex-direction: column;
  }

  .header_nav li {
    width: 100%;
    text-align: center;
    margin-bottom: 5vh;
  }

  .main_page .header_nav a {
    color: #fff;
    font-weight: 700;
    font-size: 3.9vw;
    padding: 0.6vw 3.3vw;
    border-radius: 60px;
  }

  .where_buy.pink {
    background-color: #ff94b8;
    color: #333c74;
    font-weight: 600;
    padding: 1.8vw 3.3vw !important;
    border-radius: 30px;
    font-size: 3.9vw;
    line-height: 4vw;
    transition: all 0.5s;
  }

  .header_nav .basket {
    display: none;
  }
}

.header_nav ul a {
  color: #fff;
}

.header_nav a:hover {
  color: #232c6b;
  background-color: #abc8e8;
}

.header_nav .current_page_item a {
  color: #232c6b;
  background-color: #abc8e8;
}

.main_page .header_nav a:hover {
  background-color: #abc8e8;
}

.main_page .current_page_item a {
  background-color: #abc8e8;
}

.basket {
  padding: 0 2vw;
}

.basket svg {
  width: 3vmax;
  max-width: 2.3vmax;
}

@media (min-width: 768px) {
  .where_buy.pink {
    background-color: #ff94b8;
    color: #333c74;
    font-weight: 600;
    padding: 0.5vw 1.3vw !important;
    border-radius: 30px;
    font-size: 0.9vw;
    line-height: 1vw;
    transition: all 0.5s;
  }
}

.where_buy.pink:hover {
  background-color: #92c4fd !important;
  color: #fff;
}

.lang_block {
  display: flex;
  flex-direction: column;
  margin: 15px 30px;
  background-color: #6790da;
  padding: 15px 40px;
  border-radius: 30px;
}

@media (min-width: 768px) {
  .all_page_container {
    background-color: #fff;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    overflow: hidden;
    padding-top: calc(6vh + 6vmax);
  }

  .main_page .header_nav {
    background-color: #fff;
  }

  .main_page .all_page_container {
    background-color: #232c6b;
    border-radius: 80px;
    height: calc(100vh - 2.2vw);
    overflow: hidden;
    padding-top: 0px !important;
  }
}

@media (max-width: 768px) {
  .start_header line {
    stroke: #ff94b8;
  }

  .main_page .start_header line {
    stroke: #fff;
  }

  .all_page_container {
    background-color: #fff;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
    padding-top: calc(5vh + 6vmax);
  }

  .main_page .all_page_container {
    background-color: #232c6b;
    border-radius: 40px;
    height: calc(var(--app-height) - 2.2vw);
    overflow: hidden;
    padding-top: 0px !important;
  }
}

.main_page .basket path {
  fill: #232c6b;
}

.logo_block {
  margin-right: 3vmax;
}

.logo_block img {
  max-width: 8vmax;
  width: 308px;
  height: auto;
}

@media (min-width: 768px) {
  .header_nav a {
    color: #fff;
    font-weight: 700;
    font-size: 0.9vw;
    padding: 10px 1.3vw;
    border-radius: 60px;
  }

  .lang-selector {
    position: relative;
    display: inline-block;
    font-family: sans-serif;
    margin-left: 2vw;
  }

  .lang-btn {
    background-color: #5a8fe2;
    color: white;
    border: none;
    padding: 0.5vw 1.3vw;
    border-radius: 40px;
    cursor: pointer;
    font-size: 0.8vw;
    text-transform: lowercase;
    font-weight: 700;
    line-height: 1vw;
    display: flex;
    align-items: center;
  }

  .lang-btn::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMkw3LjQ5OTQgN0wxMyAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
    width: 0.6vw;
    height: 0.7vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 8px;
    margin-bottom: -0.2vw;
    transition: all 0.5s;
  }

  .close_header {
    display: none;
  }
}

@media (max-width: 768px) {
  .header_nav a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 7px 20px;
    border-radius: 60px;
  }

  .close_header {
    position: absolute;
    left: 13px;
    top: 13px;
  }

  .close_header svg {
    width: 3.5vmax;
    overflow: visible;
    height: auto;
  }

  .lang-selector {
    position: absolute;
    top: 2vh;
    right: 3vw;
    display: inline-block;
    font-family: sans-serif;
    margin-left: 2vw;
  }

  .soc_links {
    position: absolute;
    bottom: 4vh;
  }

  .lang-btn {
    position: relative;
    background-color: #5a8fe2;
    color: white;
    border: none;
    padding: 5px 13px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 18px;
    text-transform: lowercase;
    font-weight: 700;
    line-height: 4vw;
    display: flex;
    align-items: center;
  }

  .lang-btn::after {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMkw3LjQ5OTQgN0wxMyAyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
    width: 2.6vw;
    height: 1.7vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-left: 8px;
    margin-bottom: -0.6vw;
    transition: all 0.5s;
  }
}

.lang-btn:hover::after {
  transform: rotate(-180deg);
}

.lang-dropdown {
  display: none;
  position: absolute;
  background-color: #5a8fe2;
  border-radius: 14px;
  padding: 5px 0;
  margin-top: 6px;
  z-index: 1000;
  min-width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



.lang-dropdown a:hover {
  background-color: #7fa8e8;
  border-radius: 10px;
}

@media (min-width: 768px) {

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 92%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
  }
}

.rotating-svg {
  animation: rotate 22s linear infinite;
  transition: transform 0.3s ease;
  transform-origin: center;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* main banner  */
.main_banner_flex {
  display: flex;
  position: relative;
  z-index: 11;
}

@media (min-width: 768px) {
  .lang-dropdown a {
    display: block;
    padding: 8px 16px;
    color: white !important;
    text-decoration: none;
    transition: background 0.2s;
    font-size: 0.8vw !important;
    text-transform: lowercase;
  }

  .left_main_banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95vh;
    padding: 18vh 0 5vh 0;
    width: 50%;
  }

  .left_main_banner_title {
    font-size: 5vw;
    line-height: 5.2vw;
    font-weight: 900;
    color: #ff94b8;
    margin-bottom: 2vh;
    transition: all 3s;
  }

  .left_main_banner_desc {
    font-size: 1.3vw;
    line-height: 1.5vw;
    font-weight: 800;
    color: #fff;
    max-width: 22vw;
    transition: all 4s;
  }

  .left_main_banner_bottom {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
  }

  .left_main_banner_bottom .soc_links {
    display: flex;
    position: absolute;
    top: -50px;
  }

  .left_main_banner_bottom .soc_links svg {
    margin-top: 0 !important;
    top: 0 !important;
  }

  .soc_links svg path {
    transition: all 0.5s;
  }

  .soc_links svg:hover path {
    fill: #e694b8;
  }
}

@media (max-width: 768px) {
  .cloud_1 {
    display: none;
  }

  .lang-dropdown a {
    display: block;
    padding: 8px 16px;
    color: white !important;
    text-decoration: none;
    transition: background 0.2s;
    font-size: 18px !important;
    text-transform: lowercase;
  }

  .main_banner_flex {
    flex-direction: column;
  }

  .left_main_banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 7vh 0 0vh 0;
    width: 100%;
  }

  .size_left_main_banner_title {
    display: none;
  }

  .size_left_main_banner_subtitle {
    display: none;
  }

  .left_main_banner_title {
    font-size: 10vw;
    line-height: 11.2vw;
    font-weight: 900;
    color: #ff94b8;
    margin-bottom: 2vh;
    transition: all 3s;
  }

  .left_main_banner_title_1 {
    margin-top: 5vh;
  }

  .left_main_banner_desc {
    font-size: 3.6vw;
    line-height: 5.5vw;
    font-weight: 800;
    color: #fff;
    max-width: 64vw;
    transition: all 4s;
  }

  .left_main_banner_bottom {
    display: flex;
    justify-content: end;
    align-items: end;
    position: relative;
  }
}

.left_main_banner_desc p {
  font-weight: 600;
}

.left_main_banner_desc b {
  font-weight: 800;
}

.left_main_banner_title span {
  color: #fff;
  font-weight: 500;
}

.copy_left_main_banner {
  font-size: 0.8vw;
  line-height: 1vw;
  font-weight: 800;
  color: #fff;
  max-width: 14vw;
  margin: 0;
}

@media (min-width: 768px) {
  .rabbit_container {
    display: block;
    position: absolute;
    bottom: 21vh;
    z-index: 2;
    overflow: visible !important;
    pointer-events: none;
  }

  .left_main_banner_bottom svg {
    width: 10vmax;
    max-width: 241px;
    height: auto;
    display: flex;
    margin-top: -38vh;
    margin-right: 8vw;
    top: -32px;
    position: relative;
    transition: all 1.5s;
    cursor: pointer;
    z-index: 11;
  }

  .size_left_main_banner svg {
    display: block;
    height: auto;
    width: 15vmax;
    max-width: 346px;
    margin-bottom: -2vw;
    z-index: 2;
    overflow: visible !important;
    margin-left: 4vw;
  }
}

@media (max-width: 768px) {
  .rabbit_container {
    display: block;
    bottom: 21vh;
    z-index: 2;
    overflow: visible !important;
  }

  .left_main_banner_bottom svg {
    width: 14vmax;
    max-width: 241px;
    height: auto;
    display: flex;
    margin-top: 0;
    margin-right: 5vw;
    top: 2vh;
    position: absolute;
    transition: all 1.5s;
  }

  .main_banner {
    padding: 0px 2.5vw;
  }

  .btn_mob_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100%;
  }

  .copy_left_main_banner {
    display: none;
  }

  .size_left_main_banner svg {
    display: block;
    height: auto;
    width: 23vmax;
    max-width: 350px;
    margin-bottom: -9vw;
    z-index: 2;
    overflow: visible !important;
    margin-left: 3vw;
  }
}

.rabbit_container.transform {
  animation: rabbit_transform 0.8s linear both;
}

.rabbit_container.transform svg {
  animation: rabbit_transform 0.8s linear both;
}

.size_left_main_banner svg * {
  overflow: visible !important;
}

.size_left_main_banner_title {
  font-size: 1vw;
  line-height: 1.1vw;
  font-weight: 900;
  color: #fff;
  max-width: 22vw;
  max-width: 8vw;
  text-align: right;
  margin-bottom: 1vw;
}

.size_left_main_banner_subtitle {
  font-size: 0.8vw;
  line-height: 1.5vw;
  font-weight: 800;
  color: #fff;
  max-width: 22vw;
  text-align: right;
  margin: 0;
}

.line_banner {
  display: block;
  height: auto;
  width: 38vmax;
  margin-top: 17px;
  margin-left: 8vw;
}

@media (max-width: 768px) {
  .size_left_main_banner_container {
    display: flex;
    align-items: end;
    height: 100%;
    padding: 1vh 0;
    margin-right: 2vw;
    margin-top: -17vh;
    justify-content: space-between;
  }

  .right_main_banner {
    flex-direction: column;
    width: 100%;
    display: flex;
    flex: 1;
    justify-content: space-between;
  }

  .line_banner {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .size_left_main_banner_container {
    display: flex;
    align-items: end;
    height: 100%;
    padding: 4vh 0;
    margin-right: 2vw;
  }

  .right_main_banner {
    width: 50%;
    display: flex;
  }
}

.main_banner_sliders_btn {
  width: 100%;
}

.main_banner_slides_btn_container {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 100%;
}

.img_slide_block {
  position: relative;
  display: block;
  margin-top: 12vh;
  height: 22vmax;
  opacity: 0;
  height: 22vmax;
  width: 22vmax;
}

.img_slide_block::before {
  content: "";
  position: absolute;
  background-color: #232c6b;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 100%;
}

.img_slide_block img {
  position: relative;
  height: 22vmax;
  width: 22vmax;
  z-index: 3;
  margin-top: -11px;
  margin-left: -1vw;
  object-fit: contain;
}

/* .img_slide_block_2 img {
    position: relative;
    height: 24vmax;
    width: 24vmax;
    z-index: 3;
    margin-top: -3.7vh;
    margin-left: -2vw;
    object-fit: contain;
}

.img_slide_block_3 img {
    position: relative;
    height: 24vmax;
    width: 24vmax;
    z-index: 3;
    margin-top: -5vh;
    margin-left: -1.4vw;
    object-fit: contain;
}

.img_slide_block_4 img {
    position: relative;
    height: 23vmax;
    width: 23vmax;
    z-index: 3;
    margin-top: -2vh;
    margin-left: -1vw;
    object-fit: contain;
} */
/* .img_slide_block_2 img {
    margin-top: -38px;
}

.img_slide_block_3 img {
    margin-top: -38px;
}

.img_slide_block_4 img {
    margin-top: -38px;
} */

.img_slide_container {
  position: absolute;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  bottom: 50%;
  pointer-events: none;
}

@media (max-width: 768px) {
  .img_slide_container {
    display: none !important;
  }

  .bg_main_banner_slides_btn {
    display: none;
  }

  .main_banner_slides_btn_block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 1.6vh 0;
    flex: 1;
    cursor: pointer;
    transition: all 0.5s;
  }

  .main_banner_slides_btn_block img {
    display: none;
  }
}

@media (min-width: 768px) {
  .btn_mob_bg {
    display: none;
  }

  .main_banner_slides_btn_block {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16vh 0 2.6vh 0;
    flex: 1;
    cursor: pointer;
    transition: all 0.5s;
  }
}

.main_banner_slides_btn_block img {
  z-index: 2;
  width: 4vmax;
  margin: 0 auto;
  transition: all 0.5s;
}

.bg_main_banner_slides_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 1;
  opacity: 0.8;
  transition: all 0.5s;
}

.main_banner_slides_btn_block:hover .bg_main_banner_slides_btn {
  opacity: 1;
}

.main_banner_slides_btn_block_bottom {
  text-align: center;
  z-index: 2;
}

@media (min-width: 768px) {
  .main_banner_slides_btn_block_bottom b {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4vw;
    line-height: 2.9vw;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0.5vw;
  }

  .main_banner_slides_btn_block_bottom b::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #ff94b8;
    width: 3.1vw;
    height: 3.1vw;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.5s;
  }

  .main_banner_slides_btn_block_bottom p {
    font-size: 1vw;
    line-height: 1.6vw;
    font-weight: 900;
    color: #fff;
  }
}

@media (max-width: 768px) {
  .main_banner_slides_btn_block_bottom b {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6.4vw;
    line-height: 7.9vw;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.5vw;
    width: 11.4vw;
    height: 11.4vw;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 1.5vh auto;
  }

  .main_banner_slides_btn_block_bottom b::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #ff94b8;
    width: 4.1vw;
    height: 4.1vw;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.5s;
  }

  .main_banner_slides_btn_block_bottom p {
    font-size: 2.5vw;
    line-height: 3.6vw;
    font-weight: 700;
    color: #fff;
  }
}

.main_banner_slides_btn_block:nth-child(5) .main_banner_slides_btn_block_bottom b::before {
  background-color: #232c6b;
}

.main_banner_slides_btn_block:hover .main_banner_slides_btn_block_bottom b::before {
  opacity: 1;
}

.main_banner_slides_btn_block.active .main_banner_slides_btn_block_bottom b::before {
  opacity: 1;
}

.main_banner_slides_btn_block:hover img {
  margin-top: -0.5vh;
}

.height_100 {
  height: 100%;
  overflow: hidden;
}

#head-group {
  transform: rotate(0deg);
  transition: all 2s;
  transform-origin: center;
}

#head-group.inf_head-group {
  animation: rabbit_head_wait 5s linear infinite;
  transition: transform 0.3s ease;
}

#right-ear-group {
  animation: right-ear-group 5s linear infinite;
  transition: transform 0.3s ease;
  transform-origin: top;
}

.size_left_main_banner svg:hover #tail-group {
  animation: tail-group 0.3s linear infinite;
  transition: transform 0.1s ease;
  transform-origin: center;
}

.size_left_main_banner svg:hover #tail-group {
  animation: tail-group 0.3s linear infinite;
  transition: transform 0.1s ease;
  transform-origin: center;
}

.size_left_main_banner svg #head-group.hover {
  animation: rabbit_head_hover 0.3s linear both;
}

.size_left_main_banner svg #head-group.out {
  animation: rabbit_head_out 0.3s linear both;
}

@keyframes rabbit_head_out {
  0% {
    transform: rotate(-7deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes rabbit_transform {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes rabbit_head_wait {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-8deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes right-ear-group {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes tail-group {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(4deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes rabbit_head_hover {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-7deg);
  }

  100% {
    transform: rotate(-7deg);
  }
}

.main-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: stroke-dashoffset 1s ease-in-out;
}

.arrow-path {
  stroke-dasharray: 50;
  stroke-dashoffset: 50;
  transition: stroke-dashoffset 0.5s ease-in-out 0.5s;
}

.animate-shrink .main-path {
  stroke-dashoffset: 0;
}

.animate-shrink .arrow-path {
  stroke-dashoffset: 0;
}

/* Стили для исчезновения - сначала линия, потом стрелка */
.animate-disappear .main-path {
  stroke-dashoffset: -1000;
  transition: stroke-dashoffset 1.5s ease-in-out;
}

.animate-disappear .arrow-path {
  stroke-dashoffset: -50;
  transition: stroke-dashoffset 0.5s ease-in-out 2.5s;
}

.img_slide_container {
  opacity: 0;
  transition: all 1s;
}

.img_slide_container.show {
  animation: img_slide_container_show 1s linear both;
}

.img_slide_container.hide {
  animation: img_slide_container_hide 0.6s linear both;
}

@keyframes img_slide_container_show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes img_slide_container_hide {
  100% {
    opacity: 0;
  }

  0% {
    opacity: 1;
  }
}

.left_slide_svg {
  width: 7vmax;
  height: auto;
  transform: scaleX(-1);
  margin-right: 3vw;
}

@media (min-width: 768px) {
  .left_main_banner_right {
    display: flex;
    margin-top: 4vh;
    flex-direction: column;
    padding: 0 5px;
  }

  .left_main_banner_desc_flex .left_main_banner_desc {
    margin-top: 1vmax;
  }

  .left_main_banner_desc_flex .left_main_banner_desc .cont_slider {
    max-width: 65%;
  }

  .bnt_arrow_white {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 46px;
    padding: 0.4vw 2.5vw 0.4vw 1.5vw;
    transition: all 0.5s;
  }

  .bnt_basket {
    display: flex;
    align-items: center;
    background-color: #5780d2;
    border-radius: 46px;
    padding: 0.4vw 1.8vw;
    transition: all 0.5s;
  }

  .bnt_basket svg {
    width: 0.8vw;
    height: auto;
    margin-right: 0.5vw;
  }

  .bnt_basket p {
    font-size: 0.9vw;
    line-height: 1.3vw;
    margin: 0;
    color: #fff;
  }

  .bnt_arrow_white img {
    display: block;
    margin-left: 10px;
    width: 0.9vw;
    position: absolute;
    right: 1.1vw;
    transition: all 0.5s;
  }

  .btn_slide_container {
    display: flex;
    align-items: center;
    margin-top: 4vh;
  }
}

@media (max-width: 768px) {
  .left_main_banner_desc_flex {
    height: 70vh;
  }

  .left_main_banner_right {
    display: flex;
    margin-top: 4vh;
    flex-direction: column;
    height: calc(100% - 90px);
    justify-content: space-between;
    max-height: calc(100vh - 100px);
    overflow: hidden;
  }

  .left_main_banner_desc_flex .left_main_banner_desc {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin-top: 0vmax;
    height: 100%;
    justify-content: space-between;
  }

  .bnt_arrow_white {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 46px;
    padding: 1.6vw 9.5vw 1.6vw 6.5vw;
    transition: all 0.5s;
    font-size: 3.6vw;
    line-height: 3.5vw !important;
    font-weight: 800;
  }

  .bnt_arrow_white p {
    font-size: 3.6vw;
    line-height: 4.5vw !important;
    font-weight: 800;
  }

  .bnt_basket {
    display: flex;
    align-items: center;
    background-color: #5780d2;
    border-radius: 46px;
    padding: 2vw 6.5vw 2vw 6.5vw;
    transition: all 0.5s;
    font-weight: 800;
  }

  .bnt_basket svg {
    width: 3vw;
    height: auto;
    margin-right: 1.8vw;
  }

  .bnt_basket p {
    font-size: 3.6vw;
    line-height: 4.5vw !important;
    margin: 0;
    color: #fff;
  }

  .bnt_arrow_white img {
    display: block;
    margin-left: 10px;
    width: 2.9vw;
    position: absolute;
    right: 4.4vw;
    transition: all 0.5s;
  }

  .btn_slide_container {
    display: flex;
    align-items: center;
    margin-top: 4vh;
    justify-content: space-evenly;
  }
}

.bnt_arrow_white:hover {
  background-color: #97c4f7;
}

.bnt_arrow_white p {
  font-size: 0.9vw;
  line-height: 1.3vw;
  margin: 0;
  color: #000;
}

.bnt_arrow_white:hover img {
  right: 0.9vw;
}

.bnt_basket:hover {
  background-color: #113f9b;
}

.bnt_basket:hover p {
  color: #ff94b8;
}

.bnt_basket .basket_arrow {
  transition: all 0.3s;
}

.bnt_basket:hover .basket_arrow {
  fill: #ff94b8;
  transform: translate(0px, 2.5px);
}

.left_main_banner_desc .bnt_arrow_white {
  margin-right: 3vw;
}

@media (min-width: 768px) {
  .left_main_banner_desc p {
    font-size: 0.9vw;
    line-height: 1.3vw;
  }

  .left_main_banner_desc b {
    font-size: 0.9vw;
    line-height: 1.3vw;
  }

  .banner_slide_content {
    position: absolute;
    top: 0;
    left: -50vw;
    transition: all 3.5s;
  }
}

@media (max-width: 768px) {
  .left_main_banner_desc p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }

  .left_main_banner_desc b {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }

  .banner_slide_content {
    position: absolute;
    top: 0;
    left: -100vw;
    transition: all 3.5s;
    max-width: 100%;
    max-height: 50vh;
  }

  .center_image_slide_mob {
    flex: 1;
    max-height: 16vmax;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .center_image_slide_mob img {
    width: auto;
    height: 26vmax !important;
    margin: 1vh auto;
    display: table;
  }
}

.left_main_banner_top {
  position: relative;
}

.desc_slider_block {
  display: none !important;
}

#desc_slide {
  display: block;
  transition: all 2.8s;
}

.btn_slide_container {
  transition: all 1.5s;
}

/* main banner  */

/* breadcrumbs_container  */
.breadcrumbs_container {
  margin-bottom: 2vmax;
}

.breadcrumbs_container span {
  display: flex;
  align-items: center;
}

.breadcrumbs_container a {
  color: #878787;
  font-weight: 700;
  font-size: 0.8vw;
  padding: 0;
  border-radius: 60px;
}

.breadcrumbs_container .breadcrumb_last {
  color: #5c8add;
  font-weight: 700;
  font-size: 0.8vw;
  padding: 0;
  border-radius: 60px;
}

.breadcrumbs_container svg {
  margin: 0 20px;
}

/* breadcrumbs_container  */

/* footer  */
footer {
  margin-top: 150px;
  background-color: #232c6b;
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
  padding: 7vmax 0 30px 0;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  footer .elementor-heading-title {
    font-family: "Nunito", Sans-serif;
    font-size: 2.3vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #ff94b8;
  }
}

@media (max-width: 768px) {
  footer .elementor-heading-title {
    font-family: "Nunito", Sans-serif;
    font-size: 6.3vw;
    font-weight: 900;
    text-transform: uppercase;
    color: #ff94b8;
    margin-bottom: 4vmax;
  }
}

.right_footer_block {
  margin-bottom: 4vmax;
}

@media (min-width: 768px) {
  .right_footer_block a {
    color: #fff;
    font-size: 1vw;
    font-weight: 900;
    display: block;
    margin-bottom: 8px;
  }

  .right_footer_block p {
    color: #fff;
    font-size: 1vw;
  }

  .right_footer_block b {
    color: #fff;
    font-size: 1vw;
  }

  .right_footer_block.adress p {
    color: #fff;
    font-size: 1vw;
    max-width: 13vw;
  }

  .dev_comp p {
    color: #fff;
    font-size: 1vw;
    font-weight: 900;
    display: block;
    margin-bottom: 0px;
  }

  .dev_comp b {
    color: #ff94b8;
    font-size: 1vw;
    font-weight: 900;
    display: block;
    margin-bottom: 0px;
  }

  .copy_b p {
    color: #fff;
    font-size: 1vw;
    font-weight: 900;
    display: block;
    margin-bottom: 0px;
  }

  .copy_b b {
    color: #86b4ff;
    font-size: 1vw;
    font-weight: 900;
    display: block;
    margin-bottom: 0px;
  }

  .subfooter {
    margin-top: 15vh;
  }

  .soc_links svg {
    width: 1vmax;
    height: auto;
    margin-right: 1vmax;
  }

  footer .soc_links {
    position: relative !important;
    margin-top: 2vh;
    display: block;
  }
}

@media (max-width: 768px) {
  .right_footer_block a {
    color: #fff;
    font-size: 4vw;
    font-weight: 900;
    display: block;
    margin-bottom: 8px;
  }

  .right_footer_block p {
    color: #fff;
    font-size: 4vw;
  }

  .right_footer_block b {
    color: #fff;
    font-size: 4vw;
  }

  .right_footer_block.adress p {
    color: #fff;
    font-size: 4vw;
    max-width: 100%;
  }

  .dev_comp p {
    color: #fff;
    font-size: 4vw;
    font-weight: 900;
    display: block;
    margin-bottom: 0px;
  }

  .dev_comp b {
    color: #ff94b8;
    font-size: 4vw;
    font-weight: 900;
    display: block;
    margin-bottom: 0px;
  }

  .copy_b p {
    color: #fff;
    font-size: 4vw;
    font-weight: 900;
    display: block;
    margin-bottom: 0px;
  }

  .copy_b b {
    color: #86b4ff;
    font-size: 4vw;
    font-weight: 900;
    display: block;
    margin-bottom: 0px;
  }

  .subfooter {
    margin-top: 10vh;
  }

  .dev_comp {
    margin-bottom: 50px;
    text-align: center;
  }

  .copy_b {
    text-align: center;
  }

  .soc_links svg {
    width: 3vmax;
    height: auto;
    margin-right: 1vmax;
  }

  footer .soc_links {
    position: relative !important;
    margin-top: 50px;
    display: block;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .breadcrumbs_container {
    display: none;
  }

  .col-12.col-md-7 iframe {
    max-height: 400px;
    height: 400px !important;
  }

  #map {
    max-height: 400px;
    height: 400px !important;
  }
}

/* footer  */

.mouse_parallax {
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}

/* СТИЛИ КОРЗИНЫ */
.header-cart-button {
  position: relative;
  display: inline-block;
}

.cart-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding: 0 !important;
}

.cart-link:hover {
  transform: translateY(-2px);
  background: none !important;
}

.cart-icon {
  width: 20px;
  height: 20px;
}

.cart-count {
  position: absolute;
  top: -4px;
  right: -2px;
  background: #ef4444;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

/* ВЫПАДАЮЩАЯ КОРЗИНА */
.cart-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 350px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 15px;
  border: 1px solid #e5e7eb;
}

.cart-dropdown::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
  background: transparent;
}

.cart-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cart-dropdown-header {
  padding: 16px 20px;
  border-bottom: 1px solid #f3f4f6;
  background: #f8f9fa;
  border-radius: 12px 12px 0 0;
}

.cart-dropdown-header h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1f2937;
}

.cart-dropdown-content {
  max-height: 400px;
  overflow-y: auto;
  border-radius: 30px;
}

.cart-item {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #f3f4f6;
  transition: background-color 0.2s ease;
  position: relative;
}

.cart-item:hover {
  background: #f8f9fa;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-image {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 12px;
  flex-shrink: 0;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.no-image {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 6px;
}

.cart-item-details {
  flex: 1;
  min-width: 0;
}

.cart-item-details a {
  color: #232c6b !important;
  padding: 0 !important;
  background: none !important;
  font-size: 0.6vmax !important;
}

.cart-item-details a:hover {
  padding: 0 !important;
  background: none !important;
  font-size: 0.6vmax !important;
}

.cart-item-name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1f2937;
  text-decoration: none;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart-item-name:hover {
  color: #6366f1;
  text-decoration: none;
}

.cart-item-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #6b7280;
}

.cart-item-price {
  font-weight: 800;
  color: #ff4081;
}

@media (min-width: 768px) {
  .img_title_cart {
    display: flex;
    align-items: center;
    min-width: 35%;
  }
}

@media (max-width: 768px) {
  .img_title_cart {
    display: flex;
    align-items: center;
    min-width: 100%;
  }
}

.remove-item {
  position: absolute;
  right: 8px;
  top: 9px;
  height: 18px;
  width: 18px;
  border: none;
  background: #ff4081;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  font-size: 11px;
  line-height: 1;
  margin-left: 8px;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.remove-item:hover {
  background: #dc2626;
  transform: scale(1.1);
}

.cart-dropdown-footer {
  padding: 16px 20px;
  border-top: 1px solid #f3f4f6;
  background: #f8f9fa;
  border-radius: 0 0 12px 12px;
}

.cart-total {
  margin-bottom: 12px;
  text-align: center;
  font-size: 16px;
  color: #1f2937;
}

.cart-buttons {
  display: flex;
  gap: 8px;
}

.btn-view-cart,
.btn-checkout {
  flex: 1;
  padding: 10px 16px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.btn-view-cart {
  background: white;
  color: #6366f1;
  border: 2px solid #6366f1;
}

.btn-view-cart:hover {
  background: #6366f1;
  color: white;
  text-decoration: none;
}

.btn-checkout {
  background: #6366f1;
  color: white;
  border: 2px solid #6366f1;
}

.btn-checkout:hover {
  background: #5856eb;
  border-color: #5856eb;
  text-decoration: none;
  color: white;
}

.cart-empty {
  padding: 1vmax 2vmax;
  text-align: center;
  color: #6b7280;
}

.cart-empty p {
  margin: 0;
}

/* УВЕДОМЛЕНИЯ */
#cart-notifications-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
  pointer-events: none;
}

.cart-notification {
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  border: 1px solid #e5e7eb;
  padding: 16px 20px;
  margin-bottom: 10px;
  min-width: 300px;
  max-width: 400px;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.3s ease;
  pointer-events: auto;
  position: relative;
}

.cart-notification.show {
  opacity: 1;
  transform: translateX(0);
}

.cart-notification.success {
  border-left: 4px solid #ff94b8;
}

.cart-notification.error {
  border-left: 4px solid #ef4444;
}

.notification-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.notification-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.notification-content {
  flex: 1;
}

@media (min-width: 768px) {
  .notification-title {
    font-weight: 800;
    font-size: 22px;
    color: #232c6b;
    margin: 0 0 4px 0;
  }

  .notification-message {
    font-size: 18px;
    color: #6b7280;
    margin: 0;
    line-height: 1.2;
    margin-top: 12px;
  }
}

@media (max-width: 768px) {
  .notification-title {
    font-weight: 800;
    font-size: 18px;
    color: #232c6b;
    margin: 0 0 4px 0;
  }

  .notification-message {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
    line-height: 1.2;
    margin-top: 12px;
  }
}

.notification-product {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  border-top: 1px solid #f3f4f6;
  margin-top: 8px;
}

.notification-product-image {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.notification-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.notification-product-details {
  flex: 1;
  min-width: 0;
}

.notification-product-name {
  font-size: 13px;
  font-weight: 500;
  color: #1f2937;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.notification-product-meta {
  font-size: 12px;
  color: #6b7280;
  margin: 2px 0 0 0;
}

.notification-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  border: none;
  background: none;
  color: #9ca3af;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  padding: 0;
}

.notification-close:hover {
  color: #6b7280;
}

.notification-actions {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid #f3f4f6;
}

.notification-btn {
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.notification-btn.primary {
  background: #6366f1;
  color: white;
}

.notification-btn.primary:hover {
  background: #5856eb;
  text-decoration: none;
  color: white;
}

.notification-btn.secondary {
  background: #f3f4f6;
  color: #6b7280;
}

.notification-btn.secondary:hover {
  background: #e5e7eb;
  text-decoration: none;
  color: #4b5563;
}

@keyframes bounce {

  0%,
  20%,
  60%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  80% {
    transform: translateY(-5px);
  }
}

@media (max-width: 768px) {
  .cart-link {
    width: 44px;
    height: 44px;
  }

  .cart-icon {
    width: 18px;
    height: 18px;
  }

  .cart-count {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }

  .cart-dropdown {
    width: 300px;
    right: -20px;
  }

  #cart-notifications-container {
    bottom: 10px;
    right: 10px;
    left: 10px;
  }

  .cart-notification {
    min-width: auto;
    max-width: none;
  }
}