body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2C2C2C;
    background-color: #f2f3f5;
    font-size: 16px;
    line-height: 1.15;
}

a {
    color: #00B6FF;
}

a:hover {
    text-decoration: none;
}

.text-link {
    color: #00B6FF;
    text-decoration: underline;
    cursor: pointer;
}

/* Buttons
-------------------------------------------------------------------------------------------------------
*/
.button {
    line-height: 35px;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
    border: none;
    position: relative;
    font-family: Helvetica, 'Helvetica-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
}

.button-primary {
    background-color: #FF001F;
    color: #fff;
    width: 100%;
}

.button-secondary {
    background-color: #00B6FF;
    color: #fff
}

.button-primary-hollow {
    background-color: #fff;
    color: #FF001F;
    border: #FF001F solid 1px
}

.button-subscribe {
    display: inline-block;
    line-height: 40px;
    padding-left: 30px;
    padding-right: 20px;
    font-family: 'Helvetica-Bold', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.newsletter-text-container .button-subscribe {
    margin-top: 8px;
}

.button-back {
    font-family: Helvetica, 'Helvetica-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 28px;
    padding-left: 30px;
    padding-right: 15px;
    margin: 0;
    background-color: #2C2C2C;
    color: #fff
}

.button-back:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    text-align: center;
    content: "\e5c4";
    position: absolute;
    left: 10px;
    display: inline-block;
    letter-spacing: normal;
    overflow-wrap: normal;
    white-space: nowrap;
    direction: ltr;

}

@media (min-width: 1280px) {
    .button {
        line-height: 40px;
        font-size: 17px;
        padding-left: 20px;
        padding-right: 20px
    }

    .button-subscribe {
        line-height: 45px;
        padding-left: 30px;
        padding-right: 30px
    }

    .button-back {
        padding-left: 30px;
        padding-right: 15px;
        line-height: 28px;
        font-size: 14px
    }
}

@media (min-width: 760px) and (max-width: 1019px) {
    .button {
        line-height: 35px;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .button-subscribe {
        line-height: 40px;
        padding-left: 20px;
        padding-right: 20px
    }

    .button-back {
        padding-left: 30px;
        padding-right: 15px;
        line-height: 28px;
        font-size: 14px
    }
}

@media (max-width: 759px) {
    .button {
        line-height: 35px;
        font-size: 15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .button-subscribe {
        line-height: 40px;
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px
    }

    .button-back {
        padding-left: 30px;
        padding-right: 15px;
        line-height: 28px;
        font-size: 14px
    }
}

@media (max-width: 439px) {
    .button-subscribe {
        padding-left: 10px;
        padding-right: 10px
    }
}

.read-more::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    font-size: 18px;
    text-align: center;
    padding-left: 5px;
    line-height: 20px;
    content: "\e5c8";
}

.container-full {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
}

/* Header Navigation
-------------------------------------------------------------------------------------------------------
*/
.site-header {
    position: fixed;
    z-index: 300;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    background-color: #2C2C2C;
}

@media (min-width: 1280px) {
    .site-header {
        height: 80px;
    }
}

@media (max-width: 1019px) {
    .site-header {
        height: 60px;
    }
}

@media (max-width: 759px) {
    .site-header {
        height: 50px;
    }
}

/*
Header categories search
-------------------------------------------------------------------------------------------------------
*/

.header-categories-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 335px;
}

@media (min-width: 1280px) {
    .header-categories-search {
        width: 403px;
    }
}

@media (max-width: 1019px) and (min-width: 760px) {
    .header-categories-search {
        width: 60px;
    }
}

@media (max-width: 759px) {
    .header-categories-search {
        width: 50px;
    }
}

.header-categories-button {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #00B6FF;
}

.header-categories-button:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e5db";
    font-size: 20px;
    color: white;
    padding-left: 5px;
    line-height: 30px;
}

.header-categories-close-button {
    z-index: 1;
    display: none;
    /*display: flex;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #FF001F;
}

.header-categories-close-button:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e5cd";
    font-size: 20px;
    color: #FF001F;
    padding-left: 5px;
    line-height: 30px;
}

.site-header .header-categories-button, .site-header .header-categories-close-button {
    min-width: 136px;
    height: 40px;
    line-height: inherit;
    margin-left: 15px;
}

@media (min-width: 1280px) {
    .site-header .header-categories-button, .site-header .header-categories-close-button {
        min-width: 143px;
        margin-left: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 759px) {
    .site-header .header-categories-button {
        display: none;
    }
}

/*
Header categories overlay
-------------------------------------------------------------------------------------------------------
*/

.categories-overlay {
    display: none;
    z-index: 100;
    position: fixed;
    width: 100%;
    height: calc(100% - 70px);
    top: 70px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    overflow: scroll;
}

@media (max-width: 1019px) and (min-width: 760px) {
    .categories-overlay {
        top: 60px;
        height: calc(100% - 60px);
    }
}

@media (min-width: 1280px) {
    .categories-overlay {
        top: 80px;
        height: calc(100% - 80px);
    }
}

.categories-overlay-wrapper {
    width: 940px;
    height: auto;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1280px) {
    .categories-overlay-wrapper {
        width: 1200px;
    }
}

@media (max-width: 1019px) and (min-width: 760px) {
    .categories-overlay-wrapper {
        width: 700px;
    }
}

.category-section {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 50px;
    border-bottom: 1px solid #E6E6E6;
}

@media (min-width: 1280px) {
    .category-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.category-section-title {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    border-left: 5px solid #00C7F6;
}

@media (min-width: 1280px) {
    .category-section-title {
        width: 33.3%;
    }
}

.category-section-title a {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    display: inline;
    text-decoration: none;
    margin: 0;
    padding: 0;
    color: #2C2C2C;
}

.category-section-title a::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ff001f;
    font-size: 18px;
    text-align: center;
    position: relative;
    top: 3px;
    padding-left: 10px;
    line-height: 20px;
    content: "\e5c8";
}

.category-section p {
    font-size: 14px;
    line-height: 18px;
    color: #969696;
}

.category-section ul {
    width: 100%;
    padding: 0;
    margin: 30px -10px 0 -10px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1280px) {
    .category-section ul {
        width: 66.6%;
        margin-top: 0;
    }
}

.category-section ul li {
    width: 33.3%;
    display: flex;
    align-items: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}

.category-section ul li::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e409";
    position: relative;
    top: 3px;
    font-size: 20px;
    color: #00B6FF;
}

@media (min-width: 1280px) {
    .category-section ul li {
        width: 50%;
    }
}

@media (max-width: 1019px) and (min-width: 760px) {
    .category-section ul li {
        width: 50%;
    }
}

.category-section ul li a {
    text-decoration: none;
    font-family: Helvetica, 'Helvetica-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 20px;
    color: #2C2C2C;
}

/*
Header search
-------------------------------------------------------------------------------------------------------
*/

.header-search {
    display: inline-block;
    position: relative;
    z-index: 10;
}

.header-search-icon:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #969696;
    font-size: 18px;
    position: absolute;
    text-align: center;
    top: 8px;
    left: 30px;
    font-size: 22px;
    content: "\e8b6";
    z-index: 999;
}

