@media screen and (max-width: 118.75rem) and (min-width: 90rem){
  .bestsellerssec_mainpage {
    background-position: center -12vw;
  }
}










@media screen and (max-width: 89.9375rem) and (min-width: 75rem){
/*1200*/

section{
	padding-left: 1.25rem;
 	padding-right: 1.25rem;
}

header {
 width: calc(100vw - 2.5rem);
 padding-left: 1.25rem;
 padding-right: 1.25rem;
 margin: 0 auto;
}

.header_content_nav_list {
  column-gap: 0.5rem;
}

.bestsellerssec_mainpage_content_slider {
	width: calc(100vw - 2.5rem);
}

.bestsellerssec_mainpage_content_slider_item {
	width: calc((100vw - 3.75rem) / 3);
}

.bestsellerssec_mainpage_video {
	width: calc(100vw - 2.5rem);
}

.bestsellerssec_mainpage_video {
  height: 35rem;
}

.bestsellerssec_mainpage_video > img:nth-child(1) {
  width: 100%;
}

.bestsellerssec_mainpage_content_slider_item_title {
  width: calc(100% - 4.375rem);
}

.bestsellerssec_mainpage_content_slider_item_title p {
  padding-bottom: 0rem;
}


.reputationsec_mainpage_content_cards_item {
  max-width: 20.375rem;
}

.reputationsec_mainpage_content_cards_item_header h4 {
  font-size: 1.8rem;
}

.experiencesec_mainpage_content_cards_item {
  height: 11.75rem;
}


.footer_content_leftpart {
  max-width: 38.75rem;
}

.footer_content {
  column-gap: 3.125rem;
}

.footer_content_rightpart_policy {
  row-gap: 1.0625rem;
}

.footer_content_rightpart_info {
  row-gap: 10rem;
}

.footer_content_rightpart_title_navmenu {
  column-gap: 1.25rem;
}

.footer_content_rightpart_contacts p {
  white-space: nowrap;
}

.footer_content_leftpart h2 {
  font-size: 3rem;
}

.bestsellerssec_mainpage {
  background-position: center 5vw;
}




}


@media screen and (max-width: 74.9375rem) and (min-width: 20rem){
/*768*/
.popup {
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 14, 0.72);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
  opacity: 0;
  transition: opacity 0.35s ease;
  backdrop-filter: blur(1.625rem);
}


.information__wrapper aside.sidebar a {
  margin-left: 2rem;
}

.information__wrapper aside.sidebar a span {
  margin-right: 0.5rem;
}


.information__wrapper aside.sidebar a:last-child {
  margin-bottom: 1.5rem;
}

.popup.open {
  display: flex;
  z-index: 10000;
  opacity: 1;
  overflow: hidden;
  overflow-y: scroll;
  padding-bottom: 4rem;
}

.header_content_burger{
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 0;
  position: relative;
  width: 2.5rem;
  height: 2.5rem; 
  background: transparent;
  cursor: pointer;
  margin-left: 1rem;
}

.header_content_burger span {
    position: absolute;
    width: 2.375rem;
    height: 0.125rem;
    background: #343434;
    transition: all 0.3s ease;
}

.header_content_burger span:nth-child(1) {
    transform: translateY(-0.375rem);
}

.header_content_burger span:nth-child(2) {
    transform: translateY(0);
}

.header_content_burger span:nth-child(3) {
    transform: translateY(0.375rem);
}

.header_content_burger.active span:nth-child(1) {
    transform: rotate(45deg);
}

.header_content_burger.active span:nth-child(2) {
    opacity: 0;
}

.header_content_burger.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.popup .batmenu {
  width: 100%;
  min-height: 100%;
  display: flex;
}

.main__container-popup {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
}

.popup__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
}

.popup__logo img {
  display: block;
  width: 8.75rem;
  height: auto;
}

.close_popup {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  border: 0;
  background: rgba(52, 54, 58, 0.85);
  position: relative;
  cursor: pointer;
  flex: 0 0 auto;
}

.close_popup::before,
.close_popup::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.575rem;
  height: 0.0625rem;
  background: #d7d7d7;
  transform-origin: center;
}

.close_popup::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close_popup::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.burger_content {
  flex: 1 1 auto;
  min-height: 0;
  display: block;
}

.burger_content_container,
.burger_content_list,
.burger_nav {
  height: 100%;
}

.burger_main_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.burger_main_secondary {
  display: flex;
  margin-top: 1.5rem;
}

.hidden-btn {
  display: flex;
  background: #232d36;
}


.burger_main_secondary a {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
}

.burger_main_list_item a,
.burger_content_list_item_trigger,
.burger_back,
.burger_submenu_tabs button {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #f4f5f6;
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}




.burger_content_list_item_trigger {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.2;
}



.burger_content_list_item_trigger span {
  width: 0.3rem;
        height: 0.3rem;
        border-right: 0.115rem solid rgba(255, 255, 255, 0.5);
        border-bottom: 0.115rem solid rgba(255, 255, 255, 0.5);
        transform: rotate(45deg);
        transition: transform 0.25s ease;
        margin-right: 2rem;
}

.burger_main_list_item.has-children.is-open {
  flex-direction: column;
}

.burger_content_list_item.is-open .burger_content_list_item_trigger span {
  transform: rotate(-135deg);
}

.burger_mail_link {
  color: #a3b7d7 !important;
}

.popup .main__container-popup {
  padding: 1.25rem 1.375rem 1.25rem;
}

.popup__top {
  margin-bottom: 1.5rem;
}

.popup__logo img {
  width: 9rem;
  height: 13px;
}

.burger_content_container {
  display: block;
}

.burger_contacts {
  display: none;
}

.burger_content_panel--main {
  display: block;
}

.burger_content_list_item {
  padding: 0.85rem 0;
}

