
.returnForm button {
    width: 280.34px;
    height: 55.722px;
    border-radius: 10px;
    background: #ffd600;
    font-size: 16px;
    font-weight: 500;
}

.top-count .old_price {
    font-size: 16px;
    text-decoration: line-through;
}

.price .old_price {
    text-decoration: line-through;
    font-size: 12px;
    height: 18px;
}

.article-page .text h2 {
    margin-bottom: 24px;
    font-size: 26px;
    font-weight: 500;
    line-height: 46px;
}

.article-page .gallery img {
  border: 0 !important;
  height: auto;
}

.about-page .wrap ul {
    padding-left: 15px;
}
.about-page .wrap li {
    list-style: disc;
    font-size: 16px;
    line-height: 26px;
}

.article-page .gallery .gallery-item {
  width: 47% !important;
}

.article-page .gallery {
  display: flex;
  justify-content: space-between;
}

.info_box_calend {
    color: red;
    margin-bottom: 15px;
}

.item-page .text h2 {
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
}

.price_flex {
  display: flex;
}

.order_btn:disabled,
.order_btn[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc !important;
  color: #666666;
}

@media (max-width: 1200px){
  .footer .logo{
      margin-right: 0;
  }
}

.footer .logo .download a {
    display: inline-block;
    width: 115px;
}

.footer .logo .download a img {
    width: 100%;
}

.item-page .images .image img {
  height: 100% ;
  width: 100%;
  object-fit: cover
 }
 
.item-page .images .image  {
  height: 500px ;
 }

@media (max-width: 767px){
  .item-page .images .image {
    width: 400px;
    height: 333px;
 }
  .slick-slide img {
      width: 100%;
 }
}

@media (max-width: 576px){
  .item-page .images .image {
    height: 210px;
 }
}

.grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.grid .item{
    width: 100%;
}

@media (max-width: 1200px){
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px){
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px){
    .grid{
        gap: 20px;
    }
}


.item {
       display: flex;
    flex-direction: column; 
}

.item .image img {
    height: 253px;
    object-fit: cover;
}

