body {
    font-family: 'Lora', sans-serif;
    color: #333333;
    font-weight: 500;
}

a,
.uk-link {
    color: #c52024;
    text-decoration: underline;
    cursor: pointer;
}

.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6,
.uk-heading-2xlarge,
.uk-heading-large,
.uk-heading-medium,
.uk-heading-small,
.uk-heading-xlarge,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lora', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    font-family: 'Lora';
}

h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.nav {
    position: absolute;
    top: 0px;
    z-index: 99;
    left: 0;
    right: 0;
    background-color: white !important;
}

.uk-navbar-nav li a {
    color: #626262 !important;
    font-family: 'Lora', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

div.sublangs {
    margin-top: 20px;
    margin-left: 15px;
}

div.sublangs ul {
    background: #ccc;
    border-radius: 20px;
    padding: 8px 6px !important;
    margin-bottom: 0px !important;

}

.uk-navbar-nav li.lang {
    background: #c52024;
    color: #fff !important;
    border-radius: 20px;
    padding: 5px;
}

.uk-navbar-nav li {
    color: #626262 !important;
    list-style: none;
    display: inline;
}

@media (max-width: 575px) {
    div.sublangs {
        margin-top: 15px;
        margin-left: 0px;
    }

    div.sublangs ul {
        background: none;
        border-radius: 20px;
        padding: 0px 0px !important;
        margin-bottom: 0px !important;
        width: auto;
    }

    div.sublangs ul li {
        display: inline-block;
    }

    div.sublangs ul li.lang {
        background: #c52024;
        color: #fff !important;
        border-radius: 20px;
        padding: 5px;

    }

}

.uk-sticky-placeholder {
    height: 0 !important;
}

.top-wrap::before,
.overlay-wrap::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    /*background-color: rgba(0,0,0,0.5);*/
}

.top-wrap-height {
    height: 80vh;
    min-height: 460px;
    transition: height 0.25s;
}

.uk-subnav-pill > * > :first-child {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.04);
}

.top-container {
    z-index: 2;
}

.uk-logo img {
    width: 180px;
}

.subtitle-text {
    font-size: 1.2em;
    opacity: 0.7;
    font-weight: 300;
}

.logos-grid img {
    display: block;
    width: 60px;
    margin: 0 auto;
    filter: grayscale(100%);
    transition: filter 0.25s;
}

.logos-grid img:hover {
    display: block;
    width: 60px;
    margin: 0 auto;
    filter: grayscale(0);
}

.uk-subnav-pill > .uk-active > a {
    background-color: #c52024;
    color: #fff;
}

#products {
    background: #f6f6f6;
}

.product-item {
    padding-top: 50px;
    padding-bottom: 80px;
    border-bottom: 1px solid #00000017;
}

.item-button {
    background-color: #c52024;
}

.item-button:hover {
    background-color: #ba1a1e;
}

.item-button:focus {
    background-color: #ba1a1e;
}

.uk-text-primary {
    color: #c52024 !important;
}

.bt-color {
    color: #c52024 !important;
}

.uk-navbar-toggle-icon {
    color: black !important;
}

.h6-name {
    text-transform: uppercase;
}

.subtitle-text {
    font-family: 'Lora', sans-serif;
    font-size: 16px;
    opacity: 1;
}

.uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23564AEB%22%20width%3D%2213%22%20height%3D%221%22%20x%3D%220%22%20y%3D%226%22%20%2F%3E%0A%20%20%20%20%3Crect%20fill%3D%22%23564AEB%22%20width%3D%221%22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.uk-accordion > :nth-child(n+2) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #ededed;
}

.text-norm {
    font-family: 'Lora';
}

.uk-h1 {
    font-family: 'Lora';
}

.uk-light .uk-dotnav > .uk-active > * {
    background-color: #c52024 !important;
}

.uk-card-primary.uk-card-body .uk-dotnav > * > *,
.uk-card-primary > :not([class*=uk-card-media]) .uk-dotnav > * > *,
.uk-card-secondary.uk-card-body .uk-dotnav > * > *,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-dotnav > * > *,
.uk-light .uk-dotnav > * > *,
.uk-offcanvas-bar .uk-dotnav > * > *,
.uk-overlay-primary .uk-dotnav > * > *,
.uk-section-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-section-secondary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-primary:not(.uk-preserve-color) .uk-dotnav > * > *,
.uk-tile-secondary:not(.uk-preserve-color) .uk-dotnav > * > * {
    background-color: transparent;
    border-color: #c52024 !important;
}

.uk-card-primary.uk-card-body .uk-slidenav,
.uk-card-primary > :not([class*=uk-card-media]) .uk-slidenav,
.uk-card-secondary.uk-card-body .uk-slidenav,
.uk-card-secondary > :not([class*=uk-card-media]) .uk-slidenav,
.uk-light .uk-slidenav,
.uk-offcanvas-bar .uk-slidenav,
.uk-overlay-primary .uk-slidenav,
.uk-section-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-section-secondary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-primary:not(.uk-preserve-color) .uk-slidenav,
.uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
    color: #c52024 !important;
}

.features-lists {
    font-size: 12px;
    text-align: center;
}

.block-features {
    padding: 30px 25px;
}

.roundedimg {
    border-radius: 9px;
}

.mintext {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.uk-subnav > * {
    margin-bottom: 10px;
}

@media (max-width: 575px) {
    h2 {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .uk-subnav .uk-border-pill {
        font-size: 10px !important;
    }
}

@media (min-width: 960px) {
    .uk-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.uk-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.black-text {
    color: #333333;
}

.starttext {
    font-size: 1.5em;
}

@media (max-width: 575px) {
    .starttext {
        margin-top: 40px;
    }
}

@media (min-width: 575px) {
    .starttext {
        margin-top: 140px;
    }
}

.zag-white-1 {
    font-size: 1.8em;
    color: #fff;
}

.zag-dark-1 {
    font-size: 1.8em;
}

.zag-dark-italic-1 {
    font-size: 1.8em;
    font-style: italic;
}

.descr-dark {
    font-size: 1em;
    margin-top: 15px;
}
