/* Общие стили */
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;
}
.gray-text {
    font-weight: 600;
    color: #517C70;
    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: #0F3027;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    color: #fff;
}
.search_help > .green-text {
    margin: 40px 0 0;
}
.search_help > h1 {
    margin: 12px 0 0;
    max-width: 50%;
    color: #FFFFFF;
}
.search_help > .header__logo {
    margin: 50px 0 0;
}
.search_help > .text {
    margin: 12px 0 0;
    max-width: 33%;
    color: #FFFFFF;

}
.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;
}

.AI {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}
.AI > h2 {
    max-width: 70%;
}
.AI > .text {
    color: #767E7C;
    margin-top: 25px;
}
.five-icons-block {
    margin-top: 70px;
    display: flex;
    gap: 30px;
    justify-content: space-around;
}
.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;
}

.advantages {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantages > h2 {
    max-width: 35%;
}
.six-grid {
    margin-top: 86px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    gap: 60px;
}
.six-grid__item {
    max-width: 30%;
    max-height: 40%;
    position: relative;
    padding: 0 0 0 4%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.six-grid__item > .check-svg {
    position: absolute;
    top: 0;
    left: 0;

}
.six-grid__item > h6 {
    text-align: left;
    max-width: 83%;
}
.six-grid__item > p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #517C70;
}
.check-svg {
    width: 25px;
    height: 25px;
}




.functional {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.functional__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 50px;
}
.functional__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    height: 360px;
}
.functional__top-item {
    background-color: #E7E9DF;
    padding: 45px 30px 70px;
    border-radius: 20px;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    align-items: flex-start;
    gap: 10px;
}
.functional__top-item > h6 {
    text-align: left;
    max-width: 59%;
}
.functional__top-item > .text {
    text-align: left;
    max-width: 56%;
}
.functional__top-item:nth-child(2) > h6 {
    max-width: 55%;
}
.functional__top-item:nth-child(2) > .text {
    max-width: 53%;
}
#info-screenshot {
    height: auto;
    width: 29%;
    position: relative;
    z-index: 5;
    box-shadow: 0 -7px 55px -14px rgb(0, 0, 0, 0.25);
    right: 7%;
    position: absolute;
    bottom: 0;
}
#grandma-2 {
    width: 48%;
    position: absolute;
    bottom: 0;
    right: 4%;
}
.big-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.functional__gray {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    height: 280px;
    width: 100%;
}
.functional__gray-item {
    background-color: #F6F6F5;
    padding: 45px 30px 40px;
    border-radius: 20px;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.functional__gray-item > h6  {
    text-align: left;
}
.functional__gray-item > .text {
    text-align: left;
}
.functional__gray_long {
    background-color: #F6F6F5;
    padding: 45px 30px 40px;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    position: relative;
}
.functional__gray_long > .text {
    max-width: 40%;
}
.societies-grid {
    width: 42%;
    right: 35px;
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    gap: 20px 18px;
    margin-right: 10px;
    top: 30px;
}
.societies-grid__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    width: 20%;
}
.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: 100%;
    height: 85px;
    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;
}


.okno {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
    position: relative;
    border-radius: 10px;
    border: solid #3EB397 3px;
    padding: 15px 25px;
}
.okno > div {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    gap: 3.6%;
}
.okno > h2 {
    margin-top: 30px;
    color: #3EB397;
    margin-bottom: 35px;
}
.okno > div > .left {
    width: 50%;
}
.okno > div > .left > h6 {
    text-align: left;
    max-width: 60%;
    margin-left: 15px;
}
.okno > div > .left > .custom-list {
    margin-left: 15px;
}
.okno > div > .left > .custom-list > li {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
    color: #0F3027;
    margin-top: 25px;
}
.okno > div > .left > .custom-list > li::before {
    background-image: url(../img/socgid/list-item-2.png);
}
.okno > div > .left > .bottom {
    display: flex;
    margin-top: 40px;
    flex-direction: column;
    border-radius: 10px;
    background-color: #F6F6F5;
    padding: 10px 20px 20px;
}
.okno > div > .left > .bottom > ol {
    padding-left: 25px;
    margin: 0;
}
.okno > div > .left > .bottom > ol > li {
    margin-top: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #0F3027;
    text-indent: 10px;
}
.okno > div > .left > .bottom > ol > li::marker {
    color: #3EB397;
    font-weight: 800;
    left: 0;
    top: 0;
}
.okno > div > .left > .bottom > h6 {
    text-align: left;
    line-height: 150%;
}
.okno > div > .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 60px;
}
.okno > div > .right > div {
    display: flex;
    justify-content: flex-end;
    position: relative;
}
#OKNO-img {
    position: absolute;
    width: 27%;
    transform: translate(0%, -50%);
    top: 0;
}
#arrow-svg {
    width: 22%;
    position: absolute;
    right: 65.5%;
    top: 50%;
}
#arrow-svg_mobile {
    display: none;
}
#OKNO-img-2 {
    width: 66%;
}
#three-blocks-screenshot {
    width: 100%;
}



