@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-400.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-500.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/manrope-700.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}

html, body {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  width: 100%;
  scroll-behavior: smooth;
  position: relative;
  background: #FBF9F6;
}

.body-scroll {
  overflow: hidden;
}

.zagol_h1 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F55917;
}
@media (max-width: 1399px) {
  .zagol_h1 {
    font-size: 54px;
  }
}
@media (max-width: 1249px) {
  .zagol_h1 {
    font-size: 44px;
  }
}
@media (max-width: 999px) {
  .zagol_h1 {
    font-size: 34px;
    text-align: center;
  }
}

h1 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 100%;
  text-transform: uppercase;
  color: #F55917;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 54px;
  }
}
@media (max-width: 1249px) {
  h1 {
    font-size: 44px;
  }
}
@media (max-width: 999px) {
  h1 {
    font-size: 34px;
    text-align: center;
  }
}

h2 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #1C3F67;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1249px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 999px) {
  h2 {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 759px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 32px;
  }
}



.black {
  color: #1C3F67;
}

.cat_top-block_title {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #1C3F67;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .cat_top-block_title {
    font-size: 44px;
  }
}
@media (max-width: 1249px) {
  .cat_top-block_title {
    font-size: 40px;
  }
}
@media (max-width: 999px) {
  .cat_top-block_title {
    font-size: 36px;
    text-align: center;
  }
}
@media (max-width: 759px) {
  .cat_top-block_title {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  .cat_top-block_title {
    font-size: 32px;
  }
}

.white {
  color: #F6EFE8;
}

h3, .descr h2, .zagh3 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: #F55917;
}

.descr h2 * {
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}

@media (max-width: 1399px) {
  h3, .descr h2, .zagh3 {
    font-size: 22px;
  }
}
@media (max-width: 1249px) {
  h3, .descr h2, .zagh3 {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  h3, .descr h2, .zagh3 {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 759px) {
  h3, .descr h2, .zagh3 {
    font-size: 16px;
  }
}

.line_height {
  line-height: 140%;
}

h5 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #1C3F67;
}
@media (max-width: 1399px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 1249px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  h5 {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 759px) {
  h5 {
    font-size: 16px;
  }
}

.zag_h5 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #1C3F67;
}
@media (max-width: 1399px) {
  .zag_h5 {
    font-size: 22px;
  }
}
@media (max-width: 1249px) {
  .zag_h5 {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .zag_h5 {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 759px) {
  .zag_h5 {
    font-size: 16px;
  }
}

h4 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5F5F5F;
  transition: 0.5s;
}
h4:hover {
  color: #F55917;
  transition: 0.5s;
}
@media (max-width: 1249px) {
  h4 {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  h4 {
    font-size: 16px;
  }
}
@media (max-width: 759px) {
  h4 {
    font-size: 14px;
  }
}

.zagh4 {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5F5F5F;
  transition: 0.5s;
}
.zagh4:hover {
  color: #F55917;
  transition: 0.5s;
}
@media (max-width: 1249px) {
  .zagh4 {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  .zagh4 {
    font-size: 16px;
  }
}
@media (max-width: 759px) {
  .zagh4 {
    font-size: 14px;
  }
}

.h4-not-hover {
  pointer-events: none;
  overflow: hidden;
}

.just-cont-top-prod {
  flex-direction: row !important;
}

h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #1C3F67;
}

.pointer-none {
  pointer-events: none !important;
}

.index-maps {
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 100px;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: #F55917;
}
@media (max-width: 1399px) {
  .index-maps {
    padding: 50px;
  }
}
@media (max-width: 999px) {
  .index-maps {
    padding: 30px;
  }
}
.index-maps-section {
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 130px 70px;
  border-radius: 90px;
  margin: 0 auto;
  gap: 50px;
  background: #fff;
}
@media (max-width: 1399px) {
  .index-maps-section {
    width: 100%;
  }
}
@media (max-width: 1249px) {
  .index-maps-section {
    padding: 110px 50px;
  }
}
@media (max-width: 999px) {
  .index-maps-section {
    padding: 80px 40px;
    border-radius: 40px;
  }
}
@media (max-width: 759px) {
  .index-maps-section {
    padding: 70px 20px;
  }
}
.index-maps-section-img {
  width: 500px;
}
@media (max-width: 999px) {
  .index-maps-section-img {
    width: 300px;
  }
}
.index-maps-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 999px) {
  .index-maps-block {
    gap: 20px;
  }
}
.index-maps-miniblock {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 999px) {
  .index-maps-miniblock {
    gap: 10px;
  }
}
@media (max-width: 759px) {
  .index-maps-miniblock {
    flex-direction: column;
    gap: 5px;
  }
}
.index-maps-miniblock-number {
  color: #F55917;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 35.1px */
}
@media (max-width: 1249px) {
  .index-maps-miniblock-number {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .index-maps-miniblock-number {
    font-size: 20px;
  }
}
@media (max-width: 759px) {
  .index-maps-miniblock-number {
    font-size: 18px;
  }
}
.index-maps-miniblock-link {
  color: #f55917;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 35.1px */
  transition: 0.5s;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1249px) {
  .index-maps-miniblock-link {
    font-size: 28px;
  }
}
@media (max-width: 999px) {
  .index-maps-miniblock-link {
    font-size: 23px;
  }
}
@media (max-width: 759px) {
  .index-maps-miniblock-link {
    font-size: 22px;
  }
}
.index-maps-miniblock-link:hover {
  text-decoration: underline;
  transition: 0.5s;
}
.index-maps-miniblock-text {
  color: #F55917;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%; /* 35.1px */
}
@media (max-width: 1249px) {
  .index-maps-miniblock-text {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .index-maps-miniblock-text {
    font-size: 20px;
  }
}
@media (max-width: 759px) {
  .index-maps-miniblock-text {
    font-size: 18px;
  }
}

.breadcrumbs {
  width: 100%;
  position: relative;
}
.breadcrumbs-cont {
  width: 100%;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 35px 120px;
}
@media (max-width: 1399px) {
  .breadcrumbs-cont {
    padding: 35px 80px;
  }
}
@media (max-width: 1249px) {
  .breadcrumbs-cont {
    padding: 35px 40px;
  }
}
@media (max-width: 999px) {
  .breadcrumbs-cont {
    padding: 30px;
  }
}
@media (max-width: 759px) {
  .breadcrumbs-cont {
    padding: 20px 20px 24px 20px;
  }
}
@media (max-width: 500px) {
  .breadcrumbs-cont {
    padding: 16px 16px 24px 16px;
  }
}
.breadcrumbs_cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.breadcrumbs_cont a {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #ACACAC;
}
.breadcrumbs_cont a:hover {
  color: #F55917;
  transition: 0.5s;
}
.breadcrumbs_cont span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #5F5F5F;
  transition: 0.5s;
}

.burger {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translateY(-200%);
  transition-duration: 0.5s;
}
@media (min-width: 1000px) {
  .burger {
    display: flex !important;
  }
}

.header-menu {
  width: 240px;
  display: flex;
  background: #FFFFFF;
  box-shadow: -77px 16px 32px rgba(121, 109, 99, 0.01), -43px 9px 27px rgba(121, 109, 99, 0.05), -19px 4px 20px rgba(121, 109, 99, 0.09), -5px 1px 11px rgba(121, 109, 99, 0.1);
  border-radius: 0px 0px 0px 24px;
  transition: 0.5s;
  height: auto;
  max-height: 100vh;
  max-height: 100dvh;
  padding: 12px 8px 24px 12px;
  position: relative;
  overflow-y: hidden;
}

@media (min-width: 1000px) {
  .header-menu {
    width: 480px;
  }
}

.header-menu-cont {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 12px 8px 24px 12px;
  gap: 14px;
  overflow-y: scroll;
  /* ховаємо системний скролбар */
  -ms-overflow-style: none;   /* IE/старий Edge */
  scrollbar-width: none;      /* Firefox */
}

.header-menu-cont::-webkit-scrollbar { /* Chrome/Safari/новий Edge */
  display: none;
}

.custom-scrollbar, .custom-scrollbar-cart {
  position: absolute;
  top: 10px;       /* відступ треку зверху */
  bottom: 10px;    /* відступ треку знизу */
  right: 2px;
  width: 2px;
  background: #dedede;
}

/* Повзунок рухається всередині треку */
.custom-thumb, .custom-thumb-cart {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #f55917;
  border-radius: 2px;
}


.header-menu-svg {
  width: 24px;
  height: 24px;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: auto;
}
.header-menu-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 8px;
}
.header-menu-block-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #212121;
}

.header-menu__block:hover .header-menu-block-link, .header-menu-block-link:hover {
  color: #F55917;
}

.header-menu__block:hover path {
  fill: #F55917;
}

.header-menu_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.header-menu__block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu__block-svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.5s;
}
.header-menu-bottom {
  display: none;
  width: 100%;
}
.header-menu-bottom-link {
  font-weight: 400;
  display: flex;
  margin-top: 16px;
  width: 100%;
  font-size: 12px;
  line-height: 100%;
  color: #5F5F5F;
}
.header-menu-line {
  width: 100%;
  border-top: 1px solid #F55917;
}
.header-menu-icon {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu-icon-lang {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.header-menu-icon-lang .header-top-language-choice, .header-menu-icon-lang .header-top-language-UA {
  display:none;
}

.header-menu-icon-lang .burger_menu {
  display: flex;
  gap: 8px;
}

.header-menu-icon-lang .burger_menu button {
  background: none;
  border:1px solid #ACACAC;
  font-size:12px; 
  font-weight: 400;
  color:#ACACAC;
  border-radius:4px;
  text-transform: uppercase;
  width:24px;
  height:24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-menu-icon-lang .burger_menu button:hover {
  border:1px solid #F55917; 
  color:#F55917;
  cursor:pointer;
}

.header-menu-icon-lang-svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.header-menu-icon-lang_svg path {
  fill: #ACACAC;
}
.header-menu-icon-lang_svg rect {
  stroke: #ACACAC;
}
.header-menu-icon-soc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.header-menu-icon-soc-svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
}
.header-menu-icon-a {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.header-menu-icon-a rect {
  fill: #F55917;
}

.header-menu-icon-a path {
  fill: #fff;
}

.header-menu-icon-a.osob_svg2 g path {
  fill: #F55917;
}


.header-menu__block.active .header-menu__block-svg {
  rotate: 90deg;
  transition: 0.5s;
}

.burger-open {
  transform: translateY(0);
  transition-duration: 0.5s;
}

/*::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background: #DEDEDE;
}

::-webkit-scrollbar-thumb {
  background: #F55917;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #F55917 #DEDEDE;
}*/

.header {
  width: 100%;
  position: relative;
}
.header-cont {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 120px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 1399px) {
  .header-cont {
    padding: 0 80px;
  }
}
@media (max-width: 1249px) {
  .header-cont {
    padding: 0 40px;
  }
}
@media (max-width: 999px) {
  .header-cont {
    padding: 0 30px;
  }
}
@media (max-width: 759px) {
  .header-cont {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .header-cont {
    padding: 0 16px;
  }
}
.header-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0;
}
@media (max-width: 1249px) {
  .header-top {
    padding: 24px 0 16px 0;
  }
}
.header-top-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 999px) {
  .header-top-left {
    display: none;
  }
}
.header-top-burger {
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.5s;
}
.header-top-burger:hover path {
  stroke: #A53A0D;
  transition: 0.5s;
}
.header-top-burger999 {
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: none;
  transition: 0.5s;
}
.header-top-burger999:hover path {
  stroke: #E15418;
  transition: 0.5s;
}
@media (max-width: 999px) {
  .header-top-burger999 {
    display: flex;
  }
}
.header-top-number {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #F55917;
}
.header-top-call {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: #F55917;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px; 
  transition: 0.5s;
}

.header-top-call:hover {  
  color: #A53A0D;
  transition: 0.5s;
}
.header-top-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 500px) {
  .header-top-right {
    gap: 16px;
  }
}
.header-top-right-call {
  width: 24px;
  height: 24px;
  display: none;
  transition: 0.5s;
}
.header-top-right-call:hover path {
  fill: #A53A0D;
  transition: 0.5s;
}
@media (max-width: 999px) {
  .header-top-right-call {
    display: flex;
  }
}
.header-top_search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 24px;
  height: 24px;
}
@media (max-width: 999px) {
  .header-top_search {
    display: none;
  }
}
.header-top_search-svg {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.5s;
}
.header-top_search-svg:hover path {
  stroke: #A53A0D;
  transition: 0.5s;
}
.header-top-search {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 150;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px 8px 20px;
  gap: 12px;
  background: #FFFFFF;
  border-radius: 12px;
}
.header-top-search-svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.header-top-search-input {
  width: 550px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: #212121;
}
@media (max-width: 1249px) {
  .header-top-search-input {
    width: 500px;
  }
}

