@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

:root {
    --font-family: "Golos Text", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Roboto Condensed", sans-serif;
    --font3: "Arial", sans-serif;
    --font4: "Lato", sans-serif;
    --font5: "Anek Latin", sans-serif;
    --font6: "Tahoma", sans-serif;
}

html {
    font-size: 1.111vw;
}

.none {
    display: none !important;
}

body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    font-family: var(--font-family);
    word-break: inherit !important;
}

*:not(.content__left_item-buttom, .more__details) {
    transition: 0.2s;
}

a {
    text-decoration: none;
}

label {
    user-select: none;
}

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

.wrapper {
    width: 100%;
    max-width: calc(1820rem / 16);
    margin: 0 auto;
}

.descr__wrapp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.content__wrapp {
    display: flex;
}

.transition__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.descr {
    .top__links {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: calc(18rem / 16);
        line-height: 114%;
        color: #717171;
        margin-bottom: calc(25rem / 16);

        a {
            cursor: pointer;
            color: #717171;
            width: calc(73rem / 16);
            height: calc(22rem / 16);
        }
    }

    .descr__title {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: calc(88rem / 16);
        line-height: 80%;
        letter-spacing: -0.02em;
        color: #101820;
        margin-top: calc(10rem / 16);
        margin-bottom: calc(22rem / 16);
    }

    .descr__subtitle {
        font-family: var(--font-family);
        font-weight: 400;
        font-size: calc(20rem / 16);
        line-height: 120%;
        color: #101820;
        display: block;
        margin-top: calc(22rem / 16);
        margin-bottom: calc(60rem / 16)px;
    }
}