.item .info{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.item .info .name {
    flex-grow: 1;
}
.item .info p {
    /*flex-grow: 1;*/
    height: 100%;
}

.flex-card{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 14px;
    flex-grow: 1;
}

.flex-card .price{
    font-size: 10px;
    line-height: 26px;
}
.flex-card .price span{
    font-size: 16px;
    font-weight: 700;
}
.btn-add{
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #252525;
}
.btn-add svg{
    width: 60%;
    height: 60%;
}
.btn-add span {
    display: none;
}

@media (max-width: 767px){
    .btn-add{
        width: 100%;
        height: 34px;
        border-radius: 1000px;
        background-color: #FFD600;
        font-size: 12px;
        font-weight: 500;
    }
    .btn-add svg{
        display: none;
    }
    .btn-add span{
        display: block;
    }
    .flex-card{
       flex-direction: column;
       align-items: flex-start;
       gap: 10px;
       flex-grow: unset;
    }
    .flex-card .price{
       padding-top: 0;
    }
    .flex-card .price span{
       font-size: 12px;
    }
}

.index-popular-block .item .info span {
    width: max-content;        
}

.image-cursor{
 cursor: pointer;   
}

.grid-col-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.gallery-item{
    height: 216px;
    width: 100% !important;
    margin-bottom: 0 !important;
    cursor: pointer;
    transition: 400ms;
}
.gallery-item:hover{
    opacity: 0.9;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item-page .images .image {
    transition: 400ms;
}
.item-page .images .image:hover{
    opacity: 0.9;
}

@media (max-width: 767px) {
    .grid-col-3{
      grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
@media (max-width: 576px) {
  .gallery-item{
      height: 150px;
  }
}

.reviews-block .swiper-slider{
    padding-bottom:100px;
}

.reviews-block .swiper-slide{
    box-sizing: border-box !important;
}

.reviews-block .swiper .swiper-pagination{
    bottom: 45px;
    top: unset;
      display: flex;
      justify-items: flex-end;
      width: auto;
      left: unset;
      right: 170px;
}

.swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #FFD600;
}


.swiper-slider .swiper-button-prev::after{
    display: none;
}
.swiper-slider .swiper-button-next::after {
    display: none;
}

.swiper-slider .swiper-slider__arrows{
    position: absolute;
    bottom:30px;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media (max-width: 767px){
    .reviews-block .swiper-slider {
        padding-bottom: 70px;
    }
    .swiper-slider .swiper-slider__arrows{
        display: none;
    }
    .reviews-block .swiper .swiper-pagination{
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }
}

.swiper-slider .swiper-slider__arrow{
    color: #D2D2D2;
    background-color: transparent;
    width: 46px;
    height: 46px;  
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #D2D2D2;
    position: relative;
    margin-top: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
}

.swiper-slider .swiper-slider__arrow .swiper-slider__icon{
    width: 50%;
    height: 50%;
    fill: #252525;
}

.swiper-slider .swiper-button-prev{
    border: 2px solid #000;
}
.swiper-slider .swiper-button-next{    
    border: 2px solid #D2D2D2;
}


.autoplay-progress,
.autoplay-progress2,
.autoplay-progress3 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: transparent;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.autoplay-progress svg,
.autoplay-progress2 svg,
.autoplay-progress3 svg {
  --progress: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  stroke: black;
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg) scale(1.25);
}

.index-first-block .content .words{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
.index-first-block .content .words a{
    margin-left: 0;    
}

.swiper-button-prev::after, .swiper-button-next::after{
    display: none;
}

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

.wrap__left{
    
}

.wrap__right{
    
}

.direction-slider-arrows{
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}
.direction-slider-arrows .swiper-slider__arrow{
    color: #D2D2D2;
    background-color: transparent;
    width: 46px;
    height: 46px;  
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #D2D2D2;
    position: relative;
    margin-top: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
}

.direction-slider-arrows .swiper-slider__icon{
    width: 50%;
    height: 50%;
    fill: #252525;
}

.direction-slider-arrows .swiper-button-prev{
    border: 2px solid #000;
}
.direction-slider-arrows .swiper-button-next{    
    border: 2px solid #D2D2D2;
}

.direction-slider .swiper-pagination {
    display: none;
}

@media (max-width: 767px){
    .direction-slider .swiper-pagination {
        display: block;
    }

    .direction-slider {
        padding-bottom: 50px !important;
    }
    .direction-slider-arrows .swiper-slider__arrow {
        display: none;
    }
}

.bottom-button{
    border-radius: 100px;
    background: #F5F5F5;
    padding-top: 0 !important;
  
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    gap: 5px;
    width: max-content;
    margin: 0 auto;
    box-sizing: border-box;  padding: 9px 21px !important;
}

.index-catalog-block .bottom-button a  {
   display: flex;
    width: 32px;
    height: 32px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px;
    line-height: 1;
    box-sizing: border-box;
}
.index-catalog-block .bottom-button span  {
   display: flex;
    width: 32px;
    height: 32px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px;
    line-height: 1;
    box-sizing: border-box;
}

.index-catalog-block .bottom-button svg  {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.header .wrap ul{
    margin-right: auto;
}

.header .logo{
    margin-right: 25px;
}

.header .links {
    margin-right: 65px;
}

.dropdown-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 25px;
   width: 185px;
    box-sizing: border-box;
}

.dropdown a {
    color: #000;
}

.top-text{
    font-weight: 400;
    font-size: 16px;
}

.index-catalog-block .block-name input[type='text']{
 color: #000;   
}
.price{
 
}
.price__text{
    margin-bottom: 15px;
    display: inline-block;
}

.item-select{
    display: block;
    border-radius: 1000px;
    border: 1px solid #E9E9E9;
    height: 30px;
    width: 135px;
    color: #000;
    font-size: 12px;
    padding-left: 12px;
    cursor: pointer;
    background-color: transparent;
}

.index-catalog-block .bottom-button a.btn{
    padding: 18px 39px;
    border-radius: 100px;
    background: #FFD600;
    width: max-content;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reviews-block .content{
    padding: 60px 40px 88px 40px;
}

.blog-card__top {
    display: block;
    height: 228px;
    margin-bottom: 20px;
}
.blog-card__top a {
    height: 100%;
}
.blog-card__top img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 0;
}
.blog-block .top-link {
    color: #454545;
}

.bottom-button.bg-transparent{
    background-color: transparent;
}

.item-page .images .image {
    height: 460px;
}

@media (max-width: 767px){
  .item-page .images .image {
    height: 250px;
    }
}

@media (max-width: 767px){
    .footer .logo .download a {
        display: inline-block;
        width: 135px;
    }
    .flex-card .price{
        width: 100%;
    }
    .item-select{
       width: 100%; 
    }
}

.guide-page .block3 .item .icon {
    margin: 0 auto;
}

.article-page .gallery{
    margin-bottom: 50px !important;
}

.gallery-item {
    height: auto;
}

.article-page .gallery img {
    max-height: 356px;
    border-radius: 15px;
}

.blog-page .item .link {
    width: max-content;
}
@media (max-width: 767px){
    .swiper-pagination{
        bottom: 30px !important;
    }
    .swiper-pagination-bullet {
        width: 7px !important;
        height: 7px !important;
    } 
}

.popup-cart .form .table .item {
    display: flex; 
    flex-direction: row
}

.content{
    box-sizing: border-box;
}

.reviews-slider {
    box-sizing: border-box;
}

.reviews-slider .swiper-slide {
    box-sizing: border-box;
}

.reviews-slider .swiper-wrapper {
    box-sizing: border-box;
}

.reviews-block .content .list2 .item {
    padding-left: 190px;
}

.reviews-block .content .list2 .item .avatar {
    left: 30px;
}

.reviews-block .content .list2 .item .data {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px){
    .reviews-block .content .list2 .item {
        padding-left: 0px;
    }
    .reviews-block .content .list2 .item .avatar {
        left: 0px;
    }
    .reviews-block .content .list2 .item .data {
        justify-content: flex-end
    }
}

.reviews-slider-wrapper{
    position: relative;
}

.reviews-slider{
    padding-bottom: 100px !important;
}

@media (max-width: 767px){
    .reviews-slider{
     padding-bottom: 70px !important;
    }
}
.reviews-slider .swiper-pagination-reviews{
    bottom: 0px !important;
    left: 50% !important;
    transform: translateX(-50%) !important; 
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.reviews-slider-wrapper .swiper-slider__arrows{
    position: absolute;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 256px;
    justify-content: space-between;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
  z-index: 3;
}
.reviews-slider-wrapper .swiper-slider__arrow{
    color: #D2D2D2;
    background-color: transparent;
    width: 46px;
    height: 46px;  
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 2px solid #D2D2D2;
    position: relative;
    margin-top: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
}

.reviews-slider-wrapper .swiper-slider__icon{
    width: 50%;
    height: 50%;
    fill: #252525;
}

.reviews-slider-wrapper .swiper-button-prev{
    border: 2px solid #000;
}
.reviews-slider-wrapper .swiper-button-next{    
    border: 2px solid #D2D2D2;
}

.reviews-slider-wrapper .swiper-pagination {
    display: none;
}

.blog-page .item img {
    border-radius: 15px;
    height: 250px;
}

.blog-slide img{
    border-radius: 15px;
    height: 250px;
    width: 100%;
    margin-bottom: 25px;
    object-fit: cover;
}
@media (max-width: 767px){
    .blog-slide img{
        height: 200px;
    }
}
@media (max-width: 576px){
    .blog-slide img{
        height: 150px;
    }
}
.blog-slide .date {
    margin-bottom: 18px;
    padding: 0 0 0 25px;
    color: #828282;
    font-size: 13px;
    background: url(img/date.svg) no-repeat 0 0;
}
.blog-slide p {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;

}

.blog-slide .link{
        display: inline-block;
    line-height: 20px;
    padding: 7px 40px 7px 20px;
    border-radius: 1000px;
    border: 1px solid #e2e2e2;
    background: url(img/dots.svg) no-repeat right 19px top 50%;
    text-decoration: none;
}

.blog-page .item img{
    object-fit: cover
}

@media (max-width: 767px){
  .blog-page .item img{
    height: 150px;
}
}
.wp-caption{
    max-width: 100%;
}
.wp-caption img{
   border-radius: 15px;
   margin-bottom: 15px;
}

.gallery-item .gallery-icon{
   height: 350px;
   margin-bottom: 20px;
}

.gallery-item .gallery-icon img{
   height: 100%;
   width: 100%;
   object-fit: cover
}

.article-page img{
    border-radius: 15px
}


@media (max-width: 991px){
.gallery-item .gallery-icon{
   height: 300px;
   margin-bottom: 20px;
}
}
@media (max-width: 767px){
.mobile_visible {
    display: block !important;
    margin: 0 auto;
}
.gallery-item .gallery-icon{
   height: 250px;
   margin-bottom: 20px;
}
}
@media (max-width: 576px){
.gallery-item .gallery-icon{
   height: 180px;
   margin-bottom: 20px;
}
}

ol{
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 30px;
}
ol > li:not(:last-child){
    margin-bottom: 10px;
}
.index-popular-block .item{
   height: 490px;
   width: 100%;
   box-sizing: border-box;
   margin-bottom: 0;
}

@media (max-width: 1400px) {
    .index-popular-block .item{
       height: 400px;
    }
}
@media (max-width: 1200px){
    .index-popular-block .item{
       height: 330px;
    }
}
@media (max-width: 767px){
     .index-popular-block .item{
       height: 190px;
    } 
     .index-popular-block .item .info p{
       font-size: 16px;
    } 
}

/*.main-wrap{*/
/*    width: 100%;*/
/*}*/

/*@media (max-width: 1470px){*/
/*    .wrap {*/
/*        padding: 0 50px;*/
/*        width: 100% !important;*/
/*    }*/
/*}*/
.logo a img{
    object-fit: contain;
}

.container{
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.dropdown-box:hover + .dropdown{
        opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    
}
.dropdown:hover{      
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.dropdown-hover{
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 300ms ease;
    transition-delay: 200ms;
}
.dropdown a:hover {
    /*color: #ffd600;*/
}

.dropdown-contacts-box:hover > .dropdown-contacts{
        opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    
}
.dropdown-contacts:hover{      
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.dropdown-contacts{
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 300ms ease;
    transition-delay: 200ms;
}

.grid--cols-6{
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.grid--cols-6 > .item{
    grid-column: span 2;
}

.grid--cols-6 > .item.item--big{
    grid-column: span 3;
}

@media (max-width: 767px){
    .grid--cols-6{
       grid-template-columns: repeat(2, 1fr)
    }
    .grid--cols-6 > .item.item--big{
        grid-column: unset;
    }
    .grid--cols-6 > .item{
        grid-column: unset;
    }
}

.logo__icon{
    margin-bottom: 70px;
    display: block;
}

.social__list{
  display: flex;
align-items: center;
justify-content: center;
gap: 15px;
}

.social__name{
    font-size: 15px;
    color: #252525;
    margin-bottom: 12px;
    display: block;
}

.social__link{
    width: 40px;
height: 40px;
flex-shrink: 0;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
border: 1px solid #DFDFDF;

background: #FBFBFB;
}


@media (max-width: 1200px){
  .footer .logo {
      display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
    }
    
    .logo__icon{
        margin-bottom: 0;
    }
}

@media (max-width: 991px){
   .footer .bottom {
        margin-top: 20px;
    }
}
@media (max-width: 767px){
  .footer .logo {
      flex-direction: column
    } 
    .logo__icon{
        margin-bottom: 30px;
    }
}

@media (max-width: 767px){
   .footer .bottom {
        margin-top: 0;
    }
}
@media (max-width: 576px){
   .footer .contacts {
        padding-bottom: 0;
    }
}

.price__text {
    margin-bottom: 0;
}
.item-page .right-side .form .date-select {
 width: 100%; 
 text-align: center;
     background: #f5f5f5 url(img/calendar2.svg) no-repeat 110px 50%;
}

@media (max-width: 1460px){
    .item-page .right-side .form .date-select {
        background: #f5f5f5 url(img/calendar2.svg) no-repeat 100px 50%;
    }
}
@media (max-width: 1200px){
    .item-page .right-side .form .date-select {
        background: #f5f5f5 url(img/calendar2.svg) no-repeat 410px 50%;
    }
}
@media (max-width: 991px){
    .item-page .right-side .form .date-select {
        background: #f5f5f5 url(img/calendar2.svg) no-repeat 295px 50%;
    }
}
@media (max-width: 767px){
    .item-page .right-side .form .date-select {
        background: #f5f5f5 url(img/calendar2.svg) no-repeat 200px 50%;
    }
}
@media (max-width: 576px){
    .item-page .right-side .form .date-select {
        background: #f5f5f5 url(img/calendar2.svg) no-repeat 100px 50%;
    }
}
@media (max-width: 400px){
    .item-page .right-side .form .date-select {
        background: #f5f5f5 url(img/calendar2.svg) no-repeat 70px 50%;
    }
}
@media (max-width: 330px){
    .item-page .right-side .form .date-select {
        background: #f5f5f5 url(img/calendar2.svg) no-repeat 50px 50%;
    }
}
.popup-login .checkbox + label{
    background: url(img/check-gray.svg) no-repeat 0 0;
}
.popup-login .checkbox:checked + label{
     background: url(img/check-default.svg) no-repeat 0 0;
}

.popup .dropdown-contacts{
    opacity: 1;
    visibility: visible;
    height: auto;
    position: static;
    width: 100%;
    box-shadow: none;
    transform: unset;
}
.popup .dropdown-contacts:hover {
    transform: unset;
}
@media (max-width: 576px){
    .popup .dropdown-contacts {
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .popup .dropdown-contacts .mess.flex {
        display: flex;
        flex-direction: column;
        align-items: center
        margin: 0 auto;
        gap: 10px;
    }
    .popup .dropdown-contacts .links.flex{
             display: flex;
        flex-direction: column;
        align-items: center
        margin: 0 auto;
        gap: 10px; 
    }
}

.date-select:hover {
    transition: 300ms ease;
    cursor: pointer;
    background-color: #FFD600 !important;
}

.jsCalendar-datepicker-wrappper{
    transform: translateY(45px);
}

@media (max-width: 1470px){
     .item-page .right-side{
        width: 33%;
    }
    .item-page .text {
        width: 62%;
    }
}
@media (max-width: 1200px){
    .item-page .right-side {
        width: 100%;
    }
}

@media (max-width: 1200px){
    .item-page .text {
        width: 100%;
    }
}

@media(max-width: 767px){
    .grid-mobile-flex{
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .index-popular-block .item {
            width: calc(50% - 10px)
    }  
}
.index-search-block{
 display: none !important;   
}

.date-select{
    background: none !important;
}
.date-select-wrap{
 cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;  
    background-color: #f5f5f5;
    border-radius: 100px;
    transition: 200ms ease;
    position: relative;
    gap: 10px;
}

.date-select-wrap:hover {
    background-color: #ffd600;
}

.date-select-wrap .date-select {
    width: auto !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    position: static !important;
    text-align: left !important;
    display: flex !important;
    align-items: center !important;
        justify-content: center !important;
width: 100px !important ;
    
}
.date-select-wrap svg{
    width: 13px;
    left: 13px;
}
.date-select-wrap .date-select:hover {
    background-color: transparent !important;
}
.dropdown-cap input{
    margin-top: 0 !important;
}

.main-filter-grid{
    display: grid !important;
    grid-template-columns: 1fr 150px !important;
    max-width: 620px;
    margin: 0 auto;
    align-items: center;
}

.dropdown-cap {
    width: 100%;
}
.index-first-block .content form button{
    width: 100%;
}

.main-filter-grid .date-select-wrap {
    height: 100%;
    background-color: transparent;
    width: auto;
}
.main-filter-grid .date-select-wrap .date-select {
    background-color: transparent;
    width: auto !important; 
}


@media (max-width: 991px){
     .main-filter-grid{
      grid-template-columns: 1fr 130px !important
    }
}
@media (max-width: 576{
    .main-filter-grid{
        grid-template-columns: 1fr !important; 
        gap: 10px;    

    }
    .main-filter-grid .dropdown-cap {
        height: 45px;
        
    }
    
    .main-filter-grid .date-select-wrap {
        justify-content: flex-start;
    }
}

@media (max-width: 1199px){
    .header .links {
        margin-right: 0 !important;
    }
}
@media (max-width: 1199px){
    .header .links {
        display: flex;
        align-items: center;
    }
}

.dropdown-cap{
    border-right: none;
}

@media (max-width: 767px) {
 .index-first-block .content form {
 }   
}
@media (max-width: 576px) {
 .main-filter-grid {
      grid-template-columns: 1fr !important
 }   
}

/* .header{
    display: none !important;
} */