* { 
    box-sizing: border-box; 
}
html {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
body {
    background: #FFFFFF;
    width: 100%;
    height: 100%;
    min-height: 1000px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    font-family: sans-serif;
    font-size: 16px;
}
h1 {
    font-size: 21px;
} 
h2, h3, h4 {
    font-size: 18px;
}
img {
    max-width: 100%;
    height: auto;
}
button {
    cursor: pointer;
}
.img-responsive {
    width:100%;
    height: auto;
}
.a-left {
    text-align: left;
}
.a-right {
    text-align: right;
}
.a-center {
    text-align: center;
}

/*==================== Header =====================*/
.header {
    width:100%;
    min-height: 80px;
}
.header-phone {
    margin: 20px 0px;
}
.header-email {
    margin: 20px 0px;
}
.header-phone a, .header-email a {
    color:#111;
}
.header-button {
    margin: 12px 0px;
}
.social-icon {
    width: 35px;
    height: 35px;
    margin: 20px 15px; 
    padding: 0px 0px;
}
.top {
    width: 100%;
    min-height:26px;
    background: #111;
    font-size: 14px;
}
.top .col2 {
    padding: 5px 0px;
}
.top-link {
    font-size: 14px;
    padding: 7px 0px!important;
}
.top-phone {
    font-size: 16px;
    padding: 6px 0px;
}
.header .top a {
    color:#fff;
    text-decoration:none;
    font-weight:normal;
}
/*============== Button Cta ==================*/
.button-cta {
    padding: 6px 10px;
    background: #f44336;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #f44336;
    margin-top: 10px !important;
    width: 200px;
    float: right;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; }
}
.button-cta:hover {
    background: #FFF;
    color: #f44336;
}
.button-cta:hover a{
    background: #FFF;
    color: #f44336;
}
.button-cta a {
    text-decoration:none;
    color:#FFF;
}
.button-cta:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.7) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/*============== Modal window Cta =============*/
.modal-window-contact-action {
    display: none;
    position: fixed;
    top: 150px;
    left: 40%;
    margin: 0 auto;
    width: 350px;
    height: 450px;
    background: #FFF;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px #666;
    transition: 0.5s;
    z-index: 1100;
}
.open-mwca {
    display: block !important;
}
.modal-window-contact-action img {
    width: 200px;
    height:auto;
}
.close-button-mwca {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}
.custom-select select {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none; /* Убираем стандартную стрелку */
    background-color: white;
}
.button-form {
    float:none;
}
/* Кастомная стрелка */
.custom-select::after {
    content: '▼'; /* Символ стрелки */
    position: absolute;
    top: 67%;
    right: 1.5rem;
    transform: translateY(-50%);
    pointer-events: none; /* Чтобы не блокировать клики на select */
    color: #666;
}
.form-cta {
    text-align: left;
    font-size: 14px;
}
.form-text {
    font-size: 14px;
    text-align:center;
    margin-bottom: 15px;
}
/* Стили для формы */
.form-group {
    margin-bottom: 0.5rem; 
}
.form-group label {
    display: block; 
    margin-bottom: 0.5rem; 
    font-weight: bold; 
    font-size:14px;
}
.form-group input, .form-group select {
    width: 100%; /* Ширина на всю доступную ширину */
    padding: 0.5rem; /* Внутренние отступы */
    font-size: 1rem; /* Размер шрифта */
    border: 1px solid #ccc; /* Граница */
    border-radius: 4px; /* Скругление углов */
}
.form-group select {
    appearance: none; /* Убираем стандартный вид select */
    background-color: white; /* Фон */
}
/*=============== Menu-panel ===================*/
.menu-panel {
    background: #FFFFFF;
    width: 100%;
    height: 52px;
    position: relative;
    border-top: 2px solid #111;
    /* box-shadow: 0px -1px 20px 5px #111; */
    z-index: 1000px;
    border-bottom: 1px solid #e5e5e5;
    /*overflow-y: hidden;*/
}
.menu-panel.sticky {
    position: fixed;
    top: 0;
    z-index: 1000;
}
.main-menu {
    width:100%;
    height: auto;
    position: relative;
}
.main-menu ul {
    width:100%;
    height: auto;
    position: relative;
    list-style-type:  none;
    padding: 0px 0px;
    margin: 0px 0px;
}
.main-menu ul li {
    float: left;
    padding: 18px 8px;
    transition: 0.3s;
    height:49px;
}
.main-menu ul li:hover > .sub-menu {
    display: block;
    transition: 0.3s;
}
.main-menu ul li a { 
    color: #111;
    text-decoration: none;
}
.main-menu ul li:hover { 
    background: #f44336;
    transition: 0.3s;
}
.main-menu ul li:hover a { 
    color: #FFF;
    transition: 0.3s;
}
.main-menu .sub-menu {
    position:absolute;
    width:270px;
    height: auto;
    margin: 16px -16px;
    box-shadow: 0px 10px 25px 0px #333;
    transition: 0.3s;
    display: none;
    z-index: 1001;
}
.main-menu .sub-menu ul li a { 
    color: #111111 !important;                                                                                                                                                                                       ;
    text-decoration: none;
}
.main-menu .sub-menu ul li { 
    background: #FFF;
    width: 100%;
    padding: 6px 10px !important;
    border-bottom: 1px solid #e5e5e5;
    transition: 0.3s;
}
.main-menu .sub-menu ul li:hover { 
    background: #f44336;
    transition: 0.3s;
}
.main-menu .sub-menu ul li:hover a { 
    color: #FFF !important;
}
.svg-home {
    display: flex;
    align-items: center;
}
.svg-img {
    width: 24px;
    height: 24px;
    margin: -3px 10px -3px -10px;
}
/*=============== Footer ================*/
.footer {
    background: #111;
    color: #fff;
    z-index: 900px;
}
.footer a {
    text-decoration: none;
    color: #fff;
}
.footer a:hover {
    color: #CCC;
}
.footer-cpr {
    width: 100%;
    padding: 8px 0px;
    background: #000;
    color:#FFF;
}
.footer-pay {
    padding: 4px 20px;
    width: 300px;
    background: #FFF;
    border-radius: 25px;
    height: 36px;
    text-align: center;
}
.footer-cpr a {
    color:#FFF;
}
/*============= Breadcrumbs ==============*/
.breadcrumbs {
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 8px;
    font-size: 14px;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
}

