/* -------------------------- *\
    BULTAG Styles
\* -------------------------- */

/* 
Theme Name: zamko
Author: BULTAG Web Design & SEO
Author URI: https//bultag.com
Theme URI: https://bultag.com
Version: 1.0
Description: Mobile First, SEO Friendly custom theme by BULTAG
Tags: Mobile First, SEO optimized
Text Domain: bultag
Domain Path: /languages
*/

/* -------------------------- *\
    BULTAG Variables:
\* -------------------------- */

:root {
	/* Colors */
	--c1: #000;
	--c2: red;
	--cb: #000;
	--cw: #fff;
	/*--c12: #0078b5;*/

	/* Text */
	--font-family: 'Montserrat', sans-serif; font-weight: 400;
	--default-font-size: 1.6rem;
	--line-height: 1.3;
	--text-color: #222;
	--text-color: #000;
	--text-color-2: #045381;
	--link-color: rgba(0,0,0, .5);
	--link-hover-color: #000;

	/* Box Model */
	--border-radius: .7rem;

	/* Other */
	/*--intro-image-background: rgba(0,0,0, .5);*/
	/*--skew: 0deg;*/
	/*--polygon: polygon(0 0, 100% 0, 100% 75vh, 0 100%);*/
	/*--polygon-2:  polygon(0 15vh,  100% 0, 100% 75vh, 0 100%);*/
}

/* Colors */

/* -------------------------- *\
    BULTAG Clearfix
\* -------------------------- */

/* -------------------------- *\
    Nav Menu
\* -------------------------- */

/* -------------------------- *\
    Transition
\* -------------------------- */

/* -------------------------- *\
    Transform Center
\* -------------------------- */

/* -------------------------- *\
    BULTAG Reset
\* -------------------------- */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; -webkit-locale: auto; white-space: normal;}

/* -------------------------- *\
    BULTAG Base
\* -------------------------- */

html {
	font-size: 62.5%;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 1024px) {

	html {
		overflow-x: hidden;
	}
}

body { 
	background: #fff; 
	font-family: var(--font-family); 
	font-size: var(--default-font-size); 
	line-height: var(--line-height); 
	color: var(--text-color); 
    max-width: 100vw;
    counter-reset: div;
    min-height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}

/* @mixin max 1024 {
        overflow-x: hidden;
    }*/

body.home main {
	overflow-x: hidden;
}

body main {
	padding-top: 11.6rem;
}

@media (min-width: 900px) {

	body main {
		padding-top: 13.2rem;
	}
}

@media (min-width: 1024px) {

	body main {
		padding-top: 19.9rem;
	}
}

body main.landing_main {
	padding: 0;
}

a { 
	color: #111;
	text-decoration: none; 
	transition: .3s;
  }

a:hover {
	color: #050D3B;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 3rem; line-height: 1.3; font-weight: 400; }

h1 { font-size: 4rem; }

h2 { font-size: 3rem; }

h3 { font-size: 2.4rem; }

h4 { font-size: 1.8rem; }

h5 { font-size: 1.6rem; }

h6 { font-size: 1.4rem; }

@media(max-width: 330px){
	h1, h2 {
		font-size: 3rem; 
	}
}

blockquote,
dl,
ol,
p,
table,
ul {
    margin-bottom: 1.3em; 
}

nav li {
	list-style-type: none;
}

img { max-width: 100%; height: auto; vertical-align: middle; }

/* -------------------------- *\
    Shell
\* -------------------------- */

.shell { 
    max-width: 121rem; margin: 0 auto;
}

@media (max-width: 1220px){

	.shell {
		padding: 0 2rem;
	}
}

.shell--small {/*@media(max-width: 359px){
            padding: 0 2rem;
        }*/
}

@media (min-width: 900px) {

	.shell--small {
		max-width: 35.9rem;
		padding: 0;
	}
}

.shell--medium {
	max-width: 1049px;
	margin: 0 auto;
}

@media(max-width: 1049px){

	.shell--medium {
		padding: 0 2rem;
	}
}

.shell--big {
	max-width: 154rem;
	margin: 0 auto;
}

@media (max-width: 1550px) {

	.shell--big {
		padding: 0 2rem;
	}
}

/* -------------------------- *\
    Cols
\* -------------------------- */

.cols { margin: 0 -1.5rem; }

.cols:after { content: ''; display: table; clear: both; line-height: 0; }

.col { float: left; width: 100%; padding: 0 1.5rem; }

.col--1of2 { width: 50%; }

.col--1of3 { width: 33.33%; }

.col--1of4 { width: 25%; }

.col--1of5 { width: 20%; }

.col--2of4 { width: 50%; }

.col--3of4 { width: 75%; }

@media(max-width: 767px){
	.col--1of2,
	.col--1of3,
	.col--1of4,
	.col--1of5,
    .col--3of4,
    .col--2of4 { width: 100%; }
}

/* -------------------------- *\
    Helpers
\* -------------------------- */

.hidden { display: none !important; }

.center { display: block; margin: 0 auto; text-align: center; }

.onlymobile {
    display: block;
}

.hidden {
    display: none;
}

.onlydesktop {
    display: none;
}

/* -------------------------- *\
    Section
\* -------------------------- */

section {
    background: #fff;
	padding: 2.5rem 0;
}

@media (min-width: 768px) {

	section {
		padding: 4rem 0;
	}
}

@media (min-width: 1200px) {

	section {
		padding: 9rem 0;
	}
}

section.dark-1 {
	background: #EDEEEE;
}

section.dark-2 {
	background: #333031;
}

section.nopadding {
	padding: 0;
}

/* -------------------------- *\
    Loggen in
\* -------------------------- */

.logged-in header {
  /*margin-top: 3.2rem;*/
}

.jsx-2519291443 a:last-child,
.eapps-widget-toolbar-panel,
.eapps-widget-toolbar-panel-share,
.eapps-widget-toolbar {
    display: none !important;
}

.hd {
    display: block;
    width: 192rem;
    height: 10rem;
    background: #000;
    margin: 5rem auto;
}

/* -------------------------- *\
    .sizer
\* -------------------------- */

.sizer { 
    width: 192rem;
    height: 3rem;
    background: #e00000;
 }

/* -------------------------- *\
     .customiser
 \* -------------------------- */

.part .quest_item .quest_panel ul, .taxonomy_faq .faq_item .taxonomy_panel ul, .faq .faq_item .taxonomy_panel ul, .faq_2 .faq_item .taxonomy_panel ul,
 .some_block .l ul, .some_block .r ul {
    list-style-position: inside;
    padding-left: 2rem;
    list-style-type: none;
 }

.part .quest_item .quest_panel ul li, .taxonomy_faq .faq_item .taxonomy_panel ul li, .faq .faq_item .taxonomy_panel ul li, .faq_2 .faq_item .taxonomy_panel ul li, .some_block .l ul li, .some_block .r ul li {
        font-weight: 400;
     font-size: 1.2rem;
     line-height: 2rem;
     color: #050D3B;
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: .5rem;
 }

.part .quest_item .quest_panel ul li:before, .taxonomy_faq .faq_item .taxonomy_panel ul li:before, .faq .faq_item .taxonomy_panel ul li:before, .faq_2 .faq_item .taxonomy_panel ul li:before, .some_block .l ul li:before, .some_block .r ul li:before {
    content: '';
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background: #050D3B;
    position: absolute;
    top: .8rem;
    left: 0;
 }

.prod_2 .int .b h2 {
    min-height: 4.4rem;
 }

.facetwp-sort {
    display: none;
 }

@media (min-width: 900px) {
    .top_section .bottom .t > div .filters_btn {
        width: 100%;
        max-width: 100%;
    }
    
    .top_section .bottom .t > div {
        width: 29.3rem;
    }
 }

.reviews {
    display: none;
 }

.fast_order .in_white .quantity h4 {
    font-weight: 600;
     font-size: 1.2rem;
     line-height: 1.6rem;
     color: #0B1867;
     margin-bottom: 0.5rem;
     padding: 0 1rem;
 }

@media (min-width: 400px) {
    .fast_order .in_white .quantity h2 {
     font-size: 1.4rem;
     line-height: 2.2rem;
     margin-bottom: 1rem;
 }
 }

.fast_order .in_white .quantity h2.rental {
    display: none;
 }

.fast_order .in_white .quantity .buy + h2.rental {
    border-top: 0.4rem solid #F5F5F5;
     margin-top: 1.4rem;
     padding-top: 1rem;
 }

.h .m .r .search_block form input[type="search"], .h .m .r .search_block form input[type="search"]:-ms-input-placeholder, .call_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .call_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .fast_order_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .fast_order_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .newsletter .hold p.note {
    color: #444;
 }

.h .m .r .search_block form input[type="search"], .h .m .r .search_block form input[type="search"]::placeholder, .call_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .call_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .fast_order_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .fast_order_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .newsletter .hold p.note {
    color: #444;
 }

.post_item .b a {
    font-weight: 600;
 }

.post_item .b span {
    font-weight: 500;
 }

@media (min-width: 500px) {
    .home_intro .btns {
        max-width: 48.6rem;
    }
 }

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods,
 .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot {
    display: none;
 }

.logged-in header {
     margin-top: 3.2rem;
 }

@media (min-width: 1024px) {
    .h--2 .b .offer-counter {
    padding: 0.9rem 3.2rem 1.4rem;
 }
 }

.h--2 .b .offer-counter i {
    font-size: 1rem;
 }

@media (min-width: 1024px) {
    .h--2 .b .offer-counter i {
    font-size: 1.3rem;
 }
 }

/* -------------------------- *\
    Typography:
\ -------------------------- */

/*@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Light.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Light.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Book.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Book.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Book.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Medium.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Medium.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Bold.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Bold.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Tungsten Rounded;
    src: url("../fonts/tungsten-rounded/TungstenRounded-Black.eot");
    src: url("../fonts/tungsten-rounded/TungstenRounded-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/tungsten-rounded/TungstenRounded-Black.woff") format("woff"), url("../fonts/tungsten-rounded/TungstenRounded-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal
}*/

p {
    font-size: var(--default-font-size);
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #222;
}

/* -------------------------- *\
    .Sprite
\* -------------------------- */

.i {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.i-ar {
	font-size:(8/10)*1rem;
	width:(14/8)*1em;
}

.i-arrow {
	font-size:(15/10)*1rem;
	width:(20/15)*1em;
}

.i-arrow-2 {
	font-size:(31/10)*1rem;
	width:(18/31)*1em;
}

.i-barcode {
	font-size:(33/10)*1rem;
	width:(42/33)*1em;
}

.i-box {
	font-size:(271/10)*1rem;
	width:(277/271)*1em;
}

.i-box-1 {
	font-size:(80/10)*1rem;
	width:(81/80)*1em;
}

.i-box-2 {
	font-size:(79/10)*1rem;
	width:(80/79)*1em;
}

.i-box-3 {
	font-size:(76/10)*1rem;
	width:(92/76)*1em;
}

.i-box-4 {
	font-size:(69/10)*1rem;
	width:(76/69)*1em;
}

.i-calendar {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-call {
	font-size:(20/10)*1rem;
	width:(20/20)*1em;
}

.i-car-truck {
	font-size:(30/10)*1rem;
	width:(44/30)*1em;
}

.i-cardboard {
	font-size:(36/10)*1rem;
	width:(35/36)*1em;
}

.i-check {
	font-size:(13/10)*1rem;
	width:(17/13)*1em;
}

.i-check2 {
	font-size:(40/10)*1rem;
	width:(54/40)*1em;
}

.i-close2 {
	font-size:(329/10)*1rem;
	width:(329/329)*1em;
}

.i-corner-bottom {
	font-size:(250/10)*1rem;
	width:(291/250)*1em;
}

.i-corner-top {
	font-size:(102/10)*1rem;
	width:(142/102)*1em;
}

.i-email {
	font-size:(18/10)*1rem;
	width:(22/18)*1em;
}

.i-envelope-p {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-euro {
	font-size:(46/10)*1rem;
	width:(50/46)*1em;
}

.i-facebook {
	font-size:(21/10)*1rem;
	width:(11/21)*1em;
}

.i-fav {
	font-size:(54/10)*1rem;
	width:(56/54)*1em;
}

.i-file {
	font-size:(37/10)*1rem;
	width:(29/37)*1em;
}

.i-filters {
	font-size:(19/10)*1rem;
	width:(22/19)*1em;
}

.i-fire {
	font-size:(16/10)*1rem;
	width:(14/16)*1em;
}

.i-good {
	font-size:(34/10)*1rem;
	width:(35/34)*1em;
}

.i-google-plus {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-headphone {
	font-size:(36/10)*1rem;
	width:(34/36)*1em;
}

.i-instagram {
	font-size:(21/10)*1rem;
	width:(21/21)*1em;
}

.i-leaf {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-left-chevron {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-lightbulb {
	font-size:(432.4/10)*1rem;
	width:(432.4/432.4)*1em;
}

.i-linkedin {
	font-size:(21/10)*1rem;
	width:(21/21)*1em;
}

.i-loop {
	font-size:(21/10)*1rem;
	width:(21/21)*1em;
}

.i-maps-and-flags {
	font-size:(26/10)*1rem;
	width:(19/26)*1em;
}

.i-minus2 {
	font-size:(4/10)*1rem;
	width:(22/4)*1em;
}

.i-pallet-box {
	font-size:(92/10)*1rem;
	width:(90/92)*1em;
}

.i-pallet-box-2 {
	font-size:(138/10)*1rem;
	width:(123/138)*1em;
}

.i-pallet-box-3 {
	font-size:(125/10)*1rem;
	width:(121/125)*1em;
}

.i-pallet-box-4 {
	font-size:(129/10)*1rem;
	width:(120/129)*1em;
}

.i-pallet-box-5 {
	font-size:(126/10)*1rem;
	width:(123/126)*1em;
}

.i-pallet-box-6 {
	font-size:(198/10)*1rem;
	width:(123/198)*1em;
}

.i-piggy-bank {
	font-size:(40/10)*1rem;
	width:(48/40)*1em;
}

.i-play {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-plus {
	font-size:(27/10)*1rem;
	width:(27/27)*1em;
}

.i-plus2 {
	font-size:(28/10)*1rem;
	width:(29/28)*1em;
}

.i-plus3 {
	font-size:(22/10)*1rem;
	width:(22/22)*1em;
}

.i-rss {
	font-size:(492.31/10)*1rem;
	width:(492.31/492.31)*1em;
}

.i-safety {
	font-size:(43/10)*1rem;
	width:(35/43)*1em;
}

.i-snowflake {
	font-size:(412.8/10)*1rem;
	width:(412.8/412.8)*1em;
}

.i-spanner {
	font-size:(555.234/10)*1rem;
	width:(555.234/555.234)*1em;
}

.i-spinner-static {
	font-size:(42/10)*1rem;
	width:(42/42)*1em;
}

.i-stack {
	font-size:(21/10)*1rem;
	width:(18/21)*1em;
}

.i-stack2 {
	font-size:(386.62/10)*1rem;
	width:(386.62/386.62)*1em;
}

.i-stars {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-stars-fill {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-twitter {
	font-size:(17/10)*1rem;
	width:(21/17)*1em;
}

.i-user {
	font-size:(512/10)*1rem;
	width:(512/512)*1em;
}

.i-users {
	font-size:(477.87/10)*1rem;
	width:(477.87/477.87)*1em;
}

.i-video-logo {
	font-size:(107/10)*1rem;
	width:(119/107)*1em;
}

.i-view-quote {
	font-size:(26/10)*1rem;
	width:(29/26)*1em;
}

.i-wallet {
	font-size:(36/10)*1rem;
	width:(41/36)*1em;
}

.i-warehouse {
	font-size:(38/10)*1rem;
	width:(41/38)*1em;
}

.i-web-factor-center-white {
	font-size:(19/10)*1rem;
	width:(118/19)*1em;
}

.i-weight {
	font-size:(71/10)*1rem;
	width:(93/71)*1em;
}

.i-whatsapp {
	font-size:(35/10)*1rem;
	width:(35/35)*1em;
}

.i-wheel-steel {
	font-size:(42/10)*1rem;
	width:(42/42)*1em;
}

.i-world {
	font-size:(31.416/10)*1rem;
	width:(31.416/31.416)*1em;
}

.i-youtube {
	font-size:(15/10)*1rem;
	width:(21/15)*1em;
}

.i-zamko-logo {
	font-size:(65/10)*1rem;
	width:(232/65)*1em;
}

.i-zamko-logo-white {
	font-size:(486/10)*1rem;
	width:(115/486)*1em;
}

/* -------------------------- *\
    .after_sprite
\* -------------------------- */

.i {
	transition: .3s ease;
}

.i.c1 {
	fill: #050D3B;
}

.i.c2 {
	fill: #0B1867;
}

.i {

}

.i-call.reda {
	font-size: 15rem;
	color: red;
}

.i-call {
	color: green;
	font-size: 50rem;
}

.i-bultag-logo {
	font-size: 200rem !important;
	color: red;
}

/* -------------------------- *\
    Plugins
\* -------------------------- */

/*@import "_flickity.css";*/

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide img
{
    display: block;
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
    color: #CCC; }

.mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }

.mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
    margin-top: -54px; }

.mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }

.mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }

.mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */

.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }

.mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*@import "_image-viewer-lightbox-previewer";*/

/* -------------------------- *\
    slick-theme.css
\* -------------------------- */

@charset 'UTF-8';

/* Slider */

.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */

@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}

[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-prev:before
{
    content: '<';
    transform: scale(2,1) !important;
}

[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: -25px;
}

[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slick-next:before
{
    content: '>';
    transform: scale(2,1) rotate(90deg) !important;
    color: red;
}

[dir='rtl'] .slick-next:before
{
    content: '<';
}

/* Dots */

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* -------------------------- *\
    NEW
\* -------------------------- */

/* -------------------------- *\
    .f
\* -------------------------- */

.f { 
	border-top: .4rem solid #F5F5F5;
	margin-top: auto;
	position: relative;
}

.f .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
}

.f .t {
	text-align: center;
	padding: 2.9rem 0 0;
}

.f .t .shell {
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 768px) {

	.f .t {
		text-align: left;
	}
}

.f .t .l {
	width: 100%;
}

@media (min-width: 600px) {

	.f .t .l {
		-ms-flex-pack: left;
		    justify-content: left;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: center;
		    justify-content: center;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media (min-width: 900px) {

	.f .t .l {
		width: calc(100% - 23rem);
		-ms-flex-pack: left;
		    justify-content: left;
	}
}

@media (min-width: 1120px) {

	.f .t .l {
		-ms-flex-align: end;
		    align-items: flex-end;
	}
}

.f .t .l a {
	margin-bottom: 2.4rem;
	display: inline-block;
	width: 21.5rem;
	height: 6.1rem;
}

.f .t .l a svg {
	width: 21.5rem;
	height: 6.1rem;
}

@media (min-width: 768px) {

	.f .t .l a {
		margin-bottom: 0;
	}
}

.f .t .l p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #0B1867;
	margin-bottom: 0;
	width: 100%;
}

@media (min-width: 768px) {

	.f .t .l p {
		width: calc(100% - 21.5rem);
		padding-left: 2rem;
		max-width: 62.1rem;/*padding-top: 2.2rem;*/
	}
}

@media (min-width: 1024px) {

	.f .t .l p {
		padding-left: 6.3rem;
	}
}

.f .t .r {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	margin-top: 2.4rem;
	width: 100%;
}

@media (min-width: 900px) {

	.f .t .r {
		margin-top: 0;
		width: 22.1rem;
	}
}

.f .t .r a {
	display: block;
}

.f .t .r a + a {
	padding-left: 2.9rem;
}

.f .t .r a svg {
	width: 2.1rem;
	height: 2.1rem;
	fill: rgba(0,0,0, .2);
}

.f .t .r a:hover .i-facebook {
	fill: #3a559f;
}

.f .t .r a:hover .i-linkedin {
	fill: #0177b7;
}

.f .t .r a:hover .i-twitter {
	fill: #50abf1;
}

.f .t .r a:hover .i-instagram {
	fill: #bf2c84;
}

.f .t .r a:hover .i-youtube {
	fill: #ff2500;
}

.f .m {
	padding: 4.4rem 0 1.4rem;
}

@media (min-width: 800px) {

	.f .m {
		padding: 6.6rem 0 5.1rem;
	}
}

.f .m .shell {
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.f .m h2,
		.f .m h3{
	font-weight: 700;
	font-size: 1.7rem;
	line-height: 2rem;
	color: #0B1867;
	margin-bottom: 1.3rem;
}

@media (min-width: 800px) {

	@media (max-width: 1024px) {

		.f .m h2,
		.f .m h3 {
			font-size: 1.4rem;
			line-height: 1.7rem;
		}
	}
}

@media (min-width: 1200px) {

	.f .m h2,
		.f .m h3 {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.f .m h3 {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin-bottom: 1.2rem;
}

@media (min-width: 800px) {

	@media (max-width: 1024px) {

		.f .m h3 {
			font-size: 1.2rem;
			line-height: 1.5rem;
		}
	}
}

@media (min-width: 1200px) {

	.f .m h3 {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
}

.f .m .column {
	margin-bottom: 3rem;
}

@media (min-width: 420px) {

	.f .m .column {
		width: calc(50% - .65rem);
	}

	.f .m .column:nth-of-type(3) {
		width: calc(60% - .65rem);
	}

	.f .m .column:nth-of-type(4) {
		width: calc(40% - .65rem);
	}

	.f .m .column:nth-of-type(5) {
		width: 100%;
	}
}

@media (min-width: 600px) {

	.f .m .column {
		width: calc(33.33% - .65rem);
		-ms-flex-order: 1;
		    order: 1;
	}

	.f .m .column:nth-of-type(2) {
		-ms-flex-order: 2;
		    order: 2;
	}

	.f .m .column:nth-of-type(3) {
		width: calc(50% - .65rem);
		-ms-flex-order: 4;
		    order: 4;
	}

	.f .m .column:nth-of-type(4) {
		width: calc(26% - .65rem);
		-ms-flex-order: 3;
		    order: 3;
	}

	.f .m .column:nth-of-type(5) {
		width: calc(50% - .65rem);
		-ms-flex-order: 5;
		    order: 5;
	}
}

@media (min-width: 800px) {

	.f .m .column {
		width: auto;
		-ms-flex-order: 1;
		    order: 1;
		margin-bottom: 0;
	}

	.f .m .column:nth-of-type(2) {
		-ms-flex-order: 2;
		    order: 2;
	}

	.f .m .column:nth-of-type(3) {
		width: auto;
		-ms-flex-order: 3;
		    order: 3;
	}

	.f .m .column:nth-of-type(4) {
		width: auto;
		-ms-flex-order: 4;
		    order: 4;
	}

	.f .m .column:nth-of-type(5) {
		width: auto;
		-ms-flex-order: 5;
		    order: 5;
	}

	.f .m .column + .column {
		padding-left: 1rem;
	}
}

@media (min-width: 1024px) {

	.f .m .column + .column {
		padding-left: 2rem;
	}
}

@media (min-width: 1200px) {

	.f .m .column + .column {
		padding-left: 4.8rem;
	}
}

.f .m .column a,
			.f .m .column p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #0B1867;
	display: block;
}

.f .m .column a:hover, .f .m .column p:hover {
	text-decoration: underline;
}

.f .m .column a + a, .f .m .column p + a {
	margin-top: 1.2rem;
}

.f .m .column a + h3, .f .m .column p + h3 {
	margin-top: 1.2rem;
}

@media (min-width: 800px) {

	@media (max-width: 1024px) {

		.f .m .column a,
			.f .m .column p {
			font-size: 1.2rem;
			line-height: 1.5rem;
		}
	}
}

@media (min-width: 1200px) {

	.f .m .column a,
			.f .m .column p {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
}

.f .m .column ul {
	margin-bottom: 0;
}

.f .m .column ul li + li {
	margin-top: 1.2rem;
}

.f .m .column p {
	margin-bottom: 0;
}

.f .m .column p:hover {
	text-decoration: none;
}

.f .m .column p span {
	display: block;
	margin-top: 1.2rem;
}

.f .b {
	background: #050D3B;
	padding: 1.4rem 0;
}

@media (min-width: 800px) {

	.f .b {
		padding: 1.1rem 0;
	}
}

@media (min-width: 800px) {

	.f .b .shell {
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

.f .b p {
	margin-bottom: 0;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.9rem;
	font-weight: 500;
}

@media (min-width: 420px) {

	.f .b p {
		width: auto;
	}

	.f .b p:first-of-type {
		width: 100%;
	}
}

@media (min-width: 800px) {

	.f .b p:first-of-type {
		width: auto;
	}
}

.f .b p + p {
	margin-top: .7rem;
}

@media (min-width: 800px) {

	.f .b p + p {
		margin-top: 0;
	}
}

.f .b p a {
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.f .b p a:hover {
	text-decoration: underline;
}

@media (min-width: 800px) {

	.f .b p a span {
		display: none;
	}
}

@media (min-width: 420px) {

	.f .b p a {
		margin-left: .5rem;
	}
}

.f .b p a svg {
	width: 11.9rem;
	height: 2rem;
	fill: #fff;
	margin-top: .5rem;
}

@media (min-width: 361px) {

	.f .b p a svg {
		margin-top: 0;
		margin-left: .5rem;
	}
}

/* -------------------------- *\
    .h
\* -------------------------- */

html.exp {
	overflow: hidden;
}

/*body {
	background: red;
}*/

.black-bg {
	background: rgba(0,0,0, .5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.black-bg.exp {
	opacity: 1;
	visibility: visible;
	z-index: 10;
}

.h { 
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
	transition: .3s ease;
}

.h .t {
	background: #0B1867;
	padding: 1.1rem 0;
	height: 4.1rem;
}

@media (min-width: 768px) {

	.h .t {
		padding: 0;
	}
}

.h .t .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding: 0 2rem;
	max-width: 121.1rem;
}

@media (min-width: 420px) {

	.h .t .shell {
		padding: 0 3.6rem;
	}
}

@media (min-width: 620px) {

	.h .t .shell {
		position: relative;
	}
}

@media (min-width: 1220px) {

	.h .t .shell {
		padding: 0 3rem 0 0;
	}
}

.h .t .nav {
	display: none;
}

@media (min-width: 768px) {

	.h .t .nav {
		display: block;
	}
}

.h .t .nav ul {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.h .t .nav ul li a {
	padding: 1.1rem 1rem 1.2rem;
	color: #fff;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	display: block;
}

.h .t .nav ul li a:hover {
	background: #fff;
	color: #0B1867;
}

.h .t .lang {
	position: absolute;
	top: 11.6rem;
	right: 0;
	width: 6.3rem;
	height: 5.2rem;
}

.h .t .lang.hide {
	z-index: -1;
}

.h .t .lang.hide2 {
	display: none;
}

.h .t .lang .wpml-ls-legacy-list-horizontal {
	padding: 0;
	border: 0;
}

.h .t .lang .wpml-ls-legacy-list-horizontal a {
	padding: 0;
}

.h .t .lang .wpml-ls-legacy-list-horizontal >ul {
	height: 5.2rem;
}

@media (min-width: 620px) {

	.h .t .lang .wpml-ls-legacy-list-horizontal >ul {
		height: 4.1rem;
	}
}

@media (min-width: 620px) {

	.h .t .lang {
		width: auto;
		height: 4.1rem;
		top: -1.1rem;
		right: 3.6rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media (min-width: 768px) {

	.h .t .lang {
		top: 0;
	}
}

@media (min-width: 1220px) {

	.h .t .lang {
		right: 3rem;
	}
}

.h .t .lang span {
	display: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

@media (min-width: 900px) {

	.h .t .lang span {
		display: inline-block;
		font-weight: 600;
		font-size: 1.5rem;
		line-height: 1.8rem;
		color: #fff;
		margin-right: 1.9rem;
	}
}

.h .t .lang a {
	display: block;
	width: 6.3rem;
	height: 5.2rem;
	background: rgba(255,255,255, .9);
	position: relative;
}

.h .t .lang a.active {
	background: #fff;
}

@media (min-width: 620px) {

	.h .t .lang a {
		height: 4.1rem;
		width: 5rem;
		background: transparent;
	}
}

.h .t .lang a img {
	width: 3.2rem;
	height: 2.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-object-fit: contain;
	   object-fit: contain;
}

@media (min-width: 620px) {

	.h .t .lang a img {
		width: 2.5rem;
		height: 1.7rem;
	}
}

.h .t .lang a:hover {
	background: #F5F5F5;
}

@media (min-width: 620px) {

	.h .t .lang a:hover {
		background: #fff;
	}
}

.h .t .lang ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.h .t .lang li.wpml-ls-current-language {
	z-index: 1;
	position: relative;
	-ms-flex-order: 1;
	    order: 1;
}

@media (min-width: 620px) {

	.h .t .lang li.wpml-ls-current-language a {
		background: #fff;
	}
}

.h .t .lang li:not(.wpml-ls-current-language) {
	-ms-flex-order: 2;
	    order: 2;
}

@media (max-width: 620px) {

	.h .t .lang li:not(.wpml-ls-current-language) {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-5rem);
		transition: .3s ease;
		z-index: -1;
		position: relative;
	}
}

@media (min-width: 620px) {

	.h .t .lang li:not(.wpml-ls-current-language) {
		display: block;
	}
}

.h .t .lang .wpml-ls-current-language {
	cursor: pointer;
}

@media (max-width: 620px) {

	.h .t .lang .wpml-ls-current-language a {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

@media (max-width: 620px) {

	.h .t .lang.expanded li:not(.wpml-ls-current-language) {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		z-index: 1;
	}
}

.h .t .phone,
		.h .t .mail {
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 768px) {

	.h .t .phone,
		.h .t .mail {
		display: none;
	}
}

.h .t .phone svg, .h .t .mail svg {
	width: 1.9rem;
	height: 1.9rem;
	fill: #fff;
	margin-right: 1rem;
}

@media (min-width: 420px) {

	.h .t .phone,
		.h .t .mail {
		font-size: 1.5rem;
		line-height: 1.9rem;
	}
}

.h .t .phone:hover, .h .t .mail:hover {
	text-decoration: underline;
}

.h .t .mail {
	padding-left: 1rem;
}

.h .t .mail svg {
	width: 2.2rem;
	height: 1.6rem;
}

@media (min-width: 420px) {

	.h .t .mail {
		padding-left: 2.7rem;
	}
}

.h .m {
	background: #fff;
	padding: .8rem 0 1.4rem;
	position: relative;
	z-index: 5;
}

@media (min-width: 600px) {

	.h .m {
		padding: 1.1rem 0;
	}
}

@media (min-width: 900px) {

	.h .m {
		padding: 1.2rem 0;
	}
}

.h .m .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: 0 1.2rem 0 1.5rem;
	max-width: 121rem;
}

@media (min-width: 768px) {

	.h .m .shell {
		padding: 0 2rem;
	}
}

@media (min-width: 1220px) {

	.h .m .shell {
		padding: 0;
	}
}

.h .m .logo {
	width: 18.4rem;
	height: 5.3rem;
	display: block;
}

.h .m .logo svg {
	width: 18.4rem;
	height: 5.3rem;
}

@media (min-width: 900px) {

	.h .m .logo svg {
		width: 23.4rem;
		height: 6.7rem;
	}
}

@media (min-width: 900px) {

	.h .m .logo {
		width: 23.4rem;
		height: 6.7rem;
	}
}

.h .m .r {
	width: calc(100% - 18.4rem);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	padding-left: 1rem;
	-ms-flex-pack: right;
	    justify-content: right;
}

/*justify-content: space-between;*/

@media (min-width: 900px) {

	.h .m .r {
		width: calc(100% - 23.4rem);
	}
}

.h .m .r div {
	display: none;
}

@media (min-width: 768px) {

	.h .m .r div {
		display: inline-block;
		padding-left: 1.4rem;
	}

	.h .m .r div .phone,
					.h .m .r div .mail {
		font-weight: 700;
		font-size: 1.1rem;
		line-height: 1.8rem;
		color: #0B1867;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}

	.h .m .r div .phone svg, .h .m .r div .mail svg {
		width: 1.5rem;
		height: 1.5rem;
		fill: #0B1867;
		margin-right: 1rem;
	}

	@media (min-width: 920px) {

		.h .m .r div .phone,
					.h .m .r div .mail {
			font-size: 1.3rem;
		}
	}

	@media (min-width: 990px) {

		.h .m .r div .phone,
					.h .m .r div .mail {
			font-size: 1.5rem;
		}

		.h .m .r div .phone svg, .h .m .r div .mail svg {
			width: 1.9rem;
			height: 1.9rem;
		}
	}

	@media (min-width: 1024px) {

		@media (max-width: 1165px) {

			.h .m .r div .phone,
					.h .m .r div .mail {
				font-size: 1.3rem;
			}
		}
	}

	.h .m .r div .phone:hover, .h .m .r div .mail:hover {
		transform: scale(1.1);
	}

	.h .m .r div .mail {
		margin-top: .5rem;
	}

	@media (min-width: 990px) {

		.h .m .r div .mail {
			margin-top: .8rem;
		}
	}

	.h .m .r div .mail svg {
		width: 1.8rem;
		height: 1.2rem;
	}

	@media (min-width: 990px) {

		.h .m .r div .mail svg {
			width: 2.2rem;
			height: 1.6rem;
		}
	}
}

@media (min-width: 900px) {

	.h .m .r div {
		padding-left: 2.4rem;
	}
}

.h .m .r .search_block {
	position: absolute;
	top: 11.6rem;
	left: 0;
	transform: translateY(-100%);
	background: #fff;
	width: 100%;
	transition: .3s ease;
	display: block;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

.h .m .r .search_block.show {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

@media (min-width: 768px) {

	.h .m .r .search_block {
		opacity: 1;
		visibility: visible;
		z-index: 1;
		background: transparent;
		top: 0;
		transform: translateY(0);
	}
}

.h .m .r .search_block form {
	position: relative;
	padding: 2.2rem 2.6rem 2.1rem 3.4rem;
}

@media (min-width: 768px) {

	.h .m .r .search_block form {
		padding: 0;
	}
}

.h .m .r .search_block form input[type="search"] {
	width: calc(100% - 4.6rem);
	border: 0;
	border-bottom: .1rem solid #0B1867;
	padding: 0 0 .5rem;
	background: #fff;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #0B1867;
	font-family: 'Montserrat', sans-serif;
	transition: .3s ease;
}

.h .m .r .search_block form input[type="search"]:-ms-input-placeholder {
	color: #0B1867;
}

.h .m .r .search_block form input[type="search"]::placeholder {
	color: #0B1867;
}

.h .m .r .search_block form input[type="search"]:focus {
	padding: 0 0 .5rem 1rem;
}

@media (min-width: 768px) {

	.h .m .r .search_block form input[type="search"] {
		width: 100%;
		border: .09rem solid #979797;
		border-radius: .9rem;
		padding: 1rem 8rem 1rem 1rem;
		color: #7b7b7b;
	}

	.h .m .r .search_block form input[type="search"]:-ms-input-placeholder {
		color: #7b7b7b;
	}

	.h .m .r .search_block form input[type="search"]::placeholder {
		color: #7b7b7b;
	}

	.h .m .r .search_block form input[type="search"]:focus {
		border: .09rem solid #0B1867;
		padding: 1rem 8rem 1rem 2rem;
	}
}

@media (min-width: 1220px) {

	.h .m .r .search_block form input[type="search"] {
		padding: 1.7rem 10.5rem 1.8rem 2.4rem;
	}

	.h .m .r .search_block form input[type="search"]:focus {
		padding: 1.7rem 10.5rem 1.8rem 3.4rem;
	}
}

.h .m .r .search_block form label {
	position: relative;
}

.h .m .r .search_block form label:before {
	content: '';
	width: 2rem;
	height: 3rem;
	background: #fff;
	top: 49%;
	right: -.6rem;
	position: absolute;
	transform: translateY(-50%);
}

@media (min-width: 768px) {

	.h .m .r .search_block form label:before {
		top: 50%;
		right: 10rem;
	}
}

@media (min-width: 1220px) {

	.h .m .r .search_block form label:before {
		right: 12.5rem;
	}
}

.h .m .r .search_block form button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2.6rem;
	border: 0;
	background: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	transition: .3s ease;
	cursor: pointer;
}

.h .m .r .search_block form button svg {
	width: 2.1rem;
	height: 2.1rem;
	margin-right: 1rem;
	fill: #0B1867;
}

.h .m .r .search_block form button:hover svg {
	transform: scale(1.1);
}

.h .m .r .search_block form button span {
	display: none;
}

@media (min-width: 768px) {

	.h .m .r .search_block form button {
		top: 0;
		right: 0;
		transform: translateY(0);
		padding: 1rem 1rem .9rem;
		border-radius: 0 .9rem .9rem 0;
		background: #0B1867;
		color: #fff;
		font-weight: 600;
		font-size: 1.5rem;
		line-height: 1.8rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		width: 10rem;
	}

	.h .m .r .search_block form button svg {
		fill: #fff;
	}

	.h .m .r .search_block form button span {
		display: inline-block;
	}

	.h .m .r .search_block form button:hover {
		background: #050D3B;
	}

	.h .m .r .search_block form button:hover svg {
		transform: scale(1);
	}
}

@media (min-width: 1220px) {

	.h .m .r .search_block form button {
		padding: 1.7rem 1.9rem;
		width: 12.3rem;
	}
}

@media (min-width: 768px) {

	.h .m .r .search_block {
		display: inline-block;
		position: relative;
		padding: 0;
		width: 49%;
		max-width: 54.3rem;
	}
}

@media (min-width: 1110px) {

	.h .m .r .search_block {
		width: 54%;
	}
}

@media (min-width: 1250px) {

	.h .m .r .search_block {
		width: 100%;
	}
}

.h .m .r .search_btn {
	width: 2rem;
	height: 2rem;
	cursor: pointer;
	transition: .3s ease;
}

@media (min-width: 360px) {

	.h .m .r .search_btn {
		width: 3rem;
		height: 3rem;
	}
}

@media (min-width: 768px) {

	.h .m .r .search_btn {
		display: none;
	}
}

.h .m .r .search_btn svg {
	width: 2rem;
	height: 2rem;
	fill: #0B1867;
}

@media (min-width: 360px) {

	.h .m .r .search_btn svg {
		width: 3rem;
		height: 3rem;
	}
}

.h .m .r .search_btn:hover {
	transform: scale(1.1);
}

.h .m .r .request {
	padding-left: 1rem;
	height: 2.5rem;
	transition: .3s ease;
	position: relative;
}

@media (min-width: 420px) {

	.h .m .r .request {
		padding-left: 2.4rem;
		height: 3rem;
	}
}

@media (min-width: 768px) {

	@media (max-width: 900px) {

		.h .m .r .request {
			padding-left: 1.4rem;
		}
	}
}

@media (min-width: 1024px) {

	.h .m .r .request {
		height: auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		background: #238FCD;
		border-radius: 1rem;
		padding: 1rem 1rem .9rem;
		margin-left: 2.4rem;
		width: 18rem;
		min-height: 5.5rem;
		position: relative;
		transition: .3s ease;
		overflow: hidden;
	}

	.h .m .r .request:before {
		content: '';
		width: 0;
		height: 100%;
		background: rgba(0,0,0, .2);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: 1rem;
		opacity: 0;
		transition: .3s ease;
	}
}

.h .m .r .request .ic {
	position: relative;
	width: 3.3rem;
	height: 2.5rem;
	display: block;
	transition: .3s ease;
}

@media (min-width: 420px) {

	.h .m .r .request .ic {
		width: 4.3rem;
		height: 3.5rem;
	}
}

@media (min-width: 1024px) {

	.h .m .r .request .ic {
		filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
		width: 3.8rem;
		height: 2.6rem;
	}
}

.h .m .r .request .ic svg {
	width: 2.3rem;
	height: 1.9rem;
	fill: #0B1867;
}

@media (min-width: 360px) {

	.h .m .r .request .ic svg {
		width: 3.3rem;
		height: 2.9rem;
	}
}

@media (min-width: 1024px) {

	.h .m .r .request .ic svg {
		fill: #fff;
		width: 2.9rem;
		height: 2.6rem;
	}
}

.h .m .r .request .ic span {
	width: 1.5rem;
	height: 1.5rem;
	background: #FE4A1C;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: -.5rem;
	right: 0;
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.8rem;
	text-shadow: 0 .2rem .5rem rgba(0,0,0, .5);
	color: #fff;
}

@media (min-width: 360px) {

	.h .m .r .request .ic span {
		width: 2rem;
		height: 2rem;
		font-size: 1.2rem;
		line-height: 2.1rem;
	}
}

@media (min-width: 1024px) {

	.h .m .r .request .ic span {
		width: 1.7rem;
		height: 1.7rem;
		font-size: 1rem;
		line-height: 1.8rem;
	}
}

.h .m .r .request .ic-t {
	display: none;
	position: relative;
	min-width: 12.1rem;
}

@media (min-width: 1024px) {

	.h .m .r .request .ic-t {
		display: inline-block;
		filter: none;/*width: calc(100% - 3.8rem);*/
		font-weight: 600;
		font-size: 1.3rem;
		line-height: 1.8rem;
		color: #fff;
		text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
		padding-left: .5rem;
		height: auto;
		transition: .3s ease;
	}

	.h .m .r .request .ic-t .sh {
		transition: all .4s ease-out;
		position: relative;
		top: 0;
		width: 100%;
	}

	.h .m .r .request .ic-t .vc {
		position: absolute;
		top: 6rem;
		left: .5rem;
		width: 100%;
		transition: all .4s ease-out;
	}
}

@media (min-width: 1200px) {

	.h .m .r .request .ic-t {
		font-size: 1.5rem;
	}
}

/*.ic {
						transform: scale(1.1);

						@mixin min 1024 {
							transform: scale(1);
						}
					}*/

.h .m .r .request:hover:before {
	width: 100%;
	opacity: 1;
}

/*justify-content: center;*/

.h .m .r .request:hover .sh {
	position: absolute;
	top: -6rem;
	left: .5rem;
}

.h .m .r .request:hover .vc {
	position: relative;
	top: 0;
}

.h .m .r .burger {
	z-index: 10;
	position: relative;
	display: block;
	cursor: pointer;
	margin-left: 1rem;
	width: 3rem;
	height: 2.4rem;
}

@media (min-width: 360px) {

	.h .m .r .burger {
		width: 3.2rem;
	}
}

@media (min-width: 420px) {

	.h .m .r .burger {
		margin-left: 2.4rem;
	}
}

@media (min-width: 768px) {

	@media (max-width: 900px) {

		.h .m .r .burger {
			margin-left: 1.4rem;
		}
	}
}

@media (min-width: 1024px) {

	.h .m .r .burger {
		display: none;
	}
}

.h .m .r .burger:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3.2rem;
	height: 3.2rem;
	transform: translate(-50%, -50%);
}

.h .m .r .burger span {
	position: absolute;
	display: block;
	width: 3rem;
	height: 0.3rem;
	background: #0B1867;
	transition: .3s ease;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 360px) {

	.h .m .r .burger span {
		width: 3.2rem;
	}
}

.h .m .r .burger span:before,
		    	    .h .m .r .burger span:after {
	content: '';
	position: absolute;
	top: -1rem;
	left: 0;
	width: 100%;
	height: .3rem;
	background: #0B1867;
	transform-origin: center;
	transition: .3s ease;
}

.h .m .r .burger span:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: -1rem;
}

.h .m .r .burger:hover span {
	background: transparent;
}

.h .m .r .burger:hover span:before,
    			    	.h .m .r .burger:hover span:after {
	top: -.5rem;
}

.h .m .r .burger:hover span:after {
	top: auto;
	bottom: -.5rem;
}

.h .m .r .burger--open span {
	background: transparent;
}

.h .m .r .burger--open span:before,
    			    	.h .m .r .burger--open span:after {
	transform: rotate(45deg);
	top: 0;
	bottom: 0;
}

.h .m .r .burger--open span:after {
	transform: rotate(-45deg);
}

.h .m .r .burger--open:hover span:before,
			    			.h .m .r .burger--open:hover span:after {
	top: 0;
	bottom: 0;
}

.h .b {
	transform: translateX(-100%);
	transition: .3s ease;
	background: #fff;
	position: absolute;
	top: 11.6rem;
}

/*height: calc(100vh - 11.6rem);
		height: 100vh;*/

@media (min-width: 900px) {

	.h .b {
		top: 13.2rem;
	}
}

.h .b.show {
	transform: translateX(0);
	z-index: 5;
}

@media (min-width: 1024px) {

	.h .b {
		position: relative;
		z-index: 1;
		top: 0;
		transform: translateX(0);
		background: #F5F5F5;
	}
}

.h .b .nav {
	margin-bottom: 0;
	background: #fff;
	width: 100vw;
	list-style-type: none;
	list-style-position: inside;
	height: 100vh;
	height: calc(100vh - 16rem);
	overflow-y: scroll;
	overflow-x: hidden;
	max-width: 42.8rem;
	position: relative;
	z-index: 10;
}

@media (min-width: 900px) {

	.h .b .nav {
		height: calc(100vh - 18rem);
	}
}

@media (max-width: 1024px) {

	.h .b .nav::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
	}

	.h .b .nav::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 0rem;
		cursor: pointer;
	}

	.h .b .nav::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
	}

	.h .b .nav::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #238FCD;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
	}

	.h .b .nav::-webkit-scrollbar-track {
		background: #F5F5F5;
		transition: .3s ease;
	}

	.h .b .nav::-webkit-scrollbar-thumb:active {
		cursor: pointer;
	}

	.h .b .nav:hover::-webkit-scrollbar-thumb {
		background: #238FCD;
		opacity: 1;
	}

	.h .b .nav:hover::-webkit-scrollbar-thumb:hover {
		background: #238FCD;
	}

	.h .b .nav:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
}

@media (min-width: 1024px) {

	.h .b .nav {
		display: -ms-flexbox;
		display: flex;
		height: auto;
		max-width: 120rem;
		margin: 0 auto;
		width: 100%;
		overflow: inherit;
		-ms-flex-pack: center;
		    justify-content: center;
		background: #F5F5F5;
		position: relative;
		z-index: 1;
	}

	.h .b .nav:before,
				.h .b .nav:after {
		content: '';
		width: 100vw;
		height: 100%;
		background: #F5F5F5;
		position: absolute;
		top: 0;
		left: 0;
	}

	@media (min-width: 1024px) {

		@media (max-width: 1200px) {

			.h .b .nav:before,
				.h .b .nav:after {
				left: 0;
			}
		}
	}

	.h .b .nav:after {
		left: auto;
		right: -100%;
		z-index: -1;
	}
}

.h .b .nav li {
	position: relative;
}

@media (min-width: 1024px) {

	.h .b .nav li {
		z-index: 1;
	}
}

.h .b .nav li + li {
	margin-top: .9rem;
}

@media (min-width: 1024px) {

	.h .b .nav li + li {
		margin-top: 0;
	}
}

@media (max-width: 1024px) {

	.h .b .nav li {
		position: relative;
	}
}

.h .b .nav li a,
				.h .b .nav li .back {
	background: #F5F5F5;
	padding: 2.1rem 7.1rem 2.1rem 3.9rem;
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #0B1867;
	text-transform: uppercase;
}

@media (min-width: 1024px) {

	.h .b .nav li a,
				.h .b .nav li .back {
		padding: 2.4rem 2.5rem 2.5rem;
		font-size: 1.4rem;
		line-height: 1.8rem;
		position: relative;
	}

	.h .b .nav li a:before, .h .b .nav li .back:before {
		content: '';
		width: 0;
		height: .5rem;
		background: #FE4A1C;
		position: absolute;
		bottom: 0;
		left: 0;
		transition: .3s ease;
	}

	.h .b .nav li a:after, .h .b .nav li .back:after {
		content: '';
		width: .2rem;
		height: 2.1rem;
		background: #DFDFDF;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}

@media (min-width: 1200px) {

	.h .b .nav li a,
				.h .b .nav li .back {
		padding: 2.4rem 3.5rem 2.5rem;
		font-size: 1.5rem;
	}
}

.h .b .nav li a:hover, .h .b .nav li .back:hover {
	padding: 2.1rem 7.1rem 2.1rem 4.5rem;
}

@media (min-width: 1024px) {

	.h .b .nav li a:hover, .h .b .nav li .back:hover {
		padding: 2.4rem 2.5rem 2.5rem;
		background: #fff;
	}

	.h .b .nav li a:hover:before, .h .b .nav li .back:hover:before {
		width: 100%;
	}
}

@media (min-width: 1200px) {

	.h .b .nav li a:hover, .h .b .nav li .back:hover {
		padding: 2.4rem 3.5rem 2.5rem;
	}
}

.h .b .nav li:first-of-type a:after {
	content: none;
}

@media (min-width: 1024px) {

	.h .b .nav li .back {
		display: none;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1200px) {

		.h .b .nav li.has-children a {
			padding-right: 4rem;
		}
	}
}

.h .b .nav li .arrow,
				.h .b .nav li .arrow2,
				.h .b .nav li .arrow3 {
	position: absolute;
	top: 0;
	right: 0;
	width: 7.1rem;
	height: 6.4rem;
	background: #EEE;
	cursor: pointer;
	transition: .3s ease;
}

.h .b .nav li .arrow svg, .h .b .nav li .arrow2 svg, .h .b .nav li .arrow3 svg {
	width: 1.2rem;
	height: 1.6rem;
	fill: #FE4A1C;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.h .b .nav li .arrow:hover, .h .b .nav li .arrow2:hover, .h .b .nav li .arrow3:hover {
	background: #E2DFDF;
}

@media (min-width: 1024px) {

	@media (max-width: 1200px) {

		.h .b .nav li .arrow,
				.h .b .nav li .arrow2,
				.h .b .nav li .arrow3 {
			background: transparent;
			width: 4.1rem;
		}

		.h .b .nav li .arrow svg, .h .b .nav li .arrow2 svg, .h .b .nav li .arrow3 svg {
			transform: translate(-50%, -50%) rotate(90deg);
		}

		.h .b .nav li .arrow:hover, .h .b .nav li .arrow2:hover, .h .b .nav li .arrow3:hover {
			background: transparent;
		}
	}
}

@media (min-width: 1200px) {

	.h .b .nav li .arrow,
				.h .b .nav li .arrow2,
				.h .b .nav li .arrow3 {
		display: none;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1200px) {

		.h .b .nav li .arrow3 {
			height: 4.1rem;
			width: 3.1rem;
		}
	}
}

.h .b .nav li .back {
	position: relative;
	color: #FE4A1C;
	transition: .3s ease;
}

.h .b .nav li .back .arrow2 svg {
	transform: translate(-50%, -50%) rotate(180deg);
}

.h .b .nav li.best-sellers a span {
	position: relative;
	display: inline-block;
}

.h .b .nav li.best-sellers a span span {
	width: 2.1rem;
	height: 2.1rem;
	background: #FE4A1C;
	border-radius: 50%;
	position: absolute;
	top: -50%;
	right: -3rem;
}

.h .b .nav li.best-sellers a span span svg {
	width: 1.3rem;
	height: 1.6rem;
	fill: #fff;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {

	@media (max-width: 1200px) {

		.h .b .nav li.best-sellers a span span {
			width: 1.8rem;
			height: 1.8rem;
			right: -2rem;
		}
	}
}

@media (min-width: 1200px) {

	.h .b .nav li.best-sellers a span span {
		right: -2.5rem;
	}
}

@media (min-width: 1024px) {

	.h .b .nav li > div {
		background: #fff;
		width: 100vw;
		height: 16.1rem;
		position: fixed;
		top: -10.7rem;
		left: 0;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		transition: .3s ease;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1200px) {

		.h .b .nav li > div {/*width: 101vw;*/
		}
	}
}

.h .b .nav li .sub-menu,
				.h .b .nav li .sub-menu-2 {
	position: absolute;
	top: 0;
	left: 0;
	background: #FAFAFA;
	z-index: 5;
	height: calc(100vh - 11.6rem);
	transform: translateX(100%);
	transition: .3s ease;
	list-style-position: inside;
	list-style-type: none;
	width: 100vw;
	margin-bottom: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	max-width: 42.8rem;
}

@media (max-width: 1024px) {

	.h .b .nav li .sub-menu::-webkit-scrollbar, .h .b .nav li .sub-menu-2::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
	}

	.h .b .nav li .sub-menu::-webkit-scrollbar-button, .h .b .nav li .sub-menu-2::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 0rem;
		cursor: pointer;
	}

	.h .b .nav li .sub-menu::-webkit-scrollbar-button:hover, .h .b .nav li .sub-menu-2::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
	}

	.h .b .nav li .sub-menu::-webkit-scrollbar-thumb, .h .b .nav li .sub-menu-2::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #238FCD;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
	}

	.h .b .nav li .sub-menu::-webkit-scrollbar-track, .h .b .nav li .sub-menu-2::-webkit-scrollbar-track {
		background: #F5F5F5;
		transition: .3s ease;
	}

	.h .b .nav li .sub-menu::-webkit-scrollbar-thumb:active, .h .b .nav li .sub-menu-2::-webkit-scrollbar-thumb:active {
		cursor: pointer;
	}

	.h .b .nav li .sub-menu:hover::-webkit-scrollbar-thumb, .h .b .nav li .sub-menu-2:hover::-webkit-scrollbar-thumb {
		background: #238FCD;
		opacity: 1;
	}

	.h .b .nav li .sub-menu:hover::-webkit-scrollbar-thumb:hover, .h .b .nav li .sub-menu-2:hover::-webkit-scrollbar-thumb:hover {
		background: #238FCD;
	}

	.h .b .nav li .sub-menu:hover::-webkit-scrollbar-track, .h .b .nav li .sub-menu-2:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
}

.h .b .nav li .sub-menu a, .h .b .nav li .sub-menu-2 a {
	background: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	padding: 1rem 2rem .9rem 3.9rem;
	font-size: 1.5rem;
}

.h .b .nav li .sub-menu a div, .h .b .nav li .sub-menu-2 a div {
	width: 5rem;
	height: 6rem;
}

.h .b .nav li .sub-menu a div img, .h .b .nav li .sub-menu-2 a div img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.h .b .nav li .sub-menu a span, .h .b .nav li .sub-menu-2 a span {
	padding-left: 2.3rem;
	width: calc(100% - 5rem);
}

.h .b .nav li .sub-menu a + a, .h .b .nav li .sub-menu-2 a + a {
	margin-top: .9rem;
}

.h .b .nav li .sub-menu a:hover, .h .b .nav li .sub-menu-2 a:hover {
	color: #FE4A1C;
}

@media (min-width: 1024px) {

	.h .b .nav li .sub-menu {
		height: 16.1rem;
		overflow: auto;
		top: 0;
		display: -ms-flexbox;
		display: flex;
		max-width: 120rem;
		margin: 0 auto;
		left: 50%;
		transform: translate(-50%, 0);
		overflow: hidden;
	}

	@media (min-width: 1024px) {

		@media (max-width: 1200px) {

			.h .b .nav li .sub-menu {
				left: 0;
				transform: translate(0, 0);
			}
		}
	}

	.h .b .nav li .sub-menu:before {
		content: '';
		width: 100vw;
		height: 100%;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
	}

	.h .b .nav li .sub-menu a {
		-ms-flex-pack: center;
		    justify-content: center;
		width: 20%;
		padding: 1rem 0 0;
		font-size: 1.8rem;
	}

	.h .b .nav li .sub-menu a + a {
		margin-top: 0;
	}

	.h .b .nav li .sub-menu a:before,
							.h .b .nav li .sub-menu a:after {
		content: none;
	}

	.h .b .nav li .sub-menu a div {
		width: 13.9rem;
		height: 10.3rem;
		margin-bottom: 1.1rem;
	}

	.h .b .nav li .sub-menu a span {
		padding: .9rem;
		text-align: center;
		font-weight: 600;
		font-size: 1.4rem;
		line-height: 1.7rem;
		color: #050D3B;
		border-radius: 1rem 1rem 0 0;
		transition: .3s ease;
		display: block;
		width: 100%;
	}

	.h .b .nav li .sub-menu a:hover span {
		background: #238FCD;
		color: #fff;
		text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	}
}

.h .b .nav li .sub-menu-2 li {
	position: relative;
	top: 0;
	margin-top: .9rem;
}

.h .b .nav li .sub-menu-2 li a {
	padding: 2.1rem 7.1rem 2.1rem 3.9rem;
}

.h .b .nav li .sub-menu-2 li .sub-menu {
	position: relative;
	height: auto;
	transform: translateX(0);
	display: none;
}

.h .b .nav li .sub-menu-2 li .sub-menu li a {
	padding: 2.1rem 3.9rem 2.1rem 3.9rem;
}

@media (min-width: 1024px) {

	.h .b .nav li .sub-menu-2 li .sub-menu li a {
		padding: 1.1rem 1.1rem 1.2rem 2.3rem;
	}
}

.h .b .nav li .sub-menu-2 li.exp .sub-menu {
	display: block;
}

.h .b .nav li .sub-menu-2 li.exp .arrow3 svg {
	transform: translate(-50%, -50%) rotate(180deg);
}

@media (min-width: 1024px) {

	.h .b .nav li .sub-menu-2 {
		height: auto;
		width: auto;
		top: 100%;
		transform: translate(0, -10rem);
		background: transparent;
		min-width: 28.1rem;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		overflow: hidden;
	}

	.h .b .nav li .sub-menu-2.wid {
		width: 56.2rem;
		max-width: 56.2rem;
		height: 32.1rem;
	}

	.h .b .nav li .sub-menu-2 li {
		margin-top: 0;
		width: 28.1rem;
	}

	.h .b .nav li .sub-menu-2 li a {
		padding: 1.1rem 1.1rem 1.2rem 2.3rem;
		font-weight: 600;
		font-size: 1.4rem;
		line-height: 1.7rem;
		color: #0B1867;
		display: block;
	}

	.h .b .nav li .sub-menu-2 li a:after,
								.h .b .nav li .sub-menu-2 li a:before {
		content: none;
	}

	.h .b .nav li .sub-menu-2 li a:hover {
		background: #FE4A1C;
		color: #fff;
		text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	}

	.h .b .nav li .sub-menu-2 li.has-children {
		position: relative;
	}

	.h .b .nav li .sub-menu-2 li.has-children2:hover .sub-menu {
		display: block;
		position: absolute;
		width: 28.1rem;
		position: absolute;
		left: 100%;
		top: 0;
	}

	.h .b .nav li .sub-menu-2 li.has-children2:hover .sub-menu:before {
		content: none;
	}

	.h .b .nav li .sub-menu-2 li.has-children2:hover .sub-menu li a {
		width: 100%;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1200px) {

		.h .b .nav li .sub-menu-2.wid {
			height: 38.1rem;
		}
	}
}

@media (min-width: 1024px) {

	.h .b .nav li.sing {
		position: relative;
	}
}

@media (min-width: 1024px) {

	.h .b .nav li.sing.show-sub .sub-menu-2 {
		transform: translate(0, 0);
		opacity: 1;
		visibility: visible;
	}
}

.h .b .nav li.exp {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
}

.h .b .nav li.exp .sub-menu,
					.h .b .nav li.exp .sub-menu-2 {
	transform: translateX(0);
}

@media (min-width: 1024px) {

	@media (max-width: 1200px) {

		.h .b .nav li.exp {
			position: relative;
			top: auto;
			left: auto;
		}
	}
}

.h .b .nav li.has-children.show-sub >div {
	opacity: 1;
	visibility: visible;
	top: 6.7rem;
}

@media (min-width: 1024px) {

	.h .b .nav li.has-children.show-sub a {
		background: #fff;
	}

	.h .b .nav li.has-children.show-sub a:before {
		width: 100%;
	}
}

@media (min-width: 1024px) {

	.h .b .nav li.has-children.show-sub.exp {
		transform: translate(-50%, 0);
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1200px) {

		.h .b .nav li.has-children.show-sub.exp {
			transform: none;
		}
	}
}

.h--2 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.h--2.h--scroll .m {
	background: rgba(255,255,255, .9);
}

.h--2 .t p {
	margin-bottom: 0;
	padding: 0;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #fff;
}

@media (min-width: 768px) {

	.h--2 .t p {
		padding: 1.1rem 0 1.2rem;
	}
}

.h--2 .t .lang {
	position: absolute;
	top: 11.6rem;
	right: 0;
	width: 6.3rem;
	height: 5.2rem;
}

.h--2 .t .lang.hide {
	z-index: -1;
}

.h--2 .t .lang.hide2 {
	display: none;
}

.h--2 .t .lang .wpml-ls-legacy-list-horizontal {
	padding: 0;
	border: 0;
}

.h--2 .t .lang .wpml-ls-legacy-list-horizontal a {
	padding: 0;
}

.h--2 .t .lang .wpml-ls-legacy-list-horizontal >ul {
	height: 5.2rem;
}

@media (min-width: 620px) {

	.h--2 .t .lang .wpml-ls-legacy-list-horizontal >ul {
		height: 4.1rem;
	}
}

@media (min-width: 620px) {

	.h--2 .t .lang {
		width: auto;
		height: 4.1rem;
		top: -1.1rem;
		right: 3.6rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media (min-width: 768px) {

	.h--2 .t .lang {
		top: 0;
	}
}

@media (min-width: 1220px) {

	.h--2 .t .lang {
		right: 3rem;
	}
}

.h--2 .t .lang span {
	display: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

@media (min-width: 900px) {

	.h--2 .t .lang span {
		display: inline-block;
		font-weight: 600;
		font-size: 1.5rem;
		line-height: 1.8rem;
		color: #fff;
		margin-right: 1.9rem;
	}
}

.h--2 .t .lang a {
	display: block;
	width: 6.3rem;
	height: 5.2rem;
	background: rgba(255,255,255, .9);
	position: relative;
}

.h--2 .t .lang a.active {
	background: #fff;
}

@media (min-width: 620px) {

	.h--2 .t .lang a {
		height: 4.1rem;
		width: 5rem;
		background: transparent;
	}
}

.h--2 .t .lang a img {
	width: 3.2rem;
	height: 2.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-object-fit: contain;
	   object-fit: contain;
}

@media (min-width: 620px) {

	.h--2 .t .lang a img {
		width: 2.5rem;
		height: 1.7rem;
	}
}

.h--2 .t .lang a:hover {
	background: #F5F5F5;
}

@media (min-width: 620px) {

	.h--2 .t .lang a:hover {
		background: #fff;
	}
}

.h--2 .t .lang ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.h--2 .t .lang li.wpml-ls-current-language {
	z-index: 1;
	position: relative;
	-ms-flex-order: 1;
	    order: 1;
}

@media (min-width: 620px) {

	.h--2 .t .lang li.wpml-ls-current-language a {
		background: #fff;
	}
}

.h--2 .t .lang li:not(.wpml-ls-current-language) {
	-ms-flex-order: 2;
	    order: 2;
}

@media (max-width: 620px) {

	.h--2 .t .lang li:not(.wpml-ls-current-language) {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-5rem);
		transition: .3s ease;
		z-index: -1;
		position: relative;
	}
}

@media (min-width: 620px) {

	.h--2 .t .lang li:not(.wpml-ls-current-language) {
		display: block;
	}
}

@media (max-width: 620px) {

	.h--2 .t .lang:hover li:not(.wpml-ls-current-language) {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		z-index: 1;
	}
}

.h--2 .m .r div .phone svg, .h--2 .m .r div .mail svg {
	fill: #FE4A1C;
}

.h--2 .m .r div .phone {
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 2.6rem;
}

.h--2 .m .r div .mail {
	-ms-flex-pack: right;
	    justify-content: right;
}

.h--2 .m .r .burger {
	display: none;
}

.h--2 .b {
	background: #fff;
	text-align: right;
}

@media (max-width: 1024px) {

	.h--2 .b {
		position: relative;
		z-index: 1;
		top: 0;
		transform: translateX(0);
	}
}

.h--2 .b .shell {
	position: relative;
}

.h--2 .b .offer-counter {
	position: absolute;
	left: 2rem;
	max-width: 25rem;
	min-width: 25rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	background: rgba(255,255,255, .8);
	border-radius: 1.5rem;
	border: .2rem solid #238FCD;
	padding: .9rem 1rem 1.4rem;
	text-align: center;
	font-weight: 600;
	font-size: 2.3rem;
	line-height: 3.5rem;
	color: #FE4A1C;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	animation: opacity 1s forwards 1.8s;
	opacity: 0;
}

@media (min-width: 620px) {

	.h--2 .b .offer-counter {
		right: 1.2rem;
		left: auto;
	}
}

@media (min-width: 768px) {

	.h--2 .b .offer-counter {
		right: 2rem;
	}
}

@media (min-width: 1024px) {

	.h--2 .b .offer-counter {
		font-size: 4.3rem;
		line-height: 5.2rem;
		max-width: 36rem;
		min-width: 36rem;
		padding: .9rem 4.2rem 1.4rem;
	}
}

@media (min-width: 1220px) {

	.h--2 .b .offer-counter {
		right: 0;
	}
}

.h--2 .b .offer-counter i {
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #238FCD;
	text-shadow: none;
	font-style: normal;
	display: block;
}

.h--2 .b .offer-counter div:nth-of-type(1) {
	display: none;
}

.h--2 .b .offer-counter.red {
	text-transform: uppercase;
	text-shadow: none;
	color: red;
	-ms-flex-align: center;
	    align-items: center;
	min-height: 5rem;
	padding: 1.4rem;
	text-align: center;
	-ms-flex-pack: center;
	    justify-content: center;
	border-color: red;
}

.h--2 .b .offer-counter.red h4 {
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.6rem;
}

@media (min-width: 1024px) {

	.h--2 .b .offer-counter.red h4 {
		font-size: 2.3rem;
	}
}

.h--scroll {
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

@media (min-width: 1024px) {

	.h--scroll {
		transform: translateY(-67%);
	}
}

.h--bg {
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.h--2 {
	box-shadow: none;
}

@media (min-width: 1024px) {

	.h--2 {
		transform: translateY(0);
	}
}

.h--2--bg {
	box-shadow: none;
}

@keyframes opacity {
  0% {
    transform: translateX(3rem); opacity: 0;
  }
  
  100% {
    transform: translateX(0); opacity: 1;
  }
}

/* -------------------------- *\
    .benefits 
\* -------------------------- */

.benefits {
	padding: 1.3rem 0 1.2rem 1.8rem;
}

@media (min-width: 1210px) {

	.benefits {
		padding: 1.2rem 0 1.4rem;
	}
}

.benefits .shell {
	overflow-x: scroll;
	overflow-y: hidden;
	padding: .5rem;
	max-width: 121rem;
}

@media (max-width: 1210px) {

	.benefits .shell::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
	}

	.benefits .shell::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 0rem;
		cursor: pointer;
	}

	.benefits .shell::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
	}

	.benefits .shell::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #238FCD;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
	}

	.benefits .shell::-webkit-scrollbar-track {
		background: #F5F5F5;
		transition: .3s ease;
	}

	.benefits .shell::-webkit-scrollbar-thumb:active {
		cursor: pointer;
	}

	.benefits .shell:hover::-webkit-scrollbar-thumb {
		background: #238FCD;
		opacity: 1;
	}

	.benefits .shell:hover::-webkit-scrollbar-thumb:hover {
		background: #238FCD;
	}

	.benefits .shell:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
}

@media (min-width: 1210px) {

	.benefits .shell {
		overflow: hidden;
	}
}

.benefits .grid {
	display: -ms-flexbox;
	display: flex;
	width: 120rem;
}

.benefits .grid div {
	width: 29.1rem;
	background: #fff;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border-radius: 1rem;
	padding: 1.9rem .5rem 1.8rem 2.5rem;
	display: -ms-flexbox;
	display: flex;
}

.benefits .grid div svg {
	fill: #0B1867;
}

.benefits .grid div + div {
	margin-left: 1.5rem;
}

.benefits .grid div svg {
	width: 3.5rem;
	height: 3.6rem;
}

.benefits .grid div h2 {
	width: calc(100% - 3.5rem);
	padding-left: 2rem;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-transform: uppercase;
	color: #0B1867;
}

.benefits .grid div h2 span {
	display: block;
	margin-top: .4rem;
	text-transform: none;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
}

/* -------------------------- *\
    .search_section
\* -------------------------- */

.search_section {
	background: #F5F5F5;
	padding: 0;
	position: relative;
	padding: 3.4rem 0 3.5rem;
	text-align: center;
}

@media (min-width: 600px) {

	.search_section {
		padding: 4rem 0 5.3rem;
	}
}

@media (min-width: 1024px) {

	.search_section {/*overflow: hidden;*/
	}

	.search_section:before,
		.search_section:after {
		content: '';
		width: 70rem;
		height: 5rem;
		position: absolute;
		top: -1.2rem;
		left: -30%;
		z-index: 1;
		background: #fff;
		transform: skewX(-50deg);
	}

	@media (min-width: 1200px) {

		.search_section:before,
		.search_section:after {
			left: -25%;
		}
	}

	@media (min-width: 1450px) {

		.search_section:before,
		.search_section:after {
			left: -10%;
		}
	}

	.search_section:after {
		left: auto;
		right: -30%;
		transform: skewX(50deg);
	}

	@media (min-width: 1200px) {

		.search_section:after {
			right: -25%;
		}
	}

	@media (min-width: 1450px) {

		.search_section:after {
			right: -10%;
		}
	}
}

.search_section .b_decoration {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

@media (min-width: 1024px) {

	.search_section .b_decoration {
		display: block;
	}

	.search_section .b_decoration:before,
			.search_section .b_decoration:after {
		content: '';
		width: 70rem;
		height: 5rem;
		position: absolute;
		bottom: -1.2rem;
		left: -45%;
		z-index: 1;
		background: #fff;
		transform: skewX(50deg);
	}

	@media (min-width: 1200px) {

		.search_section .b_decoration:before,
			.search_section .b_decoration:after {
			left: -33%;
		}
	}

	@media (min-width: 1450px) {

		.search_section .b_decoration:before,
			.search_section .b_decoration:after {
			left: -20%;
		}
	}

	.search_section .b_decoration:after {
		left: auto;
		right: -45%;
		transform: skewX(-50deg);
	}

	@media (min-width: 1200px) {

		.search_section .b_decoration:after {
			right: -33%;
		}
	}

	@media (min-width: 1450px) {

		.search_section .b_decoration:after {
			right: -20%;
		}
	}
}

.search_section h2 {
	text-align: center;
	font-weight: 700;
	font-size: 2.7rem;
	line-height: 3.3rem;
	text-transform: uppercase;
	color: #0B1867;
	margin-bottom: .5rem;
}

.search_section h2 svg {
	width: 5.8rem;
	height: 5.6rem;
	display: block;
	margin: 0 auto .8rem;
}

@media (min-width: 600px) {

	.search_section h2 {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		    align-items: center;
		-ms-flex-pack: center;
		    justify-content: center;
		margin-bottom: 1.3rem;
	}

	.search_section h2 svg {
		display: inline-block;
		margin: 0 1.1rem 0 0;
	}
}

.search_section p {
	margin-bottom: 0;
	text-align: center;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
}

.search_section .search_box {
	margin-top: 1.2rem;
	text-align: left;
}

@media (min-width: 600px) {

	.search_section .search_box {
		margin-top: 3rem;
	}
}

.search_section .search_box form {
	max-width: 97rem;
	margin: 0 auto;
}

@media (min-width: 600px) {

	.search_section .search_box form {
		display: -ms-flexbox;
		display: flex;
	}
}

.search_section .search_box .custom-dropdown {
	position: relative;
	margin-bottom: 2rem;
}

.search_section .search_box .custom-dropdown select {
	display: none;
}

@media (min-width: 600px) {

	.search_section .search_box .custom-dropdown {
		width: 25%;
		margin-bottom: 0;
	}

	.search_section .search_box .custom-dropdown + .custom-dropdown {
		margin-left: 1rem;
	}
}

@media (min-width: 900px) {

	.search_section .search_box .custom-dropdown + .custom-dropdown {
		margin-left: 2rem;
	}
}

.search_section .search_box .select-selected {
	border: 0;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	padding: 1.8rem 3rem 1.9rem 2.2rem;
	font-size: 1.5rem;
	line-height: 1.8rem;
	font-weight: 600;
	color: #7B7B7B;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 5.5rem;
	cursor: pointer;
	width: 100%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.search_section .search_box .select-selected:-ms-input-placeholder {
	color: #7B7B7B;
}

.search_section .search_box .select-selected::placeholder {
	color: #7B7B7B;
}

.search_section .search_box .select-selected:after {
	content: '';
	background: url(/wp-content/uploads/next.png);
	background-size: contain;
	width: 1.4rem;
	height: .8rem;
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-40%);
	transition: .3s ease;
}

.search_section .search_box .select-selected.select-arrow-active {
	border-radius: 1rem 1rem 0 0;
}

@media (min-width: 1024px) {

	.search_section .search_box .select-selected.select-arrow-active {
		border-radius: 0 0 1rem 1rem;
	}
}

.search_section .search_box .select-selected.select-arrow-active:after {
	content: '';
	background: url(/wp-content/uploads/next.png);
	background-size: contain;
	transform: translateY(-50%) rotate(180deg);
}

.search_section .search_box .select-items {
	position: absolute;
	border-radius: 0 0 1rem 1rem;
	top: 100%;
	right: 0;
	z-index: 99;
	border: 0;
	padding: 0.3rem 1rem 1rem;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
	background: #fff;
	max-height: 50vh;
	overflow: auto;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	margin: 0 auto;
	width: 100%;
}

@media (min-width: 1024px) {

	.search_section .search_box .select-items {
		max-height: 16vh;
		top: auto;
		bottom: 100%;
		border-radius: 1rem 1rem 0 0;
		box-shadow: 0 -0.2rem 0.4rem rgba(0,0,0, .5);
	}
}

.search_section .search_box .select-items div,
			.search_section .search_box .select-items .select-selected {
	color: #7B7B7B;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border-bottom: 0.1rem solid rgba(190,22,45, 0.1);
	padding: 0.5rem;
	font-size: 1.2rem;
	line-height: 2rem;
}

.search_section .search_box .select-items div:hover,
			.search_section .search_box .select-items .same-as-selected {
	background: rgba(123,123,123, 0.1);
	color: #7B7B7B;
}

.search_section .search_box .select-hide {
	display: none;
}

.search_section .search_box .btn {
	width: 100%;
	border: 0;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	transition: .3s ease;
}

@media (min-width: 600px) {

	.search_section .search_box .btn {
		width: 25%;
		margin-left: 1rem;
	}
}

@media (min-width: 900px) {

	.search_section .search_box .btn {
		margin-left: 2rem;
	}
}

.search_section .search_box .btn svg {
	width: 2rem;
	height: 1.5rem;
	filter: drop-shadow(0 .2rem .3rem rgba(0,0,0, 0.5));
	margin-left: .8rem;
	position: relative;
	top: .3rem;
}

/* -------------------------- *\
    .btns
\* -------------------------- */

.btn {
	border-radius: 1rem;
	padding: 1.85rem 1rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	position: relative;
	transition: .3s ease;
}

.btn span {
	position: relative;
	z-index: 1;
}

.btn:before {
	content: '';
	width: 0;
	height: 100%;
	background: rgba(0,0,0, .2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 1rem;
	transition: .3s ease;
}

.btn:hover {
	color: #fff;
}

.btn:hover:before {
	width: 100%;
}

.btn--blue {
	background: #238FCD;
}

.btn--green {
	background: #B0C705;
	color: #fff;
}

.btn--grey {
	background: #E9E9E9;
	color: #050D3B;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, 0);
}

.btn--grey:hover {
	background: #238FCD;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.btn--grey:hover:before {
	content: none;
}

.btn--orange {
	background: #FE4A1C;
}

/* -------------------------- *\
    .home_intro
\* -------------------------- */

.home_intro {
	background: #F5F5F5;
	overflow: hidden;
	position: relative;
	padding: 3.3rem 0 2.1rem;
}

@media (min-width: 768px) {

	.home_intro {
		padding: 8.5rem 0 2.9rem;
	}
}

.home_intro:before,
	.home_intro:after {
	content: none;
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 32.6rem;
	border-right-width: 35.5rem;
	border-top: 23.3rem solid #B0C705;
	position: absolute;
	top: -5rem;
	right: -33rem;
}

@media (min-width: 900px) {

	.home_intro:before,
	.home_intro:after {
		content: '';
	}
}

@media (min-width: 1200px) {

	.home_intro:before,
	.home_intro:after {
		border-top: 17.3rem solid #B0C705;
		border-right-width: 29.5rem;
		right: -21rem;
		top: 0;
	}
}

.home_intro:after {
	border-right-width: 32.6rem;
	border-left-width: 35.5rem;
	left: -33rem;
	right: auto;
	border-top: 23.3rem solid #238FCD;
}

@media (min-width: 1200px) {

	.home_intro:after {
		border-top: 17.3rem solid #238FCD;
		border-left-width: 29.5rem;
		left: -21rem;
	}
}

@media (min-width: 1820px) {

	.home_intro:after {
		display: inline-block;
	}
}

.home_intro .decoration {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.home_intro .decoration:before,
		.home_intro .decoration:after {
	content: none;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 33.2rem 51.2rem;
	border-color: transparent transparent #FE4A1C transparent;
	position: absolute;
	bottom: -.9rem;
	right: -9.8rem;
}

@media (min-width: 900px) {

	.home_intro .decoration:before,
		.home_intro .decoration:after {
		content: '';
	}
}

@media (min-width: 1200px) {

	.home_intro .decoration:before,
		.home_intro .decoration:after {
		border-width: 0 0 30.2rem 51.2rem;
		right: 0;
		bottom: 0;
	}
}

.home_intro .decoration:after {/*display: none;*/
	left: -9.8rem;
	right: auto;
	border-width: 33.2rem 0 0 51.2rem;
	border-color: transparent transparent transparent #0B1867;
}

@media (min-width: 1200px) {

	.home_intro .decoration:after {
		left: 0;
		border-width: 30.2rem 0 0 51.2rem;
	}
}

@media (min-width: 1820px) {

	.home_intro .decoration:after {
		display: inline-block;
	}
}

.home_intro img {
	position: absolute;
	top: -5rem;
	right: -11rem;
	opacity: .5;
	width: 30.8rem;
	height: 40.6rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

@media (min-width: 900px) {

	.home_intro img {
		right: 35%;
		opacity: 1;
	}
}

@media (min-width: 1024px) {

	.home_intro img {
		right: 30rem;
	}
}

@media (min-width: 1450px) {

	.home_intro img {
		right: 26.4rem;
		top: -13rem;
		width: 72.3rem;
		height: 55.3rem;
	}
}

.home_intro .hold {
	position: relative;
	z-index: 1;
	max-width: 58.7rem;
}

@media (min-width: 900px) {

	@media (max-width: 1024px) {

		.home_intro .hold {
			margin: 0 auto;
		}
	}
}

@media (min-width: 1024px) {

	.home_intro .hold {
		margin-left: 11rem;
	}
}

@media (min-width: 1200px) {

	@media (max-width: 1450px) {

		.home_intro .hold {
			margin-left: 23rem;
		}
	}
}

@media (min-width: 1550px) {

	.home_intro .hold {
		margin-left: 11rem;
	}
}

@media (min-width: 1820px) {

	.home_intro .hold {
		margin-left: 5rem;
	}
}

@media (min-width: 1880px) {

	.home_intro .hold {
		margin: 0;
	}
}

.home_intro h1 {
	font-weight: 700;
	font-size: 3.6rem;
	line-height: 4.4rem;
	color: #0B1867;
	margin-bottom: 1.6rem;
}

@media (min-width: 900px) {

	.home_intro h1 {
		font-size: 4.8rem;
		line-height: 5.9rem;
		margin-bottom: .8rem;
	}
}

.home_intro h2 {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 0;
}

.home_intro .btns {
	margin-top: 2.6rem;
}

@media (min-width: 500px) {

	.home_intro .btns {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		max-width: 46.6rem;
		margin: 3.8rem 0 0 auto;
	}
}

.home_intro .btns .btn {
	width: 100%;
	display: block;
}

.home_intro .btns .btn + .btn {
	margin-top: 1rem;
}

@media (min-width: 500px) {

	.home_intro .btns .btn {
		width: calc(50% - .5rem);
	}

	.home_intro .btns .btn + .btn {
		margin-top: 0;
	}
}

.home_intro .btns div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	margin-top: 1.8rem;
	width: 100%;
}

@media (min-width: 500px) {

	.home_intro .btns div {
		margin-top: 2.7rem;
	}
}

.home_intro .btns div span {
	width: 100%;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-align: center;
	margin-bottom: 1rem;
	color: #0B1867;
	display: block;
}

@media (min-width: 420px) {

	.home_intro .btns div span {
		width: 13.7rem;
		text-align: right;
		margin-bottom: 0;
	}
}

@media (min-width: 500px) {

	.home_intro .btns div span {
		font-weight: 500;
		width: auto;
	}
}

@media (min-width: 900px) {

	@media (max-width: 1650px) {

		.home_intro .btns div span {
			color: #fff;
			text-shadow: 0 0.2rem 0.4rem rgba(0,0,0,.8);
		}
	}
}

.home_intro .btns div a {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 2.4rem;
	color: #0B1867;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 420px) {

	.home_intro .btns div a {
		padding-left: 2.3rem;
		width: calc(100% - 13.7rem);
	}
}

@media (min-width: 500px) {

	.home_intro .btns div a {
		width: auto;
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.home_intro .btns div a svg {
	width: 1.9rem;
	height: 1.9rem;
	margin-right: .7rem;
	fill: #FE4A1C;
}

@media (min-width: 500px) {

	.home_intro .btns div a svg {
		fill: #0B1867;
	}
}

.home_intro .btns div a:hover {
	text-decoration: underline;
}

/* -------------------------- *\
    .categories_boxes
\* -------------------------- */

.categories_boxes { 
	padding: 3.6rem 0 3.6rem 2rem;
	/*margin: -.5rem;*/
	position: relative;
}

@media (min-width: 1220px) {

	.categories_boxes {
		padding: 6.2rem 0 6rem;
	}
}

.categories_boxes .shell {
	padding: 0;
	overflow-x: scroll;
	overflow-y: hidden;
	max-width: 122rem;
}

@media (max-width: 1220px) {

	.categories_boxes .shell::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
	}

	.categories_boxes .shell::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 0rem;
		cursor: pointer;
	}

	.categories_boxes .shell::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
	}

	.categories_boxes .shell::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #238FCD;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
	}

	.categories_boxes .shell::-webkit-scrollbar-track {
		background: #F5F5F5;
		transition: .3s ease;
	}

	.categories_boxes .shell::-webkit-scrollbar-thumb:active {
		cursor: pointer;
	}

	.categories_boxes .shell:hover::-webkit-scrollbar-thumb {
		background: #238FCD;
		opacity: 1;
	}

	.categories_boxes .shell:hover::-webkit-scrollbar-thumb:hover {
		background: #238FCD;
	}

	.categories_boxes .shell:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
}

@media (min-width: 1220px) {

	.categories_boxes .shell {
		overflow: hidden;
	}
}

.categories_boxes .shell:after {
	content: '';
	width: calc(100% - 4rem);
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: .4rem;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.categories_boxes .shell:after {
		width: 100%;
	}
}

.categories_boxes .hold {
	width: 121rem;
	display: -ms-flexbox;
	display: flex;
	padding: .5rem;
}

.categories_boxes .hold .cat {
	display: block;
	position: relative;
	background: #F5F5F5;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border-radius: 1rem;
	padding: 1.8rem 3.7rem 1.4rem;
	text-align: center;
	overflow: hidden;
}

.categories_boxes .hold .cat + .cat {
	margin-left: 1.5rem;
}

.categories_boxes .hold .cat .img {
	width: 20.1rem;
	height: 15.4rem;
	margin: 0 auto 3.5rem;
}

.categories_boxes .hold .cat .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.categories_boxes .hold .cat .i-corner-top {
	position: absolute;
	top: 0;
	right: 0;
	fill: rgba(0,0,0, .05);
	width: 14.2rem;
	height: 10.2rem;
}

.categories_boxes .hold .cat .i-corner-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	fill: rgba(0,0,0, .05);
	width: 29.2rem;
	height: 25.1rem;
}

.categories_boxes .hold .cat h2 {
	font-weight: 700;
	font-size: 2.7rem;
	line-height: 2.7rem;
	color: #050D3B;
	margin-bottom: 3.3rem;
	transition: .3s ease;
}

.categories_boxes .hold .cat .btn {
	display: block;
	z-index: 1;
}

.categories_boxes .hold .cat:hover {
	background: #B0C705;
}

.categories_boxes .hold .cat:hover h2 {
	color: #fff;
	text-shadow: 0 .2rem .8rem rgba(0,0,0, .5);
}

/* -------------------------- *\
    .reviews
\* -------------------------- */

.reviews { 
	background: #F5F5F5;
	padding: 4rem 0 3.4rem;
	text-align: center;
}

@media (min-width: 990px) {

	.reviews {
		padding: 5.7rem 0 5.6rem;
	}
}

.reviews .shell {
	max-width: 120rem;
}

@media (min-width: 990px) {

	.reviews .shell {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
		-ms-flex-align: center;
		    align-items: center;
	}
}

@media (min-width: 990px) {

	.reviews .left {
		width: 26.3rem;
		padding-right: 4.5rem;
	}
}

.reviews .left h2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.6rem;
	text-transform: uppercase;
	color: #0B1867;
	margin-bottom: 1.2rem;
}

.reviews .left .stars {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	margin-bottom: 1.8rem;
}

.reviews .left .stars span svg {
	width: 2.8rem;
	height: 2.7rem;
	fill: #FE4A1C;
}

.reviews .left .stars span + span {
	margin-left: .5rem;
}

.reviews .left .inf {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #0B1867;
}

.reviews .left .inf strong {
	font-weight: 600;
}

.reviews .left .btn {
	display: block;
	max-width: 38.5rem;
	margin: 2.7rem auto 0;
}

@media (min-width: 990px) {

	.reviews .left .btn {
		margin: 1.2rem auto 0;
	}
}

.reviews .right {
	margin-top: 3rem;
	position: relative;
	padding: 0 3rem;
}

@media (min-width: 420px) {

	.reviews .right {
		padding: 0 5.2rem;
	}
}

@media (min-width: 990px) {

	.reviews .right {
		width: calc(100% - 26.3rem);
		padding: 0 4rem;
	}
}

.reviews .right .prev3,
		.reviews .right .next3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	left: 0;
	width: 2.2rem;
	height: 3.5rem;
	opacity: .2;
	display: none;
}

.reviews .right .prev3.slick-arrow, .reviews .right .next3.slick-arrow {
	display: block;
}

.reviews .right .prev3 svg, .reviews .right .next3 svg {
	width: 3.2rem;
	height: 4.5rem;
	fill: #238FCD;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(180deg);
}

.reviews .right .prev3:hover, .reviews .right .next3:hover {
	opacity: 1;
}

.reviews .right .next3 {
	left: auto;
	right: 0;
}

.reviews .right .next3 svg {
	transform: translate(-50%, -50%) rotate(0);
}

.reviews .right .review_slider {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	overflow-x: scroll;
	display: flex;
	width: 100%;
}

@media (min-width: 420px) {

	.reviews .right .review_slider .review_item {
		min-width: 28.6rem !important;
	}
}

.reviews .right .review_slider.slick-initialized {
	overflow: hidden;
}

@media (min-width: 420px) {

	.reviews .right .review_slider.slick-initialized .review_item {
		min-width: 24.7rem !important;
	}
}

.reviews .right .review_slider .slick-list,
			.reviews .right .review_slider .slick-track {
	width: 100%;
}

.reviews .right .review_slider .slick-track {
	float: left;
}

.reviews + .what_to_do {
	padding: 3rem 0;
}

@media (min-width: 768px) {

	.reviews + .what_to_do {
		padding: 6rem 0;
	}
}

/* -------------------------- *\
    .review_item
\* -------------------------- */

.review_item { 
	padding: 0 1.9rem;
	min-width: 21.8rem !important;
}

@media (min-width: 420px) {

	.review_item {
		min-width: 24.7rem !important;
	}
}

@media (min-width: 600px) {

	@media (max-width: 900px) {

		.review_item {
			min-width: 23.4rem !important;
		}
	}
}

.review_item .top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: start;
	    align-items: flex-start;
	text-align: left;
}

.review_item .top h2 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #0B1867;
	margin-bottom: 0;
	margin-right: 1rem;
}

.review_item .top .stars {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.review_item .top .stars span {
	width: 1.7rem;
	height: 1.6rem;
}

.review_item .top .stars span svg {
	width: 1.7rem;
	height: 1.6rem;
	fill: #FE4A1C;
}

.review_item .top .stars span + span {
	margin-left: .3rem;
}

.review_item .text {
	margin-bottom: 1.7rem;
	text-align: left;
	margin-top: 1.5rem;
}

.review_item .text p {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #0B1867;
	margin-bottom: 1.3rem;
}

.review_item .text p:last-of-type {
	margin-bottom: 0;
}

.review_item .date {
	text-align: right;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #0B1867;
	display: block;
}

.review_item__height .text {
	overflow-y: scroll;
	height: 10rem;
	padding-right: 1rem;
}

.review_item__height .text::-webkit-scrollbar {
	width: .5rem;
	height: .5rem;
	cursor:pointer;
}

.review_item__height .text::-webkit-scrollbar-button {
	display: block;
	width: 100%;
	height: 0rem;
	cursor:pointer;
}

.review_item__height .text::-webkit-scrollbar-button:hover {
	background: transparent !important;
	width: 100%;
}

.review_item__height .text::-webkit-scrollbar-thumb {
	min-width: .5rem;
	min-height: .1rem;
	background: #238FCD;
	transition: .3s ease;
	cursor: pointer;
	opacity: 0;
}

.review_item__height .text::-webkit-scrollbar-track {
	background: #F5F5F5;
	transition: .3s ease;
}

.review_item__height .text::-webkit-scrollbar-thumb:active {
	cursor: pointer;
}

.review_item__height .text:hover::-webkit-scrollbar-thumb {
	background: #238FCD;
	opacity: 1;
}

.review_item__height .text:hover::-webkit-scrollbar-thumb:hover {
	background: #238FCD;
}

.review_item__height .text:hover::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* -------------------------- *\
    .pooling
\* -------------------------- */

.pooling { 
	padding: 3.6rem 0 3.9rem;
	text-align: center;
}

@media (min-width: 900px) {

	.pooling {
		padding: 6rem 0;
	}
}

.pooling .i-fav {
	width: 5.9rem;
	height: 5.6rem;
}

.pooling .t2 {
	margin: 0 auto 5.5rem;
	width: 100%;
}

@media (min-width: 900px) {

	.pooling .t2 {
		margin: 0 auto 5.7rem;
	}
}

.pooling .grid {
	margin: 4.3rem auto 1.7rem;
	max-width: 97rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 900px) {

	.pooling .grid {
		margin: 7.5rem auto 2rem;
	}
}

.pooling .grid > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	text-align: left;
	width: 100%;
}

@media (min-width: 768px) {

	.pooling .grid > div {
		width: calc(50% - 2rem);
	}
}

@media (min-width: 990px) {

	.pooling .grid > div {
		width: calc(50% - 5rem);
	}
}

.pooling .grid > div svg {
	width: 4rem;
	height: 3.7rem;
	fill: #0B1867;
}

@media (min-width: 990px) {

	.pooling .grid > div svg {
		width: 5rem;
		height: 4.6rem;
	}
}

.pooling .grid > div div {
	width: calc(100% - 4rem);
	padding-left: 2.5rem;
	margin-bottom: 3.2rem;
}

@media (min-width: 990px) {

	.pooling .grid > div div {
		margin-bottom: 2.7rem;
	}
}

.pooling .grid > div div h3 {
	position: relative;
	margin-bottom: 1.5rem;
}

.pooling .grid > div div h3:after {
	content: '';
	background: #0B1867;
	width: 100%;
	height: .1rem;
	position: absolute;
	bottom: 0;
	left: 0;
}

.pooling .grid > div div h3 span {
	display: inline-block;
	background: #0B1867;
	padding: .7rem 1.3rem .6rem;
	border-radius: .5rem .5rem 0 0;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.9rem;
	color: #fff;
}

@media (min-width: 990px) {

	.pooling .grid > div div h3 span {
		padding: .5rem 1.3rem;
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.pooling .grid > div div p {
	padding-left: 1.2rem;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #0B1867;
	margin-bottom: 0;
}

@media (min-width: 990px) {

	.pooling .grid > div div p {
		font-size: 1.6rem;
	}
}

.pooling .btns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 45rem;
	margin: 0 auto;
}

.pooling .btns .btn {
	width: 100%;
}

@media (min-width: 500px) {

	.pooling .btns .btn {
		width: calc(50% - .5rem);
	}
}

.pooling .btns .btn + .btn {
	margin-top: 1rem;
}

@media (min-width: 500px) {

	.pooling .btns .btn + .btn {
		margin-top: 0;
	}
}

.pooling .btns .btn--blue {
	padding: .65rem 1rem;
}

.pooling .btns .btn--blue span {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.9rem;
	text-transform: none;
	display: block;
}

.pooling .btns .btn--blue span span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
}

.pooling .btns .btn--blue span span svg {
	width: 1.9rem;
	height: 1.9rem;
	fill: #fff;
	margin-right: .7rem;
	margin-top: .4rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	position: relative;
	top: -.2rem;
}

/* -------------------------- *\
    .headings
\* -------------------------- */

.t1 { 
	font-weight: 700;
	font-size: 2.7rem;
	line-height: 3.3rem;
	color: #0B1867;
	margin: .5rem auto 1rem;
}

@media (min-width: 900px) {

	.t1 {
		font-size: 3.2rem;
		line-height: 3.9rem;
		margin: 1.1rem auto 1.5rem;
	}
}

.t2 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 0;
}

@media (min-width: 900px) {

	.t2 {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.t3 {
	font-weight: 700;
	font-size: 2.7rem;
	line-height: 3.3rem;
	color: #0B1867;
	padding-bottom: .9rem;
	margin-bottom: 3.4rem;
	position: relative;
}

@media (min-width: 900px) {

	.t3 {
		font-size: 3.2rem;
		line-height: 3.9rem;
	}
}

.t3:after {
	content: '';
	width: 100%;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 0;
}

.inf_t1 {
	max-width: 87rem;
	margin: 0 auto;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
}

@media (min-width: 900px) {

	.inf_t1 {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

/* -------------------------- *\
    .home_about
\* -------------------------- */

.home_about { 
	background: #238FCD;
	padding: 4rem 0 0;
	overflow: hidden;
	text-align: right;
	position: relative;
}

@media (min-width: 820px) {

	.home_about {
		padding: 7.9rem 0 6.2rem;
	}
}

.home_about .truck {
	width: 55.5rem;
	height: 27.8rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 820px) {

	.home_about .truck {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media (min-width: 1024px) {

	.home_about .truck {
		width: 80%;
		height: auto;
	}
}

@media (min-width: 1450px) {

	.home_about .truck {
		width: auto;
	}
}

.home_about .hold {
	padding: 8.8rem 0 0;
	position: relative;
	z-index: 1;
	text-align: left;
	max-width: 70.6rem;
}

@media (min-width: 820px) {

	.home_about .hold {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: start;
		    align-items: flex-start;
		padding: 0;
	}
}

.home_about .hold .logo {
	transform: rotate(90deg);
	width: 6.1rem;
	height: 25.9rem;
	position: absolute;
	top: -9.8rem;
	left: 12rem;
}

@media (min-width: 820px) {

	.home_about .hold .logo {
		transform: rotate(0);
		width: 11.4rem;
		height: 48.5rem;
		position: relative;
		top: 0;
		left: 0;
	}
}

@media (min-width: 820px) {

	.home_about .hold > div {
		width: calc(100% - 11.4rem);
		padding-left: 6rem;
	}
}

.home_about .hold > div p {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #fff;
	margin-bottom: 1.7rem;
}

.home_about .hold > div p:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 820px) {

	.home_about .hold > div p {
		font-size: 2.1rem;
		line-height: 3.3rem;
		margin-bottom: 1.8rem;
	}
}

.home_about .hold > div .btns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 56.3rem;
	margin-top: 3.7rem;
}

.home_about .hold > div .btns .btn {
	width: 100%;
}

@media (min-width: 550px) {

	.home_about .hold > div .btns .btn {
		width: auto;
	}
}

.home_about .hold > div .btns .btn + .btn {
	margin-top: 2.2rem;
}

@media (min-width: 550px) {

	.home_about .hold > div .btns .btn + .btn {
		margin-top: 0;
		margin-left: 2.7rem;
	}
}

.home_about .hold > div .btns .btn--green {
	min-width: 21.8rem;
}

.home_about .hold > div .btns .btn--blue {
	padding: 0;
	text-align: left;
	background: transparent;
}

.home_about .hold > div .btns .btn--blue span {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: none;
	display: block;
	transition: .3s ease;
}

.home_about .hold > div .btns .btn--blue span span {
	display: -ms-flexbox;
	display: flex;/*justify-content: center;*/
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 2.8rem;
	margin-top: 1.1rem;
}

.home_about .hold > div .btns .btn--blue span span svg {
	width: 2.4rem;
	height: 2.4rem;
	fill: #fff;
	margin-right: .9rem;
	margin-top: .4rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	position: relative;
	top: -.2rem;
}

@media (min-width: 550px) {

	.home_about .hold > div .btns .btn--blue span span {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	.home_about .hold > div .btns .btn--blue span span svg {
		width: 1.9rem;
		height: 1.9rem;
	}
}

.home_about .hold > div .btns .btn--blue:hover:before {
	content: none;
}

.home_about .hold > div .btns .btn--blue:hover span span {
	transform: scale(1.1);
}

/* -------------------------- *\
    .customer
\* -------------------------- */

.customer { 
	padding: 3.6rem 0 1rem;
	text-align: center;
}

@media (min-width: 768px) {

	.customer {
		padding: 6rem 0 1rem;
	}
}

.customer .shell {
	max-width: 121rem;
}

.customer .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	margin: 1.5rem -1.5rem 0;
}

@media (min-width: 768px) {

	.customer .grid {
		margin: 4.3rem -3rem 0;
	}
}

.customer .grid div {
	display: block;
	width: 50%;
	padding: 0 1.5rem;
	height: 6rem;
	margin-bottom: 1rem;
}

@media (min-width: 420px) {

	.customer .grid div {
		width: 33.33%;
	}
}

@media (min-width: 660px) {

	.customer .grid div {
		width: 25%;
	}
}

@media (min-width: 768px) {

	.customer .grid div {
		width: 20%;
		height: 11rem;
		margin-bottom: 2.5rem;
		padding: 0 3rem;
	}
}

.customer .grid div img {
	width: 10.6rem;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

@media (min-width: 768px) {

	.customer .grid div img {
		width: 19.4rem;
	}
}

.customer + .reviews {
	margin-top: 6rem;
}

/* -------------------------- *\
    .call_action
\* -------------------------- */

.call_action { 
	padding: 2.3rem 0 0;
	/*margin: 2.3rem 0 0;*/
	overflow: hidden;
	position: relative;
}

@media (min-width: 900px) {

	.call_action {
		padding: 16.6rem 0 0;
	}
}

.call_action:before {
	content: '';
	width: 50%;
	height: 2.3rem;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

@media (min-width: 900px) {

	.call_action:before {
		height: 16.6rem;
	}
}

@media (min-width: 1024px) {

	.call_action:before {
		content: none;
	}
}

.call_action .i-box {
	width: 27.7rem;
	height: 27.1rem;
	opacity: .03;
	transform: rotate(-32deg);
	position: absolute;
	top: -6rem;
	left: -9rem;
	fill: #000;
}

@media (min-width: 900px) {

	.call_action .i-box {
		top: 8rem;
	}
}

@media (min-width: 1024px) {

	.call_action .i-box {
		top: auto;
		bottom: -1.5rem;
		left: -7rem;
	}
}

.call_action .in {
	background: #F5F5F5;
	padding: 4.1rem 0;
}

@media (min-width: 640px) {

	.call_action .in {
		padding: 4.3rem 0 5.4rem;
	}
}

.call_action .in .shell {
	position: relative;
	z-index: 1;
}

.call_action .in .shell h2 {
	font-weight: 700;
	font-size: 2.7rem;
	line-height: 3.3rem;
	color: #238FCD;
	margin-bottom: 1.5rem;
	max-width: 30rem;
}

@media (min-width: 580px) {

	.call_action .in .shell h2 {
		max-width: 55rem;
	}
}

@media (min-width: 600px) {

	.call_action .in .shell h2 {
		max-width: 58.7rem;
		font-size: 3.6rem;
		line-height: 4.4rem;
	}
}

.call_action .in .shell h3,
			.call_action .in .shell p {
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 1rem;
	max-width: 30rem;
}

@media (min-width: 580px) {

	.call_action .in .shell h3,
			.call_action .in .shell p {
		max-width: 55rem;
	}
}

@media (min-width: 600px) {

	.call_action .in .shell h3,
			.call_action .in .shell p {
		max-width: 58.7rem;
		font-size: 2.1rem;
		line-height: 2.6rem;
		margin-bottom: 3.3rem;
	}
}

.call_action .in .shell p {
	line-height: 2rem;
	margin-bottom: 1.9rem;
}

@media (min-width: 600px) {

	.call_action .in .shell p {
		font-size: 1.6rem;
		line-height: 2rem;
		margin-bottom: 1.4rem;
	}
}

.call_action .in .shell .call_form {
	max-width: 60.9rem;
}

.call_action .in .man {
	position: absolute;
	top: -6.4rem;
	right: -18rem;
	width: 32.3rem;
	height: 45.8rem;
	-o-object-fit: contain;
	   object-fit: contain;
	z-index: -1;
}

@media (min-width: 640px) {

	.call_action .in .man {
		top: -6.6rem;
	}
}

@media (min-width: 840px) {

	.call_action .in .man {
		right: 0;
	}
}

@media (min-width: 900px) {

	.call_action .in .man {
		width: 35rem;
		height: 49.6rem;
		top: -20.9rem;
	}
}

/*! no-minify */

/* -------------------------- *\
    .forms
\* -------------------------- */

.call_form .gform_wrapper, .newsletter_form .gform_wrapper, .fast_order_form .gform_wrapper, .prod_request .gform_wrapper, .contact_form .gform_wrapper, .contacts_form .gform_wrapper, .career_form .gform_wrapper, .form_rev .gform_wrapper {
	padding: 0;
	margin: 0;
}

.call_form .gform_wrapper form, .newsletter_form .gform_wrapper form, .fast_order_form .gform_wrapper form, .prod_request .gform_wrapper form, .contact_form .gform_wrapper form, .contacts_form .gform_wrapper form, .career_form .gform_wrapper form, .form_rev .gform_wrapper form {
	position: relative;
}

@media (min-width: 500px) {

	.call_form .gform_wrapper form, .newsletter_form .gform_wrapper form, .fast_order_form .gform_wrapper form, .prod_request .gform_wrapper form, .contact_form .gform_wrapper form, .contacts_form .gform_wrapper form, .career_form .gform_wrapper form, .form_rev .gform_wrapper form {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 500px) {

	.call_form .gform_wrapper .gform_body, .newsletter_form .gform_wrapper .gform_body, .fast_order_form .gform_wrapper .gform_body, .prod_request .gform_wrapper .gform_body, .contact_form .gform_wrapper .gform_body, .contacts_form .gform_wrapper .gform_body, .career_form .gform_wrapper .gform_body, .form_rev .gform_wrapper .gform_body {
		width: calc(100% - 22.8rem);
	}
}

.call_form .gform_wrapper ul li.gfield,
		.call_form .gform_wrapper .top_label div.ginput_container,
		.newsletter_form .gform_wrapper ul li.gfield,
		.newsletter_form .gform_wrapper .top_label div.ginput_container,
		.fast_order_form .gform_wrapper ul li.gfield,
		.fast_order_form .gform_wrapper .top_label div.ginput_container,
		.prod_request .gform_wrapper ul li.gfield,
		.prod_request .gform_wrapper .top_label div.ginput_container,
		.contact_form .gform_wrapper ul li.gfield,
		.contact_form .gform_wrapper .top_label div.ginput_container,
		.contacts_form .gform_wrapper ul li.gfield,
		.contacts_form .gform_wrapper .top_label div.ginput_container,
		.career_form .gform_wrapper ul li.gfield,
		.career_form .gform_wrapper .top_label div.ginput_container,
		.form_rev .gform_wrapper ul li.gfield,
		.form_rev .gform_wrapper .top_label div.ginput_container {
	margin: 0;
}

.call_form .gform_wrapper .top_label .gfield_label,
		.call_form .gform_wrapper legend.gfield_label,
		.call_form .gform_wrapper span.spf-phone.error-msg,
		.call_form .gform_wrapper span.spf-phone.valid-msg,
		.newsletter_form .gform_wrapper .top_label .gfield_label,
		.newsletter_form .gform_wrapper legend.gfield_label,
		.newsletter_form .gform_wrapper span.spf-phone.error-msg,
		.newsletter_form .gform_wrapper span.spf-phone.valid-msg,
		.fast_order_form .gform_wrapper .top_label .gfield_label,
		.fast_order_form .gform_wrapper legend.gfield_label,
		.fast_order_form .gform_wrapper span.spf-phone.error-msg,
		.fast_order_form .gform_wrapper span.spf-phone.valid-msg,
		.prod_request .gform_wrapper .top_label .gfield_label,
		.prod_request .gform_wrapper legend.gfield_label,
		.prod_request .gform_wrapper span.spf-phone.error-msg,
		.prod_request .gform_wrapper span.spf-phone.valid-msg,
		.contact_form .gform_wrapper .top_label .gfield_label,
		.contact_form .gform_wrapper legend.gfield_label,
		.contact_form .gform_wrapper span.spf-phone.error-msg,
		.contact_form .gform_wrapper span.spf-phone.valid-msg,
		.contacts_form .gform_wrapper .top_label .gfield_label,
		.contacts_form .gform_wrapper legend.gfield_label,
		.contacts_form .gform_wrapper span.spf-phone.error-msg,
		.contacts_form .gform_wrapper span.spf-phone.valid-msg,
		.career_form .gform_wrapper .top_label .gfield_label,
		.career_form .gform_wrapper legend.gfield_label,
		.career_form .gform_wrapper span.spf-phone.error-msg,
		.career_form .gform_wrapper span.spf-phone.valid-msg,
		.form_rev .gform_wrapper .top_label .gfield_label,
		.form_rev .gform_wrapper legend.gfield_label,
		.form_rev .gform_wrapper span.spf-phone.error-msg,
		.form_rev .gform_wrapper span.spf-phone.valid-msg {
	display: none;
}

.call_form .gform_wrapper ul.gform_fields li.gfield, .newsletter_form .gform_wrapper ul.gform_fields li.gfield, .fast_order_form .gform_wrapper ul.gform_fields li.gfield, .prod_request .gform_wrapper ul.gform_fields li.gfield, .contact_form .gform_wrapper ul.gform_fields li.gfield, .contacts_form .gform_wrapper ul.gform_fields li.gfield, .career_form .gform_wrapper ul.gform_fields li.gfield, .form_rev .gform_wrapper ul.gform_fields li.gfield {
	padding: 0;
}

.call_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.call_form .gform_wrapper .gfield .iti.iti--allow-dropdown input,
		.newsletter_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.newsletter_form .gform_wrapper .gfield .iti.iti--allow-dropdown input,
		.fast_order_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.fast_order_form .gform_wrapper .gfield .iti.iti--allow-dropdown input,
		.prod_request .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.prod_request .gform_wrapper .gfield .iti.iti--allow-dropdown input,
		.contact_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.contact_form .gform_wrapper .gfield .iti.iti--allow-dropdown input,
		.contacts_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.contacts_form .gform_wrapper .gfield .iti.iti--allow-dropdown input,
		.career_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.career_form .gform_wrapper .gfield .iti.iti--allow-dropdown input,
		.form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.form_rev .gform_wrapper .gfield .iti.iti--allow-dropdown input {
	background: #fff;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border-radius: 1rem;
	border: .1rem solid transparent;
	padding: 1.75rem 1.5rem 1.75rem;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #7b7b7b;
	width: 100%;
	transition: .3s ease;
}

.call_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .call_form .gform_wrapper .gfield .iti.iti--allow-dropdown input:-ms-input-placeholder, .newsletter_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .newsletter_form .gform_wrapper .gfield .iti.iti--allow-dropdown input:-ms-input-placeholder, .fast_order_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .fast_order_form .gform_wrapper .gfield .iti.iti--allow-dropdown input:-ms-input-placeholder, .prod_request .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .prod_request .gform_wrapper .gfield .iti.iti--allow-dropdown input:-ms-input-placeholder, .contact_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .contact_form .gform_wrapper .gfield .iti.iti--allow-dropdown input:-ms-input-placeholder, .contacts_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .contacts_form .gform_wrapper .gfield .iti.iti--allow-dropdown input:-ms-input-placeholder, .career_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .career_form .gform_wrapper .gfield .iti.iti--allow-dropdown input:-ms-input-placeholder, .form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .form_rev .gform_wrapper .gfield .iti.iti--allow-dropdown input:-ms-input-placeholder {
	color: #7b7b7b;
}

.call_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .call_form .gform_wrapper .gfield .iti.iti--allow-dropdown input::placeholder, .newsletter_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .newsletter_form .gform_wrapper .gfield .iti.iti--allow-dropdown input::placeholder, .fast_order_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .fast_order_form .gform_wrapper .gfield .iti.iti--allow-dropdown input::placeholder, .prod_request .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .prod_request .gform_wrapper .gfield .iti.iti--allow-dropdown input::placeholder, .contact_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .contact_form .gform_wrapper .gfield .iti.iti--allow-dropdown input::placeholder, .contacts_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .contacts_form .gform_wrapper .gfield .iti.iti--allow-dropdown input::placeholder, .career_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .career_form .gform_wrapper .gfield .iti.iti--allow-dropdown input::placeholder, .form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .form_rev .gform_wrapper .gfield .iti.iti--allow-dropdown input::placeholder {
	color: #7b7b7b;
}

.call_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .call_form .gform_wrapper .gfield .iti.iti--allow-dropdown input:focus, .newsletter_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .newsletter_form .gform_wrapper .gfield .iti.iti--allow-dropdown input:focus, .fast_order_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .fast_order_form .gform_wrapper .gfield .iti.iti--allow-dropdown input:focus, .prod_request .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .prod_request .gform_wrapper .gfield .iti.iti--allow-dropdown input:focus, .contact_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .contact_form .gform_wrapper .gfield .iti.iti--allow-dropdown input:focus, .contacts_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .contacts_form .gform_wrapper .gfield .iti.iti--allow-dropdown input:focus, .career_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .career_form .gform_wrapper .gfield .iti.iti--allow-dropdown input:focus, .form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .form_rev .gform_wrapper .gfield .iti.iti--allow-dropdown input:focus {
	border-color: #238FCD;
	padding: 1.75rem 1.5rem 1.75rem 2.5rem;
}

.call_form .gform_wrapper .iti--separate-dial-code .iti__selected-flag, .newsletter_form .gform_wrapper .iti--separate-dial-code .iti__selected-flag, .fast_order_form .gform_wrapper .iti--separate-dial-code .iti__selected-flag, .prod_request .gform_wrapper .iti--separate-dial-code .iti__selected-flag, .contact_form .gform_wrapper .iti--separate-dial-code .iti__selected-flag, .contacts_form .gform_wrapper .iti--separate-dial-code .iti__selected-flag, .career_form .gform_wrapper .iti--separate-dial-code .iti__selected-flag, .form_rev .gform_wrapper .iti--separate-dial-code .iti__selected-flag {
	background: transparent;
}

.call_form .gform_wrapper .iti__selected-flag, .newsletter_form .gform_wrapper .iti__selected-flag, .fast_order_form .gform_wrapper .iti__selected-flag, .prod_request .gform_wrapper .iti__selected-flag, .contact_form .gform_wrapper .iti__selected-flag, .contacts_form .gform_wrapper .iti__selected-flag, .career_form .gform_wrapper .iti__selected-flag, .form_rev .gform_wrapper .iti__selected-flag {
	padding: 0 1.5rem;
}

.call_form .gform_wrapper .iti__flag-container, .newsletter_form .gform_wrapper .iti__flag-container, .fast_order_form .gform_wrapper .iti__flag-container, .prod_request .gform_wrapper .iti__flag-container, .contact_form .gform_wrapper .iti__flag-container, .contacts_form .gform_wrapper .iti__flag-container, .career_form .gform_wrapper .iti__flag-container, .form_rev .gform_wrapper .iti__flag-container {
	padding: 0;
}

.call_form .gform_wrapper .iti__country-list, .newsletter_form .gform_wrapper .iti__country-list, .fast_order_form .gform_wrapper .iti__country-list, .prod_request .gform_wrapper .iti__country-list, .contact_form .gform_wrapper .iti__country-list, .contacts_form .gform_wrapper .iti__country-list, .career_form .gform_wrapper .iti__country-list, .form_rev .gform_wrapper .iti__country-list {
	width: 28rem;
	border-radius: 1rem 1rem 0 0;
	bottom: 100%;
}

@media (min-width: 500px) {

	@media (max-width: 550px) {

		.call_form .gform_wrapper .iti__country-list, .newsletter_form .gform_wrapper .iti__country-list, .fast_order_form .gform_wrapper .iti__country-list, .prod_request .gform_wrapper .iti__country-list, .contact_form .gform_wrapper .iti__country-list, .contacts_form .gform_wrapper .iti__country-list, .career_form .gform_wrapper .iti__country-list, .form_rev .gform_wrapper .iti__country-list {
			width: 23.5rem;
		}
	}
}

@media (min-width: 650px) {

	.call_form .gform_wrapper .iti__country-list, .newsletter_form .gform_wrapper .iti__country-list, .fast_order_form .gform_wrapper .iti__country-list, .prod_request .gform_wrapper .iti__country-list, .contact_form .gform_wrapper .iti__country-list, .contacts_form .gform_wrapper .iti__country-list, .career_form .gform_wrapper .iti__country-list, .form_rev .gform_wrapper .iti__country-list {
		width: 38.1rem;
	}
}

.call_form .gform_wrapper .iti__country, .newsletter_form .gform_wrapper .iti__country, .fast_order_form .gform_wrapper .iti__country, .prod_request .gform_wrapper .iti__country, .contact_form .gform_wrapper .iti__country, .contacts_form .gform_wrapper .iti__country, .career_form .gform_wrapper .iti__country, .form_rev .gform_wrapper .iti__country {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.call_form .gform_wrapper .ginput_container span:not(.ginput_price), .newsletter_form .gform_wrapper .ginput_container span:not(.ginput_price), .fast_order_form .gform_wrapper .ginput_container span:not(.ginput_price), .prod_request .gform_wrapper .ginput_container span:not(.ginput_price), .contact_form .gform_wrapper .ginput_container span:not(.ginput_price), .contacts_form .gform_wrapper .ginput_container span:not(.ginput_price), .career_form .gform_wrapper .ginput_container span:not(.ginput_price), .form_rev .gform_wrapper .ginput_container span:not(.ginput_price) {
	margin-bottom: 0;
}

.call_form .gform_wrapper .gform_footer, .newsletter_form .gform_wrapper .gform_footer, .fast_order_form .gform_wrapper .gform_footer, .prod_request .gform_wrapper .gform_footer, .contact_form .gform_wrapper .gform_footer, .contacts_form .gform_wrapper .gform_footer, .career_form .gform_wrapper .gform_footer, .form_rev .gform_wrapper .gform_footer {
	margin: 1.5rem 0 0;
	padding: 0;
	width: 100%;
}

@media (min-width: 500px) {

	.call_form .gform_wrapper .gform_footer, .newsletter_form .gform_wrapper .gform_footer, .fast_order_form .gform_wrapper .gform_footer, .prod_request .gform_wrapper .gform_footer, .contact_form .gform_wrapper .gform_footer, .contacts_form .gform_wrapper .gform_footer, .career_form .gform_wrapper .gform_footer, .form_rev .gform_wrapper .gform_footer {
		width: 21.8rem;
		margin: 0;
	}
}

.call_form .gform_wrapper .gform_footer input.button,
			.call_form .gform_wrapper .gform_footer input[type=submit],
			.call_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.call_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.newsletter_form .gform_wrapper .gform_footer input.button,
			.newsletter_form .gform_wrapper .gform_footer input[type=submit],
			.newsletter_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.newsletter_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.fast_order_form .gform_wrapper .gform_footer input.button,
			.fast_order_form .gform_wrapper .gform_footer input[type=submit],
			.fast_order_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.fast_order_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.prod_request .gform_wrapper .gform_footer input.button,
			.prod_request .gform_wrapper .gform_footer input[type=submit],
			.prod_request .gform_wrapper .gform_footer .gform_page_footer input.button,
			.prod_request .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.contact_form .gform_wrapper .gform_footer input.button,
			.contact_form .gform_wrapper .gform_footer input[type=submit],
			.contact_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.contact_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.contacts_form .gform_wrapper .gform_footer input.button,
			.contacts_form .gform_wrapper .gform_footer input[type=submit],
			.contacts_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.contacts_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.career_form .gform_wrapper .gform_footer input.button,
			.career_form .gform_wrapper .gform_footer input[type=submit],
			.career_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.career_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.form_rev .gform_wrapper .gform_footer input.button,
			.form_rev .gform_wrapper .gform_footer input[type=submit],
			.form_rev .gform_wrapper .gform_footer .gform_page_footer input.button,
			.form_rev .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	width: 100%;
	margin: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	transition: .3s ease;
	border: 0;
	background: #238FCD;
	border-radius: 1rem;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	padding: 1.25rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

@media (min-width: 641px) {

	.call_form .gform_wrapper .gform_footer input.button,
			.call_form .gform_wrapper .gform_footer input[type=submit],
			.call_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.call_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.newsletter_form .gform_wrapper .gform_footer input.button,
			.newsletter_form .gform_wrapper .gform_footer input[type=submit],
			.newsletter_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.newsletter_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.fast_order_form .gform_wrapper .gform_footer input.button,
			.fast_order_form .gform_wrapper .gform_footer input[type=submit],
			.fast_order_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.fast_order_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.prod_request .gform_wrapper .gform_footer input.button,
			.prod_request .gform_wrapper .gform_footer input[type=submit],
			.prod_request .gform_wrapper .gform_footer .gform_page_footer input.button,
			.prod_request .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.contact_form .gform_wrapper .gform_footer input.button,
			.contact_form .gform_wrapper .gform_footer input[type=submit],
			.contact_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.contact_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.contacts_form .gform_wrapper .gform_footer input.button,
			.contacts_form .gform_wrapper .gform_footer input[type=submit],
			.contacts_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.contacts_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.career_form .gform_wrapper .gform_footer input.button,
			.career_form .gform_wrapper .gform_footer input[type=submit],
			.career_form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.career_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit],
			.form_rev .gform_wrapper .gform_footer input.button,
			.form_rev .gform_wrapper .gform_footer input[type=submit],
			.form_rev .gform_wrapper .gform_footer .gform_page_footer input.button,
			.form_rev .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
		padding: 1.85rem 1.3rem;
	}
}

.call_form .gform_wrapper .gform_footer input.button:hover, .call_form .gform_wrapper .gform_footer input[type=submit]:hover, .call_form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .call_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .newsletter_form .gform_wrapper .gform_footer input.button:hover, .newsletter_form .gform_wrapper .gform_footer input[type=submit]:hover, .newsletter_form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .newsletter_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .fast_order_form .gform_wrapper .gform_footer input.button:hover, .fast_order_form .gform_wrapper .gform_footer input[type=submit]:hover, .fast_order_form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .fast_order_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .prod_request .gform_wrapper .gform_footer input.button:hover, .prod_request .gform_wrapper .gform_footer input[type=submit]:hover, .prod_request .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .prod_request .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .contact_form .gform_wrapper .gform_footer input.button:hover, .contact_form .gform_wrapper .gform_footer input[type=submit]:hover, .contact_form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .contact_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .contacts_form .gform_wrapper .gform_footer input.button:hover, .contacts_form .gform_wrapper .gform_footer input[type=submit]:hover, .contacts_form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .contacts_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .career_form .gform_wrapper .gform_footer input.button:hover, .career_form .gform_wrapper .gform_footer input[type=submit]:hover, .career_form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .career_form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover, .form_rev .gform_wrapper .gform_footer input.button:hover, .form_rev .gform_wrapper .gform_footer input[type=submit]:hover, .form_rev .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .form_rev .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	background: #1c73a4;
}

.newsletter .gform_wrapper form {
	display: block;
}

.newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	text-align: center;
	padding: 1.75rem;
	font-weight: 600;
	width: 100%;
}

@media (min-width: 500px) {

	.newsletter .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		text-align: left;
		padding: 1.75rem 1.75rem 1.75rem 2.7rem;
	}
}

.newsletter .gform_wrapper .gform_body {
	width: 100%;
}

.newsletter .gform_wrapper .gform_footer {
	margin: 1rem 0 0;
	width: 100%
}

.fast_order_form .gform_wrapper form, .prod_request .gform_wrapper form {
	display: block;
}

.fast_order_form .gform_wrapper .gform_body,
		.fast_order_form .gform_wrapper .gform_footer,
		.prod_request .gform_wrapper .gform_body,
		.prod_request .gform_wrapper .gform_footer {
	width: 100%;
}

.fast_order_form .gform_wrapper .top_label div.ginput_container, 
		.fast_order_form .gform_wrapper ul li.gfield, 
		.prod_request .gform_wrapper .top_label div.ginput_container, 
		.prod_request .gform_wrapper ul li.gfield {
	margin-bottom: .8rem;
}

.fast_order_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .prod_request .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	text-align: center;
	padding: .8rem;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #7b7b7b;
}

@media (min-width: 400px) {

	.fast_order_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .prod_request .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		padding: 1.2rem;
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}

.fast_order_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .prod_request .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
	color: #7b7b7b;
}

.fast_order_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .prod_request .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	color: #7b7b7b;
}

.fast_order_form .gform_wrapper ul li.gfield.send-btn, .prod_request .gform_wrapper ul li.gfield.send-btn {
	margin-bottom: 0;
	margin-top: 1.1rem;
}

.fast_order_form .gform_wrapper ul li.gfield.send-btn button, .prod_request .gform_wrapper ul li.gfield.send-btn button {
	width: 100%;
	position: relative;
	border: 0;
	background: transparent;
	display: -ms-flexbox;
	display: flex;
	border-radius: 1rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	transition: .3s ease;
}

.fast_order_form .gform_wrapper ul li.gfield.send-btn button .img, .prod_request .gform_wrapper ul li.gfield.send-btn button .img {
	position: relative;
	width: 9.9rem;
	background: #FE4A1C;
	border-radius: 1rem 0 0 1rem;
	padding: 1.2rem 1rem 1.1rem;
}

@media (min-width: 400px) {

	.fast_order_form .gform_wrapper ul li.gfield.send-btn button .img, .prod_request .gform_wrapper ul li.gfield.send-btn button .img {
		padding: 1.5rem 1rem 1.4rem;
	}
}

.fast_order_form .gform_wrapper ul li.gfield.send-btn button .img img, .prod_request .gform_wrapper ul li.gfield.send-btn button .img img {
	width: 2.9rem;
	height: 2.6rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
}

.fast_order_form .gform_wrapper ul li.gfield.send-btn button .blue, .prod_request .gform_wrapper ul li.gfield.send-btn button .blue {
	width: calc(100% - 9.9rem);
	padding: 1.5rem 1rem;
	text-align: center;
	border-radius: 0 1rem 1rem 0;
	background: #238FCD;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.9rem;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	position: relative;
}

@media (min-width: 400px) {

	.fast_order_form .gform_wrapper ul li.gfield.send-btn button .blue, .prod_request .gform_wrapper ul li.gfield.send-btn button .blue {
		padding: 1.8rem 1rem;
	}
}

.fast_order_form .gform_wrapper ul li.gfield.send-btn button .blue span, .prod_request .gform_wrapper ul li.gfield.send-btn button .blue span {
	position: relative;
	z-index: 1;
}

.fast_order_form .gform_wrapper ul li.gfield.send-btn button .blue:before, .prod_request .gform_wrapper ul li.gfield.send-btn button .blue:before {
	content: '';
	background: rgba(0,0,0, .2);
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 1rem 1rem 0;
	transition: .3s ease;
}

.fast_order_form .gform_wrapper ul li.gfield.send-btn button:hover .blue:before, .prod_request .gform_wrapper ul li.gfield.send-btn button:hover .blue:before {
	width: 100%;
}

.fast_order_form .gform_wrapper .gform_footer, .prod_request .gform_wrapper .gform_footer {
	position: absolute;
	top: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: -5;
}

.prod_request .gform_wrapper ul li.gfield.pad, .form_rev .gform_wrapper ul li.gfield.pad {
	padding: 0 1.7rem;
}

.prod_request .gform_wrapper ul li.gfield.send-btn, .form_rev .gform_wrapper ul li.gfield.send-btn {
	margin-top: 2.7rem;
}

.prod_request .gform_wrapper ul li.gfield.send-btn button .img, .form_rev .gform_wrapper ul li.gfield.send-btn button .img {
	width: 6.9rem;
	background: #1079B6;
}

@media (min-width: 400px) {

	.prod_request .gform_wrapper ul li.gfield.send-btn button .img, .form_rev .gform_wrapper ul li.gfield.send-btn button .img {
		width: 9.9rem;
	}
}

@media (min-width: 990px) {

	.prod_request .gform_wrapper ul li.gfield.send-btn button .img, .form_rev .gform_wrapper ul li.gfield.send-btn button .img {
		width: 5.5rem;
	}
}

.prod_request .gform_wrapper ul li.gfield.send-btn button .blue, .form_rev .gform_wrapper ul li.gfield.send-btn button .blue {
	width: calc(100% - 6.9rem);
	font-weight: 700;
}

@media (min-width: 400px) {

	.prod_request .gform_wrapper ul li.gfield.send-btn button .blue, .form_rev .gform_wrapper ul li.gfield.send-btn button .blue {
		width: calc(100% - 9.9rem);
	}
}

@media (min-width: 990px) {

	.prod_request .gform_wrapper ul li.gfield.send-btn button .blue, .form_rev .gform_wrapper ul li.gfield.send-btn button .blue {
		width: calc(100% - 5.5rem);
	}
}

.contact_form .gform_wrapper form, .contacts_form .gform_wrapper form, .form_rev .gform_wrapper form {
	display: block;
}

.contact_form .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
		.contact_form .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
		.contacts_form .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
		.contacts_form .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
		.form_rev .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
		.form_rev .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	margin: 0;
}

.contact_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.contact_form .gform_wrapper textarea.medium,
		.contacts_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.contacts_form .gform_wrapper textarea.medium,
		.form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.form_rev .gform_wrapper textarea.medium {
	background: #fff;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border-radius: 1rem;
	border: .1rem solid transparent;
	padding: 1.8rem 2.7rem;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #7b7b7b;
	transition: .3s ease;
}

.contact_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .contact_form .gform_wrapper textarea.medium:-ms-input-placeholder, .contacts_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .contacts_form .gform_wrapper textarea.medium:-ms-input-placeholder, .form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .form_rev .gform_wrapper textarea.medium:-ms-input-placeholder {
	color: #7b7b7b;
}

.contact_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .contact_form .gform_wrapper textarea.medium::placeholder, .contacts_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .contacts_form .gform_wrapper textarea.medium::placeholder, .form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .form_rev .gform_wrapper textarea.medium::placeholder {
	color: #7b7b7b;
}

.contact_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .contact_form .gform_wrapper textarea.medium:focus, .contacts_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .contacts_form .gform_wrapper textarea.medium:focus, .form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .form_rev .gform_wrapper textarea.medium:focus {
	border: .1rem solid #0B1867;
}

.contact_form .gform_wrapper textarea.medium, .contacts_form .gform_wrapper textarea.medium, .form_rev .gform_wrapper textarea.medium {
	height: 13rem;
}

.contact_form .gform_wrapper .ginput_container_textarea, .contacts_form .gform_wrapper .ginput_container_textarea, .form_rev .gform_wrapper .ginput_container_textarea {
	height: 13rem;
	margin-top: 2rem !important;
}

.contact_form .gform_wrapper ul.gform_fields li.gfield.gf_left_half, .contacts_form .gform_wrapper ul.gform_fields li.gfield.gf_left_half, .form_rev .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
	margin-bottom: 2rem;
}

@media (min-width: 640px) {

	.contact_form .gform_wrapper ul.gform_fields li.gfield.gf_left_half, .contacts_form .gform_wrapper ul.gform_fields li.gfield.gf_left_half, .form_rev .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
		padding-right: .5rem;
		margin-bottom: 0;
	}
}

@media (min-width: 640px) {

	.contact_form .gform_wrapper ul.gform_fields li.gfield.gf_right_half, .contacts_form .gform_wrapper ul.gform_fields li.gfield.gf_right_half, .form_rev .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
		padding-left: .5rem;
	}
}

.contact_form .gform_wrapper .gform_body, .contacts_form .gform_wrapper .gform_body, .form_rev .gform_wrapper .gform_body {
	width: 100%;
}

.contact_form .gform_wrapper .gform_footer, .contacts_form .gform_wrapper .gform_footer, .form_rev .gform_wrapper .gform_footer {
	margin: 2rem auto 0;
}

.contacts_form .gform_wrapper form, .career_form .gform_wrapper form {
	display: block;
}

.contacts_form .gform_wrapper .gform_body, .career_form .gform_wrapper .gform_body {
	width: 100%;
}

.contacts_form .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
		.contacts_form .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
		.career_form .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
		.career_form .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	margin: 0 0 1rem;
}

@media (min-width: 640px) {

	.contacts_form .gform_wrapper .top_label li.gfield.gf_left_half, .career_form .gform_wrapper .top_label li.gfield.gf_left_half {
		padding-right: .4rem;
	}
}

@media (min-width: 768px) {

	@media (max-width: 990px) {

		.contacts_form .gform_wrapper .top_label li.gfield.gf_left_half, .career_form .gform_wrapper .top_label li.gfield.gf_left_half {
			padding-right: 0 !important;
		}
	}
}

@media (min-width: 640px) {

	.contacts_form .gform_wrapper .top_label li.gfield.gf_right_half, .career_form .gform_wrapper .top_label li.gfield.gf_right_half {
		padding-left: .4rem;
	}
}

@media (min-width: 768px) {

	@media (max-width: 990px) {

		.contacts_form .gform_wrapper .top_label li.gfield.gf_right_half, .career_form .gform_wrapper .top_label li.gfield.gf_right_half {
			padding-left: 0 !important;
		}
	}
}

@media (min-width: 768px) {

	@media (max-width: 990px) {

		.contacts_form .gform_wrapper .top_label li.gfield.gf_right_half,
		.contacts_form .gform_wrapper .top_label li.gfield.gf_left_half,
		.career_form .gform_wrapper .top_label li.gfield.gf_right_half,
		.career_form .gform_wrapper .top_label li.gfield.gf_left_half {
			width: 100%;
		}
	}
}

.contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col, .career_form .gform_wrapper .top_label li.gfield.gf_list_3col {
	margin-top: 2rem;
}

@media (min-width: 768px) {

	.contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col, .career_form .gform_wrapper .top_label li.gfield.gf_list_3col {
		margin-top: 1rem;
	}
}

.contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col .gfield_label, .career_form .gform_wrapper .top_label li.gfield.gf_list_3col .gfield_label {
	display: block;
	padding-left: 2.5rem;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-transform: uppercase;
	color: #0B1867;
	margin-bottom: 2rem;
}

.contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col ul.gfield_checkbox li label, .career_form .gform_wrapper .top_label li.gfield.gf_list_3col ul.gfield_checkbox li label {
	max-width: 90%;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #0B1867;
}

@media (min-width: 768px) {

	@media (max-width: 1024px) {

		.contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col ul.gfield_checkbox li, .career_form .gform_wrapper .top_label li.gfield.gf_list_3col ul.gfield_checkbox li {
			width: 50%;
		}
	}
}

.contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:not(:checked),
		    .contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:checked,
		    .career_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:not(:checked),
		    .career_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:checked {
	position: absolute;
	left: -20px;
}

.contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:not(:checked) + label,
		    .contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:checked + label,
		    .career_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:not(:checked) + label,
		    .career_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:checked + label {
	position: relative;
	padding-left: 2.5rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	line-height: 1.5rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	display: block;
}

.contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:not(:checked) + label:before,
		    .contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:checked + label:before,
		    .career_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:not(:checked) + label:before,
		    .career_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.5rem;
	height: 1.5rem;
	border: 0.1rem solid #238FCD;
	background: #fff;
}

.contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:not(:checked) + label:after,
		    .contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:checked + label:after,
		    .career_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:not(:checked) + label:after,
		    .career_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:checked + label:after {
	content: '';
	width: 1.5rem;
	height: 1.5rem;
	background: #238FCD;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s;
	font-weight:900;
}

.contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:not(:checked) + label:after, .career_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.contacts_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:checked + label:after, .career_form .gform_wrapper .top_label li.gfield.gf_list_3col [type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.contacts_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.contacts_form .gform_wrapper textarea.medium,
		.career_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.career_form .gform_wrapper textarea.medium {
	padding: 1.75rem 2rem;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #050D3B;
}

.contacts_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .contacts_form .gform_wrapper textarea.medium:-ms-input-placeholder, .career_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .career_form .gform_wrapper textarea.medium:-ms-input-placeholder {
	color: #050D3B;
}

.contacts_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .contacts_form .gform_wrapper textarea.medium::placeholder, .career_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .career_form .gform_wrapper textarea.medium::placeholder {
	color: #050D3B;
}

.contacts_form .gform_wrapper .ginput_container_textarea, .career_form .gform_wrapper .ginput_container_textarea {
	margin-bottom: 2rem !important;
}

.contacts_form .gform_wrapper .top_label li.gfield.privacy, .career_form .gform_wrapper .top_label li.gfield.privacy {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2.6rem;
	color: #0B1867;
}

.contacts_form .gform_wrapper .top_label li.gfield.privacy a, .career_form .gform_wrapper .top_label li.gfield.privacy a {
	display: inline-block;
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2.6rem;
	padding: 0;
	text-decoration: underline;
	color: #238FCD;
}

.contacts_form .gform_wrapper .top_label li.gfield.privacy a:hover, .career_form .gform_wrapper .top_label li.gfield.privacy a:hover {
	text-decoration: none;
	color: #0B1867;
}

.contacts_form .gform_wrapper .gform_footer, .career_form .gform_wrapper .gform_footer {
	width: 100%;
}

.career_form .gform_wrapper .gform_body, .form_rev .gform_wrapper .gform_body {
	background: #fff;
	padding: 0 3rem 2.2rem;
	border-radius: 0 0 1rem 1rem;
}

@media (min-width: 768px) {

	.career_form .gform_wrapper .gform_body, .form_rev .gform_wrapper .gform_body {
		border-radius: 0 0 0 1rem;
	}
}

.career_form .gform_wrapper ul.gform_fields li.gfield, .form_rev .gform_wrapper ul.gform_fields li.gfield {
	margin-bottom: .8rem;
}

.career_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 1.25rem;
	text-align: center;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #7b7b7b;
}

.career_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
	color: #7b7b7b;
}

.career_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	color: #7b7b7b;
}

.career_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
	color: #0B1867;
}

.career_form .gform_wrapper ul.gform_fields li.gfield.upload, .form_rev .gform_wrapper ul.gform_fields li.gfield.upload {
	position: relative;
	margin: 0 auto;
	width: 15rem;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 2rem;
}

.career_form .gform_wrapper ul.gform_fields li.gfield.upload #files, .form_rev .gform_wrapper ul.gform_fields li.gfield.upload #files {
	display: none;
}

.career_form .gform_wrapper ul.gform_fields li.gfield.upload label, .form_rev .gform_wrapper ul.gform_fields li.gfield.upload label {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-transform: uppercase;
	color: #050D3B;
	cursor: pointer;
	transition: .3s ease;
}

.career_form .gform_wrapper ul.gform_fields li.gfield.upload label img, .form_rev .gform_wrapper ul.gform_fields li.gfield.upload label img {
	margin-right: 1.6rem;
}

.career_form .gform_wrapper ul.gform_fields li.gfield.upload:hover label, .form_rev .gform_wrapper ul.gform_fields li.gfield.upload:hover label {
	color: #238FCD;
}

.career_form .gform_wrapper .gform_footer, .form_rev .gform_wrapper .gform_footer {
	margin-top: 1.7rem;
}

.form_rev .gform_wrapper .gform_body {
	padding: 0;
}

.form_rev .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
			.form_rev .gform_wrapper textarea.medium {
	text-align: left;
	font-weight: 600;
	padding: 1.8rem 2.7rem;
}

.form_rev .gform_wrapper ul.gform_fields li.gfield {
	margin-bottom: 2rem;
}

.form_rev .gform_wrapper .ginput_container_textarea {
	margin-top: 0 !important;
}

.form_rev .gform_wrapper .gfield_radio {
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
}

.form_rev .gform_wrapper .gfield_radio li {
	margin-bottom: 0;
	list-style-type: none;
}

.form_rev .gform_wrapper .gfield_radio li [type="radio"]:not(:checked),
				    .form_rev .gform_wrapper .gfield_radio li [type="radio"]:checked {
	position: absolute;
	left: -20px;
	display: none;
}

.form_rev .gform_wrapper .gfield_radio li [type="radio"]:not(:checked) + label,
				    .form_rev .gform_wrapper .gfield_radio li [type="radio"]:checked + label {
	position: relative;
	padding-left: 2.4rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	line-height: 2.3rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 0;
}

.form_rev .gform_wrapper .gfield_radio li [type="radio"]:not(:checked) + label:before,
				    .form_rev .gform_wrapper .gfield_radio li [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	content: url(/wp-content/uploads/2023/02/empty-star.png);
	position: absolute;
	transition: all .2s;
	font-weight:900;
	width: 2.4rem;
	height: 2.3rem;
}

.form_rev .gform_wrapper .gfield_radio li [type="radio"]:not(:checked) + label:after,
				    .form_rev .gform_wrapper .gfield_radio li [type="radio"]:checked + label:after {
	content: url(/wp-content/uploads/fill-star.png);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .2s;
	width: 2.4rem;
	height: 2.3rem;
}

.form_rev .gform_wrapper .gfield_radio li [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.form_rev .gform_wrapper .gfield_radio li [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.form_rev .gform_wrapper .gfield_radio li.hover [type="radio"]:not(:checked) + label:before,
				    	.form_rev .gform_wrapper .gfield_radio li.hover [type="radio"]:checked + label:before,
				    	.form_rev .gform_wrapper .gfield_radio li.selected [type="radio"]:not(:checked) + label:before,
				    	.form_rev .gform_wrapper .gfield_radio li.selected [type="radio"]:checked + label:before {
	content: url(/wp-content/uploads/fill-star.png);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .2s;
}

.form_rev .gform_wrapper .full-star {
	text-align: center;
}

.form_rev .gform_wrapper .full-star .gfield_label {
	display: block !important;
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: .9rem;
}

.form_rev .gform_wrapper .full-star .gfield_label .gfield_required {
	display: none;
}

.form_rev .gform_wrapper .full-star .ginput_container_radio {
	width: 13.7rem;
	margin: 0 auto 3.6rem !important;
}

.form_rev .gform_wrapper .full-star .gfield_radio [type="radio"]:not(:checked) + label:before,
					.form_rev .gform_wrapper .full-star .gfield_radio [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	content: url(/wp-content/uploads/fill-star.png);
	position: absolute;
	transition: all .2s;
	font-weight:900;
}

.form_rev .gform_wrapper .remove-full-star .gfield_radio [type="radio"]:not(:checked) + label:before,
					.form_rev .gform_wrapper .remove-full-star .gfield_radio [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	content: url(/wp-content/uploads/empty-star.png);
	position: absolute;
	transition: all .2s;
	font-weight:900;
}

.form_rev .gform_wrapper .gform_footer {
	padding: 0;
	text-align: center;
	margin: 2rem auto 0;
}

.form_rev .gform_wrapper .gform_footer input.button,
				.form_rev .gform_wrapper .gform_footer input[type=submit],
				.form_rev .gform_wrapper .gform_footer .gform_page_footer input.button,
				.form_rev .gform_wrapper .gform_footer .gform_page_footer input[type=submit] {
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	transition: .3s ease;
	box-shadow: inset 0 0 #238FCD, inset 0 0 #238FCD;
	transition: color 0.3s ease, box-shadow 0.2s ease-out;
}

.form_rev .gform_wrapper .gform_footer input.button:hover, .form_rev .gform_wrapper .gform_footer input[type=submit]:hover, .form_rev .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .form_rev .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	background: #2c78a4;
	box-shadow: inset 0 3.1rem #0B1867, inset 0 -3.1rem #0B1867;
}

/* -------------------------- *\
    .home_blog
\* -------------------------- */

.home_blog { 
	padding: 4rem 0;
	text-align: center;
}

.home_blog .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 4.8rem 0 6rem;
}

.home_blog .grid .post_item {
	padding: 0 .5rem;
	min-width: 28rem;
}

@media (min-width: 768px) {

	.home_blog .grid .post_item {
		min-width: 37rem;
	}
}

@media (min-width: 880px) {

	.home_blog .grid .post_item {
		min-width: 27.6rem;
	}
}

@media (min-width: 990px) {

	.home_blog .grid .post_item {
		width: calc(33.33% - 1rem);
		min-width: auto;
	}
}

.home_blog .slick-dots {
	bottom: -4rem;
}

.home_blog .slick-dots li {
	width: 4rem;
	height: .5rem;
}

.home_blog .slick-dots li button {
	width: 4rem;
	height: .5rem;
	background: #d8d8d8;
	padding: 0;
	transition: .3s ease;
}

.home_blog .slick-dots li button:before {
	content: none;
}

.home_blog .slick-dots li.slick-active button, .home_blog .slick-dots li:hover button {
	background: #0B1867;
}

.home_blog .btn {
	display: inline-block;
	min-width: 21.8rem;
}

.home_blog.similar_post {
	padding: 0;
}

.home_blog.similar_post .shell {
	max-width: 121rem !important;
}

/* -------------------------- *\
    .post_item
\* -------------------------- */

.post_item .img {
	display: block;
	overflow: hidden;
	background: #000;
	width: 100%;
	height: 23.9rem;
	margin-bottom: 1.9rem;
}

.post_item .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: .3s ease;
}

.post_item .img:hover img {
	opacity: .7;
	transform: scale(1.2);
}

.post_item h2 {
	margin-bottom: 1rem;
}

.post_item h2 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;/* autoprefixer: off */
	-webkit-box-orient: vertical;/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.4rem;
	color: #0B1867;
	text-align: left;
}

.post_item h2 a:hover {
	color: #000;
}

.post_item p {
	text-align: left;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 3;/* autoprefixer: off */
	-webkit-box-orient: vertical;/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #7b7b7b;
}

.post_item .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin-top: 1.9rem;
}

.post_item .b a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	color: #238FCD;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.post_item .b a svg {
	width: 2rem;
	height: 1.5rem;
	fill: #238FCD;
	margin-right: 1rem;
}

.post_item .b a:hover svg {
	margin-right: 1.5rem;
}

.post_item .b span {
	padding-left: 1rem;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #7b7b7b;
}

/* -------------------------- *\
    .home_why
\* -------------------------- */

.home_why { 
	background: #F5F5F5;
	padding: 3.8rem 0 4rem;
	text-align: center;
}

@media (min-width: 768px) {

	.home_why {
		padding: 3.7rem 0 2.7rem;
	}
}

.home_why h2 {
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #0B1867;
	margin-bottom: 1.6rem;
}

.home_why p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	max-width: 87rem;
	margin: 0 auto 2.6rem;
}

@media (min-width: 768px) {

	.home_why p {
		margin: 0 auto 2rem;
	}
}

.home_why a {
	color: #238FCD;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	display: inline-block;
}

/* -------------------------- *\
    .newsletter
\* -------------------------- */

.newsletter { 
	padding: 3.8rem 0;
}

.newsletter .hold {
	padding: 0 2rem;
	max-width: 87rem;
	margin: 0 auto;
	text-align: center;
}

@media (min-width: 880px) {

	.newsletter .hold {
		padding: 0;
	}
}

.newsletter .hold h2 {
	font-weight: 700;
	font-size: 2.7rem;
	line-height: 3.3rem;
	color: #238FCD;
	margin-bottom: 1rem;
}

.newsletter .hold p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 0;
	color: #0B1867;
	max-width: 48rem;
	margin: 0 auto;
}

.newsletter .hold p.note {
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #7b7b7b;
	max-width: 100%;
	margin-top: 1rem;
}

.newsletter .hold .newsletter_form {
	margin: 0 auto;
}

.newsletter .hold >div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-top: 2rem;
}

.newsletter .hold >div .l,
			.newsletter .hold >div .r {
	width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {

	.newsletter .hold >div .l,
			.newsletter .hold >div .r {
		width: calc(50% - 1.5rem);
	}
}

/* -------------------------- *\
    .product_listing
\* -------------------------- */

.product_listing { 
	padding: 3.6rem 3rem;
	position: relative;
	text-align: center;
}

@media (min-width: 420px) {

	.product_listing {
		padding: 3.6rem 8.2rem;
	}
}

@media (min-width: 690px) {

	.product_listing {
		padding: 3.6rem 5.2rem;
	}
}

@media (min-width: 768px) {

	.product_listing {
		padding: 6rem 8.2rem;
	}
}

@media (min-width: 1220px) {

	.product_listing {
		padding: 6rem 2rem;
	}
}

@media (min-width: 1250px) {

	.product_listing {
		padding: 6rem 0;
	}
}

.product_listing .shell {
	max-width: 122rem;
	overflow: hidden;
	padding: 0;
}

.product_listing .shell:after {
	content: '';
	width: calc(100% - 4rem);
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: .4rem;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.product_listing .shell:after {
		width: 100%;
	}
}

.product_listing .bot {
	margin-bottom: 6.1rem;
	width: 100%;
}

.product_listing .bot .slick-list,
		.product_listing .bot .slick-track {
	width: 100%;
}

.product_listing .bot .slick-track {
	float: left;
}

.product_listing__slider,
	.product_listing .last_view__slider {
	display: -ms-flexbox;
	display: flex;
	margin: 2rem -.4rem 0;
}

.product_listing .slick-dots {
	bottom: -3.5rem;
	width: 100%;
}

.product_listing .slick-dots li {
	width: 2.3rem;
	height: .5rem;
}

@media (min-width: 768px) {

	.product_listing .slick-dots li {
		width: 4rem;
	}
}

.product_listing .slick-dots li button {
	width: 2.3rem;
	height: .5rem;
	background: #d8d8d8;
	padding: 0;
	transition: .3s ease;
}

.product_listing .slick-dots li button:before {
	content: none;
}

@media (min-width: 768px) {

	.product_listing .slick-dots li button {
		width: 4rem;
	}
}

.product_listing .slick-dots li.slick-active button, .product_listing .slick-dots li:hover button {
	background: #0B1867;
}

.product_listing .prev2,
	.product_listing .next2 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	transition: .3s ease;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	left: .5rem;
	width: 2.2rem;
	height: 3.5rem;
	opacity: .2;
	display: none;
}

@media (min-width: 420px) {

	.product_listing .prev2,
	.product_listing .next2 {
		left: 2rem;
	}
}

.product_listing .prev2 svg, .product_listing .next2 svg {
	width: 3.2rem;
	height: 4.5rem;
	transform: rotate(180deg);
	fill: #238FCD;
}

.product_listing .prev2:hover, .product_listing .next2:hover {
	opacity: 1;
}

@media (min-width: 1220px) {

	.product_listing .prev2,
	.product_listing .next2 {
		display: none !important;
	}
}

.product_listing .next2 {
	left: auto;
	right: .5rem;
}

@media (min-width: 420px) {

	.product_listing .next2 {
		right: 2rem;
	}
}

.product_listing .next2 svg {
	transform: rotate(0);
}

.product_listing .next2 + .btn {
	min-width: 21.8rem;
	display: inline-block;
}

.product_listing + .product_listing .shell:after {
	content: none;
}

.product_listing--archive {
	padding: 2.3rem 0 5.1rem;
}

.product_listing--archive .shell {
	position: relative;
	overflow: visible;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (max-width: 1220px) {

	.product_listing--archive .shell {
		padding: 0 2rem;
	}
}

.product_listing--archive .shell:after {
	content: none;
}

.product_listing--archive .bot {
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -.4rem;
	width: 100%;
	transition: .3s ease;
}

.product_listing--archive .bot::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.product_listing--archive .bot .prod_2 {
	width: 100%;
	float: left;
	margin-bottom: 2rem;
	min-width: 100%;
}

@media (min-width: 600px) {

	.product_listing--archive .bot .prod_2 {
		width: 50%;
		min-width: 50%;
	}
}

@media (min-width: 900px) {

	.product_listing--archive .bot .prod_2 {
		width: 33.33%;
		min-width: 33.33%;
	}
}

@media (min-width: 1200px) {

	.product_listing--archive .bot .prod_2 {
		width: 25%;
		min-width: 25%;
	}
}

@media (min-width: 900px) {

	.product_listing--archive .bot.small {
		width: calc(100% - 30rem);
	}

	.product_listing--archive .bot.small .prod_2 {
		width: 50%;
		min-width: 50%;
	}
}

@media (min-width: 1200px) {

	.product_listing--archive .bot.small .prod_2 {
		width: 33.33%;
		min-width: 33.33%;
	}
}

.product_listing.last_view .last_view__slider,
		.product_listing.last_view .slick-list,
		.product_listing.last_view .slick-track {
	width: 100%;
}

.product_listing.last_view .last_view__slider {
	margin-top: 2rem;
	display: -ms-flexbox;
	display: flex;
	overflow-x: scroll;
}

.product_listing.last_view .last_view__slider .prod_2 {
	min-width: 30.5rem
}

.product_listing.last_view .last_view__slider.slick-initialized {
	overflow-x: initial;
}

.product_listing.last_view .last_view__slider.slick-initialized .prod_2 {
	min-width: 29rem
}

.product_listing.last_view .slick-track {
	float: left;
}

.product_listing.last_view .yith-similar-products:not(.in-page) {
	margin-bottom: 6.1rem;
	overflow: visible;
}

.product_listing__slider {
	overflow-x: scroll;
}

.product_listing__slider .prod_2 {
	min-width: 30.5rem
}

.product_listing__slider.slick-initialized {
	overflow-x: initial;
}

.product_listing__slider.slick-initialized .prod_2 {
	min-width: 29rem
}

.product_listing__slider.slick-initialized .prev2.slick-arrow, .product_listing__slider.slick-initialized .next2.slick-arrow {
	display: block;
}

/* -------------------------- *\
    .prod_2
\* -------------------------- */

.prod_2 { 
	min-width: 26rem;
	padding: 0 .4rem;
}

@media (min-width: 420px) {

	.prod_2 {
		min-width: 30.7rem;
	}
}

@media (min-width: 690px) {

	.prod_2 {
		min-width: 29rem;
	}
}

@media (min-width: 960px) {

	.prod_2 {
		min-width: 25rem;
	}
}

@media (min-width: 1024px) {

	.prod_2 {
		min-width: 29rem;
	}
}

@media (min-width: 1250px) {

	.prod_2 {
		max-width: 30.7rem;
	}
}

.prod_2 .int {
	padding: 0 0 0 .8rem;
	position: relative;
}

.prod_2 .int .im {
	display: block;
	border-radius: 1rem;
	border: .1rem solid #ebebeb;
	position: relative;
	width: 100%;
	height: 26.1rem;
	margin-bottom: 1.4rem;
}

.prod_2 .int .im img {
	width: 23rem;
	height: 17.5rem;
	height: 23rem;
	-o-object-fit: contain;
	   object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.prod_2 .int .im .t_l,
			.prod_2 .int .im .t_r,
			.prod_2 .int .im .t_b {
	position: absolute;
	top: .8rem;
	left: -.8rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 13.6rem;
}

.prod_2 .int .im .t_l span, .prod_2 .int .im .t_r span, .prod_2 .int .im .t_b span {
	display: inline-block;
	border-radius: .6rem;
	padding: .4rem 1.2rem .5rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	text-align: center;
}

.prod_2 .int .im .t_l span + span, .prod_2 .int .im .t_r span + span, .prod_2 .int .im .t_b span + span {
	margin-top: .5rem;
}

.prod_2 .int .im .t_l span.new, .prod_2 .int .im .t_r span.new, .prod_2 .int .im .t_b span.new {
	background: #238FCD;
}

.prod_2 .int .im .t_l span.second, .prod_2 .int .im .t_r span.second, .prod_2 .int .im .t_b span.second {
	padding: .4rem .8rem .5rem;
	background: #B0C705;
}

.prod_2 .int .im .t_l span.best, .prod_2 .int .im .t_r span.best, .prod_2 .int .im .t_b span.best {
	background: #FE4A1C;
	padding: .35rem .6rem .35rem .8rem;
	text-transform: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.prod_2 .int .im .t_l span.best svg, .prod_2 .int .im .t_r span.best svg, .prod_2 .int .im .t_b span.best svg {
	width: 1.6rem;
	height: 2rem;
	fill: #fff;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	margin-right: .6rem;
}

.prod_2 .int .im .t_r,
			.prod_2 .int .im .t_b {
	left: auto;
	right: .8rem;
}

.prod_2 .int .im .t_b {
	top: auto;
	bottom: .8rem;
	display: block;
}

.prod_2 .int .im .t_b .rental {
	background: #fff;
	border: .1rem solid #B0C705;
	border-radius: .6rem;
	padding: .35rem 1rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-align: center;
	color: #238FCD;
	text-shadow: none;
	text-transform: none;
}

.prod_2 .int .im .circle {
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(0,0,0, .5);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

.prod_2 .int .im .circle svg {
	width: 0;
	height: 0;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.prod_2 .int .im:hover {
	background: rgba(0,0,0, .1);
}

.prod_2 .int .im:hover .circle {
	width: 5.1rem;
	height: 5.1rem;
	opacity: 1;
	visibility: visible;
}

.prod_2 .int .im:hover .circle svg {
	width: 2.7rem;
	height: 2.7rem;
}

.prod_2 .int .b h2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;/* autoprefixer: off */
	-webkit-box-orient: vertical;/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #0B1867;
	margin-bottom: 1rem;
}

.prod_2 .int .b .details {
	margin-bottom: .7rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.prod_2 .int .b .details span {
	display: block;
	width: calc(50% - .2rem);
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #0B1867;
	margin-bottom: .7rem;
}

@media (max-width: 420px) {

	.prod_2 .int .b .details span {
		font-size: 1.2rem;
	}
}

.prod_2 .int .b .details span:nth-child(odd) {
	text-align: left;
}

.prod_2 .int .b .details span:nth-child(even) {
	text-align: right;
}

.prod_2 .int .b .btns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.prod_2 .int .b .btns .btn {
	padding: 1.3rem .5rem;
	text-transform: none;
	width: calc(50% - .55rem);
	cursor: pointer;
}

@media (max-width: 420px) {

	.prod_2 .int .b .btns .btn {
		font-size: 1.3rem;
	}
}

@media (min-width: 960px) {

	@media (max-width: 1024px) {

		.prod_2 .int .b .btns .btn {
			font-size: 1.3rem;
		}
	}
}

.prod_2 .int .b .btns .add_to_cart_button .add {
	display: none;
}

.prod_2 .int .b .btns .add_to_cart_button.dif .in {
	display: none;
}

.prod_2 .int .b .btns .add_to_cart_button.dif .add {
	display: block;
}

.prod_2 .int .b .btns .added_to_cart {
	display: none;
}

.prod_2__2 .int .im {
	margin-bottom: .9rem;
}

.prod_2__2 .int h2 {
	margin: 0 auto 1rem;
}

@media (min-width: 960px) {

	.prod_2__2 .int h2 {
		max-width: 19rem;
	}
}

.prod_2__2 .int h2 + span {
	text-align: center;
	display: block;
	margin-bottom: 1.1rem;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #0B1867;
}

.prod_2__2 .cat {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: .7rem;
}

.prod_2__2 .cat span {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: #7b7b7b;
	padding-right: .5rem;
	display: -webkit-box;
	-webkit-line-clamp: 1;/* autoprefixer: off */
	-webkit-box-orient: vertical;/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod_2__2 .cat span + span {
	padding: 0;
}

.prod_2__2 .cat span.blue {
	background: #238FCD;
	border-radius: .3rem;
	padding: .5rem .7rem;
	font-weight: 500;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 1;/* autoprefixer: off */
	-webkit-box-orient: vertical;/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
}

.prod_2__2 .details span {
	width: calc(40% - .2rem) !important;
	color: #7b7b7b !important;
}

.prod_2__2 .details span + span {
	width: calc(60% - .2rem) !important;
}

/* -------------------------- *\
    .breadcrumb
\* -------------------------- */

.breadcrumb { 
	padding: 1.2rem 0 3rem;
}

.breadcrumb .shell {
	max-width: 122rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

@media (max-width: 1240px) {

	.breadcrumb .shell {
		padding: 0 2rem;
	}
}

.breadcrumb ul {
	list-style-position: inside;
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 0;
	padding-right: 7rem;
}

@media (min-width: 620px) {

	.breadcrumb ul {
		padding-right: 0;
	}
}

.breadcrumb ul li {
	position: relative;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #7b7b7b;
	padding-right: 2rem;
}

.breadcrumb ul li:before {
	content: '/';
	position: absolute;
	top: 0;
	right: .7rem;
}

.breadcrumb ul li a {
	color: #7b7b7b;
}

.breadcrumb ul li a:hover {
	color: #050D3B;
}

.breadcrumb ul li:last-child:before {
	content: none;
}

.breadcrumb button {
	background: transparent;
	border: 0;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #238FCD;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-family: 'Montserrat', sans-serif;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	transition: .3s ease;
	width: 100%;
	margin-top: 1rem;
}

@media (min-width: 620px) {

	.breadcrumb button {
		width: auto;
		margin-top: 0;
	}
}

.breadcrumb button svg {
	width: 2rem;
	height: 1.5rem;
	transform: rotate(180deg);
	margin-right: 1rem;
}

.breadcrumb button:hover svg {
	margin-right: 2rem;
}

/* -------------------------- *\
    .top_section
\* -------------------------- */

.top_section { 
	padding: 0;
}

.top_section .bottom .shell {
	max-width: 122rem;
}

@media (max-width: 1240px) {

	.top_section .bottom .shell {
		padding: 0 2rem;
	}
}

.top_section .bottom .t,
		.top_section .bottom .b {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.top_section .bottom .t {
	position: relative;
}

@media (min-width: 900px) {

	.top_section .bottom .t {
		border-bottom: .4rem solid #F5F5F5;
		-ms-flex-align: end;
		    align-items: flex-end;
	}
}

.top_section .bottom .t h1 {
	width: 100%;
	margin-bottom: 1.5rem;
	font-weight: 700;
	font-size: 2.7rem;
	line-height: 3.3rem;
	color: #0B1867;
}

@media (min-width: 900px) {

	.top_section .bottom .t h1 {
		width: calc(100% - 55.3rem);
		margin-bottom: .9rem;
	}
}

@media (min-width: 1024px) {

	.top_section .bottom .t h1 {
		font-size: 3.2rem;
		line-height: 3.9rem;
	}
}

.top_section .bottom .t > div {
	border-top: .4rem solid #F5F5F5;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: relative;
}

@media (min-width: 900px) {

	.top_section .bottom .t > div {
		width: 55.3rem;
		border-top: 0;
	}
}

.top_section .bottom .t > div .filters_btn {
	-ms-flex-order: 1;
	    order: 1;
	background: #F5F5F5;
	border-radius: 0 0 1rem 1rem;
	padding: 1.3rem 3.8rem 1.3rem 1.7rem;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #0B1867;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	width: 14.8rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	transition: .3s ease;
	position: relative;
	cursor: pointer;
}

.top_section .bottom .t > div .filters_btn:after {
	content: '';
	background: url(/wp-content/uploads/ar.png);
	background-size: contain;
	width: 1.4rem;
	height: .8rem;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-40%);
	transition: .3s ease;
	z-index: 10;
}

@media (min-width: 500px) {

	.top_section .bottom .t > div .filters_btn {
		width: calc(50% - .5rem);
		width: 29.1rem;
	}
}

@media (min-width: 900px) {

	.top_section .bottom .t > div .filters_btn {
		-ms-flex-order: 2;
		    order: 2;
		width: calc(55% - .5rem);
		max-width: 29.1rem;
		border-radius: 1rem 1rem 0 0;
		padding: 1.75rem 2.9rem 1.75rem 2rem;
	}
}

.top_section .bottom .t > div .filters_btn .i-filters,
					.top_section .bottom .t > div .filters_btn .arrow {
	width: 2.2rem;
	height: 1.9rem;
	fill: #0B1867;
	margin-right: 1.6rem;
}

@media (max-width: 500px) {

	.top_section .bottom .t > div .filters_btn.full {
		width: 100%;
	}
}

@media (max-width: 900px) {

	.top_section .bottom .t > div .filters_btn.full {
		border-radius: 0;
		filter: drop-shadow(0 .2rem .3rem rgba(0,0,0, 0.5));
		border-radius: 1rem 1rem 0 0;
	}
}

.top_section .bottom .t > div .filters_btn.full:after {
	transform: translateY(-40%) rotate(180deg);
}

.top_section .bottom .t > div .filters_btn + .product_filter {
	width: 100%;
	top: 100%;
	left: 0;
	border-top: .4rem solid #fff;
	z-index: 5;
}

@media (min-width: 900px) {

	.top_section .bottom .t > div .filters_btn + .product_filter {
		display: none !important;
	}
}

.top_section .bottom .t > div .filters_btn + .product_filter > div {
	border-radius: 0 0 1rem 1rem;
	filter: drop-shadow(0 .4rem .3rem rgba(0,0,0, 0.5));
}

.top_section .bottom .t > div .facetwp-sort {
	-ms-flex-order: 2;
	    order: 2;
	width: calc(100% - 15.3rem);
	position: relative;
	z-index: 1;
}

.top_section .bottom .t > div .facetwp-sort:after {
	content: '';
	background: url(/wp-content/uploads/ar.png);
	background-size: contain;
	width: 1.4rem;
	height: .8rem;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-40%);
	transition: .3s ease;
	z-index: 10;
}

.top_section .bottom .t > div .facetwp-sort:before {
	content: '';
	background: #F5F5F5;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-40%);
	z-index: 5;
}

@media (min-width: 500px) {

	.top_section .bottom .t > div .facetwp-sort {
		width: calc(50% - .5rem);
		width: calc(100% - 30rem);
	}
}

@media (min-width: 900px) {

	.top_section .bottom .t > div .facetwp-sort {
		-ms-flex-order: 1;
		    order: 1;
		width: calc(45% - .5rem);
	}
}

@media (max-width: 500px) {

	.top_section .bottom .t > div .facetwp-sort.hide {
		display: none;
	}
}

.top_section .bottom .t > div .facetwp-sort select {
	border: 0;
	background: #F5F5F5;
	border-radius: 0 0 1rem 1rem;
	padding: 1.3rem 1.7rem;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #0B1867;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 4.5rem;
	cursor: pointer;
	width: 100%;
	position: relative;
}

@media (min-width: 900px) {

	.top_section .bottom .t > div .facetwp-sort select {
		border-radius: 1rem 1rem 0 0;
		padding: 1.75rem 2.9rem 1.75rem 2rem;
		height: 5.5rem;
	}
}

.top_section .bottom .t > div .facetwp-sort select:-ms-input-placeholder {
	color: #7B7B7B;
}

.top_section .bottom .t > div .facetwp-sort select::placeholder {
	color: #7B7B7B;
}

.top_section .bottom .b {
	margin-top: 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
}

@media (min-width: 900px) {

	.top_section .bottom .b {
		margin-top: 1.1rem;
	}
}

.top_section .bottom .b .l,
			.top_section .bottom .b .r {
	width: 100%;
}

.top_section .bottom .b .l {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (min-width: 900px) {

	.top_section .bottom .b .l {
		width: calc(70% - 1rem);
	}
}

.top_section .bottom .b .l ul {
	margin-bottom: 0;
}

.top_section .bottom .b .l .facetwp-selection-label {
	display: none;
}

.top_section .bottom .b .l .facetwp-selections .facetwp-selection-value {
	display: inline-block;
	cursor: pointer;
	background-image: url(/wp-content/uploads/close.png);
	background-size: .8rem .8rem;
	background-repeat: no-repeat;
	background-position: 95% center;
}

.top_section .bottom .b .l span,
				.top_section .bottom .b .l button {
	background: #F5F5F5;
	border-radius: .4rem;
	padding: .4rem 3.5rem .4rem .8rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #0B1867;
	position: relative;
}

.top_section .bottom .b .l span svg, .top_section .bottom .b .l button svg {
	width: 1rem;
	height: 1rem;
	fill: #7b7b7b;
	position: absolute;
	top: 50%;
	right: .6rem;
	transform: translateY(-50%);
}

.top_section .bottom .b .l button {
	padding: .4rem .8rem .4rem 3.5rem;
	color: #FE4A1C;
	border: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	transition: .3s ease;
}

.top_section .bottom .b .l button svg {
	right: auto;
	left: .6rem;
	fill: #FE4A1C;
}

.top_section .bottom .b .l button:hover {
	color: #0B1867;
}

.top_section .bottom .b .l button:hover svg {
	fill: #0B1867;
}

.top_section .bottom .b .r {
	display: none;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #0B1867;
	margin-bottom: 1rem;
	text-align: right;
	float: right;
}

@media (min-width: 900px) {

	.top_section .bottom .b .r {
		display: -ms-flexbox;
		display: flex;
		width: calc(30% - 1rem);
		text-align: right;
		-ms-flex-pack: right;
		    justify-content: right;
	}
}

/* -------------------------- *\
    .woocommerce-page
\* -------------------------- */

.woocommerce-page .benefits {
	padding: 2.8rem 0 2.8rem 2.1rem;
	position: relative;
}

.woocommerce-page .benefits:after {
	content: '';
	width: calc(100% - 4rem);
	max-width: 121rem;
	height: 0.4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0.4rem;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.woocommerce-page .benefits:after {
		width: 100%;
	}
}

@media (min-width: 1210px) {

	.woocommerce-page .benefits {
		padding: 6rem 0;
	}
}

.woocommerce-page.single-product .benefits:after {
	content: none;
}

@media (min-width: 1200px) {

	.woocommerce-page.single-product .benefits {
		padding: 0 0 6rem;
	}
}

.woocommerce-page.single-product .taxonomy_faq {
	position: relative;
	padding-top: 3.2rem;
	margin-top: 3.2rem;
}

@media (min-width: 1200px) {

	.woocommerce-page.single-product .taxonomy_faq {
		padding-top: 6rem;
		margin-top: 6rem;
	}
}

.woocommerce-page.single-product .taxonomy_faq:after,
			.woocommerce-page.single-product .taxonomy_faq:before {
	content: '';
	width: calc(100% - 4rem);
	max-width: 121rem;
	height: 0.4rem;
	background: #F5F5F5;
	position: absolute;
	top: 0.4rem;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.woocommerce-page.single-product .taxonomy_faq:after,
			.woocommerce-page.single-product .taxonomy_faq:before {
		width: 100%;
	}
}

.woocommerce-page.single-product .taxonomy_faq:after {
	top: auto;
	bottom: .4rem;
}

/* -------------------------- *\
    .taxonomy_faq
\* -------------------------- */

.taxonomy_faq,
.faq,
.faq_2 { 
	padding: 3.6rem 0;
	position: relative;
}

@media (min-width: 900px) {

	.taxonomy_faq,
.faq,
.faq_2 {
		padding: 6rem 0;
	}
}

.taxonomy_faq:after, .faq:after, .faq_2:after {
	content: '';
	width: calc(100% - 4rem);
	max-width: 121rem;
	height: 0.4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0.4rem;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.taxonomy_faq:after, .faq:after, .faq_2:after {
		width: 100%;
	}
}

@media (min-width: 768px) {

	.taxonomy_faq .shell, .faq .shell, .faq_2 .shell {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 768px) {

	.taxonomy_faq .shell .l,
		.taxonomy_faq .shell .r,
		.faq .shell .l,
		.faq .shell .r,
		.faq_2 .shell .l,
		.faq_2 .shell .r {
		width: calc(50% - .7rem);
	}
}

.taxonomy_faq h2, .faq h2, .faq_2 h2 {
	font-weight: 700;
	font-size: 2.7rem;
	line-height: 3.3rem;
	color: #0B1867;
	text-align: center;
	margin-bottom: 3.6rem;
	width: 100%;
}

@media (min-width: 900px) {

	.taxonomy_faq h2, .faq h2, .faq_2 h2 {
		font-size: 3.2rem;
		line-height: 3.9rem;
		margin-bottom: 3.2rem;
	}
}

.taxonomy_faq .faq_item, .faq .faq_item, .faq_2 .faq_item {
	margin-bottom: 2rem;
	border-radius: 1rem;
	border: .1rem solid transparent;
	transition: .3s ease;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border: .1rem solid #F5F5F5;
}

@media (min-width: 768px) {

	.taxonomy_faq .faq_item, .faq .faq_item, .faq_2 .faq_item {
		margin-bottom: 1.7rem;
	}
}

.taxonomy_faq .faq_item .taxonomy_faq_title, .faq .faq_item .taxonomy_faq_title, .faq_2 .faq_item .taxonomy_faq_title {
	width: 100%;
	padding: 2rem 4.3rem 2rem 1.9rem;
	border: 0;
	background: #fff;
	border-radius: 1rem;
	border: 0;
	text-align: left;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	transition: .3s ease;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #050D3B;
	position: relative;
	display: block;
}

@media (min-width: 420px) {

	.taxonomy_faq .faq_item .taxonomy_faq_title, .faq .faq_item .taxonomy_faq_title, .faq_2 .faq_item .taxonomy_faq_title {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

@media (min-width: 900px) {

	.taxonomy_faq .faq_item .taxonomy_faq_title, .faq .faq_item .taxonomy_faq_title, .faq_2 .faq_item .taxonomy_faq_title {
		padding: 1.3rem 6.8rem 1.3rem 2.6rem;
	}
}

.taxonomy_faq .faq_item .taxonomy_faq_title span, .faq .faq_item .taxonomy_faq_title span, .faq_2 .faq_item .taxonomy_faq_title span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	width: 2.2rem;
	height: 1.4rem;
}

.taxonomy_faq .faq_item .taxonomy_faq_title span svg, .faq .faq_item .taxonomy_faq_title span svg, .faq_2 .faq_item .taxonomy_faq_title span svg {
	width: 3.2rem;
	height: 2.4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	fill: #238FCD;
}

@media (min-width: 900px) {

	.taxonomy_faq .faq_item .taxonomy_faq_title span, .faq .faq_item .taxonomy_faq_title span, .faq_2 .faq_item .taxonomy_faq_title span {
		right: 2.3rem;
	}
}

.taxonomy_faq .faq_item .taxonomy_faq_title.open,
			.taxonomy_faq .faq_item .taxonomy_faq_title:hover,
			.faq .faq_item .taxonomy_faq_title.open,
			.faq .faq_item .taxonomy_faq_title:hover,
			.faq_2 .faq_item .taxonomy_faq_title.open,
			.faq_2 .faq_item .taxonomy_faq_title:hover {
	color: #050D3B;
}

.taxonomy_faq .faq_item .taxonomy_faq_title.open, .faq .faq_item .taxonomy_faq_title.open, .faq_2 .faq_item .taxonomy_faq_title.open {
	box-shadow: none;
	color: #050D3B;
	padding: 2rem 4.3rem 1rem 1.9rem;
}

@media (min-width: 900px) {

	.taxonomy_faq .faq_item .taxonomy_faq_title.open, .faq .faq_item .taxonomy_faq_title.open, .faq_2 .faq_item .taxonomy_faq_title.open {
		padding: 1.3rem 6.8rem 1.7rem 2.6rem;
	}
}

.taxonomy_faq .faq_item .taxonomy_faq_title.open span svg, .faq .faq_item .taxonomy_faq_title.open span svg, .faq_2 .faq_item .taxonomy_faq_title.open span svg {
	transform: translate(-50%, -50%) rotate(270deg);
}

.taxonomy_faq .faq_item .taxonomy_panel, .faq .faq_item .taxonomy_panel, .faq_2 .faq_item .taxonomy_panel {
	width: 100%;
	margin: 0 auto;
	bottom: 2.5rem;
	padding: 0 1.9rem 2.2rem;
	display: none;
}

@media (min-width: 900px) {

	.taxonomy_faq .faq_item .taxonomy_panel, .faq .faq_item .taxonomy_panel, .faq_2 .faq_item .taxonomy_panel {
		padding: 0 3.2rem 1.5rem 2.6rem;
	}
}

.taxonomy_faq .faq_item .taxonomy_panel p, .faq .faq_item .taxonomy_panel p, .faq_2 .faq_item .taxonomy_panel p {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #050D3B;
	margin-bottom: 1.5rem;
}

.taxonomy_faq .faq_item .taxonomy_panel p:last-of-type, .faq .faq_item .taxonomy_panel p:last-of-type, .faq_2 .faq_item .taxonomy_panel p:last-of-type {
	margin-bottom: 0;
}

.taxonomy_faq .faq_item .taxonomy_faq_title + .taxonomy_panel, .faq .faq_item .taxonomy_faq_title + .taxonomy_panel, .faq_2 .faq_item .taxonomy_faq_title + .taxonomy_panel {

}

.taxonomy_faq .faq_item.shadow, .faq .faq_item.shadow, .faq_2 .faq_item.shadow {

}

.faq:after{
	content: none;
}

/* -------------------------- *\
    .bottom_content
\* -------------------------- */

.bottom_content { 
	background: #F5F5F5;
	padding: 3.8rem 0 2.9rem;
	text-align: center;
}

.bottom_content .shell {
	max-width: 87rem;
}

@media (min-width: 768px) {

	.bottom_content {
		padding: 3.7rem 0 2.7rem;
	}
}

.bottom_content h2 {
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #0B1867;
	margin-bottom: 1.6rem;
}

.bottom_content p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	max-width: 87rem;
	margin: 0 auto 2.6rem;
}

@media (min-width: 768px) {

	.bottom_content p {
		margin: 0 auto 2rem;
	}
}

.bottom_content p:not(:first-of-type) {
	display: none;
}

.bottom_content ul {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	max-width: 87rem;
	margin: 0 auto 2.6rem;
	list-style-position: inside;
	padding-left: 2rem;
}

@media (min-width: 768px) {

	.bottom_content ul {
		margin: 0 auto 2rem;
	}
}

.bottom_content .show_content,
	.bottom_content .hide_content {
	color: #238FCD;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	transition: .3s ease;
}

.bottom_content .show_content:hover, .bottom_content .hide_content:hover {
	color: #050D3B;
}

.bottom_content .show_content.hide, .bottom_content .hide_content.hide {
	display: none;
}

.bottom_content .hide_content.hide {
	display: none;
}

.bottom_content.show p:not(:first-of-type) {
	display: block;
}

/* -------------------------- *\
    .pagination
\* -------------------------- */

.pagination { 
	width: 100%;
	text-align: center;
	margin: 2.9rem auto 0;
	
}

.pagination .facetwp-pager {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
}

.pagination .facetwp-pager .facetwp-page {
	display: block;
	width: 4.4rem;
	height: 4.4rem;
	background: #E9E9E9;
	border-radius: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #050D3B;
}

.pagination .facetwp-pager .facetwp-page.active,
			.pagination .facetwp-pager .facetwp-page:hover {
	background: #238FCD;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.pagination .facetwp-pager .facetwp-page.next,
		.pagination .facetwp-pager .facetwp-page.prev {
	width: 14rem;
	height: 4.4rem;
	font-size: 1.5rem;
	line-height: 1.8rem;
	position: relative;
}

.pagination .facetwp-pager .facetwp-page.next img, .pagination .facetwp-pager .facetwp-page.prev img {
	opacity: .2;
	margin-left: 1.2rem;
	transition: .3s ease;
}

.pagination .facetwp-pager .facetwp-page.next:hover img, .pagination .facetwp-pager .facetwp-page.prev:hover img {
	opacity: 1;
	filter: brightness(0) invert(1);
}

.pagination .facetwp-pager .facetwp-page.prev {
	display: -ms-flexbox;
	display: flex;
}

.pagination .facetwp-pager .facetwp-page.prev span {
	-ms-flex-order: 2;
	    order: 2;
}

.pagination .facetwp-pager .facetwp-page.prev img {
	margin-left: 0;
	margin-right: 1.2rem;
	transform: rotate(180deg);
	-ms-flex-order: 1;
	    order: 1;
}

/* -------------------------- *\
    .fast_order
\* -------------------------- */

.fast-order-bg {
	background: rgba(0,0,0, .8);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	height: 100vh;
}

.fast-order-bg.exp {
	opacity: 1;
	visibility: visible;
	z-index: 55;
}

.fast_order { 
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, 1000%);
	width: 30rem;
	z-index: 60;
	text-align: right;
	transition: .3s ease;
}

@media (min-width: 400px) {

	.fast_order {
		width: 38.6rem;
	}
}

.fast_order.show {
	transform: translate(-50%, -45%);
}

@media (min-width: 400px) {

	.fast_order.show {
		transform: translate(-50%, -50%);
	}
}

@media (min-width: 768px) {

	.fast_order.show {
		transform: translate(-50%, -40%);
	}
}

.fast_order .close {
	width: 4.4rem;
	height: 4.4rem;
	cursor: pointer;
	position: absolute;
	display: block;
	text-align: right;
	margin: 0 0 .8rem auto;
	top: -5.2rem;
	right: 0;
}

.fast_order .close svg {
	width: 2.2rem;
	height: 2.2rem;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
}

.fast_order .close:hover svg {
	transform: translate(-50%, -50%) rotate(180deg);
}

.fast_order .in_white {
	background: #fff;
	border: .1rem solid #F5F5F5;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border-radius: 1rem;
	padding: 1.3rem 1rem;
	text-align: center;
	position: relative;
}

@media (min-width: 400px) {

	.fast_order .in_white {
		padding: 2.3rem 1rem 2.6rem;
	}
}

.fast_order .in_white h2 {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #0B1867;
	margin-bottom: .9rem;
}

@media (min-width: 400px) {

	.fast_order .in_white h2 {
		font-size: 2.1rem;
		line-height: 2.6rem;
	}
}

.fast_order .in_white p {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #0B1867;
	margin-bottom: 1rem;
}

@media (min-width: 400px) {

	.fast_order .in_white p {
		font-size: 1.6rem;
		line-height: 2rem;
		margin-bottom: 2rem;
	}
}

.fast_order .in_white .details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: start;
	    align-items: flex-start;
	border-bottom: .4rem solid #F5F5F5;
	padding-bottom: .7rem;
	margin-bottom: .5rem;
}

@media (min-width: 400px) {

	.fast_order .in_white .details {
		margin-bottom: 1rem;
	}
}

.fast_order .in_white .details .img {
	width: 9.7rem;
	height: 7.6rem;
	position: relative;
	border: .1rem solid #ebebeb;
	border-radius: 1rem;
	margin: 0 auto;
}

@media (min-width: 400px) {

	.fast_order .in_white .details .img {
		margin: 0;
	}
}

@media (min-width: 420px) {

	.fast_order .in_white .details .img {
		width: 7.7rem;
	}
}

.fast_order .in_white .details .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 75%;
	height: auto;
	min-width: 75%;
}

.fast_order .in_white .details .img + div {
	width: 100%;
	text-align: left;
	padding-top: .5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 420px) {

	.fast_order .in_white .details .img + div {
		width: calc(100% - 7.7rem);
		padding-top: 0;
		padding-left: 1.2rem;
	}
}

.fast_order .in_white .details .img + div h2 {
	font-size: 1.3rem;
	line-height: 1.8rem;
	margin-bottom: .6rem;
	width: 100%;
}

@media (min-width: 420px) {

	.fast_order .in_white .details .img + div h2 {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}
}

.fast_order .in_white .details .img + div span {
	display: block;
	width: calc(50% - 0.2rem);
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #0B1867;
	margin-bottom: 0.4rem;
}

@media (min-width: 400px) {

	.fast_order .in_white .details .img + div span {
		font-size: 1.3rem;
		line-height: 1.7rem;
		margin-bottom: 0.7rem;
	}
}

.fast_order .in_white .details .img + div span:nth-child(odd) {
	text-align: right;
}

.fast_order .in_white .details .img + div span:nth-child(even) {
	text-align: left;
}

.fast_order .in_white .quantity {
	text-align: left;
}

.fast_order .in_white .quantity h4 {
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #0B1867;
	margin-bottom: .5rem;
	padding: 0 1rem;
}

@media (min-width: 400px) {

	.fast_order .in_white .quantity h4 {
		font-size: 1.4rem;
		line-height: 2.2rem;
		margin-bottom: 1rem;
	}
}

.fast_order .in_white .quantity h4.rental {
	display: none;
}

.fast_order .in_white .quantity .buy {
	padding: 0 1rem;
}

.fast_order .in_white .quantity .buy.rental {
	display: none;
}

.fast_order .in_white .quantity .buy + h4.rental {
	border-top: 0.4rem solid #F5F5F5;
	margin-top: 1.4rem;
	padding-top: 1rem
}

.fast_order .in_white .quantity .buy__input {
	width: 100%;
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	text-align: center;
}

.fast_order .in_white .quantity .buy__decrement,
				.fast_order .in_white .quantity .buy__increment,
				.fast_order .in_white .quantity .buy__decrement2,
				.fast_order .in_white .quantity .buy__increment2 {
	width: 8.6rem;
	height: 3.4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	background: #F5F5F5;
	border-radius: 1rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

@media (min-width: 400px) {

	.fast_order .in_white .quantity .buy__decrement,
				.fast_order .in_white .quantity .buy__increment,
				.fast_order .in_white .quantity .buy__decrement2,
				.fast_order .in_white .quantity .buy__increment2 {
		height: 4.4rem;
	}
}

.fast_order .in_white .quantity .buy__decrement svg, .fast_order .in_white .quantity .buy__increment svg, .fast_order .in_white .quantity .buy__decrement2 svg, .fast_order .in_white .quantity .buy__increment2 svg {
	width: 2.2rem;
	height: 2.2rem;
	fill: rgba(35,143,205, .39);
}

.fast_order .in_white .quantity .buy__decrement:hover svg, .fast_order .in_white .quantity .buy__increment:hover svg, .fast_order .in_white .quantity .buy__decrement2:hover svg, .fast_order .in_white .quantity .buy__increment2:hover svg {
	fill: #238FCD;
}

.fast_order .in_white .quantity .buy__decrement svg, .fast_order .in_white .quantity .buy__decrement2 svg {
	transform: rotate(90deg);
}

.fast_order .in_white .quantity .buy input {
	width: calc(100% - 19.2rem);
	height: 3.4rem;
	background: #F5F5F5;
	border-radius: 1rem;
	border: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.9rem;
	color: #238FCD;
	-moz-appearance: textfield;
}

.fast_order .in_white .quantity .buy input::-webkit-outer-spin-button,
					.fast_order .in_white .quantity .buy input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

@media (min-width: 400px) {

	.fast_order .in_white .quantity .buy input {
		height: 4.4rem;
	}
}

.fast_order .in_white .quantity .fast_order_form {
	border-top: .4rem solid #F5F5F5;
	margin-top: 1.4rem;
	padding-top: 1rem;
}

.fast_order.rental.show .in_white .quantity h4.rental,
		.fast_order.rental.show .in_white .quantity .buy.rental {
	display: block;
}

/* -------------------------- *\
    .product_head
\* -------------------------- */

.product_head { 
	padding: 0;
}

.product_head h1 {
	font-weight: 700;
	font-size: 2.7rem;
	line-height: 3.3rem;
	color: #0B1867;
	margin-bottom: 1.7rem;
}

@media (min-width: 900px) {

	.product_head h1 {
		font-size: 3.2rem;
		line-height: 3.9rem;
		padding-bottom: .9rem;
		margin-bottom: 1.4rem;
		border-bottom: .4rem solid #F5F5F5;
	}
}

/* -------------------------- *\
    .product_info
\* -------------------------- */

.product_info,
.technical_specification {
	max-width: 82rem;
	margin: 0 0 4.2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.product_info .left,
	.product_info .right,
	.technical_specification .left,
	.technical_specification .right {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 900px) {

	.product_info .left,
	.product_info .right,
	.technical_specification .left,
	.technical_specification .right {
		width: calc(100% - 33.6rem);
		margin-bottom: 0;
	}
}

.product_info .left .product_gallery .inc, .product_info .right .product_gallery .inc, .technical_specification .left .product_gallery .inc, .technical_specification .right .product_gallery .inc {
	position: relative;
}

.product_info .left .product_gallery .inc .t_l,
				.product_info .left .product_gallery .inc .t_r,
				.product_info .left .product_gallery .inc .t_b,
				.product_info .right .product_gallery .inc .t_l,
				.product_info .right .product_gallery .inc .t_r,
				.product_info .right .product_gallery .inc .t_b,
				.technical_specification .left .product_gallery .inc .t_l,
				.technical_specification .left .product_gallery .inc .t_r,
				.technical_specification .left .product_gallery .inc .t_b,
				.technical_specification .right .product_gallery .inc .t_l,
				.technical_specification .right .product_gallery .inc .t_r,
				.technical_specification .right .product_gallery .inc .t_b {
	position: absolute;
	top: .8rem;
	left: -.8rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 13.6rem;
}

.product_info .left .product_gallery .inc .t_l span, .product_info .left .product_gallery .inc .t_r span, .product_info .left .product_gallery .inc .t_b span, .product_info .right .product_gallery .inc .t_l span, .product_info .right .product_gallery .inc .t_r span, .product_info .right .product_gallery .inc .t_b span, .technical_specification .left .product_gallery .inc .t_l span, .technical_specification .left .product_gallery .inc .t_r span, .technical_specification .left .product_gallery .inc .t_b span, .technical_specification .right .product_gallery .inc .t_l span, .technical_specification .right .product_gallery .inc .t_r span, .technical_specification .right .product_gallery .inc .t_b span {
	display: inline-block;
	border-radius: .6rem;
	padding: .4rem 1.2rem .5rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	text-align: center;
}

.product_info .left .product_gallery .inc .t_l span + span, .product_info .left .product_gallery .inc .t_r span + span, .product_info .left .product_gallery .inc .t_b span + span, .product_info .right .product_gallery .inc .t_l span + span, .product_info .right .product_gallery .inc .t_r span + span, .product_info .right .product_gallery .inc .t_b span + span, .technical_specification .left .product_gallery .inc .t_l span + span, .technical_specification .left .product_gallery .inc .t_r span + span, .technical_specification .left .product_gallery .inc .t_b span + span, .technical_specification .right .product_gallery .inc .t_l span + span, .technical_specification .right .product_gallery .inc .t_r span + span, .technical_specification .right .product_gallery .inc .t_b span + span {
	margin-top: .5rem;
}

.product_info .left .product_gallery .inc .t_l span.new, .product_info .left .product_gallery .inc .t_r span.new, .product_info .left .product_gallery .inc .t_b span.new, .product_info .right .product_gallery .inc .t_l span.new, .product_info .right .product_gallery .inc .t_r span.new, .product_info .right .product_gallery .inc .t_b span.new, .technical_specification .left .product_gallery .inc .t_l span.new, .technical_specification .left .product_gallery .inc .t_r span.new, .technical_specification .left .product_gallery .inc .t_b span.new, .technical_specification .right .product_gallery .inc .t_l span.new, .technical_specification .right .product_gallery .inc .t_r span.new, .technical_specification .right .product_gallery .inc .t_b span.new {
	background: #238FCD;
}

.product_info .left .product_gallery .inc .t_l span.second, .product_info .left .product_gallery .inc .t_r span.second, .product_info .left .product_gallery .inc .t_b span.second, .product_info .right .product_gallery .inc .t_l span.second, .product_info .right .product_gallery .inc .t_r span.second, .product_info .right .product_gallery .inc .t_b span.second, .technical_specification .left .product_gallery .inc .t_l span.second, .technical_specification .left .product_gallery .inc .t_r span.second, .technical_specification .left .product_gallery .inc .t_b span.second, .technical_specification .right .product_gallery .inc .t_l span.second, .technical_specification .right .product_gallery .inc .t_r span.second, .technical_specification .right .product_gallery .inc .t_b span.second {
	padding: .4rem .8rem .5rem;
	background: #B0C705;
}

.product_info .left .product_gallery .inc .t_l span.best, .product_info .left .product_gallery .inc .t_r span.best, .product_info .left .product_gallery .inc .t_b span.best, .product_info .right .product_gallery .inc .t_l span.best, .product_info .right .product_gallery .inc .t_r span.best, .product_info .right .product_gallery .inc .t_b span.best, .technical_specification .left .product_gallery .inc .t_l span.best, .technical_specification .left .product_gallery .inc .t_r span.best, .technical_specification .left .product_gallery .inc .t_b span.best, .technical_specification .right .product_gallery .inc .t_l span.best, .technical_specification .right .product_gallery .inc .t_r span.best, .technical_specification .right .product_gallery .inc .t_b span.best {
	background: #FE4A1C;
	padding: .35rem .6rem .35rem .8rem;
	text-transform: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.product_info .left .product_gallery .inc .t_l span.best svg, .product_info .left .product_gallery .inc .t_r span.best svg, .product_info .left .product_gallery .inc .t_b span.best svg, .product_info .right .product_gallery .inc .t_l span.best svg, .product_info .right .product_gallery .inc .t_r span.best svg, .product_info .right .product_gallery .inc .t_b span.best svg, .technical_specification .left .product_gallery .inc .t_l span.best svg, .technical_specification .left .product_gallery .inc .t_r span.best svg, .technical_specification .left .product_gallery .inc .t_b span.best svg, .technical_specification .right .product_gallery .inc .t_l span.best svg, .technical_specification .right .product_gallery .inc .t_r span.best svg, .technical_specification .right .product_gallery .inc .t_b span.best svg {
	width: 1.6rem;
	height: 2rem;
	fill: #fff;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	margin-right: .6rem;
}

.product_info .left .product_gallery .inc .t_r,
				.product_info .left .product_gallery .inc .t_b,
				.product_info .right .product_gallery .inc .t_r,
				.product_info .right .product_gallery .inc .t_b,
				.technical_specification .left .product_gallery .inc .t_r,
				.technical_specification .left .product_gallery .inc .t_b,
				.technical_specification .right .product_gallery .inc .t_r,
				.technical_specification .right .product_gallery .inc .t_b {
	left: auto;
	right: .8rem;
}

.product_info .left .product_gallery .inc .t_b, .product_info .right .product_gallery .inc .t_b, .technical_specification .left .product_gallery .inc .t_b, .technical_specification .right .product_gallery .inc .t_b {
	top: auto;
	bottom: .8rem;
	display: block;
}

.product_info .left .product_gallery .inc .t_b .rental, .product_info .right .product_gallery .inc .t_b .rental, .technical_specification .left .product_gallery .inc .t_b .rental, .technical_specification .right .product_gallery .inc .t_b .rental {
	background: #fff;
	border: .1rem solid #B0C705;
	border-radius: .6rem;
	padding: .35rem 1.2rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-align: center;
	color: #238FCD;
	text-shadow: none;
	text-transform: none;
}

.product_info .left .product_gallery .gallery, .product_info .right .product_gallery .gallery, .technical_specification .left .product_gallery .gallery, .technical_specification .right .product_gallery .gallery {
	margin-bottom: 0.9rem;
}

.product_info .left .product_gallery .gallery a, .product_info .right .product_gallery .gallery a, .technical_specification .left .product_gallery .gallery a, .technical_specification .right .product_gallery .gallery a {
	border: .1rem solid #ebebeb;
	border-radius: 1rem;
	padding: 2.6rem 5.2rem;
	height: 26.1rem;
	display: block;
}

@media (min-width: 900px) {

	.product_info .left .product_gallery .gallery a, .product_info .right .product_gallery .gallery a, .technical_specification .left .product_gallery .gallery a, .technical_specification .right .product_gallery .gallery a {
		height: 43.4rem;
	}
}

.product_info .left .product_gallery .gallery a:not(:first-child),.product_info .right .product_gallery .gallery a:not(:first-child),.technical_specification .left .product_gallery .gallery a:not(:first-child),.technical_specification .right .product_gallery .gallery a:not(:first-child){
	display: none;
}

.product_info .left .product_gallery .gallery.slick-initialized a:not(:first-child),.product_info .right .product_gallery .gallery.slick-initialized a:not(:first-child),.technical_specification .left .product_gallery .gallery.slick-initialized a:not(:first-child),.technical_specification .right .product_gallery .gallery.slick-initialized a:not(:first-child){
	display: block;
}

.product_info .left .product_gallery .gallery img, .product_info .right .product_gallery .gallery img, .technical_specification .left .product_gallery .gallery img, .technical_specification .right .product_gallery .gallery img {
	-o-object-fit: contain;
	   object-fit: contain;
	height: 100%;
	width: 100%;
	max-width: 38.6rem;
	margin: 0 auto;
}

.product_info .left .product_gallery .gallery_nav, .product_info .right .product_gallery .gallery_nav, .technical_specification .left .product_gallery .gallery_nav, .technical_specification .right .product_gallery .gallery_nav {
	margin: 0 -0.5rem;
	max-height: 8rem;
}

@media (min-width: 900px) {

	.product_info .left .product_gallery .gallery_nav, .product_info .right .product_gallery .gallery_nav, .technical_specification .left .product_gallery .gallery_nav, .technical_specification .right .product_gallery .gallery_nav {
		max-height: 10.1rem;
	}
}

.product_info .left .product_gallery .gallery_nav__slide li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)), .product_info .right .product_gallery .gallery_nav__slide li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)), .technical_specification .left .product_gallery .gallery_nav__slide li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)), .technical_specification .right .product_gallery .gallery_nav__slide li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
	display: none;
}

.product_info .left .product_gallery .gallery_nav__slide.slick-initialized li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)), .product_info .right .product_gallery .gallery_nav__slide.slick-initialized li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)), .technical_specification .left .product_gallery .gallery_nav__slide.slick-initialized li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)), .technical_specification .right .product_gallery .gallery_nav__slide.slick-initialized li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
	display: block;
}

.product_info .left .product_gallery .gallery_nav__slide .slick-track, .product_info .right .product_gallery .gallery_nav__slide .slick-track, .technical_specification .left .product_gallery .gallery_nav__slide .slick-track, .technical_specification .right .product_gallery .gallery_nav__slide .slick-track {
	float: left;
}

.product_info .left .product_gallery .gallery_nav ul, .product_info .right .product_gallery .gallery_nav ul, .technical_specification .left .product_gallery .gallery_nav ul, .technical_specification .right .product_gallery .gallery_nav ul {
	list-style-position: inside;
	list-style-type: none;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}

.product_info .left .product_gallery .gallery_nav ul::after, .product_info .right .product_gallery .gallery_nav ul::after, .technical_specification .left .product_gallery .gallery_nav ul::after, .technical_specification .right .product_gallery .gallery_nav ul::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.product_info .left .product_gallery .gallery_nav ul li, .product_info .right .product_gallery .gallery_nav ul li, .technical_specification .left .product_gallery .gallery_nav ul li, .technical_specification .right .product_gallery .gallery_nav ul li {
	position: relative;
	padding: 0 0.5rem;
	cursor: pointer;
	float: left;
	height: 8rem;
}

@media (min-width: 900px) {

	.product_info .left .product_gallery .gallery_nav ul li, .product_info .right .product_gallery .gallery_nav ul li, .technical_specification .left .product_gallery .gallery_nav ul li, .technical_specification .right .product_gallery .gallery_nav ul li {
		height: 10.1rem;
	}
}

.product_info .left .product_gallery .gallery_nav ul li span, .product_info .right .product_gallery .gallery_nav ul li span, .technical_specification .left .product_gallery .gallery_nav ul li span, .technical_specification .right .product_gallery .gallery_nav ul li span {
	border: .1rem solid #ebebeb;
	border-radius: 1rem;
	padding: 1.4rem 1rem;
	display: block;
	transition: .3s ease;
	height: 8rem;
}

@media (min-width: 900px) {

	.product_info .left .product_gallery .gallery_nav ul li span, .product_info .right .product_gallery .gallery_nav ul li span, .technical_specification .left .product_gallery .gallery_nav ul li span, .technical_specification .right .product_gallery .gallery_nav ul li span {
		height: 10.1rem;
	}
}

.product_info .left .product_gallery .gallery_nav ul li:hover span, .product_info .right .product_gallery .gallery_nav ul li:hover span, .technical_specification .left .product_gallery .gallery_nav ul li:hover span, .technical_specification .right .product_gallery .gallery_nav ul li:hover span {
	background: rgba(0,0,0, .1)
}

.product_info .left .product_gallery .gallery_nav img, .product_info .right .product_gallery .gallery_nav img, .technical_specification .left .product_gallery .gallery_nav img, .technical_specification .right .product_gallery .gallery_nav img {
	-o-object-fit: contain;
	   object-fit: contain;
	height: 100%;
	width: 100%;
	max-width: 9.2rem;
	margin: 0 auto;
}

.product_info .right, .technical_specification .right {
	width: 100%;
}

@media (min-width: 900px) {

	.product_info .right, .technical_specification .right {
		width: 30.2rem;
	}
}

.product_info .right .r_t, .technical_specification .right .r_t {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 1.5rem;
}

.product_info .right .r_t span, .technical_specification .right .r_t span {
	font-size: 1.4rem;
	line-height: 1.7rem;
}

.product_info .right .r_t span.blue, .technical_specification .right .r_t span.blue {
	background: #238FCD;
	border-radius: .3rem;
	padding: .6rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin-bottom: .5rem;
}

.product_info .right .r_t span.sku, .technical_specification .right .r_t span.sku {
	font-weight: 400;
	color: #0B1867;
	padding-left: .5rem;
}

@media (min-width: 990px) {

	.product_info .right .r_t span.sku, .technical_specification .right .r_t span.sku {
		color: #7b7b7b;
	}
}

.product_info .right .r_t span.dimension,
				.product_info .right .r_t span.instock,
				.product_info .right .r_t span.instock,
				.product_info .right .r_t span.stack,
				.technical_specification .right .r_t span.dimension,
				.technical_specification .right .r_t span.instock,
				.technical_specification .right .r_t span.instock,
				.technical_specification .right .r_t span.stack {
	width: 100%;
	margin: 1.2rem 0;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #0B1867;
}

.product_info .right .r_t span.instock,
				.product_info .right .r_t span.outstock,
				.product_info .right .r_t span.stack,
				.technical_specification .right .r_t span.instock,
				.technical_specification .right .r_t span.outstock,
				.technical_specification .right .r_t span.stack {
	width: auto;
	font-weight: 700;
	color: #238FCD;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin: 0;
}

.product_info .right .r_t span.instock svg, .product_info .right .r_t span.outstock svg, .product_info .right .r_t span.stack svg, .technical_specification .right .r_t span.instock svg, .technical_specification .right .r_t span.outstock svg, .technical_specification .right .r_t span.stack svg {
	width: 1.8rem;
	height: 2.1rem;
	fill: #238FCD;
	margin-right: .8rem;
}

.product_info .right .r_t span.outstock, .technical_specification .right .r_t span.outstock {
	color: red;
}

.product_info .right .r_t span.outstock svg, .technical_specification .right .r_t span.outstock svg {
	fill: red;
}

.product_info .right .details, .technical_specification .right .details {
	margin-bottom: 2.8rem;
}

.product_info .right .details > div, .technical_specification .right .details > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	padding: .9rem 0;
	border-bottom: .4rem solid #F5F5F5;
}

.product_info .right .details > div:last-of-type, .technical_specification .right .details > div:last-of-type {
	border: 0;
}

.product_info .right .details > div span, .technical_specification .right .details > div span {
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.7rem;
	color: #7b7b7b;
}

.product_info .right .details > div span + span, .technical_specification .right .details > div span + span {
	font-weight: 400;
	padding: 0 1rem;
}

.product_info .right .print, .technical_specification .right .print {
	max-width: 29.1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	text-align: center;
	background: #fff;
	border: .1rem solid #238FCD;
	border-radius: 1rem;
	padding: .9rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	transition: .3s ease;
}

.product_info .right .print svg, .technical_specification .right .print svg {
	width: 2.9rem;
	height: 3.7rem;
	fill: #238FCD;
	transition: none;
}

.product_info .right .print > span, .technical_specification .right .print > span {/*width: calc(100% - 2.9rem); */
	text-align: left;
	padding-left: 1rem;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.9rem;
	color: #238FCD;
}

@media (min-width: 768px) {

	.product_info .right .print > span, .technical_specification .right .print > span {
		padding-left: 2.4rem;
	}
}

.product_info .right .print > span span, .technical_specification .right .print > span span {
	display: block;
	text-transform: uppercase;
}

.product_info .right .print:hover, .technical_specification .right .print:hover {
	background: #238FCD;
}

.product_info .right .print:hover svg, .technical_specification .right .print:hover svg {
	fill: #fff;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
}

.product_info .right .print:hover > span, .technical_specification .right .print:hover > span {
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	color: #fff;
}

/* -------------------------- *\
    .product_content
\* -------------------------- */

.product_content { 
	padding: 0 0 3.2rem;
}

@media (min-width: 900px) {

	.product_content {
		padding: 0 0 5.6rem;
	}
}

.product_content .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.product_content .shell .content {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 990px) {

	.product_content .shell .content {
		width: calc(100% - 32rem);
		margin-bottom: 0;
	}
}

.product_content .shell .aside {
	width: 100%;
}

@media (min-width: 420px) {

	.product_content .shell .aside {
		width: 38.6rem;
	}
}

@media (min-width: 990px) {

	.product_content .shell .aside {
		width: 29.1rem;
		position: -webkit-sticky;
		position: sticky;
		top: 2rem;
		height: 100%;
	}
}

.product_content .shell .aside .border {
	background: #fff;
	border: .1rem solid #F5F5F5;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border-radius: 1rem;
	padding: 1.3rem 1rem;
	margin-bottom: 1rem;
}

.product_content .shell .aside .border .det {
	border-bottom: .4rem solid #F5F5F5;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.product_content .shell .aside .border .det .img {
	width: 7.4rem;
	height: 6.6rem;
	position: relative;
	border: .1rem solid #ebebeb;
	border-radius: 1rem;
	margin: 0 auto;
}

@media (min-width: 400px) {

	.product_content .shell .aside .border .det .img {
		margin: 0;
	}
}

.product_content .shell .aside .border .det .img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-fit: contain;
	   object-fit: contain;
	width: 75%;
	height: auto;
	min-width: 75%;
}

.product_content .shell .aside .border .det .img + div {
	width: calc(100% - 7.4rem);
	padding-left: .9rem;
}

.product_content .shell .aside .border .det .img + div h2 {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #0B1867;
	margin-bottom: .3rem;
}

@media (min-width: 420px) {

	.product_content .shell .aside .border .det .img + div h2 {
		margin-bottom: .7rem;
	}
}

.product_content .shell .aside .border .det .img + div span {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #7b7b7b;
}

.product_content .shell .aside .border .buy h4 {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #0B1867;
	margin-bottom: 1rem;
}

.product_content .shell .aside .border .buy__input {
	width: 100%;
	display: block;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	text-align: center;
}

.product_content .shell .aside .border .buy__input + h4 {
	border-top: .4rem solid #F5F5F5;
	padding-top: 1rem;
	margin-top: 1.4rem;
}

.product_content .shell .aside .border .buy__decrement,
					.product_content .shell .aside .border .buy__increment,
					.product_content .shell .aside .border .buy__decrement2,
					.product_content .shell .aside .border .buy__increment2 {
	width: 8.6rem;
	height: 3.4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	background: #F5F5F5;
	border-radius: 1rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	cursor: pointer;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

@media (min-width: 400px) {

	.product_content .shell .aside .border .buy__decrement,
					.product_content .shell .aside .border .buy__increment,
					.product_content .shell .aside .border .buy__decrement2,
					.product_content .shell .aside .border .buy__increment2 {
		height: 4.4rem;
	}
}

.product_content .shell .aside .border .buy__decrement svg, .product_content .shell .aside .border .buy__increment svg, .product_content .shell .aside .border .buy__decrement2 svg, .product_content .shell .aside .border .buy__increment2 svg {
	width: 2.2rem;
	height: 2.2rem;
	fill: rgba(35,143,205, .39);
}

.product_content .shell .aside .border .buy__decrement:hover svg, .product_content .shell .aside .border .buy__increment:hover svg, .product_content .shell .aside .border .buy__decrement2:hover svg, .product_content .shell .aside .border .buy__increment2:hover svg {
	fill: #238FCD;
}

.product_content .shell .aside .border .buy__decrement svg, .product_content .shell .aside .border .buy__decrement2 svg {
	transform: rotate(90deg);
}

.product_content .shell .aside .border .buy input {
	width: calc(100% - 19.2rem);
	height: 3.4rem;
	background: #F5F5F5;
	border-radius: 1rem;
	border: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.9rem;
	color: #238FCD;
	-moz-appearance: textfield;
}

.product_content .shell .aside .border .buy input::-webkit-outer-spin-button,
						.product_content .shell .aside .border .buy input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

@media (min-width: 400px) {

	.product_content .shell .aside .border .buy input {
		height: 4.4rem;
	}
}

.product_content .shell .aside .add_to_cart_button {
	width: 100%;
	position: relative;
	border: 0;
	background: transparent;
	display: -ms-flexbox;
	display: flex;
	border-radius: 1rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	transition: .3s ease;
	margin-top: 1rem;
}

.product_content .shell .aside .add_to_cart_button .img {
	position: relative;
	width: 6.9rem;
	background: #FE4A1C;
	border-radius: 1rem 0 0 1rem;
	padding: 1.2rem 1rem 1.1rem;
}

@media (min-width: 400px) {

	.product_content .shell .aside .add_to_cart_button .img {
		padding: 1.5rem 1rem 1.4rem;
		width: 9.9rem;
	}
}

@media (min-width: 990px) {

	.product_content .shell .aside .add_to_cart_button .img {
		width: 5.5rem;
	}
}

.product_content .shell .aside .add_to_cart_button .img img {
	width: 2.9rem;
	height: 2.6rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.product_content .shell .aside .add_to_cart_button .blue {
	width: calc(100% - 6.9rem);
	padding: 1.5rem 1rem;
	text-align: center;
	border-radius: 0 1rem 1rem 0;
	background: #238FCD;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.9rem;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	position: relative;
}

@media (min-width: 400px) {

	.product_content .shell .aside .add_to_cart_button .blue {
		padding: 1.8rem 1rem;
		width: calc(100% - 9.9rem);
	}
}

@media (min-width: 990px) {

	.product_content .shell .aside .add_to_cart_button .blue {
		width: calc(100% - 5.5rem);
	}
}

.product_content .shell .aside .add_to_cart_button .blue span {
	position: relative;
	z-index: 1;
}

.product_content .shell .aside .add_to_cart_button .blue .add {
	display: none;
}

.product_content .shell .aside .add_to_cart_button .blue:before {
	content: '';
	background: rgba(0,0,0, .2);
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 1rem 1rem 0;
	transition: .3s ease;
}

.product_content .shell .aside .add_to_cart_button:hover .blue:before {
	width: 100%;
}

.product_content .shell .aside .add_to_cart_button.dif .in {
	display: none;
}

.product_content .shell .aside .add_to_cart_button.dif .add {
	display: block;
}

.product_content .shell .aside .added_to_cart {
	display: none;
}

.product_content .shell .group {
	margin-top: 2.1rem;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 1.7rem 0 0;
}

.product_content .shell .group:before {
	content: '';
	width: 100%;
	height: calc(100% - 13.7rem);
	background: #F5F5F5;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 1rem;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
}

@media (min-width: 400px) {

	.product_content .shell .group:before {
		height: calc(100% - 14.1rem);
		min-height: 10rem;
	}
}

.product_content .shell .group h2 {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #050D3B;
	margin-bottom: .9rem;
	padding: 0 1.7rem;
}

.product_content .shell .group h3 {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #050D3B;
	margin-bottom: 1.7rem;
	padding: 0 1.7rem;
}

.product_content .shell .group .btn {
	text-align: center;
	width: 100%;
	display: block;
	padding: .65rem 1rem;
	margin-top: 2.1rem;
}

.product_content .shell .group .btn span {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.9rem;
	text-transform: none;
	display: block;
}

.product_content .shell .group .btn span span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
}

.product_content .shell .group .btn span span svg {
	width: 1.9rem;
	height: 1.9rem;
	fill: #fff;
	margin-right: .7rem;
	margin-top: .4rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	position: relative;
	top: -.2rem;
}

.product_content.landing-product-content {
	padding: 0;
}

@media (min-width: 990px) {

	.product_content.landing-product-content .shell .aside {
		top: 25rem;
	}
}

.product_content.landing-product-content .product_info {
	max-width: 86rem;
	margin: 0;
}

.product_content.landing-product-content .product_info h2 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #0B1867;
	padding-bottom: .9rem;
	margin-bottom: 2.3rem;
	border-bottom: .4rem solid #F5F5F5;
	display: block;
	width: 100%;
}

@media (min-width: 900px) {

	.product_content.landing-product-content .product_info h2 {
		font-size: 3.2rem;
		line-height: 3.9rem;
	}
}

.product_content.landing-product-content .product_info h3 {
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #0B1867;
	margin-bottom: 2.4rem;
	width: 100%;
}

@media (min-width: 900px) {

	.product_content.landing-product-content .product_info h3 {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.product_content.landing-product-content .product_info p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	margin-bottom: 2.3rem;
	color: #0B1867;
}

@media (min-width: 900px) {

	.product_content.landing-product-content .product_info p {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
}

.product_content.landing-product-content .product_info p + .left {
	width: 100%;
	margin-top: 3.2rem;
	margin-bottom: 7.7rem;
}

@media (min-width: 900px) {

	.product_content.landing-product-content .product_info p + .left {
		width: calc(100% - 26rem);
	}
}

.product_content.landing-product-content .product_info p + .left .product_gallery .inc .t_l,
							.product_content.landing-product-content .product_info p + .left .product_gallery .inc .t_r {
	display: none;
}

.product_content.landing-product-content .product_info p + .left .product_gallery .gallery a {
	border: 0;
}

.product_content.landing-product-content .product_info p + h2 {
	margin-top: 6rem;
}

.product_content.landing-product-content .product_info .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 2.5rem;
	width: 50rem;
}

.product_content.landing-product-content .product_info .box > div {
	width: calc(50% - 1.5rem);
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 500px) {

	.product_content.landing-product-content .product_info .box > div {
		width: calc(25% - 1.5rem);
		margin-bottom: 0;
	}
}

.product_content.landing-product-content .product_info .box > div img {
	width: 8.1rem;
	height: 8rem;
	-o-object-fit: contain;
	object-fit: contain;
	margin-bottom: .3rem;
}

.product_content.landing-product-content .product_info .box > div:nth-of-type(3) img,
					.product_content.landing-product-content .product_info .box > div:nth-of-type(4) img {
	width: 9.2rem;
	height: 6.9rem;
	margin-bottom: 1rem;
}

.product_content.landing-product-content .product_info .box > div span {
	color: #238FCD;
	font-size: 1.5rem;
	display: block;
}

.product_content.landing-product-content .product_info .box > div span span {
	display: block;
}

.product_content.landing-product-content .product_info .inf {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product_content.landing-product-content .product_info .inf span,
			    .product_content.landing-product-content .product_info .inf div {
	width: 100%;
	color: #238FCD;
	font-size: 1.5rem;
	line-height: 1.8rem;
}

@media (min-width: 580px) {

	.product_content.landing-product-content .product_info .inf span,
			    .product_content.landing-product-content .product_info .inf div {
		width: calc(53% - 1rem);
	}
}

.product_content.landing-product-content .product_info .inf span strong, .product_content.landing-product-content .product_info .inf div strong {
	color: #0B1867;
}

.product_content.landing-product-content .product_info .inf span {
	margin-bottom: 1.6rem;
}

@media (min-width: 580px) {

	.product_content.landing-product-content .product_info .inf span:nth-child(1),
    				.product_content.landing-product-content .product_info .inf span:nth-child(3),
    				.product_content.landing-product-content .product_info .inf span:nth-child(5) {
		width: calc(47% - 1rem);
	}
}

.product_content.landing-product-content .product_info .inf div {
	margin-top: 2rem;
}

@media (min-width: 768px) {

	.product_content.landing-product-content .product_info .inf div {
		margin-top: 6rem;
	}
}

@media (min-width: 580px) {

	.product_content.landing-product-content .product_info .inf div:nth-of-type(1) {
		width: calc(47% - 1rem);
	}
}

.product_content.landing-product-content .product_info .inf div span {
	font-weight: 1.2rem;
}

.product_content.landing-product-content .product_info .load-capacity {
	margin: 6rem 0;
	max-width: 58.2rem;
}

.product_content.landing-product-content .product_info .load-capacity .left,
				.product_content.landing-product-content .product_info .load-capacity .right {
	width: 100%;
	background: #F5F5F5;
	padding: 2.3rem 2.3rem 1.2rem;
}

.product_content.landing-product-content .product_info .load-capacity .left .t,
					.product_content.landing-product-content .product_info .load-capacity .left .b,
					.product_content.landing-product-content .product_info .load-capacity .right .t,
					.product_content.landing-product-content .product_info .load-capacity .right .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: end;
	    align-items: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.product_content.landing-product-content .product_info .load-capacity .left .t > div, .product_content.landing-product-content .product_info .load-capacity .left .b > div, .product_content.landing-product-content .product_info .load-capacity .right .t > div, .product_content.landing-product-content .product_info .load-capacity .right .b > div {
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 500px) {

	.product_content.landing-product-content .product_info .load-capacity .left .t > div, .product_content.landing-product-content .product_info .load-capacity .left .b > div, .product_content.landing-product-content .product_info .load-capacity .right .t > div, .product_content.landing-product-content .product_info .load-capacity .right .b > div {
		width: calc(50% - 1rem);
	}
}

@media (min-width: 580px) {

	.product_content.landing-product-content .product_info .load-capacity .left .t > div, .product_content.landing-product-content .product_info .load-capacity .left .b > div, .product_content.landing-product-content .product_info .load-capacity .right .t > div, .product_content.landing-product-content .product_info .load-capacity .right .b > div {
		width: calc(33.33% - 1rem);
		margin-bottom: 0;
	}
}

.product_content.landing-product-content .product_info .load-capacity .left .t > div > span, .product_content.landing-product-content .product_info .load-capacity .left .b > div > span, .product_content.landing-product-content .product_info .load-capacity .right .t > div > span, .product_content.landing-product-content .product_info .load-capacity .right .b > div > span {
	position: relative;
	text-align: center;
	width: 8.8rem;
	display: block;
	margin: 0 auto;
}

.product_content.landing-product-content .product_info .load-capacity .left .t > div > span img, .product_content.landing-product-content .product_info .load-capacity .left .b > div > span img, .product_content.landing-product-content .product_info .load-capacity .right .t > div > span img, .product_content.landing-product-content .product_info .load-capacity .right .b > div > span img {
	width: 8.8rem;
	height: 9.1rem;
	-o-object-fit: contain;
	object-fit: contain;
}

.product_content.landing-product-content .product_info .load-capacity .left .t > div > span span, .product_content.landing-product-content .product_info .load-capacity .left .b > div > span span, .product_content.landing-product-content .product_info .load-capacity .right .t > div > span span, .product_content.landing-product-content .product_info .load-capacity .right .b > div > span span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 1.8rem;
	width: 100%;
	color: #238FCD;
}

.product_content.landing-product-content .product_info .load-capacity .left .t .bl, .product_content.landing-product-content .product_info .load-capacity .left .b .bl, .product_content.landing-product-content .product_info .load-capacity .right .t .bl, .product_content.landing-product-content .product_info .load-capacity .right .b .bl {
	font-weight: 700;
	font-size: 1.5rem;
	color: #238FCD;
	text-align: center;
	margin-top: 1rem;
	display: block;
	width: 100%;
	text-align: center;
}

/*@mixin min 580 {
								width: calc(33.33% - 1rem);
							}*/

.product_content.landing-product-content .product_info .load-capacity .left .t .bl span, .product_content.landing-product-content .product_info .load-capacity .left .b .bl span, .product_content.landing-product-content .product_info .load-capacity .right .t .bl span, .product_content.landing-product-content .product_info .load-capacity .right .b .bl span {
	position: relative;
	top: 0;
	left: 0;
	color: #0B1867;
	transform: translate(0, 0);
	display: block;
	margin-top: 1rem;
	font-weight: 500;
}

.product_content.landing-product-content .product_info .load-capacity .right {
	margin-bottom: 1.9rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .t,
					.product_content.landing-product-content .product_info .load-capacity .right .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.product_content.landing-product-content .product_info .load-capacity .right .t > div, .product_content.landing-product-content .product_info .load-capacity .right .b > div {
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 500px) {

	.product_content.landing-product-content .product_info .load-capacity .right .t > div, .product_content.landing-product-content .product_info .load-capacity .right .b > div {
		width: calc(50% - 1rem);
	}
}

@media (min-width: 580px) {

	.product_content.landing-product-content .product_info .load-capacity .right .t > div, .product_content.landing-product-content .product_info .load-capacity .right .b > div {
		width: calc(33.33% - 1rem);
		margin-bottom: 0;
	}
}

.product_content.landing-product-content .product_info .load-capacity .right .t > div > span, .product_content.landing-product-content .product_info .load-capacity .right .b > div > span {
	position: relative;
	text-align: center;
	width: 12.1rem;
	height: 13.7rem;
	display: block;
	margin: 0 auto;
}

.product_content.landing-product-content .product_info .load-capacity .right .t > div > span img, .product_content.landing-product-content .product_info .load-capacity .right .b > div > span img {
	width: 100%;
	height: 13.7rem;
	-o-object-fit: contain;
	object-fit: contain;
}

.product_content.landing-product-content .product_info .load-capacity .right .t > div > span span, .product_content.landing-product-content .product_info .load-capacity .right .b > div > span span {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 700;
	font-size: 1.5rem;
	color: #238FCD;
	display: block;
	width: 100%;
}

.product_content.landing-product-content .product_info .load-capacity .right .t > div:nth-of-type(2) > span img, .product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(2) > span img {
	height: 12.4rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .t > div:nth-of-type(3) > span img, .product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(3) > span img {
	height: 12.8rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .t .bl, .product_content.landing-product-content .product_info .load-capacity .right .b .bl {
	font-weight: 700;
	font-size: 1.5rem;
	color: #238FCD;
	text-align: center;
	margin-top: 1.7rem;
	display: block;
	text-align: center;
	height: auto;
	width: 100%;
}

.product_content.landing-product-content .product_info .load-capacity .right .t .bl span, .product_content.landing-product-content .product_info .load-capacity .right .b .bl span {
	position: relative;
	font-weight: 500;
	top: 0;
	left: 0;
	color: #0B1867;
	transform: translate(0, 0);
	display: block;
	margin-top: .5rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .b {
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 3.2rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div .bl {
	height: auto !important;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div .bl span {
	margin-top: .5rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(1) > span {
	height: 12.5rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(1) > span img {
	height: 12.5rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(1) > span span {
	top: 55%;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(2) > span {
	height: 19.8rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(2) > span img {
	height: 19.8rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(2) > span span {
	top: 24%;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(3) > span {
	height: 7.1rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(3) > span svg {
	width: 9.2rem;
	height: 7.1rem;
	fill: #0B1867;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(3) > span span {
	top: 64%;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(3) .bl span {
	font-weight: 500;
	color: #238FCD;
	margin-top: 1.6rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(3) .bl span + span {
	margin-top: 0;
}

.product_content.landing-product-content .product_info .load-capacity .right .b > div:nth-of-type(3) .bl span strong {
	font-weight: 500;
	color: #0B1867;
}

.product_content.landing-product-content .product_info .load-capacity .right .legend {
	width: 100%;
	margin-top: 2.5rem;
}

.product_content.landing-product-content .product_info .load-capacity .right .legend p {
	margin-bottom: .6rem;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #050D3B;
}

.product_content.landing-product-content .product_info .load-capacity .right .legend p:last-of-type {
	margin-bottom: 0;
}

.product_content.landing-product-content .product_info ul:not(.gallery_nav ul) {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 2.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.product_content.landing-product-content .product_info ul:not(.gallery_nav ul) li {
	font-size: 1.4rem;
	line-height: 2.2rem;
	position: relative;
	color: #0B1867;
	padding-left: 2rem;
	margin-bottom: .5rem;
}

@media (min-width: 768px) {

	.product_content.landing-product-content .product_info ul:not(.gallery_nav ul) li {
		width: calc(50% - .9rem);
	}
}

.product_content.landing-product-content .product_info ul:not(.gallery_nav ul) li:before {
	content: '';
	width: 1rem;
	height: 1rem;
	background: #238FCD;
	position: absolute;
	top: .6rem;
	left: 0;
}

.product_content.landing-product-content .product_info ul:not(.gallery_nav ul) + h2 {
	margin-top: 6rem;
}

.product_content.landing-product-content .product_info .popup-youtube {
	width: 100%;
	height: 25rem;
	background: #F5F5F5;
	position: relative;
	display: block;
}

@media (min-width: 900px) {

	.product_content.landing-product-content .product_info .popup-youtube {
		height: 49rem;
	}
}

.product_content.landing-product-content .product_info .popup-youtube svg {
	width: 15.9rem;
	height: 15rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: #0B1867;
}

.product_content.landing-product-content .product_info .popup-youtube:hover svg {
	transform: translate(-50%, -50%) scale(1.1);
}

.product_content.landing-product-content + .taxonomy_faq {
	padding-top: 0;
}

.product_content.landing-product-content + .taxonomy_faq:before,
			.product_content.landing-product-content + .taxonomy_faq:after {
	content: none;
}

/* -------------------------- *\
    .product_tabs
\* -------------------------- */

.product_tabs { 
	padding: 0;
}

.product_tabs .tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: .6rem;
}

@media (min-width: 768px) {

	.product_tabs .tab {
		-ms-flex-pack: inherit;
		    justify-content: inherit;
	}
}

.product_tabs .tab .tablinks {
	width: 100%;
	background: #F5F5F5;
	border: 0;
	margin-bottom: .5rem;
	position: relative;
	padding: 1.8rem 1rem 1.9rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #050D3B;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	transition: .3s ease;
}

@media (min-width: 460px) {

	.product_tabs .tab .tablinks {
		width: calc(50% - .5rem);
	}
}

@media (min-width: 768px) {

	.product_tabs .tab .tablinks {
		width: calc(25% - .5rem);
		border-radius: 1rem 1rem 0 0;
		margin-bottom: 0;
		margin-right: .65rem;
	}

	.product_tabs .tab .tablinks:last-of-type {
		margin-right: 0;
	}
}

.product_tabs .tab .tablinks:after {
	content: '';
	width: 0;
	height: .5rem;
	background: #238FCD;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s ease;
}

.product_tabs .tab .tablinks:hover:after, .product_tabs .tab .tablinks.active:after {
	width: 100%;
}

.product_tabs .tab .tablinks.active {
	background: #fff;
	box-shadow: 0 0 .4rem rgba(0,0,0, .25);
}

.product_tabs .tabcontent {
	background: #fff;
	border: .1rem solid #F5F5F5;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	padding: 1.8rem 2rem 2.2rem;
	display: none;
}

@media (min-width: 768px) {

	.product_tabs .tabcontent {
		padding: 2.9rem 3.4rem 3.6rem;
	}
}

.product_tabs .tabcontent p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #0B1867;
	margin-bottom: 1.5rem;
}

.product_tabs .tabcontent p:last-of-type {
	margin-bottom: 0;
}

.product_tabs .tabcontent p + h2 {
	margin-top: 3.5rem;
}

.product_tabs .tabcontent p + h3 {
	margin-top: 2.3rem;
}

.product_tabs .tabcontent h2,
		.product_tabs .tabcontent h3 {
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 2.3rem;
}

@media (min-width: 768px) {

	.product_tabs .tabcontent h2,
		.product_tabs .tabcontent h3 {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.product_tabs .tabcontent h3 {
	font-size: 1.6rem;
	line-height: 2rem;
	color: #238FCD;
	margin-bottom: 1.4rem;
	text-transform: uppercase;
}

.product_tabs .tabcontent ul {
	margin-bottom: 2.3rem;
	list-style-type: none;
	list-style-position: inside;
}

.product_tabs .tabcontent ul li {
	position: relative;
	padding-left: 2.1rem;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #0B1867;
}

.product_tabs .tabcontent ul li:before {
	content: '';
	width: 1.1rem;
	height: 1.1rem;
	background: #238FCD;
	position: absolute;
	top: .2rem;
	left: 0;
}

.product_tabs .tabcontent ul li + li {
	margin-top: 1.2rem;
}

.product_tabs .tabcontent .popup-youtube {
	max-width: 65rem;
	height: 30rem;
	background: #F5F5F5;
	position: relative;
	display: block;
}

.product_tabs .tabcontent .popup-youtube svg {
	width: 11.9rem;
	height: 10.7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: #0B1867;
}

.product_tabs .tabcontent .spec {
	max-width: 55rem;
}

.product_tabs .tabcontent .spec div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding: .5rem 0;
	border-bottom: .2rem solid #F5F5F5;
}

.product_tabs .tabcontent .spec div span {
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #0B1867;
}

@media (min-width: 768px) {

	.product_tabs .tabcontent .spec div span {
		font-size: 1.4rem;
		line-height: 1.7rem;
	}
}

.product_tabs .tabcontent .spec div span + span {
	font-weight: 400;
	padding-left: .8rem;
	text-align: right;
}

/* -------------------------- *\
    .solution_intro
\* -------------------------- */

.solution_intro { 
	padding: 0;
}

@media (min-width: 605px) {

	.solution_intro {
		padding: 0 0 3.5rem;
	}
}

.solution_intro .in {
	position: relative;
}

@media (min-width: 605px) {

	.solution_intro .in .bg {
		position: absolute;
		top: 0;
		right: calc(100vw - 63%);
		width: 100%;
		height: 100%;
		max-width: 121rem;
		-webkit-clip-path: polygon(0% 0%,100% 0%,87% 100%,0% 100%);
		        clip-path: polygon(0% 0%,100% 0%,87% 100%,0% 100%);
		-o-object-fit: cover;
		   object-fit: cover;
	}
}

.solution_intro .in .hold {
	max-width: 59.6rem;
	margin: 0 0 0 auto;
	padding: 4.3rem 0 3.8rem;
	position: relative;
}

@media (min-width: 605px) {

	.solution_intro .in .hold {
		padding: 4rem 0;
	}
}

.solution_intro .in .hold svg {
	width: 7.2rem;
	height: 6.9rem;
	position: absolute;
	top: -4.3rem;
	right: 0;
}

@media (min-width: 605px) {

	.solution_intro .in .hold svg {
		top: 0;
	}
}

.solution_intro .in .hold .white {
	background: #fff;
	padding: 0;
}

@media (min-width: 605px) {

	.solution_intro .in .hold .white {
		padding: 3.5rem 3.6rem 3.8rem 4.3rem;
	}
}

.solution_intro .in .hold .white h2 {
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 2.8rem;
	color: #0B1867;
	margin-bottom: 1.7rem;
}

@media (min-width: 605px) {

	.solution_intro .in .hold .white h2 {
		font-size: 3.2rem;
		line-height: 3.9rem;
	}
}

.solution_intro .in .hold .white p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #0B1867;
	margin-bottom: 1.5rem;
}

.solution_intro .in .hold .white p:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 605px) {

	.solution_intro .in .hold .white p {
		margin-bottom: 2rem;
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
}

.solution_intro .in .hold .white .btn {
	display: inline-block;
	margin-top: 3rem;
	min-width: 21.8rem;
}

/* -------------------------- *\
    .solution_intro_2
\* -------------------------- */

.solution_intro_2 { 
	padding: 0;
	position: relative;
	background: #fff;
}

@media (min-width: 768px) {

	.solution_intro_2 {
		background: #F5F5F5;
	}

	.solution_intro_2:before {
		content: '';
		width: 100%;
		height: 100%;/*max-width: 121rem;*/
		-webkit-clip-path: polygon(0% 0%,100% 0%,87% 100%,0% 100%);
		        clip-path: polygon(0% 0%,100% 0%,87% 100%,0% 100%);
		position: absolute;
		top: 0;
		right: calc(100vw - 56.5%);
		background: #fff;
	}
}

.solution_intro_2 + .reviews {
	margin-top: 3.5rem;
}

.solution_intro_2 .shell {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.solution_intro_2 .shell .l,
		.solution_intro_2 .shell .r {
	width: 100%;
	text-align: center;
}

@media (min-width: 768px) {

	.solution_intro_2 .shell .l,
		.solution_intro_2 .shell .r {
		width: calc(50% - 5rem);
	}
}

.solution_intro_2 .shell .l img, .solution_intro_2 .shell .r img {
	transform: scaleX(-1);
	-o-object-fit: contain;
	   object-fit: contain;/*@mixin max 767 {
					max-width: 38.7rem;
					margin: 0 auto;
				}*/
}

@media (min-width: 768px) {

	.solution_intro_2 .shell .l img, .solution_intro_2 .shell .r img {
		margin-left: -8rem;
		max-height: 35.5rem;
	}
}

.solution_intro_2 .shell .l h2, .solution_intro_2 .shell .r h2 {
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 2.8rem;
	color: #0B1867;
	margin-bottom: 1.7rem;
}

@media (min-width: 605px) {

	.solution_intro_2 .shell .l h2, .solution_intro_2 .shell .r h2 {
		font-size: 3.2rem;
		line-height: 3.9rem;
	}
}

.solution_intro_2 .shell .l p, .solution_intro_2 .shell .r p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #0B1867;
	margin-bottom: 1.5rem;
}

.solution_intro_2 .shell .l p:last-of-type, .solution_intro_2 .shell .r p:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 605px) {

	.solution_intro_2 .shell .l p, .solution_intro_2 .shell .r p {
		margin-bottom: 2rem;
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
}

.solution_intro_2 .shell .l .btn, .solution_intro_2 .shell .r .btn {
	display: inline-block;
	margin-top: 3rem;
	min-width: 21.8rem;
}

.solution_intro_2 .shell .l {
	padding: 3rem 0;
	text-align: left;
}

@media (min-width: 768px) {

	.solution_intro_2 .shell .l {
		padding: 6.5rem 0 6.2rem;
	}
}

/* -------------------------- *\
    .solution_industries
\* -------------------------- */

.solution_industries { 
	padding: 3rem 0;
	text-align: center;
}

@media (min-width: 900px) {

	.solution_industries {
		padding: 6rem 0;
	}
}

.solution_industries .t1 {
	margin: 0 auto 2rem;
}

.solution_industries .inf_t1 {
	max-width: 91rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
}

.solution_industries .grid {
	margin: 5rem 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	text-align: left;
}

.solution_industries .grid > div {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.solution_industries .grid > div {
		width: calc(50% - 2.8rem);
		margin-bottom: 5rem;
	}
}

.solution_industries .grid > div h2 {
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #0B1867;
	margin-bottom: 2rem;
}

.solution_industries .grid > div p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 0;
}

.solution_industries .grid > div a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-top: 2rem;
	color: #238FCD;
}

.solution_industries .grid > div a svg {
	width: 2rem;
	height: 1.5rem;
	margin-right: 1rem;
	transition: .3s ease;
}

.solution_industries .grid > div a:hover svg {
	margin-right: 2rem;
}

.solution_industries .btn {
	display: inline-block;
	min-width: 21.8rem;
}

/* -------------------------- *\
    .solution_applications
\* -------------------------- */

.solution_applications { 
	padding: 3rem 0;
	text-align: center;
}

@media (min-width: 900px) {

	.solution_applications {
		padding: 0 0 5.4rem;
	}
}

.solution_applications .t1 {
	text-transform: uppercase;
	margin: 0 auto 2rem;
}

.solution_applications .inf_t1 {
	max-width: 91rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
}

.solution_applications .grid {
	margin: 5rem 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: end;
	    align-items: flex-end;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	text-align: center;
}

@media (min-width: 600px) {

	.solution_applications .grid {
		text-align: left;
	}
}

.solution_applications .grid > div {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 600px) {

	.solution_applications .grid > div {
		width: calc(50% - 2.8rem);
		margin-bottom: 5rem;
	}
}

@media (min-width: 900px) {

	.solution_applications .grid > div {
		width: calc(33.33% - 2.8rem);
	}
}

@media (min-width: 1220px) {

	.solution_applications .grid > div {
		width: calc(33.33% - 10rem);
	}
}

.solution_applications .grid > div h3 {
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #0B1867;
	margin-bottom: 2rem;
}

.solution_applications .grid > div a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-top: 2rem;
	color: #238FCD;
}

@media (max-width: 600px) {

	.solution_applications .grid > div a {
		-ms-flex-pack: center;
		    justify-content: center;
	}
}

.solution_applications .grid > div a svg {
	width: 2rem;
	height: 1.5rem;
	margin-right: 1rem;
	transition: .3s ease;
}

.solution_applications .grid > div a:hover svg {
	margin-right: 2rem;
}

.solution_applications .grid .btn {
	display: inline-block;
	min-width: 21.8rem;
	color: #fff;
}

/* -------------------------- *\
    .product-print
\* -------------------------- */

.product-print { 
    width: 21cm;
    height: 29.7cm;
    position: absolute;
    left: -9999rem;
    overflow: hidden;
    z-index: 1;
    z-index: 99;
    background: #fff;
    padding: 1.5rem 2rem 1rem;
}

.product-print .heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 1.8rem;
}

.product-print .heading svg {
	width: 22rem;
	height: 5.9rem;
}

.product-print .heading > div {
	display: -ms-flexbox;
	display: flex;
}

.product-print .heading > div div {
	text-align: right;
	padding-right: 2rem;
	border-right: .4rem solid #F5F5F5;
}

.product-print .heading > div div + div {
	border: 0;
	padding-right: 0;
	padding-left: 2rem;
}

.product-print .heading > div div h4 {
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #0B1867;
	margin-bottom: .5rem;
}

.product-print .heading > div div p,
				.product-print .heading > div div a {
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #0B1867;
}

.product-print .heading > div div p span, .product-print .heading > div div a span {
	display: block;
	margin-top: .5rem;
}

.product-print .heading > div div a {
	display: block;
}

.product-print .heading > div div a + a {
	margin-top: .5rem;
}

.product-print .product_head h2 {
	font-weight: 700;
	color: #0B1867;
	font-size: 2.2rem;
	line-height: 2.8rem;
	padding-bottom: 0.5rem;
	margin-bottom: 1.4rem;
	border-bottom: 0.4rem solid #F5F5F5;
}

.product-print .product_content {
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 1.5rem;
}

.product-print .product_content .content {
	width: calc(100% - 10rem);
	padding-right: 2rem;
}

.product-print .product_content .product_info {
	margin-bottom: 0;
}

.product-print .product_content .product_info .left {
	width: calc(100% - 26rem);
	padding-right: 2rem;
}

.product-print .product_content .product_info .left .product_gallery .inc .t_r span.best {
	text-shadow: none;
}

.product-print .product_content .product_info .left .product_gallery .gallery a {
	height: 26rem;
}

.product-print .product_content .product_info .left .product_gallery .gallery_nav ul li {
	height: 8.1rem;
}

.product-print .product_content .product_info .left .product_gallery .gallery_nav ul li span {
	height: 8.1rem;
}

.product-print .product_content .product_info .right {
	width: 26rem;
}

.product-print .product_content .product_info .right .r_t {
	margin-bottom: .5rem;
}

.product-print .product_content .product_info .right .r_t span.blue {
	font-size: 1.2rem;
}

.product-print .product_content .product_info .right .r_t span.sku {
	font-size: 1.2rem;
	color: #0B1867;
}

.product-print .product_content .product_info .right .r_t span.dimension {
	margin: .5rem 0;
}

.product-print .product_content .product_info .right .r_t span.instock,
    					.product-print .product_content .product_info .right .r_t span.outstock,
    					.product-print .product_content .product_info .right .r_t span.stack {
	font-size: 1.2rem;
}

.product-print .product_content .product_info .right .r_t span.instock svg, .product-print .product_content .product_info .right .r_t span.outstock svg, .product-print .product_content .product_info .right .r_t span.stack svg {
	width: 1.3rem;
}

.product-print .product_content .product_info .right .details {
	margin-bottom: 0;
}

.product-print .product_content .product_info .right .details > div {
	padding: .5rem 0;
	border-bottom: .2rem solid #F5F5F5;
}

.product-print .product_content .product_info .right .details > div span {
	font-size: 1.1rem;
	font-weight: 500;
	color: #0B1867;
}

.product-print .product_content .product_info .right .details > div span + span {
	font-weight: 300;
}

.product-print .product_content .qr {
	width: 10rem;
	height: 10rem;
}

.product-print h3 {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #0B1867;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	border-bottom: 0.3rem solid #F5F5F5;
}

.product-print p {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: #0B1867;
	margin-bottom: 1.5rem;
}

.product-print p + h3 {
	margin-top: 3rem;
}

.product-print ul:not(.gallery_nav ul) {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 2.5rem;
}

.product-print ul:not(.gallery_nav ul) li {
	font-size: 1.1rem;
	line-height: 1.6rem;
	position: relative;
	color: #0B1867;
	padding-left: 2rem;
	margin-bottom: .5rem;
}

.product-print ul:not(.gallery_nav ul) li:before {
	content: '';
	width: 1rem;
	height: 1rem;
	background: #238FCD;
	position: absolute;
	top: .4rem;
	left: 0;
}

.product-print .product_description {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.product-print .product_description .l,
		.product-print .product_description .r {
	width: calc(50% - 1rem);
}

.product-print .product_description .l img, .product-print .product_description .r img {
	width: 100%;
	height: 21rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

.product-print .webmaster {
	position: absolute;
	bottom: 1rem;
	left: 0;
	width: 100%;
	padding: 0 2rem;
}

.product-print .webmaster .t {
	text-align: right;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #0B1867;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: .4rem solid #F5F5F5;
}

.product-print .webmaster .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.product-print .webmaster .b p,
    		.product-print .webmaster .b a {
	margin-bottom: 0;
	color: #dfdfdf;
	font-size: 1.3rem;
}

.product-print .webmaster .b p svg, .product-print .webmaster .b a svg {
	width: 8rem;
	height: 2rem;
	fill: #dfdfdf;
	margin-left: .5rem;
}

.product-print .webmaster .b a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.product-print2 { 
    width: 21cm;
    height: 29.7cm;
    position: absolute;
    left: -9999rem;
    overflow: hidden;
    z-index: 1;
    z-index: 99;
    background: #fff;
    padding: 1.5rem 2rem 1rem;
}

.product-print2 .heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 1.8rem;
}

.product-print2 .heading svg {
	width: 22rem;
	height: 5.9rem;
}

.product-print2 .heading > div {
	display: -ms-flexbox;
	display: flex;
}

.product-print2 .heading > div div {
	text-align: right;
	padding-right: 2rem;
	border-right: .4rem solid #F5F5F5;
}

.product-print2 .heading > div div + div {
	border: 0;
	padding-right: 0;
	padding-left: 2rem;
}

.product-print2 .heading > div div h4 {
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.6rem;
	color: #0B1867;
	margin-bottom: .5rem;
}

.product-print2 .heading > div div p,
                .product-print2 .heading > div div a {
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: #0B1867;
}

.product-print2 .heading > div div p span, .product-print2 .heading > div div a span {
	display: block;
	margin-top: .5rem;
}

.product-print2 .heading > div div a {
	display: block;
}

.product-print2 .heading > div div a + a {
	margin-top: .5rem;
}

.product-print2 .product_head h2 {
	font-weight: 700;
	color: #0B1867;
	font-size: 2.2rem;
	line-height: 2.8rem;
	padding-bottom: 0.5rem;
	margin-bottom: 1.4rem;
	border-bottom: 0.4rem solid #F5F5F5;
}

.product-print2 h3 {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #0B1867;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	border-bottom: 0.3rem solid #F5F5F5;
}

.product-print2 p {
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: #0B1867;
	margin-bottom: 1.5rem;
}

.product-print2 p + h3 {
	margin-top: 3rem;
}

.product-print2 ul.list {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 2.5rem;
}

.product-print2 ul.list li {
	font-size: 1.1rem;
	line-height: 1.6rem;
	position: relative;
	color: #0B1867;
	padding-left: 2rem;
	margin-bottom: .5rem;
}

.product-print2 ul.list li:before {
	content: '';
	width: 1rem;
	height: 1rem;
	background: #238FCD;
	position: absolute;
	top: .4rem;
	left: 0;
}

.product-print2 .technical_specification {
	margin: 0 0 2rem;
}

.product-print2 .technical_specification p {
	margin-bottom: 1rem;
}

.product-print2 .technical_specification h4 {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #0B1867;
	margin-bottom: 1rem;
}

.product-print2 .technical_specification .left {
	width: calc(100% - 33.6rem);
	padding-right: 2rem;
}

.product-print2 .technical_specification .right {
	width: 33.6rem;
}

.product-print2 .technical_specification .right .product_gallery .inc .t_r span.best {
	text-shadow: none;
}

.product-print2 .technical_specification .right .product_gallery .gallery a {
	height: 26rem;
}

.product-print2 .technical_specification .right .product_gallery .gallery_nav ul li {
	height: 8.1rem;
}

.product-print2 .technical_specification .right .product_gallery .gallery_nav ul li span {
	height: 8.1rem;
}

.product-print2 .technical_specification .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 1.5rem;
}

.product-print2 .technical_specification .box > div {
	width: calc(25% - 1.5rem);
	text-align: center;
}

.product-print2 .technical_specification .box > div img {
	width: 6rem;
	height: 5.9rem;
	-o-object-fit: contain;
	   object-fit: contain;
	margin-bottom: .3rem;
}

.product-print2 .technical_specification .box > div:nth-of-type(3) img, .product-print2 .technical_specification .box > div:nth-of-type(4) img {
	width: 7.6rem;
	height: 5.2rem;
	margin-bottom: 1rem;
}

.product-print2 .technical_specification .box > div span {
	color: #238FCD;
	font-size: 1.1rem;
	display: block;
}

.product-print2 .technical_specification .box > div span span {
	display: block;
}

.product-print2 .technical_specification .inf {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.product-print2 .technical_specification .inf span,
            .product-print2 .technical_specification .inf div {
	width: calc(53% - 1rem);
	color: #238FCD;
	font-size: 1.1rem;
}

.product-print2 .technical_specification .inf span strong, .product-print2 .technical_specification .inf div strong {
	color: #0B1867;
}

.product-print2 .technical_specification .inf span {
	margin-bottom: 1rem;
}

.product-print2 .technical_specification .inf span:nth-child(1),
                .product-print2 .technical_specification .inf span:nth-child(3),
                .product-print2 .technical_specification .inf span:nth-child(5) {
	width: calc(47% - 1rem);
}

.product-print2 .technical_specification .inf div {
	margin-top: 1.5rem;
}

.product-print2 .technical_specification .inf div:nth-of-type(1) {
	width: calc(47% - 1rem);
}

.product-print2 .technical_specification .inf div span {
	font-weight: 1.2rem;
}

.product-print2 .technical_specification .inf div h4 {
	font-size: 1.5rem;
}

.product-print2 .load-capacity {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.product-print2 .load-capacity h4 {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #0B1867;
	margin-bottom: 1rem;
	width: 100%;
}

.product-print2 .load-capacity .left,
        .product-print2 .load-capacity .right {
	width: calc(50% - 1rem);
	background: #F5F5F5;
	padding: 2rem 1rem;
}

.product-print2 .load-capacity .left .t,
            .product-print2 .load-capacity .left .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.product-print2 .load-capacity .left .t > div, .product-print2 .load-capacity .left .b > div {
	width: calc(33.33% - 1rem);
	text-align: center;
}

.product-print2 .load-capacity .left .t > div > span, .product-print2 .load-capacity .left .b > div > span {
	position: relative;
	text-align: center;
}

.product-print2 .load-capacity .left .t > div > span img, .product-print2 .load-capacity .left .b > div > span img {
	width: 8.8rem;
	height: 8.1rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

.product-print2 .load-capacity .left .t > div > span span, .product-print2 .load-capacity .left .b > div > span span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 1.2rem;
	color: #238FCD;
}

.product-print2 .load-capacity .left .b {
	-ms-flex-align: start;
	    align-items: flex-start;
}

.product-print2 .load-capacity .left .b .bl {
	font-weight: 600;
	font-size: 1.1rem;
	color: #238FCD;
	text-align: center;
	margin-top: 1rem;
	display: block;
	width: calc(33.33% - 1rem);
	text-align: center;
}

.product-print2 .load-capacity .left .b .bl span {
	position: relative;
	top: 0;
	left: 0;
	color: #0B1867;
	transform: translate(0, 0);
	display: block;
	margin-top: 1rem;
}

.product-print2 .load-capacity .right .t,
            .product-print2 .load-capacity .right .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: start;
	    align-items: flex-start;
}

.product-print2 .load-capacity .right .t > div, .product-print2 .load-capacity .right .b > div {
	width: calc(33.33% - 1rem);
	text-align: center;
}

.product-print2 .load-capacity .right .t > div > span, .product-print2 .load-capacity .right .b > div > span {
	position: relative;
	text-align: center;
	width: 10.5rem;
	height: 8.7rem;
	display: block;
}

.product-print2 .load-capacity .right .t > div > span img, .product-print2 .load-capacity .right .b > div > span img {
	width: 100%;
	height: 8.7rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

.product-print2 .load-capacity .right .t > div > span span, .product-print2 .load-capacity .right .b > div > span span {
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 500;
	font-size: 1.1rem;
	color: #238FCD;
	display: block;
	width: 100%;
}

.product-print2 .load-capacity .right .t > div:nth-of-type(2) > span img, .product-print2 .load-capacity .right .b > div:nth-of-type(2) > span img {
	height: 7.7rem;
}

.product-print2 .load-capacity .right .t > div:nth-of-type(3) > span img, .product-print2 .load-capacity .right .b > div:nth-of-type(3) > span img {
	height: 8rem;
}

.product-print2 .load-capacity .right .t .bl, .product-print2 .load-capacity .right .b .bl {
	font-weight: 600;
	font-size: 1.1rem;
	color: #238FCD;
	text-align: center;
	margin-top: 1rem;
	display: block;
	text-align: center;
	height: auto;
}

.product-print2 .load-capacity .right .t .bl span, .product-print2 .load-capacity .right .b .bl span {
	position: relative;
	top: 0;
	left: 0;
	color: #0B1867;
	transform: translate(0, 0);
	display: block;
	margin-top: .5rem;
}

.product-print2 .load-capacity .right .b {
	-ms-flex-align: end;
	    align-items: flex-end;
	margin-top: 2rem;
}

.product-print2 .load-capacity .right .b > div:nth-of-type(1) > span {
	height: 8.7rem;
}

.product-print2 .load-capacity .right .b > div:nth-of-type(1) > span img {
	height: 7.7rem;
}

.product-print2 .load-capacity .right .b > div:nth-of-type(1) > span span {
	top: 47%;
}

.product-print2 .load-capacity .right .b > div:nth-of-type(2) > span {
	height: 13.2rem;
}

.product-print2 .load-capacity .right .b > div:nth-of-type(2) > span img {
	height: 12.2rem;
}

.product-print2 .load-capacity .right .b > div:nth-of-type(2) > span span {
	top: 23%;
}

.product-print2 .load-capacity .right .b > div:nth-of-type(3) > span {
	height: 6.5rem;
}

.product-print2 .load-capacity .right .b > div:nth-of-type(3) > span svg {
	width: 10.5rem;
	height: 5.8rem;
	fill: #0B1867;
}

.product-print2 .load-capacity .right .b > div:nth-of-type(3) > span span {
	top: 57%;
}

.product-print2 .load-capacity .right .b .bl {
	height: auto !important;
}

.product-print2 .load-capacity .right .b .bl span {
	margin-top: .5rem;
}

.product-print2 .load-capacity .right .legend {
	width: 100%;
	margin-top: 1rem;
}

.product-print2 .load-capacity .right .legend p {
	margin-bottom: .6rem;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.4rem;
}

.product-print2 .load-capacity .right .legend p:last-of-type {
	margin-bottom: 0;
}

.product-print2 .webmaster {
	position: absolute;
	bottom: 1rem;
	left: 0;
	width: 100%;
	padding: 0 2rem;
}

.product-print2 .webmaster .t {
	text-align: right;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #0B1867;
	padding-bottom: .5rem;
	margin-bottom: .5rem;
	border-bottom: .4rem solid #F5F5F5;
}

.product-print2 .webmaster .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.product-print2 .webmaster .b p,
            .product-print2 .webmaster .b a {
	margin-bottom: 0;
	color: #dfdfdf;
	font-size: 1.3rem;
}

.product-print2 .webmaster .b p svg, .product-print2 .webmaster .b a svg {
	width: 8rem;
	height: 2rem;
	fill: #dfdfdf;
	margin-left: .5rem;
}

.product-print2 .webmaster .b a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

@media print {
    *{ color-adjust: exact;  -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    @page { margin: 0; padding: 0;}
    body { margin: 0; padding: 0 }

    .h,
    .f,
    .main {
      display: none;
    }

    

    .product-print,
    .product-print2 {
        position: relative;
        left: 0;
        display: block;
        width: 21cm;
        height: 29.7cm;
        height: 29.6cm;
        overflow: hidden;
    }
}

/* -------------------------- *\
    .solution_intro_3
\* -------------------------- */

.solution_intro_3 { 
	padding: 0 0 6rem;
}

.solution_intro_3 .shell .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	border-bottom: .4rem solid #F5F5F5;
}

@media (min-width: 1024px) {

	.solution_intro_3 .shell .grid {
		-ms-flex-align: start;
		    align-items: flex-start;
	}
}

.solution_intro_3 .shell .left {
	width: 100%;
	padding-bottom: 2rem;
}

@media (min-width: 768px) {

	.solution_intro_3 .shell .left {
		width: calc(53% - 3.85rem);
	}
}

.solution_intro_3 .shell .left p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 1.5rem;
}

.solution_intro_3 .shell .left p:last-of-type {
	margin-bottom: 0;
}

.solution_intro_3 .shell .right {
	width: 100%;
	text-align: center;
	padding-bottom: 2rem;
}

@media (min-width: 768px) {

	.solution_intro_3 .shell .right {
		width: calc(47% - 3.85rem);
	}
}

.solution_intro_3 .shell .right img {
	position: relative;
	z-index: 1;
	width: 52.1rem;
	max-height: 37rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

@media (min-width: 768px) {

	.solution_intro_3 .shell .right img {
		margin-top: -6rem;
	}
}

.solution_intro_3.plastic {
	padding: 0 0 4.6rem;
}

.solution_intro_3.plastic .shell .left {
	padding-bottom: 3.5rem;
}

.solution_intro_3.industries,
	.solution_intro_3.about,
	.solution_intro_3.hide {
	padding: 0 0 2rem;
}

.solution_intro_3.industries .grid, .solution_intro_3.about .grid, .solution_intro_3.hide .grid {
	border-bottom: 0;
}

.solution_intro_3.industries .grid .left, .solution_intro_3.about .grid .left, .solution_intro_3.hide .grid .left {
	width: 100%;
	max-width: 91rem;
}

.solution_intro_3.industries + .for_whom, .solution_intro_3.about + .for_whom, .solution_intro_3.hide + .for_whom {
	padding: 0;
}

.solution_intro_3.industries + .for_whom .grid, .solution_intro_3.about + .for_whom .grid, .solution_intro_3.hide + .for_whom .grid {
	margin: 0;
}

.solution_intro_3.about {
	text-align: center;
}

.solution_intro_3.about .t3 {
	padding-bottom: .9rem;
	margin-bottom: 2.8rem;
}

.solution_intro_3.about h3 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	margin-bottom: 1.8rem;
	color: #0B1867;
}

@media (min-width: 768px) {

	.solution_intro_3.about h3 {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.solution_intro_3.about .grid {
	border-bottom: 0;
}

.solution_intro_3.about .grid .left {
	margin: 0 auto;
}

.solution_intro_3.hide {
	padding: 0;
}

.solution_intro_3.hide .t3 {
	margin-bottom: 2.4rem;
}

.solution_intro_3.work {
	position: relative;
	padding-bottom: 5rem;
	margin-bottom: 5rem;
}

@media (min-width: 900px) {

	.solution_intro_3.work {
		padding-bottom: 9.5rem;
		margin-bottom: 6rem;
	}
}

.solution_intro_3.work:after {
	content: '';
	width: calc(100% - 4rem);
	max-width: 121rem;
	background: #F5F5F5;
	height: .4rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.solution_intro_3.work .left p {
	margin-bottom: 3.5rem;
}

.solution_intro_3.work .left p .aligncenter {
	text-align: center;
	margin: 0 auto;
}

.solution_intro_3.news {
	padding-bottom: 0;
	margin-bottom: 1.6rem;
}

.solution_intro_3.news:after {
	content: none;
}

.solution_intro_3.rev {
	padding: 0;
}

.solution_intro_3.rev .t3 {
	margin-bottom: 0;
}

.solution_intro_3.privacy .shell .left {
	width: 100%;
}

@media (min-width: 1024px) {

	.solution_intro_3.privacy .shell .left {
		width: calc(60% - 3.85rem);
	}
}

.solution_intro_3.privacy .shell .left > p {
	max-width: 57.7rem;
}

.solution_intro_3.privacy .shell .left .contact_details {
	margin: 4rem 0 0;
}

.solution_intro_3.privacy .shell .left .contact_details h2 {
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #0B1867;
	margin-bottom: 1.8rem;
	width: 100%;
}

.solution_intro_3.privacy .shell .left .contact_details > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.solution_intro_3.privacy .shell .left .contact_details > div div {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.solution_intro_3.privacy .shell .left .contact_details > div div {
		width: calc(50% - 1.35rem);
		padding-right: 1rem;
	}
}

.solution_intro_3.privacy .shell .left .contact_details > div div h3,
							.solution_intro_3.privacy .shell .left .contact_details > div div a,
							.solution_intro_3.privacy .shell .left .contact_details > div div p {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 0;
}

.solution_intro_3.privacy .shell .left .contact_details > div div a,
							.solution_intro_3.privacy .shell .left .contact_details > div div p {
	font-weight: 400;
}

.solution_intro_3.privacy .shell .left .contact_details > div div span,
							.solution_intro_3.privacy .shell .left .contact_details > div div a {
	color: #238FCD;
}

.solution_intro_3.privacy .shell .left .contact_details > div div a:hover {
	color: #0B1867;
}

/* -------------------------- *\
    .solution_pooling
\* -------------------------- */

.solution_pooling { 
	padding: 0 0 5.6rem;
	text-align: center;
	position: relative;
	margin-bottom: 5.2rem;
}

.solution_pooling:after {
	content: '';
	width: 90%;
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.solution_pooling:after {
		width: 100%;
	}
}

.solution_pooling .inf_t1 {
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 3.2rem;
}

.solution_pooling img {
	width: 75.2rem;
	max-height: 56.9rem;
	-o-object-fit: contain;
	   object-fit: contain;
	margin-bottom: 4.8rem;
}

.solution_pooling .hold {
	max-width: 87rem;
	margin: 0 auto;
}

.solution_pooling .hold p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 1.5rem;
}

.solution_pooling .hold p:last-of-type {
	margin-bottom: 0;
}

.solution_pooling .hold .btn {
	padding: .65rem 1rem;
	display: inline-block;
	margin-top: 3.7rem;
	min-width: 21.8rem;
}

.solution_pooling .hold .btn span {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.9rem;
	text-transform: none;
	display: block;
}

.solution_pooling .hold .btn span span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
}

.solution_pooling .hold .btn span span svg {
	width: 1.9rem;
	height: 1.9rem;
	fill: #fff;
	margin-right: .7rem;
	margin-top: .4rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	position: relative;
	top: -.2rem;
}

.solution_pooling + .pooling {
	padding: 0 0 2rem;
	position: relative;
	margin-bottom: 5rem;
}

.solution_pooling + .pooling:after {
	content: '';
	width: 90%;
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.solution_pooling + .pooling:after {
		width: 100%;
	}
}

/* -------------------------- *\
    .for_whom
\* -------------------------- */

.for_whom { 
	padding: 0;
	margin-bottom: 3rem;
	position: relative;
	text-align: center;
}

@media (min-width: 768px) {

	.for_whom {
		padding: 0 0 4rem;
		margin-bottom: 6.2rem;
	}
}

.for_whom:after {
	content: '';
	width: 90%;
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.for_whom:after {
		width: 100%;
	}
}

.for_whom .grid {
	margin: 5.3rem 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.for_whom .grid > div {
	width: 100%;
	text-align: left;
	margin-bottom: 4.6rem;
}

@media (min-width: 768px) {

	.for_whom .grid > div {
		width: calc(50% - 2.7rem);
	}
}

.for_whom .grid > div svg {
	width: 4.2rem;
	height: 4.2rem;
	fill: #238FCD;
}

.for_whom .grid > div div {
	margin-top: 1.3rem;
}

.for_whom .grid > div div h3 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #0B1867;
	margin-bottom: 1.8rem;
}

@media (min-width: 768px) {

	.for_whom .grid > div div h3 {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.for_whom .grid > div div ul {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 0;
}

.for_whom .grid > div div ul li {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #0B1867;
	position: relative;
	padding-left: 2rem;
}

.for_whom .grid > div div ul li:before {
	content: '';
	width: 1.1rem;
	height: 1.1rem;
	background: #238FCD;
	position: absolute;
	top: .6rem;
	left: 0;
}

.for_whom .grid > div div ul li + li {
	margin-top: 1.4rem;
}

.for_whom .grid > div div p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 0;
}

.for_whom .grid > div div p + p {
	margin-top: 1.4rem;
}

.for_whom .grid > div a {
	margin-top: 1.8rem;
	font-weight: 5..;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #238FCD;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.for_whom .grid > div a svg {
	width: 2rem;
	height: 1.5rem;
	margin-right: 1rem;
	transition: .3s ease;
}

.for_whom .grid > div a:hover svg {
	margin-right: 2rem;
}

/* -------------------------- *\
    .sec_experienced
\* -------------------------- */

.sec_experienced { 
	padding: 0 0 3rem;
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.sec_experienced {
		padding: 0 0 5.2rem;
		margin-bottom: 6.2rem;
	}
}

.sec_experienced:after {
	content: '';
	width: 90%;
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.sec_experienced:after {
		width: 100%;
	}
}

.sec_experienced .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.sec_experienced .t1 {
	margin: 0 0 3rem;
	width: 100%;
}

@media (min-width: 768px) {

	.sec_experienced .t1 {
		margin: 0;
	}
}

.sec_experienced .l,
	.sec_experienced .r {
	width: 100%;
}

@media (min-width: 768px) {

	.sec_experienced .l,
	.sec_experienced .r {
		width: calc(50% - 2.75rem);
	}
}

.sec_experienced .r {
	text-align: center;
	margin-top: 2rem;
}

@media (min-width: 768px) {

	.sec_experienced .r {
		margin-top: 0;
	}
}

.sec_experienced p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 1.5rem;
}

.sec_experienced p:last-of-type {
	margin-bottom: 0;
}

.sec_experienced img {
	width: 57.8rem;
	max-height: 34.5rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

/* -------------------------- *\
    .what_to_do
\* -------------------------- */

.what_to_do { 
	padding: 0 0 3rem;
	text-align: center;
	position: relative;
}

/*margin-bottom: 3rem;*/

@media (min-width: 768px) {

	.what_to_do {
		padding: 0 0 6rem;/*margin-bottom: 6rem;*/
	}
}

/*&:after {
		content: '';
		width: 90%;
		max-width: 121rem;
		height: .4rem;
		background: $c4;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);

		@mixin min 1220 {
			width: 100%;
		}
	}*/

.what_to_do .hold {
	max-width: 77.2rem;
	margin: 0 auto;
}

.what_to_do .hold .t1 {
	margin: 0 auto 1.7rem;
}

.what_to_do .hold p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 1.5rem;
}

.what_to_do .hold p:last-of-type {
	margin-bottom: 0;
}

.what_to_do .hold img {
	width: 56.4rem;
	max-height: 25.5rem;
	-o-object-fit: contain;
	   object-fit: contain;
	margin-top: 3.3rem;
}

.what_to_do .hold span {
	display: block;
	margin-top: 2.7rem;
	margin-bottom: 1.3rem;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #0B1867;
}

.what_to_do .hold a {
	color: #0B1867;
	display: inline-block;
}

.what_to_do .hold a span {
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
	transition: .3s ease;
}

.what_to_do .hold a svg {
	width: 1.9rem;
	height: 1.9rem;
	fill: #0B1867;
	margin-right: .7rem;
}

.what_to_do .hold a:hover span {
	transform: scale(1.1);
}

.what_to_do .hold a + p {
	margin-top: 2.7rem;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2rem;
}

.what_to_do .hold .call_form {
	max-width: 61rem;
	margin: 1.5rem auto 5.1rem;
}

.what_to_do .hold h3 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 2rem;
}

/* -------------------------- *\
    .box_block
\* -------------------------- */

.box_block { 
	padding: 0;
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.box_block {
		margin-bottom: 6rem;
	}
}

.box_block:after {
	content: '';
	width: 90%;
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.box_block:after {
		width: 100%;
	}
}

.box_block .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.box_block .l,
	.box_block .r {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.box_block .l,
	.box_block .r {
		width: calc(50% - 2.75rem);
		margin-bottom: 6.3rem;
	}
}

.box_block .l h2, .box_block .r h2 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #0B1867;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.box_block .l h2, .box_block .r h2 {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.box_block .l p, .box_block .r p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 1.5rem;
}

.box_block .l p:last-of-type, .box_block .r p:last-of-type {
	margin-bottom: 0;
}

.box_block .full {
	width: 100%;
}

.box_block .small_text {
	margin: 1.6rem auto 4.6rem;
	max-width: 58rem;
	text-align: center;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #0B1867;
	font-style: italic;
}

.box_block + .what_to_do {
	margin: 0;
}

.box_block + .what_to_do:after {
	content: none;
}

/* -------------------------- *\
    .product_box
\* -------------------------- */

.products_box .shell {
	display: -ms-flexbox;
	display: flex;/*justify-content: space-between;*/
	overflow-x: scroll;
	padding-bottom: 3rem;
	width: 100%;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

@media (max-width: 1160px) {

	.products_box .shell::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
	}

	.products_box .shell::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
	}

	.products_box .shell::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
	}

	.products_box .shell::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
	}

	.products_box .shell::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
	}

	.products_box .shell::-webkit-scrollbar-thumb:active {
		cursor: pointer;
	}

	.products_box .shell:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
	}

	.products_box .shell:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

	.products_box .shell:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
}

.products_box .prod_2 {
	width: calc(25% - .8rem);
	min-width: 28rem;
}

.products_box + .some_block {
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding: 0 0 3rem;
	position: relative;
}

@media (min-width: 768px) {

	.products_box + .some_block {
		margin-bottom: 6rem;
		padding: 0 0 6rem;
	}
}

.products_box + .some_block:after {
	content: '';
	width: 90%;
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.products_box + .some_block:after {
		width: 100%;
	}
}

/* -------------------------- *\
    .some_block
\* -------------------------- */

.some_block { 
	padding: 0;
	margin-bottom: 5rem;
}

.some_block h2 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	margin-bottom: 2rem;
	color: #0B1867;
}

@media (min-width: 768px) {

	.some_block h2 {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.some_block .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.some_block .l,
	.some_block .r {
	width: 100%;
}

@media (min-width: 768px) {

	.some_block .l,
	.some_block .r {
		width: calc(50% - 2.7rem);
	}
}

.some_block .l p, .some_block .r p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 2rem;
}

.some_block .l p:last-of-type, .some_block .r p:last-of-type {
	margin-bottom: 0;
}

.some_block .l p a, .some_block .r p a {
	color: #238FCD;
	text-decoration: underline;
}

.some_block .l p a:hover, .some_block .r p a:hover {
	text-decoration: none;
}

.some_block.delivery {
	margin-bottom: 3.5rem;
}

.some_block.delivery.grey {
	margin-bottom: 1rem;
	position: relative;
}

.some_block.delivery.grey:before {
	content: '';
	width: calc(100% - 4rem);
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.some_block.delivery.grey h2 {
	position: relative;
	background: #F5F5F5;
	padding: 1rem 1.8rem 1.3rem 1.4rem;
	display: inline-block;
	min-width: 32.5rem;
	margin-bottom: 3.5rem;
}

.some_block.delivery.grey h3 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #0B1867;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.some_block.delivery.grey h3 {
		font-size: 2.1rem;
		line-height: 2.6rem;
	}
}

.some_block.delivery.grey p {
	margin-bottom: 2.5rem;
}

/* -------------------------- *\
    .images_block
\* -------------------------- */

.images_block { 
	padding: 0;
}

.images_block .pop {
	margin-bottom: 5.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

/*justify-content: space-between;*/

.images_block .pop h3 {
	width: 100%;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #0B1867;
	margin-bottom: 1.3rem;
}

.images_block .pop a {
	display: block;
	width: 100%;
	padding-right: 1rem;
}

.images_block .pop a:nth-of-type(4) {
	padding-right: 0;
}

.images_block .pop a:not(:nth-of-type(1)) {
	display: none;
}

@media (min-width: 420px) {

	.images_block .pop a {
		width: calc(50% - 1rem);
	}

	.images_block .pop a:nth-of-type(1),
				.images_block .pop a:nth-of-type(2) {
		display: block;
	}
}

@media (min-width: 768px) {

	.images_block .pop a {
		width: calc(33.33% - 1rem);
	}

	.images_block .pop a:nth-of-type(1),
				.images_block .pop a:nth-of-type(2),
				.images_block .pop a:nth-of-type(3) {
		display: block;
	}
}

@media (min-width: 900px) {

	.images_block .pop a {
		width: calc(25% - 1rem);
	}

	.images_block .pop a:nth-of-type(1),
				.images_block .pop a:nth-of-type(2),
				.images_block .pop a:nth-of-type(3),
				.images_block .pop a:nth-of-type(4) {
		display: block;
	}
}

.images_block .pop a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	max-height: 20.1rem;
}

/* -------------------------- *\
    .about_video
\* -------------------------- */

.about_video { 
	padding: 0;
	text-align: center;
}

.about_video .shell {
	position: relative;
}

.about_video .shell:before {
	content: '';
	width: 100%;
	height: calc(100% - 6.4rem);
	background: #050D3B;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.about_video .hold {
	position: relative;
	max-width: 102.2rem;
	margin: 0 auto;
}

.about_video .hold a {
	background: #000;
	display: block;
	max-height: 58.1rem;
	height: 30rem;
	width: 100%;
}

@media (min-width: 420px) {

	.about_video .hold a {
		height: auto;
	}
}

.about_video .hold a > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	opacity: .5;
}

.about_video .hold a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	transition: .3s ease;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
	width: 20rem;
}

.about_video .hold a span img {
	opacity: 1;
}

.about_video .hold a span svg {
	width: 5rem;
	height: 5.8rem;
	fill: #fff;
	margin-bottom: 3.6rem;
}

.about_video .hold a:hover span {
	transform: translate(-50%, -50%) scale(1.1);
}

/* -------------------------- *\
    .key_figures
\* -------------------------- */

.key_figures { 
	padding: 9.3rem 0 0;
	margin-top: -3.2rem;
	background: rgba(35,143,205, .1);
	margin-bottom: -3.2rem;
}

.key_figures .hold {
	max-width: 102.2rem;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.key_figures .hold > div {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.key_figures .hold > div {
		width: calc(50% - 2rem);
	}
}

@media (min-width: 900px) {

	.key_figures .hold > div {
		width: calc(50% - 6rem);
		margin-bottom: 9.3rem;
	}
}

.key_figures .hold > div > span {
	width: 7.1rem;
	display: block;
}

.key_figures .hold > div > span span {
	width: 5.9rem;
	height: 5.9rem;
	background: #0B1867;
	border-radius: 1.5rem;
	display: block;
	transform: rotate(45deg);
	margin-bottom: 0;
	margin-top: 2rem;
	margin-left: 1rem;
	position: relative;
}

.key_figures .hold > div > span span svg {
	width: 2.5rem;
	height: 2.5rem;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 850px) {

	.key_figures .hold > div > span {
		width: 10.1rem;
	}

	.key_figures .hold > div > span span {
		width: 7.9rem;
		height: 7.9rem;
	}

	.key_figures .hold > div > span span svg {
		width: 4rem;
		height: 4rem;
	}
}

.key_figures .hold > div div {
	width: 100%;
	padding-left: 2.3rem;
}

@media (min-width: 768px) {

	.key_figures .hold > div div {
		width: calc(100% - 7.1rem);
	}
}

@media (min-width: 850px) {

	.key_figures .hold > div div {
		width: calc(100% - 10.1rem);
	}
}

.key_figures .hold > div h3 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #0B1867;
	margin-bottom: 1rem;
}

@media (min-width: 768px) {

	.key_figures .hold > div h3 {
		max-width: 30.6rem;
		font-size: 2.1rem;
		line-height: 2.6rem;
	}
}

.key_figures .hold > div p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #0B1867;
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.key_figures .hold > div p {
		max-width: 30.6rem;
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
}

.key_figures .hold > div:first-of-type h3 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height:3.2rem;
	margin-bottom: 2.4rem;
}

@media (min-width: 768px) {

	.key_figures .hold > div:first-of-type h3 {
		font-size: 3.2rem;
		line-height: 4.5rem;
	}
}

.key_figures .hold > div:first-of-type div {
	padding: 0;
}

/* -------------------------- *\
    .mission
\* -------------------------- */

.mission { 
	padding: 3rem 0 0;
}

@media (min-width: 768px) {

	.mission {
		padding: 6rem 0 0;
	}
}

.mission .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.mission .shell .l,
		.mission .shell .r {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 768px) {

	.mission .shell .l,
		.mission .shell .r {
		width: calc(50% - 2.7rem);
		margin-bottom: 6rem;
	}
}

.mission .shell .l h3, .mission .shell .r h3 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	margin-bottom: 1.9rem;
	color: #0B1867;
}

@media (min-width: 768px) {

	.mission .shell .l h3, .mission .shell .r h3 {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.mission .shell .l p, .mission .shell .r p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 1.5rem;
}

.mission .shell .l p:last-of-type, .mission .shell .r p:last-of-type {
	margin-bottom: 0;
}

.mission .shell .l img, .mission .shell .r img {
	height: 28.3rem;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

@media (min-width: 768px) {

	.mission .shell .l img, .mission .shell .r img {
		height: 100%;
	}
}

.mission.left {
	padding: 0;
}

.mission.left .l {
	-ms-flex-order: 2;
	    order: 2;
}

.mission.left .r {
	-ms-flex-order: 1;
	    order: 1;
}

/* -------------------------- *\
    .why_z
\* -------------------------- */

.why_z { 
	padding: 2.7rem 0 5rem;
}

@media (min-width: 768px) {

	.why_z {
		padding: 2.7rem 0 9.7rem;
	}
}

.why_z .hold {
	max-width: 87rem;
	margin: 0 auto;
	text-align: center;
}

.why_z .hold h2 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #0B1867;
	margin-bottom: 2.2rem;
}

@media (min-width: 768px) {

	.why_z .hold h2 {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.why_z .hold p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 2.7rem;
}

.why_z .hold p:last-of-type {
	margin-bottom: 0;
}

.why_z .hold ul {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	text-align: left;
}

.why_z .hold ul li {
	width: 100%;
	margin-bottom: 1.6rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	position: relative;
	padding-left: 2rem;
}

@media (min-width: 768px) {

	.why_z .hold ul li {
		width: calc(50% - 2.5rem);
	}
}

.why_z .hold ul li:before {
	content: '';
	width: 1.1rem;
	height: 1.1rem;
	background: #238FCD;
	position: absolute;
	top: .5rem;
	left: 0;
}

.why_z .hold .btn {
	padding: .65rem 1rem;
	display: inline-block;
	margin-top: 2.7rem;
}

.why_z .hold .btn span {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.9rem;
	text-transform: none;
	display: block;
}

.why_z .hold .btn span span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
}

.why_z .hold .btn span span svg {
	width: 1.9rem;
	height: 1.9rem;
	fill: #fff;
	margin-right: .7rem;
	margin-top: .4rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	position: relative;
	top: -.2rem;
}

/* -------------------------- *\
    .team
\* -------------------------- */

.team { 
	padding: 0;
	text-align: center;
}

.team h2 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #0B1867;
	margin-bottom: 2.2rem;
}

@media (min-width: 768px) {

	.team h2 {
		font-size: 2.4rem;
		line-height: 2.9rem;
	}
}

.team p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	max-width: 87rem;
	margin: 0 auto;
}

.team .grid {
	margin: 4.8rem -1rem 0;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.team .grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.team .grid > div {
	width: 100%;
	padding: 0 1rem;
	float: left;
	margin-bottom: 3rem;
	text-align: center;
}

@media (min-width: 550px) {

	.team .grid > div {
		width: 50%;
		text-align: left;
	}
}

@media (min-width: 860px) {

	.team .grid > div {
		width: 33.33%;
	}
}

.team .grid > div img {
	margin-bottom: 2rem;
}

.team .grid > div h3 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #0B1867;
	margin-bottom: 1.1rem;
}

@media (min-width: 768px) {

	.team .grid > div h3 {
		font-size: 2.1rem;
		line-height: 2.6rem;
	}
}

.team .grid > div span {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8rem;
	color: #0B1867;
}

@media (min-width: 768px) {

	.team .grid > div span {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}

/* -------------------------- *\
    .contacts
\* -------------------------- */

.contacts { 
	padding: 0 0 3rem;
}

@media (min-width: 900px) {

	.contacts {
		padding: 0 0 7rem;
	}
}

.contacts .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.contacts .l,
	.contacts .r {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.contacts .l,
	.contacts .r {
		width: calc(50% - 2.75rem);
		margin-bottom: 0;
	}
}

.contacts .l h3, .contacts .r h3 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #0B1867;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.contacts .l h3, .contacts .r h3 {
		font-size: 2.4rem;
		line-height: 2.9rem;
		margin-bottom: 3rem;
	}
}

.contacts .l > a, .contacts .r > a {
	display: block;
	position: relative;
	padding-left: 3rem;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #238FCD;
}

.contacts .l > a svg, .contacts .r > a svg {
	width: 2rem;
	height: 1.9rem;
	fill: #238FCD;
	position: absolute;
	left: 0;
	top: .1rem;
}

.contacts .l > a + a, .contacts .r > a + a {
	margin-top: 2.4rem;
}

.contacts .l > a:hover, .contacts .r > a:hover {
	color: #0B1867;
}

.contacts .l > a:hover svg, .contacts .r > a:hover svg {
	fill: #0B1867;
}

.contacts .l .details, .contacts .r .details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 3rem 0 0;
}

@media (min-width: 480px) {

	.contacts .l .details, .contacts .r .details {
		margin: 3rem 0;
	}
}

@media (min-width: 768px) {

	@media (max-width: 990px) {

		.contacts .l .details, .contacts .r .details {
			margin: 3rem 0 0;
		}
	}
}

.contacts .l .details > div, .contacts .r .details > div {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem;
}

@media (min-width: 480px) {

	.contacts .l .details > div, .contacts .r .details > div {
		width: calc(50% - 1.9rem);
		margin-bottom: 0;
	}
}

@media (min-width: 768px) {

	@media (max-width: 990px) {

		.contacts .l .details > div, .contacts .r .details > div {
			width: 100%;
			margin-bottom: 2rem;
		}
	}
}

.contacts .l .details > div svg, .contacts .r .details > div svg {
	width: 1.9rem;
	height: 2.6rem;
	fill: #238FCD;
	margin-top: -.2rem;
}

.contacts .l .details > div div, .contacts .r .details > div div {
	width: calc(100% - 1.9rem);
	padding-left: 1.2rem;
}

.contacts .l .details > div div h4, .contacts .r .details > div div h4 {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #238FCD;
	margin-bottom: 1.1rem;
}

.contacts .l .details > div div p, .contacts .r .details > div div p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #0B1867;
	margin-bottom: 2rem;
}

@media (min-width: 1200px) {

	.contacts .l .details > div div p, .contacts .r .details > div div p {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
}

.contacts .l .details > div div p span, .contacts .r .details > div div p span {
	display: block;
}

.contacts .l .details > div div p:last-of-type, .contacts .r .details > div div p:last-of-type {
	margin-bottom: 0;
}

.contacts .l .info, .contacts .r .info {
	padding-left: 3rem;
}

.contacts .l .info p, .contacts .r .info p {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 2rem;
}

.contacts .l .info p strong, .contacts .r .info p strong {
	font-weight: 600;
}

.contacts .l .info h4, .contacts .r .info h4 {
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #238FCD;
	margin-bottom: 1.1rem;
}

.contacts .l .info h4 + p, .contacts .r .info h4 + p {
	font-size: 1.6rem;
	line-height: 2.6rem;
}

.contacts .l .info h4 + p strong, .contacts .r .info h4 + p strong {
	font-weight: 600;
}

.contacts .l .follow, .contacts .r .follow {
	padding-left: 3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 27rem;
}

@media (min-width: 1024px) {

	.contacts .l .follow, .contacts .r .follow {
		max-width: 40rem;
	}
}

.contacts .l .follow a, .contacts .r .follow a {
	display: block;
}

.contacts .l .follow a + a, .contacts .r .follow a + a {
	margin-top: 0;
	padding-left: 1.9rem;
}

.contacts .l .follow a svg, .contacts .r .follow a svg {
	width: 2.1rem;
	height: 2.1rem;
	fill: rgba(0,0,0, .2);
}

.contacts .l .follow a:hover .i-facebook, .contacts .r .follow a:hover .i-facebook {
	fill: #3a559f;
}

.contacts .l .follow a:hover .i-linkedin, .contacts .r .follow a:hover .i-linkedin {
	fill: #0177b7;
}

.contacts .l .follow a:hover .i-twitter, .contacts .r .follow a:hover .i-twitter {
	fill: #50abf1;
}

.contacts .l .follow a:hover .i-instagram, .contacts .r .follow a:hover .i-instagram {
	fill: #bf2c84;
}

.contacts .l .follow a:hover .i-youtube, .contacts .r .follow a:hover .i-youtube {
	fill: #ff2500;
}

.contacts .l .follow span, .contacts .r .follow span {
	display: block;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #238FCD;
	margin-right: 2.4rem;
	padding-top: .2rem;
	width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 1024px) {

	.contacts .l .follow span, .contacts .r .follow span {
		display: inline-block;
		width: auto;
		margin-bottom: 0;
	}
}

.map-1 {
	margin-bottom: 3rem;
}

@media (min-width: 900px) {

	.map-1 {
		margin-bottom: 7rem;
	}
}

.map-1 .map {
	height: 44.4rem;
}

.map-1 + .newsletter {
	padding: 0 0 3rem;
}

@media (min-width: 900px) {

	.map-1 + .newsletter {
		padding: 0 0 6rem;
	}
}

.map-1 + .newsletter + .home_why {
	margin-bottom: 3rem;
}

@media (min-width: 900px) {

	.map-1 + .newsletter + .home_why {
		margin-bottom: 6rem;
	}
}

/* -------------------------- *\
    .career_intro
\* -------------------------- */

.career_intro { 
	padding: .5rem 0 3rem;
}

@media (min-width: 900px) {

	.career_intro {
		padding: .5rem 0 6rem;
	}
}

.career_intro h1 {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #0B1867;
	margin-bottom: 1rem;
}

@media (min-width: 900px) {

	.career_intro h1 {
		font-size: 3.2rem;
		line-height: 3.9rem;
	}
}

.career_intro .blue_block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	position: relative;
	z-index: 1;
	padding: 4rem 0 0;
}

@media (min-width: 900px) {

	.career_intro .blue_block {
		padding: 8rem 0;
	}
}

.career_intro .blue_block:before {
	content: '';
	background: #157FBC;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media (min-width: 900px) {

	.career_intro .blue_block:before {
		width: calc(100% - 11.5rem);
	}
}

.career_intro .blue_block .l {
	width: 100%;
	padding: 0 2rem;
}

@media (min-width: 900px) {

	.career_intro .blue_block .l {
		width: calc(45% - 1.5rem);
		padding: 0 0 0 4rem;
	}
}

@media (min-width: 1200px) {

	.career_intro .blue_block .l {
		padding: 0 0 0 8.3rem;
		width: calc(45% - 8.3rem);
	}
}

.career_intro .blue_block .l h2 {
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 4.6rem;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	margin-bottom: 2.1rem;
}

@media (min-width: 1200px) {

	.career_intro .blue_block .l h2 {
		font-size: 4.8rem;
		line-height: 5.1rem;
	}
}

.career_intro .blue_block .l p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #fff;
	margin-bottom: 3rem;
}

.career_intro .blue_block .l a {
	display: inline-block;
	min-width: 27.3rem;
	box-shadow: 0 .2rem .9rem rgba(0,0,0, .5);
	border-radius: 1rem;
}

.career_intro .blue_block .l a > span {
	display: -ms-flexbox;
	display: flex;
}

.career_intro .blue_block .l a > span span:first-of-type {
	background: #fff;
	padding: 1.85rem;
	text-align: center;
	border-radius: 1rem 0 0 1rem;
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	color: #0B1867;
	width: calc(100% - 6.3rem);
	max-width: 21rem;
	height: 5.5rem;
}

.career_intro .blue_block .l a > span span:last-of-type {
	background: #FE4A1C;
	text-align: center;
	border-radius: 0 1rem 1rem 0;
	position: relative;
	width: 6.3rem;
	height: 5.5rem;
	display: inline-block;
}

.career_intro .blue_block .l a > span span:last-of-type svg {
	width: 2.2rem;
	height: 1.9rem;
	fill: #fff;
	filter: drop-shadow(0 .2rem .3rem rgba(0,0,0, .5));
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.career_intro .blue_block .l a:hover {
	box-shadow: 0 .2rem .3rem rgba(0,0,0, .5);
}

.career_intro .blue_block .l a:hover > span span svg {
	transform: translate(-50%, -50%) rotate(180deg);
}

.career_intro .blue_block .r {
	width: 100%;
	margin-top: 3rem;
}

@media (min-width: 900px) {

	.career_intro .blue_block .r {
		width: calc(55% - 1.5rem);
		margin-top: 0;
	}
}

@media (min-width: 1200px) {

	.career_intro .blue_block .r {
		width: calc(55% - 3.8rem);
	}
}

.career_intro .blue_block .r img {
	width: 100%;
	max-height: 40.2rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

.career_intro .bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding: 6.5rem 0 6rem;
}

.career_intro .bottom .info {
	width: 100%;
	padding-left: 4rem;
	margin-bottom: 2rem;
}

@media (min-width: 900px) {

	.career_intro .bottom .info {
		padding-left: 8.3rem;
	}
}

@media (min-width: 1120px) {

	.career_intro .bottom .info {
		margin-bottom: 0;
	}
}

.career_intro .bottom .info h2 {
	max-width: 57.8rem;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 2.9rem;
	margin-bottom: 3.2rem;
}

@media (min-width: 900px) {

	.career_intro .bottom .info h2 {
		font-size: 3.2rem;
		line-height: 3.9rem;
	}
}

.career_intro .bottom .info p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	max-width: 57.8rem;
	margin-bottom: 0;
}

.career_intro .bottom .l {
	width: 100%;
	margin-bottom: 3.6rem;
}

@media (min-width: 800px) {

	.career_intro .bottom .l {
		width: calc(56.5% - 2.15rem);
		margin-bottom: 0;
	}
}

.career_intro .bottom .l img {
	width: 100%;
	height: 24.8rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 800px) {

	.career_intro .bottom .l img {
		max-height: 40.4rem;
	}
}

.career_intro .bottom .r {
	width: 100%;
}

@media (min-width: 800px) {

	.career_intro .bottom .r {
		width: calc(43.5% - 2.15rem);
	}
}

.career_intro .bottom .r img + img {
	margin-top: 3.6rem;
}

.career_intro .bottom .r img.small {
	width: 100%;
	height: 24.8rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 800px) {

	.career_intro .bottom .r img.small {
		max-width: 38.7rem;
	}
}

.career_intro .bottom .r img.big {
	width: 100%;
	height: 24.8rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 800px) {

	.career_intro .bottom .r img.big {
		max-width: 50.3rem;
		height: 32.2rem;
	}
}

/* -------------------------- *\
    .career_values
\* -------------------------- */

.career_values { 
	background: rgba(35,143,205, .1);
	padding: 3rem 0;
}

@media (min-width: 768px) {

	.career_values {
		padding: 7.3rem 0;
	}
}

.career_values .top,
	.career_values .bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.career_values .top {
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 768px) {

	.career_values .top {
		padding-left: 5rem;
	}
}

.career_values .top h2 {
	width: 100%;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 4.5rem;
	color: #0B1867;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.career_values .top h2 {
		width: 30rem;
		margin-bottom: 0;
	}
}

.career_values .top p {
	width: 100%;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
}

@media (min-width: 768px) {

	.career_values .top p {
		width: calc(100% - 30rem);
		padding-left: 1rem;
		max-width: 61.8rem;
	}
}

.career_values .bottom {
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 100.4rem;
	margin: 6rem auto 0;
}

@media (min-width: 768px) {

	.career_values .bottom {
		margin: 6rem auto 0;
	}
}

.career_values .bottom > div {
	width: 100%;
	margin-bottom: 3rem;
}

@media (min-width: 500px) {

	.career_values .bottom > div {
		width: calc(50% - 2.1rem);
	}
}

@media (min-width: 768px) {

	.career_values .bottom > div {
		width: calc(33.33% - 2.1rem);
		margin-bottom: 0;
	}
}

.career_values .bottom > div span {
	width: 7.9rem;
	height: 7.9rem;
	background: #0B1867;
	display: block;
	border-radius: 1.5rem;
	position: relative;
	transform: rotate(45deg);
	margin-bottom: 2rem;
}

.career_values .bottom > div span svg {
	width: 3.7rem;
	height: 3.7rem;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.career_values .bottom > div h3 {
	margin: 1rem 0;
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.6rem;
	color: #0B1867;
}

.career_values .bottom > div p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 0;
}

/* -------------------------- *\
    .career_benefits
\* -------------------------- */

.career_benefits { 
	padding: 6rem 0 1rem;
	text-align: center;
}

.career_benefits .t1 {
	margin-bottom: 2.3rem;
}

.career_benefits .t1 + p {
	max-width: 87rem;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin: 0 auto;
}

.career_benefits .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: left;
	margin: 5rem -2.5rem 0;
}

.career_benefits .grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (min-width: 768px) {

	.career_benefits .grid {
		margin: 10rem -2.5rem 0;
	}
}

.career_benefits .grid > div {
	width: 100%;
	padding: 0 2.5rem;
	float: left;
	margin-bottom: 5rem;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 768px) {

	.career_benefits .grid > div {
		width: 50%;
	}
}

@media (min-width: 990px) {

	.career_benefits .grid > div {
		width: 33.33%;
	}
}

.career_benefits .grid > div svg {
	width: 5.4rem;
	height: 4rem;
	fill: #238FCD;
}

.career_benefits .grid > div div {
	width: calc(100% - 5.4rem);
	padding-left: 1rem;
	padding-top: 1.4rem;
}

.career_benefits .grid > div div h4 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 1rem;
}

.career_benefits .grid > div div p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 0;
}

/* -------------------------- *\
    .jobs
\* -------------------------- */

.jobs { 
	padding: 5rem 0 3rem;
	position: relative;
	margin-bottom: 6rem;
	text-align: center;
}

.jobs:after {
	content: '';
	width: calc(100% - 4rem);
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.jobs .t1 + p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin: 0 auto;
	max-width: 87rem;
	color: #0B1867;
}

.jobs .block {
	margin: 4rem 0 0;
}

.jobs .block > div {
	margin-bottom: 3rem;
}

.jobs .block > div:last-of-type {
	margin-bottom: 0;
}

.jobs .block > div .job {
	width: 100%;
	border: 0;
	background: #238FCD;
	text-align: left;
	padding: 1rem 3.5rem 1rem 2.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	transition: .3s ease;
}

@media (min-width: 768px) {

	.jobs .block > div .job {
		padding: 2rem 3.5rem 2rem 4.4rem;
	}
}

.jobs .block > div .job .position {
	width: 100%;
	padding-right: 5rem;
}

@media (min-width: 768px) {

	.jobs .block > div .job .position {
		width: calc(100% - 30rem);
		padding-right: 1rem;
	}
}

.jobs .block > div .job .position span {
	display: block;
	font-weight: 400;
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.jobs .block > div .job .position span:first-of-type {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	margin-bottom: .3rem;
}

@media (min-width: 768px) {

	.jobs .block > div .job .position span:first-of-type {
		font-size: 1.7rem;
		line-height: 2rem;
		margin-bottom: .9rem;
	}
}

@media (min-width: 850px) {

	.jobs .block > div .job .position span:first-of-type {
		font-size: 2.1rem;
		line-height: 2.4rem;
	}
}

@media (min-width: 768px) {

	.jobs .block > div .job .position span {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
}

.jobs .block > div .job .empl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	width: 100%;
	margin-top: .3rem;
	padding-right: 5rem;
}

@media (min-width: 768px) {

	.jobs .block > div .job .empl {
		width: 30rem;
		text-align: right;
		margin-top: 0;
		padding-right: 0;
	}
}

.jobs .block > div .job .empl > span:not(.ic) {
	width: calc(100% - 2.5rem);
	padding-right: 2.9rem;
}

.jobs .block > div .job .empl > span:not(.ic) span {
	display: block;
	font-weight: 300;
	font-size: 1.3rem;
	line-height: 1.5rem;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

@media (min-width: 768px) {

	.jobs .block > div .job .empl > span:not(.ic) span {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
}

.jobs .block > div .job .empl > span:not(.ic) span strong {
	font-weight: 600;
}

.jobs .block > div .job .empl > span:not(.ic) span + span {
	margin-top: .3rem;
}

@media (min-width: 768px) {

	.jobs .block > div .job .empl > span:not(.ic) span + span {
		margin-top: .9rem;
	}
}

.jobs .block > div .job .empl .ic {
	width: 2.5rem;
	height: 2.5rem;
	position: relative;
	display: block;
}

@media (max-width: 767px) {

	.jobs .block > div .job .empl .ic {
		position: absolute;
		top: 50%;
		right: 2.5rem;
		transform: translateY(-50%);
	}
}

.jobs .block > div .job .empl .ic svg {
	width: 2.4rem;
	height: 3.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.5));
	fill: #fff;
}

.jobs .block > div .job.open .empl .ic svg {
	transform: translate(-50%, -50%) rotate(270deg);
}

.jobs .block > div .job:hover {
	background: #2d7ca8;
}

.jobs .block > div .panel {
	background: #F5F5F5;
	text-align: left;
	padding: 1.5rem 2rem 2rem;
	display: none;
}

@media (min-width: 768px) {

	.jobs .block > div .panel {
		padding: 1.5rem 0 2rem 2rem;
	}
}

@media (min-width: 900px) {

	.jobs .block > div .panel {
		padding: 2.6rem 0 5.8rem 4.1rem;
	}
}

@media (min-width: 768px) {

	.jobs .block > div .panel .blocks {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-align: start;
		    align-items: flex-start;
	}
}

.jobs .block > div .panel h2,
				.jobs .block > div .panel h3 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #050D3B;
	margin-bottom: 1rem;
	padding-bottom: .4rem;
	position: relative;
}

.jobs .block > div .panel h2:after, .jobs .block > div .panel h3:after {
	content: '';
	width: 25rem;
	height: .4rem;
	background: #238FCD;
	position: absolute;
	bottom: 0;
	left: 0;
}

.jobs .block > div .panel p,
				.jobs .block > div .panel ul li {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 2.6rem;
	color: #050D3B;
	margin-bottom: 1.4rem;
}

.jobs .block > div .panel p + h2, .jobs .block > div .panel ul li + h2 {
	margin-top: 2.6rem;
}

.jobs .block > div .panel h3 {
	font-size: 1.4rem;
	line-height: 2.2rem;
	padding-bottom: 0;
	margin-bottom: 1.4rem;
	padding-left: 2rem;
}

.jobs .block > div .panel h3:after {
	width: 1.1rem;
	height: 1.1rem;
	background: #238FCD;
	top: .6rem;
}

.jobs .block > div .panel ul {
	list-style-position: inside;
	list-style-type: none;
	padding-left: 5.1rem;
	margin-bottom: 1.9rem;
}

.jobs .block > div .panel ul li {
	margin-bottom: 0;
}

.jobs .block > div .panel h2 + ul {
	padding-left: 0;
}

.jobs .block > div .panel h2 + ul li {
	font-weight: 600;
	position: relative;
	padding-left: 2rem;
}

.jobs .block > div .panel h2 + ul li:after {
	content: '';
	width: 1.1rem;
	height: 1.1rem;
	background: #238FCD;
	position: absolute;
	left: 0;
	top: .8rem;
}

.jobs .block > div .panel h2 + ul li + li {
	margin-top: 1rem;
}

@media (min-width: 768px) {

	.jobs .block > div .panel .left {
		width: calc(100% - 31.5rem);
		padding-right: 3.7rem;
	}
}

@media (min-width: 768px) {

	.jobs .block > div .panel .career_form {
		width: 31.5rem;
		height: 100%;
		position: -webkit-sticky;
		position: sticky;
		top: 2.6rem;
		opacity: 0;
		transition: .3s ease;
	}
}

.jobs .block > div .panel .career_form ul {
	padding: 0;
	margin: 0;
}

.jobs .block > div .panel .career_form h2 {
	text-align: center;
	font-weight: 700;
	font-size: 2.1rem;
	line-height: 2.6rem;
	text-transform: uppercase;
	color: #238FCD;
	margin: 0;
	padding: 2.7rem 3rem .6rem;
	background: #fff;
	border-radius: 1rem 1rem 0 0;
}

.jobs .block > div .panel .career_form h2:after {
	content: none;
}

@media (min-width: 768px) {

	.jobs .block > div .panel .career_form h2 {
		border-radius: 1rem 0 0 0;
	}
}

.jobs .block > div .panel .career_form p {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2.6rem;
	color: #050D3B;
	text-align: center;
	margin: 0;
	background: #fff;
	padding: 0 3rem 1.5rem;
}

.jobs .block > div .panel .career_form p.note {
	margin: 1.7rem 0 0;
	padding: 0;
	color: #0B1867;
	text-align: left;
	background: transparent;
}

.jobs .block > div .panel .career_form p.note a {
	color: #238FCD;
	text-decoration: underline;
}

.jobs .block > div .panel .career_form p.note a:hover {
	color: #238FCD;
}

@media (min-width: 768px) {

	.jobs .block > div.job .panel .career_form {
		animation: arrowMove 1s forwards .3s;
	}
}

@keyframes arrowMove {
  0%   { opacity: 0; transform: translateY(1rem); }
  100% { opacity: 1; transform: translateY(0);}
}

/* -------------------------- *\
    .blog
\* -------------------------- */

.blog { 
	padding: 0 0 3rem;
}

@media (min-width: 768px) {

	.blog {
		padding: 0 0 7.6rem;
	}
}

.blog .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -1rem;
}

.blog .grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.blog .grid .post_item {
	padding: 0 1rem;
	width: 100%;
	float: left;
	margin-bottom: 4rem;
}

@media (min-width: 600px) {

	.blog .grid .post_item {
		width: 50%;
	}
}

@media (min-width: 990px) {

	.blog .grid .post_item {
		width: 33.33%;
	}
}

.blog .pagination {
	width: 100%;
	text-align: center;
	margin: 2.9rem auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
}

.blog .pagination .page-numbers {
	display: block;
	width: 4.4rem;
	height: 4.4rem;
	background: #E9E9E9;
	border-radius: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    justify-content: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #050D3B;
	margin: 0 .3rem;
}

.blog .pagination .page-numbers.current,
			.blog .pagination .page-numbers:hover {
	background: #238FCD;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
}

.blog .pagination a.next,
		.blog .pagination a.prev {
	width: 14rem;
	height: 4.4rem;
	font-size: 1.5rem;
	line-height: 1.8rem;
	position: relative;
}

.blog .pagination a.next:before, .blog .pagination a.prev:before {
	content: '';
	background: url(/wp-content/uploads/left-chevron.png) no-repeat;
	width: 1.1rem;
	height: 1.8rem;
	opacity: .2;
	background-size: contain;
	margin-left: 1.2rem;
}

.blog .pagination a.next:hover:before, .blog .pagination a.prev:hover:before {
	opacity: 1;
	filter: brightness(0) invert(1);
}

.blog .pagination a.next:before {
	-ms-flex-order: 2;
	    order: 2;
}

.blog .pagination a.prev:before {
	margin-left: 0;
	margin-right: 1.2rem;
	transform: rotate(180deg);
}

/* -------------------------- *\
    .blog_search
\* -------------------------- */

.blog_search { 
	padding: 0 0 3.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.blog_search .l {
	width: 100%;
}

@media (min-width: 550px) {

	.blog_search .l {
		width: calc(50% - 1rem);
	}
}

@media (min-width: 768px) {

	.blog_search .l {
		width: calc(100% - 41rem);
	}
}

.blog_search .l form {
	position: relative;
}

.blog_search .l input {
	width: 100%;
	background: #F5F5F5;
	border-radius: 1rem;
	border: .1rem solid transparent;
	padding: 1.8rem 5rem 1.8rem 2.2rem;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #050D3B;
}

.blog_search .l input:-ms-input-placeholder {
	color: #050D3B;
}

.blog_search .l input::placeholder {
	color: #050D3B;
}

.blog_search .l input:focus {
	border-color: #050D3B;
}

.blog_search .l .search-icon {
	position: absolute;
	top: 50%;
	right: 2.3rem;
	transform: translateY(-50%);
	width: 2.1rem;
	height: 2.1rem;
	background: transparent;
	border: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	transition: .3s ease;
	cursor: pointer;
}

.blog_search .l .search-icon svg {
	width: 2.1rem;
	height: 2.1rem;
	fill: #050D3B;
	transform: scaleX(-1);
}

.blog_search .l .search-icon:hover svg {
	fill: #238FCD;
}

.blog_search .r {
	width: 100%;
	margin-top: 1rem;
	position: relative;
}

@media (min-width: 550px) {

	.blog_search .r {
		width: calc(50% - 1rem);
		margin-top: 0;
	}
}

@media (min-width: 768px) {

	.blog_search .r {
		width: 39rem;
	}
}

.blog_search .r .sort-btn {
	background: #F5F5F5;
	border-radius: 1rem;
	border: .1rem solid transparent;
	padding: 1.8rem 5rem 1.8rem 2.2rem;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #050D3B;
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.blog_search .r .sort-btn svg {
	width: 2.4rem;
	height: 1.8rem;
	position: absolute;
	top: 50%;
	right: 1.2rem;
	transform: translate(-50%, -50%) rotate(90deg);
}

.blog_search .r .sort-btn.exp {
	border-radius: 1rem 1rem 0 0;
}

.blog_search .r .sort-btn.exp svg {
	transform: translate(-50%, -50%) rotate(270deg);
}

.blog_search .r .sort_block {
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	transform: translateY(-3rem);
	width: 100%;
	background: #F5F5F5;
	border-radius: 0 0 1rem 1rem;
	padding: 0 2.2rem 1.8rem;
	transition: .3s ease;
	visibility: hidden;
	z-index: -1;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.blog_search .r .sort_block a {
	display: block;
	padding: 1rem .5rem;
	border-bottom: .1rem solid rgba(0,0,0, .2);
	background: #F5F5F5;
	color: #050D3B;
	font-size: 1.3rem;
}

.blog_search .r .sort_block a:hover {
	background: #e7e7e7;
}

.blog_search .r .sort_block.exp {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
	z-index: 1;
}

/* -------------------------- *\
    .single_post
\* -------------------------- */

.single_post { 
	padding: 0;
}

.single_post .shell:not(.reviews .shell) {
	max-width: 98rem;
}

.single_post h1 {
	text-align: center;
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 3rem;
	color: #0B1867;
	padding-bottom: .9rem;
	position: relative;
	max-width: 121rem;
	margin: 0 auto 1.2rem;
}

@media (max-width: 1220px) {

	.single_post h1 {
		padding: 0 2rem .9rem;
	}
}

.single_post h1:after {
	content: '';
	width: calc(100% - 4rem);
	left: 50%;
	transform: translateX(-50%);
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
}

@media (min-width: 1220px) {

	.single_post h1:after {
		width: 100%;
		left: 0;
		transform: translateX(0);
	}
}

@media (min-width: 900px) {

	.single_post h1 {
		font-size: 3.2rem;
		line-height: 3.9rem;
	}
}

.single_post__content h2:not(.prod_2 h2) {
	text-align: left;
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 3rem;
	color: #0B1867;
	padding: 0 0 .9rem;
	margin: 0 0 2.3rem;
	position: relative;
	max-width: 121rem;
}

@media (max-width: 1220px) {

	.single_post__content h2:not(.prod_2 h2) {
		padding: 0 2rem .9rem;
	}
}

.single_post__content h2:not(.prod_2 h2):after {
	content: '';
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
}

@media (min-width: 900px) {

	.single_post__content h2:not(.prod_2 h2) {
		font-size: 3.2rem;
		line-height: 3.9rem;
	}
}

.single_post__content h3 {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #0B1867;
	margin-bottom: 2.5rem;
}

.single_post__content p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 2rem;
}

.single_post__content p a {
	color: #238FCD;
	font-weight: 600;
}

.single_post__content p a:hover {
	color: #0B1867;
}

.single_post__content p strong {
	font-weight: 600;
}

.single_post__content p + .post_quote {
	margin-top: 3.4rem !important;
}

.single_post__content p + h2 {
	margin-top: 3.8rem !important;
}

.single_post__content p + h3 {
	margin-top: 5.3rem !important;
}

.single_post__content ul:not(.slick-dots) {
	list-style-position: inside;
	list-style-type: none;
	max-width: 91rem;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.single_post__content ul:not(.slick-dots) li {
	width: 100%;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 2rem;
	padding-left: 2.1rem;
	position: relative;
}

.single_post__content ul:not(.slick-dots) li:before {
	content: '';
	width: 1.1rem;
	height: 1.1rem;
	background: #238FCD;
	position: absolute;
	top: .6rem;
	left: 0;
}

@media (min-width: 768px) {

	.single_post__content ul:not(.slick-dots) li {
		width: calc(50% - 3.5rem);
	}
}

.single_post__content ol:not(.slick-dots) {
	list-style-position: inside;
	max-width: 91rem;
	margin: 0 auto;
}

.single_post__content ol:not(.slick-dots) li {
	width: 100%;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 2rem;
}

.single_post__content .wp-block-image.alignleft {
	margin: 2rem auto;
	position: relative;
	z-index: 1;
	text-align: center;
}

@media (min-width: 768px) {

	.single_post__content .wp-block-image.alignleft {
		float: left;
		margin: 0 2rem 2rem 0;
	}
}

.single_post__content .wp-block-image.alignright {
	margin: 2rem auto;
	position: relative;
	z-index: 1;
	text-align: center;
}

@media (min-width: 768px) {

	.single_post__content .wp-block-image.alignright {
		float: right;
		margin: 0 0 2rem 2rem;
	}
}

.single_post__content .post-info {
	text-align: center;
	margin-bottom: 3.4rem;
}

.single_post__content .post-info span {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #7b7b7b;
	display: inline-block;
	position: relative;
	width: 100%;
}

@media (min-width: 360px) {

	.single_post__content .post-info span {
		width: auto;
		margin-bottom: 3.5rem;
	}
}

.single_post__content .post-info span + span {
	margin: 1rem 0 3.5rem;
}

@media (min-width: 360px) {

	.single_post__content .post-info span + span {
		margin: 0 0 0 4rem;
	}
}

.single_post__content .post-info span svg {
	width: 1.8rem;
	height: 1.8rem;
	fill: #7b7b7b;
	margin-right: 1rem;
	position: relative;
	top: .3rem;
}

.single_post__content .post-info p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin: 0 auto;
	max-width: 91rem;
}

.single_post__content .post-info p strong {
	color: #238FCD;
}

.single_post__content .post-image {
	text-align: center;
	max-height: 30rem;
	margin-bottom: 3.4rem;
	overflow: hidden;
}

@media (min-width: 768px) {

	.single_post__content .post-image {
		max-height: 58.4rem;
	}
}

.single_post__content .post-image img {
	-o-object-fit: contain;
	   object-fit: contain;/*width: 100%;
				height: 100%;*//*object-fit: cover;*/
}

.single_post__content .content_table {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 3.4rem;
	padding-bottom: 1.8rem;
	border-bottom: .4rem solid #F5F5F5;
	padding-left: 2.6rem;
}

.single_post__content .content_table h2 {
	font-weight: 600 !important;
	font-size: 2.4rem !important;
	line-height: 2.9rem !important;
	color: #0B1867 !important;
	margin-bottom: 2.2rem !important;
	width: 100% !important;
	margin-left: -2.6rem !important;
	padding: 0 !important;
}

.single_post__content .content_table h2:after {
	content: none !important;
}

.single_post__content .content_table a {
	width: 100%;
	margin-bottom: 1.6rem;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #0B1867;
	position: relative;
	padding-left: 3rem;
}

@media (min-width: 690px) {

	.single_post__content .content_table a {
		width: calc(50% - 2.75rem);
	}
}

.single_post__content .content_table a svg {
	width: 2rem;
	height: 1.5rem;
	fill: #238FCD;
	position: absolute;
	top: .3rem;
	left: 0;
}

.single_post__content .content_table a:hover {
	color: #238FCD;
}

.single_post__content .content_table a:hover svg {
	transform: rotate(360deg);
}

.single_post__content .post_quote {
	margin-bottom: 3.4rem;
}

.single_post__content .post_quote h4 {
	background: #238FCD;
	padding: 1rem 3rem 1.3rem 2.4rem;
	border-radius: 1rem 1rem 0 0;
	margin-bottom: 0;
	display: inline-block;
}

.single_post__content .post_quote h4 > span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.single_post__content .post_quote h4 > span svg {
	width: 3rem;
	height: 3rem;
	fill: #fff;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	margin-right: 1.4rem;
}

.single_post__content .post_quote h4 > span span {
	width: calc(100% - 3.3rem);
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2rem;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	padding-top: .5rem;
}

.single_post__content .post_quote div {
	background: #F5F5F5;
	border-radius: 0 1rem 1rem 1rem;
	padding: 2.3rem 2.6rem;
}

.single_post__content .post_quote div p {
	margin-bottom: 1.5rem;
	font-style: italic;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 3rem;
}

.single_post__content .post_quote div p:last-of-type {
	margin-bottom: 0;
}

.single_post__content .post_quote div p a {
	font-weight: 400;
}

.single_post__content .post_product_slider {
	padding-bottom: 7.3rem;
	margin-top: 5.3rem;
	overflow: hidden;
}

.single_post__content .post_product_slider h3 {
	margin-bottom: 2.9rem;
}

.single_post__content .post_product_slider .post_product_listing {
	display: -ms-flexbox;
	display: flex;
	overflow-x: scroll;
}

.single_post__content .post_product_slider .post_product_listing .prod_2 {
	max-width: 100%;
	min-width: 32.7rem;/*display: none;

					&:nth-of-type(1) {
						display: block;
					}*/
}

.single_post__content .post_product_slider .post_product_listing.slick-initialized {
	overflow-x: initial;
}

.single_post__content .post_product_slider .post_product_listing.slick-initialized .prod_2 {
	min-width: 29.9rem;
}

.single_post__content .post_product_slider .slick-dots {
	bottom: -4rem;
}

.single_post__content .post_product_slider .slick-dots li {
	width: 4rem;
	height: .5rem;
}

.single_post__content .post_product_slider .slick-dots li button {
	width: 4rem;
	height: .5rem;
	background: #d8d8d8;
	padding: 0;
	transition: .3s ease;
}

.single_post__content .post_product_slider .slick-dots li button:before {
	content: none;
}

.single_post__content .post_product_slider .slick-dots li.slick-active button, .single_post__content .post_product_slider .slick-dots li:hover button {
	background: #0B1867;
}

.single_post__content .post_image_block {
	margin: 3.5rem auto;
	max-width: 86rem;
}

.single_post__content .post_image_block h4 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 2.3rem;
	position: relative;
	padding-left: 2.1rem;
}

.single_post__content .post_image_block h4:before {
	content: '';
	width: 1.1rem;
	height: 1.1rem;
	background: #238FCD;
	position: absolute;
	top: .7rem;
	left: 0;
}

.single_post__content .post_image_block > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.single_post__content .post_image_block > div .l {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.single_post__content .post_image_block > div .l {
		width: calc(51.5% - 2rem);
		margin-bottom: 0;
	}
}

.single_post__content .post_image_block > div .l img {
	width: 100%;
	height: 29.6rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

.single_post__content .post_image_block > div .r {
	width: 100%;
}

@media (min-width: 768px) {

	.single_post__content .post_image_block > div .r {
		width: calc(48.5% - 2rem);
	}
}

.single_post__content .post_image_block > div .r p {
	margin-bottom: 1.5rem;
}

.single_post__content .post_image_block > div .r p:last-of-type {
	margin-bottom: 0;
}

.single_post__content .share-post {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: start;
	    align-items: flex-start;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin: 6.5rem 0;
	position: relative;
}

.single_post__content .share-post::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (min-width: 680px) {

	.single_post__content .share-post {
		margin: 6.5rem 0 13rem;
	}
}

.single_post__content .share-post .prev,
			.single_post__content .share-post .next {
	font-weight: 500;
	font-size: 1.3rem;
	line-height: 1.8rem;
	color: #238FCD;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	float: right;
}

@media (min-width: 420px) {

	.single_post__content .share-post .prev,
			.single_post__content .share-post .next {
		font-size: 1.5rem;
	}
}

.single_post__content .share-post .prev svg, .single_post__content .share-post .next svg {
	width: 2rem;
	height: 1.5rem;
	margin-left: 1rem;
	fill: #238FCD;
}

.single_post__content .share-post .prev:hover, .single_post__content .share-post .next:hover {
	color: #0B1867;
}

.single_post__content .share-post .prev:hover svg, .single_post__content .share-post .next:hover svg {
	fill: #0B1867;
	transform: rotate(360deg);
}

.single_post__content .share-post .next {
	-ms-flex-order: 2;
	    order: 2;
}

@media (min-width: 680px) {

	.single_post__content .share-post .next {
		-ms-flex-order: 3;
		    order: 3;
	}
}

.single_post__content .share-post .prev {
	float: left;
}

.single_post__content .share-post .prev svg {
	transform: rotate(180deg);
	margin-right: 1rem;
	margin-left: 0;
}

.single_post__content .share-post .prev:hover svg {
	transform: rotate(540deg);
}

.single_post__content .share-post div {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
	width: 100%;
	margin-top: 1rem;
	float: left;
	-ms-flex-order: 3;
	    order: 3;
}

@media (min-width: 680px) {

	.single_post__content .share-post div {
		width: auto;
		margin-top: 0;
		padding: 0 1rem;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		-ms-flex-order: 2;
		    order: 2;
	}
}

.single_post__content .share-post div span {
	display: block;
	margin-bottom: 1.8rem;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	color: #238FCD;
	width: 100%;
}

.single_post__content .share-post div a {
	width: 4.5rem;
	height: 4.5rem;
	border: .1rem solid #c2c2c2;
	border-radius: .3rem;
	position: relative;
	display: block;
}

.single_post__content .share-post div a + a {
	margin-left: .5rem;
}

@media (min-width: 680px) {

	.single_post__content .share-post div a + a {
		margin-left: 1rem;
	}
}

.single_post__content .share-post div a svg {
	width: 1.6rem;
	height: 1.6rem;
	fill: #c2c2c2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.single_post__content .share-post div a:hover svg {
	fill: #238FCD;
}

/* -------------------------- *\
    .review_form
\* -------------------------- */

.review_form { 
	padding: 4.4rem 0 5.4rem;
	margin-bottom: 6rem;
	position: relative;
	text-align: center;
}

.review_form:after {
	content: '';
	width: 90%;
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.review_form:after {
		width: 100%;
	}
}

.review_form .shell {
	max-width: 79rem !important;
}

.review_form .t1 {
	margin: 0 auto 2rem;
}

.review_form p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 0;
}

.review_form .form_rev {
	margin-top: 4.3rem;
}

/* -------------------------- *\
    .faq_2
\* -------------------------- */

.faq_2 { 
	padding: 2.8rem 0 2.7rem;
	margin-bottom: 6rem;
	position: relative;
}

.faq_2:after {
	content: '';
	width: 90%;
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.faq_2:after {
		width: 100%;
	}
}

.faq_2 .shell {
	display: block;
}

.faq_2 .part {
	margin-bottom: 4.8rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.faq_2 .part h2 {
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 2.9rem;
	color: #238FCD;
	margin-bottom: 2rem;
	width: 100%;
	text-align: left;
}

.faq_2 .part a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	color: #238FCD;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	-ms-flex-pack: right;
	    justify-content: right;
	width: 100%;
}

.faq_2 .part a svg {
	width: 2rem;
	height: 1.5rem;
	fill: #238FCD;
	margin-right: 1rem;
}

.faq_2 .part a:hover svg {
	margin-right: 1.5rem;
}

.faq_2 .part span {
	padding-left: 1rem;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #7b7b7b;
}

.faq_2 .part .quest_item {
	margin-bottom: 2rem;
	border-radius: 1rem;
	border: .1rem solid transparent;
	transition: .3s ease;
	width: 100%;
}

@media (min-width: 768px) {

	.faq_2 .part .quest_item {
		width: calc(50% - .6rem);
	}
}

.faq_2 .part .quest_item__full {
	width: 100%;
}

.faq_2 .part .quest_item .quest_title {
	width: 100%;
	padding: 2rem 4.3rem 2rem 1.9rem;
	border: 0;
	background: #fff;
	border-radius: 1rem;
	border: .1rem solid #F5F5F5;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	text-align: left;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	cursor: pointer;
	transition: .3s ease;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #050D3B;
	position: relative;
	display: block;
}

@media (min-width: 420px) {

	.faq_2 .part .quest_item .quest_title {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

@media (min-width: 900px) {

	.faq_2 .part .quest_item .quest_title {
		padding: 1.3rem 6.8rem 1.3rem 2.6rem;
	}
}

.faq_2 .part .quest_item .quest_title span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1rem;
	width: 2.2rem;
	height: 1.4rem;
}

.faq_2 .part .quest_item .quest_title span svg {
	width: 3.2rem;
	height: 2.4rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(90deg);
	fill: #238FCD;
}

@media (min-width: 900px) {

	.faq_2 .part .quest_item .quest_title span {
		right: 2.3rem;
	}
}

.faq_2 .part .quest_item .quest_title.open,
				.faq_2 .part .quest_item .quest_title:hover {
	color: #050D3B;
}

.faq_2 .part .quest_item .quest_title.open {
	box-shadow: none;
	color: #050D3B;
	border: .1rem solid transparent;
	padding: 2rem 4.3rem 1rem 1.9rem;
}

@media (min-width: 900px) {

	.faq_2 .part .quest_item .quest_title.open {
		padding: 1.3rem 6.8rem 1.7rem 2.6rem;
	}
}

.faq_2 .part .quest_item .quest_title.open span svg {
	transform: translate(-50%, -50%) rotate(270deg);
}

.faq_2 .part .quest_item .quest_panel {
	width: 100%;
	margin: 0 auto;
	bottom: 2.5rem;
	display: none;
	padding: 0 1.9rem 2.2rem;
}

@media (min-width: 900px) {

	.faq_2 .part .quest_item .quest_panel {
		padding: 0 3.2rem 1.5rem 2.6rem;
	}
}

.faq_2 .part .quest_item .quest_panel .in {
	height: 11.4rem;
	overflow-y: scroll;
	padding-right: 2.3rem;
}

@media (min-width: 900px) {

	.faq_2 .part .quest_item .quest_panel .in {
		height: 7.3rem;
	}
}

.faq_2 .part .quest_item .quest_panel .in::-webkit-scrollbar {
	width: .5rem;
	height: .5rem;
	cursor:pointer;
}

.faq_2 .part .quest_item .quest_panel .in::-webkit-scrollbar-button {
	display: block;
	width: 100%;
	height: 0rem;
	cursor:pointer;
}

.faq_2 .part .quest_item .quest_panel .in::-webkit-scrollbar-button:hover {
	background: transparent !important;
	width: 100%;
}

.faq_2 .part .quest_item .quest_panel .in::-webkit-scrollbar-thumb {
	min-width: .5rem;
	min-height: .1rem;
	background: #238FCD;
	transition: .3s ease;
	cursor: pointer;
	opacity: 0;
}

.faq_2 .part .quest_item .quest_panel .in::-webkit-scrollbar-track {
	background: #F5F5F5;
	transition: .3s ease;
}

.faq_2 .part .quest_item .quest_panel .in::-webkit-scrollbar-thumb:active {
	cursor: pointer;
}

.faq_2 .part .quest_item .quest_panel .in:hover::-webkit-scrollbar-thumb {
	background: #238FCD;
	opacity: 1;
}

.faq_2 .part .quest_item .quest_panel .in:hover::-webkit-scrollbar-thumb:hover {
	background: #238FCD;
}

.faq_2 .part .quest_item .quest_panel .in:hover::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.faq_2 .part .quest_item .quest_panel p {
	font-weight: 400;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #050D3B;
	margin-bottom: 1.5rem;
}

.faq_2 .part .quest_item .quest_panel p:last-of-type {
	margin-bottom: 0;
}

.faq_2 .part .quest_item.shadow {
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border: .1rem solid #F5F5F5;
}

.faq_2.single_faq-type {
	padding: 0;
	margin: 0;
}

.faq_2.single_faq-type:after {
	content: none;
}

.faq_2.single_faq-type .desc {
	max-width: 91rem;
	margin-bottom: 3.5rem;
}

.faq_2.single_faq-type .desc p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 0;
}

.faq_2.single_faq-type .part {
	position: relative;
	padding-bottom: 5.9rem;
	margin-bottom: 6rem;
}

.faq_2.single_faq-type .part:after {
	content: '';
	width: 100%;
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

/* -------------------------- *\
    .review_page
\* -------------------------- */

.review_page { 
	padding: 0 0 8rem;
	position: relative;
	margin-bottom: 8rem;
}

.review_page:after {
	content: '';
	width: 90%;
	max-width: 121rem;
	height: .4rem;
	background: #F5F5F5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 1220px) {

	.review_page:after {
		width: 100%;
	}
}

.review_page .review_form {
	margin-bottom: 7.4rem;
	padding: 4.4rem 0 0;
}

.review_page .review_form:after {
	content: none;
}

.review_page .listing_review {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -2.5rem;
}

.review_page .listing_review .review_item {
	float: left;
	padding: 0 2.5rem;
	width: 100%;
	margin-bottom: 6rem;
	display: none;
}

@media (min-width: 560px) {

	.review_page .listing_review .review_item {
		width: 50%;
	}
}

@media (min-width: 900px) {

	.review_page .listing_review .review_item {
		width: 33.33%;
	}
}

@media (min-width: 1200px) {

	.review_page .listing_review .review_item {
		width: 25%;
	}
}

.review_page .listing_review .review_item:nth-of-type(1),
			.review_page .listing_review .review_item:nth-of-type(2),
			.review_page .listing_review .review_item:nth-of-type(3),
			.review_page .listing_review .review_item:nth-of-type(4),
			.review_page .listing_review .review_item:nth-of-type(5),
			.review_page .listing_review .review_item:nth-of-type(6),
			.review_page .listing_review .review_item:nth-of-type(7),
			.review_page .listing_review .review_item:nth-of-type(8) {
	display: block;
}

.review_page .show-more-review {
	display: block;
	text-align: center;
	width: 15rem;
	margin: 0 auto;
	color: #238FCD;
	cursor: pointer;
	transition: .3s ease;
}

.review_page .show-more-review .hi {
	display: none;
}

.review_page .show-more-review svg {
	display: block;
	width: 2rem;
	height: 1.5rem;
	transform: rotate(90deg);
	margin: 1rem auto 0;
	transition: none;
}

.review_page .show-more-review:hover {
	color: #0B1867;
}

.review_page .show-more-review.show .hi {
	display: block;
}

.review_page .show-more-review.show .sh {
	display: none;
}

.review_page .show-more-review.show svg {
	transform: rotate(270deg);
}

.review_page .shell.show .listing_review .review_item {
	display: block;
}

/* -------------------------- *\
    .product_filter
\* -------------------------- */

.product_filter,
.product_filter_2 { 
	display: none;
	position: absolute;
	top: 0;
	left: 2rem;
	z-index: 1;
}

@media (max-width: 500px) {

	.product_filter,
.product_filter_2 {
		width: calc(100% - 4rem);
	}
}

@media (min-width: 900px) {

	.product_filter,
.product_filter_2 {
		right: 2rem;
		left: auto;
	}
}

@media (min-width: 1220px) {

	.product_filter,
.product_filter_2 {
		right: 0;
	}
}

.product_filter.exp, .product_filter_2.exp {
	display: block;
}

@media (min-width: 900px) {

	.product_filter.show, .product_filter_2.show {
		position: -webkit-sticky;
		position: sticky;
		top: 3rem;
		height: 100%;
	}
}

.product_filter > div, .product_filter_2 > div {
	background: #F5F5F5;
	border-radius: 1rem;
	width: 100%;
}

@media (min-width: 500px) {

	.product_filter > div, .product_filter_2 > div {
		width: 29.1rem;
	}
}

.product_filter .facet-label, .product_filter_2 .facet-label {
	display: none !important;
}

.product_filter .facet-label_2, .product_filter_2 .facet-label_2 {
	padding: 1.5rem 3.8rem 1.5rem 2rem;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.7rem;
	text-transform: uppercase;
	color: #0B1867;
	margin-bottom: 0;
	border-bottom: .4rem solid #fff;
	position: relative;
	cursor: pointer;
	transition: .3s ease;
	text-align: left;
}

.product_filter .facet-label_2:last-of-type, .product_filter_2 .facet-label_2:last-of-type {
	border-radius: 0 0 1rem 1rem;
}

.product_filter .facet-label_2:after, .product_filter_2 .facet-label_2:after {
	content: url(/wp-content/uploads/ar.png);
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
}

.product_filter .facet-label_2.exp, .product_filter_2 .facet-label_2.exp {
	border-bottom: .4rem solid transparent;
}

.product_filter .facet-label_2.exp:after, .product_filter_2 .facet-label_2.exp:after {
	transform: translateY(-50%) rotate(180deg);
}

.product_filter .facetwp-facet, .product_filter_2 .facetwp-facet {
	padding: .5rem 2rem 0 2rem;
	border-bottom: .4rem solid #fff;
	margin-bottom: 0;
	display: none;
}

.product_filter .facetwp-facet div, .product_filter_2 .facetwp-facet div {
	margin-bottom: 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #0B1867;
}

.product_filter .facetwp-facet div .facetwp-counter, .product_filter_2 .facetwp-facet div .facetwp-counter {
	background: #fff;
	padding: .1rem .5rem;
	min-width: 2.5rem;
	height: 1.8rem;
	color: #238FCD;
	text-align: center;
}

.product_filter .facetwp-checkbox, .product_filter_2 .facetwp-checkbox {
	background: url(/wp-content/uploads/chekbox.png) 0 50% no-repeat;
	background-size: 1.5rem 1.5rem;
}

.product_filter .facetwp-checkbox.checked, .product_filter_2 .facetwp-checkbox.checked {
	background-image: url(/wp-content/uploads/fill-checkbox.png);
}

@media (max-width: 900px) {

	.product_filter_2 {
		display: none !important;
	}
}

.product_filter_2 .btn {
	text-align: center;
	width: 100%;
	display: block;
	padding: .65rem 1rem;
}

.product_filter_2 .btn span {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.9rem;
	text-transform: none;
	display: block;
}

.product_filter_2 .btn span span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 2.2rem;
}

.product_filter_2 .btn span span svg {
	width: 1.9rem;
	height: 1.9rem;
	fill: #fff;
	margin-right: .7rem;
	margin-top: .4rem;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, .5));
	position: relative;
	top: -.2rem;
}

/* -------------------------- *\
    .landing_intro
\* -------------------------- */

.landing_intro { 
	padding: 0 0 3.6rem;
	margin-top: 15.5rem;
}

@media (min-width: 900px) {

	.landing_intro {
		margin-top: 17rem;
	}
}

.landing_intro .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.landing_intro .l {
	position: relative;
	z-index: 5;
	width: 100%;
	-ms-flex-order: 2;
	    order: 2;
}

@media (min-width: 800px) {

	.landing_intro .l {
		width: 55%;
		-ms-flex-order: 1;
		    order: 1;
	}
}

.landing_intro .l .t {
	margin-bottom: 1.3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.landing_intro .l .t span {
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.landing_intro .l .t span + span {
	margin-left: 2rem;
}

.landing_intro .l .t span.green {
	color: #96A903;
	font-size: 1.5rem;
	line-height: 2rem;
}

@media (min-width: 900px) {

	.landing_intro .l .t span.green {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}
}

.landing_intro .l .t span.green svg {
	width: 2rem;
	height: 2rem;
	fill: #96A903;
	margin-right: .9rem;
}

.landing_intro .l .t span.best {
	color: #FE4A1C;
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.landing_intro .l .t span.best svg {
	width: 1.6rem;
	height: 2rem;
	margin-right: .6rem;
}

.landing_intro .l h2 {
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 2.8rem;
	color: #238FCD;
	margin-bottom: 1.3rem;
}

@media (min-width: 900px) {

	.landing_intro .l h2 {
		font-size: 3.6rem;
		line-height: 4.4rem;
	}
}

.landing_intro .l h1 {
	position: relative;
	z-index: 1;
}

@media (min-width: 800px) {

	.landing_intro .l h1 {
		padding-bottom: 1rem;
		margin-bottom: 3.8rem;
	}
}

.landing_intro .l h1:before,
			.landing_intro .l h1:after {
	content: none;
	width: .2rem;
	height: 6.5rem;
	background: #238FCD;
	position: absolute;
	bottom: 0;
	left: -1.8rem;
}

@media (min-width: 800px) {

	.landing_intro .l h1:before,
			.landing_intro .l h1:after {
		content: '';
	}
}

.landing_intro .l h1:after {
	width: 110%;
	height: .2rem;
}

.landing_intro .l h1 .dot {
	position: absolute;
	bottom: -.85rem;
	right: -5.6rem;
	width: 2rem;
	height: 2rem;
	background: rgba(255,255,255, .5);
	border-radius: 50%;
	z-index: -1;
	display: none;
}

@media (min-width: 800px) {

	.landing_intro .l h1 .dot {
		display: block;
	}
}

.landing_intro .l h1 .dot:after {
	content: '';
	width: .9rem;
	height: .9rem;
	background: #238FCD;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.landing_intro .l h1 .text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: end;
	    align-items: flex-end;
	max-width: 88%;
}

.landing_intro .l h1 .text span {
	width: auto;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.7rem;
	color: #238FCD;
	max-width: 100%;
	background: rgba(255,255,255, .6);
	padding: 1rem;
	margin: -1rem;
}

@media (min-width: 900px) {

	.landing_intro .l h1 .text span {
		max-width: 25%;
	}
}

.landing_intro .l h1 .text span strong {
	font-weight: 600;
}

.landing_intro .l h1 .text span.tt {
	font-weight: 700;
	font-size: 2.8rem;
	line-height: 3.5rem;
	color: #0B1867;
	width: auto;
	max-width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 900px) {

	.landing_intro .l h1 .text span.tt {
		max-width: 75%;
		margin-bottom: 0;
	}
}

@media (min-width: 1024px) {

	.landing_intro .l h1 .text span.tt {
		font-size: 4.8rem;
		line-height: 5.9rem;
	}
}

.landing_intro .l p {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #0B1867;
	margin-bottom: 3.6rem;
	max-width: 58.7rem;
	background: rgba(255,255,255, .6);
	padding: 1rem;
	margin: -1rem -1rem 3.6rem -1rem;
}

.landing_intro .l .cont {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 520px) {

	.landing_intro .l .cont {
		-ms-flex-pack: inherit;
		    justify-content: inherit;
	}
}

.landing_intro .l .cont .btn {
	min-width: 21.8rem;
	display: inline-block;
}

.landing_intro .l .cont .call_now {
	padding: 0;
	text-align: left;
	background: transparent;
	margin-top: 1rem;
}

@media (min-width: 520px) {

	.landing_intro .l .cont .call_now {
		margin-top: 0;
		margin-left: 1.9rem;
	}
}

@media (min-width: 800px) {

	@media (max-width: 880px) {

		.landing_intro .l .cont .call_now {
			margin-top: 1rem;
			margin-left: 0;
			width: 100%;
		}
	}
}

.landing_intro .l .cont .call_now span {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-transform: none;
	display: block;
	transition: .3s ease;
	color: #0B1867;
}

.landing_intro .l .cont .call_now span span {
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	font-size: 2.3rem;
	line-height: 2.8rem;
	margin-top: 1.1rem;
}

.landing_intro .l .cont .call_now span span svg {
	width: 2.4rem;
	height: 2.4rem;
	fill: #0B1867;
	margin-right: .9rem;
	margin-top: .4rem;
	position: relative;
	top: -.2rem;
}

@media (min-width: 550px) {

	.landing_intro .l .cont .call_now span span {
		font-size: 1.8rem;
		line-height: 2.2rem;
	}

	.landing_intro .l .cont .call_now span span svg {
		width: 1.9rem;
		height: 1.9rem;
	}
}

.landing_intro .l .cont .call_now:hover:before {
	content: none;
}

.landing_intro .l .cont .call_now:hover span span {
	transform: scale(1.1);
}

.landing_intro .l .landing_product_gallery {
	margin: 6rem 0 0;
}

@media (max-width: 768px) {

	.landing_intro .l .landing_product_gallery {
		overflow-x: scroll;
		padding: 0 0 2rem;
	}

	.landing_intro .l .landing_product_gallery::-webkit-scrollbar {
		width: .5rem;
		height: .5rem;
		cursor: pointer;
	}

	.landing_intro .l .landing_product_gallery::-webkit-scrollbar-button {
		display: block;
		width: 100%;
		height: 1rem;
		cursor: pointer;
	}

	.landing_intro .l .landing_product_gallery::-webkit-scrollbar-button:hover {
		background: transparent !important;
		width: 100%;
	}

	.landing_intro .l .landing_product_gallery::-webkit-scrollbar-thumb {
		min-width: .5rem;
		min-height: .1rem;
		background: #555;
		transition: .3s ease;
		cursor: pointer;
		opacity: 0;
	}

	.landing_intro .l .landing_product_gallery::-webkit-scrollbar-track {
		background: #f1f1f1;
		transition: .3s ease;
	}

	.landing_intro .l .landing_product_gallery::-webkit-scrollbar-thumb:active {
		cursor: pointer;
	}

	.landing_intro .l .landing_product_gallery:hover::-webkit-scrollbar-thumb {
		background: #888;
		opacity: 1;
	}

	.landing_intro .l .landing_product_gallery:hover::-webkit-scrollbar-thumb:hover {
		background: #555;
	}

	.landing_intro .l .landing_product_gallery:hover::-webkit-scrollbar-track {
		background: #f1f1f1;
	}
}

.landing_intro .l .landing_product_gallery ul {
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	list-style-position: inside;
	list-style-type: none;
}

@media (max-width: 768px) {

	.landing_intro .l .landing_product_gallery ul {
		width: 75rem;
	}
}

.landing_intro .l .landing_product_gallery ul li a {
	width: 15rem;
	height: 13.4rem;
	display: block;
	position: relative;
}

.landing_intro .l .landing_product_gallery ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.landing_intro .l .landing_product_gallery ul li:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)):not(:nth-of-type(5)) {
	display: none;
}

.landing_intro .r {
	position: relative;
	z-index: 1;
	width: 100%;
	-ms-flex-order: 1;
	    order: 1;
	margin-bottom: 5rem;
}

@media (min-width: 800px) {

	.landing_intro .r {
		width: 45%;
		-ms-flex-order: 2;
		    order: 2;
		margin-bottom: 0;
	}
}

.landing_intro .r:after {
	content: '';
	width: 23rem;
	height: 23rem;
	background: rgba(0,0,0, .08);
	border-radius: 3.6rem;
	position: absolute;
	top: 0;
	left: 60%;
	transform: translateX(-50%) rotate(45deg);
	z-index: -1;
}

@media (min-width: 800px) {

	.landing_intro .r:after {
		width: 40rem;
		height: 40rem;
		margin-top: 10rem;
		left: 65%;
	}
}

.landing_intro .r .img {
	width: 23rem;
	height: 23rem;
	border-radius: 3.6rem;
	position: relative;
	overflow: hidden;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}

@media (min-width: 800px) {

	.landing_intro .r .img {
		width: 43rem;
		height: 43rem;
		margin-top: 8rem;
	}
}

.landing_intro .r .img .pic {
	transform: translate(-50%, -50%) rotate(-45deg);
	width: 135%;
	height: 135%;
	position: absolute;
	top: 50%;
	left: 50%;
}

.landing_intro .r .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/* -------------------------- *\
    .woocommerce
\* -------------------------- */

.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
	max-width: 122rem;
	margin: 0 auto 5rem;
}

@media (max-width: 1240px) {

	.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
		padding: 0 2rem;
	}
}

.woocommerce-cart .woocommerce table.cart td.actions .coupon, .woocommerce-checkout .woocommerce table.cart td.actions .coupon, .woocommerce-account .woocommerce table.cart td.actions .coupon {
	display: none;
}

.woocommerce-cart .woocommerce #respond input#submit.alt,
		.woocommerce-cart .woocommerce a.button.alt,
		.woocommerce-cart .woocommerce button.button.alt,
		.woocommerce-cart .woocommerce input.button.alt,
		.woocommerce-checkout .woocommerce #respond input#submit.alt,
		.woocommerce-checkout .woocommerce a.button.alt,
		.woocommerce-checkout .woocommerce button.button.alt,
		.woocommerce-checkout .woocommerce input.button.alt,
		.woocommerce-account .woocommerce #respond input#submit.alt,
		.woocommerce-account .woocommerce a.button.alt,
		.woocommerce-account .woocommerce button.button.alt,
		.woocommerce-account .woocommerce input.button.alt {
	background: #238FCD;
}

.woocommerce-cart .woocommerce #respond input#submit.alt:hover, .woocommerce-cart .woocommerce a.button.alt:hover, .woocommerce-cart .woocommerce button.button.alt:hover, .woocommerce-cart .woocommerce input.button.alt:hover, .woocommerce-checkout .woocommerce #respond input#submit.alt:hover, .woocommerce-checkout .woocommerce a.button.alt:hover, .woocommerce-checkout .woocommerce button.button.alt:hover, .woocommerce-checkout .woocommerce input.button.alt:hover, .woocommerce-account .woocommerce #respond input#submit.alt:hover, .woocommerce-account .woocommerce a.button.alt:hover, .woocommerce-account .woocommerce button.button.alt:hover, .woocommerce-account .woocommerce input.button.alt:hover {
	background: #2175a6;
}

.woocommerce-cart .woocommerce table.shop_table td.product-quantity,
		.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
		.woocommerce-checkout .woocommerce table.shop_table td.product-quantity,
		.woocommerce-checkout .woocommerce table.shop_table th.product-quantity,
		.woocommerce-account .woocommerce table.shop_table td.product-quantity,
		.woocommerce-account .woocommerce table.shop_table th.product-quantity {
	text-align: center;
}

.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2,
		.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table,
		.woocommerce-cart .woocommerce-page .cart-collaterals .cart_totals h2,
		.woocommerce-cart .woocommerce-page .cart-collaterals .cart_totals table,
		.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals h2,
		.woocommerce-checkout .woocommerce .cart-collaterals .cart_totals table,
		.woocommerce-checkout .woocommerce-page .cart-collaterals .cart_totals h2,
		.woocommerce-checkout .woocommerce-page .cart-collaterals .cart_totals table,
		.woocommerce-account .woocommerce .cart-collaterals .cart_totals h2,
		.woocommerce-account .woocommerce .cart-collaterals .cart_totals table,
		.woocommerce-account .woocommerce-page .cart-collaterals .cart_totals h2,
		.woocommerce-account .woocommerce-page .cart-collaterals .cart_totals table {
	display: none !important;
}

.woocommerce-cart .woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tfoot,
	.woocommerce-cart .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot,
	.woocommerce-cart .woocommerce-page table.shop_table.woocommerce-checkout-review-order-table th.product-total,
	.woocommerce-cart .woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total,
	.woocommerce-checkout .woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tfoot,
	.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot,
	.woocommerce-checkout .woocommerce-page table.shop_table.woocommerce-checkout-review-order-table th.product-total,
	.woocommerce-checkout .woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total,
	.woocommerce-account .woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tfoot,
	.woocommerce-account .woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot,
	.woocommerce-account .woocommerce-page table.shop_table.woocommerce-checkout-review-order-table th.product-total,
	.woocommerce-account .woocommerce table.shop_table.woocommerce-checkout-review-order-table th.product-total {
	display: none !important;
}

.woocommerce-cart .woocommerce form .form-row input.input-text,
	.woocommerce-cart .woocommerce form .form-row textarea,
	.woocommerce-checkout .woocommerce form .form-row input.input-text,
	.woocommerce-checkout .woocommerce form .form-row textarea,
	.woocommerce-account .woocommerce form .form-row input.input-text,
	.woocommerce-account .woocommerce form .form-row textarea {
	background: #fff;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border-radius: 1rem;
	border: .1rem solid transparent;
	padding: 1.75rem 1.5rem 1.75rem;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #7b7b7b;
	font-family: 'Montserrat', sans-serif;
}

.woocommerce-cart .woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce-cart .woocommerce form .form-row textarea:-ms-input-placeholder, .woocommerce-checkout .woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce-checkout .woocommerce form .form-row textarea:-ms-input-placeholder, .woocommerce-account .woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce-account .woocommerce form .form-row textarea:-ms-input-placeholder {
	color: #7b7b7b;
}

.woocommerce-cart .woocommerce form .form-row input.input-text::placeholder, .woocommerce-cart .woocommerce form .form-row textarea::placeholder, .woocommerce-checkout .woocommerce form .form-row input.input-text::placeholder, .woocommerce-checkout .woocommerce form .form-row textarea::placeholder, .woocommerce-account .woocommerce form .form-row input.input-text::placeholder, .woocommerce-account .woocommerce form .form-row textarea::placeholder {
	color: #7b7b7b;
}

.woocommerce-cart .woocommerce form .form-row input.input-text:focus, .woocommerce-cart .woocommerce form .form-row textarea:focus, .woocommerce-checkout .woocommerce form .form-row input.input-text:focus, .woocommerce-checkout .woocommerce form .form-row textarea:focus, .woocommerce-account .woocommerce form .form-row input.input-text:focus, .woocommerce-account .woocommerce form .form-row textarea:focus {
	border-color: #238FCD;
}

.woocommerce-cart .woocommerce form .form-row textarea, .woocommerce-checkout .woocommerce form .form-row textarea, .woocommerce-account .woocommerce form .form-row textarea {
	height: 21rem;
}

.woocommerce-cart #additional_call_me_field, .woocommerce-checkout #additional_call_me_field, .woocommerce-account #additional_call_me_field {
	width: 100%;
}

.woocommerce-cart #additional_call_me_field .woocommerce-input-wrapper, .woocommerce-checkout #additional_call_me_field .woocommerce-input-wrapper, .woocommerce-account #additional_call_me_field .woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-cart #additional_call_me_field .woocommerce-input-wrapper select, .woocommerce-checkout #additional_call_me_field .woocommerce-input-wrapper select, .woocommerce-account #additional_call_me_field .woocommerce-input-wrapper select {
	width: 100% !important;
}

.woocommerce-cart #additional_call_me_field form .form-row .select2-container, .woocommerce-checkout #additional_call_me_field form .form-row .select2-container, .woocommerce-account #additional_call_me_field form .form-row .select2-container {
	width: 100% !important;
}

.woocommerce-cart #additional_call_me_field .select2-container--default .select2-selection--single, .woocommerce-checkout #additional_call_me_field .select2-container--default .select2-selection--single, .woocommerce-account #additional_call_me_field .select2-container--default .select2-selection--single {
	background: #fff;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border-radius: 1rem;
	border: .1rem solid transparent;
	padding: 1rem 1.5rem 1rem;
	font-size: 1.5rem;
	line-height: 1.8rem;
	color: #7b7b7b;
	height: 4rem;
}

.woocommerce-cart #additional_call_me_field .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-checkout #additional_call_me_field .select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-account #additional_call_me_field .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1.7rem;
}

.woocommerce-cart #additional_call_me_field .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-checkout #additional_call_me_field .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-account #additional_call_me_field .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: .8rem;
	right: 1.5rem;
}

.woocommerce-cart .woocommerce #payment #place_order, .woocommerce-cart .woocommerce-page #payment #place_order, .woocommerce-checkout .woocommerce #payment #place_order, .woocommerce-checkout .woocommerce-page #payment #place_order, .woocommerce-account .woocommerce #payment #place_order, .woocommerce-account .woocommerce-page #payment #place_order {
	transition: .3s ease;
}

.woocommerce-cart .woocommerce-MyAccount-navigation ul, .woocommerce-checkout .woocommerce-MyAccount-navigation ul, .woocommerce-account .woocommerce-MyAccount-navigation ul {
	border: .1rem solid #F5F5F5;
	border-radius: 1rem;
	margin-bottom: 0;
}

.woocommerce-cart .woocommerce-MyAccount-navigation ul li, .woocommerce-checkout .woocommerce-MyAccount-navigation ul li, .woocommerce-account .woocommerce-MyAccount-navigation ul li {
	padding: 1rem;
}

.woocommerce-cart .woocommerce-MyAccount-navigation ul li + li, .woocommerce-checkout .woocommerce-MyAccount-navigation ul li + li, .woocommerce-account .woocommerce-MyAccount-navigation ul li + li {
	border-top: .1rem solid #F5F5F5;
}

.woocommerce-cart .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-checkout .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: #238FCD;
}

.woocommerce-page .woocommerce .woocommerce-order-details .woocommerce-table__product-table.product-total,
			.woocommerce-page .woocommerce .woocommerce-order-details .woocommerce-table__product-total.product-total,
			.woocommerce-page .woocommerce .woocommerce-order-details tfoot tr:nth-of-type(2) {
	display: none;
}

.woocommerce-checkout .woocommerce-order-overview .woocommerce-order-overview__total.total {
	display: none;
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	display: none;
}

/* -------------------------- *\
    .site_map
\* -------------------------- */

.site_map { 
	padding: 2rem 2rem 5.8rem;
	max-width: 192rem;
	margin: 0 auto;
}

@media (min-width: 768px) {

	.site_map {
		padding: 0 1.5rem 5.8rem;
	}
}

.site_map .shell {
	text-align: right;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.site_map .shell > div {
	width: 100%;
	margin-bottom: 5rem;
	text-align: left;
	border-left: .2rem solid #0B1867;
	padding-left: 2rem;
}

@media (min-width: 768px) {

	.site_map .shell > div {
		width: 48%;
		margin-bottom: 10rem;
		padding-left: 5.4rem;
	}
}

.site_map .shell > div a {
	font-weight: 600;
	font-size: 2.3rem;
	line-height: 3rem;
	color: #238FCD;
	margin-bottom: 0;
}

@media (min-width: 768px) {

	.site_map .shell > div a {
		font-size: 3.6rem;
		line-height: 4.4rem;
	}
}

.site_map .shell > div a svg {
	width: 1.8rem;
	height: 2.3rem;
	margin-left: 2rem;
	position: relative;
	top: .3rem;
}

@media (min-width: 768px) {

	.site_map .shell > div a svg {
		width: 2.1rem;
		height: 2.8rem;
		top: .2rem;
	}
}

.site_map .shell > div a:hover {
	color: #050D3B;
}

.site_map .shell > div a:hover svg {
	transform: rotate(180deg);
}

.site_map .shell > div.list {
	width: 100%;
}

.site_map .shell > div.list div {
	column-count: 1;
	margin-top: 3.2rem;
	column-gap: 5rem;
}

@media (min-width: 580px) {

	.site_map .shell > div.list div {
		column-count: 2;
	}
}

@media (min-width: 900px) {

	.site_map .shell > div.list div {
		column-count: 3;
	}
}

@media (min-width: 1024px) {

	.site_map .shell > div.list div {
		column-count: 4;
	}
}

.site_map .shell > div.list div a {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 2.2rem;
	color: #000;
	display: block;
	width: 100%;
}

.site_map .shell > div.list div a + a {
	margin-top: 2rem;
}

@media (min-width: 900px) {

	.site_map .shell > div.list div a + a {
		margin-top: 3.9rem;
	}
}

.site_map .shell > div.list div a:hover {
	text-decoration: underline;
}

@media (min-width: 1024px) {

	.site_map .shell > div.list.blog div {
		column-count: 3;
	}
}

/* -------------------------- *\
    .error
\* -------------------------- */

.error { 
	padding: 2rem 2rem 5.8rem;
	max-width: 192rem;
	margin: 0 auto;
 }

@media (min-width: 768px) {

	.error {
		padding: 5rem 1.5rem 5.8rem 10rem;
	}
}

.error .shell {
	text-align: right;
	position: relative;
}

@media (min-width: 768px) {

	.error .shell {
		max-width: 152.6rem;
		padding: 0;
	}
}

.error h2 {
	font-weight: 500;
	font-size: 3.2rem;
	line-height: 4.6rem;
	text-transform: uppercase;
	color: #0B1867;
	margin-bottom: 0;
}

.error .t,
	.error .b {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 1024px) {

	.error .t,
	.error .b {
		padding-left: 4rem;
	}
}

.error .l,
	.error .r {
	width: 100%;
}

@media (min-width: 900px) {

	.error .l,
	.error .r {
		width: calc(50% - 4.5rem);
	}
}

.error .t .l h2 {
	font-weight: 100;
	font-size: 2.3rem;
	line-height: 3rem;
	letter-spacing: -0.0225rem;
	color: #0B1867;
	margin-bottom: 4.4rem;
}

.error .t .l h2 strong {
	display: block;
	font-weight: 500;
}

@media (min-width: 768px) {

	.error .t .l h2 {
		font-size: 4rem;
		line-height: 5.6rem;
	}
}

@media (min-width: 1200px) {

	.error .t .l h2 {
		font-size: 7.2rem;
		line-height: 10.8rem;
	}
}

.error .t .l p {
	font-size: 1.4rem;
	line-height: 2.8rem;
	text-transform: uppercase;
	font-weight: 400;
	color: #0B1867;
	margin-bottom: 0;
	max-width: 65.2rem;
}

@media (min-width: 990px) {

	.error .t .l p {
		font-size: 1.6rem;
		line-height: 4rem;
	}
}

.error .b {
	margin-top: 6.3rem;
}

.error .b div {
	width: 100%;
	margin-bottom: 3.3rem;
}

@media (min-width: 768px) {

	.error .b div {
		width: calc(50% - 4.5rem);
	}
}

.error .b div a {
	font-weight: 500;
	font-size: 1.8rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	color: #238FCD;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 1.1rem;
}

.error .b div a svg {
	width: 2.1rem;
	height: 2.8rem;
	margin-left: .8rem;
}

.error .b div a:hover {
	color: #0B1867;
}

.error .b div a:hover svg {
	transform: rotate(180deg);
}

.error .b div p {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #0B1867;
	margin-bottom: 0;
}

/* -------------------------- *\
    .de_de
\* -------------------------- */

@media (min-width: 1200px) {

	html[lang="de-DE"] .h .m .r .request .ic-t {
		font-size: 1.2rem;
	}
}

/*.home_intro .hold {
		max-width: 70.7rem;
	}*/

@media (min-width: 900px) {

	html[lang="de-DE"] .home_intro h1 {
		font-size: 3.8rem;
	}
}

html[lang="de-DE"] .home_intro h2 {
	font-size: 1.5rem;
}

html[lang="de-DE"] .home_intro .btns {
	max-width: 52.6rem;
}

html[lang="de-DE"] .btn {
	font-size: 1.3rem;
}

@media (min-width: 500px) {

	html[lang="de-DE"] .home_intro .btns div {
		margin-top: 1.7rem;
	}
}

html[lang="de-DE"] .home_intro .btns div span {
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 550px) {

	html[lang="de-DE"] .home_intro .btns div span {/*width: 13.7rem;*/
		text-align: right;
		margin-bottom: 0;
	}
}

html[lang="de-DE"] .home_intro .btns div a {
	width: 100%;
}

@media (min-width: 550px) {

	html[lang="de-DE"] .home_intro .btns div a {
		padding-left: 2.3rem;/*width: calc(100% - 13.7rem);*/
	}
}

@media (min-width: 550px) {

	html[lang="de-DE"] .home_intro .btns div span,
		html[lang="de-DE"] .home_intro .btns div a {
		width: calc(50% - .5rem);
	}
}

html[lang="de-DE"] .benefits .grid div {
	-ms-flex-align: center;
	    align-items: center;
}

html[lang="de-DE"] .pooling .btns .btn--blue span {
	font-size: 1.4rem;
}

html[lang="de-DE"] .home_about .hold  {
	max-width: 78.6rem;
	padding: 8.8rem 0 0;
}

@media (min-width: 830px) {

	html[lang="de-DE"] .home_about .hold {
		padding: 0;
	}
}

html[lang="de-DE"] .home_about .hold > div .btns {
	max-width: 61.3rem;
}

html[lang="de-DE"] .home_about .hold .logo {
	transform: rotate(90deg);
	width: 6.1rem;
	height: 25.9rem;
	position: absolute;
	top: -9.8rem;
	left: 12rem;
}

@media (min-width: 830px) {

	html[lang="de-DE"] .home_about .hold .logo {
		transform: rotate(0);
		width: 11.4rem;
		height: 48.5rem;
		position: relative;
		top: 0;
		left: 0;
	}
}

html[lang="de-DE"] .home_about .hold > div .btns .btn {
	width: 100%;
}

@media (min-width: 600px) {

	html[lang="de-DE"] .home_about .hold > div .btns .btn {
		width: auto;
	}
}

html[lang="de-DE"] .home_about .hold > div .btns .btn + .btn {
	margin-top: 2.2rem;
}

@media (min-width: 600px) {

	html[lang="de-DE"] .home_about .hold > div .btns .btn + .btn {
		margin-top: 0;
	}
}

html[lang="de-DE"] .home_about .hold > div .btns .btn--blue {
	text-align: center;
}

html[lang="de-DE"] .home_about .hold > div .btns .btn--blue span span {
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 600px) {

	html[lang="de-DE"] .home_about .hold > div .btns .btn--blue span span {
		-ms-flex-pack: inherit;
		    justify-content: inherit;
	}
}

@media (min-width: 600px) {

	@media (max-width: 660px) {

		html[lang="de-DE"] .home_about .hold > div .btns .btn--blue span {
			font-size: 1.2rem;
		}
	}
}

@media (min-width: 600px) {

	html[lang="de-DE"] .home_about .hold > div .btns .btn--blue {
		text-align: left;
	}
}

html[lang="de-DE"] .newsletter .hold p,
	html[lang="de-DE"] .newsletter .hold p.note {
	font-size: 1.3rem;
	line-height: 1.8rem;
}

@media (min-width: 1024px) {

	html[lang="de-DE"] .h .b .nav li .sub-menu a span {
		font-size: 1.2rem;
	}

	html[lang="de-DE"] .h .b .nav li .sub-menu-2 li a {
		font-size: 1.2rem;
	}

	html[lang="de-DE"] .h .b .nav li .sub-menu-2 li .sub-menu li a {
		padding: .7rem 1.1rem .7rem 2.3rem;
	}
}

@media (min-width: 900px) {

	html[lang="de-DE"] .call_action .in .shell h2 {
		font-size: 3rem;
	}
}

@media (min-width: 1024px) {

	html[lang="de-DE"] .call_action .in .shell h2 {
		font-size: 3.4rem;
	}
}

@media (min-width: 900px) {

	html[lang="de-DE"] .call_action .in .shell h3 {
		margin-bottom: 2rem;
		font-size: 2rem;
		line-height: 2.3rem;
	}
}

@media (min-width: 900px) {

	html[lang="de-DE"] .call_action .in .shell p {
		font-size: 1.4rem;
	}
}

html[lang="de-DE"] .product_content .shell .aside .add_to_cart_button .blue {
	font-size: 1.1rem;
	line-height: 1.5rem;
}

@media (min-width: 400px) {

	html[lang="de-DE"] .product_content .shell .aside .add_to_cart_button .blue {
		padding: 1.8rem .5rem;
	}
}

/* -------------------------- *\
    .nl_NL
\* -------------------------- */

@media (min-width: 1024px) {

	html[lang="nl-NL"] .h .m .r .request .ic-t {
		font-size: 1.2rem;
	}
}

@media (min-width: 1200px) {

	html[lang="nl-NL"] .h .m .r .request .ic-t {
		font-size: 1.2rem;
	}
}

@media (min-width: 500px) {

	html[lang="nl-NL"] .home_intro .btns {
		max-width: 50.6rem;
	}
}

@media (min-width: 500px) {

	html[lang="nl-NL"] .home_intro .btns div {
		margin-top: 1.7rem;
	}
}

html[lang="nl-NL"] .home_intro .btns div span {
	width: 100%;
	text-align: center;
	margin-bottom: 1rem;
}

@media (min-width: 550px) {

	html[lang="nl-NL"] .home_intro .btns div span {/*width: 13.7rem;*/
		text-align: right;
		margin-bottom: 0;
	}
}

html[lang="nl-NL"] .home_intro .btns div a {
	width: 100%;
}

@media (min-width: 550px) {

	html[lang="nl-NL"] .home_intro .btns div a {
		padding-left: 2.3rem;/*width: calc(100% - 13.7rem);*/
	}
}

@media (min-width: 550px) {

	html[lang="nl-NL"] .home_intro .btns div span,
		html[lang="nl-NL"] .home_intro .btns div a {
		width: calc(50% - .5rem);
	}
}

html[lang="nl-NL"] .benefits .grid div {
	-ms-flex-align: center;
	    align-items: center;
}

html[lang="nl-NL"] .home_about .hold > div .btns .btn--blue {
	text-align: center;
}

html[lang="nl-NL"] .home_about .hold > div .btns .btn--blue span span {
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 550px) {

	html[lang="nl-NL"] .home_about .hold > div .btns .btn--blue span span {
		-ms-flex-pack: inherit;
		    justify-content: inherit;
	}
}

@media (min-width: 550px) {

	html[lang="nl-NL"] .home_about .hold > div .btns .btn--blue {
		text-align: left;
	}
}

html[lang="nl-NL"] .newsletter .hold p,
	html[lang="nl-NL"] .newsletter .hold p.note {
	font-size: 1.3rem;
	line-height: 1.8rem;
}

@media (min-width: 900px) {

	html[lang="nl-NL"] .call_action .in .shell h2 {
		font-size: 3rem;
	}
}

@media (min-width: 1024px) {

	html[lang="nl-NL"] .call_action .in .shell h2 {
		font-size: 3.4rem;
	}
}

@media (min-width: 900px) {

	html[lang="nl-NL"] .call_action .in .shell p {
		font-size: 1.4rem;
	}
}

@media (min-width: 1024px) {

	html[lang="nl-NL"] .h .b .nav li .sub-menu a span {
		font-size: 1.2rem;
	}

	html[lang="nl-NL"] .h .b .nav li .sub-menu-2 li a {
		font-size: 1.2rem;
	}

	html[lang="nl-NL"] .h .b .nav li .sub-menu-2 li .sub-menu li a {
		padding: .7rem 1.1rem .7rem 2.3rem;
	}
}

html[lang="nl-NL"] .product_content .shell .aside .add_to_cart_button .blue {
	font-size: 1.2rem;
	line-height: 1.5rem;
}

@media (min-width: 400px) {

	html[lang="nl-NL"] .product_content .shell .aside .add_to_cart_button .blue {
		padding: 1.8rem .5rem;
	}
}