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

/* 
Theme Name: lightstyle
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: 'Open Sans', 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;
}

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;
    overflow-x: hidden;
    scrollbar-width: thin;
    scrollbar-color: #f1f1f1 #888;
    min-height: 100vh;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
}

body main {
	padding-top: 12.8rem;
}

@media (min-width: 1024px) {

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

@media (min-width: 1100px) {

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

@media (min-width: 1600px) {

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

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

a:hover {
	color: #011530;
	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: 159.6rem;
    margin: 0 auto;
}

@media (max-width: 1600px) {

	.shell {
		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;
 }

@media (max-width: 480px) {

	#yith-woocompare table.compare-list tbody th {
		width: 7.5rem;
		max-width: 7.5rem;
	}
}

#yith-woocompare {
    max-width: 159.6rem;
    margin: 0 auto;
}

@media (max-width: 1600px) {

	#yith-woocompare {
		padding: 0 2rem;
	}
}

/*.product_info.odd {
        display: inline-block;
        padding: 0;
    }*/

#yith-woocompare table.compare-list tr {
	display: inherit;
	padding: 0;
}

.page-id-65679 .DTFC_LeftWrapper {
	display: none;
}

/* -------------------------- *\
    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-TBI_Bank_logo {
	font-size:(38/10)*1rem;
	width:(109/38)*1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.i-double-right-arrows-angles {
	font-size:(638.062/10)*1rem;
	width:(638.062/638.062)*1em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.i-full-screen2 {
	font-size:(48/10)*1rem;
	width:(48/48)*1em;
}

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

.i-gloss-finish-tile {
	font-size:(141.7/10)*1rem;
	width:(141.7/141.7)*1em;
}

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

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

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

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

.i-house-black-silhouette-without-door {
	font-size:(306.77/10)*1rem;
	width:(306.77/306.77)*1em;
}

.i-indoor-use {
	font-size:(141.7/10)*1rem;
	width:(141.7/141.7)*1em;
}

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

.i-light-bulb {
	font-size:(480.01/10)*1rem;
	width:(480.01/480.01)*1em;
}

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

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

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

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

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

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

.i-matt-finish-tile {
	font-size:(141.7/10)*1rem;
	width:(141.7/141.7)*1em;
}

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

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

.i-menu-icon-hover {
	font-size:(13/10)*1rem;
	width:(36/13)*1em;
}

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

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

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

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

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

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

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

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

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

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

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

.i-right-arrow_2 {
	font-size:(492/10)*1rem;
	width:(492/492)*1em;
}

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

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

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

.i-shopping-cart-fill {
	font-size:(437.81/10)*1rem;
	width:(437.81/437.81)*1em;
}

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

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

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

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

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

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

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

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

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

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

.i-wall-and-floor-tile {
	font-size:(141.7/10)*1rem;
	width:(141.7/141.7)*1em;
}

.i-wall-tile {
	font-size:(141.7/10)*1rem;
	width:(141.7/141.7)*1em;
}

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

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

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

.i {
	transition: .3s ease;
}

.i.c1 {
	fill: #011530;
}

.i.c2 {
	fill: #041E42;
}

.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;
}

/* -------------------------- *\
    .Alexander
\* -------------------------- */

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

/*@import "_product_1";
@import "_t";*/

/*@import "_home_info";
*/

/*@import "_home_slider";*/

/*@import "_lightstyle_product_series";*/

/*@import "_series_product";*/

/*@import "_lightstyle_product_listing";*/

/*@import "_post-type-archive-product";*/

/* -------------------------- *\
    .Bobi
\* -------------------------- */

/* -------------------------- *\
    .intro
\* -------------------------- */

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

.intro .shell {
	max-width: 104.5rem;
	margin: 0;
}

@media (max-width: 1045px) {

	.intro .shell {
		padding: 0 2rem;
	}
}

.intro h1,
	.intro h2 {
	margin-bottom: 2.4rem;
	font-weight: 600;
	font-size: 3.2rem;
	line-height: 4.4rem;
	letter-spacing: -0.01rem;
	text-transform: uppercase;
	color: #CCC;
}

.intro h2 {
	font-size: 2.6rem;
	line-height: 4.4rem;
	text-transform: none;
}

.intro p {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #4C4C4C;
}

.intro a {
	color: #EBEBEB;
}

.intro a:hover {
	text-decoration: underline;
}

/* -------------------------- *\
    .arhive
\* -------------------------- */

.single_cat { 
	padding: 2.5rem 0 13.8rem;
 }

.single_cat__top {
	margin-bottom: 3rem;
}

.single_cat__top h1 {
	text-transform: uppercase;
}

.single_cat__content {
	text-align: center;
}

.single_cat__content .post_list_item {
	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;
	margin-bottom: 3rem;
}

.single_cat__content .post_list_item .post-img {
	margin-bottom: 2rem;
	width: 100%;
}

@media (min-width: 768px) {

	.single_cat__content .post_list_item .post-img {
		width: 30%;
	}
}

.single_cat__content .post_list_item .details h2 {
	font-size: 2.4rem;
	margin-bottom: 1.5rem;
}

.single_cat__content .post_list_item .details p {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

	.single_cat__content .post_list_item .details {
		width: 60%;
		text-align: left;
	}
}

/*@import "_tbi_pop";
@import "_product_request";
@import "_open-menu";*/

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

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

.f { 
	position: relative;
	margin-top: auto;
 }

.f .t {
	background: #011530;
	color: #fff;
	padding: 6rem 0 2.3rem;
}

.f .t .shell {
	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;
}

.f .t .column {
	width: 100%;
	margin-bottom: 2rem;
}

.f .t .column:nth-child(4) .f-st {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.9rem;
	position: relative;
	padding-left: 4rem;
}

@media (min-width: 800px) {

	@media (max-width: 1110px) {

		.f .t .column:nth-child(4) .f-st {
			font-size: 1.5rem;
			line-height: 2rem;
			padding-left: 2.5rem;
		}
	}
}

.f .t .column:nth-child(4) .f-st svg {
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	left: 0;
	top: .3rem;
	fill: #fff;
}

@media (min-width: 800px) {

	@media (max-width: 1110px) {

		.f .t .column:nth-child(4) .f-st svg {
			width: 1.8rem;
			height: 1.8rem;
			top: 0rem;
		}
	}
}

.f .t .column:nth-child(4) .f-st:nth-of-type(2) {
	font-weight: 400;
	font-size: 1.8rem;
	line-height: 2.5rem;
}

@media (min-width: 800px) {

	@media (max-width: 1110px) {

		.f .t .column:nth-child(4) .f-st:nth-of-type(2) {
			font-size: 1.2rem;
		}
	}
}

.f .t .column:nth-child(4) .f-st:nth-of-type(2) svg {
	width: 2.6rem;
	height: 2.9rem;
	position: absolute;
	left: 0;
	top: 0;
}

@media (min-width: 800px) {

	@media (max-width: 1110px) {

		.f .t .column:nth-child(4) .f-st:nth-of-type(2) svg {
			width: 1.8rem;
			height: 1.8rem;
			top: 0rem;
		}
	}
}

.f .t .column:nth-child(4) .f-st:hover {
	opacity: .7;
}

.f .t .column:nth-child(4) p {
	margin-top: 0.5rem;
	margin-bottom: 0.8rem;
	color: #fff;
	font-weight: 300;
	padding-left: 4rem;
	font-size: 1.4rem;
	line-height: 1.9rem;
}

@media (min-width: 800px) {

	@media (max-width: 1110px) {

		.f .t .column:nth-child(4) p {
			padding-left: 2.5rem;
			font-size: 1.2rem;
		}
	}
}

@media (min-width: 540px) {

	.f .t .column {
		width: 48%;
	}
}

@media (min-width: 800px) {

	.f .t .column {
		width: 23%;
		margin-bottom: 0;
	}
}

@media (min-width: 1270px) {

	.f .t .column {
		width: 28.7rem;
	}

	.f .t .column:nth-child(4) {
		width: 32.7rem;
	}
}

.f .t .cards {
	width: 100%;
	text-align: center;
}

@media (min-width: 800px) {

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

@media (min-width: 800px) {

	@media (max-width: 1110px) {

		.f .t .cards {
			margin-top: 2rem;
		}
	}
}

.f .t .cards img {
	filter: brightness(0) invert(1);
	max-width: 4rem;
}

@media (min-width: 480px) {

	.f .t .cards img {
		max-width: 5rem;
	}
}

.f .t .cards img + img {
	margin-left: 1rem;
}

.f .t h4 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.9rem;
	margin-bottom: 2rem;
}

@media (min-width: 800px) {

	@media (max-width: 1110px) {

		.f .t h4 {
			font-size: 1.5rem;
			line-height: 2rem;
		}
	}
}

.f .t a {
	color: #fff;
}

.f .t ul {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: 0;
}

.f .t ul li a {
	font-size: 1.6rem;
	line-height: 2.2rem;
	font-weight: 300;
}

@media (min-width: 800px) {

	@media (max-width: 1110px) {

		.f .t ul li a {
			font-size: 1.2rem;
			line-height: 1.8rem;
		}
	}
}

.f .t ul li a:hover {
	text-decoration: underline;
}

.f .t ul li + li {
	margin-top: .3rem;
}

@media (min-width: 1110px) {

	.f .t ul li + li {
		margin-top: 1rem;
	}
}

.f .b {
	background: #011530;
	color: #fff;
	padding: 1.1rem 0;
	text-align: center;
	position: relative;
}

.f .b:before {
	content: '';
	background: rgba(255,255,255, 0.17);
	width: 100%;
	max-width: 160rem;
	height: 0.1rem;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 990px) {

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

.f .b p,
		.f .b a {
	color: #fff;
	font-size: 1.4rem;
	margin-bottom: 0;
	line-height: 1.9rem;
	margin-bottom: 1rem;
}

@media (min-width: 990px) {

	.f .b p,
		.f .b a {
		margin-bottom: 0;
	}
}

.f .b p:last-child, .f .b a:last-child {
	margin-bottom: 0;
}

.f .b p img, .f .b a img {
	max-width: 12.9rem;
	margin-left: 0.7rem;
	margin-top: .5rem;
}

@media (min-width: 360px) {

	.f .b p img, .f .b a img {
		margin-top: 0;
	}
}

.f .b a {
	display: inline-block;
}

#back_to_top { 
 	display: inline-block;
 	position: fixed;
 	bottom: 25rem;
    right: 1.5rem;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    opacity: 0;
    visibility: visible;
    width: 5rem;
    height: 5rem;
    background: transparent;
    border: 0;
 	opacity: 0;
 	visibility: hidden;
 	z-index: 50;
}

#back_to_top:before {
	content: '';
	background: #041E42;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

#back_to_top svg {
	width: 5rem;
	height: 5rem;
	fill: #fff;
	filter: drop-shadow(0 .2rem .4rem rgba(0,0,0, 0.25));
	transform: rotate(180deg);
}

#back_to_top:hover svg {
	filter: drop-shadow(0 .2rem 1.5rem rgba(0,0,0, 0.25));
}

#back_to_top.show {
	opacity: 1;
	visibility: visible;
}

/* -------------------------- *\
    .soc
\* -------------------------- */

.soc { 
	padding: 2rem 0 0;
}

.soc a {
	position: relative;
	display: inline-block;
	width: 3.2rem;
	height: 3.2rem;
	transition: .3s ease;
}

.soc a + a {
	margin-left: 1.5rem;
}

.soc a svg {
	width: 3.2rem;
	height: 3.2rem;
	fill: rgba(255,255,255, .5);
}

.soc a:hover svg {
	fill: #fff;
}

/* -------------------------- *\
    .pins
\* -------------------------- */

.pins { 
	padding: 2rem 0;
}

@media (min-width: 1024px) {

	.pins {
		padding: 4.5rem 0;
	}
}

.pins .hold {
	max-width: 25rem;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 460px) {

	.pins .hold {
		max-width: 134.7rem;
	}
}

.pins .hold > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #011530;
	width: 100%;
	margin-bottom: 1rem;
}

.pins .hold > div:last-child {
	margin-bottom: 0;
}

@media (min-width: 460px) {

	.pins .hold > div {
		width: 48%;
	}

	@media (max-width: 1024px) {

		.pins .hold > div {
			font-size: 1.2rem;
		}
	}
}

@media (min-width: 840px) {

	.pins .hold > div {
		width: auto;
		margin-bottom: 0;
	}
}

.pins .hold > div svg {
	width: 4.3rem;
	height: 4.3rem;
}

@media (min-width: 840px) {

	@media (max-width: 1024px) {

		.pins .hold > div svg {
			width: 3rem;
			height: 3rem;
		}
	}
}

.pins .hold > div div {
	margin-left: 1rem;
	width: calc(100% - 4.3rem);
}

@media (min-width: 840px) {

	@media (max-width: 1024px) {

		.pins .hold > div div {
			width: calc(100% - 3rem);
		}
	}
}

@media (min-width: 1024px) {

	.pins .hold > div div {
		margin-left: 1.7rem;
	}
}

.pins .hold > div h3 {
	margin-bottom: 0.4rem;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 1.9rem;
}

/* -------------------------- *\
    .newsletter
\* -------------------------- */

.newsletter { 
	padding: 0;
	position: relative;
	overflow: hidden;
	background: #011530;
}

@media (min-width: 900px) {

	.newsletter {
		height: 16rem;
	}
}

@media (min-width: 1000px) {

	.newsletter {
		height: 15.1rem;
	}
}

.newsletter img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: none;
}

@media (min-width: 900px) {

	.newsletter img {
		display: inline-block;
	}
}

.newsletter .hold {
	padding: 2.5rem 0;
	width: 100%;
	max-width: 133rem;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	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;
	color: #fff;
}

@media (min-width: 650px) {

	.newsletter .hold {
		padding: 1.5rem 0;
	}
}

@media (min-width: 1000px) {

	.newsletter .hold {
		padding: 2.5rem 0 1.9rem;
	}
}

.newsletter .hold .l {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	width: 100%;
}

@media (min-width: 650px) {

	.newsletter .hold .l {
		width: calc(53% - 4.3rem);
	}
}

.newsletter .hold .l div {
	width: calc(100% - 5.6rem);
	padding-left: 1.5rem;
}

@media (min-width: 768px) {

	.newsletter .hold .l div {
		width: calc(100% - 7.6rem);
		padding-left: 3.7rem;
	}
}

@media (min-width: 1320px) {

	.newsletter .hold .l div {
		width: calc(100% - 10.6rem);
	}
}

.newsletter .hold .l h2 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 0;
}

@media (min-width: 900px) {

	.newsletter .hold .l h2 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

@media (min-width: 1230px) {

	.newsletter .hold .l h2 {
		font-size: 4.6rem;
		line-height: 6.3rem;
	}
}

.newsletter .hold .l p {
	color: #fff;
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

@media (min-width: 900px) {

	.newsletter .hold .l p {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}

@media (min-width: 1320px) {

	.newsletter .hold .l p {
		font-size: 2.1rem;
		line-height: 2.9rem;
	}
}

.newsletter .hold .l span {
	width: 5.6rem;
	height: 5.6rem;
	background: #041E42;
	border-radius: 1.5rem;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	transform: rotate(-14deg);
	display: inline-block;
}

@media (min-width: 768px) {

	.newsletter .hold .l span {
		width: 7.6rem;
		height: 7.6rem;
	}
}

@media (min-width: 1320px) {

	.newsletter .hold .l span {
		width: 10.6rem;
		height: 10.6rem;
	}
}

.newsletter .hold .l span svg {
	width: 3rem;
	height: 2.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 768px) {

	.newsletter .hold .l span svg {
		width: 4rem;
		height: 3.8rem;
	}
}

@media (min-width: 1320px) {

	.newsletter .hold .l span svg {
		width: 7rem;
		height: 6.8rem;
	}
}

.newsletter .hold .r {
	width: 100%;
}

@media (min-width: 650px) {

	.newsletter .hold .r {
		width: calc(47% - 4.3rem);
	}
}

.newsletter .hold .r .under {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-top: .6rem;
}

.newsletter .hold .r .under p {
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #fff;
}

.newsletter .hold .r .under p a {
	color: #fff;
	text-decoration: underline;
}

.newsletter .hold .r .under p a:hover {
	color: #FFCC02;
}

.newsletter .hold .r .under svg {
	margin-left: 0.9rem;
	width: 1.8rem;
	height: 1.8rem;
	fill: #fff;
	vertical-align: middle;
}

/* -------------------------- *\
    .form
\* -------------------------- */

.newsletter_form .gform_wrapper {
	margin: 0;
	padding: 0;
}

.newsletter_form .gform_wrapper form {
	position: relative;
}

.newsletter_form .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

.newsletter_form .gform_wrapper .top_label .gfield_label,
		.newsletter_form .gform_wrapper legend.gfield_label {
	display: none;
}

.newsletter_form .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.newsletter_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	background: #fff;
	border-radius: .5rem;
	padding: 1.2rem 2rem;
	font-size: 1.4rem;
	line-height: 2rem;
	border: 0;
	color: #4C4C4C;
	transition: .3s ease;
	width: 100%;
}

@media (min-width: 1000px) {

	.newsletter_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
		width: calc(100% - 16.1rem);
		padding: 1.4rem 2.7rem;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}

.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 {
	color: #4C4C4C;
}

.newsletter_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
	color: #4C4C4C;
}

.newsletter_form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
	padding: 1.4rem 2.7rem 1.4rem 3.3rem;
}

.newsletter_form .gform_wrapper .gform_footer {
	padding: 0;
	margin: 1rem 0 0;
	width: 100%;
}

@media (min-width: 1000px) {

	.newsletter_form .gform_wrapper .gform_footer {
		margin: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 15.1rem;
	}
}

.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] {
	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;
	background: #FFCC02;
	border-radius: .5rem;
	border: .1rem solid transparent;
	padding: 1rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.4rem;
	line-height: 2rem !important;
	text-transform: uppercase;
	color: #011530;
	cursor: pointer;
	transition: .3s ease;
}

@media (min-width: 1000px) {

	.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] {
		padding: 1.3rem;
		font-size: 1.6rem;
		line-height: 2.2rem !important;
	}
}

.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 {
	border: .1rem solid #FFCC02;
	color: #FFCC02;
	background: transparent;
}

.form .gform_wrapper {
	margin: 0;
	padding: 0;
}

.form .gform_wrapper form {
	position: relative;
}

.form .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0;
}

@media (min-width: 640px) {

	.form .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
		padding-right: 1rem;
	}
}

@media (min-width: 640px) {

	.form .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
		padding-left: 1rem;
	}
}

.form .gform_wrapper li.gfield {
	margin-top: 0;
	margin-bottom: 1.4rem;
}

.form .gform_wrapper li.gfield .gfield_label {
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #011530;
	font-weight: 400;
	margin-bottom: 1.2rem;
}

@media (min-width: 640px) {

	.form .gform_wrapper li.gfield .gfield_label {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	@media (min-width: 990px) {

		.form .gform_wrapper li.gfield .gfield_label {
			font-size: .9rem;
		}
	}

	@media (min-width: 1040px) {

		.form .gform_wrapper li.gfield .gfield_label {
			font-size: 1rem;
		}
	}

	@media (min-width: 1205px) {

		.form .gform_wrapper li.gfield .gfield_label {
			font-size: 1.2rem;
			line-height: 1.8rem;
			display: block;
		}
	}
}

@media (min-width: 1400px) {

	.form .gform_wrapper li.gfield .gfield_label {
		font-size: 1.4rem;
	}
}

@media (min-width: 1535px) {

	.form .gform_wrapper li.gfield .gfield_label {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}

.form .gform_wrapper li.gfield:not(.lab) .gfield_label {
	display: none;
}

.form .gform_wrapper .top_label div.ginput_container,
		.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),
		.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) {
	margin-top: 0;
}

.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
		.form .gform_wrapper textarea.medium {
	background: #fff;
	border-radius: .5rem;
	padding: 1rem 2.5rem;
	border: 0.1rem solid #979797;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: rgba(1,21,48, .5);
	transition: .3s ease;
	width: 100%;
}

.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 .gform_wrapper textarea.medium:-ms-input-placeholder {
	color: rgba(1,21,48, .5);
}

.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder, .form .gform_wrapper textarea.medium::placeholder {
	color: rgba(1,21,48, .5);
}

.form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .form .gform_wrapper textarea.medium:focus {
	color: #011530;
}

.form .gform_wrapper textarea.medium {
	height: 13.1rem;
}

.form .gform_wrapper .custom-dropdown {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

@media (min-width: 410px) {

	.form .gform_wrapper .custom-dropdown {
		margin-right: 0;
		margin-bottom: 0;
	}
}

.form .gform_wrapper .custom-dropdown select {
	display: none;
}

.form .gform_wrapper .custom-dropdown:after {
	content: '';
	background: rgba(255,255,255, 0.15);
	width: 100%;
	height: 0.1rem;
	position: absolute;
	bottom: 0;
}

.form .gform_wrapper .select-selected {
	background: #fff;
	border-radius: .5rem;
	padding: 1rem 2.5rem;
	border: 0.1rem solid #979797;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: rgba(1,21,48, .5);
	transition: .3s ease;
	width: 100%;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form .gform_wrapper .select-selected:-ms-input-placeholder {
	color: rgba(1,21,48, .5);
}

.form .gform_wrapper .select-selected::placeholder {
	color: rgba(1,21,48, .5);
}

.form .gform_wrapper .select-selected:focus {
	color: #011530;
}

.form .gform_wrapper .select-selected:after {
	content: '';
	background: url(/wp-content/uploads/down-arrow.png)no-repeat;
	background-size: contain;
	width: 1.8rem;
	height: 1rem;
	position: absolute;
	top: 50%;
	right: 1.8rem;
	transform: translateY(-40%) rotate(180deg);
	transition: .3s ease;
}

.form .gform_wrapper .select-selected.select-arrow-active {
	border-radius: .5rem .5rem 0 0;
	border-bottom: 0;
}

.form .gform_wrapper .select-selected.select-arrow-active:after {
	content: '';
	background: url(/wp-content/uploads/down-arrow.png)no-repeat;
	background-size: contain;
	transform: translateY(-50%) rotate(0);
}

.form .gform_wrapper .select-items {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	padding: 0.3rem 2.5rem 0;
	border: 0.1rem solid #979797;
	border-top: 0;
	border-radius: 0 0 .5rem .5rem;
	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: 640px) {

	.form .gform_wrapper .select-items {
		width: calc(100% - 1rem);
	}
}

.form .gform_wrapper .select-items div,
			.form .gform_wrapper .select-items .select-selected {
	color: #011530;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 1.8rem;
	line-height: 2.5rem;
	padding: 0 0 1rem;
	transition: .3s ease;
}

.form .gform_wrapper .select-items div:hover,
			.form .gform_wrapper .select-items .same-as-selected {
	color: #FFCC02;
}

.form .gform_wrapper .select-hide {
	display: none;
}

.form .gform_wrapper .gform_footer {
	padding: 0;
	margin: 0 0 1.5rem;
	width: 100%;
}

.form .gform_wrapper .gform_footer input.button,
			.form .gform_wrapper .gform_footer input[type=submit],
			.form .gform_wrapper .gform_footer .gform_page_footer input.button,
			.form .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;
	background: #011530;
	border-radius: .5rem;
	border: 0;
	padding: 1rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem !important;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	transition: .3s ease;
}

.form .gform_wrapper .gform_footer input.button:hover, .form .gform_wrapper .gform_footer input[type=submit]:hover, .form .gform_wrapper .gform_footer .gform_page_footer input.button:hover, .form .gform_wrapper .gform_footer .gform_page_footer input[type=submit]:hover {
	color: #011530;
	background: #FFCC02;
}

/* -------------------------- *\
    .h_brands
\* -------------------------- */

.h_brands { 
	background: #fff;
	padding: 3.9rem 0;
}

.h_brands .shell {
	max-width: 152.3rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (max-width: 1535px) {

	.h_brands .shell {
		padding: 0 2rem;
	}
}

.h_brands .prev-arrow,
	.h_brands .next-arrow {
	width: 4.5rem;
	height: 4.5rem;
	color: rgba(4,30,66, .25);
	cursor: pointer;
}

.h_brands .prev-arrow svg, .h_brands .next-arrow svg {
	width: 4.5rem;
	height: 4.5rem;
}

.h_brands .prev-arrow:hover, .h_brands .next-arrow:hover {
	color: rgba(4,30,66, 1);
}

.h_brands .prev-arrow svg {
	transform: rotate(180deg);
}

.h_brands .slick-arrow.slick-hidden {
	display: inline-block;
}

.h_brands .slick-track {
	float: left;
}

.h_brands .hold {
	width: calc(100% - 10rem);
}

.h_brands .hold::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (min-width: 1550px) {

	.h_brands .hold {
		width: calc(100% - 29rem);
	}
}

.h_brands .hold a {
	display: block;
	text-align: center;
}

.h_brands .hold a img {
	max-width: 12.1rem;
	max-height: 4.5rem;
	-o-object-fit: contain;
	   object-fit: contain;
	text-align: center;
	margin: 0 auto;
}

.h_brands .hold a:not(:first-child) {
	display: none;
}

@media (min-width: 460px) {

	.h_brands .hold a:not(:first-child):not(:nth-child(2)) {
		display: none;
	}
}

@media (min-width: 670px) {

	.h_brands .hold a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
		display: none;
	}
}

@media (min-width: 900px) {

	.h_brands .hold a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
		display: none;
	}
}

