/* Page
--------------------------------------*/
.page {
    position: relative;
    margin-bottom: 50px;
}
.page-head {
    margin: 40px 0 30px;
}
.page-head__title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.page-head__desc {
    font-size: 14px;
    color: #94aab0;
}
.page-body {}
.page-content {
    padding: 0;
    display: flex
}
.page-content p {
    margin-bottom: 15px;
}
.page-content ul,ol {
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.page-content h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 15px;
}
.page-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3b3b3b;
}
.content {
    margin: 0 0 0 10px;
    width: 76%;
    background-color: #fff;
}
.content-page__title {
    font-size: 24px;
    font-weight: 600;
}

.page-info {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 20px 20px;
    min-height: 300px;
}
.page__under-construction-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 40px;
}
.mission-content {
    padding: 30px;
    margin-bottom: 50px;
    line-height: normal;
}
.blog-content {
    padding: 30px;
    line-height: normal;
}

.news-content {
    padding: 30px;
    line-height: normal;
}

.career-content {
    padding: 30px;
    margin-bottom: 50px;
    line-height: normal;
}

.info-content {
    padding: 0;
    display: flex;

}
.rent-content {
    padding: 30px;
    margin-bottom: 50px;
    line-height: normal;
}
.info-content__wrapper {
    margin: 0 0 0 10px;
    width: 76%;
    background-color: #fff;
    background-image: url(https://st.europharma.kz/images/info/footer.png);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: contain;
    padding-bottom: 110px;
    min-height: 60vh;
}
.info-list {
    list-style: none;
    font-size: 18px;
    text-decoration: none;
    padding-left: 0;
}

/* Page Error
--------------------------------------*/
.site-error {
    background: #fff;
    border-radius: .25em;
    padding: 20px 30px;
    margin-top: 60px;
}
.site-error__inner {
    width: 400px;
    margin: 100px auto;
    text-align: center;
}
.site-error__icon {
    font-size: 90px;
    margin-bottom: 40px;
}
.site-error__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.site-error__desc {
    color: #94aab0;
    margin-bottom: 10px;
}
/* Partners */
.partners {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partners__items {
    height: 160px;
    width: 160px;
    margin: 20px;
    transition: transform 0.4s;
}
.partners-page {
    padding: 30px 30px;
    line-height: normal;
}
/* Rent page */
.rent-page__send-btn {
    cursor: pointer;
    text-align: center;
    background-color: #a9cf44;
    color: #fff;
    height: 36px;
    padding: 8px 40px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 10px;
}
.rent-page__send-btn:hover {
    opacity: 0.8;
}
.rent-page__form {
    display: none;
}
.rent-page__form-wrapper {
    display: flex;
}
.rent-page__form-column {
    width: 45%;
}
.rent-page__form-column:first-child {
    margin-right: 40px;
}
#rent__error {
    margin-bottom: 20px;
    color: red;
}

/* Career */
.career-page__send-btn {
    cursor: pointer;
    text-align: center;
    background-color: #a9cf44;
    color: #fff;
    height: 36px;
    padding: 8px 40px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 10px;
}
.career-page__send-btn:hover {
    opacity: 0.8;
}
.career-page__cv-wrapper {
    display: none;
    width: 50%;
}
.career-page__vacations-btn {
    cursor: pointer;
    color: #07c;
    text-decoration: underline;
    position: absolute;
}
.career-page__vacations-wrapper {
    display: none;
    position: relative;
    top: 50px;
}
.career__contacts {
    position: relative;
    top: 50px;
    padding-bottom: 50px;
    display: none;
}
.career__footer-img {
    width: 100%;
}
.career__down-arrow {
    margin-left: 15px;
    margin-bottom: 15px;
}

.inactive-step{
    font-weight: 500;
}

/* Page Contacts
---------------------------------------*/
.contacts {
    width: 100%;
    background-color: #fff;
    margin-bottom: 40px;
    display: flex;
}
.contact-menu{
    width: 50%;
    padding: 35px;
}
.contacts-info {
    width: 50%;
    padding: 35px 35px 35px 0;
}
.contact-info-social__icon:first-child {
    padding-left: 0;
}
.contact-info-social__icon {
    font-size: 20px;
    color: #979a9d;
    padding: 0 10px;
}
.contact-info-social {
    margin-top: 10px;
}
.contacts-map {
    height: 400px;
    /*background-color: #CCCCCC;*/
}
.contacts-info ul{
    margin-top: 5px;
}
.contacts-info li{
    line-height: normal;
    font-size: 14px;
    color: #868686;
    list-style-type: disc;
    margin-left: 20px;
    margin-top:4px;
}
.contacts-info__office {
    margin-bottom: 20px;
}
.contacts-info__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.page-content--no-padding {
    background: #fff;
    padding: 0px;
}
.contacts-info__description {
    line-height: normal;
    font-size: 14px;
    color: #868686;
}
.contacts-tab{
    display: none;
}
.contacts-tab-active{
    display: block;
}

.down-arrow{
    display: inline-block;
    position: unset;
    transform: translate(-50%,-50%);
}
.down-arrow span{
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #07c;
    border-right: 2px solid #07c;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}
.down-arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.down-arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
}

/* Page Rent
--------------------------------------*/
.rent__list--no-style {
    list-style: none !important;
}
.rent__list {
    list-style: line outside;
}


/*  */

.cabinet-list {
    list-style: none;
    font-size: 18px;
    text-decoration: none;
    padding-left: 0;
    margin: 20px 0 0 0;
}

.cabinet-list__li {
    margin: 0;
    border-top: 1px solid #f0f0f0;
    /*border: 1px solid #ebebeb;*/
    cursor: pointer;
    color: #3c3c3c !important;
}

.cabinet-list__li:hover {
    transition: all 0.3s ease-in-out;
    background-color: #f9f8f8;
    color: #3c3c3c !important;
}


.cabinet-list__icon {
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
    font-size: 16px;
    vertical-align: text-top;
}

.cabinet-list__wrapper {
    width: 22%;
    padding: 0px 0 0 0;
    float: left;
    background-color: #fff;
    height: fit-content;
}

.cabinet-list__profile-wrapper {
    text-align: center;
    font-size: 18px;
}

.cabinet-list__profile-img {
    display: block;
    margin: auto;
    width: 80px;
    height: 80px;
}

.cabinet-list__user-tel {
    font-size: 12px;
}

.cabinet-list__item {
    display: block;
    padding: 15px 0 15px 20px;
    color: #3c3c3c !important;
    font-size: 14px;
    line-height: 1.5;
}
.cabinet-list__item .icon-angle-down {
    margin-left: 5px;
    vertical-align: middle;
    display: inline-block;
}
.dropdown-btn__active .cabinet-list__item .icon-angle-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.cabinet-list__dropdown-container {
    display: none;
}
.cabinet-list__dropdown-link {
    padding: 15px 0 15px 50px;
    text-decoration: none;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 1.5;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}
.dropdown-btn__active {
    background-color: #f9f8f8;
}
.cabinet-list__dropdown-link:hover {
    background-color: #f9f8f8;
    transition: all 0.3s ease-in-out;
}

/* hierarchy */
.hierarchy {
    width: 600px;
    margin: 30px;
}

.hierarchy-title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}

