/* ОБНУЛЕНИЕ И ОЧИЩЕНИЕ */

html {
  box-sizing: border-box;
}

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

h1,
h2,
h3,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

/* ПОДКЛЮЧЕНИЕ ШРИФТОВ */

/* Montserrat */

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"),
  url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"),
  url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Medium.woff2") format("woff2"),
  url("../fonts/OpenSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"),
  url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff2") format("woff2"),
  url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"),
  url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"),
  url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff2") format("woff2"),
  url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
  


a {
  text-decoration: none;
  color: inherit;
}
ul li {
    list-style: disc;
	margin-left: 40px;
}
ol li {
    list-style: numeric;
	margin-left: 40px;
}
body {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
    line-height: 1.514;
  color: rgba(1, 1, 1, 1);
}
a {
    text-decoration: none;
}
button {
    outline: none;
    border-style: none;
    background: transparent;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: poMontserrat;
}
html {
    scroll-behavior: smooth;
}
input:active,input:focus {
    outline: none !important;
}
::after {
    text-decoration: none;
}
.container {
    max-width: 1296px;
    margin: 0 auto;
   padding: 0 1em;
    text-align: center;
}

/* Цвета спанов текстов */
.text-bold {
    font-weight: bold;
}
.upper-text {
    text-transform: uppercase;
    font-size: 32px;
}

/* Цвета текста на сайте */
:root {
  --color-first: #2A2A2A;
    --color-white: #ffffff;
    --color-placeholder: #7E7E7E;
    --brown-color: #86392B;
 
}


 /* ----------------------------------------------------------------------------------  Хлебные крошки -------------------------------------------------------------------*/
 .breadcrumb-content {
    padding: 1.5em 0;
    border-top: 1px solid #CDDAEA;
 }
 .breadcrumb ul > span {
  display: flex;
  color: rgba(3, 152, 176, 1);
  font-size: 12px;
  font-variant-numeric: lining-nums proportional-nums;
  font-weight: 700;
text-decoration: none;
gap: 1em;
	 flex-wrap: wrap;
}
 .breadcrumb ul {
    display: flex;
    gap: 0.5em;
 }
 .breadcrumb ul > span span{
    font-size: 14px;
    font-weight: 400;
    color: rgba(1, 1, 1, 1);
  display: flex;
  gap: 0.5em;
	 text-align: left;
 }
 .breadcrumb ul span a {
  text-decoration: underline;
 }
 /* .breadcrumb ul li.is-active {
    font-weight: 400;
    text-decoration: none;
    color: #888888;
 }
 .breadcrumb ul li.is-active > span {
    display: none;
   
 } */
  .breadcrumb_last {
    font-weight: 400;
    text-decoration: none;
    color: #888888;
  }

