
/* -------------------------------------------------------------------------- */
body > main > div[otype=slider] {
    width: 100%;
    height: 550px;
    max-height: 550px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 203 !important;
}
body > main > div[otype=slider] * {
    outline: none;
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=slider] > div > .slider{
    display: block;
    position: absolute !important;
    left: 0;
    width: 100%;
    height: 550px;
    overflow: hidden;
}
body > main > div[otype=slider] .slick-slide {
    height: 550px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    overflow: hidden;
    position: relative;
}
body > main > div[otype=slider] .slick-slide img {
    z-index: 2;
}
body > main > div[otype=slider] .slick-slide img + img {
    display: none;
}
body > main > div[otype=slider] .slick-slide span {
    position: absolute;
    left: calc(50% - 230px);
    bottom: 28px;
    width: 460px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}
body > main > div[otype=slider] .slick-slide span font {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #ff7e28;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #fff !important;
    border-radius: 4px;
    width: unset !important;
    flex: unset !important;
    min-width: 140px;
    height: 56px;
    line-height: 56px;
    padding: 0 48px !important;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.15s 0s ease-out;
}
body > main > div[otype=slider] .slick-slide span font:hover {
    transition: all 0.3s 0.15s ease-in;
    background: #ff7e28;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=slider] .slick-prev ,
body > main > div[otype=slider] .slick-next {
    background-color: transparent;
    width: 78px;
    height: 110px;
    z-index: 11;
    top: 50%;
    transition: 0.4s;
    opacity: 0.33;
}
body > main > div[otype=slider] .slick-prev {
    left: 0px;
}
body > main > div[otype=slider] .slick-next {
    right: 0px;
}
body > main > div[otype=slider]:hover .slick-prev ,
body > main > div[otype=slider]:hover .slick-next {
    opacity: 0.66;
}
body > main > div[otype=slider] .slick-prev:hover ,
body > main > div[otype=slider] .slick-next:hover {
    opacity: 1;
}
body > main > div[otype=slider] .slick-prev:before {
    content: url(/include/slick/arrow_back.png);
    width: 77px;
    height: 110px;
}
body > main > div[otype=slider] .slick-next:before {
    content: url(/include/slick/arrow_forward.png);
    width: 77px;
    height: 110px;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
body > main > div[otype=slider] {
    height: 350px;
    max-height: 358px;
}
body > main > div[otype=slider] > div > .slider{
    height: 350px;
}
body > main > div[otype=slider] .slick-slide {
    height: 350px !important;
}
body > main > div[otype=slider] .slick-slide > img {
    width: auto;
    height: 350px !important;
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=slider] .slick-slide span {
    left: calc(50% - 230px);
    bottom: 22px;
    width: 460px;
    height: 32px;
}
body > main > div[otype=slider] .slick-slide span font {
    min-width: 140px;
    height: 32px;
    padding: 0 12px !important;
    font-size: 14px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
body > main > div[otype=slider] {
    height: 200px;
    max-height: 200px;
} > div
body > main > div[otype=slider] > div > .slider{
    height: 200px;
}
body > main > div[otype=slider] .slick-slide {
    height: 200px !important;
}
body > main > div[otype=slider] .slick-slide > img {
    width: auto;
    height: 200px !important;
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=slider] .slick-slide span {
    left: calc(50% - 230px);
    bottom: 14px;
    width: 460px;
    height: 18px;
}
body > main > div[otype=slider] .slick-slide span font {
    min-width: 80px;
    height: 18px;
    padding: 0 12px !important;
    font-size: 10px;
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=slider] .slick-prev ,
body > main > div[otype=slider] .slick-next {
    display: none !important;
}
/* -------------------------------------------------------------------------- */
}
@media only screen and (max-width: 425px) {
    /* ---------------------------------------------------------------------- */
    body > main > div[otype=slider] {
        height: calc( 550/425*100vw );
        max-height: unset;
    }
    body > main > div[otype=slider] > div > .slider{
        height: calc( 550/425*100vw );
    }
    body > main > div[otype=slider] .slick-slide {
        height: calc( 550/425*100vw ) !important;
    }
    body > main > div[otype=slider] .slick-slide > img {
        width: 100vw;
        height: calc( 550/425*100vw ) !important;
    }
    body > main > div[otype=slider] .slick-slide > img {
        display: none;
    }
    body > main > div[otype=slider] .slick-slide > img + img {
        display: block;
        z-index: 2;
        position: absolute;
        left: 0;
        top: 0;
    }
    /* ---------------------------------------------------------------------- */
    body > main > div[otype=slider] .slick-slide span {
        left: 0;
        bottom: calc(100vw*0.34);
        width: 100vw;
        height: 40px;
    }
    body > main > div[otype=slider] .slick-slide span font {
        min-width: 180px;
        height: 40px;
        padding: 0 12px !important;
        font-size: 21px;
    }
    /* ---------------------------------------------------------------------- */
}
@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 359px) {
/* -------------------------------------------------------------------------- */
body > main > div[otype=slider] .slick-slide span {
    bottom: calc(100vw*0.34);
    width: 100vw;
    height: 32px;
}
body > main > div[otype=slider] .slick-slide span font {
    min-width: 160px;
    height: 32px;
    padding: 0 12px !important;
    font-size: 18px;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
body > main > div[otype=blog_outside] > div > a[otype=blog] ,
body > main > div[otype=blog_outside] > div > div[otype=blog] {
    display: flex;
    flex-direction: column;
    width: 390px;
    min-width: 390px;
    background: #fff;
    box-shadow: 8px 10px 15px 0px rgba(38,50,56,0.25);
    box-sizing: border-box;
    position: relative;
    margin: 18px 24px 18px 12px;
    padding: 12px;
    transition: all 0.15s 0s ease-in;
}
body > main > div[otype=blog_outside] > div > a[otype=blog].blog_small ,
body > main > div[otype=blog_outside] > div > div[otype=blog].blog_small {
    width: 284px;
    min-width: 284px;
}
body > main > div[otype=blog_outside] > div > a[otype=blog]:hover {
    margin: 8px 24px 28px 12px;
    box-shadow: 15px 15px 40px -5px rgba(38,50,56,0.5);
    transition: all 0.3s 0.15s ease-out;
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=blog_outside] > div > a[otype=blog]:not(.blog_small):nth-child(3n+3) ,
body > main > div[otype=blog_outside] > div > div[otype=blog]:not(.blog_small):nth-child(3n+3) {
    margin: 18px 0 18px 12px;
}
body > main > div[otype=blog_outside] > div > a[otype=blog]:not(.blog_small):nth-child(3n+3):hover {
    margin: 8px 0 28px 12px;
}
body > main > div[otype=blog_outside] > div > a[otype=blog].blog_small:nth-child(4n+4) ,
body > main > div[otype=blog_outside] > div > div[otype=blog].blog_small:nth-child(4n+4) {
    margin: 18px 0 18px 12px;
}
body > main > div[otype=blog_outside] > div > a[otype=blog].blog_small:nth-child(4n+4):hover {
    margin: 8px 0 28px 12px;
}
/* -------------------------------------------------------------------------- */
[otype=blog] > p {
    width: 366px;
    height: 206px;
    min-height: 206px;
    display: flex;
    justify-content: center;
    align-items: center;
}
[otype=blog].blog_small > p {
    width: calc(366px * 0.75);
    height: calc(206px * 0.75);
    min-height: calc(206px * 0.75);
}
/* -------------------------------------------------------------------------- */
[otype=blog] > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin: 18px 18px 12px 18px;
}
[otype=blog] > div > * {
    margin-bottom: 12px;
}
[otype=blog] > div > *:last-child {
    margin-bottom: 0;
}
/* -------------------------------------------------------------------------- */
[otype=blog] > div > font {
    background: #eceff1;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    color: #607d8b;
}
/* -------------------------------------------------------------------------- */
[otype=blog] > div > span {
    color: #485e88;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}
a[otype=blog]:hover > div > span {
    color: #ff7e28;
}
/* -------------------------------------------------------------------------- */
[otype=blog] > div > p {
    width: 100%;
    font-size: 14px;
    color: #37474f;
}
/* -------------------------------------------------------------------------- */
[otype=blog] > div > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #90a4ae;
    color: #485e88;
    border-radius: 4px;
    min-width: 140px;
    max-width: calc(100% - 40px);
    height: 40px;
    padding: 0 18px !important;
    margin-top: auto !important;
    transition: all 0.15s 0s ease-out;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[otype=blog] > div > div:hover {
    border: 1px solid #485e88;
    background: #485e88;
    color: #fff;
    transition: all 0.3s 0.15s ease-out;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body.otype-blog main #breadcrumbs {
    height: 34px;
}
body.otype-blog div#current_page{
    display: none !important;
}
/* -------------------------------------------------------------------------- */
div[otype_real=blog_inside] .blog-date {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
}
/* -------------------------------------------------------------------------- */
div[otype_real=blog_inside] .blog-home {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 90px !important;
    max-width: unset !important;
    flex: 0 0 90px !important;
    height: 32px !important;
    max-height: 32px !important;
    line-height: 32px !important;
    padding: 0px 24px;
    margin: 8px 0 0 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    white-space: nowrap;
    border-radius: 4px;
    border: 1px solid #cfd8dc;
    background: rgba(255, 255, 255, 0.5);
    color: #485e88;
    transition: all 0.15s 0s ease-out;
}
div[otype_real=blog_inside] .blog-home:hover {
    border: 1px solid #485e88;
    background: #485e88;
    color: #fff;
    transition: all 0.3s 0.15s ease-out;
}
div[otype_real=blog_inside] .blog-home > i {
    color: #ff7e28;
    margin: 0 8px 0 0;
}
div[otype_real=blog_inside] .blog-home:hover > i {
    color: #fff;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
body > main > div[otype=blog_outside] > div {
    justify-content: center;
}
body > main > div[otype=blog_outside] > div > a[otype=blog] ,
body > main > div[otype=blog_outside] > div > div[otype=blog] ,
body > main > div[otype=blog_outside] > div > a[otype=blog]:nth-child(3n+3) ,
body > main > div[otype=blog_outside] > div > div[otype=blog]:nth-child(3n+3) {
    margin: 18px 18px 18px 18px !important;
}
body > main > div[otype=blog_outside] > div > a[otype=blog]:hover ,
body > main > div[otype=blog_outside] > div > a[otype=blog]:nth-child(3n+3):hover {
    margin: 8px 18px 28px 18px !important;
}
/* -------------------------------------------------------------------------- */
            main > div [otype_real=blog_inside] div[otype=header] > div {
                margin: 42px 0 42px 0;
                z-index: 1;
            }
            body.otype-blog main #breadcrumbs > div:before {
                height: 56px;
                margin: -12px 0 0 0;
            }
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
body > main > div[otype=blog_outside] > div > a[otype=blog] ,
body > main > div[otype=blog_outside] > div > div[otype=blog] ,
body > main > div[otype=blog_outside] > div > a[otype=blog]:nth-child(3n+3) ,
body > main > div[otype=blog_outside] > div > div[otype=blog]:nth-child(3n+3) {
    margin: 9px 0 9px 0 !important;
}
body > main > div[otype=blog_outside] > div > a[otype=blog]:hover ,
body > main > div[otype=blog_outside] > div > a[otype=blog]:nth-child(3n+3):hover {
    margin: 0px 0 18px 0 !important;
}
body > main > div[otype=blog_outside] > div > a[otype=blog].blog_small ,
body > main > div[otype=blog_outside] > div > div[otype=blog].blog_small {
    margin: 9px 12px 9px 12px !important;
}
body > main > div[otype=blog_outside] > div > a[otype=blog].blog_small:hover {
    margin: 0px 12px 18px 12px !important;
}
[otype=blog] > p {
    width: 100%;
    max-height: 206px;
    min-height: unset;
}
[otype=blog].blog_small > p {
    width: 100%;
    max-height: calc(206px * 0.75);
    min-height: unset;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
body > main > div[otype=blog_outside] > div > a[otype=blog] ,
body > main > div[otype=blog_outside] > div > div[otype=blog] {
    width: 100%;
    min-width: 100%;
}
body > main > div[otype=blog_outside] > div > a[otype=blog].blog_small ,
body > main > div[otype=blog_outside] > div > div[otype=blog].blog_small {
    margin: 9px 0 9px 0 !important;
}
body > main > div[otype=blog_outside] > div > a[otype=blog].blog_small:hover {
    margin: 0px 0 18px 0 !important;
}
[otype=blog] > p {
    width: 100%;
    height: calc((100vw - 48px)/1.77777);
    min-height: unset;
    max-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
body > main > div[otype=advantages] > div > a[otype=advantage] ,
body > main > div[otype=advantages] > div > div[otype=advantage] {
    display: flex;
    flex: 0 0 272px;
    width: 272px;
    max-width: calc(100% - 36px);
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    overflow: hidden;
    margin: 12px;
    padding: 18px 12px;
    border-radius: 12px;
}
body > main > div[otype=advantages].ol-adv-shadow > div > a[otype=advantage] ,
body > main > div[otype=advantages].ol-adv-shadow > div > div[otype=advantage] {
    background: #fff;
    -webkit-box-shadow: 0 0 28px 0px rgba(38,50,56, 0.1);
    -moz-box-shadow:    0 0 28px 0px rgba(38,50,56, 0.1);
    box-shadow:         0 0 28px 0px rgba(38,50,56, 0.1);
}
body > main > div[otype=advantages].ol-adv-2 > div > a[otype=advantage],
body > main > div[otype=advantages].ol-adv-2 > div > div[otype=advantage] {
    flex: 0 0 590px;
    width: 590px;
}
body > main > div[otype=advantages].ol-adv-3 > div > a[otype=advantage],
body > main > div[otype=advantages].ol-adv-3 > div > div[otype=advantage] {
    flex: 0 0 376px;
    width: 376px;
}
body > main > div[otype=advantages].ol-adv-5 > div > a[otype=advantage],
body > main > div[otype=advantages].ol-adv-5 > div > div[otype=advantage] {
    flex: 0 0 206px;
    width: 206px;
}
body > main > div[otype=advantages].ol-adv-6 > div > a[otype=advantage],
body > main > div[otype=advantages].ol-adv-6 > div > div[otype=advantage] {
    flex: 0 0 164px;
    width: 164px;
}
body > main > div[otype=advantages] > div > a[otype=advantage]:hover {
    -webkit-box-shadow: 0 0 32px 0px rgba(38,50,56, 0.25);
    -moz-box-shadow:    0 0 32px 0px rgba(38,50,56, 0.25);
    box-shadow:         0 0 32px 0px rgba(38,50,56, 0.25);
}
[otype=advantage] > * {
    margin: 0 0 12px 0;
}
[otype=advantage] > *:last-child {
    margin: 0 0 0 0;
}
/* -------------------------------------------------------------------------- */
[otype=advantage] > p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 90px;
    position: relative;
}
[otype=advantage] > p img {
    max-width: 100%;
    max-height: 100%;
}
[otype=advantage] > p i {
    font-size: 56px;
}
[otype=advantage] > p i + i {
    font-size: 28px;
    color: #485e88;
    position: absolute;
    top: calc(50% + 8px);
    left: calc(50% + 28px);
}
/* -------------------------------------------------------------------------- */
[otype=advantage] > b {
    font-family: 'Open Sans Condensed', sans-serif;;
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: #485e88;
}
[otype=advantages].ol-uppercase [otype=advantage] > b {
    font-size: 26px;
    line-height: 28px;
    text-transform: uppercase;
}
[otype=advantage] > span {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    color: #37474f;
    text-align: center;
    padding: 0 8px;
}
[otype=advantage] > font {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #b0bec5;
    border-radius: 4px;
    min-width: 140px;
    max-width: calc(100% - 40px);
    height: 40px;
    padding: 0 12px !important;
    margin-top: auto !important;
    transition: all 0.15s 0s ease-out;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #485e88;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[otype=advantage] > font:hover {
    border: 1px solid #485e88;
    background: #485e88;
    color: #fff;
}
[otype=advantage] > font > i {
    margin: 0 8px 0 0;
}
[otype=advantage] > font:hover > i {
    color: #fff;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body > main > div[otype=faqs] > div > div[otype=faq] {
    padding: 0;
    width: 100%;
}
main > div div[otype=faqs] > ul {
    width: 100%;
}
/* -------------------------------------------------------------------------- */
.collapsible {
    -webkit-box-shadow: 0 2px 2px 0 rgba(38,50,56,0.14),
                        0 3px 1px -2px rgba(38,50,56,0.12),
                        0 1px 5px 0 rgba(38,50,56,0.2);
            box-shadow: 0 2px 2px 0 rgba(38,50,56,0.14),
                        0 3px 1px -2px rgba(38,50,56,0.12),
                        0 1px 5px 0 rgba(38,50,56, 0.2);
    border-top: 1px solid #cfd8dc;
    border-right: 1px solid #cfd8dc;
    border-left: 1px solid #cfd8dc;
    margin: 0;
}
.collapsible .collection {
    margin: 0;
    border: none;
}
.collapsible span.badge {
    margin-left: auto;
}
/* -------------------------------------------------------------------------- */
.collapsible-header {
    outline: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.12;
    padding: 1.1rem 1rem;
    border-bottom: 1px solid #cfd8dc;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    color: #37474f;
    transition: 0.3s;
}
.collapsible-header:hover ,
.collapsible-header:focus {
    background-color: #f4f6ff;
    color: #485e88;
}
/* -------------------------------------------------------------------------- */
li.active .collapsible-header {
    background-color: #485e88;
    color: #fff;
}
li.active .collapsible-header:hover ,
li.active .collapsible-header:focus {
    background-color: #485e88;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
.collapsible-header > i {
    width: 2rem;
    min-width: 32px;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
    transition: 0.3s;
    color: #ff7e28;
}
li.active .collapsible-header > i {
    color: #fff;
}
.collapsible-header:hover i {
    color: #ff7c24;
}
li.active .collapsible-header:hover > i ,
li.active .collapsible-header:focus > i {
    color: #fff;
}
/* -------------------------------------------------------------------------- */
.collapsible-body {
    display: none;
    background-color: #fff;
    border-bottom: 1px solid #cfd8dc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
li.active > .collapsible-body {
    display: flex !important;
}
/* -------------------------------------------------------------------------- */
 div[otype=faqs] div[otype=article].collapsible-body {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 12px;
    margin: 0;
}
 div[otype=faqs] div[otype=article].collapsible-body > div {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: flex-start;
    padding: 0;
    margin: 0;
}
/* -------------------------------------------------------------------------- */
div[otype=faqs] div[otype=article] > div > div[otype] {
    width: calc(100% - 24px);
    padding: 12px;
    margin: 0;
}
div[otype=faqs] div[otype=article] > div > div[otype].w1  { width:calc(8.333333333333333% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].w2  { width:calc(16.66666666666667% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].w3  { width:calc(25% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].w4  { width:calc(33.33333333333333% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].w5  { width:calc(41.66666666666667% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].w6  { width:calc(50% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].w7  { width:calc(58.33333333333333% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].w8  { width:calc(66.66666666666667% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].w9  { width:calc(75% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].w10 { width:calc(83.33333333333333% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].w11 { width:calc(91.66666666666666% - 24px); }
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
div[otype=faqs] div[otype=article] > div > div[otype].w1,
div[otype=faqs] div[otype=article] > div > div[otype].w2,
div[otype=faqs] div[otype=article] > div > div[otype].w3,
div[otype=faqs] div[otype=article] > div > div[otype].w4,
div[otype=faqs] div[otype=article] > div > div[otype].w5,
div[otype=faqs] div[otype=article] > div > div[otype].w6,
div[otype=faqs] div[otype=article] > div > div[otype].w7,
div[otype=faqs] div[otype=article] > div > div[otype].w8,
div[otype=faqs] div[otype=article] > div > div[otype].w9,
div[otype=faqs] div[otype=article] > div > div[otype].w10,
div[otype=faqs] div[otype=article] > div > div[otype].w11,
div[otype=faqs] div[otype=article] > div > div[otype].w12,
div[otype=faqs] div[otype=article] > div > div[otype].m12 {
    width:calc(100% - 24px);
}
div[otype=faqs] div[otype=article] > div > div[otype].m1  { width:calc(8.333333333333333% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].m2  { width:calc(16.66666666666667% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].m3  { width:calc(25% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].m4  { width:calc(33.33333333333333% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].m5  { width:calc(41.66666666666667% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].m6  { width:calc(50% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].m7  { width:calc(58.33333333333333% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].m8  { width:calc(66.66666666666667% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].m9  { width:calc(75% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].m10 { width:calc(83.33333333333333% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].m11 { width:calc(91.66666666666666% - 24px); }
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype=faqs] div[otype=article] > div > div[otype].w1,
div[otype=faqs] div[otype=article] > div > div[otype].w2,
div[otype=faqs] div[otype=article] > div > div[otype].w3,
div[otype=faqs] div[otype=article] > div > div[otype].w4,
div[otype=faqs] div[otype=article] > div > div[otype].w5,
div[otype=faqs] div[otype=article] > div > div[otype].w6,
div[otype=faqs] div[otype=article] > div > div[otype].w7,
div[otype=faqs] div[otype=article] > div > div[otype].w8,
div[otype=faqs] div[otype=article] > div > div[otype].w9,
div[otype=faqs] div[otype=article] > div > div[otype].w10,
div[otype=faqs] div[otype=article] > div > div[otype].w11,
div[otype=faqs] div[otype=article] > div > div[otype].w12,
div[otype=faqs] div[otype=article] > div > div[otype].m1,
div[otype=faqs] div[otype=article] > div > div[otype].m2,
div[otype=faqs] div[otype=article] > div > div[otype].m3,
div[otype=faqs] div[otype=article] > div > div[otype].m4,
div[otype=faqs] div[otype=article] > div > div[otype].m5,
div[otype=faqs] div[otype=article] > div > div[otype].m6,
div[otype=faqs] div[otype=article] > div > div[otype].m7,
div[otype=faqs] div[otype=article] > div > div[otype].m8,
div[otype=faqs] div[otype=article] > div > div[otype].m9,
div[otype=faqs] div[otype=article] > div > div[otype].m10,
div[otype=faqs] div[otype=article] > div > div[otype].m11,
div[otype=faqs] div[otype=article] > div > div[otype].m12,
div[otype=faqs] div[otype=article] > div > div[otype].s12 {
    width:calc(100% - 24px);
}
div[otype=faqs] div[otype=article] > div > div[otype].s1  { width:calc(8.333333333333333% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].s2  { width:calc(16.66666666666667% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].s3  { width:calc(25% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].s4  { width:calc(33.33333333333333% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].s5  { width:calc(41.66666666666667% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].s6  { width:calc(50% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].s7  { width:calc(58.33333333333333% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].s8  { width:calc(66.66666666666667% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].s9  { width:calc(75% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].s10 { width:calc(83.33333333333333% - 24px); }
div[otype=faqs] div[otype=article] > div > div[otype].s11 { width:calc(91.66666666666666% - 24px); }
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
div[otype=button] {
    display: flex;
    justify-content: flex-start;
}
div[otype=button].button_center {
    justify-content: center;
}
div[otype=button].button_right {
    justify-content: flex-end;
}
div[otype=button] > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid #485e88;
    border-radius: 4px;
    flex: 0 1 auto !important;
    width: auto !important;
    padding: 12px 24px !important;
    margin: 0 0;
    transition: all 0.15s 0s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
div[otype=button] > a:hover {
    background: #485e88;
    border: 1px solid #485e88;
    transition: all 0.3s 0.15s ease-in;
}
div[otype=button] > a > p {
    font-size: 20px;
    font-weight: 300;
    color: #485e88;
    white-space: normal;
    text-transform: uppercase;
    line-height: 1.12;
    text-align: center;
}
div[otype=button] > a > i {
    font-size: 32px;
    color: #ff7e28;
    margin: 0 8px 0 0;
    transition: all 0.15s 0s ease-out;
    text-align: center;
    display: block;
}
div[otype=button] > a:hover > p {
    color: rgba(255, 255, 255, 1);
}
div[otype=button] > a:hover > i {
    color: #fff;
}
div[otype=button] > a > b > img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}
/* -------------------------------------------------------------------------- */
div[otype=button].ol-fill > a {
    background: #485e88;
    border: 1px solid #485e88;
}
div[otype=button].ol-fill > a:hover {
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid #485e88;
}
div[otype=button].ol-fill > a > i {
    color: #fff;
}
div[otype=button].ol-fill > a:hover > i {
    color: #ff7e28;
}
div[otype=button].ol-fill > a > p {
    color: #fff;
}
div[otype=button].ol-fill > a:hover > p {
    color: #485e88;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body > main > div[otype=location_gmaps] {
    background: #eceff1;
    width: 100%;
    padding: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
body > main > div[otype=location_gmaps] > div {
    width: 100%;
    max-width: unset;
}
body > main > div[otype=location_gmaps] > div > div.cf_col {
    width: 100%;
    height: 500px;
    min-height: 300px;
    max-height: 70vh;
    display: flex;
    flex-direction: column;
}
/* -------------------------------------------------------------------------- */
div[otype=location_gmaps] div.cf_header {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
    flex: 0 0 94px;
    box-shadow: inset 0px 10px 10px 0px rgba(96,125,139, .15);
    z-index: 1;
}
div[otype=location_gmaps] div.cf_header > i {
    width: 48px;
    margin: 0 18px 0 0;
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    color: #485e88;
}
div[otype=location_gmaps] div.cf_header > p {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #37474f;
}
/* -------------------------------------------------------------------------- */
div[otype=location_gmaps] div.cf_map {
    width: 100%;
    height: 100%;
}
div[otype=location_gmaps] div.cf_map > iframe {
    background: #fff;
    width: 100%;
    height: 100%;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
div[otype=location_gmaps] div.cf_header {
    background: #eceff1;
    border-bottom: 1px solid #fff;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
div[otype=similar] {
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body > * > div[otype=partners] {
    height: 174px;
}
body > * > div[otype=partners] > div {
    align-content: center;
}
div[otype=partners] * {
    outline: none;
}
/* -------------------------------------------------------------------------- */
div[otype=partners] .block-partners {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
}
div[otype=partners] .partners-slide {
    width: 100%;
    height: 120px !important;
    overflow: hidden;
    opacity: 0;
}
div[otype=partners] .partners-slide.slick-slider {
    opacity: 1;
}
div[otype=partners] .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 72px;
    padding: 0;
    width: calc( 100% - 72px*2 );
}
/* -------------------------------------------------------------------------- */
div[otype=partners] .slick-slide {
    height: 120px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    overflow: hidden;
}
div[otype=partners] .slick-slide > img {
    max-width: 120px;
    max-height: 120px;
    filter: grayscale(100%) brightness(100%);
    -webkit-filter: grayscale(100%) brightness(100%);
    -webkit-transition: 0.2s -webkit-filter linear;
    -moz-transition: 0.2s -moz-filter linear;
    -moz-transition: 0.2s filter linear;
    -ms-transition: 0.2s -ms-filter linear;
    -o-transition: 0.2s -o-filter linear;
    transition: 0.2s filter linear, 0.2s -webkit-filter linear;
}
div[otype=partners] .slick-slide:hover > img {
    filter: grayscale(0%) brightness(100%);
    -webkit-filter: grayscale(0%) brightness(100%);
}
/* -------------------------------------------------------------------------- */
.partners-slide .slick-arrow{
    background: transparent;
    border: none;
    width: 36px;
    height: 120px;
    display: flex !important;
    top: 50%;
}
.partners-slide .slick-prev:before,
.partners-slide .slick-next:before {
    width: 36px;
    height: 120px;
    line-height: 120px;
    font-size: 32px;
    color: #607d8b;
    opacity: 0.7;
    background: transparent;
    margin: 0px 0px 0px 0px;
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    transition: .3s;
}
.partners-slide .slick-prev:hover:before,
.partners-slide .slick-next:hover:before {
    color: #ff7e28;
    opacity: 1.0;
}
.partners-slide .slick-prev:before {
    content: "arrow_back_ios";
    width: 26px;
    padding-left: 10px;
}
.partners-slide .slick-next:before {
    content: "arrow_forward_ios";
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body > * > div[otype=landing_01] {
    background: #f5f7f8;
    padding: 0 12px;
}
body > * > div[otype=landing_01] > div > div[otype] {
    display: flex;
    flex-wrap: nowrap;
    height: 300px;
    padding: 0 12px;
}
/* -------------------------------------------------------------------------- */
div[otype=landing_01] [otype] > div {
    background: #485e88;
    position: relative;
    width: 616px;
    flex: 0 0 616px;
    border-right: 1px solid #f5f7f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
div[otype=landing_01] [otype] > div:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 50%;
    background: #ff7e28;
}
div[otype=landing_01] [otype] > div:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 50%;
    background: #b0bbdb;
}
div[otype=landing_01] [otype] > div > h1 {
    color: #fff;
    font-size: 28px;
    line-height: 34px;
    margin: 24px 24px 0 40px;
}
div[otype=landing_01] [otype] > div > div.ol-article {
    color: #fff;
    width: calc(100% - 64px);
    margin: 18px 24px 0 40px;
}
div[otype=landing_01] [otype] > div > *:last-child {
    margin-bottom: 24px !important;
}
/* -------------------------------------------------------------------------- */
div[otype=landing_01] [otype] > p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    position: relative;
}
div[otype=landing_01] [otype] > p > img {
    width: auto;
    height: 100%;
}
/* -------------------------------------------------------------------------- */
div[otype=landing_01] [otype] > p span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background: rgba(255, 255, 255, 0.6);
}
div[otype=landing_01] [otype] > p span:before {
    display: block;
    content: '';
    position: absolute;
    bottom: 52px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0 0 8px 0 rgb(38,50,56, 0.5);
    -moz-box-shadow:    0 0 8px 0 rgb(38,50,56, 0.5);
    box-shadow:         0 0 8px 0 rgb(38,50,56, 0.5);
}
div[otype=landing_01] [otype] > p span > font {
    content: '';
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 146px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    border: 1px solid #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 32px 0 rgb(38,50,56, 0.75);
    -moz-box-shadow:    0 0 32px 0 rgb(38,50,56, 0.75);
    box-shadow:         0 0 32px 0 rgb(38,50,56, 0.75);
}
div[otype=landing_01] [otype] > p span > font > img {
    width: 110px;
    height: auto;
}
div[otype=landing_01] [otype] > p span > font:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: #485e88;
}
div[otype=landing_01] [otype] > p span > font:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    background: #ff7e28;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
body > * > div[otype=landing_01] {
    padding: 0;
    width: calc(100% - 0px);
}
body > * > div[otype=landing_01] > div > div[otype] {
    padding: 0;
    width: calc(100% - 0px);
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
div[otype=landing_01] [otype] > div {
    width: calc(100% - 301px);
    flex: 0 0 calc(100% - 301px);
}
div[otype=landing_01] [otype] > p {
    width: 300px;
}
body > * > div[otype=landing_01] > div > div[otype] {
    height: 360px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
body > * > div[otype=landing_01] > div > div[otype] {
    flex-direction: column;
    height: auto;
}
div[otype=landing_01] [otype] > div {
    width: 100%;
    flex: 0 0 auto;
    border-right: none;
    border-bottom: 1px solid #f5f7f8;
}
div[otype=landing_01] [otype] > p {
    width: 100%;
    height: 330px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
div[otype=landing_01] [otype] > p {
    height: 230px;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
div[otype=photo_gallery] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery] > figure {
    flex-direction: column;
}
div[otype=photo_gallery] figcaption {
    color: #37474f;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0;
    padding: 8px;
    transition: all 0.15s 0.1s ease-in;
}
div[otype=photo_gallery] figure:hover figcaption {
    background: #485e88;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
/* ---- SIMPLE -------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].simple {
    /* align-items: flex-start; */
}
div[otype=photo_gallery].simple > figure {
    display: flex;
    justify-content: center;
    flex: 0 0 auto !important;
    align-items: center;
    cursor: pointer;
    width: auto !important;
    margin: 6px;
    padding: 0 !important;
}
div[otype=photo_gallery].simple > figure > amp-img {
    box-shadow: 8px 8px 40px -15px rgba(38,50,56, 0.75);
    position: relative;
    background: #fff;
}
div[otype=photo_gallery].simple figcaption {
    margin: 0 0 8px 0;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].simple > figure > amp-img:before {
    content: 'zoom_in';
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    color: transparent;
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    font-size: 64px;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_gallery].simple > figure:hover > amp-img:before {
    color: #fff;
    background-color: rgba(55,71,79,0.3);
}
div[otype=photo_gallery].simple > figure > amp-img:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
    -webkit-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
    -moz-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
    box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
}
div[otype=photo_gallery].simple > figure:hover > amp-img:after {
    -webkit-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    -moz-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
}
/* -------------------------------------------------------------------------- */
/* ---- SAME_RECTANGLES ----------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].same_rectangles > figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 313px !important;
    max-width: 100%;
    flex: 0 0 313px !important;
    height: 220px;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 1px 1px 0;
    cursor: pointer;
}
div[otype=photo_gallery].same_rectangles.w9 > figure {
    max-width: calc(33% - 1px);
}
div[otype=photo_gallery].same_rectangles.w6 > figure {
    max-width: calc(50% - 1px);
}
div[otype=photo_gallery].same_rectangles > figure > amp-img {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 100%;
    -webkit-transition: all 0.15s 0.1s ease-in;
    -moz-transition: all 0.15s 0.1s ease-in;
    -o-transition: all 0.15s 0.1s ease-in;
    transition: all 0.15s 0.1s ease-in;
}
div[otype=photo_gallery].same_rectangles > figure:hover > amp-img {
    transform: scale(1.2);
    transform-origin: center center;
    -moz-transform: scale(1.2);
    -moz-transform-origin: center center;
    -webkit-transform: scale(1.2);
    -webkit-transform-origin: center center;
}
div[otype=photo_gallery].same_rectangles > figure > amp-img > img {
    display: none !important;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].same_rectangles > figure > amp-img:before {
    content: 'zoom_in';
    display: block;
    position: absolute;
    top: calc(50% - 220px/2);
    left: calc(50% - 100%/2);
    width: 100%;
    height: 220px;
    line-height: 220px;
    color: transparent;
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    font-size: 64px;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_gallery].same_rectangles > figure:hover > amp-img:before {
    color: #fff;
    background-color: rgba(55,71,79,0.7);
}
div[otype=photo_gallery].same_rectangles > figure > amp-img:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 220px/2);
    left: calc(50% - 100%/2);
    width: 100%;
    height: 220px;
    -webkit-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    -moz-box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,0.7);
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_gallery].same_rectangles > figure:hover > amp-img:after {
    -webkit-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
    -moz-box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
    box-shadow: inset 0px 0px 0px 30px rgba(255,255,255,0.0);
}
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].same_rectangles figure {
    position: relative;
}
div[otype=photo_gallery].same_rectangles figure figcaption {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 8px;
    max-width: calc(100% - 32px);
    background: rgba(255, 255, 255, 0.5);
}
div[otype=photo_gallery].same_rectangles figure:hover figcaption {
    color: #fff;
    background: rgba(255, 255, 255, 0);
}
/* -------------------------------------------------------------------------- */
body > amp-lightbox-gallery {
    z-index: 9999;
}
.pswp__caption__center {
    text-align: center !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
div[otype=photo_gallery].same_rectangles.w9 > figure {
    max-width: 100%;
}
div[otype=photo_gallery].same_rectangles.w6 > figure {
    max-width: 100%;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
body > main > div[otype=contacts_and_feedback] {
    background: #eceff1;
    position: relative;
    width: 100%;
    padding: 0;
}
body > main > div[otype=contacts_and_feedback]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 94px;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] > div > div {
    width: 33%;
    display: flex;
    flex-direction: column;
}
div[otype=contacts_and_feedback] div#cf_col1 {
    background: #fff;
}
div[otype=contacts_and_feedback] div#cf_col3 {
    width: 34%;
    background: #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] div.cf_header {
    background: #eceff1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
    z-index: 1;
}
div[otype=contacts_and_feedback] div#cf_col2 > .cf_header {
    background: #fff;
}
div[otype=contacts_and_feedback] div.cf_header > i {
    width: 48px;
    margin: 0 18px 0 0;
    text-align: center;
    font-size: 48px;
    line-height: 48px;
    color: #485e88;
}
div[otype=contacts_and_feedback] div.cf_header > p {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    color: #37474f;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] div.cf_content > div {
    margin: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
div[otype=contacts_and_feedback] div.cf_content div {
    display: flex;
}
div[otype=contacts_and_feedback] div.cf_content > div > a ,
div[otype=contacts_and_feedback] div.cf_content > div > div ,
div[otype=contacts_and_feedback] div.cf_content > div > p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    flex: 0 0 100%;
}
div[otype=contacts_and_feedback] div.cf_content p {
    color: #37474f;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_address_1 {
    font-size: 18px;
    font-weight: 700;
    display: block !important;
    text-align: center;
}
div[otype=contacts_and_feedback] .cf_address_2 {
    font-size: 24px;
    font-weight: 700;
    color: #485e88 !important;
    display: block !important;
    text-align: center;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_schedule {
    justify-content: center;
    align-items: center;
    margin: 12px 0 0 0;
}
div[otype=contacts_and_feedback] .cf_schedule > i {
    width: 42px;
    font-size: 42px;
    line-height: 48px;
    margin: 0 12px 0 0;
}
div[otype=contacts_and_feedback] .cf_schedule > p {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}
div[otype=contacts_and_feedback] .cf_schedule > div {
    width: 100%;
    margin: 8px 0 0 0;
    flex-direction: column;
    align-items: center;
}
div[otype=contacts_and_feedback] .cf_work_status {
    display: flex;
    flex-wrap: nowrap !important;
    justify-content: center;
}
div[otype=contacts_and_feedback] .cf_work_status * {
    white-space: nowrap;
    margin: 0 0 4px 0;
}
div[otype=contacts_and_feedback] .cf_work_status span {
    flex: 0 0 70px;
    font-size: 16px;
    font-weight: 700;
}
div[otype=contacts_and_feedback] .cf_work_status font {
    flex: 0 0 110px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
}
div[otype=contacts_and_feedback] .cf_work_status font b {
    font-size: 14px;
    color: #ff7e28;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_work_status_now {
    display: flex;
    width: 170px;
    flex-wrap: nowrap !important;
    align-items: center;
    position: relative;
    background: #fff;
    border: 1px solid #d6d9d5;
    border-radius: 4px;
    box-shadow: 4px 4px 0 #e5e5e5;
    margin: 12px 0 0 0;
    padding: 4px 12px;
}
div[otype=contacts_and_feedback] .cf_work_status_now > i {
    color: #4ba920;
    margin: 0 8px 2px 0;
}
div[otype=contacts_and_feedback] .cf_work_status_now.cf_work_status_now_off > i {
    color: #f44336;
    margin: 0 8px 0 -2px;
}
div[otype=contacts_and_feedback] .cf_work_status_now > font {
    color: #5d6e79;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    margin-left: 8px;
}
div[otype=contacts_and_feedback] .cf_work_status_now:before {
    content: '';
    position: absolute;
    left: 14px;
    transform: translateY(-50%);
    top: -8px;
    border: 8px solid transparent;
    border-bottom: 8px solid #d6d9d5;
}
div[otype=contacts_and_feedback] .cf_work_status_now:after {
    content: '';
    position: absolute;
    left: 14px;
    transform: translateY(-50%);
    top: -7px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_location {
    flex-wrap: nowrap !important;
    justify-content: center;
    align-items: center;
    margin: 24px 0 18px 0;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_location img {
    width: 87px;
    height: 87px;
    margin: 0 24px -18px 0;
}
div[otype=contacts_and_feedback] .cf_location > p {
    position: relative;
    margin: 0 0 0 0;
}
div[otype=contacts_and_feedback] .cf_location > p > b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
div[otype=contacts_and_feedback] .cf_location > p > b:before ,
div[otype=contacts_and_feedback] .cf_location > p > b:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    background: #485e88;
}
div[otype=contacts_and_feedback] .cf_location > p > b:nth-child(1):before{
    margin: 6px 0 0 6px;
}
div[otype=contacts_and_feedback] .cf_location > p > b:nth-child(1):after{
    margin: 6px 0 0 72px;
}
div[otype=contacts_and_feedback] .cf_location > p > b:nth-child(2):before{
    margin: 72px 0 0 6px;
}
div[otype=contacts_and_feedback] .cf_location > p > b:nth-child(2):after{
    margin: 66px 0 0 66px;
    width: 3px;
    height: 3px;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_location > div {
    flex-direction: column;
}
div[otype=contacts_and_feedback] .cf_location a {
    display: flex;
    align-items: center;
    flex-wrap: nowrap !important;
}
div[otype=contacts_and_feedback] .cf_location a * {
    white-space: nowrap;
}
div[otype=contacts_and_feedback] .cf_location a span {
    font-size: 14px;
    font-weight: 700;
    width: 40px;
    color: #485e88;
}
div[otype=contacts_and_feedback] .cf_location a b {
    margin: 0 4px;
    font-size: 14px;
    font-weight: 400;
    color: #37474f;
    border-bottom: 1px dotted #78909c;
}
div[otype=contacts_and_feedback] .cf_location a:hover b {
    color: #485e88;
    border-bottom: 1px dotted transparent;
}
div[otype=contacts_and_feedback] .cf_location a i {
    font-size: 32px;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] a.cf_google_maps {
    display: flex;
    align-items: center;
    margin-top: 8px !important;
}
div[otype=contacts_and_feedback] a.cf_google_maps > img {
    width: 32px;
    height: 32px;
    margin: 0 12px 0 0;
}
div[otype=contacts_and_feedback] a.cf_google_maps > p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: #37474f;
    border-bottom: 1px dotted #78909c;
}
div[otype=contacts_and_feedback] a.cf_google_maps:hover > p {
    color: #485e88;
    border-bottom: 1px dotted transparent;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_subheader {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_phone {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 12px;
}
div[otype=contacts_and_feedback] .cf_phone > span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #607d8b;
    margin: 2px 8px 0 0;
}
div[otype=contacts_and_feedback] .cf_phone > b {
    font-size: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #37474f;
}
div[otype=contacts_and_feedback] .cf_phone:hover > span {
    color: #485e88;
}
div[otype=contacts_and_feedback] .cf_phone:hover > b {
    color: #ff7e28;
}
div[otype=contacts_and_feedback] .phone_description {
    font-weight: 300;
    font-size: 14px;
    white-space: nowrap;
    color: #37474f;
    margin: -2px 0 6px 0;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_messengers_header {
    margin: 24px 0 8px 0;
}
div[otype=contacts_and_feedback] #cf_messengers {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
div[otype=contacts_and_feedback] #cf_messengers a.cf_messenger {
    margin: 0 8px;
}
div[otype=contacts_and_feedback] #cf_messengers a.cf_messenger > img {
    height: 28px;
    filter:             grayscale(70%) opacity(70%);
    -webkit-filter:     grayscale(70%) opacity(70%);
    -moz-filter:        grayscale(70%) opacity(70%);
}
div[otype=contacts_and_feedback] #cf_messengers a.cf_messenger:hover > img {
    filter:             grayscale(0%) opacity(100%);
    -webkit-filter:     grayscale(0%) opacity(100%);
    -moz-filter:        grayscale(0%) opacity(100%);
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_emails_header {
    margin: 24px 0 0 0;
}
div[otype=contacts_and_feedback] .cf_emails {
    align-items: flex-start;
}
div[otype=contacts_and_feedback] .cf_emails i {
    width: 42px;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    margin: 0 8px 0 0;
}
div[otype=contacts_and_feedback] .cf_emails span {
    display: flex;
    flex-direction: column;
}
div[otype=contacts_and_feedback] .cf_emails a {
    margin: 10px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid rgba(55,71,79, 1);
    color: rgba(55,71,79, 1);
}
div[otype=contacts_and_feedback] .cf_emails a:hover {
    border-bottom: 1px solid rgba(55,71,79, 0);
    color: #485e88;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cf_share {
    margin: 24px 0 0 0;
    align-items: center;
}
div[otype=contacts_and_feedback] .cf_share i {
    width: 42px;
    text-align: center;
    font-size: 42px;
    line-height: 48px;
    margin: 0 12px 0 0;
}
div[otype=contacts_and_feedback] .cf_share > span {
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    white-space: nowrap;
}
div[otype=contacts_and_feedback] .cf_social {
    display: flex;
    align-items: center;
    margin: 0 0 0 12px;
}
div[otype=contacts_and_feedback] .cf_social > a {
    display: flex;
    border-color: transparent !important;
    margin: 0px !important;
}
div[otype=contacts_and_feedback] .cf_social > a > img {
    width: 38px;
    height: 38px;
    margin: 8px;
    opacity: 0.75;
}
div[otype=contacts_and_feedback] .cf_social > a:hover > img {
    opacity: 1;
    transition: 0.3s;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cvu_feed {
    margin: 12px 40px 12px 60px;
}
div[otype=contacts_and_feedback] .cvu_feed .success-text {
    margin-right: 20px;
    margin-bottom: 24px;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
body > main > div[otype=contacts_and_feedback]:after {
    display: none;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] div#cf_col1 ,
div[otype=contacts_and_feedback] div#cf_col2 {
    width: 50%;
}
div[otype=contacts_and_feedback] div#cf_col3 {
    width: 100%;
}
div[otype=contacts_and_feedback] div#cf_col3 div.cf_header{
    background: rgba(236,239,241,0.5);
    box-shadow: inset 0px 10px 10px 0px rgba(96,125,139, .15);
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cvu_feed {
    margin: 12px 36px 12px 48px;
}
div[otype=contacts_and_feedback] .cvu_submit {
    margin: 0 12px 0 0;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] div#cf_col1 ,
div[otype=contacts_and_feedback] div#cf_col2 {
    width: 100%;
}
div[otype=contacts_and_feedback] div#cf_col3 div.cf_header{
}
div[otype=contacts_and_feedback] div#cf_col2 > .cf_header {
    background: rgba(236,239,241,0.5);
    box-shadow: inset 0px 10px 10px 0px rgba(96,125,139, .15);
}
div[otype=contacts_and_feedback] div#cf_col2 > .cf_content {
    background: #fff;
}
div[otype=contacts_and_feedback] div.cf_content > div > a ,
div[otype=contacts_and_feedback] div.cf_content > div > div,
div[otype=contacts_and_feedback] div.cf_content > div > p {
    align-items: center;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] div.cf_header > p {
    font-size: 18px;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cvu_feed .success-text {
    margin-right: 12px;
    margin-bottom: 24px;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] div.cf_content > div > div.cf_location {
    flex-direction: column;
}
div[otype=contacts_and_feedback] .cf_location > p {
    margin: 8px 0 24px 18px;
}
/* -------------------------------------------------------------------------- */
div[otype=contacts_and_feedback] .cvu_feed {
    margin: 12px 12px 12px 24px;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
body.otype-catalogue main #breadcrumbs #breadcrumbs_path {
    flex-wrap: wrap;
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=catalogue_outside] > div > a[otype=catalogue] ,
body > main > div[otype=catalogue_outside] > div > div[otype=catalogue] {
    display: flex;
    flex-direction: column;
    width: 290px;
    min-width: 290px;
    background: #fff;
    box-shadow: 0px 8px 18px 4px rgba(38,50,56,0.2);
    box-sizing: border-box;
    position: relative;
    margin: 12px;
    padding: 0;
    position: relative;
    transition: all 0.15s 0s ease-in;
}
body > main > div[otype=catalogue_outside] > div > a[otype=catalogue]:hover {
    box-shadow: 0px 8px 36px 8px rgba(38,50,56,0.3);
    transition: all 0.3s 0.15s ease-out;
}
/* -------------------------------------------------------------------------- */
[otype=catalogue] > p {
    width: 290px;
    height: 290px;
    max-height: 290px;
    flex: 0 0 290px;
    margin: 0 0 14px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
[otype=catalogue]:hover > p > img {
    -webkit-transition: all 0.1s 0s;
    -moz-transition: all 0.1s 0s;
    -o-transition: all 0.1s 0s;
    transition: all 0.1s 0s;
}
a[otype=catalogue]:hover > p > img {
    transform: scale(1.05);
    transform-origin: center center;
    -moz-transform: scale(1.05);
    -moz-transform-origin: center center;
    -webkit-transform: scale(1.05);
    -webkit-transform-origin: center center;
    -webkit-transition: all 0.3s 0.2s;
    -moz-transition: all 0.3s 0.2s;
    -o-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
}
[otype=catalogue] > p > img[width] {
    width: 290px !important;
}
[otype=catalogue] > p > img[height] {
    height: 290px !important;
}
/* -------------------------------------------------------------------------- */
[otype=catalogue] > font {
    font-size: 12px;
    line-height: 1.12;
    color: rgba(55,71,79, 1);
    margin:0 20px;
}
/* -------------------------------------------------------------------------- */
[otype=catalogue] > b {
    font-size: 22px;
    line-height: 1.12;
    color: #485e88;
    margin: 2px 20px 10px 20px;
}
[otype=catalogue] > b > u {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: 18px;
}
/* -------------------------------------------------------------------------- */
[otype=catalogue] > nobr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 20px 12px 20px;
}
[otype=catalogue] > nobr > font {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 2px 0;
}
[otype=catalogue] > nobr > font > i {
    width: 32px;
    flex: 0 0 32px;
    color: #485e88;
    font-size: 24px;
}
[otype=catalogue] > nobr > font > u {
    flex: 1 1 100%;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.12;
    color: rgba(55,71,79, 1);
    margin: 4px 0;
}
/* -------------------------------------------------------------------------- */
[otype=catalogue] > span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin: auto 0 0 0;
    padding: 0 20px;
    width: calc(100% - 40px);
    background: #e7ebed;
    font-size: 16px;
    line-height: 1;
    color: #485e88;
    text-transform: uppercase;
}
[otype=catalogue] > span > i {
    font-size: 36px;
    color: #485e88;
    margin: 0 0 0 auto;
}
[otype=catalogue]:hover > span {
    background: #ff7c24;
    color: #fff;
}
[otype=catalogue]:hover > span > i {
    color: #fff;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body.otype-catalogue #breadcrumbs #current_page > h1 {
    font-size: 24px;
    line-height: 1.12;
    color: #485e88;
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=catalogue_inside] {
    margin: 24px 0 12px 0;
}
/* -------------------------------------------------------------------------- */
main #shop_showroom {
    flex-wrap: nowrap;
    position: relative;
    width: 602px;
    margin: 0 0 0 8px;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
main #shop_showroom * {
    outline: none;
}
/* -------------------------------------------------------------------------- */
main #shop_showroom > #showroom_inline_scroll {
    width: 90px;
    height: 577px;
    min-height: 577px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
main #shop_showroom > #showroom_inline_scroll > div {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 74px;
    height: 100%;
    overflow: hidden;
}
main #shop_showroom > #showroom_inline_scroll > div > p {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 0;
    width: 56px !important;
    height: 56px !important;
    margin: 8px;
    outline: none !important;
    cursor: pointer;
}
main #shop_showroom > #showroom_inline_scroll > div > p:before {
    display: block;
    position: absolute;
    content: '';
    border: 1px solid #eee;
    top: -1px;
    left: -1px;
    width: 56px !important;
    height: 56px !important;
    transition: 0.15s;
    cursor: pointer;
}
main #shop_showroom > #showroom_inline_scroll > div > p:hover:before {
    border: 1px solid #bdbdbd;
}
main #shop_showroom > #showroom_inline_scroll > div > p[selected]:before {
    width: 70px !important;
    height: 70px !important;
    top: -8px;
    left: -8px;
    border: 1px solid #ff7e28;
}
main #shop_showroom > #showroom_inline_scroll > div > p > img {
    position: relative;
    width: auto;
    height: auto;
    min-width: unset;
    min-height: unset;
    max-width: unset;
    max-height: unset;
}
/* -------------------------------------------------------------------------- */
main #shop_showroom > #showroom_inline_scroll i {
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 32px;
    background: #fff;
    font-size: 40px;
    color: #757575;
    cursor: pointer;
    transition: .3s;
    z-index: 1;
}
main #shop_showroom > #showroom_inline_scroll i.active {
    display: flex;
}
main #shop_showroom > #showroom_inline_scroll i:hover {
    color: #ff7e28;
}
main #shop_showroom > #showroom_inline_scroll i:first-child {
    top: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
}
main #shop_showroom > #showroom_inline_scroll i:last-child {
    bottom: 0;
    left: 0;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
}
/* -------------------------------------------------------------------------- */
main #shop_showroom > #showroom {
    display: block;
    width: 500px;
    height: 577px;
    min-height: 577px;
    margin: 0;
}
main #shop_showroom > #showroom > div ,
main #shop_showroom > #showroom > div div {
    display: block;
}
main #shop_showroom > #showroom > div figure {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: flex;
    width: 500px;
    height: 577px;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}
main #shop_showroom > #showroom > div figure a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
main #shop_showroom > #showroom > div figure > a > img {
    -webkit-touch-callout: default;
    -webkit-user-select: default;
    -khtml-user-select: default;
    -moz-user-select: default;
    -ms-user-select: default;
    user-select: default;
}
main #shop_showroom > #showroom .slick-dots {
    display: none !important;
}
main #shop_showroom > #showroom > div .slick-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7.4L9.4 12l4.6 4.6' fill='none' stroke='%23fff' stroke-width='2' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
}
main #shop_showroom > #showroom > div .slick-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 7.4l4.6 4.6-4.6 4.6' fill='none' stroke='%23fff' stroke-width='2' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E");
}
main #shop_showroom > #showroom > div .slick-arrow {
    width: 48px;
    height: 48px;
    top: calc(50% - 24px);
    border-radius: 4px;
    border-color: transparent !important;
    background-color: rgba(96,125,139,0);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.15s;
    background-size: 36px 36px;
    opacity: 0;
    outline: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
main #shop_showroom > #showroom > div .slick-arrow:before {
    display: none;
}
main #shop_showroom > #showroom > div:hover .slick-arrow {
    opacity: 1;
    background-color: rgba(96,125,139,0.15);
}
main #shop_showroom > #showroom > div .slick-arrow:hover {
    opacity: 1;
    background-color: rgba(96,125,139,0.35);
}
/* -------------------------------------------------------------------------- */
main #shop_buy {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 570px;
    margin: 0;
    padding: 0 24px;
    position: relative;
    border-left: 1px solid transparent;
}
main #shop_buy > * {
    width: 100%;
}
main #shop_buy div.ol-article h3 {
    font-size: 18px;
}
/* -------------------------------------------------------------------------- */
.otype-catalogue div.ol-article {
    width: 100%;
    padding: 0 0 24px 0;
    margin: 0;
    display: block;
    color: #494c4c;
    font-size: 16px;
    line-height: 1.3;
}
.otype-catalogue div.ol-article:not(.ol-table) > * {
    font-size: 16px;
    line-height: 1.3;
    display: block;
}
.otype-catalogue div.ol-article ol > li ,
.otype-catalogue div.ol-article ul > li {
    display: list-item;
}
.otype-catalogue div.ol-article > *:first-child {
    margin-top: 0 !important;
}
.otype-catalogue div.ol-article > *:last-child {
    margin-bottom: 0 !important;
}
.otype-catalogue div.ol-article a {
    display: inline-block;
}
.otype-catalogue div.ol-article ul {
    padding-inline-start: 20px;
}
.otype-catalogue div.ol-article ul > li {
    position: relative;
    margin-bottom: 12px;
}
.otype-catalogue div.ol-article ul > li::marker {
    color: transparent;
}
.otype-catalogue div.ol-article ul > li::before {
    display: block;
    position: absolute;
    top: 0;
    left: -24px;
    font-family: 'Material Icons';
    content: 'done';
    color: #ff7e28;
    font-size: 24px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
/* -------------------------------------------------------------------------- */
.otype-catalogue div.ol-article h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 1em 0 1em 0;
    line-height: 1.2;
    position: relative;
    word-break: break-word;
    color: #485e88;
    padding: 0 0 2px 0;
}
.otype-catalogue div.ol-article h3:before {
    display: none;
}
.otype-catalogue div.ol-article h3:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #ff7e28;
    left: 0;
    bottom: -8px;
}
/* -------------------------------------------------------------------------- */
main #shop_buy > a.add_to_cart {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 8px 0 24px 0;
    padding: 6px 20px;
    background: #4caf50;
    border-radius: 4px;
    border: 1px solid #4caf50;
}
main #shop_buy > a.add_to_cart:hover {
    background: #60ca64;
}
main #shop_buy > a.add_to_cart p {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
main #shop_buy > a.add_to_cart i {
    font-size: 32px;
    color: #fff;
    margin: 0 8px 0 0;
}
/* -------------------------------------------------------------------------- */
main #shop_buy > a.need_advice {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 8px 0 24px 18px;
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #cdd0d3;
}
main #shop_buy > a.need_advice:hover {
    background: #485e88;
    border: 1px solid #485e88;
}
main #shop_buy > a.need_advice p {
    font-size: 16px;
    color: #485e88;
    font-weight: 400;
    text-transform: uppercase;
}
main #shop_buy > a.need_advice:hover p {
    color: #fff;
}
main #shop_buy > a.need_advice i {
    font-size: 24px;
    color: #485e88;
    margin: 0 8px 0 0;
}
main #shop_buy > a.need_advice:hover i {
    color: #ff7e28;
}
/* -------------------------------------------------------------------------- */
body.otype-catalogue > * > div[otype_real=header_article] {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px 0px rgb(38, 50, 56, 0.15);
    -moz-box-shadow: 0 6px 12px 0px rgba(38, 50, 56, 0.15);
    box-shadow: 0 6px 12px 0px rgb(38, 50, 56, 0.15);
    padding: 4px 12px;
    z-index: 1;
}
body.otype-catalogue > * > div[otype_real=header_article] div[otype=header] > div > *:first-child {
    text-align: center;
}
/* -------------------------------------------------------------------------- */
main #shop_showroom > #showroom .slick-dots li {
    display: flex;
    width: 24px;
    height: 24px;
    margin: 0;
    justify-content: center;
    align-items: center;
}
main #shop_showroom > #showroom .slick-dots li button {
    width: 16px !important;
    height: 16px !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 4px 0px rgba(38, 50, 56, 0.1);
    -moz-box-shadow:    0 0 4px 2px rgba(38, 50, 56, 0.1);
    box-shadow:         0 0 4px 2px rgba(38, 50, 56, 0.1);
    position: relative;
}
main #shop_showroom > #showroom .slick-dots li:hover button ,
main #shop_showroom > #showroom .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 1);
}
main #shop_showroom > #showroom .slick-dots li button:before {
    display: block;
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #fff;
    transition: all 0.15s 0s ease-out;
}
main #shop_showroom > #showroom .slick-dots li:hover button:before {
    opacity: 1;
    transition: all 0.3s 0.15s ease-in;
}
main #shop_showroom > #showroom .slick-dots li.slick-active button:before {
    background: #ff7e28;
    opacity: 1 !important;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