.hierarchy-structure {
    width: 100%;
    margin-top: 30px;
}

.hierarchy-structure:before, .hierarchy-structure:after {
    content: " ";
    display: table;
}

.hierarchy-structure:after {
    clear: both;
}

.hierarchy-base-chain {
    float: right;
    width: 50%;
}

.hierarchy-base-content {
    width: 100%;
}

.hierarchy-base-content:before, .hierarchy-base-content:after {
    content: " ";
    display: table;
}

.hierarchy-base-content:after {
    clear: both;
}

.hierarchy-base-open {
    position: relative;
    font-style: normal;
    display: inline-block;
    cursor: pointer;
}

.hierarchy-base-open:after {
    margin-left: 10px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: "fontawesome", sans-serif;
    font-size: 10px;
}

.hierarchy-main-col {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.hierarchy-item-main {
    position: relative;
    padding: 0 30px;
    display: table;
    width: 100%;
    height: 120px;
    background-image: url("/local/templates/skkz/css/../images/hierarchy-pattern.svg");
    background-color: #A8CF44;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    z-index: 5;
}

.hierarchy-item-main span {
    display: table-cell;
    vertical-align: middle;
}

.hierarchy-item-main:last-child {
    margin-bottom: 0;
}

.hierarchy-item-main.hierarchy-item-directors {
    background-color: #678712;
    padding-bottom: 20px;
    z-index: 7;
}

.hierarchy-item-main.hierarchy-item-directors span:before {
    display: block;
    font-family: "fontawesome", sans-serif;
    font-size: 50px;
    line-height: 1.2;
}

.hierarchy-item-main.hierarchy-item-directors .hierarchy-item-open-base:before {
    background-color: #678712;
}

.hierarchy-item-main.hierarchy-item-seo {
    margin-top: 40px;
    padding: 0 55px;
    background-color: #869B4D;
}

.hierarchy-item-main.hierarchy-item-seo:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 27px;
    border-left: 2px dotted #678712;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hierarchy-item-main.hierarchy-item-seo .hierarchy-item-open:before {
    background-color: #869B4D;
}

.hierarchy-item-main.hierarchy-item-player .hierarchy-item-open-base:before {
    background-color: #869B4D;
}

.hierarchy-item-main.hierarchy-item-seo.hierarchy-item-toggle:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    border-left: 2px dotted #283652;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}



.hierarchy-item-main.hierarchy-item-player {
    margin-top: 40px;
    padding: 0 50px;
    background-color: #869B4D;
}

.hierarchy-item-main.hierarchy-item-player:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    border-left: 2px dotted #678712;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hierarchy-item-main.hierarchy-item-player .hierarchy-item-open:before {
    background-color: #ae9e8c;
}