/* ---------------------------------------------------------------------------------- Шапка ---------------------------------------------------------------------------------------*/
.header {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.hd-top-wrapper {
display: flex;
align-items: center;
	justify-content: center;
    gap: 3em;
}
.hd-top {
  margin: 1em 0;

}
.hd-top-descr {
  font-weight:500;
  font-size: 12px;
  color: #ffffff;
}
.top_header_block__language-title-block p {
  font-weight:400;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
}
.hd-top-location-block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
/* .clock_title {
  color: rgba(3, 152, 176, 1);
  font-weight: 700;
} */
.location-texts {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.hd-top-location-title {
  font-weight: 500;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}
.hd-top-location-title span {
  color: rgba(3, 152, 176, 1);
  font-weight: 700;
}
.hd-top-location-description {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
}
.header-hd-top-location-block .hd-top-location-title {
	font-weight: 400;
	font-size: 14px;
	color: rgba(1, 1, 1, 1);
}
.header-hd-top-location-block .hd-top-location-title span {
	font-weight: 500;
	color: rgba(3, 152, 176, 1);
	display: block;
}
.hd-top-location-block:hover a {
  transition: all .3s ease;
}
.hd-top-tel-block a {
  font-weight:400;
  font-size: 18px;
  color: rgba(1, 1, 1, 1);
  transition: all .3s ease;
}
.location-texts a {
  font-weight:400;
  font-size: clamp(14px, 1cqi, 18px);
  color: rgba(1, 1, 1, 1);
  transition: all .3s ease;
}
.location-texts a:last-child {
  position: relative;
}
.location-texts a:last-child .wts-hnd {
  position: absolute;
  right: 0;
  top: 22px;
  font-size: 10px;
  font-weight: 500;
  color: rgba(3, 152, 176, 1);
}
.location-texts a:not(:last-child) {
  position: relative;
  display: flex;
  gap: 1em;
  align-items: center;
}
.line {
  height: 16px;
  width: 1px;
  background-color: #D4D4D4;
  display: block;
}
/* .location-texts a:not(:last-child)::before {
  content: '';
  height: 16px;
  width: 1px;
  background-color: #D4D4D4;
  position: absolute;
right: -12px;
} */
.hd-top-tel-block {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.hd-top-tel-block:hover a {

  transition: all .3s ease;
}
.hd-top-free-tel-block p {
  font-family: Manrope;
  font-weight:400;
  font-size: 14px;
  color: #ffffff;
}

.hd-top-modal-block:hover a {
  background-color: #018095;
  transition: all .3s ease;
}
.hd-top-modal-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hd-top-modal-tr {
  padding: 9px 30px;
  background-color: rgba(3, 152, 176, 1);
  font-size: 15px;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  border-radius: 22px;
  transition: all .3s ease;
  font-weight: 600;
}
.top_header_block__language-title-block {
  display: flex;
  gap: 0.5em;
  align-items: center;
}
.top_header_block__language {
  position: relative;
}
.top_header__language--list {
  position: fixed;
    display: none;
    flex-direction: column;
    text-align: left;
    font-size: 14px;
    width: 100%;
}
.top_header_block__language-title-block.active + .top_header__language--list {
  display: flex;
  width: auto;
}
i {
  border: solid 1px #ffffff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  position: relative;
    top: -2px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: all .3s ease;
}
.arrow.down.open {
  transform: rotate(225deg);
  top: 0px;
  -webkit-transform: rotate(225deg);
  transition: all .3s ease;
}
.top_header__language--list a{
  font-weight:400;
  font-size: 12px;
  color: #ffffff;
  transition: all .3s ease;
}
.top_header__language--item:hover  {
  color: #2A72B5;
  transition: all .3s ease;
}
.hd-middle-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
	
}
.hd-middle-menu-nav {
  display: flex;
  align-items: center;
  gap: 3em;
}
.hd-middle-menu-item {
  font-weight: 600;
  font-size: 16px;
  color: rgba(1, 1, 1, 1);
  transition: all .3s ease;
}
.hd-middle-menu-item:hover:not(.hd-menu-more) {
  transition: all .3s ease;
  color: rgba(3, 152, 176, 1);
}
.hd-middle-menu-item:nth-child(6):hover .hd-middle-menu-item-sublist{
width: 100%;
}
.srch-modal:hover svg path {
  stroke: #779BE9;
  transition: all .3s ease;
}
.hd-adapt-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  z-index: 99;
  visibility: hidden;
}
.hd-adpt-menu {
  position: fixed;
  background: #ffffff;
  width: 100%;
  height: 100vh;
  top: 140px;
  z-index: 656565;
  transform: translateX(-100%);
  transition: all 0.3s ease;
  overflow-y: scroll;

}
.close-menu svg {
  width: 24px;
  height: 24px;
}
.adapt-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.adapt-lg-blck {
  display: flex;
  width: 100%;
}
.lg-block__adapt {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.hd-adapt-wrap-menu {
  display: flex;
  flex-direction: column;
align-items: flex-start;
  gap: 2em;
  padding: 16px;
  width: 100%;
}
.hd-adapt-container.show {
  visibility: visible;
  transition: all 0.3s ease;
}
.hd-adpt-menu.show {
  transform: translateX(0%);
  transition: all 0.3s ease;
}
.burger {
  position: relative;
  background: transparent;
  cursor: poMontserrat;
  display: none;
}

.burger input {
  display: none;
}

.burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 15px;
  background: rgba(255, 255, 255, 1);
  border-radius: 9px;
  opacity: 1;
  left: 35px;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.burger span:nth-of-type(1) {
  top: 37%;
  transform-origin: left center;
}

.burger span:nth-of-type(2) {
  top: 50%;
  transform-origin: left center;

}
.burger span:nth-of-type(3) {
  top: 62%;
  transform-origin: left center;
}
.logo-block-hd {
  display: flex;
  align-items: flex-end;
  gap: 0.5em;
  max-width: 200px;
}
.logo-block-hd img{
  width: clamp(120px, 32cqi, 200px);
  height: 100%;
}
.logo-block-text {
  font-weight: 700;
  font-size: 12px;
  color: #01247D;
  text-align: left;
  text-transform: uppercase;
}

.wts-hd-block {
  display: flex;
  align-items: center;
  gap: 0.5em;
  max-width: 180px;
}
.wts-hd-block img {
  transition: all .3s ease;
}
.wts-hd-block:hover img {
  filter: opacity(0.7);
  transition: all .3s ease;
}
.wts-text-hd {
  font-size: 10px;
  color: #010613;
  text-align: left;

}
.tel-block-hdd {
  display: none;
}
.hd-middle {
  padding: 1em 0;
  z-index: 654634564356;
}

.hd-middle-menu-item-sublist {
  display: none; 
  z-index: 53453245;
  background-color: #ffffff;
}
.hd-menu-more label {
  position: relative;
  width: 15px;
    height: 14px;
  background: transparent;
  cursor: poMontserrat;
 max-width: 15px;
}

.hd-menu-more label input {
  display: none;
}

.hd-menu-more label span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.hd-menu-more label span:nth-of-type(1) {
  top: 0px;
  transform-origin: left center;
}

.hd-menu-more label span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  transform-origin: left center;

}
.hd-menu-more label span:nth-of-type(3) {
  top: 100%;
  transform: translateY(-100%);
  transform-origin: left center;
}
.srch-modall {
  display: flex;
  padding: 5px 10px;
  align-items: center;
  border: 1px solid rgba(229, 229, 229, 1);
  border-radius: 20px;
  color: rgba(136, 136, 136, 1);
	font-weight: 400;
	font-size: 14px;
	transition: all .3s ease;
	opacity: 0;
	width: 0;
	justify-content: space-between;
}
.srch-modall input {
  outline: none;
  border: none;
	width: 0;
}
.srch-modall input::placeholder {
  color: rgba(136, 136, 136, 1);
	font-family: Manrope;
	font-weight: 400;
	font-size: 14px;
}
.header__mt-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}
.header__mt-adres {
  display: flex;
  align-items: center;
  gap: 1em;
  font-size: 14px;
  color: rgba(1, 1, 1, 1);

}
.header__mt-blocks {
  display: flex;
  align-items: flex-start;
	flex-direction: column;
}
.header__mt-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(3, 152, 176, 1);
	font-weight: 500;
}
.header__mt {
  padding:1em 0;
  background-color: #E9F4FF;
}
.hd-middle-wrapper .srch-modall {
  display: none;
}
.hd-middle-menu-item {
  position: relative;
}
.hd-middle-menu-item:hover .hd-middle-menu-item-sublist {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  position: absolute;
  top: 43px;
  width: auto;
  left: 0;
  padding: 16px;
  text-align: left;
}
.menu-item-sublist__subitem {
 white-space: nowrap; 
 color: rgba(1, 1, 1, 1);
 transition: all .3s ease;
}
.menu-item-sublist__subitem:hover {
  color: rgba(3, 152, 176, 1);
  transition: all .3s ease;
}
.hd-middle-menu-itemimg {

  transition: all .3s ease;
}
.hd-middle-menu-item:hover img {
  transform: rotate(180deg);
  transition: all .3s ease;
}

