/* Minification failed. Returning unminified contents.
(341,1): run-time error CSS1019: Unexpected token, found '}'
 */
@charset "utf-8";
/* CSS Document FOR RESETING THE TAGS SO IT WOULD FIT TO ALL BROWSERS */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: none; font-size: 100%; vertical-align: baseline; background: transparent; background-repeat: no-repeat; background-position: top center; }
body { line-height: 1; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
    nav ul, ul { list-style: none; }
blockquote, q { quotes: none; }
    blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: top; background: transparent; text-decoration: none; color: inherit; outline-offset: 0 !important; outline: -webkit-focus-ring-color auto 0 !important; }
/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }
/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select, textarea, button { vertical-align: middle; padding: 0; resize-x: none; box-sizing: border-box; }
button, input, select { background-image: none; }
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }

/******General Classes******/
.pos_relative { position: relative; }
.display_none { display: none; }
.display_mobile { display: none; }
.disabled { pointer-events: none; }
.bold { font-weight: 500; }
.clearfix::after, .clearfix::before { content: ""; width: 100%; display: block; clear: both; }
.transition { transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
.translateY { transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.text_center { text-align: center; }
.text_left { text-align: left; }
.text_right { text-align: right; }
.box_sizing { box-sizing: border-box; }
.padding { padding-left: 10px; padding-right: 10px; }
.padding_t_20 { padding-top: 20px; }


.field-validation-error { position: absolute; right: 15px; bottom: 3px; color: #fa0404; pointer-events: none; font-size: 10px; z-index: 2; width: auto !important; }
    .input-validation-error, .field-validation-error + .like_select { box-shadow: inset 0 0 2px #ff0000 !important; }

.tbl { display: table; table-layout: fixed; }
    .tbl > * { display: table-cell; }

input, textarea, select { font-family: 'Rubik', sans-serif; outline: 0; }

.image { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 0; }
    .image > img { overflow: hidden; width: 100%; height: 0; opacity: 0; }
.image2 { background-position: center center; background-repeat: no-repeat; background-size: contain; }

.bread { padding: 5px 5px 0 5px; margin-bottom: 20px; box-sizing: border-box; text-align: right; font-size: 1em; color: #000; }
    .bread a { color: #75B130; }
        .bread a:hover, .bread a:focus { text-decoration: underline; }

.socials > li { margin-left: 20px; }
    .socials > li:last-child { margin-left: 0; }
    .socials > li > a { display: block; color: #000000; text-align: center; }
        .socials > li > a > span { font-size: 0.8em; display: block; }
        .socials > li > a > img { width: 32px; display: block; margin: 0 auto 5px auto; }
    .socials > li:last-child > a > img { width: 23px; }
    .socials > li > a:hover, .footer_socials .socials > li > a:focus { opacity: 0.8; }

.read_more_conti { font-size: 1.2em; font-weight: 500; }

.link { color: #86AB1D; }
.link2 { color: #1694C4; }
.link:hover, .link:focus { text-decoration: underline; }

.video_conti { position: relative; height: 0; padding-bottom: 60%; }
    .video_conti > *, .video_conti > * > * { position: absolute; right: 0; top: 0; width: 100%; height: 100%; }

.arrow_item { border: solid black; border-width: 0 1px 1px 0; display: inline-block; padding: 3px; }

.item_right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

.item_left { transform: rotate(135deg); -webkit-transform: rotate(135deg); }

.item_up { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }

.item_down { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
/******End General Classes******/

/******Headlines******/
.headline1 { font-size: 2em; }
    .headline1 > * { font-weight: 500; display: inline-block; position: relative; }

.headline2 { font-size: 1.5em; text-align: center; margin-bottom: 20px; }
    .headline2 > * { font-weight: 500; display: inline-block; position: relative;padding:3px 10px 3px 0;box-sizing:border-box; color: #000000; }
        .headline2 > *::before { content: ""; width: 5px; height: 100%; position: absolute; right: 0; top: 0; background-color: #90AC87; }

.headline3 { margin-bottom: 10px; padding-bottom: 10px; box-sizing: border-box; border-bottom: 1px solid #707070; }
    .headline3 > * { font-size: 2.2em; font-weight: 700; }

.headline4 { margin-bottom: 20px; padding: 10px 0; box-sizing: border-box; border-bottom: 1px solid rgba(0, 62, 145, 0.4); border-top: 1px solid rgba(0, 62, 145, 0.4); }
    .headline4 > * { font-size: 1.5em; font-weight: 500; }

.headline5 { font-size: 2em; }
    .headline5 > * { font-weight: 500; display: inline-block; position: relative; }

.headline6 { font-size: 1.5em; }
    .headline6 > * { font-weight: 500; display: inline-block; position: relative; padding-bottom: 6.5px; }
        .headline6 > *::after { content: ""; position: absolute; right: 0; left: 0; width: 45px; height: 1px; bottom: 0; background-color: #FFFFFF; margin: 0 auto; }

.inner_headline { text-align: center; font-size: 3em; position: absolute; top: 50%; right: 0; width: 100%; transform: translateY(-50%); }
    .inner_headline > * { display: inline-block; font-weight: 500; }
/******End Headlines******/

@media only screen and (max-width : 1020px) {
    .headline1 { font-size: 1.2em; }
    .inner_headline { font-size: 2em; }
    .headline5 { font-size: 1.8em; }
}

@media only screen and (max-width : 768px) {
    .main_image { }
}

@media only screen and (max-width : 600px) {
    .hide_mobile { display: none; }
}

@media only screen and (max-width : 414px) {
}

/******Pagination******/
.pagination { margin-top: 20px;direction:ltr;margin-bottom:20px; }
    .pagination > ul {text-align:center; }
        .pagination > ul > li { margin-right: 10px; display: inline-block; }
            .pagination > ul > li:last-child { margin-right: 0; }
            .pagination > ul > li > a { display: block; font-weight: 500; color: #000; font-size: 1.2em; text-align: center; }
                .pagination > ul > li > a:hover, .pagination > ul > li > a:focus { color: #E50029; }
                .pagination > ul > li > a.active { color: #E50029;font-weight:700; }
/******End Pagination******/
#E50029

/******Popups******/
.popup_conti { position: fixed; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); right: 0; top: 0; z-index: 1000000; padding: 10px; box-sizing: border-box; overflow-y: auto; display: none; }
.popup { background-color: #fff; margin: 0 auto; padding: 50px; max-width: 600px; width: 100%; position: relative; box-sizing: border-box; top: 5%; border-radius: 30px; }
.close_popup { position: absolute; right: 20px; color: #000; top: 20px; font-weight: 400; font-size: 20px; }
/******End Popups******/

.product_added_popup { }
    .product_added_popup .popup { max-width: 768px; border-radius: 10px; box-shadow: 0px 5px 8px #00000075; padding: 30px 15px; box-sizing: border-box; }
    .product_added_popup .close_popup { right: initial; left: 10px; top: 25px; color: #353535; width: 32px; height: 32px; line-height: 32px; border-radius: 50%; border: 1px solid #353535; box-sizing: border-box; text-align: center; }
    .product_added_popup .popup_title { margin-bottom: 25px; }
        .product_added_popup .popup_title .check { text-align: center; width: 32px; height: 32px; line-height: 38px; border-radius: 50%; background-color: #89B32F; margin-left: 10px; }
        .product_added_popup .popup_title .title { color: #202020; font-weight: 700; font-size: 2.2em; }

    .product_added_popup .prod_conti { margin-bottom: 15px; padding: 3px; box-sizing: border-box; background-color: rgba(53, 53, 53, 0.05); }
        .product_added_popup .prod_conti .image { width: 85px; height: 85px; box-shadow: 0px 3px 6px #0000005C; background-color: #fff; }
        .product_added_popup .prod_conti .content { width: calc(100% - 90px); }
            .product_added_popup .prod_conti .content > h2 { font-size: 1.15em; display: block; margin-bottom: 10px; font-weight: 500; }
            .product_added_popup .prod_conti .content > p { font-size: 0.9em; line-height: 120%; }

    .product_added_popup .total_prices { font-size: 1.15em; display: block; margin-bottom: 32px; }
        .product_added_popup .total_prices > span { color: #1694C4; }
    .product_added_popup hr { display: block; background-color: #707070; margin-bottom: 30px; }

    .product_added_popup .product_slider .image2 { background-color: #fff !important; }
    .product_added_popup .product_slider .prod_content { }
        .product_added_popup .product_slider .prod_content > h2 { font-size: 0.8em; display: block; height: 26px; margin-bottom: 1px; font-weight: 400; overflow: hidden; }
        .product_added_popup .product_slider .prod_content .price { font-size: 0.7em; font-weight: 700; display: block; }

.popup_buttons { width: 100%; max-width: 500px; text-align: center; margin: 0 auto 32px auto; }


.newsletter_popup { padding-top: 50px; }
    .newsletter_popup .popup { max-width: 768px; border-radius: 10px; box-shadow: 0px 5px 8px #00000075; padding: 20px 0; box-sizing: border-box; }
    .newsletter_popup .close_popup { right: initial; left: -40px; top: -45px; color: #fff; width: 32px; height: 32px; line-height: 32px; border-radius: 50%; border: 1px solid #fff; box-sizing: border-box; text-align: center; }
    .newsletter_popup .popup_title { margin-bottom: 25px; font-size: 2.2em; font-weight: 700; display: block; text-align: center; }
    .newsletter_popup .main_image { height: 0; padding-bottom: 35%; margin-bottom: 15px; }
    .newsletter_popup .popup_content { padding: 0 20px; box-sizing: border-box; width: 100%; max-width: 666px; margin: 0 auto; }
    .newsletter_popup .text { margin-bottom: 20px; }
        .newsletter_popup .text > h2 { font-size: 1.5em; font-weight: 700; display: block; margin-bottom: 15px; text-align: center; }
    .newsletter_popup .form {padding:0 20px;box-sizing:border-box;width:100%; }
        .newsletter_popup .form > ul { }
            .newsletter_popup .form > ul > li button {padding:10px; }

.service_popup { }
.service_popup .popup{ padding:50px 10px 30px 10px;}
    .service_popup .image { border-radius: 10px; width:100%; max-width: 320px; height: 0; padding-bottom: 50%; margin: 0 auto 10px auto; }
.service_popup_headline { color: #1B5B9B; font-size:1.2em; font-weight: 500; display: block; text-align: center; margin-bottom: 10px; }
.service_popup .popup .content article { }
.service_popup .popup .content article > * {font-size:1em;line-height:120%; }

.video_popup {display:none; }
.video_popup .popup { max-width: 1000px; padding: 50px 20px 10px 20px; }
.video_popup .video_conti { padding-bottom: 56.5%; }

@media only screen and (max-width : 768px) {
    .popup_buttons { font-size: 0.7em; }
    .newsletter_popup .popup_title {font-size:1.5em; }
}

@media only screen and (max-width : 600px) {
    .product_added_popup .popup_title .title { font-size: 1.5em; }
}

.message_partial { padding: 20px 30px; box-sizing: border-box; position:relative;}
    .message_partial .close_item { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); font-size: 1em; font-weight: 300; }
    .message_partial p { font-size: 1.2em; display: block; text-align: center;  overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }


@media only screen and (max-width : 1020px) {
    .message_partial { padding:10px 10px 10px 30px;}
        .message_partial p {font-size:1em; }
}

@media only screen and (max-width : 768px) {
}

@media only screen and (max-width : 414px) {
    .message_partial { padding:11px 10px 10px 25px; }
    .message_partial p {font-size:1.05em; }
        .message_partial .close_item { left: 10px;  }
}
/******Forms******/
.form input:not([type="checkbox"]), .form select, .form textarea { position: relative; width: 100%; box-sizing: border-box; box-shadow: 0px 3px 6px #00000029; background-color: #fff; padding:13px 10px; border: 1px solid #000; border-radius: 10px; line-height: 1; font-size: 1em; color: #000; }
.form input[type="date"], .form input[type="time"], .form input[type="file"], .form select { padding: 10px 10px; }
.form select { padding: 12px 10px; }
.form textarea { min-height: 145px; padding: 10px; box-sizing: border-box; }

.form ul li { position: relative;}
    
.form ul li label {display:block;margin-bottom:5px;font-size:0.9em; }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #000; }
::-moz-placeholder { /* Firefox 19+ */ color: #000; }
:-ms-input-placeholder { /* IE 10+ */ color: #000; }
:-moz-placeholder { /* Firefox 18- */ color: #000; }

.checkbox_conti { position: relative; box-sizing: border-box; min-height: 18px; }
    .checkbox_conti > div { position: relative; vertical-align: middle; width: 18px; height: 18px; right: 0; top: 0; display: inline-block; }
        .checkbox_conti > div > input { position: absolute; width: 100%; height: 100%; right: 0; top: 0; cursor: pointer; opacity: 0; margin:0;}
        .checkbox_conti > div > span { position: absolute; width: 100%; height: 100%; right: 0; top: 0; border-radius: 6px; border: 2px solid #202020; pointer-events: none; background-color: #fff; box-sizing:border-box;}
            .checkbox_conti > div > span::after { content: "\f00c"; font-family: "Font Awesome 5 Free"; position: absolute; width: 0; overflow: hidden; right: 0; top: 0; color: #1E5585; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-family: "Font Awesome 5 Pro"; font-weight: 900; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
        .checkbox_conti > div > input:checked ~ span::after { width: 100%; }
    .checkbox_conti label { display: inline-block !important;vertical-align:middle; text-align: right;margin-bottom:0 !important;margin-right:5px; }
        .checkbox_conti label > a { color: #5796CB; }
            .checkbox_conti label > a:hover, .checkbox_conti label > a:focus { text-decoration: underline; }
    .checkbox_conti label .bg { width:17px;height:17px;margin-left:10px;border-radius:50%;}
    .checkbox_conti label > * {display:inline-block;vertical-align:middle; }

.checkbox_conti_absolute { position: relative; box-sizing: border-box; min-height: 30px; padding-right: 32px; box-sizing: border-box; }
    .checkbox_conti_absolute > div { position: absolute; vertical-align: middle; width: 30px; height: 30px; right: 0; top: 0; }
        .checkbox_conti_absolute > div > input { position: absolute; width: 100%; height: 100%; right: 0; top: 0; cursor: pointer; opacity: 0; margin: 0; }
        .checkbox_conti_absolute > div > span { position: absolute; width: 100%; height: 100%; right: 0; top: 0; border-radius: 6px; border: 1px solid #302939; pointer-events: none; background-color: transparent; box-sizing: border-box; }
            .checkbox_conti_absolute > div > span::after { content: "\f00c"; font-family: "Font Awesome 5 Free"; position: absolute; width: 0; overflow: hidden; right: 2px; top: 3px; color: #008C91; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-family: "Font Awesome 5 Pro"; font-weight: 900; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; font-size: 1.5em; }
        .checkbox_conti_absolute > div > input:checked ~ span::after { width: 100%; }
    .checkbox_conti_absolute label { display: inline-block !important; vertical-align: bottom; text-align: right; margin-bottom: 0 !important; }
        .checkbox_conti_absolute label > a { color: #008C91; }
            .checkbox_conti_absolute label > a:hover, .checkbox_conti label > a:focus { text-decoration: underline; }
        .checkbox_conti_absolute label .bg { width: 17px; height: 17px; margin-left: 10px; border-radius: 50%; }
        .checkbox_conti_absolute label > * { display: inline-block; vertical-align: middle; }

.radio_conti { }
    .radio_conti > div { width: 15px; height: 15px; position: relative; display: inline-block; }
        .radio_conti > div > input { position: absolute; width: 100%; height: 100%; right: 0; top: 0; cursor: pointer; opacity: 0; }
        .radio_conti > div > span { position: absolute; width: 100%; height: 100%; right: 0; top: 0; border-radius: 50%; border: 1px solid #302939; pointer-events: none; }
            .radio_conti > div > span::after { content: ""; position: absolute; width: 11px; height: 11px; border-radius: 50%; background-color: transparent; right: 2px; top: 2px; box-sizing: border-box; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
        .radio_conti > div > input:checked ~ span::after { background-color: #444444; }
    .radio_conti label { display: inline-block; vertical-align: middle; margin-right: 5px; }

.has_label { position: relative; }
    .has_label > label { position: absolute; right: 2%; top: 2%; padding: 14px 10px; box-sizing: border-box; font-size: 1.2em; background-color: #fff; width: 97%; height: 90%; pointer-events: none; text-align: right; z-index: 2; border-radius: 10px; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
    .has_label.has_padding > label { width:93%;}
    .has_label > input, .has_label > input:hover, .has_label > textarea, .has_label > textarea:hover { color: transparent !important; }
        .has_label > input:focus ~ label, .has_label > label.active, .has_label > select:focus ~ label , .has_label > textarea:focus ~ label { top: -10px; right: 10px; font-size: 0.8em; padding: 5px; background-color: #fff; width: auto !important; height: auto !important; }
        .has_label > input:focus, .has_label > input:hover, .has_label > input.active, .has_label > select:focus, .has_label > select:hover, .has_label > select.active, .has_label > textarea:focus, .has_label > textarea:hover, .has_label > textarea.active { opacity: 1; color: #686868 !important; }

.form .has_icon { padding-right: 40px !important; box-sizing: border-box; background-position: 98% center; background-repeat:no-repeat;}
.email_icon { background-image: url('/Content/Resources/General/mail.png'); }

[data-label] { position: relative; }
    [data-label] label { position: absolute;pointer-events:none;top:0;right:0; width: 100%; height: 100%; background-color: #fff; border-radius: 5px; padding:13px 10px; box-sizing: border-box;font-size:1em !important; }
    [data-label].active label, [data-inputLabel]:hover ~ label, [data-inputLabel]:focus ~ label { opacity: 0; }
/******End Forms******/

.button { border: none; cursor: pointer; font-family: 'Rubik', sans-serif; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }

.button1 { position: relative; width: 100%; display: block; box-shadow: 0px 3px 6px #00000059; padding: 10px; box-sizing: border-box; background-color: #7AAC9F; color: #fff; font-size: 1.2em; font-weight: 700; text-align: center; border-radius: 10px; }
    .button1:hover, .button1:focus { background-color: #15725a; }

.button2 { display: block; width: 100%; background-color: #F32447; border-radius: 5px; box-shadow: 0px 3px 6px #00000045; color: #fff; padding: 8px 5px; box-sizing: border-box; font-weight: 500; font-size: 1.2em; }
    .button2:hover, .button2:focus { background-color: #f7002a; color: #fff; }

.button3 { display: block;  width: 100%; background-color: #89B32F; border-radius: 10px; box-shadow: 0px 3px 6px #00000059; color: #fff; padding: 15px 5px; box-sizing: border-box; font-weight: 700; font-size: 1.15em; }
    .button3:hover, .button3:focus { background-color: #446401; }

/******Header******/
.burger { display: none; width: 30px; }
    .burger > ul { }
        .burger > ul > li { width: 100%; height: 4px; border-radius: 10px; background-color: #000; margin-bottom: 5px; }
            .burger > ul > li:last-child { margin-bottom: 0; }
.close_nav { display: none; }
header { z-index: 100; position: relative; box-sizing: border-box; background-color: #fff; }

.logo { display:inline-block;position:relative; width: 191px; min-height:1px;}
    .logo > img {position:absolute; width: 100%; right: 0; top: -50px;  }

.header_tel { position: absolute; left: 19px; top: 50%; color: #133141; transform: translateY(-50%); }
.header_tel > * {display:inline-block;vertical-align:middle; font-size:1.2em;font-weight:500;}

nav { width:calc(100% - 250px); box-sizing: border-box; }
    nav > div { }
.close_nav { }
nav > div > ul {display:flex;justify-content:space-between; }
    nav > div > ul > li { position: relative;}
    nav > div > ul > li.last_child {border-left:none; }
        nav > div > ul > li > a { display: block; color: #000000; padding:24px 15px; box-sizing: border-box; position: relative; font-size: 1.2em; font-weight: 400; position: relative; }
            nav > div > ul > li > a.colored { color: #FFDD00; }
            nav > div > ul > li > a:hover, nav > div > ul > li > a:focus { color: #90AC87; }
            nav > div > ul > li > a.active { font-weight: 700; color: #90AC87; }

.mobile_nav_item { display: none; }

.top_header { display: block; background-color: #EEF6F4; padding: 10px; box-sizing: border-box; text-align: left; }
.top_header > ul {display:inline-block; }
    .top_header > ul > li { display: inline-block; vertical-align: middle; position: relative;  }
    .top_header > ul > li:last-child {border-left:none; }
        .top_header > ul > li > a { display: block; color: #000; padding: 2px 20px; box-sizing: border-box; position: relative; font-size: 1.2em; font-weight: 500; }
            .top_header > ul > li > a:hover, .top_header > ul > li > a:focus { color: #00287A; }
        .top_header > ul > li > a > * {display:inline-block;vertical-align:middle; }

nav > div > ul > li > a:hover ~ .drop, nav > div > ul > li > a:focus ~ .drop, .drop:hover, .drop:focus { opacity: 1; pointer-events: all; }
.drop {opacity:0;pointer-events:none; box-sizing: border-box; position: absolute; top: 100%;right:0; width: 599px; border-top:27px solid transparent;}
.drop.drop_left {right:initial;left:0; }
    .drop > .flex { background-color: #F4F1EF; padding: 30px; box-sizing: border-box; box-shadow: 0px 5px 9px #0000004D; border-radius: 0px 0px 20px 20px; }
        .drop > .flex .items_conti { width: calc(100% - 285px); padding-left: 10px; box-sizing: border-box; text-align:right;}
        .drop > .flex .items_conti > h2 {display:block;font-size:1.2em;font-weight:500;margin-bottom:20px; }
            .drop > .flex .items_conti .items > li {margin-bottom:11px; }
                .drop > .flex .items_conti .items > li > a { display:block;color:#000;}
                    .drop > .flex .items_conti .items > li > a.active { color: #E50029;font-weight:500; }
                    .drop > .flex .items_conti .items > li > a:hover, .drop > .flex .items_conti .items > li > a:focus {color:#E50029; }
            .drop > .flex .drop_treatment_item {width:285px; }
                .drop > .flex .drop_treatment_item > h2 { display: block; font-size: 1.2em; font-weight: 500; margin-bottom: 20px; text-align:center;}
/******End Header******/

   .logo{right:10px;}
}

@media only screen and (max-width : 1500px) {
}

@media only screen and (max-width : 1320px) {
}

@media only screen and (max-width : 1260px) {
}

@media only screen and (max-width : 1100px) {
}


@media only screen and (max-width : 1020px) {
    header { min-height: 70px; text-align:center;padding:10px;}
        header > .socials { display: none; }
    .burger { display: block; position: absolute; right: 10px; top: 25px; }
    .logo {width:100px;right:0;left:0;margin:0 auto;}
    .logo > img {top:-20px; z-index:2;}
    .header_tel > span {display:none; }
    .top_header {}
    .header_tel {top:50%;transform:translateY(-50%);left:10px; }

    nav { display: none; position: fixed; width: 100%; height: 100%; overflow-y: auto; background-color: rgba(255, 255, 255, 0.80); right: 0; top: 0; z-index: 10; }
    header nav > div { width: 279px; background-color: #EEF6F4; right: -300px; top: 0; padding-top: 0; box-sizing: border-box; position: absolute; border-top: 100px solid #EEF6F4; box-shadow: 0px 7px 18px #00000066; padding-bottom: 20px; height: 100%; }
        header nav > div::after { content: ""; width: 178px; height: 80px; background: url(/Content/Resources/Header/logo.png) no-repeat; background-position: center center; background-size: contain; position: absolute; right: 0; left: 0; top: -89px; margin: 0 auto; pointer-events: none; }
        header nav > div.active { right: 0; }
    .close_nav { display: block; position: absolute; left: 10px; top: -90px; color: #90AC87; font-size: 25px; }

    nav > div > ul {display:block; }
    nav > div > ul > li { width: 100%; display: block; border-bottom: 1px solid #114C6D; border-left: none !important; }
        nav > div > ul > li > a::after, nav > div > ul > li > a::before { display: none; }
        nav > div > ul > li > a { padding: 15px 10px; color: #000;text-align:right; }
    .drop { display:none;}
    nav .socials { padding-top: 20px; padding-right: 20px; }
    .mobile_nav_item { display: block; }
    header nav .socials { position: static; }
}

@media only screen and (max-width : 600px) {
    header {position:static;z-index:initial;}
    .top_header {height:0;padding:0; }
    .top_header > ul { position:absolute;left:10px;top:23px;z-index:2;}
    .top_header > ul > li {margin-right:15px; }
    .top_header > ul > li > a > span {display:none;}
    .top_header > ul > li > a { padding:0;}
    .logo {margin:0 50px 0 auto; }
}
/******Footer******/
footer { color: #000; margin-top:40px;}
.footer_bg {padding:15px 10px;box-sizing:border-box; background-color: #EEF6F4; background-image: url('/Content/Resources/Footer/footerBgRight.png'),url('/Content/Resources/Footer/footerBgLeft.png'); background-position: right top, left top; background-repeat: no-repeat, no-repeat; background-size: auto, auto; }
.footer_logo {display:block;margin:0 auto 20px auto; width: 121px; }
    .footer_logo > img { width: 100%; vertical-align: middle; }
.footer_nav {margin-bottom:14px; }
    .footer_nav > ul { display: flex; justify-content: space-between; flex-wrap: wrap; }
        .footer_nav > ul > li { }
            .footer_nav > ul > li:last-child { border-left: none; }
            .footer_nav > ul > li > a { font-size: 1.2em; padding: 5px 15px; box-sizing: border-box; display: block; }
                .footer_nav > ul > li > a:hover, .footer_nav > ul > li > a:focus { text-decoration: underline; }

.footer_contacts {margin-bottom:20px;}
    .footer_contacts > li { box-sizing:border-box;width:33.33%;}
        .footer_contacts > li:nth-child(2) { border-left: 1px solid #96B88F; border-right: 1px solid #96B88F; }
        .footer_contacts > li > a { padding:30px 5px;box-sizing:border-box;display:block;}
            .footer_contacts > li > a > img { display: inline-block; vertical-align: middle;margin-left:5px; }
            .footer_contacts > li > a > div { display: inline-block; vertical-align: middle;text-align:right; }
                .footer_contacts > li > a > div > strong {display:block; font-size: 1.5em; font-weight: 700;margin-bottom:3px; }
                .footer_contacts > li > a > div > small { color: #979797; }

.powerd_by { padding: 10px; box-sizing: border-box; }
    .powerd_by a { display: inline-block; }
.footer_secure img { vertical-align: bottom; }
footer .socials > li > a { width: auto; height: auto; line-height: 1; border-radius: initial; background-color: transparent !important; color: #000; }
/******End Footer******/

@media only screen and (max-width : 1450px) {
}

@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 768px) {
    .footer_contacts {margin-bottom:0; }
    .footer_bg {background-image:none !important; }
    .footer_contacts > li > a > div > strong {font-size:1.2em; }
    .footer_contacts > li {width:100%;border:none !important;margin-bottom:20px; }
    .footer_contacts > li > a {text-align:center !important;padding:0; }
    .footer_nav > ul > li {width:100%;text-align:center; }
    .footer_nav > ul > li > a {display:inline-block; }
}

@media only screen and (max-width : 414px) {
    .footer_nav > ul > li { width: 100%; text-align: center; border-left: none; }
    .footer_nav > ul { justify-content: space-between; }
    .footer_secure img { width: 55px; }
}


/******Articles******/
.general_article { }
    .general_article p { line-height: 140%; margin-bottom: 12px; font-size: 1.2em; }
    .general_article h2 { font-size: 1.5em; display: block; margin-bottom: 20px; font-weight: 500; }
    .general_article h3 { font-size: 1.3em; display: block; margin-bottom: 5px; font-weight: 500; }
.general_article { }
    .general_article > ul, .general_article > ol { margin-bottom: 20px; font-size: 1.2em; }
    .general_article li { margin-bottom: 5px; position: relative; padding-right: 10px; box-sizing: border-box; }
    .general_article ul.no_dots li { padding-right:0;}
    .general_article > ul:not(.no_dots) > li::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background-color: #717171; position: absolute; right: 0; top: 5px; }
    .general_article li > img {width:auto;display:inline;margin:0; }
    .general_article a { color: #1DB0B5; }
        .general_article a:hover, .general_article a:focus { text-decoration: underline; }
    .general_article p strong { font-weight: 500; }
    .general_article img { width: 100%; margin-bottom: 10px; }
/******End Articles******/

/****Article Item****/
.artilce_item {display:block; }
    .artilce_item .title {height:44px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: 700; font-size: 1.3em; margin-bottom: 8px; color: #000000; }
    .artilce_item .content { height: 60px; overflow: hidden; }
        .artilce_item .content > * { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; line-height:120%;font-size:1.15em;}
    .artilce_item .content > *:not(:nth-of-type(1)) {display:none; }
    .artilce_item .image { padding-bottom: 68%; margin-bottom: 9px;border-radius:5px; }
    .artilce_item .article_read_more {  color: #50B426; margin-top: 5px; font-size: 1.15em; }
        .artilce_item .article_read_more > span { font-weight: 500; display: inline-block; padding: 7px 17px; box-sizing: border-box; background-color: #F2F2F2;border-radius:5px; }
            .artilce_item .article_read_more > span:hover, .artilce_item .article_read_more > span:focus { background-color: #00287A; color: #fff; }
/****End Article Item****/

/****Tag Item****/
.tag_item { display: block; color: #202020; border: 1px solid #202020; border-radius: 20px; padding: 12px 20px; box-sizing: border-box; font-size: 0.95em; }
    .tag_item:hover, .tag_item:focus {color:#fff;background-color:#1694C4; }

/****End Tag Item****/

/****Article Inner Page****/
.inner_main_image { }
.inner_main_image > img {width:100%; }
.share {font-size:1.5em; }
.author {font-size:0.8em; }

.inner_article .side_one { width:calc(100% - 380px);}
.inner_article .side_two {width:350px; }

/****End Article Inner Page****/

@media only screen and (max-width : 1020px) {
    /****Article Inner Page****/
    .inner_article .side_one { width: 100%;margin-bottom:20px; }
    .inner_article .side_two { width: 100%;padding-right:0; }
    /****End Article Inner Page****/

    .artilce_item .title { font-size:1.2em;}
    .artilce_item .content > * {font-size:1em; }
}
.product_item { display: block; box-shadow: 0px 3px 6px #00000029; background-color: #fff; }
    .product_item .prod_image { position: relative; border-bottom: 1px solid rgba(32, 32, 32, 0.25); margin-bottom:17px;}
        .product_item .prod_image .added {position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.8);color:#fff;text-align:center;right:0;top:0;z-index:2;opacity:0;pointer-events:none;}
        .product_item .prod_image .added > span { position:absolute;top:50%;font-weight:500;right:0;width:100%;font-weight:1.2em;}
        .product_item .prod_image .added.active {opacity:1; }
        .product_item .prod_image .demand { position: absolute; padding: 10px 0;width:167px; box-sizing: border-box; background-color: #FFDD00; font-weight: 700; text-align: center; right: 0; left: 0; top: -5px; margin: 0 auto; pointer-events: none; }
        .product_item .prod_image .image { padding-bottom: 100%; display: block; }
        .product_item .prod_image .favorite { position: absolute; left: 3px; top: 10px; color: #202020; }
            .product_item .prod_image .favorite.active { color: #FFDD00; }
            .product_item .prod_image .favorite .far { }
            .product_item .prod_image .favorite .fas { display: none; }
            .product_item .prod_image .favorite.active .far { display: none; }
            .product_item .prod_image .favorite.active .fas { display: block;}
        .product_item .prod_image .sale { position: absolute; right: -5px; top: 10px; width: 56px; height: 56px; text-align: center; padding-top: 15px; font-size: 0.9em; font-weight: 700;border-radius:50%;background-color:#FFDD00; box-sizing:border-box;}
    .product_item .prod_colors {position:absolute;width:100%;right:0;bottom:-10px;z-index:1;width:100%; }
        .product_item .prod_colors .color_item { width: 20px; height: 20px; border: 3px solid #fff; box-shadow: 0px 3px 6px #00000029; display:block;box-sizing:border-box;border-radius:50%;text-align:center;}
    .product_item .prod_content {padding:0 20px 10px 20px;box-sizing:border-box;text-align:center; }
        .product_item .prod_content .prod_title {display:block; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:center;margin-bottom:5px;font-weight:500;}
        .product_item .prod_content .prod_desc {display:block;text-align: center; margin-bottom: 5px; font-size:0.8em;height:33px;overflow:hidden;}
            .product_item .prod_content .prod_desc > * { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;line-height:120%; }
                .product_item .prod_content .prod_desc > *:not(:nth-child(1)) { display: none; }
        .product_item .prod_content .prod_link { display: inline-block; text-decoration: underline; color: #1694C4;margin-bottom:10px; }
    .product_item .prod_price { text-align:center;margin-bottom:10px;}
    .product_item .prod_price > * {display:inline-block;vertical-align:middle; }
        .product_item .prod_price > strong { font-weight:700;}
        .product_item .prod_price > strike { margin-right:10px;}
    .product_item .prod_add { display: block;  text-align:center;min-height:47px;}
        .product_item .prod_add .product_button {display:block; background-color: #1694C4; border-radius: 10px; box-shadow: 0px 3px 6px #00000059; color:#fff;padding:15px 5px;box-sizing:border-box;font-weight:700;font-size:1.15em;}
            .product_item .prod_add .product_button:hover, .product_item .prod_add .product_button:focus { background-color: #00b9ff; }
        .product_item .prod_add .prod_quantity {padding-top:5px; }
.prod_quantity_conti { display: none; }
    .prod_quantity > a { text-align: center; color: #1694C4;font-size:1.5em;padding:0 5px;box-sizing:border-box;}
    .prod_quantity .total { border: 1px solid #1694C4;padding:10px;box-sizing:border-box;text-align:center;border-radius:5px;width:100px; }
        .prod_quantity .total.active , .prod_quantity .total:focus { border-color: #89B32F; }
    .prod_quantity > a:hover, .prod_quantity > a:focus { color: #89B32F; }


@media only screen and (max-width : 1366px) {
    .product_item .prod_image .demand { width:110px;font-size:0.9em;padding:7px 0;}
    .product_item .prod_image .sale { width: 40px; height: 40px; padding-top: 9px; font-size: 0.8em; }
    .product_item .prod_add .product_button {font-size:1em; }
}

@media only screen and (max-width : 768px) {
    .product_item .prod_price { font-size:0.8em;}
}

@media only screen and (max-width : 414px) {
    .product_item .prod_add .product_button {font-size:0.9em;padding:10px 5px; }
    .product_item .prod_add {min-height:35px; }
    .prod_quantity .total { padding:6px 10px;}
}

@media only screen and (max-width : 360px) {
    .products_conti > ul > li {width:100% !important; }
}

html { font-family: 'Assistant', sans-serif; font-size: 15px; direction: rtl; background-color: #FFFFFF; color: #000; }
body { }
.main_wrapper { max-width: 100%; width: 100%; margin: 0 auto; overflow: hidden; }
.auto_margin { max-width: 1200px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin2 { max-width: 563px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin3 { max-width: 1366px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin4 { max-width: 1536px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin5 { max-width: 1800px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.mobile_padding { padding: 0 10px; box-sizing: border-box; }

.message_conti { height: 60px; position: relative; }
.message_partial { background-color: #D85151; color: #fff; width: 100%; margin: 0 auto; position: absolute; right: 0; left: 0; }

.side_form_conti { position: fixed; z-index: 7; bottom: 104px; left: 0; }
    .side_form_conti.has_shared_options { bottom: 127px; }
.open_whatsapp { position: absolute; left: 0; top: -30px; width: 35px; }
    .open_whatsapp > img { width: 100%; position: relative; right: -8px; }
    .open_whatsapp > span { color: #8DC63F; font-weight: 500; position: relative; right: -10px; }
.open_side_form { position: absolute; left: 0; top: 0; font-size: 1.25em; width: 161px; text-align: center; }
    .open_side_form > .open_side_form_bg { position: absolute; right: -11px; top: -17px; text-align: center; border-radius: 50%; background-color: #fff; width: 31px; height: 31px; padding: 10px; box-sizing: border-box; pointer-events: none; }
        .open_side_form > .open_side_form_bg > img { width: 100%; }
.side_form_conti.active .open_side_form { top: -271px; width: 40px; color: transparent; }
    .side_form_conti.active .open_side_form::after { content: "X"; position: absolute; right: 0; left: 0; top: 10px; font-size: 20px; color: #fff; margin: 0 auto; background-color: #7baf94; padding: 6px; border-radius: 0 20px 20px 0; }
.side_form_conti .lead_form { background-color: #FFFFFF; width: 247px; border: 1px solid #C5C5C5; padding: 10px 10px 0 10px; box-sizing: border-box; position: absolute; left: 0; bottom: -471px; height: 330px; }
    .side_form_conti .lead_form > h3 { font-weight: 500; color: #545454; display: block; margin-bottom: 7px; }
.side_form_conti.active .lead_form { bottom: -100px; }
.side_form_conti .lead_form > form { }
    .side_form_conti .lead_form > form > ul { flex-wrap: wrap; width: 100%; }
        .side_form_conti .lead_form > form > ul > li { margin-bottom: 20px; width: 100%; margin-left: 0; }
            .side_form_conti .lead_form > form > ul > li:last-child { margin-bottom: 0; }
            .side_form_conti .lead_form > form > ul > li .button2 { width: 155px; display: block; margin: 0 auto; }

.open_side_form .text { display: inline-block; padding: 12px 10px; box-sizing: border-box; }

.side_socials { position: fixed; bottom: 10px; left: 10px; }
    .side_socials > ul { }
        .side_socials > ul > li { margin-right: 10px; }
            .side_socials > ul > li > a { display: block; }
                .side_socials > ul > li > a > img { }

.socials { }
    .socials > li { position: relative; }
        .socials > li > a:hover ~ .tooltip { pointer-events: all; opacity: 1; }
.tooltip { width: auto; position: absolute; top: 100%; left: 0; opacity: 0; pointer-events: none; padding: 10px; box-sizing: border-box; background-color: #202020; border-radius: 10px; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.8); }
    .tooltip .polygon { position: absolute; left: 10px; top: -8px; }
    .tooltip .content { white-space: nowrap; }
        .tooltip .content > * { line-height: 120%; font-size: 1.2em; color: #fff; }

.cover_image { height: 100px; background-position: center center; position: relative; margin-bottom: 10px; background-repeat: no-repeat; }
.main_image .inner_headline { text-align: center; position: absolute; width: 100%; top: 50%; transform: translateY(-50%); }
    .main_image .inner_headline > * { font-size: 2.2em; font-weight: 500; }


/*****Index****/
.home_main_image { padding-bottom: 27%; margin-bottom: 12px; }

.general_form1 { margin-bottom: 12px; }
.general_form { background-color: #133141; padding: 20px 10px; box-sizing: border-box; border-radius: 10px; }
    .general_form .headline6 { position: relative; z-index: 2; color: #fff; }
    .general_form > p { display: block; position: relative; z-index: 2; color: #fff; }
    .general_form .form_conti { width: 100%; max-width: 800px; margin: 0 auto; position: relative; }
        .general_form .form_conti form { width: 100%; }
    .general_form form > ul { width: 100%; }
        .general_form form > ul > li { width: calc(33.33% - 45px); padding-left: 20px; box-sizing: border-box; }
            .general_form form > ul > li:last-child { width: 135px; padding-left: 0; }
    .general_form input, .general_form select { border-radius: 5px !important; border: none !important; box-shadow: none !important; }

.about_home { margin: 0 auto 27px auto; width: 100%; max-width: 1000px; }
    .about_home h1 { font-size: 2em; font-weight: 500; color: #00287A; display: block; text-align: center; margin-bottom: 10px; }

.banners { margin-bottom: 50px; }
    .banners > ul { }
        .banners > ul > li { width: 49%; margin-bottom: 2%; }
            .banners > ul > li > a { display: block; padding-bottom: 27%; border-radius: 5px; }
                .banners > ul > li > a:hover, .banners > ul > li > a:focus { filter: brightness(1.1); }

.news_small { margin-bottom: 40px; }
    .news_small > ul { }
        .news_small > ul > li { width: 32%; margin-left: 2%; margin-bottom: 2%; }
            .news_small > ul > li:nth-child(3n) { margin-left: 0; }
.news_small_item { min-height: 159px; padding: 6px 5px; box-sizing: border-box; box-shadow: 0px 3px 6px #00000029; border-radius: 5px; background-color: #F9F9F6; }
    .news_small_item .image { width: 145px; height: 149px; }
    .news_small_item .content { width: calc(100% - 145px); padding-right: 14px; box-sizing: border-box; }
        .news_small_item .content.full_width { width: 100%; padding: 0 10px;}
        .news_small_item .content .title { display: block; font-size: 1.2em; font-weight: 500; margin-bottom: 3px; text-overflow: ellipsis; overflow: hidden; width: 100%; white-space: nowrap; }
        .news_small_item .content .date { display: block; font-weight: 700; color: #8DC63F; margin-bottom: 6px; }
        .news_small_item .content .text { line-height: 120%; }
            .news_small_item .content .text > *:not(:nth-child(1)) { display: none; }
            .news_small_item .content .text > * { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }

.advertising { margin-bottom: 30px; }
    .advertising .advertising_image { height: 392px; width: 458px; position: relative; }
        .advertising .advertising_image .image { position: absolute; width: 100%; height: 100%; right: 0; top: 0; }
    .advertising .content { width: calc(100% - 458px); background-color: #F3F3F3; padding: 39px 40px 40px 53px; box-sizing: border-box; position: relative; }
.advertising_conti > ul > li:nth-child(odd) .content { border-radius: 10px 0 0 10px; }
.advertising_conti > ul > li:nth-child(odd) .advertising_image .image { border-radius: 0 10px 10px 0; }
.advertising_conti > ul > li:nth-child(even) .content { border-radius: 0 10px 10px 0; }
.advertising_conti > ul > li:nth-child(even) .advertising_image .image { border-radius: 10px 0 0 10px; }

.advertising .like_button { width: 100%; display: block; max-width: 260px; padding: 10px; box-sizing: border-box; background-color: #816851; color: #fff; font-size: 1.2em; font-weight: 700; text-align: center; position: absolute; border-radius: 10px; box-shadow: 0px 3px 6px #00000059; right: 30px; bottom: 30px; }
    .advertising .like_button > span { position: relative; z-index: 2; }
    .advertising .like_button:hover::after, .like_button:focus::after { width: 100%; border-radius: 10px; }
    .advertising .like_button::after { content: ""; width: 11px; height: 100%; border-radius: 0 10px 10px 0; position: absolute; right: 0; top: 0; background-color: #86AB1D; transition: all 0.5s ease-in-out; }




/*****End Index****/

/*****Testimonials****/
.videos_conti { margin-bottom: 72px; }
    .videos_conti > ul { }
        .videos_conti > ul > li { width: 24%; margin-left: 1.33%; margin-bottom: 2%; }
            .videos_conti > ul > li:nth-child(4n) { margin-left: 0; }
            .videos_conti > ul > li:nth-child(n + 13) { max-height: 0; overflow: hidden; opacity: 0; margin-bottom: 0; }
            .videos_conti > ul > li.active { opacity: 1; max-height: 700px; overflow: visible; margin-bottom: 2%; }

.like_video { display: block; border-radius: 10px; overflow: hidden; position: relative; width: 100%; padding-bottom: 100%; }
    .like_video > *, .like_video > * > * { position: absolute; width: 100%; height: 100%; right: 0; top: 0; pointer-events: none; }
    .like_video:hover, .like_video:focus { opacity: 0.5; }
/*****End Testimonials****/

/*****About****/
.more_images { margin-bottom: 50px; }
    .more_images > ul { }
        .more_images > ul > li { width: 49.5%; }
            .more_images > ul > li .image { padding-bottom: 67%; }
/*****End About****/

/*****Contact****/
.contac_page .map { }
    .contac_page .map iframe { width: 100%; height: 287px; }
.contac_page .technical_specifications { color: #353535; margin-bottom: 20px; }
    .contac_page .technical_specifications > ul { }
        .contac_page .technical_specifications > ul:nth-child(odd) > li > div { background-color: rgba(53, 53, 53, 0.05); }
        .contac_page .technical_specifications > ul > li { }
            .contac_page .technical_specifications > ul > li > div { padding: 10px; box-sizing: border-box; }
.contac_page form > ul > li { margin-bottom: 20px; }
/*****End Contact****/

/*****Thanks****/
.thanks_page { padding-top: 50px; padding-bottom: 150px; }
    .thanks_page > h2 { font-size: 1.5em; font-weight: 500; margin-bottom: 25px; }
    .thanks_page > p { font-size: 1.15em; }
    .thanks_page .image_conti { margin-bottom: 20px; max-width: 261px; margin: 0 auto 40px auto; }
        .thanks_page .image_conti > img { width: 100%; vertical-align: bottom; }
.error_page .image_conti { max-width: 415px; margin-bottom: 20px; }
.thanks_page .headline3 { border-bottom: none; margin-bottom: 0; padding-bottom: 10px; }
/*****End Thanks****/

/****Our Services****/
.advertising_conti { }
    .advertising_conti > ul { }
        .advertising_conti > ul > li { margin-bottom: 23px; width: 100%; }
/****End Our Services****/

/*****Marketers****/
.marketers_partial .product_slider .image2 { display: block; height: 0; padding-bottom: 45%;width:95%;margin:0 auto; /*border: 1px solid #C5C5C5;*/ }
.marketers_partial .product_slider .slick-slide { padding-left: 10px; box-sizing: border-box; }
.marketers_partial .slick-prev, .marketers_partial .slick-next { height: 100%; width: 30px; border-radius: 0; background-size: contain !important; box-shadow: none !important; background-color: transparent; color: #fff; background-size: auto; }
.marketers_partial .slick-next { right: 0; background-image: url(/Content/Resources/General/arrowRight.png); }
.marketers_partial .slick-prev { left: 0; background-image: url(/Content/Resources/General/arrowLeft.png); }

.tag_logos { margin-bottom: 30px; padding: 0 10px 0 0; box-sizing: border-box; }
    .tag_logos .marketers_partial .product_slider .image2 { background-size: contain; }
    .tag_logos .marketers_partial .product_slider .slick-slide > div { padding: 10px 0; border: 1px solid #DCDCDC; box-sizing: border-box; border-radius: 5px; }
/*****End Marketers****/

/****News And Sale*****/
.news_and_sale_items { }
    .news_and_sale_items > ul { }
        .news_and_sale_items > ul > li { margin-bottom: 30px; }
.news_item { display: block; box-shadow: 0px 3px 6px #00000029; border-radius: 5px; padding: 53px 20px; box-sizing: border-box; background-color: #F9F9F6; }
    .news_item .image { width: 227px; height: 227px; }
    .news_item .content { width: calc(100% - 227px); padding-right: 20px; box-sizing: border-box; }
        .news_item .content.full_width { width: 100%; padding-right: 0; }
        .news_item .content .title { margin-bottom: 15px; align-items: flex-end; }
            .news_item .content .title > h2 { font-size: 1.2em; font-weight: 700; color: #000; margin-left: 18px; }
            .news_item .content .title > small { font-weight: 700; color: #50B426; }
        .news_item .content .text { font-size: 1.05em; line-height: 120%; }
        .news_item .content .links { margin-top: 30px; }
            .news_item .content .links > ul { }
                .news_item .content .links > ul > li { margin-left: 20px; margin-bottom: 10px; }
                    .news_item .content .links > ul > li:last-child { margin-left: 0; }
                    .news_item .content .links > ul > li > a { display: block; font-size: 1.05em; }
                        .news_item .content .links > ul > li > a > * { display: inline-block; vertical-align: middle; }
                        .news_item .content .links > ul > li > a img { margin-left: 5px; }
                        .news_item .content .links > ul > li > a:hover, .news_item .content .links > ul > li > a:focus { color: #8DC63F; }
/****End News And Sale*****/

/****Manufacturers*****/
.filters_and_manufacturers { }
    .filters_and_manufacturers .filters { width: 250px; }
.manufacturers_contetns { width: calc(100% - 250px); padding-right: 20px; box-sizing: border-box; }
    .manufacturers_contetns > ul { width: 100%; }
        .manufacturers_contetns > ul > li { width: 32%; margin-left: 2%; margin-bottom: 27px; }
            .manufacturers_contetns > ul > li:nth-child(3n) { margin-left: 0; }
            .manufacturers_contetns > ul > li > a { display: block; }
                .manufacturers_contetns > ul > li > a .image { padding-bottom: 66%; border: 1px solid #DCDCDC; border-radius: 5px; background-size: contain; margin-bottom: 9px; }
                .manufacturers_contetns > ul > li > a .title { box-shadow: 0px 3px 6px #00000029; border-radius: 3px; display: block; padding: 5px; box-sizing: border-box; text-align: center; font-size: 1.15em; font-weight: 400; background-color: #EEF6F4; color: #000000; }
                .manufacturers_contetns > ul > li > a:hover .title, .manufacturers_contetns > ul > li > a:focus .title { background-color: #00287A; color: #fff; }

.filters_and_manufacturers .filters { }
    .filters_and_manufacturers .filters > h2 { font-size: 1.2em; font-weight: 700; text-decoration: underline; display: inline-block; margin-bottom: 9px; }
    .filters_and_manufacturers .filters > ul { display: block; }
        .filters_and_manufacturers .filters > ul > li { margin-bottom: 15px; }
            .filters_and_manufacturers .filters > ul > li > a { }
.filters > ul > li > a > span { font-size: 1.05em; font-weight: 600;color:#00287A; display: inline-block; vertical-align: middle; margin-left: 3px; }
.filters > ul > li > a > i { border-color: #459E28; display: inline-block; vertical-align: middle; }
.sub_filters { position: relative; padding-top: 15px; padding-right: 15px; box-sizing: border-box; }
.filters_and_manufacturers .sub_filters { display: none; }
.sub_filters::before { content: ""; position: absolute; width: 1px; height: calc(100% - 8px); right: 0; top: 0; background-color: #000; }
.sub_filters > ul { }
    .sub_filters > ul > li { margin-bottom: 20px; position: relative; }
        .sub_filters > ul > li::before { content: ""; position: absolute; top: 50%; right: -15px; width: 10px; height: 1px; background-color: #000; transform: translateY(-50%); }
.inner_links { font-size: 0.8em; display: inline-block; vertical-align: middle; }
    .inner_links > * { margin-left: 5px; }
    .inner_links img { width: 11px; }
/****End Manufacturers*****/

/****Manufacturer Inner*****/
.product_sides { margin-bottom: 17px; }
    .product_sides .side_one { width: 300px; height: 200px; border: 1px solid #DCDCDC; border-radius: 5px; box-sizing: border-box; background-size: contain; }
    .product_sides .side_two { width: calc(100% - 300px); padding-right: 30px; box-sizing: border-box; }
        .product_sides .side_two h1 { font-size: 2.2em; font-weight: 700; display: block; margin-bottom: 10px; }
.product_images { padding-bottom: 10px; }
    .product_images > ul { }
        .product_images > ul > li { width: 24%; margin-left: 1.33%; margin-bottom: 1.33%; }
            .product_images > ul > li:nth-child(4n) { margin-left: 0; }
            .product_images > ul > li .image { padding-bottom: 100%;display:block; }
                .product_images > ul > li .image::after { content: "צפה בגלריה"; position: absolute; width: 100%; text-align: center; color: #325626;background-color:#fff;padding:8px 5px;box-sizing:border-box; font-size: 1.2em; font-weight: 700; right: 0; top: 50%; transform: translateY(-50%); opacity: 0; transition: all 0.5s ease-in-out; }
                .product_images > ul > li .image:hover, .product_images > ul > li .image:focus {filter:brightness(1.05); }
                    .product_images > ul > li .image:hover::after, .product_images > ul > li .image:focus::after { opacity: 1;  }
.inner_filter { padding-top: 20px; border-top: 1px solid #BCBCBC; }
    .inner_filter > h2 { font-size: 1.5em; font-weight: 400; display: block; margin-bottom: 15px; }
    .inner_filter > ul { }
        .inner_filter > ul > li { margin-left: 30px; }
/****End Manufacturer Inner*****/

/***Blog Inner***/
.inner_article_page { padding-top: 70px; }
/***End Blog Inner***/


@media only screen and (max-width : 1610px) {
    /****Customers****/
    .customers_images { padding: 0; }
    /****End Customers****/
}

@media only screen and (max-width : 1366px) {
    /*General Classes*/
    /*End General Classes*/
}

@media only screen and (max-width : 1210px) {
    /*General Classes*/
    /*End General Classes*/
}

@media only screen and (max-width : 1020px) {
    /*General Classes*/
    .message_conti { height: auto; }
    .message_partial { width: 100%; position: relative; }

    .green_energy { display: none; }
    .general_form { padding: 20px 10px; }
    .general_article p { font-size: 1em; }
    .test_item .test_content > p { font-size: 1em; }
    /*.general_form1 {display:none; }*/
    .main_image { min-height: 80px; }
        .main_image .general_form { display: none; }
    .bread { margin-bottom: 10px; font-size: 0.8em; }
    .open_side_form > .open_side_form_bg { right: 0; }
    /*End General Classes*/

    /*Index*/

    .advertising .advertising_image { width: 100%; height: 0; padding-bottom: 70%; }
    .advertising .content { width: 100%; padding: 10px; }
    .advertising .headline3 { margin-bottom: 10px; padding-bottom: 10px; }
        .advertising .headline3 > * { font-size: 1.2em; }
    .advertising .general_article p { font-size: 1em; }
    .advertising .like_button { position: relative; right: 0; bottom: 0; }

    .news_small > ul > li { width: 100%; margin: 0 0 20px 0; }
    /*End Index*/

    /***Contact***/
    .contac_page .main_image { padding: 30px 10px; min-height: initial; }
    /***End Contact***/


}

@media only screen and (max-width : 800px) {
    /***Manufacturers***/
    .filters_and_manufacturers .filters { width: 100%; }
    .manufacturers_contetns { width: 100%; padding-right: 0; }
    .filters_and_manufacturers .filters > ul { display: flex; flex-wrap: wrap; }
        .filters_and_manufacturers .filters > ul > li { margin-left: 20px; }
            .filters_and_manufacturers .filters > ul > li > a { display: block; padding: 10px; box-sizing: border-box; border: 1px solid #000; border-radius: 5px; }
    /***End Manufacturers***/

    .items_conti > ul > li { width: 50% !important; }
        .items_conti > ul > li .item_conti { height: 0; padding-bottom: 100%; }
}

@media only screen and (max-width : 768px) {
    /***Index***/
    .slider .image_content { font-size: 3.3vw; max-width: 40%; }
    .general_form form > ul { justify-content: space-between; }
        .general_form form > ul > li { width: 49%; margin-bottom: 10px; padding-left: 0; }
            .general_form form > ul > li:last-child { width: 100%; text-align: center; }
            .general_form form > ul > li button { width: 157px; display: inline-block; }
    /***End Index****/

    /***Testimonials***/
    .test_item_inner { }
    .sub_test > ul > li { margin-bottom: 20px; }
        .sub_test > ul > li .test_item_inner { padding: 0 !important; }
            .sub_test > ul > li .test_item_inner .bg { padding: 100px 10px 10px 10px !important; width: 100%; min-height: initial; text-align: center; }
            .sub_test > ul > li .test_item_inner .image { top: 10px; right: 0; left: 0; margin: 0 auto; border-radius: 50%; width: 80px; height: 80px; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -o-transform: translateY(0); -ms-transform: translateY(0); }
    .test_item_inner .bg .text > h2 { margin-bottom: 20px; }
    /***End Testimonials***/

    /****Customers****/
    .customers_images > ul > li { width: 33.33%; }
    /****End Customers****/

    /***Manufacturer Inner***/
    .product_sides .side_one { margin:0 auto 20px auto;}
    .product_sides .side_two {width:100%;padding:0; }
    .product_images > ul {justify-content:space-between; }
    .product_images > ul > li { width:49%;margin:0 0 2% 0;}
    /***End Manufacturer Inner***/
}

@media only screen and (max-width : 600px) {
    .general_form .form_conti img { width: 50px; top: -70px; }
    .general_form .form_conti form { width: 100%; }
    .general_form form > ul > li { width: 100% !important; margin-bottom: 15px; padding: 0; }
        .general_form form > ul > li button { margin: 0 auto; width: 200px; }
    .main_image { height: auto; padding-top: 20px; }
    .side_socials > ul { width: 40px; flex-wrap: wrap; }
        .side_socials > ul > li { margin: 0 0 5px 0; }


    /*Side Form*/
    /*.side_form_conti { top: initial; bottom: 0; left: initial; right: 0; }
    .open_side_form { left: initial; right: 0; top: initial; bottom: 0; transform: rotate(0deg); }*/
    .open_whatsapp { top: -71px; left: initial; right: 0; }
        /*.side_form_conti .lead_form { left: initial; right: 0; bottom: -340px; top: initial; }
    .side_form_conti.active .lead_form { bottom: 0; }
    .side_form_conti.active .open_side_form { top: -293px; }*/
        .open_whatsapp > img { right: 0; display: inline-block; vertical-align: middle; width: 35px; }
        .open_whatsapp > span { right: 0; display: inline-block; vertical-align: middle; font-size: 1.2em; }
    .open_whatsapp { width: 90px; }
    /*End Side Form*/

    /***Index***/
    .news_small { margin-bottom: 0; }
    .news_small_item .image { margin: 0 auto 10px auto; }
    .news_small_item .content { width: 100%; padding-right: 0; }

    .banners { margin-bottom: 20px; }
        .banners > ul > li { width: 100%; }

    .videos_conti > ul { justify-content: space-between; }
        .videos_conti > ul > li { width: 49%; margin: 0 0 10px 0; }

    /***End Index****/

    /***Testimonials***/
    .more_test_item .text article > * { font-size: 1em; }
    .videos_conti { margin-bottom: 20px; }
    /***End Testimonials***/

    /*****Contact****/
    .contact_page .contact_form form > ul { padding-right: 0; box-sizing: border-box; }
        .contact_page .contact_form form > ul > li { padding-left: 0; width: 100% !important; }
            .contact_page .contact_form form > ul > li:nth-child(6), .contact_page .contact_form form > ul > li:nth-child(7) { text-align: right; }
    /*****End Contact****/

    /***Blog Inner***/
    .inner_article_page { padding-top: 30px; }
    /***End Blog Inner***/

    /****News And Sale*****/
    .news_item { justify-content: center; padding: 10px; }
        .news_item .image { margin-bottom: 20px; }
        .news_item .content { width: 100%; padding-right: 0; }
    /****End News And Sale*****/

    /***Manufacturers***/
    .manufacturers_contetns > ul {justify-content:space-between; }
    .manufacturers_contetns > ul > li { width:49%;margin:0 0 20px 0;}
    /***End Manufacturers***/
}

@media only screen and (max-width : 414px) {
    /***Index****/
    /***End Index****/

    /***About****/
    .about_images > ul > li { width: 100%; margin: 0 0 10px 0; }
    /***End About****/

    /***Testimonials***/
    .more_tests > ul > li { width: 100%; }
    .more_test_item { padding: 20px 10px; min-height: initial; }
    /***End Testimonials***/

    /****Customers****/
    .customers_images > ul > li { width: 50%; }
    /****End Customers****/
}

@media only screen and (max-width : 360px) {
    /***Index****/
    .videos_conti > ul > li { width: 100%; }
    /***End Index****/
}

.flex { display: flex; }
.flex_space_evenly { justify-content: space-between; }
.flex_space_center { justify-content: center; }
.flex_items_align_middle { align-items: center; }
.flex_wrap { flex-wrap: wrap; }
.flex_row { flex-direction: row; }
.flex_column { flex-direction: column; }

.item_order_1 { order: 1; }
.item_order_2 { order: 2; }
.item_order_3 { order: 3; }
.item_order_4 { order: 4; }
.item_order_5 { order: 5; }
.item_order_6 { order: 6; }
.item_order_7 { order: 7; }
.item_order_8 { order: 8; }
.item_order_9 { order: 9; }
.item_order_10 { order: 10; }

.flex_column_1 { width: 10%; }
.flex_column_2 { width: 20%; }
.flex_column_3 { width: 30%; }
.flex_column_4 { width: 40%; }
.flex_column_5 { width: 50%; }
.flex_column_6 { width: 60%; }
.flex_column_7 { width: 70%; }
.flex_column_8 { width: 80%; }
.flex_column_9 { width: 90%; }
.flex_column_10 { width: 100%; }

.flex_items_1 { width: 100%; }
.flex_items_2 { width: 50%; }
.flex_items_3 { width: 33.33%; }
.flex_items_4 { width: 25%; }
.flex_items_5 { width: 20%; }
.flex_items_6 { width: 16.66%; }
.flex_items_7 { width: 14.285%; }
.flex_items_8 { width: 12.5%; }
.flex_items_9 { width: 11.11%; }
.flex_items_10 { width: 10%; }

.flex_item_space_0 { padding-left: 0; }
.flex_item_space_right_0 { padding-right: 0; }
.flex_item_space_5 { padding-left: 5px; }
.flex_item_space_right_5 { padding-right: 5px; }
.flex_column_space_5 { padding-right: 5px; }
.flex_column_space_left_5 { padding-left: 5px; }
.flex_item_space_10 { padding-left: 10px; }
.flex_item_space_right_10 { padding-right: 10px; }
.flex_column_space_10 { padding-right: 10px; }
.flex_column_space_left_10 { padding-left: 10px; }
.flex_item_space_15 { padding-left: 15px; }
.flex_item_space_right_15 { padding-right: 15px; }
.flex_column_space_15 { padding-right: 15px; }
.flex_column_space_left_15 { padding-left: 15px; }
.flex_item_space_20 { padding-left: 20px; }
.flex_item_space_right_20 { padding-right: 20px; }
.flex_column_space_20 { padding-right: 20px; }
.flex_column_space_left_20 { padding-left: 20px; }
.flex_item_space_25 { padding-left: 25px; }
.flex_item_space_right_25 { padding-right: 25px; }
.flex_column_space_25 { padding-right: 25px; }
.flex_column_space_left_25 { padding-left: 25px; }
.flex_item_space_30 { padding-left: 30px; }
.flex_item_space_right_30 { padding-right: 30px; }
.flex_column_space_30 { padding-right: 30px; }
.flex_column_space_left_30 { padding-left: 30px; }
.flex_item_space_35 { padding-left: 35px; }
.flex_item_space_right_35 { padding-right: 35px; }
.flex_column_space_35 { padding-right: 35px; }
.flex_column_space_left_35 { padding-left: 35px; }
.flex_item_space_40 { padding-left: 40px; }
.flex_item_space_right_40 { padding-right: 40px; }
.flex_column_space_40 { padding-right: 40px; }
.flex_column_space_left_40 { padding-right: 40px; }

.item_margin_b_0 { margin-bottom: 0; }
.item_margin_b_10 { margin-bottom: 10px; }
.item_margin_b_15 { margin-bottom: 15px; }
.item_margin_b_20 { margin-bottom: 20px; }
.item_margin_b_30 { margin-bottom: 30px; }
.item_margin_b_40 { margin-bottom: 40px; }
.item_margin_b_50 { margin-bottom: 50px; }
.item_margin_b_60 { margin-bottom: 60px; }
.item_margin_b_70 { margin-bottom: 70px; }
.item_margin_b_80 { margin-bottom: 80px; }
.item_margin_b_90 { margin-bottom: 90px; }
.item_margin_b_100 { margin-bottom: 100px; }

@media only screen and (max-width : 1366px) {
    .flex_laptop_column_1 { width: 10%; }
    .flex_laptop_column_2 { width: 20%; }
    .flex_laptop_column_3 { width: 30%; }
    .flex_laptop_column_4 { width: 40%; }
    .flex_laptop_column_5 { width: 50%; }
    .flex_laptop_column_6 { width: 60%; }
    .flex_laptop_column_7 { width: 70%; }
    .flex_laptop_column_8 { width: 80%; }
    .flex_laptop_column_9 { width: 90%; }
    .flex_laptop_column_10 { width: 100%; }

    .flex_laptop_items_1 { width: 100%; }
    .flex_laptop_items_2 { width: 50%; }
    .flex_laptop_items_3 { width: 33.33%; }
    .flex_laptop_items_4 { width: 25%; }
    .flex_laptop_items_5 { width: 20%; }
    .flex_laptop_items_6 { width: 16.66%; }
    .flex_laptop_items_7 { width: 14.285%; }
    .flex_laptop_items_8 { width: 12.5%; }
    .flex_laptop_items_9 { width: 11.11%; }
    .flex_laptop_items_10 { width: 10%; }

    .item_order_laptop_1 { order: 1; }
    .item_order_laptop_2 { order: 2; }
    .item_order_laptop_3 { order: 3; }
    .item_order_laptop_4 { order: 4; }
    .item_order_laptop_5 { order: 5; }
    .item_order_laptop_6 { order: 6; }
    .item_order_laptop_7 { order: 7; }
    .item_order_laptop_8 { order: 8; }
    .item_order_laptop_9 { order: 9; }
    .item_order_laptop_10 { order: 10; }

    .item_margin_b_laptop_0 { margin-bottom: 0; }
    .item_margin_b_laptop_10 { margin-bottom: 10px; }
    .item_margin_b_laptop_20 { margin-bottom: 20px; }
    .item_margin_b_laptop_30 { margin-bottom: 30px; }
    .item_margin_b_laptop_40 { margin-bottom: 40px; }
    .item_margin_b_laptop_50 { margin-bottom: 50px; }
    .item_margin_b_laptop_60 { margin-bottom: 60px; }
    .item_margin_b_laptop_70 { margin-bottom: 70px; }
    .item_margin_b_laptop_80 { margin-bottom: 80px; }
    .item_margin_b_laptop_90 { margin-bottom: 90px; }
    .item_margin_b_laptop_100 { margin-bottom: 100px; }

    .flex_item_space_laptop_0 { padding-left: 0; }
    .flex_item_space_right_laptop_0 { padding-right: 0; }
    .flex_item_space_laptop_5 { padding-left: 5px; }
    .flex_item_space_right_laptop_5 { padding-right: 5px; }
    .flex_column_space_laptop_5 { padding-right: 5px; }
    .flex_column_space_left_laptop_5 { padding-left: 5px; }
    .flex_item_space_laptop_10 { padding-left: 10px; }
    .flex_item_space_right_laptop_10 { padding-right: 10px; }
    .flex_column_space_laptop_10 { padding-right: 10px; }
    .flex_column_space_left_laptop_10 { padding-left: 10px; }
    .flex_item_space_laptop_15 { padding-left: 15px; }
    .flex_item_space_right_laptop_15 { padding-right: 15px; }
    .flex_column_space_laptop_15 { padding-right: 15px; }
    .flex_column_space_left_laptop_15 { padding-left: 15px; }
    .flex_item_space_laptop_20 { padding-left: 20px; }
    .flex_item_space_right_laptop_20 { padding-right: 20px; }
    .flex_column_space_laptop_20 { padding-right: 20px; }
    .flex_column_space_left_laptop_20 { padding-left: 20px; }
    .flex_item_space_laptop_25 { padding-left: 25px; }
    .flex_item_space_right_laptop_25 { padding-right: 25px; }
    .flex_column_space_laptop_25 { padding-right: 25px; }
    .flex_column_space_left_laptop_25 { padding-left: 25px; }
    .flex_item_space_laptop_30 { padding-left: 30px; }
    .flex_item_space_right_laptop_30 { padding-right: 30px; }
    .flex_column_space_laptop_30 { padding-right: 30px; }
    .flex_column_space_left_laptop_30 { padding-left: 30px; }
    .flex_item_space_laptop_35 { padding-left: 35px; }
    .flex_item_space_right_laptop_35 { padding-right: 35px; }
    .flex_column_space_laptop_35 { padding-right: 35px; }
    .flex_column_space_left_laptop_35 { padding-left: 35px; }
    .flex_item_space_laptop_40 { padding-left: 40px; }
    .flex_item_space_right_laptop_40 { padding-right: 40px; }
    .flex_column_space_laptop_40 { padding-right: 40px; }
    .flex_column_space_left_laptop_40 { padding-right: 40px; }
}

@media only screen and (max-width : 1020px) {
    .flex_laptop_smaller_column_1 { width: 10%; }
    .flex_laptop_smaller_column_2 { width: 20%; }
    .flex_laptop_smaller_column_3 { width: 30%; }
    .flex_laptop_smaller_column_4 { width: 40%; }
    .flex_laptop_smaller_column_5 { width: 50%; }
    .flex_laptop_smaller_column_6 { width: 60%; }
    .flex_laptop_smaller_column_7 { width: 70%; }
    .flex_laptop_smaller_column_8 { width: 80%; }
    .flex_laptop_smaller_column_9 { width: 90%; }
    .flex_laptop_smaller_column_10 { width: 100%; }

    .flex_laptop_smaller_items_1 { width: 100%; }
    .flex_laptop_smaller_items_2 { width: 50%; }
    .flex_laptop_smaller_items_3 { width: 33.33%; }
    .flex_laptop_smaller_items_4 { width: 25%; }
    .flex_laptop_smaller_items_5 { width: 20%; }
    .flex_laptop_smaller_items_6 { width: 16.66%; }
    .flex_laptop_smaller_items_7 { width: 14.285%; }
    .flex_laptop_smaller_items_8 { width: 12.5%; }
    .flex_laptop_smaller_items_9 { width: 11.11%; }
    .flex_laptop_smaller_items_10 { width: 10%; }

    .item_order_laptop_smaller_1 { order: 1; }
    .item_order_laptop_smaller_2 { order: 2; }
    .item_order_laptop_smaller_3 { order: 3; }
    .item_order_laptop_smaller_4 { order: 4; }
    .item_order_laptop_smaller_5 { order: 5; }
    .item_order_laptop_smaller_6 { order: 6; }
    .item_order_laptop_smaller_7 { order: 7; }
    .item_order_laptop_smaller_8 { order: 8; }
    .item_order_laptop_smaller_9 { order: 9; }
    .item_order_laptop_smaller_10 { order: 10; }

    .item_margin_b_laptop_smaller_0 { margin-bottom: 0; }
    .item_margin_b_laptop_smaller_10 { margin-bottom: 10px; }
    .item_margin_b_laptop_smaller_20 { margin-bottom: 20px; }
    .item_margin_b_laptop_smaller_30 { margin-bottom: 30px; }
    .item_margin_b_laptop_smaller_40 { margin-bottom: 40px; }
    .item_margin_b_laptop_smaller_50 { margin-bottom: 50px; }
    .item_margin_b_laptop_smaller_60 { margin-bottom: 60px; }
    .item_margin_b_laptop_smaller_70 { margin-bottom: 70px; }
    .item_margin_b_laptop_smaller_80 { margin-bottom: 80px; }
    .item_margin_b_laptop_smaller_90 { margin-bottom: 90px; }
    .item_margin_b_laptop_smaller_100 { margin-bottom: 100px; }

    .flex_item_space_smaller_0 { padding-left: 0; }
    .flex_item_space_right_smaller_0 { padding-right: 0; }
    .flex_item_space_smaller_5 { padding-left: 5px; }
    .flex_item_space_right_smaller_5 { padding-right: 5px; }
    .flex_column_space_smaller_5 { padding-right: 5px; }
    .flex_column_space_left_smaller_5 { padding-left: 5px; }
    .flex_item_space_smaller_10 { padding-left: 10px; }
    .flex_item_space_right_smaller_10 { padding-right: 10px; }
    .flex_column_space_smaller_10 { padding-right: 10px; }
    .flex_column_space_left_smaller_10 { padding-left: 10px; }
    .flex_item_space_smaller_15 { padding-left: 15px; }
    .flex_item_space_right_smaller_15 { padding-right: 15px; }
    .flex_column_space_smaller_15 { padding-right: 15px; }
    .flex_column_space_left_smaller_15 { padding-left: 15px; }
    .flex_item_space_smaller_20 { padding-left: 20px; }
    .flex_item_space_right_smaller_20 { padding-right: 20px; }
    .flex_column_space_smaller_20 { padding-right: 20px; }
    .flex_column_space_left_smaller_20 { padding-left: 20px; }
    .flex_item_space_smaller_25 { padding-left: 25px; }
    .flex_item_space_right_smaller_25 { padding-right: 25px; }
    .flex_column_space_smaller_25 { padding-right: 25px; }
    .flex_column_space_left_smaller_25 { padding-left: 25px; }
    .flex_item_space_smaller_30 { padding-left: 30px; }
    .flex_item_space_right_smaller_30 { padding-right: 30px; }
    .flex_column_space_smaller_30 { padding-right: 30px; }
    .flex_column_space_left_smaller_30 { padding-left: 30px; }
    .flex_item_space_smaller_35 { padding-left: 35px; }
    .flex_item_space_right_smaller_35 { padding-right: 35px; }
    .flex_column_space_smaller_35 { padding-right: 35px; }
    .flex_column_space_left_smaller_35 { padding-left: 35px; }
    .flex_item_space_smaller_40 { padding-left: 40px; }
    .flex_item_space_right_smaller_40 { padding-right: 40px; }
    .flex_column_space_smaller_40 { padding-right: 40px; }
    .flex_column_space_left_smaller_40 { padding-right: 40px; }
}

@media only screen and (max-width : 768px) {
    .flex_tab_column_1 { width: 10%; }
    .flex_tab_column_2 { width: 20%; }
    .flex_tab_column_3 { width: 30%; }
    .flex_tab_column_4 { width: 40%; }
    .flex_tab_column_5 { width: 50%; }
    .flex_tab_column_6 { width: 60%; }
    .flex_tab_column_7 { width: 70%; }
    .flex_tab_column_8 { width: 80%; }
    .flex_tab_column_9 { width: 90%; }
    .flex_tab_column_10 { width: 100%; }

    .flex_tab_items_1 { width: 100%; }
    .flex_tab_items_2 { width: 50%; }
    .flex_tab_items_3 { width: 33.33%; }
    .flex_tab_items_4 { width: 25%; }
    .flex_tab_items_5 { width: 20%; }
    .flex_tab_items_6 { width: 16.66%; }
    .flex_tab_items_7 { width: 14.285%; }
    .flex_tab_items_8 { width: 12.5%; }
    .flex_tab_items_9 { width: 11.11%; }
    .flex_tab_items_10 { width: 10%; }

    .item_order_tab_1 { order: 1; }
    .item_order_tab_2 { order: 2; }
    .item_order_tab_3 { order: 3; }
    .item_order_tab_4 { order: 4; }
    .item_order_tab_5 { order: 5; }
    .item_order_tab_6 { order: 6; }
    .item_order_tab_7 { order: 7; }
    .item_order_tab_8 { order: 8; }
    .item_order_tab_9 { order: 9; }
    .item_order_tab_10 { order: 10; }

    .item_margin_b_tab_0 { margin-bottom: 0; }
    .item_margin_b_tab_10 { margin-bottom: 10px; }
    .item_margin_b_tab_20 { margin-bottom: 20px; }
    .item_margin_b_tab_30 { margin-bottom: 30px; }
    .item_margin_b_tab_40 { margin-bottom: 40px; }
    .item_margin_b_tab_50 { margin-bottom: 50px; }
    .item_margin_b_tab_60 { margin-bottom: 60px; }
    .item_margin_b_tab_70 { margin-bottom: 70px; }
    .item_margin_b_tab_80 { margin-bottom: 80px; }
    .item_margin_b_tab_90 { margin-bottom: 90px; }
    .item_margin_b_tab_100 { margin-bottom: 100px; }

    .flex_item_space_tab_0 { padding-left: 0; }
    .flex_item_space_right_tab_0 { padding-right: 0; }
    .flex_item_space_tab_5 { padding-left: 5px; }
    .flex_item_space_right_tab_5 { padding-right: 5px; }
    .flex_column_space_tab_5 { padding-right: 5px; }
    .flex_column_space_left_tab_5 { padding-left: 5px; }
    .flex_item_space_tab_10 { padding-left: 10px; }
    .flex_item_space_right_tab_10 { padding-right: 10px; }
    .flex_column_space_tab_10 { padding-right: 10px; }
    .flex_column_space_left_tab_10 { padding-left: 10px; }
    .flex_item_space_tab_15 { padding-left: 15px; }
    .flex_item_space_right_tab_15 { padding-right: 15px; }
    .flex_column_space_tab_15 { padding-right: 15px; }
    .flex_column_space_left_tab_15 { padding-left: 15px; }
    .flex_item_space_tab_20 { padding-left: 20px; }
    .flex_item_space_right_tab_20 { padding-right: 20px; }
    .flex_column_space_tab_20 { padding-right: 20px; }
    .flex_column_space_left_tab_20 { padding-left: 20px; }
    .flex_item_space_tab_25 { padding-left: 25px; }
    .flex_item_space_right_tab_25 { padding-right: 25px; }
    .flex_column_space_tab_25 { padding-right: 25px; }
    .flex_column_space_left_tab_25 { padding-left: 25px; }
    .flex_item_space_tab_30 { padding-left: 30px; }
    .flex_item_space_right_tab_30 { padding-right: 30px; }
    .flex_column_space_tab_30 { padding-right: 30px; }
    .flex_column_space_left_tab_30 { padding-left: 30px; }
    .flex_item_space_tab_35 { padding-left: 35px; }
    .flex_item_space_right_tab_35 { padding-right: 35px; }
    .flex_column_space_tab_35 { padding-right: 35px; }
    .flex_column_space_left_tab_35 { padding-left: 35px; }
    .flex_item_space_tab_40 { padding-left: 40px; }
    .flex_item_space_right_tab_40 { padding-right: 40px; }
    .flex_column_space_tab_40 { padding-right: 40px; }
    .flex_column_space_left_tab_40 { padding-right: 40px; }
}

@media only screen and (max-width : 600px) {
    .flex_mobile_column_1 { width: 10%; }
    .flex_mobile_column_2 { width: 20%; }
    .flex_mobile_column_3 { width: 30%; }
    .flex_mobile_column_4 { width: 40%; }
    .flex_mobile_column_5 { width: 50%; }
    .flex_mobile_column_6 { width: 60%; }
    .flex_mobile_column_7 { width: 70%; }
    .flex_mobile_column_8 { width: 80%; }
    .flex_mobile_column_9 { width: 90%; }
    .flex_mobile_column_10 { width: 100%; }

    .flex_mobile_items_1 { width: 100%; }
    .flex_mobile_items_2 { width: 50%; }
    .flex_mobile_items_3 { width: 33.33%; }
    .flex_mobile_items_4 { width: 25%; }
    .flex_mobile_items_5 { width: 20%; }
    .flex_mobile_items_6 { width: 16.66%; }
    .flex_mobile_items_7 { width: 14.285%; }
    .flex_mobile_items_8 { width: 12.5%; }
    .flex_mobile_items_9 { width: 11.11%; }
    .flex_mobile_items_10 { width: 10%; }

    .item_order_mobile_1 { order: 1; }
    .item_order_mobile_2 { order: 2; }
    .item_order_mobile_3 { order: 3; }
    .item_order_mobile_4 { order: 4; }
    .item_order_mobile_5 { order: 5; }
    .item_order_mobile_6 { order: 6; }
    .item_order_mobile_7 { order: 7; }
    .item_order_mobile_8 { order: 8; }
    .item_order_mobile_9 { order: 9; }
    .item_order_mobile_10 { order: 10; }

    .item_margin_b_mobile_0 { margin-bottom: 0; }
    .item_margin_b_mobile_10 { margin-bottom: 10px; }
    .item_margin_b_mobile_20 { margin-bottom: 20px; }
    .item_margin_b_mobile_30 { margin-bottom: 30px; }
    .item_margin_b_mobile_40 { margin-bottom: 40px; }
    .item_margin_b_mobile_50 { margin-bottom: 50px; }
    .item_margin_b_mobile_60 { margin-bottom: 60px; }
    .item_margin_b_mobile_70 { margin-bottom: 70px; }
    .item_margin_b_mobile_80 { margin-bottom: 80px; }
    .item_margin_b_mobile_90 { margin-bottom: 90px; }
    .item_margin_b_mobile_100 { margin-bottom: 100px; }

    .flex_item_space_mobile_0 { padding-left: 0; }
    .flex_item_space_right_mobile_0 { padding-right: 0; }
    .flex_item_space_mobile_5 { padding-left: 5px; }
    .flex_item_space_right_mobile_5 { padding-right: 5px; }
    .flex_column_space_mobile_5 { padding-right: 5px; }
    .flex_column_space_left_mobile_5 { padding-left: 5px; }
    .flex_item_space_mobile_10 { padding-left: 10px; }
    .flex_item_space_right_mobile_10 { padding-right: 10px; }
    .flex_column_space_mobile_10 { padding-right: 10px; }
    .flex_column_space_left_mobile_10 { padding-left: 10px; }
    .flex_item_space_mobile_15 { padding-left: 15px; }
    .flex_item_space_right_mobile_15 { padding-right: 15px; }
    .flex_column_space_mobile_15 { padding-right: 15px; }
    .flex_column_space_left_mobile_15 { padding-left: 15px; }
    .flex_item_space_mobile_20 { padding-left: 20px; }
    .flex_item_space_right_mobile_20 { padding-right: 20px; }
    .flex_column_space_mobile_20 { padding-right: 20px; }
    .flex_column_space_left_mobile_20 { padding-left: 20px; }
    .flex_item_space_mobile_25 { padding-left: 25px; }
    .flex_item_space_right_mobile_25 { padding-right: 25px; }
    .flex_column_space_mobile_25 { padding-right: 25px; }
    .flex_column_space_left_mobile_25 { padding-left: 25px; }
    .flex_item_space_mobile_30 { padding-left: 30px; }
    .flex_item_space_right_mobile_30 { padding-right: 30px; }
    .flex_column_space_mobile_30 { padding-right: 30px; }
    .flex_column_space_left_mobile_30 { padding-left: 30px; }
    .flex_item_space_mobile_35 { padding-left: 35px; }
    .flex_item_space_right_mobile_35 { padding-right: 35px; }
    .flex_column_space_mobile_35 { padding-right: 35px; }
    .flex_column_space_left_mobile_35 { padding-left: 35px; }
    .flex_item_space_mobile_40 { padding-left: 40px; }
    .flex_item_space_right_mobile_40 { padding-right: 40px; }
    .flex_column_space_mobile_40 { padding-right: 40px; }
    .flex_column_space_left_mobile_40 { padding-right: 40px; }
}