.hierarchy-item-main.hierarchy-item-player.hierarchy-item-toggle:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    border-left: 2px dotted #283652;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hierarchy-item-open, .hierarchy-item-open-base {
    position: absolute;
    top: 98%;
    left: 50%;
    font-style: normal;
    z-index: 5;
    cursor: pointer;
}

.hierarchy-item-open:before, .hierarchy-item-open-base:before {
    position: absolute;
    /*content: "";*/
    margin-top: -17px;
    margin-left: -17px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    text-align: center;
    font-size: 10px;
    background-color: #A8CF44;
    /*font-family: "fontawesome", sans-serif;*/
    font-weight: 600;
}

.hierarchy-item-open:after, .hierarchy-item-open-base:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.hierarchy-chain {
    position: relative;
    margin-top: 40px;
    display: none;
}

.hierarchy-chain:before, .hierarchy-chain:after {
    content: " ";
    display: table;
}

.hierarchy-chain:after {
    clear: both;
}

.hierarchy-chain:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    border-left: 2px dotted #678712;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.hierarchy-chain-list {
    position: relative;
    margin-top: 30px;
    display: none;
}

.hierarchy-chain-list:before, .hierarchy-chain-list:after {
    content: " ";
    display: table;
}

.hierarchy-chain-list:after {
    clear: both;
}

.hierarchy-chain-list:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    border-left: 2px dotted #678712;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.hierarchy-chain-three-list {
    position: relative;
    margin-top: 20px;
    display: none;
}

.hierarchy-chain-three-list:before, .hierarchy-chain-three-item-list:after {
    content: " ";
    display: table;
}

.hierarchy-chain-three-list:after {
    clear: both;
}

.hierarchy-chain-three-list:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    /*border-left: 2px dotted #678712;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*z-index: 2;*/
}

.hierarchy-chain-fourth-list {
    position: relative;
    margin-top: 20px;
    display: none;
}

.hierarchy-chain-fourth-list:before, .hierarchy-chain-three-item-list:after {
    content: " ";
    display: table;
}

.hierarchy-chain-fourth-list:after {
    clear: both;
}

.hierarchy-chain-fourth-list:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    /*border-left: 2px dotted #678712;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*z-index: 2;*/
}


.hierarchy-chain-fifth-list {
    position: relative;
    margin-top: 20px;
    display: none;
}

.hierarchy-chain-fifth-list:before, .hierarchy-chain-three-item-list:after {
    content: " ";
    display: table;
}

.hierarchy-chain-fifth-list:after {
    clear: both;
}

.hierarchy-chain-fifth-list:before {
    position: absolute;
    content: "";
    bottom: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    /*border-left: 2px dotted #678712;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*z-index: 2;*/
}

.hierarchy-chain-directors {
    display: none;
}

.hierarchy-chain-directors .hierarchy-chain-item {
    border-color: #283652;
}

.hierarchy-chain-directors .hierarchy-chain-content span:before {
    color: #283652;
}

.hierarchy-chain-seo {
    display: none;
}

.hierarchy-chain-seo .hierarchy-chain-item {
    border-color: #ae9e8c;
}

.hierarchy-chain-seo .hierarchy-chain-content span:before {
    color: #ae9e8c;
}

.hierarchy-chain-item {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 20px;
    display: table;
    font-size: 15px;
    line-height: 22px;
    border-left: 5px solid #678712;
    background: #f0f0f0;
    z-index: 2;
}

.hierarchy-chain-item:last-child {
    margin-bottom: 0;
}

.hierarchy-chain-item:last-child:after {
    display: none;
}

.hierarchy-chain-item-wrapper {
    margin-bottom: 20px;
}
.hierarchy-chain-item-wrapper:last-child:after {
    display: none;
}
.hierarchy-chain-item-wrapper:after {
    position: absolute;
    content: "";
    top: 10%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    /*border-left: 2px dotted #283652;*/
}

.hierarchy-chain-three-wrapper {
    margin-bottom: 20px;
}
.hierarchy-chain-three-wrapper:last-child:after {
    display: none;
}
.hierarchy-chain-three-wrapper:after {
    position: absolute;
    content: "";
    top: 10%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    /*border-left: 2px dotted #283652;*/
}


.hierarchy-chain-fourth-wrapper {
    margin-bottom: 20px;
}
.hierarchy-chain-fourth-wrapper:last-child:after {
    display: none;
}
.hierarchy-chain-fourth-wrapper:after {
    position: absolute;
    content: "";
    top: 10%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    /*border-left: 2px dotted #283652;*/
}

.hierarchy-chain-fifth-wrapper {
    margin-bottom: 20px;
}
.hierarchy-chain-fifth-wrapper:last-child:after {
    display: none;
}
.hierarchy-chain-fifth-wrapper:after {
    position: absolute;
    content: "";
    top: 10%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    /*border-left: 2px dotted #283652;*/
}

.hierarchy-chain-item:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    /*border-left: 2px dotted #283652;*/
}

