/*
* Context
 */
html {
    scroll-behavior: smooth;
}
a:focus,
button:focus {
    outline: none !important;
}
button::-moz-focus-inner {
    border: 0;
}
*:focus {
    outline: none;
}
::placeholder {
    color: #333333;
    opacity: 0.6;
}
blockquote {
    padding: 0;
    margin: 0;
}
input,
button,
select,
textarea {
    outline: none;
    background-color: transparent;
    border: none;
}
label {
    margin-bottom: 0;
}
p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;
}
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li {
    display: block;
}
ul.green-list-disc {
    list-style-type: disc;
}
ul.green-list-disc li {
    display: list-item;
    margin-left: 16px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.09px;
}
ul.green-list-disc li::marker {
    color: #0DC55B;
}
ul.check-list li {
    padding-bottom: 20px;
    display: flex;
}
ul.check-list-pb-16 li {
    padding-bottom: 16px;
}
ul.check-list li:before {
    font-family: 'Material Icons';
    content: "check_circle_outline";
    font-size: 24px;
    font-weight: 400;
    color: #0DC55B;
    margin-right: 12px;
}
.check-list ul li:last-child {
    padding-bottom: 0;
}
dl {
    margin: 0;
}
dt,
dd {
    line-height: inherit;
}
dt {
    font-weight: inherit;
}
dd {
    margin-bottom: 0;
}
cite {
    font-style: normal;
}
form {
    margin-bottom: 0;
}
blockquote {
    padding-left: 0;
    border-left: 0;
}
address {
    margin-top: 0;
    margin-bottom: 0;
}
figure {
    margin-bottom: 0;
}
html a,
.text-hint {
    color: #0089FF;
    background-color: transparent;
    cursor: pointer;
}
html a:hover,
html p a:hover {
    color: #0089FF;
    text-decoration: none;
}
html a.text-underline:hover {
    text-decoration: underline;
}
.link-white-underline a,
a.link-white-underline {
    color: #FFFFFF;
    text-decoration: underline;
}
hr {
    border-top: 1px solid #0C3260;
    opacity: 0.31;
}
video {
    width: 100%;
    max-height: 100%;
}
.gray-blue-bg {
    background-color: #244670;
}
.light-blue-bg {
    background-color: #F4F9FF;
}
.dark-blue-bg {
    background-color: #0C3260;
}
.round-large {
    border-radius: 20px;
}
.w-350 {
    max-width: 350px;
}
.w-380 {
    max-width: 380px;
}
.w-410 {
    max-width: 410px;
}
.w-540 {
    max-width: 540px;
}
.w-650 {
    max-width: 650px;
}
.w-730 {
    max-width: 730px;
}
.w-920 {
    max-width: 920px;
}
@media (min-width: 768px) {
    .w-md-350 {
        max-width: 350px;
    }
    .w-md-475 {
        max-width: 475px;
    }
}
@media (min-width: 1310px) {
    .w-xxl-640 {
        min-width: 640px;
    }
}
.w-920 {
    max-width: 920px;
}
.lh-24 {
    line-height: 24px !important;
}
.lh-40 {
    line-height: 40px !important;
}
/*
* Typography
*/
body {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0;
    font-weight: 400;
    color: #333333;
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-family: Roboto;
}
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #0C3260;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .heading-1 a, .heading-2 a, .heading-3 a, .heading-4 a, .heading-5 a, .heading-6 a {
    color: inherit;
    font-weight: 700;
}
h1,
.heading-1 {
    font-size: 60px;
    line-height: 78px;
    letter-spacing: 0;
}
h2,
.heading-2 {
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 0;
}
@media (max-width: 767px) {
    h1,
    .heading-1 {
        font-size: 36px;
        line-height: 47px;
        letter-spacing: 0;
    }
    h2,
    .heading-2 {
        font-size: 36px;
        line-height: 47px;
        letter-spacing: 0;
    }
}
h3,
.heading-3 {
    font-size: 36px;
    line-height: 47px;
    letter-spacing: 0;
}
h4,
.heading-4 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;
}
h5,
.heading-5 {
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0;
}
h6,
.heading-6 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
h6.small,
.heading-6.small {
    font-weight: 700;
}
.heading-28 {
    font-size: 28px;
    line-height: 37px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #0C3260;
}
@media (max-width: 767px) {
    .heading-sm-4 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0;
    }

    .heading-sm-5 {
        font-size: 24px;
        line-height: 31px;
        letter-spacing: 0;
    }
}
.big {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.09px;
}
.bigger {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
}
.small {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;
}
.smaller {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07px;
}
@media (max-width: 767px) {
    .big-sm {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.09px;
    }
    .small-sm {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.08px;
    }
}
@media (max-width: 575px) {
    .big-xs {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.09px;
    }
    .small-xs {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.08px;
    }
    .smaller-xs {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.07px;
    }
}
.overline {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
    color: #0DC55B;
    font-weight: 700;
    text-transform: uppercase;
}
.overline-bigger {
    font-size: 28px;
    line-height: 37px;
    letter-spacing: 0;
    color: #0DC55B;
}
.text-blue {
    color: #0C3260;
}
.text-light-blue {
    color:#0089FF;
}
.text-dark-blue {
    color: #002858;
}
.text-default,
html a.text-default,
html a.text-default:hover {
    color: #333333
}
/*
* Navbar
 */