body > main > div[otype=catalogue_outside] > div {
    justify-content: center;
}
/* -------------------------------------------------------------------------- */
main #shop_buy {
    width: calc(100% - 662px);
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
body.otype-catalogue > main > div[otype=catalogue_inside] {
    flex-direction: column;
    align-items: center;
}
/* -------------------------------------------------------------------------- */
main #shop_showroom {
    margin: 8px 0 24px 0;
}
/* -------------------------------------------------------------------------- */
main #shop_buy {
    width: calc(100% - 24px);
    border-left: unset;
    padding: 12px;
    align-items: center;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
}
@media only screen and (max-width: 625px) {
    main #shop_showroom {
        width: 500px;
        margin: 8px 0 42px 0;
    }
    main #shop_showroom > #showroom_inline_scroll {
        display: none;
    }
    main #shop_showroom {
        margin: 8px 0 24px 0;
    }
    main #shop_showroom > #showroom .slick-dots {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        bottom: 0;
    }
}
@media only screen and (max-width: 523px) {
    main #shop_showroom {
        width: calc(100% + 12px);
        margin: -30px -6px 18px -6px;
    }
    main #shop_showroom > #showroom {
        width: calc(100vw - 12px);
        height: calc( (100vw - 12px)*577/500);
        min-height: unset;
        max-height: unset;
        margin: 0;
    }
    main #showroom .slick-slider ,
    main #showroom .slick-list {
        height: 100%;
    }
    main #showroom .slick-track {
        height: 100%;
        max-height: 100%;
    }
    main #shop_showroom > #showroom > div figure ,
    main #shop_showroom > #showroom > div figure > a {
        height: 100%;
        align-items: center;
    }
    main #shop_showroom > #showroom > img ,
    main #shop_showroom > #showroom > div figure > a > img {
        /*
        default settings
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        */
        width: 100%;
        height: auto;
    }
    main #shop_showroom > #showroom > div .slick-prev {
        left: 6px;
    }
    main #shop_showroom > #showroom > div .slick-next {
        right: 6px;
    }
    main #shop_buy {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    main #shop_buy > a.add_to_cart {
        margin: 8px 0 12px 0;
        width: 160px;
    }
    main #shop_buy > a.need_advice {
        margin: 8px 0 12px 0;
        width: 160px;
    }
}
@media only screen and (max-width: 767px) {
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 359px) {
/* -------------------------------------------------------------------------- */
body > main > div[otype=catalogue_outside] > div > a[otype=catalogue] {
    margin: 0 0 10px 0 !important;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
div[otype=linear_scale] > p {
    color: #485e88;
    font-weight: bold;
    margin: 8px 0 0 0;
}
/* -------------------------------------------------------------------------- */
div[otype=linear_scale] > div {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 8px 0 0 0;
}
div[otype=linear_scale] > div > p {
    font-size: 16px;
    font-weight: bold;
    color: #485e88;
    background: #fff;
    border: 1px solid #b0bec5;
    padding: 8px 16px;
    white-space: nowrap;
    overflow: hidden;
}
div[otype=linear_scale] > div > p:first-child {
    width: calc(100% - 32px);
}
div[otype=linear_scale] > div > p + p {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #485e88;
    transition: 1s;

    width: 0px;
    padding: 8px 0;
    border-left: none;
    border-right: none;
}
div[otype=linear_scale] > div > p + p[style] {
    padding: 8px 16px;
    border-left: 1px solid #b0bec5;
    border-right: 1px solid #b0bec5;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=youtube] {
    justify-content: center;
}
div[otype=youtube] > * {
    padding: 0 !important;
    width: 100%;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=header] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
div[otype=header].ol-vertical {
    flex-direction: column;
}
div[otype=header].ol-center {
    justify-content: center;
}
div[otype=header].ol-center > div > * {
    text-align: center;
}
/* -------------------------------------------------------------------------- */
div[otype=header] > i {
    font-size: 48px;
    margin: 0 18px 0 0;
}
div[otype=header].ol-vertical > i {
    margin: 0 0 18px 0;
}
div[otype=header] > img {
    max-width: 56px;
    max-height: 56px;
    padding: 0 !important;
    flex: 0 1 auto !important;
    width: auto !important;
    margin: 0 24px 0 0;
}
div[otype=header].ol-vertical > img {
    margin: 0 0 18px 0;
}
/* -------------------------------------------------------------------------- */
div[otype=header] > div:first-child {
    width: 100%;
}
div[otype=header] > div > *:first-child {
    color: #485e88;
}
div[otype=header].ol-uppercase > div > *:first-child {
    text-transform: uppercase;
}
div[otype=header] > div > *:first-child > b {
    color: #ff7e28;
}
/* -------------------------------------------------------------------------- */
div[otype=header] > div > p {
    margin: 6px 0 0 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #455a64;
}
/* -------------------------------------------------------------------------- */
div[otype=header] > div > h1 ,
div[otype=header].ol-h1 > div > *:first-child {
    font-size: 32px;
    line-height: 1.12;
    border-bottom: none;
}
div[otype=header] > div > h2 ,
div[otype=header].ol-h2 > div > *:first-child {
    font-size: 28px;
    line-height: 1.12;
    border-bottom: none;
}
div[otype=header] > div > h3 ,
div[otype=header].ol-h3 > div > *:first-child {
    font-size: 24px;
    line-height: 1.12;
    border-bottom: none;
}
div[otype=header] > div > h4 ,
div[otype=header].ol-h4 > div > *:first-child {
    font-size: 20px;
    line-height: 1.3;
    padding: 0 0 8px 0;
    border-bottom: 3px solid #ff7e28;
}
div[otype=header] > div > h5 ,
div[otype=header].ol-h5 > div > *:first-child {
    font-size: 18px;
    line-height: 1.3;
    padding: 0 0 8px 0;
    border-bottom: 1px solid #ff7e28;
}
div[otype=header] > div > h6 ,
div[otype=header].ol-h6 > div > *:first-child {
    font-size: 16px;
    line-height: 1.3;
    border-bottom: none;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=file_single] {
    justify-content: center;
    align-items: flex-start;
}
div[otype=file_single] > a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 0 0 100% !important;
    max-width: 616px;
    min-width: 272px;
    background: #fff;
    box-shadow: 8px 10px 16px 0px rgba(38,50,56,0.25),
                inset -8px -162px 28px 16px rgba(255,255,255,0.6);
    box-sizing: border-box;
    position: relative;
    margin: 8px 0;
    padding: 12px 24px 12px 12px !important;
    transition: all 0.15s 0s ease-in;
}
div[otype=file_single] > a:hover {
    margin: 0 0 16px 0;
    box-shadow: 16px 16px 40px -5px rgba(38,50,56,0.5),
                inset -8px -88px 28px 16px rgba(255,255,255,0.6);
    transition: all 0.3s 0.15s ease-out;
}
/* -------------------------------------------------------------------------- */
div[otype=file_single] > a > img {
    width: 64px;
    height: 64px;
    margin-right: 18px;
}
/* -------------------------------------------------------------------------- */
div[otype=file_single] > a > span {
    display: flex;
    flex-direction: column;
}
div[otype=file_single] > a > span > * {
    text-decoration: none;
}
div[otype=file_single] > a > span > b {
    margin-bottom: auto;
    color: #485e88;
    font-size: 18px;
    line-height: 1.1;
}
div[otype=file_single] > a > span > font {
    margin-top: 8px;
    font-size: 12px;
    color: #607d8b;
}
div[otype=file_single] > a > span > u {
    font-size: 12px;
    color: #607d8b;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=pages_links] div ,
div[otype=pages_links] div div ,
div[otype=pages_links] a {
    display: flex;
    flex-wrap: wrap;
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=pages_links] {
    padding: 1px 12px 0 12px;
    justify-content: center;
}
body > main > div[otype=pages_links] > div {
    justify-content: center;
    width: calc(100% - 24px);
    padding: 0 12px;
    max-width: calc(1280px - 24px);
}
body > main > div[otype=pages_links] > div > div[otype] {
    justify-content: center;
    align-items: center;
    width: 312px;
    height: 312px;
    margin: 0 1px 1px 0;
    padding: 0;
}
body > main > div[otype=pages_links] > div > div[otype].double_cover {
    width: 625px;
}
div[otype=pages_links] > div > div.after_double_cover {
    display: none;
}
div[otype=pages_links] > div > div > div ,
div[otype=pages_links] > div > div > a {
    align-content: center;
    justify-content: center;
    width: 312px;
    height: 312px;
    overflow: hidden;
    position: relative;
    transition: .15s .15s ease-out;
    background-color: #fff;
}
div[otype=pages_links] > div > div.double_cover > div ,
div[otype=pages_links] > div > div.double_cover > a {
    width: 625px;
}
div[otype=pages_links] > div > div > div:hover ,
div[otype=pages_links] > div > div > a:hover {
    width: 312px;
    height: 312px;
}
div[otype=pages_links] > div > div.double_cover > div:hover ,
div[otype=pages_links] > div > div.double_cover > a:hover {
    width: 625px;
}
div[otype=pages_links] > div > div > div > img ,
div[otype=pages_links] > div > div > a > img {
    -webkit-transition: all .15s 0s ease-in;
    -moz-transition:    all .15s 0s ease-in;
    -o-transition:      all .15s 0s ease-in;
    transition:         all .15s 0s ease-in;
}
div[otype=pages_links] > div > div > a:hover > img {
    filter:             grayscale(80%) blur(0px);
    -webkit-filter:     grayscale(80%) blur(0px);
    -moz-filter:        grayscale(80%) blur(0px);
    transform:                scale(1.07142);
    transform-origin:         center center;
    -moz-transform:           scale(1.07142);
    -moz-transform-origin:    center center;
    -webkit-transform:        scale(1.07142);
    -webkit-transform-origin: center center;
    -webkit-transition: all .15s .15s ease-out;
    -moz-transition:    all .15s .15s ease-out;
    -o-transition:      all .15s .15s ease-out;
    transition:         all .15s .15s ease-out;
}
div[otype=pages_links] > div > div > div > p ,
div[otype=pages_links] > div > div > a > p {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    width: calc(100% - 36px);
    height: 200px;
    padding: 18px 18px 0 18px;
    transition: .15s .15s ease-out;
    background: rgba(55,66,81,0.75);
    background: -moz-linear-gradient(top, rgba(55,66,81,0.75) 55%, rgba(55,66,81,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(55%, rgba(55,66,81,0.75)), color-stop(100%, rgba(55,66,81,0)));
    background: -webkit-linear-gradient(top, rgba(55,66,81,0.75) 55%, rgba(55,66,81,0) 100%);
    background: -o-linear-gradient(top, rgba(55,66,81,0.75) 55%, rgba(55,66,81,0) 100%);
    background: -ms-linear-gradient(top, rgba(55,66,81,0.75) 55%, rgba(55,66,81,0) 100%);
    background: linear-gradient(to bottom, rgba(55,66,81,0.75) 55%, rgba(55,66,81,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#374251', endColorstr='#374251', GradientType=0 );
}
div[otype=pages_links] > div > div > a:hover > p {
    padding-top: 48px;
    /* height: 100%; */
}
div[otype=pages_links] > div > div > div > p > span ,
div[otype=pages_links] > div > div > a > p > span {
    flex: 260px 0 0;
    font-size: 28px;
                font-size: 22px;
    line-height: 1.12;
    font-weight: 700;
    color: #fff;
    padding: 0;
    text-align: center;
    /* text-transform: uppercase; */
}
div[otype=pages_links] > div > div.double_cover > div > p > span ,
div[otype=pages_links] > div > div.double_cover > a > p > span {
    flex: 520px 0 0;
    font-size: 28px;
                font-size: 22px;
}
div[otype=pages_links] > div > div > div > p.ol-compressed > span ,
div[otype=pages_links] > div > div > a > p.ol-compressed > span {
    font-family: 'Open Sans Condensed', sans-serif;;
}
div[otype=pages_links] > div > div > a:hover > p * {
    color: #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=pages_links] > div > div > a > span {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: -52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.9);
    font-family: 'Open Sans Condensed', sans-serif;;
    font-size: 16px;
    text-transform: uppercase;
    color: #37474f;
    font-weight: 600;
    transition: .15s .15s ease-out;
    border-top: 3px solid #ff7e28;
    opacity: 0;
}
div[otype=pages_links] > div > div > a:hover > span {
    bottom: 0px;
    opacity: 1;
}
div[otype=pages_links] > div > div > a > span > i {
    font-size: 36px;
    margin: 2px 8px 0 0;
    color: #607d8b;
}
div[otype=pages_links] > div > div > a > span:hover > i {
    color: #ff7e28;
}
div[otype=pages_links] > div > div > a > span:hover {
    background: rgba(255, 255, 255, 1.0);
    color: #485e88;
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=pages_links] > div > div[otype].no_cover {
    height: auto;
}
body > main > div[otype=pages_links] > div > div[otype].no_cover > * {
    align-content: flex-start;
    height: 100%;
}
body > main > div[otype=pages_links] > div > div[otype].no_cover > a:hover {
    background: #485e88;
}
body > main > div[otype=pages_links] > div > div[otype].no_cover > * > i {
    font-size: 32px;
    margin: 24px 0 0 0;
}
body > main > div[otype=pages_links] > div > div[otype].no_cover > * > p {
    position: relative;
    top: unset !important;
    background: transparent !important;
    height: auto !important;
    padding: 12px 18px 24px 18px;
}
body > main > div[otype=pages_links] > div > div[otype].no_cover > * > p >span {
    font-size: 18px;
    color: #485e88;
    transition: all .15s 0s ease-in;
}
body > main > div[otype=pages_links] > div > div[otype].no_cover > a:hover > p >span {
    color: #fff;
    transition: all .15s .15s ease-out;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1235px) {
    div[otype=pages_links] > div > div.after_double_cover {
        display: flex;
        width: 100%;
        height: 1px;
        margin: -1px 0 0 0;
    }
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
}

@media only screen and (max-width: 767px) {
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 625px) {
    /* ---------------------------------------------------------------------- */
    div[otype=pages_links] > div > div.double_cover {
        width: 312px;
    }
    div[otype=pages_links] > div > div.double_cover > div ,
    div[otype=pages_links] > div > div.double_cover > a {
        width: 312px;
    }
    div[otype=pages_links] > div > div.double_cover > div:hover ,
    div[otype=pages_links] > div > div.double_cover > a:hover {
        width: 312px;
    }
    div[otype=pages_links] > div > div > div > img ,
    div[otype=pages_links] > div > div > a > img {
        height: 100%;
        width: auto !important;
    }
    div[otype=pages_links] > div > div.double_cover > div > p > span ,
    div[otype=pages_links] > div > div.double_cover > a > p > span {
        flex: 260px 0 0;
        font-size: 28px;
    }
    /* ---------------------------------------------------------------------- */
    body > main > div[otype=pages_links] > div > div[otype].no_cover {
        width: 100%;
    }
    body > main > div[otype=pages_links] > div > div[otype].no_cover > * {
        width: 100%;
    }
    /* ---------------------------------------------------------------------- */
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
}

/* -------------------------------------------------------------------------- */
div[otype=photo_single] {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
body > main > div[otype].w_center > div > div[otype=photo_single] {
    justify-content: center;
}
div[otype=photo_single] > figure ,
div[otype=photo_single] > figure > a {
    width: 100%;
    height: auto;
    margin: 0;
}
div[otype=photo_single] > figure > a {
    display: block;
}
div[otype=photo_single] > figure > amp-img {
    flex-grow: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.15s 0.1s ease-in;
    -moz-transition: all 0.15s 0.1s ease-in;
    -o-transition: all 0.15s 0.1s ease-in;
    transition: all 0.15s 0.1s ease-in;
}
.i-amphtml-lbg-caption-text ,
.amp-image-lightbox-caption {
    background: rgba(38,50,56.25);
    max-height: 25%;
    padding: 8px !important;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_single] figcaption {
    display: inline-block;
    width: calc(100% - 16px);
    text-align: center;
    color: #485e88;
    font-size: 14px;
    font-weight: 700;
    margin: 8px 0;
    padding: 8px;
}
div[otype=photo_single] a:hover figcaption {
    background: #485e88;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=photo_single] > figure > amp-img[lightbox] {
    cursor: pointer;
}
div[otype=photo_single] > figure > amp-img[lightbox]:before {
    content: 'zoom_in';
    display: block;
    position: absolute;
    z-index: 100;
    top: calc(50% - 0px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: transparent;
    background-color: transparent;
    margin: 0px 0px 0px 0px;
    font-size: 64px;
    text-align: center;
    text-decoration: none;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_single] > figure > amp-img[lightbox]:hover:before {
    top: calc(50% - 40px);
    color: rgba(255,255,255,0.9);
    text-shadow: 0px 0px 2px rgba(55,71,79,1),
                 0px 0px 4px rgba(55,71,79,1),
                 0px 0px 8px rgba(55,71,79,1);
}
div[otype=photo_single] > figure > amp-img[lightbox]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(55,71,79,0.0);
    -webkit-transition: all 0.1s 0.1s ease-in;
    -moz-transition: all 0.1s 0.1s ease-in;
    -o-transition: all 0.1s 0.1s ease-in;
    transition: all 0.1s 0.1s ease-in;
}
div[otype=photo_single] > figure > amp-img[lightbox]:hover:after {
    background: rgba(55,71,79,0.1);
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=files_gutman] {
}
/* -------------------------------------------------------------------------- */
div[otype=files_gutman].files_global {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
div[otype=files_gutman].files_global > div.file_cvu {
    width: calc(100% - 56px);
    padding: 12px 32px 12px 24px;
    background: #fff;
    border: 1px solid #b0bec5;
}
/* -------------------------------------------------------------------------- */
div[otype=files_gutman] div.file_cvu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 0 12px 0;
    font-size: 16px;
}
div[otype=files_gutman] div.file_cvu p {
    margin: 0 32px 0 0;
    color: #494c4c;
}
div[otype=files_gutman] div.file_cvu a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 0 0 auto;
}
div[otype=files_gutman] div.file_cvu img {
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
}
div[otype=files_gutman] div.file_cvu a u {
    text-decoration: none;
    color: #485e88;
    border-bottom: 1px solid #485e88;
}
div[otype=files_gutman] div.file_cvu a:hover u {
    color: #ff7e28;
    border-bottom: 1px solid transparent;
}
/* -------------------------------------------------------------------------- */
div[otype=files_gutman].files_local > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: calc(100% - 48px);
    padding: 12px 24px;
    margin: 0 0 12px 0;
    background: #fff;
    border: 1px solid #b0bec5;
    font-size: 16px;
}
div[otype=files_gutman].files_local div.ol-short-article {
    margin: 6px 0;
}
div[otype=files_gutman].files_local div.file_cvu {
    margin: 0 0 12px 0;
}
/* -------------------------------------------------------------------------- */
div[otype=files_gutman] form {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 8px 0 0 0;
}
/* -------------------------------------------------------------------------- */
div[otype=files_gutman] form div.cvu-input {
    width: auto !important;
}
div[otype=files_gutman] form div.cvu-input.cvu-lgn {
    width: 200px !important;
}
div[otype=files_gutman] form div.cvu-input.cvu-pwd {
    width: 200px !important;
}
div[otype=files_gutman] form div.cvu-input > i {
    color: #ff7e28;
}
/* -------------------------------------------------------------------------- */
div[otype=files_gutman] #sign_result {
    display: flex;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    transition: 0.15s;
    margin: 00;
}
div[otype=files_gutman] #sign_result.show {
    max-height: 64px;
    min-height: 32px;
    margin: 0;
    transition: 0.5s;
}
div[otype=files_gutman] #sign_result.show + .bottom_informer {
    margin: 12px 0 12px 0;
    transition: 0.5s;
}
div[otype=files_gutman] #sign_result > u {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    border-radius: 4px;
    background: #ffebee; /* light red */
    border: 1px solid ;
    color: #37474f;
    text-decoration: none;
    margin: 0;
    padding: 8px 12px;
}
div[otype=files_gutman] #sign_result > u {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    border-radius: 4px;
    background: #ffebee; /* light red */
    border: 1px solid ;
    color: #37474f;
    text-decoration: none;
    margin: 0 0 0 0;
}
div[otype=files_gutman] .cvu-form_send > b {
    background: #e8f5e9; /* light green */
    border: 1px solid ;
    color: ;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    opacity: 0;
}
div[otype=files_gutman] .cvu-form_send > b > i {
    color: ;
    margin: 0 8px 0 0;
}
/* -------------------------------------------------------------------------- */
div[otype=files_gutman] form .cvu-form_send {
    width: auto;
    min-width: 100px;
}
div[otype=files_gutman] form .cvu-form_send.cvu-form_send_done {
    width: 100%;
}
div[otype=files_gutman] form .cvu_submit {
    border-radius: 0;
    background: #485e88;
    margin: 12px 0 12px 12px;
    padding: 10px 14px;
    border: none !important;
    line-height: 1;
    width: auto;
    height: auto;
}
div[otype=files_gutman] form .cvu_submit:hover {
    background: #ff7e28;
}
div[otype=files_gutman] form .cvu_submit i {
    font-size: 24px;
    line-height: 1;
}
div[otype=files_gutman] form .cvu_submit:hover i {
    color: #fff;
}
div[otype=files_gutman] form .cvu_submit span {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 0 8px;
    height: auto;
    text-transform: none;
}
/* -------------------------------------------------------------------------- */
div[otype=files_gutman] div.auth_deep {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 8px 0;
}
div[otype=files_gutman] div.auth_deep a {
    color: #485e88;
    border-bottom: 1px solid #485e88;
    margin: 12px 16px;
}
div[otype=files_gutman] div.auth_deep a:hover {
    color: #ff7e28;
    border-bottom: 1px solid transparent;
}
/* -------------------------------------------------------------------------- */
div[otype=files_gutman] .email_confirm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 42px);
    max-width: 420px;
    border: 3px solid ;
    background: #fff9c4; /* light yellow */
    border-radius: 8px;
    padding: 12px 18px 0 18px;
    margin: 0 0 24px 0;
}
div[otype=files_gutman] .email_confirm > * {
    margin-bottom: 12px;
}
div[otype=files_gutman] .email_confirm > i {
    color: #607d8b;
    font-size: 32px;
    position: relative;
    width: 56px;
}
div[otype=files_gutman] .email_confirm > i:after {
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: -4px;
    right: 18px;
    border-radius: 50%;
    border: 3px solid #fff9c4; /* light yellow */
    background: ;
}
div[otype=files_gutman] .email_confirm > p {
    width: 100%;
    font-size: 14px;
    position: relative;
}
div[otype=files_gutman] .email_confirm > i + p {
    width: calc(100% - 56px);
    font-size: 22px;
    color: ;
    font-weight: 700;
}
div[otype=files_gutman] .email_confirm > p > b {
    font-size: 16px;
}
div[otype=files_gutman] .email_confirm > p > strong {
    color: ;
    border-bottom: 1px dotted ;
    transition: 0.3s;
    font-size: 16px;
    cursor: pointer;
}
div[otype=files_gutman] .email_confirm > p > strong:hover {
    color: ;
    border-bottom: 1px dotted transparent;
}
div[otype=files_gutman] .email_confirm > p > i {
    color: ;
    margin: 0 8px 0 0;
}
div[otype=files_gutman] .email_confirm > p > font {
    color: ;
    font-weight: 700;
}
div[otype=files_gutman] .email_confirm > p > *.error {
    color: #485e88 !important;
}
div[otype=files_gutman] .email_confirm > p.sending {
    height: 19px;
}
div[otype=files_gutman] .email_confirm > p.sending_report {
    display: flex;
    align-items: center;
}
div[otype=files_gutman] .email_confirm > p.sending_report > * {
    height: 19px;
    display: flex;
    align-items: center;
}
div[otype=files_gutman] .email_confirm > p.sending_report > font {
    font-size: 16px;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1299px) {
    div[otype=files_gutman] form .cvu-form_send {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin: -4px 0 12px 0;
    }
    div[otype=files_gutman] form .cvu_submit {
        margin: 12px 0 12px 36px;
        padding: 20px 14px;
    }
    div[otype=files_gutman] div.auth_deep {
        flex-direction: column;
        justify-content: flex-start;
        margin: 0 0 8px 20px;
    }
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    div[otype=files_gutman] .email_confirm {
        max-width: unset;
    }
    div[otype=files_gutman] .email_confirm > i + p {
        font-size: 18px;
    }
    div[otype=files_gutman] .email_confirm > p > strong {
        white-space: nowrap;
    }
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body > main > div[otype=form] {
    background: #eceff1;
    position: relative;
    width: 100%;
    padding: 0;
}
body > main > div[otype=form]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 94px;
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=form] > div {
    justify-content: center;
    width: 100%;
}
div[otype=form] > div > div.cf_col {
    flex: 0 0 425px;
    width: 425px;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 98;
}
/* -------------------------------------------------------------------------- */
div[otype=form] div.cf_header {
    background: #eceff1;
    box-shadow: inset 0px 10px 10px 0px rgba(96,125,139, .15);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
    z-index: 1;
}
div[otype=form] div.cf_header > i {
    flex: 0 0 64px;
    width: 64px;
    text-align: left;
    font-size: 48px;
    line-height: 94px;
    color: #485e88;
}
div[otype=form] div.cf_header > p {
    font-size: 20px;
    font-weight: 300;
    color: #37474f;
}
/* -------------------------------------------------------------------------- */
div[otype=form] .informer_1 {
    width: 100%;
    margin: 8px 12px 18px 0;
    color: #37474f;
}
div[otype=form] .informer_2 {
    width: 100%;
    margin: 18px 12px 18px 0;
    color: #37474f;
}
/* -------------------------------------------------------------------------- */
div[otype=form] .cvu_feed {
    margin: 12px 36px 12px 48px;
}
div[otype=form] .cvu_submit {
    margin: 18px 12px 0 0;
}
div[otype=form] .cvu_submit > i {
    margin-top: -4px;
}
/* -------------------------------------------------------------------------- */
div[otype=form] .cvu_feed .success-text {
    margin: 0 12px 24px 0;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
body > main > div[otype=form]:after {
    display: none;
}
div[otype=form] > div > div.cf_col {
    flex: 0 0 100%;
    width: 100%;
}
/* -------------------------------------------------------------------------- */
div[otype=form] div.cf_header {
    flex-direction: column;
    height: auto;
    padding: 12px 0 18px 0;
}
div[otype=form] div.cf_header > i {
    text-align: center;
    font-size: 40px;
    line-height: 64px;
}
/* -------------------------------------------------------------------------- */
div[otype=form] .cvu_feed {
    margin: 12px 12px 12px 24px;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
div[otype=table] div:not(.ol-article) ,
div[otype=table] a {
    display: flex;
    flex-wrap: wrap;
}
/* -------------------------------------------------------------------------- */
main > div > div[otype=table] {
    align-items: stretch;
    margin: 0;
}
div[otype=table] ,
div[otype=table] > div:not(.ol-article) {
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
}
div[otype=table] div.ol-article {
    width: 100%;
}
div[otype=table] div.ol-article > *:first-child {
    margin-top: 0;
}
div[otype=table] div.ol-article > *:last-child {
    margin-bottom: 0;
}
/* -------------------------------------------------------------------------- */
div[otype=table] div.ol-article {
    overflow-x: auto;
}
div[otype=table] div.ol-article::-webkit-scrollbar{width:.7em;height:.7em}
div[otype=table] div.ol-article::-webkit-scrollbar-button{display:none}
div[otype=table] div.ol-article::-webkit-scrollbar-track{background-color:#cfd8dc;}
div[otype=table] div.ol-article::-webkit-scrollbar-thumb{background-color:#b0bec5;}
div[otype=table] div.ol-article::-webkit-scrollbar-thumb:hover{background-color:#90a4ae;}
div[otype=table] div.ol-article::-webkit-scrollbar-thumb:active{background-color:#78909c;}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
div[otype=text] {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
div[otype=text] > i {
    width: 42px;
    flex: 0 0 42px;
    height: 28px;
    line-height: 28px;
    font-size: 28px;
    color: #ff7e28;
    margin: -2px 0 0 0;
}
/* -------------------------------------------------------------------------- */
div[otype] div.ol-article {
    width: 100%;
}
div[otype] div.ol-article > *:first-child {
    margin-top: 0;
}
div[otype] div.ol-article > *:last-child {
    margin-bottom: 0;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body > main > div[otype=advantages] {
    align-items: center;
}
body > main > div[otype=advantages] > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
body > * > div[otype=buy_in_click] {
    margin: 0;
    padding: 0 12px;
}
/* -------------------------------------------------------------------------- */
div[otype=buy_in_click] > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
div[otype=buy_in_click] > div > div#cf_col {
    flex: 0 0 calc(100% - 0px);
    width: calc(100% - 0px);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
}
/* -------------------------------------------------------------------------- */
div[otype=buy_in_click] div.cf_header {
    background: rgba(236,239,241, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 94px;
}
div[otype=buy_in_click] div.cf_header > i {
    flex: 0 0 64px;
    width: 64px;
    text-align: left;
    font-size: 48px;
    line-height: 94px;
    color: #485e88;
}
div[otype=buy_in_click] div.cf_header > p {
    font-size: 20px;
    font-weight: 300;
    color: #374251;
}
/* -------------------------------------------------------------------------- */
div[otype=buy_in_click] .informer_1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 8px 0 18px 0;
}
div[otype=buy_in_click] .informer_1 > span {
    flex: 0 0 100%;
    font-size: 16px;
    line-height: 18px;
    color: #607d8b;
    text-align: center;
}
div[otype=buy_in_click] .informer_1 > p {
    display: flex;
    flex: 0 0 80px;
    width: 80px;
    margin: 12px 12px 12px 0;
    border: 1px solid #eceff1;
}
div[otype=buy_in_click] .informer_1 > p > img {
    max-width: 100%;
}
div[otype=buy_in_click] .informer_1 > font {
    flex: 0 0 calc(100% - 80px - 12px - 2px);
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.12;
}
/* -------------------------------------------------------------------------- */
div[otype=buy_in_click] .informer_2 {
    width: calc(100% + 80px);
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #4caf50;
    text-align: center;
    margin: 18px -40px 18px -40px;

}
/* -------------------------------------------------------------------------- */
div[otype=buy_in_click] .cvu-form_send {
    margin: 18px 0 12px 0;
}
div[otype=buy_in_click] .cvu_feed {
    margin: 12px 40px 12px 40px;
    max-width: 345px;
}
div[otype=buy_in_click] .cvu_feed .success-text {
    width: 100%;
        width: calc(100% - 48px);
        align-content: center;
        margin: 0 24px;
    margin-bottom: 24px;
}
div[otype=buy_in_click] .cvu_submit > i {
    margin-top: -4px;
}
/* -------------------------------------------------------------------------- */
div[otype=buy_in_click] #g_recaptcha {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 8px 0 2px 0;
}
div[otype=buy_in_click] #g_recaptcha_error {
    width: 100%;
    margin: 0 0 8px 0;
    color: #485e88;
    font-size: 12px;
    text-align: center;
    display: none;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 1279px) {
/* -------------------------------------------------------------------------- */
div[otype=buy_in_click] > div > div#cf_col {
    flex: 0 0 100%;
    width: 100%;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 1023px) {
/* -------------------------------------------------------------------------- */
body > * > div[otype=buy_in_click] {
    margin: 0;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
body > * > div[otype=buy_in_click] {
    min-width: unset;
    max-width: unset;
}
div[otype=buy_in_click] .cvu_feed {
    margin: 12px 24px 12px 24px;
}
body > * > div[otype=buy_in_click]:before {
    display: none;
}
div[otype=buy_in_click] > div > div#cf_col {
    flex: 0 0 100%;
    width: 100%;
}
div[otype=buy_in_click] .informer_2 {
    width: 100%;
    margin: 18px 0 18px 0;
}
/* -------------------------------------------------------------------------- */
}

@media only screen and (max-width: 359px) {
/* -------------------------------------------------------------------------- */
div[otype=buy_in_click] div.cf_header > p {
    font-size: 16px;
}
div[otype=buy_in_click] .cvu_feed {
    margin: 12px 20px 12px 20px;
}
div[otype=buy_in_click] .cvu_submit > span {
    margin-left: 8px;
}
div[otype=buy_in_click] .cvu_submit > i {
    margin-left: -4px;
}
/* -------------------------------------------------------------------------- */
}

/* -------------------------------------------------------------------------- */
body > main > div[otype=callback] {
    background: #eceff1;
    position: relative;
    width: 100%;
    padding: 0;
}
body > main > div[otype=callback]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 94px;
}
/* -------------------------------------------------------------------------- */
body > main > div[otype=callback] > div {
    justify-content: center;
    width: 100%;
}
div[otype=callback] > div > div.cf_col {
    flex: 0 0 425px;
    width: 425px;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 98;
}
/* -------------------------------------------------------------------------- */
div[otype=callback] div.cf_header {
    background: #eceff1;
    box-shadow: inset 0px 10px 10px 0px rgba(96,125,139, .15);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 94px;
    z-index: 1;
}
div[otype=callback] div.cf_header > i {
    flex: 0 0 64px;
    width: 64px;
    text-align: left;
    font-size: 48px;
    line-height: 94px;
    color: #485e88;
}
div[otype=callback] div.cf_header > p {
    font-size: 20px;
    font-weight: 300;
    color: #37474f;
}
/* -------------------------------------------------------------------------- */
div[otype=callback] .informer_1 {
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #607d8b;
    text-align: center;
    margin: 8px 0 18px 0;
}
div[otype=callback] .informer_2 {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #4caf50;
    text-align: center;
    margin: 18px 12px 18px 0;
}
/* -------------------------------------------------------------------------- */
div[otype=callback] .cvu_feed {
    margin: 12px 36px 12px 48px;
}
div[otype=callback] .cvu_submit {
    margin: 18px 12px 0 0;
}
div[otype=callback] .cvu_submit > i {
    margin-top: -4px;
}
/* -------------------------------------------------------------------------- */
div[otype=callback] .cvu_feed .success-text {
    margin: 0 12px 24px 0;
}
/* -------------------------------------------------------------------------- */
@media only screen and (max-width: 424px) {
/* -------------------------------------------------------------------------- */
body > main > div[otype=callback]:after {
    display: none;
}
div[otype=callback] > div > div.cf_col {
    flex: 0 0 100%;
    width: 100%;
}
/* -------------------------------------------------------------------------- */
div[otype=callback] div.cf_header {
    flex-direction: column;
    height: auto;
    padding: 12px 0 18px 0;
}
div[otype=callback] div.cf_header > i {
    text-align: center;
    font-size: 40px;
    line-height: 64px;
}
/* -------------------------------------------------------------------------- */
div[otype=callback] .cvu_feed {
    margin: 12px 12px 12px 24px;
}
/* -------------------------------------------------------------------------- */
}