.breadcrumbs li {
    display: flex;
    align-items: center;
}

.breadcrumbs li a {
    text-decoration: underline;
    color: #222;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
}

.breadcrumbs li:not(:last-child)::after {
    content: ">";
    margin-left: 8px;
    color: #999;
}
.row-auto {
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.col {
    padding: 10px 0px;
}
/*================= HomePage =================*/
.promiseblock {
    width: 100%;
    position: relative;
    padding: 10px 0px;
    background: #f2f2f2;
    margin: -5px 0px;
}
.iconsets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-between;
    align-items: center;
    margin: 0px;
}
.iconsetelement {
    padding: 10px 5px 5px 5px;
    background: #FFFFFF;
    border: 0px solid #666666;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #111;
    min-height: 290px;
    margin: 5px;
    font-family: sans-serif;
    width: 180px;
}
.iconsetelement:hover {
    box-shadow: 0px 0px 10px 0px #CCC;
}
.iconsetelement img {
    width:80px;
}
.service-hp {
    width:128px;
    height:128px;
    padding-top: 10px;
}
.service-hp-text {
    max-width: 825px;
    padding: 0px 15px;
}
.imghpbl {
    border-radius: 10px;
    transition: 0.6s;
}
.imghpbl:hover {
    box-shadow: 0px 0px 10px 0px #CCC;
    transition: 0.6s;
}
.imgcolhp {
    margin:5px;
}
/*=============  Last Posts Widget =================*/
.related-posts-grid-hp {
    display: flex;
    gap: 20px;
    flex-direction:row;
}
.related-posts-widget-hp {
    background: #fff;
    border-radius: 12px;
    box-shadow: none;
    padding: 0px;
    margin-bottom: 32px;
}
/*=============== Калькулятор ================*/
.calcblock {
}
.calcblockin {
    background: #ffffff;
    padding: 15px;
    border-radius: 25px;
}
.calcblock h2 {
    text-align:center;
    border-bottom: 3px solid #91C445;
    line-height: 1.5;
}
.object-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 25px 0;
}
.obj-btn {
    padding: 12px 20px;
    font-size: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background: #e0e0e0;
    transition: all 0.3s;
}
.obj-btn:hover {
    background: #d0d0d0;
}
.obj-btn.plus {
    background: #e8f5e9;
}
.obj-btn.plus.active {
    background: #4CAF50;
    color: white;
}
.obj-btn.minus {
    background: #ffebee;
}
.obj-btn.minus.active {
    background: #f44336;
    color: white;
}
.obj-number {
    padding: 12px 25px;
    font-size: 20px;
    font-weight: bold;
    background: white;
    border-radius: 8px;
    min-width: 30px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 25px 0;
}
.image-item {
    border: 3px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    background: white;
    transition: all 0.3s;
}
.image-item.selected {
    border-color: #2196F3;
    background: #e3f2fd;
    transform: scale(1.05);
}
.image-item img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 5px;
}
.image-title {
    font-weight: bold;
    text-align: center;
}
.image-price {
    margin-top: 8px;
    font-weight: bold;
    color: #2c3e50;
}
.result {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}
.total {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
    margin-top: 15px;
    text-align: center;
}
.calculation {
    margin-top: 15px;
    padding: 12px;
    background: #FFFFFF;
    border-radius: 8px;
    font-family: monospace;
}
/*================= Blog ===================*/
.category-article {
    width:100%;
    height:auto;
    padding:10px;
    margin-bottom: 15px;
    position:relative;
    border-radius:5px;
    border:1px solid #CCCCCC;
    transition:0.5s;
}
.category-article:hover {
    border:1px solid #666666;
    box-shadow:0px 0px 10px 0px #CCC;
    transition:0.5s;
}
.image-page-category {
    width:170px;
    height:auto;
}
.a-content-center {
    align-content: center;
}
.author-pub-date {
    font-style:italic;
    color:#666;
}
/*================= Mobile =================*/
@media only screen and (max-width : 767px) {
    .col2, .col3, .col4, .col8, .col12 {
        width: 100%;
        padding: 10px 0px;
    }
    .container {
        width:100%;
        height: auto;
        position: relative;
        margin: 0 0;
        padding:0px 10px;
    }
    .row {
        display:flex;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .sidebar {
        width:100%;
        height: auto;
        min-height:300px;
        background-color: none;
        padding: 10px;
    }
    .page-content {
        width:100%;
        height: auto;
        min-height: 300px;
        padding:0px 0px;
        min-height: 1000px;
    }
    .hidden-xs {
        display: none;
    }
    .top-phone {
        text-align: center;
    }
    .modal-window-contact-action {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        justify-content: center;
        align-items: center;
        padding:10px;
        box-shadow: none;
        z-index: 1100;
    }
    .header .logo {
        margin-top: 10px;
    }
    .mobile-menu-button {
        width:100px;
    }
    .mobile-phone {
        width:160px;
    }
    .social-icon {
        margin: 20px 15px 20px 15px; 
    }
    .iconsetelement {
        min-height: 315px;
        margin: 2px;
        font-family: sans-serif;
        width: 155px;
    }
   .calcblockin {
        background: #f2f2f2;
    }
    .calcblockin {
        padding: 5px;
    }
    .image-item {
        padding: 5px;
        width: 100px;
        font-size: 0.8em;
    }
    .related-posts-grid-hp {
        display: flex;
        gap: 20px;
        flex-direction:column;
    }
    .related-posts-widget-hp {
        box-shadow: none;
        padding: 24px;
        margin-bottom: 32px;
    }
}
/*================= Desktop =================*/
@media screen and (min-width : 767px) {
    .col2 {
        width:50%;
        padding: 10px 0px;
    }
    .col3 {
        width: 33%;
        padding: 10px 0px;
    }
    .col4 {
        width: 25%;
        padding: 10px 0px;
    }
    .col8 {
        width: 75%;
        padding: 10px 0px;
    }
    .col12 {
        width: 100%;
        padding: 10px 0px;
    }
    .container {
        width:1150px;
        height: auto;
        margin: 0 auto;
        padding:0px 10px;
    }
    .row {
        display:flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .sidebar {
        width:300px;
        height: auto;
        min-height:300px;
        background-color: none;
        padding: 10px;
    }
    .page-content {
        width: 100%;
        height: auto;
        min-height: 300px;
        padding:0px 0px;
        min-height: 1000px;
        padding: 10px;
    }
    .hidden-sm {
        display: none;
    }
}
/*================= AlpineJS Apps =================*/
/* Стили для меню */
.menu {
    position: fixed;
    top: 0;
    left: -250px; /* Меню скрыто за пределами экрана */
    width: 250px;
    height: 100%;
    background: #FFF;
    color: #111;
    transition: left 0.3s ease;
    overflow-y: scroll;
	z-index: 1250;
}

.menu.open {
    left: 0; /* Меню выезжает */
}

.menu ul {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.menu ul li {
    margin-bottom: 15px;
}

.menu ul li a {
    color: #111;
    text-decoration: none;
    font-size: 18px;
}

/* Кнопка открытия/закрытия меню */
.menu-toggle {
    position: relative;
    top: 0px;
    left: 0px;
    background: #FFF;
    color: #111111;
    border: none;
    padding: 3px 0px;
    cursor: pointer;
    font-size: 16px;
    z-index: 998;
}

/* Затемнение фона */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 1099;
}
.overlay-active {
    display: block;
	background: rgba(0, 0, 0, 0.5);
}
 /* Кнопка закрытия меню (крестик) */
.close-button-menu {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: #111;
    font-size: 24px;
    cursor: pointer;
}

/* ================ Слайдер ===================*/
.slider {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch; /* Для плавного скролла на iOS */
    scrollbar-width: none; /* Скрыть полосу прокрутки в Firefox */
    -ms-overflow-style: none; /* Скрыть полосу прокрутки в IE/Edge */
}
.slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
}
.slider img {
    width: 100%;
    height: auto;
}
.slider-active {
    background: #333 !important; /* Стиль для активной точки */
}
/* Стили для модального окна */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.modal[open] {
    display: flex;
}
.modal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px;
}
.close-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}
.phone-elm {
    padding: 4px 0px;
}
.phone-elm .row-auto {
    justify-content: flex-end;   
}
.phone-elm a {
    font-size: 18px;
    font-weight: bold;
    font-family: sans-serif;
    text-decoration: none;
    color: #111111;
}