.export {
    width: 100vw;
    margin-top: 90px;
    transform: translate(-50%, 0);
    background-color: #F6F6F5;
    display: flex;
    justify-content: center;
    margin-left: 50%;
}
.export__body {
    max-width: 1250px;
    padding: 60px 0 80px;
}
.export__body > .text {
    margin-top: 25px;
}
.export__content {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    gap: 3%;
}
.export__content > .left, .export__content_2 > .left {
    width: 20%;
    padding-top: 30px;
}
.export__content > .left > .text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 100%;
    text-align: right;
    text-transform: uppercase;
    color: #0F3027;
}
.export__content > .right, .export__content_2 > .right {
    display: flex;
    flex-wrap: wrap;
    width: 74.5%;
    gap: 25px 3%;
}
.green-block {
    padding: 40px 30px 30px;
    background-color: #0F3027;
    border-radius: 20px;
    width: 450px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.green-block > .top {
    display: flex;
    justify-content: space-between;
}
.green-block > .text {
    text-align: left;
}
.green-block > .top > h6 {
    color: #F6F6F5;
    text-align: left;
    text-transform: uppercase;
}
.green-index {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #6A8317;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    flex-shrink: 0;
    padding: 3px 2px 0 0;
    margin-left: 50px;
}
.white-block {
    padding: 30px 30px 40px;
    background-color: #fff;
    border-radius: 20px;
    width: 450px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.white-block > .text {
    text-align: left;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #0F3027;
}
.white-block__img {
    max-width: 12%;
    max-height: 45%;
}
.export__content_2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 60px;
    gap: 5%;
    max-width: 100%;
    border-radius: 12px;
    background-color: #E7E9DF;
    padding: 50px 10px 70px;
}
.export__content_2 > .left > .text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 125%;
    text-align: right;
    text-transform: uppercase;
    color: #0F3027;
}
.export__content_2 > .left > .text > .green {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 125%;
    text-align: right;
    text-transform: uppercase;
    color: #7B9329;
}
.export__content_2 > .right {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#РЭЦ {
    width: 35%;
}
#cross-svg {
    width: 50px;
}
.export__content_2 > .right > .header__logo {
    width: 300px;
    height: 70px;
}
.export__content_2 > .right > .header__logo > .logo {
    width: 70px;
    height: 70px;
}
.export__content_2 > .right > .header__logo > .logo__text {
    width: 210px;
    height: 50px;
}
.green-block > .green-button {
    max-width: 60%;
}
.export__content:nth-child(6) > .right > .green-block {
    height: 215px;
}
.export__content:nth-child(6) > .right > .green-block > .text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    color: #E7E9DF;
}



