body {
    width: 95%;
    margin: 5px auto;
    max-width: 1300px;

    /* font-size: 14px; */
    /* font-family: Roboto, sans-serif; */
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    font-weight: 400;

    /* -webkit-font-smoothing: antialiased; */

    /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
    line-height: 1.7142857143;
    /* color: #4c4c4c; */
    background-color: #fff;
}

.es-embed-root {
    text-indent: initial !important;
}

/* PRODLIST */

.button-link{
    text-decoration: none;
    color: #f1f1f1;
}
.button-link:hover{
    color: #f1f1f1;
}

#results {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.results_product_item {
    width: 100%;
}

/* @media only screen and (min-width: 800px) {
    .results_product_item {
        width: 35%;
    }
}

@media only screen and (min-width: 1300px) {
    .results_product_item {
        width: 30%;
    }
} */

.results_product_item_image_container {
    display: block;
    overflow: hidden;
    width: 90%;
}

.results_product_item_image {
    display: block;
    transition: 0.4s;
    position: relative;
    max-height: 360px;
    border-radius: 5px;
}

.results_product_item_image_container:hover
.results_product_item_image {
    transform: scale(1.2);
}

.product_item {
    justify-content: space-evenly;
    display: flex;
    flex-wrap: wrap;
}
.product-card {
    /*display: block;*/
    /*height: inherit;*/
    max-height: 540px;
    /*max-height: 450px;*/
    background: #fff;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 30%);
    border: 1px solid #f2f2f2;
    padding: 15px;
    position: relative;
    overflow: hidden;
    /* z-index: 1000; */
    /*box-sizing: border-box;*/
}

.product-title {
    font-size: 1.6rem;
    line-height: 3.0rem;
    font-family: 'Roboto', sans-serif;
}

.product-title a {
    color: #1a1a1a;
    text-decoration: none;
}
.product-title a:hover {
    color: #0c9c0d;
    text-decoration: none;
}

.product-caption {
    overflow: hidden;
    margin-bottom: 20px;
}

.product-description {
    /* height: 200px; */
    font-size: 1.0rem;
    line-height: 1.2rem;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-description a {
    color: #1a1a1a;
    text-decoration: none;
}
.product-description a:hover {
    color: #0c9c0d;
    text-decoration: none;
}

.product-prices {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 2.0rem;
    font-family: 'Roboto', sans-serif;
    margin-top: 1rem;
}

/* PRODLIST */

h1 {
    text-indent: 0px;
    /* text-align: center; */
}

.custom_ul {
    list-style: none;
    padding-left: 0;
}

.custom_ul .custom_li {
    position: relative;
    padding-left: 30px; /* Отступ для текста от маркера */
    margin-bottom: 8px; /* Расстояние между элементами списка */
    line-height: 1.5; /* Расстояние между строками */
}

.custom_ul .custom_li:before {
    content: "+"; /* Текстовый маркер в виде плюса */
    color: #FF0000; /* Цвет плюса */
    font-size: 24px; /* Размер плюса */
    position: relative; /* Используем относительное позиционирование */
    left: -30px; /* Горизонтальное смещение маркера относительно текста */
    top: -0.5px; /* Вертикальное смещение маркера относительно текста */
    transform: translateY(-50%);
    margin-right: -10px; /* Отступ между маркером и текстом */
    opacity: 0.5; /* Начальная непрозрачность маркера */
    transition: opacity 0.3s ease-in-out; /* Анимация перехода непрозрачности */
}

.custom_ul .custom_li:hover:before {
    opacity: 1; /* При наведении делаем маркер полностью видимым */
}

.custom_ul .comment_li {
    position: relative;
    padding-left: 30px; /* Отступ для текста от маркера */
    text-indent: 0px;
    margin-bottom: 8px; /* Расстояние между элементами списка */
    line-height: 1.5; /* Расстояние между строками */
}
.custom_ul .comment_li:before {   
    position: relative; /* Используем относительное позиционирование */
}

.custom_ul .comment_li:hover:before {
    opacity: 1; /* При наведении делаем маркер полностью видимым */
}

li {
    display: block;
}

/*////////////////////////////////////////////////////// Fill button styling //////////////////////////////////////////////////////*/
.fill {
    border-radius: 8px;
    font-size: 20px;
    letter-spacing: 1px;
    outline: 0;
    border: 1px solid black;
    cursor: pointer;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    width: 90%;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
    padding: 15px;
    font-weight: 700;
}

.fill::after {
    border-radius: 8px;
    content: "";
    background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
    box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px;

    /* background: #6c020f linear-gradient(#e21d25, #6c020f); */
    /* box-shadow: inset #4f030c 0 -1px 1px, inset 0 1px 1px #63292b, #500f14 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px; */
    
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 7px;
    left: 7px;
    transition: 0.2s;
}

.fill:hover::after {
    top: 0px;
    left: 0px;
}

/*////////////////////////////////////////////////////// End of Fill Button  //////////////////////////////////////////////////////*/


.service_description {
    background-color: #f1f1f1;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    text-align: justify;
    text-indent: 30px;
}

.service_description a{
    color: #333;
}

.legal_description {
    background-color: #f1f1f1;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 14px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: left;
    border-radius: 8px;
    text-align: justify;
    text-indent: 0px;
}

/* ////////////////////////////////////////////////////// LISTE DE SERVICES //////////////////////////////////////////////////////*/

.dropdown {
    position: relative;
    display: inline-block;
}

/* Выпадающее содержимое (скрыто по умолчанию) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content li {
    padding-top: 4px;
    float: none;
}

/* Ссылки внутри выпадающего списка */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 8px;

    /* background: white; */
    /* #ce020f linear-gradient(#d18285, #ce020f); */
    /* #0c9c0d linear-gradient(#82d18d, #0c9c0d); */

    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px;
    /* inset #de2635 0 -1px 1px, inset 0 1px 1px #ff989b, #aa3c40 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px; */
}