.hierarchy-chain-item.-parent {
    padding: 0;
    border: none;
    background: none;
}

.hierarchy-chain-item.-parent .hierarchy-item {
    width: 100%;
    padding: 0;
}

.hierarchy-chain-item.-parent .hierarchy-item-main {
    background-color: #a7a7a7;
}

.hierarchy-chain-item.-parent .hierarchy-item-main .hierarchy-item-open:before {
    background: #a7a7a7;
}

.hierarchy-chain-item--alt {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 20px;
    display: table;
    font-size: 15px;
    line-height: 22px;
    border-left: 5px solid #678712;
    background: #f0f0f0;
    z-index: 2;
}

.hierarchy-chain-item--alt:last-child {
    margin-bottom: 0;
}

.hierarchy-chain-item--alt:last-child:after {
    display: none;
}

.hierarchy-chain-item--alt-wrapper {
    margin-bottom: 20px;
}

.hierarchy-chain-item--alt:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    z-index: 1;
    /*border-left: 2px dotted #283652;*/
}

.hierarchy-chain-item--alt.-parent {
    padding: 0;
    border: none;
    background: none;
}

.hierarchy-chain-item--alt.-parent .hierarchy-item {
    width: 100%;
    padding: 0;
}

.hierarchy-chain-item--alt.-parent .hierarchy-item-main {
    background-color: #a7a7a7;
}

.hierarchy-chain-item--alt.-parent .hierarchy-item-main .hierarchy-item-open:before {
    background: #a7a7a7;
}

.hierarchy-chain-list-item {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 20px;
    display: table;
    font-size: 15px;
    line-height: 22px;
    border-left: 5px solid #a4bd5e;
    background: #f0f0f0;
}

.hierarchy-chain-list-item:last-child {
    margin-bottom: 30px;
}

.hierarchy-chain-list-item:last-child:after {
    display: none;
}

.hierarchy-chain-list-item:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    border-left: 2px dotted #283652;
}

.hierarchy-chain-list-item.-parent {
    padding: 0;
    border: none;
    background: none;
}

.hierarchy-chain-list-item.-parent .hierarchy-item {
    width: 100%;
    padding: 0;
}

.hierarchy-chain-list-item.-parent .hierarchy-item-main {
    background-color: #a7a7a7;
}

.hierarchy-chain-list-item.-parent .hierarchy-item-main .hierarchy-item-open:before {
    background: #a7a7a7;
}

.hierarchy-chain-three-item-list {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 20px;
    display: table;
    font-size: 15px;
    line-height: 22px;
    border-left: 5px solid #cddc39;
    background: #f0f0f0;
}

.hierarchy-chain-three-item-list:last-child {
    margin-bottom: 40px;
}

.hierarchy-chain-three-item-list:last-child:after {
    display: none;
}

.hierarchy-chain-three-item-list:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    border-left: 2px dotted #283652;
}

.hierarchy-chain-three-item-list.-parent {
    padding: 0;
    border: none;
    background: none;
}

.hierarchy-chain-three-item-list.-parent .hierarchy-item {
    width: 100%;
    padding: 0;
}

.hierarchy-chain-three-item-list.-parent .hierarchy-item-main {
    background-color: #a7a7a7;
}

.hierarchy-chain-three-item-list.-parent .hierarchy-item-main .hierarchy-item-open:before {
    background: #a7a7a7;
}


.hierarchy-chain-fourth-item-list {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 20px;
    display: table;
    font-size: 15px;
    line-height: 22px;
    border-left: 5px solid #ff9800;
    background: #f0f0f0;
}

.hierarchy-chain-fourth-item-list:last-child {
    margin-bottom: 40px;
}

.hierarchy-chain-fourth-item-list:last-child:after {
    display: none;
}

.hierarchy-chain-fourth-item-list:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    border-left: 2px dotted #283652;
}

.hierarchy-chain-fourth-item-list.-parent {
    padding: 0;
    border: none;
    background: none;
}

.hierarchy-chain-fourth-item-list.-parent .hierarchy-item {
    width: 100%;
    padding: 0;
}

.hierarchy-chain-fourth-item-list.-parent .hierarchy-item-main {
    background-color: #a7a7a7;
}

.hierarchy-chain-fourth-item-list.-parent .hierarchy-item-main .hierarchy-item-open:before {
    background: #a7a7a7;
}



.hierarchy-chain-fifth-item-list {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 20px;
    display: table;
    font-size: 15px;
    line-height: 22px;
    border-left: 5px solid #b3dc46;
    background: #f0f0f0;
}

.hierarchy-chain-fifth-item-list:last-child {
    margin-bottom: 40px;
}

.hierarchy-chain-fifth-item-list:last-child:after {
    display: none;
}

.hierarchy-chain-fifth-item-list:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100px;
    border-left: 2px dotted #283652;
}

.hierarchy-chain-fifth-item-list.-parent {
    padding: 0;
    border: none;
    background: none;
}

.hierarchy-chain-fifth-item-list.-parent .hierarchy-item {
    width: 100%;
    padding: 0;
}

