@font-face {
    font-family: "Brygada1918-Bold.ttf";
    src: url("../css/fonts/Brygada1918-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Brygada1918-Regular.ttf";
    src: url("../css/fonts/Brygada1918-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Brygada1918-SemiBold.ttf";
    src: url("../css/fonts/Brygada1918-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Inter-Regular.ttf";
    src: url("/css/fonts/Inter-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Inter-Bold.ttf";
    src: url("/css/fonts/Inter-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Inter-SemiBold.ttf";
    src: url("/css/fonts/Inter-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

@font-face {
    font-family: "Inter-Light.ttf";
    src: url("/css/fonts/Inter-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face {
    font-family: "Inter-Medium.ttf";
    src: url("../css/fonts/Inter-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Manrope-Bold.ttf";
    src: url("../css/fonts/Manrope-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face {
    font-family: "Manrope-Medium.ttf";
    src: url("../css/fonts/Manrope-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face {
    font-family: "Manrope-Regular.ttf";
    src: url("../css/fonts/Manrope-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Manrope-SemiBold.ttf";
    src: url("../css/fonts/Manrope-SemiBold.ttf") format("truetype");
    font-weight: 600;
}



@font-face {
    font-family: "Raleway-Regular.ttf";
    src: url("../css/fonts/Raleway-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face {
    font-family: "Raleway-SemiBold.ttf";
    src: url("../css/fonts/Raleway-SemiBold.ttf") format("truetype");
    font-weight: 600;
}

@media(width > 1000px) {
    .container-tablet-header {
        display: none;
    }

    .tablet-img {
        display: none;
    }

    .about-title-tablet {
        display: none;
    }

    .slider-sertificate-block {
        display: none;
    }

    .tablet-logo-footer {
        display: none;
    }

    .tablet-politic-footer {
        display: none;
    }

    .menu-tablet {
        display: none;
    }

    .mobile-politic {
        display: none;
    }
}

@media(width < 1000px) {
    .container-header {
        display: none;
    }

    .container-tablet-header {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        height: 53px;
        padding-left: 53px;
        padding-right: 53px;
    }

    .banner-container {
        min-height: 562px;
    }

    .banner-text {
        max-width: 640px;
        margin: 0;
    }

    .main-banner-title {
        font-size: 35px;
        line-height: 129%;
        margin-bottom: 32px;
    }

    .main-banner-description {
        font-size: 18px;
        margin-bottom: 76px;
    }

    .banner-container {
        padding-left: 53px;

    }

    .about-company-container {
        max-width: 729px;
        margin: 0 auto;
        display: flex;
        margin-bottom: 60px;
        margin-top: 66px;
        flex-direction: column;

    }

    .tablet-img {
        margin-bottom: 14px;
    }

    .desktop-img {
        display: none;
    }

    .contacts-socials {
        margin-top: 44px;
    }

    .about-company-container img {
        max-width: 729px;
        max-height: 328px;
        object-fit: cover;
    }

    .about-title {
        display: none;
    }

    .about-title-tablet {
        display: flex;
        justify-content: center;
        font-family: var(--third-family);
        font-weight: 700;
        font-size: 25px;
        text-transform: uppercase;
        color: #282828;
        font-family: "Brygada1918-Bold.ttf";
        margin-bottom: 37px;
    }

    .about-text p {
        font-size: 16px;
    }

    .about-text {
        max-width: 729px;
        width: 100%;
    }

    .advantage-cards {
        grid-template-columns: 360px 360px;
        grid-template-rows: 281px 281px;
        gap: 10px;
    }

    .advantage-card {
        border-radius: 4px;
        padding: 30px;
    }

    .advantage-container {
        max-width: 729px;
    }

    .advantage-card h4 {
        font-size: 16px;
        line-height: 148%;
        margin-bottom: 21px;
    }

    .advantage-card p {
        font-size: 15px;
    }

    .service-container {
        max-width: 729px;
        margin: 0 auto;
        display: block;
    }

    .service-cards {
        display: flex;
        gap: 22px;
        flex-direction: column;
    }

    .service-card-text {
        height: 125px;
    }

    .service-card-text img {
        width: 19px;
        height: 19px;
        margin-left: 10px;
    }

    .service-card-1 {
        border-radius: 5px;
        padding: 20px;
        max-width: 730px;
        max-height: 169px;
    }

    .service-card-2 {
        border-radius: 5px;
        padding: 20px;
        max-width: 730px;
        max-height: 169px;
    }

    .service-card-3 {
        border-radius: 5px;
        padding: 20px;
        max-width: 730px;
        max-height: 169px;
    }

    .service-card-title {
        font-size: 16px;
        line-height: 133%;
        margin-bottom: 15px;
        letter-spacing: -0.03em;
    }

    .service-card-desc {
        font-weight: 500;
        font-size: 15px;
    }

    .sertificate-container h2 {
        font-size: 20px;
        margin-bottom: 31px;
        margin-top: 60px;
    }

    .partners-container h2 {
        font-size: 20px;
    }

    .sertificate-cards {
        display: none;
    }

    .sertificate-btn-next {
        width: 55px;
        height: 55px;
        position: absolute;
        z-index: 10;
        top: 33%;
        right: -4%;
        cursor: pointer;
    }

    .sertificate-btn-prev {
        width: 55px;
        height: 55px;
        position: absolute;
        z-index: 10;
        top: 33%;
        left: -4%;
        cursor: pointer;
    }

    .sertificate-slide {
        max-width: max-content;

    }

    .slider-sertificate-block {
        max-width: 729px;
        margin: 0 auto;
        position: relative;
    }

    .partn-slide {
        max-width: max-content;
    }

    .partn-btn-next {
        top: 26%;
        right: -4%;
    }

    .partn-btn-prev {
        top: 26%;
        left: -4%;
    }

    .partn-btn-next,
    .partn-btn-next svg {
        width: 55px;
        height: 55px;
    }

    .partn-btn-prev,
    .partn-btn-prev svg {
        width: 55px;
        height: 55px;
    }

    .partners-slider-block {
        max-width: 729px;
        margin: 0 auto;
        position: relative;
    }

    .contacts-container h2 {
        text-align: center;
        font-weight: 700;
        font-size: 28px;
        text-transform: uppercase;
        color: #282828;
        font-family: "Brygada1918-Bold.ttf";
        margin-bottom: 34px;
        margin-top: 60px;
    }

    .map-contacts-block iframe {
        max-width: 501px;
        max-height: 369px;
    }

    .contacts-container {
        max-width: 729px;
        margin: 0 auto;
        display: block;
    }

    .contacts-text {
        display: flex;
        flex-direction: column;
        gap: 28px;
    }

    .contacts-phone span,
    .contacts-address span,
    .contacts-email span {
        font-size: 15px;
    }

    .contacts-socials {
        gap: 37px;
    }

    .contacts-socials svg {
        width: 39px;
        height: 41px;
    }

    .footer-content-block {
        max-width: 729px;
        margin: 0 auto;
        padding-top: 62px;
        padding-bottom: 50px;
        display: flex;
        flex-direction: column;
    }

    .right-block {
        max-width: 785px;
        display: flex;
        gap: 45px;
        justify-content: flex-start;
        margin-left: 0;
    }

    .logo-footer-block {
        display: none;
    }

    .tablet-logo-footer {
        margin-bottom: 61px;
    }

    .tablet-politic-footer {
        margin-top: 68px;
        display: flex;
        flex-direction: column;
    }

    .left-block {
        margin-right: 0px;
        display: flex;
        flex-direction: row;
        align-items: center;
        max-height: 50px;
        max-width: 570px;
        margin-top: 68px;
    }

    .footer-socials {
        display: flex;
        gap: 59px;
        margin-top: 0;
        cursor: pointer;
    }

    .footer-socials svg {
        width: 52px;
        height: 53px;
    }

    .footer-button {
        margin-right: 71px;
    }

    .footer-button {
        border: 2px solid #fff;
        border-radius: 3px;
        padding: 12px 17px;
        font-family: "Manrope-SemiBold.ttf";
        font-weight: 600;
        font-size: 15px;
        color: #fff;
        background-color: transparent;
        cursor: pointer;
        max-width: 230px;
        width: 100%;
    }

    .service-tablet img {
        margin-left: 11px;
    }

    .menu-tablet {
        display: none;
    }

    .menu-tablet {
        position: fixed;
        left: 0;
        background-color: #fff;
        display: none;
        z-index: 999;
        width: 100%;
        height: 85%;
        top: 92px;
        padding-left: 52px;
        overflow: hidden;
    }

    .menu-tablet-list li {
        list-style-type: none;
        font-family: "Brygada1918-Regular.ttf";
        font-weight: 400;
        font-size: 20px;
        color: #282828;
    }

    .menu-tablet-list {
        margin-top: 25px;
        margin-bottom: 31px;
        display: flex;
        flex-direction: column;
        gap: 28px;

    }

    .menu-tablet-top-line {
        width: 729px;
        height: 1px;
        background: #efd5c8;
    }

    .menu-tablet-bottom-line {
        width: 450px;
        height: 1px;
        background: #efd5c8;
    }

    .header-phone {
        font-size: 20px;
    }

    .header-mail {
        font-size: 20px;
        margin-bottom: 29px;
    }

    .header-phone-block {
        max-width: 231px;
    }

    .banner-button-tablet {
        font-family: "Inter-Medium.ttf";
        font-weight: 500;
        font-size: 16px;
        color: #fff;
        align-items: center;
        display: flex;
        background-color: #9d705b;
        border: none;
        padding: 10px 20px;
        cursor: pointer;
        border-radius: 3px;
        max-width: max-content;
    }

    .banner-button-tablet svg {
        margin-left: 27px;
    }

    .dropdown-tablet {
        margin-top: 29px;
        display: none;
        flex-direction: column;
        gap: 30px;
        padding-left: 25px;
    }

    .banner-container-2 {
        min-height: 522px;
    }

    .banner-title {
        font-size: 35px;
        line-height: 129%;
        margin-bottom: 32px;
    }

    .banner-container-2 {
        min-height: 522px;
        padding-left: 53px;
    }

    .banner-container-3 {
        min-height: 522px;
        padding-left: 53px;
    }

    .banner-container-4 {
        min-height: 522px;
        padding-left: 53px;
    }

    .banner-desc {
        font-size: 18px;
        margin-bottom: 76px;
    }

    .registration-info-container {
        max-width: 729px;
        margin: 0 auto;
        display: block;
        padding-top: 80px;
        margin-bottom: 80px;
    }

    .registration-info-container h2 {
        margin-bottom: 22px;
    }

    .register-title {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .register-description {
        font-size: 15px;
    }

    .publication-container {
        max-width: 729px;
        margin: 0 auto;
        padding-top: 130px;
        padding-bottom: 133px;
    }

    .publication-container h2 {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .publications-cards {
        display: grid;
        grid-template-columns: repeat(2, 355px);
        gap: 20px;
    }

    .publication-item img {
        max-width: 100%;
        height: auto;
    }

    .pub-desc {
        font-size: 15px;
    }

    .publ-text {
        padding: 16px 17px;
        background: #fff;
        max-width: 355px;
        height: 324px;
    }

    .publication-item-container {
        max-width: 729px;
        margin: 0 auto;
        padding-top: 130px;
        padding-bottom: 80px;
    }

    .publication-item-container h2 {
        font-size: 25px;
        margin-bottom: 40px;
    }

    .publication-item-container h5 {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .public-text-block {
        margin-top: 14px;
        margin-bottom: 40px;
    }

    .public-text-block p {
        font-size: 12px;
    }

    .error-container {
        max-width: 729px;
    }

    .error-container h2 {
        font-size: 200px;
    }

    .error-container p {
        font-size: 19px;
    }

    .error-container button {
        font-size: 17px;
        width: 362px;
        height: 54px;
    }

    header {
        width: 100%;
        padding: 20px 0;
        background-color: #fff;
        position: fixed;
        z-index: 99;
        top: 0;
    }

    .popup-content {
        max-width: 450px;
        padding: 23px 45px;
    }

    .popup-title {
        font-size: 26px;
        line-height: 163%;
        margin-bottom: 5px;
    }

    .popup-desc {
        font-size: 13px;
        letter-spacing: 0.04em;
        margin-bottom: 43px;
    }

    .select-header {
        min-width: 360px;
    }

    .select-body {
        min-width: 360px;
        padding-bottom: 22px;
    }

    .popup-form input {
        padding: 15px 16px;
        max-width: 360px;
        margin-bottom: 22px;
        font-size: 16px;
    }

    .popup-form button {
        font-size: 13px;
        margin-top: 0px;
        max-width: 128px;
        height: 40px;
    }

    .select-current {
        font-size: 16px;
    }

    .politic-conf-name {
        display: none;
    }

    .mobile-politic {
        max-width: 360px;
        font-family: "Inter-Regular.ttf";
        font-weight: 400;
        font-size: 14px;
        line-height: 140%;
        color: #787878;
        margin-top: 25px;
    }

    .mobile-politic span {
        color: #303030;
    }
}

@media(width < 834px) {
    header {
        width: 100%;
        padding: 0;
        background-color: #fff;
        position: fixed;
        z-index: 99;
        top: 0;
    }

    br {
        display: none;
    }

    .public-text-block br {
        display: unset;
    }

    .container-tablet-header {
        height: 55px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .main-banner-title {
        font-size: 22px;
        line-height: 147%;
        margin-bottom: 19px;
    }

    .banner-container {
        background: url(./img/mobile-bg-banner.png) no-repeat center center / cover;
        min-height: 314px;
        padding-top: 75px;
        padding-bottom: 0px;
        object-fit: cover;
        padding-left: 17px;
        background-repeat: no-repeat;
    }

    .main-banner-description {
        font-size: 14px;
        margin-bottom: 40px;
    }

    .banner-text {
        max-width: 323px;
        margin: 0;
    }

    .banner-button {
        font-family: "Inter-Medium.ttf";
        font-weight: 500;
        font-size: 10px;
        border-radius: 1px;
        width: 146px;
        height: 38px;
    }

    .banner-button img {
        width: 19px;
        height: 17px;
        margin-left: 6px;
    }

    .about-company-container {
        max-width: 365px;
        margin-bottom: 40px;
        margin-top: 40px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .about-title-tablet {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .about-company-container img {
        max-width: 343px;
        max-height: 195px;
        border-radius: 4px;
    }

    .mobile-logo img {
        width: 132px;
        height: 32px;
    }

    .tablet-hamburger {
        width: 35px;
        height: 35px;
    }

    .about-text p {
        font-size: 14px;
    }

    .advantage-container {
        max-width: 375px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .advantage-container h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .advantage-cards {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .advantage-card {
        max-width: 343px;
        border-radius: 4px;
        padding: 30px;
        box-shadow: 1px 4px 6px 1px rgba(61, 61, 61, 0.1);
    }

    .advantage-card h4 {
        font-size: 15px;
        line-height: 133%;
        margin-bottom: 18px;
    }

    .advantage-card p {
        font-size: 13px;
    }

    .service-container h2 {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .service-container {
        max-width: 375px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .service-cards {
        gap: 12px;
    }

    .service-card-1 {
        border-radius: 5px;
        padding: 23px 32px 23px 32px;
        max-width: 343px;
        max-height: 188px;
    }

    .service-card-text {
        height: 134px;
    }

    .service-card-title {
        font-size: 15px;
        line-height: 225%;
        margin-bottom: 0;
        letter-spacing: -0.05em;
    }

    .service-card-desc {
        font-weight: 400;
        font-size: 13px;
    }

    .service-card-link {
        font-size: 15px;
    }

    .service-card-text img {
        width: 33px;
        height: 32px;
        margin-left: 7px;
    }

    .sertificate-btn-next,
    .sertificate-btn-prev {
        display: none;
    }

    .sertificate-slide img {
        max-width: max-content;
        max-height: 210px;
    }

    .partn-btn-next,
    .partn-btn-prev {
        display: none;
    }

    .sertificate-container {
        max-width: 375px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .partners-container {
        max-width: 375px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .contacts-container h2 {
        font-size: 20px;
        margin-bottom: 17px;
        margin-top: 38px;
    }

    .contacts-container {
        max-width: 375px;
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 40px;
    }

    .map-contacts-block {
        display: flex;
        gap: 42px;
        margin-bottom: 0;
        flex-direction: column;
    }

    .contacts-text {
        order: 0;
    }

    .map-contacts-block iframe {
        order: 1;
    }

    .contacts-group {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .contacts-socials {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 27;
        justify-content: center;

    }

    .map-contacts-block iframe {
        max-width: 343px;
        max-height: 210px;
    }

    .footer-content-block {
        max-width: 375px;
        padding-left: 51px;
        padding-right: 51px;
        padding-top: 31px;
        padding-bottom: 54px;
    }

    .right-block {
        max-width: 375px;
        display: flex;
        flex-direction: column;
        gap: 45px;
        justify-content: flex-start;
        margin-left: 0;
    }

    .tablet-logo-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 24px;
    }

    .company-name {
        margin: 0 auto;
    }

    .logo-footer {
        max-width: 204px;
        height: 36px;
        margin-bottom: 5px;
    }

    .services-footer-block,
    .contacts-footer-block {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .left-block {
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 271px;
        margin-top: 68px;
        margin-bottom: 58px;
    }

    .footer-button {
        margin-right: 0;
    }

    .footer-socials {
        display: flex;
        gap: 59px;
        margin-top: 0;
        cursor: pointer;
        margin-top: 69px;
        margin-bottom: 58px;
    }

    .tablet-politic-footer {
        margin-top: 58px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }

    .politic {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .service-footer-title,
    .contacts-footer-title {
        font-size: 15px;
    }

    .service-footer-pages,
    .contacts-footer-pages {
        font-size: 14px;
    }

    .footer-button {
        margin-top: 85px;
        max-width: 208px;
    }

    .vector66 {
        float: right;
    }

    .menu-tablet {
        top: 54px;
        padding-left: 24px;
    }

    .menu-tablet-list {
        margin-top: 23px;
        margin-bottom: 47px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .menu-tablet-list li {
        list-style-type: none;
        font-family: "Brygada1918-Regular.ttf";
        font-weight: 400;
        font-size: 20px;
        color: #282828;
    }

    .menu-tablet-top-line {
        width: 334px;
    }

    .header-mail {
        font-size: 20px;
        margin-top: 16px;
        margin-bottom: 29px;
    }

    .banner-button-tablet svg {
        margin-left: 10px;
    }

    .banner-button-tablet {
        font-size: 14px;
    }

    .banner-container-2 {
        background: url(./img/mobile-bg-banner-2.png) no-repeat center center / cover;
        min-height: 314px;
        padding-top: 75px;
        padding-bottom: 0px;
        object-fit: cover;
        padding-left: 17px;
        background-repeat: no-repeat;
    }

    .banner-title {
        font-size: 22px;
        line-height: 147%;
        margin-bottom: 20px;
        max-width: 168px;
    }

    .banner-title-tax {
        font-size: 22px;
        line-height: 147%;
        margin-bottom: 20px;
        max-width: 290px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        font-family: "Brygada1918-Bold.ttf";
    }

    .banner-desc {
        font-family: "Inter-Regular.ttf";
        font-size: 14px;
        margin-bottom: 34px;
    }

    .registration-info-container {
        max-width: 375px;
        margin: 0 auto;
        display: block;
        padding-top: 40px;
        margin-bottom: 40px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .registration-info-container h3 {
        font-size: 14px;
    }

    .registration-info-container h2 {
        font-size: 20px;
        margin-bottom: 39px;
    }

    .register-title {
        font-size: 15px;
        margin-bottom: 19px;
    }

    .register-description {
        font-size: 13px;
    }

    .banner-container-3 {
        background: url(./img/mobile-bg-banner-3.png) no-repeat center center / cover;
        min-height: 314px;
        padding-top: 75px;
        padding-bottom: 0px;
        object-fit: cover;
        padding-left: 17px;
        background-repeat: no-repeat;
    }

    .banner-container-4 {
        background: url(./img/mobile-bg-banner-4.png) no-repeat center center / cover;
        min-height: 314px;
        padding-top: 75px;
        padding-bottom: 0px;
        object-fit: cover;
        padding-left: 17px;
        background-repeat: no-repeat;
    }

    .publication-container {
        max-width: 375px;
        margin: 0 auto;
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .publications-cards {
        display: grid;
        grid-template-columns: repeat(1, 343px);
        gap: 11px;
    }

    .pub-title {
        font-size: 13px;
        margin-bottom: 45px;
    }

    .pub-desc {
        font-size: 12px;
    }

    .publ-text {
        padding: 15px 12px 32px 12px;
        background: #fff;
        max-width: 355px;
        height: 316px;
    }

    .publication-item-container {
        max-width: 375px;
        margin: 0 auto;
        padding-top: 80px;
        padding-bottom: 40px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .publication-item-container h2 {
        font-size: 16px;
        margin-bottom: 23px;
    }

    .publication-img {
        width: 343px;
    }

    .back-news {
        font-size: 14px;
        line-height: 164%;
        letter-spacing: 0em;
    }

    .menu-tablet-list li {
        font-size: 16px;
        color: #282828;
    }

    .popup-content {
        max-width: 304px;
        padding: 16px 34px;
    }

    .popup-title {
        font-size: 15px;
        line-height: 249%;
        margin-bottom: 12px;
    }

    .popup-desc {
        font-size: 11px;
        letter-spacing: 0.04em;
        margin-bottom: 21px;
    }

    .popup-form input {
        padding: 14px 13px;
        max-width: 232px;
        margin-bottom: 22px;
        font-size: 14px;
    }

    .select-header {
        min-width: 232px;
        padding: 14px 13px;
    }

    .select-body {
        min-width: 232px;
        padding-bottom: 22px;
    }

    .select-item {
        font-size: 14px;
        line-height: 138%;
    }

    .select-current {
        font-size: 14px;
    }

    .mobile-politic {
        max-width: 236px;
        font-family: "Inter-Regular.ttf";
        font-weight: 400;
        font-size: 11px;
        line-height: 140%;
        color: #787878;
        margin-top: 25px;
    }

    .persinfo-block {
        padding-top: 90px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }

}