* {
    margin: 0;
    /*padding: 0;*/
    box-sizing: border-box;
}
input:focus {
    outline: none;
    box-shadow: none;
}
input::placeholder {
    color: #4724838f;
    opacity: 0.6;
}
:root {
    --egyptian-purple: #53338b;
    --light-lavender: #eae4fd;
    --coral-pink: #f8565d;
    --light-gray: #c4c4c4;
    --lavender: #eae4fd;
}
body {
    font-family: 'Manrope', sans-serif;
    color: #111;
    background: #fafafa;
}
html {
    scroll-behavior: smooth;
}
section.anex.container {
    margin-top: 100px;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.anex {
    position: relative;
    padding: 80px 80px 100px;
    overflow: hidden;
}
.anex__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.anex__left h1 {
    font-size: 51px;
    line-height: 91%;
    font-weight: 400;
    margin-bottom: 32px;
    font-family: 'Manrope', sans-serif;
}
.cta {
    display: inline-flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 14px 3px;
    border-radius: 16px;
    border-top: 1px solid var(--egyptian-purple);
    border-right: 1px solid var(--egyptian-purple);
    border-left: 1px solid var(--egyptian-purple);
    border-bottom: 5px solid var(--egyptian-purple);
    background: #fff;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    width: 282px;
    height: 60px;
    top: 394px;
    z-index: 5;
    transition: 0.2s;
}
.cta:hover {
    transition: 0.2s;
    border-bottom: 1px solid var(--egyptian-purple);
}
.cta__icon {
    width: 47px;
    height: 47px;
    background: var(--egyptian-purple) url('../img/91c77e7f9a75a08a73bb9960c40d879f.svg') center no-repeat;
    background-size: 27px;
    border-radius: 12px;
    left: -44px;
    position: relative;
}
.anex__right {
    max-width: 320px;
}
.feature {
    display: grid;
    gap: 16px;
    margin-bottom: 40px;
}
.agents__icons {
    position: relative;
    display: flex;
    height: 32px;
    z-index: -5;
}
.feature__icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}
.feature__icon:not(:first-child) {
    margin-left: -16px;
}
.feature__icon:nth-child(1) {
    z-index: 3;
}
.feature__icon:nth-child(2) {
    z-index: 2;
}
.feature__icon:nth-child(3) {
    z-index: 1;
}
.feature__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
}
.feature p {
    font-size: 14px;
    line-height: 1.4;
}
.feature__icon_svg {
    width: 32px;
    height: 32px;
}
.feature__icon_svg img {
    width: 100%;
    height: 100%;
}
.agents {
    margin-top: 24px;
}
.agents__count {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Manrope';
}
.agents_info {
    display: flex;
    gap: 10px;
    align-items: center;
}
.agents__icons {
    display: flex;
    margin: 8px 0;
}
.agent-icon:first-child {
    margin-left: 0;
}
.agents__text {
    font-size: 12px;
    color: #666;
}
.phone-wrapper {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -63%);
}
.phone {
    width: 330px;
    height: auto;
}
.partners_block {
    width: 100%;
    height: 400px;
    background: radial-gradient(47% 103% at 50% 110%, #f8565d -79%, rgba(71, 36, 131, 0) 88%, rgba(71, 36, 131, 1) 34%), rgba(71, 36, 131, 1);
    border-radius: 16px;
}
.partners {
    margin-top: 60px;
}
section.partners {
    display: flex;
    justify-content: center;
}
.running_line img {
    margin-top: 54px;
    width: 115%;
}
p.partners__title {
    color: rgba(198, 181, 212, 1);
    text-align: center;
    font-size: 23px;
    margin-top: 46px;
}
.sharp-border-2 {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3) 15%, rgba(255, 255, 255, 0.8) 51%, rgba(255, 255, 255, 0.3) 93%, transparent);
    margin: 20px 0;
    opacity: 0.2;
}
.partners-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 40px;
    overflow: hidden;
}
.partners__wrapper {
    overflow: hidden;
    position: relative;
}
.partners__logos {
    display: flex;
    gap: 40px;
    width: max-content;
}
.partner-logo {
    flex: 0 0 auto;
    width: 147px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: transform 0.3s ease;
    opacity: 0.6;
}
.partner-logo:hover {
    transform: scale(1.05);
}
.partner-logo img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}
.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    transition: all 0.3s ease;
}
.scroll-btn:hover {
    transform: translateY(-50%) scale(1.1);
}
.scroll-btn:active {
    transform: translateY(-50%) scale(0.95);
}
.scroll-btn--left {
    left: 0;
}
.scroll-btn--right {
    right: 0;
}
.scroll-btn svg {
    color: #e4e4e4;
}
.about {
    padding: 60px 0;
    font-family:
        system-ui,
        -apple-system,
        Segoe UI,
        Roboto,
        sans-serif;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.title {
    text-align: center;
    font-size: 43px;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: 'Manrope';
}
h2.title.map {
    color: white;
}
.title span {
    color: #9b9b9b;
}
.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.left {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: aliceblue;
    box-shadow: 0 0 16px #c3c3c3;
}
.card.gradient {
    background: radial-gradient(47% 103% at 91% 5%, #f8565d -45%, rgba(71, 36, 131, 0) 88%, rgba(71, 36, 131, 1) 34%), rgba(71, 36, 131, 1);
    color: #fff;
    height: 165px;
}
.big {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Manrope';
}
.sub {
    opacity: 0.8;
    margin-top: 30px;
    font-family: 'Manrope';
    font-weight: 500;
}
.number {
    font-size: 32px;
    font-weight: 500;
    color: #472483;
    font-family: 'Manrope';
    margin-bottom: 20px;
}
.right {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 10px;
    border-radius: 16px;
}
.feature_about {
    border-radius: 18px;
    padding: 5px;
    display: flex;
    gap: 16px;
    align-items: center;
}
.icon_feature {
    width: 80px;
    height: 98px;
    background: var(--light-lavender) center no-repeat;
    background-size: 21px;
    border-radius: 19px;
}
.icon_feature[data-icon='1'] {
    background-image: url('../img/bc6623e7467cd3349acc2ab388704b68.svg');
}
.icon_feature[data-icon='2'] {
    background-image: url('../img/52679c07848144451f8a6f0b9ccd6676.svg');
}
.icon_feature[data-icon='3'] {
    background-image: url('../img/aba59a4538ade9510fb906529af3173c.svg');
}
.feature p {
    margin: 0;
}
.text_feature {
    background-color: #fafafa;
    height: 91px;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 16px;
    font-family: 'Manrope';
    font-weight: 500;
}
.text_feature p {
    margin-left: 20px;
    width: 331px;
}
@media (max-width: 900px) {
    .grid {
        grid-template-columns: 1fr;
    }
    .title {
        font-size: 26px;
    }
}
.add_block2,
.broker-description,
.main-headline,
.personal_curator {
    padding: 40px 0;
}
.item_second {
    display: flex;
}
.second-block-addition {
    max-width: 98%;
    margin: 0 auto;
    padding: 35px 230px;
    border-radius: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.second-block-addition span {
    color: rgba(191, 191, 191, 1);
}
.second-block-addition {
    background: radial-gradient(50% 100% at -10% 50%, #f8565d -60%, rgba(71, 36, 131, 0) 70%), radial-gradient(50% 120% at 115% 50%, #f8565d -60%, rgba(71, 36, 131, 0) 70%), rgba(71, 36, 131, 1);
}
.second-block-addition .item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.second-block-addition .dot {
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    margin-top: 8px;
    opacity: 0.9;
}
@media (max-width: 768px) {
    .second-block-addition {
        padding: 25px 25px;
        font-size: 16px;
    }
    .second-block-addition .dot {
        font-size: 26px;
    }
    .agent-workdays {
        margin-left: 15px;
        margin-right: 15px;
    }
}
.services-block {
    padding: 60px 0;
    font-family: 'Montserrat', sans-serif;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 1300px;
    margin: 0 auto;
}
.service-card {
    background: #fff;
    border-radius: 22px;
    padding: 35px;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 330px;
    position: relative;
    overflow: hidden;
}
.service-card h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.service-card p {
    color: #7c7c7c;
    line-height: 1.5;
    font-size: 16px;
}
.service-card.purple {
    background: radial-gradient(50% 100% at -10% 50%, #f8565d -60%, rgba(71, 36, 131, 0) 70%), rgba(69, 35, 128, 1);
    color: #fff;
}
.service-info p {
    color: #7c7c7c;
    line-height: 1.5;
    font-size: 16px;
}
.image_purple_block {
    display: flex;
    justify-content: center;
}
.image_purple_block img {
    width: 330px;
}
.service-card.purple p {
    color: #ececec;
}
.services-appraisal img {
    width: 330px;
}
.services-appraisal {
    display: flex;
    justify-content: center;
}
.assistance-services img {
    width: 234px;
    margin-right: 30px;
    top: 35px;
    position: relative;
}
.fraud-prevention img {
    width: 330px;
}
.assistance-services {
    display: flex;
    justify-content: right;
}
.service-card_first {
    background: radial-gradient(circle at right bottom, #eae7f1 0%, #d0c9e0 30%, #ffffff 70%, #ffffff 100%);
}
.service-card_second {
    background: radial-gradient(circle at left bottom, #eae7f1 0%, #d0c9e0 30%, #ffffff 70%, #ffffff 100%);
}
.service-card_third {
    background: radial-gradient(circle at right bottom, #eae7f1 0%, #d0c9e0 20%, #ffffff 60%, #ffffff 100%);
}
.service_card_item {
    display: flex;
    gap: 25px;
    margin-top: 25px;
}
.service-card_second {
    flex: 0 0 58%;
}
.service-card_third {
    flex: 0 0 40%;
}
.service-card_third {
    display: grid;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 22px;
}
.service-card_second {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    position: relative;
    padding: 20px;
    border-radius: 22px;
}
.fraud-prevention {
    align-self: flex-end;
    margin-top: auto;
}
.service-info {
    flex: 1;
}
.service-info h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}
.fraud-prevention img {
    width: 212px;
    margin-right: 30px;
    top: -22px;
    position: relative;
}
.service-info p {
    color: #7c7c7c;
    line-height: 1;
    font-size: 18px;
}
.fraud_item p {
    width: 310px;
}
.credologo {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 25px;
}
.credologo-icon {
    width: 24px;
    height: 24px;
}
span.credologo-text {
    font-size: 20px;
    color: rgba(71, 36, 131, 1);
    font-weight: 500;
}
.credo_block p {
    text-align: center;
    font-size: 25px;
    width: 716px;
}
.credo_block {
    display: grid;
    justify-content: center;
    margin: 70px 0;
}
.headline_about {
    border-radius: 18px;
    padding: 10px;
    display: flex;
    gap: 16px;
    background-color: #fff;
    align-items: stretch;
}
.text_headline {
    background-color: #fafafa;
    display: grid;
    align-items: center;
    width: 100%;
    border-radius: 16px;
    font-family: 'Manrope';
    font-weight: 500;
    padding: 10px;
    flex: 1;
}
.text_headline p {
    margin-left: 0;
    width: 100%;
    color: rgba(107, 114, 128, 1);
}
.icon_headline {
    width: 80px;
    background: var(--light-lavender) center no-repeat;
    background-size: 21px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 26px;
    color: rgba(71, 36, 131, 1);
    align-self: stretch;
}
.block_headline {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 15px;
}
.headline_p {
    text-align: center;
    margin: 36px 0;
    font-size: 23px;
    font-family: 'Manrope';
    font-weight: 500;
}
.text_headline {
    display: flow-root;
}
.text_headline h4 {
    margin-bottom: 0;
}
.text_headline p {
    margin-top: 1rem;
    margin-bottom: 0;
}
.block_headline > *:last-child {
    grid-column: 1 / -1;
}
.cards-wrapper {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    padding: 20px 0;
}
.card_curator {
    flex: 1;
    min-width: 280px;
    background: #fff;
    height: 260px;
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}
.card_curator:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.icon_curator {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: rgba(234, 228, 253, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.icon_curator img {
    width: 25px;
    height: 25px;
}
.card_curator h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: 600;
}
.card_curator p {
    font-size: 15px;
    line-height: 1.5;
    color: #6c6c77;
}
.dot-pag {
    position: static !important;
    margin-top: 20px;
}
.running_line_curator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 60px;
}
.running_line_curator img {
    max-width: 100vw;
    max-height: 40vh;
    width: auto;
    height: auto;
}
.curator-container {
    position: relative;
    overflow: hidden;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.running_line_curator {
    position: relative;
    z-index: 2;
    text-align: center;
}
.image-container {
    position: absolute;
    top: 50%;
    transform: translate(-32%, -20%);
    z-index: 2;
    max-width: 350px;
    pointer-events: none;
}
.floating-image {
    width: 100%;
    height: auto;
    transform: translateX(0);
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
    will-change: transform;
}
.curator-container::before {
    content: '';
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/7a6d6794f09ffd68ab946aa602ae0543.svg);
    z-index: 100;
    border-radius: 10px;
}
.agent-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
    align-items: start;
}
.agent-item.left-top {
    grid-column: 1;
    grid-row: 1;
}
.agent-item.left-bottom {
    grid-column: 1;
    grid-row: 2;
    margin-left: 41px;
}
.agent-item.left-bottom p {
    margin-left: 20px;
}
.agent-center {
    grid-column: 2;
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.agent-center img {
    max-width: 67%;
    height: auto;
    border-radius: 8px;
    mix-blend-mode: hard-light;
}
.agent-item h3::before {
    content: '';
    position: absolute;
    left: -23px;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url('../img/06e4dd18c028b167897f05cf07a01ed9.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.agent-item.left-top p {
    margin-left: 30px;
}
.agent-item.right-top {
    grid-column: 3;
    grid-row: 1;
}
.agent-item.right-bottom {
    grid-column: 3;
    grid-row: 2;
}
.agent-item h3 {
    position: relative;
    margin-top: 0;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: 500;
}
.agent-item h3 span {
    color: #2c7be5;
    margin-right: 8px;
}
.agent-item p {
    color: rgba(191, 191, 191, 1);
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 400;
    margin-top: 15px;
    font-size: 18px;
}
.agent-item.right-top p {
    text-align: right;
}
.agent-item.right-bottom p {
    position: relative;
    right: 73px;
    text-align: right;
}
@media (max-width: 768px) {
    .agent-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto;
    }
    .agent-center {
        grid-column: 1;
        grid-row: 3;
        padding: 20px 0;
    }
    .agent-item.left-top {
        grid-column: 1;
        grid-row: 1;
    }
    .agent-item.left-bottom {
        grid-column: 1;
        grid-row: 2;
    }
    .agent-item.right-top {
        grid-column: 1;
        grid-row: 4;
    }
    .agent-item.right-bottom {
        grid-column: 1;
        grid-row: 5;
    }
}
.agent-bonus__container {
    max-width: 750px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.agent-bonus__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.agent-bonus__item {
    max-width: 420px;
}
.agent-bonus__title {
    font-size: 24px;
    font-weight: 500;
    color: #111;
    margin-bottom: 6px;
}
.agent-bonus__text {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.4;
}
.agent-bonus__image img {
    max-width: 300px;
    width: 100%;
    display: block;
}
.agent-bonus {
    padding: 60px 200px;
}
@media (max-width: 768px) {
    .agent-bonus__container {
        flex-direction: column;
        text-align: center;
    }
    .agent-bonus__content {
        align-items: center;
    }
}
.anex-help__content {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 80px 15px;
    border-radius: 24px;
    color: #fff;
    background: url('../img/1b0b3d715e76799f23c550b55515ef90.png'), rgba(71, 36, 131, 1);
    background-repeat: no-repeat;
    background-position: center;
}
section.anex-help {
    padding: 40px 0;
}
.anex-help__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.help-item {
    display: flex;
    gap: 6px;
    align-items: flex-start;
}
.help-icon {
    min-width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    margin-top: 4px;
}
.help-item h3 {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 400;
}
.help-item p {
    font-size: 16px;
    line-height: 1.4;
    color: rgba(191, 191, 191, 1);
}
.anex-help__screens {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
}
.anex-help__screens img {
    width: 88%;
}
.anex-help__screens img:not(:first-child) {
    margin-left: -60px;
}
@media (max-width: 992px) {
    .anex-help__content {
        flex-direction: column;
        text-align: center;
    }
    .help-item {
        justify-content: left;
    }
    .help-item div {
        text-align: left;
    }
}
.insurance-blocks {
    padding: 80px 0;
}
.cards {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}
.card {
    flex: 1;
    min-width: 280px;
    background: #fff;
    border-radius: 20px;
    padding: 32px 28px;
    box-shadow: 0 0 19px rgba(0, 0, 0, 0.06);
}
.card-accent {
    background: url('../img/9fa88c85d62777da9cc0a0c6be71bf54.svg'), rgb(255, 255, 255);
    background-repeat: no-repeat;
}
.card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 27px;
    border-bottom: solid 1px rgba(234, 228, 253, 1);
    padding-bottom: 20px;
    width: 280px;
    min-height: 110px;
}
.icon {
    width: 64px;
    height: 64px;
    background: #ebe6ff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
}
.card-header h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
}
.card-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.card-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}
.card-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: rgba(71, 36, 131, 1);
    font-weight: 600;
}
img.icon-svg-insurance {
    width: 23px;
}
section.insurance-blocks p {
    color: rgba(191, 191, 191, 1);
    text-align: center;
    padding: 0 0 50px 0;
    font-size: 18px;
}
@media (max-width: 900px) {
    .cards {
        flex-direction: column;
    }
}
.anex-agents {
    padding: 80px 0;
}
.anex-agents__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
}
.agent-card {
    border-radius: 116px;
    padding: 9px;
    display: flex;
    align-items: center;
    gap: 20px;
    min-height: 140px;
    font-size: 18px;
    line-height: 1.3;
}
.agent-card--light {
    background: #f3efff;
    color: #2b1f55;
}
.agent-card--wide {
    grid-column: span 1;
}
.agent-card--center {
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 2px solid rgb(248 86 93 / 19%);
}
.agent-logo {
    width: 80px;
    height: 80px;
    background: #e53935;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    border-radius: 169px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agent-card--gradient {
    background: linear-gradient(90deg, rgba(71, 36, 131, 1), rgba(248, 86, 93, 1));
    color: #fff;
}
.agent-card__icon {
    font-size: 40px;
    flex-shrink: 0;
}
img.icon-svg-anexagent {
    width: 150px;
}
img.icon-svg-anexagent-logo {
    width: 92px;
}
.anex-agents__grid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: auto auto;
    justify-content: start;
    gap: 0;
}
.block-agents-1 {
    grid-column: 1;
    grid-row: 1;
    width: 320px;
    border: solid 1px rgba(229, 223, 249, 1);
    background-color: white;
    color: black;
}
.block-agents-2 {
    grid-column: 2;
    grid-row: 1;
    width: 450px;
}
.block-agents-3 {
    grid-column: 3;
    grid-row: 1;
    width: 320px;
    border: solid 1px rgba(229, 223, 249, 1);
    background-color: white;
    color: rgba(71, 36, 131, 1);
}
.block-agents-4 {
    grid-column: 1;
    grid-row: 2;
    width: 400px;
    color: rgba(71, 36, 131, 1);
}
.block-agents-5 {
    grid-column: 2;
    grid-row: 2;
    width: 250px;
}
.block-agents-6 {
    grid-column: 3;
    grid-row: 2;
    width: 425px;
}
.agent-card {
    box-sizing: border-box;
}
@media (max-width: 1024px) {
    .anex-agents__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .anex-agents__grid {
        grid-template-columns: 1fr;
    }
    .agent-card {
        border-radius: 28px;
    }
}
.anex-partner {
    padding: 80px 0;
}
.partner-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 97px;
    border-radius: 20px;
    background: url('../img/1b0b3d715e76799f23c550b55515ef90.png'), rgba(71, 36, 131, 1);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    height: 575px;
}
.partner-content {
    max-width: 480px;
}
.partner-item {
    margin-bottom: 30px;
    width: 333px;
}
.partner-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.partner-item img {
    padding-right: 5px;
}
.partner-item p {
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.9;
}
.partner-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    background: #fff;
    color: #5b2d86;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}
.partner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
.partner-btn .icon {
    font-size: 18px;
}
.partner-image img {
    max-width: 530px;
    width: 100%;
    display: block;
}
.partner-card {
    position: relative;
    overflow: hidden;
}
.partner-image {
    position: absolute;
    right: -13px;
    top: 55%;
    transform: translateY(-60%);
}
.partnerlogo-icon {
    width: 14px;
    height: 14px;
}
.partner-item h3 {
    min-height: 32px;
    font-weight: 500;
}
.partner-item p {
    left: 18px;
    position: relative;
    border-top: 1px solid #ffffff29;
    padding-top: 8px;
    margin-top: 0;
}
@media (max-width: 992px) {
    .partner-card {
        flex-direction: column;
        text-align: center;
    }
    .partner-content {
        max-width: 100%;
    }
}
.anexregion-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 97px;
    border-radius: 20px;
    background: radial-gradient(52% 106% at 85% 133%, #f8565d 0%, #472483 100%);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    height: 335px;
}
.anexregion-card {
    position: relative;
    overflow: hidden;
}
.anexregion-content {
    max-width: 480px;
}
.anexregion-image img {
    max-width: 1006px;
    width: 100%;
    display: block;
}
.anexregion-image {
    position: absolute;
    right: -384px;
    top: 48%;
    transform: translateY(-50%);
}
.anexregion-item {
    margin-bottom: 30px;
    width: 333px;
}
.anexregion-item h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.anexregion-item p {
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.9;
}
.region-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 14px 3px;
    border-radius: 16px;
    border-top: 1px solid var(--light-gray);
    border-right: 1px solid var(--light-gray);
    border-left: 1px solid var(--light-gray);
    border-bottom: 5px solid var(--light-gray);
    background: #fff;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    width: 282px;
    height: 60px;
    top: 394px;
    z-index: 5;
    transition: 0.2s;
}
.region-cta:hover {
    transition: 0.2s;
    border-bottom: 1px solid var(--light-gray);
}
.region-cta__icon {
    width: 47px;
    height: 47px;
    background: var(--coral-pink) url('../img/794d843326cbcaf4defcd3032f8d4bfe.svg') center no-repeat;
    background-size: 27px;
    border-radius: 12px;
    left: -36px;
    position: relative;
}
.region-text h3 {
    font-size: 25px;
    font-family: 'Manrope';
    color: #53338b;
    font-weight: 400;
}
.region-text p {
    font-family: 'Manrope';
    font-size: 16px;
    margin: 30px 50px 49px auto;
}
section.cooperation-anex {
    margin-top: 50px;
    padding-top: 0;
    background: url('../img/7a1624b2d2b73220880645fff6cbf10c.svg'), rgba(240, 240, 240, 0.02);
    background-repeat: no-repeat;
    background-position: left;
    background-origin: padding-box;
    background-clip: border-box;
    margin: 15px;
    border-radius: 20px;
}
.cooperation-anex__head {
    padding: 100px 460px;
}
.cooperation-anex__steps {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cooperationlogo-icon {
    height: 28px;
}
.step {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    gap: 54px;
    padding: 24px 0;
    border-top: 1px solid #e5e5e5;
}
.step:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.step__num {
    font-size: 16px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
}
.step__text {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    color: #000;
    margin: 0;
    position: relative;
    left: 74px;
}
.region-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}
.region-modal.show {
    opacity: 1;
    visibility: visible;
}
.region-modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.region-modal__content {
    position: relative;
    background: white;
    width: 100%;
    max-width: 860px;
    margin: 50px auto;
    border-radius: 8px;
    padding: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(-30px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}
.region-modal.show .region-modal__content {
    opacity: 1;
    transform: translateY(0);
}
.region-modal__header {
    display: flex;
    justify-content: right;
    align-items: center;
    margin-bottom: 20px;
}
.region-modal__title {
    margin: 0;
    font-size: 24px;
}
.region-modal__close {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #666;
    line-height: 1;
}
.region-modal__close:hover {
    color: #000;
}
.region_item_element {
    background-color: rgba(250, 250, 250, 1);
    border-radius: 20px;
    padding: 20px;
}
.other-regions__btn__icon {
    width: 47px;
    height: 47px;
    background: var(--lavender) url('../img/1392ef0b00ea8d539631533c2643dffd.svg') center no-repeat;
    background-size: 27px;
    border-radius: 12px;
    left: -36px;
    position: relative;
}
.search-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../img/5b16ababf1fc84ccf65d05a952d7acfd.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.other-regions__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    gap: 0;
    padding: 14px 3px;
    border: none;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    width: 282px;
    height: 60px;
    top: 394px;
    z-index: 5;
    transition: 0.2s;
}
.region-modal__search {
    position: relative;
    margin-bottom: 20px;
}
.region-search {
    width: 100%;
    padding: 30px 50px 30px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 16px;
    box-sizing: border-box;
    background-color: rgba(234, 228, 253, 1);
}
.search-icon {
    position: absolute;
    right: 27px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}