.header-search-field {
    z-index: 20;
    width: 164px;
    height: 40px;
    padding-left: 40px;
    padding-right: 10px;
    margin-left: 20px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    color: #2C2C2C;
    border: 1px solid #fff;
    border-radius: 5px;
}

.header-search-field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
    color: #b4b4b4;
    opacity: 1;
}

.header-search-field::-ms-input-placeholder {
    /* Microsoft Edge */
    /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #b4b4b4;
}

.header-search-field:focus {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    width: 400px;
    cursor: auto;
    background-color: white;
    border: 1px solid #fff;
    outline: none;
    padding-right: 10px;
}

@media (min-width: 1280px) {
    .header-search-field {
        width: 210px;
    }
}

@media (max-width: 1019px) {
    .header-search-field {
        width: 40px;
        height: 40px;
        margin-left: 15px;
        border-radius: 5px;
        background-color: #000000;
        cursor: pointer;
        padding: 0;
        border: none;
        color: black;
    }

    .header-search-field:focus {
        padding-left: 40px;
    }

    .header-search-icon:before {
        color: #ffffff;
        left: 24px;
    }

    .header-search-field:focus ~ .header-search-icon:before {
        color: #969696;
    }

    .header-search-field::placeholder {
        color: black;
        opacity: 0.5;
    }
}

@media (max-width: 759px) {
    .header-search {
        position: static;
    }

    .header-search-field {
        margin-left: 5px;
    }

    .header-search-field:focus {
        position: absolute;
        width: calc(100% - 50px);
        height: 50px;
        padding-left: 60px;
        top: 0;
        left: 0;
        margin-left: 0;
        border-radius: 0;
    }

    .header-search-icon:before {
        top: 14px;
        left: 14px;
    }
}

.header-logo {
    padding-top: 2px;
    position: relative;
    text-align: center;
}

.check-sign {
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
}

.image-contain {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    font-family: "object-fit:contain";
    object-fit: contain;
}

.header__logo-pic {
    width: 150px;
    height: 60px;
}

@media (max-width: 759px) {
    .header__logo-pic {
        width: 125px;
        height: 50px;
    }
}

.header-menu {
    width: 343px;
}

.site-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}

@media (min-width: 1280px) {
    .header-menu {
        width: 403px;
    }
}

@media (max-width: 1019px) {
    .site-nav-list {
        display: none;
    }

    .header-menu {
        width: 60px;
    }
}

@media (max-width: 759px) {
    .header-menu {
        width: 50px;
    }
}

.site-nav-list a {
    color: #fff;
    text-decoration: none;
}

.site-nav-item {
    position: relative;
    height: 100%;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Helvetica, 'Helvetica-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    text-align: center;
    cursor: pointer;
}

.site-nav-item:hover:not(.site-nav-item-active) {
    font-weight: bold;
}

.site-nav-item-current-page {
    border-top: 5px solid #FF001F;
    border-bottom: 5px solid #2C2C2C;
}

.site-nav-item-dropdown-list {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    width: 155px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    padding-right: 20px;
    margin: 0;
    list-style: none;
    z-index: 11;
    text-align: left;
    background-color: #242424;
    -webkit-box-shadow: -10px 2px 14px 0 rgba(0, 0, 0, 0.26);
    box-shadow: -10px 2px 14px 0 rgba(0, 0, 0, 0.26);
}

@media (min-width: 1280px) {
    .site-nav-item-dropdown-list {
        top: 76px;
        width: 175px;
        padding-top: 20px;
        padding-left: 25px;
        padding-bottom: 20px;
        padding-right: 25px;
    }
}

.site-nav-item-dropdown:hover > .site-nav-item-dropdown-list {
    display: inline-block;
}

.site-nav-item-dropdown-list li {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #F2F3F5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.site-nav-item-dropdown-list li a {
    font-size: 14px;
}

@media (min-width: 1280px) {
    .site-nav-item-dropdown-list li {
        height: 40px;
        line-height: 40px;
    }
}

@media (min-width: 1280px) {
    .site-nav-item {
        line-height: 70px;
    }
}

.site-nav-item-active {
    background-color: #FF001F;
}

@media (max-width: 1019px) {
    .hamburger-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 60px;
        background-color: #FF001F;
        cursor: pointer;
    }

    .hamburger-menu-icon::before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: white;
        font-size: 24px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 30px;
        content: "\e5d2";
    }

    .hamburger-menu-close-icon::before {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: white;
        font-size: 24px;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        line-height: 30px;
        content: "\e5cd";
    }
}

@media (max-width: 759px) {
    .hamburger-menu {
        width: 50px;
        height: 50px;
    }
}

@media (min-width: 1280px) {
    .hamburger-menu-items {
        top: 80px;
    }

    .hamburger-menu-items-open {
        min-height: calc(100% - 80px);
    }
}

.hamburger-menu-items {
    display: none;
    position: fixed;
    min-height: calc(100% - 70px);
    overflow-y: scroll;
    top: 70px;
    right: 0;
    bottom: 0;
    width: 440px;
    z-index: 10;
    background-color: #2C2C2C;
    -webkit-box-shadow: -10px 8px 14px 0 rgba(0, 0, 0, 0.26);
    box-shadow: -10px 8px 14px 0 rgba(0, 0, 0, 0.26);
}

.hamburger-menu-items-open {
    display: inline-block;
    -webkit-animation-name: openHamburgerMenu;
    animation-name: openHamburgerMenu;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@media (max-width: 1019px) and (min-width: 760px) {
    .hamburger-menu-items {
        top: 60px;
    }

    .hamburger-menu-items-open {
        min-height: calc(100% - 60px);
    }
}

@media (max-width: 759px) {
    .hamburger-menu-items {
        top: 50px;
        width: 100%;
        background-color: #FF001F;
    }

    .hamburger-menu__items-open {
        min-height: calc(100% - 50px);
    }
}

.hamburger-menu-main-list {
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    margin: 0;
    list-style: none;
    background-color: #FF001F;
}

@media (max-width: 759px) {
    .hamburger-menu__main-list {
        padding-top: 5px;
    }
}

.hamburger-menu-main-list-item {
    line-height: 46px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
}

.hamburger-menu-main-list-link {
    display: inline-block;
    width: 100%;
    line-height: 45px;
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #fff;
}

.hamburger-menu-main-list-link::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2C2C2C;
    text-align: center;
    position: relative;
    top: 3px;
    left: 10px;
    line-height: 20px;
    content: "\e5c8";
}

.hamburger-menu-sub-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 0;
    padding-bottom: 0;
    margin: 0;
    list-style: none;
    line-height: normal;
}

.hamburger-menu-sub-list-item {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
}

.hamburger-menu-sub-list-link {
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 44px;
    font-family: Helvetica, 'Helvetica-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.hamburger-menu-sub-list-link::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: white;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 20px;
    content: "\e409";
}

.sub-list-overlay-menu {
    display: none;
    position: fixed;
    top: 70px;
    right: 0;
    width: 440px;
    height: calc(100% - 70px);
    overflow: scroll;
    z-index: 1;
    background-color: #FF001F;
}

.sub-list-overlay-menu-open {
    display: inline-block;
}

