/* Minification failed. Returning unminified contents.
(662,138): run-time error CSS1046: Expect comma, found '255'
(662,146): run-time error CSS1046: Expect comma, found '/'
(721,43): run-time error CSS1046: Expect comma, found '62'
(721,50): run-time error CSS1046: Expect comma, found '/'
(721,90): run-time error CSS1046: Expect comma, found '62'
(721,97): run-time error CSS1046: Expect comma, found '/'
(729,103): run-time error CSS1046: Expect comma, found '62'
(729,110): run-time error CSS1046: Expect comma, found '/'
(736,125): run-time error CSS1046: Expect comma, found '51'
(736,131): run-time error CSS1046: Expect comma, found '/'
(829,47): run-time error CSS1046: Expect comma, found '88'
(829,53): run-time error CSS1046: Expect comma, found '/'
(837,114): run-time error CSS1046: Expect comma, found '112'
(837,122): run-time error CSS1046: Expect comma, found '/'
(846,118): run-time error CSS1046: Expect comma, found '0'
(846,122): 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; }
/* 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: 'Rubik', sans-serif; outline: 0; }

.image { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 0; }
    .image > img { overflow: hidden; width: 100%; height: 0; opacity: 0; }
.image2 { background-position: center center; background-repeat: no-repeat; background-size: contain; }

.bread { padding: 20px 0 0 0; margin-bottom: 20px; box-sizing: border-box; text-align: right; font-size: 1em; color: #535353; }
    .bread a { color: #7fb6db; }
        .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.2em; }
    .headline1 > * { font-weight: 500; display: inline-block; position: relative; }

.headline2 { position: relative; font-size: 1.5em; color: #003E91; }
    .headline2 > *:not(a) { position: relative; z-index: 2; font-weight: 700; display: inline-block; position: relative; padding-left: 10px; background-color: #fff; }
    .headline2::after { content: ""; position: absolute; z-index: 1; right: 0; top: 50%; transform: translateY(-50%); width: 100%; height: 1px; background-color: #003E91; }
    .headline2 > a { position: absolute; left: 0; top: 50%; transform: translateY(-50%); background-color: #fff; padding-right: 10px; box-sizing: border-box; z-index: 2; }
    .headline2 > a > * {display:inline-block;vertical-align:middle; }

.headline3 { position: relative; font-size: 1.5em; color: #000000; }
    .headline3 > *:not(a) { position: relative; z-index: 2; font-weight: 700; display: inline-block; position: relative; padding-left: 10px; background-color: #fff; }
    .headline3::after { content: ""; position: absolute; z-index: 1; right: 0; top: 50%; transform: translateY(-50%); width: 100%; height: 1px; background-color: #003E91; }
    .headline3 > a { position: absolute; left: 0; top: 50%; transform: translateY(-50%); background-color: #fff; padding-right: 10px; box-sizing: border-box; z-index: 2; }
    .headline3 .button {padding:5px 10px;border-radius:10px;border:1px solid #003E91;color:#003E91; }
        .headline3 .button:hover, .headline3 .button:focus {background-color:#003E91;color:#fff; }


.headline4 { position: relative; }
    .headline4 > * { display: inline-block; font-size: 2.2em; font-weight: 700; color: #535353; }

.headline5 { font-size: 2em; }
    .headline5 > * { font-weight: 500; display: inline-block; position: relative; }

.headline6 { font-size: 1.5em; color: #565656; }
    .headline6 > * { font-weight: 500; display: inline-block; position: relative;  }

.inner_headline { text-align: center; font-size: 3em; position: absolute; top: 50%; right: 0; width: 100%; transform: translateY(-50%); }
    .inner_headline > * { display: inline-block; font-weight: 500; }
/******End Headlines******/

