@font-face {
    font-family: 'Catamaran';
}
* {
    box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family: 'Catamaran', Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    color: #515151;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
input,
textarea {
    border: 1px solid #999;
    padding: 0 5px 0 10px;
    outline: none;
    transition: 0.8s all;
    font-size: 14px;
    line-height: 32px;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #fff;
}
input:focus,
textarea:focus {
    border-color: #0086e3;
    box-shadow: inset 0 0 0 1px #0086e3;
}
textarea {
    margin: 15px 0;
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    resize: none;
}
.hidden{
    display:none;
}
.invalid{
    border-color:red;
    background: red;
}
/* General Styles */
a {
    text-decoration: none;
    transition: 0.4s all;
}
img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}
img:hover {
    transform: rotate(360);
}
ul {
    list-style: none;
}
p {
    margin: 0 0 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}
h1 {
}
h2 {
    margin: 0 0 30px;
    font-wegiht: 400;
    font-size: 32px;
    line-height: 38px;
}
h3 {
    margin: 0 0 30px;
    font-weight: 600;
    font-size: 28px;
    line-height: 2rem;
}
p {
    font-size: 21px;
    line-height: 28px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.btn {
    background: #333;
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
    padding: 14px 30px;
    color: #fff;
    overflow: hidden;
}
.btn.red {
    background: #da2e0b;
    color: #fff;
}

.products-information p {color:white; margin-top:15px; font-size: 14px !important; line-height: 22px !important; margin-bottom:0; position:relative; padding-left:45px;}

.products-information #delivery:before, .products-information #payment:before {

    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 35px;
    width: 36px;
    background: url(../images/sprite_order_icons.png) top center no-repeat;
}

.products-information #payment:before {
    background: url(../images/sprite_order_icons.png) 0 -35px no-repeat;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {

	   font-size:14px;
    background: #ecf9ff;
    border-top:none !important;
    padding: 8px 10px 0px;
}