@media (min-width: 1280px) {
    .sub-list-overlay-menu {
        top: 80px;
        height: calc(100% - 80px);
    }
}

@media (max-width: 1019px) and (min-width: 760px) {
    .sub-list-overlay-menu {
        top: 60px;
        height: calc(100% - 60px);
    }
}

@media (max-width: 759px) {
    .sub-list-overlay-menu {
        top: 50px;
        width: 100%;
        height: calc(100% - 50px);
    }
}

.overlay-menu-header {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-right: 0;
    margin: 0;
    line-height: normal;
    background: #E9041F;
}

.overlay-menu-title {
    display: inline-block;
    position: relative;
    width: 100%;
    line-height: 30px;
    text-decoration: none;
    margin-top: 5px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #fff;
}

.overlay-menu-title::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(44, 44, 44);
    text-align: center;
    position: absolute;
    top: 6px;
    padding-left: 12px;
    line-height: 20px;
    content: "\e5c8";
}

.overlay-menu-list {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    line-height: normal;
    list-style: none;
}

.overlay-menu-list-item {
    width: 100%;
    line-height: 20px;
}

.overlay-menu-link {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-decoration: none;
    font-family: Helvetica, 'Helvetica-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #fff;
}

.hamburger-menu-newsletter-subscription {
    display: inline-block;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 40px;
    padding-right: 50px;
    background-color: #2C2C2C;
}

@media (max-width: 759px) {
    .hamburger-menu-newsletter-subscription {
        display: none;
    }
}

.newsletter-subscription-title {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
}

.newsletter-subscription-list {
    margin-bottom: 25px;
}

.newsletter-subscription-list-item {
    font-size: 15px;
    line-height: 21px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

/* Main
-------------------------------------------------------------------------------------------------------
*/
main {
    margin-top: 70px;
}

@media (min-width: 1280px) {
    main {
        margin-top: 80px;
    }
}

@media (max-width: 1019px) {
    main {
        margin-top: 60px;
    }
}

@media (max-width: 759px) {
    main {
        margin-top: 50px;
    }
}

/* Home-search
-------------------------------------------------------------------------------------------------------
*/
.home-search {
    background-image: url(/img/detailed-search-background.webp);
    height: 274px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1279px) {
    .home-search {
        background-image: url(/img/detailed-search-background-tablet.webp);
    }
}

@media (max-width: 759px) {
    .home-search {
        height: 212px;
    }
}

@media (min-width: 1280px) {
    .home-search {
        height: 287px;
    }
}

.home-search-container {
    width: 620px;
}

@media (min-width: 1280px) {
    .home-search-container {
        width: 790px;
    }
}

@media (max-width: 1019px) and (min-width: 760px) {
    .home-search-container {
        width: 580px;
    }
}

@media (max-width: 759px) {
    .home-search-container {
        max-width: 420px;
        min-width: 290px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media (max-width: 459px) {
    .home-search-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.home-search h1, .home-search h2, .home-search p, .home-search a {
    color: white;
}

.home-search h1 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.5px;
    margin-bottom: 5px;
}

@media (min-width: 1280px) {
    .home-search h1 {
        font-size: 30px;
    }
}

@media (max-width: 1019px) and (min-width: 760px) {
    .home-search h1 {
        font-size: 28px;
    }
}

@media (max-width: 759px) {
    .home-search h1 {
        font-size: 18px;
        letter-spacing: -0.35px;
    }
}

@media (max-width: 319px) {
    .home-search h1 {
        font-size: 17px;
    }
}

.home-search h2, .home-search p {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px;
}

@media (max-width: 759px) {
    .home-search h2, .home-search p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 15px;
    }
}

.home-search-field {
    background-color: #fff;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 0 10px;
    display: grid;
    grid-template-columns: auto 1fr 105px auto;
    align-items: center;
}

@media (min-width: 1280px) {
    .home-search-field {
        height: 60px;
    }
}

@media (max-width: 759px) {
    .home-search-field {
        height: 50px;
        grid-template-columns: auto 1fr auto;
    }
}

.home-search-input {
    width: 100%;
    padding-right: 10px;
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #2C2C2C;
    height: 30px;
    border-right: 1px solid #979797;
    outline: none;
}

.home-search-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 14px;
    opacity: 1;
    /* Firefox */
}

.home-search-input::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    /* Microsoft Edge */
    font-size: 14px;
}

@media (max-width: 759px) {
    .home-search-input {
        font-size: 13px;
        border: none;
    }
}

.home-search-field i::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #969696;
    font-size: 20px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 30px;
    content: "\e8b6";
}

@media (min-width: 1280px) {
    .home-search-field i::before {
        font-size: 22px;
    }
}

@media (max-width: 759px) {
    .home-search-field i::before {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.home-search a {
    color: #fff;
}

.home-search a:hover {
    text-decoration: underline;
}

/* Custom select
-------------------------------------------------------------------------------------------------------
*/
/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-size: 12px;
    color: #292928;
    line-height: 14px;
}

@media (min-width: 1280px) {
    .custom-select {
        font-size: 14px;
    }
}

@media (max-width: 759px) {
    .custom-select {
        display: none;
    }
}

.custom-select select {
    display: none;
    /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 10px;
    right: 12px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: #000 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000 transparent;
    top: 5px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    padding: 4px 15px;
    cursor: pointer;
    user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 759px) {
    .home-search-field input[type=submit] {
        display: none;
    }
}

@media (max-width: 759px) {
    .home-search-suggestion {
        display: none;
    }
}

/* Home section
-------------------------------------------------------------------------------------------------------
*/
.home-section {
    background-color: #E9EBEE;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-section:nth-child(2n-1) {
    background-color: #F2F3F5;
}

.home-section-title h2, h2.home-section-title {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    text-decoration: none;
    color: #2C2C2C;
}

.home-news-title h2:hover {
    color: #00b6ff;
}

.home-section-description {
    font-size: 14px;
    color: #969696;
    line-height: 22px;
    margin-bottom: 35px;
    margin-top: 5px;
}

/* Home category accordion
-------------------------------------------------------------------------------------------------------
*/
.category-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.category-accordion {
    margin-right: 6px;
    margin-bottom: 10px;
    height: 100%;
    width: 307px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
    cursor: pointer;
    background-color: white;
}

@media (max-width: 759px) {
    .category-accordion {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 1019px) and (min-width: 760px) {
    .category-accordion {
        width: 343px;
    }
}

@media (min-width: 1280px) {
    .category-accordion {
        margin-right: 8px;
        width: 391px;
    }
}

.category-accordion-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 5px solid #00B6FF;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
    transition: 0.4s;
}

.category-accordion-text-part {
    width: 227px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 1019px) and (min-width: 760px) {
    .category-accordion-text-part {
        width: 265px;
    }
}

@media (min-width: 1280px) {
    .category-accordion-text-part {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 20px;
        margin-right: 20px;
        width: 298px;
    }
}

.category-accordion-head h2 {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #2C2C2C;
    line-height: 24px;
    text-decoration: none;
}

.category-accordion-head h2:hover {
    color: #00B6FF;
}

@media (min-width: 1280px) {
    .category-accordion-head h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

.category-accordion-description {
    font-size: 12px;
    color: #969696;
    line-height: 16px;
    margin: 0;
}

@media (min-width: 1280px) {
    .category-accordion-description {
        font-size: 14px;
        line-height: 22px;
    }
}

.category-accordion-toggle {
    margin-right: 15px;
    height: 30px;
    width: 30px;
    background-color: #F5F5F5;
    border-radius: 6px;
    cursor: pointer;
}

@media (min-width: 1280px) {
    .category-accordion-toggle {
        margin-right: 20px;
    }
}

.category-accordion-toggle:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e5cf";
    font-size: 20px;
    color: #2C2C2C;
    padding-left: 5px;
    line-height: 30px;
}

.accordion-active .category-accordion-toggle:before {
    content: "\e5cd";
}

.category-accordion-list {
    background-color: #fff;
    display: none;
    transition: display 0.2s ease-out;
}

.show {
    display: block;
}

.category-sub-menu {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.category-sub-menu-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
}

@media (min-width: 1280px) {
    .category-sub-menu-item {
        padding-top: 7px;
        padding-bottom: 7px;
    }
}

.category-sub-menu-link h3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #2C2C2C;
    line-height: 20px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 1280px) {
    .category-sub-menu-link h3 {
        font-size: 15px;
        line-height: 21px;
    }
}