.hierarchy-chain-fifth-item-list.-parent .hierarchy-item-main {
    background-color: #a7a7a7;
}

.hierarchy-chain-fifth-item-list.-parent .hierarchy-item-main .hierarchy-item-open:before {
    background: #a7a7a7;
}



.hierarchy-chain-content {
    display: table-cell;
    vertical-align: middle;
}

.hierarchy-chain-content span {
    position: relative;
}

.hierarchy-chain-content span:before {
    position: absolute;
    top: 0;
    left: -30px;
    font-family: "fontawesome", sans-serif;
    font-size: 17px;
    color: #4a6599;
}

.hierarchy-chain-list-content {
    display: table-cell;
    vertical-align: middle;
}

.hierarchy-chain-list-content span {
    position: relative;
}

.hierarchy-chain-list-content span:before {
    position: absolute;
    top: 0;
    left: -30px;
    font-family: "fontawesome", sans-serif;
    font-size: 17px;
    color: #4a6599;
}

.hierarchy-chain-three-item-list-content {
    display: table-cell;
    vertical-align: middle;
}

.hierarchy-chain-three-item-list-content span {
    position: relative;
}

.hierarchy-chain-three-item-list-content span:before {
    position: absolute;
    top: 0;
    left: -30px;
    font-family: "fontawesome", sans-serif;
    font-size: 17px;
    color: #4a6599;
}

.office-clicked:before {
    height: 280px !important;
}


.hierarchy-chain-fourth-item-list-content {
    display: table-cell;
    vertical-align: middle;
}

.hierarchy-chain-fourth-item-list-content span {
    position: relative;
}

.hierarchy-chain-fourth-item-list-content span:before {
    position: absolute;
    top: 0;
    left: -30px;
    font-family: "fontawesome", sans-serif;
    font-size: 17px;
    color: #4a6599;
}


.hierarchy-chain-fifth-item-list-content {
    display: table-cell;
    vertical-align: middle;
}

.hierarchy-chain-fifth-item-list-content span {
    position: relative;
}

.hierarchy-chain-fifth-item-list-content span:before {
    position: absolute;
    top: 0;
    left: -30px;
    font-family: "fontawesome", sans-serif;
    font-size: 17px;
    color: #4a6599;
}


.hierarchy-items:before, .hierarchy-items:after {
    content: " ";
    display: table;
}

.hierarchy-items:after {
    clear: both;
}

.hierarchy-item {
    position: relative;
    margin-bottom: 40px;
    float: left;
    width: 50%;
    padding: 0 10px;
}

.hierarchy-item:nth-child(2n+1) {
    clear: left;
}

.hierarchy-item:last-child {
    margin-bottom: 0;
    z-index: 0;
}

.hierarchy-item.hierarchy-base {
    width: 100%;
    padding: 0;
}

.hierarchy-item.hierarchy-base:before, .hierarchy-item.hierarchy-base:after {
    content: " ";
    display: table;
}

.hierarchy-item.hierarchy-base:after {
    clear: both;
}

.hierarchy-item.hierarchy-base.-toggle > .hierarchy-base-content .hierarchy-item-open:before {
    /*font-size: 2px;*/
}

.hierarchy-item.hierarchy-base > .hierarchy-chain:before {
    left: 25%;
}

.hierarchy-item.-toggle > .hierarchy-item-main .hierarchy-item-open:before {
    font-size: 2px;
}

.hierarchy-item__name {
    font-size: 14px !important;
    margin: 8px 0 0 0 !important;
    color: #eeee;
    font-weight: 400 !important;
}

.hierarchy-item-chain-open {
    cursor: pointer;
}
.hierarchy-item-chain-three-open {
    cursor: pointer;
}
.hierarchy-item-chain-fourth-open {
    cursor: pointer;
}
.hierarchy-item-chain-fifth-open {
    cursor: pointer;
}


.content-page {
    padding: 30px 30px;
    line-height: normal;
}

.avg__time {
    font-weight: 600;
}

.about__title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.about__description-wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.about__description-title {
    font-size: 12px;
    padding: 5px;
}

.about__title-description {
    text-align: center;
    padding: 10px 0;
    line-height: 1.5;
    font-size: 16px;
}

.about__description-items {
    width: 9%;
}

.about__history-wrapper {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 20px;
}
.about__history-icons {
    width: 80%;
}
.about__history-description {
    display: table-caption;
    font-size: 12px;
    padding-top: 5px;
    width: 180%;
}
.about__history-title {
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}

.about__history__row {
    display: flex;
    text-align: center;
    margin-left: 40px;
    font-size: 13px;
}
.about__history__row:last-child {
    margin-left: 0;
}
.about__history-image-wrapper {
    text-align: center;
}

.about__history-image {
    width: 95%;
}

.about__history-first {
    width: 26%;
}
.about__history-second {
    width: 21%;
}
.about__history-third {
    width: 21%;
}
.about__history-fourth {
    width: 21%;
}
.about__history-fifth {
    width: 18%;
}
.about__history-sixth {
    width: 22%;
}
.about__history-seventh {
    width: 20%;
}
.about__history-eighth {
    width: 22%;
}
.about__history-nine {
    width: 15%;
}