.panel-group .panel-footer {display: none;}
.btn.icon {
    position: relative;
    padding: 0;
    background: none;
    transition: 0.4s all;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.btn.icon:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.btn.icon strong {
    position: relative;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
    border: 1px solid #a01b00;
    border-right: 0;
    display: inline-block;
    padding: 14px 15px 14px 50px;
    background: #da2e0b;
}
.btn.icon strong:before {
    position: absolute;
    top: 15px;
    left: 15px;
    content: '';
    width: 21px;
    height: 19px;
    background: url('../images/icon_cart.png') no-repeat;
}
.btn.icon strong span {
    border: 0;
    padding: 0;
    background: none;
    color: #fff;
}
.btn.icon span {
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    display: inline-block;
    padding: 14px 15px;
    background: #fff;
    color: #da2e0b;
}
.btn.icon span {
    border: 1px solid #cdcdcd;
    border-right: 6px solid #da2e0b;
    border-left: 0;
}
.btn.icon span span {
    border: 0;
    padding: 0;
}
/* Sizes */
.fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}
.fs22 {
    font-size: 22px;
}
.italic {
    font-style: italic;
}
.normal {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
.bolder {
    font-weight: 900;
}
/* Colors */
.light-blue-text {
    color: #34c1ef;
}
.dark-blue-text {
    color: #06045d;
}
.ocean-blue-text {
    color: #416f7c;
}
.white-text {
    color: #fff !important;
}
.light-gray-text {
    color: #999;
}
.yellow-text {
    color: #fac917;
}
.red-text {
    color: #d6291a;
}
/* End Colors */
.vertical-center {
    align-self: center;
    justify-self: center;
}
.coolbox-name {
    
}
.coolbox-name sup {
    vertical-align: super;
    font-size: 16px;
}
header {
    position: relative;
    width: 100%;
    z-index: 999;
}
header nav {
    padding: 0;
    background: #fff;
}
header .container {
    padding: 0 10px;
}
header #Logo {
    margin: 10px 0;
    float: left;
    vertical-align: middle;
    width: 224px;
    height: 40px;
    background: url('../images/logo_coolbox.png')
}
header #Logo a {
    display: block;
    height: 100%;
    width: 100%;
}
.wrapper header div.container {
    overflow: hidden;
    padding: 0 10px;
}
header nav ul {
    padding: 10px 0;
    float: right;
    width: calc(100% - 250px);
    column-gap: 0;
    min-height: 60px;
    z-index: 9999;
}
header nav.fixed {
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 9000;
}
header nav ul li {
    display: inline-block;
    vertical-align: middle;
}
header nav ul li a {
    border-radius: 32px;
    padding: 10px 15px;
    text-align: center;
    display: block;
    height: 100%;
    font-size: 18px;
    color: #075771;
}
header nav ul li a.active,
header nav ul li a:hover {
    background: #f5f5f5;
    color: #999;
}
header .btn.red {
    border: 0;
    padding: 0;
    background: none;
}
header .btn.red a {
    padding: 10px 15px;
    border-radius: 32px;
    display: block;
    background: #da2e0b;
    color: #fff;
    height: auto;
}
header #nav-mobile {
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 6px;
    right: 10px;
    border: 1px solid #075771;
    padding: 10px;
    height: 49px;
    width: 49px;
    content: "";
    cursor: pointer;
    z-index: 9999;
}
#nav-mobile:before {
    position: absolute;
    top: 14px;
    left: 13px;
    width: 22px;
    height: 2px;
    content: "";
    background: #075771;
    box-shadow: 0 9px 0 #075771, 0 18px 0 #075771;
    transition: 0.4s all;
}
header #nav-mobile.open {
    border-color: #999;
}
#nav-mobile.open:after {
    position: absolute;
    background: #999;
    height: 30px;
    left: 23px;
    top: 9px;
    width: 2px;
    content: "";
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-mobile.open:before {
    background: #999;
    height: 30px;
    left: 23px;
    top: 9px;
    width: 2px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-shadow: none;
}
header #nav-mobile {
    display: none;
}
.wrapper {
    display: grid;
    justify-content: center;
    height: 100%;
}
.wrapper .container {
    margin: 0 auto;
    padding: 40px 20px;
    width: 100%;
    max-width: 1160px;
}
header {
    background: url('../images/header_bckgr.jpg') no-repeat;
    background-position: center;
}
header .text-and-image {
    overflow: hidden;
}
header .text-and-image .text {
    grid-row: 1;
    grid-column-start: 1;
    position: relative;
    padding: 0 60px 0 0;
    display: grid;
}
header .text-and-image .image {
    grid-row: 1;
    display: grid;
}
.warning-box {
    margin: 0 auto;
    padding: 12px 15px;
    max-width: 420px;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    background: #f2e012;
}
header .text-and-image {
    min-height: 600px;
}
p {
    font-size: 16px;
}
/* Grid Order */
header {
    order: 0;
}
#overview {
    order: 1;
}
#video {
    order: 2;
}
#features {
    order: 3;
}
#how-to-use {
    order: 4;
}
#review-1 {
    order: 5;
}
#review-2 {
    order: 6;
}
#faq {
    order: 7;
}
#order-section {
    order: 8;
}
footer {
    order: 9;
}
/* Grid Order */
.overview-list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}
.overview-list li {
    margin: 0 20px;
    padding: 110px 0 0;
    position: relative;
    font-size: 30px;
    text-align: center;
    min-width: 120px;
}
.overview-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 120px;
    height: 90px;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    background: #34c1ef;
}
.overview-list li:after {
    position: absolute;
    top: 8px;
    left: 1px;
    right: 0;
    margin: 0 auto;
    content: '';
    width: 100px;
    height: 70px;
    border-top-left-radius: 32px;
    border-bottom-right-radius: 32px;
    border: 1px solid #fff;
    background: #34c1ef url('../images/sprite_features.png') top center no-repeat;
}
.overview-list li + li:after {
    background-position: center -70px;
}
.overview-list li + li + li:after {
    background-position: center -140px;
}
#features .grid-container {
    grid-column-gap: 40px;
}
.features-list h3 {
    margin: 0 0 20px;
    position: relative;
    min-height: 40px;
    line-height: 40px;
    color: #06045d;
    font-size: 24px;
    font-weight: 700;
}
.features-list h3:before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    content: '';
    width: 42px;
    height: 40px;
    background: url('../images/sprite_features_list.png') no-repeat;
}
.features-list p {
    font-size: 19px;
}
.section-blue {
    position: relative;
    padding: 100px 0 0;
    background: #1c4b8c;
}
.section-blue h3 {
    margin: 10px auto 20px;
    max-width: 230px;
}
#curveDownColor {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
}
#curveDownColor path {
    fill: #fff;
    stroke: #fff;
}
.item01 h3:before {
    background-position: 0 -40px;
}
.item1 h3:before {
    background-position: 0 -80px;
}
.item3 h3:before {
    background-position: 0 -160px;
}
.item4 h3:before {
    background-position: 0 -240px;
}
.item5 h3:before {
    background-position: 0 -200px;
}
.item6 h3:before {
    background-position: 0 -120px;  
}
.item7 h3:before {
    background-position: 0 -280px;  
}
.item2 {
    grid-row: span 4 / 4;
    grid-row-start: 2;
}
#video {
    background: #0d1d40;
}
#video iframe {
    border: 4px solid #0a1733;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    max-width: 700px;
    max-height: 400px;
    height: 100%;
}
#video .btn {
    margin: 30px 0 0;
}
.step-counter.rounded li img {
    border: 3px solid #fff;
    border-radius: 100%;
}
.step-counter li {
    position: relative;
    counter-increment: step-counter;
    font-size: 24px;
    line-height: 32px;
}
.step-counter li div {
    margin: 0 auto;
    max-width: 236px;
}
.step-counter li div:before {
    position: absolute;
    top: 5px;
    right: 18%;
    width: 44px;
    height: 44px;
    content: counter(step-counter);
    font-size: 42px;
    text-align: center;
    line-height: 42px;
    background: #2775f6;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
}
.step-counter h3 {
    font-size: 20px;
    font-weight: 400;
}
.review.colored .text {
    background: #416f7c;
}
.review .grid-container {
    column-gap: 0;
}
.review .text-and-image {
    padding: 0;
}
.review .text-and-image.left-image .text {
    order: 2;
}
.review.climate .image {
    background: url('../images/img_2.jpg') no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
.review .text {
    padding: 40px 16% 0;
}
.review .rating {
    margin: 15px 0 15px;
}
.review blockquote {
    position: relative;
    margin: 0 0 40px;
    font-size: 16px;
    line-height: 26px;
    color: #2e2f2f;
}
.review blockquote:first-letter {
    display: inline-block;
}
.review blockquote:before {
    margin: 0 5px 0 0;
    display: inline-block;
    content: "“";
    font-size: 48px;
    line-height: 12px;
    vertical-align: bottom;
}
.review blockquote:after {
    display: inline-block;
    content: "”";
    font-size: 48px;
    line-height: 0px;
    vertical-align: bottom;
}
.review p {
    font-size: 16px;
    line-height: 26px;
}
.review .text-and-image .text {
    display: grid;
}
.review.inovative .image {
    background: url('../images/img_3.jpg') no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
.review.climate .image {
    background-position: top center;
}
.rating li {
    display: inline-block;
    font-size: 24px;
    color: #fac917;
}
.rating li:last-child {
    color: #000;
}
.half-star {
    background: linear-gradient(to right, #fac917 50%, #000 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.review mark {
    font-style: normal;
    background: none;
}
.reviewer-name,
.reviewer-job {
    display: block;
}
.reviewer-name {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 19px;
}
.reviewer-name:before {
    margin: 0 5px 0 0;
    display: inline-block;
    content: "-";
    font-size: 19px;
}
.reviewer-job {
    padding: 0 0 0 11px;
    font-size: 16px;
    font-weight: 400;
}
.author-verification {
    position: relative;
    margin: 10px 0 0;
    padding: 0 0 0 35px;
    display: block;
    line-height: 27px;
    color: #8c8282;
}
.author-verification:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 25px;
    height: 25px;
    background: #6ac259;
    border-radius: 100%;
}
.author-verification:after {
    position: absolute;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    height: 6px;
    left: 5px;
    top: 6px;
    content: "";
    width: 12px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
/* FAQ with Icons */
#faq {
    background: #f4f4f4;
}
#faq .with-icons li {
    margin: 0 0 20px;
    padding: 140px 0 0;
    position: relative;
    display: grid;
}
#faq .with-icons .icon {
    margin: 0 auto;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    width: 115px;
    height: 115px;
    background: #325c97 url('../images/sprite_faq.png') no-repeat;
}
#faq .with-icons li + li .icon {
    background-position: 0 -115px;
}
#faq .with-icons li + li + li .icon {
    background-position: 0 -230px;
}
#faq .with-icons li + li + li + li .icon {
    background-position: 0 -345px;
}
#faq .with-icons h3 {
    line-height: 24px;
    font-size: 24px;
    color: #000;
}
#faq .with-icons li .bold {
    font-size: 20px;
    color: #325c97;
}
/* Accordion CSS */
.accordion-list li {
    margin: 0 0 10px;
}
.accordion-list li h3 {
    position: relative;
    border: 1px solid #ccc;
    margin: 0;
    padding: 12px 40px 12px 15px;
    cursor: pointer;
    color: #34c1ef;
}
.accordion-list li h3:before {
    position: absolute;
    content: '';
    border-right: 2px solid #7b7b7b;
    border-top: 2px solid #7b7b7b;
    height: 6px;
    right: 20px;
    top: 24px;
    width: 6px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: 0.4s all;
}
.accordion-list li.active h3:before {
    position: absolute;
    content: '';
    border-right: 2px solid #7b7b7b;
    border-top: 2px solid #7b7b7b;
    height: 6px;
    right: 20px;
    top: 24px;
    width: 6px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion-list li .accordion-body {
    padding: 15px;
    display: none;
    border: 1px solid #ccc;
    border-top: 0;
    background: #f5f5f5;
}
.accordion-list li.active .accordion-body {
    display: block;
}
.video-player {
    margin: 0 auto;
    position: relative;
    border: 5px solid #0a1733;
    max-width: 700px;
    max-height: 400px;
    padding: 0 0 35%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    background: #000;
}

/*.video-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}*/

.video-player img:hover {
    -webkit-filter: brightness(75%);
}

.video-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}
#order-section {
    background: #fbfcfe url("../images/bckgr_ordernow.jpg") center bottom no-repeat;
}
#order-section .text-center {
    order: 1;
}
#order-section .image {
    order: 2;
}
#order-section #old-price {
    display: inline-block;
    padding: 10px 30px;
    font-size: 40px;
    font-weight: 400;
    background: #ffc821;
    color: #000;
    text-decoration: line-through;
}
#order-section #new-price {
    margin: 15px 0;
    display: block;
    font-size: 100px;
    color: #325c97;
}
#order-section {
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
#order-section .text-center {
    display: grid;
}
#order-section .btn {
    border-radius: 32px;
    font-size: 36px;
}
footer {
    background: #1d1d1d;
}
.wrapper footer .container {
    padding: 0;
    overflow: hidden;
}
footer #copyright {
    margin: 8px 0 0;
    float: left;
    font-size: 12px;
    color: #ccc;
}
footer ul {
    margin: 15px 0;
    float: right;
    max-width: 65%;
}
footer ul li {
    padding: 0 5px;
    border-right: 1px solid #fff;
    display: inline-block;
    text-transform: uppercase;
}
footer ul li:last-child {
    border: 0;
}
footer ul li a {
    color: #fff;
    transition: 0.4s all;
}
footer ul li a.active {
    color: #666;
}
footer ul li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}
.inner-page .wrapper {
    background: none;
    display: block;
}
.inner-page nav ul li a.active {
    background: none;
    color: #075771;
}
.inner-page .wrapper .container {
    padding: 0 10px 2px;
}
.inner-page header .btn.red a {
    line-height: 18px;
}
.inner-page nav ul li.btn 
.inner-page.order-page .btn-information {
    display: none;
}
.orderPage {
    padding: 20px 0;
    background: #1c4b8c;
}
.orderPage header nav ul li.btn {
    display: none;
}
/* Lazy Frame*/
.lazyframe {
    position: relative;
    background-color: currentColor;
    background-repeat: no-repeat;
    background-size: cover
}