/*=============  Related Posts Widget =================*/
/* Related Posts Widget */
.related-posts-widget {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin-bottom: 32px;
    border: 1px solid #eee;
}

.widget-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-icon {
    color: var(--accent-color, #3b82f6);
}

.related-posts-grid {
    display: grid;
    gap: 20px;
}

.related-post-card {
    position: relative;
    transition: all 0.3s ease;
}

.related-post-card:hover {
    transform: translateY(-3px);
}

.post-image-link {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 16/9;
    margin-bottom: 12px;
}

.post-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.related-post-card:hover .post-thumbnail {
    transform: scale(1.03);
}

.related-post-card:hover .image-overlay {
    opacity: 0.9;
}

.post-meta {
    display: flex;
    gap: 12px;
    margin-bottom: 8px;
    font-size: 0.8rem;
    color: #666;
}

.post-date {
    color: var(--accent-color, #f44336);
}

.post-category {
    background: #f3f4f6;
    padding: 2px 8px;
    border-radius: 4px;
    color: #555;
}

.post-title {
    font-size: 1rem;
    line-height: 1.4;
    margin: 0 0 8px 0;
}

.post-title a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s ease;
}

.post-title a:hover {
    color: var(--accent-color, #f44336);
}

.post-excerpt {
    font-size: 0.875rem;
    color: #555;
    line-height: 1.5;
}

/*============= Карусель ============*/
.carousel-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.carousel {
    display: flex;
    transition: transform 0.3s ease-in-out;
    cursor: grab;
}
.carousel img {
    width: 100px;
    flex-shrink: 0;
    user-select: none;
    height: 100px;
    margin-right: 70px;
}
/*============= Таблица цен =========*/
table {
    max-width: 800px;
    width:100%;
    margin: 0 auto;
    border-collapse: collapse;
    box-shadow: 0px 0px 10px 0px #666;
}
th, td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}
th {
    background-color: #e5e5e5;
    color: #111;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
.tr-bg-g {
    background: #FFCC31;
    border: 1px solid #666;
}
.tr-bg-r {
    background: rgb(155, 81, 224);
    color:#FFF;
    border: 1px solid #111;
}
.price-list {
    text-align: center;
    border-bottom: 3px solid #91C445;
    line-height: 1.5;
}
.search-container {
    margin: 0px 0px;
    text-align: center;
}

.search-form {
    display: flex;
    max-width: 600px;
    margin: 0 auto;
}

.search-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    width: 350px;
    height: 34px;
}

.search-button {
    border: 1px solid #F44335;
    border-radius: 2px;
    background: #FFF;
    padding: 6px 12px;
    color: #F44335;
    font-weight: bold;
}

.search-button:hover {
    background-color: #F44335;
    color:#FFF;
}
/*========= Catalog OutPut =========*/
.forflat {
    color:#666;
    font-size:14px;
}
.mobpanel {
    display:none;
}
/* Адаптивность */
@media (max-width: 768px) {
    .related-posts-widget {
        padding: 18px;
    }
    
    .related-posts-grid {
        gap: 16px;
    }
    .iconsetelement {
        width: 160px;
    }
    .row-brands {
        flex-direction: row;
    }
    .mobpanel .row {
        flex-direction:row;
    }
    .mobpanel .col4 {
        width:20%;
        padding: 5px 0px;
    }
    .mobpanel {
        display:block;
        background: #fff;
        border-top: 2px solid #F44335;
        bottom: 0;
        height: 64px;
        padding: 0px;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 1999;
    }
    .cart-label-2 {
        width: 45px;
        height: 5px;
        position: relative;
        margin: -5px 0 0 20px;
    }
    .cart-all-position {
        background: #f33446;
        color:#FFF;
        border-radius: 50%;
        font-size: 12px;
        margin: -38px 18px;
        min-height: 21px;
        min-width: 21px;
        position: absolute;
        text-align: center;
        z-index: 205;
        padding: 3px;
    }
}