/***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.5em; text-align: center; }
                .pagination > ul > li > a:hover, .pagination > ul > li > a:focus { color: #003E91; }
                .pagination > ul > li > a.active { color: #003E91; 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%; }


.test_popup { display: none; }
    .test_popup .popup { max-width: 462px; padding: 0; background-color: #003378; border-radius: 10px; }
        .test_popup .popup .close_popup { position: absolute; right: -40px; top: 0; width: 35px; height: 35px; background-color: #292929; border-radius: 7px; color: #fff; font-size: 1.5em; display: flex; justify-content: center; align-items: center; font-weight: 700; }
    .test_popup .test_popup_content .video_conti { margin-bottom: 15px; }
    .test_popup .test_popup_content .image { padding-bottom: 65%; display: block; margin-bottom: 15px; border-radius: 10px; }
    .test_popup .test_popup_content .text { font-size: 1.2em; line-height: 120%; }
    .test_popup .test_popup_content .content_conti { padding: 0 20px 20px 20px; box-sizing: border-box; }
    .test_popup .test_popup_content .content {color:#fff; width: 100%; position: relative; padding: 0 38px; box-sizing: border-box; }
        .test_popup .test_popup_content .content .title { font-size: 1.2em; color: #fff; margin-bottom: 5px; }
            .test_popup .test_popup_content .content .title .rool { color: #FF0057; font-weight: 400; }
        .test_popup .test_popup_content .content .text { }
        .test_popup .test_popup_content .content::after { content: ""; width: 35px; height: 28px; position: absolute; left: 0; bottom: 0; background-image: url(/Content/Resources/General/quoteLeft.png); background-repeat: no-repeat; background-size: contain; background-position: center bottom; }
        .test_popup .test_popup_content .content::before { content: ""; width: 35px; height: 28px; position: absolute; right: 0; top: 0; background-image: url(/Content/Resources/General/quoteRight.png); background-repeat: no-repeat; background-size: contain; background-position: center top; }


@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: none; border-radius: 4px; line-height: 1; font-size: 1em; color: #000; font-family: 'Assistant', sans-serif; }
.form input[type="date"], .form input[type="time"], .form input[type="file"], .form select { padding: 10px 10px; }
.form select { padding: 12px 10px; }
.form textarea { min-height: 145px; padding: 10px; box-sizing: border-box; }

.form ul li { position: relative;}
    
.form ul li label {display:block;margin-bottom:5px;font-size:0.9em; }
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #000; }
::-moz-placeholder { /* Firefox 19+ */ color: #000; }
:-ms-input-placeholder { /* IE 10+ */ color: #000; }
:-moz-placeholder { /* Firefox 18- */ color: #000; }

.checkbox_conti { position: relative; box-sizing: border-box; min-height: 18px; }
    .checkbox_conti > div { position: relative; vertical-align: middle; width: 18px; height: 18px; right: 0; top: 0; display: inline-block; }
        .checkbox_conti > div > input { position: absolute; width: 100%; height: 100%; right: 0; top: 0; cursor: pointer; opacity: 0; margin:0;}
        .checkbox_conti > div > span { position: absolute; width: 100%; height: 100%; right: 0; top: 0; border-radius: 6px; border: 2px solid #202020; pointer-events: none; background-color: #fff; box-sizing:border-box;}
            .checkbox_conti > div > span::after { content: "\f00c"; font-family: "Font Awesome 5 Free"; position: absolute; width: 0; overflow: hidden; right: 0; top: 0; color: #1E5585; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; font-family: "Font Awesome 5 Pro"; font-weight: 900; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; }
        .checkbox_conti > div > input:checked ~ span::after { width: 100%; }
    .checkbox_conti label { display: inline-block !important;vertical-align:middle; text-align: right;margin-bottom:0 !important;margin-right:5px; }
        .checkbox_conti label > a { color: #5796CB; }
            .checkbox_conti label > a:hover, .checkbox_conti label > a:focus { text-decoration: underline; }
    .checkbox_conti label .bg { width:17px;height:17px;margin-left:10px;border-radius:50%;}
    .checkbox_conti label > * {display:inline-block;vertical-align:middle; }

.checkbox_conti_absolute { position: relative; box-sizing: border-box; min-height: 20px; padding-right: 25px; 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: 5px; border: 1px solid #000000; pointer-events: none; background-color: transparent; box-sizing: border-box; }
            .checkbox_conti_absolute > div > span::after { content: ""; position:absolute;right:0;top:0;width:100%;height:100%;background-color:#1E5585;border:2px solid #fff;box-sizing:border-box;opacity:0;border-radius:5px;transition:all 0.5s ease-in-out;}
        .checkbox_conti_absolute > div > input:checked ~ span::after { opacity:1;}
    .checkbox_conti_absolute label { display: inline-block !important; vertical-align: middle; 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; }

.button1 { position: relative; width: 100%; display: block; padding: 15px 10px; box-sizing: border-box; background-color: #003E91; box-shadow: 0px 10px 35px #003E9133; color: #fff; font-size: 1.2em; font-weight: 500; text-align: center; border-radius: 5px; }
    .button1:hover, .button1:focus { background-color: #0065eb; }

.button2 { position: relative; width: 100%; display: block; padding: 14px 10px; box-sizing: border-box; background-color: transparent; color: #003E91; font-size: 1.2em; font-weight: 500; text-align: center; border-radius: 5px; border: 1px solid #003E91 ;box-sizing:border-box;}
    .button2:hover, .button2:focus { background-color: #0065eb; color: #fff; }

.button3 { display: block; width: 100%; background-color: #89B32F; border-radius: 10px; box-shadow: 0px 3px 6px #00000059; color: #fff; padding: 15px 5px; box-sizing: border-box; font-weight: 700; font-size: 1.15em; }
    .button3:hover, .button3:focus { background-color: #446401; }

/******Header******/
.burger { display: none; width: 30px; }
    .burger > ul { }
        .burger > ul > li { width: 100%; height: 4px; border-radius: 10px; background-color: #003E91; 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: 11px 10px 0 10px; box-sizing: border-box; background-color: #FFFFFF; box-shadow: 0px 3px 6px #0000000D; }

.logo {  display:inline-block;vertical-align:middle; width: 122px; }
    .logo > img { width: 100%; }

.header_tel { position: absolute; left: 30px; top: 50%; color: #003E91; transform: translateY(-50%); padding: 10px; border: 1px solid #003E91;border-radius:15px; }
.header_tel > span {margin-left:5px; }
    .header_tel > * { display: inline-block; vertical-align: middle; font-size: 1.2em; font-weight: 400; }

nav {position:relative; display: inline-block; box-sizing: border-box;padding-right:30px; }
    nav::after { content: ""; position: absolute; right: 15px; top: 0; width: 1px; height: calc(100% - 10px); background-color: #EBEBEB; }
    nav > div { }
.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 {position:relative; display: block; color: #000; padding:15px 20px 30px 20px; box-sizing: border-box; position: relative; font-size: 1.2em; font-weight: 300; position: relative;border-radius:8px 8px 0 0; }
            nav > div > ul > li > a.colored {  }
            nav > div > ul > li > a.active { font-weight: 500; background-color: #E9E9E9; }
            nav > div > ul > li > a:hover, nav > div > ul > li > a:focus { background-color: #E9E9E9; }

.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 : 1320px) {
    .header_tel {left:10px; }
    nav > div > ul > li > a { padding: 15px 10px 30px 10px; }
}

@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; position: absolute; top: 50%; transform: translateY(-50%); }
    .header_tel > span { display: none; }
    .top_header { display: none; }
    .header_tel { top: 50%; transform: translateY(-50%); left: 10px; }

    nav { display: none; position: fixed; width: 100%; height: 100%; overflow-y: auto; background-color: rgba(255, 255, 255, 0.80); right: 0; top: 0; z-index: 10;padding-right:0;margin-right:0; }
        nav::after {display:none; }
    header nav > div { width: 279px; background-color: #F9FCFF; right: -300px; top: 0; padding-top: 0; box-sizing: border-box; position: absolute; border-top: 100px solid #F9FCFF; box-shadow: 0px 7px 18px #00000066; padding-bottom: 20px; height: 100%; }
        header nav > div::after { content: ""; width: 122px; 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: #7fb6db; font-size: 25px; }

    nav > div > ul > li { width: 100%; display: block; border-bottom: 1px solid #7fb6db; 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;border-radius:0; }
    .drop { display: none; }
    nav .socials { padding-top: 20px; padding-right: 20px; }
    .mobile_nav_item { display: block; }
    header nav .socials { position: static; }
}

/******Footer******/
footer { color: #3A3A3A; background-color: #FFFFFF; box-sizing: border-box;margin-top:20px;border-top:1px solid #003E91; }
.footer_content { padding: 40px 10px; box-sizing: border-box; }
    .footer_content > .auto_margin { }
    .footer_content > .auto_margin { }
.footer_main_links { width: 25%; padding-left: 10px; box-sizing: border-box; }
    .footer_main_links .footer_logo { max-width: 122px; width: 100%; margin-bottom: 20px; display: block; }
        .footer_main_links .footer_logo > img { display: inline-block; vertical-align: middle; width: 100%; }
    .footer_main_links .text { font-size: 0.8em; line-height: 120%; margin-bottom: 20px; }
        .footer_main_links .text > p { }
.footer_socials { }

.footer_tel {margin-top:15px; }
    .footer_tel > a {font-size:1.2em; display: inline-block; color: #003E91; padding: 10px; border: 1px solid #003E91; border-radius: 15px; }
        .footer_tel > a > * { display: inline-block;vertical-align:middle; }
    .footer_tel > a > span {margin-left:10px;}

.footer_links { border-right: 1px solid #E8E8E8; width: 40%; box-sizing: border-box; }
    .footer_links .links_item { width: 50%; border-left: 1px solid #E8E8E8; padding: 0 20px; box-sizing: border-box; }
        .footer_links .links_item > ul { }
            .footer_links .links_item > ul > li { margin-bottom: 10px; }
                .footer_links .links_item > ul > li .title { display: block; font-size: 1.2em; font-weight: 400; margin-bottom: 20px; }
                .footer_links .links_item > ul > li > a { }
                    .footer_links .links_item > ul > li > a:hover, .footer_links .links_item > ul > li > a:focus { text-decoration: underline; }
.footer_newsletter { width: 35%; padding-right: 30px; box-sizing: border-box; }
    .footer_newsletter .newsletter_title { margin-bottom: 10px; }
        .footer_newsletter .newsletter_title h2 { display: block; font-size: 1.2em; font-weight: 400; margin-bottom: 5px; }
        .footer_newsletter .newsletter_title span { }

footer .credit { display: block; padding: 10px; box-sizing: border-box; text-align: center; background-color: #3A3A3A; color: #fff; }
    footer .credit > p { display: block; margin-bottom: 10px; }
    footer .credit > a { display: inline-block; }

.footer_socials { }
    .footer_socials .socials > li > a { display: flex; justify-content: center; align-items: center; width: 35px; height: 35px; border-radius: 50%; background-color: #fff; box-shadow: 0px 2px 7px #00000029; }
    .footer_socials .socials > li > a > img {max-width:20px;max-height:20px; }

/******End Footer******/

@media only screen and (max-width : 1020px) {
    .footer_main_links { width: 100%; padding: 0; text-align: center; max-width: 300px; margin: 0 auto; }
        .footer_main_links .footer_logo { margin: 0 auto 20px auto; }
    .footer_socials .socials { justify-content: center; }
    .footer_links { width: 100%; border: none; border-top: 1px solid #E8E8E8; padding-top: 20px; margin-top: 5px; }
        .footer_links .links_item { width: 100%; text-align: center; margin-bottom: 20px; padding: 0; border: none; border-bottom: 1px solid #E8E8E8; padding-bottom: 10px; }
    .footer_newsletter { width: 100%; max-width: 300px; margin: 0 auto; }
}

@media only screen and (max-width : 736px) {
    .footer_newsletter { padding-right: 0; }
        .footer_newsletter .newsletter_title { width: 100%; }
            .footer_newsletter .newsletter_title > div { width: 100%; text-align: center; }
}

@media only screen and (max-width : 375px) {
}


/******Articles******/
.general_article { }
    .general_article p { line-height: 140%; margin-bottom: 12px; font-size: 1em; }
    .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 {box-sizing:border-box; margin-bottom: 20px; padding-right:20px;}
    .general_article > ol {padding-right:15px; }
    .general_article > ul li {list-style:circle; }
    .general_article li { margin-bottom: 5px; position: relative; padding-right: 0px; 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****/
    .general_article h2 {font-size:1.1em; }
    .inner_article .side_one { width: 100%;margin-bottom:20px; }
    .inner_article .side_two { width: 100%;padding-right:0; }
    /****End Article Inner Page****/

    .artilce_item .title { font-size:1.2em;}
    .artilce_item .content > * {font-size:1em; }
}
.product_item { display: block; box-shadow: 0px 3px 6px #00000029; background-color: #fff; }
    .product_item .prod_image { position: relative; border-bottom: 1px solid rgba(32, 32, 32, 0.25); margin-bottom:17px;}
        .product_item .prod_image .added {position:absolute;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.8);color:#fff;text-align:center;right:0;top:0;z-index:2;opacity:0;pointer-events:none;}
        .product_item .prod_image .added > span { position:absolute;top:50%;font-weight:500;right:0;width:100%;font-weight:1.2em;}
        .product_item .prod_image .added.active {opacity:1; }
        .product_item .prod_image .demand { position: absolute; padding: 10px 0;width:167px; box-sizing: border-box; background-color: #FFDD00; font-weight: 700; text-align: center; right: 0; left: 0; top: -5px; margin: 0 auto; pointer-events: none; }
        .product_item .prod_image .image { padding-bottom: 100%; display: block; }
        .product_item .prod_image .favorite { position: absolute; left: 3px; top: 10px; color: #202020; }
            .product_item .prod_image .favorite.active { color: #FFDD00; }
            .product_item .prod_image .favorite .far { }
            .product_item .prod_image .favorite .fas { display: none; }
            .product_item .prod_image .favorite.active .far { display: none; }
            .product_item .prod_image .favorite.active .fas { display: block;}
        .product_item .prod_image .sale { position: absolute; right: -5px; top: 10px; width: 56px; height: 56px; text-align: center; padding-top: 15px; font-size: 0.9em; font-weight: 700;border-radius:50%;background-color:#FFDD00; box-sizing:border-box;}
    .product_item .prod_colors {position:absolute;width:100%;right:0;bottom:-10px;z-index:1;width:100%; }
        .product_item .prod_colors .color_item { width: 20px; height: 20px; border: 3px solid #fff; box-shadow: 0px 3px 6px #00000029; display:block;box-sizing:border-box;border-radius:50%;text-align:center;}
    .product_item .prod_content {padding:0 20px 10px 20px;box-sizing:border-box;text-align:center; }
        .product_item .prod_content .prod_title {display:block; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align:center;margin-bottom:5px;font-weight:500;}
        .product_item .prod_content .prod_desc {display:block;text-align: center; margin-bottom: 5px; font-size:0.8em;height:33px;overflow:hidden;}
            .product_item .prod_content .prod_desc > * { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;line-height:120%; }
                .product_item .prod_content .prod_desc > *:not(:nth-child(1)) { display: none; }
        .product_item .prod_content .prod_link { display: inline-block; text-decoration: underline; color: #1694C4;margin-bottom:10px; }
    .product_item .prod_price { text-align:center;margin-bottom:10px;}
    .product_item .prod_price > * {display:inline-block;vertical-align:middle; }
        .product_item .prod_price > strong { font-weight:700;}
        .product_item .prod_price > strike { margin-right:10px;}
    .product_item .prod_add { display: block;  text-align:center;min-height:47px;}
        .product_item .prod_add .product_button {display:block; background-color: #1694C4; border-radius: 10px; box-shadow: 0px 3px 6px #00000059; color:#fff;padding:15px 5px;box-sizing:border-box;font-weight:700;font-size:1.15em;}
            .product_item .prod_add .product_button:hover, .product_item .prod_add .product_button:focus { background-color: #00b9ff; }
        .product_item .prod_add .prod_quantity {padding-top:5px; }
.prod_quantity_conti { display: none; }
    .prod_quantity > a { text-align: center; color: #1694C4;font-size:1.5em;padding:0 5px;box-sizing:border-box;}
    .prod_quantity .total { border: 1px solid #1694C4;padding:10px;box-sizing:border-box;text-align:center;border-radius:5px;width:100px; }
        .prod_quantity .total.active , .prod_quantity .total:focus { border-color: #89B32F; }
    .prod_quantity > a:hover, .prod_quantity > a:focus { color: #89B32F; }


@media only screen and (max-width : 1366px) {
    .product_item .prod_image .demand { width:110px;font-size:0.9em;padding:7px 0;}
    .product_item .prod_image .sale { width: 40px; height: 40px; padding-top: 9px; font-size: 0.8em; }
    .product_item .prod_add .product_button {font-size:1em; }
}

@media only screen and (max-width : 768px) {
    .product_item .prod_price { font-size:0.8em;}
}

@media only screen and (max-width : 414px) {
    .product_item .prod_add .product_button {font-size:0.9em;padding:10px 5px; }
    .product_item .prod_add {min-height:35px; }
    .prod_quantity .total { padding:6px 10px;}
}

@media only screen and (max-width : 360px) {
    .products_conti > ul > li {width:100% !important; }
}

html { font-family: 'Assistant', sans-serif; font-size: 15px; direction: rtl; background-color: #FFFFFF; color: #000; }
body { }
.main_wrapper { max-width: 100%; width: 100%; margin: 0 auto; overflow: hidden; }
.auto_margin { max-width: 1536px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin2 { max-width: 1020px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin3 { max-width: 1366px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin4 { max-width: 1224px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin5 { max-width: 1800px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin6 { max-width: 1220px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.auto_margin7 { max-width: 1283px; width: 100%; margin: 0 auto; box-sizing: border-box; }
.mobile_padding { padding: 0 10px; box-sizing: border-box; }

.message_conti { }
.message_partial { padding: 10px; background-color: #003E91; color: #fff; width: 100%; margin: 0 auto; position: fixed; top: 0; right: 0; left: 0; z-index: 10; }

.side_form_conti { position: fixed; z-index: 7; bottom: 50px; left: 0; }
.open_whatsapp { position: absolute; right: 0; top: -30px; width: 35px; }
    .open_whatsapp > img { width: 100%; position: relative; right: -8px; }
    .open_whatsapp > span { color: #8DC63F; font-weight: 500; position: relative; right: -10px; }
.open_side_form { position: absolute; left: 0; top: 0; background-color: #AA9387; box-shadow: 0px 3px 6px #00000057; border-radius: 0 50px 50px 0; color: #FFFFFF; font-weight: 500; font-size: 1.2em; width: 183px; text-align: center; }
    .open_side_form > .open_side_form_bg { position: absolute; right: -11px; top: -17px; text-align: center; border-radius: 50%; background-color: #fff; width: 31px; height: 31px; padding: 10px; box-sizing: border-box; pointer-events: none; }
        .open_side_form > .open_side_form_bg > img { width: 100%; }
.side_form_conti.active .open_side_form { top: -303px; }
.side_form_conti .lead_form { background-color: #BFDEF2; width: 270px; padding: 30px 20px 20px 20px; box-sizing: border-box; position: absolute; left: 0; bottom: -410px; height: 290px; }
.side_form_conti.active .lead_form { bottom: -30px; }
.side_form_conti .lead_form > form { }
    .side_form_conti .lead_form > form > ul { flex-wrap: wrap; }
        .side_form_conti .lead_form > form > ul > li { margin-bottom: 20px; width: 100%; }
            .side_form_conti .lead_form > form > ul > li:last-child { margin-bottom: 30px; }
            .side_form_conti .lead_form > form > ul > li .button1 { display: block; padding: 10px; }

.open_side_form .text { display: inline-block; padding: 12px 10px; box-sizing: border-box; }

.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; }
.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; margin-bottom: 10px; background-repeat: no-repeat; }
    .cover > div { position: relative; height: 184px; }
    .cover h1 { position: absolute; top: 50%; right: 0; transform: translateY(-50%); font-size: 3em; font-weight: 400; }

/*****Index****/
.home_main_content { position: relative; color: #2C2C2C; padding: 80px 10px 0 10px; box-sizing: border-box; width: 100%; height: 660px; background-repeat: no-repeat; background-position: center top; margin-bottom: 70px; }
    .home_main_content .content { text-align: center; }
        .home_main_content .content h1 { display: block; font-weight: 800; margin-bottom: 10px; font-size: 4em; color: #6c6c6c; }
        .home_main_content .content .text { margin-bottom: 51px; }
            .home_main_content .content .text h2 { font-size: 2em; font-weight: 300; display: block; margin-bottom: 5px; }
            .home_main_content .content .text p { font-size: 1.05em; font-weight: 300; display: block; }
.button_cta { position: relative; }
    .button_cta .arrow_conti { position: absolute; margin: 0 auto; right: 0; left: 0; top: -20px; width: 16px; animation: upanddown 1s infinite; }
        .button_cta .arrow_conti .arrow { border-color: #E1E1E1; }
    .button_cta > .button1 { display: inline-block; max-width: 260px; }

@keyframes upanddown {
    0% { top: -20px; }
    50% { top: -30px; }
    100% { top: -20px; }
}

.general_form1 { margin-bottom: 12px; }
.general_form { position: relative; background-color: #fff; padding: 20px 30px; box-sizing: border-box; border-radius: 15px; box-shadow: 0px 11px 21px #0000001A; }
    .general_form::after { content: ""; position: absolute; width: calc(100% - 10px); height: calc(100% - 10px); right: 5px; top: 5px; border: 1px solid #003E91; box-sizing: border-box; border-radius: 10px; box-shadow: 0px 11px 21px #0000001a; pointer-events: none; }
    .general_form .headline6 { position: relative; z-index: 2; color: #000; }
    .general_form > p { display: block; position: relative; z-index: 2; color: #000; }
    .general_form .form_conti { width: 100%; margin: 0 auto; position: relative; }
        .general_form .form_conti form { width: 100%; }
    .general_form form > ul { width: 100%; }
        .general_form form > ul > li { width: calc(33.33% - 45px); padding-left: 20px; box-sizing: border-box; }
            .general_form form > ul > li:last-child { width: 135px; padding-left: 0; }
    .general_form input, .general_form select { border-radius: 5px !important; border: none !important; box-shadow: none !important; }
    .general_form form > ul > li .button { padding: 11px 10px; }

.our_services { }
    .our_services > ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
        .our_services > ul > li { width: 49%; }

.service_item { display: block; height: 325px; position: relative; background-color: #fff; padding: 20px 30px; box-sizing: border-box; border-radius: 15px; box-shadow: 0px 11px 21px #0000001a; }
    .service_item::after { content: ""; position: absolute; width: calc(100% - 10px); height: calc(100% - 10px); right: 5px; top: 5px; border: 1px solid #003E91; box-sizing: border-box; border-radius: 10px; box-shadow: 0px 11px 21px #0000001a; pointer-events: none; }
    .service_item .image { position: absolute; left: 0; bottom: 0; width: 70%; height: 85%; z-index: 2; }
    .service_item .content { position: absolute; z-index: 3; top: 50%;transform:translateY(-50%); right: 30px; background-color: rgb(255 255 255 / 0.6); padding: 10px; box-sizing: border-box; border-radius: 10px; }
    .service_item .title { margin-bottom: 10px; }
        .service_item .title > span { }
        .service_item .title > strong { }

.gallery_test_item { padding: 0 10px; box-sizing: border-box; }
.test_item { display: block;cursor:pointer; }
    .test_item .image { height: 260px; position: relative; border-radius: 10px 10px 0 0; }
        .test_item .image .title { position: absolute; bottom: -25px; right: 0; display: flex; justify-content: center; align-items: center; z-index: 2; width: 100%; }
            .test_item .image .title > span { border-radius: 10px; padding: 17px 15px; box-sizing: border-box; color: #fff; background-color: #003378; font-size: 1.4em; }
            .test_item .image .title > img { margin-right: 10px; }
    .test_item .content { margin-top: -10px; display: block; height: 200px; position: relative; background-color: #fff; padding: 40px 30px 30px 30px; box-sizing: border-box; border-radius: 15px; box-shadow: 0px 11px 21px #0000001a; }
        .test_item .content::after { content: ""; position: absolute; width: calc(100% - 10px); height: calc(100% - 10px); right: 5px; top: 5px; border: 1px solid #003E91; box-sizing: border-box; border-radius: 10px; box-shadow: 0px 11px 21px #0000001a; pointer-events: none; }
        .test_item .content .stars { display: flex; justify-content: center; align-items: center; margin-bottom: 10px; }
            .test_item .content .stars > li { }
                .test_item .content .stars > li > img { }
        .test_item .content .text { display: block; text-align: center; font-size: 1.05em; color: #000; line-height: 120%; }
            .test_item .content .text > * { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
                .test_item .content .text > *:not(:nth-child(1)) { display: none; }

.newsletter_form { width: 100%; }
    .newsletter_form form { position: relative; width: 100%; }
        .newsletter_form form input { width: 100%; padding-left: 45px; box-sizing: border-box; }
        .newsletter_form form button { display: flex; justify-content: center; align-items: center; position: absolute; left: 0; top: 0; width: 40px; height: 100%; background-color: #003E91; color: #fff; font-size: 1.2em; font-weight: 500; text-align: center; box-shadow: 0px 10px 35px #003e9133; border-radius: 5px; }
            .newsletter_form form button:hover, .footer_newsletter .newsletter_form form button:focus { background-color: #0065eb; color: #fff; }
            .newsletter_form form button > img { }

.newsletter_conti { }
    .newsletter_conti .sides_conti { display: flex; flex-wrap: wrap; align-items: center; }
        .newsletter_conti .sides_conti .image { width: 41%; min-height: 363px; border-radius: 15px; }
        .newsletter_conti .sides_conti .content { width: 59%; padding: 30px; box-sizing: border-box; }
            .newsletter_conti .sides_conti .content .title { display: block; margin-bottom: 15px; font-size: 1.4em; line-height: 120%; }
                .newsletter_conti .sides_conti .content .title > * { font-weight: 400; }
            .newsletter_conti .sides_conti .content .note { display: block; color: #C9C9C9; margin-top: 10px; }

.general_content2 { height: 500px; width: 100%; background-image: url('/Content/Resources/General/mainBg2.png'); background-position: center bottom; background-repeat: no-repeat; padding: 90px 0 0 0; box-sizing: border-box; }
    .general_content2 > .flex { padding: 0 100px; box-sizing: border-box; }
.main_headline { font-size: 3em; margin-bottom: 10px; }
    .main_headline > * { font-weight: 700; }
.sub_headline { font-size: 2.2em; margin-bottom: 10px; }
    .sub_headline > * { font-weight: 400; }
.general_content2 .content { }
    .general_content2 .content .text { font-size: 1.15em; line-height: 120%; color: #707070; }
.general_content2 .buttons { margin-top: 30px; }
    .general_content2 .buttons > ul { }
        .general_content2 .buttons > ul > li { margin-left: 10px; }
            .general_content2 .buttons > ul > li:last-child { margin-left: 0; }
.general_content2 .side_one { width: calc(100% - 497px); padding-left: 40px; box-sizing: border-box; }
.first_test_conti { min-height: 407px; width: 497px; position: relative; background-image: url('/Content/Resources/General/testMainBg.svg'); background-repeat: no-repeat; background-size: contain; }
    .first_test_conti .inner_main_image { width: 340px; position: absolute; left: 30px; bottom: 0; z-index: 2; }
    .first_test_conti .content { width: 100%; max-width: 241px; background-color: #fff; box-shadow: 0px 10px 25px #00000029; border-radius: 11px; position: relative; padding: 20px 15px; box-sizing: border-box; }
        .first_test_conti .content .quate { position: absolute; left: 20px; top: -20px; }
        .first_test_conti .content .stars { display: flex; margin-bottom: 10px; }
            .first_test_conti .content .stars > li { margin-left: 5px; }
        .first_test_conti .content .text { display: block; text-align: center; font-size: 1.05em; color: #000; line-height: 120%; margin-bottom: 20px; }
            .first_test_conti .content .text > * { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
                .first_test_conti .content .text > *:not(:nth-child(1)) { display: none; }
        .first_test_conti .content .title { display: block; font-size: 1.15em; font-weight: 700; color: #003E91; }
.general_form2 { margin: -60px 0 40px 0; position: relative; z-index: 3; }
.advantages { border-top: 1px solid rgb(0 62 145 / 0.15); border-bottom: 1px solid rgb(0 62 145 / 0.15); padding: 30px 0 ; box-sizing: border-box; margin: 70px 0 50px 0; }
    .advantages .titles { }
        .advantages .titles .title { display: block; font-size: 3em; font-weight: 500; margin-bottom: 10px; text-align: center; color: #333333 ;}
        .advantages .titles .text { display: block; font-size: 1.05em;  margin-bottom: 30px; text-align: center; color: #333333; }
    .advantages .why_us { }
        .advantages .why_us .headline2 {margin-bottom:20px; }
            .advantages .why_us .headline2 > *:not(a) {padding:0 10px;color:#000;}
        .advantages .why_us > ul {display:flex;flex-wrap:wrap;padding:0 80px;box-sizing:border-box; }
            .advantages .why_us > ul > li {width:23.5%; margin-left: 2%; border-left: 1px solid rgb(0 62 145 / 0.15) ;padding-left:2%;box-sizing:border-box;}
            .advantages .why_us > ul > li:nth-child(4n) {margin-left:0;border-left:none; }
    .advantages .advantage_item {display:flex; align-items:center;}
        .advantages .advantage_item .icon { width:40px;height:40px;}
            .advantages .advantage_item .icon > img { display:inline-block;vertical-align:middle;max-width:100%;}
        .advantages .advantage_item .content { width:calc(100% - 40px);box-sizing:border-box;padding-right:20px;box-sizing:border-box;}
            .advantages .advantage_item .content > strong { display: block; font-size: 0.9em; font-weight: 500; color: #293345;margin-bottom:5px; }
            .advantages .advantage_item .content > span { display: block; font-size: 0.9em; font-weight: 400; color: rgb(41 51 69 / 0.65); }

/*****End Index****/


/*****General Page****/
.to_right > * { text-align: right; }
.to_right .button_cta { max-width: 260px; }
/*****End General Page****/

/*****Contact****/
.box1 { display: block; position: relative; box-shadow: 0px 10px 15px #00000029; border-radius: 20px; padding: 20px; box-sizing: border-box; }
    .box1::after { content: ""; position: absolute; width: calc(100% - 20px); height: calc(100% - 20px); right: 10px; top: 10px; border: 1px solid #003E91; box-sizing: border-box; border-radius: 10px; box-shadow: 0px 11px 21px #0000001a; pointer-events: none; }
.contac_page .map { }
    .contac_page .map iframe { width: 100%; height: 287px; }
.contac_page .technical_specifications { color: #353535; margin-bottom: 20px; }
    .contac_page .technical_specifications > ul { }
        .contac_page .technical_specifications > ul:nth-child(odd) > li > div { background-color: rgba(53, 53, 53, 0.05); }
        .contac_page .technical_specifications > ul > li { }
            .contac_page .technical_specifications > ul > li > div { padding: 10px; box-sizing: border-box; }
.contac_page form > ul > li { margin-bottom: 20px; }
.contac_page .checkbox_conti_absolute label { font-size: 1.1em; box-sizing: border-box; }
/*****End Contact****/

/*****Thanks****/
.thanks_page { padding-top: 50px; padding-bottom: 150px; }
    .thanks_page > h2 { font-size: 1.5em; font-weight: 500; margin-bottom: 25px; }
    .thanks_page > p { font-size: 1.15em; }
    .thanks_page .image_conti { margin-bottom: 20px; max-width: 261px; margin: 0 auto 40px auto; }
        .thanks_page .image_conti > img { width: 100%; vertical-align: bottom; }
.error_page .image_conti { max-width: 415px; margin-bottom: 20px; }
.thanks_page .headline3 { border-bottom: none; margin-bottom: 0; padding-bottom: 10px; }
/*****End Thanks****/

/*****Thanks****/
.box2 { width: 100%; max-width: 1416px; margin: 0 auto; padding: 30px 10px; box-sizing: border-box; box-shadow: 0px 10px 35px #00000026; background-color: #fff; }
.thanks_and_error { min-height: auto; }
    .thanks_and_error .box2 { padding: 100px 10px 150px 10px; box-sizing: border-box; text-align: center; }
        .thanks_and_error .box2 .text { font-size: 1.3em; font-weight: 400; line-height: 120%; max-width: 1000px; margin: 0 auto; width: 100%; }
/*****End Thanks****/


/*****Faq****/
.general_content1 { display: flex; align-items: center; min-height: 387px; position: relative; box-shadow: 0px 10px 15px #00000029; border-radius: 20px; padding: 30px 50px 30px 480px; box-sizing: border-box; }
.general_content1_no_padding {padding:50px 50px;min-height:80px; }
    .general_content1::after { content: ""; position: absolute; width: calc(100% - 40px); height: calc(100% - 40px); right: 20px; top: 20px; border: 1px solid #003E91; box-sizing: border-box; border-radius: 10px; box-shadow: 0px 11px 21px #0000001A; pointer-events: none; }
    .general_content1 .content { }
.inner_headline1 { display: block; padding: 5px; box-sizing: border-box; border-right: 1px solid #373737; }
    .inner_headline1 > * { }
        .inner_headline1 > * > span { font-size: 1.3em; font-weight: 400; color: #000; display: block; margin-bottom: 5px; }
        .inner_headline1 > * > strong { font-size: 2em; font-weight: 400; color: #000; }
.general_content1 .text { font-size: 1.3em; line-height: 120%; }
.general_content1 .inner_main_image { position: absolute; left: 0; bottom: 0; width: 471px; z-index: 2; }
.general_content1 .text h2 { display: block; margin-bottom: 20px;font-size:1.2em; }
.general_content1 .text p:not(:last-child) {margin-bottom:10px; }
.general_content1 .text ul, .general_content1 .text ol { list-style: circle; padding-right:20px;box-sizing:border-box;}
.general_content1 .text ol {list-style:decimal; }
    .general_content1 .text ul li , .general_content1 .text ol li {display:list-item;margin-bottom:5px;}

    .faq_conti { }
    .faq_conti > ul { }
        .faq_conti > ul > li { margin-bottom: 15px; }

.faq_item { display: block; background-color: #fff; box-shadow: 0px 3px 6px #00000029; border-radius: 8px; }
    .faq_item .q { position: relative; }
        .faq_item .q .ex_link { position: absolute; right: 10px; top: 45%; transform: translateY(-50%); }
        .faq_item .q .title { display: block; padding: 35px 70px; box-sizing: border-box; color: #3B3B3B; font-size: 1.4em; font-weight: 700; }
        .faq_item .q .arrow { position: absolute; left: 10px; top: 45%; border-color: #003E91; }
    .faq_item .a { display: none; padding: 0 20px 30px 20px; box-sizing: border-box; color: #707070; font-size: 1.2em; line-height: 120%; }
        .faq_item .a > * { padding: 30px 20px; box-sizing: border-box; border-radius: 8px; background-color: #003E9112; }

.faq_item_inner .q .title { padding: 35px 30px; }
.faq_item_inner .a { display: block; }

/*****End Faq****/

/*****Blog****/
.blog_page { }
    .blog_page .image_conti { }
        .blog_page .image_conti > img { width: 100%; display: block; vertical-align: middle; }

.blog_items_inner > li { width: 32%; margin-left: 2%; margin-bottom: 2%; }
    .blog_items_inner > li:nth-child(3n) { margin-left: 0; }
    .blog_items_inner > li:not(:nth-child(3n)) > a::after { content: ""; position: absolute; left: -3%; top: 0; width: 0; height: 100%; border-left: 1px solid #C9C9C9; }


.blog_item { display: block; position: relative; padding-bottom: 10px; min-height: 100%; }
    .blog_item .img_conti { height: 0; padding-bottom: 85%; margin-bottom: 13px; position: relative; overflow: hidden; }
        .blog_item .img_conti .image { position: absolute; height: 100%; width: 100%; right: 0; top: 0; }
    .blog_item .content { }
        .blog_item .content .title { color: #000000; font-weight: 700; font-size: 1.4em; height: 54px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 10px; line-height: 120%; }
    .blog_item:hover .image, .blog_item:focus .image { transform: scale(1.2); }

    .blog_item .content .text { color: rgb(88 88 88 / 0.6); line-height: 120%; font-size: 1.2em; }
        .blog_item .content .text > p { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
        .blog_item .content .text > *:not(:nth-child(1)) { display: none; }
/*****End Blog****/

/***Lp***/
.images_contents { }
    .images_contents > ul { }
        .images_contents > ul > li { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid rgb(112 112 112 / 0.42); }
            .images_contents > ul > li:nth-child(even) { }
    .images_contents .sides_conti { justify-content: space-between; align-items: center; }
        .images_contents .sides_conti .image_side { width: 45%; }
            .images_contents .sides_conti .image_side > .image { padding-bottom: 55%; }
        .images_contents .sides_conti .content { width: 45%; }
    .images_contents > ul > li:nth-child(even) .sides_conti .image_side { order: 2; }
    .images_contents > ul > li:nth-child(even) .sides_conti .content { order: 1; }
    .images_contents .sides_conti .content .title { display: block; font-size: 1.4em; font-weight: 700; color: #464646; margin-bottom: 15px; }
    .images_contents .sides_conti .content .text { line-height: 120%; display: block; font-size: 1.3em; color: rgb(0 0 0 / 0.92); }
/***Lp***/

/***Insurance Page****/
.insurance_item { display: block; height: 325px; position: relative; background-color: #fff; padding: 20px 30px; box-sizing: border-box; border-radius: 15px; box-shadow: 0px 11px 21px #0000001a; }
    .insurance_item::after { content: ""; position: absolute; width: calc(100% - 10px); height: calc(100% - 10px); right: 5px; top: 5px; border: 1px solid #003E91; box-sizing: border-box; border-radius: 10px; box-shadow: 0px 11px 21px #0000001a; pointer-events: none;z-index:4; }
    .insurance_item .image { position: absolute; right: 0; top: 0; width: 100%; height: 100%; z-index: 2; }
    .insurance_item .content { position: absolute; z-index: 3; height: 100%;width:100%; top: 0; right: 0; padding: 20px 30px; box-sizing: border-box; }
    .insurance_item .title { margin-bottom: 10px;background-color:#ffffffae; }
    .insurance_item .like_button_conti {position:absolute;right:30px;bottom:10px;width:calc(100% - 60px); }
        .insurance_item .title > span { }
        .insurance_item .title > strong { }

.insurance_conti { }
    .insurance_conti > ul { display: flex; flex-wrap: wrap; }
        .insurance_conti > ul > li { width: 23%; margin-left: 2.5%; margin-bottom: 2.5%; }
            .insurance_conti > ul > li:nth-child(4n) { margin-left: 0; }
/***End Insurance Page****/

/*****Marketers****/
.marketers_partial .product_slider .slick-slide { padding-left: 10px; box-sizing: border-box; }
.marketers_partial .slick-prev, .marketers_partial .slick-next { z-index: 3; }
.marketers_partial { position: relative; margin-bottom: 40px; }
    .marketers_partial::after { content: "";display:none; position: absolute; right: 0; top: 60%; width: 100%; height: 40%; background: transparent linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; pointer-events: none; z-index: 1; }
/*.marketers_partial::before { content: ""; transform: matrix(-1, 0, 0, -1, 0, 0); position: absolute; left: 0; top: 0; width: 200px; height: 100%; background: transparent linear-gradient(91deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box; pointer-events: none; z-index: 1; }*/
.work_with_item { position: relative; padding-bottom: 100%; border: 1px solid #003E91; box-sizing: border-box; border-radius: 10px; }
    .work_with_item > div { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); width: calc(100% - 60px); height: 100%; background-size: contain; }

.slick-dots li button { background-color: transparent; border: 1px solid #003E91; border-radius: 50%; }
    .slick-dots li button:before { content: ""; width: 10px; height: 10px; border-radius: 50%; color: transparent; opacity: 1 !important; right: 0; left: 0; top: 50%; transform: translateY(-50%); margin: 0 auto; }
.slick-dots li.slick-active button:before { color: #003E91; background-color: #003E91; }

.test_slider, .product_slider, .insuranc_slider { opacity: 0; }
    .test_slider.active, .product_slider.active, .insuranc_slider.active { opacity: 1; }
.marketers_partial .slick-list { padding-bottom: 25px; }
/*****End Marketers****/

@media only screen and (max-width : 1200px) {
    /*Index*/
    .general_content2 > .flex {padding:0 20px; }
    /*End Index*/
}

@media only screen and (max-width : 1020px) {
    /*General Classes*/
    body { background-position: right bottom 521px; }
    /*.message_conti { height: auto; }
    .message_partial { width: 100%; position: relative; }*/

    /*End General Classes*/

    /*Index*/
    .general_content1 { padding: 20px; flex-wrap: wrap; min-height: 0; }
        .general_content1::after { width: calc(100% - 10px); height: calc(100% - 10px); right: 5px; top: 5px; }
        .general_content1 .inner_main_image { position: relative; width: 100%; max-width: 500px; margin: 0 auto; right: 0; top: 0; order: 1; }
        .general_content1 .content { width: 100%; order: 2; }

    .general_content2 { padding-top: 20px; height: auto; }
        .general_content2 .side_one {width:100%; margin-bottom:10px;}
    .first_test_item { text-align:left;}
    .first_test_conti {margin:0 auto 0 0;width:250px;min-height:0;}
        .first_test_conti .content {display:none; }
        .first_test_conti .inner_main_image {left:initial;width:150px;position:relative; display:inline-block;}
    .main_headline {font-size:2.2em; }
    .sub_headline {font-size:1.8em; }

    .advantages .titles .title {font-size:2.2em; }
    .advantages .why_us > ul {padding:0; justify-content:space-between;}
        .advantages .why_us > ul > li {width:49%;margin:0 0 10px 0;}
        .advantages .why_us > ul > li:nth-child(even) {border-left:none; }
    .our_services > ul > li {width:100%;margin-bottom:15px; }
    /*End Index*/

    /***Contact***/
    .contac_page .main_image { padding: 30px 10px; min-height: initial; }
    /***End Contact***/

    /***Blog****/

    .blog_items, .blog_items_inner { justify-content: space-between; }
        .blog_items > li, .blog_items_inner > li { width: 49%; margin-left: 0; margin-bottom: 2%; }
            .blog_items > li > a::after, .blog_items_inner > li > a::after { left: -2.2% !important; }
            .blog_items > li:nth-child(even) > a::after, .blog_items_inner > li:nth-child(even) > a::after { display: none; }
            .blog_items_inner > li > a::after { content: ""; position: absolute; top: 0; width: 0; height: 100%; border-left: 1px solid #C9C9C9; }
    /***End Blog****/

    /***Insurance Page****/

    .insurance_conti > ul > li { width: 48%; margin: 0 0 20px 0; }
    .insurance_conti > ul { justify-content: space-between; }
    /***End Insurance Page****/
}


@media only screen and (max-width : 768px) {
    /***Index***/
    .general_form form > ul { justify-content: space-between; }
        .general_form form > ul > li { width: 49%; margin-bottom: 10px; padding-left: 0; }
            .general_form form > ul > li:last-child { width: 100%; text-align: center; }
            .general_form form > ul > li button { width: 157px; display: inline-block; }

    .newsletter_conti { }
        .newsletter_conti .sides_conti .image { width: 100%; min-height: 150px; border-radius: 15px; }
        .newsletter_conti .sides_conti .content { width: 100%; padding: 20px; box-sizing: border-box; }
    /***End Index****/

    /***Lp***/
    .images_contents .sides_conti { flex-wrap: wrap; }
        .images_contents .sides_conti .image_side { width: 100%; margin-bottom: 15px; }
            .images_contents .sides_conti .image_side > .image { padding-bottom: 55%; }
        .images_contents .sides_conti .content { width: 100%; }
    .images_contents > ul > li:nth-child(even) .sides_conti .image_side { order: 1; }
    .images_contents > ul > li:nth-child(even) .sides_conti .content { order: 2; }
    /***Lp***/
}

@media only screen and (max-width : 600px) {
    .general_form .form_conti img { width: 50px; top: -70px; }
    .general_form .form_conti form { width: 100%; }
    .general_form form > ul > li { width: 100% !important; margin-bottom: 15px; padding: 0; }
        .general_form form > ul > li button { margin: 0 auto; width: 200px; }
    .main_image { height: auto; padding-top: 20px; }
    .side_socials > ul { width: 50px; flex-wrap: wrap; }
        .side_socials > ul > li { margin: 0 0 5px 0; }


    /***Index***/
    .service_item {height:250px; }
    .service_item .image { background-position: center bottom;background-size:contain; }
    /***End Index****/

    /*****Contact****/
    .contact_page .contact_form form > ul { padding-right: 0; box-sizing: border-box; }
        .contact_page .contact_form form > ul > li { padding-left: 0; width: 100% !important; }
            .contact_page .contact_form form > ul > li:nth-child(6), .contact_page .contact_form form > ul > li:nth-child(7) { text-align: right; }
    /*****End Contact****/

    /***Insurance Page****/

    .insurance_conti > ul > li { width: 100%; margin: 0 0 20px 0; }
    /***End Insurance Page****/
}

@media only screen and (max-width : 414px) {
    /***Index****/
    /***End Index****/

    /***About****/
    .about_images > ul > li { width: 100%; margin: 0 0 10px 0; }
    /***End About****/

    /***Blog****/
    .blog_items > li, .blog_items_inner > li { width: 100%; margin-bottom: 20px; }
        .blog_items > li > a::after, .blog_items_inner > li > a::after { display: none }
    .blog_link { }
        .blog_link .img_conti { height: 0; padding-bottom: 120%; }
    /***End Blog****/
}

@media only screen and (max-width : 360px) {
    /***Index****/
    /***End Index****/
}

.flex { display: flex; }
.flex_space_evenly { justify-content: space-between; }
.flex_space_center { justify-content: center; }
.flex_items_align_middle { align-items: center; }
.flex_wrap { flex-wrap: wrap; }
.flex_row { flex-direction: row; }
.flex_column { flex-direction: column; }

.item_order_1 { order: 1; }
.item_order_2 { order: 2; }
.item_order_3 { order: 3; }
.item_order_4 { order: 4; }
.item_order_5 { order: 5; }
.item_order_6 { order: 6; }
.item_order_7 { order: 7; }
.item_order_8 { order: 8; }
.item_order_9 { order: 9; }
.item_order_10 { order: 10; }

.flex_column_1 { width: 10%; }
.flex_column_2 { width: 20%; }
.flex_column_3 { width: 30%; }
.flex_column_4 { width: 40%; }
.flex_column_5 { width: 50%; }
.flex_column_6 { width: 60%; }
.flex_column_7 { width: 70%; }
.flex_column_8 { width: 80%; }
.flex_column_9 { width: 90%; }
.flex_column_10 { width: 100%; }

.flex_items_1 { width: 100%; }
.flex_items_2 { width: 50%; }
.flex_items_3 { width: 33.33%; }
.flex_items_4 { width: 25%; }
.flex_items_5 { width: 20%; }
.flex_items_6 { width: 16.66%; }
.flex_items_7 { width: 14.285%; }
.flex_items_8 { width: 12.5%; }
.flex_items_9 { width: 11.11%; }
.flex_items_10 { width: 10%; }

.flex_item_space_0 { padding-left: 0; }
.flex_item_space_right_0 { padding-right: 0; }
.flex_item_space_5 { padding-left: 5px; }
.flex_item_space_right_5 { padding-right: 5px; }
.flex_column_space_5 { padding-right: 5px; }
.flex_column_space_left_5 { padding-left: 5px; }
.flex_item_space_10 { padding-left: 10px; }
.flex_item_space_right_10 { padding-right: 10px; }
.flex_column_space_10 { padding-right: 10px; }
.flex_column_space_left_10 { padding-left: 10px; }
.flex_item_space_15 { padding-left: 15px; }
.flex_item_space_right_15 { padding-right: 15px; }
.flex_column_space_15 { padding-right: 15px; }
.flex_column_space_left_15 { padding-left: 15px; }
.flex_item_space_20 { padding-left: 20px; }
.flex_item_space_right_20 { padding-right: 20px; }
.flex_column_space_20 { padding-right: 20px; }
.flex_column_space_left_20 { padding-left: 20px; }
.flex_item_space_25 { padding-left: 25px; }
.flex_item_space_right_25 { padding-right: 25px; }
.flex_column_space_25 { padding-right: 25px; }
.flex_column_space_left_25 { padding-left: 25px; }
.flex_item_space_30 { padding-left: 30px; }
.flex_item_space_right_30 { padding-right: 30px; }
.flex_column_space_30 { padding-right: 30px; }
.flex_column_space_left_30 { padding-left: 30px; }
.flex_item_space_35 { padding-left: 35px; }
.flex_item_space_right_35 { padding-right: 35px; }
.flex_column_space_35 { padding-right: 35px; }
.flex_column_space_left_35 { padding-left: 35px; }
.flex_item_space_40 { padding-left: 40px; }
.flex_item_space_right_40 { padding-right: 40px; }
.flex_column_space_40 { padding-right: 40px; }
.flex_column_space_left_40 { padding-right: 40px; }

.item_margin_b_0 { margin-bottom: 0; }
.item_margin_b_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; }
}