.lazyframe__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 17px;
    z-index: 3
}

.lazyframe__title:after {
    z-index: -1
}

.lazyframe:hover {
    cursor: pointer
}

.lazyframe:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%
}

.lazyframe[data-ratio="16:9"]:before {
    padding-top: 56.25%
}

.lazyframe[data-ratio="4:3"]:before {
    padding-top: 75%
}

.lazyframe[data-ratio="1:1"]:before {
    padding-top: 100%
}

.lazyframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%
}

.lazyframe[data-vendor="youtube"],
.lazyframe[data-vendor="youtube_nocookie"] {
    border: 4px solid #0a1733;
    margin: 0 auto;
    max-width: 700px;
    max-height: 400px;
    font-family: Roboto, Arial, Helvetica, sans-serif
}

.lazyframe[data-vendor="youtube"] .lazyframe__title,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title {
    color: #eee;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 2px;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.1s cubic-bezier(0.4, 0, 1, 1)
}

.lazyframe[data-vendor="youtube"] .lazyframe__title:hover,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:hover {
    color: #fff
}

.lazyframe[data-vendor="youtube"] .lazyframe__title:before,
.lazyframe[data-vendor="youtube_nocookie"] .lazyframe__title:before {
    content: '';
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.2), transparent);
    height: 98px;
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-tap-highlight-color: transparent
}