.header-search {
  display:flex;
}

.border-search {
  border: 1px solid #CCC;
}

.iSearchBox {
  position: absolute;
  background: #fff;
  left: 0px;
  width: 100%!important;
  padding-top: 30px;
  padding-left: 36px;
  padding-bottom: 48px;
  border-radius: 0px 0px 12px 12px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  top: 52px;
}

.iSearchViewAllResults, .iSearchHeading {
  display:none;
}

.search_item {
  display:flex;
  cursor:pointer;
  margin-top:24px;
}

.iSearchHeading + .search_item {
   margin-top:0px;
}

.iSearchItem {
  display:flex;  
  padding-left:28px;
}

.search_item_name {
  font-size:16px; 
  color:#000000;
  width:350px;
}

.iSearchPrice {
  font-size:16px;
  color:#212121;
  font-weight: 700;
  padding-left:30px;
}

.iSearchPrice * {
  font-weight: 700;   
}

.isearchProducts {
  list-style-type: none;
}

.header-top-search-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #ACACAC;
}

.header-top-search-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 34px;
  background: #F55917;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  color: #FBF9F6;
  transition: 0.5s;
  border:none;
  cursor: pointer;  
}

.header-top-search-btn:hover {
  background: #E15418;
  transition: 0.5s;
}
.header-top-language {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.5s;
}

.header-top-language .burger_menu {
  display:none;
}

.header-top-language:hover .header-top-language-choice {
  opacity: 1;
  pointer-events: all;
  transition: 0.5s;
}
@media (max-width: 999px) {
  .header-top-language {
    display: none;
  }
}
.header-top-language-UA {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  color: #F55917;
  transition: 0.5s;
  text-transform: uppercase;
}
.header-top-language-UA:hover {
  color: #A53A0D;
  transition: 0.5s;
}
.header-top-language-choice {
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 12px 20px 12px;
  gap: 12px;
  position: absolute;
  top: -12px;
  left: -12px;
  z-index: 150;
  width: 48px;
  background: #FFFFFF;
  box-shadow: 0px 27px 11px rgba(112, 62, 41, 0.01), 0px 15px 9px rgba(112, 62, 41, 0.05), 0px 7px 7px rgba(112, 62, 41, 0.09), 0px 2px 4px rgba(112, 62, 41, 0.1);
  border-radius: 8px;
}

.header-top-language-choice > button {
  font-weight: 400;
  font-size: 18px;
  color: #F55917;
  transition: 0.5s;
  text-transform: uppercase;
  font-family: "Manrope", sans-serif;
  background: none;
  border: none;
  cursor: pointer;
}
.header-top-language-choice > button:hover {
  color: #A53A0D;
  transition: 0.5s;
  font-weight: 700;
}
.header-top--my {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  border-radius: 4px;
}
.header-top--my:hover {
  background: #F55917;
  transition: 0.5s;
}
.header-top-my {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: 0.5s;
}
.header-top-my:hover path {
  fill: #fff;
  transition: 0.5s;
}

.header-top--basket svg {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}

.header-top--basket {
  height: 24px;
  position:relative;
}

.header-top-basket {
  position: relative;
  width: 24px;
  height: 24px;
  transition: 0.2s;
}
.header-top_basket {
  position: absolute;
  width: 24px;
  height: 24px;
  transition: 0.2s;
  opacity: 0;
}
.header-logo {
  width: 220px;
  flex-shrink: 0;
}
@media (max-width: 999px) {
  .header-logo {
    width: 200px;
  }
}
@media (max-width: 759px) {
  .header-logo {
    width: 180px;
  }
}
@media (max-width: 500px) {
  .header-logo {
    width: 144px;
  }
}
.header-bottom {
  width: 100%;
}

.header-bottom ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 5px;
  column-gap: 24px;
  list-style-type:none;
}

.header-bottom ul > li {
  position:relative;
}

@media (max-width: 1399px) {
  .header-bottom ul {
    column-gap: 16px;
  }
}
@media (max-width: 1249px) {
  .header-bottom ul {
    column-gap: 10px;
  }
}
@media (max-width: 999px) {
  .header-bottom {
    display: none;
  }
}
.header-bottom-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #F55917;
  transition: 0.5s;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 1249px) {
  .header-bottom-link {
    font-size: 14px;
  }
}
.header-bottom-link:hover {
  color: #A53A0D;
}

.header-bottom_child_wrp {
  position: absolute;
  padding-top:7px;
  display: none;
  z-index: 1000;
}

.header-bottom_child {  
  z-index: 10;
  width: 216px;
  background-color:#fff;
  border-radius: 0px 0px 16px 16px;
  padding:24px 24px 36px 24px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);  
}

.header-bottom ul > li:last-child .header-bottom_child {
  width: 166px;  
}

.header-bottom_child a {
  font-size: 14px;
  color: #5F5F5F;
  line-height: 15px;
  margin-bottom: 16px;
  display: block;
  white-space: normal;
  
}

