.car-style .slick-track {
    display: flex !important;
}

.car-style .slick-slide {
    height: inherit !important;
}

.car-style button.slick-arrow {
    top: unset;
    bottom: -35px;
    transform: none;
    border: none;
    color: #CC0000;
    cursor: pointer;
    padding: 0;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-color: transparent;
}

.car-style button.slick-arrow:before {
    display: none;
}

.car-style button.slick-arrow:after {
    content: '\f061';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 18px;
}

.car-style button.slick-arrow.slick-prev {
    left: calc(50% - 25px);
    right: unset;
    transform: translateX(-50%);
}

.car-style button.slick-arrow.slick-next {
    right: calc(50% - 45px);
    left: unset;
    transform: translateX(-50%);
}

.car-style button.slick-arrow.slick-prev:after {
    transform: translate(-50%, -50%) rotate(-180deg);
}

html[lang="de-DE"] .btn-arrow a .elementor-button-text:before,
html[lang="de-DE"] .btn-arrow a .elementor-button-text:after {
    content: '\f061' !important;
}

/* resources styles */

.filter-main {
    padding: 119px 20px 0 20px;
}

.filter-main .container-item {
    max-width: 1437px;
    width: 100%;
    margin: 0 auto;
}

.filter-main .container-item .d-flex-items {
    display: flex;
    flex-wrap: wrap;
}

.filter-main .container-item .left-side {
    max-width: 205px;
    width: 100%;
    padding-right: 10px;
}

.filter-main .container-item .right-side {
    max-width: calc(100% - 205px);
    width: 100%;
    margin-top: -12px;
}

.filter-main .cat-title {
    margin-bottom: 24px;
}

.filter-main .cat-title h3 {
    color: #FFF;
    font-family: "din-2014-narrow", Sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    text-transform: uppercase;
}

.filter-main .cat-list-main .video-list {
    display: none;
}

.filter-main .cat-list-main ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.filter-main .left-side {
    position: relative;
}

.filter-main .left-side .static {
    position: sticky;
    top: 115px;
    left: 0;
}

.filter-main .cat-list-main ul li:first-child {
    margin-bottom: 5px;
}

.filter-main .cat-list-main ul li a {
    color: #FFF;
    font-family: "din-2014-narrow", Sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    transition: all 0.3s;
}

.filter-main .cat-list-main ul li a.active,
.filter-main .cat-list-main ul li a:hover {
    color: #FF2E2E;
    text-decoration: underline;
}

.right-side-container {
    position: relative;
}

.right-side-container .filter-header {
    position: sticky;
    top: 104px;
    left: 0;
    z-index: 5;
    background-color: #1A1A1A;
    padding: 12px 6px;
}

.post-types-tabs {
    max-width: 205px;
    width: 100%;
}

.post-types-tabs .tabs-main a {
    padding: 5px 17px;
    color: #FFF;
    font-family: "din-2014-narrow", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border-radius: 2px;
    background: transparent;
    display: inline-flex;
    transition: all 0.3s;
    pointer-events: auto;
    cursor: pointer;
    min-width: 95px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.post-types-tabs .tabs-main a.active {
    background-color: #FFF;
    color: #C00;
    pointer-events: none;
    cursor: default;
}

.post-types-tabs .tabs-main a:hover {
    background-color: #FFF;
    color: #C00;
}

.post-types-tabs .tabs-main {
    border-radius: 4px;
    border: 1px solid #5C5C5C;
    background: #2E2E2E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px;
}

.filter-header-container .mob-burger {
    display: none;
}

.filter-header-container .mobile-filter {
    max-width: calc(100% - 205px);
    width: 100%;
    padding-left: 15px;
}

.filter-header-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mob-filter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mob-filter-container .cat-list-main {
    display: none;
}

.mob-filter-container .search-main {
    max-width: 660px;
    width: 100%;
}

.mob-filter-container .search-main form {
    display: flex;
    align-items: center;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #5C5C5C;
    background: #2E2E2E;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.04);
}

.mob-filter-container .search-main form input {
    display: block;
    max-width: calc(100% - 78px);
    width: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 8px 11px;
    color: #F8F8F8;
    font-family: "din-2014-narrow", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    opacity: 1;
    outline: none;
    padding-right: 40px;
}

.mob-filter-container .search-main form input::placeholder {
    opacity: 1;
    color: #F8F8F8;
}

.mob-filter-container .search-main form .search-submit {
    max-width: 78px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0px 4px 4px 0px;
    background: #C00;
    border: 1px solid #C00;
    transition: all 0.3s;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.04)
}

.mob-filter-container .search-main form .search-submit:hover {
    background-color: transparent;
}