.lazyframe[data-vendor="youtube"]:before,
.lazyframe[data-vendor="youtube_nocookie"]:before {
    padding-top: 56.25%
}

.lazyframe[data-vendor="youtube"][data-ratio="16:9"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="16:9"]:before {
    padding-top: 56.25%
}

.lazyframe[data-vendor="youtube"][data-ratio="4:3"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="4:3"]:before {
    padding-top: 75%
}

.lazyframe[data-vendor="youtube"][data-ratio="1:1"]:before,
.lazyframe[data-vendor="youtube_nocookie"][data-ratio="1:1"]:before {
    padding-top: 100%
}

.lazyframe[data-vendor="youtube"]:after,
.lazyframe[data-vendor="youtube_nocookie"]:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjIzFmMWYxZiIvPjxwYXRoIGQ9Ik0yMDMuMiAzNDRWMTg1LjVMMzQ4IDI2NC44IDIwMy4yIDM0NHoiIGZpbGw9IiNGRUZERkQiLz48L3N2Zz4=");
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .81;
    border: none;
    z-index: 4
}

.lazyframe[data-vendor="youtube"]:hover:after,
.lazyframe[data-vendor="youtube_nocookie"]:hover:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjU1LjcgNDQ2LjNjLTUzLjMuMy0xMDYuNi0uNC0xNTkuOC0zLjMtMTcuNC0xLTM0LjctMi41LTUwLjQtMTFDMzUgNDI2LjMgMjcgNDE4LjQgMjIgNDA3LjIgMTMuMiAzODguNiAxMC41IDM2OSA5IDM0OWMtMy40LTQxLjMtMy42LTgyLjYtMS44LTEyMy44IDEtMjIgMS42LTQ0IDYuOC02NS41IDItOC40IDUtMTYuNiA4LjgtMjQuNEMzMiAxMTcgNDggMTA4IDY3LjMgMTA0YzE2LjItMyAzMi44LTMgNDkuMy0zLjcgNTYtMi4zIDExMi0zLjUgMTY4LTMgNDMgLjYgODYuMiAxLjcgMTI5LjMgNCAxMy4yLjYgMjYuNi44IDM5LjMgNS41IDE3LjIgNi40IDMwIDE3LjIgMzcgMzQuNyA2LjYgMTYuOCA5LjIgMzQuMiAxMC42IDUyIDMuOCA0OC43IDQgOTcuMy43IDE0Ni0xIDE2LjMtMi4yIDMyLjctNi41IDQ4LjgtOS43IDM3LTMyLjggNTEuNS02Ni43IDUzLjgtMzYuMiAyLjUtNzIuNSAzLjgtMTA4LjggNC4zLTIxLjMuMi00Mi43IDAtNjQgMHpNMjAzLjIgMzQ0TDM0OCAyNjQuN2wtMTQ0LjgtNzkuM1YzNDR6IiBmaWxsPSIjREQyQzI4Ii8+PHBhdGggZD0iTTIwMy4yIDM0NFYxODUuNUwzNDggMjY0LjggMjAzLjIgMzQ0eiIgZmlsbD0iI0ZFRkRGRCIvPjwvc3ZnPg==");
    opacity: 1
}
/* Information Panel */
#information-panel {
    position: relative;
    z-index: 10000;
}
.btn-information {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 60px;
    height: 60px;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #fff;
    box-shadow: 0 2px 10px 0 #d81841;
    background: #f52451;
    border-radius: 12px;
}
.btn-information:hover {
    background: #d81841;
}
#information-container {
    display: none;
    font-family: 'Lato',Arial, sans-serif;
}
#information-container.open {
    position: fixed;
    top: 0;
    left: 0;
    width: 460px;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    background: #f5f5f5;
    box-shadow: 0 0 30px 0 #ccc;
    z-index: 9999;
    display: block;
}
#information-container #information-title-contacts {
    padding: 25px 60px 25px 25px;
    background: #fff;
}
#information-container #information-title {
    padding: 25px 60px 10px 25px;
    background: #fff;
}
#information-container #information-title h5,
#information-container #information-title-contacts h5 {
    font-size: 30px;
    line-height: 30px;
    color: #d81841;
}
#btn-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #d81841;
}
#btn-close:hover {
    background: #d81841;
}
#btn-close:before {
    position: absolute;
    background: #fff;
    height: 30px;
    left: 18px;
    top: 4px;
    width: 2px;
    content: "";
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#btn-close:after {
    position: absolute;
    background: #fff;
    height: 30px;
    left: 18px;
    top: 4px;
    width: 2px;
    content: "";
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#information-panel .panel {
    border-bottom: 1px solid #ccc;
    padding: 0 25px;
    display: none;
    transition: 1s all;
}
#information-panel .tabcontent {
    display: none !important;
    padding: 0 25px;
}
#information-panel .tabcontent.active {
    display: block !important;
}
#information-panel .main-accordion-btn {
    width: 50%;
    float: left;
    position: relative;
    padding: 0 25px;
    line-height: 42px;
    min-height: 42px;
    color: #d81841;
}
#information-panel .main-accordion-btn:first-child {
    border-right: 1px solid #ccc;
    line-height: 41px;
    min-height: 41px;
}
#information-panel .main-accordion-btn.active:first-child {
    border: 0;
    line-height: 42px;
    min-height: 42px;
}
#information-panel .main-accordion-btn:last-child {
    line-height: 41px;
    min-height: 41px;
    border-bottom: 1px solid #ccc;
}
#information-panel .main-accordion-btn.active:last-child {
    border: 0;
}
#information-panel .main-accordion-btn:hover {
    background: #bd000e;;
    color: #fff;
}
#information-panel .main-accordion-btn:hover span.arrow:before {
    border-top-color: #fff;
    border-right-color: #fff;
} 
#information-panel .main-accordion-btn.active {
    background: #d81841;
    color: #fff;
}
#information-panel .main-accordion-btn span.icon {
    position: absolute;
    top: 2px;
    right: 25px;
    width: 24px;
    height: 24px;
}
#information-panel .main-accordion-btn.active span.arrow:before {
    top: 16px;
    border-color: #fff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