.about__history {
    padding: 20px;
}

.about__description-title {

}
.about__description-items {

}

.about__title-history {
    text-align: center;
    padding: 10px 0;
    line-height: normal;
    font-size: 16px;
}

.about__service-title {
    text-align: center;
    font-size: 22px;
    line-height: normal;
    margin-top: 40px;
    font-weight: 600;
}

.about__list-wrapper {
    margin: 20px 50px;
}

.about__list-items {
    line-height: normal;
    margin-bottom: 10px;
}
.about__list-items-img {
    position: relative;
    top: 6px;
    margin-right: 5px;
}
.about__footer-img  {
    width: 100%;
}

.manage-team {
    margin-top: 30px;
}

.about__quality-title {
    text-align: center;
    font-size: 22px;
    line-height: normal;
    margin-top: 40px;
    font-weight: 600;
}

.about__quality-description {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    line-height: normal;
}

.about__image-wrapper {
    text-align: center;
}
.about__image-main {
    width: 80%;
}
.about__title-company {
    font-size: 20px;
}
.about__list-additional {
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.about-page {
    padding: 30px;
    margin-bottom: 50px;
    line-height: normal;
}

.company-page {
    padding: 30px;
    margin-bottom: 50px;
    line-height: normal;
}

.company {
    display: flex;
    justify-content: normal;
    flex-wrap: wrap;
}

.company__item-box {
    width: 256px;
    height: 180px;
    background: #EEEEEE;
    border-radius: 5%;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,.04);
    opacity: 0.8;
}