.category-sub-menu-link h3:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e409";
    font-size: 20px;
    padding-left: 5px;
    color: #00B6FF;
    margin-right: 5px;
    display: block;
}

/* Tooltip submenu
--------------------------------------------------------------------------------
*/
.tooltip {
    position: relative;
    display: flex;
}

.tooltip-box {
    display: none;
    background-color: white;
    /* Position the tooltip */
    position: absolute;
    top: 0;
    z-index: 5;
    left: 100%;
    margin-left: 1px;
    border: 1px solid #E9EBEE;
    border-radius: 0;
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.2);
    width: 400px;
}

.tooltip-box::after {
    content: " ";
    position: absolute;
    top: 0;
    right: 100%;
    /* To the right of the tooltip */
    margin-top: 10px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent white transparent transparent;
}

.category-accordion:nth-child(3n) .tooltip-box {
    left: unset;
    right: 100%;
    margin-left: unset;
    margin-right: 2px;
}

.category-accordion:nth-child(3n) .tooltip-box::after {
    content: " ";
    position: absolute;
    top: 0;
    right: unset;
    left: 100%; /* To the left of the tooltip */
    margin-top: 10px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent white;
}

.tooltip-box ul {
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 25px;
    margin-right: 25px;
}

.tooltip-box ul li {
    margin-bottom: 15px;
}

.tooltip-box ul li a {
    color: inherit;
    font-size: 14px;
}

.tooltip-box ul li a:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e5c8";
    padding-left: 5px;
    color: red;
    margin-right: 5px;
    display: inline-block;
}

@media (min-width: 1024px) {
    .tooltip:hover {
        background-color: #F2F3F5;
    }

    .tooltip:hover .category-sub-menu-link h3 {
        color: #FF001F;
    }

    .tooltip:hover .tooltip-box {
        display: block;
    }

}

/* News
-------------------------------------------------------------------------------------------------------
*/
.card-category-label {
    text-transform: uppercase;
    color: #FF001F;
    margin-right: 4px;
    padding-right: 4px;
    text-decoration: none;
    border-radius: 2px;
}

.card-category-label:hover {
    font-weight: bold;
}

.news-event-label {
    z-index: 100;
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
}

.news-event-label div {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
}

.news-event-label div:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.news-event-label div:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.online {
    background-color: #FF001F;
    color: #FFFFFF;
    font-weight: bold;
}

.tender {
    background-color: #2C2C2C;
    color: #FFFFFF;
    font-weight: bold;
}

.news-event-label div.news-event-date-label {
    background-color: #E9EBEE;
    color: #242424;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.news-card-date {
    color: #969696;
    padding-left: 8px;
    border-left: #E9EBEE solid 2px;
}

.news-card-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover";
    object-fit: cover;
}

/* do not delete above this if reset... */
.news-card {
    height: 422px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11)
}

.news-card:hover {
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s
}

@media (max-width: 759px) {
    .news-card:hover {
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11)
    }
}

.news-card:hover .news-card-brand-logo {
    -webkit-filter: none;
    filter: none
}

.news-card-image {
    height: 200px;
    width: 100%;
    position: relative
}

.news-card-image .image-play-button {
    position: absolute;
    height: 50px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px
}

.news-card-text-container {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    line-height: 16px;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-card-title {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 22px;
    margin-bottom: 5px;
    max-height: 66px;
    overflow: hidden
}

.news-card-text {
    font-size: 13px;
    color: #969696;
    line-height: 18px;
    margin-bottom: 15px;
    max-height: 74px;
    overflow: hidden
}

.news-card-brand-logos {
    position: absolute;
    right: 15px;
    bottom: 10px;
}

.news-card-brand-logo {
    float: right;
    width: 55px;
    height: 20px;
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%) opacity(50%);
    filter: grayscale(100%) opacity(50%);
    margin-left: 10px;
}

.news-card-item:nth-child(n+4) {
    max-width: 50%
}

