/* Minification failed. Returning unminified contents.
(329,148): run-time error CSS1046: Expect comma, found '255'
(329,156): run-time error CSS1046: Expect comma, found '/'
(349,65): run-time error CSS1046: Expect comma, found '93'
(349,71): run-time error CSS1046: Expect comma, found '/'
(417,108): run-time error CSS1046: Expect comma, found '189'
(417,116): run-time error CSS1046: Expect comma, found '/'
(417,155): run-time error CSS1046: Expect comma, found '189'
(417,163): run-time error CSS1046: Expect comma, found '/'
(426,160): run-time error CSS1046: Expect comma, found '189'
(426,168): run-time error CSS1046: Expect comma, found '/'
(427,156): run-time error CSS1046: Expect comma, found '189'
(427,164): run-time error CSS1046: Expect comma, found '/'
(683,177): run-time error CSS1046: Expect comma, found '112'
(683,185): run-time error CSS1046: Expect comma, found '/'
(714,107): run-time error CSS1046: Expect comma, found '112'
(714,115): run-time error CSS1046: Expect comma, found '/'
(763,214): run-time error CSS1046: Expect comma, found '112'
(763,222): 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:none !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; }
input[type="tel"] {direction:rtl;}
[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_justify {text-align:justify; }
.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: '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; }

.image_conti_inline { width:100%;}
    .image_conti_inline > img { display: inline-block; vertical-align: middle; max-width: 100%; }

.image_full_width { }
.image_full_width > img {display:block;vertical-align:middle;width:100%; }

.bread_conti { border-top: 1px solid #D5D5D5; box-sizing: border-box; margin: 20px auto 0 auto; }
.bread { max-width: 1250px; width: 100%; margin:  0 auto; padding: 15px 5px;  text-align: right; font-size: 1em; color: #3A3A3A; }
.bread > * {font-weight:300; }
    .bread a { color: #14B5D7; }
        .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: #4fc1b0; }
.link2 { color: #4fc1b0; }
.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.2em; }
    .headline1 > * { font-weight: 500; display: inline-block; position: relative; }



.headline2 { font-size: 1.5em;position:relative; }
    .headline2 > *:not(.headline_link) { font-weight: 500; display: inline-block; position: relative; padding-bottom: 6.5px; color: #272727; }
        .headline2 > *:not(.headline_link)::after { content: ""; position: absolute; right: 0; width: 50%; height: 4px; bottom: 0; border-radius: 10px; background: transparent linear-gradient(269deg, #14B5D7 0%, #4FC1B0 100%) 0% 0% no-repeat padding-box; }
    .headline2 .headline_link { position: absolute; left: 0; bottom: 0; color: #46BDC2;text-decoration:underline; font-weight:400;}

.headline3 { font-size: 1.5em; }
    .headline3 > * { font-weight: 700; display: inline-block; position: relative; }

.headline4 { font-size: 1.15em; }
    .headline4 > * { font-weight: 400; display: inline-block; position: relative; color: #363636; padding-bottom:3px;}
        .headline4 > *::after { content:""; position: absolute; bottom: 0; right: 0; width: 100%; height: 1px; background-color: #DBDBDB; }

.headline5 { font-size: 1.5em; }
    .headline5 > * { font-weight: 500; display: inline-block; position: relative; color: #272727; padding-right: 20px; border-right: 4px solid #272727;box-sizing:border-box; }

.headline6 { font-size: 2.2em; position:relative;}
    .headline6 > * { font-weight: 400; display: inline-block; position: relative; color: #3A3A3A; padding-left: 10px;background-color:#fff;position:relative;z-index:2; }
        .headline6::after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 0; width: 100%; height: 1px; background-color: #707070; }


.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; }

.headline9 { margin-bottom: 20px; padding: 15px 0; box-sizing: border-box; border-bottom: 1px solid #E3E3E3; border-top: 1px solid #E3E3E3; }
    .headline9 > * { font-size: 1.5em; font-weight: 400; }
/******End Headlines******/