.company__item-box:hover {
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.company__item {
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 30px;
}

.company__item-title {
    margin-top: 10px;
    color: #3c3c3c !important;
    text-align: center;
}

/* Payment page */
.page-payment__titles {
    font-weight: bold;
    color: #31373c;
}
.page-payment__law-title {
    font-size: 14px;
    margin-top: 5px;
}
.page-payment__descriptions {
    font-size: 14px;
    margin-top: 5px;
    color: #868686;
}
.page-payment__items {
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.page-payment__icons {
    font-size: 32px;
    margin-right: 20px;
}



/* how to make an order */
.page-order-make__titles {
    font-weight: 600;
    margin-top: 20px;
    font-size: 16px;
}
.content-page__title {
    margin-bottom: 10px;
}
.page-order-make__description {
    margin-top: 5px;
    line-height: 1.2;
    margin-left: 5px;
    font-size: 14px;
    color: #868686;
}

.page-order-make___list-item {
    margin-bottom: 4px;
}

/* Mission page */
.mission__title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.mission__item-title {
    height: fit-content;
    font-weight: 600;
    line-height: normal;
}
.mission__item-description {
    height: fit-content;
    line-height: normal;
}
.mission__item {
    display: inline-flex;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,.04);
    margin: 10px;
    width: 100%;
    background-color: #fff;
}
.mission__item-wrapper {
    margin: 10px 10px 10px 20px;
}
.mission__item-img {
    width: 200px;
    height: 100%;
}
.mission__list-wrapper {
    margin-top: 30px;
}

/* News page */
.news__title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.news__item-title {
    height: fit-content;
    font-weight: 600;
    line-height: normal;
}
.news__item-description {
    height: fit-content;
    line-height: normal;
}
.news__item {
    display: inline-flex;
    margin-top: 30px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px dashed #a9cf4466;
}
.news__item:hover {
    /*box-shadow: 0 2px 2px 2px rgba(0,0,0,.08);*/
}
.news__item-wrapper {
    margin: 0 0 30px 0;

}
.news__item-img {
    width: 200px;
    height: auto;
}
.news__list-wrapper {
}
.news__link {
    color: #3c3c3c;
}
.news__btn {
    display: inline-block;
    color: #fff;
    background: #a9cf44;
    padding: 10px 35px;
    margin-top: 10px;
}
.news__btn:hover {
    background: #b9e050;
}
.news__footer {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.news__img-wrapper {
    width: 100%;
    max-width: 220px;
    margin-bottom: 30px;
}
.news__time {
    font-size: 14px;
    color: #7d7d7d;
    padding: 10px 0px;
}
.news-view__time {
    font-size: 14px;
    color: #7d7d7d;
    margin-bottom: 20px;
}

/* News view */

.news-view__item-img {
    float: right;
    max-width: 260px;
    margin-left: 15px;
}
.news-view__content {
    padding: 30px 30px;
    line-height: normal;
}
.news-view__title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.chart__container {
    position: relative;
    height: 40vh;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.team__title {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
}
.team-item__img {
    height: 100px;
    border-radius: 50%;
    display: block;
}
.team-item {
    padding: 10px;
    margin: 10px 20px 20px 10px;
    border-radius: 4px;
    width: 365px;
    display: flex;
    text-align: center;
    background: #f9f9f9;
}
.team-item:hover {
    /*box-shadow: 0 2px 2px 2px rgba(0,0,0,.04);*/
}
.team-item__description {
    padding: 34px 5px;
    margin: 0 auto;
}
.team-item__title {
    font-weight: 600;
    line-height: normal;
    margin: 0 !important;
    font-size: 14px !important;
}
.team-item__content {
    font-size: 14px;
}

.rent__title {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
    color: #666;
}
.rent__list-advantages {
    font-weight: 600;
    color: #666;
}
.rent__description {
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
}
.rent__list-part-list {
    line-height: 1.5;
}
.career__title {
    font-weight: 600;
    line-height: normal;
    font-size: 18px;
}
.career__contents {
    margin-top: 5px;
}
.career__send-btn {
    color: #fff;
    background: #a9cf44;
    padding: 10px 20px;
}
#career__form {
    margin-bottom: 25px;
    margin-top: 25px;
}
.career__bg {
    width: 882px;
    position: absolute;
    left: 265px;
    top: 850px;
    z-index: 0;
    background-position: center;
    background-attachment: fixed;
}
.career__pre-img {
    margin-bottom: 500px !important;
}
.rent-page__cv-wrapper {
    display: none;
    width: 50%;
}

/* quality control */
.quality-department__employee-wrapper {
    width: 60%;
    display: none;
    margin-top: 20px;
}
.quality-department__checkout-wrapper {
    position: relative;
}
.quality-department__client-wrapper {

    margin-top: 20px;
    margin-bottom: 10px;
}

.quality-department__send-btn {
    color: #fff;
    background: #a9cf44;
    padding: 10px 20px;
}
.quality-department__send-btn:hover {
    background: #b9e050;
}
.quality-department__choose {
    margin-top: 40px;
    margin-bottom: 40px;
}
.quality-department__employee-btn {
    cursor: pointer;
}
.quality-department__employee-title {
    font-weight: 600;
}
.quality-department__client-title {
    font-weight: 600;
}
.quality-department__employee-btn:hover {
    color: #a9cf44;
}
.quality-department__client-btn {
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
}
.quality-department__client-btn:hover {
    color: #a9cf44;
}
.quality-department__reason-wrapper {
    margin-bottom: 10px;
}
.quality-department__employee-notice {
    margin-top: -20px;
    color: red;
    margin-bottom: 20px;
}
.quality-department__employee-reason-wrapper {
    margin-bottom: 10px;
}

/* Question and answer page */

.question__content {
    margin-top: 20px;
}
.question__titles {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
}
.question__content--simple .question__titles{
    margin-bottom: 15px;
}
.question__texts {
    font-size: 14px;
    color: #868686;
    margin-top: 5px;
}
.question__texts ul{
    list-style: disc;
    padding-left: 17px;
}
.question__texts li:not(:last-child){
    margin-bottom: 5px;
}

/* Certificate page */

.certificate__wrapper {
    text-align: center;
}

/* Partners */
.partners__general {
    border-bottom: 2px solid #a9cf44;
}
.partners__default {
    margin-top: 25px;
    border-bottom: 2px solid #a9cf44;
}
.partners__general-title {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 15px;
}
.partners__default-title {
    font-size: 20px;
    font-weight: bold;
    margin: 30px 0 15px;
}
.partners--regular {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Documents page */
.page-document__titles {
    font-weight: bold;
    color: #31373c;
    margin-bottom: 10px;
}
.page-document__law-title {
    font-size: 14px;
    margin-top: 5px;
}
.page-document__descriptions {
    font-size: 14px;
    margin-top: 5px;
    color: #868686;
    line-height: 1.7;
}
.page-document__descriptions li {
    font-size: 14px;
    color: #868686;
    list-style-type: disc;
    margin-left: 20px;
    margin-top: 5px;
}
.page-document__descriptions p:not(:last-child){
    margin-bottom: 10px;
}
.page-document__items {
    /*display: flex;*/
    margin-top: 20px;
    justify-content: center;
}
.page-document__icons {
    font-size: 32px;
    margin-right: 20px;
}

/* Typography
----------------------------------------*/
.typography ul ul,
.typography ul ol,
.typography ol ul,
.typography ol ol{
    padding-left: 25px;
    margin: 10px 0;
}
.typography ul{
    list-style-type: disc;
    list-style-position: inside;
}
.typography ol{
    counter-reset: item;
}
.typography ol > li{
    display: block;
    line-height: 1.5;
}
.typography ul > li{
    line-height: 1.5;
}
.typography ul > li:not(:last-child),
.typography ol > li:not(:last-child){
    margin-bottom: 10px;
}
.typography ol > li:before{
    content: counters(item, ".") ". ";
    counter-increment: item
}
.typography ol[style*="list-style-type: lower-alpha;"] > li:before {
    content: counters(item, ".", lower-alpha) ". ";
    counter-increment: item
}

@media screen and (max-width: 768px) {
    .career__bg {
        left: 0;
        top: 1200px;
    }
    .career__pre-img {
        margin-bottom: 300px !important;
    }
    .info-content {
        background: #fff !important;
        width: 100% !important;
        margin-bottom: 50px !important;
        padding: 0 !important;
    }
    .mission-content {
        padding: 20px;
    }

    .blog-content {
        padding: 0;
        margin-bottom: 60px;
        margin-top: 60px;
    }

    .news-content {
        padding: 20px;
        margin-top: 60px;
    }

    .career-content {
        padding: 20px;
    }
    .rent-content {
        padding: 20px;
    }

    .partners-page {
        padding: 20px;
    }
    .partners__items {
        margin: 0;
        height: 140px;
        width: 140px;
    }


    .mission__item-img {
        width: 100%;
    }
    .quality-department__employee-wrapper {
        width: 100%;
    }

    .page {
        margin-top: 50px;
    }
    .cabinet-list__wrapper {
        display: none;
    }
    .content {
        margin: 0;
        width: 100%;
    }
    .about__title-description {
        text-align: center;
        padding: 10px 0;
        line-height: normal;
        font-size: 16px;
    }
    .about__description-items {
        width: 25%;
    }
    .about__description-title {
        display: block;
        margin-left: 0;
    }
    .about__description-wrapper {
        flex-wrap: wrap;
    }
    .about__history-wrapper {
        flex-wrap: wrap;
    }
    .about__description-title {
        width: 100%;
    }
    .about__list-wrapper {
        margin: 0;
    }
    .rent__title {
        font-size: 18px;
    }
    .rent__description {
        font-size: 16px;
    }

    .content-page {
        padding: 5%;
        margin-bottom: 50px;
    }

    .about-page {
        padding: 20px;
        margin-bottom: 50px;
        line-height: normal;
    }

    .company-page {
        padding: 20px;
        margin-bottom: 50px;
        line-height: normal;
    }

    .m-page {
        margin: 0;
    }
    .content-page__title {
        margin-top: 60px;
    }
    .mission__item {
        margin: 20px 0 0 0;
        display: block;
    }
    .page-order-make___list-item {
        margin-bottom: 8px;
    }
    .page-order-make__titles {
        margin-top: 25px;
    }

    /* Page Contacts
    --------------------------------------*/
    .contacts {
        display: block;
        padding: 20px;
    }
    .contacts-info {
        width: 100%;
        padding: 0;
    }
    .cabinet-list__item{
        padding: 10px 0;
    }
    .contact-menu{
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .contacts-map {
        width: 100%;
        height: 300px;
    }
    .contacts-info__description {

    }
    .rent-page__cv-wrapper {
        width: 100%;
    }
    .rent-page__send-btn {
        width: 100%;
    }
    .career-page__cv-wrapper {
        width: 100%;
    }
    .career-page__send-btn {
        width: 100%;
    }
    .rent-page__form {
        width: 100% !important;
    }
    .career-page__vacations-btn {
        font-size: 15px;
    }
    .about__image-main {
        width: 100%;
    }

    .chart__container {
        width: 70vw;
        height: 290px;
        margin: 20px 0 0 0;
    }

    .blog__img-wrapper {
        text-align: center;
    }
    .blog__item-wrapper{
        margin: 0 0 30px 0;
    }
    .blog__item {
        display: block;
    }
    .blog__item-img {
        width: 100%;
    }
    .blog__img-wrapper {
        margin-bottom: 10px;
        max-width: 100%;
    }
    .blog-view__img {
        text-align: center;
        margin-bottom: 10px;
    }
    .blog-view__item-img {
        width: 100%;
        display: initial;
        float: none;
        margin: 0;
        max-width: 100%;
    }
    .blog-view__content {
        padding: 0;
        margin-top: 60px;
    }

    .news__img-wrapper {
        text-align: center;
    }
    .news__item-wrapper{
        margin: 0 0 30px 0;
    }
    .news__item {
        display: block;
    }
    .news__item-img {
        width: 100%;
    }
    .news__img-wrapper {
        margin-bottom: 10px;
        max-width: 100%;
    }
    .news-view__img {
        text-align: center;
        margin-bottom: 10px;
    }
    .news-view__item-img {
        width: 100%;
        display: initial;
        float: none;
        margin: 0;
        max-width: 100%;
    }
    .news-view__content {
        padding: 20px;
        margin-top: 60px;
    }
    .team-wrap {
        padding: 20px;
    }
    .manage-team {
        margin-top: 0;
    }
    .hierarchy-title {
        margin-top: 70px;
    }
    .hierarchy-item {
        float: none;
    }
    .hierarchy-chain-item--office {
        z-index: 1;
    }
    .hierarchy-main-col {
        float: none;
    }

    .company {
        justify-content: space-around;
    }

}
@media screen and (max-width: 320px) {
    .contacts-info {
        padding: 0;
    }
    .career__pre-img {
        margin-bottom: 160px !important;
    }
    .career__bg {
        top: 1245px !important;
    }
    .chart__container {
        width: 68vw;
    }
}