/* Изменение текста при адаптиве + адаптив шапки */

@media screen and (max-width: 1180px) {
  .hd-top-modal-tr {
padding: 8px 24px;
  }

.hd-middle-menu-item {
  font-size: clamp(13px, 2vw, 14px);
  padding: 5px 12px;
}
}
@media screen and (max-width: 1075px) {
  .srch-modall {
    padding: 6px 3px;
  }
  .hd-menu-more {
    padding: 8px 6px !important;
  }
  .catalog-category-items-title {
    text-align: left;
  }
}
@media screen and (max-width: 990px) {
  .header {
    gap: unset;
  }
  /*.hd-middle-wrapper .srch-modall {*/
  /*  display: block;*/
  /*}*/
  .hd-middle-menu-nav {
    display: none;
  }
   /*.srch-modall {*/
   /* order: 3;*/
   /* padding: unset;*/
   /* border: unset;*/
   /*}*/
   .header__mt {
    display: none;
   }
   .hd-middle-menu-nav.nn1 {
    display: none;
   }
   .srch-modall.nn3 {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1em;
   }
   .lg-block__adapt img {
    object-fit: scale-down;
    width: clamp(120px,16cqi,240px);
   }
  /* .srch-modall input {*/
  /*width: 100%;*/
  /*border: none;*/
  /*outline: none;*/
  /*border-bottom: 1px solid #EBEBEB;*/
  /* }*/
  /* .srch-modall input{*/
  /*display: none;*/
  /* }*/
   .srch-modall input.nn2{
    display: flex;
     }
     .wts-hd-block.nn1,
     .logo-block-hd.nn1,
     .tel-block-hdd.nn1 {
      display: none;
     }
 .hd-middle-wrapper .hd-top-location-block {
  display: none;
 }
 .hd-middle-wrapper .hd-top-modal-block{
  display: none;
 }
  .burger {
    display: block;
  }
 .wts-hd-block {
  order: 2;
 }
 .logo-block-hd {
  order: 2;
 }

 .hd-top {
  display: none;
 }
 .tel-block-hdd {
  display: block;
  order: 4;
  height: 40px;
 }
 .tel-block-hdd img {
  width: 100%;
  height: 40px;
 }
  .hd-adapt-wrap-menu * {
    display: flex;
  }
  .hd-adapt-wrap-menu .hd-middle-menu-nav {
    flex-direction: column;
  }
  .hd-adapt-wrap-menu .hd-top-tel-block a,
  .hd-adapt-wrap-menu .hd-top-modal-block a {
    font-size: unset;
    color: unset;
    font-weight: unset;
  }

  .hd-adapt-wrap-menu .hd-top-free-tel-block p {
    font-size: unset;
    color: unset;
  }
  .hd-adapt-wrap-menu *{
    /* font-size: 18px; */
    color:rgba(1, 1, 1, 1);
  }
  .hd-menu-more {
    background-color: unset !important;
    padding: 5px 12px !important; 
  }
  .hd-menu-more-list {
    padding-left: 14px;
  }
  .hd-middle-menu-nav a {
    font-size: 18px;
  }
  .hd-adapt-wrap-menu .hd-middle-menu-nav {
    align-items: flex-start;
    gap: 1em;
  }
  .hd-top-location-description {
    font-weight: 500;
    font-size: 14px;
  }
  .location-texts a {
    font-weight: 500;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
 
}
@media screen and (max-width: 800px)  {
  .hd-top-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    column-gap: 3em;
  }
  .hd-top-descr {
    grid-column: 1;
    grid-row: 2;
  }
  .wts-hd-block img {
    width: clamp(25px, 1cqi, 40px);
    height: 100%;
  }

  .tel-block-hdd img{
    width: clamp(25px, 1cqi, 40px);
    height: 100%;
  }
  .logo-block-hd p {
    text-align: center;
    font-size: clamp(7px, 1.5cqi, 12px);
  }
  .srch-modal {
    width: clamp(25px, 1cqi, 30px);
    
  }
  .top_header_block__language {
    grid-column: 2;
    grid-row: 2;
  }
  .hd-top-tel-block,
  .hd-top-free-tel-block,
  .hd-top-modal-block {
    grid-column: 3;
  }
  .hd-top-tel-block {
    grid-row: 2;
    display: flex;
    justify-content: flex-end;
  }
  .hd-top-free-tel-block {
    grid-row: 3;
    display: flex;
    justify-content: flex-end;
  }
  .hd-top-modal-block {
    grid-row: 1;
    justify-content: flex-end;
  }
  .hd-top * {
    font-size: calc(10px + 1*(100vw - 300px) / 550);
  } 
  .hd-adapt-wrap-menu .hd-middle-menu-nav {
    gap: 0.5em;
  }
}
@media screen and (max-width: 750px)  {
.hd-top-descr {
  text-align: left;
}
.hd-top-free-tel-block p {
  font-size: unset;
}
}
@media screen and (max-width: 725px)  {
  .hd-top-descr {
    text-align: left;
  }
  .hd-top-descr {
    grid-row: 2 / 5;
  }
  .hd-top * {
    font-size: calc(12px + 1*(100vw - 300px) / 550);
  } 
  .hd-top-wrapper {column-gap: 2em;}
  
  .logo-block-hd {
    max-width: 150px;
  }
  }
  @media screen and (max-width: 620px) {
    .hd-top-tel-block,
    .hd-top-free-tel-block,
    .hd-top-modal-block {
      /*font-size: calc(11px + 1*(100vw - 300px) / 550);*/
    }
    .hd-top-descr {
      grid-row: 1 / 4;
    }
    .top_header_block__language {
      grid-row: 1 / 3;
    }
    .hd-top-wrapper {
      column-gap: 1em;
    }
    .hd-adpt-menu {
      width: 100%;
    }
 
  }
  @media screen and (max-width: 550px) {
    .hd-top-tel-block,
    .hd-top-free-tel-block,
    .hd-top-modal-block {
      /*font-size: calc(10px + 1*(100vw - 300px) / 550);*/
    }
    .hd-top-wrapper {
      column-gap: unset;
    }
    .logo-block-hd {
      max-width: 105px;
    }
  }
  @media screen and (max-width: 479px) {
    .top_header_block__language {
      grid-column: 1;
    grid-row: 3;
    }
    .hd-top-descr {
      grid-row: 1 / 3;
      width: 65%;
    }

 
  }
  @media screen and (max-width: 400px)  {
  
  }
  @media screen and (max-width: 380px) {
    .hd-top-descr {
      grid-row: 1 / 3;
      width: 85%;
    }
  }
  @media screen and (max-width: 340px)  {
    .hd-top-descr {
      grid-row: 1 / 3;
      width: 95%;
    }
  
  }

  footer {
    background: url(../img/footer-bg.png) no-repeat center;
    background-size: cover;
  }
 .footer-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  gap: 2em;
 }
 .footer-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
 }
 .footer-block:first-child {
  align-items: flex-start;
 }
 .footer-block:last-child {
  align-items: flex-end;
 }
 .footer-text-block {
  text-align: left;
  width: 100%;
 }
 .footer-title {
  font-weight: 300;
  font-size: 12px;
  color: #ffffff;
 }
 .top-footer {
  padding-top: 3em;
 }
 .footer-descr {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
 }
 .footer-block:nth-child(2) {
  gap: 1em;
 }
 .footer-link {
  text-align: left;
  width: 100%;
 }
 .footer-block:has(.footer-link) {
  gap: 0.5em;
 }
 .footer-link {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  transition: all .3s ease;
 }
 .footer-link:hover {
  color: #31AC35;
  transition: all .3s ease;
 }
 .tels-block {
  display: flex;
  flex-direction: column;
 }
 .footer-terra {
  text-align: right;
  color: #FFFFFF7A;
  font-size: 14px;
 }
 @media screen and (max-width:780px) {
  .footer-wrapper {
    grid-template-columns: 0fr 1.5fr 1fr 0fr;
  }
 }
 @media screen and (max-width:580px) {
  .footer-wrapper {
    grid-template-columns: unset;
    grid-template-rows: 0fr 1fr 1fr 0fr;
    gap: 0.5em;
  }
  .footer-block:first-child {
    align-items: center;
  }
  .footer-text-block {
    text-align: center;
    width: 50%;
}
.footer-link {
  text-align: center;
}
.footer-block:last-child {
  align-items: center;
}
.footer-terra {
  text-align: center;
}
.bottom-footer {
  padding: 1em 0;
}
 }
 body.lock {
  overflow: hidden;
 }
 .menu-more-content {
height: 100vh;
background: #242424DE;
opacity: 0;
transition: all .5s ease;
position: absolute;
 }
 .menu-more-content.active {
  transition: all .5s ease;
  opacity: 100;
  position: relative;
 }
 .menu-more-container {
  background: white;
    height: 100%;
    z-index: 6563456;
 opacity: 0;
    position: fixed;
    top: 180px;
    width: 100%;
    transform: translateX(-100%);
    transition: all .3s ease;
    border-top: 1px solid #EBEBEB;
 }
 .menu-more-container.active {
  display: block;
  transform: translateX(0);
  transition: all .3s ease;
  opacity: 100;
 }
 .menu-more-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2em;
  margin: 3em 0;
 }
 .menu-more-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
  font-size: 24px;
  color: #010613;
 }
 .menu-more-gr {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
 }
 .menu-more-gr-block {
  display: flex;
  flex-direction: column;
  gap: 1em;
  text-align: left;
 }
 .menu-more-gr-links {
  display: flex;
  flex-direction: column;
  gap: 0.7em;
 }
 .menu-more-gr-title {
  font-weight: 600;
  font-size: 16px;
  color: #010613;
 }
 .menu-more-gr-item {
  font-weight: 400;
  font-size: 16px;
  color: #010613;
  transition: all .3s ease;
 }
 .menu-more-gr-item:hover {
  color: #31AC35;
  transition: all .3s ease;
 }
 .menu-more-title svg:hover {
  cursor: pointer;

 }
 .hd-menu-more {
  background-color: rgba(3, 152, 176, 1);
  padding: 9px 30px;
  border-radius: 22px;
	 color: rgba(255, 255, 255, 1);
 }