.burger_content_list_item_trigger {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  justify-content: space-between;
  width: 100%;
}

.burger_main_list_item a {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
}

.burger_mail_link {
  font-size: 1.125rem !important;
}

.burger_content_panel--submenu {
  display: none;
}

.popup.popup--submenu .burger_content_panel--main {
  display: none;
}

.popup.popup--submenu .burger_content_panel--submenu {
  display: block;
}

.burger_mobile_submenu {
  display: none;
  padding: 0.9rem 0 0.5rem 1rem;
  width: 100%;
  overflow: visible;
  padding-left: 0;
  padding-top: 1.5rem;
}

.burger_main_list_item.is-open > .burger_mobile_submenu {
  display: block !important;
  width: 100%;
  overflow: visible;
}

.burger_mobile_submenu .burger_submenu_tabs {
  margin-bottom: 1.5rem;
  max-width: 85vw;
}

.burger_mobile_submenu .burger_submenu_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.burger_mobile_submenu .burger_submenu_col a {
  font-size: 0.875rem;
          color: #fff;
}

.burger_submenu_header {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}

.burger_submenu_tabs button.is-active::after {
      left: -4px;
      bottom: -6px;
}


.burger_submenu_tabs {
  padding-bottom: 0.313rem;
}

.burger_submenu_tabs {
  display: flex;
  gap: 0.75rem;
  flex-wrap: nowrap;
  padding-left: 0.25rem;
}

.burger_submenu_tabs button {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.55);
          white-space: nowrap;
}

.burger_submenu_tabs button.is-active {
  color: #f4f5f6;
}

.burger_submenu_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.burger_submenu_col {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.burger_submenu_col a {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  color: #f4f5f6;
  text-decoration: none;
}





  .header_content_burger {
    width: 2.75rem;
    height: 2.75rem;
    margin-left: 0.25rem;
    border-radius: 50%;
    border: 0.0625rem solid #444648;
    background: #15161C;
  }


  .header_content_buttons_phone img {
    width: 1rem;
    height: 1rem;
  }

  .header_content_buttons_phone {
    width: 2.75rem;
    height: 2.75rem;
  }

  .header_content_burger span {
    width: 1rem;
    background: #FFFFFF;
    border-radius: 0.625rem;
  }

.header_content {
  padding-left: 1.4375rem;
  padding-right: 0.375rem;
  background: rgba(19, 21, 23, 0.5);
  border-radius: 2.9375rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  backdrop-filter: blur(1.7063rem);
  border: 0.0625rem solid #414143;
}


.header_content_logo img {
    height: 1rem;
    width: 12rem;
}




.header_content_nav {
  display: none;
}

.header_content_buttons_mail {
  display: none;
}

.header_content_buttons {
  width: fit-content;
}

.header_content_buttons_phone {
  border: 0.0625rem solid #444648;
}


.burger_content{
  padding: 0;
}

.burger_content_list_items {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding-top: 0.3125rem;
}

.burger_content_list_item {
  display: flex;
  border-bottom: 0.0625rem dotted #FFFFFF;
  flex-direction: column;
}

.burger_content_list_item a{
  display: flex;
  font-family: "Inter", sans-serif;
  font-size: 0.813rem;
  font-weight: 700;
  font-style: normal;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition: color 0.3s ease;
  width: 100%;
}

.burger_content_list_item > .burger_content_list_item_catalog{
  padding-left: 1.25rem;
}

.burger_content_list_item > .burger_content_list_item_catalog a{
  border-bottom: 0.0625rem dotted #FFFFFF;
  font-weight: 400;
}

.burger_content_list_item > .burger_content_list_item_catalog a:last-child{
  border-bottom: 0;
}

.burger_content_list_items > .burger_content_list_item:last-child > .header_content_buttons_mail {
  margin: 0 auto;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.burger_content_list_items > .burger_content_list_item:last-child {
  border: 0;
}









.breadcrumbs.product__color.material__desk {
    margin-bottom: 1.56rem;
    flex-wrap: wrap;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
}









.information__wrapper aside.sidebar.material__sidebar {
  display: none;
}

#materials__app {
    z-index: 9999;
    position: relative;
}


#material__preview h1 {
  font-size: 2rem;
  margin-bottom: 0.625rem;
  margin-left: 1.875rem;
    margin-right: 1.875rem;
}

.material__btn {
  display: none;
}

.material__card {
  padding: 1.5rem;
}


.material__description {
  font-size: 0.875rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.material__info {
  font-size: 0.875rem;
  padding: 1.5rem;
}

.app__slider .apparates-arrow.apparates-arrow--prev.slick-arrow {
    right: 5.3rem;
}


.app__slider .apparates-arrow.apparates-arrow--next.slick-arrow {
    right: 2rem;
}


.detail__btns.hidden {
  display: block;
  margin-top: 0.75rem;
}

.detail__btns.hidden button {
  margin-bottom: 0.75rem;
}


.app__slider .apparates-arrow.apparates-arrow--prev.slick-arrow, .app__slider .apparates-arrow.apparates-arrow--next.slick-arrow {
  bottom: 1.75rem;
}

.app__slider {
      padding: 0.938rem;
}

.apparates__card p {
  font-size: 0.875rem;
}


.app__img {
  object-fit: contain;
}


.apparates__card.cards {
    width: calc(100vw - 83px);
}

.app__slider h2 {
  font-size: 2rem;
  margin-left: 0!important;
  text-align: center;
}

.material__card h2 {
  font-size: 2rem;
  margin-left: 0 !important;
  text-align: center;
}

.material__arrows {
  bottom: 0.75rem;
  right: 0.75rem;
}


.gradient-btn2-reviewssec_mainpage.price {
  display: none;
}


.material__slider {
    margin-top: 2.5rem;
}

.breadcrumbs.product__color.material__desk a {
  font-size: 0.75rem;
  white-space: nowrap;
}

.breadcrumbs.product__color.material__desk span {
  font-size: 0.75rem;
  white-space: nowrap;
}



.firstsec_mainpage {
  position: relative;


  background: url(../img/firstsec_background_mobile.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.firstsec_mainpage_content h1 {
  font-size: 2rem;
  padding-bottom: 0.9375rem;
  letter-spacing: -2%;
}

.firstsec_mainpage {
  padding-top: 6.25rem;
  padding-bottom: 0;
}

.firstsec_mainpage_content {
  padding-left: 0;
  margin-top: 10rem;
}


.firstsec_mainpage_content.mobile__content {
  margin-top: -7rem;
}


.firstsec_mainpage_content_title {
  font-size: 0.875rem;
  white-space: nowrap;
}

.firstsec_mainpage_content a {

  margin: 0 auto;
  z-index: 2;
}

.firstsec_mainpage_content a {
  background: rgba(21, 22, 28, 0.7);
  backdrop-filter: blur(5.8625rem);
}


.firstsec_mainpage::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.25rem;

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0) 100%
    );

    pointer-events: none;
}