@media (min-width: 1024px) {

	.h_brands .hold a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
		display: none;
	}
}

@media (min-width: 1200px) {

	.h_brands .hold a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)) {
		display: none;
	}
}

.h_brands .hold.slick-initialized a:not(:first-child) {
	display: block;
}

@media (min-width: 460px) {

	.h_brands .hold.slick-initialized a:not(:first-child):not(:nth-child(2)) {
		display: block;
	}
}

@media (min-width: 670px) {

	.h_brands .hold.slick-initialized a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
		display: block;
	}
}

@media (min-width: 900px) {

	.h_brands .hold.slick-initialized a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
		display: block;
	}
}

@media (min-width: 1024px) {

	.h_brands .hold.slick-initialized a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
		display: block;
	}
}

@media (min-width: 1200px) {

	.h_brands .hold.slick-initialized a:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)) {
		display: block;
	}
}

/* -------------------------- *\
    .latest_news
\* -------------------------- */

.latest_news { 
	background: rgba(4,30,66, .02);
	padding: 4.4rem 0;
}

.latest_news .shell {
	max-width: 155rem;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (max-width: 1560px) {

	.latest_news .shell {
		padding: 0 2rem;
	}
}

.latest_news .info {
	display: none;
}

/* -------------------------- *\
    .l_post
\* -------------------------- */

.l_post { 
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 768px) {

	.l_post {
		width: calc(50% - 1.5rem);
	}
}

@media (min-width: 1024px) {

	.l_post {
		width: calc(33.33% - 1.5rem);
		margin-bottom: 0;
	}
}

.l_post .t {
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.25);
	border-radius: 1.5rem 1.5rem 0 0;
	padding: 1rem 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: .6rem;
	transition: .3s ease;
}

.l_post .t .l,
		.l_post .t .r {
	width: calc(50% - .5rem);
	font-size: 1.1rem;
	line-height: 2rem;
	color: #011530;
	position: relative;
	padding: 0 .5rem 0 0;
}

@media (min-width: 1350px) {

	.l_post .t .l,
		.l_post .t .r {
		font-size: 1.4rem;
		padding: .5rem .5rem .5rem 0;
	}
}

@media (min-width: 1480px) {

	.l_post .t .l,
		.l_post .t .r {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}

.l_post .t .l:after, .l_post .t .r:after {
	content: '';
	width: .1rem;
	height: 100%;
	background: #979797;
	position: absolute;
	top: 0;
	right: -.1rem;
}

.l_post .t .r {
	padding-left: 1.9rem;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #4C4C4C;
}

.l_post .t .r:after {
	content: none;
}

.l_post .b {
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.25);
	border-radius: 0 0 1.5rem 1.5rem;
	padding: 1.6rem 1.3rem;
	transition: .3s ease;
}

.l_post .b a {
	color: #011530;
}

.l_post .b a:hover {
	color: #011530;
}

.l_post .b h2 {
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #011530;
	margin-bottom: 1.3rem;
}

@media (min-width: 1350px) {

	.l_post .b h2 {
		font-size: 2.4rem;
		line-height: 3.3rem;
	}
}

.l_post .b .image {
	display: block;
	border-radius: 1rem;
	height: 24.7rem;
	margin-bottom: 1.3rem;
}

.l_post .b .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 1rem;
}

.l_post .b .info {
	padding: 2rem 0;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: rgba(4,30,66, .75);
}

.l_post:hover .t,
		.l_post:hover .b {
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0, 0.25);
}

/* -------------------------- *\
    .btn
\* -------------------------- */

.btn { 
	position: relative;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #011530;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;			
 }

.btn svg {
	width: 2.5rem;
	height: 1.8rem;
	fill: #011530;
	margin-left: .9rem;
}

.btn-blue {
 	font-size: 1.5rem;
 	line-height: 2rem;
 	text-align: center;
 	text-transform: uppercase;
 	color: #011530;
 	position: relative;
 	display: inline-block;
 }

.btn-blue:after {
	content: '';
	width: 0;
	height: .1rem;
	background: #011530;
	position: absolute;
	bottom: -.3rem;
	left: 0;
	transition: .3s ease;
}

.btn-blue:hover:after {
	width: 100%;
}

/* -------------------------- *\
    .review
\* -------------------------- */

.review { 
	padding: 4rem 0;
	text-align: center;
}

@media (min-width: 900px) {

	.review {
		padding: 8.4rem 0 5.4rem;
	}
}

.review .shell {
	max-width: 145.8rem;
	padding: 0;
}

@media (max-width: 1460px) {

	.review .shell {
		padding: 0 2rem;
	}
}

.review .btn-blue {
	margin: .6rem 0 0;
}

.review .slick-dots {
	margin: 1.5rem 0 0;
	position: relative;
	bottom: 0;
}

@media (min-width: 768px) {

	.review .slick-dots {
		margin: 3.6rem 0 0;
	}
}

.review .slick-dots li {
	width: 1.3rem;
	height: 1.3rem;
	margin: 0 .5rem;
}

.review .slick-dots li button {
	width: 1.3rem;
	height: 1.3rem;
	background: rgba(4,30,66, .2);
	font-size: 0;
	line-height: 0;
	padding: 0;
	transition: .3s ease;
}

.review .slick-dots li button:before {
	content: none;
}

.review .slick-dots li button:hover {
	background: rgba(4,30,66, 1);
}

.review .slick-dots li.slick-active button {
	background: rgba(4,30,66, 1);
}

/* -------------------------- *\
    .review_block
\* -------------------------- */

.review_block { 
	text-align: left;
 }

/*max-width: 44.6rem;*/

@media (min-width: 600px) {

	.review_block {
		padding: 0 1.5rem;
	}
}

@media (min-width: 800px) {

	.review_block {
		padding: 0 3rem;
	}
}