.nav-link {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;
    font-weight: 400;
    padding: 0 15px;
}
.nav-link:hover, .nav-link:focus {
    color: #FFFFFF;
}
.navbar-dark-blue {
    background-color: #0C3260;
}
.navbar-dark-blue .navbar-toggler {
    boder: none;
}
.navbar-dark-blue .navbar-toggler .navbar-toggler-icon {
    background: url(../images/icons/toggler.svg) no-repeat center center;
}
.navbar-dark-blue .navbar-toggler.collapsed .navbar-toggler-icon {
    background: url(../images/icons/toggler.svg) no-repeat center center;
}
.navbar-nav {
    margin-left: auto;
    margin-right: 40px;
}
.nav-contact {
    color: #FFFFFF;
    text-align: right;
}
.nav-contact .nav-phone-num {
    font-size: 18px;
    letter-spacing: 0.09px;
    margin-bottom: 8px;
}
.nav-contact .nav-phone-num a,
.nav-contact .nav-phone-num a:focus,
.nav-contact .nav-phone-num a:hover {
    color: #FFFFFF;
}
.nav-contact .material-icons {
    font-size: 40px;
}
.nav-contact .opening-hours {
    font-size: 13px;
    letter-spacing: 0;
}
@media (min-width: 992px) {
    .navbar {
        padding: 22px 0;
    }
    .navbar .container-fluid {
        max-width: 1600px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 10px;
    }
    .navbar .dropdown-menu {
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 6px;
        padding: 8px 0;
    }
    .navbar .dropdown-toggle::after {
        display: none;
    }
    .navbar .dropdown-item {
        color: #002858;
        font-size: 14px;
        line-height: 23px;
        font-weight: 700;
        letter-spacing: 0.07px;
        padding: 14px 16px;
    }
    .navbar .dropdown-item:hover, .dropdown-item:focus {
        background-color: #F4F9FF;
        color: #333333;
    }
}
.navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .nav-contact .material-icons {
        display: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 15px;
        padding-top: 10px;
    }
    .navbar-nav {
        margin-right: 12px;
    }

    .nav-contact .nav-phone-num {
        font-size: 14px;
        letter-spacing: 0.07px;
    }
}
@media (max-width: 991px) {
    .navbar {
        padding: 10px 16px;
    }
    .navbar.collapsed {
        position: fixed;
        width: 100%;
        z-index: 10000;
    }
    .navbar .navbar-collapse.show {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 60px;
        z-index: 1000;
    }
    .nav-contact {
        position: fixed;
        bottom: 0;
        background-color: #0C3260;
        width: 100%;
        text-align: left;
        padding: 16px 47px;
    }
    .nav-contact .nav-opening-hours {
        font-size: 10px;
        line-height: 9px;
    }
    .navbar-toggler {
        padding-right: 5px;
    }
    .collapsing {
        transition: none;
    }
    .navbar .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar.navbar-expand .navbar-brand {
        padding-bottom: 0;
        overflow: hidden;
        width: 26px;
    }
    .navbar .navbar-brand img {
        width: 117px;
        height: auto;
    }
    .navbar-expand-lg .navbar-collapse {
        margin-left: -16px;
        margin-right: -16px;
        background-color: #F4F9FF;
    }
    .navbar .dropdown-menu {
        padding: 0 58px;
        margin: 0;
        color: #0C3260;
        background: transparent;
        border: none;
        font-size: 14px;
        line-height: 40px;
    }
    .navbar .dropdown-item {
        padding: 0;
    }
    .navbar-nav {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-nav .nav-item:first-child {
        display: none;
    }
    .navbar-nav .nav-link {
        color: #0C3260;
        font-size: 16px;
        line-height: 40px;
        font-weight: 700;
        letter-spacing: 0.08px;
        padding: 0px 47px;
    }
    .menu-buy-button {
        padding: 0 47px;
    }

    .navbar .navbar-collapse.show {
        position: fixed;
        width: 100%;
        top: 60px;
        z-index: 1000;
    }

    .menu-buy-button .button {
        font-size: 16px;
        line-height: 26px;
        padding: 10px;
        min-width: 200px;
        max-width: 375px;
        width: 100%;
    }
}
.order-steps {
    margin-top: -8px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 154px;
}
.order-steps li {
    display: inline-block;
    text-align: center;
}
@media (max-width: 991px) {
    .order-steps {
        padding-right: 26px;
        margin-top: -16px;
    }

}
.order-steps li span,
.order-steps li.done a {
    font-size: 12px;
    letter-spacing: 0.12px;
    color: #8699b0;
    line-height: 28px;
}
.order-steps li span:after,
.order-steps li.done a:after {
    border-bottom: 4px solid #8699b0;
    border-radius: 5px;
    width: 128px;
    content: '';
    display: block;
    margin: 0 4px;
}
.order-steps li.active span {
    color: #FFFFFF;
}
.order-steps li.active span:after {
    border-color: #FFFFFF;
}
.order-steps li.done span:after,
.order-steps li.done a:after {
    border-color: #0DC55B;
}
@media (max-width: 991px) {
    .order-steps li span,
    .order-steps li.done a,
    .order-steps li.active span {
        opacity: 0;
        font-size: 0;
        line-height: 0;
    }
    .order-steps li span:after,
    .order-steps li.done a:after {
        width: 36px;

    }
}
/*
* Breadcrumb
 */
@media (min-width: 992px) {
    .breadcrumbbox {
        max-width: 992px;
        display: inline-block;
    }
}
.breadcrumb {
    padding: 28px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    color: #ffffff;
    font-size: 14px;
}
.breadcrumb a,
.breadcrumb a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.breadcrumb > li + li {
    margin-left: 20px;
}
.breadcrumb > li + li:before {
    position: absolute;
    margin-left: -16px;
    font-family: 'Material Icons';
    content: "keyboard_arrow_right";
    font-size: 16px;
    color: #F4F9FF;
    opacity: 0.5;
}
/*
* Customer menu
 */
.customer-menu {
    display: inline-block;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
    margin-right: 0;
    margin-top: 19px;
}
@media (max-width: 991px) {
    .customer-menu {
        padding: 16px;
        margin-top: 0;
    }
}
.customer-menu a,
.customer-menu a:hover,
.customer-menu a:focus {
    color: #FFFFFF;
}
@media (min-width: 992px) {
    .customer-menu a:last-of-type {
        font-weight: 700;
        font-size: 16px;
    }
}
.customer-menu .material-icons {
    bottom: -6px;
    position: relative;
    font-size: 22px;
    margin-right: 20px;
}
/*
* Offsets
 */
html .row-28 {
    margin-bottom: -28px;
}
html .row-28:empty {
    margin-bottom: 0;
}
html .row-28 > * {
    margin-bottom: 28px;
}
html .row-32 {
    margin-bottom: -32px;
}
html .row-32:empty {
    margin-bottom: 0;
}
html .row-32 > * {
    margin-bottom: 32px;
}
/*
* Buttons
*/
.button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 16px;
    min-width: 272px;
    border-radius: 8px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
}
.button-primary {
    color: #ffffff;
    background-color: #0DC55B;
}
.button-primary:focus, .button-primary:hover {
    color: #ffffff;
    background-color: #0CAB4E;
}
.button-primary:disabled {
    background-color: #B5C1CF;
}
.button-disabled {
    background-color: #0DC55B;
}
.button-lg {
    font-size: 22px;
    line-height: 26px;
    padding: 20px;
}
.button-lg.bigger {
    font-size: 20px;
}
.button-lg.button-lg-px-24 {
    padding-left: 24px;
    padding-right: 24px;
    min-width: auto;
}
.button-sm {
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px;
    min-width: 100%;
}
.button-form {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    min-width: 135px;
}
@media (max-width: 575px) {
    .button-form {
        line-height: 18px;
    }
}
.button-back-to-basket {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08px;
    min-width: 128px;
    padding: 8px;
}
.button-pay {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    min-width: 252px;
}
.button-pay.button-back {
    color: #0C3260;
    border: 1px solid #0C326066;
    background: #FFFFFF;
}
.button-back {
    color: #0C3260CC;
    border: 1px solid #0C326066;
    background: #FFFFFF;
}
.button-download {
    color: #0C3260;
    border: 1px solid #0C3260;
    background-color: #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;
    font-weight: 700;
    min-width: 256px;
}
@media (max-width: 575px) {
    .button-download {
        width: 100%;
    }
}
.button-back:focus, .button-back:hover,
.button-download:focus, .button-download:hover {
    color: #0C3260;
    border: 1px solid #0C3260;
    background: #FFFFFF;
}
.button-more {
    color: #0C3260;
    border: 1px solid #0C3260;
    background-color: #FFFFFF;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 700;
    min-width: 330px;
}
.button-more:focus, .button-more:hover {
    color: #0C3260;
    border: 1px solid #0C3260;
    background: #FFFFFF;
}
@media (max-width: 575px) {
    .button-more {
        width: 100%;
    }
}
/*
* Footer
*/
.page-footer {
    padding-top: 50px;
    background-color: #0C3260;

}
.footer-content {
    padding-bottom: 8px;
}
.page-footer a,
.page-footer p {
    color: #F7F7F7;
    font-size: 14px;
    letter-spacing: 0px;
}
.page-footer h6 {
    color: #FFFFFF;
    opacity: 0.7;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .page-footer h6 {
        padding-top: 36px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .page-footer div:nth-child(2) h6,
    .page-footer div:nth-child(3) h6 {
        padding-top: 36px;
    }
}
.page-footer ul li {
    padding-top: 16px;
}
.page-footer a {
    text-decoration: none;
}
.page-footer hr {
    border-top: 1px solid #F4F9FF;
    opacity: 0.5;
    margin-top: 20px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .page-footer hr {
        max-width: 160px;
        margin-left: 0;
    }
}
.page-footer .contact-info {
    margin-top: -8px;
}
.page-footer .contact-info li {
    display: flex;
}
.page-footer .contact-info li div {
    margin-left: 0;
}
@media (max-width: 767px) {
    .page-footer .contact-info li div {
        margin-left: auto;
        margin-right: auto;
    }
}
.page-footer .contact-info a {
    font-size: 16px;
}
.page-footer .material-icons {
    font-size: 16px;
    font-weight: 300;
    padding-right: 12px;
    color: #F7F7F7;
}
.page-footer .partners a img,
.page-footer .partners > img {
    margin-left: 36px;
}
.page-footer .partners a:first-of-type img {
    margin-left: 0;
}
@media (max-width: 991px) {
    .page-footer .partners {
        margin-bottom: 16px;
    }
}
@media (max-width: 450px) {
    .page-footer .partners a img,
    .page-footer .partners > img {
        margin-left: 0;
    }

    .page-footer .partners {
        margin-bottom: 4px;
    }
    .page-footer .partners a {
        display: block;
    }
    .page-footer .partners img {
        margin-bottom: 20px;
    }
}
.page-footer .navbar-brand a {
    display: inline-block;
    width: 153px;
    height: 34px;
    background: url(../images/Boatsafe-logo-inverse.svg) no-repeat 0 0;
}
.page-footer .social-icons a  {
    margin-right: 5px;
}
/*
* Promobox
*/
.promobox {
    background-color: #FFFFFF;
    border-radius: 20px;
    display: block;
    min-height: 255px;
    padding-top: 48px;
    padding-bottom: 42px;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 28px;
}
.promobox:hover,
.promobox:active {
    background: #F7FAFD;
    box-shadow: 0 6px 13px #00000029;
}
.promobox.promobox-small {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 28px;
    min-height: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.promobox .product-image {
    width: 72px;
}
.promobox img {
    padding-bottom: 28px;
    max-height: 78px;
    display: inline;
}
.promobox.promobox-small img {
    padding-bottom: 0;
    max-height: 40px;
}

@media (max-width: 575px) {
    .promobox.promobox-small span {
        display: block !important;
        margin: 0 auto;
        text-align: center;
    }

    .promobox.promobox-small span + span {
        margin-top: 16px;
    }

    .promobox.promobox-small .lh-40 {
        line-height: 22px !important;
    }
}
/*
* Products menu
 */
.products-menu li {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;
}
.products-menu a,
.products-menu a:hover,
.products-menu a:focus {
    color: #0C3260;
    font-weight: 700;

}
.products-menu a:hover,
.products-menu .active a {
    border-bottom: 2px solid #0DC55B;
}
@media (min-width: 1200px) {
    .products-menu li {
        display: inline-block;
        padding-top: 32px;
        padding-bottom: 32px;
        padding-right: 32px;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.1px;
    }
    .products-menu li:last-child {
        padding-right: 0;
    }
}

/*
* Product Promobox
*/
.product-promobox {
    background-color: #FFFFFF;
    border-radius: 20px;
    display: block;
    min-height: 300px;
    padding-top: 60px;
    padding-bottom: 28px;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: 28px;
}
.product-promobox img {
    padding-bottom: 40px;
    max-height: 88px;
    height: 88px;
    margin: 0 auto;
}
.product-promobox img + p {
    padding-bottom: 20px;
}
@media (max-width: 767px) {
    .product-promobox {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.product-promobox.partner-promobox {
    border-radius: 10px;
    padding: 32px;
    min-height: 260px;
}
.product-promobox.partner-promobox img {
    padding-bottom: 16px;
    max-height: 72px;
}
.product-promobox.partner-promobox img + p {
    padding-bottom: 4px;
}
/*
* Product infobox
 */
.product-infobox {
    padding: 44px 40px;
    margin-top: 28px;
}
@media (max-width: 575px) {
    .product-infobox {
        padding: 20px;
    }
}
.product-infobox ul {
    list-style-type: disc;
}
.product-infobox ul li {
    padding-bottom: 8px;
    display: list-item;
    margin-left: 15px;
}
.product-infobox ul li::marker {
    color: #0DC55B;
}
.product-infobox ul li:last-child {
    padding-bottom: 0;
}
.product-infobox a {
    padding-left: 30px;
}
.product-infobox a.pl-12 {
    padding-left: 12px;
}
@media (max-width: 350px) {
    .product-infobox a img {
        height: 36px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-infobox a img {
        height: 36px;
    }
}
/*
* newsbox
*/
.newsbox {
    border-left: 1px solid #FFFFFF;
    padding-left: 30px;
}
@media (max-width: 767px) {
    .newsbox {
        margin-bottom: 40px;
    }
}
/*
* productbox
*/
.productbox {
    padding-left: 65px;
    padding-right: 65px;
    position: relative;
    margin-bottom: 60px;
    background-color: #E2F2FF;
}
.productbox h2 {
    max-width: 535px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .productbox h2 {
        max-width: 500px;
    }
}
.productbox .product-icon {
    height: 60px;
}
@media (min-width: 768px) {
    .productbox .product-icon {
        position: absolute;
        top: 80px;
        right: 65px;
    }
}
@media (max-width: 767px) {
    .productbox {
        padding-left: 15px;
        padding-right: 15px;
    }

    .productbox .product-icon {
        position: relative;
        margin-bottom: 32px;
    }
}
.productbox img + p, .productbox p + p {
    margin-left: 16px;
}
.productbox img + p.text-blue:before, .productbox p + p.text-blue:before {
    margin-left: -16px;
    margin-right: 8px;
    margin-bottom: 3px;
    content: " ";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0DC55B;
    display: inline-block;

}
.product-arrow-right {
    position: absolute;
    bottom: -88px;
    left: 315px;
    z-index: 2;
}
.product-arrow-left {
    position: absolute;
    bottom: -88px;
    left: 66px;
    z-index: 2;
}
.product-arrow-right.button-arrow {
    left: 460px;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .product-arrow-right {
        left: 200px;
    }
    .product-arrow-left {
        left: 168px;
    }
    .product-arrow-right.button-arrow {
        left: 370px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .product-arrow-right {
        left: 262px;
    }
    .product-arrow-left {
        left: 200px;
    }
    .product-arrow-right.button-arrow {
        left: 254px;
    }
}
@media (max-width: 767px) {
    .product-arrow-right,
    .product-arrow-left {
        width: 100px;
        height: 100px;
    }
    .product-arrow-right {
        left: 172px;
    }
    .product-arrow-left {
        left: 172px;
    }
    .product-arrow-right.button-arrow {
        left: 177px;
    }
}
/*
* Blog
 */
.blog img.bg-white-rounded {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.blog p.list-dot:before {
    height: 8px;
    width: 8px;
    background-color: #333333;
    border-radius: 50%;
    display: inline-block;
    content: " ";
    line-height: 14px;
    position: relative;
    top: -2px;
    margin-right: 12px;
}
.blog .author {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.07px;
    color: #333333;
    margin-right: 4px;
}
.blog .date-of-publication {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0.07px;
    color: #333333;
    opacity: 0.5;
    margin-right: 4px;
}
@media (max-width: 767px) {
    .blog .date-of-publication:after {
        display: block;
        content: ' ';
        margin-bottom: 12px;
    }
}
.badge-category {
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0.07px;
    color: #FFFFFF;
    padding: 4px 8px;
    font-weight: 700;
    margin-right: 4px;
}
.badge-category.badge-article {
    background: #0093FF;
}
.badge-category.badge-lecture {
    background: #FF5800;
}
.badge-category.badge-archive {
    background: #FF7600;
}
.blog .badge-locked-content {
    background: #0C3260;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: 0.07px;
    color: #FFFFFF;
    font-weight: 700;
    padding: 4px 8px;
    border: 1px solid #FFFFFF;
}
.blog .badge-locked-content .material-icons {
    font-size: 14px;
    vertical-align: text-top;
}
/*
* Blogbox
 */
.blogbox {
    max-width: 380px;
    width: 100%;
}
.blogbox .image-preview {
    position: relative;
}
.blogbox img {
    max-width: 350px;
    border-radius: 10px;
    margin-bottom: 24px;
}
.blogbox .blog-labels {
    position: absolute;
    top: 12px;
    left: 12px;
}
.blogbox .category-label {
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 22px;
    letter-spacing: 0.07px;
    background: #0093FF;
    margin-right: 4px;
}
.blogbox .category-label.category-lecture {
    background-color: #FF5800;
}
.blogbox .category-label.category-archive {
    background-color: #FF7600;
}
.blogbox .premium-label {
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 22px;
    letter-spacing: 0.07px;
    background: #0C3260;
    border: 1px solid #FFFFFF;
}
.blogbox .premium-label span {
    font-size: 14px;
    vertical-align: text-top;
}
.blogbox h6 {
    letter-spacing: 0;
}
.blogbox p {
    color: #333333;
}
.blogbox .date-of-publication {
    font-weight: 700;
    letter-spacing: 0.07px;
    color: #333333;
    opacity: 0.7;
    margin-top: 16px;
}
/*
* $section How it works
 */
.how-it-works ul li {
    height: 540px;
}
.how-it-works ul li:nth-child(odd) {
    background: url(../images/clip/curve-right-left.svg) no-repeat bottom center;
    padding-bottom: 740px;
}
.how-it-works ul li:nth-child(odd) .description {
    padding-right: 30px;
}
.how-it-works ul li:nth-child(even) {
    background: url(../images/clip/curve-left-right.svg) no-repeat bottom center;
    padding-bottom: 760px;
}
@media (max-width: 991px) {
    .how-it-works ul li:first-child {
        padding-top: 40px;
    }
    .how-it-works ul li {
        background: none !important;
        height: auto;
        padding-bottom: 140px !important;
    }
    .how-it-works img {
        display: none;
    }
    .how-it-works ul li .description {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

}
.how-it-works ul li:nth-child(even) .description {
    padding-left: 30px;
}
.how-it-works ul li:last-child {
    background: none;
    padding-bottom: 0;
}
.how-it-works ul li + li {
    margin-top: -95px;
}
.how-it-works .description {
    width: 100%;
    text-align: center;
}
.how-it-works .description > div {
    max-width: 350px;
    margin: 0 auto;
}
.how-it-works .description .step-icon {
    margin-bottom: 20px;
}
.how-it-works .description .heading-5 {
    padding-bottom: 20px;
}
.how-it-works .description .button {
    margin-bottom: -160px;
}
/*
* Step icon
 */
.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 28px;
    line-height: 50px;
    letter-spacing: 0.14px;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #0DC55B;
}

/*
* Page anchors
 */
.page-anchors li {
    display: inline-block;
}
.page-anchors a {
    color: #0C3260;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
    margin-right: 32px;
}
.page-anchors li:first-child a {
    padding-bottom: 4px;
    border-bottom: 2px solid #0DC55B;
}
.page-anchors a:focus, .page-anchors a:hover {
    color: #0C3260;
}
/*
* Dictionary
 */
.dictionary {
    padding-bottom: 32px;
}
.dictionary .letter {
    border-radius: 19px;
    width: 38px;
    height: 38px;
    background-color: #0DC55B;
    text-align: center;
    line-height: 38px;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}
.dictionary .term-title {
    cursor: pointer;
}
/*
* FAQ
 */
.question {
    cursor: pointer;
}
/*
* @section Helpers
 */
@media (min-width: 992px) {
    .w-lg-300 {
        max-width: 300px;
    }
}
@media (max-width: 767px) {
    .w-sm-100 {
        max-width: 100%;
        width: 100%;
    }
}
/*
* @section  Padding Helpers
*/
.pt-16 {
    padding-top: 16px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-24 {
    padding-top: 24px;
}
.pt-28 {
    padding-top: 28px;
}
.pt-32 {
    padding-top: 32px;
}
.pt-36 {
    padding-top: 36px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-44 {
    padding-top: 44px;
}
.pt-52 {
    padding-top: 52px;
}
.pt-56 {
    padding-top: 56px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-64 {
    padding-top: 64px;
}
.pt-72 {
    padding-top: 72px;
}
.pt-76 {
    padding-top: 76px;
}
.pt-80 {
     padding-top: 80px;
 }
.pt-84 {
    padding-top: 84px;
}
.pt-88 {
    padding-top: 88px;
}
.pt-96 {
    padding-top: 96px;
}
.pt-108 {
    padding-top: 108px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-112 {
    padding-top: 112px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-128 {
    padding-top: 128px;
}
.pt-160 {
    padding-top: 160px;
}
.pb-8 {
    padding-bottom: 8px;
}
.pb-12 {
    padding-bottom: 12px;
}
.pb-16 {
    padding-bottom: 16px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-24 {
    padding-bottom: 24px;
}
.pb-28 {
    padding-bottom: 28px;
}
.pb-32 {
    padding-bottom: 32px;
}
.pb-36 {
    padding-bottom: 36px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-44 {
    padding-bottom: 44px;
}
.pb-48 {
    padding-bottom: 48px;
}
.pb-52 {
    padding-bottom: 52px;
}
.pb-56 {
    padding-bottom: 56px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-64 {
    padding-bottom: 64px;
}
.pb-68 {
    padding-bottom: 68px;
}
.pb-72 {
    padding-bottom: 72px;
}
.pb-76 {
    padding-bottom: 76px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-84 {
    padding-bottom: 84px;
}
.pb-92 {
    padding-bottom: 92px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-108 {
    padding-bottom: 108px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-132 {
    padding-bottom: 132px;
}
.pb-160 {
    padding-bottom: 160px;
}
.pb-172 {
    padding-bottom: 172px;
}
.pl-16 {
    padding-left: 16px;
}
.pr-12 {
    padding-right: 12px;
}
.mt-8 {
    margin-top: 8px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-16 {
    margin-top: 16px;
}
.mt-32 {
    margin-top: 32px;
}
.mt-36 {
    margin-top: 36px;
}
.mt-80 {
    margin-top: 80px;
}
.mb-4 {
    margin-bottom: 4px !important;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-32 {
    margin-bottom: 32px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-48 {
    margin-bottom: 48px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-156 {
    margin-bottom: 156px;
}
.mb-264 {
    margin-bottom: 264px;
}
.ml-n-60 {
    margin-left: -60px;
}
.mb-n-50 {
    margin-bottom: -50px;
}
.mb-n-120 {
    margin-bottom: -120px;
}
.mb-n-200 {
    margin-bottom: -200px;
}
.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}
.mx-12 {
    margin-left: 12px;
    margin-right: 12px;
}
.mx-8 {
    margin-left: 8px;
    margin-right: 8px;
}
.h-582 {
    height: 582px;
}
.h-640 {
    height: 640px;
}
@media (max-width: 767px) {
    .h-sm-auto {
        height: auto;
    }
    .mx-sm-none {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .mr-xl-n-40 {
        margin-right: -40px;
    }
}
@media (max-width: 1199px) {
    .pb-lg-40 {
        padding-bottom: 40px;
    }
}
@media (max-width: 991px) {
    .pb-md-40 {
        padding-bottom: 40px;
    }
    .pb-md-80 {
        padding-bottom: 80px;
    }
}
@media (max-width: 767px) {
    .pb-sm-none {
        padding-bottom: 0;
    }
    .pb-sm-8 {
        padding-bottom: 8px;
    }
    .pb-sm-16 {
        padding-bottom: 16px;
    }
    .pb-sm-20 {
        padding-bottom: 20px;
    }
    .pb-sm-24 {
        padding-bottom: 24px;
    }
    .pb-sm-28 {
        padding-bottom: 28px;
    }
    .pb-sm-32 {
        padding-bottom: 32px;
    }
    .pb-sm-40 {
        padding-bottom: 40px;
    }
    .pb-sm-44 {
        padding-bottom: 44px;
    }
    .pb-sm-48 {
        padding-bottom: 48px;
    }
    .pb-sm-60 {
        padding-bottom: 60px;
    }
    .pb-sm-80 {
        padding-bottom: 80px;
    }
    .pt-sm-32 {
        padding-top: 32px;
    }
    .pt-sm-32 {
        padding-top: 32px;
    }
    .pt-sm-40 {
        padding-top: 40px;
    }
    .pt-sm-44 {
        padding-top: 44px;
    }
    .pt-sm-60 {
        padding-top: 60px;
    }
    .mb-sm-12 {
        margin-bottom: 12px;
    }
    .mb-sm-40 {
        margin-bottom: 40px;
    }
    .mt-sm-24 {
        margin-top: 24px;
    }
    .mt-sm-40 {
        margin-top: 40px;
    }
}
@media (max-width: 575px) {
    .pb-xs-8 {
        padding-bottom: 8px;
    }
    .pb-xs-20 {
        padding-bottom: 20px;
    }
    .pb-xs-24 {
        padding-bottom: 24px;
    }
    .pt-xs-24 {
        padding-top: 24px;
    }
    .mb-xs-8 {
        margin-bottom: 8px;
    }
    .mb-xs-16 {
        margin-bottom: 16px;
    }
    .mb-xs-20 {
        margin-bottom: 20px;
    }
    .mb-xs-24 {
        margin-bottom: 24px;
    }
    .mb-xs-40 {
        margin-bottom: 40px;
    }
    .mx-xs-0 {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .lighthouse-img-bg {
        background: url(../images/clip/lighthouse.svg) no-repeat right bottom;
        min-height: 500px;
    }

    .lighthouse-img-bg.inverse-img {
        background: url(../images/clip/lighthouse-inverse.svg) no-repeat right bottom;
    }

    .lighthouse-img-bg p {
        max-width: 700px;
    }
}
/*
* Form
 */
.form-wrap {
    margin-top: 36px;
    position: relative;
}
.form-wrap.field-order-regatta_notice_agree {
    margin-top: 0;
}
@media (max-width: 575px) {
    .form-wrap {
        margin-top: 24px;
        position: relative;
    }
}
.order-step-4 .form-wrap {
    margin-top: 0;
}
div.col-sm-12:first-of-type .form-wrap {
    margin-top: 0;
}
.form-label-outside {
    margin-bottom: 8px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;

}
#order-form .form-label-outside {
    padding-left: 12px;
    width: calc(100% - 36px);
}
#order-form .field-order-storno_excess_limit .form-label-outside {
    width: 100%;
}
@media (min-width: 768px) {
    .form-label-outside {
        position: static;
    }
}
@media (max-width: 575px) {
    #order-form .form-label-outside {
        padding-left: 0;
    }
}
.form-width-350 {
    max-width: 350px;
    margin: 0 auto;
}
div[role="radiogroup"],
form .tile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.custom-radio {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
}
@media (max-width: 575px) {
    .custom-radio,
    .tile .custom-checkbox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .custom-radio:not(:first-child),
    .tile .custom-checkbox:not(:first-child) {
        margin-top: 12px;
    }
}
.custom-radio label,
.form-input {
    background-color: #FFFFFF;
    border: 1px solid #0C326065;
    border-radius: 4px;
    width: 100%;
    min-height: 48px;
    padding: 12px 37px 12px 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07px;
    color: #0C3260;
}
.custom-radio input:checked + label,
.was-validated .form-control:valid,
.form-control.is-valid,
.form-input.is-valid,
.tile input:checked + label,
select.is-valid {
    box-shadow: 0 3px 6px #00000029;
    border: 2px solid #0DC55B;
    border-radius: 4px;
    font-weight: 700;
    background-image: none;
}
.form-control.is-invalid,
.form-input.is-invalid,
select.is-invalid {
    box-shadow: none;
    border: 2px solid #DE373A;
    border-radius: 4px;
    font-weight: 700;
    background-image: none;
}
select.is-valid {
    box-shadow: none;
}
.custom-radio input:checked + label:after,
.was-validated .form-control:valid:before,
.form-control.is-valid:before,
.tile input:checked + label:after {
    content: 'checked';
    font-family: 'Material Icons';
    color: #0DC55B;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    right: -13px;
}
.field-order-assistance_destination .custom-radio:nth-child(1) input:checked + label:after {
    line-height: 0;
}
.field-order-assistance_destination .custom-radio:nth-child(2) label,
.field-order-assistance_destination .custom-radio:nth-child(2) input:checked + label,
.field-order-assistance_destination .custom-radio:nth-child(2) input:checked + label:after {
    line-height: 40px;
}
.custom-radio input:not(:checked) + label:hover {
    background: #4D6A8D1A;
    border: 1px solid #0C326065;
    cursor: pointer;
}
.rounded-radio .custom-radio {
    padding-left: 0;
    padding-right: 0;
    flex: 100%;
    max-width: 100%;
}
.rounded-radio .custom-radio label {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.08px;
    color: #000000;
    display: flex;
    min-height: 24px;
    margin-bottom: 8px;
}
.rounded-radio .custom-radio input:not(:checked) + label:hover {
    background: transparent;
    border: none;
}
.rounded-radio .custom-radio input:checked + label {
    box-shadow: none;
    background: transparent;
    border: none;
    font-weight: 400;
}
.rounded-radio .custom-radio label:before {
    border-radius: 50%;
    border: 1px solid #C2C6CC;
    width: 24px;
    height: 24px;
    display: inline-block;
    content: '';
    margin-right: 8px;
}
.rounded-radio .custom-radio input:checked + label:before {
    border: 2px solid #0DC55B;
}
.rounded-radio .custom-radio input:checked + label:after {
    width: 16px;
    height: 16px;
    background: #0DC55B;
    display: inline-block;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
}
.info-validation,
.form-validation {
    color: #FF0000;
    display: flex;
    padding-top: 8px;
}
.info-validation:empty,
.form-validation:empty {
    display: none;
}
#order-form .date-group .form-validation,
#order-form .form-wrap .form-validation {
    margin-left: 12px;
}
.help.material-icons {
    font-size: 18px;
    line-height: 16px;
    position: absolute;
    cursor: pointer;
    color: #0070C9;
    right: 12px;
}
@media (min-width: 576px) {
    .col-sm-6 .help.material-icons {
        right: 0;
    }
    .order-step-3 .field-order-customer_type .help.material-icons {
        right: calc(50% + 12px);
    }
}
@media (max-width: 575px) {
    .help.material-icons {
        right: 0;
    }
}
.form-box {
    background-color: #FAFCFF;
    border-radius: 10px;
    max-width: 680px;
    padding-top: 32px;
    padding-bottom: 32px;
}
.premium-club-box {
    background-color: #D5E5FD;
    border-radius: 10px;
    max-width: 680px;
    padding-top: 24px;
    padding-bottom: 24px;
}
.premium-club-box .new-label {
    border-radius: 6px;
    background: #0C3260;
    letter-spacing: 0.08px;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding: 8px 24px;
}
.price-summary-box {
    background-color: #E2F2FF;
    border-radius: 10px;
    max-width: 680px;
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: right;
}
.price-summary-box > div > div {
    margin-right: 28px;
    padding-bottom: 12px;
}
.price-summary-box > div > div:last-child {
    padding-bottom: 0;
}
.price-summary-box span {
    width: 95px;
    display: inline-block;
}
.price-summary-box .total-price {
    font-weight: 700;
}
.order-step-4 .price-summary-box {
    background-color: #0C3260;
    color: #FFFFFF;
}
@media (max-width: 575px) {
    .form-box,
    .price-summary-box {
        border-radius: 0;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .price-summary-box > div > div {
        margin-right: 0;
    }
    .price-summary-box span {
        width: 85px;
    }
}
@media (min-width: 576px) {
    .form-box,
    .price-summary-box {
        margin-left: auto;
        margin-right: auto;
    }
    .form-box {
        padding-left: 13px;
        padding-right: 13px;
    }

}
.intro-box {
    max-width: 680px;
}
.summary-box {
    max-width: 680px;
}
@media (min-width: 576px) {
    .summary-box {
        margin-left: auto;
        margin-right: auto;
        padding-left: 40px;
        padding-right: 40px;
    }
}
.summary-box .agree-text p,
.premium-club-box .premium-club-text p,
.summary-box .marketing-consent-text p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07px;
}
.premium-club-box .premium-club-text p {
    line-height: 24px;
}
.summary-box .marketing-consent-text p {
    line-height: 24px;
}
.summary-box .checkbox-inline,
.premium-club-box .checkbox-inline {
    margin-left: 0;
    margin-right: 0;
}
.summary-box .checkbox-inline .checkbox-custom-dummy,
.premium-club-box .checkbox-inline .checkbox-custom-dummy {
    margin-left: 0;
}
.tile .custom-checkbox {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    width: 100%;
}
@media (max-width: 575px) {
    .tile .custom-checkbox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
.tile input + label:before {
    position: absolute;
    left: -9999px;
}
.tile input + label,
.krajee-datepicker {
    background: #FFFFFF;
    border: 1px solid #0C326065;
    border-radius: 4px;
    width: 100%;
    min-height: 48px;
    padding: 12px 37px 12px 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07px;
    color: #0C3260;
    cursor: pointer;
}
.tile.tile-large input + label {
    min-height: 60px;
    border-color: #0C3260;
    font-weight: 700;
}
.tile.tile-large input:checked + label {
    border-color: #0DC55B;
}
.tile.tile-large input:not(:checked) + label:hover {
    background-color: #4D6A8D1A;
}
.input-group-text.kv-date-picker {
    padding: 0;
    background-color: #FFFFFF;
    border: 1px solid #0C326065;
    border-radius: 4px 0px 0px 4px;
    border-right: none;
}
.date-icon.kv-dp-icon {
    background: url(../images/icons/input-calendar.svg) no-repeat center center;
    width: 44px;
    height: 46px;
}
.form-control.krajee-datepicker.is-valid {
    box-shadow: none;
}
.form-control:focus {
    border: 1px solid #0C326065;
    box-shadow: none;
    color: #0C3260;
}
.form-control:disabled,
.form-control[readonly],
.form-input:disabled,
.form-input[readonly] {
    border: 1px solid #0C326065;
    background-color: #F8F8F8;
}
.form-control:disabled {
    border-radius: 4px !important;
}
select {
    max-width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
}
@media (min-width: 768px) {
    .col-sm-6 select {
        max-width: calc(100% - 12px);
    }
}
@media (max-width: 575px) {
    select {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.section-next-step {
    max-width: 624px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .next-step-text {
        display: none;
    }
}
@media (min-width: 768px) {
    .next-step-text {
        padding-right: 0;
    }
}
.next-step-text p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.06px;
    color: #0C3260;
}
#order-form input[type="text"]:not(.krajee-datepicker){
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
}
@media (max-width: 575px) {
    #order-form input[type="text"]:not(.krajee-datepicker) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 576px) {
    #order-form .col-sm-3 input[type="text"]:not(.krajee-datepicker) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (min-width: 576px) {
    #order-form .col-sm-6 input[type="text"]:not(.krajee-datepicker) {
        width: calc(100% - 12px);
        margin-right: 0;
        margin-left: 0;
    }
    #order-form .col-sm-6 label.mr-12,
    #order-form .col-sm-6 input[type="text"].ml-12,
    #order-form .col-sm-6 select.ml-12,
    #order-form .col-sm-6.ml-12 .select2 {
        margin-right: 0;
        margin-left: 12px;
    }
    #order-form .col-sm-6 label.mr-12,
    #order-form .col-sm-6 input[type="text"].mr-12,
    #order-form .col-sm-6 select.mr-12,
    #order-form .col-sm-6.mr-12 .select2 {
        margin-right: 12px;
        margin-left: 0;
    }
    #order-form .col-sm-right label {
        padding-left: 0;
    }
    #order-form .col-sm-right .date-group .form-validation,
    #order-form .col-sm-right .form-validation {
        margin-left: 0;
    }
}
.select2 {
    margin-left: 12px;
    width: calc(100% - 12px) !important;
}
@media (min-width: 576px) {
    .col-sm-6.ml-12 .select2,
    .col-sm-6.mr-12 .select2 {
        width: calc(100% - 12px) !important;
    }
}
@media (max-width: 575px) {
    .select2 {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
    }
}
.select2-search--dropdown .select2-search__field {
    padding: 12px 11px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #0C326065;
}
.select2-container--default .select2-selection--single {
    background-color: #FFFFFF;
    border: 1px solid #0C326065;
    border-radius: 4px;
    width: 100%;
    min-height: 48px;
    padding: 12px 37px 12px 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07px;
    color: #0C3260;
}
.select2-container--default.is-valid .select2-selection--single {
    box-shadow: 0 3px 6px #00000029;
    border: 2px solid #0DC55B;
    border-radius: 4px;
    font-weight: 700;
}
.select2-container--default.is-invalid .select2-selection--single {
    box-shadow: none;
    border: 2px solid #DE373A;
    border-radius: 4px;
    font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333333;
    opacity: 0.6;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    color: #0C3260;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
    width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #0C3260 transparent transparent transparent;
    border-width: 5px 5px 0 5px;
}
.select2-results__option {
    padding: 12px 16px;
    font-weight: 700;
    color: #0C3260;
}
.select2-results__option:not(:last-child) {
    border-bottom: 1px solid #0C326067;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #F8F8F8;
    color: #0C3260;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4D6A8D1A;
    color: #0C3260;
}
.ui-widget.ui-widget-content {
    border-color: #0C326067;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.ui-menu .ui-menu-item:not(:last-child) {
    border-bottom: 1px solid #0C326067;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 12px 16px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background: none;
    background-color: #4D6A8D1A;
    color: #0C3260;
    font-weight: 700;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0;
}
.ui-widget-content {
    color: #0C3260;
    font-weight: 700;
}
.date-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.date-group .form-wrap {
    width: 50%;
}
@media (max-width: 767px) {
    .date-group .form-wrap {
        width: 100%;
    }
}
.date-group .input-group {
    padding-left: 12px;
    padding-right: 12px;
}
@media (max-width: 575px) {
    .date-group .input-group {
        padding-left: 0;
        padding-right: 0;
    }
}
.col-sm-6 > .form-wrap .input-group {
    width: calc(100% - 12px);
    margin-right: 12px;
}
.col-sm-6.ml-12 > .form-wrap .input-group {
    margin-left: 12px;
    margin-right: 0;
}
@media (max-width: 575px) {
    .col-sm-6 > .form-wrap .input-group,
    .col-sm-6.ml-12 > .form-wrap .input-group {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.tile.tile-large label {
    line-height: 32px;
}
.tile.tile-large input:checked + label:after {
    line-height: 30px;
}
.product-group-2 .tile.tile-large .custom-checkbox label {
    line-height: 17px;
    padding-top: 11px;
    padding-bottom: 11px;
}
.product-group-2 .tile.tile-large .custom-checkbox label:after {
    line-height: 0;
}
.tile.tile-large label span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06px;
    color: #0C3260;
    display: inline-block;
    width: 100%;
}
span.plus {
    position: absolute;
    line-height: 48px;
    left: 17px;
}
span.plus + input {
    padding-left: 26px;
}
.checkbox-inline {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: -6px;
    min-height: 30px;
    cursor: pointer;
}
@media (max-width: 575px) {
    .checkbox-inline {
        margin-left: 0;
    }
}
.checkbox-inline input[type="checkbox"] {
    width: 24px;
    height: 24px;
    opacity: 0;
    margin-right: 12px
}
.checkbox-inline .checkbox-custom-dummy {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #C2C6CC;
    margin-left: 12px;
}
@media (max-width: 575px) {
    .checkbox-inline .checkbox-custom-dummy{
        margin-left: 0;
    }
}
.checkbox-inline .checkbox-custom-dummy:after {
    line-height: 1;
    content: "done";
    position: absolute;
    left: -1px;
    top: -1px;
    font-weight: 400;
    font-size: 20px;
    color: #0DC55B;
    font-family: "Material Icons";
    border: 2px solid #0DC55B;
    border-radius: 4px;
    opacity: 0;
}
.checkbox-custom:checked + .checkbox-custom-dummy:after {
    opacity: 1;
}

/*
* Section Order Step 2
 */
.order-step-2 .form-box {
    padding-right: 28px;
    padding-left: 28px;
}
@media (max-width: 575px) {
    .order-step-2 .form-box {
        padding-right: 0;
        padding-left: 0;
    }
}
.order-step-2 .row.form-box > div {
    margin-bottom: 12px;
}
.order-step-2 .form-box .col-12,
.order-step-2 .form-box .col-md-6 {
    padding-right: 12px;
    padding-left: 12px;
}
@media (max-width: 575px) {
    .order-step-2 .row.form-box > div {
        margin-bottom: 8px;
    }
    .order-step-2 .form-box .col-12,
    .order-step-2 .form-box .col-md-6 {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.order-step-2 hr.products-separator {
    margin-top: 12px;
    margin-bottom: 28px;
}
@media (max-width: 575px) {
    .order-step-2 hr.products-separator {
        margin-bottom: 12px;
    }
}
.order-step-2 hr.price-separator {
    margin-top: 8px;
    margin-bottom: 8px;
}
.product-select {
    position: relative;
    border: 1px solid #0C326066;
    border-radius: 4px;
    background-color: #FFFFFF;
    padding: 9px 16px;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 0.07px;
    color: #0C3260;
    cursor: pointer;
}
.select-product-text {
    font-weight: 700;
    margin-bottom: 4px;
}
.product-select.selected {
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid #0DC55B;
}
.product-select .material-icons {
    position: absolute;
    right: 16px;
    line-height: 60px;
    top: 0;
    color: #0DC55B;
    display: none;
}
.product-select.selected .material-icons {
    display: block;
}
.product-select .product-price {
    padding-right: 50px;
    font-weight: 700;
}
.product-select .validity {
    font-size: 12px;
    letter-spacing: 0.06px;
}
/*
* Section Order Step 3
*/
.order-step-3 hr {
    margin: 48px 12px 16px 12px;
}
@media (max-width: 575px) {
    .order-step-3 hr {
        margin: 36px 0 16px 0;
    }
}
.order-step-3 h3 {
    margin-bottom: -8px;
}
@media (max-width: 575px) {
    .order-step-3 h3 {
        margin-bottom: -4px;
    }
}
/*
* Section Order Step 4
 */
@media (min-width: 576px) {
    .order-step-4 .form-box,
    .order-step-4 .summary-box {
        padding-left: 28px;
        padding-right: 28px;
    }
}

.order-step-4 .row.form-box > div {
    margin-bottom: 12px;
}
@media (max-width: 575px) {
    .order-step-4 .row.form-box > div {
        margin-bottom: 8px;
    }
}
.order-step-4 hr {
    margin-top: 8px;
    margin-bottom: 8px;
}
.payment-methods p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    margin-bottom: 8px;
}
.payment-methods .m-4 {
    margin: 4px !important;
}
.order-step-4 .row.form-box.discount-box > div
{
    margin-bottom: 0;
}
.order-step-4 .discount-box p {
    line-height: 48px;
}
.order-step-4 .discount-box .help {
    position: relative;
    margin-left: 8px;
    right: 0;
    bottom: -4px;
}

.order-step-4 .discount-box .form-wrap {
    width: 210px;
    display: inline-block;
}
.order-step-4 .discount-box input {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    padding-right: 16px;
}
.order-step-4 .form-wrap .form-validation {
    margin-left: 0;
    text-align: left;
    width: 140%;
}
.order-step-4 .discount-box button {
    width: 82px;
    min-width: 82px;
    height: 48px;
    line-height: 16px;
    border-radius: 4px;
    vertical-align: top;
    margin-left: 4px;
}
@media (max-width: 767px) {
    .order-step-4 .form-wrap .form-validation {
        text-align: center;
    }
    .order-step-4 .row.form-box.discount-box > div {
        text-align: center;
    }
}
/*
* Tipbox
*/
.tipbox {
    background-color: #E2F2FF;
    padding: 12px 16px;
    border-radius: 10px;
    margin-top: 20px;
}
/*
* Modal
 */
.hint-modal-label {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 16px;
    font-weight: 700;
    color: #0C3260;
}
.hint-modal {
    margin-left: 12px;
    margin-right: 12px;
    background-color: #E2F2FF;
    border-radius: 10px;
    padding: 12px 16px;
    color: #333333;
    margin-bottom: 20px;
    cursor: pointer;
}
@media (max-width: 575px) {
    .hint-modal-label,
    .hint-modal {
        margin-left: 0;
        margin-right: 0;
    }
}
.hint-modal u {
    color: #0070C9;
    text-decoration: none;
    border-bottom: 1px solid #0070C9;
    font-weight: 700;
}
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
    }
}
.modal-body {
    padding: 0 20px 28px 20px;
}
.modal-body h6,
.modal-body p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07px;
}
.modal-body h6 {
    color: #0C3260;
}
.modal-body p {
    color: #333333;
}
.modal-body p:not(:last-of-type) {
    margin-bottom: 20px;
}
.modal-content {
    border: none;
    border-radius: 10px;
}
@media (max-width: 575px) {
    .modal-content {
        border: 1px solid #0070C9;
    }
}
.modal-header {
    padding: 24px 24px 0 20px;
    border-bottom: none;
}
.modal-header .close {
    text-shadow: none;
    color: #333333;
    font-size: 28px;
    font-weight: 400;
    opacity: 1;
}
.modal.modal-discount .modal-dialog {
    max-width: 564px;
}
.modal.modal-discount .modal-content {
    border-radius: 20px;
}
.modal.modal-discount .modal-header {
    background-color: #0C3260;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #FFFFFF;
    padding-bottom: 32px;
}
.modal.modal-discount .modal-header .modal-title {
    padding-top: 30px;
    color: #FFFFFF;
}
.modal.modal-discount .modal-header .modal-title h5 {
    color: #FFFFFF;
}
.modal.modal-discount .modal-header .modal-title p {
    margin-top: 16px;
}
.modal.modal-discount .modal-header .modal-title .material-icons {
    font-size: 14px;
    margin-right: 4px;
}
.modal.modal-discount .modal-header .close {
    color: #FFFFFF;
    padding: 14px 24px 0 0;
    margin: 0 -24px 0 auto;
}
.modal.modal-discount .modal-body {
    padding-top: 20px;
}
.modal.modal-discount .modal-body .button {
    background-color: #0DC55B;
    border-radius: 8px;
    box-shadow: none;
}
.modal.modal-discount .modal-body ul.disc {
    list-style: disc;
}
.modal.modal-discount .modal-body ul.decimal {
    list-style: decimal;
}
.modal.modal-discount .modal-body ul li {
    display: list-item;
    margin-left: 16px;
}
.modal.modal-discount .modal-body ul li::before {
    content: none;
}
/*
* Bank payment box
 */
.payment-box {
    max-width: 600px;
}
.bank-payment-box {
    max-width: 600px;
    width: calc(100% + 30px);
    background-color: #FAFCFF;
    padding: 32px 0;
}
.bank-payment-box table {
    width: 100%;
    margin: 24px auto;
}
@media (min-width: 576px) {
    .bank-payment-box {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        padding: 32px 20px;
    }
    .bank-payment-box table {
        width: 320px;
        margin: 20px auto;
    }
}

.bank-payment-box table th,
.bank-payment-box table td {
    padding: 0;
}
.bank-payment-box table tr:not(:last-of-type) td {
    padding-bottom: 8px;
}
.bank-payment-box table td + td {
    font-weight: 700;
}
/*
* Partners logo
 */
@media (min-width: 768px) {
    .logo-cpp {
        margin-left: 20px;
        margin-right: 104px;
    }
    .logo-pvzp {
        margin-right: 84px;
    }
    .logo-premium {
        margin-right: 64px;
    }
    .logo-seatime {
        margin-right: 52px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .logo-seatime img,
    .logo-omak img {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .logo-cpp {
        margin-top: 20px;
    }
    .logo-pvzp {
        margin-top: 48px;
    }
    .logo-premium {
        margin-top: 48px;
    }
    .logo-seatime {
        margin-top: 32px;
        margin-bottom: 20px;
    }
}
/*
* Document box
*/
.documentbox {
    padding: 20px 20px;
}
@media (min-width: 768px) {
    .documentbox {
        padding: 60px 96px;
    }
}
.documentbox h3 {
    margin-bottom: 28px;
}
.documentbox p {
    margin-bottom: 32px;
}
.documentbox a {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.1px;
    font-weight: 700;
}
/*
* Reviewbox
 */
.reviewbox {
    background-color: #FFFFFF;
    max-width: 320px;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    min-height: 362px;
}
.reviewbox .name {
    color: #0C3260;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.09px;
    font-weight: 700;
    margin-bottom: 36px;
}
.reviewbox .review {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;
    color: #333333;
}
/*
* Damage report form
 */
.damage-form {
    max-width: 730px;
    border-radius: 20px;
    background-color: #F4F9FF;
    padding-bottom: 36px;
}
@media (min-width: 768px) {
    .damage-form {
        padding-left: 128px;
        padding-right: 128px;
        padding-top: 36px;
        padding-bottom: 96px;
        margin-left: auto;
        margin-right: auto;
    }
    .damage-form .field-damagereportform-verifycode label,
    .damage-form .field-damagereportform-verifycode .form-validation {
        left: calc(50% + 15px);
        position: relative;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .damage-form {
        padding-left: 32px;
        padding-right: 32px;
    }
}
@media (max-width: 575px) {
    .damage-form {
        border-radius: 0;
    }
}
/*
* Alert
 */
.alert {
    position: relative;
    padding: 20px;
    border: none;
    border-radius: 0;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.07px;
    color: #333333;
}
.alert-dismissible {
    padding-right: 40px;
}
.alert-dismissible .close {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 20px;
}
.alert-success {
    color: #333333;
    background-color: rgba(13, 197, 89, 0.15);
}
.alert-danger {
    background-color: rgba(222, 53, 56, 0.15);
    color: #FF0000;
}
/*
* Customer zone
 */
.navigation-list {
    max-width: 790px;
}
.navigation-list li {

    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 24px;
    border-radius: 6px;
}

.navigation-list li a {
    padding: 20px 16px 20px 30px;
    width: 100%;
    display: block;
    color: #0C3260;
    font-weight: 700;
    font-size: 16px;
}
.navigation-list li a:after {
    position: absolute;
    font-family: 'Material Icons';
    content: "keyboard_arrow_right";
    font-size: 24px;
    color: #0C3260;
    right: 24px;
}
.navigation-list .premium-club-inactive {
    color: #FFFFFF;
    background: #FF1717;
    border-radius: 4px;
    padding: 5px 6px;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0.06px;
    margin-left: 8px;
}
.navigation-list .premium-club-active {
    color: #FFFFFF;
    background: #0DC55B;
    border-radius: 4px;
    padding: 5px 6px;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    letter-spacing: 0.06px;
    margin-left: 8px;
}
.red-extra-color {
    color: #FF0000;
}
.orange-extra-color {
    color: #FF5800;
}
.green-extra-color {
    color: #0DC55B;
}
/*
* Contractbox
 */
.contractbox {
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    background-color: #FFFFFF;
    margin-bottom: 32px;
    padding: 24px 30px;
}
.contractbox .category-label {
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 22px;
    letter-spacing: 0.07px;
    background: #0093FF;
    margin-left: 4px;
    vertical-align: top;
}
.contractbox .category-label.category-lecture {
    background-color: #FF5800;
}
.contractbox .category-label.category-archive {
    background-color: #FF7600;
}
.contractbox .detail-show,
.contractbox .detail-hide {
    color: #0C3260;
    font-weight: 700;
    cursor: pointer;
}
.contractbox .blog-link {
    font-weight: 700;
    text-decoration: underline;
}
@media (min-width: 768px) {
    .contractbox .detail-show,
    .contractbox .detail-hide,
    .contractbox .blog-link {
        position: absolute;
        right: 30px;
        top: 24px;
    }
}
.contractbox .detail-show:after {
    font-family: 'Material Icons';
    content: "expand_more";
    font-weight: 400;
    position: relative;
    bottom: -2px;
    font-size: 16px;
    line-height: 14px;
}
.contractbox .detail-hide:after {
    font-family: 'Material Icons';
    content: "expand_less";
    font-weight: 400;
    position: relative;
    bottom: -2px;
    font-size: 16px;
    line-height: 14px;
}
.contractbox .order-detail:before {
    content: ' ';
    width: calc(100% + 60px);
    height: 1px;
    background-color: #0C3260;
    display: block;
    opacity: 0.31;
    margin-left: -30px;
    margin-top: 16px;
}
.contractbox p .material-icons {
    font-size: 18px;
    color: #0DC55B;
    margin-right: 8px;
}

.contractbox ul li {
    margin-bottom: 12px;
}
.contractbox ul li:before {
    content: ' ';
    height: 6px;
    width: 6px;
    background-color: #919598;
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
    margin-bottom: 2px;
}
@media (max-width: 575px) {
    .contractbox ul li:before {
        display: none;
    }
}
.contractbox ul li a {
    color: #333333;
    text-decoration: underline;
}
.contractbox hr {
    margin-top: 24px;
    margin-bottom: 0;
}
/*
* Accountbox
 */
.accountbox {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 30px 32px;
    margin-bottom: 32px;
    position: relative;
}
@media (max-width: 575px) {
    .accountbox {
        padding: 24px 16px;
    }
}
.accountbox .leaf {
    position: absolute;
    top: -4px;
    right: 32px;
}
.accountbox hr {
    margin-top: 20px;
    margin-bottom: 32px;
}
.accountbox hr.w-100 {
    width: calc(100% + 64px) !important;
    margin-left: -32px;
    margin-right: -32px;
}
#premium-buy-form .checkbox-inline,
#premium-buy-form .checkbox-inline .checkbox-custom-dummy {
    margin-left: 0;
}
#premium-buy-form .checkbox-inline input[type="checkbox"] {
    margin-right: 0;
}
.accountbox #voucher-form .form-wrap {
    width: 210px;
    display: inline-block;
}
.accountbox #voucher-form button {
    width: 82px;
    min-width: 82px;
    height: 48px;
    line-height: 16px;
    border-radius: 4px;
    vertical-align: top;
    margin-left: 4px;
}
    /*
    * Blog tips
     */
.blog-tips {
    background: #F4F9FF;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
}
.blog-tips-small {
    background: #F4F9FF;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
/*
* Notice
 */
.noticebox {
    background-color: #124C94;
    border-radius: 10px;
    padding: 16px;
    color: #ffffff;
}
.noticebox .button {
    color: #FFFFFF;
    min-width: 100%;
    border: 1px solid #FFFFFF;
    margin-top: 16px;
    font-size: 16px;
    padding: 12px;
}
@media (max-width: 767px) {
    .noticebox {
        margin-top: 24px;
    }
    .noticebox img {
        padding-bottom: 16px;
    }
}
/*
* Covid Notice
 */
.covid-notice {
    background-color: #FFCC00;
    color: #0C3260;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.09px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.covid-notice-wrapper {
    position: relative;
}
.covid-notice-content {
    margin-right: 32px;
}
.covid-notice-content div {
    cursor: pointer;
}
.covid-notice ul {
    list-style: disc;
}
.covid-notice li {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07px;
    color: #333333;
    display: list-item;
    margin-left: 1em;
}
.covid-notice .modal-body p:not(:last-of-type) {
    margin-bottom: 0;
}
.covid-notice .notice-close {
    position: absolute;
    right: 0;
    top: -2px;
    font-size: 28px;
}
@media (max-width: 767px) {
    .covid-notice {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.08px;
    }
    .covid-notice-content {
        margin-right: 40px;
    }
    .covid-notice .notice-close {
        font-size: 24px;
    }
}
/*
* Cookies notice
*/
.cookies-notice {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    color: #333333;
    z-index: 2;
    background-color: #FFFFFF;
    box-shadow: 0px -6px 10px #00000029;
    display: none;
}
.cookies-notice .container-fluid {
    max-width: 1600px;
}

.cookies-notice button {
    margin-top: 16px;
}
@media (max-width: 575px) {
    .cookies-notice h6 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.09px;
    }
    .cookies-notice p {
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0;
    }
    .cookies-notice button {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        min-width: 135px;
    }
}

@media (min-width: 1200px) {
    .cookies-notice button {
        margin-top: 46px;
        min-width: 349px;
        margin-left: 36px;
        max-height: 62px;
    }
}

@media (min-width: 1400px) {
    .storno-clip {
        margin-left: -55px;
        max-width: 461px;
    }
}

@media (max-width: 1399px) {
    .storno-clip {
        max-width: 100%;
    }
}
/*
* Timeline
*/
.timeline {
    position: relative;
    margin: 0 auto;
    color: #333333;
}
.timeline .timeline-row:after {
    content: "";
    position: absolute;
    top: 0;
    left: 30%;
    margin-left: -1px;
    border-right: 4px solid #0B3470;
    height: 100%;
    display: block;
}
.timeline .timeline-row.green-one:after {
    border-color: #00B17A;
}
.timeline .timeline-row.blue-one:after {
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(
            to bottom,
            #009EC4,
            rgba(0, 0, 0, 0)
    ) 1 100%;
}
.timeline-row {
    padding-left: 30%;
    position: relative;
    padding-bottom: 50px;
    padding-top: 40px;
}
.timeline-row:last-of-type {
    padding-bottom: 0;
}
.timeline-row .timeline-time {
    position: absolute;
    right: 70%;
    top: 0;
    text-align: right;
    margin-right: 20px;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.08px;
    font-weight: 700;
}
.timeline-row .timeline-time.second {
    top: 128px;
}
.timeline-row .timeline-time small {
    display: block;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.07px;
    max-width: 134px;
}
.timeline-row .timeline-content {
    position: relative;
    padding: 16px;
    border-radius: 4px;
}
.timeline-row .timeline-content:after {
    content: "";
    position: absolute;
    top: 20px;
    height: 3px;
    width: 40px;
}
.timeline-row .timeline-time:before {
    content: "";
    position: absolute;
    top: 0;
    right: -33px;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    z-index: 1;
    background: #ffffff;
    border: 4px solid #0B3470;
}
.timeline-row.green-one .timeline-time:before {
    border-color: #00B17A;
}
.timeline-row.blue-one .timeline-time:before {
    border-color: #009EC4;
}
.timeline-row .timeline-content h6 {
    margin-bottom: 8px;
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.09px;
}
.timeline-row .timeline-content .timeline-time-span {
    background: #0B3470;
    box-shadow: 0px 1px 2px #00000029;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 8px;
    padding: 8px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07px;
}
.timeline-row.green-one .timeline-content .timeline-time-span {
    background-color: #00B17A;
}
.timeline-row.blue-one .timeline-content .timeline-time-span {
    background-color: #009EC4;
}
.timeline-row .timeline-content {
    background-color: #F4F9FF;
    box-shadow: 0px 3px 6px #00000029;
    margin-left: 40px;
    max-width: 530px;
}
.timeline-row .timeline-content:after {
    left: -39px;
    border-right: 16px solid #F4F9FF;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}
.timeline-row .timeline-content:before {
    left: -50px;
    right: initial;
}
.timeline-row .timeline-content ul {
    list-style-type: disc;
}
.timeline-row .timeline-content ul li {
    display: list-item;
    margin-left: 16px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;
}
@media (max-width: 767px) {
    .timeline {
        padding: 0 16px;
    }
    .timeline .timeline-row:after {
        left: 0;
    }
    .timeline .timeline-row {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 64px;
        margin-bottom: 0;
    }
    .timeline .timeline-row:last-of-type {
        padding-bottom: 0;
    }
    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        top: 0;
        text-align: left;
        margin: 0 0 6px 56px;
    }
    .timeline .timeline-row .timeline-time strong {
        display: inline-block;
        margin-right: 10px;
    }
    .timeline .timeline-row .timeline-icon {
        top: 52px;
        left: -2px;
        margin-left: 0;
    }
    .timeline .timeline-row .timeline-content {
        padding: 15px;
        margin-left: 56px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        position: relative;
    }
    .timeline-row .timeline-time small {
        max-width: 100%;
    }
    .timeline-row .timeline-time:before {
        right: 0;
        left: -29px;
        top: -4px;
    }
    .timeline .timeline-row .timeline-content:after {
        right: auto;
        left: -39px;
        top: 32px;
    }
    .timeline .timeline-row .timeline-time {
        position: relative;
        right: auto;
        left: auto;
        top: 0;
        text-align: left;
        margin: 0 0 24px 18px;
    }
    .timeline .timeline-row .timeline-content {
        margin-right: 0;
        margin-left: 18px;
    }
}
/*
* Blog
 */
.blog {
    max-width: 730px;
}
.blog img {
    max-width: 100%;
}
@media (min-width: 992px) {
    .blog-header-img {
        margin-left: -30px;
        margin-right: -30px;
    }
}
.blog-header-img img {
    border-radius: 10px;
    max-width: 100%;
}

.blog .left-blue-border {
    border-left: 4px solid #0C3260;
    padding-left: 24px
}
.blog .blog-hint {
    text-decoration: none;
    color: #0089FF;
}
/*
* Tooltip
*/
.tooltip-inner {
    background-color: #0C3260;
}
.tooltip.show {
    opacity: 1;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #0C3260;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #0C3260;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #0C3260;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #0C3260;
}
/*
* Premium content locker
*/
.premium-box {
    margin-top: -167px;
}
.premium-content-cover {
    height: 167px;
    background-image: linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%);
    -webkit-mask-image: linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%);
    mask-image: linear-gradient(180deg, #FFFFFF00 0%, #FFFFFF 100%);
    margin-bottom: 3px;
    margin-left: -30px;
    margin-right: -30px;
}
.premium-content {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    text-align: left;
}
.premium-content .material-icons {
    vertical-align: text-top;
}
.premium-content p:first-of-type {
    max-width: calc(100% - 190px);
}
.premium-content img {
    position: absolute;
    right: -1px;
    max-width: 184px;
}
.premium-content .button-primary {
    min-width: 227px;
}
@media (max-width: 575px) {
    .premium-content-cover {
        margin-left: 0;
        margin-right: 0;
    }
    .premium-content {
        padding: 112px 15px 15px 15px;
        margin-left: 0;
        margin-right: 0;
    }
    .premium-content p:first-of-type {
        max-width: 100%;
    }
    .premium-content img {
        position: absolute;
        right: 0;
        top: 15px;
    }
    .premium-content .button-primary {
        min-width: 100%;
    }
}
/*
* Memberbox
 */
.memberbox {
    max-width: 350px;
    padding: 32px 24px;
    margin-left: auto;
    margin-right: auto;
    min-height: 424px;
    background: #FFFFFF;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 20px;
    margin-bottom: 40px;
}
.memberbox img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    margin-bottom: 16px;
}
.memberbox .member-name {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.1px;
    color: #0C3260;
}
.memberbox .member-title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.08px;
    color: #676767;
}
.memberbox .member-description {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.09px;
    color: #333333;
}
.owl-theme .owl-dots .owl-dot span {
    background: #0B3470;
    opacity: 0.19;
    width: 12px;
    height: 12px;
    margin: 7px 4px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0B3470;
    opacity: 1;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 64px;
    height: 64px;
    background: #FFFFFF;
    color: #0C3260;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 50%;
    margin: 0 auto;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #FFFFFF;
    color: #0C3260;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -146px;
    top: 180px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -146px;
    top: 180px;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span{
    width: 24px;
}
@media (max-width: 1430px) {
    .owl-carousel .owl-nav {
        display: none;
    }
}
/*
* Product future box
*/
.future-box {
    background: #F4F9FF;
    border-radius: 10px;
    padding: 48px 20px;
    text-align: center;
    position: relative;
}
.future-box p {
    max-width: 350px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0;
    color: #333333;
}
.future-box .future-product-image {
    height: 80px;
    margin-bottom: 20px;
}
.future-box .future-product-leaf {
    position: absolute;
    right: 20px;
    top: -4px;
}
@media (max-width: 767px) {
    .future-box {
        margin-bottom: 28px;
    }
}
/*
* Gift voucher
*/
.gift-voucher {
    background-color: #0089FF;
    color: #FFFFFF;
    padding-top: 20px;
}
.gift-voucher img {
    margin-bottom: -20px;
    margin-right: 28px;
}
.gift-voucher .button-more {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    border-radius: 8px;
    margin-left: auto;
    min-width: 172px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    max-height: 41px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.08px;
}
.gift-voucher .notice-close {
    position: relative;
    top: -12px;
    right: -24px;
    cursor: pointer;
}
@media (max-width: 767px) {
    .gift-voucher {
        padding-bottom: 18px;
        position: relative;
    }
    .gift-voucher img {
        display: none;
    }
    .gift-voucher .button-more {
        display: inline;
        line-height: 48px;
        padding-right: 16px;
        padding-left: 16px;
    }
    .gift-voucher .notice-close {
        position: absolute;
        top: 6px;
        right: 6px;
    }

}
/*
* Purchase box
*/
.purchase-box {
    background: #FFFFFF ;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
}
@media (min-width: 992px) {
    .purchase-box {
        margin-left: -30px;
        margin-right: -30px;
    }
}
.purchase-header {
    color: #FFFFFF;
    background: #0C3260;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    padding: 20px 30px 16px 30px;
    border-radius: 10px 10px 0 0;
}
.purchase-header .material-icons {
    vertical-align: text-top;
    margin-right: 2px;
}
.purchase-header img.gift {
    position: absolute;
    right: 0;
    top: -1px;
}
.purchase-header img.premium-club-logo {
    position: absolute;
    right: 26px;
}
@media (max-width: 374px) {
    .purchase-header img {
        display: none;
    }
}
.purchase-content {
    padding: 16px 30px 40px 30px;
}
@media (max-width: 575px) {
    .purchase-header {
        padding: 20px 16px 16px 16px;
    }
    .purchase-content {
        padding: 16px 16px 20px 16px;
    }
}
.purchase-content .how-to-use {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.07px;
    color: #000000;
}
.purchase-content .how-to-use ul {
    list-style: decimal;
    margin-top: 4px;
}
.purchase-content .how-to-use ul li {
    display: list-item;
    margin-left: 15px;
    margin-bottom: 4px;
}
.purchase-content .form-wrap {
    margin-top: 0;
}
.purchase-content #voucherform-predefined_price div.custom-radio:first-of-type {
    margin-top: 4px;
}
.purchase-content #voucherform-predefined_price div.custom-radio:last-of-type label {
    display: inline-flex;
    flex: none;
    width: auto;
    margin-right: 8px;
}
.purchase-content .field-voucherform-price {
    display: inline-block;
    margin-top: -8px !important;
    position: relative;
    top: -8px;
}
.purchase-content .field-voucherform-price input {
    max-width: 113px;
}
.purchase-content .field-voucherform-price .form-validation {
    margin-left: 8px;
    display: inline;
}
.purchase-content .checkbox-inline  {
    margin-left: 0;
    margin-right: 0;
}
.purchase-content .checkbox-inline .checkbox-custom-dummy {
    margin-left: 0;
}
/*
* Assitancebox
 */
.assistance-box {
    padding: 32px 24px;
    border-radius: 20px;
}
.assistance-box .custom-radio {
    padding: 0 0 12px 0;
    flex: 100%;
    max-width: 100%;
}
.assistance-box .form-label-outside {
    font-weight: 700;
    white-space: normal;
}
.assistance-box .checkbox-custom-dummy {
    margin-left: 0;
}
.assistance-box .checkbox-inline {
    margin-left: 0;
}
.assistance-box .checkbox-inline input[type="checkbox"] {
    margin-right: 0;
}
/**
* Product tabs
*/
.product-tabs-lg {
    overflow:hidden;
}
@media (max-width: 991px) {
    .product-tabs-lg {
        display: none;
    }
}
.product-tabs-lg .tab-header {
    height:68px;
    display:flex;
}
.product-tabs-lg .tab-header > div {
    width: calc(20% + 40px);
    cursor: pointer;
    outline: none;
    font-size: 24px;
    letter-spacing: 0;
    color: #FFFFFF;
    line-height: 68px;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 1;
    transition: all 250ms ease-in-out;
}
.product-tabs-lg .tab-header > div:nth-child(1) {
    background-color: #0C3260;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.product-tabs-lg .tab-header > div:nth-child(2) {
    background-color: #124C94;
}
.product-tabs-lg .tab-header > div:nth-child(3) {
    background-color: #1867C7;
}
.product-tabs-lg .tab-header > div:nth-child(4) {
    background-color: #33AA81;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.product-tabs-lg .tab-header > div.active {
    width: 40%;
    text-align: left;
    border-radius: 40px;
    z-index: 5;
    margin-right: -40px;
    font-weight: 700;
}
.product-tabs-lg .tab-header > div.before {
    text-align: left;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-right: -40px;
}
.product-tabs-lg .tab-header > div.after {
    text-align: right;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-right: -40px;
}
.product-tabs-lg .tab-body {
    padding: 24px 40px;
    min-height: 220px;
}
@media (min-width: 992px) {
    .product-tabs-sm {
        display: none;
    }
}
.product-tabs-sm .product-header {
    border-radius: 40px;
    height: 50px;
    cursor: pointer;
}
.product-tabs-sm .product-header.active {
    font-weight: 700;
}
.product-tabs-sm .product-header h5 {
    color: #FFFFFF;
    font-size: 17px;
    line-height: 50px;
    padding-left: 23px;
    padding-right: 23px;
}
.product-tabs-sm .product-tab {
    margin-bottom: 8px;
}
.product-tabs-sm .product-tab:nth-child(1) .product-header {
    background-color: #0C3260;
}
.product-tabs-sm .product-tab:nth-child(2) .product-header {
    background-color: #124C94;
}
.product-tabs-sm .product-tab:nth-child(3) .product-header {
    background-color: #1867C7;
}
.product-tabs-sm .product-tab:nth-child(4) .product-header {
    background-color: #33AA81;
}
.product-tabs-sm .product-tab .product-body {
    padding: 12px 23px 24px 23px;
}
/**
* Back to basket
*/
.back-to-basket {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .back-to-basket p:first-of-type {
        font-weight: 700;
        padding-right: 16px;
    }
}
@media (max-width: 767px) {
    .back-to-basket a {
        text-decoration: underline;
    }
}
.owl-carousel.owl-carousel-partners-1 .owl-item img,
.owl-carousel.owl-carousel-partners-2 .owl-item img {
    max-width: 240px !important;
    margin-left: auto;
    margin-right: auto;
}
.opacity-100 {
    opacity: 1 !important;
}
table.table-striped.table-lectures th,
table.table-striped.table-lectures td {
    padding: 6px 12px;
    border-top: none;
    font-weight: 700;
}
table.table-striped.table-lectures tbody tr:nth-of-type(odd) {
    background-color: #E8F1FF;
}
.partner-discount {
    box-shadow: 2px 2px 20px #1A18193E;
    border-radius: 12px;
    padding-top: 34px;
    padding-bottom: 38px;
    max-width: 350px;
    margin: 0 auto 32px auto;
    height: calc(100% - 32px);
}
.partner-discount .partner-logo {
    height: 80px;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}
.partner-discount .partner-logo img {
    margin: auto;
}
.partner-discount p  {
    margin: 0 48px;
    text-align: center;
}
.partner-discount .discount-link {
    padding-top: 16px;
    color: #0089FF;
    font-weight: 700;
}
@media (max-width: 575px) {
    .partner-discount p {
        margin: 0 24px;
    }
}
.magazines img:first-of-type {
    padding-right: 16px;
}
@media (max-width: 400px) {
    .magazines img:first-of-type {
        padding-right: 0;
        padding-bottom: 16px;
    }
    .magazines img {
        display: block;
        margin: 0 auto;
    }
}