#information-panel .main-accordion-btn span.arrow:before {
    position: absolute;
    content: "";
    border-right: 2px solid #d81841;
    border-top: 2px solid #d81841;
    height: 6px;
    width: 6px;
    top: 12px;
    right: 0;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: 0.6s all;
}
#information-nav {
    overflow: hidden;
}
/* Sub Accordion */
#faq-information {
    overflow-y: scroll;
}
#faq-information table {
    margin: 20px 0 0;
    border: 1px solid #d5d5d5;
    width: 100%;
}
#faq-information table tr {
    border-bottom: 1px solid #d5d5d5;
    display: block;
    width: 100%;
    overflow: hidden;
}
#faq-information table tr:last-child {
    border: 0;
}
#faq-information table tr th {
    padding: 5px 3px;
}
#faq-information table tr td {
    padding: 3px;
    vertical-align: top;
    text-align: left;
    float: left;
    width: 100%;
}
#faq-information table tr td.maxWidthZero {
    max-width: none !important;
}
#faq-information table tr td:first-child {
    max-width: 50%;
}
#faq-information table tr td:nth-child(2),
#faq-information table tr td:nth-child(3) {
    width: 100%;
    max-width: 25%;
}
.important-box {
    border: 2px solid #fec848;
    padding: 0 0 10px;
    margin: 20px 0 0;
    font-size: 12px;
    background: #fdebc1;
}
.important-box h4 {
    margin: 0 0 10px;
    padding: 5px 0;
    font-size: 14px;
    text-transform: uppercase;
    background: #fec848;
}
.important-box p {
    margin: 0;
    padding: 0 10px 10px;
    font-size: 12px;
    line-height: 16px;
}
.important-box p:last-child {
    padding: 0 10px;
}
#faq-information ul {
    margin: 20px 0 0;
}
#faq-information ul li:first-child {
    font-size: 14px;
}
#faq-information ul li {
    font-size: 12px;
    line-height: 20px;
}
#faq-information .other-specifications p.fs14 {
    margin: 20px 0 0;
    font-size: 14px;
}
#faq-information .other-specifications p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
}
#contactForm {
    margin: 0 0 20px;
}
#contacts-form {
    overflow-y: srcoll;
    width: 100%;
}
#faq-information,
#contacts-form {
    border: 0;
    text-align: left;
    overflow-y: srcoll;
    max-height: 755px;
}
#contacts-form h5 {
    margin: 20px 0 15px;
    font-size: 24px;
}
#contacts-form p {
    margin: 0 0 15px;
}
#faq-panel #faq-information .panel-item:last-child .accordion {
    border: 0;
}
.panel-item .accordion {
    border-bottom: 1px solid #e9e9e9;
    display: block;
    position: relative;
    padding: 0;
    line-height: 36px;
    min-height: 36px;
    font-size: 15px;
    color: #777;
}
.panel-item .accordion:hover {
    color: #088180;
}
.panel-item .accordion.active {
    color: #088180;
}
.panel-item .accordion span.icon {
    position: absolute;
    top: 2px;
    right: 25px;
    width: 24px;
    height: 24px;
}
.panel-item .accordion.active span.arrow:before {
    border-color: #fff;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.panel-item .accordion span.arrow:before {
    position: absolute;
    content: "";
    border-right: 2px solid #ff6ba7;
    border-top: 2px solid #ff6ba7;
    height: 6px;
    width: 6px;
    top: 12px;
    right: 0;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: 0.6s all;
}
.panel-item .panel {
    border-bottom: 1px solid #ccc;
    padding: 15px;
    line-height: 26px;
}
#faq-information {
    padding: 0 25px 0;
}
#contacts-form {
    padding: 25px 25px 25px 25px;
    overflow-y: scroll;
}
#contacts-form .form-group input,
#contacts-form .form-group textarea {
    margin: 0 0 15px;
    padding: 0 10px;
    width: 100%;
    background: #fff;
    border: 0;
    line-height: 36px;
    height: 36px;
    border: 1px solid #ccc;
    transition: 0.6s all;
}
#contacts-form .form-group input:focus,
#contacts-form .form-group textarea:focus {
    outline: none;
} 
#contacts-form .form-group.error input,
#contacts-form .form-group.error textarea {
    border-color: red;
    outline: none;
}
#contacts-form .form-group textarea {
    margin: 0;
    min-height: 120px;
    resize: none;
}
#contacts-form .btn {
    border: 0;
    background: #d81841;
    cursor: pointer;
}
#contacts-form .btn:hover {
    background: #d81841;
}
#send-mail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 25px;
    background: #fff;
}
#send-mail p {
    margin: 0;
}
/* Custome Inputs */
.contactPrivacy {
    height: 0;
    width: 0;
    opacity: 0.0001;
    border: 0;
    margin: -10px 0 0;
    padding: 0;
    line-height: 0px;
}
#contactTermsHolder.invalid {
    background: none !important;
}
#contactTermsHolder.invalid .contact-label:before {
    border-color: red;
}
#contactTermsHolder.invalid .contact-label p {
    color: red;
}
#contactTermsHolder.invalid .contact-label p a {
    border: 1px solid #b20210;
    color: red;
}
#contactTermsHolder {
    border-top: 1px solid #ccc;
    position: relative;
    margin: 6px 0 0;
    padding: 0 20px;
}