.review_block .t {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.review_block .t .l {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.review_block .t .t_quote {
	display: inline-block;
	margin-right: 1.5rem;
}

.review_block .t .t_quote svg {
	width: 4.3rem;
	height: 3.1rem;
	transform: rotate(180deg);
}

.review_block .t h2 {
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 2.5rem;
}

.review_block .t h2 .big,
			.review_block .t h2 .small {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #041E42;
}

.review_block .t h2 .small {
	font-size: 1.4rem;
	line-height: 2.5rem;
	position: relative;
}

.review_block .t h2 .small + .loc .bigg {
	font-size: 1.1rem;
}

.review_block .t h2 .small + .loc .bigg + .date {
	font-size: 1.1rem;
}

/*display: none;

				@mixin min 1450 {
					display: inline-block;
				}*/

.review_block .t h2 .loc .date {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.9rem;
	display: none;
}

@media (min-width: 1450px) {

	.review_block .t h2 .loc .date {
		display: inline-block;
	}
}

.review_block .t h2 .loc .bigg,
				.review_block .t h2 .loc .smalll {
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.9rem;
	display: none;
}

@media (min-width: 1260px) {

	.review_block .t h2 .loc .bigg,
				.review_block .t h2 .loc .smalll {
		display: inline-block;
	}
}

.review_block .t h2 .loc .smalll {
	font-size: 1.1rem;
	line-height: 1.9rem;
}

.review_block .t h2 .loc .smalll + .date {
	font-size: 1.1rem;
	line-height: 1.9rem;
}

.review_block .b {
	margin: 1.9rem 2.2rem 1.6rem 2.2rem;
	padding: 0 1.5rem 2rem;
	border: 0.1rem dashed #979797;
	border-top: 0;
	position: relative;
}

@media (min-width: 768px) {

	.review_block .b {
		margin: 1.9rem 0 1.6rem 2.2rem;
		padding: 0 2.1rem 3.6rem 3.6rem;
	}
}

.review_block .b p {
	font-weight: 300;
	font-style: italic;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #011530;
	margin-bottom: 0;
}

.review_block .b .b_quote {
	width: 6.3rem;
	height: 5.1rem;
	background: #fff;
	position: absolute;
	bottom: -2.55rem;
	right: -3.15rem;
}

.review_block .b .b_quote svg {
	width: 4.3rem;
	height: 3.1rem;
	fill: #011530;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* -------------------------- *\
    .home_about
\* -------------------------- */

.home_about { 
	padding: 0;
}

.home_about .t {
	position: relative;
	overflow: hidden;
	background: #011530;
	text-align: center;
	padding: 3rem 1.5rem;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	z-index: 1;
}

@media (min-width: 768px) {

	.home_about .t {
		height: 7.5rem;
		padding: 0;
	}
}

@media (min-width: 950px) {

	.home_about .t {
		height: 11.5rem;
	}
}

.home_about .t img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	display: none;
}

@media (min-width: 900px) {

	.home_about .t img {
		display: inline-block;
	}
}

.home_about .t h2 {
	position: relative;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #fff;
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	width: 100%;
	-ms-flex-pack: center;
	    justify-content: center;
}

@media (min-width: 950px) {

	.home_about .t h2 {
		font-size: 3.6rem;
		line-height: 4.9rem;
	}
}

.home_about .t h2 svg {
	margin-left: 1.5rem;
	position: relative;
	top: .2rem;
}

@media (min-width: 900px) {

	.home_about .t h2 svg {
		margin-left: 3rem;
	}
}

.home_about .t--open h2 svg {
	transform: rotate(180deg);
}

.home_about .b {
	width: 126.4rem;
	max-width: 126.4rem;
	margin-top: 4.9rem;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -100%);
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

@media (max-width: 1275px) {

	.home_about .b {
		padding: 0 2rem;
	}
}

.home_about .b--show {
	width: 100%;
	position: relative;
	transform: translate(-50%, 0);
	opacity: 1;
	visibility: visible;
	z-index: 1;
	transition: .3s ease;
}

.home_about .b p {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.8rem;
	color: #011530;
	margin-bottom: 1.5rem;
}

.home_about .b p:last-child {
	margin-bottom: 0;
}

.home_about .b .grid {
	padding: 0;
	margin: 4.9rem 0 -1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.home_about .b .grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (min-width: 768px) {

	.home_about .b .grid {
		margin: 4.9rem -2.5rem -1.5rem;
	}
}

@media (min-width: 1024px) {

	.home_about .b .grid {
		padding: 0 5.6rem;
	}
}

@media (min-width: 1280px) {

	.home_about .b .grid {
		margin: 4.9rem -7.5rem -5.5rem;
	}
}

.home_about .b .grid div {
	width: 100%;
	float: left;
	margin-bottom: 1.5rem;
}

@media (min-width: 768px) {

	.home_about .b .grid div {
		width: 50%;
		padding: 0 2.5rem;
	}
}

@media (min-width: 1024px) {

	.home_about .b .grid div {
		width: 33.33%;
		margin-bottom: 5.5rem;
	}
}

@media (min-width: 1280px) {

	.home_about .b .grid div {
		padding: 0 7.5rem;
	}
}

.home_about .b .grid div svg {
	width: 5.3rem;
	height: 5.3rem;
	fill: #011530;
	margin-bottom: 2rem;
}

.home_about .b .grid div h3 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	color: #011530;
	margin-bottom: 1.2rem;
}

.home_about .b .grid div p {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #011530;
	margin-bottom: 0;
}

/* -------------------------- *\
    .promo_section
\* -------------------------- */

.promo_section { 
	padding: 0;
	position: relative;
    overflow: hidden;
    z-index: 1;
}

.promo_section .l-img {
	z-index: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	left: 0;
	right: auto;
	display: none;
}

@media (min-width: 1000px) {

	.promo_section .l-img {
		width: 53%;
		display: inline-block;
	}
}

.promo_section .r {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 3rem 2rem;
}

@media (min-width: 1000px) {

	.promo_section .r {
		left: 45%;
		-webkit-clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(6% 0, 100% 0, 100% 100%, 0% 100%);
		padding: 3rem 0;
	}
}

.promo_section .r img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.promo_section .r .hold {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-align: center;
	    align-items: center;
	color: #fff;
	max-width: 40rem;
	margin: 0 auto;
}

@media (min-width: 900px) {

	.promo_section .r .hold {
		max-width: 47rem;
	}
}

@media (min-width: 1000px) {

	.promo_section .r .hold {
		padding-left: 8rem;
		margin: 0;
		max-width: 55rem;
	}
}

@media (min-width: 1320px) {

	.promo_section .r .hold {
		max-width: 77rem;
	}
}

@media (min-width: 1450px) {

	.promo_section .r .hold {
		padding-left: 11.6rem;
	}
}

@media (min-width: 1650px) {

	.promo_section .r .hold {
		max-width: 85.1rem;
	}
}

.promo_section .r .hold div {
	width: calc(100% - 5.6rem);
	padding-left: 1.5rem;
}

@media (min-width: 768px) {

	.promo_section .r .hold div {
		width: calc(100% - 7.6rem);
		padding-left: 2rem;
	}
}

@media (min-width: 1320px) {

	.promo_section .r .hold div {
		width: calc(100% - 10.6rem);
	}
}

.promo_section .r .hold h2 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 0;
}

@media (min-width: 900px) {

	.promo_section .r .hold h2 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

@media (min-width: 1320px) {

	.promo_section .r .hold h2 {
		font-size: 3.2rem;
		line-height: 3.6rem;
	}
}

@media (min-width: 1650px) {

	.promo_section .r .hold h2 {
		font-size: 4.6rem;
		line-height: 6.3rem;
	}
}

.promo_section .r .hold h2 strong {
	color: #FFCC02;
}

.promo_section .r .hold p {
	color: #fff;
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

@media (min-width: 900px) {

	.promo_section .r .hold p {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}

@media (min-width: 1650px) {

	.promo_section .r .hold p {
		font-size: 2.1rem;
		line-height: 2.9rem;
	}
}

.promo_section .r .hold span {
	width: 5.6rem;
	height: 5.6rem;
	background: #041E42;
	border-radius: 1.5rem;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.5);
	transform: rotate(-14deg);
	display: inline-block;
}

@media (min-width: 768px) {

	.promo_section .r .hold span {
		width: 7.6rem;
		height: 7.6rem;
	}
}

@media (min-width: 1650px) {

	.promo_section .r .hold span {
		width: 10.6rem;
		height: 10.6rem;
	}
}

.promo_section .r .hold span svg {
	width: 3rem;
	height: 2.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 768px) {

	.promo_section .r .hold span svg {
		width: 4rem;
		height: 3.8rem;
	}
}

@media (min-width: 1650px) {

	.promo_section .r .hold span svg {
		width: 7rem;
		height: 6.8rem;
	}
}

/* -------------------------- *\
    .home_categories
\* -------------------------- */

.home_categories { 
	padding: 0;
 }

.home_categories .shell {
	max-width: 159.7rem;
	padding: 0;
}

.home_categories .shell::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (max-width: 1600px) {

	.home_categories .shell {
		padding: 0 2rem;
	}
}

.home_categories .cat {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 1.5rem;
	filter: drop-shadow(0 0.2rem 0.4rem rgba(0,0,0, 0.5));
	width: 100%;
	max-height: 20.6rem;
	min-height: 18rem;
	margin-bottom: 2rem;
}

@media (min-width: 500px) {

	.home_categories .cat {
		min-height: 20.6rem;
	}
}

@media (min-width: 600px) {

	.home_categories .cat {
		float: left;
		width: calc(50% - 1rem);
		margin: .5rem;
	}
}

@media (min-width: 990px) {

	.home_categories .cat {
		width: calc(33.3333% - 1rem);
	}
}

@media (min-width: 1500px) {

	.home_categories .cat {
		width: calc(33.3333% - 3rem);
		margin: 0 1.5rem 2rem;
	}
}

.home_categories .cat img {
	width: 100%;
	height: 18rem;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 500px) {

	.home_categories .cat img {
		height: 20.6rem;
	}
}

.home_categories .cat .hold {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: rgba(1,21,48, .92);
	border-right: 0.2rem solid #fff;
	width: 50%;
	padding: 2rem;
	transition: .3s ease;
}

@media (min-width: 460px) {

	@media (max-width: 600px) {

		.home_categories .cat .hold {
			width: 36%;
		}
	}
}

@media (min-width: 1200px) {

	.home_categories .cat .hold {
		width: 36%;
	}
}

.home_categories .cat .hold .hov {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 11rem;
	text-align: left;
}

@media (min-width: 500px) {

	@media (max-width: 600px) {

		.home_categories .cat .hold .hov {
			min-width: 14rem;
		}
	}
}

@media (min-width: 800px) {

	.home_categories .cat .hold .hov {
		min-width: 14rem;
	}
}

@media (min-width: 990px) {

	.home_categories .cat .hold .hov {
		min-width: 11rem;
	}
}

@media (min-width: 1500px) {

	.home_categories .cat .hold .hov {
		min-width: 14rem;
	}
}

.home_categories .cat .hold h2 {
	color: #fff;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2.5rem;
	margin-bottom: 0;
	display: inline-block;
	position: relative;
}

.home_categories .cat .hold h2:after {
	content: '';
	display: block;
	width: 100%;
	height: .1rem;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.home_categories .cat .hold h2 span {
	display: block;
	text-transform: uppercase;
	position: relative;
	margin-top: 1.2rem;
}

@media (min-width: 1500px) {

	.home_categories .cat .hold h2 {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
}

.home_categories .cat .hold .ic {
	background: #fff;
	border-radius: 1.2rem 0 0 0;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 1.5rem 2.5rem;
	display: block;
	transition: .3s ease;
}

.home_categories .cat .hold .ic svg {
	width: 2.5rem;
	height: 1.9rem;
	fill: #011530;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home_categories .cat .hold .ic:hover {
	background: rgba(255,255,255, .8);
}

@media (min-width: 1500px) {

	.home_categories .cat .hold .ic {
		padding: 2.1rem 3rem;
	}
}

.home_categories .cat:hover .hold {
	width: 100%;
	border: 0;
}

.home_categories .cat:hover .hold .hov {
	text-align: center;
}

/* -------------------------- *\
    .counter_sec
\* -------------------------- */

.counter_sec { 
	padding: 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
 }

.counter_sec .r-img {
	z-index: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	left: auto;
	right: 0;
	display: none;
}

@media (min-width: 900px) {

	.counter_sec .r-img {
		width: 53%;
		display: inline-block;
	}
}

.counter_sec .l {
	position: relative;
	z-index: 1;
	padding: 3rem 2rem;
}

@media (min-width: 900px) {

	.counter_sec .l {
		max-width: 70%;
		left: 0;
	}
}

@media (min-width: 1650px) {

	.counter_sec .l {
		max-width: 134.4rem;
		padding: 3.35rem 0;
	}
}

.counter_sec .l img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (min-width: 900px) {

	.counter_sec .l img {
		border-radius: 0 33.3rem 8rem 0;
		padding: 0 2rem 0 0;
	}
}

.counter_sec .l .hold {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-align: center;
	    align-items: center;
	color: #fff;
	margin: 0 auto;
}

@media (min-width: 1650px) {

	.counter_sec .l .hold {
		max-width: 99.6rem;
		margin: 0 auto 0 15.7rem;
	}
}

.counter_sec .l .hold .offer-counter {
	width: 100%;
	border: 0.25rem solid #FFCC02;
	padding: 1.2rem 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	display: none;
}

@media (min-width: 600px) {

	.counter_sec .l .hold .offer-counter {
		width: 29.9rem;
	}
}

.counter_sec .l .hold .offer-counter div {
	text-align: center;
	width: 25%;
	position: relative;
}

.counter_sec .l .hold .offer-counter div:first-child {
	display: none;
}

.counter_sec .l .hold .offer-counter div span {
	font-weight: 700;
	font-size: 3.8rem;
	line-height: 5.2rem;
}

.counter_sec .l .hold .offer-counter div span + span {
	padding: 0 1rem 0 .5rem;
}

.counter_sec .l .hold .offer-counter div i {
	display: block;
	font-style: normal;
	font-size: 1.3rem;
	line-height: 1.8rem;
}

.counter_sec .l .hold .text {
	width: 100%;
	margin-top: 2rem;
	text-align: center;
}

@media (min-width: 600px) {

	.counter_sec .l .hold .text {
		width: calc(100% - 29.9rem);
		padding-left: 1.5rem;
		margin-top: 0;
		text-align: left;
	}
}

@media (min-width: 900px) {

	.counter_sec .l .hold .text {
		padding-left: 2rem;
	}
}

@media (min-width: 1320px) {

	.counter_sec .l .hold .text {
		padding-left: 9.6rem;
	}
}

.counter_sec .l .hold h2 {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 0;
}

@media (min-width: 900px) {

	.counter_sec .l .hold h2 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}

@media (min-width: 1320px) {

	.counter_sec .l .hold h2 {
		font-size: 3.2rem;
		line-height: 3.6rem;
	}
}

@media (min-width: 1650px) {

	.counter_sec .l .hold h2 {
		font-size: 4.6rem;
		line-height: 6.3rem;
	}
}

.counter_sec .l .hold h2 strong {
	color: #FFCC02;
}

.counter_sec .l .hold p {
	color: #fff;
	margin-bottom: 0;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

@media (min-width: 900px) {

	.counter_sec .l .hold p {
		font-size: 1.6rem;
		line-height: 2rem;
	}
}

@media (min-width: 1650px) {

	.counter_sec .l .hold p {
		font-size: 2.1rem;
		line-height: 2.9rem;
	}
}

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

.home_intro { 
	padding: 0.8rem 0 0;
	position: relative;
	width: 100%;
}

@media (min-width: 600px) {

	.home_intro {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-ms-flex-pack: justify;
		    justify-content: space-between;
	}
}

@media (min-width: 1024px) {

	.home_intro {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[16];
		    grid-template-columns: repeat(16, 1fr);
		gap: 1rem;
		grid-auto-rows: minmax(8rem, auto);
	}
}

@media (min-width: 1527px) {

	.home_intro {
		grid-auto-rows: minmax(10rem, auto);
	}
}

.home_intro .cat {
	position: relative;
	display: block;
	overflow: hidden;
	background: #EBEBEB;
	height: 25rem;
	margin-bottom: 1rem;
}

@media (min-width: 600px) {

	.home_intro .cat {
		width: 49%;
	}
}

@media (min-width: 1024px) {

	.home_intro .cat {
		height: auto;
		margin-bottom: 0;
		width: auto;
	}
}

.home_intro .cat .hold {
	position: absolute;
	left: 0;
	bottom: 2rem;
	z-index: 1;
	max-width: 27rem;
}

@media (min-width: 400px) {

	.home_intro .cat .hold {
		max-width: 35rem;
	}
}

.home_intro .cat .hold h2 {
	position: relative;
	padding-left: 3rem;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}

.home_intro .cat .hold h2 a {
	color: #011530;
}

.home_intro .cat .hold h2:before {
	content: '';
	width: 2rem;
	height: 2.6rem;
	background: #011530;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 1550px) {

	.home_intro .cat .hold h2:before {
		width: 3.3rem;
		height: 2.4rem;
	}
}

@media (min-width: 1550px) {

	.home_intro .cat .hold h2 {
		padding-left: 4.8rem;
		font-size: 2.1rem;
	}
}

.home_intro .cat .hold .number {
	padding-left: 3rem;
	font-size: 1.4rem;
	line-height: 2.4rem;
	text-transform: uppercase;
	color: #4C4C4C;
	display: block;
}

.home_intro .cat .hold .number:hover {
	color:#041E42;
}

@media (min-width: 1550px) {

	.home_intro .cat .hold .number {
		padding-left: 4.8rem;
	}
}

.home_intro .cat .hold .categ {
	display: none;
}

.home_intro .cat .hold .btn-blue {
	margin-left: 3rem;
	margin-top: 1.5rem;
}

@media (min-width: 1550px) {

	.home_intro .cat .hold .btn-blue {
		margin-left: 4.8rem;
	}
}

.home_intro .cat:nth-child(1) {
	display: block;
}

@media (min-width: 1024px) {

	.home_intro .cat:nth-child(1) {
		grid-column: 1 / 9;
		grid-row: 1 / 7;
	}
}

.home_intro .cat:nth-child(1) .hold {
	position: absolute;
	z-index: 1;
	max-width: 27rem;
	left: 0;
	bottom: 2rem;
}

@media (min-width: 400px) {

	.home_intro .cat:nth-child(1) .hold {
		max-width: 35rem;
	}
}

@media (min-width: 1200px) {

	.home_intro .cat:nth-child(1) .hold {
		max-width: 40rem;
	}
}

@media (min-width: 1550px) {

	.home_intro .cat:nth-child(1) .hold {
		max-width: 60.3rem;
	}
}

@media (min-width: 1650px) {

	.home_intro .cat:nth-child(1) .hold {
		bottom: 12.6rem;
	}
}

.home_intro .cat:nth-child(1) .hold h2 {
	position: relative;
	padding-left: 3rem;
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin-bottom: .5rem;
}

.home_intro .cat:nth-child(1) .hold h2 a {
	color: #011530;
}

.home_intro .cat:nth-child(1) .hold h2:before {
	width: 2rem;
	height: 2.6rem;
}

@media (min-width: 1550px) {

	.home_intro .cat:nth-child(1) .hold h2:before {
		width: 5.3rem;
		height: 3.8rem;
	}
}

@media (min-width: 1550px) {

	.home_intro .cat:nth-child(1) .hold h2 {
		padding-left: 9.5rem;
		font-size: 3.6rem;
		line-height: 4.4rem;
		margin-bottom: 1.3rem;
	}
}

.home_intro .cat:nth-child(1) .hold .number {
	padding-left: 3rem;
}

@media (min-width: 1550px) {

	.home_intro .cat:nth-child(1) .hold .number {
		padding-left: 9.5rem;
	}
}

.home_intro .cat:nth-child(1) .hold .categ {
	padding-left: 3rem;
	margin: 1.3rem 0 2.6rem;
}

@media (min-width: 1024px) {

	.home_intro .cat:nth-child(1) .hold .categ {
		display: block;
	}
}

@media (min-width: 1550px) {

	.home_intro .cat:nth-child(1) .hold .categ {
		padding-left: 9.5rem;
	}
}

.home_intro .cat:nth-child(1) .hold .categ ul {
	margin-bottom: 0;
	list-style-type: none;
	list-style-position: inside;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.home_intro .cat:nth-child(1) .hold .categ ul li {
	margin-bottom: 0.5rem;
	margin-right: .7rem;
}

.home_intro .cat:nth-child(1) .hold .categ ul li a {
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	color: #011530;
}

@media (min-width: 1200px) {

	.home_intro .cat:nth-child(1) .hold .categ ul li a {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
}

.home_intro .cat:nth-child(1) .hold .categ ul li a:hover {
	text-decoration: underline;
}

@media (min-width: 1550px) {

	.home_intro .cat:nth-child(1) .hold .categ ul li {
		margin-bottom: 0.7rem;
		margin-right: 1rem;
	}
}

.home_intro .cat:nth-child(1) .hold .btn-blue {
	margin-left: 3rem;
	margin-top: 2.6rem;
}

@media (min-width: 1550px) {

	.home_intro .cat:nth-child(1) .hold .btn-blue {
		margin-left: 9.5rem;
	}
}

@media (min-width: 1024px) {

	.home_intro .cat:nth-child(2) {
		grid-column: 9 / 13;
		grid-row: 1 / 4;
	}

	.home_intro .cat:nth-child(3) {
		grid-column: 13 / 17;
		grid-row: 1 / 4;
	}

	.home_intro .cat:nth-child(4) {
		grid-column: 9 / 13;
		grid-row: 4 / 7;
	}

	.home_intro .cat:nth-child(5) {
		grid-column: 13 / 17;
		grid-row: 4 / 7;
	}
}

.home_intro .cat .img,
		.home_intro .cat .img-hov {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.home_intro .cat .img-hov {
	visibility: hidden;
}

.home_intro .cat:hover .img {
	visibility: hidden;
}

.home_intro .cat:hover .img-hov {
	visibility: visible;
}

.home_intro .cat:hover h2:before {
	background: #FFCC02;
}

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

.body--open {
	height: 100vh;
	width: 100vw;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    position: fixed;
}

.h {
	position: fixed;
    z-index: 55;
    width: 100%;
    transition: .3s ease;
 }

.h .top {
	background: #011530;
	padding: .8rem 0;
	border-bottom: .1rem solid rgba(255,255,255, .4);
}

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

@media (max-width: 1600px) {

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

@media (min-width: 1600px) {

	.h .top .shell {
		-ms-flex-pack: end;
		    justify-content: flex-end;
	}
}

.h .top .l {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 1200px) {

	.h .top .l {
		padding-right: 3rem;
	}
}

@media (min-width: 1600px) {

	.h .top .l {
		padding-right: 12.7rem;
	}
}

.h .top .l p {
	margin-bottom: 0;
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding-top: .5rem;
}

@media (min-width: 1100px) {

	.h .top .l p {
		padding-left: 2rem;
		padding-top: 0;
	}
}

@media (min-width: 1200px) {

	.h .top .l p {
		padding-left: 3.4rem;
	}
}

@media (min-width: 1400px) {

	.h .top .l p {
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}

.h .top .l p span {
	display: none;
}

@media (min-width: 1100px) {

	.h .top .l p span {
		display: inline-block;
	}
}

.h .top .l p + p {
	margin-left: 2rem;
}

@media (min-width: 1100px) {

	@media (max-width: 1200px) {

		.h .top .l p + p {
			margin-left: 1rem;
		}
	}
}

@media (min-width: 1600px) {

	.h .top .l p + p {
		margin-left: 4.3rem;
	}
}

.h .top .l p a {
	color: #fff;
}

.h .top .l p a:hover {
	color: #FFCC02;
}

.h .top .l p svg {
	width: 2rem;
	height: 2rem;
	fill: #FFCC02;
}

.h .top .l p svg:hover {
	fill: #fff;
}

@media (min-width: 1100px) {

	.h .top .l p svg {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 2.4rem;
		height: 1.8rem;
	}

	.h .top .l p svg:hover {
		fill: #FFCC02;
	}
}

@media (min-width: 1100px) {

	@media (max-width: 1200px) {

		.h .top .l p svg {
			width: 1.6rem;
			height: 1.6rem;
		}
	}
}

.h .top .r {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.h .top .r .menu {
	margin-bottom: 0;
	list-style-position: inside;
	list-style-type: none;
	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;
	color: #fff;
	position: absolute;
	right: -100%;
	transition: .3s ease;
}

@media (min-width: 600px) {

	.h .top .r .menu {
		position: relative;
		right: 0;
	}
}

@media (max-width: 600px) {

	.h .top .r .menu {
		background: #041E42;
		top: 4.6rem;
		width: 15rem;
		height: auto;
		display: block;
		z-index: 50;
		padding: 2rem;
	}
}

@media (max-width: 600px) {

	.h .top .r .menu li {
		margin-bottom: 1rem;
	}
}

@media (min-width: 600px) {

	.h .top .r .menu li + li {
		margin-left: 2.6rem;
	}
}

.h .top .r .menu li a {
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.6rem;
	position: relative;
}

.h .top .r .menu li a:after {
	content: '';
	width: 0;
	height: .2rem;
	background: #FFCC02;
	position: absolute;
	bottom: -.6rem;
	left: 0;
	transition: .3s ease;
}

.h .top .r .menu li a:hover:after {
	width: 100%;
}

.h .top .r .menu li.wpml-ls-item .sub-menu {
	margin-bottom: 0;
}

.h .top .r .menu li.wpml-ls-item a:after {
	content: none;
}

.h .top .r .burg {
	z-index: 10;
	position: relative;
	display: block;
	cursor: pointer;
	width: 2.5rem;
}

@media (min-width: 600px) {

	.h .top .r .burg {
		display: none;
	}
}

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

.h .top .r .burg span {
	position: absolute;
	display: block;
	width: 2.5rem;
	height: 0.2rem;
	background: #fff;
	transition: all .3s ease-out;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

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

.h .top .r .burg span:after {
	top: auto;
	left: auto;
	right: 0;
	bottom: -0.7rem;
}

.h .top .r .burg:hover span {
	background: transparent;
}

.h .top .r .burg:hover span:before {
	top: 0.5rem;
}

.h .top .r .burg:hover span:after {
	bottom: 0.5rem;
}

.h .top .r .burg--open span {
	background: transparent;
}

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

.h .top .r .burg--open span:after {
	bottom: 0.5rem;
	transform: rotate(-45deg);
}

.h .top .r .wpml-ls-legacy-dropdown {
	width: 4.7rem;
	margin-left: 1.5rem;
}

@media (min-width: 480px) {

	.h .top .r .wpml-ls-legacy-dropdown {
		width: 7.7rem;
	}
}

@media (min-width: 1024px) {

	.h .top .r .wpml-ls-legacy-dropdown {
		margin-left: 3.3rem;
	}
}

.h .top .r .wpml-ls-legacy-dropdown .wpml-ls-item a {
	border: 0;
	background: transparent;
	padding: 0;
	color: #fff;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.h .top .r .wpml-ls-legacy-dropdown .wpml-ls-item a:hover {
	color: #FFCC02;
}

.h .top .r .wpml-ls-legacy-dropdown .wpml-ls-item a .wpml-ls-flag {
	width: 2.7rem;
	height: 2rem;
	-o-object-fit: contain;
	   object-fit: contain;
}

.h .top .r .wpml-ls-legacy-dropdown .wpml-ls-item a .wpml-ls-flag + span {
	margin-left: 1rem;
	display: none;
}

@media (min-width: 480px) {

	.h .top .r .wpml-ls-legacy-dropdown .wpml-ls-item a .wpml-ls-flag + span {
		display: inline-block;
	}
}

.h .top .r .wpml-ls-legacy-dropdown .wpml-ls-item a.wpml-ls-item-toggle:after {
	content: url(/wp-content/uploads/down-chevron.png);
	border: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.h .top .r .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
	border: 0;
	padding-top: .5rem;
}

.h .middle {
	background: #011530;
	text-align: center;
	transition: .3s ease;
	padding: 1rem 0;
}

@media (min-width: 1600px) {

	.h .middle {
		padding: 0;
	}
}

.h .middle .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 159.3rem;
	padding: 0;
	position: relative;
}

@media (max-width: 1600px) {

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

.h .middle .l {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	text-align: right;
	position: relative;
	margin-right: 1.5rem;
}

@media (min-width: 460px) {

	.h .middle .l {
		width: 20.4rem;
	}
}

@media (min-width: 1600px) {

	.h .middle .l {
		width: 24.4rem;
		top: -1.6rem;
		margin-bottom: -.9rem;
	}
}

.h .middle .l .logo {
	max-width: 14.2rem;
	position: relative;
	display: block;
	z-index: 1;
}

@media (min-width: 1600px) {

	.h .middle .l .logo:before {
		content: '';
		background: #011530;
		width: 7.1rem;
		height: 7.1rem;
		position: absolute;
		z-index: -1;
		top: 0;
		left: -1rem;
	}
}

@media (min-width: 1600px) {

	.h .middle .l .logo {
		max-width: 18.2rem;
	}
}

.h .middle .l .burger {
	width: 3.6rem;
	height: 2.5rem;
	cursor: pointer;
	position: relative;
	z-index: 10;
	position: relative;
	display: block;
	cursor: pointer;
}

@media (min-width: 460px) {

	.h .middle .l .burger {
		position: absolute;
		right: 0;
		bottom: 1rem;
		width: 4.7rem;
		height: 3.5rem;
	}
}

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

.h .middle .l .burger span {
	position: absolute;
	display: block;
	width: 1.8rem;
	height: 0.2rem;
	background: #fff;
	transition: all .3s ease-out;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media (min-width: 460px) {

	.h .middle .l .burger span {
		width: 2rem;
	}
}

.h .middle .l .burger span:before,
					.h .middle .l .burger span:after {
	content: '';
	position: absolute;
	top: -0.9rem;
	left: 0;
	width: 2.6rem;
	height: 100%;
	background: #fff;
	transform-origin: center;
	transition: transform .3s ease-out;
	transition: .3s ease;
	transition: .3s ease;
}

@media (min-width: 460px) {

	.h .middle .l .burger span:before,
					.h .middle .l .burger span:after {
		width: 3.6rem;
	}
}

.h .middle .l .burger span:after {
	top: auto;
	left: 0;
	right: 0;
	bottom: -0.9rem;
}

.h .middle .l .burger:hover span {
	background: transparent;
}

.h .middle .l .burger:hover span:before {
	top: 0.5rem;
}

.h .middle .l .burger:hover span:after {
	bottom: 0.5rem;
}

.h .middle .l .burger--open span {
	background: transparent;
}

.h .middle .l .burger--open span:before,
						.h .middle .l .burger--open span:after {
	transform: rotate(45deg);
	top: 0 !important;
	bottom: 0;
}

.h .middle .l .burger--open span:after {
	bottom: 0.5rem;
	transform: rotate(-45deg);
}

.h .middle .details {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.h .middle .details .yith-woocompare-counter {
	position: relative;
}

@media (max-width: 580px) {

	.h .middle .details .yith-woocompare-counter {
		display: none;
	}
}

.h .middle .details .yith-woocompare-counter .yith-woocompare-open {
	margin: 0;
	position: absolute;
	display: block;
	top: -3rem;
	right: -2rem;
	background: #fff;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
	overflow: hidden;
}

.h .middle .details .yith-woocompare-counter .yith-woocompare-icon {
	display: none;
}

.h .middle .details .yith-woocompare-counter .yith-woocompare-count {
	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.2rem;
	line-height: 1.9rem;
	color: #041E42;
}

.h .middle .details a span {
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #fff;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-direction: column;
	    flex-direction: column;
	cursor: pointer;
	transition: .3s ease;
}

.h .middle .details a span > span {
	position: relative;
}

.h .middle .details a span > span > span {
	position: absolute;
	display: block;
	top: -.8rem;
	right: -2rem;
	background: #fff;
	width: 1.9rem;
	height: 1.9rem;
	border-radius: 50%;
	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.2rem;
	line-height: 1.9rem;
	color: #041E42;
}

.h .middle .details a span > span .simplefavorites-user-count {
	right: 0;
	top: 0;
}

.h .middle .details a span .empt,
					.h .middle .details a span .fill {
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	margin-bottom: 0.3rem;
}

.h .middle .details a span .fill {
	transform: scale(0);
	position: absolute;
}

.h .middle .details a.cart {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 0;
	line-height: 0;
	width: 4.9rem;
	height: 4.9rem;
	margin-left: 1.5rem;
	position: relative;
}

@media (min-width: 580px) {

	.h .middle .details a.cart {
		margin-left: 2.5rem;
	}
}

@media (min-width: 800px) {

	.h .middle .details a.cart {
		background: #fff;
		border-radius: 1.2rem;
		padding: .6rem 1.5rem .6rem 6.4rem;
		font-weight: 400;
		font-size: 1.4rem;
		line-height: 2rem;
		color: #041E42;
		height: 4rem;
		width: auto;
	}
}

@media (min-width: 1350px) {

	.h .middle .details a.cart {
		padding: .6rem 2.9rem .6rem 6.4rem;
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

@media (min-width: 1450px) {

	.h .middle .details a.cart {
		margin-left: 4.5rem;
	}
}

.h .middle .details a.cart .no_st {
	position: absolute;
	left: 0;
	width: 3.9rem;
	height: 3.6rem;
	background: #FFCC02;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
	border-radius: 1.2rem;
	transition: .3s ease;
}

@media (min-width: 460px) {

	.h .middle .details a.cart .no_st {
		width: 4.9rem;
		height: 4.6rem;
		top: -.3rem;
	}
}

.h .middle .details a.cart .no_st svg {
	width: 1.9rem;
	height: 1.9rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: #041E42;
	z-index: 1;
}

@media (min-width: 460px) {

	.h .middle .details a.cart .no_st svg {
		width: 2.9rem;
		height: 2.9rem;
	}
}

.h .middle .details a.cart .no_st .mini-cart-count {
	position: absolute;
	display: block;
	top: -.8rem;
	left: auto;
	right: -1rem;
	background: #BE0000;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	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.4rem;
	line-height: 1.9rem;
	color: #fff;
}

.h .middle .details a.cart .no_st + .mini-cart-count {
	display: none;
}

@media (min-width: 990px) {

	.h .middle .details a.cart .no_st + .mini-cart-count {
		display: inline-block;
	}
}

.h .middle .details a.cart span {
	font-size: 1.4rem;
	line-height: 2rem;
	color: #041E42;
	padding: 0 .3rem;
}

@media (min-width: 1350px) {

	.h .middle .details a.cart span {
		font-size: 1.6rem;
		line-height: 2.4rem;
		padding: 0 .5rem;
	}
}

.h .middle .details a.cart .mini-cart-total {
	padding: 0;
}

.h .middle .details a.cart .woocommerce-Price-currencySymbol,
					.h .middle .details a.cart .woocommerce-Price-amount {
	background: #fff;
	display: inline-block;
	color: #041E42;
	display: none;
}

@media (min-width: 800px) {

	.h .middle .details a.cart .woocommerce-Price-currencySymbol,
					.h .middle .details a.cart .woocommerce-Price-amount {
		display: inline-block;
	}
}

.h .middle .details a.cart .woocommerce-Price-currencySymbol {
	padding: 0;
}

.h .middle .details a.cart:hover .no_st {
	background: #fff;
	color: #011530;
}

.h .middle .details a.cart:hover .no_st span {
	color: #fff;
	background: #BE0000;
}

.h .middle .details a.cart:hover span {
	background: #fff;
	color: #041E42;
}

.h .middle .details a.cart:hover span.woocommerce-Price-currencySymbol {
	background: #fff;
}

.h .middle .details a + a {
	margin-left: 1.5rem;
}

@media (min-width: 1450px) {

	.h .middle .details a + a {
		margin-left: 2.8rem;
	}
}

.h .middle .details a:hover span {
	color: #FFCC02;
}

.h .middle .details a:hover span > span > span {
	color: #041E42;
}

.h .middle .details a:hover span .empt {
	transform: scale(0);
	position: absolute;
}

.h .middle .details a:hover span .fill {
	transform: scale(1);
	position: relative;
}

.h .middle .details a:nth-child(2),
				.h .middle .details a:nth-child(4) {
	display: none;
}

@media (min-width: 580px) {

	.h .middle .details a:nth-child(2),
				.h .middle .details a:nth-child(4) {
		display: inline-block;
	}
}

.h .middle .details a:nth-child(3) {
	display: none;
}

@media (min-width: 460px) {

	.h .middle .details a:nth-child(3) {
		display: inline-block;
	}
}

.h .middle .details .search_btn {
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #fff;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-direction: column;
	    flex-direction: column;
	cursor: pointer;
	transition: .3s ease;
}

@media (min-width: 460px) {

	.h .middle .details .search_btn {
		margin-right: 1.5rem;
	}
}

.h .middle .details .search_btn svg {
	width: 1.9rem;
	height: 1.9rem;
	fill: #fff;
}

@media (min-width: 460px) {

	.h .middle .details .search_btn svg {
		width: 2.9rem;
		height: 2.9rem;
	}
}

.h .middle .details .search_btn span {
	display: none;
}

@media (min-width: 460px) {

	.h .middle .details .search_btn span {
		display: block;
	}
}

@media (min-width: 1135px) {

	.h .middle .details .search_btn {
		display: none;
	}
}

.h .middle .details .search_btn:hover {
	color: #FFCC02;
}

.h .middle .details .search_btn:hover svg {
	fill: #FFCC02;
}

.h .bottom {
	background: #041E42;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	border: .2rem solid #fff;
	border-left: 0;
	border-right: 0;
	display: none;
}

@media (min-width: 1024px) {

	.h .bottom {
		display: block;
	}
}

.h .bottom .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 159.3rem;
	padding: 0;
	position: relative;
}

@media (max-width: 1600px) {

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

.h .bottom ul {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	width: 100%;
}

.h .bottom ul li {
	-ms-flex: auto;
	    flex: auto;
}

.h .bottom ul li a {
	padding: 1.5rem .5rem;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.8rem;
}

@media (min-width: 1280px) {

	.h .bottom ul li a {
		padding: 1.5rem;
		font-size: 1.4rem;
		line-height: 2rem;
	}
}

@media (min-width: 1600px) {

	.h .bottom ul li a {
		padding: 1.5rem 2.6rem;
		font-size: 1.6rem;
		line-height: 2.2rem;
	}
}

.h .bottom ul li a span {
	position: relative;
	display: inline-block;
}

.h .bottom ul li a span:after {
	content: '';
	width: 0;
	height: .2rem;
	background: #FFCC02;
	position: absolute;
	bottom: -.6rem;
	left: 0;
	transition: .3s ease;
}

.h .bottom ul li a:hover {
	background: #fff;
	color: #041E42;
}

.h .bottom ul li a:hover span:after {
	width: 100%;
}

.h .bottom ul li.promo a {
	text-transform: uppercase;
	color: #FFCC02;
}

@media (min-width: 1200px) {

	.h .bottom ul li.promo a {
		color: #041E42;
	}
}

.h .bottom ul li.promo a span {
	z-index: 1;
}

@media (min-width: 1200px) {

	.h .bottom ul li.promo a span:before {
		content: '';
		background: #FFCC02;
		width: 11.2rem;
		height: 3.8rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: -1;
	}
}

@media (min-width: 1350px) {

	.h .bottom ul li.promo a span:before {
		width: 13.2rem;
	}
}

@media (min-width: 1450px) {

	.h .bottom ul li.promo a span:before {
		width: 14.2rem;
	}
}

.h .bottom ul li.promo a span:after {
	width: 0;
	transition: .3s ease;
}

.h .bottom ul li.promo a:hover {
	background: #fff;
	color: #041E42;
}

.h .bottom ul li.promo a:hover span:before {
	content: none;
}

.h .bottom ul li.promo a:hover span:after {
	width: 100%;
}

.h .bottom ul li .sub-menu {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 4rem);
	height: auto;
	max-width: 159.3rem;
	background: #fff;
	overflow-y: scroll;
	padding: 2.2rem 3.5rem;
	display: -ms-flexbox;
	display: flex;
	z-index: 1;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

@media (min-width: 1600px) {

	.h .bottom ul li .sub-menu {
		width: 100%;
	}
}

.h .bottom ul li .sub-menu > li {
	width: calc(33.33% - 1.25rem);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	    align-items: flex-start;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (min-width: 1320px) {

	.h .bottom ul li .sub-menu > li {
		width: calc(25% - 1.25rem);
	}
}

.h .bottom ul li .sub-menu > li .img {
	width: 7.3rem;
	height: 7.3rem;
	display: block;
	padding: 0;
}

.h .bottom ul li .sub-menu > li .img img {
	width: 7.3rem;
	height: 7.3rem;
}

.h .bottom ul li .sub-menu > li .img:hover {
	opacity: .7;
}

.h .bottom ul li .sub-menu > li .more-sub {
	width: calc(100% - 8.5rem);
	text-align: left;
	margin-bottom: 4.5rem;
}

.h .bottom ul li .sub-menu > li .more-sub a {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #041E42;
	text-align: left;
	padding: 0;
	text-transform: none;
}

.h .bottom ul li .sub-menu > li .more-sub a:hover {
	color: #FFCC02;
}

.h .bottom ul li .sub-menu > li .more-sub > a + a {
	padding: .35rem 0;
}

.h .bottom ul li .sub-menu > li .more-sub .sub-submenu {
	display: block;
	text-align: left;
	margin-top: .5rem;
	margin-bottom: 0;
}

.h .bottom ul li .sub-menu > li .more-sub .sub-submenu li a {
	color: #041E42;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.9rem;
	padding: .35rem 0;
}

.h .bottom ul li .sub-menu > li .more-sub .sub-submenu li a:hover {
	padding-left: 1.5rem;
	text-decoration: underline;
}

.h .bottom ul li .sub-menu > li .more-sub .view-all {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #041E42;
	margin-top: .7rem;
}

.h .bottom ul li .sub-menu > li .more-sub .view-all svg {
	width: 1.4rem;
	height: 1.1rem;
	margin-left: .5rem;
	position: relative;
	top: .2rem;
	transition: none;
}

.h .bottom ul li.open .sub-menu {
	opacity: 1;
	visibility: visible;
}

.h .bottom ul li.has-child:nth-child(1) .sub-menu, .h .bottom ul li.has-child:nth-child(3) .sub-menu, .h .bottom ul li.has-child:nth-child(5) .sub-menu {
	height: 80vh;
}

@media (max-width: 1450px) {

	.h .bottom ul li.has-child:nth-child(1) .sub-menu, .h .bottom ul li.has-child:nth-child(2) .sub-menu, .h .bottom ul li.has-child:nth-child(3) .sub-menu, .h .bottom ul li.has-child:nth-child(5) .sub-menu {
		height: 60vh;
	}
}

.h .bottom .sub-bg {
	position: absolute;
	top: 5.6rem;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0, .3);
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
	z-index: -1;
}

.h .bottom .sub-bg.show {
	opacity: 1;
	visibility: visible;
}

.h--open .top .r .menu {
	right: 0;
}

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

.h--scroll .bottom ul li:hover .sub-menu {
	opacity: 0;
	visibility: hidden;
}

.h--bg {
	box-shadow: 0 0.2rem 0.5rem rgb(0 0 0 / 30%);/*.bottom ul li:hover .sub-menu {
			opacity: 0;
			visibility: hidden;
		}*/
}

.h--bg .middle {
	padding: 0;
	height: 6.9rem;
}

/* -------------------------- *\
    .search_form
\* -------------------------- */

.search_bg {
	background: rgba(0,0,0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: .3s ease;
	z-index: -1;
	visibility: hidden;
}

.search_bg.visible {
	opacity: 1;
	z-index: 60;
	visibility: visible;
}

@media (min-width: 1135px) {

	.search_bg {
		display: none;
	}
}

.search_form { 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0;
	transition: .3s ease;
	top: 0;
	position: fixed;
	width: 95%;
 }

@media (min-width: 768px) {

	.search_form {
		width: 50%;
	}
}

.search_form.visible {
	opacity: 1;
	top: 50%;
	z-index: 65;
}

@media (min-width: 1135px) {

	.search_form {
		display: inline-block;
		width: 36.5%;
		position: relative;
		z-index: 1;
		opacity: 1;
		transform: none;
		top: 0;
		left: 0;
	}
}

.search_form form {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.search_form form .loop {
	position: absolute;
	top: 50%;
	left: 1.4rem;
	transform: translateY(-50%);
	width: 2.4rem;
	height: 2.4rem;
	fill: #011530;
}

.search_form form .search-field {
	width: 100%;
	height: 4rem;
	background: #fff;
	border: 0.1rem solid #fff;
	padding: 0.8rem 10.7rem .8rem 5.1rem;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #A2A2A2;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	border-radius: 1.2rem;
}

.search_form form .search-field::placefolder {
	color: #A2A2A2;
}

.search_form form .search-field:focus {
	color: #011530;
}

.search_form form .search-submit {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 10.7rem;
	background: #FFCC02;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
	border-radius: 0 1.2rem 1.2rem 0;
	padding: 1.2rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #041E42;
	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;
}

.search_form form .search-submit:hover {
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0, .5);
	background: #fff;
}

/* -------------------------- *\
    .top_menu
\* -------------------------- */

.top_menu { 
	position: absolute;
	top: 12.8rem;
	left: 0;
	background: rgba(1,21,48, .95);
	width: 100vw;
	height: calc(100vh - 12.8rem);
	padding: 5rem 0;
	z-index: 60;
	overflow: auto;
	transform: translateX(-100%);
	transition: .3s ease;
}

@media (min-width: 1024px) {

	.top_menu {
		padding: 8.6rem 0 10.3rem;
	}
}

@media (min-width: 1100px) {

	.top_menu {
		top: 12rem;
		height: calc(100vh - 12rem);
	}
}

@media (min-width: 1600px) {

	.top_menu {
		top: 11rem;
		height: calc(100vh - 11rem);
	}
}

.top_menu--open {
	transform: translateX(0%);
}

.top_menu .shell {
	max-width: 159.3rem;
	padding: 0;
}

@media (max-width: 1600px) {

	.top_menu .shell {
		padding: 0 2rem;
	}
}

.top_menu .grid {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.top_menu .grid::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

@media (min-width: 768px) {

	.top_menu .grid {
		margin: 0 -2.9rem;
	}
}

.top_menu .grid .cat {
	float: left;
	width: 100%;
	margin-bottom: 2.5rem;
	position: relative;
	overflow: hidden;
}

@media (min-width: 768px) {

	.top_menu .grid .cat {
		width: 50%;
		margin-bottom: 3.5rem;
		padding: 0 2.9rem;
	}
}

@media (min-width: 1200px) {

	.top_menu .grid .cat {
		width: 33.33%;
		margin-bottom: 5.8rem;
	}
}

.top_menu .grid .cat h2 {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
	text-transform: uppercase;
	margin-bottom: .5rem;
	border-bottom: .2rem solid rgba(255,255,255, .1);
	padding-bottom: .8rem;
	position: relative;
	z-index: 1;
}

@media (min-width: 768px) {

	.top_menu .grid .cat h2 {
		font-size: 1.8rem;
		line-height: 2.5rem;
		margin-bottom: 2.2rem;
	}
}

@media (min-width: 1240px) {

	.top_menu .grid .cat h2 {
		font-size: 2.1rem;
		line-height: 2.9rem;
	}
}

.top_menu .grid .cat h2 a {
	color: #FFCC02;
	display: block;
	padding-right: 3rem;
}

.top_menu .grid .cat h2 a:hover {
	color: #fff;
}

.top_menu .grid .cat h2 span {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	cursor: pointer;
}

.top_menu .grid .cat h2 span svg {
	width: 2.7rem;
	height: 2.7rem;
	fill: #fff;
	transform: rotate(180deg);
}

@media (min-width: 768px) {

	.top_menu .grid .cat h2 span svg {
		transform: rotate(180deg);
	}
}

.top_menu .grid .cat h2 span:hover svg {
	fill: #FFCC02;
}

.top_menu .grid .cat h2 span.exp svg {
	transform: rotate(0);
}

@media (min-width: 1024px) {

	.top_menu .grid .cat h2 span.exp svg {
		transform: rotate(0);
	}
}

.top_menu .grid .cat h2 span.sing svg {
	transform: rotate(-90deg);
}

.top_menu .grid .cat ul {
	list-style-type: none;
	list-style-position: inside;
	margin-bottom: -0.7rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	position: relative;
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	transition: .3s ease;
}

@media (min-width: 1024px) {

	.top_menu .grid .cat ul {
		position: absolute;
		transform: translateX(-100%);
		visibility: hidden;
		opacity: 0;
	}
}

.top_menu .grid .cat ul li {
	width: 100%;
	margin-bottom: .4rem;
}

@media (min-width: 470px) {

	.top_menu .grid .cat ul li {
		width: 48%;
	}
}

@media (min-width: 1240px) {

	.top_menu .grid .cat ul li {
		margin-bottom: .7rem;
	}
}

.top_menu .grid .cat ul li a {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.4rem;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

@media (min-width: 1240px) {

	.top_menu .grid .cat ul li a {
		font-size: 1.4rem;
		line-height: 2rem;
	}
}

.top_menu .grid .cat ul li a:hover {
	color: #FFCC02;
}

.top_menu .grid .cat.op ul {
	position: absolute;
	transform: translateX(-100%);
	visibility: hidden;
	opacity: 0;
}

@media (min-width: 1024px) {

	.top_menu .grid .cat.op ul {
		position: relative;
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}
}

/* -------------------------- *\
    .top_section
\* -------------------------- */

.top_section { 
	padding: 0;
}

.top_section .breadcrumb .shell {
	padding: 0;
}

.top_section .content {
	padding: 3rem 0 5.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.top_section .content .l,
		.top_section .content .r {
	width: 100%;
}

@media (min-width: 860px) {

	.top_section .content .l,
		.top_section .content .r {
		width: calc(50% - 1.85rem);
	}
}

.top_section .content .l h1 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #011530;
	margin-bottom: .1rem;
}

@media (min-width: 1320px) {

	.top_section .content .l h1 {
		font-size: 4.6rem;
		line-height: 6.3rem;
	}
}

.top_section .content .l h2 {
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #011530;
	margin-bottom: 1.2rem;
}

@media (min-width: 1320px) {

	.top_section .content .l h2 {
		font-size: 2.1rem;
		line-height: 2.9rem;
	}
}

.top_section .content .l .text {
	padding: 1rem 2rem 1rem 0;
	height: 16.8rem;
	overflow-y: scroll;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #011530;
}

.top_section .content .l .text::-webkit-scrollbar {
	width: .8rem;
	height: 16.8rem;
	cursor:pointer;
	border-radius: .5rem;
}

.top_section .content .l .text::-webkit-scrollbar-button {
	display: block;
	width: 100%;
	height: 100%;
	cursor:pointer;
	border-radius: .5rem;
}

.top_section .content .l .text::-webkit-scrollbar-thumb {
	min-width: .5rem;
	min-height: .1rem;
	background: #011530;
	border-radius: .5rem;
	transition: .3s ease;
	cursor: pointer;
}

.top_section .content .l .text::-webkit-scrollbar-track {
	background: rgba(1,21,48, .1);
	border-radius: .5rem;
	height: 16.8rem;
	transition: .3s ease;
}

.top_section .content .l .text::-webkit-scrollbar-thumb:active {
	cursor: pointer;
}

@media (min-width: 1320px) {

	.top_section .content .l .text {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

.top_section .content .l .text p {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #011530;
	margin-bottom: 1.5rem;
}

.top_section .content .l .text p:last-child {
	margin-bottom: 0;
}

@media (min-width: 1320px) {

	.top_section .content .l .text p {
		font-size: 1.6rem;
		line-height: 2.4rem;
	}
}

.top_section .content .r {
	margin-top: 2rem;
}

@media (min-width: 860px) {

	.top_section .content .r {
		margin-top: 0;
	}
}

.top_section .content .r img {
	border-radius: 1rem;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.top_section .list_cat {
	padding: 0;
	width: 100%;
}

.top_section .list_cat .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	max-width: 165.3rem;
	padding: 0;
}

.top_section .list_cat a {
	width: 100%;
	padding: 0 2.4rem;
	float: left;
	margin-bottom: 2.1rem;
	display: block;
}

@media (min-width: 500px) {

	.top_section .list_cat a {
		width: 50%;
	}
}

@media (min-width: 768px) {

	.top_section .list_cat a {
		width: 33.33%;
	}
}

@media (min-width: 990px) {

	.top_section .list_cat a {
		width: 25%;
	}
}

@media (min-width: 1200px) {

	.top_section .list_cat a {
		width: 20%;
	}
}

@media (min-width: 1420px) {

	.top_section .list_cat a {
		width: 16.66%;
	}
}

.top_section .list_cat a div {
	padding: 0 2.3rem 1rem;
	background: #fff;
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0, 0);
	border-radius: 1.5rem;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #041E42;
	height: 100%;
	margin: 0 auto;
	transition: .3s ease;
}

.top_section .list_cat a div img {
	margin: 0 auto 1rem;
	display: block;
}

.top_section .list_cat a:hover div {
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0, .25);
}

/* -------------------------- *\
    .breadcrumb
\* -------------------------- */

.breadcrumb { 
	padding: 2.5rem 0 1.9rem;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #011530;
 }

.breadcrumb ul {
	list-style-type: none;
	margin-bottom: 0;
}

.breadcrumb ul li {
	display: inline-block;
	position: relative;
}

.breadcrumb ul li a {
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: rgba(1,21,48, .5);
}

.breadcrumb ul li + li:before {
	content: '/';
	color: rgba(1,21,48, 0.5);
	margin: 0 0.4rem;
}

.breadcrumb ul li:hover a {
	color: #011530;
}

/* -------------------------- *\
     .product_filter
 \* -------------------------- */

.product_filter .facetwp-facet {
	column-count: 1;
	background: #fff;
	margin-bottom: 0;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border-radius: 0 0 .5rem .5rem;
	padding: 1.8rem 2rem;
}

/*position: absolute;
		transform: translateY(-100%);
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		@mixin tra;*/

@media (min-width: 430px) {

	.product_filter .facetwp-facet {
		column-count: 2;
	}
}

@media (min-width: 430px) {

	.product_filter .facetwp-facet.facetwp-type-slider {
		column-count: 1;
	}
}

.product_filter .facetwp-facet + .facet-label {
	margin-top: 2.3rem;
}

.product_filter .facet-label {
	background: #fff;
	border: .1rem solid #CDCDCD;
	border-radius: .5rem;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	padding: .9rem 3rem .9rem 2.1rem;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	letter-spacing: 0.05rem;
	color: #041E42;
	margin-bottom: 0;
	position: relative;/*margin-bottom: 2.3rem;*/
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

/*display: block;
		z-index: 5;*/

.product_filter .facet-label:before {
	content: '';
	background: url(/wp-content/uploads/down-arrow.png)no-repeat;
	position: absolute;
	top: 50%;
	right: 1.6rem;
	transform: translateY(-50%);
	width: 1.4rem;
	height: .8rem;
}

.product_filter .facet-label.open:before {
	transform: translateY(-35%) rotate(180deg);
}

/*.open {
		margin-bottom: 0;

		+ .facetwp-facet {
			position: relative;
			transform: translateY(0);
			opacity: 1;
			visibility: visible;
		}
	}*/

.product_filter .facetwp-slider {
	width: 100%;
}

.product_filter .facetwp-counter {
	display: none;
}

.product_filter .facetwp-slider-label {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2.2rem;
	letter-spacing: 0.05rem;
	color: #041E42;
}

.product_filter .facetwp-toggle {
	position: absolute;
	left: 2rem;
	margin: 1rem 0 0;
}

.product_filter .facetwp-checkbox {
	background: url(/wp-content/uploads/unchecked.png)no-repeat;
	padding-left: 3rem;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #111;
	font-family: 'Open Sans', sans-serif;
}

.product_filter .facetwp-checkbox.checked {
	background: url(/wp-content/uploads/check.png)no-repeat;
}

.product_filter .facetwp-slider-reset {
	display: none;
}

.product_filter button {
	width: 100%;
	background: rgba(204,204,204, 0.8);
	border: 0;
	padding: 0.6rem;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	cursor: pointer;
	transition: .3s ease;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

.product_filter button svg {
	padding-top: 0.3rem;
	margin-right: 0.5rem;
	color: #fff;
}

.product_filter button:hover {
	box-shadow: inset 0 2.9rem #EBEBEB, inset 0 -2.9rem #EBEBEB;
}

.product_filter .noUi-target {
	background: #D8D8D8;
	border-radius: .5rem;
	border: 0;
}

.product_filter .noUi-horizontal {
	height: 1rem;
}

.product_filter .noUi-connect {
	background: #D8D8D8;
}

.product_filter .noUi-handle {
	border: 0;
	background: #041E42;
}

.product_filter .noUi-horizontal .noUi-handle {
	width: 1.7rem;
	height: 1.7rem;
	border-radius: .4rem;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	top: -0.4rem;
}

/* -------------------------- *\
    .prod_2
\* -------------------------- */

.prod_2 { 
	display: block;
	max-width: 32.4rem;
 }

.prod_2 .int {
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
	border-radius: .8rem;
	text-align: center;
	padding: 1rem 1.5rem;
	transition: .3s ease;
}

.prod_2 .int .im {
	display: block;
	z-index: 5;/*width: 26.1rem;*/
	height: 26.1rem;
	text-align: center;
	position: relative;
}

.prod_2 .int .im img {
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
	height: 100%;
}

.prod_2 .int .im .t_l,
			.prod_2 .int .im .disc {
	position: absolute;
	top: 0;
	left: -1.5rem;
}

.prod_2 .int .im .t_l {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-align: start;
	    align-items: start;
}

.prod_2 .int .im .t_l span {
	width: auto;
	padding: .5rem .8rem;
	background: #041E42;
	color: #fff;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

.prod_2 .int .im .t_l span.cat {
	text-transform: uppercase;
	background: #4EB82A;
}

.prod_2 .int .im .t_l span + span {
	margin-top: .8rem;
}

.prod_2 .int .im .disc {
	left: auto;
	top: 0;
	right: -.8rem;
	width: 5.7rem;
	height: 5.7rem;
	border-radius: 50%;
	background: #FFCC02;
	filter: drop-shadow(0 0.2rem 0.4rem rgba(0,0,0, 0.5));
}

.prod_2 .int .im .disc span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.9rem;
	text-align: center;
	color: #041E42;
}

.prod_2 .int .im .b_l,
			.prod_2 .int .im .b_r {
	position: absolute;
	bottom: 0;
	left: -1.5rem;
}

.prod_2 .int .im .b_l {
	background: #429B24;
	padding: .03rem 1.3rem;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #fff;
	overflow: hidden;
}

.prod_2 .int .im .b_l:before,
				.prod_2 .int .im .b_l:after {
	content: '';
	width: 6rem;
	height: 3rem;
	background: #fff;
	transform: rotate(40deg);
	position: absolute;
	top: -1.5rem;
	right: -4rem;
}

.prod_2 .int .im .b_l:after {
	transform: rotate(-40deg);
	top: auto;
	bottom: -1.5rem;
	right: -4rem;
}

.prod_2 .int .im .b_r {
	left: auto;
	right: -1.5rem;
	background: rgba(4,30,66, .04);
	padding: .3rem 1.5rem;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #041E42;
}

.prod_2 .int .b {
	position: relative;
	transition: .3s ease;
	z-index: 5;
	background: #fff;
	padding: .5rem 0 0;
}

.prod_2 .int .b h3 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	margin-bottom: 1.3rem;
}

.prod_2 .int .b h3 a {
	position: relative;
	display: inline-block;
	color: #041E42;
	transition: .3s ease;
}

.prod_2 .int .b h3 a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: .1rem;
	background: #011530;
	transition: .3s ease;
}

.prod_2 .int .b h3 a:hover:after {
	width: 100%;
}

.prod_2 .int .b .categ {
	text-align: center;
	padding-bottom: .5rem;
	overflow: auto;
	white-space: nowrap;
	position: relative;
	scrollbar-width: thin;
	scrollbar-color: rgb(70, 70, 70) auto;
	scrollbar-gutter: stable;
}

.prod_2 .int .b .categ::-webkit-scrollbar {
	width: .5rem;
	height: .5rem;
	cursor:pointer;
}

.prod_2 .int .b .categ::-webkit-scrollbar-button {
	display: block;
	width: 100%;
	height: 1rem;
	cursor:pointer;
}

.prod_2 .int .b .categ::-webkit-scrollbar-button:hover {
	background: transparent !important;
	width: 100%;
}

.prod_2 .int .b .categ::-webkit-scrollbar-thumb {
	min-width: .5rem;
	min-height: .1rem;
	background: transparent;
	transition: .3s ease;
	cursor: pointer;
	opacity: 0;
}

.prod_2 .int .b .categ::-webkit-scrollbar-track {
	background: transparent;
	transition: .3s ease;
}

.prod_2 .int .b .categ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.prod_2 .int .b .categ::-webkit-scrollbar-thumb:active {
	cursor: pointer;
}

.prod_2 .int .b .categ::-webkit-scrollbar-track:hover {
	background: #f1f1f1;
}

.prod_2 .int .b .categ:hover::-webkit-scrollbar-thumb {
	background: #888;
	opacity: 1;
}

.prod_2 .int .b .categ:hover::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.prod_2 .int .b .categ:hover::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.prod_2 .int .b .categ a {
	background: #FAF9F9;
	border-radius: 1.3rem;
	padding: .45rem 1.2rem;
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.6rem;
	text-align: center;
	text-transform: uppercase;
	color: #041E42;
	display: inline-block;
	white-space: nowrap;
}

.prod_2 .int .b .categ a + a {
	margin-left: .8rem;
}

.prod_2 .int .b .categ a:hover {
	background: #D5D5D5;
}

.prod_2 .int .coll {
	padding-top: 1rem;
}

.prod_2 .int .coll .buy {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.prod_2 .int .coll .buy .left,
				.prod_2 .int .coll .buy .right {
	width: 48%;
}

.prod_2 .int .coll .buy .price {
	display: block;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-align: center;
	text-decoration: line-through;
	color: #B0B0B0;
}

.prod_2 .int .coll .buy .buy__total-price {
	display: block;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	text-align: center;
	color: #011530;
	margin-bottom: 1.2rem;
}

.prod_2 .int .coll .buy .buy__input {
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	height: 3.6rem;
	position: relative;
}

.prod_2 .int .coll .buy .buy__input .buy__decrement,
					.prod_2 .int .coll .buy .buy__input .buy__increment {
	width: 3.6rem;
	height: 3.6rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background: #F4F4F4;
	border: .1rem solid #D5D5D5;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	text-align: center;
	height: 100%;
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	transition: .3s ease;
	cursor: pointer;
	color: #011530;
	border-radius: .3rem 0 0 .3rem;
}

.prod_2 .int .coll .buy .buy__input .buy__decrement:hover, .prod_2 .int .coll .buy .buy__input .buy__increment:hover {
	background: #D5D5D5;
}

.prod_2 .int .coll .buy .buy__input .buy__decrement {
	line-height: 3rem;
}

.prod_2 .int .coll .buy .buy__input .buy__increment {
	border-radius: 0 .3rem .3rem 0;
}

.prod_2 .int .coll .buy .buy__input input {
	width: 4.6rem;
	border: .1rem solid #CCC;
	border-left: 0;
	border-right: 0;
	height: 3.6rem;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #011530;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.prod_2 .int .coll .buy .buy__input input::-webkit-outer-spin-button,
					    .prod_2 .int .coll .buy .buy__input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	margin: 0;
}

.prod_2 .int .coll .buy .right {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: end;
	    align-items: flex-end;
	position: relative;
}

.prod_2 .int .coll .buy .right div {
	width: 46%;
	font-size: 1.1rem;
	line-height: 1.6rem;
	text-align: center;
	color: #011530;
	margin-bottom: 1.4rem;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	transition: .3s ease;
	position: relative;
	z-index: 1;
}

.prod_2 .int .coll .buy .right div svg {
	width: 2.2rem;
	height: 2.2rem;
	margin-bottom: .2rem;
}

.prod_2 .int .coll .buy .right div:hover {
	color: #344c6c;
}

.prod_2 .int .coll .buy .right div.simplefavorite-button {
	margin: 0 auto;
	width: 100%;
	height: 4.4rem;
}

.prod_2 .int .coll .buy .right div.simplefavorite-button.active {
	opacity: 1;
}

.prod_2 .int .coll .buy .right div span {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

.prod_2 .int .coll .buy .right div a.added {
	position: relative;
	height: 4.4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.prod_2 .int .coll .buy .right div a.added:before {
	content: url(/wp-content/uploads/check-1.png);
	position: absolute;
	top: .5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.6rem;
	height: 1.2rem;
}

.prod_2 .int .coll .buy .right div a.added:after {
	content: none;
}

.prod_2 .int .coll .buy .right div a.button {
	font-size: 1.1rem;
	line-height: 1.6rem;
	text-align: center;
	color: #011530;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	transition: .3s ease;
	position: relative;
	z-index: 1;
	display: block ;
	height: 4.4rem;
	background: transparent;
	text-align: center;
	padding: 0;
	font-weight: 400;
}

.prod_2 .int .coll .buy .right div a.button.added {
	position: relative;
	height: 4.4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	    align-items: flex-end;
}

.prod_2 .int .coll .buy .right div a.button.added:before {
	content: url(/wp-content/uploads/check-1.png);
	position: absolute;
	top: .5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1.6rem;
	height: 1.2rem;
}

.prod_2 .int .coll .buy .right div a.button.added:after {
	content: none;
}

.prod_2 .int .coll .buy .right .add_to_cart_button {
	width: 100%;
	display: block;
	background: #041E42;
	border-radius: .3rem;
	padding: .4rem .7rem;
	height: 3.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	border: .1rem solid transparent;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0);
	transition: .3s ease;
}

.prod_2 .int .coll .buy .right .add_to_cart_button:active {
	border: .1rem solid #041E42;
	background: transparent;
	transition: .3s ease;
}

.prod_2 .int .coll .buy .right .add_to_cart_button:active span {
	color: #041E42;
}

.prod_2 .int .coll .buy .right .add_to_cart_button span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.9rem;
	text-align: center;
	color: #fff;
	transition: .3s ease;
}

@media (min-width: 1200px) {

	.prod_2 .int .coll .buy .right .add_to_cart_button span {
		font-size: 1.2rem;
	}
}

.prod_2 .int .coll .buy .right .add_to_cart_button svg {
	width: 2rem;
	height: 2rem;
	margin-right: .6rem;
}

.prod_2 .int .coll .buy .right .add_to_cart_button:hover {
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
}

.prod_2 .int .coll .buy .right .added_to_cart {
	display: none;
}

.prod_2 .int:hover {
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0, .5);
}

/* -------------------------- *\
    .cart_style
\* -------------------------- */

.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
	max-width: 159.6rem;
	margin: 0 auto 5rem;
}

@media (max-width: 1600px) {

	.woocommerce-cart .woocommerce, .woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
		padding: 0 2rem;
	}
}

.woocommerce-cart #respond input#submit.alt,
	.woocommerce-cart a.button.alt,
	.woocommerce-cart button.button,
	.woocommerce-cart button.button.alt,
	.woocommerce-cart input.button.alt,
	.woocommerce-cart .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
	.woocommerce-cart .woocommerce-info .button,
	.woocommerce-checkout #respond input#submit.alt,
	.woocommerce-checkout a.button.alt,
	.woocommerce-checkout button.button,
	.woocommerce-checkout button.button.alt,
	.woocommerce-checkout input.button.alt,
	.woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
	.woocommerce-checkout .woocommerce-info .button,
	.woocommerce-account #respond input#submit.alt,
	.woocommerce-account a.button.alt,
	.woocommerce-account button.button,
	.woocommerce-account button.button.alt,
	.woocommerce-account input.button.alt,
	.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
	.woocommerce-account .woocommerce-info .button {
	background: #041E42;
	box-shadow: inset 0 0 #233b5e, inset 0 0 #233b5e;
	color: #fff;
	transition: .3s ease;
}

.woocommerce-cart #respond input#submit.alt:hover, .woocommerce-cart a.button.alt:hover, .woocommerce-cart button.button:hover, .woocommerce-cart button.button.alt:hover, .woocommerce-cart input.button.alt:hover, .woocommerce-cart .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce-cart .woocommerce-info .button:hover, .woocommerce-checkout #respond input#submit.alt:hover, .woocommerce-checkout a.button.alt:hover, .woocommerce-checkout button.button:hover, .woocommerce-checkout button.button.alt:hover, .woocommerce-checkout input.button.alt:hover, .woocommerce-checkout .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce-checkout .woocommerce-info .button:hover, .woocommerce-account #respond input#submit.alt:hover, .woocommerce-account a.button.alt:hover, .woocommerce-account button.button:hover, .woocommerce-account button.button.alt:hover, .woocommerce-account input.button.alt:hover, .woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .woocommerce-account .woocommerce-info .button:hover {
	background: #041E42;
	box-shadow: inset 0 3rem #233b5e, inset 0 -3rem #233b5e;
	color: #fff;
}

.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text, .woocommerce-account table.cart td.actions .coupon .input-text {
	padding: 1rem .6rem .9rem;
	width: 13rem;
}

.woocommerce-cart form .form-row input.input-text,
	.woocommerce-cart form .form-row textarea,
	.woocommerce-cart form .form-row .select2-container,
	.woocommerce-checkout form .form-row input.input-text,
	.woocommerce-checkout form .form-row textarea,
	.woocommerce-checkout form .form-row .select2-container,
	.woocommerce-account form .form-row input.input-text,
	.woocommerce-account form .form-row textarea,
	.woocommerce-account form .form-row .select2-container {
	background: #fff;
	border: 0.1rem solid #C9C9C9;
	padding: 0.7rem;
	font-size: 1.6rem;
	line-height: 2.2rem;
	letter-spacing: -0.05px;
	color: #777;
}

.woocommerce-cart form .form-row input.input-text:-ms-input-placeholder, .woocommerce-cart form .form-row textarea:-ms-input-placeholder, .woocommerce-cart form .form-row .select2-container:-ms-input-placeholder, .woocommerce-checkout form .form-row input.input-text:-ms-input-placeholder, .woocommerce-checkout form .form-row textarea:-ms-input-placeholder, .woocommerce-checkout form .form-row .select2-container:-ms-input-placeholder, .woocommerce-account form .form-row input.input-text:-ms-input-placeholder, .woocommerce-account form .form-row textarea:-ms-input-placeholder, .woocommerce-account form .form-row .select2-container:-ms-input-placeholder {
	color: #777;
}

.woocommerce-cart form .form-row input.input-text::placeholder, .woocommerce-cart form .form-row textarea::placeholder, .woocommerce-cart form .form-row .select2-container::placeholder, .woocommerce-checkout form .form-row input.input-text::placeholder, .woocommerce-checkout form .form-row textarea::placeholder, .woocommerce-checkout form .form-row .select2-container::placeholder, .woocommerce-account form .form-row input.input-text::placeholder, .woocommerce-account form .form-row textarea::placeholder, .woocommerce-account form .form-row .select2-container::placeholder {
	color: #777;
}

.woocommerce-cart form .form-row input.input-text:focus, .woocommerce-cart form .form-row textarea:focus, .woocommerce-cart form .form-row .select2-container:focus, .woocommerce-checkout form .form-row input.input-text:focus, .woocommerce-checkout form .form-row textarea:focus, .woocommerce-checkout form .form-row .select2-container:focus, .woocommerce-account form .form-row input.input-text:focus, .woocommerce-account form .form-row textarea:focus, .woocommerce-account form .form-row .select2-container:focus {
	border: 0.1rem solid #C9C9C9;
}

.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 8px;
}

.woocommerce-cart .select2-container .select2-selection--single, .woocommerce-checkout .select2-container .select2-selection--single, .woocommerce-account .select2-container .select2-selection--single {
	border: 0;
	border-radius: 0;
}

.woocommerce-cart form .form-row textarea, .woocommerce-checkout form .form-row textarea, .woocommerce-account form .form-row textarea {
	height: 10rem;
}

.woocommerce-cart form .form-row.woocommerce-validated .select2-container,
	.woocommerce-cart form .form-row.woocommerce-validated input.input-text,
	.woocommerce-cart form .form-row.woocommerce-validated select,
	.woocommerce-checkout form .form-row.woocommerce-validated .select2-container,
	.woocommerce-checkout form .form-row.woocommerce-validated input.input-text,
	.woocommerce-checkout form .form-row.woocommerce-validated select,
	.woocommerce-account form .form-row.woocommerce-validated .select2-container,
	.woocommerce-account form .form-row.woocommerce-validated input.input-text,
	.woocommerce-account form .form-row.woocommerce-validated select {
	border: 0.1rem solid #C9C9C9;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
	-webkit-user-select:none;
	   -moz-user-select:none;
	    -ms-user-select:none;
	        user-select:none;
	cursor: pointer;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 2.3rem;
}

.woocommerce form .form-row .optional {
	font-size: 1.6rem;
	font-weight: 300;
	text-transform: none;
}

.woocommerce form .form-row .input-checkbox {
	margin: 0.8rem 0 0 0;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -20px;
    display: none;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: relative;
    padding-left: 3.2rem;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 2.1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inherit;
}

[type="checkbox"]:not(:checked):before,
[type="checkbox"]:checked:before {
    content: '';
    position: absolute;
    left: 0; 
    top: 0;
    width: 2.1rem;
    height: 2.1rem;
    border: 0.1rem solid #041E42;
    background: #fff;
    border-radius: 0.3rem;
}

[type="checkbox"]:checked:before {
    border: 0.6rem solid #041E42;
}

.woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
	margin: 0 auto 5rem;
}

@media (min-width: 1024px) {

	.woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
		margin: 0 auto 15rem;
	}
}

@media (max-width: 1550px) {

	.woocommerce-checkout .woocommerce, .woocommerce-account .woocommerce {
		padding: 0 2rem;
	}
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	border: 0.1rem solid rgba(17,17,17, 0.5);
	border-radius: 0.5rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	padding: 1rem 2rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li +li {
	border-top: 0.1rem solid rgba(17,17,17, 0.5);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: #FFCC02;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #FFCC02;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
	color: #041E42;
}

.woocommerce-account .woocommerce-MyAccount-content p a:hover {
	color:#FFCC02;
}

.woocommerce-account p.woocommerce-LostPassword a:hover {
	color: #FFCC02;
}

.woocommerce-account [type="checkbox"]:not(:checked),
    .woocommerce-account [type="checkbox"]:checked {
	position: absolute;
	left: -20px;
	display: none;
}

.woocommerce-account [type="checkbox"]:not(:checked) + span,
    .woocommerce-account [type="checkbox"]:checked + span {
	position: relative;
	padding-left: 3.2rem;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	line-height: 2.1rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	display: inherit;
}

.woocommerce-account [type="checkbox"]:not(:checked) + span:before,
    .woocommerce-account [type="checkbox"]:checked + span:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2.1rem;
	height: 2.1rem;
	border: 0.1rem solid #C9C9C9;
	background: #fff;
	border-radius: 0.3rem;
}

.woocommerce-account [type="checkbox"]:checked + span:before {
	border: 0.6rem solid #EBEBEB;
}

#yith-wcwl-form {
	max-width: 159.6rem;
	margin: 0 auto 15rem;
}

@media (max-width: 1600px) {

	#yith-wcwl-form {
		padding: 0 2rem;
	}
}

@media (min-width: 1024px) {

	#yith-wcwl-form {
		margin: 0 auto 20rem;
	}
}

#yith-wcwl-form .woocommerce table.shop_table th {
	text-align: center;
}

#yith-wcwl-form .wishlist_table .product-add-to-cart a {
	background: #041E42;
	box-shadow: inset 0 0 #233b5e, inset 0 0 #233b5e;
	padding: 1rem;
	color: #fff;
	transition: .3s ease;
}

#yith-wcwl-form .wishlist_table .product-add-to-cart a:hover {
	background: #041E42;
	box-shadow: inset 0 3rem #233b5e, inset 0 -3rem #233b5e;
	color: #fff;
}

.yith-wcwl-share {
	display: none;
}

table.wishlist_table tr {
	text-align: center;
}

.woocommerce-info {
	border-top-color: #041E42;
}

.woocommerce-info:before {
	color: #041E42;
}

/* -------------------------- *\
    .product_head
\* -------------------------- */

.product_head { 
	padding: 0;
}

.product_head .top h1 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 3rem;
	color: #011530;
	margin-bottom: 1.8rem;
}

@media (min-width: 900px) {

	.product_head .top h1 {
		font-size: 4.6rem;
		line-height: 5.2rem;
	}
}

.product_head .links a {
	background: #FAF9F9;
	border-radius: 1.3rem;
	padding: .45rem 1.2rem;
	font-weight: 300;
	font-size: 1.2rem;
	line-height: 1.6rem;
	text-align: center;
	text-transform: uppercase;
	color: #041E42;
	display: inline-block;
	white-space: nowrap;
	margin-left: .8rem;
	margin-bottom: .5rem;
}

.product_head .links a:hover {
	background: #D5D5D5;
}

/* -------------------------- *\
    .product_content
\* -------------------------- */

.product_content { 
	padding: 1.8rem 0 8.8rem;

	/*.product_tabs {
		@mixin clearfix;
		width: 100%;

		.tab {
			overflow: hidden;
			position: relative;

			&:before {
			    position: absolute;
			    content: " ";
			    width: 100%;
			    bottom: 0;
			    left: 0;
			    border-bottom: 0.1rem solid #C9C9C9;
			    z-index: 1;
			}

			button {
			    background: #F7F7F7;
			    float: left;
			    border: 0.1rem solid #C9C9C9;
			    border-bottom: 0;
			    outline: none;
			    cursor: pointer;
			    font-weight: 600;
			    font-size: 1.4rem;
			    line-height: 2.5rem;
			    letter-spacing: -0.0562px;
			    color: rgba($c8, .5);
			    padding: 1.2rem 1.2rem 0;
			    text-align: center;
			    transition: 0.3s;
			    width: 12.8rem;
			    display: inline-block;

			    @mixin min 550 {
			    	width: 24.8rem;
			    	font-size: 1.8rem;
			    	line-height: 2.5rem;
			    }

				&:after {
				  	content: '';
				  	background: transparent;
				  	width: 64%;
				  	height: 0.2rem;
				  	display: block;
				  	margin: 0.7rem auto 0;
				  	position: relative;
				}

			  	&:hover {
				 	background: #ddd;
				}

				&.active {
				    background: $cw;
				    color: $c8;
				    position: relative;
				    display: inline-block;
				    border-bottom-color: #fff;

				    &:before {
				    	content: '';
				        background: $cw;
				        width: 100%;
				        height: 0.2rem;
				        position: absolute;
				        left: 0;
				        bottom: 0;
				        z-index: 1;
				    }

					&:after {
						background: $c12;
						z-index: 5;
					}
				}

				+ button {
					margin-left: 2rem;
				}
			}
		}

		.tabcontent {
			display: none;
			padding: 2rem;
			border: 0.1rem solid #C9C9C9;
			border-top: 0;
			min-width: 100%;

			@mixin min 550 {
				padding: 3.4rem 2.8rem 3.9rem 5.5rem;
			}

			.block {
				max-height: 20rem;
				overflow-y: scroll;

				@mixin min 550 {
					max-height: 13.4rem;
				}
			}

			h3 {
			  	font-weight: 600;
			  	font-size: 2.1rem;
			  	line-height: 2.9rem;
			  	letter-spacing: -0.0656px;
			  	text-transform: uppercase;
			  	color: $c8;
			  	margin-bottom: 0.9rem;
			}

			p {
				font-size: 1.4rem;
				line-height: 2.4rem;
				color: $c10;
				margin-bottom: 1.2rem;
				max-width: 126rem;

				&:last-child {
					margin-bottom: 0;
				}
			}
		}
	}*/
 }

.product_content .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.product_content .content {
	width: 100%;
}

@media (min-width: 1024px) {

	.product_content .content {
		width: calc(100% - 37.5rem);
		padding-right: 1.8rem;
	}
}

@media (min-width: 1200px) {

	.product_content .content {
		padding-right: 0;
	}
}

.product_content .aside {
	padding: 2.2rem 2rem;
	background: #fff;
	box-shadow: 0 0.2rem 1.5rem rgba(0,0,0, .5);
	border-radius: .8rem;
	height: 100%;
}

@media (min-width: 1024px) {

	.product_content .aside {
		width: 37.5rem;
		position: -webkit-sticky;
		position: sticky;
		top: 10rem;
	}
}

.product_content .aside .shopping_bag {
	margin-bottom: 2rem;
}

.product_content .aside .shopping_bag .item {
	border-bottom: 0.1rem solid #CDCDCD;
	padding-top: 2.4rem;
}

.product_content .aside .shopping_bag .item:first-child {
	padding-top: 0;
}

.product_content .aside .shopping_bag .total {
	margin: 1.5rem 0 1.9rem;
	text-align: center;
	font-weight: 600;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: -0.075px;
	text-transform: uppercase;
	color: #011530;
}

.product_content .aside .shopping_bag .total .total-price {
	font-size: 3rem;
	line-height: 4rem;
	letter-spacing: -0.1125px;
}

.product_content .aside .shopping_bag .total .total-price span {
	font-size: 1.8rem;
	line-height: 2.3rem;
	letter-spacing: -0.067px;
}

.product_content .aside .shopping_bag .series-product {
	margin-bottom: 2.4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.product_content .aside .shopping_bag .series-product .l {
	width: 100%;
}

@media (min-width: 500px) {

	.product_content .aside .shopping_bag .series-product .l {
		width: calc(35% - 0.5rem);
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1350px) {

		.product_content .aside .shopping_bag .series-product .l {
			width: 100%;
		}
	}
}

.product_content .aside .shopping_bag .series-product .r {
	width: 100%;
}

@media (min-width: 500px) {

	.product_content .aside .shopping_bag .series-product .r {
		width: calc(65% - 0.5rem);
	}
}

@media (min-width: 1024px) {

	@media (max-width: 1350px) {

		.product_content .aside .shopping_bag .series-product .r {
			width: 100%;
		}
	}
}

.product_content .aside .shopping_bag .series-product .r h3 {
	font-size: 1.8rem;
	line-height: 2rem;
	text-transform: none;
}

.product_content .aside .shopping_bag .series-product .r .price {
	display: inline-block;
	color: #011530;
	margin-bottom: 0;
}

.product_content .aside .shopping_bag .series-product .r .price span {
	margin-right: 2rem;
	color: #011530;
}

.product_content .aside .shopping_bag .series-product .r .buy {
	margin-top: 1rem;
}

.product_content .aside .shopping_bag .series-product .r .buy .buy__input {
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-ms-flex-align: center;
	    align-items: center;
	height: 3.6rem;
	position: relative;
	width: calc(100% - 5rem);
}

.product_content .aside .shopping_bag .series-product .r .buy .buy__input .buy__decrement,
							.product_content .aside .shopping_bag .series-product .r .buy .buy__input .buy__increment {
	width: 3.6rem;
	height: 3.6rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background: #F4F4F4;
	border: .1rem solid #D5D5D5;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	text-align: center;
	height: 100%;
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	transition: .3s ease;
	cursor: pointer;
	color: #011530;
	border-radius: .3rem 0 0 .3rem;
}

.product_content .aside .shopping_bag .series-product .r .buy .buy__input .buy__decrement:hover, .product_content .aside .shopping_bag .series-product .r .buy .buy__input .buy__increment:hover {
	background: #D5D5D5;
}

.product_content .aside .shopping_bag .series-product .r .buy .buy__input .buy__decrement {
	line-height: 3rem;
}

.product_content .aside .shopping_bag .series-product .r .buy .buy__input .buy__increment {
	border-radius: 0 .3rem .3rem 0;
}

.product_content .aside .shopping_bag .series-product .r .buy .buy__input input {
	width: 9.6rem;
	border: .1rem solid #CCC;
	background: #fff;
	border-left: 0;
	border-right: 0;
	height: 3.6rem;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #011530;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	margin: 0;
}

.product_content .aside .shopping_bag .series-product .r .buy .buy__input input::-webkit-outer-spin-button,
							    .product_content .aside .shopping_bag .series-product .r .buy .buy__input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	margin: 0;
}

.product_content .aside .shopping_bag .series-product .r .buy .cancel {
	margin-top: 1.5rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	width: 100%;
}

.product_content .aside .shopping_bag .series-product .r .buy .cancel .price {
	background: #fff;
	border: 0.1rem solid rgba(204,204,204, 0.8);
	text-align: center;
	padding: 0.4rem 0.4rem 0.3rem;
	font-size: 2.1rem;
	line-height: 2.9rem;
	letter-spacing: -0.0656px;
	color: #011530;
	font-weight: 600;
	width: calc(100% - 5rem);
	display: inline-block;
	margin-bottom: 0;
}

.product_content .aside .shopping_bag .series-product .r .buy .cancel .price span {
	margin-right: 0;
}

.product_content .aside .shopping_bag .series-product .r .buy .cancel .close {
	width: 3.8rem;
	height: 3.8rem;
	background: #011530;
	text-align: center;
	position: relative;
	transition: .3s ease;
	cursor: pointer;
}

.product_content .aside .shopping_bag .series-product .r .buy .cancel .close svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	fill: #fff;
}

.product_content .aside .shopping_bag .series-product .r .buy .cancel .close:hover {
	background: #041E42;
}

.product_content .aside .shopping_bag .add_to_card {
	background: #fff;
	border: 0.1rem solid #000;
	padding: .8rem;
	text-align: center;
	font-size: 1.6rem;
	line-height: 2rem;
	letter-spacing: -0.0562px;
	color: #011530;
	text-transform: uppercase;
	transition: .3s ease;
	cursor: pointer;
}

.product_content .aside .shopping_bag .add_to_card:hover {
	background: #011530;
	color: #fff;
}

.product_content .aside .shopping_bag .add_to_card .card-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1rem;
}

.product_content .aside .shopping_bag .add_to_card .card-icon svg {
	width: 3rem;
	height: 2.6rem;
	transition: none;
}

.product_content .aside .buy {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.product_content .aside .buy .l {
	width:100%;
}

@media (min-width: 768px) {

	.product_content .aside .buy .l {
		width: 40%;
	}
}

.product_content .aside .buy .l span {
	display: block;
	margin-bottom: .8rem;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #011530;
}

.product_content .aside .buy .l .buy__input {
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-ms-flex-align: center;
	    align-items: center;
	height: 3.6rem;
	position: relative;
}

.product_content .aside .buy .l .buy__input .buy__decrement,
					.product_content .aside .buy .l .buy__input .buy__increment {
	width: 3.6rem;
	height: 3.6rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	background: #F4F4F4;
	border: .1rem solid #D5D5D5;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	text-align: center;
	height: 100%;
	font-size: 3.6rem;
	line-height: 3.6rem;
	text-align: center;
	transition: .3s ease;
	cursor: pointer;
	color: #011530;
	border-radius: .3rem 0 0 .3rem;
}

.product_content .aside .buy .l .buy__input .buy__decrement:hover, .product_content .aside .buy .l .buy__input .buy__increment:hover {
	background: #D5D5D5;
}

.product_content .aside .buy .l .buy__input .buy__decrement {
	line-height: 3rem;
}

.product_content .aside .buy .l .buy__input .buy__increment {
	border-radius: 0 .3rem .3rem 0;
}

.product_content .aside .buy .l .buy__input input {
	width: 4.6rem;
	border: .1rem solid #CCC;
	border-left: 0;
	border-right: 0;
	height: 3.6rem;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #011530;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.product_content .aside .buy .l .buy__input input::-webkit-outer-spin-button,
					    .product_content .aside .buy .l .buy__input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	margin: 0;
}

.product_content .aside .buy .l .qty {
	display: inline-block;
	width: 100%;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #011530;
	margin-bottom: 0;
}

.product_content .aside .buy .l .qty .buy__total-price {
	display: inline-block;
}

.product_content .aside .buy .l .qty .buy__total-price span {
	display: inline-block;
}

.product_content .aside .buy .l .qty input {
	border: 0;
	width: 3rem;
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #011530;
	font-family: 'Open Sans', sans-serif;
}

.product_content .aside .buy .l .qty input:-ms-input-placeholder {
	color: #011530;
}

.product_content .aside .buy .l .qty input::placeholder {
	color: #011530;
}

.product_content .aside .buy .l .qty input::-webkit-outer-spin-button,
						.product_content .aside .buy .l .qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: textfield;
	margin: 0;
}

.product_content .aside .buy .r {
	width: 100%;
	position: relative;
}

@media (min-width: 430px) {

	.product_content .aside .buy .r {
		width: 55%;
	}
}

.product_content .aside .buy .r .disc {
	position: absolute;
	top: 0;
	right:0;
	width: 4.3rem;
	height: 4.3rem;
	border-radius: 50%;
	background: #CDCDCD;
	filter: drop-shadow(0 0.2rem 0.3rem rgba(0,0,0, 0.5));
	display: block;
}

.product_content .aside .buy .r .disc span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2.2rem;
	text-align: center;
	color: #fff;
	text-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
}

.product_content .aside .buy .r .label {
	display: block;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #011530;
}

.product_content .aside .buy .r .old-price {
	font-weight: 300;
	font-size: 2.1rem;
	line-height: 2.9rem;
	text-decoration: line-through;
	color: #b0b0b0;
	display: block;
}

.product_content .aside .buy .r .price {
	font-weight: 600;
	font-size: 3.8rem;
	line-height: 5.2rem;
	color: #011530;
}

.product_content .aside .buy .r .price .currency {
	font-size: 2.1rem;
	line-height: 2.9rem;
}

.product_content .aside .buy .add_to_cart_button {
	width: 100%;
	display: block;
	background: #041E42;
	border-radius: .3rem;
	padding: 1.3rem;
	color: #fff;
	position: relative;
	text-align: center;
	border: .1rem solid #041E42;
	font-size: 1.4rem;
	line-height: 1.8rem;
}

.product_content .aside .buy .add_to_cart_button svg {
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 50%;
	left: 1.7rem;
	transform: translateY(-50%);
	fill: #fff;
	margin-left: 0;
}

.product_content .aside .buy .add_to_cart_button:hover {
	background: #fff;
	color: #041E42;
}

.product_content .aside .buy .add_to_cart_button:hover svg {
	fill: #041E42;
}

@media (min-width: 1250px) {

	.product_content .aside .buy .add_to_cart_button {
		font-size: 1.6rem;
		line-height: 2.1rem;
	}

	.product_content .aside .buy .add_to_cart_button svg {
		width: 3.3rem;
		height: 3.4rem;
	}
}

.product_content .aside .btn_group {
	margin-top: 1.7rem;
}

.product_content .aside .btn_group .comp {
	text-align: center;
	border: 0.1rem solid #041E42;
	border-radius: .3rem;
	padding: 1.35rem;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 600;
	color: #041E42;
	transition: .3s ease;
	cursor: pointer;
	margin-bottom: 1.7rem;
	height: auto;
}

.product_content .aside .btn_group .comp svg {
	position: absolute;
	top: 50%;
	left: 2rem;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	fill: #011530;
}

.product_content .aside .btn_group .comp:hover {
	color: #fff;
	background: #041E42;
}

.product_content .aside .btn_group .comp:hover svg {
	fill: #fff;
}

@media (min-width: 1250px) {

	.product_content .aside .btn_group .comp {
		font-size: 1.6rem;
		line-height: 2.1rem;
	}

	.product_content .aside .btn_group .comp svg {
		width: 3rem;
		height: 3rem;
	}
}

.product_content .aside .btn_group div {
	position: relative;
	text-align: center;
	border: 0.1rem solid #041E42;
	border-radius: .3rem;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 600;
	color: #041E42;
	transition: .3s ease;
	cursor: pointer;
	margin-bottom: 1.7rem;
	min-height: 5rem;
	z-index: 1;
}

.product_content .aside .btn_group div .simplefavorite-button {
	margin-top: 0;
	width: 100%;
	border: 0;
	padding: 0;
	margin-bottom: 0;
	height: auto;
}

.product_content .aside .btn_group div .simplefavorite-button svg {
	position: absolute;
	top: 50%;
	left: 2rem;
	transform: translateY(-50%);
	width: 2rem;
	height: 2rem;
	fill: #011530;
}

@media (min-width: 1250px) {

	.product_content .aside .btn_group div .simplefavorite-button svg {
		width: 3rem;
		height: 3rem;
	}
}

.product_content .aside .btn_group div .simplefavorite-button:hover {
	margin-top: 0;
	width: 100%;
	border: 0;
	padding: 0;
	border-color: #FFCC02;
	color: #FFCC02;
}

.product_content .aside .btn_group div .simplefavorite-button:hover a {
	color: #FFCC02;
	border-color: #FFCC02;
}

.product_content .aside .btn_group div .simplefavorite-button:hover a svg {
	fill: #FFCC02;
}

.product_content .aside .btn_group div span {
	text-align: center;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 600;
	color: #041E42;
	transition: .3s ease;
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

@media (min-width: 1250px) {

	.product_content .aside .btn_group div span {
		font-size: 1.6rem;
		line-height: 2.1rem;
	}
}

.product_content .aside .btn_group .call_phone {
	border: .1rem dashed #041E42;
	border-radius: .3rem;
	padding: 0.8rem 1.7rem 1.7rem;
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2rem;
	color: #041E42;
}

.product_content .aside .btn_group .call_phone span {
	display: block;
	margin-top: 1.2rem;
	font-weight: 400;
	font-size: 2rem;
	line-height: 2.5rem;
	color: #011530;
	width: 100%;
	transition: .3s ease;
}

.product_content .aside .btn_group .call_phone span svg {
	width: 1.8rem;
	height: 1.8rem;
	margin-right: 1rem;
	position: relative;
	top: .2rem;
	transition: none;
}

.product_content .aside .btn_group .call_phone:hover {
	color: #fff;
	background: #041E42;
}

.product_content .aside .btn_group .call_phone:hover span {
	color: #fff;
}

@media (min-width: 1250px) {

	.product_content .aside .btn_group .call_phone {
		font-size: 1.8rem;
		line-height: 2.5rem;
	}

	.product_content .aside .btn_group .call_phone span {
		font-size: 2.4rem;
		line-height: 3.3rem;
	}

	.product_content .aside .btn_group .call_phone span svg {
		width: 2.2rem;
		height: 2.2rem;
	}
}

/* -------------------------- *\
    .product_info
\* -------------------------- */

.product_info { 
	padding: 0 0 3.8rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
 }

@media (min-width: 990px) {

	.product_info {
		padding: 0 2.2rem 7rem 0;
	}
}

@media (min-width: 1350px) {

	.product_info {
		padding: 0 5.2rem 7rem 0;
	}
}

.product_info .left,
	.product_info .right {
	width: 100%;
}

@media (min-width: 800px) {

	.product_info .left,
	.product_info .right {
		width: 50%;
	}
}

@media (min-width: 1024px) {

	.product_info .left,
	.product_info .right {
		width: 100%;
	}
}

@media (min-width: 1200px) {

	.product_info .left,
	.product_info .right {
		width: 50%;
	}
}

.product_info .left {
	position: relative;
	overflow: hidden;
}

.product_info .left .full {
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.product_info .left .full svg {
	width: 3rem;
	height: 3rem;
	color: #fff;
	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
}

.product_info .left .product_gallery .gallery {
	margin-bottom: 0.7rem;
}

.product_info .left .product_gallery .gallery a {
	height: 30rem;
	width: 100%;
}

@media (min-width: 1024px) {

	.product_info .left .product_gallery .gallery a {
		height: 42rem;
	}
}

@media (min-width: 1400px) {

	.product_info .left .product_gallery .gallery a {
		width: 55.8rem;
		height: 38rem;
	}
}

.product_info .left .product_gallery .gallery a:not(:first-child){
	display: none;
}

.product_info .left .product_gallery .gallery.slick-initialized a:not(:first-child){
	display: block;
}

.product_info .left .product_gallery .gallery img {
	-o-object-fit: contain;
	   object-fit: contain;
	width: 100%;
	height: 100%;
}

.product_info .left .product_gallery .gallery_nav {
	margin: 0 -0.4rem;
}

.product_info .left .product_gallery .gallery_nav .slick-track {
	float: left;
}

.product_info .left .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 {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.product_info .left .product_gallery .gallery_nav ul.slick-initialized li:not(:first-child){
	display: block;
}

.product_info .left .product_gallery .gallery_nav ul li {
	position: relative;
	padding: 0 0.4rem;
	cursor: pointer;
	float: left;
	width: auto !important;
	height: 9rem;
}

/*@mixin min 640 {
							width: 15rem;
						}

						@mixin min 690 {
							width: 18rem;
						}*/

@media (min-width: 768px) {

	.product_info .left .product_gallery .gallery_nav ul li {
		height: 12rem;
	}
}

@media (min-width: 800px) {

	.product_info .left .product_gallery .gallery_nav ul li {
		height: 9rem;
	}
}

/*@mixin min 990 {
							width: 13.5rem;
						}

						@mixin min 1024 {
							width: 100%;
						}

						@mixin min 1550 {
							width: 13.5rem;
						}*/

.product_info .left .product_gallery .gallery_nav ul li:not(:first-child){
	display: none;
}

.product_info .left .product_gallery .gallery_nav ul li:before {
	content: '';
	background: rgba(0,0,0, 0);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 94%;
	transition: .3s ease;
}

.product_info .left .product_gallery .gallery_nav ul li:hover:before {
	background: rgba(0,0,0, .3);
}

.product_info .left .product_gallery .gallery_nav ul li img {
	-o-object-fit: contain;
	   object-fit: contain;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.product_info .right {
	margin-top: 2rem;
}

@media (min-width: 800px) {

	.product_info .right {
		margin-top: 0;
		padding-left: 3.4rem;
	}
}

@media (min-width: 1024px) {

	.product_info .right {
		margin-top: 2rem;
		padding-left: 0;
	}
}

@media (min-width: 1200px) {

	.product_info .right {
		padding-right: .9rem;
		padding-left: 3.4rem;
		margin-top: 0;
	}
}

.product_info .right .info_top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.product_info .right .info_top .info_type {
	width: 12rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	    flex-direction: column;
	-ms-flex-align: start;
	    align-items: start;
}

.product_info .right .info_top .info_type span {
	padding: .5rem 1rem;
	background: #041E42;
	color: #fff;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.4rem;
	display: inline-block;
}

.product_info .right .info_top .info_type span + span {
	margin-top: 1rem;
}

.product_info .right .info_top .info_type span.new {
	text-transform: uppercase;
	background: #4EB82A;
}

.product_info .right .info_top .info_type span.b_l {
	background: #429B24;
	padding: .03rem 1.3rem;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.product_info .right .info_top .info_type span.b_l:before,
						.product_info .right .info_top .info_type span.b_l:after {
	content: '';
	width: 6rem;
	height: 3rem;
	background: #fff;
	transform: rotate(40deg);
	position: absolute;
	top: -1.5rem;
	right: -4rem;
}

.product_info .right .info_top .info_type span.b_l:after {
	transform: rotate(-40deg);
	top: auto;
	bottom: -1.5rem;
	right: -4rem;
}

.product_info .right .price_row {
	position: relative;
	padding-right: 3.8rem;
}

.product_info .right .price_row .disc {
	position: absolute;
	top: 0;
	right:0;
	width: 5.7rem;
	height: 5.7rem;
	border-radius: 50%;
	background: #FFCC02;
	filter: drop-shadow(0 0.2rem 0.4rem rgba(0,0,0, 0.5));
	display: block;
}

.product_info .right .price_row .disc span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.9rem;
	text-align: center;
	color: #041E42;
}

.product_info .right .price_row .label {
	display: block;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #011530;
	margin-bottom: .6rem;
}

.product_info .right .price_row .old-price {
	font-weight: 300;
	font-size: 2.1rem;
	line-height: 2.9rem;
	text-decoration: line-through;
	color: #b0b0b0;
	display: block;
}

.product_info .right .price_row .price {
	font-weight: 600;
	font-size: 3.8rem;
	line-height: 5.2rem;
	color: #011530;
}

.product_info .right .price_row .price .currency {
	font-size: 2.1rem;
	line-height: 2.9rem;
}

.product_info .right .det {
	display: -ms-flexbox;
	display: flex;
	margin-top: 2rem;
}

.product_info .right .det span {
	background: #F5F6F8;
	padding: .6rem 1.8rem;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #041E42;
	text-align: center;
}

.product_info .right .det span.instock {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #011530;
	padding: .8rem;
}

.product_info .right .det span + span {
	margin-left: .6rem;
}

.product_info .right .marka {
	padding: 1.8rem 0 2.9rem;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #011530;
}

.product_info .right .marka a {
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: underline;
	color: #011530;
}

.product_info .right .marka a:hover {
	color: #FFCC02;
}

.product_info .right .info h3 {
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #011530;
	margin-bottom: 0;
	position: relative;
}

.product_info .right .info h3:before {
	content: '';
	width: 100%;
	height: .1rem;
	background: #E5E5E5;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.product_info .right .info h3 span {
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
	padding-right: 2rem;
}

.product_info .right .info .descr {
	height: 7.8rem;
	overflow-y: scroll;
	padding: .5rem 2.1rem .5rem 0;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 2.4rem;
	color: #011530;
	margin-top: 1.8rem;
}

.product_info .right .info .descr p {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin-bottom: 1rem;
}

.product_info .right .info .descr p:last-child {
	margin-bottom: 0;
}

.product_info .right .info .descr + h3 {
	margin-top: 3rem;
}

.product_info .right .conditions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-top: 3rem;
	margin-bottom: -3rem;
}

.product_info .right .conditions div {
	width: 100%;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #011530;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 3rem;
}

@media (min-width: 500px) {

	.product_info .right .conditions div {
		width: 48%;
	}
}

@media (min-width: 800px) {

	@media (max-width: 1024px) {

		.product_info .right .conditions div {
			width: 100%;
		}
	}
}

@media (min-width: 1200px) {

	@media (max-width: 1460px) {

		.product_info .right .conditions div {
			width: 100%;
		}
	}
}

.product_info .right .conditions div svg {
	width: 2.9rem;
	height: 3.7rem;
	margin-right: 1rem;
}

.product_info .right .conditions div span {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	margin-right: 1rem;
}

.product_info .right .conditions div.del,
				.product_info .right .conditions div.benef {
	-ms-flex-align: start;
	    align-items: flex-start;
}

.product_info .right .conditions div.del span, .product_info .right .conditions div.benef span {
	display: block;
	margin-bottom: .7rem;
}

.product_info .right .conditions div.del div, .product_info .right .conditions div.benef div {
	width: calc(100% - 5.5rem);
	display: inline-block;
	margin-bottom: 0;
}

.product_info .right .conditions div.del svg, .product_info .right .conditions div.benef svg {
	width: 4.5rem;
	height: 3.2rem;
}

.product_info .buy {
	margin-top: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	max-width: 35rem;
}

@media (min-width: 768px) {

	.product_info .buy {
		max-width: 30rem;
	}
}

.product_info .buy__input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.product_info .buy__input span {
	padding: 0 1rem;
}

.product_info .buy__decrement,
		.product_info .buy__increment {
	display: inline-block;
	width: 2.8rem;
	height: 100%;
	line-height: 3.8rem;
	background: #F7F7F7;
	text-align: center;
	font-size: 2.2rem;
	transition: .3s ease;
	cursor: pointer;
}

.product_info .buy i {
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.product_info .buy input {
	border-width: 0;
	text-align: center;
	background: #F7F7F7;
	height: 3.8rem;
	width: 8rem;
	padding-left: 1.6rem;
	-moz-appearance: textfield;
	font-size: 1.8rem;
	line-height: 3.8rem;
	margin: 0 0.5rem;
}

.product_info .buy .add_to_cart_button {
	margin-top: 1rem;
	width: 100%;
}

/* -------------------------- *\
    .lightstyle_product_listing
\* -------------------------- */

.lightstyle_product_listing { 
	padding: 0;
	position: relative;
	z-index: 1;
}

.lightstyle_product_listing + .lightstyle_product_listing {
	position: relative;
}

.lightstyle_product_listing + .lightstyle_product_listing .shell {
	position: relative;
}

.lightstyle_product_listing + .lightstyle_product_listing .shell:before {
	content: '';
	width: 100%;
	height: .1rem;
	background: #CDCDCD;
	position: relative;
	top: -5.4rem;
}

.lightstyle_product_listing .shell {
	max-width: 159rem;
	padding: 5.4rem 0;
	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;
}

@media (max-width: 1600px) {

	.lightstyle_product_listing .shell {
		padding: 5.4rem 2rem;
	}
}

.lightstyle_product_listing .shell .l {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
}

@media (min-width: 900px) {

	.lightstyle_product_listing .shell .l {
		width: 33rem;
		padding-right: 4.2rem;
		display: inline-block;
	}
}

.lightstyle_product_listing .shell .l > span {
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 1.5rem;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
	background: #041E42;
	display: block;
	margin-bottom: .8rem;
	position: relative;
}

.lightstyle_product_listing .shell .l > span svg {
	width: 3.5rem;
	height: 3.7rem;
	fill: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.lightstyle_product_listing .shell .l > span span {
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	background: #FFCC02;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, .5);
	position: absolute;
	top: -1.5rem;
	right: -1.5rem;
}

.lightstyle_product_listing .shell .l > span span svg {
	width: 1.5rem;
	height: 1.7rem;
	fill: #041E42;
}

.lightstyle_product_listing .shell .l h2 {
	padding-left: 4.9rem;
	margin-bottom: 0;
	font-size: 2.3rem;
	line-height: 2.6rem;
	color: #041E42;
}

@media (min-width: 900px) {

	.lightstyle_product_listing .shell .l h2 {
		margin-bottom: 3rem;
		font-size: 3.6rem;
		line-height: 4.8rem;
	}
}

.lightstyle_product_listing .shell .l h2 span {
	display: block;
	font-weight: 800;
}

.lightstyle_product_listing .shell .l .btn-arrow {
	padding-left: 4.9rem;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 10;
}

@media (min-width: 900px) {

	.lightstyle_product_listing .shell .l .btn-arrow {
		position: relative;
	}
}

.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow2,
				.lightstyle_product_listing .shell .l .btn-arrow .next-arrow2,
				.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow3,
				.lightstyle_product_listing .shell .l .btn-arrow .next-arrow3,
				.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow4,
				.lightstyle_product_listing .shell .l .btn-arrow .next-arrow4,
				.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow5,
				.lightstyle_product_listing .shell .l .btn-arrow .next-arrow5 {
	width: 3.9rem;
	height: 2.9rem;
	color: #011530;
	cursor: pointer;
}

.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow2 svg, .lightstyle_product_listing .shell .l .btn-arrow .next-arrow2 svg, .lightstyle_product_listing .shell .l .btn-arrow .prev-arrow3 svg, .lightstyle_product_listing .shell .l .btn-arrow .next-arrow3 svg, .lightstyle_product_listing .shell .l .btn-arrow .prev-arrow4 svg, .lightstyle_product_listing .shell .l .btn-arrow .next-arrow4 svg, .lightstyle_product_listing .shell .l .btn-arrow .prev-arrow5 svg, .lightstyle_product_listing .shell .l .btn-arrow .next-arrow5 svg {
	width: 3.9rem;
	height: 2.9rem;
}

.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow2:hover, .lightstyle_product_listing .shell .l .btn-arrow .next-arrow2:hover, .lightstyle_product_listing .shell .l .btn-arrow .prev-arrow3:hover, .lightstyle_product_listing .shell .l .btn-arrow .next-arrow3:hover, .lightstyle_product_listing .shell .l .btn-arrow .prev-arrow4:hover, .lightstyle_product_listing .shell .l .btn-arrow .next-arrow4:hover, .lightstyle_product_listing .shell .l .btn-arrow .prev-arrow5:hover, .lightstyle_product_listing .shell .l .btn-arrow .next-arrow5:hover {
	color: rgba(1,21,48, .5);
}

.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow2,
				.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow3,
				.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow4,
				.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow5 {
	margin-right: 1rem;
}

@media (min-width: 900px) {

	.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow2,
				.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow3,
				.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow4,
				.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow5 {
		margin-right: 4rem;
	}
}

.lightstyle_product_listing .shell .l .btn-arrow .prev-arrow2 svg, .lightstyle_product_listing .shell .l .btn-arrow .prev-arrow3 svg, .lightstyle_product_listing .shell .l .btn-arrow .prev-arrow4 svg, .lightstyle_product_listing .shell .l .btn-arrow .prev-arrow5 svg {
	transform: rotate(180deg);
}

.lightstyle_product_listing .shell .l .slick-arrow.slick-hidden {
	display: inline-block;
}

.lightstyle_product_listing .shell .l .btn-blue {
	margin-top: 3rem;
	padding-bottom: .5rem;
	width: 100%;
	text-align: left;
}

@media (min-width: 768px) {

	.lightstyle_product_listing .shell .l .btn-blue {
		position: absolute;
		top: 0;
		right: 0;
		margin-left: 2rem;
		width: auto;
		margin-top: 0;
		padding-bottom: 0;
	}
}

@media (min-width: 900px) {

	.lightstyle_product_listing .shell .l .btn-blue {
		margin-left: 4.9rem;
		margin-top: 6.5rem;
		position: relative;
	}
}

.lightstyle_product_listing .shell .r {
	width: 100%;
	margin-top: 2rem;
}

@media (min-width: 900px) {

	.lightstyle_product_listing .shell .r {
		width: calc(100% - 33rem);
		margin-top: 0;
	}
}

.lightstyle_product_listing .shell .r .lightstyle_product_new__slider::after, .lightstyle_product_listing .shell .r .lightstyle_product_disc__slider::after, .lightstyle_product_listing .shell .r .lightstyle_product_listing__slider::after, .lightstyle_product_listing .shell .r .lightstyle_product_listing__post::after {
	content: "";
	clear: both;
	display: table;
	line-height: 0;
}

.lightstyle_product_listing .shell .r .lightstyle_product_new__slider .slick-list, .lightstyle_product_listing .shell .r .lightstyle_product_disc__slider .slick-list, .lightstyle_product_listing .shell .r .lightstyle_product_listing__slider .slick-list, .lightstyle_product_listing .shell .r .lightstyle_product_listing__post .slick-list {
	margin: -1.6rem;
}

.lightstyle_product_listing .shell .r .lightstyle_product_new__slider .slick-track, .lightstyle_product_listing .shell .r .lightstyle_product_disc__slider .slick-track, .lightstyle_product_listing .shell .r .lightstyle_product_listing__slider .slick-track, .lightstyle_product_listing .shell .r .lightstyle_product_listing__post .slick-track {
	float: left;
}

.lightstyle_product_listing .shell .r .lightstyle_product_new__slider .prod_2, .lightstyle_product_listing .shell .r .lightstyle_product_disc__slider .prod_2, .lightstyle_product_listing .shell .r .lightstyle_product_listing__slider .prod_2, .lightstyle_product_listing .shell .r .lightstyle_product_listing__post .prod_2 {
	padding: 1.6rem;
}

.lightstyle_product_listing .shell .r .lightstyle_product_new__slider .prod_2:not(:first-child), .lightstyle_product_listing .shell .r .lightstyle_product_disc__slider .prod_2:not(:first-child), .lightstyle_product_listing .shell .r .lightstyle_product_listing__slider .prod_2:not(:first-child), .lightstyle_product_listing .shell .r .lightstyle_product_listing__post .prod_2:not(:first-child) {
	display: none;
}

.lightstyle_product_listing .shell .r .lightstyle_product_new__slider.slick-initialized .prod_2:not(:first-child), .lightstyle_product_listing .shell .r .lightstyle_product_disc__slider.slick-initialized .prod_2:not(:first-child), .lightstyle_product_listing .shell .r .lightstyle_product_listing__slider.slick-initialized .prod_2:not(:first-child), .lightstyle_product_listing .shell .r .lightstyle_product_listing__post.slick-initialized .prod_2:not(:first-child) {
	display: block;
}

.lightstyle_product_listing--archive {
	padding: 7.5rem 0 4.5rem;
	position: relative;
	z-index: 5;
}

.lightstyle_product_listing--archive .shell {
	padding: 0;
	-ms-flex-align: start;
	    align-items: flex-start;
}

@media (max-width: 1600px) {

	.lightstyle_product_listing--archive .shell {
		padding: 0 1.5rem;
	}
}

.lightstyle_product_listing--archive .inc {
	position: relative;
	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;
}

.lightstyle_product_listing--archive .sort {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-bottom: 3.6rem;
	-ms-flex-align: center;
	    align-items: center;
}

.lightstyle_product_listing--archive .sort .ll {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 100%;
}

@media (min-width: 768px) {

	.lightstyle_product_listing--archive .sort .ll {
		width: auto;
	}
}

.lightstyle_product_listing--archive .sort .ll .filter_btn {
	position: relative;
	width: 100%;
}

@media (min-width: 768px) {

	.lightstyle_product_listing--archive .sort .ll .filter_btn {
		margin-right: 4rem;
		width: auto;
	}
}

.lightstyle_product_listing--archive .sort .ll .filter_btn span {
	width: 100%;
	background: #041E42;
	border: .1rem solid #041E42;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	border-radius: .5rem;
	color: #fff;
	padding: 1.3rem;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	display: block;
	cursor: pointer;
	transition: .3s ease;
}

@media (min-width: 768px) {

	.lightstyle_product_listing--archive .sort .ll .filter_btn span {
		width: 29.3rem;
	}
}

.lightstyle_product_listing--archive .sort .ll .filter_btn span svg {
	width: 1.7rem;
	height: 1.1rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 1rem;
	transition: none;
}

.lightstyle_product_listing--archive .sort .ll .filter_btn span.no_v {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.lightstyle_product_listing--archive .sort .ll .filter_btn span.no_v svg {
	transform: translateY(-50%) rotate(180deg);
}

.lightstyle_product_listing--archive .sort .ll .filter_btn span.hide {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

.lightstyle_product_listing--archive .sort .ll .filter_btn span.show {
	position: relative;
	opacity: 1;
	visibility: visible;
}

.lightstyle_product_listing--archive .sort .ll .filter_btn:hover span {
	background: #fff;
	color: #041E42;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	display: none;
}

@media (min-width: 768px) {

	.lightstyle_product_listing--archive .sort .ll .custom-dropdown {
		display: -ms-flexbox;
		display: flex;
	}
}

@media (min-width: 410px) {

	.lightstyle_product_listing--archive .sort .ll .custom-dropdown {
		margin-right: 4rem;
		margin-bottom: 0;
	}
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown select {
	display: none;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown:after {
	content: '';
	background: rgba(255,255,255, 0.15);
	width: 100%;
	height: 0.1rem;
	position: absolute;
	bottom: 0;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown label {
	font-size: 1.6rem;
	line-height: 2.2rem;
	letter-spacing: 0.05rem;
	color: #4c4c4c;
	margin-right: 1rem;
	display: none;
}

@media (min-width: 1024px) {

	.lightstyle_product_listing--archive .sort .ll .custom-dropdown label {
		display: inline-block;
	}
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-selected {
	background: #fff;
	border-radius: .5rem;
	padding: 1.3rem 3rem 1.3rem 2.2rem;
	border: 0.1rem solid #dcdcdc;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #011530;
	transition: .3s ease;
	width: 23.7rem;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-selected:-ms-input-placeholder {
	color: #011530;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-selected::placeholder {
	color: #011530;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-selected:focus {
	color: #011530;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-selected:after {
	content: '';
	background: url(/wp-content/uploads/down-arrow.png)no-repeat;
	background-size: contain;
	width: 1.4rem;
	height: .8rem;
	position: absolute;
	top: 50%;
	right: 1.5rem;
	transform: translateY(-40%) rotate(180deg);
	transition: .3s ease;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-selected.select-arrow-active {
	border-radius: .5rem .5rem 0 0;
	border-bottom: .1rem solid transparent;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-selected.select-arrow-active:after {
	content: '';
	background: url(/wp-content/uploads/down-arrow.png)no-repeat;
	background-size: contain;
	transform: translateY(-50%) rotate(0);
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-items {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 100;
	padding: 0.3rem 2.5rem 0;
	border: 0.1rem solid #dcdcdc;
	box-shadow: 0 .4rem .4rem 0 rgba(0,0,0, .25);
	border-top: 0;
	border-radius: 0 0 .5rem .5rem;
	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: 23.7rem;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-items div,
						.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-items .select-selected {
	color: #011530;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	font-size: 1.6rem;
	line-height: 2.2rem;
	padding: 0 0 1rem;
	transition: .3s ease;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-items div:hover,
						.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-items .same-as-selected {
	color: #FFCC02;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown .select-hide {
	display: none;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown:last-child {
	margin-right: 1rem;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown:last-child .select-selected {
	width: 9.4rem;
}

.lightstyle_product_listing--archive .sort .ll .custom-dropdown:last-child .select-items {
	width: 9.4rem;
}

.lightstyle_product_listing--archive .sort .m {
	font-size: 1.6rem;
	line-height: 2.2rem;
	letter-spacing: 0.05rem;
	color: #4c4c4c;
	display: none;
}

@media (min-width: 1350px) {

	.lightstyle_product_listing--archive .sort .m {
		display: inline-block;
	}
}

.lightstyle_product_listing--archive .sort .pages {
	width: 100%;
	margin-top: 2rem;
}

@media (min-width: 1200px) {

	.lightstyle_product_listing--archive .sort .pages {
		width: auto;
		margin-top: 0;
	}
}

.lightstyle_product_listing--archive .sort .pages .facetwp-page {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.9rem;
	letter-spacing: 0.06rem;
	color: rgba(4,30,66, .3);
}

.lightstyle_product_listing--archive .sort .pages .facetwp-page.active {
	color: #041E42;
	text-decoration: underline;
}

.lightstyle_product_listing--archive .sort .pages .facetwp-page.next,
					.lightstyle_product_listing--archive .sort .pages .facetwp-page.prev {
	background: #fff;
	border: .1rem solid #dcdcdc;
	border-radius: .5rem;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .25);
	padding: .6rem 1rem;
	color: #041E42;
	text-decoration: none;
}

.lightstyle_product_listing--archive .t {
	width: 100%;
	margin-bottom: 3rem;
	position: absolute;
	left: 0;
	transform: translateX(-100%);
	transition: .3s ease;
	opacity: 0;
	visibility: visible;
}

@media (min-width: 768px) {

	.lightstyle_product_listing--archive .t {
		width: 29.3rem;
		margin-bottom: 0;
	}
}

.lightstyle_product_listing--archive .t.show {
	position: relative;
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
	top: 0;
	left: 0;
	transition: .3s ease;
}

.lightstyle_product_listing--archive .bot {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media (min-width: 768px) {

	.lightstyle_product_listing--archive .bot {
		width: calc(100% - 32.4rem);
	}
}

.lightstyle_product_listing--archive .bot .prod_2 {
	margin: 0 0 3rem;
	width: 100%;
	transition: .3s ease;
}

@media (min-width: 600px) {

	.lightstyle_product_listing--archive .bot .prod_2 {
		width: calc(50% - 3rem);
		margin: 0 1.5rem 3rem;
	}
}

@media (min-width: 768px) {

	.lightstyle_product_listing--archive .bot .prod_2 {
		width: 100%;
		margin: 0 0 3rem;
	}
}

@media (min-width: 900px) {

	.lightstyle_product_listing--archive .bot .prod_2 {
		width: calc(50% - 3rem);
		margin: 0 1.5rem 3rem;
	}
}

@media (min-width: 1200px) {

	.lightstyle_product_listing--archive .bot .prod_2 {
		width: calc(33.33% - 3rem);
	}
}

@media (min-width: 1450px) {

	.lightstyle_product_listing--archive .bot .prod_2 {
		width: calc(25% - 3rem);
	}
}

.lightstyle_product_listing--archive .bot.full {
	width: 100%;
}

.lightstyle_product_listing--archive .bot.full .prod_2 {
	margin: 0 0 3rem;
	width: 100%;
}

@media (min-width: 600px) {

	.lightstyle_product_listing--archive .bot.full .prod_2 {
		width: calc(50% - 3rem);
		margin: 0 1.5rem 3rem;
	}
}

@media (min-width: 768px) {

	.lightstyle_product_listing--archive .bot.full .prod_2 {
		width: calc(50% - 3rem);
	}
}

@media (min-width: 900px) {

	.lightstyle_product_listing--archive .bot.full .prod_2 {
		width: calc(33.33% - 3rem);
	}
}

@media (min-width: 1200px) {

	.lightstyle_product_listing--archive .bot.full .prod_2 {
		width: calc(25% - 3rem);
	}
}

@media (min-width: 1450px) {

	.lightstyle_product_listing--archive .bot.full .prod_2 {
		width: calc(20% - 3rem);
	}
}

.search .lightstyle_product_listing--archive .inc, .archive .lightstyle_product_listing--archive .inc {
	width: 100%;
}

/* -------------------------- *\
    .page_intro
\* -------------------------- */

.page_intro { 
	padding: 1.6rem 0;
 }

@media (min-width: 900px) {

	.page_intro {
		padding: 1.6rem 0 7.7rem;
	}
}

.page_intro .text {
	max-width: 135.2rem;
}

.page_intro h1 {
	font-size: 2.6rem;
	line-height: 4.4rem;
	font-weight: 700;
	color: #011530;
	margin-bottom: 2.6rem;
}

@media (min-width: 1024px) {

	.page_intro h1 {
		font-size: 4.6rem;
		line-height: 5.2rem;
		margin-bottom: 3.5rem;
	}
}

.page_intro p {
	font-size: 1.6rem;
	line-height: 2.6rem;
	font-weight: 300;
	color: #011530;
	margin-bottom: 1.5rem;
}

.page_intro p:last-child {
	margin-bottom: 0;
}

/* -------------------------- *\
    .aside
\* -------------------------- */

@media (min-width: 990px) {

	.aside {
		width: 43rem;
	}
}

.aside .block + .block {
	margin-top: 3.4rem;
}

.aside .block h2 {
	margin: 0 0 2rem;
	color: #CCC;
}

.aside .block .category-list a, .aside .block .tags a {
	position: relative;
	padding-left: 1.5rem;
	border: 0.1rem solid #e4e4e4;
	border-radius: 0.3rem;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.25);
	padding: 0.5rem 1.4rem 0.5rem 3rem;
	margin-bottom: 1rem;
	color: #4EB82A;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9rem;
	letter-spacing: -0.0044rem;
	text-transform: uppercase;
	display: inline-block;
	margin-right: 1.8rem;
}

.aside .block .category-list a:before, .aside .block .tags a:before {
	content: '#';
	position: absolute;
	left: 1.4rem;
	color: #4EB82A;
}

.aside .block .category-list a:hover, .aside .block .tags a:hover {
	border: 0.1rem solid #EBEBEB;
	color: #CCC;
}

.aside .block .category-list a:hover:before, .aside .block .tags a:hover:before {
	color: #CCC;
}

.aside .block .category-list a {
	padding: 0.5rem 1.4rem;
}

.aside .block .category-list a:before {
	content: none;
}

.aside .block .item {
	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;
	margin-bottom: 0.5rem;
}

@media (min-width: 550px) {

	.aside .block .item {
		margin-bottom: 2.2rem;
	}
}

.aside .block .item a {
	width: 100%;
}

.aside .block .item a img {
	max-width: 100%;
	margin-bottom: 1.5rem;
}

@media (min-width: 550px) {

	.aside .block .item a {
		width: calc(35% - 0.6rem);
	}

	.aside .block .item a img {
		margin-bottom: 0;
	}
}

@media (min-width: 990px) {

	.aside .block .item a img {
		max-width: 14.6rem;
	}
}

.aside .block .item .info-block {
	width: 100%;
}

@media (min-width: 550px) {

	.aside .block .item .info-block {
		width: calc(65% - 0.6rem);
	}
}

.aside .block .item .info-block h3 {
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #CCC;
	margin: 0 0 0.6rem !important;
	text-transform: none;
}

.aside .block .item .info-block .stars .kksr-legend {
	display: none;
}

.aside .block .item .info-block .stars .kk-star-ratings .kksr-stars .kksr-star .kksr-icon,
					.aside .block .item .info-block .stars .kk-star-ratings:not(.kksr-disabled) .kksr-stars .kksr-star:hover~.kksr-star .kksr-icon {
	background-image: url(/wp-content/uploads/2021/11/star.svg);
}

.aside .block .item .info-block .stars .kk-star-ratings .kksr-stars .kksr-stars-active .kksr-star .kksr-icon {
	background-image: url(/wp-content/uploads/2021/11/star-fill.svg);
}

.aside .block .item .info-block .stars .kk-star-ratings.kksr-disabled .kksr-stars .kksr-stars-active .kksr-star .kksr-icon,
					.aside .block .item .info-block .stars .kk-star-ratings:not(.kksr-disabled) .kksr-stars:hover .kksr-star .kksr-icon {
	background-image:url(/wp-content/uploads/2021/11/star-fill.svg)
}

.aside .block .item .info-block .post-details {
	display: -ms-flexbox;
	display: flex;
	color: #4EB82A;
	font-size: 1.2rem;
	line-height: 1.6rem;
	letter-spacing: 0.036rem;
	margin-bottom: 2.2rem;
}

.aside .block .item .info-block .post-details div + div {
	margin-left: 1.8rem;
}

.aside .block .item .info-block .post-details > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.aside .block .item .info-block .post-details .date-icon,
					.aside .block .item .info-block .post-details .custom-icon {
	width: 1.8rem;
	height: 1.6rem;
	margin-right: 0.8rem;
}

/* -------------------------- *\
    .some_block
\* -------------------------- */

.some_block { 
	padding: 0 0 9rem;
	text-align: center;
}

.some_block h2 {
	font-weight: 800;
	font-size: 3.6rem;
	line-height: 4.8rem;
	margin-bottom: .4rem;
	text-align: center;
	color: #041E42;
}

.some_block h3 {
	text-align: center;
	font-size: 2.1rem;
	line-height: 2.6rem;
	color: #041E42;
	font-weight: 400;
}

.some_block p {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #011530;
	margin-bottom: 1.5rem;
}

.some_block p:last-child {
	margin-bottom: 0;
}

.some_block .text {
	max-width: 135rem;
	margin: 0 auto 3.4rem;
}

/* -------------------------- *\
    .history
\* -------------------------- */

.history { 
	padding: 0 0 10rem;
	position: relative;
}

.history h2 {
	font-weight: 800;
	font-size: 3.6rem;
	line-height: 4.8rem;
	margin-bottom: .4rem;
	text-align: center;
	color: #041E42;
}

.history .int {
	text-align: center;
	font-size: 2.1rem;
	line-height: 2.6rem;
	color: #041E42;
	font-weight: 400;
	max-width: 135rem;
	margin: 0 auto;
}

.history__block {
	margin-top: 3rem;
}

.history__block .history-prev-arrow,
		.history__block .history-next-arrow {
	position: absolute;
	top: 30%;
	left: auto;
	right: 2rem;
	cursor: pointer;
	width: 4.6rem;
	height: 3.4rem;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}

.history__block .history-prev-arrow svg, .history__block .history-next-arrow svg {
	width: 4.6rem;
	height: 3.4rem;
}

@media (min-width: 1200px) {

	.history__block .history-prev-arrow,
		.history__block .history-next-arrow {
		top: 57%;
		left: auto;
		right: 6.5rem;
	}
}

@media (min-width: 1750px) {

	.history__block .history-prev-arrow,
		.history__block .history-next-arrow {
		right: 4rem;
	}
}

.history__block .history-prev-arrow {
	display: none;
}

.history__block .container {
	margin-right: calc(50% - 50vw);
	width: calc(200% - 50vw);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	transform: translateY(-100%);
	transition: .3s ease;
}

.history__block .container .slick-track {
	padding-top: 10rem;
}

@media (min-width: 1200px) {

	.history__block .container .slick-track {
		margin-left: 10%;
	}
}

@media (min-width: 1400px) {

	.history__block .container .slick-track {
		margin-left: 8%;
	}
}

.history__block .container .item:not(:first-child) {
	display: none;
}

.history__block .container.slick-initialized {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	position: relative;
}

.history__block .container.slick-initialized .item:not(:first-child) {
	display: block;
}

.history__block .container.slick-initialized + .history-next-arrow {
	opacity: 1;
	visibility: visible;
}

.history .item {
	width: 24rem;
	position: relative;
}

@media (min-width: 990px) {

	.history .item {
		width: 35rem;
	}
}

@media (min-width: 1200px) {

	.history .item {
		width: 44rem;
	}
}

.history .item .top {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0, -50%);
	z-index: 1;
	transition: .3s ease;
}

@media (min-width: 1200px) {

	.history .item .top {
		transform: translate(-50%, -50%);
	}
}

.history .item .top .round {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 7rem;
	line-height: 8.2rem;
	display: inline-block;
	text-align: center;
	color: #E5E5E5;
}

.history .item .dot {
	position: relative;
	z-index: 5;
}

.history .item .dot:before {
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	background: #041E42;
	display: inline-block;
	border-radius: 50%;
	border: 0.6rem solid transparent;
	transition: .3s ease;
	transform: scale(.5);
	z-index: 1;
}

.history .item .dot:after {
	content: '';
	background: #041E42;
	height: 0.1rem;
	position: absolute;
	top: 42%;
	left: .6rem;
	width: 100%;
	z-index: -1;
}

.history .item .bot {
	position: relative;
	margin: 4rem auto 0;
}

@media (min-width: 1200px) {

	.history .item .bot {
		left: -50%;
		width: 35.4rem;
		text-align: center;
	}
}

.history .item .bot h3 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.5rem;
	color: #EF7F1B;
	margin-bottom: 1.5rem;
}

.history .item .bot p {
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #A2A2A2;
	margin-bottom: 0;
}

.history .item:first-child .dot:after {
	content: none;
}

.history .item:hover .top {
	top: -5.3rem;
}

.history .item:hover .dot:before {
	border: 0.6rem solid #041E42;
	background: #fff;
	transform: scale(1);
}

/* -------------------------- *\
    .partners
\* -------------------------- */

.partners { 
	padding: 6.8rem 0 8rem;
 }

.partners .shell {
	max-width: 145.3rem;
	padding: 0;
}

@media (max-width: 1460px) {

	.partners .shell {
		padding: 0 2rem;
	}
}

.partners .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.partners a {
	padding: 0 2rem;
	margin-bottom: 4.5rem;
	width: 22.2rem;
	display: block;
	width: 50%;
}

@media (min-width: 500px) {

	.partners a {
		width: 33.33%;
	}
}

@media (min-width: 768px) {

	.partners a {
		width: 25%;
	}
}

@media (min-width: 900px) {

	.partners a {
		width: 20%;
	}
}

@media (min-width: 1320px) {

	.partners a {
		width: 16.66%;
	}
}

@media (min-width: 1650px) {

	.partners a {
		width: 14.28%;
	}
}

.partners img {
	width: 12.2rem;
	height: 4.5rem;
	transition: .3s ease;
}

.partners img:hover {
	opacity: .7;
}

/* -------------------------- *\
    .some_text
\* -------------------------- */

.some_text { 
	padding: 3.5rem 0 5rem;
}

.some_text .info {
	max-width: 135.7rem;
}

.some_text .info h1 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 3.5rem;
	color: #011530;
	margin-bottom: 3.5rem;
}

@media (min-width: 768px) {

	.some_text .info h1 {
		font-size: 4.6rem;
		line-height: 5.2rem;
	}
}

.some_text .info .text {
	max-width: 112rem;
	margin: 0 0 0 auto;
	color: #011530;
}

.some_text .info .text h2,
			.some_text .info .text h3 {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 3.3rem;
	color: #011530;
	margin-bottom: 1.3rem;
}

.some_text .info .text h2 + h2, .some_text .info .text h3 + h2 {
	margin-top: 3.3rem;
}

.some_text .info .text h3 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.6rem;
}

.some_text .info .text p {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 1.5rem;
}

.some_text .info .text p strong {
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #011530;
}

.some_text .info .text p:last-child {
	margin-bottom: 0;
}

.some_text .info .text p + h2 {
	margin-top: 4.5rem;
}

.some_text .info .text p + h3 {
	margin-top: 3.5rem;
}

/* -------------------------- *\
    .steps
\* -------------------------- */

.steps { 
	padding: 0 0 13rem;
}

.steps .shell {
	max-width: 135.7rem;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-top: -1rem;
}

@media (max-width: 1365px) {

	.steps .shell {
		padding: 0 2rem;
	}
}

.steps .shell > div {
	position: relative;
	width: 100%;
	padding-bottom: 3.5rem;
	overflow: hidden;
	margin-top: 1rem;
}

@media (min-width: 900px) {

	.steps .shell > div {
		width: calc(50% - .5rem);
	}
}

.steps .shell > div:before {
	content: '';
	width: 100%;
	height: .1rem;
	position: absolute;
	top: 3.5rem;
	left: 2.3rem;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23898989FF' stroke-width='4' stroke-dasharray='6%2c 19' stroke-dashoffset='19' stroke-linecap='square'/%3e%3c/svg%3e");
}

@media (min-width: 900px) {

	.steps .shell > div:before {
		left: 8.7rem;
	}
}

.steps .shell > div:after {
	content: '';
	background: url(/wp-content/uploads/right-arrow-step.png)no-repeat;
	background-size: cover;
	width: 2.1rem;
	height: 1.9rem;
	position: absolute;
	top: 2.6rem;
	right: 0;
}

.steps .shell > div > span {
	width: 4.5rem;
	height: 4.5rem;
	border-radius: 50%;
	background: #041E42;
	box-shadow: 0 .2rem .4rem rgba(0,0,0, .5);
	display: block;
	position: relative;
}

@media (min-width: 900px) {

	.steps .shell > div > span {
		width: 7.1rem;
		height: 7.1rem;
	}
}

.steps .shell > div > span span {
	font-weight: 700;
	font-size: 2rem;
	line-height: 2.5rem;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #FFCC02;
}

@media (min-width: 900px) {

	.steps .shell > div > span span {
		font-size: 4.6rem;
		line-height: 6.3rem;
	}
}

.steps .shell > div div {
	padding-left: 6rem;
}

@media (min-width: 900px) {

	.steps .shell > div div {
		padding-left: 9.2rem;
		padding-right: 1rem;
	}
}

.steps .shell > div div h2 {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #011530;
	margin-bottom: 1rem;
}

@media (min-width: 900px) {

	.steps .shell > div div h2 {
		font-size: 2.4rem;
		line-height: 3.3rem;
	}
}

.steps .shell > div div p {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #011530;
	margin-bottom: 1.2rem;
}

.steps .shell > div div p:last-child {
	margin-bottom: 0;
}

@media (min-width: 900px) {

	.steps .shell > div div p {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
}

@media (max-width: 900px) {

	.steps .shell > div:first-child:before {
		width: .1rem;
		height: 100%;
		top: 6rem;
		left: 2.3rem;
	}

	.steps .shell > div:first-child:after {
		top: auto;
		right: 0;
		left: 1.3rem;
		bottom: 0;
		transform: rotate(90deg);
	}
}

@media (min-width: 900px) {

	.steps .shell > div:first-child:before {
		width: 100%;
		height: .1rem;
	}

	.steps .shell > div:first-child:after {
		top: 2.6rem;
		right: 0;
	}
}

.steps .shell > div:nth-child(2):before, .steps .shell > div:nth-child(4):before, .steps .shell > div:nth-child(6):before {
	width: .1rem;
	height: 100%;
	top: 6rem;
	left: 2.3rem;
}

@media (min-width: 900px) {

	.steps .shell > div:nth-child(2):before, .steps .shell > div:nth-child(4):before, .steps .shell > div:nth-child(6):before {
		top: 8.7rem;
		left: 3.5rem;
	}
}

.steps .shell > div:nth-child(2):after, .steps .shell > div:nth-child(4):after, .steps .shell > div:nth-child(6):after {
	top: auto;
	right: 0;
	left: 1.3rem;
	bottom: 0;
	transform: rotate(90deg);
}

@media (min-width: 900px) {

	.steps .shell > div:nth-child(2):after, .steps .shell > div:nth-child(4):after, .steps .shell > div:nth-child(6):after {
		left: 2.5rem;
	}
}

.steps .shell > div:nth-child(3):before {
	width: .1rem;
	height: 100%;
	top: 6rem;
	left: 2.3rem;
}

.steps .shell > div:nth-child(3):after {
	top: auto;
	right: 0;
	left: 1.3rem;
	bottom: 0;
	transform: rotate(90deg);
}

@media (min-width: 900px) {

	.steps .shell > div:nth-child(3) {
		-ms-flex-order: 4;
		    order: 4;
	}

	.steps .shell > div:nth-child(3):before {
		content: none;
	}

	.steps .shell > div:nth-child(3):after {
		content: none;
	}
}

@media (min-width: 900px) {

	.steps .shell > div:nth-child(4) {
		-ms-flex-order: 3;
		    order: 3;
	}
}

@media (min-width: 900px) {

	.steps .shell > div:nth-child(4) .line {
		position: relative;
		width: 100%;
		height: .1rem;
		position: absolute;
		top: 0;
		left: 0;
	}

	.steps .shell > div:nth-child(4) .line:before {
		content: '';
		width: 100%;
		height: .1rem;
		position: absolute;
		top: 3.5rem;
		left: 8.7rem;
		background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23898989FF' stroke-width='4' stroke-dasharray='6%2c 19' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	}

	.steps .shell > div:nth-child(4) .line:after {
		content: '';
		background: url(/wp-content/uploads/right-arrow-step.png)no-repeat;
		background-size: cover;
		width: 2.1rem;
		height: 1.9rem;
		position: absolute;
		top: 2.6rem;
		left: 8.7rem;
		transform: rotate(180deg);
	}
}

@media (min-width: 900px) {

	.steps .shell > div:nth-child(5) {
		-ms-flex-order: 5;
		    order: 5;
	}
}

@media (max-width: 900px) {

	.steps .shell > div:nth-child(5):before {
		width: .1rem;
		height: 100%;
		top: 6rem;
		left: 2.3rem;
	}

	.steps .shell > div:nth-child(5):after {
		top: auto;
		right: 0;
		left: 1.3rem;
		bottom: 0;
		transform: rotate(90deg);
	}
}

@media (min-width: 900px) {

	.steps .shell > div:nth-child(6) {
		-ms-flex-order: 6;
		    order: 6;
	}
}

.steps .shell > div:nth-child(7):before {
	width: .1rem;
	height: 100%;
	top: 3rem;
	left: 2.3rem;
}

.steps .shell > div:nth-child(7):after {
	top: auto;
	right: 0;
	left: 1.3rem;
	bottom: 0;
	transform: rotate(90deg);
}

@media (min-width: 900px) {

	.steps .shell > div:nth-child(7) {
		-ms-flex-order: 8;
		    order: 8;
	}

	.steps .shell > div:nth-child(7):before {
		content: none;
	}

	.steps .shell > div:nth-child(7):after {
		content: none;
	}
}

@media (max-width: 900px) {

	.steps .shell > div:nth-child(8):before {
		content: none;
	}

	.steps .shell > div:nth-child(8):after {
		content: none;
	}
}

@media (min-width: 900px) {

	.steps .shell > div:nth-child(8) {
		-ms-flex-order: 7;
		    order: 7;
	}

	.steps .shell > div:nth-child(8):after {
		right: auto;
		top: 2.6rem;
		left: 8.7rem;
		transform: rotate(180deg);
	}
}

/* -------------------------- *\
    .delivery_box
\* -------------------------- */

.delivery_box {
	padding: 0 0 4.4rem;
}

@media (min-width: 1024px) {

	.delivery_box {
		padding: 0 0 15rem;
	}
}

.delivery_box .top {
	margin-bottom: 3.6rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.delivery_box .top svg {
	width: 6.8rem;
	height: 4.8rem;
	margin-right: 1.8rem;
	fill: #011530;
}

.delivery_box .top h2 {
	font-weight: 600;
	font-size: 3.6rem;
	line-height: 4.9rem;
	color: #011530;
	margin-bottom: 0;
}

.delivery_box .grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 133rem;
	margin: 0 auto;
}

.delivery_box .grid div {
	position: relative;
	margin-bottom: 3rem;
	width: 100%;
}

@media (min-width: 600px) {

	.delivery_box .grid div {
		width: 50%;
		margin-bottom: 0;
		padding: 0 3rem;
		border-right: .2rem solid #e4eaec;
	}
}

@media (max-width: 900px) {

	.delivery_box .grid div:nth-child(2) {
		border: 0;
	}
}

@media (min-width: 900px) {

	.delivery_box .grid div {
		width: 32.33%;
	}
}

@media (min-width: 1100px) {

	.delivery_box .grid div {
		padding-right: 6rem;
		width: auto;
	}

	.delivery_box .grid div + div {
		padding-right: 6rem;
	}
}

@media (min-width: 1350px) {

	.delivery_box .grid div {
		padding-right: 12rem;
	}

	.delivery_box .grid div + div {
		padding-left: 12rem;
		padding-right: 12rem;
	}
}

.delivery_box .grid div:last-child {
	border: 0;
	padding-right: 0;
}

@media (min-width: 1100px) {

	.delivery_box .grid div:last-child {
		width: 30rem;
	}
}

.delivery_box .grid div h2 {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	text-transform: uppercase;
	color: #011530;
	margin-bottom: 2rem;
}

.delivery_box .grid div p {
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #011530;
	margin-bottom: 0;
	font-weight: 300;
}

.delivery_box .grid div ul {
	list-style-position: inside;
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 1.4rem;
}

.delivery_box .grid div ul li {
	position: relative;
	padding-left: 2.6rem;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #011530;
}

.delivery_box .grid div ul li + li {
	margin-top: 1rem;
}

.delivery_box .grid div ul li:before {
	content: '';
	background: url(/wp-content/uploads/check-1.png)no-repeat;
	background-size: contain;
	width: 1.6rem;
	height: 1.2rem;
	position: absolute;
	left: 0;
	top: 0.4rem;
}

@media (min-width: 1024px) {

	.delivery_box + .delivery_box {
		margin-top: -7rem;
	}
}

.delivery_box + .delivery_box .grid div {
	width: 100%;
}

@media (min-width: 600px) {

	.delivery_box + .delivery_box .grid div {
		-ms-flex: 1;
		    flex: 1;
		padding-right: 2rem;
	}

	.delivery_box + .delivery_box .grid div:last-child {
		padding-right: 0;
	}
}

@media (min-width: 1100px) {

	.delivery_box + .delivery_box .grid div {
		padding-right: 6rem;
		width: auto;
	}

	.delivery_box + .delivery_box .grid div + div {
		padding-right: 6rem;
	}
}

@media (min-width: 1350px) {

	.delivery_box + .delivery_box .grid div {
		padding-right: 12rem;
	}

	.delivery_box + .delivery_box .grid div + div {
		padding-left: 12rem;
	}
}

/* -------------------------- *\
    .service_complaint
\* -------------------------- */

.service_complaint { 
	padding: 0 0 13rem;
}

.service_complaint .shell {
	max-width: 112rem;
}

.service_complaint .accordion {
	width: 100%;
	background: #fff;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #011530;
	text-align: left;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: relative;
	cursor: pointer;
	border: 0;
	margin-bottom: 4.5rem;
	padding-right: 2rem;
}

.service_complaint .accordion:after {
	content: url(/wp-content/uploads/down-arrow.png);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}

.service_complaint .accordion.open {
	margin-bottom: 0;
}

.service_complaint .accordion.open:after {
	transform: translateY(-50%) rotate(0);
}

@media (min-width: 900px) {

	.service_complaint .accordion {
		font-size: 2.1rem;
		line-height: 2.6rem;
	}
}

.service_complaint .panel {
	padding: 1.3rem 0 4.5rem;
	display: none;
}

@media (min-width: 768px) {

	.service_complaint .panel {
		padding: 1.3rem 0 4.5rem 4.5rem;
	}
}

.service_complaint .panel h2 {
	font-weight: 600;
	font-size:
}

.service_complaint .panel p {
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #011530;
	margin-bottom: .5rem;
	font-weight: 300;
}

.service_complaint .panel p:last-child {
	margin-bottom: 0;
}

.service_complaint .panel p a {
	color: #041E42;
	font-weight: 600;
}

.service_complaint .panel p a:hover {
	color: #FFCC02;
}

.service_complaint .panel p strong {
	margin-top: 1.3rem;
	display: block;
}

.service_complaint .panel p em {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #041E42;
}

/* -------------------------- *\
    .blog
\* -------------------------- */

.blog { 
	padding: 0 0 6rem;
 }

.blog .shell {
	max-width: 155rem;
	padding: 0;
}

@media (max-width: 1560px) {

	.blog .shell {
		padding: 0 2rem;
	}
}

.blog__grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -1.5rem;
}

.blog__grid .l_post {
	width: 100%;
	margin-bottom: 2rem;
	float: left;
	padding: 0 1.5rem;
}

@media (min-width: 768px) {

	.blog__grid .l_post {
		width: 50%;
	}
}

@media (min-width: 1110px) {

	.blog__grid .l_post {
		width: 33.33%;
		margin-bottom: 3.4rem;
	}
}

.pagination {
 	display: -ms-flexbox;
 	display: flex;
 	-ms-flex-align: center;
 	    align-items: center;
 	width: 100%;
 	margin: 3rem 1.5rem 0;
 }

.pagination span:first-child {
	margin-right: 1rem;
}

.pagination .page-numbers {
	width: 4.2rem;
	height: 4.2rem;
	font-size: 1.8rem;
	line-height: 2.5rem;
	font-weight: 600;
	color: #041E42;
	border: 0.1rem solid transparent;
	padding: 0.9rem 1.5rem;
	border-radius: 0.5rem;
}

.pagination .page-numbers.current {
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.25);
	border: 0.1rem solid #E4E4E4;
}

.pagination .page-numbers:hover {
	border: 0.1rem solid #EBEBEB;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0, 0.25);
}

.pagination .page-numbers + .page-numbers {
	margin-left: 0.6rem;
}

.pagination .page-numbers.next,
 		.pagination .page-numbers.prev {
	position: relative;
	display: inline-block;
}

.pagination .page-numbers.next:before, .pagination .page-numbers.prev:before {
	content: url(/wp-content/uploads/down-arrow.png);
	position: absolute;
	transform: rotate(90deg);
}

.pagination .page-numbers.prev:before {
	content: url(/wp-content/uploads/down-arrow.png);
	transform: rotate(-90deg);
}

/* -------------------------- *\
    .last_view_post
\* -------------------------- */

.last_view_post { 
	padding: 2.5rem 0 4.5rem;
	background: rgba(4,30,66, .02);
}

.last_view_post .shell {
	max-width: 155rem;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	    flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

@media (max-width: 1560px) {

	.last_view_post .shell {
		padding: 0 2rem;
	}
}

.last_view_post h2:not(.l_post h2),
	.last_view_post h3 {
	width: 100%;
	text-align: center;
	font-weight: 800;
	font-size: 3.6rem;
	line-height: 4.8rem;
	color: #041E42;
	margin-bottom: 1rem;
}

.last_view_post h3 {
	font-weight: 400;
	font-size: 2.1rem;
	line-height: 2.6rem;
	margin-bottom: 3.1rem;
}

.last_view_post.similar_post {
	background: #fff;
}

.last_view_post.similar_post .info {
	display: inline-block;
}

.last_view_post .info {
	display: none;
}

/* -------------------------- *\
    .faq
\* -------------------------- */

.faq { 
	padding: 0 0 3.5rem;
 }

.faq__grid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	margin-top: 2rem;
}

.faq__grid .l,
		.faq__grid .r {
	width: 100%;
	margin-bottom: 1.2rem;
}

@media (min-width: 900px) {

	.faq__grid .l,
		.faq__grid .r {
		width: calc(50% - 3rem);
		margin-bottom: 0;
	}
}

.faq__grid .l h2, .faq__grid .r h2 {
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 3.8rem;
	color: #011530;
	margin-bottom: 2.6rem;
	padding-bottom: .8rem;
	border-bottom: 0.1rem solid #FFCC02;
	text-transform: uppercase;
}

.faq__grid .l .accordion, .faq__grid .r .accordion {
	width: 100%;
	background: #fff;
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 2.3rem;
	color: #011530;
	text-align: left;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	position: relative;
	cursor: pointer;
	border: 0;
	margin-bottom: 2.5rem;
	padding-right: 2rem;
}

.faq__grid .l .accordion:after, .faq__grid .r .accordion:after {
	content: url(/wp-content/uploads/down-arrow.png);
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%) rotate(180deg);
}

.faq__grid .l .accordion.open, .faq__grid .r .accordion.open {
	margin-bottom: 0;
}

.faq__grid .l .accordion.open:after, .faq__grid .r .accordion.open:after {
	transform: translateY(-50%) rotate(0);
}

@media (min-width: 900px) {

	.faq__grid .l .accordion, .faq__grid .r .accordion {
		font-size: 2.1rem;
		line-height: 2.6rem;
	}
}

.faq__grid .l .panel, .faq__grid .r .panel {
	padding: 1.8rem 0 2.5rem;
	display: none;
}

.faq__grid .l .panel h2, .faq__grid .r .panel h2 {
	font-weight: 600;
	font-size:
}

.faq__grid .l .panel p, .faq__grid .r .panel p {
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #011530;
	margin-bottom: .5rem;
	font-weight: 300;
}

.faq__grid .l .panel p:last-child, .faq__grid .r .panel p:last-child {
	margin-bottom: 0;
}

.faq__grid .l .panel p a, .faq__grid .r .panel p a {
	color: #041E42;
	font-weight: 600;
}

.faq__grid .l .panel p a:hover, .faq__grid .r .panel p a:hover {
	color: #FFCC02;
}

.faq__grid .l .panel p strong, .faq__grid .r .panel p strong {
	margin-top: 1.3rem;
	display: block;
}

.faq__grid .l .panel p em, .faq__grid .r .panel p em {
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.9rem;
	color: #041E42;
}

/* -------------------------- *\
    .post_page
\* -------------------------- */

.post_page { 
	padding: 0 0 5rem;
}

.post_page .shell {
	max-width: 112rem;
	padding: 0;
}

@media (max-width: 1130px) {

	.post_page .shell {
		padding: 0 2rem;
	}
}

.post_page__content h1 {
	font-weight: 700;
	font-size: 3rem;
	line-height: 3.5rem;
	color: #011530;
	margin-bottom: 2.4rem;
	max-width: 80rem;
}

@media (min-width: 900px) {

	.post_page__content h1 {
		font-size: 4.6rem;
		line-height: 5.2rem;
	}
}

.post_page__content .t {
	background: #fff;
	box-shadow: 0 -.2rem .4rem 0 rgba(0,0,0, .25);
	border-radius: 0 0 1.5rem 1.5rem;
	padding: 1.5rem 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
	margin-bottom: 2.4rem;
}

.post_page__content .t .l {
	padding-right: 2.6rem;
}

@media (min-width: 450px) {

	.post_page__content .t .l {
		border-right: .1rem solid #979797;
	}
}

@media (min-width: 450px) {

	.post_page__content .t .r {
		padding-left: 1.9rem;
	}
}

.post_page__content h2,
		.post_page__content h3 {
	font-weight: 600;
	font-size: 2.3rem;
	line-height: 3rem;
	color: #011530;
	margin-bottom: 1.2rem;
}

@media (min-width: 768px) {

	.post_page__content h2,
		.post_page__content h3 {
		font-size: 2.6rem;
		line-height: 4.4rem;
	}
}

.post_page__content h3 {
	font-size: 1.8rem;
	line-height: 2.5rem;
}

@media (min-width: 768px) {

	.post_page__content h3 {
		font-size: 2.3rem;
		line-height: 3rem;
	}
}

.post_page__content p {
	margin-bottom: 1.5rem;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #011530;
}

.post_page__content p + h2,
			.post_page__content p + h3 {
	margin-top: 4.3rem;
}

.post_page__content .lightstyle_product_listing {
	padding: 4.3rem 0;
}

.post_page__content .lightstyle_product_listing .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;
	position: relative;
}

.post_page__content .lightstyle_product_listing .shell .l {
	width: 100%;
	padding-right: 0;
}

@media (min-width: 900px) {

	.post_page__content .lightstyle_product_listing .shell .l {
		width: 12.8rem;
	}
}

.post_page__content .lightstyle_product_listing .shell .l h2 {
	padding-left: 0;
}

@media (min-width: 900px) {

	.post_page__content .lightstyle_product_listing .shell .l h2 {
		transform: rotate(-180deg);
		-ms-writing-mode: tb-rl;
		    writing-mode: vertical-rl;
		text-orientation: mixed;
	}
}

.post_page__content .lightstyle_product_listing .shell .l .btn-arrow {
	padding-left: 0;
}

.post_page__content .lightstyle_product_listing .shell .l .btn-blue {
	margin-left: 0;
	margin-top: 4.8rem;
}

.post_page__content .lightstyle_product_listing .shell .r {
	width: 100%;
	margin-top: 4rem;
}

@media (min-width: 900px) {

	.post_page__content .lightstyle_product_listing .shell .r {
		width: calc(100% - 18rem);
	}
}

.post_page__content .post-image {
	margin-bottom: 2.4rem;
	max-width: 112.1rem;
	height: 25.5rem;
	border-radius: 1rem;
}

@media (min-width: 768px) {

	.post_page__content .post-image {
		height: 40.5rem;
	}
}

.post_page__content .post-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 1rem;
}

.post_page__content .share-post {
	padding: 4.2rem 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-align: center;
	    align-items: center;
}

.post_page__content .share-post span {
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2.2rem;
	color: #041E42;
	text-transform: uppercase;
	margin-right: 2.5rem;
	width: 100%;
	margin-bottom: 1rem;
}

@media (min-width: 400px) {

	.post_page__content .share-post span {
		width: auto;
		margin-bottom: 0;
	}
}

.post_page__content .share-post a {
	width: 4.5rem;
	height: 4.5rem;
	border: 0.08rem solid #C2C2C2;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}

.post_page__content .share-post a + a {
	margin-left: 0.5rem;
}

@media (min-width: 450px) {

	.post_page__content .share-post a + a {
		margin-left: 1rem;
	}
}

.post_page__content .share-post a .share-icon {
	fill: #C2C2C2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.post_page__content .share-post a:hover {
	border: 0.08rem solid #041E42;
}

.post_page__content .share-post a:hover .share-icon {
	fill: #041E42;
}

/* -------------------------- *\
    .post-gallery
\* -------------------------- */

.post-gallery { 
	padding: 0.6rem 0 1.2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: justify;
	    justify-content: space-between;
 }

.post-gallery img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.post-gallery .l {
	width: calc(62% - 0.5rem);
	overflow: hidden;
	max-height: 38.1rem;
	border-radius: 1rem 0 0 1rem;
}

.post-gallery .l img {
	border-radius: 1rem 0 0 1rem;
}

.post-gallery .r {
	width: calc(38% - 0.5rem);
	overflow: hidden;
	max-height: 38.1rem;
	border-radius: 0 1rem 1rem 0;
}

.post-gallery .r img {
	border-radius: 0 1rem 1rem 0;
}

.post-gallery.left .l {
	width: calc(38% - 0.5rem);
	max-height: 38.1rem;
}

.post-gallery.left .r {
	width: calc(62% - 0.5rem);
	max-height: 38.1rem;
}

/* -------------------------- *\
    .contacts
\* -------------------------- */

.contacts { 
	padding: 3.5rem 0 9rem;
}

.contacts .shell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
}

.contacts h1 {
	font-weight: 700;
	font-size: 4.6rem;
	line-height: 5.2rem;
	color: #011530;
	margin-bottom: 3.5rem;
	width: 100%;
}

.contacts .l {
	width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 990px) {

	.contacts .l {
		width: calc(55% - 1.85rem);
		margin-bottom: 0;
	}
}

.contacts .r {
	width: 100%;
}

@media (min-width: 990px) {

	.contacts .r {
		width: calc(45% - 1.85rem);
	}
}

.contacts .r #map {
	height: 35rem;
	border-radius: 1.5rem;
}

@media (min-width: 900px) {

	.contacts .r #map {
		height: 77.5rem;
	}
}

.contacts h2,
	.contacts h3 {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.6rem;
	color: #011530;
	margin-bottom: 1.3rem;
}

.contacts h3 {
	font-size: 1.6rem;
	line-height: 2.6rem;
	margin-bottom: 1.5rem;
	width: 100%;
}

@media (min-width: 768px) {

	.contacts .pl {
		padding-left: 4.5rem;
	}
}

.contacts .pl p {
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.6rem;
	color: #011530;
	margin-bottom: 1.5rem;
}

.contacts .pl p:last-child {
	margin-bottom: 0;
}

.contacts .pl .fl {
	margin-top: 3.4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	max-width: 63rem;
}

.contacts .pl .fl a {
	width: 100%;
	margin-bottom: .5rem;
	position: relative;
	padding-left: 4rem;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #011530;
	-ms-flex-order: 3;
	    order: 3;
}

@media (min-width: 600px) {

	.contacts .pl .fl a {
		width: 48%;
		-ms-flex-order: 2;
		    order: 2;
	}
}

@media (min-width: 768px) {

	.contacts .pl .fl a {
		width: 48%;
	}
}

.contacts .pl .fl a.f-st {
	font-weight: 600;
	font-size: 2.1rem;
	line-height: 2.9rem;
	-ms-flex-order: 1;
	    order: 1;
}

.contacts .pl .fl a svg {
	width: 2.6rem;
	height: 2.6rem;
	position: absolute;
	left: 0;
	transition: none;
}

.contacts .pl .fl a:hover {
	color: #FFCC02;
}

.contacts .pl .fl p {
	width: 100%;
	font-weight: 300;
	font-size: 1.4rem;
	line-height: 1.9rem;
	padding-left: 4rem;
	-ms-flex-order: 2;
	    order: 2;
	margin-bottom: 1rem;
}

@media (min-width: 600px) {

	.contacts .pl .fl p {
		margin-bottom: 0;
		-ms-flex-order: 3;
		    order: 3;
	}
}

.contacts .pl + h2 {
	margin-top: 5.4rem;
}

@media (min-width: 990px) {

	.contacts .pl .form {
		max-width: 78rem;
	}
}

.contacts .pl .form p {
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #011530;
	margin-bottom: 0;
}

.contacts .pl .form p a {
	text-decoration: underline;
	color: #011530;
}

.contacts .pl .form p a:hover {
	color: #FFCC02;
}

.contacts .pl .form p svg {
	width: 1.8rem;
	height: 1.8rem;
	fill: #011530;
	margin-left: .5rem;
	position: relative;
	top: .5rem;
}

.contacts.consultation .shell {
	display: block;
}

.contacts.consultation .l {
	width: 100%;
	max-width: 112rem;
	margin: 0 auto;
}

.contacts.consultation .r {
	display: none;
}