/* Общие стили */
body {
    background-color: #fff;
    font-family: 'Inter';
    font-style: normal;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, small, strong, p, .green, .custom-list {
    margin: 0;
    cursor: default;
}
h1 {
    font-family: 'Inter';
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #0F3027;
}
h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    color: #0F3027;
}
h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #0F3027;
}
h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 58px;
    line-height: 100%;
}
h5 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #424F4B;
}
h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-align: right;
    color: #0F3027;
}
small {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    display: inline-block;
    color: #517C70;
}
strong {
    font-family: 'Inter';
    font-weight: 600;
}
.green {
    color: #7B9329;
    display: inline;
}
.underline-link {
    text-decoration: underline;
    line-height: 125%;
    color: #0F3027;
}
.underline-link:active {
    color: #0F3027;
}
.custom-list {
    font-family: 'Inter';
    list-style: none;
    padding-left: 0;
}
.custom-list li {
    font-family: 'Inter';
    position: relative;
    padding-left: 46px;
    color: #0F3027;
    line-height: 150%;
    font-size: 20px;
    font-weight: 400;
}
.custom-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url('../img/socgid/list-item.png');
    background-size: cover;
}
footer {
    margin-top: auto;
    margin-top: 65px;
}
.container__wrapper {
    padding: 0 10px;
}
.green-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 125%;
    text-align: center;
    color: #7B9329;
}
.text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    text-align: center;
    color: #517C70;
}
.text-2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #517C70;
}
.text-3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
}
.light-highlight {
    font-weight: 700;
}
.green-button {
    background-color: #7B9329;
    color: #fff;
    border-radius: 10px;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.green-button:hover {
    background-color: #657C19;
}

/* Хэдер */
.header-links {
    display: flex;
    gap: 30px;
}
.header-link {
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #0F3027;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.highlighted_link {
    padding: 12px 50px;
    background-color: #7B9329;
    border-radius: 60px;
    color: white;
}
.main-header {
    max-width: 1270px;
    height: auto;
}
.main-header > .header__logo {
    margin-right: 30px;
}

/* Контент */
.search_help {
    max-width: 100%;
    background: linear-gradient(0deg, #EAEAE6 0%, #F6F6F5 100%);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.search_help > .green-text {
    margin: 40px 0 0;
}
.search_help > h1 {
    margin: 12px 0 0;
    max-width: 520px;
}
.search_help > .header__logo {
    margin: 50px 0 0;
}
.search_help > .text {
    margin: 12px 0 0;
    max-width: 310px;
}
.home-page-screenshot {
    width: 66%;
    height: auto;
    margin: 45px 0 0;
    box-shadow: 0 -19px 74px -17px rgb(15, 48, 39, 0.15);
}

.data-block {
    display: flex;
    justify-content: space-between;
    max-width: 830px;
    margin: 30px auto 0;
    gap: 50px;
}
.data-block__item {
    max-width: 160px;
}
.big-green {
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    color: #7B9329;
    margin: 0;
}
.data-block__item > small {
    text-align: center;
}

.description {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 75px;
}
.description > h2 {
    max-width: 480px;
}
.description > .text-2 {
    max-width: 800px;
    margin-top: 20px;
}

.how-we-assist {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.how-we-assist > h2 {
    max-width: 38%;
}
.wide-block {
    max-width: 100%;
    margin-top: 65px;
    background: #E7E9DF;
    border-radius: 20px;
    display: flex;
    padding: 40px 30px 35px;
    justify-content: space-between;
}
#wide-block_2 {
    padding: 40px 30px 50px;
}
#wide-block_3 {
    padding: 40px 30px 65px;
}
.wide-block__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 50%;
}
.wide-block__left > .big-icon {
    margin-top: 5px;
}
.wide-block__left > h3 {
    margin-top: 35px;
}
.wide-block__left > .text {
    text-align: left;
    max-width: 90%;
    line-height: 150%;
    margin-top: 30px;
}
#wide-block_2 > .wide-block__left > .text {
    margin-top: 0px;
    max-width: 87%;
}
#wide-block_3 > .wide-block__left > .text {
    max-width: 85%;
}
.big-icon {
    width: 60px;
    height: 60px;
}
.wide-block__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 50%;
    position: relative;
}
#nav-screenshot {
    width: 560px;
    height: 140px;
    box-shadow: 0 42px 87.5px -9.3px rgb(16, 28, 50, 0.35);
    position: relative;
    z-index: 5;
}
#three-blocks-screenshot {
    width: 560px;
    height: 300px;
    margin-top: 20px;
}
#description-screenshot {
    width: 284px;
    height: 330px;
    box-shadow: -16px 6px 75px -8px rgb(16, 28, 52, 0.35);
    position: absolute;
    z-index: 5;
    border-radius: 15px;
    left: 32px;
}
#hide-problems-screenshot {
    width: 257px;
    height: 300px;
    box-shadow: -15px 5px 68px -7px rgb(16, 28, 52, 0.35);
    border-radius: 15px;
    position: absolute;
    top: 16px;
    left: 296px;
}
#grandma {
    width: 442px;
    height: 400px;
    position: absolute;
    bottom: -65px;
    left: 63px;
}