.contact-label {
    display: block;
    position: relative;
    margin: 10px 0;
    padding-left: 35px;
    cursor: pointer;
}
.contact-label p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}
.contact-label p a {
    color: #d81841;
}
.contact-label:before,
.contact-label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.contact-label:before {
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #000;  
}

input:focus + .contact-label:before {
    border-color: #d81841;
}

.contact-label::after {
    opacity: 0;
    border-radius: 2px; border-right: 4px solid #d81841; border-top: 4px solid #d81841; height: 8px; left: 3px; top: 3px; width: 14px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: 0.4s;
}

input:checked + .contact-label::after {
    opacity: 1;
}
/* End of Information Panel */
@media screen and (max-width: 1023px) {

    .btn.icon {
        text-align: center;
        display: block;
    }
    .btn.icon strong {
        line-height: 44px;
        vertical-align: top;
        padding: 4px 10px 10px 50px;
        font-size: 26px;
    }
    .btn.icon strong {
        line-height: 20px;
        height: 65px;
        padding-top: 15px;
    }
    .btn.icon strong:before {
        top:20px;
        left: 18px;
    }
    .btn.icon strong span {
        display: block;
        min-height: 0;
        line-height: normal;
        height: auto;
    }
    .btn.icon span {
	height: 64px;
    vertical-align: top;
    font-size: 12px;
    line-height: 16px;
    padding: 16px 10px;
    }
    .btn.icon span span {
        display: block;
        padding: 0;
        min-height: 0;
        font-weight: 900;
        height: auto;
    }
    header #nav-mobile {
        display: block;
    }
    header nav ul {
        border-top: 1px solid #d8d8d8;
        padding: 0;
        display: none;
        position: absolute;
        top: 60px;
        width: 100%;
        background: #fff;
        left: 0;
    }
    header nav ul li {
        margin: 0 auto;
        display: block;
        border-bottom: 1px solid #d8d8d8;
    }
    header nav ul li a {
        border-radius: 0;
    }
    header .btn.red {
        display: block;
        text-align: center;
        background: #333;
        border-bottom: 1px solid #ccc;
    }
    header .btn.red a {
        margin: 10px 0;
        display: inline-block;
    }
    .header-product {
        margin: 20px -50px 20px 0;
        display: block;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
}
@media (min-width: 800px) and (max-width: 1023px) {
    .btn.icon {
        text-align: left;
    }
}
@media screen and (max-width: 800px) {
    h2 {
        word-wrap: break-word;
        word-break: break-word;
        font-size: 24px;
        line-height: 30px;
    }
    h3 {
        font-size: 18px;
        line-height: 26px;
    }
    header {
        /*background: rgb(3,66,115);
        background: linear-gradient(56deg, rgba(3,66,115,1) 0%, rgba(33,122,191,1) 100%);*/
        background-position-x: -270px;
        background-size: cover;
    }
    header #nav-mobile {
        display: block;
    }
    .wrapper .container {
        padding: 20px 10px;
    }
    header .text-and-image .image {
        grid-auto-rows: auto;
        grid-row: unset;
        order: 1;
        -webkit-order: 1;
    }
    header .text-and-image .text {
        grid-row: unset;
        padding: 0;
        order: 2;
        -webkit-order: 2;
    }