.news-card-item:nth-child(n+4) .news-card {
    height: 140px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.news-card-item:nth-child(n+4) .news-event-label {
    height: 20px;
}

.news-card-item:nth-child(n+4) .news-event-label div {
    padding-left: 8px;
    padding-right: 8px;
    line-height: 20px;
    font-size: 13px;
}

.news-card-item:nth-child(n+4) .news-event-label div.news-event-date-label {
    line-height: 21px;
    font-size: 11px;
}

.news-card-item:nth-child(n+4) .news-card-image {
    height: 100%;
    width: 190px
}

.news-card-item:nth-child(n+4) .news-card-text {
    display: none;
}

.news-card-item:nth-child(n+4) .news-card-text-container {
    width: calc(100% - 190px);
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
}

.news-card-item:nth-child(n+4) .news-card-title {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px
}

.news-card-item:nth-child(n+4) .news-card-brand-logos {
    right: 15px;
    bottom: 10px;
}

@media (min-width: 1280px) {
    .news-card-item:nth-child(n+4) .news-card {
        height: 130px
    }

    .news-card-item:nth-child(n+4) .news-card-image {
        width: 176px
    }

    .news-card-item:nth-child(n+4) .news-card-text-container {
        width: calc(100% - 176px);
        padding-top: 15px
    }

    .news-card-item:nth-child(n+4) .news-card-title {
        font-size: 15px;
        max-height: 60px;
        margin-bottom: 7px
    }

    .news-card {
        height: 487px;
        margin-bottom: 30px
    }

    .news-card-image {
        height: 253px
    }

    .news-card-header {
        font-size: 13px
    }

    .news-card-title {
        font-size: 17px;
        line-height: 24px;
        max-height: 70px;
        margin-bottom: 10px
    }

    .news-card-text {
        margin-bottom: 15px;
        font-size: 14px;
    }
}

@media (min-width: 760px) and (max-width: 1019px) {
    .news-card {
        height: 430px
    }

    .news-card-image {
        height: 226px
    }

    .news-card-text {
        max-height: 54px
    }

    .news-card-item:nth-child(n+3) .news-card {
        height: 117px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .news-card-item:nth-child(n+3) .news-event-label {
        top: unset;
        bottom: 10px;
        left: 15px;
        height: 20px;
    }

    .news-card-item:nth-child(n+3) .news-event-label div {
        padding-left: 8px;
        padding-right: 8px;
        line-height: 20px;
        font-size: 13px;
    }

    .news-card-item:nth-child(n+3) .news-event-label div.news-event-date-label {
        line-height: 21px;
        font-size: 11px;
    }

    .news-card-item:nth-child(n+3) .news-card-image {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 70px;
        height: 70px
    }

    .news-card-item:nth-child(n+3) .news-card-brand-logos {
        bottom: 12px
    }

    .news-card-item:nth-child(n+3) .news-card-brand-logo {
        height: 15px;
    }

    .news-card-item:nth-child(n+3) .news-card-header {
        margin-bottom: 3px;
    }

    .news-card-item:nth-child(n+3) .news-card-text {
        display: none
    }

    .news-card-item:nth-child(n+3) .news-card-text-container {
        width: 100%;
        height: 100%
    }

    .news-card-item:nth-child(n+3) .news-card-title {
        font-size: 14px;
        line-height: 18px;
        max-height: 54px;
        width: 230px
    }

    .news-card-item:nth-child(n+3) .image-play-button {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px
    }

    .news-card-item:nth-child(9) {
        display: none
    }
}

@media (max-width: 759px) {
    .news-card-item {
        padding-left: 0;
        padding-right: 0
    }

    .news-card {
        height: 388px;
        margin-bottom: 10px
    }

    .news-card-image {
        height: 193px;
        width: 100%
    }

    .news-card-image .image-play-button {
        height: 50px;
        width: 50px;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px
    }

    .news-card-category {
        padding-right: 5px
    }

    .card-category-label {
        margin-right: 3px;
        padding-right: 3px;
    }

    .news-card-date {
        padding-left: 4px
    }

    .news-card-title {
        font-size: 14px;
        line-height: 20px;
    }

    .news-card-text {
        margin-bottom: 10px;
        max-height: 54px;
    }

    .news-card-item:nth-child(n+2) {
        max-width: 100%
    }

    .news-card-item:nth-child(n+2) .news-card {
        height: 110px
    }

    .news-card-item:nth-child(n+2) .news-event-label {
        top: unset;
        bottom: 6px;
        left: 15px;
        height: 20px;
    }

    .news-card-item:nth-child(n+2) .news-event-label div {
        padding-left: 8px;
        padding-right: 8px;
        line-height: 20px;
        font-size: 13px;
    }

    .news-card-item:nth-child(n+2) .news-event-label div.news-event-date-label {
        line-height: 21px;
        font-size: 11px;
    }

    .news-card-item:nth-child(n+2) .news-card-image {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 70px;
        height: 70px
    }

    .news-card-item:nth-child(n+2) .news-card-brand-logos {
        bottom: 6px;
        right: 20px;
        position: absolute;
    }

    .news-card-item:nth-child(n+2) .news-card-brand-logo {
        height: 15px;
    }

    .news-card-item:nth-child(n+2) .news-card-text {
        display: none
    }

    .news-card-item:nth-child(n+2) .news-card-text-container {
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .news-card-item:nth-child(n+2) .news-card-title {
        line-height: 16px;
        max-height: 50px;
        margin-bottom: 10px;
        width: calc(100% - 80px)
    }

    .news-card-item:nth-child(n+2) .image-play-button {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px
    }

    .news-card-item:nth-child(n+6) {
        display: none
    }

    .news-card-brand-logo {
        margin-left: 5px;
    }
}

@media (max-width: 399px) {
    .home-news .content-wrapper .grid {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px
    }

    .news-card {
        margin-bottom: 1px;
        -webkit-box-shadow: 0 2px 0 0 #E9EBEE;
        box-shadow: 0 2px 0 0 #E9EBEE
    }
}

@media (max-width: 359px) {
    .news-card-text-container {
        padding: 10px;
    }

    .news-card {
        margin-bottom: 1px;
        -webkit-box-shadow: 0 2px 0 0 #E9EBEE;
        box-shadow: 0 2px 0 0 #E9EBEE
    }

    .news-card-date, .news-event-label {
        display: none;
    }
}

.home-section-bottom-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px;
}

.home-section-bottom-button .button {
    width: 220px;
}

/* Cards
-------------------------------------------------------------------------------------------------------
*/
.brand-cards-container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    max-width: 1200px;
}

.brand-card {
    width: 210px;
    /*height: 100%; - it breaks on the search results page*/
    position: relative;
    background-color: #fff;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
    padding: 0;
    margin-right: 15px;
    margin-bottom: 30px;
}

@media (min-width: 1280px) {
    .brand-cards-container .brand-card:nth-child(n+6) {
        display: none;
    }

    .brand-card {
        margin-right: 0;
    }
}

.brand-card:hover {
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s,
    -webkit-box-shadow 0.2s
}

@media (max-width: 759px) {
    .brand-card:hover {
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11)
    }
}

.brand-card-logo {
    width: 120px;
    height: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-bottom: 30px;
    margin-right: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.new-label {
    padding-left: 8px;
    padding-right: 8px;
    background-color: #FF001F;
    position: absolute;
    color: #fff;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    letter-spacing: 0.4px;
    text-align: center;
    line-height: 28px;
    top: 0;
    left: 0;
}

.updated-label {
    background-color: #E6E6E6;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 0.4px;
    text-align: center;
}

.brand-card-text-container {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.brand-card-description {
    font-size: 13px;
    color: #9B9B9B;
    line-height: 18px;
    margin-bottom: 15px;
    height: 120px;
    /*its about 26 words limit*/
    overflow: hidden;
}

.brand-card-update-text {
    font-size: 13px;
    color: #FF001F;
    line-height: 18px;
}

.brand-card-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 35px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #FAFAFA;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
}

.brand-card-bottom :nth-child(1) {
    border-right: #969696 solid 1px;
}

.brand-card-bottom-element {
    width: 50%;
    height: 15px;
    margin-top: 10px;
    font-size: 12px;
    color: #969696;
    text-align: center;
    line-height: 15px;
}

.link-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 3;
    right: 0;
    top: 0;
    text-indent: -186422em;
}

@media (max-width: 759px) {
    .brand-card {
        width: 130px;
        margin-bottom: 10px;
    }

    .new-label {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 10px;
        letter-spacing: 0.33px;
        line-height: 24px;
    }

    .updated-label {
        font-size: 10px;
        line-height: 24px;
        letter-spacing: 0.33px;
    }

    .brand-card-logo {
        width: 80px;
        height: 30px;
        margin-bottom: 20px;
    }

    .brand-card-description {
        display: none;
    }

    .brand-card-update-text {
        text-align: center;
    }

    .brand-card-bottom {
        margin-top: 10px;
        height: 25px;
    }

    .brand-card-bottom-element {
        font-size: 10px;
        margin-top: 5px;
    }
}

