/* Minification failed. Returning unminified contents.
(356,208): run-time error CSS1046: Expect comma, found '255'
(356,216): run-time error CSS1046: Expect comma, found '/'
(454,180): run-time error CSS1046: Expect comma, found '255'
(454,188): run-time error CSS1046: Expect comma, found '/'
(476,86): run-time error CSS1046: Expect comma, found '65'
(476,92): run-time error CSS1046: Expect comma, 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;outline: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.active, .field-validation-error + .like_select { border: 2px solid #fa0404 !important; }

.tbl { display: table; table-layout: fixed; }
    .tbl > * { display: table-cell; }

input, textarea, select { font-family: 'Assistant', sans-serif; outline: 0; }

.general_image_conti {}
.general_image_conti > img {max-width:100%;display:inline-block;vertical-align:middle;}

.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: 10px; box-sizing: border-box; text-align: right; font-size: 1em; color: #fff; font-weight: 300; }
    .bread a { color: #0077FF; }
        .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: #1694C4; }
.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%; }
/******End General Classes******/

/******Headlines******/
.headline1 { font-size: 2.5em; text-align: center; display: flex; align-items: center; }
    .headline1 > * { width: 100%; }
    .headline1 .title { font-weight: 700; position: relative; z-index: 2; padding: 0 30px; box-sizing: border-box; white-space: nowrap; width: auto; }
    .headline1 .raw { position: relative; }
        .headline1 .raw .after { display: block; height: 3px; width: 100%; background-color: #0077FF; right: 0; }

.headline2 { font-size: 1.5em; text-align: center; margin-bottom: 20px; }
    .headline2 > * { font-weight: 400; display: inline-block; position: relative; }

.headline3 { margin-bottom: 10px; padding-bottom: 10px; box-sizing: border-box; border-bottom: 1px solid rgba(112, 112, 112, 0.4); }
    .headline3 > * { font-size: 1.6em; 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: #35709D; 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; }

.headline_with_button { position: relative; padding: 5px 20px 5px 0; box-sizing: border-box; background-color: #3D3D3D; box-shadow: 0px 3px 32px #00000029; }
    .headline_with_button::after { content: ""; width: 10px; height: 100%; position: absolute; right: 0; top: 0; background-color: #0077FF; }
    .headline_with_button h2 { font-size: 2.5em; font-weight: 700; color: #fff; }
    .headline_with_button .button { max-width: 260px; }
/******End Headlines******/

/***Arrows****/
.arrow { border: solid #0077FF; border-width: 0 3px 3px 0; display: inline-block; padding: 5px; }
.arrow_right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.arrow_left { transform: rotate(135deg); -webkit-transform: rotate(135deg); }
.arrow_down { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.arrow_up { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }
/***Arrows****/

@media only screen and (max-width : 1020px) {
    .headline1 { font-size: 1.8em; }
    .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) {
}

/******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 20px 10px 20px; max-width: 600px; width: 100%; position: relative; box-sizing: border-box; top: 5%; border-radius: 10px; }
.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;background-color:#000; }
.video_popup .popup .close_popup {color:#fff;
}
.video_popup .video_conti { padding-bottom: 56.5%; }

.test_popup {display:none;}
.test_popup .test_popup_content {}
.test_popup .test_popup_content .title {display:block;text-align:center;font-size:1.5em;font-weight:500;margin-bottom:15px;}
.test_popup .test_popup_content .video_conti {margin-bottom:15px;}
.test_popup .test_popup_content .image {padding-bottom:65%;display:block;margin-bottom:15px;}
.test_popup .test_popup_content .text {font-size:1.2em;line-height:120%;}

.contact_popup {display:none;}
.contact_popup .popup {max-width:600px;background-color:#3D3D3D;}
.contact_popup .popup .title {font-size:1.2em;display:block;text-align:center;color:#fff;margin-bottom:20px;}
.contact_popup .popup .general_form form ul > li {width:100%;margin-bottom:10px;}
.contact_popup .contact_conti {padding:50px 10px 30px 10px;}
.contact_popup .close_popup {color:#fff;}


@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; }
}

/******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: none; border-radius: 0; line-height: 1; font-size: 1em; color: #fff;background-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: 1.15em; color: #707070; }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #3c3c3c; }
::-moz-placeholder { /* Firefox 19+ */ color: #3c3c3c; }
:-ms-input-placeholder { /* IE 10+ */ color: #3c3c3c; }
:-moz-placeholder { /* Firefox 18- */ color: #3c3c3c; }

.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: 2px solid #000000; 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: 2px solid #96A6AA; 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: #96A6AA; }
    .radio_conti label { display: inline-block; vertical-align: middle; margin-right: 5px; }

.has_label { position: relative; width: 100%; }
.form .has_label > label { opacity: 0; position: absolute; right: 0; top: 50%; padding: 0 10px; box-sizing: border-box; font-size: 2em; background-color: transparent; width: auto; height: auto; pointer-events: none; text-align: right; z-index: 2; border-radius: 5px; transform: translateY(-50%); }
    .form .has_label > label .dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; vertical-align: middle; background-color: #1D8CE1; }
    .form .has_label > label.ready { opacity: 1; }
    .form .has_label > label.label_transition { opacity: 1; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; }
.has_label_textarea > label { transform: translateY(0); top: 10px; }
.has_label > label > span:not(.line) { position: relative; z-index: 2; background-color: #fff; }
/*.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 { transform: translateY(0); top: -13px; right: 20px; font-size: 1.2em !important; padding: 5px !important; background-color: transparent; width: auto; height: auto; background-image: none !important; }
        .has_label > label.active > span:not(.line), .has_label > *:focus ~ label > span:not(.line) { background-color: transparent; }
    .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; }
        .has_label > input:focus ~ label .line, .has_label > select:focus ~ label .line, .has_label > textarea:focus ~ label .line, .has_label > label.active .line { position: absolute; right: 0; top: 50%; width: 100%; height: 2px; transform: translateY(-50%); }
    .has_label > input:focus, .has_label > select:focus, .has_label > textarea:focus { border: 1px solid #3597d9 !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: 'Assistant', 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; padding: 17.5px 10px; box-sizing: border-box; background-color: #ED4949; box-shadow: 0 10px 21px #1D8CE15C; color: #fff; font-size: 1.2em; font-weight: 400; text-align: center; border-radius: 31px; }
    .button1:hover, .button1:focus { background-color: #b10000; }


/******Header******/
.burger { display: none; width: 30px; }
    .burger > ul { }
        .burger > ul > li { width: 100%; height: 4px; border-radius: 10px; background-color: #0077FF; margin-bottom: 5px; }
            .burger > ul > li:last-child { margin-bottom: 0; }
.close_nav { display: none; }
header { z-index: 100; position: fixed; top: 0; right: 0; width: 100%; padding: 29px 10px; box-sizing: border-box; /*backdrop-filter: blur(50px); -webkit-backdrop-filter: blur(50px);*/ box-shadow: 0px 3px 6px #00000029; background-color: #161616;border-bottom:2px solid #464646; }

.logo { }
    .logo > img { width: 100%; }

nav { display: inline-block; box-sizing: border-box; padding-right: 124px; }
    nav > div { border-right: 1px solid #BCBCBC; box-sizing: border-box; }
.close_nav { }
nav > div > ul { }
    nav > div > ul > li { display: inline-block; vertical-align: middle; position: relative; }
        nav > div > ul > li.last_child { border-left: none; }
        nav > div > ul > li > a { display: block; color: #fff; padding: 10px 25px; box-sizing: border-box; position: relative; font-size: 1.2em; font-weight: 300; position: relative; }
            nav > div > ul > li > a.colored { }
            nav > div > ul > li > a.active { font-weight: 600; }
            nav > div > ul > li > a::after { content: "";position:absolute;bottom:-29px;right:0; width: 100%; height: 8px; border-radius: 6px 6px 0 0; background-color: #0077FF; opacity: 0; transition:all 0.35s ease-in-out;}
            nav > div > ul > li > a.active::after, nav > div > ul > li > a:hover::after, nav > div > ul > li > a:focus::after { opacity: 1; }

.mobile_nav_item { display: none; }

header .side_items { position: absolute; left: 4px; top: 50%; transform: translateY(-50%); }
    header .side_items > ul { display: flex; align-items: center; }
        header .side_items > ul > li { border-left: 1px solid #BCBCBC; }
        header .side_items > ul > li:last-child {border-left:none;}
            header .side_items > ul > li > a { display: block;font-size:1.2em; padding: 5px 20px; color: #fff; font-weight:300;}
                header .side_items > ul > li > a > span { display: inline-block; vertical-align: middle; }
                header .side_items > ul > li > a > img { display: inline-block; vertical-align: middle; margin-left: 5px; }

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******/

@media only screen and (max-width : 1650px) {
    .logo {right:10px;}
    header .side_items > ul > li > a {padding:5px;}
    nav {padding-right:95px;}
    nav > div > ul > li > a {padding:10px 15px;}
}

@media only screen and (max-width : 1350px) {
    nav > div > ul > li > a {padding:10px 5px;}
}

@media only screen and (max-width : 1150px) {
    header { min-height: 91px; text-align: center; padding: 10px; }
    .burger { display: block; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
    .logo {  right: 0; left: 0; margin: 0 auto; }
    header .side_items > ul > li > a > span {display:none;}

    nav { display: none; position: fixed; width: 100%; height: 100%; overflow-y: auto; background-color: rgba(0, 0, 0, 0.50); right: 0; top: 0; z-index: 10; }
    header nav > div { width: 279px; background-color: #000; right: -300px; top: 0; padding-top: 0; box-sizing: border-box; position: absolute; border-top: 100px solid #000; box-shadow: 0px 7px 18px rgb(255 255 255 / 0.36); padding-bottom: 20px; min-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: #fff; font-size: 25px; }

    nav > div > ul > li { width: 100%; display: block; border-bottom: 1px solid #fff; 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: #fff; 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 : 460px) {
    .logo {right:50px;left:initial;}
}

/******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 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 500; font-size: 1.5em; 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; }
    .artilce_item .article_read_more { text-align: left; color: #86AB1D;margin-top:5px;font-size:1.15em;}
    .artilce_item .article_read_more > span {font-weight:500; }
/****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:100%;}

/****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; }
}
html { font-family: 'Assistant', sans-serif; font-size: 15px; direction: rtl; color: #000; background-color: #fff; }
body { }
.main_wrapper { max-width: 100%; width: 100%; margin: 0 auto; overflow: hidden; }
.auto_margin { max-width: 600px; width: 100%; margin: 0 auto; box-sizing: border-box; }


.cover { background-position: center bottom; background-size: cover; position: relative; margin-top: -25px; background-repeat: no-repeat; min-height: 0; padding-bottom: 120%; width: 100%; z-index: 0; }


/*****Index****/
.search_conti { position: relative; z-index: 1; background-color: #fff; border-radius: 0; bottom: 0; right: 0; left: 0; margin: 0 auto; width: 100%; max-width: 600px; padding: 120px 23.5px 10px 23.5px; box-sizing: border-box; border-radius: 0 0 30px 30px; box-shadow: 0 5px 6px #00000029; }
    .search_conti .logo { position: absolute; right: 0; left: 0; margin: 0 auto; top: 22px; width:98px; text-align: center; }
        .search_conti .logo > img { width: 100%; display: inline-block; }
.search_content { position: relative; }
.general_conti {position:relative;padding-bottom:0;min-height:500px; }
.general_conti::before { content: ""; position: absolute; margin: 0 auto; right: 0; left: 0; bottom: 10px; height: 5px; width: 134px; background-color: #4A4A4A; border-radius: 2.5px; }
    .general_conti.active::before {display:none; }
.search_content .title { display: block; text-align: center; font-size: 2em; color: #414141; font-weight: 300; margin-bottom: 10px;  }
.search_content .title strong { font-weight:700;}
.search_content .text { display: block; text-align: center; font-size: 1.1em; color: #414141; font-weight: 400; margin-bottom: 25px; }
    .search_content .text > p:nth-child(1) {position:relative;display:inline-block; }
.search_content .text > p:nth-child(1)::after {content:"";position:absolute;right:0;top:-6px;height:1px;width:100%; background-color: #E3E3E3; }

    .search_content .form { }
        .search_content .form form { }
            .search_content .form form > ul { }
                .search_content .form form > ul > li { position: relative; margin-bottom: 25px; }
                    .search_content .form form > ul > li .loader_conti { position: absolute; width: 100%; display: none; right: 0; top: 0; height: 100%; background-color: rgb(255 255 255 / 0.6); text-align: center; }
                        .search_content .form form > ul > li .loader_conti .loader { position: absolute; right: 0; left: 0; top: 0; margin: auto; width: 25px; height: 25px; bottom: 0; }
                    .search_content .form form > ul > li:nth-child(1)::after { content: ""; position: absolute; width: calc(100% + 10px); height: calc(100% + 10px); right: -7px; top: -7px; border: 1px solid #EFEFEF; border-radius: 12px; pointer-events: none; }
                    .search_content .form form > ul > li input { width: 100%; box-shadow: none; background-color: #fff; border: 1px solid #CECECE; border-radius: 15px; color: #707070; font-size: 2em; font-weight: 100; padding: 17.5px 32px 17.5px 65px; box-sizing: border-box; border-radius:11px;background-image:url('/Content/Resources/General/search.svg');background-position:left 10px center;background-repeat:no-repeat;}
                .search_content .form form > ul > li .button {max-width:252px;margin:0 auto; }

input.error { border-color: red; }
 .error_massage { position: absolute;width:100%; bottom: 5px; right: 5px; color: red; opacity: 0; font-size: 15px; }
     .error_massage.active { opacity: 1; }

.field-validation-error { font-size: 15px; }


.ditails_conti { background-color: #fff; padding-top: 1px; }
    .ditails_conti .not_found { display: block; font-size: 1.5em; font-weight: 600; text-align: center; color: #000; padding-top: 11px; }
        .ditails_conti .not_found > span { padding-bottom: 15px; display: block; }
    .ditails_conti .details_item { }
        .ditails_conti .details_item .title { display: block; padding:15px 10px; box-sizing: border-box; width: 100%; margin: 12px auto; color: #fff; border-radius: 0; font-weight: 400; font-size: 1.5em; text-align: center; background-color: #ED4949 ;}
        .ditails_conti .details_item .details_list { }
            .ditails_conti .details_item .details_list > li { font-size: 1.2em; flex-wrap: wrap; background-color: #fff; padding: 12px 10px 7px 10px; box-sizing: border-box; color: #414141; font-size: 1.2em; display: flex; justify-content: space-between; }
                .ditails_conti .details_item .details_list > li:nth-child(odd) { background-color: #F9F9F9; }
                .ditails_conti .details_item .details_list > li strong { color: #414141; font-weight: 500; margin-bottom: 5px }
                .ditails_conti .details_item .details_list > li span { color: rgb(65 65 65 / 0.64); margin-bottom: 5px; }

.ditails_conti_append { display: none; background-color: #fff; margin-top: -15px; padding: 15px 0; }

.pollution { }
    .pollution > ul { direction: ltr; }
        .pollution > ul > li { color: #fff; width: 21px; height: 21px; line-height: 21px; text-align: center; display: inline-block; vertical-align: middle; }
            .pollution > ul > li:nth-child(1) { background-color: #197147; }
            .pollution > ul > li:nth-child(2) { background-color: #226C45; }
            .pollution > ul > li:nth-child(3) { background-color: #2C6844; }
            .pollution > ul > li:nth-child(4) { background-color: #366343; }
            .pollution > ul > li:nth-child(5) { background-color: #F4F01F; }
            .pollution > ul > li:nth-child(6) { background-color: #FDCB08; }
            .pollution > ul > li:nth-child(7) { background-color: #FCA814; }
            .pollution > ul > li:nth-child(8) { background-color: #FC811A; }
            .pollution > ul > li:nth-child(9) { background-color: #DF3D30; }
            .pollution > ul > li:nth-child(10) { background-color: #AC2835; }
            .pollution > ul > li:nth-child(11) { background-color: #f58220; }
            .pollution > ul > li:nth-child(12) { background-color: #f15825; }
            .pollution > ul > li:nth-child(13) { background-color: #d73c26; }
            .pollution > ul > li:nth-child(14) { background-color: #de3b2b; }
            .pollution > ul > li:nth-child(15) { background-color: #a92a32; }
            .pollution > ul > li.active { height: 32px; line-height: 32px; }

.loader { border: 5px solid #f3f3f3; border-radius: 50%; border-top: 5px solid #3498db; width: 30px; height: 30px; -webkit-animation: spin 2s linear infinite; /* Safari */ animation: spin 2s linear infinite; box-sizing: border-box; }

.ex_link {box-sizing:border-box;color:#3498db; }

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*****End Index****/
@media only screen and (max-width : 600px) {
    .search_content .form form > ul > li input { font-size: 1.2em; }
}

@media only screen and (max-width : 409px) {
    .search_content .form form > ul > li input { font-size: 1em; }
}

@media only screen and (max-width : 360px) {
    .search_conti { padding-right: 10px; padding-left: 10px; }
}
.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_5 { margin-bottom: 5px; }
.item_margin_b_10 { margin-bottom: 10px; }
.item_margin_b_15 { margin-bottom: 15px; }
.item_margin_b_15 { margin-bottom: 15px; }
.item_margin_b_20 { margin-bottom: 20px; }
.item_margin_b_25 { margin-bottom: 25px; }
.item_margin_b_30 { margin-bottom: 30px; }
.item_margin_b_35 { margin-bottom: 35px; }
.item_margin_b_40 { margin-bottom: 40px; }
.item_margin_b_45 { margin-bottom: 45px; }
.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; }
}

