﻿.breadcrumbs {
    margin-bottom: 37px;
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumbs ul li {
    position: relative;
    margin-right: 6px;
    padding-right: 15px;
    font-weight: 300;
    font-size: 18px;
    color: #454545;
    line-height: 160%;
    list-style: none;
}

.breadcrumbs ul li:after {
    position: absolute;
    content: '/';
    right: 0;
    top: 0;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    color: #454545;
}

.breadcrumbs ul li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumbs ul li:last-child:after {
    display: none;
}

.breadcrumbs ul li a {
    font-weight: 300;
    font-size: 18px;
    color: #454545;
    line-height: 160%;
}

.breadcrumbs ul li a:hover {
    color: #197e27;
}

.drop-down-pk, .drop-down-pk2, .drop-down-pk3, .drop-down-pk4, .drop-down-pk5, .drop-down-pk6, .drop-down-pk7 {width: 100%;background: #197e27;color: #fff;}
.drop-down-heading {line-height: 55px;padding: 20px;font-size: 2em;text-align: center;}
.drop-down-heading a{text-decoration: none;color: white;}
.drop-down-text, .section-title{display: none;}
.drop-down-text span{display: inline-block;width: 50%;color: #fff;}
.page-main .article-main__text-full li:before{background: #fff;}
.fas{color: #fff;font-size: 50px;text-align: center;width: 80px;padding: 15px;margin: 20px;height: 80px;border-radius: 100px;background-color: #fdd615;}
@media (max-width: 676px) {.drop-down-heading{line-height: 26px;font-size: 1.4em;padding: 26px;}.article-main__text-full p{margin-left: 26px;margin-right: 26px;}.drop-down-text h2{margin-left: 26px !important;margin-right: 26px !important;}}