/* Изменение цвета выпадающих ссылок при наведении курсора */
.dropdown-content a:hover {
    /* background-color: #ddd; */
    color: white;
    background: #333;
    background: rgba(51, 51, 51, 0.75);
    /* Будет полупрозрачным */
    text-decoration: underline;
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.1);

    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
    border-radius: 8px;
}

/* Показать выпадающее меню (используйте JS, чтобы добавить этот класс .dropdown-content содержимого, когда пользователь нажимает на кнопку выпадающего списка) */
.show {
    display: block;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


.cathover {
    opacity: 1;
    color: #edbe00;
    background-color: #3f3f3fad;
    width: 100%;
    height: 100%;
    /*padding-top: 60px;*/
    line-height: 210px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    /*vertical-align: middle;*/
    text-size-adjust: auto;
}

.overlay-image {
    position: relative;
    width: 100%;
}

.overlay-image .hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0;
    transition: .5s ease;
}

.overlay-image:hover .hover {
    opacity: 1;
}

.item-img {
    border-radius: 8px;
    height: 280px;
    width: 420px;
}

.item-img-prod-desc {
    border-radius: 8px;
    /* height: 280px;
    width: 420px; */
}

.item-title {
    font-size: 30px;
    font-weight: 800;
    position: absolute;
    color: #fff;
    top: 30%;
    width: 100%;
    text-align: center;
    text-shadow: 1px 1px 2px black, 0 0 1em rgb(250, 248, 248);
    /* Параметры тени */
    font-size: 2em;
    /* Размер надписи */
}

.item-img-desc {
    border-radius: 8px;
    height: 280px;
    width: 420px;
}

.button_promo {
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    position: relative;
    display: inline-block;
    /* font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif; */
    /* font-size: 1em; */
    /* font-weight: 500; */
    color: rgb(245, 245, 245);
    text-shadow: 0 -1px rgba(0, 0, 0, .1);
    text-decoration: none;
    user-select: none;
    /* padding: .3em 1em; */
    outline: none;
    border: none;
    border-radius: 3px;
    background:
        /* #ce020f linear-gradient(#d18285, #ce020f); */
        #0c9c0d linear-gradient(#82d18d, #0c9c0d);
    box-shadow:
        inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px;
    /* inset #de2635 0 -1px 1px, inset 0 1px 1px #ff989b, #aa3c40 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px; */
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
}

/* #button_promo:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    cursor: pointer;
}

#button_promo:active {
    top: 1px;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 5px #ffd, 0 0 8px #fff;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, .3), 0 1px 1px #fff, inset 0 1px 2px rgba(0, 0, 0, .8), inset 0 -1px 0 rgba(0, 0, 0, .05);
} */

@-webkit-keyframes pulsate {
    50% {
        color: #fff;
        text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 5px #ffd, 0 0 8px #fff;
    }
}