/* iBuild connect banner section
-------------------------------------------------------------------------------------------------------
*/
.home-ibuild-banner {
    background-color: unset;
}

.ibuild-banner-container {
    background-image: linear-gradient(52deg, #46D112 2%, #349B0D 100%);
    position: relative;
    overflow: hidden;
    height: 390px;
}

@media (max-width: 1019px) {
    .ibuild-banner-container {
        height: 350px;
    }
}

@media (max-width: 759px) {
    .ibuild-banner-container {
        height: auto;
    }
}

.ibuild-banner-ribbon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 50px;
    text-align: center;
    transform: translateY(-100%) rotate(90deg) translateX(70.71067811865476%) rotate(-45deg);
    transform-origin: bottom right;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.40);
}

.ibuild-banner-image {
    width: auto;
    height: 450px;
    position: absolute;
    top: -60px;
    z-index: 1;
    line-height: 1;
}

@media (max-width: 1019px) {
    .ibuild-banner-image {
        height: 400px;
        top: -50px;
    }
}

@media (max-width: 759px) {
    .ibuild-banner-image {
        display: none;
    }
}

.ibuild-banner-content {
    margin-left: 505px;
    max-width: 670px;
    color: white;
    line-height: 0;
}

@media (max-width: 1279px) {
    .ibuild-banner-content {
        margin-left: 405px;
    }
}

@media (max-width: 1019px) {
    .ibuild-banner-content {
        margin-left: 330px;
    }
}

@media (max-width: 759px) {
    .ibuild-banner-content {
        margin-left: unset;
    }
}

.ibuild-banner-logo {
    width: 147px;
    margin-top: 50px;
}

@media (max-width: 1019px) {
    .ibuild-banner-logo {
        margin-top: 25px;
    }
}

.ibuild-banner-heading {
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
    margin-top: 40px;
    letter-spacing: -0.5px;
}

@media (max-width: 1279px) {
    .ibuild-banner-heading {
        font-size: 55px;
        line-height: 45px;
        margin-top: 25px;
    }
}

@media (max-width: 1019px) {
    .ibuild-banner-heading {
        font-size: 40px;
        line-height: 40px;
        margin-top: 10px;
    }
}

.ibuild-banner-text {
    margin: 25px 0;
    font-size: 20px;
    line-height: 24px;
}

@media (max-width: 1019px) {
    .ibuild-banner-text {
        font-size: 18px;
        margin: 20px 0;
    }
}

.ibuild-banner-button {
    background-color: #000000;
    padding: 14px 28px;
    width: 143px;
    display: flex;
    align-items: center;
    border-radius: 3px;
}

.ibuild-banner-button::after {
    padding-left: 15px;
}

.ibuild-banner-image-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 320px;
}

@media (min-width: 760px) {
    .ibuild-banner-image-mobile {
        display: none;
    }
}

/* Newsletter section
-------------------------------------------------------------------------------------------------------
*/
.newsletter-image-container {
    width: 430px;
    height: 100%;
    margin-right: 50px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@media (min-width: 1280px) {
    .newsletter-image-container {
        width: 443px;
        margin-right: 70px;
    }
}

/* Newsletter
-------------------------------------------------------------------------------------------------------
*/
.text-input {
    width: 100%;
    height: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    font-family: Helvetica, 'Helvetica-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #2C2C2C;
}

.text-input[validation-error="true"] {
    border: 1px solid red;
}

.newsletter-subscription-email-field {
    margin-bottom: 20px;
}

.newsletter-subscription-submit {
    width: 100%;
    height: 45px;
    line-height: 45px;
}


.home-newsletter {
    padding-bottom: 0;
}

.newsletter-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

.newsletter-image-container {
    width: 430px;
    height: 100%;
    margin-right: 50px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.newsletter-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px
}

.newsletter-list {
    list-style: none;
    font-size: 13px;
    line-height: 18px;
    padding-left: 0;
    margin-top: 10px
}

.newsletter-list li {
    position: relative;
    padding-left: 19px;
    margin-bottom: 12px
}

.newsletter-list li:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 20px;
    content: '\e5ca';
    color: #FF001F;
    padding-right: 5px;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

.newsletter-email {
    display: inline-block;
    background: #fff;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    width: 323px;
    height: 40px;
    margin-top: 8px;
    margin-right: 5px;
    padding-left: 15px;
}

.newsletter-email::-webkit-input-placeholder {
    color: #B4B4B4
}

.newsletter-email:-ms-input-placeholder {
    color: #B4B4B4
}

.newsletter-email::-ms-input-placeholder {
    color: #B4B4B4
}

.newsletter-email::placeholder {
    color: #B4B4B4
}

.newsletter-email:focus {
    outline: none
}

@media (min-width: 1280px) {
    .newsletter-container {
        padding-left: 100px;
        padding-right: 100px
    }

    .newsletter-title {
        font-size: 28px;
        line-height: 39px
    }

    .newsletter-image-container {
        width: 443px;
        margin-right: 70px
    }

    .newsletter-list {
        font-size: 14px;
        line-height: 20px
    }

    .newsletter-list li {
        position: relative;
        padding-left: 19px;
        margin-bottom: 12px
    }

    .newsletter-list li:before {
        padding-right: 10px;
        font-size: 16px
    }

    .newsletter-email {
        border-radius: 4px;
        width: 314px;
        height: 45px;
        margin-right: 10px
    }
}

@media (min-width: 760px) and (max-width: 1019px) {
    .newsletter-container {
        padding-left: 100px;
        padding-right: 100px
    }

    .newsletter-image-container {
        display: none
    }

    .newsletter-title {
        padding-top: 0
    }
}

@media (max-width: 759px) {
    .newsletter-text-container {
        margin-left: auto;
        margin-right: auto
    }

    .newsletter-image-container {
        display: none
    }

    .newsletter-title {
        font-size: 18px;
        color: #2C2C2C;
        line-height: 25px
    }

    .newsletter-list {
        font-size: 12px;
        line-height: 17px
    }

    .newsletter-list li {
        padding-left: 17px;
        margin-bottom: 8px
    }

    .newsletter-list li:before {
        font-size: 12px
    }

    .newsletter-email {
        width: calc(100% - 110px);
        min-width: 190px;
        max-width: 300px;
        margin-top: 7px;
        font-size: 12px;
        padding-left: 10px
    }
}

.checkbox {
    margin-top: 15px;
    margin-bottom: 15px;
}

.checkbox label {
    font-size: 13px;
    line-height: 17px;
    padding-left: 30px;
    color: #646464;
}

.checkbox label::before {
    width: 20px;
    height: 20px;
}

.checkbox label::after {
    height: 6px;
    width: 11px;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(-45deg);
    left: 5px;
    top: 4px;
}

.privacy-link {
    font-size: 13px;
    padding-left: 30px;
}

/* Forms
-------------------------------------------------------------------------------------------------------
*/
.home-search-field::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-size: 20px;
    color: #b4b4b4;
    opacity: 0.5;
    /* Firefox */
}

:-ms-input::placeholder {
    /* Internet Explorer 10-11 */
    color: #b4b4b4;
}

::-ms-input::placeholder {
    /* Microsoft Edge */
    color: #b4b4b4;
}

