

/* Start:/local/libs/fontexo.css?17259544091459*/
@font-face {
    font-family: "Exo 2", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Exo2-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Exo 2", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Exo2-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Exo 2", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Exo2-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Exo 2", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Exo2-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Exo 2", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Exo2-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Exo 2", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Exo2-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Exo 2", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Exo2-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Exo 2", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Exo2-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

/* End */


/* Start:/local/libs/fontmanrope.css?17259544091129*/
@font-face {
    font-family: "Manrope", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Manrope-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Manrope", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Manrope-ExtraBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Manrope", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Manrope-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Manrope", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Manrope-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Manrope", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Manrope-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Manrope", sans-serif;
    font-display: swap;
    src: url("/local/libs/fonts/Manrope-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}


/* End */


/* Start:/local/templates/zabota/components/bitrix/breadcrumb/.default/style.css?1725954409887*/
.breadcrumbs__items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
}
.breadcrumbs__item a,
.breadcrumbs__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    text-decoration: none;
    transition: color 0.3s;
    color: #A6A6A6;
}

.breadcrumbs__item a:hover,
.breadcrumbs__item:last-child a {
    color: var(--black);
}

.breadcrumbs__item:not(:last-child)::after {
    content: ">";
    padding: 0 6px;
    color: #A6A6A6;
}


@media (max-width: 768px) {
    .breadcrumbs__items {
        margin-bottom: 24px;
    }

    .breadcrumbs__item a,
    .breadcrumbs__item p {
        font-size: 12px;
    }
}
@media (hover: none) and (pointer: coarse) {
    .breadcrumbs__item a:hover {
        color: var(--text-color-additional);
    }
}
/* End */


/* Start:/local/templates/zabota/styles.css?1725954409388*/
:root {
    --black: #333333;
    --accent-color: #4ABBBF;
    --grey: #F6F6F8;
    --project-text-color: #2C2C2C;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Manrope", sans-serif;
    font-style: normal;
    color: var(--black);
}

ul, ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

h1, h2, h3, p {
    margin: 0;
}
/* End */


/* Start:/local/templates/zabota/template_styles.css?17259544096068*/
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 0 132px 0;
}

.mobile {
    display: none;
}

h1, h2 {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    color: var(--black);
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 56px;
    font-weight: 700;
}

.practice-section,
.info-section {
    margin-top: 132px;
}

.accent-btn {
    background-color: var(--accent-color);
    color: #fff;
    padding: 17px 82px;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    border: 2px solid var(--accent-color);
    min-width: 405px;
}

.accent-btn:hover {
    background-color: transparent;
    color: var(--project-text-color);
}

.accent-link {
    color: var(--accent-color);
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
}

.header {
    display: flex;
    gap: 24px;
}

.header__right,
.header__left {
    width: 50%;
}

.header__right {
    position: relative;
}

.header__left {
    background-color: #F6F6F8;
    padding: 24px 32px 32px;
    border-radius: 20px;
}

.header__left p {
    font-size: 22px;
    font-weight: 500;
    margin-top: 24px;
}

.header__left h1 {
    font-size: 80px;
    font-weight: 700;
}

.header__left a {
    margin-top: 51px;
}

.practice__heading {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.practice-cards {
    display: flex;
    gap: 31px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.practice-card {
    padding: 20px;
    background-color: var(--grey);
    border-radius: 20px;
    position: relative;
    color: var(--black);
    text-decoration: none;
    font-size: 32px;
    font-weight: 600;
    display: block;
    min-height: 362px;
    max-width: 406px;
}

.practice-card img {
    width: 100%;
}

.practice-card p {
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    margin-top: 16px;
    max-width: 340px;
}

.practice-card::before {
    position: absolute;
    content: "";
    top: 22px;
    right:22px;
    width: 63px;
    height: 63px;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-image: url('/local/templates/zabota/img/arrow-diagonal.svg');
    background-position: 55.5% center;
    z-index: 1;
}

.practice-card:hover::before {
    background-image: url('/local/templates/zabota/img/arrow-diagonal_alt.svg');
    animation: slidein 0.2s;
}

@keyframes slidein {
    from {
        transform: rotate(-45deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.more-practice {
    display: block;
    text-align: center;
    padding: 16px;
    max-width: 432px;
    border: 2px solid var(--accent-color);
    font-size: 20px;
    font-weight: 600;
    border-radius: 10px;
    color: var(--black);
    transition: all 0.2s ease-in-out;
}

.more-practice:hover {
    background-color: var(--accent-color);
    color: #fff;
}

.info {
    display: flex;
    gap: 32px;
    align-items: center;
    margin-top: 32px;
}

.info p {
    font-size: 22px;
}

@media (max-width: 1460px) {
    .container {
        padding: 80px 0 132px;
    }

    .header__left h1 {
        font-size: 4vw;
    }
}

@media (min-width: 768px) and (max-width: 1320px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .practice-card img {
        height: auto;
    }

    .practice-card::before {
        width: 51px;
        height: 51px;
    }
}

@media (max-width: 1100px) {
    .accent-btn {
        min-width: auto;
    }

    .practice-card {
        min-height: 330px;
    }
}

@media (max-width: 1250px) {
    .header {
        flex-direction: column;
    }

    .header__right {
        order: 1;
        width: 100%;
    }

    .header__left {
        order: 2;
        width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1100px) {
    .practice-card p {
        font-size: 3vw;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 52px 16px 64px 16px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .practice-section,
    .info-section {
        margin-top: 64px;
    }

    .more-practice {
        max-width: 232px;
        font-size: 16px;
    }

    .accent-btn {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 15px 0;
    }

    .header__left {
        padding: 24px 16px;
    }

    .header__left a {
        margin-top: 32px;
    }

    .header__left p {
        font-size: 16px;
        margin-top: 12px;
    }

    .header__left h1,
    h1 {
        font-size: 42px;
        line-height: 50px;
    }

    h2 {
        font-size: 34px;
        line-height: 44px;
    }

    .practice__heading {
        flex-direction: column;
    }

    .practice__heading a {
        margin-top: 16px;
    }

    .practice-cards {
        margin-top: 16px;
    }

    .practice-card {
        padding: 16px;
        min-height: 260px;
        max-width: 100%;
    }

    .practice-card p {
        margin-top: 12px;
        font-size: 22px;
    }

    .practice-card::before {
        top: 11px;
        right: 14px;
        background-image: url('/local/templates/zabota/img/arrow-diagonal_mobile.svg');
        width: 45px;
        height: 45px;
    }

    .info {
        flex-direction: column;
        margin-top: 16px;
    }

    .info p {
        font-size: 16px;
    }
}

@media (max-width: 540px) {
    .practice-card::before {
        background-image: url('/local/templates/zabota/img/arrow-diagonal.svg');
        width: 63px;
        height: 63px;
        top: 25px;
        right: 25px;
    }
}

@media (max-width: 405px) {
    .practice-card::before {
        right: 17px;
        top: 17px;
        background-image: url('/local/templates/zabota/img/arrow-diagonal_mobile.svg');
        width: 51px;
        height: 51px;
    }
}

@media (max-width: 370px) {
    .practice-card img {
        width: 100%;
        height: auto;
    }

    .practice-card::before {
        width: 43px !important;
        height: 43px !important;
    }
}
/* End */
/* /local/libs/fontexo.css?17259544091459 */
/* /local/libs/fontmanrope.css?17259544091129 */
/* /local/templates/zabota/components/bitrix/breadcrumb/.default/style.css?1725954409887 */
/* /local/templates/zabota/styles.css?1725954409388 */
/* /local/templates/zabota/template_styles.css?17259544096068 */