.hd-middle-menu-item:is(.hd-menu-more , .hd-menu-remont) {
  display: flex;
  align-items: center;
  gap: 1em;
}
.catalog-wrapper {
  display: flex;
  gap: 2em;
  justify-content: space-between;
}
.action-block__catalog {
  max-width: 300px;
}
.action-block__catalog img {
  object-fit: scale-down;
  width: 100%;
}
.catalog-category-items-blocks {
  width: 100%;
}
.catalog-category-items-product-block {
  display: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.catalog-category-items-product-block.hovered {
  display: flex;
  opacity: 1;
  transition: all 0.3s ease;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
}
.catalog-categories-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 24px;
  color: #010613;
}
.remont-container {
  padding: 2em 0;
}
.catalog-wrap-cont {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: 1em 0;
}

.catalog-category-blocks {
  max-width: 310px;
  width: 100%;
  border-right: 1px solid #EBEBEB;
  height: 100vh;
}
.catalog-category-blocks-items {
  display: flex;
  flex-direction: column;
  gap: 1em;
  align-items: flex-start;
}
.catalog-category-blocks-items a {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
color:#010613 ;
}
.catalog-categories-block {
  padding: 0 1em;
}
.catalog-category-link {
  display: flex;
  align-items: center;
  gap: 0.3em;
}
.catalog-category-link img {
  opacity: 0;
  transform: translateX(0);
  transition: all .3s ease;
}
.catalog-category-link:hover img {
  transform: translateX(30%);
  opacity: 100;
  transition: all .3s ease;
}

