#desc-text-halfbg .bg-wrap {
    background: #333;
}
#benefits-2col-4 .bg-wrap {
    background-color: #F2F0ED;
}#benefits-2col-4--2 .bg-wrap {
    background-color: #F2F0ED;
}#benefits-2col-4--4 .bg-wrap {
    background-color: #F2F0ED;
}#benefits-2col-4--3 .bg-wrap {
    background-color: #F2F0ED;
}



/* new styles */ 

section#benefits-3col {
    z-index: 8;
}

section#benefits-2col-2 {
    z-index: 7;
}

section#benefits-2col-2--0 {
    z-index: 6;
}

section#benefits-2col-4 {
    z-index: 5;
    padding-top: 50px;
}

section#benefits-2col-4 {
    z-index: 5;
}

section#benefits-2col-4--2 {
    z-index: 4;
}

section#benefits-2col-4--4 {
    z-index: 3;
}

section#benefits-2col-4--3 {
    z-index: 2;
}

#desc-text-halfbg {
    display: none;
}


.downarrow {
    display: flex;
    width: 150px;
    height: 22px;
    align-items: center;
    margin: auto;
    gap: 0 18px;
}

.downarrow .hint-close {
    display: none;
}

.downarrow span {
    color: #c3b6a5;
    font-weight: 600;
    transition: all .2s ease-in-out;
}

.downarrow:hover span {
    color: #333;
    transition: all .2s ease-in-out;
}

.downarrow svg {
    transition: all .2s ease-in-out;
}

.downarrow.opened svg {
    transform: rotate(180deg);
    transition: all .2s ease-in-out;
}

.downarrow.opened .hint-open {
    display: none;
}

.downarrow.opened .hint-close {
    display: block;
}


.downarrow:hover {
    cursor: pointer;
}

.downarrow svg path {
    transition: all .2s ease-in-out;
}

.downarrow:hover svg path {
    fill: #333;
    transition: all .2s ease-in-out;
}


.more-but {
    display: flex;
    align-items: center;
    max-width: 200px;
    gap: 0 10px;
}

.more-hint {
    color: #c3b6a5;
    font-weight: 600;
    transition: all .2s ease-in-out;
}

.more-but svg path {
    transition: all .2s ease-in-out;
}

.more-but:hover {
    color: #333;
    transition: all .2s ease-in-out;
}

.more-but span {
    transition: all .2s ease-in-out;
}

.more-but:hover span {
    color: #333;
    transition: all .2s ease-in-out;
}

.more-but:hover svg path {
    fill: #333;
    transition: all .2s ease-in-out;
}


.cent-box {
    align-items: center;
    position: relative;
    width: 100%;
}

.cent-item-text {
    display: none;
    position: absolute;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    z-index: 1078;
    padding: 20px;
    width: 100%;
    left: 0;
    top: calc(100% + 10px);
}

.cent-item {
    width: 100%;
}

.cent-item-title {
    display: flex;
    max-width: 100%;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
}

.open-item-arrow {
    position: relative;
    width: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: 8px;
    transition: transform .2s linear;
}

.cent-item-title.active .open-item-arrow {
    transform: rotate(180deg);
    transition: transform .2s linear;
}


.cent-item-title.active .more-but .more-hint .hint-open {
    display: none;
}

.cent-item-title.active .more-but .more-hint .hint-close {
    display: block;
}

.cent-item-title .more-but .more-hint .hint-close {
    display: none;
}


.cent-item-title:hover {
    cursor: pointer;
}


.services-cards {
    position: relative;
    padding-bottom: 0 !important;
}

.benefits-2-card,
.services-cards {
    display: flex;
    align-items: center;
    gap: 0 20px;
    /* flex-wrap: wrap; */
}

.benefits-2-card .svg-primary,
.services-cards .svg-primary {
    margin-bottom: 0 !important;
}

.benefits-2-card .cent-item-title,
.services-cards .cent-item-title {
    margin-bottom: 0 !important;
}

.benefits-2-card .cent-item-text,
.services-cards  .cent-item-text {
    width: 100%;
    padding-top: 20px;
}

.benefits-2-card {
    flex-wrap: wrap;
}

.benefits-title {
    max-width: 80%;
}

.benefits-text {
    position: relative;
    width: 100%;
    padding-top: 20px;
    background: none;
    box-shadow: none;
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0;
}


.team-about {
    text-align: left !important;
}

.button-scroll-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
    display: none;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.button-scroll-top.button-up-active {
    display: flex;	
    opacity:1;
    transition: all .2s ease-in-out;
}

.button-scroll-top g path {
    transition: all .2s linear;
}

.button-scroll-top:hover {
    cursor: pointer;
}

.button-scroll-top:hover g#\#ffffffff path {
    fill: #c3b6a5;
}

.button-scroll-top:hover g#\#c4b7a6ff path {
    fill: #fff;
}

