.description.seo_text {
    text-align: left;
}

.description.seo_text p {
    font-size: 15px;
    margin: 0;

}

.description.seo_text ul {
    font-size: 18px;
    font-weight: 100;
    list-style: revert;
    padding-left: 20px;
}

.description.seo_text li {
    margin: 5px 0;
    font-size: 18px;
    font-weight: 400;
}

.description.seo_text a {
    color: #47b119;
    font-weight: 700;
    font-size: 18px;
}

.description.seo_text a:hover {
    text-decoration: underline;
}


.description.seo_text.top .headline {
    padding: 0;
}

.list-categories .img {
    padding-bottom: 56.25%;
}

.list-models .item {
	display: inline-block;
    margin: 10px 0 0 10px;
    padding: 0;
    width: calc(25% - 10px)
}

@media screen and (max-width: 1220px) {
    .list-models .item {
        width: calc(20% - 10px);
    }
}

@media screen and (max-width: 1065px) {
    .list-models .item {
        width: calc(25% - 10px);
    }
}

@media screen and (max-width: 815px) {
    .list-models .item {
        width: calc(33. - 10px)33%;
    }
}

@media screen and (max-width: 550px) {
    .list-models .item {
        width: calc(50% - 10px);
    }
}

.tags-cloud a {
    font-size: 16px;
}

.tags-cloud a svg {
    width: 13px;
    height: 13px;
    transition: fill 0.3s;
    margin: 0 2px 0 0;
}

.tags-cloud a:hover svg {
    fill: #47b119;
}

.tags-cloud a i {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.category_filter {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.category_filter .link.category {
    cursor: default;
    pointer-events: none;
    border-radius: 15px;
    overflow: hidden;
    order: 1;
}

.no-touch .category_filter a:hover {
    color: #fff;
}

.no-touch .category_filter a:hover svg {
    fill: #fff !important;
}

.category_filter a.tags-link {
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.33px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    order: 2;
}

.category_filter a.tags-link svg {
    width: 11px;
    height: 11px;
    margin: 0 3px 0 0;
}

.category_filter a.tags-link.active {
    border-color: #47b119 !important;
    order: 1;
}

.category_filter a.tags-link.active svg {
    fill: #47b119;
}

.model_columns .social_links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 10px;
}

.model_columns .social_links a {
    margin: 0 10px 0 0;
}

.model_columns .social_links svg {
    color: #fff;
    font-size: 28px;
    transition: color .3s;
}


@media (min-width: 1024px) {
    .model_columns .social_links a:hover svg {
        color: #e39612;
    }
}

.model_columns .social_links .icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

body.dark .model_columns .social_links svg {
    color: #fff;

}

@media (min-width: 1024px) {
    body.dark .model_columns .social_links a:hover svg {
        color: #e39612;
    }
}

.block-model .img {
    float: left;
    display: block;
    width: 15rem;
    height: 10.7rem;
    position: relative;
    padding-bottom: 133.44%;
}

.header .menu-open {
    cursor: pointer;
    display: inline-block;
    text-align: right;
    display: none;
}

.header .search-open {
    cursor: pointer;
    display: none;
    width: 32px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 0;
}

.header .search-open svg {
    width: 20px;
    height: 20px;
    font-size: 18px;
    fill: #fff;
}

@media (max-width: 992px) {
    .header .search-open,
    .header .menu-open {
        display: inline-block;
    }
}

.header .button-open-menu {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 32px;
    height: 18px;
}
.header .button-open-menu span, 
.header .button-open-menu span:after, 
.header .button-open-menu span:before {
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 50%;
    margin-top: -1px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header .button-open-menu span:after, 
.header .button-open-menu span:before {
    content: "";
    left: 0;
    right: 0;
    top: -6px;
}

.header .button-open-menu span:after {
    top: 8px;
}
body.open-menu .button-open-menu span:after {
    -webkit-transform: rotate(-45deg) translate(5px, -5px);
    -ms-transform: rotate(-45deg) translate(5px, -5px);
    transform: rotate(-45deg) translate(5px, -5px);
    background-color: #e39612;
}
body.open-menu .button-open-menu span:before {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
    background-color: #e39612;
}
  
body.open-menu .button-open-menu span {
    background-color: transparent;
}
  
body.open-menu {
    overflow: hidden;
}

.navigation .member-links {
    display: none;
}

@media (max-width: 992px) {
    .header {
        justify-content: space-between;
        align-items: center;
    }

    .member-links {
        display: none;
    }

    .menu-open {
        order: 0;
    }

    .search-open {
        order: 3;
    }

    .logo {
        order: 1;
        margin-bottom: 0;
    }

    .search {
        margin: 0;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        transform: translateY(100%);
        opacity: 0;
        visibility: hidden;
        background: #16171b;
        transition: opacity .3s, visibility .3s, transform .3s;
    }

    body.open-search .header .search {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

    body.open-search .search-open svg {
        fill: #e39612;
    }

    .navigation .button {
        display: none;
    }

    body.open-menu .navigation .primary {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    .navigation .member-links {
        display: block;
        order: 0;
    }

    .navigation .member-links .login_signup {
        position: static;
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
        background: transparent;
        box-shadow: 0 8px 10px rgba(29, 4, 11, 0);
    }

    body:before {
        position: absolute;
        display: block;
        content: '';
        top: 75px;
        left: 0;
        right: 0;
        height: 1000vh;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        z-index: 21;
        transition: opacity .3s, visibility .3s;
    }

    body.open-menu:before {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 440px) {
    .logo a img {
        height: auto;
        max-width: 230px;
    }
}