/*    header p {
        color: #fff;
    }*/

    .vertical-center .light-blue-text {
    	font-size:24px;
    	line-height: 32px;
    	color: #21045d;
    }

    .vertical-center p {margin-bottom:0;}
    .header-text {

    background-color: #ffffff7a;
    padding: 10px;
    border-radius: 10px;
    margin-bottom:20px;
    }
    header .grid-item h2 {
        margin: 0 0 10px;
    }
    header .grid-item h3 {
        margin: 0 0 10px;
    }
/*    header .grid-item h3 {
        color: #b1d6f2;
    }*/
    .wrapper-grid {
        display: grid;
        display: -webkit-grid;
    }
    .overview-list li {
        min-width: 0;
        background-position-y: 3px;
    }
    .overview-list li + li:after {
        background-position: center 50%;
    }
    .overview-list li + li + li:after {
        background-position: center bottom;
    }
    #features .grid-container {
        grid-column-gap: 0;
        grid-row-gap: 30px;
    }
    #features .grid-container h3 {
        font-size: 16px;
    }
    #features .grid-container p {
        margin: 0;
        font-size: 14px !important;
        line-height: 24px;
    }
/*    .grid-item {
        grid-column-end: span 12;
        grid-column-start: 1;
        grid-row: unset;
    }*/
    .grid-item h3 {
        margin: 0;
    }
    .overview-list,
    .overview-list li {
        display: block;
        width: 100%;
    }
    .overview-list li {
        margin: 0;
        padding: 80px 0 0;
        font-size: 1rem;
    }
    .overview-list li::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        content: '';
        width: 120px;
        height: 70px;
        border-top-left-radius: 16px;
        border-bottom-right-radius: 16px;
        background: #34c1ef;
        max-width: 100%;
    }
    .overview-list li::after {
        position: absolute;
        top: 8px;
        left: 1px;
        right: 0;
        margin: 0 auto;
        content: '';
        width: 100px;
        height: 50px;
        border-top-left-radius: 16px;
        border-bottom-right-radius: 16px;
        border: 1px solid #fff;
        background: #34c1ef url('../images/sprite_features.png') top center no-repeat;
        background-position-x: center;
        background-position-y: top;
        background-size: auto;
        background-size: 70px auto;
        max-width: calc(100% - 20px);
    }
    .overview-list li + li + li::after {
        background-position: center bottom;
    }
    .video-player {
        min-height: auto;
        padding: 0 0 50%;
    }
    .warning-box {
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    }
    #faq ul.four-cols,
    #faq ul.three-cols {
        display: block;
    }
    #faq ul li {
        margin: 0 0 30px;
    }
    #faq ul li h3 {
        margin: 0 0 10px;
    }
    #review-1 .text {
        order: 2;
    }
    #review-1 .image {
        order: 1;
    }
    #review-2 .text {
        order: 2;
    }
    #review-2 .image {
        order: 1;
    }
    .review .text {
        padding: 40px 20px;
    }
    .step-counter h3 {
        margin: 10px auto 20px;
        max-width: 100%;
    }
    #order-section .text-center {
        order: 2;
    }
    #order-section .image {
        order: 1;
    }
    #order-section #old-price {
        font-size: 32px;
    }
    #order-section #new-price {
        font-size: 62px;
    }
    #order-section .btn {
        font-size: 20px;
    }
    footer {
        padding: 0 0 100px;
    }
    footer #copyright,
    footer ul {
        max-width: 100%;
        width: 100%;
        float: none;
        text-align: center;
    }
    .orderPage {
        column-gap: 20px;
        row-gap: 20px;
    }
    .inner-page .btn-information {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .item2 {
        grid-row: 5;
    }
}
@media screen and (max-width: 420px) {
    .step-counter li.col-xs-6 {
        grid-column-end: span 12;  
    }
}