.search_grid{
    margin-top: 20px;
  }
  
  .logo {
    width: 184px;
    height: 72px;
    background: url(/data/1673430218/files/1738307422.svg) center no-repeat;
    background-size: contain;
}

.thumbnail_item{
  cursor: pointer;
}
   .search_item>div:nth-child(1) {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 19px;
      color: #414141;
      margin-right: 10px;
      width: 31px;
      text-align: end;
   }
   .more {
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #0C67BB;
      text-decoration: none;
   }
   .search_item>div:nth-child(2) {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      color: #414141;
      margin-right: 133px;
      width: 500px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
   }
   .search_item>div:nth-child(3) {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      color: #acacac;
      margin-right: 40px;
      width: 120px;
      text-align: end;
   }
   .search_item+.search_item {
      margin-top: 20px;
   }
   p +.search_item {
    margin-top: 20px;
 }
 .search_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
 }
 .insearch_img{
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-right: 20px;
}
.main_news_grid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}


  
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}

.modal__container {
  background-color: #fff;
  max-width: 500px;
  max-height: 100vh;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
  min-width: 582px;
  min-height: 373px;
}
.modal__container.tnx{
  min-width: 384px;
  height: 220px;
}
.modal_subtitle{
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  color: #414141;
  margin-top: 10px;
}
.modal_content{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding:0  47px;
}
.modal_title{
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 49px;
    text-transform: uppercase;
}
.modal_form{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.input_modal_wrapper{
    position: relative;
    width: 233px;
    height: 50px;
    margin-top: 50px;
}
.modal_form_bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}
.close{
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  cursor: pointer;
}
.grey_txt{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    color: #A6A6A6;
}
.modal_form_bottom button{
    height: 50px;
    width: 162px;
    padding: 0 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 21px;
    text-transform: lowercase;
    color: #FFFFFF;
    transition: all 0.2s ease-in-out;
    background: #0C67BB;
    border: none;
    cursor: pointer;
}
.input_modal_wrapper input{
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    border: none;
    background: white;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding-left: 25px;
}
.modal_border{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(315deg, #0C67BB 0%, #FFFFFF 100%);
    padding: 3px;
}

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}
.position_value{
  width: 100%;
  border: 1px solid #0C67BB;
  height: 40px;
  padding: 0 5px;
}
.catalog_item_links a{
  text-transform: lowercase;
}
.product_item .product_item_content .product_item_filters .product_item_filter span:last-child{
  text-transform: lowercase;
}
.product_item .product_item_title{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.switch_catalog_view{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.switch_item {
  cursor: pointer;
  filter: grayscale(1);
}

.switch_item.active{
  filter: grayscale(0);
}

.switch_item + .switch_item {
  margin-left: 20px;
}

.switch_item.s_line{
  width: 24px;
  height: 24px;
  background: url(/extore/frontend/themes/grom/img/svg/line_icon.svg)center no-repeat;
  background-size: contain;
}

.switch_item.s_block {
  width: 24px;
  height: 24px;
  background: url(/extore/frontend/themes/grom/img/svg/block_icon.svg)center no-repeat;
  background-size: contain;
}

.custom_select_wrapper{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.main_grid.inline_goods{
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}

.main_grid.inline_goods .product_item{
  width: 100%;
  border: 1px solid #0C67BB;
  padding: 2px;
  height: 62px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.main_grid.inline_goods .product_item .product_item_img_wrapper{
  height: 57px;
  width: 57px;
  border: 1px solid #0C67BB;
}

.main_grid.inline_goods .product_item .product_item_img_wrapper .product_call{
  display: none;
}
.main_grid.inline_goods .product_item .product_item_content{
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.main_grid.inline_goods .product_item .product_item_content .product_item_filters{
  width: 234px;
  height: auto;
}
.main_grid.inline_goods .product_item .product_item_content .product_item_filters .product_item_filter{
  width: auto;
  font-size: 14px;
  gap: 10px;
}
.change_subtitle{
  margin-top: 15px;
}
.main_grid.inline_goods .product_item .product_item_content .product_item_filters .product_item_filter:nth-child(2){
display: none;
}
.main_grid.inline_goods .product_item .product_item_bottom{
  background: transparent;
  padding: 0;
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
}
.main_grid.inline_goods .product_item .product_item_count .plus_minus, .main_grid.inline_goods .product_item .product_item_count .products_counter{
  display: none;
}

.main_grid.inline_goods .product_item .border{
  display: none;
}

.main_grid.inline_goods .product_item .product_price{
  color: #414141;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_grid.inline_goods .product_item .product_price::before{
  content: 'Цена 1:';
  color: #0C67BB;
}
.main_grid.inline_goods .product_item .product_price.dop::before{
  content: 'Цена 2:';
  margin-right: 10px;
  color: #0C67BB;
}
.main_grid.inline_goods .product_item_shield{
  display: none;
}

.main_grid.inline_goods .product_item_img_wrapper :nth-child(2){
  display: none;
}

.dop_img_a{
  display: none;
}

.dop_call{
  display: none;
}
.main_grid.inline_goods .dop_img_a{
  display: block;
  width: 100%;
  height: 100%;
}
.main_grid.inline_goods .dop_img_a img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main_grid.inline_goods .dop_call{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #0C67BB;
  width: 50px;
  height: 50px;
}

.main_grid.inline_goods .product_price.dop{
  display: flex!important;
}

.main_grid.inline_goods .product_item .product_item_title{
  height: 48px;
  font-size: 1.05rem;
  vertical-align: middle;
  margin-bottom: 0;
  width: 316px;
}

.product_page_order_calc{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
  margin-right: 27px;
}
.product_page_order_calc span{
  cursor: pointer;
}
.product_page_order_calc > div{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  font-family: 'Gotham Office';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #0B1E62;
}
.product_page_order_calc input{
  width: 50px;
  border: none;
  background: none;
  height: auto;
  font-family: 'Gotham Office';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #0B1E62;
}
.product_page_order_calc > div::after{
  content: 'шт';
  position: absolute;
  right: 0;
  bottom: 1px;
}
.product_page_order_calc span:last-child{
  cursor: pointer;
  transform: rotate(180deg);
}

.product_page_order_calc input::-webkit-outer-spin-button, .product_page_order_calc input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.product_page_order_calc input[type=number] {
  -moz-appearance: textfield;
}
.calcMinus.dis{
  filter: grayscale(1);
  opacity: 0.5;
}
.porduct_page_order{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.porduct_page_order + .porduct_page_order{
  margin-top: 12px;
}
.product_page_order_price{
  font-family: 'Gotham Office';
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase;
  color: #0B1E62;
  margin-right: 35px;
}
.news_item_top{
  width: 100%;
}
.news_item .news_img_wrapper img{
  object-fit: contain;
}
.main_txt_img{
  object-fit: contain;
  object-position: top;
}
.news_item_title{
  overflow: hidden;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
}
.txt_standart_announcement{
  margin-bottom: 30px;
}
.txt_standart_text{
  margin: 30px 0;
}

.about_gallery .wrapper{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.about_gallery .wrapper .about_img{
  height: 300px;
  width: calc(25% - (30px / 3));
  border: 1px solid #0C67BB;
}
.about_gallery .wrapper .about_img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mini_catalog{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.catalog_item_content{
  display: flex;
  width: 100%;
  height: auto;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.catalog_item_links{
  width: calc(50% - 5px);
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
.catalog_item_links_title{
  font-size: 30px;
  margin-bottom: 15px;
  color: inherit;
  font-weight: 500;
}
.catalog_item_links a{
  width: 100%;
}
.product_page_description .product_page_art{
  justify-content: flex-start;
  gap: 10px;
}
.product_page_description .product_page_category{
  justify-content: flex-start;
  gap: 10px;
}
.porduct_page_order{
  justify-content: space-between;
}
.sort_btn{
  height: 50px;
  padding: 0 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 21px;
  text-transform: lowercase;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
  background: #0C67BB;
  border: none;
  cursor: pointer;
}
.search_prises{
  margin: 0 20px;
  color: #0C67BB;
}
.main_txt p + p{
  margin-top: 10px;
}
.main_txt ul{
  margin-left: 20px;
}
.main_txt ul li + li{
  margin-top: 10px;
}
.main_txt ul + p{
  margin-top: 10px;
}
.main_txt p + ul{
  margin-top: 10px;
}
.txt_standart_text p + p{
  margin-top: 15px;
}
.txt_standart_text ul{
  margin: 10px 0;
  margin-left: 20px;
}
.txt_standart_text ul li + li{
  margin-top: 10px;
}
.birthday{
  width: 100%;
  height: auto;
}
header{
  position: sticky;
  top: 0;
}
@media screen and (max-width: 700px){
  .search_item {
    flex-direction: column;
    width: auto;
}
.search_item>div:nth-child(1) {
  margin-right: 0;
  max-width: 100%;
  text-align: center;
  max-width: 100%;
}
.asf{
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.search_item>div:nth-child(2) {
  width: auto;
  margin: 0;
  max-width: 100%;
  justify-content: space-between;
  width: 100%;
}
.search_item>div:nth-child(3) {
  max-width: 100%;
  margin: 0;
  text-align: center;
}

}
@media screen and (max-width: 700px){
  .modal__container{
    min-width: 100%;
    max-height: 100vh;
  }
  .modal_content{
    padding: 5%;
  }
  .modal_form{
    flex-direction: column;
  }
  .input_modal_wrapper{
    margin-top: 0;
    width: 100%;
  }
  .modal_title {
    font-size: 28px;
  }
  .modal_form_bottom{
    flex-wrap: wrap;
  }
  .modal_form_bottom button{
    width: 100%;
  }

}
@media screen and (max-width: 1253px){
  .hidden_items {
    max-height: 50vh;
    overflow: auto;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.search_form_wrapper input{
  background: white;
}
}
@media screen and (max-width: 1253px){
  .hidden_items .contact + .contact {
    margin-left: 0;
}
  .header_bottom_content{
    align-items: center;
  }
}
@media screen and (max-width: 768px){
  .hidden_items{
    max-height: 40vh;
  }
  .main_grid.inline_goods .product_item{
    flex-wrap: wrap;
    height: auto;
    gap: 10px;
  }
  .main_grid.inline_goods .dop_call{
    width: 55px;
    height: 55px;
  }
  .main_grid.inline_goods .product_item .product_item_bottom{
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .main_grid.inline_goods .product_item .product_item_content{
    order: 2;
    flex-wrap: wrap;
  }
  .main_grid.inline_goods .product_item .product_item_title{
    max-width: 100%;
  }
}
@media screen and (max-width: 700px){
  .insearch_img{
    margin-right: 0;
    width: 300px;
    height: 300px;
  }
  .porduct_page_order{
    flex-wrap: wrap;
  }
  .product_page_btns button{
    width: 100%;
  }
  .product_page_description .product_page_category{
    justify-content: space-between;
  }
  .product_page_description .product_page_art{
    justify-content: space-between;
  }
  .search_section_wrapper form input{
    padding-left: 62px;
  }
  .search_item{
    gap: 20px;
    border: 1px solid #00449e;
    padding: 2%;
  }
  .search_item_title{
    font-size: 25px;
    line-height: 1.2em;
    text-align: center;
  }
  .search_item>div:nth-child(1){
    font-size: 25px;
  }
  .more{
    font-size: 20px;
  }
  .position{
    width: 100%;
  }
  .about_gallery .wrapper{
    justify-content: flex-start;
  }
  .about_gallery .wrapper .about_img{
    width: 100%!important;
    height: auto!important;
  }
  .search_item{
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .search_item>div:nth-child(2){
    flex-direction: row;
  }
  .search_item_title{
    font-size: 18px;
    text-align: left;
  }
  .search_item>div:nth-child(1){
    display: none;
  }
  .search_item .more{
    font-size: 0;
    width: 40px;
    height: 40px;
    background: url(../img/svg/sb.svg)center no-repeat;
    background-size: contain;
    display: block;
  }
  .search_item>div:nth-child(3){
    width: 60px;
  }
  .position{
    width: 60px;
  }
  .insearch_img{
    width: 55px;
    height: 55px;
    object-fit: contain;
    flex-shrink: 0;
  }
  .search_img_container{
    flex-shrink: 0;
  }
  

}

.dop_img_a{
  display: none !important;
}