* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid;
    color: var(--main);
    font-weight: 400;
    text-decoration: none;
    margin: 0;
    padding: 0;
    direction: rtl;
}

body,
html {
    font-size: 16px;
}

@media screen and (max-width:1000px) {

    body,
    html {
        font-size: 18px;
    }
}

.toolbar-tray * {
    direction: ltr;
}

:root {
    --main: #333;
    --main100: #999999;
    --link: #b90000;
    --yellow100: #ead81612;

    --orange: #ff502d;
    --orange1: #fa8d01;
    --green: #56642a;
    --green2: #62722d;
    --green3: #7a8d3b;
    --gray10: #eee;
    --gray: #aaa;

    --fontsize: 15px;
    --lineheight: 30px;

}

p {
    line-height: 1.4rem;
    color: #333;
    text-align: justify;
}

input[type="submit"],
button {
    appearance: none;
    -webkit-appearance: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;

}

.image img {
    border-radius: 7px;
    border: 1px dashed #eee;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.button {
    display: inline-block;
    padding: 5px 10px 8px;
    background: #fa8e00;
    color: #111;
    border-radius: 5px;
}

strong {
    font-weight: 600;
}

.visually-hidden {
    display: none;
}

#main-wrapper {
    padding: 10px 0 00px;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width:1200px) {
    #main-wrapper {
        padding: 20px;
    }
}


/*************************/
/******** Block **********/
/*************************/
.block {
    max-width: 100%;
    width: 100%;
}

.block .content {
    display: block;
    width: 100%;
    margin: auto;
}

.block.yellow-bg {
    background: #ffeb3b29
}

.block.green1-bg {
    background: #ab9d6e36;
}

.highlighted {
    background: #fff;
}

.page-node-type-business .highlighted {
    background: transparent;
}


div[data-drupal-messages] {
    max-width: 1000px;
    margin: 20px auto 30px;
}


div[data-drupal-messages] [aria-label*="message"] {
    padding: 8px 10px 5px;
    margin: 7px 0;
    font-size: 13px !important;
}

div[data-drupal-messages] [aria-label*="message"] ul {
    list-style: none
}

div[data-drupal-messages] [aria-label*="Warning"] {
    background: #feffe8;
}

div[data-drupal-messages] [aria-label*="Status"] {
    background: #0080001c;
}

div[data-drupal-messages] [aria-label*="message"] * {
    font-size: 13px !important;
}





.header-style .bhw .block-header {
    position: relative;
    margin-bottom: 30px;
}

.header-style .block-title {
    display: flex;
    justify-content: center;
}

.header-style .bhw .lines {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 100%;
    position: absolute;
    right: 0;
    width: 100%;
    top: 6px;
}

.header-style .bhw .block-title>span {
    position: relative;
    background: #f0eee5;
    padding: 0 10px;
    text-align: center;
    font-size: 19px;
    z-index: 1000;
    padding: 1px 10px 4px;
    border-radius: 4px;
}

.header-style.bg1 .bhw .block-title>span {
    background: #ffffff
}

.header-style .bhw .lines span {
    display: inline-block;
    border-top: 1px dotted #8a8986;
    padding-bottom: 0;
    width: 100%;
    height: 0;
    line-height: 1px;
    margin: 2px 0;
}