@charset "UTF-8";

html, 
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: inherit;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
body * {
  outline: none;
}
input::-ms-clear {
  display: none;
}
 .mfp-bg {
    
    opacity: .4 !important;
}
.mfp-image-holder .mfp-close {
    right: -2px!important;
    padding-right: 9px!important;
    background: #000!important;
    width: 35px!important;
    height: 39px!important;
	    cursor: pointer !important;
}


.form-style input[type="text"]:focus,
 .form-style input[type="email"]:focus,
 .form-style input[type="date"]:focus,
 .form-style input[type="tel"]:focus,
 .form-style input[type="text"]:hover,
 .form-style input[type="email"]:hover,
 .form-style input[type="date"]:hover,
 .form-style input[type="tel"]:hover,
  .form-style textarea:hover,
  .form-style textarea:focus,
 .form-style input[type="number"]
 {
	 border-color:#000;
 }


img{max-width:100%;}
img:not([src]):not([srcset]) {
  visibility: hidden;
}
.d-none{
	display:none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
p{
	line-height: 30px;
}







/* CSS Document */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1255px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1255px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1255px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1255px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1256px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1256px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1256px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1256px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1255px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1256px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
 
}
@media (min-width: 1256px) {
  .container {
    width: 1236px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1256px) {
  .col,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.transition {
  transition: all 0.2s ease-in-out;
}
.transformFix {
  transform: translate3d(0, 0, 0);
}
.pos-rel {
  position: relative;
}
 
  
@media only screen and (min-width: 768px) {
  .flex-row {
    display: -ms-flexbox;
    display: flex;
  }
   .flex-row.center {
        align-items: center;
  }
}
.hidden {
  display: none !important;
}
.btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.btn-outline{
	border: 1px solid #333 !important;
line-height: 1.3;
padding: 10px;
font-weight: 500;
}
.btn-fancy{
	border: 2px solid #333;
	border-radius: 21px;
	background: none;
	padding: 5px 18px;
}

.fancy-btn, .btn-fancy,.form__submit,.war-search-btn{
margin: 44px auto 50px;
display: block;
width: 188px;
border: 3px solid #222;
background: #222;
font-size: 18px;
letter-spacing: 0.8px;
text-transform: uppercase;
font-weight: bold;
color: #fff;
border-radius: 40px;
padding: 7px 25px;
letter-spacing: 2.8px;
  }
.fancy-btn:focus,
.fancy-btn:visited,
.btn-fancy:focus,
.btn-fancy:visited,
.form__submit:focus,
.form__submit:visited,
.war-search-btn:focus,
.war-search-btn:visited
{
	background: #222 !important;
	box-shadow:none !important;
	color: #fff !important;
	outline:none !important;
}
.fancy-btn:hover,.form__submit:hover,.btn-fancy:hover,.war-search-btn:hover{
background: #ec3236 !important; color:#fff;border: 3px solid #ec3236 !important;
}
.warr-form .war-search-btn{
	margin:16px auto 13px;
}

strong{
	font-weight: 600;
}
.border-title{position:relative;padding: 0 !important;}
.border-title:after{
	position: absolute;
	content: "";
	border-bottom: 1px solid black;
	right: 0;
	width: 100%;
	top: 49%;
	z-index: -1;
}
.border-title span{
	padding-right: 20px;
background: #fff;
border: 1px solid #000;
padding: 3px 16px;
border-radius: 45px;
background: red;
color: #fff;
}
.product-info p a{color:red;}

.mr-0,.mx-0{margin-right:0!important}.ml-0,.mx-0{margin-left:0!important}.mt-0,.my-0{margin-top:0!important}.mb-0,.my-0{margin-bottom:0!important}.pr-0,.px-0{padding-right:0!important}.pl-0,.px-0{padding-left:0!important}.pt-0,.py-0{padding-top:0!important}.pb-0,.py-0{padding-bottom:0!important}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.m-0{margin:0!important}.mr-1,.mx-1{margin-right:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.m-1{margin:.25rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.m-2{margin:.5rem!important}.mr-3,.mx-3{margin-right:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.m-3{margin:1rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.m-4{margin:1.5rem!important}.mr-5,.mx-5{margin-right:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.m-5{margin:3rem!important}.mr-auto,.mx-auto{margin-right:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.m-auto{margin:auto!important}.p-0{padding:0!important}.pr-1,.px-1{padding-right:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.p-1{padding:.25rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.p-2{padding:.5rem!important}.pr-3,.px-3{padding-right:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.p-3{padding:1rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.p-4{padding:1.5rem!important}.pr-5,.px-5{padding-right:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.p-5{padding:3rem!important}@media (min-width:768px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.m-sm-0{margin:0!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.m-sm-1{margin:.25rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.m-sm-2{margin:.5rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.m-sm-3{margin:1rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.m-sm-4{margin:1.5rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.m-sm-5{margin:3rem!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.m-sm-auto{margin:auto!important}.p-sm-0{padding:0!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.p-sm-1{padding:.25rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.p-sm-2{padding:.5rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.p-sm-3{padding:1rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.p-sm-4{padding:1.5rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.p-sm-5{padding:3rem!important}}@media (min-width:992px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.mr-md-0,.mx-md-0{margin-right:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.m-md-0{margin:0!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.m-md-1{margin:.25rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.m-md-2{margin:.5rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.m-md-3{margin:1rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.m-md-4{margin:1.5rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.m-md-5{margin:3rem!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.m-md-auto{margin:auto!important}.p-md-0{padding:0!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.p-md-1{padding:.25rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.p-md-2{padding:.5rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.p-md-3{padding:1rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.p-md-4{padding:1.5rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.p-md-5{padding:3rem!important}}@media (min-width:1200px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.m-lg-0{margin:0!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.m-lg-1{margin:.25rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.m-lg-2{margin:.5rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.m-lg-3{margin:1rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.m-lg-4{margin:1.5rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.m-lg-5{margin:3rem!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.m-lg-auto{margin:auto!important}.p-lg-0{padding:0!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.p-lg-1{padding:.25rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.p-lg-2{padding:.5rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.p-lg-3{padding:1rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.p-lg-4{padding:1.5rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.p-lg-5{padding:3rem!important}}

/*  accordion style */

#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #ff2a00  none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
	line-height: 1.2;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #ff2a00  none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "\f068";
    font-family: fontawesome;
    font-size: 20px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
	font-weight: normal;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "\f067";
	font-weight: normal;
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
	line-height: 21px;
	font-size: 14px;
}














.gold-bg {
  background-color: #b69453;
}
.big-headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.25px;
}
@media only screen and (min-width: 992px) {
  .big-headline {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .big-headline {
    font-size: 50px;
  }
}
.subheader {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .subheader {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .subheader {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
.section-desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .section-desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .section-desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
.section-desc-big {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-desc-big {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .section-desc-big {
    font-size: 30px;
    line-height: 1.42;
  }
}
.section-desc-header {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section-desc-header {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .section-desc-header {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
.title-30 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.13;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .title-30 {
    font-size: 25px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1256px) {
  .title-30 {
    font-size: 30px;
    padding-bottom: 16px;
  }
}
.title-bold-line {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.13;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .title-bold-line {
    font-size: 25px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1256px) {
  .title-bold-line {
    font-size: 30px;
    padding-bottom: 16px;
  }
}
.p {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .p {
    font-size: 14px;
  }
}
.underline-hover {
  position: relative;
}
.underline-hover:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.underline-hover--active:before {
  width: 100%;
}
.left-line-up {
  transform-origin: left center;
  background-color: #000000;
  transform: rotate(-45deg);
  position: absolute;
  height: 1px;
  left: 100%;
  top: 0;
}
.left-line-down {
  transform-origin: left center;
  background-color: #000000;
  transform: rotate(45deg);
  position: absolute;
  height: 1px;
  left: 100%;
  top: 0;
}
.right-line {
  transform-origin: right center;
  background-color: #000000;
  transform: rotate(45deg);
  position: absolute;
  height: 1px;
  right: 100%;
  top: 0;
}
.full-btn {
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  height: 60px;
  display: block;
  line-height: 60px;
  position: relative;
}
.full-btn:before,
.full-btn:after {
  transition: all 0.2s ease-in-out;
}
.full-btn:hover {
  background-color: #262626;
}
.full-btn:hover:before,
.full-btn:hover:after {
  background-color: #262626;
}
@media only screen and (max-width: 767px) {
  .full-btn {
    margin-top: -10px;
  }
  .full-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #000000;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .full-btn {
    font-size: 18px;
    letter-spacing: 7.2px;
    height: 108px;
    line-height: 108px;
    padding-left: 54px;
  }
  .full-btn:before,
  .full-btn:after {
    content: "";
    background-color: #000000;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .full-btn:before {
    width: 50vw;
    right: 100%;
  }
  .full-btn:after {
    background-color: #000000;
    width: 108px;
    left: 100%;
    transform: skew(-42deg) translateX(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .full-btn {
    font-size: 20px;
    letter-spacing: 8px;
  }
}
.full-btn span {
  position: relative;
  z-index: 1;
}
.section-margin-top {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section-margin-top {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .section-margin-top {
    margin-top: 100px;
  }
}
.subpage-padding {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .subpage-padding {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .subpage-padding {
    padding-bottom: 100px;
  }
}
.section-subheader {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-top: 70px;
}
@media only screen and (min-width: 768px) {
  .section-subheader {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .section-subheader {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 768px) {
  .section-subheader {
    margin-top: 60px;
    padding-bottom: 25px;
  }
}
@media only screen and (min-width: 1256px) {
  .section-subheader {
    padding-bottom: 35px;
  }
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 70%;
  margin: 20px auto;
}
.white-popup h3, .white-popup h4{
	font-family: "Zen Dots";
	    font-size: 22px;
    margin-bottom: 15px;
}
.white-popup ul{
	list-style: circle;
    padding-left: 30px;
    line-height: 1.3;
    font-size: 15px;
	    margin-bottom: 20px;
} 
.white-popup ol{
 padding-left: 30px;
    line-height: 1.3;
    font-size: 15px;
	list-style: auto;
	    margin-bottom: 20px;
		counter-reset: custom-counter;
		 list-style: none; 
}
.white-popup ul li,.white-popup ol li{ 
	margin-bottom: 11px;
	position: relative;
}
.white-popup p{
	line-height: 1.4;
    margin-bottom: 10px;
    font-size: 16px;
	}
	
 

.white-popup ol > li:before {
        position: absolute;
    top: 2px;
    left: -22px;
    content: counter(custom-counter);
    counter-increment: custom-counter;
    font-weight: bold;
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    min-width: 16px;
    padding: 0;
    text-align: center;
    color: #FFF;
    border: 0;
    background-color: red;
    font-size: 13px;
}



 
@media only screen and (max-width: 768px) {
	.white-popup {
  max-width: 95%;
}


#ops-popup.white-popup p, .white-popup ul li, .white-popup ol li {  text-align: justify;}



.products-list__help {
       display: flex !important;
    flex-direction: column;
    height: auto !important;
	    padding: 10px 0;
}
.products-list__help-txt{
	    top: auto!important;
    transform: none!important;
}
.products-list__help-header{
    text-align: center;
	transform:none!important;
	margin-bottom: 10px;
}
}

.osbox{
	border: 1px solid #eeee;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    min-height: 331px;
}
.features-area .osbox h4 {
    font-size: 1.4rem;
}
.btn--white span:before {
  background-color: white !important;
}
.btn--arrow:hover span:before {
  width: 100%;
}
.btn--arrow span {
  position: relative;
}
.btn--arrow span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.btn--arrow:after {
  content: ">";
  font-size: 16px;
  font-weight: 600;
  margin-left: 35px;
}
@media only screen and (min-width: 768px) {
  .btn--arrow:after {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .btn--arrow:after {
    margin-left: 90px;
  }
}
.form {
  color: #000000;
  position: relative;
}
/*.form__submit {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  background: none;
  border: none;
  display: inline-block;
  padding: 17px 0;
  margin: 10px 0 0 0;
  cursor: pointer;
  float: right;
  color: #000000;
}
.form__submit:hover span:before {
  width: 100%;
}
.form__submit span {
  position: relative;
}
.form__submit span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.form__submit:after {
  content: ">";
  font-size: 16px;
  font-weight: 600;
  margin-left: 35px;
} 
@media only screen and (min-width: 768px) {
  .form__submit:after {
    margin-left: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .form__submit:after {
    margin-left: 15px;
  }
}
.form__submit:hover span:before {
  width: 100%;
}
.form__submit span {
  position: relative;
}
.form__submit span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .form__submit {
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 992px) {
  .form__submit {
    margin: 26px 0 0 0;
  }
}
@media only screen and (min-width: 1256px) {
  .form__submit {
    margin: 34px 0 0 0;
  }
}

*/
.form__search-submit {
  width: 20px;
  height: 100%;
  display: block;
  border: none;
  background: url('../images/icon-search.svg');
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: center right;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.form input[type="search"] {
  padding: 0;
}
.form textarea {
  transition: all 0.2s ease-in-out;
  padding: 13px 0;
  resize: none;
  text-transform: none !important;
}
.form textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
.form textarea::placeholder {
  text-transform: uppercase;
}
.form textarea:focus {
  height: 135px;
}
.form select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 10px;
    padding-left: 0;
    margin-bottom: 23px;
    font-size: 14px;
}
.form input,
.form textarea,
.select-box__field {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #000000;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .form input,
  .form textarea,
  .select-box__field {
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 992px) {
  .form input,
  .form textarea,
  .select-box__field {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1256px) {
  .form input,
  .form textarea,
  .select-box__field {
    margin-bottom: 23px;
  }
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.select-box__field:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.form input::placeholder,
.form textarea::placeholder,
.select-box__field::placeholder {
  color: #000000;
  opacity: 1;
}

.franchise-form h2{
	display: block;
	margin: 20px 0 0px 0;
	font-weight: 500;
	letter-spacing: 2px;
	font-size: 1.3rem;
	background: #313030;
	color: #fff;
	padding: 15px 10px;
	line-height: 1.2;
	
}
.franchise-form h2 span{
	background: #ec3236;
	padding: 3px;
	display: block;
	margin-top: 4px;
}


.franchise-form button{
	margin-top: 40px;
 	
	border-radius: 30px;
	padding: 7px 25px;
	text-transform: uppercase;
	font-size: 20px;background:#222;color:#fff;
}
.franchise-form button:hover{
	background: #ec3236;
	 color:#fff; 
}
.select2-dropdown {
	background-color: #fff !important;
}
.select2-results__option {
     background: #fff !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #111 !important;
}

.success-message, 
.error-message{display:none;}
input[type="radio"], input[type="checkbox"] {
    width: auto;
    appearance: auto !important;
    margin-right: 6px;
}
.form-check-inline{
	display:inline;
	margin-right:20px;
}
.starmark{color:red;}


.select-box {
  position: relative;
}
.select-box--active > .select-box__field {
  background-color: #f0f1f4;
}
.select-box--active > .select-box__field:before {
  content: "";
  position: absolute;
  height: 42px;
  top: 0;
  left: -20px;
  right: -20px;
  background: #f0f1f4;
  z-index: -2;
}
.select-box--active > .select-box__field:after {
  transform: rotate(270deg);
}
.select-box--active > .select-box__list {
  opacity: 1;
  visibility: visible;
}
.select-box__field {
  padding: 16px 0;
  position: relative;
}
.select-box__field:after {
  content: ">";
  transition: transform 0.10s;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  bottom: 14px;
  right: 0;
  transform: rotate(90deg);
  z-index: -1;
}
.select-box__list {
  transition: opacity 0.15s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -15px;
  right: -15px;
  background-color: #f0f1f4;
  padding: 55px 20px 10px 20px;
  z-index: 1;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  max-height: 210px;
  overflow: auto;
}
@media only screen and (min-width: 768px) {
  .select-box__list {
    left: -20px;
    right: -20px;
  }
}
.select-box__list li.selected a:before {
  background-color: #b6b8bd;
}
.select-box__list li a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  position: relative;
}
.select-box__list li a:hover:before {
  background-color: rgba(182, 184, 189, 0.5);
}
.select-box__list li a:before {
  transition: background-color 0.15s ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  background-color: transparent;
  z-index: -1;
}
.pagination {
  text-align: center;
}
.pagination__prev {
  margin-right: 0 !important;
}
.pagination__prev-wrapper {
  text-align: right;
}
.pagination__prev:before {
  content: "<";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-right: 30px;
}
.pagination__next-wrapper {
  display: block;
  text-align: left;
}
.pagination__next:after {
  content: ">";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-left: 30px;
}
.pagination__prev,
.pagination__next {
  color: #000000 !important;
}
.pagination__prev.disabled,
.pagination__next.disabled {
  color: #b6b8bd !important;
  pointer-events: none;
}
.pagination .page-numbers {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #b6b8bd;
  margin-right: 15px;
}
.pagination .page-numbers:hover {
  color: #000000;
}
.pagination .page-numbers.prev,
.pagination .page-numbers.next {
  display: none;
}
.pagination .page-numbers.current {
  color: #000000;
}
.download-list {
  color: #000000;
  position: relative;
}
.download-list:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
.download-list.loading:after {
  opacity: 1;
  visibility: visible;
}
.download-list.loading .map-loader {
  opacity: 1;
  visibility: visible;
}
.download-list .map-loader {
  opacity: 0;
  visibility: 0;
  z-index: 9;
}
.download-list .map-loader div {
  background-color: #000;
}
.download-list__table {
  margin-bottom: 25px;
}
@media only screen and (min-width: 1256px) {
  .download-list__table {
    margin-bottom: 65px;
  }
}
.download-list:last-of-type {
  margin-bottom: 0;
}
.download-list table td {
  vertical-align: top;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .download-list table td {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
	
  .download-list table td {
    padding-top: 30px;
    display: table-cell;
  }
}
.download-list table {width:100%;}
.download-list table td:last-of-type {
  text-align: right;
}
.download-list__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: normal;
  width: 100%;
  padding: 30px 0 15px 0;
}
@media only screen and (min-width: 768px) {
  .download-list__title {
    font-size: 35px;
    width: 40%;
    padding: inherit;
  }
}
@media only screen and (min-width: 992px) {
 
}
@media only screen and (min-width: 1256px) {
  .download-list__title {
    font-size: 18px;
	padding-right: 0px;
  }
}
.download-list__desc {
  width: 100%;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) {
  .download-list__desc {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .download-list__desc {
    padding-right: 60px;
    width: 40%;
  }
}
@media only screen and (min-width: 1256px) {
  .download-list__desc {
    padding-right: 96px;
  }
}
.download-list__date {
  width: 100%;
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .download-list__date {
    width: 15%;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  .download-list__date {
    width: auto;
    text-align: left;
  }
}
.download-list__desc,
.download-list__date {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .download-list__desc,
  .download-list__date {
    font-size: 14px;
  }
}
.download-list__btn {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
 /*  letter-spacing: 2.8px; */
  text-transform: capitalize;
  width: 50%;
  padding-top: 15px;
}


td.download-list__btn:hover {
    color: red!important;
}

/* .download-list__btn a {
  position: relative;
} */

/* .download-list__btn a:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
} */


/* .download-list__btn a:hover:before {
  width: 100%;
}
 */

@media only screen and (min-width: 768px) {
  .download-list__btn {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .download-list__btn {
    width: auto;
    text-align: center;
  }
}
@media only screen and (min-width: 1256px) {
  .download-list__btn {
    font-size: 16px;
  }
}
.download-list__btn--alt {
  color: #ff2a00;
}
.download-list__btn--alt a:before {
  background-color: #ff2a00;
}
.download-list--margin {
  margin-bottom: 50px;
}
.steps {
  color: #000000;
}
.steps .step-box {
  position: relative;
  margin-bottom: 40px;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .steps .step-box {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .steps .step-box {
    min-height: 250px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1256px) {
  .steps .step-box {
    min-height: 285px;
    margin-bottom: 80px;
  }
}
.steps .step-box__img {
  background-color: #a0a2a7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 190px;
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .steps .step-box__img {
    height: 240px;
    float: right;
    margin-top: 50px;
    width: calc((100% - 750px)/2 + 485px);
  }
}
@media only screen and (min-width: 992px) {
  .steps .step-box__img {
    height: 250px;
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0;
    width: calc(50% - 63px);
  }
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__img {
    height: 285px;
  }
}
@media only screen and (min-width: 1400px) {
  .steps .step-box__img {
    position: static;
    width: 100%;
    height: 300px;
  }
}
.steps .step-box__img-container {
  pointer-events: none;
}
@media (max-width: 991px) {
  .steps .step-box__img-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .steps .step-box__img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.steps .step-box__img-wrapper {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1400px) {
  .steps .step-box__img-wrapper {
    width: 50%;
    padding: 0 15px;
    padding-left: 65px;
  }
}
.steps .step-box__img img,
.steps .step-box__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.steps .step-box__inner {
  border-top: 1px solid #000000;
  padding: 40px 0 0 0;
}
.steps .step-box__num {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: -1.5px;
}
@media only screen and (min-width: 768px) {
  .steps .step-box__num {
    font-size: 120px;
    letter-spacing: -3px;
  }
}
@media only screen and (min-width: 992px) {
  .steps .step-box__num {
    margin-bottom: 137px;
  }
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__num {
    font-size: 140px;
    letter-spacing: -3.5px;
  }
}
.steps .step-box__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.75;
}
@media only screen and (min-width: 992px) {
  .steps .step-box__name {
    font-size: 35px;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__name {
    font-size: 50px;
    line-height: 0.75;
  }
}
.steps .step-box__content {
  position: relative;
  height: 100%;
}
.steps .step-box__desc {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .steps .step-box__desc {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .steps .step-box__desc {
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__desc {
    padding-bottom: 74px;
  }
}
.steps .step-box__btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .steps .step-box__btn {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__btn {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
}
.steps .step-box__btn:after {
  content: ">";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.6px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1256px) {
  .steps .step-box__btn:after {
    font-size: 16px;
  }
}
.steps .step-box__btn:hover span:before {
  width: 100%;
}
.steps .step-box__btn span {
  position: relative;
}
.steps .step-box__btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.steps .step-box--tips .step-box__img {
  background-color: transparent;
  background-size: contain;
}
.choose-product {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .choose-product {
    margin-bottom: 35px;
  }
}
.choose-product__title {
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
  letter-spacing: 1.05px;
}
@media only screen and (min-width: 768px) {
  .choose-product__title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .choose-product__title {
    margin-bottom: 40px;
  }
}
.choose-product__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
  overflow: hidden;
  text-align: center;
}
.choose-product__input {
  position: relative;
  width: calc(50% - 5px);
  margin-bottom: 30px;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .choose-product__input {
    margin-right: 15px;
  }
}
.choose-product__input:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .choose-product__input:nth-child(2n) {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .choose-product__input:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .choose-product__input {
    width: calc(25% - 12px);
  }
}
.choose-product__input .option-product {
  width: 100%;
  opacity: 0.4;
  margin: 0;
  cursor: default;
}
.choose-product__input input {
  margin: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.choose-product__input input:hover ~ .option-product,
.choose-product__input input:checked ~ .option-product {
  opacity: 1;
}
.arrow-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  position: relative;
}
.arrow-btn:hover svg {
  transform: translateX(10px);
}
@media only screen and (min-width: 992px) {
  .arrow-btn {
    font-size: 16px;
  }
}
.arrow-btn span {
  position: relative;
  z-index: 1;
}
.arrow-btn svg {
  transition: all 0.2s ease-in-out;
  width: 80px;
  height: auto;
  margin-left: 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .arrow-btn svg {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .arrow-btn svg {
    width: 115px;
  }
}
@font-face {
  font-family: 'Basier';
  src: url('../fonts/basiersquare-regular-webfont.eot');
  src: url('../fonts/basiersquare-regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/basiersquare-regular-webfont.woff2') format('woff2'), url('../fonts/basiersquare-regular-webfont.woff') format('woff'), url('../fonts/basiersquare-regular-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Basier';
  src: url('../fonts/basiersquare-regularitalic-webfont.eot');
  src: url('../fonts/basiersquare-regularitalic-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/basiersquare-regularitalic-webfont.woff2') format('woff2'), url('../fonts/basiersquare-regularitalic-webfont.woff') format('woff'), url('../fonts/basiersquare-regularitalic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Basier';
  src: url('../fonts/basiersquare-medium-webfont.eot');
  src: url('../fonts/basiersquare-medium-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/basiersquare-medium-webfont.woff2') format('woff2'), url('../fonts/basiersquare-medium-webfont.woff') format('woff'), url('../fonts/basiersquare-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Basier';
  src: url('../fonts/basiersquare-semibold-webfont.eot');
  src: url('../fonts/basiersquare-semibold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/basiersquare-semibold-webfont.woff2') format('woff2'), url('../fonts/basiersquare-semibold-webfont.woff') format('woff'), url('../fonts/basiersquare-semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Basier';
  src: url('../fonts/basiersquare-bold-webfont.eot');
  src: url('../fonts/basiersquare-bold-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/basiersquare-bold-webfont.woff2') format('woff2'), url('../fonts/basiersquare-bold-webfont.woff') format('woff'), url('../fonts/basiersquare-bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* base styles */
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  margin: 0;
}
input[type="submit"] {
  cursor: pointer;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: #000000;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
html,
body {
  height: 100%;
}
html.blocked,
body.blocked {
  overflow: hidden;
}
body {
  font-family: "Basier", Helvetica, sans-serif;
  font-weight: normal;
  position: relative;
}
.body-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.body-inner {
  position: absolute;
  width: 100%;
  overflow: hidden;
  top: 0;
  bottom: 0;
}
.grecaptcha-badge {
  display: none !important;
}


.header {
  background-color: #ffffff;
  color: #000000;
  position: relative;
  height: 64px;
  z-index: 3;
  box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 0px 6px 0 rgb(206 206 238 / 54%);
}

@media only screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
}
.header--fixed {
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
  transform: translateY(-100%);
  opacity: 0;
}
.header--fixed.active {
  transform: translateY(0);
  opacity: 1;
}
.header__logo {
	display: inline-block;
	    margin-top: 11px;
    height: 41px;
}
 
	
@media only screen and (min-width: 768px) {
	
  .header__logo {
        height: 73px;
    margin-top: 9px;
  }
}
.header__logo img {
  height: 100%;
  max-width: 100%;
}
.header__bar {
  margin-top: 14px;
}
.header__bar li {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
.header__bar a {
  font-size: 11px;
  letter-spacing: 1px;
  position: relative;
}
/*
.header__bar a:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.header__bar a:hover:before {
  width: 100%;
  background-color:#ed3237;
}*/
.header__bar a:hover{
	color:#ed3237;
}

.header__nav {
  margin-top: 22px;
  position: relative;
}
.header__nav-before {
  transition: all 0.4s ease-in-out;
  transition-delay: 0.15s;
  position: absolute;
  top: 100%;
  left: -40px;
  right: -20vw;
  background-color: #ffffff;
  z-index: 2;
  padding: 0;
  transform: translateY(-30px);
  opacity: 0;
  visibility: hidden;
  display:none;
}
.header__nav-before.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.header__bar,
.header__nav {
  text-transform: uppercase;
  font-size: 0;
}
.header__main-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 3;
}
.header__main-nav .header__search {
  display: none !important;
}
.header__main-nav li.menu-has-search .header__search {
  display: block ;
  padding-bottom: 60px;
  margin-top: 55px;
  visibility:hidden;
  display:none !important;
}
.header__main-nav li.menu-has-search .header__search form {
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 20px;
  width: 100%;
}
.header__main-nav li.menu-has-search .header__search label {
  display: none !important;
}
.header__main-nav li.menu-has-search .header__search input[type="text"] {
  background-color: transparent;
  width: calc(100% - 20px);
  font-family: "Basier", Helvetica, sans-serif;
  color: #000;
  letter-spacing: 1.2px;
  padding-right: 10px;
  font-size: 12px;
}
.header__main-nav li.menu-has-search .header__search input[type="text"]:-ms-input-placeholder {
  text-transform: uppercase;
  opacity: 1;
}
.header__main-nav li.menu-has-search .header__search input[type="text"]::placeholder {
  text-transform: uppercase;
  opacity: 1;
}
.header__main-nav li.menu-has-search .header__search .icon {
  background: url('../images/icon-search.svg') no-repeat center;
  background-size: 13px 13px;
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
}
.header__main-nav li.menu-has-search .header__search input[type="submit"] {
  background-color: transparent;
  display: block;
  font-size: 0;
  height: 20px;
  width: 20px;
}
.header__main-nav .sub-menu {
  transition: all 0.4s ease-in-out;
  border-top: 1px solid black;
  transition-delay: 0.2s;
  display: block;
  position: absolute;
  padding-top: 20px;
  top: 100%;
  left: 0;
  right: auto;
  z-index: 4;
  width: auto;
  transform: translateX(50px);
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  padding-bottom: 20px;
}
.header__main-nav .sub-menu:before {
  content: '';
  width: 500px !important;
  position: absolute;
  height: 100%;
  width: 40px;
  left: 100%;
  top: 0;
}
.header__main-nav .sub-menu.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.header__main-nav .sub-menu li {
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.header__main-nav .sub-menu li:first-of-type {
  padding-top: 20px;
  border-top: 1px solid #000;
}

.header__main-nav .sub-menu a {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
}


.header__main-nav > li {
  padding-bottom: 22px;
}
.header__main-nav li {
  display: inline-block;
  margin-right: 15px;
}
.header__main-nav li:last-of-type {
  margin-right: 0;
}
.header__main-nav li a:hover:before,
.header__main-nav li.current-menu-item > a:before {
  width: 100%;
  display:none;
}
.header__main-nav a {
  font-size: 13px;
  letter-spacing: 1.2px;
  position: relative;
}
.header__main-nav >li:hover > a {
color:#ed3237;
}
.header__main-nav .sub-menu li.menu-item:hover a{
	color:#ec3236;
}

.header__main-nav a:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
  display:none;
}
.header__second-nav {
  float: left;
}
.header__lang {
  float: right;
  position: relative;
  margin-left: 10px;
  margin-top: 10px;
}
.header__lang-nav {
  transition: all 0.3s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  top: 150%;
  left: 0;
  right: 0;
  z-index: 4;
  width: 30px;
  background-color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  height: 0;
  padding-top: 0;
}
.header__lang-nav.active {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 170px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.header__lang-nav li {
  margin: 0;
  padding: 5px 0;
}
.header__lang-active {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 10px;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
}
.header__lang-active:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.header__lang-active:hover:before {
  width: 100%;
}
.header__lang-active svg,
.header__lang-active img {
  transition: all 0.3s ease-in-out;
  margin-left: 5px;
  width: 8px;
  height: auto;
}
.header__lang-active.active svg,
.header__lang-active.active img {
  transform: rotate(180deg);
}
.header__nautik {
  margin-top: 10px;
  margin-right: 0 !important;
}
.header__nautik img,
.header__nautik svg {
  height: 7px;
  width: auto;
}
.footer {
  background-color: #000;
  padding: 40px 0 50px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 60px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .footer {
    padding: 70px 0 60px 0;
  }
}
.footer__bg {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	height: 89%;
}
.footer__logo {
  display: inline-block;
  height: 90px;
}

@media only screen and (min-width: 768px) {
  .footer__logo {
    height: 90px;
  }
}
.footer__logo img {
   max-width: 62%;
}
.footer__distributor {
  background-color: #ff2a00;
  padding: 15px 0 20px 0;
  display: inline-block;
  position: relative;
}
.footer__distributor:hover .footer__distributor-btn svg {
  transform: translateX(10px);
}


@media only screen and (max-width: 767px) {
  .footer__distributor:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #ff2a00;
  }
  

.footer__logo img { max-width: 100%;} 
 
 
  
  
}






@media only screen and (min-width: 768px) {
  .footer__distributor {
    padding: 30px 95px 30px 0;
  }
  .footer__distributor:before,
  .footer__distributor:after {
    content: "";
    background-color: #ff2a00;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .footer__distributor:before {
    width: 50vw;
    right: 100%;
  }
  .footer__distributor:after {
    width: 116px;
    left: 100%;
    transform: skewX(-42deg) translateX(-50%);
  }
}
.footer__distributor .map-loader {
  left: 0;
  transform: translate(0, -50%);
}
.footer__distributor-box {
  position: relative;
}
.footer__distributor-content {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.footer__distributor-txt {
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .footer__distributor-txt {
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-top: 80px;
    margin-bottom: 26px;
  }
}
.footer__distributor-name {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  border:1px solid #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    padding: 3px 9px 3px 45px;
    border-radius:30px;
}
.footer__distributor-name i{
	position: absolute;
    left: 0px;
    text-align: center;
    width: 37px;
    border: 1px solid #fff;
    border-radius: 30px;
    height: 100%;
    top: 0;
    line-height: 36px;
}
.footer__distributor-name:hover{
	border: 1px solid #bbb;
	color:#bbb;
}
.footer__distributor-name:hover i{
	border: 1px solid #bbb;
}
@media only screen and (min-width: 1256px) {
  .footer__distributor-name {
    font-size: 24px;
    line-height: 1.25;
	font-weight: 600;
    letter-spacing: 0.5px;
  }
}



.footer__distributor-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.2px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  padding: 0;
  position: relative;
  color: #ffffff;
}
.footer__distributor-btn:hover svg {
  transform: translateX(10px);
}
@media only screen and (min-width: 992px) {
  .footer__distributor-btn {
    font-size: 16px;
  }
}
.footer__distributor-btn span {
  position: relative;
  z-index: 1;
}
.footer__distributor-btn svg {
  transition: all 0.2s ease-in-out;
  width: 80px;
  height: auto;
  margin-left: 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer__distributor-btn svg {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .footer__distributor-btn svg {
    width: 115px;
  }
}

@media only screen and (min-width: 1256px) {
  .footer__distributor-btn {
    font-size: 14px;
    letter-spacing: 2.8px;
	font-weight: 600;
  }
}



.footer__distributor-btn svg {
  fill: #ffffff;
}
.footer__nav {
  font-size: 0;
  margin-bottom: -8px;
}
@media only screen and (min-width: 768px) {
  .footer__nav {
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__nav a {
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #ffffff;
  position:relative;
}
.footer__nav > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
.footer__nav > li.menu-item-has-children {
  margin-right: 25px;
}
.footer__nav > li:last-of-type {
  margin-right: 0;
}
.footer__nav > li ul > li {
  display: block;
  padding: 5px 0;
}

.footer__nav > li ul > li a {
  letter-spacing: 0.3px;
  line-height: 1.2;
  position: relative;
}
/*
.footer__nav > li a:before,.footer__bottom a:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #ccc;
}*/

.footer__nav > li a:hover,.footer__bottom a:hover {
  color:#ed3237;
}

.footer__nav .sub-menu {
  margin-top: 20px;
}
.footer__social {
  font-size: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .footer__social {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__social {
    text-align: right;
  }
}
@media only screen and (min-width: 1256px) {
  .footer__social {
    margin-top: 75px;
  }
}
.footer__social a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 44px;
  max-width: 25px;
  max-height: 22px;
  margin-left: 28px;
  margin-right: 10px;
  position: relative;
}
.footer__social a img,
.footer__social a svg {
  height: 100%;
  fill: #ffffff;
  position: relative;
  z-index: 9;
}
.footer__social a:after {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background-color: #ff2a00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(35% 0, 100% 0%, 100% 100%, 0% 100%, 0% 35%);
          clip-path: polygon(35% 0, 100% 0%, 100% 100%, 0% 100%, 0% 35%);
}
.footer__bottom {
  font-size: 0;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .footer__bottom {
    margin-top: 83px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__bottom-nav {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .footer__bottom-nav {
    text-align: right;
  }
}
.footer__bottom p,
.footer__bottom a {
  font-size: 13px;
  color: #ffffff;
  position:relative;
}
.footer__bottom li {
  display: inline-block;
  margin-right: 32px;
}
.footer__bottom li:last-of-type {
  margin-right: 0;
}
.slider {
  height: 70vh;
  background-color: #000;
  overflow: hidden;
  position: relative;
  width: 100%;
}


@media only screen and (max-width: 767px) {
	
/*   .slider {
    max-height: 100vh;
  }
  */
  
.slider {max-height: 35vh;}

 
  
}



@media only screen and (min-width: 768px) {
  .slider {
    height: 70vh;
  }
  .home-page .slider {
    height: 100vh;
  }
}
@media only screen and (min-width: 992px) {
  .slider {
    height: 66.2109375vh;
  }
  .home-page .slider {
    height: 100vh;
  }
}
@media only screen and (min-width: 1256px) {
  .slider {
    height: 60.58vh;
  }
  .home-page .slider {
    height: 90vh;
  }
}
.slider--noNav .slider__nav {
  display: none;
}
.slider .swiper-container {
  height: 100%;
}
.slider__nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .slider__nav {
    bottom: 120px;
  }
}
@media only screen and (min-width: 992px) {
  .slider__nav {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .slider__nav {
    bottom: 40px;
  }
}
.slider__nav-bullets {
  font-size: 0;
  text-align: right;
}
.slider__nav-bullets span {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 10px;
  border-bottom: 1px solid #ffffff;
  margin-right: 10px;
  cursor: pointer;
  opacity: 1;
  border-radius: 0;
  background-color: transparent;
}
.slider__nav-bullets span.active {
  margin-bottom: 9px;
}
.slider__nav-bullets span:last-of-type {
  margin-right: 0;
}
.slider .slide {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider .slide--paragraph {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .slider .slide--paragraph {
    font-size: 27px;
line-height: 40px;
  }
}
.slider .slide--paragraph .slide__content-box {
  padding-top: 25px;
  border-top: 1px solid #ffffff;
  display: block;
}
@media only screen and (min-width: 768px) {
  .slider .slide--paragraph .slide__content-box {
    padding-top: 55px;
  }
}
.slider .slide__layer1,
.slider .slide__layer2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider .slide__layer1 video,
.slider .slide__layer2 video,
.slider .slide__layer1 img,
.slider .slide__layer2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .slide__layer1 {
  display: block;
  height: 100%;
  background-color: #a0a2a7;
}
.slider .slide__layer2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  
/*   background-color: black;
  -webkit-mask-image: url('../images/slider-mask-xs.svg');
          mask-image: url('../images/slider-mask-xs.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center top;
          mask-position: center top; */
		  
}


/* @media only screen and (min-width: 768px) {
  .slider .slide__layer2 {
    -webkit-mask-image: url('../images/slider-mask-sm.svg');
            mask-image: url('../images/slider-mask-sm.svg');
  }
}
@media only screen and (min-width: 992px) {
  .slider .slide__layer2 {
    -webkit-mask-image: url('../images/slider-mask-md.svg');
            mask-image: url('../images/slider-mask-md.svg');
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__layer2 {
    -webkit-mask-image: url('../images/slider-mask.svg');
            mask-image: url('../images/slider-mask.svg');
  }
}
 */




.slider .slide__layer3 {
  display: none;
}


@media only screen and (min-width: 768px) {
  .slider .slide__layer3 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    transform: translateY(-50%);
    font-size: 0;
    height: 57%;
  }
  .slider .slide__layer3 .container,
  .slider .slide__layer3 .row,
  .slider .slide__layer3 .col,
  .slider .slide__layer3 img {
    height: 100%;
  }
  .slider .slide__layer3 img {
    margin-left: 64px;
  }
}
@media only screen and (min-width: 992px) {
  .slider .slide__layer3 {
    height: 75%;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__layer3 {
    height: 85%;
  }
}
.slider .slide__content {
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  z-index: 3;
  color: #ffffff;
  transform: translateY(-50%);
}
.slider .slide__content-box {
  position: relative;
  /*padding-bottom: 52px;*/
}
@media only screen and (min-width: 992px) {
  .slider .slide__content-box {
    display: inline-block;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__content-box {
    /*min-height: 317px;*/
  }
}
.slider .slide__upper-header {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) {
  .slider .slide__upper-header {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__upper-header {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__upper-header {
    margin-bottom: 18px;
  }
}
.slider .slide__header-image {
  display: block;
  height: 38px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0% 100%;
     object-position: 0% 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .slider .slide__header-image {
    height: 55px;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__header-image {
    height: 72px;
  }
}
@media only screen and (min-width: 1400px) {
  .slider .slide__header-image {
    height: 82px;
  }
}
.slider .slide__header {
  display: inline-block;
  color: #ffffff;
  /*padding-top: 15px;*/
   font-size: 32px;
  letter-spacing: 1px;
  font-family: "Zen Dots";
}
.slider .slide__header span {
  font-weight: normal;
}
.slider .slide__header sub {
  font-size: 28px;
}
@media only screen and (min-width: 768px) {
  .slider .slide__header {
    font-size: 40px;
  }
  .slider .slide__header sub {
    font-size: 04px;
  }
}
@media only screen and (min-width: 992px) {
  .slider .slide__header {
    font-size: 60px;
  }
  .slider .slide__header sub {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__header {
    font-size: 65px;
  }
  .slider .slide__header sub {
    font-size: 64px;
  }
}
.slider .slide__header--no-border {
  border-top: none;
}
.slider .slide__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  font-weight: normal;
  letter-spacing: normal;
  text-align: left;
  display: block;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) {
  .slider .slide__desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
.slider .slide__desc--bigMargin {
  margin-top: 24px;
}
@media only screen and (min-width: 768px) {
  .slider .slide__desc--bigMargin {
    margin-top: 34px;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__desc--bigMargin {
    margin-top: 40px;
  }
}
.slider .slide__desc--small {
  font-weight: 400;
}
@media only screen and (min-width: 1256px) {
  .slider .slide__desc--small {
    font-size: 20px;
    margin-top: 80px;
  }
}
.slider .slide__desc a {
  border-bottom: 1px solid;
  position: relative;
}
.slider .slide__desc a.download:after {
  display: inline-block;
  content: ">";
  font-size: 17px;
  transform: rotate(90deg);
  position: absolute;
  left: 100%;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .slider .slide__desc a.download:after {
    font-size: 23px;
  }
}
@media only screen and (min-width: 1256px) {
  .slider .slide__desc a.download:after {
    font-size: 27px;
  }
}
.slider .slide__arrow {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  transform: rotate(90deg);
  margin-top: 40px;
  border: none !important;
}
.slider .slide__btn {
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 3.2px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.8px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.slider .slide__btn:hover svg {
  transform: translateX(10px);
}
@media only screen and (min-width: 992px) {
  .slider .slide__btn {
    font-size: 16px;
  }
}
.slider .slide__btn span {
  position: relative;
  z-index: 1;
}
.slider .slide__btn svg {
  transition: all 0.2s ease-in-out;
  width: 80px;
  height: auto;
  margin-left: 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .slider .slide__btn svg {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .slider .slide__btn svg {
    width: 115px;
  }
}
.slider .slide__btn svg {
  fill: #ffffff;
  display: block !important;
}
.slider .slide__btn span {
  position: relative;
}
.slider .slide__btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.slider .slide__btn span:before {
  background-color: #fff;
}
.map-loader {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.map-loader--hidden {
  opacity: 0;
  visibility: hidden;
}
.map-loader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.map-loader div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.map-loader div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.map-loader div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.map-loader div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}
.nav-btn {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
  top: 32px;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 20;
  float: right;
}
@media only screen and (min-width: 768px) {
  .nav-btn {
    top: 45px;
  }
}
@media only screen and (min-width: 1256px) {
  .nav-btn {
    display: none;
  }
}
.nav-btn.active span:nth-child(1),
.nav-btn.active span:nth-child(4) {
  opacity: 0;
}
.nav-btn.active span:nth-child(2) {
  transform: rotate(45deg);
}
.nav-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
}
.nav-btn span {
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: block;
  background-color: #000000;
  border-radius: 999px;
  height: 1px;
  margin-bottom: 7px;
  position: absolute;
  right: 0;
}
.nav-btn span:nth-child(1) {
  top: 0;
}
.nav-btn span:nth-child(2),
.nav-btn span:nth-child(3) {
  top: 9px;
  right: 0;
}
.nav-btn span:nth-child(4) {
  top: 18px;
}
@media only screen and (min-width: 1256px) {
  .go-back {
    display: none !important;
  }
}
.mobile-nav {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 64px;
  right: 0;
  width: 100%;
  z-index: 31;
  margin-top: -1px;
  pointer-events: none;
  transform: translateX(100%);
}
@media only screen and (max-width: 767px) {
  .mobile-nav {
    background-color: #ffffff;
  }
}
@media only screen and (min-width: 768px) {
  .mobile-nav {
    top: 90px;
    transform: translateX(50%);
  }
}
.mobile-nav--fixed {
  position: fixed;
}
.mobile-nav.active {
  transform: translateX(0);
}
.mobile-nav__inner {
  background-color: #ffffff;
  overflow: visible;
  position: relative;
  padding: 0 0 25px 0;
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__inner {
    padding: 0 0 60px 70px;
  }
}
.mobile-nav__inner:after {
  content: "";
  background-color: #ffffff;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 10;
}
.mobile-nav__menu {
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu {
    border-top: 1px solid #000000;
    padding: 27px 0 0 0;
  }
}
.mobile-nav__menu li.menu-item-has-children {
  position: relative;
}
.mobile-nav__menu li.menu-item-has-children > a {
  position: relative;
}
.mobile-nav__menu li.menu-item-has-children > a:after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  font-size: 30px;
  font-weight: 600;
  pointer-events: none;
}
.mobile-nav__menu li.menu-item-has-children .sub-menu {
  display: none;
}
.mobile-nav__menu li.menu-item-has-children .sub-menu .go-back {
  position: relative;
}
.mobile-nav__menu li.menu-item-has-children .sub-menu .go-back a {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-left: 14px;
}
.mobile-nav__menu li.menu-item-has-children .sub-menu .go-back a:before {
  content: "<";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -60%);
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu li.menu-item-has-children .sub-menu .go-back a:before {
    transform: translate(0, -50%);
  }
}
.mobile-nav__menu a {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.46;
}
.mobile-nav__menu a:hover{
	color:#ed3237;
}

@media only screen and (min-width: 768px) {
  .mobile-nav__menu a {
    font-size: 30px;
    line-height: 1.67;
  }
}
.mobile-nav__menu a:hover span:after {
  width: 100%;
}
.mobile-nav__menu a span {
  display: inline-block;
  position: relative;
}
.mobile-nav__menu a span:after {
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 6px;
}
.mobile-nav__menu2,
.mobile-nav__lang {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu2,
  .mobile-nav__lang {
    margin-top: 45px;
  }
}
.mobile-nav__menu2 a,
.mobile-nav__lang a,
.mobile-nav__menu2 p,
.mobile-nav__lang p {
  font-size: 16px;
  line-height: 1.56;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__menu2 a,
  .mobile-nav__lang a,
  .mobile-nav__menu2 p,
  .mobile-nav__lang p {
    font-size: 20px;
    line-height: 2.25;
  }
}
.mobile-nav__menu2 a,
.mobile-nav__lang a {
  position: relative;
  font-weight:bold;
}

/*
.mobile-nav__menu2 a:after,
.mobile-nav__lang a:after {
  transition: all 0.2s ease-in-out;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0px;
}
.mobile-nav__menu2 a:hover:after,
.mobile-nav__lang a:hover:after {
  width: 100%;
  background-color: #ed3237;
}
*/
.mobile-nav__menu2 a:hover,
.mobile-nav__lang a:hover {
	color:#ed3237;
}


.mobile-nav__social {
  font-size: 0;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__social {
    margin-top: 80px;
  }
}
.mobile-nav__social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 21px;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__social a {
    margin-right: 24px;
  }
}
.mobile-nav__social a:last-of-type {
  margin-right: 0;
}
.mobile-nav__social a img,
.mobile-nav__social a svg {
  max-width: 25px;
  max-height: 22px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__social a img,
  .mobile-nav__social a svg {
    max-width: 34px;
    max-height: 29px;
  }
}
.mobile-nav__nautik {
  margin-top: 30px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__nautik {
    margin-top: 45px;
  }
}
.mobile-nav__nautik img,
.mobile-nav__nautik svg {
  width: 150px;
  height: auto;
}
.mobile-nav__nautik span {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 1.2px;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__nautik span {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.mobile-nav__lang {
  display: inline-block;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .mobile-nav__lang {
    font-size: 20px;
  }
}
.mobile-nav .header__lang {
  float: none;
  margin-top: 30px;
  font-size: 16px;
  display: inline-block;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .mobile-nav .header__lang {
    margin-top: 45px;
    font-size: 20px;
    margin-left: 10px;
  }
}
.mobile-nav .header__lang-active {
  font-size: 16px;
  text-transform: uppercase;
}
.mobile-nav .header__lang-active:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .mobile-nav .header__lang-active {
    font-size: 20px;
  }
}
.mobile-nav .header__lang-nav.active {
  height: 215px;
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .mobile-nav .header__lang-nav.active {
    height: 245px;
  }
}
.home-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .home-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page {
    padding-bottom: 0px;
  }
}
.home-page .slide__content {
  top: 56%;
}

.home-page .slide__content-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*   width: 86%; */
   width:65%;
}


.home-page .slide__content-box {
  display: block;
}
.home-page .slide__desc {
  font-size: 14px;
  letter-spacing: 3.2px;
  text-align: center;
  line-height: 1.88;
  margin-top: 215px;
}
@media only screen and (min-width: 1256px) {
  .home-page .slide__desc {
    font-size: 16px;
    line-height: 0.9;
  }
}
.home-page .slide__desc strong {
  font-weight: 500;
}
.home-page .categories {
  color: #000000;
}
.home-page .categories .category-box {
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .home-page .categories .category-box {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .categories .category-box {
    min-height: 307px;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box {
    min-height: 400px;
    margin-bottom: 70px;
  }
}


.home-page .categories .category-box__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .home-page .categories .category-box__container {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.home-page .categories .category-box__content {
  -ms-flex-order: 2;
      order: 2;
}
@media only screen and (min-width: 992px) {
  .home-page .categories .category-box__content {
    -ms-flex-order: 0;
        order: 0;
  }
}
.home-page .categories .category-box__img {
  background-color: #a0a2a7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .home-page .categories .category-box__img {
    float: right;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .categories .category-box__img {
    margin-top: 0;
    width: 94%;
    margin-right: -15px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .home-page .categories .category-box__img {
    position: static;
    width: 100%;
  }
}
.home-page .categories .category-box__img:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0 100%);
  position: absolute;
  top: 50%;
  right: -1px;
  z-index: 9;
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__img:before {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__img:before {
    width: 125px;
    height: 125px;
  }
}
.home-page .categories .category-box__img:after {
  content: '';
  display: block;
  padding-top: 69%;
}
.home-page .categories .category-box__img-corner {
  width: 105px;
  height: 75px;
  -webkit-clip-path: polygon(100% 0, 0% 0%, 0% 100%);
          clip-path: polygon(100% 0, 0% 0%, 0% 100%);
  position: absolute;
  top: -1px;
  left: -1px;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .home-page .categories .category-box__img-corner {
    width: 190px;
    height: 160px;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__img-corner {
    width: 340px;
    height: 320px;
  }
}
.home-page .categories .category-box__img-container {
  pointer-events: none;
}
@media (max-width: 991px) {
  .home-page .categories .category-box__img-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .home-page .categories .category-box__img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.home-page .categories .category-box__img-wrapper {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1400px) {
  .home-page .categories .category-box__img-wrapper {
    padding: 0 15px;
    padding-left: 65px;
  }
}
.home-page .categories .category-box__img img,
.home-page .categories .category-box__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.home-page .categories .category-box__inner {
  position: relative;
  padding: 40px 0 0 0;
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__inner {
    padding: 24px 0 0 0;
    margin: 0 -20px;
  }
}
.home-page .categories .category-box__inner:after {
  content: '';
  display: block;
  width: 92%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 0px;
  left: 0;
}
.home-page .categories .category-box__inner .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__inner .flex-row {
    min-height: calc(502px - 24px);
  }
}
@media only screen and (min-width: 1400px) {
  .home-page .categories .category-box__inner .flex-row {
    min-height: calc(479px - 24px);
  }
}
.home-page .categories .category-box__num {
  font-size: 60px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: -1.5px;
  z-index: 9;
  text-align: center;
  margin-top: 1px;
}
@media only screen and (min-width: 768px) {
  .home-page .categories .category-box__num {
    font-size: 120px;
    letter-spacing: -3px;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__num {
    font-size: 230px;
    letter-spacing: -3.5px;
  }
}
.home-page .categories .category-box__num:after {
  content: '';
  display: block;
  width: 300%;
  height: 200%;
  transform: translate(-35%, -35%) rotate(-42deg);
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-page .categories .category-box__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.75;
  margin-bottom: 40px;
  font-family: "Zen Dots";
}
@media only screen and (min-width: 992px) {
  .home-page .categories .category-box__name {
    font-size: 50px;
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__name {
    font-size: 50px;
    line-height: 0.75;
    margin-bottom: 25px;
  }
}
.home-page .categories .category-box__content {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__content {
    padding-right: 20px;
  }
}
.home-page .categories .category-box__desc {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .home-page .categories .category-box__desc {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .categories .category-box__desc {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .category-box__desc {
    padding-bottom: 120px;
  }
  .home-page .categories .category-box__desc.tw {
    padding-bottom: 93px;
}
}
.category-box__btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #ff2a00;
  padding-left: 40px;
  height: 66px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 992px) {
.category-box__btn {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
.category-box__btn {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
}
.category-box__btn:after {
  content: '';
  display: block;
  width: 116px;
  height: 66px;
  left: 100%;
  position: absolute;
  top: 0;
  background-color: #ff2a00;
  transform: skewX(-42deg) translateX(-50%);
  z-index: -1;
}
.category-box__btn svg {
  transition: all 0.2s ease-in-out;
  width: 80px;
  fill: #ffffff;
}
@media only screen and (min-width: 992px) {
.category-box__btn svg {
    width: 125px;
  }
}
.category-box__btn:hover svg {
  transform: translateX(10px);
}
.category-box__btn span {
  position: relative;
  margin-right: 25px;
}
.category-box__btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
@media only screen and (min-width: 1256px) {
.category-box__actions {
    margin-top: -150px;
  }
}
.category-box__actions-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 992px) {
.category-box__actions-box {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-left: 0;
    width: 80%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1256px) {
.category-box__actions-box {
    width: 60%;
  }
}
@media only screen and (min-width: 1400px) {
.category-box__actions-box {
    width: 59%;
  }
}
@media only screen and (min-width: 992px) {
.category-box__actions-container .arrow-btn:nth-of-type(1) {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1256px) {
.category-box__actions-container .arrow-btn svg {
    margin-left: 15px;
  }
}
.categories-header {
  margin: 60px 0;
}
@media only screen and (min-width: 768px) {
  .home-page .categories .categories-header {
    margin: 70px 0 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .home-page .categories .categories-header {
    margin: 70px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .categories-header {
    margin: 60px 0;
  }
}
.home-page .categories .categories-header__txt {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home-page .categories .categories-header__txt {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .categories-header__txt {
    font-size: 30px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 1256px) {
  .home-page .categories .categories-header__txt {
    padding: 0 45px;
  }
}
.recognition {
  color: #000000;
  overflow: hidden;
}
.recognition .section-subheader {
  position: relative;
}
.recognition .section-subheader:after {
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  background-color: #000000;
  z-index: 10;
  position: absolute;
  bottom: -1px;
  left: 100%;
}
@media only screen and (min-width: 1256px) {
  .recognition .section-subheader:after {
    display: none;
  }
}
.recognition__img {
  display: block;
  width: 52px;
  height: 44px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .recognition__img {
    width: 69px;
    height: 60px;
    margin-bottom: 30px;
  }
}
.recognition__desc,
.recognition__organizer {
  font-size: 10px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .recognition__desc,
  .recognition__organizer {
    font-size: 12px;
    line-height: 1.5;
  }
}
.recognition__desc {
  padding: 0 10px 40px 0;
}
.recognition__organizer {
  position: absolute;
  bottom: 0;
}
.recognition__product-name {
  font-weight: 600;
}
.recognition__box {
  position: relative;
  max-width: 140px;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .recognition__box {
    padding-top: 40px;
  }
}
.new {
  padding: 60px 0;
}
@media only screen and (min-width: 992px) {
  .new {
    padding: 80px 0;
  }
}


@media only screen and (min-width: 1256px) {
	
  .new {padding: 100px 0 30px;}
  .home-page .new { padding: 0 0 30px;} 
  
}



.new .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.new__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: "Zen Dots";
 margin-bottom:30px;
}
@media only screen and (min-width: 992px) {
  .new__title {
    font-size: 65px;
/*     margin-bottom: -140px; */
  }
}
@media only screen and (min-width: 1256px) {
  .new__title {
    font-size: 75px;
   /*  margin-bottom: -115px; */
  }
}
.new .product-box {
  margin-top: 0;
}
.new .product-box__inner::after {
  background-color: transparent;
}
.new .arrow-btn {
  color: #ff2a00;
}
.new .arrow-btn svg {
  display: block;
  width: 105px;
  fill: #ff2a00;
}
.banner {
  position: relative;
  padding-bottom: 70px;
}
@media only screen and (min-width: 1256px) {
  .banner {
    padding-bottom: 0;
  }
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__bg img,
.banner__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.banner__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 30px 0;
  position: relative;
  min-height: 300px;
}
@media only screen and (min-width: 992px) {
  .banner__content {
    min-height: 420px;
  }
}
@media only screen and (min-width: 1256px) {
  .banner__content {
    min-height: 640px;
  }
}
.banner__content-headline {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 3.2px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1256px) {
  .banner__content-headline {
    font-size: 16px;
    margin-bottom: 65px;
  }
}
.banner__content-text {
  color: #ffffff;
  padding-bottom: 40px;
  padding-bottom: 0 !important;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .banner__content-text {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__content-text {
    padding-bottom: 100px;
  }
}
.banner__content-text .slide__date {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1256px) {
  .banner__content-text .slide__date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .banner__content-text .slide__header {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__content-text .slide__header {
    padding-top: 45px;
  }
}
.banner__content-text .single-blog__content > *:last-child {
  margin-bottom: 0;
}
.banner__content-text .single-blog__content > *:first-child {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .banner__content-text .single-blog__content > *:first-child {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__content-text .single-blog__content > *:first-child {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1256px) {
  .banner__content-text .single-blog__content > *:first-child {
    margin-top: 125px;
  }
}
.banner__content-text .single-blog__content h1,
.banner__content-text .single-blog__content h2,
.banner__content-text .single-blog__content h3,
.banner__content-text .single-blog__content h4,
.banner__content-text .single-blog__content h5,
.banner__content-text .single-blog__content h6,
.banner__content-text .single-blog__content p {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .banner__content-text .single-blog__content h1,
  .banner__content-text .single-blog__content h2,
  .banner__content-text .single-blog__content h3,
  .banner__content-text .single-blog__content h4,
  .banner__content-text .single-blog__content h5,
  .banner__content-text .single-blog__content h6,
  .banner__content-text .single-blog__content p {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__content-text .single-blog__content h1,
  .banner__content-text .single-blog__content h2,
  .banner__content-text .single-blog__content h3,
  .banner__content-text .single-blog__content h4,
  .banner__content-text .single-blog__content h5,
  .banner__content-text .single-blog__content h6,
  .banner__content-text .single-blog__content p {
    padding-right: 150px;
  }
}
@media only screen and (min-width: 1256px) {
  .banner__content-text .single-blog__content h1,
  .banner__content-text .single-blog__content h2,
  .banner__content-text .single-blog__content h3,
  .banner__content-text .single-blog__content h4,
  .banner__content-text .single-blog__content h5,
  .banner__content-text .single-blog__content h6,
  .banner__content-text .single-blog__content p {
    padding-right: 220px;
  }
}
.banner__content-text .single-blog__content h2,
.banner__content-text .single-blog__content h3,
.banner__content-text .single-blog__content h4,
.banner__content-text .single-blog__content h5,
.banner__content-text .single-blog__content h6 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .banner__content-text .single-blog__content h2,
  .banner__content-text .single-blog__content h3,
  .banner__content-text .single-blog__content h4,
  .banner__content-text .single-blog__content h5,
  .banner__content-text .single-blog__content h6 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .banner__content-text .single-blog__content h2,
  .banner__content-text .single-blog__content h3,
  .banner__content-text .single-blog__content h4,
  .banner__content-text .single-blog__content h5,
  .banner__content-text .single-blog__content h6 {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .banner__content-text .single-blog__content h2,
  .banner__content-text .single-blog__content h3,
  .banner__content-text .single-blog__content h4,
  .banner__content-text .single-blog__content h5,
  .banner__content-text .single-blog__content h6 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .banner__content-text .single-blog__content h2,
  .banner__content-text .single-blog__content h3,
  .banner__content-text .single-blog__content h4,
  .banner__content-text .single-blog__content h5,
  .banner__content-text .single-blog__content h6 {
    margin-bottom: 50px;
  }
}
.banner__content-text .single-blog__content h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.25px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .banner__content-text .single-blog__content h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .banner__content-text .single-blog__content h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .banner__content-text .single-blog__content h1 {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .banner__content-text .single-blog__content h1 {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1256px) {
  .banner__content-text .single-blog__content h1 {
    margin-top: 125px;
    margin-bottom: 60px;
  }
}
.banner__content-text .single-blog__content p,
.banner__content-text .single-blog__content li {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .banner__content-text .single-blog__content p,
  .banner__content-text .single-blog__content li {
    font-size: 14px;
  }
}
.banner__content-text .single-blog__content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.banner__content-text .single-blog__content img {
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .banner__content-text .single-blog__content img {
    margin: 60px auto 0 auto;
  }
}
@media only screen and (min-width: 1256px) {
  .banner__content-text .single-blog__content img {
    margin: 100px auto 0 auto;
  }
}
.banner__content-text .single-blog__content ul,
.banner__content-text .single-blog__content ol,
.banner__content-text .single-blog__content dl {
  list-style-position: outside;
  margin: 12px 0 20px 20px;
}
@media only screen and (min-width: 768px) {
  .banner__content-text .single-blog__content ul,
  .banner__content-text .single-blog__content ol,
  .banner__content-text .single-blog__content dl {
    margin: 12px 0 24px 40px;
  }
}
.banner__content-text .single-blog__content ul {
  list-style-type: disc;
}
.banner__content-text .single-blog__content ol {
  list-style-type: decimal;
}
.banner__content-text .single-blog__content dl dd {
  padding-left: 15px;
}
.banner__content-text .single-blog__content blockquote {
  font-size: 12px;
  line-height: 1.5;
  font-style: italic;
  padding: 20px;
  margin: 15px 0 30px 0;
  background-color: #ededed;
}
@media only screen and (min-width: 1256px) {
  .banner__content-text .single-blog__content blockquote {
    font-size: 14px;
  }
}
.banner__content-text .single-blog__content em {
  font-style: italic;
}
.banner__content-text .single-blog__content strong {
  font-weight: bold;
}
.banner__content-text .single-blog__content a {
  text-decoration: underline;
}
.banner__content-text p {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .banner__content-text p {
    font-size: 14px;
  }
}
.banner__content-text img {
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .banner__content-text img {
    width: 46%;
  }
}
.banner__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1256px) {
  .banner__actions {
    bottom: 6%;
  }
}
.banner__actions .arrow-btn {
  color: #ff2a00;
}
.banner__actions .arrow-btn svg {
  fill: #ff2a00;
}
.media {
  padding: 40px 0 10px;
}
@media only screen and (min-width: 992px) {
  .media {
    padding: 40px 0 10px;
  }
}


@media only screen and (min-width: 1256px) {
  .media {
    padding: 40px 0 10px;
  }
}



.media__title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 40px;
  margin-left: -5px;
  font-family: "Zen Dots";
}
@media only screen and (min-width: 992px) {
  .media__title {
    font-size: 65px;
   }
}

@media only screen and (min-width: 1256px) {
  .media__title {
    font-size: 75px;
  }
}


.media .flex-row {
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.media__item {
  width: 100%;
  margin-bottom: 30px;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .media__item {
    width: 90%;
  }
}
@media only screen and (min-width: 1256px) {
  .media__item {
    width: 270px;
  }
}
.media__item:hover .arrow-btn svg {
  transform: translateX(10px);
}
.media__item-img {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1256px) {
  .media__item-img {
    margin-bottom: 30px;
  }
}
.media__item-img:after {
  content: '';
  display: block;
  padding-top: 100%;
}
.media__item-img img,
.media__item-img svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.media__item-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 17px;
}
.media__item-date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  margin-right: 30px;
}

.media__item-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 27px;
}
@media only screen and (min-width: 1256px) {
	
.media__item-title {
    margin-bottom: 22px;
    min-height: 55px;
}
  
  
  
}




.media__item-desc {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 38px;
}
@media only screen and (min-width: 1256px) {
  .media__item-desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1256px) {
  .media__item-desc {
    margin-bottom: 48px;
  }
}
.media__item .arrow-btn {
  color: #ff2a00;
}
.media__item .arrow-btn svg {
  fill: #ff2a00;
  display: block !important;
}
.downloads-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .downloads-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .downloads-page {
    padding-bottom: 60px;
  }
}
.downloads-page--bannerOnly {
  padding-bottom: 0;
}
.about-page .about-us {
  color: #000000;
  padding-top: 40px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .about-page .about-us {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .about-us {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1256px) {
  .about-page .about-us {
    padding-top: 50px;
  }
}



.about-page .about-us__logo {
  display: block;
max-width: 100%;
margin: auto !important;
height: auto !important;
max-height: 242px;
}
@media only screen and (max-width: 767px) {
  .about-page .about-us__logo {
    max-width: 115px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .about-us__logo {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__logo {
    height: 66px;
    margin-right: 0;
  }
}
.about-page .about-us__featured {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  padding-right: 50px;
}
@media only screen and (min-width: 768px) {
  .about-page .about-us__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__featured {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .about-us__featured {
    padding-right: 70px;
  }
}

.about-page .about-us__desc {  line-height: 25px;  text-align: justify; font-size: 15px; font-weight: 400; }

@media only screen and (min-width: 1256px) {
	
.about-page .about-us {  padding-top: 50px;  padding-bottom: 50px;}
.about-page .about-us__desc {  margin-top: 18px!important;  line-height: 25px;  text-align: justify; font-size: 16px; font-weight: 400; }
.about-page .about-us__featured {font-size:19px;line-height: 30px;font-weight: 500;padding-right: 0;} 
.about-page .slider .slide--paragraph .slide__content-box { padding-top: 0;}
 
 
}







.about-page .about-us__section-header {
  font-size: 12px;
  line-height: 1.5;
}



@media only screen and (min-width: 1256px) {
  .about-page .about-us__section-header {
    font-size: 14px;
  }
}
.about-page .about-us__desc {
  margin-top: 25px;
 text-align: justify;
}
@media only screen and (min-width: 768px) {
  .about-page .about-us__desc {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .about-us__desc {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__desc {
    margin-top: 45px;
  }
}
.about-page .about-us__section-header {
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .about-page .about-us__section-header {
    margin-top: 80px;
  }
  .findYourFinest-page .our-finest__featured {
  font-size: 19px !important;
  }
  
}
@media only screen and (min-width: 768px) {
  .about-page .about-us__section-header {
    position: absolute;
    bottom: 0;
  }
}
.about-page .about-us__glance {
  border-top: 1px solid #000000;
  margin-top: 30px;
  padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  .about-page .about-us__glance {
    font-size: 0;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .about-us__glance {
    margin-top: 30px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .about-us__glance {
    margin-top: 40px;
    padding-top: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__glance {
    margin-top: 50px;
    padding-top: 45px;
  }
}
.about-page .about-us__glance-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
}
@media only screen and (max-width: 767px) {
  .about-page .about-us__glance-title {
    width: 44%;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .about-us__glance-title {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__glance-title {
    font-size: 36px;
    line-height: 1.08;
  }
}
.about-page .about-us__glance-desc {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__glance-desc {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .about-page .about-us__glance-desc {
    margin-bottom: 35px;
    display: inline-block;
    width: 56%;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .about-us__glance-desc {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .about-us__glance-desc {
    margin-top: 30px;
  }
}
.about-page .our-technology {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin: 0 0 40px 0;
  position: relative;
}
.about-page .our-technology__bg {
  display: none;
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology__bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    -webkit-mask-image: url('../images/mask-about-sm.svg');
            mask-image: url('../images/mask-about-sm.svg');
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: center top;
            mask-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.about-page .our-technology__bg video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.slide__layer1::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology {
    margin: 30px 0 80px 0;
    height: 40vw;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .our-technology {
    margin: 50px 0 100px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .our-technology {
    margin: 70px 0 120px 0;
  }
}
.about-page .our-technology__header {
  padding: 30px 0 20px 0;
}
@media only screen and (min-width: 992px) {
  .about-page .our-technology__header {
    padding: 70px 0 50px 0 !important;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .our-technology__header {
    padding: 80px 0 60px 0 !important;
  }
}
.about-page .our-technology__content {
  padding: 30px 0 40px 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology__content {
    padding: 0;
    margin-top: 6vw;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    /* background: pink; */
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .about-page .our-technology__content-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    -webkit-mask-image: url('../images/mask-about-xs.svg');
            mask-image: url('../images/mask-about-xs.svg');
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: center top;
            mask-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology__content-bg {
    position: relative;
    display: none;
  }
}
.about-page .our-technology__content-bg video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page .our-technology__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology__desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .our-technology__desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology__desc {
    margin-right: 65px;
  }
}
.about-page .our-technology__icon {
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .about-page .our-technology__icon {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology__icon {
    float: right;
    height: 63px;
  }
}
.about-page .our-technology .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .about-page .our-technology .btn {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .our-technology .btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .our-technology .btn {
    margin-top: 45px;
  }
}
.about-page .reviews {
  padding: 40px 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about-page .reviews {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .reviews {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .reviews {
    padding: 100px 0;
  }
}
.about-page .reviews__nav {
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  z-index: 4;
}
@media only screen and (min-width: 768px) {
  .about-page .reviews__nav {
    bottom: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .reviews__nav {
    bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .reviews__nav {
    bottom: 100px;
  }
}
.about-page .reviews__nav-bullets {
  font-size: 0;
  text-align: right;
}
.about-page .reviews__nav-bullets span {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  vertical-align: bottom;
  width: 30px;
  height: 10px;
  border-bottom: 1px solid #fff;
  margin-right: 10px;
  cursor: pointer;
}
.about-page .reviews__nav-bullets span.active {
  margin-bottom: 9px;
}
.about-page .reviews__nav-bullets span:last-of-type {
  margin-right: 0;
}
.about-page .reviews .review {
	background-color: transparent;
	color: #fff;
}
.about-page .reviews .review__txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: center;
  font-style: italic;
  margin-right: 0px;
}
@media only screen and (min-width: 768px) {
  .about-page .reviews .review__txt {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .reviews .review__txt {
    font-size: 22px;
	line-height: 1.42;
	text-align: left;
	margin-right: 60px;
	letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1256px) {
  .about-page .reviews .review__txt {
    margin-right: 80px;
  }
}
.about-page .reviews .review__author {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about-page .reviews .review__author {
    font-size: 12px;
    line-height: 2.5;
  }

}
@media only screen and (min-width: 1256px) {
  .about-page .reviews .review__author {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 768px) {
  .about-page .reviews .review__author {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .about-page .reviews .review__author {
    margin-top: 0;
    margin-right: 65px;
    text-align: right;
  }
}

.our-finest {
  background-image: url('../images/banner-why-choose-desktop.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  color: #ffffff;
}



@media only screen and (min-width: 768px) {
  .our-finest {
    padding-bottom: 30px;
	padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .our-finest {
    padding-bottom: 40px;
	padding-top: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .our-finest {
    padding-bottom: 40px;
	padding-top: 40px;
  }
}
.our-finest__header {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 35px 0;
}
@media only screen and (min-width: 1256px) {
  .our-finest__header {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .our-finest__header {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .our-finest__header {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .our-finest__header {
    padding: 80px 0;
  }
}
.our-finest__logo {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .our-finest__logo {
    max-width: 180px;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .our-finest__logo {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .our-finest__logo {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 1256px) {
  .our-finest__logo {
    padding-right: 0;
    max-width: 330px;
  }
}
.our-finest__featured {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .our-finest__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .our-finest__featured {
    font-size: 24px;
    line-height: 1.42;
  }
}
.our-finest__desc {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .our-finest__desc {
    font-size: 14px;
  }
}
.our-finest .btn {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .our-finest .btn {
    margin-top: 45px;
  }
}
.configurator-btn {
  background: #000;
  color: #ffffff;
  padding: 35px 0 40px 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  position: relative;
}
.configurator-btn--mobile {
  display: block;
  overflow: hidden;
  padding: 35px 0;
}
@media only screen and (min-width: 992px) {
  .configurator-btn--mobile {
    display: none;
  }
}
.configurator-btn--mobile .configurator-btn__pic {
  display: none;
}
.configurator-btn--mobile .configurator-btn__content {
  max-width: 100%;
  padding: 0 15px;
}
.configurator-btn--mobile .configurator-btn__btn {
  margin-top: 35px;
}
@media only screen and (min-width: 992px) {
  .configurator-btn {
    margin-top: 48px;
  }
}
.configurator-btn:before,
.configurator-btn:after {
  content: "";
  background-color: #000000;
}
.configurator-btn:before {
  width: 245px;
  height: 100%;
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  transform: skew(-42deg);
  transform-origin: 0 100%;
  z-index: -1;
}
.configurator-btn:after {
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
}
.configurator-btn__col {
  text-align: right;
}
.configurator-btn__pic {
  display: block;
  height: calc(100% - 75px);
  max-height: 184px;
  margin-right: 45px;
  position: absolute;
  top: 35px;
  left: 0;
  transform: translate(-100%, 0%);
}
.rw__layer2{
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.configurator-btn__content {
  max-width: 290px;
  text-align: left;
  padding-left: 60px;
}
.configurator-btn__header {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.configurator-btn__desc {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #ffffff;
}
.configurator-btn__btn {
  display: inline-block;
  font-weight: 600;
  letter-spacing: 2.8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin-top: 45px;
  display: block;
  position: relative;
  z-index: 9;
}
.configurator-btn__btn:hover svg {
  transform: translateX(10px);
}
@media only screen and (min-width: 992px) {
  .configurator-btn__btn {
    font-size: 16px;
  }
}
.configurator-btn__btn span {
  position: relative;
  z-index: 1;
}
.configurator-btn__btn svg {
  transition: all 0.2s ease-in-out;
  width: 80px;
  height: auto;
  margin-left: 20px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .configurator-btn__btn svg {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-btn__btn svg {
    width: 115px;
  }
}
.configurator-btn__btn span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.1px;
}
.configurator-btn__btn svg {
  display: inline-block !important;
  fill: #ffffff;
  width: 105px;
}
.no-products {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 50px;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) {
  .no-products {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .no-products {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 768px) {
  .no-products {
    margin-top: 60px;
    padding: 50px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .no-products {
    margin-top: 70px;
    padding: 60px 0;
  }
}
.products-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .products-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .products-page {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1256px) {
  .products-page {
    padding-bottom: 80px;
  }
}
.products-page__number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  height: 75%;
  z-index: 8;
}
.products-page .slide__content {
  z-index: 9;
  top: 53%;
}
@media only screen and (min-width: 1256px) {
  .products-page .slide__content-box {
    margin-top: 0px;
  }
}
.products-page .slide__header {
  border: none;
}
.products-page .slide__desc {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .products-page .slide__desc {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1256px) {
  .products-page .slide__desc {
    font-size: 20px;
    margin-top: 25px;
  }
}
.products-page .products-list {
  padding-top: 80px;
}
.products-page .products-list p{
	line-height: 22px;
margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .products-page .products-list {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1256px) {
  .products-page .products-list {
    padding-top: 100px;
  }
}
.products-page .products-list .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.products-page .pagination {
  margin-top: 35px;
}
@media only screen and (min-width: 1256px) {
  .products-page .pagination {
    margin-top: 45px;
  }
}
.products-list__help {
  transition: all 0.2s ease-in-out;
  display: block;
  height: 60px;
  background-color: #000000;
  color: #ffffff;
  position: relative;
  margin-top: 40px;
}
.products-list__help:before,
.products-list__help:after {
  transition: all 0.2s ease-in-out;
}
.products-list__help:hover .products-list__help-txt span:before {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .products-list__help:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #000000;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .products-list__help {
    height: 108px;
    margin-top: 60px;
  }
  .products-list__help:before,
  .products-list__help:after {
    content: "";
    background-color: #000000;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .products-list__help:before {
    width: 50vw;
    right: 100%;
  }
  .products-list__help:after {
    background-color: #000000;
    width: 100px;
    left: 100%;
    transform: skew(-42deg) translateX(-50%);
  }
}


@media only screen and (min-width: 992px) {
  .products-list__help {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .products-list__help {
    margin-top:80px;
  }
}
.products-list__help-header {
  display: inline-block;
  font-size: 24px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .products-list__help-header {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1256px) {
  .products-list__help-header {
    font-size: 30px;
  }
}
.products-list__help-txt {
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  font-weight: 500;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.products-list__help-txt:hover{
	color:#ed3237;
}

@media only screen and (min-width: 768px) {
  .products-list__help-txt {font-size: 16px;}
   
}

@media only screen and (min-width: 992px) {
  .products-list__help-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
  }
}
@media only screen and (min-width: 1256px) {
  .products-list__help-txt {
    padding-left: 100px;
  }
}
.products-list__help-txt span {
  position: relative;
}
.products-list__help-txt span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #ffffff;
}
.product-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .product-box {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box {
    margin-top: 30px;
  }
}
.product-box__inner {
  overflow: visible !important;
}
.product-box:hover .product-box__img:after {
  width: 80%;
  height: 90%;
}
.product-box:hover .arrow-btn svg {
  transform: translateX(10px);
}
.product-box__img {
  text-align: center;
  margin-bottom: -185px;
  position: relative;
  z-index: 2;
  height: 290px;
  margin-top: 20px;
}
.product-box__img .video{
	position: relative;
	z-index: 9;
	top: 0;
	left: 0;
	display: flex;
	max-width: calc(100% - 0px);

}
.product-box__img .video video{
	margin-top: 5px;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	
}


@media only screen and (min-width: 768px) {
  .product-box__img {
    height: 310px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box__img {
    height: 325px;
    margin-top: -25px;
  }
}
.product-box__img:after {
  transition: all 0.2s ease-in-out;
  content: '';
  display: block;
  width: 74%;
  height: 84%;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #f1f1f1;
  -webkit-clip-path: polygon(100% 0, 0% 0%, 0% 100%);
          clip-path: polygon(100% 0, 0% 0%, 0% 100%);
}
.product-box__img img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 9;
}
.product-box__inner {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: background-color 0.16s linear;
}
.product-box__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  background-color: #ffffff;
}
.product-box__content {
  padding: 226px 0 84px 0;
  position: relative;
  z-index: 1;
}


	
@media only screen and (min-width: 768px) {
  .product-box__content {
    padding: 226px 0 104px 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-box__content {
    padding: 226px 0 94px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box__content {
    padding: 200px 0 104px 0;
  }
}
.product-box__logo {
  margin: 25px auto 40px;
  display: block;
  width: 90%;
}
@media only screen and (min-width: 768px) {
  .product-box__logo {
    width: 65%;
  }
}
.product-box__name {
  font-size: 18px;
  line-height: 1.3;
  padding: 12px 0 0 0;
  margin: 0 0 16px 0;
  text-align: left;
  font-family: "Zen Dots";
font-weight: normal;
text-align: left;
}
@media only screen and (min-width: 768px) {
  .product-box__name {
    font-size: 22px;
    padding: 10px 0 0 0;
    margin: 0 0 16px 0;
    min-height: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product-box__name {
    min-height: 65px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box__name {
    font-size: 24px;
	padding: 15px 0 0 0;
	margin: 0 0 10px 0;
	min-height: 60px;
  }
}
.product-box__name span {
  font-weight: normal;
}
.product-box__name sub {
  font-size: 18px;
}
@media only screen and (min-width: 992px) {
  .product-box__name sub {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box__name sub {
    font-size: 35px;
  }
}
.product-box__name img {
  width: 65%;
  margin: 0 auto;
}
.product-box__desc {
  font-size: 12px;
  line-height: 1.5;
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 1256px) {
  .product-box__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .product-box__desc {
    margin: 20px 0 0 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-box__desc {
    margin: 5px 0 0 0;
  }
}
.product-box__desc ul,
.product-box__desc ol {
  text-transform: uppercase;
  list-style-type: none;
  margin-top: 1em;
}
.product-box__desc ul li,
.product-box__desc ol li {
  margin-bottom: 0.5em;
  padding-left: 25px;
  position: relative;
}
.product-box__desc ul li:before,
.product-box__desc ol li:before {
  content: '';
  background: url('../images/i-check.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  height: 12px;
  width: 16px;
  top: 3px;
  left: 0;
}
@media only screen and (min-width: 1256px) {
  .product-box__desc ul li:before,
  .product-box__desc ol li:before {
    top: 4px;
  }
}
.product-box .arrow-btn {
  position: absolute;
  bottom: 30px;
  left: 0;
  color: #ff2a00;
}
.product-box .arrow-btn svg {
  fill: #ff2a00;
  display: inline-block !important;
}


.video-grid1 .product-box__inner {
    padding: 15px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.video-grid1 .product-box .arrow-btn {
	left: 15px;
}

.video-grid1 .product-box__img {
    height: auto;
    margin-bottom: 20px;
    padding: 0%;
    margin-top: 0;
}
.video-grid1 .product-box__content {
    padding: 0px 0 66px 0;
}

.video-grid1 .product-box__img:after {
	display:none !important;	
}

#google_translate_element{
	    transform: scale(.9);
}
.warranty-page {
  padding: 40px 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .warranty-page {
    padding: 50px 0 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page {
    padding: 60px 0 100px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page {
    padding: 0px 0 60px 0;
  }
}
.warranty-page__header {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .warranty-page__header {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page__header {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 767px) {
  .warranty-page__header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page__content {
    margin-right: 65px;
  }
}
.warranty-page__featured {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .warranty-page__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page__featured {
    font-size: 24px;
    line-height: 1.42;
  }
}
.warranty-page__desc {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (min-width: 1256px) {
  .warranty-page__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .warranty-page__desc {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page__desc {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page__desc {
    margin-top: 45px;
  }
}
.warranty-page .form {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .warranty-page .form {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page .form {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page .form {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page .form__content {
    margin-right: 105px;
  }
}
.warranty-page .form__content--warranty {
  display: none;
}
.warranty-page .form input {
  letter-spacing: 1.05px;
}
.warranty-page .warranty {
  margin: 30px 0 5px 0;
  padding: 30px 0;
  background-color: #f0f1f4;
  max-height: 750px;
  overflow: auto;
  display: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .warranty-page .warranty {
    padding: 55px 0;
    margin: 55px 0 15px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page .warranty {
    padding: 75px 0;
    margin: 75px 0 25px 0;
  }
}
.warranty-page .warranty::-webkit-scrollbar {
  width: 9px;
}
.warranty-page .warranty::-webkit-scrollbar-track {
  background: transparent;
}
.warranty-page .warranty::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #bbbcbf;
}
.warranty-page .warranty:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 750px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 5;
  display: none;
}
.warranty-page .warranty .map-loader {
  z-index: 6;
  display: none;
}
.warranty-page .warranty__img {
  height: 30px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .warranty-page .warranty__img {
    height: 45px;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page .warranty__img {
    height: 60px;
  }
}
.warranty-page .warranty__title {
  font-size: 25px;
  line-height: 0.85;
  letter-spacing: -0.2px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .warranty-page .warranty__title {
    font-size: 33px;
  }
}
@media only screen and (min-width: 992px) {
  .warranty-page .warranty__title {
    margin-top: 22px;
    margin-bottom: 55px;
    font-size: 40px;
  }
}
.warranty-page .warranty__content {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.warranty-page .warranty.loading {
  overflow: hidden;
}
.warranty-page .warranty.loading:before,
.warranty-page .warranty.loading .map-loader {
  display: block;
}
.warranty-page .form-checkbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  margin: 25px 0;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .warranty-page .form-checkbox {
    margin: 35px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .warranty-page .form-checkbox {
    margin: 50px 0;
  }
}
.warranty-page .form-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
}
.warranty-page .form-checkbox input:checked ~ .form-checkbox__checkbox {
  background-image: url('../images/icon-checked.svg');
}
.warranty-page .form-checkbox__checkbox {
  -ms-flex: 0 0 20px;
      flex: 0 0 20px;
  height: 20px;
  border: 1px solid #000000;
  background-position: center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
}
.warranty-page .form-checkbox__label {
  margin-left: 14px;
  -ms-flex: 1;
      flex: 1;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
.warranty-page .form-checkbox--warranty {
  display: none;
}
.warranty-page .loader {
  display: none;
  min-height: 250px;
  background-color: #f0f1f4;
  position: relative;
}
.warranty-page .errors {
  margin-bottom: 20px;
  background-color: #f8d7da;
  padding: 20px;
  color: #721c24;
  padding-bottom: 10px;
}
.warranty-page .errors li {
  margin-bottom: 10px;
}
.warranty-page .errors strong {
  font-weight: 700;
}
.warranty-page .success {
  padding: 20px;
  color: #155724;
  background-color: #d4edda;
  margin-bottom: 20px;
}
.media-page {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .media-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .media-page {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) {
  .media-page {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .media-page {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 1256px) {
  .media-page {
    padding-top: 80px;
  }
}
.media-page__header {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .media-page__header {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 1256px) {
	.media-page__header {
        font-size: 30px;
		line-height: 1.2;
		letter-spacing: 1.1px;
		font-weight: bold;
  }
}
@media only screen and (max-width: 767px) {
  .media-page__header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .media-page__content {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .media-page__content {
    margin-right: 65px;
  }
}
.media-page__featured {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  letter-spacing: -0.24px;
}
@media only screen and (min-width: 768px) {
  .media-page__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .media-page__featured {
    font-size: 24px;
    line-height: 1.42;
  }
}
.media-page .media-boxes {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .media-page .media-boxes {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .media-page .media-boxes {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1256px) {
  .media-page .media-boxes {
    padding-top: 90px;
  }
}
.media-page .media-boxes .pagination {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .media-page .media-boxes .pagination {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .media-page .media-boxes .pagination {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .media-page .media-boxes .pagination {
    margin-top: 15px;
  }
}
.media-box {
  display: block;
  margin-bottom: 40px;
  padding: 15px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
@media only screen and (min-width: 768px) {
  .media-box {
    margin-bottom: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .media-box {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 1256px) {
  .media-box {
    margin-bottom: 35px;
  }
  
 .home-page .media-box {padding: 0 80px 35px 25px;} 
  
  
}



.media-box--news {
  pointer-events: none;
}
.media-box--news .media-box__header {
  padding-left: 85px;
}
.media-box--news .media-box__header img {
  height: 15px;
  max-height: none;
  max-width: none;
}
.media-box__img {
  width: 100%;
  height: 0;
  /* padding-bottom: 70%; */
  padding-bottom: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1256px) {
  .media-box__img {
    margin-bottom: 30px;
  }
}
.media-box__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-box__header {
  font-size: 10px;
  line-height: 19px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 17px 0;
  position: relative;
  padding-left: 34px;
}
@media only screen and (min-width: 768px) {
  .media-box__header {
    font-size: 12px;
    padding: 22px 0;
    padding-left: 39px;
  }
}
@media only screen and (min-width: 1256px) {
  .media-box__header {
    font-size: 14px;
    padding: 25px 0;
    padding-left: 43px;
  }
}
.media-box__header img,
.media-box__header svg {
  max-height: 19px;
  max-width: 22px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.media-box__desc {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .media-box__desc {
    font-size: 14px;
  }
}
.media-box .arrow-btn {
  color: #ff2a00;
}
.media-box .arrow-btn svg {
  fill: #ff2a00;
  display: block !important;
}
div.wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  font-size: 12px !important;
  padding: 12px 10px !important;
  border: none !important;
  background: #b6b8bd !important;
  color: white !important;
}
div.wpcf7-validation-errors {
  background: #b6b8bd;
  color: white;
}
.wpcf7-form-control-wrap {
  display: block;
}
span.wpcf7-not-valid-tip {
  display: block !important;
  width: 100% !important;
  font-size: 10px !important;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  text-align: right;
}
.contact-page {
  padding: 40px 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .contact-page {
    padding: 50px 0 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page {
    padding: 60px 0 100px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page {
    padding: 100px 0 0px 0;
  }
}
.contact-page__sidebar {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 1256px) {
  .contact-page__sidebar {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page__sidebar {
    margin-bottom: 30px;
  }
}
.contact-page__sidebar p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .contact-page__sidebar p {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page__sidebar p {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page__sidebar p {
    margin-bottom: 25px;
  }
}
.contact-page__subheader {
  margin-top: -3px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .contact-page__subheader {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page__subheader {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
.contact-page__header {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  margin-bottom: 15px;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .contact-page__header {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page__header {
   font-size: 24px;
	line-height: 1.42;
	font-weight: bold;
	letter-spacing: 1px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-page__header {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page__header {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page__header {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1256px) {
	
  .contact-page__content {
    margin-right:0px;
  }
}


.contact-page__featured {
  font-size: 16px;
font-weight: 500;
margin-bottom: 10px;
line-height: 1.3;
}
@media only screen and (min-width: 768px) {
  .contact-page__featured {
    font-size: 16px;
   }
}

@media only screen and (min-width: 1256px) {
  .contact-page__featured {
    font-size:22px;
	line-height:30px;
   }
}


.contact-page__desc {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}



.c-head{
	font-size: 18px;
font-weight: 500;margin-bottom: 10px;
}
@media only screen and (min-width: 1256px) {
  .contact-page__desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .contact-page__desc {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page__desc {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page__desc {
    margin-top: 35px;
  }
}
.contact-page__social {
  font-size: 0;
  margin-top: 10px;
}
.contact-page__social a {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin-right: 15px;
}
.contact-page__social a img {
  height: 100%;
}
.contact-page .form {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .contact-page .form {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .form {
    margin-right: 0px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1256px) {
  .contact-page .form {
    margin-top: 35px;
  }
}
.contact-page .form__submit {
  /*margin-top: -15px;*/
}
.no-points {
  text-align: center;
}
.no-points__header {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .no-points__header {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .no-points__header {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
.no-points__btn {
  margin-top: 30px;
  background: black;
  color: white;
  padding: 12px 34px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
#moreLoader {
  margin-top: 45px;
}
.distributors .mapPopup {
  min-width: 250px;
  max-height: 0;
  max-width: 300px;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: white;
  z-index: 10000000;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  padding: 0 18px 0 52px;
  background-image: url('../images/icon-pin.svg');
  background-size: 22px 22px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-122px, -22px);
}
.distributors .mapPopup.active {
  transition: all 0.2s ease-in-out;
  opacity: 1;
  visibility: visible;
  max-height: 400px;
  padding-top: 16px;
  padding-bottom: 20px;
}
.distributors .mapPopup__header {
  font-size: 14px;
}
.distributors .mapPopup__address {
  font-size: 12px;
  margin-top: 16px;
}
.distributors__header,
.distributors__search-header {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .distributors__header,
  .distributors__search-header {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .distributors__header,
  .distributors__search-header {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
.distributors__header {
  padding: 40px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .distributors__header {
    padding: 60px 0 30px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors__header {
    padding: 80px 0 45px 0;
  }
}
.distributors__map {
  height: 280px;
  background-color: #a0a2a7;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .distributors__map {
    height: 380px;
  }
}
@media only screen and (min-width: 992px) {
  .distributors__map {
    height: 430px;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors__map {
    height: 450px;
  }
}
.distributors__map #distributorsMap {
  width: 100%;
  height: 100%;
}
.distributors__search {
  padding: 3px 0 27px 0;
}
@media only screen and (min-width: 768px) {
  .distributors__search {
    padding: 19px 0 55px 0;
  }
}
@media only screen and (min-width: 992px) {
  .distributors__search {
    padding: 34px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors__search {
    padding: 39px 0 80px 0;
  }
}
.distributors__search-header {
  padding-top: 16px;
}
.distributors__search .form {
  margin: 0;
}
.distributors__results {
  min-height: 64px;
  position: relative;
}
.distributors__results .map-loader {
  position: absolute;
  transform: none;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.distributors__results .map-loader div {
  background: #000000;
}
.distributors__results-inner {
  transition: all 0.2s ease-in-out;
  height: 0;
  overflow: hidden;
}
.distributors__show-more {
  text-align: center;
}
.distributors__show-more a {
  margin-top: 60px;
}
.distributors .distributor {
  margin-bottom: 35px;
  display: block;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .distributors .distributor {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .distributors .distributor {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors .distributor {
    margin-bottom: 60px;
  }
}
.distributors .distributor:last-of-type {
  margin-bottom: 0;
}
.distributors .distributor__name {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  margin-top: -2px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .distributors .distributor__name {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors .distributor__name {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .distributors .distributor__name {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .distributors .distributor__name {
    margin-bottom: 0;
  }
}
.distributors .distributor__details,
.distributors .distributor__contact {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: -0.1px;
}
@media only screen and (min-width: 1256px) {
  .distributors .distributor__details,
  .distributors .distributor__contact {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .distributors .distributor__details,
  .distributors .distributor__contact {
    margin-bottom: 15px;
  }
}
.distributors .distributor__details p,
.distributors .distributor__contact p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .distributors .distributor__details p,
  .distributors .distributor__contact p {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors .distributor__details p,
  .distributors .distributor__contact p {
    margin-bottom: 20px;
  }
}
.distributors .distributor__details p:last-of-type,
.distributors .distributor__contact p:last-of-type {
  margin-bottom: 0;
}
.distributors .distributor__details a:hover,
.distributors .distributor__contact a:hover {
  text-decoration: underline;
}
.distributors .distributor__btns {
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .distributors .distributor__btns {
    text-align: right;
  }
}
.distributors .distributor__btn {
  display: block;
  font-size: 10px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .distributors .distributor__btn {
    display: inline-block;
    margin-right: 20px;
  }
  .distributors .distributor__btn:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .distributors .distributor__btn {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1256px) {
  .distributors .distributor__btn {
    font-size: 14px;
    margin-bottom: 6px;
  }
}
.distributors .distributor__btn:last-of-type {
  margin-bottom: 0;
}
.distributors .distributor__btn:hover span:before {
  width: 100%;
}
.distributors .distributor__btn span {
  position: relative;
}
.distributors .distributor__btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.findYourFinest-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .findYourFinest-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .findYourFinest-page {
    padding-bottom: 100px;
  }
}
.tips-header {
  margin: 60px 0;
}
@media only screen and (min-width: 768px) {
  .tips-header {
    margin: 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .tips-header {
    margin: 120px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-header {
    margin: 155px 0 90px 0;
  }
}
.tips-header__txt {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: center;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 768px) {
  .tips-header__txt {
    font-size: 26px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-header__txt {
    font-size: 30px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-header__txt {
    padding: 0 45px;
  }
}
.tips-header__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
@media only screen and (min-width: 1256px) {
  .tips-header__actions {
    margin-top: 60px;
  }
}
.tips-header__link {
  font-size: 14px;
  color: #ff2a00;
  font-weight: 700;
  letter-spacing: 3.2px;
  margin: 20px 25px 0;
  position: relative;
}
.tips-header__link:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.tips-header__link:hover:before {
  width: 100%;
}
.tips-header__link:before {
  background-color: #ff2a00;
}
@media only screen and (min-width: 1256px) {
  .tips-header__link {
    font-size: 16px;
  }
}
.tips-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .tips-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 1256px) {
  .tips-page {
    padding-bottom:50px;
  }
}



@media only screen and (min-width: 1256px) {
  .tips-page .pagination {
    margin-top: 15px;
  }
}
.tips-page .pagination .page-numbers {
  cursor: pointer;
}
.tips-page .pagination .page-numbers.current {
  cursor: default;
}
.tips-page .pagination--alt .pagination .page-numbers {
  margin-right: 10px;
}
.tips-page .pagination--alt .pagination__prev:before {
  display: none;
}
.tips-page .pagination--alt .pagination__next:after {
  display: none;
}
.tips-page__slider-word {
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
  height: 25%;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .tips-page__slider-word {
    height: 28%;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__slider-word {
    height: 50%;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__slider-word {
    height: 69%;
  }
}
.tips-page__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
.tips-page__options:hover .arrow-btn svg {
  transform: translateX(10px);
}
.tips-page__more-wrapper {
  text-align: center;
  margin-top: 20px;
}
.tips-page__more-options {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  margin-top: 30px;
  background: black;
  color: white;
  padding: 12px 34px;
  cursor: pointer;
}
.tips-page__tip-title {
  display: inline-block;
  font-size: 42px;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: normal;
}
.tips-page__tip-title img {
  display: block;
  width: 100%;
  max-width: 180px;
}
@media only screen and (min-width: 768px) {
  .tips-page__tip-title img {
    max-width: 370px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__tip-title img {
    max-width: 440px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__tip-title img {
    max-width: 520px;
  }
}
@media only screen and (max-width: 767px) {
  .tips-page__tip-title {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page__tip-title {
    font-size: 60px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__tip-title {
    font-size: 80px;
  }
}
.tips-page__tip-title-wrapper--alt {
  margin-top: 20px;
}
@media only screen and (min-width: 1256px) {
  .tips-page__tip-title-wrapper--alt {
    margin-top: 50px;
  }
}
.tips-page__precautions {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .tips-page__precautions {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page__precautions {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__precautions {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__precautions {
    margin-bottom: 120px;
  }
}
.tips-page__precautions-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.95;
  letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
  .tips-page__precautions-title {
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__precautions-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__precautions-title {
    font-size: 40px;
  }
}
.tips-page__new {
  padding: 20px 0;
}
@media only screen and (min-width: 1256px) {
  .tips-page__new {
    padding: 30px 0 85px;
  }
}
.tips-page__new-title {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 11px;
  margin-bottom: -20px;
  margin-left: -5px;
}
@media only screen and (min-width: 992px) {
  .tips-page__new-title {
    font-size: 160px;
    margin-bottom: -50px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__new-title {
    font-size: 220px;
    margin-bottom: -90px;
    margin-left: -15px;
  }
}
.tips-page__new-img {
  width: 100%;
  position: relative;
}
.tips-page__new-img:after {
  content: "";
  display: block;
  padding-top: 45%;
}
.tips-page__new-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.tips-page__new-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 25px;
}
@media only screen and (min-width: 992px) {
  .tips-page__new-info {
    margin-top: 45px;
  }
}
.tips-page__new-content {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .tips-page__new-content {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.tips-page__new-actions {
  height: inherit;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
}
.tips-page__new-date {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 35px;
}
.tips-page__new-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.25px;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .tips-page__new-name {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__new-name {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__new-name {
    margin-bottom: 0;
    width: 40%;
    margin-top: 25px;
    margin-right: 145px;
  }
}
.tips-page__new-desc {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1256px) {
  .tips-page__new-desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__new-desc {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
.tips-page__new .arrow-btn {
  color: #ff2a00;
  margin-bottom: 0 !important;
}
.tips-page__new .arrow-btn svg {
  fill: #ff2a00;
  display: block !important;
}
.tips-page__new .container {
  display: block;
}
.tips-page__new .container:hover .arrow-btn svg {
  transform: translateX(10px);
}
.tips-page__about {
  position: relative;
  padding: 20px 0 60px;
}
@media only screen and (max-width: 767px) {
  .tips-page__about {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page__about {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__about {
    padding: 85px 0 100px;
  }
}
.tips-page__about:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
.tips-page__about.loading:after {
  opacity: 1;
  visibility: visible;
}
.tips-page__about.loading .map-loader {
  opacity: 1;
  visibility: visible;
}
.tips-page__about .map-loader {
  opacity: 0;
  visibility: 0;
  z-index: 9;
}
.tips-page__about .map-loader div {
  background-color: #000;
}
.tips-page__about-subheader {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .tips-page__about-subheader {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__about-subheader {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 767px) {
  .tips-page__about-subheader {
    margin-bottom: 30px;
  }
}
.tips-page__about-desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .tips-page__about-desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__about-desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
.tips-page__about-desc--small {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
  margin-right: 40px;
}
@media only screen and (min-width: 1256px) {
  .tips-page__about-desc--small {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page__about-desc--small {
    margin-top: 105px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__about-desc--small {
    margin-top: 110px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__about-desc--small {
    margin-top: 120px;
    margin-right: 53px;
  }
}
.tips-page__about .option-product {
  cursor: inherit;
}
.tips-page__about .option-product:not(.option-product--inactive):hover .option-product__header {
  background-color: transparent !important;
}
.tips-page__about .option-product--alt {
  width: 100% !important;
}
.tips-page__about .option-product--alt:hover {
  background-color: transparent !important;
}
.tips-page__about .option-product--alt .option-product__header {
  margin-top: 0;
  background-color: transparent;
}
.tips-page__about .option-product--alt .option-product__header:hover {
  background-color: transparent !important;
}
.tips-page__about .option-product--alt .option-product__img {
  margin: 0;
  position: relative;
  max-width: none;
  bottom: inherit;
  left: inherit;
  right: inherit;
  width: 100%;
  background: #a0a2a7;
}
@media only screen and (min-width: 768px) {
  .tips-page__about .option-product--alt .option-product__img {
    width: 75%;
  }
}
.tips-page__about .option-product--alt .option-product__img:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.tips-page__about .option-product--alt .option-product__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
}
.tips-page__about .option-product--alt .option-product__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 30px 0 15px;
}
.tips-page__about .option-product--alt .option-product__info-date {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 30px;
}
.tips-page__about .option-product--alt .option-product__logo {
  position: static;
  margin-top: 0;
  width: 100%;
  height: auto;
  min-height: 60px;
}
.tips-page__about .option-product--alt .option-product__logo img {
  width: 100%;
  height: 100%;
}
.tips-page__about .option-product--alt .option-product__title {
  padding: 0;
  font-size: 30px;
}
@media only screen and (min-width: 1256px) {
  .tips-page__about .option-product--alt .option-product__title {
    width: 80%;
  }
}
.tips-page__about .option-product--alt .option-product__desc {
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1256px) {
  .tips-page__about .option-product--alt .option-product__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__about .option-product--alt .option-product__desc {
    margin-top: 35px;
    width: 85%;
  }
}
.tips-page__about .option-product--alt .arrow-btn {
  color: #ff2a00;
}
.tips-page__about .option-product--alt .arrow-btn svg {
  fill: #ff2a00;
  display: block !important;
}
.tips-page__about a.option-product {
  cursor: pointer;
}
.tips-page__about a.option-product:hover .arrow-btn svg {
  transform: translateX(10px);
}
.tips-page__assets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
  overflow: hidden;
}
.tips-page__products {
  padding-bottom: 35px;
  font-size: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .tips-page__products {
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__products {
    padding-bottom: 180px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__products {
    padding-bottom: 220px;
  }
}
.tips-page__products-inner {
  padding-top: 20px;
  border-top: 1px solid #000000;
}
@media only screen and (min-width: 768px) {
  .tips-page__products-inner {
    padding-top: 30px;
  }
}
.tips-page__products-header {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.6;
  margin-bottom: 36px;
}
@media only screen and (min-width: 768px) {
  .tips-page__products-header {
    line-height: 0.75;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__products-header {
    font-size: 35px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__products-header {
    font-size: 50px;
    line-height: 0.6;
  }
}
.tips-page__products .products-list {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tips-page__products .products-list {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page__products .products-list {
    width: 20%;
  }
}
.tips-page__products .products-list .anchor-with-popup {
  display: inline-block;
  position: relative;
}
.tips-page__products .products-list .link-popup {
  display: none;
}
@media only screen and (min-width: 992px) {
  .tips-page__products .products-list .link-popup {
    transition: opacity 0.1s;
    opacity: 0;
    visibility: hidden;
    display: block;
    background-color: #f0f1f4;
    color: #000000;
    position: absolute;
    top: -5px;
    left: 100%;
    z-index: 15;
    padding: 45px 40px 45px 150px;
    margin-left: 20px;
  }
}
.tips-page__products .products-list .link-popup--right {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 20px;
}
.tips-page__products .products-list .link-popup--right:before {
  left: auto !important;
  right: 0 !important;
  transform: rotate(-45deg) !important;
  transform-origin: 100% 0% !important;
}
.tips-page__products .products-list .link-popup:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background-color: #f0f1f4;
  transform: rotate(45deg);
  transform-origin: 0% 0%;
  pointer-events: none;
}
.tips-page__products .products-list .link-popup__pic {
  display: inline-block;
  width: 110px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 20px;
}
.tips-page__products .products-list .link-popup__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: 10%;
  left: 0;
}
.tips-page__products .products-list .link-popup__content {
  min-width: 201px;
  border-top: 1px solid #000000;
  padding: 20px 0 0 0;
}
.tips-page__products .products-list .link-popup__title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: -8px 0;
}
@media only screen and (min-width: 992px) {
  .tips-page__products .products-list .link-popup__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__products .products-list .link-popup__title {
    font-size: 50px;
  }
}
.tips-page__products .products-list .link-popup .btn {
  display: block;
  position: relative;
  margin-top: 60px;
}
.tips-page__products .products-list .link-popup .btn:after {
  margin-left: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.tips-page__products .products-list__header {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .tips-page__products .products-list__header {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__products .products-list__header {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media sm {
  .tips-page__products .products-list__header {
    margin-bottom: 15px;
  }
}
@media lg {
  .tips-page__products .products-list__header {
    margin-bottom: 25px;
  }
}
.tips-page__products .products-list__text {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .tips-page__products .products-list__text {
    font-size: 14px;
  }
}
.tips-page__products .products-list__text a {
  text-decoration: underline;
}
.tips-page__config-title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 30px;
  position: relative;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .tips-page__config-title {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page__config-title {
    margin-bottom: 30px;
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page__config-title {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__config-title {
    margin-bottom: 40px;
  }
}
.tips-page__config-title:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1256px) {
  .tips-page__config-title--alt {
    font-size: 80px;
  }
}
.tips-page__config-desc {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1256px) {
  .tips-page__config-desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page__config-desc {
    margin-top: 75px;
    width: 80%;
  }
}
.tips-page .steps {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .tips-page .steps {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .steps {
    padding-bottom: 40px;
  }
}
.tips-page .steps__header {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tips-page .steps__note {
  border-top: 1px solid #000000;
  padding: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .tips-page .steps__note {
    padding: 30px 0 0 0;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .steps__note {
    padding: 40px 0 0 0;
  }
}
.tips-page .steps__note-header {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -1.3px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .tips-page .steps__note-header {
    margin-bottom: 23px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page .steps__note-header {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .steps__note-header {
    font-size: 50px;
  }
}
.tips-page .steps__note p {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1256px) {
  .tips-page .steps__note p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page .steps__note p {
    margin-bottom: 0;
  }
}
.tips-page .steps .step-box__desc {
  padding-bottom: 0;
}
.tips-page .video-instructions .section-subheader {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .tips-page .video-instructions .section-subheader {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .video-instructions .section-subheader {
    margin-bottom: 40px;
  }
}
.tips-page .video-instructions .video-box {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .tips-page .video-instructions .video-box {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page .video-instructions .video-box {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .video-instructions .video-box {
    margin-bottom: 80px;
  }
}
.tips-page .video-instructions .video-box__pic {
  background-color: #b6b8bd;
  background-size: cover;
  background-position: center;
  height: 180px;
}
@media only screen and (min-width: 768px) {
  .tips-page .video-instructions .video-box__pic {
    height: 210px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page .video-instructions .video-box__pic {
    height: 185px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .video-instructions .video-box__pic {
    height: 233px;
  }
}
.tips-page .video-instructions .video-box__content {
  position: relative;
}
.tips-page .video-instructions .video-box__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.25;
  max-width: 80%;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .tips-page .video-instructions .video-box__title {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .tips-page .video-instructions .video-box__title {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .tips-page .video-instructions .video-box__title {
    font-size: 24px;
    line-height: 1.25;
    margin-top: 25px;
  }
}
.tips-page .video-instructions .video-box__time {
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 2px;
  max-width: 20%;
}
@media only screen and (min-width: 1256px) {
  .tips-page .video-instructions .video-box__time {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .tips-page .video-instructions .video-box__time {
    padding-top: 5px;
  }
}
.product-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .product-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  
}
.product-page__video {
  overflow: hidden;
}
.product-page__video-header {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 70px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .product-page__video-header {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__video-header {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page__video-header {
    padding: 60px 0 25px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__video-header {
    padding: 80px 0 35px 0;
  }
}
.product-page__video-bg {
  background-color: #000000;
}
.product-page__video .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.product-page__video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-page__related-header {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding: 70px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .product-page__related-header {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__related-header {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page__related-header {
    padding: 60px 0 25px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__related-header {
    padding: 100px 0 35px 0;
  }
}
.product-page__related .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-page__related .pagination {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .product-page__related .pagination {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__related .pagination {
    margin-top: 60px;
  }
}
.product-page__reviews-header {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-bottom: 1px solid #000000;
  padding: 70px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .product-page__reviews-header {
    font-size: 12px;
    letter-spacing: 0.9px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__reviews-header {
    font-size: 14px;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page__reviews-header {
    padding: 60px 0 25px 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__reviews-header {
    padding: 80px 0 25px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__reviews-header {
    padding: 130px 0 35px 0;
  }
}
.product-page__reviews .product-review {
  padding-top: 20px;
}


@media only screen and (max-width: 767px) {
	
.product-page__reviews .product-review { margin-bottom: 25px;} 
#accordion .panel-title a { font-size: 15px;  line-height: 20px;} 
#accordion .panel-body p { line-height: 22px; font-size: 14px; text-align: justify;}  
  
  
}




@media only screen and (min-width: 768px) {
  .product-page__reviews .product-review {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__reviews .product-review {
    padding-top: 40px;
  }
}
.product-page__reviews .product-review__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  font-style: italic;
}
@media only screen and (min-width: 768px) {
  .product-page__reviews .product-review__desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__reviews .product-review__desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .product-page__reviews .product-review__desc {
    margin-top: -8px;
    margin-right: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__reviews .product-review__desc {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__reviews .product-review__desc {
    margin-right: 80px;
  }
}
.product-page__reviews .product-review__author {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .product-page__reviews .product-review__author {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__reviews .product-review__author {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page__reviews .product-review__author {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page__reviews .product-review__author {
    margin-top: 25px;
  }
}
.product-page .product-info {
  margin-top: 50px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product-page .product-info {
    margin-top: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-info {
    min-height: 520px;
  }
}

@media only screen and (min-width: 1256px) {
  .product-page .product-info {
    min-height: 530px;
 /*    margin-top: 90px; */
	 margin-top:65px;
  }
}



.product-page .product-info__name {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: -6px;
  /*font-family: "Zen Dots";*/
}


.product-page .product-info__name span {
  font-weight: normal;
}

.product-page .product-info__name sub {
	font-size: 28px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	font-family: "Russo One";
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 22px;
	padding: 6px 0;
	display: inline-block;
}




@media only screen and (min-width: 768px) {
  .product-page .product-info__name {
    font-size: 40px;
    margin-bottom: 17px;
    margin-top: -9px;
  }
  .product-page .product-info__name sub {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-info__name {
    font-size: 60px;
    margin-bottom: 30px;
    margin-top: -10px;
  }
  .product-page .product-info__name sub {
    font-size: 22px;
	line-height: 30px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__name {
    font-size: 60px;
    line-height: 75px;
    letter-spacing: 5px;
	
  }
   
  .product-page .product-info__name sub {
    font-size: 25px;
	line-height: 30px;
  } 
}

/* franchise form style */
.form-style input[type="text"],.form-style input[type="email"],.form-style input[type="date"],
.form-style input[type="tel"],.form-style select,.form-style textarea ,.form-style input[type="number"] {
    border: 1px solid #888;
    width: 100%;
    padding: 8px 20px;
    border-radius: 21px;
    font-size: 13px;
    min-height: 40px;
}
.form-style label.error{
	color: red;
	margin-top: 6px;
	padding-left: 18px;
	letter-spacing: 1.2px;
	font-size: 13px;
	font-weight: 500;
}


#warr-form label.error, #warr-form .validerror{
	font-size: 15px;
margin-bottom: 17px;
}
 

/* franchise form style end */


/**************product subhead***********************/
 
.product-page .product-info__subhead {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 14px;
  margin-top: -6px;
  font-family: "Zen Dots";
}
  
@media only screen and (min-width: 768px) {
  .product-page .product-info__subhead {
    font-size: 30px;
    margin-bottom: 17px;
    margin-top: -9px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-info__subhead {
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: -10px;
	line-height: 45px;
  }
  
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__subhead {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 5px;
	
  }
 
}

.container::before, .container::after{
    clear: both;
}

/***************8*****************/



.product-page .product-info__tags {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__tags {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__tags {
    margin-bottom: 46px;
  }
}
.product-page .product-info__featured {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify; 
  font-weight:500;
}
@media only screen and (min-width: 768px) {
  .product-page .product-info__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 1256px) {
  .product-page .product-info__featured {
    font-size: 18px;
    line-height: 26px;
	text-align: justify;
	
  }
}



.product-page .product-info__desc {
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 15px;
}


.product-page .product-info__desc ul{
   list-style: none;
    margin-top: 15px;
    margin-bottom: 20px;
}



.product-info__desc > ul > li {
    margin-bottom:8px;
    font-size: 16px;
	font-weight: 400; padding-left:40px;
	position: relative;
}


.product-info__desc > ul > li:before, ul.list-bl li:before {
content:"\f0a4";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
position: absolute;
left:15px;
top: 2px;
color:red;
}


ul.pro-ul li:before {content:"\f1b2";}	
ul.car-list li {line-height: 25px;}
ul.car-list li i {  color: red;}


ul.list-bl li {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 40px;
    position: relative;
}
ul.car-list li:before{
	display:none !important;
}

.product-info__desc li h5{
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 1px;
}


/* h3.sbheading{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.3px;
}
 */
 
h3.sbheading {
    text-transform: inherit;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3px;
}


h2.sbheading {
    text-transform: inherit;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.3px;
}


.product-info__desc h4{
	font-size: 20px;
	margin-bottom: 17px;
	font-weight: 500;
}

@media only screen and (min-width: 1256px) {
  .product-page .product-info__desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-info__desc {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__desc {
    line-height: 1.29;
    margin-top: 30px;
  }
}
.product-page .product-info__desc p {
  margin-bottom: 10px;
  font-size:16px;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .product-page .product-info__desc p {
    margin-bottom: 15px;
 	
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__desc p {
    margin-bottom: 20px;
    line-height: 26px;
    font-weight: 400;
     
   }
}


.product-page .product-info__desc p:last-of-type {
 
}
.product-page .product-info__additional {
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__additional {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-info__additional {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-info__additional {
    line-height: 1.43;
    letter-spacing: 1.4px;
    margin-top: 30px;
  }
}
.product-page .product-buyBtn {
  transition: all 0.2s ease-in-out;
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 18px 0;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .product-page .product-buyBtn {
    width: 100%;
    max-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn {
    height: 80px;
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-buyBtn {
    height: 100px;
    padding: 26px 0;
  }
}
.product-page .product-buyBtn--active {
  cursor: auto;
}
@media only screen and (max-width: 767px) {
  .product-page .product-buyBtn--active {
    width: 100%;
    max-height: 1000px;
  }
}
.product-page .product-buyBtn--active:hover {
  margin-right: 0 !important;
}
.product-page .product-buyBtn--active .product-buyBtn__extra {
  max-width: 1000px;
}
.product-page .product-buyBtn .map-loader {
  top: 2px;
  left: -7px;
  transform: translate(0%, 0%);
}
.product-page .product-buyBtn__wrapper {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__wrapper {
    top: 108px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-buyBtn__wrapper {
    top: 90px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-buyBtn__wrapper {
    top: 110px;
  }
}
.product-page .product-buyBtn__header,
.product-page .product-buyBtn__location,
.product-page .product-buyBtn__more,
.product-page .product-buyBtn__extra {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
}
.product-page .product-buyBtn__extra {
  transition: all 0.2s ease-in-out;
  max-width: 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .product-page .product-buyBtn__extra {
    width: 100%;
    margin-top: 20px;
  }
}
.product-page .product-buyBtn__header {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 3px;
  text-transform: uppercase;
  right: -4px;
}
@media only screen and (max-width: 767px) {
  .product-page .product-buyBtn__header {
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__header {
    font-size: 18px;
    letter-spacing: 4px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-buyBtn__header {
    font-size: 20px;
    letter-spacing: 6px;
  }
}
.product-page .product-buyBtn__subheader,
.product-page .product-buyBtn__more {
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__subheader,
  .product-page .product-buyBtn__more {
    font-size: 12px;
  }
}
.product-page .product-buyBtn__close {
  font-size: 12px;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__close {
    display: none;
  }
}
.product-page .product-buyBtn__location,
.product-page .product-buyBtn__more {
  transition: opacity 0.20s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .product-page .product-buyBtn__location,
  .product-page .product-buyBtn__more {
    width: 100%;
  }
}
.product-page .product-buyBtn__location {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .product-page .product-buyBtn__location {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__location {
    margin-left: 40px;
    min-width: 310px;
  }
}
.product-page .product-buyBtn__more {
  text-align: left;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__more {
    margin-left: 60px;
    vertical-align: bottom;
  }
}
.product-page .product-buyBtn__more:after {
  content: ">";
  position: absolute;
  bottom: 0;
  right: 0;
}
.product-page .product-buyBtn__location-header {
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: underline;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn__location-header {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-buyBtn__location-header {
    font-size: 24px;
  }
}
.product-page .product-buyBtn:before,
.product-page .product-buyBtn:after {
  content: "";
  background-color: #000000;
  height: 100%;
  position: absolute;
  top: 0;
}
.product-page .product-buyBtn:before {
  width: 100vw;
  left: -15px;
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn:before {
    width: 50vw;
    left: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-buyBtn:after {
    width: 116px;
    right: 100%;
    z-index: 0;
    transform: skewX(-42deg) translateX(50%);
  }
}
.product-page #productGallery {
  position: relative;
  z-index: 0;
  height: 100%;

}
.product-page #productGallery .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.product-page #productGallery .swiper-pagination {
  font-size: 0;
  bottom: 25px;
}
.product-page #productGallery .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .product-page #productGallery .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px;
  }
}
.product-page .product-gallery {
  height: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .product-page .product-gallery {
    /*height: 100vw; 
	padding-right: 14px;
	padding-left: 14px;
	height: auto;
	*/
  }

.detailing-page-img-l {
    padding-right: 0 !important;
}
  .download-list table td:last-of-type {
    text-align: left;
}
.footer__logo {
    margin-bottom: 29px;
}

   

}
@media only screen and (min-width: 768px) {
  .product-page .product-gallery {
   /* width: calc("100% + 30px");
    height: 100vw;*/
    margin-bottom: 20px;
  }
}


@media only screen and (min-width: 992px) {
	
  .product-page .product-gallery {

  }
}



@media only screen and (min-width: 1256px) {
  .product-page .product-gallery__wrapper {
  	 float:right;
  }
  .product-info > .container > .row{
	  
  }
}


@media only screen and (min-width: 1400px) {
	
  .product-page .product-gallery { position: relative; /* width: auto; */ }
    
}



@media only screen and (min-width: 1400px) {

}
.product-page .product-gallery__wrapper--sm {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 768px) {
  .product-page .product-gallery__wrapper--sm {
    display: block;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-gallery__wrapper--sm {
    display: none;
  }
}
.product-page .product-gallery__arrow {
  position: absolute;
  top: 50%;
  font-size: 24px;
  font-weight: 500;
  line-height: 0.93;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .product-page .product-gallery__arrow {
    font-size: 30px;
  }
}
.product-page .product-gallery__arrow--left {
  left: 15px;
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .product-page .product-gallery__arrow--left {
    left: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-gallery__arrow--left {
    left: 35px;
  }
}
.product-page .product-gallery__arrow--right {
  right: 15px;
  transform: translate(0, -50%);
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .product-page .product-gallery__arrow--right {
    right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-gallery__arrow--right {
    right: auto;
    left: 408px;
    transform: translate(-100%, -50%);
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-gallery__arrow--right {
    left: 525px;
  }
}
@media only screen and (min-width: 1400px) {
  .product-page .product-gallery__arrow--right {
    left: auto;
    right: 35px;
    transform: translate(0, -50%);
  }
}
.product-page .product-gallery__single {
  height: 100%;
}
.product-page .product-gallery img {
  width: 100%;
  _height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-page .product-points {
   margin-top: -1px;
}
@media only screen and (max-width: 767px) {
  .product-page .product-points .product-point {
    margin-top: 25px;
	display: flex;
	align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .product-page .product-points .product-point {
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-points .product-point {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-points .product-point {
    margin-bottom: 45px;
  }
}
.product-page .product-points .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-page .product-points__inner {
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .product-page .product-points__inner {
    padding: 40px 0 60px 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-points__inner {
    padding: 60px 0 80px 0;
  }
}
@media only screen and (min-width: 1256px) {
	
/* .product-page .product-points__inner { padding: 80px 0 100px 0;} */
  
.product-page .product-points__inner { padding: 0px 0 10px 0;}
  
}




.product-page .product-points__line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  display: block;
}
.product-page .product-points__num {
  font-size: 48px;
  font-weight: bold;
  line-height: 0.75;
  margin-right: 10px;
  float: left;
}
@media only screen and (min-width: 768px) {
  .product-page .product-points__num {
    font-size: 62px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-points__num {
    font-size: 70px;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-points__num {
    font-size: 80px;
    margin-right: 15px;
  }
}
.product-page .product-points__title {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .product-page .product-points__title {
    font-size: 14px;
  }
}




@media only screen and (max-width: 767px) {
  .product-page .product-points__title {
    position: relative;
    top: -3px;
	font-size: 15px;
	padding-right: 20px;
  }
  
  
.product-page .product-info__featured { font-size: 15px;}  
.product-page .product-info__desc p {font-size: 15px;}
.key-f {font-size: 18px!important;}
 

 
  
  
}



.product-page .product-banner {
  background-color: #a0a2a7;
  background-image: url('../images/bg-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
.product-page .product-banner__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-page .product-banner__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-page .product-banner__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #9822dd;
  -webkit-mask-image: url('../images/mask-banner.svg');
          mask-image: url('../images/mask-banner.svg');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center top;
          mask-position: center top;
  z-index: 0;
}
.product-page .product-banner__mask img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-page .product-banner__inner {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .product-page .product-banner__inner {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-page .product-banner__inner {
    padding: 100px 0;
  }
}
.product-page .product-banner__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .product-page .product-banner__desc {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .product-page .product-banner__desc {
    font-size: 22px;
    line-height: 1.42;
  }
}
.product-page .product-banner__desc p {
  margin-bottom: 15px;
}
.product-page .product-banner__desc p:last-of-type {
  margin-bottom: 0;
}
.search-page .products-search {
  margin-top: 90px;
}
@media only screen and (min-width: 992px) {
  .search-page .products-search {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1256px) {
  .search-page .products-search {
    margin-top: 150px;
  }
}


.bg-black{
	background:#000 !important;
	color:#fff;
}
.dgppfsec{
	color:#fff;
	padding:70px 0;
}
.dgppfsec p{
	margin-bottom: 20px;
    line-height: 30px;
    font-weight: 400;
	font-size: 16px;
    text-align: justify;
}
.table-spec.ss td {
    font-size: 11px !important;
    font-weight: 100 !important;
}
.sicn h4{
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.sicn h4 span {
    color: red;
    font-weight: 100;
    font-size: 19px;
}
.sicn img{
	    margin-bottom: 14px;
		margin-top: 30px;
}
.sicn p{
	text-align: left;
    font-size: 14px;
    line-height: 1.6;
}


 @media only screen and (max-width: 768px) {
	 
	 
.sicn p{font-size: 15px; }
.sicn,.sicn p{ text-align: center;}
	
.sicn h4 { font-size: 16px; line-height: 20px;}	
.sicn h4 span {font-size: 17px;}

.dgppfsec h3.product-info__subhead { line-height: 35px;}
.review-rate { color: red;}
div.product-points .product-info__subhead { line-height: 35px;}	
.cut-p { text-align: justify;}
.dragn-sepc .table-spec.ss td { font-size: 12px !important;}


	
	
}


.search-page .products-search__label {
  text-transform: uppercase;
  font-family: "Basier", Helvetica, sans-serif;
  letter-spacing: 0.075em;
  color: #000;
  margin-top: 15px;
  font-size: 14px;
}
.search-page .products-search__form.cleared input[type="text"]:-ms-input-placeholder {
  opacity: 0;
}
.search-page .products-search__form.cleared input[type="text"]::placeholder {
  opacity: 0;
}
.search-page .products-search__form form {
  border-bottom: 1px solid #000;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.search-page .products-search__form input[type="text"] {
  width: calc(100% - 46px);
  font-family: "Basier", Helvetica, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 24px;
  height: 46px;
}
.search-page .products-search__form input[type="text"]:-ms-input-placeholder {
  opacity: 1;
}
.search-page .products-search__form input[type="text"]::placeholder {
  opacity: 1;
}
.search-page .products-search__form input[type="submit"] {
  background: url('../images/icon-search.svg') no-repeat center right;
  background-size: 13px 13px;
  font-size: 0;
  height: 46px;
  width: 46px;
}
.search-page .products-search__results {
  font-family: "Basier", Helvetica, sans-serif;
  color: #000;
  margin-top: 20px;
  font-size: 14px;
}
.search-page .products-search__reset {
  text-transform: uppercase;
  font-family: "Basier", Helvetica, sans-serif;
  letter-spacing: 0.1em;
  color: #000;
  margin-top: 16px;
  font-size: 10px;
  cursor: pointer;
}
.configurator-page {
  padding: 40px 0 40px 0;
}
@media only screen and (min-width: 768px) {
  .configurator-page {
    padding: 50px 0 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page {
    padding: 60px 0 100px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page {
    padding: 150px 0 100px 0;
  }
}
.configurator-page__about {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .configurator-page__about {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page__about {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__about {
    margin-bottom: 90px;
  }
}
.configurator-page__about--note {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .configurator-page__about--note {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page__about--note {
    margin-top: 80px;
  }
}
.configurator-page__about--note .visit-box {
  margin-top: 60px;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1256px) {
  .configurator-page__about--note .visit-box {
    margin-top: 0;
  }
}
.configurator-page__about--note .visit-box__label {
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1.2px;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.67;
  font-weight: 500;
  font-size: 12px;
  width: auto;
}
.configurator-page__about--note .visit-box__label:after {
  content: '';
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
}
.configurator-page__about--note .visit-box__header {
  line-height: 1.25;
  padding-top: 5px;
  font-weight: 500;
  font-size: 24px;
}
.configurator-page__about--note .visit-box .btn {
  margin-top: 5px !important;
}
.configurator-page__about--note .visit-box .btn:after {
  margin-left: 20px !important;
}
.configurator-page__about--note .visit-box .link {
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  display: inline-block;
  position: relative;
  line-height: 1.67;
  font-weight: 500;
  margin-top: 20px;
  font-size: 12px;
}
.configurator-page__about strong {
  font-weight: bold;
}
.configurator-page__about .btn {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .configurator-page__about .btn {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page__about .btn {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__about .btn {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__about-content {
    margin-right: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page__about-content .btn--arrow:after {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__about-content .btn--arrow:after {
    margin-left: 90px;
  }
}
.configurator-page__about-title {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .configurator-page__about-title {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__about-title {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 767px) {
  .configurator-page__about-title {
    margin-bottom: 30px;
  }
}
.configurator-page__featured {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .configurator-page__featured {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__featured {
    font-size: 24px;
    line-height: 1.42;
  }
}
.configurator-page__desc {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-page__desc {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page__desc {
    margin-top: 30px;
    margin-right: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page__desc {
    margin-top: 35px;
    margin-right: 100px;
  }
}
.configurator-page .car-mockup {
  position: relative;
  font-size: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .configurator-page .car-mockup {
    margin-left: 245px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .car-mockup {
    padding-right: 50px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .car-mockup {
    padding-right: 60px;
    margin-top: -20px;
  }
}
.configurator-page .car-mockup img {
  max-width: 100%;
  max-height: 100%;
}
.configurator-page .car-mockup__lay {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.configurator-page .car-mockup__lay.active {
  opacity: 1;
}
.configurator-page .configurator__step {
  border-top: 1px solid #000;
}
.configurator-page .configurator__step .configurator__cols {
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 0;
}
.configurator-page .configurator__header {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  margin-bottom: 30px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__header {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__header {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__header {
    margin-bottom: 50px;
  }
}
.configurator-page .configurator__check {
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
  line-height: 1.3;
  cursor: pointer;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__check {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__check:last-of-type {
    margin-bottom: 0;
  }
}
.configurator-page .configurator__check input {
  border: 1px solid #000;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  min-height: 16px;
  min-width: 16px;
  cursor: pointer;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__check input {
    top: 2px;
  }
}
.configurator-page .configurator__check input:checked {
  background-color: #000;
  box-shadow: inset 0px 0px 0px 3px #ffffff;
}
.configurator-page .configurator__cols {
  margin: 30px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: 30px 0 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols {
    margin: 35px 0 35px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols {
    margin: 35px 0 40px 0;
  }
}
.configurator-page .configurator__cols--car {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols--car {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.configurator-page .configurator__cols--car .configurator__check input[type="checkbox"] {
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols--car .configurator__check input[type="checkbox"]:checked + .configurator__label .configurator__line {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols--car .configurator__check:hover .configurator__line {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.configurator-page .configurator__cols--car .configurator__check .configurator__label {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.configurator-page .configurator__cols--car .configurator__check .configurator__label .configurator__line {
  transition: all 0.2s ease-in-out;
  background-color: #000000;
  left: calc(100% + 10px);
  position: absolute;
  display: none;
  height: 1px;
  z-index: 1;
  top: 50%;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols--car .configurator__check .configurator__label .configurator__line {
    visibility: hidden;
    display: block;
    opacity: 0;
  }
}
.configurator-page .configurator__cols--car [data-mockup="exterior-paint"] .configurator__line {
  width: 185px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="exterior-paint"] .configurator__line {
    width: 245px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="exterior-paint"] .configurator__line:after {
  content: '';
  transform-origin: left center;
  background-color: #000000;
  transform: rotate(-45deg);
  position: absolute;
  height: 1px;
  left: 100%;
  top: 0;
  width: 35px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="exterior-paint"] .configurator__line:after {
    width: 60px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="exterior-glass"] .configurator__line {
  width: 305px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="exterior-glass"] .configurator__line {
    width: 395px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="exterior-glass"] .configurator__line:after {
  content: '';
  transform-origin: left center;
  background-color: #000000;
  transform: rotate(-45deg);
  position: absolute;
  height: 1px;
  left: 100%;
  top: 0;
  width: 52px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="exterior-glass"] .configurator__line:after {
    width: 73px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="exterior-wheels"] .configurator__line {
  width: 200px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="exterior-wheels"] .configurator__line {
    width: 270px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="exterior-plastics"] .configurator__line {
  width: 460px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="exterior-plastics"] .configurator__line {
    width: 580px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="exterior-carbon"] .configurator__line {
  width: 395px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="exterior-carbon"] .configurator__line {
    width: 510px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="exterior-carbon"] .configurator__line:after {
  content: '';
  transform-origin: left center;
  background-color: #000000;
  transform: rotate(45deg);
  position: absolute;
  height: 1px;
  left: 100%;
  top: 0;
  width: 62px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="exterior-carbon"] .configurator__line:after {
    width: 73px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="interior-fabric"] .configurator__line {
  right: calc(100% + 62px);
  top: -19px !important;
  left: auto !important;
  position: absolute;
  width: 274px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="interior-fabric"] .configurator__line {
    right: calc(100% + 75px);
    top: -33px !important;
    width: 355px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="interior-fabric"] .configurator__line:after {
  content: '';
  transform-origin: left center;
  background-color: #000000;
  transform: rotate(45deg);
  position: absolute;
  height: 1px;
  left: 100%;
  top: 0;
  width: 34px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="interior-fabric"] .configurator__line:after {
    width: 55px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="interior-leather"] .configurator__line {
  right: calc(100% + 62px);
  left: auto !important;
  top: -19px !important;
  position: absolute;
  width: 274px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="interior-leather"] .configurator__line {
    right: calc(100% + 75px);
    top: -33px !important;
    width: 355px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="interior-leather"] .configurator__line:after {
  content: '';
  transform-origin: left center;
  background-color: #000000;
  transform: rotate(45deg);
  position: absolute;
  height: 1px;
  left: 100%;
  top: 0;
  width: 34px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="interior-leather"] .configurator__line:after {
    width: 55px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="interior-plastics"] .configurator__line {
  right: calc(100% + 71px);
  left: auto !important;
  top: -27px !important;
  position: absolute;
  width: 264px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="interior-plastics"] .configurator__line {
    right: calc(100% + 80px);
    top: -40px !important;
    width: 350px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="interior-plastics"] .configurator__line:after {
  content: '';
  transform-origin: left center;
  background-color: #000000;
  transform: rotate(45deg);
  position: absolute;
  height: 1px;
  left: 100%;
  top: 0;
  width: 48px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="interior-plastics"] .configurator__line:after {
    width: 65px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="interior-carbon"] .configurator__line {
  right: calc(100% + 96px);
  left: auto !important;
  top: -54px !important;
  position: absolute;
  width: 239px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="interior-carbon"] .configurator__line {
    right: calc(100% + 109px);
    top: -70px !important;
    width: 320px;
  }
}
.configurator-page .configurator__cols--car [data-mockup="interior-carbon"] .configurator__line:after {
  content: '';
  transform-origin: left center;
  background-color: #000000;
  transform: rotate(45deg);
  position: absolute;
  height: 1px;
  left: 100%;
  top: 0;
  width: 83px;
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car [data-mockup="interior-carbon"] .configurator__line:after {
    width: 106px;
  }
}
.configurator-page .configurator__cols--car .configurator__submit {
  margin-top: 20px !important;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__cols--car .configurator__submit {
    width: calc(100% - 245px);
    margin-left: 245px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols--car .configurator__submit {
    margin-top: 80px !important;
    width: calc(100% - 90px);
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car .configurator__submit {
    margin-left: 0;
    width: 100%;
  }
}
.configurator-page .configurator__cols--car .configurator__col:nth-of-type(1) {
  min-width: calc(50% - 15px);
  width: calc(50% - 15px);
  margin-right: 30px;
  -ms-flex-order: 0;
      order: 0;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__cols--car .configurator__col:nth-of-type(1) {
    min-width: calc(50% - 15px - 245px/2);
    width: calc(50% - 15px - 245px/2);
    margin-left: 245px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols--car .configurator__col:nth-of-type(1) {
    min-width: 240px;
    margin-right: 0;
    margin-left: 0;
    width: 240px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car .configurator__col:nth-of-type(1) {
    min-width: 312px;
    width: 312px;
  }
}
.configurator-page .configurator__cols--car .configurator__col:nth-of-type(2) {
  -ms-flex-order: 3;
      order: 3;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols--car .configurator__col:nth-of-type(2) {
    -ms-flex-order: 2;
        order: 2;
  }
}
.configurator-page .configurator__cols--car .configurator__col:nth-of-type(3) {
  min-width: calc(50% - 15px);
  width: calc(50% - 15px);
  -ms-flex-order: 2;
      order: 2;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__cols--car .configurator__col:nth-of-type(3) {
    min-width: calc(50% - 15px - 245px/2);
    width: calc(50% - 15px - 245px/2);
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols--car .configurator__col:nth-of-type(3) {
    -ms-flex-order: 3;
        order: 3;
    min-width: 130px;
    width: 130px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--car .configurator__col:nth-of-type(3) {
    padding-left: 30px;
    min-width: 205px;
    width: 205px;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__cols--end {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__cols--footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.configurator-page .configurator__cols--footer .configurator__col {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__cols--footer .configurator__col {
    width: calc(100% - 245px) !important;
    margin-left: 245px !important;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols--footer .configurator__col {
    min-width: 100% !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
}
.configurator-page .configurator__cols--footer .configurator__col .inline-checks {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.configurator-page .configurator__cols--footer .configurator__col .inline-checks__label {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  margin-right: 30px;
  font-weight: 700;
  width: 295px;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__cols--footer .configurator__col .inline-checks__label {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--footer .configurator__col .inline-checks__label {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--footer .configurator__col .inline-checks__label {
    width: 350px;
  }
}
.configurator-page .configurator__cols--footer .configurator__col .inline-checks__inputs {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols--footer .configurator__col .inline-checks__inputs {
    width: calc(100% - 350px - 30px);
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--footer .configurator__col .inline-checks__inputs {
    margin-top: 9px;
  }
}
.configurator-page .configurator__cols--footer .configurator__col .inline-checks__inputs .configurator__check {
  width: auto !important;
  margin-bottom: 20px;
  margin-right: 30px;
}
.configurator-page .configurator__cols--footer .configurator__col .inline-checks__inputs .configurator__check:last-of-type {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__cols--footer .configurator__submit {
    width: calc(100% - 270px - 80px);
    margin-left: 270px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__cols--footer .configurator__submit {
    width: calc(100% - 312px - 205px);
    margin-left: 312px;
  }
}
.configurator-page .configurator__col {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__col:first-child {
    min-width: 245px;
    width: 245px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__col:first-child {
    min-width: 270px;
    width: 270px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__col:first-child {
    min-width: 312px;
    width: 312px;
  }
}
.configurator-page .configurator__col:nth-of-type(3) {
  min-width: 0%;
  width: 0%;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__col:nth-of-type(3) {
    min-width: 82px;
    width: 82px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__col:nth-of-type(3) {
    padding-left: 30px;
    min-width: 205px;
    width: 205px;
  }
}
.configurator-page .configurator__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.13;
  padding-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__title {
    font-size: 25px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__title {
    font-size: 30px;
    padding-bottom: 16px;
  }
}
.configurator-page .configurator__num {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: -1.5px;
}
@media only screen and (max-width: 767px) {
  .configurator-page .configurator__num {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__num {
    font-size: 120px;
    letter-spacing: -3px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__num {
    font-size: 140px;
    letter-spacing: -3.5px;
  }
}
.configurator-page .configurator__checkboxes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.configurator-page .configurator__checkbox {
  transition: all 0.2s ease-in-out;
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 54px;
  background-color: #f0f1f4;
  margin-bottom: 10px;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__checkbox {
    font-size: 14px;
    height: 64px;
    padding: 20px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__checkbox {
    width: calc(50% - 10px);
    height: 72px;
    padding: 25px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__checkbox {
    height: 80px;
    padding: 25px;
  }
}
.configurator-page .configurator__checkbox.active {
  background: #bbbcbf;
}
.configurator-page .configurator__checkbox.active:hover {
  background-color: rgba(187, 188, 191, 0.85) !important;
}
.configurator-page .configurator__checkbox.active input {
  background-image: url('../images/icon-checked.svg');
}
.configurator-page .configurator__checkbox:hover {
  background-color: rgba(240, 241, 244, 0.5);
}
.configurator-page .configurator__checkbox input {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  margin-right: 15px;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__checkbox input {
    width: 30px;
    height: 30px;
    background-size: 18px 18px;
    margin-right: 20px;
  }
}
.configurator-page .configurator__options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.configurator-page .configurator__options--products {
  margin-bottom: -30px;
}
.configurator-page .configurator__options-col {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .configurator-page .configurator__options-col {
    margin-bottom: 10px;
  }
  .configurator-page .configurator__options-col:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__options-col {
    width: calc(50% - 7.5px);
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__options-col {
    width: calc(50% - 10px);
  }
}
.configurator-page .configurator__option-content {
  width: 100%;
}
.configurator-page .configurator__properties-headers {
  display: none;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__properties-headers {
    display: block;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 3px;
  }
  .configurator-page .configurator__properties-headers li {
    margin-bottom: 17px;
  }
  .configurator-page .configurator__properties-headers li:last-child {
    margin-bottom: 0;
  }
}
.configurator-page .configurator__submit {
  transition: all 0.2s ease-in-out;
  margin: 0;
  border: 0;
  padding: 0;
  background: #000;
  color: #ffffff;
  height: 80px;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.1px;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.configurator-page .configurator__submit--margin {
  margin-top: 47px;
}
.configurator-page .configurator__submit:after {
  display: block;
  content: "";
  width: 100px;
  height: 250%;
  background: #ffffff;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  transform: rotate(42deg);
  transform-origin: 0 0;
  pointer-events: none;
  cursor: default;
}
.configurator-page .configurator__submit:hover {
  background-color: #262626;
}
.configurator-page .configurator__option {
  transition: all 0.2s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.1px;
  color: #000;
  text-transform: uppercase;
  background: #f0f1f4;
  height: 64px;
  margin-bottom: 10px;
  padding: 5px 20px;
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__option {
    margin-bottom: 15px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__option {
    height: 74px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__option {
    height: 80px;
  }
}
.configurator-page .configurator__option:hover {
  background-color: rgba(240, 241, 244, 0.5);
}
.configurator-page .configurator__option:last-child {
  margin-bottom: 0;
}
.configurator-page .configurator__option--desc {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 25px 20px;
  text-align: left;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__option--desc {
    padding: 30px 34px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__option--desc {
    padding: 40px;
  }
}
.configurator-page .configurator__option--age {
  height: 100%;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 25px 20px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__option--age {
    padding: 30px 34px;
  }
}
.configurator-page .configurator__option--age .configurator__option-desc {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__option--age .configurator__option-desc {
    margin-top: 12px !important;
  }
}
.configurator-page .configurator__option-desc {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 15px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .configurator-page .configurator__option-desc {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-page .configurator__option-desc {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-page .configurator__option-desc {
    margin-top: 25px;
  }
}
.configurator-page .configurator__info {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}
.configurator-banner {
  padding: 20px 0 20px 0;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .configurator-banner {
    margin-top: 10px;
  }
  .mapbackground {
    height: 450px !important;
}
.features-area h3 {
    margin-bottom: 30px;
    font-size: 1.3rem;
    line-height: 1.3;
}
}
@media only screen and (min-width: 768px) {
  .configurator-banner {
    padding: 40px 0 40px 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-banner {
    padding: 20px 0 20px 0;
    margin-top: 75px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-banner {
    padding: 40px 0 40px 0;
    margin-top: 100px;
  }
}
.configurator-banner__bg {
  background-color: #000000;
  width: calc(100% + 15px);
  pointer-events: none;
  position: absolute;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .configurator-banner__bg {
    width: calc(50vw + 115px);
  }
}
@media only screen and (min-width: 992px) {
  .configurator-banner__bg {
    width: calc(50vw + 230px);
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-banner__bg {
    width: calc(50vw + 295px);
  }
}
.configurator-banner__bg img,
.configurator-banner__bg svg {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.configurator-banner__badge {
  border-bottom: 1px solid #ffffff;
  width: calc(100% - 20px);
  text-transform: uppercase;
  letter-spacing: 1.05px;
  margin-bottom: 10px;
  margin-left: 20px;
  line-height: 2.14;
  color: #ffffff;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .configurator-banner__badge {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-banner__badge {
    margin-bottom: 15px;
    font-size: 14px;
    margin-left: 20px;
    width: 294px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-banner__badge {
    margin-left: 40px;
  }
}
.configurator-banner__header {
  margin-bottom: 40px;
  margin-left: 20px;
  font-weight: 700;
  color: #ffffff;
  font-size: 60px;
}
@media only screen and (min-width: 768px) {
  .configurator-banner__header {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-banner__header {
    margin-left: 20px;
    font-size: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-banner__header {
    margin-left: 40px;
  }
}
.configurator-banner__desc {
  width: calc(100% - 20px);
  letter-spacing: 1.05px;
  margin-bottom: 30px;
  line-height: 1.36;
  margin-left: 20px;
  font-weight: 500;
  color: #ffffff;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .configurator-banner__desc {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-banner__desc {
    font-size: 14px;
    margin-left: 20px;
    max-width: 350px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-banner__desc {
    margin-left: 40px;
  }
}
.configurator-banner__button {
  width: calc(100% - 65px);
  background-color: #ffffff;
  position: relative;
  padding-left: 20px;
  line-height: 70px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .configurator-banner__button {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-banner__button {
    padding-left: 20px;
    width: 320px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-banner__button {
    padding-left: 40px;
  }
}
.configurator-banner__button:after {
  content: '';
  transform: skew(-42deg) translateX(-50%);
  background-color: #ffffff;
  position: absolute;
  height: 100%;
  width: 70px;
  left: 100%;
  top: 0;
}
.configurator-banner__button span {
  text-transform: uppercase;
  letter-spacing: 3.2px;
  color: #000000;
  font-size: 16px;
  display: block;
}
.configurator-banner--product .configurator-banner__producer-logo {
  margin-bottom: 5px;
  margin-left: 20px;
  max-width: 100%;
  display: block;
  font-size: 0;
  height: 40px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .configurator-banner--product .configurator-banner__producer-logo {
    margin-bottom: 10px;
    margin-left: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-banner--product .configurator-banner__producer-logo {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-banner--product .configurator-banner__producer-logo {
    margin-left: 40px;
  }
}
.configurator-banner--product .configurator-banner__producer-logo img,
.configurator-banner--product .configurator-banner__producer-logo svg {
  max-width: 100%;
  display: block;
  height: 40px;
  width: auto;
}
.configurator-banner--product .configurator-banner__producer-logo svg path {
  fill: #ffffff;
}
.configurator-banner--product .configurator-banner__header {
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .configurator-banner--product .configurator-banner__header {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-banner--product .configurator-banner__header {
    font-size: 40px;
  }
}
.option-product {
  transition: all 0.2s ease-in-out;
  width: calc(50% - 5px);
  margin-bottom: 30px;
  cursor: pointer;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .option-product {
    margin-right: 15px;
  }
}
.option-product:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (min-width: 992px) {
  .option-product:nth-child(2n) {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .option-product:nth-child(4n) {
    margin-right: 0;
  }
}
.option-product:not(.option-product--inactive):hover .option-product__header {
  background-color: rgba(240, 241, 244, 0.5);
}
.option-product:hover {
  opacity: 1;
}
.option-product--inactive {
  opacity: 0.4;
}
.option-product--off {
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .option-product {
    width: calc(25% - 12px);
  }
}
.option-product__header {
  transition: all 0.2s ease-in-out;
  background: #f0f1f4;
  text-align: center;
  position: relative;
  min-height: 154px;
  margin-top: 70px;
}
.option-product__img {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  max-width: 128px;
}
.option-product__img img {
  max-width: 40%;
  max-height: 100%;
}
.option-product__logo {
  margin: 35px 0 0 0;
  position: absolute;
  top: 61px;
  left: 0;
  right: 0;
}
.option-product__logo img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
.option-product__title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding: 0 20px;
}
@media only screen and (min-width: 1256px) {
  .option-product__title {
    padding: 0 25px;
  }
}
.option-product__properties {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .option-product__properties {
    margin-top: 40px;
  }
}
.option-product__property {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: 0.9px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 13px;
}
@media only screen and (min-width: 768px) {
  .option-product__property {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .option-product__property {
    min-height: 18px;
  }
}
.option-product__property:last-child {
  margin-bottom: 0;
}
.option-product__property-header {
  display: block;
  font-size: 8px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .option-product__property-header {
    display: none;
  }
}
.option-product__bar {
  background: #f0f1f4;
  width: 100%;
  height: 10px;
  position: relative;
}
.option-product__bar:after {
  content: "";
  width: 10px;
  height: 300%;
  background: #ffffff;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  transform: rotate(30deg);
  transform-origin: 100% 0;
}
.option-product__bar-wrapper {
  overflow: hidden;
}
.option-product__bar span {
  display: block;
  background: #bbbcbf;
  width: 50%;
  height: 100%;
  position: relative;
}
.option-product__bar span:after {
  content: "";
  width: 10px;
  height: 300%;
  background: #f0f1f4;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  transform: rotate(30deg);
  transform-origin: 100% 0;
}
.configurator-results .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .configurator-results .flex-row--min-margin {
    margin-top: -30px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-results .flex-row--min-margin {
    margin-top: -40px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-results .flex-row--min-margin {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 767px) {
  .configurator-results .flex-row .product-box {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-results .flex-row .product-box:nth-of-type(odd) {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-results .flex-row .product-box:nth-of-type(even) {
    padding-right: 0;
  }
}
.configurator-results .no-results {
  background-color: #f0f1f4;
  padding: 100px 0;
  text-align: center;
}
.configurator-results .no-results p {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .configurator-results .no-results p {
    font-size: 14px;
  }
}
.configurator-results .full-btn {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .configurator-results .full-btn {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-results .full-btn {
    margin-top: 80px;
  }
}
.configurator-results .configurator-category__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.75;
}
@media only screen and (min-width: 992px) {
  .configurator-results .configurator-category__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-results .configurator-category__title {
    font-size: 50px;
    line-height: 0.75;
  }
}
.configurator-results .configurator-category__desc {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (min-width: 1256px) {
  .configurator-results .configurator-category__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .configurator-results .configurator-category__desc {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-results .configurator-category__desc {
    margin-top: 45px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-results .configurator-category__desc {
    margin-top: 65px;
    font-size: 14px;
  }
}
.configurator-results__cat-box {
  border-top: 1px solid #000000;
  padding-top: 15px;
  margin-top: 30px;
}
.configurator-results__cat-box:nth-child(1) {
  margin-top: 0 !important;
}
@media only screen and (min-width: 768px) {
  .configurator-results__cat-box {
    padding-top: 30px;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .configurator-results__cat-box {
    padding-top: 40px;
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1256px) {
  .configurator-results__cat-box {
    margin-top: 80px;
  }
}
.landing-page {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .landing-page {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page {
    padding-bottom: 100px;
  }
}
.landing-page__mobile-btn {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .landing-page__mobile-btn {
    display: none;
  }
}
.landing-page .mobile-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.07px;
  text-align: justify;
  background: #000;
  color: #ffffff;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .landing-page .mobile-desc {
    margin-bottom: 15px;
  }
  .home-page .categories .category-box {
  margin-bottom: 20px;
  }
   .home-page .category-box__btn{
	  margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .mobile-desc {
    display: none;
  }
}
.landing-page .mobile-desc p {
  margin-bottom: 20px;
}
.landing-page .mobile-desc p:last-child {
  margin-bottom: 0;
}
.landing-page .slide--landing .slide__more-btn {
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  background-color: #b69453;
  color: #ffffff;
  text-align: left;
  height: 60px;
  display: block;
  line-height: 60px;
  position: relative;
  margin-top: 30px;
}
.landing-page .slide--landing .slide__more-btn:before,
.landing-page .slide--landing .slide__more-btn:after {
  transition: all 0.2s ease-in-out;
}
.landing-page .slide--landing .slide__more-btn:hover {
  background-color: #cdb589;
}
.landing-page .slide--landing .slide__more-btn:hover:before,
.landing-page .slide--landing .slide__more-btn:hover:after {
  background-color: #cdb589;
}
@media only screen and (max-width: 767px) {
  .landing-page .slide--landing .slide__more-btn {
    margin-top: -10px;
  }
  .landing-page .slide--landing .slide__more-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #b69453;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .slide--landing .slide__more-btn {
    font-size: 18px;
    letter-spacing: 7.2px;
    height: 88px;
    line-height: 88px;
  }
  .landing-page .slide--landing .slide__more-btn:before,
  .landing-page .slide--landing .slide__more-btn:after {
    content: "";
    background-color: #b69453;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .landing-page .slide--landing .slide__more-btn:before {
    width: 50vw;
    right: 100%;
  }
  .landing-page .slide--landing .slide__more-btn:after {
    background-color: #b69453;
    width: 108px;
    left: 100%;
    transform: skew(-42deg) translateX(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .slide--landing .slide__more-btn {
    font-size: 20px;
    letter-spacing: 8px;
  }
}
.landing-page .slide--landing .slide__more-btn span {
  position: relative;
  z-index: 1;
}
.landing-page .slide--landing .slide__slogan {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 0 8px 168px rgba(0, 0, 0, 0.55);
}
@media only screen and (min-width: 768px) {
  .landing-page .slide--landing .slide__slogan {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .slide--landing .slide__slogan {
    font-size: 40px;
  }
}
.landing-page .slide--landing .slide__logo {
  height: 31px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .landing-page .slide--landing .slide__logo {
    height: 45px;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .slide--landing .slide__logo {
    height: 50px;
  }
}
.landing-page .slide--landing .slide__logo img {
  height: 100%;
}
.landing-page .slide--landing .slide__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: normal;
  padding: 25px 0 20px 0;
}
@media only screen and (min-width: 768px) {
  .landing-page .slide--landing .slide__title {
    font-size: 35px;
    padding: 30px 0 30px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .slide--landing .slide__title {
    font-size: 40px;
  }
}
.landing-page .slide--landing .slide__paragraph {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.07px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .landing-page .slide--landing .slide__paragraph {
    margin-bottom: 15px;
  }
}
.landing-page .slide--landing .slide__media img,
.landing-page .slide--landing .slide__media div,
.landing-page .slide--landing .slide__media object {
  width: 100%;
  height: auto;
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.landing-page .slide--landing .slide__media iframe {
  width: 100%;
  height: 212px;
  -o-object-fit: contain;
     object-fit: contain;
}
.landing-page .categories {
  color: #000000;
}
.landing-page .categories__more-btn {
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  height: 60px;
  display: block;
  line-height: 60px;
  position: relative;
}
.landing-page .categories__more-btn:before,
.landing-page .categories__more-btn:after {
  transition: all 0.2s ease-in-out;
}
.landing-page .categories__more-btn:hover {
  background-color: #262626;
}
.landing-page .categories__more-btn:hover:before,
.landing-page .categories__more-btn:hover:after {
  background-color: #262626;
}
@media only screen and (max-width: 767px) {
  .landing-page .categories__more-btn {
    margin-top: -10px;
  }
  .landing-page .categories__more-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #000000;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .categories__more-btn {
    font-size: 18px;
    letter-spacing: 7.2px;
    height: 108px;
    line-height: 108px;
    padding-left: 54px;
  }
  .landing-page .categories__more-btn:before,
  .landing-page .categories__more-btn:after {
    content: "";
    background-color: #000000;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .landing-page .categories__more-btn:before {
    width: 50vw;
    right: 100%;
  }
  .landing-page .categories__more-btn:after {
    background-color: #000000;
    width: 108px;
    left: 100%;
    transform: skew(-42deg) translateX(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories__more-btn {
    font-size: 20px;
    letter-spacing: 8px;
  }
}
.landing-page .categories__more-btn span {
  position: relative;
  z-index: 1;
}
.landing-page .categories .category-box {
  position: relative;
  margin-bottom: 60px;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .category-box {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .category-box {
    min-height: 307px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box {
    min-height: 400px;
    margin-bottom: 120px;
  }
}
.landing-page .categories .category-box__img {
  background-color: #a0a2a7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 214px;
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .category-box__img {
    height: 342px;
    float: right;
    margin-top: 50px;
    width: calc((100% - 750px)/2 + 485px);
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .category-box__img {
    height: 307px;
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    margin-top: 0;
    width: calc(50% - 63px);
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__img {
    height: 400px;
  }
}
@media only screen and (min-width: 1400px) {
  .landing-page .categories .category-box__img {
    position: static;
    width: 100%;
  }
}
.landing-page .categories .category-box__img-container {
  pointer-events: none;
}
@media (max-width: 991px) {
  .landing-page .categories .category-box__img-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .landing-page .categories .category-box__img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.landing-page .categories .category-box__img-wrapper {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1400px) {
  .landing-page .categories .category-box__img-wrapper {
    width: 50%;
    padding: 0 15px;
    padding-left: 65px;
  }
}
.landing-page .categories .category-box__img img,
.landing-page .categories .category-box__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-page .categories .category-box__inner {
  border-top: 1px solid #000000;
  padding: 40px 0 0 0;
}
.landing-page .categories .category-box__num {
  display: block;
  font-size: 60px;
  font-weight: bold;
  line-height: 0.75;
  letter-spacing: -1.5px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .category-box__num {
    font-size: 120px;
    letter-spacing: -3px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .category-box__num {
    margin-bottom: 137px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__num {
    font-size: 140px;
    letter-spacing: -3.5px;
  }
}
.landing-page .categories .category-box__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.75;
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .category-box__name {
    font-size: 35px;
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__name {
    font-size: 50px;
    line-height: 0.75;
  }
}
.landing-page .categories .category-box__content {
  position: relative;
  height: 100%;
}
.landing-page .categories .category-box__desc {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .category-box__desc {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .category-box__desc {
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__desc {
    padding-bottom: 74px;
  }
}
.landing-page .categories .category-box__btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .category-box__btn {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__btn {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
}
.landing-page .categories .category-box__btn:after {
  content: ">";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.6px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .category-box__btn:after {
    font-size: 16px;
  }
}
.landing-page .categories .category-box__btn:hover span:before {
  width: 100%;
}
.landing-page .categories .category-box__btn span {
  position: relative;
}
.landing-page .categories .category-box__btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.landing-page .categories .categories-header {
  margin: 60px 0;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .categories-header {
    margin: 100px 0 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .categories-header {
    margin: 80px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .categories-header {
    margin: 126px 0 94px 0;
  }
}
.landing-page .categories .categories-header__title {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .categories-header__title {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .categories-header__title {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .categories .categories-header__title {
    margin-bottom: 30px;
  }
}
.landing-page .categories .categories-header__txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .categories-header__txt {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories .categories-header__txt {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .categories .categories-header__txt {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories .categories-header__txt {
    padding-right: 50px;
  }
}
.landing-page .categories--alt .categories-header__headline {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.25px;
}
@media only screen and (min-width: 992px) {
  .landing-page .categories--alt .categories-header__headline {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories--alt .categories-header__headline {
    font-size: 50px;
  }
}
.landing-page .categories--alt .category-box {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .landing-page .categories--alt .category-box {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .categories--alt .category-box {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories--alt .category-box {
    min-height: 330px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .categories--alt .category-box:last-child {
    margin-bottom: 50px;
  }
}
.landing-page .categories--alt .category-box__num {
  margin-bottom: 0;
}
.landing-page .categories--alt .category-box__desc {
  padding-bottom: 0;
}
@media only screen and (min-width: 1256px) {
  .landing-page .categories--alt .category-box__img {
    height: 330px;
  }
}
.landing-page .categories--alt .categories__more-btn,
.landing-page .landing-reviews .categories__more-btn,
.landing-page .landing-page__mobile-btn .categories__more-btn {
  background-color: #b69453;
}
.landing-page .categories--alt .categories__more-btn:before,
.landing-page .landing-reviews .categories__more-btn:before,
.landing-page .landing-page__mobile-btn .categories__more-btn:before,
.landing-page .categories--alt .categories__more-btn:after,
.landing-page .landing-reviews .categories__more-btn:after,
.landing-page .landing-page__mobile-btn .categories__more-btn:after {
  background-color: #b69453;
}
.landing-page .categories--alt .categories__more-btn:hover,
.landing-page .landing-reviews .categories__more-btn:hover,
.landing-page .landing-page__mobile-btn .categories__more-btn:hover {
  background-color: #cdb589;
}
.landing-page .categories--alt .categories__more-btn:hover:before,
.landing-page .landing-reviews .categories__more-btn:hover:before,
.landing-page .landing-page__mobile-btn .categories__more-btn:hover:before,
.landing-page .categories--alt .categories__more-btn:hover:after,
.landing-page .landing-reviews .categories__more-btn:hover:after,
.landing-page .landing-page__mobile-btn .categories__more-btn:hover:after {
  background-color: #cdb589;
}
.landing-page .landing-benefits {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-benefits {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-benefits {
    margin-top: 100px;
  }
}
.landing-page .landing-benefits .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.landing-page .landing-benefits__container {
  position: relative;
  margin-bottom: -35px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-benefits__container {
    margin-bottom: -40px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-benefits__container {
    margin-bottom: -45px;
  }
}
.landing-page .landing-benefits__single {
  margin-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-benefits__single {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-benefits__single {
    margin-bottom: 45px;
  }
}
.landing-page .landing-benefits__single-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.13;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-benefits__single-title {
    font-size: 25px;
    padding-bottom: 13px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-benefits__single-title {
    font-size: 30px;
    padding-bottom: 16px;
  }
}
.landing-page .landing-benefits__single-desc {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-benefits__single-desc {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-benefits__single-desc {
    padding-right: 30px;
  }
}
.landing-page .landing-benefits__single-desc a {
  text-decoration: underline;
}
.landing-page .landing-benefits__single-desc strong,
.landing-page .landing-benefits__single-desc b {
  font-weight: 600;
}
.landing-page .landing-benefits__btn-container {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-benefits__btn-container {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-benefits__btn-container {
    margin-top: 100px;
  }
}
.landing-page .landing-reviews {
  font-size: 0;
}
.landing-page .landing-reviews__col {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-reviews__col {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-page .landing-reviews__col:last-of-type {
    margin-bottom: 0;
  }
}
.landing-page .landing-reviews__btn-container {
  margin-top: 35px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-reviews__btn-container {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .landing-reviews__btn-container {
    margin-top: 80px;
  }
}
.landing-page .landing-reviews__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.25px;
  margin: 60px 0 30px 0;
}
@media only screen and (min-width: 992px) {
  .landing-page .landing-reviews__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-reviews__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-reviews__title {
    margin: 70px 0 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .landing-reviews__title {
    margin: 70px 0 45px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-reviews__title {
    margin: 80px 0 45px 0;
  }
}
.landing-page .landing-reviews .flex-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-reviews .flex-row {
    margin-bottom: -30px;
  }
}
.landing-page .landing-reviews .landing-review {
  background: #f0f1f4;
  padding: 0 40px 50px 40px;
  font-size: 0;
  height: 100%;
}
.landing-page .landing-reviews .landing-review__header {
  height: 136px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-bottom: 1px solid #000;
}
.landing-page .landing-reviews .landing-review__logo img {
  max-width: 100%;
}
.landing-page .landing-reviews .landing-review__content {
  margin-top: 30px;
}
.landing-page .landing-reviews .landing-review__desc {
  font-size: 12px;
  line-height: 1.5;
  font-style: italic;
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-reviews .landing-review__desc {
    font-size: 14px;
  }
}
.landing-page .landing-reviews .landing-review__meta {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-reviews .landing-review__meta {
    font-size: 14px;
  }
}
.landing-page .landing-reviews .landing-review__author {
  font-weight: 700;
}
.landing-page .landing-form__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.25px;
  margin: 60px 0 15px 0;
}
@media only screen and (min-width: 992px) {
  .landing-page .landing-form__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-form__title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-form__title {
    margin: 70px 0 30px 0;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .landing-form__title {
    margin: 70px 0 35px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-form__title {
    margin: 80px 0 45px 0;
  }
}
.landing-page .landing-form__about {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.1px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .landing-page .landing-form__about {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .landing-page .landing-form__about {
    font-size: 18px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .landing-page .landing-form__about {
    font-size: 20px;
  }
}
.landing-page .landing-form .form__submit {
  margin-top: -15px;
}
.page-blog {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .page-blog {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .page-blog {
    padding-bottom: 100px;
  }
}
.page-blog .blog {
  padding-top: 40px;
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog {
    padding-top: 70px;
  }
}
.page-blog .blog__title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .page-blog .blog__title {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .page-blog .blog__title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .page-blog .blog__title {
    font-size: 62px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog__title {
    font-size: 80px;
  }
}
.page-blog .blog__desc {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog__desc {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog__desc {
    font-size: 24px;
    line-height: 1.42;
  }
}
.page-blog .blog__row {
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog__row {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog__row {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .page-blog .blog__row-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}
.page-blog .blog__row-flex::before {
  content: none;
}
.page-blog .blog-box {
  margin-top: 20px;
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog-box {
    margin-top: 45px;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .page-blog .blog-box {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box {
    margin-top: 55px;
  }
}
.page-blog .blog-box:hover .blog-box__btn:before {
  width: 100%;
}
.page-blog .blog-box__img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.page-blog .blog-box__img::after {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.page-blog .blog-box__img img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.page-blog .blog-box__content {
  position: relative;
  z-index: 1;
  padding: 20px 0 70px 0;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog-box__content {
    padding: 30px 0 80px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-blog .blog-box__content {
    padding: 30px 0 100px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box__content {
    padding: 30px 0 120px 0;
  }
}
.page-blog .blog-box__date {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.4px;
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box__date {
    font-size: 14px;
  }
}
.page-blog .blog-box__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog-box__title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box__title {
    font-size: 40px;
    padding-top: 15px;
  }
}
.page-blog .blog-box__desc {
  padding: 15px 30px 0 0;
}
.page-blog .blog-box__desc p {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box__desc p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .page-blog .blog-box__desc {
    padding: 20px 60px 0 0;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box__desc {
    padding: 30px 70px 0 0;
  }
}
.page-blog .blog-box__btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  position: relative;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 1;
}
.page-blog .blog-box__btn:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog-box__btn {
    bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .page-blog .blog-box__btn {
    bottom: 90px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog-box__btn {
    bottom: 115px;
  }
}
.page-blog .blog-box__btn:after {
  content: ">";
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: -80%;
  bottom: 0;
}
.page-blog .blog .pagination {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .page-blog .blog .pagination {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-blog .blog .pagination {
    margin-top: 40px;
  }
}
.page-single-blog {
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .page-single-blog {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .page-single-blog {
    padding-bottom: 100px;
  }
}
.page-single-blog .slide__date {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.4px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .slide__date {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .page-single-blog .slide__header {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .page-single-blog .slide__header {
    padding-top: 45px;
  }
}
.page-single-blog .single-blog__content > *:last-child {
  margin-bottom: 0;
}
.page-single-blog .single-blog__content > *:first-child {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content > *:first-child {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .page-single-blog .single-blog__content > *:first-child {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content > *:first-child {
    margin-top: 125px;
  }
}
.page-single-blog .single-blog__content h1,
.page-single-blog .single-blog__content h2,
.page-single-blog .single-blog__content h3,
.page-single-blog .single-blog__content h4,
.page-single-blog .single-blog__content h5,
.page-single-blog .single-blog__content h6,
.page-single-blog .single-blog__content p {
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content h1,
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6,
  .page-single-blog .single-blog__content p {
    padding-right: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .page-single-blog .single-blog__content h1,
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6,
  .page-single-blog .single-blog__content p {
    padding-right: 150px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content h1,
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6,
  .page-single-blog .single-blog__content p {
    padding-right: 220px;
  }
}
.page-single-blog .single-blog__content h2,
.page-single-blog .single-blog__content h3,
.page-single-blog .single-blog__content h4,
.page-single-blog .single-blog__content h5,
.page-single-blog .single-blog__content h6 {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6 {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content h2,
  .page-single-blog .single-blog__content h3,
  .page-single-blog .single-blog__content h4,
  .page-single-blog .single-blog__content h5,
  .page-single-blog .single-blog__content h6 {
    margin-bottom: 50px;
  }
}
.page-single-blog .single-blog__content h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.08;
  letter-spacing: -0.25px;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .page-single-blog .single-blog__content h1 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content h1 {
    margin-top: 80px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .page-single-blog .single-blog__content h1 {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content h1 {
    margin-top: 125px;
    margin-bottom: 60px;
  }
}
.page-single-blog .single-blog__content p,
.page-single-blog .single-blog__content li {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content p,
  .page-single-blog .single-blog__content li {
    font-size: 14px;
  }
}
.page-single-blog .single-blog__content p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-single-blog .single-blog__content img {
  width: auto;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 30px auto 0 auto;
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content img {
    margin: 60px auto 0 auto;
  }
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content img {
    margin: 100px auto 0 auto;
  }
}
.page-single-blog .single-blog__content ul,
.page-single-blog .single-blog__content ol,
.page-single-blog .single-blog__content dl {
  list-style-position: outside;
  margin: 12px 0 20px 20px;
}
@media only screen and (min-width: 768px) {
  .page-single-blog .single-blog__content ul,
  .page-single-blog .single-blog__content ol,
  .page-single-blog .single-blog__content dl {
    margin: 12px 0 24px 40px;
  }
}
.page-single-blog .single-blog__content ul {
  list-style-type: disc;
}
.page-single-blog .single-blog__content ol {
  list-style-type: decimal;
}
.page-single-blog .single-blog__content dl dd {
  padding-left: 15px;
}
.page-single-blog .single-blog__content blockquote {
  font-size: 12px;
  line-height: 1.5;
  font-style: italic;
  padding: 20px;
  margin: 15px 0 30px 0;
  background-color: #ededed;
}
@media only screen and (min-width: 1256px) {
  .page-single-blog .single-blog__content blockquote {
    font-size: 14px;
  }
}
.page-single-blog .single-blog__content em {
  font-style: italic;
}
.page-single-blog .single-blog__content strong {
  font-weight: bold;
}
.page-single-blog .single-blog__content a {
  text-decoration: underline;
}
.page-info .slide__content-box {
  border-top: none !important;
  font-weight: 500 !important;
}
.page-info .slide__header-image {
  height: 38px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .page-info .slide__header-image {
    height: 40px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .slide__header-image {
    height: 45px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-info .slide__header-image {
    height: 55px;
  }
}
.page-info .categories {
  color: #000000;
}
.page-info .categories__more-btn {
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  background-color: #000000;
  color: #ffffff;
  height: 60px;
  display: block;
  line-height: 60px;
  position: relative;
}
.page-info .categories__more-btn:before,
.page-info .categories__more-btn:after {
  transition: all 0.2s ease-in-out;
}
.page-info .categories__more-btn:hover {
  background-color: #262626;
}
.page-info .categories__more-btn:hover:before,
.page-info .categories__more-btn:hover:after {
  background-color: #262626;
}
@media only screen and (max-width: 767px) {
  .page-info .categories__more-btn {
    margin-top: -10px;
  }
  .page-info .categories__more-btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    width: 100vw;
    background-color: #000000;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .categories__more-btn {
    font-size: 14px;
    letter-spacing: 4.2px;
    height: 80px;
    line-height: 80px;
  }
  .page-info .categories__more-btn:before,
  .page-info .categories__more-btn:after {
    content: "";
    background-color: #000000;
    height: 100%;
    position: absolute;
    top: 0;
  }
  .page-info .categories__more-btn:before {
    width: 50vw;
    right: 100%;
  }
  .page-info .categories__more-btn:after {
    background-color: #000000;
    width: 108px;
    left: 100%;
    transform: skew(-42deg) translateX(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories__more-btn {
    font-size: 16px;
    letter-spacing: 4.8px;
    width: 60%;
  }
}
.page-info .categories__more-btn span {
  position: relative;
  z-index: 1;
}
.page-info .categories .categories-header {
  margin: 60px 0;
}
@media only screen and (min-width: 768px) {
  .page-info .categories .categories-header {
    margin: 100px 0 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories .categories-header {
    margin: 80px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .categories-header {
    margin: 126px 0 94px 0;
  }
}
.page-info .categories .categories-header__title {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .page-info .categories .categories-header__title {
    font-size: 12px;
    line-height: 2.5;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .categories-header__title {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 1.1px;
  }
}
@media only screen and (max-width: 767px) {
  .page-info .categories .categories-header__title {
    margin-bottom: 30px;
  }
}
.page-info .categories .categories-header__txt {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .page-info .categories .categories-header__txt {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .categories-header__txt {
    font-size: 24px;
    line-height: 1.42;
  }
}
@media only screen and (min-width: 768px) {
  .page-info .categories .categories-header__txt {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories .categories-header__txt {
    padding-right: 50px;
  }
}
.page-info .categories .category-box {
  position: relative;
  margin-bottom: 60px;
  font-size: 0;
}
@media only screen and (min-width: 768px) {
  .page-info .categories .category-box {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories .category-box {
    min-height: 307px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box {
    min-height: 350px;
  }
}
.page-info .categories .category-box__img {
  background-color: #a0a2a7;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 214px;
  margin-top: 40px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .page-info .categories .category-box__img {
    height: 342px;
    float: right;
    margin-top: 50px;
    width: calc((100% - 750px)/2 + 485px);
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories .category-box__img {
    height: 307px;
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    width: calc(50% - 50px);
    margin-top: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box__img {
    width: calc(50% - 80px);
    height: 340px;
  }
}
@media only screen and (min-width: 1400px) {
  .page-info .categories .category-box__img {
    position: static;
    width: 100%;
    height: 330px;
  }
}
.page-info .categories .category-box__img-container {
  pointer-events: none;
}
@media (max-width: 991px) {
  .page-info .categories .category-box__img-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1400px) {
  .page-info .categories .category-box__img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.page-info .categories .category-box__img-wrapper {
  width: 100%;
  float: left;
}
@media only screen and (min-width: 1400px) {
  .page-info .categories .category-box__img-wrapper {
    width: 50%;
    padding: 0 15px;
    padding-left: 65px;
  }
}
.page-info .categories .category-box__img img,
.page-info .categories .category-box__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-info .categories .category-box__inner {
  border-top: 1px solid #000000;
  padding: 40px 0 0 0;
}
.page-info .categories .category-box__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 0.75;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .page-info .categories .category-box__name {
    font-size: 33px;
    margin-bottom: 26px;
    letter-spacing: -1px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box__name {
    font-size: 40px;
    line-height: 0.75;
  }
}
.page-info .categories .category-box__content {
  position: relative;
  width: 66%;
  height: 100%;
}
.page-info .categories .category-box__desc {
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 35px;
}


@media only screen and (min-width: 1256px) {
	
  .page-info .categories .category-box__desc {
    font-size: 14px;
  }
  
  
  
}







@media only screen and (min-width: 768px) {
  .page-info .categories .category-box__desc {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories .category-box__desc {
    padding-bottom: 54px;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box__desc {
    padding-bottom: 62px;
  }
}
.page-info .categories .category-box__btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .page-info .categories .category-box__btn {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box__btn {
    font-size: 14px;
    letter-spacing: 2.8px;
  }
}
.page-info .categories .category-box__btn:after {
  content: ">";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.6px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 1256px) {
  .page-info .categories .category-box__btn:after {
    font-size: 16px;
  }
}
.page-info .categories .category-box__btn:hover span:before {
  width: 100%;
}
.page-info .categories .category-box__btn span {
  position: relative;
}
.page-info .categories .category-box__btn span:before {
  transition: all 0.2s ease-in-out;
  content: "";
  width: 0px;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #000000;
}
.page-info .categories--no-header { 
  margin: 60px 0;
}
@media only screen and (min-width: 768px) {
  .page-info .categories--no-header {
    margin: 120px 0 70px 0;
  }
}
@media only screen and (min-width: 992px) {
  .page-info .categories--no-header {
    margin: 180px 0 70px 0;
  }
}
@media only screen and (min-width: 1256px) {
  .page-info .categories--no-header {
    margin: 220px 0 94px 0;
  }
}

.wpcf7-form .wpcf7-form-control-wrap{
	margin-bottom: 20px;
}
 
 .form.wpcf7-form input, .form.wpcf7-form textarea,.form.wpcf7-form select, .select-box__field.wpcf7-form{
	 margin-bottom: 5px;
 }
 
form label.error, .validerror{
	font-size: 12px;
	letter-spacing: 1px;
	color: red;
	font-weight: 500;
	margin-bottom: 0px;
	
}
.form-style .validerror{
	margin-top: 10px;
	margin-left: 15px;
}

.detailing-page-img-l img { width: 100%;}
img.box-icon {  max-width:85px;}
.hiddendivs{display:none;}


/****  warrannty style *****/

h3.heading-2{font-size:17px;text-transform:uppercase;font-weight:600;line-height:30px;position:relative;}
p.warranty-p-mview{line-height:25px;margin-top:15px;}
span.war-note b{color:red;font-weight:bold;margin-top:10px;display:inline-block;}
span.war-heighlight{color:red;text-transform:capitalize;}
.warr-form{ max-width:50%;margin:auto;text-align: center; margin-bottom:30px;}
.warr-form .input-name{max-width:430px;margin:auto;}
.warr-form .input-name input{text-align: left;width:100%;background:none;margin-top:5px;padding:8px 10px;margin-bottom:15px;line-height:40px;outline:none !important;border:1px solid #222;border-radius:5px;font-size:15px;color:#333;}
span.war-heighlight{color:#ff2a00;text-transform:capitalize;font-weight:500;}
.warr-form .input-name input:hover,.warr-form .input-name input:focus{border:1px solid #ff2a00;box-shadow:inset 0 0 5px rgb(218 17 17 / 44%)!important;}
/*.war-search-btn{    
	background-color: transparent;
    padding: 10px 35px;
    color: #222;
    border-radius: 5px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    border: 2px solid #222;
}*/
#addmsg:empty{display:none;}
#addmsg{margin-bottom:15px;display: block;color:red;}
/*.war-search-btn:hover{background-color:#ec3236!important;color:#fff;border-color:#ec3236;}*/
a.ddterms{margin-top:15px;display:inline-block;}
.warr-form .form-section li{width:48.8%;}
.dd-warranty-form .well{background-color:#fbfbfb;border:1px solid #cac4c4;margin-top:70px;}
a.ddterms{margin-top:15px;display:inline-block;}
a.ddterms:hover{color:#d91309;}
h3.heading-2:after{position:absolute;width:70px;height:3px;background:#ed1b24;content:"";bottom:-1px;left:0;}

.warranty-tab .tab-content{padding: 15px 0px;}
.warranty-tab .the-fieldset {
    padding: 16px 20px 12px 20px;
    margin-bottom: 25px;
    border: 2px solid #ec3236;
    border-radius: 4px;
}
.warranty-tab legend{
	display: inline-block;
	width: auto;
	padding: 8px 15px;
	background: #ec3236;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 20px;
	line-height: 15px;
}
.warranty-tab .innerbox{ 
    padding: 10px;
    margin: 7px 0;
    border: 2px solid #ccc;
}
.warranty-tab legend img{max-width:15px;vertical-align:middle;}
.warranty-tab legend i{font-size: 14px;}
.warranty-tab .t-detilas-h4{
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.warranty-tab .t-detilas-p{
	font-size:15px;line-height:18px;margin-bottom: 10px;
}
@media only screen and (max-width: 992px) {
	.dd-warranty-form .well {
    margin-top: 30px;
}
.warranty-tab .t-detilas-h4{
font-size: 14px;   line-height: 1.2;}
 .warranty-tab .t-detilas-p {
    word-break: break-word;
}

.warr-form {
max-width: 100%;
}
}
.w-100{width:100%;}
.mb-50{margin-bottom:50px;}
.mb-100{margin-bottom:100px;}
.mb-150{margin-bottom:150px;}
.mb-250{margin-bottom:250px;}

.mt-50{margin-top:50px;}
.mt-100{margin-top:100px;}
.mt-150{margin-top:150px;}
.mt-250{margin-top:250px;}

/* privacy pages css*/

.product-page .product-info.pr-pages {
    min-height: auto;
}
.pr-pages p{margin-bottom:17px;font-size:15px;line-height:18px;}

.pr-pages .title h2{
	font-size: 30px;
}
.pr-pages p.lead{
	font-size: 22px;
font-weight: 600;
margin-bottom: 26px;
}

.pr-pages ul{
	padding-left:30px;  
	list-style: disclosure-closed;
	margin-bottom:18px;
}
.pr-pages ul li{
	font-size: 14px;
	margin-bottom: 6px;
	line-height: 18px;
}
.pr-pages h2 {
    font-weight: 500;
margin-bottom: 17px;
line-height: 1.5;
}
.bold{font-weight:500 !important;}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  white-space:pre-line;  
  position:relative;
  top:-7px;
  
}
::-moz-placeholder { /* Firefox 19+ */
     white-space:pre-line;  
  position:relative;
  top:-7px;
}
:-ms-input-placeholder { /* IE 10+ */
    white-space:pre-line;  
  position:relative;
  top:-7px;
}
:-moz-placeholder { /* Firefox 18- */
     white-space:pre-line;  
  position:relative;
  top:-7px;
}


.tips-page p {
    margin-bottom: 1rem;
    line-height: 24px;
}



.tips-page p.about-us__featured{
	margin-bottom:2rem;
}
.tips-page ul{
	list-style: disclosure-closed;
	padding-left: 25px;
	margin-bottom: 20px;
}

.tips-page ul li {
    margin-bottom: 0px;
    line-height: 28px;
}


.tips-page h3, .tips-page h2 {
    font-size: 20px;
    margin-bottom: 11px;
    font-weight: 600;
    text-transform: capitalize;
}


.tips-page h4 {
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 17px;
}


.form-check-inline input[type="radio"],.form-check-inline input[type="checkbox"] {
    z-index: -1;
    position: relative;
}
.btn-list a{margin:10px 10px;border-radius:22px;}


.icn-list .icon{margin-top:10px;border-radius:50%;float:left;background:transparent;width:86px;text-align:center;height:86px;line-height:86px;margin-right:6px;margin-right:20px;-webkit-transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;margin-bottom:20px;}
.icn-list .icon:hover { -webkit-transform:rotate(360deg);transform:rotate(360deg)}
.icn-list .icon object{padding-top: 4px;height: 78px;width: 57px;}
.icn-list {margin-bottom:50px;min-height: 100px;}
.icn-list h4{
	font-family: "Russo One";
	letter-spacing: 2.5px;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 20px;
}
.our-finest h2{
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 32px;
	font-family: "Russo One";
}
.icn-list  p{
	font-size: 14px;
line-height: 17px;
}
.goog-te-gadget-simple {
    background-color: transparent !important;
    border-left: transparent !important;
    border-top: transparent !important;
    border-bottom: transparent !important;
    border-right: transparent !important;
    font-size: 10pt;
    display: inline !important;
    padding-top: 1px;
    padding-bottom: 0;
    cursor: pointer;
    zoom: 1;
    *display: inline;
}
.goog-te-gadget-simple .goog-te-menu-value span {
     border: none !important;
}
.header__bar a.goog-te-menu-value:hover::before {
    width: 100%;
}


ul.tip-ul-do {
    list-style: none;
    padding-left: 8px;
}



form label.error:empty, .validerror:empty{
	display:none;
}
.franchise-form .form-style input[type="text"],
.franchise-form .form-style input[type="email"],
.franchise-form .form-style input[type="date"],
.franchise-form .form-style input[type="tel"], 
.franchise-form .form-style select, 
.franchise-form .form-style textarea,
.franchise-form .form-style input[type="number"]{
	border: 1px solid #888;
	width: 100%;
	padding: 8px 15px;
	border-radius: 2px;
	font-size: 14px;
	min-height: 42px;
}
.franchise-form{
	padding: 0 20px;
	background: #f2f2f2;
	border: 1px solid #eee;
}
.franchise-form .form-check-inline input[type="radio"],
.franchise-form .form-check-inline input[type="checkbox"] {
    z-index:1;
}
.franchise-form{}
.franchise-form{}



@media only screen and (max-width:600px) {
.home-page .slide__desc {  margin-top: 0px;}	
.home-page .slide__desc { font-size: 14px; line-height: 15px;  margin-top:0px;}	
.home-page .slide__content-mask {top: 15%;}
.categories-header { margin: 35px 0;}
.home-page .categories .categories-header__txt {font-size:18px;}
.home-page .categories .category-box__img {margin-top:15px;margin-bottom:20px;}
.home-page .categories .category-box__inner {padding:25px 0 0 0;}
.home-page .categories .category-box__name {margin-bottom:20px;}
.home-page .categories .category-box__desc {font-size:16px;text-align:justify;line-height:1.6;padding-bottom:35px;}
.product-box__desc {font-size:14px;line-height:24px;text-align:justify;}
.new.video-grid1{padding-top:0;}
.contact-page__sidebar p {
   font-size: 14px;
    margin: 0 0 10px 0;
}
.contact-page__sidebar a{
	 font-size: 14px;
}
.about-page .about-us__featured {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: justify;
    padding-right: 0;
    font-weight: 500;
}


.product-page .product-points__inner { padding-top: 0;}

}



@media screen and (min-width:800px) and (max-width:1200px) { 
 
.col-md-1.col-xs-5.captcha-r-col {  width: 100px!important; padding-left: 0!important; padding-right: 0!important;} 
.footer__logo {height: 50px; margin-bottom: 50px;} 
.captcha-div-row .col-md-2.col-xs-7 { width: 240px;}


}







.about-page .reviews .review__author {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.table-spec th{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2.5px;
	font-size: 17px;
	background: #ec3236;
	color: #fff;
	font-family: "Zen Dots";
}



.table-spec tr td{padding: 6px 15px !important;font-size: 14px;}
.table-spec tr td:first-child{
	font-weight: 600;
	letter-spacing: 0.5px;
	width: 50%;
}
.key-f{
	margin: 0px auto 35px auto !important;
	display: inline-block;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "Zen Dots";
	position:relative;
	width: 100%;
}
.key-f:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -14px;
  background-color: #ec3236;
}
.key-f:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 10px;
  left: 50%;
  margin-left: -50px;
  background-color: #ec3236;
}

@media only screen and (max-width:960px) {
.key-f {
margin: 30px 0 10px 0 !important;
}

}

.detailing-page-img-l { padding-right: 45px;}

h5.sub-h5, h4.sub-h5 { font-size: 15px; margin-bottom: 8px; font-weight: 600;   margin-top:15px;}

.tips-page p.about-us__featured { margin-bottom: 30px;  line-height: 25px;  font-size: 23px;padding-right: 0; font-weight: 500;}


#welcome-text p.categories-header__txt.aos-init {
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
    font-weight: 400;
    padding: 0;
    color: #000;
	margin-bottom:15px;
}


#welcome-text b {   font-weight: 600;}
.home-page p.category-box__desc a { line-height: 22px;}
.home-page p.category-box__desc a:hover, .f-link:hover, .h-hover-links a:hover { color: #ff2a00;}

h2.welcome-h2.text-center {  
	font-size: 35px;
	line-height: 0.75;
	margin-bottom: 40px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: "Zen Dots";

}


h1.welcome-h2.text-center {  
	font-size: 35px;
	line-height: 0.75;
	margin-bottom: 50px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: "Zen Dots";

}


#welcome-text h3.sbheading {
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 800;
}


.well-block-h {
    width: 100%;
    margin-bottom:15px;
    display: inline-block;
}






h2.category-box__name.text-center.wwd-h2 { font-size:40px;  margin-bottom: 80px;font-family: "Zen Dots";}

.home-page .slide__desc strong { font-weight: 800;  font-size: 20px;}


@media only screen and (max-width:600px) {
	
	.border-title span {
    display: block;
}


div.whats-btn {
    bottom: 53px !important;
    right: 87px !important;
}
.whats-btn img {
    width: 56px !important;
}
.home-page{padding-bottom:0;}
.new .product-box{margin-bottom:25px;}
.media-box{margin-bottom:1.5rem;}
.home-page .slide__desc strong{font-weight:800;font-size:15px;line-height:1.1;}
.home-page .categories .category-box__name{font-size:24px;}
h2.welcome-h2.text-center, h1.welcome-h2.text-center {font-size:28px;line-height: 1.1;margin-bottom:28px;}
h2.category-box__name.text-center.wwd-h2 {font-size:28px;margin-bottom:60px;}
.product-page .product-info__name {
	text-align: center;
	font-size: 28px;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2;
}
.product-box__name{text-align:center;font-size:21px;}
.product-box__inner{margin-bottom:25px;}
.video-grid1 .product-box__img{margin-bottom:0;}
.detailing-page-img-l{margin-bottom:20px;}
.product-info__desc > ul > li,
.tips-page p,.tips-page ul li,
p.warranty-p-mview {text-align:justify !important;}
.product-page .product-gallery__single{padding:0 16px;}
.product-page .product-info__subhead,
.product-page .product-banner__desc p:last-of-type{text-align:center;}
.flex-column{display: flex;flex-direction: column;}
.int-heading { font-size: 28px;  line-height: 1.2;}

.product-info__desc > ul > li { font-size: 15px;}

p.lead.bold { margin-top:20px;}

.row.product-points__inner .col-md-12.col-xs-12.mtc-30 {  margin-top: 0;}
.product-gallery.product-botimg {  margin-top: 0!important;}

.key-f {margin: 0 0 10px 0 !important;}

img.crm-washimg {  margin-top:0px!important;}

.product-gallery.mt-5.armor-botimg,.product-gallery.armor-botimg img, 
.product-info__desc.ben-aromor-graph,.product-gallery.armor-a-botimg { margin-top: 0!important;}

.products-list__help-txt {
    font-size: 15px;
    line-height: 1.4;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 500;
}

.footer__distributor-name { font-size: 18px; font-weight:bold;  letter-spacing: 1px!important;}
.footer__distributor-btn {  font-weight: bold;  font-size: 14px;}


#welcome-text p.categories-header__txt.aos-init {margin-bottom: 10px;}
.tips-page p.about-us__featured {line-height:28px;  font-size: 17px;}


.tips-page h3, .tips-page h2 { font-size: 17px;}
.tips-page p { line-height: 28px;}


.our-finest {	
background-image: url('../images/banner-why-choose-mview.jpg')!important; 
background-size: 100% 100%;
background-repeat: no-repeat;

}

.product-gallery__wrapper.col-md-6.col-xs-12.mt-5.product-gal-m { margin-top: 0!important;}
.foam-wash-m .werow h5, p.product-info__featured.foam-h2-m , 
h5.product-info__featured.cermview,.creamic-wash .werow h5, .creamic-wash .werow h2

{ font-size: 16px;}




.download-list__btn { font-size: 15px;}

h2.certificate-h2.key-f {font-size: 20px!important;}
.certificate-sec td.download-list__desc { display: none;}






}

@media only screen and (max-width:380px) {
.footer__distributor-name {
    font-size: 15px;
      line-height: 1.3;
}
.footer__distributor-name i {
    width: 29px;
    line-height: 1.6;
}
.category-box__btn {
    padding-left: 20px;
}
.category-box__btn svg {
    width: 43px;
	}
.category-box__btn:after {
    width:78px;
	}	
.category-box__btn span {
    margin-right:16px;
}
}



.product-page .product-info__desc p.lead.bold {
    font-size: 18px;
}


.product-page .product-info__desc h2.lead.bold {
    font-size: 18px;
}



.tip-box-1 {
    margin-bottom:30px;
    display: inline-block;
}


h5.sub-h-new, h3.sub-h-new {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
	margin-top:15px;
}



.tips-page ul {
    list-style: none;
    padding-left: 25px;
    margin-bottom: 20px;
}

ul.tip-ul li:before {
	
	 content: "\f046";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    top: 10px;
    left: 0;
	
	
}	


ul.tip-ul-do { margin-bottom: 15px;}


h3.section-subheader.support-h3 {
    text-transform: initial;
    font-size: 19px;
    line-height: 28px;
    padding-bottom: 40px;
    font-weight: 400;
    margin-top: 40px;
}


td.download-list__desc p {
    font-size: 15px;
}


h2.certificate-h2 {
    text-align: center;
    font-weight: 800;
    font-size: 25px;
    margin-top: 45px;
    letter-spacing: 0px;
    text-transform: uppercase;
   /*  border-bottom: 1px solid #000000; */
    padding-bottom: 20px;
}




h2.certificate-h2.key-f { padding-top: 50px;}

h2.certificate-h2.key-f { padding-top: 50px; font-family: inherit; font-size:22px;     text-transform: capitalize;}



.partner-grid{padding-bottom:40px;padding-top: 40px;}
.partner-grid figure{border: 3px solid #343535;background:transparent;height: 135px;display:flex;align-items:center;justify-content:center;}

.partner-grid img{width:100%; max-width:120px;max-height:100%;}

.partner-grid p{line-height: 26px;}
.partner-grid .p-logo{margin-bottom:2rem;}
.partner-grid h2 {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 32px;
    font-family: "Russo One";
	text-align:center;
}
.int-heading{
	margin-top: 40px;
    margin-bottom: 40px;
    font-size: 32px;
    font-family: "Russo One";
	text-align:center;
}
.int-subh{
	font-size: 20px;
margin-bottom: 17px;
font-weight: 600;
}
.slider-brands{overflow: hidden;}
.slider-brands .swiper-button-prev,
.slider-brands .swiper-button-next{
    top: calc(50% - 14px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
}




.product-point-h1 { font-size: 20px!important; margin-bottom:15px!important;}


ul.dd-wterms-ol li:before {
    content: "\f0a4";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
	left: 10px;
	top: 10px;
    color: red;
}



.swiper-wrapper.skin-margin-top {
    margin-top: 155px;
}


.pr-pages.wtc-page ul { list-style: none;padding-left:0;}
.pr-pages.wtc-page ul li { font-size: 15px;  line-height: 28px; margin-bottom:0!important;position: relative;padding-left:35px;}
.wtc-page .wpb_wrapper.warranty-add a { color: #333;line-height: 25px;}
.wtc-page h2.warr-add { font-size: 18px;text-transform: capitalize;  margin-bottom: 15px;}
p.disclaimer-p { line-height: 27px; font-size: 15px;}
b.highlight {font-weight: bold; text-transform: capitalize;  font-size: 16px;}
p.war-check-link { font-weight: 500;  font-size: 15px;}
p.vch-btn a { border: 1px solid black;  padding:8px 15px; text-transform: uppercase; font-weight: 500; letter-spacing: 0.5px; display: inline-block; border-radius: 5px;}
p.vch-btn a:hover { background-color: red; color: #fff; border: 1px solid #fff;}
.wtc-page .wpb_wrapper.warranty-add a:hover {  color: red;}
h2.banner-h1 { font-size: 50px;  font-weight: bold;}
.wtc-page .heading.title h2 {  font-size: 25px;}
h2.w-top-h2 {font-size: 19px; margin-bottom: 25px;}
section.product-info.pr-pages.wtc-page {  margin-top: 35px;}
main.products-page.product-page.wtc-main {padding-bottom: 25px;}
.about-page .slider .slide--paragraph .slide__content-box { border-top: none;}
ul.pro-ul li a:hover { color: red;}


.product-video-p {
    margin-top: 45px;
}



.werow h5, .werow h2{
margin-bottom: 10px;
font-size: 18px;
font-weight: 500;
}


.product-package ul {
    margin-top: 15px;
    margin-left: 15px;
    padding-left: 25px;
	margin-bottom: 15px;
}


.product-package li {  line-height: 26px; font-weight: 300;position:relative;}
.product-package { margin-bottom:35px; margin-top: 20px;}

.product-package li:before {
    content: "\f0a4";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -25px;
    top: 5px;
    color: red;
}

ul.dnaul-list li:before {
    content: "\f0a4";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: relative;
    left: 0;
    top: 2px;
    color: red;
    padding-right: 10px;
}



section.product-package li {
    line-height: 27px;
    font-weight: 300;
    margin-bottom: 5px;
    position: relative;
    padding-right: 0;
	font-size:15px;
}


ul.listinner-ul li:before { content: none;}

ul.listinner-ul { margin-top: 5px!important; padding-left: 0!important;}

.lead { font-weight: 500; margin-bottom:10px!important}

.mtc-10 { margin-top:10px;}
.mtc-20 { margin-top:20px;}
.mtc-30 { margin-top:30px;}
.mtc-40 { margin-top:40px;}



.product-h2 { font-weight: 500;}
.product-video-p .slider {  height: 90vh;}
.product-video-p .slider .slide__header {  font-size: 65px; text-transform: uppercase; letter-spacing: 2px;}
p.product-info__featured.main-h2 { font-size: 22px; line-height: 30px;}

.franchise-page section.product-info {  margin-top: 15px;}
.franchise-page p.lead.product-point-h2 { font-size: 20px!important; font-weight: 600;  text-transform: unset;}
.franchise-page p.lead.product-point-h1 { font-size: 22px!important; font-weight: 600;  text-transform: unset;}
.product-page.franchise-page .product-info__desc p { margin-bottom: 15px; line-height: 26px;}
.bold-h { font-weight: bold;}
.franchise-form label {    
	line-height: 23px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 5px;
}
.franchise-form .form-check-inline{
	border: 1px solid #bfbfbf;
	padding: 8px 10px 0 10px;
	min-width: 130px;
	margin: 10px 15px 15px 0;
	display: inline-block;
}

.franchise-form label.form-check-label{
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-size: 14px;
 	
}
.products-page .products-list.video-grid1 {  padding-top: 30px;}
.hovereffect{cursor:pointer;}
.hovereffect::before,
.service-box-col::before {
 background:#D91309;
 bottom:0;
 content:"";
 left:0;
 position:absolute;
 right:0;
 top:0;
 transform:scaleX(0);
 transform-origin:50% 50% 0;
 transition-duration:0.3s;
 transition-property:transform;
 transition-timing-function:ease-out;
 z-index:-1;
 border:1px solid #fff;
 color:#ffffff!important;
 border-radius:3px
}
.hovereffect,
.service-box-col {
 background:#e1e1e1 none repeat scroll 0 0;
 box-shadow:0 0 1px rgba(0,0,0,0);
 display:block;
 position:relative;
 transform:perspective(1px) translateZ(0);
 transition-duration:0.3s;
 transition-property:color;
 vertical-align:middle
}
.hovereffect:hover::before,
.hovereffect:focus::before,
.hovereffect:active::before {
 transform:scaleX(1)
}
.v-box-title {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.hovereffect:hover .v-box-title {
	color:#fff;
}
.v-box-col {
    margin-bottom: 20px !important;
}
.service-box-col.text-center.pkg-select-div {
    padding: 22px;
    
} 

.service-box-col {
    background: #e1e1e1 none repeat scroll 0 0;
    box-shadow: 0 0 1px rgba(0,0,0,0);
    display: block;
    position: relative;
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    transition-property: color;
    vertical-align: middle;
}

.service-box-col {
    background: rgba(0,0,0,0.1) none repeat scroll 0 0 !important;
    border: 1px solid rgba(255,255,255,.3);
    color: #fff !important;
    cursor: pointer;
    flex-basis: 140px;
    flex-grow: 1;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
}


.service-box-col::before {
    background: #D91309;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 50% 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border: 1px solid #fff;
    color: #ffffff !important;
    border-radius: 3px;
}


.service-box-col:hover::before, .service-box-col:focus::before {
    transform: scaleX(1);
}
.hovereffect:hover, .hovereffect.v-box-slected,.service-box-col:hover {
    background: #D91309 !important;
    color: #ffffff !important;
}
.service-box-col h3{
	color: #222;
letter-spacing: 2px;
font-size: 19px;
text-transform: uppercase;
font-weight: bold;
}
.service-box-col:hover h3{
	color: #fff;
}
.pkg-heading {
    background: #d91309;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    font-weight: 600;
    margin-top: 0;
    padding: 5px 0 0;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}
.pkg-heading > h3 {
    font-size: 23px;
    margin: 5px 0 3px;
}
.d-pack-sub-heading {
    font-size: 12px !important;
    font-weight: 500 !important;
    margin-bottom: 6px !important;
    color: #fff;
}
.product-box-col img, .package-box-col img {
    width: 100%;
}

.sf-wizard  h2{
	font-size: 17px;
	letter-spacing: 1px;
	margin-bottom: 17px;
}
.sf-wizard  h3{
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	margin-bottom: 20px;
	
}
.sf-wizard .sumbox h3{
	margin-left: 11px;
	background: #ec3236;
	display: inline-block;
	position: absolute;
	border: 1px solid #ec3236;
	padding: 7px 15px;
	border-radius: 20px;
	top: -14px;
	color: #fff;
}
.sumbox table{
	background: rgba(255,255,255,0.9);
	margin: 0;
}
.sumbox{
	background: #f9f9f9;
	padding: 25px 10px 10px 10px;
	position: relative;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	border-radius: 6px;
}
.sumbox .table > thead > tr > th,
.sumbox .table > tbody > tr > th,
.sumbox .table > tfoot > tr > th,
.sumbox .table > thead > tr > td,
.sumbox .table > tbody > tr > td,
.sumbox .table > tfoot > tr > td
{
	padding: 6px 10px;
 vertical-align: middle;
 font-size: 15px;
}
.serta{
	display: inline-block;
	padding: 4px 10px;
	border: 1px solid #777;
	margin-right: 10px;
	border-radius: 17px;
	line-height: 1.3;
	margin-bottom: 14px;
	color: #333;
}

.estimate-btn button#info_price {
font-size: 14px;
color: #fff;
text-transform: capitalize;
background-color: #ff2a00d1;
border: none;
padding: 6px 15px;
border-radius: 5px;
font-weight: 600;
letter-spacing: 0.5px;
}

.captcha-div-row input#txtInput {
    width: 50%;
    float: left;
}

span.captcha-txt {
    margin-top: 10px;
    display: inline-block;
    margin-left: 15px;
}
.filter-banner {
    filter: grayscale(1);
}

textarea#studio_address {  text-transform: capitalize!important; font-weight: 600; letter-spacing: 1px;line-height: 21px!important; font-size: 14px!important; color: #000!important;}

.prv-con p, section.product-info.pr-pages.d-terms-p p { font-size: 15px; line-height: 25px; text-align: justify;}
p.dd-add {line-height: 25px;}
p.dd-add a { color: #333;}
p.dd-add a:hover { color: red;}

.prv-con address h2 { font-size: 20px;}
p.text-center.lead.prv-t-p {font-size: 18px; margin-top: 10px;display: inline-block; width: 100%;line-height: 1.2;}
.pr-pages.d-terms-p ul li { font-size: 15px;  margin-bottom: 0;line-height: 25px;}
section.product-info.pr-pages.d-terms-p h2 {text-transform: capitalize;margin-top: 5px; display: inline-block;}
.d-terms-p p.text-center.lead.prv-t-p {text-transform: capitalize; font-size: 17px!important;}
.dna-list p {font-size: 15px;  text-align: justify;}
.products-page .products-list.nine-h-con {  padding-top: 50px;}

.dna-list ul li {line-height: 25px; font-size: 15px;}

ul.dnaul-list {position: relative;}
.col-centered{
    float: none;
    margin: 0 auto;
}

.product-info__desc.ben-aromor-graph {margin-top: 70px;}

.addext b{font-weight:bold;}
.sumbox .table tr td:first-child{font-weight:bold;}
.nine-hdna { font-size: 25px;}

section.product-info.min-h-auto {  min-height: auto!important;}

.product-gallery.product-botimg { margin-top: 43px;}

img.crm-washimg {  margin-top: 42px;}

.product-gallery.armor-botimg img {  margin-top: 65px}
.product-gallery.armor-a-botimg img { margin-top: 25px;}

.slider-brands .swiper-button-next{
	 /*   transform: rotate(180deg);*/
}
.sf-t3.sf-wizard .sf-btn:after{
	display:none;
}
.sf-t3.sf-wizard .sf-btn, .sf-t3 .sf-content .nocsript-sf-btn{
	background: #222 !important;
	text-transform: uppercase;
    letter-spacing: 2.2px;
    font-weight: bold;
    font-size: 18px;
	border-radius: 30px !important;
	
}


.sf-t3.sf-wizard .sf-btn:hover, .sf-t3 .sf-content .nocsript-sf-btn:hover{background: #ec3236 !important; color:#fff;}

.contact-page .form__submit { float: right;  padding: 9px 10px; width: 145px; font-size: 15px; margin-top: 25px;}
a.store-link-h:hover { color: red;}
.whats-btn img{
     vertical-align: middle;
}
.fb_dialog_content iframe{ 
    transform: scale(0.8);
	    bottom: 22px !important;
}


.product-info__desc.six-gold-tips h2 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
}

.see-also h4 { font-weight: bold; margin-bottom: 15px;  font-size: 19px;}
.see-also ul li {
    line-height: 30px;
    list-style: disc;
    margin-left: 20px;
}

.see-also ul li a { color: red;}
.see-also ul li a:hover { color: #bb1e1e;}
.see-also { margin-top: 15px;  display: inline-block;}





.warranty-check-btn {right:-68px;text-decoration: none; top: 50%; border-radius: 0 0 5px 5px; background-color: #d91309;cursor: pointer;transform: rotate(270deg); position: fixed; display: block; z-index: 99999999;min-width: 135px; max-width: 250px;;text-align: center;}

.warranty-check-btn a { display: block; color: #fff!important;font-family: Bebas\ Neue,Open\ Sans,sans-serif!important;padding: 10px;font-size: 22px!important; letter-spacing: 2px; cursor: pointer;animation: blink 2s linear infinite;}


/* @keyframes blink{
0%{opacity: 0;}
50%{opacity: .5;}
100%{opacity: 1;}
}
 */

.addrbox i {
  font-size: 40px;
    background: #fe0000;
    padding-bottom: 6px;
    margin: 25px auto;
    display: block;
    color: #fff;
    width: 80px;
    height: 80px;
    line-height: 78px;
}
.addrbox p{
	    font-weight: 500;
    font-size: 1.1rem;
    max-width: 246px;
    margin: auto;
   
}


@media (max-width:768px) {

.warranty-check-btn { position: absolute!important;left: 0;transform: none!important;z-index:9999; min-width: 120px!important;max-width: 125px!important; border-radius: 0!important;top: -3px; background-color: #d91309!important;line-height: 24px; border: 1px solid #fff;right: 0;  margin: 0 auto;}
.warranty-check-btn a {font-size: 15px !important; line-height: 22px!important; letter-spacing: 1px!important; padding: 5px 5px 4px 5px !important}
.accept-terms .form-check-label { font-size: 13px !important;}
.fb_dialog_content iframe{  transform: scale(0.8);   bottom: 51px !important;}
a.dragon-link { font-weight:500; color:red;}
.mobile-nav__menu a {  font-size: 20px;}

.white-popup h3, .white-popup h4 {
    font-family: "Zen Dots";
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 28px;
}


#wa-widget-send-button {
    margin: 0 0 54px 0 !important;

}



}




@media screen and (min-width:700px) and (max-width:1100px) { 
 
 
h1.welcome-h2.text-center { font-size: 30px!important; }
.home-page .categories .category-box { margin-bottom: 0;}
.home-page .categories .category-box__name { font-size: 30px; margin-bottom:20px;}
h2.category-box__name.text-center.wwd-h2 {  margin-bottom:25px;}
.home-page .categories .category-box__img { margin-bottom: 20px;}
.new .product-box { margin-bottom: 30px;}
.product-box__desc { font-size: 14px!important;}
main.home-page .row.h-hover-links .col-md-6 { width: 100%;}
.footer__logo { margin-bottom: 50px;}
.product-page .product-info__name {margin-top: 30px; font-size: 35px;  margin-bottom: 17px;}
.product-page .product-points__title { font-size: 15px; line-height: 1.5;}

.m-map-1 .select-box--alt .select-box__text, .m-map-1__item-apply, .m-map-1__item-link, .m-map-1__item-text {
    font-weight: 400;
    font-size: 15px!important;
    font-family: Basier,sans-serif;
    letter-spacing: .7px;
}

.m-map-1__item-text {  margin-bottom: 10px!important;  color: #000;}




}



.statbox{
	        display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #ff2a00;
    align-items: center;
    justify-content: space-evenly;
    z-index: 111;
	
}
.statbox a{
	color: #fff;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px 1% 8px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    border-right: 1px solid #d9705c;
    width: 20%;
}
.statbox a:last-child{
	border-right:none;
}

.statbox a i{
	font-size: 16px;
    margin-bottom: 6px;
}

.statbox{}



a.dragon-link { font-weight:bold;}
.brb{
	position: relative;
}
.brb:after{
	content: "";
    width: 120px;
    display: inline-block;
    height: 4px;
    background: red;
    position: absolute;
    left: calc(50% - 60px);
    bottom: -16px;
}




@media (min-width: 560px){
.statbox{ display:none;}
}