/* Footer
-------------------------------------------------------------------------------------------------------
*/
footer {
    background-color: #2C2C2C;
    color: #E5E5E5;
}

.footer-main {
    padding: 60px 0;
}

.footer-link-header {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.22px;
    margin-bottom: 6px;
}

.footer-link-header::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #969696;
    font-size: 18px;
    text-align: center;
    padding-left: 5px;
    line-height: 20px;
    content: "\e5c8";
}

.footer-link-header, .footer-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #E5E5E5;
    width: 100%;
    line-height: 20px;
    height: 34px;
}

.footer-link {
    font-size: 16px;
    color: #969696;
    margin-top: 6px;
    padding: 6px;
    margin-left: -6px;
}

.footer-link:hover {
    background-color: #00B6FF;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    justify-content: space-between;
}

.footer-link:hover::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    padding-left: 5px;
    line-height: 20px;
    content: "\e5c8";
}

.footer-additional-sites {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-end;
}

@media screen and (max-width: 1280px) {
    .footer-additional-sites {
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
    }
}

.footer-social-links {
    font-size: 40px;
    margin-top: 24px;
}

.footer-social-links a {
    margin-right: 10px;
    color: #e5e5e5;
}

.change-language {
    height: 50px;
    background-color: #646464;
    color: #E5E5E5;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.22px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    margin-right: -10px;
}

.change-language::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #969696;
    font-size: 24px;
    text-align: center;
    padding-left: 5px;
    line-height: 20px;
    content: "\e5c8";
}

.language-text {
    padding-left: 5px;
}

.language-flag {
    width: 40px;
    height: 20px;
    margin-right: 5px;
}

@media screen and (max-width: 760px) {
    .footer-social-links {
        font-size: 24px;
        margin-top: 0;
    }

    .footer-social-links a {
        margin-right: 10px;
    }

    .change-language {
        font-size: 14px;
        height: 40px;
        margin-right: 20px;
    }

    .language-flag {
        width: 24px;
        height: 16px;
    }
}

/* Footer bottom
-------------------------------------------------------------------------------------------------------
*/
.footer-bottom {
    background-color: #646464;
}

.footer-copyright, .footer-legal-link {
    opacity: 0.7;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.2px;
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-legal-link a {
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF;
    text-align: right;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #fff;
}

.footer-legal-link a:first-child {
    padding-left: 0;
    border-left: 0;
}

.footer-legal-link a:last-child {
    padding-right: 0;
}

@media screen and (max-width: 1019px) {
    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .container {
        width: 100%;
        overflow: hidden;
        /*prevent adding extra margins*/
        padding: 0;
    }

    .footer-legal-link {
        background-color: #2C2C2C;
    }
}

@media screen and (max-width: 1019px) {
    .footer-legal-link {
        font-size: 12px;
        letter-spacing: 0.17px;
    }

    .footer-copyright {
        font-size: 12px;
    }
}

/* Validation
---------------------------------------------------------
*/
.validation-error {
    border: 1px solid red !important;
}

.validation-error-message {
    color: red;
}

/* Newsletter subscription
-------------------------------------------------------------------------------------------------------
*/
.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 100%;
    right: 100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.subscription-success {
    width: 380px;
    padding: 30px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.2);
    background-color: white;
    z-index: 999;
    position: fixed;
    top: calc(50% - 138px);
    left: calc(50% - 190px);
}

@media (max-width: 759px) {
    .subscription-success {
        padding: 15px 30px;
    }
}

