.content-wrapper {
    flex: 1 0 auto;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

button {
    border: 0;
}

body {
    overflow-x: hidden;
}

.section-with-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-height: 460px;
    overflow: hidden;
}

.section-with-image img {
    /*margin: 0 auto;*/
    /*margin-bottom: -90px;*/
    /*max-width: 1440px;*/
    /*margin-top: 87px;*/
}

.section-with-image .title {
    background: #005288;
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 49px;
    letter-spacing: 0%;
    text-align: center;
    padding-top: 29px;
    padding-bottom: 2px;
    margin-top: -80px;
}

.section-about-mission {
    padding-top: 50px;
}

.section-about-mission .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-about-mission .container .title {
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
}

.red_text {
    color: rgb(167, 56, 49);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 20px;
}

.section-about-mission .container .text {
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 20px;
}

.section-about-mission .container .blocks {
    display: flex;
    gap: 50px;
    margin-top: 48px;
}

.section-about-mission .container .blocks .block {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.section-about-mission .container .blocks .block .block_title {
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;

}

.section-about-mission .container .blocks .block .block_text {
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 8px;
}

.section-our-values {
    padding-top: 50px;
}

.section-our-values .container .title {
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
}

.section-our-values .container .blocks {
    display: flex;
    gap: 80px 40px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 38px;
}

.section-our-values .container .blocks .block {
    flex: 0 1 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

.section-our-values .container .blocks .block img {
    max-width: 380px;
    border-radius: 20px;
}

.section-our-values .container .blocks .block .block_title {
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.section-our-values .container .blocks .block .block_text {
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.section-our-services {
    padding-top: 90px;
}

.section-our-services .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-our-services .container .title {
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
}

.section-our-services .container .blocks {
    display: flex;
    margin-top: 50px;
    gap: 30px;
}

.section-our-services .container .blocks .block {
    padding-top: 40px;
    box-sizing: border-box;
    border-top: 1px solid rgb(166, 47, 41);
    width: 30.7%;
}

.section-our-services .container .blocks .block .number {
    color: rgb(166, 47, 41);
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -2%;
    text-align: left;
}

.section-our-services .container .blocks .block .block_title {
    margin-top: 4px;
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
}

.section-our-services .container .blocks .block ul {
    margin-top: 16px;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 20px;
}

.section-our-services .container .blocks .block ul li {
    list-style: disc;
}

.section-our-services .container .blocks .block ul li::marker {
    font-size: 14px;
}

.button {

    text-decoration: none;
    color: rgb(7, 99, 166);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
    padding: 15px 20px 15px 20px;
    background: rgb(255, 164, 68);
    border-radius: 50px;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}

.section-our-services .container .btn {
    margin-top: 16px;
}

.section-our-clients {
    padding-top: 90px;
}

.section-our-clients ul li {
    list-style: disc;
}

.section-our-clients-inner {
    display: flex;
    gap: 60px;

    background: #FFF;
    border-radius: 20px;
    overflow: hidden;

}

@media (max-width: 1023px) {
    .section-our-clients-inner {
        flex-direction: column;
        gap: 20px;
    }
}

.section-our-clients .container .left {
    width: 100%;
    max-width: 563px;
    border-radius: 20px;
}

.section-our-clients .container .left img {
    width: 100%;
}

.section-our-clients .container .right {
    display: flex;
    flex-direction: column;
    padding: 24px 16px 24px 0;
}

@media (max-width: 1023px) {
    .section-our-clients .container .right {
        padding: 0 16px 16px;
    }
}

.section-our-clients .container .right .title {
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
}

.section-our-clients .container .right .subtitle {
    margin-top: 16px;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    max-width: 648px;
}

.section-our-clients .container .right ul {
    margin-top: 23px;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section-our-clients .container .right ul li::marker {
    font-size: 10px;
}

.section-meet-team {
    padding-top: 50px;
}

.section-meet-team .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-meet-team .container .title {
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
}

.section-meet-team .container .red_text {
    margin-top: 4;

}

.section-meet-team .container .employer {
    display: flex;
    margin-top: 50px;
    background: #F7FCFF;
    border-radius: 20px;
    overflow: hidden;
}

.section-meet-team .container .employer .photo {
    width: 100%;
    max-width: 352px;
    max-height: 352px;
}

.section-meet-team .container .employer .photo img {
    object-fit: cover;
}

.section-meet-team .container .employer .info {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.section-meet-team .container .employer .info .name {
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.section-meet-team .container .employer .info .post {
    margin-top: 16px;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
}

.section-meet-team .container .employer .info .mail {
    margin-top: 17px;
    display: flex;
    align-items: center;
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
    text-decoration: none;
    gap: 12px;
}

.section-meet-team .container .employer .info .mail .icon {
    display: flex;
}

.section-meet-team .container .employer .info .location {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 19px;
}

.section-meet-team .container .employer .info .text {
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 25px;
}

.section-meet-team .container .blocks {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 32px;
    gap: 32px;
    justify-content: center;
}

.section-meet-team .container .blocks .block {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 0 0 auto;
    border-radius: 20px;
    background: rgb(247, 252, 255);
    padding: 16px;

}

.section-meet-team .container .blocks .block .block_title {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: left;
    color: rgb(0, 82, 136);
}

.section-meet-team .container .blocks .block .location {
    margin-top: 3px;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 33px;
    text-align: left;
}

.section-meet-team .container .blocks .block .mail {
    margin-top: 17px;
    display: flex;
    align-items: center;
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
    text-decoration: none;
    gap: 12px;
    margin-top: 4px;
}

.section-meet-team .container .blocks .block .mail .icon {
    display: flex;
}

.section-meet-team .container .blocks .block .phone {
    margin-top: 10px;
}

.section-meet-team .container .blocks .block .phone,
.section-meet-team .container .blocks .block .fax {
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: left;
}

.section-meet-team .container .btn {
    margin-top: 32px;
}

.section-employes {
    padding-top: 50px;
}

.states-acc .items {
    display: flex;
    flex-direction: column;
}

.states-acc .subitem {
    display: flex;
    margin-top: 32px;
    gap: 32px 90px;
    flex-wrap: wrap;
}

.section-employes .container {
    display: flex;
    flex-direction: column;
}

.section-employes .container .title {
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 26px;
    cursor: pointer;
}

.section-employes .container .title .icon {
    display: flex;
}

.section-employes .container .subtitle {
    padding-top: 25px;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 5px;
}

.section-employes .container .items {
    display: flex;
    margin-top: 32px;
    gap: 32px 90px;
    /*gap: 32px;*/
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.section-employes .container .items .item {
    position: relative;
    background: rgb(247, 252, 255);
    border-radius: 20px;
    overflow: hidden;
    max-width: 350px;
}

.section-employes .container .items .item .image {
    display: flex;
    width: 100%;
    max-width: 352px;
    position: relative;
}

.section-employes .container .items .item .image .icon {
    position: absolute;
    bottom: -42px;
    right: 24px;
    cursor: pointer;
}

.section-employes .container .items .item .info {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.section-employes .container .items .item .info .name {
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.section-employes .container .items .item .info .post {
    margin-top: 16px;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
}

.section-employes .container .items .item .info .mail {
    margin-top: 17px;
    display: flex;
    align-items: center;
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    text-decoration: none;
    gap: 8px;
    margin-top: 16px;
}

.section-employes .container .items .item .info .mail .icon {
    display: flex;
}

.section-employes .container .items .item .info .location {
    display: flex;
    margin-top: 16px;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0%;
    text-align: left;
    gap: 12px;
}

.section-employes .container .items .item .info .bio {
    border-radius: 10px;
    box-sizing: border-box;
    background: rgb(247, 252, 255);
    padding: 8px;
    color: rgb(0, 0, 0);
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    max-width: 316px;
    position: absolute;
    top: 180px;
    opacity: 0;
    /* добавляем opacity вместо visibility */
    pointer-events: none;
    /* отключаем взаимодействие когда скрыт */
    transition: opacity 0.3s ease;
    /* меняем visibility на opacity */
    z-index: 1;
    /* добавляем z-index чтобы био было поверх других элементов */
}

.section-employes .container .items .item .info .bio.active {
    opacity: 1;
    pointer-events: auto;
}

.section-employes .container .items .item .info .bio.active p {
    overflow-y: auto;
    max-height: 320px;
    /*max-width: 2%*/
}

.section-contact-us {
    margin-top: 50px;
}

.section-contact-us .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-contact-us .container .title {
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
}

.section-contact-us .container .subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #a62f29;
    margin-top: 12px;
}

.section-contact-us .container .content {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.section-contact-us .container .content form {
    display: flex;
    padding: 24px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    flex-direction: column;
    width: 50%;

}

.section-contact-us .container .content form .fields {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 24px;
}

.section-contact-us .container .content form .fields .field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1e1e1e;
}

.section-contact-us .container .content form .fields .field input {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 12px 16px;
}

.section-contact-us .container .content form .fields .field label {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #1e1e1e;
}

.section-contact-us .container .content form .fields .field textarea {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    padding: 12px 16px;
}

.section-contact-us .container .content form .captcha {
    margin-top: 16px;
}

.section-contact-us .container .content form .captcha span {
    font-family: "Monserrat", sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.02em;
    text-align: center;
    color: #005288;
}

.section-contact-us .container .content form button {
    font-family: "Monserrat", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    font-variant: all-small-caps;
    color: #005288;
    padding: 12px;
    width: max-content;
    border: 1px solid #ffa444;
    border-radius: 20px;
    background: #ffa444;
    margin-top: 20px;
}

.section-news {
    margin-top: 90px;
}

.section-news .container .title {
    color: rgb(0, 82, 136);
    font-family: "Montserrat", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -2%;
    text-align: center;
    width: 100%;
}

.section-news .container .articles {
    display: flex;
    gap: 50px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.section-news .container .articles .article {
    background-color: #005288;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1 0 300px;
}

.section-news .container .articles .article img {
    width: 100%;
    display: flex;
}

.section-news .container .articles .article .atitle {
    margin-top: 30px;
    color: #00abd6;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
}

.section-news .container .articles .article p {
    margin-top: 20px;
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}

.section-with-image0 {
    margin: 90px 0;
}

.section-with-image0 .container .swiper-slide {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.section-with-image0 .container .swiper-slide img {
    width: 100%;
    max-height: 500px;
    object-fit: contain;
}























































@media screen and (max-width: 800px) {
    .section-our-clients .container {
        flex-direction: column;
    }

    .section-our-clients .container .left {
        max-width: unset;
    }
}


@media screen and (max-width: 768px) {
    .section-with-image .title {
        color: rgb(255, 255, 255);
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0%;
        padding-top: 7px;
        margin-top: -33px;
    }

    .section-with-image img {
        margin-bottom: 0px;
        margin-top: 80px;
    }

    .section-about-mission {
        padding-top: 20px;
    }

    .section-about-mission .container .title {
        color: rgb(0, 82, 136);
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 40px;
        letter-spacing: 0%;
        text-align: center;
    }

    .red_text {
        color: rgb(167, 56, 49);
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
    }

    .section-about-mission .container .text {
        color: rgb(0, 0, 0);
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: left;
    }

    .section-about-mission .container .blocks {
        margin-top: 40px;
        flex-direction: column;
    }

    .section-about-mission .container .blocks .block {
        width: 100%;
    }

    .section-about-mission .container .blocks .block .block_title {
        color: rgb(0, 82, 136);
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0%;
        text-align: left;
    }

    .section-about-mission .container .blocks .block .block_text {
        color: rgb(0, 0, 0);
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: left;
        margin-top: 8px;
    }

    .section-our-values .container .blocks {
        gap: 40px;
    }

    .section-our-values .container .blocks .block {
        width: 100%;
        flex: unset;
    }

    .section-our-values .container .blocks .block img {
        width: 100%;
    }

    .section-our-services {
        padding-top: 40px;
    }

    .section-our-services .container .title {
        color: rgb(0, 82, 136);
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 60px;
        letter-spacing: -2%;
        text-align: center;
    }

    .section-our-services .container .blocks {
        flex-direction: column;
        gap: 30px;
        width: 100%;
        margin-top: 20px;
    }

    .section-our-services .container .blocks .block {
        width: 100%;
        padding-top: 30px;
    }

    .section-our-services .container .blocks .block .number {
        color: rgb(166, 47, 41);
        font-family: "Montserrat", sans-serif;
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -2%;
        text-align: left;
    }

    .section-our-clients .container .right .title {
        color: rgb(0, 82, 136);
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 32px;
        letter-spacing: 0%;
        text-align: left;
    }

    .section-meet-team {
        padding-top: 20px;
    }

    .section-meet-team .container .title {
        color: rgb(0, 82, 136);
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-weight: 500;
        line-height: 60px;
        letter-spacing: -2%;
        text-align: center;
    }

    .section-meet-team .container .red_text {
        margin-top: 0px
    }

    .section-meet-team .container .employer {
        flex-direction: column;
        margin-top: 15px;
    }

    .section-meet-team .container .employer .photo {
        max-width: unset;
        max-height: unset;
    }

    .section-meet-team .container .employer .photo img {
        width: 100%;
        max-width: unset;
    }

    .section-meet-team .container .blocks .block {
        flex: unset;
        width: 100%;
    }

    .section-meet-team .container .blocks .block .block_title {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 33px;
        letter-spacing: 0%;
        text-align: left;
    }

    .section-employes {
        padding-top: 30px;
    }

    .section-employes .container .items {
        justify-content: center;
    }

    .section-contact-us .container .title {
        font-size: 24px;
    }

    .section-contact-us .container .subtitle {
        color: rgb(167, 56, 49);
        font-family: "Montserrat", sans-serif;
        font-size: 17px;
        font-weight: 500;
        line-height: 24px;
        letter-spacing: 0%;
        text-align: center;
    }

    .section-contact-us .container .content {
        flex-direction: column;
    }

    .section-contact-us .container .content form {
        width: 100%;
    }

    .section-news {
        margin-top: 50px;

    }

    .section-news .container .title {
        font-size: 24px;
    }

    .section-news .container .articles {
        margin-top: 14px;
        gap: 25px;
    }

    .section-news .container .articles .article .atitle {
        font-size: 20px;
        text-decoration: none;
    }

    .section-news .container .articles .article p {
        font-size: 12px;
    }
}

.accordion-content {
    display: none;
}

.icon {
    transition: transform 0.5s ease;
    /* Плавный переход для поворота */
}

.icon.rotate {
    transform: rotate(180deg);
    /* Поворот на 180 градусов */
}

.last {
    height: 2000px;
}

.button {
    text-transform: uppercase;
}



.section-meet-team .employer .photo img,
.section-employes .items .item .image img {
    max-width: 351px;
}