.security {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 110px;
}
.security > h2 {
    max-width: 80%;
}
.security > .text {
    max-width: 65%;
    margin-top: 20px;
    color: #767E7C;
    line-height: 150%;
}
.security__content {
    margin-top: 70px;
    display: flex;
    gap: 3%;
    max-width: 100%;
}
.security__content-left {
    position: relative;
    padding: 40px 30px 70px;
    border-radius: 20px;
    width: 50%;
    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,
        #FAFCFF 17%,
        #5AA6FD 100%
    );
    z-index: -1;
}
#sber-logo {
    width: 56%;
}
.security__content-left > .text-2 {
    color: #0F3027;
    margin-top: 40px;
    text-align: left;
    font-weight: 500;
    max-width: 78%;
}
.security__content-left > h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    color: #0F3027;
    margin-top: 60px;
    max-width: 50%;
}
.security__content-left > .custom-list {
    margin-top: 30px;
}
.security__content-left > .custom-list > li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 300%;
    color: #0F3027;
    padding-left: 35px;
}
.security__content-left > .custom-list > li::before {
    background-image: url(../img/socgid/list-item-3.svg);
    margin-top: 10px;

}
.security__content-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
    width: 50%;
}
.security__content-right > .gray-block {
    padding: 50px 20px 40px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.security__content-right > .gray-block > .right > h2 {
    text-align: left;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    display: flex;
    align-items: flex-end;
    color: #0F3027;
    margin-bottom: 20px;
}
.security__content-right > .gray-block > .right > .text {
    text-align: left;
    line-height: 150%;
    max-width: 90%;
}


.how-to-use {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
}
.how-to-use > h2 {
    max-width: 35%;
}
.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: 7%;
    width: 3px;
    height: 86%;
    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;
}
.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;
}
#step-2-screenshot {
    width: 207px;
    position: absolute;
    bottom: 0px;
    left: 55px;
    box-shadow: 0 -7px 55px -14px rgb(15, 48, 39, 0.25);
    border-radius: 15px 15px 0 0px;
    z-index: 5;
}
#new-service-screenshot {
    width: 217px;
    position: absolute;
    bottom: 0px;
    left: 50px;
    box-shadow: 0 -7px 55px -14px rgb(15, 48, 39, 0.25);
    border-radius: 15px 15px 0 0px;
    z-index: 5;
}
#tarif-screenshot {
    width: 205px;
    position: absolute;
    bottom: 0px;
    left: 55px;
    box-shadow: 0 -7px 55px -14px rgb(15, 48, 39, 0.25);
    border-radius: 15px 15px 0 0px;
    z-index: 5;
}
#modaretion-screenshot {
    width: 205px;
    position: absolute;
    bottom: 85px;
    left: 51px;
    box-shadow: 0 -7px 55px -14px rgb(15, 48, 39, 0.25);
    border-radius: 15px 15px 0 0px;
    z-index: 5;
}
#orders-screenshot {
    width: 222px;
    position: absolute;
    bottom: 0px;
    left: 46px;
    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;
}
#step-2-screenshot-shadow {
    width: 153px;
    height: 250px;
    left: 130px;
}
#new-service-screenshot-shadow {
    width: 188px;
    height: 250px;
    left: 92px;
}
#tarif-screenshot-shadow {
    width: 153px;
    height: 250px;
    left: 130px;
}
#modaretion-screenshot-shadow {
    width: 205px;
    height: 174px;
    left: 72px;
    bottom: 62px;
}
#orders-screenshot-shadow {
    width: 153px;
    height: 250px;
    left: 130px;
}


.rewiews {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 144px;
}
.rewiews > h2 {
    max-width: 33%;
}
.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;
}


.sefety {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 90px;
}
.sefety__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
    gap: 2%;
    height: 250px;
}
.safety__item {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    gap: 10%;
    padding: 20px;
    align-items: center;
    background-color: #E7E9DF;
    border-radius: 25px;
    flex-direction: column;
}
.safety__item > h6 {
    text-align: center;
    line-height: 125%;
}
.safety__img {
}


.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;
}