/****Separator****/
.separator1 { position: relative; width: 100%; height: 1px; background-color: #D2D2D2; }
    .separator1::after { content: ""; width: 30%; height: 7px; top: -3px; left: 0; position: absolute; background: transparent linear-gradient(265deg, #46BDC2 0%, #14B5D7 100%) 0% 0% no-repeat padding-box; border-radius: 6px; }
.separator2 { position: relative; width: 100%; height: 1px; background-color: #D2D2D2; }
    .separator2::after { content: ""; width: 60%; height: 7px; top: -3px; left: 0; position: absolute; background: transparent linear-gradient(265deg, #46BDC2 0%, #14B5D7 100%) 0% 0% no-repeat padding-box; border-radius: 6px; }
/****End Separator****/

/***Arrows****/
.arrow { border: solid black; border-width: 0 2px 2px 0; display: inline-block; padding: 4px; }
.arrow_right { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.arrow_left { transform: rotate(135deg); -webkit-transform: rotate(135deg); }
.arrow_up { transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }
.arrow_down { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
/***Arrows****/

@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******/

/******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; background-color: #F3F3F3; padding: 13px 10px; border-radius: 4px; line-height: 1; font-size: 1.2em; color: #000;border:none; }
.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;}
.error_field {outline:1px solid red; }
    
.form ul li label {display:block;margin-bottom:5px;font-size:0.9em; }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #A7A7A7; }
::-moz-placeholder { /* Firefox 19+ */ color: #A7A7A7; }
:-ms-input-placeholder { /* IE 10+ */ color: #A7A7A7; }
:-moz-placeholder { /* Firefox 18- */ color: #A7A7A7; }

.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: 20px; padding-right: 22px; box-sizing: border-box; }
    .checkbox_conti_absolute > div { position: absolute; vertical-align: middle; width: 20px; height: 20px; 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: #6FD6D6; -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: 0.8em; }
        .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: 1.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.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: -10px; right: 10px; font-size: 0.8em !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: 2px 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; }
    .button.disabeld { pointer-events:none;}
.button1 { position: relative; width: 100%; display: block; padding: 20px 10px; box-sizing: border-box; color: #fff; font-size: 1.3em; font-weight: 500; text-align: center; border-radius: 10px; background: transparent linear-gradient(257deg, #6FD6D6 0%, #14B5D7 100%) 0% 0% no-repeat padding-box; box-shadow: 0px 10px 35px #46BDC254; }
    .button1:hover, .button1:focus { filter: brightness(1.2); }
.button1 > * {display:inline-block;vertical-align:middle; }

.button2 { position: relative; width: 100%; display: block; padding: 19px 10px; box-sizing: border-box; background-color: transparent; color: #14B5D7; font-size: 1.3em; font-weight: 500; text-align: center; border: 2px solid #14B5D7; border-radius: 10px; }
    .button2:hover, .button2:focus { background-color: #14B5D7; color: #fff; }

.button3 { position: relative; width: 100%; display: block; padding: 19px 10px; box-sizing: border-box; background-color: transparent; color: #EE0000; font-size: 1.4em; font-weight: 700; text-align: center; border: 2px solid #EE0000; }
    .button3:hover, .button3:focus { background-color: #EE0000; color: #fff; }

/******Header******/
.burger { display: none; width: 30px; }
    .burger > ul {display:flex;flex-wrap:wrap;justify-content:space-between; }
        .burger > ul > li { width: 47%; height: 0;padding-bottom:47%; background-color: #46BDC2; margin-bottom: 6%;border-radius:3px; }
            .burger > ul > li:nth-child(3), .burger > ul > li:nth-child(4) { margin-bottom: 0; }
.close_nav { display: none; }
header { z-index: 100; position: fixed; top: 0; right: 0; width: 100%; padding: 5px 45px 0 60px; box-sizing: border-box; background-color: rgb(255 255 255 / 0.7); border-bottom: 1px solid #DBDBDB; opacity: 1; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
    header.no_blur { backdrop-filter: none; -webkit-backdrop-filter: none; }
.logo { width: 109px;display:inline-block;vertical-align:middle;margin-left:27.5px; }
    .logo > img { width: 100%; }

header .side_items { position: absolute; left: 20px; top: 50%;transform:translateY(-50%); }
    header .side_items > ul { display: flex; align-items: center; }
    /*    header .side_items > ul > li { border-right: 1px solid #4B4B4B; }
            header .side_items > ul > li:last-child { border-left: none; }*/
        header .side_items > ul > li > a { display: block; font-size: 1.2em; /*padding: 0 20px;*/ color: #4B4B4B; }
                header .side_items > ul > li > a > img { display: inline-block; vertical-align: middle; margin-left: 5px; }
                header .side_items > ul > li > a > span { display: inline-block; vertical-align: middle; }

nav {position:relative; display: inline-block; box-sizing: border-box;}

    nav > div { }
.close_nav { }
nav > div > ul { }
    nav > div > ul > li { display: inline-block; vertical-align: middle; position: relative; border-right: 1px solid #D6D6D6 ;}
        nav > div > ul > li.last_child { border-left: none; }
        nav > div > ul > li > a { display: block; color: rgb(93 93 93 / 0.54); text-align: center; padding: 0 20px; box-sizing: border-box; position: relative; font-size: 1.3em; font-weight: 400; position: relative; }
            nav > div > ul > li > a.colored { }
            nav > div > ul > li > a:hover, nav > div > ul > li > a:focus, nav > div > ul > li > a.active { color: #414141; }

.mobile_nav_item { display: none; }

.top_header { display: block; background-color: #E6E0DD; 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; border-left: 1px solid #D9C77F; }
            .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: 300; }
                .top_header > ul > li > a:hover, .top_header > ul > li > a:focus { color: #E50029; }
                .top_header > ul > li > a.active { color: #E50029; font-weight: 500; }

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 : 1020px) {
    header { min-height: 75px; text-align: center; padding: 10px; }
        header > .socials { display: none; }
    .burger { display: block; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); }
    .logo {  right: 0; left: 0; margin: 0 auto; }
    .header_tel > span { display: none; }
    header .side_items {left:0;}
    header .side_items > ul > li > a > span {display:none;}

    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: #fff; right: -300px; top: 0; padding-top: 0; box-sizing: border-box; position: absolute; border-top: 100px solid #fff; box-shadow: 0px 7px 18px #00000066; padding-bottom: 20px; height: 100%; }
        header nav > div::after { content: ""; width: 120px; 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: #46BDC2; font-size: 25px; }

    nav > div > ul > li > a > span {padding:0;border:none;}
    nav > div > ul > li > a.active > span {}

    nav > div > ul > li { width: 100%; display: block; border-bottom: 1px solid #46BDC2; 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 : 450px) {
    header {min-height:65px;}
    header .side_items > ul > li > a {padding:0 5px;}
}

/******Footer******/
footer { border-top: 1px solid #DBDBDB; }
    footer a:hover, footer a:focus { text-decoration: underline; }
.footer_links { background-color: #fff; border-bottom: 1px solid #DBDBDB; padding: 60px 100px; box-sizing: border-box; color: #000; }
    .footer_links > .flex { width: 100%; max-width: 1288px; margin: 0 auto; border-right: 1px solid rgb(70 189 194 / 0.25); border-left: 1px solid rgb(70 189 194 / 0.25); padding: 0 30px; box-sizing: border-box; }
    .footer_links .links_conti { width: 19%; }
        .footer_links .links_conti > h2 { display: block; margin-bottom: 17px; font-weight: 500; font-size: 1.2em; }
        .footer_links .links_conti > ul { }
            .footer_links .links_conti > ul > li { margin-bottom: 10px; }
                .footer_links .links_conti > ul > li > a { display: block; font-weight: 200; font-size: 1.02em; }
footer .credits { text-align: center; color: #fff; background-color: #1C1C1C; font-size: 1.02em; padding: 15px 10px; box-sizing: border-box; }
.footer_details { background-color: #fff; font-size: 1.5em; border-bottom: 1px solid #DBDBDB; box-sizing: border-box; color: #000; }
    .footer_details > .flex {position:relative; width: 100%; max-width: 1288px; margin: 0 auto; padding: 30px; box-sizing: border-box; }
        .footer_details > .flex::after { content: ""; width: 1px; height: calc(100% - 60px); top: 30px; right: 0; position: absolute; background-color: rgb(70 189 194 / 0.25); pointer-events: none; }
    .footer_details > .flex::before { content: ""; width: 1px; height: calc(100% - 60px); top: 30px; left: 0; position: absolute; background-color: rgb(70 189 194 / 0.25); pointer-events: none; }
        .footer_details > .flex > ul { align-items:center;}
            .footer_details > .flex > ul > li { margin-left:20px;}
            .footer_details > .flex > ul > li:last-child {margin-left:0;}
            .footer_details > .flex > ul > li > a { display:block;font-weight:300;}
            .footer_details > .flex > ul > li > a.contact_link {padding:10px;border-left:1px solid #fff;border-right:1px solid #fff; box-sizing:border-box;}
/******End Footer******/

@media only screen and (max-width : 1020px) {
    .has_cart footer { padding-bottom: 180px; }

    .footer_details > .flex > ul {flex-wrap:wrap; width:100%;}
    .footer_details > .flex > ul > li {width:100%;text-align:center; }
    .footer_socials { width: 100%; justify-content: center; }
}

@media only screen and (max-width : 736px) {
    .footer_links .links_conti { width: 100%; text-align: center; margin-bottom: 20px; }
    .footer_links > .flex { border: none; padding: 0; box-sizing: border-box; }
    .footer_links { padding: 30px 10px 10px 10px; }
}

@media only screen and (max-width : 780px) {
    .footer_details > .flex {padding:10px;}
    .footer_details {font-size:1.1em;}
    .footer_details > .flex > ul , .footer_details > .flex  {width:100%;justify-content:center;}
    .footer_details > .flex > ul > li {margin-left:10px;}

}

@media only screen and (max-width : 360px) {
}


/******Articles******/
.general_article { color: #565656; }
    .general_article p { line-height: 140%; margin-bottom: 20px; font-size: 1.05em; }
    .general_article h2 { font-size: 1.5em; display: block; margin-bottom: 20px; font-weight: 700; color: #14B5D7; }
    .general_article h3 { font-size: 1.3em; display: block; margin-bottom: 5px; font-weight: 700; color: #14B5D7; }
.general_article { }
    .general_article > ul, .general_article > ol { margin-bottom: 20px;padding-right:20px;box-sizing:border-box;font-size:1.05em; }
    .general_article > ul > li {list-style-type:disc;}
    .general_article li { margin-bottom: 5px; position: relative;  box-sizing: border-box;line-height:120%; }
    .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 {  }
    .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; }
}
.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: 'Rubik', sans-serif; font-size: 15px; direction: rtl; background-color: #fff; color: #000; }
body { }
.main_wrapper { max-width: 100%; width: 100%; margin: 0 auto; overflow: hidden; }
.auto_margin { max-width: 1250px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin2 { max-width: 1622px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin3 { max-width: 1046px; width: 100%; margin: 0 auto; box-sizing: border-box; }

.mobile_padding { padding: 0 10px; box-sizing: border-box; }
.padding_t_200 {padding-top:200px !important; }

.message_conti { height: 42px; position: relative; }
.message_partial { padding: 10px 30px; background-color: #EE0000; color: #fff; width: 100%; margin: 0 auto; position: absolute; right: 0; left: 0; }

.aside_whatsapp { position: fixed; left: 20px; bottom: 100px; z-index: 6; }
    .aside_whatsapp > img { max-width: 100%; }

.side_socials { position: fixed; bottom: 50px; 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; }
        .socials > li > a { width: 35px; }
            .socials > li > a > img { width: auto; max-width: 35px; }
.tooltip { position: absolute; bottom: 100%; left: 50%; opacity: 0; pointer-events: none; padding: 10px; box-sizing: border-box; background-color: #7FB6DB; border-radius: 5px; box-shadow: 0px 1px 10px #00000029; display: inline-table; transform: translateX(-50%); }
    .tooltip .polygon { position: absolute; left: 0; top: calc(100% - 5px); background-image: url(/Content/Resources/Calculator/tooltip.png); background-position: center top; background-repeat: no-repeat; width: 30px; height: 30px; right: 0; margin: 0 auto; background-size: contain; }
    .tooltip .content { white-space: nowrap; }
        .tooltip .content > * { line-height: 120%; font-size: 1em; color: #fff; }

.cover { position: relative; background-position: center center; position: relative; height: 474px; background-repeat: no-repeat; }

.top_padding { padding-top: 120px; box-sizing: border-box; }

/*****Index****/
.main_cover { height: 581px; display: flex; justify-content: center; align-items: center;background-position:left center; }
    .main_cover .content { width: 100%; max-width: 1319px; margin: 0 auto; padding: 0 10px; box-sizing: border-box; }
        .main_cover .content > .title { display: block; font-size: 3em; font-weight: 400; color: #565656; margin-bottom: 30px; }
            .main_cover .content > .title h1 { font-weight: 400; line-height: 100%; }
            .main_cover .content > .title strong { display: block; font-weight: 700; }
        .main_cover .content .text { line-height: 120%; text-align: center; font-size: 1.2em; margin-bottom: 12px; }
        .main_cover .content .image_conti { width: 100%; text-align: center; }
            .main_cover .content .image_conti > img { display: inline-block; vertical-align: middle; max-width: 100%; }

.lead_form_conti { background-color: #fff; position: relative; margin-top: -70px; margin-bottom: 36px; box-shadow: 0px 11px 21px #0000001A; border-radius: 20px; padding: 22px 43px; box-sizing: border-box; }
.lead_form_conti2 {margin-top:0; }
    .lead_form_conti.lead_form_conti_no_overlap { margin-top: 30px; }
    .lead_form_conti::after { content: ""; position: absolute; width: calc(100% - 12px); height: calc(100% - 12px); right: 6px; top: 6px; box-shadow: 0px 11px 21px #0000001A; border: 1px solid #46BDC2; border-radius: 15px; opacity: 0.45; pointer-events: none; }
    .lead_form_conti form { }
        .lead_form_conti form ul { justify-content: space-between; }
            .lead_form_conti form ul > li { width: calc(33.33% - 60px - 16px); }
                .lead_form_conti form ul > li:last-child { width: 180px; }
        .lead_form_conti form .button { padding: 12px; }

.repeat_buttons { display: block; }
    .repeat_buttons > ul { display: flex; }
        .repeat_buttons > ul > li { margin-left: 15px; }
            .repeat_buttons > ul > li:last-child { margin-left: 0; }
            .repeat_buttons > ul > li > * { padding-right: 20px; padding-left: 20px; }
            .repeat_buttons > ul > li .button1 { position: relative; padding-right: 70px; }
                .repeat_buttons > ul > li .button1 img { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); }

.slide_conti { width: 100%; position: relative; }
    .slide_conti .flex { overflow: hidden; overflow-x: auto; flex-shrink: 0; padding: 20px 10px 30px 10px; box-sizing: border-box; }
        .slide_conti .flex > li { width: 246px !important; margin-left: 23px; flex-shrink: 0; }
.slide_button_conti { position: absolute; top: 0; height: 100%; z-index: 2; }
    .slide_button_conti.right { right: 0; }
    .slide_button_conti.left { left: 0; }
.slide_button { cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); display: block; box-shadow: 0px 3px 11px #00000029; border-radius: 27px; width: 54px; height: 54px; background-color: #fff; display: flex; justify-content: center; align-items: center; }
    .slide_button:hover, .slide_button:focus { background-color: #cecece; }
    .slide_button.right { right: 0; }
    .slide_button.left { left: 0; }
    .slide_button .arrow { border-color: #46BDC2; }
/* width */
.slider::-webkit-scrollbar { width: 4px; height: 7px; }
/* Track */
.slider::-webkit-scrollbar-track { background: #D2D2D2; border-radius: 6px; }
/* Handle */
.slider::-webkit-scrollbar-thumb { width: 1px; background: transparent linear-gradient(265deg, #46BDC2 0%, #14B5D7 100%) 0% 0% no-repeat padding-box; border-radius: 6px; }
    /* Handle on hover */
    .slider::-webkit-scrollbar-thumb:hover { background: #14B5D7; }

.service_item { display: block; padding: 12px 23.5px 19px 23.5px; box-sizing: border-box; background-color: #fff; box-shadow: 0px 9px 30px #0000001C; border-radius: 5px; }
    .service_item .icon { display: flex; justify-content: center; align-items: flex-end; text-align: center; margin-bottom: 10px; height: 95px; }
        .service_item .icon > img { display: inline-block; vertical-align: bottom; max-width: 100%; }
    .service_item .title { position: relative; display: block; text-align: center; font-size: 1.4em; color: #000; font-weight: 700; padding-bottom: 5px; margin-bottom: 5px; }
        .service_item .title::after { content: ""; background-color: #DBDBDB; height: 1px; width: 80px; position: absolute; bottom: 0; right: 0; left: 0; margin: 0 auto; }
    .service_item .content { height: 122px; overflow: hidden; margin-bottom: 14.5px; text-align: center; color: #585858; font-size: 1.05em; }
        .service_item .content > p { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
            .service_item .content > p:not(:nth-of-type(1)) { display: none; }
    .service_item .button { border-radius: 5px; padding: 8px 10px; display: inline-block; width: auto; font-size: 1.2em; border-width: 1px; }

.team_items { margin-bottom: 30px; }
.team_item { display: block; background-color: #fff; box-shadow: 0px 9px 30px #0000001C; border-radius: 5px; }
    .team_item .image { position: absolute; right: 0; top: 0; width: 100%; height: 100%; }
    .team_item .title { position: relative; display: block; text-align: center; font-size: 1.4em; color: #000; font-weight: 700; padding-bottom: 5px; margin-bottom: 5px; }
        .team_item .title::after { content: ""; background-color: #DBDBDB; height: 1px; width: 80px; position: absolute; bottom: 0; right: 0; left: 0; margin: 0 auto; }
    .team_item .content { padding: 12px 23.5px 19px 23.5px; box-sizing: border-box; }
    .team_item .text { height: 122px; overflow: hidden; margin-bottom: 14.5px; text-align: center; color: #585858; font-size: 1.05em; }
        .team_item .text > p { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
            .team_item .text > p:not(:nth-of-type(1)) { display: none; }
    .team_item .item_image { position: relative; height: 250px; overflow: hidden; }
    .team_item:hover .image, .team_item:focus .image { transform: scale(1.2); }

.box1 { box-shadow: inset 0px 3px 21px #00000029; padding: 45px 10px 60px 10px; box-sizing: border-box; }
.box2 { box-shadow: 0px 9px 30px #0000001C; border-radius: 5px; padding: 45px 10px 60px 10px; box-sizing: border-box; }
.box2_inner { margin-top:-75px;position:relative;z-index:2;background-color:#fff;}

.blog_items { }
    .blog_items .flex { }
        .blog_items .flex > li { position: relative; padding-left: 30px; box-sizing: border-box; margin-left: 30px; }
            .blog_items .flex > li::after { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 80%; width: 1px; background-color: rgb(112 112 112 / 0.29); }

.slide_conti_blog .flex > li { width: 388px !important; }
.blog_item { display: block; background-color: #fff; }
    .blog_item .image { position: absolute; right: 0; top: 0; width: 100%; height: 100%; }
    .blog_item .title { font-size: 1.7em; color: #00392E; font-weight: 700; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 63px; }
    .blog_item .content { padding: 13px 0; box-sizing: border-box; }
    .blog_item .text { height: 126px; overflow: hidden; color: #585858; font-size: 1.3em; }
        .blog_item .text > p { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
            .blog_item .text > p:not(:nth-of-type(1)) { display: none; }
    .blog_item .item_image { position: relative; height: 250px; overflow: hidden; }
    .blog_item:hover .image, .blog_item:focus .image { transform: scale(1.2); }
/*****End Index****/


/*****General Page****/

/*****End General Page****/

/****About****/
.about_box { position: relative; z-index: 2; margin-top: -100px; background-color: #fff; box-shadow: 0px 9px 30px #0000001C; border-radius: 5px; padding: 71px 138px; box-sizing: border-box; }
.two_sides_item_about { }
    .two_sides_item_about .side_one { width: 50%; order: 2; }
        .two_sides_item_about .side_one img { order: 1; width: 100%; display: inline-block; vertical-align: top; }
    .two_sides_item_about .side_two { width: 50%; padding-left: 45px; box-sizing: border-box; }
        .two_sides_item_about .side_two .item_content { }
            .two_sides_item_about .side_two .item_content .text { color: #8E8E8E; line-height: 120%; font-size: 1.3em; }
                .two_sides_item_about .side_two .item_content .text strong { color: #000000; }
                .two_sides_item_about .side_two .item_content .text > *:not(:last-child) { margin-bottom: 20px; }
.about_text { width: 100%; max-width: 862px; margin-top: 60px; }
    .about_text ul { }
        .about_text ul > li { padding-bottom: 33px; margin-bottom: 33px; border-bottom: 1px solid rgb(112 112 112 / 0.23); font-size: 1.3em; font-weight: 400; line-height: 120%; color: #585858; }
            .about_text ul > li:last-child { margin-bottom: 0; border-bottom: none; }
            .about_text ul > li img { display: inline-block; margin-bottom: 20px; }
/****End About****/

/***Team****/
.team_box { position: relative; z-index: 2; margin-top: -100px; background-color: #fff; box-shadow: 0px 9px 30px #0000001C; box-sizing: border-box; padding: 0 10px; box-sizing: border-box; }
.team_box_inner { position: relative; padding-top: 120px; margin-top: -470px;padding-bottom:10px; }

.services_items_inner { }
    .services_items_inner > ul {}
        .services_items_inner > ul > li { width: 235px; margin-left: 18px; margin-bottom: 20px; }
            .services_items_inner > ul > li:nth-child(5n) { margin-left: 0; }
/***End Team****/

/***Team Inner***/
.team_sides { }
    .team_sides .side_one { width: 249px; }
    .team_sides .side_two { width: calc(100% - 249px); padding-right: 37px; box-sizing: border-box; padding-top: 40px; }
/***End Team Inner***/

/****Treatments*****/
.service_icon { display: block; text-align: center; margin-bottom: 10px; }
    .service_icon > img { display: inline-block; max-width: 100%; vertical-align: bottom; }
.services { }
    .services .services_items { }
        .services .services_items > ul { }
            .services .services_items > ul > li { width: 246px; margin-left: 22px; margin-bottom: 22px; }
/****End Treatments*****/

/*****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; }

.ess_page { }
    .ess_page form {border:1px solid #0000001C;box-sizing:border-box;padding:20px; }
        .ess_page form > ul { display:flex;flex-wrap:wrap;justify-content:space-between;}
.ess_page form > ul > li {width:49%; }
/*****End Contact****/

/****Media****/
.blog_items_page { }
    .blog_items_page > ul { }
        .blog_items_page > ul > li { width: 30%; margin-left: 5%; position: relative; margin-bottom: 30px; padding-left: 0 !important; }
            .blog_items_page > ul > li:not(:nth-child(3n))::after { content: ""; position: absolute; left: -8% !important; top: 50%; transform: translateY(-50%); height: 80%; width: 1px; background-color: rgb(112 112 112 / 0.29); }
            .blog_items_page > ul > li:nth-child(3n) { margin-left: 0; }
.blog_items.blog_items_page .flex > li:nth-child(3n)::after { display: none; }

.blog_nav { display: block; border-top: 1px solid #0000001C; border-bottom: 1px solid #0000001C; margin-bottom: 20px; }
    .blog_nav > ul { justify-content:center;}
        .blog_nav > ul > li { }
            .blog_nav > ul > li > a {display:block;padding:10px 10px; font-size:1.2em;}
                .blog_nav > ul > li > a:hover, .blog_nav > ul > li > a:focus { color:#14B5D7;}
                .blog_nav > ul > li > a.active {font-weight:500;color:#14B5D7; }

.blog_main_image {max-width:600px;margin:0 auto; }
/****End Media****/

/*****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****/

@media only screen and (max-width : 1375px) {
    /***Index***/

    /***End Index***/

    /***Team****/

    .services_items_inner { }
        .services_items_inner > ul { }
            .services_items_inner > ul > li { width: 32%; margin-left: 2% !important; margin-bottom: 20px; }
                .services_items_inner > ul > li:nth-child(3n) { margin-left: 0 !important; }
    /***End Team****/

}

@media only screen and (max-width : 1020px) {
    /*General Classes*/
    .aside_whatsapp { width: 66px; left: 10px; }
    /*End General Classes*/

    /*Index*/
    .main_cover { height: 788px;padding-top:120px;box-sizing:border-box; display: flex; justify-content: center; align-items: flex-start;  }
    .main_cover .content {text-align:center; }
        .main_cover .content > .title {font-size:2.5em; }
    .repeat_buttons {text-align:center; }
        .repeat_buttons > ul {display:inline-block; }
            .repeat_buttons > ul > li {margin:0 0 15px 0; }

    .lead_form_conti {width:95%;margin:-150px auto 30px auto;max-width:390px;padding:20px; }
    .lead_form_conti2 {margin-top:0; }
    .lead_form_conti form ul > li {width:100%;margin-bottom:15px; }
    .lead_form_conti form ul > li:last-child {margin-bottom:0; }
    
    /*End Index*/

    /***About***/
    .about_box {padding:20px 10px;box-sizing:border-box; }
    /***End About***/

    /***Contact***/
    /***End Contact***/

/*Blog*/
    .blog_items_page > ul {justify-content:space-between; }
    .blog_items_page > ul > li {width:49%;margin:0 0 20px 0; }
        .blog_items_page > ul > li::after {display:none; }

    .blog_item .item_image {height:150px; }
    .blog_item .title { font-size: 1.4em; height: 43px; }
    .blog_item .text { font-size: 1.05em; height: 94px; }
/*End Blog*/

/*Team*/
    .team_sides .side_one { width:100%;margin-bottom:10px;}
    .team_sides .side_two { width:100%;padding:0;}
    /*End Team*/

    

}

@media only screen and (max-width : 768px) {
    /***Index***/

    /***End Index****/

    /***About***/
    .two_sides_item_about .side_one { width: 100%; order: 2; }
    .two_sides_item_about .side_two {width:100%;order:1;margin-bottom:20px;padding:0;}
    /***End About***/

    /***Team****/

    .services_items_inner { }
        .services_items_inner > ul { justify-content:space-between;}
            .services_items_inner > ul > li { width: 49%; margin: 0 0 20px 0 !important; }
    /***End Team****/
}


@media only screen and (max-width : 600px) {

/*General*/
    .cover {height:350px; }
    /*End General*/

    /***Index***/
    /***End Index****/

    /*****Contact****/
    .ess_page form > ul > li { width: 100%; }
    /*****End Contact****/

    /*Blog*/
    .blog_nav > ul > li > a {font-size:1em; }
    .headline6  {font-size:1.7em; }
    /*End Blog*/

    /***Team****/
            .services_items_inner > ul > li { width:100%; margin: 0 0 20px 0 !important; }
    /***End Team****/


}

@media only screen and (max-width : 414px) {
    /***Index****/
    .slide_conti_blog .flex > li { width: 310px !important; }

    /***End Index****/

    .services .services_items > ul > li { width: 100%; margin: 0 0 20px 0 !important; }

}

@media only screen and (max-width : 370px) {
    /***Index****/
    /***End Index****/

    /*Blog*/
    .blog_items_page > ul > li { width: 100%; }
    /*End Blog*/
}

.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; }
}

