body    {
    color: #464646;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}
@media (min-width: 1430px) {
    .container {
        max-width: 1380px;
    }
}
a:link, a:visited  {
    color: #464646;
    text-decoration: none;
}
a:active, a:hover    {
    color: #d40000
}
.white a:link, .white a:visited  {
    color: white;
    text-decoration: none;
}
.white a:active, .white a:hover    {
    color: #f2f2f2
}
a.current       {
    color: #d40000
}
input.form-control:focus, .btn:focus, textarea.form-control:focus, select.form-control:focus  {
    outline: 0 none;
    box-shadow: 0 0 0 transparent !important;
    border-color: #7d7d7d;
}
.btn-primary, .btn-primary:focus    {
    color: #fff !important;
    background-color: #d40000 !important;
    border-color: #d40000 !important;
}
.btn-primary:hover {
    background-color: #a20000 !important;
}
.btn-secondary, .btn-secondary:focus {
    background: #e2e2e2 !important;
    border-color: #e2e2e2 !important;
}
.btn-secondary:hover {
    color: black !important;
    background: #ececec !important;
}
.main_title     {
    font-size: 17px;
    font-weight: 700;
}
.description, a.description:link, a.description:visited       {
    color: #979797;
}
a.description:hover       {
    color: #d40000
}
.weight_500     {
    font-weight: 500;
}
.main_color     {
    color: #d40000
}
#preloader      {
    display: flex;
    position: fixed;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
/***  HEADER  ***/
.top_header      {
    background: #2c3038;
    color: white;
    padding: 7px 0;
}
.socials a:link, .socials a:visited     {
    font-size: 15px;
    margin-right: 8px;
}
.socials a:hover      {
    color: #ececec;
}

header  {
    position: relative;
    margin-bottom: -34px;
    z-index:101;
}
#header_nav {
    background: #d40000;
}
.header_logo, .header_logo img    {
    max-height: 100px;
}
.header_logo a    {
    display: inline-block;
    max-width: 100%;
    text-align: center;
}

.header_nav_overlay, .header_search_box_overlay, .header_info_overlay     {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    opacity: 0;
    z-index: 100;
    display: none;
    transition: opacity 0.3s ease-out;
}
#header_search_autocomplete      {
    border: 1px solid lightgray;
    position: absolute;
    left: 15px;
    right: 15px;
    z-index: 101;
    display: none;
    background: white;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.autocomplete_item      {
    display: inline-block;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid lightgray;
}
.autocomplete_item:last-child      {
    border-bottom: 0 solid lightgray;
}
.header_nav_link       {
    display: inline-block;
    padding: 20px 10px;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    text-align: center;
}
.header_nav_link:link, .header_nav_link:visited       {
    color: white;
}
.header_nav_link.pasive       {
    pointer-events: none;
}
.header_nav_sub       {
    border: 1px solid lightgray;
    position: absolute;
    left: 0;
    right: 0;
    display: none;
    background: white;
    z-index: 99;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.header_nav_sub a      {
    display: block;
    width: 100%;
    padding:  15px;
    font-weight: 500;
}
.header_nav_sub_arrow       {
    float: right;
    width: 50px;
    text-align: center;
    height: 100%;
}
.header_nav_hover:hover .header_nav_sub       {
    display: block;
}
.header_nav_sub:hover   {
    display: block;
}
.header_nav_ul li      {
    padding: 5px 0;
}

@media only screen and (max-width: 768px) {
    header  {
        margin-bottom: 0;
    }
    #header_nav        {
        position: fixed !important;
        padding-bottom: 40px;
        display: block;
        top: 0;
        height: 100vh;
        background: white;
        border-left: 1px solid gray;
        border-bottom: 0 solid gray;
        right: -346px;
        width: 340px;
        overflow-y: auto;
        transition: right 0.3s ease-out;
        z-index: 101;
        box-shadow: -3px 0 6px rgba(0,0,0,0.12), -3px 0 6px rgba(0,0,0,0.23);
    }
    .header_nav_link:link, .header_nav_link:visited       {
        color: inherit;
    }
    .header_nav_link.pasive       {
        pointer-events: auto;
    }
    .header_nav_open        {
        right: 0 !important;
    }
    #header_nav > .col        {
        border-bottom: 1px solid lightgray;
    }
    .header_nav_link       {
        text-align: left;
    }
    .header_nav_link:hover + .header_nav_sub       {
        display: none;
    }
    .header_nav_sub       {
        border: 0 solid lightgray;
        position: static;
        left: 15px;
        right: 15px;
        padding: 0;
        padding-left: 30px;
        box-shadow: none;
        text-align: left;
    }
    .header_nav_bottom  {
        background: white;
        z-index: 99;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        font-size: 22px;
        box-shadow: 0 -2px 4px rgba(0,0,0,0.12), 0 -3px 6px rgba(0,0,0,0.23);
    }
    .header_nav_bottom a {
        display: inline-block;
        width: 100%;
        padding: 4px 0;
    }
    .header_nav_bottom img + span, .header_nav_bottom i + span {
        display: block;
        font-size: 13px;
    }
    .header_search_box      {
        display: none;
        z-index: 101;
        position: fixed;
        top: 30px;
    }
    .header_search_box .input-group {
        box-shadow: 0 3px 6px rgba(0,0,0,0.12), 0 3px 6px rgba(0,0,0,0.23);
    }
    .header_search_box_open     {
        display: block;
    }
    #header_info        {
        left: 0;
        right: 0;
        position: fixed;
        bottom: -100%;
        background: white;
        border-top: 1px solid gray;
        box-shadow: 0 -3px 6px rgba(0,0,0,0.12), 0 -3px 6px rgba(0,0,0,0.23);
        z-index: 101;
        padding: 20px 15px 30px 15px;
        transition: bottom 0.3s ease-out;
    }
    #header_info i       {
        width: 50px;
    }
    .header_info_open        {
        bottom: 0 !important;
    }
}


.instagram_img      {
    width: 40px;
    margin-right: 6px;
}
.blog_content       {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    background: white;
    margin-top: -60px;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);
}
.breadcrumbs        {
    padding: 70px 0 50px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    color: white;
}


footer      {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f0f0f0;
}
.footer_img     {
    margin-left: auto;
    margin-right: auto;
    max-height: 100px;
}
.footer_img img       {
    max-height: 100px;
}


/*
    counter
 */
.counter_block      {
    color: white;
}
.counter_image  {
    max-width: 36px;
    display: inline-block
}
.counter_overlay        {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.4;
}