.header-bottom ul > li:hover .header-bottom_child_wrp {
  display:block;
}

.header-seach999 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 5px 8px 5px 16px;
  gap: 8px;
  border-radius: 8px;
  display: none;
  position: relative;
}

@media (max-width: 999px) {
  .header-seach999 {
    display: flex;
  }

  .header-top-search-input {
    width: 100%;
  }

  .header-search999-svg {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }

  .input_search_mob {
    flex: 1;  
  }

  .header-top-search-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
    background: #F55917;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #FBF9F6;
  }

  .iSearchBox {
    width: calc(100% + 2px) !important;
    z-index: 1000;
    top: 37px;
    left: -1px;
    padding-top: 20px;
    padding-left: 16px;
    padding-bottom: 24px;
  }

  .search_item_name {
    font-size: 14px;
    width: 90%;
  }

  .iSearchItem {
    flex-wrap: wrap;
    padding-left: 12px;
  }

  .iSearchPrice {
    font-size:14px;
    padding-left: 0px;
  }

  .search_item img {
    width: 64px;
    height: auto;
    align-self: flex-start;
  }
}

.header-seach999-input {
  width: 100%;
  border: none;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #212121;
}
.header-seach999-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
  background: #F55917;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  color: #FBF9F6;
}

.open-search {
  opacity: 1;
  pointer-events: all;
  z-index: 1000;
}

.active_cart {
  cursor:pointer;
}

.dropdown__cart {
  display: none;
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 1000;
  background-color:#fff;
  padding: 24px 4px 32px 32px;
  height: 100vh;
}

.cart__content_wrapp {
  max-height: 100%;
  overflow-y: hidden;
  display: flex;
  padding-right: 10px;
}

.cart__top {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dropdown__cart_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display:none;
}

.dropdown__cart_active {
  display:block;
}

.cart__top h2 {
  font-size:20px;
  color: #212121;
  font-weight:500;
}

.cart__top svg {
  cursor: pointer;
}

.cart__content {
  width:350px;
  padding-right: 20px;
}

.cart_prod_top {
  display:flex;
  margin-bottom: 24px;
}

.cart_prod_top img {
  width: 60px;
  height: 60px;
}

.cart_prod_top_info {
  margin-left:10px;
}

.cart_prod_top_name {
  font-size:16px;
  color: #212121;
  font-weight:400;  
  margin-bottom:12px;
}

.cart_prod_top_name a {
    color: #212121;  
}

.cart_prod_top_name a:hover {
    color: #F55917; 
}

.cart_prod_top_price {
  font-size:14px;
  color: #212121;
  font-weight:500;  
}

.cart_prod_bottom {
  display: flex;
  justify-content: space-between
}

.cart_prod_bottom_total {
  display:flex;
  font-size:16px;
  font-weight:400;
  align-items: center;
}

.cart_prod_bottom_total a {
  margin-left:12px;
  height: 24px;
}

.cart_prod {
  margin-bottom:32px;
}

.cart_prod_bottom_quantity {
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  display: flex;
  padding: 8px;
  align-items: center;
}

.cart_prod_bottom_quantity input {
  border:none;
  font-size:14px;
  font-weight: 400;
  width:auto;
  font-family: "Manrope", sans-serif;
  flex: 0 0 auto;
  text-align: center;
  width:46px;
  cursor: default;
}

.qtyplus, .qtyplus svg {
  width:16px;
  height:16px;
  cursor:pointer;
}

.active_cart path + path {
  fill:#F55917;
}

.active_cart_count {
  display:none;
}

#cart-total {
  position: absolute;
  font-size: 6px;
  color: #fff;
  font-weight: 600;
  top: 11px;
  left: 7px;
  width: 11px;
  text-align: center;
  z-index: 1;
}

.cart__bottom-button  {
  
}

.cart__bottom-button a {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  color:#fff;
  background-color: #F55917;
  text-align:center;
  width:100%;
  border-radius: 12px;
  padding:13px 0px;
  display: block;
}

.hr_cart {
  height: 1px;
  background-color: #CCC;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cart__bottom-total {
  display: flex;
  justify-content: space-between;
  font-family: Manrope;
  font-weight: 500;
  font-size: 16px;
  color:#212121;
}

.simplebar-scrollbar::before {
  opacity: 1 !important;   /* завжди видимий */
}