.content {
    padding-top: calc(60rem / 16);

    .content__wrapp {
        display: flex;
        gap: 30px;

        .content__left {
            .content__left_list {
                .content__left_item:nth-child(n+2) {
                    margin-top: calc(30rem / 16);
                }

                .content__left_item.active {
                    height: auto;
                }

                /* .content__left_item.active .content__left_item-buttom{
                    display: block;
                } */
                .content__left_item-top {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    font-family: var(--font-family);
                    font-weight: 400;
                    font-size: calc(25rem / 16);
                    line-height: 139%;
                    color: #101820;
                    border: 1px solid #101820;
                    border-radius: calc(173rem / 16);
                    width: calc(587rem / 16);
                    height: calc(66rem / 16);
                    background: #fff;
                    padding: 0 calc(32rem / 16);
                    cursor: pointer;
                    user-select: none;

                    i {
                        width: calc(26rem / 16) !important;
                        height: calc(14rem / 16) !important;
                        font-size: calc(26rem / 16) !important;
                    }

                    .content__arrow_first {
                        transform: rotate(90deg);
                    }

                    .content__arrow_second {
                        transform: rotate(60deg);
                    }
                }

                .content__left_item.active .content__left_item-top {
                    border: 1px solid #ed1549;
                    color: #ed1549;
                }

                .content__left_item.active .content__left_item-top:hover {
                    border: 1px solid #ed1549;
                    color: #ed1549;
                }

                .content__left_item-buttom {
                    display: none;
                    border-radius: calc(15rem / 16);
                    width: calc(587rem / 16);
                    height: auto;
                    background: #f5f7f9;
                    margin-top: calc(30rem / 16);
                    padding: calc(22rem / 16) 0 calc(22rem / 16) calc(32rem / 16);

                    /* padding-top: calc(22rem / 16);
                    padding-bottom: ;
                    padding-left: ; */
                    .content__left-checkbox input[type="checkbox"] {
                        appearance: none;
                        /* Убираем стандартный вид */
                        width: calc(20rem / 16);
                        height: calc(20rem / 16);
                        border: 2px solid #101820;
                        border-radius: 4px;
                        /* Цвет рамки */
                        position: relative;
                        cursor: pointer;
                        margin-right: calc(15rem / 16);

                    }

                    .content__left-checkbox input[type="checkbox"]:checked::before {
                        content: url(https://farkop39.ru/wp-content/themes/nsv-consulting/assets/vlad/images/check.svg);
                        /* Символ галочки */
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                        color: #ed1549;
                        /* Цвет галочки (например, красный) */
                        font-size: calc(18rem / 16);
                    }

                    .content__left-checkbox {
                        display: flex;
                        flex-direction: row-reverse;
                        justify-content: flex-end;
                        align-items: center;
                        gap: 15px;

                        label {
                            font-family: var(--font-family);
                            font-weight: 400;
                            font-size: calc(25rem / 16);
                            line-height: 139%;
                            color: #101820;
                            display: flex;
                            align-items: center;
                        }
                    }
                }
            }

            .filters {
                display: flex;
                gap: 5px;

                span {
                    display: flex;
                    align-items: center;
                    gap: calc(5rem / 16);
                    justify-content: space-between;
                    font-family: var(--font-family);
                    font-weight: 400;
                    font-size: calc(18rem / 16);
                    line-height: 128%;
                    letter-spacing: -0.03em;
                    color: #ed1549;
                    border: 1px solid #ed1549;
                    border-radius: calc(11rem / 16);
                    padding: calc(2rem / 16) calc(13rem / 16);
                    max-width: 100%;
                    height: calc(27rem / 16);
                    margin-top: calc(16rem / 16);
                    margin-bottom: calc(30rem / 16);

                    i {
                        fill: #ed1549;
                        stroke-width: 1px;
                        stroke: #ed1549;
                        cursor: pointer;

                    }
                }
            }

            .away {
                border: 1px solid #ed1549;
                background: #ed1549;
                border-radius: calc(93rem / 16);
                width: max-content;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                gap: 5px;
                /* padding: calc(22rem / 16) calc(44rem / 16) calc(22rem / 16) calc(43rem / 16); */

                span {
                    font-family: var(--font-family);
                    font-weight: 400;
                    font-size: calc(26rem / 16);
                    line-height: 140%;
                    letter-spacing: -0.03em;
                    color: #fff;
                }

                i {
                    width: calc(18rem / 16) !important;
                    height: calc(18rem / 16) !important;
                    font-size: calc(26rem / 16) !important;
                    color: #fff;
                    margin-top: calc(2rem / 16);
                }
            }
        }

        .content__right {
            display: flex;
            flex-direction: column;
            gap: calc(30rem / 16);

            .content__right_item {
                padding: calc(40rem / 16) calc(40rem / 16) calc(40rem / 16) calc(53rem / 16);
                border-radius: calc(27rem / 16);
                width: calc(1203rem / 16);
                height: auto;
                background: #f5f7f9;
                display: none;

                .more__details {
                    display: flex;
                    flex-direction: column;
                    gap: calc(15rem / 16);
                    margin-bottom: calc(23rem / 16);
                    display: none;

                    .more__details_item {
                        display: flex;
                        flex-direction: column;
                        gap: calc(15rem / 16);

                        .more__details_item-title {
                            font-family: var(--font-family);
                            font-weight: 600;
                            font-size: calc(25rem / 16);
                            line-height: 112%;
                            color: #101820;
                        }

                        .more__details_item-subtitle {
                            font-family: var(--font-family);
                            font-weight: 400;
                            font-size: calc(18rem / 16);
                            line-height: 156%;
                            color: #101820;
                            margin-bottom: 15px;
                        }

                        .more__details_block {
                            display: flex;
                            align-items: flex-start;
                            gap: 50px;

                            .more__details_people {
                                text-align: center;
                                display: flex;
                                flex-direction: column;
                                align-items: center;
                                justify-content: center;

                                picture {
                                    width: 150px;
                                    height: 150px;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    border-radius: 255px;
                                    overflow: hidden;
                                }

                                img {
                                    width: 100%;
                                    max-width: 100%;
                                }

                                .more__details_link {
                                    border-radius: 11px;
                                    padding: 2px 13px;
                                    width: 114px;
                                    height: 27px;
                                    background: #ed1549;
                                    font-family: var(--font-family);
                                    font-weight: 400;
                                    font-size: 18px;
                                    line-height: 128%;
                                    letter-spacing: -0.03em;
                                    color: #fff;
                                    display: block;
                                    margin-top: 10px;
                                }

                                .more__details_name {
                                    font-family: var(--font-family);
                                    font-weight: 500;
                                    font-size: 18px;
                                    line-height: 122%;
                                    margin-top: 15px;
                                    color: #000;
                                    user-select: none;
                                }

                                .more__details_jobtitle {
                                    font-family: var(--font-family);
                                    font-weight: 400;
                                    font-size: 13px;
                                    line-height: 122%;
                                    margin-top: 5px;
                                    color: rgba(0, 0, 0, 0.5);
                                    user-select: none;
                                    max-width: 150px;
                                    /* height: 32px; */
                                }
                            }
                        }
                    }
                }

                .content__right_head {
                    display: flex;
                    align-items: flex-start;
                    justify-content: space-between;
                    margin-bottom: calc(34rem / 16);

                    .content__right_head-left {
                        .content__right_head_link {
                            display: flex;
                            flex-wrap: wrap;
                            gap: calc(10rem / 16);

                            .content__right-white {
                                padding: calc(8rem / 16) calc(20rem / 16);
                                font-family: var(--font-family);
                                font-weight: 400;
                                font-size: calc(25rem / 16);
                                line-height: 130%;
                                text-align: center;
                                color: #fff;
                                border-radius: calc(44rem / 16);
                                /* width: calc(319rem / 16); */
                                width: auto;
                                /* height: calc(49rem / 16); */
                                height: auto;
                                background: #ed1549;
                                margin-right: calc(30rem / 16);
                            }

                            .content__right-black {
                                padding: calc(8rem / 16) calc(26rem / 16);
                                border-radius: calc(44rem / 16);
                                width: calc(117rem / 16);
                                height: calc(49rem / 16);
                                background: #fff;
                                font-family: var(--font-family);
                                font-weight: 400;
                                font-size: calc(25rem / 16);
                                line-height: 130%;
                                text-align: center;
                                color: #101820;
                            }
                        }
                    }

                    .content__right_head-right {
                        .content__right_head_link {
                            display: flex;
                            align-items: flex-start;
                            gap: 15px;

                            .content__arrow {
                                display: flex;
                                gap: calc(13rem / 16);
                                align-items: center;

                                .content__arrow_click_mobile {
                                    display: none;
                                }

                                .less {
                                    display: none;
                                }

                                a:hover span:nth-child(1) {
                                    background: #ed1549;
                                }

                                a {
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    gap: 13px;

                                    span:nth-child(1) {
                                        display: flex;
                                        justify-content: center;
                                        align-items: center;
                                        border: 2px solid #ed1549;
                                        border-radius: calc(73rem / 16);
                                        width: calc(73rem / 16);
                                        height: calc(73rem / 16);

                                        i:hover {
                                            color: #fff;
                                        }
                                    }

                                    span {
                                        font-family: var(--font-family);
                                        font-weight: 400;
                                        font-size: calc(50rem / 16);
                                        line-height: 130%;
                                        color: #101820;
                                    }

                                    i {
                                        color: #ED1549;
                                        width: calc(50rem / 16) !important;
                                        height: calc(50rem / 16) !important;
                                        font-size: calc(50rem / 16) !important;
                                    }

                                }
                            }

                            .content__right-black {
                                padding: calc(8rem / 16) calc(26rem / 16);
                                border-radius: calc(44rem / 16);
                                width: 100%;
                                height: auto;
                                background: #fff;
                                font-family: var(--font-family);
                                font-weight: 400;
                                font-size: calc(25rem / 16);
                                line-height: 130%;
                                text-align: center;
                                color: #101820;
                            }
                        }
                    }
                }

                .content__right_title {
                    font-family: var(--font-family);
                    font-weight: 400;
                    font-size: calc(42rem / 16);
                    color: #101820;
                    margin-bottom: calc(34rem / 16);
                }

                .content__right_text {
                    font-family: var(--font-family);
                    font-weight: 600;
                    font-size: calc(18rem / 16);
                    line-height: 156%;
                    color: #101820;
                    margin-bottom: calc(15rem / 16);
                    display: block;
                }

                .content__right_subtitle {
                    font-family: var(--font-family);
                    font-weight: 400;
                    font-size: calc(18rem / 16);
                    line-height: 156%;
                    color: #101820;
                    margin-bottom: calc(20rem / 16);
                }

                .content__arrow {
                    display: flex;
                    gap: calc(13rem / 16);
                    align-items: center;

                    .content__arrow_click_mobile {
                        display: none;
                    }

                    .less {
                        display: none;
                    }

                    a:hover span:nth-child(1) {
                        background: #ed1549;
                    }

                    a {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        gap: 13px;

                        span:nth-child(1) {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            border: 2px solid #ed1549;
                            border-radius: calc(73rem / 16);
                            width: calc(73rem / 16);
                            height: calc(73rem / 16);

                            i:hover {
                                color: #fff;
                            }
                        }

                        span {
                            font-family: var(--font-family);
                            font-weight: 400;
                            font-size: calc(50rem / 16);
                            line-height: 130%;
                            color: #101820;
                        }

                        i {
                            color: #ED1549;
                            width: calc(50rem / 16) !important;
                            height: calc(50rem / 16) !important;
                            font-size: calc(50rem / 16) !important;
                        }

                    }
                }

                i.content__arrow {
                    display: flex !important;
                    gap: calc(13rem / 16);
                    align-items: center !important;
                    justify-content: center !important;
                }
            }

            .content__right_item.filter_active {
                display: block;
            }

            /* .content__right_item.active .more__details{
                display: block;
            } */
            .content__right_item.active .less {
                display: block;
            }

            .content__right_item.active .more {
                display: none;
            }

            .more__details_item:nth-child(2) {
                margin-top: calc(15rem / 16);
            }
        }
    }
}

.transition {
    padding-top: calc(105rem / 16);
    padding-bottom: calc(44rem / 16);

    .transition__wrapper {
        .transition__left {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: calc(12rem / 16);
            border: 1px solid #c2c2c2;
            border-radius: calc(93rem / 16);
            width: calc(440rem / 16);
            height: calc(80rem / 16);
            color: #101820;

            span {
                font-family: var(--font-family);
                font-weight: 400;
                font-size: calc(26rem / 16);
                line-height: 140%;
                letter-spacing: -0.03em;
                color: #101820;
            }

            i {
                width: calc(11rem / 16) !important;
                height: calc(28rem / 16) !important;
                font-size: calc(30rem / 16) !important;
                color: #101820;
            }
        }

        .transition__left:hover {
            color: #ed1549;
            border: 1px solid #ed1549;
        }

        .transition__right {
            display: flex;
            gap: calc(40rem / 16);

            a {
                font-family: var(--font-family);
                font-weight: 400;
                font-size: calc(21rem / 16);
                line-height: 100%;
                color: #101820;

                i {
                    width: calc(62rem / 16) !important;
                    height: calc(23rem / 16) !important;
                }
            }

            .nav-items {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: calc(40rem / 16);
            }

            .transition__right_item a:not(.opacity):hover svg {
                stroke: #ed1549;
            }

            .transition__right_item {
                a {
                    position: relative;

                    svg {
                        stroke: #101820;
                    }
                }

                a.active {
                    color: #ed1549;
                }

                a.opacity {
                    opacity: 0.5;
                    cursor: default;
                }

                a.opacity:hover {
                    color: #101820 !important;
                }

                .content__arrow__left {
                    position: absolute;
                    top: -23px;
                    right: 0;
                }

                .content__arrow__right {
                    position: absolute;
                    top: -23px;
                    left: 0;
                }
            }

            .transition__right_item a:not(.opacity):hover {
                color: #ed1549;
            }
        }
    }
}

.form__mobile {
    display: none;
}

.form {
    padding: calc(113rem / 16) 0 calc(83rem / 16) calc(53rem / 16);
    margin-top: calc(44rem / 16);
    background: url('..//images/bg.png') center / cover no-repeat;

    .form__wrapp {
        .form__title {
            font-family: var(--font-family);
            font-weight: 400;
            font-size: calc(42rem / 16);
            line-height: 108%;
            color: #101820;
            margin-bottom: calc(40rem / 16);
        }

        .form__form {
            display: flex;
            flex-direction: column;
            gap: calc(13rem / 16);

            div {
                label {
                    font-family: var(--font-family);
                    font-weight: 400;
                    font-size: calc(21rem / 16);
                    line-height: 123%;
                    color: #757575;
                }

                input {
                    border: 1px solid #c2c2c2;
                    border-radius: calc(85rem / 16);
                    width: calc(906rem / 16);
                    height: calc(70rem / 16);
                    background: #fff;
                }

                .input__text {
                    height: calc(127rem / 16);
                }

            }

            .name {
                position: relative;

                .label__name {
                    position: absolute;
                    top: 23px;
                    left: 43px;
                }
            }

            .phone {
                position: relative;

                .label__phone {
                    position: absolute;
                    top: 23px;
                    left: 43px;
                }
            }

            .email {
                position: relative;

                .label__email {
                    position: absolute;
                    top: 23px;
                    left: 43px;
                }
            }

            .text {
                position: relative;

                .label__text {
                    position: absolute;
                    top: 32px;
                    left: 43px;
                }
            }

            .checkbox {
                display: flex;
                flex-direction: row-reverse;
                justify-content: flex-end;
                align-items: center;
                gap: calc(11rem / 16);
                margin-top: calc(13rem / 16);

                input {
                    width: calc(32rem / 16);
                    height: calc(32rem / 16);
                }

                label {
                    a {
                        font-family: var(--font-family);
                        font-weight: 400;
                        font-size: calc(50rem / 16);
                        line-height: 140%;
                        letter-spacing: -0.03em;
                        color: #101820;
                    }

                    .stars {
                        color: #ED1549;
                    }
                }
            }

            .btn {
                border: 1px solid #c2c2c2;
                border-radius: calc(30rem / 16);
                width: calc(216rem / 16);
                height: calc(80rem / 16);
                font-family: var(--font-family);
                font-weight: 400;
                font-size: calc(26rem / 16);
                line-height: 140%;
                letter-spacing: -0.03em;
                text-align: center;
                color: #101820;
                margin-top: calc(27rem / 16);
                cursor: pointer;
            }
        }
    }
}

.wrapper {
    padding: 0 calc(40rem / 16);
}

.content__wrapp {
    justify-content: space-between;
}

.content__left {
    max-width: 33.57%;
    width: 100%;
}

.content__left_item-top {
    height: calc(60rem / 16) !important;
}

.content__left_item-top,
.content__left_item-buttom,
.content__right_item {
    width: 100% !important;
}

.filters {
    flex-wrap: wrap;

}

.filters span {
    font-size: calc(14em / 16) !important;
    margin: 0 !important;
}

.away {
    max-width: 100% !important;
    padding: calc(2rem / 16) calc(26rem / 16);
    padding-bottom: calc(4rem / 16);
    color: #101820;
}

.away:hover {
    color: #ed1549;
    border: 1px solid #ed1549 !important;
}

/* .away span,
.away i {
   color: unset !important;
} */

.content__right {
    max-width: 62.65%;
    width: 100%;
}

.content__arrow_click .more,
.content__arrow_click .less {
    font-size: calc(25rem / 16) !important;
}

.more__details_item-title {
    font-size: calc(18rem / 16) !important;
}

a:hover span:nth-child(1) i {
    color: #fff !important;
}

.checkbox a {
    font-size: calc(18.7rem / 16) !important;
}

.transition__left span,
.transition__left i {
    color: unset !important;
}

.transition__left {
    color: #101820;
}

.transition__left:hover {
    color: #ed1549;
    border-color: #ed1549 !important;
}

#filter {
    transition: 0s !important;
    position: sticky;
    top: calc(100rem / 16);
    /* расстояние от верха viewport */
    display: flex;
    flex-direction: column;
    gap: calc(15rem / 16);
}