.region-lists {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 80px;
    margin-bottom: 20px;
}
.region-list__title {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}
.region-list__items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.region-item {
    width: 100%;
    padding: 10px 0;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    font-family: 'Manrope';
    text-decoration: none;
    display: block;
}
.region-item:hover {
    color: rgba(83, 51, 139, 1);
    text-decoration: underline;
}
.other-regions {
    text-align: center;
    padding-top: 20px;
}
.sharp-border-3 {
    height: 1px;
    background: linear-gradient(90deg, #00000000, rgb(102 98 98 / 30%) 15%, rgb(110 110 110 / 80%) 51%, rgb(52 52 52 / 30%) 93%, transparent);
    margin: 20px 0;
    opacity: 0.2;
}
section.map_section {
    background: url('../img/Mask group.png'), rgba(71, 36, 131, 1);
    padding-top: 70px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-position: right;
}
.map-container {
    position: relative;
    width: 100%;
    height: 500px;
}
.map_layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease-in-out;
}
.map-base.active {
    opacity: 1;
    z-index: 2;
}
.map-base.inactive {
    opacity: 0;
    z-index: 1;
}
.item_logo {
    width: 72px;
}
.sticky-block_item {
    display: flex;
    justify-content: flex-end;
}
.login-form-section {
    display: flex;
}
form#loginForm {
    display: flex;
    gap: 20px;
}
.sticky-block {
    padding: 12px;
}
.sticky-block {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: end;
    position: sticky;
    border-radius: 10px;
    top: 0;
    z-index: 100;
    transition: box-shadow 0.3s ease;
}
section.header_block {
    align-items: center;
    justify-content: end;
    position: sticky;
    border-radius: 10px;
    top: 0;
    z-index: 100;
}
.logo-section {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 40px;
}
.logo {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    padding: 9px;
    align-items: center;
    justify-content: center;
    background-color: white;
    margin-right: 15px;
    box-shadow: 0 4px 12px #dfdfdf;
}
.logo-text {
    display: flex;
    flex-direction: column;
}
.logo-title {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    line-height: 1;
}
.logo-subtitle {
    font-size: 12px;
    color: #666;
    letter-spacing: 1px;
    margin-top: 3px;
}
.login-form-section {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#loginForm {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-grow: 1;
}
.form-group {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-width: 250px;
}
.form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    margin-bottom: 8px;
}
.form-group input {
    padding: 4px 16px;
    border: 2px solid #e1e5ee;
    border-radius: 5px;
    font-size: 15px;
    transition: all 0.3s;
    outline: none;
    width: 195px !important;
    z-index: 99999;
    background-color: white;
}
.form-group input:focus {
    border-color: #53338b;
    box-shadow: 0 0 0 3px rgba(106, 17, 203, 0.1);
}
.form-group input::placeholder {
    color: #aaa;
}
i.fas.fa-eye {
    font-size: 14px;
    opacity: 0.6;
}
i.fas.fa-eye-slash {
    font-size: 14px;
    opacity: 0.6;
}
.cta-header {
    display: inline-flex;
    justify-content: center;
    gap: 0;
    padding: 5px 3px;
    border-radius: 7px;
    background: #fff;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    width: 110px;
    top: 394px;
    z-index: 5;
    transition: 0.2s;
    border: 1px solid #bdbdbd;
    align-items: baseline;
    gap: 4px;
}
.cta-header:hover {
    transition: 0.2s;
    border-bottom: 1px solid var(--egyptian-purple);
}
.cta__icon-header {
    width: 47px;
    height: 47px;
    background: var(--egyptian-purple) url('../img/91c77e7f9a75a08a73bb9960c40d879f.svg') center no-repeat;
    background-size: 27px;
    border-radius: 12px;
    left: -44px;
    position: relative;
}
.burger-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    position: fixed;
    top: 20px;
    right: 20px;
}
.burger-line {
    width: 100%;
    height: 3px;
    background-color: #333;
    transition: all 0.3s ease;
    border-radius: 2px;
}
.burger-btn.active .burger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.burger-btn.active .burger-line:nth-child(2) {
    opacity: 0;
}
.burger-btn.active .burger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active {
    display: block;
    opacity: 1;
}
.password-container {
    position: relative;
}
.password-container input {
    width: 100%;
    padding-right: 40px;
}
.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #666;
    font-size: 18px;
    padding: 5px;
}
.password-toggle:hover {
    color: #333;
}
@media (min-width: 769px) {
    .sticky-block.mobile-version {
        display: none !important;
    }
    .burger-btn {
        display: none !important;
    }
    .mobile-menu-overlay {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .burger-btn {
        display: flex;
    }
    form#loginFormMobile {
        gap: 12px;
        display: grid;
    }
    .sticky-block:not(.mobile-version) {
        display: none;
    }
    .sticky-block.mobile-version {
        position: fixed;
        top: 0;
        right: -100%;
        width: 280px;
        height: 100vh;
        background: white;
        z-index: 999;
        transition: right 0.3s ease;
        overflow-y: auto;
        padding: 80px 20px 20px;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    }
    .sticky-block.mobile-version.active {
        right: 0;
    }
    .sticky-block.mobile-version .sticky-block_item {
        flex-direction: column;
        align-items: stretch;
    }
    .sticky-block.mobile-version .logo-section {
        margin-bottom: 30px;
        justify-content: center;
    }
    .sticky-block.mobile-version .login-form-section {
        flex-direction: column;
        gap: 20px;
    }
    .sticky-block.mobile-version input[type='text'],
    .sticky-block.mobile-version input[type='password'] {
        width: 100%;
        padding: 12px;
    }
    .sticky-block.mobile-version .cta-header {
        width: 100%;
        padding: 12px;
    }
}
body.no-scroll {
    overflow: hidden;
}
@media (max-width: 1024px) {
    .sticky-block {
        flex-wrap: wrap;
    }
    .logo-section {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .login-form-section {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .sticky-block {
        padding: 20px;
    }
    #loginForm {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    .form-group {
        max-width: 100%;
    }
    .login-form-section {
        flex-direction: column;
    }
    .login-btn {
        width: 100%;
    }
    .sticky-block_item {
        display: grid;
        justify-content: flex-end;
    }
    .logo-section {
        justify-content: center;
    }
    .sticky-block {
        padding: 20px;
        height: 100vh;
    }
    .cta-header {
        width: 100%;
    }
}
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.region-modal.show .region-modal__content {
    animation: modalFadeIn 0.3s ease-out;
}
@media (max-width: 768px) {
    .region-modal__content {
        width: 95%;
        margin: 20px auto;
        padding: 15px;
    }
    .region-lists {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
    .service-info {
        max-width: 100%;
    }
    .service-card img {
        width: 170px;
        position: static;
        margin-top: 15px;
    }
}
@media (max-width: 768px) {
    .partners-container {
        padding: 20px 30px;
    }
    .scroll-btn {
        width: 35px;
        height: 35px;
    }
    .partner-logo {
        width: 150px;
        height: 80px;
    }
}
@media (max-width: 480px) {
    .partners-container {
        padding: 15px 25px;
    }
    .partner-logo {
        width: 120px;
        height: 70px;
    }
    .scroll-btn {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 1024px) {
    .anex {
        padding: 60px 40px 80px;
    }
    .anex__content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 40px;
    }
    .anex__left h1 {
        font-size: 48px;
    }
    .anex__right {
        max-width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 60px;
        margin-top: 20px;
    }
    .feature {
        display: contents;
    }
    .phone-wrapper {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 40px auto;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .phone {
        width: 280px;
    }
    .partners_block {
        width: 100%;
        height: auto;
        padding: 40px 20px;
    }
    .running_line img {
        width: 100%;
        margin-top: 30px;
    }
    .partners__logos {
        gap: 25px;
    }
    .partner-logo {
        width: 120px;
        height: 80px;
    }
    .about {
        padding: 40px 20px;
    }
    .title {
        font-size: 32px;
    }
    .grid {
        gap: 20px;
    }
    .card.gradient {
        height: auto;
        padding: 25px;
    }
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .service_card_item {
        flex-direction: column;
    }
    .service-card_second,
    .service-card_third {
        width: 100%;
    }
    .image_purple_block img,
    .services-appraisal img,
    .assistance-services img,
    .fraud-prevention img {
        width: 200px;
    }
    .credo_block p {
        width: 100%;
        font-size: 20px;
    }
    .block_headline {
        grid-template-columns: 1fr;
    }
    .cards-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .card_curator {
        width: 100%;
        max-width: 400px;
    }
    .agent-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto auto;
    }
    .agent-center {
        grid-column: 1;
        grid-row: 3;
        padding: 20px 0;
    }
    .agent-item.left-top {
        grid-column: 1;
        grid-row: 1;
    }
    .agent-item.left-bottom {
        grid-column: 1;
        grid-row: 2;
        margin-left: 0;
    }
    .agent-item.right-top {
        grid-column: 1;
        grid-row: 4;
        text-align: left;
    }
    .agent-item.right-bottom {
        grid-column: 1;
        grid-row: 5;
        text-align: left;
    }
    .agent-item.right-bottom p {
        right: 0;
    }
    .anex-help__content {
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
    }
    .anex-help__screens img {
        width: 100%;
        max-width: 300px;
    }
    .help-item {
        justify-content: left;
    }
    .agent-bonus {
        padding: 40px 20px;
    }
    .agent-bonus__container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .cards {
        flex-direction: column;
        align-items: center;
    }
    .card {
        width: 100%;
        max-width: 400px;
    }
    .anex-agents__grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .block-agents-1,
    .block-agents-2,
    .block-agents-3,
    .block-agents-4,
    .block-agents-5,
    .block-agents-6 {
        width: 100%;
        grid-column: 1;
    }
    .block-agents-1 {
        grid-row: 1;
    }
    .block-agents-2 {
        grid-row: 2;
    }
    .block-agents-3 {
        grid-row: 3;
    }
    .block-agents-4 {
        grid-row: 4;
    }
    .block-agents-5 {
        grid-row: 5;
        display: none;
    }
    .block-agents-6 {
        grid-row: 6;
    }
    .agent-card {
        border-radius: 20px;
        justify-content: space-around;
    }
    .partner-card {
        padding: 40px 20px;
        height: auto;
        flex-direction: column;
        text-align: center;
    }
    .partner-image {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        margin-top: 30px;
        right: -31px;
    }
    .partner-item {
        width: 100%;
    }
    .anexregion-card {
        padding: 40px 20px;
        height: auto;
        flex-direction: column;
        text-align: center;
    }
    .anexregion-image {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        margin-top: 30px;
    }
    .anexregion-item {
        width: 100%;
    }
    .cooperation-anex__head {
        padding: 60px 20px;
    }
    .step {
        grid-template-columns: 40px 1fr;
        gap: 20px;
    }
    .step__text {
        left: 0;
        font-size: 16px;
    }
    .region-modal__content {
        width: 90%;
        margin: 20px auto;
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    .stats {
        grid-template-columns: none;
    }
    .map-container {
        position: relative;
        width: 100%;
        height: 250px;
    }
    .cooperationlogo-icon {
        height: 17px;
    }
    .card_curator {
        height: 330px;
    }
    section.anex.container {
        margin-top: 0;
    }
    .anex {
        padding: 40px 20px 60px;
        margin-top: 50px;
    }
    .anex__left h1 {
        font-size: 36px;
        margin-bottom: 24px;
    }
    .cta {
        width: 250px;
        height: 55px;
        font-size: 18px;
    }
    .cta__icon {
        width: 40px;
        height: 40px;
        left: -30px;
    }
    .anex__right {
        flex-direction: column;
        gap: 10px;
    }
    .feature p {
        font-size: 16px;
    }
    .agents__count {
        font-size: 24px;
    }
    .phone {
        width: 220px;
    }
    .partners_block {
        padding: 30px 15px;
    }
    .partners__title {
        font-size: 18px;
        margin-top: 30px;
    }
    .scroll-btn {
        display: none;
    }
    .partners__logos {
        gap: 15px;
        overflow-x: auto;
        padding: 10px 0;
    }
    .partner-logo {
        min-width: 100px;
        height: 70px;
    }
    .about {
        padding: 30px 15px;
    }
    .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .big {
        font-size: 22px;
    }
    .sub {
        margin-top: 15px;
        font-size: 14px;
    }
    .number {
        font-size: 26px;
    }
    .feature_about {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    .text_feature {
        height: auto;
        padding: 15px;
    }
    .text_feature p {
        margin-left: 0;
        width: 100%;
    }
    .second-block-addition {
        padding: 25px 15px;
        font-size: 16px;
    }
    .item_second {
        flex-direction: column;
        gap: 20px;
    }
    .services-block {
        padding: 40px 0;
    }
    .service-card {
        padding: 25px;
        min-height: auto;
    }
    .service-card h3 {
        font-size: 20px;
    }
    .service-card p {
        font-size: 14px;
    }
    .image_purple_block img,
    .services-appraisal img,
    .assistance-services img,
    .fraud-prevention img {
        width: 150px;
    }
    .credo_block {
        margin: 40px 0;
    }
    .credo_block p {
        font-size: 18px;
    }
    .credologo-text {
        font-size: 18px;
    }
    .headline_p {
        font-size: 18px;
        margin: 24px 0;
    }
    .icon_headline {
        width: 60px;
        font-size: 20px;
    }
    .personal_curator {
        padding: 40px 0;
    }
    .swiper-slide {
        width: 280px !important;
    }
    .running_line_curator img {
        max-width: 90%;
    }
    .image-container {
        transform: translate(-32%, -10%);
    }
    .floating-image {
        width: 200px;
    }
    .agent-item h3 {
        font-size: 16px;
    }
    .agent-item p {
        font-size: 14px;
        margin-top: 10px;
    }
    .agent-center img {
        max-width: 80%;
    }
    .help-item h3 {
        font-size: 18px;
    }
    .help-item p {
        font-size: 14px;
    }
    .insurance-blocks {
        padding: 40px 0;
    }
    .insurance-blocks p {
        font-size: 14px;
        padding: 0 0 30px 0;
    }
    .card-header {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        width: 100%;
    }
    .card-header h3 {
        font-size: 18px;
    }
    .card-list li {
        font-size: 16px;
    }
    .agent-bonus__title {
        font-size: 20px;
    }
    .agent-bonus__text {
        font-size: 16px;
    }
    .agent-bonus__image img {
        max-width: 200px;
    }
    .partner-item h3 {
        font-size: 18px;
    }
    .partner-item p {
        font-size: 14px;
    }
    .region-cta {
        width: 250px;
        height: 55px;
        font-size: 18px;
    }
    .region-cta__icon {
        width: 40px;
        height: 40px;
        left: -30px;
    }
    .region-text h3 {
        font-size: 22px;
    }
    .region-text p {
        margin: 20px 0 30px;
        font-size: 14px;
    }
    .step__num {
        font-size: 16px;
    }
    .step__text {
        font-size: 14px;
    }
    .region-lists {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .region-search {
        padding: 20px 40px 20px 15px;
        font-size: 14px;
    }
    .region-item {
        font-size: 16px;
    }
    .other-regions__btn {
        width: 250px;
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .anex__left h1 {
        font-size: 28px;
    }
    .cta,
    .region-cta,
    .other-regions__btn {
        width: 260px;
        max-width: none;
    }
    .title {
        font-size: 22px;
    }
    .phone {
        width: 180px;
    }
    .service-card {
        padding: 20px;
    }
    .swiper-slide {
        width: 260px !important;
    }
    .running_line_curator img {
        max-width: 100%;
    }
    .floating-image {
        width: 160px;
    }
    .agent-center img {
        max-width: 70%;
    }
    .step {
        grid-template-columns: 30px 1fr;
        gap: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .anex__content {
        flex-direction: row;
        text-align: left;
        gap: 60px;
    }
    .anex__right {
        max-width: 40%;
    }
    .phone-wrapper {
        position: absolute;
        transform: translate(-50%, -50%);
    }
}
@media (min-height: 1000px) and (max-width: 1024px) {
    .anex {
        min-height: 90vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .phone-wrapper {
        margin-top: auto;
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    html {
        scroll-behavior: auto;
    }
    .card_curator:hover {
        transform: none;
    }
    .partner-logo:hover {
        transform: none;
    }
    .scroll-btn:hover {
        transform: translateY(-50%);
    }
}
@media (max-width: 768px) {
    .swiper.mySwiper {
        padding: 0 20px !important;
    }
    .swiper-slide {
        height: auto !important;
    }
}