.top {
  width: 100%;
  position: relative;
}
.top-cont {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 120px 150px 120px;
  position: relative;
  border-radius: 0px 0px 64px 64px;
}
@media (max-width: 1399px) {
  .top-cont {
    padding: 20px 80px 150px 80px;
  }
}
@media (max-width: 1249px) {
  .top-cont {
    padding: 20px 40px 150px 40px;
  }
}
@media (max-width: 999px) {
  .top-cont {
    padding: 20px 30px 150px 30px;
    border-radius: 0px 0px 40px 40px;
  }
}
@media (max-width: 759px) {
  .top-cont {
    padding: 16px 20px 130px 20px;
  }
}
@media (max-width: 500px) {
  .top-cont {
    padding: 16px 16px 100px 16px;
    border-radius: 0px 0px 40px 40px;
  }
}
.top-cont-btn {
  position: absolute;
  right: 90px;
  top: 50%;
  transform: translateY(-30%);
  z-index: 500;
  width: 207px;
  height: 207px;
  background: #F55917;
  border-radius: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 40px 20px 40px;
  transition: 0.5s;
}
@media (max-width: 1399px) {
  .top-cont-btn {
    right: 70px;
  }
}
@media (max-width: 1249px) {
  .top-cont-btn {
    width: 180px;
    height: 180px;
    padding: 20px 30px 10px 30px;
    right: 50px;
  }
}
@media (max-width: 999px) {
  .top-cont-btn {
    width: 150px;
    height: 150px;
    right: inherit;
    left: 50%;
    bottom: 90px;
    top: inherit;
    transform: translateX(-50%);
    gap: 15px;
  }
}
@media (max-width: 759px) {
  .top-cont-btn {
    width: 100px;
    height: 100px;
    padding: 15px 15px 5px 15px;
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .top-cont-btn {
    right: 16px;
  }
}
.top-cont-btn:hover {
  background: #E15418;
  transition: 0.5s;
}
.top-cont-btn-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #F6EFE8;
  transition: 0.5s;
}
@media (max-width: 1249px) {
  .top-cont-btn-text {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  .top-cont-btn-text {
    font-size: 14px;
  }
}
@media (max-width: 759px) {
  .top-cont-btn-text {
    font-size: 12px;
  }
}
.top-cont-btn-svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 1249px) {
  .top-cont-btn-svg {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 999px) {
  .top-cont-btn-svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 759px) {
  .top-cont-btn-svg {
    width: 15px;
    height: 15px;
  }
}
.top-cont-btn-svg path {
  transition: 0.5s;
}
.top-slider {
  width: 100%;
  min-height: 500px;
  display: flex;
  position: relative;
  border-radius: 0px 0px 64px 64px;
  cursor: pointer;
}
@media (max-width: 999px) {
  .top-slider {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 759px) {
  .top-slider {
    min-height: 450px;
  }
}
@media (max-width: 500px) {
  .top-slider {
    border-radius: 0px 0px 40px 40px;
    min-height: 400px;
  }
}
.top-img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: 0px 0px 64px 64px;
}
@media (max-width: 759px) {
  .top-img {
    display: none;
  }
}
@media (max-width: 500px) {
  .top-img {
    border-radius: 0px 0px 40px 40px;
  }
}
.top-img999 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  border-radius: 0px 0px 64px 64px;
  display: none;
}
@media (max-width: 759px) {
  .top-img999 {
    display: flex;
  }
}
.top_slider {
  width: 72%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 0px 0px 64px 64px;
  gap: 8px;
  padding: 90px;
}
@media (max-width: 1399px) {
  .top_slider {
    padding: 70px;
  }
}
@media (max-width: 1249px) {
  .top_slider {
    padding: 50px;
  }
}
@media (max-width: 999px) {
  .top_slider {
    padding: 40px 100px;
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 759px) {
  .top_slider {
    padding: 24px 40px;
  }
}
@media (max-width: 500px) {
  .top_slider {
    padding: 24px 16px;
    border-radius: 0px 0px 40px 40px;
  }
}
.top-title {
  font-weight: 700;
  font-size: 80px;
  line-height: 110%;
  text-transform: uppercase;
  color: #F6EFE8;
}
@media (max-width: 1399px) {
  .top-title {
    font-size: 70px;
  }
}
@media (max-width: 1299px) {
  .top-title {
    font-size: 65px;
  }
}
@media (max-width: 999px) {
  .top-title {
    font-size: 55px;
    text-align: center;
  }
}
@media (max-width: 759px) {
  .top-title {
    font-size: 45px;
  }
}
@media (max-width: 500px) {
  .top-title {
    font-size: 36px;
  }
}
.top-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #F6EFE8;
}
@media (max-width: 1399px) {
  .top-text {
    font-size: 22px;
  }
}
@media (max-width: 1249px) {
  .top-text {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .top-text {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .top-text {
    font-size: 16px;
  }
}

.carusel {
  position: relative;
}

.swiper-pagination_block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.swiper-pagination-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
}
@media (max-width: 759px) {
  .swiper-pagination-block {
    gap: 16px;
  }
}

.swiper-pagination-bullet {
  background-color: #FBF9F6;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #F55917;
}

.carusel-btn-prev {
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 1249px) {
  .carusel-btn-prev {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 999px) {
  .carusel-btn-prev {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 759px) {
  .carusel-btn-prev {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .carusel-btn-prev {
    width: 24px;
    height: 24px;
  }
}
.carusel-btn-prev[aria-disabled=true] path {
  fill-opacity: 0.5;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev[aria-disabled=true] rect {
  stroke-opacity: 0.5;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev[aria-disabled=true] {
  fill-opacity: 0.5;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev:hover {
  fill: #F55917;
  transition: 0.2s;
}
.carusel-btn-prev:hover rect {
  stroke: #F55917;
  transition: 0.5s;
}
.carusel-btn-prev path {
  transition: 0.5s;
}
.carusel-btn-prev rect {
  transition: 0.5s;
}
.carusel-btn-next {
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 1249px) {
  .carusel-btn-next {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 999px) {
  .carusel-btn-next {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 759px) {
  .carusel-btn-next {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .carusel-btn-next {
    width: 24px;
    height: 24px;
  }
}
.carusel-btn-next[aria-disabled=true] path {
  fill-opacity: 0.5;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next[aria-disabled=true] rect {
  stroke-opacity: 0.5;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next[aria-disabled=true] {
  fill-opacity: 0.5;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next:hover {
  fill: #F55917;
  transition: 0.2s;
}
.carusel-btn-next:hover rect {
  stroke: #F55917;
  transition: 0.5s;
}
.carusel-btn-next path {
  transition: 0.5s;
}
.carusel-btn-next rect {
  transition: 0.5s;
}

.our {
  width: 100%;
  position: relative;
}
.our-cont {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 120px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media (max-width: 1399px) {
  .our-cont {
    padding: 0 80px;
  }
}
@media (max-width: 1249px) {
  .our-cont {
    padding: 0 40px;
  }
}
@media (max-width: 999px) {
  .our-cont {
    padding: 0 30px;
  }
}
@media (max-width: 759px) {
  .our-cont {
    padding: 0 20px;
    gap: 24px;
  }
}
@media (max-width: 500px) {
  .our-cont {
    padding: 0 16px;
  }
}
.our-cont-top {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 999px) {
  .our-cont-top {
    align-items: center;
  }
}
@media (max-width: 759px) {
  .our-cont-top {
    gap: 12px;
  }
}
.our-cont-bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .our-cont-bottom {
    flex-direction: column;
    gap: 24px;
  }
}
.our-cont-bottom-left {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 12px);
}
@media (max-width: 999px) {
  .our-cont-bottom-left {
    width: 100%;
  }
}
.our-cont-bottom-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  overflow: hidden;
}
.our-cont-bottom_img {
  width: 100%;
  transition: 0.5s;
}
.our-cont-bottom_img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
.our-cont-bottom-btn {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-cont-bottom_btn {
  width: 75%;
  height: 75%;
  background: #F55917;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 40px 20px 40px;
  transition: 0.5s;
}
.our-cont-bottom_btn:hover {
  background: #E15418;
  transition: 0.5s;
}
@media (max-width: 759px) {
  .our-cont-bottom_btn {
    padding: 20px 30px 10px 30px;
  }
}
@media (max-width: 500px) {
  .our-cont-bottom_btn {
    padding: 15px 15px 5px 15px;
    gap: 10px;
  }
}
.our-cont-bottom_btn-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #F6EFE8;
  transition: 0.5s;
}
@media (max-width: 1249px) {
  .our-cont-bottom_btn-text {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  .our-cont-bottom_btn-text {
    font-size: 18px;
  }
}
@media (max-width: 759px) {
  .our-cont-bottom_btn-text {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .our-cont-bottom_btn-text {
    font-size: 12px;
  }
}
.our-cont-bottom_btn-svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 1249px) {
  .our-cont-bottom_btn-svg {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 999px) {
  .our-cont-bottom_btn-svg {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 759px) {
  .our-cont-bottom_btn-svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 500px) {
  .our-cont-bottom_btn-svg {
    width: 15px;
    height: 15px;
  }
}
.our-cont-bottom_btn-svg path {
  transition: 0.5s;
}
.our-cont-bottom-right {
  display: flex;
  width: calc(50% - 12px);
}
@media (max-width: 999px) {
  .our-cont-bottom-right {
    width: 100%;
    padding-bottom: 90px;
  }
}
@media (max-width: 759px) {
  .our-cont-bottom-right {
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .our-cont-bottom-right {
    padding-bottom: 48px;
  }
}
.our_block {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 759px) {
  .our_block {
    gap: 12px;
  }
}
.our-block {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: calc(50% - 12px);
  gap: 16px;
}
@media (max-width: 759px) {
  .our-block {
    gap: 12px;
  }
}
.our-block-heart {
  position: absolute;
  z-index: 300;
  width: 36px;
  height: 36px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 759px) {
  .our-block-heart {
    width: 20px;
    height: 20px;
    top: 12px;
    right: 12px;
  }
}
.brainlab__alert_wrapp {
  position: fixed;
  z-index: 1000;
  width:100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.brainlab__alert {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  width: 600px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 34px 24px 24px 24px;
  color: #212121;
}

@media (max-width: 999px) {
  .brainlab__alert {
    font-size: 14px;
    line-height: 22px;
    width: 90%;
  }
}

.brainlab__alert a {
  color:#F55917;
}

.alert__close {
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor:pointer;
}

.our-block-img-wrp {
  padding: 10px;
  background-color: #fff;
  border-radius: 24px
}

.our-block-img {
  max-height: 100%;
  object-fit: contain; /* або cover */
  width:auto;
}

.our-block-heart + a {
  display: flex;
  background-color: #fff;
  border-radius: 24px;
  margin-bottom: 6px;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  padding: 10px;
} 

@media (max-width: 759px) {
  .our-block-heart + a {
    border-radius: 12px;
  }

  .our-block-img-wrp {
    border-radius: 12px;
  }
}
.our-block-price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.our-block-price-number {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  color: #5F5F5F;
}

.our-block-price-number * {
  font-weight: 700;
}

.price-old {
  color:#7D7D7D;
  font-size:16px;
  font-weight:600;
  margin-left:10px;
  text-decoration: line-through;
}

@media (max-width: 1399px) {
  .our-block-price-number {
    font-size: 22px;
  }

  .price-old { 
    font-size: 14px;  
  }
}
@media (max-width: 1249px) {
  .our-block-price-number {
    font-size: 18px;
  }

  .price-old { 
    font-size: 12px;  
  }
}
@media (max-width: 759px) {
  .our-block-price-number {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .our-block-price-number {
    font-size: 14px;
  }
}
.our-block-price-svg {
  width: 25px;
  height: 25px;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 759px) {
  .our-block-price-svg {
    width: 20px;
    height: 20px;
  }
}
.our-block-price-svg:hover path {
  stroke: #F55917;
  transition: 0.5s;
}

.swiper-js1-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 999px) {
  .swiper-js1-btn {
    display: none;
  }
}

.carusel-btn-prev1 {
  width: 64px;
  height: 64px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 1399px) {
  .carusel-btn-prev1 {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1249px) {
  .carusel-btn-prev1 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 999px) {
  .carusel-btn-prev1 {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 759px) {
  .carusel-btn-prev1 {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .carusel-btn-prev1 {
    width: 24px;
    height: 24px;
  }
}
.carusel-btn-prev1[aria-disabled=true] path {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev1[aria-disabled=true] rect {
  stroke-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev1[aria-disabled=true] {
  fill-opacity: 0.5;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev1:hover path {
  fill: #fff;
  transition: 0.5s;
}
.carusel-btn-prev1:hover {
  fill: #F55917;
  transition: 0.2s;
}
.carusel-btn-prev1 path {
  transition: 0.5s;
}
.carusel-btn-prev1 rect {
  transition: 0.5s;
}

.carusel-btn-next1 {
  width: 64px;
  height: 64px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 1399px) {
  .carusel-btn-next1 {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1249px) {
  .carusel-btn-next1 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 999px) {
  .carusel-btn-next1 {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 759px) {
  .carusel-btn-next1 {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .carusel-btn-next1 {
    width: 24px;
    height: 24px;
  }
}
.carusel-btn-next1[aria-disabled=true] path {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next1[aria-disabled=true] rect {
  stroke-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next1[aria-disabled=true] {
  fill-opacity: 0.5;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next1:hover path {
  fill: #fff;
  transition: 0.5s;
}
.carusel-btn-next1:hover {
  fill: #F55917;
  transition: 0.2s;
}
.carusel-btn-next1 path {
  transition: 0.5s;
}
.carusel-btn-next1 rect {
  transition: 0.5s;
}

.swiper-pagination_block1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.swiper-pagination-block1 {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 500;
}
@media (max-width: 999px) {
  .swiper-pagination-block1 {
    display: flex;
  }
}
@media (max-width: 759px) {
  .swiper-pagination-block1 {
    gap: 16px;
  }
}

.swiper-pagination2 .swiper-pagination-bullet {
  background-color: #CCCCCC;
  opacity: 1;
}

.swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #F55917;
}

.carusel-btn-prev1-999 {
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 999px) {
  .carusel-btn-prev1-999 {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 759px) {
  .carusel-btn-prev1-999 {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .carusel-btn-prev1-999 {
    width: 24px;
    height: 24px;
  }
}
.carusel-btn-prev1-999[aria-disabled=true] path {
  fill-opacity: 0.3;
  transition: 0, 5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev1-999[aria-disabled=true] rect {
  stroke-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev1-999[aria-disabled=true] {
  fill-opacity: 0.5;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev1-999:hover path {
  fill: #fff;
  transition: 0.5s;
}
.carusel-btn-prev1-999:hover {
  fill: #F55917;
  transition: 0.5s;
}
.carusel-btn-prev1-999 path {
  transition: 0.5s;
}
.carusel-btn-prev1-999 rect {
  transition: 0.5s;
}
.carusel-btn-next1-999 {
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 999px) {
  .carusel-btn-next1-999 {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 759px) {
  .carusel-btn-next1-999 {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .carusel-btn-next1-999 {
    width: 24px;
    height: 24px;
  }
}
.carusel-btn-next1-999[aria-disabled=true] path {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next1-999[aria-disabled=true] rect {
  stroke-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next1-999[aria-disabled=true] {
  fill-opacity: 0.5;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next1-999:hover path {
  fill: #fff;
  transition: 0.5s;
}
.carusel-btn-next1-999:hover {
  fill: #F55917;
  transition: 0.5s;
}
.carusel-btn-next1-999 path {
  transition: 0.5s;
}
.carusel-btn-next1-999 rect {
  transition: 0.5s;
}

.just-cont {
  padding: 150px 120px;
}
@media (max-width: 1399px) {
  .just-cont {
    padding: 150px 80px;
  }
}
@media (max-width: 1249px) {
  .just-cont {
    padding: 130px 40px;
  }
}
@media (max-width: 999px) {
  .just-cont {
    padding: 120px 30px;
  }
}
@media (max-width: 759px) {
  .just-cont {
    padding: 100px 20px;
  }
}
@media (max-width: 500px) {
  .just-cont {
    padding: 100px 16px;
  }
}

.just-cont-top {
  flex-direction: row-reverse;
}
@media (max-width: 999px) {
  .just-cont-top {
    justify-content: center;
  }
}
.just-cont-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.just-cont-bottom-right {
  width: 75%;
  position: relative;
}
@media (max-width: 999px) {
  .just-cont-bottom-right {
    width: 100%;
  }
}
.just-cont-bottom--right {
  width: 100%;
  position: relative;
}
.just-cont-bottom-btn {
  width: 25%;
}
@media (max-width: 999px) {
  .just-cont-bottom-btn {
    display: none;
  }
}
.just-cont-bottom--btn {
  display: none;
}
@media (max-width: 999px) {
  .just-cont-bottom--btn {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    width: 50%;
    z-index: 500;
    background: #FBF9F6;
  }
}
.just-cont-bottom_btn {
  height: inherit;
  background: #1C3F67;
  transition: 0.5s;
}
.just-cont-bottom_btn:hover {
  background: #18304C;
  transition: 0.5s;
}
.just-cont-bottom__btn {
  height: auto;
  background: #1C3F67;
  transition: 0.5s;
}
.just-cont-bottom__btn:hover {
  background: #18304C;
  transition: 0.5s;
}
@media (max-width: 999px) {
  .just_block {
    height: auto;
    box-sizing: border-box;
  }
}
@media (max-width: 999px) {
  .just__block {
    display: flex;
    flex-direction: column;
  }
}
.just-block {
  width: 100%;
}
.just--block {
  display: none;
}
@media (max-width: 999px) {
  .just--block {
    display: flex;
  }
}

.just-swiper-js1-btn {
  right: inherit;
  left: 0;
}

.swiper-js2 {
  width: 100%;
}

.swiper-js12 {
  width: 100%;
}

.swiper-js13 {
  width: 100%;
}

.carusel-btn-prev2 {
  width: 64px;
  height: 64px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 1399px) {
  .carusel-btn-prev2 {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1249px) {
  .carusel-btn-prev2 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 999px) {
  .carusel-btn-prev2 {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 759px) {
  .carusel-btn-prev2 {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .carusel-btn-prev2 {
    width: 24px;
    height: 24px;
  }
}
.carusel-btn-prev2[aria-disabled=true] path {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev2[aria-disabled=true] rect {
  stroke-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev2[aria-disabled=true] {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev2:hover path {
  fill: #fff;
  transition: 0.5s;
}
.carusel-btn-prev2:hover {
  fill: #1C3F67;
  transition: 0.2s;
}
.carusel-btn-prev2 path {
  transition: 0.5s;
}
.carusel-btn-prev2 rect {
  transition: 0.5s;
}

.carusel-btn-next2 {
  width: 64px;
  height: 64px;
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 1399px) {
  .carusel-btn-next2 {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1249px) {
  .carusel-btn-next2 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 999px) {
  .carusel-btn-next2 {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 759px) {
  .carusel-btn-next2 {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .carusel-btn-next2 {
    width: 24px;
    height: 24px;
  }
}
.carusel-btn-next2[aria-disabled=true] path {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next2[aria-disabled=true] rect {
  stroke-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next2[aria-disabled=true] {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next2:hover path {
  fill: #fff;
  transition: 0.5s;
}
.carusel-btn-next2:hover {
  fill: #1C3F67;
  transition: 0.2s;
}
.carusel-btn-next2 path {
  transition: 0.5s;
}
.carusel-btn-next2 rect {
  transition: 0.5s;
}

.swiper-pagination3 .swiper-pagination-bullet {
  background-color: #CCCCCC;
  opacity: 1;
}

.swiper-pagination3 .swiper-pagination-bullet-active {
  background-color: #1C3F67;
}

.carusel-btn-prev2-999 {
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 999px) {
  .carusel-btn-prev2-999 {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 759px) {
  .carusel-btn-prev2-999 {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .carusel-btn-prev2-999 {
    width: 24px;
    height: 24px;
  }
}
.carusel-btn-prev2-999[aria-disabled=true] path {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev2-999[aria-disabled=true] rect {
  stroke-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev2-999[aria-disabled=true] {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-prev2-999:hover path {
  fill: #fff;
  transition: 0.5s;
}
.carusel-btn-prev2-999:hover {
  fill: #1C3F67;
  transition: 0.2s;
}
.carusel-btn-prev2-999 path {
  transition: 0.5s;
}
.carusel-btn-prev2-999 rect {
  transition: 0.5s;
}
.carusel-btn-next2-999 {
  cursor: pointer;
  transition: 0.2s;
}
@media (max-width: 999px) {
  .carusel-btn-next2-999 {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 759px) {
  .carusel-btn-next2-999 {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 500px) {
  .carusel-btn-next2-999 {
    width: 24px;
    height: 24px;
  }
}
.carusel-btn-next2-999[aria-disabled=true] path {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next2-999[aria-disabled=true] rect {
  stroke-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next2-999[aria-disabled=true] {
  fill-opacity: 0.3;
  transition: 0.5s;
  pointer-events: none;
  cursor: none;
}
.carusel-btn-next2-999:hover path {
  fill: #fff;
  transition: 0.5s;
}
.carusel-btn-next2-999:hover {
  fill: #1C3F67;
  transition: 0.2s;
}
.carusel-btn-next2-999 path {
  transition: 0.5s;
}
.carusel-btn-next2-999 rect {
  transition: 0.5s;
}

.prof-cont-bottom_btn {
  height: inherit;
}
.prof-cont-bottom__btn {
  height: auto;
}

.swiper-pagination4 .swiper-pagination-bullet {
  background-color: #CCCCCC;
  opacity: 1;
}

.swiper-pagination4 .swiper-pagination-bullet-active {
  background-color: #F55917;
}

.cart_but {
  display:flex;
}

.magaz-cont-top {
  flex-direction: row;
}
@media (max-width: 999px) {
  .magaz-cont-top {
    flex-direction: column;
  }
}
.magaz-cont-top-h1 {
  width: calc(50% - 24px);
}
.magaz-cont-bottom {
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 999px) {
  .magaz-cont-bottom {
    gap: 16px;
  }
}
.magaz-cont-bottom-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 999px) {
  .magaz-cont-bottom-block {
    gap: 16px;
  }
}
@media (max-width: 759px) {
  .magaz-cont-bottom-block {
    flex-wrap: wrap;
  }
}
.magaz-cont-bottom-block1 {
  position: relative;
  aspect-ratio: 1/1;
  width: calc(33.3% - 12px);
  height: 310px;
  border-radius: 24px;
  padding: 36px 24px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
@media (max-width: 1249px) {
  .magaz-cont-bottom-block1 {
    padding: 24px;
    height: 300px;
  }
}
@media (max-width: 999px) {
  .magaz-cont-bottom-block1 {
    border-radius: 16px;
    padding: 18px;
    width: calc(33.3% - 8px);
    height: 280px;
  }
}
@media (max-width: 759px) {
  

  .magaz-cont-bottom-block1 {
    gap: 16px;
    width: calc(50% - 8px);
  }

  .magaz-cont-bottom-block > .magaz-cont-bottom-block1:first-child { 
    width:100%;
  }

  .magaz-cont-bottom-block + .magaz-cont-bottom-block > .magaz-cont-bottom__block1{
    order: 2;
  }

  .magaz-cont-bottom-block + .magaz-cont-bottom-block > .magaz-cont-bottom__block1 + .magaz-cont-bottom-block1 {
    order: 1;
  }

  .magaz-cont-bottom-block + .magaz-cont-bottom-block > .magaz-cont-bottom-block1:last-child {
    order: 0;
    width:100%;
  }
}
@media (max-width: 500px) {
  .magaz-cont-bottom-block1 {
    height: 270px;
  }
}
.magaz-cont-bottom-block1:hover .magaz-cont-bottom_block1-text {
  color: #1C3F67;
  transition: 0.5s;
}
.magaz-cont-bottom-block1:hover .magaz-cont-bottom_block1-svg rect {
  fill: #1C3F67;
  transition: 0.5s;
}
.magaz-cont-bottom-block1:hover .magaz-cont-bottom_block1-svg path {
  fill: #fff;
  transition: 0.5s;
}
.magaz-cont-bottom-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 999px) {
  .magaz-cont-bottom-img {
    border-radius: 16px;
  }
}
.magaz-cont-bottom_block1 {
  position: relative;
  z-index: 300;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 759px) {
  .magaz-cont-bottom_block1 {
    flex-direction: column;
    gap: 5px;
  }
}
.magaz-cont-bottom_block1-text {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #F6EFE8;
  transition: 0.5s;
}
@media (max-width: 1399px) {
  .magaz-cont-bottom_block1-text {
    font-size: 22px;
  }
}
@media (max-width: 1249px) {
  .magaz-cont-bottom_block1-text {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 999px) {
  .magaz-cont-bottom_block1-text {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 759px) {
  .magaz-cont-bottom_block1-text {
    text-align: start;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .magaz-cont-bottom_block1-text {
    font-size: 14px;
  }
}
.magaz-cont-bottom_block1-svg {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.magaz-cont-bottom_block1-svg rect {
  transition: 0.5s;
}
.magaz-cont-bottom-block2 {
  width: calc(66.6% - 12px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 999px) {
  .magaz-cont-bottom-block2 {
    gap: 16px;
    width: calc(66.6% - 8px);
  }
}
@media (max-width: 759px) {
  .magaz-cont-bottom-block2 {
    width: 100%;
  }
}
.magaz-cont-bottom--block1 {
  width: calc(50% - 12px);
}
@media (max-width: 999px) {
  .magaz-cont-bottom--block1 {
    gap: 16px;
    width: calc(50% - 8px);
  }
}
@media (max-width: 759px) {
  .magaz-cont-bottom--block1 {
    aspect-ratio: 1/1.3;
  }
}
.magaz-cont-bottom__block1 {
  width: calc(33.3% - 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media (max-width: 999px) {
  .magaz-cont-bottom__block1 {
    gap: 16px;
    width: calc(50% - 8px);
  }
}
.magaz-cont-bottom__block1-btn {
  width: 65%;
  background: #1C3F67;
  transition: 0.5s;
}
.magaz-cont-bottom__block1-btn:hover {
  background: #18304C;
  transition: 0.5s;
}
@media (max-width: 999px) {
  .magaz-cont-bottom__block1-btn {
    width: 75%;
  }
}
@media (max-width: 500px) {
  .magaz-cont-bottom__block1-btn {
    width: 85%;
  }
}

.lab-cont-top {
  position: relative;
  align-items: flex-start;
}
.lab-cont-title {
  position: relative;
  font-weight: 700;
  font-size: 220px;
  line-height: 120%;
  color: #F55917;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .lab-cont-title {
    font-size: 180px;
  }
}
@media (max-width: 1249px) {
  .lab-cont-title {
    font-size: 160px;
  }
}
@media (max-width: 999px) {
  .lab-cont-title {
    font-size: 140px;
  }
}
@media (max-width: 759px) {
  .lab-cont-title {
    font-size: 100px;
  }
}
@media (max-width: 500px) {
  .lab-cont-title {
    font-size: 72px;
  }
}
.lab-cont-text {
  background: #fff;
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 300;
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #F55917;
}
@media (max-width: 1399px) {
  .lab-cont-text {
    font-size: 22px;
    line-height: 33px;
    right: 25%;
  }
}
@media (max-width: 1249px) {
  .lab-cont-text {
    font-size: 20px;
    line-height: 33px;
    right: 28%;
  }
}
@media (max-width: 999px) {
  .lab-cont-text {
    font-size: 16px;
    line-height: 30px;
    right: 20%;
  }
}
@media (max-width: 759px) {
  .lab-cont-text {
    font-size: 14px;
    line-height: 25px;
    right: 15%;
  }
}
@media (max-width: 500px) {
  .lab-cont-text {
    font-size: 9px;
    line-height: 12px;
    right: 10%;
  }
}
.lab-cont-bottom {
  align-items: flex-end;
  gap: 130px;
}
@media (max-width: 1399px) {
  .lab-cont-bottom {
    gap: 100px;
  }
}
@media (max-width: 1249px) {
  .lab-cont-bottom {
    gap: 50px;
  }
}
@media (max-width: 999px) {
  .lab-cont-bottom {
    gap: 40px;
  }
}
@media (max-width: 759px) {
  .lab-cont-bottom {
    gap: 36px;
  }
}
.lab-cont-bottom-left {
  width: calc(50% - 130px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 1399px) {
  .lab-cont-bottom-left {
    width: calc(50% - 100px);
  }
}
@media (max-width: 1249px) {
  .lab-cont-bottom-left {
    width: calc(50% - 50px);
  }
}
@media (max-width: 999px) {
  .lab-cont-bottom-left {
    width: 100%;
  }
}
.lab-cont-bottom-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 36px;
  gap: 12px;
  background: #F55917;
  border-radius: 16px;
  transition: 0.5s;
}
.lab-cont-bottom-btn:hover {
  background: #E15418;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 999px) {
  .lab-cont-bottom-btn {
    padding: 14px 36px;
  }
}
@media (max-width: 759px) {
  .lab-cont-bottom-btn {
    border-radius: 12px;
    width: 100%;
  }
}
.lab-cont-bottom-btn span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #F6EFE8;
}
@media (max-width: 759px) {
  .lab-cont-bottom-btn span {
    font-size: 14px;
  }
}
.lab-cont-bottom-btn svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.lab-cont-bottom-btn-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 18px 36px;
  gap: 12px;
  background: #F55917;
  border-radius: 16px;
  transition: 0.5s;
}
.lab-cont-bottom-btn-block:hover {
  background: #E15418;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 999px) {
  .lab-cont-bottom-btn-block {
    padding: 14px 36px;
  }
}
@media (max-width: 759px) {
  .lab-cont-bottom-btn-block {
    border-radius: 12px;
    width: 100%;
  }
}
.lab-cont-bottom-btn-block span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #F6EFE8;
}
@media (max-width: 759px) {
  .lab-cont-bottom-btn-block span {
    font-size: 14px;
  }
}
.lab-cont-bottom-btn-block svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.lab-cont-bottom-right {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 759px) {
  .lab-cont-bottom-right {
    gap: 16px;
  }
}
@media (max-width: 999px) {
  .lab-cont-bottom-right {
    width: 100%;
  }
}
.lab-cont-bottom-right_img1 {
  width: calc(45% - 24px);
  border-radius: 24px;
}
@media (max-width: 759px) {
  .lab-cont-bottom-right_img1 {
    width: calc(45% - 16px);
    border-radius: 12px;
  }
}
.lab-cont-bottom-right-img1 {
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 759px) {
  .lab-cont-bottom-right-img1 {
    border-radius: 12px;
  }
}
.lab-cont-bottom-right_img2 {
  width: 65%;
  border-radius: 24px;
}
@media (max-width: 759px) {
  .lab-cont-bottom-right_img2 {
    border-radius: 12px;
  }
}
.lab-cont-bottom-right-img2 {
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 759px) {
  .lab-cont-bottom-right-img2 {
    border-radius: 12px;
  }
}

.logo_slide-js4 {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.logo_slide-wrapper {
  display: flex;
  align-items: center;
}

.logo_slide-img1 {  
  display: flex;
  flex-shrink: 0;
  align-items: center;
}

.logo_slide-img1 img {
  height: auto;
  width:100%;
}

.reviews-top {
  width: 60%;
}
@media (max-width: 1249px) {
  .reviews-top {
    width: 50%;
  }
}
@media (max-width: 999px) {
  .reviews-top {
    width: 100%;
  }
}
.reviews-center {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1249px) {
  .reviews-center {
    gap: 30px;
  }
}
@media (max-width: 999px) {
  .reviews-center {
    gap: 24px;
    flex-direction: column;
  }
}
.reviews-center-block {
  width: calc(33.3% - 34px);
  height: 367px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 24px;
  gap: 80px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 100px 123px 64px rgba(0, 0, 0, 0.01), 56px 69px 54px rgba(0, 0, 0, 0.04), 25px 31px 40px rgba(0, 0, 0, 0.06), 6px 8px 22px rgba(0, 0, 0, 0.07);
  border-radius: 24px;
}
@media (max-width: 1399px) {
  .reviews-center-block {
    gap: 60px;
  }
}
@media (max-width: 1249px) {
  .reviews-center-block {
    width: calc(33.3% - 20px);
    height: 322px;
    gap: 48px;
  }
}
@media (max-width: 999px) {
  .reviews-center-block {
    width: 100%;
  }
}
.reviews-center-block:nth-child(1) {
  margin-bottom: -50px;
  margin-top: 50px;
}
@media (max-width: 999px) {
  .reviews-center-block:nth-child(1) {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.reviews-center-block:nth-child(2) {
  margin-bottom: 70px;
  margin-top: -70px;
}
@media (max-width: 999px) {
  .reviews-center-block:nth-child(2) {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.reviews-center-block:nth-child(3) {
  margin-bottom: 30px;
  margin-top: -30px;
}
@media (max-width: 999px) {
  .reviews-center-block:nth-child(3) {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.reviews-center_block {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 759px) {
  .reviews-center_block {
    gap: 8px;
  }
}
.reviews-center_block-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #212121;
}
@media (max-width: 1249px) {
  .reviews-center_block-title {
    font-size: 22px;
  }
}
@media (max-width: 759px) {
  .reviews-center_block-title {
    font-size: 20px;
  }
}
.reviews-center_block-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #ACACAC;
}
.reviews-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reviews-bottom-btn {
  width: 207px;
  height: 207px;
  margin-top: -30px;
}
@media (max-width: 1249px) {
  .reviews-bottom-btn {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 999px) {
  .reviews-bottom-btn {
    width: 150px;
    height: 150px;
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .reviews-bottom-btn {
    width: 100px;
    height: 100px;
  }
}

.inst {
  padding: 150px 0 0px;
  width: 100%;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1249px) {
  .inst {
    padding: 130px 0 0;
  }
}
@media (max-width: 999px) {
  .inst {
    padding: 120px 0 0;
    gap: 30px;
  }
}
@media (max-width: 759px) {
  .inst {
    padding: 100px 0 0;
    gap: 24px;
  }
}
.inst-h1 {
  text-align: end;
  padding: 0 120px;
}
@media (max-width: 1399px) {
  .inst-h1 {
    padding: 0 80px;
  }
}
@media (max-width: 1249px) {
  .inst-h1 {
    padding: 0 40px;
  }
}
@media (max-width: 999px) {
  .inst-h1 {
    padding: 0 30px;
  }
}
@media (max-width: 759px) {
  .inst-h1 {
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  .inst-h1 {
    padding: 0 16px;
  }
}
.inst-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inst-btn {
  padding: 40px;
  gap: 15px;
}
@media (max-width: 1249px) {
  .inst-btn {
    padding: 30px;
  }
}
@media (max-width: 759px) {
  .inst-btn {
    padding: 25px;
  }
}
@media (max-width: 500px) {
  .inst-btn {
    padding: 15px;
    gap: 10px;
  }
}
@media (max-width: 999px) {
  .inst-text {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .inst-text {
    font-size: 12px;
  }
}

.footer {
  width: 100%;
  position: relative;
  display: flex;
  background: #1C3F67;
}
@media (max-width: 759px) {
  .footer {
    gap: 12px;
  }
}
@media (max-width: 500px) {
  .footer {
    gap: 8px;
  }
}
.footer-cont {
  display: flex;
  width: 100%;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  background: #FBF9F6;
  gap: 24px;
}
@media (max-width: 999px) {
  .footer-cont {
    gap: 18px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 759px) {
  .footer-cont {
    gap: 12px;
  }
}
.footer_left {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: 60%;
  gap: 15px;
}
@media (max-width: 999px) {
  .footer_left {
    width: 100%;
  }
}
.footer-left {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  width: calc(65% - 24px);
  background: #1C3F67;
  border-radius: 0px 24px 0px 0px;
  padding: 40px 40px 75px 120px;
}
@media (max-width: 1399px) {
  .footer-left {
    padding: 40px 40px 75px 80px;
  }
}
@media (max-width: 1249px) {
  .footer-left {
    padding: 40px 20px 75px 40px;
    width: calc(70% - 24px);
    border-radius: 0px;
  }
}
@media (max-width: 999px) {
  .footer-left {
    padding: 40px 30px 75px 30px;
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
}
@media (max-width: 759px) {
  .footer-left {
    padding: 35px 20px 50px 20px;
  }
}
@media (max-width: 500px) {
  .footer-left {
    padding: 35px 16px 50px 16px;
  }
}
.footer-left-block {
  width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 1249px) {
  .footer-left-block {
    gap: 16px;
  }
}
.footer-left_block {
  justify-content: space-between;
  width: calc(40% - 15px);
}
@media (max-width: 999px) {
  .footer-left_block {
    display: none;
  }
}
.footer-left_block-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #F6EFE8;
}
@media (max-width: 1249px) {
  .footer-left_block-text {
    font-size: 12px;
  }
}
@media (max-width: 999px) {
  .footer-left_block-text {
    font-size: 14px;
  }
}
@media (max-width: 759px) {
  .footer-left_block-text {
    font-size: 12px;
  }
}
.footer-left_block_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #F6EFE8;
  display: none;
}
@media (max-width: 1249px) {
  .footer-left_block_text {
    font-size: 12px;
  }
}
@media (max-width: 999px) {
  .footer-left_block_text {
    display: flex;
    font-size: 14px;
  }
}
@media (max-width: 759px) {
  .footer-left_block_text {
    font-size: 12px;
  }
}
.footer-left-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #F6EFE8;
}
@media (max-width: 1249px) {
  .footer-left-title {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  .footer-left-title {
    font-size: 18px;
  }
}
@media (max-width: 759px) {
  .footer-left-title {
    font-size: 16px;
  }
}
.footer-left-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #F6EFE8;
  transition: 0.5s;
}
.footer-left-text:hover {
  color: #F55917;
  transition: 0.5s;
}
@media (max-width: 1249px) {
  .footer-left-text {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  .footer-left-text {
    font-size: 16px;
  }
}
@media (max-width: 759px) {
  .footer-left-text {
    font-size: 14px;
  }
}
.footer-left-soc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}
.footer-left-soc-link {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.index_soc_foot1:hover rect {
  fill: #F55917;
  transition: 0.5s;
}
.index_soc_foot2:hover path {
  fill: #F55917;
  transition: 0.5s;
}
.index_soc_foot3:hover rect {
  fill: #F55917;
  transition: 0.5s;
}
.index_soc_foot4:hover rect {
  fill: #F55917;
  transition: 0.5s;
}
.footer-left-soc-link > svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 6px;
}
.footer-left-soc-link > svg path, .footer-left-soc-link > svg rect {
  transition: 0.5s;
}
.footer-left_soc {
  display: none;
}
@media (max-width: 999px) {
  .footer-left_soc {
    display: flex;
  }
}
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 36%;
  background: #1C3F67;
  border-radius: 24px 0px 0px 0px;
  padding: 40px 120px 75px 40px;
  gap: 24px;
}
@media (max-width: 1399px) {
  .footer-right {
    padding: 40px 80px 75px 40px;
  }
}
@media (max-width: 1249px) {
  .footer-right {
    padding: 40px 40px 75px 20px;
    width: 31%;
    gap: 20px;
  }
}
@media (max-width: 999px) {
  .footer-right {
    padding: 40px 30px 75px 30px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 759px) {
  .footer-right {
    padding: 35px 20px 50px 20px;
  }
}
@media (max-width: 500px) {
  .footer-right {
    padding: 35px 16px 50px 16px;
  }
}
.footer-right-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 1249px) {
  .footer-right-title {
    font-size: 18px;
  }
}
@media (max-width: 999px) {
  .footer-right-title {
    font-size: 24px;
  }
}
.footer-right-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}
@media (max-width: 1249px) {
  .footer-right-text {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  .footer-right-text {
    font-size: 16px;
    text-align: center;
    width: 70%;
  }
}
@media (max-width: 759px) {
  .footer-right-text {
    font-size: 14px;
    width: 100%;
  }
}
.footer-right-btn {
  padding: 18px;
  gap: 10px;
}
@media (max-width: 1249px) {
  .footer-right-btn {
    padding: 12px 16px;
  }
}
@media (max-width: 999px) {
  .footer-right-btn {
    padding: 16px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 500px) {
  .footer-right-btn {
    width: 100%;
  }
}
.footer-right-btn span {
  font-size: 16px;
}
@media (max-width: 1249px) {
  .footer-right-btn span {
    font-size: 13px;
  }
}
@media (max-width: 999px) {
  .footer-right-btn span {
    font-size: 16px;
  }
}
@media (max-width: 759px) {
  .footer-right-btn span {
    font-size: 14px;
  }
}

.cat_info-cont-text ul, .cat_info-cont-text ol {
  display: flex;
  flex-direction: column;
}

.cat_info-cont-text ul li, .cat_info-cont-text ol li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-left: 40px;
}
@media (max-width: 759px) {
  .cat_info-cont-text ul li, .cat_info-cont-text ol li {
    font-size: 14px;
  }
}

.cat_info {
  width: 100%;
  position: relative;
}
.cat_info-cont {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 150px 120px;
}

.home_desc .cat_info-cont {
  padding: 100px 120px 150px;
}

@media (max-width: 1399px) {
  .cat_info-cont {
    padding: 150px 80px;
  }

  .home_desc .cat_info-cont {
    padding: 100px 80px 150px;
  }
}
@media (max-width: 1249px) {
  .cat_info-cont {
    padding: 130px 40px;
  }

  .home_desc .cat_info-cont {
    padding: 80px 40px 130px; 
  }
}
@media (max-width: 999px) {
  .cat_info-cont {
    padding: 120px 30px;
  }

  .home_desc .cat_info-cont {
    padding: 70px 30px 120px;
  }
}
@media (max-width: 759px) {
  .cat_info-cont {
    padding: 100px 20px;
  }

  .home_desc .cat_info-cont {
    padding: 50px 20px 100px;
  }
}
@media (max-width: 500px) {
  .cat_info-cont {
    padding: 100px 16px;
  }

  .home_desc .cat_info-cont {
    padding: 50px 16px 100px;
  }
}



.cat_info-cont h2, .cat_info-cont h1, .descr h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  color: #F55917;
  text-transform: uppercase;
  margin-bottom: 36px;
  margin-top: 36px;
}

.cat_info-cont-text > h2:first-child {
  margin-top: 0px;
}

.cat_info-cont-text strong {
  font-weight:700;
}

.cat_info-cont > h1:first-child {
  margin-top: 0px!;
}

@media (max-width: 1399px) {
  .cat_info-cont h2, .cat_info-cont h1, .descr h1 {
    font-size: 34px;
  }
}
@media (max-width: 1249px) {
  .cat_info-cont h2, .cat_info-cont h1, .descr h1 {
    font-size: 30px;
  }
}
@media (max-width: 999px) {
  .cat_info-cont h2, .cat_info-cont h1, .descr h1 {
    font-size: 28px;
  }
}
@media (max-width: 759px) {
  .cat_info-cont h2, .cat_info-cont h1, .descr h1 {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .cat_info-cont h2, .cat_info-cont h1, .descr h1 {
    font-size: 24px;
  }
}
.cat_info-cont-text {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5F5F5F;
  transition: 0.5s;
  overflow: hidden;
}
.cat_info-cont-text.open {
  transition: 0.5s;
}

.cat_info-cont-text a {
  color:#F55917;
}

.cat_info-cont-btn {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #F55917;
  transition: 0.5s;
}
.cat_info-cont-btn:hover {
  color: #A53A0D;
  transition: 0.5s;
}

.top_block {
  background: none!important;
  border: 1px solid #1C3F67;
  border-radius: 0px 0px 64px 64px;
}

.top_block_title {
  padding: 60px 82px 50px 82px!important;
  color: #1C3F67!important;
  text-align: center;
}

.top_block_bg {
  display: none;
}

@media (max-width: 1399px) {
  .top_block_title {
    padding: 60px 60px 50px 60px!important;
  }
}
@media (max-width: 1249px) {
  .top_block_title {
    padding: 60px 50px 50px 50px!important;
  }
}
@media (max-width: 999px) {
  .top_block_title {
    padding: 57px 65px 46px 65px!important;
  }

  .swiper-js3 .our-block-heart + a + a, .swiper-js2 .our-block-heart + a + a {
    display:block;
    min-height: 42px;
  }
}
@media (max-width: 759px) {
  .top_block_title {
    padding: 40px!important;
  }
}

@media (max-width: 520px) {
  .just-cont-bottom--btn {
    height: calc(50%);
  }

  .swiper-js3 .our-block-heart + a + a, .swiper-js2 .our-block-heart + a + a {
    display:block;
    min-height: 63px;
  }
}

@media (max-width: 500px) {
  .top_block_title {
    padding: 25px!important;
  }
}

img.no_quant {
  filter: grayscale(100%);
}

.no_quant_button {
  display: none;
}

.no_quant_button_prod {
  background: #A8A8A8!important;
  cursor: default!important;
}

.live-search {
  position: absolute;
  background: #fff;
  left: 0px;
  width: 100% !important;
  padding-top: 30px;
  padding-left: 36px;
  padding-bottom: 48px;
  border-radius: 0px 0px 12px 12px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
  top: 52px;
}

.foot_form {
  display: none;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  justify-content: center; /* горизонтальне вирівнювання */
  align-items: center;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
}

#footer-feedback-form {
  width:380px;
  padding: 44px 24px 64px 24px;
  background-color: #fff;
  box-shadow: 0px 4px 22.3px 12px #623E2E1F;
  position:absolute;
}

.foot_form_title {
  color:#212121;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
}

.foot_form_sub_title {
  color:#5F5F5F;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
}

.foot_form_block_label {
  color:#212121;
  font-size:16px;
  margin-bottom:12px;
  line-height: 12px;
}

.foot_form_block {
  margin-bottom:24px;
}

.foot_form_button {
  width:100%;
  background-color: #F55917;
  color:#F6EFE8;
  font-size:16px;
  line-height: 48px;
  border:none;
  border-radius: 16px;
  cursor: pointer;
}

.foot_form_block input{
  color:#5F5F5F;
  width:100%;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  height:48px;
  font-size:14px;
  padding: 0 24px;
}

.foot_form_block textarea {
  color:#5F5F5F;
  width:100%;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  height:90px;
  font-size:14px;
  padding: 16px 24px 0;
}

.foot_form_close {
  position: absolute;
  top:20px;
  right:24px;
  cursor:pointer;
}

#footer-feedback-result {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

#phone-login {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 400px;
  background-color: #fff;
  z-index: 1000;
  padding:24px;
  height: 100%;
}

.phone-login_title {
  color:#212121;
  font-size:20px;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom:24px;
}

.phone-login_input_title {
  color:#212121;
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size:16px;
  line-height: 12px;
  margin-bottom: 11px;
}

.phone-login_input {
  display:block;
  width:100%;
  border:1px solid #ccc;
  border-radius: 12px;
  color:#5F5F5F;
  font-size:14px;
  height:48px;
  padding: 0px 24px;
  
}

#pl-result {
  margin-bottom: 24px;
  color: #f00;
  font-size: 12px; 
}

.phone-login_second_step {
  display: none;
}

.phone-login_three_step {
  display: none;
}

.phone-login_button {
  border:1px solid #F55917;
  border-radius: 16px;
  width:100%;
  text-align: center;
  height: 48px;
  color:#F55917;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size:16px;
  background: none;
  cursor:pointer;
}

.phone-login_input_title_mail{
  line-height: 17px;
}

.phone-login_input_title_mail span {
  font-weight: 600;
  color: #F55917;
}

#pl-result-mail {
  margin-bottom: 24px;
  color: #f00;
  font-size: 12px; 
}

.phone-login_input_title_finish {
  line-height: 17px; 
}

#pl-result-finish {
  margin-bottom: 24px;
  color: #f00;
  font-size: 12px; 
}

#phone-login-wrp {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: rgba(0, 0, 0, 0.5);
}

#phone-login-close {
  height: 24px;
  text-align: right;
  margin-bottom: 5px;
}

#phone-login-close svg {
  cursor: pointer;
}