.case__services.nohover .case__service:hover {
	color: var(--mainColor);
	cursor: default;
}
.btn-vmodal {
	width: 100%;
	display: flex;
	margin: 2rem 0 0 0;
}
/* Contact block */
.page__team-contact {
    margin-top: 7.25rem;
}

.page__team-contact h2 {
    font-size: 3rem;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 500;
}

.team-work-form-wrap {
    background: var(--grayBg);
    border-radius: 1.5rem;
    display: flex;
    gap: 2.5rem;
}

.team-work-form-wrap .form-wrap-col:first-child {
    padding: 4rem 0 4rem 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.team-work-form-wrap .form-wrap-col:last-child {
    padding: 4rem 4rem 0 0;
    display: flex;
}

.team-work-form-wrap .form-wrap-col .form-wrap-img {
    margin-top: auto;
}

.team-work-form-wrap .form-wrap-col .form-wrap-img img {
    max-width: 45vw;
}

/* How work block */
.page__team-work {
    margin-top: 7.25rem;
}

.page__team-work h2 {
    font-size: 3rem;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 500;
}

.page__team-work .ticker {
    background: initial;
}

.page__team-work .ticker__wrapper img {
    border-radius: 1.5rem;
    margin-right: 1.5rem;
}

/* Vacancy block */
.page__team-vacancy {
    margin-top: 7.25rem;
}

.page__team-vacancy h2 {
    font-size: 3rem;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 500;
}

.subtitle {
    font-size: 1.125rem;
    line-height: 120%;
    margin-top: 1.5rem;
}
.vacancy-subtitle {
    color: var(--grayColor);
    font-size: 1.125rem;
    line-height: 150%;
	margin-top: 1.5rem;
}
.vacancy-row {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.vacancy-item {
    width: 100%;
    display: flex;
    padding: 4rem;
    background: var(--grayBg);
    border-radius: 1.5rem;
}

.vacancy-item-row {
    display: flex;
    gap: 2rem;
    width: 100%;
}

.vacancy-item-row .vacancy-col:first-child {
    width: 86%;
}

.vacancy-item-row .vacancy-col:last-child {
    width: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.vacansy-page .vacancy-item-row .vacancy-col:first-child,
.vacansy-page .vacancy-item-row .vacancy-col:last-child {
	width: 100%;
	max-height: max-content;
}
.vacansy-page .vacancy-item-row .vacancy-col:last-child {
	flex-direction: row;
	margin-top: auto;
}
.vacansy-page .vacancy-item-row .vacancy-col .promises,
.vacansy-page .vacancy-item-row .vacancy-col .details {
	max-height: max-content;
}
.vacansy-page .vacancy-item-row .vacancy-col .promises {
	margin: auto 0;
}
.vacansy-page .vacancy-item-row {
	flex-wrap: wrap;
}
.vacancy-timing {
    padding-left: 2.125rem;
    position: relative;
    color: var(--grayColor);
    font-size: 1rem;
    line-height: 150%;
    margin-bottom: 1rem;
    width: 100%;
}

.vacancy-timing:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background: url(/assets/template/img/icons/clock_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
}

.vacancy-title {
    font-size: 2rem;
    line-height: 120%;
    font-weight: 500;
    width: 100%;
}

.vacancy-units {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    gap: 0.5rem;
}

.vacancy-item .promises {
    font-size: 2rem;
    line-height: 120%;
    color: var(--blueBg);
    font-weight: 500;
}

.vacancy-units li {
    background: #fff;
    border-radius: 2.5rem;
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 130%;
}

/* Roles block */
.page__team-roles {
    margin-top: 7.25rem;
}

.page__team-roles h2 {
    font-size: 3rem;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 500;
}

.role-tiles {
    margin-top: 4rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.role-tiles-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    width: 100%;
}

.role-big-tile {
    background: var(--grayBg);
    border-radius: 1.5rem;
    padding: 4rem 4rem 0 4rem;
    width: calc(50% - 0.75rem);
    display: flex;
    flex-direction: column;
}

.role-big-tile .img-wrap {
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-top: auto;
    text-align: center;
}

.role-big-tile .img-wrap img {
    max-width: 100%;
    width: auto;
}

.role-tiles-col {
    width: calc(50% - 0.75rem);
    gap: 1.5rem;
    display: flex;
    flex-direction: column;
}

.role-small-tile {
    background: var(--grayBg);
    border-radius: 1.5rem;
    padding: 0;
    width: 100%;
    display: flex;
    overflow: hidden;
}

.role-small-col {
    width: 50%;
    display: flex;
}

.role-small-col .text-wrap {
    margin-bottom: auto;
    padding: 4rem 0 4rem 4rem;
}

.role-small-tile.ltr .role-small-col .text-wrap {
    padding: 4rem 4rem 4rem 0;
}

.role-small-tile .img-wrap {
    width: calc(100% + 4rem);
    text-align: right;
    display: flex;
}

.role-small-tile .img-wrap img {
    width: auto;
    margin-top: auto;
    margin-left: auto;
}

.role-small-tile.ltr .img-wrap img {
    padding-left: 4rem;
}

.role-tiles .title {
    font-size: 2rem;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 1rem;
}

.role-tiles .text {
    color: var(--grayColor);
    font-size: 1rem;
    line-height: 150%;
}

/* Experts block */
.page__team-experts {
    margin-top: 7.25rem;
}

.page__team-experts h2 {
    font-size: 3rem;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 500;
}

.experts_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 1.5rem;
    row-gap: 4rem;
    margin-top: 4rem;
}

.expert-item {
    width: calc(25% - 1.125rem);
}

.expert-image {
    width: 15.25rem;
    height: 15.25rem;
    overflow: hidden;
    border-radius: 1.5rem;
    margin-bottom: 2rem;
}

.expert-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.expert-name {
    font-size: 1.25rem;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.expert-speciality {
    font-size: 1rem;
    line-height: 150%;
    color: var(--grayColor);
    margin-bottom: 1rem;
}

.expert-text {
    font-size: 1rem;
    line-height: 150%;
    color: var(--grayColor);
}

/* Info block */
.page__team-info {
    margin-top: 10.25rem;
}

.team-info-rows {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.hidden_experts {
    display: none;
}

.team-info-rows .info-item {
    width: calc(33.333333% - 1rem);
    background: var(--grayBg);
    border-radius: 1rem;
    padding: 2.6rem 4rem;
}

.info-item-title {
    font-size: 3.625rem;
    line-height: 120%;
    font-weight: 500;
}

.info-item-text {
    font-size: 1rem;
    line-height: 150%;
    color: var(--grayColor);
}

.page__team-info .accredited_company-column {
    background: var(--grayBg);
    max-width: calc(50% - 0.75rem);
    padding: 2.75rem 4rem;
}

.page__team-info .accredited_company-column img {
    width: 12.5rem;
    height: auto;
    right: 5.3125rem;
    top: 2.625rem;
}

.page__team-info .accredited_company-header {
    font-size: 2rem;
    line-height: 120%;
    padding-bottom: 0.325rem;
}

.page__team-info .accredited_company-link {
    font-size: 1rem;
    line-height: 150%;
}

/* Banner */
.page__team {
    margin-top: 4rem;
}

.team-banner {
    position: relative;
}

.team-banner-wrap {
    max-height: 41.25rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 3rem;
}

.team-banner-wrap img {
    width: 100%;
    height: auto;
    position: relative;
    top: -16rem;
}

.team-banner-info {
    position: absolute;
    bottom: 0;
    max-width: 51%;
    background-color: #fff;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    padding: 2.5rem;
    border-radius: 1.5rem;
}

.team-banner-info h1 {
    font-size: 3rem;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 1rem;
}

.team-banner-info p {
    font-size: 1.125rem;
    line-height: 150%;
}

.page__team-vacancy .btn-row,
.page__team-experts .btn-row {
    width: 100%;
    display: flex;
    margin-top: 3rem;
}

.page__team-vacancy .btn-row .button,
.page__team-experts .btn-row .button {
    margin: auto;
}



/* ---------------------------------- */
/* Media queries */
/* ---------------------------------- */

@media screen and (max-width: 1550px) {
    .team-banner-wrap img {
        top: -13rem;
    }

    .info-item-title {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 1540px) {
    .team-work-form-wrap {
        gap: 0;
    }
}

@media screen and (max-width: 1250px) {
    .page__team-info .accredited_company-column img {
        width: 10.5rem;
        height: auto;
        right: 2.3125rem;
        top: 4.625rem;
    }

    .team-work-form-wrap {
        position: relative;
    }

    .team-work-form-wrap .title-wrap {
        position: absolute;
        width: 100%;
    }

    .team-work-form {
        padding-top: 8rem;
    }
}

@media screen and (max-width: 1160px) {
    .team-banner-wrap {
        max-height: 50vw;
    }

    .team-banner-info h1 {
        font-size: 2rem;
    }

    .team-banner-wrap img {
        top: -9rem;
    }

    .team-banner-info {
        bottom: 0;
        max-width: 95%;
    }

    .team-info-rows .info-item:not(:last-child) {
        width: calc(50% - 1rem);
    }

    .team-info-rows .info-item:last-child {
        width: 100%;
    }

    .page__team-info .accredited_company-column img {
        width: 7.5rem;
        height: auto;
        right: 2.3125rem;
        top: 6.5rem;
    }

    .role-big-tile {
        width: 100%;
        flex-direction: row-reverse;
        overflow: hidden;
    }

    .role-tiles-col {
        width: 100%;
    }

    .role-big-tile .img-wrap {
        margin-top: -4rem;
        max-width: calc(50% + 4rem);
    }

    .role-big-tile .img-wrap img {
        height: 316px;
        max-width: unset;
    }

    .role-tiles-row.rtl .role-big-tile {
        flex-direction: row;
    }

    .role-tiles-row.rtl .role-big-tile .img-wrap img {
        margin-right: -8rem;
        padding-left: 4rem;
    }
}

@media screen and (max-width: 1060px) {
    .expert-item {
        width: calc(33% - 0.9rem);
    }

    h2 {
        font-size: 2.5rem !important;
        max-width: calc(100% - 6rem);
    }

    .subtitle {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 880px) {
	.vacansy-page .vacancy-item-row .vacancy-col:last-child {
		flex-direction: column;
		gap: 2rem;
	}
	.vacansy-page .vacancy-item-row .vacancy-col:last-child .details {
		display: flex;
	}
	.vacansy-page .vacancy-item-row .vacancy-col:last-child .details button {
		margin: auto;
	}

	.btn-vmodal button {
		margin: auto;
	}	
    .expert-item {
        width: calc(50% - 0.75rem);
    }

    .team-banner-info h1 {
        font-size: 1.5rem;
    }

    .team-banner-info p {
        font-size: 0.9rem;
        line-height: 150%;
    }

    .page__team {
        margin-top: 1rem;
    }

    .team-banner-info {
        margin-bottom: 1.5rem;
        margin-left: 0.75rem;
        padding: 1.5rem;
    }

    .team-banner-wrap {
        max-height: 65vw;
    }

    .team-banner-wrap img {
        top: -9rem;
        width: 130%;
        left: -16%;
    }

    .vacancy-item-row {
        flex-wrap: wrap;
    }

    .vacancy-col {
        width: 100% !important;
        justify-content: flex-start;
        max-height: max-content;
    }

    .vacancy-units {
        width: 100%;
    }

    .vacancy-item .promises {
        margin-bottom: 1rem;
    }

    .vacancy-col .details {
        width: 100%;
        display: flex;
    }

    .vacancy-col .details a {
        margin: auto;
    }

    .team-work-form-wrap .form-wrap-col:last-child {
        display: none;
    }

    .team-work-form-wrap .form-wrap-col:first-child {
        padding: 4rem;
    }

    .team-work-form-wrap .title-wrap {
        position: initial;
    }

    .team-work-form {
        padding-top: 1rem;
    }
    .role-big-tile:not(.rtl) .img-wrap {
        margin-left: -6rem;
        max-width: calc(50% + 6rem);
    }
}

@media screen and (max-width: 767px) {
    .page__team-info .accredited_company-column {
        background: #EFF1F3;
        border-radius: 1rem;
        padding: 1.5rem;
        position: relative;
        min-width: unset;
        min-height: unset;
        display: flex;
        overflow: hidden;
    }

    .page__team-info .accredited_company-column img {
        position: absolute;
        width: 6rem;
        right: 1.5rem;
        bottom: 0;
        top: unset;
        transform: translateY(33%);
    }

    .page__team-info .accredited_company-left img {
        transform: translateY(25%);
    }

    .page__team-info .accredited_company-header {
        font-size: 1.25rem;
        line-height: 1.625rem;
    }

    .page__team-info .accredited_company-link {
        display: block;
        font-size: 0.875rem;
        color: var(--blueColor);
        line-height: 1.3125rem;
        margin-top: 0.375rem;
    }
    .page__team-info {
        margin-top: 5.25rem;
    }    
    .team-info-rows .info-item {
        padding: 1.5rem;
    }
    .info-item-title {
        font-size: 2rem;
    }    
    .role-big-tile {
        flex-direction: column;
        padding: 2.5rem 2.5rem 0 2.5rem;
    }
    .role-big-tile .img-wrap:not(.rtl),
    .role-big-tile .img-wrap {
    margin: auto;
    max-width: 100%;
    }
    .role-small-tile {
    flex-direction: column;
    }
    .role-small-col {
    width: 100%;
    }
    .role-small-col .text-wrap, 
    .role-small-tile.ltr .role-small-col .text-wrap {
        padding: 2.5rem 2.5rem 0 2.5rem;
    }
    .role-small-tile .img-wrap {
        width: 100%;
        display: flex;
    }
    .role-small-tile.ltr {
        flex-direction: column-reverse;
    }
    .role-small-tile.ltr .img-wrap img {
        padding: 0;
        margin-right: auto;
    }    
    
    .role-tiles-row.rtl .role-big-tile {
        flex-direction: column;
    }
    .role-tiles-row.rtl .role-big-tile .img-wrap img {
        margin: auto;
    }
    .vacancy-item {
        padding: 2.5rem;
    }
    
    .page__team-work .ticker__wrapper img {
        max-width: 80vw;
    }
    .team-work-form-wrap .form-wrap-col:first-child {
        padding: 2.5rem;
    }    
    
}
@media screen and (max-width: 670px) {
    .page__team-info .accredited_company-column img {
        width: 4.5rem;
        transform: translateY(33%);
    }
    .role-tiles-row.rtl .role-big-tile .img-wrap img {
        padding-left: 0;
    }
    
    .team-banner-wrap {
        max-height: 75vw;
    }
    .team-banner-wrap img {
        top: -8rem;
        width: 149%;
        left: -25%;
    }
    .page__team-contact {
        margin-top: 0;
    }    
}
@media screen and (max-width: 620px) {
    h2, .info-item-title {
        font-size: 1.5rem !important;
    }
    .team-banner-info p,
    .info-item-text,
    .expert-speciality, 
    .expert-text,
    .role-tiles .text,
    .subtitle {
        font-size: 0.875rem;
    }
    .expert-image {
    width: 10.25rem;
    height: 10.25rem;
    }
}   
@media screen and (max-width: 550px) {
    .role-tiles-row.rtl .role-big-tile .img-wrap {
        margin-left: -4.5rem;
    }
    .team-banner-wrap {
        max-height: 110vw;
    }
.team-banner-wrap img {
        top: -9rem;
        width: 215%;
        left: -54%;
    }
    .page__team-info .accredited_company-column {
    width: 100%;
    max-width: unset;
    }
    .team-info-rows .info-item {
    width: 100%!important;
    }
    .page__team-info .accredited_company-column img {
        width: 8.5rem;
        transform: translateY(33%);
    }    
}
@media screen and (max-width: 480px) {
    .team-banner-wrap img {
        top: -7rem;
        width: 223%;
        left: -57%;
    }
    .team-banner-info {
        margin-left: 0.65rem;    
    }  
    .page__team-info .accredited_company-column img {
        width: 6.5rem;
        transform: translateY(33%);
    }    
}

@media screen and (max-width: 420px) {
    .team-banner-wrap {
        max-height: 140vw;
    }    
    .team-banner-wrap img {
        top: -7rem;
        width: 267%;
        left: -75%;
    }
    .team-banner-info {
        margin-left: 0.5rem;
    }
}