.quality {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.quality > h2 {
    max-width: 30%;
}
.quality__content {
    width: 100%;
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.extra-break {
    display: none;
}
.quality__left {
    background-color: #B3E0D5;
    border-radius: 20px;
    padding: 45px 32px 35px;
    position: relative;
    width: 49%;
    flex-shrink: 0;
}
.quality__left > .big-icon {
    position: relative;
    width: 80px;
    height: 80px;
    top: -10px;
    left: -10px;
}
.quality__left > h3 {
    margin-top: 8px;
}
.quality__left > .text {
    margin-top: 30px;
    text-align: left;
    line-height: 150%;
}
#sistem-OKNO {
    width: 100%;
    height: auto;
    margin-top: 64px;
}

.quality__right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.quality__right-block {
    padding: 40px 22px 30px 30px;
    background-color: #F6F6F5;
    border-radius: 20px;
    width: auto;
}
.quality__right-block > h3 {
    margin-top: 30px;
}
.quality__right-block > .text {
    margin-top: 30px;
    text-align: left;
    line-height: 150%;
}

.socgid {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #7B9329;
    border-radius: 20px;
    padding: 40px 30px;
    color: #F6F6F5;
    margin-top: 60px;
}
.logo-icon-2 {
    width: 48px;
    height: 48px;
}
.socgid > .text {
    color: #F6F6F5;
    line-height: 150%;
}
.socgid__big-block {
    display: flex;
    margin-top: 45px;
    max-width: 100%;
}
.socgid__big-block-left {
    max-width: 46%;
    height: auto;
    flex-shrink: 0;
    margin-top: 45px;
}
.socgid__big-block-left > .custom-list li::before {
    margin-top: 3px;
    background-image: url('../img/icon/list-item-white.svg');
}
.socgid__big-block-left > .custom-list li {
    color: #F6F6F5;
}
.socgid__big-block-left > .custom-list {
    margin-top: 60px;
}
.socgid__big-block-right {
    flex-shrink: 0;
    position: relative;
}
#ipad-img {
    width: 710px;
    height: 545px;
    position: relative;
    left: 60px;
}
#ipad-shadow {
    width: 700px;
    height: 535px;
    position: absolute;
    top: 5px;
    left: 65px;
    box-shadow: -16px 6px 75px -8px rgb(16, 28, 52, 0.35);
    border-radius: 20px;
}

.socgid > h2 {
    color: #F6F6F5;
    margin-top: 60px;
}
.socgid__small-block {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 60px;
}
.socgid__small-block-left {
    padding: 26px 30px 38px;
    background-color: #0F3027;
    border-radius: 20px;
    display: flex;
    gap: 38px;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
    height: auto;
}
.socgid__small-block-right {
    padding: 26px 30px 23px;
    background-color: #0F3027;
    border-radius: 20px;
    display: flex;
    gap: 38px;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
    height: auto;
}
.socgid__small-block-left > .text-2, .socgid__small-block-right > .text-2 {
    color: #F6F6F5;
    text-align: left;
}
.socgid__small-block-left > .green-button {
    width: 250px;
}
#test-screenshot {
    width: 105%;
    height: auto;
    position: relative;
    left: -10px;
}
.socgid__medium-block {
    margin-top: 35px;
    padding: 44px 30px;
    background-color: #0F3027;
    border-radius: 20px;
}
.socgid__medium-block > .text-2 {
    color: #F6F6F5;
    text-align: left;
    max-width: 90%;
}
.socgid__medium-block > .text-2 > .green {
    font-weight: 700;
}

.AI {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}
.AI > h2 {
    max-width: 55%;
}
.AI > .text {
    color: #767E7C;
    margin-top: 25px;
}
.five-icons-block {
    margin-top: 70px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.five-icons-block__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    width: 18%;
}
.five-icons-block__item > img {
    height: 68px;
}
.five-icons-block__item > p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    color: #0F3027;
}
.AI > h5 {
    margin-top: 53px;
}
.AI > .two-blocks-container {
    margin-top: 40px;
}
.two-blocks-container {
    display: flex;
    justify-content: space-between;
    gap: 32px;
    max-width: 100%;
}
.gray-block {
    width: 610px;
    max-width: 100%;
    background-color: #F6F6F5;
    border-radius: 20px;
    padding: 45px 20px;
}
.gray-block > .custom-list > li {
    color: #517C70;
}
.gray-block > .custom-list li::before {
    width: 30px;
    height: 30px;
}

.security {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}
.security > h2 {
    max-width: 40%;
}
.security__content {
    margin-top: 50px;
    display: flex;
    gap: 32px;
    max-width: 100%;
}
.security__content-left {
    position: relative;
    padding: 35px 35px 60px;
    border-radius: 20px;
    width: 610px;
    overflow: hidden;
    
}
.security__content-left::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 155px);
    height: calc(100% + 130px);
    background: linear-gradient(
        130deg,
        #FBFFFA 17%,
        #E2EDBC 100%
    );
    z-index: -1;
}
.security__content-left > .text-2 {
    color: #0F3027;
    margin-top: 40px;
    text-align: left;
    font-weight: 500;
}
.security__content-left > .custom-list {
    margin-top: 30px;
}
.security__content-left > .custom-list > li {
    line-height: 125%;
}
.security__content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    max-width: 49%;
}
.security__content-right > .gray-block {
    padding: 40px 35px 20px;
}
.security__content-right > .gray-block > .custom-list {
    margin-top: 30px;
}
.security__content-right > .gray-block > .custom-list > li {
    line-height: 125%;
}
.security__content-right > .gray-block > .custom-list li::before {
    width: 25px;
    height: 25px;
}