.firstsec_mainpage {
width: calc(100vw - 3.75rem);
}





.bestsellerssec_mainpage {
  padding: 0;
}

.bestsellerssec_mainpage_content_header h2 {
  font-size: 2rem;
  line-height: unset;
  text-align: left;
  letter-spacing: -2%;
}

.bestsellerssec_mainpage_content_header {
  padding-left: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.bestsellerssec_mainpage_content_header_buttons_slider_count {
  position: absolute;
  top: 0;
  left: 0;
}

.bestsellerssec_mainpage_content_slider {
  margin-top: 0;
}


.bestsellerssec_mainpage_warranty {
  margin: unset;
}

.bestsellerssec_mainpage_content_header_buttons {
  position: absolute;
  top: 0;
  left: 0;
}

  .bestsellerssec_mainpage_content_header {
    width: 100vw;
  }

.bestsellerssec_mainpage_content_slider_item_title {
  width: calc(100% - 3.5rem);
  height: auto;
}

.bestsellerssec_mainpage_content_slider_item_title a {
  max-width: 7.5rem;
}

.bestsellerssec_mainpage_content_slider_prev {
  background: #15161C;
}

.bestsellerssec_mainpage_content_slider_next {
  background: #15161C;
}

.bestsellerssec_mainpage_content_header_buttons_slider_count p {
  color: rgba(21, 22, 28, 0.5);
}

.bestsellerssec_mainpage_content_header_buttons_slider_count b {
  color: rgba(21, 22, 28, 0.5);
}

  .bestsellerssec_mainpage_content_header_buttons {
    top: 30.1875rem;
    right: 1.8125rem;
    z-index: 10;
  }

  .bestsellerssec_mainpage_content_header h2 {
    color: #15161C;
  }

  .bestsellerssec_mainpage_content_header {
    background: #FFFFFF;
    border-radius: 2rem;
  }

  .bestsellerssec_mainpage_content_header_buttons_slider_count {
    top: -25.5rem;
    left: -14.6875rem;
    color: rgba(21, 22, 28, 0.5);
    margin-right: 0;
  }

  .bestsellerssec_mainpage_content_header {
    border-radius: 2rem 2rem 0 0;
  }

.bestsellerssec_mainpage_content_slider_item {
  border-radius: 2rem;
  max-width: unset;

}

.bestsellerssec_mainpage_content_header > h2:nth-child(1) {
  padding-top: 1.875rem;
}


.bestsellerssec_mainpage_content_slider_prev > img:nth-child(1) {
  filter: invert(100%);
  position: unset;
  transform: none;
}


.bestsellerssec_mainpage_content_slider_next > img:nth-child(1) {
  filter: invert(100%);
  position: unset;
  transform: none;
}


  .bestsellerssec_mainpage_content_header_buttons_slider_count {
    top: 5rem;
    left: 1.75rem;
  }

  .bestsellerssec_mainpage_content_header_buttons {
    right: auto;
    top: 0;
    left: 0;
  }

.bestsellerssec_mainpage_content_slider_prev:nth-child(2) {
  display: none !important;
}

.bestsellerssec_mainpage_content_slider_next:nth-child(3) {
  display: none !important;
}



.bestsellerssec_mainpage_content {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

  .bestsellerssec_mainpage_content_slider {
    width: calc(100vw - 0.5rem);
  }

  .bestsellerssec_mainpage_content_header {
    width: calc(100vw - 0.5rem);
  }

  .bestsellerssec_mainpage_content_slider_item {
    width: calc(100vw - 0.5rem);
  }

.bestsellerssec_mainpage {
  width: 100vw;
}

.bestsellerssec_mainpage_warranty {
  width: 100%;
  padding-top: 5rem;
}


.bestsellerssec_mainpage_warranty_header h2 {
  font-size: 2rem;
  line-height: unset;
  text-align: left;
  letter-spacing: -2%;
  margin: 0;
  width: 82%;
  line-height: 100%;
}

.bestsellerssec_mainpage_warranty_header p {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: unset;
  text-align: unset;
  margin-top: 0.875rem;
}

.bestsellerssec_mainpage_warranty_list_line {
  display: none;
}

.bestsellerssec_mainpage_warranty_list {
  row-gap: 0.25rem;
  padding-bottom: 5rem;
  margin-left: unset;
  margin: 0 auto;
  
  justify-content: center;
  align-items: center;
  width: calc(100vw - 0.5rem);

  padding-left: 0;
  padding-right: 0;
  width: calc(100vw - 0.5rem);
  max-width: unset !important;
  margin: unset;
  margin-top: 1.25rem;
}

.bestsellerssec_mainpage_warranty_list_item {
  column-gap: 0;
  background: #FFFFFF;
  border-radius: 2rem;
  padding-top: 1.375rem;
  padding-left: 2rem;
  height: 9.75rem;
  position: relative;
  padding-bottom: 1.375rem;
  padding-right: 2rem;
}

.bestsellerssec_mainpage_warranty_list_item_title p {
  font-size: 0.875rem;
  font-family: "Lato", sans-serif;
}

.bestsellerssec_mainpage_warranty_list_item_title h4 {
  font-size: 1.375rem;
}


.bestsellerssec_mainpage_warranty_list_item > .bestsellerssec_mainpage_warranty_list_item_title p {
  color: rgba(21, 22, 28, 0.5) !important;
}

.bestsellerssec_mainpage_warranty_list_item > .bestsellerssec_mainpage_warranty_list_item_title h4 {
  color: #000000 !important;
  max-width: 73vw;
}

.bestsellerssec_mainpage_warranty_header {
  box-sizing: border-box;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.bestsellerssec_mainpage_warranty_list_item_number {
  font-size: 1.25rem;
  border: 0.0625rem solid rgba(21, 22, 28, 0.5);
  filter: unset !important;
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  width: 2.6875rem;
  height: 2.6875rem;
  color: #15161C !important;
  background: transparent !important;
}

.bestsellerssec_mainpage_warranty_list_item_title {
  height: 100%;
  justify-content: space-between;
}


.bestsellerssec_mainpage_video{
  width: calc(100vw - 0.5rem);
  height: 32.125rem;
  border-radius: 2rem;
  border: 0.0625rem solid #FFFFFF;
}

.bestsellerssec_mainpage_video > img:nth-child(1) {
  width: 100%;
  object-fit: cover;
}

.bestsellerssec_mainpage_content_slider_item_title_buttons_slider {
  display: flex;
}

.bestsellerssec_mainpage_content_header > h2:nth-child(1) {
  padding-top: 0;
  position: absolute;
  top: 1.875rem;
  z-index: 10;
}

/*.bestsellerssec_mainpage_content_slider_item::before {
  background: linear-gradient( 180deg, rgb(255, 255, 255) 0%, rgba(255,255,255,0.4) 100% );
}*/

.bestsellerssec_mainpage_content_slider_item::before {
  display: none;
}


.products__catalog-wrapper .bestsellerssec_mainpage_content_slider_item {
  background: #fff;
  height: 34.9375rem !important;
}

.bestsellerssec_mainpage_content_slider_item img {
  transform: translate(-50%, 0%);
}










.technologysec_mainpage {
  margin-top: 5rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.technologysec_mainpage_content_header h2 {
  font-size: 2rem;
  line-height: unset;
  text-align: left;
  letter-spacing: -2%;
}

.technologysec_mainpage_content_header p {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: unset;
  text-align: unset;
  margin-top: 0.875rem;
}

.technologysec_mainpage_content_list {
  row-gap: 0.25rem;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.technologysec_mainpage_content_list_item_title h3 {
  color: #000000;
}

.technologysec_mainpage_content_list_item_title p {
  font-size: 0.875rem;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-line-clamp: 4;
}

.technologysec_mainpage_content_list_item_title {
  width: calc(100% - 1.5rem);
  height: 7.375rem;
  max-width: unset;
}

.technologysec_mainpage_content_list_item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  height: 26.75rem;
}

.technologysec_mainpage_content_list_item img {
  width: 100%;
  height: 100%;
  width: auto;
}

.technologysec_mainpage_content_header {
  padding-left: 1.1875rem !important;
  padding-right: 1.1875rem !important;
}

.gradient-btn {
  margin-top: 1.25rem;
}

  .technologysec_mainpage_content_list_item_title a {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: transparent;
  }

  .technologysec_mainpage_content_list_item {
    position: relative;
  }

.technologysec_mainpage_content_list_item_title a {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 2rem;
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  font-size: 0;
}

.technologysec_mainpage_content_list_item_title {
  backdrop-filter: unset;
  margin-top: auto; 
}

.technologysec_mainpage_content_list_item_title_container{
  position: relative;
}

.technologysec_mainpage_content_list_item_title_container::before {
    content: '';
    position: absolute;
    top: 0; /* если нужен сверху */
    left: 0;
    width: calc(100vw - 4rem) !important;
    height: 9.3125rem;

    backdrop-filter: blur(1.25rem);
    -webkit-backdrop-filter: blur(1.25rem);

    background: rgba(255, 255, 255, 0.2); /* белый оттенок */
    
    pointer-events: none;
    z-index: -1;

    top: -1rem;
    left: -1rem;
    width: calc(100% + 1.5rem);
    backdrop-filter: blur(0.25rem);
    border-radius: 1rem;
}

.technologysec_mainpage_content_list_item > div:nth-child(2) > div:nth-child(1) {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 1.4375rem;
  max-width: 19.6875rem;
}

.technologysec_mainpage_content_list_item_mobilelink{
  display: flex;
  width: 3rem;
  height: 3rem;
  background: #15161C;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  transform: rotate(-45deg);
}

.technologysec_mainpage_content_list_item_mobilelink img{
  width: 0.75rem;

}









.reputationsec_mainpage_content_header h2 {
  font-size: 2rem;
  line-height: 100%;
  text-align: left;
  letter-spacing: -2%;
  z-index: 2;
}

.reputationsec_mainpage_content_header p {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: unset;
  text-align: unset;
  text-align: left;
  margin: 0;
  margin-top: 0.875rem;
}

.reputationsec_mainpage_content_cards {
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  width: calc(100vw - 0.5rem);
}

.reputationsec_mainpage {
  padding-top: 5rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.reputationsec_mainpage_content_cards_item:nth-child(2) {
  margin-top: 0;
}

.reputationsec_mainpage_content_cards_item:nth-child(3) {
  margin-top: 0;
}

.reputationsec_mainpage_content_header {
  padding-left: 0.8125rem !important;
  padding-right: 0.8125rem !important;
}

.reputationsec_mainpage_content_cards_item_header h4 {
  font-size: 1.375rem;
}

.reputationsec_mainpage_content_cards_item p {
  font-size: 0.875rem;
}

.reputationsec_mainpage_content_cards_item {
  width: calc(100vw - 3rem);
  padding-left: 1.5625rem;
  padding-right: 0.9375rem;
  padding-top: 1.375rem;
  padding-bottom: 1.6875rem;
  margin: 0 auto;
  padding-top: 0.9375rem;
}

.reputationsec_mainpage {
  
  background: url("../img/reputationsec_mainpage_background_sh_mobile.png");
  /*background-size: cover;
  background-repeat: no-repeat;
  background-position: center -10rem;
  position: relative;
  background-color: #000;*/
  background-position: top -26.9375rem center;
  background-position: top -31.625rem center;
}

.reputationsec_mainpage::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.5rem;
  background: url("../img/experiencesec_mainpage_shadow.png") top center / cover no-repeat;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}

.reputationsec_mainpage::after {
  content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.25rem;
    background: linear-gradient( to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100% );
    pointer-events: none;
}


.reputationsec_mainpage_content_cards_item:nth-child(1) {
  order: 1;
}

.reputationsec_mainpage_content_cards_item:nth-child(3) {
  order: 2;
}

.reputationsec_mainpage_content_cards_item:nth-child(2) {
  order: 3;
}








.experiencesec_mainpage_content_header h2 {
  font-size: 2rem;
  line-height: 100%;
  text-align: left;
  letter-spacing: -2%;
  z-index: 2;
}

.experiencesec_mainpage {
  background-size: 100%;
  background-position: center;
  padding-top: 3.9375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.experiencesec_mainpage_content_header p {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  line-height: unset;
  text-align: left;
  margin: 0;
  margin-top: 0.625rem;
}

.experiencesec_mainpage_content_cards_item {
  height: 6.875rem;
  max-width: 7.375rem;
}

.experiencesec_mainpage_content_cards_viewport {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
}

.experiencesec_mainpage_content_cards {
  display: flex;
  align-items: stretch;
  gap: 0.25rem;
  width: max-content;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  animation: experiencesec-mainpage-marquee 18s linear infinite;
}

.experiencesec_mainpage_content_cards_viewport--marquee {
  overflow: hidden;
}

.experiencesec_mainpage_content_cards--marquee {
  display: flex;
  align-items: stretch;
  gap: 0.25rem;
  width: max-content;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  animation: experiencesec-mainpage-marquee 18s linear infinite;
}

.experiencesec_mainpage {
  position: relative;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0;
  width: calc(100vw);

}

  .experiencesec_mainpage_content_cards_item {
    height: 6.875rem !important;
    width: calc((100vw - 1.75rem) / 3);
    min-width: calc((100vw - 1.75rem) / 3);
    max-width: calc((100vw - 1.75rem) / 3);
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 2rem;
    margin-right: 0;
  }

.experiencesec_mainpage_content_cards_item_duplicate {
  display: flex;
}

.experiencesec_mainpage_content_cards--marquee .experiencesec_mainpage_content_cards_item {
  flex: 0 0 auto;
}

.experiencesec_mainpage_content_header {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@keyframes experiencesec-mainpage-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 0.125rem));
  }
}





















.reviewssec_mainpage {
  margin-top: 4.0625rem;
}

.reviewssec_mainpage_content_header h2 {
  font-size: 2rem;
  line-height: 100%;
  text-align: left;
  letter-spacing: -2%;
  z-index: 2;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.reviewssec_mainpage_content_header {
  align-items: flex-start;
}

.reviewssec_mainpage {
  padding: 0 !important;
}

.reviewssec_mainpage_dropdown {
  margin-top: 1.25rem;
  max-width: calc(100% - 1.75rem);
}

.gradient-btn-reviewssec_mainpage {
  margin-top: 0;
  max-width: 100%;
  padding-left: 1.5rem;
}

.reviewssec_mainpage_dropdown_menu {
  top: calc(100% + 0.625rem);
  border-radius: 1.25rem;
}

.reviewssec_mainpage_dropdown_menu_item {
  min-height: 3.375rem;
}

.reviewssec_mainpage_content_reviews {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.reviewssec_mainpage_content_reviews_item_container_text {
  -webkit-line-clamp: 11;
  max-width: 83vw;
  margin: 0 auto;
  margin-top: 0.9375rem;
}

.reviewssec_mainpage_content_reviews_item {
  height: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.reviewssec_mainpage_content_reviews_item a {
  width: 16.6875rem;
  margin-top: 0.875rem;
  max-width: 83vw;
  margin: 0 auto;
  margin-top: 0.875rem;
}

.gradient-btn2-reviewssec_mainpage {
  margin-top: 1.25rem;
}












.studysec_mainpage_content_header h2 {
  width: 90vw;
  font-size: 2rem;
  line-height: 100%;
  text-align: left;
  letter-spacing: -2%;
  z-index: 2;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  margin: 0;
}

.studysec_mainpage {
  margin-top: 5rem;
  padding: 0 !important;
}

.studysec_mainpage_content_list {
  margin-top: 1.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.studysec_mainpage_content_list_item {
  height: 13.5rem;
  padding-top: 0.9375rem;
  padding-left: 1.5625rem;
  padding-right: 0.9375rem;
  padding-bottom: 1.5625rem;
}

.studysec_mainpage_content_list_item_header h4 {
  font-size: 1.375rem;
}

.studysec_mainpage_content_list_item p {
  font-size: 0.875rem;
}

.studysec_mainpage_content_list_item:nth-child(3) > div:nth-child(1) > h4:nth-child(1) {
  max-width: 60vw;
}







.mapsec_mainpage {
  padding: 0 !important;
}

#map > ymaps:nth-child(1) {
  width: 100%;
}

.mapsec_mainpage {
  margin-top: 5.1875rem;
}

#map {
  height: 32.125rem;
  margin-left: calc(-50vw + 50%) !important;
  width: calc(100% - 0.125rem) !important;
  max-width: 100vw;
}










.blogsec_mainpage_content_header h2 {
  width: 90vw;
  font-size: 2rem;
  line-height: 100%;
  text-align: left;
  letter-spacing: -2%;
  z-index: 2;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  margin: 0;
}

.blogsec_mainpage_content_header {
  align-items: flex-start;
}

.blogsec_mainpage {
  margin-top: 5rem;
  padding: 0 !important;
  width: calc(100vw);
          z-index: 9;
}

.blogsec_mainpage_dropdown {
  margin-top: 1.25rem;
  max-width: calc(100% - 1.75rem);
}

.blogsec_mainpage_content_list {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.gradient-btn-blogsec_mainpage {
  margin-top: 0;
  max-width: 100%;
  padding-left: 1.5rem;
}

.blogsec_mainpage_dropdown_menu {
  top: calc(100% + 0.625rem);
  border-radius: 1.25rem;
}

.blogsec_mainpage_dropdown_menu_item {
  min-height: 3.375rem;
}

.blogsec_mainpage_content_list_item {
  height: 24.75rem;
  width: calc(100vw - 0.5rem);
  padding: 0;
  max-width: 28.3125rem;
  margin: 0 auto;
  border-radius: 1rem;
}

.blogsec_mainpage_content_list_item_title_container p {
  font-size: 0.875rem;
}

.blogsec_mainpage_content_list_item_title {
  height: 10.5rem;
  margin-bottom: 0.75rem;
  backdrop-filter: blur(0.25rem);
  width: calc(100% - 3.5rem);
}

.blogsec_mainpage_content_list_item_title_container h4 {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



















footer {
  padding-top: 5rem;
  padding-left: 0;
  padding-right: 0;
}

.footer_content_leftpart h2 {
  font-size: 1.5rem;
}

.footer_content {
  flex-direction: column;
  row-gap: 2.5rem;
}

.footer_content_leftpart {
  max-width: unset;
  width: calc(100vw - 0.5rem);
  margin: 0 auto;
}

footer {
  background-position: top;
}

.footer_content_leftpart {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.footer_content_leftpart_form {
  margin-top: 2.875rem;
  row-gap: 1rem;
}

.footer_content_leftpart_form input {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
}

.footer_content_leftpart_form input::placeholder {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
}

.checkmark {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.1875rem;
}

.custom_checkbox {
  gap: 0.625rem;
  align-items: baseline;
}

.checkbox_title {
  font-size: 0.75rem;
}

.checkbox_title p {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.custom_checkbox a {
  font-size: 0.75rem;
   line-height: 0.9375rem;
}

.footer_content_leftpart_form_sendbtn {
  margin-top: 0.3125rem;
}

.checkmark::after {
  left: 0.1875rem;
  top: -0.0625rem;
  width: 0.1875rem;
  height: 0.4375rem;
}

.footer_content_rightpart_title_logo {
  display: none;
}

.footer_content_rightpart {
  padding-left: 1.625rem;
  padding-right: 1.625rem;
}

.footer_content_rightpart_title_navmenu a {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.footer_content_rightpart_title {
  padding-bottom: 1.375rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
}

.footer_content_rightpart_policy a {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
}

.footer_content_rightpart_policy {
  row-gap: 1.25rem;
  padding-bottom: 1.375rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
}

.footer_content_copyrights {
  margin-top: 1.375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.footer_content_copyrights p {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
}

.footer_content_rightpart_contacts a {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
}

.footer_content_rightpart_info {
  row-gap: 1.375rem;
}

.footer_content_rightpart_contacts p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0;
}

.footer_content_rightpart_contacts {
  padding-bottom: 1.375rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.5);
}

.footer_content_copyrights > a:nth-child(2) {
  display: none;
}

  footer {
    width: 100vw;
    position: relative;
  }

  .footer_content {
    width: calc(100vw - 0.5rem);
    margin: 0 auto;
  }

  .footer_content_leftpart {
    width: calc(100% - 2.625rem);
  }

  .footer_content_rightpart {
    width: calc(100vw - 3.75rem);
  }

  .footer_content_rightpart_info {
    width: 100%;
  }


.footer_content_rightpart_contacts {
  row-gap: 1.25rem;
}


.footer_content_rightpart_contacts_mobile{
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.footer_content_rightpart_contacts_mobile > .footer_content_rightpart_title_logo{
  display: flex;
}

.footer_content_rightpart_contacts_mobile > .footer_content_rightpart_title_logo img{
  width: 14.3125rem;
          height: 1rem;
}

.footer_content_rightpart_contacts {
  order: 1;
}

.footer_content_rightpart_title {
  order: 2;
}

.footer_content_rightpart_policy {
  order: 3;
}

.footer_content_leftpart {
  border-radius: 1.25rem;
}

.footer_content_leftpart::before {
  border-radius: 1.25rem;
}



.information__wrapper {
  grid-template-columns: 1fr;
}

.information__wrapper aside.sidebar {
  position: relative;
}

.apparates {
  max-width: 100%;
}

.apparatus-slider {
  max-width: 100%;
}

.information.inf__detail section {
  width: calc(100vw - 59px);
}


.description__product-map {
  max-width: 100%;
}

.apparates__slide img {
  width: 100%;
}

.before-after {
  max-width: 100%;
}

.achievements__grid, .indications__grid {
  grid-template-columns: 1fr;
}

.achievements__card p {
  max-width: 100%;
}

.information__wrapper aside.sidebar a {
  display: none;
}

.card img {
  max-width: 100%;
}

.sibedar__title svg {
  transform: rotate(90deg);
  margin-right: 0.1rem;
}

.information__wrapper aside.sidebar {
  padding: 1.125rem;
  padding-left: 1.938rem;
  border-radius: 2.938rem;
  margin: 0 4rem;
  padding: 0;
}

.information__wrapper aside.sidebar h3 {
  margin-bottom: 0;
  padding-left: 1.938rem;
}

.information__wrapper aside.sidebar h3 {
  font-size: 1rem;
}

.firstsec_mainpage.product__image .main__container {
  height: auto;
}

.inf__detail {
  margin-top: 0rem;
  margin-top: -6rem;
}

.information__wrapper {
      gap: 5.8125rem;

}

.firstsec_mainpage.product__image {
      background-position: bottom;
      box-sizing: content-box;
}

.firstsec_mainpage.product__image .main__container {
  align-items: unset;
}

.information__wrapper aside.sidebar {
  background: #161e29;
}
.breadcrumbs.product__color {
  margin-left: 2rem;
}


.information__wrapper h2 {
  line-height: 1.2;
  margin-left: 1.25rem;
}

#description .experiencesec_mainpage_content_header h2 {
  margin-left: 0;
}

.achievements__tabs, .tech__tabs {
  margin-left: 1.25rem;
}

.achievements__list {
  margin-left: 1rem;
  margin-right: 1rem;
}

.achievements__title {
  margin-right: 1rem;
}


.indications__card p {
  left: 25px;
}


.achievements__value {
  display: inline-block;
  background: linear-gradient(90deg, #F1F3F4 0%, #9CB6DA 95.74%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.main__home {
  padding-top: 0;
  padding-bottom: 0;
}




.main__home .firstsec_mainpage_content h1 {
  margin-top: 7rem;
}








.bestsellerssec_mainpage_content_slider_item {
  height: 38.4375rem !important;
}


}




@media screen and (max-width: 36rem) and (min-width: 20rem){

.achievements__title {
  font-size: 2rem;
}

.tab-btn {
      white-space: nowrap;
}

.before-after__item {
  margin-bottom: 0.25rem;
}

.description__product-map .mob__map {
  top: -46px;
}

#description .experiencesec_mainpage_content_header h2 {
  max-width: 21.25rem;
}

.achievements__value {
  font-size: 2.625rem;
}

.sense__card {
  width: calc(100% - 73px);
}

.sense__btn {
  width: calc(100% - 87px);
}

.blogsec_mainpage_content_list_item {
  max-width: 100%;
}


.achievements__text {
  font-size: 0.75rem;
}

.inf__detail {
  padding-left: 0.225rem;
  padding-right: 0.225rem;
}

.information.inf__detail section {
  width: calc(100vw - 8px);
}


.achievements__title {
  padding-bottom: 1.563rem;
}

.apparates__title {
  font-size: 2rem;
}

.description__product-top {
  margin-bottom: 0.25rem;
}

#description {
  margin-bottom: 5rem;
}

.margin .reviewssec_mainpage {
  margin-top: 5rem;
}

.apparates {
  margin-top: 5rem;
}

.before-after__title {
    margin-bottom: 1.25rem;
    font-size: 2rem;
}

.needles__title {
  padding-left: 1.563rem;
  padding-bottom: 1.25rem;
}

.specs__inner {
  padding: 1.875rem 1.25rem;
}

.card li {
  font-size: 0.875rem;
  padding-top: 0.688rem;
    padding-bottom: 0.688rem;
}

.card.add {
    padding: 1.875rem 1.25rem;
}

.specs__row {
  font-size: 0.875rem;
}

.achievements, .needles {
  padding-top: 5rem;
}

.tabs {
  padding-left: 1.563rem;
  overflow: scroll;
}

.achievements__tabs, .tech__tabs {
    overflow: scroll;
}

.achievements__tabs {
     margin-left: 0;
    justify-content: center;
}

   

.apparatus-slider__arrow--next {
    right: 0.5rem;
    bottom: 0.963rem;
}

.apparatus-slider__arrow--prev {
    right: 3.75rem;
    bottom: 0.963rem;
}

.apparatus-slider__item img {
  height: 38.13rem;
  object-fit: cover;
}

.popup__title {
  font-size: 1.5rem;
}

.popup__title br {
  display: none;
}

.popup__text {
  font-size: 0.9rem;
}

.apparatus-slider__btn {
  left: 25%;
  bottom: 0.963rem;
  padding: 0.875rem 1.125rem;
  transform: translateX(-36%);
}

.achievements__card h3 {
  max-width: 89%;
}


.tech__image img {
  height: 26.125rem;
}

.popup__item {
  font-size: 0.9rem;
}

.popup__close img {
  max-width: 75%;
}

.popup__close {
    top: 0.1rem;
    right: 0.1rem;
}


.popup__subtitle {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 0.625rem;
    font-family: 'Actay-400';
}

.achievements__tab, .tech__tab {
  white-space: nowrap;
}

.needles__top {
  padding-left: 1.563rem;
  padding-right: 1.563rem;
}

.inf__detail {
  margin-bottom: 2.5rem;
}

.indications__title, .needles__title, .specs__title {
  font-size: 2rem;
}

.needles__top p {
  font-size: 0.875rem;
}

.indications {
  padding: 5rem 0;
}

.apparates__card {
  width: calc(100vw - 93px);
}



.apparates__slide img {
        width: 100%;
        height: 38.313rem;
        object-fit: cover;
  }

  .indications__grid, .achievements__grid {
        gap: 0.25rem;
  }

.tech__image {
  margin-bottom: 0.25rem;
}

.tech__title {
  font-size: 2rem;
}

.tech {
  padding-top: 5rem;
}

.achievements__item {
  padding-bottom: 2.563rem;
  padding-top: 0.75rem;
}

.achievements {
  padding-bottom: 5rem;
}

.description__product-map {
  margin-top: 5rem;
}

.description__product-top {
  padding: 1.875rem 1.25rem;
}

.description__product-text p:last-child {
  margin-bottom: 0;
}

.achievements__text {
  margin-top: 0.25rem;
}

.description__product-top h2 {
  font-size: 2rem;
}

.description__product-text p {
  font-size: 0.875rem;
}


.gradient-btn-blogsec_mainpage {
  max-width: 100%;
}

.description__product-map {
  position: relative;
}

#description .experiencesec_mainpage_content_header p {
  z-index: 999;
}

.experiencesec_mainpage::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.25rem;
  background: linear-gradient( to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100% );
  pointer-events: none;
}

footer {
  background: url("../img/footer_background_mobile.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;

}

footer::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.25rem;
  background: linear-gradient( to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100% );
  pointer-events: none;
}


}

@media screen and (max-width: 74.9375rem) and (min-width: 48rem) {
  .products .products__catalog-wrapper {
    grid-template-columns: 1fr 1fr;
    column-gap: 0.75rem;
    row-gap: 0.75rem;
  }

  .products .products__catalog-wrapper > .bestsellerssec_mainpage_content_slider_item {
    display: flex !important;
    width: 100% !important;
    max-width: unset !important;
    margin-right: 0 !important;
  }


}

@media screen and (max-width: 47.9375rem) and (min-width: 20rem) {
  .products .products__catalog-wrapper {
    grid-template-columns: 1fr;
    column-gap: 0.25rem;
    row-gap: 0.25rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .products .products__catalog-wrapper > .bestsellerssec_mainpage_content_slider_item {
    display: flex !important;
    width: 100% !important;
    max-width: unset !important;
    margin-right: 0 !important;
  }

  .products .products__catalog-wrapper > .bestsellerssec_mainpage_content_slider_item:nth-child(n+5) {
    display: none !important;
  }
}

@media screen and (max-width: 62rem) {
  .products__catalog-top {
    flex-direction: column;
  }
}

@media screen and (max-width: 48rem) {
  .products__filter-wrap {
    flex-direction: column;
    row-gap: 0.75rem;
  }

  .products__catalog-top h1 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
  }

  .products__filter-wrap {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .products__catalog-top {
    margin-left: 0;
  }

  .products {
    padding: 0;
  }

  .products__catalog-top h1 {
    margin-left: 1rem;
    padding-left: 0.875rem;
  }

  .catalog__nav {
    margin-left: 1rem;
    padding-left: 0.875rem;
    
  }

  .clear__filter {
    font-size: 0.75rem;
    margin-top: 0.3125rem;
  }

  .breadcrumbs {
    margin-left: 0;
  }


}


@media screen and (max-width: 36rem) and (min-width: 20rem) {
  .products__filter-wrap button {
    max-width: 100%;
  }


  .header_content_logo img {
        height: 0.8rem;
        width: 10rem;
    }

  .products__catalog-wrapper .bestsellerssec_mainpage_content_slider_item_title a {
        max-width: 100%;
  }


  .firstsec_mainpage.product__image {
      padding-top: 0rem;
      background-image: linear-gradient(
      rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.45)
    ),url(../img/mobbg.png);
  }

  
}



@media screen and (max-width: 62rem) {
  .stars-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 137rem;
    z-index: 0;
    background: url("../img/skybg.png") center bottom / cover no-repeat;
    pointer-events: none;
  }

  body.catalog-page footer {
    background: unset;
  }

  .footer_content_leftpart, .mapsec_mainpage, .gradient-btn2-blogsec_mainpage {
    z-index: 9;
  }

  .products__catalog-wrapper .bestsellerssec_mainpage_content_slider_item {
    z-index: 9;
  }
}


@media screen and (max-width: 40rem) {
  .map-placeholder-image img {
    display: none;
  }

  .mob__map {
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
  }

  .experiencesec_mainpage {
    min-height: 39.75rem;
  }

  .experiencesec_mainpage_content_cards_viewport {
    margin-top: 16rem;
  }

  .experiencesec_mainpage::before {
    display: none;
  }

  .map-wrapper {
    background: transparent;
  }

  .reviewssec_mainpage {
        margin-top: 0;
  }

  .experiencesec_mainpage_content_cards_item::before {
    border-radius: 2rem;
  }

}




@media screen and (max-width: 74.9375rem) and (min-width: 20rem) {

    .firstsec_mainpage {
        width: calc(100vw - 3.75rem);
        height: calc(100vh - 2rem);
    }

   

    .main__home .firstsec_mainpage_content.mobile__content {
        height: 100svh;

        display: flex;
        flex-direction: column;

        margin-top: 0;
        box-sizing: border-box;

        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        box-sizing: border-box;
    
    }

    .firstsec_mainpage .main__container {
      height: unset;
      min-height: unset;
    }

    .firstsec_mainpage {
      min-height: unset;
    }

    .firstsec_mainpage  {
      height: auto;
    }

    .firstsec_mainpage_content a {

        margin-left: auto;
        margin-right: auto;

        z-index: 2;
        position: absolute;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        
    }

    .firstsec_mainpage.product__image {
      height: 100svh;
    }
}