#cms #center_column .block-cms {
    padding-bottom: 20px
}

#cms #center_column h1 {
    margin-bottom: 25px
}

#cms b,
#cms strong {
    font-weight: 700
}

#cms #center_column h3 {
    font-size: 20px;
    border-bottom: none;
    margin: 0;
    font-weight: bolder;
}


#cms #center_column .list-1 li {
    padding: 4px 0 6px;
    font-weight: 700;
    color: #46a74e;
    border-top: 1px solid #d6d4d4
}

#cms #center_column .list-1 li:first-child {
    border: none
}

#cms #center_column .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px
}

#cms #center_column img {
    margin: 4px 0 17px;
    max-height: 300px;
    
}


#cms #center_column #admin-action-cms {
    background: #f6f6f6;
    border: 1px solid #d2d0d0;
    padding: 10px
}

#cms #center_column #admin-action-cms p {
    margin: 0
}

#cms #center_column #admin-action-cms p span {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #333
}

#cms #center_column #admin-action-cms p .button {
    font: 700 17px/21px Arial, Helvetica, sans-serif;
    padding: 10px 14px;
    border: 1px solid;
    display: inline-block
}

#cms #center_column #admin-action-cms p .button.publish_button {
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, .2);
    border-color: #0079b6 #006fa8 #012740;
    background: #009ad0;
    background: -moz-linear-gradient(top, #009ad0 0, #007ab7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009ad0), color-stop(100%, #007ab7));
    background: -webkit-linear-gradient(top, #009ad0 0, #007ab7 100%);
    background: -o-linear-gradient(top, #009ad0 0, #007ab7 100%);
    background: -ms-linear-gradient(top, #009ad0 0, #007ab7 100%);
    background: linear-gradient(to bottom, #009ad0 0, #007ab7 100%)
}

#cms #center_column #admin-action-cms p .button.publish_button:hover {
    border-color: #01314e #004b74 #0079b6;
    filter: none;
    background: #0084bf
}

#cms #center_column #admin-action-cms p .button.lnk_view {
    color: #333;
    text-shadow: 1px 1px #fff;
    border-color: #cacaca #b7b7b7 #9a9a9a;
    background: #f7f7f7;
    background: -moz-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -o-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: -ms-linear-gradient(top, #f7f7f7 0, #ededed 100%);
    background: linear-gradient(to bottom, #f7f7f7 0, #ededed 100%)
}

#cms #center_column #admin-action-cms p .button.lnk_view:hover {
    border-color: #9e9e9e #9e9e9e #c8c8c8;
    filter: none;
    background: #e7e7e7
}
.subcategory__wrap {
    margin-bottom: 20px !important;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    border-radius: 10px 0 0 10px;
}
#subcategories .title_category_section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
    font-size: 20px;
    
}
.subcategory__img-wrap {
    display: flex;
    align-items: center;
}
.subcategory__img-wrap a {
    position: relative;
    background: #fff;
    display: ruby;
    text-align: center;
}
.subcategories__item__name .fa {
    padding-left: 10px;
}
.subcategories__item__name {
    text-align: -webkit-center;
    text-transform: uppercase;
    color: #fff;
    background: #000000;
    padding: 10px 0;
    font-size: 12px;
    width: 100%;
    margin-bottom: 0 !important;
    margin-right: 15px;
    -webkit-transition: -webkit-transform 0.7s, opacity 0.7s;
    -moz-transition: -moz-transform 0.7s, opacity 0.7s;
    -o-transition: -o-transform 0.7s, opacity 0.7s;
    transition: transform 0.7s, opacity 0.7s;
    z-index: 2;
}
.subcategories__item__name:hover {
    -webkit-transform: translateY(-50%) rotateY(90deg);
    -moz-transform: translateY(-50%) rotateY(90deg);
    -o-transform: translateY(-50%) rotateY(90deg);
    -ms-transform: translateY(-50%) rotateY(90deg);
    transform: translateY(-50%) rotateY(90deg);
    opacity: 0;
}