.assist-types {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
}
.assist-types__left {
    width: 43%;
}
.assist-types__left > h5 {
    text-align: left;
}
.assist-types__left > h5, .assist-types__left > .text, .assist-types__left > .custom-list {
    margin-left: 30px;
}
.assist-types__left > .text {
    color: #424F4B;
    text-align: left;
    font-weight: 600;
    margin-top: 25px;
}
.assist-types__left > .custom-list {
    margin-top: 30px;
}
.assist-types__left > .custom-list > li {
    margin-top: 30px;
    line-height: 125%;
}
.assist-types__left > .gray-block {
    width: 610px;
    display: flex;
    gap: 15px;
    padding: 25px 45px 30px 33px;
    margin-top: 25px;
}
.assist-types__left > .gray-block > img {
    width: 25px;
    height: 28px;
}
.assist-types__left > .gray-block > .text-2 {
    text-align: left;
}
.assist-types__right {
    width: 45%;
    height: auto;
}
.icons-grid {
    display: flex;
    flex-flow: wrap row;
    justify-content: space-between;
    position: relative;
    top: -10px;
    right: 40px;
    max-width: 100%;
}
.icons-grid-item {
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    height: 170px;
}
.icons-grid-item__icon-container {
    width: 117px;
    height: 117px;
    border-radius: 24px;
    border: solid 1px #D2D2D2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icons-grid-item__icon_culture {
    width: 68px;
    height: 68px;
}
.icons-grid-item__icon_sport {
    width: 42px;
    height: 62px;
}
.icons-grid-item__icon_education {
    width: 68px;
    height: 52px;
}
.icons-grid-item__icon_medicine {
    width: 62px;
    height: 56px;
}
.icons-grid-item__icon_tourism {
    width: 54px;
    height: 54px;
}
.icons-grid-item__icon_youth {
    width: 47px;
    height: 48px;
}
.icons-grid-item__icon_socials {
    width: 38px;
    height: 58px;
}
.icons-grid-item__icon_ecology {
    width: 55px;
    height: 52px;
}
.icons-grid-item__icon_HACS {
    width: 54px;
    height: 55px;
}
.icons-grid-item__icon_legal {
    width: 59px;
    width: 59px;
}
.icons-grid-item__icon_psychology {
    width: 56px;
    height: 57px;
}
.icons-grid-item__icon_work {
    width: 49px;
    height: 58px;
}
.icons-grid-item__icon-container > .icons-grid-item__icon > path {
    fill: #7B9329;
}
.icons-grid-item__text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #535353;
    margin-top: 8px;
}
.icons-grid-item:hover > .icons-grid-item__icon-container {
    background-color: #7B9329;
}
.icons-grid-item:hover > .icons-grid-item__icon-container > .icons-grid-item__icon > path {
    fill: white;
}


.society {
    margin-top: 90px;
    border-radius: 20px;
    display: flex;
    background-color: #E7E9DF;
    padding: 40px 30px;
    justify-content: space-between;
    gap: 100px;
}
.society__left {
    max-width: 45%;
}
.society__left > .text {
    text-align: left;
    margin-top: 34px;
}
.society__right {
    margin-top: 12px;
    width: 100%;
}
.societies-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 20px 18px;
    margin-right: 10px;
}
.societies-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    width: 125px;
}
.societies-grid__item > p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #535353;
    max-width: 80%;
}
#societies-grid__img_1 {
    width: 55%;
    height: 33%;
}
#societies-grid__img_2 {
    width: 70%;
    height: 108%;
}
#societies-grid__img_3 {
    width: 53%;
    height: 84%;
}
#societies-grid__img_4 {
    width: 53%;
    height: 81%;
}
#societies-grid__img_5 {
    width: 37%;
    height: 57%;
}
#societies-grid__img_6 {
    width: 78%;
    height: 29%;
}
#societies-grid__img_7 {
    width: 52%;
    height: 72%;
}
.societies-grid__img {
    background-color: #CED2C0;
    border-radius: 15px;
    width: 125px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.societies-grid__img > img {
    width: 100%;
    height: 100%;
}
.societies-grid__img > p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
    color: #535353;
}
.societies-grid__item_button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.societies-grid__item_button > .societies-grid__img {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #CED2C0;
}
.societies-grid__item_button > .societies-grid__img > p {
    cursor: pointer;
}


