@font-face {
    font-family: 'Open Sans';
    src: url('../webfonts/OpenSans/OpenSans-Regular.ttf');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../webfonts/OpenSans/OpenSans-Light.ttf');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../webfonts/OpenSans/OpenSans-SemiBold.ttf');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../webfonts/OpenSans/OpenSans-Bold.ttf');
    font-weight: 700;
    font-display: swap;
}

:root {
    --bs-body-color: #333;
    --bs-body-font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    --bs-body-font-size: 14px;
    --bs-body-line-height: 1.428571429;
}

body {
    background: #6cbdf5;
}
nav.navbar {
    background-color: transparent;
    color: #fff
}
.navbar-nav {
    --bs-nav-link-color: #fff
}

.dropdown-menu {
    --bs-dropdown-link-active-bg: transparent;
    --bs-dropdown-link-color: #5d5d5d;
    --bs-dropdown-link-hover-color: #00d5ff;
    --bs-dropdown-link-hover-bg: transparent;
    --bs-dropdown-link-active-color: var(--bs-body-color);
    --bs-dropdown-border-color: #b2b2b2 !important;
    --bs-dropdown-border-radius: 8px;
    --bs-dropdown-min-width: 220px;
    top: 70px;
}

.header-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.header-logos {
    display: flex;
    align-items: center;
}
.header-logos__logo-nep {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid rgba(196, 196, 196, 1)
}
.header-logos__logo-nep img {
    max-height: 60px;
    max-width: 184px;
}
.header-logos__logo-nep-sm img {
    height: 40px;
}
.navbar-nav.navbar-sm .nav-item:not(:last-child) {
    border-bottom: 1px solid #E0E5EB;
}
.navbar-nav.navbar-sm .nav-link {
    --bs-nav-link-color: var(--bs-body-color)
}
.navbar-nav.navbar-sm .dropdown-menu {
    border: none;
    border-radius: 0;
    line-height: 1.75rem;
}
.navbar-nav.navbar-sm .dropdown-menu[data-bs-popper] {
    margin-top: 0;
}
.navbar-toggler {
    border: none;
    color: #00A5DB
}
.navbar-toggler:focus {
    box-shadow: none;
}
.home-up-bg {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    position: absolute;
    background-color: #6cbdf5;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#main {
    height: calc(100vh - 76px);
    padding-top: 8rem
}
.main-content {
    text-align: center;
    color: #fff;
}
.main-content h1 {
    font-size: 4rem;
    font-weight: 300;
}
.main-content h4 {
    font-size: 1.5rem;
}
.nep-big-icon {
    background-size: 1040px;
    height: 60px;
    width: 60px;
    margin: 6px auto 7px auto;
}
.main-products {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 7rem;
}
.product-link {
    width: 262px;
    height: 150px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 17px;
    margin: 5px 0;
    cursor: pointer;
    background-color: rgba(45, 75, 127, 0.5);
}
.nep-big-icon.nep-big-icon-osago {
    background: url(../images/icons-redesign.png) -13px -314px no-repeat;
}
.nep-big-icon.nep-big-icon-kasko {
    background: url(../images/icons-redesign.png) -115px -314px no-repeat;
}
.how-it-works {
    background: rgba(45, 75, 127, 1);
    color: #fff;
    padding-top: 4rem;
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    overflow: hidden;
}
.how-it-works h1 {
    font-weight: 300;
}
.how-icon__image {
    margin: 0 auto
}

.how-it-works-row {
    padding-top: 13px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
.how-it-works-row > div {
    margin-bottom: 15px;
}
.how-element {
    width: 33%;
    float: left;
}
.how-it-works-img-container {
    width: 100%;
}
.how-it-works-img {
    margin: auto;
}
.how-it-works .flipX {
    display: none;
    width: 100%;
}
.how-it-works-arrow {
    position: relative;
    display: none;
    width: 150% !important;
    margin-top: -20px;
}
.how-it-works .main-h3 {
    padding-top: 10px;
}
.how-it-works-arrow img {
    position: absolute;
}
.how-it-works .main-h3 {
    padding-top: 10px;
}
.main-text {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    font-size: 14px;
}
.main-text-padded {
    padding: 0 20px !important;
}
.kasko_inspec {
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.div-button {
    background: transparent;
    border: none;
    display: table;
    margin: auto;
}
.need-kasko-background {
    margin: auto;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    /* max-width: 560px; */
    padding: 15px 20px;
}
.hover-show-or-hide .hover-show-or-hide__HIDE {
    display: block;
}
.hover-show-or-hide .hover-show-or-hide__SHOW {
    display: none;
}
.need_kasko {
    border-bottom: 1px dashed;
    cursor: pointer;
}
.need_kasko:hover {
    color: #000000 !important;
}
footer {
    background: rgba(42, 55, 88, 1) !important;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    color: white;
}

.footer-container {
    min-height: 142px;
}

footer a.mailto-link {
    color: #ffffff;
    text-decoration: underline;
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}
@media (min-width: 992px) {
    .dropdown-menu:before {
        content: '';
        display: block !important;
        position: absolute;
        top: -22px;
        left: 20px;
        width: 0;
        height: 0;
        border-color: transparent transparent #fff transparent;
        border-style: solid;
        border-width: 11px;
    }
}
@media (max-width: 1440px) {
    .main-content h1 {
        font-size: 2.5rem;
    }
}
@media (max-width: 991px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 768px) {
    #main {
        height: calc(100vh - 56px);
        padding-top: 8rem
    }
    nav.navbar {
        background-color: #fff;
        color: var(--bs-body-color);
    }
    .main-content h4 {
        font-size: 1rem;
    }
    .product-link {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        height: 50px;
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 5px;
        color: #17a3d8;
        padding-top: 0;
    }
    .nep-big-icon {
        margin: 0 .5rem 0 .75rem;
        width: 30px;
        height: 30px;
        background-size: 517px !important;
        padding: 2px 0 3px 24px;
        display: inline;
    }
    .nep-big-icon.nep-big-icon-osago {
        background: url(../images/icons-redesign.png) -7px -7px no-repeat;
    }
    .nep-big-icon.nep-big-icon-kasko {
        background: url(../images/icons-redesign.png) -57px -7px no-repeat;
    }
    .how-element {
        width: 100% !important;
    }
}
@media (max-height: 585px) {
    #main {
        padding-top: 3rem;
    }
    .main-products {
        margin-top: 2.5rem;
    }
}
@media (max-height: 425px) {
    #main {
        padding-top: 1rem;
    }
    .main-products {
        margin-top: 1.5rem;
    }
}