.catalog-category-items-title {
  font-weight: 500;
  font-size: 24px;
  color: #010613;
	transition: all .3s ease;
}
.catalog-category-items-title:hover {
	color: rgba(3, 152, 176, 1);
    transition: all .3s ease;
}
.catalog-category-items-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5em;
}
.catalog-category-item-link {
  font-weight: 400;
  font-size: clamp(14px, 3cqi,16px);
  color: #010613;
  transition: all .3s ease;
  text-align: left;
}
.catalog-category-item-link:hover {
  color: rgba(3, 152, 176, 1);
  transition: all .3s ease;
}
.hd-menu-more-list {
  display: none;
}
.hd-menu-more-list.active {
  display: block;
}
.hd-menu-more-lists {
  display: flex;
  flex-direction: column;
}
.hd-menu-more-lists {
  display: none;
}
@media screen and (max-width: 990px) {
  .menu-more-content {
    display: none;
  }
  .hd-middle {
    z-index: unset;
  }
  .hd-middle-wrapper {
    min-height: 70px;
  }
.hd-menu-more-list li:not(:first-child) {
  font-size: clamp(14px, 3cqi, 16px);
  color: #FFFFFF;
  font-weight: 400;
  margin-top: 0.5em ;
}
}

.footer-top {
  background-color: rgba(3, 152, 176, 1);
}
.footer-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3em 0;
  gap: 1em;
}
.footer-logo {
  display: flex;
  align-items: center;

}
.footer-logo img {
  object-fit: scale-down;
	max-width: 100%;
}
.footer-top-adres {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-top-adres_text {
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  font-weight: 500;
}
.footer-top  .hd-top-location-title span {
  font-weight: 700;
  color: #ffffff;
}
.footer-top-phones {
  display: flex;
  align-items: left;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  transition: all .3s ease;
}
.footer-top-phones:hover {
  text-decoration: underline;
  transition: all .3s ease;
}
.footer-bottom {
  background-color: rgba(0, 84, 98, 1);
}
.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  gap: 1em;
  text-align: left;
}
.footer-bottom-wrapper-left {
  display: flex;
    justify-content: space-between;
    width: calc(100% - 485px);
  align-items: center;
  gap: 1em;
}
.footer-bottom-copyr {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.license-link {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}
.license-link:hover {
  text-decoration: underline;
}
.footer-bottom-socials {
  display: flex;
  align-items: center;
  gap: 1em;
}
.footer-bottom-social img {
  object-fit: scale-down;
}
.footer-bottom-clever {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  gap: 1em;
}
.footer-bottom-clever:hover {
  text-decoration: underline;
}
.header-socials {
	display: flex;
    align-items: center;
    gap: 1em;
}
.hd-middle-wrapper .location-texts a {
	font-weight: 600;
	font-size: 18px;
	color: rgba(1, 1, 1, 1);
}
@media (max-width: 1300px) {
	.hd-middle-menu-nav {
		gap: 2em;
	}
	.hd-top-wrapper {
		gap: 2em;
	}
}
@media (max-width: 1200px) {
  .footer-top-adres {
    max-width: 165px;
      text-align: left;
  }
  .footer-bottom-license {
    max-width: 190px;
  }
	.header-hd-top-location-block {
		display: none;
	}
	.header-socials {
		display: none;
	}
	.hd-top-modal-block {
		display: none;
	}
	.hd-top {
		display: none;
	}
	.hd-middle-wrapper {
		flex-wrap: wrap;
	}
	.header-address {
		order: 1;
		flex: 0 0 calc(100% - 160px - 1em);
		display: flex;
        gap: 0.5em;
	}
	.header__mt-blocks {
		flex-direction: row;
    	gap: 0.5em;
	}
	.hd-top-tel-block {
		order: 2;
		flex: 0 0 160px;
	}
	.logo-block-hd {
		order: 3;
		flex: 0 0 calc(100% - 160px - 1em);
	}
	.menu-mb {
		display: flex;
		order: 4;
		gap: 2em;
        background: rgba(3, 152, 176, 1);
        padding: 9px 30px;
        border-radius: 22px;
        color: rgba(255, 255, 255, 1);
      z-index: 9999999999999999999999999999999;
	}
	.hd-adapt-wrap-menu .hd-middle-menu-nav {
		flex-direction: column;
		align-items: flex-start;
		gap: .5em;
		width: 100%;
	}
}
@media screen and (max-width: 1200px) {
  .hd-menu-more {
    background-color: #0398B0 !important;
    color: #ffffff;
    font-size: 14px !important;
    width: 137px;
    height: 45px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
  }
  .mobile-catalog-wrapper {
    display: none;
  }
  .mobile-catalog-wrapper.active {
    display: flex;
  }
  .menu-more-content {
    display: none !important;
  }
  .mobile-catalog-wrapper {
    /*display: flex !important;*/
    flex-direction: column;
    width: 100%;
  }
  .action-block__catalog {
    display: none;
  }
  .catalog-category-blocks {
    max-width: 100%;
    border: unset;
  }
  .hd-adapt-wrap-menu .hd-top-modal-block {
    display: flex;
  }
  .hd-adapt-wrap-menu .header-socials {
    display: flex;
  }
  .hd-adapt-wrap-menu .hd-top-location-title {
    color: #010101;
    flex-direction: column;
    display: flex;
  }
  .hd-adapt-wrap-menu .catalog-category-blocks {
    height: 100%;
  }
  .hd-adapt-wrap-menu  .hd-middle-menu-item {
    padding: 5px 0px;
  }
  .hd-adapt-wrap-menu  .hd-middle-menu-item:not(.hd-menu-more) {
    font-size: 16px;
  }
  .hd-adapt-wrap-menu  .hd-middle-menu-item:nth-child(3) {
    margin-top: 30px;
  }
  .hd-adapt-wrap-menu .catalog-categories-block {
    padding: 0;
  }
  .hd-adapt-wrap-menu .catalog-category-blocks-items {
    padding-bottom: 30px;
    border-bottom: 1px solid #0398B0;
    width: 100%;
    padding-top: 30px;
  }
  .hd-adapt-wrap-menu .catalog-category-link svg {
    transition: all .3s ease;
  }
  .hd-adapt-wrap-menu .catalog-category-link.active svg {
    transition: all .3s ease;
    transform: rotate(180deg);
  }
  .hd-adapt-wrap-menu .catalog-category-items-block {
    padding: 20px 0px 20px 20px;
  }
  .adapt-wrapper {
    height: 88vh;
   justify-content: flex-start;
    overflow-y: scroll;
  }
  .hd-adapt-wrap-menu .catalog-categories-block {
    flex-direction: column;
  }
  .hd-adapt-wrap-menu {
    /*height: 110vh;*/
    overflow-y: scroll;
    gap: 22px;
  }
  .hd-adpt-menu {
    overflow: auto;
  }
  .hd-adapt-wrap-menu .srch-modall {
    display: flex;
    align-items: center;
    width: 100% !important;
    justify-content: space-between;
    border: unset;
    gap: 11px;
  }
  .hd-adapt-wrap-menu .srch-modall input {
    border: 1px solid rgba(229, 229, 229, 1);
    border-radius: 20px;
    color: rgba(136, 136, 136, 1);
    font-weight: 400;
    font-size: 14px;
    transition: all .3s ease;
    padding: 13px 22px;
    height: 45px;
  }
  .hd-adapt-wrap-menu .srch-modall button {
  height: 45px;
    width: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    border: 2px solid #0398B0;
    color: #0398B0;
  }
  .hd-adapt-wrap-menu .srch-modall img {
    display: none;
  }
  .hd-top-modal-tr {
    color: #ffffff !important;
  }

}

@media (max-width: 950px) {
	.footer-bottom-wrapper-left {
		flex-direction: column;
		gap: 0;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.footer-bottom-license {
		max-width: 100%;
	}
	.footer-top-wrapper {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.footer-logo {
		flex: 0 0 calc(33% - 1em);
	}
	.footer-top-adres {
		flex: 0 0 calc(100% - 33% - 150px - 1em);
		max-width: 100%;
	}
	.hd-top-location-block {
		flex: 0 0 150px;
	}
	.footer-bottom-wrapper-left {
		width: auto;
	}
}
@media (max-width: 800px) {
	.footer-bottom-clever {
		gap: 0;
    	flex-direction: column;
		align-items: flex-end;
	}
}
@media (max-width: 720px) {
	.header-address {
		flex-direction: column;
	}
	.hd-adpt-menu {
		top: 150px;
	}
}
@media (max-width: 650px) {
	.footer-top-wrapper {
		padding: 2em 0;
		flex-direction: column;
		align-items: flex-start;
		gap: 1.5em;
	}
	.hd-top-location-block {
		flex: 0 0 auto;
	}
	.footer-bottom-wrapper {
		flex-direction: column;
    	align-items: flex-start;
		padding: 1em 0;
	}
	.footer-bottom-wrapper-left {
		gap: 1em;
	}
	.footer-bottom-clever {
		align-items: flex-start;
	}
}
@media (max-width: 500px) {
	.header-address {
		display: none;
	}
	.hd-top-tel-block {
		display: none;
	}
	.menu-mb {
		padding: 9px 15px;
	}
	.burger span {
		left: 20px;
	}
	.hd-adpt-menu {
		top: 90px;
	}
}
.hd-adapt-wrap-menu .hd-top-tel {
	font-size: 18px;
	font-weight: 600;
}
.hd-adapt-wrap-menu .header-address {
	display: flex;
	flex: 0 0 auto;
}
.hd-adapt-wrap-menu .header-address .header__mt-text {
	color: rgba(3, 152, 176, 1);
}
@media (min-width: 501px) {
	.hd-adapt-wrap-menu .hd-top-tel, .hd-adapt-wrap-menu .header-address {
		display: none !important;
	}
}
@media screen and (max-width:1500px) {
  .catalog-category-items-product-block.hovered {
    height: 500px;
  }
  .catalog-category-items-block {
    overflow-y: scroll;
    height: 100%;
    width: 100%;
  }
}