.how-to-use {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
}
.how-to-use > h2 {
    max-width: 40%;
}
.how-to-use > .text-2 {
    margin-top: 30px;
    max-width: 30%;
    color: #767E7C;
}
.long-block {
    display: flex;
    flex-direction: column;
    gap: 72px;
    margin-top: 45px;
    position: relative;
}
.long-block::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 158px;
    width: 3px;
    height: 1163px;
    background-color: #7B9329;
}
.long-block__item {
    display: flex;
    gap: 188px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.long-block__item::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 15px;
    height: 15px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: solid 5px #7B9329;
    box-shadow: 2px -3px 11px -2px rgb(123, 147, 41, 0.7);
}
.long-block__item-text {
    width: 315px;
    height: 315px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
    justify-content: center;
}
.long-block__item-text > .text-2 {
    text-align: right;
    width: 344px;
}
.long-block__item-text > .green-button {
    border-radius: 45px;
    padding: 15px 40px;
    margin-top: 22px;
}
.long-block__item-img {
    width: 315px;
    height: 315px;
    border-radius: 20px;
    background-color: #E7E9DF;
    position: relative;
    overflow: hidden;
}
.long-block__item-img_overflow {
    overflow: visible;
}
.long-block > .long-block__item:nth-child(2n) > .long-block__item-text  {
    align-items: flex-start;
}
.long-block > .long-block__item:nth-child(2n) > .long-block__item-text > .text-2, .long-block > .long-block__item:nth-child(2n) > .long-block__item-text > h6 {
    text-align: left;
    display: flex;
    align-items: flex-end;
}
.img-shadow {
    position: absolute;
    background-color: rgb(255, 255, 255, 0.73);
    bottom: 0;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}
#login-screenshot {
    width: 209px;
    position: absolute;
    bottom: 0px;
    left: 53px;
    box-shadow: 0 -7px 55px -14px rgb(15, 48, 39, 0.25);
    border-radius: 15px 15px 0 0px;
    z-index: 5;
}
#login-screenshot-shadow {
    width: 188px;
    height: 250px;
    left: 92px;
}
#socgid-screenshot {
    width: 207px;
    position: absolute;
    bottom: 0px;
    left: 54px;
    box-shadow: 0 -7px 55px -14px rgb(15, 48, 39, 0.25);
    border-radius: 15px 15px 0 0px;
    z-index: 5;
}
#socgid-screenshot-shadow {
    width: 153px;
    height: 250px;
    left: 130px;
}
#wheelchair-block-img {
    width: 188px;
    height: 305px;
    position: absolute;
    top: 32px;
    left: 32px;
    box-shadow: 0 9px 29px -7px rgb(16, 28, 52, 0.35);
    z-index: 4;
}
#medicine-block-img {
    width: 188px;
    height: 305px;
    position: absolute;
    top: 75px;
    left: 164px;
    box-shadow: 0 9px 29px -7px rgb(16, 28, 52, 0.35);
    z-index: 5;
}
#review-screenshot {
    width: 217px;
    position: absolute;
    bottom: 0px;
    left: 49px;
    box-shadow: 0 -7px 55px -14px rgb(15, 48, 39, 0.25);
    border-radius: 15px 15px 0 0px;
    z-index: 5;
}
#review-screenshot-shadow {
    width: 153px;
    height: 222px;
    left: 134px;
}


.rewiews {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 144px;
}
.carousel {
    display: flex;
    gap: 25px;
    margin-top: 63px;
}
.carousel-item {
    width: 617px;
    height: 242px;
    border-radius: 25px;
    background-color: #F6F6F5;
    padding: 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.carousel-item > .text {
    text-align: left;
    color: #0F3027;
    font-size: 16px;
}
.carousel-item__bottom {
    display: flex;
    gap: 23px;
}
.small-logo {
    background-color: #D9D9D9;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
}
.carousel-item__bottom > .text {
    font-size: 14px;
    text-align: left;
    max-width: 200px;
    display: flex;
    align-items: center;
}
.carousel-buttons {
    margin-top: 27px;
    display: flex;
    gap: 45px;
}
.carousel-button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #F6F6F5;
    border: none;
    cursor: pointer;
}
.carousel-button__svg {
    width: 6px;
    height: 12px;
}


.QA {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 100px;
    margin-top: 100px;
    width: 100vw;
    margin-left: 50%;
    transform: translate(-50%, 0);
    height: auto;
    background-color: #F6F6F5;
    padding: 80px 10px 100px;
    transition: all 0s;
    
}
.QA__left {
    width: 25%;
}
.QA__left > .text {
    font-size: 40px;
    text-transform: uppercase;
    text-align: right;
    font-weight: 700;
    color: #0F3027;
    line-height: 100%;
}
.QA__right {
    display: flex;
    flex-direction: column;
    gap: 27px;
    max-width: 48%;
}
.QA__right-item {
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
    padding: 40px 100px 40px 35px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: relative;
}
.QA__right-item > h6 {
    text-align: left;
}
.QA__right-item > .text {
    text-align: left;
    font-size: 16px;
}
.QA__right-item_selected {
    background-color: #E7E9DF;
}
.QA-button {
    position: absolute;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    cursor: pointer;
    top: 30px;
    right: 30px;
}
.QA-button__svg {
    width: 25px;
    height: 25px;
}