@media (max-width: 768px) {
    h3 {
        font-size: 24px;
    }
    h6 {
        font-size: 16px;
    }
    .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: 14px;
    }
    .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;
    }

    .search_help > h1 {
        max-width: 80%;
    }
    .header__logo {
        width: 150px;
        height: 25px;
    }
    .logo {
        width: 35px;
        height: 35px;
    }
    .logo__text {
        width: 100px;
        height: 25px;
    }
    .search_help > .text {
        font-size: 20px;
        max-width: 56%;
        margin-top: 20px;
    }


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


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


    .advantages > h2 {
        max-width: 60%;
    }
    .six-grid {
        gap: 70px 10px;
    }
    .six-grid__item {
        max-width: 48%;
        padding: 0 0 0 7%;
    }
    .six-grid__item > p {
        font-size: 14px;
        line-height: 125%;
    }
    .six-grid__item > h6 {
        max-width: 90%;
    }


    .security {
        margin-top: 55px;
    }
    .security > h2 {
        max-width: 80%;
    }
    .security__content-left {
        padding: 30px 20px;
    }
    #sber-logo {
        width: 74%;
    }
    .security__content-left > h3 {
        font-size: 20px;
        margin-top: 30px;
        max-width: 70%;
    }
    .security__content-left > .text-2{
        margin-top: 20px;
        font-size: 14px;
        max-width: 100%;
    }
    .security__content-right > .gray-block {
        padding: 30px 20px;
    }
    .security__content-left > .custom-list > li::before {
        width: 18px;
        height: 18px;
    }
    .security__content-left > .custom-list > li {
        font-size: 14px;
        line-height: 125%;
    }
    .security__content-left > .custom-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .security__content-left > .custom-list > li:first-child::before {
        margin-top: 0;
    }
    .security__content-right {
        gap: 20px;
    }
    .security__content-right > .gray-block {
        padding: 20px;
    }
    .security__content-right > .gray-block > .right > h2 {
        font-size: 20px;
        max-width: 100%;
    }
    .security__content-right > .gray-block > .right > .text {
        font-size: 16px;
        max-width: 100%;
    }

    .functional__content {
        gap: 15px;
    }
    .functional__top {
        gap: 20px;
        height: 100%;
        align-items: stretch;
    }
    .functional__top-item {
        padding: 30px 15px 20px;
        height: auto;
    }
    .functional__top-item > .text {
        max-width: 60%;
    }
    .functional__gray {
        height: 100%;
        gap: 20px;
        align-items: stretch;
    }
    .functional__gray_long {
        padding: 30px 15px 20px;
        height: 100%;
        min-height: 175px;
    }
    .functional__gray_long > h6 {
        text-align: left;
    }
    .functional__gray_long > .text {
        text-align: left;
    }
    .functional__gray-item {
        padding: 30px 15px 20px;
        height: auto;
    }
    .societies-grid {
        right: 0;
        margin-right: 20px;
        width: 47%;
        gap: 10px;
        top: 15px;
    }
    .societies-grid__item {
        gap: 5px;
        width: 20%;
    }
    .societies-grid__img {
        height: 50px;
    }
    .societies-grid__item > p {
        font-size: 8px;
    }
    .societies-grid__img > p {
        font-size: 7px;
    }
    .functional__gray {
        height: 100%;
    }
    #grandma-2 {
        width: 40%;
    }


    .okno {
        margin-top: 70px;
        padding: 60px 25px 50px;
    }
    #OKNO-img {
        width: 46%;
    }
    .okno > div {
        flex-direction: column;
        gap: 35px;
    }
    .okno > div > .left, .okno > div > .right {
        width: 100%;
    }
    .okno > h2 {
        margin: 0 0 40px;
    }
    .okno > div > .left > h6, .okno > div > .left > .bottom > h6 {
        font-size: 24px;
        max-width: 55%;
    }
    .okno > div > .left > .custom-list > li {
        margin-bottom: 35px;
        font-size: 16px;
    }
    .okno > div > .left > .bottom > ol > li { 
        font-size: 16px;
    }
    .okno > div > .right {
        gap: 30px;
    }
    .okno > div > .right > div {
        justify-content: flex-start;
    }
    #three-blocks-screenshot {
        width: 100%;
    }
    #OKNO-img-2 {
        width: 50%;
        margin-left: 28%;
    }
    #arrow-svg {
        width: 13%;
        right: auto;
        left: 15%;
    }


    .export__content {
        flex-direction: column;
        padding: 0 15px;
        gap: 35px;
        margin-top: 50px;
    }
    .export__content > .left, .export__content_2 > .left {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .export__content > .left > .text {
        text-align: center; max-width: 50%;
        font-size: 32px;
    }
    .export__content > .right, .export__content_2 > .right {
        width: 100%;
    }
    .green-block {
        width: 48%;
        height: auto;
    }
    .green-block > .text {
        max-width: 80%;
    }
    .green-index {
        padding: 0 2px 0 0;
        margin: 0;
    }
    .green-block > .top > h6 {
        font-size: 20px;
    }
    .white-block {
        width: 48%;
        padding: 30px 10px 40px 30px;
    }
    .white-block > .text {
        font-size: 20px;
    }
    .white-block__img {
        max-width: 15%;
    }
    .export__content_2 {
        flex-direction: column;
        gap: 70px;
    }
    .export__content_2 > .left > .text {
        max-width: 60%;
        text-align: center;
    }
    .export__content_2 > .left {
        padding: 0;
    }
    .green-block > .green-button {
        max-width: 80%;
    }


    
    .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%;
    }
    .long-block__item-text > h6 {
        font-size: 24px;
    }


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

    .sefety__content {
        height: 140px;
    }
    .safety__item > h6 {
        font-size: 14px;
    }
    .safety__img {
        width: 12%;
    }


    .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);
    }
}
@media (max-width: 480px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 32px;
    }
    .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: 65%;
    }


    .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;
    }

    .AI > h2 {
        max-width: 100%;
    }
    .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;
    }

    .advantages > h2 {
        max-width: 80%;
    }
    .six-grid {
        margin-top: 45px;
        gap: 35px;
    }
    .six-grid__item {
        max-width: 100%;
        padding: 0 0 0 12%;
    }
    .six-grid__item > h6 {
        font-size: 24px;
    }


    .functional {
        margin-top: 45px;
    }
    .functional__top, .functional__gray {
        flex-direction: column;
    }
    .functional__top-item, .functional__gray-item {
        width: 100%;
    }
    .functional__gray_long > .text {
        max-width: 100%;
    }
    .functional__gray_long {
        padding-bottom: 200px;
    }
    .societies-grid {
        top: auto;
        bottom: 14px;
        width: 100%;
        right: auto;
    }
    .functional__gray-item, .functional__top-item {
        padding: 25px 20px 10px;
    }
    #grandma-2, #info-screenshot {
        width: auto;
        height: 90%;
    }




    .okno {
        margin-top: 50px;
        padding: 55px 15px 30px;
    }
    #OKNO-img {
        width: 85%;
    }
    .okno > h2 {
        margin-bottom: 25px;
    }
    .okno > div > .left > h6, .okno > div > .left > .bottom > h6 {
        text-align: center;
        max-width: 100%;
        margin-left: 0;
    }
    .okno > div > .left > h6 {
        font-size: 20px;
    }
    .okno > div > .left > .custom-list {
        margin-left: 0;
    }
    .okno > div > .left > .custom-list > li {
        margin-bottom: 25px;
        font-size: 14px;
    }
    .custom-list li::before {
        top: -5px;
    }
    #OKNO-img-2 {
        width: 100%;
        margin: 0;
    }
    #arrow-svg {
        display: none;
    }
    #arrow-svg_mobile {
        display: block;
        position: absolute;
        width: 20px;
        height: 56px;
        top: calc(100% - 10px);
        left: 1%;
    }
    #three-blocks-screenshot {
        min-width: 380px;
    }


    .export {
        margin-top: 35px;
    }
    .export__body {
        padding: 50px 0 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .export__body > h2 {
        max-width: 88%;
    }
    .export__body > .text {
        max-width: 95%;
    }
    .export__content > .left > .text {
        font-size: 24px;
        max-width: 75%;
    }
    .export__content {
        gap: 27px;
    }
    .export__content > .left, .export__content_2 > .left {
        padding-top: 0;
    }
    .green-block {
        width: 100%;
        padding: 30px 20px;
    }
    .export__content > .right, .export__content_2 > .right {
        gap: 18px;
    }
    .white-block {
        width: 100%;
    }
    .export__content_2 > .left > .text, .export__content_2 > .left > .text > .green {
        font-size: 24px;
    }
    .export__content_2 {
        padding: 30px 10px 50px;
        gap: 30px;
    }
    #РЭЦ {
        width: 100%;
    }
    .export__content_2 > .right {
        width: 80%;
        gap: 30px;
    }





    
    .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: 82%;
    }
    .security > .text {
        max-width: 90%;
    }
    .security__content {
        flex-direction: column;
        margin-top: 30px;
        gap: 30px;
    }
    .security__content-left {
        width: 100%;
        padding: 20px 20px 30px 25px;
    }
    .security__content-left > h3 {
        max-width: 75%;
    }
    .security__content-left > .custom-list > li:first-child::before {
        margin-top: 5px;
    }
    .security__content-left > .text-2 {

    }
    .security__content-right {
        max-width: 100%;
        width: 100%;
    }
    .security__content-right > .gray-block {
        width: 100%;
    }
    

    
    .how-to-use > h2 {
        max-width: 75%;
    }
    .how-to-use > .text-2 {
        max-width: 80%;
        font-size: 16px;
    }
    .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, #step-2-screenshot, #new-service-screenshot, #orders-screenshot, #tarif-screenshot {
        width: 67%;
        left: 16.5%;
    }
    #login-screenshot-shadow, #socgid-screenshot-shadow, #review-screenshot-shadow, #step-2-screenshot-shadow, #new-service-screenshot-shadow, #tarif-screenshot-shadow, #orders-screenshot-shadow {
        width: 60%;
        height: 79%;
        left: 29%;
    }
    #modaretion-screenshot {
        width: 66%;
        left: 16.5%;
        bottom: 27.5%;
    }
    #modaretion-screenshot-shadow {
        width: 66%;
        height: 55%;
        left: 23%;
        bottom: 20%;
        border-radius: 11px;
    }
    .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: 4.5%;
        height: 84%;
    }
    .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;
    }
    
    .rewiews > h2 {
        max-width: 90%;
    }


    .sefety__content {
        flex-direction: column;
        height: auto;
        gap: 30px;
    }
    .safety__item {
        border-radius: 14px;
        width: 100%;
        height: 140px;
        justify-content: space-around;
    }
    .safety__item > h6 {
        max-width: 70%;
    }

    .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;
    }

}