div.categories_list {
    /*display: flex;*/
    /*flex-direction: row;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    /*width: 100%;*/
    height: 35vh;
}
a.categories_list_item {
    /*overflow: hidden;*/
    /*position: relative;*/
    /*width: calc(50% - .5rem);*/
    height: calc(50% - 1.5rem);
    /*padding: 1rem;*/
    /*background-color: #fff;*/
    /*transition: border 500ms;*/
    /*cursor: pointer;*/
    /*border: 1px solid transparent;*/
}
.label_smoke {
    position: absolute;
    top: 0%;
    right: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24rem;
    height: 4.5rem;
    border: 2px solid dimgrey;
    border-radius: 20px;
    background-color: #fff; }
@media screen and (max-width: 1024px) {
    .label_smoke {
        width: 20rem;
        height: 7.5rem; } }
@media screen and (max-width: 1024px) and (max-width: 767px) {
    .label_smoke {
        width: 9rem;
        height: 4rem; } }

.label_smoke > p {
    line-height: 2.2rem;
    color: dimgrey;
    font-family: "Lato Bold", sans-serif; }
@media screen and (max-width: 1024px) {
    .label_smoke > p {
        line-height: 4rem; } }
@media screen and (max-width: 1024px) and (max-width: 767px) {
    .label_smoke > p {
        font-size: 1.5rem;
        line-height: 2rem; } }
.label_smoke_for_page_product {
    right: 0;
    top: 5%; }
@media screen and (max-width: 1024px) {
    .label_smoke_for_page_product {
        right: 5%; } }

.contact_form_title {
    display: block;
}
.main_why_catalog_list_title_fix {
  font-family: "Lato Bold", sans-serif;
  font-size: 2.4rem;
  color: #FFF;
  line-height: 2.4rem;
  position: absolute;
  transform: translate(-50%,-50%);
  bottom: 9%;
  left: 15%;
}