.mobile-app {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 90px;
    border-radius: 25px;
    background-color: #D0E38E;
    padding: 55px 33px;
    position: relative;
    overflow: hidden;
}
.mobile-app > h2 {
    max-width: 48%;
}
.mobile-app > .text-2 {
    max-width: 45%;
    text-align: left;
    font-size: 16px;
    color: #0F3027;
    margin-top: 30px;
}
.mobile-app > .green-button {
    font-size: 16px;
    margin-top: 30px;
    padding: 15px 85px;
    background-color: #0F3027;
    border-radius: 45px;
    margin-top: 45px;
}
.mobile-app > h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-top: 50px;
}
.mobile-app > .underline-link {
    font-size: 14px;
    margin-top: 8px;
}
#mobile-app-screenshot-1 {
    position: absolute;
    width: 246px;
    height: 430px;
    bottom: 0;
    right: 21%;
    z-index: 4;
}
#mobile-app-screenshot-2 {
    position: absolute;
    width: 243px;
    height: 346px;
    bottom: 0;
    right: 7%;
    z-index: 5;
}
.mobile-app-screenshot-1-shadow {
    position: absolute;
    width: 243px;
    height: 346px;
    bottom: 0;
    right: 7.5%;
    box-shadow: 27px 33px 53px 0px rgb(15, 48, 39, 0.35);
    border-radius: 25px;
    z-index: 4;
}