.mob-filter-container .search-main form .search-submit input {
    padding: 0;
    font-size: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    border-radius: 0px 4px 4px 0px;
    background: #C00;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.04);
    outline: none;
    transition: all 0.3s;
    opacity: 0;
}

.mob-filter-container .search-main form .search-submit svg {
    width: 24px;
    height: 24px;
}

.filter-header .mobile-filter .lang-drop {
    /*height: 40px;*/
    max-width: 219px;
    width: 100%;
    position: relative;
}

.filter-header .mobile-filter .lang-drop .lang-drop-container {
    /*height: 100%;*/
}

.filter-header .mobile-filter .lang-drop .cont {
    border-radius: 4px;
    border: 1px solid #5C5C5C;
    background: #2E2E2E;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.04);
    position: relative;
    /*height: 100%;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.3s;
}

.filter-header .mobile-filter .lang-drop .selected {
    width: 100%;
    color: #F8F9F8;
    font-family: "din-2014-narrow", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 16px 9px 11px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s;
}

.filter-header .mobile-filter .lang-drop .icon {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-header .mobile-filter .lang-drop .icon svg {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.filter-header .mobile-filter .lang-drop .lang-drop-ul {
    position: absolute;
    display: none;
    left: -1px;
    list-style-type: none;
    width: 219px;
    padding: 8px 16px 8px 11px;
    top: 39px;
    border: 1px solid #5C5C5C;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    flex-wrap: wrap;
    background-color: #2E2E2E;
}


.filter-header .mobile-filter .lang-drop .cont.active,
.filter-header .mobile-filter .lang-drop .cont.active .selected {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-color: transparent;
}

.filter-header .mobile-filter .lang-drop .cont.active .icon svg {
    transform: rotate(-180deg);
}

.filter-header .mobile-filter .lang-drop .lang-drop-ul li {
    width: 100%;
    margin-top: 12px
}

.filter-header .mobile-filter .lang-drop .lang-drop-ul li:first-child {
    margin-top: 0;
}

.filter-header .mobile-filter .lang-drop .lang-drop-ul li a {
    display: block;
    color: #F8F8F8;
    font-family: "din-2014-narrow", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s;
    pointer-events: auto;
    cursor: pointer;
}

.filter-header .mobile-filter .lang-drop .lang-drop-ul li a:hover {
    color: #C00;
}

.filter-header .mobile-filter .lang-drop .lang-drop-ul li a.active {
    color: #C00;
    pointer-events: none;
    cursor: default;
}

.post-lists-show-div .posts-list-main {
    border-radius: 4px;
    background: #FFF;
}

.post-lists-show-div .posts-list-main {
    margin-top: 4px;
    padding: 47px 20px 132px 20px;
}

.post-list-main-container {
    max-width: 1141px;
    width: 100%;
    margin: 0 auto;
}

.list-cont .cat-item {
    margin-bottom: 48px;
}

.list-cont .cat-item:last-child {
    margin-bottom: 0;
}

.cat-top-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cat-top-container .cat-icon {
    margin-top: 4px;
    height: 32px;
    width: 24px;
}

.cat-top-container .cat-icon .icon,
.cat-top-container .cat-icon .icon svg {
    width: 100%;
    height: 100%;
}

.cat-top-container .cat-name {
    padding-left: 12px;
    max-width: calc(100% - 24px);
    width: 100%;
}

.cat-top-container .cat-name h3 {
    color: #1A1A1A;
    font-family: "din-2014-narrow", Sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 0;
}

.cat-top-container .cat-name .cat-desc p {
    margin: 0;
}

.cat-top-container .cat-name .cat-desc {
    padding: 4px 0 0 4px;
    color: #1A1A1A;
    font-family: "din-2014-narrow", Sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.post-list-style-main {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

.post-list-style-main .post-main {
    width: 33.333%;
    padding: 0 12px;
    margin-top: 24px;
}

.post-list-style-main .post-main a {
    height: 100%;
    padding: 24px;
    transition: all 0.3s;
    border-radius: 4px;
    background: #F0F0F0;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.post-list-style-main .post-main a:hover {
    border-radius: 4px;
    border: 1px solid #D3C9C9;
    background: #1A1A1A;
}

.post-list-style-main .post-main .post-btn {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 130px;
    border-radius: 50px;
    border: 1px solid #C00;
    background-color: transparent;
    transition: all 0.3s;
    padding: 7px 16px 7px 16px;
    color: #C00;
    font-family: "din-2014-narrow", Sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
}

.post-list-style-main .post-main .post-btn .icon {
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.post-list-style-main .post-main .post-btn .icon svg {
    width: 100%;
    height: 100%;
}

.post-list-style-main .post-main .post-btn .icon svg path {
    transition: all 0.3s;
}

.post-list-style-main .post-main .post-btn .txt {
    display: inline-block;
    padding-left: 4px;
}

.post-list-style-main .post-main a:hover .post-btn {
    background-color: #C00;
    color: #FFF;
}

.post-list-style-main .post-main a:hover .post-btn .icon svg path {
    stroke: #FFF;
}

.post-list-style-main .post-main a .post-title h3 {
    margin: 0;
    color: #3F444B;
    font-family: "din-2014-narrow", Sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.3s;
}

.post-list-style-main .post-main a:hover .post-title h3 {
    color: #FFF;
}

.post-list-style-main .post-main.video-style a .feat-img {
    position: relative;
    max-width: 100%;
    width: 100%;
    display: block;
}

.post-list-style-main .post-main.video-style a {
    padding: 0;
    background: transparent;
}

.post-list-style-main .post-main.video-style img {
    max-width: 100%;
    width: 100%;
    height: 260px;
    object-fit: cover;
    object-position: center center;
    border-radius: 4px;
}

.video-style .post-top {
    position: relative;
}

.post-list-style-main .post-main.video-style .feat-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../img/play.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    width: 92px;
    height: 92px;
    z-index: 3;
}

.post-list-style-main .post-main.video-style .feat-img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.3s;
    border-radius: 4px;
}

.post-list-style-main .post-main.video-style .feat-img:hover:after {
    background-color: rgba(0, 0, 0, 0.5);
}

.post-list-style-main .post-main.video-style .feat-img:hover:before {
    visibility: visible;
    opacity: 1;
}

.post-list-style-main .post-main.video-style a {
    border: none;
}

.video-style .post-date {
    margin: 16px 0 9px 0;
}

.video-style .post-date span {
    color: #787878;
    font-family: "din-2014-narrow", Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.video-style .vid-tit {
    display: block;
}

.video-style .vid-tit h3 {
    color: #1A1A1A;
    font-family: "din-2014-narrow", Sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36.4px;
    margin: 0;
    transition: all 0.3s;
}

.video-style .vid-tit:hover h3 {
    color: #C00;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    z-index: 10000;
}

.overlay.active {
    visibility: visible;
    opacity: 1;
}

.video-pop-main {
    z-index: 10001;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1000px;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    height: 600px;
}

.video-pop-main.active {
    visibility: visible;
    opacity: 1;
}

.video-pop-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.video-pop-container .close-btn {
    width: 32px;
    height: 32px;
    top: -50px;
    right: -50px;
    cursor: pointer;
    z-index: 5;
    position: absolute;
}

.video-pop-container .close-btn a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.video-pop-container .close-btn a svg {
    width: 100%;
    height: 100%;
}

.video-pop-container .vid-container {
    border-radius: 4px;
    height: 100%;
    width: 100%;
    position: relative;
}

.video-pop-container .vid-container .vid-main video {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.mob-filter-container .search-main form {
    position: relative;
}

.mob-filter-container .search-main form .remove {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('../img/close.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    visibility: hidden;
    opacity: 0;
    z-index: 5;
    transition: all 0.3s;
    cursor: pointer;
}

.mob-filter-container .search-main form .search-field::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

.mob-filter-container .search-main form .search-field::-moz-search-clear {
    display: none;
}

.mob-filter-container .search-main form .search-field::-ms-clear {
    display: none;
}

.mob-filter-container .search-main form .remove.active {
    visibility: visible;
    opacity: 1;
}

.no-result-container {
    padding-bottom: 37px;
    padding-top: 121px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.no-result-container svg {
    width: 48px;
    height: 48px;
}

.no-result-container h3 {
    display: block;
    width: 100%;
    text-align: center;
    color: #1A1A1A;
    font-family: "din-2014-narrow", Sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin: 24px 0 12px 0;
}

.no-result-container {
    color: #1A1A1A;
    font-family: "din-2014-narrow", Sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    display: block;
    width: 100%;
    text-align: center;
}

.close-menu-main-pop {
    display: none;
}

.apply-btn-main {
	display: none;
}

@media (max-width: 1400px) {
    .mob-filter-container .search-main {
        max-width: 66%;
    }
}

@media (max-width: 1180px) {
    .mob-filter-container .search-main {
        max-width: 56%;
    }
}

@media (max-width: 1180px) and (min-width: 1025px) {
    .video-pop-container .close-btn {
        right: 0;
    }
}

@media (max-width: 1024px) {
    .filter-header .mobile-filter .lang-drop {
        max-width: 130px;
    }

    .filter-header .mobile-filter .lang-drop .lang-drop-ul {
        width: 130px;
    }

    .video-pop-main {
        max-width: 680px;
        height: 400px;
    }

    .filter-main .container-item .left-side {
        max-width: 170px;
    }

    .filter-main .container-item .right-side {
        max-width: calc(100% - 170px);
    }

    .post-lists-show-div .posts-list-main {
        padding: 32px 20px;
    }

    .post-list-style-main {
        margin: 0 -10px;
    }

    .post-list-style-main .post-main {
        padding: 0 10px;
        width: 50%;
    }

    .mob-filter-container .search-main {
        max-width: calc(100% - 146px);
    }
}

@media (max-width: 992px) {
    .post-list-style-main .post-main.video-style img {
        height: 180px;
    }

    .video-style .vid-tit h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .mob-filter-container .search-main form .search-submit {
        max-width: 40px;
    }

    .mob-filter-container .search-main form input {
        max-width: calc(100% - 40px);
    }

    .mob-filter-container .search-main form .remove {
        right: 45px;
    }

    .mob-filter-container .search-main form input {
        padding-right: 30px;
    }

    .no-result-container {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .filter-main .container-item .left-side {
        display: none;
    }

    .filter-main .container-item .right-side {
        max-width: 100%;
    }

    .filter-main {
        padding-top: 80px;
    }

    .filter-header-container .mobile-filter {
        display: none;
    }

    .filter-header-container .mob-burger {
        display: block;
        width: 40px;
        height: 40px;
        border: 2px solid #FFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .filter-header-container .mob-burger a {
        display: flex;
        height: 24px;
        width: 24px;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .filter-header-container .mob-burger a svg {
        width: 100%;
        height: 100%;
    }

    .filter-header-container {
        justify-content: space-between;
    }

    .post-list-style-main {
        margin: 0 auto;
    }

    .post-list-style-main .post-main {
        width: 100%;
        padding: 0;
    }

    .post-list-style-main .post-main a {
        padding: 20px;
    }

    .list-cont .cat-item {
        margin-bottom: 42px;
    }

    .video-pop-main {
        max-width: 355px;
        height: 220px;
    }

    .video-pop-container .close-btn {
        top: -32px;
        right: 0;
        width: 24px;
        height: 24px;
    }

    .filter-header-container .mobile-filter {
        display: block;
        position: fixed;
        top: 104px;
        z-index: 100000;
        right: -100%;
        visibility: hidden;
        opacity: 0;
        max-width: 100%;
        background-color: #1A1A1A;
        height: 100vh;
        overflow: hidden;
        width: 100%;
        transition: all .3s;
        padding: 20px 20px 20px 20px;
    }

    .filter-header-container .mobile-filter.active {
        right: 0;
        visibility: visible;
        opacity: 1;
    }

    body.overflow {
        overflow: hidden !important;
    }

    .mob-filter-container .cat-list-main {
        order: 3;
        width: 100%;
        display: block;
        margin: 20px auto;
    }

    .mob-filter-container .apply-btn-main {
        order: 5;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        max-width: 100%;
    }

    .mob-filter-container .search-main {
        order: 4;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .mob-filter-container .lang-drop {
        order: 2;
        width: 100%;
        max-width: 200px;
    }

    .filter-header .mobile-filter .lang-drop {
        max-width: 200px;
    }

    .filter-header .mobile-filter .lang-drop .lang-drop-ul {
        width: 200px;
    }

    .mob-filter-container {
        justify-content: center;
    }

    .filter-main .cat-title {
        margin-bottom: 12px;
    }

    .close-menu-main-pop {
        display: flex;
        order: 1;
        width: 100%;
        max-width: 100%;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        margin-bottom: 20px;
    }

    .close-menu-main-pop a {
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .close-menu-main-pop a svg {
        width: 100%;
        height: 100%;
    }

    .mob-filter-container .search-main form .search-submit {
        display: none;
    }

    .mob-filter-container .apply-btn-main a {
        width: 198px;
        height: 40px;
        margin: 20px auto 0 auto;
        border: 2px solid #C00;
        color: #C00;
        font-size: 16px;
        line-height: 16px;
        padding: 8px 8px 12px 8px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-color: transparent;
        transition: all 0.3s;
        border-radius: 50px;
    }

    .mob-filter-container .apply-btn-main a:hover {
        background-color: #C00;
        color: #FFF;
    }

    .mob-filter-container .search-main form .remove {
        right: 10px;
    }

    .mob-filter-container .search-main form input {
        max-width: 100%;
        padding-right: 40px;
    }
}

/* resources styles end */