.subscription-success-done {
    text-align: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

@media (max-width: 759px) {
    .subscription-success-done {
        width: 40px;
        height: 40px;
    }
}

.subscription-success-headline {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.63;
    text-align: center;
    color: #2c2c2c;
    margin-top: 20px;
}

@media (max-width: 759px) {
    .subscription-success-headline {
        margin-top: 15px;
    }
}

.subscription-success-text {
    font-family: Helvetica;
    font-size: 12px;
    line-height: 1.42;
    text-align: center;
    color: #646464;
    margin-top: 10px;
}

.subscription-success-text .email-span {
    font-weight: bold;
}

.subscription-success-close {
    font-family: Helvetica;
    font-size: 15px;
    line-height: 1.4;
    text-align: center;
    color: #ff001f;
    cursor: pointer;
    margin-top: 22px;
}

@media (min-width: 1280px) {
    .subscription-success {
        width: 380px;
        padding: 40px;
        top: calc(50% - 160px);
    }

    .subscription-success-done {
        line-height: 84px;
        width: 90px;
        height: 90px;
        border-radius: 45px;
    }

    .subscription-success-headline {
        font-size: 18px;
    }

    .subscription-success-text {
        font-size: 13px;
        line-height: 1.38;
    }

    .subscription-success-close {
        font-size: 17px;
        margin-top: 33px;
    }
}

@media (max-width: 439px) {
    .subscription-success {
        width: calc(100% - 20px);
        height: auto;
        margin: 10px;
        top: unset;
        bottom: 0;
        left: 0;
    }
}

/* Newsletter subscription
-------------------------------------------------------------------------------------------------------
*/
.unsubscribe-section {
    background-color: #F2F3F5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.unsubscribe-div {
    width: 780px;
    height: 400px;
    margin: 30px auto 50px auto;
    padding: 30px 80px 40px 80px;
    background-color: #FFFFFF;
}

.unsubscribe-done {
    display: inline;
    float: left;
    font-size: 40px;
    line-height: 64px;
    text-align: center;
    width: 70px;
    height: 70px;
}

@media (max-width: 799px) {
    .unsubscribe-done {
        width: 60px;
        height: 60px;
    }
}

.unsubscribe-headline {
    display: table-cell;
    width: calc(100% - 110px);
    padding-left: 40px;
    height: 70px;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
}

@media (max-width: 799px) {
    .unsubscribe-headline {
        font-size: 20px;
    }
}

.unsubscribe-text {
    padding-left: 110px;
    font-size: 15px;
    color: #2c2c2c;
}

.unsubscribe-buttons {
    display: flex;
    justify-content: space-between;
}

.unsubscribe-buttons div {
    height: 40px;
    padding: 0 20px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 40px;
    cursor: pointer;
}

.unsubscribe-resubscribe {
    background-color: rgba(0, 182, 255, 0.05);
    color: #00b6ff;
}

.unsubscribe-smiley {
    width: 26px;
    height: 26px;
    margin-right: 10px;
    vertical-align: middle;
}

.unsubscribe-send-button {
    position: relative;
    width: 220px;
    background-color: #ff001f;
    color: #ffffff;
}

.unsubscribe-send-button:after {
    position: absolute;
    right: 20px;
    font-family: 'icomoon' !important;
    content: "\e5c8";
    line-height: 40px;
    font-size: 17px;
    color: #ffffff;
}

@media (min-width: 720px) and (max-width: 799px) {
    .unsubscribe-div {
        width: 700px;
        margin: 0 auto;
    }
}

@media (max-width: 719px) {
    .unsubscribe-section {
        padding: 0;
    }

    .unsubscribe-div {
        width: 100%;
        height: fit-content;
    }

    .unsubscribe-done {
        width: 50px;
        height: 50px;
    }

    .unsubscribe-headline {
        height: 50px;
        padding-left: 10px;
        font-size: 18px;
    }

    .unsubscribe-text {
        margin-top: 20px;
        padding-left: 0;
        font-size: 14px;
    }

    .unsubscribe-buttons div {
        padding: 0 10px 0 15px;
    }

    .unsubscribe-resubscribe {
        font-size: 15px !important;
    }

    .unsubscribe-send-button:after {
        right: 10px;
    }

    .unsubscribe-smiley {
        width: 24px;
        height: 24px;
        margin-right: 0;
        margin-left: -5px;
    }
}

@media (min-width: 420px) and (max-width: 719px) {
    .unsubscribe-div {
        padding: 30px calc(50% - 210px) 50px calc(50% - 210px);
    }

    .unsubscribe-headline {
        width: 360px;
    }

    .unsubscribe-buttons div {
        width: calc(50% - 7px);
    }
}

@media (max-width: 419px) {
    .unsubscribe-div {
        padding: 30px 15px 50px 15px;
    }

    .unsubscribe-headline {
        width: calc(100% - 90px);
    }

    .unsubscribe-buttons {
        display: block;
    }

    .unsubscribe-buttons div {
        width: 100%;
    }

    .unsubscribe-resubscribe {
        margin-bottom: 15px;
    }
}

/* Cookie popup
-------------------------------------------------------------------------------------------------------
*/
.cookie-popup {
    width: 280px;
    border: 1px solid #D1D1D6;
    border-radius: 4px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 900;
}

.cookie-image {
    display: none;
    height: 80px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #00b6ff;
}

.cookie-close {
    font-family: 'icomoon' !important;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    width: 20px;
    height: 20px;
    margin: 5px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.cookie-hello {
    display: inline-block;
    font-weight: bold;
}

.cookie-text {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: -0.3px;
    text-align: center;
    color: #2c2c2c;
    margin-top: 20px;
    padding: 0 20px;
}

.cookie-buttons {
    width: 280px;
    padding: 0 20px;
    margin: 15px 0 20px 0;
    display: flex;
    justify-content: space-between;
}

.cookie-button {
    display: inline-block;
    width: 115px;
    height: 40px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 2.67;
    text-align: center;
    cursor: pointer;
}

.cookie-button-details {
    background-color: #f2f3f5;
    color: #2c2c2c;
}

.cookie-button-allow {
    background-color: #ff001f;
    color: #ffffff;
}

@media screen and (max-width: 759px) {
    .cookie-popup {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 320px) {
    .cookie-popup {
        width: calc(100% - 40px);
        height: auto;
        z-index: 900;
    }

    .cookie-image {
        display: none;
    }

    .cookie-close {
        display: none;
    }

    .cookie-hello {
        display: block;
        font-size: 16px;
    }

    .cookie-text {
        font-size: 14px;
        line-height: 1.36;
        letter-spacing: -0.2px;
        text-align: left;
        margin-top: 15px;
        padding: 0 15px;
    }

    .cookie-buttons {
        width: 100%;
        padding: 0 15px;
        margin: 10px 0 15px 0;
    }

    .cookie-button {
        display: inline-block;
        width: calc(50% - 5px);
        height: 35px;
        font-size: 14px;
        line-height: 2.5;
        padding: 0 15px;
    }

    .cookie-button-details {
        background-color: #f2f3f5;
        color: #2c2c2c;
    }

    .cookie-button-allow {
        background-color: #ff001f;
        color: #ffffff;
    }

}

.container-with-show-more-show-all {
    margin: -20px -20px 0 -20px;
    padding: 20px 20px 0 20px;
    overflow: hidden;
}

.list-container-with-show-more-show-all {
    overflow: hidden;
    float: none !important;
}

.clear-float {
    clear: both;
}

.sub-category-container .container-with-show-more-show-all {
    box-sizing: content-box;
}

.global-progress-div {
    background: #000000;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

/*--------------------------------------------------------------------------------------------
404 Error
--------------------------------------------------------------------------------------------*/
.error404-div {
    width: 620px;
    height: fit-content;
    margin: 100px auto 50px auto;
    border-radius: 4px;
    background-color: #ffffff;
    display: table;
}

.error404-image {
    object-fit: scale-down;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.error404-image:after {
    width: 100%;
    position: absolute;
    top: calc(50% - 57px);
    left: 0;
    font-size: 100px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    content: "404";
}

.error404-text {
    margin: 30px 80px 0 80px;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.3px;
    text-align: center;
    color: #2c2c2c;
}

.error404-search {
    display: flex;
    justify-content: space-between;
    margin: 20px 80px 50px 80px;
    padding: 9px;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #969696;
    position: relative;
    z-index: 10;
}

.error404-search-icon:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #969696;
    font-size: 18px;
    position: absolute;
    text-align: center;
    top: calc(50% - 11px);
    left: 20px;
    font-size: 22px;
    content: "\e8b6";
    z-index: 999;
}

.error404-search-field {
    z-index: 20;
    width: 100%;
    height: 30px;
    padding-left: 45px;
    padding-right: 40px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    color: #2C2C2C;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.error404-search input[type=text]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b4b4b4;
    opacity: 1;
}

.error404-search input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b4b4b4;
}

.error404-search input[type=text]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b4b4b4;
}

.error404-search-field:focus {
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    cursor: auto;
    background-color: white;
    border: 1px solid #fff;
    outline: none;
}

.error404-search-submit {
    line-height: 30px;
    border-radius: 5px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    text-align: center;
    background-color: #00B6FF;
    color: #fff;
    border: none;
}

@media (min-width: 1280px) {
    .error404-div {
        width: 790px;
        margin: 120px auto 80px auto;
    }

    .error404-image:after {
        font-size: 120px;
        top: calc(50% - 69px);
    }

    .error404-text {
        margin: 40px 102px 0 102px;
        font-size: 18px;
    }

    .error404-search {
        height: 60px;
        margin: 30px 102px 60px 102px;
    }

    .error404-search-field {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}

@media (min-width: 760px) and (max-width: 1023px) {
    .error404-div {
        margin: 90px auto 50px auto;
        width: 580px;
    }

    .error404-search {
        margin: 20px 60px 50px 60px;
    }
}

@media (min-width: 480px) and (max-width: 759px) {
    .error404-div {
        width: 420px;
        margin: 70px auto 30px auto;
    }

    .error404-image:after {
        font-size: 60px;
        top: calc(50% - 34px);
    }

    .error404-text {
        font-size: 15px;
    }

    .error404-search {
        margin: 20px 60px 50px 60px;
    }

    .error404-search-field {
        padding-right: 0;
    }

    .error404-search-submit {
        display: none;
    }
}

@media (max-width: 479px) {
    .error404-div {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .error404-image:after {
        font-size: 60px;
        top: calc(50% - 34px);
    }

    .error404-text {
        margin: 20px 15px 0 15px;
        font-size: 15px;
    }

    .error404-search {
        height: 40px;
        margin: 15px 15px 30px 15px;
    }

    .error404-search-field {
        padding-right: 0;
        height: 20px;
        line-height: 20px;
        font-size: 13px;
    }

    .error404-search-submit {
        display: none;
    }
}