@keyframes pulsate {
    50% {
        color: #fff;
        text-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 5px #ffd, 0 0 8px #fff;
    }
}

.uppercase {
    font-size: 10px;
    text-transform: uppercase;
}

.header_logo {
    width: 60%;
}

header .header-content .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 50px;
    justify-content: end;
}

.background-media {
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 0;
    overflow: hidden;
    filter: brightness(70%);

    background-image: url(/assets/images/footer/footer_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% -3.76862px;
    /*height: 300px;*/
}

.background-media,
.background-overlay {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.section {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.container,
.container-fullwidth {
    position: relative;
    z-index: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.figure {
    /* display: inline-block;
    vertical-align: top; */
    position: relative;
    max-width: 100%;
}

.figure-image {
    display: block;
    position: relative;
    overflow: hidden;
}

.text-light {
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em rgb(250, 248, 248);
    font-size: 20px;
}

.text-light a{
    color: white;
}

.text-light a:hover{
    color: black;
}

.element-bottom-20 {
    margin-bottom: 20px !important;
}

.element-top-20 {
    margin-top: 20px !important;
}

.row.main-adv img {
    max-width: 70px;
}

.figure-image img {
    transition: all .5s;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.image-service:hover {
    transform: scale(1.1);
}


.slogan {
    border: 2px solid #0c9c0d;
    font-size: 16px;
    font-style: italic;
    margin: 16px 31px 31px 16px;
    padding: 16px 24px;
    position: relative;
    box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, 15px 15px 0 0 #3caa3c, rgba(0, 0, 0, .3) 0 2px 5px;
    font-size: 25px;
    text-decoration: none;
    text-shadow: 1px 2px 2px #a4a6a4;
    font-weight: 400;
}

.contacts {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 10px;
    padding-left: 30px;
    font-size: 25px;
    color: #fff;
    border-radius: 8px;
    text-shadow: 1px 1px 2px black, 0 0 1em rgb(250, 248, 248);
    background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
    box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
}

/* .mail {
    position: absolute;
    bottom: -130px;
    left: 110px;
    font-size: 40px;
} */

/* .slogan {
    position: relative;
    font-size: 26px;
    margin: 16px 16px 46px 16px;
    border: 2px solid black;
    border-radius:20px;
    padding: 25px;
    text-shadow: 1px 1px 1px #a4a6a4;
}
.slogan::after {
    content:"";
    position: absolute;
    border: 2px solid black;
    border-radius: 0 50px 0 0;
    width: 40px;
    height: 40px;
    bottom: -40px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 2; 
    box-sizing: border-box;
    text-shadow: 1px 1px 1px #a4a6a4;
} 
.slogan::before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #FFF;
    bottom: -3px;
    left: 50px;
    z-index: 1;
}
.slogan a {
    color: #0c9c0d;
    text-shadow: 1px 1px 1px #a4a6a4;
}
.slogan a:hover {
    color: #0c9c0d;
} */

.icon-phone-header {
    /* font-size: 30px; */
    position: absolute;
    bottom: -60px;
    left: 110px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #a4a6a4;
    width: 30px;
}

.icon-phone-footer {
    width: 22px;
}
.icon-mail-footer {
    /* font-size: 30px;
    text-decoration: none;
    text-shadow: 1px 1px 2px black, 0 0 1em rgb(250, 248, 248); */
    width: 22px;
}

.tel-footer {
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em rgb(250, 248, 248);
    font-size: 20px;
    text-decoration: none;
}
.tel-footer:hover {
    color: black;
}

.mail-footer {
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em rgb(250, 248, 248);
    font-size: 20px;
    text-decoration: none;
}
.mail-footer:hover {
    color: black;
}

.phone {
    margin: 0 10px;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 20px;
    text-shadow: 1px 2px 2px #a4a6a4;
}

.tel {
    color: black;
    font-size: 40px;
    position: absolute;
    bottom: -80px;
    left: 170px;
    text-decoration: none;
    text-shadow: 1px 1px 1px #a4a6a4;
}

.tel:hover {
    color: #0c9c0d;
}


@media (max-width: 1200px) {
    .slogan {
        font-size: 20px;
        padding: 8px;
    }
    .tel {
        font-size: 22px;
        bottom: -55px;
        left: 150px;
    }

    .icon-phone-header {
        font-size: 20px;
        bottom: -45px;
        width: 20px;
    }

    .icon-phone-footer {
        width: 18px;
    }

    .icon-mail-footer {
        width: 18px;
    }
}


/* 

.corp-img {
    padding: 5px;
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px;
}

.vc_clearfix:after,
.vc_clearfix:before {
    content: " ";
    display: table;
}

.vc_row:after,
.vc_row:before {
    content: " ";
    display: table;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}

.vc_column_container .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
} */


/* @import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap'); */

button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #fff;
    background-color: crimson;
}

.content {
    padding: 100px;
}

/* .open-btn {
    padding: 15px;
    font-weight: 700;
} */

.modals {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 5;
}

.modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    height: 420px;
    background-color: #fff;
    padding: 30px;
    display: block;

    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    font-size: medium;
    /* margin-top: 50px;
    padding-top: 20px; */
    align-self: center;
    /*float: left;*/
    /* z-index: 1; */
    /*position: absolute;*/
    /*background-color: #FFFFFF;*/
    /* width: 300px;
    height: 400px; */
    border-radius: 10px;
    box-shadow: -3px -3px 9px #aaa9a9a2,
        3px 3px 7px rgba(147, 149, 151, 0.671);
    /* margin-left: auto;
    margin-right: auto; */
    border-top: solid 1px rgba(255, 255, 255, .5);
    /*box-shadow: 0px 2px 7px rgba(0,0,0,0.2);*/
    /* overflow: hidden; */
    /* -webkit-transition: all .5s ease; */
    /* transition: all .5s ease; */
    /*background-color: transparent;*/
    background-color: #f6f6f6;
    ;
}

.modal__btn {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 15px;
    height: 15px;
    background-image: url(/assets/images/header/close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

/* .form {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
}

.form__input {
	height: 40px;
	padding-left: 10px;
	margin-bottom: 30px;
} */

.form__btn {
    height: 40px;
}

.mobile-close {
    display: none;
}

.is-open {
    display: block;
}

@media (max-width: 576px) {
    .modal {
        padding: 50px 30px;
        top: auto;
        bottom: 0;
        left: 0;
        transform: none;
        transform: translateY(150vh);
        width: 95%;
        height: 70vh;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
        transition: transform 0.3s;
    }

    .modal input {
        width: 80vw;
    }

    .modal textarea {
        width: 80vw;
    }

    .visible {
        transform: translateY(0);
        transition: transform 0.3s;
    }

    .modal__btn {
        display: none;
    }

    .form {
        margin: 30px 0;
    }

    .mobile-close {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 50px;
        display: block;
        background-color: transparent;
    }

    .mobile-close::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translate(-50%, -50%);
        width: 50px;
        height: 2px;
        background-color: #bfbfbf;
    }

    .is-open {
        display: block;
    }
}


/* .promo-content .decor {
    max-width: 670px;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 15px;
} */

.service_title {
    text-shadow: 1px 2px 2px #a4a6a4;
    text-align: center;
}

.pretty-header {
    font-size: 22px;
    line-height: 22px;
    margin: 20px 0px;
    position: relative;
    overflow: hidden;
    text-shadow: 1px 2px 2px #a4a6a4;
}

.left-right-line-header {
    text-align: center;
}

.left-right-line-header:before {
    content: "";
    border-bottom: 1px solid #0c9c0d;
    width: 50%;
    height: 0.5em;
    position: absolute;
    top: 0px;
    margin-left: calc(-50% - 10px);
}

.left-right-line-header:after {
    content: "";
    border-bottom: 1px solid #0c9c0d;
    width: 50%;
    height: 0.5em;
    position: absolute;
    top: 0px;
    margin-left: 10px;
}



/* #cookie_notification{
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  }
  
  #cookie_notification p{
    margin: 0;
    font-size: 0.7rem;
    text-align: justify;
  }

  .cookie_accept {
    border-radius: 4px;
    background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
    box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0, 0, 0, .3) 0 2px 5px;
    padding: 4px;
  }

  .cookie_accept:hover {
    color: #000;
  }

  @media (min-width: 576px){
    #cookie_notification.show{
      display: flex;
    }
    .cookie_accept{
      margin: 0 0 0 25px;
    }
  }
  
  @media (max-width: 575px){
    #cookie_notification.show{
      display: block;
      text-align: left;
    }
    .cookie_accept{
      margin: 10px 0 0 0;
    }
  } */