.contacts-info {
    text-align: left;
}

.section-title {
    position: relative;
    margin-bottom: 60px;
    width: fit-content;
}

.section-title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    background: #c3b6a5;
    bottom: -25px;
    left: 0;
}



/* */

.col-md.col-mob-1 {
    position: relative;
    z-index: 10;
}

.col-md.col-mob-2 {
    position: relative;
    z-index: 9;
}

.col-md.col-mob-5 {
    position: relative;
    z-index: 8;
}

.col-md.col-mob-4 {
    z-index: 9;
}


/* *************** */


@media (max-width: 1230px) {
    .benefits-2-card {
        gap: 15px;
    }
}


/* */ 

.team-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px;
    gap: 20px 0;
    max-width: 1200px;
    margin: auto;
}

.team-card-item {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    max-width: 350px;
    /* width: calc(100% / 5 - 1rem); */
    width: 100%;
    padding: 0.625rem 0.625rem 1.25rem;
    background: #fff;
    border-bottom: 0.125rem solid #c3b6a5;
}

.team-card-item:hover {
    text-decoration: none !important;
    background: #c3b6a5;
}

.team-card-item:hover .team-card-name,
.team-card-item:hover .team-card-desc {
    color: #fff;
}


.team-card-photo {
    max-width: 346px;
    max-height: 354px;
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.team-card-photo img {
    width: 100%;
    height: 354px;
    object-fit: contain;
}

.team-card-name {
    font-size: 32px;
    color: #000;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.team-card-desc {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}


.hidden-box {
    display: none;
}

.team-card-more {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
}

.team-card-info {
    width: 65%;
    line-height: 140%;
    font-size: 18px;
    color: #000;
}

.team-card-popup .team-card-name {
    margin-bottom: 0;
}

.team-card-popup .team-card-desc {
    margin-bottom: 25px;
}

.team-card-popup  .team-card-photo {
    margin-top: 0;
}

.team-card-popup button.fancybox-button.fancybox-close-small {
    padding: 0;
}

.team-card-popup .fancybox-button:hover svg path {
    fill: #c3b6a5;
}


/* new team cards */ 

.team-card {
    max-width: 100%;
    overflow: hidden;
}

.team-card.team-card_blue .team-card_title {
    background: #566c89;
}

.team-card_title {
    background: #666958;
    padding: 20px;
    color: #fff;
    display: flex;
}

.team-card_photo {
    position: relative;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    flex-shrink: 0;
}

.team-card_photo::after {
    position: absolute;
    content: '';
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 0;
}

.team-card_photo img {
    height: 100%;
}

.team-card_whois {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.team-card_fio {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
}


.team-card_desc {
    font-size: 13px;
    letter-spacing: 1px;
}

.team-card_text {
    padding: 50px 25px 25px 28px;
    text-align: justify;
    line-height: 160%;
}

.team-card_text-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.team-card_text-more {
    display: none;
}

.team-card_text-top:hover {
    cursor: pointer;
}


.team-card_text-top.active .openclose_button svg {
    transform: rotate(180deg);
}

.team-card_text-top.active .openclose_button .hint-close {
    display: block;
}

.team-card_text-top.active .openclose_button .hint-open {
    display: none;
}

.openclose_button:hover .openclose_hint{
    color: #333;
}

.openclose_button:hover svg path{
    fill: #333;
}

.openclose_button svg path,
.openclose_button svg {
    transition: all .2s ease-in-out;
}

.openclose_button {
    display: flex;
    align-items: center;
    max-width: 200px;
    gap: 0 10px;
    line-height: 1;
    margin: 10px 0;
}

.openclose_hint {
    color: #c3b6a5;
    font-weight: 600;
    transition: all .2s ease-in-out;
}

.openclose_button .hint-open {
}
.openclose_button .hint-close {
    display: none;
}

.openclose_arrow {
}


.ico {
    max-width: 48px;
    max-height: 48px;
    width: 48px;
    height: 48px;
    object-fit: contain;
}


@media (max-width: 1280px) {

    .team-box {
        padding: 0 15px;
        gap: 15px 0;
    }

    .team-card-desc {
        font-size: 16px;
    }

    .team-card-name {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .team-card-photo {
        margin-bottom: 20px;
    }
}

@media (max-width: 1080px) {
    .team-box {
        justify-content: space-around;
    }

    .team-card-more {
        flex-wrap: wrap;
        justify-content: center;
    }

    .team-card-popup {
        padding: 25px;
    }

    .team-card-info {
        width: 100%;
        font-size: 16px;
    }

    .team-card-popup .team-card-name {
        margin-bottom: 0;
        text-align: center;
    }

    .team-card-popup .team-card-desc {
        margin-bottom: 25px;
        text-align: center;
    }
}

@media (max-width: 730px) {
    .team-box {
        justify-content: center;
    }
}