.footer__top > .green-button {
    font-size: 16px;
    font-weight: 600;
    padding: 13px 30px;
}
.footer-sponsor {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-sponsor > img {
    width: 145px;
}
.footer_menu {
    max-width: 52%;
}
.footer__top > .green-button {
    flex-shrink: 0;
    min-width: 180px;
}
.footer__bottom-mobile {
    display: none;
}

@media (max-width: 1250px) {
    .footer__top > .green-button, .footer__top > .socials-container {
        display: none;
    }
    .footer__top {
        justify-content: flex-start;
    }
        .footer__bottom-mobile {
        display: block;
    }
    .footer__bottom-mobile > .footer-links-container {
        justify-content: space-between;
        width: 100%;
    }
    .footer__bottom-mobile > .footer-links-container > .footer-links-container__item {
        margin: 0;
        font-size: 12px;
    }
    .footer__bottom-mobile > .footer-links-container::after {
        display: none;
    }
    .footer__bottom {
        display: none;
    }
    .footer__bottom-mobile-container {
        display: flex;
        justify-content: flex-start;
        margin-top: 25px;
        gap: 33px;
    }
    .footer__bottom-mobile-container > .socials-container-mobile {
        margin-left: auto;
    }
    .footer__bottom-mobile-container > .green-button {
        margin-left: auto;
    }
}
@media (max-width: 768px) {
    h3 {
        font-size: 24px;
    }
    .main-header {
        padding: 26px 15px;
    }
    .header-links {
        gap: 10px;
    }
    .header-links > .header-link:first-child {
        display: none;
    }
    .container__wrapper {
        padding: 0 15px;
    }
    .home-page-screenshot {
        width: 85%;
    }
    .data-block {
        gap: 10px;
    }
    .description {
        margin-top: 55px;
    }
    .description > .text-2 {
        margin-top: 50px;
        max-width: 90%;
    }
    .text {
        font-size: 16px;
    }
    .text-2 {
        line-height: 125%;
    }
    .how-we-assist {
        margin-top: 55px;
    }
    .how-we-assist > h2 {
        max-width: 70%;
    }
    .big-icon {
        width: 36px;
        height: 36px;
    }
    .wide-block, #wide-block_2 {
        padding: 27px 18px 60px;
    }
    .wide-block__left {
        max-width: 51%;
    }
    .wide-block__right {
        min-width: 38%;
    }
    .wide-block__left > h3 {
        margin-top: 20px;
    }
    .wide-block__left > .text {
        margin-top: 25px;
    }
    #nav-screenshot {
        width: 418px;
        height: auto;
        box-shadow: 0 31px 65px -7px rgb(16, 28, 50, 0.35);
        margin-top: 33px;
    }
    #three-blocks-screenshot {
        width: 434px;
        height: auto;
    }
    #description-screenshot {
        width: 284px;
        height: auto;
        left: -67px;
    }
    #hide-problems-screenshot {
        width: 257px;
        height: auto;
        left: 197px;
    }
    #wide-block_3 {
        padding: 27px 18px 25px;
        min-height: 440px;

    }
    #wide-block_2, #wide-block_3 {
        margin-top: 25px;
    }
    #grandma {
        bottom: -25px;
        left: -100px;
    }

    .quality > h2 {
        max-width: 60%;
    }
    .quality__content {
        margin-top: 45px;
    }
    .quality__left {
        padding: 40px 20px 30px;
    }
    .quality__left > .big-icon {
        position: absolute;
        top: 24px;
        left: 11px;
    }
    .quality__left > h3 {
        margin: 0 0 0 90px;
    }
    #sistem-OKNO {
        margin-top: 25px;
    }
    .extra-break {
        display: inline;
    }
    .quality__right {
        gap: 15px;
    }
    .quality__right-block {
        padding: 36px 20px 30px;
    }
    .quality__right-block > .big-icon {
        width: 60px;
        height: 60px;
        position: absolute;
    }
    .quality__right-block > h3 {
        margin: 0 0 0 90px;
    }
    .quality__right-block:nth-child(2) > h3 {
        margin: 20px 0 0 90px;
    }


    .socgid {
        margin-top: 75px;
        padding: 60px 20px 25px;
    }
    .socgid > h4 {
        text-align: center;
    }
    .socgid > .text {
        color: #F6F6F5;
        line-height: 150%;
        font-size: 20px;
    }
    .socgid__big-block {
        flex-direction: column-reverse;
        margin-top: 50px;
    }
    .socgid__big-block-left {
        max-width: 100%;
        width: 100%;
        margin-top: 60px;
    }
    .socgid__big-block-left > .custom-list li::before {
        margin-top: 3px;
        background-image: url('../img/icon/list-item-white.svg');
    }
    .socgid__big-block-left > .custom-list li {
        color: #F6F6F5;
    }
    .socgid__big-block-left > .custom-list {
        margin-top: 60px;
        max-width: 78%;
    }
    .socgid__small-block-left > .text-2, .socgid__small-block-right > .text-2  {
        line-height: 150%;
    }
    .socgid__small-block-left > .green-button {
        padding: 18px;
        width: 100%;
    }
    .socgid__small-block-right, .socgid__small-block-left {
        padding: 25px 20px 25px;
    }
    .socgid__big-block-right {
        flex-shrink: 0;
        position: relative;
    }
    #test-screenshot {
        width: 107%;
        height: 50px;
    }
    #ipad-img {
        width: 95%;
        height: auto;
        left: 2.5%;
    }
    #ipad-shadow {
        width: 93%;
        height: auto;
        left: 1%;
        box-shadow: -16px 6px 70px -8px rgb(16, 28, 52, 0.35);
    }
    .socgid__medium-block {
        padding: 20px 25px 30px;
    }
    .socgid__medium-block > .text-2 {
        max-width: 95%;
    }


    .AI {
        margin-top: 50px;
    }
    .AI > h2 {
        max-width: 90%;
        font-size: 32px;
    }
    .AI > .text {
        font-size: 20px;
    }
    .five-icons-block {
        margin-top: 55px;
        max-width: 90%;
        flex-wrap: wrap;
        gap: 60px 65px;
    }
    .five-icons-block__item {
        margin: auto;
    }


    .custom-list li {
        font-size: 16px;
    }
    .gray-block {
        padding: 20px;
    }


    .security {
        margin-top: 55px;
    }
    .security > h2 {
        max-width: 70%;
    }
    .security__content-left {
        padding: 30px 20px;
    }
    .security__content-left > .text-2{
        margin-top: 30px;
        font-size: 16px;
    }
    .security__content-right > .gray-block {
        padding: 30px 20px;
    }

    .assist-types {
        position: relative;
        margin-top: 50px;
    }
    .assist-types__left {
        width: 100%;
    }
    .assist-types__right { 
        position: absolute;
        width: 50%;
        top: 0;
        right: 0;
    }
    .icons-grid-item {
        height: 82px;
    }
    .icons-grid {
        gap: 25px 17px;
        top: 150px;
        width: 100%;
        right: 0;
    }
    .icons-grid-item__text {
        margin-top: 4px;
        font-size: 9px;
    }
    .icons-grid-item__icon-container {
        width: 67px;
        height: 67px;
        border-radius: 14px;
    }
    .icons-grid-item__icon_culture {
        width: 40px;
        height: 40px;
    }
    .icons-grid-item__icon_sport {
        width: 24px;
        height: 36px;
    }
    .icons-grid-item__icon_education {
        width: 39px;
        height: 30px;
    }
    .icons-grid-item__icon_medicine {
        width: 36px;
        height: 32px;
    }
    .icons-grid-item__icon_tourism {
        width: 31px;
        height: 31px;
    }
    .icons-grid-item__icon_youth {
        width: 26px;
        height: 28px;
    }
    .icons-grid-item__icon_socials {
        width: 22px;
        height: 33px;
    }
    .icons-grid-item__icon_ecology {
        width: 32px;
        height: 30px;
    }
    .icons-grid-item__icon_HACS {
        width: 31px;
        height: 31px;
    }
    .icons-grid-item__icon_legal {
        width: 34px;
        width: 34px;
    }
    .icons-grid-item__icon_psychology {
        width: 32px;
        height: 32px;
    }
    .icons-grid-item__icon_work {
        width: 28px;
        height: 33px;
    }
    .assist-types__left > h5 {
        width: 60%;
    }
    .assist-types__left > .text {
        width: 40%;
        font-size: 20px;
    }
    .assist-types__left > .custom-list {
        width: 40%;
    }
    .assist-types__left > .gray-block {
        width: 100%;
        
    }
    .assist-types__left > .gray-block > .text-2 {
        font-size: 16px;
    }


    .society {
        margin-top: 45px;
        padding: 50px 20px;
        gap: 40px;
    }
    .society__left {
        width: 40%;
    }
    .society__right {
        width: 60%;
    }
    .societies-grid {
        margin: 0;
        width: 345px;
    }
    .societies-grid__item {
        width: 103px;
    }
    .societies-grid__item > p {
        font-size: 11px;
    }
    .societies-grid__img {
        width: 100%;
        height: 67px;
    }


    .how-to-use {
        margin-top: 60px;
    }
    .how-to-use > h2 {
        min-width: 60%;
    }
    .how-to-use > .text-2 {
        min-width: 52%;
    }
    .long-block__item {
        gap: 100px;
    }
    #wheelchair-block-img {
        top: 23px;
        left: 21px;
    }
    #medicine-block-img {
        top: 51px;
        left: 138px;
    }
    .long-block__item-text > .text-2 {
        max-width: 90%;
    }


    .rewiews {
        margin-top: 60px;
    }
    .rewiews > .carousel {
        margin-top: 44px;
    }
    .carousel-item {
        height: auto;
        gap: 10px;
    }
    .carousel-item > .text {
        font-size: 20px;
    }

    .QA {
        flex-direction: column;
        gap: 55px;
        padding: 45px 15px 60px;
    }
    .QA__left {
        width: 100%;
        max-width: 100%;
    }
    .QA__left > .text {
        width: 100%;
        text-align: center;
    }
    .QA__right {
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }
    .QA__right-item {
        padding: 30px 100px 30px 40px;
    }
    .QA__right-item > h6 {
        font-size: 20px;
    }
    .QA-button {
        top: 20px;
    }


    .mobile-app {
        margin-top: 40px;
        padding: 40px 25px 23px;
    }
    .mobile-app > h2 {
        text-align: left;
        max-width: 50%;
        font-size: 32px;
    }
    .mobile-app > .text-2 {
        max-width: 60%;
        font-size: 14px;
        margin-top: 20px;
    }
    .mobile-app > .green-button {
        padding: 20px 30px;
        margin-top: 20px;
    }
    .mobile-app > h3, .mobile-app > a {
        display: none;
    }
    #mobile-app-screenshot-1 {
        width: 18%;
        height: auto;
        bottom: 0;
    }
    #mobile-app-screenshot-2 {
        width: 19%;
        height: auto;
        bottom: 0;
    }
    .mobile-app-screenshot-1-shadow {
        width: 18%;
        height: 180px;
        bottom: 0;
        right: 7.5%;
        box-shadow: 16px 20px 31px 0px rgb(15, 48, 39, 0.35);
    }


    .footer__bottom-mobile {
        display: block;
    }
    .footer__bottom-mobile > .footer-links-container {
        justify-content: space-between;
    }
    .footer__bottom-mobile > .footer-links-container > .footer-links-container__item {
        margin: 0;
        font-size: 12px;
    }
    .footer__bottom-mobile > .footer-links-container::after {
        display: none;
    }
    .footer__bottom {
        display: none;
    }
    .footer__bottom-mobile-container {
        display: flex;
        justify-content: flex-start;
        margin-top: 25px;
        gap: 33px;
    }
    .footer__bottom-mobile-container > .socials-container-mobile {
        margin-left: auto;
    }
    .footer_menu-item {
        flex-shrink: 1;
    }
}
@media (max-width: 480px) {
    .header-links {
        display: none;
    }
    .header__logo, .footer__logo {
        width: 150px;
        height: 35px;
        flex-basis: auto;
    }
    .logo, .logo_footer {
        width: 35px;
        height: 35px;
    }
    .logo__text, .logo__text_footer {
        width: 100px;
        height: 23px;
    }

    .search_help > .green-text {
        text-transform: uppercase;
    }
    .search_help > .text {
        max-width: 45%;
    }

    .data-block {
        flex-wrap: wrap;
        gap: 25px 0;
    }
    .data-block__item {
        width: 50%;
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .data-block__item > small {
        max-width: 80%;
    }


    .wide-block, #wide-block_2, #wide-block_3 {
        flex-direction: column;
        padding: 27px 26px 19px;
    }
    .wide-block__left {
        max-width: none;
        width: 100%;
    }
    #nav-screenshot, #three-blocks-screenshot {
        width: 100%;
    }
    #wide-block_2 > .wide-block__right {
        height: 350px;
    }
    #wide-block_3 > .wide-block__right {
        height: 350px;
    }
    #description-screenshot {
        width: 217px;
        top: 67px;
        left: 7px;
    }
    #hide-problems-screenshot {
        width: 217px;
        top: 20px;
        left: 64px;
    }
    #grandma {
        width: calc(100% - 52px);
        left: 26px;
        bottom: -19px;
        height: auto;
    }

    .quality__content {
        flex-direction: column;
    }
    .quality__left, .quality__right {
        width: 100%;
    }
    .quality__left > .text, .quality__right-block > .text {
        margin-top: 50px;
    }
    .quality__right {
        gap: 25px;
    }


    .socgid {
        margin-top: 30px;
    }
    .socgid > h4 {
        font-size: 32px;
    }
    .socgid > .text {
        font-size: 16px;
    }
    .socgid__big-block {
        margin-top: 16px;
    }
    .socgid__big-block-left {
        margin-top: 40px;
    }
    .text-3 {
        font-size: 20px;
    }
    .socgid__big-block-left > .custom-list {
        margin-top: 40px;
        max-width: 100%;
    }
    .custom-list li {
        padding-left: 35px;
    }
    .socgid__small-block {
        flex-direction: column;
    }
    .socgid__small-block-left, .socgid__small-block-right {
        width: 100%;
    }
    .socgid__small-block-left > .text-2, .socgid__small-block-right > .text-2, .socgid__medium-block > .text-2 {
        text-align: center;
    }
    #test-screenshot {
        width: 100%;
        left: 0;
    }

    .AI > h2 {
        max-width: 70%;
    }
    .five-icons-block {
        max-width: 100%;
        gap: 50px 0;
    }
    .five-icons-block > .five-icons-block__item:nth-child(5) {
        display: none;
    }
    .five-icons-block__item {
        width: 40%;
    }
    .five-icons-block__item > p {
        font-size: 14px;
    }

    .two-blocks-container {
        flex-direction: column;
    }
    .gray-block > .custom-list li::before {
        width: 25px;
        height: 25px;
    }
    .gray-block {
        padding: 20px 25px;
    }

    .security > h2 {
        max-width: 80%;
    }
    .security__content {
        flex-direction: column;
    }
    .security__content-left {
        width: 100%;
        padding: 30px 26px;
    }
    .security__content-right {
        max-width: 100%;
    }
    

    .assist-types__left > .gray-block {
        margin-top: 350px;
    }
    .assist-types__left {
        padding: 0 5%;
    }
    .assist-types__right {
        width: 100%;
        top: 51%;
        padding: 0;
    }
    .assist-types__left > h5, .assist-types__left > .text, .assist-types__left > .custom-list{
        width: 100%;
    }
    .assist-types__left > h5, .assist-types__left > .text, .assist-types__left > .custom-list {
        margin-left: 0;
    }
    .icons-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        top: 0;
        gap: 0 5%;
    }
    .icons-grid-item {
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .society {
        flex-direction: column;
    }
    .society__left {
        width: auto;
        max-width: 100%;
    }
    h3 {
        font-size: 32px;
    }
    .society__right {
        width: auto;
        max-width: 100%;
    }
    .societies-grid {
        width: 100%;
    }

    .long-block {
        width: 100%;
        max-width: 100%;
        gap: 60px;
    }
    .long-block__item-text > .green-button {
        width: 100%;
    }
    .long-block__item-text {
        width: 255px;
        height: 255px;
    }
    .long-block__item-text > h6 {
        text-align: left;
    }
    #login-screenshot, #socgid-screenshot, #review-screenshot {
        width: 67%;
        left: 16.5%;
    }
    #login-screenshot-shadow, #socgid-screenshot-shadow, #review-screenshot-shadow {
        width: 60%;
        height: 79%;
        left: 29%;
    }
    #wheelchair-block-img {
        width: 52%;
        left: 7%;
        height: auto;
    }
    #medicine-block-img {
        width: 52%;
        left: 43%;
        height: auto;
    }
    .long-block__item-img {
        width: 255px;
        height: 255px;
    }
    .long-block__item:nth-child(n){
        flex-direction: column-reverse;
        gap: 30px;
    }
    .long-block__item:nth-child(2n){
        flex-direction: column;
    }
    .long-block__item-text {
        align-items: flex-start;
        justify-content: flex-start;
        height: auto;
    }
    .long-block__item-text > .text-2 {
        text-align: left;
    }
    .long-block::before {
        left: 0;
        top: 6%;
        height: 77%;
    }
    .long-block__item::before {
        left: 0;
        top: 25%;
    }

    .carousel {
        width: auto;
        overflow: scroll;
        scrollbar-width: none;
    }
    .carousel-item {
        width: 90vw;
        max-width: none;
        gap: 30px;
    }
    .carousel-item__bottom > .small-logo {
        flex-shrink: 0;
    }
    
    .QA {
        padding: 45px 15px 25px;
    }
    .QA__right {
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
    .QA-button__svg {
        width: 16px;
        height: 16px;
    }
    .QA-button {
        width: 30px;
        height: 30px;
        right: 12px;
    }
    .QA__right-item {
        padding: 23px 45px 23px 25px;
    }
    .QA__right-item > h6 {
        font-size: 16px;
    }

    .mobile-app > h2, .mobile-app > .text-2, .mobile-app > .green-button{
        max-width: 100%;
        width: 100%;
    }
    #mobile-app-screenshot-1 {
        position: relative;
        height: auto;
        width: 57%;
        top: auto;
        bottom: -23px;
        left: 2%;
    }
    #mobile-app-screenshot-2 {
        position: absolute;
        height: auto;
        width: 49%;
        top: auto;
        left: 43%;
        bottom: 0;
    }
    .mobile-app-screenshot-1-shadow {
        position: absolute;
        height: 40%;
        width: 48%;
        top: auto;
        left: 43%;
        bottom: 0;
    }

    .footer__top {
        background-color: #E6E9EE;
        padding: 15px;
        height: auto;
        justify-content: space-between;
    }
    .footer__top > .socials-container {
        display: flex;
    }
    .footer__bottom-mobile-container > .green-button {
        display: none;
    }
}