img.smt-img-thumbnail {
}

img.smt-img-thumbnail-left {
}

img.smt-img-thumbnail-right {
}

a.schedule_btn_popup {
    padding: 10px;
    background: rgba(202, 40, 191, 1);
    color: white;
    font-size: 18px;
}

a#popup_order_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: white;
    z-index: 999;
    height: 100px;
    width: 100px;
    text-align: center;
    display: flex;
    border-radius: 50%;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    justify-content: center;
    background: linear-gradient(90deg, rgba(202, 40, 191, 1) 0%, rgba(230, 129, 247, 1) 100%);
}

.footer_map{
  margin-top: 20px;
}

.footer_map iframe{
  border-radius: 20px;
}

a.article_btn_popup {
    background-image: none;
    padding: 10px;
    color: #fff;
}

.smt-slide_bg .smt-slide__content{
  background-color: rgb(32 46 59 / 50%);
}

.smt-content__main {
  display: flex;
  flex-direction: column;
}

.smt-content__main .smt-news-list{
  order:2
}

@media(max-width: 768px){
  .footer_map{
    padding: 0px 20px;
  }
}


@media(max-width: 768px){
  .smt-menu__list  .smt-menu__item .smt-menu__list{
    display: none;
  }

  .smt-menu__list .smt-menu__link_has-submenu:after{
    display: none
  }

  .smt-content__main .services-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .smt-content__main .services-item{
    width: 100%!important;
  }

  .smt-wrapper>.smt-content>.container>.row{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .smt-wrapper>.smt-content>.container>.row>.smt-content__sidebar{
    order: 2;
  }

  .smt-slider__item{
    background-position: right center;
  }
}

@media(max-width: 520px){
  .smt-content__main .services-list{
    grid-template-columns: 1fr;
  }
}

.cookie-apply{
    display: none;
    position: fixed;
    bottom: 10px;
    right: 0px;
    width: 100%;
    max-width: 95%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    z-index: 999999996;
    border-radius: 10px;
    padding: 10px 40px;
    box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, .4);
}

.cookie-apply p{
	    padding-right: 40px;
            margin-bottom: 5px
}


#cookie_accept{
    background-color: #59DB57;
    /* position: absolute; */
    margin-top:10px;
    margin-bottom: 5px;
    border-radius: 10px;
        
}
#cookie_decline{
    background-color: #000000;
    /* position: absolute; */
    margin-bottom: 5px;
margin-top:10px;
    margin-left: 10px;
    left: 110px;
    border-radius: 10px;
}

#whatsapp-button{
    position: fixed;
    bottom: 110px;
    left: 5px;
    width:fit-content;
    z-index: 999999996;
    border-radius: 10px;
}
#my_button{
    width: 15%;
    max-width: 30%;
}

@media(max-width: 576px){
	.cookie-apply{
		padding: 15px;
	}
}

@media(max-width: 768px){

#whatsapp-button{
    left: 15px;
}

#my_button{
    width: 130px;
    max-width: 130px;
}

}